@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;
}
.grecaptcha-badge {
	display:none;
}
/* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 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 {
  min-width: 0;
  padding: 0;
  margin: 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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 {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

main {
  margin-top: 105px;
}

main,
footer {
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 4.1025641026vw;
  }
  main {
    margin-top: 14.1025641026vw;
  }
}
/* フォント
***************************************************************/
.en {
  font-family: "Roboto", sans-serif;
}

/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 100px 0;
}

.inner {
  max-width: 1120px;
  margin: 0 auto;
}

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

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
/* ホバーで不透明度を下げる（PCのみ） */
.hover-opacity a {
  transition: opacity 0.3s;
}

@media screen and (min-width: 681px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
}
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: linear-gradient(transparent 60%, #F6F300 60%);
  display: inline;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title .en {
  display: block;
  color: #628B76;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.section_title .en.white {
  color: #fff;
}

.section_title .ja {
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 4.1025641026vw;
  }
  .section_title .ja {
    font-size: 6.1538461538vw;
  }
}
.btn {
  margin-top: 40px;
}

.btn_link {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  padding: 13px 52px;
  line-height: 100%;
  border-radius: 80px;
  background: #EAA4A4;
  box-shadow: 2px 2px 5px 0 rgba(51, 51, 51, 0.1);
}

.btn_link.white {
  background: #fff;
  color: #333333;
}

