@charset "UTF-8";
/* ===== @use ===== */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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] {
  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 */
  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: bold;
}

/* ===== common.scss ===== */
/* -- 変数 -- */
/* font */
/* color */
/* switching */
/* ===== @mixin ===== */
/* -- crm -- */
/* -- btn -- */
/* -- btnの矢印 -- */
/* -- 中央配置 -- */
/* -- 画像をトリミング -- */
/* ===== style.css ===== */
/* -- html -- */
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 900px) {
  html {
    font-size: 8.75px;
  }
}

/* -- body -- */
body {
  font: 16px/2 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #272727;
  background: #F5F5F5;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 14px;
  }
}
.is-menuOpen body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

/* -- wrapper -- */
.wrapper {
  height: 100%;
}

/* -- load -- */
#load {
  display: none;
}
body#top #load {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 100%;
  background: #F5F5F5;
  z-index: 1010;
}
#load span {
  display: inline-block;
  overflow: hidden;
}
#load img {
  transform: translateY(100%);
  transition: transform 0.5s;
}
#load.on img {
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  #load img {
    max-width: 182px;
  }
}

/* -- inner -- */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
.inner1200 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.inner1160 {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
}
.inner1080 {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
.inner980 {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
}
.inner860 {
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
}
@media screen and (max-width: 1340px) {
  .inner {
    margin: 0 20px;
    width: auto;
  }
}

/*
    tag
*/
a {
  color: #272727;
  text-decoration: none;
  transition: opacity 0.15s;
}
@media screen and (min-width: 901px) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  img {
    max-width: none;
    width: 100%;
  }
}

/*
    common
*/
/* -- hide -- */
@media screen and (min-width: 901px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .sp_hide {
    display: none !important;
  }
}
/* -- font -- */
.ffEn {
  font-family: "archivo-expanded", sans-serif !important;
}

.ffEn02 {
  font-family: "archivo", sans-serif !important;
}

.fwN {
  font-weight: normal !important;
}

.fz13 {
  font-size: 1.3rem;
}

/* -- text -- */
.taL {
  text-align: left !important;
}

/* -- margin -- */
.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt12 {
  margin-top: 1.2rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt28 {
  margin-top: 2.8rem !important;
}

.mt48 {
  margin-top: 4.8rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

/*
    header
*/
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #F5F5F5;
  border-bottom: 1px solid #DDD;
  z-index: 1000;
  /* -- inner -- */
  /* -- logo -- */
  /* -- gnav -- */
  /* - open - */
}
body#top .header:not(.act) a {
  color: #fff;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
}
.header-logo {
  padding: 26px 0 25px 30px;
  width: 255px;
  box-sizing: content-box;
}
.header-logo a {
  position: relative;
  display: inline-block;
}
.header-logo img {
  width: 100%;
}
.header-logo img.off {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-gnav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: calc(100vw - 350px);
  /* -- link -- */
  /* -- language -- */
  /* -- gnavBtn -- */
}
.header-gnav-link {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: flex-end;
  margin-right: 39px;
}
.header-gnav-link > li {
  position: relative;
  padding: 34px 0 31px;
}
.header-gnav-link > li:not(:last-child) {
  margin-right: 29px;
}
.header-gnav-link > li::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  border-bottom: 2px solid #B50033;
  content: "";
  transition: width 0.3s;
}
.header-gnav-link > li:hover::after {
  width: 100%;
}
.header-gnav-link > li:hover .gnavCategoryBox {
  height: 60px;
}
body#products .header-gnav-link > li:nth-child(1)::after {
  width: 100%;
}
body#application .header-gnav-link > li:nth-child(2)::after {
  width: 100%;
}
body#about .header-gnav-link > li:nth-child(3)::after {
  width: 100%;
}
body#recruit .header-gnav-link > li:nth-child(4)::after {
  width: 100%;
}
body#company .header-gnav-link > li:nth-child(5)::after {
  width: 100%;
}
body#download .header-gnav-link > li:nth-child(6)::after {
  width: 100%;
}
body#contact .header-gnav-link > li:nth-child(7)::after {
  width: 100%;
}
.header-gnav-link > li a:hover {
  opacity: 1;
}
.header-gnav-link .gnavCategoryBox {
  position: fixed;
  overflow-y: hidden;
  top: 0;
  right: 0;
  left: 0;
  margin: 1px auto 0;
  height: 0;
  background: #B50033;
  border: none;
  transition: height 0.3s;
}
.header-gnav-link .gnavCategoryBox::after {
  display: none;
}
.header-gnav-link .gnavCategoryBox a {
  font-weight: 700;
  color: #FFF;
  opacity: 0.9;
  mix-blend-mode: unset;
}
.header-gnav-link .gnavCategoryBox a::after {
  border-bottom-color: #F5F5F5;
}
.header-gnav-link .gnavCategoryBox li.act a {
  color: #FFF;
  opacity: 0.8;
}
.header-gnav-language {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  position: relative;
  margin-right: 51px;
  padding-top: 34px;
  /* - open - */
}
.header-gnav-language dt::after {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 8px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
  transition: transform 0.15s;
}
.header-gnav-language dd {
  white-space: nowrap;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  background: #272727;
  transform: translateY(100%);
}
.header-gnav-language dd a {
  display: block;
  padding: 0 5px;
}
.header-gnav-language dd a:not(:last-child) {
  margin-bottom: 6px;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}
