@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover,
a:focus {
  border-style: none;
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

a:active img,
a:hover img,
a:focus img {
  border-style: none;
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* --------------------------------------------------- */
/* base */
/* --------------------------------------------------- */
html {
  font-size: 62.5%;
  padding: 0;
}

html, body,
* html body {
  margin-top: 0 !important;
}

body {
  padding-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html,
  * html body {
    margin-top: 0 !important;
  }
}

header,
main {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  word-wrap: break-word;
}

a {
  color: #333;
}

a:hover {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

button:hover {
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

header img,
main img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/**
 * メディアクエリ
 */
/**
 * 色の設定
 */
/* カラーの呼び出し */
/* colorチェンジ */
.c-black {
  color: #333 !important;
}

.bg-black {
  background-color: #333 !important;
}

.bdc-black {
  border-color: #333 !important;
}

.c-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bdc-white {
  border-color: #fff !important;
}

.c-gray {
  color: #EAEAEA !important;
}

.bg-gray {
  background-color: #EAEAEA !important;
}

.bdc-gray {
  border-color: #EAEAEA !important;
}

.c-c-gray {
  color: #F8F8F8 !important;
}

.bg-c-gray {
  background-color: #F8F8F8 !important;
}

.bdc-c-gray {
  border-color: #F8F8F8 !important;
}

.c-blue {
  color: #003974 !important;
}

.bg-blue {
  background-color: #003974 !important;
}

.bdc-blue {
  border-color: #003974 !important;
}

.c-ice-blue {
  color: #D4E6F8 !important;
}

.bg-ice-blue {
  background-color: #D4E6F8 !important;
}

.bdc-ice-blue {
  border-color: #D4E6F8 !important;
}

.c-l-blue {
  color: #3D91E8 !important;
}

.bg-l-blue {
  background-color: #3D91E8 !important;
}

.bdc-l-blue {
  border-color: #3D91E8 !important;
}

.c-d-blue {
  color: #062545 !important;
}

.bg-d-blue {
  background-color: #062545 !important;
}

.bdc-d-blue {
  border-color: #062545 !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

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

/* -------------------------------------------- */
/*  header */
/* -------------------------------------------- */
#header__wrapper {
  background: #fff;
  padding: 1.2rem 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media (min-width: 768px) {
  #header__wrapper {
    background: rgba(255, 255, 255, 0.6);
    padding: 1.4rem 0;
  }
}

#header__wrapper.is-fixed {
  position: fixed;
  -webkit-box-shadow: 0 0 12px 0 rgba(113, 113, 113, 0.2);
          box-shadow: 0 0 12px 0 rgba(113, 113, 113, 0.2);
}

@media (min-width: 768px) {
  #header__wrapper.is-fixed {
    background: #fff;
  }
}

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

#header__wrapper .header-wrap .header__logo {
  display: block;
  width: 100%;
  max-width: 120px;
  z-index: 100;
}

@media (min-width: 960px) {
  #header__wrapper .header-wrap .header__logo {
    max-width: 240px;
  }
}

#header__wrapper .header-wrap .header_nav_area {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 100vh;
}

#header__wrapper .header-wrap .header_nav_area.pc {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 960px) {
  #header__wrapper .header-wrap .header_nav_area {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    overflow-y: visible;
    position: relative;
    top: 0;
    width: initial;
    max-height: 56px;
    background: none;
  }
}

#header__wrapper .header-wrap .header_nav_area .anchor_nav_wrap {
  background: url(../img/bg/bg_item.svg) no-repeat right -4rem top -10rem/236px 273px, url(../img/bg/bg_item_1.svg) no-repeat left -6rem bottom -8rem/122px 168px;
  height: 100%;
}

@media (min-width: 960px) {
  #header__wrapper .header-wrap .header_nav_area .anchor_nav_wrap {
    background: none;
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#header__wrapper .header-wrap .header_nav_area .anchor_nav_wrap .anchor-nav {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

@media (min-width: 960px) {
  #header__wrapper .header-wrap .header_nav_area .anchor_nav_wrap .anchor-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

#header__wrapper .header-wrap .header_nav_area .anchor_nav_wrap .anchor-nav li {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 960px) {
  #header__wrapper .header-wrap .header_nav_area .anchor_nav_wrap .anchor-nav li {
    font-size: 1.3rem;
    font-weight: normal;
  }
}

#header__wrapper .header-wrap .header_nav_area .anchor_nav_wrap .anchor-nav li + li {
  margin-top: 2.4rem;
}

@media (min-width: 768px) {
  #header__wrapper .header-wrap .header_nav_area .anchor_nav_wrap .anchor-nav li + li {
    margin-top: 4rem;
  }
}

@media (min-width: 960px) {
  #header__wrapper .header-wrap .header_nav_area .anchor_nav_wrap .anchor-nav li + li {
    margin-top: 0;
    margin-left: 30px;
  }
}

#header__wrapper .header-wrap .header_nav_area .anchor_nav_wrap .anchor-nav li a {
  color: #333;
  padding: 10px;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 960px) {
  #header__wrapper .header-wrap .header_nav_area .anchor_nav_wrap .anchor-nav li a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
  }
  #header__wrapper .header-wrap .header_nav_area .anchor_nav_wrap .anchor-nav li a:hover {
    opacity: 0.5;
  }
}

@media (min-width: 960px) {
  #header__wrapper .header-wrap .header_nav_area .anchor_nav_wrap .anchor-nav li a {
    padding: 2px;
  }
}

#nav_toggle {
  display: block;
  width: 30px;
  height: 26px;
  position: relative;
  top: 4px;
  z-index: 100;
}

@media (min-width: 960px) {
  #nav_toggle {
    display: none;
  }
}

#nav_toggle > div {
  position: relative;
}

#nav_toggle > div > span {
  display: block;
  height: 2px;
  background: #333333;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#nav_toggle > div > span:nth-child(1) {
  top: 0px;
}

#nav_toggle > div > span:nth-child(2) {
  top: 10px;
}

#nav_toggle > div > span:nth-child(3) {
  top: 20px;
}

#nav_toggle.active > div > span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

#nav_toggle.active > div > span:nth-child(2) {
  width: 0;
  left: 50%;
}

#nav_toggle.active > div > span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

