@charset "UTF-8";
/* ------------------------------
* モジュールファイル
------------------------------ */
/* 変数用 */
/* ------------------------------
* 変数設定用SCSS
------------------------------ */
/* カラー */
/* break point */
/* 英字フォントのウェイトを1.5xに設定 */
/* mixin関数 */
/* ------------------------------
* mixin設定用SCSS
------------------------------ */
/* 画像パス */
/* 背景色をホバーで暗くする */
/* リセットCSS */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* ------------------------------
* 共通管理用SCSS
------------------------------ */
/* ------------------------------
* Common Style
------------------------------ */
body {
  color: #2B3944;
  font-family: "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
}

/* デバイス切り替え */
.d-display_none {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .m-display_none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-display_none {
    display: none !important;
  }
}
@media screen and (max-width: 430px) {
  .d-display_none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .m-display_none {
    display: none !important;
  }
}
/* フォント関連 */
.--en {
  font-family: "Helvetica Neue", sans-serif;
}

/* リンク */
.link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.link.-round {
  border-radius: 56px;
}

.link.-text {
  text-decoration: underline;
}

/* レイアウト */
.l-flex--horizon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* タイトル */
.sectionTitle {
  margin-bottom: 72px;
  text-align: center;
}

@media screen and (max-width: 430px) {
  .sectionTitle {
    margin-bottom: 56px;
  }
}
.sectionTitle_en {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.32%, #2B3944), color-stop(87.5%, #6C8EAA));
  background: linear-gradient(180deg, #2B3944 22.32%, #6C8EAA 87.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 3.5rem;
  font-weight: 200;
  letter-spacing: 0.08em;
  line-height: 100%;
}

@media screen and (max-width: 1024px) {
  .sectionTitle_en {
    font-size: 2.625rem;
  }
}
.sectionTitle_ja {
  color: #2B3944;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 100%;
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  .sectionTitle_ja {
    font-size: 0.875rem;
  }
}
/* 汎用タイトル */
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 4px;
  font-weight: 500;
}

.title .--en {
  font-weight: 550;
}

.title.--underline {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding-bottom: 24px;
}

@media screen and (max-width: 430px) {
  .title.--underline {
    padding-bottom: 16px;
  }
}
.title.--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.title.--xxlarge {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 430px) {
  .title.--xxlarge {
    font-size: 1.5rem;
  }
}
.title.--xlarge {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 430px) {
  .title.--xlarge {
    font-size: 1.25rem;
  }
}
.title.--large {
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .title.--large {
    font-size: 1.125rem;
  }
}
.title.--middle {
  font-size: 1.125rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 430px) {
  .title.--middle {
    font-size: 0.875rem;
    font-weight: 600;
  }
}
.title {
  letter-spacing: 0.08em;
}

.title.--comment {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .title.--comment {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.title.--comment .comment {
  color: rgba(43, 57, 68, 0.8);
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 140%;
}

/* テキスト関連 */
.text.--en {
  font-family: "Helvetica Neue", sans-serif;
}

.text.--comment {
  font-size: 0.75rem;
  line-height: 180%;
}

.text.--comment.--list {
  color: #2B3944;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.text.--regular {
  font-size: 1rem;
}

@media screen and (max-width: 430px) {
  .text.--regular {
    font-size: 0.875rem;
  }
}
/* 汎用リスト */
.list.--bullet .list_item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.08em;
  padding-left: 0.8rem;
  position: relative;
}

@media screen and (max-width: 430px) {
  .list.--bullet .list_item {
    font-size: 0.875rem;
  }
}
.list.--bullet .list_item::before {
  background-color: #2B3944;
  border-radius: 8px;
  content: "";
  display: inline-block;
  height: 3.5px;
  vertical-align: middle;
  width: 3.5px;
  position: absolute;
  top: 0.9rem;
  left: 0;
}

@media screen and (max-width: 430px) {
  .list.--bullet .list_item::before {
    height: 3px;
    width: 3px;
    top: 0.8rem;
  }
}
.list.--data .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 180%;
}

.list.--data .list_item:not(:first-child) {
  margin-top: 8px;
}

@media screen and (max-width: 430px) {
  .list.--data .list_item {
    font-size: 0.875rem;
  }
}
.list.--data .list_item dt {
  color: rgba(43, 57, 68, 0.5);
}

@media screen and (max-width: 430px) {
  .list.--data .list_item dt {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
.list.--data .list_item dd {
  font-weight: 400;
}

@media screen and (max-width: 430px) {
  .list.--data .list_item dd {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
}
.list.--comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list.--comment .list_item {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 180%;
}

/* 汎用ボタン */
.btn {
  display: block;
}

.btn.--r8 {
  border-radius: 8px;
}

.btn.--border {
  border: 1px solid rgba(17, 17, 17, 0.1);
}

/* ------------------------------
* Hover Effects
------------------------------ */
.header_list_item_link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.header_list_item_link:hover {
  opacity: 0.5;
}

.header_list_item:last-of-type a {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.header_list_item:last-of-type a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  z-index: -1;
}

.header_list_item:last-of-type a:hover::after {
  opacity: 1;
}

.header_list_item:last-of-type a:hover {
  opacity: 1;
}

.footer_content_list_item_link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.footer_content_list_item_link:hover {
  opacity: 0.5;
}

.products_list_item:hover {
  cursor: pointer;
}

.products_list_item .thumb, .products_list_item .name {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.products_list_item:hover .thumb {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  .products_list_item:hover .thumb {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.products_list_item:hover .name {
  opacity: 0.5;
}

.products_navItem_link,
.modal-close_btn.--box,
.contact_block_inner .btn {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.products_navItem_link::after,
.modal-close_btn.--box::after,
.contact_block_inner .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.035);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  z-index: -1;
}

.products_navItem_link:hover::after,
.modal-close_btn.--box:hover::after,
.contact_block_inner .btn:hover::after {
  opacity: 1;
}

.kv .link,
.modal-close_btn.--circle,
.video_player_btn {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.kv .link::after,
.modal-close_btn.--circle::after,
.video_player_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  z-index: -1;
}

.kv .link:hover::after,
.modal-close_btn.--circle:hover::after,
.video_player_btn:hover::after {
  opacity: 1;
}

/* ------------------------------
* Header
------------------------------ */
.header {
  padding: 16px 9.454%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.header.is_bg_changed {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

@media screen and (max-width: 1024px) {
  .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 5.469%;
  }
}
.header_nav {
  height: 0;
}

.header_content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_logo {
  margin-top: 6px;
}

.header_logo a {
  display: block;
  height: 36px;
  width: 120px;
}

@media screen and (max-width: 1024px) {
  .header_logo a {
    height: 22.8px;
    width: 80px;
  }
}
.header_logo img {
  width: 100%;
}

.header_list {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}

.header_list_item_link {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 100%;
}

@media screen and (max-width: 1024px) {
  .header_list_item_link {
    font-size: 1.5rem;
    font-weight: 200;
  }
  .header_list_item_link .--en {
    font-weight: 300;
  }
}
@media screen and (max-width: 430px) {
  .header_list_item_link {
    font-size: 1.25rem;
  }
}
.header_list_item:last-of-type a {
  background-color: #2B3944;
  border-radius: 40px;
  color: #FFF;
  display: block;
  padding: 16px 0;
  text-align: center;
  width: 170px;
}

@media screen and (max-width: 1024px) {
  .header_list_item:last-of-type a {
    background-color: transparent;
    border-radius: initial;
    color: inherit;
    display: inline-block;
    text-align: left;
    width: auto;
  }
}
/* Header Anime */
.header {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.header.-is_resizing {
  -webkit-transition: none !important;
  transition: none !important;
}

.header.-is_loaded {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 1.56s;
  transition-delay: 1.56s;
}

@media screen and (max-width: 1024px) {
  .header_nav {
    height: auto;
    width: 20px;
  }
  .header_nav_btn {
    height: 10.5px;
    width: 100%;
    position: relative;
  }
  .header_nav_btn::before, .header_nav_btn::after {
    content: "";
    background-color: #2B3944;
    display: block;
    height: 1.5px;
    width: 100%;
    position: absolute;
  }
  .header_nav_btn::before {
    top: 0;
  }
  .header_nav_btn::after {
    bottom: 0;
  }
  .header_nav_btn[aria-expanded=true]::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
  }
  .header_nav_btn[aria-expanded=true]::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 5px;
  }
  .header_list {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.8s ease-out, visibility 0.6s;
    transition: opacity 0.8s ease-out, visibility 0.6s;
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header_list.is_open {
    background-color: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 625px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding-left: 33.3%;
    pointer-events: auto;
    visibility: visible;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .header_list.is_open .header_list_item:nth-child(1) {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 1.2s ease, -webkit-transform 0.4s ease-out;
    transition: opacity 1.2s ease, -webkit-transform 0.4s ease-out;
    transition: opacity 1.2s ease, transform 0.4s ease-out;
    transition: opacity 1.2s ease, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .header_list.is_open .header_list_item:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 1.2s ease, -webkit-transform 0.4s ease-out;
    transition: opacity 1.2s ease, -webkit-transform 0.4s ease-out;
    transition: opacity 1.2s ease, transform 0.4s ease-out;
    transition: opacity 1.2s ease, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .header_list.is_open .header_list_item:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 1.2s ease, -webkit-transform 0.4s ease-out;
    transition: opacity 1.2s ease, -webkit-transform 0.4s ease-out;
    transition: opacity 1.2s ease, transform 0.4s ease-out;
    transition: opacity 1.2s ease, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .header_list.is_open .header_list_item:nth-child(4) {
    opacity: 1;
    -webkit-transition: opacity 1.2s ease, -webkit-transform 0.4s ease-out;
    transition: opacity 1.2s ease, -webkit-transform 0.4s ease-out;
    transition: opacity 1.2s ease, transform 0.4s ease-out;
    transition: opacity 1.2s ease, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) and (max-width: 430px) {
  .header_list.is_open {
    height: 653px;
    padding-left: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .header_list_item {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  .header_list_item:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3.46px solid transparent;
    border-bottom: 3.46px solid transparent;
    border-left: 6px solid #E2352B;
    vertical-align: super;
  }
  .header_list_item_link {
    padding: 0 0 0 12px !important;
  }
  .header-opened .header {
    /* ヘッダーナビブロック間のライン */
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header-opened .header::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(17, 17, 17, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  /* オーバーレイのスタイル */
  .overlay {
    background-color: rgba(17, 17, 17, 0.5);
    cursor: pointer;
    height: 100vh;
    height: 100dvh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100vw;
    z-index: 2;
    -webkit-transition: opacity 1.5s, visibility 0.6s;
    transition: opacity 1.5s, visibility 0.6s;
  }
  .overlay.is_active {
    -webkit-transition: opacity 0.6s, visibility 0.6s;
    transition: opacity 0.6s, visibility 0.6s;
    backdrop-filter: blur(4px);
    opacity: 1;
    visibility: visible;
  }
}
/* ------------------------------
* Contact
------------------------------ */
.contact {
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60.42%, #F8F8FA), to(#EAEAEE));
  background: linear-gradient(180deg, #F8F8FA 60.42%, #EAEAEE 100%);
  margin: 3.125%;
  padding: 96px 0;
}

@media screen and (max-width: 430px) {
  .contact {
    margin: 16px;
    padding: 80px 32px 48px;
  }
}
.contact_desc {
  font-size: 1rem;
  letter-spacing: 0.12em;
  line-height: 160%;
  text-align: center;
  font-weight: 300;
}

.contact_desc .--en {
  font-weight: 330;
}

.contact_block {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
}

@media screen and (max-width: 1024px) {
  .contact_block {
    margin: 56px auto 0;
    width: 716px;
  }
}
@media screen and (max-width: 430px) {
  .contact_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    width: 100%;
  }
}
.contact_block_text {
  font-weight: 400;
}

.contact_block_text .--en {
  font-weight: 440;
}

.contact_block_text_phone {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 160%;
}

@media screen and (max-width: 1024px) {
  .contact_block_text_phone {
    font-size: 1.5rem;
  }
}
.contact_block_text_phone + .text {
  font-size: 0.875rem;
  color: rgba(43, 57, 68, 0.8);
}

@media screen and (max-width: 1024px) {
  .contact_block_text_phone + .text {
    font-size: 0.75rem;
  }
}
.contact_block_text_mail {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 320%;
}

@media screen and (max-width: 1024px) {
  .contact_block_text_mail {
    font-size: 1rem;
  }
}
.contact_block_inner {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

@media screen and (max-width: 1024px) {
  .contact_block_inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.contact_block_inner .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 38.5px 0;
  width: 516px;
}

@media screen and (max-width: 1024px) {
  .contact_block_inner .btn {
    padding: 22.4px 0;
    width: 100%;
  }
}
.contact_block_inner .btn .text {
  text-align: center;
}

.contact_block_inner .btn img {
  height: 32px;
  width: 32px;
}

/* ------------------------------
* Footer
------------------------------ */
@media screen and (max-width: 1024px) {
  .footer_logo {
    width: 280px;
  }
}
.footer_content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2B3944;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
  padding: 56px 0 32px;
}

@media screen and (max-width: 1024px) {
  .footer_content {
    gap: 40px;
  }
}
@media screen and (max-width: 430px) {
  .footer_content {
    padding: 56px 32px 24px;
  }
}
.footer_content_copyright {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.02em;
  line-height: 100%;
}

.footer_content_block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .footer_content_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    width: 375px;
  }
}
@media screen and (max-width: 430px) {
  .footer_content_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.footer_content_list_item {
  position: relative;
}

.footer_content_list_item:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.5);
  content: "|";
  display: inline-block;
  font-weight: 100;
  letter-spacing: 0.08em;
  line-height: 100%;
  position: absolute;
  top: 0.1rem;
  right: -20px;
}

.footer_content_list_item_link {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 100%;
}

/* ------------------------------
* 下層ページ
------------------------------ */
.bc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-left: 3.125%;
  margin-right: 3.125%;
  margin-bottom: 32px;
}

@media screen and (max-width: 430px) {
  .bc_list {
    margin: 24px 16px;
  }
}
.bc_list_item:not(:first-child)::before {
  content: "/";
  color: rgba(17, 17, 17, 0.3);
  margin-right: 12px;
}

.bc_list_item_link {
  color: rgba(17, 17, 17, 0.3);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 100%;
}

/* ------------------------------
* Privacy Policy
------------------------------ */
#privacypolicy .header {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

/* ページタイトル */
.art_top {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42.97%, #EAEAEE), color-stop(106.22%, rgba(248, 248, 250, 0)));
  background: linear-gradient(180deg, #EAEAEE 42.97%, rgba(248, 248, 250, 0) 106.22%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 339px;
  margin-bottom: 96px;
  padding-top: 158px;
}

@media screen and (max-width: 430px) {
  .art_top {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(42.97%, #EAEAEE), color-stop(106.22%, rgba(248, 248, 250, 0)));
    background: linear-gradient(180deg, #EAEAEE 42.97%, rgba(248, 248, 250, 0) 106.22%);
    height: 243px;
    padding-top: 112px;
  }
}
.art_top_title {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 150%;
  text-align: center;
  width: 432px;
}

@media screen and (max-width: 430px) {
  .art_top_title {
    font-size: 1.75rem;
    padding: 0 8.535%;
    width: 100%;
  }
}
.privacy_block {
  margin: 0 auto;
  width: 706px;
}

@media screen and (max-width: 430px) {
  .privacy_block {
    padding: 0 8.535%;
    width: 100%;
  }
}
.privacy_block:not(:first-child) {
  margin-top: 128px;
}

@media screen and (max-width: 430px) {
  .privacy_block:not(:first-child) {
    margin-top: 96px;
  }
}
.privacy_block_lead {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 180%;
  margin-top: 40px;
  margin-bottom: 32px;
}

@media screen and (max-width: 430px) {
  .privacy_block_lead {
    font-size: 1rem;
  }
}
.privacy_block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}

.privacy_block_inner_content_text {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 180%;
  margin-top: 16px;
}

.privacy_block_inner_content_text + * {
  margin-top: 16px;
}

#privacypolicy .contact {
  margin-top: 124px;
}