.header-gnav-language.open dt::after {
  top: 0;
  transform: rotate(-135deg);
}
.header-gnav-gnavBtn {
  position: relative;
  padding: 36px 28px 0 0;
  z-index: 20;
  mix-blend-mode: difference;
}
.header-gnav-gnavBtn a {
  display: block;
  position: relative;
  width: 32px;
  padding-top: 18px;
}
.header-gnav-gnavBtn a::before, .header-gnav-gnavBtn a::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
  transform: translateX(-50%) rotate(0);
  transition: width 0.5s, transform 0.5s;
}
.header-gnav-gnavBtn span {
  display: block;
  position: absolute;
  top: 9px;
  left: 50%;
  margin: 0 auto;
  width: 30px;
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
  transition: width 0.5s 0.5s, opacity 0.5s 0.7s, top 0.5s 0.5s;
}
.header-gnav-gnavBtn span:nth-child(1) {
  top: 0;
  width: 18px;
}
.header-gnav-gnavBtn span:nth-child(3) {
  top: 18px;
  width: 18px;
}
.header.open {
  border-bottom: none;
  background: none;
}
.open .header {
  /* -- inner -- */
  /* -- logo -- */
  /* -- gnav -- */
}
.open .header-inner {
  max-width: none;
}
.open .header-logo img.on {
  opacity: 0;
}
.open .header-logo img.off {
  opacity: 1;
}
.open .header-gnav {
  /* -- gnavBtn -- */
}
.open .header-gnav-gnavBtn a::before, .open .header-gnav-gnavBtn a::after {
  transition: width 0.5s 0.5s, opacity 0.5s 0.7s, transform 0.5s 0.5s;
}
.open .header-gnav-gnavBtn a::before {
  transform: translateX(-50%) rotate(45deg);
}
.open .header-gnav-gnavBtn a::after {
  transform: translateX(-50%) rotate(-45deg);
}
.open .header-gnav-gnavBtn span {
  top: 9px;
  width: 20px;
  opacity: 0;
  transition: width 0.5s, opacity 0.5s, top 0.5s;
}
@media screen and (min-width: 769px) {
  .open .header {
    /* -- logo -- */
    /* -- gnav -- */
  }
  .open .header-logo {
    padding: 28px 0 0 50px;
    width: 257px;
  }
  .open .header-logo a {
    width: 100%;
  }
  .open .header-gnav {
    /* -- link -- */
    /* -- language -- */
    /* -- gnavBtn -- */
  }
  .open .header-gnav-link {
    opacity: 0;
  }
  .open .header-gnav-language {
    margin-right: 59px;
    padding-top: 35px;
  }
  .open .header-gnav-gnavBtn {
    padding: 36px 47px 0 0;
  }
  .open .header-gnav-gnavBtn a {
    width: 18px;
  }
}
@media screen and (max-width: 1330px) and (min-width: 1051px) {
  .header {
    /* -- logo -- */
    /* -- gnav -- */
  }
  .header-logo {
    padding: 20px 0 30px 20px !important;
    width: 175px !important;
  }
  .open .header-logo {
    width: 257px !important;
  }
  .header-gnav {
    width: calc(100vw - 225px);
  }
}
@media screen and (max-width: 1200px) and (min-width: 1051px) {
  .header {
    /* -- gnav -- */
  }
  .header-gnav {
    /* -- link -- */
    /* -- language -- */
    /* -- gnavBtn -- */
  }
  .header-gnav-link {
    font-size: 12px;
    letter-spacing: 0;
    margin-right: 15px;
  }
  .header-gnav-language {
    margin-right: 15px;
  }
  .header-gnav-gnavBtn {
    padding: 36px 15px 0 0;
  }
}
@media screen and (max-width: 1050px) and (min-width: 769px) {
  .header {
    /* -- logo -- */
    /* -- gnav -- */
  }
  .header-logo {
    padding: 8px 0 16px 15px !important;
    width: 120px !important;
  }
  .open .header-logo {
    width: 257px !important;
  }
  .header-gnav {
    width: calc(100vw - 170px);
    /* -- link -- */
    /* -- language -- */
    /* -- gnavBtn -- */
  }
  .header-gnav-link {
    font-size: 11px;
    letter-spacing: -0.04em;
    margin-right: 10px;
  }
  .header-gnav-link > li {
    padding: 21px 0 18px;
  }
  .header-gnav-link > li:not(:last-child) {
    margin-right: 9px;
  }
  .header-gnav-language {
    font-size: 9px;
    margin-right: 12px;
    padding-top: 22px;
  }
  .header-gnav-language dt::after {
    top: -2px;
    margin-left: 5px;
    width: 4px;
    height: 4px;
  }
  .header-gnav-gnavBtn {
    padding: 22px 15px 0 0;
    transition: padding 0.5s 0.5s;
  }
  .header-gnav-gnavBtn a {
    width: 22px;
    padding-top: 15px;
  }
  .header-gnav-gnavBtn a::before, .header-gnav-gnavBtn a::after {
    width: 20px;
  }
  .header-gnav-gnavBtn span {
    width: 22px;
  }
  .header-gnav-gnavBtn span:nth-child(1) {
    width: 14px;
  }
  .header-gnav-gnavBtn span:nth-child(2) {
    top: 7px;
  }
  .header-gnav-gnavBtn span:nth-child(3) {
    top: 14px;
    width: 14px;
  }
  .open .header {
    /* -- gnav -- */
  }
  .open .header-gnav {
    /* -- link -- */
    /* -- language -- */
    /* -- gnavBtn -- */
  }
  .open .header-gnav-link {
    width: 0;
    height: 0;
  }
  .open .header-gnav-language {
    margin-right: 12px;
    padding-top: 22px;
  }
  .open .header-gnav-gnavBtn {
    padding: 22px 15px 0 0;
  }
  .open .header-gnav-gnavBtn a {
    width: 22px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    /* -- logo --*/
    /* -- gnav --*/
    /* - open - */
  }
  .header-logo {
    padding: 12px 0 19px 20px !important;
    width: 198px !important;
    max-width: calc(100% - 75px);
  }
  .header-gnav {
    width: calc(100vw - 220px);
    /* -- link -- */
    /* -- language -- */
    /* -- gnavBtn -- */
  }
  .header-gnav-link {
    display: none;
  }
  .header-gnav-language {
    display: none;
  }
  .header-gnav-gnavBtn {
    padding: 22px 20px 0 0;
  }
  .header-gnav-gnavBtn a {
    width: 22px;
    padding-top: 15px;
  }
  .header-gnav-gnavBtn a::before, .header-gnav-gnavBtn a::after {
    width: 20px;
  }
  .header-gnav-gnavBtn span {
    width: 22px;
  }
  .header-gnav-gnavBtn span:nth-child(1) {
    width: 14px;
  }
  .header-gnav-gnavBtn span:nth-child(2) {
    top: 7px;
  }
  .header-gnav-gnavBtn span:nth-child(3) {
    top: 14px;
    width: 14px;
  }
  .header.open {
    background: #000;
  }
  .open .header {
    /* -- gnav -- */
  }
  .open .header-gnav {
    /* -- gnavBtn -- */
  }
  .open .header-gnav-gnavBtn span {
    width: 20px;
  }
}

