@charset "UTF-8";
/*----------------------------------------

	Default CSS
	default setting
	
-----------------------------------------*/
body,
div,
dl,
dt,
dd,
th,
td,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em,
p {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

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

li {
  list-style: none;
  vertical-align: bottom;
}

li img {
  vertical-align: top;
}

img,
table,
th,
td {
  border: 0;
}

hr {
  display: none;
}

input,
textarea,
select {
  color: #333333;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic,sans-serif", sans-serif;
}

/*----------------------------------------
	body setting
-----------------------------------------*/
body {
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic,sans-serif", sans-serif;
}

/*----------------------------------------
	link setting
-----------------------------------------*/
a:link,
a:visited {
  color: #111;
  text-decoration: none;
}

a:hover,
a:active {
  color: #111;
  text-decoration: none;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0px;
  font-size: 0.1px;
  line-height: 0.1px;
}

.clearfix {
  display: inline-block;
  position: relative;
  /* DW */
}

/* Hides from IE-mac \*/
.clearfix {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* End hide from IE-mac */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input:not([type="radio"]),
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------
media query
----------------------------------------*/
.text-keycolor {
  color: #020295;
}

.text-bold {
  font-weight: bold;
}

.small {
  font-size: 1.0rem;
}

.text_center {
  text-align: center;
}

.vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-align: left;
  letter-spacing: 0.4rem;
  text-orientation: upright;
  -webkit-text-orientation: upright;
}

a.button,
button,
input[type=submit] {
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
}

a.button:link,
button:link,
input[type=submit]:link {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .caption {
    margin-bottom: 15px;
  }
}

.sp-hidden {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .sp-hidden {
    display: block !important;
  }
}

.pc-hidden {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .pc-hidden {
    display: block !important;
  }
}

.tb-hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .tb-hidden {
    display: block !important;
  }
}

.sp-hidden-inline {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-hidden-inline {
    display: inline;
  }
}

.pc-hidden-inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-hidden-inline {
    display: inline;
  }
}

.attention,
.key_color {
  color: #020295;
}

.bold {
  font-weight: bold;
}

/* font */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

.wrapper {
  min-height: 100%;
  position: relative;
  line-height: 2.0;
  letter-spacing: 0.1rem;
  overflow: hidden;
}

div,
p,
a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  div,
  p,
  a {
    font-size: 1.3rem;
  }
}

strong {
  font-weight: 500;
  font-size: 2.0rem;
}

@media screen and (max-width: 1023px) {
  strong {
    font-size: 1.5rem;
  }
}

a:link,
a:visited,
a:hover {
  color: #000000;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

section {
  position: relative;
  padding: 0px;
  margin: 0 auto;
  text-align: center;
}

.caption {
  text-align: center;
  color: #020295;
  margin-bottom: 20px;
}

.caption h2 {
  margin-bottom: 20px;
  font-size: 7.0rem;
  border-bottom: solid 1px #020295;
  line-height: 1.4;
}

.caption p {
  font-size: 2.5rem;
  letter-spacing: 0.2rem !important;
}

@media screen and (max-width: 1023px) {
  .caption {
    margin-bottom: 0px;
  }
  .caption h2 {
    margin-bottom: 15px;
    font-size: 3.0rem;
    padding-bottom: 10px;
  }
  .caption p {
    font-size: 1.6rem;
    letter-spacing: 0.2rem !important;
  }
}

h1 {
  font-size: 2.8rem;
  letter-spacing: 0.1;
  font-weight: 500;
}

h2 {
  font-size: 2.0rem;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  h3 {
    font-size: 1.2rem;
  }
}

.font_times, .caption h2, header .container > .flex nav li a, footer .copyrights, .scroll_bar p, #top #main .container .main_caption p, #top #message .container .box h2, #top #vision .vision .flex .no, #vision #head .l_caption .flex p, #vision .case h2, #vision .case .case_caption .container .name, #vision #contents h2, #vision #contents li a .flex .no {
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
}

.font_yu_go, body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.font_gen_min, .caption p, h1,
h2,
h3,
h4,
h5,
h6, #top #main .container p, #top #message .container .box div p, #top #vision .description, #top #vision .vision .flex .box h3, #vision #head .l_caption h1, #vision #head .description, #vision .case .case_caption .container h3, #vision #contents li a .flex .title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.line_text {
  margin-bottom: 25px;
}

.line_text span {
  display: block;
  background-color: #020295;
  text-align: left;
  color: white;
  margin-bottom: 8px;
  padding: 1px 10px;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 1023px) {
  .line_text {
    margin-bottom: 20px;
  }
  .line_text span {
    margin-bottom: 6px;
    padding: 1px 10px;
    font-size: 1.6rem;
  }
}

.inner_container {
  max-width: 600px;
  margin: 0 auto 30px auto;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .inner_container {
    padding: 0 30px;
    margin-bottom: 25px;
  }
}

:focus {
  outline: none;
}

[v-cloak] {
  display: none;
}

header {
  padding: 10px 0 0 0;
  background: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

header .container > .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header .container > .flex .logo img {
  width: 166px;
}

header .container > .flex nav {
  padding-bottom: 20px;
}

header .container > .flex nav li {
  margin-left: 50px;
}

header .container > .flex nav li a {
  color: #020295;
  font-size: 1.8rem;
}

@media screen and (max-width: 1023px) {
  header .container {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
  header .container > .flex .logo {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
  header .container > .flex .logo img {
    width: 70px;
  }
  header .container > .flex nav {
    width: 100%;
    height: 100vh;
    background: none;
    padding-top: 50px;
    padding-bottom: 0px;
    display: none;
    opacity: 0;
  }
  header .container > .flex nav li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-bottom: solid 1px white;
    margin-left: 0px;
    text-align: center;
    text-align: center;
  }
  header .container > .flex nav li a {
    color: white;
    display: block;
    font-size: 2.0rem;
    padding: 10px 30px;
  }
  header .container > .flex nav li:first-of-type {
    border-top: solid 1px white;
  }
  header .container > .flex nav li.exeo {
    border-bottom: none;
  }
  header .container > .flex nav li.exeo a {
    font-size: 1.3rem;
    font-family: inherit;
    font-style: inherit;
    background: url(../img/common_icon_arrow.svg) no-repeat right center/18px auto;
    padding: 30px 27px 30px 0px;
    display: inline-block;
  }
  header .container .menu_icon {
    position: absolute;
    top: 12px;
    left: 10px;
  }
  header .container .menu_icon img {
    width: 24px;
  }
  header .container .menu_close {
    display: none !important;
    position: absolute;
    top: 40px;
    right: 30px;
  }
  header .container .menu_close img {
    width: 27px;
  }
}

header.active {
  background: #020295 !important;
  -webkit-animation: fadein 0.6s forwards;
          animation: fadein 0.6s forwards;
}

header.active .container > .flex .logo img {
  -webkit-filter: brightness(0%) invert(100%);
          filter: brightness(0%) invert(100%);
}

header.active .container > .flex nav {
  background: #020295;
  display: block;
  -webkit-animation: fadein 0.6s forwards;
          animation: fadein 0.6s forwards;
}

header.active .container .menu_icon {
  display: none !important;
}

header.active .container .menu_close {
  display: block !important;
}

footer {
  position: relative;
}

footer .logo {
  margin-bottom: 50px;
}

footer .logo img {
  width: 350px;
}

footer .box {
  margin-bottom: 70px;
}

footer p a:link,
footer p a:visited {
  color: #020295;
  font-size: 1.8rem;
  background: url(../img/common_icon_arrow_bl.svg) no-repeat right center/30px auto;
  padding: 20px 50px 20px 0;
}

footer .copyrights {
  color: #020295;
  font-size: 1.0rem;
}

@media screen and (max-width: 1023px) {
  footer .logo {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  footer .logo img {
    width: 165px;
  }
  footer .box {
    margin-bottom: 30px;
  }
  footer p a:link,
  footer p a:visited {
    font-size: 1.3rem;
    background: url(../img/common_icon_arrow_bl.svg) no-repeat right center/18px auto;
    padding: 20px 25px 20px 0;
  }
}

footer .scroll_top {
  position: absolute;
  bottom: 100px;
  right: 70px;
}

footer .scroll_top img {
  width: 87px;
}

@media screen and (max-width: 1023px) {
  footer .scroll_top {
    bottom: auto;
    top: 0px;
    right: 25px;
  }
  footer .scroll_top img {
    width: 43px;
  }
}

.scroll_bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.scroll_bar div {
  height: 73px;
  width: 1px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 1px;
      flex-basis: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.scroll_bar div span {
  display: block;
  background: #020295;
  width: 1px;
  height: 100%;
  -webkit-animation: move_down 2s infinite cubic-bezier(0.45, 0, 0.55, 1);
          animation: move_down 2s infinite cubic-bezier(0.45, 0, 0.55, 1);
}

.scroll_bar p {
  color: #020295;
  font-size: 1.5rem;
  font-style: normal;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0 !important;
}

main {
  overflow: hidden;
  height: 100%;
}

main.le .loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.ready .loading {
  display: none;
}

main.animation_end_bg {
  overflow: auto;
  height: auto;
}

main.animation_end {
  overflow: auto;
  height: auto;
}

.main_visual {
  background: url(../img/index_main_bg.jpg) no-repeat center center/cover;
  margin-bottom: 120px;
}

@media screen and (max-width: 1023px) {
  .main_visual {
    margin-bottom: 40px;
    background: url(../img/index_main_bg_sp.jpg) no-repeat center top/cover;
  }
}

#top header,
#top .loading {
  background: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#top header .logo,
#top .loading .logo {
  -webkit-filter: brightness(0%) invert(100%);
          filter: brightness(0%) invert(100%);
}

#top header nav li a,
#top .loading nav li a {
  color: white;
}

@media screen and (max-width: 1023px) {
  #top header .menu_icon img,
  #top .loading .menu_icon img {
    -webkit-filter: brightness(0%) invert(100%);
            filter: brightness(0%) invert(100%);
  }
}

#top.scrolled header {
  background: white;
}

#top.scrolled header .logo {
  -webkit-filter: none;
          filter: none;
}

#top.scrolled header nav li a {
  color: #020295;
}

@media screen and (max-width: 1023px) {
  #top.scrolled header nav li a {
    color: white;
  }
  #top.scrolled header .menu_icon img {
    -webkit-filter: none;
            filter: none;
  }
}

#top #main {
  height: 100vh;
  min-height: 700px;
}

#top #main .container {
  position: relative;
  text-align: left;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top #main .container .main_caption {
  margin-bottom: 80px;
}

#top #main .container .main_caption h1 {
  font-size: 10.0rem;
}

#top #main .container .main_caption p {
  font-size: 2.5rem;
  display: inline-block;
  margin-left: 12px;
}

#top #main .container p {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin-left: 12px;
}

#top #main .container .scroll_bar {
  left: 85px;
}

#top #main .container .scroll_bar div {
  height: 107px;
  background: none;
}

#top #main .container .scroll_bar div span {
  background: white;
}

#top #main .container .scroll_bar p {
  font-size: 1.5rem;
  color: white;
}

#top #main .black_bg {
  background: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url(../img/index_black_logo.svg);
          mask-image: url(../img/index_black_logo.svg);
  -webkit-mask-size: 101% auto;
          mask-size: 101% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  display: none;
}

@media screen and (max-width: 1023px) {
  #top #main .black_bg {
    -webkit-mask-image: url(../img/index_black_logo_sp.svg);
            mask-image: url(../img/index_black_logo_sp.svg);
  }
}

@media screen and (max-width: 1023px) {
  #top #main {
    height: 100%;
    min-height: auto;
  }
  #top #main .container {
    text-align: left;
    display: block;
    height: 100%;
  }
  #top #main .container .main_caption {
    margin: 50px 0 0 auto;
    padding: 0 15px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  #top #main .container .main_caption h1 {
    line-height: 1.4;
    font-size: 4.0rem;
    letter-spacing: 0.2em;
  }
  #top #main .container .main_caption p {
    font-size: 1.2rem;
    margin-left: 0px;
    margin-top: 5px;
  }
  #top #main .container .catch {
    display: none;
  }
  #top #main .container .scroll_bar {
    right: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#top #message .container {
  opacity: 0;
}

#top #message .container .box {
  background: rgba(2, 2, 149, 0.95);
  padding: 60px 116px;
  color: white;
}

#top #message .container .box h2 {
  font-size: 7.0rem;
  letter-spacing: 0.2rem;
}

#top #message .container .box div {
  margin-bottom: 60px;
}

#top #message .container .box div p {
  font-weight: 300;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 0.2rem;
}

#top #message .container .box .logo {
  text-align: center;
  margin-bottom: 0;
}

#top #message .container .box .logo img {
  width: 100%;
  max-width: 406px;
}

@media screen and (max-width: 1023px) {
  #top #message .container {
    padding: 0;
  }
  #top #message .container .box {
    padding: 15px 30px;
  }
  #top #message .container .box h2 {
    font-size: 3.0rem;
    letter-spacing: 0.2rem;
  }
  #top #message .container .box div {
    margin-bottom: 30px;
  }
  #top #message .container .box div p {
    font-size: 1.4rem;
    margin-bottom: 25px;
    letter-spacing: 0;
  }
  #top #message .container .box .logo {
    margin-bottom: 20px;
  }
  #top #message .container .box .logo img {
    max-width: 250px;
  }
}

#top #about {
  margin-bottom: 70px;
}

#top #about .video img {
  width: 100%;
  max-width: 780px;
}

@media screen and (max-width: 1023px) {
  #top #about {
    margin-bottom: 20px;
  }
  #top #about .video {
    display: inline-block;
    padding: 0 15px;
  }
}

#top #vision .description {
  font-size: 2.0rem;
  line-height: 2.0;
  margin-bottom: 70px;
}

#top #vision .vision {
  color: white;
  margin-bottom: 60px;
}

#top #vision .vision .container {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1390px;
}

#top #vision .vision .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#top #vision .vision .flex .no {
  font-size: 7.4rem;
  padding: 0 60px;
  height: 100%;
}

#top #vision .vision .flex .box {
  padding: 0 0 0 45px;
  border-left: solid 1px white;
  text-align: left;
}

#top #vision .vision .flex .box h3 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background: url(../img/common_icon_logo.svg) no-repeat left center/77px auto;
  padding-left: 88px;
}

#top #vision .vision .flex .box .inner {
  width: 430px;
}

#top #vision .vision .flex .box ul {
  margin-bottom: 20px;
}

#top #vision .vision .flex .box ul li {
  margin-bottom: 5px;
  background: url(../img/common_icon_circle.svg) no-repeat left center/10px auto;
  padding-left: 20px;
}

#top #vision .vision .flex .box .more {
  text-align: right;
}

#top #vision .vision .flex .box .more a {
  color: white;
  font-size: 1.2rem;
  background: url(../img/common_icon_arrow.svg) no-repeat right center/20px auto;
  padding: 10px 35px 10px 0;
}

#top #vision .vision01 {
  background: url(../img/index_vision_01_bg.jpg) no-repeat center center/cover;
}

#top #vision .vision01 .container {
  background: url(../img/index_vision_01_image.png) no-repeat right center/auto 100%;
}

#top #vision .vision02 {
  background: url(../img/index_vision_02_bg.jpg) no-repeat center center/cover;
}

#top #vision .vision02 .container {
  background: url(../img/index_vision_02_image.png) no-repeat right center/auto 100%;
}

#top #vision .vision03 {
  background: url(../img/index_vision_03_bg.jpg) no-repeat center center/cover;
}

#top #vision .vision03 .container {
  background: url(../img/index_vision_03_image.png) no-repeat right center/auto 100%;
}

#top #vision .vision04 {
  background: url(../img/index_vision_04_bg.jpg) no-repeat center center/cover;
}

#top #vision .vision04 .container {
  background: url(../img/index_vision_04_image.png) no-repeat right center/auto 100%;
}

@media screen and (max-width: 1240px) {
  #top #vision .description {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #top #vision .vision {
    color: white;
    margin-bottom: 60px;
  }
  #top #vision .vision .container {
    padding: 0;
    margin: 0 auto;
  }
  #top #vision .vision .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #top #vision .vision .flex .no {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    color: #020295;
    background: white;
    padding: 0;
    height: auto;
  }
  #top #vision .vision .flex .box {
    padding: 50px 10px;
    border-left: none;
    margin: 0 auto;
    width: 100%;
    max-width: 780px;
  }
  #top #vision .vision .flex .box h3 {
    text-align: left;
    margin-bottom: 15px;
    background: url(../img/common_icon_logo.svg) no-repeat left center/56px auto;
    padding-left: 70px;
    margin: 0 30px;
    display: inline-block;
    margin-bottom: 10px;
  }
  #top #vision .vision .flex .box .inner {
    width: 100%;
    padding: 0 30px 40% 30px;
  }
  #top #vision .vision .flex .box ul {
    margin-bottom: 20px;
  }
  #top #vision .vision .flex .box ul li {
    background: url(../img/common_icon_circle.svg) no-repeat left top 8px/10px auto;
  }
  #top #vision .vision .flex .box .more {
    text-align: center;
  }
  #top #vision .vision .flex .box .more a {
    font-size: 1.5rem;
    background: url(../img/common_icon_arrow.svg) no-repeat right 15px center/20px auto;
    padding: 10px 0px;
    display: block;
    border: solid 1px white;
  }
  #top #vision .vision01 {
    background: url(../img/index_vision_01_bg_sp.jpg) no-repeat center center/cover;
  }
  #top #vision .vision01 .container {
    background: none;
  }
  #top #vision .vision01 .container .inner {
    background: url(../img/index_vision_01_image_sp.png) no-repeat center bottom/100% auto;
  }
  #top #vision .vision02 {
    background: url(../img/index_vision_02_bg_sp.jpg) no-repeat center center/cover;
  }
  #top #vision .vision02 .container {
    background: none;
  }
  #top #vision .vision02 .container .inner {
    background: url(../img/index_vision_02_image_sp.png) no-repeat center bottom/100% auto;
  }
  #top #vision .vision03 {
    background: url(../img/index_vision_03_bg_sp.jpg) no-repeat center center/cover;
  }
  #top #vision .vision03 .container {
    background: none;
  }
  #top #vision .vision03 .container .inner {
    background: url(../img/index_vision_03_image_sp.png) no-repeat center bottom/100% auto;
  }
  #top #vision .vision04 {
    background: url(../img/index_vision_04_bg_sp.jpg) no-repeat center center/cover;
  }
  #top #vision .vision04 .container {
    background: none;
  }
  #top #vision .vision04 .container .inner {
    background: url(../img/index_vision_04_image_sp.png) no-repeat center bottom/100% auto;
  }
}

@media screen and (max-width: 1023px) {
  #top #vision .description {
    margin-top: 10px;
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  #top #vision .vision {
    color: white;
    margin-bottom: 60px;
  }
  #top #vision .vision .container {
    padding: 0;
    margin: 0 auto;
  }
  #top #vision .vision .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #top #vision .vision .flex .no {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    color: #020295;
    background: white;
    font-size: 4.0rem;
    padding: 0;
    height: auto;
  }
  #top #vision .vision .flex .box {
    padding: 20px 10px;
    border-left: none;
    margin: 0 auto;
    max-width: 540px;
  }
  #top #vision .vision .flex .box h3 {
    text-align: left;
    font-size: 2.0rem;
    margin-bottom: 15px;
    background: url(../img/common_icon_logo.svg) no-repeat left center/56px auto;
    padding-left: 70px;
    margin: 0 10px 10px 30px;
    display: inline-block;
  }
  #top #vision .vision .flex .box .inner {
    width: 100%;
    max-width: 540px;
    padding: 0 30px 40% 30px;
  }
  #top #vision .vision .flex .box ul {
    margin-bottom: 20px;
  }
  #top #vision .vision .flex .box ul li {
    font-size: 1.3rem;
    background: url(../img/common_icon_circle.svg) no-repeat left top 8px/10px auto;
  }
  #top #vision .vision .flex .box .more {
    text-align: center;
  }
  #top #vision .vision .flex .box .more a {
    font-size: 1.5rem;
    background: url(../img/common_icon_arrow.svg) no-repeat right 15px center/20px auto;
    padding: 10px 0px;
    display: block;
    border: solid 1px white;
  }
}

#video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 200;
  display: none;
  overflow: scroll;
}

#video .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#video .flex .inner {
  padding: 40px;
  max-width: 1100px;
  width: 100%;
  background: white;
  text-align: center;
}

#video .flex .inner .box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

#video .flex .inner .box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  #video .flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 35px 25px;
  }
  #video .flex .inner {
    padding: 15px;
  }
  #video .flex .inner .box {
    margin-bottom: 15px;
  }
  #video .flex .inner a {
    font-size: 1.2rem;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: black;
}

.container {
  width: 100%;
  max-width: 1284px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .container {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    min-width: 320px;
    max-width: 540px;
  }
}

.container-fluid {
  width: 100%;
  padding: 70px 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
    min-width: 320px;
  }
}

@media screen and (max-width: 1023px) {
  .tb-container-fluid {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .sp-container-fluid {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col_10 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
}

.col_20 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}

.col_25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.col_33 {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}

.col_30 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
}

.col_40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
}

.col_50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.col_60 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
}

.col_70 {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
}

.col_80 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%;
}

.col_90 {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  max-width: 90%;
}

.col_100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.col_auto {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media screen and (max-width: 767px) {
  .sp_col_10 {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
}

@media screen and (max-width: 767px) {
  .sp_col_20 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .sp_col_25 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .sp_col_33 {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
  }
}

@media screen and (max-width: 767px) {
  .sp_col_30 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .sp_col_40 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .sp_col_50 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .sp_col_60 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .sp_col_70 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .sp_col_80 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .sp_col_90 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sp_col_100 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .tb_col_10 {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
}

@media screen and (max-width: 1023px) {
  .tb_col_20 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
}

@media screen and (max-width: 1023px) {
  .tb_col_25 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 1023px) {
  .tb_col_33 {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
  }
}

@media screen and (max-width: 1023px) {
  .tb_col_30 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
}

@media screen and (max-width: 1023px) {
  .tb_col_40 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
}

@media screen and (max-width: 1023px) {
  .tb_col_50 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 1023px) {
  .tb_col_60 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
}

@media screen and (max-width: 1023px) {
  .tb_col_70 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
}

@media screen and (max-width: 1023px) {
  .tb_col_80 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }
}

@media screen and (max-width: 1023px) {
  .tb_col_90 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .tb_col_100 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .sp_mt0 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mt10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mt20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mt30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mt40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mt50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mt60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mt70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mt80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mt90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mt100 {
    margin-top: 100px;
  }
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .sp_mb0 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mb10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mb20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mb40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mb50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mb60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mb70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mb80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mb90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mb100 {
    margin-bottom: 100px;
  }
}

.pt0 {
  padding-top: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .sp_pt0 {
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pt10 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pt20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pt30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pt40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pt50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pt60 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pt70 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pt80 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pt90 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pt100 {
    padding-top: 100px;
  }
}

.pb0 {
  padding-bottom: 0px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .sp_pb0 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pb10 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pb20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pb30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pb40 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pb50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pb60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pb70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pb80 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pb90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .sp_pb100 {
    padding-bottom: 100px;
  }
}

.animate {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animate-delay100ms {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.animate-delay200ms {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.animate-delay300ms {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.animate-delay400ms {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.animate-delay500ms {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.animate-delay600ms {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.animate-delay700ms {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.animate-delay800ms {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.animate-delay900ms {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.animate-delay1000ms {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.animate-delay1100ms {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}

.animate-delay1200ms {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.animate-delay1300ms {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
}

.animate-delay1400ms {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}

.animate-delay1500ms {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.animate-delay1600ms {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}

.animate-delay1700ms {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}

.animate-delay1800ms {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}

.fadein_l {
  opacity: 0;
}

.fadein {
  opacity: 0;
}

.animation_enabled:not(.animation_end) #top header nav {
  opacity: 0;
}

.animation_enabled:not(.animation_end) #top #main {
  background: black;
}

.animation_enabled:not(.animation_end) #top #main .main_caption h1,
.animation_enabled:not(.animation_end) #top #main .main_caption p {
  position: relative;
}

.animation_enabled:not(.animation_end) #top #main .main_caption h1:after,
.animation_enabled:not(.animation_end) #top #main .main_caption p:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  content: "";
}

@media screen and (max-width: 1023px) {
  .animation_enabled:not(.animation_end) #top #main .main_caption h1:after,
  .animation_enabled:not(.animation_end) #top #main .main_caption p:after {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
  }
}

.animation_enabled:not(.animation_end) #top #main .catch,
.animation_enabled:not(.animation_end) #top #main .scroll_bar {
  opacity: 0;
}

.animation_enabled:not(.animation_end) #top #main .black_bg {
  display: block;
}

@media screen and (min-width: 1024px) {
  .animation_enabled:not(.animation_end) #top.effect_active header nav {
    -webkit-animation: fadein 1.6s 2.8s forwards;
            animation: fadein 1.6s 2.8s forwards;
  }
}

.animation_enabled:not(.animation_end) #top.effect_active #main {
  -webkit-animation: show_bg 0.8s 1.2s forwards;
          animation: show_bg 0.8s 1.2s forwards;
}

.animation_enabled:not(.animation_end) #top.effect_active #main .main_caption h1:after {
  -webkit-animation: scale_x 0.8s forwards cubic-bezier(0.33, 1, 0.68, 1);
          animation: scale_x 0.8s forwards cubic-bezier(0.33, 1, 0.68, 1);
}

.animation_enabled:not(.animation_end) #top.effect_active #main .main_caption p:after {
  -webkit-animation: scale_x 0.6s 0.3s forwards cubic-bezier(0.33, 1, 0.68, 1);
          animation: scale_x 0.6s 0.3s forwards cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 1023px) {
  .animation_enabled:not(.animation_end) #top.effect_active #main .main_caption h1:after {
    -webkit-animation: scale_y 0.8s forwards cubic-bezier(0.33, 1, 0.68, 1);
            animation: scale_y 0.8s forwards cubic-bezier(0.33, 1, 0.68, 1);
  }
  .animation_enabled:not(.animation_end) #top.effect_active #main .main_caption p:after {
    -webkit-animation: scale_y 0.6s 0.3s forwards cubic-bezier(0.33, 1, 0.68, 1);
            animation: scale_y 0.6s 0.3s forwards cubic-bezier(0.33, 1, 0.68, 1);
  }
}

.animation_enabled:not(.animation_end) #top.effect_active #main .catch,
.animation_enabled:not(.animation_end) #top.effect_active #main .scroll_bar {
  -webkit-animation: fadein 1.6s 2.8s forwards;
          animation: fadein 1.6s 2.8s forwards;
}

.animation_enabled:not(.animation_end) #top.effect_active #main .black_bg {
  -webkit-animation: scale_fill 1s 2s forwards cubic-bezier(0.45, 0, 0.55, 1);
          animation: scale_fill 1s 2s forwards cubic-bezier(0.45, 0, 0.55, 1);
}

@-webkit-keyframes show_bg {
  0% {
    background: black;
  }
  100% {
    background: none;
  }
}

@keyframes show_bg {
  0% {
    background: black;
  }
  100% {
    background: none;
  }
}

@-webkit-keyframes scale_fill {
  0% {
    opacity: 1;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
  99% {
    opacity: 1;
    -webkit-mask-size: 10000% auto;
            mask-size: 10000% auto;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scale_fill {
  0% {
    opacity: 1;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
  99% {
    opacity: 1;
    -webkit-mask-size: 10000% auto;
            mask-size: 10000% auto;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scale_fill_sp {
  0% {
    opacity: 1;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
  99% {
    opacity: 1;
    -webkit-mask-size: 30000% auto;
            mask-size: 30000% auto;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scale_fill_sp {
  0% {
    opacity: 1;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
  99% {
    opacity: 1;
    -webkit-mask-size: 30000% auto;
            mask-size: 30000% auto;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scale_x {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@keyframes scale_x {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@-webkit-keyframes scale_y {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes scale_y {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

.scroll_effect.se_active .fadein_up {
  opacity: 0;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-name: fadein_up;
          animation-name: fadein_up;
  -webkit-animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
          animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

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

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

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

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

@-webkit-keyframes move_down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  80% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes move_down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  80% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

#vision #head {
  padding-top: 115px;
  min-height: 1050px;
}

#vision #head .l_caption {
  color: white;
  padding-bottom: 70px;
}

#vision #head .l_caption .crumbs {
  text-align: left;
  font-size: 1.2rem;
  color: white;
  padding: 10px;
  letter-spacing: 0;
}

#vision #head .l_caption .crumbs a {
  color: white;
}

#vision #head .l_caption .crumbs p {
  display: inline-block;
}

#vision #head .l_caption .flex {
  padding-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

#vision #head .l_caption .flex p {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-size: 3.0rem;
  text-align: right;
  padding: 0 30px;
}

#vision #head .l_caption .flex .no {
  text-align: left;
  font-size: 7.0rem;
  border-left: solid 1px white;
  padding: 0 30px;
  line-height: 1.0;
}

#vision #head .l_caption h1 {
  font-size: 3.8rem;
  background: url(../img/common_icon_logo.svg) no-repeat left center/105px auto;
  padding-left: 120px;
  display: inline-block;
}

#vision #head .description {
  font-size: 2.0rem;
  letter-spacing: 0.2rem;
  max-width: 810px;
  text-align: left;
  margin: 0 auto 50px auto;
}

#vision #head .categories {
  max-width: 1160px;
  margin: 0 auto 30px auto;
}

#vision #head .categories li {
  margin-bottom: 40px;
}

#vision #head .categories li .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
  line-height: 1.4;
  font-size: 1.5rem;
  letter-spacing: 0;
}

#vision #head .categories li .flex img {
  width: 43px;
  margin-right: 10px;
}

@media screen and (max-width: 1023px) {
  #vision #head {
    padding-top: 55px;
    min-height: auto;
  }
  #vision #head .l_caption {
    background: url(../img/vision_01_head_bg_sp.jpg) no-repeat center center/cover;
    padding-bottom: 0px;
  }
  #vision #head .l_caption .flex {
    padding-top: 30px;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #vision #head .l_caption .flex p {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    font-size: 1.7rem;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px white;
    display: inline-block;
  }
  #vision #head .l_caption .flex .no {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border: none;
    text-align: center;
    font-size: 3.7rem;
    padding: 0 30px;
    line-height: 1.0;
  }
  #vision #head .l_caption h1 {
    font-size: 2.3rem;
    background: url(../img/common_icon_logo.svg) no-repeat center top/55px auto;
    padding-left: 0px;
    padding-top: 50px;
  }
  #vision #head .description {
    font-size: 1.4rem;
    margin: 0 auto 20px auto;
    letter-spacing: 0;
    line-height: 2.0;
  }
  #vision #head .categories {
    margin: 0 auto;
  }
  #vision #head .categories li {
    margin-bottom: 10px;
  }
  #vision #head .categories li .flex p {
    font-size: 1.0rem;
  }
  #vision #head .categories li .flex img {
    width: 28px;
    margin-right: 5px;
  }
  #vision #head .scroll_bar {
    display: none;
  }
}

#vision .case {
  margin-bottom: 120px;
}

#vision .case h2 {
  font-size: 4.0rem;
  color: #020295;
  margin-bottom: 20px;
}

#vision .case .case_caption {
  color: white;
}

#vision .case .case_caption .container {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: left;
}

#vision .case .case_caption .container h3 {
  font-size: 3.0rem;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}

#vision .case .case_caption .container .name {
  font-size: 4.0rem;
}

#vision .case .voice .container {
  text-align: left;
}

#vision .case .voice .container h4 {
  background: url(../img/common_icon_logo.svg) no-repeat left center/66px auto;
  padding: 20px 0px 20px 100px;
  font-size: 2.3rem;
  color: #020295;
  margin-bottom: 40px;
  font-weight: 600;
}

#vision .case .voice .container .flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#vision .case .voice .container .flex p {
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
}

#vision .case .voice .container .flex .image {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
}

#vision .case .voice .container .flex .image img {
  width: 100%;
  padding-left: 70px;
}

@media screen and (max-width: 1023px) {
  #vision .case {
    margin-bottom: 100px;
  }
  #vision .case h2 {
    font-size: 3.0rem;
    margin-bottom: 10px;
  }
  #vision .case .case_caption .sp_bg {
    padding-top: 353px;
  }
  #vision .case .case_caption .container {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #vision .case .case_caption .container h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #vision .case .case_caption .container .name {
    font-size: 3.0rem;
  }
  #vision .case .voice .container {
    text-align: left;
    padding-bottom: 0;
  }
  #vision .case .voice .container h4 {
    background: url(../img/common_icon_logo.svg) no-repeat center top/50px auto;
    padding: 60px 0px 0px 0px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
  }
  #vision .case .voice .container h4 .ml {
    margin-left: -17px;
  }
  #vision .case .voice .container .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #vision .case .voice .container .flex p {
    margin-bottom: 30px;
    font-size: 1.4rem;
    letter-spacing: 0.0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #vision .case .voice .container .flex .image {
    text-align: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #vision .case .voice .container .flex .image img {
    max-width: 540px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 540px) {
  #vision .case .case_caption .sp_bg {
    padding-top: 65.33%;
  }
}

