@font-face {
  font-family: Emporia-Roman;
  src: url(../font/EmporiaRoman.otf) format("opentype");
}
html {
  font-size: 1px;
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
header {
  width: 100%;
  padding: 30rem 84rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
header .logo {
  width: 328rem;
  display: flex;
}

.frontview {
  width: 100%;
  height: 100vh;
  position: relative;
}
.frontview .catch__text {
  position: absolute;
  right: 94rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.frontview .catch__text.visible h2 span {
  opacity: 1;
  clip-path: inset(0);
}
.frontview .catch__text.visible .t__txt {
  opacity: 1;
  clip-path: inset(0);
}
.frontview .catch__text.visible .c__txt {
  opacity: 1;
  clip-path: inset(0);
}
.frontview .catch__text h2 {
  font-family: Emporia-Roman;
  font-weight: normal;
  font-size: 100rem;
  letter-spacing: 0.03em;
  line-height: 77rem;
  text-align: right;
  color: #000;
}
.frontview .catch__text h2 span {
  display: block;
  opacity: 0;
  transition: 0.5s;
  clip-path: inset(0 100% 0 0);
  padding-top: 8rem;
}
.frontview .catch__text h2 span:nth-child(2) {
  transition-delay: 0.5s;
}
.frontview .catch__text h2 span:nth-child(3) {
  transition-delay: 1s;
}
.frontview .catch__text .t__txt {
  font-weight: 500;
  font-size: 32rem;
  letter-spacing: 0.3em;
  line-height: 61.33rem;
  margin-top: 5rem;
  text-align: center;
  color: #000;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 1.5s;
  clip-path: inset(0 100% 0 0);
}
.frontview .catch__text .c__txt {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.12em;
  line-height: 29.83rem;
  margin-top: 18rem;
  text-align: center;
  color: #000;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 2s;
  clip-path: inset(0 100% 0 0);
}
.frontview .front__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.frontview .front__slider .c__item img {
  transform: scale(1);
  transition: 10s linear;
  -o-object-position: center bottom;
     object-position: center bottom;
  transform-origin: center bottom;
}
.frontview .front__slider .c__item.swiper-slide-active img {
  transform: scale(1.15);
}

.title__wrapper.--center .en__txt {
  text-align: center;
}
.title__wrapper.--center .ja__txt {
  text-align: center;
}
.title__wrapper .en__txt {
  font-family: Emporia-Roman;
  font-weight: normal;
  font-size: 60rem;
  line-height: 60rem;
  text-align: left;
  color: #c0a06b;
}
.title__wrapper .ja__txt {
  font-weight: normal;
  font-size: 18rem;
  letter-spacing: 0.15em;
  line-height: 36rem;
  margin-top: 15rem;
  text-align: left;
  color: #000;
}

.info__content {
  width: 1000rem;
  margin: 120rem auto;
}
.info__content .content__items {
  width: 100%;
  margin-top: 145rem;
}
.info__content .content__items .c__item {
  width: 100%;
  margin-bottom: 70rem;
}
.info__content .content__items .c__item .c__image {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.info__content .content__items .c__item .c__image img {
  transition: 3s;
  transform: scale(1.1);
}
.info__content .content__items .c__item .c__image.anim {
  opacity: 1;
}
.info__content .content__items .c__item .c__image.anim.is-animated img {
  transform: scale(1);
}
.info__content .content__items .c__item .c__image.anim.is-animated .imgmsk1-a li {
  transform: scale(0, 1);
}
.info__content .content__items .c__item .c__image .imgmsk1-a {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.info__content .content__items .c__item .c__image .imgmsk1-a li {
  height: 101%;
  width: 19%;
  background-color: #fff;
  transform-origin: left;
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
}
.info__content .content__items .c__item .c__image .imgmsk1-a li:nth-child(1), .info__content .content__items .c__item .c__image .imgmsk1-a li:nth-child(6) {
  width: 12%;
}
.info__content .content__items .c__item .c__image .imgmsk1-a li:first-child {
  transition-delay: 0.5s !important;
}
.info__content .content__items .c__item .c__image .imgmsk1-a li:nth-child(2) {
  transition-delay: 0.4s !important;
}
.info__content .content__items .c__item .c__image .imgmsk1-a li:nth-child(3) {
  transition-delay: 0.3s !important;
}
.info__content .content__items .c__item .c__image .imgmsk1-a li:nth-child(4) {
  transition-delay: 0.2s !important;
}
.info__content .content__items .c__item .c__image .imgmsk1-a li:nth-child(5) {
  transition-delay: 0.1s !important;
}
.info__content .content__items .c__item .c__image .imgmsk1-a li:nth-child(6) {
  transition-delay: 0s !important;
}
.info__content .content__items .c__item .content__text {
  width: 100%;
  margin-top: 40rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.info__content .content__items .c__item .content__text .c__text .e__txt {
  font-weight: normal;
  font-size: 10rem;
  letter-spacing: 0.1em;
  line-height: 17.5rem;
  text-align: left;
  color: #c0a06b;
}
.info__content .content__items .c__item .content__text .c__text .t__lbl {
  font-weight: normal;
  font-size: 27rem;
  letter-spacing: 0.1em;
  line-height: 47.25rem;
  margin-top: 22rem;
  text-align: left;
  color: #000;
}
.info__content .content__items .c__item .content__text .c__text .c__txt {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.1em;
  line-height: 25rem;
  margin-top: 25rem;
  text-align: left;
  color: #000;
}
.info__content .content__items .c__item .content__text .arrow {
  width: 100rem;
  display: flex;
  transition: 0.3s;
}
.info__content .content__items .c__item .content__text .arrow:hover {
  opacity: 0.7;
}

.middle__content {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}
.middle__content img {
  opacity: 0;
  transform: scale(1.14);
  position: relative;
  z-index: 2;
}
.middle__content.anim {
  opacity: 1;
}
.middle__content.anim.is-animated img {
  opacity: 1;
  transform: scale(1, 1);
  transition: 1.5s 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
}
.middle__content.anim.is-animated .bg {
  transform: scaleX(0);
  transition: 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
}
.middle__content.anim.is-animated .content__text {
  opacity: 1;
}
.middle__content .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 1;
  transform: scaleX(1);
  transform-origin: right;
  transition: 0.5s;
}
.middle__content .content__text {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  opacity: 0;
  transition: 1s 2s cubic-bezier(0.52, 0.08, 0.18, 1);
}
.middle__content .content__text .t__lbl {
  font-weight: normal;
  font-size: 50rem;
  letter-spacing: 0.15em;
  line-height: 74rem;
  text-align: center;
  color: #fff;
}
.middle__content .content__text .c__lbl {
  font-weight: 500;
  font-size: 22rem;
  letter-spacing: 0.15em;
  line-height: 36rem;
  margin-top: 35rem;
  text-align: center;
  color: #fff;
}
.middle__content .content__text .c__txt {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.1em;
  line-height: 38rem;
  margin-top: 40rem;
  text-align: center;
  color: #fff;
}

.archive__content {
  padding: 150rem 0;
}
.archive__content .content__items {
  width: 94.8611111111%;
  margin: 150rem 0 0 auto;
}
.archive__content .content__items .ct__item {
  width: 100%;
  margin-bottom: 35rem;
  display: flex;
  align-items: flex-start;
}
.archive__content .content__items .ct__item .content__text {
  width: 400rem;
}
.archive__content .content__items .ct__item .content__text .num {
  font-family: Emporia-Roman;
  font-weight: normal;
  font-size: 80rem;
  line-height: 1.1;
  padding-bottom: 5rem;
  text-align: left;
  color: #c0a06b;
  border-bottom: 1rem solid #000;
}
.archive__content .content__items .ct__item .content__text .t__txt {
  font-weight: normal;
  font-size: 10rem;
  letter-spacing: 0.1em;
  line-height: 17.5rem;
  margin-top: 10rem;
  text-align: left;
  color: #c0a06b;
}
.archive__content .content__items .ct__item .content__text .c__lbl {
  font-weight: normal;
  font-size: 24rem;
  letter-spacing: 0.1em;
  line-height: 42rem;
  margin-top: 40rem;
  text-align: left;
  color: #000;
}
.archive__content .content__items .ct__item .content__text .address__txt {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.1em;
  line-height: 21rem;
  margin-top: 12rem;
  text-align: left;
  color: #000;
}
.archive__content .content__items .ct__item .content__text .date {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.1em;
  line-height: 21rem;
  margin-top: 14rem;
  text-align: left;
  color: #000;
}
.archive__content .content__items .ct__item .ct__slider {
  width: calc(100% - 400rem);
  display: flex;
}
.archive__content .content__items .ct__item .ct__slider .c__item {
  width: 50%;
  display: flex;
}

.map {
  width: 100%;
  height: 780rem;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.apporach__content {
  width: 100%;
  height: auto;
  background: url(../img/approch_bg.webp);
  background-size: cover;
  padding: 100rem 0;
}
.apporach__content .content__inner {
  width: 1000rem;
  margin: auto;
}
.apporach__content .content__inner .title__wrapper .ja__txt {
  color: white;
}
.apporach__content .content__inner .content__wrapper {
  margin-top: 85rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.apporach__content .content__inner .content__wrapper .ceo__image {
  width: 447rem;
  display: flex;
  margin-right: 180rem;
  position: relative;
}
.apporach__content .content__inner .content__wrapper .ceo__image .ceo__info {
  width: 122rem;
  display: flex;
  position: absolute;
  right: -80rem;
  top: 0;
}
.apporach__content .content__inner .content__wrapper .content__text {
  width: 370rem;
}
.apporach__content .content__inner .content__wrapper .content__text .t__lbl {
  font-weight: normal;
  font-size: 18rem;
  letter-spacing: 0;
  line-height: 36rem;
  text-align: left;
  color: #fff;
}
.apporach__content .content__inner .content__wrapper .content__text .info__items {
  margin-top: 30rem;
}
.apporach__content .content__inner .content__wrapper .content__text .info__items .p__item {
  margin-bottom: 20rem;
}
.apporach__content .content__inner .content__wrapper .content__text .info__items .p__item h3 {
  font-family: Emporia-Roman;
  font-weight: normal;
  font-size: 28rem;
  line-height: 1.5;
  text-align: left;
  color: #c0a06b;
}
.apporach__content .content__inner .content__wrapper .content__text .info__items .p__item .p__image {
  width: 272rem;
  margin-top: 17rem;
  display: flex;
}
.apporach__content .content__inner .content__wrapper .content__text .info__items .p__item .t__txt {
  font-weight: normal;
  font-size: 18rem;
  letter-spacing: 0.15em;
  line-height: 36rem;
  margin-top: 25rem;
  text-align: left;
  color: #fff;
}
.apporach__content .content__inner .content__wrapper .content__text .info__items .p__item .c__txt {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.1em;
  line-height: 23rem;
  margin-top: 10rem;
  text-align: left;
  color: #fff;
}
.apporach__content .content__inner .po__content {
  width: 100%;
  margin-top: 70rem;
}
.apporach__content .content__inner .po__content .c__image {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.apporach__content .content__inner .po__content .c__image img {
  transition: 3s;
  transform: scale(1.1);
}
.apporach__content .content__inner .po__content .c__image.anim {
  opacity: 1;
}
.apporach__content .content__inner .po__content .c__image.anim.is-animated img {
  transform: scale(1);
}
.apporach__content .content__inner .po__content .c__image.anim.is-animated .imgmsk1-a li {
  transform: scale(0, 1);
}
.apporach__content .content__inner .po__content .c__image .imgmsk1-a {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.apporach__content .content__inner .po__content .c__image .imgmsk1-a li {
  height: 101%;
  width: 19%;
  background-color: #fff;
  transform-origin: left;
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
}
.apporach__content .content__inner .po__content .c__image .imgmsk1-a li:nth-child(1), .apporach__content .content__inner .po__content .c__image .imgmsk1-a li:nth-child(6) {
  width: 12%;
}
.apporach__content .content__inner .po__content .c__image .imgmsk1-a li:first-child {
  transition-delay: 0.5s !important;
}
.apporach__content .content__inner .po__content .c__image .imgmsk1-a li:nth-child(2) {
  transition-delay: 0.4s !important;
}
.apporach__content .content__inner .po__content .c__image .imgmsk1-a li:nth-child(3) {
  transition-delay: 0.3s !important;
}
.apporach__content .content__inner .po__content .c__image .imgmsk1-a li:nth-child(4) {
  transition-delay: 0.2s !important;
}
.apporach__content .content__inner .po__content .c__image .imgmsk1-a li:nth-child(5) {
  transition-delay: 0.1s !important;
}
.apporach__content .content__inner .po__content .c__image .imgmsk1-a li:nth-child(6) {
  transition-delay: 0s !important;
}
.apporach__content .content__inner .po__content .cp__lbl {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.1em;
  line-height: 23rem;
  margin-top: 15rem;
  text-align: left;
  color: #fff;
}
.apporach__content .apporach__slider {
  margin-top: 45rem;
  display: flex;
}
.apporach__content .apporach__slider .p__item {
  width: 30%;
}
.apporach__content .apporach__slider .p__item .c__image {
  width: 100%;
  display: flex;
}
.apporach__content .apporach__slider .p__item .c__lbl {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.1em;
  line-height: 23rem;
  margin-top: 12rem;
  text-align: left;
  color: #fff;
}

footer {
  padding: 100rem 0;
  position: relative;
}
footer .topPage {
  width: 100rem;
  height: 100rem;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4;
  display: none;
  transition: 0.3s;
}
footer .topPage:hover {
  opacity: 0.7;
}
footer .content__inner {
  max-width: 1240rem;
  width: 95%;
  margin: auto;
}
footer .content__inner.anim {
  opacity: 1;
}
footer .content__inner.anim.is-animated h2 span {
  opacity: 1;
  clip-path: inset(0);
}
footer .content__inner h2 {
  font-family: Emporia-Roman;
  font-weight: normal;
  font-size: 80rem;
  line-height: 1.5;
  text-align: left;
  color: #000;
}
footer .content__inner h2 span {
  display: block;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: 0.5s;
}
footer .content__inner h2 span:nth-child(2) {
  transition-delay: 0.5s;
}
footer .content__inner h2 span:nth-child(3) {
  transition-delay: 1s;
}
footer .content__inner .f__logo {
  width: 180rem;
  margin-top: 130rem;
  display: flex;
  transition: 0.3s;
}
footer .content__inner .f__logo:hover {
  opacity: 0.7;
}
footer .content__inner .address__txt {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.1em;
  line-height: 23rem;
  margin-top: 10rem;
  text-align: left;
  color: #000;
}
footer .content__inner .copyright {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.1em;
  line-height: 23rem;
  margin-top: 140rem;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 1050px) {
  html {
    font-size: 0.8px;
  }
}
@media screen and (max-width: 850px) {
  html {
    font-size: 0.7px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .frontview .catch__text h2 {
    font-size: 120rem;
    line-height: 0.8;
    color: white;
    text-align: left;
  }
  .frontview .catch__text h2 span {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .frontview .catch__text .t__txt {
    font-size: 40rem;
    letter-spacing: 0.3em;
    line-height: 1.8;
    color: white;
    text-align: left;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .frontview .catch__text .c__txt {
    font-size: 25rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: white;
    text-align: left;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .frontview .catch__text {
    width: -moz-max-content;
    width: max-content;
    right: auto;
    left: 47%;
    top: auto;
    bottom: 180rem;
    transform: translate(-50%);
  }
  header {
    padding: 30rem 24rem;
  }
  .info__content {
    width: 690rem;
  }
  .title__wrapper .en__txt {
    font-size: 70rem;
    line-height: 1.4;
  }
  .title__wrapper .ja__txt {
    font-size: 28rem;
  }
  .info__content .content__items .c__item .content__text .c__text .e__txt {
    font-size: 20rem;
  }
  .info__content .content__items .c__item .content__text .c__text .t__lbl {
    font-size: 34rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .info__content .content__items .c__item .content__text .c__text .c__txt {
    font-size: 22rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-top: 31rem;
  }
  .info__content .content__items .c__item .content__text .arrow {
    width: 75rem;
  }
  .middle__content {
    width: 100%;
    height: 800rem;
  }
  .middle__content .content__text .t__lbl {
    font-size: 55rem;
  }
  .middle__content .content__text .c__lbl {
    font-size: 30rem;
    letter-spacing: 0;
    line-height: 1.7;
  }
  .middle__content .content__text .c__txt {
    font-size: 22rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-top: 60rem;
  }
  .archive__content .content__items {
    width: 690rem;
    margin: 150rem auto;
  }
  .archive__content .content__items .ct__item {
    display: block;
    margin-bottom: 50rem;
  }
  .archive__content .content__items .ct__item .content__text {
    width: 100%;
  }
  .archive__content .content__items .ct__item .content__text .t__txt {
    font-size: 22rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-top: 12rem;
  }
  .archive__content .content__items .ct__item .content__text .c__lbl {
    font-size: 32rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-top: 50rem;
  }
  .archive__content .content__items .ct__item .content__text .address__txt {
    font-size: 22rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .archive__content .content__items .ct__item .content__text .date {
    font-size: 22rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .archive__content .content__items .ct__item .ct__slider {
    width: 100%;
    margin-top: 20rem;
  }
  .archive__content {
    padding: 150rem 0 0;
  }
  .apporach__content .content__inner {
    width: 690rem;
  }
  .apporach__content .content__inner .content__wrapper {
    margin-top: 100rem;
    display: block;
  }
  .apporach__content .content__inner .content__wrapper .ceo__image {
    width: 88%;
    display: flex;
    margin-right: 0;
  }
  .apporach__content .content__inner .content__wrapper .ceo__image .ceo__info {
    width: 150rem;
  }
  .apporach__content .content__inner .content__wrapper .content__text {
    width: 100%;
    margin-top: 30rem;
  }
  .apporach__content .content__inner .content__wrapper .content__text .t__lbl {
    font-size: 28rem;
    letter-spacing: 0;
    line-height: 1.7;
    text-align: justify;
  }
  .apporach__content .content__inner .content__wrapper .content__text .info__items {
    margin-top: 50rem;
  }
  .apporach__content .content__inner .content__wrapper .content__text .info__items .p__item h3 {
    font-size: 36rem;
    letter-spacing: 0.05em;
  }
  .apporach__content .content__inner .content__wrapper .content__text .info__items .p__item .c__txt {
    font-weight: normal;
    font-size: 22rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 12rem;
  }
  .apporach__content .content__inner .content__wrapper .content__text .info__items .p__item {
    margin-bottom: 35rem;
  }
  .apporach__content .content__inner .content__wrapper .content__text .info__items .p__item .p__image {
    width: 400rem;
    margin-top: 22rem;
  }
  .apporach__content .content__inner .content__wrapper .content__text .info__items .p__item .t__txt {
    font-size: 28rem;
    letter-spacing: 0.15em;
    line-height: 1.7;
  }
  .apporach__content .content__inner .po__content .cp__lbl {
    font-size: 24rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-top: 20rem;
  }
  .apporach__content .apporach__slider .p__item .c__lbl {
    font-size: 24rem;
    padding-left: 10rem;
    line-height: 1.5;
  }
  footer .content__inner .f__logo {
    width: 265rem;
  }
  footer .content__inner .address__txt {
    font-size: 22rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-top: 16rem;
  }
  footer .content__inner .copyright {
    font-size: 22rem;
    letter-spacing: 0.1em;
    line-height: 23rem;
  }
}/*# sourceMappingURL=style.css.map */