@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 15px;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.03rem;
}

img,
svg {
  display: block;
  max-width: 100%;
}

p {
  margin-bottom: 1rem;
  line-height: 2;
}

.red {
  color: #cf2e2e;
}

.lh_large {
  line-height: 1.75;
}

.tb-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .tb-only {
    display: inline;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 425px) {
  .sp-only {
    display: inline;
  }
}

main {
  overflow: hidden;
  font-feature-settings: "palt";
  letter-spacing: 0.08rem;
  line-break: strict;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  word-break: auto-phrase;
}
main p.text-center {
  text-align: center;
}
main p.font-medium {
  font-weight: 500;
}
main p.font-semibold {
  font-weight: 600;
}
main p.font-bold {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main p {
    font-size: 16px;
  }
}
main ul {
  list-style-position: outside;
  list-style-type: disc;
}
main ul li {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main ul li {
    font-size: 16px;
  }
}
main ul li::marker {
  color: #333333;
}
main ol {
  margin: 5px 0 1.5rem 1.5rem;
  list-style-type: decimal;
  /* デフォルトの番号表示 */
  list-style-position: outside;
  /* 番号をリスト項目内側に配置 */
}
main ol li {
  line-height: 2;
}
main ol li::marker {
  color: #333333;
}
main .wp-block-table {
  margin: 0 auto;
}
main .wp-block-table thead {
  border-bottom: 1px solid #16832e;
}
main .wp-block-table thead th {
  background-color: #f0faf2;
  border: none;
  padding: 20px;
}
main .wp-block-table table {
  background: white;
}
main .wp-block-table table tr {
  border: none;
}
main .wp-block-table table tr td {
  border-left: none;
  border-right: none;
  border-top: none;
  line-height: 1.8;
  padding: 20px 10px;
  border-bottom: 1px solid #d9d9d9;
}
main .wp-block-table table td:first-child {
  padding: 20px;
  border-bottom: 1px solid #d9d9d9;
  color: #16832e;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main .wp-block-table table td:first-child {
    padding: 20px 10px;
    width: 100px;
  }
}
main .wp-block-table table td:last-child {
  padding: 20px;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  main .wp-block-table table td:last-child {
    padding: 20px 10px;
  }
}
main .wp-block-embed-youtube {
  margin: 4rem 0;
}
main .wp-block-embed-youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
main hr,
main hr.wp-block-separator {
  margin: 4rem 0;
  border: solid 1px #ccc;
}
main .wp-block-group.is-layout-grid {
  gap: 20px;
}
main .wp-block-columns {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  main .wp-block-column img {
    margin-left: auto;
    margin-right: auto;
  }
}
main figure.wp-block-image.rad-10 img {
  border-radius: 10px;
}

/* 会社説明会専用table */
main.new .briefing table thead {
  border: 1px solid #d9d9d9;
  border-bottom: none;
}
@media (max-width: 480px) {
  main.new .briefing table thead {
    display: none;
  }
}
main.new .briefing table thead th {
  border: 1px solid #d9d9d9;
}
@media (max-width: 480px) {
  main.new .briefing table tr {
    display: block;
    margin-bottom: 20px;
  }
}
main.new .briefing table tr:first-child {
  text-align: left;
  padding: 16px;
}
@media (max-width: 480px) {
  main.new .briefing table tr:first-child {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    padding: 0px;
  }
}
@media (max-width: 480px) {
  main.new .briefing table tr:not(:first-child) {
    text-align: left;
  }
}
main.new .briefing table th {
  text-align: center;
  background-color: #e2f6e6;
  font-weight: bold;
  font-size: 13px;
  padding: 16px 14px;
}
@media (max-width: 480px) {
  main.new .briefing table th {
    display: none;
  }
}
main.new .briefing table th:first-child {
  width: 20%;
}
main.new .briefing table th:last-child {
  width: 14%;
}
main.new .briefing table td {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  padding: 16px 14px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 480px) {
  main.new .briefing table td {
    font-size: 14px;
    display: block;
  }
}
main.new .briefing table td:first-child {
  font-weight: bold;
  text-align: center;
  padding: 16px;
  color: #333333;
}
@media (max-width: 480px) {
  main.new .briefing table td:first-child {
    background-color: #e2f6e6;
    border-top: 1px solid #d9d9d9;
    width: auto;
  }
}
@media (max-width: 480px) {
  main.new .briefing table td:not(:first-child) {
    text-align: left;
  }
}
@media (max-width: 480px) {
  main.new .briefing table td:nth-child(2)::before {
    content: "時間";
    width: 44px;
    text-align: center;
    display: inline-block;
    line-height: 12px;
    background: #16832e;
    color: #FFFFFF;
    font-size: 11px;
    padding: 6px;
    border-radius: 3px;
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  main.new .briefing table td:nth-child(3)::before {
    content: "場所";
    width: 44px;
    text-align: center;
    display: inline-block;
    line-height: 12px;
    background: #16832e;
    color: #FFFFFF;
    font-size: 11px;
    padding: 6px;
    border-radius: 3px;
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  main.new .briefing table td:last-child::before {
    content: "申込締切";
    display: inline-block;
    line-height: 12px;
    background: #16832e;
    color: #FFFFFF;
    font-size: 11px;
    padding: 6px;
    border-radius: 3px;
    margin-right: 15px;
  }
}

nav.navigation.pagination {
  margin: 60px auto 0;
  container-type: inline-size;
  container-name: pagination;
}
nav.navigation.pagination div.nav-links::before, nav.navigation.pagination div.nav-links::after, nav.navigation.pagination div.nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  aspect-ratio: 1/1;
  color: #e5e5e5;
  border-radius: 10px;
  background: white;
}
nav.navigation.pagination div.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@container pagination (max-width: 600px) {
  nav.navigation.pagination div.nav-links .page-numbers {
    min-width: 35px;
  }
  nav.navigation.pagination div.nav-links:before, nav.navigation.pagination div.nav-links:after,
  nav.navigation.pagination div.nav-links .page-numbers.prev,
  nav.navigation.pagination div.nav-links .page-numbers.next {
    width: 100%;
    aspect-ratio: auto;
    margin: 0 !important;
    padding: 7px 5px;
  }
}
nav.navigation.pagination div.nav-links .page-numbers.current {
  color: white;
  background: #bbb;
  border-color: #bbb;
}
nav.navigation.pagination div.nav-links .page-numbers.prev {
  margin-right: 35px;
}
nav.navigation.pagination div.nav-links .page-numbers.next {
  margin-left: 35px;
}
nav.navigation.pagination div.nav-links::before, nav.navigation.pagination div.nav-links::after {
  display: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
nav.navigation.pagination div.nav-links:not(:has(.prev)):before {
  display: flex;
  content: "\f053";
  margin-right: 35px;
}
nav.navigation.pagination div.nav-links:not(:has(.next)):after {
  display: flex;
  content: "\f054";
  margin-left: 35px;
}

ul.menu li {
  line-height: 1.5;
}
ul.menu li a[href$=".pdf"]:after {
  content: "\f1c1";
  margin-left: 5px;
  color: #e5e5e5;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
header#site-header-pc {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  background: white;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  header#site-header-pc {
    display: none;
  }
}
header#site-header-pc #site-header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header#site-header-pc #site-header-wrap h1.site-logo a {
  display: flex;
  align-items: center;
}
header#site-header-pc #site-header-wrap h1.site-logo .logo img {
  width: 100%;
  height: auto;
}

.header-side {
  display: flex;
  align-items: center;
}

.gnav ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.gnav ul > li {
  text-align: center;
  margin-right: 30px;
}
@media (max-width: 1366px) {
  .gnav ul > li {
    margin-right: 24px;
  }
}
@media (max-width: 1179px) {
  .gnav ul > li {
    font-size: 18px;
    margin-right: 13px;
  }
}
.gnav ul > li a {
  color: #333333;
  padding: 22px 0 26px 0;
  position: relative;
  display: inline-block;
  font-size: 15px;
}
@media (max-width: 1179px) {
  .gnav ul > li a {
    font-size: 13px;
  }
}
.gnav ul > li a:hover {
  color: #19ab39;
}
.gnav ul > li:last-of-type {
  margin-right: 0;
}
.gnav ul > li:not(.menu-item-has-children) a:hover {
  color: #19ab39;
}
.gnav ul > li.menu-item-has-children {
  opacity: 1 !important;
}
.gnav ul > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 0.3em;
  color: #19ab39;
}
.gnav ul > li.menu-item-has-children ul.sub-menu {
  display: none;
  background: #FFFFFF;
  border-radius: 0px 0px 20px 20px;
  min-width: 800px;
  min-height: 256px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.gnav ul > li.menu-item-has-children ul.sub-menu:hover {
  display: block;
}
@media (max-width: 1179px) {
  .gnav ul > li.menu-item-has-children ul.sub-menu {
    min-width: 700px;
  }
}
.gnav ul > li.menu-item-has-children ul.sub-menu .wrap {
  display: flex;
  column-gap: 36px;
  padding: 40px;
  min-height: 256px;
}
@media (max-width: 1179px) {
  .gnav ul > li.menu-item-has-children ul.sub-menu .wrap {
    column-gap: 27px;
  }
}
.gnav ul > li.menu-item-has-children ul.sub-menu .wrap .ttl {
  font-size: 16px;
  display: flex;
  align-items: center;
  border-right: 1px solid #d9d9d9;
  padding-right: 16px;
}
.gnav ul > li.menu-item-has-children ul.sub-menu .wrap .ttl::before {
  content: "\f0a9";
  font-family: "FontAwesome";
  display: inline-block;
  color: #19ab39;
  margin-right: 0.2rem;
}
.gnav ul > li.menu-item-has-children ul.sub-menu .wrap .ttl a {
  font-size: 16px;
  font-weight: bold;
  color: #19ab39;
}
.gnav ul > li.menu-item-has-children ul.sub-menu .wrap .inner-wrap {
  width: 233px;
  text-align: left;
}
.gnav ul > li.menu-item-has-children ul.sub-menu .wrap .inner-wrap li {
  display: block;
  position: relative;
}
.gnav ul > li.menu-item-has-children ul.sub-menu .wrap .inner-wrap li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #19ab39;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
  top: 40%;
  left: -5%;
}
.gnav ul > li.menu-item-has-children ul.sub-menu .wrap .inner-wrap li a {
  font-size: 14px;
  padding: 5px 0;
  color: #333333;
  display: block;
  opacity: 1 !important;
}
.gnav ul > li.menu-item-has-children ul.sub-menu .wrap .inner-wrap li a:hover {
  color: #19ab39;
}
.gnav ul > li.menu-item-has-children ul.sub-menu .wrap .inner-wrap li.profile {
  position: relative;
}
.gnav ul > li.menu-item-has-children ul.sub-menu .wrap .inner-wrap li.profile ul.sub-menu.third {
  background: transparent;
  box-shadow: none;
  top: 60%;
  left: 55%;
  min-width: 300px;
  list-style: disc;
}
.gnav ul > li.menu-item-has-children ul.sub-menu .wrap .inner-wrap li.profile ul.sub-menu.third li {
  display: block;
  line-height: 1;
}
.gnav ul > li.menu-item-has-children ul.sub-menu .wrap .inner-wrap li.profile ul.sub-menu.third li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #19ab39;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 6px;
  top: 68%;
  left: -5%;
}
.gnav ul > li.menu-item-has-children ul.sub-menu .wrap .inner-wrap li.profile ul.sub-menu.third li a {
  padding: 13px 0 0;
  display: block;
}
.gnav ul > li.menu-item-has-children ul.sub-menu .wrap .inner-wrap li.profile ul.sub-menu.third .wrap {
  display: block;
  padding: 10px 0 0 40px;
}

.gnav ul .gnav ul li.current_page_item a,
.gnav ul li.current-menu-item a {
  color: #0AB4A2;
}

/* お問い合わせボタン */
.head-btn {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .head-btn {
    position: absolute;
    right: 80px;
  }
}

.head-btn a {
  display: block;
  font-weight: 700;
  font-size: 15px;
  width: 167px;
  height: 43px;
  background: #ffad2e;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  background-size: auto 100%;
  border-radius: 30px;
  border: 2px solid #ffad2e;
}
@media (max-width: 1366px) {
  .head-btn a {
    border-radius: 50%;
    width: 42px;
    height: 42px;
  }
}
.head-btn a:hover {
  display: block;
  background: #FFFFFF;
  color: #ffad2e;
  transition: 0.7s;
}
.head-btn a:hover::before {
  color: #ffad2e;
}
.head-btn a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0e0";
  font-size: 1em;
  color: #fff;
  font-weight: 500;
  margin-right: 10px;
}
@media (max-width: 1366px) {
  .head-btn a:before {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .head-btn a:before {
    font-size: 1.3em;
  }
}
@media (max-width: 1366px) {
  .head-btn a span {
    display: none;
  }
}

.recruit-btn a {
  display: block;
  font-weight: 700;
  font-size: 15px;
  width: 148px;
  height: 43px;
  transition: 0.7s;
  color: #0ac132;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  background-size: auto 100%;
  border-radius: 30px;
  border: 2px solid #0ac132;
  margin-left: 10px;
}
.recruit-btn a:hover {
  display: block;
  background: #0ac132;
  color: #FFFFFF;
}
.recruit-btn a:hover::before {
  background-image: url("images/footer-arrow_hover.svg");
}
.recruit-btn a:before {
  display: inline-block;
  content: "";
  background-image: url("images/footer-arrow.svg");
  width: 14px;
  height: 14px;
  font-size: 1em;
  font-weight: 700;
  margin-right: 10px;
  transition: 0.7s;
}

header#site-header-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  header#site-header-sp {
    display: block;
    height: 60px;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 20px;
  }
}
header#site-header-sp #site-header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header#site-header-sp #site-header-wrap #header-nav-toggle > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
header#site-header-sp #site-header-wrap #header-nav-toggle > div::before {
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 600;
}
header#site-header-sp #site-header-wrap #header-nav-toggle > div#toggele_menu {
  width: 60px;
  height: 60px;
  color: #FFFFFF;
  font-weight: bold;
  background: #19ab39;
}
header#site-header-sp #site-header-wrap #header-nav-toggle > div#toggele_menu:before {
  content: "\f0c9";
}
header#site-header-sp #site-header-wrap #header-nav-toggle > div#toggele_menu.active:before {
  content: "\f00d";
}
header#site-header-sp nav#sp-navs {
  display: none;
  overflow-y: scroll;
  overscroll-behavior: none;
  width: 100vw;
  height: 100vh;
  padding: 10px 0 120px;
  background: #FFFFFF;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 100;
  padding: 2rem;
}
header#site-header-sp nav#sp-navs ul.nav_container {
  margin-bottom: 2rem;
  font-weight: 500;
}
header#site-header-sp nav#sp-navs ul.nav_container > li {
  border-bottom: 1px solid #e5e5e5;
}
header#site-header-sp nav#sp-navs ul.nav_container > li:first-child {
  border-top: 1px solid #e5e5e5;
}
header#site-header-sp nav#sp-navs ul.nav_container > li:first-child a::before {
  content: none;
}
header#site-header-sp nav#sp-navs ul.nav_container > li a {
  display: block;
  padding: 15px 25px 15px 10px;
  position: relative;
}
header#site-header-sp nav#sp-navs ul.nav_container > li a::before {
  content: "\f0a9";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-weight: 600;
  color: #19ab39;
}
header#site-header-sp nav#sp-navs ul.nav_container > li a:hover {
  color: #19ab39;
}
header#site-header-sp nav#sp-navs ul.nav_container > li.menu-item-has-children {
  position: relative;
}
header#site-header-sp nav#sp-navs ul.nav_container > li.menu-item-has-children > a::before {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-weight: 600;
  content: "\f107";
  color: #19ab39;
}
header#site-header-sp nav#sp-navs ul.nav_container > li.menu-item-has-children > a.active::before {
  content: "\f106";
}
header#site-header-sp nav#sp-navs ul.nav_container ul.sub-menu {
  padding: 15px 30px 15px 50px;
  display: none;
  background-color: #f7f8f8;
  list-style-type: disc;
}
header#site-header-sp nav#sp-navs ul.nav_container ul.sub-menu > li::marker {
  color: #19ab39;
}
header#site-header-sp nav#sp-navs ul.nav_container ul.sub-menu > li:first-child {
  list-style: none;
}
header#site-header-sp nav#sp-navs ul.nav_container ul.sub-menu > li:first-child::before {
  content: "\f0a9";
  display: block;
  position: absolute;
  top: 76px;
  left: 27px;
  font-family: "FontAwesome";
  font-weight: 600;
  color: #19ab39;
}
header#site-header-sp nav#sp-navs ul.nav_container ul.sub-menu > li:first-child a {
  padding-left: 0;
  color: #333333;
  font-size: 15px;
}
header#site-header-sp nav#sp-navs ul.nav_container ul.sub-menu > li a {
  padding: 2px 0;
  color: #333333;
  font-size: 14px;
}
header#site-header-sp nav#sp-navs ul.nav_container ul.sub-menu > li a::before {
  content: none;
}
header#site-header-sp nav#sp-navs ul.nav_container ul.sub-menu #menu-item-182 .sub-menu {
  display: block;
  padding: 0px 0px 0px 20px;
}
header#site-header-sp nav#sp-navs ul.nav_container ul.sub-menu #menu-item-182 .sub-menu #menu-item-180 {
  list-style: disc;
}
header#site-header-sp nav#sp-navs ul.nav_container ul.sub-menu #menu-item-182 .sub-menu #menu-item-180::before {
  content: none;
}
header#site-header-sp nav#sp-navs .recruit-btn a:before {
  content: none;
}
@media screen and (max-width: 1024px) {
  header#site-header-sp nav#sp-navs .recruit-btn a {
    color: #19ab39;
    border: 2px solid #19ab39;
    width: 100%;
    margin-left: 0;
    box-shadow: 0px 2px 4px #B4DABC;
  }
  header#site-header-sp nav#sp-navs .recruit-btn a:hover {
    display: block;
    background: #0ac132;
    color: #FFFFFF;
  }
  header#site-header-sp nav#sp-navs .recruit-btn a:hover::after {
    background-image: url("images/footer-arrow_hover.svg");
  }
  header#site-header-sp nav#sp-navs .recruit-btn a::after {
    display: inline-block;
    content: "";
    background-image: url("images/footer-arrow.svg");
    width: 14px;
    height: 14px;
    font-size: 1em;
    font-weight: 700;
    margin-left: 10px;
    transition: 0.7s;
  }
}

.body-in {
  position: relative;
}

.body-in.active section#contact.page {
  display: none;
}

#contact {
  background-image: url("images/front/cta-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 547px;
  padding: 3rem 0 4rem 0;
}
@media screen and (max-width: 767px) {
  #contact {
    min-height: 943px;
    padding: 80px 0;
  }
}
#contact .text-center {
  color: #FFFFFF;
}
#contact .text-center h2 {
  position: relative;
  display: inline;
  color: #FFFFFF;
}
#contact .text-center h2::before {
  content: "";
  background-image: url("images/front/maru_logo.svg");
  width: 41px;
  height: 40px;
  position: absolute;
  left: -50px;
  top: 6%;
}
@media screen and (max-width: 767px) {
  #contact .text-center h2::before {
    left: -30%;
    top: 0;
  }
}
@media (max-width: 500px) {
  #contact .text-center h2::before {
    top: -55px;
    left: 45%;
  }
}
#contact .text-center .txt {
  margin-top: 30px;
  padding-bottom: 30px;
}
#contact .text-center .txt p {
  font-size: 16px;
}
#contact .contact-inner {
  display: flex;
  justify-content: center;
  gap: 70px;
}
#contact .contact-inner.front-cta {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #contact .contact-inner {
    flex-wrap: wrap;
    gap: 50px;
  }
}
#contact .contact-inner .text-center {
  width: 380px;
  color: #333333;
  padding: 30px 50px;
  border-radius: 30px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #contact .contact-inner .text-center {
    margin-bottom: 0;
  }
}
#contact .contact-inner .text-center .ttl {
  font-size: 24px;
  justify-content: center;
  font-weight: bold;
}
#contact .contact-inner .questions {
  border: solid 4px #A1ED98;
  position: relative;
}
#contact .contact-inner .questions::before {
  content: "";
  background-image: url("images/questions.png");
  background-repeat: no-repeat;
  width: 112px;
  height: 85px;
  position: absolute;
  top: -18%;
  left: 50%;
  transform: translateX(-50%);
}
#contact .contact-inner .btn.faq {
  position: relative;
  max-width: 280px;
  width: 100%;
  border: 2px solid #19ab39;
  border-radius: 70px;
  padding: 7px;
  color: #19ab39;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
#contact .contact-inner .btn.faq::after {
  content: "";
  background-image: url("images/cta-arrow.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
}
#contact .contact-inner .btn.faq:hover {
  background-color: #19ab39;
  color: #FFFFFF;
  transition: 0.7s;
}
#contact .contact-inner .btn.faq:hover::after {
  background-image: url("images/cta-arrow_hover.svg");
}
#contact .contact-inner .contact {
  border: solid 4px #ffad2e;
  position: relative;
}
#contact .contact-inner .contact::before {
  content: "";
  background-image: url("images/contact.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 58px;
  position: absolute;
  top: -16%;
  left: 50%;
  transform: translateX(-50%);
}
#contact .contact-inner .btn.cta {
  display: block;
  position: relative;
  width: 100%;
  max-width: 280px;
  border: 2px solid #ffad2e;
  border-radius: 70px;
  background-color: #ffad2e;
  color: #FFFFFF;
  padding: 7px;
}
#contact .contact-inner .btn.cta::after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0e0";
  font-size: 1em;
  color: #fff;
  font-weight: 500;
  padding-left: 10px;
}
#contact .contact-inner .btn.cta:hover {
  background: #FFFFFF;
  color: #ffad2e;
  transition: 0.7s;
}
#contact .contact-inner .btn.cta:hover::after {
  color: #ffad2e;
}

#contact.page {
  background-image: none;
  background-color: #19ab39;
  min-height: 300px;
  position: relative;
}
@media screen and (max-width: 425px) {
  #contact.page {
    min-height: 390px;
    padding: 100px 0 60px 0;
  }
}
#contact.page::before {
  content: "";
  background-image: url("images/cta-top-harftone.png");
  background-repeat: no-repeat;
  width: 414px;
  height: 854px;
  position: absolute;
  bottom: 20%;
  left: -5%;
}
@media screen and (max-width: 1200px) {
  #contact.page::before {
    width: 207px;
    height: 427px;
    left: -5%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  #contact.page::before {
    content: none;
  }
}
#contact.page::after {
  content: "";
  background-image: url("images/cta-harftone.png");
  background-repeat: no-repeat;
  width: 395px;
  height: 524px;
  position: absolute;
  top: 10%;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #contact.page::after {
    width: 296px;
    height: 480px;
  }
}
@media screen and (max-width: 1260px) {
  #contact.page::after {
    content: none;
  }
}
@media screen and (max-width: 425px) {
  #contact.page .contact-inner {
    gap: 16px;
  }
}
#contact.page .btn.faq {
  border: 2px solid #19ab39;
  background-color: #FFFFFF;
  color: #19ab39;
}
#contact.page .btn.faq:hover {
  background-color: #19ab39;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  transition: 0.7s;
}
#contact.page .btn.cta {
  text-align: center;
}

#site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e2f6e6;
}
#site-footer::before {
  content: "";
  background-image: url("images/footer_line.png");
  background-repeat: no-repeat;
  width: 898px;
  height: 629px;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 1;
}
@media screen and (max-width: 425px) {
  #site-footer::before {
    content: none;
  }
}
#site-footer::after {
  content: "";
  background-image: url("images/footer_dot.png");
  background-repeat: no-repeat;
  width: 790px;
  height: 636px;
  position: absolute;
  bottom: 0;
  right: -15%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #site-footer::after {
    content: none;
  }
}
#site-footer #site-footer-inner {
  position: relative;
  color: #333333;
  padding: 4rem 2rem;
  margin: 0 auto;
  max-width: 1160px;
  z-index: 50;
}
@media screen and (max-width: 1260px) {
  #site-footer #site-footer-inner {
    padding: 4rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #site-footer #site-footer-inner {
    padding: 2rem;
  }
}
@media screen and (max-width: 425px) {
  #site-footer #site-footer-inner {
    padding: 1.5rem;
  }
}
#site-footer #site-footer-inner .bottom-menu {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #B5D2B9;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  #site-footer #site-footer-inner .bottom-menu {
    justify-content: center;
    display: grid;
    gap: 20px;
  }
}
@media screen and (max-width: 425px) {
  #site-footer #site-footer-inner .bottom-menu {
    text-align: center;
  }
}
#site-footer #site-footer-inner .bottom-menu ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 425px) {
  #site-footer #site-footer-inner .bottom-menu ul {
    gap: 0;
  }
}
@media (max-width: 424px) {
  #site-footer #site-footer-inner .bottom-menu ul {
    flex-direction: column;
  }
}
#site-footer #site-footer-inner .bottom-menu ul a:hover {
  color: #19ab39;
}
#site-footer #site-footer-inner .bottom-menu ul.link > li a {
  border-right: 2px solid #B5D2B9;
  padding-right: 20px;
}
@media screen and (max-width: 425px) {
  #site-footer #site-footer-inner .bottom-menu ul.link > li a {
    padding-right: 10px;
  }
}
@media (max-width: 424px) {
  #site-footer #site-footer-inner .bottom-menu ul.link > li a {
    border-right: none;
  }
}
#site-footer #site-footer-inner .bottom-menu ul.link > li:nth-of-type(2) a {
  border-right: none;
  padding-right: 0;
}
#site-footer #site-footer-inner .bottom-menu ul.link-banner {
  gap: 40px;
}
@media screen and (max-width: 425px) {
  #site-footer #site-footer-inner .bottom-menu ul.link-banner {
    gap: 50px;
    justify-content: center;
  }
}
@media (max-width: 424px) {
  #site-footer #site-footer-inner .bottom-menu ul.link-banner {
    gap: 0;
  }
}
#site-footer #site-footer-inner .bottom-menu ul.link-banner a {
  position: relative;
}
#site-footer #site-footer-inner .bottom-menu ul.link-banner a::after {
  content: "";
  background-image: url("images/link.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  position: absolute;
  right: -16%;
  top: 20%;
}
#site-footer #site-footer-inner .icon {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  #site-footer #site-footer-inner .icon {
    justify-content: center;
  }
}
#site-footer #site-footer-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  gap: 120px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  #site-footer #site-footer-content {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    gap: 70px;
  }
}
@media screen and (max-width: 767px) {
  #site-footer #site-footer-content {
    max-width: 100%;
    padding: 0 1rem;
    margin-bottom: 40px;
  }
}
#site-footer #site-footer-content #site-footer-address h1.site-logo {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #site-footer #site-footer-content #site-footer-address h1.site-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
#site-footer #site-footer-content #site-footer-address h1.site-logo .logo img {
  max-width: 100%;
}
#site-footer #site-footer-content #site-footer-address .btn-link {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 40px;
}
#site-footer #site-footer-content #site-footer-address .btn-link a.btn {
  position: relative;
  max-width: 270px;
  color: #19ab39;
  background-color: #FFFFFF;
  border: 1px solid #19ab39;
  border-radius: 20px;
  padding: 5px 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  gap: 0.5em;
}
#site-footer #site-footer-content #site-footer-address .btn-link a.btn:hover {
  background: #19ab39;
  color: #FFFFFF;
}
#site-footer #site-footer-content #site-footer-address .btn-link a.btn:hover::after {
  background-image: url("images/footer-arrow_hover.svg");
}
#site-footer #site-footer-content #site-footer-address .btn-link a.btn::after {
  content: "";
  background-image: url("images/footer-arrow.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: static;
}
#site-footer #site-footer-content #site-footer-address .btn-link a.btn:first-child {
  width: 100%;
  max-width: 270px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
#site-footer #site-footer-content #site-footer-address .btn-link a.btn:first-child:hover {
  background: #19ab39;
  color: #FFFFFF;
}
#site-footer #site-footer-content #site-footer-address .btn-link a.btn:first-child:hover::after {
  background-image: url("images/pdf_hover.svg");
}
#site-footer #site-footer-content #site-footer-address .btn-link a.btn:first-child::after {
  content: "";
  background-image: url("images/pdf.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  display: inline-block;
  position: static;
}
#site-footer #site-footer-content #site-footer-address .banner {
  display: flex;
  justify-content: space-between;
}
#site-footer #site-footer-content #site-footer-menu nav {
  display: block;
}
@media (max-width: 650px) {
  #site-footer #site-footer-content #site-footer-menu nav {
    display: none;
  }
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container {
  display: flex;
  gap: 0 75px;
}
@media screen and (max-width: 1024px) {
  #site-footer #site-footer-content #site-footer-menu nav ul.nav_container {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  #site-footer #site-footer-content #site-footer-menu nav ul.nav_container {
    gap: 0 40px;
  }
}
@media (max-width: 650px) {
  #site-footer #site-footer-content #site-footer-menu nav ul.nav_container {
    flex-wrap: wrap;
  }
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container > li {
  position: relative;
  color: #19ab39;
  width: 230px;
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container > li a {
  display: inline-block;
  font-size: 18px;
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container > li a::before {
  content: "";
  background-image: url("images/footer-arrow.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3%;
  left: -11%;
}
@media (max-width: 650px) {
  #site-footer #site-footer-content #site-footer-menu nav ul.nav_container > li a::before {
    content: none;
  }
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container ul.sub-menu {
  margin-top: 10px;
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container ul.sub-menu li {
  font-size: 0.875rem;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 650px) {
  #site-footer #site-footer-content #site-footer-menu nav ul.nav_container ul.sub-menu li {
    margin-bottom: 0;
  }
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container ul.sub-menu li:before {
  position: absolute;
  content: "";
  background-color: #19ab39;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  left: -9%;
  top: 40%;
}
@media (max-width: 650px) {
  #site-footer #site-footer-content #site-footer-menu nav ul.nav_container ul.sub-menu li:before {
    content: none;
  }
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container ul.sub-menu li:last-child {
  margin-bottom: 0;
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container ul.sub-menu li a {
  font-size: 14px;
  color: #333333;
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container ul.sub-menu li a:hover {
  color: #19ab39;
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container ul.sub-menu li a::before {
  content: none;
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container .wrap {
  width: 210px;
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container .wrap li {
  color: #19ab39;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container .wrap li a {
  display: inline-block;
  font-size: 18px;
  position: relative;
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container .wrap li a::before {
  content: "";
  background-image: url("images/footer-arrow.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 33%;
  left: -20px;
}
@media (max-width: 650px) {
  #site-footer #site-footer-content #site-footer-menu nav ul.nav_container .wrap li a::before {
    content: none;
  }
}
#site-footer #site-footer-content #site-footer-menu nav ul.nav_container .wrap li.menu-item-has-children {
  margin-bottom: 35px;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only {
  display: none;
}
@media (max-width: 650px) {
  #site-footer #site-footer-content #site-footer-menu #sp-navs.only {
    display: block;
  }
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container {
  margin-bottom: 2rem;
  font-weight: 500;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container > li {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container > li:first-child {
  border-top: 1px solid #e5e5e5;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container > li:first-child a::before {
  content: none;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container > li a {
  color: #333333;
  display: block;
  padding: 15px 25px 15px 10px;
  position: relative;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container > li a::before {
  content: "";
  background-image: url("images/footer-arrow.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 93.5%;
}
@media screen and (max-width: 425px) {
  #site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container > li a::before {
    left: 90%;
  }
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container > li.menu-item-has-children {
  position: relative;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container > li.menu-item-has-children > a::before {
  content: none;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container > li.menu-item-has-children > a::after {
  display: block;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-weight: 600;
  content: "\f107";
  color: #19ab39;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container > li.menu-item-has-children > a.active::after {
  content: "\f106";
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container ul.sub-menu {
  padding: 15px 30px 15px 50px;
  display: none;
  background-color: #f7f8f8;
  list-style-type: disc;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container ul.sub-menu > li::marker {
  color: #19ab39;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container ul.sub-menu > li:first-child {
  list-style: none;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container ul.sub-menu > li:first-child::before {
  content: none;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container ul.sub-menu > li:first-child::after {
  content: "\f0a9";
  display: block;
  position: absolute;
  top: 23%;
  left: -8%;
  font-family: "FontAwesome";
  font-weight: 600;
  color: #19ab39;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container ul.sub-menu > li:first-child a {
  padding-left: 0;
  color: #333333;
  font-size: 15px;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container ul.sub-menu > li a {
  padding: 3px 0;
  color: #333333;
  font-size: 14px;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container ul.sub-menu > li a::before {
  content: none;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container ul.sub-menu #menu-item-182 .sub-menu {
  display: block;
  padding: 0px 0px 0px 20px;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container ul.sub-menu #menu-item-182 .sub-menu #menu-item-180 {
  list-style: disc;
}
#site-footer #site-footer-content #site-footer-menu #sp-navs.only ul.nav_container ul.sub-menu #menu-item-182 .sub-menu #menu-item-180::before {
  content: none;
}

.copyright {
  padding: 1rem 0.5rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #19ab39;
}

.copyright p {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
}

#back-top {
  display: block;
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 50;
}
@media screen and (max-width: 425px) {
  #back-top {
    right: 20px;
  }
}

#back-top a {
  color: #19ab39;
  display: block;
  background: #e2f6e6;
  border: 1px solid #19ab39;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}

.button_wh {
  display: inline-block;
  text-align: center;
  padding: 24px 65px;
  background: #fff;
  color: #19ab39;
  border: 1px solid #19ab39;
  font-weight: 500;
  transition: 0.7s;
  border-radius: 4px;
}
.button_wh:hover {
  text-align: center;
  padding: 24px 65px;
  background: #19ab39;
  color: #fff;
  border: 1px solid #19ab39;
  font-weight: 500;
}
.button_wh:hover::after {
  color: #fff;
}
.button_wh::after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f054";
  color: #0AB4A2;
  font-size: 14px;
  margin-left: 15px;
  transition: 0.7s;
}

.button {
  position: relative;
  display: block;
  text-align: center;
  padding: 24px 65px;
  border: 1px solid #0ac132;
  background: #0ac132;
  color: #fff !important;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  transition: 0.7s;
  border-radius: 65px;
  font-size: 1.2rem;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .button {
    padding: 20px 30px;
  }
}
.button::after {
  content: "";
  background-image: url("images/footer-arrow_hover.svg");
  transition: 0.3s ease-in-out;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  transition: 0.7s;
  margin-left: 10px;
  vertical-align: middle;
}
.button:hover {
  display: block;
  color: #0ac132 !important;
  text-align: center;
  border: 1px solid #0ac132;
  padding: 24px 65px;
  background: #fff;
  font-weight: 500;
}
.button:hover::after {
  content: "";
  background-image: url("images/btn_hover.svg");
  transition: 0.3s ease-in-out;
  width: 20px;
  height: 20px;
  display: inline-block;
  transition: 0.7s;
  margin-left: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .button:hover {
    padding: 20px 30px;
  }
}
.button-mail {
  display: block;
  text-align: center;
  padding: 2rem;
  border: 1px solid #0AB4A2;
  background: #0AB4A2;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  transition: 0.7s;
}
.button-mail::before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0e0";
  color: white;
  margin-right: 10px;
  transition: 0.7s;
}
.button-mail:hover {
  display: block;
  text-align: center;
  border: 1px solid #0AB4A2;
  padding: 2rem;
  background: #fff;
  color: #0AB4A2;
  font-weight: 500;
}
.button-mail:hover::before {
  color: #0AB4A2;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.fadeInRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
main .ttl {
  width: 390px;
  display: flex;
  gap: 14px;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1260px) {
  main .ttl {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  main .ttl {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  main .alignright {
    justify-content: center;
    padding-top: 30px;
  }
}
main .c_button {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  width: fit-content;
  gap: 0.5em;
  color: #19ab39;
  text-decoration: none;
}
main .circle_btn {
  position: relative;
  background: #19ab39;
  padding: 0.7rem;
  border-radius: 100vh;
  width: 36px;
  height: 36px;
  text-align: center;
  transition: 0.3s;
}
main .circle_btn:after {
  content: "";
  background-image: url("images/w_arrow.svg");
  transition: 0.3s ease-in-out;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: calc(50% - 5px);
}
main .c_button:hover .circle_btn {
  transform: scale(1.15);
  background: #0ac132;
}
main .tb-only {
  display: none;
}
@media screen and (max-width: 767px) {
  main .tb-only {
    display: inline;
  }
}
main .sp-only {
  display: none;
}
@media screen and (max-width: 425px) {
  main .sp-only {
    display: inline;
  }
}

.swiper .swiper-wrapper {
  /* サイズ調整 */
  width: 100%;
  height: auto;
  padding-bottom: 70px;
  padding-top: 30px;
  transition-timing-function: linear;
}
@media screen and (max-width: 425px) {
  .swiper .swiper-wrapper {
    padding-top: 10px;
  }
}
.swiper .swiper-slide {
  /* 文字配置調整、背景色設定 */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: filter 0.3s ease;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-slide {
    width: 628px;
    height: 221px;
  }
}
@media screen and (max-width: 425px) {
  .swiper .swiper-slide {
    width: 330px;
    height: 200px;
  }
}
.swiper .swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 425px) {
  .swiper .swiper-slide img {
    border-radius: 10px;
  }
}
.swiper .swiper-slide:not(.swiper-slide-active) {
  filter: brightness(0.5);
}
.swiper .archive-btn {
  position: absolute;
  right: 2%;
  bottom: 5%;
  background: rgba(255, 255, 255, 0.8);
  padding: 16px 20px;
  border-radius: 4px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .swiper .archive-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 30px;
    padding: 0;
  }
}
.swiper .archive-btn a {
  color: #19ab39;
}
@media screen and (max-width: 767px) {
  .swiper .archive-btn a {
    font-size: 10px;
  }
}
@media screen and (max-width: 425px) {
  .swiper .archive-btn a {
    font-size: 10px;
    padding: 10px;
  }
}
.swiper .archive-btn a::after {
  content: "\f0a9";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 0.25em;
  color: #19ab39;
  font-weight: 600;
  margin-right: 0.2rem;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 36px;
  height: 36px;
  top: 45%;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 425px) {
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    top: 40%;
    width: 24px;
    height: 24px;
  }
}
.swiper .swiper-button-prev {
  left: 10%;
}
@media screen and (max-width: 425px) {
  .swiper .swiper-button-prev {
    left: 5%;
  }
}
.swiper .swiper-button-prev::after {
  content: "\f060";
  font-family: "FontAwesome";
  display: inline-block;
  color: #19ab39;
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 425px) {
  .swiper .swiper-button-prev::after {
    font-size: 10px;
  }
}
.swiper .swiper-button-next {
  right: 10%;
}
@media screen and (max-width: 425px) {
  .swiper .swiper-button-next {
    right: 5%;
  }
}
.swiper .swiper-button-next::after {
  content: "\f061";
  font-family: "FontAwesome";
  display: inline-block;
  color: #19ab39;
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 425px) {
  .swiper .swiper-button-next::after {
    font-size: 10px;
  }
}
.swiper .swiper-pagination {
  height: 60px;
  bottom: -5%;
  align-content: center;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #19ab39;
}

#front-news {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  #front-news {
    padding: 3rem 0 6rem;
  }
}
#front-news .front-news-inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner {
    flex-direction: column;
  }
}
#front-news .front-news-inner .newslist {
  display: flex;
  width: 1100px;
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner .newslist {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 750px) {
  #front-news .front-news-inner .newslist {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  #front-news .front-news-inner .newslist {
    flex-wrap: wrap;
  }
}
#front-news .front-news-inner .newslist article {
  border-right: 1px solid #e2f6e6;
}
@media (max-width: 750px) {
  #front-news .front-news-inner .newslist article {
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
}
#front-news .front-news-inner .newslist article:last-of-type {
  border-right: none;
}
#front-news .front-news-inner .newslist article a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner .newslist article a {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
}
#front-news .front-news-inner .newslist article a:hover {
  color: #0ac132;
}
#front-news .front-news-inner .newslist article .archive-meta {
  display: flex;
  max-width: 275px;
  align-items: flex-start;
  flex-direction: column;
  padding: 36px 30px;
}
@media (max-width: 1099px) {
  #front-news .front-news-inner .newslist article .archive-meta {
    max-width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner .newslist article .archive-meta {
    padding: 36px 14px;
    gap: 16px;
  }
}
@media (max-width: 999px) {
  #front-news .front-news-inner .newslist article .archive-meta {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #front-news .front-news-inner .newslist article .archive-meta {
    max-width: 180px;
  }
}
@media (max-width: 750px) {
  #front-news .front-news-inner .newslist article .archive-meta {
    max-width: 100%;
  }
}
@media screen and (max-width: 425px) {
  #front-news .front-news-inner .newslist article .archive-meta {
    padding: 20px 0px;
    gap: 10px;
  }
}
#front-news .front-news-inner .newslist article .archive-meta time {
  color: #999;
  font-family: "Inter", sans-serif;
}
#front-news .front-news-inner .newslist article .archive-meta .category {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
#front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-1, #front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-3, #front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-4, #front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-13 {
  color: #16832e;
  background-color: #e2f6e6;
  border: solid 1px #e2f6e6;
  border-radius: 20px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
#front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-1:hover, #front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-3:hover, #front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-4:hover, #front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-13:hover {
  border: 1px solid #16832e;
  background-color: #16832e;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-1, #front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-3, #front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-4, #front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-13 {
    width: 80px;
  }
}
#front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-5 {
  width: 92px;
  color: #3ACB5A;
  background-color: #FFFFFF;
  border: solid 1px #3ACB5A;
  border-radius: 20px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
#front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-5:hover {
  background-color: #3ACB5A;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-5 {
    width: 80px;
  }
}
#front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-6 {
  width: 66px;
  color: #3A52CB;
  background-color: #FFFFFF;
  border: solid 1px #3A52CB;
  border-radius: 20px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-6:hover {
  background-color: #3A52CB;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-6 {
    width: 54px;
  }
}
#front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-7 {
  width: 66px;
  color: #3AB5CB;
  background-color: #FFFFFF;
  border: solid 1px #3AB5CB;
  border-radius: 20px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-7:hover {
  background-color: #3AB5CB;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-7 {
    width: 54px;
  }
}
#front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-8 {
  width: 66px;
  color: #FC5D80;
  background-color: #FFFFFF;
  border: solid 1px #FC5D80;
  border-radius: 20px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-8:hover {
  background-color: #FC5D80;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-8 {
    width: 54px;
  }
}
#front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-9 {
  color: #E4BD73;
  background-color: #FFFFFF;
  border: solid 1px #E4BD73;
  border-radius: 20px;
  font-size: 13px;
  width: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-9:hover {
  background-color: #E4BD73;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner .newslist article .archive-meta .category .newscat.category-9 {
    width: 54px;
  }
}
#front-news .front-news-inner .newslist article .archive-meta .archive-title {
  flex: 1;
  padding-top: 16px;
}
@media screen and (max-width: 425px) {
  #front-news .front-news-inner .newslist article .archive-meta .archive-title {
    padding-top: 10px;
  }
}
#front-news .front-news-inner .newslist article .archive-meta .archive-title .title {
  line-height: 1.5;
  margin-bottom: 0;
}

#front-service {
  padding: 200px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #front-service {
    padding: 3rem 0 0;
  }
}
#front-service::before {
  position: absolute;
  content: "";
  background-image: url("images/front/line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 1600px;
  top: 0%;
  left: 25%;
  z-index: 0;
}
@media (max-width: 1350px) {
  #front-service::before {
    height: 1560px;
  }
}
@media screen and (max-width: 767px) {
  #front-service::before {
    left: 3%;
    width: 1011px;
    height: 2117px;
  }
}
@media screen and (max-width: 425px) {
  #front-service::before {
    width: 574px;
    height: 1160px;
  }
}
#front-service .front-service-head {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-bottom: 48px;
}
@media (max-width: 1366px) {
  #front-service .front-service-head {
    gap: 18px;
  }
}
@media (max-width: 1099px) {
  #front-service .front-service-head {
    flex-direction: column;
  }
}
@media screen and (max-width: 425px) {
  #front-service .front-service-head {
    margin-top: 100px;
  }
}
#front-service .front-service-head div.img {
  display: flex;
  position: relative;
}
@media (max-width: 1099px) {
  #front-service .front-service-head div.img {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #front-service .front-service-head div.img {
    transform: translateY(30%);
  }
}
@media screen and (max-width: 425px) {
  #front-service .front-service-head div.img {
    transform: translateX(-5%);
  }
}
#front-service .front-service-head div.img img {
  max-width: 300px;
}
#front-service .front-service-head div.img.service2 {
  transform: translateY(60%);
}
#front-service .front-service-head div.img.service2 picture {
  z-index: 2;
}
@media (max-width: 1099px) {
  #front-service .front-service-head div.img.service2 {
    justify-content: center;
    transform: translateY(20%);
  }
}
@media screen and (max-width: 767px) {
  #front-service .front-service-head div.img.service2 {
    transform: translateX(5%);
  }
}
@media screen and (max-width: 425px) {
  #front-service .front-service-head div.img.service2 {
    transform: translateX(8%);
  }
}
#front-service .front-service-head .fs-desc {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 150px;
}
@media screen and (max-width: 767px) {
  #front-service .front-service-head .fs-desc {
    margin-top: 100px;
    gap: 100px;
    margin-bottom: 2em;
  }
}
#front-service .front-service-head .fs-desc::before {
  position: absolute;
  content: "";
  background-image: url("images/front/onestopitservice.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 567px;
  height: 217px;
  top: -10%;
  left: 15%;
}
@media (max-width: 1099px) {
  #front-service .front-service-head .fs-desc::before {
    width: 330px;
    top: -5%;
    left: 35%;
  }
}
@media screen and (max-width: 767px) {
  #front-service .front-service-head .fs-desc::before {
    top: -5%;
    left: 30%;
  }
}
@media screen and (max-width: 425px) {
  #front-service .front-service-head .fs-desc::before {
    left: 8%;
  }
}
#front-service .front-service-head .fs-desc h2 {
  font-size: 40px;
  text-align: center;
}
@media (max-width: 1366px) {
  #front-service .front-service-head .fs-desc h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  #front-service .front-service-head .fs-desc h2 {
    font-size: 26px;
  }
}
#front-service .front-service-head .fs-desc h2 .green {
  color: #16832e;
}
@media (max-width: 1366px) {
  #front-service .front-service-head .fs-desc h2 .green {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  #front-service .front-service-head .fs-desc h2 .green {
    font-size: 26px;
  }
}
#front-service .front-service-head .fs-desc h2 .large {
  font-size: 48px;
}
@media (max-width: 1366px) {
  #front-service .front-service-head .fs-desc h2 .large {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #front-service .front-service-head .fs-desc h2 .large {
    font-size: 30px;
  }
}
#front-service .front-service-head p {
  text-align: center;
  line-height: 2.5;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #front-service .front-service-head p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #front-service .front-service-head p {
    padding: 0 20px;
  }
}
#front-service .front-service-main {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1260px) {
  #front-service .front-service-main {
    padding: 0 20px 12rem 20px;
  }
}
@media screen and (max-width: 425px) {
  #front-service .front-service-main {
    padding: 0 20px 10rem 20px;
  }
}
#front-service .front-service-main .main-container:first-child {
  padding: 0;
}
#front-service .front-service-main .main-container .alignright {
  position: relative;
}
@media screen and (max-width: 767px) {
  #front-service .front-service-main .main-container .alignright::after {
    position: absolute;
    content: "";
    background-image: url("images/front/line-bottom.png");
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 576px;
    right: -70%;
    bottom: -170px;
    transform: rotate(-6deg);
  }
}
#front-service .front-service-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 0 150px 0;
}
@media screen and (max-width: 767px) {
  #front-service .front-service-content {
    max-width: 100%;
    padding-bottom: 30px;
  }
}
@media (max-width: 750px) {
  #front-service .front-service-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #front-service .front-service-content .item-wrap {
    justify-content: center;
  }
}
#front-service .front-service-content .item-wrap .item a {
  position: relative;
  width: 510px;
  height: 270px;
  border-radius: 20px;
  box-shadow: 3px 3px 15px 10px rgba(0, 0, 0, 0.1);
  display: flex;
}
@media (max-width: 1099px) {
  #front-service .front-service-content .item-wrap .item a {
    max-width: 500px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #front-service .front-service-content .item-wrap .item a {
    max-width: 100%;
  }
}
#front-service .front-service-content .item-wrap .item a .img-box {
  width: 100%;
  max-width: 240px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
#front-service .front-service-content .item-wrap .item a .img-box picture img {
  display: block;
  width: 100%;
  transition: transform 0.3s;
}
#front-service .front-service-content .item-wrap .item a .service-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 270px;
  background-color: #FFFFFF;
  padding: 50px 30px 40px 20px;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 1099px) {
  #front-service .front-service-content .item-wrap .item a .service-content {
    max-width: 100%;
    padding: 20px 25px;
  }
}
#front-service .front-service-content .item-wrap .item a .service-content .ttl {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1099px) {
  #front-service .front-service-content .item-wrap .item a .service-content .ttl {
    padding-left: 0;
  }
}
@media (max-width: 870px) {
  #front-service .front-service-content .item-wrap .item a .service-content .ttl {
    font-size: 18px;
  }
}
#front-service .front-service-content .item-wrap .item a .service-content span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #19ab39;
  position: relative;
}
@media (max-width: 870px) {
  #front-service .front-service-content .item-wrap .item a .service-content span {
    font-size: 12px;
  }
}
#front-service .front-service-content .item-wrap .item a .service-content span::after {
  position: absolute;
  content: "";
  top: 40px;
  width: 35px;
  height: 2px;
  background-color: #16832e;
  display: block;
}
@media screen and (max-width: 425px) {
  #front-service .front-service-content .item-wrap .item a .service-content span::after {
    position: relative;
    content: "";
    top: 15px;
    width: 35px;
    height: 2px;
  }
}
#front-service .front-service-content .item-wrap .item a .service-content p {
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.6;
}
#front-service .front-service-content .item-wrap a:hover img {
  transform: scale(1.1);
}
#front-service .front-service-content .item-wrap.first {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  #front-service .front-service-content .item-wrap.first {
    gap: 25px;
    flex-direction: column;
  }
}
#front-service .front-service-content .item-wrap.first .item:nth-of-type(2) {
  transform: translateY(35%);
}
@media screen and (max-width: 767px) {
  #front-service .front-service-content .item-wrap.first .item:nth-of-type(2) {
    transform: translateY(0);
  }
}
#front-service .front-service-content .item-wrap.second {
  display: flex;
  gap: 50px;
  position: relative;
  transform: translateY(20%);
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  #front-service .front-service-content .item-wrap.second {
    transform: translateY(5%);
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  #front-service .front-service-content .item-wrap.second {
    gap: 25px;
    flex-direction: column;
    transform: translateY(5%);
  }
}
@media (max-width: 1099px) {
  #front-service .front-service-content .item-wrap.second .item {
    height: auto;
  }
}
#front-service .front-service-content .item-wrap.second .item:nth-of-type(2) {
  transform: translateY(35%);
}
@media screen and (max-width: 767px) {
  #front-service .front-service-content .item-wrap.second .item:nth-of-type(2) {
    transform: translateY(0);
  }
}
#front-service .front-service-content:nth-of-type(3n-1):nth-last-of-type(1) {
  margin-right: auto;
  margin-left: auto;
}

#front-license {
  position: relative;
  padding-top: 3rem;
}
#front-license::before {
  content: "";
  background-image: url("images/front/harftone.png");
  background-repeat: no-repeat;
  width: 360px;
  height: 353px;
  position: absolute;
  top: -10%;
  left: 10%;
  z-index: -1;
}
@media (max-width: 1366px) {
  #front-license::before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #front-license::before {
    content: none;
  }
}
#front-license .main-container {
  position: relative;
  background-color: #f1f1f1;
  border-radius: 20px 0 0 20px;
  margin: 0 0 0 auto;
  padding: 65px 250px 70px 80px;
  max-width: 1340px;
}
@media (max-width: 1366px) {
  #front-license .main-container {
    max-width: 1140px;
    padding: 65px 50px 70px 80px;
  }
}
@media (max-width: 1099px) {
  #front-license .main-container {
    padding: 70px 0 70px 50px;
  }
}
@media screen and (max-width: 1024px) {
  #front-license .main-container {
    padding: 60px 20px 70px 20px;
  }
}
@media screen and (max-width: 425px) {
  #front-license .main-container {
    padding: 60px 10px;
  }
}
#front-license .main-container::before {
  content: "";
  background-image: url("images/front/value.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 228px;
  position: absolute;
  top: -36%;
  right: -15%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #front-license .main-container::before {
    top: -32%;
  }
}
@media screen and (max-width: 767px) {
  #front-license .main-container::before {
    top: -20%;
    background-size: contain;
    right: 0;
  }
}
@media (max-width: 750px) {
  #front-license .main-container::before {
    top: -15%;
  }
}
@media screen and (max-width: 425px) {
  #front-license .main-container::before {
    top: -12%;
  }
}
#front-license .front-license-inner {
  position: relative;
}
#front-license .front-license-inner .fl-item {
  display: flex;
  align-items: center;
  gap: 100px;
  padding-bottom: 1rem;
}
@media (max-width: 1099px) {
  #front-license .front-license-inner .fl-item {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #front-license .front-license-inner .fl-item {
    flex-wrap: wrap;
  }
}
#front-license .front-license-inner .fl-item .wrap {
  width: 100%;
}
#front-license .front-license-inner .fl-item .wrap .sub-ttl {
  font-size: 16px;
}
#front-license .front-license-inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
@media screen and (max-width: 1024px) {
  #front-license .front-license-inner ul {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 493px) {
  #front-license .front-license-inner ul {
    gap: 10px;
    margin-left: 0;
  }
}
#front-license .front-license-inner ul li {
  width: 180px;
  height: 80px;
  background: #FFFFFF;
  padding: 30px 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #front-license .front-license-inner ul li {
    padding: 30px 25px;
    width: 140px;
    height: 70px;
  }
}
@media (max-width: 493px) {
  #front-license .front-license-inner ul li {
    padding: 20px 15px;
    width: 120px;
    height: 60px;
  }
}
@media screen and (max-width: 425px) {
  #front-license .front-license-inner ul li {
    padding: 20px 15px;
    width: 100px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #front-license .front-license-inner .alignright a.c_button {
    width: 100%;
    justify-content: center;
    padding-top: 30px;
  }
}

#front-health {
  padding-top: 180px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #front-health {
    padding-top: 250px;
  }
}
#front-health::before {
  content: "";
  background-image: url("images/front/orange_line.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 880px;
  position: absolute;
  top: 12%;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #front-health::before {
    background-image: url("images/front/health-line.png");
    top: 8%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #front-health::before {
    top: 5%;
    left: -4%;
  }
}
@media screen and (max-width: 425px) {
  #front-health::before {
    top: 2%;
    left: -40%;
    background-size: contain;
  }
}
#front-health::after {
  content: "";
  background-image: url("images/front/tree.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 843px;
  position: absolute;
  top: 5%;
  right: -74%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #front-health::after {
    content: none;
  }
}
#front-health .main-container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 0 250px 0px;
}
@media screen and (max-width: 425px) {
  #front-health .main-container {
    padding-bottom: 150px;
  }
}
#front-health .main-container .front-health-head {
  text-align: center;
  margin-bottom: 50px;
}
#front-health .main-container .fl-desc h2 {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #front-health .main-container .fl-desc h2 {
    font-size: 2.4rem;
  }
}
#front-health .main-container .fl-desc h2::before {
  background: #ffad2e;
}
@media screen and (max-width: 425px) {
  #front-health .main-container .fl-desc h2::before {
    left: -25px;
  }
}
#front-health .main-container .fl-desc .sub-ttl {
  color: #ffad2e;
  padding-bottom: 50px;
}
#front-health .main-container .fl-desc p {
  font-size: 18px;
}
#front-health .main-container .front-health-content {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  #front-health .main-container .front-health-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #front-health .main-container .front-health-content {
    padding: 0 24px;
  }
}
@media screen and (max-width: 425px) {
  #front-health .main-container .front-health-content {
    flex-wrap: wrap-reverse;
  }
}
#front-health .main-container .front-health-content .txt {
  margin-left: -25%;
  max-width: 600px;
}
@media (max-width: 1099px) {
  #front-health .main-container .front-health-content .txt {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #front-health .main-container .front-health-content .txt {
    margin-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #front-health .main-container .front-health-content .txt {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #front-health .main-container .front-health-content .alignright {
    justify-content: center;
  }
}
#front-health .main-container .front-health-content .alignright a {
  color: #ffad2e;
  font-size: 18px;
  display: flex;
  align-items: center;
}
#front-health .main-container .front-health-content .alignright a .circle_btn {
  background: #ffad2e;
}

#front-slide {
  position: relative;
  background-color: #f1f1f1;
  padding-bottom: 4%;
}
@media screen and (max-width: 767px) {
  #front-slide {
    padding-bottom: 0;
  }
}
#front-slide ul.snap {
  display: flex;
  list-style: none;
  gap: 32px;
  position: relative;
  transform: translateY(-40%);
  margin-bottom: 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #front-slide ul.snap {
    gap: 25px;
    flex-wrap: wrap;
    transform: translateY(-30%);
  }
}
@media (max-width: 704px) {
  #front-slide ul.snap {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #front-slide ul.snap li:nth-of-type(3) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #front-slide ul.snap li img {
    width: 300px;
    height: 225px;
  }
}
@media (max-width: 650px) {
  #front-slide ul.snap li img {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 550px) {
  #front-slide ul.snap li img {
    width: 180px;
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  #front-slide ul.snap li img {
    width: 170px;
    height: 128px;
  }
}
#front-slide .scroll-infinity {
  position: absolute;
  left: 0;
  bottom: 10%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #front-slide .scroll-infinity {
    bottom: 10px;
    height: 30%;
  }
}
#front-slide .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#front-slide .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
#front-slide .scroll-infinity__list--right {
  animation: infinity-scroll-right 30s infinite linear 0.5s both;
}
#front-slide .scroll-infinity__item {
  width: 100vw;
}
#front-slide .scroll-infinity__item > img {
  width: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  position: relative;
}

.main-container {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
}

.relative {
  position: relative;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

.gap-6 {
  gap: 6rem;
}

@media screen and (max-width: 767px) {
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .gap-3,
  .gap-4,
  .gap-5,
  .gap-6 {
    gap: 2rem;
  }
}
.grid-300 {
  margin: 0 auto;
  max-width: 300px;
}

.grid-500 {
  margin: 0 auto;
  max-width: 500px;
}

.grid-700 {
  margin: 0 auto;
  max-width: 700px;
}

.grid-750 {
  margin: 0 auto;
  max-width: 750px;
}

.grid-800 {
  margin: 0 auto;
  max-width: 800px;
}

.grid-c4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .grid-c4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-c3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .grid-c3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.aligncenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alignright {
  display: flex;
  justify-content: flex-end;
}

.align-hcenter {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.my-20 {
  margin: 5rem 0;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.py-20 {
  padding: 5rem 0;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-40 {
  padding-right: 10rem;
}

.page-header {
  position: relative;
  width: 100%;
  padding-bottom: 74px;
  z-index: 1;
}
.page-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 420px;
  z-index: -1;
  background-image: url("images/pagehead_bgl.png"), url("images/pagehead_bgr.png");
  background-position: left top, right top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1271px) {
  .page-header::before {
    background-size: 20%, 40%;
  }
}
@media screen and (max-width: 1270px) {
  .page-header::before {
    background-size: 20%, 40%;
  }
}
@media screen and (max-width: 1269px) {
  .page-header::before {
    background-size: 25%, 50%;
  }
}
@media screen and (max-width: 767px) {
  .page-header::before {
    margin-bottom: 48px;
  }
}
.page-header .ttl-inner {
  width: 1040px;
  margin: 0 auto;
  padding: 100px 20px 64px 20px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .page-header .ttl-inner {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-header .ttl-inner {
    padding: 40px 20px;
  }
}
.page-header .ttl-inner h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .page-header .ttl-inner h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-header .ttl-inner h1 {
    font-size: 20px;
  }
}
.page-header .ttl-inner p {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  color: #19ab39;
}
@media screen and (max-width: 1024px) {
  .page-header .ttl-inner p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-header .ttl-inner p {
    font-size: 14px;
    margin-top: 5px;
  }
}
.page-header .ttl-inner p::before {
  content: "";
  background: #19ab39;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
.page-header .breadcrumbs .bc-inner {
  font-size: 0.9em;
  padding: 15px 30px 15px 20px;
  border-radius: 20px;
  background-color: #F3FDF5;
  line-height: 1.75;
  display: inline-block;
}
.page-header .breadcrumbs .bc-inner i {
  padding-left: 10px;
  padding-right: 16px;
}
.page-header .breadcrumbs .bc-inner i.fa-house {
  color: #19ab39;
}
.page-header .breadcrumbs .bc-inner i.fa-angle-right {
  color: #bbb;
}
.page-header .breadcrumbs .bc-inner a {
  color: #19ab39;
  text-decoration: underline;
}

main.page {
  padding-bottom: 128px;
}
main.page a {
  color: #19ab39;
  text-decoration: underline;
}
main.page a[target=_blank]::after {
  content: "";
  background-image: url("images/link.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  display: inline-block;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  main.page {
    padding-bottom: 64px;
  }
}

@media (min-width: 768px) and (max-width: 780px) {
  .wp-block-columns.beginning {
    gap: 20px;
  }
  .wp-block-columns.beginning .wp-block-column:first-child {
    flex-basis: 150% !important;
  }
  .wp-block-columns.beginning .wp-block-column:last-child figure {
    width: 100%;
  }
}
.design_top {
  position: relative;
  z-index: 1;
}
.design_top::before {
  content: "";
  position: absolute;
  bottom: 10%;
  left: -10%;
  width: 800px;
  height: 200px;
  background-position: left bottom;
  background-image: url(images/design/ttl_designproduction.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .design_top::before {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .design_top::before {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .design_top::before {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .design_top::before {
    width: 360px;
    bottom: -5px;
  }
}

.health_top {
  position: relative;
  z-index: 1;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  background-position: right bottom;
  background-image: url(images/health/health_bg.png);
  background-repeat: no-repeat;
  background-size: 40%;
  padding-bottom: 5%;
  margin-bottom: 70px;
}
.health_top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 800px;
  height: 200px;
  background-position: left bottom;
  background-image: url(images/health/ttl_healthpromotion.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .health_top::before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .health_top::before {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .health_top {
    background-image: none;
  }
}
.health_top .hp_image01 {
  position: relative;
  z-index: 1;
}
.health_top .hp_image01::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 210px;
  height: 210px;
  background-position: left top;
  background-image: url(images/health/or_harftone.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .health_top .hp_image01::before {
    background-image: none;
  }
}
.health_top .hp_image02 {
  position: relative;
  z-index: 1;
}
.health_top .hp_image02::before {
  content: "";
  position: absolute;
  bottom: -40%;
  right: -30%;
  width: 210px;
  height: 210px;
  background-position: right bottom;
  background-image: url(images/health/or_harftone.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .health_top .hp_image02::before {
    background-image: none;
  }
}

/*googlemap*/
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  margin: 10px 0;
  overflow: hidden;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .gmap {
    padding-top: 72%;
  }
}

main.service .item {
  padding: 5rem 0;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  main.service .item {
    padding: 2rem;
    gap: 20px;
  }
  main.service .item:nth-child(1), main.service .item:nth-child(3) {
    flex-direction: column-reverse;
  }
}
main.service .item .content {
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  main.service .item .content {
    padding-right: 0;
  }
}
main.service .company-image {
  padding-top: 5rem;
}

.company-image .grid-c4 {
  gap: 0;
}
@media screen and (max-width: 767px) {
  .company-image .grid-c4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

main.recruit .recruit-intro {
  gap: 5rem;
}
@media screen and (max-width: 1024px) {
  main.recruit .recruit-intro {
    gap: 2rem;
  }
}
main.recruit .recruit-intro figure {
  margin-bottom: 1rem;
}

main#page-faq article[id^=faq-] {
  background: #e2f6e6;
  border-radius: 10px;
}
main#page-faq article[id^=faq-]:not(:last-child) {
  margin-bottom: 2rem;
}
main#page-faq article[id^=faq-] h2 {
  font-size: 18px;
  cursor: pointer;
  position: relative;
  padding: 30px 80px;
  font-weight: 500;
}
@media screen and (max-width: 425px) {
  main#page-faq article[id^=faq-] h2 {
    font-size: 16px;
  }
}
main#page-faq article[id^=faq-] h2.active {
  border-radius: 10px 10px 0 0;
}
main#page-faq article[id^=faq-] h2:before {
  content: "Q";
  font-family: "Inter", sans-serif;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 23px;
  left: 30px;
  background-color: #19ab39;
  align-items: center;
  border-radius: 50%;
  padding: 3px 10px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  main#page-faq article[id^=faq-] h2:before {
    top: 30px;
  }
}
@media screen and (max-width: 425px) {
  main#page-faq article[id^=faq-] h2:before {
    top: 34px;
  }
}
main#page-faq article[id^=faq-] h2 span.toggle {
  display: flex;
  align-items: center;
  color: #19ab39;
  font-size: 1.2rem;
  position: absolute;
  top: 40%;
  right: 30px;
  cursor: pointer;
}
main#page-faq article[id^=faq-] h2 span.toggle .fa-minus {
  display: none;
}
main#page-faq article[id^=faq-] h2 span.toggle.active .fa-plus {
  display: none;
}
main#page-faq article[id^=faq-] h2 span.toggle.active .fa-minus {
  display: block;
}
main#page-faq article[id^=faq-] .container {
  display: none;
  padding: 15px 30px 30px 30px;
  position: relative;
  background: #e2f6e6;
  border-radius: 0 0 10px 10px;
}
main#page-faq article[id^=faq-] .container .ansewer-wrap {
  display: grid;
  grid-template-columns: 40px 1fr;
}
main#page-faq article[id^=faq-] .container .ansewer-wrap .answer {
  color: #19ab39;
  font-size: 20px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  border-radius: 50%;
  border: 1px solid #19ab39;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}
