@charset "UTF-8";
/*
==================================================

sassを使用しているので、cssファイルを直接編集しないでください。
先祖返りの原因となります。

==================================================
*/
/* setting/_reset.scss
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

body *:not(table), body *:not(table)::before, body *:not(table)::after, body *:not(tbody), body *:not(tbody)::before, body *:not(tbody)::after, body *:not(thead), body *:not(thead)::before, body *:not(thead)::after, body *:not(tfoot), body *:not(tfoot)::before, body *:not(tfoot)::after, body *:not(tr), body *:not(tr)::before, body *:not(tr)::after, body *:not(th), body *:not(th)::before, body *:not(th)::after, body *:not(td), body *:not(td)::before, body *:not(td)::after {
  position: relative;
  box-sizing: border-box;
}

/* setting/_base.scss
-------------------------------------------------- */
* {
  min-height: 0vw;
}

html,
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  vertical-align: middle;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

main {
  background-color: #001448;
}

img,
svg {
  vertical-align: bottom;
}

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

svg {
  width: 100%;
  height: auto;
}

a,
label,
button {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

[data-hidden] {
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
}

@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
  }
  [data-device=sp] {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
  main {
    overflow: hidden;
  }
  [data-device=pc] {
    display: none !important;
  }
}
/* setting/_keyframe.scss
-------------------------------------------------- */
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
/* setting/_extend.scss
-------------------------------------------------- */
/* lib/_slick.scss
-------------------------------------------------- */
.slick-slider {
  user-select: none;
  touch-action: pan-y;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-list, .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  overflow: hidden;
}
.slick-track::after {
  content: "";
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
/* status/_is.scss
-------------------------------------------------- */
body:not(.is-load) {
  opacity: 0;
}

/* lp/component/ttl.scss
-------------------------------------------------- */
.c-ttl {
  font-weight: 700;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.c-ttl span {
  display: block;
  font-family: "Oswald", sans-serif;
  color: #aa965c;
  text-transform: uppercase;
}
@media screen and (min-width: 769px), print {
  .c-ttl {
    font-size: min(20px, calc(1.3888888889 * var(--vw)));
    letter-spacing: 0.1em;
  }
  .c-ttl span {
    font-size: min(72px, calc(5 * var(--vw)));
    letter-spacing: 0.1em;
    margin-bottom: min(35px, calc(2.4305555556 * var(--vw)));
  }
}
@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: calc(4.6153846154 * var(--vw));
    letter-spacing: 0.2em;
  }
  .c-ttl span {
    font-size: calc(12.3076923077 * var(--vw));
    letter-spacing: 0.1em;
    margin-bottom: calc(5.1282051282 * var(--vw));
  }
  .c-ttl--line span {
    line-height: 1.3333333333;
  }
}

/* lp/project/header.scss
-------------------------------------------------- */
.p-header {
  width: 100%;
  position: fixed;
  z-index: 1000;
}
.p-header__logo {
  display: block;
}
.p-header img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px), print {
  .p-header {
    padding-top: min(28px, calc(1.9444444444 * var(--vw)));
    padding-left: min(40px, calc(2.7777777778 * var(--vw)));
  }
  .p-header__logo {
    width: min(339px, calc(23.5416666667 * var(--vw)));
  }
}
@media screen and (max-width: 768px) {
  .p-header {
    background-color: #fff;
    padding-block: calc(6.1538461538 * var(--vw));
    padding-inline: calc(3.0769230769 * var(--vw));
  }
  .p-header__logo {
    width: calc(63.0769230769 * var(--vw));
  }
}

/* lp/project/main.scss
-------------------------------------------------- */
.p-main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* lp/project/top.scss
-------------------------------------------------- */
.p-top {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-top__wrap {
  margin-inline: auto;
}
.p-top__cont {
  color: #fff;
}
.p-top__logo {
  display: block;
}
.p-top__ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px), print {
  .p-top {
    padding-bottom: min(145px, calc(10.0694444444 * var(--vw)));
  }
  .p-top__wrap {
    width: min(1004px, calc(69.7222222222 * var(--vw)));
  }
  .p-top__cont {
    padding-top: min(135px, calc(9.375 * var(--vw)));
  }
  .p-top__logo {
    width: min(564px, calc(39.1666666667 * var(--vw)));
    margin-left: max(-115px, calc(-7.9861111111 * var(--vw)));
  }
  .p-top__ttl {
    font-size: min(42px, calc(2.9166666667 * var(--vw)));
    line-height: 1.7857142857;
    margin-block: min(44px, calc(3.0555555556 * var(--vw))) min(41px, calc(2.8472222222 * var(--vw)));
  }
  .p-top__txt {
    width: min(400px, calc(27.7777777778 * var(--vw)));
    font-size: min(20px, calc(1.3888888889 * var(--vw)));
    letter-spacing: 0.09em;
    line-height: 2.8;
  }
  .p-top__slider {
    width: 48.6%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
  }
  .p-top__slider .slick-list,
  .p-top__slider .slick-track {
    height: 100%;
  }
  .p-top__slider .slick-current > img {
    animation: zoomOut 3s linear both;
  }
}
@media screen and (max-width: 768px) {
  .p-top__logo-bg {
    height: 100vh;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: calc(20.5128205128 * var(--vw));
    position: relative;
  }
  .p-top__logo-bg::before {
    content: "";
    background: url("../img/top_sp.jpg") no-repeat center/cover;
    position: fixed;
    inset: 0;
    pointer-events: none;
  }
  .p-top__logo {
    width: calc(56.4102564103 * var(--vw));
  }
  .p-top__txt-bg {
    background: linear-gradient(180deg, rgba(0, 20, 72, 0), rgb(0, 20, 72) calc(41.0256410256 * var(--vw)), rgb(0, 20, 72));
    padding-block: calc(48.4615384615 * var(--vw)) calc(16.6666666667 * var(--vw));
    padding-inline: calc(10.2564102564 * var(--vw));
    position: relative;
  }
  .p-top__ttl {
    font-size: calc(9.2307692308 * var(--vw));
    line-height: 1.7777777778;
    margin-bottom: calc(5.641025641 * var(--vw));
  }
  .p-top__txt {
    letter-spacing: 0.12em;
    line-height: 2.5;
  }
  .p-top__slider {
    display: none;
  }
}

/* lp/project/greeting.scss
-------------------------------------------------- */
.p-greeting {
  color: #fff;
}
.p-greeting__name {
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 769px), print {
  .p-greeting {
    background: url("../img/greeting_bg-pc.jpg") no-repeat center/cover;
    padding-block: min(115px, calc(7.9861111111 * var(--vw)));
  }
  .p-greeting__wrap {
    width: min(960px, calc(66.6666666667 * var(--vw)));
    margin-inline: auto;
  }
  .p-greeting__txt-wrap {
    width: min(400px, calc(27.7777777778 * var(--vw)));
    margin-left: auto;
  }
  .p-greeting__txt {
    font-size: min(18px, calc(1.25 * var(--vw)));
    line-height: 2.6666666667;
    margin-block: min(75px, calc(5.2083333333 * var(--vw))) min(40px, calc(2.7777777778 * var(--vw)));
  }
  .p-greeting__name {
    font-size: min(20px, calc(1.3888888889 * var(--vw)));
  }
}
@media screen and (max-width: 768px) {
  .p-greeting {
    background: url("../img/greeting_bg-sp.jpg") no-repeat center/cover;
    padding-block: calc(14.1025641026 * var(--vw)) calc(93.5897435897 * var(--vw));
  }
  .p-greeting__wrap {
    padding-inline: calc(10.2564102564 * var(--vw));
  }
  .p-greeting__txt {
    font-size: calc(3.5897435897 * var(--vw));
    line-height: 2.2857142857;
    margin-block: calc(10.2564102564 * var(--vw)) calc(3.8461538462 * var(--vw));
  }
}

/* lp/project/history.scss
-------------------------------------------------- */
.p-history {
  background-color: #001448;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}
.p-history__img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}
.p-history__img.is-active {
  opacity: 1;
}
.p-history__img-top {
  position: absolute;
  top: 0;
}
.p-history__img-top .p-history__img {
  background-color: #001448;
}
.p-history__img-top .p-history__img > img {
  mix-blend-mode: screen;
}
.p-history__item {
  border-left: solid 2px #aa965c;
  color: #fff;
  position: relative;
}
.p-history__item::before {
  content: "";
  background-color: #aa965c;
  position: absolute;
  transform: translateX(-50%);
  left: -1px;
  pointer-events: none;
  z-index: 1;
}
.p-history__item--deco::before {
  border: solid 4px #001448;
  outline: solid 1px #aa965c;
}
.p-history__date {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 0.7;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.p-history__date small {
  letter-spacing: 0.1em;
}
.p-history__date small span {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-history__ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-history__txt {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px), print {
  .p-history__wrap {
    width: min(960px, calc(66.6666666667 * var(--vw)));
    height: min(900px, calc(62.5 * var(--vw)));
    padding-top: min(120px, calc(8.3333333333 * var(--vw)));
    margin-inline: auto;
    position: sticky;
    top: 0;
  }
  .p-history__img-top {
    width: min(917px, calc(63.6805555556 * var(--vw)));
    right: calc(50% - 50vw);
  }
  .p-history__img-right {
    width: min(243px, calc(16.875 * var(--vw)));
    position: absolute;
    top: min(505px, calc(35.0694444444 * var(--vw)));
    right: calc(50% - 50vw);
  }
  .p-history__img-left {
    width: min(663px, calc(46.0416666667 * var(--vw)));
    position: absolute;
    top: min(342px, calc(23.75 * var(--vw)));
    left: calc(50% - 50vw);
  }
  .p-history__img-txt {
    font-size: min(120px, calc(8.3333333333 * var(--vw)));
    font-weight: 700;
    color: #aa965c;
    letter-spacing: 0.1em;
    line-height: 0.9;
    opacity: 0.8;
    position: absolute;
    right: max(-28px, calc(-1.9444444444 * var(--vw)));
    bottom: max(-51px, calc(-3.5416666667 * var(--vw)));
  }
  .p-history__timeline {
    width: min(960px, calc(66.6666666667 * var(--vw)));
    margin-top: max(-558px, calc(-38.75 * var(--vw)));
    margin-inline: auto;
  }
  .p-history__list {
    width: min(430px, calc(29.8611111111 * var(--vw)));
    margin-left: auto;
  }
  .p-history__item {
    padding-left: min(55px, calc(3.8194444444 * var(--vw)));
  }
  .p-history__item::before {
    width: min(16px, calc(1.1111111111 * var(--vw)));
    height: min(16px, calc(1.1111111111 * var(--vw)));
    top: min(8px, calc(0.5555555556 * var(--vw)));
  }
  .p-history__item--deco::before {
    width: min(24px, calc(1.6666666667 * var(--vw)));
    height: min(24px, calc(1.6666666667 * var(--vw)));
    top: 1px;
  }
  .p-history__item-cont {
    width: min(288px, calc(20 * var(--vw)));
    padding-bottom: min(120px, calc(8.3333333333 * var(--vw)));
  }
  .p-history__item-img {
    display: none;
  }
  .p-history__date {
    width: min(162px, calc(11.25 * var(--vw)));
    font-size: min(40px, calc(2.7777777778 * var(--vw)));
    margin-bottom: min(25px, calc(1.7361111111 * var(--vw)));
  }
  .p-history__date small {
    font-size: min(32px, calc(2.2222222222 * var(--vw)));
  }
  .p-history__date small span {
    font-size: min(20px, calc(1.3888888889 * var(--vw)));
  }
  .p-history__ttl {
    font-size: min(20px, calc(1.3888888889 * var(--vw)));
    line-height: 2.4;
  }
  .p-history__txt {
    line-height: 2;
    margin-top: max(-4px, calc(-0.2777777778 * var(--vw)));
  }
}
@media screen and (max-width: 768px) {
  .p-history__wrap {
    padding-top: calc(27.6923076923 * var(--vw));
    padding-inline: calc(10.2564102564 * var(--vw));
  }
  .p-history__img-top {
    width: calc(61.7948717949 * var(--vw));
    right: 0;
  }
  .p-history__img-top .is-pinned {
    top: calc(21.0256410256 * var(--vw)) !important;
  }
  .p-history__img-right, .p-history__img-left {
    display: none;
  }
  .p-history__timeline {
    padding-inline: calc(10.2564102564 * var(--vw));
    margin-top: calc(10 * var(--vw));
  }
  .p-history__item {
    padding-left: calc(11.7948717949 * var(--vw));
    margin-left: calc(3.0769230769 * var(--vw));
  }
  .p-history__item::before {
    width: calc(3.5897435897 * var(--vw));
    height: calc(3.5897435897 * var(--vw));
    top: calc(1.2820512821 * var(--vw));
  }
  .p-history__item--deco::before {
    width: calc(6.1538461538 * var(--vw));
    height: calc(6.1538461538 * var(--vw));
    top: 1px;
  }
  .p-history__item-cont {
    width: calc(64.358974359 * var(--vw));
    padding-bottom: calc(25.641025641 * var(--vw));
  }
  .p-history__item:last-of-type .p-history__item-cont {
    padding-bottom: calc(20.5128205128 * var(--vw));
  }
  .p-history__item-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: calc(8.2051282051 * var(--vw));
    margin-top: calc(5.1282051282 * var(--vw));
  }
  .p-history__date {
    width: calc(33.0769230769 * var(--vw));
    font-size: calc(8.2051282051 * var(--vw));
    margin-bottom: calc(5.1282051282 * var(--vw));
  }
  .p-history__date small {
    font-size: calc(6.1538461538 * var(--vw));
  }
  .p-history__date small span {
    font-size: calc(4.1025641026 * var(--vw));
  }
  .p-history__ttl {
    font-size: calc(4.6153846154 * var(--vw));
    line-height: 2;
  }
  .p-history__txt {
    font-size: calc(3.5897435897 * var(--vw));
    line-height: 2.2857142857;
    margin-top: min(2px, calc(0.1388888889 * var(--vw)));
  }
}

/* lp/project/message.scss
-------------------------------------------------- */
.p-message {
  background-color: #001448;
  color: #fff;
}
.p-message__item-ttl {
  font-weight: 700;
  color: #aa965c;
  letter-spacing: 0.1em;
}
.p-message__item-name {
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.p-message__item-name span {
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px), print {
  .p-message {
    padding-block: min(120px, calc(8.3333333333 * var(--vw)));
  }
  .p-message__wrap {
    width: min(960px, calc(66.6666666667 * var(--vw)));
    margin-inline: auto;
  }
  .p-message__list {
    margin-top: min(108px, calc(7.5 * var(--vw)));
  }
  .p-message__item {
    display: flex;
    gap: min(64px, calc(4.4444444444 * var(--vw)));
  }
  .p-message__item:not(:last-of-type) {
    margin-bottom: min(120px, calc(8.3333333333 * var(--vw)));
  }
  .p-message__item-ttl {
    font-size: min(24px, calc(1.6666666667 * var(--vw)));
    line-height: 1.7916666667;
    margin-top: max(-10px, calc(-0.6944444444 * var(--vw)));
  }
  .p-message__item-txt {
    letter-spacing: 0.1em;
    line-height: 2;
    margin-block: min(25px, calc(1.7361111111 * var(--vw))) min(38px, calc(2.6388888889 * var(--vw)));
  }
  .p-message__item-name {
    font-size: min(20px, calc(1.3888888889 * var(--vw)));
    gap: min(15px, calc(1.0416666667 * var(--vw)));
  }
  .p-message__item-name span {
    font-size: min(16px, calc(1.1111111111 * var(--vw)));
  }
  .p-message__img {
    width: min(500px, calc(34.7222222222 * var(--vw)));
    height: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-message {
    padding-block: calc(10.7692307692 * var(--vw)) calc(15.3846153846 * var(--vw));
  }
  .p-message__wrap {
    padding-inline: calc(10.2564102564 * var(--vw));
  }
  .p-message__list {
    margin-top: calc(16.4102564103 * var(--vw));
  }
  .p-message__item:not(:last-of-type) {
    margin-bottom: calc(17.9487179487 * var(--vw));
  }
  .p-message__item-ttl {
    font-size: calc(5.1282051282 * var(--vw));
    line-height: 1.75;
    margin-top: calc(7.6923076923 * var(--vw));
  }
  .p-message__item-txt {
    font-size: calc(3.5897435897 * var(--vw));
    letter-spacing: 0.1em;
    line-height: 2.2857142857;
    margin-block: calc(2.5641025641 * var(--vw)) calc(7.6923076923 * var(--vw));
  }
  .p-message__item-name {
    font-size: calc(5.1282051282 * var(--vw));
    gap: calc(3.8461538462 * var(--vw));
  }
  .p-message__item-name span {
    font-size: calc(4.1025641026 * var(--vw));
  }
  .p-message__img {
    width: 100%;
  }
}

/* lp/project/belief.scss
-------------------------------------------------- */
.p-belief__cont {
  color: #fff;
}
.p-belief__ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-belief__txt {
  letter-spacing: 0.08em;
}
.p-belief__list {
  display: grid;
}
.p-belief__item {
  background-color: rgba(255, 255, 255, 0.75);
  color: #001448;
}
.p-belief__item-ttl {
  font-weight: 700;
  letter-spacing: 0.1;
}
@media screen and (min-width: 769px), print {
  .p-belief {
    background: url("../img/belief_bg-pc.jpg") no-repeat center/cover;
    padding-block: min(80px, calc(5.5555555556 * var(--vw))) min(129px, calc(8.9583333333 * var(--vw)));
  }
  .p-belief__wrap {
    width: min(1160px, calc(80.5555555556 * var(--vw)));
    margin-inline: auto;
  }
  .p-belief__cont {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: min(70px, calc(4.8611111111 * var(--vw)));
    margin-bottom: min(49px, calc(3.4027777778 * var(--vw)));
  }
  .p-belief__ttl {
    font-size: min(42px, calc(2.9166666667 * var(--vw)));
    margin-bottom: min(35px, calc(2.4305555556 * var(--vw)));
  }
  .p-belief__txt {
    font-size: min(20px, calc(1.3888888889 * var(--vw)));
    line-height: 2.8;
  }
  .p-belief__logo {
    width: min(260px, calc(18.0555555556 * var(--vw)));
    flex-shrink: 0;
    margin-left: min(44px, calc(3.0555555556 * var(--vw)));
  }
  .p-belief__list {
    grid-template-columns: repeat(3, 1fr);
    gap: min(40px, calc(2.7777777778 * var(--vw)));
  }
  .p-belief__item {
    padding-inline: min(48px, calc(3.3333333333 * var(--vw)));
    padding-block: min(37px, calc(2.5694444444 * var(--vw))) min(40px, calc(2.7777777778 * var(--vw)));
  }
  .p-belief__item-ttl {
    font-size: min(20px, calc(1.3888888889 * var(--vw)));
    line-height: 1.8;
    margin-bottom: min(10px, calc(0.6944444444 * var(--vw)));
  }
  .p-belief__item-txt {
    line-height: 1.875;
  }
  .p-belief__bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-belief {
    padding-block: calc(15.3846153846 * var(--vw)) calc(20.5128205128 * var(--vw));
    position: relative;
    z-index: 1;
  }
  .p-belief__wrap {
    padding-inline: calc(10.2564102564 * var(--vw));
  }
  .p-belief__cont {
    margin-bottom: calc(9.2307692308 * var(--vw));
  }
  .p-belief__ttl {
    font-size: calc(9.2307692308 * var(--vw));
    line-height: 1.7777777778;
    margin-bottom: calc(5.1282051282 * var(--vw));
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .p-belief__ttl::after {
    content: "";
    display: block;
    background: url("../img/belief_logo.svg") no-repeat center/contain;
    width: calc(23.8461538462 * var(--vw));
    height: calc(27.4358974359 * var(--vw));
    flex-shrink: 0;
    margin-right: calc(-4.8717948718 * var(--vw));
  }
  .p-belief__txt {
    line-height: 2.5;
  }
  .p-belief__logo {
    display: none;
  }
  .p-belief__list {
    grid-template-columns: 1fr;
    gap: calc(10.2564102564 * var(--vw));
  }
  .p-belief__item {
    padding-inline: calc(10.2564102564 * var(--vw));
    padding-block: calc(7.1794871795 * var(--vw)) calc(7.6923076923 * var(--vw));
  }
  .p-belief__item-ttl {
    font-size: calc(4.6153846154 * var(--vw));
    line-height: 2;
    margin-bottom: calc(0.5128205128 * var(--vw));
  }
  .p-belief__item-txt {
    font-size: calc(3.5897435897 * var(--vw));
    line-height: 2.2857142857;
    letter-spacing: 0.02em;
  }
  .p-belief__bg {
    background: url("../img/belief_bg-sp.jpg") no-repeat center/cover;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: absolute;
    top: 0;
    z-index: -1;
    pointer-events: none;
  }
}

/* lp/project/footer.scss
-------------------------------------------------- */
.p-footer {
  background-color: #001448;
  color: #fff;
}
.p-footer__wrap {
  margin-inline: auto;
}
.p-footer__logo {
  transition: opacity 0.2s;
}
.p-footer__logo-wrap {
  border-bottom: solid 1px #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-footer__logo > img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.6;
  }
}
.p-footer__insta {
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .p-footer__insta:hover {
    opacity: 0.6;
  }
}
.p-footer__insta > img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-footer__link-wrap {
  display: flex;
}
.p-footer__link {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: opacity 0.2s, gap 0.2s;
}
@media (hover: hover) {
  .p-footer__link:hover {
    opacity: 0.6;
  }
}
.p-footer__link::after {
  content: "";
  display: block;
  background: url("../img/arw.svg") no-repeat center/contain;
  width: 6px;
  height: 10px;
}
.p-footer__copy {
  font-weight: 400;
}
@media screen and (min-width: 769px), print {
  .p-footer {
    padding-block: min(80px, calc(5.5555555556 * var(--vw)));
  }
  .p-footer__wrap {
    width: min(1160px, calc(80.5555555556 * var(--vw)));
  }
  .p-footer__logo-wrap {
    padding-bottom: min(40px, calc(2.7777777778 * var(--vw)));
    margin-bottom: min(34px, calc(2.3611111111 * var(--vw)));
  }
  .p-footer__logo {
    width: min(359px, calc(24.9305555556 * var(--vw)));
  }
  .p-footer__insta {
    width: min(48px, calc(3.3333333333 * var(--vw)));
  }
  .p-footer__link-wrap {
    justify-content: space-between;
    align-items: baseline;
  }
  .p-footer__link {
    font-size: min(20px, calc(1.3888888889 * var(--vw)));
    gap: min(24px, calc(1.6666666667 * var(--vw)));
  }
}
@media screen and (min-width: 769px) and (hover: hover), print and (hover: hover) {
  .p-footer__link:hover {
    gap: min(30px, calc(2.0833333333 * var(--vw)));
  }
}
@media screen and (min-width: 769px), print {
  .p-footer__copy {
    font-size: min(14px, calc(0.9722222222 * var(--vw)));
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding-block: calc(14.358974359 * var(--vw));
  }
  .p-footer__wrap {
    width: 100%;
  }
  .p-footer__logo-wrap {
    padding-inline: calc(5.1282051282 * var(--vw));
    padding-bottom: calc(8.2051282051 * var(--vw));
    margin-bottom: calc(8.2051282051 * var(--vw));
  }
  .p-footer__logo {
    width: calc(72.6923076923 * var(--vw));
  }
  .p-footer__insta {
    width: calc(12.3076923077 * var(--vw));
  }
  .p-footer__link-wrap {
    flex-direction: column;
    align-items: center;
  }
  .p-footer__link {
    font-size: calc(4.6153846154 * var(--vw));
    gap: calc(4.6153846154 * var(--vw));
    margin-bottom: calc(8.2051282051 * var(--vw));
  }
  .p-footer__copy {
    font-size: calc(3.0769230769 * var(--vw));
    text-align: center;
    opacity: 0.6;
  }
}