@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;400;700&family=Noto+Sans+JP:wght@400;500&display=swap);
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

ol, ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

input::-ms-clear {
  visibility: hidden;
}

html {
  box-sizing: border-box;
}

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

img, embed, iframe, object, audio, video {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: bottom;
}

iframe {
  border: 0;
}

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

th, td {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

sub, sup {
  vertical-align: top;
  font-size: 1rem;
}

html {
  background: #fff;
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 40);
  }
}

body {
  min-width: 1280px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  body {
    padding-right: 96px;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

a {
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
}

.only-pc {
  display: inline;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-sp {
    display: inline !important;
  }
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
}

.c-breadcrumb li a {
  color: #aaa;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.9px;
}

.c-breadcrumb li a:hover {
  color: #1075bc;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb li a {
    font-size: 1.5rem;
    letter-spacing: 0.425vw;
  }
}

.c-breadcrumb li:last-of-type a {
  color: #1075bc;
}

.c-breadcrumb li + li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
}

.c-breadcrumb li + li::before {
  content: "";
  border-top: 1px solid #aaa;
  width: 8px;
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb--margin {
    margin: 0 6vw;
  }
}

.c-button-arrow {
  display: block;
  position: relative;
  width: 180px;
  color: #1075bc;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 767px) {
  .c-button-arrow {
    width: 45vw;
  }
}

.c-button-arrow::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  content: "";
  transition: .2s;
}

.c-button-arrow::after {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 50%;
  width: 100%;
  height: 1px;
  background: #1075bc;
  transition: transform .1s ease-in .0s;
  content: "";
}

.c-button-arrow:hover::after {
  transform: scale(1, 1);
  transition: 0.2s cubic-bezier(0.11, 0.83, 0.23, 0.95) 0s;
}

.c-button-arrow span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px 24px 8px 0;
}

@media screen and (max-width: 767px) {
  .c-button-arrow span {
    padding: 2vw 6vw 2vw 0;
  }
}

.c-button-arrow span::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: skewX(50deg) translate(0, -50%);
  width: 24px;
  height: 6px;
  border-right: 2px solid #1075bc;
  border-bottom: 1px solid #1075bc;
  transition: transform .1s ease-in .0s;
  content: "";
}

@media screen and (max-width: 767px) {
  .c-button-arrow span::before {
    width: 6vw;
    height: 1.25vw;
  }
}

.c-button-arrow span:hover::before {
  transform: skewX(50deg) translate(4px, -50%);
  transition: transform 0.2s cubic-bezier(0, 0.84, 0.56, 1.01) 0.2s;
}

.c-button-arrow--white {
  color: #fff;
}

.c-button-arrow--white::after {
  background: #fff;
}

.c-button-arrow--white span::before {
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
}

.lower-content__inner {
  position: relative;
  width: 100%;
  max-width: calc(1632px + 96px*2);
  margin: 0 auto;
  padding: 0 96px;
}

@media screen and (max-width: 767px) {
  .lower-content__inner {
    padding: 0;
  }
}

.lower-content__inner::after {
  position: absolute;
  top: -17px;
  right: 20px;
  width: 204px;
  height: 204px;
  background-image: url(../images/common/common_bg_pc@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .lower-content__inner::after {
    top: 0;
    right: 2vw;
    width: 22vw;
    height: 22vw;
    background-image: url(../images/common/common_bg_sp@2x.png);
  }
}

.c-page-title__wrapper {
  padding: 80px 0 50px 18px;
}

@media screen and (max-width: 767px) {
  .c-page-title__wrapper {
    overflow: hidden;
    padding: 10.5vw 0 8vw 2vw;
  }
}

.c-page-title {
  position: relative;
  padding: 40px 0 20px 79px;
  color: #000;
  font-size: 40px;
  letter-spacing: 6.4px;
}

@media screen and (max-width: 767px) {
  .c-page-title {
    padding: 4.25vw 0 5vw 9vw;
    font-size: 2.8rem;
    letter-spacing: 1.12vw;
  }
}

.c-page-title::before {
  position: absolute;
  top: 13%;
  left: 0;
  width: 40px;
  height: 126px;
  background-image: url(../images/common/headline_pc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .c-page-title::before {
    top: 0;
    width: 4.5vw;
    height: 18.5vw;
    background-image: url(../images/common/headline_sp.svg);
  }
}

.c-page-title::after {
  position: absolute;
  top: 0;
  left: 120px;
  z-index: -1;
  color: #ddd;
  font-family: "Josefin Sans", sans-serif;
  font-size: 110px;
  font-weight: 100;
  line-height: 1.25;
  letter-spacing: 6.6px;
}

@media screen and (max-width: 767px) {
  .c-page-title::after {
    top: -2.5vw;
    left: 18vw;
    font-size: 8rem;
    letter-spacing: 1.2vw;
  }
}

.c-page-title--service::after {
  content: "SERVICE";
}

.c-page-title--works::after {
  content: "WORKS";
}

.c-page-title--company::after {
  content: "COMPANY";
}

.c-page-title--exchange::after {
  content: "EXCHANGE";
}

.c-page-title--contact::after {
  content: "CONTACT";
}

.c-page-title--privacy::after {
  content: "PRIVACY POLICY";
}

@media screen and (max-width: 767px) {
  .c-page-title--privacy::after {
    content: "PRIVACY";
  }
}

.p-top-works .swiper-container {
  padding-right: 5%;
}

@media screen and (max-width: 767px) {
  .p-top-works .swiper-container {
    padding-right: 56px;
    padding-right: 14.893%;
  }
}

.p-top-works .swiper-button-prev,
.p-top-works .swiper-button-next {
  position: absolute;
  width: 48px;
  height: 48px;
  z-index: 1;
  margin-top: -24px;
  background: #050505;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-top-works .swiper-button-prev,
  .p-top-works .swiper-button-next {
    width: 12vw;
    height: 12vw;
    margin-top: -6vw;
    border: 1px solid #fff;
  }
}

.p-top-works .swiper-button-prev::before,
.p-top-works .swiper-button-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 6px;
  background: url(../images/common/button_arrow_white.svg) no-repeat 100%/contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-top-works .swiper-button-prev::before,
  .p-top-works .swiper-button-next::before {
    width: 6vw;
    height: 1.5vw;
  }
}

.p-top-works .swiper-button-prev::after,
.p-top-works .swiper-button-next::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.p-top-works .swiper-button-prev::before {
  transform: scale(-1, 1) translate(50%, -50%);
}

.p-top-works .swiper-button-prev, .p-top-works .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.p-top-works .swiper-button-next, .p-top-works .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.p-top-works .swiper-button-prev:after,
.p-top-works .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.p-top-works .swiper-button-next:after,
.p-top-works .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.footer {
  position: relative;
  z-index: 2;
  width: 100%;
  background-image: url(../images/common/bg_footer_pc.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .footer {
    background-image: url(../images/common/bg_footer_sp.png);
  }
}

.footer-inner {
  padding: 100px 5% 120px;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 25vw 6vw 5vw;
  }
}

.footer-company-name {
  color: #fff;
  font-size: 18px;
  letter-spacing: .04em;
  line-height: 2.67;
}

@media screen and (max-width: 767px) {
  .footer-company-name {
    display: none;
  }
}

.footer-company-address {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .footer-company-address {
    display: none;
  }
}

.footer-company-address__link {
  display: inline-block;
  margin-left: 18px;
  color: #fff;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-decoration: underline;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .footer-company-address__link {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .footer-company-address__link:hover {
    opacity: .6;
  }
}

.footer-company-tel {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .footer-company-tel {
    display: none;
  }
}

.footer-company-tel__small {
  font-size: 15px;
}

.footer-link {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
  letter-spacing: .04em;
  text-decoration: underline;
  transition: opacity .3s;
}

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

@media screen and (min-width: 768px) {
  .footer-link:hover {
    opacity: .6;
  }
}

.footer-copyright {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer-copyright {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-family: "Josefin Sans", sans-serif;
  }
}

.header {
  position: relative;
  z-index: 10;
  width: 100%;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 32px 5% 0 3%;
}

@media screen and (max-width: 767px) {
  .header-inner {
    padding: 6.5vw 5vw 0;
  }
}

.header-logo {
  display: block;
  width: 394px;
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 70vw;
  }
}

@media screen and (max-width: 767px) {
  .header-logo img {
    width: 100%;
  }
}

.header-nav {
  padding-bottom: 6px;
}

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

.header-nav-list {
  display: flex;
}

.header-nav-item {
  overflow: hidden;
}

.header-nav-item + .header-nav-item {
  margin-left: 40px;
}

.header-nav-item__link {
  color: #000;
  font-weight: 700;
  font-size: 15px;
  font-family: "Josefin Sans", sans-serif;
  transition-property: color;
  transition-duration: .3s;
}

.-is-current .header-nav-item__link, .header-nav-item__link:hover {
  color: #1075bc;
}

.header-nav-item__link > span {
  display: block;
}

.side-navbar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  width: 96px;
  height: 100vh;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .side-navbar {
    visibility: hidden;
  }
}

.side-navbar__copyright {
  position: absolute;
  bottom: 138px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 236px;
  color: #fff;
  font-weight: 100;
  font-size: 12px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: .04em;
  white-space: nowrap;
}

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

.menu-trigger {
  display: block;
  position: absolute;
  top: 44px;
  width: 22px;
  height: 32px;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .menu-trigger {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .menu-trigger {
    visibility: visible;
    top: 12vw;
    right: 6vw;
    width: 5.5vw;
    height: 6.5vw;
  }
}

.menu-trigger__bar {
  display: block;
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #aaa;
  transition-property: transform, opacity, top;
  transition-duration: .3s;
}

@media screen and (max-width: 767px) {
  .menu-trigger__bar {
    width: .5vw;
  }
}

.menu-trigger__bar:nth-of-type(1) {
  left: 0;
}

.-is-menu-open .menu-trigger__bar:nth-of-type(1) {
  transform: translateX(10px) rotate(30deg);
}

@media screen and (max-width: 767px) {
  .-is-menu-open .menu-trigger__bar:nth-of-type(1) {
    transform: translateX(2.5vw) rotate(30deg);
  }
}

.menu-trigger__bar:nth-of-type(2) {
  left: 10px;
}

@media screen and (max-width: 767px) {
  .menu-trigger__bar:nth-of-type(2) {
    left: 2.5vw;
  }
}

@media screen and (min-width: 768px) {
  .menu-trigger:hover .menu-trigger__bar:nth-of-type(2) {
    transform: translateY(5px);
  }
}

.-is-menu-open .menu-trigger__bar:nth-of-type(2) {
  opacity: 0;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .-is-menu-open .menu-trigger__bar:nth-of-type(2) {
    top: 2.5vw;
  }
}

.menu-trigger__bar:nth-of-type(3) {
  right: 0;
}

.-is-menu-open .menu-trigger__bar:nth-of-type(3) {
  transform: translateX(-10px) rotate(-30deg);
}

@media screen and (max-width: 767px) {
  .-is-menu-open .menu-trigger__bar:nth-of-type(3) {
    transform: translateX(-2.5vw) rotate(-30deg);
  }
}

.menu {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 11;
  width: 100%;
  height: 100vh;
  background-color: #000;
  transition-property: transform;
  transition-duration: .3s;
}

.-is-menu-open .menu {
  transform: translateX(-100%);
}

.menu-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .menu-inner {
    position: static;
    transform: translateY(0);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10vw 5vw 0;
  }
}

.menu-company-name {
  position: absolute;
  margin-left: 7.183%;
  background-image: url(../images/common/dot.png);
  background-position: 7.291vw 3.645vw;
  background-size: 14.0625vw 14.0625vw;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 100;
  font-size: 120px;
  font-size: 6.25vw;
  line-height: 1.15;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: .06em;
}

@media screen and (max-width: 1280px) {
  .menu-company-name {
    background-position: 93px 46px;
    background-size: 180px 180px;
    font-size: 80px;
  }
}

@media screen and (min-width: 768px) {
  .menu-company-name {
    bottom: 84px;
  }
}

@media screen and (max-width: 767px) {
  .menu-company-name {
    opacity: .1;
    top: 150vw;
    z-index: -1;
    height: 30vw;
    margin-left: 0;
    background-position: 35vw 17.5vw;
    background-size: 67.5vw 67.5vw;
    font-size: 7.5rem;
  }
}

.menu-list {
  display: block;
  overflow-y: auto;
  height: 100%;
  margin-left: 50%;
  padding: 40px 0 80px 0;
}

@media screen and (max-width: 767px) {
  .menu-list {
    overflow-y: unset;
    height: auto;
    margin-left: 0;
    padding: 0;
  }
}

.menu-item {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .menu-item {
    margin-top: 8vw;
  }
}

.menu-item:last-of-type {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .menu-item:last-of-type {
    margin-top: 8vw;
  }
}

.menu-item__enText {
  display: block;
  color: #aaa;
  font-size: 20px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .menu-item__enText {
    font-size: 1.6rem;
  }
}

.menu-item__mainText {
  display: inline-block;
  overflow: hidden;
  margin-top: 12px;
  color: #fff;
  font-weight: 100;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: .1em;
  white-space: nowrap;
  transition-property: color;
  transition-duration: .3s;
}

@media screen and (max-width: 767px) {
  .menu-item__mainText {
    margin-top: 1.5vw;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-item__mainText:hover {
    color: #1075bc;
    transition-delay: .3s;
  }
}

.-is-current .menu-item__mainText {
  color: #1075bc;
}

.menu-item__mainText > span {
  display: block;
}

.menu-bottom {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu-bottom {
    display: block;
    margin-top: 10vw;
    border-top: 1px solid #fff;
    padding: 10vw 0 60vw;
  }
}

.menu-bottom__company-name {
  color: #fff;
  font-size: 1.6rem;
}

.menu-bottom__company-address {
  margin-top: 2vw;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
}

.menu-bottom__company-address > a {
  display: inline-block;
  margin-left: 3vw;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
  text-decoration: underline;
}

.p-404-content {
  padding: 220px 0 140px;
}

@media screen and (max-width: 767px) {
  .p-404-content {
    padding: 35vw 0 20vw;
  }
}

.p-404-content__inner {
  padding-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-404-content__inner {
    padding: 10vw 6vw 0;
  }
}

.p-404__heading {
  color: #1075bc;
  font-size: 8rem;
  letter-spacing: 3.2px;
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-404__heading {
    font-size: 4rem;
    line-height: 1.25;
    letter-spacing: 1.04px;
  }
}

@media screen and (max-width: 767px) {
  .p-404__heading span {
    font-size: 5.2rem;
    letter-spacing: 2.08px;
  }
}

.p-404__text {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-404__text {
    margin-top: 20vw;
    text-align: left;
  }
}

.p-404__text > p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.64px;
}

.p-404__text > p + p {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .p-404__text > p + p {
    margin-top: 6vw;
  }
}

.p-404__button {
  width: 284px;
  margin: 120px auto 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-404__button {
    width: 70vw;
    margin: 17.5vw auto 0;
  }
}

.p-404__button span::before {
  width: 60px;
}

@media screen and (max-width: 767px) {
  .p-404__button span::before {
    width: 15vw;
  }
}

.p-company-lists__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 120px auto 100px;
}

@media screen and (max-width: 767px) {
  .p-company-lists__wrapper {
    flex-direction: column;
    max-width: 94vw;
    margin-top: 8.25vw;
    margin-bottom: 18vw;
  }
}

.p-company-lists__wrapper--margin {
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .p-company-lists__wrapper--margin {
    margin-bottom: 20vw;
  }
}

.p-company-lists__title-wrapper {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .p-company-lists__title-wrapper {
    width: 88vw;
  }
}

.p-company-lists__title {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-company-lists__title {
    width: 88vw;
    font-size: 2rem;
  }
}

.p-company-lists__title--sub {
  font-size: 16px;
  color: #aaa;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .p-company-lists__title--sub {
    font-size: 1.6rem;
    margin-top: 1.25vw;
  }
}

.p-company-philosophy {
  display: flex;
  max-width: 1080px;
  margin: 140px auto 100px;
}

@media screen and (max-width: 767px) {
  .p-company-philosophy {
    display: block;
    margin: 8vw auto 10vw;
  }
}

.p-company-philosophy__heading {
  color: #1075bc;
  font-weight: 500;
  font-size: 2.8rem;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .p-company-philosophy__heading {
    font-size: 2.4rem;
  }
}

.p-company-philosophy__text {
  position: relative;
  width: 67%;
  margin: -8px 0 0 40px;
  font-size: 2rem;
  line-height: 3;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .p-company-philosophy__text {
    width: 75vw;
    margin: 4vw 0 0 14vw;
    font-size: 1.8rem;
  }
}

.p-company-philosophy__text::after {
  position: absolute;
  top: 30px;
  left: -205px;
  width: 165px;
  height: 1px;
  background: #1075bc;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-company-philosophy__text::after {
    top: 7vw;
    left: -14vw;
    width: 8vw;
  }
}

.p-company-lists {
  display: flex;
  flex-wrap: wrap;
  width: 67%;
}

@media screen and (max-width: 767px) {
  .p-company-lists {
    width: 94vw;
    margin-top: 1.5vw;
  }
}

.p-company-lists dt, .p-company-lists dd {
  font-size: 16px;
  letter-spacing: 0.64px;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .p-company-lists dt, .p-company-lists dd {
    font-size: 1.6rem;
    letter-spacing: 0.16vw;
    padding: 4.5vw 0;
  }
}

.p-company-lists dt {
  width: 24%;
}

@media screen and (max-width: 767px) {
  .p-company-lists dt {
    width: 28vw;
  }
}

.p-company-lists dd {
  width: 76%;
}

@media screen and (max-width: 767px) {
  .p-company-lists dd {
    width: 60vw;
  }
}

.p-company-lists .p-company-lists__access--dt {
  padding-top: 32px;
  padding-bottom: 0;
  width: 100%;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-company-lists .p-company-lists__access--dt {
    padding-top: 4.5vw;
    width: 94vw;
  }
}

.p-company-lists .p-company-lists__access--dd {
  width: 100%;
  max-width: 720px;
  height: calc(400px + 16px);
  padding-bottom: 0;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-company-lists .p-company-lists__access--dd {
    width: 88vw;
    max-width: 88vw;
    height: calc(48.9vw + 4.5vw);
  }
}

.p-company-lists .p-company-lists__access--dd iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-company-lists .p-company-lists__access--dd iframe {
    width: 88vw;
    height: 48.9vw;
  }
}

@media screen and (max-width: 767px) {
  .p-lower-content__padding {
    padding: 0 6vw;
  }
}

.p-contact .lower-content__inner {
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .p-contact .lower-content__inner {
    padding-bottom: 20vw;
  }
}

.p-contact__container {
  max-width: 840px;
  margin: 60px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .p-contact__container {
    margin: 9vw auto 0;
    padding: 0 6vw;
  }
}

.p-contact-progress {
  font-size: 0;
  text-align: center;
}

.p-contact-progress__item {
  display: inline-flex;
  width: 80px;
  height: 80px;
  margin: 0 28px;
  border: 1px solid #1075bc;
  border-radius: 50%;
  background: #fff;
  color: #1075bc;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-contact-progress__item {
    width: 20vw;
    height: 20vw;
    margin: 0 6vw;
  }
}

.p-contact-progress__item.is-current {
  background: #1075bc;
  color: #fff;
}

.p-contact-progress__item:first-of-type {
  margin-left: 0;
}

.p-contact-progress__item:last-of-type {
  margin-right: 0;
}

.p-contact-progress__item + .p-contact-progress__item {
  position: relative;
}

.p-contact-progress__item + .p-contact-progress__item::before {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 40px;
  height: 1px;
  background: #1075bc;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-contact-progress__item + .p-contact-progress__item::before {
    left: -10.5vw;
    width: 8vw;
  }
}

.p-contact__introMessage {
  margin: 60px 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.64px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-contact__introMessage {
    margin: 10vw 0 15vw;
    text-align: left;
  }
}

.p-contact__introMessage > .p-contact__label {
  margin-right: 4px;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .p-contact__introMessage > .p-contact__label {
    margin-right: 1vw;
  }
}

.p-contact__label {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 9px 5px;
  border: 1px solid #1075bc;
  border-radius: 4px;
  background: #1075bc;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  vertical-align: text-bottom;
}

@media screen and (max-width: 767px) {
  .p-contact__label {
    margin-left: 2vw;
    padding: 1vw 2vw;
  }
}

.p-contact-table {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-contact-table {
    display: block;
    padding: 6vw 0;
  }
}

.p-contact-table:first-of-type {
  border-top: 1px solid #ddd;
}

.p-contact-table.items-start {
  align-items: flex-start;
}

.p-contact-table dt, .p-contact-table dd {
  font-size: 1.6rem;
  letter-spacing: 0.64px;
}

.p-contact-table dt {
  max-width: 240px;
  flex-basis: 240px;
}

@media screen and (max-width: 767px) {
  .p-contact-table dt {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.p-contact-table dd {
  max-width: 560px;
  flex-basis: 560px;
  padding-left: 40px;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .p-contact-table dd {
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 3vw;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-genre {
    margin-top: 5vw;
  }
}

.p-contact-genre__item + .p-contact-genre__item {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .p-contact-genre__item + .p-contact-genre__item {
    margin-top: 2vw;
  }
}

.p-contact-genre__label {
  cursor: pointer;
}

.p-contact-genre__radio {
  width: 10px;
  height: 10px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-contact-genre__radio {
    width: 2.5vw;
    height: 2.5vw;
  }
}

.p-contact-genre__text {
  display: inline-block;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .p-contact-genre__text {
    margin-left: 3vw;
  }
}

.p-contact__zipCodeMark {
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .p-contact__zipCodeMark {
    margin-right: 3vw;
  }
}

.p-contact__input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #ddd;
  font: 400 1.6rem "Noto Sans JP", sans-serif;
  outline: none;
}

.p-contact__input:placeholder-shown {
  color: #aaa;
}

.p-contact__input::-webkit-input-placeholder {
  color: #aaa;
}

.p-contact__input:-ms-input-placeholder {
  color: #aaa;
}

@media screen and (max-width: 767px) {
  .p-contact__input {
    height: 12vw;
    padding: 0 4vw;
    font: 400 16px "Noto Sans JP", sans-serif;
  }
}

.p-contact__input--zipCode {
  width: 100px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .p-contact__input--zipCode {
    margin-bottom: 2vw;
  }
}

.p-contact__textarea {
  width: 100%;
  height: 144px;
  padding: 8px 16px;
  border: 1px solid #ddd;
  font: 400 1.6rem "Noto Sans JP", sans-serif;
  line-height: 2;
  outline: none;
  resize: none;
}

.p-contact__textarea:placeholder-shown {
  color: #aaa;
}

.p-contact__textarea::-webkit-input-placeholder {
  color: #aaa;
}

.p-contact__textarea:-ms-input-placeholder {
  color: #aaa;
}

_:-ms-fullscreen, :root .p-contact__textarea {
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .p-contact__textarea {
    height: 36vw;
    padding: 2vw 4vw;
    font: 400 16px "Noto Sans JP", sans-serif;
  }
}

.p-contact__outro {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-contact__outro {
    margin-top: 15vw;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__outro--center {
    text-align: center;
  }
}

.p-contact-privacy__link {
  color: #1075bc;
  letter-spacing: 0.64px;
  text-decoration: underline;
  text-underline-offset: 1px;
}

.p-contact-privacy__agreement {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-contact-privacy__agreement {
    margin-top: 8vw;
  }
}

.p-contact-privacy__label {
  cursor: pointer;
}

.p-contact-privacy__checkbox {
  visibility: hidden;
  position: relative;
}

.p-contact-privacy__checkbox::before {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  background: #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-contact-privacy__checkbox::before {
    width: 5vw;
    height: 5vw;
  }
}

.p-contact-privacy__checkbox::after {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 14px;
  margin-top: 2px;
  border-right: 2px solid #1075bc;
  border-bottom: 2px solid #1075bc;
  content: '';
}

@media screen and (max-width: 767px) {
  .p-contact-privacy__checkbox::after {
    left: 1.6vw;
    width: 1.5vw;
    height: 3.5vw;
  }
}

.p-contact-privacy__checkbox:checked::after {
  visibility: visible;
}

.p-contact-privacy__agreementText {
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-contact-privacy__agreementText {
    margin-left: 3vw;
  }
}

.p-contact__button {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-contact__button {
    margin-top: 15vw;
  }
}

.p-contact__confirmButton button {
  width: 100%;
  padding: 24px 0;
  background: #1075bc;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  transition: .3s;
  transition-property: opacity, background-color, color;
}

@media screen and (max-width: 767px) {
  .p-contact__confirmButton button {
    padding: 6vw 0;
  }
}

.p-contact__confirmButton button:hover {
  opacity: .85;
  transition: .3s;
  transition-property: opacity, background-color, color;
}

.p-contact-finishButton {
  display: flex;
  justify-content: center;
}

.p-contact-finishButton__form {
  max-width: 360px;
  flex-basis: 360px;
}

.p-contact-finishButton__form + .p-contact-finishButton__form {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-contact-finishButton__form + .p-contact-finishButton__form {
    margin-left: 5vw;
  }
}

.p-contact-finishButton__form button {
  width: 100%;
  padding: 24px 0;
  font-size: 1.6rem;
  text-align: center;
  transition: .3s;
  transition-property: opacity;
}

@media screen and (max-width: 767px) {
  .p-contact-finishButton__form button {
    padding: 6vw 0;
  }
}

.p-contact-finishButton__form button._gray {
  background: #ddd;
}

.p-contact-finishButton__form button._blue {
  background: #1075bc;
  color: #fff;
}

.p-contact-finishButton__form button:hover {
  opacity: .85;
  transition: .3s;
}

.p-contact-finishButton__form button._blue:hover {
  transition-property: opacity;
}

.p-contact-finishButton__form button._gray:hover {
  background: #1075bc;
  color: #fff;
  transition-property: opacity, background-color, color;
}

.p-contact__globalError {
  margin-bottom: 60px;
  color: #d72e00;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-contact__globalError {
    margin-bottom: 15vw;
    font-size: 1.6rem;
  }
}

.p-contact__error {
  margin-top: 4px;
  color: #d72e00;
}

@media screen and (max-width: 767px) {
  .p-contact__error {
    margin-top: 1.5vw;
  }
}

.p-contact-telBox {
  margin-top: 80px;
  padding: 40px 120px;
  border: 1px solid #707070;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-contact-telBox {
    margin-top: 10vw;
    padding: 6vw 5vw;
  }
}

.p-contact-telBox__text {
  font-size: 1.6rem;
  letter-spacing: 0.64px;
}

@media screen and (max-width: 767px) {
  .p-contact-telBox__text {
    font-size: 1.4rem;
    letter-spacing: 0.56px;
  }
}

.p-contact-telBox__number {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .p-contact-telBox__number {
    margin-top: 5vw;
  }
}

.p-contact-telBox__link {
  color: #1075bc;
  font-size: 7.2rem;
  letter-spacing: 2.88px;
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-contact-telBox__link {
    font-size: 4rem;
    letter-spacing: 1.6px;
  }
}

.p-contact-telBox__link span {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 1.44px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-contact-telBox__link span {
    margin-right: 1vw;
    font-size: 2rem;
    letter-spacing: 0.8px;
  }
}

.p-contact-telBox__time {
  display: inline-block;
  margin-top: 8px;
  font-size: 1.8rem;
  letter-spacing: 0.72px;
}

@media screen and (max-width: 767px) {
  .p-contact-telBox__time {
    margin-top: 3vw;
    font-size: 1.4rem;
    letter-spacing: 0.36px;
  }
}

.p-contact__toTop {
  width: 284px;
  margin: 120px auto 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-contact__toTop {
    width: 70vw;
    margin: 17.5vw auto 0;
  }
}

.p-contact__toTop span::before {
  width: 60px;
}

@media screen and (max-width: 767px) {
  .p-contact__toTop span::before {
    width: 15vw;
  }
}

@-moz-document url-prefix() {
  .p-contact-genre__radio {
    width: 13px;
    height: 13px;
  }
}

.p-exchange .lower-content__inner {
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .p-exchange .lower-content__inner {
    padding-bottom: 18vw;
  }
}

.p-exchange-catch {
  position: relative;
  max-width: 1400px;
  margin-top: 40px;
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .p-exchange-catch {
    margin-top: 6vw;
    padding-top: 42.5vw;
  }
}

.p-exchange-catch__image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 816px;
  margin-right: auto;
  content: "";
}

.p-exchange-catch__textArea {
  position: relative;
  z-index: 1;
  width: 820px;
  margin-left: auto;
  padding: 54px 60px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-exchange-catch__textArea {
    width: 95vw;
    padding: 6vw 4vw 6vw 10vw;
  }
}

.p-exchange-catch__textArea ._heading {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: 1.28px;
}

@media screen and (max-width: 767px) {
  .p-exchange-catch__textArea ._heading {
    font-size: 2.1rem;
    line-height: 1.6;
    letter-spacing: 0.84px;
  }
}

.p-exchange-catch__textArea ._list {
  margin-top: 32px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.64px;
}

@media screen and (max-width: 767px) {
  .p-exchange-catch__textArea ._list {
    margin-top: 4vw;
  }
}

.p-exchange-catch__textArea ._list li + li {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .p-exchange-catch__textArea ._list li + li {
    margin-top: 4vw;
  }
}

.p-exchange-catch__textArea ._list p + p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-exchange-catch__textArea ._list p + p {
    margin-top: 4vw;
  }
}

.p-exchange-catch__textArea ._bottom {
  display: inline-block;
  position: relative;
  margin-top: 34px;
  padding-left: 72px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .p-exchange-catch__textArea ._bottom {
    margin-top: 4vw;
    padding-left: 11.5vw;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.p-exchange-catch__textArea ._bottom::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background: #000;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-exchange-catch__textArea ._bottom::before {
    width: 10vw;
  }
}

.p-exchange__achievement {
  max-width: 1160px;
  margin: 60px auto 0;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .p-exchange__achievement {
    margin: 9vw auto 0;
    padding: 0 6vw;
  }
}

.p-exchange__achievement ._title {
  color: #1075bc;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 5.12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-exchange__achievement ._title {
    font-size: 2.6rem;
    line-height: 1.72;
    letter-spacing: 4.16px;
  }
}

.p-exchange__achievement ._flex {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-exchange__achievement ._flex {
    display: block;
    margin-top: 6vw;
  }
}

.p-exchange__achievement ._flex figcaption {
  margin-top: 12px;
  font-size: 2rem;
  letter-spacing: 3.2px;
}

@media screen and (max-width: 767px) {
  .p-exchange__achievement ._flex figcaption {
    margin-top: 1.5vw;
    font-size: 1.8rem;
    letter-spacing: 2.88px;
  }
}

.p-exchange__achievement ._flex figcaption span {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-exchange__achievement ._flex figcaption span {
    font-size: 1.4rem;
  }
}

.p-exchange__achievement ._two figure {
  width: calc((100% - 40px) / 2);
}

@media screen and (max-width: 767px) {
  .p-exchange__achievement ._two figure {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-exchange__achievement ._two figure + figure {
    margin-top: 6vw;
  }
}

@media screen and (min-width: 768px) {
  .p-exchange__achievement ._two figure:nth-of-type(2n) {
    margin-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-exchange__achievement ._two figure:nth-of-type(n+3) {
    margin-top: 54px;
  }
}

@media screen and (max-width: 767px) {
  .p-exchange__achievement ._three {
    display: flex;
    justify-content: space-between;
  }
}

.p-exchange__achievement ._three figure {
  width: calc((100% - 80px) / 3);
}

@media screen and (max-width: 767px) {
  .p-exchange__achievement ._three figure {
    width: calc((100% - 6vw) / 2);
  }
}

@media screen and (min-width: 768px) {
  .p-exchange__achievement ._three figure:not(:nth-of-type(3n+1)) {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-exchange__achievement ._three figure:nth-of-type(n+3) {
    margin-top: 6vw;
  }
}

@media screen and (min-width: 768px) {
  .p-exchange__achievement ._three figure:nth-of-type(n+4) {
    margin-top: 54px;
  }
}

.p-privacy-area__top p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.64px;
}

@media screen and (max-width: 767px) {
  .p-privacy-area__top p {
    font-size: 1.6rem;
  }
}

.p-privacy-area__top p + p {
  margin-top: 42px;
}

@media screen and (max-width: 767px) {
  .p-privacy-area__top p + p {
    margin-top: 8vw;
  }
}

.p-privacy-wrapper {
  max-width: 1080px;
  margin: 120px auto 140px;
}

@media screen and (max-width: 767px) {
  .p-privacy-wrapper {
    margin-top: 8.25vw;
    margin-bottom: 20vw;
  }
}

.p-privacy-items {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .p-privacy-items {
    margin-top: 18vw;
  }
}

.p-privacy-item:not(:first-of-type) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-privacy-item:not(:first-of-type) {
    margin-top: 10vw;
  }
}

.p-privacy-item__title {
  font-size: 22px;
  line-height: 1.45;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-privacy-item__title {
    font-size: 2rem;
  }
}

.p-privacy-item__text {
  font-size: 16px;
  margin-top: 16px;
  line-height: 2;
  letter-spacing: 0.64px;
}

@media screen and (max-width: 767px) {
  .p-privacy-item__text {
    font-size: 1.6rem;
    margin-top: 4vw;
  }
}

.p-privacy-area__bottom {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-privacy-area__bottom {
    margin-top: 18vw;
  }
}

.p-privacy-area__bottom p {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-privacy-area__bottom p {
    font-size: 1.6rem;
  }
}

.p-privacy-area__bottom P + P {
  margin-top: 3.2rem;
}

.p-service-kv__image {
  margin-top: 40px;
  width: 100%;
  height: 520px;
  background-image: url(../images/service/top_img_bussiness_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-service-kv__image {
    background-image: url(../images/service/top_img_bussiness_sp@2x.jpg);
    background-position: right 40% bottom;
    height: 100vw;
    margin-top: 6vw;
  }
}

.p-service-kv__text-wrapper {
  max-width: 1080px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 767px) {
  .p-service-kv__text-wrapper {
    max-width: 96vw;
    margin: 0 auto 20vw 0;
  }
}

.p-service-kv__text-inner {
  width: 980px;
  background-color: #fff;
  padding-top: 100px;
  margin-top: -160px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .p-service-kv__text-inner {
    width: 880px;
  }
}

@media screen and (max-width: 767px) {
  .p-service-kv__text-inner {
    width: 96vw;
    padding: 10vw 5vw 0 9.25vw;
    margin-top: -56.5vw;
  }
}

.p-service-kv__text-inner::before {
  position: absolute;
  top: 0;
  left: -277px;
  display: inline-block;
  max-width: 278px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-service-kv__text-inner::before {
    max-width: 0;
    display: none;
    margin-right: auto;
  }
}

.p-service-kv__text-inner p {
  font-size: 16px;
  line-height: 3;
  letter-spacing: 0.64px;
}

@media screen and (max-width: 767px) {
  .p-service-kv__text-inner p {
    line-height: 2;
    letter-spacing: 0.64px;
  }
}

.p-service-kv__text-inner p + p {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-service-kv__text-inner p + p {
    margin-top: 6vw;
  }
}

.p-service-lists__wrapper {
  max-width: 1080px;
  margin: 0 auto 149px;
}

@media screen and (max-width: 767px) {
  .p-service-lists__wrapper {
    max-width: 100vw;
    padding: 0;
    margin-bottom: 20vw;
  }
}

.p-service-lists li + li {
  border-top: 1px solid #ddd;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-service-lists li + li {
    padding-top: 15vw;
    border-top: 0;
  }
}

.p-service-list:not(:last-of-type) {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-service-list:not(:last-of-type) {
    padding-bottom: 0;
  }
}

.p-service-list__item {
  position: relative;
  padding-top: 211px;
}

@media screen and (max-width: 767px) {
  .p-service-list__item {
    padding-top: 50vw;
  }
}

.p-service-list__item--image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 720px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .p-service-list__item--image {
    max-width: 100vw;
  }
}