body {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.sub_l-footer {
  margin-top: 0;
}

.wrapper {
  overflow-x: hidden;
}

body.active {
  overflow: hidden;
  min-height: 100%;
}

.pc-none {
  display: block;
}

@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.sm-none {
  display: block;
}

@media (min-width: 480px) {
  .sm-none {
    display: none;
  }
}

.sp-none {
  display: none;
}

@media (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

[id*="sec-"] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  [id*="sec-"] {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  padding: 0px 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 768px) {
  .inner {
    padding: 0px 15px;
  }
}

@media (min-width: 960px) {
  .inner {
    padding: 0px 20px;
  }
}

.topMessage__wrap {
  background: url(../img/bg/bg_message_sp.png) no-repeat 0 0/cover;
}

@media (min-width: 480px) {
  .topMessage__wrap {
    background: url(../img/bg/bg_message_pc.jpg) no-repeat 0 0/cover;
  }
}

.vision__wrap {
  background: #fff;
  overflow: hidden;
  position: relative;
  padding-bottom: 7rem;
  z-index: 0;
}

@media (min-width: 768px) {
  .vision__wrap {
    padding-bottom: 15rem;
  }
}

.vision__wrap:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  /*四角形を傾けます*/
  -webkit-transform: skewY(-7deg);
      -ms-transform: skewY(-7deg);
          transform: skewY(-7deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #062545;
}

@media (min-width: 1000px) {
  .vision__wrap:after {
    top: 105%;
  }
}

@media (min-width: 1300px) {
  .vision__wrap:after {
    top: 110%;
  }
}

@media (min-width: 1740px) {
  .vision__wrap:after {
    top: 115%;
  }
}

.vision__wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  /*四角形を傾けます*/
  -webkit-transform: skewY(7deg);
      -ms-transform: skewY(7deg);
          transform: skewY(7deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #062545;
}

@media (min-width: 1000px) {
  .vision__wrap:before {
    top: 105%;
  }
}

@media (min-width: 1300px) {
  .vision__wrap:before {
    top: 110%;
  }
}

@media (min-width: 1740px) {
  .vision__wrap:before {
    top: 115%;
  }
}

.history__wrap {
  background: url(../img/bg/bg_history_pc.png) no-repeat 50% 100%/auto 18rem, url(../img/bg/bg_company.svg) no-repeat 50% 0/170% auto;
  padding-bottom: 14rem;
}

@media (min-width: 480px) {
  .history__wrap {
    background-size: contain, contain;
  }
}

@media (min-width: 768px) {
  .history__wrap {
    background: url(../img/bg/bg_history_pc.png) no-repeat 0 100%/contain, url(../img/bg/bg_company.svg) no-repeat 50% 0/101% auto;
    padding: 8rem 0 24rem;
  }
}

@media (min-width: 960px) {
  .history__wrap {
    background-position: 0 102%,0 0;
    padding: 11rem 0 26rem;
  }
}

.effect--element {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
      -ms-transform: translate(0, 35px);
          transform: translate(0, 35px);
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.effect--element.effect--active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.effect--element.effect--active:nth-child(2) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.effect--element.effect--active:nth-child(3) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.effect--element.effect--active:nth-child(4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.effect--element.effect--active:nth-child(5) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.effect--element.effect--active:nth-child(6) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.effect--element.effect--active:nth-child(7) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.effect--element.effect--active:nth-child(8) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.effect--element.effect--active:nth-child(9) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.hero__anime {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: first;
          animation-name: first;
}

@-webkit-keyframes first {
  0% {
    -webkit-transform: translate(0px, 150px);
            transform: translate(0px, 150px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes first {
  0% {
    -webkit-transform: translate(0px, 150px);
            transform: translate(0px, 150px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.first__anime .hero__text--read {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: txtcss;
          animation-name: txtcss;
}

.first__anime .hero__text--sub {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: txtcss;
          animation-name: txtcss;
}

@-webkit-keyframes txtcss {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes txtcss {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.topMessage__text {
  color: #062545;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
}

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

@media (min-width: 768px) {
  .topMessage__text {
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
  }
  .topMessage__text:last-child {
    margin-bottom: 0;
  }
}

.topMessage__textWrap {
  background: #fff;
  width: 100%;
  padding: 1.5rem 1.3rem;
}

@media (min-width: 768px) {
  .topMessage__textWrap {
    padding: 4rem 5rem;
    max-width: 970px;
    margin: 0 auto;
  }
}

.mission__wrap {
  background: #062545;
}

.voice__wrap--question-01 {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .voice__wrap--question-01 {
    margin-bottom: 6rem;
  }
}

.question__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .question__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 940px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.question__listWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.4rem;
}

.question__listItem {
  padding: 1.5rem 1.2rem;
  margin-bottom: 1.4rem;
  width: 100%;
}

@media (min-width: 768px) {
  .question__listItem {
    padding: 2rem;
    margin-bottom: 2.6rem;
    width: 48.2%;
  }
  .question__listItem:nth-child(2n) {
    margin-left: 3.6%;
  }
}

.question__listItem--border {
  border: 1px solid #D4E6F8;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .question__listItem--border {
    border-width: 2px;
  }
}

.question__listItem--title {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 0;
}

@media (min-width: 768px) {
  .question__listItem--order-1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 3.6%;
  }
}

@media (min-width: 768px) {
  .question__listItem--order-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .question__listItem--order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 768px) {
  .question__listItem--order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

.question__list--img {
  display: block;
  max-width: 68px;
  width: 100%;
  height: auto;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .question__list--img {
    max-width: 135px;
  }
}

.question__list--partner {
  font-size: 1.2rem;
  color: #3D91E8;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .question__list--partner {
    font-size: 2rem;
  }
}

.question__list--partnerName {
  margin-right: .2rem;
}

@media (min-width: 768px) {
  .question__list--partnerName {
    margin-right: 1rem;
  }
}

.question__list--answer {
  font-size: .9rem;
}

@media (min-width: 768px) {
  .question__list--answer {
    font-size: 1.3rem;
  }
}

.question__list--answer--blue {
  color: #3D91E8;
  font-weight: bold;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .question__list--answer--blue {
    font-size: 1.8rem;
  }
}

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

@media (min-width: 768px) {
  .row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.row .col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .row .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
}

.tx-left {
  text-align: left !important;
}

.tx-right {
  text-align: right !important;
}

.tx-center {
  text-align: center !important;
}

.tx-bold {
  font-weight: bold !important;
}

.hero__textWrap {
  padding: 8rem 0 3rem;
}

@media (min-width: 768px) {
  .hero__textWrap {
    padding: 10rem 0;
  }
}

.hero__text--read {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 768px) {
  .hero__text--read {
    font-size: 2.4rem;
    margin-bottom: 2.2rem;
  }
}

.hero__text--small {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .hero__text--small {
    font-size: 2rem;
  }
}

.hero__text--sub {
  color: #747474;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 768px) {
  .hero__text--sub {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.heading-02 {
  color: #003974;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 2.8rem;
  text-align: center;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .heading-02 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}

.heading-02--en {
  display: block;
  font-size: 2.4rem;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1;
}

@media (min-width: 768px) {
  .heading-02--en {
    font-size: 4rem;
  }
}

.heading-02--first {
  font-size: 3.2rem;
}

@media (min-width: 768px) {
  .heading-02--first {
    font-size: 5.5rem;
  }
}

.heading-02--jp {
  display: block;
  font-size: 1.3rem;
}

.heading-02--jp:after {
  content: "";
  background: #003974;
  display: block;
  margin: .6rem auto 0;
  width: 50px;
  height: 2px;
}

@media (min-width: 768px) {
  .heading-02--jp {
    font-size: 2rem;
  }
  .heading-02--jp:after {
    margin: 1rem auto 0;
    width: 70px;
    height: 3px;
  }
}

.heading-03 {
  color: #003974;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0;
  text-align: center;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .heading-03 {
    font-size: 2.2rem;
    margin-bottom: 1.4rem;
  }
}

.heading-03--question {
  display: block;
  line-height: 1.4;
}

.heading-03--questionEn {
  color: #3D91E8;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .heading-03--questionEn {
    font-size: 4rem;
  }
}

.heading-03--questionJp {
  color: #003974;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .heading-03--questionJp {
    font-size: 4rem;
  }
}

.vision__textWrap {
  margin: 0 0 5rem;
}

@media (min-width: 768px) {
  .vision__textWrap {
    margin: 5rem 0 10rem;
  }
}

.vision__readText {
  color: #003974;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: 0 3.4rem;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .vision__readText {
    font-size: 1.8rem;
    padding: 0;
  }
}

.vision__readText:not(:last-child) {
  margin-bottom: 1.6rem;
}

.vision__visionText {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 768px) {
  .vision__visionText {
    font-size: 3.2rem;
  }
}

.mission__heading-02 {
  color: #fff;
}

.mission__heading-02 .heading-02--jp:after {
  background: #fff;
}

.mission__missionText {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  padding: 1.6rem 0 1rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 768px) {
  .mission__missionText {
    font-size: 3.2rem;
    padding: 2rem 0;
  }
}

.voice_readText {
  color: #003974;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .voice_readText {
    font-size: 1.8rem;
    margin-bottom: 4.2rem;
  }
}

.voice_thanksText {
  color: #003974;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 768px) {
  .voice_thanksText {
    font-size: 3.8rem;
    margin-bottom: 3rem;
  }
}

.voice_thanksText--mark {
  background: -webkit-linear-gradient(left, #D4E6F8 50%, transparent 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #D4E6F8), color-stop(50%, transparent));
  background: -o-linear-gradient(left, #D4E6F8 50%, transparent 50%);
  background: linear-gradient(left, #D4E6F8 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .7em;
  background-position: 0% .5em;
  padding: 0 1rem 1rem;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.hero__wrap {
  background: url(../img/bg/bg_item.svg) no-repeat right -4rem top -10rem/236px 273px, url(../img/bg/bg_item_1.svg) no-repeat left -6rem bottom -8rem/122px 168px;
}

@media (min-width: 768px) {
  .hero__wrap {
    background: url(../img/bg/bg_item.svg) no-repeat right -3rem top -6rem/320px 472px, url(../img/bg/bg_item_1.svg) no-repeat left -1rem bottom -8rem/220px 336px;
  }
}

.hero__logo {
  max-width: 480px;
  margin: 0 auto 1.6rem;
  padding: 0 4rem;
}

@media (min-width: 768px) {
  .hero__logo {
    margin: 0 auto 3rem;
    max-width: 480px;
    padding: 0;
  }
}

.topMessage__img {
  max-width: 100px;
  margin-left: auto;
}

@media (min-width: 768px) {
  .topMessage__img {
    max-width: 170px;
  }
}

.vision__textWrap {
  position: relative;
}

@media (min-width: 768px) {
  .vision__textWrap {
    padding: 0 8rem;
  }
}

.vision__textWrap:before {
  content: "";
  background: url(../img/bg/bg_women.svg) no-repeat 0 0/cover;
  display: block;
  position: absolute;
  width: 40px;
  height: 100px;
  top: -3rem;
  left: 0;
}

@media (min-width: 768px) {
  .vision__textWrap:before {
    width: 91px;
    height: 200px;
    top: -8rem;
    left: 0;
  }
}

@media (min-width: 960px) {
  .vision__textWrap:before {
    width: 122px;
    height: 268px;
    top: 2rem;
    left: 0;
  }
}

.vision__textWrap:after {
  content: "";
  background: url(../img/bg/bg_men.svg) no-repeat 0 0/cover;
  display: block;
  position: absolute;
  width: 40px;
  height: 105px;
  top: 6rem;
  right: 0;
}

@media (min-width: 768px) {
  .vision__textWrap:after {
    width: 80px;
    height: 210px;
    top: 0;
    right: 0;
    margin-top: 4rem;
  }
}

@media (min-width: 960px) {
  .vision__textWrap:after {
    width: 106px;
    height: 276px;
    top: 0;
    right: 0;
    margin-top: -4rem;
  }
}

.history__item {
  border: 1px solid #003974;
  border-radius: 7px;
  width: 100%;
  background: #fff;
  padding: 1rem;
}

@media (min-width: 768px) {
  .history__item {
    border-width: 2px;
    padding: 1.5rem;
  }
}

@media (min-width: 768px) {
  .history__listWrap {
    position: relative;
    z-index: 1;
  }
  .history__listWrap:after {
    content: "";
    background: #003974;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    width: 2px;
    height: 101%;
    z-index: -1;
  }
}

.history__listItem:not(:last-child) {
  border-bottom: 1px solid #003974;
}

@media (min-width: 768px) {
  .history__listItem:not(:last-child) {
    border: none;
  }
}

.history__listItem--num {
  background: #fff;
  color: #003974;
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0;
  position: relative;
}

.history__listItem--num:after {
  content: "";
  background: url(../img/icon/icon_chevron.svg) no-repeat 0 0/contain;
  display: block;
  position: absolute;
  width: 14px;
  height: 16px;
  top: 50%;
  right: 0;
  margin-top: -8px;
}

.history__listItem--num.is--active:after {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

@media (min-width: 768px) {
  .history__listItem--num {
    cursor: default;
    font-size: 3.3rem;
    padding: 0 1rem;
    text-align: center;
  }
  .history__listItem--num:after {
    display: none;
  }
}

.history__listItem--second {
  width: 100%;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .history__listItem--second {
    width: 44.5%;
    position: relative;
    margin-bottom: 0;
  }
  .history__listItem--second:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .history__listItem--second:before {
    content: "";
    background: #003974;
    position: absolute;
    width: 23px;
    height: 23px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    top: 50%;
    left: 109.5%;
    margin-top: -11px;
    display: block;
  }
  .history__listItem--second:after {
    content: "";
    background: #003974;
    position: absolute;
    width: 109.5%;
    height: 2px;
    top: 50%;
    left: 1rem;
    display: block;
    z-index: -1;
  }
  .history__listItem--second:nth-child(even):before {
    left: auto;
    right: 109.5%;
  }
  .history__listItem--second:nth-child(even):after {
    left: auto;
    right: 1rem;
  }
}

@media (min-width: 960px) {
  .history__listItem--second:before {
    left: 110%;
  }
  .history__listItem--second:nth-child(even):before {
    right: 110%;
  }
}

@media (min-width: 480px) {
  .history__listItem--imgType .history__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .history__listItem:nth-child(even) .history__list--second {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .history__listItem:nth-child(even) .history__list--second .history__listItem--second:before {
    left: auto;
    right: 109.5%;
  }
  .history__listItem:nth-child(even) .history__list--second .history__listItem--second:after {
    left: auto;
    right: 1rem;
  }
  .history__listItem:nth-child(even) .history__list--second .history__listItem--second:nth-child(even):before {
    right: auto;
    left: 109.5%;
  }
  .history__listItem:nth-child(even) .history__list--second .history__listItem--second:nth-child(even):after {
    right: auto;
    left: 1rem;
  }
}

@media (min-width: 960px) {
  .history__listItem:nth-child(even) .history__list--second .history__listItem--second:before {
    right: 110%;
  }
  .history__listItem:nth-child(even) .history__list--second .history__listItem--second:nth-child(even):before {
    left: 110%;
  }
}

@media (min-width: 768px) {
  .history__list--second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.history__text {
  color: #003974;
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 768px) {
  .history__text {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

.history__text--num {
  display: block;
  margin-bottom: .6rem;
  font-size: 1rem;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .history__text--num {
    font-size: 1.2rem;
  }
}

.history__text--note {
  color: #003974;
  font-size: .8rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .history__text--note {
    font-size: 1.1rem;
  }
}

.history__imgWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  max-width: 150px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .history__imgWrap {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .history__imgWrap {
    max-width: 180px;
    margin-left: 1rem;
  }
}

@media (min-width: 768px) {
  .history--mt7 {
    position: relative;
    top: 7rem;
  }
}

@media (min-width: 768px) {
  .history--mt8 {
    position: relative;
    top: 8rem;
  }
}
