/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/master.scss ***!
  \**********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap);
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/master.scss (1) ***!
  \**************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/master.scss (2) ***!
  \**************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/master.scss (3) ***!
  \**************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --color-dark1: #212121;
  --color-dark1alpha: rgba(24, 24, 24, 0.8);
  --color-dark2: #3e3e3e;
  --color-light1: #ffffff;
  --color-light1alpha: rgba(244, 245, 249, 0.5);
  --color-light2: #f5f5f5;
  --color-thin1: #ffffff;
  --color-primary: #37a050;
  --color-secondary: #006441;
  --color-alert: #f25757;
  --color-preview: #ff00eb;
  --color-focus: #37a050;
  --color-body: #ffffff;
  --color-border: rgba(0, 0, 0, 0.1);
}

[v-cloak] {
  display: none;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

*::selection {
  background: #ffffff;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
  overflow-x: hidden;
  background-color: #ffffff;
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
}

a,
button {
  transition: opacity 0.2s;
}
a:hover,
button:hover {
  opacity: 0.6;
}

.mv {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv {
    padding: 2.8rem 5rem 4.9rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 2.5rem 1.25rem;
  }
}
.mv__inner {
  position: relative;
  display: flex;
  align-items: end;
  width: 100%;
  max-width: 1820px;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    height: calc(100vh - 160px);
    max-height: 900px;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    height: 374px;
  }
}
.mv__background {
  position: absolute;
  overflow: hidden;
  background-color: #006441;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.mv__background img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.loaded .mv__background img {
  animation: mvCrossFade 15s linear 0s both infinite;
}
@keyframes mvCrossFade {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  20%, 33.33% {
    opacity: 1;
  }
  45%, 100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

@media screen and (min-width: 768px) {
  .mv__background {
    border-radius: 16.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__background {
    border-radius: 6rem;
  }
}
.mv__phrase {
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__phrase {
    margin-bottom: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__phrase {
    margin-bottom: 2.6rem;
  }
}
.mv__phrase h1 {
  display: flex;
  flex-flow: column nowrap;
  gap: clamp(0.8rem, 1.45vw, 2.8rem);
}
.mv__phrase h1 span {
  overflow: hidden;
  background-color: #37a050;
  display: flex;
  width: fit-content;
  font-size: clamp(3.2rem, 5vw, 9.6rem);
  opacity: 0;
}
.loaded .mv__phrase h1 span {
  animation: leadSlideIn 1s ease-out 1s both 1;
}
@keyframes leadSlideIn {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .mv__phrase h1 span {
    margin-left: -1.25rem;
    padding: 1.2vw 5vw 2vw 4vw;
  }
}
@media screen and (min-width: 768px) {
  .mv__phrase h1 span {
    margin-left: -5rem;
    padding: min(0.5vw, 9.6px) min(2.5vw, 48px) min(1vw, 19.2px) min(3vw, 57.6px);
  }
}
.mv__phrase h1 span .letter {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.loaded .mv__phrase h1 span .letter {
  animation: leadTextFadeIn 0.5s linear 0s both;
}
@keyframes leadTextFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.about {
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
  padding: 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .about {
    background-image: url(/images/about_background.svg);
    background-size: min(100%, 1920px);
    background-position: bottom center;
    margin-top: 19rem;
  }
  .about .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about {
    background-image: url(/images/about_background-mobile.svg);
    background-position: top 130px left;
    margin-top: 8.8rem;
  }
  .about .pc-only {
    display: none;
  }
}
.about__inner {
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  gap: 7rem;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .about__inner {
    padding-bottom: 0;
  }
}
.about__title {
  text-align: center;
}
.about__title aside {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .about__title aside {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about__title aside {
    font-size: 3.2rem;
  }
}
.about__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 100%;
  margin-top: 1.6rem;
}
.about__detail {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .about__detail {
    flex-flow: row nowrap;
  }
}
@media screen and (max-width: 1199px) {
  .about__detail {
    flex-flow: column-reverse nowrap;
    align-items: center;
  }
}
.about__detail__text {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 4.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
.about__detail__text h3 {
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .about__detail__text h3 {
    font-size: 3.6rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .about__detail__text h3 {
    font-size: 2.2rem;
    text-align: center;
  }
}
.about__detail__text p {
  font-weight: 500;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .about__detail__text p {
    font-size: 2.2rem;
    text-wrap: nowrap;
  }
}
@media screen and (max-width: 1199px) {
  .about__detail__text p {
    text-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .about__detail__text p {
    font-size: 1.8rem;
  }
}
.about__detail__illust {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .about__detail__illust {
    max-width: 54rem;
    margin-left: -5.7rem;
  }
}
@media screen and (max-width: 1199px) {
  .about__detail__illust {
    max-width: 50%;
    margin-left: 0;
    margin: 4.6rem auto;
  }
}
@media screen and (max-width: 767px) {
  .about__detail__illust {
    max-width: 28rem;
  }
}
.about__detail__illust img {
  width: 100%;
  filter: drop-shadow(2.1rem 2.1rem 2.3rem rgba(0, 0, 0, 0.2509803922));
}

.service {
  background-color: #37a050;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service {
    padding: 7.7rem 2.5rem 17.7rem 2.5rem;
    margin-top: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .service {
    padding: 7.5rem 2.5rem;
    margin-top: 10rem;
  }
}
.service__inner {
  display: flex;
  flex-flow: column nowrap;
  gap: 7rem;
  width: 100%;
  max-width: 1200px;
  color: #ffffff;
}
.service__title {
  text-align: center;
}
.service__title aside {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .service__title aside {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .service__title aside {
    font-size: 3.2rem;
  }
}
.service__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 100%;
  margin-top: 1.6rem;
}
.service__list .service-items {
  display: grid;
}
@media screen and (min-width: 768px) {
  .service__list .service-items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .service__list .service-items {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 4rem;
  }
}
.service__list .service-items .service-item {
  background-color: #ffffff;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  color: #212121;
  padding: 1.6rem;
}
@media screen and (min-width: 768px) {
  .service__list .service-items .service-item {
    border-radius: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .service__list .service-items .service-item {
    border-radius: 2rem;
  }
}
.service__list .service-items .service-item__image {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service__list .service-items .service-item__image {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .service__list .service-items .service-item__image {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
}
.service__list .service-items .service-item__image img {
  width: 100%;
}
.service__list .service-items .service-item__detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
  padding: 1.6rem;
}
@media screen and (min-width: 768px) {
  .service__list .service-items .service-item__detail {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .service__list .service-items .service-item__detail {
    font-size: 1.6rem;
  }
}
.service__list .service-items .service-item__detail h4 {
  font-weight: 700;
  text-align: center;
}
.service__list .service-items .service-item__detail p {
  margin-top: 3.2rem;
}

.overview {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .overview {
    padding: 0;
    margin-top: 15.7rem;
    margin-bottom: 21.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .overview {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 0 2.5rem;
    margin-top: 10rem;
    margin-bottom: 15.1rem;
  }
}
.overview__inner {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 1080px;
}
@media screen and (min-width: 768px) {
  .overview__inner {
    gap: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .overview__inner {
    gap: 5.6rem;
  }
}
.overview__title {
  text-align: center;
}
.overview__title aside {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .overview__title aside {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .overview__title aside {
    font-size: 3.2rem;
  }
}
.overview__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 100%;
  margin-top: 1.6rem;
}
.overview__list {
  width: 100%;
  display: flex;
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  .overview__list {
    flex-flow: row nowrap;
    gap: 6.5rem;
    margin-bottom: 6.3rem;
  }
}
@media screen and (max-width: 991px) {
  .overview__list {
    flex-flow: column nowrap;
    align-items: center;
    gap: 0;
    margin-bottom: 11.7rem;
  }
}
.overview__list .overview-items {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 4.8rem;
  width: 100%;
  max-width: 51rem;
  height: fit-content;
}
@media screen and (max-width: 991px) {
  .overview__list .overview-items + .overview-items {
    margin-top: 4.8rem;
  }
}
.overview__list .overview-items .overview-item {
  display: flex;
  height: max-content;
  line-height: 100%;
}
@media screen and (min-width: 1200px) {
  .overview__list .overview-items .overview-item .mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .overview__list .overview-items .overview-item {
    flex-flow: row nowrap;
    justify-content: space-between;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .overview__list .overview-items .overview-item {
    flex-flow: column nowrap;
    justify-content: space-between;
    gap: 3rem;
    font-size: 1.6rem;
  }
}
.overview__list .overview-items .overview-item dt {
  width: 100%;
  max-width: 10rem;
  font-weight: 700;
  color: #006441;
}
@media screen and (min-width: 768px) {
  .overview__list .overview-items .overview-item dt {
    line-height: 150%;
  }
}
@media screen and (max-width: 767px) {
  .overview__list .overview-items .overview-item dt {
    line-height: 100%;
  }
}
.overview__list .overview-items .overview-item dd {
  border-bottom: 0.1rem solid #212121;
  width: 100%;
  line-height: 150%;
  text-wrap: nowrap;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .overview__list .overview-items .overview-item dd {
    max-width: 37rem;
  }
}
@media screen and (max-width: 767px) {
  .overview__list .overview-items .overview-item dd {
    max-width: 100%;
  }
}
.overview__list .overview-items .overview-item .details {
  list-style-position: inside;
  list-style-type: "- ";
}
.overview__access {
  display: flex;
  flex-flow: column nowrap;
  gap: 3.2rem;
}
.overview__access__map iframe {
  width: 100%;
  height: 35rem;
}
.overview__access__detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .overview__access__detail {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .overview__access__detail {
    font-size: 1.4rem;
  }
}
.overview__access__detail ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.6rem;
}

.contact {
  background-color: #117554;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .contact {
    padding: 9.7rem 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .contact {
    padding: 3.4rem 2.5rem;
  }
}
.contact__inner {
  background-color: #ffffff;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 1200px) {
  .contact__inner {
    padding: 12.5rem 20rem;
  }
}
@media screen and (min-width: 768px) {
  .contact__inner {
    border-radius: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .contact__inner {
    padding: 7rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__inner {
    border-radius: 2rem;
  }
}
.contact__title {
  text-align: center;
}
.contact__title aside {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .contact__title aside {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__title aside {
    font-size: 3.2rem;
  }
}
.contact__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 100%;
  margin-top: 1.6rem;
}
.contact__detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  text-align: center;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .contact__detail {
    display: none;
  }
}
.contact__form {
  display: flex;
  flex-flow: column nowrap;
  gap: 4.8rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__form {
    margin-top: 11.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__form {
    margin-top: 5.6rem;
  }
}
.contact__form__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__form__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__form__title {
    font-size: 1.8rem;
  }
}
.contact__form form ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .contact__form form ul {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__form form ul {
    margin-bottom: 6.4rem;
  }
}
.contact__form form ul li {
  display: flex;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact__form form ul li {
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__form form ul li {
    flex-flow: column nowrap;
    gap: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .contact__form form ul li .wpcf7-form-control-wrap {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .contact__form form ul li .wpcf7-form-control-wrap {
    max-width: 100%;
  }
}
.contact__form form label {
  min-width: 22.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .contact__form form label {
    font-size: 1.8rem;
    margin-top: 2.6rem;
  }
  .contact__form form label.required {
    margin-top: 2.55rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__form form label {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.contact__form form .text-input {
  border: solid 0.2rem #bbbbbb;
  border-radius: 0.5rem;
  width: 100%;
  min-height: 7rem;
}
.contact__form form .text-input:focus {
  border-color: #37a050;
  outline: none;
}
@media screen and (min-width: 768px) {
  .contact__form form .text-input {
    font-size: 1.8rem;
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__form form .text-input {
    font-size: 1.6rem;
    padding: 1rem 1rem;
  }
}
.contact__form form .wpcf7-not-valid-tip {
  color: #ff3c3c;
  font-size: 1.4rem;
  margin-top: 1.2rem;
}
.contact__form form .wpcf7-response-output {
  color: #ff3c3c;
  font-size: 1.4rem;
  text-align: center;
  border: 0;
}
.contact__form form #msg {
  min-height: 17rem;
}
.contact__form form .required::after {
  content: "必須";
  display: inline-block;
  border: solid 0.1rem #ff3c3c;
  border-radius: 3rem;
  width: fit-content;
  height: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 50%;
  color: #ff3c3c;
  padding: 1rem 1.3rem;
  margin-left: 0.8rem;
}
@media screen and (min-width: 768px) {
  .contact__form form .required::after {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__form form .required::after {
    font-size: 1.2rem;
  }
}
.contact__form__privacypolicy {
  text-align: center;
}
.contact__form__privacypolicy .privacy-policy {
  overflow-y: scroll;
  border: solid 0.2rem #bbbbbb;
  border-radius: 0.5rem;
  width: 100%;
  max-width: 80rem;
  height: fit-content;
  max-height: 22.5rem;
  margin: 4.8rem auto 2.4rem auto;
}
@media screen and (min-width: 768px) {
  .contact__form__privacypolicy .privacy-policy {
    padding: 4.5rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__form__privacypolicy .privacy-policy {
    padding: 2.5rem 1.5rem;
  }
}
.contact__form__privacypolicy .privacy-policy p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 200%;
  text-align: left;
}
.contact__form__privacypolicy .agreement {
  margin-bottom: 6.4rem;
}
.contact__form__privacypolicy .agreement .checkbox {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  vertical-align: inherit;
  margin-right: 1.6rem;
}
.contact__form__privacypolicy .agreement > label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .contact__form__privacypolicy .agreement > label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__form__privacypolicy .agreement > label {
    font-size: 1.4rem;
  }
}

.l-header {
  background-color: #ffffff;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 10rem;
    padding: 2.5rem 5rem 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 5rem;
    padding: 1.6rem 2.5rem 0 2.5rem;
  }
}
.l-header__inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.l-header__inner .logo {
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-header__inner .logo {
    max-width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner .logo {
    max-width: 13rem;
  }
}
.l-header__inner .logo img {
  width: 100%;
  transition: filter 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.l-header__inner .logo.overlayed img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991px) {
  .l-header__inner .menu {
    display: none;
  }
}
.l-header__inner .menu-list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 2.4rem;
}
.l-header__inner .menu-items {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 2.4rem;
}
.l-header__inner .menu-item {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
}
.l-header__inner .menu-item:last-child {
  margin-right: 1.5rem;
}
.l-header__inner .menu-button {
  z-index: 100;
  background-color: #37a050;
  border-radius: 50%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  width: 3.5rem;
  height: 3.5rem;
}
@media screen and (min-width: 992px) {
  .l-header__inner .menu-button {
    display: none;
  }
}
.l-header__inner .menu-button span {
  content: "";
  display: block;
  border: solid 0.1rem #ffffff;
  border-radius: 1px;
  height: 1px;
  width: 1.62rem;
  background-color: #ffffff;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.l-header__inner .menu-button.overlayed span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -0.25rem;
}
.l-header__inner .menu-button.overlayed span:nth-child(2) {
  display: none;
}
.l-header__inner .menu-button.overlayed span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -0.3rem;
}
.l-header__inner .menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #37a050;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 0 2.5rem;
  animation: fadein 0.5s;
}
.l-header__inner .menu-mobile .menu-list {
  display: flex;
  gap: 2.4rem;
  margin-top: 18rem;
  flex-flow: column nowrap;
  align-items: flex-start;
}
.l-header__inner .menu-mobile .menu-list button {
  background-color: #ffffff;
  color: #37a050;
}
.l-header__inner .menu-mobile .menu-items {
  display: flex;
  gap: 2.4rem;
  flex-flow: column nowrap;
  align-items: flex-start;
}
.l-header__inner .menu-mobile .menu-item {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  color: #ffffff;
}
.l-header__inner .menu-mobile .menu-item:last-child {
  margin-right: 1.5rem;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#vue-app .l-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #vue-app .l-container {
    padding-top: ss(100);
  }
}
#vue-app .l-container__inner {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
#vue-app .l-main {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#vue-app .l-main__inner {
  width: 100%;
}

#vue-app .l-aside {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#vue-app .l-aside__inner {
  background-color: rgba(0, 0, 0, 0.3333333333);
  height: 100%;
  width: 100%;
  padding: 8px 16px 8px;
}

.l-footer {
  background-color: #ffffff;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 9.6rem 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .l-footer {
    padding: 9.6rem 2.5rem 7.1rem 2.5rem;
  }
}
.l-footer__inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-flow: column nowrap;
    justify-content: space-between;
  }
}
.l-footer__inner .company-info {
  display: flex;
  flex-flow: column nowrap;
  gap: 5.8rem;
}
@media screen and (min-width: 768px) {
  .l-footer__inner .company-info .logo {
    max-width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner .company-info .logo {
    max-width: 17rem;
  }
}
.l-footer__inner .company-info .logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer__inner .company-info .info .mobile {
    display: none;
  }
}
.l-footer__inner .company-info .info dl {
  display: flex;
  flex-flow: column nowrap;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .l-footer__inner .company-info .info dl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner .company-info .info dl {
    font-size: 1.4rem;
  }
}
.l-footer__inner .company-info .info dl dt {
  margin-top: 2.6rem;
  margin-bottom: 0.8rem;
}
.l-footer__inner .company-info .info dl dt:first-child {
  margin-top: 0;
}
.l-footer__inner .company-info .info dl dd {
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .l-footer__inner .menu {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner .menu {
    margin-top: 6.4rem;
  }
}
.l-footer__inner .menu-list {
  display: flex;
  gap: 2.4rem;
}
@media screen and (min-width: 992px) {
  .l-footer__inner .menu-list {
    flex-flow: row nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .l-footer__inner .menu-list {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
}
.l-footer__inner .menu-items {
  display: flex;
  gap: 2.4rem;
}
@media screen and (min-width: 992px) {
  .l-footer__inner .menu-items {
    flex-flow: row nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .l-footer__inner .menu-items {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
}
.l-footer__inner .menu-item {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer__inner .menu-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner .menu-item {
    font-size: 1.4rem;
  }
}
.l-footer__inner .menu-item:last-child {
  margin-right: 1.5rem;
}
.l-footer__inner .copyright {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer__inner .copyright {
    font-size: 1.4rem;
    margin-top: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner .copyright {
    font-size: 1.2rem;
    margin-top: 6.4rem;
  }
}
.l-footer .head-to-top {
  z-index: 98;
  position: fixed;
  right: 25px;
  bottom: 25px;
  border-radius: 50%;
  background-color: #37a050;
  background-image: url("data:image/svg+xml,%3Csvg width=%27800%27 height=%27800%27 viewBox=%270 0 800 800%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M400 166.667V633.333M400 166.667L200 366.667M400 166.667L600 366.667%27 stroke=%27white%27 stroke-width=%2766.6667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  width: 4rem;
  height: 4rem;
}

/*# sourceMappingURL=master.css.map*/