@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Abril+Fatface&family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
}

.pc-only {
  display: block !important;
}

.pc2-only {
  display: block !important;
}

.pc-flexOnly {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.tab-only {
  display: none !important;
}

.sp-only {
  display: none !important;
}

/* arrange
----------------------------------------------*/
/* margin-top */
.mt0 {
  margin-top: 0rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

/* padding-top */
.pt40 {
  padding-top: 4rem !important;
}

/* font size */
.f-12 {
  font-size: 1.2rem !important;
}

.f-small {
  font-size: 1.4rem !important;
}

.f-normal {
  font-size: 1.4rem !important;
}

.f-large {
  font-size: 1.8rem !important;
}

.f-20 {
  font-size: 2rem !important;
}

.f-22 {
  font-size: 2.2rem !important;
}

.f-24 {
  font-size: 2.4rem !important;
}

/* font color */
.fc-main {
  color: var(--main-color);
}

.fc-black {
  color: #2d2d2d !important;
}

/* width */
.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

@media (max-width: 1080px) {
  .pc-only {
    display: none !important;
  }
  .pc-flexOnly {
    display: none !important;
  }
  .tab-only {
    display: block !important;
  }
  .wrap {
    padding: 0 20px;
  }
  .inner {
    padding: 0 20px;
  }
}
@media (max-width: 764px) {
  .sp-only {
    display: block !important;
  }
  .pc2-only {
    display: none !important;
  }
}
html.hidden {
  overflow: hidden;
}
@media (min-width: 1080px) {
  html.hidden {
    overflow: visible;
  }
}

body.hidden {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
@media (min-width: 1080px) {
  body.hidden {
    overflow: visible;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #141414;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

a:hover {
  opacity: 0.85;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bg-base {
  background-color: #f5f4f0;
}

header {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
header .l-header {
  padding: 30px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1080px) {
  header .l-header {
    padding: 30px 60px;
  }
}
@media (max-width: 1080px) {
  header .l-header {
    padding: 20px 18px;
  }
}
header h1 {
  max-width: 155px;
  width: 100%;
}
header .sp-logo {
  display: none;
}
@media (max-width: 1080px) {
  header .sp-logo {
    display: block;
    padding: 40px 13px 50px;
  }
  header .sp-logo img {
    max-width: 120px;
    width: 100%;
  }
}
header .sp-trig {
  display: none;
}
@media (max-width: 1080px) {
  header .sp-trig.close {
    display: block;
  }
}

@media (max-width: 1080px) {
  header {
    background-color: #141414;
  }
  .nav-wrap {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    position: fixed;
    right: -100%; /* 初期状態は隠す */
    top: 0;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    overflow-y: auto;
  }
  .nav-wrap::after {
    content: "";
    background: #141414;
    background-image: url(../img/common/sp-nav-bg.png);
    background-repeat: no-repeat;
    background-size: 70px;
    height: 100%;
    width: 70px;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .nav-wrap nav {
    height: 100%;
    margin-top: 0;
  }
  .nav-wrap nav ul {
    width: calc(100% - 70px);
    height: 100%;
    gap: 36px;
    padding-left: 28px;
  }
  .nav-wrap.active {
    -webkit-animation: slide-in 0.6s forwards;
            animation: slide-in 0.6s forwards;
  }
  .nav-wrap.active::after {
    position: fixed;
  }
  .nav-wrap.active .sp-trig.open {
    position: fixed;
    display: block;
  }
  .sp-trig {
    width: 37px;
    height: 40px;
    position: fixed;
    top: 50px;
    right: 14px;
  }
  .sp-trig span {
    background-color: #141414;
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .sp-trig span:nth-child(1) {
    height: 3px;
  }
  .sp-trig span:nth-child(2) {
    height: 2px;
    width: 26px;
  }
  .sp-trig span:nth-child(3) {
    height: 1px;
    margin-bottom: 0;
  }
  .sp-trig.open {
    z-index: 10;
    top: 63px;
  }
  .sp-trig.open span {
    background-color: #ffffff;
  }
  .sp-trig.open span:nth-child(1) {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    margin-bottom: 0;
  }
  .sp-trig.open span:nth-child(2) {
    display: none;
  }
  .sp-trig.open span:nth-child(3) {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .sp-trig.close.none {
    display: none;
  }
}
.nav-wrap.hide {
  -webkit-animation: slide-out 0.3s forwards;
          animation: slide-out 0.3s forwards; /* アニメーションを適用 */
}

@-webkit-keyframes slide-in {
  from {
    right: -100%; /* スライドイン開始位置 */
  }
  to {
    right: 0; /* スライドイン終了位置 */
  }
}

@keyframes slide-in {
  from {
    right: -100%; /* スライドイン開始位置 */
  }
  to {
    right: 0; /* スライドイン終了位置 */
  }
}
@-webkit-keyframes slide-out {
  from {
    right: 0; /* スライドアウト開始位置 */
  }
  to {
    right: -100%; /* スライドアウト終了位置 */
  }
}
@keyframes slide-out {
  from {
    right: 0; /* スライドアウト開始位置 */
  }
  to {
    right: -100%; /* スライドアウト終了位置 */
  }
}
.l-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 1080px) {
  .l-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-nav__item a {
  color: #141414;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
}
@media (max-width: 1080px) {
  .l-nav__item a {
    color: #ffffff;
  }
}
.l-nav__item--contact {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-nav__item--contact a {
  display: block;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 15px 25px;
  text-align: center;
  font-size: 2rem;
}

@media (max-width: 1080px) {
  .l-nav__wrap {
    display: none;
  }
  header.open .l-nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    margin-top: 0;
    top: 66px;
    left: 0;
    width: 100%;
    height: calc(100% - 68px);
    padding: 50px 30px;
    background-color: #141414;
  }
}
#sp-trig {
  display: none;
}

@media (max-width: 1080px) {
  #sp-trig {
    display: block;
    width: 45px;
    height: 68px;
    position: fixed;
    top: 0;
    right: 15px;
    cursor: pointer;
    z-index: 1;
  }
  #sp-trig span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #ffffff;
  }
  #sp-trig span:nth-child(1) {
    top: 20px;
    height: 1px;
  }
  #sp-trig span:nth-child(2) {
    top: 29px;
    height: 2px;
  }
  #sp-trig span:nth-child(3) {
    top: 40px;
    height: 5px;
  }
  #sp-trig.open span:nth-child(1) {
    top: 29px;
    -webkit-transform: translateY(0.6rem) rotate(-15deg);
            transform: translateY(0.6rem) rotate(-15deg);
  }
  #sp-trig.open span:nth-child(2) {
    opacity: 0;
  }
  #sp-trig.open span:nth-child(3) {
    top: 38px;
    -webkit-transform: translateY(-0.6rem) rotate(15deg);
            transform: translateY(-0.6rem) rotate(15deg);
  }
}
.l-inner {
  padding-inline: min(6.94vw, 100px);
}
@media (max-width: 1080px) {
  .l-inner {
    padding-inline: 20px;
  }
}

.l-inner__left {
  -webkit-padding-start: min(6.94vw, 100px);
          padding-inline-start: min(6.94vw, 100px);
}
@media (max-width: 1080px) {
  .l-inner__left {
    padding-inline: 0px;
  }
}

.l-main-title__inner {
  padding-top: 270px;
  padding-inline: min(6.94vw, 100px);
}
@media (max-width: 1080px) {
  .l-main-title__inner {
    padding-inline: 20px;
  }
}

.js-scroll-fade {
  opacity: 0;
}

.js-load-fade {
  opacity: 0;
}

.js-load-fade.active, .js-scroll-fade.active {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-footer {
  padding-bottom: 30px;
}
.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1080px) {
  .l-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-footer__logo img {
  max-height: 33px;
  width: auto;
}
@media (max-width: 1080px) {
  .l-footer__logo {
    margin-top: 65px;
  }
}
.l-footer__address {
  padding-top: 30px;
  font-size: 1.7rem;
}
@media (max-width: 764px) {
  .l-footer__address {
    font-size: 1.4rem;
  }
}
.l-footer__address p + p {
  margin-top: 20px;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.l-footer__nav li a {
  font-size: 2.7rem;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  margin-top: 25px;
}
@media (max-width: 1080px) {
  .l-footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__sns li {
  width: 35px;
  height: 35px;
}
.l-footer__copy {
  text-align: center;
  font-size: 2rem;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  padding-top: 50px;
}

h1 svg path {
  fill: #141414;
}
@media (max-width: 1080px) {
  h1 svg path {
    fill: #141414;
  }
}

#top h1 svg path {
  fill: #ffffff;
}
@media (max-width: 1080px) {
  #top h1 svg path {
    fill: #141414;
  }
}

#top header .l-nav__item a {
  color: #ffffff;
}
#top header .l-nav__item--contact a {
  border: 1px solid #ffffff;
}

header .l-nav__item--contact a {
  border: 1px solid #141414;
}
@media (max-width: 1080px) {
  header {
    background-color: #ffffff;
  }
  header #sp-trig span {
    background-color: #141414;
  }
}

header.js-scroll {
  background-color: #141414;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header.js-scroll .l-nav__item a {
  color: #ffffff;
}
header.js-scroll .l-nav__item--contact a {
  border: 1px solid #ffffff;
}
header.js-scroll h1 svg path {
  fill: #ffffff;
}
@media (max-width: 1080px) {
  header.js-scroll h1 svg path {
    fill: #ffffff;
  }
}
@media (max-width: 1080px) {
  header.js-scroll #sp-trig span {
    background-color: #ffffff;
  }
}

@media (max-width: 1080px) {
  #top header.js-scroll h1 svg path {
    fill: #ffffff;
  }
}

.c-ttl__01 {
  font-family: "Abril Fatface", serif;
  font-size: 4.5rem;
  position: relative;
}
@media (max-width: 1080px) {
  .c-ttl__01 {
    font-size: 3.5rem;
    text-align: center;
  }
}
.c-ttl__01::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 32px;
  margin-right: 10px;
  background-color: #000000;
}
@media (max-width: 1080px) {
  .c-ttl__01::before {
    height: 25px;
  }
}
.c-ttl__01--center {
  text-align: center;
}

.c-ttl__02 {
  font-family: "Abhaya Libre", serif;
  font-size: 4.5rem;
  position: relative;
}
@media (max-width: 1080px) {
  .c-ttl__02 {
    font-size: 3.5rem;
    text-align: center;
  }
}
.c-ttl__02--center {
  text-align: center;
}

.u-filter__gray {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.u-filter__gray:hover {
  -webkit-filter: none;
          filter: none;
}
.u-filter__gray img:hover {
  -webkit-filter: none;
          filter: none;
}
.u-filter__brightness {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.u-filter__brightness:hover {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.u-image-scale {
  overflow: hidden;
}
.u-image-scale img {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.u-image-scale img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-about__inner {
  -webkit-padding-start: min(6.94vw, 100px);
          padding-inline-start: min(6.94vw, 100px);
}
@media (max-width: 1080px) {
  .p-about__inner {
    padding-inline: 20px;
  }
}
.p-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(6.6vw, 95px);
}
@media (max-width: 1080px) {
  .p-about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 1080px) {
  .p-about__flex {
    gap: 82px;
  }
}
.p-about__content {
  padding-block: 50px;
}
@media (max-width: 1080px) {
  .p-about__content {
    padding-block: 0px;
  }
}
.p-about__textBox {
  padding-block: 117px 107px;
}
@media (max-width: 1080px) {
  .p-about__textBox {
    padding-block: 0 50px;
  }
}
.p-about__subTitle--en {
  font-family: "Albert Sans", sans-serif;
  font-size: min(3vw, 4.3rem);
  font-weight: 900;
  line-height: 1.45;
  color: #141414;
}
@media (max-width: 1080px) {
  .p-about__subTitle--en {
    font-size: 2.1rem;
  }
}
.p-about__subTitle--ja {
  font-size: min(1.81vw, 2.6rem);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .p-about__subTitle--ja {
    font-size: 1.7rem;
    margin-top: 40px;
  }
}
.p-about__text {
  max-width: min(43.06vw, 620px);
  padding-top: 34px;
  font-size: min(1.39vw, 2rem);
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .p-about__text {
    font-size: 1.5rem;
    max-width: 515px;
    padding-top: 25px;
  }
}
.p-about__image {
  max-width: min(35.76vw, 515px);
  width: 100%;
}
@media (max-width: 1080px) {
  .p-about__image {
    max-width: 515px;
  }
}
.p-about__btn {
  text-align: right;
}
@media (max-width: 1080px) {
  .p-about__btn {
    text-align: center;
  }
}
.p-about__btn a {
  display: inline-block;
  max-width: 167px;
  width: 100%;
  height: 55px;
  border: 1px solid #141414;
  border-radius: 22px;
  font: 400 1.9rem/55px "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  text-align: center;
}

.p-contact {
  padding-top: 270px;
  padding-bottom: 304px;
}
.p-contact__link {
  width: 100%;
}
.p-contact__link a {
  display: block;
  width: 100%;
  height: 284px;
  line-height: 284px;
  text-align: center;
  color: #ffffff;
  font-size: 4.5rem;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  background-color: #585858;
}

.about .p-contact a {
  background-color: #ff80bf;
}

.p-top-images {
  padding-top: 200px;
}
.p-top-images__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-top-images__item {
  width: calc((100% - 40px) / 3);
}
.p-top-images__item--black {
  background-color: #141414;
}
.p-top-images__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-top-images__item:first-child .p-top-images__item--black {
  height: 34%;
}
.p-top-images__item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-images__item .image-01 {
  height: 64%;
}
.p-top-images .p-top-images__list--pcBottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.p-top-images .p-top-images__list--pcBottom .p-top-images__item:nth-child(1) {
  width: 30%;
}
.p-top-images .p-top-images__list--pcBottom .p-top-images__item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top-images .p-top-images__list--pcBottom .p-top-images__item:nth-child(2) .image-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  height: 80%;
}
.p-top-images .p-top-images__list--pcBottom .p-top-images__item:nth-child(2) .image-05 {
  width: 25%;
}
.p-top-images .p-top-images__list--pcBottom .p-top-images__item:nth-child(2) .image-06 {
  width: calc(75% - 15px);
}
.p-top-images .p-top-images__list--pcBottom .p-top-images__item:nth-child(2) .p-top-images__item--black {
  width: 100%;
  height: 17%;
}

.p-images {
  padding-top: 200px;
}
.p-images img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-images__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-images__item--black {
  background-color: #141414;
}
.p-images__item--gray {
  background-color: #B4B4B4;
}
.p-images__item--01 {
  width: calc((100% - 40px) / 3);
}
.p-images__item--row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-images__item--row01 .p-images__item--black {
  height: calc(36% - 20px);
}
.p-images__item--row01 .p-images__item--image {
  height: 64%;
}
.p-images__item--col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-images__item--col01 {
  width: 30%;
}
.p-images__item--childFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  height: 80%;
}
.p-images__item--bottomBlack {
  width: 100%;
  height: 17%;
}
.p-images__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-images__item:first-child .p-images__item--black {
  height: 34%;
}
.p-images__item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-images__item .image-01 {
  height: 64%;
}
.p-images .business-image04 {
  width: 34%;
}
.p-images .p-images__list--02 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.p-images .p-images__list--02 .p-top-images__item:nth-child(1) {
  width: 30%;
}
.p-images .p-images__list--02 .p-top-images__item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-images .p-images__list--02 .p-top-images__item:nth-child(2) .image-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  height: 80%;
}
.p-images .p-images__list--02 .p-top-images__item:nth-child(2) .image-05 {
  width: 25%;
}
.p-images .p-images__list--02 .p-top-images__item:nth-child(2) .image-06 {
  width: calc(75% - 15px);
}
.p-images .p-images__list--02 .p-top-images__item:nth-child(2) .p-top-images__item--black {
  width: 100%;
  height: 17%;
}

.business-images .p-images__item--black {
  background-color: #B4B4B4;
}
.business-images .p-top-images__item--black {
  background-color: #B4B4B4;
}

@media (max-width: 764px) {
  .p-top-images__list {
    gap: 12px;
  }
  .p-top-images__list .p-top-images__item {
    width: calc((100% - 12px) / 2);
  }
  .p-top-images__list--spTop .p-top-images__item:first-child {
    gap: 12px;
  }
  .p-top-images__list--spMiddle {
    margin-top: 12px;
  }
  .p-top-images__list--spMiddle :nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .p-top-images__list--spMiddle .p-top-images__item--black {
    height: 42%;
  }
  .p-top-images__list--spBottom {
    margin-top: 12px;
  }
  .p-top-images__list--spBottom .p-top-images__item:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .p-top-images__list--spBottom .p-top-images__item:nth-child(1) .p-top-images__item--black {
    height: calc(10% - 12px);
  }
  .p-top-images__list--spBottom .image-05 {
    height: 95%;
  }
  .p-top-images__list--spBottom .image-06 {
    height: 100%;
  }
}/*# sourceMappingURL=style.css.map */