@charset "UTF-8";
@font-face {
  font-family: HiraMinPro-W6;
  src: url(../font/HiraginoMinchoProW6.otf) format("opentype");
}
@font-face {
  font-family: HiraMinPro-W3;
  src: url(../font/HiraginoMinchoProW3.otf) format("opentype");
}
html {
  font-size: 0.65px;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-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;
  }
}
.frontview {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}
.frontview .catcopy__text {
  display: inline-block;
  position: absolute;
  right: 6%;
  bottom: 270rem;
}
.frontview .catcopy__text.open .p__txt .top-kv__title-text {
  opacity: 1;
  transform: translateY(0);
}
.frontview .catcopy__text.open .p__txt .top-kv__title-mask:before {
  transform: translateY(-101%);
}
.frontview .catcopy__text.open .p__txt .top-kv__title-mask:after {
  transform: translateY(-101%);
}
.frontview .catcopy__text .p__txt {
  display: block;
  position: relative;
  overflow: hidden;
}
.frontview .catcopy__text .p__txt:nth-child(2) .top-kv__title-text {
  transition-delay: 0.2s;
}
.frontview .catcopy__text .p__txt .top-kv__title-text {
  display: inline-block;
  opacity: 0;
  transform: translateY(102%);
  transition-duration: 1.5s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  transition-delay: 50ms;
}
.frontview .catcopy__text .p__txt .top-kv__title-text.c01 {
  font-family: HiraMinPro-W6;
  font-weight: 600;
  font-size: 66.84rem;
  line-height: 115.2rem;
  letter-spacing: 0.05em;
  padding: 10rem 40rem;
  text-align: left;
  color: #002452;
  background: white;
  display: inline-block;
}
.frontview .catcopy__text .p__txt .top-kv__title-text.c02 {
  font-family: HiraMinPro-W3;
  font-weight: normal;
  font-size: 34.99rem;
  line-height: 60.31rem;
  padding: 10rem 40rem;
  margin-top: 16rem;
  text-align: left;
  color: #002452;
  display: inline-block;
  background: white;
}
.frontview .catcopy__text .p__txt .top-kv__title-mask {
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.frontview .catcopy__text .p__txt .top-kv__title-mask:after, .frontview .catcopy__text .p__txt .top-kv__title-mask:before {
  background-color: #fff;
  border-radius: 0.7em 0 0.7em 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(101%);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  width: 100%;
}
.frontview .catcopy__text .p__txt .top-kv__title-mask:before {
  opacity: 0.5;
  transition-duration: 1.2s;
}
.frontview .catcopy__text .p__txt .top-kv__title-mask:after {
  transition-duration: 1.5s;
}
.frontview .catch__text {
  position: absolute;
  right: 6%;
  bottom: 270rem;
  display: inline-flex;
  flex-direction: column;
  align-items: baseline;
}
.frontview .catch__text h2 {
  font-family: HiraMinPro-W6;
  font-weight: 600;
  font-size: 66.84rem;
  line-height: 115.2rem;
  letter-spacing: 0.05em;
  padding: 10rem 40rem;
  text-align: left;
  color: #002452;
  background: white;
  display: inline-block;
}
.frontview .catch__text p {
  font-family: HiraMinPro-W3;
  font-weight: normal;
  font-size: 34.99rem;
  line-height: 60.31rem;
  padding: 10rem 40rem;
  margin-top: 16rem;
  text-align: left;
  color: #002452;
  display: inline-block;
  background: white;
}

header {
  width: 100%;
  padding: 30rem 50rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
header.open .logo img:nth-child(1) {
  display: none;
}
header.open .logo img:nth-child(2) {
  display: flex;
  animation: fadeIn 0.3s forwards;
}
header.fixed {
  position: fixed;
  animation: fadeIn 0.3s forwards;
  background: white;
}
header.fixed .header__menu .top__menu {
  display: none;
}
header.fixed .header__menu .bottom__menu {
  margin: 0;
}
header.fixed .header__menu .bottom__menu ul li a span {
  color: #002452;
}
header a {
  transition: 0.3s;
}
header a:hover {
  opacity: 0.7;
}
header .logo {
  width: 470rem;
  display: flex;
}
header .logo img:nth-child(1) {
  display: flex;
}
header .logo img:nth-child(2) {
  display: none;
}
header .header__menu .top__menu {
  width: 576rem;
  height: 79.87rem;
  margin: 0 0 0 auto;
  padding: 0 45rem;
  border-radius: 39.94rem;
  background: #002452;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header__menu .top__menu .c__lbl {
  font-weight: normal;
  font-size: 23.04rem;
  line-height: 43.65rem;
  text-align: left;
  color: #fff;
}
header .header__menu .top__menu ul {
  display: flex;
  align-items: center;
}
header .header__menu .top__menu ul li {
  padding: 0 20rem;
  border-right: 2rem solid #fff;
}
header .header__menu .top__menu ul li:last-child {
  border: 0;
}
header .header__menu .top__menu ul li .icon {
  width: 47rem;
  display: flex;
}
@keyframes navHoverAnimation {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(0, -10%);
    opacity: 0;
  }
  41% {
    opacity: 0;
    transform: translate(0, 100%);
  }
  42% {
    opacity: 1;
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
header .header__menu .bottom__menu {
  margin-top: 30rem;
}
header .header__menu .bottom__menu ul {
  display: flex;
  align-items: center;
}
header .header__menu .bottom__menu ul li {
  margin-left: 30rem;
  position: relative;
}
header .header__menu .bottom__menu ul li:hover a span {
  animation-name: navHoverAnimation;
  animation-direction: normal;
  animation-duration: 0.7s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: alternate;
}
header .header__menu .bottom__menu ul li:hover:after {
  width: 100%;
}
header .header__menu .bottom__menu ul li:after {
  content: "";
  width: 0;
  height: 5.5rem;
  background: #171C61;
  position: absolute;
  bottom: -15rem;
  left: 50%;
  transform: translate(-50%);
  transition: 0.3s ease-in-out;
}
header .header__menu .bottom__menu ul li a {
  position: relative;
  overflow: hidden;
  display: block;
}
header .header__menu .bottom__menu ul li a span {
  font-weight: 500;
  font-size: 23.04rem;
  line-height: 43.65rem;
  text-align: left;
  color: #fff;
  display: inline-block;
}

.section-title .ja__txt {
  font-weight: 300;
  font-size: 27.65rem;
  line-height: 58.63rem;
  text-align: left;
  color: #3e3e3e;
}
.section-title .ja__txt span {
  font-weight: 600;
  color: #28A7E1;
}
.section-title .en__txt {
  font-family: HiraMinPro-W6;
  font-weight: normal;
  font-size: 131.05rem;
  line-height: 1.3;
  text-align: left;
  color: #565656;
}

.section-about {
  position: relative;
}
.section-about .c__image {
  width: 31.25%;
  display: flex;
  position: absolute;
  right: 0;
  top: 290rem;
}
.section-about .about__content {
  width: 92.3958333333%;
  padding: 330rem 160rem 100rem;
  background: #ededed;
}
.section-about .about__content .t__lbl {
  font-weight: 600;
  font-size: 49.92rem;
  line-height: 76.8rem;
  margin-top: 52rem;
  text-align: left;
  color: #252525;
}
.section-about .about__content .c__txt {
  font-size: 28rem;
  line-height: 76.8rem;
  text-align: left;
  color: #252525;
}

.section-service {
  max-width: 1800rem;
  width: 95%;
  margin: auto;
  padding: 230rem 0;
}
.section-service .service__content {
  margin-top: 80rem;
  display: flex;
  justify-content: center;
}
.section-service .service__content .c__item {
  width: 577rem;
  margin: 0 24rem;
}
.section-service .service__content .c__item:nth-child(2) {
  animation-delay: 0.3s;
}
.section-service .service__content .c__item:nth-child(3) {
  animation-delay: 0.6s;
}
.section-service .service__content .c__item .c__image {
  width: 100%;
  display: flex;
}
.section-service .service__content .c__item .content__text {
  padding-top: 40rem;
}
.section-service .service__content .c__item .content__text h3 {
  font-weight: 600;
  font-size: 36.86rem;
  line-height: 50.85rem;
  text-align: left;
  color: #002452;
}
.section-service .service__content .c__item .content__text p {
  font-weight: normal;
  font-size: 27.65rem;
  line-height: 46.08rem;
  margin-top: 18rem;
  text-align: left;
  color: #252525;
}

.service__items {
  padding: 90rem 0;
  margin-top: 100rem;
  background: #d9e6f3;
}
.service__items .content__inner {
  width: 1600rem;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service__items .content__inner .c__item {
  width: 740.1rem;
  height: 262.66rem;
  padding: 0 50rem;
  margin: 30rem 0;
  border-radius: 0 18rem 18rem 0;
  background: #fff;
  border-left: 20rem solid #002452;
  display: flex;
  align-items: center;
}
.service__items .content__inner .c__item .s__icon {
  width: 100rem;
  margin-right: 45rem;
  display: flex;
}
.service__items .content__inner .c__item .content__text {
  width: 75%;
}
.service__items .content__inner .c__item .content__text h2 {
  font-weight: 600;
  font-size: 36.86rem;
  line-height: 50.85rem;
  text-align: left;
  color: #002452;
}
.service__items .content__inner .c__item .content__text p {
  font-weight: normal;
  font-size: 27.65rem;
  line-height: 36.86rem;
  margin-top: 15rem;
  text-align: left;
  color: #252525;
}

.building__feature {
  width: 100%;
  display: flex;
  position: relative;
}
.building__feature h2 {
  width: 100%;
  font-family: HiraMinPro-W6;
  font-weight: normal;
  font-size: 188.65rem;
  line-height: 1;
  text-align: center;
  color: #fefefe;
  position: absolute;
  left: 50%;
  bottom: -22rem;
  transform: translate(-50%);
}

.section-profile {
  max-width: 1800rem;
  width: 95%;
  margin: auto;
  padding: 220rem 0;
}
.section-profile .content__inner {
  margin-top: 100rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section-profile .content__inner .ceo {
  width: 700rem;
  display: flex;
}
.section-profile .content__inner .content__text {
  width: 1000rem;
}
.section-profile .content__inner .content__text h3 {
  font-weight: 600;
  font-size: 55rem;
  line-height: 1.5;
  text-align: left;
  color: #002452;
}
.section-profile .content__inner .content__text h3 span {
  font-size: 37rem;
  display: block;
}
.section-profile .content__inner .content__text .c__txt {
  font-weight: normal;
  font-size: 27.65rem;
  line-height: 55.3rem;
  margin-top: 70rem;
  text-align: left;
  color: #252525;
}
.section-profile .content__inner .content__text table {
  margin-top: 50rem;
  width: 100%;
  border-collapse: collapse;
}
.section-profile .content__inner .content__text table tr td {
  font-weight: normal;
  font-size: 27.65rem;
  line-height: 55.3rem;
  padding: 20rem 0;
  text-align: left;
  color: #252525;
}
.section-profile .content__inner .content__text table tr td span {
  font-weight: 600;
  font-size: 27.65rem;
  line-height: 50.85rem;
  border-radius: 30.64rem;
  margin-right: 24rem;
  padding: 2rem 25rem;
  background: transparent;
  border: 3rem solid #002452;
  text-align: left;
  color: #002452;
  display: inline-block;
}
.section-profile .content__inner .content__text table tr td:first-child {
  width: 100rem;
}

.section-column {
  width: 100%;
  padding: 180rem 0;
  background: url(../img/column_bg.webp);
  background-size: cover;
}
.section-column .content__inner {
  max-width: 1800rem;
  width: 95%;
  margin: auto;
}
.section-column .content__inner .column__content {
  margin-top: 60rem;
  display: flex;
  justify-content: space-between;
}
.section-column .content__inner .column__content .c__text {
  width: 920rem;
  font-weight: normal;
  font-size: 27.65rem;
  line-height: 47.25rem;
  text-align: left;
  color: #252525;
}
.section-column .content__inner .column__content .column__items {
  width: 812rem;
}
.section-column .content__inner .column__content .column__items .c__item {
  width: 100%;
  height: 114.43rem;
  margin-bottom: 40rem;
  border-radius: 56.83rem;
  background: #002452;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-column .content__inner .column__content .column__items .c__item span {
  font-weight: 600;
  font-size: 27.65rem;
  line-height: 48.05rem;
  text-align: left;
  color: #fff;
}

.section-fee .fee__detail {
  max-width: 1800rem;
  width: 95%;
  margin: auto;
  padding: 220rem 0 120rem;
}
.section-fee .fee__detail .c__txt {
  font-weight: normal;
  font-size: 27.65rem;
  line-height: 55.3rem;
  margin-top: 70rem;
  text-align: left;
  color: #000;
}
.section-fee .fee__content {
  padding: 120rem 0 65rem;
  background: #d9e6f3;
}
.section-fee .fee__content .content__inner {
  max-width: 1800rem;
  width: 95%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.section-fee .fee__content .content__inner .c__lbl {
  width: auto;
  height: auto;
  margin: 0 40rem 40rem 0;
  padding: 10rem 35rem;
  border-radius: 28rem;
  background: #002452;
  cursor: pointer;
}
.section-fee .fee__content .content__inner .c__lbl.active {
  background: #fff;
  box-shadow: 0rem 5rem 5rem rgba(0, 0, 0, 0.35);
}
.section-fee .fee__content .content__inner .c__lbl.active span {
  color: #002452;
}
.section-fee .fee__content .content__inner .c__lbl span {
  font-weight: normal;
  font-size: 22.14rem;
  line-height: 30.75rem;
  text-align: left;
  color: #fff;
}
.section-fee .price__plan {
  padding: 110rem 0;
  background: url(../img/price_bg.webp);
  background-size: cover;
}
.section-fee .price__plan .p__lbl {
  font-weight: 600;
  font-size: 36.86rem;
  line-height: 55.3rem;
  text-align: center;
  color: #fff;
}
.section-fee .price__plan .content__inner {
  width: 1300rem;
  margin: auto;
  margin-top: 80rem;
}
.section-fee .price__plan .content__inner .plan__content {
  width: 100%;
  padding: 28rem 0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-fee .price__plan .content__inner .plan__content .month__price {
  width: 794.1rem;
  height: 137.49rem;
  background: #002452;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-fee .price__plan .content__inner .plan__content .month__price .line {
  width: 2.3rem;
  height: 74.5rem;
  margin: 0 60rem;
  background: #fff;
}
.section-fee .price__plan .content__inner .plan__content .item.out {
  margin-left: 70rem;
}
.section-fee .price__plan .content__inner .plan__content .item.out .b__lbl {
  color: #002452;
}
.section-fee .price__plan .content__inner .plan__content .item.out .price {
  color: #002452;
}
.section-fee .price__plan .content__inner .plan__content .item .b__lbl {
  font-weight: 600;
  font-size: 23.04rem;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
.section-fee .price__plan .content__inner .plan__content .item .b__lbl span {
  font-size: 14rem;
}
.section-fee .price__plan .content__inner .plan__content .item .price {
  font-family: Futura-Medium;
  font-weight: normal;
  font-size: 36.87rem;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}
.section-fee .price__plan .content__inner .plan__content .item .price .gap {
  font-weight: 600;
  font-size: 24rem;
}
.section-fee .price__plan .content__inner .note__txt {
  font-weight: normal;
  font-size: 18.43rem;
  line-height: 1.5;
  margin-top: 20rem;
  text-align: left;
  color: #fff;
}
.section-fee .price__plan .content__inner .etc__text {
  margin-top: 35rem;
}
.section-fee .price__plan .content__inner .etc__text .e__lbl {
  background: white;
  font-weight: 600;
  font-size: 23.04rem;
  line-height: 46.13rem;
  padding: 1rem 15rem;
  text-align: left;
  display: inline-block;
  color: #002452;
}
.section-fee .price__plan .content__inner .etc__text .e__item {
  margin-top: 30rem;
}
.section-fee .price__plan .content__inner .etc__text .e__item .lbl {
  font-weight: 600;
  font-size: 23.04rem;
  line-height: 56.13rem;
  text-align: left;
  color: #fff;
}
.section-fee .price__plan .content__inner .etc__text .e__item .txt {
  font-weight: 500;
  font-size: 27.65rem;
  line-height: 56.13rem;
  text-align: left;
  color: #fff;
}
.section-fee .price__plan .content__inner .etc__text .e__item .txt span {
  font-size: 19rem;
}
.section-fee .fee__note {
  background: #d9e6f3;
}
.section-fee .fee__note .content__inner {
  max-width: 1800rem;
  width: 95%;
  margin: auto;
  padding: 80rem 0;
}
.section-fee .fee__note .content__inner p {
  font-weight: normal;
  font-size: 18.43rem;
  line-height: 46.08rem;
  text-align: left;
  color: #252525;
}

.section-company {
  max-width: 1800rem;
  width: 95%;
  margin: auto;
  padding: 200rem 0;
}
.section-company table {
  width: 100%;
  margin-top: 150rem;
  border-collapse: collapse;
}
.section-company table tr {
  border-top: 1rem solid #a1a1a1;
}
.section-company table tr:last-child {
  border-bottom: 1rem solid #a1a1a1;
}
.section-company table tr td {
  font-weight: normal;
  font-size: 27.63rem;
  line-height: 55.26rem;
  padding: 45rem 0;
  text-align: left;
  color: #000;
}
.section-company table tr td a {
  color: #000;
  text-decoration: underline;
  transition: 0.3s;
}
.section-company table tr td a:hover {
  color: #171C61;
}
.section-company table tr td:first-child {
  width: 500rem;
  padding-left: 44rem;
  font-weight: 600;
}

.section-access {
  padding: 200rem 0;
}
.section-access .content__inner {
  max-width: 1800rem;
  width: 95%;
  margin: auto;
}
.section-access .content__inner .address__txt {
  font-weight: normal;
  font-size: 27.63rem;
  line-height: 55.26rem;
  margin-top: 50rem;
  text-align: left;
  color: #000;
}
.section-access .map {
  width: 100%;
  height: 657rem;
  margin-top: 125rem;
}
.section-access .map iframe {
  width: 100%;
  height: 100%;
}
.section-access .access__ways {
  margin-top: 110rem;
  display: flex;
  justify-content: center;
}
.section-access .access__ways .c__way {
  width: 857rem;
  margin: 0 30rem;
}
.section-access .access__ways .c__way .c__image {
  width: 100%;
  display: flex;
}
.section-access .access__ways .c__way p {
  font-weight: normal;
  font-size: 27.63rem;
  line-height: 55.26rem;
  margin-top: 45rem;
  text-align: left;
  color: #000;
}

.section-contact {
  padding: 190rem 0;
  background: #d9e6f3;
}
.section-contact .content__inner {
  max-width: 1800rem;
  width: 95%;
  margin: auto;
}
.section-contact .content__inner .note__txt {
  font-weight: normal;
  font-size: 27.65rem;
  line-height: 46.08rem;
  margin-top: 75rem;
  text-align: left;
  color: #000;
}
.section-contact .content__inner .contact__form {
  width: 100%;
  margin-top: 200rem;
}
.section-contact .content__inner .contact__form table {
  width: 100%;
  border-collapse: collapse;
}
.section-contact .content__inner .contact__form table tr td {
  padding: 50rem 0;
}
.section-contact .content__inner .contact__form table tr td input[type=text], .section-contact .content__inner .contact__form table tr td input[type=email] {
  width: 1030.43rem;
  height: 79.75rem;
  border-radius: 39.17rem;
  font-weight: normal;
  font-size: 27.06rem;
  line-height: 47.36rem;
  padding-left: 20rem;
  text-align: left;
  color: #333;
  border: 0;
  background: #f1efef;
}
.section-contact .content__inner .contact__form table tr td select {
  width: 1030.43rem;
  height: 79.75rem;
  border-radius: 39.17rem;
  font-weight: normal;
  font-size: 27.06rem;
  line-height: 47.36rem;
  padding-left: 20rem;
  text-align: left;
  color: #333;
  border: 0;
  background: #f1efef;
}
.section-contact .content__inner .contact__form table tr td textarea {
  width: 1030.67rem;
  height: 448.5rem;
  border-radius: 28.42rem;
  background: #f1efef;
  font-weight: normal;
  font-size: 27.06rem;
  line-height: 47.36rem;
  padding: 20rem;
  border: 0;
  text-align: left;
  color: #333;
}
.section-contact .content__inner .contact__form table tr td:first-child {
  width: 580rem;
  font-weight: normal;
  font-size: 27.06rem;
  line-height: 47.36rem;
  text-align: left;
  color: #000;
  vertical-align: top;
}
.section-contact .content__inner .contact__form table tr td:first-child .required {
  font-weight: 600;
  font-size: 20.3rem;
  line-height: 35.52rem;
  padding: 2rem 20rem;
  border-radius: 35rem;
  margin-left: 30rem;
  text-align: left;
  color: #fff;
  background: #e64c3d;
  display: inline-block;
}
.section-contact .content__inner .contact__form .submit__btn {
  width: 745.58rem;
  height: 157.1rem;
  border-radius: 78.55rem;
  margin: auto;
  margin-top: 180rem;
  border: 0;
  background: #002452;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.section-contact .content__inner .contact__form .submit__btn .arrow {
  width: 40rem;
  display: flex;
  position: absolute;
  right: 60rem;
  top: 50%;
  transform: translateY(-50%);
}
.section-contact .content__inner .contact__form .submit__btn .lbl {
  font-weight: 600;
  font-size: 26.33rem;
  line-height: 65.15rem;
  text-align: left;
  color: #fff;
}

footer {
  background: #002452;
  padding: 120rem 0;
}
footer a {
  transition: 0.3s;
}
footer a:hover {
  opacity: 0.7;
}
footer .f__logo {
  width: 499rem;
  display: flex;
  margin: auto;
}
footer ul {
  margin-top: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer ul li {
  padding: 0 30rem;
}
footer ul li a {
  font-weight: 600;
  font-size: 23.04rem;
  line-height: 43.65rem;
  text-align: left;
  color: #fff;
}

.thanks__wrapper {
  height: 65vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.thanks__wrapper .txt {
  font-size: 34rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding: 20rem 0;
  text-align: center;
  color: #333;
}
.thanks__wrapper .top__btn {
  width: 280rem;
  height: 48rem;
  margin-top: 35rem;
  border-radius: 24rem;
  border: 2rem solid #39c19d;
  background: #39c19d;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}
.thanks__wrapper .top__btn:hover {
  background: white;
}
.thanks__wrapper .top__btn:hover span {
  color: #39c19d;
}
.thanks__wrapper .top__btn span {
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  text-align: left;
  color: #fff;
  transition: 0.3s;
}

.sp-top__menu {
  width: 576rem;
  height: 79.87rem;
  margin: 0 0 0 auto;
  padding: 0 45rem;
  border-radius: 39.94rem;
  background: #002452;
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 2;
  right: 20rem;
  bottom: 20rem;
}
.sp-top__menu.visible {
  display: flex;
  animation: fadeIn 0.5s forwards;
}
.sp-top__menu .c__lbl {
  font-weight: normal;
  font-size: 23.04rem;
  line-height: 43.65rem;
  text-align: left;
  color: #fff;
}
.sp-top__menu ul {
  display: flex;
  align-items: center;
}
.sp-top__menu ul li {
  padding: 0 20rem;
  border-right: 2rem solid #fff;
}
.sp-top__menu ul li:last-child {
  border: 0;
}
.sp-top__menu ul li .icon {
  width: 47rem;
  display: flex;
}

@media screen and (max-width: 1090px) {
  html {
    font-size: 0.45px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.13333vw;
  }
  header .logo {
    width: 360rem;
    position: relative;
    z-index: 3;
  }
  .frontview .catch__text h2 {
    font-size: 40rem;
    line-height: 1.5;
  }
  .frontview .catch__text p {
    font-size: 25.99rem;
    line-height: 1.6;
  }
  .frontview .catch__text {
    right: 6%;
    bottom: 140rem;
  }
  .section-about .about__content {
    width: 100%;
    padding: 130rem 50rem 100rem;
  }
  .section-title .ja__txt {
    font-weight: 300;
    font-size: 24.65rem;
  }
  .section-title .en__txt {
    font-size: 73rem;
  }
  .section-about .c__image {
    width: 85%;
    margin: auto;
    margin-top: 32rem;
    position: relative;
    right: 0;
    top: 0;
  }
  .section-about .about__content .t__lbl {
    font-weight: 600;
    font-size: 34.92rem;
    line-height: 1.6;
  }
  .section-about .about__content .c__txt {
    font-size: 26rem;
    line-height: 1.9;
    margin-top: 12rem;
  }
  .section-service {
    width: 690rem;
    padding: 100rem 0;
  }
  .section-service .service__content {
    display: block;
  }
  .section-service .service__content .c__item {
    width: 650rem;
    margin: 0 auto 90rem;
  }
  .service__items {
    padding: 90rem 0;
    margin-top: 0;
  }
  .service__items .content__inner {
    width: 690rem;
  }
  .service__items .content__inner .c__item {
    width: 100%;
  }
  .service__items .content__inner .c__item .content__text h2 {
    font-size: 32.86rem;
  }
  .building__feature h2 {
    font-size: 72rem;
    left: 50%;
    bottom: -10rem;
  }
  .building__feature {
    width: 100%;
    height: 400rem;
  }
  .section-profile {
    width: 690rem;
    margin: auto;
    padding: 100rem 0;
  }
  .section-profile .content__inner {
    margin-top: 80rem;
    display: block;
  }
  .section-profile .content__inner .ceo {
    width: 80%;
    margin: auto;
    margin-bottom: 45rem;
  }
  .section-profile .content__inner .content__text {
    width: 100%;
  }
  .section-profile .content__inner .content__text h3 {
    font-weight: 600;
    font-size: 42rem;
  }
  .section-profile .content__inner .content__text h3 span {
    font-size: 32rem;
  }
  .section-profile .content__inner .content__text table tr {
    display: grid;
  }
  .section-profile .content__inner .content__text table tr td:first-child {
    width: 100%;
    padding-bottom: 0;
  }
  .section-column {
    width: 100%;
    padding: 100rem 0;
    background: white;
  }
  .section-column .content__inner {
    width: 690rem;
  }
  .section-column .content__inner .column__content {
    margin-top: 60rem;
    display: block;
  }
  .section-column .content__inner .column__content .c__text {
    width: 100%;
    text-align: justify;
  }
  .section-column .content__inner .column__content .column__items {
    width: 100%;
    margin-top: 40rem;
  }
  .section-column .content__inner .column__content .column__items .c__item span {
    text-align: center;
  }
  .section-fee .fee__detail {
    width: 690rem;
    margin: auto;
    padding: 120rem 0 120rem;
  }
  .section-fee .fee__content .content__inner .c__lbl span {
    font-weight: normal;
    font-size: 20.14rem;
  }
  .section-fee .fee__content .content__inner .c__lbl {
    width: auto;
    height: auto;
    margin: 0 30rem 30rem 0;
    padding: 10rem 24rem;
  }
  .section-fee .fee__content .content__inner {
    width: 690rem;
  }
  .section-fee .price__plan .content__inner {
    width: 690rem;
  }
  .section-fee .price__plan .content__inner .plan__content {
    display: block;
  }
  .section-fee .price__plan .content__inner .plan__content .month__price {
    width: 660.1rem;
    margin: auto;
  }
  .section-fee .price__plan .content__inner .plan__content .item.out {
    margin-left: 0;
    margin-top: 28rem;
  }
  .section-fee .price__plan .content__inner .plan__content .item.out .b__lbl {
    text-align: center;
  }
  .section-fee .price__plan .content__inner .plan__content .item.out .price {
    text-align: center;
  }
  .section-fee .price__plan .content__inner .note__txt {
    font-weight: normal;
    font-size: 20rem;
  }
  .section-fee .fee__note .content__inner p {
    font-weight: normal;
    font-size: 23.43rem;
    line-height: 2;
    text-align: justify;
  }
  .section-company {
    width: 690rem;
    margin: auto;
    padding: 100rem 0;
  }
  .section-company table {
    width: 100%;
    margin-top: 80rem;
  }
  .section-company table tr {
    display: grid;
  }
  .section-company table tr td:first-child {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
  .section-company table tr td:last-child {
    padding-top: 20rem;
  }
  .section-access {
    padding: 100rem 0;
  }
  .section-access .content__inner {
    width: 690rem;
  }
  .section-access .access__ways {
    margin-top: 80rem;
    display: block;
  }
  .section-access .access__ways .c__way {
    width: 80%;
    margin: 80rem auto;
  }
  .section-access .access__ways .c__way p {
    margin-top: 23rem;
  }
  .section-contact {
    padding: 110rem 0;
  }
  .section-contact .content__inner {
    width: 690rem;
  }
  .section-contact .content__inner .note__txt {
    font-size: 27.65rem;
    line-height: 46.08rem;
    margin-top: 50rem;
  }
  .section-contact .content__inner .contact__form table tr {
    display: grid;
  }
  .section-contact .content__inner .contact__form table tr td:first-child {
    width: 100%;
    padding-bottom: 0;
  }
  .section-contact .content__inner .contact__form table tr td input[type=text], .section-contact .content__inner .contact__form table tr td input[type=email] {
    width: 100%;
  }
  .section-contact .content__inner .contact__form table tr td textarea {
    width: 100%;
  }
  .section-contact .content__inner .contact__form .submit__btn {
    width: 100%;
    margin-top: 80rem;
  }
  .section-contact .content__inner .contact__form {
    margin-top: 100rem;
  }
  .section-contact .content__inner .contact__form table tr td select {
    width: 100%;
  }
  footer ul {
    width: 650rem;
    margin: auto;
    flex-wrap: wrap;
    margin-top: 50rem;
    justify-content: left;
  }
  footer ul li {
    padding: 10rem 49rem;
  }
  footer .f__logo {
    width: 400rem;
  }
  .sp-menu {
    width: 40rem;
    height: 32rem;
    position: relative;
    z-index: 3;
  }
  .sp-menu.open span {
    background: white;
  }
  .sp-menu.open span:nth-child(1) {
    top: 14rem;
    transform: rotate(45deg);
  }
  .sp-menu.open span:nth-child(2) {
    width: 0;
  }
  .sp-menu.open span:nth-child(3) {
    top: 14rem;
    transform: rotate(-45deg);
  }
  .sp-menu span {
    width: 100%;
    height: 4rem;
    background: #002452;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
  }
  .sp-menu span + span {
    top: 14rem;
  }
  .sp-menu span + span + span {
    top: 28rem;
  }
  header .header__menu {
    width: 100%;
    height: 100%;
    background: #171c61;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    display: none;
  }
  header .header__menu.open {
    display: flex;
    animation: fadeIn 0.3s forwards;
  }
  header.fixed .header__menu .bottom__menu ul li a span {
    color: white;
  }
  header .header__menu .bottom__menu {
    width: 650rem;
    margin: 0 auto 0;
    margin-top: 200rem;
  }
  header .header__menu .bottom__menu ul {
    display: block;
  }
  header .header__menu .bottom__menu ul li {
    margin-left: 0;
    padding: 30rem;
    border-top: 1rem solid #fff;
  }
  header .header__menu .bottom__menu ul li a {
    display: flex;
    align-items: center;
  }
  header .header__menu .bottom__menu ul li a .icon {
    width: 30rem;
    display: flex;
    margin-right: 20rem;
  }
  header {
    padding: 40rem 50rem;
  }
  header .header__menu .bottom__menu ul li a span {
    font-size: 28.04rem;
    letter-spacing: 0.08em;
  }
  header .header__menu .top__menu {
    width: auto;
    height: 79.87rem;
    margin: auto;
    margin: 30rem auto;
    background: transparent;
    padding: 0;
  }
  header .header__menu .top__menu .c__lbl {
    display: none;
  }
  header .header__menu .top__menu ul li .icon {
    width: 66rem;
  }
  header .header__menu .top__menu ul li {
    padding: 0 30rem;
  }
  header .header__menu .bottom__menu ul li:hover a span {
    animation-name: unset;
    animation-direction: normal;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: alternate;
  }
  header .header__menu .bottom__menu ul li:hover:after {
    width: 0;
  }
  .section-contact .content__inner .contact__form table tr td {
    padding: 30rem 0;
  }
  .thanks__wrapper {
    height: 74vh;
  }
  .thanks__wrapper .txt {
    font-size: 31rem;
  }
  .thanks__wrapper .top__btn span {
    font-size: 25rem;
  }
  .thanks__wrapper .top__btn {
    width: 320rem;
    height: 60rem;
    margin-top: 35rem;
    border-radius: 30rem;
  }
  .frontview {
    width: 100%;
    height: 80vh;
  }
  header.fixed .top__menu {
    position: relative;
    bottom: 0;
    right: 0;
  }
  header.fixed .header__menu .bottom__menu {
    margin: 0;
    margin: 200rem auto 0;
  }
  .frontview .catcopy__text .p__txt .top-kv__title-text.c01 {
    font-size: 41.84rem;
    line-height: 1.5;
  }
  .frontview .catcopy__text .p__txt .top-kv__title-text.c02 {
    font-size: 25.99rem;
    line-height: 53.31rem;
  }
  header.fixed .header__menu .top__menu {
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */