@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;
  }
}

/* --------------------------------------------------------
1140px (PC)
1024px (PC)
768px  (iPad)
480px  (Smartphone)
375px  (Smartphone)
-------------------------------------------------------- */
/* ========================================================
1140px (PC)
=========================================================*/
@media (max-width: 1140px) {
  /* ========================================================
NEWS
=========================================================*/
  .NewsList__title {
    font-size: 1.5rem;
  }
  .NewsList__item:first-child .NewsList__title {
    font-size: 2.4rem;
  }
  /* ========================================================
PRIVACY POLICY
=========================================================*/
  .Privacy__inner {
    padding: 40px 50px;
  }
}

/* ========================================================
1024px (PC)
=========================================================*/
@media (max-width: 1024px) {
  main {
    padding-top: 64px;
  }
  .js-main-cover {
    position: fixed;
    width: 100%;
    visibility: hidden;
    z-index: -1;
    transition: 0.3s;
  }
  .js-main-cover.active {
    height: 100%;
    visibility: visible;
    background: rgba(250, 250, 250, 0.85);
    z-index: 100;
  }
  /* Header
---------------------------------------------------------*/
  .Header {
    display: block;
    position: fixed;
    z-index: 200;
    width: 100%;
    height: 64px;
    padding: 0 20px 0 26px;
    background-color: #000000;
  }
  .HeaderLogo {
    position: absolute;
    top: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .HeaderLogo img {
    width: 104px;
    height: 28px;
  }
  .HeaderNavi {
    display: none;
  }
  .HeaderLanguage {
    position: absolute;
    right: 20px;
    top: 0;
    color: #ffffff;
  }
  .HeaderLanguage__item {
    line-height: 64px;
    width: 40px;
  }
  .HeaderLanguage__link {
    color: #ffffff;
    font-weight: 700;
  }
  .HeaderLanguage__current {
    color: #fbdf23;
  }
  .HeaderSpNavi {
    position: absolute;
    top: 14px;
    left: 24px;
    display: block;
    color: #ffffff;
    width: 36px;
    height: 36px;
    padding-top: 7px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ffffff;
    background-image: url(../img/btn_sp_menu.svg);
    background-position: center 7px;
    background-repeat: no-repeat;
  }
  .HeaderSpNavi.active {
    background-image: url(../img/btn_sp_menu_close.svg);
  }
  .HeaderSpNavi__wrap {
    display: block;
    position: absolute;
    left: 0;
    top: 64px;
    width: 100%;
  }
  .HeaderSpNavi__list {
    display: none;
    position: relative;
    width: 100%;
    padding: 30px 35px;
    background: #ffffff;
    z-index: 10000;
  }
  .HeaderSpNavi__item {
    margin-bottom: 0.5em;
  }
  .HeaderSpNavi__item:last-of-type {
    margin-top: 1.5em;
  }
  .HeaderSpNavi__link {
    display: block;
    height: 44px;
    line-height: 44px;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 700;
  }
  #Language__en .HeaderSpNavi__link {
    font-weight: 400;
  }
  .HeaderSpNavi__button {
    width: 100%;
  }
  /* Footer
---------------------------------------------------------*/
  .FooterTop__inner {
    height: 172px;
    justify-content: center;
    text-align: center;
  }
  .FooterLogo {
    display: none;
  }
  .FooterContact {
    flex-direction: column;
    width: 100%;
  }
  .FooterContact__guide {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .FooterContact__title {
    font-size: 2rem;
  }
  .FooterContact__text {
    font-size: 1.3rem;
    font-weight: 700;
  }
  .FooterContact__button {
    width: calc(100% - (35px * 2));
    max-width: 365px;
    margin: 0 auto;
  }
  /* FooterBottom */
  .FooterBottom__inner {
    padding: 0 25px;
  }
  .FooterBottom__link {
    font-size: 1.1rem;
  }
  .FooterBottom__copyright {
    font-size: 1.1rem;
  }
  /* Mission
---------------------------------------------------------*/
  .MissionGuide {
    padding-right: 140px;
  }
}

/* ========================================================
768px (iPad)
=========================================================*/
@media (max-width: 768px) {
  /* Heading
---------------------------------------------------------*/
  .Heading {
    height: 80px;
    padding-top: 20px;
  }
  .Heading__title {
    font-size: 2rem;
    padding-bottom: 18px;
    background-image: url(../img/bg_heading_title_sp.svg);
  }
  /* Page
---------------------------------------------------------*/
  .Page__item {
    width: 20px;
    height: 20px;
  }
  .Page__link,
  .Page__ellipsis {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1rem;
  }
  /* Form
---------------------------------------------------------*/
  .Form__input,
  .Form__select,
  .Form__textarea {
    height: 40px;
    border-radius: 2px;
  }
  .Form__textarea {
    height: 172px;
    padding: 0.5em 1em;
  }
  /* ========================================================
TOP
=========================================================*/
  .title {
    font-size: 2rem;
  }
  /* Introduction
---------------------------------------------------------*/
  .Introduction__inner {
    width: 100%;
    height: 474px;
    padding-top: 170px;
  }
  .IntroductionVisual {
    top: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 375px;
    height: 430px;
    overflow: hidden;
  }
  .IntroductionVisual__person01 {
    display: none;
  }
  .IntroductionVisual__person02 {
    width: 144px;
    height: 128px;
    top: 10px;
    right: 188px;
  }
  .IntroductionVisual__person02::before {
    background: url(../img/bg_person_02_sp.svg) left bottom no-repeat;
    background-size: contain;
  }
  .IntroductionVisual__person02 img {
    width: 144px;
    height: 128px;
  }
  .IntroductionVisual__person03 {
    width: 134px;
    height: 127px;
    bottom: 267px;
    right: 12px;
  }
  .IntroductionVisual__person03::before {
    background: url(../img/bg_person_03_sp.svg) left bottom no-repeat;
    background-size: contain;
  }
  .IntroductionVisual__person03 img {
    width: 134px;
    height: 127px;
  }
  .IntroductionVisual__person04 {
    width: 121px;
    height: 127px;
    bottom: 53px;
    right: 18px;
  }
  .IntroductionVisual__person04::before {
    background: url(../img/bg_person_04_sp.svg) left top no-repeat;
    background-size: contain;
  }
  .IntroductionVisual__person04 img {
    width: 121px;
    height: 127px;
  }
  .IntroductionVisual__person05 {
    width: 111px;
    height: 134px;
    bottom: 16px;
    left: 34px;
  }
  .IntroductionVisual__person05::before {
    background: url(../img/bg_person_05_sp.svg) left top no-repeat;
    background-size: contain;
  }
  .IntroductionVisual__person05 img {
    width: 111px;
    height: 134px;
  }
  .IntroductionVisual__person06 {
    width: 87px;
    height: 81px;
    top: 314px;
    left: 200px;
    z-index: -1;
  }
  .IntroductionVisual__person06::before {
    background: url(../img/bg_person_06_sp.png) left bottom no-repeat;
    background-size: contain;
  }
  .IntroductionVisual__person06 img {
    display: none;
  }
  .Introduction__title {
    font-size: 2.5rem;
    text-align: center;
  }
  .Introduction__subtitle {
    display: none;
  }
  .Introduction__button {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .Introduction__button .Button {
    min-width: 50%;
  }
  .Introduction__button .Button:first-child {
    margin-right: 0;
  }
  /* Mission
---------------------------------------------------------*/
  .Mission__inner {
    padding: 40px 80px 50px 32px;
  }
  .MissionGuide {
    padding-right: 0;
  }
  .Mission__word {
    top: 40px;
    right: 35px;
  }
  /* Emoreader
---------------------------------------------------------*/
  .Emoreader__inner {
    flex-direction: column;
    padding: 30px 32px 50px;
  }
  .EmoreaderGuide {
    padding-left: 48px;
  }
  .Emoreader__title {
    margin-top: 0;
  }
  .EmoreaderImg {
    text-align: center;
    margin-right: 0;
    margin-top: 40px;
  }
  .EmoreaderImg img {
    width: 230px;
    height: auto;
  }
  .Emoreader__word {
    top: 30px;
    left: 30px;
  }
  .Emoreader__word small {
    font-size: 1rem;
  }
  /* Partner
---------------------------------------------------------*/
  .Partner__inner {
    padding: 35px 32px 50px;
  }
  .Partner__title {
    margin-bottom: 30px;
  }
  .PartnerList__item {
    width: 150px;
    margin: 0 5px 10px;
    position: relative;
  }
  .PartnerList__item img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* ========================================================
ABOUT US
=========================================================*/
  /* VISION
---------------------------------------------------------*/
  .Vision {
    background-size: 307px;
    background-position: 0 bottom;
  }
  .Vision__inner {
    width: 100%;
    height: 468px;
    padding-top: 120px;
  }
  .Vision__inner::before {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-position: left bottom;
    background-size: 307px 525px;
  }
  .Vision__title {
    top: 0;
    right: 35px;
  }
  .VisionMessage,
  .VisionCatch {
    width: 70%;
    min-width: 307px;
    padding: 16px 34px 20px 26px;
    margin: 0 0 0 auto;
  }
  .VisionMessage {
    margin-bottom: 10px;
  }
  .VisionMessage__title,
  .VisionCatch__title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .VisionMessage__en,
  .VisionCatch__en {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .VisionMessage__jp {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .VisionCatch__jp {
    font-size: 1.2rem;
  }
  /* WHAT WE DO
---------------------------------------------------------*/
  .What__inner {
    padding: 30px 0 50px 0;
  }
  .What__title {
    top: 40px;
    left: 35px;
  }
  .WhatGuide__title {
    width: 75%;
    font-size: 2.5rem;
    margin: 0 6% 20px auto;
  }
  #Language__en .WhatGuide__title {
    font-weight: 700;
  }
  .WhatGuide__text {
    width: 75%;
    padding: 0.6em 0.2em;
    margin: 0 6% 30px auto;
    font-size: 1.3rem;
    letter-spacing: -0.1em;
  }
  #Language__en .WhatGuide__text {
    width: 75%;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .What__img {
    text-align: center;
  }
  .What__img img {
    width: 306px;
    height: auto;
  }
  /* WHY WE DO
---------------------------------------------------------*/
  .Why__inner {
    padding: 150px 32px 50px;
  }
  .Why__inner::before {
    display: none;
  }
  .Why__title {
    top: 40px;
    right: 40px;
  }
  .Why__img {
    width: 240px;
    height: 177px;
    top: 20px;
    left: 40px;
    right: auto;
    bottom: auto;
  }
  .Why__img img {
    width: 100%;
    height: auto;
  }
  .WhyGuide {
    padding: 70px 25px 55px;
  }
  .WhyGuide__text {
    font-size: 1.4rem;
  }
  #Language__en .WhyGuide__text {
    font-size: 1.5rem;
    text-align: left;
  }
  /* WHO WE ARE
---------------------------------------------------------*/
  .Who__inner {
    padding: 30px 32px 50px;
  }
  .Who__title {
    position: static;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  .WhoGuide {
    display: block;
    padding: 25px 25px;
    margin: 0 0 20px 0;
  }
  .WhoGuide:first-of-type {
    margin-bottom: 20px;
  }
  .WhoGuide::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__img {
    left: 25px;
    top: 25px;
    z-index: 10;
    width: 116px;
    height: 118px;
    overflow: hidden;
  }
  .WhoGuide__img img {
    width: 116px;
    height: auto;
  }
  .WhoGuide__data {
    flex-direction: column;
    padding: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .WhoGuide__data::before {
    content: none;
  }
  .WhoGuide__name {
    height: 145px;
    padding-left: 135px;
  }
  .WhoGuide__text {
    font-size: 1.4rem;
  }
  #Language__en .WhoGuide__text {
    font-size: 1.5rem;
  }
  .WhoGuide__link {
    font-size: 1.2rem;
  }
  #Language__en .WhoGuide__link {
    font-size: 1.5rem;
  }
  .WhoGuide__link::after {
    width: 12px;
    height: 12px;
  }
  /* ========================================================
PRODUCT
=========================================================*/
  .OurProducts__title,
  .PartnerProducts__title,
  .RdProducts__title {
    font-size: 2rem;
  }
  .OurProducts__inner,
  .PartnerProducts__inner,
  .RdProducts__inner {
    padding: 30px 0 50px;
  }
  .OurProducts__title,
  .PartnerProducts__title,
  .RdProducts__title {
    margin-bottom: 30px;
  }
  /* OUR PRODUCTS, R&D PRODUCTS
---------------------------------------------------------*/
  .OurProducts__item,
  .RdProducts__item {
    flex-direction: column;
    padding: 15px 15px 18px 15px;
    margin: 0 35px 20px;
  }
  .OurProducts__img,
  .RdProducts__img {
    max-width: 430px;
    margin: 0 auto;
  }
  .OurProducts__img img,
  .RdProducts__img img {
    width: 100%;
    height: auto;
  }
  .OurProducts__name,
  .RdProducts__name {
    font-size: 1.6rem;
    text-align: center;
    margin: 20px 0 15px;
  }
  .OurProducts__text,
  .RdProducts__text {
    font-size: 1.4rem;
    font-weight: 400;
  }
  /* PARTNER PRODUCTS
---------------------------------------------------------*/
  .PartnerProducts__item {
    padding: 15px 15px 25px 15px;
    margin: 0 35px 30px;
  }
  .PartnerProducts__img {
    margin-bottom: 0;
  }
  .PartnerProducts__img img {
    width: 100%;
    height: auto;
  }
  .PartnerProducts__guide {
    padding-bottom: 0;
  }
  .PartnerProducts__name {
    font-size: 1.6rem;
    text-align: center;
    margin: 20px 0 15px;
  }
  .PartnerProducts__text {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .PartnerProducts__link {
    position: static;
    text-align: center;
  }
  #Language__en .PartnerProducts__button.Button.-blank {
    width: 200px;
  }
  /* ========================================================
SERVICE
=========================================================*/
  .SolutionGuide__title,
  .ConsultingGuide__title {
    font-size: 2rem;
    text-align: center;
  }
  .SolutionGuide__title span,
  .ConsultingGuide__title span {
    font-size: 2rem;
  }
  .SolutionGuide__download,
  .ConsultingGuide__download {
    margin-top: 30px;
  }
  .SolutionGuide__button,
  .ConsultingGuide__button {
    width: calc(100% - (35px * 2));
  }
  #Language__en .SolutionGuide__button, #Language__en
  .ConsultingGuide__button {
    width: calc(100% - (35px * 2));
  }
  /* Solution
---------------------------------------------------------*/
  .Solution {
    margin-bottom: 30px;
  }
  .Solution__inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    background: none;
  }
  .SolutionGuide {
    margin: 0 auto;
  }
  .SolutionGuide__text {
    font-size: 1.4rem;
    text-align: center;
  }
  #Language__en .SolutionGuide__text {
    font-size: 1.5rem;
    padding: 0 35px;
  }
  .SolutionImg__sp {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .SolutionImg__sp img {
    width: calc(100% - (35px * 2));
  }
  /* Consulting
---------------------------------------------------------*/
  .Consulting {
    margin-bottom: 50px;
  }
  .Consulting__inner {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding: 0;
  }
  .Consulting__inner::after {
    content: none;
  }
  .ConsultingGuide {
    margin: 0 auto;
  }
  .ConsultingGuide__text {
    font-size: 1.4rem;
    text-align: center;
  }
  #Language__en .ConsultingGuide__text {
    font-size: 1.5rem;
    padding: 0 35px;
  }
  .ConsultingImg__sp {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  .ConsultingImg__sp img {
    width: 100%;
  }
  /* ========================================================
NEWS
=========================================================*/
  .News__inner {
    width: calc(100% - (20px * 2));
    padding-bottom: 50px;
  }
  .NewsList {
    margin-bottom: 24px;
  }
  .NewsList__item {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
  }
  .NewsList__item:nth-child(2n), .NewsList__item:nth-child(2) {
    margin: 0 auto 10px;
  }
  .NewsList__link {
    height: 115px;
    padding: 10px 50px 15px 15px;
  }
  .NewsList__link::before {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/fa-chevron-right-regular.svg);
    background-repeat: no-repeat;
    background-size: 6px 11px;
    background-position: right center;
  }
  .NewsList__item:first-child {
    margin: 0 auto 10px;
  }
  .NewsList__item:first-child .NewsList__link {
    height: 140px;
  }
  .NewsList__category {
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 1rem;
  }
  .NewsList__data {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .NewsList__data::after {
    content: none;
  }
  .NewsList__title {
    font-size: 1.2rem;
    font-weight: 400;
    height: 4.5em;
  }
  #Language__en .NewsList__title {
    font-size: 1.3rem;
  }
  .NewsList__item:first-child .NewsList__title {
    font-size: 1.3rem;
    font-weight: 600;
    height: 6em;
  }
  #Language__en .NewsList__item:first-child .NewsList__title {
    font-weight: 500;
  }
  .NewsList__detail {
    display: none;
  }
  /* ========================================================
CONTACT US
=========================================================*/
  .ContactForm {
    padding: 10px 0 50px;
  }
  .ContactForm__inner {
    padding: 0;
    background-color: transparent;
  }
  /* Form
---------------------------------------------------------*/
  .FormBody {
    padding: 30px 32px;
    margin-bottom: 10px;
    background-color: #ffffff;
  }
  .FormBody:first-child {
    padding-bottom: 30px;
    border-bottom: none;
  }
  #Form__confirm .FormBody:first-child {
    padding-bottom: 30px;
  }
  .FormBody__title {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .FormGroup {
    margin-bottom: 20px;
  }
  .FormGroup:last-of-type {
    margin-bottom: 0;
  }
  .FormGroup__row {
    display: flex;
    flex-direction: column;
  }
  .FormGroup__row .FormGroup:nth-of-type(n + 2) {
    margin-left: 0;
  }
  .FormGroup__label {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
  .FormFooter {
    margin-top: 20px;
  }
  /* Confirm
---------------------------------------------------------*/
  #Form__confirm .FormGroup__content {
    position: static;
    font-size: 1.5rem;
    padding: 10px 0 5px;
  }
  #Form__confirm .FormGroup__content.-textarea {
    padding: 10px 20px 20px;
    margin-top: 10px;
  }
  /* Complete
---------------------------------------------------------*/
  .ContactComplete {
    padding: 30px 32px;
  }
  .ContactComplete__title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #Language__en .ContactComplete__message {
    font-size: 2rem;
  }
  .ContactComplete__text {
    font-size: 1.6rem;
  }
  .ContactComplete__text br {
    display: none;
  }
  /* Error
---------------------------------------------------------*/
  .FormGroup__invalid {
    font-size: 1.2rem;
  }
  /* ========================================================
PRIVACY POLICY
=========================================================*/
  .Privacy__body {
    padding: 10px 0 50px;
  }
  .Privacy__inner {
    padding: 30px 32px;
  }
  .Privacy__text {
    font-size: 1.4rem;
  }
  .PrivacyList {
    font-size: 1.4rem;
  }
}

/* ========================================================
480px (Smartphone)
=========================================================*/
/* ========================================================
375px  (Smartphone)
=========================================================*/
@media (max-width: 375px) {
  /* Footer
---------------------------------------------------------*/
  .FooterBottom__inner {
    padding: 0 15px;
  }
  .FooterBottom__link {
    font-size: 1rem;
  }
  .FooterBottom__copyright {
    font-size: 1rem;
  }
  /* Partner
---------------------------------------------------------*/
  .PartnerList__item {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  .PartnerList__item:nth-child(odd) {
    margin-right: 10px;
  }
}