/* -- menuBox -- */
.menuBox {
  display: none;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 100svh;
  background: #000;
  z-index: 900;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menuBox::-webkit-scrollbar {
  display: none;
}
.menuBox * {
  color: #FFF;
}
.menuBox-inner {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
}
.menuBox-inner-lBox {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  padding: 30px 50px 59px 50px;
  width: 540px;
  background: url(../img/common/img_bg_mega.png) no-repeat left center/cover;
}
.menuBox-inner-lBox > * {
  width: 100%;
}
.menuBox-inner-lBox-tit {
  font-family: "archivo-expanded", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.05em;
}
.menuBox-inner-lBox-subTit {
  font-size: 13px;
  line-height: 1.76;
  letter-spacing: 0.05em;
  margin: 9px 0 0 5px;
}
.menuBox-inner-rBox {
  padding-bottom: 90px;
  width: calc(100% - 540px);
}
.menuBox-inner-rBox > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 90px 6% 0 11.6%;
}
.menuBox-inner-rBox > ul > li:not(:last-child) {
  margin: 0 30px 55px 0;
}
.menuBox-inner-rBox > ul > li:first-child {
  margin-right: 0;
  width: 100%;
}
.menuBox-inner-rBox > ul > li p {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.menuBox-inner-rBox > ul > li p:not(:first-child) {
  margin-top: 8px;
}
.menuBox-inner-rBox > ul > li ul {
  font-size: 13px;
  letter-spacing: 0.025em;
  margin-top: 11px;
}
.menuBox-inner-rBox > ul > li ul li:not(:last-child) {
  margin-bottom: 4px;
}
.menuBox-inner-rBox-language {
  display: none;
}
@media screen and (max-width: 1050px) {
  .menuBox-inner {
    display: block;
  }
  .menuBox-inner-lBox {
    display: none;
  }
  .menuBox-inner-rBox {
    width: auto;
    padding-bottom: 43px;
  }
  .menuBox-inner-rBox > ul {
    display: block;
    margin: 24px 30px 0;
  }
  .menuBox-inner-rBox > ul > li:not(:last-child) {
    margin: 0 0 16px;
  }
  .menuBox-inner-rBox > ul > li p:not(:first-child) {
    margin-top: 14px;
  }
  .menuBox-inner-rBox > ul > li ul {
    margin-top: 6px;
  }
  .menuBox-inner-rBox > ul > li ul li:not(:last-child) {
    margin-bottom: 2px;
  }
  .menuBox-inner-rBox-language {
    display: block;
    margin: 25px 30px 0;
  }
  .menuBox-inner-rBox-language a {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
  }
  .menuBox-inner-rBox-language a:not(.act) {
    opacity: 0.6;
  }
  .menuBox-inner-rBox-language a:not(:last-child)::after {
    font-size: 98%;
    display: inline-block;
    margin: 0 5px;
    content: "/";
  }
}

/*
    contactBox
*/
.contactBox {
  color: #FFF;
  padding: 184px 0 139px;
  background: #8B8B8B;
  background: url(../img/common/contactBox_bg.png) no-repeat center/cover;
}
.contactBox .inner1080 {
  display: flex;
  flex-wrap: wrap;
}
.contactBox-txtCnt {
  width: calc(100% - 284px);
}
.contactBox-txtCnt h2 {
  font-family: "archivo-expanded", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0;
}
.contactBox-txtCnt-txt {
  margin-top: 41px;
  max-width: 460px;
}
.contactBox-btn {
  margin-top: 7px;
}
.contactBox-btn a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #FFF;
  position: relative;
  padding-top: 22px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.contactBox-btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: solid 1px #FFF;
  border-radius: 50%;
  z-index: 10;
  content: "";
  transition: opacity 0.2s;
}
.contactBox-btn a .js-circle-03-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  display: block;
  border-radius: 50%;
  pointer-events: none;
  z-index: 20;
  -webkit-mask-image: url(../img/common/circle.svg), -webkit-gradient(linear, left top, left bottom, from(#B50033), to(#B50033));
  -webkit-mask-size: calc(100% - 6px), 100%;
  -webkit-mask-position: center, center;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}
@media screen and (min-width: 901px) {
  .contactBox-btn a:hover {
    background-color: #B50033;
    opacity: 1;
    transition: background-color 0.2s 2s;
  }
  .contactBox-btn a:hover::after {
    opacity: 0;
    transition: opacity 0.2s 2s;
  }
}
.contactBox-btn-txt::after {
  display: block;
  margin: 20px auto 0;
  width: 20px;
  height: 5px;
  background: url(../img/common/arrow_white.svg) no-repeat center/100% auto;
  content: "";
}
@media screen and (max-width: 900px) {
  .contactBox {
    padding: 86px 0 68px;
    background: url(../img/common/contactBox_bg_sp.png) no-repeat center/cover;
  }
  .contactBox .inner1080 {
    display: block;
  }
  .contactBox-txtCnt {
    width: 100%;
  }
  .contactBox-txtCnt h2 {
    font-size: 40px;
  }
  .contactBox-txtCnt-txt {
    margin-top: 28px;
    max-width: none;
  }
  .contactBox-btn {
    margin-top: 43px;
  }
  .contactBox-btn a {
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding-top: 28px;
    width: 180px;
    height: 180px;
  }
  .contactBox-btn a .js-circle-03-icon {
    display: none;
  }
}
@media screen and (max-width: 900px) and (min-width: 901px) {
  .contactBox-btn a:hover {
    background-color: none;
  }
  .contactBox-btn a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .contactBox-btn-txt::after {
    margin: 23px auto 0;
  }
}

/*
    footer
*/
.footer {
  padding: 101px 0 32px;
  background: #040405;
}
.footer * {
  color: #FFF;
}
.footer .inner1080 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-logo {
  width: 290px;
  order: 1;
}
.footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2px;
  width: calc(100% - 431px);
  order: 2;
}
.footer-link > li:not(:last-child) {
  margin-right: 30px;
}
.footer-link > li p {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.footer-link > li p:not(:first-child) {
  margin-top: 8px;
}
.footer-link > li ul {
  font-size: 13px;
  letter-spacing: 0.025em;
  margin-top: 11px;
}
.footer-link > li ul li:not(:last-child) {
  margin-bottom: 4px;
}
.footer-link_min {
  font-size: 13px;
  letter-spacing: 0.03em;
  margin-top: 82px;
  opacity: 0.8;
  order: 4;
}
.footer-copyright {
  font-family: "archivo-expanded", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.05em;
  opacity: 0.5;
  order: 3;
  margin-top: 83px;
}
@media screen and (max-width: 1050px) {
  .footer {
    padding: 49px 11px 33px;
  }
  .footer .inner1080 {
    display: block;
  }
  .footer-logo {
    max-width: 300px;
    width: 100%;
  }
  .footer-link {
    justify-content: flex-start;
    margin-top: 43px;
    width: auto;
  }
  .footer-link > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .footer-link > li:nth-child(1) {
    margin-bottom: 35px;
    margin-right: 40px;
  }
  .footer-link > li:nth-child(2) {
    margin-bottom: 22px;
  }
  .footer-link > li:nth-child(2) ul {
    display: grid;
    grid-template-columns: 95px 55px;
  }
  .footer-link > li:nth-child(2) ul li:nth-child(-n+5) {
    grid-column-start: 1;
  }
  .footer-link > li:nth-child(2) ul li:nth-child(n+5) {
    grid-column-start: 2;
  }
  .footer-link > li:nth-child(2) ul li:nth-child(5) {
    grid-row-start: 1;
  }
  .footer-link > li:nth-child(2) ul li:nth-child(6) {
    grid-row-start: 2;
  }
  .footer-link > li:nth-child(2) ul li:nth-child(7) {
    grid-row-start: 3;
  }
  .footer-link > li:nth-child(3) {
    width: 100%;
  }
  .footer-link > li:nth-child(4) {
    width: 100%;
  }
  .footer-link_min {
    margin-top: 19px;
  }
  .footer-copyright {
    font-size: 9px;
    letter-spacing: 0;
    margin: 39px -20px 0 0;
  }
}

/*
    contents
*/
#contents {
  padding-bottom: 130px;
}
@media screen and (max-width: 900px) {
  #contents {
    padding-bottom: 110px;
  }
}

