@charset "UTF-8";

/*
Theme Name: HARBORNEX.Inc
Author: OFFICE NAKANO INDIVIDUAL LLC
Version: 1.0.1
*/

html, body, main, div, section, article,
header, footer, nav, h1, h2, h3, h4, h5, h6,
ul, li, ol, table, tbody, tr, th, td,
a, button, p, span, b, strong, small, blockquote,
canvas, figure, picture, img, audio, video,
form, label, input, select, textarea {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
vertical-align: baseline;
}

html {
line-height: 1;
-webkit-text-size-adjust: 100%;
}

body {
margin: 0;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-feature-settings: 'palt';
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale;
}
.en {
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}

#ld {
position: fixed; inset: 0; background: #F6F8F6; z-index: 100;
display: flex; align-items: center; justify-content: center;
transition: opacity 0.5s ease;
}
#ld.out { opacity: 0; pointer-events: none; }
.ld-text {
font-family: "Montserrat", sans-serif;
font-size: 9px; letter-spacing: 0.35em; color: #3a4a5c;
opacity: 0.4; text-transform: uppercase; margin-bottom: 14px; text-align: center;
}
.ld-track { width: 100px; height: 1px; background: rgba(58,74,92,0.15); overflow: hidden; }
#ldBar { height: 100%; background: #3a4a5c; opacity: 0.45; width: 0%; transition: width 0.12s ease-out; }

#c { position: relative; inset: 0; }
canvas { display: block; }


nav.fix_nav {
  width: fit-content;
  display: block;
  position: fixed;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.04);
  z-index: 1000;
}
nav.fix_nav ol {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background: #fff;
}
nav.fix_nav ol li a {
color: var(--primary, #53606F);
text-align: center;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 16px */
 padding: 16px 0px;
}
nav.fix_nav ol li:first-child a {
  padding-left: 32px;
}
nav.fix_nav ol li:last-child a {
  color: #fff;
  display: inline-block;
  background-color: #53606f;
  padding: 16px 32px;
}

header {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 48px;
left: 0;
right: 0;
z-index: 1000;
}
header h1 {
width: 100%;
max-width: 283px;
display: block;
}
.mv {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
position: relative;
overflow: hidden;
}
.mv_inner {
width: 100%;
height: 100%;
display: flex;                /* Flexboxを有効化 */
flex-wrap: wrap;              /* 折り返しを許可 */
justify-content: space-between; /* 左右に配置 */
align-content: space-between;   /* 上下に配置 */
position: absolute;
top: 0;
left: 0;
z-index: 1;
padding: 2% 2% 6% 2%;
}
.mv_inner p {
color: #53606F;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 180%; /* 25.2px */
text-transform: uppercase;
display: block;
width: 48%;
}
.mv_inner p.right {
text-align: right;
}
.marquee-wrap02 { 
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 12%;
    z-index: 2;
}

.marquee-wrap { width: 100%; overflow: hidden; }
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid #AFB5BC;
  border-bottom: 1px solid #AFB5BC;
}
.marquee-track img { height: 100px; width: auto; display: block; flex-shrink: 0;}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.top_title {
    width: 100%;
    padding: 0 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 24px;
}
.top_title h2 {
    font-size: 13.5vw;
    color: #53606f;
    font-weight: 700;
}
  .clock {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    font-family: "Montserrat", sans-serif;
    color: #53606f;
    font-weight: 700;
  }
  .c-month {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom:2px;
  }
  .c-day {
    font-size: 76px;
    line-height: 1;
  }
  .c-weekday {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 2px;
  }
  .c-time {
    font-size: 24px;
    margin-top: 2px;
  }

section {
width: 100%;
}
.inner {
width: 100%;
display: block;
margin: 0 auto;
padding: 0 8%;
}

.business {
width: 100%;
display: block;
margin-bottom: 112px;
}
.business_title {
width: 100%;
display: block;
margin-bottom: 96px;
}
.business_title h2 {
font-size: 18px;
color: #53606f;
font-weight: 700;
line-height: 100%;
display: flex;
justify-content: flex-end;
align-items: flex-start;
padding-bottom: 24px;
border-bottom: 1px solid #53606F;
margin-bottom: 24px;
flex-wrap: wrap;
}
.sub_title {
width: 100%;
display:flex;
justify-content: space-between;
align-items: center;
}
.business_title h3 {
color: var(--primary, #53606F);
font-size: 96px;
font-weight: 700;
line-height: 100%; /* 96px */
}
.sub_title p {
text-align: right;
font-size: 16px;
font-weight: 400;
line-height: 100%; /* 16px */
}
.business_info {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
z-index: 0;
flex-wrap: wrap;
}
/*.business_info:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: #fff;
display: block;
width: 60%;
height: 50%;
z-index: 1;
}*/

.business_info figure {
background: var(--gr002, linear-gradient(91deg, #111F30 0%, #65787F 100%));
aspect-ratio: 4/3;
overflow: hidden;
width: 48%;
z-index: 2;
}
.business_info figure img {
opacity: .48;
width: auto;
height: 100%;
}
.bussines_info_item {
width: 48%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 4% 2%;
z-index: 2;
}
.bussines_info_item h3 {
color: var(--primary, #53606F);
font-size: 48px;
font-weight: 700;
line-height: 100%;
display: block;
margin-bottom: 24px;
}
.bussines_info_item h4 {
color: var(--primary, #53606F);
font-size: 18px;
font-weight: 700;
line-height: 100%; /* 18px */
display: block;
margin-bottom: 48px;
}
.bussines_info_item p {
font-size: 16px;
font-weight: 400;
line-height: 200%; /* 32px */
margin-bottom: 48px;
display: block;
}
a.sub_link {
display: flex;
padding: 0 8px 12px 8px;
align-items: center;
gap: 20px;
color: var(--link, #395163);
font-family: "Noto Sans JP";
font-size: 16px;
font-weight: 500;
line-height: 100%; /* 16px */
padding-bottom: 12px;
border-bottom: 1px solid #395163;
}
a.sub_link span {
display: flex;
width: 32px;
height: 24px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 500px;
background: var(--link, #395163);
}
a.sub_link span svg {
stroke-width: 1px;
stroke: #FFF;
}

a.sub_link_w {
display: flex;
width: fit-content;
padding: 0 8px 12px 8px;
align-items: center;
gap: 20px;
color: var(--link, #fff);
font-family: "Noto Sans JP";
font-size: 16px;
font-weight: 500;
line-height: 100%; /* 16px */
padding-bottom: 12px;
border-bottom: 1px solid #fff;
}
a.sub_link_w span {
display: flex;
width: 32px;
height: 24px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 500px;
background: var(--link, #fff);
}
a.sub_link_w span svg {
stroke-width: 1px;
stroke: var(--link, #395163);
}

.vision {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
position: sticky;
top: 0;
background: var(--gr002, linear-gradient(91deg, #111F30 0%, #65787F 100%));
}
.vision:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
display: block;
width: 100%;
height: 100%;
background-image: url(../img/vision.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
opacity: .32;
z-index: 0;
}
.vision_title {
width: 84%;
display: flex;
justify-content: space-between;
align-items: center;
position: absolute;
left: 0;
right: 0;
top: 0;
margin: auto;
z-index: 1;
padding: 24px 0%;
border-bottom: 1px solid #fff;
}
.vision_title span {
color: #FFF;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 48px */
}
.vision_title h2 {
color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 18px */
}
.contents_area {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
z-index: 1;
padding-top: 48px;
flex-wrap: wrap;
}
.contents_title {
width: 56%;
display: block;
}
.contents_title h3 {
color: var(--white, #FFF);
font-size: 64px;
font-size: 4.2vw;
font-weight: 700;
line-height: 160%; /* 102.4px */
display: block;
margin-bottom: 32px;
}
.contents_title p {
color: var(--white, #FFF);
font-size: 15px;
font-weight: 400;
line-height: 100%; /* 15px */
display: block;
margin-bottom: 64px;
}
.contents_info {
width: 40%;
display: flex;
justify-content: center;
align-items: center;
}
.contents_info p {
color: var(--white, #FFF);
font-size: 16px;
font-weight: 400;
line-height: 200%; /* 32px */
}
.vision {
width: 100%;
height: 100vh;
margin-top: 0px;
display: flex;
justify-content: center;
align-items: center;
position: sticky;
top: 0;
background: var(--gr002, linear-gradient(91deg, #111F30 0%, #65787F 100%));
}
.vision:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
display: block;
width: 100%;
height: 100%;
background-image: url(../img/vision.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
opacity: .32;
z-index: 0;
}
.value {
width: 100%;
height: calc(100vh - 96px);
margin-top: 96px;
display: flex;
justify-content: center;
align-items: center;
position: sticky;
top: 96px;
background: var(--gr002, linear-gradient(91deg, #111F30 0%, #65787F 100%));
}
.value:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
display: block;
width: 100%;
height: 100%;
background-image: url(../img/value.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
opacity: .32;
z-index: 0;
}
.mission {
width: 100%;
height: calc(100vh - 192px);
margin-top: 192px;
display: flex;
justify-content: center;
align-items: center;
position: sticky;
top: 192px;
background: var(--gr002, linear-gradient(91deg, #111F30 0%, #65787F 100%));
}
.mission:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
display: block;
width: 100%;
height: 100%;
background-image: url(../img/mission.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
opacity: .32;
z-index: 0;
}
a.box_link {
display: flex;
width: 64px;
height: 64px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
border: 1px solid #FFF;
}
a.box_link svg {
width: 32px;
height: 16px;
flex-shrink: 0;
aspect-ratio: 2/1;
stroke-width: 1px;
stroke: #FFF;
}

.philosophy {
width: 100%;
position: relative;
z-index: 2;
background-color: #fff;
padding-bottom: 112px;
}
.philosophy_title {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
z-index: 1;
padding: 112px 0% 24px;
margin-bottom: 48px;
border-bottom: 1px solid #53606F;
}
.philosophy_title span {
color: #53606F;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 48px */
}
.philosophy_title h2 {
color: #53606F;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 18px */
}
.philosophy_area {
width: 100%;
display: flex;
align-items: stretch;
align-content: flex-start;
flex-wrap: wrap;
}
.philosophy_item {
display: flex;
width: calc(100% / 3);
padding: 4% 2%;
flex-direction: column;
align-items: flex-start;
border-bottom: 1px solid #AFB5BC;
border-right: 1px solid #AFB5BC;
}
.philosophy_item:nth-child(4),
.philosophy_item:nth-child(5) {
border-bottom: none;
}
.philosophy_item:nth-child(3){
border-right: none;
}
.philosophy_item h3 {
color: var(--primary, #53606F);
font-size: 32px;
font-weight: 700;
line-height: 160%; /* 51.2px */
display: block;
margin-bottom: 24px;
}
.philosophy_item h4 {
color: var(--primary, #53606F);
font-size: 18px;
font-weight: 700;
line-height: 100%; /* 18px */
margin-bottom: 48px;
display: block;
}
.philosophy_item p {
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 30px */
}

.concept {
width: 100%;
padding: 112px 0;
display: flex;
justify-content: center;
align-items: center;
position: relative;
background: var(--ph002, linear-gradient(91deg, #1A222C 49.74%, #2D3E45 100%));
}
.concept:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
display: block;
width: 100%;
height: 100%;
background-image: url(../img/concept.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
opacity: .24;
z-index: 0;
}
.concept_area {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
position: relative;
flex-wrap: wrap;
}
.concept_item {
width: 40%;
display: flex;
justify-content: flex-start;
z-index: 1;
flex-wrap: wrap;
}
.concept_area .left {
flex-direction: column-reverse;
align-items: flex-start;
}
.concept_area .right {
flex-direction: column;
align-items: flex-end;
justify-content: space-between;
}

.concept_area h2 {
color: #FFF;
text-align: center;
font-size: 64px;
font-weight: 700;
line-height: 100%; /* 64px */
display: block;
}
.concept_area .left p {
color: #FFF;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 24px */
display: block;
padding-bottom: 48px;
position: relative;
margin-bottom: 112px;
}
.concept_area .left p:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
margin: auto;
display: block;
width: 80px;
height: 1px;
background-color: #fff;
}
.concept_area ul {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.concept_area ul li {
color: #FFF;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 17px */
}
.concept_area .right p {
color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 24px */
display: block;
padding-top: 48px;
position: relative;
}
.concept_area .right p:after {
content: "";
position: absolute;
left: 0;
top: 0;
margin: auto;
display: block;
width: 80px;
height: 1px;
background-color: #fff;
}

.shop {
width: 100%;
padding: 112px 0;
}
.shop_inner {
width: 100%;
padding-left: 8%;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
}
.shop_left {
width: 430px;
display: flex;
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
padding-right: 2%;
}
.shop_title {
width: 100%;
display: block;
margin-bottom: 112px;
}

.shop_title span {
color: var(--primary, #53606F);
font-size: 96px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 96px */
display: block;
margin-bottom: 24px;
}
.shop_title h2 {
color: var(--primary, #53606F);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 18px */
display: block;
margin-bottom: 112px;
}
.shop_title p {
font-size: 16px;
line-height: 200%; /* 32px */
}
.swiper {
width: calc(100% - 446px);
display: flex!important;
justify-content: flex-start;
align-items: stretch;
flex-wrap: wrap;
}
.swiper-wrapper {
width: 100%!important;
}
.swiper-slide {
/*width: 440px!important;*/
background-color: #fff;
padding: 48px;
display: flex!important;
justify-content: flex-start;
align-items: flex-start;
flex-flow: column;
gap: 24px;
}
.swiper-slide figure {
display: flex;
width: 100%;
height: 360px;
flex-direction: column;
justify-content: center;
align-items: center;
align-self: stretch;
overflow: hidden;
background-color: #53606f;
}
.swiper-slide figure img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.8;
}

.swiper_buttons {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
position: relative;
gap: 32px;
}
.swiper-button-prev,
.swiper-button-next {
width: 40px!important;
height: 40px!important;
position: relative!important;
color: #fff!important;
background-color: #53606f!important;
border-radius: 500px!important;
left: auto!important;
right:auto!important;
top: auto!important;
margin-top: auto!important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
width: 24px!important;
height: 12px!important;
stroke: #fff;
}
.swiper_title {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 0 16px;
}
.swiper_title dl {
width: 90%;
display: flex;
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
gap: 16px;
}
.swiper_title dl dt {
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 18px */
}
.swiper_title dl dd {
color: var(--primary, #53606F);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 12px */
}

.news {
background-color: #f3f3f3;
}
.news_inner {
width: 100%;
padding: 112px 8%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
}
.news_left {
width: fit-content;
display: flex;
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
padding-right: 2%;
}
.news_title {
width: 100%;
display: block;
}

.news_title span {
color: var(--primary, #53606F);
font-size: 96px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 96px */
display: block;
margin-bottom: 24px;
}
.news_title h2 {
color: var(--primary, #53606F);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 18px */
display: block;
margin-bottom: 220px;
}
.news_title a.sub_link {
width: fit-content;
}
a.sub_link span {
margin-bottom: 0;
}
.news_right {
width: 70%;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 20px;
}
.news_item:first-child {
width: 100%;
display: flex;
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
background-color: #fff;
padding: 20px;
grid-row: 1 / 3; /*アイテムの配置位置を「行方向：ライン番号１から３の間」に指定*/
grid-column: 1 / 2; /*アイテムの配置位置を「列方向：ライン番号２から４の間」に指定*/
}
.news_item:nth-child(2) {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: flex-start;
background-color: #fff;
padding: 20px;
grid-row: 1 / 2; /*アイテムの配置位置を「行方向：ライン番号１から３の間」に指定*/
grid-column: 2 / 2; /*アイテムの配置位置を「列方向：ライン番号２から４の間」に指定*/
}
.news_item:nth-child(3) {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: flex-start;
background-color: #fff;
padding: 20px;
grid-row: 2 / 2; /*アイテムの配置位置を「行方向：ライン番号１から３の間」に指定*/
grid-column: 2 / 2; /*アイテムの配置位置を「列方向：ライン番号２から４の間」に指定*/
}

.news_item:nth-child(2) figure,
.news_item:nth-child(3) figure {
width: 40%;
aspect-ratio: 1 / 1;
overflow: hidden;
display: block;
margin-bottom: 0;
}
.news_title_bloc {
width: 60%;
padding: 4% 0 0 4%;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-flow: column;
}
.news_item time {
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 100%; 
display: block;
margin-bottom: 16px;
}
.news_item p {
color: var(--primary, #53606F);
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 140%; 
}
.news_item figure {
width: 100%;
aspect-ratio: 3 / 2;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 24px;
background-color: #53606f;
}
.news_item figure img {
width: 100%;
height: 100%;
object-fit: cover;
vertical-align: middle;
}

.recruit_area {
width: 100%;
aspect-ratio: 36 / 11;
display: flex;
justify-content: flex-start;
align-items: center;
background-image: url(../img/recruit_bnr.jpg);
background-size: cover;
background-position: center right;
position: relative;
z-index: 1;
}
.recruit {
width: 100%;
display: block;
position: relative;
}
.recruit:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 50%;
height: 50%;
background: var(--footer_bg, linear-gradient(90deg, #2A465D 0%, #3E4B5B 70.88%));
}
.recruit:after {
content: "";
position: absolute;
bottom: 0;
right: 0;
display: block;
width: 50%;
height: 50%;
background: var(--footer_bg, linear-gradient(90deg, #2A465D 0%, #3E4B5B 70.88%));
}

.recruit_item {
display: flex;
flex-flow: column;
justify-content: center;
align-items: flex-start;
padding: 4%;
}
.recruit_item h2{
color: #FFF;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 64px */
display: block;
margin-bottom: 24px;
}
.recruit_item p {
color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 18px */
letter-spacing: 0.72px;
display: block;
margin-bottom: 64px;
}
.recruit_item p.rec_info {
color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 15px */
display: block;
margin-bottom: 64px;
}

footer {
width: 100%;
display: block;
position: relative;
z-index: 0;
}
footer:before {
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 50%;
height: 100%;
background: var(--footer_bg, linear-gradient(90deg, #2A465D 0%, #3E4B5B 70.88%));
z-index: 1;
}
footer:after {
content: "";
position: absolute;
top: 0;
right: 0;
display: block;
width: 50%;
height: 100%;
background: var(--footer_bg, linear-gradient(90deg, #2A465D 0%, #3E4B5B 70.88%));
z-index: 1;
}
.foot_inner {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
position: relative;
padding: 112px 8%;
z-index: 2;
}
.foot_inner .left_block {
width: 48%;
display: flex;
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
}
.foot_inner .left_block h2 figure {
width: 300px;
height: auto;
aspect-ratio: 150/19;
display: block;
margin-bottom: 56px;
}
.foot_inner .left_block p {
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 28px */
margin-bottom: 112px;
}
.foot_inner .left_block p.copy {
color: #FFF;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 12px */
letter-spacing: 0.96px;
margin-bottom: 0;
}

.foot_inner .right_block {
width: 48%;
display: flex;
flex-flow: column;
justify-content: space-between;
align-items: flex-end;
}
.foot_nav nav ol {
display: inline-flex;
justify-content: flex-end;
align-items: center;
gap: 32px;
flex-wrap: wrap;
}
.foot_nav nav ol li a {
color: #FFF;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 14px */
}
a.page_top {
display: flex;
width: 40px;
height: 40px;
justify-content: center;
align-items: center;
border-radius: 500px;
background-color: #53606f;
}

@media screen and (max-width: 768px) {
.mv_inner p {
    font-size: 12px;
}
  .inner {
    width: 100%;
    padding: 0 4%;
  }
  .sub_title {
    flex-flow: column;
    align-items: flex-start;
}
.business_title {
    margin-bottom: 48px;
}
.business_title h3 {
    font-size: 64px;
    display: block;
    margin-bottom: 24px;
}
.sub_title p {
    text-align: left;
    font-size: 15px;
}
.business_info figure {
    width: 100%;
}
.bussines_info_item {
    width: 100%;
}
.business .business_info {
    flex-flow: column-reverse;
}
.business .business_info:nth-child(2) {
    flex-flow: column;
    margin-bottom: 48px;
}
.contents_title {
    width: 100%;
    margin-bottom: 32px;
}
.contents_info {
    width: 100%;
}
.philosophy {
    padding-bottom: 56px;
}
.philosophy_title {
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    padding: 56px 0% 24px;
}
.philosophy_item {
    display: flex;
    width: 100%;
}
.vision {
    width: 100%;
    height: auto;
    position: sticky;
    padding: 24px 0 96px;
}
.vision_title {
    width: 100%;
    position: relative;
}
.value {
    height: auto;
    margin-top: 0;
    top: 0;
    padding: 24px 0 96px;
}
.mission {
    height: auto;
    margin-top: 0px;
    position: sticky;
    top: 0;
    padding: 24px 0 96px;
}
a.box_link {
    display: none;
}
.contents_title h3 {
    font-size: 32px;
}
.contents_title p {
    font-size: 14px;
    margin-bottom: 32px;
    line-height: 1.6;
}
.concept_item {
    width: 100%;
}
.concept_area h2 {
    font-size: 48px;
}
.concept_area {
    flex-flow: column-reverse;
}
.shop_inner {
    width: 100%;
    padding: 0 8%;
}
.shop_left {
    width: 100%;
    padding-right: 0;
}
.swiper {
    width: 100%;
}
.philosophy_title span { 
    padding-bottom: 16px;
}
.philosophy_item {
    border-right: 0px solid #AFB5BC;
}
.philosophy_item:nth-child(4) {
    border-bottom: 1px solid #afb5bc;
}
.philosophy_item h3 {
    line-height: 140%;
}
.concept_area ul {
    margin-bottom: 56px;
}
.concept_area .right p {
    margin-bottom: 56px;
}
.shop_title span {
    font-size: 64px;
}
.shop_title h2 {
    margin-bottom: 56px;
}
.shop_title {
    margin-bottom: 56px;
}
.swiper_buttons {
    gap: 24px;
    margin-bottom: 32px;
}
.swiper-button-prev, .swiper-button-next {
    width: 32px!important;
    height: 32px!important;
}
.swiper-slide {
    padding: 24px;
}
.news_title span {
    font-size: 64px;
}
.news_title h2 {
    margin-bottom: 56px;
}
.news_right {
    width: 100%;
    gap: 10px;
    padding-top: 24px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
.news_item:first-child {
    grid-row: 1 / 2;
    grid-column: 1 / 1;
}
.news_item:nth-child(2) {
    grid-row: 2 / 3;
    grid-column: 1 / 1;
}
.news_item:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 1 / 1;
}
.recruit_item h2{
    font-size: 48px;
    margin-bottom: 16px;
}
.recruit_item p.rec_info {
    line-height: 1.4;
}
.recruit_item {
    padding: 6%;
}
.recruit_area {
    background-position: top left;
}
.recruit:before {
    width: 100%;
}
.recruit:after {
    display: none;
}
footer:before {
    width: 100%;
}
footer:after {
    display: none;
}
.foot_inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    flex-flow: column-reverse;
    padding: 112px 8%;
    z-index: 2;
}
.foot_inner .left_block {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
}
footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--footer_bg, linear-gradient(90deg, #2A465D 0%, #3E4B5B 70.88%));
    z-index: 1;
}
footer:after {
    display: none;
}
.foot_inner .right_block {
    width: 100%;
    padding-bottom: 56px;
    flex-flow: column-reverse;
}
.foot_nav nav ol {
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-top: 32px;
}
.news_inner {
padding: 56px 8%;
}
.shop {
    padding: 56px 0;
}
.business {
    margin-bottom: 56px;
}
nav.fix_nav {
    display: none;
}

.top_title h2 {
    font-size: 20.5vw;
    display: block;
    margin-bottom: 8px;
}
.clock {
    flex-direction: row;
    align-items: flex-end;
    gap: 4px;
}
.c-day {
    font-size: 48px;
    line-height: 0.84;
}
.marquee-track img { height: 64px; width: auto; display: block; flex-shrink: 0;}
}
