@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 641px){
  .container{
    max-width: 641px;
  }
}
@media (min-width: 821px){
  .container{
    max-width: 821px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.about {
    overflow: hidden;
  }
.about-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
.about-video video {
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.about-kv {
    background-size: cover;
    background-position: 10% 0;
    position: relative;
  }
@media (min-width: 821px) {
    .about-kv {
      background-position: 0;
    }
  }
.about-fig .st0 {
    fill: none;
    stroke: #fff;
    stroke-opacity: 1; /*透過0で塗りの色が見えない状態*/
    transition: stroke-opacity 0.1s; /*0.5秒で色が付くアニメーション*/
    stroke-miterlimit: 10;
    stroke-width: 2.3px;
  }
.about-fig .st1 {
    fill: #fff;
    opacity: 0;
  }
.about-fig .done .st1 {
    opacity: 1;
  }
.about-fig .st3 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 3.5px;
  }
.about-fig .svg-txt {
    opacity: 0;
    translate: 0 10px;
    transition: 0.4s;
  }
.about-fig .done .svg-txt {
    opacity: 1;
    translate: 0;
  }
.about-fig__item .line {
    position: absolute;
    top: -10%;
    left: 0;
  }
@media (min-width: 821px) {
    .about-fig__item .line {
      top: 0;
    }
  }
.about-fig__item.on .about-fig__circle {
    opacity: 1;
    translate: 0 0;
  }
.about-fig__item.on .about-fig__txt img {
    opacity: 1;
    rotate: 0deg;
  }
.about-fig__circle {
    opacity: 0;
    width: 80%;
    margin: 0 auto;
    transition: 0.4s;
    translate: 0 10px;
  }
@media (min-width: 821px) {
    .about-fig__circle {
      width: auto;
    }
  }
.about-fig__txt {
    max-width: none;
    width: 130%;
    height: 130%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    margin-top: -12%;
  }
@media (min-width: 821px) {
    .about-fig__txt {
      width: 290px;
      height: 290px;
      margin-top: 0;
    }
  }
.about-fig__txt img {
    opacity: 0;
    transition: 0.4s;
    transition-delay: 0.4s;
    rotate: -10deg;
    pointer-events: none;
  }
.about-fig__arrow {
    width: 40%;
  }
@media (min-width: 821px) {
    .about-fig__arrow {
      width: 30%;
    }
  }
.about-container {
    position: relative;
    background: #fff;
  }
.about-profileHead {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
.about-profileHead:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
  }
.about-profileHead span{
  margin-right: 2rem;
  white-space: nowrap;
  font-weight: 700;
}
.about-col__txt {
    border-bottom: solid 5px;
    padding-bottom: 40px;
    --tw-border-opacity: 1;
    border-color: rgb(102 174 172 / var(--tw-border-opacity, 1));
  }
@media (min-width: 821px) {
    .about-col {
      display: flex;
      justify-content: space-between;
    }
    .about-col__logo {
      width: 35%;
      border-right: solid 5px;
      --tw-border-opacity: 1;
      border-color: rgb(102 174 172 / var(--tw-border-opacity, 1));
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .about-col__txt {
      width: 60%;
      padding: 0;
      border-bottom: 0;
    }
  }
body {
    font-family: "Noto Sans JP", "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1rem;
  }
.wrap {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
@media (min-width: 821px) {
    .wrap {
      padding-left: 25px;
      padding-right: 25px;
    }
    .wrap__inner {
      padding-left: 50px;
      padding-right: 50px;
    }
  }
.btn {
    display: inline-block;
    background: #EFEFEF;
    border-radius: 6px;
    padding: 10px 20px;
    font-family: var(--en);
    overflow: hidden;
    position: relative;
    transition: 0.3s;
  }
.btn span {
    position: relative;
    z-index: 1;
  }
.btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(102 174 172 / var(--tw-bg-opacity, 1));
    transition: 0.3s;
  }
.btn:hover {
    color: #fff;
  }
.btn:hover:before {
    width: 100%;
  }
.btn-about:hover .btn-about__line:before {
    width: 100%;
  }
.btn-about__line {
    position: relative;
  }
.btn-about__line:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.4s;
  }
.header {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5;
  }
@media (min-width: 821px) {
    .header {
      position: absolute;
    }
    .header-inner {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      padding-left: 60px;
      padding-right: 60px;
    }
  }
.header-logo {
    position: relative;
    z-index: 1;
  }
.header-logo img {
    max-width: 110px;
    height: 52px;
    margin: 0 auto;
    translate: 0 5px;
  }
@media (min-width: 821px) {
    .header-logo {
      width: 183px;
    }
    .header-logo img {
      max-width: none;
      width: 100%;
      height: auto;
      translate: none;
    }
  }
.header-logo .logo-txt-color {
    fill: #000;
  }
@media (min-width: 821px) {
    .header-logo .logo-txt-color {
      fill: #fff;
      transition: fill 0.4s;
    }
    .-fixed .header-logo .logo-txt-color {
      fill: #000;
    }
  }
.header-logo .logo-mark-color {
    fill: url(#gr);
  }
.header-menu {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 50%;
    translate: 0 -50%;
    z-index: 2;
  }
.header-menu:before, .header-menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 50%;
    translate: -50% 0;
    transition: 0.4s;
  }
.header-menu:before {
    top: 8px;
  }
.header-menu:after {
    bottom: 7px;
  }
.header-menu.is-open:before {
    top: 15px;
    rotate: 315deg;
  }
.header-menu.is-open:after {
    bottom: 9px;
    rotate: -315deg;
  }
@media (min-width: 821px) {
    .header-menu {
      display: none;
    }
  }
.header-menu__sub {
    position: absolute;
    top: 4.5vh;
    right: 0.5vh;
    padding: 1vh 2vh;
    transition: rotate 0.4s;
  }
.header-menu__sub.is-open {
    rotate: 540deg;
  }
@media (min-width: 821px) {
    .header-menu__sub {
      display: none;
    }
  }
.header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    translate: -100% 0;
    background: #fff;
    transition: translate 0.4s, color 0.4s;
  }
.header-nav.is-open {
    translate: 0;
  }
@media (min-width: 821px) {
    .header-nav {
      width: calc(100% - 200px);
    }
    .header-nav__ul {
      display: flex;
      justify-content: flex-end;
    }
  }
.header-nav__li {
    text-align: left;
    border-top: solid 1px #ddd;
    position: relative;
  }
.header-nav__li a {
    font-family: "Poppins";
    display: block;
    padding: 5vh;
  }
.header-nav__li .js-subMenuBtn {
    border-left: solid 1px transparent;
    position: relative;
  }
.header-nav__li .js-subMenuBtn:before {
    content: "";
    display: block;
    width: 5px;
    height: 0;
    position: absolute;
    top: 0;
    left: -1px;
    background: #66aeac;
    transition: 0.2s;
  }
.header-nav__li .js-subMenuBtn.hover:before {
    height: 100%;
  }
@media (min-width: 821px) {
    .header-nav {
      position: static;
      background: transparent;
      height: auto;
      text-align: right;
      padding-top: 45px;
      translate: 0 0;
      color: #fff;
    }
    .-fixed .header-nav {
      color: #000;
    }
    .header-nav__li {
      display: inline-block;
      border: none;
      margin-right: 60px;
    }
    .header-nav__li:last-child {
      margin-right: 0;
    }
    .header-nav__li a {
      padding: 10px 0 30px;
    }
    .header-nav__li .js-subMenuBtn {
      width: 115px;
      padding-left: 30px;
    }
    .header-nav__li .js-subMenuBtn:before {
      width: 1px;
      top: 10px;
      left: 0;
      background: #fff;
    }
    .-fixed .header-nav__li .js-subMenuBtn:before {
      background: #66aeac;
    }
    .header-nav__li .js-subMenuBtn.hover:before {
      height: calc(100% - 40px);
    }
  }
.header-subNav {
    display: none;
  }
.header-subNav__li a {
    padding: 0 5vh 5vh;
  }
@media (min-width: 821px) {
    .header-subNav__li a {
      padding: 0 0 30px;
      white-space: nowrap;
    }
  }
.footer {
    position: relative;
    background: url(../img/footer_bg.jpg) no-repeat center bottom;
    background-size: cover;
    text-align: center;
    letter-spacing: 0;
  }
.footer-pagetop {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 1;
    right: 20px;
    bottom: 20px;
    translate: 60px 0;
    transition: 0.4s;
  }
.footer-pagetop:before {
    content: "＞";
    rotate: -90deg;
    scale: 0.8 2;
    font-weight: 300;
    color: #fff;
    translate: -1px -2px;
  }
.footer-pagetop.on {
    translate: 0 0;
  }
.footer-inner {
    display: inline-block;
    text-align: left;
    padding: 110px 0 40px;
  }
.footer-col{
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 12px;
    margin-bottom: 64px;
}
@media (min-width: 821px) {
    .footer-col{
    font-size: 14px;
      display: flex;
      gap: 96px;
      align-items: center;
  }
  }
.footer-col__ul > li {
    display: inline-block;
    margin-left: 4.5vw;
    padding: 6px 0;
  }
.footer-col__ul > li:first-child {
    margin-left: 0;
  }
@media (min-width: 821px) {
    .footer-col__ul > li {
      display: block;
      margin-left: 0;
    }
  }
.footer-col__ul > li.-indent {
    position: relative;
    width: calc(50% - 4.5vw);
  }
@media (min-width: 821px) {
    .footer-col__ul > li.-indent {
      width: auto;
      padding-left: 5.5em;
    }
  }
.footer-col__ul > li.-indent .head{
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 700;
}
@media (min-width: 821px) {
    .footer-col__ul > li.-indent .head {
      position: absolute;
      left: 0;
      top: 0;
      margin-bottom: 0px;
      display: inline;
      font-weight: 400;
    }
  }
@media (min-width: 411px) {
    .footer-col__ul > li.-indent .head br {
      display: none;
    }
  }
.footer-col__sub {
    border-top: solid 1px #fff;
    padding-top: 0.5rem;
    font-size: 10px;
  }
@media (min-width: 821px) {
    .footer-col__sub {
      border-top: none;
      border-left: solid 1px #fff;
      translate: 0 -6px;
      padding-top: 0px;
      font-size: 13px;
      padding-left: 1em;
    }
  }
.footer-col__01 {
    margin-bottom: 10%;
  }
@media (min-width: 821px) {
    .footer-col__01 {
      margin-bottom: 0;
    }
  }
.footer-col__02 {
    margin-bottom: 10%;
  }
@media (min-width: 821px) {
    .footer-col__02 {
      margin-bottom: 0;
    }
  }
.footer-copy{
  display: block;
  text-align: center;
  font-size: 10px;
    font-family: var(__en);
    letter-spacing: 0.08em;
}
.history {
    position: relative;
    background: #EAF4F4;
  }
.history:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #66AEAC;
    pointer-events: none;
  }
@media (min-width: 821px) {
    .history:before {
      width: calc(826px + (100% - 1280px) / 2);
    }
    .history:after {
      content: "";
      display: block;
      width: calc(826px + (100% - 1280px) / 2);
      height: 100%;
      background: url(../img/history_scale.png) repeat-y right;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
    }
  }
.history-line {
    position: absolute;
    top: 0;
    left: 3%;
    width: 94%;
    height: 100%;
    display: table;
  }
.history-line:before, .history-line:after {
    content: "";
    display: table-cell;
    width: 50%;
    height: 100%;
    border-left: solid 1px #3A9794;
  }
.history-line:after {
    border-right: solid 1px #3A9794;
  }
@media (min-width: 821px) {
    .history-line {
      left: 65px;
      width: 50%;
    }
    .history-line:before, .history-line:after {
      width: 40%;
    }
  }
.history-kv {
    background: url(../img/history_kv.png) center center;
    background-size: cover;
    height: calc(100vh - 160px);
    position: relative;
  }
@media (min-width: 821px) {
    .history-kv {
      min-height: 800px;
    }
    .history-anchor {
      max-width: 500px;
    }
  }
.history-anchor__btn{
  margin-bottom: 1rem;
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 821px){
  .history-anchor__btn{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 14px;
  }
}
.history-anchor__btn {
    border: solid 1px #fff;
    border-radius: 100px;
  }
.history-container{
  padding-bottom: 5rem;
}
@media (min-width: 821px){
  .history-container{
    padding-bottom: 10rem;
  }
}
.history-col {
    position: relative;
    padding-top: 100px;
  }
@media (min-width: 821px) {
    .history-col {
      display: flex;
      justify-content: space-between;
      padding-top: 80px;
      align-items: center;
    }
  }
.history-col__main {
    color: #fff;
  }
@media (min-width: 821px) {
    .history-col__main {
      width: 62.8%;
      max-width: 680px;
      padding-left: 50px;
    }
  }
.history-col__ph {
    text-align: center;
  }
@media (min-width: 821px) {
    .history-col__ph {
      width: 30.4%;
      max-width: 320px;
    }
  }
.history-col__ph img{
  display: inline-block;
}
.history-col__ph figcaption{
  font-size: 10px;
}
@media (min-width: 821px){
  .history-col__ph figcaption{
    font-size: 14px;
  }
}
.history-col__ph figure + figure {
    margin-top: 20px;
  }
.history-col__head{
  font-size: 47px;
  font-weight: 600;
}
@media (min-width: 821px){
  .history-col__head{
    font-size: 70px;
  }
}
.history-col__head {
    font-family: var(--en);
    margin-bottom: 45px;
  }
