@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 {
  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;
}

@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;
}

a {
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  a:hover {
    opacity: 0.7;
  }
}
main {
  padding-left: 140px;
}

@media screen and (max-width: 680px) {
  main {
    padding-left: 0;
    overflow: hidden;
  }
}
/* フォント
***************************************************************/
.jost {
  font-family: "Jost", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1150px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-left: 80px;
}

section {
  padding: 100px 0;
}

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

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
.underline {
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.underline::before {
  content: "";
  display: inline-block;
  width: 103%;
  height: 40%;
  background: rgba(38, 183, 188, 0.3);
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

/* 共通パーツ (全ページ)
***************************************************************/
.fixed {
  width: 49px;
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 10;
}

@media screen and (max-width: 680px) {
  .fixed {
    width: 10.6666666667vw;
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
  }
}
.section_title.col_1 {
  color: #225213;
}

.section_title .en {
  display: block;
  font-family: Jost;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
}

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

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 2.6666666667vw;
  }
  .section_title .ja {
    font-size: 6.4vw;
  }
}
.btn {
  width: 160px;
  margin-top: 70px;
}

.btn_link {
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  display: block;
  position: relative;
  padding-bottom: 5px;
}

.btn_link::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-image: url(../images/common/border.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: 0;
}

.btn_link::after {
  content: "›";
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: 45%;
  right: 0;
  transform: translate(0, -50%);
}

.type2 .btn_link,
.type2 .btn_link::after {
  color: #225213;
}

.type2 .btn_link::before {
  background-image: url(../images/common/border02.svg);
}

@media screen and (max-width: 680px) {
  .btn {
    width: 42.6666666667vw;
    margin-top: 18.6666666667vw;
  }
  .btn_link {
    font-size: 4vw;
    line-height: 10.6666666667vw;
    padding-bottom: 1.3333333333vw;
  }
  .btn_link::before {
    height: 0.5333333333vw;
  }
  .btn_link::after {
    font-size: 4vw;
    line-height: 10.6666666667vw;
  }
}
.sdgs {
  background: #fff;
  padding: 60px 0;
}

.sdgs .inner {
  display: flex;
  align-items: center;
  gap: 166px;
  padding-left: 80px;
}

.sdgs_text {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.sdgs_box {
  width: 385px;
}

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

@media screen and (max-width: 680px) {
  .sdgs {
    padding: 13.3333333333vw 0;
  }
  .sdgs .inner {
    flex-flow: column;
    gap: 8vw;
    padding-left: 0;
    text-align: center;
  }
  .sdgs_text {
    font-size: 4vw;
    line-height: 6.4vw;
  }
  .sdgs_box {
    width: 74.6666666667vw;
  }
  .sdgs_boxList {
    gap: 1.3333333333vw;
    margin-top: 8vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  padding: 0;
  margin-top: 80px;
  position: relative;
}

.page_fv_wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.page_fv .inner {
  height: 100%;
  position: relative;
}

.page_fv_title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 40px;
}

@media screen and (max-width: 680px) {
  .page_fv {
    margin-top: 15.4666666667vw;
  }
  .page_fv_title {
    font-size: 6.4vw;
    bottom: 2.6666666667vw;
  }
}
.bread {
  padding: 20px 0;
}

.bread.mt {
  margin-top: 90px;
}

.bread_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.bread_item {
  font-weight: 500;
  font-size: 14px;
  color: #9dba92;
}

@media screen and (max-width: 680px) {
  .bread {
    display: none;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.header_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 140px;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}

.header_content_title {
  background: #225213;
  text-align: center;
  padding: 4vh 0 2vh;
  height: calc(100vh - 240px);
}

.header_content_title span.jost {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fffd54;
  display: block;
  transform: rotate(180deg);
}

.header_content_title img {
  width: auto;
  height: 100%;
}

.header_content_contact {
  height: 120px;
}

.header_content_tel {
  height: 120px;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  background: #fff;
  flex: 1;
  padding: 20px 63px 20px 0;
}

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

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

.global_nav_item a span {
  font-weight: 500;
  font-size: 11px;
  color: #9dba92;
  display: block;
}

@media screen and (max-width: 680px) {
  header {
    padding: 4vw 0 2.6666666667vw;
    background: #225213;
  }
  .header_inner {
    margin: 0 4vw;
  }
  .header_content {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1000;
  }
  .header_content_title {
    font-weight: bold;
    font-size: 4.5333333333vw;
    line-height: 1;
    writing-mode: unset;
    display: block;
    height: auto;
    text-align: left;
    padding: 0;
    color: #fff;
  }
  .header_content_title span.jost {
    font-size: 2.6666666667vw;
    transform: unset;
    margin-top: 2.6666666667vw;
  }
  .header_sp_flex {
    display: flex !important;
    align-items: center;
    gap: 5.8666666667vw;
  }
  .header_sns {
    height: 4.8vw;
  }
  .header_sns img {
    vertical-align: top;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 8vw;
    height: 8vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 5.8666666667vw;
    height: 1px;
    margin: auto;
    text-indent: -2666.4vw;
    background-color: #fff;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 5.8666666667vw;
    height: 1px;
    content: "";
    background-color: #fff;
    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: #000;
  }
  .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;
    justify-content: flex-start;
    width: 100vw;
    height: 100vh;
    padding: 0;
    background-color: #225213;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .global_nav {
    width: 100%;
    margin-top: 32vw;
  }
  .global_nav_list {
    display: flex;
    flex-flow: column;
    gap: 14.6666666667vw;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    width: 100%;
    text-align: center;
    font-size: 4.8vw;
    color: #fff;
  }
  .global_nav_item a span {
    display: none;
  }
  .sp_nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .header_content_contact {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #9dba92;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 25px 0 15px;
  }
  .header_content_contact::before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background-image: url(../images/icon/icon_mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-bottom: 15px;
  }
  .header_content_contact span {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #fff;
    line-height: 1.4;
  }
  .header_content_tel {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #fffd54;
    background: #000;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 21px 0 14px;
  }
  .header_content_tel::before {
    content: "";
    display: block;
    width: 15px;
    height: 25px;
    background-image: url(../images/icon/icon_phone.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-bottom: 15px;
  }
  .header_content_tel span {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background: #000;
  padding: 20px 0;
}

.footer_text {
  font-family: Jost;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #fffd54;
}

@media screen and (max-width: 680px) {
  footer {
    padding: 5.3333333333vw 0;
  }
  .footer_text {
    font-size: 3.2vw;
    text-align: center;
  }
}
/* フェードイン
***************************************************************/
@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;
  }
}
/* ===================================================
トップページ
=================================================== */
.home main {
  overflow: hidden;
}

#bg_slider {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

#bg_slider video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 680px) {
  #bg_slider {
    height: calc(50vh + 16vw);
  }
}
/* FV
***************************************************************/
.fv {
  height: 100vh;
  position: relative;
}

.fv::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(#316c1f 0%, #316c1f 100%);
  opacity: 0.29;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.fv_title {
  font-weight: 900;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  position: absolute;
  right: 80px;
  bottom: 80px;
  z-index: 2;
}

.fv_scroll {
  position: absolute;
  right: 40px;
  bottom: 0;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
}

.fv_scroll::before {
  content: "";
  height: 133px;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 680px) {
  .fv {
    height: 150vh;
  }
  .fv::before {
    background: linear-gradient(#587e4d 0%, #81af73 51.23%, rgba(117, 145, 181, 0) 100%);
    height: 70%;
    top: unset;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
  }
  .fv_title {
    font-size: 5.8666666667vw;
    line-height: 8vw;
    bottom: 25%;
    left: 50%;
    right: unset;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
  }
  .fv_scroll {
    display: none;
  }
}
/* About
***************************************************************/
.top_about {
  padding: 0;
  background: linear-gradient(to bottom, rgba(49, 108, 31, 0.29) 0%, rgba(49, 108, 31, 0.8) 100%);
  position: relative;
}

.top_about .inner {
  padding: 100vh 0;
  display: flex;
  align-items: flex-start;
  gap: 170px;
  position: relative;
}

.top_about .inner::before {
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50.74%, #fff 100%);
  opacity: 0.9;
  width: 38.0673499268vw;
  height: 100%;
  position: absolute;
  right: 865px;
  top: 0;
}

.top_about .section_title {
  color: #fff;
}

.top_about_content_text {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1330px) {
  .top_about .inner::before {
    width: 310px;
    height: 100%;
    right: unset;
    left: -20px;
  }
}
@media screen and (max-width: 680px) {
  .top_about {
    background: #235213;
  }
  .top_about .inner {
    padding: 26.6666666667vw 0 40vw;
  }
  .top_about .inner::before {
    display: none;
  }
  .top_about .inner {
    flex-flow: column;
    gap: 21.3333333333vw;
  }
  .top_about_content_text {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
}
/* Service
***************************************************************/
.top_service {
  position: relative;
  background: #fff;
  height: 1234px;
}

.top_service_content {
  max-width: 480px;
}

.top_service .section_title {
  color: #225213;
}

.top_service_title {
  font-weight: 900;
  font-size: 30px;
  margin-top: 130px;
}

.top_service_text {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  margin-top: 15px;
}

.top_service_text:nth-of-type(2) {
  margin-top: 10px;
}

.top_service_maker {
  margin-top: 60px;
}

.top_service_maker_title {
  font-weight: 900;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #225213;
}

.top_service_maker_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 0;
  margin-top: 15px;
}

.top_service_maker_item {
  font-weight: 500;
  font-size: 14px;
}

.top_service_img {
  width: 44.8755490483vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1330px) {
  .top_service_img {
    width: 37vw;
  }
}
@media screen and (max-width: 680px) {
  .top_service {
    background: #fff;
    height: auto;
  }
  .top_service_content {
    max-width: 128vw;
  }
  .top_service_title {
    font-size: 6.4vw;
    margin-top: 17.3333333333vw;
  }
  .top_service_text {
    font-size: 4vw;
    line-height: 7.4666666667vw;
    margin-top: 4vw;
  }
  .top_service_text:nth-of-type(2) {
    margin-top: 2.6666666667vw;
  }
  .top_service_maker {
    margin-top: 16vw;
  }
  .top_service_maker_title {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .top_service_maker_list {
    grid-template-columns: repeat(1, 1fr);
    line-height: 2;
    gap: 0;
    margin-top: 4vw;
  }
  .top_service_maker_item {
    font-weight: 500;
    font-size: 3.7333333333vw;
  }
  .top_service_img {
    margin: 8vw calc(50% - 50vw) 0;
    width: 100vw;
    height: auto;
    position: unset;
  }
}
/* Company
***************************************************************/
.top_products {
  background: #edf2ca;
}

.top_products .inner {
  position: relative;
}

.top_products_slider {
  margin-top: 70px;
}

.top_products_slider .slick-list {
  overflow: unset;
}

.top_products_slider .slick-slide {
  margin: 0 10px;
  width: 390px;
}

.top_products_slider img {
  height: 280px;
}

.top_products_slider time {
  font-family: Jost;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #225213;
  margin-top: 20px;
  display: block;
}

.top_products_slider h3 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 68px;
  border-bottom: 1px solid #225213;
}

@media screen and (max-width: 680px) {
  .top_products_slider {
    margin-top: 10.6666666667vw;
    display: flex;
    flex-flow: column;
    gap: 10.6666666667vw;
  }
  .top_products_slider li {
    display: none;
  }
  .top_products_slider li:nth-child(-n+4) {
    display: block;
  }
  .top_products_slider img {
    height: 61.3333333333vw;
  }
  .top_products_slider time {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
  }
  .top_products_slider h3 {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    height: 18.1333333333vw;
  }
}
/* News
***************************************************************/
.top_news {
  background: #fff;
}

.top_news .inner {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}

.top_news_list {
  flex: 1;
}

.top_news_item a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #225213;
  padding: 20px 0;
}

.top_news_item_time {
  font-family: Jost;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-right: 40px;
}

.top_news_item_category {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: center;
  color: #225213;
  border-radius: 12px;
  border: 1px solid #225213;
  padding: 0 22px;
  margin-right: 25px;
}

.top_news_item_title {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.bg_green {
  height: 100%;
  height: 100vh;
  background: linear-gradient(#316c1f 0%, #316c1f 100%);
  opacity: 0.29;
}

@media screen and (max-width: 680px) {
  .top_news .inner {
    flex-flow: column;
    gap: 7.4666666667vw;
  }
  .top_news_item {
    border-bottom: 1px solid #225213;
    padding-bottom: 4vw;
  }
  .top_news_item a {
    padding: 0;
    border-bottom: unset;
    flex-wrap: wrap;
  }
  .top_news_item:nth-of-type(n + 2) {
    padding: 4vw 0;
  }
  .top_news_item_time {
    font-size: 4vw;
    margin-right: 10.6666666667vw;
  }
  .top_news_item_category {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    border-radius: 3.2vw;
    padding: 0 5.8666666667vw;
    margin: 0;
  }
  .top_news_item_title {
    width: 100%;
    font-size: 4.2666666667vw;
    margin-top: 2.4vw;
  }
  .bg_green {
    display: none;
  }
}
/* News
***************************************************************/
.top_recruit {
  position: relative;
  margin-left: auto;
  padding: 0;
}

.top_recruit::before {
  content: "";
  display: inline-block;
  width: 40.2635431918vw;
  height: 100%;
  background: #225213;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.top_recruit_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.top_recruit_wrap {
  width: 375px;
  margin-left: auto;
  position: relative;
}

.top_recruit .section_title {
  color: #fffd54;
  position: relative;
  padding-bottom: 25px;
}

.top_recruit .section_title::before {
  content: "";
  display: block;
  width: 38.0673499268vw;
  border-bottom: 1px solid #fffd54;
  position: absolute;
  left: -4.7584187408vw;
  bottom: 0;
}

.top_recruit_title {
  font-weight: 900;
  font-size: 30px;
  text-align: left;
  color: #fff;
  margin-top: 20px;
}

.top_recruit_text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  color: #fff;
  margin-top: 35px;
}

@media screen and (max-width: 680px) {
  .top_recruit {
    background: #225213;
    padding: 5.3333333333vw 0 21.3333333333vw;
  }
  .top_recruit_img {
    padding: 0 5.3333333333vw;
  }
  .top_recruit::before {
    display: none;
  }
  .top_recruit_content {
    position: unset;
    transform: unset;
  }
  .top_recruit .inner {
    margin-top: 8vw;
  }
  .top_recruit_wrap {
    width: 100%;
    margin-left: auto;
    position: relative;
  }
  .top_recruit .section_title {
    padding-bottom: 6.6666666667vw;
  }
  .top_recruit .section_title::before {
    width: 100%;
    left: 0;
  }
  .top_recruit_title {
    font-size: 6.4vw;
    margin-top: 10.6666666667vw;
  }
  .top_recruit_text {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin-top: 8vw;
  }
}
/* News
***************************************************************/
.access {
  margin-left: auto;
  padding: 0;
}

.access_wrap {
  position: relative;
}

.access_iframe {
  width: 100%;
  height: 51.2445095168vw;
  display: block;
}

.access_content {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 285px;
  background: rgba(34, 82, 19, 0.9);
  padding: 45px 30px 64px;
}

.access .section_title {
  color: #fffd54;
  position: relative;
  padding-bottom: 10px;
}

.access .section_title::before {
  content: "";
  display: block;
  width: 285px;
  position: absolute;
  left: -30px;
  bottom: 0;
  border-bottom: 1px solid #fffd54;
}

.access_content_title {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-top: 95px;
}

.access_content_address {
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  margin-top: 25px;
}

.access_content_tel {
  font-weight: bold;
  color: #fff;
  margin-top: 15px;
}

.access_content_text {
  font-weight: bold;
  color: #fff;
  margin-top: 15px;
}

.access_content_text span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.access_myfc {
  background: #faeff9;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #70256a;
}

.access_myfc::before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url(../images/front/myfc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-right: 17px;
}

@media screen and (max-width: 680px) {
  .access {
    padding: 0;
    background: #fff;
  }
  .access_iframe {
    height: 123.4666666667vw;
  }
  .access_content {
    position: relative;
    top: unset;
    transform: unset;
    width: 76vw;
    padding: 8vw 6.6666666667vw 16vw;
    margin: -24vw auto 0;
  }
  .access .section_title {
    padding-bottom: 2.6666666667vw;
  }
  .access .section_title::before {
    width: 76vw;
    left: -6.6666666667vw;
  }
  .access_content_title {
    font-size: 4.8vw;
    line-height: 6.6666666667vw;
    margin-top: 4vw;
  }
  .access_content_address {
    line-height: 5.3333333333vw;
    margin-top: 6.6666666667vw;
  }
  .access_content_tel {
    margin-top: 4vw;
  }
  .access_content_text {
    margin-top: 4vw;
  }
  .access_content_text span {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
  .access_myfc {
    margin-top: 16vw;
    padding: 12vw 0 14.6666666667vw;
    display: block;
    font-size: 4vw;
    line-height: 6.4vw;
    width: 100%;
  }
  .access_myfc::before {
    width: 19.2vw;
    height: 19.2vw;
    margin: 0 auto 5.3333333333vw;
    display: block;
  }
}
/* News
***************************************************************/
.news_single .inner {
  max-width: 780px;
}

.news_single_head_time {
  font-weight: 500;
  font-size: 17px;
}

.news_single_head_category {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  background: #707070;
  border: 1px solid #707070;
  padding: 0 20px;
  margin-left: 16px;
}

.news_single_head_title {
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #9dba92;
  margin-top: 20px;
  padding-bottom: 10px;
}

.news_single_content {
  margin-top: 40px;
}

.news_single_link {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
}

.news_single_link .link1 {
  width: 150px;
}

.news_single_link .link1 a {
  display: flex;
  align-items: center;
  gap: 15px;
}

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

.news_single_link .link3 {
  width: 150px;
}

.news_single_link .link3 a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.news_single_link .link3 a::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url(../images/icon/icon_page_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transform: scale(-1, 1);
}

@media screen and (max-width: 680px) {
  .news_single {
    margin-top: 16vw;
  }
  .news_single_head_time {
    font-size: 4.5333333333vw;
  }
  .news_single_head_category {
    font-size: 4vw;
    line-height: 6.4vw;
    border-radius: 4vw;
    padding: 0 5.3333333333vw;
    margin-left: 4.2666666667vw;
  }
  .news_single_head_title {
    font-size: 5.3333333333vw;
    margin-top: 8vw;
    padding-bottom: 2.6666666667vw;
  }
  .news_single_content {
    margin-top: 10.6666666667vw;
  }
  .news_single_link {
    margin-top: 21.3333333333vw;
    gap: 14.6666666667vw;
  }
  .news_single_link .link1 {
    width: 40vw;
  }
  .news_single_link .link1 a {
    gap: 4vw;
  }
  .news_single_link .link1 a::before {
    width: 12vw;
    height: 12vw;
  }
  .news_single_link .link3 {
    width: 40vw;
  }
  .news_single_link .link3 a {
    gap: 4vw;
  }
  .news_single_link .link3 a::after {
    width: 12vw;
    height: 12vw;
  }
}
/* section1
***************************************************************/
.about_sec1 .inner {
  display: flex;
  align-items: flex-start;
  gap: 165px;
}

.about_sec1_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
}

@media screen and (max-width: 680px) {
  .about_sec1 .inner {
    flex-flow: column;
    gap: 13.3333333333vw;
  }
  .about_sec1_text {
    font-size: 4.2666666667vw;
    line-height: 9.3333333333vw;
  }
}
/* section2
***************************************************************/
.about_sec2 {
  background: linear-gradient(to right, rgba(237, 242, 202, 0.5) 0%, rgba(237, 242, 202, 0) 100%);
}

.about_sec2_flex {
  display: flex;
  align-items: center;
  gap: 58px;
  margin-top: 35px;
}

.about_sec2_flex_img {
  width: 330px;
}

.about_sec2_flexBox {
  flex: 1;
}

.about_sec2_flexBox_text01 {
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
}

.about_sec2_flexBox_text02 {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
}

.about_sec2_flexBox_text02 span {
  margin-left: 24px;
}

@media screen and (max-width: 680px) {
  .about_sec2_flex {
    flex-flow: column;
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .about_sec2_flex_img {
    width: 100%;
  }
  .about_sec2_flexBox_text01 {
    font-size: 4.2666666667vw;
    line-height: 9.3333333333vw;
  }
  .about_sec2_flexBox_text02 {
    margin-top: 8vw;
    font-size: 4.8vw;
  }
  .about_sec2_flexBox_text02 span {
    margin-left: 6.4vw;
  }
}
/* section3
***************************************************************/
.about_sec3 .inner {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}

.about_sec3_list {
  flex: 1;
  max-width: 625px;
  display: flex;
  flex-flow: column;
  gap: 65px;
}

.about_sec3_item_title {
  font-weight: 900;
  font-size: 24px;
  color: #225213;
}

.about_sec3_item_text {
  font-weight: 500;
  margin-top: 15px;
}

@media screen and (max-width: 680px) {
  .about_sec3 .inner {
    flex-flow: column;
    gap: 8vw;
  }
  .about_sec3_list {
    gap: 13.3333333333vw;
  }
  .about_sec3_item_title {
    font-size: 6.4vw;
  }
  .about_sec3_item_text {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
  }
}
/* section4
***************************************************************/
.about_sec4 {
  background: linear-gradient(to right, rgba(237, 242, 202, 0.5) 0%, rgba(237, 242, 202, 0) 100%);
}

.about_sec4 .inner {
  display: flex;
  align-items: flex-start;
  gap: 93px;
}

.about_sec4_content {
  flex: 1;
}

.about_sec4_item {
  display: flex;
  align-items: center;
}

.about_sec4_item_title {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #225213;
  width: 182px;
  border-bottom: 1px solid #225213;
  padding: 25px 0;
}

.about_sec4_item_text {
  font-weight: 500;
  border-bottom: 1px solid #9dba92;
  padding: 25px 0 25px 30px;
  flex: 1;
}

li:nth-of-type(1) .about_sec4_item_title {
  padding: 0 0 25px;
}

li:nth-of-type(1) .about_sec4_item_text {
  padding: 0 0 25px 30px;
}

.about_sec4_text {
  font-weight: 500;
  line-height: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .about_sec4 .inner {
    flex-flow: column;
    gap: 8vw;
  }
  .about_sec4_content {
    width: 100%;
  }
  .about_sec4_item {
    display: block;
  }
  .about_sec4_item_title {
    font-size: 4.2666666667vw;
    width: 100%;
    padding: 0;
    border-bottom: unset;
  }
  .about_sec4_item_text {
    padding: 0 0 4vw;
    font-size: 4.2666666667vw;
    position: relative;
  }
  .about_sec4_item_text::before {
    content: "";
    display: inline-block;
    width: 19.2vw;
    border-top: 1px solid #225213;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
  .about_sec4_item:nth-of-type(n + 2) {
    margin-top: 4vw;
  }
  .about_sec4_item:nth-of-type(1) .about_sec4_item_title {
    padding: 0;
  }
  .about_sec4_item:nth-of-type(1) .about_sec4_item_text {
    padding: 0 0 5.3333333333vw;
  }
  .about_sec4_text {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin-top: 10.6666666667vw;
  }
}
/* section1
***************************************************************/
/*tabの形状*/
.products_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.products_tab li {
  width: 150px;
}

.products_tab li a {
  display: block;
  font-weight: 500;
  color: #9dba92;
  border-bottom: 1px solid #9dba92;
  padding-bottom: 5px;
}

.products_tab li.active a {
  color: #225213;
  border-bottom: 1px solid #225213;
}

.products_area {
  display: none;
  opacity: 0;
  margin-top: 76px;
}

.products_area.is-active {
  display: flex;
  align-items: flex-start;
  gap: 58px;
  animation-name: displayAnime;
  animation-fill-mode: forwards;
}

.products_area_wrap {
  display: none;
}

.products_area_wrap.active {
  display: block;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.products_area_gallery {
  width: 626px;
}

.gallery li {
  display: none;
}

.gallery li img {
  height: 400px;
}

.gallery li.active {
  display: block;
}

.products_area_content {
  flex: 1;
}

.choice-btn {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 11px;
  margin-top: 40px;
}

.choice-btn li {
  cursor: pointer;
  opacity: 0.8;
}

.choice-btn li.active {
  opacity: 1;
}

.choice-btn li img {
  height: 82px;
}

.products_area_content_head {
  border-bottom: 1px solid #9dba92;
  padding-bottom: 40px;
}

.products_area_content_head_text {
  font-weight: 500;
  font-size: 14px;
  color: #9dba92;
}

.products_area_content_head_title {
  font-weight: bold;
  font-size: 24px;
}

.products_area_content_head_price {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
}

.products_area_content_head_price span {
  font-size: 16px;
}

.products_area_box {
  min-height: 230px;
  border-bottom: 1px solid #9dba92;
}

.products_area_contentList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 10px 10px 25px;
}

.products_area_contentItem_title {
  font-weight: 500;
  font-size: 14px;
  color: #9dba92;
}

.products_area_contentItem_text {
  font-weight: bold;
}

.products_area_desc {
  min-height: 82px;
}

.products_area_link01 {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: #225213;
  padding: 18px 0;
  margin-top: 40px;
  position: relative;
}

.products_area_link01::before {
  content: "›";
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.products_area_link02 {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #225213;
  background: #9dba92;
  padding: 18px 0;
  margin-top: 30px;
  position: relative;
}

.products_area_link02::before {
  content: "›";
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: #225213;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .products {
    padding: 29.3333333333vw 0 26.6666666667vw;
    overflow: hidden;
  }
  /*tabの形状*/
  .products_tab {
    gap: 5.3333333333vw 3.2vw;
  }
  .products_tab li a {
    font-size: 4.2666666667vw;
    padding-bottom: 1.3333333333vw;
  }
  .products_area {
    margin-top: 9.3333333333vw;
  }
  .products_area.is-active {
    flex-flow: column;
    gap: 8vw;
  }
  .products_area_gallery {
    width: 100%;
  }
  .gallery li img {
    height: 53.3333333333vw;
  }
  .choice-btn {
    display: block;
    margin-top: 8vw;
  }
  .choice-slider .slick-list {
    margin-right: calc(50% - 50vw);
  }
  .choice-slider .slick-slide {
    margin: 0 2.6666666667vw 0 0;
    width: 26.6666666667vw;
  }
  .choice-btn li img {
    height: 18.9333333333vw;
  }
  .products_area_content {
    width: 100%;
  }
  .products_area_sp_title {
    padding-bottom: 8vw;
  }
  .products_area_content_head {
    border-bottom: unset;
    padding-bottom: 0;
  }
  .products_area_content_head_text {
    font-size: 3.7333333333vw;
  }
  .products_area_content_head_title {
    font-size: 4.8vw;
    min-height: 16vw;
  }
  .products_area_content_head_price {
    font-size: 6.4vw;
    margin-top: 0;
    border-bottom: 1px solid #9dba92;
    padding-bottom: 4vw;
  }
  .products_area_content_head_price span {
    font-size: 4.2666666667vw;
  }
  .products_area_contentList {
    gap: 5.3333333333vw 9.3333333333vw;
    padding: 2.6666666667vw 0 6.6666666667vw;
  }
  .products_area_contentItem_title {
    font-size: 3.7333333333vw;
  }
  .products_area_contentItem_text {
    font-size: 4.2666666667vw;
  }
  .products_area_desc {
    min-height: auto;
  }
  .products_area_link01 {
    font-size: 4vw;
    padding: 4.8vw 0;
    margin-top: 13.3333333333vw;
  }
  .products_area_link01::before {
    font-size: 4vw;
    right: 5.3333333333vw;
  }
  .products_area_link02 {
    font-size: 4vw;
    padding: 4.8vw 0;
    margin-top: 8vw;
  }
  .products_area_link02::before {
    font-size: 4vw;
    right: 5.3333333333vw;
  }
}
/* 共通
***************************************************************/
.recruit_bg {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

.recruit_bg_img {
  height: 100%;
  width: 100%;
}

.recruit_title .en {
  font-family: Jost;
  font-weight: 500;
  font-style: italic;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #225213;
  border-bottom: 1px solid #9dba92;
  display: block;
}

.recruit_title .ja {
  font-size: 18px;
  color: #9dba92;
  display: block;
}

.recruit_title.type2 .en {
  font-size: 35px;
}

.recruit_title.type2 .ja {
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .recruit_title .en {
    font-size: 11.2vw;
  }
  .recruit_title .ja {
    font-size: 3.7333333333vw;
  }
  .recruit_title.type2 {
    width: 100%;
  }
  .recruit_title.type2 .en {
    font-size: 7.2vw;
  }
  .recruit_title.type2 .ja {
    font-size: 3.7333333333vw;
  }
}
/* fv
***************************************************************/
.recruit_fv {
  position: relative;
  width: 100%;
  height: 100vh;
}

.recruit_fv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  color: #fffd54;
}

.recruit_fv_title .t1 {
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  display: block;
  text-align: left;
  padding-left: 20px;
}

.recruit_fv_title .t2 {
  font-weight: 900;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .recruit_fv_title {
    font-size: 5.0666666667vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: left;
    padding: 0 5.3333333333vw;
  }
  .recruit_fv_title .t1 {
    font-size: 6.4vw;
    padding-left: 0;
  }
  .recruit_fv_title .t2 {
    font-size: 12.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
/* section2
***************************************************************/
.recruit_sec1 {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 19.41%, #fff 73.4%, #fff 100%);
  padding: 100vh 0 0;
  position: relative;
}

.recruit_sec1_content {
  text-align: center;
  margin-top: 120px;
}

.recruit_sec1_content_text {
  font-weight: bold;
  font-size: 22px;
  line-height: 45px;
}

.recruit_sec1_content_title {
  font-weight: bold;
  font-size: 35px;
  margin-top: 35px;
}

.recruit_checker {
  margin-top: 150px;
  background: #edf2ca;
  padding: 100px 0;
}

.recruit_checker_wrap {
  display: flex;
  border: 10px solid #225213;
  background: #fff;
  width: 100%;
}

.recruit_checker .inner img {
  width: 255px;
  height: 328px;
}

.recruit_checker_content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.recruit_checker_content_text {
  font-weight: bold;
  font-size: 20px;
  color: #225213;
}

.recruit_checker_content_title {
  font-weight: bold;
  font-size: 28px;
  color: #225213;
}

.recruit_checker_content_btn {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #fffd54;
  max-width: 380px;
  width: 100%;
  display: block;
  padding: 10px 0 15px;
  position: relative;
  background: #225213;
  margin-top: 25px;
}

.recruit_checker_content_btn::before {
  content: "›";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
}

@media screen and (max-width: 680px) {
  .recruit_sec1_content {
    text-align: center;
    margin-top: 12.2666666667vw;
  }
  .recruit_sec1_content_text {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
  .recruit_sec1_content_title {
    font-size: 6.4vw;
    margin-top: 10.6666666667vw;
  }
  .recruit_checker {
    margin-top: 58.6666666667vw;
    padding: 10.6666666667vw 0;
  }
  .recruit_checker_wrap {
    flex-flow: column;
    border: 2.6666666667vw solid #225213;
  }
  .recruit_checker .inner img {
    width: 100%;
    height: 37.3333333333vw;
  }
  .recruit_checker_content {
    padding: 2.6666666667vw 0 4vw;
    text-align: center;
  }
  .recruit_checker_content_text {
    font-size: 3.7333333333vw;
  }
  .recruit_checker_content_title {
    font-size: 5.0666666667vw;
    line-height: 6.4vw;
    margin-top: 1.3333333333vw;
  }
  .recruit_checker_content_btn {
    font-size: 6.4vw;
    max-width: 71.4666666667vw;
    padding: 2.6666666667vw 0;
    margin: 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .recruit_checker_content_btn::before {
    right: 5.3333333333vw;
    font-size: 4vw;
  }
}
/* section2
***************************************************************/
.recruit_sec2 {
  background: #fff;
}

.recruit_sec2_title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #225213;
  margin-top: 45px;
}

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

.recruit_sec2_item {
  text-align: center;
}

.recruit_sec2_item_img {
  width: 113px;
  height: 127px;
  -o-object-fit: contain;
     object-fit: contain;
}

.recruit_sec2_item_title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  color: #225213;
  background: #edf2ca;
  margin-top: 20px;
}

.recruit_sec2_item_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}

@media screen and (max-width: 680px) {
  .recruit_sec2_title {
    font-size: 5.3333333333vw;
    margin-top: 8vw;
  }
  .recruit_sec2_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 21.3333333333vw;
    margin-top: 16vw;
  }
  .recruit_sec2_item {
    text-align: center;
  }
  .recruit_sec2_item_img {
    width: 30.1333333333vw;
    height: auto;
  }
  .recruit_sec2_item_title {
    font-size: 5.8666666667vw;
    padding: 2.1333333333vw 0;
    margin-top: 5.3333333333vw;
  }
  .recruit_sec2_item_text {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin-top: 4vw;
  }
}
/* section3
***************************************************************/
.recruit_sec3 {
  background: #edf2ca;
}

.recruit_sec3_img {
  margin-top: 35px;
}

@media screen and (max-width: 680px) {
  .recruit_sec3_img {
    margin-top: 10.6666666667vw;
  }
}
/* section4
***************************************************************/
.recruit_sec4 {
  background: #225213;
  text-align: center;
}

.recruit_sec4_title {
  font-weight: bold;
  font-size: 22px;
  line-height: 45px;
  text-align: center;
  color: #fff;
}

.recruit_sec4_title .t1 {
  font-size: 24px;
  display: block;
  margin-top: 23px;
}

.recruit_sec4_title .t2 {
  font-size: 30px;
  display: block;
  margin-top: 25px;
}

.recruit_sec4_content {
  max-width: 780px;
  margin: 70px auto 0;
  border: 1px solid #fff;
  padding: 30px 0 40px;
}

.recruit_sec4_content_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
}

.recruit_sec4_content_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-top: 10px;
}

.recruit_sec4_content_text span {
  font-size: 22px;
}

@media screen and (max-width: 680px) {
  .recruit_sec4 {
    padding: 26.6666666667vw 0;
  }
  .recruit_sec4_title {
    font-size: 5.8666666667vw;
    line-height: 12vw;
  }
  .recruit_sec4_title .t1 {
    font-size: 6.4vw;
    margin-top: 6.1333333333vw;
  }
  .recruit_sec4_title .t2 {
    font-size: 8vw;
    margin-top: 6.6666666667vw;
  }
  .recruit_sec4_content {
    margin: 21.3333333333vw 5.3333333333vw 0;
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .recruit_sec4_content_title {
    font-size: 5.3333333333vw;
    line-height: 9.3333333333vw;
  }
  .recruit_sec4_content_text {
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    margin-top: 2.6666666667vw;
  }
  .recruit_sec4_content_text span {
    font-size: 5.8666666667vw;
  }
}
/* section5
***************************************************************/
.recruit_sec5 {
  background: linear-gradient(#edf2ca 0%, rgba(237, 242, 202, 0.15) 100%);
}

.recruit_sec5_content {
  margin-top: 44px;
}

.recruit_sec5_contentBox {
  flex: 1;
}

.recruit_sec5_contentBox_title {
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  text-align: left;
  color: #225213;
}

.recruit_sec5_contentBox_text01 {
  font-weight: 500;
  color: #225213;
  margin-top: 25px;
}

.recruit_sec5_contentBox_text02 {
  font-weight: 500;
  margin-top: 25px;
  color: #225213;
}

.recruit_sec5_contentBox_text02 span {
  font-size: 18px;
  margin-left: 10px;
}

@media screen and (max-width: 680px) {
  .recruit_sec5_content {
    margin-top: 11.7333333333vw;
  }
  .recruit_sec5_contentBox_title {
    font-size: 5.3333333333vw;
    line-height: 8vw;
  }
  .recruit_sec5_contentBox_text01 {
    font-size: 4.2666666667vw;
    margin-top: 6.6666666667vw;
  }
  .recruit_sec5_contentBox_text02 {
    font-size: 4.2666666667vw;
    margin-top: 6.6666666667vw;
  }
  .recruit_sec5_contentBox_text02 span {
    font-size: 4.8vw;
    margin-left: 2.6666666667vw;
  }
}
/* section6
***************************************************************/
.job {
  background: #fff;
  padding: 100px 0 160px;
}

.job.bg {
  background: linear-gradient(#edf2ca 0%, rgba(237, 242, 202, 0.15) 100%);
}

.job_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 38px;
  margin-top: 45px;
}

.job_item_link {
  display: block;
  position: relative;
}

.job_item img {
  height: 254px;
}

.job_item_category {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 30px;
}

.job_item_category.col_1 {
  background: #225213;
}

.job_item_category.col_2 {
  background: #9dba92;
}

.job_item_category.col_3 {
  background: #4a678e;
}

.job_item_title {
  font-weight: 900;
  font-size: 18px;
  color: #225213;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .job {
    padding: 26.6666666667vw 0;
  }
  .job_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 13.3333333333vw;
    margin-top: 9.3333333333vw;
  }
  .job_item img {
    height: 66.6666666667vw;
  }
  .job_item_category {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 8vw;
  }
  .job_item_title {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}
.recruit_checker_modal {
  /* モーダル */
  /* モーダルアニメーション */
}
.recruit_checker_modal__start {
  text-align: center;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 96px;
  position: relative;
  box-shadow: 0px 0px 15px -5px #777777;
}
.recruit_checker_modal__start::after {
  position: absolute;
  content: "";
  background: url(../img/img_checker_01.png) no-repeat center center/contain;
  width: 100%;
  height: 35.619047619%;
  bottom: -5px;
  left: 0;
}
.recruit_checker_modal__startText {
  font-size: 28px;
  font-size: 28px;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.recruit_checker_modal__startTtl {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 14px;
  line-height: 1.3333333333;
}
.recruit_checker_modal__startTtl .--caution {
  font-size: 80px;
  letter-spacing: -0.1em;
}
.recruit_checker_modal__startTtl .--large {
  font-size: 80px;
}
.recruit_checker_modal__startStart {
  font-size: 42px;
  font-weight: 700;
  color: #225213;
  position: relative;
  margin-top: 40px;
}
.recruit_checker_modal__startStart::after {
  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;
}
.recruit_checker_modal .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;
}
.recruit_checker_modal .modal-container {
  background-color: #fff;
  max-height: 80vh;
  max-width: 540px;
  overflow-y: auto;
  width: 80%;
}
.recruit_checker_modal .modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.recruit_checker_modal .modal-close {
  background: transparent;
  border: 0;
}
.recruit_checker_modal .modal-header .modal-close::before {
  content: "✕";
  font-size: 35px;
  margin-right: 25px;
}
.recruit_checker_modal .box01 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}
.recruit_checker_modal .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%);
  }
}
.recruit_checker_modal .micromodal-slide {
  display: none;
}
.recruit_checker_modal .micromodal-slide.is-open {
  display: block;
}
.recruit_checker_modal .micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.recruit_checker_modal .micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.recruit_checker_modal .micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.recruit_checker_modal .micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.recruit_checker_modal .micromodal-slide .modal-container,
.recruit_checker_modal .micromodal-slide .modal-overlay {
  will-change: transform;
}

