@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list {
  display: block;
}
.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -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;
}
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;
}
@media screen and (max-width: 767px) {
  small {
    font-size: 70%;
  }
}
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;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
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;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
html {
  font-size: 62.5%;
}
html :focus {
  outline: none;
}
body {
  font: 0.52vw "Zen Kaku Gothic New", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  letter-spacing: 0.05em;
  color: #171717;
  background-color: #fff;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
em {
  font-style: normal;
}
table {
  width: 100%;
}
@media all and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
  a[href^="tel:"] {
    text-decoration: none !important;
    color: inherit !important;
    cursor: default !important;
    pointer-events: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
.ttl01 {
  position: relative;
}
.ttl01_ja {
  font-family: "Shippori Mincho B1", sans-serif;
  display: block;
  letter-spacing: 0.05em;
}
.ttl01_en {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: bold;
  color: #d1c2a8;
  position: absolute;
  top: -0.65em;
  left: 0;
  display: block;
  letter-spacing: 0.05em;
  z-index: -1;
}
.ttl01.-company,
.ttl01.-history {
  z-index: 1;
}
.ttl01.-company .ttl01_en,
.ttl01.-history .ttl01_en {
  color: #526273;
  z-index: -1;
}
.ttl01 .fade_ttl {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.ttl01 .fade_ttl > * {
  display: inline-block;
  -webkit-transition: -webkit-transform 1.6s ease;
  transition: -webkit-transform 1.6s ease;
  -o-transition: transform 1.6s ease;
  transition: transform 1.6s ease;
  transition: transform 1.6s ease, -webkit-transform 1.6s ease;
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 105%, 0);
  transform: translate3d(0, 105%, 0);
}
.ttl01 .fade_ttl > *.fadeUp {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media all and (min-width: 768px) {
  .ttl01_ja {
    font-size: clamp(50px, 6em, 62px);
    line-height: 1.5;
  }
  .ttl01_en {
    font-size: clamp(60px, 1.2em, 72px);
    line-height: 1.2;
  }
  .ttl01.-system .ttl01_en {
    left: 13.5vw;
  }
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 32px;
  }
  .ttl01::before {
    font-size: 34px;
  }
  .ttl01.-message .ttl01_en,
  .ttl01.-system .ttl01_en {
    left: 20px;
  }
}
.ttl02 {
  position: relative;
  font-weight: bold;
}
.ttl02::before {
  font-family: "Cormorant Garamond", sans-serif;
  color: #f1ebe2;
  position: absolute;
  left: 0;
  z-index: -1;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
}
@media all and (min-width: 768px) {
  .ttl02 {
    font-size: clamp(24px, 3em, 32px);
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .ttl02::before {
    font-weight: 500;
    font-size: clamp(96px, 3.3em, 110px);
    line-height: 1.4;
    top: -93px;
  }
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 24px;
    line-height: 1.5;
  }
  .ttl02::before {
    font-size: 71px;
    line-height: 1;
    bottom: 7px;
  }
}
.breadcrumbList {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-break: break-all;
}
.breadcrumbList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbList_item:not(:last-child)::after {
  content: " ";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #182e45;
}
.breadcrumbList_item_link {
  color: #b18d63;
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .breadcrumb {
    width: 1180px;
    height: 28px;
    margin: 15px auto 80px;
  }
  .breadcrumbList {
    margin: 15px auto 80px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .breadcrumbList_item {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
    margin: 15px auto 50px;
  }
  .breadcrumbList {
    gap: 0 15px;
  }
  .breadcrumbList_item {
    gap: 15px;
  }
}
.table01 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
}
.table01 tr:last-child {
  border-bottom: 1px solid #fff;
}
.table01 tr th {
  font-weight: bold;
}
.table01 tr td {
  font-weight: 500;
}
.table01.-office tr {
  border-top: 1px solid #a8a8a8;
}
.table01.-office tr:last-child {
  border-bottom: 1px solid #a8a8a8;
}
@media all and (min-width: 768px) {
  .table01 {
    width: 55.9vw;
    max-width: 1075px;
    margin-left: auto;
  }
  .table01 tr th,
  .table01 tr td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .table01 tr th {
    width: 30.2%;
    min-width: 155px;
  }
  .table01 tr td {
    width: 69.8%;
  }
  .table01.-office tr th {
    width: 34.8%;
    min-width: 220px;
  }
  .table01.-office tr td {
    width: 65.2%;
  }
}
@media screen and (max-width: 767px) {
  .table01 tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .table01 tr th {
    padding-top: 25px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .table01 tr th::before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #fff;
  }
  .table01 tr td {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .table01.-office tr {
    gap: 20px;
  }
  .table01.-office tr th::before {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .conInr,
  .minInr {
    margin-left: auto;
    margin-right: auto;
  }
  .conInr {
    max-width: 1400px;
  }
  .minInr {
    max-width: 1125px;
  }
}
@media screen and (max-width: 767px) {
  .conInr,
  .minInr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header {
  background-color: #182e45;
  width: 100%;
  position: fixed;
  inset: 0 0 auto;
  z-index: 9999;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.header_logo_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 768px) {
  .header {
    height: 90px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 4.16vw;
  }
  .header_logo_link {
    height: 90px;
  }
  .header_nav_list {
    font-size: clamp(12px, 1.8em, 20px);
    gap: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    padding-left: 5.33vw;
  }
  .header_logo_link {
    height: 60px;
  }
  .header_logo_link_img {
    width: 132px;
    height: 19px;
  }
  .header_nav {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 394px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    color: #171717;
    font-size: 16px;
    padding: 9px 20px 0;
  }
  .header_nav.show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header_nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header_nav_list_item_link {
    width: 100%;
    padding: 22px 5px 22px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d5d5d5;
    line-height: 1.2;
  }
  .header_nav_list_item_link::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #b18d63;
    padding-left: 10px;
  }
  .header .spMenuBtn {
    width: 60px;
    height: 60px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
  }
  .header .spMenuBtn_bar {
    color: transparent;
    width: 30px;
    height: 12px;
    position: relative;
  }
  .header .spMenuBtn_bar::before,
  .header .spMenuBtn_bar::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header .spMenuBtn_bar::before {
    top: 0;
  }
  .header .spMenuBtn_bar::after {
    bottom: 0;
  }
  .header .spMenuBtn.active .spMenuBtn_bar::before,
  .header .spMenuBtn.active .spMenuBtn_bar::after {
    top: 50%;
  }
  .header .spMenuBtn.active .spMenuBtn_bar::before {
    -webkit-transform: rotate(135deg) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
  }
  .header .spMenuBtn.active .spMenuBtn_bar::after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    -ms-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .menuOpen_bg {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  body.-menuOpen .menuOpen_bg {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  body.-menuOpen {
    overflow: hidden;
    height: 100vh;
  }
}
.footer {
  background-color: #182e45;
  color: #fff;
  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: relative;
}
@media all and (min-width: 768px) {
  .footer {
    height: 110px;
  }
  .footer_copy small {
    font-size: clamp(15px, 1.6em, 18px);
  }
}
@media screen and (max-width: 767px) {
  .footer {
    height: 77px;
  }
}
.pageTopBtn {
  position: fixed;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.pageTopBtn_link {
  background-color: #fff;
  border: 1px solid #182e45;
  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;
  font-size: clamp(15px, 1.6em, 18px);
}
.pageTopBtn_link::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f106";
  color: #182e45;
}
.pageTopBtn.-show {
  visibility: visible;
  opacity: 1;
}
.pageTopBtn.-stop {
  position: absolute;
  bottom: auto;
}
@media all and (min-width: 768px) {
  .pageTopBtn {
    inset: auto 40px 30px auto;
  }
  .pageTopBtn_link {
    width: 60px;
    height: 60px;
  }
  .pageTopBtn.-stop {
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .pageTopBtn {
    inset: auto 20px 20px auto;
  }
  .pageTopBtn_link {
    width: 50px;
    height: 50px;
  }
  .pageTopBtn_link.-stop {
    top: -25px;
  }
}
.fade {
  opacity: 0;
}
.fade_in {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #171717;
  line-height: 1.7;
}
@media all and (min-width: 768px) {
  body {
    padding-top: 90px;
    font-size: 0.52vw;
    margin-left: auto;
    margin-right: auto;
  }
  a {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
  .cont_txt {
    font-size: clamp(15px, 1.6em, 18px);
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
    font-size: 15px;
  }
}
/*# sourceMappingURL=common.min.css.map */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_mv {
  position: relative;
}
.top_mv::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.25);
}
.top_mv_img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top_mv_txt {
  font-family: "Shippori Mincho B1", sans-serif;
  color: #fff;
  position: absolute;
}
.top_mv .fade_ttl {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.top_mv .fade_ttl > * {
  display: inline-block;
  -webkit-transition: -webkit-transform 1.6s ease;
  transition: -webkit-transform 1.6s ease;
  -o-transition: transform 1.6s ease;
  transition: transform 1.6s ease;
  transition: transform 1.6s ease, -webkit-transform 1.6s ease;
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 105%, 0);
  transform: translate3d(0, 105%, 0);
}
.top_mv .fade_ttl > *.fadeUp {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media all and (min-width: 768px) {
  .top_mv_img img {
    aspect-ratio: 1920/870;
    max-height: 870px;
  }
  .top_mv_txt {
    bottom: 5.729vw;
    left: 13.54vw;
    font-size: clamp(40px, 7.4em, 76px);
  }
}
@media screen and (max-width: 767px) {
  .top_mv_txt {
    left: 5.33vw;
    bottom: 6.66vw;
    font-size: 28px;
  }
}
.top_lead_con {
  position: relative;
}
.top_lead_con_bg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top_lead_con_bg_txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: bold;
  color: #f3eee7;
  line-height: 0.9;
  -webkit-animation: loop 15s linear infinite;
  animation: loop 15s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media all and (min-width: 768px) {
  .top_lead {
    padding: 6.7vw 0 9.3vw;
  }
  .top_lead_con_txt {
    width: 58.5vw;
    line-height: 2;
  }
  .top_lead_con_bg {
    font-size: clamp(230px, 26.3em, 266px);
    gap: 5.2vw;
  }
  .top_lead_con_bg_txt {
    gap: 5.2vw;
  }
}
@media screen and (max-width: 767px) {
  .top_lead_con {
    padding: 50px 0 70px;
  }
  .top_lead_con_bg {
    font-size: 160px;
    gap: 14.6vw;
  }
  .top_lead_con_bg_txt {
    gap: 14.6vw;
  }
}
.sec_philosophy_con {
  display: grid;
}
.sec_philosophy_con_img img {
  aspect-ratio: 815/730;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media all and (min-width: 768px) {
  .sec_philosophy {
    width: 86.4vw;
    margin-left: auto;
    margin-bottom: 120px;
  }
  .sec_philosophy .ttl01 {
    margin-bottom: 60px;
  }
  .sec_philosophy_con {
    grid-template-columns: auto 42.4vw;
    gap: 7.55vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_philosophy {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec_philosophy .ttl01 {
    margin-bottom: 20px;
  }
  .sec_philosophy_con {
    gap: 30px;
  }
  .sec_philosophy_con_txt {
    font-size: 15px;
  }
}
.top_sub_imgArea img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media all and (min-width: 768px) {
  .top_sub_imgArea {
    width: 86.4vw;
    margin-bottom: 120px;
  }
  .top_sub_imgArea img {
    aspect-ratio: 1660/744;
  }
}
@media screen and (max-width: 767px) {
  .top_sub_imgArea {
    margin-bottom: 50px;
    width: 94.6vw;
  }
  .top_sub_imgArea img {
    aspect-ratio: 355/240;
  }
}
.sec_group {
  counter-reset: number 0;
}
.sec_group_list_item {
  display: grid;
  border-bottom: 1px solid #dcdcdc;
}
.sec_group_list_item_txt_link {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: bold;
  color: #b18d63;
  text-decoration: underline;
  display: inline-block;
}
.sec_group_list_item_txt_link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f35d";
  display: inline-block;
  color: #b18d63;
  padding-left: 10px;
  font-size: smaller;
}
.sec_group_list_item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_group_list_item_img_con {
  width: 100%;
}
.sec_group_list_item_img_con img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.sec_group_list_item_img.-img_bdr img {
  border: 1px solid #d1c2a8;
}
@media all and (min-width: 768px) {
  .sec_group {
    width: 72.9vw;
    margin-bottom: 140px;
  }
  .sec_group .ttl01 {
    margin-bottom: 43px;
  }
  .sec_group_lead {
    margin-bottom: 10px;
  }
  .sec_group_list_item {
    grid-template-columns: auto 34vw;
    gap: 2.44vw;
    padding-top: 102px;
    padding-bottom: 57px;
  }
  .sec_group_list_item_txt .ttl02.-group01 {
    margin-bottom: 15px;
  }
  .sec_group_list_item_txt .ttl02.-group02 {
    margin-bottom: 11px;
  }
  .sec_group_list_item_txt .ttl02.-group03 {
    margin-bottom: 33.8px;
  }
  .sec_group_list_item_txt .ttl02.-group04 {
    margin-bottom: 21.7px;
  }
  .sec_group_list_item_txt .ttl02.-group05 {
    margin-bottom: 20.5px;
  }
  .sec_group_list_item_txt_desc {
    margin-bottom: 50px;
  }
  .sec_group_list_item_txt_link {
    font-size: clamp(16px, 1.8em, 22px);
  }
  .sec_group_list_item_img {
    gap: 18px;
    width: 34vw;
  }
  .sec_group_list_item_img_con img {
    aspect-ratio: 318/212;
  }
}
@media screen and (max-width: 767px) {
  .sec_group {
    margin-bottom: 60px;
  }
  .sec_group .ttl01 {
    margin-bottom: 30px;
  }
  .sec_group_list_item {
    gap: 20px;
    padding-top: 61px;
    padding-bottom: 40px;
  }
  .sec_group_list_item_txt .ttl02 {
    margin-bottom: 20px;
  }
  .sec_group_list_item_txt_desc {
    margin-bottom: 30px;
  }
  .sec_group_list_item_txt_link {
    font-size: 17px;
    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;
  }
  .sec_group_list_item_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec_message_con {
  display: grid;
}
.sec_message_con_txt_en {
  color: #b18d63;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec_message_con_txt_en::before,
.sec_message_con_txt_en::after {
  content: "";
  height: 1px;
  background-color: #b18d63;
  display: inline-block;
}
.sec_message_con_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media all and (min-width: 768px) {
  .sec_message {
    width: 86.4vw;
    margin-left: auto;
    margin-bottom: 140px;
  }
  .sec_message .ttl01 {
    margin-bottom: 40px;
  }
  .sec_message_con {
    grid-template-columns: auto 44.7vw;
    gap: 3.12vw;
  }
  .sec_message_con_txt_en {
    gap: 1.04vw;
    margin-bottom: 40px;
    font-size: clamp(25px, 4em, 42px);
  }
  .sec_message_con_txt_en::before,
  .sec_message_con_txt_en::after {
    width: 2.08vw;
  }
  .sec_message_con_img img {
    aspect-ratio: 860/825;
  }
}
@media screen and (max-width: 767px) {
  .sec_message {
    margin-bottom: 50px;
  }
  .sec_message .ttl01 {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec_message_con {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sec_message_con_txt {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sec_message_con_txt_en {
    font-size: 27px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 30px;
  }
  .sec_message_con_txt_en::before,
  .sec_message_con_txt_en::after {
    width: 20px;
  }
  .sec_message_con_img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sec_message_con_img img {
    aspect-ratio: 375/240;
  }
}
@media all and (min-width: 768px) {
  .top_sldrArea {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .top_sldrArea {
    margin-bottom: 50px;
  }
}
.sec_system_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.sec_system_img_cap {
  font-family: "Shippori Mincho B1", sans-serif;
  color: #b18d63;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .sec_system {
    width: 100vw;
    margin-bottom: 120px;
  }
  .sec_system .ttl01 {
    padding-left: 13.5vw;
    margin-bottom: 40px;
  }
  .sec_system_img {
    position: relative;
    margin-bottom: 40px;
  }
  .sec_system_img img {
    aspect-ratio: 1660/700;
  }
  .sec_system_img_cap {
    background-color: #fff;
    position: absolute;
    inset: auto 0 0 auto;
    width: 55.9vw;
    height: 9.2vw;
    font-size: clamp(20px, 4em, 42px);
    padding: 3.12vw 0 0 3.12vw;
    line-height: 1.5;
  }
  .sec_system_txt {
    width: 52.8vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec_system {
    margin-bottom: 70px;
  }
  .sec_system .ttl01 {
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .sec_system_img {
    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;
    margin-bottom: 30px;
  }
  .sec_system_img img {
    aspect-ratio: 375/240;
  }
  .sec_system_img_cap {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  .sec_system_txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec_about {
  color: #fff;
  background-color: #182e45;
}
.sec_about_btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec_about_btnList_item_link {
  border: 1px solid #fff;
  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: relative;
}
.sec_about_btnList_item_link.active {
  background-color: #fff;
  color: #171717;
}
.sec_about_btnList_item_link.active::after {
  content: "";
  border: 7.5px solid transparent;
  border-top: 6.5px solid #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec_about_con {
  display: none;
}
.sec_about_con.active {
  display: block;
}
.sec_about_con.-company .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_about_con.-company .map_link {
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .sec_about {
    padding: 120px 0;
    margin-bottom: 120px;
  }
  .sec_about_btnList {
    width: 39vw;
    max-width: 750px;
    margin: 0 auto 104px;
    gap: 5.2vw;
  }
  .sec_about_btnList_item {
    font-size: clamp(18px, 2em, 22px);
  }
  .sec_about_btnList_item_link {
    width: 15.9vw;
    min-width: 306px;
    height: 4.1vw;
    min-height: 80px;
  }
  .sec_about_con {
    width: 72.9vw;
  }
  .sec_about_con .ttl01 {
    margin-bottom: 40px;
  }
  .sec_about_con.-company .results {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec_about {
    padding: 50px 0 90px;
    margin-bottom: 50px;
  }
  .sec_about_btnList {
    margin-bottom: 56px;
    gap: 6.6vw;
  }
  .sec_about_btnList_item_link {
    width: 41.3vw;
    height: 13.3vw;
  }
  .sec_about_con .ttl01 {
    margin-bottom: 30px;
  }
  .sec_about_con.-company .results {
    gap: 20px;
  }
}
.sec_office_con .url_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_office_con .url_area_link {
  color: #b18d63;
  text-decoration: underline;
  word-break: break-all;
}
@media all and (min-width: 768px) {
  .sec_office {
    margin-bottom: 120px;
  }
  .sec_office_con {
    width: 72.9vw;
  }
  .sec_office_con .url_area {
    gap: 2.1%;
  }
  .sec_office_con .ttl01 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec_office {
    margin-bottom: 50px;
  }
  .sec_office_con .url_area {
    gap: 10px;
  }
  .sec_office_con .ttl01 {
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=top.min.css.map */



