@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* ----- break point ----- */
.js-parallax-img,
.js-parallax-video {
  overflow: hidden;
}
.js-parallax-img img,
.js-parallax-img video,
.js-parallax-video img,
.js-parallax-video video {
  will-change: transform;
}

.js-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: visible;
}
.js-wrap .js-pin {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  will-change: transform;
}

.body_bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.body_bg .layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  filter: blur(12px);
  transform: scale(1.05);
  transition: opacity 800ms ease, filter 800ms ease, transform 800ms ease;
  will-change: opacity, filter, transform;
}
.body_bg .layer.current {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.body_bg .layer.next.show {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.body_bg .layer img,
.body_bg .layer video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  transition: none;
}

@keyframes infinite-slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
a {
  color: #231815;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
a img {
  transition: all 1s cubic-bezier(0.24, 1, 0.34, 1);
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  vertical-align: bottom;
  transition: all 0s;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

svg {
  transition: all 0s;
}
svg path {
  transition: all 0s;
}

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  line-height: 1.6;
  position: relative;
  font-family: "FOT-筑紫Aヴィンテージ明S Pr6N R", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-feature-settings: "palt";
  color: #231815;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-weight: normal;
}

br.sp-br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  br.sp-br {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  br.pc-br {
    display: none;
  }
}

main {
  position: relative;
  z-index: 1;
}

.header {
  position: fixed;
  z-index: 6;
  width: 100%;
  height: calc(80 * 100vw / 1440);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: calc(40 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .header {
    height: initial;
    padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375) calc(4 * 100vw / 375);
    align-items: stretch;
  }
}
.header .underline {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .underline.is-active {
  background-color: #231815;
}
.header .header_bg {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_bg.is-active {
  opacity: 1;
}
.header .header_left {
  padding-bottom: calc(8 * 100vw / 1440);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .header .header_left {
    padding-bottom: 0;
  }
}
.header .header_left .logo {
  width: calc(308 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .header .header_left .logo {
    width: calc(180 * 100vw / 375);
  }
}
.header .header_left .logo .logo_link {
  display: block;
  width: 100%;
  position: relative;
}
.header .header_left .logo .logo_link img {
  width: 100%;
  height: auto;
}
.header .header_left .logo .logo_link img.logo_black {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_left .logo .logo_link img.logo_black.is-active {
  opacity: 1;
}
.header .header_left .logo .logo_link img.logo_white {
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_left .logo .logo_link img.logo_white.is-active {
  opacity: 0;
}
.header .header_right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: calc(48 * 100vw / 1440);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .header .header_right .gnav {
    display: none;
  }
}
.header .header_right .gnav .list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(32 * 100vw / 1440);
}
.header .header_right .gnav .list .item .item_link {
  display: block;
  color: #fff;
  font-size: calc(14 * 100vw / 1440);
}
@media (hover: hover) {
  .header .header_right .gnav .list .item .item_link:hover {
    opacity: 0.4;
  }
}
@media (hover: none) {
  .header .header_right .gnav .list .item .item_link:active {
    opacity: 0.4;
  }
}
.header .header_right .gnav .list .item .item_link.is-active {
  color: #231815;
}
.header .header_right .cv {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .header .header_right .cv {
    display: none;
  }
}
.header .header_right .cv .cv_link {
  display: block;
  width: calc(136 * 100vw / 1440);
  padding: calc(4 * 100vw / 1440) 0;
  color: #fff;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  font-size: calc(14 * 100vw / 1440);
  text-align: center;
}
@media (hover: hover) {
  .header .header_right .cv .cv_link:hover {
    background-color: #fff;
    color: #231815;
  }
}
@media (hover: none) {
  .header .header_right .cv .cv_link:active {
    background-color: #fff;
    color: #231815;
  }
}
.header .header_right .cv .cv_link.is-active {
  color: #231815;
  border-top: 0.5px solid #231815;
  border-left: 0.5px solid #231815;
}
@media (hover: hover) {
  .header .header_right .cv .cv_link.is-active:hover {
    background-color: #231815;
    color: #fff;
  }
}
@media (hover: none) {
  .header .header_right .cv .cv_link.is-active:active {
    background-color: #231815;
    color: #fff;
  }
}
.header .header_right .hamburger {
  display: none;
  width: calc(64 * 100vw / 375);
}
@media only screen and (max-width: 1024px) {
  .header .header_right .hamburger {
    display: block;
    height: 100%;
  }
}
.header .header_right .hamburger .line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_right .hamburger .line.line2 {
  margin-top: 4px;
}
.header .header_right .hamburger .line.is-active {
  background-color: #231815;
}
.header .sp_menu {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: none;
  background-color: #434343;
}
.header .sp_menu::-webkit-scrollbar {
  display: none;
}
.header .sp_menu .sp_menu_inner {
  padding: calc(80 * 100vw / 375) 0 calc(32 * 100vw / 375);
}
.header .sp_menu .sp_menu_inner .gnav .list .item .item_link {
  display: block;
  color: #fff;
  font-size: calc(16 * 100vw / 375);
  padding: calc(4 * 100vw / 375) 0;
  border: none;
  text-align: left;
  width: 100%;
  padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375);
  position: relative;
}
@media (hover: hover) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:hover:after {
    transform: scale(1);
  }
}
@media (hover: none) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:active:after {
    transform: scale(1);
  }
}
.header .sp_menu .sp_menu_inner .gnav .list .item .item_link:before {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:before {
    display: block;
  }
}
.header .sp_menu .sp_menu_inner .gnav .list .item .item_link:after {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: top left;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
@media only screen and (max-width: 1024px) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:after {
    display: block;
  }
}
.header .sp_menu .sp_menu_inner .cr {
  display: block;
  padding-top: calc(32 * 100vw / 375);
  text-align: center;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ StdN W1", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: calc(10 * 100vw / 375);
}

.footer {
  background-color: #434343;
  padding: calc(120 * 100vw / 1440) calc(40 * 100vw / 1440) calc(24 * 100vw / 1440);
  display: flex;
  flex-direction: column;
  gap: calc(96 * 100vw / 1440);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: calc(80 * 100vw / 375) calc(20 * 100vw / 375) calc(32 * 100vw / 375);
    gap: calc(64 * 100vw / 375);
  }
}
.footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .footer .top {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    gap: calc(40 * 100vw / 375);
  }
}
.footer .top .copy {
  font-size: calc(40 * 100vw / 1440);
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 1024px) {
  .footer .top .copy {
    font-size: calc(32 * 100vw / 375);
  }
}
.footer .top .info .logo_link {
  display: block;
  width: calc(388 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .top .info .logo_link {
    width: calc(280 * 100vw / 375);
  }
}
.footer .top .info .logo_link img {
  width: 100%;
  height: auto;
}
.footer .top .info .corp_info {
  margin-top: calc(24 * 100vw / 1440);
  display: flex;
  flex-direction: column;
  gap: calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .top .info .corp_info {
    gap: calc(6 * 100vw / 375);
    margin-top: calc(16 * 100vw / 375);
  }
}
.footer .top .info .corp_info p {
  color: #fff;
  font-size: calc(12 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .top .info .corp_info p {
    font-size: calc(12 * 100vw / 375);
  }
}
.footer .bottom .menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: calc(32 * 100vw / 1440);
  margin: 0 calc(-40 * 100vw / 1440);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu {
    margin: 0 calc(-20 * 100vw / 375);
    gap: initial;
    display: block;
  }
}
.footer .bottom .menu:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu:before {
    display: none;
  }
}
.footer .bottom .menu .gnav .list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(32 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list {
    gap: initial;
    display: block;
  }
}
.footer .bottom .menu .gnav .list .item .item_link {
  display: block;
  color: #fff;
  font-size: calc(14 * 100vw / 1440);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link {
    font-size: calc(16 * 100vw / 375);
    padding: calc(4 * 100vw / 375) 0;
    border: none;
    text-align: left;
    width: 100%;
    padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375);
    position: relative;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .gnav .list .item .item_link:hover {
    opacity: 0.4;
  }
}
@media only screen and (hover: hover) and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:hover {
    opacity: 1;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .gnav .list .item .item_link:hover:after {
    transform: scale(1);
  }
}
@media (hover: none) {
  .footer .bottom .menu .gnav .list .item .item_link:active {
    opacity: 0.4;
  }
}
@media only screen and (hover: none) and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:active {
    opacity: 1;
  }
}
@media (hover: none) {
  .footer .bottom .menu .gnav .list .item .item_link:active:after {
    transform: scale(1);
  }
}
.footer .bottom .menu .gnav .list .item .item_link:before {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #231815;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:before {
    display: block;
  }
}
.footer .bottom .menu .gnav .list .item .item_link:after {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: top left;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:after {
    display: block;
  }
}
.footer .bottom .menu .cv {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv {
    display: block;
  }
}
.footer .bottom .menu .cv .cv_link {
  display: block;
  width: calc(136 * 100vw / 1440);
  padding: calc(4 * 100vw / 1440) 0;
  color: #fff;
  border: 0.5px solid #fff;
  border-right: none;
  border-bottom: none;
  font-size: calc(14 * 100vw / 1440);
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link {
    font-size: calc(16 * 100vw / 375);
    padding: calc(4 * 100vw / 375) 0;
    width: calc(80 * 100vw / 375);
    border: none;
    text-align: left;
    width: 100%;
    padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375);
    position: relative;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .cv .cv_link:hover {
    background-color: #fff;
    color: #231815;
  }
}
@media only screen and (hover: hover) and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:hover {
    background-color: transparent;
    color: #fff;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .cv .cv_link:hover:after {
    transform: scale(1);
  }
}
@media (hover: none) {
  .footer .bottom .menu .cv .cv_link:active {
    background-color: #fff;
    color: #231815;
  }
}
@media only screen and (hover: none) and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:active {
    background-color: transparent;
    color: #fff;
  }
}
@media (hover: none) {
  .footer .bottom .menu .cv .cv_link:active:after {
    transform: scale(1);
  }
}
.footer .bottom .menu .cv .cv_link:before {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:before {
    display: block;
  }
}
.footer .bottom .menu .cv .cv_link:after {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: top left;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:after {
    display: block;
  }
}
.footer .bottom .menu .cv .cv_link:last-of-type {
  border-right: 0.5px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:last-of-type {
    border: none;
  }
}
.footer .bottom .cr {
  display: block;
  margin-top: calc(24 * 100vw / 1440);
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ StdN W1", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: calc(10 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .cr {
    font-size: calc(10 * 100vw / 375);
    margin-top: calc(32 * 100vw / 375);
    text-align: center;
  }
}

.main .s_wrap .concept-fv {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: calc(160 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-fv {
    padding: calc(80 * 100vw / 375) 0;
  }
}
.main .s_wrap .concept-fv .container {
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 4;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-fv .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
  }
}
.main .s_wrap .concept-fv .container .title {
  font-size: calc(32 * 100vw / 1440);
  line-height: 1.4;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-fv .container .title {
    font-size: calc(24 * 100vw / 375);
  }
}
.main .s_wrap .concept-fv .en {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: calc(320 * 100vw / 1440);
  max-height: 40%;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-fv .en {
    width: 80%;
    height: initial;
  }
}
.main .s_wrap .concept-fv .en img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-fv .en img {
    max-height: 100%;
    width: 100%;
    height: auto;
  }
}
.main .s_wrap .concept-fv .scroll {
  position: absolute;
  z-index: 3;
  right: calc(24 * 100vw / 1440);
  bottom: calc(40 * 100vw / 1440);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-fv .scroll {
    gap: calc(4 * 100vw / 375);
    right: calc(12 * 100vw / 375);
    bottom: calc(20 * 100vw / 375);
  }
}
.main .s_wrap .concept-fv .scroll .scroll_txt {
  font-family: "FP-ヒラギノ角ゴ StdN W1", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: calc(14 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-fv .scroll .scroll_txt {
    font-size: calc(10 * 100vw / 375);
  }
}
.main .s_wrap .concept-fv .scroll .scroll_img {
  width: calc(12 * 100vw / 1440);
  transform: translate3d(calc(4 * 100vw / 1440), 0, 0);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-fv .scroll .scroll_img {
    width: calc(8 * 100vw / 375);
    transform: translate3d(calc(2 * 100vw / 375), 0, 0);
  }
}
.main .s_wrap .concept-fv .scroll .scroll_img img {
  width: 100%;
  height: auto;
}
.main .s_wrap .concept-fv .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .s_wrap .concept-fv .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.main .s_wrap .concept-way {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: calc(240 * 100vw / 1440) 0 calc(480 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-way {
    padding: calc(80 * 100vw / 375) 0 calc(320 * 100vw / 375);
  }
}
.main .s_wrap .concept-way .container {
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(40 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-way .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
    gap: calc(24 * 100vw / 375);
  }
}
.main .s_wrap .concept-way .container .copy1 {
  display: inline-block;
  color: #fff;
  font-size: calc(20 * 100vw / 1440);
  line-height: 1;
  padding-right: calc(120 * 100vw / 1440);
  border-bottom: 0.5px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-way .container .copy1 {
    font-size: calc(18 * 100vw / 375);
    padding-right: calc(80 * 100vw / 375);
  }
}
.main .s_wrap .concept-way .container .copy2 {
  color: #fff;
  font-size: calc(120 * 100vw / 1440);
  line-height: 1.1;
  transform: translate3d(calc(-8 * 100vw / 1440), 0, 0);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-way .container .copy2 {
    font-size: calc(64 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-way .container .copy2 {
    transform: translate3d(calc(-4 * 100vw / 375), 0, 0);
  }
}
.main .s_wrap .concept-way .container .copy3 {
  color: #fff;
  font-size: calc(32 * 100vw / 1440);
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-way .container .copy3 {
    font-size: calc(24 * 100vw / 375);
  }
}
.main .s_wrap .concept-way .en {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: calc(320 * 100vw / 1440);
  max-height: 40%;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-way .en {
    width: 80%;
    height: initial;
  }
}
.main .s_wrap .concept-way .en img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-way .en img {
    max-height: 100%;
    width: 100%;
    height: auto;
  }
}
.main .s_wrap .concept-way .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .s_wrap .concept-way .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.main .s_wrap .concept-kyoarchi {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: calc(160 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-kyoarchi {
    padding: calc(80 * 100vw / 375) 0;
  }
}
.main .s_wrap .concept-kyoarchi .container {
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 3;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-kyoarchi .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
  }
}
.main .s_wrap .concept-kyoarchi .container .title {
  height: calc(72 * 100vw / 1440);
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-kyoarchi .container .title {
    height: calc(64 * 100vw / 375);
  }
}
.main .s_wrap .concept-kyoarchi .container .title img {
  width: auto;
  height: 100%;
}
.main .s_wrap .concept-kyoarchi .container .msg {
  margin-top: calc(40 * 100vw / 1440);
  display: flex;
  flex-direction: column;
  gap: calc(24 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-kyoarchi .container .msg {
    margin-top: calc(32 * 100vw / 375);
    gap: calc(16 * 100vw / 375);
  }
}
.main .s_wrap .concept-kyoarchi .container .msg p {
  color: #fff;
  font-size: calc(14 * 100vw / 1440);
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-kyoarchi .container .msg p {
    font-size: calc(14 * 100vw / 375);
  }
}
.main .s_wrap .concept-kyoarchi .en {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: calc(320 * 100vw / 1440);
  max-height: 40%;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-kyoarchi .en {
    width: 80%;
    height: initial;
  }
}
.main .s_wrap .concept-kyoarchi .en img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-kyoarchi .en img {
    max-height: 100%;
    width: 100%;
    height: auto;
  }
}
.main .s_wrap .concept-kyoarchi .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .s_wrap .concept-kyoarchi .bg:before {
  content: "";
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #231815;
  opacity: 0.42;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-kyoarchi .bg:before {
    display: block;
  }
}
.main .s_wrap .concept-kyoarchi .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.main .s_wrap .concept-item .tradition {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: calc(160 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .tradition {
    padding: calc(80 * 100vw / 375) 0;
  }
}
.main .s_wrap .concept-item .tradition .container {
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .tradition .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
  }
}
.main .s_wrap .concept-item .tradition .container .title5 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(12 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .tradition .container .title5 {
    gap: calc(8 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .tradition .container .title5 .title5_en {
  color: #fff;
  font-family: "HelveticaNeueeTextPro-Bold", Helvetica, Arial, sans-serif;
  font-size: calc(32 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .tradition .container .title5 .title5_en {
    font-size: calc(24 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .tradition .container .title5 .title5_ja {
  color: #fff;
  writing-mode: vertical-rl;
}
.main .s_wrap .concept-item .tradition .container .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(16 * 100vw / 1440);
  width: 33%;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .tradition .container .box {
    gap: calc(12 * 100vw / 375);
    width: 100%;
    margin-top: calc(40 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .tradition .container .box .box_title {
  color: #fff;
  font-size: calc(120 * 100vw / 1440);
  line-height: 1.1;
  transform: translate3d(calc(-8 * 100vw / 1440), 0, 0);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .tradition .container .box .box_title {
    font-size: calc(64 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .tradition .container .box .box_title {
    transform: translate3d(calc(-4 * 100vw / 375), 0, 0);
  }
}
.main .s_wrap .concept-item .tradition .container .box .copy1 {
  font-size: calc(20 * 100vw / 1440);
  line-height: 1;
  border-bottom: 0.5px solid #fff;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .tradition .container .box .copy1 {
    font-size: calc(16 * 100vw / 375);
    display: inline-block;
    padding-right: calc(40 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .tradition .container .box .copy2 {
  color: #fff;
  font-size: calc(24 * 100vw / 1440);
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .tradition .container .box .copy2 {
    font-size: calc(18 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .tradition .container .box .furigana {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: calc(-16 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .tradition .container .box .furigana {
    margin-top: calc(-12 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .tradition .container .box .furigana .furigana1 {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ StdN W2", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: calc(10 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .tradition .container .box .furigana .furigana1 {
    font-size: calc(8 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .tradition .container .box .furigana .furigana2 {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ StdN W2", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: calc(10 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .tradition .container .box .furigana .furigana2 {
    font-size: calc(8 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .tradition .container .box .msg {
  font-size: calc(14 * 100vw / 1440);
  line-height: 2;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .tradition .container .box .msg {
    font-size: calc(14 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .tradition .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .s_wrap .concept-item .tradition .bg:before {
  content: "";
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #231815;
  opacity: 0.32;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .tradition .bg:before {
    display: block;
  }
}
.main .s_wrap .concept-item .tradition .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.main .s_wrap .concept-item .evolution {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: calc(160 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .evolution {
    padding: calc(80 * 100vw / 375) 0;
    align-items: flex-start;
  }
}
.main .s_wrap .concept-item .evolution .container {
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .evolution .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
  }
}
.main .s_wrap .concept-item .evolution .container .copy1 {
  font-size: calc(24 * 100vw / 1440);
  line-height: 1.4;
  color: #fff;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .evolution .container .copy1 {
    font-size: calc(18 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .evolution .container .box {
  text-align: right;
  margin-top: calc(56 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .evolution .container .box {
    margin-top: calc(64 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .evolution .container .box .box_title {
  display: inline-block;
  font-size: calc(120 * 100vw / 1440);
  line-height: 1.1;
  color: #fff;
  transform: translate3d(calc(-8 * 100vw / 1440), 0, 0);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .evolution .container .box .box_title {
    font-size: calc(64 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .evolution .container .box .box_title {
    transform: translate3d(calc(-4 * 100vw / 375), 0, 0);
  }
}
.main .s_wrap .concept-item .evolution .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .s_wrap .concept-item .evolution .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.main .s_wrap .concept-item .description {
  padding: calc(120 * 100vw / 1440) 0;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .description {
    padding: calc(80 * 100vw / 375) 0;
  }
}
.main .s_wrap .concept-item .description .container {
  max-width: calc(800 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .description .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
  }
}
.main .s_wrap .concept-item .description .container .title6 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(24 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .description .container .title6 {
    gap: calc(4 * 100vw / 375) calc(16 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .description .container .title6 .title6_en {
  font-family: "HelveticaNeueeTextPro-Bold", Helvetica, Arial, sans-serif;
  font-size: calc(32 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .description .container .title6 .title6_en {
    font-size: calc(24 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .description .container .title6 .title6_ja {
  font-size: calc(16 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .description .container .title6 .title6_ja {
    font-size: calc(14 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .description .container .list {
  margin-top: calc(56 * 100vw / 1440);
  display: flex;
  flex-direction: column;
  gap: calc(56 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .description .container .list {
    margin-top: calc(40 * 100vw / 375);
    gap: calc(56 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .description .container .list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(16 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .description .container .list .item {
    gap: calc(16 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .description .container .list .item .item_title {
  font-size: calc(24 * 100vw / 1440);
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .description .container .list .item .item_title {
    font-size: calc(18 * 100vw / 375);
  }
}
.main .s_wrap .concept-item .description .container .list .item .item_img {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  width: calc(240 * 100vw / 1440);
  height: calc(180 * 100vw / 1440);
  transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .description .container .list .item .item_img {
    position: static;
    height: initial;
    width: 100%;
    transform: none;
  }
}
.main .s_wrap .concept-item .description .container .list .item .item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .description .container .list .item .item_img img {
    height: auto;
  }
}
.main .s_wrap .concept-item .description .container .list .item .item_msg {
  font-size: calc(14 * 100vw / 1440);
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .concept-item .description .container .list .item .item_msg {
    font-size: calc(14 * 100vw / 375);
  }
}
.main .concept-feature {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(960 * 100vw / 1440);
  padding: calc(160 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .concept-feature {
    padding: calc(80 * 100vw / 375) 0;
    gap: calc(240 * 100vw / 375);
  }
}
.main .concept-feature:before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #fff 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1024px) {
  .main .concept-feature:before {
    height: 80%;
    background: linear-gradient(to top, #fff 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
  }
}
.main .concept-feature .title5 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(12 * 100vw / 1440);
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .main .concept-feature .title5 {
    gap: calc(8 * 100vw / 375);
  }
}
.main .concept-feature .title5 .title5_en {
  color: #fff;
  font-family: "HelveticaNeueeTextPro-Bold", Helvetica, Arial, sans-serif;
  font-size: calc(32 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .concept-feature .title5 .title5_en {
    font-size: calc(24 * 100vw / 375);
  }
}
.main .concept-feature .title5 .title5_ja {
  color: #fff;
  writing-mode: vertical-rl;
}
.main .concept-feature .title5 .title5_en {
  color: #231815;
}
.main .concept-feature .title5 .title5_ja {
  color: #231815;
}
.main .concept-feature .container {
  max-width: calc(840 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: calc(80 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .concept-feature .container {
    gap: calc(56 * 100vw / 375);
    flex-direction: column;
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
  }
}
.main .concept-feature .container .desc_item {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .main .concept-feature .container .desc_item {
    flex: initial;
  }
}
.main .concept-feature .container .desc_item .desc_title {
  font-size: calc(24 * 100vw / 1440);
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .main .concept-feature .container .desc_item .desc_title {
    font-size: calc(18 * 100vw / 375);
  }
}
.main .concept-feature .container .desc_item .msg {
  font-size: calc(14 * 100vw / 1440);
  line-height: 2;
  margin-top: calc(24 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .concept-feature .container .desc_item .msg {
    font-size: calc(14 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .main .concept-feature .container .desc_item .msg {
    margin-top: calc(16 * 100vw / 375);
  }
}
.main .concept-feature .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .concept-feature .bg {
    height: 64%;
  }
}
.main .concept-feature .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.main .concept-mission {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: calc(160 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .concept-mission {
    padding: calc(80 * 100vw / 375) 0;
  }
}
.main .concept-mission .container {
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(40 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .concept-mission .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
    gap: calc(24 * 100vw / 375);
  }
}
.main .concept-mission .container .en {
  height: calc(140 * 100vw / 1440);
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .main .concept-mission .container .en {
    height: initial;
    width: 100%;
  }
}
.main .concept-mission .container .en img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .concept-mission .container .en img {
    width: 100%;
    height: auto;
  }
}
.main .concept-mission .container .title {
  font-size: calc(56 * 100vw / 1440);
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .main .concept-mission .container .title {
    font-size: calc(32 * 100vw / 375);
  }
}
.main .concept-mission .container .msg {
  font-size: calc(24 * 100vw / 1440);
  line-height: 1.4;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .main .concept-mission .container .msg {
    font-size: calc(18 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .main .concept-mission .container .msg br {
    display: none;
  }
}
.main .concept-mission .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .concept-mission .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=concept.css.map */