@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*!
Theme Name:komuro-ss.1.0
Theme URI: http://ace-union.net
Version:1.0
Author: AceUnionDesign co.,ltd
*/
/*!
*** based on ***
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

/* HTML5 display-role reset for older browsers */
address, article, aside, figure, figcaption, footer,
header, hgroup, hr, legend, main, menu, nav, section, summary {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Adjust border color as needed */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* Added global box-sizing reset */
*,
::before,
::after {
  box-sizing: border-box;
}

/* Cancel webkit text-size adjustment */
body {
  -webkit-text-size-adjust: 100%;
}

/* Reset button default styles */
button {
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
}

/* Adjust small tag default size */
small {
  font-size: 75%;
}

/* Hide hidden elements */
[hidden] {
  display: none;
}

/* Remove mark default background */
mark {
  background: none;
}

/* Normalize em tag to non-italic */
em {
  font-style: normal;
}

/* Set input opacity to visible */
input {
  opacity: 1;
}

/* Align images to bottom */
img {
  vertical-align: bottom;
}

/* Normalize address font style */
address {
  font-style: normal;
}

.u_courgette {
  font-family: "Courgette", serif;
  font-weight: 400;
  font-style: normal;
}

.u_lexend {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.u_josefin-sans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #bbb;
}
input:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}

.sp-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
    visibility: hidden;
  }
}

.pc-only {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .pc-only {
    display: block;
    visibility: visible;
  }
}

.al-right {
  text-align: right;
}

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

.al-left {
  text-align: left;
}

.strong {
  font-weight: bold;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  html {
    scroll-padding-top: 0;
  }
}

body {
  position: relative;
  margin: 0;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1.5;
  background: #FFFFFF;
  color: #333;
  font-size: 0.875rem;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.22vw;
    font-size: clamp(12px, 1.22vw, 1.22vw);
    line-height: 1.777;
    overflow-y: scroll;
  }
}
body strong {
  font-weight: bold;
}
body a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in;
}
body a:hover {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease-in;
}

button,
input,
select,
option,
textarea,
label {
  font-family: "M PLUS 1p", sans-serif;
}

.header {
  padding: 20px 20px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 992px) {
  .header {
    position: absolute;
    padding: 1.35vw 0;
  }
}
.header--subpage {
  background: #191717;
}
@media only screen and (min-width: 992px) {
  .header--subpage {
    position: relative;
    border-bottom: 1px solid #363636;
  }
}
.header__inner {
  margin-inline: auto;
  padding: 0 24px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header__inner {
    max-width: 91.55vw;
    padding: 0;
  }
}
.header__top {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .header__top {
    flex-direction: row;
    justify-content: flex-end;
    gap: 2.03vw;
    margin-bottom: 1.01vw;
    padding-bottom: 0;
  }
}
.header__contact-phone {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .header__contact-phone {
    flex-direction: row;
    gap: 0.34vw;
  }
}
.header__contact-number {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #66B952;
  position: relative;
  line-height: 1;
  padding-left: 24px;
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  .header__contact-number {
    padding-left: 1.62vw;
    font-size: 1.62vw;
    font-size: clamp(19px, 1.62vw, 1.62vw);
  }
}
.header__contact-number::before {
  position: absolute;
  display: block;
  content: "";
  background: url("images/icon_tel.png") no-repeat center center;
  background-size: cover;
  width: 14px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .header__contact-number::before {
    width: 0.95vw;
    height: 1.35vw;
  }
}
.header__contact-time {
  line-height: 1;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .header__contact-time {
    color: #333;
    font-size: 0.95vw;
    font-size: clamp(11px, 0.95vw, 0.95vw);
  }
}
.header__sns {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .header__sns {
    gap: 10px;
    padding-bottom: 0;
  }
}
.header__sns img {
  width: 28px;
}
@media only screen and (min-width: 992px) {
  .header__sns img {
    width: 1.89vw;
  }
}
.header__product {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .header__product {
    gap: 0.68vw;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
.header__product img {
  width: 40px;
}
@media only screen and (min-width: 992px) {
  .header__product img {
    width: 3.65vw;
  }
}
.header__contents {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  text-align: center;
  overflow-y: auto;
  max-height: 100vh;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .header__contents {
    display: block;
    position: static;
    background-color: transparent;
    height: auto;
    max-height: none;
    overflow-y: visible;
    padding: 0;
  }
}
.header__contents.open {
  display: block;
}
.header__contents-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .header__contents-inner {
    display: block;
  }
}
.header__nav {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  .header__nav {
    padding: 0;
  }
}
.header__nav-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .header__nav-list {
    flex-direction: row;
    align-items: center;
    gap: 2.03vw;
    justify-content: flex-end;
    min-height: auto;
    padding: 0;
    margin-bottom: 2.03vw;
  }
}
.header__nav-item {
  position: relative;
  padding: 5px 0;
}
@media only screen and (min-width: 992px) {
  .header__nav-item {
    display: flex;
    align-items: center;
  }
}
.header__nav-item--toppage {
  display: block;
}
@media only screen and (min-width: 992px) {
  .header__nav-item--toppage {
    display: none;
  }
}
.header__nav-item--double {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .header__nav-item--double {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .header__nav-item--has-subnav {
    background: url("images/icon_nav_arrow.png") no-repeat center right;
    background-size: 10px 6px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .header__nav-item--has-subnav {
    padding-right: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .header__nav-item--has-subnav:hover {
    opacity: 1;
    background: url("images/icon_nav_arrow_g.png") no-repeat center right;
    background-size: 10px 6px;
  }
}
.header__nav-item .sub-nav {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .header__nav-item .sub-nav {
    position: absolute;
    z-index: 1;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: auto;
    width: calc(100% + 5.41vw);
    margin: 0 -2.7vw;
    top: 2.36vw;
    transition: all 0.2s ease-in;
    font-weight: normal;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: collapse;
    border-radius: 5px;
  }
}
.header__nav-item .sub-nav__item {
  position: relative;
  margin-bottom: 0.25em;
}
.header__nav-item .sub-nav__item:last-child {
  margin-bottom: 0;
}
.header__nav-item .sub-nav__item a {
  font-size: 14px;
  letter-spacing: 0.06em;
  padding: 0;
  display: block;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .header__nav-item .sub-nav__item a {
    font-size: 0.81vw;
    padding: 5px 0;
    color: #333;
  }
}
.header__nav-item .sub-nav__item a:hover::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__nav-item:hover .sub-nav {
    visibility: visible;
    max-height: 9999px;
    opacity: 1;
  }
}
.header__nav-link {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  display: block;
  font-weight: 500;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .header__nav-link {
    color: #333;
    font-size: clamp(13px, 1.08vw, 1.08vw);
  }
}
.header__nav-link:hover {
  opacity: 1;
  color: #66B952;
}
.header__nav-link--recruit {
  background: #66B952;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .header__nav-link--recruit {
    width: 10.81vw;
    height: 3.38vw;
    font-size: 16px;
    font-size: clamp(12px, 1.08vw, 1.08vw);
    padding: 0;
  }
}
.header__nav-link--recruit:hover {
  opacity: 0.7;
  color: #fff;
}
.header__nav-link--contact {
  background: #802035;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .header__nav-link--contact {
    width: 10.81vw;
    height: 3.38vw;
    font-size: 16px;
    font-size: clamp(12px, 1.08vw, 1.08vw);
    padding: 0;
  }
}
.header__nav-link--contact:hover {
  opacity: 0.7;
  color: #fff;
}

.header__nav-item--has-subnav:hover .header__nav-link {
  color: #66B952;
}

.header--default {
  background-color: transparent;
}

.header--scrolled {
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 992px) {
  .header--scrolled {
    position: fixed;
  }
}

.header__product-item--partner img {
  width: auto;
  height: 40px;
}
@media only screen and (min-width: 992px) {
  .header__product-item--partner img {
    width: 6.76vw;
    height: auto;
  }
}

.header__product + .header__product {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .header__product + .header__product {
    margin-top: 0.68vw;
  }
}

.menu-icon {
  width: 30px;
  position: fixed;
  cursor: pointer;
  z-index: 1001;
  right: 10px;
  top: 10px;
}
@media only screen and (min-width: 992px) {
  .menu-icon {
    display: none;
  }
}
.menu-icon__bar {
  width: 100%;
  height: 2px;
  background-color: #66B952;
  margin: 6px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.menu-icon.open .menu-icon__bar {
  background-color: #66B952;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.menu-icon.open .menu-icon__bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-icon.open .menu-icon__bar:nth-child(2) {
  opacity: 0;
}
.menu-icon.open .menu-icon__bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

body.fixed {
  overflow: hidden;
  width: 100%;
}
body.fixed .header__nav {
  display: block;
}

.footer {
  background: #802035;
  color: #fff;
  position: relative;
}
.footer::before {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.footer::before {
  background: url("images/footer_jagged.png") repeat-x top center;
  background-size: 1480px 15px;
  top: -15px;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  margin-inline: auto;
  padding: 60px 24px;
}
@media only screen and (min-width: 768px) {
  .footer__inner {
    max-width: 86.49vw;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.35vw;
    padding: 6.76vw 0;
  }
}
.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer__nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: 5.41vw;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .footer__column {
    gap: 2.03vw;
  }
}
.footer__title {
  font-size: 1.35vw;
  font-size: clamp(16px, 1.35vw, 1.35vw);
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .footer__title {
    font-size: 1.35vw;
    font-size: clamp(16px, 1.35vw, 1.35vw);
  }
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .footer__list {
    gap: 0.54vw;
  }
}
.footer__item {
  list-style: none;
}
.footer__link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-size: clamp(12px, 1.08vw, 1.08vw);
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer__link {
    font-size: 1.08vw;
    font-size: clamp(12px, 1.08vw, 1.08vw);
  }
}
.footer__link:hover {
  opacity: 1;
  color: #fff;
}
.footer__sns {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .footer__sns {
    justify-content: flex-start;
  }
}
.footer__sns-link {
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .footer__sns-link {
    width: 1.62vw;
    height: auto;
    min-width: 20px;
  }
}
.footer__sns-link img {
  width: 100%;
  height: auto;
}
.footer__cta {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer__cta {
    max-width: 20.27vw;
  }
}
.footer__cta-link {
  background: #fff;
  color: #333;
  padding: 25px 30px;
  border-radius: 9999px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer__cta-link {
    font-size: 1.22vw;
    font-size: clamp(14px, 1.22vw, 1.22vw);
    padding: 1.49vw 2.36vw;
    max-width: 20.27vw;
  }
}
.footer__cta-link:hover {
  background: #ddd;
}
.footer__cta-link::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .footer__cta-link::before {
    width: 0.68vw;
    height: 0.68vw;
    right: 1.69vw;
  }
}
.footer__bottom {
  background: #301010;
  padding: 16px;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: 0;
    padding: 1.35vw 3.38vw;
  }
}
.footer__copyright {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 1.08vw;
    font-size: clamp(10px, 1.08vw, 1.08vw);
  }
}
.footer__privacy {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 18px;
}
@media only screen and (min-width: 768px) {
  .footer__privacy {
    padding-left: 1.22vw;
  }
}
.footer__privacy:hover {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
}
.footer__privacy::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .footer__privacy::before {
    width: 0.54vw;
    height: 0.54vw;
  }
}
@media only screen and (min-width: 768px) {
  .footer__privacy {
    font-size: 1.22vw;
    font-size: clamp(12px, 1.22vw, 1.22vw);
  }
}

.single-block__img {
  display: block;
  max-width: 600px;
  margin: 0 auto 24px;
}
@media only screen and (min-width: 768px) {
  .single-block__img {
    margin: 0 auto 3.24vw;
  }
}
.single-block__img img {
  width: 100% !important;
}
.single-block img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.single-block img.alignright {
  display: block;
  margin: 0 0 0 auto !important;
}
.single-block img.alignleft {
  display: block;
  margin: 0 auto 0 0 !important;
}
.single-block img.aligncenter {
  display: block;
  margin: 0 auto !important;
}
.single-block .aligncenter {
  margin: 0 auto;
}
.single-block em {
  font-style: italic;
}
.single-block a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}
.single-block a:hover {
  text-decoration: none;
}
.single-block ol {
  list-style-type: decimal;
  margin-top: 30px;
  margin-left: 20px;
}
.single-block ol[type=a] {
  list-style-type: lower-alpha;
}
.single-block ol[type=A] {
  list-style-type: upper-alpha;
}
.single-block ol[type=i] {
  list-style-type: lower-roman;
}
.single-block ol[type=I] {
  list-style-type: upper-roman;
}
.single-block ul {
  margin-top: 30px;
  list-style: disc;
  margin-left: 20px;
}
.single-block ul li {
  position: relative;
}
.single-block ul.list-circle {
  margin-left: 0px;
}
.single-block ul.list-circle li {
  position: relative;
  padding-left: 16px;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .single-block ul.list-circle li {
    padding-left: 1.35vw;
  }
}
.single-block ul.list-circle li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #66B952;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .single-block ul.list-circle li::before {
    width: 0.81vw;
    height: 0.81vw;
    top: 0.68vw;
  }
}
.single-block h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .single-block h3 {
    font-size: clamp(20px, 2.16vw, 2.16vw);
    margin-bottom: 2.7vw;
  }
}
.single-block h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .single-block h4 {
    font-size: clamp(16px, 1.62vw, 1.62vw);
    margin-bottom: 1.62vw;
  }
}
.single-block p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .single-block p {
    margin-bottom: 1.35vw;
  }
}
.single-block a {
  color: #66B952;
  text-decoration: underline;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .single-block a {
    margin-bottom: 1.35vw;
  }
}
.single-block a:hover {
  text-decoration: none;
}
.single-block a.button__link {
  color: #000;
  text-decoration: none;
}
.single-block a.button__link:hover {
  color: #66B952;
}
.single-block table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d2d8d6;
  border-right: 1px solid #d2d8d6;
}
@media only screen and (min-width: 768px) {
  .single-block table {
    margin-top: 1.35vw;
    margin-bottom: 1.35vw;
  }
}
.single-block table th {
  width: 110px;
  font-weight: 400;
  text-align: left;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .single-block table th {
    width: 10.14vw;
  }
}
.single-block table td {
  width: calc(100% - 110px);
  border-left: 1px solid #d2d8d6;
  border-bottom: 1px solid #d2d8d6;
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .single-block table td {
    width: calc(100% - 10.14vw);
    padding: 10px;
  }
}
.single-block .button__link {
  background: #66B952;
  color: #fff !important;
  padding: 25px 30px;
  border-radius: 9999px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-block .button__link {
    font-size: 1.22vw;
    font-size: clamp(14px, 1.22vw, 1.22vw);
    padding: 1.69vw 3.38vw;
    width: 27.03vw;
  }
}
@media only screen and (min-width: 992px) {
  .single-block .button__link {
    width: 24.32vw;
  }
}
.single-block .button__link:hover {
  background: #ddd;
}
.single-block .button__link::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .single-block .button__link::before {
    width: 0.68vw;
    height: 0.68vw;
    right: 1.69vw;
  }
}

.list-num {
  list-style: decimal;
  position: relative;
  padding-left: 16px;
}
@media only screen and (min-width: 768px) {
  .list-num {
    padding-left: 1.35vw;
  }
}

.u_container {
  margin-inline: auto;
  padding: 0 24px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .u_container {
    max-width: 86.49vw;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .u_container {
    max-width: 86.49vw;
    padding: 0;
  }
}

.sec-page {
  position: relative;
}
.sec-page__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-page__inner {
    padding-top: 6.76vw;
    padding-bottom: 10.14vw;
  }
}

.top-main-bg {
  position: relative;
  width: 100%;
  height: 177vw;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .top-main-bg {
    width: 100vw;
    height: 177.84vw;
    padding-top: 0;
  }
}
.top-main-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.top-main-bg::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.top-main-bg::after {
  background: url("images/jagged_top.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .top-main-bg::after {
    display: none;
  }
}

.main-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-top: 18.75vw;
}
@media only screen and (min-width: 768px) {
  .main-visual {
    margin-top: 10.14vw;
    height: 59.93vw;
    padding-top: 0;
  }
}
.main-visual::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 43.44vw;
  background: url("images/mv_ill_sp.png") no-repeat center center;
  background-size: cover;
  top: 12.5vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .main-visual::after {
    display: block;
    position: absolute;
    content: "";
    width: 100vw;
    height: 59.93vw;
    background: url("images/mv_ill.png") no-repeat center center;
    background-size: cover;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.main-visual__inner {
  width: 96.09vw;
  height: 96.09vw;
  border-radius: 50%;
  margin-inline: auto;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-visual__inner {
    width: 54.73vw;
    height: 54.73vw;
  }
}
.main-visual__inner::before {
  position: absolute;
  content: "";
  width: 90.31vw;
  height: 90.31vw;
  border-radius: 50%;
  border: 3px solid #66B952;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .main-visual__inner::before {
    width: 51.35vw;
    height: 51.35vw;
  }
}
.main-visual__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 96.09vw;
}
@media only screen and (min-width: 768px) {
  .main-visual__content {
    padding-top: 6.08vw;
    height: auto;
  }
}
.main-visual__logo {
  width: 33.44vw;
  margin-bottom: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .main-visual__logo {
    width: 21.28vw;
    margin-bottom: 2.7vw;
  }
}
.main-visual__title {
  font-family: "Poppins", sans-serif;
  font-size: 13.75vw;
  font-weight: bold;
  color: #802035;
  font-style: italic;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .main-visual__title {
    font-size: 8.11vw;
  }
}
.main-visual__subtitle {
  font-size: 3.44vw;
  font-weight: 800;
  color: #66B952;
  margin-bottom: 3.13vw;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .main-visual__subtitle {
    font-size: 1.76vw;
    margin-bottom: 3.38vw;
  }
}
.main-visual__text {
  font-size: 2.97vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .main-visual__text {
    font-size: 1.22vw;
  }
}

.about {
  max-width: 89.86vw;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  letter-spacing: normal;
  position: relative;
  z-index: 1;
  margin-top: -31.25vw;
}
@media only screen and (min-width: 768px) {
  .about {
    position: absolute;
    top: 76.01vw;
    right: 5.07vw;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.about__inner {
  background: rgba(255, 255, 255, 0.9);
  border: 6px solid #66B952;
  border-radius: 30px;
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) {
  .about__inner {
    width: 47.3vw;
    border-radius: 4.05vw;
    padding: 5.41vw;
    border: 0.81vw solid #66B952;
  }
}
@media only screen and (min-width: 992px) {
  .about__inner {
    padding: 6.76vw 6.08vw;
  }
}
.about__title {
  font-family: "Poppins", sans-serif;
  font-size: 2.16vw;
  font-size: clamp(36px, 3.11vw, 3.11vw);
  font-weight: bold;
  color: #66B952;
  margin-bottom: 0.68vw;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .about__title {
    font-size: 3.11vw;
  }
}
.about__label {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.08vw;
  font-size: clamp(14px, 1.08vw, 1.08vw);
  font-weight: bold;
  margin-bottom: 1.69vw;
  line-height: 1;
  display: block;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .about__label {
    font-size: 1.08vw;
    margin-bottom: 0.68vw;
  }
}
.about__subtitle {
  font-size: 1.35vw;
  font-size: clamp(20px, 1.89vw, 28px);
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .about__subtitle {
    font-size: 2.7vw;
    margin-bottom: 3.38vw;
  }
}
.about__features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .about__features {
    gap: 2.03vw;
  }
}
.about__feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 2px dashed #999;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .about__feature {
    gap: 1.35vw;
    padding-bottom: 1.35vw;
  }
}
.about__feature-heading {
  font-size: 1.22vw;
  font-size: clamp(16px, 1.22vw, 1.22vw);
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-left: 24px;
}
@media only screen and (min-width: 768px) {
  .about__feature-heading {
    font-size: 1.62vw;
    padding-left: 1.62vw;
  }
}
.about__feature-heading::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #66B952;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .about__feature-heading::before {
    width: 0.95vw;
    height: 0.95vw;
  }
}
@media only screen and (min-width: 768px) {
  .about__feature-text {
    font-size: 1.22vw;
  }
}
.about__description {
  font-size: 2.5vw;
  font-size: clamp(14px, 1.08vw, 1.08vw);
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .about__description {
    font-size: 1.08vw;
    margin-top: 3.38vw;
  }
}
@media only screen and (min-width: 768px) {
  .about__description {
    font-size: 1.22vw;
    margin-top: 3.38vw;
  }
}
.about__cta {
  margin-top: 5.41vw;
}
@media only screen and (min-width: 768px) {
  .about__cta {
    margin-top: 5.41vw;
  }
}
.about__button {
  background: #66B952;
  color: #fff;
  padding: 25px 30px;
  border-radius: 9999px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about__button {
    font-size: 1.22vw;
    font-size: clamp(14px, 1.22vw, 1.22vw);
    padding: 1.69vw 2.36vw;
  }
}
.about__button:hover {
  background: #ddd;
}
.about__button::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .about__button::before {
    width: 0.68vw;
    height: 0.68vw;
    right: 1.69vw;
  }
}