#vision #contents h2 {
  font-size: 4.0rem;
  color: #020295;
  margin-bottom: 20px;
}

#vision #contents li {
  margin-bottom: 35px;
}

#vision #contents li a {
  display: block;
  color: white;
}

#vision #contents li a .flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}

#vision #contents li a .flex .no {
  text-align: left;
  font-size: 7.0rem;
  border-right: solid 1px white;
  padding: 0 50px;
  line-height: 1.2;
}

#vision #contents li a .flex .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 60px 50px 0 50px;
  margin-right: 160px;
  background: url(../img/common_icon_logo.svg) no-repeat center top/62px auto;
  font-size: 2.5rem;
}

#vision #contents li.vision01 a {
  background: url(../img/index_vision_01_bg.jpg) no-repeat center center/cover;
}

#vision #contents li.vision02 a {
  background: url(../img/index_vision_02_bg.jpg) no-repeat center center/cover;
}

#vision #contents li.vision03 a {
  background: url(../img/index_vision_03_bg.jpg) no-repeat center center/cover;
}

#vision #contents li.vision04 a {
  background: url(../img/index_vision_04_bg.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 1023px) {
  #vision #contents h2 {
    font-size: 3.0rem;
    margin-bottom: 15px;
  }
  #vision #contents li {
    margin-bottom: 10px;
  }
  #vision #contents li a {
    background: url(../img/index_vision_01_bg.jpg) no-repeat center center/cover;
    display: block;
  }
  #vision #contents li a .flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 10px;
  }
  #vision #contents li a .flex .no {
    font-size: 4.3rem;
    border-right: none;
    padding: 0 20px 0 15px;
    line-height: 1.2;
  }
  #vision #contents li a .flex .title {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0px 0px 0 55px;
    margin-right: 0px;
    background: url(../img/common_icon_logo.svg) no-repeat left center/43px auto;
    font-size: 1.6rem;
  }
  #vision #contents li.vision01 a {
    background: url(../img/vision_contents_01_bg_sp.jpg) no-repeat center center/cover;
  }
  #vision #contents li.vision02 a {
    background: url(../img/vision_contents_02_bg_sp.jpg) no-repeat center center/cover;
  }
  #vision #contents li.vision03 a {
    background: url(../img/vision_contents_03_bg_sp.jpg) no-repeat center center/cover;
  }
  #vision #contents li.vision04 a {
    background: url(../img/vision_contents_04_bg_sp.jpg) no-repeat center center/cover;
  }
}

#vision.vision01 #head .l_caption {
  background: url(../img/vision_01_head_bg.jpg) no-repeat center center/cover;
}

#vision.vision01 .categories {
  color: #00A679;
}

#vision.vision01 .case.case01 .case_caption {
  background: url(../img/vision_01_voice_01_bg.jpg) no-repeat center center/cover;
}

#vision.vision01 .case.case02 .case_caption {
  background: url(../img/vision_01_voice_02_bg.jpg) no-repeat center center/cover;
}

#vision.vision02 #head .l_caption {
  background: url(../img/vision_02_head_bg.jpg) no-repeat center center/cover;
}

#vision.vision02 #head .l_caption h1 {
  text-align: left;
  padding-left: 140px;
}

#vision.vision02 .categories {
  color: #0093D4;
}

#vision.vision02 .case.case01 .case_caption {
  background: url(../img/vision_02_voice_01_bg.jpg) no-repeat center center/cover;
}

#vision.vision02 .case.case02 .case_caption {
  background: url(../img/vision_02_voice_02_bg.jpg) no-repeat center center/cover;
}

#vision.vision03 #head .l_caption {
  background: url(../img/vision_03_head_bg.jpg) no-repeat center center/cover;
}

#vision.vision03 #head .l_caption h1 {
  text-align: left;
  padding-left: 140px;
}

#vision.vision03 .categories {
  color: #A6559C;
}

#vision.vision03 .case.case01 .case_caption {
  background: url(../img/vision_03_voice_01_bg.jpg) no-repeat center center/cover;
}

#vision.vision03 .case.case02 .case_caption {
  background: url(../img/vision_03_voice_02_bg.jpg) no-repeat center center/cover;
}

#vision.vision04 #head .l_caption {
  background: url(../img/vision_04_head_bg.jpg) no-repeat center center/cover;
}

#vision.vision04 .categories {
  color: #BE8B56;
}

#vision.vision04 .case.case01 .case_caption {
  background: url(../img/vision_04_voice_01_bg.jpg) no-repeat center center/cover;
}

#vision.vision04 .case.case02 .case_caption {
  background: url(../img/vision_04_voice_02_bg.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 1023px) {
  #vision.vision01 #head .l_caption {
    background: url(../img/vision_01_head_bg_sp.jpg) no-repeat center center/cover;
  }
  #vision.vision01 .case.case01 .case_caption {
    background: #020295;
  }
  #vision.vision01 .case.case01 .case_caption .sp_bg {
    background: url(../img/vision_01_voice_01_bg_sp.jpg) no-repeat center center/cover;
  }
  #vision.vision01 .case.case02 .case_caption {
    background: #020295;
  }
  #vision.vision01 .case.case02 .case_caption .sp_bg {
    background: url(../img/vision_01_voice_02_bg_sp.jpg) no-repeat center center/cover;
  }
  #vision.vision02 #head .l_caption {
    background: url(../img/vision_02_head_bg_sp.jpg) no-repeat center center/cover;
  }
  #vision.vision02 #head .l_caption h1 {
    text-align: center;
    padding-left: 0px;
  }
  #vision.vision02 .case.case01 .case_caption {
    background: #020295;
  }
  #vision.vision02 .case.case01 .case_caption .sp_bg {
    background: url(../img/vision_02_voice_01_bg_sp.jpg) no-repeat center center/cover;
  }
  #vision.vision02 .case.case02 .case_caption {
    background: #020295;
  }
  #vision.vision02 .case.case02 .case_caption .sp_bg {
    background: url(../img/vision_02_voice_02_bg_sp.jpg) no-repeat center center/cover;
  }
  #vision.vision03 #head .l_caption {
    background: url(../img/vision_03_head_bg_sp.jpg) no-repeat center center/cover;
  }
  #vision.vision03 #head .l_caption h1 {
    text-align: center;
    padding-left: 0px;
  }
  #vision.vision03 .case.case01 .case_caption {
    background: #020295;
  }
  #vision.vision03 .case.case01 .case_caption .sp_bg {
    background: url(../img/vision_03_voice_01_bg_sp.jpg) no-repeat center center/cover;
  }
  #vision.vision03 .case.case02 .case_caption {
    background: #020295;
  }
  #vision.vision03 .case.case02 .case_caption .sp_bg {
    background: url(../img/vision_03_voice_02_bg_sp.jpg) no-repeat center center/cover;
  }
  #vision.vision04 #head .l_caption {
    background: url(../img/vision_04_head_bg_sp.jpg) no-repeat center center/cover;
  }
  #vision.vision04 .case.case01 .case_caption {
    background: #020295;
  }
  #vision.vision04 .case.case01 .case_caption .sp_bg {
    background: url(../img/vision_04_voice_01_bg_sp.jpg) no-repeat center center/cover;
  }
  #vision.vision04 .case.case02 .case_caption {
    background: #020295;
  }
  #vision.vision04 .case.case02 .case_caption .sp_bg {
    background: url(../img/vision_04_voice_02_bg_sp.jpg) no-repeat center center/cover;
  }
}

.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  margin: 8px;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: white transparent transparent transparent;
}

.loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */