@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

#template {
  position: absolute;
  font-size: 10px;
  z-index: 1000;
}

body.no-scroll {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before, *::after {
  background-repeat: no-repeat;
}

::selection {
  background: rgba(0, 155, 255, 0.15);
  color: #000000;
}

::-moz-selection {
  background: rgba(0, 155, 255, 0.15);
  color: #000000;
}

html, body {
  scroll-padding-top: 450px;
}

/* スマホ（例：幅600px以下）では scroll-padding-top を解除 */
@media (max-width: 600px) {
  html, body {
    scroll-padding-top: 0 !important;
  }
}
html {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8em;
  color: #000000;
  scroll-behavior: smooth;
}
html p {
  text-align: justify;
}
html p.mb-404 {
  margin-bottom: 50px;
}
html .br-pc {
  display: inherit;
}
html .br-sp {
  display: none;
}

img {
  line-height: 0;
  vertical-align: top;
}

table {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: #000000;
}
a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

.anchor {
  display: block;
  padding-top: 146px;
  margin-top: -146px;
  pointer-events: none;
}

address {
  font-style: normal;
}

main {
  width: 100%;
  position: relative;
}

section {
  padding: 0 0;
  width: 100%;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.wrapper h2 {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0;
  line-height: 1.3;
  position: relative;
}
.wrapper h2 span {
  display: block;
  font-size: 21px;
  letter-spacing: 0.2em;
}
.wrapper h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

/* scroll */
a.scroll {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
a.scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #FFFFFF;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.hide {
  display: none;
}

.btn-detail a {
  max-width: 300px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(210deg, rgb(88, 194, 142) 0%, rgb(128, 201, 225) 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  position: relative;
  padding: 0 30px;
  text-align: left;
}
.btn-detail a:after {
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 14px !important;
  font: var(--fa-font-solid);
  content: "\f054";
}
.btn-detail a:hover {
  background: #58C28E;
  color: #FFFFFF;
  opacity: 1;
}

.btn-detail-o a {
  max-width: 300px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  margin: 0 auto 100px;
  background: linear-gradient(210deg, rgb(255, 140, 0) 0%, rgb(241, 192, 133) 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  position: relative;
  padding: 0 30px;
  text-align: left;
}
.btn-detail-o a:after {
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 14px !important;
  font: var(--fa-font-solid);
  content: "\f078";
}
.btn-detail-o a:hover {
  background: #f28e41;
  color: #FFFFFF;
  opacity: 1;
}

.btn-detail-w a {
  max-width: 186px;
  height: 36px;
  line-height: 32px;
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #FFFFFF;
  color: #000000;
  text-decoration: none;
  border-radius: 30px;
  border: 2px solid #FFFFFF;
  font-size: 16px;
  position: relative;
  padding-right: 16px;
}
.btn-detail-w a:after {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px !important;
  font: var(--fa-font-solid);
  content: "\f054";
}
.btn-detail-w a:hover {
  background: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
  opacity: 1;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*
button, input, optgroup, select, textarea {
  padding: 10px;
  border-radius: 8px;
  outline: none;
  border: 1px solid;
  width: 100%;
}
  */
@media only screen and (max-width: 1110px) {
  html {
    font-size: 15px;
  }
  .container {
    max-width: inherit;
  }
  main {
    min-width: inherit;
    margin-top: 0;
  }
  .btn-top {
    transform: scale(0.8, 0.8);
  }
  .btn-detail a {
    max-width: 210px;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(210deg, rgb(88, 194, 142) 0%, rgb(128, 201, 225) 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 30px;
    font-size: 18px;
    position: relative;
    padding: 0 20px;
    text-align: left;
  }
  .btn-detail a:after {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f054";
  }
  .btn-detail a:hover {
    background: #58C28E;
    color: #FFFFFF;
    opacity: 1;
  }
  .btn-detail-w a {
    max-width: 210px;
    height: 36px;
    line-height: 32px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
    border-radius: 30px;
    border: 2px solid #FFFFFF;
    font-size: 16px;
    position: relative;
    padding-right: 16px;
  }
  .btn-detail-w a:after {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f054";
  }
  .btn-detail-w a:hover {
    background: #000000;
    color: #FFFFFF;
    border: 2px solid #000000;
    opacity: 1;
  }
}
@media only screen and (max-width: 888px) {
  html p {
    font-size: 15px;
    line-height: 1.5em;
  }
  html .br-pc {
    display: none;
  }
  html .br-sp {
    display: inherit;
  }
  html img {
    width: 100%;
    height: auto;
  }
  main {
    padding-top: 60px;
    width: 100%;
    margin-top: 0;
    position: relative;
  }
  section {
    padding: 0 0;
    width: 100%;
  }
  .wrapper {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }
  .wrapper h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 1.3;
    position: relative;
  }
  .wrapper h2 span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .wrapper h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
  /* scroll */
  a.scroll {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 40px;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
  }
  a.scroll::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 35px;
    background: #FFFFFF;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  .btn-detail a {
    max-width: 150px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(210deg, rgb(88, 194, 142) 0%, rgb(128, 201, 225) 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    position: relative;
    padding: 0 15px;
    text-align: left;
  }
  .btn-detail a:after {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f054";
  }
  .btn-detail a:hover {
    background: #58C28E;
    color: #FFFFFF;
    opacity: 1;
  }
  .btn-detail a span {
    display: none;
  }
  .btn-detail-o a {
    max-width: 150px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto 60px;
    background: linear-gradient(210deg, rgb(255, 140, 0) 0%, rgb(241, 192, 133) 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    position: relative;
    padding: 0 15px;
    text-align: left;
  }
  .btn-detail-o a:after {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f078";
  }
  .btn-detail-o a:hover {
    background: #f28e41;
    color: #FFFFFF;
    opacity: 1;
  }
  .btn-detail-w a {
    max-width: 150px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
    border-radius: 30px;
    border: 2px solid #FFFFFF;
    font-size: 14px;
    position: relative;
    padding-right: 16px;
  }
  .btn-detail-w a:after {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f054";
  }
  .btn-detail-w a:hover {
    background: #000000;
    color: #FFFFFF;
    border: 2px solid #000000;
    opacity: 1;
  }
}
.teaser {
  width: 100%;
  height: 200px;
  background: url(../images/teaser.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.teaser .headline {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: clamp(30px, 2vw, 36px);
}
.teaser .teaser_en_tit {
  position: absolute;
  right: 1%;
  bottom: -20px;
  z-index: -1;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: clamp(100px, 10.3vw, 140px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .teaser {
    height: 130px;
  }
  .teaser .headline {
    font-size: 22px;
  }
  .teaser .teaser_en_tit {
    bottom: -8px;
    font-size: clamp(50px, 10.3vw, 80px);
  }
} /*max-width:767px*/
.bread {
  max-width: 1465px;
  margin: 10px auto 80px;
  padding: 0 10px;
  display: flex;
  gap: 0 20px;
}
.bread li {
  font-size: 15px;
  font-weight: normal;
  position: relative;
  line-height: 1.2;
}
.bread li::after {
  position: absolute;
  content: ">";
  background: url(images/) no-repeat;
  right: -13px;
  top: 1px;
}
.bread li:last-child::after {
  content: none;
}
.bread li a {
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .bread {
    margin: 10px auto 40px;
    gap: 0 14px;
    flex-wrap: wrap;
  }
  .bread li {
    line-height: 1.6;
    font-size: 11px;
  }
  .bread li::after {
    right: -11px;
  }
  .bread li a {
    font-size: 11px;
  }
} /*max-width:767px*/
.subhead01 {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  z-index: 1;
}
.subhead01 .ja {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-size: clamp(30px, 2vw, 36px);
}
.subhead01 .en {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(88, 194, 142, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  font-size: clamp(100px, 10.3vw, 140px);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .subhead01 {
    margin-bottom: 40px;
  }
  .subhead01 .ja {
    font-size: clamp(20px, 2vw, 26px);
  }
  .subhead01 .en {
    font-size: clamp(50px, 15.3vw, 80px);
  }
} /*max-width:767px*/
.subhead02 {
  line-height: 1.1;
  margin-bottom: 50px;
  text-align: center;
}
.subhead02 .ja {
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: clamp(18px, 3.3vw, 21px);
}
.subhead02 .en {
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #58c28e;
  font-family: "Roboto", sans-serif;
  font-size: clamp(40px, 5.3vw, 47px);
}

.group .subhead02 {
  line-height: 1.1;
  margin-bottom: 50px;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: clamp(18px, 3.3vw, 21px);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .subhead02 {
    margin-bottom: 30px;
  }
  .subhead02 .ja {
    font-size: clamp(16px, 3.3vw, 18px);
  }
  .subhead02 .en {
    font-size: clamp(30px, 5.3vw, 36px);
  }
  .group .subhead02 {
    margin-bottom: 30px;
    font-size: clamp(16px, 3.3vw, 18px);
  }
} /*max-width:767px*/
.subhead03 {
  font-size: clamp(22px, 2.3vw, 26px);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 15px 0 15px 50px;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
  position: relative;
}
.subhead03::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #58c28e;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .subhead03 {
    font-size: clamp(18px, 2.3vw, 20px);
    padding: 10px 0 10px 30px;
    margin-bottom: 20px;
  }
  .subhead03::after {
    width: 20px;
  }
} /*max-width:767px*/
.subhead04 {
  font-size: clamp(18px, 2.3vw, 22px);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 5px 0 5px 25px;
  margin-bottom: 30px;
  position: relative;
}
.subhead04::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: linear-gradient(#dddddd 0%, #dddddd 50%, #58c28e 50%, #58c28e 100%);
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .subhead04 {
    font-size: 18px;
    padding: 5px 0 5px 15px;
    margin-bottom: 20px;
  }
  .subhead04::after {
    width: 3px;
  }
} /*max-width:767px*/
.inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}

.line_break {
  padding-top: 28px;
}

.green {
  color: #58c28e;
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  background: #FFFFFF;
  transition: 0.3s ease-in-out;
}
header.is-animation {
  background: none;
  transition: 0.3s ease-in-out;
  /*
  .hamburger {
      width: 80px!important;
      height: 80px!important;
      transition: 0.3s ease-in-out;
      &:hover {
          background: $color-green;
      }
      div {
          position: relative;
          left: 20px!important;
          top: 25px!important;


      }
  }*/
}
header.is-animation .header-inner .logo, header.is-animation .header-inner .nav-pc {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
header.is-animation .header-inner .menu-overlay .logo {
  opacity: 1 !important;
}
header .header-inner {
  padding: 0 0 0 30px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-inner .logo {
  margin-top: -12px;
  display: inline-block;
}
header .header-inner .logo h1 {
  font-weight: bold;
  font-size: clamp(1vw, 2em, 25px);
  letter-spacing: 0.032em;
  margin: 0;
  padding: 0;
  color: #00A051;
  text-align: left;
  line-height: 1.8;
}
header .header-inner .logo h1 span.group {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  background: #58C28E;
  border-radius: 30px;
  text-align: center;
}
header .header-inner .logo h1 span.group .eng {
  font-weight: 900;
  font-family: "Century Gothic", sans-serif;
}
header .header-inner .nav-pc {
  display: inline-block;
}
header .header-inner .nav-pc ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-right: 100px;
}
header .header-inner .nav-pc ul li {
  display: inline-block;
  position: relative;
}
header .header-inner .nav-pc ul li a {
  width: inherit;
  font-size: 18px;
  display: block;
  line-height: 100px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: 40px;
}
header .header-inner .nav-pc ul li a:hover {
  opacity: 1;
  color: #58C28E;
}
header .header-inner .nav-pc ul li a.recruit {
  width: 100px;
  height: 100px;
  background: linear-gradient(210deg, rgb(70, 174, 213) 0%, rgb(128, 201, 225) 100%);
  color: #FFFFFF;
  padding: 25px 0 0 0;
  text-align: center;
  margin: 0 1px 0 auto;
  position: relative;
  font-size: 15px;
  letter-spacing: 0;
}
header .header-inner .nav-pc ul li a.recruit:before {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 25px;
  font-size: 30px !important;
  font: var(--fa-font-solid);
  content: "\f508";
}
header .header-inner .nav-pc ul li a.recruit:hover {
  opacity: 1;
  background: #46AED5;
  color: #FFFFFF;
}
header .header-inner .nav-pc ul li a.contact {
  width: 100px;
  height: 100px;
  background: linear-gradient(210deg, rgb(255, 140, 0) 0%, rgb(241, 192, 133) 100%);
  color: #FFFFFF;
  padding: 25px 0 0 0;
  text-align: center;
  margin: 0 1px 0 auto;
  position: relative;
  font-size: 15px;
  letter-spacing: 0;
}
header .header-inner .nav-pc ul li a.contact:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  text-align: center;
  font-size: 30px !important;
  font: var(--fa-font-solid);
  content: "\f0e0";
}
header .header-inner .nav-pc ul li a.contact:hover {
  opacity: 1;
  background: #FF8C00;
  color: #FFFFFF;
}
header .header-inner #toggle {
  display: none;
}
header .header-inner #toggle-nav {
  display: none;
}
header .header-inner #toggle-nav:checked ~ .hamburger div {
  background-color: #fff;
}
header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
  margin-top: 15px;
  transform: rotate(135deg);
}
header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
  opacity: 0;
}
header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
  margin-top: -27px;
  transform: rotate(-135deg);
}
header .header-inner #toggle-nav:checked ~ .menu-overlay {
  opacity: 1;
  visibility: visible;
}
header .header-inner .hamburger {
  cursor: pointer;
  position: fixed;
  z-index: 1020;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(210deg, rgb(88, 194, 142) 0%, rgb(128, 201, 225) 100%);
  transition: 0.3s ease-in-out;
}
header .header-inner .hamburger:hover {
  background: #58C28E;
}
header .header-inner .hamburger div {
  position: relative;
  left: 30px;
  top: 30px;
  width: 40px;
  height: 2px;
  background-color: #FFFFFF;
  transition: background-color 0.5s, transform 0.5s;
}
header .header-inner .hamburger div:nth-of-type(2) {
  margin: 12px 0;
}
header .header-inner .menu-overlay {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  will-change: opacity, visibility;
}
header .header-inner .menu-overlay .menu-overlay-l-wrapper {
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  width: 50%; /* ビューポート幅全体 */
  height: 100vh; /* ビューポート高さ全体 */
  background: #e6ffe6; /* 背景色（必要に応じて変更） */
}
header .header-inner .menu-overlay .menu-overlay-l-wrapper .menu-overlay-l {
  text-align: center;
  padding: 4%;
  box-sizing: border-box;
  width: auto; /* 内容に合わせる */
  max-width: 80%; /* 必要に応じて最大幅を設定 */
}
header .header-inner .menu-overlay .menu-overlay-l-wrapper .menu-overlay-l img {
  margin: 0 auto 40px auto;
  display: block;
}
header .header-inner .menu-overlay .menu-overlay-l-wrapper .menu-overlay-l div {
  margin-bottom: 40px;
}
header .header-inner .menu-overlay .menu-overlay-l-wrapper .menu-overlay-l p {
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
}
header .header-inner .menu-overlay .menu-overlay-r {
  display: inline-block;
  width: 50%;
  height: 100vh;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper {
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  height: 55vh;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list {
  width: 50%;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list li {
  text-align: left;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list li a {
  text-align: left;
  color: #000000;
  display: block;
  font-weight: 700;
  font-size: 18px;
  padding: 20px 40px;
  position: relative;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list li a:after {
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 14px !important;
  font: var(--fa-font-solid);
  content: "\f054";
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list li:first-child a:after {
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 14px !important;
  font: var(--fa-font-solid);
  content: "\f015";
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact {
  height: 45vh;
  width: 100%;
  background: linear-gradient(210deg, rgb(255, 140, 0) 0%, rgb(241, 192, 133) 100%);
  position: relative;
  padding: 30px;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box {
  width: 100%;
  height: 100%;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  padding: 30px;
  position: relative;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:hover {
  opacity: 1;
  transform: scale(1.025);
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:after {
  position: absolute;
  content: "";
  right: 50px;
  top: 50px;
  background: url(/images/ico_arrow.svg) no-repeat right top;
  background-size: cover;
  width: 60px;
  height: 60px;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h2 {
  color: #FF8C00;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0;
  line-height: 1.3;
  position: relative;
  text-align: left;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h3 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  gap: 0 25px;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li {
  width: 30%;
  display: inline-block;
  text-align: left;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li i {
  color: #46AED5;
  font-size: 18px;
  margin-right: 10px;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl {
  width: 100%;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dt.on:after {
  position: absolute;
  content: "営業中";
  width: 66px;
  height: 27px;
  right: 0;
  top: 0;
  border-radius: 36px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  background: #58C28E;
  color: #FFFFFF;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dt.off:after {
  position: absolute;
  content: "営業終了";
  width: 66px;
  height: 27px;
  right: 0;
  top: 0;
  border-radius: 36px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  background: #CCC;
  color: #FFFFFF;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dd {
  font-size: clamp(1vw, 1.5vw, 17px);
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1400px) {
  header .header-inner .nav-pc {
    display: inline-block;
  }
  header .header-inner #toggle {
    display: none;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-list {
    height: 45vh;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact {
    height: 55vh;
    width: 100%;
    background: linear-gradient(210deg, rgb(255, 140, 0) 0%, rgb(241, 192, 133) 100%);
    position: relative;
    padding: 20px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box {
    width: 100%;
    height: 100%;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    padding: 20px;
    position: relative;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:hover {
    opacity: 1;
    transform: scale(1.025);
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:after {
    position: absolute;
    content: "";
    right: 30px;
    top: 30px;
    background: url(/images/ico_arrow.svg) no-repeat right top;
    background-size: cover;
    width: 50px;
    height: 50px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h2 {
    color: #FF8C00;
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 1.3;
    position: relative;
    text-align: left;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h3 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 20px 10px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li {
    width: 33.3%;
    display: inline-block;
    text-align: left;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li:last-child {
    border-right: 0;
    padding-right: 0;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li i {
    color: #46AED5;
    font-size: 18px;
    margin-right: 10px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl {
    width: 100%;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dt {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dt.on:after {
    position: absolute;
    content: "営業中";
    width: 66px;
    height: 27px;
    right: 0;
    top: 0;
    border-radius: 36px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background: #58C28E;
    color: #FFFFFF;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dt.off:after {
    position: absolute;
    content: "営業終了";
    width: 66px;
    height: 27px;
    right: 0;
    top: 0;
    border-radius: 36px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    background: #CCC;
    color: #FFFFFF;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dd {
    font-size: clamp(1vw, 1.5vw, 17px);
    font-weight: 700;
    letter-spacing: 0.025em;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1110px) {
  header .header-inner .nav-pc {
    display: inline-block;
  }
  header .header-inner #toggle {
    display: none;
  }
  header .header-inner .menu-overlay .menu-overlay-l img {
    width: 75%;
    margin: 0 auto 20px auto;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-list {
    height: 38vh;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-list li a {
    padding: 15px 40px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-list li a:after {
    top: 22px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact {
    height: 62vh;
    width: 100%;
    background: linear-gradient(210deg, rgb(255, 140, 0) 0%, rgb(241, 192, 133) 100%);
    position: relative;
    padding: 20px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box {
    width: 100%;
    height: 100%;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    padding: 20px;
    position: relative;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:hover {
    opacity: 1;
    transform: scale(1.025);
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:after {
    position: absolute;
    content: "";
    right: 30px;
    top: 30px;
    background: url(/images/ico_arrow.svg) no-repeat right top;
    background-size: cover;
    width: 50px;
    height: 50px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h2 {
    color: #FF8C00;
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 1.3;
    position: relative;
    text-align: left;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h3 {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 0;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px dashed #CCC;
    padding-top: 10px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li:last-child {
    border-right: 0;
    padding-right: 0;
    border-bottom: 0;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li i {
    color: #46AED5;
    font-size: 18px;
    margin-right: 10px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl {
    width: 100%;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dt {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dt.on:after {
    position: absolute;
    content: "営業中";
    width: 66px;
    height: 27px;
    right: 0;
    top: 0;
    border-radius: 36px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background: #58C28E;
    color: #FFFFFF;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dt.off:after {
    position: absolute;
    content: "営業終了";
    width: 66px;
    height: 27px;
    right: 0;
    top: 0;
    border-radius: 36px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    background: #CCC;
    color: #FFFFFF;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dd {
    font-size: clamp(1vw, 1.5vw, 17px);
    font-weight: 700;
    letter-spacing: 0.025em;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 888px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 60px;
    text-align: center;
    margin: 0 auto;
  }
  header.is-animation {
    background: #FFFFFF;
    transition: 0.3s ease-in-out;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
  }
  header .header-inner {
    padding: 0 0 0 10px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-inner .logo {
    margin-top: -12px;
    display: inline-block;
    opacity: 1 !important;
  }
  header .header-inner .logo h1 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.032em;
    margin: 0;
    padding: 0;
    color: #00A051;
    text-align: left;
    line-height: 1.8;
  }
  header .header-inner .logo h1 span.group {
    display: block;
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0;
    background: #58C28E;
    border-radius: 30px;
    text-align: center;
  }
  header .header-inner .logo h1 span.group .eng {
    font-weight: 900;
    font-family: "Century Gothic", sans-serif;
  }
  header .header-inner .nav-pc {
    display: none;
  }
  header .header-inner #toggle-nav {
    display: none;
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div {
    background-color: #fff;
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
    margin-top: 12px;
    transform: rotate(135deg);
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
    opacity: 0;
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
    margin-top: -22px;
    transform: rotate(-135deg);
  }
  header .header-inner #toggle-nav:checked ~ .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  header .header-inner .hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 1020;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(210deg, rgb(88, 194, 142) 0%, rgb(128, 201, 225) 100%);
  }
  header .header-inner .hamburger:hover {
    background: #58C28E;
  }
  header .header-inner .hamburger div {
    position: relative;
    left: 15px;
    top: 18px;
    width: 30px;
    height: 2px;
    background-color: #FFFFFF;
    transition: background-color 0.5s, transform 0.5s;
  }
  header .header-inner .hamburger div:nth-of-type(2) {
    margin: 9px 0;
  }
  header .header-inner .menu-overlay {
    position: fixed;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    z-index: 1010;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    margin: 0;
    padding: 0;
    background: #58C28E;
    opacity: 0;
    overflow-y: scroll;
    visibility: hidden;
    transition: all 0.5s ease-out;
    will-change: opacity, visibility;
  }
  header .header-inner .menu-overlay .menu-overlay-l-wrapper, header .header-inner .menu-overlay .menu-overlay-l {
    display: none;
  }
  header .header-inner .menu-overlay .menu-overlay-r {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper {
    height: auto !important;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list {
    background: #FFFFFF;
    width: 100% !important;
    height: auto;
    padding-top: 0;
    margin-bottom: 20px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list li {
    text-align: left;
    padding: 0 20px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list li a {
    text-align: left;
    color: #000000;
    display: block;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 10px;
    position: relative;
    border-bottom: 1px dashed #CCC;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list li a:after {
    position: absolute;
    right: 10px;
    top: 16px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f054";
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list li:first-child a:after {
    position: absolute;
    right: 10px;
    top: 16px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f015";
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list li:last-child a {
    border: none;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact {
    height: auto;
    width: 100%;
    background: none;
    position: relative;
    padding: 0;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box {
    width: 100%;
    height: 100%;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
    padding: 20px;
    position: relative;
    pointer-events: none;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:hover {
    opacity: 1;
    transform: scale(1);
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:after {
    display: none;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h2 {
    display: none;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h3 {
    display: none;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 0 0;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px dashed #CCC;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li:nth-child(2) {
    margin-top: 10px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li:last-child {
    margin-top: 10px;
    border-right: 0;
    padding-right: 0;
    border-bottom: 0;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li i {
    color: #46AED5;
    font-size: 18px;
    margin-right: 10px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl {
    width: 100%;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dt {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
    position: relative;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dt.on:after {
    position: absolute;
    content: "営業中";
    width: 66px;
    height: 27px;
    right: 0;
    top: 0;
    border-radius: 36px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background: #58C28E;
    color: #FFFFFF;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dt.off:after {
    position: absolute;
    content: "営業終了";
    width: 66px;
    height: 27px;
    right: 0;
    top: 0;
    border-radius: 36px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    background: #CCC;
    color: #FFFFFF;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dd {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.025em;
    margin-bottom: 8px;
  }
}
#float-menu {
  background: #FFFFFF;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
#float-menu .float-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#float-menu .float-flex ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  gap: 0 15px;
  width: calc(100% - 100px);
  padding: 15px 30px;
}
#float-menu .float-flex ul li {
  width: 30%;
  display: inline-block;
  text-align: left;
  position: relative;
}
#float-menu .float-flex ul li:after {
  position: absolute;
  content: "";
  background: #CCC;
  right: 15px;
  top: 0;
  width: 1px;
  height: 100%;
}
#float-menu .float-flex ul li:last-child {
  width: 33%;
}
#float-menu .float-flex ul li:last-child:after {
  display: none;
}
#float-menu .float-flex ul li:last-child dl dt {
  letter-spacing: -0.05em;
}
#float-menu .float-flex ul li i {
  color: #46AED5;
  font-size: 18px;
  margin-right: 8px;
}
#float-menu .float-flex ul li dl {
  display: flex;
  width: 100%;
}
#float-menu .float-flex ul li dl dt {
  display: inline-block;
  font-size: 15px !important;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
  margin-right: 18px;
}
#float-menu .float-flex ul li dl dt.on:after {
  position: absolute;
  content: var(--open-close, "");
  width: 66px;
  height: 27px;
  left: 0;
  bottom: 0;
  border-radius: 36px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  background: #58C28E;
  color: #FFFFFF;
}
#float-menu .float-flex ul li dl dt.off:after {
  position: absolute;
  content: var(--open-close, "");
  width: 66px;
  height: 27px;
  left: 0;
  bottom: 0;
  border-radius: 36px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  background: #CCC;
  color: #FFFFFF;
}
#float-menu .float-flex ul li dl dd {
  font-size: 17px !important;
  font-size: clamp(1vw, 1.5vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 8px;
  margin-right: 15px;
}
#float-menu .float-flex ul li dl dd p {
  font-weight: 400;
  font-size: 13px !important;
}
#float-menu .float-flex #pagetop {
  width: 100px;
  display: inline-block;
}
#float-menu .float-flex #pagetop a {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(210deg, rgb(88, 194, 142) 0%, rgb(128, 201, 225) 100%);
  transition: 0.5s;
  background-size: cover;
  border-radius: 0;
  position: relative;
}
#float-menu .float-flex #pagetop a:before {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 36px;
  font-size: 30px !important;
  font: var(--fa-font-solid);
  content: "\f062";
}
#float-menu .float-flex #pagetop a:hover {
  transition: 0.5s;
  opacity: 1;
  background: #58C28E;
}

footer {
  background: #00A051;
  padding: 50px 30px 150px 30px;
  text-align: center;
}
footer .wrapper {
  width: 100%;
  max-width: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
footer .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .wrapper ul li {
  display: inline-block;
  margin-right: 20px;
}
footer .wrapper ul li a {
  color: #FFFFFF;
  display: block;
}
footer .wrapper copy {
  color: #FFFFFF;
  display: inline-block;
}

@media only screen and (max-width: 1400px) {
  #float-menu {
    background: #FFFFFF;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  }
  #float-menu .float-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #float-menu .float-flex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 0 0;
    width: calc(100% - 100px);
    padding: 15px 15px;
  }
  #float-menu .float-flex ul li {
    width: 32%;
    display: inline-block;
    text-align: left;
  }
  #float-menu .float-flex ul li:last-child {
    width: 35%;
  }
  #float-menu .float-flex ul li:last-child:after {
    display: none;
  }
  #float-menu .float-flex ul li:last-child dl dt {
    letter-spacing: -0.1em;
  }
  #float-menu .float-flex ul li i {
    color: #46AED5;
    font-size: 16px;
    margin-right: 8px;
  }
  #float-menu .float-flex ul li dl {
    display: flex;
    width: 100%;
  }
  #float-menu .float-flex ul li dl dt {
    display: inline-block;
    font-size: 13px !important;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    margin-right: 15px;
  }
  #float-menu .float-flex ul li dl dt.on:after {
    position: absolute;
    content: "営業中";
    width: 60px;
    height: 27px;
    left: 0;
    bottom: 0;
    border-radius: 36px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    background: #58C28E;
    color: #FFFFFF;
  }
  #float-menu .float-flex ul li dl dt.off:after {
    position: absolute;
    content: "営業終了";
    width: 60px;
    height: 27px;
    left: 0;
    bottom: 0;
    border-radius: 36px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    background: #CCC;
    color: #FFFFFF;
  }
  #float-menu .float-flex ul li dl dd {
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 8px;
    margin-right: 8px;
  }
  #float-menu .float-flex ul li dl dd p {
    font-weight: 400;
    font-size: 11px !important;
  }
  #float-menu .float-flex #pagetop {
    width: 100px;
    display: inline-block;
  }
  #float-menu .float-flex #pagetop a {
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(210deg, rgb(88, 194, 142) 0%, rgb(128, 201, 225) 100%);
    border-radius: 0;
    position: relative;
  }
  #float-menu .float-flex #pagetop a:before {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 36px;
    font-size: 30px !important;
    font: var(--fa-font-solid);
    content: "\f062";
  }
  #float-menu .float-flex #pagetop a:hover {
    opacity: 1;
    background: #58C28E;
  }
}
@media only screen and (max-width: 1110px) {
  #float-menu {
    background: #FFFFFF;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  }
  #float-menu .float-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #float-menu .float-flex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 0 0;
    width: calc(100% - 100px);
    padding: 21px 15px 0 15px;
  }
  #float-menu .float-flex ul li {
    width: 32%;
    display: inline-block;
    text-align: left;
  }
  #float-menu .float-flex ul li:last-child {
    width: 35%;
  }
  #float-menu .float-flex ul li:last-child dl dt {
    letter-spacing: -0.1em;
  }
  #float-menu .float-flex ul li i {
    color: #46AED5;
    font-size: 16px;
    margin-right: 8px;
  }
  #float-menu .float-flex ul li dl {
    display: flex;
    width: 100%;
  }
  #float-menu .float-flex ul li dl dt {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    margin-right: 15px;
  }
  #float-menu .float-flex ul li dl dt.on:after {
    position: absolute;
    content: "営業中";
    width: 60px;
    height: 27px;
    left: 0;
    bottom: 0;
    border-radius: 36px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    background: #58C28E;
    color: #FFFFFF;
  }
  #float-menu .float-flex ul li dl dt.off:after {
    position: absolute;
    content: "営業終了";
    width: 60px;
    height: 27px;
    left: 0;
    bottom: 0;
    border-radius: 36px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    background: #CCC;
    color: #FFFFFF;
  }
  #float-menu .float-flex ul li dl dd {
    font-size: 16px !important;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 8px;
    margin-right: 8px;
  }
  #float-menu .float-flex ul li dl dd p {
    display: none;
  }
  #float-menu .float-flex #pagetop {
    width: 100px;
    display: inline-block;
  }
  #float-menu .float-flex #pagetop a {
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(210deg, rgb(88, 194, 142) 0%, rgb(128, 201, 225) 100%);
    border-radius: 0;
    position: relative;
  }
  #float-menu .float-flex #pagetop a:before {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 36px;
    font-size: 30px !important;
    font: var(--fa-font-solid);
    content: "\f062";
  }
  #float-menu .float-flex #pagetop a:hover {
    opacity: 1;
    background: #58C28E;
  }
}
@media only screen and (max-width: 888px) {
  #float-menu {
    background: #FFFFFF;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  }
  #float-menu .float-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #float-menu .float-flex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 0 0;
    width: 100%;
    padding: 6px;
  }
  #float-menu .float-flex ul li {
    width: 33%;
    display: inline-block;
    text-align: left;
  }
  #float-menu .float-flex ul li:after {
    position: absolute;
    content: "";
    background: #CCC;
    right: 10px;
    top: 0;
    width: 1px;
    height: 100%;
  }
  #float-menu .float-flex ul li:last-child {
    width: 33%;
  }
  #float-menu .float-flex ul li:last-child dl dt {
    letter-spacing: -0.1em;
  }
  #float-menu .float-flex ul li i {
    color: #46AED5;
    font-size: 10px;
    margin-right: 5px;
  }
  #float-menu .float-flex ul li dl {
    display: block;
    width: 100%;
  }
  #float-menu .float-flex ul li dl dt {
    display: block;
    font-size: 10px !important;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    margin-right: 0;
    line-height: 1;
  }
  #float-menu .float-flex ul li dl dt.on:after {
    position: absolute;
    content: "営業中";
    width: 40px;
    height: 15px;
    line-height: 15px;
    left: inherit;
    bottom: inherit;
    top: 0;
    right: 20px;
    border-radius: 36px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    background: #58C28E;
    color: #FFFFFF;
  }
  #float-menu .float-flex ul li dl dt.off:after {
    position: absolute;
    content: "営業終了";
    width: 50px;
    height: 15px;
    line-height: 15px;
    left: inherit;
    bottom: inherit;
    top: 0;
    right: 0;
    border-radius: 36px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    background: #CCC;
    color: #FFFFFF;
  }
  #float-menu .float-flex ul li dl dd {
    font-size: 11px !important;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-right: 0;
    line-height: 1.5;
  }
  #float-menu .float-flex ul li dl dd p {
    display: none;
  }
  #float-menu .float-flex #pagetop {
    width: 40px;
    display: inline-block;
    position: absolute;
    content: "";
    right: 0;
    bottom: 60px;
  }
  #float-menu .float-flex #pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(210deg, rgb(88, 194, 142) 0%, rgb(128, 201, 225) 100%);
    border-radius: 0;
    position: relative;
  }
  #float-menu .float-flex #pagetop a:before {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 15px;
    font-size: 15px !important;
    font: var(--fa-font-solid);
    content: "\f062";
  }
  #float-menu .float-flex #pagetop a:hover {
    opacity: 1;
    background: #58C28E;
  }
  footer {
    padding: 30px 20px 30px 20px;
    text-align: center;
  }
  footer .wrapper {
    width: 100%;
    max-width: inherit;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
  }
  footer .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  footer .wrapper ul li {
    display: inline-block;
    margin-right: 15px;
  }
  footer .wrapper ul li a {
    display: block;
  }
  footer .wrapper copy {
    display: inline-block;
  }
}
body.home #sec01 {
  width: 100%;
  text-align: right;
  padding-top: 100px;
  position: relative;
}
body.home #sec01 .mainimg {
  width: calc(100% - 100px);
  margin: 0 0 0 100px;
}
body.home #sec01 .mainimg picture img {
  width: 100%;
  height: auto;
  border-radius: 50px 0 0 50px;
}
body.home #sec01 .maintext {
  position: absolute;
  content: "";
  left: 30px;
  bottom: 10vw;
  z-index: 1;
}
body.home #sec01 .maintext img {
  display: block;
  margin-bottom: 40px;
}
body.home #sec01 .maintext h2 {
  text-align: left;
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
body.home #sec01 .maintext h2 span {
  width: auto;
  display: block;
  margin-bottom: 20px;
  background: linear-gradient(210deg, rgb(88, 194, 142) 0%, rgb(128, 201, 225) 100%);
  padding: 15px 20px 20px 20px;
}
body.home #sec01 .maintext h2 span:first-of-type {
  width: 75%;
}
body.home #sec01 .info-tick {
  position: absolute;
  content: "";
  right: 0;
  bottom: -40px;
  width: 100%;
  max-width: 780px;
  height: 210px;
  border-radius: 50px 0 0 0;
  background: #FFFFFF;
  padding: 30px;
}
body.home #sec01 .info-tick ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
body.home #sec01 .info-tick ul li {
  display: inline-block;
  text-align: left;
  padding-right: 30px;
  border-right: 1px solid #CCC;
  width: 30%;
}
body.home #sec01 .info-tick ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
body.home #sec01 .info-tick ul li i {
  color: #46AED5;
  font-size: 20px;
  margin-right: 10px;
}
body.home #sec01 .info-tick ul li dl {
  width: 100%;
}
body.home #sec01 .info-tick ul li dl dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
}
body.home #sec01 .info-tick ul li dl dt.on:after {
  position: absolute;
  content: var(--open-close, "");
  width: 66px;
  height: 27px;
  right: 0;
  top: 0;
  border-radius: 36px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  background: #58C28E;
  color: #FFFFFF;
}
body.home #sec01 .info-tick ul li dl dt.off:after {
  position: absolute;
  content: var(--open-close, "");
  width: 66px;
  height: 27px;
  right: 0;
  top: 0;
  border-radius: 36px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  background: #CCC;
  color: #FFFFFF;
}
body.home #sec01 .info-tick ul li dl dd {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
body.home #sec01 .info-tick ul li p {
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  line-height: 1.5;
}
body.home #sec02 {
  padding: 100px 0;
}
body.home #sec02 .wrapper {
  background: url(../images/sec02_bg.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  min-height: 567px;
  padding: 30px;
  border-radius: 50px;
}
body.home #sec02 .wrapper h2 {
  font-size: 36px;
  color: #FFFFFF;
  padding: 60px 0 70px 0;
  letter-spacing: 0.2em;
  position: relative;
}
body.home #sec02 .wrapper h2:after {
  position: absolute;
  content: "";
  top: 21px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 516px;
  height: 110px;
  background: url(../images/sec02_h2_bg.svg) no-repeat center top;
  background-size: 516px;
}
body.home #sec02 .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
body.home #sec02 .wrapper ul li {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 420px;
  max-height: 340px;
}
body.home #sec02 .wrapper ul li a {
  min-height: 340px;
  border-radius: 50px;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
  display: block;
  padding: 20px;
  position: relative;
}
body.home #sec02 .wrapper ul li a:after {
  display: none;
}
body.home #sec02 .wrapper ul li a:hover {
  opacity: 1;
}
body.home #sec02 .wrapper ul li a:hover .btn-detail {
  transition: 0.5s;
  background: #46AED5;
  color: #FFFFFF;
  opacity: 1;
}
body.home #sec02 .wrapper ul li a:hover .btn-detail dl dt {
  transition: 0.5s;
  color: #FFFFFF;
}
body.home #sec02 .wrapper ul li a:hover .btn-detail dl dd {
  transition: 0.5s;
  color: #FFFFFF;
}
body.home #sec02 .wrapper ul li:nth-child(1) a {
  background: url(../images/sec02_01_bg.jpg) no-repeat center top;
  background-size: cover;
}
body.home #sec02 .wrapper ul li:nth-child(2) a {
  background: url(../images/sec02_02_bg.jpg) no-repeat center top;
  background-size: cover;
}
body.home #sec02 .wrapper ul li:nth-child(3) a {
  background: url(../images/sec02_03_bg.jpg) no-repeat center top;
  background-size: cover;
}
body.home #sec02 .wrapper ul li .btn-detail {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  text-align: center;
  margin: 0 auto;
  background: #FFFFFF;
  color: #000000;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  font-size: 18px;
  border-radius: 30px;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
}
body.home #sec02 .wrapper ul li .btn-detail dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
body.home #sec02 .wrapper ul li .btn-detail dl dt {
  padding: 0 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  color: #46AED5;
}
body.home #sec02 .wrapper ul li .btn-detail dl dt i {
  margin-right: 10px;
}
body.home #sec02 .wrapper ul li .btn-detail dl dd {
  padding: 0 20px 0 0;
  font-size: 16px;
}
body.home #sec03 {
  background: url(../images/sec03_bg.jpg) no-repeat left top;
  background-size: auto 575px;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0 50px 50px 0;
  min-height: 575px;
}
body.home #sec03 .wrapper {
  padding: 50px 0 50px 50px;
}
body.home #sec03 .wrapper .sec03-box {
  max-width: 1400px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
body.home #sec03 .wrapper .sec03-box h2 {
  padding-top: 36px;
  letter-spacing: 0.2em;
  text-align: left;
  margin: 0;
  padding: 40px 0 40px 0;
  position: relative;
}
body.home #sec03 .wrapper .sec03-box h2:after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 459px;
  height: 110px;
  background: url(../images/sec03_h2_bg.svg) no-repeat center top;
  background-size: 459px;
}
body.home #sec03 .wrapper .sec03-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 20px 40px;
  margin-bottom: 40px;
}
body.home #sec03 .wrapper .sec03-box ul li {
  display: block;
  max-width: 350px;
  width: 350px;
  height: auto;
  padding-top: 350px;
  border-radius: 180px;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
  background: #FFFFFF;
}
body.home #sec03 .wrapper .sec03-box ul li h3 {
  margin-top: -200px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
body.home #sec03 .wrapper .sec03-box ul li h3 span {
  padding-top: 20px;
  display: block;
  color: #46AED5;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
body.home #sec03 .wrapper .sec03-box ul li:nth-child(1) {
  background: url(../images/sec03_01_bg.png) no-repeat center top;
  background-size: cover;
}
body.home #sec03 .wrapper .sec03-box ul li:nth-child(2) {
  background: url(../images/sec03_02_bg.png) no-repeat center top;
  background-size: cover;
}
body.home #sec03 .wrapper .sec03-box ul li:nth-child(3) {
  background: url(../images/sec03_03_bg.png) no-repeat center top;
  background-size: cover;
}
body.home #sec04 {
  margin-top: 100px;
  background: #ECF9F3;
}
body.home #sec04 .wrapper {
  width: 100%;
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
body.home #sec04 .wrapper .sec04-l {
  min-height: 266px;
  display: inline-block;
  width: 30%;
  position: relative;
  padding-right: 5%;
  border-right: 1px solid #CCC;
}
body.home #sec04 .wrapper .sec04-l h2 {
  color: #58C28E;
}
body.home #sec04 .wrapper .sec04-l h2 span {
  color: #000000;
}
body.home #sec04 .wrapper .sec04-l .btn-detail {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 300px;
}
body.home #sec04 .wrapper .sec04-r {
  min-height: 266px;
  display: inline-block;
  width: 65%;
}
body.home #sec04 .wrapper .sec04-r ul li a {
  display: block;
  padding: 12px 0;
  font-size: 18px;
}
body.home #sec04 .wrapper .sec04-r ul li a span.date {
  padding-right: 20px;
}
body.home #sec04 .wrapper .sec04-r ul li a span.title {
  padding-left: 20px;
}
body.home #sec04 .wrapper .btn-detail.sp {
  display: none;
}
body.home #sec05 {
  margin: 100px auto;
}
body.home #sec05 .wrapper {
  width: 100%;
  max-width: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
}
body.home #sec05 .wrapper .recruit-box {
  display: inline-block;
  width: 50%;
  background: linear-gradient(210deg, rgb(70, 174, 213) 0%, rgb(128, 201, 225) 100%);
  position: relative;
  padding: 30px;
}
body.home #sec05 .wrapper .recruit-box .w-box a {
  background: url(../images/sec05_recruit_bg.png) no-repeat center top #FFFFFF;
  background-size: cover;
}
body.home #sec05 .wrapper .recruit-box h2 {
  color: #46AED5;
}
body.home #sec05 .wrapper .contact-box {
  display: inline-block;
  width: 50%;
  background: linear-gradient(210deg, rgb(255, 140, 0) 0%, rgb(241, 192, 133) 100%);
  position: relative;
  padding: 30px;
}
body.home #sec05 .wrapper .contact-box h2 {
  color: #FF8C00;
}
body.home #sec05 .wrapper .contact-box h3 {
  margin-bottom: 40px;
}
body.home #sec05 .wrapper .contact-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  gap: 0 10px;
}
body.home #sec05 .wrapper .contact-box ul li {
  width: 32%;
  display: inline-block;
  text-align: left;
}
body.home #sec05 .wrapper .contact-box ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
body.home #sec05 .wrapper .contact-box ul li i {
  color: #46AED5;
  font-size: 20px;
  margin-right: 10px;
}
body.home #sec05 .wrapper .contact-box ul li dl {
  width: 100%;
}
body.home #sec05 .wrapper .contact-box ul li dl dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
}
body.home #sec05 .wrapper .contact-box ul li dl dt.on:after {
  position: absolute;
  content: var(--open-close, "");
  width: 66px;
  height: 27px;
  right: 0;
  top: 0;
  border-radius: 36px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  background: #58C28E;
  color: #FFFFFF;
}
body.home #sec05 .wrapper .contact-box ul li dl dt.off:after {
  position: absolute;
  content: var(--open-close, "");
  width: 66px;
  height: 27px;
  right: 0;
  top: 0;
  border-radius: 36px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  background: #CCC;
  color: #FFFFFF;
}
body.home #sec05 .wrapper .contact-box ul li dl dd {
  font-size: clamp(1vw, 1.5vw, 20px);
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 8px;
}
body.home #sec05 .wrapper .w-box {
  width: 100%;
  height: 100%;
  min-height: 240px;
}
body.home #sec05 .wrapper .w-box a {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
  min-height: 240px;
  border-radius: 50px;
  padding: 30px;
  position: relative;
}
body.home #sec05 .wrapper .w-box a:hover {
  opacity: 1;
  transform: scale(1.025);
}
body.home #sec05 .wrapper .w-box a:after {
  position: absolute;
  content: "";
  right: 50px;
  top: 50px;
  background: url(../images/ico_arrow.svg) no-repeat right top;
  background-size: cover;
  width: 60px;
  height: 60px;
}
body.home #sec06 {
  padding-bottom: 100px;
}
body.home #sec06 .wrapper {
  width: 100%;
  padding: 0 30px;
  max-width: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
body.home #sec06 .wrapper .sec06-l {
  display: inline-block;
  width: 55%;
}
body.home #sec06 .wrapper .sec06-l h2 {
  font-size: 32px;
  letter-spacing: 0.032em;
  color: #00A051;
}
body.home #sec06 .wrapper .sec06-l ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
body.home #sec06 .wrapper .sec06-l ul li {
  display: inline-block;
  width: 48%;
  text-align: left;
  position: relative;
}
body.home #sec06 .wrapper .sec06-l ul li h3 {
  font-size: 18px;
  color: #46AED5;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}
body.home #sec06 .wrapper .sec06-l ul li h3 span {
  position: absolute;
  top: 0;
}
body.home #sec06 .wrapper .sec06-l ul li h3 span i {
  font-size: 24px;
  margin-left: 20px;
}
body.home #sec06 .wrapper .sec06-l ul li p {
  font-size: 18px;
}
body.home #sec06 .wrapper .sec06-l ul li .btn-detail {
  margin: 30px 0 0 0;
}
body.home #sec06 .wrapper .sec06-l ul li .btn-detail a {
  margin: 0;
}
body.home #sec06 .wrapper .sec06-r {
  display: inline-block;
  width: 40%;
  background: #ECF9F3;
  padding: 30px;
  text-align: center;
  margin: 0 auto;
}
body.home #sec06 .wrapper .sec06-r h2 {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  background: #58C28E;
  border-radius: 30px;
  text-align: center;
  width: 206px;
  height: 28px;
  line-height: 28px;
}
body.home #sec06 .wrapper .sec06-r h2 .eng {
  font-size: 13px;
  letter-spacing: 0;
  display: inline-block;
  font-weight: 900;
  font-family: "Century Gothic", sans-serif;
}
body.home #sec06 .wrapper .sec06-r p {
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
}

body.page #sec02 .wrapper {
  min-height: auto;
}

@media only screen and (max-width: 1400px) {
  body.home #sec01 .maintext {
    bottom: 15vw;
  }
  body.home #sec01 .maintext img {
    margin-bottom: 20px;
  }
  body.home #sec01 .maintext h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  body.home #sec01 .maintext h2 span {
    padding: 10px 15px 15px 15px;
    margin-bottom: 10px;
  }
  body.home #sec03 {
    background: url(../images/sec03_bg.jpg) no-repeat center top;
    background-size: auto 80%;
    width: 100%;
    height: 100%;
    padding: 0 0 40px 0;
    position: relative;
    border-radius: 0 0;
    min-height: inherit;
  }
  body.home #sec04 {
    background: #ECF9F3;
  }
  body.home #sec04 .wrapper {
    padding: 80px 40px;
  }
  body.home #sec04 .wrapper .sec04-l .btn-detail {
    width: 100%;
  }
  body.home #sec04 .wrapper .sec04-l .btn-detail a {
    margin: 0 0;
  }
  body.home #sec05 .wrapper .contact-box ul {
    gap: 25px;
  }
  body.home #sec05 .wrapper .contact-box ul li {
    width: 50%;
  }
}
.archive-news .archive-list li a {
  display: block;
  padding: 12px 0;
  font-size: 18px;
}
.archive-news .archive-list li a .date {
  padding-right: 20px;
}
.archive-news .archive-list li a .title {
  padding-left: 20px;
}
.archive-news .pagination {
  margin-top: 50px;
  text-align: center;
}
.archive-news .pagination .page-numbers {
  border: 1px solid #ccc;
  padding: 4px 10px;
  font-size: 16px;
}
.archive-news .pagination .page-numbers.current {
  color: #ccc;
}

.single-news p {
  margin-bottom: 20px;
}

.contact_table {
  margin-top: 50px;
  width: 100%;
  border-collapse: collapse;
}
.contact_table dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact_table dl dt {
  margin-top: 20px;
  width: 20%;
}
.contact_table dl dt:first-of-type {
  margin-top: 0;
}
.contact_table dl dd {
  margin-top: 20px;
  width: 80%;
}
.contact_table dl dd:first-of-type {
  margin-top: 0;
}

.contact_table th {
  width: 30%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px dashed #cccccc;
  color: #58c28e;
}
.contact_table th span {
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 8px;
  background: #f28e41;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 13px;
}

.contact_table td {
  width: 70%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px dashed #cccccc;
}

