@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

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

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

body {
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  font-family: YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

em {
  font-style: normal;
}

select {
  cursor: pointer;
}

i {
  font-style: normal;
}

[aria-disabled=true] {
  pointer-events: none;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

[lang=en] {
  font-family: "Oswald", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=url],
input[type=password],
textarea,
select {
  border: solid 1px #d3d3d3;
  background: #F7F7F7;
  transition: all 0.4s;
}
input[type=text] ::placeholder,
input[type=tel] ::placeholder,
input[type=number] ::placeholder,
input[type=email] ::placeholder,
input[type=url] ::placeholder,
input[type=password] ::placeholder,
textarea ::placeholder,
select ::placeholder {
  color: #717171;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background: #fff;
}

input {
  height: 40px;
  padding: 0 8px;
}

input[type=submit],
input[type=send] {
  display: block;
  width: 284px;
  height: 55px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 3.4375;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border-radius: 30px;
  background: #FFD1CE;
  transition: opacity 0.4s;
}
@media screen and (max-width: 768px) {
  input[type=submit],
  input[type=send] {
    width: 75.7333333333vw;
  }
}
input[type=submit]:hover,
input[type=send]:hover {
  opacity: 0.7;
}

textarea {
  height: 227px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  textarea {
    width: 100%;
  }
}

.l-main {
  display: block;
  padding: 60px 0 240px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding: 50px 0 140px;
  }
}

.l-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 min(3.6363636364vw, 40px);
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding: 0 5.3333333333vw;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 min(7.5vw, 90px) 0 min(1.75vw, 21px);
}
@media screen and (max-width: 768px) {
  .header__wrap {
    height: 50px;
    padding: 0 2.6666666667vw;
  }
}
.header__head {
  width: 176px;
}
.header__head a {
  display: block;
}
.header__head a img {
  width: 100%;
}
.header__item {
  flex-shrink: 0;
}
.header__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__btn {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    padding: 0 4px;
    top: 2px;
    right: 5.3333333333vw;
    z-index: 1000;
  }
}
.header__btn i {
  position: relative;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #000;
  transition: background 0.3s;
}
.header__btn i::before, .header__btn i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 2px;
  background: #000;
  transition: top 0.3s, transform 0.3s;
}
.header__btn i::before {
  top: -8px;
}
.header__btn i::after {
  top: 8px;
}
.header__btn[aria-expanded=true] i {
  background: none;
}
.header__btn[aria-expanded=true] i::before {
  top: 0;
  transform: rotate(45deg);
}
.header__btn[aria-expanded=true] i::after {
  top: 0;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #fff;
    z-index: 100;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
  }
}
.nav[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .nav__wrap {
    height: 100%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .nav__item {
    padding: 60px 0;
  }
}
.nav__links {
  display: flex;
  gap: min(3.2727272727vw, 36px);
}
@media screen and (max-width: 768px) {
  .nav__links {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .nav__link {
    width: 100%;
  }
}
.nav__link a {
  display: flex;
  justify-content: center;
  font-size: 13px;
  line-height: 4.6153846154;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .nav__link a {
    font-size: 16px;
    line-height: 3.125;
  }
}
.nav__contact {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 135px;
  top: 115px;
  right: min(3.6666666667vw, 44px);
  writing-mode: tb-rl;
  font-size: 13px;
  line-height: 1.7692307692;
  font-weight: bold;
  border: 5px solid #000;
  border-radius: 23px;
}
@media screen and (max-width: 768px) {
  .nav__contact {
    position: inherit;
    width: 80%;
    height: 60px;
    margin: 0 auto;
    writing-mode: horizontal-tb;
    font-size: 16px;
    border-width: 3px;
    border-radius: 30px;
  }
}

.heading-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  font-size: 30px;
  line-height: 1.6666666667;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .heading-1 {
    gap: 20px;
    font-size: 24px;
  }
}
.heading-1 i {
  aspect-ratio: 1;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 105px;
  border: 6px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .heading-1 i {
    width: 66px;
    border-width: 3px;
  }
}
.heading-1 i svg {
  aspect-ratio: 1;
  width: 48px;
}
@media screen and (max-width: 768px) {
  .heading-1 i svg {
    width: 36px;
  }
}

.btn-pagetop {
  position: fixed;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 266px;
  right: min(3.6666666667vw, 44px);
  width: 45px;
  border: 5px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .btn-pagetop {
    top: auto;
    bottom: 20px;
    right: 20px;
    border-width: 3px;
  }
}
.btn-pagetop i {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
}

.btn-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 390px;
  height: 75px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 1.7142857143;
  font-weight: bold;
  border: 6px solid #000;
  border-radius: 45px;
}
@media screen and (max-width: 768px) {
  .btn-1 {
    width: 90%;
    height: 65px;
    border-width: 4px;
  }
}
.btn-1.-large {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .btn-1.-large {
    font-size: 24px;
  }
}

.top-mv {
  position: relative;
  margin-bottom: 45px;
}
.top-mv__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  width: 100%;
  max-width: 1100px;
  min-height: calc(100vh - 60px);
  margin: 0 auto;
  padding: 12px min(3.6363636364vw, 40px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-mv__wrap {
    min-height: calc(100vh - 50px);
    min-height: calc(100lvh - 50px);
    padding: 3.2vw 5.3333333333vw;
  }
}
.top-mv__head {
  aspect-ratio: 1;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 479px;
  margin: auto;
  padding: 0 0 25px 1.2em;
  font-size: 33px;
  line-height: 1.7272727273;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  border: 27px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-mv__head {
    width: 100%;
    max-width: 420px;
    padding: 0;
    font-size: min(5.8666666667vw, 28px);
    border-width: 12px;
  }
}
.top-mv__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 1.1666666667;
  font-weight: bold;
  color: #fff;
}
.top-mv__scroll span {
  aspect-ratio: 12/48.5;
  display: flex;
  width: 12px;
}
.top-mv__scroll span svg {
  width: 100%;
  height: 100%;
}
.top-mv__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-mv__video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.top-mv__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news {
  margin-bottom: 65px;
}
.news__items {
  border-top: 3px solid #000;
}
@media screen and (max-width: 768px) {
  .news__items {
    border-top: 2px solid #000;
  }
}
.news__item {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 34px 2px;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 768px) {
  .news__item {
    flex-wrap: wrap;
    gap: 14px;
    padding: 24px 2px;
    border-bottom: 2px solid #000;
  }
}
.news__heading {
  flex-grow: 1;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news__heading {
    width: 100%;
  }
}
.news__data {
  display: flex;
  order: -1;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
}
.news__categories {
  display: flex;
  gap: 5px;
  min-width: 4em;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .news__categories {
    font-size: 19px;
  }
}
.news__date {
  min-width: 5em;
  font-size: 24px;
  font-family: "Oswald", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .news__date {
    font-size: 22px;
  }
}

.ig {
  margin-bottom: 87px;
}
.ig__head {
  width: 192px;
  margin: 0 auto 20px;
}
.ig__head i {
  aspect-ratio: 840/300;
  width: 100%;
}
.ig__head i svg {
  width: 100%;
  height: 100%;
}
.ig__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.ig__item {
  aspect-ratio: 1;
}
.ig__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-vision {
  margin-bottom: 155px;
}
@media screen and (max-width: 768px) {
  .top-vision {
    margin-bottom: 120px;
  }
}
.top-vision__image {
  margin: 37px calc(50% - 50vw) 82px;
}
.top-vision__image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-vision__image img {
    height: auto;
    min-height: 200px;
  }
}
.top-vision__lead {
  display: flex;
  flex-direction: column;
  margin-bottom: 52px;
  font-size: 45px;
  line-height: 1.7111111111;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-vision__lead {
    gap: 10px;
    white-space: nowrap;
    font-size: 4.8vw;
  }
}
.top-vision__lead i {
  aspect-ratio: 98.083/100.143;
  display: flex;
  width: 98px;
}
@media screen and (max-width: 768px) {
  .top-vision__lead i {
    width: 10.6666666667vw;
  }
}
.top-vision__lead i svg {
  width: 100%;
  height: 100%;
}
.top-vision__lead i:last-of-type {
  margin-left: auto;
}
.top-vision__lead em {
  margin-top: -43px;
  padding-left: 110px;
}
@media screen and (max-width: 768px) {
  .top-vision__lead em {
    margin-top: 0;
    padding: 0 4vw;
  }
}

.top-promise {
  margin-bottom: 225px;
}
@media screen and (max-width: 768px) {
  .top-promise {
    margin-bottom: 130px;
  }
}
.top-promise__items {
  display: flex;
  justify-content: center;
  gap: 80px;
  max-width: 904px;
  margin: 55px auto 0;
}
@media screen and (max-width: 768px) {
  .top-promise__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(310px, 100%), 1fr));
    gap: 60px 15px;
    margin-top: 50px;
  }
}
.top-promise__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-promise__item {
    width: 100%;
  }
}
.top-promise__heading {
  margin-bottom: 38px;
  font-size: 30px;
  line-height: 1.6666666667;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-promise__heading {
    margin-bottom: 24px;
    font-size: 4.8vw;
  }
}
.top-promise__image {
  aspect-ratio: 1;
  order: -1;
  width: 100%;
  max-width: 341px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 10px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-promise__image {
    width: 74%;
    border-width: 5px;
  }
}
.top-promise__image img {
  width: 100%;
}

.top-member {
  margin-bottom: 214px;
}
@media screen and (max-width: 768px) {
  .top-member {
    margin-bottom: 130px;
  }
}
.top-member__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 67px 20px;
  width: 100%;
  max-width: 967px;
  margin: 80px auto 75px;
}
@media screen and (max-width: 768px) {
  .top-member__items {
    grid-template-columns: repeat(auto-fill, minmax(198px, 1fr));
    gap: 40px 20px;
    margin: 50px auto 60px;
  }
}
.top-member__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 242px;
}
@media screen and (max-width: 768px) {
  .top-member__item {
    max-width: 100%;
  }
}
.top-member__item:nth-of-type(3n+2) {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-member__item:nth-of-type(3n+2) {
    margin: 0;
  }
}
.top-member__item:nth-of-type(3n+3) {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .top-member__item:nth-of-type(3n+3) {
    margin-left: 0;
  }
}
.top-member__heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.5em;
  font-size: 21px;
  line-height: 1.7142857143;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-member__heading {
    font-size: 18px;
  }
}
.top-member__image {
  order: -1;
  aspect-ratio: 1;
  width: 100%;
  max-width: 240px;
  overflow: hidden;
  border: 10px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-member__image {
    width: 80%;
    min-width: 210px;
    max-width: 100%;
    border-width: 5px;
  }
}
.top-member__image img {
  width: 100%;
}

.company__head {
  width: 100%;
  max-width: 314px;
  margin: -40px auto 62px;
}
@media screen and (max-width: 768px) {
  .company__head {
    margin: 0 auto 40px;
  }
}
.company__head img {
  width: 100%;
}
.company__items.-col-1 {
  margin-top: 48px;
}
.company__items.-col-2 {
  column-count: 2;
  gap: 55px;
  margin: 98px 0 75px;
}
@media screen and (max-width: 1040px) {
  .company__items.-col-2 {
    column-count: 1;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .company__items.-col-2 {
    margin: 50px 0 60px;
  }
}
.company__items.-page {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .company__items.-page {
    margin-bottom: 50px;
  }
}
.company__item {
  display: flex;
  gap: 13px;
  padding: 38px 2px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 768px) {
  .company__item {
    flex-wrap: wrap;
    padding: 24px 2px;
  }
}
.company__item dt {
  flex-shrink: 0;
  width: 8em;
}
@media screen and (max-width: 768px) {
  .company__item dt {
    width: 100%;
  }
}
.company__item dd {
  gap: 1em;
}
.company__item dd a {
  display: inline-block;
}
.company__item dd small {
  font-size: inherit;
}
.company__item:nth-of-type(1) {
  border-top: 3px solid #000;
}
.-col-2 > .company__item:nth-of-type(3) {
  border-top: 3px solid #000;
}
@media screen and (max-width: 1040px) {
  .-col-2 > .company__item:nth-of-type(3) {
    border-top: none;
  }
}
.-page > .company__item {
  gap: 17px;
  padding: 38px 33px;
}
@media screen and (max-width: 768px) {
  .-page > .company__item {
    padding: 24px 2px;
  }
}
.company__banner {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .company__banner {
    margin-bottom: 60px;
  }
}
.company__more {
  margin-bottom: 94px;
}
@media screen and (max-width: 768px) {
  .company__more {
    margin-bottom: 70px;
  }
}
.company__map {
  height: 633px;
}
@media screen and (max-width: 768px) {
  .company__map {
    height: 74.6666666667vw;
    max-height: 460px;
  }
}
.company__map iframe {
  width: 100%;
  height: 100%;
}

.page__intro {
  position: relative;
  margin-bottom: 102px;
}
@media screen and (max-width: 768px) {
  .page__intro {
    margin-bottom: 50px;
  }
}
.page__inner {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px min(3.6363636364vw, 40px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page__inner {
    padding: 0 5.3333333333vw;
  }
}
.page__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 46px;
  width: 100%;
  font-size: 45px;
  line-height: 1.7111111111;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.125em;
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .page__head {
    gap: 5.3333333333vw;
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
  }
}
.page__head span[data-num] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page__head span[data-num] {
    gap: 0.5333333333vw;
  }
}
.page__head span[data-num]::before {
  content: "#" attr(data-num);
  font-size: 45px;
  line-height: 0.9111111111;
}
@media screen and (max-width: 768px) {
  .page__head span[data-num]::before {
    font-size: 6.9333333333vw;
  }
}
.page__head i {
  aspect-ratio: 1;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 150px;
  border: 6px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .page__head i {
    width: 17.6vw;
    border-width: 0.8vw;
  }
}
.page__head i svg {
  aspect-ratio: 1;
  width: 60px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page__head i svg {
    width: 9.6vw;
  }
}
.page__scroll {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 1.1666666667;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page__scroll {
    font-size: min(3.7333333333vw, 18px);
  }
}
.page__scroll span {
  aspect-ratio: 12/48.5;
  display: flex;
  width: 12px;
}
@media screen and (max-width: 768px) {
  .page__scroll span {
    width: 2.1333333333vw;
    max-width: 12px;
  }
}
.page__scroll span svg {
  width: 100%;
  height: 100%;
}
.page__mv {
  position: relative;
  width: 100%;
  height: min(61.3636363636vw, 675px);
}
.page__mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page__mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.vision__lead {
  display: flex;
  flex-direction: column;
  margin-bottom: 39px;
  font-size: 45px;
  line-height: 1.7111111111;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .vision__lead {
    margin-bottom: 30px;
    gap: 10px;
    white-space: nowrap;
    font-size: 4.8vw;
  }
}
.vision__lead i {
  aspect-ratio: 98.083/100.143;
  display: flex;
  width: 98px;
}
@media screen and (max-width: 768px) {
  .vision__lead i {
    width: 10.6666666667vw;
  }
}
.vision__lead i svg {
  width: 100%;
  height: 100%;
}
.vision__lead i:last-of-type {
  margin-left: auto;
}
.vision__lead em {
  margin-top: -43px;
  padding-left: 110px;
}
@media screen and (max-width: 768px) {
  .vision__lead em {
    margin-top: 0;
    padding: 0 4vw;
  }
}
.vision__txt {
  font-size: 20px;
  line-height: 3;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .vision__txt {
    font-size: 16px;
    line-height: 2.5;
  }
}

.member__items {
  margin-bottom: 113px;
}
@media screen and (max-width: 768px) {
  .member__items {
    margin-bottom: 80px;
  }
}
.member__item {
  display: flex;
  align-items: center;
  gap: min(6.3636363636vw, 70px);
}
@media screen and (max-width: 768px) {
  .member__item {
    flex-wrap: wrap;
    gap: min(4vw, 20px);
  }
}
.member__item + .member__item {
  margin-top: 89px;
}
@media screen and (max-width: 768px) {
  .member__item + .member__item {
    margin-top: 70px;
  }
}
.member__detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .member__detail {
    width: 100%;
  }
}
.member__data {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .member__data {
    justify-content: center;
  }
}
.member__heading {
  font-size: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .member__heading {
    font-size: 26px;
  }
}
.member__post {
  font-size: 18px;
  line-height: 1.7222222222;
}
@media screen and (max-width: 768px) {
  .member__post {
    font-size: 16px;
  }
}
.member__txt {
  font-size: 18px;
  line-height: 2.1666666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .member__txt {
    font-size: 16px;
  }
}
.member__image {
  order: -1;
  flex-shrink: 0;
  aspect-ratio: 1;
  width: 240px;
  overflow: hidden;
  border: 10px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .member__image {
    width: 80%;
    min-width: 210px;
    max-width: 340px;
    margin: 0 auto;
    border-width: 5px;
  }
}
.member__image img {
  width: 100%;
}

.property {
  font-weight: bold;
}
.property + .property {
  margin-top: 111px;
}
@media screen and (max-width: 768px) {
  .property + .property {
    margin-top: 80px;
  }
}
.property__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .property__wrap {
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
  }
}
.property__item {
  width: 513px;
}
@media screen and (max-width: 768px) {
  .property__item {
    display: contents;
  }
}
.property__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 30px;
  margin-bottom: 17px;
  font-size: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .property__head {
    order: -1;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    font-size: 26px;
  }
}
.property__head::before {
  content: "#" attr(data-num);
  flex-shrink: 0;
  font-size: 45px;
  line-height: 1.1333333333;
}
@media screen and (max-width: 768px) {
  .property__head::before {
    font-size: 30px;
  }
}
.property__detail {
  border-top: 3px solid #000;
}
@media screen and (max-width: 768px) {
  .property__detail {
    width: 100%;
  }
}
.property__data {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 768px) {
  .property__data {
    justify-content: flex-start;
    gap: 5.3333333333vw;
    font-size: 16px;
  }
}
.property__data dt {
  min-width: 7em;
}
.property__data dd {
  flex-grow: 1;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .property__data dd {
    max-width: 100%;
  }
}
.property__image {
  aspect-ratio: 450/360;
  order: -1;
  width: 450px;
  overflow: hidden;
  border: 5px solid #000;
  border-radius: 36px;
}
@media screen and (max-width: 768px) {
  .property__image {
    width: 100%;
    margin-bottom: 30px;
    border-width: 3px;
    border-radius: 16px;
  }
}
.property__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property__txt {
  margin-bottom: 64px;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  .property__txt {
    margin-bottom: 40px;
  }
}

.property-detail {
  font-weight: bold;
}
.property-detail__lead {
  margin-bottom: 46px;
  font-size: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .property-detail__lead {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
.property-detail__txt {
  margin-bottom: 128px;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  .property-detail__txt {
    margin-bottom: 80px;
  }
}
.property-detail__content + .property-detail__content {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .property-detail__content + .property-detail__content {
    margin-top: 80px;
  }
}
.property-detail__images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 49px min(3.3636363636vw, 37px);
  margin-top: 59px;
}
@media screen and (max-width: 768px) {
  .property-detail__images {
    gap: 30px 20px;
  }
}
.property-detail__image {
  aspect-ratio: 315/218;
  width: 100%;
  overflow: hidden;
  border: 5px solid #000;
  border-radius: 36px;
}
@media screen and (max-width: 768px) {
  .property-detail__image {
    border-width: 3px;
    border-radius: 16px;
  }
}
.property-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-detail__detail {
  margin: 59px 0 123px;
}
.property-detail__detail:has(> :nth-child(11)) {
  position: relative;
  column-count: 2;
  gap: min(9.0909090909vw, 100px);
}
@media screen and (max-width: 1040px) {
  .property-detail__detail:has(> :nth-child(11)) {
    column-count: 1;
  }
}
.property-detail__detail:has(> :nth-child(11))::before {
  content: "";
  position: absolute;
  width: calc(50% - min(4.5454545455vw, 50px));
  height: 3px;
  top: 0;
  right: 0;
  background: #000;
}
@media screen and (max-width: 1040px) {
  .property-detail__detail:has(> :nth-child(11))::before {
    content: none;
  }
}
.property-detail__data {
  display: flex;
  gap: 16px;
  padding: 17px 0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 768px) {
  .property-detail__data {
    justify-content: flex-start;
    gap: 5.3333333333vw;
    font-size: 16px;
  }
}
.property-detail__data dt {
  min-width: 10em;
}
@media screen and (max-width: 768px) {
  .property-detail__data dt {
    min-width: 7em;
  }
}
.property-detail__data dd {
  flex-grow: 1;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .property-detail__data dd {
    max-width: 100%;
  }
}
.property-detail__data:nth-child(1) {
  border-top: 3px solid #000;
}

.promise p {  
  font-size: 20px;
  line-height: 3;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.promise p.has-text-align-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .promise p {  
    font-size: 16px;
  }
}
.promise + .promise {
  margin-top: 253px;
}
@media screen and (max-width: 768px) {
  .promise + .promise {
    margin-top: 100px;
  }
}
.promise__head {
  display: flex;
  flex-direction: column;
  margin-bottom: 87px;
  font-size: 45px;
  line-height: 1.7111111111;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .promise__head {
    margin-bottom: 30px;
    gap: 10px;
    white-space: nowrap;
    font-size: 5.3333333333vw;
  }
}
.promise__head i {
  aspect-ratio: 98.083/100.143;
  display: flex;
  width: 98px;
}
@media screen and (max-width: 768px) {
  .promise__head i {
    width: 10.6666666667vw;
  }
}
.promise__head i svg {
  width: 100%;
  height: 100%;
}
.promise__head i:last-of-type {
  margin-left: auto;
}
.promise__head em {
  margin: -20px 0 -42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .promise__head em {
    margin: 0;
    padding: 0 4vw;
  }
}
.promise__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .promise__item {
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
}
.promise__item + .promise__item {
  margin-top: 92px;
}
@media screen and (max-width: 768px) {
  .promise__item + .promise__item {
    margin-top: 50px;
  }
}
.promise__detail {
  flex-grow: 1;
  max-width: 740px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .promise__detail {
    width: 100%;
    max-width: 100%;
  }
}
.promise__heading {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .promise__heading {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5833333333;
  }
}
.promise__txt {
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .promise__txt {
    font-size: 16px;
  }
}
.promise__icon {
  display: flex;
  order: -1;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 205px;
  border: 6px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .promise__icon {
    width: 190px;
    padding-top: 14px;
    border-width: 3px;
  }
}
.promise__icon::before {
  content: attr(data-num);
  font-size: 45px;
  line-height: 1;
  font-family: "Oswald", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  transform: translateY(-12px);
}
@media screen and (max-width: 768px) {
  .promise__icon::before {
    font-size: 35px;
  }
}
.promise__icon svg {
  aspect-ratio: 1;
  width: 75px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .promise__icon svg {
    width: 65px;
  }
}
.promise__merit {
  font-size: 20px;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .promise__merit {
    font-size: 16px;
  }
}
.promise__merit dt::before {
  content: "【";
}
.promise__merit dt::after {
  content: "】";
}
.promise__merit ol {
  counter-reset: item;
}
.promise__merit ol li {
  display: flex;
  gap: 0.5em;
}
.promise__merit ol li::before {
  content: counter(item) ".";
  counter-increment: item;
}
.promise__fig {
  margin-top: 184px;
}
@media screen and (max-width: 768px) {
  .promise__fig {
    margin-top: 70px;
  }
}
.promise__fig img {
  width: 100%;
}

.footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 357px;
  padding-bottom: 71px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footer {
    height: 260px;
  }
}
.footer::before {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  width: 2894px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #000;
  z-index: -1;
}
.footer__copy {
  display: block;
  margin-top: auto;
  font-size: 9px;
  line-height: 1.7777777778;
  font-weight: bold;
  color: #fff;
  font-family: YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  text-align: center;
}