.quality {
  background-color: #fff;
  padding: 60px 0 60px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .quality {
    padding: 10.14vw 0;
  }
}
.quality::before, .quality::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .quality::before {
    background: url("images/jagged_top.png") repeat-x top center;
    background-size: 1480px 15px;
    top: -15px;
  }
}
.quality::after {
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}
.quality__inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .quality__inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
    gap: 6.76vw;
  }
}
@media only screen and (min-width: 768px) {
  .quality__content {
    flex: 1;
  }
}
.quality__title {
  font-family: "Poppins", sans-serif;
  font-size: 2.16vw;
  font-size: clamp(36px, 3.11vw, 3.11vw);
  font-weight: bold;
  color: #66B952;
  margin-bottom: 4.05vw;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .quality__title {
    text-align: left;
  }
}
.quality__label {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.08vw;
  font-size: clamp(14px, 1.08vw, 1.08vw);
  font-weight: bold;
  margin-bottom: 1.69vw;
  line-height: 1;
  display: block;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .quality__label {
    margin-bottom: 1.69vw;
  }
}
.quality__subtitle {
  font-size: clamp(20px, 1.89vw, 28px);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .quality__subtitle {
    font-size: clamp(25px, 2.16vw, 2.16vw);
    margin-bottom: 3.04vw;
  }
}
.quality__text {
  line-height: 1.8;
  text-align: left;
}
.quality__cta {
  margin-top: 5.41vw;
}
@media only screen and (min-width: 768px) {
  .quality__cta {
    margin-top: 5.41vw;
  }
}
.quality__button {
  background: #66B952;
  color: #fff;
  padding: 25px 30px;
  border-radius: 9999px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .quality__button {
    font-size: 1.22vw;
    font-size: clamp(14px, 1.22vw, 1.22vw);
    padding: 1.69vw 3.38vw;
    width: 24.32vw;
    min-width: 240px;
  }
}
.quality__button:hover {
  background: #ddd;
}
.quality__button::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .quality__button::before {
    width: 0.68vw;
    height: 0.68vw;
    right: 1.69vw;
  }
}
.quality__figure {
  max-width: 300px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .quality__figure {
    max-width: 27.03vw;
  }
}
.quality__figure-image {
  width: 100%;
  height: auto;
}

.flow {
  background: url("images/pattern_bg.jpg") repeat-x center center;
  background-size: cover;
  padding: 75px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .flow {
    padding: 11.15vw 0;
  }
}
.flow__title {
  font-family: "Poppins", sans-serif;
  font-size: 2.16vw;
  font-size: clamp(36px, 3.11vw, 3.11vw);
  font-weight: bold;
  color: #66B952;
  margin-bottom: 4.05vw;
  line-height: 1;
}
.flow__label {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.08vw;
  font-size: clamp(14px, 1.08vw, 1.08vw);
  font-weight: bold;
  margin-bottom: 1.69vw;
  line-height: 1;
  display: block;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .flow__label {
    margin-bottom: 1.69vw;
  }
}
.flow__description {
  margin-bottom: 40px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .flow__description {
    text-align: center;
    margin-bottom: 5.41vw;
  }
}
.flow__image {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 5.41vw;
}
.flow__image img {
  width: 100%;
  height: auto;
  max-width: 800px;
}
@media only screen and (min-width: 768px) {
  .flow__image img {
    max-width: 60.81vw;
  }
}
.flow__cta {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .flow__cta {
    margin-top: 5.41vw;
  }
}
.flow__button {
  background: #66B952;
  color: #fff;
  padding: 25px 30px;
  border-radius: 9999px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .flow__button {
    font-size: 1.22vw;
    font-size: clamp(14px, 1.22vw, 1.22vw);
    padding: 1.69vw 3.38vw;
    width: 24.32vw;
  }
}
.flow__button:hover {
  background: #ddd;
}
.flow__button::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .flow__button::before {
    width: 0.68vw;
    height: 0.68vw;
    right: 1.69vw;
  }
}

.topics {
  padding: 60px 0;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 10.14vw 0;
  }
}
.topics::before, .topics::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.topics::before {
  background: url("images/jagged_top.png") repeat-x top center;
  background-size: 1480px 15px;
  top: -15px;
}
.topics::after {
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}
.topics__title {
  font-family: "Poppins", sans-serif;
  font-size: 2.16vw;
  font-size: clamp(36px, 3.11vw, 3.11vw);
  font-weight: bold;
  color: #66B952;
  margin-bottom: 4.05vw;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .topics__title {
    text-align: left;
  }
}
.topics__label {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.08vw;
  font-size: clamp(14px, 1.08vw, 1.08vw);
  font-weight: bold;
  margin-bottom: 1.69vw;
  line-height: 1;
  display: block;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .topics__label {
    margin-bottom: 1.69vw;
  }
}
.topics__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .topics__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.69vw;
  }
}
.topics__item {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.topics__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
.topics__item-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
  gap: 20px;
  padding: 0 20px 20px;
}
@media only screen and (min-width: 768px) {
  .topics__item-link {
    gap: 2.03vw;
    padding: 0 2.7vw 2.7vw;
  }
}
.topics__figure {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-bottom: 10px solid #66B952;
  padding: 0;
  height: 220px;
  width: calc(100% + 40px);
  margin: 0 -20px 0px;
}
@media only screen and (min-width: 768px) {
  .topics__figure {
    height: 14.86vw;
    width: calc(100% + 5.41vw);
    margin: 0 -2.7vw 0.68vw;
  }
}
.topics__figure-image {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics__content {
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .topics__content {
    padding: 2.7vw;
    gap: 2.03vw;
  }
}
.topics__item-title {
  font-size: clamp(19px, 1.62vw, 1.62vw);
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .topics__item-title {
    font-size: clamp(16px, 1.62vw, 1.62vw);
  }
}
.topics__item-text {
  font-size: clamp(14px, 1.08vw, 16px);
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .topics__item-text {
    font-size: clamp(12px, 1.08vw, 16px);
  }
}
.topics__meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  line-height: 1;
  gap: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.08vw, 16px);
}
.topics__meta-date {
  text-align: left;
}
.topics__meta-category {
  background: #66B952;
  padding: 6px 10px;
  color: #fff;
}
.topics__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .topics__cta {
    margin-top: 5.41vw;
  }
}
.topics__button {
  background: #66B952;
  color: #fff;
  padding: 25px 30px;
  border-radius: 9999px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .topics__button {
    font-size: 1.22vw;
    font-size: clamp(14px, 1.22vw, 1.22vw);
    padding: 1.69vw 3.38vw;
    width: 27.03vw;
  }
}
@media only screen and (min-width: 992px) {
  .topics__button {
    width: 24.32vw;
  }
}
.topics__button:hover {
  background: #ddd;
}
.topics__button::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .topics__button::before {
    width: 0.68vw;
    height: 0.68vw;
    right: 1.69vw;
  }
}

.recruit {
  background: url("images/pattern_bg.jpg") repeat-x center center;
  background-size: cover;
  padding: 75px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .recruit {
    padding: 11.15vw 0;
  }
}
.recruit__title {
  font-family: "Poppins", sans-serif;
  font-size: 2.16vw;
  font-size: clamp(36px, 3.11vw, 3.11vw);
  font-weight: bold;
  color: #66B952;
  margin-bottom: 4.05vw;
  line-height: 1;
}
.recruit__label {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.08vw;
  font-size: clamp(14px, 1.08vw, 1.08vw);
  font-weight: bold;
  margin-bottom: 1.69vw;
  line-height: 1;
  display: block;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .recruit__label {
    margin-bottom: 1.69vw;
  }
}
.recruit__description {
  font-size: clamp(14px, 1.08vw, 1.08vw);
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .recruit__description {
    margin-bottom: 3.38vw;
    text-align: center;
  }
}
.recruit__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .recruit__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.7vw;
  }
}
.recruit__item {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .recruit__item {
    padding: 3.72vw 3.04vw;
  }
}
.recruit__item::after {
  position: absolute;
  content: "";
  border: 5px solid #66B952;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 25px;
}
.recruit__item::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  top: 15px;
  left: 15px;
  border-radius: 25px;
}
@media only screen and (min-width: 768px) {
  .recruit__item {
    top: 1.01vw;
    left: 1.01vw;
  }
}
.recruit__item-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .recruit__item-image {
    margin-bottom: 2.03vw;
  }
}
.recruit__item-title {
  font-size: 1.62vw;
  font-size: clamp(19px, 1.62vw, 1.62vw);
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .recruit__item-title {
    margin-bottom: 1.89vw;
    font-size: clamp(16px, 1.62vw, 1.62vw);
  }
}
.recruit__item-text {
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .recruit__item-text {
    font-size: clamp(12px, 1.08vw, 16px);
  }
}
.recruit__cta {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .recruit__cta {
    margin-top: 6.08vw;
  }
}
.recruit__button {
  background: #66B952;
  color: #fff;
  padding: 25px 30px;
  border-radius: 9999px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .recruit__button {
    font-size: 1.22vw;
    font-size: clamp(14px, 1.22vw, 1.22vw);
    padding: 1.69vw 3.38vw;
    width: 24.32vw;
  }
}
.recruit__button:hover {
  background: #ddd;
}
.recruit__button::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .recruit__button::before {
    width: 0.68vw;
    height: 0.68vw;
    right: 1.69vw;
  }
}

