@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
figure,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
}

/*iosのフォームボタンリセット*/
input[type=submit],
input[type=button],
input[type=reset] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
input[type=reset]::focus {
  outline-offset: -2px;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

@media screen and (max-width: 1500px) {
  html {
    font-size: 0.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
    scroll-padding-top: 5.3333333333vw;
  }
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.6s;
}
a img {
  transition: 0.6s;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.js-fade {
  opacity: 0;
  transition-duration: 1.1s;
}

.js-fade.js-fade-top {
  transform: translate(0px, -40px);
}

.js-fade.js-fade-bottom {
  transform: translateY(50px);
}

.js-fade.js-fade-left {
  transform: translate(-20px, 0px);
}

.js-fade.js-fade-right {
  transform: translate(20px, 0px);
}

.js-fade.is-active {
  transform: translate(0, 0);
  opacity: 1;
}

.l-container {
  width: 120rem;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .l-container {
    width: 31.5rem;
  }
}
.l-header {
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
.l-header__Inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.3rem 6rem;
  margin: auto;
  z-index: 10;
}
.l-header__Logo {
  width: 13.4rem;
}
.l-header__Openbtn {
  display: none;
}
.l-header__Nav-List {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.l-header__Nav-Item {
  text-align: center;
}
.l-header__Nav-Item > a {
  font-size: 1.4rem;
}
.l-header__Nav .menu {
  text-align: initial;
}
.l-header__Nav .menu > a {
  position: relative;
}
.l-header__Nav .menu > a:before {
  transition: 0.3s;
  position: absolute;
  left: 50%;
  width: 0.1rem;
  height: 3rem;
  bottom: -4rem;
  content: "";
  background: #000;
  opacity: 0;
}
.l-header__Nav .menu__Box {
  padding-top: 4rem;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
  transition: 0.3s;
}
.l-header__Nav .menu__Wrap {
  padding: 6rem 0;
  background: rgba(0, 0, 0, 0.8);
}
.l-header__Nav .menu__Wrap ul {
  max-width: 120rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 2rem 0;
  flex-wrap: wrap;
}
.l-header__Nav .menu__Wrap ul li {
  width: 48%;
  max-width: 59rem;
}
.l-header__Nav .menu__Wrap ul li a {
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
.l-header__Nav .menu__Wrap ul li a:before {
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #000;
  background-image: url("./../img/icn_arrow_wht.svg");
  background-size: 1.4rem;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  border-radius: 50%;
}
.l-header__Nav .menu__Wrap ul li a figure {
  width: 17.4rem;
}
.l-header__Nav .menu__Wrap ul li a h3 {
  width: calc(100% - 17.4rem);
  padding-left: 3.2rem;
}
.l-header__Nav .menu__Wrap ul li a h3 .-eng {
  font-size: 2.4rem;
  font-family: "Jost", sans-serif;
  display: block;
}
.l-header__Nav .menu__Wrap ul li a h3 .-jp {
  font-size: 1.2rem;
  display: block;
}
.l-header__Nav .menu:hover .menu__Box {
  opacity: 1;
  visibility: visible;
}
.l-header__Nav .menu:hover > a:before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .l-header__Inner {
    padding: 3rem 2rem;
  }
  .l-header__Logo {
    width: 11rem;
  }
  .l-header__Openbtn {
    background: #fff;
    width: 7.4rem;
    height: 7.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    gap: 1.2rem;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 20;
  }
  .l-header__Openbtn span {
    width: 2.8rem;
    height: 0.2rem;
    display: block;
    background: #666666;
    transition: 0.6s;
  }
  .l-header__Openbtn.-active span:nth-child(1) {
    transform: translateY(0.3rem) rotate(45deg);
  }
  .l-header__Openbtn.-active span:nth-child(2) {
    transform: translateY(-1rem) rotate(-45deg);
  }
  .l-header__Nav {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: 0.3s;
    padding: 10rem 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
  }
  .l-header__Nav.-active {
    transform: translateX(0);
  }
  .l-header__Nav-Logo {
    position: absolute;
    width: 11rem;
    top: 3rem;
    left: 2rem;
  }
  .l-header__Nav-List {
    margin: auto;
    width: 31.5rem;
    display: flex;
    flex-flow: column;
    gap: 0;
  }
  .l-header__Nav-Item {
    width: 100%;
    text-align: left;
    border-bottom: 0.1rem solid #ccc;
  }
  .l-header__Nav-Item a {
    padding: 2rem;
    display: block;
    position: relative;
    font-size: 1.8rem;
  }
  .l-header__Nav-Item a:before {
    position: absolute;
    width: 1.84rem;
    height: 1.84rem;
    background-image: url(./../img/icn_arrow_blk.svg);
    background-size: 1.84rem;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
  }
  .l-header__Nav-Item .child_menu_sp {
    padding-left: 2rem;
    padding-bottom: 2rem;
  }
  .l-header__Nav-Item .child_menu_sp li a {
    font-size: 1.6rem;
    padding: 1.2rem 0;
  }
  .l-header__Nav .menu > a:before {
    display: none;
  }
}
.l-footer {
  background: #000;
  padding: 6rem 0 3rem;
}
.l-footer__Wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.l-footer__Left-Flex {
  display: flex;
  gap: 3.5rem;
}
.l-footer__Left-Flex p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
}
.l-footer__Right.vpc {
  display: flex;
  gap: 6rem;
}
.l-footer__Logo {
  width: 13.4rem;
  margin-bottom: 4.5rem;
}
.l-footer__List {
  display: flex;
  flex-flow: column;
  gap: 2rem;
}
.l-footer__List > li a {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.l-footer__List > li .child {
  margin-top: 2rem;
  display: flex;
  flex-flow: column;
  gap: 1.6rem;
}
.l-footer__List > li .child li a {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.l-footer__Copy {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 5rem 0 2rem;
  }
  .l-footer__Wrap {
    margin-bottom: 1.5rem;
    flex-flow: column;
  }
  .l-footer__Left {
    margin-bottom: 3rem;
  }
  .l-footer__Left-Flex {
    flex-flow: column;
    gap: 1.8rem;
  }
  .l-footer__Left-Flex p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .l-footer__Right.vpc {
    display: none;
  }
  .l-footer__Right.vsp {
    display: flex;
    gap: 0;
    justify-content: space-between;
  }
  .l-footer__Logo {
    margin: 0 auto 3rem;
  }
  .l-footer__List {
    gap: 2.5rem;
  }
}
.p-top__Mv {
  width: calc(100% - 12rem);
  margin: 0 auto 3rem;
}
.p-top__Mv .swiper-pagination {
  bottom: 3rem !important;
}
.p-top__Mv .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  opacity: 0.5;
  background: #fff;
  margin: 0 1.5rem !important;
}
.p-top__Mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.p-top__Bnr {
  max-width: 138rem;
  width: calc(100% - 12rem);
  margin: 0 auto 14rem;
}
.p-top__Bnr-List {
  display: flex;
  justify-content: space-between;
}
.p-top__Bnr-Item {
  max-width: 44rem;
  width: 32%;
}
.p-top__Bnr-Item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 28rem;
}
.p-top__Bnr-Item:nth-child(1) a {
  background: url("./../img/img_top_bnr_01.png");
  background-size: cover;
}
.p-top__Bnr-Item:nth-child(2) a {
  background: url("./../img/img_top_bnr_02.png");
  background-size: cover;
}
.p-top__Bnr-Item:nth-child(3) a {
  background: url("./../img/img_top_bnr_03.png");
  background-size: cover;
}
.p-top__Bnr-Item-Ttl {
  text-align: center;
  padding-bottom: 3.7rem;
  position: relative;
}
.p-top__Bnr-Item-Ttl:before {
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  background-color: #fff;
  background-image: url(./../img/icn_arrow_blk.svg);
  background-size: 1.1rem;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 50%;
}
.p-top__Bnr-Item-Ttl .-eng {
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 3.2rem;
  display: block;
  letter-spacing: 0.1em;
}
.p-top__Bnr-Item-Ttl .-jp {
  color: #fff;
  font-size: 2.4rem;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-top__News {
  margin-bottom: 14rem;
}
.p-top__News .l-container {
  display: flex;
  justify-content: space-between;
}
.p-top__News-Ttl .-eng {
  font-family: "Jost", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
.p-top__News-Ttl .-jp {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 1.5rem;
}
.p-top__News-Box {
  max-width: 85.7rem;
  width: 75%;
}
.p-top__News-List {
  display: flex;
  flex-flow: column;
  gap: 3rem;
  margin-bottom: 3rem;
}
.p-top__News-Item {
  border-bottom: 0.1rem solid #ccc;
}
.p-top__News-Item a {
  display: block;
  padding-bottom: 3rem;
  padding-right: 13rem;
  position: relative;
  transition: 0.3s;
}
.p-top__News-Item a:before {
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  background-color: #fff;
  background-image: url(./../img/icn_arrow_blk.svg);
  background-size: 1.9rem;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 50%;
  transition: 0.3s;
}
.p-top__News-Item a:hover {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.p-top__News-Item a:hover:before {
  background-color: #000;
  background-image: url(./../img/icn_arrow_wht.svg);
}
.p-top__News-Item-Date {
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
.p-top__News-Item-Ttl {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
}
.p-top__News-Btn {
  text-align: right;
}
.p-top__News-Btn a {
  display: inline-block;
  padding-left: 3.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
}
.p-top__News-Btn a:before {
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  background-color: #000;
  background-image: url(./../img/icn_arrow_wht.svg);
  background-size: 1.1rem;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
.p-top__About {
  padding: 14rem 0;
  background: #FAFAFA;
  position: relative;
}
.p-top__About:before {
  position: absolute;
  width: 69.2rem;
  height: 47.7rem;
  content: "";
  bottom: 0;
  left: 0;
  background: url("./../img/bg_top_about.png");
  background-size: cover;
  opacity: 0.7;
}
.p-top__About .l-container {
  display: flex;
  justify-content: space-between;
}
.p-top__About-Logo {
  width: 40rem;
}
.p-top__About-Ttl {
  margin-bottom: 5.6rem;
}
.p-top__About-Ttl .-eng {
  font-family: "Jost", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
.p-top__About-Ttl .-jp {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 1.5rem;
}
.p-top__About-Box {
  max-width: 72rem;
  width: 60%;
}
.p-top__About-Subttl {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 3.8rem;
}
.p-top__About-Txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.4rem;
  margin-bottom: 3rem;
}
.p-top__About-Btn {
  text-align: right;
}
.p-top__About-Btn a {
  display: inline-block;
  padding-left: 3.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
}
.p-top__About-Btn a:before {
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  background-color: #000;
  background-image: url(./../img/icn_arrow_wht.svg);
  background-size: 1.1rem;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
.p-top__Business {
  padding: 14rem 0;
  background: #F2F2F2;
}
.p-top__Business-Flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.p-top__Business-Ttl .-eng {
  font-family: "Jost", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
.p-top__Business-Ttl .-jp {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 1.5rem;
}
.p-top__Business-Btn {
  text-align: right;
}
.p-top__Business-Btn a {
  display: inline-block;
  padding-left: 3.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
}
.p-top__Business-Btn a:before {
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  background-color: #000;
  background-image: url(./../img/icn_arrow_wht.svg);
  background-size: 1.1rem;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
.p-top__Business-List {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5rem 0;
}
.p-top__Business-Item {
  width: 32%;
  max-width: 38rem;
  background: #fff;
}
.p-top__Business-Item h3 {
  padding: 0 3rem;
  position: relative;
  display: flex;
  align-items: center;
  height: 10rem;
}
.p-top__Business-Item h3:before {
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #000;
  background-image: url(./../img/icn_arrow_wht.svg);
  background-size: 1.4rem;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 2.7rem;
  border-radius: 50%;
}
.p-top__Business-Item h3 .-eng {
  font-family: "Jost", sans-serif;
  font-size: 2.8rem;
  display: block;
  letter-spacing: 0.1em;
}
.p-top__Business-Item h3 .-jp {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-top__Business-Item:nth-child(n+4) {
  width: 23%;
  max-width: 27.8rem;
}
.p-top__Business-Item:nth-child(n+4) .-eng {
  font-size: 2.4rem;
}
.p-top__Business-Item:nth-child(n+4) .-jp {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-top__Mv {
    width: 100%;
  }
  .p-top__Mv .swiper-pagination {
    bottom: 2rem !important;
  }
  .p-top__Mv .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.75rem !important;
  }
  .p-top__Bnr {
    width: 31.5rem;
    margin: 0 auto 6.7rem;
  }
  .p-top__Bnr-List {
    flex-flow: column;
    gap: 1.2rem;
  }
  .p-top__Bnr-Item {
    max-width: none;
    width: 100%;
  }
  .p-top__Bnr-Item a {
    height: 10.6rem;
    justify-content: flex-start;
    padding: 0 2rem;
  }
  .p-top__Bnr-Item:nth-child(1) a {
    background: url("./../img/img_top_bnr_01_sp.png");
    background-size: cover;
  }
  .p-top__Bnr-Item:nth-child(2) a {
    background: url("./../img/img_top_bnr_02_sp.png");
    background-size: cover;
  }
  .p-top__Bnr-Item:nth-child(3) a {
    background: url("./../img/img_top_bnr_03_sp.png");
    background-size: cover;
  }
  .p-top__Bnr-Item-Ttl {
    text-align: left;
    padding-bottom: 0;
    position: relative;
    width: 100%;
  }
  .p-top__Bnr-Item-Ttl:before {
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    background-image: url(./../img/icn_arrow_blk.svg);
    background-size: 1.3rem;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    bottom: 0;
    transform: translate(0, 0);
    left: auto;
    right: 0;
  }
  .p-top__Bnr-Item-Ttl .-eng {
    font-size: 2rem;
  }
  .p-top__Bnr-Item-Ttl .-jp {
    font-size: 1.2rem;
  }
  .p-top__News {
    margin-bottom: 6rem;
  }
  .p-top__News .l-container {
    flex-flow: column;
    gap: 3.4rem;
  }
  .p-top__News-Ttl .-eng {
    font-size: 2.4rem;
  }
  .p-top__News-Ttl .-jp {
    font-size: 1.2rem;
  }
  .p-top__News-Box {
    max-width: none;
    width: 100%;
  }
  .p-top__News-List {
    gap: 2rem;
    margin-bottom: 3.5rem;
  }
  .p-top__News-Item {
    border-bottom: 0.1rem solid #ccc;
  }
  .p-top__News-Item a {
    padding-bottom: 2rem;
    padding-right: 3rem;
  }
  .p-top__News-Item a:before {
    position: absolute;
    width: 1.9rem;
    height: 1.9rem;
    background-color: #fff;
    background-image: url(./../img/icn_arrow_blk.svg);
    background-size: 1.9rem;
    background-repeat: no-repeat;
    background-position: center;
  }
  .p-top__News-Item a:hover {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .p-top__News-Item a:hover:before {
    background-color: #fff;
    background-image: url(./../img/icn_arrow_blk.svg);
  }
  .p-top__News-Item-Date {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .p-top__News-Item-Ttl {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .p-top__News-Btn a {
    font-size: 1.4rem;
  }
  .p-top__About {
    padding: 6rem 0;
  }
  .p-top__About:before {
    width: 37.5rem;
    height: 25.8rem;
    left: 0;
    background: url("./../img/bg_top_about_sp.png");
    background-size: cover;
  }
  .p-top__About-Logo {
    display: none;
  }
  .p-top__About-Ttl {
    margin-bottom: 4rem;
  }
  .p-top__About-Ttl .-eng {
    font-size: 2.4rem;
  }
  .p-top__About-Ttl .-jp {
    font-size: 1.2rem;
  }
  .p-top__About-Box {
    max-width: none;
    width: 100%;
  }
  .p-top__About-Subttl {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .p-top__About-Txt {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .p-top__About-Btn a {
    font-size: 1.4rem;
  }
  .p-top__Business {
    padding: 6rem 0;
  }
  .p-top__Business-Flex {
    margin-bottom: 3.5rem;
  }
  .p-top__Business-Ttl .-eng {
    font-size: 2.4rem;
  }
  .p-top__Business-Ttl .-jp {
    font-size: 1.2rem;
  }
  .p-top__Business-Btn a {
    font-size: 1.4rem;
  }
  .p-top__Business-List {
    flex-flow: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .p-top__Business-Item {
    width: 100%;
    max-width: none;
  }
  .p-top__Business-Item h3 {
    padding: 0 2rem;
    height: 8.8rem;
  }
  .p-top__Business-Item h3:before {
    width: 3rem;
    height: 3rem;
    background-size: 1.3rem;
    right: 2rem;
  }
  .p-top__Business-Item h3 .-eng {
    font-size: 2rem;
  }
  .p-top__Business-Item h3 .-jp {
    font-size: 1.2rem;
  }
  .p-top__Business-Item:nth-child(n+4) {
    width: 100%;
    max-width: none;
  }
  .p-top__Business-Item:nth-child(n+4) .-eng {
    font-size: 2rem;
  }
  .p-top__Business-Item:nth-child(n+4) .-jp {
    font-size: 1.2rem;
  }
}
.p-footcontact {
  background: url("./../img/img_footer_contact.png");
  background-size: cover;
  padding: 11rem 0 10rem;
}
.p-footcontact__Ttl {
  color: #fff;
  font-size: 4.8rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-footcontact__Btn {
  text-align: center;
}
.p-footcontact__Btn a {
  display: inline-block;
  padding-left: 3.3rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
.p-footcontact__Btn a:before {
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  background-color: #fff;
  background-image: url(./../img/icn_arrow_blk.svg);
  background-size: 1.1rem;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .p-footcontact {
    background: url("./../img/img_footer_contact_sp.png");
    background-size: cover;
    padding: 9.8rem 0 9rem;
  }
  .p-footcontact__Ttl {
    font-size: 2.8rem;
  }
  .p-footcontact__Btn a {
    padding-left: 3.1rem;
    font-size: 1.4rem;
  }
}
.p-company__Table {
  width: 100%;
  margin-bottom: 10rem;
}
.p-company__Table table {
  width: 100%;
}
.p-company__Table table tr {
  border-bottom: 0.1rem solid #ccc;
}
.p-company__Table table th {
  padding: 3.5rem 3.5rem 3.5rem 6rem;
  vertical-align: top;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2rem;
  width: 38.4rem;
}
.p-company__Table table td {
  padding: 3.5rem 3.5rem 3.5rem 0;
  vertical-align: top;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2rem;
  width: calc(100% - 38.4rem);
}

@media screen and (max-width: 767px) {
  .p-company__Table {
    margin-bottom: 5rem;
  }
  .p-company__Table table th {
    display: block;
    width: 100%;
    padding: 2rem 0 0;
    font-size: 1.4rem;
  }
  .p-company__Table table td {
    display: block;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.2rem;
  }
}
.breadcrumbs {
  width: calc(100% - 20rem);
  margin: 6rem auto;
}
.breadcrumbs span,
.breadcrumbs a {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.breadcrumbs span.home,
.breadcrumbs a.home {
  padding-left: 2rem;
  position: relative;
}
.breadcrumbs span.home:before,
.breadcrumbs a.home:before {
  position: absolute;
  content: "";
  left: 0;
  width: 1rem;
  height: 1.1rem;
  background: url("./../img/icn_home.svg");
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    width: 31.5rem;
    margin: 3rem auto;
  }
}
.p-underMv__Ttl {
  max-width: 120rem;
  margin: auto;
  font-size: 5.6rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
}
.p-underMv__Ttl .-jp {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.p-underMv__Thum {
  max-width: 138rem;
  margin: 0 auto 7rem;
}

@media screen and (max-width: 767px) {
  .p-underMv__Ttl {
    max-width: none;
    width: 31.5rem;
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  .p-underMv__Ttl .-jp {
    display: block;
    font-size: 1.2rem;
  }
  .p-underMv__Thum {
    width: 100%;
    max-width: none;
    margin: 0 auto 2rem;
  }
}
.p-messege__Cont {
  margin-bottom: 10rem;
}
.p-messege__Cont .l-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.p-messege__Cont-Thum {
  width: 40rem;
}
.p-messege__Cont-Box {
  width: 72rem;
}
.p-messege__Cont-Txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
  font-weight: 500;
}
.p-messege__Cont-Name {
  text-align: right;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-messege__Cont-Name span {
  padding-left: 1.5rem;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-messege__Cont {
    margin-bottom: 5rem;
  }
  .p-messege__Cont .l-container {
    flex-flow: column;
    gap: 3rem;
  }
  .p-messege__Cont-Thum {
    width: 100%;
  }
  .p-messege__Cont-Box {
    width: 100%;
  }
}
.p-comingsoon {
  padding: 10rem 0;
}
.p-comingsoon__Txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-comingsoon {
    padding: 6rem 0;
  }
  .p-comingsoon__Txt {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.vpc {
  display: block;
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

.vsp {
  display: none;
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}