@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-size: clamp(6px, 0.625vw, 10px);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
    font-size: clamp(5px, 2.66666667vw, 10px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.875;
  color: #272727;
  background: #FFFFFF;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul ul, ul ol,
ol ul,
ol ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

#wrapper {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .pc-hide, .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide, .pc-only {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  main {
    overflow: hidden;
  }
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 104rem;
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 76.8rem;
  }
}
.content-in {
  position: relative;
  max-width: 94rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

picture,
figure {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
picture img,
figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border: none;
}

.color-sky {
  color: #5BD1E5 !important;
}

.color-orange {
  color: #5BD1E5 !important;
}

.color-yellow {
  color: #FEF666 !important;
}

.color-brown {
  color: #BA8E71 !important;
}

.color-red {
  color: #FF5757 !important;
}

.color-blue {
  color: #021F6E !important;
}

.color-wheat {
  color: #27B7B3 !important;
}

.color-green {
  color: #13C45D !important;
}

.light-bg {
  background: rgba(19, 196, 93, 0.1) !important;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.link-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4rem 3rem 0.6rem 1rem;
  width: 27.2rem;
  max-width: 100%;
  height: 5rem;
  background: #13C45D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 2rem;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .link-btn {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.link-btn span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.link-btn svg {
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1.6rem;
  display: block;
  width: 2rem;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .link-btn svg {
    top: calc(50% - 0.6rem);
    right: 1.6rem;
    width: 1.6rem;
  }
}
.link-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #008F3C;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.link-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link-btn.white {
  background: #FFFFFF;
  color: #13C45D;
}
.link-btn.white::before {
  background: #F5F1F1;
}

.detail-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4rem 3rem 0.6rem 1rem;
  width: 18rem;
  max-width: 100%;
  height: 5rem;
  background: #3C3C3C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 2rem;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .detail-btn {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.detail-btn span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.detail-btn svg {
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1.6rem;
  display: block;
  width: 2rem;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .detail-btn svg {
    top: calc(50% - 0.6rem);
    right: 1.6rem;
    width: 1.6rem;
  }
}
.detail-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.detail-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #13C45D;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.detail-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.section-title {
  position: relative;
  margin: 0 0 6rem;
}
.section-title .en {
  position: relative;
  font-size: 5rem;
  font-weight: 700;
  line-height: 6rem;
  color: #13C45D;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-title .en {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.section-title .jp {
  position: relative;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #272727;
  text-align: center;
  z-index: 1;
  margin-top: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .section-title .jp {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-top: 0;
  }
}

.page-title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  color: #272727;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page-title {
    font-size: 5.2rem;
    line-height: 6.4rem;
    margin-bottom: 2.4rem;
  }
}

.page-desc {
  position: relative;
  text-align: center;
  margin-bottom: 10rem;
}

.underbg {
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #EBFF00));
  background: linear-gradient(to bottom, transparent 70%, #EBFF00 70%);
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 991;
}
@media only screen and (max-width: 768px) {
  #header {
    height: 6rem;
  }
}
#header .header-wrapper {
  position: relative;
  padding: 0 0 0 3rem;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper {
    padding: 0.8rem 2rem 0.7rem 2rem;
  }
}
#header .header-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
#header .header-wrapper .header-logo {
  position: relative;
  white-space: nowrap;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  #header .header-wrapper .header-logo {
    float: left;
    padding-top: 2.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#header .header-wrapper .header-logo a {
  position: relative;
  display: block;
  width: 21.8rem;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-logo a {
    width: 10.9rem;
  }
}
#header .header-wrapper .header-logo a img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  margin: 0;
}
#header .header-wrapper .header-nav {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  #header .header-wrapper .header-nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
    max-width: calc(100% - 21.8rem);
  }
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-nav {
    display: none;
  }
}
#header .header-wrapper .header-nav .nav-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .header-wrapper .header-nav .nav-group > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#header .header-wrapper .header-nav .nav-group > li:not(:last-child) {
  margin-right: -3rem;
}
#header .header-wrapper .header-nav .nav-group .tel-btn {
  position: relative;
  width: 34.2rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F5F1F1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  color: #13C45D;
  text-align: center;
  text-decoration: none;
  border: none;
  border-bottom-left-radius: 3rem;
  padding: 0 3rem 0 0;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-group .tel-btn .inner {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-group .tel-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #E2E2E2;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
#header .header-wrapper .header-nav .nav-group .tel-btn .btn-label {
  position: relative;
  font: inherit;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .header-wrapper .header-nav .nav-group .tel-btn .btn-label svg {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.6rem;
  height: auto;
  margin: 0;
}
#header .header-wrapper .header-nav .nav-group .tel-btn .btn-label span {
  position: relative;
  font: inherit;
  color: inherit;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
#header .header-wrapper .header-nav .nav-group .tel-btn .btn-sub {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #272727;
  text-align: right;
  margin-top: 0.4rem;
  margin-right: -0.8rem;
}
#header .header-wrapper .header-nav .nav-group .tel-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#header .header-wrapper .header-nav .nav-group .contact-btn {
  position: relative;
  width: 16rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #13C45D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: none;
  border-bottom-left-radius: 3rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-group .contact-btn .inner {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-group .contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #008F3C;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
#header .header-wrapper .header-nav .nav-group .contact-btn svg {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3.2rem;
  height: auto;
  margin: 0 auto;
}
#header .header-wrapper .header-nav .nav-group .contact-btn span {
  position: relative;
  display: block;
  font: inherit;
  color: inherit;
  text-align: center;
  margin-top: 0.4rem;
}
#header .header-wrapper .header-nav .nav-group .contact-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#header .header-wrapper .header-nav .nav-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 1rem 3.4rem 1rem 0;
}
#header .header-wrapper .header-nav .nav-menu > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3.1rem 0 3rem;
}
#header .header-wrapper .header-nav .nav-menu > li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.9rem);
  right: 0;
  height: 2rem;
  width: 1px;
  background: #272727;
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: block;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 4rem;
  color: #272727;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 0;
  margin: 0;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link:hover, #header .header-wrapper .header-nav .nav-menu > li .menu-link.active {
  color: #13C45D;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down {
  position: relative;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .menu-link {
  position: relative;
  padding-right: 2.4rem;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .menu-link::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #D4E4E9;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content {
  position: absolute;
  top: 100%;
  left: -10rem;
  width: 80rem;
  background: #D9EBF0;
  padding: 2.4rem 2.4rem 2.4rem 16rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.6rem);
          transform: translateY(1.6rem);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-parent {
  position: absolute;
  top: calc(50% - 1.2rem);
  left: 4.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #998968;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-parent:hover {
  color: #000000;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.6rem 15rem 1.6rem minmax(0, 1fr) 1.6rem 10rem;
  grid-template-columns: minmax(0, 1fr) 15rem minmax(0, 1fr) 10rem;
  -ms-grid-rows: minmax(0, 1fr) 1.2rem minmax(0, 1fr) 1.2rem minmax(0, 1fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  grid-auto-flow: column;
  gap: 1.2rem 1.6rem;
  padding-left: 4.8rem;
  border-left: 1px solid #AE9F80;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu > *:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu > li {
  position: relative;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu > li a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #000000;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down .drop-down-content .drop-down-menu > li a:hover {
  color: #13C45D;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down:hover .menu-link {
  color: #13C45D;
}
#header .header-wrapper .header-nav .nav-menu > li.drop-down:hover .drop-down-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#header.header-scrolled {
  -webkit-filter: drop-shadow(0rem 0.6rem 3rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0rem 0.6rem 3rem rgba(0, 0, 0, 0.16));
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  padding: 1.8rem 1.6rem;
  background: #13C45D;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 999;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-block;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: calc(50% - 1px);
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active .toggle-icon span {
  background: #FFFFFF;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(1.1rem) rotate(-45deg);
          transform: translateY(1.1rem) rotate(-45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  -webkit-transform: translateY(-1.1rem) rotate(45deg);
          transform: translateY(-1.1rem) rotate(45deg);
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  right: -100%;
  width: 80%;
  max-width: 50rem;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #13C45D;
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 6rem 2rem 2rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
  display: block;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#mobile-nav .mobile-nav-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.5rem 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down > a::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: calc(50% - 1.2rem);
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
#mobile-nav .mobile-nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}
#mobile-nav .mobile-nav-menu .drop-down li {
  padding-left: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#mobile-nav .mobile-nav-menu .drop-down li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #FFFFFF;
  padding: 1.5rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down.active > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#mobile-nav .mobile-nav-action {
  position: relative;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
#mobile-nav .mobile-nav-action > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#mobile-nav .mobile-nav-action .contact-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2rem 0.8rem;
  width: 18rem;
  max-width: 100%;
  height: 5.6rem;
  background: #FFFFFF;
  font-family: "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #13C45D;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  border-radius: 0.4rem;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
#mobile-nav .mobile-nav-action .contact-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
#mobile-nav .mobile-nav-action .contact-btn::after {
  content: "";
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  width: 2.1rem;
  height: 2.1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.087' height='21.333' viewBox='0 0 21.087 21.333'%3E%3Cpath id='Polygon_2' data-name='Polygon 2' d='M9.293.707a1,1,0,0,1,1.414,0l7.586,7.586A1,1,0,0,1,17.586,10H2.414a1,1,0,0,1-.707-1.707Z' transform='matrix(-0.695, 0.719, -0.719, -0.695, 21.087, 6.947)' fill='%2368afc1'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
#mobile-nav .mobile-nav-action .contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #13C45D;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
#mobile-nav .mobile-nav-action .contact-btn:hover {
  color: #FFFFFF;
}
#mobile-nav .mobile-nav-action .contact-btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.087' height='21.333' viewBox='0 0 21.087 21.333'%3E%3Cpath id='Polygon_2' data-name='Polygon 2' d='M9.293.707a1,1,0,0,1,1.414,0l7.586,7.586A1,1,0,0,1,17.586,10H2.414a1,1,0,0,1-.707-1.707Z' transform='matrix(-0.695, 0.719, -0.719, -0.695, 21.087, 6.947)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
#mobile-nav .mobile-nav-action .contact-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#mobile-nav .mobile-nav-action .instagram-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.6rem;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#mobile-nav .mobile-nav-action .instagram-btn > img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: none;
  margin: 0;
}
#mobile-nav .mobile-nav-action .instagram-btn:hover {
  opacity: 0.7;
}

.fixed-tel-btn {
  position: fixed;
  top: 0;
  right: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 1rem;
  width: 6rem;
  height: 6rem;
  background: #F5F1F1;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  border: none;
  z-index: 996;
}
@media print, screen and (min-width: 769px) {
  .fixed-tel-btn {
    display: none;
  }
}
.fixed-tel-btn svg {
  position: relative;
  display: block;
  width: 3rem;
  height: auto;
  z-index: 3;
}

#open-chatbot {
  position: fixed;
  bottom: 6rem;
  right: 6rem;
  display: block;
  padding: 0;
  width: 30rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  border: none;
  z-index: 996;
}
#open-chatbot img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: none;
  margin: 0;
  z-index: 3;
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  background: transparent;
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body.mobile-nav-active #mobile-nav {
  right: 0;
}

@media only screen and (max-width: 768px) {
  [data-aos=zoom-in] {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  [data-aos=fade-left] {
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
  }
  [data-aos=fade-right] {
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
}
#footer {
  position: relative;
  padding: 8rem 0 3rem;
  background: #F5F1F1;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 6rem 0 3rem;
  }
}
#footer .container {
  position: relative;
  z-index: 1;
}
#footer .footer-wrapper {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
#footer .footer-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer-wrapper .footer-logo {
  position: relative;
  display: block;
  max-width: 100%;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-logo {
    margin-bottom: 4rem;
  }
}
#footer .footer-wrapper .footer-logo .link {
  position: relative;
  display: block;
  width: 21.8rem;
  padding: 0;
  margin: 0 auto;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-logo .link {
    width: 16.35rem;
  }
}
#footer .footer-wrapper .footer-logo .link img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  margin: 0;
}
#footer .footer-wrapper .footer-nav {
  position: relative;
  display: block;
}
#footer .footer-wrapper .footer-nav .nav-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-nav .nav-menu {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
#footer .footer-wrapper .footer-nav .nav-menu > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3.1rem 0 3rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-nav .nav-menu > li {
    padding: 0 2rem 0 1.9rem;
  }
}
#footer .footer-wrapper .footer-nav .nav-menu > li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.9rem);
  right: 0;
  height: 2rem;
  width: 1px;
  background: #272727;
  z-index: 0;
}
#footer .footer-wrapper .footer-nav .nav-menu .menu-link {
  position: relative;
  display: block;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 4rem;
  color: #272727;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-nav .nav-menu .menu-link {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#footer .footer-wrapper .footer-nav .nav-menu .menu-link:hover {
  color: #13C45D;
}
#footer .footer-wrapper .footer-info {
  position: relative;
  margin-top: 5rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: #3C3C3C;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-info {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
#footer .footer-wrapper .footer-info .lead {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
  text-align: center;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-info .lead {
    font-size: 2rem;
    margin-bottom: 0.6rem;
  }
}
#footer .footer-wrapper .footer-info .desc {
  position: relative;
}
#footer .footer-copy {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #3C3C3C;
  text-align: center;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-copy {
    margin-top: 7rem;
    font-size: 1.4rem;
  }
}

.mainvisual-section {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .mainvisual-section {
    padding-top: 6rem;
  }
}
.mainvisual-section .mainvisual-main-wrapper {
  position: relative;
  width: 100%;
  padding: 0 0 0 clamp(2rem, 50% - 70rem, 50%);
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .mainvisual-section .mainvisual-main-wrapper {
    padding: 0;
    z-index: 2;
  }
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  bottom: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-bg {
    width: 100%;
  }
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-bg img {
    position: relative;
    z-index: 0;
  }
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
  }
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-layer {
    width: 70rem;
    max-width: 100%;
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-layer {
    padding: 6rem 2rem 7rem;
  }
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .title {
  position: relative;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 6.2rem;
  letter-spacing: 0.1em;
  color: #272727;
  text-align: left;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .title {
    font-size: 3.2rem;
    line-height: 4.4rem;
    letter-spacing: 0;
    text-shadow: 0 0 1.2rem rgba(255, 255, 255, 0.8);
    margin-right: -2rem;
    margin-bottom: 3.2rem;
  }
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .title .bg {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #FEF666), color-stop(95%, #FEF666), color-stop(95%, transparent));
  background: linear-gradient(to bottom, transparent 10%, #FEF666 10%, #FEF666 95%, transparent 95%);
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .price {
  position: relative;
  padding: 0 3.6rem 1.6rem 0;
}
@media print, screen and (min-width: 769px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .price {
    padding: 0 0 1.3rem 0;
    text-shadow: 0 0 1.2rem rgba(255, 255, 255, 0.8);
  }
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .price .price-label {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #272727;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .price .price-label {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
  }
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .price .price-txt {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  line-height: 6rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .price .price-txt {
    font-size: 3rem;
    line-height: 4.2rem;
  }
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .price .price-txt b {
  position: relative;
  display: inline-block;
  font-size: 6rem;
  font-weight: 900;
  line-height: 6.8rem;
  color: #13C45D;
  vertical-align: text-bottom;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 768px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .price .price-txt b {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .price .price-txt span {
  color: #13C45D;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .price::before {
  content: "";
  position: absolute;
  left: clamp(-50vw, 70rem - 50vw, 0rem);
  bottom: 0;
  right: 9.6rem;
  height: 0.3rem;
  background: #13C45D;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .price::before {
    left: -2rem;
  }
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .price::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 9.7rem;
  height: 7.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='97' height='72' viewBox='0 0 97 72'%3E%3Cpath id='Union_1' data-name='Union 1' d='M55.062,72H0V69H55.141a32.326,32.326,0,0,0,7.047-.754,26.33,26.33,0,0,0,12.727-6.363c3.915-3.784,6.106-8.962,6.531-15.413H80.361V40.331h5.317V46.47H84.45C84.01,53.786,81.5,59.7,76.979,64.058a25.812,25.812,0,0,1-7.163,4.827,33.608,33.608,0,0,1-7.1,2.316,36.288,36.288,0,0,1-7.231.8C55.269,72,55.124,72,55.062,72ZM78.67,38.593a2.344,2.344,0,0,1-2.345-2.344v-2.7A12.391,12.391,0,0,1,69.04,22.265V17.094H97v5.171a12.391,12.391,0,0,1-7.286,11.289v2.7a2.343,2.343,0,0,1-2.344,2.344ZM69.04,15.2V11.027h5.12v-9.8A1.228,1.228,0,0,1,75.387,0H77.35a1.228,1.228,0,0,1,1.228,1.229v9.8h8.885v-9.8A1.228,1.228,0,0,1,88.69,0h1.963A1.228,1.228,0,0,1,91.88,1.229v9.8H97V15.2Z' fill='%2313c45d'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action {
  position: relative;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action {
    margin-top: 3.2rem;
  }
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action .action-label {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #272727;
  text-align: center;
  padding: 0 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action .action-label {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: -0.025em;
    text-shadow: 0 0 1.2rem rgba(255, 255, 255, 0.8);
    padding: 0 2.7rem;
    margin-bottom: 1.6rem;
  }
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action .action-label::before {
  content: "";
  position: absolute;
  top: calc(50% - 2.7rem);
  left: 0;
  width: 2.5rem;
  height: 5.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='55' viewBox='0 0 25 55'%3E%3Cpath id='Line_68' data-name='Line 68' d='M23.637,54.8-.457.2.449-.2,24.543,54.39Z' transform='translate(0.457 0.203)' fill='%23272727'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action .action-label::before {
    top: calc(50% - 2.5rem);
    left: 0;
  }
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action .action-label::after {
  content: "";
  position: absolute;
  top: calc(50% - 2.7rem);
  right: 0;
  width: 2.5rem;
  height: 5.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='55' viewBox='0 0 25 55'%3E%3Cpath id='Line_68' data-name='Line 68' d='M.449,54.8,24.543.2,23.637-.2-.457,54.39Z' transform='translate(0.457 0.203)' fill='%23272727'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action .action-label::after {
    top: calc(50% - 2.5rem);
    right: 0;
  }
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action .action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4rem 3rem 0.6rem 1rem;
  width: 47.4rem;
  max-width: 100%;
  height: 7rem;
  background: #13C45D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 3rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action .action-btn {
    font-size: 1.6rem;
    letter-spacing: -0.025em;
    width: 100%;
    height: 6rem;
    border-radius: 2.5rem;
  }
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action .action-btn span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action .action-btn svg {
  position: absolute;
  top: calc(50% - 0.96rem);
  right: 2rem;
  display: block;
  width: 2.4rem;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action .action-btn svg {
    top: calc(50% - 0.8rem);
    right: 1.6rem;
    width: 2rem;
  }
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action .action-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action .action-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #008F3C;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action .action-btn:hover {
  color: #FFFFFF;
}
.mainvisual-section .mainvisual-main-wrapper .mainvisual-layer .action .action-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.top-news-section {
  position: relative;
  padding: 9rem 0 9rem;
  background: #F5F1F1;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-news-section {
    padding: 7rem 0 7rem;
  }
}
.top-news-section .container {
  position: relative;
  z-index: 1;
}
.top-news-section .section-wrapper {
  position: relative;
  padding: 5rem 4.5rem 6rem;
  background: #FFFFFF;
  border-radius: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-wrapper {
    padding: 5rem 2rem 6rem;
    border-radius: 2rem;
  }
}
.top-news-section .section-title {
  position: relative;
  margin-bottom: 5rem;
}
.top-news-section .section-content {
  position: relative;
}
.top-news-section .section-content .news-list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-news-section .section-content .news-list > li {
  position: relative;
  display: block;
}
.top-news-section .section-content .news-list > li:not(:last-child) {
  padding-bottom: 3rem;
  border-bottom: 1px dashed #3C3C3C;
  margin-bottom: 3rem;
}
.top-news-section .section-content .news-list .news-item {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .top-news-section .section-content .news-list .news-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 11.2rem minmax(0rem, 1fr);
    grid-template-columns: 11.2rem minmax(0rem, 1fr);
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-content .news-list .news-item {
    padding-right: 5rem;
  }
}
.top-news-section .section-content .news-list .news-item .time {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  color: #272727;
  text-align: left;
}
.top-news-section .section-content .news-list .news-item .title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  color: #272727;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .top-news-section .section-content .news-list .news-item .title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-content .news-list .news-item .title {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.top-news-section .section-content .news-list .news-item .title a {
  color: inherit;
  text-decoration: none;
}
.top-news-section .section-content .news-list .news-item .title a:hover {
  text-decoration: underline;
}
.top-news-section .section-content .news-list .news-item .action {
  position: absolute;
  top: calc(50% - 2rem);
  right: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #13C45D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-content .news-list .news-item .action {
    width: 3.6rem;
    height: 3.6rem;
    top: calc(50% - 1.8rem);
  }
}
.top-news-section .section-content .news-list .news-item .action svg {
  position: relative;
  display: block;
  width: 2rem;
  height: auto;
  z-index: 3;
}
.top-news-section .section-content .news-list .news-item .action svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.top-news-section .section-content .news-list .news-item .action::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #008F3C;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.top-news-section .section-content .news-list .news-item .action:hover {
  color: #FFFFFF;
}
.top-news-section .section-content .news-list .news-item .action:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.top-news-section .section-action {
  position: relative;
  text-align: center;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-action {
    margin-top: 5rem;
  }
}
.top-news-section .section-action .detail-btn {
  position: relative;
  margin: 0 auto;
}

.top-about-section {
  position: relative;
  padding: 8rem 0 9rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-about-section {
    padding: 6rem 0 7rem;
  }
}
.top-about-section .container {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .container {
    max-width: 100%;
    padding: 0;
  }
}
.top-about-section .section-title {
  position: relative;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-title {
    margin-bottom: 5rem;
  }
}
.top-about-section .section-wrapper {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper {
    padding: 0 clamp(2rem, 50% - 50rem, 50%) 0 0;
  }
}
.top-about-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-about-section .section-wrapper .about-image {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper .about-image {
    width: calc(100% - 58.2rem);
    float: left;
    height: 62rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .about-image {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.top-about-section .section-wrapper .about-info {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper .about-info {
    width: 50.4rem;
    max-width: 100%;
    float: right;
  }
}
.top-about-section .section-wrapper .about-info .lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper .about-info .lead {
    margin-top: -1rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .about-info .lead {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-right: -2rem;
    margin-bottom: 3rem;
  }
}
.top-about-section .section-wrapper .about-info .desc {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .about-info .desc {
    font-size: 1.6rem;
  }
}
.top-about-section .section-wrapper .about-info .action {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .about-info .action {
    margin-top: 5rem;
  }
}
.top-about-section .section-wrapper .about-info .action .link-btn {
  margin: 0 auto;
}

.top-worries-section {
  position: relative;
  padding: 9rem 0 28.6rem;
  background-image: url(../image/worries-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-worries-section {
    padding: 6rem 0 10rem;
  }
}
.top-worries-section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 34.5rem;
  background-image: url(../image/worries-bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .top-worries-section::before {
    height: 15rem;
  }
}
.top-worries-section .container {
  position: relative;
  z-index: 1;
}
.top-worries-section .section-lead {
  position: relative;
  font-size: 5rem;
  font-weight: 700;
  line-height: 7.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .top-worries-section .section-lead {
    font-size: 3rem;
    line-height: 4.5rem;
    letter-spacing: 0;
    margin-bottom: 5rem;
  }
}
.top-worries-section .section-lead b {
  font-size: 7rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .top-worries-section .section-lead b {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.top-worries-section .section-content {
  position: relative;
}
.top-worries-section .section-content .worries-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 1.8rem minmax(0rem, 1fr) 1.8rem minmax(0rem, 1fr);
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
  gap: 3.2rem 1.8rem;
}
@media only screen and (max-width: 768px) {
  .top-worries-section .section-content .worries-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 3rem 1.6rem;
  }
}
.top-worries-section .section-content .worries-list > li {
  position: relative;
}
.top-worries-section .section-content .worries-list .worries-card {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 3.6rem 2rem 4.8rem;
}
@media only screen and (max-width: 768px) {
  .top-worries-section .section-content .worries-list .worries-card {
    padding: 3rem 2rem 3rem;
  }
}
.top-worries-section .section-content .worries-list .worries-card .content {
  position: relative;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #272727;
}
@media only screen and (max-width: 768px) {
  .top-worries-section .section-content .worries-list .worries-card .content {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

.top-features-section {
  position: relative;
  padding: 9rem 0 10rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-features-section {
    padding: 6rem 0 7rem;
  }
}
.top-features-section .container {
  position: relative;
  max-width: 100%;
  padding: 0;
  z-index: 1;
}
.top-features-section .section-wrapper {
  position: relative;
}
.top-features-section .section-head {
  position: relative;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .top-features-section .section-head {
    margin-bottom: 5rem;
  }
}
.top-features-section .section-head .sup {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3C3C3C;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top-features-section .section-head .sup {
    font-size: 2.4rem;
  }
}
.top-features-section .section-head .lead {
  position: relative;
  font-size: 9.5rem;
  font-weight: 700;
  line-height: 1;
  color: #13C45D;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0 10rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top-features-section .section-head .lead {
    font-size: 4rem;
    line-height: 5.6rem;
    padding: 0 6.6rem;
  }
}
.top-features-section .section-head .lead::before, .top-features-section .section-head .lead::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  width: 7.4rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74' height='18' viewBox='0 0 74 18'%3E%3Cg id='Group_299' data-name='Group 299' transform='translate(-496.265 -3377.543)'%3E%3Crect id='Rectangle_235' data-name='Rectangle 235' width='18.418' height='18' transform='translate(496.265 3377.543)' fill='%23fef666'/%3E%3Crect id='Rectangle_236' data-name='Rectangle 236' width='18.418' height='18' transform='translate(524.056 3377.543)' fill='%23ba8e71'/%3E%3Crect id='Rectangle_237' data-name='Rectangle 237' width='18.418' height='18' transform='translate(551.847 3377.543)' fill='%235bd1e5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-features-section .section-head .lead::before, .top-features-section .section-head .lead::after {
    top: calc(50% - 0.5rem);
    width: 4.8rem;
    height: 1.2rem;
  }
}
.top-features-section .section-head .lead::before {
  left: 0;
}
.top-features-section .section-head .lead::after {
  right: 0;
}
.top-features-section .section-content {
  position: relative;
}
.top-features-section .section-content .features-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 0 minmax(0rem, 1fr) 0 minmax(0rem, 1fr);
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: features-item;
}
@media only screen and (max-width: 768px) {
  .top-features-section .section-content .features-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 4rem 1.6rem;
  }
}
.top-features-section .section-content .features-list > li {
  position: relative;
  z-index: 0;
  counter-increment: features-item;
}
.top-features-section .section-content .features-list .features-item {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 0;
}
.top-features-section .section-content .features-list .features-item .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.top-features-section .section-content .features-list .features-item .thumb img {
  position: relative;
  z-index: 0;
}
.top-features-section .section-content .features-list .features-item .thumb::before {
  content: "0" counter(features-item);
  position: absolute;
  bottom: 0.6rem;
  right: 3rem;
  font-size: 16rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .top-features-section .section-content .features-list .features-item .thumb::before {
    bottom: 0.6rem;
    right: 2rem;
    font-size: 12rem;
  }
}
.top-features-section .section-content .features-list .features-item .content {
  position: relative;
  display: block;
  padding: 4rem 5rem 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .top-features-section .section-content .features-list .features-item .content {
    padding: 3rem 2rem 0;
    font-size: 1.6rem;
  }
}
.top-features-section .section-content .features-list .features-item .content .title {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 5.2rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .top-features-section .section-content .features-list .features-item .content .title {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.top-features-section .section-content .features-list .features-item .content .desc {
  position: relative;
}

.top-services-section {
  position: relative;
  padding: 9rem 0 10rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.18%, #13c45d), to(#13c4a3));
  background: linear-gradient(to right, #13c45d 0.18%, #13c4a3 100%);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-services-section {
    padding: 6rem 0 7rem;
  }
}
.top-services-section .container {
  position: relative;
  max-width: 134rem;
  z-index: 1;
}
.top-services-section .section-wrapper {
  position: relative;
}
.top-services-section .section-title {
  position: relative;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .top-services-section .section-title {
    margin-bottom: 5rem;
  }
}
.top-services-section .section-title .en, .top-services-section .section-title .jp {
  color: #FFFFFF;
}
.top-services-section .section-content {
  position: relative;
}
.top-services-section .section-content .services-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 6rem minmax(0, 1fr) 6rem minmax(0, 1fr) 6rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .top-services-section .section-content .services-list {
    -ms-grid-columns: minmax(0, 1fr) 1.6rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.6rem;
  }
}
.top-services-section .section-content .services-list > li {
  position: relative;
}
.top-services-section .section-content .services-list .service-index {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 5rem 2rem 5rem;
  background: #FFFFFF;
  border-radius: 3rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .top-services-section .section-content .services-list .service-index {
    padding: 3rem 2rem 3rem;
    border-radius: 3rem;
  }
}
.top-services-section .section-content .services-list .service-index .icon {
  position: relative;
  display: block;
  width: 11rem;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top-services-section .section-content .services-list .service-index .icon {
    width: 7.2rem;
  }
}
.top-services-section .section-content .services-list .service-index .label {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #13C45D;
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-services-section .section-content .services-list .service-index .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 2rem;
    line-height: 1.5;
    min-height: 5rem;
    margin-top: 2rem;
  }
}
.top-services-section .section-action {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .top-services-section .section-action {
    margin-top: 6rem;
  }
}
.top-services-section .section-action .link-btn {
  position: relative;
  margin: 0 auto;
}

.top-staff-section {
  position: relative;
  padding: 9rem 0 10rem;
  background: #F5F1F1;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-staff-section {
    padding: 6rem 0 7rem;
  }
}
.top-staff-section .container {
  position: relative;
  max-width: 152rem;
  z-index: 1;
}
.top-staff-section .section-wrapper {
  position: relative;
}
.top-staff-section .section-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-staff-section .section-title {
    margin-bottom: 3.6rem;
  }
}
.top-staff-section .section-lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .top-staff-section .section-lead {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 6rem;
  }
}
.top-staff-section .section-content {
  position: relative;
}
.top-staff-section .section-content .staff-list-swiper {
  position: relative;
  padding: 0 9rem;
}
@media only screen and (max-width: 768px) {
  .top-staff-section .section-content .staff-list-swiper {
    padding: 0 6rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .top-staff-section .section-content .staff-list-swiper::before, .top-staff-section .section-content .staff-list-swiper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 8.9rem;
    background: #F5F1F1;
    bottom: 0;
    z-index: 1;
  }
  .top-staff-section .section-content .staff-list-swiper::before {
    left: 0;
  }
  .top-staff-section .section-content .staff-list-swiper::after {
    right: 0;
  }
}
.top-staff-section .section-content .staff-list-swiper .swiper-wrapper {
  position: relative;
  z-index: 0;
}
.top-staff-section .section-content .staff-list-swiper .swiper-slide {
  position: relative;
  height: auto;
}
.top-staff-section .section-content .staff-list-swiper .swiper-slide .staff-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-staff-section .section-content .staff-list-swiper .swiper-slide .staff-item .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 280/334;
  border-radius: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-staff-section .section-content .staff-list-swiper .swiper-slide .staff-item .thumb {
    border-radius: 2rem;
  }
}
.top-staff-section .section-content .staff-list-swiper .swiper-slide .staff-item .content {
  position: relative;
  margin-top: 4.2rem;
  background: #13C45D;
  padding: 2.4rem 1.6rem 2.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  border-radius: 3rem;
  min-height: 14.8rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-staff-section .section-content .staff-list-swiper .swiper-slide .staff-item .content {
    margin-top: 4.2rem;
    padding: 2rem 1.6rem 2.4rem;
    font-size: 1.8rem;
    border-radius: 2rem;
    min-height: 12.5rem;
  }
}
.top-staff-section .section-content .staff-list-swiper .swiper-slide .staff-item .content::before {
  content: "";
  position: absolute;
  left: calc(50% - 1.8rem);
  top: -2.2rem;
  width: 3.6rem;
  height: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='30' viewBox='0 0 36 30'%3E%3Cpath id='Path_214' data-name='Path 214' d='M309.572,6004.051h-36l18-30Z' transform='translate(-273.572 -5974.051)' fill='%2313c45d'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.top-staff-section .section-content .staff-list-swiper .swiper-button-prev,
.top-staff-section .section-content .staff-list-swiper .swiper-button-next {
  position: absolute;
  top: 13rem;
  width: 3.8rem;
  height: 7.4rem;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .top-staff-section .section-content .staff-list-swiper .swiper-button-prev,
  .top-staff-section .section-content .staff-list-swiper .swiper-button-next {
    top: 12rem;
    width: 2.8rem;
    height: 5.6rem;
  }
}
.top-staff-section .section-content .staff-list-swiper .swiper-button-prev::before, .top-staff-section .section-content .staff-list-swiper .swiper-button-prev::after,
.top-staff-section .section-content .staff-list-swiper .swiper-button-next::before,
.top-staff-section .section-content .staff-list-swiper .swiper-button-next::after {
  display: none;
}
.top-staff-section .section-content .staff-list-swiper .swiper-button-prev svg,
.top-staff-section .section-content .staff-list-swiper .swiper-button-next svg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.top-staff-section .section-content .staff-list-swiper .swiper-button-prev {
  left: 0;
}
@media only screen and (max-width: 768px) {
  .top-staff-section .section-content .staff-list-swiper .swiper-button-prev {
    left: 1.2rem;
  }
}
.top-staff-section .section-content .staff-list-swiper .swiper-button-next {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .top-staff-section .section-content .staff-list-swiper .swiper-button-next {
    right: 1.2rem;
  }
}

.top-gallery-section {
  position: relative;
  padding: 0;
  background: #F5F1F1;
  z-index: 0;
}
.top-gallery-section .container {
  position: relative;
  max-width: 100%;
  padding: 0;
  z-index: 1;
}
.top-gallery-section .section-wrapper {
  position: relative;
}
.top-gallery-section .gallery-list-swiper {
  position: relative;
}
.top-gallery-section .gallery-list-swiper .swiper-wrapper {
  position: relative;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important;
  will-change: transform;
}
.top-gallery-section .gallery-list-swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27rem;
  aspect-ratio: 1/1;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-gallery-section .gallery-list-swiper .swiper-slide {
    width: 21.6rem;
  }
}
.top-gallery-section .gallery-list-swiper .swiper-slide img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.top-voice-section {
  position: relative;
  padding: 9rem 0 10rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-voice-section {
    padding: 6rem 0 7rem;
  }
}
.top-voice-section .container {
  position: relative;
  max-width: 100%;
  padding: 0;
  z-index: 1;
}
.top-voice-section .section-wrapper {
  position: relative;
}
.top-voice-section .section-wrapper .section-hint {
  position: absolute;
  top: -2rem;
  right: clamp(2rem, 50% - 64rem, 50%);
  width: 34.1rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-wrapper .section-hint {
    right: 1rem;
    width: 12rem;
  }
}
.top-voice-section .section-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-title {
    padding-right: 1rem;
    margin-bottom: 3.6rem;
  }
}
.top-voice-section .section-lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-lead {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 6rem;
  }
}
.top-voice-section .section-content {
  position: relative;
}
.top-voice-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.top-voice-section .section-content .voice-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 0 minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-content .voice-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3.6rem 1.6rem;
  }
}
.top-voice-section .section-content .voice-list .voice-block {
  position: relative;
}
.top-voice-section .section-content .voice-list .voice-block .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 800/356;
  min-height: 35.6rem;
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-content .voice-list .voice-block .thumb {
    aspect-ratio: 16/9;
    min-height: 25.6rem;
  }
}
.top-voice-section .section-content .voice-list .voice-block .content {
  position: relative;
  margin-top: 5rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-content .voice-list .voice-block .content {
    margin-top: 3rem;
    padding: 0 2rem;
    font-size: 1.6rem;
  }
}
.top-voice-section .section-content .voice-list .voice-block .content .label {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #13C45D;
  text-align: left;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-content .voice-list .voice-block .content .label {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}
.top-voice-section .section-content .voice-list .voice-block .content .desc {
  position: relative;
}
.top-voice-section .section-content .voice-list > li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-voice-section .section-content .voice-list > li:nth-child(odd) .voice-block .content {
    padding: 0 3rem 0 clamp(2rem, 50vw - 50rem - 8px, 50vw);
  }
  .top-voice-section .section-content .voice-list > li:nth-child(even) .voice-block .content {
    padding: 0 clamp(2rem, 50vw - 50rem - 8px, 50vw) 0 3rem;
  }
}
.top-voice-section .section-action {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-action {
    margin-top: 6rem;
  }
}
.top-voice-section .section-action .link-btn {
  position: relative;
  width: 36rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-action .link-btn {
    width: 32.8rem;
  }
}

.top-flow-section {
  position: relative;
  padding: 9rem 0 10rem;
  background: -webkit-gradient(linear, left top, right top, from(#13C45D), to(#13C4A3));
  background: linear-gradient(90deg, #13C45D 0%, #13C4A3 100%);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-flow-section {
    padding: 6rem 0 7rem;
  }
}
.top-flow-section .container {
  position: relative;
  z-index: 1;
}
.top-flow-section .section-wrapper {
  position: relative;
}
.top-flow-section .section-title {
  position: relative;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .top-flow-section .section-title {
    margin-bottom: 6rem;
  }
}
.top-flow-section .section-title .en, .top-flow-section .section-title .jp {
  color: #FFFFFF;
}
.top-flow-section .section-content {
  position: relative;
}
.top-flow-section .section-content .flow-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.top-flow-section .section-content .flow-list > li {
  position: relative;
}
.top-flow-section .section-content .flow-list > li:not(:last-child) {
  margin-bottom: 3rem;
}
.top-flow-section .section-content .flow-list .flow-card {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10rem minmax(0rem, 1fr);
  grid-template-columns: 10rem minmax(0rem, 1fr);
  width: 100%;
  padding: 4rem 4rem;
  background: #FFFFFF;
  border-radius: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-flow-section .section-content .flow-list .flow-card {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 2rem;
    padding: 3rem 2rem;
    border-radius: 2rem;
  }
}
.top-flow-section .section-content .flow-list .flow-card .count {
  position: relative;
}
.top-flow-section .section-content .flow-list .flow-card .count small {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #13C45D;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top-flow-section .section-content .flow-list .flow-card .count small {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.top-flow-section .section-content .flow-list .flow-card .count strong {
  position: relative;
  display: block;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  color: #ADEAC6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top-flow-section .section-content .flow-list .flow-card .count strong {
    font-size: 6rem;
  }
}
.top-flow-section .section-content .flow-list .flow-card .count strong em {
  display: inline;
  font: inherit;
  color: #13C45D;
}
.top-flow-section .section-content .flow-list .flow-card .content {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .top-flow-section .section-content .flow-list .flow-card .content {
    font-size: 1.6rem;
  }
}
.top-flow-section .section-content .flow-list .flow-card .content .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #13C45D;
  text-align: left;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .top-flow-section .section-content .flow-list .flow-card .content .title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1.2rem;
  }
}
.top-flow-section .section-content .flow-list .flow-card .content .desc {
  position: relative;
}

.common-banner-section {
  position: relative;
  padding: 8rem 0 9rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .common-banner-section {
    padding: 6rem 0 38rem;
  }
}
.common-banner-section .container {
  position: relative;
  z-index: 1;
}
.common-banner-section .section-wrapper {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .common-banner-section .section-wrapper {
    padding-right: 1rem;
  }
}
.common-banner-section .section-head {
  position: relative;
  margin-bottom: 3rem;
}
.common-banner-section .section-head .lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  color: #3C3C3C;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-head .lead {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
.common-banner-section .section-head .sub {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-head .sub {
    font-size: 1.6rem;
  }
}
.common-banner-section .section-content {
  position: relative;
}
.common-banner-section .section-content .info-tel {
  position: relative;
}
.common-banner-section .section-content .info-tel .tel-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  color: #3C3C3C;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-content .info-tel .tel-link {
    font-size: 4rem;
    line-height: 1;
  }
}
.common-banner-section .section-content .info-tel .tel-link svg {
  position: relative;
  display: block;
  width: 4.4rem;
  height: auto;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-content .info-tel .tel-link svg {
    width: 3.6rem;
  }
}
.common-banner-section .section-content .info-tel .tel-link span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: inherit;
  color: inherit;
  text-align: center;
  margin: 0;
}
.common-banner-section .section-content .info-tel .tel-help {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
  color: #3C3C3C;
  margin-top: 0.8rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-content .info-tel .tel-help {
    margin-top: 0.6rem;
  }
}
.common-banner-section .section-content .info-action {
  position: relative;
  margin-top: 3rem;
}
.common-banner-section .section-content .info-action .action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4rem 3rem 0.6rem 1rem;
  width: 47.4rem;
  max-width: 100%;
  height: 7rem;
  background: #13C45D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 3rem;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-content .info-action .action-btn {
    font-size: 1.6rem;
    letter-spacing: -0.025em;
    width: 100%;
    height: 6rem;
    border-radius: 2.5rem;
  }
}
.common-banner-section .section-content .info-action .action-btn span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.common-banner-section .section-content .info-action .action-btn svg {
  position: absolute;
  top: calc(50% - 0.96rem);
  right: 2rem;
  display: block;
  width: 2.4rem;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-content .info-action .action-btn svg {
    top: calc(50% - 0.8rem);
    right: 1.6rem;
    width: 2rem;
  }
}
.common-banner-section .section-content .info-action .action-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.common-banner-section .section-content .info-action .action-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #008F3C;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.common-banner-section .section-content .info-action .action-btn:hover {
  color: #FFFFFF;
}
.common-banner-section .section-content .info-action .action-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.common-banner-section .section-image {
  position: absolute;
  right: clamp(0rem, 50% - 63rem, 50%);
  bottom: 0;
  width: 35rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-image {
    right: unset;
    left: calc(50% - 12.8rem);
    width: 25.6rem;
    height: 35rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}

.top-blog-section {
  position: relative;
  padding: 13rem 0 15rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-blog-section {
    padding: 14rem 0 16rem;
  }
}
.top-blog-section .container {
  position: relative;
  z-index: 1;
}
.top-blog-section .section-wrapper {
  position: relative;
}
.top-blog-section .section-title {
  position: relative;
  margin-bottom: 10rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-title {
    margin-bottom: 14rem;
  }
}
.top-blog-section .section-title .en, .top-blog-section .section-title .jp {
  position: relative;
  z-index: 1;
}
.top-blog-section .section-title .jp {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-title .jp {
    margin-top: 3rem;
  }
}
.top-blog-section .section-title::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: calc(50% - 24rem);
  width: 68.8rem;
  height: 7.2rem;
  background-image: url(../image/blog-title-effect.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-title::before {
    width: 111.6rem;
    height: 11.6rem;
    left: calc(50% - 40.8rem);
    bottom: -3.6rem;
  }
}
.top-blog-section .section-content {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-content {
    padding: 0 4rem;
  }
}
.top-blog-section .section-content .blog-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 4.1rem minmax(0, 1fr) 4.1rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem 4.1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-content .blog-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8rem 2rem;
  }
}
.top-blog-section .section-content .blog-list > li {
  position: relative;
}
.top-blog-section .section-content .blog-list .blog-item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 0;
}
.top-blog-section .section-content .blog-list .blog-item .thumb {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  aspect-ratio: 34/22;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
.top-blog-section .section-content .blog-list .blog-item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
  margin: 0;
  z-index: 0;
}
.top-blog-section .section-content .blog-list .blog-item .thumb:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.top-blog-section .section-content .blog-list .blog-item .content {
  position: relative;
  display: block;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-content .blog-list .blog-item .content {
    margin-top: 3rem;
  }
}
.top-blog-section .section-content .blog-list .blog-item .content .date {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #13C45D;
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-content .blog-list .blog-item .content .date {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 0.8rem;
  }
}
.top-blog-section .section-content .blog-list .blog-item .content .title {
  position: relative;
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  color: #272727;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .top-blog-section .section-content .blog-list .blog-item .content .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-content .blog-list .blog-item .content .title {
    font-size: 3rem;
    line-height: 4.8rem;
  }
}
.top-blog-section .section-content .blog-list .blog-item .content .title a {
  color: inherit;
  text-decoration: none;
}
.top-blog-section .section-content .blog-list .blog-item .content .title:hover a {
  text-decoration: underline;
}
.top-blog-section .section-content .blog-list .blog-item .action {
  position: relative;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-content .blog-list .blog-item .action {
    margin-top: 5rem;
  }
}
.top-blog-section .section-content .blog-list .blog-item .action .detail-btn {
  margin: 0 auto;
}
.top-blog-section .section-content .blog-action {
  position: relative;
  margin-top: 15rem;
}
@media only screen and (max-width: 768px) {
  .top-blog-section .section-content .blog-action {
    margin-top: 14rem;
  }
}
.top-blog-section .section-content .blog-action .link-btn {
  margin: 0 auto;
}

