@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.alignwide {
  max-width: calc(1200px + 3rem);
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  max-width: 100%;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

html {
  font-size: 1px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.078125vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2666666667vw;
  }
}

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

.funnel,
.font-en {
  font-family: "Funnel Display", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
}

body {
  color: #000;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.h2__co {
  font-family: "Funnel Display", sans-serif;
  font-size: 32rem;
  font-weight: 600;
  position: relative;
  padding-left: 65rem;
}
@media screen and (max-width: 768px) {
  .h2__co {
    font-size: 21rem;
    padding-left: 20rem;
  }
}
.h2__co:before {
  content: "";
  display: block;
  width: 41rem;
  height: 1px;
  background-color: #000;
  margin-bottom: 10rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .h2__co:before {
    width: 10rem;
  }
}

.h2__co[data-observer] {
  color: rgba(0, 0, 0, 0.1);
  transition: color 800ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  transition-delay: 300ms;
}
.h2__co[data-observer]:before {
  transform-origin: 0 0;
  transform: scaleX(0);
  transition: all 1500ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
  transition-delay: 100ms;
}

body:not(.scrolled) .h2__co[data-observer] {
  color: rgba(0, 0, 0, 0);
}

.scrolled [data-observer=true] {
  color: #000;
}
.scrolled [data-observer=true]:before {
  transform: scaleX(1);
}

.tag {
  display: inline-block;
  padding: 4rem 7rem 5rem;
  background-color: #e0e0e0;
  color: #333;
  font-size: 13rem;
  border-radius: 20rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .tag {
    font-size: 11rem;
    padding: 3rem 5rem 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tag:hover {
    background-color: #000;
    color: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tag:hover {
    background-color: #000;
    color: #fff;
  }
}
.tag--active {
  background-color: #000;
  color: #fff;
}

.anc {
  position: relative;
  width: 1px;
  height: 1px;
  left: 0;
}

#service {
  top: -120rem;
}

.swiper-navigation {
  display: flex;
  justify-content: center;
  gap: 15rem;
  margin-top: 40rem;
  height: 60rem;
}
@media screen and (max-width: 768px) {
  .swiper-navigation {
    height: 40rem;
    gap: 15rem;
    margin-top: 35rem;
  }
}
.swiper-navigation button {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 60rem;
  height: 60rem;
  margin: 0;
  border-radius: 50%;
  border: 1rem solid #000;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .swiper-navigation button:after {
    font-size: 20rem !important;
  }
}
@media screen and (max-width: 768px) {
  .swiper-navigation button {
    width: 40rem;
    height: 40rem;
  }
}
.swiper-navigation button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (hover: hover) and (pointer: fine) {
  .swiper-navigation button:hover {
    background-color: #000;
  }
  .swiper-navigation button:hover:after {
    color: #fff;
  }
  .swiper-navigation button:hover img {
    filter: brightness(0) invert(1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swiper-navigation button:hover {
    background-color: #000;
  }
  .swiper-navigation button:hover:after {
    color: #fff;
  }
  .swiper-navigation button:hover img {
    filter: brightness(0) invert(1);
  }
}
.swiper-navigation button img {
  width: 40%;
  height: auto;
  transition: filter 0.3s ease;
  filter: brightness(0);
}
.swiper-navigation .swiper-button-prev img {
  transform: rotate(180deg);
}
.swiper-navigation .swiper-button-next:after,
.swiper-navigation .swiper-button-prev:after {
  font-size: 15rem;
  color: #000;
}

.swiper-pagination-bullets {
  display: none !important;
}

.news-swiper-container {
  margin-top: 60rem;
  position: relative;
  overflow: hidden;
  margin-right: -60rem;
  padding-right: 60rem;
}
@media screen and (max-width: 768px) {
  .news-swiper-container {
    margin-top: 40rem;
    margin-right: -20rem;
    padding-right: 20rem;
  }
}
.news-swiper-container .news-swiper {
  overflow: visible;
}
.news-swiper-container .news-swiper .swiper-slide {
  height: auto;
}
.news-swiper-container .swiper-pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .news-swiper-container .swiper-pagination {
    display: block;
    position: relative;
    margin-top: 20rem;
    text-align: center;
  }
  .news-swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8rem;
    height: 8rem;
    background-color: #ccc;
    opacity: 1;
    margin: 0 4rem;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .news-swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #333;
  }
}
.news-swiper-container .news-archive__list__item {
  height: 400rem;
  margin: 0;
  flex: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-swiper-container .news-archive__list__item {
    height: 324rem;
  }
}
.news-swiper-container .news-archive__list__item__link {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-swiper-container .news-archive__list__item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-swiper-container .news-archive__list__item__title {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .news-related-swiper-container {
    overflow: hidden;
    margin: 0 -20rem;
    padding: 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .news-related-swiper-container .news-related-swiper {
    overflow: visible;
  }
  .news-related-swiper-container .news-related-swiper .swiper-slide {
    height: auto;
  }
  .news-related-swiper-container .news-related-swiper .news-archive__list__item {
    height: 324rem;
    margin: 0;
    flex: 1;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news-related-swiper-container .swiper-pagination {
    position: relative;
    margin-top: 20rem;
    text-align: center;
  }
  .news-related-swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8rem;
    height: 8rem;
    background: #ccc;
    opacity: 1;
    margin: 0 4rem;
  }
  .news-related-swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #333;
  }
}
@media screen and (min-width: 769px) {
  .news-related-swiper-container .swiper-pagination {
    display: none;
  }
}

.page-header {
  padding: 140rem 0 46rem;
}
@media screen and (max-width: 768px) {
  .page-header {
    padding: 106rem 0 60rem;
  }
}
.page-header__inner {
  max-width: 1160rem;
  margin: 0 auto;
  padding: 0 0rem;
}
@media screen and (max-width: 768px) {
  .page-header__inner {
    max-width: 335rem;
    padding: 0;
  }
}
.page-header__breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-header__breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 13rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .page-header__breadcrumb__item {
    font-size: 11rem;
  }
}
.page-header__breadcrumb__item::after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-right: 1rem solid #999;
  border-bottom: 1rem solid #999;
  transform: rotate(-45deg);
  margin: 0 12rem;
}
@media screen and (max-width: 768px) {
  .page-header__breadcrumb__item::after {
    width: 5rem;
    height: 5rem;
    margin: 0 8rem;
  }
}
.page-header__breadcrumb__item:last-child::after {
  display: none;
}
.page-header__breadcrumb__item--current {
  color: #333;
  font-weight: 500;
}
.page-header__breadcrumb__item--current span {
  max-width: 300rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page-header__breadcrumb__item--current span {
    max-width: 150rem;
  }
}
.page-header__breadcrumb__link {
  display: flex;
  align-items: center;
  gap: 6rem;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .page-header__breadcrumb__link:hover {
    color: #333;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-header__breadcrumb__link:hover {
    color: #333;
  }
}
.page-header__breadcrumb__link svg {
  width: 14rem;
  height: 14rem;
}
@media screen and (max-width: 768px) {
  .page-header__breadcrumb__link svg {
    width: 12rem;
    height: 12rem;
  }
}

.page-hero {
  background-color: #f8f8f8;
  padding: 80rem 0;
}
@media screen and (max-width: 768px) {
  .page-hero {
    padding: 50rem 0 40rem;
  }
}
.page-hero__inner {
  max-width: 1160rem;
  margin: 0 auto;
  padding: 0 20rem;
}
@media screen and (max-width: 768px) {
  .page-hero__inner {
    max-width: 335rem;
    padding: 0 10rem;
  }
}
.page-hero__title {
  text-align: center;
}
.page-hero__title__en {
  display: block;
  font-size: 48rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-hero__title__en {
    font-size: 32rem;
  }
}
.page-hero__title__ja {
  display: block;
  font-size: 16rem;
  color: #666;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .page-hero__title__ja {
    font-size: 14rem;
    margin-top: 5rem;
  }
}

.page-content {
  padding: 80rem 0;
}
@media screen and (max-width: 768px) {
  .page-content {
    padding: 40rem 0 60rem;
  }
}
.page-content__inner {
  max-width: 900rem;
  margin: 0 auto;
  padding: 0 20rem;
}
@media screen and (max-width: 768px) {
  .page-content__inner {
    max-width: 335rem;
    padding: 0 10rem;
  }
}

.page-layout--with-sidebar .page-content__inner {
  display: flex;
  gap: 60rem;
  max-width: 1200rem;
}
@media screen and (max-width: 768px) {
  .page-layout--with-sidebar .page-content__inner {
    flex-direction: column;
    gap: 40rem;
    max-width: 335rem;
  }
}
.page-layout__main {
  flex: 1;
  min-width: 0;
}
.page-layout__sidebar {
  width: 300rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-layout__sidebar {
    width: 100%;
  }
}

.page-section:not(:last-child) {
  margin-bottom: 80rem;
}
@media screen and (max-width: 768px) {
  .page-section:not(:last-child) {
    margin-bottom: 60rem;
  }
}
.page-section__title {
  font-size: 32rem;
  font-weight: 700;
  margin-bottom: 40rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-section__title {
    font-size: 24rem;
    margin-bottom: 30rem;
  }
}

.page-bg {
  background-color: #edeeee;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  z-index: -1;
}

.page-h1 {
  font-size: 32rem;
  font-weight: 500;
  padding-left: 60rem;
}
@media screen and (max-width: 768px) {
  .page-h1 {
    padding-left: 20rem;
  }
}

html:not([temp="index.php"]) body {
  background-color: #edeeee;
}

body {
  background-color: #ccc;
}

.header__logo {
  display: block;
  width: 200rem;
  height: auto;
  position: fixed;
  top: 50rem;
  left: 60rem;
  z-index: 1030;
  transform-origin: 0 0;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
@media screen and (max-width: 768px) {
  .header__logo {
    top: 30rem;
    left: 20rem;
    width: 130rem;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media (hover: hover) and (pointer: fine) {
  .header__logo:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header__logo:hover {
    opacity: 0.7;
  }
}

.header__right {
  position: fixed;
  top: 40rem;
  right: 38rem;
  z-index: 1030;
  width: 127rem;
  height: 48rem;
  border-radius: 24rem;
  background-color: rgba(250, 250, 250, 0.3);
  backdrop-filter: blur(4rem) brightness(1.1);
  overflow: hidden;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
@media screen and (max-width: 768px) {
  .header__right {
    top: 16rem;
    right: 13rem;
  }
}
.header__right__contact {
  display: block;
  width: 81rem;
  height: 38rem;
  position: absolute;
  bottom: 5rem;
  right: 41rem;
  border-radius: 24rem;
  background: linear-gradient(180deg, #cf0 0%, #e3ff73 100%);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .header__right__contact:hover {
    filter: brightness(1.3);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header__right__contact:hover {
    filter: brightness(1.3);
  }
}
.header__right__contact span {
  font-size: 14rem;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translate(0, -55%);
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header__right__contact span {
    font-size: 11rem;
    transform: translate(0, -50%);
  }
}
.header__right__menu {
  display: block;
  width: 48rem;
  height: 48rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.header__right__menu__bar {
  display: block;
  width: 14rem;
  height: 1px;
  background-color: #000;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  box-shadow: 0 0 10rem rgba(250, 250, 250, 0.7);
}
.header__right__menu__bar--1 {
  transform: translate(-50%, -50%) translateY(-5rem);
}
.header__right__menu__bar--2 {
  transform: translate(-50%, -50%);
}
.header__right__menu__bar--3 {
  transform: translate(-50%, -50%) translateY(5rem);
}
@media (hover: hover) and (pointer: fine) {
  .header__right__menu:hover .header__right__menu__bar--1 {
    transform: translate(-50%, -50%) translateY(-5rem) translateX(12%);
  }
  .header__right__menu:hover .header__right__menu__bar--3 {
    transform: translate(-50%, -50%) translateY(5rem) translateX(-12%);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header__right__menu:hover .header__right__menu__bar--1 {
    transform: translate(-50%, -50%) translateY(-5rem) translateX(12%);
  }
  .header__right__menu:hover .header__right__menu__bar--3 {
    transform: translate(-50%, -50%) translateY(5rem) translateX(-12%);
  }
}
.header__right__switch {
  font-size: 16rem;
  position: absolute;
  top: 31rem;
  right: 90rem;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .header__right__switch {
    right: 90rem;
  }
}
.header__right__switch .bogo-language-switcher {
  display: flex;
  gap: 18rem;
}
.header__right__switch .bogo-language-switcher [aria-current=page]:after {
  opacity: 0;
}
.header__right__switch .bogo-language-switcher li:first-child {
  order: 2;
}
.header__right__switch .bogo-language-switcher li:last-child {
  order: 1;
}
.header__right__switch .bogo-language-switcher li a {
  color: #A8A9A9;
}
.header__right__switch .bogo-language-switcher li a.current {
  color: #000;
}

@media screen and (min-width: 769px) {
  .scrolled .header__logo {
    top: 20rem;
    left: 26rem;
    transform: scale(0.7);
  }
  .scrolled .header__right {
    top: 14rem;
    right: 18rem;
  }
}

/*menu*/
.header__right {
  box-shadow: 0 0 20rem rgba(0, 0, 0, 0.1);
}

.menu__open .header__right {
  top: 10rem;
  right: 10rem;
  width: 376rem;
  height: 580rem;
  max-height: 90svh;
  max-width: 90vw;
  border-radius: 24rem;
  background-color: rgba(240, 240, 240, 0.8);
  backdrop-filter: blur(4rem) brightness(1.2);
}
@media screen and (max-width: 768px) {
  .menu__open .header__right {
    width: 310rem;
    height: 480rem;
  }
}
.menu__open .header__right .header__right__menu {
  opacity: 0;
  pointer-events: none;
}
.menu__open .header__right__contact {
  bottom: 20rem;
  right: 20rem;
}
.menu__open .header__right__menu__closer {
  opacity: 1;
  pointer-events: auto;
}
.menu__open .header__right__menu__list {
  opacity: 1;
  pointer-events: auto;
}
.menu__open .header__right__switch {
  opacity: 1;
  visibility: visible;
}

.header__right__menu__list {
  opacity: 1;
  pointer-events: none;
}

.header__right__menu__closer {
  position: absolute;
  top: 0;
  right: 0;
  width: 80rem;
  height: 80rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.header__right__menu__closer img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22rem;
  height: auto;
}

.header__right__menu__list {
  position: absolute;
  top: 50%;
  left: 43rem;
  transform: translate(0, -50%);
  opacity: 1;
  pointer-events: none;
  z-index: 20;
  opacity: 0;
}
.header__right__menu__list a {
  text-shadow: 0 0 20rem rgb(255, 255, 255), 0 0 20rem rgb(255, 255, 255);
  font-size: 21rem;
  display: block;
  width: 100%;
  color: #000;
  line-height: 180%;
}
@media (hover: hover) and (pointer: fine) {
  .header__right__menu__list a:hover {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header__right__menu__list a:hover {
    opacity: 0.5;
  }
}

.footer {
  padding: 60rem 0 0;
}

.footer__inner {
  max-width: 1160rem;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 85rem;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    width: 335rem;
  }
}
.footer__inner__set {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .footer__inner__set {
    flex-direction: column;
    align-items: left;
  }
}

.footer__logo {
  margin-right: 100rem;
}

.footer__menu {
  padding-bottom: 30rem;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    padding-top: 40rem;
    padding-bottom: 102rem;
  }
}
.footer__menu a {
  font-size: 12rem;
  font-weight: 500;
  color: #666;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer__menu a {
    line-height: 3;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__menu a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer__menu a:hover {
    opacity: 0.7;
  }
}

.footer__totop {
  font-size: 12rem;
  font-weight: 500;
  color: #666;
  display: block;
  line-height: 1.5;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #666;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer__totop {
    width: 40rem;
    height: 40rem;
    top: auto;
    bottom: 20rem;
  }
}
.footer__totop img {
  width: 40%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  filter: invert(1);
}
@media (hover: hover) and (pointer: fine) {
  .footer__totop:hover {
    transform: translate(0, -3rem);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer__totop:hover {
    transform: translate(0, -3rem);
  }
}

.footer__copyright {
  padding: 20rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.footer__copyright__inner {
  max-width: 1160rem;
  margin: 0 auto;
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  .footer__copyright__inner {
    width: 335rem;
  }
}

.youtube-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.youtube-modal.is-active {
  display: block;
}
.youtube-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.youtube-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .youtube-modal__content {
    width: 95%;
  }
}
.youtube-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .youtube-modal__close {
    top: -35px;
    right: -5px;
    width: 35px;
    height: 35px;
    font-size: 30px;
  }
}
.youtube-modal__close:hover {
  opacity: 0.7;
}
.youtube-modal__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtube-modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.modal-open {
  overflow: hidden;
}

.news-archive__hero {
  padding: 22rem 0 0;
}
@media screen and (max-width: 768px) {
  .news-archive__hero {
    padding: 60rem 0 40rem;
  }
}
.news-archive__hero__inner {
  max-width: 1160rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news-archive__hero__inner {
    max-width: 335rem;
  }
}
.news-archive__hero__title {
  text-align: center;
}
.news-archive__hero__title__en {
  display: block;
  font-size: 48rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-archive__hero__title__en {
    font-size: 32rem;
  }
}
.news-archive__hero__title__ja {
  display: block;
  font-size: 16rem;
  color: #666;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .news-archive__hero__title__ja {
    font-size: 14rem;
    margin-top: 5rem;
  }
}
.news-archive__hero__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .news-archive__hero__tags {
    gap: 8rem;
    justify-content: center;
  }
}
.news-archive__content {
  padding: 80rem 0;
}
@media screen and (max-width: 768px) {
  .news-archive__content {
    padding: 40rem 0 60rem;
  }
}
.news-archive__content__inner {
  max-width: 1160rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news-archive__content__inner {
    max-width: 335rem;
  }
}
.news-archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .news-archive__list {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .news-archive__list--sidebar {
    display: flex;
    flex-direction: row;
    gap: 30rem;
  }
  .news-archive__list--sidebar .news-archive__list__item {
    flex: 1;
    width: 30%;
    height: 208rem;
  }
}
@media screen and (min-width: 769px) {
  .news-archive__list--sidebar {
    display: block;
  }
  .news-archive__list--sidebar .news-archive__list__item {
    height: 208rem;
    margin-top: 30rem;
  }
}
.news-archive__list__item {
  width: 275rem;
  height: 364rem;
  background-color: #333;
  border-radius: 8rem;
  box-shadow: 0 2rem 10rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-archive__list__item {
    flex: 0 0 100%;
    height: 240rem;
  }
}
.news-archive__list__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
}
.news-archive__list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .news-archive__list__item:hover {
    box-shadow: 0 4rem 20rem rgba(0, 0, 0, 0.12);
  }
  .news-archive__list__item:hover .news-archive__list__item__bg {
    transform: scale(1.03);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-archive__list__item:hover {
    box-shadow: 0 4rem 20rem rgba(0, 0, 0, 0.12);
  }
  .news-archive__list__item:hover .news-archive__list__item__bg {
    transform: scale(1.03);
  }
}
.news-archive__list__item--placeholder {
  background-color: #f0f0f0;
}
.news-archive__list__item--placeholder::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
}
.news-archive__list__item--placeholder .news-archive__list__item__placeholder-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60rem;
  height: 60rem;
  color: #ddd;
}
.news-archive__list__item__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 2;
}
.news-archive__list__item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25rem;
}
@media screen and (max-width: 768px) {
  .news-archive__list__item__content {
    padding: 20rem;
  }
}
.news-archive__list__item__title {
  font-size: 19rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news-archive__list__item__title {
    font-size: 18rem;
    margin-bottom: 10rem;
  }
}
.news-archive__list__item__meta {
  display: flex;
  align-items: center;
  gap: 15rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news-archive__list__item__meta {
    gap: 10rem;
  }
}
.news-archive__list__item__date {
  display: inline-block;
  font-size: 15rem;
  color: rgba(255, 255, 255, 0.8);
  flex-shrink: 0;
  position: relative;
  top: 2.3rem;
  padding-right: 6rem;
}
@media screen and (max-width: 768px) {
  .news-archive__list__item__date {
    font-size: 12rem;
  }
}
.news-archive__list__item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .news-archive__list__item__tags {
    gap: 4rem;
  }
}
.news-archive__list__item__tags .tag {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  backdrop-filter: blur(10px);
}
@media (hover: hover) and (pointer: fine) {
  .news-archive__list__item__tags .tag:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-archive__list__item__tags .tag:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
  }
}
.news-archive__filter-info {
  text-align: left;
  margin-top: 20rem;
  color: #666;
  font-size: 16rem;
}
@media screen and (max-width: 768px) {
  .news-archive__filter-info {
    margin-top: 15rem;
    font-size: 14rem;
  }
}
.news-archive__pagination {
  margin-top: 60rem;
}
@media screen and (max-width: 768px) {
  .news-archive__pagination {
    margin-top: 40rem;
  }
}
.news-archive__pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  list-style: none;
}
.news-archive__pagination li a,
.news-archive__pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 40rem;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16rem;
  border-radius: 50%;
}
.news-archive__pagination li a *,
.news-archive__pagination li span * {
  fill: none;
}
@media screen and (max-width: 768px) {
  .news-archive__pagination li a,
  .news-archive__pagination li span {
    width: 36rem;
    height: 36rem;
    font-size: 14rem;
  }
}
.news-archive__pagination li a:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.news-archive__pagination li.current span {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.news-archive__empty {
  text-align: center;
  padding: 60rem 0;
  color: #666;
}
.news-archive__filter-info {
  text-align: left;
  width: 1160rem;
  margin: 20rem auto;
  color: #666;
  font-size: 14rem;
}
@media screen and (max-width: 768px) {
  .news-archive__filter-info {
    width: 335rem;
    margin: 20rem auto 0;
  }
}

[aria-current=page] {
  position: relative;
}
[aria-current=page]:after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-single__inner {
  display: flex;
  gap: 50rem;
  margin: 0 auto;
  width: 1160rem;
}
@media screen and (max-width: 768px) {
  .news-single__inner {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}
.news-single__article {
  flex: 1;
  min-width: 0;
}
.news-single__main {
  border-radius: 40rem;
  overflow: hidden;
  background-color: #fff;
  padding: 40rem 25rem;
}
@media screen and (max-width: 768px) {
  .news-single__main {
    padding: 40rem 20rem;
  }
}
.news-single__hero__inner {
  margin: 0 auto;
}
.news-single__hero__meta {
  display: flex;
  align-items: center;
  gap: 20rem;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .news-single__hero__meta {
    flex-wrap: wrap;
    gap: 10rem;
    margin-top: 15rem;
  }
}
.news-single__hero__date {
  font-size: 16rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .news-single__hero__date {
    font-size: 12rem;
  }
}
.news-single__hero__taxonomies {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
}
.news-single__hero__tags, .news-single__hero__categories {
  display: flex;
  gap: 8rem;
}
.news-single__hero__title {
  font-size: 28rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 768px) {
  .news-single__hero__title {
    font-size: 24rem;
  }
}
.news-single__hero__kv {
  margin-top: 30rem;
  margin-bottom: 40rem;
}
@media screen and (max-width: 768px) {
  .news-single__hero__kv {
    margin-top: 20rem;
    margin-bottom: 30rem;
  }
}
.news-single__hero__kv img {
  width: 100%;
  height: auto;
  border-radius: 8rem;
}
.news-single__content {
  padding: 80rem 0;
}
@media screen and (max-width: 768px) {
  .news-single__content {
    padding: 40rem 0 0rem;
  }
}
.news-single__content__inner {
  max-width: 800rem;
  margin: 0 auto;
  padding: 0 20rem;
}
@media screen and (max-width: 768px) {
  .news-single__content__inner {
    max-width: 335rem;
    padding: 0 10rem;
  }
}
.news-single__content__thumbnail {
  margin-bottom: 40rem;
}
@media screen and (max-width: 768px) {
  .news-single__content__thumbnail {
    margin-bottom: 30rem;
  }
}
.news-single__content__thumbnail img {
  width: 100%;
  height: auto;
}
.news-single__content__body {
  font-size: 14rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .news-single__content__body {
    font-size: 11.5rem;
  }
}
.news-single__content__body iframe {
  max-width: 100%;
  height: auto;
}
.news-single__content__body .video-container,
.news-single__content__body .wp-block-embed__wrapper,
.news-single__content__body .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 30rem 0;
}
@media screen and (max-width: 768px) {
  .news-single__content__body .video-container,
  .news-single__content__body .wp-block-embed__wrapper,
  .news-single__content__body .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    margin: 20rem 0;
  }
}
.news-single__content__body .video-container iframe,
.news-single__content__body .video-container object,
.news-single__content__body .video-container embed,
.news-single__content__body .wp-block-embed__wrapper iframe,
.news-single__content__body .wp-block-embed__wrapper object,
.news-single__content__body .wp-block-embed__wrapper embed,
.news-single__content__body .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.news-single__content__body .wp-embed-aspect-16-9 .wp-block-embed__wrapper object,
.news-single__content__body .wp-embed-aspect-16-9 .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-single__content__body .wp-block-embed {
  margin: 30rem 0;
}
@media screen and (max-width: 768px) {
  .news-single__content__body .wp-block-embed {
    margin: 20rem 0;
  }
}
.news-single__content__body .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.news-single__content__body .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-single__content__body h1 {
  font-size: 28rem;
  font-weight: 700;
  margin: 40rem 0 20rem;
}
@media screen and (max-width: 768px) {
  .news-single__content__body h1 {
    font-size: 20rem;
    margin: 30rem 0 15rem;
  }
}
.news-single__content__body h2 {
  font-size: 24rem;
  font-weight: 700;
  margin: 40rem 0 20rem;
}
@media screen and (max-width: 768px) {
  .news-single__content__body h2 {
    font-size: 16rem;
    margin: 30rem 0 15rem;
  }
}
.news-single__content__body h3 {
  font-size: 21rem;
  font-weight: 700;
  margin: 30rem 0 15rem;
}
@media screen and (max-width: 768px) {
  .news-single__content__body h3 {
    font-size: 14rem;
    margin: 25rem 0 12rem;
  }
}
.news-single__content__body p {
  margin-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .news-single__content__body p {
    margin-bottom: 15rem;
  }
}
.news-single__content__body ul,
.news-single__content__body ol {
  margin-bottom: 20rem;
  padding-left: 20rem;
}
@media screen and (max-width: 768px) {
  .news-single__content__body ul,
  .news-single__content__body ol {
    margin-bottom: 15rem;
    padding-left: 15rem;
  }
}
.news-single__content__body li {
  margin-bottom: 10rem;
}
.news-single__content__body img {
  max-width: 100%;
  height: auto;
  margin: 20rem 0;
}
.news-single__content__body blockquote {
  border-left: 3rem solid #333;
  padding-left: 20rem;
  margin: 30rem 0;
  color: #666;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .news-single__content__body blockquote {
    padding-left: 15rem;
    margin: 20rem 0;
  }
}
.news-single__share {
  margin-top: 37rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-single__share {
    margin-top: 40rem;
    padding: 0rem 20rem;
  }
}
.news-single__share__title {
  font-size: 18rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .news-single__share__title {
    font-size: 16rem;
    margin-bottom: 15rem;
  }
}
.news-single__share__buttons {
  display: flex;
  justify-content: center;
  gap: 25rem;
}
@media screen and (max-width: 768px) {
  .news-single__share__buttons {
    gap: 10rem;
  }
}
.news-single__share__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1rem solid #fff;
  transition: all 0.3s ease;
  transform: scale(0.9);
}
@media screen and (max-width: 768px) {
  .news-single__share__button {
    width: 45rem;
    height: 45rem;
  }
}
.news-single__share__button svg {
  fill: currentColor;
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .news-single__share__button:hover {
    transform: translateY(-3rem);
    box-shadow: 0 5rem 15rem rgba(0, 0, 0, 0.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-single__share__button:hover {
    transform: translateY(-3rem);
    box-shadow: 0 5rem 15rem rgba(0, 0, 0, 0.1);
  }
}
.news-single__share__button--twitter {
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .news-single__share__button--twitter:hover {
    color: #000;
    border-color: #000;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-single__share__button--twitter:hover {
    color: #000;
    border-color: #000;
  }
}
.news-single__share__button--facebook {
  color: #1877f2;
}
@media (hover: hover) and (pointer: fine) {
  .news-single__share__button--facebook:hover {
    color: #1877f2;
    border-color: #1877f2;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-single__share__button--facebook:hover {
    color: #1877f2;
    border-color: #1877f2;
  }
}
.news-single__share__button--pinterest {
  color: #e60023;
}
@media (hover: hover) and (pointer: fine) {
  .news-single__share__button--pinterest:hover {
    color: #e60023;
    border-color: #e60023;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-single__share__button--pinterest:hover {
    color: #e60023;
    border-color: #e60023;
  }
}
.news-single__share__button--hatena {
  color: #00a4de;
}
@media (hover: hover) and (pointer: fine) {
  .news-single__share__button--hatena:hover {
    color: #00a4de;
    border-color: #00a4de;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-single__share__button--hatena:hover {
    color: #00a4de;
    border-color: #00a4de;
  }
}
.news-single__share__button--pocket {
  color: #ef3f56;
}
@media (hover: hover) and (pointer: fine) {
  .news-single__share__button--pocket:hover {
    color: #ef3f56;
    border-color: #ef3f56;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-single__share__button--pocket:hover {
    color: #ef3f56;
    border-color: #ef3f56;
  }
}
.news-single__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 21rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news-single__nav {
    gap: 20rem;
  }
}
.news-single__nav__prev, .news-single__nav__next {
  flex: 1;
}
.news-single__nav__next {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .news-single__nav__back {
    order: -1;
    width: 100%;
    text-align: center;
  }
}
.news-single__nav__link {
  display: inline-flex;
  align-items: center;
  gap: 20rem;
  padding: 0;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  font-size: 21rem;
}
@media screen and (max-width: 768px) {
  .news-single__nav__link {
    font-size: 14rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news-single__nav__link:hover .news-single__nav__link__icon {
    background-color: #333;
  }
  .news-single__nav__link:hover .news-single__nav__link__icon img {
    filter: brightness(0) invert(1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-single__nav__link:hover .news-single__nav__link__icon {
    background-color: #333;
  }
  .news-single__nav__link:hover .news-single__nav__link__icon img {
    filter: brightness(0) invert(1);
  }
}
.news-single__nav__link__icon {
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  border: 1rem solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .news-single__nav__link__icon {
    width: 40rem;
    height: 40rem;
  }
}
.news-single__nav__link__icon img {
  width: 40%;
  height: auto;
  transition: filter 0.3s ease;
}
.news-single__sidebar {
  width: 300rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-single__sidebar {
    width: 100%;
    overflow: hidden;
  }
}
.news-single__sidebar__widget {
  margin-bottom: 40rem;
}
@media screen and (min-width: 769px) {
  .news-single__sidebar__widget .news-archive__list__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news-single__sidebar__widget.single__sidebar__widget--search {
    margin: 0 20rem;
    border: 1px solid #ccc;
    border-width: 1px 0;
    padding: 40rem 20rem;
  }
}
.news-single__sidebar__widget:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .news-single__sidebar__widget {
    padding: 20rem;
    margin-bottom: 20rem;
  }
}
.news-single__sidebar__widget__title {
  font-size: 20rem;
  font-weight: 700;
  margin-bottom: 20rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .news-single__sidebar__widget__title {
    font-size: 18rem;
    margin-bottom: 15rem;
    text-align: center;
    padding: 20rem 0;
  }
}
.news-single__sidebar__search {
  position: relative;
  display: flex;
}
.news-single__sidebar__search__input {
  flex: 1;
  padding: 12rem 20rem;
  border-radius: 26rem;
  font-size: 14rem;
  border: none;
  transition: border-color 0.3s ease;
  width: 246rem;
  height: 52rem;
  background-color: #b9c8ca;
}
.news-single__sidebar__search__input:focus {
  outline: none;
  border-color: #333;
}
@media screen and (max-width: 768px) {
  .news-single__sidebar__search__input {
    padding: 10rem 14rem;
    font-size: 13rem;
  }
}
.news-single__sidebar__search__button {
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 8rem;
  color: #666;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .news-single__sidebar__search__button:hover {
    color: #333;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-single__sidebar__search__button:hover {
    color: #333;
  }
}
.news-single__sidebar__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .news-single__sidebar__tags {
    justify-content: center;
  }
}
.news-single__sidebar__tags__count {
  font-size: 12rem;
  opacity: 0.7;
}
.news-single__sidebar__empty {
  color: #666;
  font-size: 14rem;
}

.news-single__content__body {
  font-size: 15rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .news-single__content__body {
    font-size: 14rem;
  }
}
.news-single__content__body iframe {
  max-width: 100%;
  height: auto;
}
.news-single__content__body .video-container,
.news-single__content__body .wp-block-embed__wrapper,
.news-single__content__body .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 30rem 0;
}
@media screen and (max-width: 768px) {
  .news-single__content__body .video-container,
  .news-single__content__body .wp-block-embed__wrapper,
  .news-single__content__body .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    margin: 20rem 0;
  }
}
.news-single__content__body .video-container iframe,
.news-single__content__body .video-container object,
.news-single__content__body .video-container embed,
.news-single__content__body .wp-block-embed__wrapper iframe,
.news-single__content__body .wp-block-embed__wrapper object,
.news-single__content__body .wp-block-embed__wrapper embed,
.news-single__content__body .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.news-single__content__body .wp-embed-aspect-16-9 .wp-block-embed__wrapper object,
.news-single__content__body .wp-embed-aspect-16-9 .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-single__content__body .wp-block-embed {
  margin: 30rem 0;
}
@media screen and (max-width: 768px) {
  .news-single__content__body .wp-block-embed {
    margin: 20rem 0;
  }
}
.news-single__content__body .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.news-single__content__body .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-single__content__body > iframe[src*="youtube.com"],
.news-single__content__body > iframe[src*="youtu.be"],
.news-single__content__body > iframe[src*="vimeo.com"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 30rem 0;
}
@media screen and (max-width: 768px) {
  .news-single__content__body > iframe[src*="youtube.com"],
  .news-single__content__body > iframe[src*="youtu.be"],
  .news-single__content__body > iframe[src*="vimeo.com"] {
    margin: 20rem 0;
  }
}
.news-single__content__body p > iframe[src*="youtube.com"],
.news-single__content__body p > iframe[src*="youtu.be"],
.news-single__content__body p > iframe[src*="vimeo.com"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  margin: 30rem 0;
}
@media screen and (max-width: 768px) {
  .news-single__content__body p > iframe[src*="youtube.com"],
  .news-single__content__body p > iframe[src*="youtu.be"],
  .news-single__content__body p > iframe[src*="vimeo.com"] {
    margin: 20rem 0;
  }
}
.news-single__content__body .embed-youtube,
.news-single__content__body .embed-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 30rem 0;
}
@media screen and (max-width: 768px) {
  .news-single__content__body .embed-youtube,
  .news-single__content__body .embed-vimeo {
    margin: 20rem 0;
  }
}
.news-single__content__body .embed-youtube iframe,
.news-single__content__body .embed-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-single__content__body iframe {
  max-width: 100% !important;
}

.page-contact__content {
  width: 840rem;
  margin: 67rem auto;
}
@media screen and (max-width: 768px) {
  .page-contact__content {
    width: 335rem;
  }
}

.wpcf7 .form-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24rem;
}
@media screen and (max-width: 768px) {
  .wpcf7 .form-row {
    flex-direction: column;
    margin-bottom: 20rem;
  }
}
.wpcf7 .form-row:last-of-type {
  margin-bottom: 40rem;
}
@media screen and (max-width: 768px) {
  .wpcf7 .form-row:last-of-type {
    margin-bottom: 30rem;
  }
}
.wpcf7 .form-label {
  flex: 0 0 200rem;
  min-width: 200rem;
  padding-top: 14rem;
  padding-right: 20rem;
  font-weight: 500;
  color: #333;
  font-size: 16rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .wpcf7 .form-label {
    flex: none;
    width: 100%;
    min-width: auto;
    padding-top: 8rem;
    padding-right: 0;
    margin-bottom: 12rem;
    font-size: 14rem;
  }
}
.wpcf7 .form-field {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .wpcf7 .form-field {
    width: 100%;
  }
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  width: 100%;
  padding: 14rem 20rem;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 4rem;
  font-size: 16rem;
  font-family: inherit;
  background-color: #fafafa;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 textarea {
    padding: 12rem 16rem;
    font-size: 14rem;
  }
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #999;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}
.wpcf7 textarea {
  min-height: 200rem;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .wpcf7 textarea {
    min-height: 150rem;
  }
}
.wpcf7 .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 12rem;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-radio {
    gap: 8rem;
  }
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  padding: 10rem 14rem;
  border: 1px solid #666;
  border-radius: 24rem;
  font-size: 14rem;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-radio .wpcf7-list-item label {
    padding: 8rem 16rem;
    font-size: 12rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .wpcf7 .wpcf7-radio .wpcf7-list-item label:hover {
    background-color: #f0f0f0;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wpcf7 .wpcf7-radio .wpcf7-list-item label:hover {
    background-color: #f0f0f0;
  }
}
.wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + label, .wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio]:checked ~ label {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item.is-selected label {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.wpcf7 .privacy-check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40rem 0;
}
@media screen and (max-width: 768px) {
  .wpcf7 .privacy-check {
    margin: 30rem 0;
  }
}
.wpcf7 .privacy-check .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .privacy-check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14rem;
  color: #666;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .wpcf7 .privacy-check .wpcf7-list-item label {
    font-size: 12rem;
  }
}
.wpcf7 .privacy-check input[type=checkbox] {
  width: 18rem;
  height: 18rem;
  margin-right: 8rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .wpcf7 .privacy-check input[type=checkbox] {
    width: 16rem;
    height: 16rem;
  }
}
.wpcf7 .privacy-check a {
  color: #000;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .wpcf7 .privacy-check a:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wpcf7 .privacy-check a:hover {
    text-decoration: none;
  }
}
.wpcf7 input[type=submit] {
  display: block;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 16rem 64rem;
  border-radius: 30rem;
  font-size: 16rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 40rem auto 0;
}
@media screen and (max-width: 768px) {
  .wpcf7 input[type=submit] {
    padding: 14rem 48rem;
    font-size: 14rem;
    margin-top: 30rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .wpcf7 input[type=submit]:hover {
    background-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wpcf7 input[type=submit]:hover {
    background-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
}
.wpcf7 .wpcf7-required {
  color: #e74c3c;
  font-weight: normal;
  margin-left: 4rem;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  color: #e74c3c;
  font-size: 14rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 12rem;
  }
}
.wpcf7 .wpcf7-not-valid {
  border-color: #e74c3c !important;
}
.wpcf7 .wpcf7-response-output {
  margin: 30rem 0;
  padding: 20rem;
  border: none !important;
  border-radius: 0;
  text-align: center;
  font-size: 16rem;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-response-output {
    margin: 20rem 0;
    padding: 15rem;
    font-size: 14rem;
  }
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #155724;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng, .wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
  color: #721c24;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  color: #856404;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none !important;
  font-size: 12rem;
}
.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #000;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
.wpcf7 .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform-origin: 6px 6px;
  animation: wpcf7-spinner 1s infinite ease-in-out;
}

@keyframes wpcf7-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.privacy-check {
  font-size: 12rem;
}

.page-privacy {
  width: 1160rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-privacy {
    width: 335rem;
  }
}
.page-privacy__content {
  margin-top: 60rem;
}
@media screen and (max-width: 768px) {
  .page-privacy__content {
    margin-top: 40rem;
    padding: 30rem 20rem;
    border-radius: 12rem;
    margin-left: -20rem;
    margin-right: -20rem;
  }
}
.page-privacy__content h2 {
  font-size: 24rem;
  font-weight: 700;
  margin: 40rem 0 20rem;
  padding-bottom: 10rem;
  border-bottom: 2px solid #eee;
  color: #333;
}
@media screen and (max-width: 768px) {
  .page-privacy__content h2 {
    font-size: 20rem;
    margin: 30rem 0 15rem;
  }
}
.page-privacy__content h2:first-child {
  margin-top: 0;
}
.page-privacy__content h3 {
  font-size: 20rem;
  font-weight: 600;
  margin: 30rem 0 15rem;
  color: #444;
}
@media screen and (max-width: 768px) {
  .page-privacy__content h3 {
    font-size: 18rem;
    margin: 25rem 0 12rem;
  }
}
.page-privacy__content p {
  font-size: 16rem;
  line-height: 1.8;
  margin-bottom: 20rem;
  color: #555;
}
@media screen and (max-width: 768px) {
  .page-privacy__content p {
    font-size: 14rem;
    line-height: 1.7;
    margin-bottom: 16rem;
  }
}
.page-privacy__content ul,
.page-privacy__content ol {
  margin: 20rem 0;
  padding-left: 30rem;
}
@media screen and (max-width: 768px) {
  .page-privacy__content ul,
  .page-privacy__content ol {
    margin: 16rem 0;
    padding-left: 20rem;
  }
}
.page-privacy__content ul li,
.page-privacy__content ol li {
  font-size: 16rem;
  line-height: 1.8;
  margin-bottom: 10rem;
  color: #555;
}
@media screen and (max-width: 768px) {
  .page-privacy__content ul li,
  .page-privacy__content ol li {
    font-size: 14rem;
    line-height: 1.7;
    margin-bottom: 8rem;
  }
}
.page-privacy__content table {
  width: 100%;
  margin: 30rem 0;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .page-privacy__content table {
    margin: 20rem 0;
    font-size: 12rem;
  }
}
.page-privacy__content table th,
.page-privacy__content table td {
  padding: 15rem 20rem;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .page-privacy__content table th,
  .page-privacy__content table td {
    padding: 10rem 15rem;
  }
}
.page-privacy__content table th {
  background-color: #f8f8f8;
  font-weight: 600;
  color: #333;
}
.page-privacy__content table td {
  color: #555;
}
.page-privacy__content table tr:last-child td,
.page-privacy__content table tr:last-child th {
  border-bottom: none;
}
.page-privacy__content dl {
  margin: 30rem 0;
}
@media screen and (max-width: 768px) {
  .page-privacy__content dl {
    margin: 20rem 0;
  }
}
.page-privacy__content dl dt {
  font-weight: 600;
  font-size: 16rem;
  margin-bottom: 8rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .page-privacy__content dl dt {
    font-size: 14rem;
    margin-bottom: 6rem;
  }
}
.page-privacy__content dl dd {
  margin-left: 30rem;
  margin-bottom: 20rem;
  font-size: 16rem;
  line-height: 1.8;
  color: #555;
}
@media screen and (max-width: 768px) {
  .page-privacy__content dl dd {
    margin-left: 20rem;
    margin-bottom: 16rem;
    font-size: 14rem;
    line-height: 1.7;
  }
}
.page-privacy__content a {
  color: #0066cc;
  text-decoration: underline;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .page-privacy__content a:hover {
    color: #0052a3;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-privacy__content a:hover {
    color: #0052a3;
  }
}
.page-privacy__content strong {
  font-weight: 600;
  color: #333;
}
.page-privacy__content .date,
.page-privacy__content .note {
  font-size: 14rem;
  color: #888;
  margin: 10rem 0;
}
@media screen and (max-width: 768px) {
  .page-privacy__content .date,
  .page-privacy__content .note {
    font-size: 12rem;
  }
}
.page-privacy__content > *:last-child {
  margin-bottom: 0;
}

[temp="index.php"] {
  /*kv*/
  /*kv__contact*/
}
[temp="index.php"] .kv {
  width: 100%;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv {
    padding-bottom: 100rem;
  }
}
[temp="index.php"] .kv__inner {
  width: 1160rem;
  margin: 0 auto;
  padding-top: 210rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv__inner {
    width: calc(100% - 20rem);
    margin: 0 0 0 20rem;
    padding-top: 125rem;
  }
}
[temp="index.php"] .kv__content {
  width: 100%;
  min-height: 100rem;
}
[temp="index.php"] .kv__content__t1 {
  font-size: 20rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv__content__t1 {
    font-size: 13rem;
  }
}
[temp="index.php"] .kv__content__t2 {
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 64px */
  letter-spacing: 0em;
  margin-top: 10rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv__content__t2 {
    font-size: 21rem;
    line-height: 150%;
  }
}
[temp="index.php"] .kv__content__t3 {
  font-size: 10rem;
  color: #000;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 11px */
  width: 202rem;
  margin-top: 20rem;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv__content__t3 {
    transform-origin: 0 0;
    transform: scale(0.8);
  }
}
[temp="index.php"] .kv__content__mov {
  width: 265rem;
  height: 135rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 16rem;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv__content__mov {
    width: 148rem;
    height: 75rem;
    bottom: -155rem;
    right: auto;
    left: 0;
    border-radius: 14rem;
  }
}
[temp="index.php"] .kv__content__mov__thumb {
  width: 230.585rem;
  height: 128.991rem;
  background-color: #ccc;
  border-radius: 14rem;
  position: absolute;
  top: 50%;
  right: 10rem;
  transform: translate(0%, -50%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv__content__mov__thumb {
    width: 128rem;
    height: 72rem;
    right: 6rem;
    border-radius: 10rem;
  }
}
[temp="index.php"] .kv__gimmick {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
[temp="index.php"] .kv__gimmick__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
[temp="index.php"] .kv__gimmick__photo__1 {
  z-index: 1;
  filter: blur(20rem);
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv__gimmick__photo__1 {
    filter: blur(8px);
  }
}
[temp="index.php"] .kv__gimmick__photo__2 {
  z-index: 10;
}
[temp="index.php"] .kv__gimmick__photo__2 .kv__gimmick__photo__inner {
  -webkit-mask-image: radial-gradient(circle at 50% 50%, black 100px, transparent 150px);
  mask-image: radial-gradient(circle at 50% 50%, black 100px, transparent 150px);
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: mask-image 0.05s linear, -webkit-mask-image 0.05s linear;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv__gimmick__photo__2 .kv__gimmick__photo__inner {
    opacity: 0.8;
    -webkit-mask-image: radial-gradient(circle at 50vw 40svh, black 20vw, transparent 60vw) !important;
    mask-image: radial-gradient(circle at 70vw 40svh, black 20vw, transparent 60vw) !important;
  }
}
[temp="index.php"] .kv__gimmick__photo__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
[temp="index.php"] .kv {
  position: relative;
}
[temp="index.php"] .kv__ac__left {
  position: absolute;
  right: 100%;
  transform-origin: 100% 100%;
  transform: rotate(-90deg);
  font-size: 14rem;
  bottom: -140rem;
  margin-right: -35rem;
  width: 500rem;
  text-align: right;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv__ac__left {
    font-size: 10rem;
    bottom: -130rem;
    margin-right: -13rem;
    width: 300rem;
  }
}
[temp="index.php"] .kv__ac__right {
  position: absolute;
  right: 20rem;
  top: calc(100% + 170rem);
  width: 20rem;
  height: auto;
  opacity: 0.1;
}
[temp="index.php"] .kv__contact {
  position: absolute;
  right: 20rem;
  top: 500rem;
  top: 418rem;
  width: 150rem;
  height: 150rem;
  z-index: 100;
  transition: all 0.3s ease;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv__contact {
    right: 10rem;
    top: 430rem;
    width: 140rem;
    height: 140rem;
  }
}
[temp="index.php"] .kv__contact img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
[temp="index.php"] .kv__contact .kv__contact__1 {
  z-index: 1;
}
[temp="index.php"] .kv__contact .kv__contact__2 {
  z-index: 2;
  transform-origin: center center;
  animation: kv__contact__1 30s linear infinite;
}
@media (hover: hover) and (pointer: fine) {
  [temp="index.php"] .kv__contact:hover {
    transform: scale(0.9);
  }
  [temp="index.php"] .kv__contact:hover .kv__contact__1 {
    transform: scale(1.26);
  }
  [temp="index.php"] .kv__contact:hover .kv__contact__2 {
    filter: invert(1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [temp="index.php"] .kv__contact:hover {
    transform: scale(0.9);
  }
  [temp="index.php"] .kv__contact:hover .kv__contact__1 {
    transform: scale(1.26);
  }
  [temp="index.php"] .kv__contact:hover .kv__contact__2 {
    filter: invert(1);
  }
}
[temp="index.php"] .kv__contact .kv__contact__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13rem;
  color: #000;
  text-align: center;
  z-index: 3;
  font-weight: 500;
  white-space: nowrap;
}
@keyframes kv__contact__1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[temp="index.php"] .scrolled .kv__contact {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.9);
}
[temp="index.php"] .kv__copy {
  position: absolute;
  right: 185rem;
  bottom: -80rem;
  width: 98rem;
  height: auto;
  display: block;
  display: none;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv__copy {
    right: 160rem;
    bottom: -80rem;
    width: 67rem;
  }
}
[temp="index.php"] .kv__copy2 {
  position: absolute;
  right: 185rem;
  bottom: -80rem;
  height: auto;
  display: block;
  font-size: 18rem;
  font-family: "Funnel Display", sans-serif;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv__copy2 {
    right: 160rem;
    bottom: -80rem;
    font-size: 11.7rem;
  }
}
[temp="index.php"] .kv__copy2 span {
  display: inline-block;
  position: relative;
  transform-origin: 100% 85%;
  transform: scale(0.55);
  opacity: 0.5;
  padding-right: 7rem;
}
[temp="index.php"] .kv__content__mov__play {
  position: absolute;
  top: 50%;
  left: 14rem;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 17rem;
  color: #000;
  line-height: 1;
  opacity: 0.2;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv__content__mov__play {
    left: 8rem;
    font-size: 11rem;
  }
}
[temp="index.php"] .kv__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv__play {
    width: 50rem;
  }
}
[temp="index.php"] .kv__content__mov__thumb__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  [temp="index.php"] .kv__content__mov:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  [temp="index.php"] .kv__content__mov:hover .kv__content__mov__thumb__inner {
    transform: scale(1.03);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [temp="index.php"] .kv__content__mov:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  [temp="index.php"] .kv__content__mov:hover .kv__content__mov__thumb__inner {
    transform: scale(1.03);
  }
}
[temp="index.php"] .kv__content__mov__time {
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 12rem;
  line-height: 1;
  z-index: 10;
  opacity: 0.3;
  margin-bottom: 7rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .kv__content__mov__time {
    transform-origin: 100% 100%;
    font-size: 10rem;
    margin-bottom: 3rem;
  }
}
[temp="index.php"] body {
  overflow-x: hidden;
}
[temp="index.php"] .about {
  width: 100%;
  background-color: #24264a;
  border-radius: 50rem 50rem 0 0;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(0.906) translate(0, 100rem);
  will-change: transform;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .about {
    border-radius: 40rem 40rem 0 0;
  }
}
[temp="index.php"] .about__line {
  width: 70%;
  height: 20rem;
  background-color: #24264a;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 15%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .about__line {
    height: 16rem;
  }
}
[temp="index.php"] .about__line__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 140%;
  height: 100%;
  background-size: 102rem auto;
  background-repeat: repeat-x;
  background-position: center center;
  animation: scroll 20s linear infinite;
}
[temp="index.php"] .about__line__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #24264a;
  background: radial-gradient(circle, rgba(36, 38, 74, 0) 0%, rgb(36, 38, 74) 52%, rgb(36, 38, 74) 100%);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-102rem);
  }
}
[temp="index.php"] .about__content {
  width: 100%;
  background-color: #fff;
  border-radius: 40rem 40rem 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transform-origin: top center;
  transform: translate(0, 20rem);
  will-change: transform, border-radius;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .about__content {
    border-radius: 30rem 30rem 0 0;
    transform: translate(0, 16rem);
  }
}
[temp="index.php"] .about__content__bg {
  width: 100%;
  height: 120%;
  position: absolute;
  top: -20%;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .about__content__bg {
    height: 450rem;
    background-position: top left;
    top: -3%;
    height: 310rem;
    background-position: center;
  }
  [temp="index.php"] .about__content__bg:before {
    content: "";
    display: block;
    background: linear-gradient(to top, #fff, #fff, rgba(255, 255, 255, 0));
    position: absolute;
    bottom: -20%;
    left: 0;
    width: 100%;
    height: 41%;
    z-index: 1;
    opacity: 1;
  }
}
[temp="index.php"] .about__content__inner {
  padding-top: 100rem;
  width: 100%;
  height: 650rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .about__content__inner {
    height: 630rem;
    padding-top: 320rem;
  }
}
[temp="index.php"] .about__content__inner__text {
  position: absolute;
  left: 60rem;
  bottom: 60rem;
  text-shadow: 0 0 5rem rgb(255, 255, 255), 0 0 15rem rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .about__content__inner__text {
    left: 20rem;
    bottom: 40rem;
  }
}
[temp="index.php"] .about__content__inner__text h3 {
  font-size: 32rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 22rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .about__content__inner__text h3 {
    font-size: 19rem;
  }
}
[temp="index.php"] .about__content__inner__text p {
  font-size: 15rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .about__content__inner__text p {
    padding-right: 20rem;
    font-size: 12rem;
  }
  [temp="index.php"] .about__content__inner__text p br {
    display: none;
  }
}
[temp="index.php"] .about__content__grad {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(to right, #fff, #fff, rgba(255, 255, 255, 0));
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .about__content__grad {
    width: 100%;
    background: linear-gradient(to top, #fff, #fff, rgba(255, 255, 255, 0));
    height: 500rem;
    display: none;
  }
}
[temp="index.php"] .about2 {
  height: 650rem;
  position: relative;
  background-color: #eee;
  z-index: 1;
  height: 750rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .about2 {
    height: 550rem;
  }
}
[temp="index.php"] .about2__bg {
  width: 100%;
  height: 120%;
  position: absolute;
  top: -20%;
  left: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 167%;
  background-position: 40% 16%;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .about2__bg {
    background-position: 39% top;
    background-size: 199%;
    background-repeat: repeat;
  }
}
[temp="index.php"] .about2__text {
  z-index: 2;
  position: absolute;
  bottom: 65rem;
  bottom: 20rem;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10rem);
  padding: 25rem 45rem 35rem;
}
@media screen and (min-width: 769px) {
  [temp="index.php"] .about2__text {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25rem 100%, 0 calc(100% - 25rem));
  }
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .about2__text {
    max-width: calc(100% - 0rem);
    overflow: hidden;
    left: 0rem;
    bottom: 0rem;
    padding: 25rem 20rem 30rem 30rem;
  }
}
[temp="index.php"] .about2__text h3 {
  font-size: 36rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 22rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .about2__text h3 {
    font-size: 23rem;
    margin-bottom: 14rem;
  }
}
[temp="index.php"] .about2__text p {
  font-size: 15rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .about2__text p {
    font-size: 12rem;
  }
}
[temp="index.php"] #about {
  top: 40rem;
}
[temp="index.php"] .business {
  position: relative;
  padding-top: 100rem;
  background-color: #edeeee;
}
[temp="index.php"] .bs__checker {
  position: absolute;
  top: calc(100vh + 200rem);
  left: 0;
  width: 10px;
  height: 200vh;
  z-index: 1000;
}
[temp="index.php"] .bs__ground__wrapper {
  width: 100%;
  height: 1200rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__ground__wrapper {
    height: 1400rem;
  }
}
[temp="index.php"] .bs__ground {
  position: sticky;
  top: 80rem;
  left: 0;
  width: 1200rem;
  height: 600rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__ground {
    top: 0;
    width: 350rem;
    height: 700rem;
  }
}
[temp="index.php"] .bs__mct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480rem;
  height: 480rem;
  border-radius: 240rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__mct {
    width: 266rem;
    height: 266rem;
    border-radius: 133rem;
  }
}
[temp="index.php"] .bs__bdb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480rem;
  height: 480rem;
  border-radius: 240rem;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10rem);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__bdb {
    width: 266rem;
    height: 266rem;
    border-radius: 133rem;
  }
}
[temp="index.php"] .bs__maincircle {
  overflow: hidden;
  background: none;
  z-index: 300;
  mix-blend-mode: multiply;
}
[temp="index.php"] .bs__maincircle__ring {
  border: solid 22rem #fff;
  border-radius: 240rem;
  z-index: 299;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__maincircle__ring {
    border: solid 13rem #fff;
    border-radius: 133rem;
  }
}
[temp="index.php"] .bs__maincircle__gradation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #423daa 0%, #00a266 100%);
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__maincircle__gradation {
    background: linear-gradient(180deg, #423daa 0%, #00a266 100%);
  }
}
[temp="index.php"] .bs__maincircle__gradation__white {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 44rem);
  height: calc(100% - 44rem);
  background-color: #fff;
  border-radius: calc(240rem - 22rem);
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__maincircle__gradation__white {
    width: calc(100% - 26rem);
    height: calc(100% - 26rem);
    border-radius: calc(133rem - 13rem);
  }
}
[temp="index.php"] .bs__text__center {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translate(0%, -50%);
  font-weight: bold;
  text-align: center;
  font-size: 30rem;
  line-height: 1.2;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__text__center {
    font-size: 16rem;
  }
}
[temp="index.php"] .bs__circlep__coverbg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
  display: block;
  border-radius: 100%;
}
[temp="index.php"] .bs__circlep {
  width: 342rem;
  height: 342rem;
  background-color: #100;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
  display: block;
  pointer-events: none;
}
[temp="index.php"] .bs__circlep__1 {
  transform: translate(-50%, -50%) translate(0, 0) scale(0.82);
  opacity: 0;
}
[temp="index.php"] .bs__circlep__2 {
  transform: translate(-50%, -50%) translate(-277rem, -155rem) scale(0.82);
}
[temp="index.php"] .bs__circlep__3 {
  transform: translate(-50%, -50%) translate(277rem, 155rem) scale(0.82);
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__circlep {
    width: 133rem;
    height: 133rem;
  }
  [temp="index.php"] .bs__circlep__2 {
    transform: translate(-50%, -50%) translate(100rem, -138rem);
  }
  [temp="index.php"] .bs__circlep__3 {
    transform: translate(-50%, -50%) translate(-100rem, 138rem);
  }
}
[temp="index.php"] .bs__circlep__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 233rem;
  height: 233rem;
  font-size: 22rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5rem);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__circlep__content {
    width: 143rem;
    height: 143rem;
  }
}
[temp="index.php"] .bs__circlep__num {
  font-size: 17rem;
  line-height: 1.4;
  position: absolute;
  text-align: center;
  top: 18rem;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__circlep__num {
    font-size: 14rem;
    top: 10rem;
  }
}
[temp="index.php"] .bs__circlep__text {
  font-size: 16rem;
  line-height: 1.4;
  font-weight: bold;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__circlep__text {
    font-size: 10rem;
  }
}
[temp="index.php"] .bs__circlep__note {
  font-size: 10rem;
  line-height: 1.4;
  font-weight: bold;
  width: 100%;
  text-align: center;
  position: relative;
  transform-origin: center;
  margin-top: -10rem;
  transform: translate(0, 50%) scale(0.8);
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__circlep__note {
    font-size: 8rem;
    margin-top: -8rem;
  }
}
[temp="index.php"] .bs__circlep__logo {
  width: 100rem;
  height: 40rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 40rem;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__circlep__logo {
    width: 60rem;
    height: 24rem;
    bottom: 20rem;
  }
}
[temp="index.php"] .bs__circleb {
  width: 223rem;
  height: 223rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
  z-index: 700;
}
[temp="index.php"] .bs__circleb__1 {
  transform: translate(-50%, -50%) translate(-440rem, 0);
  color: #3e529d;
}
[temp="index.php"] .bs__circleb__2 {
  transform: translate(-50%, -50%) translate(440rem, 0);
  color: #329278;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__circleb {
    width: 133rem;
    height: 133rem;
  }
  [temp="index.php"] .bs__circleb__1 {
    transform: translate(-50%, -50%) translate(0, -210rem);
  }
  [temp="index.php"] .bs__circleb__2 {
    transform: translate(-50%, -50%) translate(0, 210rem);
  }
}
[temp="index.php"] .bs__circleb__text {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -55%);
  font-size: 22rem;
  line-height: 1.4;
  font-weight: bold;
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__circleb__text {
    font-size: 13rem;
  }
}
[temp="index.php"] .bs__circleb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}
[temp="index.php"] .bs__sv {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140rem;
  height: 100rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
[temp="index.php"] .bs__sv__1 {
  transform: translate(-50%, -50%) translate(-320rem, 155rem);
  transform: translate(-50%, -50%) translate(-275rem, 180rem);
}
[temp="index.php"] .bs__sv__2 {
  transform: translate(-50%, -50%) translate(-258rem, 235rem);
}
[temp="index.php"] .bs__sv__3 {
  transform: translate(-50%, -50%) translate(300rem, -200rem);
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__sv {
    width: 80rem;
    height: 60rem;
  }
  [temp="index.php"] .bs__sv__1 {
    transform: translate(-50%, -50%) translate(-100rem, -155rem);
  }
  [temp="index.php"] .bs__sv__2 {
    transform: translate(-50%, -50%) translate(-130rem, -115rem);
  }
  [temp="index.php"] .bs__sv__3 {
    transform: translate(-50%, -50%) translate(120rem, 135rem);
  }
}
[temp="index.php"] .bs__ground * {
  transition: all 900ms cubic-bezier(0.385, 0.055, 0.06, 0.975); /* custom */
  pointer-events: none;
}
[temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__mct {
  height: 400rem;
  width: 1160rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__mct {
    height: 664rem;
    width: 240rem;
  }
}
[temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__tries__tri {
  width: 400rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__tries__tri {
    width: 240rem;
  }
}
[temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .no_bss {
  opacity: 0 !important;
  pointer-events: none;
}
[temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__circleb {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
[temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__circleb__1 {
  transform: translate(-50%, -50%) translate(-510rem, -170rem) scale(0.8);
}
[temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__circleb__2 {
  transform: translate(-50%, -50%) translate(510rem, 170rem) scale(0.8);
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__circleb__1 {
    transform: translate(-50%, -50%) translate(-120rem, -250rem) scale(0.7);
  }
  [temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__circleb__2 {
    transform: translate(-50%, -50%) translate(120rem, 250rem) scale(0.7);
  }
}
[temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__sv {
  opacity: 0;
}
[temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__circlep__coverbg {
  opacity: 0;
}
[temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__circlep {
  width: 342rem;
  height: 342rem;
  pointer-events: auto !important;
}
[temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__circlep__content {
  opacity: 1;
}
[temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__circlep__1 {
  opacity: 1;
  transform: translate(-50%, -50%) translate(-377rem, 0);
}
[temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__circlep__2 {
  transform: translate(-50%, -50%) translate(0, 0);
}
[temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__circlep__3 {
  transform: translate(-50%, -50%) translate(377rem, 0);
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__circlep {
    width: 200rem;
    height: 200rem;
  }
  [temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__circlep__1 {
    transform: translate(-50%, -50%) translate(0, -210rem);
  }
  [temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__circlep__2 {
    transform: translate(-50%, -50%) translate(0, 0);
  }
  [temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__circlep__3 {
    transform: translate(-50%, -50%) translate(0, 210rem);
  }
}
[temp="index.php"] .bs__tries {
  transform-origin: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
[temp="index.php"] .bs__tries__wrapper {
  z-index: 1200;
}
[temp="index.php"] .bs__tries__1 {
  transform: rotate(180deg);
  right: 0;
  top: 0;
}
[temp="index.php"] .bs__tries__2 {
  left: 0;
  bottom: 0;
}
[temp="index.php"] .bs__tries__tri {
  width: 480rem;
  position: absolute;
  transform-origin: center;
  animation: bs__tri 5s linear infinite;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__tries__tri {
    width: 266rem;
  }
}
[temp="index.php"] .bs__tries__tri:after {
  padding-top: 100%;
  display: block;
  content: "";
}
[temp="index.php"] .bs__tries__tri:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7rem solid transparent;
  border-bottom: 7rem solid transparent;
  border-left: 12rem solid #fff;
  border-right: 0;
  display: block;
  content: "";
  position: absolute;
  top: 4rem;
  left: 50%;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__tries__tri:before {
    left: auto;
    right: 2.5rem;
    top: 50%;
    border-top: 7rem solid #fff;
    border-right: 4rem solid transparent;
    border-left: 4rem solid transparent;
    border-bottom: 0;
  }
}
@keyframes bs__tri {
  0% {
    transform: rotate(180deg);
    opacity: 0;
  }
  50% {
    transform: rotate(270deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0;
  }
}
[temp="index.php"] .bs__tries__tri__0 {
  animation-delay: -0.1s;
}
[temp="index.php"] .bs__tries__tri__0:before {
  opacity: 1;
}
[temp="index.php"] .bs__tries__tri__1 {
  animation-delay: 0s;
}
[temp="index.php"] .bs__tries__tri__1:before {
  opacity: 0.8;
}
[temp="index.php"] .bs__tries__tri__2 {
  animation-delay: 0.1s;
}
[temp="index.php"] .bs__tries__tri__2:before {
  opacity: 0.6;
}
[temp="index.php"] .bs__tries__tri__3 {
  animation-delay: 0.2s;
}
[temp="index.php"] .bs__tries__tri__3:before {
  opacity: 0.4;
}
[temp="index.php"] .bs__tries__tri__4 {
  animation-delay: 0.3s;
}
[temp="index.php"] .bs__tries__tri__4:before {
  opacity: 0.2;
}
[temp="index.php"] .bs__tries__tri__5 {
  animation-delay: 0.4s;
}
[temp="index.php"] .bs__tries__tri__5:before {
  opacity: 0;
}
[temp="index.php"] .bs__tries__tri__6 {
  animation-delay: 0.5s;
}
[temp="index.php"] .bs__tries__tri__6:before {
  opacity: -0.2;
}
[temp="index.php"] .bs__tries__tri__7 {
  animation-delay: 0.6s;
}
[temp="index.php"] .bs__tries__tri__7:before {
  opacity: -0.4;
}
[temp="index.php"] .bs__tries__tri__8 {
  animation-delay: 0.7s;
}
[temp="index.php"] .bs__tries__tri__8:before {
  opacity: -0.6;
}
[temp="index.php"] .bs__tries__tri__9 {
  animation-delay: 0.8s;
}
[temp="index.php"] .bs__tries__tri__9:before {
  opacity: -0.8;
}
[temp="index.php"] .bs__tries__tri__10 {
  animation-delay: 0.9s;
}
[temp="index.php"] .bs__tries__tri__10:before {
  opacity: -1;
}
[temp="index.php"] .service__intro {
  font-size: 24rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__intro {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .h2__co__bs {
    margin-bottom: -40rem;
  }
}
[temp="index.php"] .bs__sv__2 {
  display: none;
}
[temp="index.php"] .bs__seidetext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  font-size: 17rem;
  font-weight: bold;
  color: #f00;
  z-index: 1000;
  opacity: 0;
  transition: all 900ms cubic-bezier(0.385, 0.055, 0.06, 0.975); /* custom */
}
[temp="index.php"] .bs__seidetext__1 {
  color: #423eaa;
  transform: translate(-50%, -50%) translate(-593rem, 0) rotate(-90deg);
}
[temp="index.php"] .bs__seidetext__2 {
  color: #00a167;
  transform: translate(-50%, -50%) translate(593rem, 0) rotate(90deg);
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .bs__seidetext {
    font-size: 11rem;
  }
  [temp="index.php"] .bs__seidetext__1 {
    transform: translate(-50%, -50%) translate(0rem, -341rem);
  }
  [temp="index.php"] .bs__seidetext__2 {
    transform: translate(-50%, -50%) translate(0rem, 341rem);
  }
}
[temp="index.php"] .bs__checker[data-observer=true] + .bs__ground__wrapper .bs__seidetext {
  opacity: 1;
}
[temp="index.php"] .service {
  padding: 100rem 0;
  background-color: #edeeee;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service {
    padding: 60rem 0;
  }
}
[temp="index.php"] .service__inner {
  margin: 0 auto;
  padding: 0 20rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__inner {
    padding: 0 10rem;
  }
}
[temp="index.php"] .service__content__title {
  text-align: center;
  margin-bottom: 50rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__title {
    margin-bottom: 30rem;
  }
}
[temp="index.php"] .service__content__title__en {
  display: block;
  font-size: 48rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__title__en {
    font-size: 32rem;
  }
}
[temp="index.php"] .service__content__title__ja {
  display: block;
  font-size: 16rem;
  color: #666;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__title__ja {
    font-size: 14rem;
    margin-top: 5rem;
  }
}
[temp="index.php"] .service__content__items {
  display: flex;
  flex-direction: column;
  gap: 64rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__items {
    gap: 40rem;
  }
}
[temp="index.php"] .service__content__items__item {
  background-color: #fff;
  border-radius: 12rem;
  box-shadow: 0 4rem 24rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  transition-delay: 0.3s;
  position: relative;
}
[temp="index.php"] .service__content__items__item__header {
  display: flex;
  align-items: center;
  border-bottom: 1rem solid #f0f0f0;
  height: 120rem;
  padding: 0 20rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__items__item__header {
    padding: 20rem;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    height: auto;
  }
}
[temp="index.php"] .service__content__items__item__header__minlogo {
  background-color: #fff;
  width: 120rem;
  padding: 10rem;
  border-radius: 5rem;
}
[temp="index.php"] .service__content__items__item__header__minlogo img {
  width: 100%;
  height: auto;
  display: block;
}
[temp="index.php"] .service__content__items__item__header__logo {
  width: auto;
  height: 60rem;
  flex-shrink: 0;
  margin-right: 30rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__items__item__header__logo {
    height: 50rem;
    margin-right: 0;
    margin-bottom: 15rem;
  }
}
[temp="index.php"] .service__content__items__item__header__logo img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
[temp="index.php"] .service__content__items__item__header__info {
  flex: 1;
}
[temp="index.php"] .service__content__items__item__header__info__tagline {
  font-size: 16rem;
  color: #666;
  font-weight: 600;
}
[temp="index.php"] .service__content__items__item__header__info__tagline span {
  font-size: 20rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__items__item__header__info__tagline span {
    line-height: 1.3;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__items__item__header__info__tagline {
    font-size: 12rem;
  }
}
[temp="index.php"] .service__content__items__item__header__info__tags {
  display: flex;
  gap: 8rem;
  margin-top: 13rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__items__item__header__info__tags {
    margin-top: 8rem;
    gap: 6rem;
  }
}
[temp="index.php"] .service__content__items__item__header__info__tags .tag {
  background: #666;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  [temp="index.php"] .service__content__items__item__header__info__tags .tag[href]:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [temp="index.php"] .service__content__items__item__header__info__tags .tag[href]:hover {
    opacity: 0.7;
  }
}
[temp="index.php"] .service__content__items__item__header__link {
  display: inline-flex;
  align-items: center;
  gap: 18rem;
  text-decoration: none;
  border-radius: 4rem;
  font-size: 21rem;
  font-weight: 500;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__items__item__header__link {
    position: absolute;
    top: 38rem;
    right: 10rem;
    font-size: 14rem;
    gap: 10rem;
  }
}
[temp="index.php"] .service__content__items__item__header__link__icon {
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__items__item__header__link__icon {
    width: 40rem;
    height: 40rem;
  }
}
[temp="index.php"] .service__content__items__item__header__link__icon img {
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[temp="index.php"] .service__content__items__item__header__link:hover .service__content__items__item__header__link__icon {
  transform: translateX(5rem);
}
[temp="index.php"] .service__content__items__item__body {
  display: flex;
  align-items: stretch;
  color: #fff;
  height: 490rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__items__item__body {
    flex-direction: column;
    height: auto;
  }
}
[temp="index.php"] .service__content__items__item__body__gallery {
  width: 760rem;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__items__item__body__gallery {
    flex: none;
    width: 100%;
    height: 250rem;
  }
}
[temp="index.php"] .service__content__items__item__body__gallery .swiper {
  width: 100%;
  height: 100%;
}
[temp="index.php"] .service__content__items__item__body__gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
[temp="index.php"] .service__content__items__item__body__gallery .swiper-pagination {
  position: absolute;
  bottom: 20rem;
  right: 20rem;
  left: auto;
  width: auto;
  z-index: 10;
}
[temp="index.php"] .service__content__items__item__body__gallery .swiper-pagination .swiper-pagination-bullet {
  width: 8rem;
  height: 8rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 4rem;
}
[temp="index.php"] .service__content__items__item__body__gallery .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
[temp="index.php"] .service__content__items__item__body__desc {
  flex: 1;
  padding: 35rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__items__item__body__desc {
    padding: 30rem 15rem;
  }
}
[temp="index.php"] .service__content__items__item__body__desc__title {
  font-size: 21rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 27rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__items__item__body__desc__title {
    font-size: 16.5rem;
    margin-bottom: 15rem;
  }
}
[temp="index.php"] .service__content__items__item__body__desc__text {
  font-size: 14rem;
  line-height: 1.4;
  margin-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__items__item__body__desc__text {
    font-size: 11.5rem;
    margin-bottom: 15rem;
  }
}
[temp="index.php"] .service__content__items__item__body__desc__note {
  font-size: 11rem;
  line-height: 1.6;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .service__content__items__item__body__desc__note {
    font-size: 9rem;
    padding-top: 8rem;
  }
}
[temp="index.php"] .service__bg {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 90%;
  background-size: 100% 100%;
}
[temp="index.php"] .client {
  padding: 10rem 0 80rem;
  background-color: #edeeee;
  position: relative;
  overflow: hidden;
}
[temp="index.php"] .client h2 {
  margin-bottom: 100rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .client h2 {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .client {
    padding: 10rem 0 60rem;
  }
}
[temp="index.php"] .client__inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .client__inner {
    max-width: 100%;
    padding: 0;
  }
}
[temp="index.php"] .client__title {
  text-align: center;
  margin-bottom: 50rem;
  padding: 0 20rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .client__title {
    margin-bottom: 30rem;
  }
}
[temp="index.php"] .client__title__en {
  display: block;
  font-size: 48rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .client__title__en {
    font-size: 32rem;
  }
}
[temp="index.php"] .client__title__ja {
  display: block;
  font-size: 16rem;
  color: #666;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .client__title__ja {
    font-size: 14rem;
    margin-top: 5rem;
  }
}
[temp="index.php"] .client__wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
[temp="index.php"] .client__track {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: scroll 40s linear infinite;
}
[temp="index.php"] .client__list {
  display: flex;
  align-items: center;
  gap: 100rem;
  padding: 0 30rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .client__list {
    gap: 40rem;
    padding: 0 20rem;
  }
}
[temp="index.php"] .client__list__item {
  flex-shrink: 0;
}
[temp="index.php"] .client__list__item a {
  display: block;
  transition: opacity 0.3s ease;
}
[temp="index.php"] .client__list__item a:hover {
  opacity: 0.7;
}
[temp="index.php"] .client__list__item img {
  height: 60rem;
  width: auto;
  max-width: 200rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .client__list__item img {
    height: 24rem;
    max-width: 100rem;
  }
}
[temp="index.php"] .client__list__item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
[temp="index.php"] .news {
  padding: 20rem 0;
  background-color: #edeeee;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .news {
    padding: 0rem 0;
  }
}
[temp="index.php"] .news__header {
  display: flex;
  align-items: center;
  margin-bottom: 40rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .news__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20rem;
  }
}
[temp="index.php"] .news__header .h2__co {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .news__header .h2__co {
    margin-bottom: 20rem;
  }
}
[temp="index.php"] .news__inner {
  margin: 0 auto;
  padding: 0 60rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .news__inner {
    padding: 0 20rem;
  }
}
[temp="index.php"] .news__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10rem;
  margin-left: auto;
  padding-right: 60rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .news__tags {
    padding-left: 20rem;
    gap: 8rem;
    margin-left: 0;
  }
}
[temp="index.php"] .news__tags .tag--active {
  background-color: #000;
  color: #fff;
  pointer-events: none;
}
[temp="index.php"] .news__more {
  margin-top: 60rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .news__more {
    margin-top: 40rem;
  }
}
[temp="index.php"] .news__more__link {
  display: inline-flex;
  align-items: center;
  gap: 8rem;
  padding: 16rem 32rem;
  background-color: #24264a;
  color: #fff;
  text-decoration: none;
  border-radius: 30rem;
  font-size: 16rem;
  font-weight: 500;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .news__more__link {
    font-size: 14rem;
    padding: 14rem 28rem;
  }
}
[temp="index.php"] .news__more__link:hover {
  background-color: #1a1b3a;
  transform: translateY(-2rem);
}
[temp="index.php"] .news__more__link svg {
  width: 16rem;
  height: 16rem;
}
[temp="index.php"] .news__empty {
  text-align: center;
  margin-top: 60rem;
  color: #666;
  font-size: 16rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .news__empty {
    margin-top: 40rem;
    font-size: 14rem;
  }
}
[temp="index.php"] .newsslide__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18rem;
  text-decoration: none;
  border-radius: 4rem;
  font-size: 21rem;
  font-weight: 500;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .newsslide__link {
    gap: 10rem;
    font-size: 14rem;
  }
}
[temp="index.php"] .newsslide__link__icon {
  background-color: #000;
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .newsslide__link__icon {
    width: 40rem;
    height: 40rem;
  }
}
[temp="index.php"] .newsslide__link__icon img {
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[temp="index.php"] .newsslide__link:hover .newsslide__link__icon {
  transform: translateX(5rem);
}
[temp="index.php"] .company {
  padding: 100rem 0 0;
  background-color: #edeeee;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .company {
    padding: 60rem 0 0;
  }
}
[temp="index.php"] .company__round {
  background-color: #fff;
  border-radius: 30rem 30rem 0 0;
  padding: 60rem 0;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .company__round {
    background-size: cover;
    padding: 40rem 0 20rem;
  }
}
[temp="index.php"] .company__inner {
  max-width: 1160rem;
  margin: 0 auto;
  padding: 85rem 0 0;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .company__inner {
    width: 335rem;
    padding: 0;
  }
}
[temp="index.php"] .company__content {
  margin-top: 60rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .company__content {
    margin-top: 40rem;
  }
}
[temp="index.php"] .company__info {
  width: 100%;
}
[temp="index.php"] .company__list {
  display: flex;
  flex-direction: column;
  gap: 20rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-width: 1px 0;
  padding-top: 20rem;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .company__list {
    gap: 16rem;
  }
}
[temp="index.php"] .company__item {
  display: grid;
  grid-template-columns: 33% 1fr;
  gap: 30rem;
  padding-bottom: 20rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  align-items: start;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .company__item {
    grid-template-columns: 60rem 1fr;
    gap: 20rem;
    padding-bottom: 16rem;
  }
}
[temp="index.php"] .company__item:last-child {
  border-bottom: none;
}
[temp="index.php"] .company__term {
  font-weight: 500;
  font-size: 15rem;
  line-height: 1.8;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .company__term {
    font-size: 11.5rem;
  }
}
[temp="index.php"] .company__description {
  font-weight: 600;
  font-size: 15rem;
  line-height: 1.8;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .company__description {
    font-size: 11.5rem;
  }
}
[temp="index.php"] .company__description--with-image .company__description__inner {
  display: flex;
  gap: 20rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .company__description--with-image .company__description__inner {
    flex-direction: column;
    gap: 16rem;
  }
}
[temp="index.php"] .company__description__inner {
  display: flex;
  gap: 20rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .company__description__inner {
    flex-direction: column-reverse;
    gap: 16rem;
  }
}
[temp="index.php"] .company__item__image {
  flex-shrink: 0;
  overflow: hidden;
  width: 300rem;
  opacity: 0.85;
  filter: grayscale(30%);
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .company__item__image {
    width: 100%;
  }
}
[temp="index.php"] .company__item__image img {
  width: 100%;
  height: auto;
  display: block;
}
[temp="index.php"] .company__item__text {
  flex: 1;
  min-width: 0;
}
[temp="index.php"] .company__item__text2 {
  margin-top: 16rem;
  font-size: 13rem;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .company__item__text2 {
    margin-top: 12rem;
    font-size: 11rem;
  }
}
[temp="index.php"] .company__intro {
  font-size: 15rem;
  line-height: 1.8;
  padding: 60rem 0;
}
@media screen and (max-width: 768px) {
  [temp="index.php"] .company__intro {
    font-size: 12rem;
  }
}
[temp="index.php"] .footer {
  background-color: #fff;
}
/*# sourceMappingURL=main.css.map */