main#page-faq article[id^=faq-] .container .content {
  padding-left: 10px;
}

.entry_data table td:first-child {
  width: 140px;
}
.entry_data table td:first-child strong {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .entry_data table td:first-child {
    width: 100px;
  }
}

.page-id-24 .cost_wrap .cost_sample {
  max-width: 100%;
}

.recruit .cost_wrap .cost_sample {
  max-width: 400px;
  margin-bottom: 10px;
}
.recruit .cost_wrap .cost_sample li:last-child {
  margin-bottom: 0;
}

.recruit-contact {
  background-color: #e2f6e6;
  display: inline-flex;
  padding: 3rem;
  gap: 2rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-contact {
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
  }
}
.recruit-contact .item a {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  gap: 0.5em;
  border-radius: 10px;
  padding: 2rem;
  background-color: white;
  text-decoration: none;
  box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .recruit-contact .item a {
    padding: 1rem;
    font-size: 15px;
  }
}

h2 {
  font-size: 2rem;
  color: #333;
  font-weight: 600;
  line-height: 1.5;
  margin-top: -10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}
h2.main-large {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  h2.main-large {
    font-size: 1.8rem;
  }
}
h2.dot-left {
  font-size: 3.6rem;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1260px) {
  h2.dot-left {
    font-size: 2.4rem;
  }
}
h2.dot-left::before {
  content: "";
  background: #19ab39;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 12px;
}
h2.main-medium {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

p.sub-ttl {
  font-weight: 400;
  font-size: 18px;
  color: #16832e;
  margin: 0;
}
@media screen and (max-width: 767px) {
  p.sub-ttl {
    font-size: 1.1rem;
  }
}

p.en-sub-ttl {
  font-weight: 400;
  font-size: 18px;
  color: #16832e;
  font-family: "inter", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
p.en-sub-ttl::before {
  content: "";
  background: #19ab39;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}

h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h3.line-left {
  margin: -10px 0 20px 0;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
h3.line-left:after {
  background-color: #19ab39;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  content: "";
}

h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
h4.gren {
  color: #16832e;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}
h5.gren {
  color: #16832e;
}

h6 {
  font-size: 16px;
  font-weight: 600;
}
h6.gren {
  color: #16832e;
}

p.medium {
  font-size: 14px;
}
p.small {
  font-size: 13px;
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 10px !important;
}

.has-small-font-size,
.wp-block-image :where(figcaption) {
  font-size: 14px !important;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .tb-columns.wp-block-columns {
    flex-direction: column-reverse;
    display: flex;
  }
}

.tb-grid2.wp-block-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .tb-grid2.wp-block-columns {
    grid-template-columns: repeat(2, 1fr);
  }
  .tb-grid2.wp-block-columns figure {
    background-color: white;
  }
}

.pagenav_wrap {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  width: 100%;
  margin-bottom: 128px;
}
@media screen and (max-width: 767px) {
  .pagenav_wrap {
    flex-direction: column;
  }
}
.pagenav_wrap a {
  width: 240px;
  max-height: 80px;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-color: white;
  padding: 14px 10px 14px 16px;
  color: #16832e !important;
  border-bottom: 1px solid #19ab39;
  transition: 0.3s;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .pagenav_wrap a {
    width: 80%;
  }
}
.pagenav_wrap a:hover {
  color: #19ab39 !important;
}
.pagenav_wrap a:hover::after {
  transition: 0.3s;
  position: absolute;
  right: 14px;
  content: "";
  background: url(images/arrow_btm_hover.png);
  background-size: 30px;
  width: 30px;
  height: 30px;
}
.pagenav_wrap a::after {
  position: absolute;
  right: 14px;
  content: "";
  background: url(images/arrow_btm.png);
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.gren_line_wrap {
  border: 1px solid #19ab39;
  border-radius: 10px;
  padding: 30px 30px 10px 30px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .gren_line_wrap {
    padding: 30px 20px 10px 20px;
  }
}

.shadow-km {
  box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.bg_lgren {
  background-color: #f0faf2;
}
@media screen and (max-width: 767px) {
  .bg_lgren.pl-10 {
    padding-left: 1.3rem;
  }
  .bg_lgren.pr-10 {
    padding-right: 1.3rem;
  }
  .bg_lgren.p-12 {
    padding: 1.5rem;
  }
}

.km {
  border-radius: 10px;
}

main.archive {
  padding-bottom: 80px;
}
main.archive .newslist {
  padding-bottom: 48px;
}
main.archive .newslist article {
  border-bottom: 1px solid #d9d9d9;
}
main.archive .newslist article a {
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  main.archive .newslist article a {
    flex-direction: column;
    align-items: flex-start;
  }
}
main.archive .newslist article a:hover {
  color: #19ab39;
}
main.archive .newslist article a .archive-title {
  flex: 1;
}
main.archive .newslist article a .archive-title .title {
  line-height: 1.5;
  margin-bottom: 0;
}
main.archive .newslist article:nth-of-type(1) {
  border-top: 1px solid #d9d9d9;
}

body.post-type-archive main.archive article.posts {
  padding-bottom: 30px;
}
body.post-type-archive main.archive .side-content ul.newslist {
  list-style: none;
}
body.post-type-archive main.archive .side-content ul.newslist li a {
  border-bottom: 1px solid #d9d9d9;
  padding: 14px 0;
  display: block;
}

.main-container {
  position: relative;
  z-index: 50;
}

.entry-wrap {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .entry-wrap {
    flex-direction: column;
  }
}

.entry-content {
  padding: 0 20px 128px 0;
  width: 66%;
}
@media screen and (max-width: 767px) {
  .entry-content {
    padding: 0;
    width: 100%;
  }
}

.side-content {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .side-content {
    width: 100%;
  }
}
.side-content .side-head {
  font-size: 1rem;
  padding: 15px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.side-content .side-head::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #19ab39;
  top: 40%;
  left: 0;
}

.archive-meta {
  width: 100%;
  flex-direction: column;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .archive-meta {
    padding: 30px 0 0;
  }
}
.archive-meta .wrap {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .archive-meta .wrap {
    flex-direction: column;
  }
}
.archive-meta time {
  color: #999;
  font-family: "Inter", sans-serif;
  width: 90px;
}
.archive-meta .category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.archive-meta .category .newscat.category-1, .archive-meta .category .newscat.category-3, .archive-meta .category .newscat.category-4, .archive-meta .category .newscat.category-13 {
  width: 92px;
  border: 1px solid #e2f6e6;
  background-color: #e2f6e6;
  color: #16832e;
  border-radius: 20px;
  padding: 0;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
.archive-meta .category .newscat.category-1:hover, .archive-meta .category .newscat.category-3:hover, .archive-meta .category .newscat.category-4:hover, .archive-meta .category .newscat.category-13:hover {
  border: 1px solid #16832e;
  background-color: #16832e;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .archive-meta .category .newscat.category-1, .archive-meta .category .newscat.category-3, .archive-meta .category .newscat.category-4, .archive-meta .category .newscat.category-13 {
    width: 80px;
  }
}
.archive-meta .category .newscat.category-5 {
  width: 92px;
  color: #3ACB5A;
  background-color: #FFFFFF;
  border: solid 1px #3ACB5A;
  border-radius: 20px;
  font-size: 13px;
  display: inline-block;
  text-align: center;
}
.archive-meta .category .newscat.category-5:hover {
  background-color: #3ACB5A;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .archive-meta .category .newscat.category-5 {
    width: 66px;
  }
}
.archive-meta .category .newscat.category-6 {
  width: 66px;
  color: #3A52CB;
  background-color: #FFFFFF;
  border: solid 1px #3A52CB;
  border-radius: 20px;
  font-size: 13px;
  display: inline-block;
  text-align: center;
}
.archive-meta .category .newscat.category-6:hover {
  background-color: #3A52CB;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .archive-meta .category .newscat.category-6 {
    width: 54px;
  }
}
.archive-meta .category .newscat.category-7 {
  width: 66px;
  color: #3AB5CB;
  background-color: #FFFFFF;
  border: solid 1px #3AB5CB;
  border-radius: 20px;
  font-size: 13px;
  display: inline-block;
  text-align: center;
}
.archive-meta .category .newscat.category-7:hover {
  background-color: #3AB5CB;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .archive-meta .category .newscat.category-7 {
    width: 54px;
  }
}
.archive-meta .category .newscat.category-8 {
  width: 66px;
  color: #FC5D80;
  background-color: #FFFFFF;
  border: solid 1px #FC5D80;
  border-radius: 20px;
  font-size: 13px;
  display: inline-block;
  text-align: center;
}
.archive-meta .category .newscat.category-8:hover {
  background-color: #FC5D80;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .archive-meta .category .newscat.category-8 {
    width: 54px;
  }
}
.archive-meta .category .newscat.category-9 {
  color: #E4BD73;
  background-color: #FFFFFF;
  border: solid 1px #E4BD73;
  border-radius: 20px;
  font-size: 13px;
  width: 66px;
  display: inline-block;
  text-align: center;
}
.archive-meta .category .newscat.category-9:hover {
  background-color: #E4BD73;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .archive-meta .category .newscat.category-9 {
    width: 54px;
  }
}
.archive-meta a.title {
  display: block;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .archive-meta a.title {
    padding: 20px 0px 30px 0;
  }
}

.archive-mv p.title {
  margin-top: 2rem;
  border-left: 1px solid #19ab39;
  padding-left: 1rem;
}
.archive-mv .archive-meta {
  padding-bottom: 0;
}

.wp-pagenavi {
  max-width: 500px;
  margin: 25px auto;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  background: #FFFFFF;
  justify-content: center;
  margin: 4px;
  font-size: 15px;
  border-radius: 50%;
  color: #19ab39;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 425px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    min-width: 38px;
  }
}
.wp-pagenavi a {
  border: 1px solid #19ab39 !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #19ab39;
  background: #19ab39;
  color: #FFFFFF;
}
.wp-pagenavi span.current {
  border: 1px solid #19ab39;
  background: #19ab39;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: 400;
  border: none;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 425px) {
  .wp-pagenavi span.current {
    min-width: 38px;
  }
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.extend {
  background: none;
  border: none;
}

main.single {
  position: relative;
  z-index: 50;
}
main.single h3.line-left {
  padding-bottom: 20px;
  margin-top: 20px;
}
main.single .entry-content .container {
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}
main.single .entry-content .container a {
  color: #19ab39;
  text-decoration: underline;
}
main.single .entry-content .container a:focus, main.single .entry-content .container a:hover {
  text-decoration: underline;
}
main.single .entry-content .container h3 {
  padding: 15px;
  font-size: 20px;
  line-height: 1.4;
  margin: 30px 0;
  background-color: #f0faf2;
  font-weight: 500;
}
main.single .entry-content .container h4 {
  font-size: 17px;
  margin: 30px 0;
  position: relative;
  padding: 10px 10px 10px 15px;
  letter-spacing: 0.05em;
  border-left: 2px solid #19ab39;
}
main.single .entry-content .container h5 {
  font-size: 16px;
  color: #16832e;
  margin-bottom: 1rem;
  font-weight: 500;
}
main.single .entry-content .container p {
  margin-bottom: 2rem;
}
main.single .entry-content .container figure {
  margin-top: 1rem;
  margin-bottom: 10px;
}
main.single .entry-content .container ul {
  padding-left: 1.5rem;
}
main.single .entry-content .container ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
main.single .entry-content .container ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 100%;
  background: #19ab39;
  position: relative;
  left: -15px;
  top: -3px;
}
main.single .entry-content .container span.space {
  margin: 0 42px;
}
@media screen and (max-width: 480px) {
  main.single .entry-content .container .br-sp {
    display: none;
  }
  main.single .entry-content .container span.space {
    margin: 0;
  }
}
main.single .entry-content .navPage {
  width: 100%;
  margin: 25px auto;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0 0 0;
}
main.single .entry-content .navPage .next {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
}
main.single .entry-content .navPage .next a,
main.single .entry-content .navPage .prev a {
  color: #d9d9d9;
}
main.single .entry-content .navPage .ttl {
  margin-bottom: 0;
  padding-bottom: 15px;
  width: fit-content;
}
main.single .entry-content .navPage .ttl a {
  color: #19ab39;
}
main.single .entry-content .navPage .next a::before {
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: 12px;
  color: #d9d9d9;
}
main.single .entry-content .navPage .prev a::before {
  font-family: "FontAwesome";
  content: "\f104";
  margin-right: 12px;
  color: #d9d9d9;
}
main.single .side-content .side-head.category {
  border-bottom: 1px solid #d9d9d9;
}
main.single .side-content .inner {
  margin-bottom: 40px;
}
main.single .side-content ul {
  margin: 0;
}
main.single .side-content ul li {
  list-style-type: none;
}
main.single .side-content ul li a {
  border-bottom: 1px solid #d9d9d9;
  padding: 14px 0;
  display: block;
}
main.single .side-content ul li a:hover {
  color: #19ab39;
}
main.single .side-content ul li a p {
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 10px;
}
main.single .side-content ul time {
  color: #999;
  font-family: "Inter", sans-serif;
}
main.single .side-content ul.categorylist li a {
  border-bottom: none;
  padding: 5px 0;
}
main.single .side-content ul.categorylist li a::before {
  content: "・";
  margin-right: 5px;
  color: #19ab39;
}