.p-service-list__item--image img {
  width: 100%;
}

.p-service-list__item--number {
  font-size: 20px;
  letter-spacing: 3.2px;
  color: #aaa;
  font-family: "Josefin Sans", sans-serif;
  padding-bottom: 18px;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-service-list__item--number {
    font-size: 2rem;
    padding-bottom: 2.5vw;
    letter-spacing: 0.8vw;
  }
}

.p-service-list__item--title {
  position: relative;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 4.48px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-service-list__item--title {
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 4.5vw;
  }
}

.p-service-list__item--text-box {
  position: relative;
  z-index: 1;
  width: 600px;
  background-color: #fff;
  padding: 51px 88px 0 0;
  margin-right: auto;
  min-height: 237px;
}

@media screen and (max-width: 767px) {
  .p-service-list__item--text-box {
    width: 96vw;
    padding: 8vw 6vw 0;
    min-height: auto;
  }
}

.p-service-list__item--text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.64px;
}

@media screen and (max-width: 767px) {
  .p-service-list__item--text {
    font-size: 1.6rem;
  }
}

.p-service__button--margin {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-service__button--margin {
    margin-top: 6vw;
  }
}

.p-service__button--marginSm {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-service__button--marginSm {
    margin-top: 2vw;
  }
}

.p-service__button--long {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .p-service__button--long {
    width: 60vw;
  }
}

.p-service__button--xlLong {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .p-service__button--xlLong {
    width: 70vw;
  }
}

.p-top-kv {
  position: relative;
  height: 51.041vw;
  margin-top: -104px;
}

@media screen and (max-width: 1280px) {
  .p-top-kv {
    height: 735px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-kv {
    height: 200vw;
    margin-top: -19vw;
  }
}

.p-top-kv::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/top/kv_pc.jpg) no-repeat center/cover;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-top-kv::before {
    background: url(../images/top/kv_sp.jpg) no-repeat center/cover;
  }
}

.p-top-kv__heading {
  position: absolute;
  bottom: 3.906vw;
  left: 7.708vw;
  color: #fff;
  font-weight: 100;
  font-size: 12rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.15;
  letter-spacing: 7.2px;
  text-shadow: 6px 4px 30px #015eb5;
  content: "";
}

@media screen and (max-width: 1280px) {
  .p-top-kv__heading {
    left: 84px;
    bottom: 69px;
    font-size: 8.8rem;
    letter-spacing: 5.28px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-kv__heading {
    bottom: 77px;
    left: 7vw;
    font-size: 6rem;
    line-height: 1.12;
    letter-spacing: 3.6px;
  }
}

.p-top-kv__banner {
  position: absolute;
  z-index: 1;
  width: 28.125vw;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-top-kv__banner {
    right: 3.906vw;
    bottom: 3.906vw;
  }
}

@media (max-width: 1280px) and (min-width: 768px) {
  .p-top-kv__banner {
    min-width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-kv__banner {
    width: 70vw;
    right: 6vw;
    bottom: 340px;
  }
}

.p-top-kv__link {
  display: block;
  transition: opacity 0.3s;
}

.p-top-kv__link img {
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-top-kv__link:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
  }
}

.p-top__heading {
  color: #fff;
  font-weight: 100;
  font-size: 6.6rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 2.64px;
}

@media screen and (max-width: 767px) {
  .p-top__heading {
    font-size: 4.4rem;
    letter-spacing: 1.76px;
  }
}

.p-top-policy {
  position: relative;
  z-index: 2;
  background: #050505;
  padding-top: 94px;
  color: #fff;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .p-top-policy {
    padding-top: 9.5vw;
  }
}

.p-top-policy__inner {
  position: relative;
  max-width: 880px;
  margin-left: 25.104vw;
}

@media screen and (max-width: 1280px) {
  .p-top-policy__inner {
    margin-left: 11.64vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-policy__inner {
    max-width: 100%;
    margin-left: 0;
    padding: 0 6vw;
  }
}

.p-top-policy__inner::before {
  position: absolute;
  top: 0;
  left: -182px;
  width: 258px;
  height: 280px;
  background: url(../images/top/policy_bg01_pc.png) no-repeat center/contain;
  content: "";
}

@media screen and (max-width: 1280px) {
  .p-top-policy__inner::before {
    left: -149px;
    width: 226px;
    height: 274px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-policy__inner::before {
    left: 0%;
    width: 40.25vw;
    height: 53.5vw;
    background: url(../images/top/policy_bg01_sp.png) no-repeat center/contain;
  }
}

.p-top-policy__inner::after {
  position: absolute;
  bottom: 10px;
  left: 621px;
  width: 518px;
  height: 410px;
  background: url(../images/top/policy_bg02_pc.png) no-repeat center/contain;
  content: "";
}

@media screen and (max-width: 1280px) {
  .p-top-policy__inner::after {
    bottom: 12px;
    left: 630px;
    width: 500px;
    height: 373px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-policy__inner::after {
    right: 0;
    left: initial;
    width: 32.25vw;
    height: 68.75vw;
    background: url(../images/top/policy_bg02_sp.png) no-repeat center/contain;
  }
  _:-ms-fullscreen,
  :root .p-top-policy__inner::after {
    left: auto;
  }
}

.p-top-policy__heading {
  position: relative;
  padding: 142px 0 41px;
}

@media screen and (max-width: 1280px) {
  .p-top-policy__heading {
    padding: 102px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-policy__heading {
    padding: 25vw 0 5vw;
  }
}

.p-top-policy__desc {
  position: relative;
  padding-bottom: 224px;
  font-size: 1.7rem;
  line-height: 4.4;
  letter-spacing: 1.36px;
}

@media screen and (max-width: 1280px) {
  .p-top-policy__desc {
    padding-bottom: 232px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-policy__desc {
    padding-bottom: 36vw;
    line-height: 3.6;
  }
}

@media screen and (max-width: 350px) {
  .p-top-policy__desc {
    letter-spacing: 1.26px;
  }
}

.p-top-business {
  position: relative;
  z-index: 2;
  background: #050505;
}

.p-top-business__upper {
  position: relative;
  height: 480px;
  background: url(../images/top/business_pc.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .p-top-business__upper {
    height: 60vw;
    padding: 0 6vw;
    background: url(../images/top/business_sp.jpg) no-repeat center/cover;
  }
}

.p-top-business__heading {
  position: absolute;
  top: 0;
  left: 3%;
  transform: translateY(-50%);
  content: "";
}

@media screen and (max-width: 767px) {
  .p-top-business__heading {
    left: 6vw;
  }
}

.p-top-business__index {
  position: absolute;
  top: 191px;
  right: 3%;
  width: 760px;
  padding: 41px 80px 50px;
  background: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .p-top-business__index {
    top: 12.75vw;
    right: initial;
    width: 88%;
    padding: 6.5vw 6vw 10vw;
  }
  _:-ms-fullscreen,
  :root .p-top-business__index {
    right: auto;
  }
}

.p-top-business__index-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-top-business__index-list {
    display: block;
  }
}

.p-top-business__index-listItem {
  width: 280px;
  padding: 19px 20px 20px;
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-top-business__index-listItem {
    width: 100%;
    padding: 3.5vw 2.5vw;
  }
}

.p-top-business__index-listItem a {
  color: #1075bc;
}

.p-top-business__button {
  margin: 33px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .p-top-business__button {
    margin: 6vw 0 0 auto;
  }
}

.p-top-business__banner {
  padding: 211px 0 200px;
}

@media screen and (max-width: 767px) {
  .p-top-business__banner {
    padding: 92vw 0 40vw;
  }
}

.p-top-business__bannerInner {
  max-width: 1275px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .p-top-business__bannerInner {
    max-width: initial;
  }
  _:-ms-fullscreen,
  :root .p-top-business__bannerInner {
    max-width: auto;
  }
}

.p-top-business__bannerContent {
  position: relative;
  padding-left: 6.901%;
}

@media screen and (max-width: 1280px) {
  .p-top-business__bannerContent {
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-business__bannerContent {
    padding: 0 6vw;
  }
}

.p-top-business__bannerContent::before {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 179px;
  height: 66px;
  background: url(../images/top/business_bg01_pc.png) no-repeat 100%/contain;
  content: "";
}

@media screen and (max-width: 1280px) {
  .p-top-business__bannerContent::before {
    width: 120px;
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-business__bannerContent::before {
    bottom: -4.5vw;
    width: 37vw;
    height: 12vw;
    background: url(../images/top/business_bg01_sp.png) no-repeat 100%/contain;
  }
}

.p-top-business__bannerContent::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 211px;
  height: 212px;
  background: url(../images/top/business_bg02_pc.png) no-repeat 100%/contain;
  content: "";
}

@media screen and (max-width: 1280px) {
  .p-top-business__bannerContent::after {
    height: 204px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-business__bannerContent::after {
    top: -7.5vw;
    width: 31.75vw;
    height: 34vw;
    background: url(../images/top/business_bg02_sp.png) no-repeat 100%/contain;
  }
}

.p-top-business__subheading {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 100;
  font-size: 4rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 767px) {
  .p-top-business__subheading {
    font-size: 3.2rem;
    letter-spacing: 1.28px;
  }
}

.p-top-business__bannerList {
  position: relative;
  z-index: 1;
  display: flex;
  width: 1080px;
  margin-top: 24px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-top-business__bannerList {
    display: block;
    width: 100%;
    margin-top: 6vw;
  }
}

.p-top-business__bannerItem {
  width: 48.8888%;
  max-width: 528px;
}

@media screen and (max-width: 767px) {
  .p-top-business__bannerItem {
    width: 100%;
    max-width: initial;
  }
  _:-ms-fullscreen,
  :root .p-top-business__bannerItem {
    max-width: auto;
  }
}

.p-top-business__bannerItem a {
  display: block;
  transition: 0.3s;
}

.p-top-business__bannerItem a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.p-top-business__bannerItem a img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-top-business__bannerItem + .p-top-business__bannerItem {
    margin-top: 4vw;
  }
}

.p-top-works {
  position: relative;
  z-index: 2;
  padding: 8.333vw 0 8.333vw 5%;
}

@media screen and (max-width: 1280px) {
  .p-top-works {
    padding: 12.5vw 0 12.5vw 3%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-works {
    padding: 25vw 0 38vw 6vw;
  }
}

.p-top-works::before, .p-top-works::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
}

.p-top-works::before {
  opacity: 0.6;
  top: 0;
  height: 60%;
  background: #012443;
}

.p-top-works::after {
  bottom: 0;
  height: 40%;
  background: #050505;
}

@media screen and (max-width: 767px) {
  .p-top-works::after {
    height: 88.5vw;
  }
}

.p-top-works__heading {
  letter-spacing: normal;
}

.p-top-works-container {
  position: relative;
}

.p-top-works__list {
  margin: 32px 0 0 0;
}

@media screen and (max-width: 767px) {
  .p-top-works__list {
    margin: 5.25vw 0 0 0;
  }
}

.p-top-works__listLink {
  display: block;
}

.p-top-works__listImage {
  height: 16.279%;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .p-top-works__listImage {
    height: 24.475%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-works__listImage {
    height: 53vw;
  }
}

.p-top-works__listImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  transition: 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}

.p-top-works__listImage img:hover {
  transform: scale(1.03);
  transition: 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}

.p-top-works__listText {
  padding: 1.4583vw 1.25vw 2.2916vw;
  background: #f2f2f2;
}

@media screen and (max-width: 1280px) {
  .p-top-works__listText {
    padding: 2.1875vw 1.875vw 3.4375vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-works__listText {
    padding: 6vw 5vw 7vw;
  }
}

.p-top-works__label {
  display: inline-block;
  margin-right: 6px;
  padding: 3px 7px 4px;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  vertical-align: middle;
}

.p-top-works__listPlace {
  display: inline-block;
  color: #777;
  font-size: 1.6rem;
  vertical-align: middle;
}

.p-top-works__listTitle {
  margin-top: 4px;
  color: #000;
  font-size: 2rem;
}

.p-top-works__buttonLink {
  position: absolute;
  top: 27px;
  right: 5%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-top-works__buttonLink {
    top: initial;
    right: 6vw;
    bottom: -6vw;
    transform: translateY(100%);
  }
  _:-ms-fullscreen,
  :root .p-top-works__buttonLink {
    top: auto;
  }
}

.p-top-works__swiperButton {
  position: absolute;
  top: 4px;
  left: 445px;
  width: 108px;
  height: 48px;
}

@media screen and (max-width: 767px) {
  .p-top-works__swiperButton {
    top: initial;
    bottom: -16vw;
    left: 0;
    width: 27vw;
    height: 12vw;
  }
  _:-ms-fullscreen,
  :root .p-top-works__swiperButton {
    top: auto;
  }
}

.p-works .lower-content__inner {
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .p-works .lower-content__inner {
    padding-bottom: 21vw;
  }
}

.p-works-categories {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-works-categories {
    margin-top: 8vw;
    padding: 0 6vw;
  }
}

.p-works-categories__title {
  margin-bottom: 20px;
  font-size: 2rem;
  letter-spacing: 1.2px;
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-works-categories__title {
    margin-bottom: 5vw;
  }
}

.p-works-categories__list {
  font-size: 0;
}

.p-works-categories__list li {
  display: inline-block;
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .p-works-categories__list li {
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
}

.p-works-categories__list a {
  display: block;
  width: 100%;
  padding: 5px 15px 6px;
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #aaa;
  font-size: 1.6rem;
  transition: .3s;
  transition-property: border-color, color;
}

@media screen and (max-width: 767px) {
  .p-works-categories__list a {
    padding: 1vw 4vw;
    border: 1px solid #1075bc;
    border-radius: 1vw;
    color: #1075bc;
  }
}

.p-works-categories__list a:hover {
  border: 1px solid #1075bc;
  color: #1075bc;
  transition: .3s;
  transition-property: border-color, color;
}

.p-works-category {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-works-category {
    margin-top: 8vw;
    padding: 0 6vw;
  }
}

.p-works-category + .p-works-category {
  margin-top: 72px;
}

@media screen and (max-width: 767px) {
  .p-works-category + .p-works-category {
    margin-top: 11vw;
  }
}

.p-works-category__title {
  position: relative;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .p-works-category__title {
    margin-bottom: 4vw;
  }
}

.p-works-category__title::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
}

.p-works-category__title > * {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 24px;
  background: #fff;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 4.48px;
}

@media screen and (max-width: 767px) {
  .p-works-category__title > * {
    padding-right: 3vw;
    font-size: 2.4rem;
    letter-spacing: 3.84px;
  }
}

.p-works-category__list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-works-category__list {
    display: block;
  }
}

.p-works-case {
  width: calc( (100% - (32px * 3)) / 4);
  margin-right: 32px;
}

@media screen and (max-width: 767px) {
  .p-works-case {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-works-case + .p-works-case {
    margin-top: 10vw;
  }
}

@media screen and (min-width: 768px) {
  .p-works-case:nth-of-type(n+5) {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .p-works-case:nth-of-type(4n) {
    margin-right: 0;
  }
}

.p-works-case__link {
  display: block;
  width: 100%;
  transition: opacity, .3s;
}

.p-works-case__link:hover {
  opacity: 0.85;
  transition: opacity, .3s;
}

.p-works-case__link:hover p::after {
  transform: skewX(50deg) translate(6px, -50%);
  transition: transform 0.2s cubic-bezier(0, 0.84, 0.56, 1.01) 0.2s;
  border-right: 2px solid #1075bc;
  border-bottom: 1px solid #1075bc;
}

.p-works-case span {
  display: inline-block;
  margin-top: 16px;
  font-size: 1.6rem;
  color: #777;
}

@media screen and (max-width: 767px) {
  .p-works-case span {
    margin-top: 2vw;
  }
}

.p-works-case p {
  position: relative;
  margin-top: 4px;
  padding-right: 50px;
  color: #000;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-works-case p {
    margin-top: 1vw;
    padding-right: 12.5vw;
    font-size: 1.8rem;
  }
}

.p-works-case p::after {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: skewX(50deg) translate(0, -50%);
  width: 24px;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
  transition: transform .1s ease-in .0s;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-works-case p::after {
    border-right: 2px solid #1075bc;
    border-bottom: 1px solid #1075bc;
  }
}

.p-single .lower-content__inner {
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .p-single .lower-content__inner {
    padding-bottom: 21vw;
  }
}

.p-single__inner {
  max-width: 1080px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .p-single__inner {
    margin-top: 8vw;
    padding: 0 6vw;
  }
}

.p-single__inner--broad {
  max-width: 1348px;
}

.p-single-head {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-single-head {
    display: block;
  }
}

.p-single-head__label {
  display: inline-block;
  padding: 5px 12px 7px;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-single-head__label {
    padding: 1vw 4vw;
    font-size: 1.4rem;
  }
}

.p-single-head__place {
  display: inline-block;
  margin-left: 20px;
  color: #777;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-single-head__place {
    width: 100%;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 2rem;
  }
}

.p-single-head__heading {
  margin-left: 16px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-single-head__heading {
    margin-top: 1vw;
    margin-left: 0;
    font-size: 2rem;
  }
}

.p-single__eyecatch {
  margin-top: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-single__eyecatch {
    margin: 6vw -6vw 0;
  }
}

.p-single-info {
  display: flex;
  max-width: 800px;
  margin: 68px auto 0;
  font-size: 1.8rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-single-info {
    margin: 7vw auto 0;
    font-size: 1.6rem;
  }
}

.p-single-info > * {
  border-bottom: 1px solid #ddd;
}

.p-single-info dt {
  max-width: 28%;
  flex-basis: 28%;
  padding: 12px;
}

@media screen and (max-width: 767px) {
  .p-single-info dt {
    max-width: 28%;
    flex-basis: 28%;
    padding: 3vw 0;
  }
}

.p-single-info dd {
  max-width: 72%;
  flex-basis: 72%;
  padding: 12px 40px;
}

@media screen and (max-width: 767px) {
  .p-single-info dd {
    max-width: 72%;
    flex-basis: 72%;
    padding: 3vw 4vw;
  }
}

.p-single-gallery {
  margin-top: 120px;
  font-size: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-single-gallery {
    margin-top: 15vw;
  }
}

.p-single-gallery__item {
  display: inline-block;
  margin: 0 18px 36px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .p-single-gallery__item {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-single-gallery__item + .p-single-gallery__item {
    margin-top: 8vw;
  }
}

.p-single-gallery__item figcaption {
  margin-top: 8px;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-single-gallery__item figcaption {
    margin-top: 2vw;
  }
}

.p-single-button {
  width: 284px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .p-single-button {
    width: 70vw;
    margin: 8vw auto 0;
  }
}

.p-single-button span::before {
  width: 60px;
}

@media screen and (max-width: 767px) {
  .p-single-button span::before {
    width: 15vw;
  }
}

