@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700;800;900&family=Poppins:wght@300;500;600;700&display=swap");
@-webkit-keyframes scroll_bg {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes scroll_bg {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/*! destyle.css v2.0.2 | 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;
  line-height: 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;
  /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ========================================================
Default
=========================================================*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  line-height: 1.85;
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#Language__en {
  color: #464646;
  font-size: 1.6rem;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}

a {
  transition: 0.1s ease-out opacity;
  text-decoration: none;
  color: #01a3ed;
}

a:hover {
  cursor: pointer;
}

/* ========================================================
ボタン
=========================================================*/
/* ボタン基本設定
---------------------------------------------------------*/
.Button {
  display: inline-block;
  min-width: 172px;
  height: 44px;
  line-height: 44px;
  font-size: 1.4rem;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.Button::before {
  height: 180%;
  background-color: #000000;
  display: block;
  position: absolute;
  bottom: 0;
  left: -5%;
  z-index: 1;
  content: "";
  width: 110%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewY(10deg) scale(1, 0);
          transform: skewY(10deg) scale(1, 0);
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.Button:hover::before {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skewY(10deg) scale(1, 1);
          transform: skewY(10deg) scale(1, 1);
}

.Button__text {
  position: relative;
  display: block;
  height: 100%;
  z-index: 5;
}

.Button__text::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  width: 6px;
  height: 11px;
  background: url(../img/fa-chevron-right-regular.svg) left top no-repeat;
}

.Button:hover .Button__text::after {
  background: url(../img/fa-chevron-right-regular-white.svg) left top no-repeat;
}

/* ボタンバリエーション
---------------------------------------------------------*/
.Button.-primary {
  color: #000000;
  background-color: #fbdf23;
}

.Button.-primary:hover {
  color: #ffffff;
}

.Button.-primary::before {
  background-color: #000000;
}

/* ボタン 背景黒 */
.Button.-primary_black {
  color: #ffffff;
  background-color: #000000;
}

.Button.-primary_black:hover {
  color: #000000;
}

.Button.-primary_black:hover .Button__text::after {
  background: url(../img/fa-chevron-right-regular.svg) left top no-repeat;
}

.Button.-primary_black::before {
  background-color: #fbdf23;
}

.Button.-primary_black .Button__text::after {
  background: url(../img/fa-chevron-right-regular-white.svg) left top no-repeat;
}

/* ボタン 白背景に黒枠 */
.Button.-secondary {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.Button.-secondary:hover {
  color: #ffffff;
}

.Button.-secondary:hover .Button__text::after {
  background: url(../img/fa-chevron-right-regular-white.svg) left top no-repeat;
}

.Button.-secondary::before {
  background-color: #000000;
}

.Button.-secondary .Button__text::after {
  background: url(../img/fa-chevron-right-regular.svg) left top no-repeat;
}

/* ボタン 外部サイト */
.Button.-blank {
  font-size: 1.6rem;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  background-color: #000000;
}

.Button.-blank:hover {
  color: #000000;
}

.Button.-blank:hover .Button__text::after {
  background: url(../img/fa-external-link-alt-regular.svg) left top no-repeat;
}

.Button.-blank::before {
  height: 200%;
  background-color: #fbdf23;
}

.Button.-blank .Button__text {
  padding-right: 16px;
}

.Button.-blank .Button__text::after {
  width: 16px;
  height: 16px;
  background: url(../img/fa-external-link-alt-regular-white.svg) left top no-repeat;
}

@media screen and (max-width: 480px) {
  .Button.-blank {
    font-size: 1.4rem;
  }
}

/* ボタン もっと見る */
.Button.-more {
  font-size: 1.6rem;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  background-color: #000000;
}

.Button.-more:hover {
  color: #000000;
}

.Button.-more:hover .Button__text::after {
  background: url(../img/fa-external-link-alt-regular.svg) left top no-repeat;
}

.Button.-more::before {
  height: 200%;
  background-color: #fbdf23;
}

.Button.-more .Button__text::after {
  width: 16px;
  height: 16px;
  background: url(../img/fa-external-link-alt-regular-white.svg) left top no-repeat;
}

@media screen and (max-width: 480px) {
  .Button.-more {
    font-size: 1.4rem;
  }
}

/* ========================================================
レスポンシブ改行
=========================================================*/
.-sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .-sp-br {
    display: block;
  }
}

.-sp-line {
  display: inline;
}

@media screen and (max-width: 768px) {
  .-sp-line {
    display: inline-block;
    line-height: inherit;
  }
}

/* ========================================================
Common
=========================================================*/
/* Header
---------------------------------------------------------*/
.Header {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Header {
    width: 100%;
  }
}

.HeaderNavi {
  margin-right: 30px;
  margin-left: auto;
}

.HeaderNavi__list {
  display: flex;
  align-items: center;
}

.HeaderNavi__item {
  letter-spacing: 0.02em;
  font-size: 1.3rem;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

.HeaderNavi__link {
  position: relative;
  display: block;
  line-height: 72px;
  padding: 0 35px;
  color: #b3b3b3;
  letter-spacing: 0.04em;
}

.HeaderNavi__link::before {
  content: attr(data-hover);
  color: #000000;
  white-space: nowrap;
  position: absolute;
  left: 35px;
  top: 0;
  width: 0;
  overflow: hidden;
  transition: 0.3s;
}

.HeaderNavi__link::after {
  content: "";
  display: block;
  width: calc(100% - 70px);
  height: 3px;
  position: absolute;
  bottom: 12px;
  left: 50%;
  background-color: #000000;
  -webkit-transform: translateX(-50%) scale(0, 1);
          transform: translateX(-50%) scale(0, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.HeaderNavi__link:hover::before {
  width: calc(100% - 70px);
}

.HeaderNavi__link:hover::after {
  -webkit-transform: translateX(-50%) scale(1, 1);
          transform: translateX(-50%) scale(1, 1);
}

.HeaderNavi__current {
  position: relative;
  display: block;
  line-height: 72px;
  padding: 0 35px;
  color: #000000;
  letter-spacing: 0.04em;
}

.HeaderNavi__current::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: calc(100% - 70px);
  height: 3px;
  background-color: #000000;
}

.HeaderNavi__contact .HeaderNavi__button {
  display: block;
  line-height: 72px;
  padding: 0 35px;
  letter-spacing: 0.04em;
  position: relative;
  overflow: hidden;
  width: 120px;
  padding: 0;
  text-align: center;
  color: #000000;
  background-color: #fbdf23;
  transition: 0.3s;
}

.HeaderNavi__contact .HeaderNavi__button:hover {
  color: #ffffff;
  background-color: transparent;
}

.HeaderNavi__contact .HeaderNavi__button::before {
  height: 200%;
  background-color: #000000;
  display: block;
  position: absolute;
  bottom: 0;
  left: -5%;
  z-index: -1;
  content: "";
  width: 110%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewY(10deg) scale(1, 0);
          transform: skewY(10deg) scale(1, 0);
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.HeaderNavi__contact .HeaderNavi__button:hover::before {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skewY(10deg) scale(1, 1);
          transform: skewY(10deg) scale(1, 1);
}

.HeaderNavi__contact .HeaderNavi__button::after {
  display: none;
}

.HeaderLanguage {
  position: relative;
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  margin-right: -12px;
}

.HeaderLanguage::after {
  content: "|";
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.HeaderLanguage__item {
  position: relative;
  line-height: 72px;
  width: 50px;
  text-align: center;
}

.HeaderLanguage__item:first-child {
  margin-right: 0.5em;
}

.HeaderLanguage__link {
  color: #000000;
  font-weight: 300;
}

.HeaderLanguage__current {
  font-weight: 700;
}

.HeaderSpNavi,
.HeaderSpNavi__wrap {
  display: none;
}

/* Footer
---------------------------------------------------------*/
.FooterTop {
  color: #ffffff;
  background-color: #464646;
}

.FooterTop__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  height: 162px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .FooterTop__inner {
    width: 100%;
  }
}

.FooterContact {
  display: flex;
}

.FooterContact__guide {
  margin-right: 60px;
}

.FooterContact__title {
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
}

.FooterContact__text {
  font-size: 1.6rem;
}

.FooterContact__button.Button.-primary {
  width: 270px;
}

.FooterContact__button.Button.-primary::before {
  height: 240%;
  background-color: #ffffff;
}

.FooterContact__button.Button.-primary:hover .Button__text {
  color: #000000;
}

.FooterContact__button.Button.-primary:hover .Button__text::after {
  background: url(../img/fa-chevron-right-regular.svg) left top no-repeat;
}

/* FooterBottom */
.FooterBottom {
  color: #ffffff;
  background-color: #000000;
}

.FooterBottom__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .FooterBottom__inner {
    width: 100%;
  }
}

.FooterBottom__link {
  color: #ffffff;
  font-size: 1.4rem;
}

.FooterBottom__copyright {
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
}

/* Heading
---------------------------------------------------------*/
.Heading {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  height: 175px;
  padding-top: 56px;
}

@media screen and (max-width: 480px) {
  .Heading {
    width: 100%;
  }
}

.Heading__title {
  position: relative;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 28px;
  background-image: url(../img/bg_heading_title.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#Language__en .Heading__title {
  color: #000000;
}

/* Page
---------------------------------------------------------*/
.Page__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Page__item {
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

.Page__link {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 20px;
  font-weight: 700;
  transition: 0.3s;
}

.-current .Page__link {
  color: #ffffff;
  background-color: #000000;
}

.Page__link:hover {
  color: #ffffff;
  background-color: #000000;
}

.Page__ellipsis {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #000000;
}

/* Form
---------------------------------------------------------*/
.Form__input,
.Form__select,
.Form__textarea {
  width: 100%;
  height: 52px;
  padding: 0 1em;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}

.-invalid .Form__input, .-invalid
.Form__select, .-invalid
.Form__textarea {
  border-color: #e40b43;
}

.Form__textarea {
  height: 172px;
  padding: 0.5em 1em;
}

/* JavaSrcipt
---------------------------------------------------------*/
/* feedin */
.js-fadein_bottom {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: all 1.2s ease;
}

/* Textyle */
.js-textyle {
  opacity: 0;
}

.js-textyle span {
  position: relative;
  top: 10px;
  left: 10px;
  opacity: 0;
}

/* ========================================================
TOP
=========================================================*/
.title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.8em;
}

#Language__en .title {
  color: #000000;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}

.text {
  margin-bottom: 0.6em;
}

.text:last-child {
  margin-bottom: 0;
}

/* Introduction
---------------------------------------------------------*/
.Introduction {
  overflow: hidden;
}

.Introduction__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  height: 596px;
  padding-top: 120px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .Introduction__inner {
    width: 100%;
  }
}

.IntroductionVisual {
  position: absolute;
  top: 15px;
  right: -70px;
  z-index: -1;
  width: 640px;
  max-width: 100%;
  height: 574px;
}

/* Animation Person */
.-fadein {
  opacity: 0;
  -webkit-animation: fadein 0.3s cubic-bezier(0.11, 0.89, 0.79, 1) forwards;
          animation: fadein 0.3s cubic-bezier(0.11, 0.89, 0.79, 1) forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes fadein {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.IntroductionVisual__person01,
.IntroductionVisual__person02,
.IntroductionVisual__person03,
.IntroductionVisual__person04,
.IntroductionVisual__person05,
.IntroductionVisual__person06 {
  position: absolute;
}

.IntroductionVisual__person01::before,
.IntroductionVisual__person02::before,
.IntroductionVisual__person03::before,
.IntroductionVisual__person04::before,
.IntroductionVisual__person05::before,
.IntroductionVisual__person06::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-animation: fadein_bg 0.6s cubic-bezier(0.11, 0.89, 0.79, 1) 1.5s forwards;
          animation: fadein_bg 0.6s cubic-bezier(0.11, 0.89, 0.79, 1) 1.5s forwards;
}

/* Animation background */
@-webkit-keyframes fadein_bg {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes fadein_bg {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

.IntroductionVisual__person01 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  width: 205px;
  height: 239px;
  top: 3px;
  left: 34px;
}

.IntroductionVisual__person01::before {
  background: url(../img/bg_person_01.svg) left top no-repeat;
}

.IntroductionVisual__person01 img {
  width: 205px;
  height: 239px;
}

.IntroductionVisual__person02 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  width: 234px;
  height: 210px;
  top: 0;
  right: 41px;
}

.IntroductionVisual__person02::before {
  background: url(../img/bg_person_02.svg) left bottom no-repeat;
}

.IntroductionVisual__person02 img {
  width: 234px;
  height: 210px;
}

.IntroductionVisual__person03 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  width: 186px;
  height: 181px;
  bottom: 143px;
  right: 0;
}

.IntroductionVisual__person03::before {
  background: url(../img/bg_person_03.svg) left top no-repeat;
}

.IntroductionVisual__person03 img {
  width: 186px;
  height: 181px;
}

.IntroductionVisual__person04 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  width: 175px;
  height: 188px;
  bottom: 0;
  right: 158px;
}

.IntroductionVisual__person04::before {
  background: url(../img/bg_person_04.svg) left top no-repeat;
}

.IntroductionVisual__person04 img {
  width: 175px;
  height: 188px;
}

.IntroductionVisual__person05 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  width: 198px;
  height: 240px;
  bottom: 26px;
  left: 0;
}

.IntroductionVisual__person05::before {
  background: url(../img/bg_person_05.svg) left top no-repeat;
}

.IntroductionVisual__person05 img {
  width: 198px;
  height: 240px;
}

.IntroductionVisual__person06 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  width: 206px;
  height: 220px;
  top: 177px;
  left: 198px;
}

.IntroductionVisual__person06::before {
  background: url(../img/bg_person_06.svg) left top no-repeat;
}

.IntroductionVisual__person06 img {
  width: 206px;
  height: 220px;
}

.Introduction__title {
  color: #000000;
  font-size: 4.8rem;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0.3em;
}

.Introduction__title strong {
  font-weight: 700;
}

.Introduction__title strong > span {
  color: #ffbd00;
}

#Language__en .Introduction__title {
  margin-bottom: 0.8em;
}

.Introduction__subtitle {
  color: #464646;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 3em;
}

#Language__en .Introduction__subtitle {
  display: none;
}

.Introduction__button {
  font-size: 0;
}

.Introduction__button .Button:first-child {
  margin-right: 20px;
}

/* Mission
---------------------------------------------------------*/
.Mission {
  background-color: #fafafa;
}

.Mission__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  position: relative;
  padding: 80px 0 100px;
}

@media screen and (max-width: 480px) {
  .Mission__inner {
    width: 100%;
  }
}

.MissionGuide {
  width: 880px;
  max-width: 100%;
}

.Mission__word {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 800;
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #e40b43;
  position: absolute;
  top: 70px;
  right: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(90deg) translateX(100%);
          transform: rotate(90deg) translateX(100%);
}

@media screen and (max-width: 768px) {
  .Mission__word {
    font-size: 2rem;
  }
}

/* Emoreader
---------------------------------------------------------*/
.Emoreader__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  position: relative;
  padding: 75px 0 95px 140px;
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 480px) {
  .Emoreader__inner {
    width: 100%;
  }
}

.Emoreader__title {
  margin-top: 10px;
}

.EmoreaderImg {
  margin-right: 37px;
}

.Emoreader__word {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 800;
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #11d57b;
  letter-spacing: 0;
  position: absolute;
  top: 74px;
  left: -10px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
}

@media screen and (max-width: 768px) {
  .Emoreader__word {
    font-size: 2rem;
  }
}

.Emoreader__word small {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.4em;
}

/* Partner
---------------------------------------------------------*/
.Partner {
  background-color: #fafafa;
}

.Partner__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  padding: 70px 0 100px;
}

@media screen and (max-width: 480px) {
  .Partner__inner {
    width: 100%;
  }
}

.Partner__title {
  text-align: center;
  margin-bottom: 50px;
}

.PartnerList {
  max-width: calc(1060px + 20px);
  margin: 0 auto;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}

.PartnerList__item {
  display: inline-block;
  margin: 0 10px 20px;
  width: 160px;
  height: 80px;
  text-align: center;
  border: 1px solid #f0ecec;
  border-radius: 10px;
  overflow: hidden;
}

.PartnerList__item img {
  width: 160px;
  height: 80px;
}

/* ========================================================
ABOUT US
=========================================================*/
/* VISION
---------------------------------------------------------*/
.Vision__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  position: relative;
  height: 674px;
  padding-top: 50px;
}

@media screen and (max-width: 480px) {
  .Vision__inner {
    width: 100%;
  }
}

.Vision__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-63.2%);
          transform: translateX(-63.2%);
  background-image: url(../img/bg_vision.jpg);
  background-repeat: no-repeat;
}

.Vision__title {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 800;
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #01a3ed;
  position: absolute;
  top: 50px;
  right: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(90deg) translateX(100%);
          transform: rotate(90deg) translateX(100%);
}

@media screen and (max-width: 768px) {
  .Vision__title {
    font-size: 2rem;
  }
}

.VisionMessage,
.VisionCatch {
  position: relative;
  width: 677px;
  max-width: 100%;
  padding: 40px 120px 27px 60px;
  margin: 0 98px 0 auto;
}

.VisionMessage {
  margin-bottom: 72px;
}

.VisionMessage::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #eaf8ff;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-animation: scroll_bg 1s ease forwards;
          animation: scroll_bg 1s ease forwards;
}

.VisionCatch {
  padding-bottom: 33px;
}

.VisionCatch::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #f9fbff;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-animation: scroll_bg 1s ease forwards;
          animation: scroll_bg 1s ease forwards;
}

.VisionMessage__inner,
.VisionCatch__inner {
  position: relative;
}

.VisionMessage__title,
.VisionCatch__title {
  color: #464646;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

#Language__en .VisionMessage__title, #Language__en
.VisionCatch__title {
  font-weight: 400;
}

.VisionMessage__en,
.VisionCatch__en {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

#Language__en .VisionMessage__en, #Language__en
.VisionCatch__en {
  color: #000000;
}

.VisionMessage__jp {
  font-size: 1.8rem;
  font-weight: 700;
}

.VisionCatch__jp {
  font-size: 1.6rem;
  font-weight: 700;
}

/* WHAT WE DO
---------------------------------------------------------*/
.What__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  position: relative;
  padding: 70px 0 80px;
}

@media screen and (max-width: 480px) {
  .What__inner {
    width: 100%;
  }
}

.What__title {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 800;
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0;
  color: #cecece;
  position: absolute;
  top: 70px;
  left: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
}

@media screen and (max-width: 768px) {
  .What__title {
    font-size: 2rem;
  }
}

.What__title span:nth-child(-n + 4) {
  color: #01a3ed;
}

.WhatGuide {
  max-width: 1044px;
  text-align: center;
  margin: 0 0 0 auto;
}

.WhatGuide__title {
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.5em;
  margin-bottom: 15px;
}

#Language__en .WhatGuide__title {
  color: #000000;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.WhatGuide__text {
  width: 85%;
  max-width: 880px;
  padding: 0.2em 0.4em;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  background-color: #01a3ed;
}

#Language__en .WhatGuide__text {
  width: 90%;
  max-width: 930px;
  font-weight: 400;
}

.WhatGuide__img {
  max-width: 849px;
  width: 90%;
  margin: 0 auto;
}

.WhatGuide__img img {
  width: 100%;
  height: auto;
}

/* WHY WE DO
---------------------------------------------------------*/
.Why {
  background-color: #fafafa;
}

.Why__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  position: relative;
  padding: 130px 0 145px 70px;
}

@media screen and (max-width: 480px) {
  .Why__inner {
    width: 100%;
  }
}

.Why__inner::before {
  content: "";
  display: block;
  width: 140px;
  height: 130px;
  position: absolute;
  left: 10px;
  top: 75px;
  z-index: 1;
  background: url(../img/bg_why.svg) left top no-repeat;
}

.Why__title {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 800;
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0;
  color: #cecece;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 10;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(90deg) translateX(100%);
          transform: rotate(90deg) translateX(100%);
}

@media screen and (max-width: 768px) {
  .Why__title {
    font-size: 2rem;
  }
}

.Why__title span:nth-child(-n + 3) {
  color: #01a3ed;
}

.Why__img {
  max-width: 430px;
  height: 356px;
  position: absolute;
  bottom: 114px;
  right: 46px;
  z-index: 10;
}

.WhyGuide {
  position: relative;
  z-index: 5;
  width: 610px;
  max-width: 100%;
  padding: 70px 60px 70px 50px;
  border-radius: 10px;
  background-color: #ffffff;
}

.WhyGuide__text {
  margin-bottom: 1em;
}

#Language__en .WhyGuide__text {
  text-align: justify;
}

#Language__en .WhyGuide__text strong {
  color: #000000;
}

.WhyGuide__text strong span {
  display: inline-block;
  color: #01a3ed;
}

#Language__en .WhyGuide__text strong span {
  display: inline;
  font-weight: 400;
}

.WhyGuide__text:last-child {
  margin-bottom: 0;
}

/* WHO WE ARE
---------------------------------------------------------*/
.Who__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  position: relative;
  padding: 70px 0 100px;
}

@media screen and (max-width: 480px) {
  .Who__inner {
    width: 100%;
  }
}

.Who__title {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 800;
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0;
  color: #cecece;
  position: absolute;
  top: 70px;
  left: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
}

@media screen and (max-width: 768px) {
  .Who__title {
    font-size: 2rem;
  }
}

.Who__title span:nth-child(-n + 3) {
  color: #01a3ed;
}

.WhoGuide {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 368px;
  padding-left: 160px;
  margin: 0 0 80px 96px;
}

.WhoGuide:first-of-type {
  margin-bottom: 44px;
}

.WhoGuide:last-of-type {
  margin-bottom: 0;
}

.WhoGuide__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.WhoGuide__data {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 784px;
  max-width: 100%;
  padding: 45px 50px;
  margin: 0 0 0 auto;
}

.WhoGuide__data::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(196, 237, 255, 0.3);
  transition: 1s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.js-scroll-bg::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.WhoGuide__name {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 900;
  margin-right: 30px;
}

.WhoGuide__text {
  margin-bottom: 1em;
}

.WhoGuide__text:last-child {
  margin-bottom: 0;
}

.WhoGuide__link {
  position: relative;
  font-size: 1.6rem;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #01a3ed;
}

.WhoGuide__link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0.2em;
  background: url(../img/fa-external-link-alt-regular-blue.svg) left top no-repeat;
}

/* ========================================================
PRODUCT
=========================================================*/
.OurProducts,
.RdProducts {
  background-color: #fafafa;
}

.OurProducts__inner,
.PartnerProducts__inner,
.RdProducts__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  padding: 70px 0 100px;
}

@media screen and (max-width: 480px) {
  .OurProducts__inner,
  .PartnerProducts__inner,
  .RdProducts__inner {
    width: 100%;
  }
}

.OurProducts__title,
.PartnerProducts__title,
.RdProducts__title {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 5rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #11d57b;
  line-height: 1;
  text-align: center;
  margin-bottom: 70px;
}

.OurProducts__title {
  opacity: 0;
  -webkit-animation: fadein_bottom 1.2s ease 0.3s forwards;
          animation: fadein_bottom 1.2s ease 0.3s forwards;
}

@-webkit-keyframes fadein_bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes fadein_bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

/* OUR PRODUCTS, R&D PRODUCTS
---------------------------------------------------------*/
.OurProducts__item,
.RdProducts__item {
  display: flex;
  padding: 30px 140px 30px 30px;
  margin-bottom: 40px;
  background-color: #ffffff;
}

.OurProducts__item:last-child,
.RdProducts__item:last-child {
  margin-bottom: 0;
}

.RdProducts__item {
  padding: 30px 190px 30px 30px;
}

.OurProducts__img,
.RdProducts__img {
  margin-right: 70px;
}

.OurProducts__name,
.RdProducts__name {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px 0 40px;
}

#Language__en .OurProducts__name, #Language__en
.RdProducts__name {
  color: #000000;
}

.OurProducts__text,
.RdProducts__text {
  font-weight: 700;
}

#Language__en .OurProducts__text, #Language__en
.RdProducts__text {
  font-weight: 400;
}

/* PARTNER PRODUCTS
---------------------------------------------------------*/
.PartnerProducts__list {
  max-width: 948px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.PartnerProducts__list::after {
  content: "";
  display: block;
  width: 464px;
  height: 0;
}

.PartnerProducts__item {
  position: relative;
  width: 464px;
  max-width: 100%;
  border: 1px solid #f0ecec;
  padding: 30px;
  margin-bottom: 40px;
}

.PartnerProducts__item:nth-child(2n) {
  margin-left: 20px;
}

.PartnerProducts__item:last-child {
  margin-bottom: 0;
}

.PartnerProducts__img {
  border: 1px solid #eaeaea;
  margin-bottom: 30px;
}

.PartnerProducts__guide {
  padding-bottom: 70px;
}

.PartnerProducts__name {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

#Language__en .PartnerProducts__name {
  color: #000000;
}

.PartnerProducts__text {
  font-weight: 700;
}

#Language__en .PartnerProducts__text {
  font-weight: 400;
}

.PartnerProducts__link {
  position: absolute;
  right: 20px;
  bottom: 25px;
}

.PartnerProducts__button.Button.-blank::before {
  height: 240%;
}

#Language__en .PartnerProducts__button.Button.-blank {
  width: 220px;
}

/* ========================================================
SERVICE
=========================================================*/
.SolutionGuide__title,
.ConsultingGuide__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

#Language__en .SolutionGuide__title, #Language__en
.ConsultingGuide__title {
  color: #000000;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.SolutionGuide__title span,
.ConsultingGuide__title span {
  display: inline-block;
  font-size: 3.2rem;
  letter-spacing: -0.1em;
}

.SolutionGuide__download,
.ConsultingGuide__download {
  text-align: center;
  margin-top: 40px;
}

.SolutionGuide__button,
.ConsultingGuide__button {
  width: 367px;
}

#Language__en .SolutionGuide__button, #Language__en
.ConsultingGuide__button {
  width: 437px;
}

.SolutionGuide__button.Button.-primary_black::before,
.ConsultingGuide__button.Button.-primary_black::before {
  height: 300%;
  background-color: #fbdf23;
}

.SolutionGuide__button.Button.-primary_black:hover .Button__text::after,
.ConsultingGuide__button.Button.-primary_black:hover .Button__text::after {
  background: url(../img/fa-chevron-right-regular.svg) left top no-repeat;
}

/* Solution
---------------------------------------------------------*/
.Solution {
  margin-bottom: 70px;
}

.Solution__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  padding: 40px 0 155px;
  background: url(../img/bg_solution.jpg) left bottom no-repeat;
  background-size: 738px 419px;
}

@media screen and (max-width: 480px) {
  .Solution__inner {
    width: 100%;
  }
}

.SolutionGuide {
  width: 460px;
  max-width: 100%;
  margin: 0 0 0 auto;
}

#Language__en .SolutionGuide {
  width: 520px;
  max-width: 100%;
}

.SolutionGuide__text {
  font-size: 1.6rem;
}

#Language__en .SolutionGuide__text {
  color: #464646;
  font-size: 2rem;
}

.SolutionImg__sp {
  display: none;
}

/* Consulting
---------------------------------------------------------*/
.Consulting {
  margin-bottom: 100px;
  overflow: hidden;
}

.Consulting__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  position: relative;
  padding: 85px 0 200px;
}

@media screen and (max-width: 480px) {
  .Consulting__inner {
    width: 100%;
  }
}

.Consulting__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -150px;
  z-index: -1;
  width: 910px;
  height: 503px;
  background: url(../img/bg_consulting.jpg) left top no-repeat;
  background-size: 910px 503px;
}

.ConsultingGuide {
  width: 440px;
  max-width: 100%;
}

#Language__en .ConsultingGuide {
  width: 520px;
  max-width: 100%;
}

#Language__en .ConsultingGuide__text {
  color: #464646;
  font-size: 2rem;
}

.ConsultingImg__sp {
  display: none;
}

/* ========================================================
NEWS
=========================================================*/
.News__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  padding-bottom: 70px;
}

@media screen and (max-width: 480px) {
  .News__inner {
    width: 100%;
  }
}

.NewsList {
  overflow: hidden;
  margin-bottom: 56px;
}

.NewsList__item {
  float: left;
  position: relative;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  background-color: #fafafa;
}

.NewsList__item:nth-child(even) {
  margin-right: 20px;
}

.NewsList__item:nth-child(2) {
  margin-right: 0;
}

.NewsList__item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.NewsList__link {
  display: block;
  height: 188px;
  padding: 30px 40px 0;
  color: #000000;
}

.NewsList__link > .NewsList__title,
.NewsList__link > .NewsList__detail {
  transition: 0.3s;
}

.NewsList__link:hover .NewsList__title,
.NewsList__link:hover .NewsList__detail {
  color: #e40b43;
}

.NewsList__link:hover .NewsList__detail::after {
  background-image: url(../img/fa-external-link-alt-regular-red.svg);
}

.NewsList__item:first-child {
  margin-right: 20px;
  background-color: #fbdf23;
}

.NewsList__item:first-child .NewsList__link {
  height: 396px;
}

.NewsList__item:first-child .NewsList__link:hover .NewsList__title,
.NewsList__item:first-child .NewsList__link:hover .NewsList__detail {
  color: #ffffff;
}

.NewsList__item:first-child .NewsList__link:hover .NewsList__detail::after {
  background-image: url(../img/fa-external-link-alt-regular-white.svg);
}

.NewsList__category {
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  background-color: #000000;
}

.NewsList__data {
  position: relative;
  display: inline-block;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}

.NewsList__data::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  display: block;
  width: 42px;
  height: 1px;
  background-color: #000000;
}

.NewsList__title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: black;
  height: 2.9em;
  overflow: hidden;
}

#Language__en .NewsList__title {
  font-weight: 500;
}

.NewsList__item:first-child .NewsList__title {
  font-size: 2.8rem;
  height: auto;
}

#Language__en .NewsList__item:first-child .NewsList__title {
  font-weight: 600;
}

.NewsList__detail {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #000000;
}

.NewsList__detail::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 0.6em;
  background: url(../img/fa-external-link-alt-regular.svg) left top no-repeat;
}

/* ========================================================
CONTACT US
=========================================================*/
.ContactForm {
  color: #464646;
  background-color: #f2f2f2;
  padding: 70px 0 100px;
}

.ContactForm__inner {
  max-width: 947px;
  padding: 40px 50px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #ffffff;
}

/* Form
---------------------------------------------------------*/
.FormBody {
  margin-bottom: 40px;
}

.FormBody:first-child {
  padding-bottom: 16px;
  border-bottom: 1px solid #dadada;
}

#Form__confirm .FormBody:first-child {
  padding-bottom: 0;
  border-bottom: none;
}

.FormBody__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.FormGroup {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}

#Form__confirm .FormGroup {
  border-bottom: 1px solid #e9e9e9;
}

.FormGroup__row {
  display: flex;
}

.FormGroup__row .FormGroup:nth-of-type(n + 2) {
  margin-left: 32px;
}

.FormGroup__label {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.FormGroup__badge {
  position: absolute;
  top: 0.25em;
  right: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #01a3ed;
}

.FormGroup__badge.-required {
  color: #e40b43;
}

#Language__en .FormGroup__badge {
  font-weight: 400;
}

.FormFooter {
  text-align: center;
}

/* Confirm
---------------------------------------------------------*/
#Form__confirm .FormGroup__content {
  position: absolute;
  top: 0;
  left: 35%;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

#Form__confirm .FormGroup__content.-textarea {
  position: relative;
  left: 0;
  padding: 20px 40px 30px;
  background-color: #f2f2f2;
}

/* Complete
---------------------------------------------------------*/
.ContactComplete {
  padding: 16px 0;
  text-align: center;
  background-color: #ffffff;
}

.ContactComplete__title {
  font-size: 3.6rem;
  font-weight: 700;
}

#Language__en .ContactComplete__message {
  font-size: 2.4rem;
}

.ContactComplete__text {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

#Language__en .ContactComplete__text {
  color: #b3b3b3;
  font-size: 1.6rem;
}

.ContactComplete__img {
  margin: 30px auto;
}

.ContactComplete__button.Button.-primary_black {
  width: 232px;
}

/* Error
---------------------------------------------------------*/
.FormWrap__input {
  position: relative;
}

.FormWrap__input.-invalid::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/fa-exclamation-circle-solid.svg) left top no-repeat;
}

.FormWrap__select {
  position: relative;
}

.FormWrap__select::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  background: url(../img/fa-chevron-down-regular.svg) left top no-repeat;
}

.FormWrap__select.-invalid::after {
  background: url(../img/fa-chevron-down-regular-red.svg) left top no-repeat;
}

.FormGroup__invalid {
  font-size: 1.4rem;
  color: #e40b43;
  margin-top: 0.3em;
}

/* ========================================================
PRIVACY POLICY
=========================================================*/
.Privacy__body {
  background-color: #f2f2f2;
  padding: 70px 0 100px;
}

.Privacy__inner {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 30px);
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 70px 100px;
}

@media screen and (max-width: 480px) {
  .Privacy__inner {
    width: 100%;
  }
}

.Privacy__inner > :last-child {
  margin-bottom: 0;
}

.Privacy__text {
  margin-bottom: 2.5em;
}

.PrivacyList__item {
  margin-bottom: 2.5em;
}

.PrivacyList__item strong {
  display: block;
  margin-bottom: 0.5em;
}

.PrivacyList__item > ol > li {
  margin-top: 0.5em;
}

.PrivacyList__item > ol.PrivacyInnerList > li {
  margin-bottom: 2.5em;
}

.PrivacyList__item > ol.PrivacyInnerList > li > ol > li {
  margin-top: 0.5em;
}
