@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

a,
span {
  display: inline-block;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  color: #333;
  font-weight: 400;
  line-height: 1.7;
}

@media screen and (min-width: 681px) {
  body {
    min-width: 1200px;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* フォント
***************************************************************/
.marcellus {
  font-family: "Marcellus", serif;
  font-style: normal;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1120px;
  margin: 0 auto;
}

section {
  padding: 100px 0;
}

@media screen and (max-width: 680px) {
  .inner {
    padding: 0 5.3333333333vw;
  }
  section {
    padding: 21.3333333333vw 0;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  text-align: center;
}

.section_title .en {
  font-size: 12px;
  display: block;
}

.section_title .ja {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  display: block;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 2.6666666667vw;
  }
  .section_title .ja {
    font-size: 6.4vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
/*===================================================
ヘッダー
===================================================*/
header {
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 100;
  transition: 0.3s;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.home header {
  background: unset;
  box-shadow: unset;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 13px 26px;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.global_nav_list {
  display: flex;
  gap: 20px;
}

.header_contact a {
  padding: 11px 30px;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  border-radius: 40px;
  line-height: 1;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .header_contact a:hover {
    background: #fff;
    color: #333;
  }
}
@media screen and (max-width: 680px) {
  .home header.active {
    background-color: #fff;
  }
  header {
    padding: 2.6666666667vw 0;
    position: fixed;
  }
  .header_inner {
    display: block;
    margin: 0 5.3333333333vw;
  }
  .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .toggle-menu {
    display: inline-block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    position: relative;
    z-index: 100;
  }
  .toggle-menu .toggle-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-indent: -2666.4vw;
    width: 10.6666666667vw;
    height: 1px;
    background-color: #D16374;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 10.6666666667vw;
    height: 1px;
    background-color: #D16374;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -1.8666666667vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.8666666667vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #D16374;
  }
  .open .toggle-menu .toggle-line::before {
    animation: active-menu-barTop 0.6s forwards;
    transform: rotate(-23deg);
    top: 0;
  }
  .open .toggle-menu .toggle-line::after {
    animation: active-menu-barBottom 0.6s forwards;
    transform: rotate(23deg);
    top: 0;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0 26.6666666667vw;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 90;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    transform: translateX(0);
    overflow: auto;
  }
  .global_nav {
    margin-top: 21.3333333333vw;
    width: 100%;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    border-bottom: 1px solid #DDD0D0;
    padding: 6.6666666667vw 0;
    width: 100%;
    text-align: center;
  }
  .header_contact a {
    padding: 3.2vw 8vw;
    border-radius: 10.6666666667vw;
    background-color: #D16374;
    width: 86.6666666667vw;
    height: 21.0666666667vw;
    border: none;
    border-radius: 1.3333333333vw;
    margin-inline: auto;
  }
  a.header_contact_link {
    margin-top: 6.6666666667vw;
    position: relative;
  }
  a.header_contact_link::before {
    content: "";
    display: inline-block;
    width: 8vw;
    aspect-ratio: 1/1;
    background-image: url(../images/sp/insta_arrow.svg);
    position: absolute;
    top: 50%;
    right: 5.3333333333vw;
    transform: translate(0, -50%);
    background-size: contain;
  }
  .header_contact_link-inner {
    display: flex;
    gap: 2.6666666667vw;
    align-items: center;
  }
  .header_contact_link-inner figure {
    width: 13.0666666667vw;
    aspect-ratio: 1/1;
  }
  .header_contact_link-text p:nth-of-type(1) {
    font-size: 4vw;
    text-align: left;
  }
  .header_contact_link-text p:nth-of-type(2) {
    font-size: 4.8vw;
    margin-top: 1.8666666667vw;
  }
  .header_contact {
    text-align: center;
  }
}
/*===================================================
フッター
===================================================*/
footer {
  width: 100%;
  text-align: center;
  background: #D16374;
  padding: 40px 0px 30px;
}

footer img {
  width: 378px;
}

p.copyright {
  font-size: 11px;
  margin-top: 30px;
  color: #fff;
}

@media screen and (max-width: 680px) {
  footer {
    width: 100%;
    text-align: center;
    background: #D16374;
    padding: 9.3333333333vw 0px 8.5333333333vw;
  }
  footer img {
    width: 66.6666666667vw;
  }
  p.copyright {
    font-size: 2.6666666667vw;
    margin-top: 5.3333333333vw;
    color: #fff;
  }
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 100;
}

.pagetop a {
  background-color: #fff;
  text-align: center;
  color: #d16374;
  font-size: 12px;
  text-decoration: none;
  width: 60px;
  height: 60px;
  font-size: 15px;
  border: 1px solid #d16374;
  padding-top: 7px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 2px;
  transition: 0.3s;
}

.pagetop img {
  width: 13px;
}

.pagetop img {
  top: 0;
  position: relative;
  /* top を使うなら必要 */
  transition: all 0.3s ease;
}

@media screen and (min-width: 681px) {
  .pagetop a:hover img {
    width: 13px;
    top: -3px;
    position: relative;
  }
}
@media screen and (max-width: 680px) {
  .pagetop a {
    font-size: 3.2vw;
    width: 12vw;
    height: 12vw;
    font-size: 3.2vw;
    padding-top: 0.8vw;
    border-radius: 1.3333333333vw;
    gap: 0.5333333333vw;
  }
  .pagetop {
    bottom: 4vw;
    right: 4vw;
    z-index: 100;
  }
}
/*===================================================
トップページ
===================================================*/
main {
  margin-top: -80px;
}
@media screen and (max-width: 680px) {
  main {
    margin-top: -15.2vw;
  }
}

section {
  width: 100%;
  background: #FDF3EB;
}

section h1,
section h2 {
  text-align: center;
}

@media screen and (max-width: 680px) {
  section {
    padding: 26.6666666667vw 0;
  }
}
body.no-scroll {
  overflow: hidden;
}

/* FV
***************************************************************/
.fv {
  background-image: url(../images/fv_img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 263px 0;
  height: 768px;
}

.fv_text-deco p:nth-of-type(2) span {
  font-size: 40px;
}

.fv_text-box {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
}

.fv_title {
  font-size: 50px;
}

.fv_text {
  font-size: 130px;
  line-height: 1;
  margin-top: 10px;
}

.fv_text-deco {
  background-color: #D16374;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -102px;
  right: 66px;
  flex-flow: column;
  gap: 10px;
  z-index: -1;
}

.fv_text-deco p {
  line-height: 1;
  position: relative;
  top: -5px;
}

.fv_text-deco p:nth-of-type(1) {
  font-size: 32px;
}

.fv_text-deco p:nth-of-type(2) {
  font-size: 68px;
}

.fv_text-deco p:nth-of-type(3) {
  font-size: 30px;
}

.fv_recruit {
  display: flex;
  background: #fff;
  border-radius: 20px;
  padding-block: 12px 15px;
  margin-top: 102px;
  justify-content: space-around;
  width: 71%;
  margin-inline: auto;
}

.fv_recruit figure img {
  width: 150px;
}

.fv_recruit_occupation {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 8px;
}

.fv_recruit_occupation p:nth-of-type(1) {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DD8B8B;
  color: #fff;
  width: 160px;
  font-weight: 600;
  border-radius: 30px;
}

.fv_recruit_occupation p:nth-of-type(2) {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E89A41;
  color: #fff;
  width: 160px;
  font-weight: 600;
  border-radius: 30px;
}

.fv_recruit-text {
  font-size: 28px;
  font-weight: 600;
  margin-top: 16px;
  line-height: 1;
}

@media screen and (max-width: 680px) {
  a.header_logo.sp_only {
    width: 61.3333333333vw;
    z-index: 100;
  }
  .home header {
    background: #fff;
  }
  .fv {
    background-image: url(../images/sp/fv_img_sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 75.4666666667vw 0;
    height: 192.5333333333vw;
    margin-top: 15.2vw;
    margin-top: 32vw;
  }
  .fv_text-box {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 10;
  }
  .fv_title {
    font-size: 6.9333333333vw;
  }
  .fv_text {
    font-size: 16.8vw;
    margin-top: 2.6666666667vw;
  }
  .fv_text-deco {
    width: 32vw;
    height: 32vw;
    gap: 0.2666666667vw;
    top: -39.7333333333vw;
    right: -1.8666666667vw;
  }
  .fv_text-deco p {
    line-height: 1;
    position: relative;
    top: 0px;
  }
  .fv_text-deco p:nth-of-type(1) {
    font-size: 4.2666666667vw;
  }
  .fv_text-deco p:nth-of-type(2) {
    font-size: 9.0666666667vw;
  }
  .fv_text-deco p:nth-of-type(2) span {
    font-size: 5.3333333333vw;
  }
  .fv_text-deco p:nth-of-type(3) {
    font-size: 4vw;
    margin-top: 1.3333333333vw;
  }
  .fv_recruit {
    border-radius: 1.3333333333vw;
    padding-block: 3.2vw 4vw;
    margin-top: 21.0666666667vw;
    justify-content: space-around;
    width: 100%;
    margin-inline: auto;
    flex-flow: column;
    display: grid;
    grid-template-areas: "item1 item2" "item3 item3";
    padding-inline: 2.1333333333vw;
    gap: 2.6666666667vw;
  }
  .fv_recruit-text {
    grid-area: item3;
  }
  .nurse_img {
    grid-area: item1;
  }
  .office_img {
    grid-area: item2;
  }
  .fv_recruit figure img {
    width: 100%;
  }
  .fv_recruit_occupation {
    display: flex;
    gap: 27px;
    justify-content: center;
    margin-top: 74px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .fv_recruit_occupation p:nth-of-type(1) {
    font-size: 3.4666666667vw;
    font-weight: 600;
    border-radius: 2.9333333333vw;
    width: 39.2vw;
  }
  .fv_recruit-textBox {
    display: contents;
  }
  .fv_recruit_occupation p:nth-of-type(2) {
    font-size: 3.4666666667vw;
    color: #fff;
    width: 39.2vw;
    border-radius: 2.9333333333vw;
  }
  .fv_recruit-text {
    font-size: 5.3333333333vw;
    font-weight: 600;
    margin-top: 4px;
    line-height: 1;
    text-align: center;
  }
}
/* About
***************************************************************/
.top_about {
  padding-block: 120px 66px;
}

.top_about-logo {
  width: 90px;
  height: auto;
  margin-inline: auto;
}

.top_about-title {
  margin-top: 20px;
}

.top_about-title .ja {
  line-height: 1.5;
  font-size: 34px;
}

.top_about-title .ja span.pink {
  color: #D16374;
}

.top_about-text {
  text-align: center;
  margin-top: 55px;
  line-height: 2;
  font-size: 18px;
}

.slider {
  margin-top: 93px;
}

.slider .slick-slide {
  margin: 0 10px;
  /* 左右10pxずつで合計20pxの隙間 */
}

@media screen and (max-width: 680px) {
  .top_about {
    padding-block: 13.3333333333vw 0;
  }
  .top_about-logo {
    width: 14.4vw;
    height: auto;
    margin-inline: auto;
  }
  .top_about-title {
    margin-top: 4vw;
  }
  .top_about-title .ja {
    line-height: 1.5;
    font-size: 5.3333333333vw;
  }
  .top_about-title .ja span.pink {
    color: #D16374;
  }
  .top_about-text {
    text-align: center;
    margin-top: 9.0666666667vw;
    line-height: 2;
    font-size: 3.7333333333vw;
    padding-inline: 5.3333333333vw;
    text-align: left;
  }
  .slider {
    margin-top: 14.9333333333vw;
  }
  .slider .slick-slide {
    margin: 0 10px;
    /* 左右10pxずつで合計20pxの隙間 */
  }
}
/* Service
***************************************************************/
.top_information {
  padding-top: 100px;
}

.information_title span.ja {
  font-size: 20px;
  font-weight: 600;
}

.information_title span.en {
  font-size: 50px;
  color: #D16374;
}

.information_text {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}

.information_items-top {
  margin-top: 58px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.information_items-bottom {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.information_item-textWrap {
  width: 100%;
}

.information_item {
  background: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-block: 30px 36px;
  padding-inline: 20px;
  flex: 1;
  border-radius: 10px;
}

.information_items-bottom .information_item {
  justify-content: unset;
}

.information_item figure img {
  height: 110px;
  width: auto;
}

.information_item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  border-bottom: 1px dashed #D16374;
  padding-bottom: 14px;
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.information_item p {
  font-size: 15px;
  margin-top: 12px;
  text-align: left;
  display: block;
  width: 100%;
}

.information_items-bottom .information_item {
  max-width: 353px;
}

@media screen and (max-width: 680px) {
  .top_information {
    padding-top: 14.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
  .information_title span.ja {
    font-size: 4vw;
    font-weight: 600;
  }
  .information_title span.en {
    font-size: 8.5333333333vw;
    color: #D16374;
  }
  .information_text {
    font-size: 3.7333333333vw;
    line-height: 2;
    text-align: left;
    margin-top: 6.6666666667vw;
  }
  .information_items-top {
    margin-top: 8vw;
    display: flex;
    gap: 3.7333333333vw;
    justify-content: center;
    flex-flow: column;
  }
  .information_items-top:nth-of-type(2) {
    margin-top: 3.7333333333vw;
  }
  .information_items-bottom {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-flow: column;
  }
  .information_item-textWrap {
    width: 100%;
  }
  .information_item {
    justify-content: unset;
    flex-flow: unset;
    align-items: center;
    padding-block: 5.3333333333vw;
    padding-inline: 6.6666666667vw;
    flex: 1;
    gap: 5.3333333333vw;
    border-radius: 10px;
  }
  .information_items-bottom .information_item {
    justify-content: unset;
  }
  .information_item figure img {
    height: 18.6666666667vw;
    width: auto;
  }
  .information_item h3 {
    font-size: 4vw;
    margin-top: 0;
    border-bottom: 1px dashed #D16374;
    padding-bottom: 1.8666666667vw;
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .information_item p {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
    text-align: left;
    display: block;
    width: 100%;
  }
  .information_items-bottom .information_item {
    max-width: 100%;
  }
}
/*top_hours
***************************************************************/
.top_hours {
  padding-block: 110px 100px;
  background-image: url(../images/hours_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hours_title {
  color: #fff;
  font-size: 34px;
}

.top_hours-contents {
  margin-top: 36px;
  text-align: center;
  background: #fff;
  padding-block: 40px;
  border-radius: 10px;
  max-width: 800px;
  margin-inline: auto;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  max-width: 697px;
  margin-inline: auto;
  font-size: 18px;
}

.schedule-table tbody tr {
  border-bottom: 0.5px solid #B2AEAE;
}

.schedule-table thead tr th {
  background-color: #F7E0D7;
  padding: 10px;
  font-weight: bold;
  border: 1px solid #fff;
  text-align: center;
  width: 67px;
}

.schedule-table thead tr th:nth-of-type(1) {
  width: 230px;
}

.schedule-table tbody tr td {
  padding: 10px;
  font-size: 18px;
  vertical-align: middle;
  padding: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}

.schedule-table td span.time {
  display: block;
  font-size: 11pxm;
  color: #555;
}

.schedule-table tbody td {
  color: #333;
}

.top_hours-contents figure img {
  max-width: 697px;
}

.top_hours-contents p {
  margin-top: 20px;
  font-size: 18px;
}

.top_hours-contents p:nth-child(3) {
  margin-top: 5px;
  font-size: 15px;
}

@media screen and (max-width: 680px) {
  .top_hours {
    padding-block: 14.6666666667vw 13.3333333333vw;
    background-image: url(../images/sp/hours_bg_sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .hours_title {
    color: #fff;
    font-size: 5.3333333333vw;
  }
  .top_hours-contents {
    margin-top: 6.1333333333vw;
    text-align: center;
    background: #fff;
    padding-block: 5.3333333333vw;
    border-radius: 1.6vw;
    max-width: 800px;
    padding-inline: 4vw;
  }
  .schedule-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    max-width: 697px;
    margin-inline: auto;
    font-size: 18px;
  }
  .schedule-table tbody tr {
    border-bottom: 0.5px solid #B2AEAE;
  }
  .schedule-table thead tr th {
    background-color: #F7E0D7;
    padding: 2.6666666667vw;
    font-weight: bold;
    border: 1px solid #fff;
    text-align: center;
    width: 8.8vw;
    font-size: 2.9333333333vw;
    white-space: nowrap;
  }
  .schedule-table thead tr th:nth-of-type(8) {
    padding: 2.6666666667vw 1.0666666667vw;
  }
  .schedule-table thead tr th:nth-of-type(1) {
    width: 230px;
  }
  .schedule-table tbody tr td {
    font-size: 3.2vw;
    vertical-align: middle;
    padding: 0;
    line-height: 1.5;
    vertical-align: middle;
    padding-block: 3.4666666667vw 2.9333333333vw;
  }
  .schedule-table td span.time {
    display: block;
    font-size: 11pxm;
    color: #555;
  }
  .schedule-table tbody td {
    color: #333;
  }
  .top_hours-contents figure img {
    max-width: 697px;
  }
  .top_hours-contents p {
    margin-top: 3.4666666667vw;
    font-size: 3.2vw;
  }
  .top_hours-contents p:nth-child(3) {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
/* CTA
***************************************************************/
.cta {
  padding-top: 80px;
}

.cta_contents {
  background-color: #D16374;
  color: #fff;
  display: flex;
  padding-block: 40px 36px;
  padding-inline: 74px;
  gap: 40px;
  max-width: 900px;
  margin-inline: auto;
  position: relative;
  z-index: 10;
  transition: 0.3s;
  box-shadow: 8px 8px 0px rgba(209, 99, 116, 0.2);
}

.cta_contents-insta {
  display: flex;
  gap: 25px;
  align-items: center;
  padding-right: 60px;
  border-right: 1px solid #fff;
}

.cta_contents-insta p {
  line-height: 1;
}

.cta_contents-insta p:nth-of-type(1) {
  font-size: 30px;
}

.cta_contents-insta p:nth-of-type(2) {
  font-size: 34px;
  margin-top: 9px;
}

.cta_contents-insta p:nth-of-type(3) {
  font-size: 18px;
  margin-top: 18px;
}

.cta_contents-follow-top {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cta_contents-follow-top figure img {
  width: 60px;
}

.cta_contents-follow-top p {
  font-size: 20px;
}

.cta_contents-follow-link {
  width: 200px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #D16374;
  border-radius: 99px;
  margin-top: 16px;
  transition: 0.3s;
  border: 1px solid #fff;
}

@media screen and (min-width: 681px) {
  .cta_contents:hover .cta_contents-follow-link {
    color: #fff;
    background: #D16374;
  }
  .cta_contents:hover::before {
    opacity: 0;
    visibility: hidden;
  }
  .cta_contents:hover {
    box-shadow: unset;
    transform: translate(4px, 4px);
  }
}
@media screen and (max-width: 680px) {
  .cta {
    padding-block: 10.6666666667vw 13.3333333333vw;
  }
  .cta_contents {
    display: flex;
    padding-block: 4.5333333333vw 3.2vw;
    padding-inline: 5.3333333333vw;
    gap: 2.6666666667vw;
    flex-flow: column;
  }
  .cta_contents::before {
    top: 1.6vw;
    left: 1.6vw;
  }
  .cta_contents-insta {
    display: flex;
    gap: 4vw;
    align-items: center;
    padding-right: 0;
    border-right: unset;
    border-bottom: 1px solid #fff;
    padding-bottom: 3.7333333333vw;
  }
  .cta_contents-insta figure {
    width: 14.6666666667vw;
  }
  .cta_contents-textBox {
    flex: 1;
  }
  .cta_contents-insta p {
    line-height: 1;
  }
  .cta_contents-insta p:nth-of-type(1) {
    font-size: 4vw;
  }
  .cta_contents-follow {
    display: flex;
    justify-content: space-between;
  }
  .cta_contents-insta p:nth-of-type(2) {
    font-size: 4.8vw;
    margin-top: 1.3333333333vw;
    font-weight: 600;
  }
  .cta_contents-insta p:nth-of-type(3) {
    font-size: 3.2vw;
    margin-top: 1.6vw;
  }
  .cta_contents-follow-top {
    display: flex;
    align-items: center;
    gap: 2.1333333333vw;
  }
  .cta_contents-follow-top figure img {
    width: 10.6666666667vw;
  }
  .cta_contents-follow-top p {
    font-size: 3.4666666667vw;
  }
  .cta_contents-follow-link {
    width: 42.6666666667vw;
    height: 10.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D16374;
    border-radius: 13.3333333333vw;
    margin-top: 4.2666666667vw;
    border: 1px solid #fff;
    margin-top: 0;
  }
}
/* message
***************************************************************/
.top_message {
  padding-top: 0;
}

.top_message .inner {
  display: flex;
  gap: 130px;
  align-items: end;
}

.section_title.top_message-title {
  text-align: left;
}

.section_title.top_message-title span.ja {
  font-size: 20px;
}

.section_title.top_message-title span.en {
  font-size: 50px;
  color: #D16374;
  line-height: 1;
}

.top_message-contents {
  flex: 1;
}

.top_message .inner figure {
  width: 420px;
  position: relative;
  top: -10px;
}

.top_message-textBox p {
  line-height: 2;
}

.top_message-textBox p:nth-of-type(1) {
  margin-top: 40px;
}

.top_message-textBox p:nth-of-type(2) {
  margin-top: 40px;
}

.top_message-textBox p:nth-of-type(3) {
  margin-top: 53px;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}

@media screen and (max-width: 680px) {
  .top_message {
    padding-top: 0;
    padding-bottom: 13.3333333333vw;
  }
  .top_message .inner {
    display: flex;
    gap: 12.5333333333vw;
    align-items: end;
    flex-flow: column;
  }
  .section_title.top_message-title {
    text-align: center;
  }
  .section_title.top_message-title span.ja {
    font-size: 4vw;
  }
  .section_title.top_message-title span.en {
    font-size: 8.5333333333vw;
    color: #D16374;
    line-height: 1;
  }
  .top_message-contents {
    flex: 1;
  }
  .top_message .inner figure {
    width: 66.6666666667vw;
    position: relative;
    top: 0;
    margin-inline: auto;
  }
  .top_message-textBox p {
    line-height: 2;
  }
  .top_message-textBox p:nth-of-type(1) {
    margin-top: 8vw;
    font-size: 3.4666666667vw;
  }
  .top_message-textBox p:nth-of-type(2) {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .top_message-textBox p:nth-of-type(3) {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    font-weight: 600;
    text-align: right;
  }
}
/* access
***************************************************************/
.top_access-title {
  color: #333;
}

.top_access-content {
  display: flex;
  gap: 80px;
  margin-top: 40px;
}

.top_access-title span.ja {
  font-size: 20px;
  font-weight: 600;
}

.top_access-title span.en {
  font-size: 50px;
  color: #D16374;
}

.top_access-content figure img {
  width: 550px;
}

.top_access-addressBox {
  flex: 1;
}

address {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 25px;
}

.top_access-road {
  margin-top: 35px;
  display: flex;
  gap: 20px;
}

.top_access-road ul li p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.top_access-road ul li p:nth-of-type(1) {
  border-bottom: 1px solid #d16374;
  padding-left: 47px;
}

.top_access-road ul li p:nth-of-type(2) {
  margin-top: 15px;
}

.top_access-road ul li:nth-of-type(2) {
  margin-top: 36px;
}

.top_access-road ul li:nth-of-type(1) p:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  width: 38px;
  aspect-ratio: 38/20;
  background-image: url(../images/ico_bus.svg);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: calc(50% + 3px);
  left: 0px;
  transform: translate(0, -50%);
}

.top_access-road ul li:nth-of-type(2) p:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  width: 37px;
  aspect-ratio: 37/20;
  background-image: url(../images/ico_car.svg);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: calc(50% + 3px);
  left: 0px;
  transform: translate(0, -50%);
}

.top_access-road ul {
  flex: 1;
}

.access_serch {
  width: 90px;
  height: 90px;
  background-color: #E89A41;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}

.access_serch figure img {
  width: 17px;
  aspect-ratio: 37/51;
  position: relative;
  top: -8px;
}

.access_serch p {
  line-height: 1;
  position: relative;
  top: -3px;
}

iframe {
  width: 100%;
  height: 440px;
  margin-top: 60px;
}

@media screen and (min-width: 681px) {
  .access_serch:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 680px) {
  section.top_access {
    padding-block: 14.4vw 0;
  }
  .top_access-content {
    flex-flow: column;
    gap: 5.3333333333vw;
    margin-top: 7.2vw;
  }
  .top_access-content figure img {
    width: 100%;
  }
  .top_access-content figure {
    width: 90%;
    margin-inline: auto;
  }
  .top_access-title span.ja {
    font-size: 4vw;
  }
  .top_access-title span.en {
    font-size: 8.5333333333vw;
    line-height: 1;
    margin-top: 1.8666666667vw;
  }
  .top_access-addressBox h3 img {
    width: 60vw;
  }
  .top_access-addressBox {
    flex: 1;
  }
  address {
    font-size: 3.4666666667vw;
    margin-top: 3.4666666667vw;
  }
  .top_access-road {
    margin-top: 6.6666666667vw;
    display: flex;
    gap: 4.5333333333vw;
  }
  .top_access-road ul li p:nth-of-type(1) {
    font-size: 3.4666666667vw;
    position: relative;
  }
  .top_access-road ul li p:nth-of-type(1) {
    border-bottom: 0.2666666667vw solid #d16374;
    padding-left: 10.1333333333vw;
    padding-bottom: 1.6vw;
  }
  .top_access-road ul li p:nth-of-type(2) {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
  }
  .top_access-road ul li:nth-of-type(2) {
    margin-top: 4.8vw;
  }
  .top_access-road ul li:nth-of-type(1) p:nth-of-type(1)::before {
    content: "";
    display: inline-block;
    width: 8vw;
    left: 0px;
    top: 1.3333333333vw;
    transform: unset;
  }
  .top_access-road ul li:nth-of-type(2) p:nth-of-type(1)::before {
    width: 7.7333333333vw;
    transform: unset;
    left: 0px;
    top: 1.0666666667vw;
  }
  .top_access-road ul {
    flex: 1;
  }
  .access_serch {
    width: 20vw;
    height: 20vw;
  }
  .access_serch figure img {
    width: 4.2666666667vw;
    aspect-ratio: 32/46;
    top: -2.1333333333vw;
    left: 6.4vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .access_serch p {
    line-height: 1;
    position: relative;
    top: -3px;
    font-size: 3.2vw;
  }
  iframe {
    width: 100%;
    height: 74.6666666667vw;
    margin: 8.5333333333vw calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.p-checker {
  color: #398abe;
}
.p-checker__start {
  text-align: center;
  background: #fff;
  position: relative;
  font-size: 28px;
  font-size: 28px;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.p-checker__startTtl {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 14px;
  line-height: 1.3333333333;
}
.p-checker__startTtl .--caution {
  font-size: 80px;
  letter-spacing: -0.1em;
}
.p-checker__startTtl .--large {
  font-size: 80px;
}
@media screen and (max-width: 680px) {
  .p-checker__startTtl .--large {
    font-size: 4.8vw;
  }
}
.p-checker__startStart {
  font-size: 42px;
  font-weight: 700;
  color: #bf272d;
  position: relative;
  margin-top: 40px;
  position: absolute;
  content: "";
  background: url(../img/ico_arrow_01.svg) no-repeat center center/contain;
  width: 30px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}

/* モーダル */
.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background-color: #fff;
  max-height: 80vh;
  max-width: 540px;
  overflow-y: auto;
  width: 80%;
}

.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 680px) {
  .modal-header {
    height: 12vw;
  }
}

.modal-close {
  background: transparent;
  border: 0;
}

.modal-header .modal-close::before {
  content: "✕";
  font-size: 40px;
  margin-right: 10px;
}

.box01 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

.box02 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.question__body {
  margin-left: 40px;
  padding-bottom: 28px;
  position: relative;
  margin-right: 40px;
  margin-top: 0;
  padding-top: 9px;
}
@media screen and (max-width: 680px) {
  .question__body {
    margin-inline: 5.3333333333vw;
    padding-bottom: 7.4666666667vw;
    margin-top: 0;
    padding-top: 2.4vw;
  }
}
.question__body.--q2, .question__body.--q3, .question__body.--q5 {
  margin-top: 0;
  padding-top: 1px;
}
@media screen and (max-width: 680px) {
  .question__body.--q2, .question__body.--q3, .question__body.--q5 {
    padding-top: 1.8666666667vw;
    padding-bottom: 3.2vw;
  }
}
.question__body::after {
  content: "";
  position: absolute;
  background: no-repeat center center/contain;
  display: inline-block;
}
.question__body.--result {
  padding-bottom: 9px;
  padding-top: 55px;
  margin-left: 52px;
  position: relative;
  margin-right: 54px;
  margin-top: 0;
}
@media screen and (max-width: 680px) {
  .question__body.--result {
    padding-top: 11.4666666667vw;
    padding-bottom: 2.4vw;
    margin-left: 13.8666666667vw;
    margin-right: 14.4vw;
  }
}
@media screen and (max-width: 380px) {
  .question__body.--result {
    padding-top: 8.8vw;
  }
}
.question__number {
  font-weight: 600;
  margin-top: 44px;
  line-height: 1;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 32px;
  text-align: left;
  color: #d16374;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .question__number {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 500px) {
  .question__number {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 380px) {
  .question__number {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.question__text {
  margin-top: 19px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 28px;
  text-align: left;
  color: #333;
  margin-left: 28px;
}
@media screen and (max-width: 680px) {
  .question__text {
    font-size: 4.2666666667vw;
    margin-top: 2.9333333333vw;
    margin-left: 7.4666666667vw;
  }
}
.question__btnWrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.question__btn {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  height: 150px;
}
.question__btn.--yes {
  width: 130px;
  height: 48px;
  background: #d16374;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-align: left;
  border-radius: 5px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 680px) {
  .question__btn.--yes {
    width: 30.4vw;
    height: 10.4vw;
    font-size: 4.8vw;
  }
}
.question__btn.--no {
  width: 130px;
  height: 48px;
  border-radius: 5px;
  background: #707070;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-align: left;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 680px) {
  .question__btn.--no {
    width: 30.4vw;
    height: 10.4vw;
    font-size: 4.8vw;
  }
}
.question__resultText {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 36px;
  text-align: left;
  color: #333;
  line-height: 0;
  border-bottom: 1px solid #ddd0d0;
}
@media screen and (max-width: 680px) {
  .question__resultText {
    margin-top: 0;
    font-size: 3.7333333333vw;
  }
}
.question__resultText .--large {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 36px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 680px) {
  .question__resultText .--large {
    font-size: 4.8vw;
  }
}
.question__resultNumber {
  font-weight: 600;
  font-size: 50px;
  letter-spacing: -0.02em;
  line-height: 51px;
  text-align: right;
  color: #d16374;
}
@media screen and (max-width: 680px) {
  .question__resultNumber {
    font-size: 9.3333333333vw;
    line-height: 0;
  }
}
.question__resultPercentSign {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.02em;
  line-height: 51px;
  text-align: center;
  color: #d16374;
}
@media screen and (max-width: 680px) {
  .question__resultPercentSign {
    font-size: 5.8666666667vw;
  }
}
.question__restart {
  text-decoration: underline;
  font-size: 18px;
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 24px;
  text-align: center;
  color: #666;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 680px) {
  .question__restart {
    margin-top: 0px;
    font-size: 2.9333333333vw;
  }
}
.question__entry {
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 48px;
  text-align: center;
  width: 200px;
  height: 46px;
  border-radius: 23px;
  background: #d16374;
  margin: auto;
}
@media screen and (max-width: 680px) {
  .question__entry {
    margin-top: 0vw;
    width: 39.4666666667vw;
    height: 9.0666666667vw;
    border-radius: 8vw;
    font-size: 4.8vw;
  }
}
.question__entry::after {
  content: "";
  position: absolute;
  background: url(../img/ico_arrow_02.svg) no-repeat center center/contain;
  width: 26px;
  height: 26px;
  display: inline-block;
  top: 54%;
  transform: translateY(-50%);
  left: calc(50% + 70px);
}

p.question__text-bottom {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 22.4px;
  text-align: center;
  color: #333;
  margin-top: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 680px) {
  p.question__text-bottom {
    font-size: 3.4666666667vw;
    line-height: 1.2;
  }
}

button.back.question__back {
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 24px;
  text-align: center;
  color: #666;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
@media screen and (max-width: 680px) {
  button.back.question__back {
    font-size: 3.2vw;
  }
}

div#result {
  position: relative;
  width: 400px;
  height: 288px;
}
@media screen and (max-width: 680px) {
  div#result {
    width: 100%;
    height: 50.1333333333vw;
  }
}

div#result::before {
  content: "";
  display: inline-block;
  background-image: url(../images/matching_img.svg);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 400/288;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  box-shadow: 10px 10px 0px rgba(221, 208, 208, 0.5);
}

/* FV
***************************************************************/
.recruit_fv {
  padding: 235px 0 55px;
  background-image: url(../images/recruit/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recruit_fv_title .ja {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 36px;
  color: #fff;
  display: block;
}

.recruit_fv_title .en {
  font-size: 64px;
  line-height: 64px;
  color: #fff;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .recruit_fv {
    padding: 36.5333333333vw 0 5.3333333333vw;
    background-image: url(../images/recruit/fv_sp.webp);
    margin-top: 29.3333333333vw;
  }
  .recruit_fv_title .ja {
    font-size: 4vw;
    line-height: 4.8vw;
  }
  .recruit_fv_title .en {
    font-size: 9.0666666667vw;
    line-height: 9.0666666667vw;
    margin-top: 1.3333333333vw;
  }
}
/* section1
***************************************************************/
.recruit-apply {
  padding-block: 60px 100px;
}

.top_recruit {
  padding-block: 110px 100px;
  background-image: url(../images/recruit_img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 10;
}

.top_recruit::before {
  content: "";
  display: inline-block;
  background-image: url(../images/recruit_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.top_recruit-title {
  font-size: 20px;
  color: #fff;
}

.top_recruit-title span.ja {
  font-size: 600;
}

.top_recruit-title span.en {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.top_recruit-text {
  font-size: 18px;
  margin-top: 30px;
  line-height: 2;
  text-align: center;
  color: #fff;
  font-weight: 400;
}

.top_recruit-list {
  display: flex;
  gap: 20px;
}

.top_recruit-item {
  background-color: #fff;
  padding-block: 28px;
  padding-inline: 28px;
  border-radius: 10px;
}

.top_recruit-img {
  position: relative;
}

.top_recruit-item .tag {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
  width: 160px;
  text-align: center;
  width: calc(100% - 40px);
}

.top_recruit-item .tag.nurse {
  background-color: #DD8B8B;
}

.top_recruit-item .tag.office {
  background-color: #E89A41;
}

.top_recruit-ctaWrap {
  margin-top: 50px;
}

.top_recruit-ctaLink {
  width: 640px;
  height: 176px;
  background: #fff;
  border: 2px solid #d16374;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-inline: auto;
}

.top_recruit-ctaLink p:nth-of-type(1) {
  font-size: 24px;
  font-weight: 600;
  color: #D16374;
}

.top_recruit-ctaLink p:nth-of-type(2) {
  font-size: 50px;
  color: #D16374;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
  position: relative;
  letter-spacing: 0.05em;
}

.top_recruit-ctaLink p:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 44px;
  aspect-ratio: 44/48;
  background-image: url(../images/ico_tel.svg);
  position: absolute;
  top: calc(50% + 3px);
  left: -49px;
  transform: translate(0, -50%);
}

.top_recruit-ctaLink p:nth-of-type(3) {
  font-size: 15px;
  margin-top: 10px;
}

.top_recruit-list__top {
  background-color: #fff;
  margin-top: 58px;
  padding-inline: 60px;
  padding-block: 40px 70px;
  border-radius: 10px;
  display: flex;
  gap: 90px;
}

.top_recruit-list__top-text {
  flex: 1;
  margin-top: 20px;
}

.top_recruit-list__matching {
  width: 400px;
  height: 288px;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.02em;
  line-height: 36px;
  text-align: center;
  color: #707070;
  position: relative;
  padding-block: 0;
}
@media screen and (max-width: 680px) {
  .top_recruit-list__matching {
    width: 100%;
    height: 50.1333333333vw;
  }
}

.top_recruit-list__matching h3 {
  position: relative;
}

.question {
  position: relative;
  width: 400px;
  height: 288px;
}
@media screen and (max-width: 680px) {
  .question {
    width: 100%;
    height: 50.1333333333vw;
  }
}

.question::before {
  content: "";
  display: inline-block;
  background-image: url(../images/matching_img.svg);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 400/288;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  box-shadow: 10px 10px 0px rgba(221, 208, 208, 0.5);
}
@media screen and (max-width: 680px) {
  .question::before {
    width: 100%;
    height: 59.4666666667vw;
  }
}

.top_recruit-list__matching::before {
  content: "";
  display: inline-block;
  background-image: url(../images/matching_img.svg);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 400/288;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  box-shadow: 10px 10px 0px rgba(221, 208, 208, 0.5);
}
@media screen and (max-width: 680px) {
  .top_recruit-list__matching::before {
    width: 100%;
    height: 50.1333333333vw;
  }
}

.top_recruit-list__matching span {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.04em;
  line-height: 36px;
  text-align: center;
  color: #d16374;
}

.top_recruit-list__matching p {
  margin-top: 13px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 25.6px;
  text-align: left;
  color: #d16374;
  text-align: center;
  border-top: 1px solid #ddd0d0;
  border-bottom: 1px solid #ddd0d0;
  padding-block: 8.5px;
  position: relative;
  display: inline-block;
}

.top_recruit-list__matching a {
  margin-top: 20px;
  width: 200px;
  height: 46px;
  border-radius: 23px;
  background: #d16374;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-inline: auto;
  position: relative;
}

.top_recruit_btn {
  width: 318px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d16374;
  display: block;
  text-align: center;
  margin: 50px auto 0;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #d16374;
  padding: 25px 0;
  position: relative;
}

.top_recruit_btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url(../images/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}

.recruit_sec1_table {
  width: 100%;
  margin-top: 80px;
}

.recruit_sec1_th {
  width: 22%;
  background: #f7e0d7;
  border: 1px solid #bcbab6;
  font-weight: 600;
  padding: 25px 30px;
}

.recruit_sec1_td {
  width: 78%;
  background: #fff;
  border: 1px solid #bcbab6;
  padding: 25px 30px;
}

@media screen and (max-width: 680px) {
  .top_recruit {
    padding-block: 14.4vw 13.3333333333vw;
    background-image: url(../images/recruit_img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 10;
  }
  .top_recruit::before {
    content: "";
    display: inline-block;
    background-image: url(../images/recruit_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .top_recruit-title {
    font-size: 20px;
    color: #fff;
  }
  .top_recruit-title span.ja {
    font-size: 4vw;
  }
  .top_recruit-title span.en {
    font-size: 8.5333333333vw;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-top: 1.8666666667vw;
  }
  .top_recruit-text {
    font-size: 3.7333333333vw;
    margin-top: 7.2vw;
    line-height: 1.85;
    text-align: left;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .top_recruit-list {
    display: flex;
    gap: 20px;
    flex-flow: column;
  }
  .top_recruit-item {
    background-color: #fff;
    padding-block: 4vw 4.5333333333vw;
    padding-inline: 4vw;
    border-radius: 2.6666666667vw;
  }
  .top_recruit-img {
    position: relative;
  }
  .top_recruit-item .tag {
    position: absolute;
    font-size: 3.7333333333vw;
    width: calc(100% - 5.3333333333vw);
    padding: 1.3333333333vw 0;
  }
  .top_recruit-item-lists {
    margin-top: 15px;
  }
  .top_recruit-item-list dl {
    display: flex;
    gap: 40px;
    padding-left: 10px;
  }
  .top_recruit-item-list dl:nth-of-type(1) {
    border-bottom: unset;
    padding-bottom: 5px;
    position: relative;
  }
  .top_recruit-item-list dl:nth-of-type(1)::before {
    content: "";
    display: inline-block;
    width: 100%;
    aspect-ratio: 610/1;
    background-image: url(../images/sp/dotte.svg);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .top_recruit-item-list dl dt {
    font-size: 3.2vw;
    position: relative;
    width: 17%;
  }
  .top_recruit-item-list dl:nth-of-type(2) {
    margin-top: 1.3333333333vw;
  }
  .top_recruit-item-list dl dt::before {
    width: 1.6vw;
    height: 1.6vw;
    left: -2.6666666667vw;
    top: 1.8666666667vw;
  }
  .top_recruit-item-list dl dd {
    font-size: 3.2vw;
  }
  .top_recruit-ctaWrap {
    margin-top: 50px;
  }
  .top_recruit-ctaLink {
    width: 640px;
    height: 176px;
    background: #fff;
    border: 2px solid #d16374;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-inline: auto;
  }
  .top_recruit-ctaLink p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 600;
    color: #D16374;
  }
  .top_recruit-ctaLink p:nth-of-type(2) {
    font-size: 50px;
    color: #D16374;
    font-weight: 600;
    line-height: 1;
    margin-top: 10px;
    position: relative;
    letter-spacing: 0.05em;
  }
  .top_recruit-ctaLink p:nth-of-type(2)::before {
    content: "";
    display: inline-block;
    width: 44px;
    aspect-ratio: 44/48;
    background-image: url(../images/ico_tel.svg);
    position: absolute;
    top: calc(50% + 3px);
    left: -49px;
    transform: translate(0, -50%);
  }
  .top_recruit-ctaLink p:nth-of-type(3) {
    font-size: 15px;
    margin-top: 10px;
  }
  .top_recruit-list__top {
    margin-top: 9.6vw;
    padding-inline: 5.3333333333vw;
    padding-block: 6.6666666667vw 20vw;
    border-radius: 2.6666666667vw;
    display: flex;
    gap: 8vw;
    flex-flow: column;
  }
  .top_recruit-list__top-text {
    flex: 1;
    margin-top: 0;
    font-size: 3.4666666667vw;
  }
  .top_recruit-list__matching {
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -0.02em;
    line-height: 36px;
    text-align: center;
    color: #707070;
    position: relative;
    padding-block: 6.4vw 0;
    width: 100%;
  }
  .top_recruit-list__matching h3 {
    position: relative;
    font-size: 4.8vw;
    line-height: 1.3;
  }
  .top_recruit-list__matching::before {
    content: "";
    display: inline-block;
    background-image: url(../images/matching_img.svg);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 400/288;
    top: 0;
    left: 0;
    width: 100%;
    height: 59.4666666667vw;
    z-index: 0;
    box-shadow: 10px 10px 0px rgba(221, 208, 208, 0.5);
  }
  .top_recruit-list__matching span {
    font-weight: 600;
    font-size: 8vw;
    line-height: 1.4;
    text-align: center;
    color: #d16374;
  }
  .top_recruit-list__matching p {
    margin-top: 3.4666666667vw;
    font-size: 3.4666666667vw;
    letter-spacing: -0.02em;
    line-height: 25.6px;
    text-align: center;
    border-top: 1px solid #ddd0d0;
    border-bottom: 1px solid #ddd0d0;
    padding-block: 0.5333333333vw 1.0666666667vw;
  }
  .top_recruit-list__matching a {
    margin-top: 4vw;
    width: 39.4666666667vw;
    height: 9.0666666667vw;
    border-radius: 8vw;
    background: #d16374;
    font-size: 4.8vw;
  }
  .top_recruit_btn {
    width: 61.3333333333vw;
    margin: 13.3333333333vw auto 0;
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 0;
  }
  .top_recruit_btn::after {
    width: 4.2666666667vw;
    height: 3.2vw;
    right: 5.3333333333vw;
  }
  .recruit_sec1_table {
    margin-top: 10.6666666667vw;
  }
  .recruit_sec1_th {
    width: 28%;
    padding: 0 2.6666666667vw;
    vertical-align: middle;
    font-size: 3.2vw;
  }
  .recruit_sec1_td {
    width: 72%;
    padding: 4vw;
    font-size: 3.2vw;
  }
}
/* section2
***************************************************************/
.recruit_sec2 {
  background: #D16374;
}
.recruit_sec2 h2 {
  font-weight: 600;
  font-size: 34px;
  letter-spacing: -0.02em;
  line-height: 51px;
  text-align: center;
  color: #fff;
  position: relative;
}
.recruit_sec2 h2::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  z-index: 10;
  background: #fff;
}

.recruit-apply__textWrap {
  margin-top: 55px;
}

.recruit-apply__textBox h3 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 33.6px;
  text-align: center;
  color: #fff;
}
.recruit-apply__textBox ul {
  max-width: 800px;
  margin: 20px auto 0;
  padding: 20px 80px 0;
  border-top: 1px dotted #fff;
}
.recruit-apply__textBox ul li p {
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 32px;
  text-align: left;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
}

.recruit-apply_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 50px auto 0;
  max-width: 800px;
}

.recruit-apply__mail {
  text-align: center;
}
.recruit-apply__mail h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 36px;
  text-align: left;
  color: #fff;
  background: #6cb9a7;
  text-align: center;
  padding-block: 6px;
  border-radius: 3px;
}

.recruit-apply__mailBox {
  background-color: #fff;
  padding-block: 10px 30px;
  padding-inline: 10px;
  text-align: center;
}
.recruit-apply__mailBox a,
.recruit-apply__mailBox p {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 36px;
  color: #333;
  margin-top: 20px;
  position: relative;
}

.recruit-apply__note {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 20px;
  text-align: left;
  color: #fff;
  margin-top: 10px;
}

.recruit-apply_text {
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-top: 25px;
}

.recruit-apply__contact {
  margin-top: 66px;
  background-color: #fff;
  padding-block: 37px 43px;
  padding-inline: 40px;
  border-radius: 10px;
}
.recruit-apply__contact h3 {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.02em;
  line-height: 42px;
  text-align: center;
  color: #333;
  position: relative;
}
.recruit-apply__contact h3::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  z-index: 10;
  background: #d16374;
}
.recruit-apply__contact p {
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 25.6px;
  text-align: center;
  color: #333;
  margin-top: 45px;
}

.recruit-apply__contact-linkWrap {
  margin-top: 33px;
  display: flex;
  gap: 20px;
}

.recruit-apply__contact-tel-linkWrap {
  flex: 1;
}

.recruit-apply__contact-mail-linkWrap {
  flex: 1;
}

.recruit-apply__contact-tel-link {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  color: #d16374;
  background: #f7e0d7;
  border-radius: 10px;
  position: relative;
  display: block;
  padding: 15px 0 20px;
}

.recruit-apply__contact-tel-link::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 32px;
  background-image: url(../images/ico_tel.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recruit-apply__contact-tel-link span {
  display: block;
  font-size: 14px;
}

.recruit-apply__contact-mail-link {
  font-weight: 600;
  font-size: 24px;
  line-height: 51px;
  text-align: center;
  color: #d16374;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7e0d7;
  border-radius: 10px;
  padding: 25px 0 25px 30px;
  position: relative;
}

.recruit-apply__contact-mail-link::before {
  content: "";
  display: inline-block;
  width: 29px;
  aspect-ratio: 29/21;
  background-image: url(../images/ico_mail.svg);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% + 3px);
  left: calc(50% - 127px);
  transform: translate(-50%, -50%);
}

.recruit_btn {
  width: 318px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d16374;
  display: block;
  text-align: center;
  margin: 50px auto 0;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #d16374;
  padding: 25px 0;
  position: relative;
}

.recruit_btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url(../images/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%) scale(-1, 1);
}

@media screen and (min-width: 681px) {
  .recruit-apply__contact-tel-link {
    pointer-events: none;
  }
}
@media screen and (max-width: 680px) {
  .recruit_sec2 {
    padding: 13.3333333333vw 0;
  }
  .recruit_sec2 h2 {
    font-size: 5.3333333333vw;
    line-height: 1.275;
  }
  .recruit_sec2 h2::before {
    width: 10.6666666667vw;
    left: 50%;
    bottom: -3.7333333333vw;
  }
  .recruit-apply__textBox h3 {
    font-size: 4vw;
    line-height: 5.6vw;
    text-align: center;
  }
  .recruit-apply__textWrap {
    display: flex;
    gap: 8vw;
    margin-top: 10.6666666667vw;
    flex-flow: column;
  }
  .recruit-apply__textBox {
    flex: 1;
  }
  .recruit-apply__textBox ul {
    margin: 5.3333333333vw auto 0;
    padding: 5.3333333333vw 0 0;
  }
  .recruit-apply__textBox ul li p {
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
  .recruit-apply_flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
    margin: 9.3333333333vw auto 0;
    width: 100%;
  }
  .recruit-apply__mail {
    width: 100%;
  }
  .recruit-apply__mail h3 {
    font-size: 3.4666666667vw;
    letter-spacing: -0.02em;
    line-height: 1.5;
    padding-block: 0.8vw;
  }
  .recruit-apply__mailBox {
    background-color: #fff;
    padding-block: 10px 17px;
    padding-inline: 10px;
    text-align: center;
  }
  .recruit-apply__mailBox p,
  .recruit-apply__mailBox a {
    font-size: 4.5333333333vw;
    line-height: 1.4;
    margin-top: 3.4666666667vw;
  }
  .recruit-apply__note {
    font-size: 2.9333333333vw;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-top: 2.6666666667vw;
  }
  .recruit-apply_text {
    text-align: left;
    font-size: 2.9333333333vw;
    margin-top: -5.3333333333vw;
  }
  .recruit-apply__contact {
    margin-top: 9.3333333333vw;
    padding-block: 6.6666666667vw 6.9333333333vw;
    padding-inline: 6.9333333333vw;
    border-radius: 2.6666666667vw;
  }
  .recruit-apply__contact h3 {
    font-size: 4.8vw;
    line-height: 1.16;
  }
  .recruit-apply__contact h3::before {
    width: 10.6666666667vw;
    height: 0.2666666667vw;
    bottom: -14px;
  }
  .recruit-apply__contact p {
    font-size: 3.4666666667vw;
    line-height: 1;
    margin-top: 8.2666666667vw;
  }
  .recruit-apply__contact-linkWrap {
    margin-top: 4.5333333333vw;
    gap: 2.6666666667vw;
    flex-flow: column;
  }
  .recruit-apply__contact-tel-link {
    font-size: 6.9333333333vw;
    border-radius: 1.3333333333vw;
  }
  .recruit-apply__contact-tel-link::before {
    width: 5.8666666667vw;
    height: 6.4vw;
  }
  .recruit-apply__contact-tel-link span {
    font-size: 2.6666666667vw;
  }
  .recruit-apply__contact-mail-link {
    font-size: 4.8vw;
    border-radius: 1.3333333333vw;
    padding: 5.3333333333vw 0 6.6666666667vw 5.3333333333vw;
    line-height: 1;
  }
  .recruit-apply__contact-mail-link::before {
    width: 6.4vw;
    transform: unset;
    top: 6.4vw;
    left: 8vw;
  }
  p.recruit-apply__botom-text {
    line-height: 1.5;
    margin-top: 3.4666666667vw;
  }
  .recruit_btn {
    width: 61.3333333333vw;
    margin: 13.3333333333vw auto 0;
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 0;
  }
  .recruit_btn::before {
    width: 4.2666666667vw;
    height: 3.2vw;
    right: 5.3333333333vw;
  }
}