/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  background-image: url(../images/common/page_fv_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page_fv_title .ja {
  color: #135030;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1.92px;
  display: block;
}

.page_fv_title .en {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.page_title {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 180%;
}

.page_title::after {
  content: "";
  display: block;
  width: 73px;
  height: 3px;
  margin: 10px auto 0;
  background-image: url(../images/icon/icon_border02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

@media screen and (max-width: 680px) {
  .page_fv {
    padding: 12.8205128205vw 0;
    background-image: url(../images/common/page_fv_bg_sp.svg);
  }
  .page_fv::before {
    width: 46.1538461538vw;
    background-size: contain;
  }
  .page_fv_title .ja {
    font-size: 8.2051282051vw;
  }
  .page_fv_title .en {
    font-size: 4.6153846154vw;
  }
  .page_title {
    font-size: 6.1538461538vw;
  }
  .page_title::after {
    width: 18.7179487179vw;
    height: 0.7692307692vw;
    margin: 1.2820512821vw auto 0;
  }
}
.bread {
  margin-top: 40px;
}

.bread_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bread_item {
  font-size: 15px;
  font-weight: 500;
}

.bread_item:nth-of-type(2n) {
  color: #C0C0C0;
}

@media screen and (max-width: 680px) {
  .bread {
    margin-top: 4.1025641026vw;
  }
  .bread_list {
    gap: 2.0512820513vw;
  }
  .bread_item {
    font-size: 3.8461538462vw;
  }
}
.fixed {
  width: 140px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 100;
}

@media screen and (max-width: 680px) {
  .fixed {
    width: 17.9487179487vw;
    right: 5.1282051282vw;
    bottom: 10.2564102564vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 14px 0;
  background: #fff;
  transition: 0.3s;
}

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

.toggle-menu {
  display: none;
}

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

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

.global_nav_item {
  font-weight: 500;
  text-align: center;
}

.global_nav_item .en {
  display: block;
  font-size: 15px;
}

.global_nav_item .en::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background-image: url(../images/icon/icon_border01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.global_nav_item .ja {
  display: block;
}

.header_contact {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header_contact_sns {
  width: 50px;
}

.header_contact_link {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 80px;
  background: #EAA4A4;
  border: 1px solid #EAA4A4;
  box-shadow: 2px 2px 5px 0 rgba(51, 51, 51, 0.1);
  padding: 13px 52px;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .header_contact_link:hover {
    color: #EAA4A4;
    background: #fff;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 2.0512820513vw 0;
  }
  .header_inner {
    display: block;
    margin: 0 5.1282051282vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_logo {
    width: 10.2564102564vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 11.2820512821vw;
    height: 11.2820512821vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 7.6923076923vw;
    height: 2px;
    margin: auto;
    text-indent: -2563.8461538462vw;
    background-color: #A4E9C6;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 7.6923076923vw;
    height: 2px;
    content: "";
    background-color: #A4E9C6;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -2.3076923077vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 2.3076923077vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #A4E9C6;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100vw;
    height: 100vh;
    padding: 0 5.1282051282vw 25.641025641vw;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .global_nav {
    width: 100%;
    margin-top: 20.5128205128vw;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
    text-align: left;
  }
  .global_nav_item a {
    width: 100%;
    padding: 4.1025641026vw 0;
    font-size: 5.1282051282vw;
    border-bottom: 1px solid #F5F3F3;
  }
  .global_nav_item .en {
    display: none;
  }
  .header_contact {
    flex-flow: column-reverse;
    gap: 10.2564102564vw;
    margin-top: 10.2564102564vw;
  }
  .header_contact_sns {
    width: 12.8205128205vw;
  }
  .header_contact_link {
    font-size: 4.6153846154vw;
    border-radius: 20.5128205128vw;
    padding: 3.3333333333vw 13.3333333333vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background: #A4E9C6;
  padding: 60px 0 16px;
}

footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer_head img {
  width: 70px;
}

.footer_head_address {
  font-weight: 500;
  margin-top: 24px;
}

.footer_list {
  padding-bottom: 27px;
  display: flex;
  gap: 40px;
}

.footer_item {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer_item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon/icon_before01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 100px;
}

@media screen and (max-width: 680px) {
  footer {
    padding: 15.3846153846vw 0 5.1282051282vw;
  }
  footer .inner {
    flex-flow: column;
    align-items: center;
  }
  .footer_head a {
    display: block;
    width: 15.3846153846vw;
    margin: 0 auto;
  }
  .footer_head img {
    width: 15.3846153846vw;
  }
  .footer_head_address {
    font-size: 3.8461538462vw;
    width: 55.1282051282vw;
    margin: 6.1538461538vw auto 0;
  }
  .footer_list {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.1538461538vw 2.5641025641vw;
    margin-top: 15.3846153846vw;
    width: 100%;
    padding: 0 5.1282051282vw;
  }
  .footer_item {
    gap: 2.0512820513vw;
  }
  .footer_item::before {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
  .copyright {
    font-size: 3.0769230769vw;
    margin-top: 15.3846153846vw;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.number02 {
  transition-delay: 100ms;
}

.fadein.number03 {
  transition-delay: 150ms;
}

.fadein.number04 {
  transition-delay: 200ms;
}

.fadein.number05 {
  transition-delay: 250ms;
}

.fadein.number06 {
  transition-delay: 300ms;
}

.fadein.number07 {
  transition-delay: 350ms;
}

.fadein.number08 {
  transition-delay: 400ms;
}

.fadein.number09 {
  transition-delay: 450ms;
}

.fadein.number10 {
  transition-delay: 500ms;
}

.fadein.number11 {
  transition-delay: 550ms;
}

.fadein.number12 {
  transition-delay: 600ms;
}

.fadein.number13 {
  transition-delay: 650ms;
}

.fadein.number14 {
  transition-delay: 700ms;
}

.fadein.number15 {
  transition-delay: 750ms;
}

.fadein.number16 {
  transition-delay: 800ms;
}

.fadein.number17 {
  transition-delay: 850ms;
}

.fadein.number18 {
  transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* section7
***************************************************************/
.faq_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 40px;
}

.faq_accordion-area li {
  background: #fff;
  padding: 30px 40px 18px;
  position: relative;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  border-bottom: 1px solid #111;
  padding-bottom: 24px;
  padding-left: 34px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}

.faq_title span {
  position: relative;
}

.faq_title span::before {
  content: "Q.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
}

.faq_title::before {
  top: 42%;
  right: 15px;
  transform: rotate(0deg);
}

.faq_title::after {
  top: 42%;
  right: 15px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.faq_title.close::after {
  transform: rotate(0);
}

.faq_box {
  display: none;
  padding: 22px 0 0 33px;
  position: relative;
}

.faq_box p {
  position: relative;
  line-height: 1.6;
}

.faq_box p::before {
  content: "A.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .faq_accordion-area {
    gap: 6.1538461538vw;
    margin-top: 10.2564102564vw;
  }
  .faq_accordion-area li {
    padding: 3.8461538462vw 2.5641025641vw;
  }
  .faq_title {
    padding-bottom: 4.1025641026vw;
    padding-left: 9.2307692308vw;
    padding-right: 6.6666666667vw;
  }
  .faq_title span {
    position: relative;
  }
  .faq_title span::before {
    font-size: 7.6923076923vw;
    left: -8.4615384615vw;
  }
  .faq_title::before,
  .faq_title::after {
    width: 5.1282051282vw;
    height: 0.5128205128vw;
    background-color: #000;
  }
  .faq_title::before {
    right: 1.7948717949vw;
  }
  .faq_title::after {
    top: 42%;
    right: 1.7948717949vw;
  }
  .faq_box {
    display: none;
    padding: 4.1025641026vw 6.9230769231vw 0 8.4615384615vw;
  }
  .faq_box p::before {
    font-size: 7.6923076923vw;
    left: -8.4615384615vw;
  }
}
/* ページネーション
***************************************************************/
.recruit_single_content {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 60px 80px;
  margin-top: 40px;
}

.recruit_single_table {
  width: 100%;
}

.recruit_single_th {
  width: 180px;
  font-weight: 700;
  line-height: 150%;
  border-bottom: 1px solid #F5F3F3;
  padding: 26px 0;
}

.recruit_single_td {
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px solid #F5F3F3;
  padding: 26px 0;
}

.recruit_single .btn {
  text-align: center;
}

@media screen and (max-width: 680px) {
  .recruit_single_content {
    padding: 5.1282051282vw 5.1282051282vw;
    margin-top: 10.2564102564vw;
  }
  .recruit_single_th {
    width: 28.7179487179vw;
    padding: 6.1538461538vw 0;
  }
  .recruit_single_td {
    padding: 6.1538461538vw 0;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  padding: 0;
  height: calc(100vh - 105px);
  position: relative;
}

.fv_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 80px);
}

.fv_slider {
  width: 70.5555555556vw;
  position: absolute;
  top: 80px;
  right: 0;
  height: calc(100% - 80px);
}

.fv_slider .slick-track,
.fv_slider .slick-list,
.fv_slider img {
  height: 100%;
}

.slick-dots {
  position: absolute;
  left: 44px;
  bottom: 30px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 7px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #FFFFFF;
}

.slick-dots .slick-active button {
  background: #333;
}

.fv_deco01 {
  width: 290px;
  position: absolute;
  left: 100px;
  bottom: 30px;
}

.fv_deco02 {
  width: 190px;
  position: absolute;
  right: 202px;
  bottom: -129px;
  z-index: 1;
}

.fv .inner {
  position: absolute;
  top: 256px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.fv_title {
  display: inline-block;
  position: relative;
}

.fv_title::before {
  content: "";
  display: inline-block;
  width: 608px;
  height: 186px;
  background-image: url(../images/front/fv_text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -125px;
  right: -265px;
  text-shadow: 0 0 40px #000;
}

.fv_title span {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  background: #FFF;
  padding: 15px 24px;
}

.fv_title span:nth-of-type(2) {
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .fv {
    height: calc(100vh - 14.1025641026vw);
  }
  .fv_bg {
    height: calc(100% - 10.2564102564vw);
  }
  .fv_slider {
    width: 82.0512820513vw;
    top: 37.1794871795vw;
    height: calc(100% - 37.1794871795vw);
  }
  .slick-dots {
    left: 3.5897435897vw;
    bottom: 4.1025641026vw;
  }
  .slick-dots li {
    margin: 0 1.7948717949vw;
  }
  .slick-dots button {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
  .fv_deco01 {
    width: 30.7692307692vw;
    position: absolute;
    left: -5.1282051282vw;
    bottom: 0;
    z-index: 1;
  }
  .fv_deco02 {
    width: 20.5128205128vw;
    right: 5.1282051282vw;
    bottom: -12.8205128205vw;
  }
  .fv .inner {
    top: 18.9743589744vw;
    left: 0;
    transform: unset;
  }
  .fv_title {
    display: inline-block;
    position: relative;
  }
  .fv_title::before {
    width: 78.9743589744vw;
    height: 27.1794871795vw;
    top: -20.5128205128vw;
    right: -34.6153846154vw;
  }
  .fv_title span {
    font-size: 6.1538461538vw;
    padding: 2.0512820513vw 3.3333333333vw;
  }
  .fv_title span:nth-of-type(2) {
    margin-top: 2.0512820513vw;
  }
}
/* Section1
***************************************************************/
.sec1 .inner {
  position: relative;
}

.sec1_deco {
  position: absolute;
  right: 0;
  bottom: -160px;
  width: 273px;
  z-index: 3;
}

.sec1_content {
  position: relative;
  margin-top: 135px;
}

.sec1_content_img {
  position: absolute;
  left: -160px;
  top: -95px;
  width: 655px;
  z-index: 2;
}

.sec1_contentBox {
  max-width: 585px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.sec1_contentBox::before {
  content: "";
  display: inline-block;
  background: #F9FFFF;
  width: 1062px;
  height: 597px;
  position: absolute;
  top: -51px;
  left: -317px;
  z-index: -1;
}

.sec1_contentBox_title {
  font-size: 24px;
  font-weight: 500;
}

.sec1_contentBox_title::after {
  content: "";
  display: block;
  width: 73px;
  height: 3px;
  margin-top: 10px;
  background-image: url(../images/icon/icon_border02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.sec1_contentBox_title span {
  color: #628B76;
  font-size: 30px;
}

.sec1_contentBox_text {
  margin-top: 25px;
  font-weight: 500;
}

.sec1_contentBox_text span {
  color: #628B76;
  font-size: 18px;
}

@media screen and (max-width: 680px) {
  .sec1_deco {
    right: 0;
    bottom: -8.4615384615vw;
    width: 30vw;
  }
  .sec1_content {
    margin-top: 6.1538461538vw;
  }
  .sec1_content_img {
    position: relative;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .sec1_contentBox {
    max-width: unset;
    margin-top: 8.2051282051vw;
  }
  .sec1_contentBox::before {
    width: 100vw;
    height: 217.9487179487vw;
    position: absolute;
    top: -21.5384615385vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec1_contentBox_title {
    font-size: 4.6153846154vw;
  }
  .sec1_contentBox_title::after {
    width: 18.7179487179vw;
    height: 0.7692307692vw;
    margin-top: 2.5641025641vw;
  }
  .sec1_contentBox_title span {
    font-size: 6.1538461538vw;
  }
  .sec1_contentBox_text {
    margin-top: 6.4102564103vw;
  }
  .sec1_contentBox_text span {
    font-size: 4.6153846154vw;
    display: inline;
  }
}
/* Section2
***************************************************************/
.sec2 {
  background: #D6F5E5;
  margin-top: 200px;
}

.sec2_deco {
  width: 148px;
  position: absolute;
  left: 270px;
  bottom: -173px;
}

.sec2 .inner {
  position: relative;
}

.sec2_content {
  max-width: 400px;
}

.sec2_title {
  color: #628B76;
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
}

.sec2_title::after {
  content: "";
  display: block;
  width: 73px;
  height: 3px;
  margin-top: 10px;
  background-image: url(../images/icon/icon_border03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.sec2_text {
  font-weight: 500;
  margin-top: 24px;
}

.sec2_img {
  width: 850px;
  position: absolute;
  top: 0;
  left: 430px;
}

@media screen and (max-width: 680px) {
  .sec2 {
    margin-top: 0;
  }
  .sec2_deco {
    width: 20.5128205128vw;
    left: 65.641025641vw;
    bottom: -20.5128205128vw;
  }
  .sec2_content {
    max-width: unset;
  }
  .sec2_title {
    font-size: 5.1282051282vw;
    margin-top: 6.1538461538vw;
  }
  .sec2_title::after {
    width: 18.7179487179vw;
    height: 0.7692307692vw;
    margin-top: 2.5641025641vw;
  }
  .sec2_text {
    margin-top: 6.1538461538vw;
  }
  .sec2_img {
    width: 100%;
    position: unset;
    margin-top: 10.2564102564vw;
  }
}
/* Section3
***************************************************************/
.sec3 {
  padding: 240px 0 100px;
}

.sec3 .inner {
  position: relative;
}

.sec3_content {
  max-width: 580px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.sec3_content_deco {
  width: 294px;
  position: absolute;
  bottom: -90px;
  right: -90px;
  z-index: -1;
}

.sec3_text {
  font-weight: 500;
  margin-top: 24px;
}

.sec3_img01 {
  width: 370px;
  position: absolute;
  top: -120px;
  left: -160px;
}

.sec3_img02 {
  width: 340px;
  position: absolute;
  top: -50px;
  right: -160px;
}

@media screen and (max-width: 680px) {
  .sec3 {
    padding: 15.3846153846vw 0;
  }
  .sec3_content {
    max-width: unset;
  }
  .sec3_content_deco {
    width: 34.8717948718vw;
    bottom: unset;
    top: 71.7948717949vw;
    right: 0;
  }
  .sec3_text {
    margin-top: 6.1538461538vw;
  }
  .sec3_img01 {
    width: 100%;
    position: unset;
    margin-top: 12.8205128205vw;
  }
  .sec3_img02 {
    display: none;
  }
}
/* Section4
***************************************************************/
.sec4 .inner {
  position: relative;
  padding: 200px 0 140px;
}

.sec4_content {
  max-width: 450px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.sec4_content::before {
  content: "";
  display: inline-block;
  background: #F9FFFF;
  width: 900px;
  height: 411px;
  position: absolute;
  top: -120px;
  left: -300px;
  z-index: -1;
}

.sec4_img {
  position: absolute;
  top: 0;
  left: -160px;
  width: 760px;
  z-index: 1;
}

.sec4_deco {
  width: 286px;
  position: absolute;
  bottom: -65px;
  right: -47px;
  z-index: 1;
}

@media screen and (max-width: 680px) {
  .sec4 .inner {
    padding: 0 5.1282051282vw;
  }
  .sec4_content {
    max-width: unset;
  }
  .sec4_content::before {
    width: 94.8717948718vw;
    height: 76.9230769231vw;
    top: -10.2564102564vw;
    left: -5.1282051282vw;
  }
  .sec4_img {
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 2;
    margin-top: 10.2564102564vw;
  }
  .sec4_deco {
    width: 35.8974358974vw;
    bottom: unset;
    right: -2.5641025641vw;
    top: 9.2307692308vw;
  }
}
/* section1
***************************************************************/
.about_sec1 .inner {
  padding: 60px 0 215px;
  position: relative;
}

.about_sec1_content {
  max-width: 555px;
}

.about_sec1_title {
  font-size: 24px;
  font-weight: 500;
}

.about_sec1_title span {
  font-size: 30px;
  color: #628B76;
  display: inline;
}

.about_sec1_title::after {
  content: "";
  display: block;
  width: 73px;
  height: 3px;
  margin-top: 10px;
  background-image: url(../images/icon/icon_border02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.about_sec1_text {
  margin-top: 25px;
  font-weight: 500;
}

.about_sec1_img {
  position: absolute;
  right: -160px;
  top: 0;
  width: 657px;
}

@media screen and (max-width: 680px) {
  .about_sec1 {
    padding: 0;
  }
  .about_sec1 .inner {
    padding: 15.3846153846vw 5.1282051282vw 12.8205128205vw;
  }
  .about_sec1_content {
    max-width: unset;
  }
  .about_sec1_title {
    font-size: 4.6153846154vw;
    text-align: center;
  }
  .about_sec1_title span {
    font-size: 6.1538461538vw;
  }
  .about_sec1_title::after {
    width: 18.7179487179vw;
    height: 0.7692307692vw;
    margin: 2.5641025641vw auto 0;
  }
  .about_sec1_text {
    margin-top: 6.4102564103vw;
    padding: 0 2.5641025641vw;
  }
  .about_sec1_img {
    position: unset;
    width: 100%;
    margin-top: 6.1538461538vw;
  }
}
/* section2
***************************************************************/
.about_sec2 {
  background: #F6FFFA;
  padding: 60px 0;
  text-align: center;
}

.about_sec2 .inner {
  position: relative;
}

.about_sec2_deco01 {
  width: 335px;
  position: absolute;
  top: -160px;
  left: -50px;
}

.about_sec2_deco02 {
  width: 190px;
  position: absolute;
  bottom: -180px;
  right: -136px;
}

.about_sec2_img {
  max-width: 607px;
  margin-top: 63px;
}

@media screen and (max-width: 680px) {
  .about_sec2 {
    padding: 15.3846153846vw 0;
  }
  .about_sec2_deco01 {
    width: 21.5384615385vw;
    top: -23.0769230769vw;
    left: 5.1282051282vw;
  }
  .about_sec2_deco02 {
    width: 14.1025641026vw;
    bottom: -23.0769230769vw;
    right: 5.1282051282vw;
  }
  .about_sec2_img {
    max-width: unset;
    margin-top: 7.6923076923vw;
  }
}
/* section3
***************************************************************/
.about_sec3 {
  text-align: center;
}

.about_sec3_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
  padding: 0 40px;
  margin-top: 40px;
}

.about_sec3_list::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 250px;
  border-radius: 10px;
  background: #F6FFFA;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.about_sec3_item {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 48px 0 40px;
  border-radius: 10px;
}

.about_sec3_item_img {
  height: 110px;
  width: auto;
}

.about_sec3_item_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 24px;
}

@media screen and (max-width: 680px) {
  .about_sec3 {
    text-align: center;
    padding: 15.3846153846vw 0 30.7692307692vw;
  }
  .about_sec3_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6.1538461538vw;
    padding: 0 6.4102564103vw;
    margin-top: 6.1538461538vw;
  }
  .about_sec3_list::before {
    width: 100vw;
    height: 143.5897435897vw;
    bottom: -10.2564102564vw;
  }
  .about_sec3_item {
    padding: 5.1282051282vw 0 4.6153846154vw;
  }
  .about_sec3_item_img {
    height: 17.9487179487vw;
  }
  .about_sec3_item_title {
    font-size: 3.8461538462vw;
    margin-top: 4.6153846154vw;
  }
}
/* section1
***************************************************************/
.company_sec1 .inner,
.company_sec3 .inner {
  position: relative;
}

.company_sec1_deco01 {
  width: 220px;
  position: absolute;
  right: -188px;
  bottom: -86px;
}

.company_sec3_deco01 {
  width: 165px;
  position: absolute;
  top: -100px;
  left: -90px;
}

.company_sec1 .section_title,
.company_sec2 .section_title,
.company_sec3 .section_title {
  text-align: center;
}

.company_sec1_title {
  font-size: 40px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 40px;
  text-align: center;
}

.company_sec2 {
  padding: 20px 0 140px;
}

.company_sec3 {
  padding: 0;
}

.company_sec3 iframe {
  width: 100%;
  height: 700px;
  display: block;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .company_sec1_deco01 {
    width: 23.0769230769vw;
    right: 5.1282051282vw;
    bottom: -20vw;
  }
  .company_sec3_deco01 {
    width: 23.0769230769vw;
    top: -20.5128205128vw;
    left: 5.1282051282vw;
  }
  .company_sec1_title {
    font-size: 5.1282051282vw;
    margin-top: 6.1538461538vw;
  }
  .company_sec2 {
    padding: 10.2564102564vw 0 25.641025641vw;
  }
  .company_sec3 {
    padding: 0;
  }
  .company_sec3 iframe {
    height: 100vw;
    margin-top: 6.1538461538vw;
  }
}
/* section1
***************************************************************/
.service_sec1 .inner {
  position: relative;
}

.service_sec1_deco01 {
  width: 284px;
  position: absolute;
  top: 72px;
  right: -130px;
}

.service_sec1_deco02 {
  width: 352px;
  position: absolute;
  left: -176px;
  bottom: -350px;
}

.service_sec1_title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 180%;
}

.service_sec1_title span {
  color: #628B76;
  font-size: 40px;
}

.service_sec1_text {
  font-weight: 500;
  line-height: 180%;
  max-width: 710px;
  margin: 40px auto 0;
}

.service_sec1_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 80px 50px;
  margin-top: 114px;
}

.service_sec1_item {
  width: 340px;
  position: relative;
}

.service_sec1_item_number {
  color: #135030;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  left: 0;
  top: -26px;
}

.service_sec1_item_number span {
  font-size: 40px;
}

.service_sec1_item_title {
  color: #135030;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  margin-top: 24px;
}

.service_sec1_item_text {
  margin-top: 16px;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 680px) {
  .service_sec1_deco01 {
    width: 23.0769230769vw;
    top: 20.2564102564vw;
    right: 5.1282051282vw;
  }
  .service_sec1_deco02 {
    display: none;
  }
  .service_sec1_title {
    font-size: 5.1282051282vw;
  }
  .service_sec1_title span {
    font-size: 6.1538461538vw;
  }
  .service_sec1_text {
    max-width: unset;
    margin: 10.2564102564vw auto 0;
  }
  .service_sec1_list {
    flex-flow: column;
    gap: 18.9743589744vw;
    margin-top: 24.1025641026vw;
  }
  .service_sec1_item {
    width: 100%;
  }
  .service_sec1_item_number {
    font-size: 5.1282051282vw;
    top: -6.6666666667vw;
  }
  .service_sec1_item_number span {
    font-size: 10.2564102564vw;
  }
  .service_sec1_item_title {
    font-size: 5.1282051282vw;
    margin-top: 6.1538461538vw;
    text-align: center;
  }
  .service_sec1_item_text {
    margin-top: 4.1025641026vw;
  }
}
/* section2
***************************************************************/
.service_sec2 {
  background: #F6FFFA;
}

.service_sec2 .section_title {
  text-align: center;
}

.service_sec2_text {
  text-align: center;
  margin-top: 56px;
}

.service_sec2_text a {
  text-decoration: underline;
  color: #628B76;
}

.service_sec2_tel {
  border-radius: 21px;
  border: 3px solid #135030;
  background: #FFF;
  width: 520px;
  margin: 32px auto 0;
  padding: 36px 48px 36px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}

.service_sec2_tel::before {
  content: "";
  display: inline-block;
  width: 109px;
  height: 120px;
  background-image: url(../images/service/sec2_img01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.service_sec2_tel_text01 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.service_sec2_tel_number {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 17px;
}

.service_sec2_tel_text02 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3.5px;
  margin-top: 9px;
}

@media screen and (max-width: 680px) {
  .service_sec2_text {
    margin-top: 10.2564102564vw;
    text-align: center;
  }
  .service_sec2_tel {
    border-radius: 5.3846153846vw;
    border: 0.5128205128vw solid #135030;
    width: 100%;
    margin: 8.2051282051vw auto 0;
    padding: 3.5897435897vw 5.1282051282vw 3.5897435897vw 5.1282051282vw;
    gap: 1.2820512821vw;
  }
  .service_sec2_tel::before {
    width: 19.4871794872vw;
    height: 22.8205128205vw;
  }
  .service_sec2_tel_text01 {
    font-size: 3.8461538462vw;
    letter-spacing: 0;
  }
  .service_sec2_tel_number {
    font-size: 7.1794871795vw;
    margin-top: 1.2820512821vw;
  }
  .service_sec2_tel_text02 {
    font-size: 3.0769230769vw;
    margin-top: 0.5128205128vw;
    letter-spacing: 0;
  }
}
/* お問い合わせ
***************************************************************/
.contact_form {
  padding: 60px 100px;
  margin: 80px auto 0;
  background: #FFF;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 24px;
}

.contact_item {
  display: flex;
  align-items: flex-start;
}

.contact_item_title {
  width: 225px;
  padding-top: 10px;
  font-weight: 700;
  line-height: 150%;
}

.contact_item:nth-of-type(1) .contact_item_title {
  padding-top: 0;
}

.req {
  color: #DB0000;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 0.5px solid #BEBEBE;
  background: #F7F7F7;
}

.contact_area textarea {
  width: 100%;
  height: 245px;
  padding: 5px 10px;
  resize: none;
  border-radius: 4px;
  border: 0.5px solid #BEBEBE;
  background: #F7F7F7;
}

.contact_area.birth {
  display: flex;
  align-items: center;
  gap: 22px;
}

.birth_year {
  display: flex;
  align-items: center;
  gap: 8px;
}

.birth_year_input select {
  width: 100px;
  border-radius: 4px;
  border: 0.5px solid #BEBEBE;
  background: #F7F7F7;
  padding: 5px 10px;
}

.address select {
  width: 120px;
  border-radius: 4px;
  border: 0.5px solid #BEBEBE;
  background: #F7F7F7;
  padding: 5px 10px;
}

.birth_day {
  display: flex;
  align-items: center;
  gap: 8px;
}

.birth_box_input select {
  width: 80px;
  border-radius: 4px;
  border-radius: 4px;
  border: 0.5px solid #BEBEBE;
  background: #F7F7F7;
  padding: 5px 10px;
}

.wpcf7-radio,
.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 58px;
}

.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  width: auto;
  margin: 0;
}

.contact_area label {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.contact_area label input {
  width: 15px;
  height: 15px;
  padding: 0;
  background: unset;
  border: unset;
}

.contact_area label span {
  width: auto;
}

.contact_check {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}

.contact_check input {
  width: 24px;
  height: 24px;
}

.contact_check a {
  color: #628B76;
  text-decoration: underline;
}

.contact_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.contact_submit input {
  position: relative;
  width: 200px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 80px;
  background: #EAA4A4;
  box-shadow: 2px 2px 5px 0 rgba(0, 69, 28, 0.15);
  padding: 13px 0;
  transition: 0.3s;
}

.wpcf7-spinner {
  display: none;
}

.thanks {
  text-align: center;
  padding: 100px 0 120px;
}

.thanks_title {
  font-size: 25px;
  font-weight: 500;
}

.thanks_text {
  margin-top: 60px;
}

@media screen and (max-width: 680px) {
  .contact_form {
    padding: 5.1282051282vw 5.1282051282vw 10.2564102564vw;
    margin: 15.3846153846vw auto 0;
  }
  .contact_list {
    display: block;
  }
  .contact_item {
    flex-flow: column;
    gap: 2.0512820513vw;
    margin-top: 7.6923076923vw;
  }
  .contact_item:nth-of-type(8),
  .contact_item:nth-of-type(9) {
    margin-top: 0;
  }
  .contact_item_title {
    gap: 3.3333333333vw;
    width: 100%;
    padding-top: 0;
    font-size: 3.5897435897vw;
  }
  .req {
    width: 10.2564102564vw;
    padding: 0.5128205128vw 0;
    font-size: 2.5641025641vw;
    line-height: 4.6153846154vw;
  }
  .contact_area input {
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
    border-radius: 1.0256410256vw;
  }
  .contact_area textarea {
    height: 47.4358974359vw;
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
    border-radius: 1.0256410256vw;
  }
  .contact_area.birth {
    gap: 4.1025641026vw;
  }
  .birth_year {
    gap: 1.0256410256vw;
  }
  .birth_box_input select {
    width: 17.9487179487vw;
    padding: 1.2820512821vw 2.5641025641vw;
  }
  .birth_year_input select {
    width: 17.9487179487vw;
    padding: 1.2820512821vw 2.5641025641vw;
  }
  .address select {
    width: 30.7692307692vw;
    padding: 1.2820512821vw 2.5641025641vw;
  }
  .contact_area {
    width: 100%;
  }
  .birth_day {
    gap: 1.0256410256vw;
  }
  .contact_privacy {
    margin-top: 10.2564102564vw;
  }
  .contact_privacy_scroll {
    height: 46.1538461538vw;
    padding: 5.1282051282vw 3.8461538462vw;
  }
  .contact_privacy_title {
    font-size: 3.5897435897vw;
  }
  .contact_privacy_list {
    gap: 3.5897435897vw;
    padding-bottom: 5.1282051282vw;
    margin-top: 3.5897435897vw;
    font-size: 3.5897435897vw;
  }
  .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.0769230769vw 4.1025641026vw;
    font-size: 3.3333333333vw;
    width: 100%;
  }
  .contact_check {
    gap: 1.2820512821vw;
    margin-top: 7.6923076923vw;
    font-size: 4.1025641026vw;
  }
  .contact_check input {
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
  .contact_submit {
    width: 75.641025641vw;
    margin: 12.8205128205vw auto 0;
    font-size: 3.8461538462vw;
  }
  .contact_submit::after {
    right: 23.0769230769vw;
    width: 3.5897435897vw;
    height: 1.7948717949vw;
  }
  .thanks {
    padding: 15.3846153846vw 0 20.5128205128vw;
  }
  .thanks_title {
    font-size: 5.1282051282vw;
  }
  .thanks_text {
    margin-top: 5.1282051282vw;
    font-size: 3.3333333333vw;
  }
}
/* section1
***************************************************************/
.recruit_sec1 {
  padding: 100px 0 240px;
}

.recruit_sec1 .inner {
  position: relative;
}

.recruit_sec1_title {
  font-size: 32px;
  font-weight: 500;
  line-height: 180%;
}

.recruit_sec1_title:nth-of-type(2) {
  margin-top: 24px;
}

.recruit_sec1_title span {
  color: #628B76;
  font-size: 40px;
}

.recruit_sec1_img {
  width: 657px;
  position: absolute;
  top: -60px;
  right: -160px;
}

@media screen and (max-width: 680px) {
  .recruit_sec1 {
    padding: 15.3846153846vw 0 20.5128205128vw;
  }
  .recruit_sec1_title {
    font-size: 4.6153846154vw;
    text-align: center;
  }
  .recruit_sec1_title:nth-of-type(2) {
    margin-top: 6.1538461538vw;
  }
  .recruit_sec1_title span {
    font-size: 5.641025641vw;
  }
  .recruit_sec1_img {
    width: 100%;
    position: unset;
    margin-top: 10.2564102564vw;
  }
}
/* section2
***************************************************************/
.recruit_sec2 {
  text-align: center;
  background: #F6FFFA;
}

.recruit_sec2 .inner {
  position: relative;
}

.recruit_sec2_deco01 {
  width: 173px;
  position: absolute;
  right: -173px;
  top: -171px;
}

.recruit_sec2_deco02 {
  width: 284px;
  position: absolute;
  left: -84px;
  bottom: -219px;
}

.recruit_sec2_list01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 40px;
}

.recruit_sec2_list02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 40px;
  padding: 0 195px;
}

.recruit_sec2_item a {
  display: block;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 0;
}

.recruit_sec2_item a img {
  height: 84px;
  width: auto;
}

.recruit_sec2_item_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 180%;
  margin-top: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.recruit_sec2_item_title::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

@media screen and (max-width: 680px) {
  .recruit_sec2_deco01 {
    width: 23.0769230769vw;
    right: 5.1282051282vw;
    top: -25.641025641vw;
  }
  .recruit_sec2_deco02 {
    width: 23.0769230769vw;
    left: 5.1282051282vw;
    bottom: -25.1282051282vw;
  }
  .recruit_sec2_list01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6.1538461538vw;
    margin-top: 6.1538461538vw;
    padding: 0 6.4102564103vw;
  }
  .recruit_sec2_list02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6.1538461538vw;
    margin-top: 6.1538461538vw;
    padding: 0 6.4102564103vw;
  }
  .recruit_sec2_item a {
    border-radius: 2.5641025641vw;
    padding: 7.6923076923vw 0;
  }
  .recruit_sec2_item a img {
    height: 21.5384615385vw;
  }
  .recruit_sec2_item_title {
    font-size: 5.1282051282vw;
    margin-top: 1.7948717949vw;
    gap: 4.1025641026vw;
  }
  .recruit_sec2_item_title::after {
    width: 2.5641025641vw;
    height: 5.1282051282vw;
  }
}
/* section3
***************************************************************/
.recruit_sec3 {
  text-align: center;
}

.recruit_sec3 .inner {
  position: relative;
}

.recruit_sec3_deco01 {
  width: 195px;
  position: absolute;
  right: -123px;
  bottom: -200px;
}

.recruit_sec3_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-top: 48px;
}

.recruit_sec3_item_title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .recruit_sec3_deco01 {
    width: 23.0769230769vw;
    right: 5.1282051282vw;
    bottom: -30.2564102564vw;
  }
  .recruit_sec3_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.1282051282vw;
    margin-top: 6.1538461538vw;
  }
  .recruit_sec3_item {
    width: 42.3076923077vw;
  }
  .recruit_sec3_item_title {
    font-size: 3.5897435897vw;
    margin-top: 3.0769230769vw;
  }
}
/* section4
***************************************************************/
.recruit_sec4 {
  padding: 0 0 120px;
}

.recruit_sec4_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  border: 2px solid #555;
}

.recruit_sec4_item {
  padding: 26px 43px;
  position: relative;
}

.recruit_sec4_item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  background-image: url(../images/recruit/sec4_border.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  vertical-align: middle;
  position: absolute;
  right: -5px;
  top: 0;
}

.recruit_sec4_item:nth-last-of-type(1)::before {
  display: none;
}

.recruit_sec4_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.recruit_sec4_title .ja {
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
  height: 85px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.recruit_sec4_title .ja::after {
  content: "";
  display: block;
  width: 73px;
  height: 3px;
  margin-top: 10px;
  background-image: url(../images/icon/icon_border02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.recruit_sec4_title .en {
  color: #54B684;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
}

.recruit_sec4_text {
  font-weight: 500;
  line-height: 180%;
  margin-top: 28px;
}

@media screen and (max-width: 680px) {
  .recruit_sec4 {
    padding: 15.3846153846vw 10.2564102564vw 20.5128205128vw;
  }
  .recruit_sec4 .section_title {
    text-align: center;
  }
  .recruit_sec4_list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 6.1538461538vw;
  }
  .recruit_sec4_item {
    padding: 6.6666666667vw 10.2564102564vw;
    position: relative;
  }
  .recruit_sec4_item::before {
    width: 68.2051282051vw;
    height: 2.5641025641vw;
    right: 0;
    top: unset;
    bottom: -1.2820512821vw;
    background-image: url(../images/recruit/sec4_border_sp.svg);
  }
  .recruit_sec4_title {
    gap: 6.1538461538vw;
  }
  .recruit_sec4_title .ja {
    font-size: 5.1282051282vw;
    height: 21.7948717949vw;
  }
  .recruit_sec4_title .ja::after {
    width: 18.7179487179vw;
    height: 0.7692307692vw;
    margin-top: 2.5641025641vw;
  }
  .recruit_sec4_title .en {
    font-size: 17.9487179487vw;
  }
  .recruit_sec4_text {
    font-weight: 500;
    line-height: 180%;
    margin-top: 7.1794871795vw;
  }
}
/* Privacy
***************************************************************/
.privacy_item {
  margin-top: 40px;
}

.privacy_item_title {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 8px;
}

.privacy_item_text {
  margin-top: 16px;
}

.privacy_item .dots {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 680px) {
  .privacy_item {
    margin-top: 10.2564102564vw;
  }
  .privacy_item_title {
    font-size: 4.6153846154vw;
    font-weight: 500;
    border-bottom: 0.2564102564vw solid #D9D9D9;
    padding-bottom: 2.0512820513vw;
  }
  .privacy_item_text {
    margin-top: 4.1025641026vw;
  }
  .privacy_item .dots {
    text-indent: -1em;
    padding-left: 1em;
  }
}