:root {
  --ww: calc(var(--vw) * 100);
  --wh: calc(var(--vh) * 100);
  --vw: calc(100vw / 100);
  --vh: calc(100vh / 100);
  --scrollbar-width: 0px;
  --mqUp-xxxs: 321;
  --mqUp-xxs: 376;
  --mqUp-xs: 431;
  --mqUp-sm: 561;
  --mqUp-md: 768;
  --mqUp-lg: 1024;
  --mqUp-xl: 1281;
  --mqUp-xxl: 1441;
  --mqUp-xxxl: 1681;
  --mqUp-fhd: 1921;
  --mqUp-2k: 2049;
  --mqUp-wqhd: 2561;
  --mqDown-xxxs: 320;
  --mqDown-xxs: 375;
  --mqDown-xs: 430;
  --mqDown-sm: 560;
  --mqDown-md: 767;
  --mqDown-lg: 1023;
  --mqDown-xl: 1280;
  --mqDown-xxl: 1440;
  --mqDown-xxxl: 1680;
  --mqDown-fhd: 1920;
  --mqDown-2k: 2048;
  --mqDown-wqhd: 2560;
}

@media screen and (min-width: 1024px) {
  :root {
    --min-wh: 76.8rem;
    --max-wh: var(--wh);
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  :root {
    --min-wh: 76.8rem;
    --max-wh: 102.4rem;
  }
}
@media screen and (max-width: 560px) {
  :root {
    --min-wh: 42rem;
    --max-wh: 89.6rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --base-width: 1500;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --base-width: 375;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --contents-sm: calc(1014 / 1500 * var(--ww));
    --contents-sm-outside: calc(243 / 1500 * var(--ww));
    --contents-rg: calc(1100 / 1500 * var(--ww));
    --contents-rg-outside: calc(200 / 1500 * var(--ww));
    --contents-md: calc(1200 / 1500 * var(--ww));
    --contents-md-outside: calc(150 / 1500 * var(--ww));
    --contents-md2: calc(1230 / 1500 * var(--ww));
    --contents-md2-outside: calc(135 / 1500 * var(--ww));
    --contents-lg: calc(1300 / 1500 * var(--ww));
    --contents-lg-outside: calc(100 / 1500 * var(--ww));
    --contents-xl: calc(1400 / 1500 * var(--ww));
    --contents-xl-outside: calc(50 / 1500 * var(--ww));
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --contents-xxs: calc(271 / 375 * var(--ww));
    --contents-xxs-outside: calc(52 / 375 * var(--ww));
    --contents-xs: calc(284 / 375 * var(--ww));
    --contents-xs-outside: calc(45.5 / 375 * var(--ww));
    --contents-sm: calc(300 / 375 * var(--ww));
    --contents-sm-outside: calc(37.5 / 375 * var(--ww));
    --contents-md: calc(310 / 375 * var(--ww));
    --contents-md-outside: calc(32.5 / 375 * var(--ww));
    --contents-lg: calc(320 / 375 * var(--ww));
    --contents-lg-outside: calc(27.5 / 375 * var(--ww));
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --loading-size: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --loading-size: 2.5rem;
  }
}
:root {
  --anchor-padding: 0.3rem;
  --anchor-padding-lg: 0.8rem;
}

:root {
  --color-hover: #ffffff;
  --color-hover2: #edf0f1;
  --hover-opacity: 0.4;
  --hover-scale: 1.07;
  --bg-filter: blur(10px);
  --color-bg: #1b434e;
  --color-bg2: #284e58;
  --color-bg3: #ffffff;
  --color-bg4: rgba(0, 0, 0, 0.2);
  --color-blend: #001714;
  --color-blend2: #000000;
  --color-overlay: rgba(0, 23, 20, 0.6);
  --color-txt: #ffffff;
  --color-txt2: #81969c;
  --color-txt3: #a7b6ba;
  --color-txt4: #1b434e;
  --color-txt5: #c3cdd0;
  --color-txt6: #aebcc0;
  --color-line: #658087;
  --color-line2: #1b434e;
  --color-line3: #ffffff;
  --color-line4: #94a7ac;
  --color-icon: #6f878e;
  --color-icon2: #82989e;
  --color-icon3: #7a9198;
  --color-circle: #5b7880;
  --color-gradation: linear-gradient(180deg, #1b434e 0%, #05323e 85.8%);
  --color-gradation2: linear-gradient(0deg, rgba(27, 67, 78, 0) 0%, #05323e 85.8%);
  --color-progressbar: #d1d9db;
}

:root {
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

:root {
  --solid-current: solid 0.7px currentColor;
  --solid: solid 0.7px var(--color-line);
  --solid2: solid 0.7px var(--color-line2);
  --solid3: solid 0.7px var(--color-line3);
  --solid4: solid 0.7px var(--color-line4);
}

:root {
  --radius-max: 1000px;
}

:root {
  --ease-level1: var(--easeOutQuart);
  --ease-heavy1: var(--easeInOutQuint);
  --transition-hover: 600ms var(--ease-level1);
  --transition-hover-slow: 800ms var(--ease-level1);
  --animation-hover: 1000ms var(--ease-level1) forwards;
  --transition-progressbar: 800ms ease;
  --transition-loading-maskout: 2400ms var(--ease-heavy1);
  --transition-loading-fadeout: 1500ms var(--ease-level1);
  --transition-loading-icon: 500ms var(--ease-level1);
  --transition-delayanchor: 700ms var(--ease-level1);
  --transition-button: 600ms var(--ease-level1);
  --transition-sitemap: 1600ms var(--ease-level1);
  --transition-sitemap-out: 600ms var(--ease-level1);
  --transiiton-carousel: var(--ease-level1);
  --transition-slider-num: 800ms var(--ease-level1);
  --transition-slider-break: 800ms var(--ease-level1);
  --transition-accordion: 800ms var(--ease-level1);
  --transition-currentSection: 2200ms var(--ease-level1);
  --transition-modal: 1000ms var(--ease-level1);
  --transition-fade: 2200ms var(--ease-level1);
  --transition-fadeup: 1400ms var(--ease-level1);
  --transition-line: 1600ms var(--ease-level1);
  --animation-scroll: 3000ms var(--ease-heavy1) infinite;
}

:root {
  --z-index-: -1;
  --z-index-l-footer: 0;
  --z-index-l-main: 10;
  --z-index-home-catch-load: 100;
  --z-index-l-header__inner: 1000;
  --z-index-l-sitemap: 10000;
  --z-index-l-header__button: 100000;
  --z-index-js-modal: 1000000;
  --z-index-l-loading: 10000000;
  --z-index-home-catch: 100000000;
  --z-index-l-loading2: 1000000000;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  outline: none;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  scroll-padding-top: 80px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  position: relative;
  word-break: break-all;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans CJK JP", "Hiragino Sans", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji" !important;
  font-size: 20px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000000;
  overflow-x: hidden;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  cursor: pointer;
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tb-only {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .sp-only {
    display: none;
  }
}
.kv {
  position: relative;
  width: 100%;
  height: 640px;
  margin-top: 80px;
}
@media screen and (max-width: 575px) {
  .kv {
    height: 480px;
    margin-top: 50px;
  }
}
.kv__photo {
  position: absolute;
  width: 100%;
  height: 640px;
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .kv__photo {
    height: 480px;
  }
}
.kv__photo.active {
  opacity: 1;
}
.kv__photo img {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 575px) {
  .kv__photo img {
    height: 480px;
  }
}
.kv__title {
  position: absolute;
  top: 65%;
  left: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3rem !important;
  line-height: 0.75;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: serif;
  font-weight: 400;
  text-shadow: 0px 3px 6px rgb(0, 0, 0);
}
@media screen and (max-width: 1023px) {
  .kv__title {
    left: 5%;
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 575px) {
  .kv__title {
    top: 60%;
    left: 5%;
    font-size: 2rem !important;
    line-height: 1.25;
  }
}
.kv__title span {
  display: block;
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans CJK JP", "Hiragino Sans", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji" !important;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .kv__title span {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .kv__title {
    font-size: 1.5rem;
  }
}

.introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  padding: 5rem 0;
}
@media screen and (max-width: 1375px) {
  .introduction {
    width: 92vw;
    margin: auto;
  }
}
.introduction__headline {
  font-size: 1.5rem;
  color: #197cba;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 575px) {
  .introduction__headline {
    text-align: center;
  }
}
.introduction__description {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .introduction__description {
    text-align: left;
  }
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  padding: 5rem 0;
  background: #d7dee2;
}
@media screen and (max-width: 767px) {
  .menu {
    margin-bottom: 3rem;
  }
}
.menu__headline {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .menu__headline {
    text-align: center;
  }
}
.menu__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1375px) {
  .menu__items {
    width: 92vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .menu__items {
    gap: 1rem 0;
  }
}
.menu__item {
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.menu__item a {
  width: 240px;
  height: 64px;
  background: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 1rem;
  cursor: pointer;
}
@media screen and (max-width: 1375px) {
  .menu__item a {
    width: 22vw;
  }
}
@media screen and (max-width: 1023px) {
  .menu__item a {
    width: 44vw;
  }
}
.menu__item a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../assets/images/ico_arrow.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menu__item:hover {
  opacity: 0.75;
}

.content {
  padding: 5rem 0;
}
.content__bg {
  width: 100%;
  background: #efefef;
  margin-bottom: 5rem;
}
.content__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1375px) {
  .content__wrap {
    width: 92vw;
  }
}
@media screen and (max-width: 767px) {
  .content__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content__main {
  width: 640px;
}
@media screen and (max-width: 1375px) {
  .content__main {
    width: 56vw;
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .content__main {
    width: 92vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 3rem 0;
  }
}
.content__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.5;
  color: #197cba;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 575px) {
  .content__headline {
    font-size: 1.75rem;
  }
}
.content__headline span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  gap: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 575px) {
  .content__headline span {
    font-size: 1.125rem;
  }
}
.content__headline span::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../../assets/images/ico_new-house.webp) no-repeat center;
  background-size: contain;
}
.content__headline span.asset::before {
  width: 48px;
  height: 48px;
  background: url(../../assets/images/ico_asset.webp) no-repeat center;
  background-size: contain;
}
.content__headline span.reform::before {
  width: 48px;
  height: 48px;
  background: url(../../assets/images/ico_reform.webp) no-repeat center;
  background-size: contain;
}
.content__headline span.real-estate::before {
  width: 48px;
  height: 48px;
  background: url(../../assets/images/ico_real-estate.webp) no-repeat center;
  background-size: contain;
}
.content__description {
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.75;
}
.content__photo {
  width: 480px;
  margin: -2.5rem 0;
}
@media screen and (max-width: 1375px) {
  .content__photo {
    width: 32vw;
    margin: -1.25rem 0;
  }
}
@media screen and (max-width: 767px) {
  .content__photo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 60vw;
    margin: -4rem 0 0 0;
  }
}
.content__photo img {
  border-radius: 8px;
}
.content__present {
  background: #fff;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin-top: 1.5rem;
}
.content__present-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .content__present-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.content__present-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.content__present-headline {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #197cba;
  margin-bottom: 1rem;
  line-height: 1.25;
  padding-bottom: 0.625rem;
}
.content__present-headline span {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans CJK JP", "Hiragino Sans", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji" !important;
  font-weight: bold;
}
.content__present-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .content__present-note {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 0.5rem;
  }
}
.content__case {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1375px) {
  .content__case {
    width: 92vw;
  }
}
.content__case-headline {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #197cba;
  margin-bottom: 1rem;
}
.content__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .content__gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
.content__gallery img {
  width: 380px;
  border-radius: 8px;
}
@media screen and (max-width: 1375px) {
  .content__gallery img {
    width: 29vw;
  }
}
@media screen and (max-width: 767px) {
  .content__gallery img {
    width: 72vw;
  }
}
.content a {
  display: inline-block;
  padding: 12px 24px;
  background: #197cba;
  color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .content a {
    font-size: 16px;
  }
}

.identity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  padding: 0 0 5rem 0;
  margin: auto;
}
@media screen and (max-width: 1375px) {
  .identity {
    width: 92vw;
  }
}
@media screen and (max-width: 767px) {
  .identity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.identity__headline {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #197cba;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .identity__headline {
    text-align: left;
  }
}
.identity__img {
  width: 280px;
  height: 280px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.identity__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.identity__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .identity__content {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.identity__content h2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.identity__content .link {
  font-size: 1rem;
  color: #197cba;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .identity__content .link {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border: 1px #197cba solid;
  padding: 3rem 1.5rem;
  width: 1200px;
  margin: 0 auto 5rem auto;
}
@media screen and (max-width: 1375px) {
  .info {
    width: 92vw;
  }
}
.info__headline {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #197cba;
}
.info__paragraph {
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info__paragraph {
    text-align: left;
  }
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 4rem 0;
  background: #197cba;
}
.contact__headline {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.contact__paragraph {
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1375px) {
  .contact__paragraph {
    width: 92vw;
  }
}
.contact__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .contact__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.contact__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin-top: -0.5rem;
}
.contact__tel-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .contact__tel-number {
    font-size: 2rem;
  }
}
.contact__tel-number::before {
  content: "";
  width: 51px;
  height: 40px;
  background: url(../../assets/images/ico_tel.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 575px) {
  .contact__tel-number::before {
    width: 40px;
    height: 31px;
  }
}
.contact__tel-note {
  font-size: 0.875rem;
  color: #fff;
  padding-left: 64px;
  line-height: 0.5;
}
@media screen and (max-width: 575px) {
  .contact__tel-note {
    font-size: 0.75rem;
    padding-left: 56px;
  }
}

.btn.white {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px #197cba solid;
  color: #197cba;
  padding: 0 1rem;
  height: 48px;
  font-size: 1rem;
}
.btn.white::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../assets/images/ico_arrow.svg) no-repeat center;
  background-size: contain;
}
.btn.blue {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  background: #197cba;
  color: #fff;
  width: 300px;
  height: 64px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 1375px) {
  .btn.blue {
    width: 28vw;
  }
}
@media screen and (max-width: 1023px) {
  .btn.blue {
    width: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .btn.blue {
    width: 32vw;
  }
}
@media screen and (max-width: 575px) {
  .btn.blue {
    width: 100%;
  }
}
.btn.contact-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px #197cba solid;
  color: #197cba;
  padding: 0 2rem;
  height: 64px;
  font-size: 1.25rem;
  border-radius: 6px;
  font-weight: bold;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-decoration: none !important;
  color: #000000 !important;
}
.link::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../assets/images/ico_arrow.svg) no-repeat center;
  background-size: contain;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fade.active {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */