@charset "UTF-8";
:root {
  --max-view-width: 1328px;
  --padding: 100px;
  --black: #000;
  --white: #fff;
  --pink: #FF407C;
  --blue: #106CB0;
  --lightblue: #59C4EC;
  --green: #39C0C3;
  --gray1: #D3D3D3;
  --gray2: #444;
  --gray3: #E0E0E0;
  --gray4: #F5F5F5;
}

/* !!------------------------------------ */
/* !! @note 共通 */
/* !!------------------------------------ */
a {
  text-decoration: none;
  color: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all;
}
body.oh {
  overflow: hidden;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display: block;
  line-height: 1;
}

alabel {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address,
em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

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

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none;
}

button,
select {
  vertical-align: middle;
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

::-moz-selection {
  color: var(--white);
  background: var(--lightblue);
}

::selection {
  color: var(--white);
  background: var(--lightblue);
}

::-moz-selection {
  color: var(--white);
  background: var(--lightblue);
}

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

html {
  min-height: 100%;
  font-size: 10px;
}
html.wp-login {
  margin-top: 0 !important;
}
html.mac {
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100%;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--black);
  word-break: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
body.on {
  overflow: hidden;
}

.fadeTriggerOnce,
.fadeInUpTriggerOnce {
  opacity: 0;
}

/* !!------------------------------------ */
/* !! @note 共通 */
.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.inner {
  max-width: 100%;
  width: 1328px;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--padding);
  padding-left: var(--padding);
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.container {
  min-width: 1440px;
  height: 100%;
  overflow: clip;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container {
    min-width: 100%;
  }
}

.table-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-wrap {
    width: 100vw;
    overflow-x: scroll;
  }
}

.wrap {
  display: grid;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap {
    flex-direction: column;
    gap: clamp(0px, 8vw, 42px);
  }
}

section {
  position: relative;
}
@media screen and (max-width: 767px) {
  section {
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
  }
}

.movie-wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.movie-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lead-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .lead-txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}

.gothic-font {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.en-font {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.en-font2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

hgroup .en-font {
  font-size: 10rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  hgroup .en-font {
    font-size: clamp(0px, 13.8666666667vw, 72.8px);
  }
}
hgroup .ttl-h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  hgroup .ttl-h2 {
    font-size: clamp(0px, 3.2vw, 16.8px);
    margin-top: clamp(0px, 2.1333333333vw, 11.2px);
  }
}

.btn-detail {
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn-detail {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    gap: clamp(0px, 2.1333333333vw, 11.2px);
  }
}

a .btn {
  width: 48px;
  height: 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  a .btn {
    width: clamp(0px, 10.6666666667vw, 56px);
    height: clamp(0px, 10.6666666667vw, 56px);
  }
}
a .btn:after {
  content: "";
  width: 48px;
  height: 48px;
  background-color: var(--pink);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  a .btn:after {
    width: clamp(0px, 10.6666666667vw, 56px);
    height: clamp(0px, 10.6666666667vw, 56px);
  }
}
a .icon-link {
  background-image: url(../img/common/icon-link.webp);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  a .icon-link {
    background-image: url(../img/common/icon-link_white.webp);
    background-size: clamp(0px, 4.8vw, 25.2px) clamp(0px, 4.8vw, 25.2px);
  }
}
a .icon-arrow {
  background-image: url(../img/common/icon-arrow.webp);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  a .icon-arrow {
    background-size: clamp(0px, 4.8vw, 25.2px) clamp(0px, 4.8vw, 25.2px);
  }
}
@media screen and (min-width: 768px) {
  a:hover .btn:after {
    width: 54px;
    height: 54px;
    background-color: var(--black);
  }
}

.btn-casual {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--blue);
  display: flex;
  align-items: center;
  padding: 20px 48px;
  background-color: var(--white);
  border: 1px solid var(--blue);
  border-radius: 44px;
  position: absolute;
  right: 32px;
  bottom: 57px;
  z-index: 2;
  transition: opacity 0.6s ease, transform 0.6s ease, background ease-out 0.2s;
  opacity: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .btn-casual {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .btn-casual:hover {
    color: var(--white);
    background-color: var(--blue);
  }
}
.btn-casual.view {
  position: fixed;
  opacity: 1;
  transform: translateY(0);
}

.page .btn-casual {
  position: fixed;
  transition: background ease-out 0.2s;
  opacity: 1;
  transform: none;
}

/* !!------------------------------------ */
/* !! @note header */
.header {
  width: 100%;
  min-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header {
    min-width: 100%;
    padding: clamp(0px, 7.4666666667vw, 39.2px) clamp(0px, 5.3333333333vw, 28px);
    position: absolute;
    white-space: normal;
  }
}
.header .logo {
  display: inline-flex;
  align-items: baseline;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .header .logo {
    gap: clamp(0px, 1.3333333333vw, 7px);
  }
}
.header .logo img {
  width: 194px;
}
@media screen and (max-width: 767px) {
  .header .logo img {
    width: clamp(0px, 27.2vw, 142.8px);
  }
}
.header .logo .sub-font {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  top: -6px;
}
@media screen and (max-width: 767px) {
  .header .logo .sub-font {
    font-size: clamp(0px, 2.6666666667vw, 14px);
    font-weight: 400;
    top: clamp(-2.8px, -0.5333333333vw, 0px);
  }
}
.header .nav,
.header .gnav-list,
.header .cta-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header .nav,
  .header .gnav-list,
  .header .cta-list {
    flex-direction: column;
  }
}
.header .nav {
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .header .nav {
    display: none;
  }
}
.header .gnav-list {
  gap: 24px;
}
.header .gnav-list_item > a {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
.header .gnav-list_item > a:after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: var(--lightblue);
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: all ease-out 0.2s;
}
@media screen and (min-width: 768px) {
  .header .gnav-list_item > a:hover:after {
    width: 100%;
  }
}
.header .gnav-list_item {
  position: relative;
}
.header .gnav-list_item:nth-child(2) > a {
  display: flex;
  align-items: baseline;
  gap: 5px;
  cursor: pointer;
}
.header .gnav-list_item:nth-child(2) > a:after {
  content: "";
  width: 12px;
  height: 7px;
  background-color: transparent;
  background-image: url(../img/common/gnav-arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
  bottom: 0;
  transition: all ease-out 0.2s;
}
.header .gnav-list_item:nth-child(2) .megamenu-wrap {
  padding-top: 10px;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.header .gnav-list_item:nth-child(2) .megamenu-list {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .header .gnav-list_item:nth-child(2) .megamenu-list {
    visibility: visible;
    position: static;
  }
}
@media screen and (min-width: 768px) {
  .header .gnav-list_item:nth-child(2) .megamenu-list {
    display: grid;
    visibility: visible;
    gap: 3px;
    padding: 20px 39px 27px 30px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    position: static;
  }
  .header .gnav-list_item:nth-child(2) .megamenu-list a {
    font-size: 1.4rem;
    line-height: 2;
    display: inline-block;
    position: relative;
  }
  .header .gnav-list_item:nth-child(2) .megamenu-list a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--lightblue);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease-out 0.2s;
  }
  .header .gnav-list_item:nth-child(2) .megamenu-list a:hover:after {
    width: 100%;
  }
}
.header .gnav-list_item:nth-child(2).active .megamenu-list {
  visibility: visible;
}
.header .gnav-list_item:nth-child(2).active > a:after {
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .header .gnav-list_item:nth-child(4) a {
    pointer-events: auto;
  }
  .header .gnav-list_item:nth-child(4) a:after {
    background-image: url(../img/common/icon-arrow_nav.webp);
  }
  .header .gnav-list_item._open > a:after {
    transform: translateY(-50%) scale(1, -1);
  }
}
.header .gnav-list_item .megamenu-list {
  display: none;
}
.header .cta-list {
  gap: 10px;
}
.header .cta-list a {
  width: 140px;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 24px;
  transition: background-color ease-out 0.2s;
}
.header .cta-list a.btn-recruitment {
  background-color: var(--black);
}
@media screen and (min-width: 768px) {
  .header .cta-list a.btn-recruitment:hover {
    background-color: #5B5B5B;
  }
}
.header .cta-list a.btn-entry {
  background-color: var(--pink);
}
@media screen and (min-width: 768px) {
  .header .cta-list a.btn-entry:hover {
    background-color: var(--black);
  }
}

.cta-list_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cta-list_sp {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0px, 2.6666666667vw, 14px);
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
    position: fixed;
    bottom: clamp(0px, 3.2vw, 16.8px);
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .cta-list_sp.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
  .cta-list_sp__item a {
    height: clamp(0px, 11.7333333333vw, 61.6px);
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    font-weight: 700;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: clamp(0px, 5.8666666667vw, 30.8px);
  }
  .cta-list_sp__item a.btn-recruitment {
    background-color: var(--black);
  }
  .cta-list_sp__item a.btn-entry {
    background-color: var(--pink);
  }
}

.btn-hbg {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-hbg {
    width: clamp(0px, 10.6666666667vw, 56px);
    height: clamp(0px, 10.6666666667vw, 56px);
    display: block;
    background-color: var(--black);
    border-radius: 50%;
    position: fixed;
    top: clamp(0px, 4.2666666667vw, 22.4px);
    right: clamp(0px, 5.3333333333vw, 28px);
    z-index: 4;
  }
  .btn-hbg span {
    width: clamp(0px, 4vw, 21px);
    height: 1px;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .btn-hbg span:before, .btn-hbg span:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease-out 0.2s;
  }
  .btn-hbg span:before {
    top: clamp(-7px, -1.3333333333vw, 0px);
  }
  .btn-hbg span:after {
    top: clamp(0px, 1.3333333333vw, 7px);
  }
  .btn-hbg.on span {
    background-color: transparent;
  }
  .btn-hbg.on span:before, .btn-hbg.on span:after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .btn-hbg.on span:after {
    transform: translate(-50%, -50%) rotate(-135deg);
  }
}

.nav-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-sp {
    width: 100%;
    height: 100vh;
    padding: 0 clamp(0px, 5.3333333333vw, 28px) clamp(0px, 8vw, 42px);
    padding-top: clamp(0px, 19.2vw, 100.8px);
    background-color: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    overflow-y: scroll;
  }
  .nav-sp .gnav-list {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }
  .nav-sp .gnav-list_item {
    width: 100%;
    border-top: 1px solid var(--gray4);
  }
  .nav-sp .gnav-list_item:nth-child(2) a, .nav-sp .gnav-list_item:nth-child(3) a {
    padding-bottom: clamp(0px, 3.2vw, 16.8px);
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .nav-sp .gnav-list_item:nth-child(2) a:after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .nav-sp .gnav-list_item:nth-child(4) a {
    pointer-events: auto;
  }
  .nav-sp .gnav-list_item:last-child {
    border-bottom: 1px solid var(--gray4);
  }
  .nav-sp .gnav-list_item:last-child a:after {
    width: clamp(0px, 2.9333333333vw, 15.4px);
    height: clamp(0px, 2.9333333333vw, 15.4px);
    background-image: url(../img/common/icon-link_black3.webp);
  }
  .nav-sp .gnav-list_item > a {
    width: 100%;
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    font-weight: 700;
    display: flex;
    flex-direction: column;
    padding: clamp(0px, 6.4vw, 33.6px) 0;
    border-bottom: 1px solid var(--gray4);
    position: relative;
  }
  .nav-sp .gnav-list_item > a .en-font {
    font-size: clamp(0px, 6.9333333333vw, 36.4px);
    font-weight: 700;
    margin-bottom: clamp(0px, 1.6vw, 8.4px);
  }
  .nav-sp .gnav-list_item > a:after {
    content: "";
    width: clamp(0px, 4.2666666667vw, 22.4px);
    height: clamp(0px, 4.2666666667vw, 22.4px);
    background-color: transparent;
    background-image: url(../img/common/icon-arrow_nav.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 50%;
    right: clamp(0px, 2.1333333333vw, 11.2px);
    left: auto;
    transform: translateY(-50%);
    transition: all ease-out 0.2s;
  }
  .nav-sp .gnav-list_item:nth-child(4) > a:after {
    background-image: url(../img/common/icon-arrow_nav.webp);
  }
  .nav-sp .gnav-list_item._open > a:after {
    transform: translateY(-50%) scale(1, -1);
  }
  .nav-sp .gnav-list_item .megamenu-list {
    padding-bottom: clamp(0px, 3.2vw, 16.8px);
  }
  .nav-sp .gnav-list_item .megamenu-list_item a {
    width: 100%;
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    display: block;
    padding: clamp(0px, 3.2vw, 16.8px) clamp(0px, 5.3333333333vw, 28px);
  }
  .nav-sp .cta-list {
    width: 100%;
    display: grid;
    gap: clamp(0px, 4.2666666667vw, 22.4px);
    margin-top: clamp(0px, 16vw, 84px);
  }
  .nav-sp .cta-list_item {
    width: 100%;
  }
  .nav-sp .cta-list a {
    width: 100%;
    height: clamp(0px, 12.2666666667vw, 64.4px);
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    font-weight: 700;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: clamp(0px, 6.1333333333vw, 32.2px);
  }
  .nav-sp .cta-list a.btn-casual {
    color: var(--blue);
    position: static;
    transform: none;
    opacity: 1;
  }
  .nav-sp .cta-list a.btn-recruitment {
    background-color: var(--black);
  }
  .nav-sp .cta-list a.btn-entry {
    background-color: var(--pink);
  }
  .nav-sp .nav-logo {
    width: clamp(0px, 52.5333333333vw, 275.8px);
    display: block;
    margin: clamp(0px, 16vw, 84px) auto clamp(0px, 5.3333333333vw, 28px);
  }
  .nav-sp .nav-logo .sub-font {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    text-align: center;
    display: block;
    margin: clamp(0px, 3.2vw, 16.8px) auto 0;
  }
  .nav-sp .sns-list {
    display: grid;
    justify-content: center;
    grid-template-columns: clamp(0px, 9.0666666667vw, 47.6px) clamp(0px, 9.0666666667vw, 47.6px);
    gap: clamp(0px, 2.6666666667vw, 14px);
    border-radius: clamp(0px, 0.5555555556vw, 11.2px);
  }
  .nav-sp .sns-list a {
    width: 100%;
    height: clamp(0px, 9.0666666667vw, 47.6px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--black);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
  .nav-sp .sns-list a img {
    width: clamp(0px, 5.6vw, 29.4px);
  }
  .nav-sp .sub-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0px, 5.3333333333vw, 28px);
    margin: clamp(0px, 10.6666666667vw, 56px) auto clamp(0px, 5.3333333333vw, 28px);
    padding-bottom: clamp(0px, 5.3333333333vw, 28px);
    border-bottom: 1px solid #E2E2E2;
  }
  .nav-sp .sub-menu a {
    font-size: clamp(0px, 2.6666666667vw, 14px);
    display: flex;
    align-items: center;
    gap: clamp(0px, 1.0666666667vw, 5.6px);
  }
  .nav-sp .sub-menu a:after {
    content: "";
    width: clamp(0px, 3.7333333333vw, 19.6px);
    height: clamp(0px, 3.7333333333vw, 19.6px);
    background-image: url(../img/common/icon-link_black.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .nav-sp .copylight-txt {
    font-size: clamp(0px, 2.6666666667vw, 14px);
    font-weight: 400;
    text-align: center;
  }
}

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

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

/* !!------------------------------------ */
/* !! @note TOP */
.top .kv-section {
  width: 100%;
  height: 150vh;
}
@media screen and (max-width: 767px) {
  .top .kv-section {
    height: 100svh;
  }
}
.top .kv-section .inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top .kv-section .inner {
    transform: none;
  }
}
.top .kv-section .copy-wrap {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 56px;
  left: calc(50% - clamp(0px, 39.1666666667vw, 789.6px));
  transition: opacity 0.4s ease, transform 1s ease;
}
@media screen and (max-width: 767px) {
  .top .kv-section .copy-wrap {
    width: calc(100% - clamp(0px, 10.6666666667vw, 56px));
    text-align: justify;
    justify-content: flex-start;
    position: fixed;
    transform: none;
    top: calc(50% + clamp(0px, 15.7333333333vw, 82.6px));
    left: clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .kv-section .main-h2 {
  font-size: 6.4rem;
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 21px;
}
@media screen and (max-width: 1130px) {
  .top .kv-section .main-h2 {
    font-size: clamp(0px, 4.4444444444vw, 89.6px);
    margin-bottom: clamp(0px, 1.4583333333vw, 29.4px);
  }
}
@media screen and (max-width: 767px) {
  .top .kv-section .main-h2 {
    font-size: clamp(0px, 8.5333333333vw, 44.8px);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0;
  }
}
.top .kv-section .main-copy {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (min-width: 1143px) {
  .top .kv-section .main-copy {
    font-size: clamp(0px, 1.25vw, 25.2px);
  }
}
@media screen and (max-width: 1130px) {
  .top .kv-section .main-copy {
    font-size: clamp(0px, 1.25vw, 25.2px);
  }
}
@media screen and (max-width: 767px) {
  .top .kv-section .main-copy {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    color: var(--white);
  }
}
.top .about-section {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .top .about-section {
    padding: clamp(0px, 34.6666666667vw, 182px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 26.6666666667vw, 140px);
  }
}
.top .about-section hgroup {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top .about-section hgroup {
    text-align: center;
    margin-bottom: clamp(0px, 7.4666666667vw, 39.2px);
  }
}
.top .about-section .ttl-txt {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top .about-section .ttl-txt {
    font-size: clamp(0px, 6.4vw, 33.6px);
    text-align: center;
    margin-bottom: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.top .about-section .ttl-h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top .about-section .ttl-h3 {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    text-align: center;
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.top .about-section .wrap {
  align-items: flex-end;
  grid-template-columns: 562px 477px;
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .top .about-section .wrap {
    grid-template-columns: 1fr;
    margin-bottom: clamp(0px, 8vw, 42px);
  }
}
.top .about-section .txt-wrap {
  padding-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .top .about-section .txt-wrap {
    padding-bottom: 0;
  }
}
.top .about-section .business-detail_wrap {
  padding: 72px 70px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .top .about-section .business-detail_wrap {
    padding: clamp(0px, 8vw, 42px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 14.1333333333vw, 74.2px);
    border-radius: clamp(0px, 2.1333333333vw, 11.2px);
    box-shadow: 0 0 clamp(0px, 5.3333333333vw, 28px) 0 rgba(0, 0, 0, 0.05);
  }
}
.top .about-section .business-detail_wrap .wrap {
  grid-template-columns: 481px 455px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top .about-section .business-detail_wrap .wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.top .about-section .business-detail_wrap .txt-wrap {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top .about-section .business-detail_wrap .txt-wrap {
    margin-bottom: clamp(0px, 8vw, 42px);
  }
  .top .about-section .business-detail_wrap .txt-wrap .btn-detail {
    display: none;
  }
}
.top .about-section .business-detail_wrap .ttl-txt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.top .about-section .business-detail_wrap .lead-txt {
  margin-bottom: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .top .about-section .business-detail_wrap .lead-txt {
    margin-bottom: 0;
  }
}
.top .about-section .business-detail_wrap .icon-list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 22px 40px;
}
@media screen and (max-width: 767px) {
  .top .about-section .business-detail_wrap .icon-list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0px, 3.2vw, 16.8px) 0;
    margin-bottom: clamp(0px, 10.6666666667vw, 56px);
  }
}
.top .about-section .business-detail_wrap .icon-list + .btn-detail {
  display: none;
}
@media screen and (max-width: 767px) {
  .top .about-section .business-detail_wrap .icon-list + .btn-detail {
    display: inline-flex;
    margin-left: auto;
  }
}
.top .about-section .business-detail_wrap .icon-list_item figure {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .top .about-section .business-detail_wrap .icon-list_item figure {
    flex-direction: column;
    gap: clamp(0px, 0.8vw, 4.2px);
  }
}
.top .about-section .business-detail_wrap .icon-list_item figcaption {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top .about-section .business-detail_wrap .icon-list_item figcaption {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    text-align: center;
  }
}
.top .about-section .business-detail_wrap .icon-list_item img {
  width: 77px;
}
@media screen and (max-width: 767px) {
  .top .about-section .business-detail_wrap .icon-list_item img {
    width: clamp(0px, 20.5333333333vw, 107.8px);
  }
}
.top .bg-white {
  padding: 203px 0 183px;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .top .bg-white {
    padding-top: clamp(0px, 27.7333333333vw, 145.6px);
    padding-bottom: clamp(0px, 22.4vw, 117.6px);
  }
}
.top .work-section hgroup,
.top .people-section hgroup {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .top .work-section hgroup,
  .top .people-section hgroup {
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.top .work-section .lead-txt,
.top .people-section .lead-txt {
  margin-bottom: 52px;
  padding-right: 56px;
}
@media screen and (max-width: 767px) {
  .top .work-section .lead-txt,
  .top .people-section .lead-txt {
    margin-bottom: clamp(0px, 10.6666666667vw, 56px);
    padding-right: 0;
  }
}
.top .work-section .wrap,
.top .people-section .wrap {
  grid-template-columns: 579px 478px;
}
@media screen and (max-width: 767px) {
  .top .work-section .wrap,
  .top .people-section .wrap {
    grid-template-columns: 1fr;
  }
}
.top .work-section .nav_list__item a,
.top .people-section .nav_list__item a {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .work-section .nav_list__item a,
  .top .people-section .nav_list__item a {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    padding: clamp(0px, 2.6666666667vw, 14px) 0;
  }
}
@media screen and (min-width: 768px) {
  .top .work-section .nav_list__item a:hover .btn:after,
  .top .people-section .nav_list__item a:hover .btn:after {
    width: 56px;
    height: 56px;
  }
}
.top .work-section .img-wrap,
.top .people-section .img-wrap {
  width: 478px;
  height: 663px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .work-section .img-wrap,
  .top .people-section .img-wrap {
    display: none;
  }
}
.top .work-section .img-wrap img,
.top .people-section .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .top .work-section .img-wrap img,
  .top .people-section .img-wrap img {
    width: clamp(0px, 42.1333333333vw, 221.2px);
    height: 100%;
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
    position: static;
    opacity: 1;
  }
  .top .work-section .img-wrap img:last-of-type,
  .top .people-section .img-wrap img:last-of-type {
    margin-top: clamp(0px, 16vw, 84px);
  }
}
.top .work-section .img-wrap img.is-active,
.top .people-section .img-wrap img.is-active {
  opacity: 1;
}
.top .work-section .txt-wrap .img-wrap,
.top .people-section .txt-wrap .img-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .top .work-section .txt-wrap .img-wrap,
  .top .people-section .txt-wrap .img-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: clamp(0px, 4vw, 21px);
    overflow: visible;
  }
  .top .work-section .txt-wrap .img-wrap img + img,
  .top .people-section .txt-wrap .img-wrap img + img {
    margin-top: clamp(0px, 16vw, 84px);
  }
}
.top .people-section {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .top .people-section {
    padding-top: clamp(0px, 27.7333333333vw, 145.6px);
  }
}
.top .people-section .wrap {
  grid-template-columns: 478px 571px;
}
@media screen and (max-width: 767px) {
  .top .people-section .wrap {
    grid-template-columns: 1fr;
  }
}
.top .people-section .wrap .txt-wrap {
  order: 2;
}
.top .people-section .wrap .img-wrap {
  order: 1;
}
.top .link-wrap {
  text-align: right;
}
.top .working-conditions_section {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .top .working-conditions_section {
    padding-top: clamp(0px, 27.7333333333vw, 145.6px);
  }
}
.top .working-conditions_section hgroup {
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .top .working-conditions_section hgroup {
    margin-bottom: clamp(0px, 8vw, 42px);
  }
}
.top .working-conditions_section .ttl-txt {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top .working-conditions_section .ttl-txt {
    font-size: clamp(0px, 5.3333333333vw, 28px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.top .working-conditions_section .wrap {
  align-items: flex-start;
  grid-template-columns: 413px 646px;
}
@media screen and (max-width: 767px) {
  .top .working-conditions_section .wrap {
    grid-template-columns: 1fr;
  }
}
.top .working-conditions_section .lead-txt {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .top .working-conditions_section .lead-txt {
    margin-bottom: 0;
  }
}
.top .working-conditions_section .img-wrap {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .working-conditions_section .img-wrap {
    display: grid;
    border-radius: 0;
  }
  .top .working-conditions_section .img-wrap img {
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.top .working-conditions_section .img-wrap .btn-detail {
  display: none;
}
@media screen and (max-width: 767px) {
  .top .working-conditions_section .img-wrap .btn-detail {
    display: inline-flex;
    margin-top: clamp(0px, 8.5333333333vw, 44.8px);
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .top .working-conditions_section .link-wrap {
    display: none;
  }
}
.top .culture-section {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .top .culture-section {
    padding-top: clamp(0px, 27.4666666667vw, 144.2px);
  }
}
.top .culture-section .ttl-txt {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top .culture-section .ttl-txt {
    font-size: clamp(0px, 5.3333333333vw, 28px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.top .culture-section .wrap {
  grid-template-columns: 648px 403px;
}
@media screen and (max-width: 767px) {
  .top .culture-section .wrap {
    grid-template-columns: 1fr;
  }
}
.top .culture-section .txt-wrap {
  order: 2;
}
@media screen and (max-width: 767px) {
  .top .culture-section .txt-wrap {
    order: 1;
  }
  .top .culture-section .txt-wrap .btn-detail {
    display: none;
  }
}
.top .culture-section .img-wrap {
  border-radius: 8px;
  overflow: hidden;
  order: 1;
}
@media screen and (max-width: 767px) {
  .top .culture-section .img-wrap {
    border-radius: 0;
    order: 2;
    overflow: visible;
  }
  .top .culture-section .img-wrap img {
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.top .culture-section .img-wrap .btn-detail {
  display: none;
}
@media screen and (max-width: 767px) {
  .top .culture-section .img-wrap .btn-detail {
    display: inline-flex;
    margin-top: clamp(0px, 8vw, 42px);
  }
}
.top .culture-section hgroup {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .top .culture-section hgroup {
    margin-bottom: clamp(0px, 8vw, 42px);
  }
}
.top .culture-section .ttl-h3 {
  margin-bottom: 10px;
}
.top .culture-section .lead-txt {
  margin-bottom: 23px;
}
.top .blog-section {
  padding: 147px 0 130px;
  background-color: rgba(211, 211, 211, 0.5);
}
@media screen and (max-width: 767px) {
  .top .blog-section {
    padding: clamp(0px, 21.3333333333vw, 112px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .blog-section .wrap {
  grid-template-columns: auto 672px;
  align-items: flex-start;
  padding: 107px 96px 98px 88px;
  background-color: var(--white);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .top .blog-section .wrap {
    grid-template-columns: 1fr;
    padding: clamp(0px, 6.4vw, 33.6px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 7.4666666667vw, 39.2px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.top .blog-section .blog-list_item a {
  font-size: 1.6rem;
  font-weight: 400;
  display: grid;
  grid-template-columns: 85px auto;
  gap: 70px;
  padding: 30px 0;
  border-bottom: 1px solid var(--gray3);
}
@media screen and (max-width: 767px) {
  .top .blog-section .blog-list_item a {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.6;
    align-items: center;
    grid-template-columns: auto clamp(0px, 57.3333333333vw, 301px);
    gap: clamp(0px, 5.0666666667vw, 26.6px);
    padding: clamp(0px, 5.3333333333vw, 28px) 0;
  }
}
.top .blog-section .blog-list_item:first-child a {
  border-top: 1px solid var(--gray3);
}
.top .blog-section .blog-list_item time {
  color: #B6B6B6;
  white-space: nowrap;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top .blog-section .blog-list_item time {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.top .blog-section .blog-list_item .ttl-txt {
  line-height: 1.6;
}
.top .blog-section .link-wrap {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .top .blog-section .link-wrap {
    margin-top: clamp(0px, 8vw, 42px);
  }
}
.top .recruitment-section {
  color: var(--white);
  padding: 200px 0;
  background-color: #444;
}
@media screen and (max-width: 767px) {
  .top .recruitment-section {
    padding: clamp(0px, 26.6666666667vw, 140px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .recruitment-section hgroup {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top .recruitment-section hgroup {
    margin-bottom: clamp(0px, 8vw, 42px);
  }
  .top .recruitment-section hgroup .ttl-h2 {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.top .recruitment-section .sub-ttl {
  margin-top: 16px;
}
.top .recruitment-section .recruitment-list_item a {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 0;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .recruitment-section .recruitment-list_item a {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    padding: clamp(0px, 7.2vw, 37.8px) 0;
  }
}
.top .recruitment-section .recruitment-list_item:nth-child(2) {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .top .recruitment-section .recruitment-list_item:nth-child(2) {
    padding: clamp(0px, 10.4vw, 54.6px) 0;
  }
}
.top .recruitment-section .recruitment-list_item:last-child a {
  padding: 60px 0;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .top .recruitment-section .recruitment-list_item:last-child a {
    padding: clamp(0px, 8vw, 42px) 0;
  }
}
.top .recruitment-section .recruitment-list_item .ttl-txt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top .recruitment-section .recruitment-list_item .ttl-txt {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.top .recruitment-section .ttl-h2 {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top .recruitment-section .ttl-h2 {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.top .recruitment-section .lead-txt {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .top .recruitment-section .lead-txt {
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .recruitment-section .step-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .top .recruitment-section .step-list {
    gap: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.top .recruitment-section .step-list_item {
  color: var(--black);
  display: grid;
  grid-template-columns: 176px 1fr;
  align-items: center;
  padding: 22px 46px 25px;
  background-color: var(--white);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .top .recruitment-section .step-list_item {
    grid-template-columns: clamp(0px, 20.2666666667vw, 106.4px) 1fr;
    padding: clamp(0px, 3.7333333333vw, 19.6px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.top .recruitment-section .step-list_item .step-ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top .recruitment-section .step-list_item .step-ttl {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.top .recruitment-section .step-list_item .step-ttl:before {
  counter-increment: number 1;
  content: "Step." counter(number, decimal-leading-zero);
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--lightblue);
  display: block;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .top .recruitment-section .step-list_item .step-ttl:before {
    font-size: clamp(0px, 3.2vw, 16.8px);
    margin-bottom: clamp(0px, 1.3333333333vw, 7px);
  }
}
.top .recruitment-section .step-list_item .lead-txt {
  margin-bottom: 0;
  padding-left: 28px;
  border-left: 1px solid var(--gray3);
}
@media screen and (max-width: 767px) {
  .top .recruitment-section .step-list_item .lead-txt {
    font-size: clamp(0px, 3.2vw, 16.8px);
    padding-left: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.top .recruitment-section .contact-ttl {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top .recruitment-section .contact-ttl span {
    display: flex;
    align-items: center;
    gap: clamp(0px, 1.0666666667vw, 5.6px);
  }
  .top .recruitment-section .contact-ttl span:after {
    content: "";
    width: clamp(0px, 5.3333333333vw, 28px);
    height: clamp(0px, 5.3333333333vw, 28px);
    background-image: url(../img/common/icon-link_white.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}
.top .recruitment-section .contact-ttl .lead-txt {
  line-height: 1;
  display: block;
  margin-top: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top .recruitment-section .contact-ttl .lead-txt {
    margin-top: clamp(0px, 2.6666666667vw, 14px);
  }
}

/* !!------------------------------------ */
/* !! @note footer */
.footer {
  min-width: 1440px;
  padding: 156px 0 65px;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .footer {
    min-width: 100%;
    padding: clamp(0px, 16vw, 84px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 21.3333333333vw, 112px);
  }
}
.footer .gnav-list {
  display: flex;
  justify-content: space-between;
}
.footer .gnav-list_item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer .gnav-list_item {
    display: none;
  }
}
.footer .gnav-list_item.ttl-txt {
  font-size: 1.4rem;
  font-weight: 700;
}
.footer .gnav-list_item.ttl-txt .en-font {
  font-size: 2rem;
  font-weight: 700;
  color: var(--lightblue);
  display: block;
  margin-bottom: 10px;
}
.footer .gnav-list_item a {
  display: inline-block;
}
.footer .gnav-list_item a + a {
  margin-top: 34px;
}
.footer .subnav-list {
  margin-top: 22px;
}
.footer .subnav-list a {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  position: relative;
}
.footer .subnav-list a:before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: var(--lightblue);
  transition: all ease-out 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .footer .subnav-list a:hover:before {
    width: 100%;
  }
}
.footer .subnav-list a.icon-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.footer .subnav-list a.icon-link:after {
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url(../img/common/icon-link_black2.webp);
}
.footer .icon-link {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .footer .icon-link {
    gap: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.footer .icon-link:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon-link_black2.webp);
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .footer .icon-link:after {
    width: clamp(0px, 3.7333333333vw, 19.6px);
    height: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.footer .logo {
  display: inline-flex;
  align-items: baseline;
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .footer .logo {
    width: clamp(0px, 53.0666666667vw, 278.6px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}
.footer .logo img {
  width: 341px;
}
@media screen and (max-width: 767px) {
  .footer .logo img {
    width: 100%;
  }
}
.footer .logo .sub-font {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 15px;
  position: relative;
  bottom: 6px;
}
@media screen and (max-width: 767px) {
  .footer .logo .sub-font {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    margin: clamp(0px, 1.8666666667vw, 9.8px) 0 0 0;
    position: static;
  }
}
.footer .wrap {
  margin-top: 23px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
  .footer .wrap {
    margin-top: clamp(0px, 5.6vw, 29.4px);
    padding-bottom: clamp(0px, 5.3333333333vw, 28px);
    align-items: center;
    justify-content: center;
    gap: clamp(0px, 10.1333333333vw, 53.2px);
  }
}
.footer .sns-list {
  display: grid;
  grid-template-columns: 34px 34px;
  gap: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .footer .sns-list {
    grid-template-columns: clamp(0px, 9.0666666667vw, 47.6px) clamp(0px, 9.0666666667vw, 47.6px);
    gap: clamp(0px, 2.6666666667vw, 14px);
    justify-content: center;
  }
}
.footer .sns-list a {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .footer .sns-list a {
    height: clamp(0px, 9.0666666667vw, 47.6px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.footer .sns-list a img {
  width: 21px;
}
@media screen and (max-width: 767px) {
  .footer .sns-list a img {
    width: clamp(0px, 5.6vw, 29.4px);
  }
}
.footer .sublink-list {
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .footer .sublink-list {
    gap: clamp(0px, 5.3333333333vw, 28px);
  }
}
.footer .sublink-list a {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer .sublink-list a {
    font-size: clamp(0px, 2.6666666667vw, 14px);
  }
}
.footer .copylight-txt {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer .copylight-txt {
    font-size: clamp(0px, 2.6666666667vw, 14px);
    padding-top: clamp(0px, 5.0666666667vw, 26.6px);
  }
}

/* !!------------------------------------ */
/* !! @note 下層ページ */
.page {
  background-color: var(--gray4);
  /* !!------------------------------------ */
  /* !! @note 数字で見るリバミー */
  /* !!------------------------------------ */
  /* !! @note 仕事を知る */
  /* !!------------------------------------ */
  /* !! @note リバミー社員の声×1日の流れ */
  /* !!------------------------------------ */
  /* !! @note 働く環境 */
  /* !!------------------------------------ */
  /* !! @note リバミーの取り組み */
  /* !!------------------------------------ */
  /* !! @note 採用ブログ */
  /* !!------------------------------------ */
  /* !! @note 採用ブログ詳細 */
  /* !!------------------------------------ */
  /* !! @note 募集要項 */
  /* !!------------------------------------ */
  /* !! @note 募集要項詳細ページ */
  /* !!------------------------------------ */
  /* !! @note よくある質問 */
  /* !!------------------------------------ */
  /* !! @note カテゴリ一覧 */
  /* !!------------------------------------ */
  /* !! @note エントリー */
  /* !!------------------------------------ */
  /* !! @note 404 */
}
.page .breadcrumbs-list {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page .breadcrumbs-list {
    padding: clamp(0px, 4.2666666667vw, 22.4px) clamp(0px, 5.3333333333vw, 28px);
    white-space: nowrap;
    overflow: hidden;
  }
}
.page .breadcrumbs-list_item {
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .page .breadcrumbs-list_item {
    font-size: clamp(0px, 2.6666666667vw, 14px);
    line-height: 1.5;
  }
}
.page .breadcrumbs-list_item:after {
  content: "＞";
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .page .breadcrumbs-list_item:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.page .breadcrumbs-list_item:last-child:after {
  content: none;
}
.page .kv-section hgroup {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page .kv-section hgroup {
    margin-bottom: clamp(0px, 6.1333333333vw, 32.2px);
  }
}
.page .kv-section .en-font {
  font-size: 8.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page .kv-section .en-font {
    font-size: clamp(0px, 14.9333333333vw, 78.4px);
  }
}
.page .kv-section .ttl-h1 {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page .kv-section .ttl-h1 {
    font-size: clamp(0px, 4vw, 21px);
    margin-top: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page .kv-section .wrap {
  grid-template-columns: 456px 50%;
}
@media screen and (max-width: 767px) {
  .page .kv-section .wrap {
    grid-template-columns: 1fr;
  }
}
.page .kv-section .txt-wrap {
  padding-top: 217px;
}
@media screen and (max-width: 767px) {
  .page .kv-section .txt-wrap {
    padding-top: 0;
    order: 2;
  }
}
.page .kv-section .img-wrap {
  width: 50vw;
  height: 589px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page .kv-section .img-wrap {
    width: calc(100% + clamp(0px, 5.3333333333vw, 28px));
    height: auto;
    border-bottom-left-radius: clamp(0px, 18.6666666667vw, 98px);
    order: 1;
  }
}
.page .kv-section .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  transition: transform ease-out 0.2s;
}
.page .anchorlink-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
}
.page .anchorlink-list a {
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.page .anchorlink-list a:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--lightblue);
  position: absolute;
  bottom: -7px;
  left: 0;
  transition: all ease-out 0.2s;
}
@media screen and (min-width: 768px) {
  .page .anchorlink-list a:hover:before {
    width: calc(100% - 28px);
  }
  .page .anchorlink-list a:hover:after {
    top: 2px;
  }
}
.page .anchorlink-list a:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon-arrow_black.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all ease-out 0.2s;
  position: relative;
  top: 0;
}
.page .content-section {
  padding-top: 120px;
  padding-bottom: 210px;
}
@media screen and (max-width: 767px) {
  .page .content-section {
    padding-top: clamp(0px, 25.0666666667vw, 131.6px);
    padding-bottom: clamp(0px, 26.6666666667vw, 140px);
  }
}
.page .content-section .ttl-h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .page .content-section .ttl-h2 {
    font-size: clamp(0px, 4.8vw, 25.2px);
    margin-bottom: clamp(0px, 6.4vw, 33.6px);
  }
}
.page .otherlink-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-top: 190px;
}
@media screen and (max-width: 767px) {
  .page .otherlink-list {
    gap: clamp(0px, 2.6666666667vw, 14px);
    padding-top: clamp(0px, 22.4vw, 117.6px);
  }
}
.page .otherlink-list_item {
  min-height: 180px;
  background-color: var(--white);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .page .otherlink-list_item {
    min-height: clamp(0px, 48vw, 252px);
    grid-template-columns: 1fr;
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
    position: relative;
  }
}
.page .otherlink-list_item .en-font {
  font-size: 5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page .otherlink-list_item .en-font {
    font-size: clamp(0px, 8.5333333333vw, 44.8px);
  }
}
.page .otherlink-list_item .txt-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 34px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page .otherlink-list_item .txt-wrap {
    margin-top: clamp(0px, 3.4666666667vw, 18.2px);
    padding-left: 0;
    position: static;
  }
}
.page .otherlink-list_item .txt-wrap:before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #E0E0E0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .page .otherlink-list_item .txt-wrap:before {
    content: none;
  }
}
.page .otherlink-list_item .ttl-txt {
  font-size: 2.4rem;
  font-weight: 700;
  transition: color ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .page .otherlink-list_item .ttl-txt {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    line-height: 1.5;
  }
}
.page .otherlink-list_item .lead-txt {
  line-height: 1;
  margin-top: 16px;
  transition: color ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .page .otherlink-list_item .lead-txt {
    margin-top: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page .otherlink-list_item a {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 310px 1fr;
  padding: 40px 64px 40px 73px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page .otherlink-list_item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 clamp(0px, 9.6vw, 50.4px) 0 clamp(0px, 8.2666666667vw, 43.4px);
  }
}
@media screen and (min-width: 768px) {
  .page .otherlink-list_item a:hover .btn:after {
    width: 56px;
    height: 56px;
  }
}
.page .otherlink-list_item .btn {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .page .otherlink-list_item .btn {
    top: clamp(0px, 18.6666666667vw, 98px);
    right: clamp(0px, 8.8vw, 46.2px);
  }
}
.page .otherlink-list_item.link-people {
  display: grid;
  grid-template-columns: 310px 1fr;
  padding: 40px 64px 40px 73px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page .otherlink-list_item.link-people {
    grid-template-columns: 1fr;
    padding: clamp(0px, 12.8vw, 67.2px) clamp(0px, 9.6vw, 50.4px) clamp(0px, 12.8vw, 67.2px) clamp(0px, 8.2666666667vw, 43.4px);
  }
}
.page .otherlink-list_item.link-people .txt-wrap {
  gap: 30px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .page .otherlink-list_item.link-people .txt-wrap {
    gap: clamp(0px, 6.9333333333vw, 36.4px);
  }
}
.page .otherlink-list_item.link-people a {
  align-items: center;
  grid-template-columns: 1fr;
  padding: 0 0 0 34px;
}
@media screen and (max-width: 767px) {
  .page .otherlink-list_item.link-people a {
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .page .otherlink-list_item.link-people .btn {
    position: relative;
    top: auto;
    right: auto;
  }
}
.page .btn-detail {
  font-weight: 700;
}
.page-people_facts .facts-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 292px 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .facts-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: clamp(0px, 47.7333333333vw, 250.6px) clamp(0px, 47.7333333333vw, 250.6px) clamp(0px, 59.7333333333vw, 313.6px) clamp(0px, 101.8666666667vw, 534.8px) clamp(0px, 59.7333333333vw, 313.6px);
    gap: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-people_facts .facts-list_item {
  padding: 40px;
  background-color: var(--white);
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-people_facts .facts-list_item {
    padding: clamp(0px, 6.6666666667vw, 35px) clamp(0px, 7.4666666667vw, 39.2px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-people_facts .facts-list_working {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .facts-list_working {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-people_facts .facts-list_working .facts-list_item {
  padding: 40px 40px 53px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .facts-list_working .facts-list_item {
    padding: clamp(0px, 6.6666666667vw, 35px);
  }
}
.page-people_facts .facts-list_working .item1 .facts-ttl,
.page-people_facts .facts-list_working .item2 .facts-ttl,
.page-people_facts .facts-list_working .item3 .facts-ttl,
.page-people_facts .facts-list_working .item4 .facts-ttl {
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .facts-list_working .item1 .facts-ttl,
  .page-people_facts .facts-list_working .item2 .facts-ttl,
  .page-people_facts .facts-list_working .item3 .facts-ttl,
  .page-people_facts .facts-list_working .item4 .facts-ttl {
    margin-bottom: clamp(0px, 4.8vw, 25.2px);
  }
}
.page-people_facts .facts-list_working .item1 .img-wrap,
.page-people_facts .facts-list_working .item2 .img-wrap,
.page-people_facts .facts-list_working .item3 .img-wrap,
.page-people_facts .facts-list_working .item4 .img-wrap {
  width: 91px;
  height: 91px;
  margin: 0 auto 13px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .facts-list_working .item1 .img-wrap,
  .page-people_facts .facts-list_working .item2 .img-wrap,
  .page-people_facts .facts-list_working .item3 .img-wrap,
  .page-people_facts .facts-list_working .item4 .img-wrap {
    width: clamp(0px, 14.6666666667vw, 77px);
    height: clamp(0px, 14.6666666667vw, 77px);
    margin: 0 auto clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-people_facts .facts-list + .ttl-h2 {
  margin-top: 162px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .facts-list + .ttl-h2 {
    margin-top: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page-people_facts .facts-ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-people_facts .facts-ttl {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-people_facts .item1 {
  grid-area: 1/1/2/2;
}
.page-people_facts .item2 {
  grid-area: 1/2/2/3;
}
.page-people_facts .item3 {
  grid-area: 1/3/2/4;
}
.page-people_facts .item4 {
  grid-area: 1/4/2/5;
}
.page-people_facts .item5 {
  grid-area: 2/1/3/3;
}
.page-people_facts .item6 {
  grid-area: 2/3/4/5;
}
.page-people_facts .item7 {
  grid-area: 3/1/4/3;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item1 {
    grid-area: 1/1/2/2;
  }
  .page-people_facts .item2 {
    grid-area: 1/2/2/3;
  }
  .page-people_facts .item3 {
    grid-area: 2/1/3/2;
  }
  .page-people_facts .item4 {
    grid-area: 2/2/3/3;
  }
  .page-people_facts .item5 {
    grid-area: 3/1/4/3;
  }
  .page-people_facts .item6 {
    grid-area: 4/1/5/3;
  }
  .page-people_facts .item7 {
    grid-area: 5/1/6/3;
  }
}
.page-people_facts .item1 .facts-ttl,
.page-people_facts .item2 .facts-ttl,
.page-people_facts .item3 .facts-ttl,
.page-people_facts .item4 .facts-ttl {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item1 .facts-ttl,
  .page-people_facts .item2 .facts-ttl,
  .page-people_facts .item3 .facts-ttl,
  .page-people_facts .item4 .facts-ttl {
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-people_facts .item1 .img-wrap,
.page-people_facts .item2 .img-wrap,
.page-people_facts .item3 .img-wrap,
.page-people_facts .item4 .img-wrap {
  height: 68px;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item1 .img-wrap,
  .page-people_facts .item2 .img-wrap,
  .page-people_facts .item3 .img-wrap,
  .page-people_facts .item4 .img-wrap {
    height: clamp(0px, 10.6666666667vw, 56px);
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-people_facts .item1 .img-wrap img,
.page-people_facts .item2 .img-wrap img,
.page-people_facts .item3 .img-wrap img,
.page-people_facts .item4 .img-wrap img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.page-people_facts .item1 .num-txt,
.page-people_facts .item2 .num-txt,
.page-people_facts .item3 .num-txt,
.page-people_facts .item4 .num-txt {
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item1 .num-txt,
  .page-people_facts .item2 .num-txt,
  .page-people_facts .item3 .num-txt,
  .page-people_facts .item4 .num-txt {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-people_facts .item1 .num-txt .num,
.page-people_facts .item2 .num-txt .num,
.page-people_facts .item3 .num-txt .num,
.page-people_facts .item4 .num-txt .num {
  font-size: 5.6rem;
  font-weight: 700;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  .page-people_facts .item1 .num-txt .num,
  .page-people_facts .item2 .num-txt .num,
  .page-people_facts .item3 .num-txt .num,
  .page-people_facts .item4 .num-txt .num {
    font-size: clamp(0px, 9.6vw, 50.4px);
  }
}
.page-people_facts .item1 .num-txt i,
.page-people_facts .item2 .num-txt i,
.page-people_facts .item3 .num-txt i,
.page-people_facts .item4 .num-txt i {
  font-size: 5.6rem;
  font-weight: 700;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  .page-people_facts .item1 .num-txt i,
  .page-people_facts .item2 .num-txt i,
  .page-people_facts .item3 .num-txt i,
  .page-people_facts .item4 .num-txt i {
    font-size: clamp(0px, 9.6vw, 50.4px);
  }
}
.page-people_facts .item5 .facts-ttl {
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item5 .facts-ttl {
    margin-bottom: clamp(0px, 11.7333333333vw, 61.6px);
  }
}
.page-people_facts .item5 .img-wrap {
  width: 406px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item5 .img-wrap {
    width: clamp(0px, 65.3333333333vw, 343px);
  }
}
.page-people_facts .item5 .num-list {
  width: 406px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  padding: 0 30px;
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .page-people_facts .item5 .num-list {
    width: clamp(0px, 65.3333333333vw, 343px);
    padding: 0 clamp(0px, 3.7333333333vw, 19.6px);
    gap: clamp(0px, 5.3333333333vw, 28px);
    top: clamp(0px, 22.1333333333vw, 116.2px);
  }
}
.page-people_facts .item5 .num-list_item:first-child {
  padding-top: 56px;
}
.page-people_facts .item5 .num-list_item:nth-child(2) {
  padding-top: 112px;
}
.page-people_facts .item5 .num-list_item:last-child {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item5 .num-list_item:first-child {
    padding-top: 0;
  }
  .page-people_facts .item5 .num-list_item:nth-child(2) {
    padding-top: clamp(0px, 8vw, 42px);
  }
  .page-people_facts .item5 .num-list_item:nth-child(3) {
    margin-top: clamp(-46.2px, -8.8vw, 0px);
  }
  .page-people_facts .item5 .num-list_item:last-child {
    padding-top: clamp(0px, 12.2666666667vw, 64.4px);
  }
}
.page-people_facts .item5 .num-txt {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item5 .num-txt {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-people_facts .item5 .num {
  font-size: 4.8rem;
  font-weight: 700;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  .page-people_facts .item5 .num {
    font-size: clamp(0px, 8vw, 42px);
  }
}
.page-people_facts .item6 .facts-ttl {
  margin-bottom: 202px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item6 .facts-ttl {
    margin-bottom: clamp(0px, 21.8666666667vw, 114.8px);
  }
}
.page-people_facts .item6 .img-wrap {
  width: 274px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item6 .img-wrap {
    width: clamp(0px, 44.2666666667vw, 232.4px);
  }
}
.page-people_facts .item6 .num-txt {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item6 .num-txt {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-people_facts .item6 .num {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  .page-people_facts .item6 .num {
    font-size: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-people_facts .item6 .txt-align_center {
  text-align: center;
}
.page-people_facts .item6 .txt-align_right {
  text-align: right;
}
.page-people_facts .item6 .num-list_item {
  position: absolute;
  font-feature-settings: "palt";
}
.page-people_facts .item6 .num-list_item:first-child {
  top: 194px;
  left: 245px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item6 .num-list_item:first-child {
    top: clamp(0px, 19.7333333333vw, 103.6px);
    left: clamp(0px, 38.9333333333vw, 204.4px);
  }
}
.page-people_facts .item6 .num-list_item:nth-child(2) {
  top: 289px;
  right: 53px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item6 .num-list_item:nth-child(2) {
    top: clamp(0px, 34.4vw, 180.6px);
    right: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-people_facts .item6 .num-list_item:nth-child(2) .num {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item6 .num-list_item:nth-child(2) .num {
    font-size: clamp(0px, 8.5333333333vw, 44.8px);
  }
}
.page-people_facts .item6 .num-list_item:nth-child(3) {
  right: 162px;
  bottom: 157px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item6 .num-list_item:nth-child(3) {
    right: clamp(0px, 24.5333333333vw, 128.8px);
    bottom: clamp(0px, 10.1333333333vw, 53.2px);
  }
}
.page-people_facts .item6 .num-list_item:nth-child(3) .num {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item6 .num-list_item:nth-child(3) .num {
    font-size: clamp(0px, 8.5333333333vw, 44.8px);
  }
}
.page-people_facts .item6 .num-list_item:nth-child(4) {
  bottom: 235px;
  left: 64px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item6 .num-list_item:nth-child(4) {
    bottom: clamp(0px, 22.6666666667vw, 119px);
    left: clamp(0px, 6.6666666667vw, 35px);
  }
}
.page-people_facts .item6 .num-list_item:nth-child(4) .num {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item6 .num-list_item:nth-child(4) .num {
    font-size: clamp(0px, 8.5333333333vw, 44.8px);
  }
}
.page-people_facts .item6 .num-list_item:nth-child(5) {
  top: 318px;
  left: 41px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item6 .num-list_item:nth-child(5) {
    top: clamp(0px, 45.3333333333vw, 238px);
    left: clamp(0px, 5.6vw, 29.4px);
  }
}
.page-people_facts .item6 .num-list_item:nth-child(5) .num-txt {
  line-height: 1;
  display: flex;
  align-items: baseline;
}
.page-people_facts .item6 .num-list_item:nth-child(5) .num {
  font-size: 3.6rem;
  margin-left: 4px;
  position: relative;
  bottom: -3px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item6 .num-list_item:nth-child(5) .num {
    font-size: clamp(0px, 5.3333333333vw, 28px);
    margin-left: clamp(0px, 0.5333333333vw, 2.8px);
    bottom: clamp(-2.8px, -0.5333333333vw, 0px);
  }
}
.page-people_facts .item6 .num-list_item:nth-child(6) {
  top: 243px;
  left: 51px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item6 .num-list_item:nth-child(6) {
    top: clamp(0px, 30.6666666667vw, 161px);
    left: clamp(0px, 4.2666666667vw, 22.4px);
  }
  .page-people_facts .item6 .num-list_item:nth-child(6) .txt-align_right {
    text-align: center;
  }
}
.page-people_facts .item6 .num-list_item:last-child {
  top: 204px;
  left: 113px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item6 .num-list_item:last-child {
    top: clamp(0px, 20.5333333333vw, 107.8px);
    left: clamp(0px, 13.6vw, 71.4px);
  }
}
.page-people_facts .item7 .facts-ttl {
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item7 .facts-ttl {
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-people_facts .item7 .img-wrap {
  width: 444px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item7 .img-wrap {
    width: clamp(0px, 71.7333333333vw, 376.6px);
  }
}
.page-people_facts .item7 .num-txt {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item7 .num-txt {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-people_facts .item7 .num {
  font-size: 4rem;
  font-weight: 700;
  color: var(--blue);
  margin-left: 5px;
  position: relative;
  bottom: -3px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item7 .num {
    font-size: clamp(0px, 6.9333333333vw, 36.4px);
    margin-left: clamp(0px, 0.8vw, 4.2px);
    bottom: clamp(-2.8px, -0.5333333333vw, 0px);
  }
}
.page-people_facts .item7 .num-list_item {
  position: absolute;
}
.page-people_facts .item7 .num-list_item:first-child {
  top: 101px;
  left: 55px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item7 .num-list_item:first-child {
    top: clamp(0px, 16.5333333333vw, 86.8px);
    left: clamp(0px, 8.8vw, 46.2px);
  }
}
.page-people_facts .item7 .num-list_item:nth-child(2) {
  top: 101px;
  right: 55px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item7 .num-list_item:nth-child(2) {
    top: clamp(0px, 16.5333333333vw, 86.8px);
    right: clamp(0px, 9.6vw, 50.4px);
  }
}
.page-people_facts .item7 .num-list_item:nth-child(3) {
  top: 195px;
  left: 55px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item7 .num-list_item:nth-child(3) {
    top: clamp(0px, 31.2vw, 163.8px);
    left: clamp(0px, 8.8vw, 46.2px);
  }
}
.page-people_facts .item7 .num-list_item:nth-child(4) {
  top: 152px;
  right: 55px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item7 .num-list_item:nth-child(4) {
    top: clamp(0px, 24.8vw, 130.2px);
    right: clamp(0px, 9.6vw, 50.4px);
  }
}
.page-people_facts .item7 .num-list_item:nth-child(5) {
  top: 254px;
  left: 55px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item7 .num-list_item:nth-child(5) {
    top: clamp(0px, 41.0666666667vw, 215.6px);
    left: clamp(0px, 8.8vw, 46.2px);
  }
}
.page-people_facts .item7 .num-list_item:last-child {
  top: 214px;
  right: 55px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .item7 .num-list_item:last-child {
    top: clamp(0px, 34.4vw, 180.6px);
    right: clamp(0px, 9.6vw, 50.4px);
  }
}
.page-people_facts .note-txt {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: right;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .note-txt {
    font-size: clamp(0px, 2.6666666667vw, 14px);
    margin-top: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-people_facts .message-txt {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .message-txt {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    margin-top: clamp(0px, 7.4666666667vw, 39.2px);
  }
}
.page-people_facts .dot {
  bottom: -319px;
  left: -221px;
}
@media screen and (max-width: 767px) {
  .page-people_facts .dot {
    bottom: clamp(-203px, -38.6666666667vw, 0px);
    left: clamp(-134.4px, -25.6vw, 0px);
  }
}
.page-work .work-list {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-work .work-list {
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-work .work-list:last-of-type {
  margin-bottom: 0;
}
.page-work .work-list_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 40px 120px 40px 42px;
  background-color: var(--gray3);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-work .work-list_ttl {
    min-height: clamp(0px, 18.6666666667vw, 98px);
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding: clamp(0px, 2.9333333333vw, 15.4px) clamp(0px, 17.3333333333vw, 91px) clamp(0px, 2.9333333333vw, 15.4px) clamp(0px, 8.8vw, 46.2px);
  }
}
.page-work .work-list_ttl .btn {
  width: 30px;
  height: 30px;
  background-color: var(--black);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  transition: all ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .page-work .work-list_ttl .btn {
    width: clamp(0px, 8vw, 42px);
    height: clamp(0px, 8vw, 42px);
    right: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-work .work-list_ttl .btn:before, .page-work .work-list_ttl .btn:after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .page-work .work-list_ttl .btn:before, .page-work .work-list_ttl .btn:after {
    width: clamp(0px, 3.2vw, 16.8px);
    height: 1px;
  }
}
.page-work .work-list_ttl .btn:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-work .work-list_txt {
  padding: 60px 90px 90px;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .page-work .work-list_txt {
    padding: clamp(0px, 5.3333333333vw, 28px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 8vw, 42px);
  }
}
.page-work .work-list._open .work-list_ttl {
  color: var(--white);
  background-color: var(--blue);
}
.page-work .work-list._open .work-list_ttl .btn {
  background-color: var(--white);
}
.page-work .work-list._open .work-list_ttl .btn:before, .page-work .work-list._open .work-list_ttl .btn:after {
  background-color: var(--black);
}
.page-work .work-list._open .work-list_ttl .btn:after {
  transform: translate(-50%, -50%);
}
.page-work .work-detail_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-work .work-detail_list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 2.6666666667vw, 14px);
    margin-top: clamp(0px, 10.1333333333vw, 53.2px);
  }
}
.page-work .work-detail_list__item {
  padding: 50px 37px 43px;
  background-color: var(--gray4);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .page-work .work-detail_list__item {
    padding: clamp(0px, 6.6666666667vw, 35px) clamp(0px, 4.8vw, 25.2px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-work .work-detail_list .ttl-txt {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--lightblue);
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .page-work .work-detail_list .ttl-txt {
    font-size: clamp(0px, 3.2vw, 16.8px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-work .work-detail_list .lead-txt {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .page-work .work-detail_list .lead-txt {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.page-work .link-wrap {
  text-align: right;
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .page-work .link-wrap {
    margin-top: clamp(0px, 5.8666666667vw, 30.8px);
  }
}
.page .achievements-wrap {
  padding-top: 162px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page .achievements-wrap {
    padding-top: clamp(0px, 26.6666666667vw, 140px);
  }
}
.page .achievements-wrap .ttl-h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page .achievements-wrap .ttl-h2 {
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page .achievements-wrap .lead-txt {
  width: 462px;
}
@media screen and (max-width: 767px) {
  .page .achievements-wrap .lead-txt {
    width: 100%;
  }
}
.page .achievements-wrap .link-wrap {
  margin-top: 0;
  position: absolute;
  top: 244px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .page .achievements-wrap .link-wrap {
    margin-top: clamp(0px, 8.5333333333vw, 44.8px);
    position: relative;
    top: auto;
  }
}
.page .achievements-wrap .img-wrap {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page .achievements-wrap .img-wrap {
    margin-top: clamp(0px, 8vw, 42px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page .achievements-wrap .img-wrap .img-wrap_img {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page .achievements-wrap .img-wrap .img-wrap_img {
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
@media screen and (min-width: 768px) {
  .page .achievements-wrap .img-wrap img {
    transition: all ease-out 0.2s;
  }
}
.page .achievements-wrap .img-wrap a {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .page .achievements-wrap .img-wrap a:hover img {
    transform: scale(1.01);
  }
}
.page .achievements-wrap .img-wrap .btn-detail {
  position: absolute;
  top: -76px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .page .achievements-wrap .img-wrap .btn-detail {
    display: flex;
    justify-content: flex-end;
    margin-top: clamp(0px, 8.5333333333vw, 44.8px);
    position: relative;
    top: auto;
    right: auto;
  }
}
.page-people_voice .content-section {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-people_voice .content-section {
    padding-top: clamp(0px, 25.0666666667vw, 131.6px);
  }
  .page-people_voice .content-section .anchorlink-list {
    display: none;
  }
}
.page-people_voice .content-section .ttl-h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -50px;
  margin-bottom: 40px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-people_voice .content-section .ttl-h2 {
    gap: clamp(0px, 1.0666666667vw, 5.6px);
    margin-top: clamp(-70px, -13.3333333333vw, 0px);
    margin-bottom: clamp(0px, 6.4vw, 33.6px);
    padding-top: clamp(0px, 13.3333333333vw, 70px);
  }
}
.page-people_voice .content-section .ttl-h2:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--lightblue);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .page-people_voice .content-section .ttl-h2:before {
    width: clamp(0px, 1.6vw, 8.4px);
    height: clamp(0px, 1.6vw, 8.4px);
  }
}
.page-people_voice .interview-wrap {
  padding-top: 140px;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-wrap {
    padding-top: 0;
  }
}
.page-people_voice .interview-list {
  margin-bottom: 130px;
  background-color: var(--white);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list {
    margin-bottom: clamp(0px, 13.3333333333vw, 70px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-people_voice .interview-list:last-of-type {
  margin-bottom: 0;
}
.page-people_voice .interview-list_kv {
  padding: 66px 68px 62px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list_kv {
    display: flex;
    flex-direction: column;
    padding: clamp(0px, 8.5333333333vw, 44.8px) clamp(0px, 6.9333333333vw, 36.4px) clamp(0px, 9.6vw, 50.4px) clamp(0px, 9.6vw, 50.4px);
  }
}
.page-people_voice .interview-list_kv .btn {
  margin: 0 85px;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list_kv .btn {
    margin: 0;
    order: 5;
  }
}
.page-people_voice .interview-list_kv .btn span:before {
  content: "";
  width: 2px;
  height: 12px;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list_kv .btn span:before {
    width: clamp(0px, 0.5333333333vw, 2.8px);
    height: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-people_voice .interview-list_kv._open .btn {
  font-size: 0;
}
.page-people_voice .interview-list_kv._open .btn:before {
  content: "閉じる";
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list_kv._open .btn:before {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.page-people_voice .interview-list_kv._open .btn span:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-people_voice .interview-list_faq {
  padding: 90px 153px 134px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list_faq {
    padding: clamp(0px, 10.6666666667vw, 56px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 6.1333333333vw, 32.2px);
  }
}
.page-people_voice .interview-list_faq:before {
  content: "";
  width: calc(100% - 144px);
  height: 1px;
  background-color: var(--gray3);
  position: absolute;
  top: 0;
  left: clamp(0px, 5vw, 100.8px);
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list_faq:before {
    width: calc(100% - clamp(0px, 10.6666666667vw, 56px));
    left: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-people_voice .interview-list_faq .faq-list_ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 22px;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list_faq .faq-list_ttl {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    line-height: 1.5;
    margin-bottom: clamp(0px, 3.2vw, 16.8px);
    padding-left: clamp(0px, 11.2vw, 58.8px);
  }
}
.page-people_voice .interview-list_faq .faq-list_ttl:before {
  content: "Question";
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list_faq .faq-list_ttl:before {
    font-size: clamp(0px, 3.2vw, 16.8px);
    margin-bottom: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page-people_voice .interview-list_faq .faq-list_ttl:after {
  content: "Q";
  width: 41px;
  height: 41px;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--lightblue);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list_faq .faq-list_ttl:after {
    width: clamp(0px, 9.0666666667vw, 47.6px);
    height: clamp(0px, 9.0666666667vw, 47.6px);
    font-size: clamp(0px, 4.8vw, 25.2px);
    top: 0;
    transform: none;
  }
}
.page-people_voice .interview-list_faq .faq-list_txt {
  font-size: 1.4rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list_faq .faq-list_txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin-bottom: clamp(0px, 8.8vw, 46.2px);
  }
}
.page-people_voice .interview-list_faq .faq-list_txt:last-of-type {
  margin-bottom: 0;
}
.page-people_voice .interview-list .btn {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 70px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray3);
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .btn {
    font-size: clamp(0px, 3.2vw, 16.8px);
    margin-top: clamp(0px, 5.3333333333vw, 28px);
    padding: clamp(0px, 2.6666666667vw, 14px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-people_voice .interview-list .btn:before {
  transition: all ease-out 0.2s;
}
.page-people_voice .interview-list .btn span {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .btn span {
    width: clamp(0px, 2.6666666667vw, 14px);
    height: clamp(0px, 2.6666666667vw, 14px);
    margin-left: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-people_voice .interview-list .btn span:after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .btn span:after {
    width: clamp(0px, 2.6666666667vw, 14px);
    height: clamp(0px, 0.5333333333vw, 2.8px);
  }
}
.page-people_voice .interview-list .btn span:before, .page-people_voice .interview-list .btn span:after {
  transition: all ease-out 0.2s;
}
.page-people_voice .interview-list .interview-num {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .interview-num {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin-bottom: 0;
    order: 1;
  }
}
.page-people_voice .interview-list .interview-num:after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 8rem;
  color: var(--lightblue);
  display: block;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .interview-num:after {
    font-size: clamp(0px, 12.2666666667vw, 64.4px);
    margin-top: 0;
  }
}
.page-people_voice .interview-list .name-txt {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .name-txt {
    font-size: clamp(0px, 3.2vw, 16.8px);
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .profile-list {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-people_voice .interview-list .profile-list {
    order: 4;
  }
}
.page-people_voice .interview-list .profile-list_txt {
  line-height: 1.6;
}
.page-people_voice .interview-list .img-wrap {
  width: 503px;
  position: absolute;
  top: 60px;
  right: 127px;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .img-wrap {
    width: clamp(0px, 74.9333333333vw, 393.4px);
    margin-bottom: clamp(0px, 3.4666666667vw, 18.2px);
    position: relative;
    top: auto;
    right: clamp(0px, 2.6666666667vw, 14px);
    transform: none;
    order: 2;
  }
}
.page-people_voice .interview-list .schedule-wrap {
  margin-top: 55px;
  padding: 75px 100px 80px;
  background-color: var(--gray4);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .schedule-wrap {
    margin-top: clamp(0px, 8.8vw, 46.2px);
    padding: clamp(0px, 6.4vw, 33.6px) clamp(0px, 5.0666666667vw, 26.6px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-people_voice .interview-list .schedule-wrap:after {
  content: "";
  width: 342px;
  height: 489px;
  background-image: url(../img/people/img-people_schedule.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .schedule-wrap:after {
    content: none;
  }
}
.page-people_voice .interview-list .schedule-wrap hgroup {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 49px;
  padding-left: 110px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .schedule-wrap hgroup {
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
    padding-left: clamp(0px, 12.2666666667vw, 64.4px);
  }
}
.page-people_voice .interview-list .schedule-wrap hgroup:before {
  content: "";
  width: 94px;
  height: 94px;
  background-image: url(../img/people/icon-calendar.webp);
  background-repeat: no-repeat;
  background-size: 45px auto;
  background-position: center center;
  background-color: var(--lightblue);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .schedule-wrap hgroup:before {
    width: clamp(0px, 10.6666666667vw, 56px);
    height: clamp(0px, 10.6666666667vw, 56px);
    background-size: clamp(0px, 5.0666666667vw, 26.6px) auto;
  }
}
.page-people_voice .interview-list .schedule-wrap .en-font {
  font-size: 3.2rem;
  font-weight: 700;
  display: block;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .schedule-wrap .en-font {
    font-size: clamp(0px, 4.8vw, 25.2px);
    margin-bottom: clamp(0px, 1.6vw, 8.4px);
  }
}
.page-people_voice .interview-list .schedule-wrap .ttl-h3 {
  font-size: 2rem;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .schedule-wrap .ttl-h3 {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-people_voice .interview-list .schedule-wrap .schedule-list {
  display: grid;
  gap: 30px;
  padding-top: 43px;
  border-top: 1px solid var(--gray3);
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .schedule-wrap .schedule-list {
    gap: clamp(0px, 5.3333333333vw, 28px);
    padding-top: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-people_voice .interview-list .schedule-wrap .schedule-list_item {
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .schedule-wrap .schedule-list_item {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.5;
    display: grid;
    grid-template-columns: clamp(0px, 16.5333333333vw, 86.8px) clamp(0px, 44.2666666667vw, 232.4px);
    align-items: flex-start;
    justify-content: space-between;
    padding-top: clamp(0px, 2.6666666667vw, 14px);
    gap: clamp(0px, 6.4vw, 33.6px);
  }
}
@media screen and (min-width: 768px) {
  .page-people_voice .interview-list .schedule-wrap .schedule-list_item {
    white-space: nowrap;
  }
}
.page-people_voice .interview-list .schedule-wrap .schedule-list_item:after {
  content: "";
  width: 1px;
  height: calc(100% + 30px);
  background-color: var(--black);
  position: absolute;
  top: 11px;
  left: 109px;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .schedule-wrap .schedule-list_item:after {
    height: calc(100% + clamp(0px, 5.3333333333vw, 28px));
    top: clamp(0px, 5.0666666667vw, 26.6px);
    left: clamp(0px, 19.7333333333vw, 103.6px);
  }
}
.page-people_voice .interview-list .schedule-wrap .schedule-list_item:last-child:after {
  content: none;
}
.page-people_voice .interview-list .schedule-wrap .schedule-list_item .time-txt {
  width: 82px;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  background-color: var(--black);
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .schedule-wrap .schedule-list_item .time-txt {
    width: clamp(0px, 16.5333333333vw, 86.8px);
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    padding: clamp(0px, 1.3333333333vw, 7px) 0;
    border-radius: clamp(0px, 4vw, 21px);
    top: clamp(-7px, -1.3333333333vw, 0px);
  }
}
.page-people_voice .interview-list .schedule-wrap .schedule-list_item .time-txt:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--black);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -33px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-people_voice .interview-list .schedule-wrap .schedule-list_item .time-txt:after {
    width: clamp(0px, 2.1333333333vw, 11.2px);
    height: clamp(0px, 2.1333333333vw, 11.2px);
    right: clamp(-22.4px, -4.2666666667vw, 0px);
  }
}
.page-people_voice .otherlink-section {
  padding: 200px 0;
  background-color: #F0F0F0;
}
@media screen and (max-width: 767px) {
  .page-people_voice .otherlink-section {
    padding: clamp(0px, 26.6666666667vw, 140px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-people_voice .otherlink-section .otherlink-list {
  padding-top: 0;
}
.page-people_voice .dot {
  bottom: -347px;
  left: -218px;
}
@media screen and (max-width: 767px) {
  .page-people_voice .dot {
    bottom: clamp(-212.8px, -40.5333333333vw, 0px);
    left: clamp(-127.4px, -24.2666666667vw, 0px);
  }
}
.page-conditions .content-section {
  padding-top: 100px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-conditions .content-section {
    padding-top: clamp(0px, 18.6666666667vw, 98px);
  }
  .page-conditions .content-section .anchorlink-list {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .page-conditions .content-section .anchorlink-list_item {
    width: 100%;
  }
  .page-conditions .content-section .anchorlink-list_item:first-child a {
    border-top: 1px solid var(--gray3);
  }
  .page-conditions .content-section .anchorlink-list a {
    width: 100%;
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    justify-content: space-between;
    padding: clamp(0px, 4.2666666667vw, 22.4px) 0;
    border-bottom: 1px solid var(--gray3);
  }
  .page-conditions .content-section .anchorlink-list a:after {
    content: "";
    width: clamp(0px, 4.8vw, 25.2px);
    height: clamp(0px, 4.8vw, 25.2px);
  }
}
.page-conditions .content-section:after {
  content: none;
}
.page-conditions .conditions-wrap {
  counter-reset: number 0;
}
.page-conditions .conditions-wrap hgroup {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-conditions .conditions-wrap hgroup {
    text-align: center;
    margin-bottom: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-conditions .conditions-wrap hgroup .en-font {
  font-size: 5rem;
  color: var(--lightblue);
}
@media screen and (max-width: 767px) {
  .page-conditions .conditions-wrap hgroup .en-font {
    font-size: clamp(0px, 9.0666666667vw, 47.6px);
  }
}
.page-conditions .conditions-wrap hgroup .en-font:after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: var(--black);
}
.page-conditions .conditions-wrap hgroup .ttl-h2 {
  font-size: 3.2rem;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-conditions .conditions-wrap hgroup .ttl-h2 {
    font-size: clamp(0px, 5.3333333333vw, 28px);
    margin-top: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-conditions .conditions-wrap .wrap {
  align-items: flex-start;
  grid-template-columns: 359px 672px;
}
@media screen and (max-width: 767px) {
  .page-conditions .conditions-wrap .wrap {
    grid-template-columns: 1fr;
    gap: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-conditions .conditions-wrap .img-wrap {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-conditions .conditions-wrap .img-wrap {
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-conditions .support-wrap {
  margin-top: -107px;
  padding: 187px 0 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-conditions .support-wrap {
    margin-top: 0;
    padding: clamp(0px, 8vw, 42px) 0 clamp(0px, 26.6666666667vw, 140px);
  }
}
.page-conditions .support-wrap:before {
  content: "";
  width: 200vw;
  height: 100%;
  background: var(--white);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.page-conditions .support-wrap .wrap {
  display: block;
  padding: 80px 96px 94px;
  background-color: var(--gray4);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .page-conditions .support-wrap .wrap {
    padding: clamp(0px, 5.3333333333vw, 28px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-conditions .support-wrap .ttl-h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .page-conditions .support-wrap .ttl-h3 {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-conditions .support-wrap .lead-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .page-conditions .support-wrap .lead-txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-conditions .support-wrap .support-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-conditions .support-wrap .support-list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 4.2666666667vw, 22.4px);
    margin-top: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-conditions .support-wrap .support-list_item {
  padding: 38px 47px;
  background-color: var(--white);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .page-conditions .support-wrap .support-list_item {
    padding: clamp(0px, 6.4vw, 33.6px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-conditions .support-wrap .support-list .ttl-txt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray3);
}
@media screen and (max-width: 767px) {
  .page-conditions .support-wrap .support-list .ttl-txt {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    margin-bottom: clamp(0px, 2.4vw, 12.6px);
    padding-bottom: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-conditions ._point1 {
  padding-top: 137px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-conditions ._point1 {
    padding-top: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page-conditions ._point1 .img-wrap {
  position: relative;
  z-index: 1;
}
.page-conditions ._point2 {
  padding: 160px 0 189px;
  border-bottom: 1px solid var(--gray3);
}
@media screen and (max-width: 767px) {
  .page-conditions ._point2 {
    padding: clamp(0px, 26.6666666667vw, 140px) 0 clamp(0px, 21.3333333333vw, 112px);
    border-bottom: none;
  }
}
.page-conditions .conditions-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-conditions .conditions-list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 8vw, 42px);
    margin-top: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-conditions .conditions-list_item .ttl-txt {
  font-size: 2rem;
  font-weight: 700;
  padding: 28px 0 16px;
}
@media screen and (max-width: 767px) {
  .page-conditions .conditions-list_item .ttl-txt {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    padding: clamp(0px, 5.3333333333vw, 28px) 0 clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-conditions .conditions-list_item a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .page-conditions .conditions-list_item a {
    display: inline-flex;
    align-items: center;
    gap: clamp(0px, 0.5333333333vw, 2.8px);
  }
  .page-conditions .conditions-list_item a:after {
    content: "";
    width: clamp(0px, 4.2666666667vw, 22.4px);
    height: clamp(0px, 4.2666666667vw, 22.4px);
    background-image: url(../img/common/icon-link_black2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}
.page-conditions ._point3 {
  padding-top: 162px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-conditions ._point3 {
    padding-top: 0;
  }
}
.page-conditions ._point3 .dot {
  bottom: -74px;
  left: -213px;
}
@media screen and (max-width: 767px) {
  .page-conditions ._point3 .dot {
    bottom: clamp(-88.2px, -16.8vw, 0px);
    left: clamp(-68.6px, -13.0666666667vw, 0px);
  }
}
.page-conditions ._point3 .support-wrap .support-list {
  margin-top: 0;
}
.page-conditions ._point4 {
  padding-top: 160px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-conditions ._point4 {
    padding-top: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page-conditions ._point4:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--gray4);
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  z-index: -1;
}
.page-conditions ._point4 hgroup {
  text-align: center;
}
.page-conditions ._point4 .lead-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-conditions ._point4 .lead-txt {
    text-align: left;
  }
}
.page-conditions ._point4 .benefits-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-conditions ._point4 .benefits-list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 2.6666666667vw, 14px);
    margin-top: clamp(0px, 8vw, 42px);
  }
}
.page-conditions ._point4 .benefits-list_item {
  padding: 38px 39px;
  background-color: var(--white);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .page-conditions ._point4 .benefits-list_item {
    padding: clamp(0px, 6.4vw, 33.6px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 10.9333333333vw, 57.4px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-conditions ._point4 .benefits-list .icon-wrap {
  width: 68px;
  margin: 0 auto clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .page-conditions ._point4 .benefits-list .icon-wrap {
    width: clamp(0px, 11.7333333333vw, 61.6px);
    margin-bottom: clamp(0px, 4vw, 21px);
  }
}
.page-conditions ._point4 .benefits-list .ttl-txt {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-conditions ._point4 .benefits-list .ttl-txt {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-conditions ._point4 .benefits-list .lead-txt {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: justify;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-conditions ._point4 .benefits-list .lead-txt {
    width: auto;
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-conditions .otherlink-section {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .page-conditions .otherlink-section {
    padding: clamp(0px, 26.6666666667vw, 140px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-conditions .otherlink-section .otherlink-list {
  padding-top: 0;
}
.page-culture {
  background-color: var(--white);
}
.page-culture .content-section {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .page-culture .content-section {
    padding-bottom: clamp(0px, 26.6666666667vw, 140px);
  }
  .page-culture .content-section:after {
    background-image: url(../img/common/dot_sp.webp);
    bottom: clamp(-81.2px, -15.4666666667vw, 0px);
    left: clamp(-197.4px, -37.6vw, 0px);
  }
}
.page-culture .mvv-wrap .wrap {
  padding: 130px 0;
  grid-template-columns: 1fr 618px;
  align-items: flex-start;
  border-top: 1px solid var(--gray3);
}
@media screen and (max-width: 767px) {
  .page-culture .mvv-wrap .wrap {
    padding: clamp(0px, 16vw, 84px) 0;
    grid-template-columns: 1fr;
    gap: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-culture .mvv-wrap .wrap:last-of-type {
  padding-bottom: 0;
}
.page-culture .mvv-wrap .en-font {
  font-size: 7.2rem;
  font-weight: 700;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  .page-culture .mvv-wrap .en-font {
    font-size: clamp(0px, 12.8vw, 67.2px);
  }
}
.page-culture .mvv-wrap .ttl-h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-culture .mvv-wrap .ttl-h2 {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin-top: 0;
  }
}
.page-culture .mvv-wrap .sub-ttl {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-culture .mvv-wrap .sub-ttl {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.page-culture .mvv-wrap .ttl-txt {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-culture .mvv-wrap .ttl-txt {
    font-size: clamp(0px, 6.4vw, 33.6px);
  }
}
.page-culture .mvv-wrap .lead-txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-culture .mvv-wrap .lead-txt {
    margin-top: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-culture .mvv-wrap .values-list {
  margin-top: 107px;
  display: grid;
  gap: 107px;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .page-culture .mvv-wrap .values-list {
    margin-top: clamp(0px, 13.3333333333vw, 70px);
    gap: clamp(0px, 13.3333333333vw, 70px);
  }
}
.page-culture .mvv-wrap .values-list_item .ttl-h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-culture .mvv-wrap .values-list_item .ttl-h3 {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    line-height: 1.5;
    text-align: justify;
    margin-bottom: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .page-culture .mvv-wrap .values-list_item .ttl-h3 {
    white-space: nowrap;
  }
}
.page-culture .mvv-wrap .values-list_item .ttl-h3:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 7.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: var(--gray3);
  position: absolute;
  top: -8px;
  left: -120px;
}
@media screen and (max-width: 767px) {
  .page-culture .mvv-wrap .values-list_item .ttl-h3:before {
    font-size: clamp(0px, 13.8666666667vw, 72.8px);
    display: block;
    position: static;
  }
}
.page-culture .mvv-wrap .values-list_item .lead-txt {
  margin-top: 0;
}
.page-culture .bg-gray {
  padding: 200px 0;
  background-color: var(--gray4);
}
@media screen and (max-width: 767px) {
  .page-culture .bg-gray {
    padding: clamp(0px, 26.6666666667vw, 140px) 0;
  }
}
.page-culture .achievements-wrap {
  padding-top: 0;
}
.page-culture .achievements-wrap .ttl-h2 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-culture .achievements-wrap .ttl-h2 {
    font-size: clamp(0px, 4.8vw, 25.2px);
  }
}
.page-culture .achievements-wrap .link-wrap {
  top: 82px;
}
@media screen and (max-width: 767px) {
  .page-culture .achievements-wrap .link-wrap {
    display: flex;
    justify-content: flex-end;
    top: auto;
  }
}
.page-culture .otherlink-section {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .page-culture .otherlink-section {
    padding-top: clamp(0px, 26.6666666667vw, 140px);
  }
}
.page-culture .otherlink-section .otherlink-list {
  padding-top: 0;
}
.page-culture .breadcrumbs-list {
  position: relative;
}
.page-culture .breadcrumbs-list:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--gray4);
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  z-index: -1;
}
.page-culture .dot {
  bottom: -344px;
  left: -168px;
}
@media screen and (max-width: 767px) {
  .page-culture .dot {
    bottom: clamp(-221.2px, -42.1333333333vw, 0px);
    left: clamp(-225.4px, -42.9333333333vw, 0px);
  }
  .page-culture .dot #dot1 {
    display: none;
  }
}
.page-blog {
  background-color: transparent;
}
.page-blog .content-section {
  padding-top: 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .page-blog .content-section {
    padding-bottom: clamp(0px, 26.6666666667vw, 140px);
  }
}
.page-blog .content-section:after {
  content: none;
}
.page-blog .pickup-wrap {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .page-blog .pickup-wrap {
    padding-top: clamp(0px, 25.0666666667vw, 131.6px);
  }
}
.page-blog .pickup-wrap .ttl-h2 {
  font-size: 3rem;
  font-weight: 700;
  border-bottom: 1px solid var(--gray3);
  margin-bottom: 50px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page-blog .pickup-wrap .ttl-h2 {
    font-size: clamp(0px, 4.8vw, 25.2px);
    margin-bottom: clamp(0px, 8vw, 42px);
    padding-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-blog .pickup-wrap .pickup-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .page-blog .pickup-wrap .pickup-list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-blog .pickup-wrap .pickup-list_item {
  position: relative;
}
.page-blog .pickup-wrap .pickup-list_item a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .page-blog .pickup-wrap .pickup-list_item a:hover img {
    transform: scale(1.05);
  }
}
.page-blog .pickup-wrap .pickup-list_item .img-wrap {
  height: 202px;
  margin-bottom: 26px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-blog .pickup-wrap .pickup-list_item .img-wrap {
    height: clamp(0px, 50.1333333333vw, 263.2px);
    margin-bottom: clamp(0px, 5.8666666667vw, 30.8px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-blog .pickup-wrap .pickup-list_item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  transition: transform ease-out 0.2s;
}
.page-blog .pickup-wrap .pickup-list_item .blog-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-blog .pickup-wrap .pickup-list_item .blog-info {
    gap: clamp(0px, 2.1333333333vw, 11.2px);
    margin-bottom: clamp(0px, 3.2vw, 16.8px);
  }
}
.page-blog .pickup-wrap .pickup-list_item time {
  font-size: 1.4rem;
  font-weight: 400;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .page-blog .pickup-wrap .pickup-list_item time {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-blog .pickup-wrap .pickup-list_item .category-name {
  font-size: 1.2rem;
  color: var(--white);
  padding: 4px 6px;
  background-color: #808080;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .page-blog .pickup-wrap .pickup-list_item .category-name {
    font-size: clamp(0px, 3.2vw, 16.8px);
    padding: clamp(0px, 1.0666666667vw, 5.6px) clamp(0px, 1.6vw, 8.4px);
    border-radius: clamp(0px, 0.5333333333vw, 2.8px);
  }
}
.page-blog .pickup-wrap .pickup-list_item .ttl-txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-blog .pickup-wrap .pickup-list_item .ttl-txt {
    font-size: clamp(0px, 5.3333333333vw, 28px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-blog .pickup-wrap .pickup-list_item .link-wrap {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .page-blog .pickup-wrap .pickup-list_item .link-wrap {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    gap: clamp(0px, 1.6vw, 8.4px);
    margin-top: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-blog .blog-section {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 850px 175px;
  padding-top: 165px;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section {
    grid-template-columns: 1fr;
    gap: clamp(0px, 29.6vw, 155.4px);
    padding: clamp(0px, 26.6666666667vw, 140px) 0 0 0;
  }
}
.page-blog .blog-section .ttl-h2 {
  font-size: 3rem;
  margin-bottom: 50px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray3);
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section .ttl-h2 {
    font-size: clamp(0px, 4.8vw, 25.2px);
    margin-bottom: clamp(0px, 8vw, 42px);
    padding-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-blog .blog-section .blog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 24px;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section .blog-list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 8vw, 42px);
  }
}
.page-blog .blog-section .img-wrap {
  height: 232px;
  margin-bottom: 26px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section .img-wrap {
    height: clamp(0px, 50.1333333333vw, 263.2px);
    margin-bottom: clamp(0px, 5.8666666667vw, 30.8px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-blog .blog-section .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  transition: all ease-out 0.2s;
}
.page-blog .blog-section a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .page-blog .blog-section a:hover img {
    transform: scale(1.05);
  }
}
.page-blog .blog-section .blog-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section .blog-info {
    gap: clamp(0px, 2.1333333333vw, 11.2px);
    margin-bottom: clamp(0px, 3.2vw, 16.8px);
  }
}
.page-blog .blog-section time {
  font-size: 1.4rem;
  font-weight: 400;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section time {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-blog .blog-section .category-name {
  font-size: 1.2rem;
  color: var(--white);
  padding: 4px 6px;
  background-color: #808080;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section .category-name {
    font-size: clamp(0px, 3.2vw, 16.8px);
    padding: clamp(0px, 1.0666666667vw, 5.6px) clamp(0px, 1.6vw, 8.4px);
    border-radius: clamp(0px, 0.5333333333vw, 2.8px);
  }
}
.page-blog .blog-section .ttl-txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section .ttl-txt {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-blog .blog-section .aside .ttl-h2 {
  font-size: 2rem;
  margin-bottom: 24px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section .aside .ttl-h2 {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
    padding-bottom: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-blog .blog-section .aside .category-list {
  display: grid;
  gap: 8px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section .aside .category-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: clamp(0px, 0.8vw, 4.2px);
    margin-bottom: clamp(0px, 8vw, 42px);
  }
}
.page-blog .blog-section .aside .category-list a {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #808080;
  border-radius: 2px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section .aside .category-list a {
    font-size: clamp(0px, 3.2vw, 16.8px);
    padding: clamp(0px, 1.0666666667vw, 5.6px) clamp(0px, 1.6vw, 8.4px);
    border-radius: clamp(0px, 0.5333333333vw, 2.8px);
  }
}
.page-blog .blog-section .aside .tag-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section .aside .tag-list {
    gap: clamp(0px, 0.8vw, 4.2px);
    margin-bottom: clamp(0px, 8vw, 42px);
  }
}
.page-blog .blog-section .aside .tag-list_item a {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #808080;
  display: inline-block;
  padding: 6px 10px;
  background-color: var(--white);
  border: 1px solid var(--gray3);
  border-radius: 2px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section .aside .tag-list_item a {
    font-size: clamp(0px, 3.2vw, 16.8px);
    padding: clamp(0px, 1.0666666667vw, 5.6px) clamp(0px, 1.6vw, 8.4px);
    border-radius: clamp(0px, 0.5333333333vw, 2.8px);
  }
}
.page-blog .blog-section .aside .tag-list_item a:before {
  content: "#";
}
.page-blog .blog-section .aside .tag-none {
  font-size: 1.4rem;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section .aside .tag-none {
    font-size: clamp(0px, 3.2vw, 16.8px);
    margin-bottom: clamp(0px, 8vw, 42px);
  }
}
.page-blog .blog-section .aside .ranking-list {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section .aside .ranking-list {
    gap: clamp(0px, 4.2666666667vw, 22.4px);
  }
  .page-blog .blog-section .aside .ranking-list a {
    display: grid;
    grid-template-columns: clamp(0px, 35.2vw, 184.8px) clamp(0px, 50.9333333333vw, 267.4px);
    justify-content: space-between;
  }
}
.page-blog .blog-section .aside .ranking-list .img-wrap {
  height: 96px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section .aside .ranking-list .img-wrap {
    height: clamp(0px, 19.7333333333vw, 103.6px);
    margin-bottom: 0;
  }
}
.page-blog .blog-section .aside .ranking-list .ttl-txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-section .aside .ranking-list .ttl-txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-blog .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .page-blog .wp-pagenavi {
    gap: 0;
    padding-top: clamp(0px, 16vw, 84px);
  }
}
.page-blog .wp-pagenavi a,
.page-blog .wp-pagenavi span {
  width: auto;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 8px;
}
@media screen and (max-width: 767px) {
  .page-blog .wp-pagenavi a,
  .page-blog .wp-pagenavi span {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    padding: clamp(0px, 2.6666666667vw, 14px) clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-blog .wp-pagenavi .page {
  background-color: transparent;
}
.page-blog .wp-pagenavi .current {
  position: relative;
}
.page-blog .wp-pagenavi .current:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-blog .otherlink-section {
  padding: 200px 0;
  background-color: var(--gray4);
}
@media screen and (max-width: 767px) {
  .page-blog .otherlink-section {
    padding: clamp(0px, 26.6666666667vw, 140px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-blog .otherlink-section .otherlink-list {
  padding-top: 0;
}
.page-blog .breadcrumbs-list {
  position: relative;
}
.page-blog .breadcrumbs-list:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--gray4);
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  z-index: -1;
}
.page-single .content-section {
  padding-top: 238px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .page-single .content-section {
    padding-top: clamp(0px, 24.5333333333vw, 128.8px);
    padding-bottom: clamp(0px, 26.6666666667vw, 140px);
  }
}
.page-single .blog-section {
  display: grid;
  align-items: flex-start;
  justify-content: space-between;
  grid-template-columns: 903px 175px;
}
@media screen and (max-width: 767px) {
  .page-single .blog-section {
    grid-template-columns: 1fr;
    gap: clamp(0px, 26.6666666667vw, 140px);
    padding: 0;
  }
}
.page-single .article {
  padding: 80px 100px 108px 82px;
  background-color: var(--white);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .page-single .article {
    padding: clamp(0px, 10.6666666667vw, 56px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 6.4vw, 33.6px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-single .article .ttl-h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 23px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .page-single .article .ttl-h1 {
    font-size: clamp(0px, 5.8666666667vw, 30.8px);
    margin-bottom: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-single .article .wrap {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-single .article .wrap {
    align-items: flex-start;
    gap: clamp(0px, 3.4666666667vw, 18.2px);
    margin-bottom: clamp(0px, 4vw, 21px);
  }
}
.page-single .article .blog-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .page-single .article .blog-info {
    gap: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-single .article time {
  font-size: 1.4rem;
  font-weight: 400;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .page-single .article time {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-single .article .category-name {
  font-size: 1.2rem;
  color: var(--white);
  padding: 6px;
  background-color: #808080;
  border: 1px solid #B6B6B6;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .page-single .article .category-name {
    font-size: clamp(0px, 3.2vw, 16.8px);
    padding: clamp(0px, 1.6vw, 8.4px);
    border-radius: clamp(0px, 0.5333333333vw, 2.8px);
  }
}
.page-single .article .share-wrap,
.page-single .article .share-list {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .page-single .article .share-wrap,
  .page-single .article .share-list {
    gap: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-single .article .share-ttl {
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .page-single .article .share-ttl {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    gap: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-single .article .share-ttl:before {
  content: "";
  width: 16px;
  height: 18px;
  background-image: url(../img/blog/icno-share.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .page-single .article .share-ttl:before {
    width: clamp(0px, 4.2666666667vw, 22.4px);
    height: clamp(0px, 4.8vw, 25.2px);
  }
}
.page-single .article .share-list {
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .page-single .article .share-list {
    gap: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-single .article .share-list_item a {
  width: 100%;
  height: 100%;
  display: block;
}
.page-single .article .share-list_item a img {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .page-single .article .share-list_item a img {
    width: clamp(0px, 8vw, 42px);
  }
}
.page-single .article .img-wrap {
  height: 404px;
  margin-bottom: 60px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-single .article .img-wrap {
    height: clamp(0px, 44.2666666667vw, 232.4px);
    margin-bottom: clamp(0px, 8vw, 42px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-single .article .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.page-single .article .blog-body p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-single .article .blog-body p {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-single .article .blog-body p strong {
  font-weight: 700;
}
.page-single .article .blog-body p a {
  color: var(--blue);
  text-decoration: underline;
}
.page-single .article .blog-body p .aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .page-single .article .blog-body p .aligncenter {
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-single .article .blog-body strong {
  font-weight: 700;
}
.page-single .article .blog-body .aligncenter {
  text-align: center;
}
.page-single .article .blog-body ol {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .page-single .article .blog-body ol {
    margin: clamp(0px, 5.3333333333vw, 28px) 0;
  }
}
.page-single .article .blog-body ol li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-single .article .blog-body ol li {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-single .article .blog-body ol li:before {
  content: "•";
  font-size: 1.2em;
  display: inline-block;
  margin-right: 0.5em;
}
.page-single .article .blog-body h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 80px 0 23px;
}
@media screen and (max-width: 767px) {
  .page-single .article .blog-body h2 {
    font-size: clamp(0px, 4.8vw, 25.2px);
    line-height: 1.6;
    margin: clamp(0px, 15.4666666667vw, 81.2px) 0 clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-single .article .blog-body h2 span {
  font-weight: 700 !important;
}
.page-single .article .blog-body h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 80px 0 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
  .page-single .article .blog-body h3 {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    line-height: 1.6;
    margin: clamp(0px, 11.4666666667vw, 60.2px) 0 clamp(0px, 3.2vw, 16.8px);
    padding-bottom: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-single .article .blog-body h3 span {
  font-weight: 700 !important;
}
.page-single .article .blog-body h3 a {
  display: block;
  position: relative;
  transition: color ease-out 0.2s;
}
@media screen and (min-width: 768px) {
  .page-single .article .blog-body h3 a:hover:before {
    width: 56px;
    height: 56px;
    background-color: var(--black);
    right: -5px;
  }
}
.page-single .article .blog-body h3 a:before {
  content: "";
  width: 48px;
  height: 48px;
  background-color: var(--pink);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .page-single .article .blog-body h3 a:before {
    width: clamp(0px, 10.6666666667vw, 56px);
    height: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-single .article .blog-body h3 a:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon-arrow.webp);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-single .article .blog-body h3 a:after {
    background-size: clamp(0px, 4.8vw, 25.2px) clamp(0px, 4.8vw, 25.2px);
    right: clamp(0px, 1.6vw, 8.4px);
  }
}
.page-single .article .blog-body h4 {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 50px 0 20px;
}
@media screen and (max-width: 767px) {
  .page-single .article .blog-body h4 {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    margin: clamp(0px, 8vw, 42px) 0 clamp(0px, 3.2vw, 16.8px);
  }
}
.page-single .article .blog-body h4 span {
  font-weight: 700 !important;
}
.page-single .article .blog-body figure {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .page-single .article .blog-body figure {
    margin: clamp(0px, 5.3333333333vw, 28px) 0;
  }
}
.page-single .article .blog-body ul {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .page-single .article .blog-body ul {
    margin: clamp(0px, 5.3333333333vw, 28px) 0;
  }
}
.page-single .article .blog-body ul li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .page-single .article .blog-body ul li {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-single .article .blog-body ul li:before {
  content: "•";
  font-size: 1.2em;
  display: inline-block;
  margin-right: 0.5em;
}
.page-single .article .blog-body table {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-single .article .blog-body table {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-single .article .blog-body table td {
  border: 1px solid var(--gray3);
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .page-single .article .blog-body table td {
    padding: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-single .article .blog-body table ul {
  margin: 0;
}
.page-single .article .blog-body table ul li {
  text-align: left;
}
.page-single .article .blog-body table p {
  text-align: left;
}
.page-single .article .blog-body strong,
.page-single .article .blog-body b {
  font-weight: 700;
}
.page-single .aside .ttl-h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray3);
}
@media screen and (max-width: 767px) {
  .page-single .aside .ttl-h2 {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
    padding-bottom: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-single .aside .pickup-list {
  display: grid;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-single .aside .pickup-list {
    gap: clamp(0px, 4.2666666667vw, 22.4px);
    margin-bottom: clamp(0px, 8vw, 42px);
  }
}
.page-single .aside .pickup-list_item a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .page-single .aside .pickup-list_item a:hover img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .page-single .aside .pickup-list_item a {
    display: grid;
    grid-template-columns: clamp(0px, 35.2vw, 184.8px) clamp(0px, 50.9333333333vw, 267.4px);
    justify-content: space-between;
  }
}
.page-single .aside .pickup-list_item .img-wrap {
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-single .aside .pickup-list_item .img-wrap {
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-single .aside .pickup-list_item .img-wrap img {
  transition: transform ease-out 0.2s;
}
.page-single .aside .pickup-list_item .ttl-txt {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
  margin-top: 10px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .page-single .aside .pickup-list_item .ttl-txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    font-weight: 500;
  }
}
.page-single .aside .category-list {
  display: grid;
  gap: 8px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page-single .aside .category-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(0px, 0.8vw, 4.2px);
    margin-bottom: clamp(0px, 8vw, 42px);
  }
}
.page-single .aside .category-list_item a {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: var(--white);
  text-align: center;
  display: block;
  padding: 8px;
  background-color: #808080;
  border-radius: 2px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .page-single .aside .category-list_item a {
    font-size: clamp(0px, 3.2vw, 16.8px);
    padding: clamp(0px, 1.0666666667vw, 5.6px) clamp(0px, 1.6vw, 8.4px);
    border-radius: clamp(0px, 0.5333333333vw, 2.8px);
  }
}
.page-single .aside .tag-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .page-single .aside .tag-list {
    gap: clamp(0px, 0.8vw, 4.2px);
  }
}
.page-single .aside .tag-list_item a {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #808080;
  display: inline-block;
  padding: 6px 10px;
  background-color: var(--white);
  border: 1px solid var(--gray3);
  border-radius: 2px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .page-single .aside .tag-list_item a {
    font-size: clamp(0px, 3.2vw, 16.8px);
    padding: clamp(0px, 1.0666666667vw, 5.6px) clamp(0px, 1.6vw, 8.4px);
    border-radius: clamp(0px, 0.5333333333vw, 2.8px);
  }
}
.page-single .aside .tag-list_item a:before {
  content: "#";
}
.page-single .otherlink-list {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .page-single .otherlink-list {
    padding-top: clamp(0px, 26.6666666667vw, 140px);
  }
}
.page-single .dot {
  bottom: -309px;
  left: -218px;
}
@media screen and (max-width: 767px) {
  .page-single .dot {
    bottom: clamp(-112px, -21.3333333333vw, 0px);
    left: clamp(-198.8px, -37.8666666667vw, 0px);
  }
}
.page-job {
  background-color: var(--gray4);
}
.page-job .content-section:after {
  content: none;
}
.page-job .content-section .ttl-h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-job .content-section .ttl-h2 {
    gap: clamp(0px, 1.0666666667vw, 5.6px);
    margin-bottom: clamp(0px, 6.4vw, 33.6px);
  }
}
.page-job .content-section .ttl-h2:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--lightblue);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .page-job .content-section .ttl-h2:before {
    width: clamp(0px, 1.6vw, 8.4px);
    height: clamp(0px, 1.6vw, 8.4px);
  }
}
.page-job .content-section .job-list {
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .page-job .content-section .job-list {
    gap: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-job .content-section .job-list_item {
  padding: 68px 70px 60px;
  background-color: var(--white);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .page-job .content-section .job-list_item {
    padding: clamp(0px, 6.4vw, 33.6px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 7.4666666667vw, 39.2px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-job .content-section .job-list .ttl-h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray3);
}
@media screen and (max-width: 767px) {
  .page-job .content-section .job-list .ttl-h3 {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    line-height: 1.6;
    margin-bottom: clamp(0px, 2.4vw, 12.6px);
    padding-bottom: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-job .content-section .job-list .wrap {
  grid-template-columns: 695px 233px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .page-job .content-section .job-list .wrap {
    grid-template-columns: 1fr;
    gap: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-job .content-section .job-list .btn-list {
  display: grid;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-job .content-section .job-list .btn-list {
    gap: clamp(0px, 2.1333333333vw, 11.2px);
    padding: 0 clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-job .content-section .job-list .btn-list a {
  height: 50px;
  font-size: 1.8rem;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  transition: all ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .page-job .content-section .job-list .btn-list a {
    height: clamp(0px, 10.6666666667vw, 56px);
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    border-radius: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-job .content-section .job-list .btn-list a.btn-detail {
  background-color: var(--black);
}
@media screen and (min-width: 768px) {
  .page-job .content-section .job-list .btn-list a.btn-detail:hover {
    background-color: #444444;
  }
}
.page-job .content-section .job-list .btn-list a.btn-entry {
  font-weight: 700;
  background-color: var(--pink);
}
@media screen and (min-width: 768px) {
  .page-job .content-section .job-list .btn-list a.btn-entry:hover {
    background-color: var(--black);
  }
}
.page-single_job .content-section:after {
  content: none;
}
.page-single_job .article {
  padding: 116px 94px 170px;
  background-color: var(--white);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .page-single_job .article {
    padding: clamp(0px, 11.4666666667vw, 60.2px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 10.6666666667vw, 56px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-single_job .article .ttl-h1 {
  font-size: 3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
  padding-bottom: 32px;
  padding-left: 20px;
  border-bottom: 1px solid var(--gray3);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-single_job .article .ttl-h1 {
    font-size: clamp(0px, 4.8vw, 25.2px);
    line-height: 1.6;
    gap: clamp(0px, 1.0666666667vw, 5.6px);
    margin-bottom: clamp(0px, 6.4vw, 33.6px);
    padding-bottom: clamp(0px, 3.7333333333vw, 19.6px);
    padding-left: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-single_job .article .ttl-h1:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--lightblue);
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-single_job .article .ttl-h1:before {
    width: clamp(0px, 1.6vw, 8.4px);
    height: clamp(0px, 1.6vw, 8.4px);
    top: clamp(0px, 3.2vw, 16.8px);
  }
}
.page-single_job .article .wrap {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 413px 456px;
  margin-bottom: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--gray3);
}
@media screen and (max-width: 767px) {
  .page-single_job .article .wrap {
    grid-template-columns: 1fr;
    gap: clamp(0px, 8vw, 42px);
    margin-bottom: clamp(0px, 10.6666666667vw, 56px);
    padding-bottom: clamp(0px, 6.9333333333vw, 36.4px);
  }
}
.page-single_job .article .ttl-h2 {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-single_job .article .ttl-h2 {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-single_job .article .img-wrap {
  margin-bottom: 0;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .page-single_job .article .img-wrap {
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-single_job .article .job-list {
  display: grid;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .page-single_job .article .job-list {
    gap: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-single_job .article .job-list_item {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 150px 1fr;
  gap: 96px;
}
@media screen and (max-width: 767px) {
  .page-single_job .article .job-list_item {
    grid-template-columns: 1fr;
    gap: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-single_job .article .job-list .ttl-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-single_job .article .job-list .ttl-txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1;
  }
}
.page-single_job .article .job-list .ttl-txt:before {
  content: "■";
}
.page-single_job .article .btn-list {
  display: flex;
  gap: 21px;
  justify-content: center;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .page-single_job .article .btn-list {
    flex-direction: column;
    gap: clamp(0px, 2.6666666667vw, 14px);
    margin-top: clamp(0px, 8vw, 42px);
  }
}
.page-single_job .article .btn-list_item a {
  width: 330px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-radius: 40px;
  transition: background ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .page-single_job .article .btn-list_item a {
    width: calc(100% - clamp(0px, 7.4666666667vw, 39.2px));
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    margin: 0 auto;
    padding: clamp(0px, 5.3333333333vw, 28px);
    border-radius: clamp(0px, 7.4666666667vw, 39.2px);
  }
}
.page-single_job .article .btn-list_item a.btn-back {
  background-color: var(--black);
}
@media screen and (min-width: 768px) {
  .page-single_job .article .btn-list_item a.btn-back:hover {
    background-color: #5B5B5B;
  }
}
.page-single_job .article .btn-list_item a.btn-entry {
  font-weight: 700;
  background-color: var(--pink);
}
@media screen and (min-width: 768px) {
  .page-single_job .article .btn-list_item a.btn-entry:hover {
    background-color: var(--black);
  }
}
.page-faq .content-section:after {
  content: none;
}
.page-faq .content-section .ttl-h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-faq .content-section .ttl-h2 {
    gap: clamp(0px, 1.0666666667vw, 5.6px);
    margin-bottom: clamp(0px, 6.4vw, 33.6px);
  }
}
.page-faq .content-section .ttl-h2:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--lightblue);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .page-faq .content-section .ttl-h2:before {
    width: clamp(0px, 1.6vw, 8.4px);
    height: clamp(0px, 1.6vw, 8.4px);
  }
}
.page-faq .content-section .ttl-h2:nth-of-type(n + 2) {
  margin-top: 127px;
}
@media screen and (max-width: 767px) {
  .page-faq .content-section .ttl-h2:nth-of-type(n + 2) {
    margin-top: clamp(0px, 26.6666666667vw, 140px);
  }
}
.page-faq .content-section .faq-wrap {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-faq .content-section .faq-wrap {
    gap: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-faq .content-section .faq-list {
  background-color: var(--white);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-faq .content-section .faq-list {
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-faq .content-section .faq-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 60px 28px 42px;
  background-color: var(--gray3);
  transition: background ease-out 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-faq .content-section .faq-ttl {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.5;
    padding: clamp(0px, 6.9333333333vw, 36.4px) clamp(0px, 17.0666666667vw, 89.6px) clamp(0px, 6.9333333333vw, 36.4px) clamp(0px, 5.3333333333vw, 28px);
    position: relative;
  }
}
.page-faq .content-section .faq-ttl .btn {
  width: 30px;
  height: 30px;
  background-color: var(--black);
  border-radius: 50%;
  position: relative;
  transition: all ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .page-faq .content-section .faq-ttl .btn {
    width: clamp(0px, 8vw, 42px);
    height: clamp(0px, 8vw, 42px);
    position: absolute;
    top: 50%;
    right: clamp(0px, 5.3333333333vw, 28px);
    transform: translateY(-50%);
  }
}
.page-faq .content-section .faq-ttl .btn:before, .page-faq .content-section .faq-ttl .btn:after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .page-faq .content-section .faq-ttl .btn:before, .page-faq .content-section .faq-ttl .btn:after {
    width: clamp(0px, 3.2vw, 16.8px);
    height: 1px;
  }
}
.page-faq .content-section .faq-ttl .btn:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-faq .content-section .faq-txt {
  padding: 36px 60px 42px 42px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-faq .content-section .faq-txt {
    padding: clamp(0px, 3.7333333333vw, 19.6px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 6.4vw, 33.6px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-faq .content-section .faq-txt a {
  color: var(--blue);
  text-decoration: underline;
}
.page-faq .content-section ._open .faq-ttl {
  color: var(--white);
  background-color: var(--blue);
}
.page-faq .content-section ._open .btn {
  background-color: var(--white);
}
.page-faq .content-section ._open .btn:after {
  background-color: var(--black);
  transform: translate(-50%, -50%);
}
.page-faq .otherlink-section {
  padding: 200px 0 0;
}
@media screen and (max-width: 767px) {
  .page-faq .otherlink-section {
    padding: clamp(0px, 26.6666666667vw, 140px) 0 0;
  }
}
.page-faq .otherlink-section .otherlink-list {
  padding-top: 0;
}
.page-faq .otherlink-section a .btn:after {
  background-color: var(--pink);
}
.page-faq .otherlink-section a .icon-link {
  background-image: url(../img/common/icon-link.webp);
  transition: background ease-out 0.2s;
}
@media screen and (min-width: 768px) {
  .page-faq .otherlink-section a:hover .btn:after {
    background-color: var(--black);
  }
}
.page-blog.page-category .blog-section {
  padding-top: 235px;
}
@media screen and (max-width: 767px) {
  .page-blog.page-category .blog-section {
    padding-top: clamp(0px, 26.6666666667vw, 140px);
  }
}
.page-entry .content-section, .page-entry2 .content-section, .page-confirm .content-section, .page-test .content-section {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .page-entry .content-section, .page-entry2 .content-section, .page-confirm .content-section, .page-test .content-section {
    padding-bottom: clamp(0px, 26.6666666667vw, 140px);
  }
}
@media screen and (max-width: 767px) {
  .page-entry .kv-section, .page-entry2 .kv-section, .page-confirm .kv-section, .page-test .kv-section {
    padding-top: clamp(0px, 29.6vw, 155.4px);
  }
}
.page-entry .kv-section .wrap, .page-entry2 .kv-section .wrap, .page-confirm .kv-section .wrap, .page-test .kv-section .wrap {
  grid-template-columns: 1fr 485px;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .page-entry .kv-section .wrap, .page-entry2 .kv-section .wrap, .page-confirm .kv-section .wrap, .page-test .kv-section .wrap {
    grid-template-columns: 1fr;
  }
  .page-entry .kv-section .wrap .txt-wrap, .page-entry2 .kv-section .wrap .txt-wrap, .page-confirm .kv-section .wrap .txt-wrap, .page-test .kv-section .wrap .txt-wrap {
    order: 1;
  }
}
.page-entry .entry-flow, .page-entry2 .entry-flow, .page-confirm .entry-flow, .page-test .entry-flow {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-flow, .page-entry2 .entry-flow, .page-confirm .entry-flow, .page-test .entry-flow {
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
    gap: clamp(0px, 5.8666666667vw, 30.8px);
    order: 2;
  }
}
.page-entry .entry-flow_item, .page-entry2 .entry-flow_item, .page-confirm .entry-flow_item, .page-test .entry-flow_item {
  width: 138px;
  height: 138px;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #BABABA;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-flow_item, .page-entry2 .entry-flow_item, .page-confirm .entry-flow_item, .page-test .entry-flow_item {
    width: 100%;
    height: clamp(0px, 22.4vw, 117.6px);
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-entry .entry-flow_item:before, .page-entry2 .entry-flow_item:before, .page-confirm .entry-flow_item:before, .page-test .entry-flow_item:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 2.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-flow_item:before, .page-entry2 .entry-flow_item:before, .page-confirm .entry-flow_item:before, .page-test .entry-flow_item:before {
    font-size: clamp(0px, 4.8vw, 25.2px);
    margin-bottom: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-entry .entry-flow_item:after, .page-entry2 .entry-flow_item:after, .page-confirm .entry-flow_item:after, .page-test .entry-flow_item:after {
  content: "";
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  background-image: url(../img/common/icon-arrow_black.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .page-entry .entry-flow_item:after, .page-entry2 .entry-flow_item:after, .page-confirm .entry-flow_item:after, .page-test .entry-flow_item:after {
    width: clamp(0px, 3.7333333333vw, 19.6px);
    height: clamp(0px, 3.7333333333vw, 19.6px);
    right: clamp(-25.2px, -4.8vw, 0px);
  }
}
.page-entry .entry-flow_item:last-child:after, .page-entry2 .entry-flow_item:last-child:after, .page-confirm .entry-flow_item:last-child:after, .page-test .entry-flow_item:last-child:after {
  content: none;
}
.page-entry .entry-flow_item.active, .page-entry2 .entry-flow_item.active, .page-confirm .entry-flow_item.active, .page-test .entry-flow_item.active {
  background-color: var(--lightblue);
}
.page-entry .content-section, .page-entry2 .content-section, .page-confirm .content-section, .page-test .content-section {
  padding-top: 108px;
}
@media screen and (max-width: 767px) {
  .page-entry .content-section, .page-entry2 .content-section, .page-confirm .content-section, .page-test .content-section {
    padding-top: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-entry .content-section:after, .page-entry2 .content-section:after, .page-confirm .content-section:after, .page-test .content-section:after {
  content: none;
}
.page-entry .entry-wrap, .page-entry2 .entry-wrap, .page-confirm .entry-wrap, .page-test .entry-wrap {
  padding: 126px 140px 155px;
  background-color: var(--white);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-wrap, .page-entry2 .entry-wrap, .page-confirm .entry-wrap, .page-test .entry-wrap {
    padding: clamp(0px, 8vw, 42px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 10.6666666667vw, 56px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-entry .entry-list, .page-entry2 .entry-list, .page-confirm .entry-list, .page-test .entry-list {
  display: grid;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-list, .page-entry2 .entry-list, .page-confirm .entry-list, .page-test .entry-list {
    gap: clamp(0px, 8vw, 42px);
  }
}
.page-entry .entry-list_item span, .page-entry2 .entry-list_item span, .page-confirm .entry-list_item span, .page-test .entry-list_item span {
  display: block;
  position: relative;
}
.page-entry .entry-list .ttl-txt, .page-entry2 .entry-list .ttl-txt, .page-confirm .entry-list .ttl-txt, .page-test .entry-list .ttl-txt {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-list .ttl-txt, .page-entry2 .entry-list .ttl-txt, .page-confirm .entry-list .ttl-txt, .page-test .entry-list .ttl-txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.6;
    gap: clamp(0px, 1.6vw, 8.4px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-entry .entry-list .sub-txt, .page-entry2 .entry-list .sub-txt, .page-confirm .entry-list .sub-txt, .page-test .entry-list .sub-txt {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  padding: 4px 8px;
  background-color: var(--black);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-list .sub-txt, .page-entry2 .entry-list .sub-txt, .page-confirm .entry-list .sub-txt, .page-test .entry-list .sub-txt {
    font-size: clamp(0px, 3.2vw, 16.8px);
    padding: clamp(0px, 1.0666666667vw, 5.6px) clamp(0px, 2.1333333333vw, 11.2px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-entry .entry-list + .wpcf7-form-control-wrap, .page-entry2 .entry-list + .wpcf7-form-control-wrap, .page-confirm .entry-list + .wpcf7-form-control-wrap, .page-test .entry-list + .wpcf7-form-control-wrap {
  display: block;
  padding: 100px 0 40px;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-list + .wpcf7-form-control-wrap, .page-entry2 .entry-list + .wpcf7-form-control-wrap, .page-confirm .entry-list + .wpcf7-form-control-wrap, .page-test .entry-list + .wpcf7-form-control-wrap {
    padding: clamp(0px, 12.2666666667vw, 64.4px) 0 clamp(0px, 5.8666666667vw, 30.8px);
  }
}
.page-entry select,
.page-entry input,
.page-entry textarea, .page-entry2 select,
.page-entry2 input,
.page-entry2 textarea, .page-confirm select,
.page-confirm input,
.page-confirm textarea, .page-test select,
.page-test input,
.page-test textarea {
  width: 100%;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--black);
  padding: 14px 16px;
  border: 1px solid var(--gray3);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .page-entry select,
  .page-entry input,
  .page-entry textarea, .page-entry2 select,
  .page-entry2 input,
  .page-entry2 textarea, .page-confirm select,
  .page-confirm input,
  .page-confirm textarea, .page-test select,
  .page-test input,
  .page-test textarea {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    padding: clamp(0px, 4vw, 21px) clamp(0px, 4.2666666667vw, 22.4px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-entry select:focus,
.page-entry input:focus,
.page-entry textarea:focus, .page-entry2 select:focus,
.page-entry2 input:focus,
.page-entry2 textarea:focus, .page-confirm select:focus,
.page-confirm input:focus,
.page-confirm textarea:focus, .page-test select:focus,
.page-test input:focus,
.page-test textarea:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .page-entry select, .page-entry2 select, .page-confirm select, .page-test select {
    padding-right: clamp(0px, 12.8vw, 67.2px);
    text-wrap-mode: wrap;
  }
}
.page-entry input[type=file], .page-entry2 input[type=file], .page-confirm input[type=file], .page-test input[type=file] {
  padding: 0;
  border: none;
  border-radius: 0;
}
.page-entry input[name=name-txt],
.page-entry input[name=furigana-txt], .page-entry2 input[name=name-txt],
.page-entry2 input[name=furigana-txt], .page-confirm input[name=name-txt],
.page-confirm input[name=furigana-txt], .page-test input[name=name-txt],
.page-test input[name=furigana-txt] {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .page-entry input[name=name-txt],
  .page-entry input[name=furigana-txt], .page-entry2 input[name=name-txt],
  .page-entry2 input[name=furigana-txt], .page-confirm input[name=name-txt],
  .page-confirm input[name=furigana-txt], .page-test input[name=name-txt],
  .page-test input[name=furigana-txt] {
    width: 100%;
  }
}
.page-entry input[name=name-txt] + .error-message,
.page-entry input[name=furigana-txt] + .error-message, .page-entry2 input[name=name-txt] + .error-message,
.page-entry2 input[name=furigana-txt] + .error-message, .page-confirm input[name=name-txt] + .error-message,
.page-confirm input[name=furigana-txt] + .error-message, .page-test input[name=name-txt] + .error-message,
.page-test input[name=furigana-txt] + .error-message {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .page-entry input[name=name-txt] + .error-message,
  .page-entry input[name=furigana-txt] + .error-message, .page-entry2 input[name=name-txt] + .error-message,
  .page-entry2 input[name=furigana-txt] + .error-message, .page-confirm input[name=name-txt] + .error-message,
  .page-confirm input[name=furigana-txt] + .error-message, .page-test input[name=name-txt] + .error-message,
  .page-test input[name=furigana-txt] + .error-message {
    width: 100%;
  }
}
.page-entry input[name=name-txt] + .error-message + .wpcf7-not-valid-tip,
.page-entry input[name=furigana-txt] + .error-message + .wpcf7-not-valid-tip, .page-entry2 input[name=name-txt] + .error-message + .wpcf7-not-valid-tip,
.page-entry2 input[name=furigana-txt] + .error-message + .wpcf7-not-valid-tip, .page-confirm input[name=name-txt] + .error-message + .wpcf7-not-valid-tip,
.page-confirm input[name=furigana-txt] + .error-message + .wpcf7-not-valid-tip, .page-test input[name=name-txt] + .error-message + .wpcf7-not-valid-tip,
.page-test input[name=furigana-txt] + .error-message + .wpcf7-not-valid-tip {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .page-entry input[name=name-txt] + .error-message + .wpcf7-not-valid-tip,
  .page-entry input[name=furigana-txt] + .error-message + .wpcf7-not-valid-tip, .page-entry2 input[name=name-txt] + .error-message + .wpcf7-not-valid-tip,
  .page-entry2 input[name=furigana-txt] + .error-message + .wpcf7-not-valid-tip, .page-confirm input[name=name-txt] + .error-message + .wpcf7-not-valid-tip,
  .page-confirm input[name=furigana-txt] + .error-message + .wpcf7-not-valid-tip, .page-test input[name=name-txt] + .error-message + .wpcf7-not-valid-tip,
  .page-test input[name=furigana-txt] + .error-message + .wpcf7-not-valid-tip {
    width: 100%;
  }
}
.page-entry input[name=name-txt] + .wpcf7-not-valid-tip,
.page-entry input[name=furigana-txt] + .wpcf7-not-valid-tip, .page-entry2 input[name=name-txt] + .wpcf7-not-valid-tip,
.page-entry2 input[name=furigana-txt] + .wpcf7-not-valid-tip, .page-confirm input[name=name-txt] + .wpcf7-not-valid-tip,
.page-confirm input[name=furigana-txt] + .wpcf7-not-valid-tip, .page-test input[name=name-txt] + .wpcf7-not-valid-tip,
.page-test input[name=furigana-txt] + .wpcf7-not-valid-tip {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .page-entry input[name=name-txt] + .wpcf7-not-valid-tip,
  .page-entry input[name=furigana-txt] + .wpcf7-not-valid-tip, .page-entry2 input[name=name-txt] + .wpcf7-not-valid-tip,
  .page-entry2 input[name=furigana-txt] + .wpcf7-not-valid-tip, .page-confirm input[name=name-txt] + .wpcf7-not-valid-tip,
  .page-confirm input[name=furigana-txt] + .wpcf7-not-valid-tip, .page-test input[name=name-txt] + .wpcf7-not-valid-tip,
  .page-test input[name=furigana-txt] + .wpcf7-not-valid-tip {
    width: 100%;
  }
}
.page-entry .wpcf7-file, .page-entry2 .wpcf7-file, .page-confirm .wpcf7-file, .page-test .wpcf7-file {
  font-size: 1.6rem;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  .page-entry .wpcf7-file, .page-entry2 .wpcf7-file, .page-confirm .wpcf7-file, .page-test .wpcf7-file {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-entry .wpcf7-file::file-selector-button, .page-entry2 .wpcf7-file::file-selector-button, .page-confirm .wpcf7-file::file-selector-button, .page-test .wpcf7-file::file-selector-button {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--black);
  padding: 8px 16px;
  border-radius: 22px;
  background-color: var(--gray3);
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-entry .wpcf7-file::file-selector-button, .page-entry2 .wpcf7-file::file-selector-button, .page-confirm .wpcf7-file::file-selector-button, .page-test .wpcf7-file::file-selector-button {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    padding: clamp(0px, 2.1333333333vw, 11.2px) clamp(0px, 4.2666666667vw, 22.4px);
    border-radius: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-entry .note-txt, .page-entry2 .note-txt, .page-confirm .note-txt, .page-test .note-txt {
  font-size: 1.4rem;
  color: #999;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-entry .note-txt, .page-entry2 .note-txt, .page-confirm .note-txt, .page-test .note-txt {
    font-size: clamp(0px, 3.2vw, 16.8px);
    line-height: 1.6;
    margin-top: clamp(0px, 2.6666666667vw, 14px);
  }
}
.page-entry textarea, .page-entry2 textarea, .page-confirm textarea, .page-test textarea {
  height: 490px;
  line-height: 1.6;
  resize: none;
}
@media screen and (max-width: 767px) {
  .page-entry textarea, .page-entry2 textarea, .page-confirm textarea, .page-test textarea {
    height: clamp(0px, 77.3333333333vw, 406px);
  }
}
.page-entry ::-moz-placeholder, .page-entry2 ::-moz-placeholder, .page-confirm ::-moz-placeholder, .page-test ::-moz-placeholder {
  color: var(--gray3);
}
.page-entry ::placeholder, .page-entry2 ::placeholder, .page-confirm ::placeholder, .page-test ::placeholder {
  color: var(--gray3);
}
.page-entry span[data-name=job-select], .page-entry2 span[data-name=job-select], .page-confirm span[data-name=job-select], .page-test span[data-name=job-select] {
  z-index: 1;
}
.page-entry span[data-name=job-select]:after, .page-entry2 span[data-name=job-select]:after, .page-confirm span[data-name=job-select]:after, .page-test span[data-name=job-select]:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon-arrow_select.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 16px;
  right: 25px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-entry span[data-name=job-select]:after, .page-entry2 span[data-name=job-select]:after, .page-confirm span[data-name=job-select]:after, .page-test span[data-name=job-select]:after {
    width: clamp(0px, 4.2666666667vw, 22.4px);
    height: clamp(0px, 4.2666666667vw, 22.4px);
    top: clamp(0px, 4.8vw, 25.2px);
    right: clamp(0px, 4.8vw, 25.2px);
  }
}
.page-entry .wpcf7-not-valid-tip,
.page-entry .error-message, .page-entry2 .wpcf7-not-valid-tip,
.page-entry2 .error-message, .page-confirm .wpcf7-not-valid-tip,
.page-confirm .error-message, .page-test .wpcf7-not-valid-tip,
.page-test .error-message {
  font-size: 1.6rem !important;
  font-weight: 400;
  text-align: right;
  color: #dc3232 !important;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-entry .wpcf7-not-valid-tip,
  .page-entry .error-message, .page-entry2 .wpcf7-not-valid-tip,
  .page-entry2 .error-message, .page-confirm .wpcf7-not-valid-tip,
  .page-confirm .error-message, .page-test .wpcf7-not-valid-tip,
  .page-test .error-message {
    font-size: clamp(0px, 3.2vw, 16.8px) !important;
    margin-top: clamp(0px, 1.8666666667vw, 9.8px);
  }
}
.page-entry .wpcf7-not-valid, .page-entry2 .wpcf7-not-valid, .page-confirm .wpcf7-not-valid, .page-test .wpcf7-not-valid {
  border: 1px solid #F90000;
}
.page-entry .dropArea, .page-entry2 .dropArea, .page-confirm .dropArea, .page-test .dropArea {
  height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px dashed var(--gray3);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-entry .dropArea, .page-entry2 .dropArea, .page-confirm .dropArea, .page-test .dropArea {
    height: auto;
    padding: clamp(0px, 5.3333333333vw, 28px) clamp(0px, 7.2vw, 37.8px) clamp(0px, 7.2vw, 37.8px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-entry .dropArea.wpcf7-not-valid, .page-entry2 .dropArea.wpcf7-not-valid, .page-confirm .dropArea.wpcf7-not-valid, .page-test .dropArea.wpcf7-not-valid {
  border: 1px solid #F90000;
}
.page-entry .dropArea p, .page-entry2 .dropArea p, .page-confirm .dropArea p, .page-test .dropArea p {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gray3);
  text-align: center;
  position: relative;
  top: clamp(-14px, -0.6944444444vw, 0px);
}
@media screen and (max-width: 767px) {
  .page-entry .dropArea p, .page-entry2 .dropArea p, .page-confirm .dropArea p, .page-test .dropArea p {
    font-size: clamp(0px, 4vw, 21px);
    line-height: 1.5;
    top: auto;
  }
}
.page-entry .dropArea p span, .page-entry2 .dropArea p span, .page-confirm .dropArea p span, .page-test .dropArea p span {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .page-entry .dropArea p span, .page-entry2 .dropArea p span, .page-confirm .dropArea p span, .page-test .dropArea p span {
    font-size: clamp(0px, 3.2vw, 16.8px);
    line-height: 1.5;
    margin-top: clamp(0px, 0.8vw, 4.2px);
  }
}
.page-entry .dropArea p.btn-sp, .page-entry2 .dropArea p.btn-sp, .page-confirm .dropArea p.btn-sp, .page-test .dropArea p.btn-sp {
  width: 100%;
  font-size: clamp(0px, 3.4666666667vw, 18.2px);
  font-weight: 500;
  color: var(--black);
  margin-top: clamp(0px, 3.4666666667vw, 18.2px);
  padding: clamp(0px, 2.6666666667vw, 14px);
  border: 1px solid var(--black);
  border-radius: clamp(0px, 1.0666666667vw, 5.6px);
}
.page-entry .file-list, .page-entry2 .file-list, .page-confirm .file-list, .page-test .file-list {
  padding-right: 40px;
}
.page-entry .file-list li, .page-entry2 .file-list li, .page-confirm .file-list li, .page-test .file-list li {
  font-size: 1.4rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-entry .file-list li, .page-entry2 .file-list li, .page-confirm .file-list li, .page-test .file-list li {
    font-size: clamp(0px, 3.2vw, 16.8px);
    line-height: 1.6;
    margin-top: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-entry .file-remove-btn, .page-entry2 .file-remove-btn, .page-confirm .file-remove-btn, .page-test .file-remove-btn {
  width: 13px;
  height: 13px;
  font-size: 0;
  position: absolute;
  bottom: -35px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .page-entry .file-remove-btn, .page-entry2 .file-remove-btn, .page-confirm .file-remove-btn, .page-test .file-remove-btn {
    width: clamp(0px, 5.0666666667vw, 26.6px);
    height: clamp(0px, 5.0666666667vw, 26.6px);
    right: 0;
    bottom: clamp(-37.8px, -7.2vw, 0px);
  }
}
.page-entry .file-remove-btn:before, .page-entry .file-remove-btn:after, .page-entry2 .file-remove-btn:before, .page-entry2 .file-remove-btn:after, .page-confirm .file-remove-btn:before, .page-confirm .file-remove-btn:after, .page-test .file-remove-btn:before, .page-test .file-remove-btn:after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .page-entry .file-remove-btn:before, .page-entry .file-remove-btn:after, .page-entry2 .file-remove-btn:before, .page-entry2 .file-remove-btn:after, .page-confirm .file-remove-btn:before, .page-confirm .file-remove-btn:after, .page-test .file-remove-btn:before, .page-test .file-remove-btn:after {
    width: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.page-entry .file-remove-btn:after, .page-entry2 .file-remove-btn:after, .page-confirm .file-remove-btn:after, .page-test .file-remove-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.page-entry .wpcf7-list-item, .page-entry2 .wpcf7-list-item, .page-confirm .wpcf7-list-item, .page-test .wpcf7-list-item {
  text-align: center;
  display: block;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .page-entry .wpcf7-list-item, .page-entry2 .wpcf7-list-item, .page-confirm .wpcf7-list-item, .page-test .wpcf7-list-item {
    text-align: left;
  }
}
.page-entry .wpcf7-list-item label, .page-entry2 .wpcf7-list-item label, .page-confirm .wpcf7-list-item label, .page-test .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-entry .wpcf7-list-item a, .page-entry2 .wpcf7-list-item a, .page-confirm .wpcf7-list-item a, .page-test .wpcf7-list-item a {
  text-decoration: underline;
}
.page-entry input[type=checkbox], .page-entry2 input[type=checkbox], .page-confirm input[type=checkbox], .page-test input[type=checkbox] {
  width: auto;
  display: none;
}
.page-entry input[type=checkbox] + span, .page-entry2 input[type=checkbox] + span, .page-confirm input[type=checkbox] + span, .page-test input[type=checkbox] + span {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-entry input[type=checkbox] + span, .page-entry2 input[type=checkbox] + span, .page-confirm input[type=checkbox] + span, .page-test input[type=checkbox] + span {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    display: block;
    line-height: 1.6;
    padding-left: clamp(0px, 10.9333333333vw, 57.4px);
    position: relative;
  }
}
.page-entry input[type=checkbox] + span:before, .page-entry2 input[type=checkbox] + span:before, .page-confirm input[type=checkbox] + span:before, .page-test input[type=checkbox] + span:before {
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 15px;
  border: 1px solid var(--black);
}
@media screen and (max-width: 767px) {
  .page-entry input[type=checkbox] + span:before, .page-entry2 input[type=checkbox] + span:before, .page-confirm input[type=checkbox] + span:before, .page-test input[type=checkbox] + span:before {
    width: clamp(0px, 6.9333333333vw, 36.4px);
    height: clamp(0px, 6.9333333333vw, 36.4px);
    margin-right: clamp(0px, 4vw, 21px);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.page-entry input[type=checkbox] + span:after, .page-entry2 input[type=checkbox] + span:after, .page-confirm input[type=checkbox] + span:after, .page-test input[type=checkbox] + span:after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/common/icon-link_black2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .page-entry input[type=checkbox] + span:after, .page-entry2 input[type=checkbox] + span:after, .page-confirm input[type=checkbox] + span:after, .page-test input[type=checkbox] + span:after {
    width: clamp(0px, 5.8666666667vw, 30.8px);
    height: clamp(0px, 5.8666666667vw, 30.8px);
    display: inline-block;
    position: relative;
    top: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-entry input[type=checkbox]:checked + span:before, .page-entry2 input[type=checkbox]:checked + span:before, .page-confirm input[type=checkbox]:checked + span:before, .page-test input[type=checkbox]:checked + span:before {
  background-image: url(../img/common/icon-checked.webp);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .page-entry input[type=checkbox]:checked + span:before, .page-entry2 input[type=checkbox]:checked + span:before, .page-confirm input[type=checkbox]:checked + span:before, .page-test input[type=checkbox]:checked + span:before {
    background-size: clamp(0px, 5.3333333333vw, 28px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-entry .button-wrap, .page-entry2 .button-wrap, .page-confirm .button-wrap, .page-test .button-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-entry .button-wrap, .page-entry2 .button-wrap, .page-confirm .button-wrap, .page-test .button-wrap {
    gap: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-entry .confirm_button,
.page-entry .back_button,
.page-entry .submit_button, .page-entry2 .confirm_button,
.page-entry2 .back_button,
.page-entry2 .submit_button, .page-confirm .confirm_button,
.page-confirm .back_button,
.page-confirm .submit_button, .page-test .confirm_button,
.page-test .back_button,
.page-test .submit_button {
  width: 300px;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: 40px;
  cursor: pointer;
  transition: all ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .page-entry .confirm_button,
  .page-entry .back_button,
  .page-entry .submit_button, .page-entry2 .confirm_button,
  .page-entry2 .back_button,
  .page-entry2 .submit_button, .page-confirm .confirm_button,
  .page-confirm .back_button,
  .page-confirm .submit_button, .page-test .confirm_button,
  .page-test .back_button,
  .page-test .submit_button {
    width: clamp(0px, 71.4666666667vw, 375.2px);
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    margin: 0 auto;
    padding: clamp(0px, 5.3333333333vw, 28px);
    border-radius: clamp(0px, 8.8vw, 46.2px);
  }
}
.page-entry .confirm_button:disabled,
.page-entry .back_button:disabled,
.page-entry .submit_button:disabled, .page-entry2 .confirm_button:disabled,
.page-entry2 .back_button:disabled,
.page-entry2 .submit_button:disabled, .page-confirm .confirm_button:disabled,
.page-confirm .back_button:disabled,
.page-confirm .submit_button:disabled, .page-test .confirm_button:disabled,
.page-test .back_button:disabled,
.page-test .submit_button:disabled {
  background-color: var(--white);
  border: 1px solid #D9D9D9;
  cursor: not-allowed;
}
.page-entry .confirm_button, .page-entry2 .confirm_button, .page-confirm .confirm_button, .page-test .confirm_button {
  color: var(--white);
  background-color: var(--pink);
  border: none;
}
.page-entry :disabled, .page-entry2 :disabled, .page-confirm :disabled, .page-test :disabled {
  color: #D9D9D9;
  border-color: #D9D9D9;
}
.page-entry .back_button, .page-entry2 .back_button, .page-confirm .back_button, .page-test .back_button {
  color: var(--white);
  background-color: var(--black);
  border: none;
}
@media screen and (min-width: 768px) {
  .page-entry .back_button:hover, .page-entry2 .back_button:hover, .page-confirm .back_button:hover, .page-test .back_button:hover {
    background-color: #444;
  }
}
.page-entry .submit_button, .page-entry2 .submit_button, .page-confirm .submit_button, .page-test .submit_button {
  color: var(--white);
  background-color: var(--pink);
  border: none;
}
@media screen and (min-width: 768px) {
  .page-entry .submit_button:hover, .page-entry2 .submit_button:hover, .page-confirm .submit_button:hover, .page-test .submit_button:hover {
    background-color: var(--black);
  }
}
.page-entry .submit_button + .wpcf7-spinner, .page-entry2 .submit_button + .wpcf7-spinner, .page-confirm .submit_button + .wpcf7-spinner, .page-test .submit_button + .wpcf7-spinner {
  margin: 20px 0 0 -22px;
}
@media screen and (max-width: 767px) {
  .page-entry .submit_button + .wpcf7-spinner, .page-entry2 .submit_button + .wpcf7-spinner, .page-confirm .submit_button + .wpcf7-spinner, .page-test .submit_button + .wpcf7-spinner {
    margin: clamp(0px, 5.3333333333vw, 28px) auto 0;
  }
}
.page-entry .wpcf7-spinner, .page-entry2 .wpcf7-spinner, .page-confirm .wpcf7-spinner, .page-test .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.page-entry .wpcf7 form .wpcf7-response-output, .page-entry2 .wpcf7 form .wpcf7-response-output, .page-confirm .wpcf7 form .wpcf7-response-output, .page-test .wpcf7 form .wpcf7-response-output {
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .page-entry .wpcf7 form .wpcf7-response-output, .page-entry2 .wpcf7 form .wpcf7-response-output, .page-confirm .wpcf7 form .wpcf7-response-output, .page-test .wpcf7 form .wpcf7-response-output {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.4;
    padding: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-entry .confirm_area .entry-list, .page-entry2 .confirm_area .entry-list, .page-confirm .confirm_area .entry-list, .page-test .confirm_area .entry-list {
  gap: 0;
}
.page-entry .confirm_area .entry-list_item, .page-entry2 .confirm_area .entry-list_item, .page-confirm .confirm_area .entry-list_item, .page-test .confirm_area .entry-list_item {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--gray3);
}
@media screen and (max-width: 767px) {
  .page-entry .confirm_area .entry-list_item, .page-entry2 .confirm_area .entry-list_item, .page-confirm .confirm_area .entry-list_item, .page-test .confirm_area .entry-list_item {
    grid-template-columns: auto clamp(0px, 49.3333333333vw, 259px);
    gap: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-entry .confirm_area .entry-list_item:first-child, .page-entry2 .confirm_area .entry-list_item:first-child, .page-confirm .confirm_area .entry-list_item:first-child, .page-test .confirm_area .entry-list_item:first-child {
  border-top: 1px solid var(--gray3);
}
.page-entry .confirm_area .entry-list_item .ttl-txt, .page-entry2 .confirm_area .entry-list_item .ttl-txt, .page-confirm .confirm_area .entry-list_item .ttl-txt, .page-test .confirm_area .entry-list_item .ttl-txt {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-entry .confirm_area .entry-list_item .ttl-txt, .page-entry2 .confirm_area .entry-list_item .ttl-txt, .page-confirm .confirm_area .entry-list_item .ttl-txt, .page-test .confirm_area .entry-list_item .ttl-txt {
    white-space: nowrap;
  }
}
.page-entry .confirm_area .entry-list_item span, .page-entry2 .confirm_area .entry-list_item span, .page-confirm .confirm_area .entry-list_item span, .page-test .confirm_area .entry-list_item span {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-entry .confirm_area .entry-list_item span, .page-entry2 .confirm_area .entry-list_item span, .page-confirm .confirm_area .entry-list_item span, .page-test .confirm_area .entry-list_item span {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-entry .confirm_area .entry-list + .btn-wrap, .page-entry2 .confirm_area .entry-list + .btn-wrap, .page-confirm .confirm_area .entry-list + .btn-wrap, .page-test .confirm_area .entry-list + .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-entry .confirm_area .entry-list + .btn-wrap, .page-entry2 .confirm_area .entry-list + .btn-wrap, .page-confirm .confirm_area .entry-list + .btn-wrap, .page-test .confirm_area .entry-list + .btn-wrap {
    flex-direction: column;
    gap: clamp(0px, 2.6666666667vw, 14px);
    margin-top: clamp(0px, 16vw, 84px);
  }
}
.page-entry .confirm_area .button-wrap, .page-entry2 .confirm_area .button-wrap, .page-confirm .confirm_area .button-wrap, .page-test .confirm_area .button-wrap {
  margin-top: 80px;
}
.page-entry .confirm-list.entry-list, .page-entry2 .confirm-list.entry-list, .page-confirm .confirm-list.entry-list, .page-test .confirm-list.entry-list {
  gap: 0;
}
.page-entry .confirm-list.entry-list .entry-list_item, .page-entry2 .confirm-list.entry-list .entry-list_item, .page-confirm .confirm-list.entry-list .entry-list_item, .page-test .confirm-list.entry-list .entry-list_item {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--gray3);
}
@media screen and (max-width: 767px) {
  .page-entry .confirm-list.entry-list .entry-list_item, .page-entry2 .confirm-list.entry-list .entry-list_item, .page-confirm .confirm-list.entry-list .entry-list_item, .page-test .confirm-list.entry-list .entry-list_item {
    align-items: baseline;
    grid-template-columns: clamp(0px, 29.3333333333vw, 154px) 1fr;
    gap: clamp(0px, 5.3333333333vw, 28px);
    padding: clamp(0px, 6.4vw, 33.6px) 0;
  }
}
.page-entry .confirm-list.entry-list .entry-list_item:first-child, .page-entry2 .confirm-list.entry-list .entry-list_item:first-child, .page-confirm .confirm-list.entry-list .entry-list_item:first-child, .page-test .confirm-list.entry-list .entry-list_item:first-child {
  border-top: 1px solid var(--gray3);
}
.page-entry .confirm-list.entry-list .entry-list_item .ttl-txt, .page-entry2 .confirm-list.entry-list .entry-list_item .ttl-txt, .page-confirm .confirm-list.entry-list .entry-list_item .ttl-txt, .page-test .confirm-list.entry-list .entry-list_item .ttl-txt {
  margin-bottom: 0;
}
.page-entry .confirm-list.entry-list .entry-list_item span, .page-entry2 .confirm-list.entry-list .entry-list_item span, .page-confirm .confirm-list.entry-list .entry-list_item span, .page-test .confirm-list.entry-list .entry-list_item span {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-entry .confirm-list.entry-list .entry-list_item span, .page-entry2 .confirm-list.entry-list .entry-list_item span, .page-confirm .confirm-list.entry-list .entry-list_item span, .page-test .confirm-list.entry-list .entry-list_item span {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.4;
  }
}
.page-entry .thanks-wrap, .page-entry2 .thanks-wrap, .page-confirm .thanks-wrap, .page-test .thanks-wrap {
  margin: 0 96px;
  padding: 80px 94px;
}
@media screen and (max-width: 767px) {
  .page-entry .thanks-wrap, .page-entry2 .thanks-wrap, .page-confirm .thanks-wrap, .page-test .thanks-wrap {
    margin: 0 auto;
    padding: clamp(0px, 11.2vw, 58.8px) clamp(0px, 10.1333333333vw, 53.2px) clamp(0px, 12.8vw, 67.2px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-entry .thanks-wrap + .button-wrap, .page-entry2 .thanks-wrap + .button-wrap, .page-confirm .thanks-wrap + .button-wrap, .page-test .thanks-wrap + .button-wrap {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-entry .thanks-wrap + .button-wrap, .page-entry2 .thanks-wrap + .button-wrap, .page-confirm .thanks-wrap + .button-wrap, .page-test .thanks-wrap + .button-wrap {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-notfound {
  background-color: var(--white);
}
.page-notfound .kv-section {
  padding-top: 241px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section {
    padding-top: clamp(0px, 30.1333333333vw, 158.2px);
    padding-bottom: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page-notfound .kv-section hrgroup {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section hrgroup {
    mix-blend-mode: clamp(0px, 8vw, 42px);
  }
}
.page-notfound .kv-section .ttl-h1 {
  font-size: 6rem;
  display: flex;
  align-items: baseline;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section .ttl-h1 {
    font-size: clamp(0px, 8vw, 42px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.page-notfound .kv-section .ttl-h1 strong {
  font-size: 14rem;
  font-weight: 700;
  color: var(--lightblue);
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section .ttl-h1 strong {
    font-size: clamp(0px, 18.6666666667vw, 98px);
  }
}
.page-notfound .kv-section .ttl-h1 span {
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section .ttl-h1 span {
    margin-left: 0;
  }
}
.page-notfound .kv-section .ttl-h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section .ttl-h2 {
    font-size: clamp(0px, 5.3333333333vw, 28px);
    text-align: center;
    margin-bottom: clamp(0px, 1.3333333333vw, 7px);
  }
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section .lead-txt {
    text-align: center;
  }
}
.page-notfound .kv-section .btn-top {
  width: 300px;
  height: 80px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
  background-color: var(--black);
  border-radius: 40px;
  transition: all ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section .btn-top {
    width: clamp(0px, 71.4666666667vw, 375.2px);
    height: clamp(0px, 14.9333333333vw, 78.4px);
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    margin: clamp(0px, 9.3333333333vw, 49px) auto 0;
    border-radius: clamp(0px, 7.4666666667vw, 39.2px);
  }
}
@media screen and (min-width: 768px) {
  .page-notfound .kv-section .btn-top:hover {
    background-color: var(--gray2);
  }
}
.page-notfound .breadcrumbs-list:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--gray4);
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  z-index: -1;
}

/* !!------------------------------------ */
/* !! @note 関連ブログ */
.relatedblog-section {
  color: var(--white);
  background-color: #444444;
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .relatedblog-section {
    padding: clamp(0px, 26.6666666667vw, 140px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.relatedblog-section .ttl-h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .relatedblog-section .ttl-h2 {
    font-size: clamp(0px, 5.3333333333vw, 28px);
    text-align: center;
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.relatedblog-section .lead-txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .relatedblog-section .lead-txt {
    text-align: center;
    margin-bottom: clamp(0px, 10.9333333333vw, 57.4px);
  }
}
.relatedblog-section .link-wrap {
  margin-top: 0;
  position: absolute;
  top: 50px;
  right: 100px;
}
@media screen and (max-width: 767px) {
  .relatedblog-section .link-wrap {
    display: flex;
    justify-content: flex-end;
    margin: clamp(0px, 10.6666666667vw, 56px) 0 0 auto;
    position: relative;
    top: auto;
    right: auto;
  }
}
.relatedblog-section .relatedblog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .relatedblog-section .relatedblog-list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 13.3333333333vw, 70px);
  }
}
.relatedblog-section .relatedblog-list a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .relatedblog-section .relatedblog-list a:hover img {
    transform: scale(1.05);
  }
}
.relatedblog-section .img-wrap {
  height: 202px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .relatedblog-section .img-wrap {
    height: clamp(0px, 50.1333333333vw, 263.2px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.relatedblog-section .img-wrap img {
  transition: transform ease-out 0.2s;
}
.relatedblog-section .blog-info {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 20px 0 12px;
}
@media screen and (max-width: 767px) {
  .relatedblog-section .blog-info {
    gap: clamp(0px, 2.1333333333vw, 11.2px);
    padding: clamp(0px, 5.3333333333vw, 28px) 0 clamp(0px, 3.2vw, 16.8px);
  }
}
.relatedblog-section time {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .relatedblog-section time {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
  }
}
.relatedblog-section .category-ttl {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
  padding: 4px 6px;
  background-color: #808080;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .relatedblog-section .category-ttl {
    font-size: clamp(0px, 3.2vw, 16.8px);
    padding: clamp(0px, 1.0666666667vw, 5.6px) clamp(0px, 1.6vw, 8.4px);
    border-radius: clamp(0px, 0.5333333333vw, 2.8px);
  }
}
.relatedblog-section .blog-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .relatedblog-section .blog-ttl {
    font-size: clamp(0px, 4.8vw, 25.2px);
  }
}

/* !!------------------------------------ */
/* !! @note 背景動画 */
.video-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -3;
}
.video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.blur-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  --blur: 0px;
  backdrop-filter: blur(var(--blur));
  -webkit-backdrop-filter: blur(var(--blur));
  transition: -webkit-backdrop-filter 0.1s linear;
  transition: backdrop-filter 0.1s linear;
  transition: backdrop-filter 0.1s linear, -webkit-backdrop-filter 0.1s linear;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .blur-overlay {
    z-index: 0;
  }
}

.bg-overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.5s ease-out;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-overlay {
    z-index: 0;
  }
}

/* !!------------------------------------ */
/* !! @note contactform7カスタマイズ */
.page-entry .entry-list_item .codedropz-upload-handler {
  padding: 50px;
  border: 1px dashed var(--gray3);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-list_item .codedropz-upload-handler {
    padding: clamp(0px, 5.3333333333vw, 28px) clamp(0px, 7.2vw, 37.8px) clamp(0px, 7.2vw, 37.8px) clamp(0px, 7.2vw, 37.8px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-entry .entry-list_item .dnd-upload-counter {
  display: none;
}
.page-entry .entry-list_item .codedropz-upload-container {
  padding: 0;
}
.page-entry .entry-list_item .codedropz-upload-inner {
  overflow: visible;
}
.page-entry .entry-list_item .codedropz-upload-inner div {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gray3);
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-list_item .codedropz-upload-inner div {
    font-size: 0;
  }
  .page-entry .entry-list_item .codedropz-upload-inner div:before {
    content: "ファイルを選択してください";
    font-size: clamp(0px, 4vw, 21px);
    line-height: 1.5;
  }
}
.page-entry .entry-list_item .codedropz-upload-inner div.codedropz-btn-wrap {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-list_item .codedropz-upload-inner div.codedropz-btn-wrap:before {
    content: "ファイルを選択";
    width: 100%;
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    color: var(--black);
    display: block;
    margin-top: clamp(0px, 3.4666666667vw, 18.2px);
    padding: clamp(0px, 2.6666666667vw, 14px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
    border: 1px solid var(--black);
  }
}
.page-entry .entry-list_item .codedropz-upload-inner div.codedropz-btn-wrap a {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.page-entry .entry-list_item .codedropz-upload-inner span {
  font-size: 1.4rem;
  color: var(--gray3);
}
@media screen and (max-width: 767px) {
  .page-entry .entry-list_item .codedropz-upload-inner span {
    font-size: 0;
  }
  .page-entry .entry-list_item .codedropz-upload-inner span:before {
    content: "アップロードできる形式はpdfのみです。\a（5MB以内）";
    font-size: clamp(0px, 3.2vw, 16.8px);
    line-height: 1.5;
    margin-top: clamp(0px, 0.8vw, 4.2px);
    white-space: pre;
  }
}
.page-entry .entry-list_item .dnd-upload-status {
  margin-bottom: 10px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-list_item .dnd-upload-status {
    margin-top: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-entry .entry-list_item .dnd-upload-status .dnd-upload-details {
  width: calc(100% - 40px);
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-list_item .dnd-upload-status .dnd-upload-details {
    width: calc(100% - clamp(0px, 10.6666666667vw, 56px));
  }
}
.page-entry .entry-list_item .dnd-upload-status .dnd-upload-details .name {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--blue);
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 0 60px 0 0;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-list_item .dnd-upload-status .dnd-upload-details .name {
    font-size: clamp(0px, 3.2vw, 16.8px);
    line-height: 1.5;
    padding: 0;
  }
}
.page-entry .entry-list_item .dnd-upload-status .dnd-upload-details .name span {
  font-weight: 500;
  color: var(--black);
  overflow: visible;
  padding-right: 0;
}
.page-entry .entry-list_item .dnd-upload-status .dnd-upload-details .name em {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.page-entry .entry-list_item .dnd-upload-status .dnd-upload-details .remove-file {
  top: 0;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-list_item .dnd-upload-status .dnd-upload-details .remove-file {
    top: clamp(0px, 1.4666666667vw, 7.7px);
  }
}
.page-entry .entry-list_item .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove:after {
  width: 15px;
  height: 15px;
  background-image: url(../img/common/icon-remove.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .page-entry .entry-list_item .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove:after {
    width: clamp(0px, 2.1333333333vw, 11.2px);
    height: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-entry .entry-list_item .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  display: none;
}
.page-entry .entry-list_item .dnd-upload-image {
  display: none;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
/* !!------------------------------------ */
/* !! @note ドットアニメ */
.dot {
  width: 739px;
  height: 699px;
  position: absolute;
  bottom: -122px;
  left: -165px;
  overflow: visible;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .dot {
    width: clamp(0px, 85.6vw, 449.4px);
    height: clamp(0px, 81.0666666667vw, 425.6px);
    bottom: clamp(-72.8px, -13.8666666667vw, 0px);
    left: clamp(-99.4px, -18.9333333333vw, 0px);
  }
}

.dot2 {
  width: 459px;
  height: 454px;
  position: absolute;
  top: -75px;
  right: -197px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .dot2 {
    width: clamp(0px, 61.6vw, 323.4px);
    height: clamp(0px, 74.6666666667vw, 392px);
    top: clamp(-169.4px, -32.2666666667vw, 0px);
    right: calc(-50vw + 50% - clamp(0px, 10.9333333333vw, 57.4px));
    z-index: -1;
  }
}

.page-entry,
.page-test {
  /* ドロップゾーンのスタイル */
  /* サムネイル表示エリアのスタイル */
  /* ファイル入力のスタイルを隠す */
}
.page-entry .smf-item__label__text,
.page-test .smf-item__label__text {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}
.page-entry .icon-req .smf-item__label__text:after,
.page-test .icon-req .smf-item__label__text:after {
  content: "必須";
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--white);
  padding: 4px 8px;
  background-color: var(--black);
  border-radius: 4px;
}
.page-entry .dragdrop-wrap .flie-wrap,
.page-test .dragdrop-wrap .flie-wrap {
  color: var(--gray3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  border: 1px dashed var(--gray3);
  border-radius: 4px;
  cursor: pointer;
}
.page-entry .dragdrop-wrap .flie-wrap .main-ttl,
.page-test .dragdrop-wrap .flie-wrap .main-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 17px;
}
.page-entry .dragdrop-wrap .flie-wrap .sub-ttl,
.page-test .dragdrop-wrap .flie-wrap .sub-ttl {
  font-size: 1.4rem;
  font-weight: 400;
}
.page-entry #drop_zone,
.page-test #drop_zone {
  width: 100%;
  height: 150px;
  border: 2px dashed #ccc;
  border-radius: 10px;
  text-align: center;
  line-height: 150px;
  font-size: 16px;
  color: #999;
  margin-bottom: 20px;
  cursor: pointer;
  /* クリック可能に見せるために追加 */
}
.page-entry #thumbnail,
.page-test #thumbnail {
  display: flex;
  flex-wrap: wrap;
}
.page-entry .thumbnail-item,
.page-test .thumbnail-item {
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.page-entry .thumbnail-item img,
.page-test .thumbnail-item img {
  max-width: 100px;
  max-height: 100px;
}
.page-entry .thumbnail-item p,
.page-test .thumbnail-item p {
  font-size: 14px;
}
.page-entry .smf-item,
.page-test .smf-item {
  margin-bottom: 40px;
}
.page-entry .smf-item:last-of-type,
.page-test .smf-item:last-of-type {
  margin-bottom: 0;
}
.page-entry .smf-item__col--controls,
.page-test .smf-item__col--controls {
  position: relative;
}
.page-entry .smf-form .smf-select-control__control,
.page-entry .smf-form .smf-text-control__control,
.page-entry .smf-form .smf-textarea-control__control,
.page-test .smf-form .smf-select-control__control,
.page-test .smf-form .smf-text-control__control,
.page-test .smf-form .smf-textarea-control__control {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--black);
  padding: 14px 16px;
  border: 1px solid var(--gray3);
  border-radius: 4px;
}
.page-entry .smf-select-control,
.page-test .smf-select-control {
  width: 100%;
}
.page-entry .smf-form .smf-textarea-control__control,
.page-test .smf-form .smf-textarea-control__control {
  height: 490px;
  line-height: 1.6;
  resize: none;
}
.page-entry .smf-form .smf-select-control__toggle:before,
.page-test .smf-form .smf-select-control__toggle:before {
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon-arrow_select.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: none;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  z-index: -1;
}
.page-entry .smf-label label,
.page-test .smf-label label {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.page-entry .smf-checkbox-control__label a,
.page-test .smf-checkbox-control__label a {
  text-decoration: underline;
}
.page-entry .smf-placeholder[data-name=acceptance],
.page-test .smf-placeholder[data-name=acceptance] {
  margin-top: 100px;
  margin-bottom: 40px;
}
.page-entry form[data-screen=confirm] .smf-item,
.page-test form[data-screen=confirm] .smf-item {
  display: grid;
  margin-bottom: 0;
  grid-template-columns: 210px 1fr;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--gray3);
}
.page-entry form[data-screen=confirm] .smf-item:first-of-type,
.page-test form[data-screen=confirm] .smf-item:first-of-type {
  border-top: 1px solid var(--gray3);
}
.page-entry form[data-screen=confirm] .smf-item__label__text,
.page-test form[data-screen=confirm] .smf-item__label__text {
  line-height: 1.6;
  gap: 0;
  margin-bottom: 0;
}
.page-entry form[data-screen=confirm] .smf-placeholder,
.page-test form[data-screen=confirm] .smf-placeholder {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
.page-entry form[data-screen=confirm] .icon-req .smf-item__label__text:after,
.page-test form[data-screen=confirm] .icon-req .smf-item__label__text:after {
  content: none;
}
.page-entry form[data-screen=confirm] .drop-area,
.page-entry form[data-screen=confirm] .smf-placeholder[data-name=acceptance],
.page-test form[data-screen=confirm] .drop-area,
.page-test form[data-screen=confirm] .smf-placeholder[data-name=acceptance] {
  display: none;
}
.page-entry .smf-error-messages,
.page-test .smf-error-messages {
  color: #f90000;
  margin-top: 10px;
}
.page-entry .smf-checkboxes-control + .smf-error-messages,
.page-test .smf-checkboxes-control + .smf-error-messages {
  text-align: center;
}
.page-entry .drop-area,
.page-test .drop-area {
  font-size: 1.6rem;
  text-align: center;
  color: var(--gray3);
  padding: 50px;
  border: 1px dashed var(--gray3);
  border-radius: 4px;
  transition: 0.2s;
  cursor: pointer;
}
.page-entry .drop-area.has-file,
.page-test .drop-area.has-file {
  background-image: none !important;
}
.page-entry .drop-area.has-file:before, .page-entry .drop-area.has-file:after,
.page-test .drop-area.has-file:before,
.page-test .drop-area.has-file:after {
  display: none !important;
}
.page-entry .drop-area + .smf-placeholder,
.page-test .drop-area + .smf-placeholder {
  margin-top: 10px;
}
.page-entry .drop-area + .smf-placeholder .smf-error-messages,
.page-test .drop-area + .smf-placeholder .smf-error-messages {
  margin-top: 0;
}
.page-entry .drop-area .ttl,
.page-test .drop-area .ttl {
  font-size: 2rem;
  font-weight: 700;
}
.page-entry .drop-area .lead-txt,
.page-test .drop-area .lead-txt {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 17px;
}
.page-entry .drop-area.dragover,
.page-test .drop-area.dragover {
  border-color: var(--blue);
  background: #f0f8ff;
  color: var(--blue);
}
.page-entry .smf-action,
.page-test .smf-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}
.page-entry .smf-action .smf-button-control__control,
.page-test .smf-action .smf-button-control__control {
  width: 300px;
  height: 80px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  background-color: var(--pink);
  background-image: none;
  border: none;
  border-radius: 40px;
  transition: all ease-out 0.2s;
}
@media screen and (min-width: 768px) {
  .page-entry .smf-action .smf-button-control__control:hover,
  .page-test .smf-action .smf-button-control__control:hover {
    background-color: var(--black);
  }
}
.page-entry .smf-action .smf-button-control__control[data-action=back],
.page-test .smf-action .smf-button-control__control[data-action=back] {
  background-color: var(--black);
}
@media screen and (min-width: 768px) {
  .page-entry .smf-action .smf-button-control__control[data-action=back]:hover,
  .page-test .smf-action .smf-button-control__control[data-action=back]:hover {
    background-color: #444;
  }
}
.page-entry .smf-action .smf-button-control__control[disabled],
.page-test .smf-action .smf-button-control__control[disabled] {
  color: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.page-entry form[data-screen=invalid] .drop-area + .smf-placeholder,
.page-test form[data-screen=invalid] .drop-area + .smf-placeholder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-entry form[data-screen=invalid] .smf-form .smf-file-control__value,
.page-test form[data-screen=invalid] .smf-form .smf-file-control__value {
  margin-top: 0;
}

body:has([data-screen=confirm]) .entry-flow_item:first-child {
  background-color: #BABABA;
}
body:has([data-screen=confirm]) .entry-flow_item:nth-child(2) {
  background-color: var(--lightblue);
}

body:has([data-screen=complete]) .entry-flow_item:first-child {
  background-color: #BABABA;
}
body:has([data-screen=complete]) .entry-flow_item:last-child {
  background-color: var(--lightblue);
}

.smf-file-control__filename--has-file {
  background-image: none !important;
}
.smf-file-control__filename--has-file:before, .smf-file-control__filename--has-file:after {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=main.css.map */