@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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;
  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;
}

body {
  color: var(--font-color);
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

:root {
  --font-family-base: Noto Sans JP, sans-serif;
  --font-size-base: 16px;
  --font-color:#222222;
  --background-color: #f8f9fa;
  --breakpoint-sm: 480;
  --breakpoint-md: 768;
  --breakpoint-lg: 1024;
  --primary-color: #009B85;
  --secondary-color: #4a58a4;
  --rem: 0.0625rem;
}

:where(:root) {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  hyphens: auto;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scrollbar-gutter: stable;
  line-height: 1.5;
  overflow-x: clip;
  -webkit-tap-highlight-color: transparent;
}

:where(a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea) {
  touch-action: manipulation;
}

:where(a) {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media (any-hover: hover) {
  :where(a[href^="tel:"]) {
    pointer-events: none;
  }
}
:where(img) {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:root:has(dialog[open]) {
  overflow: hidden;
}

::backdrop {
  background-color: unset;
}

:where(input:not([type=checkbox]):not([type=radio]), textarea) {
  border: 1px solid var(--color-gray-dark);
}

textarea {
  field-sizing: content; /* コンテンツに基づくサイズ調整 */
  min-height: 4lh; /* 最小高さを4行分に設定 */
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

p {
  font-size: 1rem;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 1rem;
  padding: 2rem;
  background: #f0f0f0;
  min-height: 100vh;
}

.flex-item {
  background: #4caf50;
  color: white;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  border-radius: 8px;
  min-width: 150px;
  text-align: center;
}

.font-en {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.font-ja {
  font-family: "Noto Sans JP", sans-serif;
}

.fill img {
  object-fit: fill;
}

.cover img {
  object-fit: cover;
}

.none img {
  object-fit: none;
}

.scale-down img {
  object-fit: none;
}

.contain img {
  object-fit: contain;
}
.contain.left img {
  object-position: top left;
}
.contain.center img {
  object-position: 50% 50%;
}
.contain.right img {
  object-position: bottom right;
}

.fullscreen-container {
  min-height: 100vh;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}

.show-xs {
  display: none;
}
@media screen and (max-width: 375px) {
  .show-xs {
    display: block;
  }
}

.hide-xs {
  display: block;
}
@media screen and (max-width: 375px) {
  .hide-xs {
    display: none;
  }
}

.show-sm {
  display: none;
}
@media screen and (max-width: 480px) {
  .show-sm {
    display: block;
  }
}

.hide-sm {
  display: block;
}
@media screen and (max-width: 480px) {
  .hide-sm {
    display: none;
  }
}

.show-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-md {
    display: block;
  }
}

.hide-md {
  display: block;
}
@media screen and (max-width: 768px) {
  .hide-md {
    display: none;
  }
}

.show-md-min {
  display: none;
}
@media screen and (min-width: 769px) {
  .show-md-min {
    display: block;
  }
}

.hide-md-min {
  display: block;
}
@media screen and (min-width: 769px) {
  .hide-md-min {
    display: none;
  }
}

.show-lg-min {
  display: none;
}
@media screen and (min-width: 1025px) {
  .show-lg-min {
    display: block;
  }
}

.hide-lg-min {
  display: block;
}
@media screen and (min-width: 1025px) {
  .hide-lg-min {
    display: none;
  }
}

.delay-in > * {
  opacity: 0;
  transform: translateY(30px);
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 1000;
}

.page-top .icon {
  width: 40px;
  height: auto;
  transition: transform 0.8s ease;
  transform-style: preserve-3d; /* 3D回転を有効化 */
}

.page-top:hover .icon {
  transform: rotateY(360deg); /* 横にくるっと回転 */
}

.page-top .text {
  margin-top: 6px;
  font-size: 0.8rem;
  color: var(--primary-color);
  font-weight: bold;
}

/* スマホサイズ */
@media (max-width: 768px) {
  .page-top .icon {
    width: 24px;
  }
  .page-top .text {
    font-size: 0.7rem;
  }
}
/*  -------------------------
　Header common
-------------------------  */
.site-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 136px;
  height: 136px;
  background-color: var(--primary-color);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .site-logo {
    width: 128px;
    height: 128px;
  }
}
@media screen and (max-width: 1260px) {
  .site-logo {
    width: 96px;
    height: 96px;
  }
}
@media screen and (max-width: 768px) {
  .site-logo {
    width: 88px;
    height: 88px;
  }
}
@media screen and (max-width: 480px) {
  .site-logo {
    width: 72px;
    height: 72px;
  }
}
.site-logo img {
  display: block;
  width: 77.777%;
  height: auto;
}

.menu-box {
  background: #222;
  position: fixed;
  top: 0;
  right: 0;
  width: 130px;
  padding: 0 24px;
  height: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .menu-box {
    width: 110px;
    padding: 0 16px;
    height: 50px;
  }
}

.menu-box:hover {
  opacity: 0.9;
}

.humburger-text {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.humburger-border__wrapper {
  width: 16px;
  height: 8px;
  position: relative;
}

.humburger-border__line {
  display: block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #ffffff;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}

.humburger-border__line:nth-child(1) {
  top: 0;
}

.humburger-border__line:nth-child(2) {
  top: 8px;
}

.menu-box.active .humburger-border__line:nth-child(1) {
  transform: rotate(45deg);
  top: 4px;
}

.menu-box.active .humburger-border__line:nth-child(2) {
  transform: rotate(-45deg);
  top: 4px;
}

.menu-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(34, 34, 34);
  transform: translateX(100%);
  transition: transform 0.4s ease;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .menu-modal {
    height: 100%;
    overflow: scroll;
    padding-bottom: 10vh;
  }
}

.menu-modal.open {
  transform: translateX(0);
}

/* メニューコンテンツ */
.menu-content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 0;
  margin: 10vw auto 0 16vw;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .menu-content ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 4.5rem auto 0 auto;
    width: 94%;
  }
}

.menu-content li {
  flex: 1 1 45%;
}
@media screen and (max-width: 768px) {
  .menu-content li {
    flex: 1 1 100%;
  }
}

.menu-content a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: clamp(1.875rem, -0.125rem + 4.17vw, 3rem);
  font-weight: 600;
  color: transparent;
  background: linear-gradient(160deg, #078043, #00bcd4);
  -webkit-background-clip: text;
  background-clip: text;
  transition: color 0.3s;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .menu-content a {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.menu-content a span {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .menu-content a span {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.menu-content a:hover {
  color: #fefefe;
}

.menu-content a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #fefefe;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .menu-content a::after {
    transform-origin: center;
  }
}

.menu-content a:hover::after {
  transform: scaleX(1);
}

/*  -------------------------
　Footer common
-------------------------  */
.footer {
  background: #222222;
  color: #fefefe;
  font-size: 0.9375rem;
  margin: 0;
}
.footer .footer-logo {
  width: 120px;
  text-align: center;
  padding-top: 140px;
  margin: 0 auto;
}

.footer-nav-co ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer-nav-co ul li {
  margin: 3rem 0;
  padding-left: 1rem;
  padding-right: 1rem;
  border-right: #fefefe 1px solid;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer-nav-co ul li {
    margin: 0.5rem 0;
    font-weight: 400;
    font-size: 0.875rem;
  }
}
.footer-nav-co ul li:nth-child(1) {
  border-left: #fefefe 1px solid;
}
.copyright {
  font-size: 0.75rem;
  font-family: "Roboto";
  font-weight: 300;
  text-align: center;
  padding-bottom: 0.75rem;
  white-space: 0.2em;
}/*# sourceMappingURL=style.css.map */