.contact-form-p {
  margin: 50px auto 20px;
  font-size: 15px;
  text-align: center;
}
.contact-form-p a {
  color: #58C28E;
  text-decoration: underline;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 input[type=date],
.wpcf7 textarea,
.wpcf7 select {
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  outline: none;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: normal !important;
}

.wpcf7 input[type=date] {
  width: auto;
}

.wpcf7 input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.wpcf7 input[type=submit] {
  /*border: 0;
  display: table;
  margin: 0 auto;
  padding: 1rem 3rem;


  background-position: 1% 50%;
     background-size: 200% auto;
  transition: all 0.6s ease-out;
  font-size: 1.6rem;
     font-size: 16px;*/
  transition: all 0.6s ease-out;
  cursor: pointer;
  border: 0;
  max-width: 300px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  margin: 0 auto 100px;
  background: linear-gradient(210deg, rgb(255, 140, 0) 0%, rgb(241, 192, 133) 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 30px;
  font-size: 16px;
  position: relative;
  padding: 0 30px;
  text-align: left;
}
.wpcf7 input[type=submit]:after {
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 14px !important;
  font: var(--fa-font-solid);
  content: "\f078";
}
.wpcf7 input[type=submit]:hover {
  background: #f28e41;
  color: #FFFFFF;
  opacity: 1;
}

.wpcf7 input[type=submit]:hover {
  background-position: 100% 50%;
  /*   border: 3px solid #C34135;
   background: #C34135;
   -webkit-box-shadow: 0px 0px 10px #cccccc;
   box-shadow: 0px 0px 10px #cccccc;
   color: #fff;*/
}

button[disabled], html input[disabled] {
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: not-allowed;
  background: #dddddd !important;
  color: #000000 !important;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required,
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  background: rgba(255, 255, 142, 0.3) !important;
}

/* 訂正箇所わかりやすく */
.wpcf7 .wpcf7-not-valid {
  background: #F2DEDE !important;
}

.wpcf7 .wpcf7-response-output {
  margin: 0px 0 20px 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-size: 1.3rem;
  color: #DB4848;
}

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  font-size: 13px;
  font-size: 1.3rem;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  font-size: 13px;
  font-size: 1.3rem;
}

.wpcf7-list-item-label {
  margin-right: 20px;
}

.policy-message {
  margin: 0 0 30px 0;
  padding: 0;
  border: 1px solid #ececec;
  width: 100%;
  height: 240px;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: auto;
}

.policy-message ul, .policy-message ol {
  margin: 0; /*margin: 0; padding-left: 0px; font-size: 12px; font-size: 1.2rem;*/
}

.policy-message ol li {
  list-style-type: decimal;
}

.policy-message span {
  font-weight: bold;
}

.policy-message p { /*margin: 0; padding: 15px 15px 0 15px;*/ }

p.check-message {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

/* 送信前・後非表示関係 */
.wpcf7-form .comp,
.wpcf7-form.sent .form-inner,
.screen-reader-response {
  display: none;
}

.wpcf7-form.sent .comp {
  display: block;
}

/* スピナー非表示 */
div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .contact_table th {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 1.2;
    border-bottom: 0;
  }
  .contact_table td {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1110px) {
  body.home #sec05 .wrapper .contact-box ul {
    gap: 25px;
  }
  body.home #sec05 .wrapper .contact-box ul li {
    width: 65%;
  }
}
@media only screen and (max-width: 888px) {
  body.home #sec01 {
    width: 100%;
    text-align: right;
    padding-top: 0;
    position: relative;
  }
  body.home #sec01 .mainimg {
    width: 100%;
    margin: 0 0 0 0;
  }
  body.home #sec01 .mainimg picture img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  body.home #sec01 .maintext {
    position: absolute;
    content: "";
    left: 10px;
    bottom: -65px;
    z-index: 1;
  }
  body.home #sec01 .maintext img {
    width: 40%;
    display: block;
    margin-bottom: 10px;
  }
  body.home #sec01 .maintext h2 {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #FFFFFF;
  }
  body.home #sec01 .maintext h2 span {
    width: auto;
    display: inline-table;
    margin-bottom: 10px;
    background: linear-gradient(210deg, rgb(88, 194, 142) 0%, rgb(128, 201, 225) 100%);
    padding: 5px 5px 5px 5px;
  }
  body.home #sec01 .maintext h2 span:first-of-type {
    width: auto;
  }
  body.home #sec01 .info-tick {
    display: none;
  }
  body.home #sec02 {
    padding: 100px 0 50px 0;
  }
  body.home #sec02 .wrapper {
    background: url(../images/sec02_bg.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    min-height: inherit;
    height: auto;
    padding: 15px 5px;
    border-radius: 0;
  }
  body.home #sec02 .wrapper h2 {
    font-size: 21px;
    color: #FFFFFF;
    padding: 30px 0 20px 0;
    letter-spacing: 0.2em;
    position: relative;
  }
  body.home #sec02 .wrapper h2:after {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 258px;
    height: 55px;
    background: url(../images/sec02_h2_bg.svg) no-repeat center top;
    background-size: 258px;
  }
  body.home #sec02 .wrapper ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 0;
  }
  body.home #sec02 .wrapper ul li {
    display: inline-block;
    width: calc(33.3333333333% - 5px);
    gap: 0 10px;
    height: 100%;
    max-width: inherit;
    max-height: 130px;
  }
  body.home #sec02 .wrapper ul li a {
    width: 100%;
    min-height: 120px;
    border-radius: 0;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
    display: block;
    padding: 10px;
    position: relative;
  }
  body.home #sec02 .wrapper ul li a:after {
    display: none;
  }
  body.home #sec02 .wrapper ul li a:hover {
    opacity: 1;
  }
  body.home #sec02 .wrapper ul li a:hover .btn-detail {
    transition: 0.5s;
    background: #46AED5;
    color: #FFFFFF;
    opacity: 1;
  }
  body.home #sec02 .wrapper ul li a:hover .btn-detail dl dt {
    transition: 0.5s;
    color: #FFFFFF;
  }
  body.home #sec02 .wrapper ul li a:hover .btn-detail dl dd {
    transition: 0.5s;
    color: #FFFFFF;
  }
  body.home #sec02 .wrapper ul li:nth-child(1) a {
    background: url(../images/sec02_01_bg.jpg) no-repeat center top;
    background-size: cover;
  }
  body.home #sec02 .wrapper ul li:nth-child(2) a {
    background: url(../images/sec02_02_bg.jpg) no-repeat center top;
    background-size: cover;
  }
  body.home #sec02 .wrapper ul li:nth-child(3) a {
    background: url(../images/sec02_03_bg.jpg) no-repeat center top;
    background-size: cover;
  }
  body.home #sec02 .wrapper ul li .btn-detail {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: calc(100% - 10px);
    text-align: center;
    margin: 0 auto;
    background: #FFFFFF;
    color: #000000;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
  }
  body.home #sec02 .wrapper ul li .btn-detail dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  body.home #sec02 .wrapper ul li .btn-detail dl dt {
    padding: 0 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    color: #46AED5;
  }
  body.home #sec02 .wrapper ul li .btn-detail dl dt i {
    margin-right: 4px;
  }
  body.home #sec02 .wrapper ul li .btn-detail dl dd {
    display: none;
    padding: 0 15px 0 0;
  }
  body.home #sec03 {
    background: url(../images/sec03_bg.jpg) no-repeat center top;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    padding: 0 0 40px 0;
    position: relative;
    border-radius: 0 0;
    min-height: inherit;
  }
  body.home #sec03 .wrapper {
    padding: 20px 15px;
  }
  body.home #sec03 .wrapper .sec03-box {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
  body.home #sec03 .wrapper .sec03-box h2 {
    padding-top: 36px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 30px 0 20px 0;
    position: relative;
    font-size: 21px;
  }
  body.home #sec03 .wrapper .sec03-box h2:after {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 229.5px;
    height: 55px;
    background: url(../images/sec03_h2_bg.svg) no-repeat center top;
    background-size: 229.5px;
  }
  body.home #sec03 .wrapper .sec03-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 10px 5px;
    margin-bottom: 20px;
  }
  body.home #sec03 .wrapper .sec03-box ul li {
    display: block;
    max-width: 100%;
    width: 110px;
    height: 110px;
    padding-top: 110px;
    border-radius: 200px;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
    background: #FFFFFF;
  }
  body.home #sec03 .wrapper .sec03-box ul li h3 {
    margin-top: -70px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
  }
  body.home #sec03 .wrapper .sec03-box ul li h3 span {
    padding-top: 6px;
    display: block;
    color: #46AED5;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
  }
  body.home #sec03 .wrapper .sec03-box ul li:nth-child(1) {
    background: url(../images/sec03_01_bg.png) no-repeat center top;
    background-size: cover;
  }
  body.home #sec03 .wrapper .sec03-box ul li:nth-child(2) {
    background: url(../images/sec03_02_bg.png) no-repeat center top;
    background-size: cover;
  }
  body.home #sec03 .wrapper .sec03-box ul li:nth-child(3) {
    background: url(../images/sec03_03_bg.png) no-repeat center top;
    background-size: cover;
  }
  body.home #sec03 .wrapper .sec03-box .btn-detail {
    margin: 0 auto 0 auto;
  }
  body.home #sec04 {
    margin-top: 50px;
    background: #ECF9F3;
  }
  body.home #sec04 .wrapper {
    width: 100%;
    padding: 40px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  body.home #sec04 .wrapper .sec04-l {
    min-height: inherit;
    display: block;
    width: 100%;
    position: relative;
    padding-right: 0;
    border-right: 0;
  }
  body.home #sec04 .wrapper .sec04-l h2 {
    text-align: center;
    color: #58C28E;
  }
  body.home #sec04 .wrapper .sec04-l h2 span {
    color: #000000;
  }
  body.home #sec04 .wrapper .sec04-l .btn-detail {
    display: none;
  }
  body.home #sec04 .wrapper .sec04-r {
    min-height: inherit;
    display: block;
    width: 100%;
  }
  body.home #sec04 .wrapper .sec04-r ul li a {
    padding: 6px 0;
    font-size: 15px;
    display: flex;
  }
  body.home #sec04 .wrapper .sec04-r ul li a span.date {
    padding-right: 20px;
  }
  body.home #sec04 .wrapper .sec04-r ul li a span.title {
    padding-left: 0;
  }
  body.home #sec04 .wrapper .btn-detail.sp {
    margin-top: 30px;
    width: 100%;
    display: inherit;
  }
  body.home #sec04 .wrapper .btn-detail.sp a {
    width: 100%;
    display: block;
  }
  body.home #sec05 {
    margin: 50px auto;
  }
  body.home #sec05 .wrapper {
    width: 100%;
    max-width: inherit;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
  }
  body.home #sec05 .wrapper .recruit-box {
    display: inline-block;
    width: 100%;
    background: linear-gradient(210deg, rgb(70, 174, 213) 0%, rgb(128, 201, 225) 100%);
    position: relative;
    padding: 15px;
  }
  body.home #sec05 .wrapper .recruit-box .w-box a {
    background: url(../images/sec05_recruit_bg_sp.png) no-repeat center top #FFFFFF;
    background-size: cover;
  }
  body.home #sec05 .wrapper .recruit-box h2 {
    color: #46AED5;
  }
  body.home #sec05 .wrapper .contact-box {
    display: none;
    width: 100%;
    background: linear-gradient(210deg, rgb(255, 140, 0) 0%, rgb(241, 192, 133) 100%);
    position: relative;
    padding: 15px;
  }
  body.home #sec05 .wrapper .contact-box h2 {
    color: #FF8C00;
  }
  body.home #sec05 .wrapper .contact-box h3 {
    margin-bottom: 40px;
  }
  body.home #sec05 .wrapper .contact-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 0 25px;
  }
  body.home #sec05 .wrapper .contact-box ul li {
    width: 30%;
    display: inline-block;
    text-align: left;
  }
  body.home #sec05 .wrapper .contact-box ul li:last-child {
    border-right: 0;
    padding-right: 0;
  }
  body.home #sec05 .wrapper .contact-box ul li i {
    color: #46AED5;
    font-size: 20px;
    margin-right: 10px;
  }
  body.home #sec05 .wrapper .contact-box ul li dl {
    width: 100%;
  }
  body.home #sec05 .wrapper .contact-box ul li dl dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
  }
  body.home #sec05 .wrapper .contact-box ul li dl dt.on:after {
    position: absolute;
    content: "営業中";
    width: 66px;
    height: 27px;
    right: 0;
    top: 0;
    border-radius: 36px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background: #58C28E;
    color: #FFFFFF;
  }
  body.home #sec05 .wrapper .contact-box ul li dl dt.off:after {
    position: absolute;
    content: "営業終了";
    width: 66px;
    height: 27px;
    right: 0;
    top: 0;
    border-radius: 36px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background: #CCC;
    color: #FFFFFF;
  }
  body.home #sec05 .wrapper .contact-box ul li dl dd {
    font-size: clamp(1vw, 1.5vw, 20px);
    font-weight: 700;
    letter-spacing: 0.025em;
    margin-bottom: 8px;
  }
  body.home #sec05 .wrapper .w-box {
    width: 100%;
    height: auto;
    min-height: inherit;
  }
  body.home #sec05 .wrapper .w-box a {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
    min-height: inherit;
    border-radius: 25px;
    padding: 20px;
    position: relative;
  }
  body.home #sec05 .wrapper .w-box a:hover {
    opacity: 1;
    transform: scale(1.025);
  }
  body.home #sec05 .wrapper .w-box a:after {
    position: absolute;
    content: "";
    right: 20px;
    top: 20px;
    background: url(../images/ico_arrow.svg) no-repeat right top;
    background-size: cover;
    width: 30px;
    height: 30px;
  }
  body.home #sec05 .wrapper .w-box a h2 {
    margin-bottom: 10px;
  }
  body.home #sec05 .wrapper .w-box a h3 {
    font-size: 15px;
  }
  body.home #sec06 {
    padding-bottom: 50px;
  }
  body.home #sec06 .wrapper {
    width: 100%;
    padding: 0 15px;
    max-width: inherit;
    display: block;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  body.home #sec06 .wrapper .sec06-l {
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto 30px auto;
  }
  body.home #sec06 .wrapper .sec06-l h2 {
    font-size: 20px;
    letter-spacing: 0.032em;
    color: #00A051;
    text-align: left;
    margin-bottom: 0;
  }
  body.home #sec06 .wrapper .sec06-l ul {
    display: block;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  body.home #sec06 .wrapper .sec06-l ul li {
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
  }
  body.home #sec06 .wrapper .sec06-l ul li h3 {
    font-size: 16px;
    color: #46AED5;
    font-weight: 700;
    margin: 20px 0 10px 0;
    position: relative;
  }
  body.home #sec06 .wrapper .sec06-l ul li h3 span {
    position: absolute;
    top: 0;
  }
  body.home #sec06 .wrapper .sec06-l ul li h3 span i {
    font-size: 20px;
    margin-left: 10px;
  }
  body.home #sec06 .wrapper .sec06-l ul li p {
    font-size: 15px;
  }
  body.home #sec06 .wrapper .sec06-l ul li .btn-detail {
    margin: 10px 0 0 0;
  }
  body.home #sec06 .wrapper .sec06-l ul li .btn-detail a {
    margin: 0;
  }
  body.home #sec06 .wrapper .sec06-r {
    display: block;
    width: 100%;
    background: #ECF9F3;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
  }
  body.home #sec06 .wrapper .sec06-r h2 {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0;
    background: #58C28E;
    border-radius: 30px;
    text-align: center;
    width: 100%;
    height: 28px;
    line-height: 28px;
  }
  body.home #sec06 .wrapper .sec06-r h2 .eng {
    font-size: 13px;
    letter-spacing: 0;
    display: inline-block;
    font-weight: 900;
    font-family: "Century Gothic", sans-serif;
  }
  body.home #sec06 .wrapper .sec06-r p {
    text-align: left;
    margin: 0 0;
    font-size: 13px;
    font-weight: 400;
  }
}
.privacy #privacy-box dl {
  margin-top: 50px;
}
.privacy #privacy-box dl dt {
  margin-bottom: 20px;
  font-weight: bold;
}
.privacy #privacy-box dl dd {
  margin-bottom: 20px;
  margin-left: 1em;
}
.privacy #privacy-box dl dd ol li {
  margin-left: 1em;
  list-style-type: disc;
}

