@charset "UTF-8";
/* Scss Document */
/* foundation
------------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 500;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

main, article, aside, dialog, figure, picture, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

strong {
  font-weight: 700;
}

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

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: block;
}

input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
}

time {
  display: inline-block;
}

sup {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: text-bottom;
}

*:before,
*:after {
  box-sizing: border-box;
}

.p-floor-flow ol li:nth-of-type(1):before, .p-floor-flow ol li:nth-of-type(6):before, .p-floor-flow ol:before, .p-concept-lead .l-wrapper:after, .l-pageTop button, .l-header-logo h1 a, .l-header-logo p a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-template-voice .p-page-header, .p-service-mv__slider .slick-dots li button, body.concept .p-page-header:after, .p-home-vr a div, .p-home-features__wrapper > div:nth-of-type(2) div, .p-home-lead__img > div div, .p-home-lead__bg div, .p-home-mv__bg-img, .p-page-links li:before, .p-page-header--bg, .l-footer-contact {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-floor-tabs .c-tabs__panel-item ul li a:after, .p-home-links ul li a[target=_blank] dl dt:after, .p-home-mv__text p:nth-of-type(1):after, .p-home__more:after, .c-btn[target=_blank] span:after, .c-btn:after, .l-footer-content__info div:nth-of-type(2) a:nth-of-type(2) span:after, .l-footer-content__info div:nth-of-type(1):before {
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

html, body {
  color: #000000;
  background-color: #ffffff;
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
  word-break: break-word;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}
button::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
  color: #666666;
}
button:focus, input:focus, select:focus, textarea:focus {
  outline: none;
}

button {
  transition: opacity 0.2s;
}
button:hover {
  opacity: 0.7;
}

figure, picture {
  line-height: 0;
}
figure img, picture img {
  width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

/* js
------------------------------------------------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* layout
------------------------------------------------------ */
.l-wrapper {
  width: 1430px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1470px) {
  .l-wrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    width: 87.5vw;
  }
}

.l-header {
  width: 100%;
  height: 170px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .l-header {
    height: 70px;
    position: fixed;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 17.5vw;
  }
}
.l-header__wrapper {
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .l-header__wrapper {
    height: 100%;
    padding: 0 20px;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .l-header__wrapper {
    padding: 0 6.25vw 0 3.125vw;
  }
}
.l-header-logo {
  height: 100px;
  display: flex;
  align-items: center;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 1000px) {
  .l-header-logo {
    height: 100%;
  }
}
.l-header-logo h1, .l-header-logo p {
  font-size: 0;
}
.l-header-logo h1 a, .l-header-logo p a {
  display: block;
}
.l-header-logo__trc a {
  background-image: url(../images/common/logo_trc.svg);
  width: 128px;
  height: 62px;
}
@media screen and (max-width: 1000px) {
  .l-header-logo__trc a {
    width: 64px;
    height: 31px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-logo__trc a {
    width: 16vw;
    height: 7.75vw;
  }
}
.l-header-logo__mec a {
  background-image: url(../images/common/logo_mec.svg);
  width: 182px;
  height: 22px;
  margin-left: 40px;
}
@media screen and (max-width: 1000px) {
  .l-header-logo__mec a {
    width: 91px;
    height: 11px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-logo__mec a {
    width: 22.75vw;
    height: 2.75vw;
    margin-left: 5vw;
  }
}
.l-header-content {
  height: 100%;
  display: flex;
  align-items: center;
}
.l-header-content__tel {
  font-size: 2.6rem;
  letter-spacing: 0;
  position: absolute;
  right: 540px;
}
@media screen and (max-width: 1280px) {
  .l-header-content__tel {
    right: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header-content__tel {
    font-size: 0;
    position: static;
  }
}
.l-header-content__tel a {
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .l-header-content__tel a {
    background-color: #001f53;
    background-image: url(../images/common/icon_tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header-content__tel a {
    background-size: 5vw 5vw;
    width: 11.25vw;
    height: 11.25vw;
  }
}
.l-header-content__tel a span {
  font-size: 3.8rem;
  font-weight: 600;
  padding-left: 0.1em;
}
@media screen and (max-width: 1000px) {
  .l-header-content__tel a span {
    font-size: 0;
  }
}
.l-header-content__links {
  color: #ffffff;
  background-color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
  height: 100px;
  margin-left: 40px;
  display: flex;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1280px) {
  .l-header-content__links {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header-content__links {
    display: none;
  }
}
.l-header-content__links li {
  width: 250px;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .l-header-content__links li {
    width: 140px;
  }
}
.l-header-content__links li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .l-header-content__links li a {
    pointer-events: all;
  }
}
.l-header-content__links li a span {
  line-height: 1.7;
}
.l-header-content__links li:nth-of-type(1) a {
  background-color: #001f53;
}
.l-header-content__links li:nth-of-type(2) a {
  background-color: #3c0006;
}
.l-header-gnavBtn {
  background-color: #ffffff;
  width: 35px;
  height: 30px;
  margin-left: 20px;
  display: none;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .l-header-gnavBtn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-header-gnavBtn {
    width: 8.75vw;
    height: 7.5vw;
    margin-left: 5vw;
  }
}
.l-header-gnavBtn button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-header-gnavBtn button:before, .l-header-gnavBtn button:after {
  content: "";
  background-color: #000000;
  height: 1px;
  position: absolute;
  left: 0;
  margin: auto;
}
.l-header-gnavBtn button:before {
  width: 100%;
  top: 0;
  right: 0;
}
.l-header-gnavBtn button:after {
  width: 50%;
  bottom: 0;
}
.l-header-gnavBtn button i {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.l-header-gnavBtn button i:before {
  content: "";
  background-color: #001f53;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.l-header-gnavBtn button.is-open:before {
  bottom: 0;
  transform: rotate(45deg);
}
.l-header-gnavBtn button.is-open:after {
  width: 100%;
  top: 0;
  right: 0;
  transform: rotate(-45deg);
}
.l-header-gnavBtn button.is-open i:before {
  content: none;
}

.l-gnav {
  background-color: #ffffff;
  width: 100%;
  height: 70px;
  font-size: 1.6rem;
  position: fixed;
  top: 100px;
  border-top: 1px #aaaaaa solid;
  transition: transform 0.5s;
}
@media screen and (max-width: 1000px) {
  .l-gnav {
    display: none;
    top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav {
    height: calc(100vh - 17.5vw);
    font-size: 4.25vw;
    top: 17.5vw;
    left: 0;
    overflow-y: auto;
  }
}
.l-gnav.is-hidden {
  transform: translateY(-100%);
}
@media screen and (max-width: 1000px) {
  .l-gnav.is-hidden {
    transform: none;
  }
}
.l-gnav.is-active {
  display: block;
}
.l-gnav nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-gnav nav {
    height: auto;
    padding-bottom: 25vw;
    display: block;
  }
}
.l-gnav nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-gnav nav ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav nav ul li {
    border-bottom: 1px #aaaaaa solid;
  }
}
.l-gnav nav ul li:nth-of-type(n+2) {
  margin-left: 70px;
}
@media screen and (max-width: 1000px) {
  .l-gnav nav ul li:nth-of-type(n+2) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav nav ul li:nth-of-type(n+2) {
    margin: 0 auto;
  }
}
.l-gnav nav ul li a {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-gnav nav ul li a {
    padding: 5.75vw 6.25vw;
    display: block;
  }
}
.l-gnav nav ul li a:after {
  content: "";
  background-color: #001f53;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: width 0.2s;
}
@media screen and (max-width: 768px) {
  .l-gnav nav ul li a:after {
    content: none;
  }
}
.l-gnav nav ul li a:hover {
  color: #001f53;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-gnav nav ul li a:hover {
    color: #ffffff;
    background-color: #001f53;
  }
}
.l-gnav nav ul li a:hover:after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  html.gnav-active,
  body.gnav-active {
    overflow: hidden;
  }
}

main {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  main {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 17.5vw;
  }
}

.l-footer {
  color: #ffffff;
  background-color: #000000;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    font-size: 3.5vw;
    padding-bottom: 15vw;
  }
}
.l-footer-contact {
  background-image: url(../images/common/contact_bg_pc.jpg);
  height: 610px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer-contact {
    background-image: url(../images/common/contact_bg_sp.jpg);
    height: 101.25vw;
    font-size: 3.5vw;
  }
}
.l-footer-contact .l-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer-contact h2 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .l-footer-contact h2 {
    font-size: 6vw;
    margin-bottom: 6.25vw;
  }
}
.l-footer-contact p {
  line-height: 2;
}
.l-footer-contact ul {
  font-size: 1.8rem;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .l-footer-contact ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-contact ul {
    margin-top: 8.75vw;
    font-size: 3.5vw;
  }
}
.l-footer-contact ul li:nth-of-type(n+2) {
  margin-left: 60px;
}
@media screen and (max-width: 1000px) {
  .l-footer-contact ul li:nth-of-type(n+2) {
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-contact ul li:nth-of-type(n+2) {
    margin: 5vw auto 0 auto;
  }
}
.l-footer-contact ul li a {
  color: #000000;
  background-color: #ffffff;
  width: 450px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer-contact ul li a {
    width: 75vw;
    height: 15vw;
    margin: 0 auto;
  }
}
.l-footer-contact ul li a:hover {
  color: #ffffff;
  background-color: #001f53;
  opacity: 1;
}
.l-footer-content {
  padding: 140px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer-content {
    padding: 17.5vw 0;
  }
}
.l-footer-content__info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .l-footer-content__info {
    display: block;
  }
}
.l-footer-content__info div:nth-of-type(1):before {
  content: "";
  background-color: #ffffff;
  mask-image: url(../images/common/logo_trc.svg);
  width: 202px;
  height: 98px;
  margin-bottom: 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer-content__info div:nth-of-type(1):before {
    width: 25.25vw;
    height: 12.25vw;
    margin-bottom: 5vw;
  }
}
.l-footer-content__info div:nth-of-type(1) address {
  line-height: 2;
}
.l-footer-content__info div:nth-of-type(1) a {
  background-color: #ffffff;
  background-image: url(../images/common/logo_mec.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 209px 25px;
  width: 266px;
  height: 54px;
  font-size: 0;
  margin-top: 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer-content__info div:nth-of-type(1) a {
    background-size: 26.125vw 3.125vw;
    width: 33.25vw;
    height: 6.75vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer-content__info div:nth-of-type(2) {
    display: none;
  }
}
.l-footer-content__info div:nth-of-type(2) a:nth-of-type(1) {
  font-size: 2.6rem;
  font-weight: 600;
  display: inline-block;
}
.l-footer-content__info div:nth-of-type(2) a:nth-of-type(1) span {
  font-size: 4.5rem;
  font-weight: 600;
  padding-left: 0.1em;
}
.l-footer-content__info div:nth-of-type(2) a:nth-of-type(2) {
  width: 400px;
  height: 80px;
  font-size: 1.8rem;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #4d4d4d solid;
}
.l-footer-content__info div:nth-of-type(2) a:nth-of-type(2) span:after {
  content: "";
  background-color: #ffffff;
  mask-image: url(../images/common/icon_blank.svg);
  width: 12px;
  height: 12px;
  vertical-align: text-top;
  display: inline-block;
}
.l-footer-content__info div:nth-of-type(2) a:nth-of-type(2):hover {
  background-color: #222222;
  opacity: 1;
}
.l-footer-content__nav {
  font-size: 1.8rem;
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .l-footer-content__nav {
    display: none;
  }
}
.l-footer-content__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer-content__nav ul li:nth-of-type(n+2) {
  margin-left: 80px;
}
@media screen and (max-width: 1280px) {
  .l-footer-content__nav ul li:nth-of-type(n+2) {
    margin-left: 40px;
  }
}
.l-footer-content__copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-footer-content__copyright {
    font-size: 1.5vw;
    margin-top: 10vw;
  }
}
.l-footer-floatBtns {
  color: #ffffff;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer-floatBtns {
    height: 15vw;
    font-size: 3.25vw;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.l-footer-floatBtns li {
  width: 50%;
  height: 100%;
}
.l-footer-floatBtns li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer-floatBtns li:nth-of-type(1) a {
  background-color: #001f53;
}
.l-footer-floatBtns li:nth-of-type(2) a {
  background-color: #3c0006;
}

.l-pageTop {
  position: absolute;
  top: 70px;
  right: 50px;
}
@media screen and (max-width: 1000px) {
  .l-pageTop {
    top: auto;
    bottom: 232px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-pageTop {
    bottom: 31vw;
    right: 6.25vw;
  }
}
.l-pageTop button {
  background-image: url(../images/common/icon_pagetop.svg);
  width: 76px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .l-pageTop button {
    width: 9.5vw;
    height: 5vw;
  }
}

/* object
------------------------------------------------------ */
/* component */
.c-btn {
  color: #ffffff;
  background-color: #001f53;
  width: 100%;
  max-width: 300px;
  height: 70px;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 62.5vw;
    max-width: none;
    height: 12.5vw;
    font-size: 3.25vw;
  }
}
.c-btn:after {
  content: "";
  background-color: #ffffff;
  mask-image: url(../images/common/icon_arrow.svg);
  width: 14px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-btn:after {
    width: 1.75vw;
    height: 1vw;
    right: 8.75vw;
  }
}
.c-btn span {
  font-weight: 600;
  position: relative;
}
.c-btn[target=_blank] span:after {
  content: "";
  background-color: #ffffff;
  mask-image: url(../images/common/icon_blank.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
  .c-btn[target=_blank] span:after {
    width: 1.75vw;
    height: 1.75vw;
  }
}

.c-tabs__tab {
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-tabs__tab {
    font-size: 3.25vw;
  }
}
.c-tabs__tab li {
  color: #001f53;
  width: 50%;
  height: 70px;
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px #001f53 solid;
  border-left: 1px #001f53 solid;
  border-right: 1px #001f53 solid;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .c-tabs__tab li {
    max-width: none;
    height: 12.5vw;
  }
}
.c-tabs__tab li span {
  font-weight: 600;
}
.c-tabs__tab li:hover {
  opacity: 0.7;
}
.c-tabs__tab li.is-active {
  color: #ffffff;
  background-color: #001f53;
}
.c-tabs__panel {
  padding-top: 80px;
  position: relative;
  border-top: 1px #001f53 solid;
}
@media screen and (max-width: 768px) {
  .c-tabs__panel {
    padding-top: 10vw;
  }
}
.c-tabs__panel:before {
  content: none;
  background-color: #001f53;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: -1px;
  left: -20px;
}
@media screen and (max-width: 1240px) {
  .c-tabs__panel:before {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .c-tabs__panel:before {
    left: -6.25vw;
  }
}
.c-tabs__panel-item {
  display: none;
}
.c-tabs__panel-item.is-open {
  display: block;
}

/* project */
.p-page .l-wrapper {
  max-width: 1200px;
}
.p-page-header {
  color: #ffffff;
  background-color: #001f53;
  height: 460px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .p-page-header {
    height: 57.5vw;
    padding-bottom: 12.5vw;
  }
}
.p-page-header--bg {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .p-page-header--bg {
    height: 75vw;
  }
}
.p-page-header .l-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-page-header .l-wrapper:after {
    content: "";
    background-color: #ffffff;
    width: 100%;
    height: 12.5vw;
    position: absolute;
    bottom: -12.5vw;
    left: 0;
  }
}
.p-page-header p {
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-page-header p {
    font-size: 7.5vw;
    margin-bottom: 3.75vw;
  }
}
.p-page-header h1 {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-page-header h1 {
    font-size: 2.5vw;
  }
}
.p-page-content {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-page-content {
    padding-top: 10vw;
  }
}
.p-page-links {
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 160px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-page-links {
    font-size: 2.75vw;
    margin: 17.5vw 6.25vw;
    display: block;
  }
}
.p-page-links li {
  width: 33.3333333333%;
  height: 280px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-page-links li {
    width: 100%;
    height: 27.5vw;
  }
}
.p-page-links li:before, .p-page-links li:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-page-links li:before {
  transition: transform 0.2s;
}
.p-page-links li:after {
  content: "";
  background-color: #000000;
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .p-page-links li:nth-of-type(n+2) {
    margin-top: 5vw;
  }
}
.p-page-links li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.p-page-links li a p {
  font-weight: 600;
}
.p-page-links li a p span {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-page-links li a p span {
    font-size: 4.5vw;
    margin-bottom: 2.5vw;
  }
}
.p-page-links li:hover:before {
  transform: scale(1.1);
}
.p-page-links li:hover:after {
  opacity: 0.2;
}
.p-page-links li:hover a {
  opacity: 1;
}
.p-page-links__concept:before {
  background-image: url(../images/common/links_concept_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-page-links__concept:before {
    background-image: url(../images/common/links_concept_sp.jpg);
  }
}
.p-page-links__service:before {
  background-image: url(../images/common/links_service_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-page-links__service:before {
    background-image: url(../images/common/links_service_sp.jpg);
  }
}
.p-page-links__floor:before {
  background-image: url(../images/common/links_floor_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-page-links__floor:before {
    background-image: url(../images/common/links_floor_sp.jpg);
  }
}
.p-page-links__access:before {
  background-image: url(../images/common/links_access_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-page-links__access:before {
    background-image: url(../images/common/links_access_sp.jpg);
  }
}

.p-breadcrumb {
  color: #666666;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: -130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    display: none;
  }
}
.p-breadcrumb:before {
  content: "";
  background-color: #ffffff;
  width: 1400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .p-breadcrumb:before {
    width: calc(100% - 40px);
  }
}
.p-breadcrumb ul {
  height: 130px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-breadcrumb ul {
    padding: 0 20px;
  }
}
.p-breadcrumb ul li:nth-of-type(n+2):before {
  content: ">";
  color: #000000;
  margin: 0 0.5em;
  display: inline-block;
}
.p-breadcrumb ul li a {
  color: #666666;
}

.p-home__title {
  color: #001f53;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-home__title {
    font-size: 6vw;
    margin-bottom: 7.5vw;
  }
}
.p-home__title span {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home__title span {
    font-size: 3vw;
    margin-top: 3.75vw;
  }
}
.p-home__more {
  width: 350px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0 auto;
  padding: 15px 20px;
  display: block;
  position: relative;
  border-bottom: 1px #000000 solid;
}
@media screen and (max-width: 768px) {
  .p-home__more {
    width: 43.75vw;
    font-size: 3.5vw;
    padding: 1.875vw 2.5vw;
  }
}
.p-home__more:after {
  content: "";
  background-color: #000000;
  mask-image: url(../images/common/icon_arrow.svg);
  width: 14px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-home__more:after {
    width: 1.75vw;
    height: 1.125vw;
    right: 2.5vw;
  }
}
.p-home-mv {
  color: #ffffff;
  width: 100%;
  height: 720px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home-mv {
    height: 150vw;
  }
}
.p-home-mv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-home-mv__bg div {
  width: 100%;
  height: 100%;
}
.p-home-mv__bg-img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: transform 5s;
}
.p-home-mv__bg-img--01 {
  background-image: url(../images/pages/home/mv_img01_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-home-mv__bg-img--01 {
    background-image: url(../images/pages/home/mv_img01_sp.jpg);
  }
}
.p-home-mv__bg-img--02 {
  background-image: url(../images/pages/home/mv_img02_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-home-mv__bg-img--02 {
    background-image: url(../images/pages/home/mv_img02_sp.jpg);
  }
}
.p-home-mv__bg-img--03 {
  background-image: url(../images/pages/home/mv_img03_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-home-mv__bg-img--03 {
    background-image: url(../images/pages/home/mv_img03_sp.jpg);
  }
}
.p-home-mv__bg-img--04 {
  background-image: url(../images/pages/home/mv_img04_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-home-mv__bg-img--04 {
    background-image: url(../images/pages/home/mv_img04_sp.jpg);
  }
}
.p-home-mv__bg-img--05 {
  background-image: url(../images/pages/home/mv_img05_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-home-mv__bg-img--05 {
    background-image: url(../images/pages/home/mv_img05_sp.jpg);
  }
}
.p-home-mv__bg-img--06 {
  background-image: url(../images/pages/home/mv_img06_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-home-mv__bg-img--06 {
    background-image: url(../images/pages/home/mv_img06_sp.jpg);
  }
}
.p-home-mv__bg-img.is-active {
  transform: scale(1);
}
.p-home-mv__text {
  height: 100%;
  position: relative;
}
.p-home-mv__text .l-wrapper {
  height: 100%;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 1001px) {
  .p-home-mv__text .l-wrapper {
    padding-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-mv__text .l-wrapper {
    padding-bottom: 12.5vw;
  }
}
.p-home-mv__text p {
  font-weight: 700;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .p-home-mv__text p {
    text-shadow: 0 0 2.5vw rgba(0, 0, 0, 0.8), 0 0 2.5vw rgba(0, 0, 0, 0.3);
  }
}
.p-home-mv__text p:nth-of-type(1) {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__text p:nth-of-type(1) {
    font-size: 5.25vw;
  }
}
.p-home-mv__text p:nth-of-type(1):after {
  content: "";
  background-color: #ffffff;
  mask-image: url(../images/common/logo_trc.svg);
  width: 335px;
  height: 162px;
  margin-top: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home-mv__text p:nth-of-type(1):after {
    width: 50.25vw;
    height: 24.25vw;
    margin-top: 5vw;
  }
}
.p-home-mv__text p:nth-of-type(2) {
  font-size: 4.2rem;
  line-height: 1.4;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-home-mv__text p:nth-of-type(2) {
    font-size: 6.75vw;
    margin-top: 7.5vw;
  }
}
.p-home-logos {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-home-logos {
    margin-top: 15vw;
  }
}
.p-home-logos__slider figure {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .p-home-logos__slider figure {
    width: 40vw;
  }
}
.p-home-lead {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-home-lead {
    margin-top: 12.5vw;
  }
}
.p-home-lead__wrapper {
  color: #ffffff;
  min-height: 750px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-lead__wrapper {
    min-height: 142.5vw;
  }
}
.p-home-lead__bg {
  width: 1400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% - 115px));
  overflow: hidden;
}
@media screen and (max-width: 1210px) {
  .p-home-lead__bg {
    left: auto;
    right: 0;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .p-home-lead__bg {
    width: 93.75vw;
  }
}
.p-home-lead__bg div {
  background-image: url(../images/pages/home/lead_bg_pc.jpg);
  width: 100%;
  height: 970px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-home-lead__bg div {
    background-image: url(../images/pages/home/lead_bg_sp.jpg);
    height: 233.75vw;
  }
}
.p-home-lead__text {
  height: 100%;
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .p-home-lead__text {
    padding: 60px 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-home-lead__text {
    padding: 15vw 6.25vw 31.25vw 0;
  }
}
.p-home-lead__text h2 {
  width: 640px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-right: 60px;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .p-home-lead__text h2 {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-lead__text h2 {
    font-size: 5.75vw;
    margin-bottom: 7.5vw;
  }
}
.p-home-lead__text div:not(.p-home-lead__bg) {
  width: calc(100% - 640px);
  font-size: 1.6rem;
  padding-right: 130px;
  flex: 1;
}
@media screen and (max-width: 1280px) {
  .p-home-lead__text div:not(.p-home-lead__bg) {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home-lead__text div:not(.p-home-lead__bg) {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-lead__text div:not(.p-home-lead__bg) {
    font-size: 3.5vw;
  }
}
.p-home-lead__text div:not(.p-home-lead__bg) p {
  font-weight: 600;
  line-height: 2.3;
}
@inlcude sp {
  .p-home-lead__text div:not(.p-home-lead__bg) p {
    line-height: 2;
  }
}
.p-home-lead__text div:not(.p-home-lead__bg) p:nth-of-type(n+2) {
  margin-top: 2em;
}
.p-home-lead__img {
  height: 660px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .p-home-lead__img {
    height: 955px;
    margin-top: -300px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home-lead__img {
    height: 690px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-lead__img {
    height: 81.25vw;
  }
}
.p-home-lead__img > div {
  position: absolute;
  overflow: hidden;
}
.p-home-lead__img > div div {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-home-lead__img > div:nth-of-type(1) {
  width: 560px;
  height: 680px;
  top: -190px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .p-home-lead__img > div:nth-of-type(1) {
    top: -60px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home-lead__img > div:nth-of-type(1) {
    width: 405px;
    height: 490px;
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-lead__img > div:nth-of-type(1) {
    width: 50.625vw;
    height: 61.25vw;
    top: -20vw;
  }
}
.p-home-lead__img > div:nth-of-type(1) div {
  background-image: url(../images/pages/home/lead_img01.jpg);
  height: 880px;
}
@media screen and (max-width: 1100px) {
  .p-home-lead__img > div:nth-of-type(1) div {
    height: 636px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-lead__img > div:nth-of-type(1) div {
    height: 79.5vw;
  }
}
.p-home-lead__img > div:nth-of-type(2) {
  width: 490px;
  height: 453px;
  bottom: 155px;
  right: -50px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .p-home-lead__img > div:nth-of-type(2) {
    width: 320px;
    height: 295px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-lead__img > div:nth-of-type(2) {
    width: 40vw;
    height: 36.875vw;
    bottom: 13.125vw;
  }
}
.p-home-lead__img > div:nth-of-type(2) div {
  background-image: url(../images/pages/home/lead_img02.jpg);
  height: 580px;
}
@media screen and (max-width: 1100px) {
  .p-home-lead__img > div:nth-of-type(2) div {
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-lead__img > div:nth-of-type(2) div {
    height: 47.5vw;
  }
}
.p-home-lead__img > div:nth-of-type(3) {
  width: 490px;
  height: 375px;
  bottom: 0;
  right: 306px;
}
@media screen and (max-width: 1100px) {
  .p-home-lead__img > div:nth-of-type(3) {
    width: 320px;
    height: 245px;
    right: 235px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-lead__img > div:nth-of-type(3) {
    width: 40vw;
    height: 30.625vw;
    right: 29.375vw;
  }
}
.p-home-lead__img > div:nth-of-type(3) div {
  background-image: url(../images/pages/home/lead_img03.jpg);
  height: 500px;
}
@media screen and (max-width: 1100px) {
  .p-home-lead__img > div:nth-of-type(3) div {
    height: 327px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-lead__img > div:nth-of-type(3) div {
    height: 40.875vw;
  }
}
.p-home-access {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-home-access {
    margin-top: 12.5vw;
  }
}
.p-home-access h2 {
  color: #001f53;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-home-access h2 {
    font-size: 4.5vw;
    line-height: 1.5;
  }
}
.p-home-access h2 span {
  color: #aa0515;
  font-size: 4.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-home-access h2 span {
    font-size: 5.75vw;
  }
}
.p-home-access picture {
  max-width: 100%;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home-access picture {
    margin: 5vw auto 0 auto;
  }
}
.p-home-access picture img {
  width: auto;
  max-width: 100%;
}
.p-home-access .p-home__more {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-access .p-home__more {
    margin-top: 5vw;
  }
}
.p-home-features {
  color: #ffffff;
  background-color: #001f53;
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .p-home-features {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-features {
    margin-top: 15vw;
    padding: 15vw 0;
  }
}
.p-home-features__wrapper {
  min-height: 680px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-home-features__wrapper {
    min-height: 0;
    display: block;
  }
}
.p-home-features__wrapper > div:nth-of-type(1) {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .p-home-features__wrapper > div:nth-of-type(1) {
    width: 100%;
  }
}
.p-home-features__wrapper > div:nth-of-type(1) i {
  font-size: 4rem;
  margin-bottom: 120px;
  display: block;
  opacity: 0.5;
}
@media screen and (max-width: 1000px) {
  .p-home-features__wrapper > div:nth-of-type(1) i {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-features__wrapper > div:nth-of-type(1) i {
    font-size: 5vw;
    margin-bottom: 7.5vw;
  }
}
.p-home-features__wrapper > div:nth-of-type(1) i span {
  font-size: 6rem;
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-home-features__wrapper > div:nth-of-type(1) i span {
    font-size: 7.5vw;
  }
}
.p-home-features__wrapper > div:nth-of-type(1) dl {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-features__wrapper > div:nth-of-type(1) dl {
    font-size: 3.5vw;
  }
}
.p-home-features__wrapper > div:nth-of-type(1) dl dt {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-features__wrapper > div:nth-of-type(1) dl dt {
    font-size: 5.75vw;
    margin-bottom: 5vw;
  }
}
.p-home-features__wrapper > div:nth-of-type(1) dl dd {
  line-height: 2;
}
.p-home-features__wrapper > div:nth-of-type(2) {
  width: 780px;
  height: 680px;
  position: absolute;
  top: 0;
  border: 10px #001f53 solid;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-home-features__wrapper > div:nth-of-type(2) {
    width: 700px;
    height: 610px;
    margin: 60px auto 0 auto;
    position: relative;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .p-home-features__wrapper > div:nth-of-type(2) {
    width: 100%;
    height: 76.25vw;
    margin: 7.5vw auto 0 auto;
  }
}
.p-home-features__wrapper > div:nth-of-type(2) div {
  width: 100%;
  height: 880px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .p-home-features__wrapper > div:nth-of-type(2) div {
    height: 790px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-features__wrapper > div:nth-of-type(2) div {
    height: 98.75vw;
  }
}
.p-home-features__wrapper:nth-of-type(odd) > div:nth-of-type(1) {
  padding-right: 80px;
}
@media screen and (max-width: 1240px) {
  .p-home-features__wrapper:nth-of-type(odd) > div:nth-of-type(1) {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .p-home-features__wrapper:nth-of-type(odd) > div:nth-of-type(1) {
    padding: 0;
  }
}
.p-home-features__wrapper:nth-of-type(odd) > div:nth-of-type(2) {
  left: 50%;
}
@media screen and (max-width: 1000px) {
  .p-home-features__wrapper:nth-of-type(odd) > div:nth-of-type(2) {
    left: auto;
  }
}
.p-home-features__wrapper:nth-of-type(even) {
  flex-direction: row-reverse;
}
.p-home-features__wrapper:nth-of-type(even) > div:nth-of-type(1) {
  padding-left: 80px;
}
@media screen and (max-width: 1240px) {
  .p-home-features__wrapper:nth-of-type(even) > div:nth-of-type(1) {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .p-home-features__wrapper:nth-of-type(even) > div:nth-of-type(1) {
    padding: 0;
  }
}
.p-home-features__wrapper:nth-of-type(even) > div:nth-of-type(2) {
  right: 50%;
}
@media screen and (max-width: 1000px) {
  .p-home-features__wrapper:nth-of-type(even) > div:nth-of-type(2) {
    right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .p-home-features__wrapper:nth-of-type(n+2) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-features__wrapper:nth-of-type(n+2) {
    margin-top: 15vw;
  }
}
.p-home-features__wrapper:nth-of-type(1) > div:nth-of-type(2) div {
  background-image: url(../images/pages/home/features_img01.jpg);
}
.p-home-features__wrapper:nth-of-type(2) > div:nth-of-type(2) div {
  background-image: url(../images/pages/home/features_img02.jpg);
}
.p-home-features__wrapper:nth-of-type(3) > div:nth-of-type(2) div {
  background-image: url(../images/pages/home/features_img03.jpg);
}
.p-home-vr {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-home-vr {
    font-size: 3.25vw;
    margin-top: 15vw;
  }
}
.p-home-vr a {
  width: 100%;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home-vr a {
    height: 55vw;
  }
}
.p-home-vr a:before {
  content: "";
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.p-home-vr a div {
  background-image: url(../images/pages/home/vr_bg_pc.jpg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s;
}
@media screen and (max-width: 768px) {
  .p-home-vr a div {
    background-image: url(../images/pages/home/vr_bg_sp.jpg);
  }
}
.p-home-vr a h2 {
  color: #001f53;
  font-size: 5.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 30px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .p-home-vr a h2 {
    font-size: 7.5vw;
    margin-bottom: 6.25vw;
    text-shadow: 0 0 3.75vw rgb(255, 255, 255), 0 0 3.75vw rgb(255, 255, 255);
  }
}
.p-home-vr a p {
  line-height: 2;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .p-home-vr a p {
    text-shadow: 0 0 1.25vw rgb(255, 255, 255), 0 0 1.25vw rgb(255, 255, 255);
  }
}
.p-home-vr a:hover {
  opacity: 1;
}
.p-home-vr a:hover:before {
  opacity: 0.2;
}
.p-home-vr a:hover div {
  transform: scale(1.1);
}
.p-home-facilities {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-home-facilities {
    margin-top: 15vw;
  }
}
.p-home-facilities h2 {
  color: #001f53;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-home-facilities h2 {
    font-size: 5.75vw;
    margin-bottom: 10vw;
  }
}
.p-home-facilities__slider:after {
  content: "";
  background-color: #ffffff;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100vw;
}
.p-home-facilities__slider .slick-list {
  overflow: visible !important;
}
.p-home-facilities__slider article {
  width: 460px;
  font-size: 1.5rem;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-facilities__slider article {
    width: 57.5vw;
    font-size: 3.5vw;
    margin-right: 7.5vw;
  }
}
.p-home-facilities__slider article h3 {
  color: #001f53;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-facilities__slider article h3 {
    font-size: 4.5vw;
    margin-bottom: 3.75vw;
  }
}
.p-home-facilities__slider article p {
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-facilities__slider article p {
    margin-bottom: 3.75vw;
  }
}
.p-home-facilities__slider article figure {
  position: relative;
  overflow: hidden;
}
.p-home-facilities__slider article figure:after {
  content: "";
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.p-home-facilities__slider article figure img {
  transition: transform 0.2s;
}
.p-home-facilities__slider-btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-home-facilities__slider-btns {
    margin-top: 7.5vw;
  }
}
.p-home-facilities__slider-btns button {
  width: 92px;
  height: 92px;
  font-size: 0;
  position: relative;
  border: 1px #aaaaaa solid;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-home-facilities__slider-btns button {
    width: 10vw;
    height: 10vw;
  }
}
.p-home-facilities__slider-btns button:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px #aaaaaa solid;
  border-left: 1px #aaaaaa solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-home-facilities__slider-btns button:before {
    width: 1.875vw;
    height: 1.875vw;
  }
}
.p-home-facilities__slider-btns button:nth-of-type(n+2) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-facilities__slider-btns button:nth-of-type(n+2) {
    margin-left: 5vw;
  }
}
.p-home-facilities__slider-btns button.slick-prev:before {
  transform: rotate(-45deg);
}
.p-home-facilities__slider-btns button.slick-next:before {
  transform: rotate(135deg);
}
.p-home-floor {
  background-color: #001f53;
  margin-top: 200px;
  padding: 80px 0 160px 0;
}
@media screen and (max-width: 768px) {
  .p-home-floor {
    margin-top: 28.75vw;
    padding: 7.5vw 0 17.5vw 0;
  }
}
.p-home-floor .l-wrapper {
  position: relative;
}
.p-home-floor .l-wrapper:before {
  content: "";
  background-color: #001f53;
  width: 100%;
  height: 80px;
  position: absolute;
  top: -160px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-home-floor .l-wrapper:before {
    height: 11.25vw;
    top: -18.75vw;
  }
}
.p-home-floor .p-home__title {
  color: #ffffff;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-home-floor .p-home__title {
    margin-bottom: 7.5vw;
  }
}
.p-home-floor__wrapper {
  background-color: #ffffff;
  padding: 120px 20px;
}
@media screen and (max-width: 768px) {
  .p-home-floor__wrapper {
    padding: 12.5vw 6.25vw;
  }
}
.p-home-floor__wrapper article {
  max-width: 1200px;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.p-home-floor__wrapper article:nth-of-type(n+2) {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px #cfcfcf solid;
}
@media screen and (max-width: 768px) {
  .p-home-floor__wrapper article:nth-of-type(n+2) {
    margin-top: 10vw;
    padding-top: 10vw;
  }
}
.p-home-floor__wrapper article div {
  color: #001f53;
}
.p-home-floor__wrapper article div h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 15px 25px;
  display: inline-block;
  border: 1px #001f53 solid;
}
@media screen and (max-width: 768px) {
  .p-home-floor__wrapper article div h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
    padding: 1.875vw 3.125vw;
  }
}
.p-home-floor__wrapper article div p {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-home-floor__wrapper article div p {
    font-size: 4.5vw;
  }
}
.p-home-floor__wrapper article figure {
  margin: 0 auto;
}
.p-home-floor__wrapper article:nth-of-type(1) figure {
  width: max-content;
  max-width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-home-floor__wrapper article:nth-of-type(1) figure {
    margin-top: 5vw;
  }
}
.p-home-floor__wrapper article:nth-of-type(1) figure img {
  width: auto;
  max-width: 100%;
}
.p-home-floor__wrapper article:nth-of-type(2) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-home-floor__wrapper article:nth-of-type(2) {
    display: block;
  }
}
.p-home-floor__wrapper article:nth-of-type(2) div {
  width: 380px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-home-floor__wrapper article:nth-of-type(2) div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-floor__wrapper article:nth-of-type(2) figure {
    margin-top: 5vw;
  }
}
.p-home-floor .p-home__more {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-home-floor .p-home__more {
    margin-top: 5vw;
  }
}
.p-home-links {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-home-links {
    margin-top: 17.5vw;
  }
}
.p-home-links ul {
  color: #001f53;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-home-links ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-home-links ul {
    font-size: 3vw;
  }
}
.p-home-links ul li {
  width: calc((100% - 80px) / 3);
  height: 160px;
}
@media screen and (max-width: 1000px) {
  .p-home-links ul li {
    width: 100%;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-links ul li {
    height: 25vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-home-links ul li:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-links ul li:nth-of-type(n+2) {
    margin-top: 5vw;
  }
}
.p-home-links ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px #001f53 solid;
}
@media screen and (max-width: 768px) {
  .p-home-links ul li a {
    border-width: 0.25vw;
  }
}
.p-home-links ul li a dl dt {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-links ul li a dl dt {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
}
.p-home-links ul li a dl dd {
  font-weight: 600;
}
.p-home-links ul li a[target=_blank] dl dt:after {
  content: "";
  background-color: #001f53;
  mask-image: url(../images/common/icon_blank.svg);
  width: 12px;
  height: 12px;
  vertical-align: text-top;
  display: inline-block;
  transition: background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .p-home-links ul li a[target=_blank] dl dt:after {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.p-home-links ul li a:hover {
  color: #ffffff;
  background-color: #001f53;
  opacity: 1;
}
.p-home-links ul li a:hover dl dt:after {
  background-color: #ffffff;
}
.p-home-voices {
  margin-top: 120px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-home-voices {
    margin-top: 17.5vw;
    padding-bottom: 20vw;
  }
}
.p-home-voices article {
  max-width: 1200px;
  letter-spacing: 0.05em;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home-voices article {
    margin: 7.5vw auto 0 auto;
  }
}
.p-home-voices article a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-home-voices article a {
    display: block;
  }
}
.p-home-voices article a > figure {
  width: calc(100% - 600px - 60px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-home-voices article a > figure {
    width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home-voices article a > figure {
    width: 100%;
  }
}
.p-home-voices article a > figure:after {
  content: "";
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.p-home-voices article a > figure img {
  transition: transform 0.2s;
}
.p-home-voices article a > div {
  width: 600px;
}
@media screen and (max-width: 1000px) {
  .p-home-voices article a > div {
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-voices article a > div {
    margin-top: 7.5vw;
  }
}
.p-home-voices article a > div p {
  color: #001f53;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-voices article a > div p {
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }
}
.p-home-voices article a > div div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: opacity 0.2s;
}
.p-home-voices article a > div div h3 {
  width: calc(100% - 255px - 40px);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-home-voices article a > div div h3 {
    width: calc(100% - 40vw - 5vw);
    font-size: 3vw;
  }
}
.p-home-voices article a > div div h3 span {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home-voices article a > div div h3 span {
    font-size: 3.5vw;
    margin-bottom: 2.5vw;
  }
}
.p-home-voices article a > div div figure {
  width: 255px;
  padding: 10px;
  flex-shrink: 0;
  border: 1px #cfcfcf solid;
}
@media screen and (max-width: 768px) {
  .p-home-voices article a > div div figure {
    width: 40vw;
    padding: 1.25vw;
  }
}
.p-home-voices article a:hover {
  opacity: 1;
}
.p-home-voices article a:hover > figure {
  opacity: 1;
}
.p-home-voices article a:hover > figure:after {
  opacity: 0.2;
}
.p-home-voices article a:hover > figure img {
  transform: scale(1.1);
}
.p-home-voices article a:hover > div {
  opacity: 0.7;
}

body.concept .p-page-header {
  background-color: #ffffff;
  height: 0;
  padding: 45.8125% 0 0 0;
  position: relative;
  border-top: 1px #e8e8e8 solid;
}
@media screen and (max-width: 768px) {
  body.concept .p-page-header {
    padding: 82.75% 0 0 0;
  }
}
body.concept .p-page-header:after {
  content: "";
  background-image: url(../images/pages/concept/header_bg_pc.png);
  width: 100%;
  height: 0;
  padding-top: 65.75%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  body.concept .p-page-header:after {
    background-image: url(../images/pages/concept/header_bg_sp.png);
    padding-top: 95.75%;
  }
}
body.concept .p-page-content {
  background-color: #001f53;
  padding: 15.625vw 0 160px 0;
}
@media screen and (max-width: 768px) {
  body.concept .p-page-content {
    padding: 13.75vw 0 12.5vw 0;
  }
}
body.concept .p-breadcrumb {
  margin: 0 auto;
}
body.concept .p-breadcrumb:before {
  content: none;
}
body.concept .p-breadcrumb ul {
  height: auto;
}
body.concept .p-page-links {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body.concept .p-page-links {
    margin-top: 17.5vw;
  }
}

.p-concept__wrapper {
  background-color: #ffffff;
  max-width: 1430px;
  margin: 0 auto;
  padding: 160px 0;
}
@media screen and (max-width: 1470px) {
  .p-concept__wrapper {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-concept__wrapper {
    width: 87.5vw;
    margin: 0 auto;
    padding: 12.5vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-concept__wrapper .l-wrapper {
    width: 75vw;
  }
}
.p-concept-header {
  color: #001f53;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-concept-header {
    margin-top: 0;
  }
}
.p-concept-header p {
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-concept-header p {
    font-size: 7.5vw;
    margin-bottom: 3.75vw;
  }
}
.p-concept-header h1 {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-concept-header h1 {
    font-size: 2.5vw;
  }
}
.p-concept-lead {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-concept-lead {
    margin-top: 7.5vw;
  }
}
.p-concept-lead .l-wrapper {
  position: relative;
}
.p-concept-lead .l-wrapper:after {
  content: "";
  background-image: url(../images/pages/concept/lead_img01_pc.png);
  width: 981px;
  height: 917px;
  margin: 0 0 0 auto;
  display: block;
}
@media screen and (max-width: 1280px) {
  .p-concept-lead .l-wrapper:after {
    width: 600px;
    height: 561px;
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-concept-lead .l-wrapper:after {
    background-image: url(../images/pages/concept/lead_img01_sp.png);
    width: 75vw;
    height: 78.75vw;
    margin: 7.5vw auto 0 auto;
  }
}
.p-concept-lead dl {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-concept-lead dl {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .p-concept-lead dl {
    font-size: 3.5vw;
  }
}
.p-concept-lead dl dt {
  color: #001f53;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-concept-lead dl dt {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
}
.p-concept-lead dl dd {
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .p-concept-lead dl dd {
    line-height: 2;
  }
}
.p-concept-points {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-concept-points {
    margin-top: 10vw;
  }
}
.p-concept-points h2 {
  color: #001f53;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-concept-points h2 {
    font-size: 5vw;
    margin-bottom: 7.5vw;
  }
}
.p-concept-points article {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-concept-points article {
    display: block;
  }
}
.p-concept-points article:nth-of-type(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-concept-points article:nth-of-type(n+2) {
    margin-top: 10vw;
  }
}
.p-concept-points article > * {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .p-concept-points article > * {
    width: 100%;
  }
}
.p-concept-points article div {
  padding-right: 40px;
}
@media screen and (max-width: 1000px) {
  .p-concept-points article div {
    padding-right: 0;
  }
}
.p-concept-points article div i {
  color: #b2bbcb;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-concept-points article div i {
    font-size: 4.5vw;
    margin-bottom: 2.5vw;
  }
}
.p-concept-points article div h3 {
  color: #001f53;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-concept-points article div h3 {
    font-size: 4.75vw;
    margin-bottom: 3.75vw;
  }
}
.p-concept-points article div p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-concept-points article div p {
    font-size: 3.5vw;
  }
}
.p-concept-points article div p:nth-of-type(1) {
  color: #ffffff;
  background-color: #001f53;
  font-size: 2rem;
  font-weight: 600;
  padding: 0 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-concept-points article div p:nth-of-type(1) {
    font-size: 3.75vw;
    line-height: 1.4;
    padding: 1.25vw 2.5vw;
  }
}
.p-concept-points article div ul {
  color: #001f53;
  font-size: 2rem;
  line-height: 2;
  margin: 40px auto 20px 1em;
  list-style-type: disc;
}
@media screen and (max-width: 768px) {
  .p-concept-points article div ul {
    font-size: 3.75vw;
    line-height: 1.5;
    margin: 5vw auto 5vw 1em;
  }
}
.p-concept-points article div ul li {
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .p-concept-points article figure {
    width: 100%;
    max-width: 600px;
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-concept-points article figure {
    max-width: none;
    margin: 5vw auto 0 auto;
  }
}
.p-concept-points__event {
  background-color: #edebe2;
  margin-top: 100px;
  padding: 60px 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-concept-points__event {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-concept-points__event {
    margin-top: 10vw;
    padding: 10vw 6.25vw;
  }
}
.p-concept-points__event > * {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .p-concept-points__event > * {
    width: 100%;
  }
}
.p-concept-points__event dl {
  font-size: 1.5rem;
  padding-right: 40px;
}
@media screen and (max-width: 1000px) {
  .p-concept-points__event dl {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-concept-points__event dl {
    font-size: 3.25vw;
  }
}
.p-concept-points__event dl dt {
  color: #001f53;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px #aaaaaa solid;
}
@media screen and (max-width: 768px) {
  .p-concept-points__event dl dt {
    font-size: 4.5vw;
    line-height: 1.2;
    margin-bottom: 5vw;
    padding-bottom: 2.5vw;
  }
}
.p-concept-points__event dl dd {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-concept-points__event dl dd {
    line-height: 1.6;
  }
}
.p-concept-points__event dl dd span {
  color: #001f53;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-concept-points__event dl dd span {
    font-size: 3.75vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-concept-points__event figure {
    width: 100%;
    max-width: 548px;
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-concept-points__event figure {
    max-width: none;
    margin: 5vw auto 0 auto;
  }
}
.p-concept-cases {
  color: #ffffff;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-concept-cases {
    margin-top: 12.5vw;
  }
}
.p-concept-cases h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-concept-cases h2 {
    font-size: 5vw;
    margin-bottom: 7.5vw;
  }
}
.p-concept-cases article {
  min-height: 500px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-concept-cases article {
    min-height: 0;
  }
}
.p-concept-cases article:nth-of-type(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article:nth-of-type(n+2) {
    margin-top: 12.5vw;
  }
}
.p-concept-cases article figure {
  width: 100%;
  max-width: 740px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-100% - 60px));
}
@media screen and (max-width: 1240px) {
  .p-concept-cases article figure {
    width: calc(100% - 600px - 40px);
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 1000px) {
  .p-concept-cases article figure {
    margin: 0 auto;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .p-concept-cases article figure {
    max-width: none;
  }
}
.p-concept-cases article > div {
  width: 600px;
  font-size: 1.8rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1000px) {
  .p-concept-cases article > div {
    width: 100%;
    margin: 60px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div {
    font-size: 3.5vw;
    margin: 7.5vw auto 0 auto;
  }
}
.p-concept-cases article > div div {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div div {
    margin-bottom: 3.75vw;
  }
}
.p-concept-cases article > div div i {
  width: 84px;
  height: 58px;
  font-size: 2rem;
  margin-right: 60px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div div i {
    width: 14.75vw;
    height: 10vw;
    font-size: 3.5vw;
    margin-right: 3.75vw;
  }
}
.p-concept-cases article > div div i:before {
  content: "";
  background-color: #ffffff;
  width: 1px;
  height: 150%;
  position: absolute;
  top: 0;
  right: 0.25em;
  transform: rotate(45deg);
  transform-origin: top right;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div div i:before {
    height: 140%;
  }
}
.p-concept-cases article > div div i span {
  font-weight: 600;
  position: absolute;
}
.p-concept-cases article > div div i span:nth-of-type(1) {
  top: 0;
  left: 0;
}
.p-concept-cases article > div div i span:nth-of-type(2) {
  font-size: 3.2rem;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div div i span:nth-of-type(2) {
    font-size: 5.6vw;
  }
}
.p-concept-cases article > div div h3 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 1px rgba(255, 255, 255, 0.4) solid;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div div h3 {
    font-size: 4.25vw;
    padding-bottom: 1.875vw;
  }
}
.p-concept-cases article > div dl:nth-of-type(1) {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div dl:nth-of-type(1) {
    font-size: 4.75vw;
  }
}
.p-concept-cases article > div dl:nth-of-type(1) dt {
  color: #000000;
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div dl:nth-of-type(1) dt {
    font-size: 4.75vw;
    letter-spacing: -0.025em;
    margin-bottom: 3.75vw;
  }
}
.p-concept-cases article > div dl:nth-of-type(1) dt span {
  background-color: #ffffff;
  font-weight: 600;
  padding: 0 15px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div dl:nth-of-type(1) dt span {
    padding: 0 1.875vw;
  }
}
.p-concept-cases article > div dl:nth-of-type(1) dt span + span {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div dl:nth-of-type(1) dt span + span {
    margin-top: 2.5vw;
  }
}
.p-concept-cases article > div dl:nth-of-type(1) dd {
  font-weight: 600;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div dl:nth-of-type(1) dd {
    line-height: 1.6;
  }
}
.p-concept-cases article > div dl:nth-of-type(2) {
  margin-top: 30px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div dl:nth-of-type(2) {
    margin-top: 6.25vw;
    display: block;
  }
}
.p-concept-cases article > div dl:nth-of-type(2) dt {
  font-weight: 600;
  margin-right: 20px;
  padding: 10px 20px;
  display: inline-block;
  border: 1px rgba(255, 255, 255, 0.5) solid;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div dl:nth-of-type(2) dt {
    font-size: 4.25vw;
    margin: 0 auto 3.75vw 0;
    padding: 1.25vw 2.5vw;
  }
}
.p-concept-cases article > div dl:nth-of-type(2) dd {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div dl:nth-of-type(2) dd {
    font-size: 5.875vw;
  }
}
.p-concept-cases article > div dl:nth-of-type(2) dd span {
  font-size: 4.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div dl:nth-of-type(2) dd span {
    font-size: 7.875vw;
  }
}
.p-concept-cases article > div p {
  background-color: rgba(255, 255, 255, 0.1);
  line-height: 1.6;
  margin-top: 30px;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .p-concept-cases article > div p {
    line-height: 2;
    margin-top: 5vw;
    padding: 6.25vw;
  }
}

body.service .p-page-header--bg {
  background-image: url(../images/pages/service/header_bg_pc.jpg);
}
@media screen and (max-width: 768px) {
  body.service .p-page-header--bg {
    background-image: url(../images/pages/service/header_bg_sp.jpg);
  }
}

.p-service-mv__slider .slick-dots {
  font-size: 0;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service-mv__slider .slick-dots {
    margin-top: 2.5vw;
  }
}
.p-service-mv__slider .slick-dots li {
  width: calc((100% - 50px) / 5);
}
@media screen and (max-width: 768px) {
  .p-service-mv__slider .slick-dots li {
    width: calc((100% - 3.125vw) / 5);
  }
}
.p-service-mv__slider .slick-dots li button {
  width: 100%;
  height: 0;
  padding-top: 43.47826%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service-mv__slider .slick-dots li button {
    padding-top: 44.444444%;
  }
}
.p-service-mv__slider .slick-dots li button:after {
  content: "";
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  transition: opacity 0.5s;
}
.p-service-mv__slider .slick-dots li button:hover {
  opacity: 1;
}
.p-service-mv__slider .slick-dots li.slick-active button:after {
  opacity: 0;
}
.p-service-mv__slider .slick-dots li:nth-of-type(1) button {
  background-image: url(../images/pages/service/mv_img01.jpg);
}
.p-service-mv__slider .slick-dots li:nth-of-type(2) button {
  background-image: url(../images/pages/service/mv_img02.jpg);
}
.p-service-mv__slider .slick-dots li:nth-of-type(3) button {
  background-image: url(../images/pages/service/mv_img03.jpg);
}
.p-service-mv__slider .slick-dots li:nth-of-type(4) button {
  background-image: url(../images/pages/service/mv_img04.jpg);
}
.p-service-mv__slider .slick-dots li:nth-of-type(5) button {
  background-image: url(../images/pages/service/mv_img05.jpg);
}
.p-service-lead {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-service-lead {
    margin-top: 20vw;
  }
}
.p-service-lead h2 {
  color: #001f53;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-lead h2 {
    font-size: 5.25vw;
    margin-bottom: 7.5vw;
  }
}
.p-service-lead h2 + picture {
  text-align: center;
}
.p-service-lead h2 + picture img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service-lead h2 + picture img {
    width: 100%;
  }
}
.p-service-lead article {
  font-size: 1.5rem;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-service-lead article {
    font-size: 3.5vw;
    margin-top: 20vw;
  }
}
.p-service-lead article h3 {
  color: #001f53;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-lead article h3 {
    font-size: 5.25vw;
    margin-bottom: 7.5vw;
  }
}
.p-service-lead article p {
  line-height: 2;
}
.p-service-lead article:nth-of-type(1) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-service-lead article:nth-of-type(1) {
    display: block;
  }
}
.p-service-lead article:nth-of-type(1) div {
  width: 530px;
}
@media screen and (max-width: 1000px) {
  .p-service-lead article:nth-of-type(1) div {
    width: 100%;
  }
}
.p-service-lead article:nth-of-type(1) div .c-btn {
  margin: 40px auto 0 0;
}
@media screen and (max-width: 1000px) {
  .p-service-lead article:nth-of-type(1) div .c-btn {
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-service-lead article:nth-of-type(1) div .c-btn {
    margin: 5vw auto 0 auto;
  }
}
.p-service-lead article:nth-of-type(1) figure {
  width: calc(100% - 530px - 20px);
}
@media screen and (max-width: 1000px) {
  .p-service-lead article:nth-of-type(1) figure {
    width: 650px;
    margin: 60px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-service-lead article:nth-of-type(1) figure {
    width: 100%;
    margin: 7.5vw auto 0 auto;
  }
}
.p-service-lead article:nth-of-type(2) ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-service-lead article:nth-of-type(2) ul {
    justify-content: space-between;
  }
}
.p-service-lead article:nth-of-type(2) ul li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .p-service-lead article:nth-of-type(2) ul li {
    width: calc((100% - 5vw) / 2);
  }
}
.p-service-lead article:nth-of-type(2) ul li:not(:nth-of-type(3n+1)) {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-service-lead article:nth-of-type(2) ul li:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
}
.p-service-lead article:nth-of-type(2) ul li:nth-of-type(n+4) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-service-lead article:nth-of-type(2) ul li:nth-of-type(n+4) {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service-lead article:nth-of-type(2) ul li:nth-of-type(n+3) {
    margin-top: 2.5vw;
  }
}
.p-service-lead article:nth-of-type(2) ul li p {
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-service-lead article:nth-of-type(2) ul li p {
    font-size: 3vw;
    margin-top: 2.5vw;
  }
}
.p-service-lead article:nth-of-type(2) ul li p span {
  color: #001f53;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-service-lead article:nth-of-type(2) ul li p span {
    font-size: 3.5vw;
    margin-bottom: 1.25vw;
  }
}
.p-service-points {
  color: #ffffff;
  background-color: #001f53;
  font-size: 1.5rem;
  margin-top: 160px;
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .p-service-points {
    font-size: 3.5vw;
    margin-top: 20vw;
    padding: 20vw 0;
  }
}
.p-service-points__lead {
  margin-bottom: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-service-points__lead {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-service-points__lead {
    margin-bottom: 15vw;
  }
}
.p-service-points__lead div {
  width: 600px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .p-service-points__lead div {
    width: 100%;
  }
}
.p-service-points__lead div h2 {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-points__lead div h2 {
    font-size: 5.25vw;
    margin-bottom: 5vw;
  }
}
.p-service-points__lead div p {
  line-height: 2;
}
.p-service-points__lead figure {
  width: 100%;
  max-width: 490px;
  margin-left: 60px;
}
@media screen and (max-width: 1000px) {
  .p-service-points__lead figure {
    width: 490px;
    max-width: none;
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-service-points__lead figure {
    width: 61.25vw;
    margin: 5vw auto 0 auto;
  }
}
.p-service-points article {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-service-points article {
    margin-top: 12.5vw;
  }
}
.p-service-points__subhead {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-service-points__subhead {
    margin-bottom: 5vw;
  }
}
.p-service-points__subhead i {
  color: #000000;
  background-color: #ffffff;
  width: 150px;
  height: 150px;
  font-size: 2.6rem;
  text-align: center;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-service-points__subhead i {
    width: 18.75vw;
    height: 18.75vw;
    font-size: 3.25vw;
    margin-right: 5vw;
  }
}
.p-service-points__subhead i span {
  font-weight: 600;
}
.p-service-points__subhead i span strong {
  font-size: 6rem;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-service-points__subhead i span strong {
    font-size: 7.5vw;
  }
}
.p-service-points__subhead div h3 {
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-points__subhead div h3 {
    font-size: 7.5vw;
    margin-bottom: 2.5vw;
  }
}
.p-service-points__subhead div p {
  font-size: 2.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-service-points__subhead div p {
    font-size: 3.25vw;
    line-height: 1.7;
  }
}
.p-service-points__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-service-points__wrapper {
    display: block;
  }
}
.p-service-points__wrapper > figure {
  width: calc(100% - 460px - 40px);
}
@media screen and (max-width: 1000px) {
  .p-service-points__wrapper > figure {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-service-points__wrapper > figure {
    max-width: none;
  }
}
.p-service-points__wrapper > div {
  width: 460px;
}
@media screen and (max-width: 1000px) {
  .p-service-points__wrapper > div {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-points__wrapper > div {
    margin-top: 3.75vw;
  }
}
.p-service-points__wrapper > div figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .p-service-points__wrapper > div figure {
    width: 460px;
    margin: 0 auto 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service-points__wrapper > div figure {
    width: 57.5vw;
    margin: 0 auto 5vw 0;
  }
}
.p-service-points__wrapper > div p {
  line-height: 2;
}
.p-service-points__wrapper > div p span {
  font-size: 1.4rem;
  margin-top: 0.5em;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-service-points__wrapper > div p span {
    font-size: 3.25vw;
  }
}
.p-service-facilities {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-service-facilities {
    margin-top: 20vw;
  }
}
.p-service-facilities h2 {
  color: #001f53;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-service-facilities h2 {
    font-size: 5.25vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service-facilities h2:nth-of-type(2) {
    text-align: left;
  }
}
.p-service-facilities ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-service-facilities ul {
    justify-content: space-between;
  }
}
.p-service-facilities ul li {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 768px) {
  .p-service-facilities ul li {
    width: calc((100% - 5vw) / 2);
  }
}
.p-service-facilities ul li:not(:nth-of-type(4n+1)) {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-service-facilities ul li:not(:nth-of-type(4n+1)) {
    margin-left: 0;
  }
}
.p-service-facilities ul li:nth-of-type(n+5) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-service-facilities ul li:nth-of-type(n+5) {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service-facilities ul li:nth-of-type(n+3) {
    margin-top: 7.5vw;
  }
}
.p-service-facilities ul li dl {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-service-facilities ul li dl {
    font-size: 3vw;
    line-height: 1.4;
    margin-top: 3.75vw;
  }
}
.p-service-facilities ul li dl dt {
  color: #001f53;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-service-facilities ul li dl dt {
    font-size: 3.5vw;
    margin-bottom: 2.5vw;
  }
}
.p-service-facilities ul + h2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-service-facilities ul + h2 {
    margin-top: 20vw;
  }
}

body.floor .p-page-header--bg {
  background-image: url(../images/pages/floor/header_bg_pc.jpg);
}
@media screen and (max-width: 768px) {
  body.floor .p-page-header--bg {
    background-image: url(../images/pages/floor/header_bg_sp.jpg);
  }
}

.p-floor section h2 {
  color: #001f53;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-floor section h2 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
}
.p-floor-tabs .c-tabs__panel-item p {
  color: #001f53;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-floor-tabs .c-tabs__panel-item p {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
}
.p-floor-tabs .c-tabs__panel-item figure {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-floor-tabs .c-tabs__panel-item figure {
    width: 100%;
  }
}
.p-floor-tabs .c-tabs__panel-item figure img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-floor-tabs .c-tabs__panel-item figure img {
    width: 100%;
    max-width: none;
  }
}
.p-floor-tabs .c-tabs__panel-item ul {
  font-size: 1.5rem;
  margin-top: 80px;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .p-floor-tabs .c-tabs__panel-item ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-floor-tabs .c-tabs__panel-item ul {
    font-size: 3.5vw;
    margin-top: 10vw;
  }
}
.p-floor-tabs .c-tabs__panel-item ul li {
  background-color: #f3f3f3;
  width: calc((100% - 80px) / 3);
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .p-floor-tabs .c-tabs__panel-item ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-floor-tabs .c-tabs__panel-item ul li {
    padding: 10vw 6.25vw;
  }
}
.p-floor-tabs .c-tabs__panel-item ul li:nth-of-type(n+2) {
  margin-left: 40px;
}
@media screen and (max-width: 1000px) {
  .p-floor-tabs .c-tabs__panel-item ul li:nth-of-type(n+2) {
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-floor-tabs .c-tabs__panel-item ul li:nth-of-type(n+2) {
    margin: 7.5vw auto 0 auto;
  }
}
.p-floor-tabs .c-tabs__panel-item ul li dl {
  margin: 40px auto 50px auto;
}
@media screen and (max-width: 768px) {
  .p-floor-tabs .c-tabs__panel-item ul li dl {
    margin: 5vw auto 7.5vw auto;
  }
}
.p-floor-tabs .c-tabs__panel-item ul li dl dt {
  color: #001f53;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-floor-tabs .c-tabs__panel-item ul li dl dt {
    font-size: 4.25vw;
    margin-bottom: 3.75vw;
  }
}
.p-floor-tabs .c-tabs__panel-item ul li dl dd {
  line-height: 2;
}
.p-floor-tabs .c-tabs__panel-item ul li a {
  color: #001f53;
  width: 100%;
  max-width: 300px;
  height: 45px;
  margin: auto auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px #001f53 solid;
}
@media screen and (max-width: 768px) {
  .p-floor-tabs .c-tabs__panel-item ul li a {
    width: 62.5vw;
    max-width: none;
    height: 12.5vw;
    font-size: 3.25vw;
  }
}
.p-floor-tabs .c-tabs__panel-item ul li a:after {
  content: "";
  background-color: #001f53;
  mask-image: url(../images/common/icon_arrow.svg);
  width: 14px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-floor-tabs .c-tabs__panel-item ul li a:after {
    width: 1.75vw;
    height: 1vw;
    right: 3.75vw;
  }
}
.p-floor-tabs .c-tabs__panel-item ul li a span {
  font-weight: 600;
}
.p-floor-comparison {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-floor-comparison {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-floor-comparison__table {
    overflow-x: auto;
  }
}
.p-floor-comparison__table table {
  width: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .p-floor-comparison__table table {
    min-width: 850px;
  }
}
.p-floor-comparison__table table thead {
  font-size: 2.6rem;
}
@media screen and (max-width: 1000px) {
  .p-floor-comparison__table table thead {
    font-size: 2rem;
  }
}
.p-floor-comparison__table table thead tr th {
  font-weight: 600;
  text-align: center;
  padding: 20px;
  border-bottom: 1px #cfcfcf solid;
}
.p-floor-comparison__table table thead tr th:nth-of-type(2) {
  color: #ffffff;
  background-color: #001f53;
}
.p-floor-comparison__table table thead tr th:nth-of-type(3) {
  background-color: #cfcfcf;
}
.p-floor-comparison__table table tbody {
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px) {
  .p-floor-comparison__table table tbody {
    font-size: 1.4rem;
  }
}
.p-floor-comparison__table table tbody tr th, .p-floor-comparison__table table tbody tr td {
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px #cfcfcf solid;
}
.p-floor-comparison__table table tbody tr th {
  font-size: 2rem;
  white-space: nowrap;
  padding: 30px;
}
@media screen and (max-width: 1000px) {
  .p-floor-comparison__table table tbody tr th {
    font-size: 1.4rem;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-floor-comparison__table table tbody tr th {
    padding: 15px;
  }
}
.p-floor-comparison__table table tbody tr td {
  line-height: 1.6;
  padding: 30px 30px 30px 80px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-floor-comparison__table table tbody tr td {
    padding: 20px 20px 20px 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-floor-comparison__table table tbody tr td {
    padding: 15px 20px 15px 50px;
  }
}
.p-floor-comparison__table table tbody tr td:before {
  color: #aaaaaa;
  font-size: 3rem;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .p-floor-comparison__table table tbody tr td:before {
    font-size: 2.4rem;
    left: 20px;
  }
}
.p-floor-comparison__table table tbody tr td:nth-of-type(1) {
  background-color: #f2f4f6;
}
.p-floor-comparison__table table tbody tr td:nth-of-type(1):before {
  content: "◯";
  color: #001f53;
}
.p-floor-comparison__table table tbody tr td:nth-of-type(2):before {
  content: "△";
}
.p-floor-comparison__table table tbody tr:nth-of-type(1) td:nth-of-type(1):before, .p-floor-comparison__table table tbody tr:nth-of-type(2) td:nth-of-type(1):before, .p-floor-comparison__table table tbody tr:nth-of-type(5) td:nth-of-type(1):before, .p-floor-comparison__table table tbody tr:nth-of-type(6) td:nth-of-type(1):before {
  content: "◎";
  color: #aa0515;
}
.p-floor-flow {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-floor-flow {
    margin-top: 15vw;
  }
}
.p-floor-flow ol {
  color: #ffffff;
  height: 70px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
  list-style-type: none;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .p-floor-flow ol {
    font-size: 1.612903vw;
  }
}
@media screen and (max-width: 768px) {
  .p-floor-flow ol {
    height: auto;
    font-size: 4vw;
    flex-wrap: wrap;
  }
}
.p-floor-flow ol:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/pages/floor/flow_bg_pc.png);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-floor-flow ol:before {
    content: none;
  }
}
.p-floor-flow ol li {
  width: 16.6666666667%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-floor-flow ol li {
    width: calc((100% - 7vw) / 3);
    height: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .p-floor-flow ol li:nth-of-type(n+4) {
    margin-top: 3.125vw;
  }
}
.p-floor-flow ol li:nth-of-type(1):before, .p-floor-flow ol li:nth-of-type(6):before {
  content: none;
  width: 80.5vw;
  height: 100%;
  background-image: url(../images/pages/floor/flow_bg_sp.png);
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-floor-flow ol li:nth-of-type(1):before, .p-floor-flow ol li:nth-of-type(6):before {
    content: "";
  }
}
.p-floor-flow ol li:nth-of-type(1):before {
  left: 0;
}
.p-floor-flow ol li:nth-of-type(6):before {
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-floor-flow ol li:nth-of-type(3) {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-floor-flow ol li:nth-of-type(4) {
    margin-left: auto;
  }
}
.p-floor-flow ol li span {
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.p-floor-flow ol + p {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .p-floor-flow ol + p {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-floor-flow ol + p {
    font-size: 3.5vw;
    line-height: 1.6;
    text-align: left;
  }
}
.p-floor-flow ol + p span {
  background-color: #e8e8e8;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 auto 40px auto;
  padding: 10px 100px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .p-floor-flow ol + p span {
    text-align: center;
    margin: 0 auto 40px auto;
    padding: 10px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-floor-flow ol + p span {
    font-size: 3.5vw;
    margin: 0 auto 6.25vw auto;
  }
}
.p-floor-flow article {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-floor-flow article {
    margin-top: 12.5vw;
  }
}
.p-floor-flow article h3 {
  color: #aa0515;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-floor-flow article h3 {
    font-size: 4.75vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }
}
.p-floor-flow article h3 span {
  font-size: 3.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-floor-flow article h3 span {
    font-size: 6vw;
  }
}
.p-floor-flow article dl {
  height: 150px;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-floor-flow article dl {
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-floor-flow article dl {
    font-size: 4.25vw;
  }
}
.p-floor-flow article dl dt {
  color: #ffffff;
  background-color: #001f53;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.p-floor-flow article dl dt span {
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .p-floor-flow article dl dt span br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .p-floor-flow article dl dt {
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-floor-flow article dl dt {
    height: 18.75vw;
    border-radius: 1.25vw;
    margin-bottom: 3.75vw;
  }
}
.p-floor-flow article dl dd {
  background-color: #e8e8e8;
  width: calc(100% - 280px - 30px);
  padding: 35px;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .p-floor-flow article dl dd {
    width: 100%;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .p-floor-flow article dl dd {
    height: 23.75vw;
    padding: 4.375vw 5vw;
    border-radius: 1.25vw;
  }
}
.p-floor-flow article dl dd ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.p-floor-flow article dl dd ul li {
  color: #ffffff;
  background-color: #aa0515;
  width: calc((100% - 70px) / 3);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-floor-flow article dl dd ul li {
    width: calc((100% - 10vw) / 3);
    border-radius: 1.25vw;
  }
}
.p-floor-flow article dl dd ul li span {
  font-weight: 600;
}
.p-floor-flow article p {
  font-size: 1.5rem;
  line-height: 2;
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-floor-flow article p {
    font-size: 3.5vw;
    line-height: 1.6;
    text-align: left;
    margin-top: 5vw;
  }
}

body.access .p-page-header--bg {
  background-image: url(../images/pages/access/header_bg_pc.jpg);
}
@media screen and (max-width: 768px) {
  body.access .p-page-header--bg {
    background-image: url(../images/pages/access/header_bg_sp.jpg);
  }
}

.p-access section h2 {
  color: #001f53;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-access section h2 {
    font-size: 4.5vw;
    line-height: 1.5;
  }
}
.p-access section h2 span {
  color: #aa0515;
  font-size: 4.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-access section h2 span {
    font-size: 5.75vw;
  }
}
.p-access section picture {
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-access section picture {
    margin: 7.5vw auto 15vw auto;
  }
}
.p-access section picture img {
  width: auto;
  max-width: 100%;
}
.p-access section article {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-access section article {
    margin-top: 7.5vw;
  }
}
.p-access__map {
  width: 100%;
  height: 0;
  margin-top: 60px;
  padding-top: 45%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-access__map {
    margin-top: 10vw;
    padding-top: 77.142857%;
  }
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-access__map + p {
  color: #333333;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-access__map + p {
    font-size: 3.25vw;
    line-height: 1.6;
    margin-top: 5vw;
  }
}
.p-access__title {
  color: #001f53;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-access__title {
    font-size: 4.5vw;
    margin-bottom: 3.75vw;
  }
}
.p-access__title:before {
  content: "";
  background-color: #e8e8e8;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-access__title:before {
    width: 5.625vw;
    height: 5.625vw;
    margin-right: 1.25vw;
  }
}
.p-access__title--train:before {
  background-image: url(../images/pages/access/icon_train.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px 24px;
}
@media screen and (max-width: 768px) {
  .p-access__title--train:before {
    background-size: 2.375vw 3vw;
  }
}
.p-access__title--bus:before {
  background-image: url(../images/pages/access/icon_bus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px 23px;
}
@media screen and (max-width: 768px) {
  .p-access__title--bus:before {
    background-size: 2.375vw 2.875vw;
  }
}
.p-access__title--car:before {
  background-image: url(../images/pages/access/icon_car.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 19px;
}
@media screen and (max-width: 768px) {
  .p-access__title--car:before {
    background-size: 2.75vw 2.375vw;
  }
}
.p-access__title--cycle:before {
  background-image: url(../images/pages/access/icon_cycle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 16px;
}
@media screen and (max-width: 768px) {
  .p-access__title--cycle:before {
    background-size: 3.5vw 2vw;
  }
}
.p-access__title--airplane:before {
  background-image: url(../images/pages/access/icon_airplane.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}
@media screen and (max-width: 768px) {
  .p-access__title--airplane:before {
    background-size: 2.625vw 2.625vw;
  }
}
.p-access__subhead {
  color: #001f53;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-access__subhead {
    font-size: 4.5vw;
    line-height: 1.6;
    margin-top: 15vw;
  }
}
.p-access__wrapper01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-access__wrapper01 {
    display: block;
  }
}
.p-access__wrapper01 > * {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .p-access__wrapper01 > * {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-access__wrapper01 > *:nth-of-type(n+2) {
    margin-top: 5vw;
  }
}
.p-access__wrapper01 > * figure {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-access__wrapper01 > * figure {
    width: calc((100% - 7.5vw) / 2);
    margin: 0;
  }
}
.p-access__wrapper01 > * dl {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-access__wrapper01 > * dl {
    width: calc((100% - 7.5vw) / 2);
    font-size: 3vw;
  }
}
.p-access__wrapper01 > * dl dt {
  color: #001f53;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-access__wrapper01 > * dl dt {
    font-size: 3.5vw;
    margin-bottom: 2.5vw;
  }
}
.p-access__wrapper01 > * dl dt > strong {
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-access__wrapper01 > * dl dt > strong {
    font-size: 4.25vw;
  }
}
.p-access__wrapper01 > * dl dt span {
  color: #aa0515;
  font-weight: 600;
  line-height: 1;
  margin-left: 0.25em;
  display: inline-block;
}
.p-access__wrapper01 > * dl dt span > strong {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-access__wrapper01 > * dl dt span > strong {
    font-size: 5.25vw;
  }
}
.p-access__wrapper01 > * dl dd {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-access__wrapper01:nth-of-type(2) > * {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-access__wrapper01:nth-of-type(2) > * h3 {
    width: 100%;
  }
}
.p-access__wrapper01:nth-of-type(2) > * dl dt > strong {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-access__wrapper01:nth-of-type(2) > * dl dt > strong {
    font-size: 3.5vw;
  }
}
.p-access__wrapper02 {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-access__wrapper02 {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-access__wrapper02 div {
    width: 50%;
  }
}
.p-access__wrapper02 div ul {
  font-size: 1.8rem;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .p-access__wrapper02 div ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-access__wrapper02 div ul {
    font-size: 3.5vw;
  }
}
.p-access__wrapper02 div ul li {
  color: #001f53;
  font-weight: 600;
  line-height: 1.6;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .p-access__wrapper02 div ul li {
    margin-right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .p-access__wrapper02 div ul li:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__wrapper02 div ul li:nth-of-type(n+2) {
    margin-top: 5vw;
  }
}
.p-access__wrapper02 div ul li > strong {
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-access__wrapper02 div ul li > strong {
    font-size: 4.25vw;
  }
}
.p-access__wrapper02 div ul li span {
  color: #aa0515;
  font-weight: 600;
  line-height: 1;
  margin-left: 0.25em;
  display: inline-block;
}
.p-access__wrapper02 div ul li span > strong {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-access__wrapper02 div ul li span > strong {
    font-size: 5.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-access__wrapper02 figure {
    width: calc((100% - 7.5vw) / 2);
  }
}

.p-outline {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-outline {
    padding-bottom: 17.5vw;
  }
}
.p-outline-tabs .c-tabs__panel-item h2 {
  font-size: 4.2rem;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-outline-tabs .c-tabs__panel-item h2 {
    font-size: 5.25vw;
    margin-bottom: 7.5vw;
  }
}
.p-outline-tabs .c-tabs__panel-item article {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-outline-tabs .c-tabs__panel-item article {
    margin-top: 15vw;
  }
}
.p-outline-tabs .c-tabs__panel-item article h3 {
  width: calc((100% - 80px) / 2);
  font-size: 2.4rem;
  padding-bottom: 20px;
  border-bottom: 1px #555555 solid;
}
@media screen and (max-width: 1000px) {
  .p-outline-tabs .c-tabs__panel-item article h3 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-outline-tabs .c-tabs__panel-item article h3 {
    font-size: 4.5vw;
    padding-bottom: 2.5vw;
  }
}
.p-outline-tabs__icon {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-outline-tabs__icon {
    font-size: 3.5vw;
    margin-top: 10vw;
  }
}
.p-outline-tabs__icon li {
  width: calc((100% - 60px) / 3);
  padding: 15px 0 15px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-outline-tabs__icon li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-outline-tabs__icon li {
    width: calc((100% - 5vw) / 2);
    padding: 2.5vw 0 2.5vw 10vw;
  }
}
.p-outline-tabs__icon li:before {
  content: "";
  background-color: #001f53;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-outline-tabs__icon li:before {
    background-size: 4vw 4vw;
    width: 7.5vw;
    height: 7.5vw;
    border-radius: 1.25vw;
  }
}
.p-outline-tabs__icon li:not(:nth-of-type(3n)) {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px #cfcfcf solid;
}
@media screen and (max-width: 1000px) {
  .p-outline-tabs__icon li:not(:nth-of-type(3n)) {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
@media screen and (max-width: 1000px) {
  .p-outline-tabs__icon li:nth-of-type(odd) {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px #cfcfcf solid;
  }
}
@media screen and (max-width: 768px) {
  .p-outline-tabs__icon li:nth-of-type(odd) {
    margin-right: 2.5vw;
    padding-right: 2.5vw;
  }
}
.p-outline-tabs__icon li span {
  font-size: 1.4rem;
  line-height: 1.6;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-outline-tabs__icon li span {
    font-size: 2.5vw;
    line-height: 1.4;
  }
}
.p-outline-tabs__icon li span + span {
  margin-top: 5px;
}
.p-outline-tabs__icon li:nth-of-type(1):before {
  background-image: url(../images/pages/outline/icon_img01.png);
}
.p-outline-tabs__icon li:nth-of-type(2):before {
  background-image: url(../images/pages/outline/icon_img02.png);
}
.p-outline-tabs__icon li:nth-of-type(3):before {
  background-image: url(../images/pages/outline/icon_img03.png);
}
.p-outline-tabs__icon li:nth-of-type(4):before {
  background-image: url(../images/pages/outline/icon_img04.png);
}
.p-outline-tabs__icon li:nth-of-type(5):before {
  background-image: url(../images/pages/outline/icon_img05.png);
}
.p-outline-tabs__icon li:nth-of-type(6):before {
  background-image: url(../images/pages/outline/icon_img06.png);
}
.p-outline-tabs__icon li:nth-of-type(7):before {
  background-image: url(../images/pages/outline/icon_img07.png);
}
.p-outline-tabs__icon li:nth-of-type(8):before {
  background-image: url(../images/pages/outline/icon_img08.png);
}
.p-outline-tabs__icon li:nth-of-type(9):before {
  background-image: url(../images/pages/outline/icon_img09.png);
}
.p-outline-tabs__wrapper {
  font-size: 1.5rem;
  line-height: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-outline-tabs__wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-outline-tabs__wrapper {
    font-size: 3.5vw;
  }
}
.p-outline-tabs__wrapper > * {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 1000px) {
  .p-outline-tabs__wrapper > * {
    width: 100%;
  }
}
.p-outline-tabs__wrapper div dl {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-outline-tabs__wrapper div dl {
    margin-top: 3.75vw;
    display: block;
  }
}
.p-outline-tabs__wrapper div dl dt {
  color: #001f53;
  width: 130px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-outline-tabs__wrapper div dl dt {
    width: 100%;
    padding-right: 0;
  }
}
.p-outline-tabs__wrapper div dl dd {
  color: #333333;
  width: calc(100% - 130px);
}
@media screen and (max-width: 768px) {
  .p-outline-tabs__wrapper div dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .p-outline-tabs__wrapper figure {
    max-width: 560px;
    margin: 60px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-outline-tabs__wrapper figure {
    max-width: none;
    margin: 10vw auto 0 auto;
  }
}

.p-template-voice .p-page-header {
  color: #000000;
  background-position: top;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .p-template-voice .p-page-header {
    height: 100vw;
  }
}
.p-template-voice .p-page-header .l-wrapper {
  padding-top: 150px;
  justify-content: flex-start;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .p-template-voice .p-page-header .l-wrapper {
    padding: 0 0 6.25vw 0;
    justify-content: flex-end;
  }
}
.p-template-voice-title {
  text-shadow: 0 0 0.9375rem #fff, 0 0 0.9375rem #fff, 0 0 0.9375rem #fff, 0 0 0.9375rem #fff;
}
.p-template-voice-title h1 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 50px auto 0 0;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-template-voice-title h1 {
    font-size: 3.75vw;
    margin: 6.25vw auto 2.5vw 0;
  }
}
.p-template-voice-title p:nth-of-type(1) {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-template-voice-title p:nth-of-type(1) {
    font-size: 2.75vw;
    margin-bottom: 5vw;
  }
}
.p-template-voice-title p:nth-of-type(2) {
  font-size: 3.6rem;
  line-height: 1.6;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .p-template-voice-title p:nth-of-type(2) {
    font-size: 5.25vw;
    line-height: 1.4;
  }
}
.p-template-voice-title p:nth-of-type(3) {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-template-voice-title p:nth-of-type(3) {
    font-size: 2.75vw;
    margin-bottom: 10vw;
  }
}
.p-template-voice--01 .p-page-header {
  background-image: url(../images/pages/voice/voice01/voice01_mv_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-template-voice--01 .p-page-header {
    background-image: url(../images/pages/voice/voice01/voice01_mv_sp.jpg);
  }
}
.p-template-voice--02 .p-page-header {
  background-image: url(../images/pages/voice/voice02/voice02_mv_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-template-voice--02 .p-page-header {
    background-image: url(../images/pages/voice/voice02/voice02_mv_sp.jpg);
  }
}
.p-template-voice-section {
  font-size: 1.5rem;
  padding-left: 200px;
}
@media screen and (max-width: 1000px) {
  .p-template-voice-section {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-template-voice-section {
    font-size: 3.5vw;
  }
}
.p-template-voice-section:nth-of-type(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-template-voice-section:nth-of-type(n+2) {
    margin-top: 12.5vw;
  }
}
.p-template-voice-section h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-template-voice-section h2 {
    font-size: 4.5vw;
    line-height: 1.4;
    . margin-bottom: 5vw;
  }
}
.p-template-voice-section p {
  color: #333333;
  line-height: 2;
}
.p-template-voice-section p:nth-of-type(n+2) {
  margin-top: 2em;
}
.p-template-voice-section figure {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-template-voice-section figure {
    margin-top: 7.5vw;
  }
}
.p-template-voice-section__columns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-template-voice-section__columns {
    display: block;
  }
}
.p-template-voice-section__columns > * {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .p-template-voice-section__columns > * {
    width: 100%;
  }
}
.p-template-voice-company {
  margin-top: 100px;
  padding-left: 200px;
}
@media screen and (max-width: 1000px) {
  .p-template-voice-company {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-template-voice-company {
    margin-top: 12.5vw;
  }
}
.p-template-voice-company__wrapper {
  color: #ffffff;
  background-color: #001f53;
  padding: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-template-voice-company__wrapper {
    padding: 6.25vw;
    display: block;
  }
}
.p-template-voice-company__wrapper > div:nth-of-type(1) {
  background-color: #ffffff;
  width: 300px;
  min-height: 180px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-template-voice-company__wrapper > div:nth-of-type(1) {
    width: 37.5vw;
    height: 22.5vw;
    min-height: 0;
  }
}
.p-template-voice-company__wrapper > div:nth-of-type(2) {
  width: calc(100% - 300px - 80px);
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-template-voice-company__wrapper > div:nth-of-type(2) {
    width: 100%;
    font-size: 3.5vw;
    margin-top: 5vw;
  }
}
.p-template-voice-company__wrapper > div:nth-of-type(2) h2 {
  font-size: 2.6rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-template-voice-company__wrapper > div:nth-of-type(2) h2 {
    font-size: 4.25vw;
    line-height: 1.4;
    margin-bottom: 2.5vw;
  }
}
.p-template-voice-company__wrapper > div:nth-of-type(2) p {
  line-height: 2;
}
.p-template-voice-company__wrapper > div:nth-of-type(2) dl {
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-template-voice-company__wrapper > div:nth-of-type(2) dl {
    margin-top: 3.75vw;
  }
}
.p-template-voice-company__wrapper > div:nth-of-type(2) dl dd a {
  text-decoration: underline;
}
.p-template-voice-relations {
  margin: 140px auto;
}
@media screen and (max-width: 768px) {
  .p-template-voice-relations {
    margin: 17.5vw auto;
  }
}
.p-template-voice-relations h2 {
  color: #001f53;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-template-voice-relations h2 {
    font-size: 6vw;
    line-height: 1.4;
    text-align: center;
  }
}
.p-template-voice-relations article {
  letter-spacing: 0.05em;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-template-voice-relations article {
    margin: 7.5vw auto 0 auto;
  }
}
.p-template-voice-relations article a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-template-voice-relations article a {
    display: block;
  }
}
.p-template-voice-relations article a > figure {
  width: calc(100% - 600px - 60px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-template-voice-relations article a > figure {
    width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-template-voice-relations article a > figure {
    width: 100%;
  }
}
.p-template-voice-relations article a > figure:after {
  content: "";
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.p-template-voice-relations article a > figure img {
  transition: transform 0.2s;
}
.p-template-voice-relations article a > div {
  width: 600px;
}
@media screen and (max-width: 1000px) {
  .p-template-voice-relations article a > div {
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-template-voice-relations article a > div {
    margin-top: 7.5vw;
  }
}
.p-template-voice-relations article a > div p {
  color: #001f53;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-template-voice-relations article a > div p {
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }
}
.p-template-voice-relations article a > div div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: opacity 0.2s;
}
.p-template-voice-relations article a > div div h3 {
  width: calc(100% - 255px - 40px);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-template-voice-relations article a > div div h3 {
    width: calc(100% - 40vw - 5vw);
    font-size: 3vw;
  }
}
.p-template-voice-relations article a > div div h3 span {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-template-voice-relations article a > div div h3 span {
    font-size: 3.5vw;
    margin-bottom: 2.5vw;
  }
}
.p-template-voice-relations article a > div div figure {
  width: 255px;
  padding: 10px;
  flex-shrink: 0;
  border: 1px #cfcfcf solid;
}
@media screen and (max-width: 768px) {
  .p-template-voice-relations article a > div div figure {
    width: 40vw;
    padding: 1.25vw;
  }
}
.p-template-voice-relations article a:hover {
  opacity: 1;
}
.p-template-voice-relations article a:hover > figure {
  opacity: 1;
}
.p-template-voice-relations article a:hover > figure:after {
  opacity: 0.2;
}
.p-template-voice-relations article a:hover > figure img {
  transform: scale(1.1);
}
.p-template-voice-relations article a:hover > div {
  opacity: 0.7;
}

/* utility */
.u-textLeft {
  text-align: left;
}
.u-textCenter {
  text-align: center;
}
.u-textRight {
  text-align: right;
}
.u-text--red {
  color: #ff0000;
}

.u-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.u-clearfix {
  min-height: 1px;
}

* html .u-clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.u-floatL {
  float: left;
}

.u-floatR {
  float: right;
}

.u-displayPcOnly {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly {
    display: none;
  }
}
.u-displayPcOnly--inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly--inline {
    display: none;
  }
}

.u-displaySpOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly--inline {
    display: inline;
  }
}

/*# sourceMappingURL=style.css.map */