@media (min-width: 821px) {
    .history-col__head {
      margin-bottom: 30px;
    }
  }
.history-col__subHead {
    display: none;
  }
@media (min-width: 821px) {
    .history-col__subHead{
    font-size: 40px;
    font-weight: 600;
      display: block;
      font-family: var(--en);
      color: #989898;
      position: absolute;
      top: 80px;
  }
  }
.history-dl {
    margin-bottom: 45px;
  }
@media (min-width: 821px) {
    .history-dl {
      margin-bottom: 50px;
    }
  }
.history-dl__dt{
  font-size: 14px;
}
@media (min-width: 821px){
  .history-dl__dt{
    font-size: 22px;
  }
}
.history-dl__dt {
    position: absolute;
    font-family: var(--en);
  }
.history-dl__dd{
  font-size: 12px;
}
@media (min-width: 821px){
  .history-dl__dd{
    font-size: 18px;
  }
}
.history-dl__dd {
    position: relative;
    padding-left: 4em;
    padding-top: 4px;
  }
.kv {
    position: relative;
    width: 100%;
    height: 100vh;
  }
.kv-slide {
    width: 100%;
    height: 100dvh;
    position: fixed;
  }
.kv-slide > div {
    pointer-events: none;
  }
.kv-slide .slick-active img {
    scale: 1.2;
  }
.kv img {
    width: 100%;
    height: 100dvh;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 10s;
  }
@media (min-width: 821px) {
    .kv img {
      height: 100vh;
    }
  }
.kv-copy {
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    line-height: 2;
  }
.idx-container {
    position: relative;
    background: #e2e2e2;
    overflow: hidden;
  }
.idx-summary__img01 {
    width: 60%;
  }
@media (min-width: 821px) {
    .idx-summary__img01 {
      max-width: 300px;
      width: 100%;
    }
  }
.idx-summary__img02 {
    position: absolute;
    width: 35%;
    left: 0;
    bottom: -10%;
  }
@media (min-width: 821px) {
    .idx-summary__img02 {
      max-width: 206px;
      width: 80%;
      left: 5%;
      bottom: -25%;
    }
  }