.service_top {
  position: relative;
  z-index: 1;
}
.service_top::before {
  content: "";
  position: absolute;
  bottom: -160px;
  right: -20%;
  width: 640px;
  height: 222px;
  background-position: left bottom;
  background-image: url(images/service/ttl_onestop.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .service_top::before {
    right: 0;
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .service_top::before {
    left: 0;
    width: 300px;
    bottom: -130px;
  }
}

main.service {
  padding-bottom: 0;
}

.service-index .service-content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
  position: relative;
  padding-left: 120px;
  margin-bottom: 70px;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .service-index .service-content {
    flex-direction: column;
    padding-left: 0;
    padding-top: 100px;
  }
  .service-index .service-content.tb-columns {
    flex-direction: column-reverse;
  }
}
.service-index .service-content::before {
  position: absolute;
  content: "";
  width: 98px;
  height: 105px;
  left: 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .service-index .service-content::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.service-index .service-content.one::before {
  background-image: url(images/service/01.png);
}
.service-index .service-content.two::before {
  background-image: url(images/service/02.png);
}
.service-index .service-content.three::before {
  background-image: url(images/service/03.png);
}
.service-index .service-content.four::before {
  background-image: url(images/service/04.png);
}
.service-index .service-content.five::before {
  background-image: url(images/service/05.png);
}
.service-index .service-content.six::before {
  background-image: url(images/service/06.png);
}
.service-index .service-content.seven::before {
  background-image: url(images/service/07.png);
}
.service-index .service-content.eight::before {
  background-image: url(images/service/08.png);
}
.service-index .service-content.nine::before {
  background-image: url(images/service/09.png);
}
.service-index .txt-content {
  width: 60%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .service-index .txt-content {
    width: 100%;
  }
}
.service-index .service-image {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .service-index .service-image {
    width: 100%;
  }
}
.service-index .service-image figure {
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .service-index .service-image figure {
    margin: 0 auto;
  }
}
.service-index .service-image figure img {
  width: 100%;
}

.flow-wrap {
  background-color: #f0faf2;
  padding: 5rem 0;
}

.flow-content {
  max-width: 770px;
}

.flow-inner {
  position: relative;
}
.flow-inner::before {
  content: "";
  position: absolute;
  left: 80px;
  top: 50px;
  width: 2px;
  height: 100%;
  background-image: url(images/dotline.png);
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  .flow-inner::before {
    left: 30px;
  }
}

.flow-item {
  width: 100%;
}

.flow-item-Content {
  display: flex;
  align-items: flex-start;
  padding: 0 20px 0 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .flow-item-Content {
    padding: 0 20px 0 0;
  }
}
.flow-item-Content span {
  font-size: 16px;
  color: #0ac132;
  font-weight: 600;
}

.flow-item-Content-Number {
  position: relative;
  margin-right: 40px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 18px;
  background: #19ab39;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flow-item-Content-Number {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}
.flow-item-Content-Number img {
  max-width: 40px;
}
@media screen and (max-width: 767px) {
  .flow-item-Content-Number img {
    max-width: 30px;
  }
}

.flow-item-Content-Description {
  width: calc(90% - 80px);
}

main.systemassist .problem-wrap {
  background: linear-gradient(to bottom, white 0%, white 5%, #f0faf2 5%, #f0faf2 100%);
  padding-bottom: 3rem;
}
main.systemassist .problem-wrap .wp-block-columns {
  max-width: 900px;
  margin: 2rem auto;
}

ul.gren_chk_list {
  list-style-type: none;
}
ul.gren_chk_list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
}
ul.gren_chk_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(images/gren_check.svg) no-repeat center center;
  background-size: contain;
}

ul.lgren_chk_list {
  list-style-type: none;
}
ul.lgren_chk_list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
}
ul.lgren_chk_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(images/lgren_check.svg) no-repeat center center;
  background-size: contain;
}

.gren_chk::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/gren_check.svg) no-repeat center center;
  background-size: contain;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.lgren_chk::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/lgren_check.svg) no-repeat center center;
  background-size: contain;
  margin-right: 0.5rem;
  vertical-align: middle;
}

ul.vertical_chk_list {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  grid-auto-rows: minmax(auto, 160px);
}
@media screen and (max-width: 1024px) {
  ul.vertical_chk_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.vertical_chk_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 12px;
  gap: 12px;
  height: 160px;
  overflow: hidden;
  background-color: #f0faf2;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  ul.vertical_chk_list li {
    font-size: 15px;
  }
}
ul.vertical_chk_list li::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("images/lgren_check.svg") no-repeat center/contain;
}

.cost_wrap {
  display: flex;
  flex-direction: column;
}
.cost_wrap .cost_sample {
  padding: 30px;
  background-color: #e2f6e6;
  border-radius: 10px;
  margin-bottom: 30px;
  max-width: 600px;
}

.lgrenbg_list {
  background: #f0faf2;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .lgrenbg_list {
    padding: 1.2rem;
  }
}
.lgrenbg_list .wp-block-columns {
  max-width: 930px;
  margin: 0 auto 2rem auto;
  padding: 2rem;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.6);
}

.technical_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.technical_area ul li {
  display: inline-block;
  border: 1px solid #d9d9d9;
  padding: 2px 20px;
  border-radius: 4px;
  background-color: white;
  font-size: 14px;
  text-align: center;
}

.license_top {
  height: 300px;
  background-position: right top;
  background-image: url(images/license/ttl_licensepartner.png);
  background-repeat: no-repeat;
  background-size: 460px;
  margin-right: -14%;
}
@media screen and (max-width: 1024px) {
  .license_top {
    height: auto;
    background-size: 400px;
    margin-right: 0;
    background-position: left bottom;
  }
}

.licenselist {
  gap: 54px;
}
@media screen and (max-width: 767px) {
  .licenselist .wp-block-column figure {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cybozu_service {
  padding: 30px 30px 20px 30px;
  margin-bottom: 48px;
  background-color: #FFFFFF;
}
.cybozu_service h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 18px;
}
.cybozu_service h5::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("images/lgren_check.svg") no-repeat center/contain;
  margin-right: 8px;
}

.company_top {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.company_top::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 800px;
  height: 173px;
  background-position: right bottom;
  background-image: url(images/front/value.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .company_top::before {
    width: 60vh;
    height: 140px;
  }
}
@media screen and (max-width: 425px) {
  .company_top::before {
    width: 40vh;
    height: 120px;
  }
}
.company_top h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

.company_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .company_content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.company_content .item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 3px 3px 15px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  width: 100%;
  margin-bottom: 3rem;
}
.company_content .item a {
  display: block;
  text-decoration: none;
}
.company_content .item figure {
  width: 100%;
  margin: 0;
  max-height: 163px;
  overflow: hidden;
}
.company_content .item figure img {
  display: block;
  width: 100%;
  transition: transform 0.3s;
}
.company_content .item a:hover figure img {
  transform: scale(1.1);
}
.company_content .item_content {
  text-decoration: none;
  max-width: 100%;
  padding: 30px 30px 10px 30px;
  border-radius: 0px 0px 20px 20px;
  text-decoration: none !important;
}
.company_content .item_content h4 {
  font-size: 2rem;
  color: #333333;
}
.company_content .item_content p.subttl {
  position: relative;
  font-family: "Inter";
  font-size: 14px;
  color: #19ab39;
  position: relative;
  font-style: italic;
  padding-bottom: 30px;
}
.company_content .item_content p.subttl::after {
  position: absolute;
  content: "";
  top: 50px;
  width: 35px;
  height: 2px;
  background-color: #16832e;
  display: block;
}
.company_content .item_content p.desc {
  color: #333333;
}

