@charset "UTF-8";
@font-face {
  font-family: DINAlternate-Bold;
  src: url(../font/din-alternate-bold.ttf) format("truetype");
}
@font-face {
  font-family: Optima-Regular;
  src: url(../font/OPTIMA.TTF) format("truetype");
}
@font-face {
  font-family: Athelas-Regular;
  src: url(../font/Athelas-Regular.ttf) format("truetype");
}
@font-face {
  font-family: yumin;
  src: url(../font/yumin.ttf) format("truetype");
}
html {
  font-size: 1px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  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;
  background: #fff;
}

* {
  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 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);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s 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_y.is-animated {
  transform-origin: right;
  animation: scaled_x 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;
  }
}
.frontview {
  width: 97.094972067%;
  height: 100svh;
  margin: 0 0 0 auto;
  background: rgba(221, 221, 221, 0.8666666667);
  position: relative;
}
.frontview .catchcopy__text {
  position: absolute;
  left: 100rem;
  top: 95rem;
}
.frontview .catchcopy__text .ja__txt {
  font-weight: bold;
  font-size: 35rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: left;
  color: #000;
}
.frontview .catchcopy__text .en__txt {
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.04em;
  line-height: 24rem;
  margin-top: 10rem;
  text-align: left;
  color: #000;
}
.frontview video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  width: 52rem;
  height: 100svh;
  padding-top: 22rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}
