@charset "UTF-8";
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # reset.scss
--------------------------------------------------------------*/
/*  Reseet
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
main,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

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

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

body {
  min-width: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

img,
svg,
video,
canvas,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  border-style: none;
}

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

caption,
th {
  text-align: left;
}

th {
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  vertical-align: middle;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

hr {
  border: 0;
  border-top: 1px solid #cccccc;
}

[hidden] {
  display: none !important;
}

/*--------------------------------------------------------------
    # vars.scss
--------------------------------------------------------------*/
/*
	SASS Vars
---------------------------------------------------------------------------- */
/*
	CSS Vars
---------------------------------------------------------------------------- */
:root {
  --color-primary: #002A74;
  --color-secondary: #F6F5F3;
  --color-third: #00133B;
  --color-forth: #B79C70;
  --color-text: #020D25;
  --color-text-sub: #525F7A;
  --font-lato: "Lato", sans-serif;
  --font-garamond: "EB Garamond", serif;
  --font-ls-base: 0.06em;
  --container-width: 1248px;
  --grad-main: linear-gradient(45deg, #C94D97 0%, #7F0073 100%);
}

/*--------------------------------------------------------------
    # mixin.scss
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    # set.scss
--------------------------------------------------------------*/
/*  Set & Config
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  background-color: #FFF;
  text-align: left;
  font-size: 1.6rem;
  overflow-x: hidden;
  font-weight: 400;
  letter-spacing: normal;
}

button {
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "メイリオ", Meiryo, sans-serif;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.display-none {
  display: none;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.smp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .smp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  body {
    overflow-x: hidden;
  }
}
/**
 # Layout
 */
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # footer.scss
--------------------------------------------------------------*/
/*  Footer[.l--footer]
--------------------------------------------------------------*/
.l-footer {
  position: relative;
  padding: 0 0 0;
  overflow: hidden;
  margin: 0 0 0 0;
}
.home .l-footer {
  position: relative;
  padding: 34.1666666667% 0 0;
  overflow: hidden;
  margin: 0 0 0 0;
}
.l-footer figure {
  display: none;
}
.home .l-footer figure {
  display: block;
  position: absolute;
}
.l-footer__deco01 {
  left: -24.3055555556vw;
  top: 24.3055555556vw;
  width: 38.4375vw;
  z-index: 5;
}
.l-footer__deco01 img {
  width: 100%;
  vertical-align: bottom;
}
.l-footer__deco02 {
  right: -6.9444444444vw;
  top: 24.3055555556vw;
  width: 38.4375vw;
  z-index: 5;
}
.l-footer__deco02 img {
  width: 100%;
  vertical-align: bottom;
}
.l-footer__illustration01 {
  left: 0;
  top: 0;
}
.l-footer__illustration01 img {
  width: 100%;
  vertical-align: bottom;
}
.l-footer-contents {
  padding: 96px 0 0 240px ;
  background-color: var(--color-third);
  background-image: url(../images/common/bg__03.png);
}
.home .l-footer-contents {
  padding: 0;
}
.l-footer-primary {
  padding: 0 48px;
  position: relative;
  z-index: 10;
}
.l-footer-primary__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-footer-primary__list {
  min-width: 11.6811594203%;
  margin: 0 2.8985507246% 0 0;
  padding: 0 0 64px;
}
.l-footer-primary__list dt {
  margin: 0 0 32px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #FFF;
}
.l-footer-primary__list dd {
  margin: 0 0 12px;
}
.l-footer-primary__list dd > a {
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.l-footer-primary__list dd > a:after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-footer-primary__list dd > a:hover:after {
  width: 100%;
}
.l-footer-secondary {
  padding: 0 24px 96px;
}
.l-footer-secondary__inner {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  padding: 32px 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
.l-footer-secondary__list {
  display: flex;
  margin: 0 0 8px;
}
.l-footer-secondary__list > li {
  margin: 0 16px 0 0;
}
.l-footer-secondary__list > li > a {
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.l-footer-secondary__list > li > a:after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-footer-secondary__list > li > a:hover:after {
  width: 100%;
}
.l-footer-copyright {
  color: rgba(255, 255, 255, 0.64);
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: var(--font-garamond);
}

@media screen and (max-width: 1200px) {
  .l-footer {
    padding: 0 0 0;
    margin: 0 0 0 0;
  }
  .home .l-footer {
    padding: 33.8461538462vw 0 0;
    margin: 0 0 0 0;
  }
  .l-footer-contents {
    padding: 96px 0 0 0 ;
  }
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 0 0 0;
    margin: 0 0 0 0;
  }
  .home .l-footer {
    padding: 33.8461538462vw 0 0;
    margin: 0 0 0 0;
  }
  .l-footer-contents{
    padding: 0;
  }
  .l-footer__deco01 {
    left: -24.3055555556vw;
    top: 24.3055555556vw;
    width: 38.4375vw;
  }
  .l-footer__deco02 {
    right: -6.9444444444vw;
    top: 24.3055555556vw;
    width: 38.4375vw;
  }
  .l-footer-primary {
    display: none;
  }
  .l-footer-secondary {
    padding: 0 0 8.2051282051vw;
  }
  .l-footer-secondary__inner {
    border-top: none;
    padding: 8.2051282051vw 0 0;
    max-width: initial;
  }
  .l-footer-secondary__list {
    display: flex;
    flex-direction: column;
    margin: 0 0 6.1538461538vw;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
  }
  .l-footer-secondary__list > li {
    margin: 0;
  }
  .l-footer-secondary__list > li > a {
    font-size: 3.5897435897vw;
    padding: 4.1025641026vw 6.1538461538vw;
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    position: relative;
    background-image: url(../images/common/icon__arrow02__wh.svg);
    background-repeat: no-repeat;
    background-position: center right 4.1025641026vw;
    background-size: 1.7948717949vw 3.3333333333vw;
  }
  .l-footer-secondary__list > li > a:after {
    display: none;
  }
  .l-footer-copyright {
    font-size: 3.0769230769vw;
    padding: 0 6.1538461538vw;
  }
}
/*  Pages Top
--------------------------------------------------------------*/
.l--gotop {
  position: fixed;
  right: 2.48%;
  bottom: 2.48%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s;
  z-index: 30;
}
.l--gotop.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l--gotop a {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: url(../images/common/pages__top.svg) no-repeat center/cover;
  transition: opacity 0.3s;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}
.l--gotop a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .l--gotop a {
    width: 16.4102564103vw;
    height: 16.4102564103vw;
  }
}
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # header.scss
--------------------------------------------------------------*/
/*  Header
--------------------------------------------------------------*/
.l-header {
  position: fixed;
  width: 240px;
  height: 100svh;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #FFF;
}
.l-header__inner {
  padding: 0 16px;
}
.l-header__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 24px;
}
.l-header__logo a {
  max-width: 132px;
  display: block;
  margin: 24px auto 16px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-header__logo a:hover {
  opacity: 0.75;
}
.l-header__logo a img {
  width: 100%;
  height: auto;
}
.l-header__logo__smp {
  display: none;
}
.l-header__stock-code {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.54px;
  line-height: 1.125;
  font-style: normal;
  color: #999999;
}
.l-header__search {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  min-height: 40px;
  margin: 0 0 16px;
}
.l-header__search-box {
  background-color: #EDECEB;
  width: 80.6763285024%;
  padding: 12.5px 16px;
  line-height: 1;
}
.l-header__search-box input[type=text] {
  width: 80%;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0;
}
.en .l-header__search-box input[type=text] {
  font-size: 1.2rem;
}
.l-header__search-box input[type=text]:focus {
  outline: none;
}
.l-header__search-button {
  background-color: var(--color-primary);
  background-image: url(../images/common/icon__search.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  width: 19.3236714976%;
  min-height: 40px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-header__search-button:hover {
  background-color: var(--color-third);
}
.l-header__lang {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  min-height: 44px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-header__lang:hover {
  text-decoration: none;
  background-color: var(--color-third);
}
.l-header__lang:hover span {
  color: #FFF;
}
.l-header__lang span {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #FFF;
  font-weight: 400;
  font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .l-header {
    position: fixed;
    width: 100%;
    height: 80px;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: #FFF;
  }
  .l-header__logo {
    display: none;
  }
  .l-header__logo__smp {
    display: flex;
    align-items: center;
    position: absolute;
    top: 16px;
    left: 40px;
  }
  .l-header__logo__smp a {
    display: block;
    margin-right: 24px;
    width: 267px;
    height: 48px;
  }
  .l-header__logo__smp a img {
    width: 100%;
    height: 48px;
  }
  .l-header__stock-code {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: -0.04em;
    line-height: 1.125;
    font-style: normal;
    color: #999;
    border: 1px solid #999;
    padding: 4px;
  }
  .l-header__search {
    display: none;
  }
  .l-header__lang {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 16.4102564103vw;
  }
  .l-header__logo {
    display: none;
  }
  .l-header__logo__smp {
    top: 4.1025641026vw;
    left: 4.1025641026vw;
  }
  .l-header__logo__smp a {
    display: block;
    margin-right: 2.0512820513vw;
    width: 45.8974358974vw;
    height: 8.2051282051vw;
  }
  .l-header__logo__smp a img {
    height: 8.2051282051vw;
  }
  .l-header__stock-code {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: -0.04em;
    line-height: 1.125;
    font-style: normal;
    color: #999;
    border: 1px solid #999;
    padding: 4px;
  }
  .l-header__search {
    display: none;
  }
  .l-header__lang {
    display: none;
  }
}
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # content.scss
--------------------------------------------------------------*/
.l-main__contents {
  padding-left: 240px;
  width: 100%;
  position: relative;
  background-color: var(--color-secondary);
  background-image: url(../images/common/bg__01.png);
  background-size: 50%;
  background-position: center;
}

@media screen and (max-width: 1200px) {
  .l-main__contents {
    padding-left: 0;
    width: 100%;
  }
}
/**
 # Layout
 */
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # home.scss
--------------------------------------------------------------*/
/*
    Common & Config
--------------------------------------------------------------*/
.h-headline__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-headline__box__list {
  display: flex;
  justify-content: end;
  gap: 16px;
}
.h-headline--level2 {
  margin: 0 0 32px;
  position: relative;
  z-index: 5;
}
.h-headline--level2 .ja--title {
  color: var(--color-text);
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 3.2rem;
  margin: 0 0 8px;
  display: block;
  position: relative;
  z-index: 10;
}
.h-headline--level2 .en--title {
  color: var(--color-text-sub);
  font-weight: 400;
  font-family: var(--font-lato);
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
.h-headline--level2-deco {
  position: absolute;
  width: 194.83px;
  height: 152.54px;
  background-image: url(../images/common/headline__bg01.png);
  position: absolute;
  left: -90px;
  top: -115px;
  z-index: 5;
}
.h-headline--level2.is--wh .ja--title {
  color: #FFF;
}
.h-headline--level2.is--wh .en--title {
  color: #B2B8C4;
}
.h-headline--level3 {
  margin: 0 0 32px;
}
.h-headline--level3 .ja--title {
  color: var(--color-text);
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 2.4rem;
  margin: 0 0 8px;
  display: block;
}
.h-headline--level3 .en--title {
  color: var(--color-text-sub);
  font-weight: 400;
  font-family: var(--font-lato);
  letter-spacing: 0.03em;
  font-size: 1.2rem;
  display: block;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .h-headline__box {
    display: block;
  }
  .h-headline__box__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4.1025641026vw;
  }
  .h-headline__box__list > li {
    margin: 0 auto;
  }
  .h-headline--level2 {
    margin: 0 0 8.2051282051vw;
  }
  .h-headline--level2 .ja--title {
    font-size: 6.1538461538vw;
    margin: 0 0 2.0512820513vw;
  }
  .h-headline--level2 .en--title {
    font-size: 3.0769230769vw;
  }
  .h-headline--level2-deco {
    position: absolute;
    width: 42.3076923077vw;
    height: 39.7435897436vw;
    background-image: url(../images/common/headline__bg01.png);
    position: absolute;
    left: -20.5128205128vw;
    top: -28.2051282051vw;
  }
  .h-headline--level3 {
    margin: 0 0 6.1538461538vw;
  }
  .h-headline--level3 .ja--title {
    font-size: 5.1282051282vw;
    margin: 0 0 2.0512820513vw;
  }
  .h-headline--level3 .en--title {
    font-size: 2.5641025641vw;
  }
}
/*
    Hero [.h--hero]
--------------------------------------------------------------*/
.h-hero {
  width: 100%;
  height: min(56.6667vw, 1080px);
  overflow: hidden;
}
.h-hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.h-hero__slider {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.h-hero__slider .slick-list, .h-hero__slider .slick-track, .h-hero__slider .slick-slide {
  height: 100%;
}
.h-hero__slider .slick-slide {
  overflow: hidden;
}
.h-hero__slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 8s linear;
}
.h-hero__slider .slick-active img {
  transform: scale(1.1);
}
.h-hero__contents {
  position: absolute;
  z-index: 2;
  left: 48px;
  bottom: 64px;
}
.h-hero__contents__title {
  font-size: 5rem;
  letter-spacing: -0.05em;
  line-height: 1.3;
  margin: 0 0 16px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  text-shadow: 0 0 10.7px rgba(0, 0, 0, 0.67);
  color: #FFF;
  font-weight: 400;
}
.h-hero__contents__lead {
  color: #FFF;
  font-size: 1.4rem;
  text-shadow: 0 0 10.7px rgba(0, 0, 0, 0.67);
}

@media screen and (max-width: 768px) {
  .h-hero {
    height: 229.7435897436vw;
    overflow: hidden;
  }
  .h-hero__contents {
    left: 6.1538461538vw;
    bottom: 16.4102564103vw;
  }
  .h-hero__contents__title {
    font-size: 8.3076923077vw;
    margin: 0 0 2.0512820513vw;
  }
  .h-hero__contents__lead {
    font-size: 3.5897435897vw;
    line-height: 1.4;
  }
}
/*
    Features [.h-features]
--------------------------------------------------------------*/
.h-features {
  padding: 128px 48px 152px;
  background-image: url(../images/common/bg__03.png);
  background-size: 50%;
  background-position: center;
}
.h-features__inner {
  position: relative;
  max-width: 1104px;
  margin: 0 auto;
  display: flex;
}
.h-features__contents {
  width: 40.0362318841%;
  margin-right: 11.7753623188%;
}
.h-features__contents .h-headline--level2 {
  margin: 0 0 48px;
}
.h-features__lead {
  color: #FFF;
  font-size: 1.7rem;
  line-height: 1.9;
  margin: 0 0 48px;
}
.h-features__data {
  width: 40.9420289855%;
}
.h-features__data__box {
  margin: 0 0 32px;
  padding: 0 0 32px;
  border-bottom: 1px solid #525C77;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.h-features__data__icon {
  width: 80px;
  flex-shrink: 0;
}
.h-features__data__text {
  width: 39.8230088496%;
  font-size: 1.4rem;
  letter-spacing: -1px;
  color: #FFF;
}
.h-features__data__text span {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 8px;
  display: block;
}
.h-features__data__number {
  flex-shrink: 0;
  min-width: 150px;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 400;
}
.h-features__data__number em {
  font-style: normal;
  font-family: var(--font-lato);
  font-weight: 300;
  font-size: 6.4rem;
  letter-spacing: -0.03em;
  margin-right: 8px;
}

@media screen and (max-width: 1200px) {
  .h-features__contents {
    margin-right: 0;
  }
  .h-features__data {
    width: 54.347826087%;
  }
  .h-features__inner {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .h-features {
    padding: 16.4102564103vw 6.1538461538vw 12.3076923077vw;
  }
  .h-features__inner {
    max-width: initial;
    display: flex;
    flex-direction: column;
  }
  .h-features__contents {
    width: auto;
    margin-right: 0;
    margin: 0 0 8.2051282051vw;
  }
  .h-features__contents .h-headline--level2 {
    margin: 0 0 8.2051282051vw;
  }
  .h-features__lead {
    font-size: 3.8461538462vw;
    margin: 0 0 6.1538461538vw;
  }
  .h-features__data {
    width: auto;
  }
  .h-features__data__box {
    margin: 0 0 6.1538461538vw;
    padding: 0 0 6.1538461538vw;
    gap: 2.0512820513vw;
  }
  .h-features__data__icon {
    width: 14.358974359vw;
  }
  .h-features__data__text {
    width: 41.0256410256vw;
    font-size: 3.0769230769vw;
    line-height: 1.4;
  }
  .h-features__data__text span {
    font-size: 3.5897435897vw;
    margin: 0 0 2.0512820513vw;
  }
  .h-features__data__number {
    min-width: initial;
    font-size: 4.1025641026vw;
  }
  .h-features__data__number em {
    font-size: 14.358974359vw;
    margin-right: 2.0512820513vw;
  }
}
/*
    Data [.h-data]
--------------------------------------------------------------*/
.h-data {
  padding: 32px 16px 96px;
  background-color: #F7F7F7;
  background-image: url(../images/common/bg__01.png);
  background-size: 50%;
  background-position: center;
}
.h-data__inner {
  position: relative;
  max-width: 1168px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.h-data__box {
  border-right: 1px solid #CCD0D8;
  box-sizing: border-box;
  width: 33.2191780822%;
  position: relative;
}
.h-data__box:last-child {
  border: none;
}
.h-data__box .c--button__list {
  position: absolute;
  bottom: 32px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.h-data__box__inner {
  padding: 32px 32px 96px;
}
.h-data__headline {
  margin: 0 0 32px;
  padding: 0 0 24px;
  background-image: url(../images/common/headline__bg02.png);
  background-size: 45px 13.21px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.h-data__headline .ja--title {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin: 0 0 8px;
  text-align: center;
  display: block;
}
.h-data__headline .en--title {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: 300;
  text-align: center;
  font-family: var(--font-lato);
  color: var(--color-text-sub);
  display: block;
}
.h-data .data--portfolio__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #CCD0D8;
}
.h-data .data--portfolio__box:last-of-type {
  border: none;
  margin: 0;
  padding: 0;
}
.h-data .data--portfolio__box__title {
  font-size: 1.8rem;
}
.h-data .data--portfolio__box__number {
  display: block;
  text-align: right;
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--color-text);
  margin: 0 0 4px;
  white-space: nowrap;
}
.h-data .data--portfolio__box__number em {
  font-style: normal;
  font-family: var(--font-lato);
  font-size: 3.2rem;
  letter-spacing: -0.03em;
  margin: 0 4px 0 0;
}
.h-data .data--portfolio__box__caution {
  font-size: 1.2rem;
  color: var(--color-text);
}
.data--distributions--declared__box{
  padding: 0 0 24px;
  margin: 32px 0 24px;
  border-bottom: 1px solid #CCD0D8;
}
.h-data .data--distributions__title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
}
.h-data .data--distributions__box {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.h-data .data--distributions__box.confirmed {
  gap: 8px;
}
.h-data .data--distributions__box.prediction {
  margin: 16px 0 0;
  display: grid;
  grid-template-columns: 1fr 38.65%;
  align-items: baseline;
}
.h-data .data--distributions__box.prediction dt {
  margin: 0 0 16px;
}
.h-data .data--distributions__box.prediction dd {
  margin: 0 0 16px;
}
.h-data .data--distributions__box__title {
  font-size: 1.4rem;
  color: var(--color-text);
}
.h-data .data--distributions__box__title span {
  display: block;
  background-color: #B79C70;
  margin: 8px 0 0;
  color: #FFF;
  padding: 4px;
  font-size: 1.2rem;
}
.h-data .data--distributions__box__number {
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--color-text);
  margin: 0 0 4px;
}
.h-data .data--distributions__box__number em {
  font-style: normal;
  font-family: var(--font-lato);
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: -0.03em;
  margin: 0 4px 0 0;
  color: var(--color-primary);
}
.h-data .data--statements__title {
  text-align: center;
  font-size: 1.4rem;
  display: block;
  margin: 0 0 16px;
  font-weight: 400;
  color: var(--color-text);
}
.h-data .data--statements__list > li {
  padding: 10px 8px;
  border-bottom: 1px solid #CCD0D8;
  position: relative;
}
.h-data .data--statements__box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.h-data .data--statements__text {
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .h-data {
    padding: 6.1538461538vw 6.1538461538vw 6.1538461538vw;
  }
  .h-data__inner {
    max-width: initial;
    display: flex;
    flex-direction: column;
  }
  .h-data__box {
    border-right: none;
    border-bottom: 1px solid #CCD0D8;
    width: auto;
    position: relative;
  }
  .h-data__box .c--button__list {
    bottom: inherit;
    left: inherit;
    right: inherit;
    position: relative;
    margin: 6.1538461538vw auto 0;
  }
  .h-data__box__inner {
    padding: 6.1538461538vw 0 8.2051282051vw;
  }
  .h-data__headline {
    margin: 0 0 6.1538461538vw;
    padding: 0 0 6.1538461538vw;
    background-size: 11.5384615385vw 3.3871794872vw;
  }
  .h-data__headline .ja--title {
    font-size: 5.1282051282vw;
    margin: 0 0 2.0512820513vw;
  }
  .h-data__headline .en--title {
    font-size: 3.0769230769vw;
  }
  .h-data .data--portfolio__box {
    padding: 0 0 4.1025641026vw;
    margin: 0 0 4.1025641026vw;
  }
  .h-data .data--portfolio__box__title {
    font-size: 4.1025641026vw;
  }
  .h-data .data--portfolio__box__number {
    font-size: 3.5897435897vw;
    margin: 0 0 1.0256410256vw;
  }
  .h-data .data--portfolio__box__number em {
    font-size: 8.2051282051vw;
    margin: 0 1.0256410256vw 0 0;
  }
  .h-data .data--portfolio__box__caution {
    font-size: 3.0769230769vw;
  }
  .h-data .data--distributions__title {
    font-size: 4.1025641026vw;
    text-align: center;
  }
  .data--distributions--declared__box{
    padding: 0 0 6.1538461538vw;
    margin: 6.1538461538vw 0 6.1538461538vw;
  }
  .h-data .data--distributions__box.confirmed {
  }
  .h-data .data--distributions__box.prediction {
    margin: 4.1025641026vw 0 0;
    grid-template-columns: 56.65% 1fr;
  }
  .h-data .data--distributions__box.prediction dt {
    margin: 0 0 4.1025641026vw;
  }
  .h-data .data--distributions__box.prediction dd {
    margin: 0 0 4.1025641026vw;
  }
  .h-data .data--distributions__box__title {
    font-size: 3.5897435897vw;
  }
  .h-data .data--distributions__box__title span {
    margin: 2.0512820513vw 0 0;
    padding: 1.0256410256vw;
    font-size: 2.8205128205vw;
  }
  .h-data .data--distributions__box__number {
    font-size: 4.1025641026vw;
    margin: 0 0 1.0256410256vw;
  }
  .h-data .data--distributions__box__number em {
    font-size: 8.2051282051vw;
    margin: 0 1.0256410256vw 0 0;
  }
  .h-data .data--statements__title {
    font-size: 3.5897435897vw;
    margin: 0 0 4.1025641026vw;
  }
  .h-data .data--statements__list {
    width: 100%;
  }
  .h-data .data--statements__list > li {
    padding: 4.1025641026vw 2.0512820513vw;
  }
  .h-data .data--statements__box {
    gap: 2.0512820513vw;
  }
  .h-data .data--statements__text {
    font-size: 4.1025641026vw;
  }
}
/*
    News [.h-news]
--------------------------------------------------------------*/
.h-news {
  padding: 48px 48px 96px;
  background-color: #F7F7F7;
  background-image: url(../images/common/bg__01.png);
  background-size: 50%;
  background-position: center;
}
.h-news__inner {
  position: relative;
  max-width: 1104px;
  margin: 0 auto;
}
.h-news .p-news__list {
  margin: 32px 0 0;
}

@media screen and (max-width: 768px) {
  .h-news {
    padding: 6.1538461538vw 6.1538461538vw 12.3076923077vw;
    background-color: #F7F7F7;
    background-image: url(../images/common/bg__01.png);
    background-size: 50%;
    background-position: center;
  }
  .h-news .h-headline__box {
    align-items: normal;
  }
  .h-news__inner {
    max-width: initial;
  }
  .h-news .p-news__list {
    margin: 0 0 6.1538461538vw;
  }
}
/*
    Portfolio [.h-portfolio]
--------------------------------------------------------------*/
.h-portfolio .c--button__list {
  margin: 32px 0 0;
}
.h-portfolio .c--button02 i::after {
  transition: height 0.3s ease;
}
.h-portfolio .c--button02.is-open i::after {
  height: 0;
}
.h-portfolio {
  padding: 48px 48px 64px;
  background-color: #F7F7F7;
  background-image: url(../images/common/bg__02.png);
  background-size: 50%;
  background-position: center;
}
.h-portfolio__inner {
  position: relative;
  max-width: 1104px;
  margin: 0 auto;
}
.h-portfolio__list {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
.h-portfolio__additional {
  display: none;
}
.h-portfolio__list--additional {
  margin: 0;
}
.h-portfolio__list > li {
  margin: 0 0.7246376812% 8px 0;
  width: 24.4565217391%;
}
.h-portfolio__list > li:nth-child(4n) {
  margin: 0 0 8px;
}
.h-portfolio__box {
  display: block;
}
.h-portfolio__box:hover .h-portfolio__box__images {
  transform: scale(1.05);
}
.h-portfolio__box__photo {
  position: relative;
}
.h-portfolio__box__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 20, 56, 0) 0%, rgba(0, 20, 56, 0.5) 67.11%, #001438 104.17%);
}
.h-portfolio__box__caption span {
  display: block;
  padding: 16px 24px 16px 16px;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.4;
  background-image: url(../images/common/icon__arrow02__wh.svg);
  background-repeat: no-repeat;
  background-size: 10px 17px;
  background-position: center right 8px;
}
.h-portfolio__box__cover {
  position: relative;
  z-index: 5;
  aspect-ratio: 270/396;
  overflow: hidden;
}
.h-portfolio__box__images {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 270 / 396;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
  .h-portfolio .c--button__list {
    margin: 6.1538461538vw 0;
  }
  .h-portfolio {
    padding: 12.3076923077vw 6.1538461538vw 6.1538461538vw;
  }
  .h-portfolio__inner {
    max-width: initial;
  }
  .h-portfolio__list {
    display: flex;
    flex-wrap: wrap;
    margin: 6.1538461538vw 0 0;
  }
  .h-portfolio__additional {
    display: none;
  }
  .h-portfolio__list--additional {
    margin: 0;
  }
  .h-portfolio__list > li {
    width: 42.8205128205vw;
    margin: 0 2.0512820513vw 2.0512820513vw 0;
  }
  .h-portfolio__list > li:nth-child(4n) {
    margin: 0 2.0512820513vw 2.0512820513vw 0;
  }
  .h-portfolio__list > li:nth-child(2n) {
    margin: 0 0 2.0512820513vw;
  }
  .h-portfolio__box__caption span {
    padding: 2.0512820513vw 6.1538461538vw 2.0512820513vw 2.0512820513vw;
    font-size: 3.5897435897vw;
    line-height: 1.4;
    background-size: 2.5641025641vw 4.358974359vw;
    background-position: center right 2.0512820513vw;
  }
  .h-portfolio__box__cover {
    position: relative;
    z-index: 5;
    aspect-ratio: 270/396;
    overflow: hidden;
  }
  .h-portfolio__box__images {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
/*
    Movie [.h-movie]
--------------------------------------------------------------*/
.h-movie {
  margin: 0;
  padding: 48px 48px 96px;
  background-color: #F7F7F7;
  background-image: url(../images/common/bg__02.png);
  background-size: 50%;
  background-position: center;
}
.h-movie__inner {
  position: relative;
  max-width: 1104px;
  margin: 0 auto;
}
.h-movie__slider {
  margin: 0 -8px;
}
.h-movie__slider .slick-slide {
  margin: 0 16px 0 0;
  max-width: 357.33px !important;
}
.h-movie__navigation {
  position: absolute;
  z-index: 10;
  top: 26px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.h-movie__navigation .slick-arrow {
  position: static;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  cursor: pointer;
  transform: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h-movie__navigation .slick-arrow:hover {
  background-color: var(--color-third);
}
.h-movie__navigation .slick-arrow::before {
  content: none;
}
.h-movie__navigation .slick-prev {
  order: 2;
  border-radius: 50%;
  background-color: var(--color-primary);
  background-image: url(../images/common/icon__slider__prev.svg);
  background-size: 7px 11px;
}
.h-movie__navigation .slick-next {
  order: 3;
  border-radius: 50%;
  background-color: var(--color-primary);
  background-image: url(../images/common/icon__slider__next.svg);
  background-size: 7px 11px;
}
.h-movie__navigation .slick-dots {
  position: static;
  order: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  width: auto;
  margin: 0 16px 0 0;
  padding: 0;
}
.h-movie__navigation .slick-dots li {
  width: 48px;
  height: 2px;
  margin: 0;
}
.h-movie__navigation .slick-dots button {
  display: block;
  width: 48px;
  height: 2px;
  padding: 0;
  border: 0;
  background-color: #D9D9D9;
  font-size: 0;
  cursor: pointer;
}
.h-movie__navigation .slick-dots button::before {
  content: none;
}
.h-movie__navigation .slick-active button {
  background-color: var(--color-third);
}
.h-movie__box {
  display: block;
  position: relative;
}
.h-movie__box:hover .h-movie__box__cover .h-movie__box__images {
  transform: scale(1.05);
}
.h-movie__box__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 64px;
}
.h-movie__box__play img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
.h-movie__box__cover {
  background-color: var(--color-third);
  width: auto;
  overflow: hidden;
  aspect-ratio: 357.73/236;
}
.h-movie__box__cover .h-movie__box__images {
  position: relative;
  z-index: 5;
  opacity: 0.68;
  width: 100%;
  vertical-align: bottom;
  height: auto;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transform: scale(1);
}
.h-movie__box__caption {
  display: block;
  margin: 16px 0 0;
  font-size: 1.6rem;
}

.slick-dotted.slick-slider {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .h-movie {
    margin: 0;
    padding: 16.4102564103vw 6.1538461538vw 12.3076923077vw;
  }
  .h-movie__inner {
    position: relative;
    max-width: 1104px;
    margin: 0 auto;
  }
  .h-movie__slider {
    width: calc(100% + 6.1538461538vw);
    margin: 0;
  }
  .h-movie__slider .slick-slide {
    margin: 0;
    padding: 0 4.1025641026vw 0 0;
    max-width: none !important;
    box-sizing: border-box;
  }
  .h-movie__navigation {
    position: static;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 2.0512820513vw);
    margin: 6.1538461538vw 0 0;
  }
  .h-movie__navigation .slick-arrow {
    position: static;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    cursor: pointer;
    transform: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .h-movie__navigation .slick-arrow:hover {
    background-color: var(--color-third);
  }
  .h-movie__navigation .slick-arrow::before {
    content: none;
  }
  .h-movie__navigation .slick-prev {
    order: 1;
    border-radius: 50%;
    background-color: var(--color-primary);
    background-image: url(../images/common/icon__slider__prev.svg);
    background-size: 7px 11px;
  }
  .h-movie__navigation .slick-next {
    order: 3;
    border-radius: 50%;
    background-color: var(--color-primary);
    background-image: url(../images/common/icon__slider__next.svg);
    background-size: 7px 11px;
  }
  .h-movie__navigation .slick-dots {
    position: static;
    order: 2;
    display: flex;
    align-items: center;
    gap: 4px;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .h-movie__navigation .slick-dots li {
    width: 6.1538461538vw;
    height: 2px;
    margin: 0;
  }
  .h-movie__navigation .slick-dots button {
    display: block;
    width: 6.1538461538vw;
    height: 2px;
    padding: 0;
    border: 0;
    background-color: #D9D9D9;
    font-size: 0;
    cursor: pointer;
  }
  .h-movie__navigation .slick-dots button::before {
    content: none;
  }
  .h-movie__navigation .slick-active button {
    background-color: var(--color-third);
  }
  .h-movie__box {
    display: block;
    position: relative;
  }
  .h-movie__box:hover .h-movie__box__cover .h-movie__box__images {
    transform: scale(1.05);
  }
  .h-movie__box__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 16.4102564103vw;
  }
  .h-movie__box__play img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
  }
  .h-movie__box__cover {
    background-color: var(--color-third);
    width: auto;
    overflow: hidden;
    aspect-ratio: 357.73/236;
  }
  .h-movie__box__cover .h-movie__box__images {
    position: relative;
    z-index: 5;
    opacity: 0.68;
    width: 100%;
    vertical-align: bottom;
    height: auto;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    transform: scale(1);
  }
  .h-movie__box__caption {
    display: block;
    margin: 4.1025641026vw 0 0;
    font-size: 4.1025641026vw;
  }
  .slick-dotted.slick-slider {
    margin: 0;
  }
}
/*
    Sponsors [.h-sponsors]
--------------------------------------------------------------*/
.h-sponsors {
  display: flex;
    margin: 0 0 48px;
    padding: 64px 48px 0;
    gap: 64px;
}
.h-sponsors__inner {
  max-width: 1104px;
  margin: 0 auto;
  padding: 0 0 48px;
}

.h-sponsors .item {
    padding: 48px 0;
    border-bottom: 1px solid #ddd;
}

.h-sponsors .item:last-child {
    border-bottom: none;
}


.h-sponsors__list {
  display: flex;
  flex-wrap: wrap;
}
.h-sponsors__list > li {
  width: 19.4202898551%;
  margin: 0 0.7246376812% 8px 0;
}
.h-sponsors__list > li:nth-child(5n) {
  margin: 0 0 8px 0;
}
.h-sponsors__list > li > a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
}
.h-sponsors__list > li > a:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
}
.h-sponsors__images {
  width: 394px;
}
.h-sponsors__images img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.h-sponsors__list img {
    width: 210px;
    max-width: 100%;
    height: auto;
    image-rendering: pixelated;
}

@media screen and (max-width: 768px) {
  .h-sponsors {
    margin: 0 0 8.2051282051vw;
    padding: 8.2051282051vw 6.1538461538vw 0;
  }
  .h-sponsors__inner {
    max-width: initial;
    padding: 0 0 6.1538461538vw;
  }
  .h-sponsors__list > li {
    width: 42.8205128205vw;
    margin: 0 2.0512820513vw 2.0512820513vw 0;
  }
  .h-sponsors__list > li:nth-child(5n) {
    margin: 0 2.0512820513vw 2.0512820513vw 0;
  }
  .h-sponsors__list > li:nth-child(2n) {
    margin: 0 0 0.7246376812%;
  }
  .h-sponsors__list > li img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
  }
  .h-sponsors__list > li > a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: block;
  }
}
/*
    Banner [.h-banner]
--------------------------------------------------------------*/
.h-banner {
  margin: 0 0 64px;
  padding: 0 48px;
}
.h-banner__inner {
  max-width: 1104px;
}
.h-banner__box {
  display: flex;
  height: 96px;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h-banner__box:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
}
.h-banner__images {
  width: 394px;
}
.h-banner__images img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

@media screen and (max-width: 768px) {
  .h-banner {
    margin: 0 0 8.2051282051vw;
    padding: 0 6.1538461538vw;
  }
  .h-banner__inner {
    max-width: initial;
  }
  .h-banner__box {
    height: 20.5128205128vw;
  }
  .h-banner__images {
    width: 73.3333333333vw;
  }
  .h-banner__images img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
  }
}
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # page.scss
--------------------------------------------------------------*/
/*
    Common & Config
--------------------------------------------------------------*/
.icon--pdf {
  display: inline-block;
  background-image: url(../images/common/icon__pdf.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}

.icon--movie {
  display: inline-block;
  background-image: url(../images/common/icon__movie.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}

.file--size {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .icon--pdf {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  .icon--movie {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  .file--size {
    margin-left: 2.0512820513vw;
    font-size: 4.1025641026vw;
  }
}
/*  Pages [news]
--------------------------------------------------------------*/
.p-news__list > li {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #CFCECC;
}
.p-news__list__date {
  flex-shrink: 0;
  margin: 0 16px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 2.2rem;
}
.p-news__list__category {
  flex-shrink: 0;
  margin: 0 8px 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  height: 24px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFF;
  background-color: var(--color-primary);
}
.p-news__list__category.category--update {
  background-color: #699B50;
}
.p-news__list__category.category--release {
  background-color: #4C8B94;
}
.p-news__list__text {
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-news__list__text:hover {
  opacity: 0.45;
  text-decoration: underline;
}
.p-news__list__text i {
  line-height: 1.6em;
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .p-news__list > li {
    display: flex;
    flex-wrap: wrap;
    padding: 4.1025641026vw 0;
  }
  .p-news__list__date {
    margin: 0 4.1025641026vw 0 0;
    font-size: 4.1025641026vw;
    line-height: 5.641025641vw;
  }
  .p-news__list__category {
    margin: 0 2.0512820513vw 0 0;
    min-width: 20.5128205128vw;
    height: 6.1538461538vw;
    font-size: 3.0769230769vw;
  }
  .p-news__list__text {
    margin: 2.0512820513vw 0 0;
    font-size: 4.1025641026vw;
  }
  .p-news__list__text i {
    line-height: 4.1025641026vw;
    margin-left: 2.0512820513vw;
  }
}
/**
 # Objects -  Compornent -
 */
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # blockquote.scss
--------------------------------------------------------------*/
/*
    Blockquote
--------------------------------------------------------------*/
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # btn.scss
--------------------------------------------------------------*/
/*
	Button
--------------------------------------------------------------*/
.c--button__list {
  display: flex;
  justify-content: center;
}

.c--button01 {
  display: inline-flex;
  align-items: center;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  padding: 0 53px 0 32px;
  height: 48px;
  position: relative;
  box-sizing: border-box;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c--button01 i {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 19px;
  width: 7px;
  height: 11px;
  transform: translateY(-50%);
}
.c--button01 i:before, .c--button01 i:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/common/icon__arrow01__wh.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.c--button01 i:before {
  transform: translateX(0);
}
.c--button01 i:after {
  transform: translateX(-120%);
}
.c--button01 span {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
  color: #FFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
}
.c--button01:link, .c--button01:visited {
  text-decoration: none;
}
.c--button01:hover {
  text-decoration: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.c--button01:hover i:before {
  transform: translateX(120%);
}
.c--button01:hover i:after {
  transform: translateX(0);
}
.c--button01.button--feed {
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 48px;
  height: 48px;
}
.c--button01.button--feed span {
  width: 21.65px;
  height: 21.65px;
  background-image: url(../images/common/icon__feed.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c--button01.button--s {
  height: 45px;
}
.c--button01.button--wh {
  background-color: #FFF;
}
.c--button01.button--wh span {
  color: var(--color-primary);
}
.c--button01.button--wh i:before, .c--button01.button--wh i:after {
  background-image: url(../images/common/icon__arrow01__bl.svg);
}

.c--button02 {
  display: inline-flex;
  align-items: center;
  background-color: #FFF;
  border: 1px solid var(--color-primary);
  min-width: 166px;
  padding: 0 40px 0 24px;
  height: 48px;
  position: relative;
  box-sizing: border-box;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c--button02.is-open {
  min-width: 124px;
}
.c--button02 i {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}
.c--button02 i:before, .c--button02 i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.c--button02 i:before {
  width: 12px;
  height: 1px;
}
.c--button02 i:after {
  width: 1px;
  height: 12px;
}
.c--button02 span {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
  color: var(--color-primary);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
}
.c--button02:link, .c--button02:visited {
  text-decoration: none;
}
.c--button02:hover {
  text-decoration: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .c--button__list {
    display: flex;
    justify-content: center;
  }
  .c--button01 {
    padding: 0 12.3076923077vw 0 8.2051282051vw;
    height: 12.3076923077vw;
    border-radius: 6.1538461538vw;
  }
  .c--button01 i {
    right: 4.1025641026vw;
    width: 1.7948717949vw;
    height: 2.8205128205vw;
    transform: translateY(-50%);
  }
  .c--button01 span {
    font-size: 4.1025641026vw;
  }
  .c--button01.button--feed {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
  }
  .c--button01.button--feed span {
    width: 5.5512820513vw;
    height: 5.5512820513vw;
  }
  .c--button01.button--s {
    height: 10.2564102564vw;
  }
  .c--button01.button--wh {
    background-color: #FFF;
  }
  .c--button01.button--wh span {
    color: var(--color-primary);
  }
  .c--button01.button--wh i:before, .c--button01.button--wh i:after {
    background-image: url(../images/common/icon__arrow01__bl.svg);
  }
  .c--button02 {
    min-width: 42.0512820513vw;
    padding: 0 6.1538461538vw 0 6.1538461538vw;
    height: 12.3076923077vw;
    border-radius: 6.1538461538vw;
  }
  .c--button02.is-open {
    min-width: 31.7948717949vw;
  }
  .c--button02 i {
    right: 4.1025641026vw;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
  .c--button02 i:before {
    width: 3.0769230769vw;
    height: 1px;
  }
  .c--button02 i:after {
    width: 1px;
    height: 3.0769230769vw;
  }
  .c--button02 span {
    display: block;
    font-weight: 400;
    font-size: 1.6rem;
    position: relative;
    color: var(--color-primary);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: block;
  }
  .c--button02:link, .c--button02:visited {
    text-decoration: none;
  }
  .c--button02:hover {
    text-decoration: none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  }
}
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # display.scss
--------------------------------------------------------------*/
/*
    Display Block
------------------------------------------------------------- */
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # headline.scss
--------------------------------------------------------------*/
/*
    Headline
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    # hr.scss
--------------------------------------------------------------*/
/*
    Hr
------------------------------------------------------------- */
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # images.scss
--------------------------------------------------------------*/
/*
    Image
------------------------------------------------------------- */
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # list.scss
--------------------------------------------------------------*/
/*
    List
--------------------------------------------------------------*/
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # table.scss
--------------------------------------------------------------*/
/*
    Table
--------------------------------------------------------------*/
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # text.scss
--------------------------------------------------------------*/
/*
    Text Style
--------------------------------------------------------------*/
/**
 # Objects -  project -
 */
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # menu.scss
--------------------------------------------------------------*/
/*  Gmenu
--------------------------------------------------------------*/
.l-gmenu__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  margin: 0 0 32px;
}
.l-gmenu__list > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.l-gmenu__list > li:last-child {
  margin: 0;
}
.l-gmenu__list > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 16px;
  height: 100%;
}
.l-gmenu__list > li > a {
  padding: 16px 0;
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-gmenu__list > li > a:hover {
  text-decoration: none;
  color: #FFF;
}
.l-gmenu__list > li > a:hover:after {
  width: 100%;
}
.l-gmenu__list > li > a:after {
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--color-primary);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: -1;
}
.l-gmenu__list > li > a .exlinks {
  display: inline-block;
  background-image: url(../images/common/icon__exlinks__gr.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  margin-left: 8px;
}
.l-gmenu__list > li:hover > a, .l-gmenu__list > li:focus-within > a {
  color: #FFF;
  text-decoration: none;
}
.l-gmenu__list > li:hover > a::after, .l-gmenu__list > li:focus-within > a::after {
  width: 100%;
}
.l-gmenu__list-submenu {
  position: fixed;
  top: 0;
  left: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  width: 320px;
  height: 100svh;
  padding: 48px;
  background-color: rgba(2, 11, 46, 0.85);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
  transition: opacity 0.35s ease, visibility 0.35s ease, clip-path 0.35s ease;
  z-index: -1;
}

.l-gmenu__list > li:nth-child(1) .l-gmenu__list-submenu {
  padding-top: 220px;
}

.l-gmenu__list > li:nth-child(2) .l-gmenu__list-submenu {
  padding-top: 270px;
}

.l-gmenu__list > li:nth-child(3) .l-gmenu__list-submenu {
  padding-top: 320px;
}

.l-gmenu__list > li:nth-child(4) .l-gmenu__list-submenu {
  padding-top: 370px;
}

.l-gmenu__list > li:nth-child(5) .l-gmenu__list-submenu {
  padding-top: 220px;
}

.l-gmenu__list-submenu > li > a {
  display: block;
  padding: 16px 0;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.l-gmenu__list-submenu > li > a:hover, .l-gmenu__list-submenu > li > a:focus-visible {
  text-decoration: none;
  opacity: 0.7;
  transform: translateX(8px);
}
.l-gmenu__list > li:hover > .l-gmenu__list-submenu, .l-gmenu__list > li:focus-within > .l-gmenu__list-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
  z-index: 10;
}

.burger--wrap {
  display: none;
}

.navigation {
  display: none;
}

@media screen and (max-width: 1200px) {
  body.scroll-lock {
    overflow: hidden;
    height: 100%;
  }
  .burger--wrap {
    display: block;
  }
  .l-gmenu__list {
    display: none;
  }
  .burger--wrap {
    width: 48px;
    height: 48px;
    top: 20px;
    right: 40px;
    position: absolute;
    z-index: 1250;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  .burger {
    width: 48px;
    height: 26px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .burger__text {
    position: absolute;
    bottom: 5px;
    color: var(--color-primary);
    font-weight: 500;
    font-size: 1.2rem;
  }
  .burger .line {
    width: 48px;
    height: 4px;
    background: var(--color-primary);
    transition: 0.3s;
    right: 0;
    position: absolute;
    border-radius: 4px;
  }
  .burger::before {
    content: "";
    position: absolute;
    width: 48px;
    height: 4px;
    top: 0;
    right: 0;
    background: var(--color-primary);
    transition: 0.6s;
    border-radius: 4px;
  }
  .burger::after {
    content: "";
    position: absolute;
    width: 48px;
    height: 4px;
    bottom: 0;
    right: 0;
    background: var(--color-primary);
    transition: 0.8s;
    border-radius: 4px;
  }
  .navigation.nav-active {
    display: block;
    animation: show 0.25s linear 0s;
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .navigation {
    display: none;
    opacity: 0;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .navigation .navigation--content {
    background: #FFF;
    margin: 0 auto;
    top: 100px;
    height: auto;
    position: fixed;
    width: calc(100% - 32px);
    left: 16px;
    z-index: 100;
  }
  .navigation .navigation--content__inner {
    padding: 32px;
    height: 600px;
    overflow-x: scroll;
  }
  .navigation .exlinks {
    display: inline-block;
    background-image: url(../images/common/icon__exlinks__gr.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px;
    margin-left: 8px;
  }
  .navigation__lang {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    min-height: 44px;
    margin: 32px auto 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .navigation__lang:hover {
    text-decoration: none;
    background-color: var(--color-third);
  }
  .navigation__lang:hover span {
    color: #FFF;
  }
  .navigation__lang span {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #FFF;
    font-weight: 400;
    font-size: 1.6rem;
  }
  .navigation__search {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    min-height: 40px;
    width: 320px;
    margin: 32px auto 16px;
  }
  .navigation__search-box {
    background-color: #EDECEB;
    width: 80.6763285024%;
    padding: 12.5px 16px;
    line-height: 1;
  }
  .navigation__search-box input[type=text] {
    width: 80%;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0;
  }
  .navigation__search-box input[type=text]:focus {
    outline: none;
  }
  .navigation__search-button {
    background-color: var(--color-primary);
    background-image: url(../images/common/icon__search.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    width: 19.3236714976%;
    min-height: 40px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .navigation__search-button:hover {
    background-color: var(--color-third);
  }
  .navigation--list > li > a {
    padding: 16px 0;
    display: block;
    border-bottom: 1px solid #DEDEDE;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .navigation--list > li > a:link {
    text-decoration: none;
    color: var(--color-primary);
  }
  .navigation--list > li > a:visited {
    text-decoration: none;
    color: var(--color-primary);
  }
  .navigation--list > li > a:hover {
    text-decoration: none;
    color: var(--color-primary);
    opacity: 0.85;
  }
  .navigation--list > li > a {
    font-size: 1.8rem;
    font-weight: 500;
    background-image: url(../images/common/icon__open.svg);
    background-repeat: no-repeat;
    background-size: 20px 10px;
    background-position: right 8px top 24px;
  }
  .navigation--list > li > a.active {
    background-image: url(../images/common/icon__close.svg);
    background-size: 16px;
    background-position: right 8px top 24px;
  }
  .navigation--list > li.single--links > a {
    background-image: none;
  }
  .navigation--list > li .navigation--submenu {
    margin: 12px 0 0;
    display: none;
  }
  .navigation--list > li .navigation--submenu > li > a {
    padding: 12px 0;
    display: block;
  }
  .navigation--list > li .navigation--submenu > li > a:link {
    text-decoration: none;
    color: var(--color-primary);
  }
  .navigation--list > li .navigation--submenu > li > a:visited {
    text-decoration: none;
    color: var(--color-primary);
  }
  .navigation--list > li .navigation--submenu > li > a:hover {
    text-decoration: none;
    color: var(--color-primary);
    opacity: 0.45;
  }
  .navigation--list > li .navigation--submenu > li > a {
    font-size: 1.6rem;
    font-weight: 400;
    background-image: url(../images/common/icon__arrow01__bl.svg);
    background-repeat: no-repeat;
    background-size: 7px 11px;
    background-position: right 6px top 16px;
  }
  .burger-active::before {
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--color-primary);
    height: 4px;
    border-radius: 4px;
  }
  .burger-active::after {
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--color-primary);
    width: 100%;
    height: 4px;
    border-radius: 4px;
  }
  .burger-active > .line {
    transform: scale(0);
  }
  .nav-active {
    top: 80px;
    right: 0;
    opacity: 1;
  }
  .burger-active .line {
    background-color: var(--color-primary);
  }
}
@media screen and (max-width: 768px) {
  .burger--wrap {
    width: 10.2564102564vw;
    height: 11.0256410256vw;
    top: 3.5897435897vw;
    right: 4.1025641026vw;
  }
  .burger {
    width: 10.2564102564vw;
    height: 6.6666666667vw;
  }
  .burger__text {
    bottom: 0vw;
    font-size: 3.0769230769vw;
  }
  .burger .line {
    width: 10.2564102564vw;
    height: 1.0256410256vw;
    border-radius: 1.0178117048vw;
  }
  .burger::before {
    width: 10.2564102564vw;
    height: 1.0256410256vw;
    border-radius: 1.0256410256vw;
  }
  .burger::after {
    content: "";
    width: 10.2564102564vw;
    height: 1.0256410256vw;
    border-radius: 1.0256410256vw;
  }
  .navigation .navigation--content {
    background: #FFF;
    top: 23.0769230769vw;
    width: 92vw;
    left: 4.1025641026vw;
    z-index: 100;
  }
  .navigation .navigation--content__inner {
    padding: 6.1538461538vw;
    height: 143.5897435897vw;
  }
  .navigation__lang {
    width: 76.9230769231vw;
    min-height: 12.3076923077vw;
    margin: 0 auto;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .navigation__lang span {
    font-size: 4.1025641026vw;
  }
  .navigation__search {
    min-height: 10.2564102564vw;
    width: 76.9230769231vw;
    margin: 4.1025641026vw auto;
  }
  .navigation__search-box {
    background-color: #EDECEB;
    width: 66.6666666667vw;
    padding: 3.2051282051vw 4.1025641026vw;
  }
  .navigation__search-box input[type=text] {
    font-size: 3.5897435897vw;
  }
  .navigation__search-button {
    background-size: 4.1025641026vw;
    width: 12.3076923077vw;
    min-height: 10.2564102564vw;
  }
  .navigation--list > li > a {
    padding: 4.1025641026vw 0;
    font-size: 4.1025641026vw;
    background-size: 3.5897435897vw 5.641025641vw;
    background-position: right 4.1025641026vw;
  }
  .navigation--list > li > a.active {
    background-image: url(../images/common/icon__close.svg);
    background-size: 4.1025641026vw;
    background-position: right 0.2564102564vw top 4.1025641026vw;
  }
  .navigation--list > li .navigation--submenu {
    margin: 4.1025641026vw 0 0;
    display: none;
  }
  .navigation--list > li .navigation--submenu > li > a {
    padding: 3.0769230769vw 0;
    font-size: 3.5897435897vw;
    background-size: 2.0512820513vw 3.0769230769vw;
    background-position: right 2.0512820513vw;
  }
  .burger-active::before {
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--color-primary);
    height: 1.0256410256vw;
    border-radius: 1.0256410256vw;
  }
  .burger-active::after {
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--color-primary);
    width: 100%;
    height: 1.0256410256vw;
    border-radius: 1.0256410256vw;
  }
  .burger-active > .line {
    transform: scale(0);
  }
  .nav-active {
    top: 16.4102564103vw;
    right: 0;
    opacity: 1;
  }
  .burger-active .line {
    background-color: var(--color-primary);
  }
}
/**
 # Objects -  utility -
 */
/*
Theme Name: Prop Tech plus
Version: 1.0.0
Author: Prop Tech plus
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # utility.scss
--------------------------------------------------------------*/
.u-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.u-radiusC {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.smp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .smp {
    display: block !important;
  }
}

/*--------------------------------------------------------------
    # _print.scss
--------------------------------------------------------------*/
@media print {
  .l--header {
    opacity: 100;
    position: relative;
    width: 100%;
  }
  .fadein {
    opacity: 1;
    transform: translate(0, 0);
  }
  .keyVisual__pritBlock {
    display: block !important;
  }
  .keyVisual__pritBlock img {
    width: 100%;
  }
  .keyVisual {
    height: auto !important;
  }
  .h--productsBox__thum {
    width: 640px;
    height: 480px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: -60px;
  }
  .h--productsBox__thum img {
    width: 100%;
    transition: none !important;
  }
  .h--productsBox__thumCover {
    width: 640px;
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: none;
    z-index: 10;
    transition: none !important;
  }
  .h--productsBox__title {
    position: absolute;
    margin: 0;
    padding: 0;
    text-align: center;
    top: 200px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #FFF;
    line-height: 1;
  }
  .h--productsBox__titleEn {
    font-family: var(--font-main);
    display: block;
    font-size: 3.2rem;
    margin: 0 0 10px;
  }
  .h--productsBox__titleJp {
    font-size: 1.8rem;
  }
}

#top-data--financial .popup-open {
	position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 2px 10px;
    font-size: 13px;
    background-color: #002966;
    color: #fff;
}
/* ポップアップ */
.data--statements .popup-area {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: calc(100% - 40px);
  max-width: 600px;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}

/* 見出し */
.data--statements .popup-area h3 {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.6;
}

/* 訂正資料 */
.data--statements .popup-area dl {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

/* 日付 */
.data--statements .popup-area dt {
  margin-bottom: 5px;
}

/* 資料 */
.data--statements .popup-area dd {
  margin: 0;
  white-space: normal;
}

/* 資料リンク */
.data--statements .popup-area dl a {
  text-decoration: none;
}

/* ファイルアイコン */
.data--statements .popup-area dl dd .icon-s {
  display: inline-block;
  width: 40px;
  text-align: center;
}

/* SP */
@media screen and (max-width: 768px) {
  .data--statements .popup-area {
    width: calc(100% - 30px);
    padding: 20px;
  }
}

.data--statements .popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 0;
  border: 0;
  background: none;
  color: #002966;
  font-size: 28px;
  line-height: 1;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

.data--statements .popup-close:hover {
  opacity: 0.6;
}