@media screen and (max-width: 767px) {
  main.profile table {
    margin: 0 auto;
  }
  main.profile table td:first-child {
    width: 110px;
  }
  main.profile td:last-child {
    width: calc(100% - 110px);
  }
}
.location_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .location_content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.location_content .item {
  border-bottom: 1px solid #19ab39;
  border-radius: 10px 10px 0 0;
  margin: 0 auto 40px auto;
  overflow: hidden;
  max-width: 317px;
}
.location_content .item a {
  text-decoration: none;
  display: block;
}
.location_content .item figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.location_content .item figure img {
  display: block;
  width: 100%;
  transition: transform 0.3s;
}
.location_content .item a:hover figure img {
  transform: scale(1.1);
}
.location_content .item .item_content {
  padding: 14px 10px 14px 20px;
  display: flex;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 425px) {
  .location_content .item .item_content {
    padding: 20px;
  }
}
.location_content .item .item_content .name {
  position: relative;
  width: 100%;
  color: #16832e;
  margin-bottom: 0;
  line-height: 1.75;
}
.location_content .item .item_content .name:hover::after {
  background-image: url(images/gren_arrow.svg);
}
.location_content .item .item_content .name::after {
  content: "";
  position: absolute;
  background-image: url(images/wh_arrow.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.location_content .item:nth-of-type(6) .name:after {
  content: none;
}

.company-inner {
  position: relative;
  background-color: #e2f6e6;
  width: calc(100% + 200px);
  margin-left: -100px;
  margin-right: -100px;
  padding: 60px 100px 40px 100px;
  border-radius: 20px;
  margin-top: 125px;
}
.company-inner .location_content {
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .company-inner .location_content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.company-inner .location_content .item {
  max-width: 317px;
}
.company-inner .location_content .item .wp-block-image img {
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

.main-container.profile .wp-block-columns {
  gap: 40px;
  margin-bottom: 3rem;
}
.main-container.profile .wp-block-columns .wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 10px;
}
.main-container.profile .wp-block-columns .wp-block-location,
.main-container.profile .wp-block-columns .wp-block-business {
  display: flex;
  align-items: baseline;
  gap: 50px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main-container.profile .wp-block-columns .wp-block-location,
  .main-container.profile .wp-block-columns .wp-block-business {
    gap: 10px;
  }
}
.main-container.profile .wp-block-columns .wp-block-location ul,
.main-container.profile .wp-block-columns .wp-block-business ul {
  width: 460px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .main-container.profile .wp-block-columns .wp-block-location ul,
  .main-container.profile .wp-block-columns .wp-block-business ul {
    width: auto;
  }
}
.main-container.profile .wp-block-columns .wp-block-location ul li,
.main-container.profile .wp-block-columns .wp-block-business ul li {
  margin-bottom: 5px;
}
.main-container.profile .wp-block-columns .wp-block-location p,
.main-container.profile .wp-block-columns .wp-block-business p {
  min-width: 100px;
  color: #16832e;
  font-weight: 500;
}
.main-container.profile .wp-block-columns .wp-block-column .wp-block-image img {
  width: 400px;
}
.main-container.profile .ttl {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-container.profile .ttl {
    padding-left: 0;
  }
}
.main-container.profile .maps {
  height: 380px;
}
.main-container.profile .map_links {
  margin: 0.5rem 0 6rem 0;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.main-container.profile .map_links a {
  margin: 0 0 0 10px;
}
.main-container.profile .news-list {
  margin-bottom: 1rem;
}
.main-container.profile .news-list a {
  text-decoration: none;
}
.main-container.profile .news-list .archive-meta {
  border-bottom: 1px solid #d9d9d9;
}
.main-container.profile .news-list .archive-meta a.title {
  color: #333333;
}
.main-container.profile .news-list .archive-meta a.title:hover {
  color: #19ab39;
}
.main-container.profile .news-list .archive-meta p.title {
  margin-bottom: 0;
}
.main-container.profile .posts:nth-of-type(1) .archive-meta {
  border-top: 1px solid #d9d9d9;
}

main.idea h4 {
  line-height: 1.75;
}
main.idea .idea-content {
  box-shadow: 0px 0px 20px -6px rgba(25, 171, 57, 0.8);
  border-radius: 10px;
  background-color: white;
  padding: 80px 50px;
}
@media screen and (max-width: 767px) {
  main.idea .idea-content {
    padding: 40px 25px;
  }
}
main.idea .mission {
  position: relative;
  z-index: 1;
  padding-bottom: 110px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  main.idea .mission {
    padding-bottom: 80px;
  }
}
main.idea .mission:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 519px;
  height: 110px;
  background-position: right top;
  background-image: url(images/company/mission.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.idea .mission:after {
    width: 400px;
    height: 80px;
  }
}
@media screen and (max-width: 425px) {
  main.idea .mission:after {
    width: 300px;
  }
}
main.idea .mind {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  main.idea .mind {
    padding-bottom: 80px;
  }
}
main.idea .mind:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 519px;
  height: 110px;
  background-position: right top;
  background-image: url(images/company/mind.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.idea .mind:after {
    width: 400px;
    height: 80px;
  }
}
@media screen and (max-width: 425px) {
  main.idea .mind:after {
    width: 300px;
  }
}
main.idea .mind .wp-block-column .idea-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-height: 240px;
}
@media screen and (max-width: 767px) {
  main.idea .mind .wp-block-column .idea-content {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}
main.idea .mind .wp-block-column .idea-content p {
  color: #19ab39;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
main.idea .vision {
  position: relative;
  z-index: 1;
  padding-bottom: 110px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  main.idea .vision {
    padding-bottom: 80px;
  }
}
main.idea .vision:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 519px;
  height: 110px;
  background-position: right top;
  background-image: url(images/company/vision.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.idea .vision:after {
    width: 400px;
    height: 80px;
  }
}
@media screen and (max-width: 425px) {
  main.idea .vision:after {
    width: 300px;
  }
}
main.idea .principal {
  position: relative;
  z-index: 1;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  main.idea .principal {
    padding-bottom: 80px;
  }
}
main.idea .principal h5 {
  margin-bottom: 10px;
}
main.idea .principal:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 585px;
  height: 137px;
  background-position: right top;
  background-image: url(images/company/principal.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.idea .principal:after {
    width: 400px;
    height: 80px;
  }
}
@media screen and (max-width: 425px) {
  main.idea .principal:after {
    width: 300px;
  }
}

main.history table td:first-child {
  padding: 20px 10px 20px 20px;
  width: 88px;
}
main.history table td:nth-child(2) {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 10px;
  width: 78px;
  color: #16832e;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main.history table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  main.history table td:first-child {
    padding-left: 10px;
    padding-right: 0;
    width: 70px;
  }
  main.history table td:first-child,
  main.history table td:nth-child(2) {
    border-bottom: none;
    padding-bottom: 0;
  }
  main.history table td:nth-child(3) {
    padding-top: 0;
    flex: 1 1 100%;
    box-sizing: border-box;
  }
}

.step-bar {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 80px;
}

.step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 200px;
}
@media screen and (max-width: 767px) {
  .step {
    margin-right: 80px;
  }
}
.step::before {
  content: "";
  position: absolute;
  top: 23px;
  right: 80%;
  width: 265px;
  height: 2px;
  background: #d9d9d9;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .step::before {
    width: 122px;
  }
}
.step .circle {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #666;
  background-color: #FFFFFF;
  z-index: 1;
  margin-bottom: 10px;
}
.step p {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .step p {
    font-size: 14px;
  }
}

.step:first-child::before {
  content: none;
}

.step:last-child {
  margin-right: 0;
}

.step.active::before {
  background-color: #19ab39;
}
.step.active .circle {
  background-color: #19ab39;
  color: #FFFFFF;
  border-color: #19ab39;
}
.step.active p {
  color: #19ab39;
}

main.contact .personal,
main.recruit .personal {
  max-width: 1000px;
}
main.contact .personal #consentForm .wrap,
main.recruit .personal #consentForm .wrap {
  background-color: #f4f4f4;
  padding: 30px 0;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  gap: 24px;
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  main.contact .personal #consentForm .wrap,
  main.recruit .personal #consentForm .wrap {
    display: block;
    text-align: center;
    gap: 0;
    padding: 30px 10px;
  }
}
main.contact .personal #consentForm .wrap .btn.faq,
main.recruit .personal #consentForm .wrap .btn.faq {
  position: relative;
  width: 280px;
  height: 50px;
  border: 2px solid #19ab39;
  border-radius: 70px;
  padding: 7px;
  color: #19ab39;
  background-color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  text-decoration: none;
  font-weight: bold;
}
main.contact .personal #consentForm .wrap .btn.faq::after,
main.recruit .personal #consentForm .wrap .btn.faq::after {
  content: "";
  background-image: url(images/cta-arrow.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
}
main.contact .personal #consentForm .wrap .btn.faq:hover,
main.recruit .personal #consentForm .wrap .btn.faq:hover {
  background-color: #19ab39;
  color: #FFFFFF;
  transition: 0.7s;
}
main.contact .personal #consentForm .wrap .btn.faq:hover::after,
main.recruit .personal #consentForm .wrap .btn.faq:hover::after {
  background-image: url("images/cta-arrow_hover.svg");
}
main.contact .personal #consentForm .box h1,
main.recruit .personal #consentForm .box h1 {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
main.contact .personal #consentForm .box table,
main.recruit .personal #consentForm .box table {
  border: 1px solid #d9d9d9;
  background-color: #FFFFFF;
}
main.contact .personal #consentForm .box td,
main.recruit .personal #consentForm .box td {
  padding: 40px;
  border: 1px solid #d9d9d9;
  text-align: left;
}
@media screen and (max-width: 767px) {
  main.contact .personal #consentForm .box td,
  main.recruit .personal #consentForm .box td {
    padding: 30px 20px;
  }
}
main.contact .personal #consentForm .box .title,
main.recruit .personal #consentForm .box .title {
  font-size: 18px;
  color: #16832e;
  line-height: 150%;
  margin-top: 24px;
}
main.contact .personal #consentForm .box .title:first-of-type(),
main.recruit .personal #consentForm .box .title:first-of-type() {
  margin-top: 0;
}
main.contact .personal #consentForm .box .content,
main.recruit .personal #consentForm .box .content {
  font-size: 15px;
}
main.contact .personal #consentForm .box .radio-box,
main.recruit .personal #consentForm .box .radio-box {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
main.contact .personal #consentForm .box .radio-box .radio,
main.recruit .personal #consentForm .box .radio-box .radio {
  margin-right: 0.5em;
}
main.contact .personal #consentForm .box label:first-child,
main.recruit .personal #consentForm .box label:first-child {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  main.contact .personal #consentForm .box label:first-child,
  main.recruit .personal #consentForm .box label:first-child {
    margin-right: 10px;
  }
}
main.contact #mailformpro,
main.recruit #mailformpro {
  max-width: 800px;
  margin: auto;
}
main.contact #mailformpro div#mfp_hidden,
main.recruit #mailformpro div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}
main.contact #mailformpro table,
main.recruit #mailformpro table {
  width: 100%;
}
main.contact #mailformpro table tbody,
main.recruit #mailformpro table tbody {
  border-top: 1px solid #d9d9d9;
}
main.contact #mailformpro table tbody tr,
main.recruit #mailformpro table tbody tr {
  border-bottom: 1px solid #d9d9d9;
}
main.contact #mailformpro table tbody tr th,
main.recruit #mailformpro table tbody tr th {
  width: 273px;
  padding: 20px 0 0px 28px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  main.contact #mailformpro table tbody tr th,
  main.recruit #mailformpro table tbody tr th {
    padding: 20px 0 10px 0px;
  }
}
main.contact #mailformpro table tbody tr td,
main.recruit #mailformpro table tbody tr td {
  padding: 20px 12px 24px 0;
}
@media screen and (max-width: 767px) {
  main.contact #mailformpro table tbody tr td,
  main.recruit #mailformpro table tbody tr td {
    display: inline;
  }
}
main.contact #mailformpro table tbody tr td .example,
main.recruit #mailformpro table tbody tr td .example {
  color: #666;
  opacity: 40%;
}
main.contact #mailformpro table .must,
main.recruit #mailformpro table .must {
  display: block;
  background-color: #C00;
  border: solid 2px #C00;
  padding: 2px;
  font-size: 10px;
  color: #FFFFFF;
  float: left;
  margin: 0px 10px 0 0;
  border-radius: 4px;
  line-height: 11px;
  padding: 8px;
}
main.contact #contactForm #contents #main_contents form input[type=text],
main.contact #contactForm #contents #main_contents form input[type=email],
main.contact #contactForm #contents #main_contents form textarea,
main.contact #contactForm #contents #main_contents form select,
main.recruit #contactForm #contents #main_contents form input[type=text],
main.recruit #contactForm #contents #main_contents form input[type=email],
main.recruit #contactForm #contents #main_contents form textarea,
main.recruit #contactForm #contents #main_contents form select {
  width: 100%;
  border: solid 1px #BBBBBB;
  border-radius: 3px;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
  background-color: #F3F3F3 !important;
}
main.contact #contactForm #contents #main_contents form textarea,
main.recruit #contactForm #contents #main_contents form textarea {
  height: 220px !important;
}
main.contact #contactForm #contents #main_contents form .mfp_err,
main.recruit #contactForm #contents #main_contents form .mfp_err {
  color: #C00;
}
main.contact .text-center,
main.recruit .text-center {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main.contact .text-center,
  main.recruit .text-center {
    text-align: left;
  }
}
main.contact .btn-box,
main.recruit .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
main.contact .btn,
main.recruit .btn {
  position: relative;
  width: 380px;
  border: 2px solid #19ab39;
  border-radius: 32px;
  padding: 10px 7px;
  color: #FFFFFF;
  background-color: #19ab39;
  display: inline;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
main.contact .btn:hover,
main.recruit .btn:hover {
  background-color: #FFFFFF;
  color: #19ab39;
  transition: 0.7s;
}

main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_3.mfp_element_text.mfp_element_all,
main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_4.mfp_element_text.mfp_element_all,
main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_5.mfp_element_text.mfp_element_all,
main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_6.mfp_element_text.mfp_element_all,
main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_10.mfp_element_text.mfp_element_all,
main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_11.mfp_element_text.mfp_element_all,
main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_12.mfp_element_text.mfp_element_all,
main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_15.mfp_element_text.mfp_element_all,
main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_16.mfp_element_text.mfp_element_all {
  width: 100px;
}
@media screen and (max-width: 425px) {
  main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_3.mfp_element_text.mfp_element_all,
  main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_4.mfp_element_text.mfp_element_all,
  main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_5.mfp_element_text.mfp_element_all,
  main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_6.mfp_element_text.mfp_element_all,
  main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_10.mfp_element_text.mfp_element_all,
  main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_11.mfp_element_text.mfp_element_all,
  main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_12.mfp_element_text.mfp_element_all,
  main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_15.mfp_element_text.mfp_element_all,
  main.page.recruit.entry #contactForm #contents #main_contents form input#mfp_element_16.mfp_element_text.mfp_element_all {
    width: 60px;
  }
}

#mfp_phase_confirm #mfp_phase_confirm_inner h4 {
  margin-bottom: 1.25em;
}
#mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table {
  width: 100%;
}
#mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tbody {
  border-top: 1px solid #d9d9d9;
}
#mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tbody tr {
  border-bottom: 1px solid #d9d9d9;
}
#mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tbody tr th {
  width: 220px;
  padding: 20px 20px 20px 0px;
  display: flex;
  justify-content: right;
  color: #16832e;
}
@media screen and (max-width: 767px) {
  #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tbody tr th {
    width: 100%;
    padding: 20px 20px 10px 20px;
    justify-content: left;
  }
}
#mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tbody tr td {
  width: 100%;
  padding: 20px 0 20px 10px;
}
@media screen and (max-width: 767px) {
  #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tbody tr td {
    display: block;
    padding: 10px 20px 20px 20px;
  }
}
#mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons {
  margin-top: 40px;
  text-align: center;
}
#mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_send {
  width: 189px;
  border: 2px solid #19ab39;
  border-radius: 32px;
  padding: 15px 10px;
  color: #FFFFFF;
  background-color: #19ab39;
  display: inline;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  margin-right: 20px;
}
@media (max-width: 450px) {
  #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_send {
    width: 160px;
  }
}
#mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_send:hover {
  background-color: #FFFFFF;
  color: #19ab39;
}
#mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel {
  width: 189px;
  border: 2px solid #333333;
  border-radius: 32px;
  padding: 15px 10px;
  color: #FFFFFF;
  background-color: #333333;
  display: inline;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 450px) {
  #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel {
    width: 160px;
  }
}
#mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel:hover {
  background-color: #FFFFFF;
  color: #333333;
}/*# sourceMappingURL=style.css.map */