header .sp-menu {
  width: 20rem;
  height: 10.2rem;
  position: relative;
  cursor: pointer;
}
header .sp-menu.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 4.5rem;
}
header .sp-menu.open span:nth-child(2) {
  width: 0;
}
header .sp-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 4.5rem;
}
header .sp-menu span {
  width: 100%;
  height: 0;
  border-bottom: 1rem solid #000;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
header .sp-menu span + span {
  top: 4.5rem;
}
header .sp-menu span + span + span {
  top: 10rem;
}
header .logo {
  width: 23.21rem;
  display: flex;
}
header .lang__items {
  display: flex;
  flex-direction: column;
  border: 1rem solid #040018;
}
header .lang__items .l__item {
  width: 17rem;
  height: 36rem;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12rem;
  line-height: 1;
  writing-mode: vertical-rl;
  text-align: center;
  color: #040018;
}
header .lang__items .l__item.active {
  background: #040018;
  color: white;
}

.nav-menu {
  width: 375rem;
  height: 100svh;
  background: white;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  padding: 90rem 0 0 110rem;
  transform: translate(-100%);
  transition: 0.5s;
}
.nav-menu.open {
  transform: translate(0);
}
.nav-menu ul li {
  margin: 20rem 0;
}
.nav-menu ul li a {
  font-weight: 500;
  font-size: 16rem;
  line-height: 1.8;
  text-align: left;
  color: #000;
}

main {
  width: 97.094972067%;
  margin: 0 0 0 auto;
}

.section-title .en__txt {
  font-family: DINAlternate-Bold;
  font-weight: normal;
  font-size: 30rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #000;
}
.section-title .ja__txt {
  font-weight: 500;
  font-size: 12rem;
  letter-spacing: 0.04em;
  line-height: 15.5rem;
  margin-top: 7rem;
  text-align: left;
  color: #000;
}

.readmore__btn {
  width: 280rem;
  height: 40rem;
  background: transparent;
  border: 1rem solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.readmore__btn:hover:after {
  transform: translate(6rem, -50%);
}
.readmore__btn:after {
  content: "";
  width: 61.39rem;
  height: 6.85rem;
  background: url(../img/arrow.png);
  background-size: 100% 100%;
  position: absolute;
  right: -22rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.readmore__btn span {
  font-family: Optima-Regular;
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000;
}

.section-who {
  width: 100%;
  margin-top: 200rem;
  background: #fff4e0;
  padding-left: 14.6720368239%;
  padding-top: 63rem;
  padding-bottom: 120rem;
  padding-right: 20rem;
  position: relative;
}
.section-who .gallery__images {
  width: 560rem;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 70rem;
  top: -320rem;
}
.section-who .gallery__images .g__image {
  width: 50%;
  display: flex;
}
.section-who .content__inner {
  margin-top: 32rem;
  display: flex;
  align-items: flex-start;
}
.section-who .content__inner .image__wrapper {
  width: 405.92rem;
  margin-right: 130rem;
  display: flex;
  position: relative;
}
.section-who .content__inner .image__wrapper span {
  font-family: Optima-Regular;
  font-weight: 400;
  font-size: 50rem;
  letter-spacing: 0.06em;
  line-height: 75.5rem;
  text-align: left;
  color: #000;
  position: absolute;
  left: -125rem;
  bottom: -34rem;
}
.section-who .content__inner .text__wrapper .t__item {
  margin-bottom: 65rem;
}
.section-who .content__inner .text__wrapper .t__item:nth-child(2) {
  margin-bottom: 35rem;
}
.section-who .content__inner .text__wrapper .t__item .e__txt {
  font-family: Optima-Regular;
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: left;
  color: #666;
}
.section-who .content__inner .text__wrapper .t__item .t__txt {
  font-weight: bold;
  font-size: 18rem;
  line-height: 28rem;
  margin-top: 9rem;
  text-align: left;
  color: #000;
}
.section-who .content__inner .text__wrapper .t__item .c__txt {
  font-weight: 500;
  font-size: 14rem;
  line-height: 29.5rem;
  margin-top: 40rem;
  text-align: left;
  color: #000;
}

.middle__menu {
  width: 100%;
  height: 400rem;
  display: flex;
}
.middle__menu.sub {
  margin-bottom: 375rem;
}
.middle__menu .p__menu {
  width: 33.3333333333%;
  height: 100%;
  display: flex;
  position: relative;
}
.middle__menu .p__menu:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #808080;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
}
.middle__menu .p__menu .title__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.middle__menu .p__menu .title__text .en__txt {
  font-family: Optima-Regular;
  font-weight: normal;
  font-size: 36rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.middle__menu .p__menu .title__text .ja__txt {
  font-family: yumin;
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.3em;
  line-height: 1.5;
  margin-top: 6rem;
  text-align: center;
  color: #fff;
}

.section-business {
  padding-top: 90rem;
  padding-left: 12.6582278481%;
  padding-bottom: 120rem;
  padding-right: 4%;
  background: #fff4e0;
}
.section-business .content__inner {
  display: flex;
  align-items: flex-start;
  margin-top: 60rem;
}
.section-business .content__inner .image__wrapper {
  width: 865.26rem;
  margin-right: 90rem;
  display: flex;
}
.section-business .content__inner .content__text {
  width: 336rem;
}
.section-business .content__inner .content__text .e__txt {
  font-family: Optima-Regular;
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.02em;
  line-height: 14.95rem;
  text-align: left;
  color: #666;
}
.section-business .content__inner .content__text .t__txt {
  font-weight: bold;
  font-size: 18rem;
  line-height: 31.5rem;
  margin-top: 8rem;
  text-align: left;
  color: #000;
}
.section-business .content__inner .content__text dl {
  margin: 0;
}
.section-business .content__inner .content__text dl dt {
  font-weight: bold;
  font-size: 14rem;
  line-height: 1.5;
  margin-top: 20rem;
  text-align: left;
  color: #000;
}
.section-business .content__inner .content__text dl dd {
  font-weight: 500;
  font-size: 14rem;
  line-height: 1.3;
  margin: 0;
  margin-top: 5rem;
  text-align: left;
  color: #000;
}
.section-business .content__inner .content__text .link__items {
  display: flex;
  margin-top: 40rem;
}
.section-business .content__inner .content__text .link__items .link {
  margin-right: 65rem;
  display: flex;
  flex-direction: column;
}
.section-business .content__inner .content__text .link__items .link .lbl {
  font-weight: 500;
  font-size: 14.97rem;
  letter-spacing: 0.04em;
  line-height: 16.57rem;
  text-align: left;
  color: #000;
}
.section-business .content__inner .content__text .link__items .link .icon {
  width: 128.28rem;
  display: flex;
  margin-top: 5rem;
}

.section-news {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 100rem 0;
}
.section-news.news {
  padding-bottom: 50rem;
}
.section-news.news .news__items {
  margin-left: 0;
}
.section-news .news__items {
  width: 65.5926352129%;
  margin-left: 90rem;
}
.section-news .news__items .n__item {
  display: flex;
  align-items: center;
  padding-bottom: 50rem;
  border-bottom: 1rem solid #b3b3b3;
  margin-bottom: 50rem;
}
.section-news .news__items .n__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.section-news .news__items .n__item .image__wrapper {
  width: 300rem;
  height: 240rem;
  margin-right: 50rem;
  background: #666;
}
.section-news .news__items .n__item .content__text {
  max-width: 615rem;
  width: 55%;
}
.section-news .news__items .n__item .content__text .date {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: left;
  color: #000;
}
.section-news .news__items .n__item .content__text .t__txt {
  font-family: yumin;
  font-weight: 500;
  font-size: 20rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 30rem;
  text-align: left;
  color: #000;
}
.section-news .news__items .n__item .content__text .c__txt {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.04em;
  line-height: 24rem;
  margin-top: 20rem;
  text-align: left;
  color: #000;
}
.section-news .news__items .n__item .content__text .more__link {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 20rem;
}
.section-news .news__items .n__item .content__text .more__link .lbl {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: left;
  color: #000;
}
.section-news .news__items .n__item .content__text .more__link .arrow {
  width: 15rem;
  margin-left: 13rem;
  display: flex;
}

.pagination {
  margin-bottom: 100rem;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li {
  width: 40rem;
  height: 40rem;
  margin: 0 15rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #3e4d52;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18rem;
  color: #3e4d52;
}
.pagination ul li.active {
  background: #3e4d52;
  color: white;
}

.map__wrapper {
  width: 100%;
  height: 350rem;
}
.map__wrapper iframe {
  width: 100%;
  height: 100%;
}

footer {
  padding: 25rem 0;
  position: relative;
}
footer .copyright {
  font-weight: 500;
  font-size: 10rem;
  line-height: 12rem;
  writing-mode: vertical-rl;
  color: #666;
  position: absolute;
  right: 15rem;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer__menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer__menu li {
  margin: 0 10rem;
}
footer .footer__menu li a {
  font-family: Athelas-Regular;
  font-weight: normal;
  font-size: 18rem;
  line-height: 31.5rem;
  text-align: center;
  color: #000;
}
footer .bottom__info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 75rem;
  position: relative;
}
footer .bottom__info .f__logo {
  width: 270rem;
  display: flex;
}
footer .bottom__info .mark__content {
  display: flex;
  align-items: center;
  padding-left: 40rem;
  margin-left: 40rem;
  border-left: 1rem solid #ccc;
}
footer .bottom__info .f__mark {
  width: 178.27rem;
  display: flex;
}
footer .bottom__info .t__part {
  margin-left: 30rem;
}
footer .bottom__info .tel__part {
  display: flex;
  align-items: center;
}
footer .bottom__info .tel__part.c01 {
  display: block;
  margin-left: 20rem;
}
footer .bottom__info .tel__part a {
  display: flex;
  align-items: center;
}
footer .bottom__info .tel__part a .icon {
  width: 14.11rem;
  margin-right: 5rem;
  display: flex;
}
footer .bottom__info .tel__part a .lbl {
  font-family: Optima-Regular;
  font-size: 21rem;
  line-height: 1;
  text-align: left;
  color: #000;
}
footer .bottom__info .tel__part .work__txt {
  font-family: yumin;
  font-weight: 500;
  font-size: 11rem;
  letter-spacing: 0.01em;
  line-height: 22.5rem;
  margin-left: 10rem;
  text-align: center;
  color: #000;
}
footer .bottom__info .address__txt {
  font-family: yumin;
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.04em;
  line-height: 22rem;
  margin-top: 5rem;
  text-align: left;
  color: #000;
}
footer .bottom__info .sns__items {
  display: flex;
  align-items: center;
  margin-left: 20rem;
  position: absolute;
  right: 15rem;
  bottom: -60rem;
}
footer .bottom__info .sns__items a {
  width: 26rem;
  display: flex;
  margin-right: 30rem;
}
footer .note__link {
  font-size: 12rem;
  color: #000;
  position: absolute;
  right: 108rem;
  bottom: 44rem;
}
footer .instagram__icon {
  width: 28rem;
  margin-left: 15rem;
  margin-top: 20rem;
  display: flex;
  transition: 0.3s;
  position: absolute;
  position: absolute;
  right: 60rem;
  bottom: 40rem;
}
footer .instagram__icon:hover {
  opacity: 0.7;
}
footer .topPage {
  margin-top: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .topPage .line {
  width: 0rem;
  height: 30rem;
  background: transparent;
  border: 1rem solid #040018;
  margin-bottom: 3rem;
}
footer .topPage .lbl {
  font-family: Optima-Regular;
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.06em;
  line-height: 21rem;
  text-align: center;
  color: #040018;
}

.news-detail__wrapper {
  width: 1140rem;
  height: auto;
  margin: auto;
  margin-top: 100rem;
}
.news-detail__wrapper .content__text .thum__image {
  width: 100%;
  display: flex;
}
.news-detail__wrapper .content__text .info {
  display: flex;
  align-items: center;
  margin-top: 60rem;
}
.news-detail__wrapper .content__text .info .date {
  font-weight: 500;
  font-size: 20rem;
  letter-spacing: 0.04em;
  line-height: 50rem;
  margin-right: 23rem;
  text-align: left;
  color: #1a1311;
}
.news-detail__wrapper .content__text .info .t__txt {
  font-family: yumin;
  font-weight: 500;
  font-size: 24rem;
  letter-spacing: 0.06em;
  line-height: 50rem;
  text-align: left;
  color: #1a1311;
}
.news-detail__wrapper .content__text .c__txt {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.04em;
  line-height: 42rem;
  margin-top: 30rem;
  text-align: left;
  color: #1a1311;
}
.news-detail__wrapper .control__btns {
  height: 80rem;
  margin-top: 180rem;
  margin-bottom: 100rem;
  display: flex;
  justify-content: center;
}
.news-detail__wrapper .control__btns .c__btn {
  width: 33.3333333333%;
  height: 100%;
  background: transparent;
  border: 1px solid #bdbebf;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.news-detail__wrapper .control__btns .c__btn:hover {
  opacity: 0.7;
}
.news-detail__wrapper .control__btns .c__btn:last-child {
  border-right: 1px solid #bdbebf;
}
.news-detail__wrapper .control__btns .c__btn span {
  font-weight: 500;
  font-size: 20rem;
  letter-spacing: 0.04em;
  line-height: 50rem;
  text-align: center;
  color: #1a1311;
}

.subfrontview {
  max-width: 1600rem;
  width: 90%;
  margin: 70rem auto 0;
  position: relative;
}
.subfrontview .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.subfrontview .title.note .ja__txt {
  font-size: 40rem;
}
.subfrontview .title .en__txt {
  font-family: Optima-Regular;
  font-weight: normal;
  font-size: 40rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.subfrontview .title .ja__txt {
  font-family: yumin;
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.3em;
  line-height: 27rem;
  margin-top: 8rem;
  text-align: center;
  color: #fff;
}

.business__wrapper {
  max-width: 1175rem;
  width: 90%;
  margin: auto;
  margin-top: 100rem;
}
.business__wrapper .b__item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-bottom: 150rem;
}
.business__wrapper .b__item:nth-child(2n) {
  flex-direction: row;
}
.business__wrapper .b__item:nth-child(2n) .image__wrapper {
  margin-left: 0;
  margin-right: 20rem;
}
.business__wrapper .b__item .image__wrapper {
  width: 555rem;
  height: 440rem;
  margin-left: 20rem;
  background: #ebebeb;
  border: 1rem solid #bdbebf;
}
.business__wrapper .b__item .content__text {
  width: 550rem;
}
.business__wrapper .b__item .content__text .from__txt {
  font-family: Optima-Regular;
  font-weight: normal;
  font-size: 56rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: left;
  color: #1a1311;
}
.business__wrapper .b__item .content__text .from__txt.c01 {
  letter-spacing: -0.03em;
}
.business__wrapper .b__item .content__text .from__txt span {
  width: 134rem;
  display: inline-flex;
}
.business__wrapper .b__item .content__text .from__name {
  font-family: yumin;
  font-weight: 500;
  font-size: 20rem;
  letter-spacing: 0.3em;
  line-height: 32.4rem;
  margin-top: 22rem;
  text-align: left;
  color: #1a1311;
}
.business__wrapper .b__item .content__text .p__product {
  margin-top: 40rem;
}
.business__wrapper .b__item .content__text .p__product .t__txt {
  font-family: Optima-Regular;
  font-weight: normal;
  font-size: 30rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #1a1311;
}
.business__wrapper .b__item .content__text .p__product .t__txt span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 16rem;
  line-height: 1;
  text-align: left;
  color: #1a1311;
}
.business__wrapper .b__item .content__text .p__product .c__txt {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.02em;
  line-height: 28rem;
  margin-top: 9rem;
  text-align: left;
  color: #1a1311;
}

.note__wrapper {
  max-width: 1000rem;
  width: 95%;
  margin: 120rem auto;
}
.note__wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.note__wrapper table tr {
  border-top: 1px solid #bdbebf;
}
.note__wrapper table tr:last-child {
  border-bottom: 1px solid #bdbebf;
}
.note__wrapper table tr td {
  font-weight: 500;
  font-size: 14rem;
  line-height: 24.5rem;
  padding: 20rem 0;
  text-align: left;
  color: #1a1311;
}
.note__wrapper table tr td:first-child {
  width: 390rem;
  font-weight: bold;
}
.note__wrapper .n__date {
  font-weight: bold;
  font-size: 14rem;
  line-height: 24.5rem;
  margin-top: 45rem;
  text-align: right;
  color: #1a1311;
}
.note__wrapper .frame__text {
  width: 100%;
  height: auto;
  padding: 28rem 0;
  margin-top: 94rem;
  border-radius: 10rem;
  background: transparent;
  border: 1px solid #bdbebf;
}
.note__wrapper .frame__text .f__lbl {
  font-weight: bold;
  font-size: 16rem;
  line-height: 28rem;
  text-align: center;
  color: #1a1311;
}
.note__wrapper .frame__text .f__lbl.c01 {
  margin-top: 15px;
}
.note__wrapper .frame__text .address__txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 24.5px;
  text-align: center;
  color: #1a1311;
}

.breadcrumb {
  max-width: 1600rem;
  width: 90%;
  margin: auto;
  margin-top: 10rem;
}
.breadcrumb a {
  font-weight: 500;
  font-size: 14rem;
  line-height: 24.5rem;
  text-align: left;
  color: #4d4d4d;
}

.subtitle {
  font-family: Optima-Regular;
  font-weight: normal;
  font-size: 46rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #000;
}
.subtitle span {
  font-family: yumin;
  font-weight: 500;
  font-size: 16rem;
  margin-left: 8rem;
  vertical-align: baseline;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left;
  color: #000;
}

.company__wrapper {
  max-width: 1200rem;
  width: 95%;
  margin: auto;
  margin-top: 55rem;
}
.company__wrapper .company__info {
  margin-top: 40rem;
}
.company__wrapper .company__info table {
  width: 100%;
  border-collapse: collapse;
}
.company__wrapper .company__info table tr {
  border-bottom: 1rem solid #b3b3b3;
}
.company__wrapper .company__info table tr td {
  font-weight: 500;
  font-size: 16rem;
  line-height: 28rem;
  padding: 25rem 0;
  text-align: left;
  color: #000;
}
.company__wrapper .company__info table tr td .line__text {
  display: flex;
}
.company__wrapper .company__info table tr td .line__text span {
  margin-left: 10rem;
}
.company__wrapper .company__info table tr td .line__text span a {
  color: #000;
}
.company__wrapper .company__info table tr td:first-child {
  width: 158rem;
  font-weight: bold;
}
.company__wrapper .company__history__phil {
  width: 100%;
  margin: 100rem 0;
  display: flex;
}
.company__wrapper .company__history__phil .company__history {
  width: 50%;
}
.company__wrapper .company__history__phil .company__history .history__items {
  margin-top: 15rem;
}
.company__wrapper .company__history__phil .company__history .history__items table {
  width: 100%;
  border-collapse: collapse;
}
.company__wrapper .company__history__phil .company__history .history__items table tr td {
  font-weight: 500;
  font-size: 14rem;
  padding: 25rem 0;
  line-height: 1.6;
  text-align: left;
  color: #000;
}
.company__wrapper .company__history__phil .company__history .history__items table tr td:not(:last-child) {
  font-weight: bold;
}
.company__wrapper .company__history__phil .company__history .history__items table tr td:first-child {
  width: 88rem;
  position: relative;
}
.company__wrapper .company__history__phil .company__history .history__items table tr td:first-child:before {
  content: "";
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 1rem solid #b3b3b3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.company__wrapper .company__history__phil .company__history .history__items table tr td:first-child:after {
  content: "";
  width: 60rem;
  height: 0rem;
  background: transparent;
  border-bottom: 1rem solid #b3b3b3;
  position: absolute;
  left: 5rem;
  top: 50%;
  transform: translateY(-50%);
}
.company__wrapper .company__history__phil .company__history .history__items table tr td:last-child {
  padding-left: 20rem;
}
.company__wrapper .company__history__phil .company__phil {
  width: 50%;
  padding-left: 100rem;
  border-left: 1rem solid #b3b3b3;
}
.company__wrapper .company__history__phil .company__phil .content__inner {
  margin-top: 40rem;
}
.company__wrapper .company__history__phil .company__phil .content__inner .line__text {
  display: flex;
  align-items: flex-end;
  margin-bottom: 35rem;
}
.company__wrapper .company__history__phil .company__phil .content__inner .line__text .f__txt {
  width: 210rem;
  font-weight: 500;
  font-size: 20rem;
  line-height: 1;
  text-align: left;
  color: #000;
}
.company__wrapper .company__history__phil .company__phil .content__inner .line__text .l__txt {
  font-weight: bold;
  font-size: 12rem;
  line-height: 1;
  text-align: left;
  color: #000;
}
.company__wrapper .company__history__phil .company__phil .content__inner .c__txt {
  font-weight: 500;
  font-size: 16rem;
  line-height: 44rem;
  margin-top: 50rem;
  text-align: left;
  color: #000;
}
.company__wrapper .company__history__phil .company__phil .content__inner .ceo__info {
  margin-top: 110rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company__wrapper .company__history__phil .company__phil .content__inner .ceo__info .t__txt {
  font-size: 18rem;
  font-weight: bold;
}
.company__wrapper .company__history__phil .company__phil .content__inner .ceo__info .t__txt span {
  font-weight: 500;
  font-size: 16rem;
}
.company__wrapper .company__history__phil .company__phil .content__inner .ceo__info .ceo__img {
  width: 150rem;
  height: 150rem;
  margin-left: 25rem;
  border-radius: 50%;
  overflow: hidden;
}

.contact__wrapper {
  max-width: 1220rem;
  width: 95%;
  margin: auto;
  margin: 70rem auto 100rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.contact__wrapper .detail__content {
  width: 430rem;
}
.contact__wrapper .detail__content .c__txt {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 42.31rem;
  text-align: left;
  color: #000;
}
.contact__wrapper .detail__content .info__text {
  margin-top: 40rem;
}
.contact__wrapper .detail__content .info__text .lbl {
  font-weight: 500;
  font-size: 14rem;
  line-height: 24rem;
  text-align: left;
  color: #000;
}
.contact__wrapper .detail__content .info__text .t__items {
  display: flex;
  align-items: center;
  margin-top: 7rem;
}
.contact__wrapper .detail__content .info__text .t__items .tel {
  display: flex;
  align-items: center;
}
.contact__wrapper .detail__content .info__text .t__items .tel .icon {
  width: 17.11rem;
  margin-right: 5rem;
  display: flex;
}
.contact__wrapper .detail__content .info__text .t__items .tel a {
  font-family: Optima-Regular;
  font-weight: normal;
  font-size: 30rem;
  line-height: 1;
  text-align: left;
  color: #000;
}
.contact__wrapper .detail__content .info__text .t__items .b__line {
  width: 19.34rem;
  display: flex;
  margin: 0 12rem;
}
.contact__wrapper .detail__content .info__text .t__items .fax {
  font-family: Optima-Regular;
  font-weight: normal;
  font-size: 18rem;
  line-height: 31.5rem;
  text-align: left;
  color: #000;
}
.contact__wrapper .detail__content .info__text .t__items .fax a {
  color: #000;
}
.contact__wrapper .detail__content .info__text .work__time {
  margin-top: 14rem;
  background: #e5e5e5;
  font-family: yumin;
  font-weight: 500;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 22.5rem;
  padding: 9rem 0;
  text-align: center;
  color: #000;
}
.contact__wrapper .contact__frame {
  width: 59%;
  margin-left: 40rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact__wrapper .contact__frame .cs__item {
  width: 48%;
  margin-bottom: 28rem;
}
.contact__wrapper .contact__frame .cs__item.--wide {
  width: 100%;
}
.contact__wrapper .contact__frame .cs__item .lbl {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.01em;
  line-height: 36.31rem;
  text-align: left;
  color: #000;
}
.contact__wrapper .contact__frame .cs__item .lbl .required {
  font-weight: 500;
  font-size: 12rem;
  letter-spacing: 0.01em;
  line-height: 1.6;
  background: #3d403f;
  padding: 2rem 8rem;
  text-align: center;
  color: #fff;
}
.contact__wrapper .contact__frame .cs__item .line__text {
  display: flex;
  justify-content: space-between;
}
.contact__wrapper .contact__frame .cs__item .post__text {
  margin-bottom: 10rem;
  display: flex;
  align-items: center;
}
.contact__wrapper .contact__frame .cs__item .post__text .line {
  width: 10rem;
  height: 0rem;
  margin: 0 17rem;
  background: transparent;
  border: 1rem solid #666;
}
.contact__wrapper .contact__frame .cs__item input[type=text], .contact__wrapper .contact__frame .cs__item input[type=email] {
  width: 100%;
  height: 40rem;
  border-radius: 10rem;
  background: transparent;
  border: 1rem solid #666;
  font-weight: 500;
  font-size: 14rem;
  padding-left: 15rem;
  letter-spacing: 0.01em;
  line-height: 36.31rem;
  text-align: left;
  color: #000;
}
.contact__wrapper .contact__frame .cs__item input[type=text].small, .contact__wrapper .contact__frame .cs__item input[type=email].small {
  width: 48%;
}
.contact__wrapper .contact__frame .cs__item input[type=text].post, .contact__wrapper .contact__frame .cs__item input[type=email].post {
  width: 100rem;
}
.contact__wrapper .contact__frame .cs__item input[type=text].tel, .contact__wrapper .contact__frame .cs__item input[type=email].tel {
  width: 49%;
}
.contact__wrapper .contact__frame .cs__item textarea {
  width: 100%;
  height: 150rem;
  border-radius: 10rem;
  background: transparent;
  border: 1rem solid #666;
  font-weight: 500;
  font-size: 14rem;
  padding: 15rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: left;
  color: #000;
}
.contact__wrapper .contact__frame .submit__btn {
  width: 150rem;
  height: 40rem;
  margin: auto;
  margin-top: 50rem;
  background: #000;
}
.contact__wrapper .contact__frame .submit__btn span {
  font-weight: normal;
  font-size: 16rem;
  line-height: 22rem;
  text-align: center;
  color: #fff;
}

.privacy__wrapper {
  max-width: 1010rem;
  width: 95%;
  margin: 100rem auto;
}
.privacy__wrapper dl dt {
  font-weight: bold;
  font-size: 16rem;
  line-height: 28rem;
  text-align: left;
  color: #000;
  margin-bottom: 15rem;
}
.privacy__wrapper dl dd {
  font-weight: 500;
  font-size: 14rem;
  line-height: 24.5rem;
  margin: 0;
  margin-bottom: 40rem;
  text-align: left;
  color: #000;
}
.privacy__wrapper .frame__text {
  width: 100%;
  height: auto;
  margin-top: 80rem;
  padding: 28rem 0;
  border-radius: 10rem;
  background: transparent;
  border: 1rem solid #b3b3b3;
}
.privacy__wrapper .frame__text .lbl {
  font-weight: bold;
  font-size: 16rem;
  line-height: 28rem;
  text-align: center;
  color: #000;
}
.privacy__wrapper .frame__text .c__name {
  font-weight: bold;
  font-size: 16rem;
  line-height: 28rem;
  margin-top: 15rem;
  text-align: center;
  color: #000;
}
.privacy__wrapper .frame__text .address__txt {
  font-weight: 500;
  font-size: 14rem;
  line-height: 24.5rem;
  margin-top: 5rem;
  text-align: center;
  color: #000;
}
.privacy__wrapper .frame__text .address__txt a {
  color: #000;
}

.recruit__wrapper {
  max-width: 1600rem;
  width: 90%;
  height: auto;
  margin: auto;
  margin-top: 25rem;
  margin-bottom: 80rem;
  padding: 95rem 0 165rem;
  background: #EBF0F4;
  position: relative;
}
.recruit__wrapper .gap {
  max-width: 1052rem;
  width: 95%;
  display: flex;
  position: absolute;
  left: 50%;
  top: 60rem;
  transform: translate(-50%);
}
.recruit__wrapper .content__inner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.recruit__wrapper h1 {
  font-family: Optima-Regular;
  font-weight: normal;
  font-size: 80rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  color: #000;
}
.recruit__wrapper .t__txt {
  font-family: yumin;
  font-weight: 500;
  font-size: 22rem;
  letter-spacing: 0.3em;
  line-height: 32.4rem;
  margin-top: 12rem;
  text-align: center;
  color: #000;
}
.recruit__wrapper .t__lbl {
  font-family: yumin;
  font-weight: 500;
  font-size: 50rem;
  letter-spacing: 0.12em;
  line-height: 74.4rem;
  margin-top: 60rem;
  text-align: center;
  color: #000;
}
.recruit__wrapper .t__job {
  font-family: Optima-Regular;
  font-weight: normal;
  font-size: 150rem;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 110rem;
  text-align: center;
  color: #fff;
}
.recruit__wrapper .r__txt {
  font-family: yumin;
  font-weight: 500;
  font-size: 30rem;
  letter-spacing: 0.3em;
  line-height: 32.4rem;
  margin-top: -30rem;
  text-align: center;
  color: #000;
}
.recruit__wrapper .c__txt {
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.02em;
  line-height: 34rem;
  margin-top: 25rem;
  text-align: center;
  color: #000;
}
.recruit__wrapper .content__form {
  max-width: 1072.92rem;
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 48rem;
  border-radius: 20rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 25rem 85rem 115rem;
  position: relative;
}
.recruit__wrapper .content__form .entry__btn {
  width: 400rem;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  transition: 0.3s;
}
.recruit__wrapper .content__form .entry__btn:hover {
  opacity: 0.7;
}
.recruit__wrapper .content__form table {
  width: 100%;
  border-collapse: collapse;
}
.recruit__wrapper .content__form table tr {
  border-bottom: 1rem solid #808080;
}
.recruit__wrapper .content__form table tr td {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.02em;
  line-height: 34rem;
  padding: 20rem 0;
  text-align: left;
  color: #000;
}
.recruit__wrapper .content__form table tr td:first-child {
  width: 185rem;
  vertical-align: top;
}

.thanks__wrapper {
  margin: 200px 0;
}
.thanks__wrapper .txt {
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.02em;
  line-height: 34rem;
  margin-top: 25rem;
  text-align: center;
  color: #000;
}
.thanks__wrapper .top__btn {
  width: 180rem;
  height: 40rem;
  margin: auto;
  display: block;
  margin-top: 50rem;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanks__wrapper .top__btn span {
  font-weight: normal;
  font-size: 16rem;
  line-height: 22rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1420px) {
  .recruit__wrapper .t__job {
    font-size: 122rem;
  }
}
@media screen and (max-width: 1366px) {
  .section-who {
    padding-left: 14%;
  }
  .section-who .content__inner .image__wrapper {
    margin-right: 50rem;
  }
  .section-business {
    padding-left: 6%;
  }
  .section-business .content__inner .image__wrapper {
    margin-right: 45rem;
  }
  footer .bottom__info .f__logo {
    width: 194.19rem;
  }
  footer .bottom__info .f__mark {
    width: 130.27rem;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 0.8px;
  }
}
@media screen and (max-width: 840px) {
  html {
    font-size: 0.7px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.26666666vw;
  }
  .frontview {
    width: 100%;
    height: 550rem;
    margin-top: 40rem;
  }
  header {
    width: 100%;
    height: 40rem;
    padding-top: 0;
    padding-right: 12rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: right;
    flex-direction: row;
  }
  header .logo {
    width: 154rem;
    display: flex;
    position: absolute;
    left: 12rem;
    top: 50%;
    transform: translateY(-50%);
  }
  header .lang__items {
    flex-direction: row;
    margin-left: 11rem;
  }
  header .lang__items .l__item {
    width: 30rem;
    height: 14rem;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 10rem;
    line-height: 1;
    writing-mode: unset;
  }
  header .sp-menu span + span {
    top: 5rem;
  }
  header .sp-menu span + span + span {
    top: 10rem;
  }
  main {
    width: 100%;
  }
  .section-who {
    width: 100%;
    margin-top: 260rem;
    padding-left: 25rem;
    padding-top: 72rem;
    padding-bottom: 90rem;
    padding-right: 25rem;
  }
  .section-who .gallery__images {
    width: 300rem;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: auto;
    left: 50%;
    top: -310rem;
    transform: translate(-50%);
  }
  .section-who .content__inner {
    margin-top: 40rem;
    display: block;
  }
  .section-who .content__inner .image__wrapper {
    width: 250rem;
    margin-right: 0;
    margin-left: auto;
  }
  .section-who .content__inner .image__wrapper span {
    font-size: 31rem;
    letter-spacing: 0.06em;
    line-height: 46rem;
    left: -79rem;
    bottom: -23rem;
  }
  .section-who .content__inner .text__wrapper {
    margin-top: 90rem;
  }
  .section-who .content__inner .text__wrapper .t__item .c__txt {
    text-align: justify;
  }
  .readmore__btn {
    margin: auto;
  }
  .middle__menu {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 0;
  }
  .middle__menu .p__menu {
    width: 100%;
  }
  .middle__menu .p__menu .title__text .en__txt {
    font-size: 30rem;
  }
  .middle__menu .p__menu .title__text .ja__txt {
    font-size: 16rem;
  }
  .section-business {
    padding-top: 90rem;
    padding-left: 25rem;
    padding-bottom: 100rem;
    padding-right: 25rem;
  }
  .section-business .content__inner {
    display: block;
    margin-top: 40rem;
  }
  .section-business .content__inner .image__wrapper {
    width: 100%;
    margin-right: auto;
  }
  .section-business .content__inner .content__text {
    width: 100%;
    margin-top: 35rem;
  }
  .section-business .content__inner .content__text .txt {
    text-align: justify;
  }
  .section-business .content__inner .content__text .link__items {
    display: flex;
    margin-top: 45rem;
  }
  .section-news {
    display: block;
    padding: 70rem 25rem;
  }
  .section-news .news__items {
    width: 100%;
    margin-left: 0;
    margin-top: 38rem;
  }
  .section-news .news__items .n__item {
    display: block;
    padding-bottom: 40rem;
    margin-bottom: 40rem;
  }
  .section-news .news__items .n__item .image__wrapper {
    width: 100%;
    height: 260rem;
    margin-right: 0;
  }
  .section-news .news__items .n__item .content__text {
    width: 100%;
    margin-top: 28rem;
  }
  .section-news .news__items .n__item .content__text .t__txt {
    margin-top: 6rem;
  }
  footer {
    padding: 42rem 0 15rem;
  }
  footer .bottom__info {
    width: 100%;
    margin: auto;
    margin-top: 0;
  }
  footer .bottom__info .f__logo {
    width: 207rem;
    margin-bottom: 25rem;
  }
  footer .bottom__info .f__mark {
    width: 205rem;
    display: flex;
    margin: auto;
    margin-top: 45rem;
  }
  footer .bottom__info .address__txt {
    margin-left: 0;
    margin-top: 14rem;
    font-size: 13rem;
    text-align: left;
    letter-spacing: 0;
  }
  footer .bottom__info .tel__part {
    margin-left: 0;
    margin-top: 0;
  }
  footer .bottom__info .sns__items a {
    width: 30rem;
    display: flex;
    margin-right: 22rem;
  }
  footer .copyright {
    font-weight: 500;
    font-size: 10rem;
    line-height: 12rem;
    writing-mode: unset;
    color: #666;
    position: relative;
    text-align: center;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    margin-top: 0;
    margin-right: 40rem;
    transform: unset;
  }
  .subfrontview {
    width: 300rem;
    margin: 50rem auto 0;
  }
  .subfrontview .title .en__txt {
    font-size: 38rem;
  }
  .breadcrumb {
    max-width: 1600rem;
    width: 300rem;
  }
  .privacy__wrapper {
    width: 300rem;
    margin: 50rem auto 100rem;
  }
  .privacy__wrapper .frame__text .lbl {
    font-size: 14rem;
  }
  .privacy__wrapper .frame__text .c__name {
    font-size: 16rem;
    line-height: 26rem;
  }
  .privacy__wrapper .frame__text .address__txt {
    font-weight: 500;
    font-size: 14rem;
    line-height: 24rem;
  }
  .privacy__wrapper .frame__text .address__txt span {
    margin-top: 6rem;
    display: block;
  }
  .contact__wrapper {
    width: 330rem;
    margin: auto;
    margin: 50rem auto 100rem;
    display: block;
  }
  .contact__wrapper .detail__content {
    width: 100%;
  }
  .contact__wrapper .detail__content .c__txt {
    font-size: 12rem;
    letter-spacing: -0.03em;
    line-height: 28rem;
  }
  .contact__wrapper .detail__content .info__text {
    margin-top: 30rem;
  }
  .contact__wrapper .detail__content .info__text .lbl {
    font-size: 12rem;
    line-height: 22rem;
  }
  .contact__wrapper .detail__content .info__text .t__items .tel a {
    font-size: 23rem;
  }
  .contact__wrapper .detail__content .info__text .t__items .tel .icon {
    width: 14.11rem;
  }
  .contact__wrapper .detail__content .info__text .t__items .fax {
    font-size: 14rem;
    line-height: 1.5;
  }
  .contact__wrapper .detail__content .info__text .t__items .b__line {
    width: 15.34rem;
    display: flex;
    margin: 0px 5rem;
  }
  .contact__wrapper .contact__frame {
    width: 100%;
    margin-top: 53rem;
    margin-left: 0;
  }
  .contact__wrapper .contact__frame .cs__item input[type=text], .contact__wrapper .contact__frame .cs__item input[type=email] {
    width: 100%;
    height: 50rem;
  }
  .contact__wrapper .contact__frame .cs__item .line__text {
    display: block;
  }
  .contact__wrapper .contact__frame .cs__item input[type=text].small, .contact__wrapper .contact__frame .cs__item input[type=email].small {
    width: 100%;
    margin-bottom: 10rem;
  }
  .contact__wrapper .contact__frame .cs__item input[type=text].tel, .contact__wrapper .contact__frame .cs__item input[type=email].tel {
    width: 90rem;
  }
  .contact__wrapper .contact__frame .cs__item .post__text .line {
    margin: 0 9rem;
  }
  .contact__wrapper .contact__frame .cs__item textarea {
    width: 100%;
    height: 180rem;
  }
  .company__wrapper {
    max-width: 1200rem;
    width: 308rem;
  }
  .company__wrapper .company__info table tr {
    display: grid;
  }
  .company__wrapper .company__info table tr td:first-child {
    width: 100%;
    padding-bottom: 0;
  }
  .company__wrapper .company__info table tr td:last-child {
    padding-top: 12rem;
  }
  .company__wrapper .company__info table tr td {
    padding: 32rem 0;
  }
  .company__wrapper .company__info table tr td .line__text {
    display: block;
  }
  .company__wrapper .company__info table tr td .line__text span {
    margin-left: 0;
    display: block;
  }
  .company__wrapper .company__history__phil {
    margin: 70rem 0;
    display: block;
  }
  .company__wrapper .company__history__phil .company__history {
    width: 100%;
  }
  .company__wrapper .company__history__phil .company__history .history__items table tr td {
    display: inline-block;
    padding: 17rem 0;
  }
  .company__wrapper .company__history__phil .company__history .history__items table tr td:nth-child(2) {
    width: 75rem;
  }
  .company__wrapper .company__history__phil .company__history .history__items table tr td:first-child:after {
    content: "";
    width: 30rem;
  }
  .company__wrapper .company__history__phil .company__history .history__items table tr td:first-child {
    width: 50rem;
  }
  .company__wrapper .company__history__phil .company__history .history__items table tr td:last-child {
    padding-left: 45rem;
    padding-top: 0;
    display: block;
  }
  .company__wrapper .company__history__phil .company__phil {
    width: 100%;
    padding-left: 0;
    padding-top: 80rem;
    border-left: 0;
    border-top: 1rem solid #b3b3b3;
  }
  .company__wrapper .company__history__phil .company__phil .content__inner .line__text {
    display: block;
  }
  .company__wrapper .company__history__phil .company__phil .content__inner .line__text .l__txt {
    display: block;
    margin-top: 5rem;
  }
  .business__wrapper {
    width: 300rem;
    margin: auto;
    margin-top: 50rem;
  }
  .business__wrapper .b__item {
    display: block;
    margin-bottom: 100rem;
  }
  .business__wrapper .b__item .image__wrapper {
    width: 555rem;
    height: 440rem;
    margin-left: 20rem;
    background: transparent;  /* ← グレー背景を消す */
    border: none;             /* ← 枠線を消す */
  }
  .business__wrapper .b__item .content__text {
    width: 100%;
    margin-top: 20rem;
  }
  .business__wrapper .b__item .content__text .from__txt span {
    margin-top: 15rem;
    font-size: 26rem;
    display: block;
    line-height: 1.5;
  }
  .business__wrapper .b__item:nth-child(2n) .image__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  footer .bottom__info .tel__part a .lbl {
    font-size: 20rem;
  }
  footer .bottom__info .tel__part .work__txt {
    font-size: 11rem;
    letter-spacing: 0;
  }
  footer .bottom__info .t__part {
    margin-left: 0;
  }
  footer .bottom__info .mark__content {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  footer .bottom__info .f__mark {
    width: 120rem;
    display: flex;
    margin: 0;
    margin-top: 0;
  }
  footer .topPage {
    margin-top: 50rem;
  }
  .company__wrapper .company__history__phil .company__phil .content__inner .ceo__info .t__txt {
    font-size: 16rem;
  }
  .company__wrapper .company__history__phil .company__phil .content__inner .ceo__info .t__txt span {
    font-weight: 500;
    font-size: 14rem;
  }
  .company__wrapper .company__history__phil .company__phil .content__inner .ceo__info .ceo__img {
    width: 130rem;
    height: 130rem;
    margin-left: 19rem;
  }
  .company__wrapper .company__history__phil .company__phil .content__inner .ceo__info {
    margin-top: 66rem;
  }
  .recruit__wrapper {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 25rem;
    margin-bottom: 0;
    padding: 50rem 0 65rem;
    overflow: hidden;
  }
  .recruit__wrapper h1 {
    font-size: 60rem;
  }
  .recruit__wrapper .t__txt {
    font-size: 16rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 10rem;
  }
  .recruit__wrapper .t__lbl {
    font-size: 26rem;
    letter-spacing: 0.05em;
    line-height: 46rem;
    margin-top: 35rem;
  }
  .recruit__wrapper .t__job {
    font-size: 66rem;
    letter-spacing: 0.01em;
    line-height: 1;
    margin-top: 18rem;
  }
  .recruit__wrapper .r__txt {
    font-size: 28rem;
    letter-spacing: 0.3em;
    line-height: 32.4rem;
    margin-top: -24rem;
  }
  .recruit__wrapper .c__txt {
    font-weight: 500;
    font-size: 16rem;
    letter-spacing: 0.02em;
    line-height: 26rem;
    margin-top: 16rem;
  }
  .recruit__wrapper .content__form {
    width: 350rem;
    height: auto;
    margin: auto;
    margin-top: 30rem;
    border-radius: 16rem;
    padding: 20rem 16rem 60rem;
  }
  .recruit__wrapper .content__form table tr td {
    font-size: 14rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
    padding: 18rem 0;
  }
  .recruit__wrapper .content__form table tr td:first-child {
    width: 88rem;
    vertical-align: baseline;
  }
  .recruit__wrapper .content__form .entry__btn {
    width: 240rem;
  }
  .recruit__wrapper .gap {
    width: 198%;
    display: flex;
    position: absolute;
    left: 45%;
    top: 35rem;
  }
  footer .bottom__info {
    width: 335rem;
    justify-content: left;
    margin: auto;
    margin-top: 50rem;
    flex-wrap: wrap;
    padding-bottom: 30rem;
    border-bottom: 1rem solid #ccc;
  }
  footer .bottom__info .address__txt {
    margin-top: 20rem;
  }
  footer .bottom__info .sns__items {
    margin-top: 20rem;
    display: flex;
    align-items: center;
    margin-left: 20rem;
    position: absolute;
    right: 41rem;
    bottom: -56rem;
  }
  footer .bottom__info .mark__content {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-left: 150rem;
    margin-right: 150rem;
    margin-top: 30rem;
    padding-top: 30rem;
    border-left: 0;
    border-top: 1rem solid #ccc;
  }
  footer .bottom__info .mark__content {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  footer .bottom__info .tel__part a .icon {
    width: 13.11rem;
  }
  footer .bottom__info .instagram__icon {
    width: 27rem;
    margin-left: 12rem;
    margin-top: 39rem;
  }
  footer .bottom__info .instagram__icon:last-child {
    position: absolute;
    bottom: 0;
    right: 8rem;
    margin: 0;
  }
  .frontview .catchcopy__text .ja__txt {
    font-size: 28rem;
    text-align: center;
  }
  .frontview .catchcopy__text {
    width: 360rem;
    background: rgba(255, 255, 255, 0.4);
    padding: 15rem 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .frontview .catchcopy__text .en__txt {
    font-size: 15rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-top: 0rem;
    text-align: center;
  }
  footer .instagram__icon {
    width: 28rem;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    right: auto;
    bottom: auto;
  }
  footer .bp__sp {
    margin-top: 70rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .company__wrapper .company__history__phil .company__phil .content__inner .c__txt {
    font-size: 20rem;
    letter-spacing: 0.08em;
  }
  .business__wrapper .b__item .content__text .from__txt {
    font-size: 50rem;
    letter-spacing: 0;
  }
  .news-detail__wrapper {
    width: 304rem;
  }
  .news-detail__wrapper .content__text .info {
    display: block;
  }
  .news-detail__wrapper .content__text .info .date {
    line-height: 1.5;
    font-size: 14rem;
  }
  .news-detail__wrapper .content__text .info .t__txt {
    font-size: 20rem;
    letter-spacing: 0.06em;
    line-height: 30rem;
    margin-top: 10rem;
  }
  .news-detail__wrapper .content__text .c__txt {
    font-size: 14rem;
    letter-spacing: 0.04em;
    line-height: 1.7;
    margin-top: 30rem;
    text-align: justify;
  }
  .news-detail__wrapper .control__btns {
    height: auto;
    margin-top: 100rem;
    margin-bottom: 100rem;
    display: block;
  }
  .news-detail__wrapper .control__btns .c__btn {
    width: 100%;
    height: 80rem;
    background: transparent;
    border: 1px solid #bdbebf;
    border-bottom: 0;
  }
  .news-detail__wrapper .control__btns .c__btn:last-child {
    border-bottom: 1px solid #bdbebf;
  }
  .news-detail__wrapper .control__btns .c__btn span {
    font-size: 18rem;
  }
  .privacy__wrapper dl dd {
    text-align: justify;
  }
  .subfrontview .title.note .ja__txt {
    font-size: 20rem;
    letter-spacing: 0;
  }
  .note__wrapper {
    width: 340rem;
    margin: 100rem auto;
  }
  .note__wrapper table tr {
    display: grid;
  }
  .note__wrapper table tr td:first-child {
    width: 100%;
    padding-bottom: 0;
  }
  .note__wrapper table tr td {
    font-weight: 500;
    font-size: 15rem;
    line-height: 26.5rem;
    padding: 20rem 10rem;
  }
  .note__wrapper table tr td:last-child {
    padding-top: 10rem;
  }
  .note__wrapper .n__date {
    font-size: 16rem;
  }
  .note__wrapper .frame__text {
    width: 300rem;
    margin: auto;
    margin-top: 80rem;
  }
  footer .note__link {
    font-size: 12rem;
    color: #000;
    position: absolute;
    right: auto;
    left: 50%;
    transform: translate(-50%);
    bottom: 170rem;
  }
}
/* =========================
   投資家向けセクション
   ========================= */
.frontview {
  position: relative;
}

/* 白いカード本体 */
.frontview .investor-section {
  position: absolute;
  left: 100rem;
  bottom: 60rem;
  transform: none;
  width: 48%;        /* 62% → 48% に変更 */
  max-width: 580rem; /* 900rem → 700rem に変更 */
  background: rgba(255, 255, 255, 0.85);
  padding: 24rem 24rem;
  border-radius: 0rem;
  box-shadow: 0 12rem 30rem rgba(0, 0, 0, 0.18);
  z-index: 2;
}


/* 見出しテキスト */
.frontview .investor-section__title {
  font-size: 18rem;
  font-weight: 700;
  text-align: left;
  margin: 0 0 16rem;
}

/* ボタンを横並び */
.frontview .investor-section__buttons {
  display: flex;
  gap: 16rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* 赤ボタン */
.frontview .investor-btn {
  flex: 1 1 220rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16rem 24rem;
  background: #e60012;         /* 通常の赤 */
  color: #fff;
  border-radius: 12rem;
  text-decoration: none;
  box-shadow: 0 6rem 12rem rgba(0, 0, 0, 0.18);
  transition: background 0.2s ease,
              transform 0.15s ease,
              box-shadow 0.15s ease;
}

.frontview .investor-btn:hover {
  background: #b8000e;         /* 濃い赤へ */
  transform: translateY(-3rem);
  box-shadow: 0 10rem 20rem rgba(0, 0, 0, 0.25);
}

/* ボタン内テキスト */
.frontview .investor-btn .btn-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}

.frontview .investor-btn .btn-main {
  font-size: 15rem;
  font-weight: 700;
  white-space: nowrap;
}

.frontview .investor-btn .btn-sub {
  font-size: 12rem;
  margin-top: 4rem;
  opacity: 0.9;
}

/* アイコン（↓） */
.frontview .investor-btn .btn-icon {
  font-size: 20rem;
  line-height: 1;
  margin-left: auto;
}

@media screen and (max-width: 768px) {


  .frontview .investor-section {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin: 16rem auto 0;
    border-radius: 0;
    box-shadow: none;
    padding: 16rem 20rem;
  }

  .frontview .investor-section__title {
    font-size: 16rem;
    text-align: center;
    margin-bottom: 12rem;
  }

  .frontview .investor-section__buttons {
    flex-direction: column;
  }

  .frontview .investor-btn {
    width: 100%;
  }
  .frontview .investor-btn .btn-main {
    white-space: normal;
  }
  .frontview {
    width: 100%;
    height: 640rem;
    margin-top: 40rem;
    position: relative;
    overflow: visible;
  }
  /* キャッチコピー帯*/
  .frontview .catchcopy__text {
    width: 100%;
    padding: 12rem 16rem;
    background: rgba(255, 255, 255, 0.55);
    position: absolute;
    left: 0;
    bottom: 140rem;
    transform: none;
    text-align: center;
  }

  .frontview .catchcopy__text .ja__txt {
    font-size: 24rem;
    text-align: center;
  }

  .frontview .catchcopy__text .en__txt {
    font-size: 14rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-top: 4rem;
    text-align: center;
  }
  /* 投資家向けカード：画像のすぐ下に白いカード＋赤ボタン2つ縦並び */
  .frontview .investor-section {
    position: relative;
    width: calc(100% - 40rem);  /* 左右20remずつ余白 */
    margin: 420rem auto 24rem;
    padding: 20rem 18rem 24rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16rem;
    box-shadow: 0 8rem 20rem rgba(0, 0, 0, 0.15);
    transform: none;
  }

  .frontview .investor-section__title {
    font-size: 16rem;
    text-align: center;
    margin-bottom: 16rem;
  }

  .frontview .investor-section__buttons {
    flex-direction: column;
    gap: 16rem;
  }

  .frontview .investor-btn {
    width: 100%;
  }
}
/* PC 用レイアウト調整 */
@media screen and (min-width: 769px) {
  .section-business {
    padding-top: 60rem;
    padding-left: 9%;
    padding-right: 9%;
    padding-bottom: 40rem;  /* ← 60 → 40 にして下の余白をさらに減らす */
    background: #fff4e0;
  }

  .section-business .content__inner {
    margin-top: 40rem;      /* 60 → 40 にして上の余白も少し詰める */
  }
  /* 画像エリアを少し縦長にする */
  .section-business .content__inner .image__wrapper {
    width: 865.26rem;
    height: 440rem !important;
    margin-left: 20rem;
    margin-right: 90rem;
    background: transparent;  /* ← グレー背景を消す */
    border: none;             /* ← 枠線を消す */
    display: flex;
  }
}
.business__wrapper .b__item .image__wrapper {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;  /* 念のため影も消しておく */
}
/* ============================
   SPトップ（ヒーロー＋投資家カード）最終調整
   ============================ */
@media screen and (max-width: 768px) {

  /* ヒーロー全体の器 */
  .frontview {
    position: relative !important;
    width: 100%;
    height: 630rem !important;    /* ヒーロー画像＋カードぶんの高さ */
    margin-top: 40rem;
    background: #ffffff;
    overflow: visible;
    display: block !important;
  }

  /* PC画像は非表示、SP画像だけ表示して背景化 */
  .frontview img.pc {
    display: none !important;
  }

  .frontview img.sp {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 520rem;               /* ヒーロー画像の高さ */
    object-fit: cover;
    z-index: 1;
  }

  /* キャッチコピー帯（画像の下部にかぶせる） */
  .frontview .catchcopy__text {
    position: absolute !important;
    left: 0;
    top: 225rem;                   /* 帯の縦位置（必要なら微調整） */
    width: 100%;
    padding: 12rem 16rem;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    transform: none;
    z-index: 2;
  }

  .frontview .catchcopy__text .ja__txt {
    font-size: 24rem;
    text-align: center;
  }

  .frontview .catchcopy__text .en__txt {
    font-size: 14rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-top: 4rem;
    text-align: center;
  }

  /* 投資家向けセクション：画像の下に白カード＋ボタン縦並び */
  .frontview .investor-section {
    position: absolute !important;
    left: 50%;
    top: 350rem;                   /* 画像のちょうど下からスタート */
    transform: translateX(-50%);
    width: calc(100% - 40rem);     /* 左右20remずつ余白 */
    max-width: 100%;
    margin: 0;
    padding: 20rem 18rem 24rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16rem;
    box-shadow: 0 8rem 20rem rgba(0, 0, 0, 0.15);
    z-index: 3;
  }

  .frontview .investor-section__title {
    font-size: 16rem;
    text-align: center;
    margin-bottom: 16rem;
  }

  .frontview .investor-section__buttons {
    display: flex;
    flex-direction: column;
    gap: 16rem;
  }

  .frontview .investor-btn {
    width: 100%;
  }
  /* 白カード：少し半透明＆コンパクトに */
  .frontview .investor-section {
    background: rgba(255, 255, 255, 0.88); /* ← 半透明にする */
    padding: 16rem 14rem 18rem;            /* ← 上下左右の余白を少し減らす */
    border-radius: 12rem;                  /* ← 丸みを少し弱く */
    box-shadow: 0 6rem 14rem rgba(0, 0, 0, 0.15);
  }

  /* ボタン同士の間隔も少しだけ詰める */
  .frontview .investor-section__buttons {
    gap: 12rem;
  }

  /* 赤いボタンをスマホでは少し小さめに */
  .frontview .investor-btn {
    padding: 14rem 16rem;                  /* ← 縦の余白を減らす */
    border-radius: 10rem;                  /* ← カードより少しだけ丸く */
    box-shadow: 0 4rem 10rem rgba(0, 0, 0, 0.18);
  }

  /* ボタン内テキストのサイズ調整（メイン＆サブ） */
  .frontview .investor-btn .btn-main {
    font-size: 15rem;
  }

  .frontview .investor-btn .btn-sub {
    font-size: 12rem;
  }
  /* 投資家セクションの白枠を半透明＆少しコンパクトに */
  .frontview .investor-section {
    background: rgba(255, 255, 255, 0.82);  /* ← 半透明に */
    padding: 14rem 16rem 18rem;             /* ← 余白を少し減らす */
    border-radius: 12rem;
  }

  /* 赤いボタンの上下幅を小さくする */
  .frontview .investor-btn {
    padding: 10rem 16rem;                   /* ← 縦の余白をぎゅっと */
    border-radius: 10rem;
  }

  /* 赤ボタン：さらに縦幅を小さくする */
  .frontview .investor-btn {
    flex: 0 0 auto !important;      /* 伸びないように固定 */
    padding: 6rem 14rem !important; /* ← ここをかなり削る（縦の余白） */
    min-height: 72rem !important;   /* 全体高さの上限イメージを小さく */
    border-radius: 8rem !important;
    box-shadow: 0 3rem 8rem rgba(0, 0, 0, 0.16) !important;
  }

  .frontview .investor-section a.investor-btn {
    all: unset;                         /* ここで既存スタイルをほぼ全消し */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    padding: 8rem 14rem;                /* ← 縦幅を小さくするポイント */
    background: #e60012;
    color: #fff;
    border-radius: 10rem;
    box-shadow: 0 3rem 8rem rgba(0, 0, 0, 0.18);

    text-decoration: none;
    font-weight: 700;
  }

}