/* -- pageTitBox -- */
.pageTitBox {
  line-height: 1;
  margin: 0 auto;
  padding: 109px 0 77px;
  max-width: 1240px;
  /* -- outer -- */
}
.pageTitBox-subTit {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #B50033;
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
.pageTitBox-tit {
  font-size: 90px;
  font-family: "archivo-expanded", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -0.024em;
  color: #272727;
  margin-top: 4px;
  overflow: hidden;
  position: relative;
  word-break: break-all;
}
.pageTitBox-tit > span {
  display: block;
  transform: translateY(100%);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
.on .pageTitBox-subTit {
  opacity: 1;
  transform: translateY(0);
}
.on .pageTitBox-tit > span {
  transform: translateY(0);
}
.pageTitBox-outer {
  margin-bottom: 1.1rem;
}
.pageTitBox-outer .pageTitBox {
  margin: 0;
}
.pageTitBox-outer-img > * {
  position: relative;
  padding-top: 66.16%;
}
.pageTitBox-outer-img > * img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  object-position: center;
}
@media screen and (min-width: 901px) {
  .pageTitBox {
    /* -- outer -- */
  }
  .pageTitBox-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .pageTitBox-outer .pageTitBox {
    padding: 39px 0 7px 5.7%;
    width: 58%;
  }
  .pageTitBox-outer-img {
    width: 39.3%;
  }
  .pageTitBox-outer-img > * {
    min-height: 275px;
  }
}
@media screen and (max-width: 900px) {
  .pageTitBox {
    padding: 31px 0 0;
    /* -- outer -- */
  }
  .pageTitBox-subTit {
    font-size: 12px;
  }
  .pageTitBox-tit {
    font-size: 45px;
    margin-top: 12px;
  }
  .pageTitBox-outer .pageTitBox {
    margin: 0 20px;
  }
}

/* -- breadcrumb --*/
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.breadcrumb ul li {
  font-size: 12px;
}
.breadcrumb ul li::after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: -1px;
  margin: 0 10px;
  width: 20px;
  height: 1px;
  background: #D0D0D0;
  content: "";
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul li > span {
  opacity: 0.5;
}
.breadcrumb ul li > * {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.breadcrumb ul li > * span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
}
.breadcrumb ul li > * span.on {
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .breadcrumb {
    display: none;
  }
}

/* -- mainBox --*/
.mainBox {
  margin-top: 113px;
}
.mainBox > :first-child {
  margin-top: 0;
}
.mainBox-crmBox > *:not(:last-child), .mainBox-crmBox02 > *:not(:last-child) {
  margin-bottom: 11.9rem;
}
.mainBox-crmBox > * > *:nth-child(1), .mainBox-crmBox02 > * > *:nth-child(1) {
  width: 45%;
}
.mainBox-crmBox > * > *:nth-child(2), .mainBox-crmBox02 > * > *:nth-child(2) {
  margin: -44px 0 0 auto;
  width: 50.9%;
}
.mainBox-crmBox > * > * > *:first-child, .mainBox-crmBox02 > * > * > *:first-child {
  margin-top: 0;
}
.mainBox-crmBox > *.lw468 > *:nth-child(1), .mainBox-crmBox02 > *.lw468 > *:nth-child(1) {
  width: 40.3%;
}
.mainBox-crmBox > *.lw468 > *:nth-child(2), .mainBox-crmBox02 > *.lw468 > *:nth-child(2) {
  width: 59.7%;
}
.mainBox-crmBox02 > * {
  display: flex;
  flex-wrap: wrap;
}
.mainBox-crmBox02 > * > *:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .mainBox {
    margin-top: 96px;
  }
  .mainBox-crmBox > * > *:nth-child(1), .mainBox-crmBox > *.lw468 > *:nth-child(1), .mainBox-crmBox02 > * > *:nth-child(1), .mainBox-crmBox02 > *.lw468 > *:nth-child(1) {
    width: 100%;
  }
  .mainBox-crmBox > * > *:nth-child(2), .mainBox-crmBox > *.lw468 > *:nth-child(2), .mainBox-crmBox02 > * > *:nth-child(2), .mainBox-crmBox02 > *.lw468 > *:nth-child(2) {
    margin: 30px 0 0;
    width: 100%;
  }
  .mainBox-crmBox02 > * {
    display: block;
  }
}