.question__body {
  margin: 0 34px;
  padding-bottom: 60px;
  position: relative;
}
.question__body.--result {
  margin: 0;
  padding-bottom: 20px;
}
.question__number {
  font-size: 60px;
  font-weight: bold;
  margin-top: -20px;
  color: #225213;
}
.question__text {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  line-height: 40px;
  color: #225213;
}
.question__btnWrap {
  display: flex;
}
.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 {
  background: #225213;
}
.question__btn.--no {
  background: #9dba92;
  color: #225213;
}
.question__resultText {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2258064516;
  text-align: center;
  color: #225213;
}
.question__resultText .--large {
  font-size: 40px;
}
.question__resultText02 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}
.question__resultNumber {
  font-size: 114px;
  line-height: 1;
  color: #225213;
}
.question__resultPercentSign {
  color: #225213;
}
.question__restart {
  text-decoration: underline;
  color: #9dba92;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.question__entry {
  font-size: 42px;
  font-weight: bold;
  color: #225213;
  background: #fffd54;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  position: relative;
}
.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);
}

@media screen and (max-width: 680px) {
  .recruit_checker_modal {
    /* モーダル */
  }
  .recruit_checker_modal__start {
    text-align: center;
    background: #fff;
    padding-top: 16vw;
    padding-bottom: 25.6vw;
    position: relative;
    box-shadow: 0vw 0vw 4vw -1.3333333333vw #777777;
  }
  .recruit_checker_modal__start::after {
    position: absolute;
    content: "";
    background: url(../img/img_checker_01.png) no-repeat center center/contain;
    width: 100%;
    height: 35.619047619%;
    bottom: -1.3333333333vw;
    left: 0;
  }
  .recruit_checker_modal__startText {
    font-size: 7.4666666667vw;
    font-size: 7.4666666667vw;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  .recruit_checker_modal__startTtl {
    font-size: 16vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-top: 3.7333333333vw;
    line-height: 1.3333333333;
  }
  .recruit_checker_modal__startTtl .--caution {
    font-size: 21.3333333333vw;
    letter-spacing: -0.1em;
  }
  .recruit_checker_modal__startTtl .--large {
    font-size: 21.3333333333vw;
  }
  .recruit_checker_modal__startStart {
    font-size: 11.2vw;
    margin-top: 10.6666666667vw;
  }
  .recruit_checker_modal .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;
  }
  .recruit_checker_modal .modal-container {
    max-height: 80vh;
  }
  .recruit_checker_modal .modal-header .modal-close::before {
    font-size: 6.6666666667vw;
    margin-right: 4vw;
  }
  .recruit_checker_modal .box01 {
    height: 53.3333333333vw;
  }
  .recruit_checker_modal .box02 {
    height: 53.3333333333vw;
  }
  .question__body {
    margin: 0 6.4vw;
    padding-bottom: 8vw;
  }
  .question__body.--result {
    margin: 0;
    padding-bottom: 5.3333333333vw;
  }
  .question__number {
    font-size: 10.6666666667vw;
    margin-top: -5.3333333333vw;
  }
  .question__text {
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .question__btn {
    font-size: 6.4vw;
    height: 21.3333333333vw;
  }
  .question__resultText {
    font-size: 5.3333333333vw;
  }
  .question__resultText .--large {
    font-size: 8.5333333333vw;
  }
  .question__resultText02 {
    font-size: 3.7333333333vw;
    line-height: 1.6;
    margin-top: 5.3333333333vw;
  }
  .question__resultNumber {
    font-size: 16vw;
  }
  .question__restart {
    margin-top: 4vw;
  }
  .question__entry {
    font-size: 5.8666666667vw;
    height: 16vw;
  }
}
/*fv
***************************************************************/
.recruit_single_fv {
  padding: 130px 0 0;
}

.recruit_single_fv .inner {
  position: relative;
}

.recruit_single_fv img {
  height: 320px;
}

.recruit_single_fv_title {
  font-weight: 900;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #fffd54;
}

.recruit_single_fv_title .t1 {
  display: block;
  font-weight: 900;
  font-size: 20px;
  text-align: left;
  color: #fff;
  padding-left: 10px;
}

.recruit_single_fv_title .t2 {
  display: block;
  font-weight: 900;
  font-size: 48px;
  color: #fff;
}

@media screen and (max-width: 680px) {
  .recruit_single_fv {
    padding: 15.4666666667vw 0 0;
  }
  .recruit_single_fv .inner {
    position: relative;
  }
  .recruit_single_fv img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 58.6666666667vw;
  }
  .recruit_single_fv_title {
    font-size: 3.2vw;
    right: unset;
    bottom: 5.3333333333vw;
    left: 0;
  }
  .recruit_single_fv_title .t1 {
    font-size: 4vw;
    padding-left: 0;
  }
  .recruit_single_fv_title .t2 {
    font-size: 8.2666666667vw;
    position: relative;
    left: -1.3333333333vw;
  }
}
/* section1
***************************************************************/
.recruit_single_sec1 {
  padding: 50px 0 65px;
}

.recruit_single_sec1_head {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #9dba92;
  padding-bottom: 20px;
}

.recruit_single_sec1_head_text {
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  padding: 10px 36px;
  text-align: center;
  color: #225213;
  background: #edf2ca;
}

.recruit_single_sec1_head_title {
  font-weight: 900;
  font-size: 28px;
  color: #225213;
}

.recruit_single_sec1_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 112px;
  margin-top: 90px;
}

.recruit_single_sec1_content:nth-of-type(3) {
  margin-top: 117px;
}

.recruit_single_sec1_content_text {
  font-weight: 500;
  line-height: 35px;
  flex: 1;
}

.recruit_single_sec1_content_list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px 12px;
  flex: 1;
}

.recruit_single_sec1_content_item {
  text-align: center;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  background: #edf2f8;
  padding-top: 25px;
}

.recruit_single_sec1_content_item_text {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.recruit_single_sec1_content_item img {
  margin-top: 10px;
}

.recruit_single_sec1_content_item .img1 {
  width: 102px;
}

.recruit_single_sec1_content_item .img2 {
  width: 73px;
}

.recruit_single_sec1_content_item .img3 {
  width: 72px;
}

.recruit_single_sec1_content_item .img4 {
  width: 50px;
}

.recruit_single_sec1_content_item .img5 {
  width: 65px;
}

.recruit_single_sec1_content_item .img6 {
  width: 77px;
  margin-top: 32px;
}

@media screen and (max-width: 680px) {
  .recruit_single_sec1 {
    padding: 6.6666666667vw 0 13.3333333333vw;
  }
  .recruit_single_sec1_head {
    gap: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .recruit_single_sec1_head_text {
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .recruit_single_sec1_head_title {
    font-size: 4.8vw;
  }
  .recruit_single_sec1_content {
    flex-flow: column;
    gap: 8vw;
    margin-top: 5.3333333333vw;
  }
  .recruit_single_sec1_content:nth-of-type(3) {
    margin-top: 26.6666666667vw;
  }
  .recruit_single_sec1_content_text {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
  .recruit_single_sec1_content_list {
    gap: 4.8vw 4vw;
    justify-content: center;
    width: 100%;
  }
  .recruit_single_sec1_content_item {
    width: 40.8vw;
    height: 40.8vw;
    background: #edf2f8;
    padding-top: 6.6666666667vw;
  }
  .recruit_single_sec1_content_item_text {
    font-size: 3.2vw;
    line-height: 4vw;
  }
  .recruit_single_sec1_content_item img {
    margin-top: 2.6666666667vw;
  }
  .recruit_single_sec1_content_item .img1 {
    width: 21.0666666667vw;
  }
  .recruit_single_sec1_content_item .img2 {
    width: 15.2vw;
  }
  .recruit_single_sec1_content_item .img3 {
    width: 14.9333333333vw;
  }
  .recruit_single_sec1_content_item .img4 {
    width: 10.1333333333vw;
  }
  .recruit_single_sec1_content_item .img5 {
    width: 13.3333333333vw;
  }
  .recruit_single_sec1_content_item .img6 {
    width: 16vw;
    margin-top: 6.6666666667vw;
  }
}
/* section2
***************************************************************/
.recruit_single_sec2 {
  background: #edf2ca;
}

.recruit_single_sec2_content {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.recruit_single_sec2_side {
  width: 240px;
  display: flex;
  flex-flow: column;
  gap: 5px;
  position: sticky;
  top: 100px;
}

.recruit_single_sec2_side_text {
  font-weight: bold;
  font-size: 16px;
  color: #9dba92;
}

.recruit_single_sec2_side_text.active {
  color: #225213;
}

.recruit_single_sec2_list {
  flex: 1;
  width: 840px;
  padding: 80px 0 80px 80px;
  position: relative;
  z-index: 1;
}

.recruit_single_sec2_list::before {
  content: "";
  display: inline-block;
  width: calc(100% + 80px);
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.recruit_single_sec2_item {
  display: flex;
}

.recruit_single_sec2_item_title {
  font-weight: bold;
  font-size: 16px;
  color: #225213;
  padding: 23px 0;
  width: 182px;
  border-bottom: 1px solid #225213;
}

.recruit_single_sec2_item_text {
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 23px 0;
  border-bottom: 1px solid #9dba92;
}

.recruit_single_sec2_item_text iframe {
  display: block;
  width: 100%;
  height: 300px;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .recruit_single_sec2_content {
    flex-flow: column;
    margin-top: 8vw;
  }
  .recruit_single_sec2_side {
    display: none;
  }
  .recruit_single_sec2_list {
    flex: 1;
    width: 100%;
    padding: 5.3333333333vw 0 9.3333333333vw 5.3333333333vw;
  }
  .recruit_single_sec2_list::before {
    width: calc(100% + 5.3333333333vw);
  }
  .recruit_single_sec2_item {
    display: block;
    position: relative;
  }
  .recruit_single_sec2_item::before {
    content: "";
    display: inline-block;
    width: 48.5333333333vw;
    border-top: 1px solid #225213;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .recruit_single_sec2_item:nth-of-type(n + 2) {
    margin-top: 4vw;
  }
  .recruit_single_sec2_item_title {
    font-size: 4.2666666667vw;
    padding: 0;
    width: 100%;
    border-bottom: unset;
  }
  .recruit_single_sec2_item_text {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    padding: 0 0 4vw;
  }
  .recruit_single_sec2_item_text iframe {
    height: 48vw;
    margin-top: 2.6666666667vw;
  }
}
/* section3
***************************************************************/
.recruit_single_sec3 {
  padding: 100px 0 0;
}

.recruit_single_sec3_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  margin-top: 83px;
  padding: 0 15px;
}

.recruit_single_sec3_itemBox {
  position: relative;
  background: #edf2ca;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 214px;
}

.recruit_single_sec3_item_number {
  font-weight: 500;
  font-style: italic;
  font-size: 60px;
  color: #225213;
  position: absolute;
  left: -20px;
  top: -40px;
}

.recruit_single_sec3_item_title {
  font-weight: bold;
  font-size: 22px;
  color: #225213;
  position: absolute;
  right: 15px;
  top: 10px;
}

.recruit_single_sec3_item img.img01 {
  width: 162px;
}

.recruit_single_sec3_item img.img02 {
  width: 156px;
}

.recruit_single_sec3_item img.img03 {
  width: 187px;
}

.recruit_single_sec3_item_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #225213;
  margin-top: 10px;
}

.recruit_single_entry {
  margin-top: 96px;
  display: block;
  position: relative;
}

.recruit_single_entryBox {
  max-width: 36.6032210835vw;
  position: absolute;
  top: 50%;
  right: 7.6134699854vw;
  transform: translate(0, -50%);
  z-index: 1;
}

.recruit_single_entry_title {
  font-weight: 900;
  font-size: 1.756954612vw;
  text-align: center;
  color: #fff;
}

.recruit_single_entry_title span {
  font-weight: bold;
  font-style: italic;
  font-size: 3.6603221083vw;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.3660322108vw;
}

.recruit_single_entry_title span::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 0.0732064422vw solid #fff;
}

.recruit_single_entry_text {
  font-weight: bold;
  font-style: italic;
  font-size: 2.196193265vw;
  letter-spacing: 0.04em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.3660322108vw;
}

.recruit_single_entry_text::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 0.0732064422vw solid #fff;
}

@media screen and (max-width: 680px) {
  .recruit_single_sec3 {
    padding: 16vw 0 0;
  }
  .recruit_single_sec3_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20.5333333333vw;
    margin-top: 16.8vw;
    padding: 0 4vw;
  }
  .recruit_single_sec3_itemBox {
    height: 57.0666666667vw;
  }
  .recruit_single_sec3_item_number {
    font-size: 16vw;
    left: -5.3333333333vw;
    top: -10.6666666667vw;
  }
  .recruit_single_sec3_item_title {
    font-size: 5.8666666667vw;
    right: 4vw;
    top: 2.6666666667vw;
  }
  .recruit_single_sec3_item img.img01 {
    width: 43.2vw;
  }
  .recruit_single_sec3_item img.img02 {
    width: 41.6vw;
  }
  .recruit_single_sec3_item img.img03 {
    width: 49.8666666667vw;
  }
  .recruit_single_sec3_item_text {
    font-size: 4.8vw;
    line-height: 7.4666666667vw;
    margin-top: 2.6666666667vw;
  }
  .recruit_single_entry {
    margin-top: 18.6666666667vw;
  }
  .recruit_single_entryBox {
    max-width: 66.6666666667vw;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
  }
  .recruit_single_entry_title {
    font-size: 2.9333333333vw;
    text-align: left;
  }
  .recruit_single_entry_title span {
    font-size: 7.4666666667vw;
    gap: 1.3333333333vw;
  }
  .recruit_single_entry_text {
    font-size: 4.5333333333vw;
    gap: 1.3333333333vw;
  }
}
/* section4
***************************************************************/
.recruit_single_sec4 .recruit_title {
  max-width: 334px;
}

.recruit_single_sec4_list {
  margin-top: 33px;
  padding: 0 80px;
}

.recruit_single_sec4_item {
  display: flex;
}

.recruit_single_sec4_item_title {
  font-weight: bold;
  font-size: 16px;
  color: #225213;
  width: 182px;
  border-bottom: 1px solid #225213;
  padding: 20px 0;
}

.recruit_single_sec4_item_text {
  font-weight: 500;
  border-bottom: 1px solid #9dba92;
  padding: 20px 0 20px 25px;
  flex: 1;
}

li:nth-of-type(1) .recruit_single_sec4_item_title {
  padding: 0 0 20px;
}

li:nth-of-type(1) .recruit_single_sec4_item_text {
  padding: 0 0 20px 25px;
}

.recruit_single_sec4_item_text {
  font-weight: 500;
}

.recruit_single_sec4_item_text iframe {
  display: block;
  width: 100%;
  height: 372px;
  margin-top: 15px;
}

@media screen and (max-width: 680px) {
  .recruit_single_sec4 {
    padding: 16vw 0 37.3333333333vw;
  }
  .recruit_single_sec4 .recruit_title {
    max-width: 100%;
  }
  .recruit_single_sec4_list {
    margin-top: 21.3333333333vw;
    padding: 0;
  }
  .recruit_single_sec4_item {
    display: block;
    position: relative;
  }
  .recruit_single_sec4_item::before {
    content: "";
    display: inline-block;
    width: 48.5333333333vw;
    border-top: 1px solid #225213;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .recruit_single_sec4_item:nth-of-type(n + 2) {
    margin-top: 4vw;
  }
  .recruit_single_sec4_item_title {
    font-size: 4.2666666667vw;
    width: 100%;
    border-bottom: unset;
    padding: 0;
  }
  .recruit_single_sec4_item_text {
    padding: 0 0 4vw 0;
  }
  li:nth-of-type(1) .recruit_single_sec4_item_title {
    padding: 0;
  }
  li:nth-of-type(1) .recruit_single_sec4_item_text {
    padding: 0 0 2.6666666667vw 0;
  }
  .recruit_single_sec4_item_text {
    font-size: 4.2666666667vw;
  }
  .recruit_single_sec4_item_text iframe {
    height: 48vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact.confirm,
.contact.thanks {
  padding: 10px 0 140px;
}

.contact .inner {
  max-width: 780px;
  padding: 0;
}

.contact_title {
  font-weight: 900;
  font-size: 30px;
  text-align: center;
  color: #225213;
}

.contact_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
  background: #edf2ca;
  margin-top: 45px;
}

.contact_tel_text {
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  color: #225213;
  position: relative;
  padding-right: 73px;
  margin-right: 64px;
}

.contact_tel_text::before {
  content: "";
  display: block;
  height: 70px;
  border-right: 1px solid #225213;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.contact_tel_link {
  font-weight: bold;
  font-size: 34px;
  line-height: 35px;
  text-align: left;
  color: #225213;
  text-align: center;
}

.contact_tel_link span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  color: #225213;
}

.contact_desc {
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}

.contact_form_head {
  margin-top: 80px;
  text-align: center;
}

.contact_form_head_title {
  font-weight: bold;
  font-size: 24px;
}

.contact_form_head_text {
  font-weight: 500;
}

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

.contact_form_flow li {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #9dba92;
  padding: 10px 0 12px;
  background: #edf2ca;
}

.contact_form_flow li.active {
  color: #fff;
  background: #225213;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 35px;
  margin-top: 70px;
}

.contact_list.confirm {
  gap: 57px;
}

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

.contact_item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  width: 230px;
  padding-top: 10px;
}

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

.confirm .contact_item_title {
  padding-top: 0;
}

.req {
  font-weight: bold;
  color: #9dba92;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  padding: 10px;
  background: #eaeaea;
}

.contact_area textarea {
  width: 100%;
  height: 300px;
  padding: 5px 10px;
  resize: none;
  background: #eaeaea;
}

.wpcf7-checkbox {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.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_privacy {
  margin-top: 69px;
  border: 1px solid #000;
  padding: 30px 0;
  text-align: center;
}

.contact_privacy_title {
  font-weight: bold;
  font-size: 18px;
}

.contact_privacy_text {
  font-weight: 500;
  margin-top: 10px;
}

.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;
  position: relative;
  top: -2px;
}

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

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

.contact_submit.confirm {
  margin-top: 100px;
}

.contact_submit_btn {
  position: relative;
  width: 380px;
}

.contact_submit_btn::before {
  content: "›";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  text-align: left;
  color: #fff;
}

.contact_submit_btn input {
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #333;
  padding: 18px 0 21px;
  transition: 0.3s;
  background: #225213;
}

.contact_submit a {
  position: relative;
  width: 380px;
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #225213;
  text-align: center;
  background: #333;
  padding: 18px 0 21px;
  transition: 0.3s;
  background: #9dba92;
}

.contact_submit a::before {
  content: "›";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  text-align: left;
  color: #fff;
}

.wpcf7-spinner,
.wpcf7-response-output {
  display: none;
}

.confirm_text {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
}

@media screen and (max-width: 680px) {
  .contact {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
  section.confirm {
    margin-top: 16vw;
  }
  .contact.confirm,
  .contact.thanks {
    padding: 2.6666666667vw 0 37.3333333333vw;
  }
  .contact_title {
    font-size: 4.8vw;
  }
  .contact_tel {
    display: block;
    padding: 5.8666666667vw 0;
    margin: 6.6666666667vw calc(50% - 50vw) 0;
    width: 100vw;
    text-align: center;
  }
  .contact_tel_text {
    font-size: 4.8vw;
    line-height: 9.3333333333vw;
    padding-right: 0;
    margin-right: 0;
  }
  .contact_tel_text::before {
    display: none;
  }
  .contact_tel_link {
    font-size: 9.0666666667vw;
    line-height: 9.3333333333vw;
    text-align: center;
  }
  .contact_tel_link span {
    font-size: 4.2666666667vw;
    line-height: 9.3333333333vw;
  }
  .contact_desc {
    margin-top: 4vw;
    font-size: 4vw;
  }
  .contact_form_head {
    margin-top: 17.0666666667vw;
  }
  .contact_form_head_title {
    font-size: 5.3333333333vw;
  }
  .contact_form_head_text {
    margin-top: 4vw;
  }
  .contact_form_flow {
    margin: 10.6666666667vw calc(50% - 50vw) 0;
    width: 100vw;
    gap: 0.5333333333vw;
  }
  .contact_form_flow li {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0 3.2vw;
  }
  .contact_list {
    gap: 9.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .contact_list.confirm {
    gap: 8vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 3.2vw;
  }
  .contact_item_title {
    gap: 0;
    width: 64vw;
    padding-top: 0;
  }
  li:nth-of-type(1) .contact_item_title {
    padding-top: 0;
  }
  .confirm .contact_item_title {
    padding-top: 0;
  }
  .contact_privacy {
    margin-top: 13.3333333333vw;
    padding: 6.6666666667vw;
  }
  .contact_privacy_title {
    font-size: 4.5333333333vw;
  }
  .contact_privacy_text {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
  .contact_check {
    gap: 2.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .contact_check input {
    width: 6.4vw;
    height: 6.4vw;
    top: -0.5333333333vw;
  }
  .contact_submit {
    flex-flow: column-reverse;
    gap: 5.3333333333vw;
    margin-top: 16vw;
  }
  .contact_submit.confirm {
    margin-top: 16vw;
  }
  .contact_submit_btn {
    width: 100%;
  }
  .contact_submit_btn::before {
    right: 5.3333333333vw;
    font-size: 4vw;
    line-height: 10.6666666667vw;
  }
  .contact_submit_btn input {
    font-size: 4vw;
    padding: 4.8vw 0 5.6vw;
  }
  .contact_submit a {
    width: 100%;
    font-size: 4vw;
    padding: 4.8vw 0 5.6vw;
  }
  .contact_submit a::before {
    right: 5.3333333333vw;
    font-size: 4vw;
  }
  .wpcf7-spinner,
  .wpcf7-response-output {
    display: none;
  }
  .confirm_text {
    text-align: center;
    font-size: 6.4vw;
    font-weight: bold;
    margin-top: 13.3333333333vw;
  }
}
/* Thanks
***************************************************************/
.thanks {
  text-align: center;
}

.thanks_title {
  font-weight: bold;
  font-size: 24px;
  margin-top: 50px;
}

.thanks_text01 {
  font-weight: 500;
  margin-top: 5px;
}

.thanks_text02 {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  margin-top: 80px;
}

.thanks_content {
  border: 1px solid #000;
  padding: 30px 0;
  margin-top: 40px;
}

.thanks_content_title {
  font-weight: bold;
  font-size: 18px;
}

.thanks_content_text {
  font-weight: 500;
  line-height: 28px;
  margin-top: 10px;
}

.thanks_btn {
  position: relative;
  width: 380px;
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #333;
  padding: 18px 0 21px;
  transition: 0.3s;
  background: #225213;
  margin: 50px auto 0;
}

.thanks_btn::before {
  content: "›";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 680px) {
  section.thanks {
    margin-top: 16vw;
  }
  .thanks_title {
    font-size: 5.3333333333vw;
    margin-top: 24vw;
  }
  .thanks_text01 {
    margin-top: 1.3333333333vw;
  }
  .thanks_text02 {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    margin-top: 10.6666666667vw;
  }
  .thanks_content {
    padding: 6.6666666667vw;
    margin-top: 8vw;
  }
  .thanks_content_title {
    font-size: 4.8vw;
  }
  .thanks_content_text {
    font-size: 4vw;
    line-height: 7.4666666667vw;
    margin-top: 2.6666666667vw;
  }
  .thanks_btn {
    width: 100%;
    font-size: 4vw;
    padding: 4.8vw 0 5.6vw;
    margin: 13.3333333333vw auto 0;
  }
  .thanks_btn::before {
    right: 5.3333333333vw;
    font-size: 4vw;
    line-height: 10.6666666667vw;
  }
}