.company {
  padding: 60px 24px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .company {
    padding: 10.14vw 0;
  }
}
.company::before, .company::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.company::before {
  background: url("images/jagged_top.png") repeat-x top center;
  background-size: 1480px 15px;
  top: -15px;
}
.company::after {
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}
@media only screen and (min-width: 768px) {
  .company__inner {
    padding-left: 6.76vw;
  }
}
.company__content {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .company__content {
    display: grid;
    grid-template-columns: 33.78vw 1fr;
    gap: 6.76vw;
  }
}
.company__title {
  font-family: "Poppins", sans-serif;
  font-size: 2.16vw;
  font-size: clamp(36px, 3.11vw, 3.11vw);
  font-weight: bold;
  color: #66B952;
  margin-bottom: 4.05vw;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .company__title {
    text-align: left;
  }
}
.company__label {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.08vw;
  font-size: clamp(14px, 1.08vw, 1.08vw);
  font-weight: bold;
  margin-bottom: 1.69vw;
  line-height: 1;
  display: block;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .company__label {
    margin-bottom: 1.69vw;
  }
}
.company__description {
  margin-bottom: 5.41vw;
}
@media only screen and (min-width: 768px) {
  .company__description {
    margin-bottom: 5.41vw;
  }
}
.company__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .company__info {
    gap: 2.03vw;
  }
}
.company__location {
  border-bottom: 2px dashed #999;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .company__location {
    padding-bottom: 2.03vw;
  }
}
.company__location-title, .company__sns-title {
  font-size: 1.62vw;
  font-size: clamp(19px, 1.62vw, 1.62vw);
  font-weight: bold;
  margin-bottom: 10px;
}
.company__location-link, .company__sns-link {
  display: inline-block;
  color: #66B952;
  font-weight: bold;
  text-decoration: none;
  margin-top: 10px;
  position: relative;
  padding: 0 26px 0 18px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 768px) {
  .company__location-link, .company__sns-link {
    padding: 0 1.76vw 0 1.22vw;
  }
}
.company__location-link::before, .company__sns-link::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #66B952;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .company__location-link::before, .company__sns-link::before {
    width: 0.54vw;
    height: 0.54vw;
  }
}
.company__location-link:hover, .company__sns-link:hover {
  text-decoration: underline;
}
.company__location-link--blank::after, .company__sns-link--blank::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("images/icon_blank.png") no-repeat top center;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .company__location-link--blank::after, .company__sns-link--blank::after {
    background: url("images/icon_blank.png") no-repeat top center;
    background-size: cover;
    width: 1.08vw;
    height: 1.08vw;
  }
}
.company__location-link--insta::after, .company__sns-link--insta::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("images/logo_insta_g.png") no-repeat top center;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .company__location-link--insta::after, .company__sns-link--insta::after {
    background: url("images/logo_insta_g.png") no-repeat top center;
    background-size: contain;
    width: 1.08vw;
    height: 1.08vw;
  }
}
.company__location-link--tiktok::after, .company__sns-link--tiktok::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("images/logo_tiktok_g.png") no-repeat top center;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .company__location-link--tiktok::after, .company__sns-link--tiktok::after {
    background: url("images/logo_tiktok_g.png") no-repeat top center;
    background-size: contain;
    width: 1.08vw;
    height: 1.08vw;
  }
}
.company__cta {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .company__cta {
    margin-top: 3.38vw;
  }
}
.company__button {
  background: #66B952;
  color: #fff;
  padding: 25px 30px;
  border-radius: 9999px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .company__button {
    font-size: 1.22vw;
    font-size: clamp(14px, 1.22vw, 1.22vw);
    padding: 1.69vw 3.38vw;
    min-width: 24.32vw;
    max-width: 24.32vw;
  }
}
.company__button:hover {
  background: #ddd;
}
.company__button::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .company__button::before {
    width: 0.68vw;
    height: 0.68vw;
    right: 1.69vw;
  }
}
.company__map iframe {
  width: 100%;
  height: 400px;
  border-radius: 25px;
  border: none;
}
@media only screen and (min-width: 768px) {
  .company__map iframe {
    height: 100%;
    border-radius: 25px 0 0 25px;
  }
}

.contact {
  background: url("images/contact_bg.jpg") repeat-x center center;
  background-size: cover;
  padding: 75px 24px;
}
@media only screen and (min-width: 768px) {
  .contact {
    padding: 11.15vw 0;
  }
}
.contact__inner {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  padding: 40px 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact__inner {
    max-width: 68.92vw;
    padding: 6.76vw 1.35vw;
    border-radius: 60px;
  }
}
.contact__wrapper {
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .contact__wrapper {
    max-width: 55.41vw;
  }
}
.contact__header {
  margin-bottom: 5.41vw;
}
.contact__logo {
  width: 100%;
  max-width: 395px;
  margin-bottom: 5.41vw;
}
@media only screen and (min-width: 768px) {
  .contact__logo {
    width: 26.69vw;
    max-width: inherit;
  }
}
.contact__description {
  font-size: clamp(14px, 1.08vw, 1.08vw);
  color: #333;
  line-height: 1.6;
}
.contact__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contact__content {
    grid-template-columns: 1fr;
    gap: 2.7vw;
  }
}
@media only screen and (min-width: 992px) {
  .contact__content {
    grid-template-columns: 1fr 1fr;
    gap: 2.7vw;
  }
}
.contact__content::after {
  content: "";
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .contact__content::after {
    position: absolute;
    border-left: 1px dashed #666;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact__box--phone {
  border-bottom: 1px dashed #666;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .contact__box--phone {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.contact__box-title {
  font-size: 2.16vw;
  font-size: clamp(20px, 2.16vw, 2.16vw);
  font-weight: bold;
  margin-bottom: 3.38vw;
  line-height: 1.5;
}
.contact__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media only screen and (min-width: 992px) {
  .contact__phone {
    gap: 0.34vw;
  }
}
.contact__phone-number {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #66B952;
  position: relative;
  line-height: 1;
  padding-left: 24px;
  display: inline;
  font-size: 2.84vw;
  font-size: clamp(28px, 2.84vw, 2.84vw);
}
@media only screen and (min-width: 768px) {
  .contact__phone-number {
    padding-left: 2.3vw;
  }
}
.contact__phone-number::before {
  position: absolute;
  display: block;
  content: "";
  background: url("images/icon_tel.png") no-repeat center center;
  background-size: cover;
  width: 14px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .contact__phone-number::before {
    width: 1.49vw;
    height: 2.16vw;
  }
}
.contact__phone-time {
  font-size: clamp(14px, 1.08vw, 1.08vw);
  margin-top: 10px;
}
.contact__button {
  background: #66B952;
  color: #fff;
  padding: 25px 35px;
  border-radius: 9999px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact__button {
    font-size: 1.22vw;
    font-size: clamp(14px, 1.22vw, 1.22vw);
    padding: 1.69vw 2.36vw;
    max-width: 24.32vw;
  }
}
.contact__button:hover {
  background: #ddd;
}
.contact__button::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .contact__button::before {
    width: 0.68vw;
    height: 0.68vw;
    right: 1.69vw;
  }
}

.header__logo {
  display: none;
}
@media only screen and (min-width: 992px) {
  .header__logo {
    display: block;
    position: absolute;
    left: -10px;
    top: 20px;
    max-width: 15.54vw;
  }
}
@media only screen and (min-width: 992px) {
  .header.-contentsPage {
    position: relative;
  }
  .header.-contentsPage .header__contents {
    min-height: auto;
  }
  .header.-contentsPage .header__nav-list {
    margin-bottom: 0;
  }
  .header.-contentsPage .header__product {
    display: none;
  }
}

.logo-sp {
  position: relative;
  z-index: 11;
  padding: 10px 10px;
  max-width: 15.63vw;
  min-width: 120px;
}
@media only screen and (min-width: 992px) {
  .logo-sp {
    display: none;
  }
}

.page-title {
  position: relative;
  background-color: #fff;
  background-image: url("images/bg_pageTitle.png");
  background-position: center top;
  background-size: cover;
}
.page-title::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 269px;
  left: calc(50% - 285px);
  top: -5px;
  background: url("images/img_pageTitle_left_sp.png") no-repeat center center;
  background-size: auto;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-title::before {
    width: 38.04vw;
    height: 24.32vw;
    left: 4.05vw;
    top: -1.62vw;
    background-image: url("images/img_pageTitle_left.png");
  }
}
.page-title::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 250px;
  right: calc(50% - 310px);
  top: 5px;
  background: url("images/img_pageTitle_right_sp.png") no-repeat center center;
  background-size: auto;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-title::after {
    width: 30.07vw;
    height: 21.42vw;
    right: 4.05vw;
    top: -0.41vw;
    background-image: url("images/img_pageTitle_right.png");
  }
}
.page-title__inner {
  width: 100%;
  height: 220px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .page-title__inner {
    height: 23.24vw;
    padding-bottom: clamp(18px, 1.2vw, 1.2vw);
  }
}
.page-title__content {
  text-align: center;
}
.page-title__title {
  font-family: "Poppins", serif;
  font-size: clamp(36px, 3.11vw, 3.11vw);
  font-weight: bold;
  font-style: italic;
  color: rgb(102, 185, 82);
  margin-bottom: clamp(16px, 1.22vw, 1.22vw);
  line-height: 1;
  text-align: center;
}
.page-title__subtitle {
  font-family: "M PLUS 1p", serif;
  font-weight: bold;
  line-height: 1;
  display: block;
  color: #333;
}
.page-title__text {
  font-size: 12px;
  margin-top: clamp(16px, 1.22vw, 1.22vw);
}
@media only screen and (min-width: 768px) {
  .page-title__text {
    font-size: clamp(12px, 1.22vw, 1.22vw);
  }
}

.title-green {
  font-family: "Poppins", sans-serif;
  font-size: 2.16vw;
  font-size: clamp(36px, 3.11vw, 3.11vw);
  font-weight: bold;
  color: #66B952;
  margin-bottom: 4.05vw;
  line-height: 1;
}
.title-green__label {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.22vw;
  font-size: clamp(14px, 1.22vw, 1.22vw);
  font-weight: bold;
  margin-bottom: 1.69vw;
  line-height: 1;
  display: block;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .title-green__label {
    margin-bottom: 1.69vw;
  }
}

.bg-patternNeji {
  background-image: url("images/patternNeji_bg_sp.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .bg-patternNeji {
    background-image: url("images/patternNeji_bg.jpg");
  }
}

.button-green {
  background: #66B952;
  color: #fff;
  padding: 25px 30px;
  border-radius: 9999px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .button-green {
    font-size: 1.22vw;
    font-size: clamp(14px, 1.22vw, 1.22vw);
    padding: 1.69vw 3.38vw;
    width: 27.03vw;
  }
}
@media only screen and (min-width: 992px) {
  .button-green {
    width: 24.32vw;
  }
}
.button-green:hover {
  background: #ddd;
}
.button-green::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .button-green::before {
    width: 0.68vw;
    height: 0.68vw;
    right: 1.69vw;
  }
}

ul.list-circle li {
  position: relative;
  padding-left: 16px;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  ul.list-circle li {
    padding-left: 1.35vw;
  }
}
ul.list-circle li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #66B952;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  ul.list-circle li::before {
    width: 0.81vw;
    height: 0.81vw;
    top: 0.68vw;
  }
}

table.table-base {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  table.table-base {
    width: 68.92vw;
  }
}
table.table-base th {
  width: 25%;
  padding: 15px 0;
  border-bottom: 2px solid #66b952;
  font-weight: bold;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  table.table-base th {
    width: 11.08vw;
    padding: 2.03vw 0 2.03vw 0;
  }
}
table.table-base td {
  width: 75%;
  padding: 15px 0 15px 15px;
  border-bottom: 2px solid #f8f8f8;
}
@media only screen and (min-width: 768px) {
  table.table-base td {
    width: calc(100% - 11.08vw);
    padding: 2.03vw 4.05vw 2.03vw 2.03vw;
  }
}

.company-main-visual {
  position: relative;
  width: 100%;
  height: calc(100vh - 54px);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .company-main-visual {
    width: 100vw;
    height: 56.22vw;
  }
}
.company-main-visual__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-main-visual__inner {
  display: flex;
  align-items: center;
  height: 100%;
  margin-inline: auto;
  padding: 0 24px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .company-main-visual__inner {
    max-width: 86.49vw;
    padding: 0;
  }
}
.company-main-visual__title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(36px, 3.65vw, 3.65vw);
  font-weight: bold;
  font-style: italic;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1;
  text-align: left;
}
.company-main-visual__subtitle {
  font-family: "M PLUS 1p", sans-serif;
  font-size: clamp(16px, 1.22vw, 1.22vw);
  font-weight: bold;
  line-height: 1;
  display: block;
  color: #fff;
}

.sec-company-tab {
  position: relative;
}
.sec-company-tab__inner {
  padding-top: 60px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sec-company-tab__inner {
    padding-top: 6.76vw;
    padding-bottom: 0;
  }
}
.sec-company-tab ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 3.13vw;
}
@media only screen and (min-width: 768px) {
  .sec-company-tab ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 2.03vw;
  }
}
.sec-company-tab ul li {
  border-top: 2px dashed #999;
  border-bottom: 2px dashed #999;
  padding: 16px 0;
}
.sec-company-tab ul li:nth-child(n+3) {
  border-top: none;
}
@media only screen and (min-width: 768px) {
  .sec-company-tab ul li {
    padding: 1.62vw 0;
  }
  .sec-company-tab ul li:nth-child(3), .sec-company-tab ul li:nth-child(4) {
    border-top: 2px dashed #999;
  }
}
.sec-company-tab ul li a {
  width: 100%;
  height: 100%;
  font-weight: bold;
  background: url("images/ico_tab_arrow.png") no-repeat right center;
  background-size: 16px;
}
@media only screen and (min-width: 768px) {
  .sec-company-tab ul li a {
    background-size: 1.89vw;
  }
}
.sec-company-tab::before {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: url("images/jagged_top.png") repeat-x top center;
  background-size: 1480px 15px;
  top: -15px;
}

.sec-company {
  position: relative;
}
.sec-company__inner {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-company__inner {
    padding-top: 6.76vw;
    padding-bottom: 4.73vw;
  }
}
.sec-company__contents {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-company__contents {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.35vw;
    align-items: flex-end;
    margin-bottom: 9.46vw;
  }
}
.sec-company__text {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-company__text {
    width: 72.97vw;
    margin-bottom: 0;
  }
}
.sec-company__img {
  max-width: 160px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .sec-company__img {
    max-width: inherit;
    display: block;
    width: 12.03vw;
  }
}
.sec-company__img img {
  text-align: center;
}
.sec-company__img-name {
  text-align: center;
  line-height: 1.5;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .sec-company__img-name {
    width: 12.03vw;
    font-size: clamp(12px, 0.95vw, 0.95vw);
  }
}
.sec-company::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}

.sec-company-02 {
  position: relative;
}
.sec-company-02__inner {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-company-02__inner {
    padding-top: 4.73vw;
    padding-bottom: 10.14vw;
  }
}
.sec-company-02__inner::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 66px;
  right: 0;
  bottom: 5px;
  background: url("images/company_img_02.png") no-repeat center center;
  background-size: auto;
  background-size: cover;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .sec-company-02__inner::before {
    width: 15.95vw;
    height: 12.03vw;
    right: 0;
    bottom: 4.32vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-company-02__title {
    text-align: center;
  }
}
.sec-company-02::before, .sec-company-02::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sec-company-02::before {
  background: url("images/jagged_top.png") repeat-x top center;
  background-size: 1480px 15px;
  top: -15px;
}
.sec-company-02::after {
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}

.sec-company-03 {
  position: relative;
}
.sec-company-03__inner {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .sec-company-03__inner {
    max-width: 68.92vw;
    padding-top: 10.14vw;
    padding-bottom: 10.14vw;
  }
}
.sec-company-03__title {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .sec-company-03__title {
    text-align: center;
  }
}
.sec-company-03__title::after {
  content: "";
  width: 23.44vw;
  height: 19.53vw;
  min-width: 150px;
  min-height: 125px;
  background-image: url("images/kenko_logo25.png");
  background-size: cover;
  display: block;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 768px) {
  .sec-company-03__title::after {
    position: absolute;
    width: 10.14vw;
    height: 8.45vw;
    min-width: auto;
    min-height: auto;
    top: -1.35vw;
    right: 0;
    margin: 0 auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .sec-company-03__contents {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.35vw;
  }
}
.sec-company-03__textGroup ._inner img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sec-company-03__textGroup ._inner {
    display: flex;
    justify-content: space-between;
    margin-top: 1.35vw;
  }
  .sec-company-03__textGroup ._inner p {
    width: 33.11vw;
  }
  .sec-company-03__textGroup ._inner img {
    display: block;
    width: 11.76vw;
  }
}
.sec-company-03__img {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .sec-company-03__img {
    max-width: 27.03vw;
    margin-bottom: 0;
  }
}
.sec-company-03 .bg-kenkologo {
  position: absolute;
}

.sec-company-04 {
  position: relative;
}
.sec-company-04__inner {
  margin-inline: auto;
  padding: 60px 24px;
}
@media only screen and (min-width: 768px) {
  .sec-company-04__inner {
    padding-top: 6.76vw;
    padding-bottom: 10.14vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.sec-company-04__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75vw;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .sec-company-04__map {
    width: 52%;
    padding-top: 51.01vw;
    margin-bottom: 0;
    border-radius: 0 2.7vw 2.7vw 0;
  }
}
.sec-company-04__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .sec-company-04__textGroup {
    width: 48%;
    max-width: 33.11vw;
    margin-left: 6.76vw;
  }
}
.sec-company-04__textGroup h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.sec-company-04__textGroup h4:nth-of-type(2) {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 2px dashed #999;
}
@media only screen and (min-width: 768px) {
  .sec-company-04__textGroup h4:nth-of-type(2) {
    padding-top: 1.35vw;
    margin-top: 1.35vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-company-04__textGroup h4 {
    font-size: clamp(18px, 1.62vw, 1.62vw);
    margin-bottom: 1.08vw;
  }
}
.sec-company-04__btn {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-company-04__btn {
    margin-top: 5.41vw;
  }
}
.sec-company-04__btn .button-green {
  position: relative;
  min-width: 260px;
}
.sec-company-04__btn .button-green::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("images/icon_blank_w.png") no-repeat top center;
  background-size: cover;
  right: calc(50% - 64px);
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .sec-company-04__btn .button-green::after {
    width: clamp(12px, 1.08vw, 1.08vw);
    height: clamp(12px, 1.08vw, 1.08vw);
    right: clamp(70px, 6.76vw, 6.76vw);
  }
}
.sec-company-04::before {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("images/jagged_top.png") repeat-x top center;
  background-size: 1480px 15px;
  top: -15px;
}

.sec-company-05 {
  position: relative;
}
.sec-company-05__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-company-05__inner {
    padding-top: 9.46vw;
    padding-bottom: 10.14vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-company-05__title {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .sec-company-05__contents {
    max-width: 50.68vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
.sec-company-05::after {
  display: none;
  content: "";
  position: absolute;
  width: 79px;
  height: 112px;
  left: 0;
  bottom: 15px;
  background: url("images/company_img_04.png") no-repeat center center;
  background-size: auto;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .sec-company-05::after {
    display: block;
    width: 14.39vw;
    height: 20.27vw;
    left: 3.38vw;
  }
}

.sec-company-06 {
  position: relative;
  background-image: url("images/company_img_05.png"), url("images/company_img_06.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 100px 52px, 83px 53px;
  background-position: right 20px top 20px, right 20px bottom 20px;
}
.sec-company-06__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-company-06__inner {
    padding-top: 9.46vw;
    padding-bottom: 10.14vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-company-06__table {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .sec-company-06__table table {
    width: 46%;
  }
}
.sec-company-06__table table th {
  width: 28%;
  padding: 15px 0;
  border-bottom: 2px solid #66b952;
  font-weight: bold;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .sec-company-06__table table th {
    width: 8.78vw;
    padding: 1.62vw 0 1.62vw 0;
  }
}
.sec-company-06__table table td {
  width: 72%;
  padding: 15px 0 15px 15px;
  border-bottom: 2px solid #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .sec-company-06__table table td {
    width: calc(100% - 8.78vw);
    padding: 1.62vw 0 1.62vw 2.03vw;
  }
}
.sec-company-06::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}
@media only screen and (min-width: 768px) {
  .sec-company-06 {
    background-size: 16.89vw 8.92vw, 14.05vw 9.32vw;
    background-position: right 6.08vw top 4.73vw, left 5.68vw bottom 2.43vw;
  }
}

.sec-company-07 {
  position: relative;
}
.sec-company-07__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-company-07__inner {
    padding-top: 9.46vw;
    padding-bottom: 10.14vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-company-07 .title-green__label {
    text-align: center;
  }
}
.sec-company-07__title-keyword {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .sec-company-07__title-keyword {
    justify-content: center;
  }
}
.sec-company-07__title-keyword::before {
  content: "";
  background: url("images/logo_sdgs.svg") no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-company-07__title-keyword::before {
    width: 2.7vw;
    height: 2.7vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-company-07__text {
    text-align: center;
  }
}
.sec-company-07__btn {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-company-07__btn {
    margin-top: 4.73vw;
  }
}
.sec-company-07::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 69px;
  right: 10px;
  top: 20px;
  background: url("images/sdgs_map.jpg") no-repeat center center;
  background-size: auto;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .sec-company-07::before {
    width: 16.22vw;
    height: 11.49vw;
    right: 9.46vw;
    top: 80px;
  }
}
.sec-company-07::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 69px;
  left: 10px;
  bottom: 20px;
  background: url("images/company_img_10.png") no-repeat center center;
  background-size: auto;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .sec-company-07::after {
    width: 18.92vw;
    height: 14.59vw;
    left: 9.46vw;
  }
}

.sec-company-08 {
  position: relative;
  background-image: url("images/company_img_08.png"), url("images/company_img_09.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 0 0, 78px 84px;
  background-position: left top, right 20px top 24px;
}
.sec-company-08__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-company-08__inner {
    padding-top: 10.14vw;
    padding-bottom: 10.14vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-company-08__title {
    text-align: center;
  }
}
.sec-company-08__img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5vw;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-company-08__img {
    gap: 3.38vw;
    margin-bottom: 4.73vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-company-08__text {
    text-align: center;
  }
}
.sec-company-08__btn {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-company-08__btn {
    margin-top: 4.73vw;
  }
}
.sec-company-08::before, .sec-company-08::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sec-company-08::before {
  background: url("images/jagged_top.png") repeat-x top center;
  background-size: 1480px 15px;
  top: -15px;
}
.sec-company-08::after {
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}
@media only screen and (min-width: 768px) {
  .sec-company-08 {
    background-size: 15.74vw 10.74vw, 13.24vw 14.19vw;
    background-position: left 7.97vw bottom 6.76vw, right 8.78vw bottom 6.76vw;
  }
}

.sec-sdgs {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs {
    padding-top: 6.76vw;
    padding-bottom: 4.05vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-sdgs__inner {
    background: url("images/company_img_10.png") right top/14.86vw auto no-repeat;
  }
}
.sec-sdgs__content {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs__content {
    margin-bottom: 6.08vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-sdgs__content--num1 {
    padding-right: 16.89vw;
  }
}
.sec-sdgs__content--num2 .sec-sdgs__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs__content--num2 .sec-sdgs__title {
    flex-direction: row;
  }
}
.sec-sdgs__content--num2 .sec-sdgs__text {
  padding-right: 0;
}
.sec-sdgs__content--num3 .sec-sdgs__text {
  padding-right: 0;
}
.sec-sdgs__title {
  margin-bottom: 20px;
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs__title {
    margin-bottom: 3.04vw;
    font-size: clamp(22px, 2.16vw, 2.16vw);
  }
}
.sec-sdgs__img {
  display: flex;
  gap: 5px;
}
.sec-sdgs__img img {
  max-width: 130px;
}
.sec-sdgs__text:not(:first-of-type) {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs__text:not(:first-of-type) {
    margin-top: 1.35vw;
  }
}
.sec-sdgs__list {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs__list {
    margin-top: 1.35vw;
  }
}
.sec-sdgs__icon {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs__icon {
    margin-top: 2.03vw;
    gap: 1.35vw;
    grid-template-columns: repeat(auto-fill, minmax(8.11vw, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .sec-sdgs__icon img {
    max-width: 8.11vw;
  }
}
.sec-sdgs::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}

.sec-sdgs-02 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs-02 {
    padding-top: 10.81vw;
    padding-bottom: 9.46vw;
  }
}
.sec-sdgs-02__title {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs-02__title-label {
    font-size: clamp(14px, 1.22vw, 1.22vw);
  }
}
.sec-sdgs-02__content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs-02__content {
    max-width: 100%;
    margin-bottom: 8.78vw;
  }
}
.sec-sdgs-02__content:last-of-type {
  margin-bottom: 0;
}
.sec-sdgs-02__intro {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs-02__intro {
    margin-bottom: 5.07vw;
    text-align: center;
  }
}
.sec-sdgs-02__intro-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs-02__intro-title {
    margin-bottom: 2.7vw;
    font-size: clamp(22px, 2.16vw, 2.16vw);
  }
}
.sec-sdgs-02__box {
  position: relative;
  padding: 40px 20px;
  background-color: #fff;
  border: 6px solid #66b952;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs-02__box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2.03vw;
    min-height: 31.08vw;
    padding: 5.41vw;
    border-width: 0.81vw;
    border-radius: 4.05vw;
  }
}
.sec-sdgs-02__box--icon01::before {
  content: "";
  position: absolute;
  display: block;
  top: -20px;
  right: 10px;
  width: 100px;
  height: 50px;
  background: url(./images/sdgs_img02.png) center/contain no-repeat;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs-02__box--icon01::before {
    top: -8.11vw;
    right: 3.38vw;
    width: 16.22vw;
    height: 9.46vw;
  }
}
.sec-sdgs-02__box--icon02::before {
  content: "";
  position: absolute;
  display: block;
  top: -20px;
  right: 10px;
  width: 60px;
  height: 88px;
  background: url(./images/sdgs_img04.png) center/contain no-repeat;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs-02__box--icon02::before {
    top: -13.51vw;
    right: 0;
    left: 6.08vw;
    width: 10.14vw;
    height: 14.86vw;
  }
}
.sec-sdgs-02__box--icon03::before {
  content: "";
  position: absolute;
  display: block;
  top: -20px;
  right: 10px;
  width: 68px;
  height: 72px;
  background: url(./images/sdgs_img06.png) center/contain no-repeat;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs-02__box--icon03::before {
    top: -9.46vw;
    right: 6.08vw;
    width: 11.49vw;
    height: 12.16vw;
  }
}
.sec-sdgs-02__box--icon04::before {
  content: "";
  position: absolute;
  display: block;
  top: -20px;
  right: 10px;
  width: 100px;
  height: 50px;
  background: url(./images/sdgs_img08.png) center/contain no-repeat;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs-02__box--icon04::before {
    top: -7.43vw;
    right: 0;
    left: 4.05vw;
    width: 14.19vw;
    height: 9.46vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-sdgs-02__box-inner {
    width: 53.38vw;
  }
}
.sec-sdgs-02__box-title {
  padding-left: 1.5em;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  background: url(./images/ico_negi.png) left center/1.2em auto no-repeat;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs-02__box-title {
    font-size: clamp(18px, 1.62vw, 1.62vw);
  }
}
.sec-sdgs-02__box-list {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs-02__box-list {
    margin-bottom: 0;
  }
}
.sec-sdgs-02__box-list-item {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.sec-sdgs-02__box-list-item::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.2em;
  margin-bottom: 0.1em;
  background-color: #66b952;
  border-radius: 50%;
}
.sec-sdgs-02__box-image {
  width: 75%;
  max-width: 320px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .sec-sdgs-02__box-image {
    width: 17.57vw;
    max-width: 100%;
  }
}
.sec-sdgs-02::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("images/jagged_top_blue.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: 0;
}

.sec-product {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .sec-product {
    padding-top: 9.46vw;
    padding-bottom: 9.46vw;
  }
}
.sec-product__inner {
  background: url(./images/product_img01.png) right top 0px/69px auto no-repeat;
}
@media only screen and (min-width: 768px) {
  .sec-product__inner {
    background-position: right bottom;
    background-size: 15.54vw auto;
  }
}
@media only screen and (min-width: 768px) {
  .sec-product__title {
    margin-bottom: 3.38vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-product__text {
    padding-right: 17.57vw;
  }
}
.sec-product::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}

.sec-product-02 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .sec-product-02 {
    padding-top: 9.46vw;
    padding-bottom: 9.46vw;
  }
}
.sec-product-02__inner {
  position: relative;
}
.sec-product-02__inner::before {
  content: "";
  position: absolute;
  top: -55px;
  left: 2.03vw;
  width: 84px;
  height: 76px;
  background: url(./images/product_img02.png) center/contain no-repeat;
}
@media only screen and (min-width: 768px) {
  .sec-product-02__inner::before {
    top: -6.76vw;
    left: 3.38vw;
    width: 14.19vw;
    height: 12.84vw;
  }
}
.sec-product-02__title {
  text-align: center;
}
.sec-product-02__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .sec-product-02__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.7vw;
    max-width: 100%;
  }
}
.sec-product-02__item-image {
  margin-bottom: 15px;
  aspect-ratio: 400/280;
}
@media only screen and (min-width: 768px) {
  .sec-product-02__item-image {
    margin-bottom: 1.01vw;
  }
}
.sec-product-02__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-product-02__item-button {
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sec-product-02__item-button {
    margin-top: 1.35vw;
  }
}

.sec-product-03 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .sec-product-03 {
    padding-top: 9.46vw;
    padding-bottom: 6.76vw;
  }
}
.sec-product-03__title {
  text-align: center;
}
.sec-product-03__title span {
  line-height: 1.6;
}
.sec-product-03__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .sec-product-03__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.7vw;
    max-width: 100%;
    margin-bottom: 2.7vw;
  }
}
.sec-product-03__item-image {
  margin-bottom: 15px;
  aspect-ratio: 400/280;
}
@media only screen and (min-width: 768px) {
  .sec-product-03__item-image {
    margin-bottom: 1.01vw;
  }
}
.sec-product-03__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-product-03__item-button {
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sec-product-03__item-button {
    margin-top: 1.35vw;
  }
}
.sec-product-03__footer {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-product-03__footer {
    position: relative;
    padding-top: 6.76vw;
    padding-bottom: 3.38vw;
  }
}
.sec-product-03__footer-text {
  font-size: clamp(16px, 4vw, 24px);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .sec-product-03__footer-text {
    font-size: 2.16vw;
  }
}
.sec-product-03__footer-image {
  width: 100px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) {
  .sec-product-03__footer-image {
    position: absolute;
    top: 0;
    right: 5.41vw;
    width: 10.14vw;
    height: 16.22vw;
  }
}
.sec-product-03::before, .sec-product-03::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sec-product-03::before {
  background: url("images/jagged_top.png") repeat-x top center;
  background-size: 1480px 15px;
  top: -15px;
}
.sec-product-03::after {
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}

.sec-product-04 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(./images/product_bg.jpg) center/cover no-repeat;
}
@media only screen and (min-width: 768px) {
  .sec-product-04 {
    padding-top: 10.81vw;
    padding-bottom: 10.81vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-product-04__inner {
    text-align: center;
  }
}
.sec-product-04__text {
  margin-bottom: 40px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sec-product-04__text {
    margin-bottom: 5.41vw;
    font-size: 1.62vw;
  }
}

.sec-hightenbis {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis {
    padding-top: 6.76vw;
    padding-bottom: 10.81vw;
  }
}
.sec-hightenbis__image {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis__image {
    margin-bottom: 6.76vw;
  }
}
.sec-hightenbis__title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis__title {
    margin-bottom: 2.03vw;
    font-size: clamp(22px, 2.16vw, 2.16vw);
  }
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis__content {
    position: relative;
    padding: 0 6.76vw;
  }
}
.sec-hightenbis__content-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis__content-title {
    margin-bottom: 1.35vw;
    font-size: clamp(18px, 1.62vw, 1.62vw);
  }
}
.sec-hightenbis__content-text {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis__content-text {
    margin-bottom: 2.03vw;
  }
}
.sec-hightenbis__content-image {
  width: 80px;
  margin: 40px auto 40px;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis__content-image {
    position: absolute;
    top: 0;
    right: 5.41vw;
    width: 8.11vw;
    height: 18.24vw;
  }
}
.sec-hightenbis__content-awards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.13vw;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis__content-awards {
    gap: 3.38vw;
    max-width: 100%;
  }
}
.sec-hightenbis__content-awards img {
  max-width: 50%;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis__content-awards img {
    width: 10.81vw;
    height: 10.81vw;
  }
}
.sec-hightenbis::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}

.sec-hightenbis-02 {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis-02 {
    padding-top: 9.46vw;
    padding-bottom: 10.14vw;
  }
}
.sec-hightenbis-02__inner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis-02__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6.76vw;
  }
}
.sec-hightenbis-02__inner::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -80px;
  width: 96px;
  height: 88px;
  background: url(./images/hightenbis_img04.png) center/contain no-repeat;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis-02__inner::before {
    right: 4.05vw;
    bottom: -6.08vw;
    width: 16.22vw;
    height: 14.86vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis-02__content {
    flex: 1;
  }
}
.sec-hightenbis-02__subtitle {
  font-size: clamp(16px, 3.6vw, 26px);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis-02__subtitle {
    font-size: clamp(18px, 2.16vw, 2.16vw);
    margin-bottom: 2.03vw;
  }
}
.sec-hightenbis-02__text {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis-02__text {
    margin-bottom: 1.35vw;
  }
}
.sec-hightenbis-02__text:last-of-type {
  margin-bottom: 0;
}
.sec-hightenbis-02__image {
  width: 100%;
  max-width: 470px;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis-02__image {
    max-width: 31.76vw;
  }
}

.sec-hightenbis-03 {
  padding: 60px 24px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis-03 {
    padding: 10.14vw 0;
  }
}
.sec-hightenbis-03__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis-03__inner {
    flex-direction: row;
    padding-left: 6.76vw;
    gap: 18.24vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis-03__inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 60px;
    height: 55px;
    background: url(./images/hightenbis_img05.png) center/contain no-repeat;
    top: auto;
    right: auto;
    bottom: -4.73vw;
    left: 6.76vw;
    width: 25vw;
    height: 14.19vw;
  }
}
.sec-hightenbis-03__list-item {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.sec-hightenbis-03__list-item::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.2em;
  margin-bottom: 0.1em;
  background-color: #66b952;
  border-radius: 50%;
}
.sec-hightenbis-03__image {
  border-radius: 3.13vw;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .sec-hightenbis-03__image {
    flex: 1;
    border-radius: 0;
  }
}
.sec-hightenbis-03::before, .sec-hightenbis-03::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sec-hightenbis-03::before {
  background: url("images/jagged_top.png") repeat-x top center;
  background-size: 1480px 15px;
  top: -15px;
}
.sec-hightenbis-03::after {
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}

.sec-flow {
  position: relative;
}
.sec-flow__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-flow__inner {
    max-width: 86.49vw;
    padding-top: 6.76vw;
    padding-bottom: 10.14vw;
  }
}
@media only screen and (min-width: 1480px) {
  .sec-flow__inner {
    max-width: 79.73vw;
  }
}
.sec-flow__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-flow__contents {
    grid-template-columns: 1fr 1fr;
    gap: 5.14vw 4.59vw;
  }
}
.sec-flow__box {
  position: relative;
  max-width: 480px;
  padding: 40px 3.75vw 40px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.25);
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .sec-flow__box {
    max-width: 100%;
    padding: 3.38vw 2.7vw 3.38vw;
    border-radius: 1.35vw;
  }
}
.sec-flow__box h3 {
  font-size: 18px;
  color: #66b952;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .sec-flow__box h3 {
    font-size: clamp(20px, 1.62vw, 1.62vw);
    margin-bottom: 2.03vw;
  }
}
.sec-flow__box .box__num {
  width: 36px;
  height: 36px;
  position: absolute;
  left: calc(50% - 18px);
  top: -18px;
}
@media only screen and (min-width: 768px) {
  .sec-flow__box .box__num {
    width: 3.92vw;
    height: 3.92vw;
    left: calc(50% - 1.96vw);
    top: -1.96vw;
  }
}
.sec-flow__box .box__icon {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .sec-flow__box .box__icon {
    height: 13.51vw;
    max-width: inherit;
    margin-bottom: 2.7vw;
  }
}
.sec-flow__box .box__icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.sec-flow__box .box__icon--num1 {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .sec-flow__box .box__icon--num1 {
    height: 19.86vw;
    max-width: inherit;
    margin-bottom: 2.7vw;
  }
}
.sec-flow__box .box__icon--num2 {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .sec-flow__box .box__icon--num2 {
    height: auto;
    max-width: inherit;
    margin-bottom: 2.7vw;
  }
}
.sec-flow__box .box__icon--num2 img {
  width: 100%;
  height: auto;
}
.sec-flow__box .box__icon--num3 {
  height: 260px;
}
@media only screen and (min-width: 768px) {
  .sec-flow__box .box__icon--num3 {
    height: 21.62vw;
    max-width: inherit;
    margin-bottom: 2.7vw;
  }
}
.sec-flow__box .box__icon--num4 {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .sec-flow__box .box__icon--num4 {
    height: 21.62vw;
    max-width: inherit;
    margin-bottom: 2.7vw;
  }
}
.sec-flow__box .box__icon--num4 img {
  width: 100%;
  height: auto;
}
.sec-flow__box .box__icon--num5 {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .sec-flow__box .box__icon--num5 {
    max-width: inherit;
    margin-bottom: 2.7vw;
  }
}
.sec-flow__box .box__icon--num5 img {
  width: 100%;
  height: auto;
}
.sec-flow__box .box__icon--num6 {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .sec-flow__box .box__icon--num6 {
    height: 22.84vw;
    max-width: inherit;
    margin-bottom: 2.7vw;
  }
}
.sec-flow__box .box__icon--num6 img {
  width: 100%;
  height: auto;
}
.sec-flow::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}

.sec-flow-02 {
  position: relative;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .sec-flow-02 {
    padding-top: 5.41vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-flow-02__title {
    text-align: center;
  }
}
.sec-flow-02__contents {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .sec-flow-02__contents {
    max-width: 50.68vw;
  }
}
.sec-flow-02__contents img {
  max-width: 750px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .sec-flow-02__contents img {
    max-width: 50.68vw;
  }
}

.sec-quality {
  position: relative;
  background-image: url("images/company_img_05.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 100px 52px;
  background-position: right 20px top 20px;
}
@media only screen and (min-width: 768px) {
  .sec-quality {
    background-size: 13.51vw 7.16vw;
    background-position: right 4.73vw top 2.7vw;
  }
}
.sec-quality__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .sec-quality__inner {
    max-width: 93.24vw;
    padding-top: 10.14vw;
    padding-bottom: 10.14vw;
  }
}
.sec-quality__img {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.7vw;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .sec-quality__img {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 5.41vw;
  }
}
.sec-quality__img-text {
  display: flex;
  justify-content: center;
  gap: 10px;
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sec-quality__img-text {
    font-size: clamp(11px, 0.88vw, 0.88vw);
    margin-top: 10px;
  }
}
.sec-quality__img-text div {
  width: calc(50% - 5px);
}

.sec-quality-2 {
  position: relative;
  background-image: url("images/company_img_06.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 83px 53px;
  background-position: right 20px bottom 20px;
}
@media only screen and (min-width: 768px) {
  .sec-quality-2 {
    background-size: 10.81vw 7.3vw;
    background-position: right 4.73vw bottom 1.35vw;
  }
}
.sec-quality-2__inner {
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .sec-quality-2__inner {
    max-width: 93.24vw;
    padding-top: 0;
    padding-bottom: 10.14vw;
  }
}
.sec-quality-2__subtitle {
  font-size: clamp(16px, 3.6vw, 26px);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .sec-quality-2__subtitle {
    font-size: clamp(18px, 2.16vw, 2.16vw);
    margin-bottom: 2.03vw;
  }
}
.sec-quality-2__text {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-quality-2__text {
    text-align: center;
    margin-bottom: 3.38vw;
  }
}
.sec-quality-2::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}

.sec-recruit {
  position: relative;
}
.sec-recruit__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-recruit__inner {
    padding-top: 6.76vw;
    padding-bottom: 10.14vw;
  }
}
.sec-recruit__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .sec-recruit__title {
    font-size: clamp(25px, 2.16vw, 2.16vw);
    margin-bottom: 2.7vw;
  }
}
.sec-recruit__text {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-recruit__text {
    text-align: center;
    margin-bottom: 3.38vw;
  }
}
.sec-recruit h4 {
  font-weight: bold;
}
.sec-recruit::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 74px;
  right: 0;
  bottom: 10px;
  background: url("images/recruit_img_01.png") no-repeat center center;
  background-size: auto;
  background-size: cover;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .sec-recruit::before {
    width: 15.34vw;
    height: 13.38vw;
    right: 5.41vw;
    bottom: 5.41vw;
  }
}
.sec-recruit::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}

.sec-recruit__table + .sec-recruit__table:not(:first-child),
.sec-recruit-02__table + .sec-recruit-02__table:not(:first-child) {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-recruit__table + .sec-recruit__table:not(:first-child),
.sec-recruit-02__table + .sec-recruit-02__table:not(:first-child) {
    margin-top: 6.76vw;
  }
}

.sec-recruit-02 {
  position: relative;
}
.sec-recruit-02__inner {
  padding-top: 60px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .sec-recruit-02__inner {
    padding-top: 9.46vw;
    padding-bottom: 10.81vw;
  }
}
.sec-recruit-02__title {
  text-align: center;
}
.sec-recruit-02 h4 {
  font-weight: bold;
}
.sec-recruit-02::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 78px;
  right: 10px;
  bottom: 15px;
  background: url("images/recruit_img_02.png") no-repeat center center;
  background-size: auto;
  background-size: cover;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .sec-recruit-02::before {
    width: 12.36vw;
    height: 14.19vw;
    right: 6.76vw;
  }
}
.sec-recruit-02::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("images/jagged_top_blue.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: 0;
}

.sec-contact__inner {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .sec-contact__inner {
    padding-top: 6.76vw;
    padding-bottom: 2.7vw;
  }
}
.sec-contact__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sec-contact__title {
    font-size: clamp(25px, 2.16vw, 2.16vw);
    margin-bottom: 2.7vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-contact__text {
    text-align: center;
  }
}

.sec-contact-02__inner {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-contact-02__inner {
    padding-top: 2.7vw;
    padding-bottom: 4.73vw;
  }
}
.sec-contact-02__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sec-contact-02__title {
    font-size: clamp(25px, 2.16vw, 2.16vw);
    margin-bottom: 2.7vw;
  }
}
.sec-contact-02__tel {
  display: inline-block;
  width: 100%;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  background: #66B952;
  border-radius: 9999px;
}
@media only screen and (min-width: 768px) {
  .sec-contact-02__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62.97vw;
    height: 7.57vw;
    font-size: clamp(12px, 1.08vw, 1.08vw);
  }
}
.sec-contact-02__tel:hover {
  color: #fff;
  opacity: 1;
}
.sec-contact-02__tel__time {
  display: block;
}
.sec-contact-02__tel__phone-number {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #fff;
  position: relative;
  line-height: 1;
  padding-left: 24px;
  display: inline;
  font-size: 2.84vw;
  font-size: clamp(28px, 2.84vw, 2.84vw);
}
@media only screen and (min-width: 768px) {
  .sec-contact-02__tel__phone-number {
    padding-left: 2.3vw;
    margin-right: 40px;
  }
}
.sec-contact-02__tel__phone-number::before {
  position: absolute;
  display: block;
  content: "";
  background: url("images/icon_tel_w.png") no-repeat center center;
  background-size: cover;
  width: 14px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .sec-contact-02__tel__phone-number::before {
    width: 1.49vw;
    height: 2.16vw;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.sec-contact-03 {
  position: relative;
}
.sec-contact-03__inner {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-contact-03__inner {
    max-width: 100%;
    padding-top: 4.73vw;
    padding-bottom: 10.14vw;
  }
}
.sec-contact-03__title {
  text-align: center;
}
.sec-contact-03__text {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .sec-contact-03__text {
    text-align: center;
    margin-bottom: 3.38vw;
  }
}
.sec-contact-03__form {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .sec-contact-03__form {
    max-width: 68.92vw;
    min-width: 700px;
  }
}
.sec-contact-03::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}
.sec-contact-03 .form__btn {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-contact-03 .form__btn {
    margin-top: 4.05vw;
  }
}
.sec-contact-03 .form__table {
  width: 100%;
}
.sec-contact-03 .form__table-th {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .sec-contact-03 .form__table-th {
    display: table-cell;
    position: relative;
    width: 18.92vw;
    padding: 1.08vw 4.05vw 1.08vw 0;
    font-size: clamp(14px, 1.62vw, 24px);
    text-align: right;
    vertical-align: middle;
  }
}
.sec-contact-03 .form__table-th.-must::after {
  content: "必須";
  background: #66b952;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 8px;
  margin-left: 10px;
  line-height: 1;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .sec-contact-03 .form__table-th.-must::after {
    position: absolute;
    right: 0;
    font-size: 0.81vw;
    font-size: clamp(10px, 0.81vw, 0.81vw);
    padding: 0.34vw 0.54vw 0.41vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec-contact-03 .form__table-th.-top {
    vertical-align: baseline;
  }
}
.sec-contact-03 .form__table-td {
  display: block;
  font-weight: bold;
  padding: 10px 0 20px;
}
@media only screen and (min-width: 768px) {
  .sec-contact-03 .form__table-td {
    display: table-cell;
    width: calc(100% - 18.92vw);
    padding: 1.08vw 0 1.08vw 3.38vw;
  }
}
.sec-contact-03 button,
.sec-contact-03 input,
.sec-contact-03 textarea {
  box-sizing: border-box;
  margin: 0;
  vertical-align: baseline;
}
.sec-contact-03 button, .sec-contact-03 input {
  line-height: normal;
}
.sec-contact-03 input[type=button],
.sec-contact-03 input[type=reset],
.sec-contact-03 input[type=submit] {
  background: #66B952;
  color: #fff;
  padding: 25px 30px;
  border-radius: 9999px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  background-image: url("images/ico_circle.png");
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-size: 10px;
}
@media only screen and (min-width: 768px) {
  .sec-contact-03 input[type=button],
.sec-contact-03 input[type=reset],
.sec-contact-03 input[type=submit] {
    font-size: clamp(16px, 1.35vw, 1.35vw);
    padding: 1.69vw 3.38vw;
    width: 24.32vw;
    background-position: right 1.89vw center;
    background-size: 0.68vw;
  }
}
.sec-contact-03 input[type=button]:hover,
.sec-contact-03 input[type=reset]:hover,
.sec-contact-03 input[type=submit]:hover {
  color: #333;
  background-color: #ddd;
}
.sec-contact-03 input[type=radio] {
  padding: 0;
  margin-right: 5px;
}
.sec-contact-03 button::-moz-focus-inner,
.sec-contact-03 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.sec-contact-03 input[type=text],
.sec-contact-03 input[type=email],
.sec-contact-03 input[type=tel],
.sec-contact-03 textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 15px 10px;
  border: 2px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .sec-contact-03 input[type=text],
.sec-contact-03 input[type=email],
.sec-contact-03 input[type=tel],
.sec-contact-03 textarea {
    padding: 1.62vw 1.08vw;
    border-radius: 0.68vw;
    font-size: clamp(16px, 1.22vw, 1.22vw);
  }
}
.sec-contact-03 input[type=text]:focus,
.sec-contact-03 input[type=email]:focus,
.sec-contact-03 input[type=tel]:focus,
.sec-contact-03 textarea:focus {
  outline: 0;
}
.sec-contact-03 textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
}
.sec-contact-03 input:invalid,
.sec-contact-03 textarea:invalid {
  box-shadow: none;
}
.sec-contact-03 input[type=radio] {
  display: none;
}
.sec-contact-03 input[type=radio]:checked + span::after {
  opacity: 1;
}
.sec-contact-03 .-radioCircle {
  margin: 12px 0;
}
@media only screen and (min-width: 768px) {
  .sec-contact-03 .-radioCircle {
    display: flex;
    justify-content: flex-start;
  }
}
.sec-contact-03 .-radioCircle label {
  display: block;
}
.sec-contact-03 .-radioCircle label span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 24px;
  position: relative;
  width: auto;
}
.sec-contact-03 .-radioCircle label span::before {
  background: #fff;
  border: 2px solid #66b952;
  border-radius: 50%;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -10px;
}
.sec-contact-03 .-radioCircle label span::after {
  background: #66B952;
  border-radius: 50%;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -5px;
  opacity: 0;
}

.sec-privacy {
  position: relative;
}
.sec-privacy__inner {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .sec-privacy__inner {
    padding-top: 6.76vw;
    padding-bottom: 4.05vw;
  }
}
.sec-privacy__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .sec-privacy__title {
    font-size: clamp(25px, 2.16vw, 2.16vw);
    margin-bottom: 2.7vw;
  }
}
.sec-privacy__text {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .sec-privacy__text {
    margin-bottom: 8.11vw;
  }
}
.sec-privacy__text a {
  color: #66b952;
  text-decoration: underline;
}
.sec-privacy::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}

.sec-news {
  position: relative;
}
.sec-news__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-news__inner {
    padding-top: 6.76vw;
    padding-bottom: 10.14vw;
  }
}
.sec-news .wp-pagenavi {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-news .wp-pagenavi {
    padding-top: 6.76vw;
  }
}
.sec-news .wp-pagenavi a, .sec-news .wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  list-style: none;
  color: #66b952;
  font-weight: 500;
  line-height: 1;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #66b952;
}
@media only screen and (min-width: 768px) {
  .sec-news .wp-pagenavi a, .sec-news .wp-pagenavi span {
    width: clamp(36px, 2.75vw, 2.75vw);
    height: clamp(36px, 2.75vw, 2.75vw);
    margin: 0 0.34vw;
  }
}
.sec-news .wp-pagenavi a.previouspostslink,
.sec-news .wp-pagenavi a.nextpostslink {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  text-indent: -9999px;
}
.sec-news .wp-pagenavi a.previouspostslink {
  background-image: url("images/ico_prev.png");
}
.sec-news .wp-pagenavi a.previouspostslink:hover {
  background-image: url("images/ico_prev_w.png");
}
.sec-news .wp-pagenavi a.nextpostslink {
  background-image: url("images/ico_next.png");
}
.sec-news .wp-pagenavi a.nextpostslink:hover {
  background-image: url("images/ico_next_w.png");
}
.sec-news .wp-pagenavi a:hover,
.sec-news .wp-pagenavi span.current {
  color: #fff;
  background-color: #66b952;
  opacity: 1;
}
.sec-news .topics__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .sec-news .topics__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 6.76vw 1.69vw;
  }
}
.sec-news::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}

.sec-news_single {
  position: relative;
}
.sec-news_single__inner {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .sec-news_single__inner {
    padding-top: 6.76vw;
    padding-bottom: 10.14vw;
  }
}
.sec-news_single__header {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-news_single__header {
    margin-bottom: 5.41vw;
  }
}
.sec-news_single__meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  line-height: 1;
  gap: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.08vw, 16px);
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .sec-news_single__meta {
    margin-bottom: 1.08vw;
  }
}
.sec-news_single__meta-date {
  text-align: left;
}
.sec-news_single__meta-category {
  background: #66B952;
  padding: 6px 10px;
  color: #fff;
}
.sec-news_single__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.9em;
  font-weight: bold;
  background-size: 200% 0.5em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #b4e6fa 50%);
}
@media only screen and (min-width: 768px) {
  .sec-news_single__title {
    font-size: clamp(20px, 2.16vw, 2.16vw);
    line-height: 2;
  }
}
.sec-news_single__article {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .sec-news_single__article {
    padding-bottom: 6.76vw;
  }
}
.sec-news_single__article img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .sec-news_single__article img {
    margin-bottom: 5.41vw;
  }
}
.sec-news_single__btn {
  text-align: center;
}
.sec-news_single__pagination {
  display: flex;
  align-items: center;
  border-top: 2px dashed #999;
  border-bottom: 2px dashed #999;
  padding: 16px 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .sec-news_single__pagination {
    padding: 2.16vw 0;
    margin-bottom: 4.05vw;
  }
}
.sec-news_single__pagination li {
  width: 50%;
}
.sec-news_single__pagination li a {
  width: 100%;
  position: relative;
  color: #66b952;
  font-weight: bold;
  padding: 0 20px;
}
.sec-news_single__pagination li a:hover {
  color: #333;
  text-decoration: underline;
}
.sec-news_single__pagination li a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #66b952;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .sec-news_single__pagination li a::before {
    width: 0.68vw;
    height: 0.68vw;
  }
}
.sec-news_single__pagination li._next {
  margin-left: auto;
  margin-right: 0;
}
.sec-news_single__pagination li._next a {
  text-align: right;
}
.sec-news_single__pagination li._next a::before {
  left: auto;
  right: 0;
}
.sec-news_single::after {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("images/jagged_bottom.png") repeat-x top center;
  background-size: 1480px 15px;
  bottom: -15px;
}
/*# sourceMappingURL=style.css.map */