/* -- h -- */
/* - h1 - */
h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin: 138px 0 160px;
}
@media screen and (max-width: 900px) {
  h1 {
    font-size: 28px;
    margin: 72px 0 40px;
  }
}

/* - h2 - */
h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  margin: 138px 0 45px;
}
@media screen and (max-width: 900px) {
  h2 {
    font-size: 24px;
    margin: 72px 0 31px;
  }
}

/* h2Box */
.h2Box {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #B50033;
  margin-top: 129px;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.h2Box > span {
  font-family: "archivo-expanded", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  letter-spacing: -0.025em;
  color: #272727;
  word-wrap: break-word;
  display: block;
  margin-top: 11px;
  padding-bottom: 0.1em;
  overflow: hidden;
}
.h2Box > span > span {
  display: block;
  transform: translateY(100%);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.h2Box.on {
  opacity: 1;
  transform: translateY(0);
}
.h2Box.on > span > span {
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .h2Box {
    font-size: 11px;
    margin-top: 129px;
  }
  .h2Box > span {
    font-size: 40px;
    font-weight: 600;
  }
}

/* - h3 - */
h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 70px 0 27px;
}
@media screen and (max-width: 900px) {
  h3 {
    font-size: 18px;
    margin: 48px 0 11px;
  }
}

/* h3Box */
.h3Box {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #B50033;
  margin-top: 61px;
}
.h3Box > span {
  display: block;
}
.h3Box:not(.en) > span {
  font-family: "archivo-expanded", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 43px;
  letter-spacing: -0.01em;
  color: #272727;
  margin-top: 10px;
}
.h3Box.en > span:first-child {
  font-family: "archivo-expanded", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: -0.025em;
}
.h3Box.en > span:last-child {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #272727;
  margin-top: 1.4rem;
}
@media screen and (max-width: 900px) {
  .h3Box.en > span:first-child {
    font-size: 10px;
  }
  .h3Box.en > span:last-child {
    font-size: 24px;
    margin-top: 9px;
  }
}

/* - h4 - */
h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 77px 0 17px;
}
@media screen and (max-width: 900px) {
  h4 {
    font-size: 16px;
    margin: 49px 0 7px;
  }
}

/* h4Box */
.h4Box {
  margin-top: 100px;
  text-indent: -20px;
  padding-left: 20px;
}
.h4Box::before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  margin-right: 10px;
  width: 10px;
  height: 1px;
  background: #B50033;
  content: "";
}

/* - h5 - */
h5 {
  font-weight: bold;
  line-height: 1.5;
  margin: 70px 0 13px;
}
@media screen and (max-width: 900px) {
  h5 {
    margin: 40px 0 4px;
  }
}

/* h5Box */
.h5Box {
  margin: 36px 0 16px;
  text-indent: -20px;
  padding-left: 20px;
}
.h5Box::before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  margin-right: 10px;
  width: 10px;
  height: 1px;
  background: #B50033;
  content: "";
}
.h5Box-nextBox {
  margin-left: 20px;
}
.h5Box-nextBox:not(.fzN) {
  font-size: 14px;
  line-height: 1.78;
}
.h5Box-nextBox > *:not(:last-child) {
  margin-bottom: 5px;
}
.h5Box-nextBox-tit {
  font-weight: bold;
}
.h5Box_circle .h5Box::before, .h5Box.h5Box_circle::before {
  margin-right: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

/* -- leadTxtBox -- */
.leadTxtBox {
  font-size: 18px;
  line-height: 1.77;
  letter-spacing: 0.025em;
}
.leadTxtBox > :not(:last-child) {
  margin-bottom: 27px;
}
@media screen and (max-width: 900px) {
  .leadTxtBox {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0;
  }
}

/* -- txtBox -- */
.txtBox {
  font-size: 15px;
  line-height: 1.8;
}

/* -- txtlink -- */
.txtlink {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-color: transparent;
  transition: text-decoration 0.3s;
  /* - _blank - */
  /* - arrow - */
  /* - _blank - */
}
.txtlink-outer > :not(:last-child) {
  margin-bottom: 0.7rem;
}
.txtlink[target=_blank] {
  position: relative;
  padding-right: 20px;
  transition: color 0.3s;
}
.txtlink[target=_blank]::before, .txtlink[target=_blank]::after {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 3px;
  width: 10px;
  height: 7px;
  border: 1px solid #272727;
  content: "";
  transition: border-color 0.3s;
}
.txtlink[target=_blank]::after {
  top: 2px;
  right: 0;
  width: 6px;
  height: 6px;
  border-bottom: none;
  border-left: none;
  content: "";
}
.txtlink[target=_blank].ffEn::before {
  top: 7px;
}
.txtlink[target=_blank].ffEn::after {
  top: 4px;
}
@media screen and (min-width: 901px) {
  .txtlink[target=_blank]:hover {
    color: #B50033;
  }
  .txtlink[target=_blank]:hover::before, .txtlink[target=_blank]:hover::after {
    border-color: #B50033;
  }
}
@media screen and (max-width: 900px) {
  .txtlink[target=_blank].ffEn::before {
    top: 6px;
  }
  .txtlink[target=_blank].ffEn::after {
    top: 3px;
  }
}
.txtlink.arrow::after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -4px;
  margin-left: 8px;
  width: 20px;
  height: 5px;
  background: url(../img/common/arrow_red.svg) no-repeat center/100% auto;
  content: "";
  transition: transform 0.3s;
}
@media screen and (min-width: 901px) {
  .txtlink.arrow:hover::after {
    transform: translateX(5px);
  }
}
.txtlink.pdf:not(.capa01)::after, .txtlink.pdf.capa01 span::before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_pdf.svg) no-repeat 0 0/100% auto;
  content: "";
}
.txtlink.pdf.capa01 span {
  font-family: "archivo-expanded", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: -0.025em;
  display: inline-block;
  vertical-align: middle;
}
.txtlink.pdf.capa01 span::before {
  margin-right: 7px;
}
.txtlink.pdf.capa02 span {
  font-family: "archivo-expanded", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
@media screen and (min-width: 901px) {
  .txtlink.pdf:hover {
    text-decoration-color: #331C1B;
  }
}
@media screen and (min-width: 901px) {
  .txtlink:hover {
    opacity: 1;
  }
}

/* - txtlinkMap - */
.txtlinkMap {
  font-family: "archivo-expanded", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
.txtlinkMap::before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 7px;
  width: 13px;
  height: 16px;
  background: url(../img/common/icon_map.svg) no-repeat 0 0/100% auto;
  content: "";
}

/* -- captionBox -- */
.captionBox {
  margin-top: 12px;
}

/* -- btn -- */
/* - commonBtn - */
.commonBtn {
  text-align: center;
  font-weight: bold;
  margin-top: 6.5rem;
  /* hoverItem */
}
.commonBtn a span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
  margin-left: 2rem;
  width: 5.4rem;
  height: 5.4rem;
  background: url(../img/common/arrow_red.svg) no-repeat center left 50%/13px auto;
  border: 1px solid #B50033;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  border-radius: 0;
  background: #F5F5F5;
  z-index: 20;
  transform: translateY(-50%) scaleY(0);
  transform-origin: left bottom;
  transition: transform 0.4s;
}
.commonBtn a::after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
  margin-left: 2rem;
  width: 5.4rem;
  height: 5.4rem;
  background: url(../img/common/arrow_red.svg) no-repeat center left 50%/13px auto;
  border: 1px solid #B50033;
  border-radius: 50%;
  content: "";
  z-index: 30;
  transition: background-position 0.4s;
}
@media screen and (min-width: 901px) {
  .commonBtn a:hover {
    opacity: 1;
  }
  .commonBtn a:hover::after {
    background-position: center left 60%;
  }
}
.commonBtn:not(.hoverItem) a {
  position: relative;
}
.commonBtn:not(.hoverItem) a span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
  margin-left: 2rem;
  width: 5.4rem;
  height: 5.4rem;
  background: url(../img/common/arrow_red.svg) no-repeat center left 50%/13px auto;
  border: 1px solid #B50033;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  border-radius: 0;
  background: #F5F5F5;
  z-index: 20;
  transform: translateY(-50%) scaleY(0);
  transform-origin: left bottom;
  transition: transform 0.4s;
}
.commonBtn:not(.hoverItem) a::before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
  margin-left: 2rem;
  width: 5.4rem;
  height: 5.4rem;
  background: url(../img/common/arrow_red.svg) no-repeat center left 50%/13px auto;
  border: 1px solid #B50033;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: none;
  z-index: 10;
  transform: translateY(-50%);
}
.commonBtn:not(.hoverItem) a::after {
  border: none;
}
@media screen and (min-width: 901px) {
  .commonBtn:not(.hoverItem) a:hover span {
    transform: translateY(-50%) scaleY(1);
  }
}

/* -- crm -- */
/* - crm2 - */
.crm2 > * > :first-child {
  margin-top: 0;
}
@media screen and (min-width: 901px) {
  .crm2 {
    display: flex;
    flex-wrap: wrap;
  }
  .crm2 > * {
    width: 47.223%;
  }
  .crm2 > *:not(:nth-child(2n)) {
    margin-right: 5.554%;
  }
}
@media screen and (max-width: 900px) {
  .crm2 > *:not(:last-child) {
    margin-bottom: 4.8rem;
  }
}

/* - crm2ImgBox - */
.crm2ImgBox {
  zoom: 1;
  /* reverse */
}
.crm2ImgBox::after {
  content: "";
  display: block;
  clear: both;
}
.crm2ImgBox-tit {
  margin-top: 0;
  padding-top: 54px;
  width: 44.5%;
}
.crm2ImgBox-img {
  float: right;
  width: 50%;
}
.crm2ImgBox-cnt {
  width: 44.5%;
}
.reverse .crm2ImgBox-tit {
  margin-left: auto;
}
.reverse .crm2ImgBox-img {
  float: left;
}
.reverse .crm2ImgBox-cnt {
  margin-left: auto;
}
@media screen and (min-width: 901px) {
  .crm2ImgBox {
    /* img420 */
  }
  .img420 .crm2ImgBox-tit {
    padding-top: 0;
    width: calc(100% - 470px);
  }
  .img420 .crm2ImgBox-img {
    width: 420px;
  }
  .img420 .crm2ImgBox-cnt {
    width: calc(100% - 470px);
  }
}
@media screen and (max-width: 900px) {
  .crm2ImgBox {
    display: flex;
    flex-wrap: wrap;
    /* reverse */
  }
  .crm2ImgBox-tit {
    margin-bottom: 18px;
    padding-top: 0;
    width: 100%;
    order: 1;
  }
  .crm2ImgBox-img {
    float: none;
    margin-bottom: 13px;
    width: 100%;
    order: 2;
  }
  .crm2ImgBox-cnt {
    width: 100%;
    order: 3;
  }
  .reverse .crm2ImgBox-tit {
    margin-left: 0;
  }
  .reverse .crm2ImgBox-img {
    float: none;
  }
  .reverse .crm2ImgBox-cnt {
    margin-left: 0;
  }
}

/* - crm3 - */
.crm3 {
  /* txtCnt */
}
.crm3 > * > :first-child {
  margin-top: 0;
}
@media screen and (min-width: 901px) {
  .crm3 {
    display: flex;
    flex-wrap: wrap;
  }
  .crm3 > * {
    width: 31.5%;
  }
  .crm3 > *:not(:nth-child(3n)) {
    margin-right: 2.75%;
  }
}
@media screen and (min-width: 901px) {
  .crm3.txtCnt > * {
    width: 29.6%;
  }
  .crm3.txtCnt > *:not(:nth-child(3n)) {
    margin-right: 5.6%;
  }
  .crm3.txtCnt > *:not(:nth-last-child(-n+3)) {
    margin-bottom: 45px;
  }
}

/* - crm4 - */
@media screen and (min-width: 901px) {
  .crm4 {
    display: flex;
    flex-wrap: wrap;
  }
  .crm4 > * {
    width: 22.8%;
  }
  .crm4 > *:not(:nth-child(4n)) {
    margin-right: 2.9333333333%;
  }
}

/* -- tableBox -- */
.tableBox {
  width: 100%;
  /* pattern01 */
  /* thW130 */
  /* address */
}
.tableBox tr:not(:first-child) th,
.tableBox tr:not(:first-child) td {
  padding-top: 27px;
}
.tableBox tr th,
.tableBox tr td {
  vertical-align: top;
  padding-bottom: 29px;
}
.tableBox tr th::after,
.tableBox tr td::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-bottom: 1px solid #D0D0D0;
  content: "";
}
.tableBox tr th {
  width: 160px;
  border-bottom-color: #B50033;
}
.tableBox tr td {
  padding-left: 30px;
}
.tableBox.pattern01 tr:not(:first-child) th,
.tableBox.pattern01 tr:not(:first-child) td {
  padding-top: 29px;
}
.tableBox.pattern01 tr th {
  width: 170px;
}
.tableBox.pattern01 tr th::after {
  border-bottom-color: #D0D0D0;
}
.tableBox.thW130 tr th {
  width: 130px;
}
.tableBox-address {
  line-height: 1.625;
  margin: 0.3rem 0 0.8rem;
}
.tableBox-address > :not(:last-child) {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 900px) {
  .tableBox {
    /* thW130 */
  }
  .tableBox.thW130 tr th {
    width: 80px;
  }
}

/* - tableBox01 - */
.tableBox01 {
  width: 100%;
  border-top: 1px solid #D0D0D0;
}
.tableBox01 tr th,
.tableBox01 tr td {
  position: relative;
  vertical-align: text-top;
  padding: 1.8rem 0 2.6rem;
  padding: 2.2rem 0 2.2rem;
}
.tableBox01 tr th::after,
.tableBox01 tr td::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-bottom: 1px solid #D0D0D0;
  content: "";
}
.tableBox01 tr th {
  width: 29rem;
}
.tableBox01 tr td {
  padding-left: 3rem;
}
@media screen and (max-width: 900px) {
  .tableBox01 tr th {
    width: 200px;
  }
}

/* -- newsListBox -- */
.newsListBox a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 25px 50px 26px 0;
  border-bottom: 1px solid #D0D0D0;
}
.newsListBox a::before {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: 0 auto;
  height: 1px;
  width: 0;
  background: #B50033;
  content: "";
  transition: width 0.4s;
}
.newsListBox a::after {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 20px;
  height: 5px;
  background: url(../img/common/arrow_red.svg) no-repeat center/100% auto;
  content: "";
  transition: right 0.4s;
}
@media screen and (min-width: 901px) {
  .newsListBox a {
    /* - hover - */
  }
  .newsListBox a:hover {
    opacity: 1;
  }
  .newsListBox a:hover::before {
    width: 100%;
  }
  .newsListBox a:hover::after {
    right: 0;
  }
}
.newsListBox-day {
  font-family: "archivo-expanded", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 1.16;
  margin-right: 5px;
}
.newsListBox-category {
  display: flex;
  flex-wrap: wrap;
}
.newsListBox-category span {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #585858;
  position: relative;
  padding: 0 5px;
  min-width: 56px;
  height: 20px;
  background: #FFF;
  border: 1px solid #D0D0D0;
}
.newsListBox-category span:not(:last-child) {
  margin-right: 5px;
}
.newsListBox-tit {
  font-weight: bold;
  line-height: 1.43;
  width: 100%;
  margin-top: 11px;
}
@media screen and (max-width: 900px) {
  .newsListBox a {
    padding: 23px 30px 18px 0;
  }
  .newsListBox a::after {
    top: -8px;
    right: 0;
  }
  .newsListBox-category {
    position: relative;
    top: -2px;
  }
  .newsListBox-category span {
    height: 21px;
  }
  .newsListBox-tit {
    line-height: 1.5;
    margin-top: 12px;
  }
}

/* -- brdrBox -- */
.brdrBox {
  padding: 34px 38px 39px;
  border: 2px solid #DDD;
}

/* -- listBox -- */
.listBox {
  line-height: 1.5;
  /* -- num -- */
}
.listBox > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.listBox > li::before {
  font-weight: bold;
  margin-right: 0.3em;
  content: "・";
}
.listBox > li:not(:last-child) {
  margin-bottom: 12px;
}
.listBox.num {
  list-style-type: decimal;
  padding-left: 1.1em;
}
.listBox.num > li {
  text-indent: 0;
  padding-left: 0.15em;
}
.listBox.num > li::before {
  display: none;
}
.listBox.num > li:not(:last-child) {
  margin-bottom: 7px;
}

/* -- pullDownBox -- */
.pullDownBox.brdrB {
  border-bottom: 1px solid #D0D0D0;
}
.pullDownBox dt a {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 3.2rem 5rem 3rem 0;
  border-top: 1px solid #D0D0D0;
  transition: opacity 0.6s;
}
.pullDownBox dt a::before, .pullDownBox dt a::after {
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 2rem;
  margin: auto;
  width: 2rem;
  height: 2px;
  background: #B50033;
  content: "";
}
.pullDownBox dt a::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.pullDownBox dt.open a::after {
  transform: rotate(0);
}
.pullDownBox dd {
  display: none;
  padding: 0.6rem 4rem 2.4rem 0;
}
.pullDownBox dd > :first-child {
  margin-top: 0;
}