.page-index {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 0;
}
.page-index .page-index-bg {
  position: relative;
  width: 100%;
  height: 40rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-index .page-index-bg {
    height: 37.5rem;
  }
}
.page-index .page-index-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-index .container {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 3;
}
.page-index .title {
  position: relative;
}
.page-index .title .lead {
  position: relative;
  display: block;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 6.4rem;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .page-index .title .lead {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
  }
}
.page-index .title .sub {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-index .title .sub {
    font-size: 1.6rem;
    text-align: center;
  }
}
.page-index .title .sub .bg {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #FEF666), color-stop(95%, #FEF666), color-stop(95%, transparent));
  background: linear-gradient(to bottom, transparent 10%, #FEF666 10%, #FEF666 95%, transparent 95%);
}

.first-index {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 0;
}
.first-index .page-index-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .first-index .page-index-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
  }
  .first-index .page-index-bg img {
    position: relative;
    z-index: 0;
  }
}
.first-index .page-index-layer {
  position: relative;
  padding: 8rem 0 9rem;
}
@media only screen and (max-width: 768px) {
  .first-index .page-index-layer {
    padding: 6rem 0 7rem;
  }
}
.first-index .container {
  position: relative;
  max-width: 132rem;
  z-index: 3;
}
.first-index .title {
  position: relative;
  max-width: 100%;
}
.first-index .title .lead {
  position: relative;
  display: block;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 6.4rem;
  letter-spacing: 0.1em;
  color: #272727;
  text-shadow: 0 0 1.2rem rgba(255, 255, 255, 0.8);
  text-align: left;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .first-index .title .lead {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
  }
}
.first-index .title .sub {
  position: relative;
  display: block;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  color: #272727;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .first-index .title .sub {
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-shadow: 0 0 1.2rem rgba(255, 255, 255, 0.8);
    text-align: center;
  }
}
.first-index .title .sub .bg {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #FEF666), color-stop(95%, #FEF666), color-stop(95%, transparent));
  background: linear-gradient(to bottom, transparent 10%, #FEF666 10%, #FEF666 95%, transparent 95%);
}
.first-index .action {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .first-index .action {
    margin-top: 3.2rem;
  }
}
.first-index .action .action-label {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #272727;
  text-align: center;
  padding: 0 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .first-index .action .action-label {
    font-size: 2.2rem;
    line-height: 1.4;
    -webkit-filter: drop-shadow(0 0 1.2rem rgba(255, 255, 255, 0.8));
            filter: drop-shadow(0 0 1.2rem rgba(255, 255, 255, 0.8));
    padding: 0 4rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}
.first-index .action .action-label span {
  display: inline;
  color: #13C45D;
}
.first-index .action .action-label b {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 4rem;
  color: #13C45D;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 768px) {
  .first-index .action .action-label b {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
.first-index .action .action-label::before {
  content: "";
  position: absolute;
  top: calc(50% - 2.7rem);
  left: 0;
  width: 2.5rem;
  height: 5.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='55' viewBox='0 0 25 55'%3E%3Cpath id='Line_68' data-name='Line 68' d='M23.637,54.8-.457.2.449-.2,24.543,54.39Z' transform='translate(0.457 0.203)' fill='%23272727'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .first-index .action .action-label::before {
    top: calc(50% - 2.5rem);
    left: 0;
  }
}
.first-index .action .action-label::after {
  content: "";
  position: absolute;
  top: calc(50% - 2.7rem);
  right: 0;
  width: 2.5rem;
  height: 5.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='55' viewBox='0 0 25 55'%3E%3Cpath id='Line_68' data-name='Line 68' d='M.449,54.8,24.543.2,23.637-.2-.457,54.39Z' transform='translate(0.457 0.203)' fill='%23272727'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .first-index .action .action-label::after {
    top: calc(50% - 2.5rem);
    right: 0;
  }
}
.first-index .action .action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4rem 3rem 0.6rem 1rem;
  width: 47.4rem;
  max-width: 100%;
  height: 7rem;
  background: #13C45D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 3rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .first-index .action .action-btn {
    font-size: 1.6rem;
    letter-spacing: -0.025em;
    width: 100%;
    height: 6rem;
    border-radius: 2.5rem;
  }
}
.first-index .action .action-btn span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.first-index .action .action-btn svg {
  position: absolute;
  top: calc(50% - 0.96rem);
  right: 2rem;
  display: block;
  width: 2.4rem;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .first-index .action .action-btn svg {
    top: calc(50% - 0.8rem);
    right: 1.6rem;
    width: 2rem;
  }
}
.first-index .action .action-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.first-index .action .action-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #008F3C;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.first-index .action .action-btn:hover {
  color: #FFFFFF;
}
.first-index .action .action-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.page-breadcrumbs {
  position: relative;
  padding: 1.2rem 0;
  background: #FFFAF3;
}
.page-breadcrumbs .container {
  position: relative;
  z-index: 1;
}
.page-breadcrumbs ol {
  display: block;
  list-style: none;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #000000;
}
.page-breadcrumbs ol a {
  color: inherit;
}
.page-breadcrumbs ol a:hover {
  text-decoration: underline;
}
.page-breadcrumbs ol li {
  position: relative;
  display: inline;
}
.page-breadcrumbs ol li + li::before {
  content: "＞";
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.3rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page-breadcrumbs ol li + li::before {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-content-section {
  position: relative;
  padding: 10rem 0 10rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #272727;
  text-align: left;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-content-section {
    padding: 7rem 0 4rem;
    font-size: 1.6rem;
  }
}
.page-content-section .container {
  position: relative;
  z-index: 0;
}
.page-content-section .page-news-wrapper {
  position: relative;
}
.page-content-section .page-news-wrapper .news-list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-content-section .page-news-wrapper .news-list > li {
  position: relative;
  display: block;
}
.page-content-section .page-news-wrapper .news-list > li:not(:last-child) {
  padding-bottom: 3rem;
  border-bottom: 1px dashed #3C3C3C;
  margin-bottom: 3rem;
}
.page-content-section .page-news-wrapper .news-list .news-item {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .page-content-section .page-news-wrapper .news-list .news-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 11.2rem minmax(0rem, 1fr);
    grid-template-columns: 11.2rem minmax(0rem, 1fr);
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-news-wrapper .news-list .news-item {
    padding-right: 5rem;
  }
}
.page-content-section .page-news-wrapper .news-list .news-item .time {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  color: #272727;
  text-align: left;
}
.page-content-section .page-news-wrapper .news-list .news-item .title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  color: #272727;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .page-content-section .page-news-wrapper .news-list .news-item .title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-news-wrapper .news-list .news-item .title {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.page-content-section .page-news-wrapper .news-list .news-item .title a {
  color: inherit;
  text-decoration: none;
}
.page-content-section .page-news-wrapper .news-list .news-item .title a:hover {
  text-decoration: underline;
}
.page-content-section .page-news-wrapper .news-list .news-item .action {
  position: absolute;
  top: calc(50% - 2rem);
  right: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #13C45D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-news-wrapper .news-list .news-item .action {
    width: 3.6rem;
    height: 3.6rem;
    top: calc(50% - 1.8rem);
  }
}
.page-content-section .page-news-wrapper .news-list .news-item .action svg {
  position: relative;
  display: block;
  width: 2rem;
  height: auto;
  z-index: 3;
}
.page-content-section .page-news-wrapper .news-list .news-item .action svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.page-content-section .page-news-wrapper .news-list .news-item .action::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #008F3C;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.page-content-section .page-news-wrapper .news-list .news-item .action:hover {
  color: #FFFFFF;
}
.page-content-section .page-news-wrapper .news-list .news-item .action:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.page-content-section .page-news-wrapper .news-pagination:has(.wp-pagenavi) {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-news-wrapper .news-pagination:has(.wp-pagenavi) {
    margin-top: 6rem;
  }
}
.page-content-section .page-news-single-wrapper {
  position: relative;
}
.page-content-section .page-news-single-wrapper .single-time {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  color: #13C45D;
  text-align: left;
}
.page-content-section .page-news-single-wrapper .single-title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  color: #272727;
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-news-single-wrapper .single-title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 3rem;
  }
}
.page-content-section .page-news-single-wrapper .single-article {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.6rem;
  color: #272727;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-news-single-wrapper .single-article {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.page-content-section .page-news-single-wrapper .single-article::after {
  content: "";
  display: block;
  clear: both;
}
.page-content-section .page-news-single-wrapper .single-article h1, .page-content-section .page-news-single-wrapper .single-article h2 {
  position: relative;
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.8rem;
  color: #272727;
  text-align: left;
  margin-top: 8rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-news-single-wrapper .single-article h1, .page-content-section .page-news-single-wrapper .single-article h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    margin-top: 6rem;
  }
}
.page-content-section .page-news-single-wrapper .single-article h3 {
  position: relative;
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4.2rem;
  color: #272727;
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-news-single-wrapper .single-article h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.page-content-section .page-news-single-wrapper .single-article h4 {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.2rem;
  color: #272727;
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-news-single-wrapper .single-article h4 {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
}
.page-content-section .page-news-single-wrapper .single-article p {
  position: relative;
  margin-bottom: 3rem;
}
.page-content-section .page-news-single-wrapper .single-article a {
  position: relative;
  color: #13C45D;
  text-decoration: underline;
}
.page-content-section .page-news-single-wrapper .single-article strong {
  font-weight: 700;
}
.page-content-section .page-news-single-wrapper .single-article b {
  font-weight: 700;
}
.page-content-section .page-news-single-wrapper .single-article ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}
.page-content-section .page-news-single-wrapper .single-article ul > li {
  position: relative;
  padding-left: 2.4rem;
}
.page-content-section .page-news-single-wrapper .single-article ul > li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font: inherit;
  font-size: 1.2rem;
  color: #13C45D;
  z-index: 0;
}
.page-content-section .page-news-single-wrapper .single-article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 3.6rem auto;
}
.page-content-section .page-news-single-wrapper .single-article figure, .page-content-section .page-news-single-wrapper .single-article picture {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 3.6rem auto;
  z-index: 0;
}
.page-content-section .page-news-single-wrapper .single-article figure img, .page-content-section .page-news-single-wrapper .single-article picture img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
  border: none;
  z-index: 0;
}
.page-content-section .page-news-single-wrapper .single-article .underbg {
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFB8E));
  background: linear-gradient(to bottom, transparent 60%, #FFFB8E 60%);
}
.page-content-section .page-news-single-wrapper .single-action {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-news-single-wrapper .single-action {
    margin-top: 6rem;
  }
}
.page-content-section .page-news-single-wrapper .single-action .link-btn {
  margin: 0 auto;
}
.page-content-section .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .page-content-section .wp-pagenavi {
    gap: 1rem;
  }
}
.page-content-section .wp-pagenavi > span, .page-content-section .wp-pagenavi > a {
  position: relative;
  padding: 0.5rem 0.5rem;
  background: #DFDFDF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 3rem;
  text-align: center;
  color: #272727;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-content-section .wp-pagenavi > span, .page-content-section .wp-pagenavi > a {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
  }
}
.page-content-section .wp-pagenavi > span.current {
  background: #13C45D;
  color: #FFFFFF;
}
.page-content-section .wp-pagenavi > a:hover {
  background: #13C45D;
  color: #FFFFFF;
}
.page-content-section .wp-pagenavi > span.pages, .page-content-section .wp-pagenavi > a.last, .page-content-section .wp-pagenavi > a.first {
  display: none;
}
.page-content-section .page-content-wrapper {
  position: relative;
}
.page-content-section .page-content-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
@media print, screen and (min-width: 769px) {
  .page-content-section .page-content-wrapper {
    padding-bottom: 10rem;
  }
}
.page-content-section .page-content-wrapper .page-title {
  position: relative;
}
.page-content-section .page-content-wrapper .page-desc {
  position: relative;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-desc {
    margin-bottom: 12rem;
  }
}
.page-content-section .page-content-wrapper .page-content {
  position: relative;
}
.page-content-section .no-posts {
  position: relative;
  padding: 3rem 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem;
  color: #272727;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-content-section .no-posts {
    padding: 2.4rem 0;
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.page-content-section .not-found-wrapper {
  position: relative;
}
.page-content-section .not-found-wrapper .page-title {
  position: relative;
}
.page-content-section .not-found-wrapper .page-desc {
  position: relative;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .not-found-wrapper .page-desc {
    margin-bottom: 12rem;
  }
}
.page-content-section .not-found-wrapper .page-content {
  position: relative;
}
.page-content-section .not-found-wrapper .page-action {
  position: relative;
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .not-found-wrapper .page-action {
    margin-top: 12rem;
  }
}
.page-content-section .not-found-wrapper .page-action .link-btn {
  position: relative;
  margin: 0 auto;
}

.page-about-section {
  position: relative;
  padding: 13rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .page-about-section {
    padding: 14rem 0 16rem;
  }
}

.first-energy-section {
  position: relative;
  padding: 8rem 0 9rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .first-energy-section {
    padding: 6rem 0 7rem;
  }
}
.first-energy-section .container {
  position: relative;
  z-index: 1;
}
.first-energy-section .section-wrapper {
  position: relative;
}
.first-energy-section .section-lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .first-energy-section .section-lead {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 5rem;
  }
}
.first-energy-section .section-content {
  position: relative;
}
.first-energy-section .section-content .energy-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 5rem minmax(0rem, 1fr) 5rem minmax(0rem, 1fr);
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
  gap: 5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .first-energy-section .section-content .energy-list {
    -ms-grid-columns: (minmax(0rem, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
  }
}
.first-energy-section .section-content .energy-list > li {
  position: relative;
}
.first-energy-section .section-content .energy-list .energy-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.first-energy-section .section-content .energy-list .energy-item .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 300/234;
  border-radius: 3rem;
  margin-bottom: 3rem;
}
.first-energy-section .section-content .energy-list .energy-item .content {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #272727;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .first-energy-section .section-content .energy-list .energy-item .content {
    font-size: 1.6rem;
  }
}
.first-energy-section .section-content .energy-list .energy-item .content .title {
  position: relative;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .first-energy-section .section-content .energy-list .energy-item .content .title {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}
.first-energy-section .section-content .energy-list .energy-item .content .desc {
  position: relative;
}

.first-professional-section {
  position: relative;
  padding: 8rem 0 9rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(166, 196, 93, 0.16)), to(rgba(19, 196, 163, 0.16)));
  background: linear-gradient(90deg, rgba(166, 196, 93, 0.16), rgba(19, 196, 163, 0.16));
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .first-professional-section {
    padding: 6rem 0 7rem;
  }
}
.first-professional-section .container {
  position: relative;
  z-index: 1;
}
.first-professional-section .section-wrapper {
  position: relative;
}
.first-professional-section .section-lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .first-professional-section .section-lead {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 5rem;
  }
}
.first-professional-section .section-lead b {
  font-size: 5.5rem;
  font-weight: inherit;
}
@media only screen and (max-width: 768px) {
  .first-professional-section .section-lead b {
    font-size: 3.2rem;
  }
}
.first-professional-section .section-content {
  position: relative;
}
.first-professional-section .section-content .professional-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr);
  grid-template-columns: repeat(1, minmax(0rem, 1fr));
  gap: 6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.first-professional-section .section-content .professional-list > li {
  position: relative;
}
.first-professional-section .section-content .professional-list .professional-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30rem 5.4rem minmax(0rem, 1fr);
  grid-template-columns: 30rem minmax(0rem, 1fr);
  gap: 5.4rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .first-professional-section .section-content .professional-list .professional-item {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 6rem;
  }
}
.first-professional-section .section-content .professional-list .professional-item .item-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.6rem 1rem 3.2rem;
  background: #BA8E71;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
  border-radius: 3rem;
}
@media only screen and (max-width: 768px) {
  .first-professional-section .section-content .professional-list .professional-item .item-heading {
    padding: 3.6rem 1rem 3.2rem;
    font-size: 2.2rem;
    width: 26.4rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.first-professional-section .section-content .professional-list .professional-item .item-heading::before {
  content: "";
  position: absolute;
  top: calc(50% - 2.1rem);
  right: -3.8rem;
  width: 4.4rem;
  height: 4.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='42' viewBox='0 0 44 42'%3E%3Cpath id='Path_156' data-name='Path 156' d='M2546.733,2120.972v-42l44,21Z' transform='translate(-2546.733 -2078.972)' fill='%23ba8e71'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .first-professional-section .section-content .professional-list .professional-item .item-heading::before {
    top: auto;
    right: calc(50% - 2.1rem);
    bottom: -2.2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='24' viewBox='0 0 42 24'%3E%3Cpath id='Path_775' data-name='Path 775' d='M2546.733,2120.972v-42l24,21Z' transform='translate(2120.972 -2546.733) rotate(90)' fill='%23ba8e71'/%3E%3C/svg%3E%0A");
    width: 4.2rem;
    height: 2.4rem;
  }
}
.first-professional-section .section-content .professional-list .professional-item .item-content {
  position: relative;
  padding: 4.8rem 4rem 4rem;
  border: 0.6rem solid #13C45D;
  border-radius: 3rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #272727;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .first-professional-section .section-content .professional-list .professional-item .item-content {
    border-width: 0.5rem;
    padding: 4.8rem 2rem 3rem;
    font-size: 1.6rem;
  }
}
.first-professional-section .section-content .professional-list .professional-item .item-content .label {
  position: absolute;
  top: -2.8rem;
  left: calc(50% - 15rem);
  width: 30rem;
  background: #13C45D;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4rem;
  color: #FFFFFF;
  text-align: center;
  padding: 1rem 1rem;
  border-radius: 6rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .first-professional-section .section-content .professional-list .professional-item .item-content .label {
    top: -2.8rem;
    left: calc(50% - 12rem);
    font-size: 2rem;
    line-height: 1.5;
    width: 24rem;
  }
}
.first-professional-section .section-content .professional-list .professional-item .item-content .title {
  position: relative;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .first-professional-section .section-content .professional-list .professional-item .item-content .title {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
.first-professional-section .section-content .professional-list .professional-item .item-content .desc {
  position: relative;
}

.first-service-section {
  position: relative;
  padding: 8rem 0 9rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .first-service-section {
    padding: 6rem 0 7rem;
  }
}
.first-service-section .container {
  position: relative;
  z-index: 1;
}
.first-service-section .section-wrapper {
  position: relative;
}
.first-service-section .section-lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .first-service-section .section-lead {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 5rem;
  }
}
.first-service-section .section-content {
  position: relative;
}
.first-service-section .section-content .service-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 4.5rem minmax(0rem, 1fr) 4.5rem minmax(0rem, 1fr) 4.5rem minmax(0rem, 1fr);
  grid-template-columns: repeat(4, minmax(0rem, 1fr));
  gap: 4.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .first-service-section .section-content .service-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 5rem;
  }
}
.first-service-section .section-content .service-list > li {
  position: relative;
}
.first-service-section .section-content .service-list .service-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.first-service-section .section-content .service-list .service-item .icon {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20rem;
  border: 1px solid #13C45D;
  border-radius: 2.4rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .first-service-section .section-content .service-list .service-item .icon {
    width: 24rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.4rem;
  }
}
.first-service-section .section-content .service-list .service-item .icon img {
  display: block;
  width: 11rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  z-index: 0;
}
.first-service-section .section-content .service-list .service-item .content {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #272727;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .first-service-section .section-content .service-list .service-item .content {
    font-size: 1.6rem;
  }
}
.first-service-section .section-content .service-list .service-item .content .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #13C45D;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .first-service-section .section-content .service-list .service-item .content .title {
    font-size: 2.2rem;
  }
}
.first-service-section .section-content .service-list .service-item .content .desc {
  position: relative;
}
.first-service-section .section-content .service-hint {
  position: relative;
  padding: 3rem 4rem;
  background: #FEF666;
  border-radius: 3rem;
  margin-top: 4rem;
}
@media print, screen and (min-width: 769px) {
  .first-service-section .section-content .service-hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .first-service-section .section-content .service-hint {
    margin-top: 5rem;
    padding: 2.4rem 2rem;
  }
}
.first-service-section .section-content .service-hint .hint-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
@media print, screen and (min-width: 769px) {
  .first-service-section .section-content .service-hint .hint-heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 23rem;
  }
}
@media only screen and (max-width: 768px) {
  .first-service-section .section-content .service-hint .hint-heading {
    margin-bottom: 1.6rem;
  }
}
.first-service-section .section-content .service-hint .hint-heading .icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 6.8rem;
}
@media only screen and (max-width: 768px) {
  .first-service-section .section-content .service-hint .hint-heading .icon {
    width: 5.6rem;
  }
}
.first-service-section .section-content .service-hint .hint-heading .icon img {
  position: relative;
  width: 100%;
  height: auto;
}
.first-service-section .section-content .service-hint .hint-heading .label {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  color: #13C45D;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .first-service-section .section-content .service-hint .hint-heading .label {
    font-size: 2.2rem;
  }
}
.first-service-section .section-content .service-hint .hint-content {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  color: #272727;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .first-service-section .section-content .service-hint .hint-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 26rem);
  }
}
@media only screen and (max-width: 768px) {
  .first-service-section .section-content .service-hint .hint-content {
    font-size: 2rem;
  }
}
.first-service-section .section-content .service-hint .hint-content .desc {
  position: relative;
}

.first-faq-section {
  position: relative;
  padding: 8rem 0 9rem;
  background: #F5F1F1;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .first-faq-section {
    padding: 6rem 0 7rem;
  }
}
.first-faq-section .container {
  position: relative;
  z-index: 1;
}
.first-faq-section .section-wrapper {
  position: relative;
}
.first-faq-section .section-lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .first-faq-section .section-lead {
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
}
.first-faq-section .section-content {
  position: relative;
}
.first-faq-section .section-content .faq-list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.first-faq-section .section-content .faq-list > li {
  position: relative;
}
.first-faq-section .section-content .faq-list > li:not(:last-child) {
  padding-bottom: 3.6rem;
  border-bottom: 1px dashed #3C3C3C;
  margin-bottom: 3.6rem;
}
.first-faq-section .section-content .faq-list .faq-block {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.first-faq-section .section-content .faq-list .faq-block .question {
  position: relative;
  width: 100%;
  padding: 0.2rem 0 0.6rem 6.5rem;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  color: #13C45D;
  text-align: left;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .first-faq-section .section-content .faq-list .faq-block .question {
    font-size: 2.2rem;
    padding: 0 0 0 6rem;
  }
}
.first-faq-section .section-content .faq-list .faq-block .question::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  background: #13C45D;
  border: 0.5rem solid #13C45D;
  border-radius: 50%;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 3.6rem;
  color: #FFFFFF;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .first-faq-section .section-content .faq-list .faq-block .question::before {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 2.2rem;
    line-height: 3.4rem;
    border-width: 0.4rem;
  }
}
.first-faq-section .section-content .faq-list .faq-block .answer {
  position: relative;
  padding: 0 0 0 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #272727;
  text-align: left;
  min-height: 5rem;
}
@media only screen and (max-width: 768px) {
  .first-faq-section .section-content .faq-list .faq-block .answer {
    padding: 0 0 0 6rem;
    font-size: 1.6rem;
  }
}
.first-faq-section .section-content .faq-list .faq-block .answer .desc {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.first-faq-section .section-content .faq-list .faq-block .answer::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  background: transparent;
  border: 0.5rem solid #13C45D;
  border-radius: 50%;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 3.6rem;
  color: #13C45D;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .first-faq-section .section-content .faq-list .faq-block .answer::before {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 2.2rem;
    line-height: 3.4rem;
    border-width: 0.4rem;
  }
}

.service-attention-section {
  position: relative;
  padding: 8rem 0 9rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .service-attention-section {
    padding: 6rem 0 4rem;
  }
}
.service-attention-section .container {
  position: relative;
  z-index: 1;
}
.service-attention-section .section-wrapper {
  position: relative;
}
.service-attention-section .section-lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .service-attention-section .section-lead {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 4rem;
  }
}
.service-attention-section .section-lead b {
  display: inline-block;
  font-size: 6.6rem;
  line-height: 1;
  color: #13C45D;
}
@media only screen and (max-width: 768px) {
  .service-attention-section .section-lead b {
    font-size: 4.8rem;
  }
}
.service-attention-section .section-intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .service-attention-section .section-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 5rem;
  }
}
.service-attention-section .section-intro b {
  display: inline-block;
  font-size: 5.8rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .service-attention-section .section-intro b {
    font-size: 4rem;
  }
}
.service-attention-section .section-content {
  position: relative;
}
.service-attention-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.service-attention-section .section-content .attention-thumb {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .service-attention-section .section-content .attention-thumb {
    width: 58.6rem;
    max-width: 100%;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .service-attention-section .section-content .attention-thumb {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.service-attention-section .section-content .attention-content {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #272727;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .service-attention-section .section-content .attention-content {
    width: calc(100% - 64.6rem);
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .service-attention-section .section-content .attention-content {
    font-size: 1.6rem;
  }
}

.service-list-section {
  position: relative;
  padding: 8rem 0 9rem;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .service-list-section {
    padding: 6rem 0 7rem;
  }
}
.service-list-section .container {
  position: relative;
  z-index: 1;
}
.service-list-section .section-wrapper {
  position: relative;
}
.service-list-section .service-block {
  position: relative;
}
.service-list-section .service-block::after {
  content: "";
  display: block;
  clear: both;
}
.service-list-section .service-block .block-info {
  position: relative;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .service-list-section .service-block .block-info {
    width: 76rem;
    float: right;
  }
}
.service-list-section .service-block .block-info .info-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .service-list-section .service-block .block-info .info-heading {
    gap: 3.2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service-list-section .service-block .block-info .info-heading .count {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18.8rem;
  font-weight: 500;
  line-height: 18.6rem;
  color: #5BD1E5;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .service-list-section .service-block .block-info .info-heading .count {
    width: 100%;
    font-size: 12rem;
    line-height: 1;
  }
}
.service-list-section .service-block .block-info .info-heading .title {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .service-list-section .service-block .block-info .info-heading .title {
    width: 100%;
    padding-top: 3.6rem;
  }
}
.service-list-section .service-block .block-info .info-heading .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7.4rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74' height='18' viewBox='0 0 74 18'%3E%3Cg id='Group_123' data-name='Group 123' transform='translate(-4837.831 -1610.234)'%3E%3Crect id='Rectangle_80' data-name='Rectangle 80' width='18.418' height='18' transform='translate(4837.831 1610.234)' fill='%23fef666'/%3E%3Crect id='Rectangle_81' data-name='Rectangle 81' width='18.418' height='18' transform='translate(4865.622 1610.234)' fill='%23ba8e71'/%3E%3Crect id='Rectangle_82' data-name='Rectangle 82' width='18.418' height='18' transform='translate(4893.413 1610.234)' fill='%235bd1e5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .service-list-section .service-block .block-info .info-heading .title::before {
    width: 5.4rem;
    height: 1.4rem;
  }
}
.service-list-section .service-block .block-info .info-heading .title .lead {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #13C45D;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .service-list-section .service-block .block-info .info-heading .title .lead {
    font-size: 2.8rem;
  }
}
.service-list-section .service-block .block-info .info-heading .title .sub {
  position: relative;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 7.8rem;
  white-space: nowrap;
  margin-right: -5rem;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .service-list-section .service-block .block-info .info-heading .title .sub {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-top: 0.4rem;
    margin-right: -2rem;
  }
}
.service-list-section .service-block .block-info .info-heading .title .sub b {
  position: relative;
  display: inline-block;
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 9rem;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .service-list-section .service-block .block-info .info-heading .title .sub b {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.service-list-section .service-block .block-info .info-heading .title .sub span {
  position: relative;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 5.6rem;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .service-list-section .service-block .block-info .info-heading .title .sub span {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.service-list-section .service-block .block-info .info-content {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #272727;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .service-list-section .service-block .block-info .info-content {
    font-size: 1.6rem;
  }
}
.service-list-section .service-block .block-info .info-content .desc {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .service-list-section .service-block .block-info .info-content .desc {
    margin-bottom: 2.4rem;
  }
}
.service-list-section .service-block .block-info .info-content .hint {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #13C45D;
  text-align: left;
  margin-bottom: 1.6rem;
}
.service-list-section .service-block .block-info .info-content .list {
  position: relative;
  list-style: none;
  font: inherit;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.service-list-section .service-block .block-info .info-content .list > li {
  position: relative;
  padding-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .service-list-section .service-block .block-info .info-content .list > li {
    padding-left: 2.6rem;
  }
}
.service-list-section .service-block .block-info .info-content .list > li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0.2rem;
  color: #13C45D;
}
.service-list-section .service-block .block-thumb {
  position: relative;
  border-radius: 6rem;
}
@media print, screen and (min-width: 769px) {
  .service-list-section .service-block .block-thumb {
    width: 62rem;
    max-width: 100%;
    float: left;
    margin-left: -44rem;
  }
}
@media only screen and (max-width: 768px) {
  .service-list-section .service-block .block-thumb {
    width: 100%;
    margin-top: 3rem;
    border-radius: 3rem;
  }
}
.service-list-section .service-block + .service-block {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .service-list-section .service-block + .service-block {
    margin-top: 5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .service-list-section .service-block.reverse .block-info {
    float: left;
  }
  .service-list-section .service-block.reverse .block-thumb {
    float: right;
    margin-left: unset;
    margin-right: -44rem;
  }
}

.service-recommend-section {
  position: relative;
  width: 100%;
  background: #13C45D;
  padding: 0;
  z-index: 0;
}
.service-recommend-section .page-index-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .service-recommend-section .page-index-bg {
    display: none;
  }
}
.service-recommend-section .page-index-layer {
  position: relative;
  padding: 8rem 0 9rem;
}
@media only screen and (max-width: 768px) {
  .service-recommend-section .page-index-layer {
    padding: 6rem 0 7rem;
  }
}
.service-recommend-section .container {
  position: relative;
  max-width: 132rem;
  z-index: 3;
}
.service-recommend-section .title {
  position: relative;
  width: 62.4rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .service-recommend-section .title {
    width: 100%;
  }
}
.service-recommend-section .title .lead {
  position: relative;
  display: block;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  color: #FEF666;
  text-indent: -2rem;
  text-align: left;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .service-recommend-section .title .lead {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
  }
}
.service-recommend-section .title .sub {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #FFFFFF;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .service-recommend-section .title .sub {
    font-size: 1.6rem;
  }
}
.service-recommend-section .action {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .service-recommend-section .action {
    margin-top: 3.2rem;
  }
}
.service-recommend-section .action .action-label {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  padding: 0 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .service-recommend-section .action .action-label {
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 0 4rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}
.service-recommend-section .action .action-label span {
  display: inline;
  color: #FEF666;
}
.service-recommend-section .action .action-label b {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 4rem;
  color: #FEF666;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 768px) {
  .service-recommend-section .action .action-label b {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
.service-recommend-section .action .action-label::before {
  content: "";
  position: absolute;
  top: calc(50% - 2.7rem);
  left: 0;
  width: 2.5rem;
  height: 5.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='55' viewBox='0 0 25 55'%3E%3Cpath id='Line_68' data-name='Line 68' d='M23.637,54.8-.457.2.449-.2,24.543,54.39Z' transform='translate(0.457 0.203)' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .service-recommend-section .action .action-label::before {
    top: calc(50% - 2.5rem);
    left: 0;
  }
}
.service-recommend-section .action .action-label::after {
  content: "";
  position: absolute;
  top: calc(50% - 2.7rem);
  right: 0;
  width: 2.5rem;
  height: 5.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='55' viewBox='0 0 25 55'%3E%3Cpath id='Line_68' data-name='Line 68' d='M.449,54.8,24.543.2,23.637-.2-.457,54.39Z' transform='translate(0.457 0.203)' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .service-recommend-section .action .action-label::after {
    top: calc(50% - 2.5rem);
    right: 0;
  }
}
.service-recommend-section .action .action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4rem 3rem 0.6rem 1rem;
  width: 47.4rem;
  max-width: 100%;
  height: 7rem;
  background: #FEF666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
  color: #272727;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 3rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .service-recommend-section .action .action-btn {
    font-size: 1.6rem;
    letter-spacing: -0.025em;
    width: 100%;
    height: 6rem;
    border-radius: 2.5rem;
  }
}
.service-recommend-section .action .action-btn span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.service-recommend-section .action .action-btn svg {
  position: absolute;
  top: calc(50% - 0.96rem);
  right: 2rem;
  display: block;
  width: 2.4rem;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .service-recommend-section .action .action-btn svg {
    top: calc(50% - 0.8rem);
    right: 1.6rem;
    width: 2rem;
  }
}
.service-recommend-section .action .action-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.service-recommend-section .action .action-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #F9D800;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.service-recommend-section .action .action-btn:hover {
  color: #272727;
}
.service-recommend-section .action .action-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.works-intro-section {
  position: relative;
  padding: 10rem 0 9rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .works-intro-section {
    padding: 7rem 0 4rem;
  }
}
.works-intro-section .container {
  position: relative;
  z-index: 1;
}
.works-intro-section .section-wrapper {
  position: relative;
}
.works-intro-section .section-lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .works-intro-section .section-lead {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 4rem;
  }
}
.works-intro-section .section-lead b {
  display: inline-block;
  font-size: 6.6rem;
  line-height: 1;
  color: #13C45D;
}
@media only screen and (max-width: 768px) {
  .works-intro-section .section-lead b {
    font-size: 4.8rem;
  }
}
.works-intro-section .section-content {
  position: relative;
}
.works-intro-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.works-intro-section .section-content .intro-thumb {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .works-intro-section .section-content .intro-thumb {
    width: 50rem;
    max-width: 100%;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .works-intro-section .section-content .intro-thumb {
    width: 100%;
    margin-top: 3rem;
  }
}
.works-intro-section .section-content .intro-content {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #272727;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .works-intro-section .section-content .intro-content {
    width: calc(100% - 55rem);
    float: left;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .works-intro-section .section-content .intro-content {
    font-size: 1.6rem;
  }
}
.works-intro-section .section-content .intro-content .title {
  position: relative;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .works-intro-section .section-content .intro-content .title {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-right: -2rem;
    margin-bottom: 2.4rem;
  }
}
.works-intro-section .section-content .intro-content .desc {
  position: relative;
}

.works-list-section {
  position: relative;
  padding: 8rem 0 9rem;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .works-list-section {
    padding: 6rem 0 4rem;
  }
}
.works-list-section .container {
  position: relative;
  z-index: 1;
}
.works-list-section .section-wrapper {
  position: relative;
}
.works-list-section .service-block {
  position: relative;
}
.works-list-section .service-block::after {
  content: "";
  display: block;
  clear: both;
}
.works-list-section .service-block .block-info {
  position: relative;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .works-list-section .service-block .block-info {
    width: 44rem;
    float: right;
  }
}
.works-list-section .service-block .block-info .info-heading {
  position: relative;
  display: block;
  padding-bottom: 2rem;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 1.8rem;
}
.works-list-section .service-block .block-info .info-heading .count {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  white-space: nowrap;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .works-list-section .service-block .block-info .info-heading .count {
    font-size: 1.8rem;
  }
}
.works-list-section .service-block .block-info .info-heading .count span {
  display: inline-block;
  padding: 1.8rem 0 0;
  font: inherit;
}
.works-list-section .service-block .block-info .info-heading .count b {
  position: relative;
  display: inline-block;
  font-size: 10.2rem;
  font-weight: 500;
  line-height: 1;
  color: #DFDFDF;
}
@media only screen and (max-width: 768px) {
  .works-list-section .service-block .block-info .info-heading .count b {
    font-size: 8rem;
  }
}
.works-list-section .service-block .block-info .info-heading .title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #13C45D;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .works-list-section .service-block .block-info .info-heading .title {
    font-size: 2rem;
  }
}
.works-list-section .service-block .block-info .info-content {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #272727;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .works-list-section .service-block .block-info .info-content {
    font-size: 1.6rem;
  }
}
.works-list-section .service-block .block-info .info-content .desc {
  position: relative;
}
.works-list-section .service-block .block-info .info-content .list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  list-style: none;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #13C45D;
  padding: 0;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .works-list-section .service-block .block-info .info-content .list {
    gap: 2.4rem;
    font-size: 1.8rem;
  }
}
.works-list-section .service-block .block-info .info-content .list > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.works-list-section .service-block .block-info .info-content .list > li .icon {
  width: 11rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .works-list-section .service-block .block-info .info-content .list > li .icon {
    width: 9rem;
  }
}
.works-list-section .service-block .block-info .info-content .list > li .label {
  position: relative;
  margin-top: 1.2rem;
  text-align: center;
}
.works-list-section .service-block .block-thumb {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .works-list-section .service-block .block-thumb {
    width: 80rem;
    max-width: 100%;
    float: left;
    margin-left: -30rem;
  }
}
@media only screen and (max-width: 768px) {
  .works-list-section .service-block .block-thumb {
    width: 100%;
    margin-top: 3.6rem;
  }
}
.works-list-section .service-block + .service-block {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .works-list-section .service-block + .service-block {
    margin-top: 5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .works-list-section .service-block.reverse .block-info {
    float: left;
  }
  .works-list-section .service-block.reverse .block-thumb {
    float: right;
    margin-left: unset;
    margin-right: -30rem;
  }
}

.price-intro-section {
  position: relative;
  padding: 8rem 0 9rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .price-intro-section {
    padding: 7rem 0 7rem;
  }
}
.price-intro-section .container {
  position: relative;
  z-index: 1;
}
.price-intro-section .section-wrapper {
  position: relative;
}
.price-intro-section .section-lead {
  position: relative;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .price-intro-section .section-lead {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2.4rem;
  }
}
.price-intro-section .section-lead b {
  display: inline-block;
  font-size: 6.6rem;
  line-height: 7.8rem;
  color: #13C45D;
}
@media only screen and (max-width: 768px) {
  .price-intro-section .section-lead b {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
}
.price-intro-section .section-desc {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  color: #272727;
  text-align: center;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .price-intro-section .section-desc {
    font-size: 1.6rem;
    margin-bottom: 6rem;
  }
}
.price-intro-section .section-content {
  position: relative;
}
.price-intro-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.price-intro-section .section-content .price-reasons {
  position: relative;
}
.price-intro-section .section-content .price-reasons .reason-label {
  position: relative;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .price-intro-section .section-content .price-reasons .reason-label {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 3rem;
  }
}
.price-intro-section .section-content .price-reasons .reason-list {
  position: relative;
  display: block;
}
.price-intro-section .section-content .price-reasons .reason-list > li {
  position: relative;
}
.price-intro-section .section-content .price-reasons .reason-list > li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.price-intro-section .section-content .price-reasons .reason-list .item {
  position: relative;
  padding: 2.4rem 2rem;
  background: #FEF666;
  border-radius: 3rem;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .price-intro-section .section-content .price-reasons .reason-list .item {
    font-size: 2rem;
    line-height: 1.5;
    padding: 2rem 1.6rem;
    border-radius: 2rem;
  }
}
.price-intro-section .section-content .price-cases {
  position: relative;
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .price-intro-section .section-content .price-cases {
    margin-top: 8rem;
  }
}
.price-intro-section .section-content .price-cases .case-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 13rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13rem;
}
@media only screen and (max-width: 768px) {
  .price-intro-section .section-content .price-cases .case-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5rem;
  }
}
.price-intro-section .section-content .price-cases .case-list > li {
  position: relative;
}
.price-intro-section .section-content .price-cases .case-list .item {
  position: relative;
}
.price-intro-section .section-content .price-cases .case-list .item .sup {
  position: relative;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .price-intro-section .section-content .price-cases .case-list .item .sup {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 0.2rem;
  }
}
.price-intro-section .section-content .price-cases .case-list .item .title {
  position: relative;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.5;
  color: #13C45D;
  text-align: left;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .price-intro-section .section-content .price-cases .case-list .item .title {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-right: -2rem;
    margin-bottom: 2rem;
  }
}
.price-intro-section .section-content .price-cases .case-list .item .content {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #272727;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .price-intro-section .section-content .price-cases .case-list .item .content {
    font-size: 1.6rem;
  }
}
.price-intro-section .section-content .price-cases .case-list .item .thumb {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}

.price-list-section {
  position: relative;
  padding: 8rem 0 9rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(166, 196, 93, 0.16)), to(rgba(19, 196, 163, 0.16)));
  background: linear-gradient(90deg, rgba(166, 196, 93, 0.16), rgba(19, 196, 163, 0.16));
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .price-list-section {
    padding: 7rem 0 7rem;
  }
}
.price-list-section .section-lead {
  position: relative;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .price-list-section .section-lead {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.price-list-section .section-desc {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  color: #272727;
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .price-list-section .section-desc {
    font-size: 1.6rem;
    margin-bottom: 6rem;
  }
}
.price-list-section .section-content {
  position: relative;
}
.price-list-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.price-list-section .section-content .price-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.8rem minmax(0, 1fr) 3.8rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .price-list-section .section-content .price-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5rem;
  }
}
.price-list-section .section-content .price-list > li {
  position: relative;
}
.price-list-section .section-content .price-list .price-item {
  position: relative;
}
.price-list-section .section-content .price-list .price-item .thumb {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .price-list-section .section-content .price-list .price-item .thumb {
    margin-bottom: 2.4rem;
  }
}
.price-list-section .section-content .price-list .price-item .title {
  position: relative;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 3.4rem;
  color: #13C45D;
  text-align: left;
  margin-bottom: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .price-list-section .section-content .price-list .price-item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 6.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .price-list-section .section-content .price-list .price-item .title {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}
.price-list-section .section-content .price-list .price-item .content {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #272727;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .price-list-section .section-content .price-list .price-item .content {
    font-size: 1.6rem;
  }
}

.company-intro-section {
  position: relative;
  padding: 10rem 0 9rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .company-intro-section {
    padding: 7rem 0 7rem;
  }
}
.company-intro-section .container {
  position: relative;
  z-index: 1;
}
.company-intro-section .section-wrapper {
  position: relative;
}
.company-intro-section .section-lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .company-intro-section .section-lead {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-right: -2rem;
    margin-bottom: 4rem;
  }
}
.company-intro-section .section-lead b {
  display: inline-block;
  font-size: 6.6rem;
  line-height: 1;
  color: #13C45D;
}
@media only screen and (max-width: 768px) {
  .company-intro-section .section-lead b {
    font-size: 4.8rem;
  }
}
.company-intro-section .section-content {
  position: relative;
}
.company-intro-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.company-intro-section .section-content .intro-thumb {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .company-intro-section .section-content .intro-thumb {
    width: 38rem;
    max-width: 100%;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .company-intro-section .section-content .intro-thumb {
    width: 100%;
    margin-top: 3.6rem;
  }
}
.company-intro-section .section-content .intro-content {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #272727;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .company-intro-section .section-content .intro-content {
    width: calc(100% - 43rem);
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .company-intro-section .section-content .intro-content {
    font-size: 1.6rem;
  }
}
.company-intro-section .section-content .intro-content .title {
  position: relative;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .company-intro-section .section-content .intro-content .title {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-right: -2rem;
    margin-bottom: 2.4rem;
  }
}
.company-intro-section .section-content .intro-content .desc {
  position: relative;
}
.company-intro-section .section-content .intro-content .author {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .company-intro-section .section-content .intro-content .author {
    margin-top: 2.4rem;
  }
}
.company-intro-section .section-content .intro-content .author b {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.company-philosophy-section {
  position: relative;
  padding: 8rem 0 9rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(166, 196, 93, 0.16)), to(rgba(19, 196, 163, 0.16)));
  background: linear-gradient(90deg, rgba(166, 196, 93, 0.16), rgba(19, 196, 163, 0.16));
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .company-philosophy-section {
    padding: 7rem 0 7rem;
  }
}
.company-philosophy-section .section-lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .company-philosophy-section .section-lead {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 3rem;
  }
}
.company-philosophy-section .section-desc {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #272727;
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .company-philosophy-section .section-desc {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 6rem;
  }
}
.company-philosophy-section .section-content {
  position: relative;
}
.company-philosophy-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.company-philosophy-section .section-content .philosophy-label {
  position: relative;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .company-philosophy-section .section-content .philosophy-label {
    font-size: 2.4rem;
  }
}
.company-philosophy-section .section-content .philosophy-label b {
  display: inline-block;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  color: #13C45D;
}
@media only screen and (max-width: 768px) {
  .company-philosophy-section .section-content .philosophy-label b {
    font-size: 4.8rem;
  }
}
.company-philosophy-section .section-content .philosophy-label span {
  display: inline;
  color: #13C45D;
}
.company-philosophy-section .section-content .philosophy-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 4.7rem minmax(0, 1fr) 4.7rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4.7rem;
}
@media only screen and (max-width: 768px) {
  .company-philosophy-section .section-content .philosophy-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5rem;
  }
}
.company-philosophy-section .section-content .philosophy-list > li {
  position: relative;
}
.company-philosophy-section .section-content .philosophy-list .philosophy-item {
  position: relative;
}
.company-philosophy-section .section-content .philosophy-list .philosophy-item .thumb {
  position: relative;
  width: 100%;
  border-radius: 3rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .company-philosophy-section .section-content .philosophy-list .philosophy-item .thumb {
    margin-bottom: 2.4rem;
  }
}
.company-philosophy-section .section-content .philosophy-list .philosophy-item .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  margin-bottom: 1.6rem;
}
.company-philosophy-section .section-content .philosophy-list .philosophy-item .title .ct {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
}
.company-philosophy-section .section-content .philosophy-list .philosophy-item .title .txt {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.company-philosophy-section .section-content .philosophy-list .philosophy-item .title .txt b {
  position: relative;
  display: block;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  color: #13C45D;
}
.company-philosophy-section .section-content .philosophy-list .philosophy-item .title .txt span {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #13C45D;
  margin-top: 0.4rem;
}
.company-philosophy-section .section-content .philosophy-list .philosophy-item .content {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #272727;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .company-philosophy-section .section-content .philosophy-list .philosophy-item .content {
    font-size: 1.6rem;
  }
}

.company-overview-section {
  position: relative;
  padding: 8rem 0 9rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .company-overview-section {
    padding: 7rem 0 2rem;
  }
}
.company-overview-section .container {
  position: relative;
  z-index: 1;
}
.company-overview-section .section-overview-wrapper {
  position: relative;
}
.company-overview-section .section-lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .company-overview-section .section-lead {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 5rem;
  }
}
.company-overview-section .section-content {
  position: relative;
}
.company-overview-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.company-overview-section .section-content .overview-list {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.6rem;
  color: #272727;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .company-overview-section .section-content .overview-list {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.company-overview-section .section-content .overview-list > li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .company-overview-section .section-content .overview-list > li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20rem 3rem minmax(0rem, 1fr);
    grid-template-columns: 20rem minmax(0rem, 1fr);
    gap: 3rem;
  }
}
.company-overview-section .section-content .overview-list > li:not(:last-child) {
  padding-bottom: 2.4rem;
  border-bottom: 1px dashed #3C3C3C;
  margin-bottom: 2.4rem;
}
.company-overview-section .section-content .overview-list > li .label {
  position: relative;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .company-overview-section .section-content .overview-list > li .label {
    font-size: 1.8rem;
    margin-bottom: 0.2rem;
  }
}
.company-overview-section .section-content .overview-list > li .value {
  position: relative;
}
.company-overview-section .section-content .overview-list > li .value .list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .company-overview-section .section-content .overview-list > li .value .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .company-overview-section .section-content .overview-list > li .value .list {
    display: block;
  }
}
.company-overview-section .section-content .overview-list > li .value .list > li {
  position: relative;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .company-overview-section .section-content .overview-list > li .value .list > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 23.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .company-overview-section .section-content .overview-list > li .value .list > li:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.company-overview-section .section-access-wrapper {
  position: relative;
  margin-top: 12rem;
}
@media only screen and (max-width: 768px) {
  .company-overview-section .section-access-wrapper {
    margin-top: 10rem;
  }
}
.company-overview-section .section-access-wrapper .container {
  max-width: 100%;
  padding: 0;
}
.company-overview-section .section-access-wrapper .section-lead {
  position: relative;
}
.company-overview-section .section-access-wrapper .section-map {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  height: 45rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
.company-overview-section .section-access-wrapper .section-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border: none;
}

.privacy-policy-content {
  position: relative;
  padding: 8.0rem 0 9.0rem;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .privacy-policy-content {
    padding: 7.0rem 0 7.0rem;
  }
}

.privacy-policy-content .container {
  position: relative;
  z-index: 1;
}

.privacy-policy-content .section-wrapper {
  position: relative;
}

.privacy-policy-content .section-desc {
  position: relative;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 2.0;
  color: #272727;
  margin-bottom: 10.0rem;
}

@media only screen and (max-width: 768px) {
  .privacy-policy-content .section-desc {
    font-size: 1.6rem;
    margin-bottom: 6.0rem;
  }
}

.privacy-policy-content .section-content {
  position: relative;
}

.privacy-policy-content .section-content .privacy-policy-item {
  position: relative;
}

.privacy-policy-content .section-content .privacy-policy-item .privacy-policy-label {
  position: relative;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  margin: 3em 0 3.6rem;
}

@media only screen and (max-width: 768px) {
  .privacy-policy-content .section-content .privacy-policy-item .privacy-policy-label {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 3.0rem;
  }
}

.privacy-policy-content .section-content .privacy-policy-item .privacy-policy-text {
  margin-top: 1.6rem;
}

.privacy-policy-content .section-content .privacy-policy-item .privacy-policy-list {
  padding-left: 1em;
  position: relative;
  display: block;
}

.privacy-policy-content .section-content .privacy-policy-item .privacy-policy-list > li {
  display: flex;
  position: relative;
}

.privacy-policy-content .section-content .privacy-policy-item .privacy-policy-list > li::before {
  content: "・";
  flex-shrink: 0;
}

.recruit-content {
  position: relative;
  padding: 8.0rem 0 9.0rem;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .recruit-content {
    padding: 7.0rem 0 7.0rem;
  }
}

.recruit-content .container {
  position: relative;
  z-index: 1;
}

.recruit-content .section-wrapper {
  position: relative;
}

.recruit-content .section-desc {
  position: relative;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 2.0;
  color: #272727;
  text-align: center;
  margin-bottom: 10.0rem;
}

@media only screen and (max-width: 768px) {
  .recruit-content .section-desc {
    font-size: 1.6rem;
    margin-bottom: 6.0rem;
  }
}

.recruit-content .section-content {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

@media only screen and (max-width: 768px) {
  .recruit-content .section-content {
    grid-template-columns: 1fr;
  }
}

.recruit-content .section-content .recruit-info {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  overflow: hidden;
  padding: 2em 2em 2em 3em;
  position: relative;
}

.recruit-content .section-content .recruit-info::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2rem;
}

.recruit-content .section-content .recruit-info._blue::before {
  background: #00c2dd;
}

.recruit-content .section-content .recruit-info._green::before {
  background: #41c455;
}

.recruit-content .section-content .recruit-info._yellow::before {
  background: #f2ed00;
}

.recruit-content .section-content .recruit-info._brown::before {
  background: #bb8c7a;
}

.recruit-content .section-content .recruit-info .recruit-label {
  position: relative;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .recruit-content .section-content .recruit-info .recruit-label {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.recruit-content .section-content .recruit-info .recruit-text {
  margin-top: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .recruit-content .section-content .recruit-info .recruit-text br {
    display: none; 
  }
}

.contact-content {
  position: relative;
  padding: 8.0rem 0 9.0rem;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .contact-content {
    padding: 7.0rem 0 7.0rem;
  }
}

.contact-content .container {
  position: relative;
  z-index: 1;
}

.contact-content .section-wrapper {
  position: relative;
}

.contact-content .section-desc {
  position: relative;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 2.0;
  color: #272727;
  text-align: center;
  margin-bottom: 10.0rem;
}

@media only screen and (max-width: 768px) {
  .contact-content .section-desc {
    font-size: 1.6rem;
    margin-bottom: 6.0rem;
  }
}

.contact-content .section-content {
  position: relative;
}

.contact-content .block-title {
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
}

.contact-content .block-title span {
  background: #bb8c7a;
  border-radius: .5rem;
  color: #fff;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  padding: .5em 2em;
}

@media only screen and (max-width: 768px) {
  .contact-content .block-title span {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.contact-content .contact-tel {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  display: grid;
  padding-bottom: 4rem;
  place-items: center;
}

.contact-content .contact-tel .tel-link {
  align-items: center;
  display: inline-flex;
  gap: 2rem;
  justify-content: center;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .contact-content .contact-tel .tel-link {
    gap: 1rem;
  }
}

.contact-content .contact-tel .tel-link ._icon {
  aspect-ratio: 1;
  font-size: 0;
  height: 6rem;
}

@media only screen and (max-width: 768px) {
  .contact-content .contact-tel .tel-link ._icon {
    height: 4rem;
  }
}

.contact-content .contact-tel .tel-link ._icon svg {
  fill: #13c45d;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.contact-content .contact-tel .tel-link ._num {
  color: #13c45d;
  font-size: 4rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .contact-content .contact-tel .tel-link ._num {
    font-size: 3rem;
  }
}

.contact-content .contact-form {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  margin-top: 12rem;
  padding: 0 8rem 2rem;
}

@media only screen and (max-width: 768px) {
  .contact-content .contact-form {
    margin-top: 8rem;
    padding: 0 2rem 2rem;
  }
}

.contact-content .contact-form:has(.wpcf7-form.invalid) {
  padding-bottom: 3rem;
}

.contact-content .wpcf7-form {
  display: grid;
  gap: 2.5rem;
  margin-top: 4rem;
  place-items: center;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .contact-content .wpcf7-form {
    gap: 2em;
    margin-top:1rem;
  }
}

.contact-content .contact-form .form-item {
  display: grid;
  gap: 2em;
  grid-template-columns: 20rem 1fr;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .contact-content .contact-form .form-item {
    gap: .25em;
    grid-template-columns: 1fr;
  }
}

.contact-content .contact-form .form-item span {
  margin: 0
}

.contact-content .contact-form .form-item .form-item__label {
  align-items: center;
  align-self: start;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  gap: .25em;
}

@media only screen and (max-width: 768px) {
  .contact-content .contact-form .form-item .form-item__label {
    font-size: inherit;
  }
}

.contact-content .contact-form .form-item .form-item__label::before {
  background: #ccc;
  border-radius: 4px;
  color: #fff;
  content: '任意';
  font-size: 1.4rem;
  padding: 0 .25em;
}

.contact-content .contact-form .form-item .form-item__label._required::before {
  background: #13c45d;
  content: '必須';
}

.contact-content .contact-form .form-item > span > input {
  padding: .5em 1em;
  width: 100%;
}

.contact-content .contact-form .form-item input,
.contact-content .contact-form .form-item .wpcf7-list-item-label {
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .contact-content .contact-form .form-item input,
  .contact-content .contact-form .form-item .wpcf7-list-item-label {
    font-size: inherit;
  }
}

.contact-content .contact-form .form-item textarea {
  font-size: 2rem;
  line-height: 1.5;
  padding: .5em 1em;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .contact-content .contact-form .form-item textarea {
    font-size: inherit;
  }
}

.contact-content .contact-form .form-item .wpcf7-radio {
  display: flex;
  gap: 2rem;
}

@media only screen and (max-width: 768px) {
  .contact-content .contact-form .form-item .wpcf7-radio {
    gap: 1rem;
  }
}

.contact-content .contact-form .form-item .wpcf7-radio label,
.contact-content .contact-form .form-item .wpcf7-radio input {
  cursor: pointer;
}

.contact-content .contact-form .form-item span[data-name="your-purpose"] .wpcf7-not-valid-tip {
  margin-top: -.5rem;
}

.contact-content .contact-form .form-item span[data-name="your-message"] .wpcf7-not-valid-tip {
  margin-top: -.8rem;
}

.contact-content .contact-form .wpcf7-submit {
  background: #13c45d;
  border-radius: 9999px;
  border: none;
  color: #fff;
  font-size: 2.2rem;
  margin-top: 1em;
  padding: .8em 6em;
  transition: opacity .2s ease;
}

@media only screen and (max-width: 768px) {
  .contact-content .contact-form .wpcf7-submit {
    font-size: 1.8rem;
    padding: .5em 0;
    width: 100%;
  }
}

.contact-content .contact-form .wpcf7-submit:hover {
  opacity: .75;
}

@media only screen and (max-width: 768px) {
  .contact-content .contact-form .wpcf7-submit:hover {
    opacity: 1;
  }
}

.contact-content .contact-form .wpcf7-response-output {
  margin: -2.8rem 0 0 0;
}