@media only screen and (max-width: 888px) {
  .privacy #privacy-box {
    font-size: 15px;
  }
  .privacy #privacy-box dl {
    margin-top: 20px;
  }
}
.company_box01 {
  max-width: 1465px;
  margin: 0 auto 100px;
  padding: 0 10px;
}
.company_box01 .wrap {
  display: grid;
  grid-template-columns: 38.06% 56.4%;
  justify-content: space-between;
  align-items: flex-start;
}
.company_box01 .wrap figure {
  border-radius: 50px;
  overflow: hidden;
}
.company_box01 .wrap figure img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.company_box01 .wrap .content .name_area {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 25px;
}
.company_box01 .wrap .content .name_area::after {
  position: absolute;
  content: "";
  width: 75%;
  height: 1px;
  background: #999;
  left: 0;
  bottom: 0;
}
.company_box01 .wrap .content .name_area dt {
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #666666;
  font-size: 18px;
}
.company_box01 .wrap .content .name_area dd {
  color: #000000;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.company_box01 .wrap .content .name_area dd::first-letter {
  color: #58c28e;
}
.company_box01 .wrap .content .name_area dd span {
  margin-left: 20px;
  color: rgba(153, 153, 153, 0.25);
  font-size: 16px;
}
.company_box01 .wrap .content .txt_area .tit {
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #58c28e;
  font-size: clamp(22px, 2.3vw, 28px);
}

@media screen and (max-width: 767px) {
  .company_box01 {
    margin: 0 auto 60px;
  }
  .company_box01 .wrap {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .company_box01 .wrap figure img {
    height: auto;
  }
  .company_box01 .wrap .content .name_area {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .company_box01 .wrap .content .name_area::after {
    width: 100%;
  }
  .company_box01 .wrap .content .name_area dt {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .company_box01 .wrap .content .name_area dd {
    font-size: 22px;
  }
  .company_box01 .wrap .content .name_area dd span {
    margin-left: 10px;
    font-size: 12px;
  }
  .company_box01 .wrap .content .txt_area .tit {
    margin-bottom: 30px;
    font-size: 20px;
  }
} /*max-width:767px*/
.company_box02 {
  padding: 140px 10px;
  background: url(../images/company_bg01.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.company_box02 .tit {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
  z-index: 1;
}
.company_box02 .tit .ja {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-size: clamp(30px, 2vw, 36px);
}
.company_box02 .tit .en {
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  font-size: clamp(100px, 10.3vw, 140px);
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.5;
}
.company_box02 .txt {
  text-align: center;
}
.company_box02 .txt .txt01 {
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-size: clamp(28px, 2vw, 34px);
  padding: 10px 30px;
  background: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.company_box02 .txt .txt01 .green {
  color: #58c28e;
}
.company_box02 .txt .txt01:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .company_box02 {
    padding: 60px 10px;
  }
  .company_box02 .tit {
    margin-bottom: 40px;
  }
  .company_box02 .tit .ja {
    font-size: clamp(20px, 2vw, 26px);
  }
  .company_box02 .tit .en {
    font-size: clamp(50px, 15.3vw, 80px);
  }
  .company_box02 .txt .txt01 {
    font-size: clamp(18px, 2vw, 28px);
    padding: 5px 20px;
  }
} /*max-width:767px*/
.company_box03 {
  padding: 100px 0;
  background: #ecf9f3;
  margin-bottom: 100px;
}
.company_box03 .overview_table {
  margin-bottom: 50px;
}
.company_box03 .overview_table .map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.company_box03 .overview_table .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.group .company_box03 .overview_table {
  margin-bottom: 100px;
}
.group .company_box03 .overview_table:last-child {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .company_box03 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .company_box03 .overview_table {
    margin-bottom: 30px;
  }
  .group .company_box03 .overview_table {
    margin-bottom: 30px;
  }
  .group .company_box03 .overview_table:last-child {
    margin-bottom: 0;
  }
} /*max-width:767px*/
.company_box04 {
  margin-bottom: 80px;
}
.company_box04 .pic_area {
  max-width: 890px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4%;
}
.company_box04 .pic_area dl dt {
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}
.company_box04 .pic_area dl dt img {
  width: 100%;
  height: auto;
}
.company_box04 .pic_area dl dd {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .company_box04 {
    margin-bottom: 50px;
  }
  .company_box04 .pic_area {
    margin: 0 auto 50px;
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .company_box04 .pic_area dl dt {
    max-width: 450px;
    margin: 0 auto 10px;
  }
  .company_box04 .pic_area dl dd {
    font-size: 14px;
  }
} /*max-width:767px*/
.overview_table {
  width: 100%;
  border-collapse: collapse;
}

.overview_table tr:first-of-type {
  border-top: 1px solid #999999;
}

.overview_table th {
  width: 30%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #999999;
  color: #58c28e;
}

.overview_table td {
  width: 70%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #999999;
}

@media screen and (max-width: 767px) {
  .overview_table th {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 1.2;
  }
  .overview_table td {
    padding: 10px 5px;
    font-size: 14px;
  }
}
.history_table {
  width: 100%;
  border-collapse: collapse;
}

.history_table tr:first-of-type th {
  padding-top: 0;
}
.history_table tr:first-of-type th::after {
  height: 88%;
  top: auto;
  bottom: 0;
}
.history_table tr:first-of-type th::before {
  top: 10px;
}
.history_table tr:first-of-type td {
  padding-top: 0;
}
.history_table tr:last-of-type th {
  border-bottom: none;
}
.history_table tr:last-of-type th::after {
  height: 40%;
}
.history_table tr:last-of-type td {
  border-bottom: none;
}

.history_table th {
  padding: 30px 20px 30px 20px;
  font-size: 16px;
  min-width: 110px;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #999999;
  position: relative;
}
.history_table th::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #58c28e;
  right: 0;
  top: 0;
}
.history_table th::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #58c28e;
  right: -5px;
  border-radius: 50%;
  top: 39px;
}

.history_table td {
  padding: 30px 10px 30px 40px;
  font-size: 16px;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #999999;
}
.history_table td dl dt {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .history_table tr:first-of-type th::after {
    height: 87%;
  }
  .history_table tr:last-of-type th {
    border-bottom: none;
  }
  .history_table tr:last-of-type th::after {
    height: 25%;
  }
  .history_table tr:last-of-type td {
    border-bottom: none;
  }
  .history_table th {
    padding: 10px 10px 10px 5px;
    font-size: 14px;
    min-width: auto;
    line-height: 1.2;
    width: 25%;
  }
  .history_table th::after {
    right: 2px;
  }
  .history_table th::before {
    width: 6px;
    height: 6px;
    right: -1px;
    top: 20px;
  }
  .history_table td {
    padding: 10px 5px 10px 20px;
    font-size: 14px;
    width: 75%;
  }
} /*max-width:767px*/
.group_img {
  margin: 0 auto 100px;
  text-align: center;
}
.group_img img {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .group_img {
    margin: 0 auto 30px;
  }
}
.home.business #sec02 {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .home.business #sec02 .wrapper {
    background-size: auto;
  }
} /*max-width:767px*/
.transport_box01 {
  padding: 0 20px;
  margin-bottom: 100px;
}
.transport_box01 .txt p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .transport_box01 {
    margin-bottom: 60px;
  }
  .transport_box01 .txt p {
    text-align: justify;
  }
} /*max-width:767px*/
.transport_box02 {
  padding: 0 20px;
  margin-bottom: 100px;
}
.transport_box02 .subhead02 {
  margin-bottom: 80px;
}
.transport_box02 .wrap {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;
}
.transport_box02 .wrap .content {
  position: relative;
}
.transport_box02 .wrap .content:nth-of-type(2) {
  margin-top: 50px;
}
.transport_box02 .wrap .content:nth-of-type(3) {
  margin-top: 100px;
}
.transport_box02 .wrap .content:nth-of-type(5) {
  margin-top: 50px;
}
.transport_box02 .wrap .content .num {
  position: absolute;
  top: -28px;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.transport_box02 .wrap .content figure {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.transport_box02 .wrap .content figure figcaption {
  position: absolute;
  width: 90%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 10px;
  background: #fff;
  font-weight: bold;
  border-radius: 60px;
  text-align: center;
  font-size: clamp(14px, 1.5vw, 18px);
}
.transport_box02 .wrap .content .btn_box01 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .transport_box02 {
    margin-bottom: 60px;
  }
  .transport_box02 .subhead02 {
    margin-bottom: 50px;
  }
  .transport_box02 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 0;
  }
  .transport_box02 .wrap .content:nth-of-type(2) {
    margin-top: 0;
  }
  .transport_box02 .wrap .content:nth-of-type(3) {
    margin-top: 0;
  }
  .transport_box02 .wrap .content:nth-of-type(5) {
    margin-top: 0;
  }
  .transport_box02 .wrap .content .num {
    position: absolute;
    top: -25px;
    width: 50px;
  }
  .transport_box02 .wrap .content figure {
    border-radius: 30px;
    margin-bottom: 20px;
  }
  .transport_box02 .wrap .content .btn_box01 {
    margin-top: 20px;
  }
} /*max-width:767px*/
.transport_box03 {
  padding: 100px 20px;
  background: #ecf9f3;
  margin-bottom: 100px;
}
.transport_box03 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 4%;
}
.transport_box03 .wrap .content figure {
  margin-bottom: 20px;
  border-radius: 50px;
  overflow: hidden;
}
.transport_box03 .wrap .content dl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  align-items: center;
  border-bottom: 1px solid #58c28e;
}
.transport_box03 .wrap .content dl dt {
  font-size: 20px;
}
.transport_box03 .wrap .content dl dd {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .transport_box03 {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
  .transport_box03 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
  .transport_box03 .wrap .content figure {
    margin-bottom: 10px;
    border-radius: 30px;
  }
  .transport_box03 .wrap .content dl dt {
    font-size: 16px;
  }
  .transport_box03 .wrap .content dl dd {
    font-size: 14px;
  }
} /*max-width:767px*/
.transport_box04 {
  padding: 0 20px;
  margin-bottom: 100px;
}
.transport_box04 .wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 40px;
}
.transport_box04 .wrap dl {
  text-align: center;
}
.transport_box04 .wrap dl dt {
  margin-bottom: 10px;
  position: relative;
}
.transport_box04 .wrap dl dt::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 30px;
  background: #58c28e;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.transport_box04 .wrap dl:last-of-type dt::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .transport_box04 {
    margin-bottom: 60px;
  }
  .transport_box04 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
  .transport_box04 .wrap dl {
    position: relative;
  }
  .transport_box04 .wrap dl::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 15px;
    background: #58c28e;
    right: 0;
    left: 0;
    bottom: -25px;
    margin: 0 auto;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .transport_box04 .wrap dl:last-of-type::after {
    content: none;
  }
  .transport_box04 .wrap dl dt {
    width: 100px;
    margin: 0 auto;
  }
  .transport_box04 .wrap dl dt::after {
    content: none;
  }
} /*max-width:767px*/
.transport_box05 {
  padding: 0 20px;
}
.transport_box05 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.transport_box05 .list li {
  width: 32%;
  text-align: center;
  line-height: 1.2;
  padding: 10px;
  background: #ecf9f3;
  border-radius: 10px;
  border: 1px solid #58c28e;
  font-size: clamp(14px, 1.8vw, 20px);
}

@media screen and (max-width: 767px) {
  .transport_box05 .list {
    flex-direction: column;
    gap: 10px 0;
  }
  .transport_box05 .list li {
    width: 100%;
  }
} /*max-width:767px*/
.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.warehouse_slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.warehouse_slider .swiper-wrapper .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}

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

.warehouse_box01 {
  margin-bottom: 100px;
  padding: 0 10px;
}
.warehouse_box01 .txt p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .warehouse_box01 {
    margin-bottom: 60px;
  }
  .warehouse_box01 .txt p {
    text-align: justify;
  }
} /*max-width:767px*/
.warehouse_box02 {
  padding: 100px 0;
  margin-bottom: 100px;
  background: #ecf9f3;
}
.warehouse_box02 .warehouse_box02_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2.5%;
}
.warehouse_box02 .warehouse_box02_wrap .warehouse_box02_content figure {
  margin-bottom: 100px;
  position: relative;
}
.warehouse_box02 .warehouse_box02_wrap .warehouse_box02_content figure::after {
  position: absolute;
  bottom: -65px;
  right: 50%;
  transform: translateX(50%);
  content: "";
  border-right: 20px solid transparent;
  border-top: 30px solid #58c28e;
  border-left: 20px solid transparent;
}
.warehouse_box02 .warehouse_box02_wrap .warehouse_box02_content figure img {
  filter: drop-shadow(6px 6px 15px rgba(0, 0, 0, 0.16));
}
.warehouse_box02 .warehouse_box02_wrap .warehouse_box02_content dl {
  text-align: center;
}
.warehouse_box02 .warehouse_box02_wrap .warehouse_box02_content dl dt {
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  color: #58c28e;
}

@media screen and (max-width: 767px) {
  .warehouse_box02 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .warehouse_box02 .warehouse_box02_wrap {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .warehouse_box02 .warehouse_box02_wrap .warehouse_box02_content figure {
    max-width: 300px;
    margin: 0 auto 50px;
  }
  .warehouse_box02 .warehouse_box02_wrap .warehouse_box02_content figure::after {
    bottom: -35px;
    border-right: 15px solid transparent;
    border-top: 20px solid #58c28e;
    border-left: 15px solid transparent;
  }
  .warehouse_box02 .warehouse_box02_wrap .warehouse_box02_content dl dt {
    font-size: clamp(16px, 3.5vw, 18px);
    margin-bottom: 10px;
  }
} /*max-width:767px*/
.warehouse_box03 {
  margin-bottom: 100px;
}
.warehouse_box03 .warehouse_box03_wrap {
  display: grid;
  grid-template-columns: 45.45% 48.91%;
  justify-content: space-between;
  align-items: center;
}
.warehouse_box03 .warehouse_box03_wrap .pic {
  border-radius: 50px;
  overflow: hidden;
}
.warehouse_box03 .warehouse_box03_wrap .pic img {
  height: 430px;
  object-fit: cover;
}
.warehouse_box03 .warehouse_box03_wrap .content_wrap .content {
  display: grid;
  grid-template-columns: 13.01% 81.41%;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.warehouse_box03 .warehouse_box03_wrap .content_wrap .content:first-of-type {
  border-top: 1px solid #ccc;
}
.warehouse_box03 .warehouse_box03_wrap .content_wrap .content dl dt {
  line-height: 1.2;
  font-size: clamp(22px, 1.8vw, 26px);
  margin-bottom: 10px;
  font-weight: bold;
}
.warehouse_box03 .warehouse_box03_wrap .content_wrap .content dl dd {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .warehouse_box03 {
    margin-bottom: 60px;
  }
  .warehouse_box03 .warehouse_box03_wrap {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .warehouse_box03 .warehouse_box03_wrap .pic {
    border-radius: 20px;
    max-width: 450px;
    margin: 0 auto;
  }
  .warehouse_box03 .warehouse_box03_wrap .pic img {
    height: auto;
  }
  .warehouse_box03 .warehouse_box03_wrap .content_wrap .content {
    padding: 20px 0;
  }
  .warehouse_box03 .warehouse_box03_wrap .content_wrap .content dl dt {
    font-size: clamp(18px, 3.8vw, 22px);
    margin-bottom: 8px;
  }
  .warehouse_box03 .warehouse_box03_wrap .content_wrap .content dl dd {
    font-size: 14px;
  }
} /*max-width:767px*/
.warehouse_slider {
  z-index: 0;
}

.recycle_box01 {
  padding: 0 20px;
  margin-bottom: 100px;
}
.recycle_box01 .txt {
  margin-bottom: 40px;
  text-align: center;
}
.recycle_box01 .wrap {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 3%;
}
.recycle_box01 .wrap dl {
  text-align: center;
}
.recycle_box01 .wrap dl dt {
  margin-bottom: 20px;
}
.recycle_box01 .wrap dl dd {
  font-size: clamp(16px, 1.6vw, 20px);
}

@media screen and (max-width: 767px) {
  .recycle_box01 {
    margin-bottom: 60px;
  }
  .recycle_box01 .txt {
    margin-bottom: 30px;
    text-align: justify;
  }
  .recycle_box01 .wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 2%;
  }
  .recycle_box01 .wrap dl dt {
    margin-bottom: 10px;
    max-width: 100px;
    margin: 0 auto;
  }
  .recycle_box01 .wrap dl dd {
    font-size: clamp(14px, 3.2vw, 16px);
  }
} /*max-width:767px*/
.recycle_box02 {
  padding: 100px 20px;
  background: #ecf9f3;
  margin-bottom: 100px;
}
.recycle_box02 .recycle_box02_txt {
  text-align: center;
  margin-bottom: 60px;
}
.recycle_box02 .wrap .content {
  padding: 80px 12%;
  border-radius: 50px;
  background: #fff;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.recycle_box02 .wrap .content::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 30px;
  background: #58c28e;
  right: 0;
  left: 0;
  bottom: -58px;
  margin: 0 auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.recycle_box02 .wrap .content:last-of-type::after {
  content: none;
}
.recycle_box02 .wrap .content p {
  text-align: center;
}
.recycle_box02 .wrap .content:last-of-type {
  margin-bottom: 0;
}
.recycle_box02 .wrap .content .num {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #58c28e;
  font-size: clamp(24px, 2.6vw, 32px);
}
.recycle_box02 .wrap .content .tit {
  margin-bottom: 50px;
  text-align: center;
  font-size: clamp(18px, 1.8vw, 21px);
}
.recycle_box02 .wrap .content dl {
  text-align: justify;
  margin-top: 40px;
}
.recycle_box02 .wrap .content dl dt {
  font-size: clamp(18px, 1.8vw, 20px);
  margin-bottom: 20px;
  color: #58c28e;
}
.recycle_box02 .wrap .content .btn_box01 {
  margin-top: 30px;
}
.recycle_box02 .wrap .content .btn_box01.btn-detail a {
  max-width: 320px;
  font-size: 16px;
}
.recycle_box02 .wrap .content .map {
  margin-bottom: 10px;
  border-radius: 50px;
  overflow: hidden;
}
.recycle_box02 .wrap .content .map_txt {
  font-size: 14px;
  margin-bottom: 40px;
  text-align: left;
}
.recycle_box02 .wrap .content ul {
  margin-bottom: 40px;
}
.recycle_box02 .wrap .content ul li {
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
  font-size: 16px;
  text-align: left;
}
.recycle_box02 .wrap .content ul li a {
  text-decoration: underline;
}
.recycle_box02 .wrap .content ul li::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/check_icon.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
.recycle_box02 .wrap .content ul li:last-child {
  margin-bottom: 0;
}
.recycle_box02 .wrap .content .info_wrap {
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2px;
}
.recycle_box02 .wrap .content .info_wrap .info {
  background: #f6f6f6;
  padding: 50px 20px;
}
.recycle_box02 .wrap .content .info_wrap .info .tit {
  font-weight: bold;
  margin-bottom: 20px;
}
.recycle_box02 .wrap .content .info_wrap .info .info_txt {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .recycle_box02 {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
  .recycle_box02 .recycle_box02_txt {
    text-align: justify;
    margin-bottom: 30px;
  }
  .recycle_box02 .wrap .content {
    padding: 40px 20px;
    border-radius: 30px;
    margin-bottom: 50px;
  }
  .recycle_box02 .wrap .content::after {
    width: 30px;
    height: 15px;
    bottom: -30px;
  }
  .recycle_box02 .wrap .content p {
    text-align: justify;
  }
  .recycle_box02 .wrap .content .num {
    font-size: clamp(20px, 5.2vw, 26px);
  }
  .recycle_box02 .wrap .content .tit {
    margin-bottom: 30px;
    font-size: clamp(16px, 4vw, 20px);
  }
  .recycle_box02 .wrap .content dl {
    margin-top: 20px;
  }
  .recycle_box02 .wrap .content dl dt {
    font-size: clamp(16px, 3.6vw, 18px);
    margin-bottom: 10px;
  }
  .recycle_box02 .wrap .content .btn_box01 {
    margin-top: 20px;
  }
  .recycle_box02 .wrap .content .btn_box01.btn-detail a {
    max-width: 250px;
    font-size: 14px;
  }
  .recycle_box02 .wrap .content .map {
    margin-bottom: 10px;
    border-radius: 30px;
  }
  .recycle_box02 .wrap .content .map iframe {
    height: 250px;
  }
  .recycle_box02 .wrap .content .map_txt {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .recycle_box02 .wrap .content ul {
    margin-bottom: 30px;
  }
  .recycle_box02 .wrap .content ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .recycle_box02 .wrap .content ul li::after {
    width: 20px;
    height: 20px;
    top: 5px;
  }
  .recycle_box02 .wrap .content ul li:last-child {
    margin-bottom: 0;
  }
  .recycle_box02 .wrap .content .info_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 2px 0;
  }
  .recycle_box02 .wrap .content .info_wrap .info {
    padding: 40px 20px;
  }
  .recycle_box02 .wrap .content .info_wrap .info .info_txt {
    text-align: center;
  }
} /*max-width:767px*/
.recycle_box03 {
  padding: 0 20px;
  margin-bottom: 100px;
}
.recycle_box03 figure {
  max-width: 992px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .recycle_box03 {
    margin-bottom: 60px;
  }
} /*max-width:767px*/
.recycle_box04 {
  padding: 100px 20px;
  background: #ecf9f3;
}
.recycle_box04 .wrap {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 50px;
}
.recycle_box04 .wrap dl dt {
  position: relative;
  margin-bottom: 20px;
}
.recycle_box04 .wrap dl dt::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 40px;
  background: #58c28e;
  right: -35px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.recycle_box04 .wrap dl dt img {
  border-radius: 10px;
}
.recycle_box04 .wrap dl:last-of-type dt::after {
  content: none;
}
.recycle_box04 .wrap dl:nth-of-type(3) dt::after {
  content: none;
}
.recycle_box04 .youtube {
  border-radius: 50px;
  overflow: hidden;
  line-height: 0.9;
}

@media screen and (max-width: 767px) {
  .recycle_box04 {
    padding: 60px 20px;
  }
  .recycle_box04 .wrap {
    margin-bottom: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 0;
  }
  .recycle_box04 .wrap dl {
    position: relative;
  }
  .recycle_box04 .wrap dl::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 15px;
    background: #58c28e;
    right: 0;
    left: 0;
    bottom: -30px;
    margin: 0 auto;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .recycle_box04 .wrap dl:last-of-type::after {
    content: none;
  }
  .recycle_box04 .wrap dl dt {
    margin-bottom: 10px;
  }
  .recycle_box04 .wrap dl dt::after {
    content: none;
  }
  .recycle_box04 .youtube {
    border-radius: 30px;
  }
  .recycle_box04 .youtube iframe {
    height: 250px;
  }
} /*max-width:767px*/
.mb20 {
  margin-bottom: 20px;
}

#sec05.mt0 {
  margin-top: 0 !important;
}

.details-summary {
  position: relative;
  display: block;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details {
  margin-bottom: 30px;
  background: #ecf9f3;
  border-radius: 10px;
  border: 1px solid #58c28e;
}
.details .details-summary {
  padding: 26px 80px 26px 90px;
  line-height: 1.2;
  font-size: 20px;
  position: relative;
  transition: all 0.3s;
  font-weight: 500;
}
.details .details-summary:hover {
  cursor: pointer;
}
.details .details-summary::after {
  position: absolute;
  content: "Q.";
  color: #58c28e;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  left: 50px;
  line-height: 1;
  top: 25px;
}
.details .details-summary .btn {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  right: 30px;
  width: 20px;
  height: 20px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details .details-summary .btn:before, .details .details-summary .btn:after {
  content: "";
  background-color: #58c28e;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 0;
  transform-origin: center center;
}
.details .details-summary .btn:before {
  width: 1px;
  height: 25px;
  top: -2px;
  left: 12px;
}
.details .details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.details .details-summary.is-active .btn:before {
  content: none;
}
.details .details-content {
  padding: 0 80px 30px 90px;
  position: relative;
}
.details .details-content::after {
  position: absolute;
  content: "A.";
  color: #ff8c00;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  left: 50px;
  line-height: 1;
  top: -2px;
}
.details .details-content p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .details {
    margin-bottom: 20px;
  }
  .details .details-summary {
    padding: 15px 40px 15px 40px;
    font-size: 16px;
  }
  .details .details-summary::after {
    font-size: 26px;
    left: 10px;
    top: 12px;
  }
  .details .details-summary .btn {
    right: 15px;
    width: 15px;
    height: 15px;
  }
  .details .details-summary .btn:before, .details .details-summary .btn:after {
    width: 16px;
    top: 9px;
  }
  .details .details-summary .btn:before {
    width: 1px;
    height: 16px;
    left: 7.5px;
    top: 2px;
  }
  .details .details-summary.is-active .btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .details .details-summary.is-active .btn:before {
    content: none;
  }
  .details .details-content {
    padding: 0 40px 15px 40px;
  }
  .details .details-content::after {
    font-size: 26px;
    left: 10px;
    top: -2px;
  }
  .details .details-content p {
    font-size: 14px;
  }
} /*max-width:767px*/
.recruit_box01 {
  text-align: center;
  margin-bottom: 100px;
}
.recruit_box01 .txt {
  background: linear-gradient(210deg, rgb(88, 194, 142) 0%, rgb(128, 201, 225) 100%);
  -webkit-box-decoration-break: clone; /* Webkit系ブラウザ対応 */
  box-decoration-break: clone; /* 改行部分にも背景が適用される */
  line-height: 1.8; /* 行間の調整 */
  padding: 0 5px; /* 文字の左右に余白を加え、背景の途切れを防止 */
  display: inline;
  letter-spacing: 0.2em;
  font-size: clamp(28px, 2vw, 36px);
  color: #fff;
  font-weight: bold;
}
.recruit_box01 .txt span {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .recruit_box01 {
    margin-bottom: 60px;
    text-align: left;
  }
  .recruit_box01 .txt {
    font-size: clamp(20px, 2vw, 26px);
  }
  .recruit_box01 .txt span {
    padding: 0;
  }
} /*max-width:767px*/
.recruit_box02 {
  padding: 100px 0;
  background: #ecf9f3;
}
.recruit_box02 .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 3%;
}
.recruit_box02 .wrap dl {
  width: 31%;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #58c28e;
  padding: 30px 20px;
  text-align: center;
}
.recruit_box02 .wrap dl dt {
  height: 76px;
  margin-bottom: 15px;
}
.recruit_box02 .wrap dl dt img {
  height: 100%;
  width: auto;
}
.recruit_box02 .wrap dl dd {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .recruit_box02 {
    padding: 60px 0;
  }
  .recruit_box02 .wrap {
    flex-direction: column;
    gap: 20px 0;
  }
  .recruit_box02 .wrap dl {
    width: 100%;
  }
  .recruit_box02 .wrap dl dt {
    height: 60px;
  }
  .recruit_box02 .wrap dl dd {
    line-height: 1.5;
    font-size: 14px;
  }
} /*max-width:767px*/
.recruit_box03 {
  padding: 100px 0;
}
.recruit_box03 .wrap {
  display: grid;
  grid-template-columns: 13.64% 80.73%;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #c2c7cc;
}
.recruit_box03 .wrap:first-of-type {
  padding-top: 30px;
}
.recruit_box03 .wrap:nth-of-type(even) {
  grid-template-columns: 80.73% 13.64%;
}
.recruit_box03 .wrap:nth-of-type(even) dl {
  order: 2;
}
.recruit_box03 .wrap:nth-of-type(even) .txt {
  order: 1;
}
.recruit_box03 .wrap dl {
  text-align: center;
}
.recruit_box03 .wrap dl dt {
  margin-bottom: 10px;
}
.recruit_box03 .wrap dl dd {
  color: #58c28e;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .recruit_box03 {
    padding: 60px 0;
  }
  .recruit_box03 .wrap {
    grid-template-columns: 100%;
    padding: 30px 0;
    gap: 20px 0;
  }
  .recruit_box03 .wrap:first-of-type {
    padding-top: 0;
  }
  .recruit_box03 .wrap:nth-of-type(even) {
    grid-template-columns: 100%;
  }
  .recruit_box03 .wrap:nth-of-type(even) dl {
    order: 1;
  }
  .recruit_box03 .wrap:nth-of-type(even) .txt {
    order: 2;
  }
  .recruit_box03 .wrap dl {
    max-width: 100px;
    margin: 0 auto;
  }
  .recruit_box03 .wrap dl dt {
    margin-bottom: 5px;
  }
  .recruit_box03 .wrap dl dd {
    font-size: 16px;
  }
} /*max-width:767px*/
.recruit_box04 {
  padding-bottom: 100px;
}
.recruit_box04 .content .details:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .recruit_box04 {
    padding-bottom: 60px;
  }
} /*max-width:767px*/
.line_area {
  max-width: 900px;
  border: 1px solid #00b900;
  border-radius: 15px;
  overflow: hidden;
}
.line_area .tit {
  text-align: center;
  background: #00b900;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px !important;
}
.line_area .wrap {
  padding: 35px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
}
.line_area .wrap .content {
  padding: 0 30px;
}
.line_area .wrap .content:first-of-type .num {
  margin-bottom: 30px;
}
.line_area .wrap .content:nth-of-type(2) {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}
.line_area .wrap .content:nth-of-type(2) .num {
  margin-bottom: 15px;
}
.line_area .wrap .content:last-of-type .num {
  margin-bottom: 50px;
}
.line_area .wrap .content .num {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #00b900;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  padding-top: 6px;
}
.line_area .wrap .content .btn {
  margin-bottom: 23px;
}
.line_area .wrap .content .btn a {
  display: block;
  width: 160px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 50px;
  background: #00b900;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
  padding-left: 30px;
  margin: 0 auto;
}
.line_area .wrap .content .btn a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 24px;
  background: url(../images/line_icon.svg) no-repeat;
  background-size: contain;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.line_area .wrap .content figure {
  max-width: 80px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto 10px;
}
.line_area .wrap .content .txt {
  font-size: 14px;
  line-height: 1.5;
}
.line_area .wrap .content .txt.txt_center {
  text-align: center;
}
.line_area .wrap .content .txt span {
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .line_area .tit {
    padding: 10px;
    font-size: 16px !important;
  }
  .line_area .wrap {
    padding: 30px 20px;
    grid-template-columns: 100%;
  }
  .line_area .wrap .content {
    padding: 30px 0;
  }
  .line_area .wrap .content:first-of-type .num {
    margin-bottom: 20px;
  }
  .line_area .wrap .content:nth-of-type(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
  }
  .line_area .wrap .content:nth-of-type(2) .num {
    margin-bottom: 20px;
  }
  .line_area .wrap .content:last-of-type .num {
    margin-bottom: 20px;
  }
  .line_area .wrap .content .num {
    padding-top: 3px;
  }
  .line_area .wrap .content .btn {
    margin-bottom: 10px;
  }
} /*max-width:767px*/
.recruit_box05 {
  padding: 100px 0;
  background: #f6f6f6;
}
.recruit_box05 .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 4%;
}
.recruit_box05 .wrap a {
  display: block;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}
.recruit_box05 .wrap a figure {
  position: relative;
}
.recruit_box05 .wrap a figure img {
  aspect-ratio: 5/3;
  object-fit: cover;
}
.recruit_box05 .wrap a figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 1;
  padding: 5px 25px;
  background: #58c28e;
  border-top-right-radius: 5px;
  color: #fff;
}
.recruit_box05 .wrap a .content {
  padding: 30px 20px;
}
.recruit_box05 .wrap a .content .tit {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #58c28e;
  font-size: 20px;
  font-weight: 500;
}
.recruit_box05 .wrap a .content .txt_area .txt {
  font-size: 16px;
}
.recruit_box05 .wrap a .content .txt_area .company_name {
  font-size: 14px;
  color: #999999;
}

@media screen and (max-width: 767px) {
  .recruit_box05 {
    padding: 60px 0;
  }
  .recruit_box05 .wrap {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .recruit_box05 .wrap a figure figcaption {
    font-size: 14px;
    padding: 5px 20px;
  }
  .recruit_box05 .wrap a .content {
    padding: 20px;
  }
  .recruit_box05 .wrap a .content .tit {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .recruit_box05 .wrap a .content .txt_area .txt {
    font-size: 14px;
  }
  .recruit_box05 .wrap a .content .txt_area .company_name {
    font-size: 12px;
  }
} /*max-width:767px*/
.recruit_box06 {
  padding: 100px 10px;
  background: #ecf9f3;
  text-align: center;
}
.recruit_box06 .subhead02 {
  position: relative;
  display: inline-block;
}
.recruit_box06 .subhead02 img {
  position: absolute;
  width: 150px;
  left: -60px;
  top: -70px;
}
.recruit_box06 .recruit_box06_txt {
  text-align: center;
  margin-bottom: 30px;
}
.recruit_box06 .line_area {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .recruit_box06 {
    padding: 60px 10px;
  }
  .recruit_box06 .subhead02 img {
    position: absolute;
    width: 100px;
    left: -10px;
    top: -50px;
  }
  .recruit_box06 .recruit_box06_txt {
    margin-bottom: 20px;
  }
} /*max-width:767px*/
.single_recruit_box h2 {
  margin-bottom: 10px;
}
.single_recruit_box .publish-date {
  margin-bottom: 30px;
}
.single_recruit_box .list {
  /*display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;*/
  margin-bottom: 50px;
}
.single_recruit_box .list li {
  border: 1px solid #58c28e;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  color: #58c28e;
  font-size: clamp(14px, 1.3vw, 16px);
}
.single_recruit_box .pic {
  max-width: 800px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto 60px;
}
.single_recruit_box .btn_area .txt {
  font-size: 21px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
.single_recruit_box .btn_area .txt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #58c28e;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
}
.single_recruit_box section {
  margin-top: 100px;
}
.single_recruit_box section .overview_table {
  margin-bottom: 80px;
}
.single_recruit_box section .overview_table .map {
  border-radius: 15px;
  overflow: hidden;
  margin: 20px 0;
  line-height: 0.9;
}
.single_recruit_box section .overview_table .map iframe {
  width: 100%;
  height: 280px;
}
.single_recruit_box section .overview_table .recruit-other {
  word-break: break-all;
}
.single_recruit_box section .overview_table a {
  color: #2391ff;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .single_recruit_box .list {
    grid-template-columns: 100%;
    gap: 10px 0;
    margin-bottom: 30px;
  }
  .single_recruit_box .list li {
    padding: 8px;
    line-height: 1.6;
  }
  .single_recruit_box .pic {
    border-radius: 25px;
    margin: 0 auto 30px;
  }
  .single_recruit_box .btn_area .txt {
    font-size: 18px;
  }
  .single_recruit_box .btn_area .btn-detail a {
    max-width: 200px;
    line-height: 40px;
    height: 40px;
  }
  .single_recruit_box .btn_area .btn-detail a::after {
    top: 14px;
  }
  .single_recruit_box section {
    margin-top: 60px;
  }
  .single_recruit_box section .overview_table {
    margin-bottom: 30px;
  }
  .single_recruit_box section .overview_table .map {
    margin: 10px 0;
  }
  .single_recruit_box section .overview_table .map iframe {
    height: 200px;
  }
} /*max-width:767px*/
.archive_effort_box article {
  margin-bottom: 30px;
}
.archive_effort_box article h2 {
  margin-bottom: 30px;
}
.archive_effort_box article p {
  margin-bottom: 20px;
}
.archive_effort_box article img {
  width: auto;
}
.archive_effort_box article a {
  text-decoration: underline;
}
.archive_effort_box article ul li {
  margin-left: 1.3em;
  list-style-type: disc;
}
.archive_effort_box .list {
  /*display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;*/
  margin-bottom: 50px;
}
.archive_effort_box .list li {
  border: 1px solid #58c28e;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  color: #58c28e;
  font-size: clamp(14px, 1.3vw, 16px);
}
.archive_effort_box .pic {
  max-width: 800px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto 60px;
}
.archive_effort_box .btn_area .txt {
  font-size: 21px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
.archive_effort_box .btn_area .txt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #58c28e;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
}
.archive_effort_box section {
  margin-top: 100px;
}
.archive_effort_box section .overview_table {
  margin-bottom: 80px;
}
.archive_effort_box section .overview_table .map {
  border-radius: 15px;
  overflow: hidden;
  margin: 20px 0;
  line-height: 0.9;
}
.archive_effort_box section .overview_table .map iframe {
  width: 100%;
  height: 280px;
}
.archive_effort_box section .overview_table .recruit-other {
  word-break: break-all;
}
.archive_effort_box section .overview_table a {
  color: #2391ff;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .single_effort_box .list {
    grid-template-columns: 100%;
    gap: 10px 0;
    margin-bottom: 30px;
  }
  .single_effort_box .list li {
    padding: 8px;
    line-height: 1.6;
  }
  .single_effort_box .pic {
    border-radius: 25px;
    margin: 0 auto 30px;
  }
  .single_effort_box .btn_area .txt {
    font-size: 18px;
  }
  .single_effort_box .btn_area .btn-detail a {
    max-width: 200px;
    line-height: 40px;
    height: 40px;
  }
  .single_effort_box .btn_area .btn-detail a::after {
    top: 14px;
  }
  .single_effort_box section {
    margin-top: 60px;
  }
  .single_effort_box section .overview_table {
    margin-bottom: 30px;
  }
  .single_effort_box section .overview_table .map {
    margin: 10px 0;
  }
  .single_effort_box section .overview_table .map iframe {
    height: 200px;
  }
} /*max-width:767px*//*# sourceMappingURL=style.css.map */