/* -- articleListBox -- */
.gnavCategoryBox {
  position: relative;
  margin-top: 12px;
  z-index: 800;
  border-bottom: 1px solid #DDD;
  /* - act - */
  /* - menu - */
}
.gnavCategoryBox::after {
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 0;
  margin: auto;
  width: 48px;
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0, rgba(245, 245, 245, 0.9) 50%, rgba(245, 245, 245, 0.9) 0, rgb(245, 245, 245));
  content: "";
}
.gnavCategoryBox + * {
  margin-top: 2.6rem;
}
.gnavCategoryBox ul {
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gnavCategoryBox ul::-webkit-scrollbar {
  display: none;
}
.gnavCategoryBox li:not(:last-child) {
  margin-right: 2.4rem;
}
.gnavCategoryBox li:first-child {
  padding-left: 3rem;
}
.gnavCategoryBox li:last-child {
  padding-right: 3rem;
}
.gnavCategoryBox a {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.03em;
  color: #272727;
  display: inline-block;
  position: relative;
  padding: 2rem 0 1.7rem;
}
.gnavCategoryBox a::after {
  display: block;
  position: absolute;
  bottom: 0;
  border-bottom: 8px solid #B50033;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: calc(50% - 8px);
  transition: 0.6s;
  opacity: 0;
  content: "";
}
.gnavCategoryBox li.act a {
  color: #B50033;
  opacity: 1;
}
.gnavCategoryBox li.act a::after {
  opacity: 1;
}
.gnavCategoryBox-menu {
  margin-top: 55px;
}
.gnavCategoryBox-menu ul {
  padding-left: 21px;
}
.gnavCategoryBox-menu li:not(:last-child) {
  margin-right: 21px;
}
.gnavCategoryBox-menu li:first-child {
  padding-left: 0;
}
.gnavCategoryBox-menu li:last-child {
  padding-right: 48px;
}
.gnavCategoryBox-menu a {
  font-size: 12px;
  letter-spacing: 0.01em;
}
.gnavCategoryBox-menu a::after {
  border-bottom: 5px solid #B50033;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: calc(50% - 5px);
}
@media screen and (min-width: 901px) {
  .gnavCategoryBox a:hover {
    opacity: 1;
  }
  .gnavCategoryBox a:hover::after {
    opacity: 1;
    transform: rotateY(360deg);
  }
}

/* -- alinkBox -- */
.alinkBox {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.53;
  white-space: nowrap;
  display: flex;
  position: relative;
  overflow-x: scroll;
  padding-bottom: 3.6rem;
  border-bottom: 1px solid #D0D0D0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.alinkBox::-webkit-scrollbar {
  display: none;
}
.alinkBox li:not(:last-child) {
  margin-right: 5rem;
}
.alinkBox a::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 5px;
  height: 13px;
  background: url(../img/common/anchor_down.svg) no-repeat center/100% auto;
  content: "";
  transition: transform 0.15s;
}
.alinkBox-outer {
  position: relative;
}
.alinkBox-outer::after {
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 0;
  margin: auto;
  width: 80px;
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0, rgba(245, 245, 245, 0.9) 50%, rgba(245, 245, 245, 0.9) 0, rgb(245, 245, 245));
  content: "";
}
.alinkBox-outer li:last-child {
  padding-right: 80px;
}
@media screen and (min-width: 901px) {
  .alinkBox a:hover {
    opacity: 1;
  }
  .alinkBox a:hover::before {
    opacity: 1;
    transform: translateY(3px);
  }
}
@media screen and (max-width: 900px) {
  .alinkBox {
    padding-bottom: 20px;
  }
  .alinkBox li:not(:last-child) {
    margin-right: 20px;
  }
  .alinkBox a::before {
    margin-right: 5px;
  }
}

/* -- linkListBox -- */
.linkListBox {
  margin-top: 4.2rem;
}
.linkListBox li:not(:last-child) a {
  margin-bottom: -1px;
}
.linkListBox a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  line-height: 1.68;
  letter-spacing: 0.025em;
  position: relative;
  padding: 0 50px 0 2rem;
  height: 8rem;
  border: 1px solid #D0D0D0;
  transition: border 0.15s;
}
.linkListBox a::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 20px;
  height: 5px;
  background: url(../img/common/arrow_red.svg) no-repeat center/100% auto;
  content: "";
  transition: right 0.15s;
}
.linkListBox a:hover {
  opacity: 1;
  border-color: #B50033;
  z-index: 20;
}
.linkListBox a:hover::after {
  right: 10px;
}

/* -- linkImgBox01 -- */
.linkImgBox01 {
  margin-top: 3.2rem;
}
.linkImgBox01 > * {
  display: block;
}
.linkImgBox01 > *.txtlink[target=_blank] {
  padding-right: 0;
}
.linkImgBox01 > *.txtlink[target=_blank]::before, .linkImgBox01 > *.txtlink[target=_blank]::after {
  transition: border 0.15s;
}
.linkImgBox01 > *.txtlink[target=_blank]::before {
  top: auto;
  bottom: 7px;
}
.linkImgBox01 > *.txtlink[target=_blank]::after {
  top: auto;
  bottom: 12px;
}
.linkImgBox01-img {
  position: relative;
  overflow: hidden;
  padding-top: 52.942%;
  background: #FFF;
}
.linkImgBox01-img::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px solid #B50033;
  opacity: 0;
  content: "";
  transition: opacity 0.15s;
}
.linkImgBox01-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  object-fit: contain;
  object-position: center;
  padding-bottom: 4%;
  width: 82%;
  height: auto;
  transition: width 0.3s;
}
.linkImgBox01-txt {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.6rem;
  padding-right: 20px;
  transition: color 0.15s;
}
@media screen and (min-width: 901px) {
  .linkImgBox01 {
    display: flex;
    flex-wrap: wrap;
    /* - hover - */
    /* - maxcrm2 - */
  }
  .linkImgBox01 > * {
    width: 31.482%;
  }
  .linkImgBox01 > *:not(:nth-child(3n)) {
    margin-right: 2.777%;
  }
  .linkImgBox01 > *:not(:nth-last-child(-n+3)) {
    margin-bottom: 45px;
  }
  .linkImgBox01 a:hover.txtlink[target=_blank]::before, .linkImgBox01 a:hover.txtlink[target=_blank]::after {
    border-color: #B50033;
  }
  .linkImgBox01 a:hover .linkImgBox01-img::after {
    opacity: 1;
  }
  .linkImgBox01 a:hover .linkImgBox01-img img {
    width: 88%;
  }
  .linkImgBox01 a:hover .linkImgBox01-txt {
    color: #B50033;
  }
  .linkImgBox01.maxcrm2 > *:nth-child(2n) {
    margin-right: 34.259%;
  }
  .linkImgBox01.maxcrm2 > *:nth-child(3n) {
    margin-right: 2.777%;
  }
}
@media screen and (max-width: 900px) {
  .linkImgBox01 > *:not(:last-child) {
    margin-bottom: 26px;
  }
}

/* -- articleListBox -- */
/*
    js
*/
/* -- 'inview' フェードプラグイン -- */
/* フェードアップ */
.fadeUp,
.fadeUpItem,
.fadeUpItemOrder,
.fadeUpItemOrderTable {
  opacity: 0;
  transform: translateY(clamp(40px, 5vw, 160px));
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.fadeUp.on,
.fadeUpItem.on,
.fadeUpItemOrder.on,
.fadeUpItemOrderTable.on {
  opacity: 1;
  transform: translateY(0);
}

body#top .on.fadeUpItemOrder > * {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */