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

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

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-family: "Zen Kaku Gothic New", "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: 2;
  color: #333;
  background: rgb(242, 249, 226);
}

main {
  overflow: hidden;
}

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

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

/* 装飾
***************************************************************/
.bg_white {
  background: #fff;
}

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

.inner {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  section {
    padding: 11.5384615385vw 0;
  }
  .inner {
    padding: 0 3.8461538462vw;
    width: 100%;
  }
}
/* 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_head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  margin: 0 calc(50% - 50vw);
  width: 99.5vw;
}

.section_head_img {
  width: 202px;
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.section_head_img:nth-of-type(2) {
  -o-object-position: bottom left;
     object-position: bottom left;
}

.section_head_title {
  text-align: center;
  line-height: 1.5;
  position: relative;
  z-index: 10;
}

.section_head_title .ja {
  display: block;
  font-size: 32px;
  font-weight: bold;
}

.section_head_title .en {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #78A918;
  margin-top: 10px;
}

.section_text {
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 680px) {
  .section_head {
    position: relative;
    width: 100vw;
  }
  .section_head_img {
    width: 25.641025641vw;
    height: 20.5128205128vw;
    position: absolute;
    left: 1.2820512821vw;
    bottom: 0;
  }
  .section_head_img:nth-of-type(2) {
    left: unset;
    right: 1.2820512821vw;
  }
  .section_head_title .ja {
    font-size: 7.1794871795vw;
  }
  .section_head_title .en {
    font-size: 4.1025641026vw;
    margin-top: 1.2820512821vw;
  }
  .section_text {
    text-align: left;
    margin-top: 5.8974358974vw;
  }
}
.fixed {
  position: fixed;
  right: 36px;
  bottom: 36px;
  width: 136px;
  z-index: 10;
}

.fixed_link {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 8px;
  text-align: center;
  position: relative;
  height: 123px;
}

.fixed_link.link1 {
  border: 2px solid #78A918;
  background: #fff;
  color: #78A918;
}

.fixed_link.link1 img {
  height: 28px;
  width: auto;
  margin-bottom: 16px;
}

.fixed_link.link1 button {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_close_g.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  right: 3px;
}

.fixed_link.link2 {
  margin-top: 22px;
  border: 2px solid #06C755;
  background: #06C755;
  color: #fff;
}

.fixed_link.link2 img {
  height: 42px;
  width: auto;
  margin-bottom: 10px;
}

.fixed_link.link2 button {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_close_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  right: 3px;
}

@media screen and (max-width: 680px) {
  .fixed {
    position: fixed;
    right: 4.1025641026vw;
    bottom: 4.6153846154vw;
    gap: 2.8205128205vw;
    width: auto;
    display: flex;
    flex-flow: row-reverse;
  }
  .fixed_link {
    font-size: 3.3333333333vw;
    height: 28.7179487179vw;
    width: 32.3076923077vw;
  }
  .fixed_link.link1 img {
    height: 6.4102564103vw;
    width: auto;
    margin-bottom: 4.1025641026vw;
  }
  .fixed_link.link1 button {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    top: 0.7692307692vw;
    right: 0.7692307692vw;
  }
  .fixed_link.link2 {
    margin-top: 0;
  }
  .fixed_link.link2 img {
    height: 8.7179487179vw;
    margin-bottom: 2.5641025641vw;
  }
  .fixed_link.link2 button {
    display: inline-block;
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    top: 0.7692307692vw;
    right: 0.7692307692vw;
  }
}
.btn {
  text-align: center;
  margin-top: 50px;
}

.btn_link {
  padding: 10px 16px 10px 24px;
  border-radius: 100px;
  border: 1.5px solid #78A918;
  gap: 16px;
  background: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
}

.btn_link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  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) {
  .btn {
    margin-top: 10.2564102564vw;
  }
  .btn_link {
    padding: 2.5641025641vw 4.1025641026vw 2.5641025641vw 6.1538461538vw;
    border-radius: 25.641025641vw;
    border: 0.3846153846vw solid #78A918;
    gap: 4.1025641026vw;
    font-size: 4.6153846154vw;
    width: 100%;
    justify-content: center;
  }
  .btn_link::after {
    width: 2.5641025641vw;
    height: 3.5897435897vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  padding: 0;
  position: relative;
}

.page_fv_bg {
  height: 435px;
}

.page_fv_title {
  font-size: 56px;
  line-height: 1.4;
  color: #fff;
  position: absolute;
  top: 218px;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .page_fv_bg {
    height: 44.1025641026vw;
  }
  .page_fv_title {
    font-size: 8.2051282051vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}
.bread {
  padding: 20px 0;
}

.bread .inner {
  max-width: 980px;
}

.bread_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.bread_item {
  font-size: 14px;
}

.bread_item a {
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

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

@media screen and (max-width: 680px) {
  .bread {
    padding: 3.8461538462vw 0;
  }
  .bread_list {
    gap: 3.0769230769vw;
  }
  .bread_item {
    font-size: 3.5897435897vw;
  }
  .bread_item a {
    gap: 3.0769230769vw;
  }
  .bread_item a::after {
    width: 1.2820512821vw;
    height: 2.5641025641vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

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

.header_logo {
  width: 174px;
  padding: 19px 28px;
  border-radius: 0 0 24px 0;
  background: #fff;
}

.header_content {
  display: flex;
  align-items: center;
  gap: 21px;
  background: #fff;
  padding: 20px 20px 20px 38px;
  border-radius: 0 0 0 24px;
}

.header_content_menu {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header_content_menuList {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header_content_menuItem {
  font-size: 14px;
  font-weight: bold;
}

.header_content_btn {
  font-size: 15px;
  padding: 9px 0;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  width: 130px;
}

.header_content_btn:nth-of-type(1) {
  border: 2px solid #78A918;
}

.header_content_btn:nth-of-type(2) {
  color: #fff;
  border: 2px solid #FF7F10;
  background: #FF7F10;
}

.service_nav {
  position: relative;
}

.service_nav_link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

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

.service_nav_menu {
  position: absolute;
  bottom: -55px;
  left: 0;
  transform: translate(0, 100%);
  width: 550px;
  border-radius: 24px;
  background: #FFF;
  padding: 37px 39px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

@media screen and (min-width: 681px) {
  .service_nav_link:hover + .service_nav_menu,
  .service_nav_menu:hover {
    opacity: 1;
    visibility: unset;
  }
}
.service_nav_menu a {
  font-weight: 400;
}

.toggle-menu {
  position: relative;
  z-index: 100;
  display: inline-block;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background: #78A918;
}

.toggle-menu .toggle-line {
  position: absolute;
  inset: 0;
  display: block;
  width: 29px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}

.toggle-menu .toggle-line::before,
.toggle-menu .toggle-line::after {
  position: absolute;
  left: 0;
  width: 29px;
  height: 2px;
  content: "";
  background-color: #fff;
  transition: 0.3s;
}

.toggle-menu .toggle-line::before {
  top: -7px;
  animation: menu-barTop 0.6s forwards;
}

.toggle-menu .toggle-line::after {
  top: 7px;
  animation: menu-barBottom 0.6s forwards;
}

.open .toggle-menu {
  transition: all 0.5s linear 1s;
}

.open .toggle-menu .toggle-line {
  height: 0;
}

.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;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}

.open .header_nav {
  opacity: 1;
  visibility: unset;
}

.header_nav_content {
  width: 1034px;
  height: calc(100% - 43px);
  margin-left: auto;
  border-radius: 0 0 0 24px;
  background: #FFF;
  padding: 60px 125px 50px 102px;
  overflow: auto;
}

.global_nav {
  display: flex;
  justify-content: space-between;
}

.global_nav_item_link {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

li:nth-of-type(n + 2) .global_nav_item_link {
  margin-top: 40px;
}

.global_nav_item_link button {
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  background-image: url(../images/icon/icon_arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  position: relative;
  top: 1.0256410256vw;
}

.global_nav_item_btn {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
  width: 289px;
  text-align: center;
  border-radius: 100px;
  white-space: nowrap;
}

.global_nav_item_btn.btn1 {
  border: 1px solid #78A918;
  margin-top: 78px;
}

.global_nav_item_btn.btn2 {
  border: 1px solid #FF7F10;
  background: #FF7F10;
  color: #fff;
  margin-top: 24px;
}

.global_nav_item_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 36px;
  margin-top: 34px;
}

.global_nav_item_item {
  color: #727272;
}

.header_nav_content_foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #333;
  margin-top: 60px;
  padding-top: 18px;
}

@media screen and (max-width: 1300px) {
  .header_content_btn:nth-of-type(1) {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  header {
    background: #fff;
    padding: 10px 15px;
  }
  .header_logo {
    width: 17.9487179487vw;
    padding: 0;
    border-radius: 0;
  }
  .header_content {
    gap: 3.0769230769vw;
    padding: 0;
    border-radius: 0;
  }
  .header_content_btn {
    font-size: 4.1025641026vw;
    padding: 2.3076923077vw 0;
    line-height: 1.5;
    width: 33.3333333333vw;
  }
  .toggle-menu {
    width: 11.2820512821vw;
    height: 11.2820512821vw;
  }
  .toggle-menu .toggle-line {
    width: 5.1282051282vw;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    width: 5.1282051282vw;
  }
  .header_nav {
    background: #fff;
  }
  .header_nav_content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 30.7692307692vw 3.8461538462vw 12.8205128205vw;
  }
  .global_nav {
    flex-flow: column;
    gap: 8.2051282051vw;
    padding: 0;
  }
  .global_nav_item a {
    padding: 0 3.3333333333vw;
  }
  .global_nav_item_link {
    font-size: 5.1282051282vw;
  }
  li:nth-of-type(n + 2) .global_nav_item_link {
    margin-top: 8.2051282051vw;
  }
  .global_nav_item_list {
    display: none;
    margin-top: 5.1282051282vw;
  }
  .global_nav_item_item {
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
  .global_nav_item_item:nth-of-type(n + 2) {
    margin-top: 3.0769230769vw;
  }
  a.global_nav_item_btn {
    font-size: 4.6153846154vw;
    padding: 5.1282051282vw 0;
    width: 100%;
    line-height: 1.5;
  }
  a.global_nav_item_btn.btn1 {
    margin-top: 11.5384615385vw;
  }
  a.global_nav_item_btn.btn2 {
    margin-top: 2.5641025641vw;
  }
  .header_nav_content_foot {
    margin-top: 9.4871794872vw;
    padding-top: 4.1025641026vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background: #19530C;
  padding: 80px 0 40px;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
  position: relative;
  border-bottom: 1px solid #fff;
}

.footer_content::before {
  content: "";
  display: inline-block;
  width: 292px;
  height: 143px;
  background-image: url(../images/common/footer_deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: 21px;
  bottom: -2px;
}

.footer_logo {
  width: 130px;
}

.footer_list {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.footer_item_link {
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 16px;
}

.footer_item_link:nth-of-type(n + 2) {
  font-size: 14px;
  margin-bottom: 8px;
}

li:nth-of-type(n + 4) .footer_item_link:nth-of-type(n + 2) {
  font-size: 16px;
  margin-bottom: 16px;
}

.footer_subList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  width: 210px;
}

.footer_subItem {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 100px;
}

.footer_foot {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  margin-top: 25px;
}

@media screen and (max-width: 680px) {
  footer {
    padding: 10.2564102564vw 0 6.4102564103vw;
  }
  .footer_content {
    display: block;
    padding-bottom: 48.7179487179vw;
  }
  .footer_content::before {
    width: 74.8717948718vw;
    height: 36.6666666667vw;
    left: 5.3846153846vw;
    bottom: -0.5128205128vw;
  }
  .footer_logo {
    width: 28.9743589744vw;
    margin: 0 auto;
    display: block;
  }
  .footer_list {
    display: grid;
    grid-template-columns: 42.0512820513vw 1fr;
    gap: 9.7435897436vw 0;
    margin-top: 10.2564102564vw;
  }
  .footer_item:nth-last-of-type(1) {
    width: 49.7435897436vw;
  }
  .footer_item_link {
    margin-bottom: 4.1025641026vw;
  }
  .footer_item_link:nth-of-type(n + 2) {
    font-size: 3.5897435897vw;
    margin-bottom: 2.0512820513vw;
  }
  li:nth-of-type(n + 4) .footer_item_link:nth-of-type(n + 2) {
    font-size: 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
  }
  .footer_subList {
    gap: 2.0512820513vw 0;
    width: 49.7435897436vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer_subItem {
    font-size: 3.0769230769vw;
    min-width: unset;
  }
  .footer_foot {
    font-size: 3.5897435897vw;
    margin-top: 6.4102564103vw;
  }
}
section.archive {
  padding: 60px 0;
}

section.archive .inner {
  max-width: 980px;
}

@media screen and (max-width: 680px) {
  section.archive {
    padding: 7.6923076923vw 0 15.3846153846vw;
  }
}
.nav-links,
.page-nation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

.page-nation .nav-links {
  margin-top: 0;
}

.nav-links span,
.nav-links a,
.page-numbers {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  height: 48px;
  width: 48px;
  letter-spacing: 0.806px;
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.nav-links span.current,
.page-numbers.current {
  border: 1px solid #78A918;
  color: #78A918;
}

.nav-links a.next::before,
.page-numbers.next::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../images/icon/icon_arrow_slide.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.nav-links a.prev::before,
.page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../images/icon/icon_arrow_slide.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}

@media screen and (max-width: 680px) {
  .nav-links,
  .page-nation {
    gap: 2.5641025641vw;
    margin-top: 7.6923076923vw;
  }
  .nav-links span,
  .nav-links a,
  .page-numbers {
    text-align: center;
    font-size: 3.5897435897vw;
    height: 9.7435897436vw;
    width: 9.7435897436vw;
  }
  .nav-links a.next::before,
  .page-numbers.next::before {
    width: 9.7435897436vw;
    height: 9.7435897436vw;
  }
  .nav-links a.prev::before,
  .page-numbers.prev::before {
    width: 9.7435897436vw;
    height: 9.7435897436vw;
  }
}
.single_sec1 {
  padding: 80px 0 60px;
}

.single_sec1 .inner {
  max-width: 980px;
}

.single_head_thumbnail img {
  height: 530px;
  border-radius: 24px;
  margin-bottom: 40px;
}

.single_head_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.single_head_title span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #78A918;
  border-radius: 100px;
  padding: 8px 24px;
  margin-right: 5px;
}

.single_head_title span:nth-last-of-type(1) {
  margin-bottom: 10px;
}

.single_head_title time {
  color: #78A918;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-left: 12px;
  display: inline-block;
}

.single_head_dl {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.single_head_dt {
  border-radius: 4px;
  border: 1px solid #6B6B6B;
  background: #FFF;
  font-size: 13px;
  line-height: 100%;
  padding: 6px 8px;
  margin-right: 8px;
}

.single_head_dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  margin-right: 24px;
}

.single_head_time {
  color: #919191;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
}

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

.single_content {
  margin-top: 40px;
  border-radius: 24px;
  background: #FFF;
  padding: 40px 50px;
}

.single_content .wp-caption {
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 auto;
}

.single_content .wp-caption + .wp-caption {
  margin-top: 20px;
}

.wp-caption-text {
  margin-top: 10px;
}

.single_content img[class*=wp-image-] {
  width: auto;
  margin-top: 10px;
}

.single_content p {
  padding-bottom: 15px;
}

.single_content h3 {
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 5px solid #ddd;
  padding: 8px 0;
  font-size: 130%;
  font-weight: bold;
  margin: 10px 0px 20px 0px;
}

.single_content h3::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 20%;
  height: 5px;
  content: "";
  background: #669350;
}

.single_content h4 {
  margin: 10px 0;
  padding: 8px 0;
  margin: 10px 0px;
  font-size: 110%;
  font-weight: bold;
  color: #2e2c2c;
  border-bottom: 2px solid #ddd;
}

.single_content blockquote {
  clear: both;
  padding: 10px 0 10px 15px;
  margin: 10px 0 25px 30px;
  border-left: 5px solid #ccc;
}

.single_content blockquote p {
  padding: 5px 0;
}

.single_content table {
  border: 1px #ccc solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0 20px;
}

.single_content table th {
  padding: 10px;
  border: #ccc solid;
  border-width: 0 0 1px 1px;
  background: #efede7;
}

.single_content table td {
  padding: 10px;
  border: 1px #ccc solid;
  border-width: 0 0 1px 1px;
  background: #fff;
}

.single_content dt {
  font-weight: bold;
}

.single_content dd {
  padding-bottom: 10px;
}

.single_content img {
  max-width: 100%;
  height: auto;
}

.single_content img.aligncenter {
  display: block;
  margin: 5px auto;
}

.single_content img.alignright,
.single_content img.alignleft {
  margin: 10px 10px 15px 15px;
  display: inline;
}

.single_content img.alignleft {
  margin: 10px 15px 15px 10px;
}

@media screen and (max-width: 680px) {
  .single_sec1 {
    padding: 10.2564102564vw 0 11.5384615385vw;
  }
  .single_head_thumbnail img {
    height: 50vw;
    margin-bottom: 6.4102564103vw;
  }
  .single_head_title {
    font-size: 7.1794871795vw;
  }
  .single_head_title span {
    font-size: 3.3333333333vw;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: #78A918;
    border-radius: 25.641025641vw;
    padding: 2.0512820513vw 3.0769230769vw;
    margin-right: 1.5384615385vw;
    margin-bottom: 0;
  }
  .single_head_title span:nth-last-of-type(1) {
    margin-bottom: 2.5641025641vw;
  }
  .single_head_title time {
    font-size: 4.1025641026vw;
    margin-left: 3.0769230769vw;
  }
  .single_head_dl {
    flex-wrap: wrap;
    margin-top: 6.4102564103vw;
    gap: 5.1282051282vw 0;
  }
  .single_head_dt {
    border-radius: 1.0256410256vw;
    font-size: 3.3333333333vw;
    padding: 1.5384615385vw 2.0512820513vw;
    margin-right: 2.0512820513vw;
  }
  .single_head_dd {
    font-size: 4.1025641026vw;
    margin-right: 6.1538461538vw;
  }
  .single_head_time {
    font-size: 3.3333333333vw;
    gap: 1.0256410256vw;
    margin-top: 2.5641025641vw;
  }
  .single_head_time::before {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
  }
  .single_content {
    margin-top: 5.1282051282vw;
    padding: 6.4102564103vw 5.1282051282vw;
  }
  .single_content img {
    width: 100% !important;
    height: auto !important;
  }
}
.single_deco {
  position: relative;
}

.single_deco::before {
  content: "";
  display: inline-block;
  width: 206px;
  height: 125px;
  background-image: url(../images/common/before01_1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: -129px;
  bottom: -87px;
}

.single_deco::after {
  content: "";
  display: inline-block;
  width: 203px;
  height: 118px;
  background-image: url(../images/common/before01_2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -149px;
  bottom: -87px;
}

@media screen and (max-width: 680px) {
  .single_deco {
    margin-bottom: 20.5128205128vw;
  }
  .single_deco::before {
    width: 28.9743589744vw;
    height: 14.1025641026vw;
    left: -4.8717948718vw;
    bottom: -12.0512820513vw;
  }
  .single_deco::after {
    width: 28.9743589744vw;
    height: 14.1025641026vw;
    right: -4.8717948718vw;
    bottom: -12.0512820513vw;
  }
}
.voice_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
  margin-top: 50px;
}

.single_manager {
  margin-top: 55px;
}

.single_manager_title {
  color: #78A918;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%;
  text-align: center;
}

.single_manager_content {
  margin-top: 78px;
  border-radius: 24px;
  background: #FFF;
  padding: 87px 40px 30px;
  position: relative;
}

.single_manager_content img {
  width: 129px;
  height: 129px;
  border-radius: 50%;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translate(-50%, 0);
}

.single_manager_text {
  font-family: "Noto Sans JP";
  line-height: 200%;
}

@media screen and (max-width: 680px) {
  .voice_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 7.6923076923vw;
  }
  .voice_list .sec7_item:nth-of-type(n + 4) {
    display: block;
  }
  .single_manager {
    margin-top: 14.1025641026vw;
  }
  .single_manager_title {
    font-size: 6.1538461538vw;
  }
  .single_manager_content {
    margin-top: 20vw;
    border-radius: 6.1538461538vw;
    padding: 24.1025641026vw 5.1282051282vw 5.1282051282vw;
  }
  .single_manager_content img {
    width: 33.0769230769vw;
    height: 33.0769230769vw;
    top: -16.6666666667vw;
  }
}
/* フェードイン
***************************************************************/
@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;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.fv .inner {
  position: relative;
}

.fv_slider {
  position: relative;
  z-index: 1;
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.fv_slider .slider-item01 {
  background-image: url(../images/front/fv_img01.webp);
}

.fv_slider .slider-item02 {
  background-image: url(../images/front/fv_img02.webp);
}

.fv_slider .slider-item03 {
  background-image: url(../images/front/fv_img03.webp);
}

.fv_slider .slider-item {
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fv_title {
  color: #FFF;
  font-size: 56px;
  font-weight: 700;
  line-height: 140%;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  bottom: 90px;
  z-index: 10;
}

@media screen and (max-width: 680px) {
  .fv_slider {
    height: calc(100vh - 16.4102564103vw);
    height: calc(100svh - 16.4102564103vw);
  }
  .fv_slider .slider-item01 {
    background-image: url(../images/front/fv_img01.webp);
  }
  .fv_slider .slider-item02 {
    background-image: url(../images/front/fv_img02.webp);
  }
  .fv_slider .slider-item03 {
    background-image: url(../images/front/fv_img03.webp);
  }
  .fv_slider .slider-item {
    height: calc(100vh - 16.4102564103vw);
    height: calc(100svh - 16.4102564103vw);
  }
  .fv_title {
    font-size: 8.7179487179vw;
    bottom: 41.0256410256vw;
    left: 3.8461538462vw;
  }
}
/* About
***************************************************************/
.sec1 {
  padding: 40px 0 80px;
}

.pageNav_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.pageNav_item {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(120, 169, 24, 0.1);
}

.pageNav_item_link {
  display: block;
  text-align: center;
  padding: 30px 0 28px;
}

.pageNav_item_img {
  height: 92px;
  width: auto;
}

.pageNav_item_link span {
  font-weight: 500;
  margin-top: 16px;
  display: block;
}

.sec1 .section_head {
  margin-top: 55px;
}

.sec1_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
  padding: 0 100px;
  margin-top: 40px;
  text-align: center;
}

.sec1_item img {
  padding: 0 24px;
}

.sec1_item span {
  display: block;
  font-weight: 700;
  line-height: 150%;
  margin-top: 12px;
}

@media screen and (max-width: 680px) {
  .sec1 {
    padding: 5.1282051282vw 0 15.3846153846vw;
  }
  .pageNav_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5897435897vw 4.6153846154vw;
  }
  .pageNav_item_link {
    padding: 5.3846153846vw 0 4.1025641026vw;
  }
  .pageNav_item_img {
    height: 17.9487179487vw;
  }
  .pageNav_item_link span {
    margin-top: 4.1025641026vw;
  }
  .sec1 .section_head {
    margin-top: 17.9487179487vw;
  }
  .sec1_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 9.4871794872vw 7.6923076923vw;
    padding: 0 6.9230769231vw;
    margin-top: 7.6923076923vw;
  }
  .sec1_item img {
    padding: 0;
  }
  .sec1_item span {
    margin-top: 3.0769230769vw;
  }
}
/* Service
***************************************************************/
.sec2 {
  overflow: hidden;
}

.sec2_slider {
  margin: 46px calc(50% - 50vw) 0;
  width: 100vw;
}

.sec2_slider .slick-slide {
  margin: 0 20px;
  width: 277px;
}

.sec2_slider a {
  display: block;
  position: relative;
}

.sec2_slider a::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(../images/icon/icon_arrow_service.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 18px;
  bottom: 18px;
}

.sec2_slider a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background-image: url(../images/common/slide_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}

.sec2_slider_itemBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px 19px 18px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.sec2_slider_number {
  color: #FFF;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.sec2_slider_title {
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  line-height: 170%;
}

.sec2_slider_title .en {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.sec2_slider_title .ja {
  font-size: 24px;
  font-weight: 700;
  min-height: 54px;
  display: block;
}

.sec2_slider .slick-prev,
.sec2_slider .slick-next {
  position: absolute;
  bottom: 0px;
  cursor: pointer;
  outline: none;
  background-image: url(../images/icon/icon_arrow_slide.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 48px;
  width: 48px;
  z-index: 1;
}

.sec2_slider .slick-prev {
  left: calc(50% - 210px);
  transform: scale(-1, 1);
}

.sec2_slider .slick-next {
  right: calc(50% - 210px);
}

.sec2_slider .slick-dots {
  text-align: center;
  margin: 60px 0 0 0;
}

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

.sec2_slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 50%;
  background: #78A918;
  opacity: 0.3;
}

.sec2_slider .slick-dots .slick-active button {
  opacity: 1;
}

.sec2_slider a:hover::after {
  transform: translate(-50%, -50%) rotate(5deg);
}

@media screen and (max-width: 680px) {
  .sec2_slider {
    margin: 0;
    width: 100%;
  }
  .sec2_slider a {
    margin-top: 7.6923076923vw;
    z-index: 1;
  }
  .sec2_slider a img {
    height: 66.1538461538vw;
    border-radius: 6.6666666667vw;
  }
  .sec2_slider a::before {
    width: 7.9487179487vw;
    height: 7.9487179487vw;
    right: 3.5897435897vw;
    bottom: 2.5641025641vw;
  }
  .sec2_slider_itemBox {
    padding: 2.5641025641vw 6.6666666667vw 0;
  }
  .sec2_slider_number {
    font-size: 6.9230769231vw;
  }
  .sec2_slider_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .sec2_slider_title .en {
    font-size: 3.5897435897vw;
  }
  .sec2_slider_title .ja {
    font-size: 6.1538461538vw;
    min-height: auto;
  }
}
/* Works
***************************************************************/
.sec3 {
  background-image: url(../images/front/sec3_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: calc(100% - 160px);
  margin: 0 auto;
  border-radius: 24px;
  padding: 60px 0;
}

.sec3 .section_head_title .ja,
.sec3 .section_head_title .en {
  color: #fff;
}

.sec3_category {
  margin-top: 40px;
}

.sec3_category ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.sec3_category ul li a {
  background: #fff;
  padding: 6px 40px;
  border-radius: 100px;
  font-weight: bold;
  transition: 0.3s;
}

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

.sec3_item a {
  display: block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.sec3_item a img {
  height: 239px;
}

.sec3_itemBox {
  padding: 20px;
  border-top: 1px solid #78A918;
}

.sec3_itemBox_category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.sec3_itemBox_category span {
  font-size: 13px;
  font-weight: 600;
  border-radius: 100px;
  background: #78A918;
  color: #fff;
  padding: 6px 14px;
  line-height: 1;
}

.sec3_itemBox_title {
  margin-top: 8px;
  line-height: 1.5;
  min-height: 48px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sec3_itemBox_content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 16px;
}

.sec3_itemBox_text {
  font-weight: 600;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sec3_itemBox_text span {
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 4px;
  border: 1px solid #6B6B6B;
  padding: 6px 8px;
}

@media screen and (min-width: 681px) {
  .sec3_category ul li a:hover {
    background: #78A918;
    color: #fff;
  }
}
@media screen and (max-width: 680px) {
  .sec3 {
    width: 100%;
    border-radius: 0;
  }
  .sec3_category {
    margin-top: 8.7179487179vw;
  }
  .sec3_category ul {
    gap: 3.0769230769vw;
    justify-content: flex-start;
  }
  .sec3_category ul li a {
    padding: 1.5384615385vw 5.1282051282vw;
  }
  .sec3_list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 8.7179487179vw;
  }
  .sec3_item:nth-of-type(n + 2) {
    margin-top: 6.1538461538vw;
  }
  .sec3_item:nth-of-type(n + 4) {
    display: none;
  }
  .sec3_item a img {
    height: 61.2820512821vw;
  }
  .sec3_itemBox {
    padding: 5.1282051282vw;
  }
  .sec3_itemBox_category {
    gap: 1.2820512821vw 2.5641025641vw;
  }
  .sec3_itemBox_category span {
    font-size: 3.3333333333vw;
    border-radius: 25.641025641vw;
    padding: 1.5384615385vw 3.5897435897vw;
  }
  .sec3_itemBox_title {
    margin-top: 2.0512820513vw;
    min-height: 12.3076923077vw;
  }
  .sec3_itemBox_content {
    gap: 2.5641025641vw 6.1538461538vw;
    margin-top: 4.1025641026vw;
  }
  .sec3_itemBox_text {
    gap: 2.0512820513vw;
  }
  .sec3_itemBox_text span {
    font-size: 3.3333333333vw;
    border-radius: 1.0256410256vw;
    padding: 1.5384615385vw 2.0512820513vw;
  }
}
/*  Flow
***************************************************************/
.sec4_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px;
  max-width: 980px;
  margin: 40px auto 0;
}

.sec4_item {
  border-radius: 24px;
  border: 2px solid #78A918;
  padding: 43px 0 23px;
  text-align: center;
  position: relative;
}

.sec4_item::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 14px;
  background-image: url(../images/icon/icon_arrow_right02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translate(0, -50%);
}

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

.sec4_item_img {
  width: 103px;
  height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
}

.sec4_item_number {
  color: #78A918;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  display: inline-block;
  border-radius: 100px;
  background: #F2F9E2;
  padding: 2px 32px;
  margin-top: 30px;
}

.sec4_item_title {
  color: #000;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.sec4_item_text {
  color: #000;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .sec4_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 19.2307692308vw;
    width: 100%;
    margin: 10.2564102564vw auto 0;
  }
  .sec4_item {
    padding: 11.0256410256vw 0 5.8974358974vw;
  }
  .sec4_item::before {
    width: 9.2307692308vw;
    height: 3.5897435897vw;
    top: unset;
    bottom: -11.7948717949vw;
    left: 50%;
    right: unset;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .sec4_item_img {
    width: 26.4102564103vw;
    height: 24.1025641026vw;
  }
  .sec4_item_number {
    font-size: 4.6153846154vw;
    border-radius: 25.641025641vw;
    padding: 0.5128205128vw 8.2051282051vw;
    margin-top: 7.6923076923vw;
  }
  .sec4_item_title {
    margin-top: 4.1025641026vw;
    font-size: 4.6153846154vw;
  }
  .sec4_item_text {
    margin-top: 4.1025641026vw;
  }
}
/* News
***************************************************************/
.sec5 .inner {
  display: grid;
  grid-template-columns: 330px 1fr;
  position: relative;
}

.sec5 .inner::before {
  content: "";
  display: inline-block;
  width: 203px;
  height: 256px;
  background-image: url(../images/front/sec5_deco02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: -100px;
}

.sec5_head {
  position: relative;
}

.sec5_head::before {
  content: "";
  display: inline-block;
  width: 152px;
  height: 47px;
  background-image: url(../images/front/sec5_deco01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -47px;
  left: -77px;
}

.sec5_head .section_head {
  display: block;
  margin: 0;
  width: 100%;
}

.sec5_head .section_head_title {
  text-align: left;
}

.sec5_head .btn {
  text-align: left;
}

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

.sec5_item a {
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(120, 169, 24, 0.1);
  padding: 32px;
  display: flex;
  align-items: center;
}

.sec5_item_time {
  color: #78A918;
  font-weight: 600;
  line-height: 150%;
  margin-right: 32px;
}

.sec5_item_category {
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
  border-radius: 100px;
  background: #78A918;
  width: 126px;
  margin-right: 74px;
  padding: 8px 0;
}

.sec5_item_title {
  font-weight: 600;
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 680px) {
  .sec5 .inner {
    display: flex;
    flex-flow: column;
  }
  .sec5 .inner::before {
    display: none;
  }
  .sec5_head {
    display: contents;
  }
  .sec5_head::before {
    width: 33.0769230769vw;
    height: 10.2564102564vw;
    top: -4.358974359vw;
    left: 2.5641025641vw;
  }
  .sec5_head .section_head_title {
    text-align: center;
    order: 0;
  }
  .sec5_head .btn {
    order: 2;
  }
  .sec5_list {
    order: 1;
    margin-top: 6.4102564103vw;
    gap: 6.1538461538vw;
  }
  .sec5_item a {
    padding: 5.1282051282vw;
    display: block;
  }
  .sec5_item_time {
    margin-right: 4.1025641026vw;
  }
  .sec5_item_category {
    font-size: 3.3333333333vw;
    width: 32.3076923077vw;
    margin-right: 0;
    padding: 1.0256410256vw 0;
    display: inline-block;
    margin-bottom: 4.1025641026vw;
  }
  .sec5_item_title {
    -webkit-line-clamp: 2;
  }
}
/* Instagram
***************************************************************/
.sec6 {
  padding: 100px 0 0;
}

.sec6_btn {
  text-align: center;
  margin-top: 34px;
}

.sec6_btn_link {
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  background: #78A918;
  padding: 20px 37px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

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

@media screen and (max-width: 680px) {
  .sec6 {
    padding: 15.3846153846vw 0 0;
  }
  .sec6_btn {
    margin-top: 0;
  }
  .sec6_btn_link {
    width: 100%;
    padding: 5.1282051282vw 9.4871794872vw;
    gap: 4.1025641026vw;
    justify-content: center;
  }
  .sec6_btn_link::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
/* Voice
***************************************************************/
.sec7_list {
  margin-top: 40px;
}

.sec7_list .slick-slide {
  margin: 0 15px;
}

.sec7_item a {
  display: block;
  position: relative;
}

.sec7_item a img {
  height: 210px;
  border-radius: 16px;
}

.sec7_item_category {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  border-radius: 16px 0;
  background: #78A918;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 5px;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 90%;
}

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

.sec7_item_title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
}

.sec7_item_time {
  color: #919191;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
}

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

.sec7_list .slick-prev,
.sec7_list .slick-next {
  position: absolute;
  bottom: 0px;
  cursor: pointer;
  outline: none;
  background-image: url(../images/icon/icon_arrow_slide.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 48px;
  width: 48px;
  z-index: 1;
}

.sec7_list .slick-prev {
  left: calc(50% - 210px);
  transform: scale(-1, 1);
}

.sec7_list .slick-next {
  right: calc(50% - 210px);
}

.sec7_list .slick-dots {
  text-align: center;
  margin: 60px 0 0 0;
}

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

.sec7_list .slick-dots button {
  color: transparent;
  outline: none;
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 50%;
  background: #78A918;
  opacity: 0.3;
}

.sec7_list .slick-dots .slick-active button {
  opacity: 1;
}

@media screen and (max-width: 680px) {
  .sec7_list {
    margin-top: 10.2564102564vw;
  }
  .sec7_item:nth-of-type(n + 2) {
    margin-top: 6.1538461538vw;
  }
  .sec7_item:nth-of-type(n + 4) {
    display: none;
  }
  .sec7_item a img {
    height: 53.8461538462vw;
    border-radius: 4.1025641026vw;
  }
  .sec7_item_category {
    font-size: 3.3333333333vw;
    border-radius: 4.1025641026vw 0;
    padding: 1.5384615385vw 3.0769230769vw;
    gap: 1.0256410256vw 1.5384615385vw;
  }
  .sec7_item_category::before {
    width: 3.8461538462vw;
    height: 2.5641025641vw;
  }
  .sec7_item_title {
    font-size: 4.6153846154vw;
    margin-top: 2.5641025641vw;
  }
  .sec7_item_time {
    font-size: 3.3333333333vw;
    gap: 1.0256410256vw;
    margin-top: 2.5641025641vw;
  }
  .sec7_item_time::before {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
  }
}
/* CTA
***************************************************************/
.cta {
  padding: 0;
  position: relative;
  z-index: 1;
}

.cta::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #19530C;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.cta_bg {
  height: 600px;
}

.cta .inner {
  border-radius: 24px;
  background: #FFF;
  margin-top: -260px;
  position: relative;
  padding: 40px 80px;
}

.cta_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 40px;
}

.cta_content_tel {
  color: #78A918;
  text-align: center;
  font-size: 55.207px;
  font-weight: 700;
  line-height: 100%;
  padding: 45px 0;
  border-top: 1px solid #A8A8A8;
  border-bottom: 1px solid #A8A8A8;
}

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

.cta_content_tel span {
  color: #989898;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
  font-family: "Zen Kaku Gothic New";
}

.cta_content_btnLink {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 12px;
  padding: 22px 0;
}

.cta_content_btnLink:nth-of-type(1) {
  color: #fff;
  background: #06C755;
  border: 2px solid #06C755;
}

.cta_content_btnLink:nth-of-type(2) {
  color: rgb(120, 169, 24);
  border: 2px solid rgb(120, 169, 24);
  margin-top: 18px;
}

.cta_content_btnLink:nth-of-type(1):before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url(../images/icon/icon_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.cta_content_btnLink:nth-of-type(2):before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url(../images/icon/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

@media screen and (max-width: 680px) {
  .cta_bg {
    height: 41.0256410256vw;
  }
  .cta .inner {
    margin: -12.8205128205vw auto 0;
    padding: 7.6923076923vw 6.4102564103vw;
    width: calc(100% - 7.6923076923vw);
  }
  .cta .section_head_img {
    width: 16.6666666667vw;
    height: 16.9230769231vw;
    left: 7.1794871795vw;
  }
  .cta .section_head_img:nth-of-type(2) {
    left: unset;
    right: 9.2307692308vw;
  }
  .cta_content {
    display: block;
    margin-top: 7.6923076923vw;
  }
  .cta_content_tel {
    font-size: 8.2051282051vw;
    padding: 6.4102564103vw 0;
    width: 100%;
  }
  .cta_content_tel::before {
    width: 6.4102564103vw;
    height: 8.4615384615vw;
  }
  .cta_content_tel span {
    font-size: 4.6153846154vw;
    line-height: 200%;
  }
  .cta_content_btnLink {
    font-size: 5.1282051282vw;
    gap: 3.8461538462vw;
    padding: 4.6153846154vw 0;
    margin-top: 5.641025641vw;
  }
  .cta_content_btnLink:nth-of-type(2) {
    margin-top: 2.5641025641vw;
  }
  .cta_content_btnLink:nth-of-type(1):before {
    width: 9.4871794872vw;
    height: 9.4871794872vw;
  }
  .cta_content_btnLink:nth-of-type(2):before {
    width: 9.4871794872vw;
    height: 9.4871794872vw;
  }
}
/* section1
***************************************************************/
.about_sec1 .inner {
  max-width: 980px;
}

.about_sec1_img {
  margin-top: 55px;
}

.about_sec1_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px 74px;
  padding: 0 30px;
  margin-top: 55px;
}

.about_sec1_item_head {
  display: grid;
  align-items: center;
  grid-template-columns: 90px 1fr;
  gap: 20px;
}

.about_sec1_item_head_title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.about_sec1_item_text {
  color: #000;
  line-height: 180%;
  margin-top: 28px;
}

@media screen and (max-width: 680px) {
  .about_sec1_img {
    margin-top: 4.6153846154vw;
  }
  .about_sec1_list {
    display: block;
    padding: 0;
    margin-top: 0;
  }
  .about_sec1_item {
    margin-top: 8.2051282051vw;
    position: relative;
  }
  .about_sec1_item img {
    width: 23.0769230769vw;
    position: absolute;
    left: 0;
    top: 0;
  }
  .about_sec1_item_head {
    display: block;
  }
  .about_sec1_item_head_title {
    font-size: 5.1282051282vw;
    display: flex;
    align-items: center;
    gap: 5.1282051282vw;
  }
  .about_sec1_item_head_title::before {
    content: "";
    display: inline-block;
    width: 23.0769230769vw;
    height: 23.0769230769vw;
  }
  .about_sec1_item_text {
    margin-top: 5.1282051282vw;
  }
}
/* section2
***************************************************************/
.about_sec2 .inner {
  max-width: 940px;
}

.about_sec2_content {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 306px 1fr;
  gap: 66px;
}

.about_sec2_content_imgBox {
  position: relative;
  z-index: 1;
}

.about_sec2_content_imgBox::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../images/about/bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  z-index: -1;
}

.about_sec2_content_imgBox_text {
  margin-top: 30px;
}

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

.about_sec2_content_textBox_title {
  color: #78A918;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%;
}

.about_sec2_content_textBox_text {
  margin-top: 18px;
}

@media screen and (max-width: 680px) {
  .about_sec2_content {
    margin-top: 12.3076923077vw;
    display: flex;
    flex-flow: column;
    gap: 0;
  }
  .about_sec2_content_img {
    display: contents;
  }
  .about_sec2_content_imgBox {
    width: 50.7692307692vw;
    margin: 0 auto;
    order: 0;
  }
  .about_sec2_content_imgBox_text {
    margin-top: 6.4102564103vw;
    order: 3;
  }
  .about_sec2_content_imgBox_text span {
    font-size: 5.641025641vw;
    display: block;
  }
  .about_sec2_content_textBox_title {
    font-size: 5.1282051282vw;
    margin-top: 7.1794871795vw;
    order: 1;
  }
  .about_sec2_content_textBox_text {
    margin-top: 2.8205128205vw;
    order: 2;
  }
}
/* section3
***************************************************************/
.about_sec3 .inner {
  max-width: 980px;
}

.faq_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-top: 60px;
}

.faq_accordion-area li {
  background: #fff;
  padding: 26px 32px;
  position: relative;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(120, 169, 24, 0.1);
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  padding-left: 62px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.faq_title span {
  position: relative;
}

.faq_title span::before {
  content: "Q";
  display: block;
  width: 42px;
  height: 42px;
  background: #78A918;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: -7px;
  left: -62px;
  font-family: "Poppins", sans-serif;
}

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

.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: 26px 0 0 62px;
  position: relative;
}

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

.faq_box p::before {
  content: "A";
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #78A918;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #78A918;
  position: absolute;
  top: -7px;
  left: -62px;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 680px) {
  .faq_accordion-area {
    gap: 5.1282051282vw;
    margin-top: 8.9743589744vw;
  }
  .faq_accordion-area li {
    padding: 5.1282051282vw 3.8461538462vw;
  }
  .faq_title {
    padding-left: 15.8974358974vw;
    padding-right: 5.1282051282vw;
    font-size: 5.1282051282vw;
  }
  .faq_title span::before {
    width: 10.7692307692vw;
    height: 10.7692307692vw;
    font-size: 5.1282051282vw;
    top: -1.7948717949vw;
    left: -15.8974358974vw;
  }
  /*アイコンの＋と×*/
  .faq_title::before,
  .faq_title::after {
    width: 5.1282051282vw;
    height: 0.7692307692vw;
  }
  .faq_title::before {
    right: 0;
  }
  .faq_title::after {
    right: 0;
  }
  .faq_box {
    padding: 5.1282051282vw 0 0 15.8974358974vw;
  }
  .faq_box p::before {
    width: 10.7692307692vw;
    height: 10.7692307692vw;
    font-size: 5.1282051282vw;
    top: -1.7948717949vw;
    left: -15.8974358974vw;
  }
}
/* 一覧
***************************************************************/
.service .inner {
  max-width: 980px;
}

.service_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px 58px;
}

.service_item a {
  display: block;
  position: relative;
  z-index: 1;
}

.service_item a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../images/service/bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.service_item a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon/icon_arrow_service.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 27px;
  bottom: 16px;
}

.service_item_number {
  color: #FFF;
  font-size: 34px;
  font-weight: 300;
  line-height: 150%;
  position: absolute;
  top: 14px;
  left: 31px;
}

.service_item_title {
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 10.85px rgba(0, 0, 0, 0.35);
  font-family: "Noto Sans JP";
  font-size: 26px;
  width: 100%;
  font-weight: 700;
  line-height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service_item_title .en {
  display: block;
  font-size: 15.19px;
  font-weight: 600;
  line-height: 150%;
}

.service_item a:hover::before {
  transform: translate(-50%, -50%) rotate(5deg);
}

@media screen and (max-width: 680px) {
  .service_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.2564102564vw;
  }
  .service_item a::after {
    width: 7.9487179487vw;
    height: 7.9487179487vw;
    right: 3.5897435897vw;
    bottom: 2.3076923077vw;
  }
  .service_item_number {
    font-size: 6.9230769231vw;
    top: 3.5897435897vw;
    left: 7.9487179487vw;
  }
  .service_item_title {
    font-size: 6.1538461538vw;
  }
  .service_item_title .en {
    font-size: 3.5897435897vw;
  }
}
/* Section1
***************************************************************/
.service_sec1_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
  padding: 40px 60px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  max-width: 1080px;
  margin: 42px auto 0;
}

.service_sec1_list::before {
  content: "";
  display: inline-block;
  width: 109px;
  height: 191px;
  background-image: url(../images/service/service_deco01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -54px;
  bottom: -33px;
}

.service_sec1_item {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  display: flex;
  align-items: center;
  gap: 12px;
}

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

@media screen and (max-width: 680px) {
  .service_sec1_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4.1025641026vw;
    padding: 7.6923076923vw 5.1282051282vw;
    margin: 5.641025641vw auto 0;
  }
  .service_sec1_list::before {
    display: none;
  }
  .service_sec1_item {
    font-size: 4.6153846154vw;
    gap: 3.0769230769vw;
    display: grid;
    grid-template-columns: 6.6666666667vw 1fr;
  }
  .service_sec1_item::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
/* section2
***************************************************************/
.service_sec2_list {
  display: flex;
  flex-flow: column;
  gap: 80px;
  margin-top: 135px;
}

.service_sec2_item {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-right: calc(50% - 50vw);
}

.service_sec2_item:nth-of-type(2n) {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
  flex-flow: row-reverse;
}

.service_sec2_itemBox {
  width: 490px;
}

.service_sec2_itemBox_text {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  display: flex;
  align-items: center;
  gap: 12px;
}

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

.service_sec2_itemBox_title {
  color: #78A918;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.service_sec2_itemBox_comment {
  line-height: 200%;
  margin-top: 25px;
}

.service_sec2_itemBox_dl {
  margin-top: 28px;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP";
}

.service_sec2_itemBox_dt {
  font-size: 13px;
  line-height: 100%;
  border-radius: 4px;
  border: 1px solid #6B6B6B;
  padding: 6px 8px;
  margin-right: 8px;
}

.service_sec2_itemBox_dd {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin-right: 24px;
}

.service_sec2_item_img {
  height: 390px;
  border-radius: 24px 0 0 24px;
  flex: 1;
}

li:nth-of-type(2n) .service_sec2_item_img {
  border-radius: 0 24px 24px 0;
}

.service_sec2_content {
  max-width: 980px;
  margin: 100px auto 0;
  border-radius: 24px;
  background-image: url(../images/service/bg02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 54px 165px 58px;
  text-align: center;
}

.service_sec2_content .section_head_title .ja,
.service_sec2_content .section_head_title .en {
  color: #fff;
}

.service_sec2_contentHead {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-top: 34px;
  position: relative;
}

.service_sec2_contentHead::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../images/icon/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service_sec2_contentHead_box {
  border-radius: 24px;
  background: #FFF;
  height: 130px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.service_sec2_contentHead_box_title {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.service_sec2_contentHead_box_price {
  color: #78A918;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 10px;
}

.service_sec2_contentHead_box_price span {
  font-size: 46px;
  font-weight: 600;
}

.service_sec2_contentHead_box_subTitle {
  color: #78A918;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.service_sec2_contentHead_box_text {
  font-weight: 500;
  line-height: 150%;
}

.service_sec2_contentMain {
  border-radius: 24px;
  background: #FFF;
  margin-top: 34px;
  position: relative;
  padding: 37px 100px 43px;
}

.service_sec2_contentMain::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/icon_arrow_top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: 127px;
  top: -15px;
}

.service_sec2_contentMain_title {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.service_sec2_contentMain_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px 20px;
  margin-top: 25px;
}

.service_sec2_contentMain_item {
  width: 95px;
}

.service_sec2_contentMain_item_title {
  color: #78A918;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
  margin-top: 8px;
}

@media screen and (max-width: 680px) {
  .service_sec2_list {
    gap: 15.3846153846vw;
    margin-top: 17.1794871795vw;
  }
  .service_sec2_item {
    flex-flow: column;
    gap: 7.6923076923vw;
  }
  .service_sec2_item:nth-of-type(2n) {
    flex-flow: column;
  }
  .service_sec2_itemBox {
    width: 100%;
    padding-right: 3.8461538462vw;
  }
  li:nth-of-type(2n) .service_sec2_itemBox {
    padding-right: 0;
    padding-left: 3.8461538462vw;
  }
  .service_sec2_itemBox_text {
    display: grid;
    grid-template-columns: 6.6666666667vw 1fr;
    font-size: 4.6153846154vw;
    gap: 3.0769230769vw;
  }
  .service_sec2_itemBox_text::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .service_sec2_itemBox_title {
    display: grid;
    grid-template-columns: 7.1794871795vw 1fr;
    font-size: 6.1538461538vw;
    gap: 2.0512820513vw;
  }
  .service_sec2_itemBox_title::before {
    width: 7.1794871795vw;
    height: 5.641025641vw;
  }
  .service_sec2_itemBox_comment {
    margin-top: 5.1282051282vw;
  }
  .service_sec2_itemBox_dl {
    margin-top: 5.1282051282vw;
  }
  .service_sec2_itemBox_dt {
    font-size: 3.3333333333vw;
    border-radius: 1.0256410256vw;
    padding: 1.5384615385vw 2.0512820513vw;
    margin-right: 2.0512820513vw;
  }
  .service_sec2_itemBox_dd {
    font-size: 4.1025641026vw;
    margin-right: 6.1538461538vw;
  }
  .service_sec2_item_img {
    height: 56.4102564103vw;
    border-radius: 6.1538461538vw 0 0 6.1538461538vw;
  }
  li:nth-of-type(2n) .service_sec2_item_img {
    border-radius: 0 6.1538461538vw 6.1538461538vw 0;
  }
  .service_sec2_content {
    width: 100vw;
    max-width: unset;
    margin: 15.3846153846vw calc(50% - 50vw) 0;
    border-radius: 0;
    padding: 12.8205128205vw 3.8461538462vw 7.1794871795vw;
  }
  .service_sec2_contentHead {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15.3846153846vw;
    margin-top: 7.6923076923vw;
  }
  .service_sec2_contentHead::before {
    width: 5.8974358974vw;
    height: 5.8974358974vw;
  }
  .service_sec2_contentHead_box {
    height: 33.3333333333vw;
  }
  .service_sec2_contentHead_box_title {
    font-size: 4.6153846154vw;
  }
  .service_sec2_contentHead_box_price {
    font-size: 4.1025641026vw;
    margin-top: 2.5641025641vw;
  }
  .service_sec2_contentHead_box_price span {
    font-size: 11.7948717949vw;
  }
  .service_sec2_contentHead_box_subTitle {
    color: #78A918;
    font-family: "Noto Sans JP";
    font-size: 6.1538461538vw;
    font-weight: 700;
    line-height: 150%;
  }
  .service_sec2_contentHead_box_text {
    font-weight: 500;
    line-height: 150%;
  }
  .service_sec2_contentMain {
    margin-top: 8.7179487179vw;
    padding: 7.6923076923vw 5.1282051282vw 3.8461538462vw;
  }
  .service_sec2_contentMain::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    top: -4.6153846154vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .service_sec2_contentMain_title {
    font-size: 4.6153846154vw;
  }
  .service_sec2_contentMain_list {
    gap: 5.1282051282vw;
    margin-top: 6.4102564103vw;
  }
  .service_sec2_contentMain_item {
    width: 23.8461538462vw;
  }
  .service_sec2_contentMain_item_title {
    font-size: 3.3333333333vw;
    margin-top: 2.0512820513vw;
  }
}
/* section3
***************************************************************/
.service_sec3 {
  overflow: hidden;
}

.service_slider {
  display: block;
  margin: 64px calc(50% - 50vw) 0;
  width: 100vw;
}

.service_slider .slick-slide {
  width: 377px;
  margin: 0 12px;
}

.service_slider .slick-prev,
.service_slider .slick-next {
  position: absolute;
  bottom: 0px;
  cursor: pointer;
  outline: none;
  background-image: url(../images/icon/icon_arrow_slide.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 48px;
  width: 48px;
  z-index: 1;
}

.service_slider .slick-prev {
  left: calc(50% - 210px);
  transform: scale(-1, 1);
}

.service_slider .slick-next {
  right: calc(50% - 210px);
}

.service_slider .slick-dots {
  text-align: center;
  margin: 60px 0 0 0;
}

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

.service_slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 50%;
  background: #78A918;
  opacity: 0.3;
}

.service_slider .slick-dots .slick-active button {
  opacity: 1;
}

@media screen and (max-width: 680px) {
  .service_slider {
    margin: 12.3076923077vw 0 0;
    width: 100%;
  }
}
/* 一覧
***************************************************************/
.works_category ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.works_category ul li a {
  background: #fff;
  border: 1px solid #78A918;
  color: #78A918;
  padding: 6px 40px;
  border-radius: 100px;
  font-weight: bold;
  transition: 0.3s;
}

.works_category ul li.active a {
  background: #78A918;
  color: #fff;
}

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

.works_item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.works_item a img {
  height: 239px;
}

.works_itemBox {
  padding: 20px;
  border-top: 1px solid #78A918;
}

.works_itemBox_category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.works_itemBox_category span {
  font-size: 11px;
  font-weight: 600;
  border-radius: 100px;
  background: #78A918;
  color: #fff;
  padding: 3px 6px 4px;
  line-height: 1;
}

.works_itemBox_title {
  margin-top: 8px;
  line-height: 1.5;
  min-height: 48px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.works_itemBox_content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 16px;
}

.works_itemBox_text {
  font-weight: 600;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.works_itemBox_text span {
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 4px;
  border: 1px solid #6B6B6B;
  padding: 6px 8px;
}

@media screen and (min-width: 681px) {
  .works_category ul li a:hover {
    color: #fff;
    background: #78A918;
  }
}
@media screen and (max-width: 680px) {
  .works_category ul {
    justify-content: flex-start;
    gap: 1.2820512821vw 2.0512820513vw;
  }
  .works_category ul li a {
    padding: 0.7692307692vw 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
  .works_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6.1538461538vw;
    margin-top: 8.7179487179vw;
  }
  .works_item a img {
    height: 61.2820512821vw;
  }
  .works_itemBox {
    padding: 5.1282051282vw;
  }
  .works_itemBox_category {
    gap: 1.2820512821vw 2.5641025641vw;
  }
  .works_itemBox_category span {
    font-size: 3.3333333333vw;
    border-radius: 25.641025641vw;
    padding: 1.5384615385vw 3.5897435897vw;
  }
  .works_itemBox_title {
    margin-top: 2.0512820513vw;
    min-height: 12.3076923077vw;
  }
  .works_itemBox_content {
    gap: 2.5641025641vw 6.1538461538vw;
    margin-top: 4.1025641026vw;
  }
  .works_itemBox_text {
    gap: 2.0512820513vw;
  }
  .works_itemBox_text span {
    font-size: 3.3333333333vw;
    border-radius: 1.0256410256vw;
    padding: 1.5384615385vw 2.0512820513vw;
  }
}
/* Section2
***************************************************************/
.single_sec2 {
  padding: 50px 0;
  position: relative;
}

.single_sec2::before {
  content: "";
  display: inline-block;
  width: 206px;
  height: 120px;
  background-image: url(../images/common/before01_1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  vertical-align: middle;
  position: absolute;
  left: 30px;
  bottom: 0;
}

.single_sec2::after {
  content: "";
  display: inline-block;
  width: 203px;
  height: 118px;
  background-image: url(../images/common/before01_2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  bottom: 0;
}

.single_sec2 .inner {
  max-width: 980px;
  position: relative;
}

.single_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 24px;
}

.single_gallery img {
  height: 207px;
  border-radius: 16px;
}

.single_gallery figcaption {
  margin-top: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 680px) {
  .single_sec2 {
    padding: 10.2564102564vw 0;
  }
  .single_sec2::before {
    display: none;
  }
  .single_sec2::after {
    display: none;
  }
  .single_gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.1538461538vw;
  }
  .single_gallery img {
    height: 53.0769230769vw;
    border-radius: 4.1025641026vw;
  }
  .single_gallery figcaption {
    margin-top: 2.5641025641vw;
    line-height: 1.4;
  }
}
/* section1
***************************************************************/
.flow_sec1 .inner {
  max-width: 980px;
}

.flow_sec1_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-top: 70px;
}

.flow_sec1_item {
  border-radius: 24px;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 30px 60px;
  display: grid;
  grid-template-columns: 48px 1fr 150px;
}

.flow_sec1_number {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  background: #78A918;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.flow_sec1_itemBox {
  padding: 0 28px 0 60px;
}

.flow_sec1_itemBox_title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.flow_sec1_itemBox_text {
  line-height: 200%;
  margin-top: 8px;
}

@media screen and (max-width: 680px) {
  .flow_sec1 {
    padding: 30.7692307692vw 0 11.5384615385vw;
  }
  .flow_sec1 .section_head {
    display: block;
  }
  .flow_sec1 .section_head_title {
    text-align: left;
    padding: 0 3.8461538462vw;
  }
  .flow_sec1 .section_head_title .ja {
    font-size: 5.641025641vw;
  }
  .flow_sec1 .section_head_img {
    width: 32.3076923077vw;
    height: 26.6666666667vw;
    left: -2.5641025641vw;
    bottom: unset;
    top: -30.7692307692vw;
  }
  .flow_sec1 .section_head_img:nth-of-type(2) {
    left: unset;
    right: -2.5641025641vw;
  }
  .flow_sec1_list {
    gap: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
  .flow_sec1_item {
    display: flex;
    flex-flow: column;
    padding: 5.1282051282vw;
  }
  .flow_sec1_number {
    font-size: 5.641025641vw;
    width: 12.3076923077vw;
    height: 12.3076923077vw;
  }
  .flow_sec1_itemBox {
    padding: 0;
  }
  .flow_sec1_itemBox_title {
    font-size: 6.1538461538vw;
    text-align: center;
  }
  .flow_sec1_itemBox_text {
    line-height: 200%;
    margin-top: 2.0512820513vw;
  }
  .flow_sec1_item_icon {
    width: 32.0512820513vw;
    margin-top: 4.1025641026vw;
  }
}
/* section1
***************************************************************/
.company {
  padding: 80px 0 120px;
}

.company .inner {
  max-width: 980px;
}

.company_table {
  width: 100%;
  border-top: 1px solid #BFBFBF;
}

.company_th {
  width: 15%;
  padding: 24px 0;
  border-bottom: 1px solid #BFBFBF;
  color: #78A918;
  vertical-align: middle;
}

.company_td {
  width: 85%;
  padding: 24px 0 24px 48px;
  border-bottom: 1px solid #BFBFBF;
}

.company_td .pin {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

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

.company iframe {
  width: 100%;
  height: 300px;
  margin-top: 60px;
  border-radius: 24px;
}

@media screen and (max-width: 680px) {
  .company {
    padding: 11.5384615385vw 0;
  }
  .company_th {
    width: 100%;
    display: block;
    padding: 5.1282051282vw 0 1.5384615385vw;
    border-bottom: unset;
  }
  .company_td {
    width: 100%;
    display: block;
    padding: 0 0 5.1282051282vw;
  }
  .company_td .pin {
    font-size: 3.5897435897vw;
    gap: 2.0512820513vw;
    margin-top: 2.5641025641vw;
  }
  .company_td .pin::before {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  .company_td img {
    width: 74.358974359vw;
  }
  .company iframe {
    height: 76.9230769231vw;
    margin-top: 10.2564102564vw;
    border-radius: 6.1538461538vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact {
  padding: 80px 0;
}

.contact_tel {
  text-align: center;
  margin-top: 100px;
}

.contact_tel a {
  color: #78A918;
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

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

.contact_tel_text {
  color: #989898;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
}

.contact .inner {
  max-width: 980px;
}

.contact_form {
  padding: 55px 84px;
  margin: 80px auto 0;
  background: #fff;
}

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

.contact_item_title {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-weight: bold;
}

.req {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #78A918;
  border-radius: 4px;
  padding: 0 6px;
}

.contact_area {
  margin-top: 12px;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

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

.wpcf7-checkbox,
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .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: 64px;
  overflow-y: scroll;
  border: 1px solid #CBCBCB;
}

.contact_privacy_scroll {
  height: 240px;
  padding: 40px 24px;
}

.contact_privacy_title {
  font-weight: bold;
  text-align: center;
}

.contact_privacy_list {
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding-bottom: 40px;
  margin-top: 16px;
}

.contact_privacy_item .list02 {
  padding-left: 15px;
  list-style: auto;
}

.contact_privacy_item .list03 {
  padding-left: 15px;
  list-style: lower-roman;
}

.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: #333;
  text-decoration: underline;
}

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

.contact_submit a {
  position: relative;
  width: 200px;
  font-size: 16px;
  text-align: center;
  border: 2px solid #333;
  border-radius: 40px;
  padding: 4px 0;
  transition: 0.3s;
}

.contact_submit input {
  text-align: center;
  width: 478px;
  height: 86px;
  padding: 26px 0;
  font-size: 16px;
  border-radius: 12px;
  border: 2px solid #FF7F10;
  background: #FF7F10;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (min-width: 681px) {
  .contact_submit:hover,
  .thanks_btn:hover {
    color: #333;
    background: #fff;
  }
}
@media screen and (max-width: 680px) {
  .contact {
    padding: 11.5384615385vw 0 0;
  }
  .contact .section_text {
    text-align: center;
    padding-bottom: 23.0769230769vw;
  }
  .contact_tel {
    margin-top: 11.5384615385vw;
  }
  .contact_tel a {
    font-size: 9.2307692308vw;
    gap: 2.0512820513vw;
  }
  .contact_tel a::before {
    width: 7.6923076923vw;
    height: 10vw;
  }
  .contact_tel_text {
    font-size: 3.5897435897vw;
  }
  .contact_form {
    padding: 10.2564102564vw 3.8461538462vw 15.3846153846vw;
    margin: 7.6923076923vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .contact_list {
    gap: 10.2564102564vw;
  }
  .contact_item_title {
    gap: 2.0512820513vw;
  }
  .req {
    font-size: 3.5897435897vw;
    border-radius: 1.0256410256vw;
    padding: 0 1.5384615385vw;
  }
  .contact_area {
    margin-top: 3.0769230769vw;
  }
  .contact_area input {
    padding: 2.5641025641vw;
    border-radius: 1.0256410256vw;
  }
  .contact_area textarea {
    height: 62.8205128205vw;
    padding: 1.2820512821vw 2.5641025641vw;
    border-radius: 1.0256410256vw;
  }
  .wpcf7-checkbox,
  .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 1.0256410256vw 5.1282051282vw;
  }
  .wpcf7-checkbox .wpcf7-list-item,
  .wpcf7-radio .wpcf7-list-item {
    width: auto;
    margin: 0;
  }
  .contact_area label {
    display: flex;
    gap: 2.5641025641vw;
    align-items: center;
    cursor: pointer;
  }
  .contact_area label input {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    padding: 0;
    background: unset;
    border: unset;
  }
  .contact_area label span {
    width: auto;
  }
  .contact_check {
    display: flex;
    gap: 2.5641025641vw;
    align-items: center;
    justify-content: center;
    margin-top: 10.2564102564vw;
    text-align: center;
  }
  .contact_check input {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  .contact_check a {
    color: #333;
    text-decoration: underline;
  }
  .contact_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
  .contact_submit a {
    position: relative;
    width: 51.2820512821vw;
    font-size: 4.1025641026vw;
    text-align: center;
    border: 0.5128205128vw solid #333;
    border-radius: 10.2564102564vw;
    padding: 1.0256410256vw 0;
    transition: 0.3s;
  }
  .contact_submit input {
    text-align: center;
    width: 122.5641025641vw;
    height: 22.0512820513vw;
    padding: 6.6666666667vw 0;
    font-size: 4.1025641026vw;
    border-radius: 3.0769230769vw;
    border: 0.5128205128vw solid #FF7F10;
    background: #FF7F10;
    color: #FFF;
    font-size: 6.1538461538vw;
    font-weight: 700;
    line-height: 140%;
  }
  .wpcf7-spinner {
    display: none;
  }
}
/*  一覧
***************************************************************/
.news_category ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.news_category ul li a {
  border-radius: 100px;
  border: 1px solid #78A918;
  background: #fff;
  padding: 6px 40px;
  color: #78A918;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  transition: 0.3s;
}

.news_category ul li.active a {
  background: #78A918;
  color: #fff;
}

.news_list {
  margin-top: 60px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.news_item a {
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(120, 169, 24, 0.1);
  display: flex;
  align-items: center;
  padding: 32px;
}

.news_item_time {
  color: #78A918;
  font-weight: 600;
  line-height: 150%;
  margin-right: 32px;
  min-width: 90px;
}

.news_item_category {
  border-radius: 100px;
  background: #78A918;
  padding: 8px 24px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
  min-width: 126px;
}

.news_item_title {
  padding-left: 74px;
  font-weight: 600;
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (min-width: 681px) {
  .news_category ul li a:hover {
    color: #fff;
    background: #78A918;
  }
}
@media screen and (max-width: 680px) {
  .news_category ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3.0769230769vw;
  }
  .news_category ul li a {
    padding: 1.5384615385vw 5.1282051282vw;
    font-size: 4.1025641026vw;
  }
  .news_list {
    margin-top: 10.2564102564vw;
    gap: 5.1282051282vw;
  }
  .news_item a {
    display: block;
    padding: 5.1282051282vw;
  }
  .news_item_time {
    margin-right: 4.1025641026vw;
  }
  .news_item_category {
    padding: 1.0256410256vw 5.1282051282vw;
    font-size: 3.3333333333vw;
    min-width: 32.3076923077vw;
    display: inline-block;
    margin-bottom: 4.1025641026vw;
  }
  .news_item_title {
    padding-left: 0;
    -webkit-line-clamp: 2;
  }
}
/* Privacy
***************************************************************/
.privacy .inner {
  max-width: 980px;
}

.privacy_list {
  margin-top: 40px;
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.privacy_item_title {
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}

.privacy_item_text {
  line-height: 1.6;
  margin-top: 5px;
}

.privacy_item .item01 {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}

@media screen and (max-width: 680px) {
  .privacy_list {
    margin-top: 8.9743589744vw;
    gap: 7.1794871795vw;
  }
  .privacy_item_text {
    margin-top: 1.2820512821vw;
  }
}