@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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,
form,
figure,
dl {
  margin: 0;
  width: 100%;
}

iframe {
  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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 {
  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;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  word-break: break-all;
  font-size: 10px;
}
@media (max-width: 768px) and (min-width: 980px) {
  html {
    font-size: 1.0204081633vw;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 5rem;
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
body.fixed {
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

/* PC、SPの非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
img {
  width: 100%;
}

#container {
  width: 100%;
  overflow: hidden;
}

.inner {
  max-width: 980px;
  /* ↑ここは880px + 左右のpadding分 */
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .inner {
    width: 31.5rem;
    padding: 0 1rem;
  }
}

h3 {
  font-size: 2rem;
  padding-bottom: 8rem;
  letter-spacing: 0.7rem;
  line-height: 0.9;
}
@media (max-width: 767px) {
  h3 {
    padding-bottom: 5.5rem;
  }
}

.animate__animated.animate__fadeInUp {
  --animate-duration: 2s;
}

.animate__animated.fadeIn-original {
  --animate-duration: 2s;
}

@-webkit-keyframes fadeIn-original {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
            transform: translate3d(0, 10rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeIn-original {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
            transform: translate3d(0, 10rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeIn-original {
  -webkit-animation-name: fadeIn-original;
          animation-name: fadeIn-original;
}

#header {
  /* ↑ここは880px + 左右のpadding分 */
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* ヘッダーの固定 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  color: #fff;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media (max-width: 767px) {
  #header {
    height: 6rem;
    padding-right: 0;
  }
}
#header .header__inner {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 1.3rem 0 1.8rem;
}
@media (max-width: 767px) {
  #header .header__inner {
    padding-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .header__inner .header__left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 22rem;
  height: 100%;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  #header .header__inner .header__left {
    width: 70%;
  }
}
#header .header__inner .header__left .header__title {
  display: inline-block;
}
#header .header__inner .header__right {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 767px) {
  #header .header__inner .header__right {
    width: 7.3rem;
    height: 5rem;
  }
}
#header .header__inner .header__hb-btn {
  width: 3.5rem;
  height: 2.8rem;
  position: relative;
}
#header .header__inner .header__hb-btn span {
  display: block;
  width: 100%;
  height: 0.3rem;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#header .header__inner .header__hb-btn span:nth-of-type(1) {
  top: 0;
}
#header .header__inner .header__hb-btn span:nth-of-type(2) {
  top: 1.2rem;
}
#header .header__inner .header__hb-btn span:nth-of-type(3) {
  top: 2.4rem;
}
#header .header__inner__hb-btn.active span:nth-of-type(1) {
  top: 1.2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header .header__inner__hb-btn.active span:nth-of-type(2) {
  display: none;
}
#header .header__inner__hb-btn.active span:nth-of-type(3) {
  top: 1.2rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#header .header__inner .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  #header .header__inner .header__nav {
    display: block;
    width: 100%;
    height: calc(100% - 6rem);
    background: rgb(77, 150, 0);
    position: fixed;
    top: 6rem;
    left: 120%;
    padding: 5rem 3rem;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}
#header .header__inner .header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #header .header__inner .header__nav ul li:first-of-type {
    border-top: 0.1rem solid #fff;
  }
}
#header .header__inner .header__nav ul li a {
  padding: 1.5rem;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 767px) {
  #header .header__inner .header__nav ul li a {
    padding: 0;
    width: 100%;
    height: 5rem;
    /* background: #fff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem;
    border-bottom: 0.1rem solid #fff;
    font-size: 1.6rem;
    color: #fff;
  }
}
#header .header__inner .header__nav ul li a::before {
  content: "";
  width: calc(100% - 2rem);
  height: 0.2rem;
  background: #fff;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  border-radius: 0.2rem;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#header .header__inner .header__nav ul li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#header .header__inner .header__nav ul li a.active::before {
  border-bottom: 0.1rem solid #000;
}
#header .header__inner .header__nav ul__nav.active {
  left: 0;
}

/* footer */
.footer {
  position: relative;
}
.footer .footer__main {
  padding: 8rem 15rem;
}
@media (max-width: 767px) {
  .footer .footer__main {
    padding: 4rem 2rem 4.5rem;
  }
}
.footer .inner {
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .footer .inner {
    padding: 0 1rem;
  }
}
.footer .footer__brand {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1rem solid;
  padding-bottom: 3rem;
}
.footer .footer__nav {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .footer .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__nav li {
    width: 33.3%;
    text-align: center;
  }
}
.footer .footer__nav li a {
  display: block;
  padding: 1rem 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer .footer__nav li a {
    padding: 0.5rem 0;
  }
}
.footer .footer__nav li a:hover {
  color: rgb(140, 140, 140);
}
.footer .footer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .footer .footer__icon {
    margin-top: 3rem;
  }
}
.footer .footer__icon a:hover {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.footer .footer__copyright {
  width: 100%;
  height: 9.2rem;
  background: rgb(77, 150, 0);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 2rem;
}

/* 共通タイトル */
.common-sec-title {
  text-align: center;
}
.common-sec-title h2 {
  font-size: 3rem;
  font-weight: 700;
  color: rgb(85, 160, 0);
  display: inline-block;
  position: relative;
  letter-spacing: 0.8rem;
}

/* fv */
.fv {
  position: relative;
}
.fv .fv__box .fv__contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8rem;
  -webkit-animation: gradation-bg 10s linear infinite;
          animation: gradation-bg 10s linear infinite;
  z-index: 9999;
}
@media (max-width: 767px) {
  .fv .fv__box .fv__contents {
    padding-top: 6rem;
  }
}
.fv .fv__box .fv__contents p {
  font-size: 4rem;
  font-weight: 600;
  text-shadow: 5px 5px 5px #000;
  letter-spacing: 0.3em;
  line-height: 1.7;
  text-align: center;
  position: absolute;
  top: 42%;
}
@media (max-width: 767px) {
  .fv .fv__box .fv__contents p {
    font-size: 3rem;
    line-height: 2;
    top: 35%;
    left: 1%;
  }
}
.fv .fv__box .fv__contents h2 {
  width: 54.9048316252vw;
  -webkit-animation: fadeIn 2s ease 1s both;
          animation: fadeIn 2s ease 1s both;
}
@media (max-width: 767px) {
  .fv .fv__box .fv__contents h2 {
    width: 88vw;
  }
}
.fv .fv__box .fv__bg-image img {
  height: 100%;
  overflow: visible;
}
@media (max-width: 767px) {
  .fv .fv__box .fv__bg-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 70% 50%;
       object-position: 70% 50%;
  }
}

@-webkit-keyframes gradation-bg {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

@keyframes gradation-bg {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.common-button {
  width: 5rem;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -1.6rem 5.1rem 0 auto;
  color: rgb(85, 160, 0);
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  z-index: 100000;
}
@media (max-width: 767px) {
  .common-button {
    width: 18rem;
  }
}
.common-button:hover {
  right: -1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.common-button .arrow {
  display: block;
  width: 8rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(20%) translateX(44%);
          transform: translateY(20%) translateX(44%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .common-button .arrow {
    width: 8rem;
    right: 0;
  }
}
.common-button .arrow::before {
  content: "";
  background-image: url(../../../img/icon-more.svg);
  width: 8.5rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

/*  ABOUT  top-sec01 */
.top-sec01 {
  height: auto;
}
.top-sec01 .top-sec01__bg-img {
  display: block;
  width: 100%;
  height: auto;
}
.top-sec01 .top-sec01__inner {
  position: relative;
}
.top-sec01 .top-sec01__inner .top-sec01__contents {
  position: absolute;
}
@media (max-width: 767px) {
  .top-sec01 .top-sec01__inner .top-sec01__contents {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.top-sec01 .top-sec01__inner .top-sec01__text {
  margin: 11.3rem auto 11.9rem 13rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .top-sec01 .top-sec01__inner .top-sec01__text {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.5rem auto;
  }
}
.top-sec01 .top-sec01__inner .top-sec01__text .text-title {
  font-size: 3rem;
  letter-spacing: 0.5rem;
}
@media (max-width: 767px) {
  .top-sec01 .top-sec01__inner .top-sec01__text .text-title {
    font-size: 2.5rem;
  }
}
.top-sec01 .top-sec01__inner .top-sec01__text .text-contents {
  font-size: 1.8rem;
  line-height: 2.7;
  margin-right: 3.5rem;
  letter-spacing: 0.7rem;
}
@media (max-width: 767px) {
  .top-sec01 .top-sec01__inner .top-sec01__text .text-contents {
    font-size: 1.6rem;
    line-height: 2;
    margin-right: 0;
  }
}

/* SERVICE top-sec02 */
.top-sec02 {
  padding: 7.3rem 3rem 8rem;
  background: rgba(77, 150, 0, 0.1);
}
@media (max-width: 767px) {
  .top-sec02 {
    padding: 4rem 2rem 11rem;
  }
}
.top-sec02__title {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .top-sec02__title {
    margin-bottom: 3.7rem;
  }
}
.top-sec02__box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .top-sec02__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
  }
}
.top-sec02 .top-sec02-item {
  height: 39.5rem;
  margin-bottom: 8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .top-sec02 .top-sec02-item {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 8rem;
  }
}
.top-sec02 .top-sec02-item__image {
  margin-bottom: 1rem;
  position: absolute;
  width: 65%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .top-sec02 .top-sec02-item__image {
    width: 100%;
    display: block;
    position: static;
    margin-bottom: 4rem;
  }
}
.top-sec02 .top-sec02-item__image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 600/300;
}
.top-sec02 .top-sec02-item__name p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  margin-top: 1.7rem;
}
@media (max-width: 767px) {
  .top-sec02 .top-sec02-item__name p {
    margin: 1rem 0;
  }
}
.top-sec02 .top-sec02-item__text {
  background-color: rgb(77, 150, 0);
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54%;
  height: 25rem;
  padding-left: 22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .top-sec02 .top-sec02-item__text {
    position: static;
    width: 100%;
    padding: 1.7rem 2rem;
    top: 32rem;
    margin-top: -4rem;
    bottom: auto;
    height: auto;
  }
}
@media (max-width: 500px) {
  .top-sec02 .top-sec02-item__text {
    top: 29rem;
  }
}
.top-sec02 .top-sec02-item__text .top-sec02-item__text-title {
  font-weight: 600;
  font-size: 2.5rem;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .top-sec02 .top-sec02-item__text .top-sec02-item__text-title {
    font-size: 2rem;
  }
}
.top-sec02 .top-sec02-item__text .top-sec02-item__text-note {
  font-weight: 600;
  font-size: 1.6rem;
  text-align: left;
}
.top-sec02 .top-sec02-item-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .top-sec02 .top-sec02-item-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-sec02 .top-sec02-item-2 .top-sec02-item__name p {
  text-align: end;
}
@media (max-width: 767px) {
  .top-sec02 .top-sec02-item-2 .top-sec02-item__name p {
    text-align: start;
  }
}
.top-sec02 .top-sec02-item-2 .top-sec02-item__text {
  right: auto;
  left: 0;
  padding-left: 2rem;
}
.top-sec02 .top-sec02-item-3 {
  margin-bottom: 0;
}

/* WORKS  modal top-sec03 */
#works {
  padding: 7.6rem 0 4rem;
}
@media (max-width: 767px) {
  #works {
    padding: 4rem 2rem 3.5rem;
  }
}
#works .inner .top-sec03-item__contents {
  margin-top: 6.8rem;
}
@media (max-width: 767px) {
  #works .inner .top-sec03-item__contents {
    display: block;
    margin-top: 3.8rem;
  }
  #works .inner .top-sec03-item__contents:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #works .inner .top-sec03-item__contents p {
    font-size: 1.6rem;
    width: auto;
  }
}
#works .inner .top-sec03__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #works .inner .top-sec03__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.2rem;
    width: 100%;
  }
}
#works .inner .works-item {
  width: 20rem;
  cursor: pointer;
}
#works .inner .works-item__text {
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  #works .inner .works-item__text {
    margin-top: 0.9rem;
  }
}
@media (max-width: 767px) {
  #works .inner .works-item {
    width: 100%;
  }
}
#works .inner .works-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
#works .inner .works-modal__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  place-content: center;
}
#works .inner .works-modal__bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  top: 0;
  left: 0;
}
#works .inner .works-modal .works-modal-item {
  width: 45rem;
  position: relative;
  padding: 1.5rem 1.5rem 0.6rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  #works .inner .works-modal .works-modal-item {
    width: 31.5rem;
    padding: 2rem 2rem 1.4rem;
  }
}
#works .inner .works-modal .works-modal-item__close-btn {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
}
#works .inner .works-modal .works-modal-item__close-btn span {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #000;
  position: absolute;
  top: 0.7rem;
  left: 0;
}
#works .inner .works-modal .works-modal-item__close-btn span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#works .inner .works-modal .works-modal-item__close-btn span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#works .inner .works-modal .works-modal-item__text {
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  #works .inner .works-modal .works-modal-item__text {
    margin-top: 0.7rem;
  }
}
#works:before {
  display: block;
  padding-top: 66.6666666667%;
  padding-top: 100%;
}
#works .modal__image img {
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.modal__layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: scroll;
  width: min(100% - 40px, 1000px);
  max-height: calc(100% - 40px);
  background-color: #fff;
  width: 46rem;
  height: 28rem;
  padding: 2rem;
}

.modal__close {
  position: absolute;
  top: -1rem;
  right: -0.5rem;
  width: 44px;
  height: 44px;
  cursor: pointer;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.modal__close:hover {
  opacity: 0.6;
}
.modal__close:before, .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #000;
  content: "";
}
.modal__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* NEWS top-sec04 */
.top-sec04 {
  padding: 8rem 3rem;
  background: rgba(77, 150, 0, 0.1);
}
@media (max-width: 767px) {
  .top-sec04 {
    padding: 6.7rem 2rem 5rem;
  }
}
.top-sec04 .top-sec04__title {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .top-sec04 .top-sec04__title {
    margin-bottom: 4rem;
  }
}
.top-sec04 .top-sec04__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .top-sec04 .top-sec04__contents {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-sec04 .top-sec04__contents .blog {
    margin-top: 5rem;
  }
}
.top-sec04 .top-sec04__contents .news dt, .top-sec04 .top-sec04__contents .blog dt {
  height: 5rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background-color: rgb(77, 150, 0);
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-sec04 .top-sec04__contents .news .news-box, .top-sec04 .top-sec04__contents .blog .news-box {
  background-color: #fff;
}
.top-sec04 .top-sec04__contents .news .news-box .news-content, .top-sec04 .top-sec04__contents .news .news-box .blog-content, .top-sec04 .top-sec04__contents .blog .news-box .news-content, .top-sec04 .top-sec04__contents .blog .news-box .blog-content {
  padding: 1.3rem 0 1.5rem;
  margin: 0 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.8rem;
     -moz-column-gap: 6.8rem;
          column-gap: 6.8rem;
  border-bottom: rgb(85, 160, 0) 0.1rem solid;
}
@media (max-width: 767px) {
  .top-sec04 .top-sec04__contents .news .news-box .news-content, .top-sec04 .top-sec04__contents .news .news-box .blog-content, .top-sec04 .top-sec04__contents .blog .news-box .news-content, .top-sec04 .top-sec04__contents .blog .news-box .blog-content {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.top-sec04 .top-sec04__contents .news .news-box .news-content time, .top-sec04 .top-sec04__contents .news .news-box .blog-content time, .top-sec04 .top-sec04__contents .blog .news-box .news-content time, .top-sec04 .top-sec04__contents .blog .news-box .blog-content time {
  width: 8rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .top-sec04 .top-sec04__contents .news .news-box .news-content time, .top-sec04 .top-sec04__contents .news .news-box .blog-content time, .top-sec04 .top-sec04__contents .blog .news-box .news-content time, .top-sec04 .top-sec04__contents .blog .news-box .blog-content time {
    width: 10rem;
  }
}
.top-sec04 .top-sec04__contents .news .news-box .news-content p, .top-sec04 .top-sec04__contents .news .news-box .blog-content p, .top-sec04 .top-sec04__contents .blog .news-box .news-content p, .top-sec04 .top-sec04__contents .blog .news-box .blog-content p {
  font-size: 1.8rem;
}
.top-sec04 .top-sec04__contents .news .news-box .news-content:first-of-type, .top-sec04 .top-sec04__contents .news .news-box .blog-content:first-of-type, .top-sec04 .top-sec04__contents .blog .news-box .news-content:first-of-type, .top-sec04 .top-sec04__contents .blog .news-box .blog-content:first-of-type {
  padding-top: 2.5rem;
}

/*    会社概要  top-sec05   */
#company {
  padding: 7rem 0 8.7rem;
}
@media (max-width: 767px) {
  #company {
    padding: 4.3rem 2rem 5rem;
  }
}
#company .company__title {
  position: relative;
}
@media (max-width: 767px) {
  #company .company__title {
    font-size: 2.2rem;
    font-weight: bold;
    padding: 0 1rem;
    position: relative;
  }
}
#company .company__title h2 {
  padding: 0 4.1rem 0 4.7rem;
}
@media (max-width: 767px) {
  #company .company__title h2 {
    padding: 0;
  }
}
#company .company__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.75rem;
     -moz-column-gap: 4.75rem;
          column-gap: 4.75rem;
  padding-bottom: 6.2rem;
}
@media (max-width: 767px) {
  #company .company__box {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 65%;
    padding-bottom: 0;
    height: 52rem;
  }
}
@media (max-width: 767px) {
  #company .company__box .iframe__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30rem;
    z-index: 1;
  }
}
#company .company__box .address__box {
  width: 54%;
  aspect-ratio: 500/262;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(77, 150, 0);
  position: absolute;
  color: #fff;
  padding-left: 21.7rem;
  z-index: -1;
}
@media (max-width: 950px) {
  #company .company__box .address__box {
    z-index: 1;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  #company .company__box .address__box {
    width: 100%;
    height: 20rem;
    padding-left: 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  #company .company__box .address__box .address__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#company .company__box .address__box .address__contents .address__1 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  #company .company__box .address__box .address__contents .address__1 {
    padding: 0;
  }
}
#company .company__box .address__box .address__contents .address__2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  #company .company__box .address__box .address__contents .address__2 {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#company .company__box .address__box .address__contents .address__2 .ib__1 {
  margin-right: 1.2rem;
}
@media (max-width: 767px) {
  #company .company__box .address__box .address__contents .address__2 .ib__1 {
    margin-right: 1.7rem;
  }
}
#company .company__box .address__box .address__contents .address__2 .ib {
  display: inline-block;
}
#company .company__box .address__box .address__contents .address__3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  #company .company__box .address__box .address__contents .address__3 {
    font-size: 1.6rem;
    padding: 0;
  }
}
#company .company__box .address__box .address__contents .address__3 .phone {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.09rem;
}
@media (min-width: 768px) {
  #company .company__box .address__box .address__contents .address__3 .phone {
    letter-spacing: -0.11rem;
  }
  #company .company__box .address__box .address__contents .address__3 .phone a[href^="tel:"] {
    pointer-events: none;
  }
}
#company .company__box .address__box .address__contents .address__4 {
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  #company .company__box .address__box .address__contents .address__4 {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
  }
}

/* 　お問い合わせ　top-sec06 */
.top-sec06 {
  padding: 7rem 3rem 7.8rem;
  background: rgba(77, 150, 0, 0.1);
  position: relative;
}
@media (max-width: 767px) {
  .top-sec06 {
    padding: 4.3rem 2rem 8rem;
  }
}
.top-sec06 .inner {
  position: relative;
  padding: 0 9rem;
}
@media (max-width: 767px) {
  .top-sec06 .inner {
    padding: 0 1rem;
  }
}
.top-sec06 .inner .top-sec06__title h3 {
  padding-bottom: 5rem;
}
.top-sec06 .inner .top-sec06__please {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 767px) {
  .top-sec06 .inner .top-sec06__please {
    line-height: 1.6;
    font-size: 2rem;
  }
}
.top-sec06 .inner .white {
  background-color: #fff;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .top-sec06 .inner .white {
    font-size: 1.8rem;
    padding: 1rem 0;
  }
}
.top-sec06 .inner input[type=text]::-webkit-input-placeholder {
  text-indent: 2rem; /* 左に1rem移動 */
  height: 21rem;
}
.top-sec06 .inner input[type=text]::-moz-placeholder {
  text-indent: 2rem; /* 左に1rem移動 */
  height: 21rem;
}
.top-sec06 .inner input[type=text]:-ms-input-placeholder {
  text-indent: 2rem; /* 左に1rem移動 */
  height: 21rem;
}
.top-sec06 .inner input[type=text]::-ms-input-placeholder {
  text-indent: 2rem; /* 左に1rem移動 */
  height: 21rem;
}
.top-sec06 .inner input[type=text]::placeholder {
  text-indent: 2rem; /* 左に1rem移動 */
  height: 21rem;
}
.top-sec06 .inner .top-sec06__form {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .top-sec06 .inner .top-sec06__form {
    margin-top: 3rem;
  }
}
.top-sec06 .inner .top-sec06__form form {
  line-height: 2.5;
}
.top-sec06 .inner .top-sec06__form form p {
  font-size: 2rem;
}
.top-sec06 .inner .top-sec06__form form .form-content {
  width: 100%;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 4rem;
}
.top-sec06 .inner .top-sec06__form form .form-content:first-of-type {
  margin-top: 0;
}
@media (max-width: 767px) {
  .top-sec06 .inner .top-sec06__form form .form-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-sec06 .inner .top-sec06__form form .form-content:last-of-type {
    margin-top: 2.5rem;
  }
}
.top-sec06 .inner .top-sec06__form form .form-content .form-title {
  width: 20rem;
}
@media (max-width: 767px) {
  .top-sec06 .inner .top-sec06__form form .form-content .gender {
    position: absolute;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .top-sec06 .inner .top-sec06__form form .form-content .radio-box {
    position: absolute;
    left: 10rem;
  }
}
.top-sec06 .inner .top-sec06__form form input[type=radio] { /* ラジオボタンの外枠 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* デフォルトのスタイルを削除 */
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  vertical-align: -0.5rem;
  outline: none;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .top-sec06 .inner .top-sec06__form form input[type=radio] {
    margin-right: 0;
  }
}
.top-sec06 .inner .top-sec06__form form input[type=radio]::before { /* ラジオボタンの内側の● */
  display: block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 4px;
  background-color: #000;
  -webkit-transform: translate(0.7rem, 0.7rem) scale(0);
          transform: translate(0.7rem, 0.7rem) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
}
.top-sec06 .inner .top-sec06__form form input[type=radio]:checked::before {
  -webkit-transform: translate(0.6rem, 0.6rem) scale(1);
          transform: translate(0.6rem, 0.6rem) scale(1);
}
.top-sec06 .inner .top-sec06__form form label[for] {
  font-size: 1.8rem;
  margin-right: 3rem;
  margin-left: 2rem;
  width: 13rem;
}
@media (max-width: 767px) {
  .top-sec06 .inner .top-sec06__form form label[for] {
    margin-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .top-sec06 .inner .top-sec06__form form .inquiry {
    margin-top: 2rem;
  }
}
.top-sec06 .inner .top-sec06__form form .inquiry .inquiry-box {
  position: relative;
  width: 100%;
}
.top-sec06 .inner .top-sec06__form form .inquiry .inquiry-box::before {
  position: absolute;
  top: 1.2em;
  right: 1.3em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1.6rem solid rgb(77, 150, 0);
  pointer-events: none;
}
.top-sec06 .inner .top-sec06__form form .inquiry .inquiry-box .inquiry-type {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 2em;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .top-sec06 .inner .top-sec06__form form .inquiry .inquiry-box .inquiry-type {
    height: 5rem;
  }
}
.top-sec06 .inner .top-sec06__form form .form-requirements {
  margin: 3rem 0 9rem;
  height: 21rem;
}
@media (max-width: 767px) {
  .top-sec06 .inner .top-sec06__form form {
    margin-top: 2.5rem;
  }
  .top-sec06 .inner .top-sec06__form form .white {
    height: 20rem;
  }
}
.top-sec06 .inner .top-sec06__form form .textarea {
  width: 100%;
  height: 20rem;
}
@media (max-width: 767px) {
  .top-sec06 .inner .top-sec06__form .form-checkbox {
    margin-top: 2.7rem;
  }
}
.top-sec06 .inner .top-sec06__form .form-checkbox .checkbox {
  line-height: 1.5;
}
.top-sec06 .inner .top-sec06__form .form-checkbox .checkbox__content-firstLine, .top-sec06 .inner .top-sec06__form .form-checkbox .checkbox__content-secondLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .top-sec06 .inner .top-sec06__form .form-checkbox .checkbox__content-firstLine, .top-sec06 .inner .top-sec06__form .form-checkbox .checkbox__content-secondLine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-sec06 .inner .top-sec06__form .form-checkbox .checkbox__content input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: none;
  outline: none;
}
.top-sec06 .inner .top-sec06__form .form-checkbox .checkbox__content input[type=checkbox]::before { /* チェックボックスの内側の✓ */
  display: block;
  content: "✓";
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  opacity: 0;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.top-sec06 .inner .top-sec06__form .form-checkbox .checkbox__content input[type=checkbox]:checked::before {
  opacity: 1;
}
.top-sec06 .inner .top-sec06__form .privacy-policy {
  margin-top: 2rem;
}
.top-sec06 .inner .top-sec06__form .privacy-policy .privacy-policy-scroll {
  max-width: 80rem;
  margin: 1rem auto;
  height: 30rem;
  padding: 25px;
  background-color: #fff;
  line-height: 1.5;
  overflow: auto;
}
.top-sec06 .inner .top-sec06__form .privacy-policy .privacy-policy-scroll::-webkit-scrollbar {
  width: 2rem;
}
.top-sec06 .inner .top-sec06__form .privacy-policy .privacy-policy-scroll::-webkit-scrollbar-track {
  background-color: rgb(227, 227, 227);
  margin: 1rem;
  border-right: 1rem solid transparent;
  background-clip: padding-box;
}
.top-sec06 .inner .top-sec06__form .privacy-policy .privacy-policy-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(155, 155, 155);
  border-right: 1rem solid transparent;
  background-clip: padding-box;
}
.top-sec06 .inner .top-sec06__form .privacy-policy .privacy-policy-scroll .privacy-policy__item p {
  font-size: 2rem;
  margin-bottom: 25px;
}
.top-sec06 .inner .top-sec06__form .privacy-policy .privacy-policy-scroll textarea {
  background-color: #fff;
}
.top-sec06 .inner .top-sec06__form .btn-submit {
  font-size: 2rem;
  font-weight: 700;
  width: 30rem;
  height: 5rem;
  text-align: center;
  margin: 8.3rem auto 0;
  background-color: rgb(77, 150, 0);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-sec06 .inner .top-sec06__form .btn-submit:hover {
  cursor: pointer;
  border: 0.1rem solid rgb(77, 150, 0);
  background-color: #fff;
  color: rgb(77, 150, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* トップへ戻るボタン */
/* ボタンを右下に表示する */
#fas-area {
  position: fixed;
  bottom: 8rem;
  right: 13rem;
  z-index: 100;
}
@media (max-width: 767px) {
  #fas-area {
    bottom: 7rem;
    right: 8rem;
  }
}

/* ボタンの色を変更 */
.fas {
  background-color: rgb(77, 150, 0);
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* ボタンをホバーした時のカーソルを変更 */
}
@media (max-width: 767px) {
  .fas {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.fas :hover {
  cursor: pointer;
}
.fas img {
  width: 80%;
}/*# sourceMappingURL=style.css.map */