@charset "UTF-8";
html {
  font-size: 1.0582010582vw;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

ol {
  list-style-position: inside;
}

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

ul,
ol {
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
li {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

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

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

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

.contents {
  width: 33.1349206349vw;
  margin-right: 2.9100529101vw;
}
@media screen and (max-width: 768px) {
  .contents {
    width: 100%;
    margin-right: unset;
  }
}

.section-title__wrap {
  margin-top: 3.835978836vw;
}

.section-title {
  font-size: 5.291005291vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.175;
  color: #00A7C9;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 10.2564102564vw;
    line-height: 1.175;
  }
}

.section-title__en {
  font-size: 2.1164021164vw;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  line-height: 1.1875;
  color: #00A7C9;
}
@media screen and (max-width: 768px) {
  .section-title__en {
    font-size: 3.5897435897vw;
    line-height: 1.1428571429;
  }
}

.contents__ja {
  margin-top: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .contents__ja {
    margin-top: 8.2051282051vw;
  }
}

.contents__title {
  font-size: 1.5873015873vw;
  font-weight: 700;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .contents__title {
    font-size: 4.6153846154vw;
  }
}

.contents__text {
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .contents__text {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 4.1025641026vw;
  }
}

.contents__en {
  margin-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .contents__en {
    margin-top: 8.2051282051vw;
  }
}

.contents__title--en {
  font-size: 1.5873015873vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .contents__title--en {
    font-size: 4.6153846154vw;
  }
}

.contents__text--en {
  font-size: 1.0582010582vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.75;
  margin-top: 1.5873015873vw;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .contents__text--en {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 4.1025641026vw;
  }
}

.contents-btn {
  margin-top: 4.2328042328vw;
}
@media screen and (max-width: 768px) {
  .contents-btn {
    margin-top: 12.3076923077vw;
  }
}

.btn {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 51px;
  padding: 16px 0;
  background-color: #00A7C9;
  border: 1px solid #00A7C9;
  color: #fff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .btn {
    height: 48px;
  }
}

.btn:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  background-color: #FFF;
  mix-blend-mode: exclusion;
  transition: all 0.3s;
}

.btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #00A7C9;
}

.btn:hover:after {
  right: -8px;
}

.lower-title__wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-title__wrap {
    padding: 0 4.1025641026vw;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.lower-title_en {
  font-size: 10.582010582vw;
  font-weight: 700;
  line-height: 1.175;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lower-title_en {
    font-size: 16.4102564103vw;
    line-height: 1.171875;
  }
}

.lower-title {
  font-size: 2.1164021164vw;
  font-weight: 700;
  color: #00A7C9;
  position: absolute;
  bottom: 1.0582010582vw;
  left: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .lower-title {
    font-size: 4.1025641026vw;
    bottom: 0;
    left: 6.1538461538vw;
  }
}

.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

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

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

.inner {
  max-width: 70.3703703704vw;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: unset;
  }
}

body {
  overflow-x: clip;
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.4973544974vw;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .header {
    height: 54.3px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  padding: 0 3.1746031746vw;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 16px;
  }
}

.header__name {
  width: 8.7962962963vw;
  display: flex;
  align-items: center;
  margin-right: auto;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .header__name {
    width: 112px;
  }
}

.header__nav {
  height: inherit;
}

.header__items {
  display: flex;
  align-items: center;
  height: inherit;
}

.header__item {
  height: inherit;
}

.header__item:not(:first-child) {
  margin-left: 2.380952381vw;
}

.header__link {
  font-size: 1.0582010582vw;
  line-height: 1.1875;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  align-items: center;
  color: #000;
  height: inherit;
}

.hamburger {
  position: fixed;
  z-index: 9999;
  top: 19.15px;
  right: 16px;
  width: 40px;
  height: 16px;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  transition: transform 0.3s;
  background-color: #000;
}

.hamburger span:first-child {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 8px;
  transition: opacity 0.3s;
}

.hamburger span:nth-child(3) {
  top: 16px;
}

.hamburger.is-active span:first-child {
  top: 10px;
  transform: rotate(-25deg);
  background-color: #fff;
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 10px;
  transform: rotate(25deg);
  background-color: #fff;
}

.drawer-menu {
  position: fixed; /* absolute → fixed に */
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00A7C9;
  display: none;
  /* ← ここで縦スクロールを有効に */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* iOSの慣性スクロール対応 */
}

.drawer-menu__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* height: inherit; 削除 */
  min-height: 100vh; /* 必要に応じて、コンテンツが少ないときも画面いっぱいに */
}

.drawer-menu__items {
  display: flex;
  flex-direction: column;
  margin: 12.3076923077vw 8.2051282051vw;
}

.drawer-menu__item {
  display: inline-block;
}

.drawer-menu__item:not(:first-child) {
  margin-top: 8.2051282051vw;
}

.drawer-menu__link {
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1666666667;
  color: #fff;
}

.drawer-under {
  position: absolute;
  bottom: 8.2051282051vw;
  left: 8.2051282051vw;
}

.drawer-menu .icon__wrap {
  margin-bottom: 8.2051282051vw;
}

.drawer-menu .x {
  width: 25px;
}

.drawer-menu .tiktok {
  width: 22.6px;
  margin-left: 16px;
}

.drawer-menu .instagram {
  width: 26px;
  margin-left: 16px;
}

.drawer-menu .policy {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.1875;
  color: #fff;
}

.fv__inner {
  position: relative;
}

.fv-text-marquee {
  position: absolute;
  top: 21.2962962963vw;
  left: 0;
  height: 23.8756613757vw;
  overflow: hidden;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .fv-text-marquee {
    position: absolute;
    top: 80.5128205128vw;
    left: 0;
    width: 100vw;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    height: unset;
  }
}

.fv-text-track {
  display: flex;
  font-size: 0;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .fv-text-track {
    display: flex;
    align-items: flex-start;
    font-size: 0;
    line-height: 0;
    height: unset;
  }
}

.fv-text-track .fv-text {
  flex: 0 0 auto;
  display: block;
  max-width: none !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .fv-text-track .fv-text {
    flex: 0 0 auto;
    display: block;
    width: auto !important;
    max-width: none !important;
    height: 60.2564102564vw !important;
    -o-object-fit: unset !important;
       object-fit: unset !important;
    margin: 0;
    padding: 0;
    vertical-align: top;
  }
}

.person {
  position: absolute;
  top: 0;
  width: 100%;
}

.fv__text {
  position: absolute;
  top: 29.3650793651vw;
  left: 16.0714285714vw;
  font-size: 3.6243386243vw;
  font-weight: 700;
  line-height: 175%;
  color: #fff;
  text-shadow: 0px 0px 20px #005D70;
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: 8.2051282051vw;
    top: 86.6666666667vw;
    left: 6.4102564103vw;
  }
}

.scroll-circle__wrap {
  position: absolute;
  right: 3.0423280423vw;
  bottom: 3.0423280423vw;
}
@media screen and (max-width: 768px) {
  .scroll-circle__wrap {
    right: 4vw;
    bottom: 4.2564102564vw;
  }
}

.scroll-circle {
  position: relative;
  width: 13.2275132275vw;
  height: 13.2275132275vw;
}
@media screen and (max-width: 768px) {
  .scroll-circle {
    width: 26.5128205128vw;
    height: 26.5128205128vw;
  }
}

/* 回転させたい .circle に animation */
.scroll-circle .circle {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation: spin 25s linear infinite;
          animation: spin 25s linear infinite;
  transform-origin: center center;
}

/* .arrow を中央に固定 */
.scroll-circle .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.8101851852vw;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .scroll-circle .arrow {
    width: 3.6282051282vw;
  }
}

@-webkit-keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.fv-text-marquee {
  position: absolute;
  top: 21.2962962963vw;
  left: 0;
  width: 100vw;
  height: 23.8756613757vw;
  overflow: hidden;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .fv-text-marquee {
    position: absolute;
    top: 80.5128205128vw;
    left: 0;
    width: 100vw;
    height: 60.2564102564vw;
  }
}

.bg-marquee {
  background-image: var(--marquee-img);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 50%;
  -webkit-animation: bg-scroll-right var(--marquee-speed, 30s) linear infinite;
          animation: bg-scroll-right var(--marquee-speed, 30s) linear infinite;
  will-change: background-position;
}

@-webkit-keyframes bg-scroll-right {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}

@keyframes bg-scroll-right {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
@media (max-width: 768px) {
  .bg-marquee {
    --marquee-speed: 40s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bg-marquee {
    -webkit-animation: none;
            animation: none;
  }
}
.philosophy {
  background-color: #DAF9FF;
  isolation: isolate;
}

.philosophy__inner {
  position: relative;
  display: flex;
  padding-top: 6.746031746vw;
}
@media screen and (max-width: 768px) {
  .philosophy__inner {
    display: block;
    padding-top: 16.4102564103vw;
  }
}

.philosophy .contents-btn {
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .philosophy .contents-btn {
    justify-content: center;
    position: relative;
    z-index: 20;
  }
}

@media screen and (max-width: 768px) {
  .philosophy__inner.inner,
.contents-btn {
    overflow: visible !important;
    z-index: auto !important;
  }
}

.philosophy .btn {
  position: relative;
  overflow: visible;
}

.philosophy-shape {
  position: absolute;
  width: 35.5158730159vw;
  top: 6.746031746vw;
  right: -3.9682539683vw;
}
@media screen and (max-width: 768px) {
  .philosophy-shape {
    position: relative;
    width: 100%;
    top: unset;
    right: unset;
    margin-top: 8.2051282051vw;
  }
}

.philosophy-shape__md {
  margin-top: 8.2051282051vw;
}

.philosophy-img__wrap {
  position: relative;
  margin-top: 4.7619047619vw;
}
@media screen and (max-width: 768px) {
  .philosophy-img__wrap {
    margin-top: 20.5128205128vw;
  }
}

.philosophy-img01 {
  position: relative;
  width: 64.8148148148vw;
  margin-left: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .philosophy-img01 {
    width: 73.0769230769vw;
    margin-top: 38.4615384615vw;
  }
}

.philosophy-img02 {
  position: relative;
  width: 41.2698412698vw;
  margin-left: 16.1375661376vw;
  margin-top: 2.1164021164vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .philosophy-img02 {
    width: 48.7179487179vw;
    margin-top: 2.0692307692vw;
    margin-left: 6.1820512821vw;
  }
}

.philosophy-img__wrap {
  position: relative;
}

.philosophy-img-text-marquee {
  position: absolute;
  bottom: 16.9973544974vw;
  left: 0;
  width: 100vw;
  height: 22.0238095238vw;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .philosophy-img-text-marquee {
    width: 100%;
    bottom: 5.658974359vw;
    height: unset;
  }
}

.philosophy-img-text-track {
  display: flex;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .philosophy-img-text-track {
    width: auto;
    height: unset;
  }
}

.philosophy-img-text-track .philosophy-img_text {
  flex: 0 0 auto;
  display: block;
  max-width: none !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .philosophy-img-text-track .philosophy-img_text {
    display: block;
    width: auto !important;
    max-width: none !important;
    height: 54.8717948718vw !important;
  }
}

.philosophy__inner {
  position: relative;
  display: flex;
  overflow: visible;
  padding-top: 6.746031746vw;
}
@media screen and (max-width: 768px) {
  .philosophy__inner {
    display: block;
    padding-top: 16.4102564103vw;
  }
}

.philosophy-shape {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 6.746031746vw;
  align-self: flex-start;
  width: 35.5158730159vw;
  margin-right: -3.9682539683vw;
}

.philosophy-img-text-marquee {
  position: absolute;
  bottom: 16.9973544974vw;
  left: 0;
  width: 100vw;
  height: 22.0238095238vw;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .philosophy-img-text-marquee {
    width: 100%;
    bottom: 5.658974359vw;
    height: 54.8717948718vw;
  }
}

.bg-marquee-phi {
  background-image: var(--marquee-img);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 50%;
  -webkit-animation: bg-scroll-right-phi var(--phi-speed, 32s) linear infinite;
          animation: bg-scroll-right-phi var(--phi-speed, 32s) linear infinite;
  will-change: background-position;
}

@-webkit-keyframes bg-scroll-right-phi {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}

@keyframes bg-scroll-right-phi {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
@media (max-width: 768px) {
  .bg-marquee-phi {
    --phi-speed: 40s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bg-marquee-phi {
    -webkit-animation: none;
            animation: none;
  }
}
.products {
  position: relative;
  background-color: #DAF9FF;
  padding-top: 10.582010582vw;
  padding-bottom: 10.582010582vw;
}
@media screen and (max-width: 768px) {
  .products {
    padding-top: 20.5128205128vw;
    padding-bottom: 32.6923076923vw;
  }
}

.top_products-img01 {
  position: absolute;
  width: 41.2698412698vw;
  top: 10.582010582vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top_products-img01 {
    position: relative;
    width: 58.9743589744vw;
    top: unset;
  }
}

.top_products-img02 {
  position: absolute;
  width: 41.2698412698vw;
  top: 34.126984127vw;
  left: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .top_products-img02 {
    width: 58.9743589744vw;
    top: 44.8717948718vw;
    left: 32.8205128205vw;
  }
}

.products .contents {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 13.2275132275vw;
}
@media screen and (max-width: 768px) {
  .products .contents {
    margin-top: 32.5641025641vw;
  }
}

.products .contents-btn {
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .products .contents-btn {
    justify-content: center;
  }
}

.products .product-img__wrap {
  position: relative;
  margin-top: 10.0529100529vw;
}

.products .top_products-img03 {
  position: relative;
  width: 70.5026455026vw;
  margin-left: auto;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .products .top_products-img03 {
    width: 87.6923076923vw;
    padding-top: 25.641025641vw;
  }
}

.products .top_products-logo {
  position: absolute;
  width: 46.0317460317vw;
  bottom: -16.5343915344vw;
  left: 6.4814814815vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .products .top_products-logo {
    width: 74.1025641026vw;
    bottom: -46.1538461538vw;
    left: 0vw;
  }
}

.company {
  background-color: #00A7C9;
}
.company-top {
  width: 100%;
}

.company__inner {
  padding-top: 10.9788359788vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company__inner {
    padding-top: 10.7692307692vw;
    padding-bottom: 10.7692307692vw;
  }
}

/* ① 親要素はクリッピングせず、overflow も visible に */
.company .section-title {
  color: #fff;
  position: relative;
  z-index: 30;
}

.company .section-title__en {
  color: #fff;
}

.company .company-img__wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .company .company-img__wrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.top_company-img01 {
  position: relative;
  width: 56.5476190476vw;
  margin: 0 auto;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .top_company-img01 {
    width: 91.2820512821vw;
    margin-top: 13.3333333333vw;
  }
}

.top_company-img02 {
  position: absolute;
  width: 17.7248677249vw;
  top: -5.8201058201vw;
  right: -9.8544973545vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top_company-img02 {
    width: 30.7692307692vw;
    top: -19.2307692308vw;
    right: 6.4102564103vw;
  }
}

.top_company-img02-sub {
  position: absolute;
  width: 12.6322751323vw;
  top: 2.5132275132vw;
  right: 5.5555555556vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_company-img02-sub {
    width: 22.3076923077vw;
    top: -8.9743589744vw;
    right: 25.641025641vw;
  }
}

.top_company-img03 {
  position: absolute;
  width: 17.6587301587vw;
  left: -10.119047619vw;
  bottom: 13.2275132275vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top_company-img03 {
    width: 30.7692307692vw;
    left: 6.1538461538vw;
    bottom: -25.641025641vw;
  }
}

.top_company-img03-sub {
  position: absolute;
  width: 10.582010582vw;
  left: 4.4312169312vw;
  bottom: 7.4074074074vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_company-img03-sub {
    width: 18.4615384615vw;
    bottom: -33.3333333333vw;
    left: 31.5384615385vw;
  }
}

.top_company-img04 {
  position: absolute;
  width: 20.8994708995vw;
  right: -13.0291005291vw;
  bottom: 1.7857142857vw;
}
@media screen and (max-width: 768px) {
  .top_company-img04 {
    width: 26.1538461538vw;
    right: 10.2564102564vw;
    bottom: -21.4205128205vw;
  }
}

.company .products-contents__wrap {
  display: flex;
  margin-top: 1.7195767196vw;
}
@media screen and (max-width: 768px) {
  .company .products-contents__wrap {
    display: block;
    margin-top: 36.5487179487vw;
  }
}

.company .contents__ja {
  width: 32.5396825397vw;
  margin-top: 0;
  margin-right: 2.6455026455vw;
}
@media screen and (max-width: 768px) {
  .company .contents__ja {
    width: unset;
    margin-right: unset;
  }
}

.company .contents__title {
  color: #fff;
}

.company .contents__text {
  color: #fff;
}

.company .contents__en {
  width: 32.5396825397vw;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .company .contents__en {
    width: unset;
    margin-top: 8.2051282051vw;
  }
}

.company .contents__title--en {
  color: #fff;
}

.company .contents__text--en {
  color: #fff;
}

.company .contents-btn {
  display: flex;
  justify-content: center;
  margin-top: 4.2328042328vw;
}
@media screen and (max-width: 768px) {
  .company .contents-btn {
    margin-top: 12.3076923077vw;
  }
}

.company .btn {
  background-color: #fff;
  border: 1px solid #00A7C9;
  color: #00A7C9;
  transition: background-color 0.3s;
}

.company .btn:hover {
  opacity: 1;
  background-color: #DAF9FF;
}

.news {
  background-color: #fff;
  padding-top: 4.4973544974vw;
  padding-bottom: 22.5529100529vw;
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 10.7692307692vw;
    padding-bottom: 70.5128205128vw;
  }
}

#news .news__inner {
  overflow: visible;
}
#news .news-title__wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 768px) {
  #news .news-title__wrap {
    display: block;
  }
}

#news .contents-btn {
  margin-top: 0;
  padding-right: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  #news .contents-btn {
    margin-top: 8.2051282051vw;
    display: flex;
    justify-content: center;
  }
}

#news .news__slider {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

#news .news__slider::-webkit-scrollbar {
  display: none;
}

.news .inner {
  overflow: visible;
}

/* Splide 自体の overflow を可視化 */
.news__slider-wrap {
  /* inner と同じ横幅に揃えて中央寄せ */
  max-width: 83.8624338624vw;
  margin-left: auto; /* ← your inner の横幅に合わせて */
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  margin-top: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .news__slider-wrap {
    margin-top: 8.2051282051vw;
    max-width: unset;
  }
}

/* スライダー本体は横いっぱいに動かす */
.news__slider {
  width: 100%;
}

#news .news__link {
  display: flex;
  align-items: center;
  background-color: #DAF9FF;
  padding: 1.5873015873vw;
  transition: background-color 0.3s;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #news .news__link {
    padding: 4.1025641026vw;
    display: block;
  }
}

#news .news__link:hover {
  background-color: #00A7C9;
}
#news .news__link:hover .news-date,
#news .news__link:hover .news__text {
  color: #fff;
}

#news .news__img {
  width: 9.2592592593vw;
  height: 5.9523809524vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #news .news__img {
    width: 59.4871794872vw;
    height: 31.7948717949vw;
  }
}

#news .news-text__wrap {
  margin-left: 1.5873015873vw;
  width: 15.873015873vw;
}
@media screen and (max-width: 768px) {
  #news .news-text__wrap {
    margin-left: unset;
    margin-top: 6.1538461538vw;
    width: unset;
  }
}

#news .news-date {
  font-size: 14px;
  line-height: 1.1428571429;
  color: #000;
}

#news .news__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  #news .news__text {
    margin-top: 4.1025641026vw;
  }
}

.news__slider-wrap {
  overflow: hidden;
  position: relative;
}

.news__slider-wrap {
  position: relative;
  width: 100vw;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.news__slider {
  width: 100%;
}

.news__slider .splide__slide {
  flex: none;
  width: 29.8941798942vw; /* カード幅 */
  margin-right: 24px; /* gap と同じ数値 */
}
@media screen and (max-width: 768px) {
  .news__slider .splide__slide {
    width: 67.6923076923vw;
    margin-right: 2.0512820513vw;
  }
}

.mv {
  position: relative;
  margin-top: 4.4973544974vw;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 54.3px;
  }
}

.mv-title__wrap {
  position: absolute;
  top: 5.291005291vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv-title__wrap {
    top: 12.3076923077vw;
  }
}

.mv-title__main {
  font-size: 5.8201058201vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 1.1704545455;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mv-title__main {
    font-size: 12.3076923077vw;
    line-height: 1.1666666667;
  }
}

.mv-title__sub {
  font-size: 2.1164021164vw;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 1.1875;
}
@media screen and (max-width: 768px) {
  .mv-title__sub {
    font-size: 6.1538461538vw;
    line-height: 1.1666666667;
  }
}

.lower-about {
  background-color: #DAF9FF;
  padding-top: 5.291005291vw;
  padding-bottom: 22.5529100529vw;
}
@media screen and (max-width: 768px) {
  .lower-about {
    padding-top: 16.4102564103vw;
    padding-bottom: 70.5128205128vw;
  }
}

.spirits__contents {
  position: relative;
  margin-top: 5.291005291vw;
  display: flex;
}
@media screen and (max-width: 768px) {
  .spirits__contents {
    display: block;
    margin-top: 8.2051282051vw;
  }
}

.spirits-img {
  position: absolute;
  top: 0;
  left: -16.6005291005vw;
  width: 47.8835978836vw;
}
@media screen and (max-width: 768px) {
  .spirits-img {
    position: relative;
    top: auto;
    left: 0;
    width: 93.5897435897vw;
  }
}

.spirits-text__wrap {
  width: 33.1349206349vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .spirits-text__wrap {
    width: 100%;
    margin-left: unset;
    padding-top: 65.641025641vw;
    padding-top: 8.2051282051vw;
  }
}

.spirits__text {
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .spirits__text {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}

.spirits__text--en {
  font-size: 1.0582010582vw;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .spirits__text--en {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 4.1025641026vw;
  }
}

.introduction {
  max-width: 63.8888888889vw;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  padding-top: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .introduction {
    max-width: unset;
    padding-top: 16.4102564103vw;
  }
}

.introduction__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .introduction__item {
    display: block;
  }
}

.introduction__item + .introduction__item {
  margin-top: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .introduction__item + .introduction__item {
    margin-top: 12.3076923077vw;
  }
}

.introduction__title {
  font-size: 3.9682539683vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.1666666667;
  color: #00A7C9;
  width: 34.78%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .introduction__title {
    font-size: 7.6923076923vw;
    line-height: 1.1666666667;
    width: 100%;
    text-align: left;
  }
}

.introduction-contents__wrap {
  padding-left: 5.291005291vw;
  width: 67.22%;
}
@media screen and (max-width: 768px) {
  .introduction-contents__wrap {
    width: 100%;
    padding-left: unset;
  }
}

.introduction__title--ja {
  font-size: 1.1904761905vw;
  font-weight: 700;
  color: #00A7C9;
}
@media screen and (max-width: 768px) {
  .introduction__title--ja {
    font-size: 3.5897435897vw;
    margin-top: 6.1538461538vw;
  }
}

.introduction__text {
  font-size: 1.5873015873vw;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .introduction__text {
    font-size: 4.6153846154vw;
    line-height: 1.7777777778;
    margin-top: 4.1025641026vw;
  }
}

.introduction__text--en {
  font-size: 1.0582010582vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.75;
  margin-top: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .introduction__text--en {
    font-size: 4.1025641026vw;
    line-height: 1.75;
    margin-top: 4.1025641026vw;
  }
}

.introduction-img__wrap {
  position: relative;
  margin-top: 10.582010582vw;
}
@media screen and (max-width: 768px) {
  .introduction-img__wrap {
    margin-top: 35.8974358974vw;
  }
}

.introduction-img01 {
  width: 64.8148148148vw;
}
@media screen and (max-width: 768px) {
  .introduction-img01 {
    width: 73.5897435897vw;
  }
}

.introduction-img02 {
  position: absolute;
  width: 27.1164021164vw;
  top: -13.3597883598vw;
  left: 12.4338624339vw;
}
@media screen and (max-width: 768px) {
  .introduction-img02 {
    width: 44.6153846154vw;
    top: -19.4871794872vw;
    right: 6.1538461538vw;
    left: unset;
  }
}

.introduction-img03 {
  position: absolute;
  width: 64.8148148148vw;
  right: 0;
  bottom: -3.6375661376vw;
}
@media screen and (max-width: 768px) {
  .introduction-img03 {
    width: 87.6923076923vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4.6153846154vw;
  }
}

.promises {
  margin-top: 14.0873015873vw;
}
@media screen and (max-width: 768px) {
  .promises {
    margin-top: 21.0256410256vw;
  }
}

.promises__items {
  margin-top: 4.2328042328vw;
}
@media screen and (max-width: 768px) {
  .promises__items {
    margin-top: 15.3846153846vw;
  }
}

.promises__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .promises__item {
    display: block;
  }
}

.promises__item:nth-child(2) {
  flex-direction: row-reverse;
  margin-top: 5.291005291vw;
}

.promises__item:nth-child(3) {
  margin-top: 9.5238095238vw;
}

.promises-contents {
  width: 29.7619047619vw;
  margin-top: 4.4973544974vw;
  padding-right: 2.1164021164vw;
  padding-left: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .promises-contents {
    width: 100%;
    padding-left: unset;
    margin-right: unset;
    margin-top: unset;
    margin-bottom: 8.2051282051vw;
  }
}

.promises__item:nth-child(2) .promises-contents {
  width: 26.8518518519vw;
  padding-right: unset;
  padding-left: 0;
  margin-left: 3.7037037037vw;
}
@media screen and (max-width: 768px) {
  .promises__item:nth-child(2) .promises-contents {
    width: unset;
    margin-left: unset;
    margin-top: 19.4871794872vw;
  }
}

.promises__item:nth-child(3) .promises-contents {
  padding-right: 1.2566137566vw;
}
@media screen and (max-width: 768px) {
  .promises__item:nth-child(3) .promises-contents {
    margin-top: 19.4871794872vw;
  }
}

.promises-title__wrap {
  position: relative;
}

.promises-item__title {
  position: relative;
  font-size: 1.5211640212vw;
  font-weight: 700;
  line-height: 175%;
  color: #00A7C9;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .promises-item__title {
    font-size: 4.6153846154vw;
    line-height: 1.7777777778;
  }
}

.promises-title__number {
  position: absolute;
  top: -4.4973544974vw;
  left: -1.5873015873vw;
  display: inline-block;
  font-size: 7.9365079365vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.175;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .promises-title__number {
    font-size: 14.358974359vw;
    line-height: 1.1785714286;
    top: -7.1794871795vw;
    left: -2.0512820513vw;
  }
}

.promises-item__title--en {
  font-size: 1.3227513228vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
  color: #00A7C9;
  margin-top: 0.9259259259vw;
}
@media screen and (max-width: 768px) {
  .promises-item__title--en {
    font-size: 4.1025641026vw;
    line-height: 1.75;
    margin-top: 4.1025641026vw;
  }
}

.promises__text {
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .promises__text {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 6.1538461538vw;
  }
}

.promises__text--en {
  font-size: 1.0582010582vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.75;
  margin-top: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .promises__text--en {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 4.1025641026vw;
  }
}

.promises-img01 {
  width: 37.962962963vw;
}
@media screen and (max-width: 768px) {
  .promises-img01 {
    margin-top: 8.2051282051vw;
  }
}

.promises-img02 {
  width: 36.7063492063vw;
}
@media screen and (max-width: 768px) {
  .promises-img02 {
    margin-top: 8.2051282051vw;
  }
}

.promises-img03 {
  width: 36.6402116402vw;
}
@media screen and (max-width: 768px) {
  .promises-img03 {
    margin-top: 8.2051282051vw;
  }
}

.services {
  margin-top: 10.582010582vw;
}
@media screen and (max-width: 768px) {
  .services {
    margin-top: 16.4102564103vw;
  }
}

.services__items {
  margin-top: 5.291005291vw;
  margin-left: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .services__items {
    margin-top: 8.2051282051vw;
    margin-left: unset;
  }
}

.services__item + .services__item {
  margin-top: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .services__item + .services__item {
    margin-top: 12.3076923077vw;
  }
}

.services__title {
  font-size: 1.5873015873vw;
  font-weight: 700;
  line-height: 175%;
  color: #00A7C9;
}
@media screen and (max-width: 768px) {
  .services__title {
    font-size: 4.6153846154vw;
    line-height: 1.7777777778;
  }
}

.services__title--en {
  font-size: 1.3227513228vw;
  font-weight: 700;
  line-height: 150%;
  color: #00A7C9;
  margin-top: 0.5291005291vw;
}
@media screen and (max-width: 768px) {
  .services__title--en {
    font-size: 4.0512820513vw;
    line-height: 1.75;
    margin-top: 2.0512820513vw;
  }
}

.services-item__contents {
  display: flex;
  margin-top: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .services-item__contents {
    display: block;
    margin-top: 6.1538461538vw;
  }
}

.services-item__img {
  width: 26.455026455vw;
  height: 16.6005291005vw;
}
@media screen and (max-width: 768px) {
  .services-item__img {
    width: 100%;
    height: 46.1538461538vw;
  }
}

.services-text__wrap {
  width: 34.3915343915vw;
  margin-left: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .services-text__wrap {
    width: 100%;
    margin-left: unset;
    margin-top: 6.1538461538vw;
  }
}

.services-item__text {
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .services-item__text {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}

.services-item__text--en {
  font-size: 1.0582010582vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.75;
  margin-top: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .services-item__text--en {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 4.1025641026vw;
  }
}

.contact {
  position: relative;
}

.contact__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11.9708994709vw;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    bottom: -44.6153846154vw;
  }
}

.contact__container {
  position: relative;
  padding: 5.291005291vw 0;
}
@media screen and (max-width: 768px) {
  .contact__container {
    padding: unset;
  }
}

.contact__bg {
  position: absolute;
  max-width: 83.8624338624vw;
  top: 0.5291005291vw;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__bg {
    max-width: 91.7948717949vw;
  }
}

#contact .contact__container {
  position: relative;
  overflow: hidden;
}

#contact .contact__container .contact__bg,
#contact .contact__container::after {
  position: absolute;
  top: 0.5291005291vw;
  left: 0;
  width: 83.8624338624vw;
  height: 23.9417989418vw;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #contact .contact__container .contact__bg,
#contact .contact__container::after {
    width: 91.7948717949vw;
    height: 94.6153846154vw;
  }
}

#contact .contact__container .contact__bg {
  z-index: 0;
}

#contact .contact__container::after {
  content: "";
  background-image: url("../img/bg_contact-hover.jpg");
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
  z-index: 1;
}

#contact .contact__container.btn-hovered::after {
  opacity: 1;
}

#contact .contact-text__inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contact .contact-text__inner {
    padding-top: 12.3076923077vw;
    padding-bottom: 12.3076923077vw;
  }
}

.contact-title__wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-title__wrap {
    display: block;
  }
}

.contact__title {
  font-size: 3.7037037037vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 10.2564102564vw;
    line-height: 1.175;
  }
}

.contact-title__text {
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  margin-left: 3.3068783069vw;
  margin-top: 0.9920634921vw;
}
@media screen and (max-width: 768px) {
  .contact-title__text {
    margin-left: unset;
    margin-top: 2.0512820513vw;
    font-size: 3.5897435897vw;
    font-weight: 500;
    line-height: 1.7142857143;
    max-width: 79.4871794872vw;
  }
}

.contact-btn__wrap {
  display: flex;
  margin-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .contact-btn__wrap {
    display: block;
    margin-top: 10.2564102564vw;
  }
}

.contact__btn:not(:first-child) {
  margin-left: 5.0264550265vw;
}
@media screen and (max-width: 768px) {
  .contact__btn:not(:first-child) {
    margin-left: unset;
    margin-top: 6.1538461538vw;
  }
}

.contact-btn__link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: 0.3s color;
}

.contact-btn__link:hover {
  opacity: 1;
}

.contact-btn__link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: color 0.3s, opacity 0.3s;
  opacity: 1;
}

.contact-btn__wrap:hover .contact-btn__link:not(:hover) {
  opacity: 0.3;
}

.contact-btn__link img {
  width: 5.8201058201vw;
  margin-right: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .contact-btn__link img {
    width: 12.3076923077vw;
    margin-right: 4.1025641026vw;
  }
}

.contact-btn__link:hover .mail-text,
.contact-btn__link:hover .tel-number,
.contact-btn__link:hover .reception-time {
  color: #000;
  transition: color 0.3s;
}

.tel-number {
  font-size: 2.1164021164vw;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tel-number {
    font-size: 5.641025641vw;
    line-height: 1.1818181818;
  }
}

.reception-time {
  font-size: 0.9259259259vw;
  font-weight: 400;
  line-height: 1.714;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .reception-time {
    font-size: 3.5897435897vw;
  }
}

.mail-text {
  font-size: 1.5873015873vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mail-text {
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
}

.lower-products {
  background-color: #DAF9FF;
  padding-top: 5.291005291vw;
  padding-bottom: 21.2962962963vw;
}
@media screen and (max-width: 768px) {
  .lower-products {
    padding-top: 16.4102564103vw;
    padding-bottom: 70.5128205128vw;
  }
}

.lower-products .products-contents__wrap {
  margin-top: 5.291005291vw;
}

.lower-products .products-contents__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .lower-products .products-contents__inner {
    display: block;
  }
}

.lower-products .products-img {
  width: 45.6349206349vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lower-products .products-img {
    width: 100%;
  }
}

.lower-products .products__items {
  margin-left: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .lower-products .products__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: unset;
    margin-top: 4.1025641026vw;
    gap: 2.0512820513vw;
  }
}

.lower-products .products__item {
  background-color: #fff;
  width: 18.5185185185vw;
  font-size: max(1.3227513228vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding: 0.5291005291vw 0;
}
@media screen and (max-width: 768px) {
  .lower-products .products__item {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    width: 48.8%;
    padding: 2.0512820513vw 0;
  }
}

.processed__item.double {
  padding: 1.5873015873vw 0;
}
@media screen and (max-width: 768px) {
  .processed__item.double {
    padding: 5.1282051282vw;
  }
}

.lower-products .products__item + .products__item {
  margin-top: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .lower-products .products__item + .products__item {
    margin-top: unset;
  }
}

.products__text {
  font-size: max(1.0582010582vw, 16px);
  font-weight: 400;
  line-height: 1.25;
  margin-top: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .products__text {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 3.8461538462vw;
  }
}

.frozen__section {
  margin-top: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .frozen__section {
    margin-top: 12.3076923077vw;
  }
}

.frozen__section .lower-title__wrap {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .frozen__section .lower-title__wrap {
    text-align: left;
  }
}

.frozen__section .lower-title {
  right: 44.9735449735vw;
}
@media screen and (max-width: 768px) {
  .frozen__section .lower-title {
    left: 6.1538461538vw;
  }
}

.frozen__section .products-contents__wrap {
  margin-top: 4.2328042328vw;
}

.frozen__section .products-contents__inner {
  flex-direction: row-reverse;
}

.frozen__section .products__items {
  margin-left: unset;
  margin-right: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .frozen__section .products__items {
    display: flex;
    flex-wrap: wrap;
    margin-right: unset;
  }
}

.processed__section {
  margin-top: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .processed__section {
    margin-top: 12.3076923077vw;
  }
}

.processed-img {
  width: 38.7566137566vw;
  margin-right: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .processed-img {
    width: 100%;
    margin-right: unset;
  }
}

.processed__items {
  display: flex;
  justify-content: center;
  gap: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .processed__items {
    gap: 2.0512820513vw;
    margin-top: 4.1025641026vw;
  }
}

.processed__list {
  display: flex;
  flex-direction: column;
  gap: 1.0582010582vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .processed__list {
    gap: 2.0512820513vw;
    width: 50%;
  }
}

.processed__item {
  background-color: #fff;
  padding: 0.5291005291vw 0;
  font-size: max(1.3227513228vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  width: 12.1693121693vw;
}
@media screen and (max-width: 768px) {
  .processed__item {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    width: 100%;
    padding: 2.0512820513vw 0;
  }
}

.products-article {
  width: 86.1111111111vw;
  padding-top: 10.7804232804vw;
  margin: 0 auto;
}

#lower-company {
  background-color: #DAF9FF;
}

#lower-company .lower-company__inner {
  padding: 5.291005291vw 0 22.5529100529vw;
}
@media screen and (max-width: 768px) {
  #lower-company .lower-company__inner {
    padding-top: 12.3076923077vw;
    padding-bottom: 70.5128205128vw;
  }
}

#lower-company .message__section {
  position: relative;
}

#lower-company .message-text__wrap {
  width: 33.1349206349vw;
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #lower-company .message-text__wrap {
    width: 100%;
  }
}

#lower-company .message__text {
  margin-top: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  #lower-company .message__text {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 111.7948717949vw;
  }
}

#lower-company .message__text + .message__text {
  margin-top: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  #lower-company .message__text + .message__text {
    margin-top: 4.1025641026vw;
  }
}

#lower-company .message__text-en {
  font-family: "Roboto", sans-serif;
  margin-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  #lower-company .message__text-en {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 4.1025641026vw;
  }
}

#lower-company .president {
  margin-top: 1.5873015873vw;
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 1.75;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #lower-company .president {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 4.1025641026vw;
  }
}

#lower-company .president-name {
  font-size: 1.1904761905vw;
  font-weight: 400;
  line-height: 1.556;
}
@media screen and (max-width: 768px) {
  #lower-company .president-name {
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}

#lower-company .president__en {
  font-size: 1.0582010582vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.75;
  margin-top: 0.5291005291vw;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #lower-company .president__en {
    font-size: 3.5897435897vw;
    line-height: 2;
  }
}

#lower-company .president-name__en {
  font-size: 1.3227513228vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #lower-company .president-name__en {
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}

#lower-company .message__img {
  width: 45.4365079365vw;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #lower-company .message__img {
    width: 100%;
    top: 27.4358974359vw;
    padding: 0 6.1538461538vw;
  }
}

#lower-company .outline-img__wrap {
  position: relative;
  margin-top: 14.8148148148vw;
}
@media screen and (max-width: 768px) {
  #lower-company .outline-img__wrap {
    margin-top: 35.8974358974vw;
  }
}

#lower-company .outline__img01 {
  width: 64.8148148148vw;
}
@media screen and (max-width: 768px) {
  #lower-company .outline__img01 {
    width: 73.5897435897vw;
  }
}

#lower-company .outline__img02 {
  position: absolute;
  width: 32.8042328042vw;
  top: -4.2328042328vw;
  right: 6.4814814815vw;
}
@media screen and (max-width: 768px) {
  #lower-company .outline__img02 {
    width: 44.6153846154vw;
    top: -19.4871794872vw;
    right: 6.1538461538vw;
  }
}

#lower-company .outline__section .lower-title__wrap {
  text-align: right;
  margin-top: -4.8941798942vw;
}
@media screen and (max-width: 768px) {
  #lower-company .outline__section .lower-title__wrap {
    text-align: left;
    margin-top: -8.2051282051vw;
  }
}

#lower-company .outline__section .lower-title {
  right: 23.8095238095vw;
}

#lower-company .outline-table {
  width: 100%;
  margin-top: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  #lower-company .outline-table {
    margin-top: 4.1025641026vw;
  }
}

#lower-company .outline-table tr {
  position: relative;
}
@media screen and (max-width: 768px) {
  #lower-company .outline-table tr {
    padding: 4.1025641026vw 0;
  }
}

#lower-company .outline-table {
  border-collapse: collapse;
}

#lower-company .outline-table tr + tr {
  border-top: 1px solid #ADE2ED;
}

#lower-company .outline-table .first-content::before {
  background-color: transparent;
}

#lower-company .outline-table th,
#lower-company .outline-table td {
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  padding: 1.5873015873vw 0;
}
@media screen and (max-width: 768px) {
  #lower-company .outline-table th,
#lower-company .outline-table td {
    display: block;
    padding: unset;
  }
}

#lower-company .outline-table .first-content th,
#lower-company .outline-table .first-content td {
  padding-top: 0;
}

#lower-company .outline-table th {
  width: 13.0291005291vw;
}
@media screen and (max-width: 768px) {
  #lower-company .outline-table th {
    width: unset;
    font-size: 3.0769230769vw;
    line-height: 1.75;
  }
}

#lower-company .outline-table td {
  width: 54.1666666667vw;
}
@media screen and (max-width: 768px) {
  #lower-company .outline-table td {
    width: unset;
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 2.0512820513vw;
  }
}

@media screen and (max-width: 768px) {
  #lower-company .outline-table th.table-label {
    padding-top: 4.1025641026vw;
  }
}

#lower-company .outline-table .outline__en {
  font-size: 0.9259259259vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.7142857143;
  margin-top: 0.5291005291vw;
}
@media screen and (max-width: 768px) {
  #lower-company .outline-table .outline__en {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 2.0512820513vw;
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
    padding-bottom: 4.1025641026vw;
  }
}

@media screen and (max-width: 768px) {
  #lower-company .outline-table .outline__en-label {
    margin-top: 4.1025641026vw;
  }
}

@media screen and (max-width: 768px) {
  #lower-company .outline-table .outline__en.margin-delete {
    padding-bottom: unset;
  }
}

#lower-company .outline-table .google-map {
  position: relative;
  font-size: 0.9259259259vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.7142857143;
  color: #00A7C9;
}
@media screen and (max-width: 768px) {
  #lower-company .outline-table .google-map {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 4.1025641026vw;
  }
}

#lower-company .outline-table .google-map::after {
  position: absolute;
  content: "";
  background-image: url(../img/googlemap-link.png);
  background-position: center;
  background-size: contain;
  width: 0.7936507937vw;
  height: 0.7936507937vw;
  top: 50%;
  transform: translateY(-50%);
  right: -1.0582010582vw;
}
@media screen and (max-width: 768px) {
  #lower-company .outline-table .google-map::after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    right: -4.1025641026vw;
  }
}

#lower-company .group-section__inner {
  margin-top: 10.582010582vw;
}
@media screen and (max-width: 768px) {
  #lower-company .group-section__inner {
    margin-top: 12.3076923077vw;
  }
}

#lower-company .group__img {
  width: 56.5476190476vw;
  padding-top: 5.291005291vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lower-company .group__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0 4.358974359vw;
    padding-top: 8.2051282051vw;
  }
}

#lower-company .group__items {
  display: grid;
  gap: 3.1746031746vw;
  grid-template-columns: 1fr 1fr;
  margin-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  #lower-company .group__items {
    display: block;
    margin-top: 8.0871794872vw;
  }
}

@media screen and (max-width: 768px) {
  #lower-company .group__item:not(:first-child) {
    margin-top: 6.1538461538vw;
  }
}

#lower-company .group__section .company-name {
  display: inline-block;
  position: relative;
  font-size: 1.3227513228vw;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 768px) {
  #lower-company .group__section .company-name {
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}

#lower-company .group__section .company-name:after {
  position: absolute;
  content: "";
  background-image: url(../img/group-link.png);
  background-size: contain;
  background-position: center;
  width: 1.0582010582vw;
  height: 1.0582010582vw;
  top: 50%;
  transform: translateY(-50%);
  right: -1.5873015873vw;
}
@media screen and (max-width: 768px) {
  #lower-company .group__section .company-name:after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    right: -6.1538461538vw;
  }
}

#lower-company .group__section .group__item:nth-child(4) .company-name::after,
#lower-company .group__section .group__item:nth-child(5) .company-name::after,
#lower-company .group__section .group__item:nth-child(6) .company-name::after {
  display: none;
}

#lower-company .group__section .company-name__en {
  font-size: 1.0582010582vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  margin-top: 0.5291005291vw;
  color: #000;
}
@media screen and (max-width: 768px) {
  #lower-company .group__section .company-name__en {
    font-size: 4.1025641026vw;
    line-height: 1.5;
    margin-top: 2.0512820513vw;
  }
}

#lower-company .group__section .company-address {
  font-size: 0.9259259259vw;
  font-weight: 400;
  line-height: 1.7142857143;
  margin-top: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  #lower-company .group__section .company-address {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 4.1025641026vw;
  }
}

#lower-company .group__section .company-address__en {
  font-size: 0.9259259259vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.7142857143;
  margin-top: 0.5291005291vw;
}
@media screen and (max-width: 768px) {
  #lower-company .group__section .company-address__en {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 2.0512820513vw;
  }
}

#lower-company .history__section {
  margin-top: 14.8148148148vw;
}
@media screen and (max-width: 768px) {
  #lower-company .history__section {
    margin-top: 16.4102564103vw;
  }
}

#lower-company .history-img__wrap {
  position: relative;
  width: 64.8148148148vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lower-company .history-img__wrap {
    width: 79.4871794872vw;
  }
}

#lower-company .history__img01 {
  margin: 0 auto;
}

.history-caption {
  font-size: 0.9259259259vw;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #00A7C9;
  margin-top: 0.5291005291vw;
}
@media screen and (max-width: 768px) {
  .history-caption {
    font-size: 3.5897435897vw;
    margin-top: 2vw;
    text-align: center;
  }
}

#lower-company .history__section .lower-title__wrap {
  margin-top: -8.2671957672vw;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #lower-company .history__section .lower-title__wrap {
    margin-top: -8.2051282051vw;
    text-align: left;
  }
}

#lower-company .history__section .lower-title {
  right: 29.8941798942vw;
}
@media screen and (max-width: 768px) {
  #lower-company .history__section .lower-title {
    right: unset;
  }
}

.history__timeline {
  position: relative;
  margin-top: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .history__timeline {
    margin-top: 8.2051282051vw;
  }
}

.history__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0.0661375661vw;
  background-color: #00A7C9;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .history__line {
    width: 1px;
    left: 6.1538461538vw;
    transform: none;
  }
}

.history__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.history__item {
  position: relative;
  width: 50%;
  padding: 1.3227513228vw 0;
}
@media screen and (max-width: 768px) {
  .history__item {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding: 0 0 0 14.358974359vw;
  }
}

@media screen and (max-width: 768px) {
  .history__item:not(:first-child) {
    margin-top: 6.1538461538vw;
  }
}

.history__item:nth-child(odd) {
  position: relative;
  left: 0;
  text-align: right;
}

.history__item:nth-child(odd):after {
  position: absolute;
  content: "";
  width: 1.5873015873vw;
  height: 0.0661375661vw;
  background-color: #00A7C9;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 768px) {
  .history__item:nth-child(odd):after {
    width: 6.1538461538vw;
    height: 0.2564102564vw;
    left: 6.1538461538vw;
    top: 20%;
    transform: unset;
  }
}

.history__item:nth-child(even) {
  position: relative;
  left: 50%;
  text-align: left;
}

.history__item:nth-child(even)::before {
  position: absolute;
  content: "";
  width: 1.5873015873vw;
  height: 0.0661375661vw;
  background-color: #00A7C9;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .history__item:nth-child(even)::before {
    width: 6.1538461538vw;
    height: 0.2564102564vw;
    left: 6.1538461538vw;
    top: 20%;
    transform: unset;
  }
}

.history__item:last-child {
  padding-bottom: 5.753968254vw;
}
@media screen and (max-width: 768px) {
  .history__item:last-child {
    padding-bottom: 6.1538461538vw;
  }
}

.history__item:last-child::after {
  position: absolute;
  content: "";
  width: 1.5873015873vw;
  height: 0.0661375661vw;
  background-color: #00A7C9;
  top: 35%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .history__item:last-child::after {
    width: 6.1538461538vw;
    height: 0.2564102564vw;
    left: 6.1538461538vw;
    top: 20%;
    transform: unset;
  }
}

.history__content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .history__content {
    display: block;
  }
}

.history__item:nth-child(odd) .history__content {
  flex-direction: row-reverse;
  padding-right: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .history__item:nth-child(odd) .history__content {
    padding-right: unset;
  }
}

.history__item:nth-child(even) .history__content {
  padding-left: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .history__item:nth-child(even) .history__content {
    padding-left: unset;
  }
}

.history__content time {
  display: block;
  font-size: 5.291005291vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.175;
  color: #00A7C9;
}
@media screen and (max-width: 768px) {
  .history__content time {
    font-size: 8.2051282051vw;
    line-height: 1.1875;
  }
}

.history__item:nth-child(odd) .history__content time {
  margin-left: 2.6455026455vw;
}
@media screen and (max-width: 768px) {
  .history__item:nth-child(odd) .history__content time {
    margin-left: unset;
  }
}

.history__item:nth-child(even) .history__content time {
  margin-right: 2.6455026455vw;
}
@media screen and (max-width: 768px) {
  .history__item:nth-child(even) .history__content time {
    margin-right: unset;
  }
}

.history__item:first-child .history__content time {
  margin-left: 1.2566137566vw;
}
@media screen and (max-width: 768px) {
  .history__item:first-child .history__content time {
    margin-left: unset;
  }
}

.history__item:nth-child(3) .history__content time {
  margin-left: 3.3068783069vw;
}
@media screen and (max-width: 768px) {
  .history__item:nth-child(3) .history__content time {
    margin-left: unset;
  }
}

.history__text {
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .history__text {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-top: 2.0512820513vw;
  }
}

.history__text-en {
  font-size: 0.9259259259vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.7142857143;
  margin-top: 0.5291005291vw;
}
@media screen and (max-width: 768px) {
  .history__text-en {
    font-size: 3.5897435897vw;
    margin-top: 2.0512820513vw;
  }
}

.lower-news {
  background-color: #DAF9FF;
}

.lower-news .news__inner {
  padding: 5.291005291vw 0 22.5529100529vw;
}
@media screen and (max-width: 768px) {
  .lower-news .news__inner {
    padding: 0 6.1538461538vw;
    padding-top: 12.3076923077vw;
    padding-bottom: 85.8974358974vw;
  }
}

.sort__item {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}

/* ドロップダウン（非表示状態） */
.sort__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5291005291vw;
  padding: 0.5291005291vw 1.0582010582vw;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

/* ボタン共通 */
.sort__button {
  all: unset;
  display: block;
  width: 100%;
  padding: 0.5291005291vw 1.0582010582vw;
  font-size: 1.0582010582vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: left;
  cursor: pointer;
  color: #000;
  transition: color 0.2s;
}
@media screen and (max-width: 768px) {
  .sort__button {
    font-size: 4.1025641026vw;
    line-height: 1.1875;
    padding: 2.0512820513vw 4.1025641026vw;
  }
}

.sort__button:hover,
.sort__button.is-active {
  color: #00A7C9;
  font-weight: 700;
}

.sort__link {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.sort__text {
  font-size: 0.9259259259vw;
  font-weight: 400;
  line-height: 2;
  color: #00A7C9;
}
@media screen and (max-width: 768px) {
  .sort__text {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}

.sort-icon {
  background-image: url("../img/sort-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2.1164021164vw;
  height: 2.1164021164vw;
  margin-left: 0.5291005291vw;
  transition: background-image 0.3s ease;
}
@media screen and (max-width: 768px) {
  .sort-icon {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    margin-left: 2.0512820513vw;
  }
}

.sort__link:hover .sort-icon {
  background-image: url("../img/hover_sort-icon.png");
}

.lower-news .news__items {
  margin-top: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .lower-news .news__items {
    margin-top: 4.1025641026vw;
  }
}

.lower-news .news__item:not(:first-child) {
  margin-top: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .lower-news .news__item:not(:first-child) {
    margin-top: 2.0512820513vw;
  }
}

.lower-news .news__link {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 2.1164021164vw 2.1164021164vw 2.1164021164vw 1.8518518519vw;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .lower-news .news__link {
    display: block;
    padding: 4.1025641026vw;
  }
}

.lower-news .news__link:hover {
  opacity: 1;
  background-color: #00A7C9;
}
.lower-news .news__link:hover .news-date,
.lower-news .news__link:hover .news__text {
  color: #fff;
}

.lower-news .news__img {
  width: 13.2275132275vw;
  height: 8.4656084656vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .lower-news .news__img {
    width: 51.2820512821vw;
    height: 32.8205128205vw;
    margin: 0 auto;
  }
}

.lower-news .news-text__wrap {
  width: 46.2962962963vw;
  margin-left: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .lower-news .news-text__wrap {
    width: unset;
    margin-left: unset;
    margin-top: 4.1025641026vw;
  }
}

.lower-news .news-date {
  font-size: 0.9259259259vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  .lower-news .news-date {
    font-size: 14px;
    line-height: 1.1428571429;
  }
}

.lower-news .news__text {
  font-size: 1.1904761905vw;
  font-weight: 500;
  line-height: 1.78;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .lower-news .news__text {
    font-size: 4.1025641026vw;
    line-height: 1.75;
    margin-top: 4.1025641026vw;
  }
}

.lower-news .detail-icon {
  width: 0.5291005291vw;
  margin-left: 2.1164021164vw;
}

.lower-news .navigation.pagination {
  display: flex;
  justify-content: end;
  margin-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .lower-news .navigation.pagination {
    justify-content: center;
    margin-top: 8.2051282051vw;
  }
}

.lower-news .navigation.pagination .page-numbers {
  display: inline-block;
  margin: unset;
  width: 1.8518518519vw;
  height: 1.8518518519vw;
  line-height: 1.8518518519vw;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.0582010582vw;
  background-color: transparent;
  color: #000;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .lower-news .navigation.pagination .page-numbers {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
    line-height: 7.1794871795vw;
    font-size: 4.1025641026vw;
  }
}

.lower-news .navigation.pagination .page-numbers:hover {
  opacity: 0.7;
}

/* 現在のページ */
.lower-news .navigation.pagination .page-numbers.current {
  background-color: #00A7C9;
  color: #fff;
  cursor: default;
}

.lower-news .navigation.pagination .page-numbers.prev,
.lower-news .navigation.pagination .page-numbers.next {
  display: none;
}

.sort__item {
  position: relative;
  overflow: visible;
}

.sort__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}

.sort__item.is-open .sort__dropdown {
  display: block;
  z-index: 999;
}

#news-detail .news__inner.inner {
  max-width: 59.2592592593vw;
  padding: 5.291005291vw 1.3227513228vw 22.5529100529vw;
}
@media screen and (max-width: 768px) {
  #news-detail .news__inner.inner {
    max-width: unset;
    padding: 12.3076923077vw 6.1538461538vw 70.5128205128vw;
  }
}

#news-detail .news-date {
  font-size: 1.1904761905vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #00A7C9;
}
@media screen and (max-width: 768px) {
  #news-detail .news-date {
    font-size: 3.5897435897vw;
    line-height: 1.1428571429;
  }
}

#news-detail .news-detail__title {
  margin-top: 0.7275132275vw;
  font-size: 1.5873015873vw;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 768px) {
  #news-detail .news-detail__title {
    font-size: 5.1282051282vw;
    line-height: 1.75;
    margin-top: 4.1025641026vw;
  }
}

#news-detail .news-detail__eyecatch {
  margin: 3.1746031746vw 0;
}
@media screen and (max-width: 768px) {
  #news-detail .news-detail__eyecatch {
    margin: 6.1538461538vw 0;
  }
}

#news-detail .news-detail__img {
  width: 100%;
  height: auto;
  display: block;
}

#news-detail .news-detail__content {
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
}
@media screen and (max-width: 768px) {
  #news-detail .news-detail__content {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}

#news-detail .news-detail__back {
  margin-top: 4.2328042328vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news-detail .news-detail__back {
    margin-top: 12.3076923077vw;
  }
}

.form {
  background-color: #DAF9FF;
}

.form__inner {
  padding: 5.291005291vw 1.3227513228vw 22.5529100529vw 7.2751322751vw;
}
@media screen and (max-width: 768px) {
  .form__inner {
    max-width: unset;
    padding: 12.3076923077vw 6.1538461538vw 70.5128205128vw;
  }
}

.form,
.form__inner,
.form__list,
.form__data-select {
  overflow: visible;
}

.form__input,
.form__select,
.form__textarea {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form__input:focus,
.form__select:focus,
.form__textarea:focus {
  outline: none;
  border: 1px solid #C7F2FB;
  box-shadow: 0px 0px 10px 0px #00A7C9;
}

.form .contact__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -6.8783068783vw;
}
@media screen and (max-width: 768px) {
  .form .contact__heading {
    margin-left: unset;
  }
}

.form .contact-text {
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .form .contact-text {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}

.form .contact-text__english {
  width: 38.7566137566vw;
  font-family: "Roboto", sans-serif;
  line-height: 1.75;
  margin-top: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .form .contact-text__english {
    width: unset;
    margin-top: 4.1025641026vw;
  }
}

.form .tel__wrap {
  text-align: center;
  margin-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .form .tel__wrap {
    margin-top: 12.3076923077vw;
  }
}

.form .tel-number {
  font-size: 2.1164021164vw;
  font-weight: 700;
  color: #00A7C9;
}
@media screen and (max-width: 768px) {
  .form .tel-number {
    font-size: 8.2051282051vw;
  }
}

.form .reception {
  font-size: 0.9259259259vw;
  font-weight: 400;
  line-height: 1.714;
}
@media screen and (max-width: 768px) {
  .form .reception {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}

.reception__english {
  font-size: 0.9259259259vw;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .reception__english {
    font-size: 3.5897435897vw;
    margin-top: 4.1025641026vw;
    text-align: left;
  }
}

.form__list {
  padding-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .form__list {
    padding-top: 12.5641025641vw;
  }
}

.form__field {
  display: flex;
}
@media screen and (max-width: 768px) {
  .form__field {
    display: block;
  }
}

.form__field + .form__field,
.form__acceptance {
  margin-top: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .form__field + .form__field,
.form__acceptance {
    margin-top: 6.1538461538vw;
  }
}

@media screen and (max-width: 768px) {
  .form .choices__inner {
    padding: unset !important;
  }
}

.form__label {
  width: 16.9312169312vw;
  font-size: 1.0582010582vw;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .form__label {
    width: 100%;
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}

.form__label label {
  display: flex;
}

.label__wrap {
  margin-left: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .label__wrap {
    margin-left: 2.0512820513vw;
  }
}

.company-label .label__wrap {
  margin-left: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .company-label .label__wrap {
    display: flex;
    margin-left: unset;
  }
}

.label-ja {
  display: inline-block;
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .label-ja {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}

.label-en {
  display: block;
  font-size: 0.9259259259vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .label-en {
    display: unset;
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin-left: 4.1025641026vw;
  }
}

.select-label .label-en {
  margin-left: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .select-label .label-en {
    margin-left: 4.1025641026vw;
  }
}

.form__required {
  font-size: 1.0582010582vw;
  line-height: 1.75;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .form__required {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}

.form__textarea {
  height: 15.873015873vw;
}
@media screen and (max-width: 768px) {
  .form__textarea {
    height: 61.5384615385vw;
  }
}

.form__input,
.form__select,
.form__textarea {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  width: 100%;
  padding: 0.7936507937vw 1.0582010582vw;
  border: 1px solid #C7F2FB;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .form__input,
.form__select,
.form__textarea {
    font-size: 16px;
    line-height: 1.75;
    padding: 2.0512820513vw 4.1025641026vw;
  }
}

.form__select {
  padding-right: 2.3148148148vw;
}

.form__data-select {
  position: relative;
  min-width: 21.164021164vw;
}
@media screen and (max-width: 768px) {
  .form__data-select {
    width: 61.5384615385vw;
  }
}

.form__data {
  width: 100%;
  max-width: 34.1931216931vw;
}
@media screen and (max-width: 768px) {
  .form__data {
    max-width: unset;
  }
}

.form__data,
.form__data-select,
.form__data-check {
  font-size: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .form__data,
.form__data-select,
.form__data-check {
    margin-top: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.form__field.privacy-policy {
  margin-top: 2.6455026455vw;
  margin-left: 2.3148148148vw;
}
@media screen and (max-width: 768px) {
  .form__field.privacy-policy {
    margin-top: 8.2051282051vw;
    margin-left: unset;
  }
}

.form__field.privacy-policy .wpcf7-form-control-wrap {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .form__field.privacy-policy .wpcf7-form-control-wrap {
    display: flex;
    justify-content: center;
  }
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 1.455026455vw;
  font-size: 1.0582010582vw;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::before {
  position: absolute;
  top: 0.4133597884vw;
  left: 0;
  width: 1.0582010582vw;
  height: 1.0582010582vw;
  content: "";
  border: 1px solid #C7F2FB;
  border-radius: 4px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::before {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    left: -4.1025641026vw;
  }
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::after {
  position: absolute;
  top: 0.6779100529vw;
  left: 0.1984126984vw;
  width: 0.6613756614vw;
  height: 0.3306878307vw;
  content: "";
  transform: rotate(-45deg);
  opacity: 0;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::after {
    top: 1.6282051282vw;
    left: -3.2307692308vw;
    width: 2.5641025641vw;
    height: 1.2820512821vw;
  }
}

.form__checkbox:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.policy-link {
  color: #00A7C9;
  text-decoration: underline;
}

.form__submit-button {
  display: flex;
  justify-content: center;
  margin-top: 4.3650793651vw;
  margin-left: -7.2751322751vw;
}
@media screen and (max-width: 768px) {
  .form__submit-button {
    margin-top: 13.3333333333vw;
    margin-left: unset;
  }
}

.form__submit-button .btn {
  padding: unset;
}

.form__submit-button .btn::after {
  content: unset;
}

.form .btn-wrapper {
  position: relative;
  display: inline-block;
  /* overflow: visible; デフォルトで visible ですが、念のため */
}

.form .btn-wrapper::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  background-color: #FFF;
  mix-blend-mode: exclusion;
  transition: right 0.3s;
}

.form .btn-wrapper:hover::after {
  right: -8px;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.choices__list--dropdown {
  bottom: 100% !important;
  margin-bottom: 4px;
}

/* --------------------------------------------------
   Choices.js のドロップダウンを常に select の上に出す
--------------------------------------------------- */
.choices__list--dropdown {
  top: auto !important; /* inline の top:100% を解除 */
  bottom: calc(100% + 4px) !important; /* 下端＝select の上端＋4px */
  left: 0 !important; /* 必要なら左端も固定 */
}

/* ────────────────────────────────────────
   Choices.js を元のフォームデザインにカスタマイズ
──────────────────────────────────────── */
/* 1. セレクト本体の見た目をフォームの input と揃える */
.choices__inner {
  background-color: #fff;
  border: 1px solid #C7F2FB; /* お手持ちのフォーム入力と同じボーダー */
  border-radius: 8px;
  padding: 0.7936507937vw 1.0582010582vw; /* input と同じ余白 */
  min-height: auto; /* デフォルト height を解除 */
  display: flex;
  align-items: center; /* テキスト縦中央 */
  font-size: 1.0582010582vw;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .choices__inner {
    padding: 2.0512820513vw 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}

/* 3. ドロップダウンリスト（選択肢）の見た目 */
.choices__list--dropdown {
  background-color: #fff;
  border: 1px solid #C7F2FB;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 4px 0;
  margin-top: 4px !important; /* select 下に開く場合の隙間 */
}

/* 4. 各アイテムのスタイル */
.choices__list--dropdown .choices__item {
  cursor: pointer;
  font-size: 1.0582010582vw;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .choices__list--dropdown .choices__item {
    font-size: 4.1025641026vw;
  }
}

/* ホバー時の背景色 */
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #F2F2F2;
}

/* 選択済みアイテムを強調表示（チェックマークを消したいなら下記を追加） */
.choices__list--dropdown .choices__item.is-selected {
  background-color: #E5FBFF;
}

/* もしチェックマークのアイコンが出る場合は完全に非表示に */
.choices__list--dropdown .choices__item .choices__item__icon {
  display: none;
}

.choices__list--single {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .choices__item .choices__placeholder .choices__item--selectable {
    font-size: 4.1025641026vw;
  }
}

.choices__placeholder {
  opacity: 1;
}

dd.form__data-select .choices__inner {
  padding: 0.7936507937vw 1.0582010582vw !important;
}
@media screen and (max-width: 768px) {
  dd.form__data-select .choices__inner {
    padding: 2.0512820513vw 4.1025641026vw !important;
  }
}

#contact, .form, .form__inner {
  overflow: visible !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 3.5897435897vw;
  }
}

.privacy {
  padding-bottom: 22.5529100529vw;
  background-color: #DAF9FF;
}
@media screen and (max-width: 768px) {
  .privacy {
    padding-top: 4.1025641026vw;
    padding-bottom: 70.5128205128vw;
  }
}

.privacy li {
  list-style: decimal;
  list-style-position: inside;
}

.privacy__inner.inner {
  max-width: 59.2592592593vw;
}
@media screen and (max-width: 768px) {
  .privacy__inner.inner {
    max-width: unset;
  }
}

.privacy__section {
  font-weight: 400;
  line-height: 2;
  padding-top: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .privacy__section {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    padding-top: 8.2051282051vw;
  }
}

.privacy__english.intro {
  margin-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .privacy__english.intro {
    margin-top: 4.1025641026vw;
  }
}

.privacy__english {
  font-family: "Roboto", sans-serif;
}

.privacy__heading {
  font-size: 1.5873015873vw;
  font-weight: 700;
  line-height: 175%;
  margin-bottom: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .privacy__heading {
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}

.privacy__subheading {
  font-size: 1.5873015873vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
  margin-top: 3.1746031746vw;
  margin-bottom: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .privacy__subheading {
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}

@media (min-width: 769px) {
  .mv-title__main .sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .mv-title__main .sp-only {
    display: inline !important;
  }
}
.footer {
  background-color: #000;
  padding-top: 24.1402116402vw;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 56.9230769231vw;
  }
}

.footer-nav__wrap {
  display: flex;
  align-items: center;
  padding: 0 6.2830687831vw 0 4.2328042328vw;
}

.footer__name {
  width: 11.5079365079vw;
  display: flex;
  align-items: center;
  margin-right: auto;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .footer__name {
    width: 38.4615384615vw;
    margin: 0 auto;
  }
}

.footer__items {
  display: flex;
  align-items: center;
}

.footer__item:not(:first-child) {
  margin-left: 2.380952381vw;
}

.footer__link {
  font-size: 0.9259259259vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  color: #fff;
}

.copyright__wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 4.2328042328vw 2.1164021164vw 4.2328042328vw;
  margin-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .copyright__wrap {
    display: block;
    padding-bottom: 6.1538461538vw;
  }
}

.icon__wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .icon__wrap {
    justify-content: center;
    margin-top: 12.3076923077vw;
  }
}

.x {
  width: 1.6534391534vw;
}
@media screen and (max-width: 768px) {
  .x {
    width: 6.4102564103vw;
  }
}

.tiktok {
  width: 1.5211640212vw;
  margin-left: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .tiktok {
    width: 5.8974358974vw;
    margin-left: 4.1025641026vw;
  }
}

.instagram {
  width: 1.7195767196vw;
  margin-left: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .instagram {
    width: 6.6666666667vw;
    margin-left: 4.1025641026vw;
  }
}

.copyright {
  font-size: 0.9259259259vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 3.5897435897vw;
    display: flex;
    justify-content: center;
    margin-top: 8.2051282051vw;
  }
}