@charset "UTF-8";
body {
  color: #2a2f37;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* FontFamily */
body {
  font-family: "Noto Sans JP", sans-serif;
}

/* font-weight */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5640273705vw;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

html {
  scroll-behavior: smooth;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.btn {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 1.875vw;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}
.btn .section_link {
  line-height: 1.25;
  font-weight: 400;
  display: inline-block;
  padding: 24px 40px;
  padding: 1.5rem 2.5rem;
  border-bottom: 3px dashed #080102;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .btn .section_link {
    font-size: 1.875vw;
    padding: 1.35rem 2rem 1.35rem 0;
    text-align: left;
  }
}
.btn .section_link:after {
  width: 20px;
  width: 1.25rem;
  position: absolute;
  right: 0;
  top: 32.5%;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .btn .section_link:after {
    top: 31%;
    right: 10%;
  }
}
.btn .section_link:hover {
  opacity: 0.7;
}
.btn .section_link:hover:after {
  width: 20px;
  width: 1.25rem;
  position: absolute;
  right: 0;
  top: 32.5%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .btn__fa > img {
    width: 1.5625vw;
  }
}

@media screen and (min-width: 768px) {
  .btn__insta > img {
    width: 1.5625vw;
  }
}

.button {
  z-index: 2;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 1.5rem;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    margin: 0;
    margin: initial;
  }
}
.button .link_item {
  position: relative;
  line-height: 1.25;
  font-weight: 400;
  display: inline-block;
  padding: 1em 3.5em 1em 2.5em !important;
  border: 1px solid #080102;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .button .link_item {
    font-size: 1.40625vw;
    padding: 1.35em 2em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .button .link_item::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10%;
    width: 1.25rem;
    height: 1.25rem;
    background: transparent url(../images/common/top__btn.png) no-repeat center center/contain;
  }
}
.button .link_item:hover {
  color: #fff;
  background: #000;
  opacity: 0.7;
}
.button .link_item:hover:after {
  width: 20px;
  width: 1.25rem;
  position: absolute;
  right: 10%;
  text-align: center;
}

.text {
  font-weight: 700;
  color: #2a2f37;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7857;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 1rem;
  }
}

.fade {
  -webkit-animation: fadeInUp 7s ease 3s 1 normal;
          animation: fadeInUp 7s ease 3s 1 normal;
}

@-webkit-keyframes fadeIn {
  /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}

@keyframes fadeIn {
  /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}
.fade2 {
  -webkit-animation: fadeInUp 0.8s ease 0.3s 1 normal;
          animation: fadeInUp 0.8s ease 0.3s 1 normal;
}

@keyframes fadeIn {
  /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}
.c_text {
  text-align: center;
}

#nav-toggle {
  position: fixed;
  top: 24px;
  top: 1.5rem;
  right: 20px;
  right: 1.25rem;
  height: 32px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 34px;
  width: 2.125rem;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #2a2f37;
  position: absolute;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 9px;
}
#nav-toggle span:nth-child(3) {
  top: 18px;
}

.open #nav-toggle {
  background: transparent;
}
.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
  background: #0EA971;
  padding: 0.3em 0.2em 0.6em 0.2em;
}
#nav-toggle span {
  background: #fff;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: linear-gradient(155deg, #006633 0%, #38ef7d 100%) scroll;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 1;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}
#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1350px;
    padding-right: 35px;
    padding-left: 35px;
  }
}

.l-inner-second {
  width: 100%;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner-second {
    max-width: 1385px;
    padding-right: 0;
    padding-left: 0;
  }
}

.title {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 2.5vw;
    letter-spacing: 0.07em;
    text-align: left;
  }
}

.u-textCenter {
  text-align: center;
}

.u-textLeft {
  text-align: left;
}

.u-section {
  margin-top: 80px;
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .u-mg30 {
    margin-top: 2.734375vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mg20 {
    margin-top: 1.5625vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mg70 {
    margin-top: 5.46875vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mg50 {
    margin-top: 4.296875vw;
  }
}

@media screen and (min-width: 768px) {
  .u-ml30 {
    margin-left: 2.34375vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mr50 {
    margin-right: 3.90625vw;
  }
}

@media screen and (min-width: 768px) {
  .u-ml100 {
    margin-left: 8.203125vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mg100 {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg160 {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktopLeft {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .u-desktopRight {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .u-right {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .u-center {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .u-center5 {
    margin: 5px auto;
  }
}

@media screen and (min-width: 768px) {
  .u-mg0 {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-width {
    width: 26vw;
  }
}

.about {
  margin-top: 19.2px;
  margin-top: 1.2rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 1rem;
    padding-left: 7.8125vw;
    padding-right: 7.8125vw;
  }
}
.about__inner > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .about__inner > img {
    height: auto;
    height: initial;
  }
}

.activity {
  margin-top: 19.2px;
  margin-top: 1.2rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .activity {
    margin-top: 1rem;
    padding-left: 7.8125vw;
    padding-right: 7.8125vw;
  }
}
.business {
  margin-top: 19.2px;
  margin-top: 1.2rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .business {
    margin-top: 1rem;
    padding-left: 7.8125vw;
    padding-right: 7.8125vw;
  }
}
@media screen and (min-width: 768px) {
  .business__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .business__img1 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .business__img2 {
    width: 50%;
  }
}

.icon {
  width: 40px;
  width: 2.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.footer {
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: -1.5625vw;
  }
}
.footer__inner {
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-bottom: 1.25rem;
  }
}
.footer__copyright {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  margin-top: 19.2px;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 0.625rem;
  }
}

.header {
  background: #f7f7f7;
  width: 100%;
  z-index: 20;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 0.78125vw;
    padding-left: 7.8125vw;
    padding-right: 7.8125vw;
    padding-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 601px) {
  .header__nav {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .header__nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.171875vw;
    color: #2a2f37;
    line-height: 1;
    letter-spacing: 0.05rem;
    margin-top: 1.171875vw;
  }
}
@media screen and (min-width: 768px) {
  .header__nav a {
    font-size: 1.171875vw;
    letter-spacing: 0.07em;
    font-weight: 700;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__nav a:hover {
    color: #0EA971;
    opacity: 1;
  }
  .header__nav a::after {
    position: absolute;
    bottom: -0.1875rem;
    left: 50%;
    content: "";
    width: 0;
    height: 1px;
    background-color: #0EA971;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__nav a:hover::after {
    width: 100%;
  }
}
.header__logo {
  width: 200px;
  width: 12.5rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 21.875rem;
    margin-top: 0;
    margin-top: initial;
    margin-right: auto;
    padding-left: 0;
    padding-left: initial;
  }
}
@media screen and (min-width: 768px) {
  .header__logo a > img {
    width: 21.09375vw;
  }
}
@media screen and (min-width: 768px) {
  .header__logo a {
    font-size: inherit;
  }
}

@media screen and (min-width: 768px) {
  .nav__item + .nav__item {
    margin-left: 1.953125vw;
  }
}

/* headerの色を変える */
.top {
  margin-top: 0px;
  margin-top: 0rem;
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .top {
    margin-top: 0vw;
    position: relative;
  }
}
.top__inner {
  position: relative;
  overflow: hidden;
  z-index: 6;
}
.top__inner > video {
  position: relative;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
  height: 43.75rem;
  z-index: 7;
}
@media screen and (min-width: 768px) {
  .top__inner > video {
    height: auto;
    height: initial;
  }
}
.top__message {
  width: 250px;
  width: 15.625rem;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .top__message {
    width: 31.25vw;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.top__wrapper {
  padding-top: 227.2px;
  padding-top: 14.2rem;
  padding-bottom: 228.8px;
  padding-bottom: 14.3rem;
}
@media screen and (min-width: 768px) {
  .top__wrapper {
    text-align: center;
    padding-top: 16.375rem;
    padding-bottom: 16.5rem;
  }
}

.values {
  margin-top: 19.2px;
  margin-top: 1.2rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .values {
    margin-top: 1rem;
    padding-left: 7.8125vw;
    padding-right: 7.8125vw;
  }
}
.test {
  padding: 10px;
  margin: 0 auto;
  color: #f00;
  background-color: #fff;
}

body {
  font-size: 60px;
  font-size: 3.75rem;
}