.idx-loop {
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
  }
.idx-loop.on {
    opacity: 1;
  }
.idx-loop .slick-slide {
    padding-right: 10vw !important;
  }
.idx-loop .slick-slide img {
    width: 100%;
  }
.idx-about__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
.idx-history {
    position: relative;
  }
@media (min-width: 821px) {
    .idx-history {
      min-height: 700px;
    }
  }
.idx-history:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/idx_history_bg.jpg) center;
    background-size: cover;
  }
.idx-history__bg {
    max-width: none;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
  }
.idx-history__inner {
    position: relative;
    z-index: 1;
  }
.idx-news > div {
    display: flex;
    padding: 10px 0;
  }
.idx-news > div > dt {
    width: 6em;
  }
.idx-news > div > dd {
    width: calc(100% - 6em);
  }
.product-kv {
    background: url(../img/product_kv_sp.jpg) center center;
    background-size: cover;
    height: calc(100vh - 160px);
    position: relative;
  }
@media (min-width: 821px) {
    .product-kv {
      background-image: url(../img/product_kv.jpg);
      min-height: 800px;
    }
  }
.product-container {
    background: linear-gradient(to right, rgba(207, 230, 229, 0.3) 0%, rgba(102, 174, 172, 0.3) 100%);
  }
.product-grid > li {
    margin-bottom: 5%;
  }
@media (min-width: 821px) {
    .product-grid > li {
      margin-bottom: 0;
    }
    .product-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      -moz-column-gap: 90px;
           column-gap: 90px;
      row-gap: 45px;
    }
  }
.product-btn{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 15px;
}
@media (min-width: 821px){
  .product-btn{
    font-size: 18px;
  }
}
.product-btn {
    transition: 0.3s;
    max-width: 455px;
  }
.product-btn p{
  position: relative;
  z-index: 10;
}
.product-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: 0.3s;
    --tw-bg-opacity: 1;
    background-color: rgb(102 174 172 / var(--tw-bg-opacity, 1));
  }
.product-btn:hover {
    color: #fff;
  }
.product-btn:hover:before {
    width: 100%;
  }
.vision-kv {
    background: url(../img/vision_kv_sp.jpg) center top;
    background-size: cover;
    height: calc(100vh - 160px);
    position: relative;
    color: #fff;
  }
@media (min-width: 821px) {
    .vision-kv {
      background-image: url(../img/vision_kv.jpg);
      min-height: 800px;
    }
  }
.vision-unit {
    margin-bottom: 100px;
  }
.vision-unit__title {
    background: #E5E5E5;
  }
@media (min-width: 821px) {
    .vision-unit__title {
      padding: 50px 0;
    }
    .vision-unit__inner {
      padding-left: 75px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  }
@media (min-width: 1150px) {
    .vision-unit__inner {
      padding: 0 50px;
      margin-left: calc((100% - 1150px) / 2);
    }
  }
.vision-unit__lede {
    padding: 10% 5% 5%;
  }
@media (min-width: 1150px) {
    .vision-unit__lede {
      padding: 0;
    }
  }
.vision-unit__main {
    width: 100%;
    max-width: none;
  }
@media (min-width: 821px) {
    .vision-unit__main {
      width: calc(575px + (100% - 1150px) / 2);
      margin-left: 30px;
    }
  }
.vision-unit__txt {
    margin-bottom: 5%;
  }
.vision-unit__txt .head {
    border-bottom: solid 1px #000;
    padding-bottom: 4px;
    margin-bottom: 8px;
    font-weight: bold;
  }
@media (min-width: 821px) {
    .vision-unit__txt {
      width: calc(100% - 500px);
      margin-bottom: 0;
    }
    .vision-unit__ph {
      width: 500px;
      margin-left: 30px;
    }
  }
#kv .wrap {
    opacity: 0;
    transition: 0.4s;
    translate: 0 10px;
  }
.-loaded #kv .wrap {
    opacity: 1;
    translate: 0 0;
  }
.en {
    font-family: "Poppins", Arial, sans-serif;
  }
.serif {
    font-family: "Playfair Display SC", serif;
  }
.ct-header__title {
    position: absolute;
    top: 50%;
    margin-top: -50%;
  }
@media (min-width: 821px) {
    .ct-header__title {
      position: static;
      margin-top: 0;
    }
    .ct-header {
      padding-top: 230px;
    }
  }
.roundTxt {
    animation-name: roundTxt;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 20s;
    pointer-events: none;
  }
@keyframes roundTxt {
    0% {
      rotate: 0deg;
    }
    100% {
      rotate: 360deg;
    }
  }
.scroll-fade {
    transition: 0.6s;
    opacity: 0;
    transform: translateY(40px);
  }
.scroll-fade.active {
    opacity: 1;
    transform: translateY(0px);
  }
@media screen and (max-width: 641px) {
    .scroll-fade {
      transition: 0.4s;
    }
  }
.indent {
    padding-left: 1em;
    text-indent: -1em;
  }
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    transition: 0.8s;
    transition-delay: 0.5s;
  }
.-loaded .mask {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
.mask svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    margin: -50px 0 0 -50px;
  }
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.right-4{
  right: 1rem;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-28{
  margin-bottom: 7rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-36{
  width: 9rem;
}
.w-full{
  width: 100%;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-8{
  gap: 2rem;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-keycolor{
  --tw-bg-opacity: 1;
  background-color: rgb(102 174 172 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-poppins{
  font-family: Poppins;
}
.text-10px{
  font-size: 10px;
}
.text-12px{
  font-size: 12px;
}
.text-13px{
  font-size: 13px;
}
.text-14px{
  font-size: 14px;
}
.text-15px{
  font-size: 15px;
}
.text-18px{
  font-size: 18px;
}
.text-24px{
  font-size: 24px;
}
.text-28px{
  font-size: 28px;
}
.text-32px{
  font-size: 32px;
}
.text-36px{
  font-size: 36px;
}
.text-40px{
  font-size: 40px;
}
.text-47px{
  font-size: 47px;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.not-italic{
  font-style: normal;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-keycolor{
  --tw-text-opacity: 1;
  color: rgb(102 174 172 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root {
  --en: "Poppins";
}

@media (min-width: 821px){
  body{
    font-size: 15px;
  }
}

body {
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

@media (min-width: 821px){
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-14{
    margin-bottom: 3.5rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-24{
    margin-bottom: 6rem;
  }
  .md\:mb-36{
    margin-bottom: 9rem;
  }
  .md\:mb-40{
    margin-bottom: 10rem;
  }
  .md\:mb-52{
    margin-bottom: 13rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-16{
    gap: 4rem;
  }
  .md\:border-b-0{
    border-bottom-width: 0px;
  }
  .md\:border-r{
    border-right-width: 1px;
  }
  .md\:border-t-0{
    border-top-width: 0px;
  }
  .md\:bg-transparent{
    background-color: transparent;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pr-4{
    padding-right: 1rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:pt-40{
    padding-top: 10rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-13px{
    font-size: 13px;
  }
  .md\:text-14px{
    font-size: 14px;
  }
  .md\:text-15px{
    font-size: 15px;
  }
  .md\:text-18px{
    font-size: 18px;
  }
  .md\:text-20px{
    font-size: 20px;
  }
  .md\:text-24px{
    font-size: 24px;
  }
  .md\:text-26px{
    font-size: 26px;
  }
  .md\:text-28px{
    font-size: 28px;
  }
  .md\:text-32px{
    font-size: 32px;
  }
  .md\:text-36px{
    font-size: 36px;
  }
  .md\:text-40px{
    font-size: 40px;
  }
  .md\:text-47px{
    font-size: 47px;
  }
  .md\:text-57px{
    font-size: 57px;
  }
  .md\:text-70px{
    font-size: 70px;
  }
}