@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

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

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

/* 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 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.
 */
[type=search]::-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 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

:root {
  /*--------------------------------------------　font
  ---------------------------------------------*/
  --thin: 100;
  --ex-light: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --ex-bold: 800;
  --weight-black: 900;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-jp-min: "Shippori Mincho", serif;
  --font-en: "Poppins", serif;
  /*--------------------------------------------　color
  ---------------------------------------------*/
  --black: #000;
  --white: #fff;
  --gray: #EFF0F1;
  --theme: #04AAAC;
  --accent: #5CD5E6;
  --bg: #F5FDFD;
  --border: #D8DEDE;
  /*--------------------------------------------　easing
  ---------------------------------------------*/
  --ease-nav: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-hover: cubic-bezier(0.43, 0.05, 0.17, 1);
  --ease-reveal: cubic-bezier(0.62, 0.05, 0.01, 0.99);
}

/*--------------------------------------------　Media Query
---------------------------------------------*/
/*--------------------------------------------　Mixin
---------------------------------------------*/
/*--------------------------------------------　Keyframe
---------------------------------------------*/
/*--------------------------------------------　Function
---------------------------------------------*/
/*--------------------------------------------　Base
---------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background-color: var(--white);
  color: var(--bck);
  font-family: var(--font-jp);
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: var(--regular);
  letter-spacing: 0.06em;
  line-height: 1;
  /* カーニングとリガチャ（合字）を調整 */
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  body {
    /* 18px */
    font-size: 1.8rem;
  }
}

/*--------------------------------------------　page
---------------------------------------------*/
.page, .page__header, .page__nav, .page__main, .page__section, .page__article, .page__aside, .page__footer, .page__inner, .page__flex {
  height: auto;
  position: relative;
  width: 100%;
  /*--------------------------------------------　color
  ---------------------------------------------*/
  /*--------------------------------------------　font
  ---------------------------------------------*/
  /*--------------------------------------------　weight
  ---------------------------------------------*/
  /*--------------------------------------------　site
  ---------------------------------------------*/
  /*--------------------------------------------　link
  ---------------------------------------------*/
  /*--------------------------------------------　z-index
  ---------------------------------------------*/
}
.page__main {
  padding: 8.5rem 0 0 0;
}
@media screen and (min-width: 769px) {
  .page__main {
    padding: clamp(0rem, 11.4583333333vw, 19.8rem) 0 0 0;
  }
}
.page__inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .page__inner.--max-width {
    max-width: clamp(0rem, 78.7037037037vw, 136rem);
  }
}
.page__flex {
  display: flex;
}
.page__flex > * {
  flex-shrink: 0;
  width: auto;
}
.page__flex.--v {
  flex-direction: column;
}
.page__flex.--i {
  display: inline-flex;
}
@media screen and (min-width: 769px) {
  .page__md {
    display: none;
  }
}
.page__dd {
  display: none;
}
@media screen and (min-width: 769px) {
  .page__dd {
    display: block;
  }
}
.page__img {
  display: block;
  font-size: 0;
}
.page__img img,
.page__img video,
.page__img svg,
.page__img path,
.page__img g,
.page__img iframe {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.page__white {
  color: var(--white);
}
.page__black {
  color: var(--black);
}
.page__gray {
  color: var(--gray);
}
.page__theme {
  color: var(--theme);
}
.page__accent {
  color: var(--accent);
}
.page__en {
  font-family: var(--font-en);
  font-weight: var(--semi-bold);
}
.page__jp-min {
  font-family: var(--font-jp-min);
}
.page__sharp {
  /* 文字をシャープに */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page__weight-black {
  font-weight: var(--weight-black);
}
.page__ebold {
  font-weight: var(--ex-bold);
}
.page__bold {
  font-weight: var(--bold);
}
.page__sbold {
  font-weight: var(--semi-bold);
}
.page__medium {
  font-weight: var(--medium);
}
.page__regular {
  font-weight: var(--regular);
}
.page__light {
  font-weight: var(--light);
}
.page__elight {
  font-weight: var(--ex-light);
}
.page__thin {
  font-weight: var(--thin);
}
.page__bg {
  background-color: var(--bg);
}
.page__btn {
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  align-items: center;
  border-radius: 0.4rem;
  color: var(--white);
  column-gap: 0.4rem;
  display: inline-flex;
  height: 4.8rem;
  text-decoration: none;
  width: auto;
}
@media screen and (min-width: 769px) {
  .page__btn {
    -webkit-column-gap: clamp(0rem, 0.2314814815vw, 0.4rem);
    -moz-column-gap: clamp(0rem, 0.2314814815vw, 0.4rem);
    border-radius: clamp(0rem, 0.2314814815vw, 0.4rem);
    column-gap: clamp(0rem, 0.2314814815vw, 0.4rem);
    height: clamp(0rem, 3.7037037037vw, 6.4rem);
  }
}
.page__btn.--theme {
  background-color: var(--theme);
}
.page__btn.--theme span:after {
  background-image: url("../img/com/ico-arrow-theme.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__btn span {
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  height: 1.3rem;
  justify-content: center;
  width: 1.3rem;
}
@media screen and (min-width: 769px) {
  .page__btn span {
    height: clamp(0rem, 1.3888888889vw, 2.4rem);
    width: clamp(0rem, 1.3888888889vw, 2.4rem);
  }
}
.page__btn span:after {
  aspect-ratio: 1/1;
  content: "";
  display: block;
  height: auto;
  width: 0.8rem;
}
@media screen and (min-width: 769px) {
  .page__btn span:after {
    width: clamp(0rem, 0.462962963vw, 0.8rem);
  }
}
.page__border-ttl {
  position: relative;
}
@media screen and (min-width: 769px) {
  .page__border-ttl {
    padding: 0 0 clamp(0rem, 0.9259259259vw, 1.6rem);
  }
}
.page__border-ttl:before {
  background-color: rgba(4, 170, 172, 0.4);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .page__border-ttl:before {
    height: clamp(0rem, 0.1736111111vw, 0.3rem);
  }
}
.page__border-ttl:after {
  background-color: var(--theme);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .page__border-ttl:after {
    height: clamp(0rem, 0.1736111111vw, 0.3rem);
    width: clamp(0rem, 4.6296296296vw, 8rem);
  }
}
.page__txt {
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .page__txt {
    font-size: clamp(0rem, 1.0416666667vw, 1.8rem);
  }
}
.page__link-ico {
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  align-items: center;
  column-gap: 0.4rem;
  display: inline-flex;
}
@media screen and (min-width: 769px) {
  .page__link-ico {
    -webkit-column-gap: clamp(0rem, 0.2314814815vw, 0.4rem);
    -moz-column-gap: clamp(0rem, 0.2314814815vw, 0.4rem);
    column-gap: clamp(0rem, 0.2314814815vw, 0.4rem);
  }
}
.page__link-ico::before {
  background-image: url("../img/com/ico-link.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.8rem;
  width: 1.7rem;
}
@media screen and (min-width: 769px) {
  .page__link-ico::before {
    height: clamp(0rem, 1.0416666667vw, 1.8rem);
    width: clamp(0rem, 0.9837962963vw, 1.7rem);
  }
}
.page__pdf {
  align-items: center;
  display: inline-flex;
}
@media screen and (min-width: 769px) {
  .page__pdf {
    -webkit-column-gap: clamp(0rem, 0.5787037037vw, 1rem);
    -moz-column-gap: clamp(0rem, 0.5787037037vw, 1rem);
    column-gap: clamp(0rem, 0.5787037037vw, 1rem);
  }
}
.page__pdf:before {
  aspect-ratio: 124/32;
  background-image: url("../img/com/ico-pdf.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: auto;
}
@media screen and (min-width: 769px) {
  .page__pdf:before {
    height: clamp(0rem, 0.9259259259vw, 1.6rem);
    width: clamp(0rem, 3.587962963vw, 6.2rem);
  }
}
.page__10000 {
  z-index: 10000;
}
.page__1000 {
  z-index: 1000;
}
.page__100 {
  z-index: 100;
}
.page__10 {
  z-index: 10;
}
.page__1 {
  z-index: 1;
}

.header {
  border: 0.1rem solid red;
  height: 8.5rem;
  left: 0;
  position: fixed;
  top: 0;
}
@media screen and (min-width: 769px) {
  .header {
    height: clamp(0rem, 11.4583333333vw, 19.8rem);
  }
}

.nav-btn {
  background-color: #000;
  height: 6rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
}
@media screen and (min-width: 769px) {
  .nav-btn {
    cursor: pointer;
  }
}
.nav-btn__bar {
  background: #fff;
  bottom: 0;
  display: block;
  height: 0.2rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s var(--ease-nav), -webkit-transform 0.5s var(--ease-nav);
  transition: opacity 0.5s var(--ease-nav), transform 0.5s var(--ease-nav);
  transition: opacity 0.5s var(--ease-nav), transform 0.5s var(--ease-nav), -webkit-transform 0.5s var(--ease-nav);
  width: 2.4rem;
  will-change: opacity transform;
}
.nav-btn__bar:nth-child(1) {
  -webkit-transform: translateY(-0.6rem);
  transform: translateY(-0.6rem);
}
.menu-active .nav-btn__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-active .nav-btn__bar:nth-child(2) {
  opacity: 0;
}
.nav-btn__bar:nth-child(3) {
  -webkit-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
}
.menu-active .nav-btn__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.off-canvas {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s var(--ease-nav), visibility 0.5s var(--ease-nav);
  visibility: hidden;
  width: 100%;
  will-change: visibility, opacity;
}
.menu-active .off-canvas {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------　page-mv
---------------------------------------------*/
.page-mv__img {
  height: auto;
  width: 100%;
}
.page-mv__img img {
  display: block;
  height: auto;
  width: 100%;
}
.page-mv__flex {
  -webkit-transform: translate(-50%, -50%);
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 769px) {
  .page-mv__flex {
    max-width: clamp(0rem, 78.7037037037vw, 136rem);
  }
}
.page-mv__ttl-en {
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 769px) {
  .page-mv__ttl-en {
    font-size: clamp(0rem, 0.8101851852vw, 1.4rem);
    margin-bottom: 1.6rem;
  }
}
.page-mv__ttl-en::first-letter {
  text-transform: uppercase;
}
.page-mv__ttl-jp {
  font-size: 2.4rem;
  margin: 0 0 2.4rem;
}
@media screen and (min-width: 769px) {
  .page-mv__ttl-jp {
    font-size: clamp(0rem, 2.3148148148vw, 4rem);
    margin: 0 0 clamp(0rem, 1.8518518519vw, 3.2rem);
  }
}
.page-mv__ttl-bread {
  font-size: 0.9rem;
}
@media screen and (min-width: 769px) {
  .page-mv__ttl-bread {
    font-size: clamp(0rem, 0.9259259259vw, 1.6rem);
  }
}
.page-mv__ttl-bread > span {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  align-items: center;
  column-gap: 1rem;
  display: flex;
}
@media screen and (min-width: 769px) {
  .page-mv__ttl-bread > span {
    -webkit-column-gap: clamp(0rem, 0.9259259259vw, 1.6rem);
    -moz-column-gap: clamp(0rem, 0.9259259259vw, 1.6rem);
    column-gap: clamp(0rem, 0.9259259259vw, 1.6rem);
  }
}
.page-mv__ttl-bread > span span {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  align-items: center;
  column-gap: 1rem;
  display: flex;
}
@media screen and (min-width: 769px) {
  .page-mv__ttl-bread > span span {
    -webkit-column-gap: clamp(0rem, 0.9259259259vw, 1.6rem);
    -moz-column-gap: clamp(0rem, 0.9259259259vw, 1.6rem);
    column-gap: clamp(0rem, 0.9259259259vw, 1.6rem);
  }
}
.page-mv__ttl-bread > span span a.home {
  aspect-ratio: 18/16;
  background-image: url("../img/com/ico-home.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  overflow: hidden;
  text-indent: -9999px;
  width: 1.2rem;
}
@media screen and (min-width: 769px) {
  .page-mv__ttl-bread > span span a.home {
    width: clamp(0rem, 1.0416666667vw, 1.8rem);
  }
}
.page-mv__ttl-bread > span span:not(:first-of-type):before {
  aspect-ratio: 6/8;
  background-image: url("../img/com/ico-arrow-bread.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: auto;
  width: 0.6rem;
}
@media screen and (min-width: 769px) {
  .page-mv__ttl-bread > span span:not(:first-of-type):before {
    width: clamp(0rem, 0.3472222222vw, 0.6rem);
  }
}

/*--------------------------------------------　page-com-layout
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .page-com-layout__inner {
    padding: 0 3.703705vw clamp(0rem, 6.9444444444vw, 12rem);
  }
}
.page-com-layout__flex {
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .page-com-layout__flex {
    flex-direction: row;
  }
}
.page-com-layout__nav {
  background-color: var(--gray);
  flex: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .page-com-layout__nav {
    background-color: transparent;
    padding: clamp(0rem, 6.9444444444vw, 12rem) 0 0 0;
  }
}
.page-com-layout__nav-list {
  list-style: none;
}
@media screen and (min-width: 769px) {
  .page-com-layout__nav-list {
    position: sticky;
    row-gap: clamp(0rem, 1.3888888889vw, 2.4rem);
    top: clamp(0rem, 13.5416666667vw, 23.4rem);
  }
}
@media screen and (min-width: 769px) {
  .page-com-layout__nav-list-item {
    -webkit-column-gap: clamp(0rem, 0.462962963vw, 0.8rem);
    -moz-column-gap: clamp(0rem, 0.462962963vw, 0.8rem);
    align-items: center;
    column-gap: clamp(0rem, 0.462962963vw, 0.8rem);
  }
}
@media screen and (min-width: 769px) {
  .page-com-layout__nav-list-item:before {
    background-image: url("../img/com/ico-pager.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: clamp(0rem, 0.462962963vw, 0.8rem);
    width: clamp(0rem, 0.9837962963vw, 1.7rem);
  }
}
.page-com-layout__nav-list-item-link {
  font-size: 1.2rem;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .page-com-layout__nav-list-item-link {
    font-size: clamp(0rem, 0.9259259259vw, 1.6rem);
    font-weight: var(--bold);
  }
}
.page-com-layout__sections {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .page-com-layout__sections {
    width: 73.149vw;
  }
}
.page-com-layout__section {
  position: relative;
}
@media screen and (min-width: 769px) {
  .page-com-layout__section {
    padding: clamp(0rem, 6.9444444444vw, 12rem) 0 0 0;
  }
}
.page-com-layout__section.--bg:before {
  background-color: var(--bg);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -3.703705vw;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.page-com-layout__section-ttl-box {
  margin: 0 0 3rem;
  row-gap: 1rem;
}
@media screen and (min-width: 769px) {
  .page-com-layout__section-ttl-box {
    margin: 0 0 clamp(0rem, 3.4722222222vw, 6rem);
    row-gap: clamp(0rem, 0.9259259259vw, 1.6rem);
  }
}
.page-com-layout__section-ttl-box-en {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .page-com-layout__section-ttl-box-en {
    font-size: clamp(0rem, 0.8101851852vw, 1.4rem);
  }
}
.page-com-layout__section-ttl-box-jp {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .page-com-layout__section-ttl-box-jp {
    font-size: clamp(0rem, 2.3148148148vw, 4rem);
  }
}

/*--------------------------------------------　ご挨拶
---------------------------------------------*/
.company-greet {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .company-greet {
    text-align: right;
  }
}
.company-greet__txts {
  margin: 0 0 3rem;
  padding: 4rem 1.8rem;
}
@media screen and (min-width: 769px) {
  .company-greet__txts {
    margin: 0 0 clamp(0rem, 2.3148148148vw, 4rem);
    padding: clamp(0rem, 4.6296296296vw, 8rem) clamp(0rem, 5.3240740741vw, 9.2rem);
    text-align: right;
  }
}
.company-greet__txts-txt {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .company-greet__txts-txt {
    margin: 0 0 clamp(0rem, 1.7361111111vw, 3rem);
  }
}
.company-greet__txts-names {
  row-gap: 1rem;
  text-align: left;
  width: auto;
}
@media screen and (min-width: 769px) {
  .company-greet__txts-names {
    row-gap: clamp(0rem, 0.6944444444vw, 1.2rem);
  }
}
.company-greet__txts-names-pro {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .company-greet__txts-names-pro {
    font-size: 1.6rem;
  }
}
.company-greet__txts-names-name {
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  .company-greet__txts-names-name {
    font-size: clamp(0rem, 1.8518518519vw, 3.2rem);
  }
}
.company-greet__btn {
  font-size: 1.3rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
@media screen and (min-width: 769px) {
  .company-greet__btn {
    font-size: clamp(0rem, 0.9259259259vw, 1.6rem);
    margin: 0 0 0 auto;
    padding: 0 clamp(0rem, 2.3148148148vw, 4rem);
  }
}

/*--------------------------------------------　理念
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .company-vision {
    padding: 0 0 clamp(0rem, 6.9444444444vw, 12rem);
  }
}
.company-vision__flex {
  flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .company-vision__flex {
    flex-direction: row;
  }
}
.company-vision__cnt {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .company-vision__cnt {
    padding: 0 clamp(0rem, 5.0925925926vw, 8.8rem) 0 0;
  }
}
.company-vision__cnt-ttl {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 0 2.4rem;
}
@media screen and (min-width: 769px) {
  .company-vision__cnt-ttl {
    font-size: clamp(0rem, 1.3888888889vw, 2.4rem);
    margin: 0 0 clamp(0rem, 2.3148148148vw, 4rem);
  }
}
@media screen and (min-width: 769px) {
  .company-vision__cnt-dl {
    margin: 0 0 clamp(0rem, 1.3888888889vw, 2.4rem);
  }
}
.company-vision__cnt-dl-dt {
  font-size: clamp(0rem, 0.9259259259vw, 1.6rem);
}
@media screen and (min-width: 769px) {
  .company-vision__cnt-dl-dt {
    font-size: clamp(0rem, 1.0416666667vw, 1.8rem);
    margin: 0 0 clamp(0rem, 0.9259259259vw, 1.6rem);
  }
}
.company-vision__txts-names {
  row-gap: 1rem;
  width: auto;
}
@media screen and (min-width: 769px) {
  .company-vision__txts-names {
    margin: 0 0 clamp(0rem, 2.3148148148vw, 4rem);
    row-gap: clamp(0rem, 0.6944444444vw, 1.2rem);
  }
}
.company-vision__txts-names-pro {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .company-vision__txts-names-pro {
    font-size: 1.6rem;
  }
}
.company-vision__txts-names-name {
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  .company-vision__txts-names-name {
    font-size: clamp(0rem, 1.8518518519vw, 3.2rem);
  }
}
@media screen and (min-width: 769px) {
  .company-vision__img {
    margin: 0 -3.703705vw 0 0;
    max-width: clamp(0rem, 29.5138888889vw, 51rem);
  }
}
.company-vision__img img {
  display: block;
  height: auto;
  width: 100%;
}

/*--------------------------------------------　会社概要　＆　沿革
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .company-overview {
    padding: 0 0 clamp(0rem, 6.9444444444vw, 12rem);
  }
}

.company-history__dl:nth-of-type(1) {
  border-top: 0.1rem solid var(--border);
}

.company-overview__ttl,
.company-history__ttl {
  border-bottom: 0.1rem solid var(--border);
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .company-overview__ttl,
  .company-history__ttl {
    font-size: clamp(0rem, 1.3888888889vw, 2.4rem);
    margin: clamp(0rem, 3.4722222222vw, 6rem) 0 0 0;
    padding: clamp(0rem, 2.3148148148vw, 4rem);
  }
}
.company-overview__ttl span,
.company-history__ttl span {
  color: var(--black);
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 0 0 0.4rem;
}
@media screen and (min-width: 769px) {
  .company-overview__ttl span,
  .company-history__ttl span {
    font-size: clamp(0rem, 0.8101851852vw, 1.4rem);
    margin: 0 0 0 clamp(0rem, 0.2314814815vw, 0.4rem);
  }
}
.company-overview__dl,
.company-history__dl {
  align-items: center;
  border-bottom: 0.1rem solid var(--border);
}
.company-overview__dl-dt,
.company-history__dl-dt {
  width: 12rem;
}
@media screen and (min-width: 769px) {
  .company-overview__dl-dt,
  .company-history__dl-dt {
    padding: clamp(0rem, 2.3148148148vw, 4rem);
    width: clamp(0rem, 17.0138888889vw, 29.4rem);
  }
}
.company-overview__dl-dd,
.company-history__dl-dd {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .company-overview__dl-dd,
  .company-history__dl-dd {
    padding: clamp(0rem, 2.3148148148vw, 4rem);
  }
}

/*--------------------------------------------　工場・営業所・保有車両
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .company-factories__img {
    margin: 0 0 clamp(0rem, 2.3148148148vw, 4rem);
    max-width: clamp(0rem, 34.2013888889vw, 59.1rem);
  }
}
.company-factories__img img {
  display: block;
  height: auto;
  width: 100%;
}
.company-factories__list {
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 2.4rem;
  row-gap: clamp(0rem, 2.3148148148vw, 4rem);
}
@media screen and (min-width: 769px) {
  .company-factories__list {
    -webkit-column-gap: clamp(0rem, 1.6203703704vw, 2.8rem);
    -moz-column-gap: clamp(0rem, 1.6203703704vw, 2.8rem);
    column-gap: clamp(0rem, 1.6203703704vw, 2.8rem);
    margin: 0 0 clamp(0rem, 2.3148148148vw, 4rem);
  }
}
@media screen and (min-width: 769px) {
  .company-factories__list-item {
    width: calc(33.3333% - clamp(0rem, 3.2407407407vw, 5.6rem) / 3);
  }
}
.company-factories__list-item-img {
  aspect-ratio: 406/278;
}
@media screen and (min-width: 769px) {
  .company-factories__list-item-img {
    margin: 0 0 clamp(0rem, 1.1574074074vw, 2rem);
  }
}
.company-factories__list-item-ttl {
  align-items: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .company-factories__list-item-ttl {
    -webkit-column-gap: clamp(0rem, 0.9259259259vw, 1.6rem);
    -moz-column-gap: clamp(0rem, 0.9259259259vw, 1.6rem);
    column-gap: clamp(0rem, 0.9259259259vw, 1.6rem);
    font-size: clamp(0rem, 1.3888888889vw, 2.4rem);
    margin: 0 0 clamp(0rem, 1.0416666667vw, 1.8rem);
  }
}
.company-factories__list-item-ttl-link {
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  align-items: center;
  column-gap: 0.4rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .company-factories__list-item-ttl-link {
    -webkit-column-gap: clamp(0rem, 0.2314814815vw, 0.4rem);
    -moz-column-gap: clamp(0rem, 0.2314814815vw, 0.4rem);
    column-gap: clamp(0rem, 0.2314814815vw, 0.4rem);
    font-size: clamp(0rem, 0.9259259259vw, 1.6rem);
  }
}
.company-factories__list-item-ttl-link:before {
  background-image: url("../img/com/ico-map.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .company-factories__list-item-ttl-link:before {
    height: clamp(0rem, 1.1574074074vw, 2rem);
    width: clamp(0rem, 0.9259259259vw, 1.6rem);
  }
}
.company-factories__list-item-dl-dt {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .company-factories__list-item-dl-dt {
    font-size: clamp(0rem, 0.9259259259vw, 1.6rem);
    margin: 0 0 clamp(0rem, 0.2314814815vw, 0.4rem);
  }
}
.company-factories__list-item-txt, .company-factories__list-item-dl-dd {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .company-factories__list-item-txt, .company-factories__list-item-dl-dd {
    font-size: clamp(0rem, 0.9259259259vw, 1.6rem);
    margin: 0 0 clamp(0rem, 0.9259259259vw, 1.6rem);
  }
}
.company-factories__list-item-link {
  border: 0.1rem solid var(--theme);
  border-radius: 0.4rem;
  font-size: 1.2rem;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .company-factories__list-item-link {
    border-radius: clamp(0rem, 0.2314814815vw, 0.4rem);
    font-size: clamp(0rem, 0.8101851852vw, 1.4rem);
    padding: clamp(0rem, 0.8680555556vw, 1.5rem) clamp(0rem, 1.1574074074vw, 2rem);
  }
}
.company-factories__list-item-link:after {
  aspect-ratio: 1/1;
  background-image: url("../img/com/ico-arrow-theme.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .company-factories__list-item-link:after {
    width: clamp(0rem, 0.6944444444vw, 1.2rem);
  }
}
.company-factories__links-list {
  list-style: none;
}
@media screen and (min-width: 769px) {
  .company-factories__links-list {
    -webkit-column-gap: clamp(0rem, 2.3148148148vw, 4rem);
    -moz-column-gap: clamp(0rem, 2.3148148148vw, 4rem);
    column-gap: clamp(0rem, 2.3148148148vw, 4rem);
  }
}
.company-factories__links-list-item {
  border: 0.1rem solid rgba(92, 213, 230, 0.2);
  border-radius: 0.4rem;
}
@media screen and (min-width: 769px) {
  .company-factories__links-list-item {
    border-radius: clamp(0rem, 0.2893518519vw, 0.5rem);
    padding: clamp(0rem, 2.3148148148vw, 4rem) clamp(0rem, 2.0833333333vw, 3.6rem);
    width: calc(50% - clamp(0rem, 2.3148148148vw, 4rem) / 2);
  }
}
.company-factories__links-list-item-btn {
  border: 0.1rem solid var(--theme);
  border-radius: 0.4rem;
  font-size: 1.2rem;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .company-factories__links-list-item-btn {
    border-radius: clamp(0rem, 0.2314814815vw, 0.4rem);
    font-size: clamp(0rem, 0.8101851852vw, 1.4rem);
    margin: clamp(0rem, 0.9259259259vw, 1.6rem) 0 0 0;
    padding: clamp(0rem, 0.8680555556vw, 1.5rem) clamp(0rem, 1.1574074074vw, 2rem);
  }
}
.company-factories__links-list-item-btn:after {
  aspect-ratio: 1/1;
  background-image: url("../img/com/ico-arrow-theme.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .company-factories__links-list-item-btn:after {
    width: clamp(0rem, 0.6944444444vw, 1.2rem);
  }
}
.company-factories__links-list-item-ttl {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .company-factories__links-list-item-ttl {
    font-size: clamp(0rem, 1.3888888889vw, 2.4rem);
    margin: 0 0 clamp(0rem, 1.7361111111vw, 3rem);
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */