@charset "UTF-8";
.only_sp {
  display: block;
}

.only_pc {
  display: none;
}

* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  color: #464646;
  font-size: 15px;
  letter-spacing: 0.16em;
  line-height: 2;
}

header {
  height: 70px;
  /* header-hamburger */
}
header .header-inner {
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
header .header-inner.show {
  opacity: 1;
  pointer-events: auto;
}
header .header-logo {
  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;
  height: 100%;
  margin-left: 15px;
}
header .header-logo a {
  display: block;
  width: 67.2vw;
  max-width: 252px;
}
header .header-entry {
  display: none;
}
header .header-hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  height: 100%;
}
header .header-hamburger span {
  position: absolute;
  display: block;
  width: 45px !important;
  height: 2px;
  background: #00479d;
  left: 20px;
}
header .header-hamburger span:nth-of-type(1) {
  top: calc(50% - 7px);
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-hamburger span:nth-of-type(2) {
  top: calc(50% + 7px);
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-hamburger.is-active span:nth-of-type(1) {
  -webkit-transform: translate3d(0px, 7px, 0) rotate(45deg);
          transform: translate3d(0px, 7px, 0) rotate(45deg);
}
header .header-hamburger.is-active span:nth-of-type(2) {
  -webkit-transform: translate3d(0px, -7px, 0) rotate(-45deg);
          transform: translate3d(0px, -7px, 0) rotate(-45deg);
}

/* header */
.menuArea {
  display: block;
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  top: 70px;
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* menuBlock */
  /* menuArea_link */
  /* menuArea_bunkei */
}
.menuArea .inner {
  overflow-y: scroll;
  padding: 0 0 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100vh - 122px);
  background-color: #fff;
}
.menuArea .menu_text {
  height: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 0.085em;
  background-color: #00a098;
  padding-left: 25px;
}
.menuArea .menu_text a {
  display: block;
  position: relative;
  color: #fff;
}
.menuArea .menu_text a::after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  right: 20px;
  width: 10px;
  height: 8px;
  background-image: url(../images/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.menuArea h3 {
  padding-left: 25px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #dadbdb;
  font-size: 15px;
  line-height: 60px;
  letter-spacing: 0.06em;
  color: #00a098;
  font-weight: normal;
}
.menuArea h3 a {
  display: block;
  color: #00a098;
  position: relative;
}
.menuArea h3 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  right: 20px;
  width: 10px;
  height: 8px;
  background-image: url(../images/arrow_green.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.menuArea .menuBlock {
  /* li */
}
.menuArea .menuBlock li {
  border-bottom: 1px solid #dadbdb;
  background-color: #ffffff;
}
.menuArea .menuBlock li a {
  position: relative;
  display: block;
  padding-left: 25px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 60px;
  letter-spacing: 0.06em;
  color: #727171;
  background-color: #f5f6f6;
}
.menuArea .menuBlock li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  right: 20px;
  width: 10px;
  height: 8px;
  background-image: url(../images/arrow_black.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.menuArea .menuBlock.menuBlock_top-news h3:last-of-type {
  border-bottom: 0;
}
.menuArea .menuBlock.menuBlock_cw {
  display: none;
}
.menuArea .menuArea_link {
  position: relative;
  z-index: 3;
  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;
  width: 88%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 65px;
  padding: 0 5%;
  margin: 40px auto 0;
  border: 1px solid #00a098;
  overflow: hidden;
}
.menuArea .menuArea_link p {
  color: #00a098;
  font-size: 20px;
  letter-spacing: 0.085em;
}
.menuArea .menuArea_link img {
  position: relative;
  z-index: 5;
  width: 11px;
}
.menuArea .menuArea_link.menuArea_link_entry {
  display: none;
}
.menuArea.is-active {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.menuArea.menuArea_bunkei h3 a::after {
  background-image: url(../images/arrow_orange.svg);
}
.menuArea.menuArea_bunkei .menuBlock h3 {
  color: #ff9e2d;
}
.menuArea.menuArea_bunkei .menuBlock h3 a {
  color: #ff9e2d;
}
.menuArea.menuArea_bunkei .menu_text {
  background-color: #ff9e2d;
}
.menuArea.menuArea_bunkei .menuArea_link_bunkei {
  border: solid 1px #ff9e2d;
}
.menuArea.menuArea_bunkei .menuArea_link_bunkei p {
  color: #ff9e2d;
}

/* menuArea */
/* --------------
footer
-------------- */
footer h3 {
  padding-left: 25px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #dadbdb;
  font-size: 15px;
  line-height: 60px;
  letter-spacing: 0.06em;
  color: #00a098;
  font-weight: normal;
}
footer h3.footer_menu_top-news:first-of-type {
  border-top: 1px solid #dadbdb;
}
footer h3 a {
  display: block;
  color: #00a098;
  position: relative;
}
footer h3 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  right: 20px;
  width: 10px;
  height: 8px;
  background-image: url(../images/arrow_green.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .footer_menuArea {
  padding: 0 0 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
footer .footer_menuArea .menu_text {
  height: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 0.085em;
  background-color: #00a098;
  padding-left: 25px;
}
footer .footer_menuArea .menu_text a {
  display: block;
  position: relative;
  color: #fff;
}
footer .footer_menuArea .menu_text a:after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  right: 20px;
  width: 10px;
  height: 8px;
  background-image: url(../images/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .footer_menuArea .menuBlock {
  /* li */
}
footer .footer_menuArea .menuBlock li {
  border-bottom: 1px solid #dadbdb;
}
footer .footer_menuArea .menuBlock li a {
  position: relative;
  display: block;
  padding-left: 25px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 60px;
  letter-spacing: 0.06em;
  color: #727171;
  background-color: #f5f6f6;
}
footer .footer_menuArea .menuBlock li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  right: 20px;
  width: 10px;
  height: 8px;
  background-image: url(../images/arrow_black.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .footer_menuArea .menuBlock li .subMenuBtn {
  position: relative;
}
footer .footer_menuArea .footer_link {
  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;
  position: relative;
  z-index: 3;
  width: 88%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 65px;
  padding: 0 20px;
  margin: 40px auto 0;
  border: 1px solid #00a098;
  overflow: hidden;
}
footer .footer_menuArea .footer_link p {
  color: #00a098;
  font-size: 20px;
  letter-spacing: 0.085em;
}
footer .footer_menuArea .footer_link img {
  position: relative;
  z-index: 5;
  width: 11px;
}
footer .footer_menuArea .footer_link.footer_link_entry {
  display: none;
}
footer.bunkei h3 {
  color: #ff9e2d;
}
footer.bunkei h3 a {
  color: #ff9e2d;
}
footer.bunkei h3 a:after {
  background-image: url(../images/arrow_orange.svg);
}
footer.bunkei .footer_menuArea .menu_text {
  background-color: #ff9e2d;
}
footer.bunkei .footer_menuArea .footer_link {
  border: 1px solid #ff9e2d;
}
footer.bunkei .footer_menuArea .footer_link p {
  color: #ff9e2d;
}

/* footer */
#footerCopyBlock {
  margin-bottom: 160px;
  background-color: #00479d;
}
#footerCopyBlock p {
  font-size: 10px;
  color: #fff;
  text-align: center;
  height: 55px;
  line-height: 55px;
}
#footerCopyBlock a {
  display: none;
}

/* footerCopyBlock */
#entry_fixed {
  position: fixed;
  bottom: 0;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
#entry_fixed > a {
  width: 50%;
  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;
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#entry_fixed > a:nth-of-type(1) {
  background-color: #00a098;
  width: 100%;
}
#entry_fixed > a:nth-of-type(2) {
  background-color: #838383;
}
#entry_fixed > a:nth-of-type(2) p {
  font-size: 3.4vw;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
#entry_fixed > a:nth-of-type(3), #entry_fixed > a:nth-of-type(4), #entry_fixed > a:nth-of-type(5) {
  background-color: #838383;
}
#entry_fixed > a:nth-of-type(3) p, #entry_fixed > a:nth-of-type(4) p, #entry_fixed > a:nth-of-type(5) p {
  font-size: 3.4vw;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
#entry_fixed > a p {
  color: #fff;
  line-height: 1.3;
}
#entry_fixed > a img {
  width: 30px;
}
#entry_fixed > a img.entry_fixed_entry {
  width: 58px;
}

/* entry_fixed */
/* --------------
共通
-------------- */
.link_recruit {
  /* link_recruit_blue */
}
.link_recruit h2 {
  margin: 40px auto;
}
.link_recruit h2 img {
  width: 43vw;
  margin: auto;
}
.link_recruit > div a {
  position: relative;
  height: 66vw;
  overflow: hidden;
  margin-top: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_recruit > div a h3 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.3em;
  font-weight: bold;
  width: 71%;
  text-align: center;
  border: 1px solid #fff;
  padding: 10px 0;
}
.link_recruit > div a::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.link_recruit > div a:nth-of-type(1)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 160, 152, 0.7)), to(rgba(0, 160, 152, 0.7))), url(../images/link_recruit_img01.jpg?21121601);
  background-image: -webkit-linear-gradient(rgba(0, 160, 152, 0.7), rgba(0, 160, 152, 0.7)), url(../images/link_recruit_img01.jpg?21121601);
  background-image: linear-gradient(rgba(0, 160, 152, 0.7), rgba(0, 160, 152, 0.7)), url(../images/link_recruit_img01.jpg?21121601);
}
.link_recruit > div a:nth-of-type(2)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 160, 152, 0.7)), to(rgba(0, 160, 152, 0.7))), url(../images/link_recruit_img02.jpg?21121701);
  background-image: -webkit-linear-gradient(rgba(0, 160, 152, 0.7), rgba(0, 160, 152, 0.7)), url(../images/link_recruit_img02.jpg?21121701);
  background-image: linear-gradient(rgba(0, 160, 152, 0.7), rgba(0, 160, 152, 0.7)), url(../images/link_recruit_img02.jpg?21121701);
}
.link_recruit > div a:nth-of-type(3)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 160, 152, 0.7)), to(rgba(0, 160, 152, 0.7))), url(../images/link_recruit_img03.jpg?21122301);
  background-image: -webkit-linear-gradient(rgba(0, 160, 152, 0.7), rgba(0, 160, 152, 0.7)), url(../images/link_recruit_img03.jpg?21122301);
  background-image: linear-gradient(rgba(0, 160, 152, 0.7), rgba(0, 160, 152, 0.7)), url(../images/link_recruit_img03.jpg?21122301);
}
.link_recruit.link_recruit_orange > div a:nth-of-type(1)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 158, 45, 0.7)), to(rgba(255, 158, 45, 0.7))), url(../images/link_recruit_img01.jpg?21121601);
  background-image: -webkit-linear-gradient(rgba(255, 158, 45, 0.7), rgba(255, 158, 45, 0.7)), url(../images/link_recruit_img01.jpg?21121601);
  background-image: linear-gradient(rgba(255, 158, 45, 0.7), rgba(255, 158, 45, 0.7)), url(../images/link_recruit_img01.jpg?21121601);
}
.link_recruit.link_recruit_orange > div a:nth-of-type(2)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 158, 45, 0.7)), to(rgba(255, 158, 45, 0.7))), url(../images/link_recruit_img02.jpg?21121701);
  background-image: -webkit-linear-gradient(rgba(255, 158, 45, 0.7), rgba(255, 158, 45, 0.7)), url(../images/link_recruit_img02.jpg?21121701);
  background-image: linear-gradient(rgba(255, 158, 45, 0.7), rgba(255, 158, 45, 0.7)), url(../images/link_recruit_img02.jpg?21121701);
}
.link_recruit.link_recruit_orange > div a:nth-of-type(3)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 158, 45, 0.7)), to(rgba(255, 158, 45, 0.7))), url(../images/link_recruit_img03.jpg?21122301);
  background-image: -webkit-linear-gradient(rgba(255, 158, 45, 0.7), rgba(255, 158, 45, 0.7)), url(../images/link_recruit_img03.jpg?21122301);
  background-image: linear-gradient(rgba(255, 158, 45, 0.7), rgba(255, 158, 45, 0.7)), url(../images/link_recruit_img03.jpg?21122301);
}
.link_recruit.link_recruit_blue > div a:nth-of-type(1)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 71, 157, 0.7)), to(rgba(0, 71, 157, 0.7))), url(../images/link_recruit_img01.jpg?21121701);
  background-image: -webkit-linear-gradient(rgba(0, 71, 157, 0.7), rgba(0, 71, 157, 0.7)), url(../images/link_recruit_img01.jpg?21121701);
  background-image: linear-gradient(rgba(0, 71, 157, 0.7), rgba(0, 71, 157, 0.7)), url(../images/link_recruit_img01.jpg?21121701);
}
.link_recruit.link_recruit_blue > div a:nth-of-type(2)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 71, 157, 0.7)), to(rgba(0, 71, 157, 0.7))), url(../images/link_recruit_img02.jpg?21121701);
  background-image: -webkit-linear-gradient(rgba(0, 71, 157, 0.7), rgba(0, 71, 157, 0.7)), url(../images/link_recruit_img02.jpg?21121701);
  background-image: linear-gradient(rgba(0, 71, 157, 0.7), rgba(0, 71, 157, 0.7)), url(../images/link_recruit_img02.jpg?21121701);
}
.link_recruit.link_recruit_blue > div a:nth-of-type(3)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 71, 157, 0.7)), to(rgba(0, 71, 157, 0.7))), url(../images/link_recruit_img03.jpg?21122301);
  background-image: -webkit-linear-gradient(rgba(0, 71, 157, 0.7), rgba(0, 71, 157, 0.7)), url(../images/link_recruit_img03.jpg?21122301);
  background-image: linear-gradient(rgba(0, 71, 157, 0.7), rgba(0, 71, 157, 0.7)), url(../images/link_recruit_img03.jpg?21122301);
}

/* link_recruit */
/* --------------
topindex
-------------- */
.topindex .topindex-mv {
  position: relative;
  height: 100vw;
  background-color: #f8f8f8;
  overflow: hidden;
}
.topindex .topindex-mv .topindex-mv-bg {
  position: absolute;
  width: 90vw;
  height: 90vw;
  left: 5vw;
  top: 5vw;
}
.topindex .topindex-mv .topindex-mv-bg1 {
  -webkit-animation: topindex-bg1 20s linear 0s infinite normal;
          animation: topindex-bg1 20s linear 0s infinite normal;
}
.topindex .topindex-mv .topindex-mv-bg2 {
  animation: topindex-bg1 30s linear 0s infinite reverse;
}
.topindex .topindex-mv h1 {
  position: absolute;
  width: 90%;
  left: 5%;
  top: calc(50% - 21.4vw);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.94, 0, 1, 1), -webkit-transform 1.2s cubic-bezier(0.94, 0, 1, 1);
  transition: opacity 1.2s cubic-bezier(0.94, 0, 1, 1), -webkit-transform 1.2s cubic-bezier(0.94, 0, 1, 1);
  transition: transform 1.2s cubic-bezier(0.94, 0, 1, 1), opacity 1.2s cubic-bezier(0.94, 0, 1, 1);
  transition: transform 1.2s cubic-bezier(0.94, 0, 1, 1), opacity 1.2s cubic-bezier(0.94, 0, 1, 1), -webkit-transform 1.2s cubic-bezier(0.94, 0, 1, 1);
}
.topindex .topindex-mv h1.show {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.topindex .topindex-mv h1 img.pc {
  display: none;
}

.topindex-link a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50vw;
  overflow: hidden;
}
.topindex-link a::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.topindex-link a div {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.topindex-link a span {
  position: relative;
  z-index: 3;
  display: block;
  width: 160px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  border: solid 1px #fff;
}
.topindex-link a span::after {
  position: absolute;
  z-index: 3;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  width: 10px;
  height: 8px;
  background-image: url(../images/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.topindex-link a.rikei::after {
  background-color: rgba(0, 160, 152, 0.4);
}
.topindex-link a.rikei div {
  background-image: url(../images/toppage_rikei_mv_img.jpg);
  background-position: center 40%;
}
.topindex-link a.bunkei::after {
  background-color: rgba(255, 158, 45, 0.4);
}
.topindex-link a.bunkei div {
  background-image: url(../images/toppage_bunkei_mv_img.jpg);
  background-position: center 20%;
}

@-webkit-keyframes topindex-bg1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes topindex-bg1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* --------------
toppage
-------------- */
.noto500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500 !important;
}

.toppage .toppage-mv {
  position: relative;
  height: calc(100vh - 120px);
  min-height: 540px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 27vh;
  background-repeat: no-repeat;
}
.toppage .toppage-mv::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.toppage .toppage-mv.rikei {
  background-image: url(../images/toppage_rikei_mv_img.jpg);
  background-size: cover;
  background-position: 60% top;
}
.toppage .toppage-mv.rikei::after {
  background-color: rgba(0, 160, 152, 0.4);
}
.toppage .toppage-mv.bunkei {
  background-image: url(../images/toppage_bunkei_mv_img.jpg);
  background-size: cover;
  background-position: 80% top;
}
.toppage .toppage-mv.bunkei::after {
  background-color: rgba(255, 158, 45, 0.4);
}
.toppage .toppage-mv h1 {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto 3vh;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.94, 0, 1, 1), -webkit-transform 1.2s cubic-bezier(0.94, 0, 1, 1);
  transition: opacity 1.2s cubic-bezier(0.94, 0, 1, 1), -webkit-transform 1.2s cubic-bezier(0.94, 0, 1, 1);
  transition: transform 1.2s cubic-bezier(0.94, 0, 1, 1), opacity 1.2s cubic-bezier(0.94, 0, 1, 1);
  transition: transform 1.2s cubic-bezier(0.94, 0, 1, 1), opacity 1.2s cubic-bezier(0.94, 0, 1, 1), -webkit-transform 1.2s cubic-bezier(0.94, 0, 1, 1);
}
.toppage .toppage-mv h1.show {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.toppage .toppage-mv h1 img.pc {
  display: none;
}
.toppage .toppage-mv p {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.8s 1.5s;
  transition: opacity 0.8s 1.5s;
}
.toppage .toppage-mv p.show {
  opacity: 1;
}
.toppage .toppage-mv > span {
  position: absolute;
  z-index: 2;
  display: block;
  width: 56%;
  left: 22%;
  bottom: 80px;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  border: solid 1px #fff;
}
.toppage .toppage-mv .scroll {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  color: #eee;
}
.toppage .toppage-mv .scroll::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 1px;
  height: 40px;
  left: 50%;
  bottom: 0;
  background: #eee;
}
.toppage .toppage-mv .scroll::after {
  position: absolute;
  z-index: 3;
  content: "";
  width: 5px;
  height: 5px;
  left: calc(50% - 2px);
  bottom: 40px;
  background: #fff;
  border-radius: 2.5px;
  -webkit-animation: arrow 1.2s linear infinite;
  animation: arrow 1.2s linear infinite;
}
.toppage .toppage-works .flexWrap > div:nth-of-type(1) {
  position: relative;
  padding: 60px 0 110px;
  overflow: hidden;
}
.toppage .toppage-works .flexWrap > div:nth-of-type(1) > img {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 90%;
  left: 5%;
  top: 5%;
  opacity: 0.3;
}
.toppage .toppage-works .flexWrap > div:nth-of-type(1) > img.bunkei {
  opacity: 0.2;
  width: 130%;
  height: auto;
  left: 0;
  top: auto;
  bottom: 5%;
}
.toppage .toppage-works h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}
.toppage .toppage-works h2 img {
  width: auto;
  height: 6.6vw;
  margin: 0 auto;
}
.toppage .toppage-works p {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
}
.toppage .toppage-works a {
  position: relative;
  display: block;
  overflow: hidden;
}
.toppage .toppage-works a span {
  position: absolute;
  width: 194px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 15px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.3em;
  border: solid 1px #fff;
}
.toppage .toppage-person {
  position: relative;
}
.toppage .toppage-person > img {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  opacity: 0.3;
}
.toppage .toppage-person > div {
  padding: 60px 0 40px;
}
.toppage .toppage-person h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}
.toppage .toppage-person h2 img {
  width: auto;
  height: 6.6vw;
  margin: 0 auto;
}
.toppage .toppage-person p {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
}
.toppage .toppage-movie {
  position: relative;
}
.toppage .toppage-movie #movie {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: -70px;
}
.toppage .toppage-movie .text {
  padding-bottom: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#4cbcb7), to(#00a098));
  background: -webkit-linear-gradient(left, #4cbcb7 0%, #00a098 100%);
  background: linear-gradient(to right, #4cbcb7 0%, #00a098 100%);
}
.toppage .toppage-movie .text.bunkei {
  background: -webkit-gradient(linear, left top, right top, from(#ffbb6c), to(#ff9e2d));
  background: -webkit-linear-gradient(left, #ffbb6c 0%, #ff9e2d 100%);
  background: linear-gradient(to right, #ffbb6c 0%, #ff9e2d 100%);
}
.toppage .toppage-movie .text h3 {
  margin: 0 0 25px;
  padding-top: 50px;
  text-align: center;
  font-size: 5.3vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.3em;
  color: #fff;
}
.toppage .toppage-movie .text h3 br.pc {
  display: none;
}
.toppage .toppage-movie .text p {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 0.085em;
  color: #fff;
}
.toppage .toppage-movie .movieArea {
  position: relative;
}
.toppage .toppage-movie .movieArea .movieArea-bg1 {
  position: relative;
  z-index: 4;
  -webkit-animation: senpai1 10s linear 0s infinite normal;
          animation: senpai1 10s linear 0s infinite normal;
}
.toppage .toppage-movie .movieArea .movieArea-bg2 {
  z-index: 3;
  -webkit-animation: senpai2 10s linear 0s infinite normal;
          animation: senpai2 10s linear 0s infinite normal;
}
.toppage .toppage-movie .movieArea .movieArea-bg3 {
  z-index: 2;
  -webkit-animation: senpai3 10s linear 0s infinite normal;
          animation: senpai3 10s linear 0s infinite normal;
}
.toppage .toppage-movie .movieArea .movieArea-bg4 {
  z-index: 1;
  -webkit-animation: senpai4 10s linear 0s infinite normal;
          animation: senpai4 10s linear 0s infinite normal;
}
.toppage .toppage-movie .movieArea .movieArea-bg2,
.toppage .toppage-movie .movieArea .movieArea-bg3,
.toppage .toppage-movie .movieArea .movieArea-bg4 {
  position: absolute;
  left: 0;
  top: 0;
}
.toppage .toppage-movie .movieArea .icon-play {
  position: absolute;
  z-index: 5;
  width: 18vw;
  height: 18vw;
  left: calc(50% - 9vw);
  top: calc(50% - 9vw);
}
.toppage .toppage-interview {
  margin-bottom: 50px;
}
.toppage .toppage-challenge a {
  position: relative;
  display: block;
  padding: 70px 0;
  overflow: hidden;
}
.toppage .toppage-challenge a::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/toppage_img_challenge.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.toppage .toppage-challenge a.bunkei::before {
  background-image: url(../images/toppage_img_challenge_b.jpg);
}
.toppage .toppage-challenge h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  text-align: center;
}
.toppage .toppage-challenge h2 span {
  display: inline-block;
  padding: 10px;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.3em;
  border: solid 1px #fff;
}
.toppage .toppage-challenge p {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
  color: #fff;
}
.toppage .toppage-training {
  padding-bottom: 60px;
  background-color: #eff0f0;
}
.toppage .toppage-training .text {
  position: relative;
  padding: 60px 0 40px;
  overflow: hidden;
}
.toppage .toppage-training .text > img {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 100%;
  right: -15vw;
  top: 0;
  opacity: 0.2;
}
.toppage .toppage-training .text h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}
.toppage .toppage-training .text h2 img {
  width: auto;
  height: 6.6vw;
  margin: 0 auto;
}
.toppage .toppage-training .text p {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
}
.toppage .toppage-training.bunkei .text > img {
  height: 130%;
  opacity: 0.1;
}
.toppage .toppage-training .photo {
  height: 90vw;
  margin-bottom: 40px;
  overflow: hidden;
}
.toppage .toppage-training .photo img {
  width: auto;
  height: 100%;
  margin-left: -80vw;
}
.toppage .toppage-training a {
  display: block;
  width: 264px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #00a098;
  letter-spacing: 0.3em;
  border: solid 1px #00a098;
}
.toppage .toppage-training a.bunkei {
  color: #ff9e2d;
  border: solid 1px #ff9e2d;
}
.toppage .toppage-corporate {
  padding-top: 60px;
}
.toppage .toppage-corporate h2 {
  margin-bottom: 25px;
}
.toppage .toppage-corporate h2 img {
  width: auto;
  height: 6.6vw;
  margin: 0 auto;
}
.toppage .toppage-corporate p {
  width: 90%;
  margin: 0 auto;
}
.toppage .toppage-corporate .photo {
  width: 85%;
  margin: 40px auto 0;
}
.toppage .toppage-corporate-link {
  margin-bottom: 70px;
}
.toppage .toppage-corporate-link #message {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: -70px;
  pointer-events: none;
}
.toppage .toppage-corporate-link a {
  position: relative;
  display: block;
  overflow: hidden;
}
.toppage .toppage-corporate-link a span {
  position: absolute;
  display: block;
  width: 264px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.3em;
  border: solid 1px #fff;
}
.toppage .toppage-corporate-link > a {
  height: 70vw;
}
.toppage .toppage-corporate-link > a img {
  width: auto;
  height: 100%;
  margin-left: -43.5vw;
}

.top-movie-overlay {
  display: none;
  position: fixed;
  z-index: 900;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.top-movie-overlay .overlay-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.top-movie-overlay .movie-container {
  width: 100vw;
  height: 56.25vw;
}
.top-movie-overlay .overlay-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 10px;
}
.top-movie-overlay .overlay-close::before, .top-movie-overlay .overlay-close::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  left: 20px;
  top: 0;
  background-color: #fff;
}
.top-movie-overlay .overlay-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-movie-overlay .overlay-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@keyframes arrow {
  0% {
    bottom: 40px;
    opacity: 0;
  }
  10% {
    bottom: 40px;
    opacity: 0;
  }
  30% {
    bottom: 30px;
    opacity: 1;
  }
  70% {
    bottom: 10px;
    opacity: 1;
  }
  100% {
    bottom: -5px;
    opacity: 0;
  }
} /* keyframes */
@-webkit-keyframes arrow {
  0% {
    bottom: 40px;
    opacity: 0;
  }
  10% {
    bottom: 40px;
    opacity: 0;
  }
  30% {
    bottom: 30px;
    opacity: 1;
  }
  70% {
    bottom: 10px;
    opacity: 1;
  }
  100% {
    bottom: -5px;
    opacity: 0;
  }
} /* keyframes */
@keyframes senpai1 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes senpai2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes senpai3 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes senpai4 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes senpai1 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes senpai2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes senpai3 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes senpai4 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* --------------
field, strong, vision 共通
-------------- */
.field, .strong, .vision {
  /* mv */
  /* sec01 */
  /* link_next */
}
.field .mv, .strong .mv, .vision .mv {
  width: 100%;
  height: 107vw;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.field .mv h1, .strong .mv h1, .vision .mv h1 {
  text-align: center;
  width: 100%;
}
.field .mv h1 img, .strong .mv h1 img, .vision .mv h1 img {
  display: inline-block;
  height: 5.9vw;
  width: auto;
}
.field section, .strong section, .vision section {
  width: 90%;
  margin: 0 auto;
}
.field .sec01 h2, .strong .sec01 h2, .vision .sec01 h2 {
  margin: 50px auto 40px;
  font-size: 4.5vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #595757;
  text-align: center;
}
.field .sec01 .sec01_fig, .strong .sec01 .sec01_fig, .vision .sec01 .sec01_fig {
  width: 90%;
  margin: 30px auto 50px;
}
.field .link_next, .strong .link_next, .vision .link_next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
.field .link_next::before, .strong .link_next::before, .vision .link_next::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.field .link_next h2, .strong .link_next h2, .vision .link_next h2 {
  border: 1px solid #fff;
  width: 52%;
  padding: 10px 0;
  font-size: 4vw;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* --------------
strong
-------------- */
.strong {
  /* sec02 */
  /* link_next */
}
.strong .mv {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/strong_mv_img.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/strong_mv_img.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/strong_mv_img.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top left;
}
.strong .sec02 .sec02_box h2 {
  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: 50px;
}
.strong .sec02 .sec02_box h2 span {
  width: 80px;
}
.strong .sec02 .sec02_box h2 span img {
  height: 110px;
  width: auto;
}
.strong .sec02 .sec02_box h2 p {
  font-size: 7.2vw;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #464646;
  font-weight: 300;
  margin-bottom: -0.25em;
}
.strong .sec02 .sec02_box .sec02_img {
  margin: 40px auto 50px;
}
.strong .link_next::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/field_mv_img.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/field_mv_img.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/field_mv_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 25% left;
}

/* strong */
/* --------------
field
-------------- */
.field {
  /* sec02 */
  /* link_next */
}
.field .mv {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/field_mv_img.jpg?21121701);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/field_mv_img.jpg?21121701);
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/field_mv_img.jpg?21121701);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.field .sec02 .sec02_box {
  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;
  margin: 0 0 100px;
}
.field .sec02 .sec02_box h2 {
  width: 10%;
  padding-right: 5%;
  border-right: 1px solid #e9e9e9;
}
.field .sec02 .sec02_box .sec02_box_inner {
  width: 80%;
}
.field .sec02 .sec02_box .sec02_box_inner h3 {
  font-size: 5.3vw;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: #00a098;
  margin: 0 0 20px;
}
.field .sec02 .sec02_box .sec02_box_inner .sec02_img {
  margin: 30px auto;
}
.field .sec02 .sec02_box .sec02_box_inner h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 5.2vw;
  color: #595757;
  font-weight: 300;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.field .sec02 .sec02_box .sec02_box_inner h4::after {
  content: "";
  height: 1px;
  background-color: #e9e9e9;
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  margin-left: 20px;
}
.field .sec02 p.sec02_box_inner_txt {
  margin-bottom: 40px;
}
.field .sec02 p.sec02_box_inner_txt:last-of-type {
  margin-bottom: 0;
}
.field .link_next::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/strong_mv_img.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/strong_mv_img.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/strong_mv_img.jpg);
  background-repeat: no-repeat;
  background-size: 130% auto;
  background-position: top 55% right 35%;
}

/* field */
/* --------------
vision
-------------- */
.vision {
  /* link_next */
}
.vision .mv {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/vision_mv_img.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/vision_mv_img.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/vision_mv_img.jpg);
  background-repeat: no-repeat;
  background-size: auto 110%;
  background-position: bottom 30% right 35%;
}
.vision .sec02 {
  width: 100%;
}
.vision .sec02 h2 img:nth-of-type(1) {
  width: 48vw;
  margin: 70px auto 0;
}
.vision .sec02 h2 img:nth-of-type(2) {
  width: 55vw;
  margin: 30px auto 20px;
}
.vision .sec02 h2 img:nth-of-type(3) {
  width: 47vw;
  margin: 0 auto 20px;
}
.vision .sec02 .sec02_img {
  height: 71vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
}
.vision .sec02 .sec02_img:nth-of-type(1) {
  background: url(../images/vision_sec02_img01.jpg?21121601);
  background-size: cover;
  background-position: center right 40%;
}
.vision .sec02 .sec02_img:nth-of-type(2) {
  background: url(../images/vision_sec02_img02.jpg?21121601);
  background-size: cover;
  background-position: center;
}
.vision .sec02 .sec02_img:nth-of-type(3) {
  background: url(../images/vision_sec02_img03.jpg?21121601);
  background-size: cover;
  background-position: center left 15%;
}
.vision .sec02 .sec02_img:nth-of-type(4) {
  background: url(../images/vision_sec02_img04.jpg?21121601);
  background-size: cover;
  background-position: bottom 0 center;
}
.vision .sec02 .sec02_img > div {
  width: 14vw;
  border-right: 1px solid #fff;
  margin: 0 9.3vw 0 0;
}
.vision .sec02 .sec02_img > div img {
  height: 14vw;
  width: auto;
}
.vision .sec02 .sec02_img h3 {
  font-size: 5.3vw;
  line-height: 1.75;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: 300;
}
.vision .sec02 .sec02_txt {
  width: 90%;
  margin: 30px auto 45px;
}
.vision .link_next {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/topmessage_mv_img.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/topmessage_mv_img.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/topmessage_mv_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* vision */
/* --------------
challenge
-------------- */
.challenge {
  /* mv */
  /* section */
}
.challenge .mv {
  width: 100%;
  height: 150vw;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-image: url(../images/challenge_mv_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.challenge .mv.bunkei {
  background-image: url(../images/challenge_b_mv_img.jpg);
}
.challenge .mv .mv_txtArea {
  width: 100%;
}
.challenge .mv .mv_txtArea h1 {
  text-align: center;
}
.challenge .mv .mv_txtArea h1 img {
  display: block;
  width: auto;
}
.challenge .mv .mv_txtArea h1 img:nth-of-type(1) {
  height: 12vw;
  margin: 0 auto;
}
.challenge .mv .mv_txtArea h1 img:nth-of-type(2) {
  height: 4.8vw;
  margin: 30px auto 50px;
}
.challenge .mv .mv_txtArea p {
  color: #fff;
  text-align: center;
  width: 88%;
  margin: 0 auto;
}
.challenge section {
  width: 90%;
  margin: 50px auto 60px;
  /* sec_keywordArea */
}
.challenge section:last-of-type {
  margin: 60px auto 70px;
}
.challenge section h2 {
  margin: 0 0 50px;
}
.challenge section h2 img {
  height: 9.9vw;
  width: auto;
  margin: 0 0 20px;
}
.challenge section h2 img:last-of-type {
  margin: 0;
}
.challenge section h3 {
  color: #464646;
  font-size: 6.7vw;
  letter-spacing: 0.15em;
  margin: 40px 0;
}
.challenge section .sec_keywordArea {
  border-top: 1px solid #c3c4c4;
  position: relative;
  margin: 50px 0 0;
}
.challenge section .sec_keywordArea h4 {
  font-size: 5.2vw;
  line-height: 1;
  color: #595757;
  letter-spacing: 0.15em;
  display: inline-block;
  position: absolute;
  top: -2.6vw;
  background-color: #fff;
  padding: 0 20px 0 0;
}
.challenge section .sec_keywordArea .sec_keywordArea_inner h5 {
  font-size: 5.6vw;
  color: #00a098;
  margin: 50px 0 20px;
}
.challenge section .sec_keywordArea .sec_keywordArea_inner h5.bunkei {
  color: #ff9e2d;
}
.challenge section .sec_keywordArea .sec_keywordArea_inner .sec_keywordArea_inner_img {
  margin: 20px 0;
  height: 200px;
}

/* challenge */
/* --------------
interview01 interview02 interview03 interview04共通
-------------- */
.link_nextInterview {
  background: -webkit-gradient(linear, left top, right top, from(#4cbcb7), to(#00a098));
  background: -webkit-linear-gradient(left, #4cbcb7 0%, #00a098 100%);
  background: linear-gradient(to right, #4cbcb7 0%, #00a098 100%);
  padding: 0 0 50px;
  /* swiper */
}
.link_nextInterview.bunkei {
  background: -webkit-gradient(linear, left top, right top, from(#ffbb6c), to(#ff9e2d));
  background: -webkit-linear-gradient(left, #ffbb6c 0%, #ff9e2d 100%);
  background: linear-gradient(to right, #ffbb6c 0%, #ff9e2d 100%);
}
.link_nextInterview h2 {
  width: 82%;
  margin: 0 auto;
  padding-top: 50px;
}
.link_nextInterview .link_nextInterview_box_inner h3 {
  margin: 0 0 20px;
  padding-top: 50px;
  text-align: center;
  font-size: 5.3vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.3em;
  color: #fff;
}
.link_nextInterview .link_nextInterview_box_inner p {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 0.085em;
  color: #fff;
}
.link_nextInterview .swiper {
  margin: 20px auto;
}
.link_nextInterview .swiper .swiper-slide {
  position: relative;
  display: block;
  width: 82%;
  margin: 20px auto 0;
  height: 60vw;
  overflow: hidden;
}
.link_nextInterview .swiper .swiper-slide .swiper-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top 20% center;
}
.link_nextInterview .swiper .swiper-slide .swiper-bg.swiper-slide_img01 {
  background-image: url(../images/link_nextInterview_img01.jpg);
}
.link_nextInterview .swiper .swiper-slide .swiper-bg.swiper-slide_img02 {
  background-image: url(../images/link_nextInterview_img02.jpg);
}
.link_nextInterview .swiper .swiper-slide .swiper-bg.swiper-slide_img03 {
  background-image: url(../images/link_nextInterview_img03.jpg);
}
.link_nextInterview .swiper .swiper-slide .swiper-bg.swiper-slide_img04 {
  background-image: url(../images/link_nextInterview_img04.jpg);
}
.link_nextInterview .swiper .swiper-slide .swiper-bg.swiper-slide_img01b {
  background-image: url(../images/link_nextInterview_img01b.jpg);
}
.link_nextInterview .swiper .swiper-slide .swiper-bg.swiper-slide_img02b {
  background-image: url(../images/link_nextInterview_img02b.jpg);
}
.link_nextInterview .swiper .swiper-slide .swiper-bg.swiper-slide_img03b {
  background-image: url(../images/link_nextInterview_img03b.jpg);
}
.link_nextInterview .swiper .swiper-slide .swiper-bg.swiper-slide_img04b {
  background-image: url(../images/link_nextInterview_img04b.jpg);
}
.link_nextInterview .swiper .swiper-slide > span {
  position: absolute;
  z-index: 2;
  display: block;
  width: 16vw;
  left: 1vw;
  top: 1vw;
}
.link_nextInterview .swiper .swiper-slide p {
  width: 100%;
  line-height: 1;
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.link_nextInterview .swiper .swiper-slide p span {
  display: inline-block;
  background-color: #00a098;
  color: #fff;
  font-size: 3.5vw;
  line-height: 21px;
  letter-spacing: 0.085em;
  margin: 0 auto 10px 10px;
  padding: 0 5px;
}
.link_nextInterview .swiper .swiper-slide p span.bunkei {
  background-color: #ff9e2d;
}
.link_nextInterview .swiper .swiper-pagination {
  margin: auto auto -10px;
}
.link_nextInterview .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
  opacity: 1;
  background-color: unset;
  margin: 0 10px;
}
.link_nextInterview .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.link_nextInterview .swiper .swiper-button-prev, .link_nextInterview .swiper .swiper-button-next {
  width: 8px;
  height: 16px;
  color: #fff;
}
.link_nextInterview .swiper .swiper-button-prev::after, .link_nextInterview .swiper .swiper-button-next::after {
  font-size: unset;
}

/* link_nextInterview */
/* --------------
interview01 interview02共通
-------------- */
.overlay {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  pointer-events: none;
}

.interview-bg {
  position: fixed;
  width: 100%;
  height: calc(100vh - 120px);
  left: 0;
  top: 70px;
  background-repeat: no-repeat;
  background-size: cover;
}
.interview-bg.bg-photo {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.interview-bg.bg-photo.hide {
  opacity: 0;
}
.interview-bg.bg-black {
  z-index: 6;
  background-color: #000;
  opacity: 0;
}
.interview-bg.bg1-1 {
  z-index: 5;
  background-image: url(../images/interview01_img1.jpg);
  background-position: 25% top;
}
.interview-bg.bg1-2 {
  z-index: 4;
  background-image: url(../images/interview01_img2.jpg);
  background-position: 35% top;
}
.interview-bg.bg1-3 {
  z-index: 3;
  background-image: url(../images/interview01_img3.jpg);
  background-position: 60% top;
}
.interview-bg.bg1-4 {
  z-index: 2;
  background-image: url(../images/interview01_img4.jpg);
  background-position: 80% top;
}
.interview-bg.bg1-5 {
  z-index: 1;
  background-image: url(../images/interview01_img5.jpg);
  background-position: 45% top;
}
.interview-bg.bg2-1 {
  z-index: 5;
  background-image: url(../images/interview02_img1.jpg?21121701);
  background-position: 25% top;
}
.interview-bg.bg2-2 {
  z-index: 4;
  background-image: url(../images/interview02_img2.jpg);
  background-position: 25% top;
}
.interview-bg.bg2-3 {
  z-index: 3;
  background-image: url(../images/interview02_img3.jpg);
  background-position: 80% 20%;
}
.interview-bg.bg2-4 {
  z-index: 2;
  background-image: url(../images/interview02_img4.jpg);
  background-position: 35% top;
}
.interview-bg.bg2-5 {
  z-index: 1;
  background-image: url(../images/interview02_img5.jpg);
  background-position: 10% top;
}
.interview-bg.bg1b-1 {
  z-index: 5;
  background-image: url(../images/interview01b_img1.jpg);
  background-position: 25% top;
}
.interview-bg.bg1b-2 {
  z-index: 4;
  background-image: url(../images/interview01b_img2.jpg);
  background-position: 70% top;
}
.interview-bg.bg1b-3 {
  z-index: 3;
  background-image: url(../images/interview01b_img3.jpg);
  background-position: 80% bottom;
  background-size: auto 130%;
}
.interview-bg.bg1b-4 {
  z-index: 2;
  background-image: url(../images/interview01b_img4.jpg);
  background-position: 40% top;
}
.interview-bg.bg1b-5 {
  z-index: 1;
  background-image: url(../images/interview01b_img5.jpg);
  background-position: 65% top;
}
.interview-bg.bg2b-1 {
  z-index: 5;
  background-image: url(../images/interview02b_img1.jpg);
  background-position: 35% top;
}
.interview-bg.bg2b-2 {
  z-index: 4;
  background-image: url(../images/interview02b_img2.jpg);
  background-position: 60% top;
}
.interview-bg.bg2b-3 {
  z-index: 3;
  background-image: url(../images/interview02b_img3.jpg);
  background-position: 40% center;
}
.interview-bg.bg2b-4 {
  z-index: 2;
  background-image: url(../images/interview02b_img4.jpg);
  background-position: 50% top;
}
.interview-bg.bg2b-5 {
  z-index: 1;
  background-image: url(../images/interview02b_img5.jpg);
  background-position: 60% top;
}

.interview01 .header-text {
  position: relative;
  z-index: 10;
  padding-top: 35vh;
}
.interview01 .header-text p {
  width: 85%;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.interview01 .header-text .name {
  margin-bottom: 5vw;
  font-size: 7.7vw;
  line-height: 1;
}
.interview01 .header-text .job {
  margin-bottom: 8vw;
  font-size: 4.2vw;
  line-height: 1.7;
  letter-spacing: 0;
}
.interview01 .header-text .project {
  position: relative;
  margin-bottom: 5vw;
  padding-bottom: 5vw;
}
.interview01 .header-text .project img {
  width: 46vw;
}
.interview01 .header-text .project::before {
  position: absolute;
  content: "";
  width: 32vw;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.interview01 .header-text .project::after {
  position: absolute;
  content: "";
  width: 16vw;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #00a098;
}
.interview01 .header-text h1 {
  width: 85%;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 5.5vw;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.1em;
}
.interview01 .header-text h1 br.pc {
  display: none;
}
.interview01 .main-text {
  position: relative;
  z-index: 10;
  margin-top: 90vh;
}
.interview01 .main-text h2 {
  position: relative;
  width: 85%;
  margin: 0 auto 7vw;
  padding-bottom: 7vw;
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.1em;
}
.interview01 .main-text h2::before {
  position: absolute;
  content: "";
  width: 32vw;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.interview01 .main-text h2::after {
  position: absolute;
  content: "";
  width: 16vw;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #00a098;
}
.interview01 .main-text p {
  width: 85%;
  margin: 1em auto 0;
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.1em;
}
.interview01 .link_nextInterview {
  position: relative;
  z-index: 10;
  margin-top: 100px;
  padding: 40px 0;
}
.interview01 .link_recruit {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  background-color: #fff;
}
.interview01 .link_recruit h2 {
  margin: 0;
  padding: 40px 0;
}
.interview01.bunkei .header-text .project::after {
  background-color: #ff9e2d;
}
.interview01.bunkei .main-text h2::after {
  background-color: #ff9e2d;
}

footer.interview {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  background-color: #fff;
}

#footerCopyBlock.interview {
  position: relative;
  z-index: 10;
  margin-top: -1px;
}

/* --------------
interview03 interview04共通
-------------- */
.toppage, .interview03, .interview04 {
  /* mv */
  /* sec01 */
  /* sec02 */
  /* sec03 */
  /* bunkei */
}
.toppage .mv .mv_imgArea, .interview03 .mv .mv_imgArea, .interview04 .mv .mv_imgArea {
  width: 100%;
  height: 100vw;
  overflow: hidden;
}
.toppage .mv h1, .interview03 .mv h1, .interview04 .mv h1 {
  padding: 30px 5% 0;
  background-color: #f1f2f2;
}
.toppage .mv .mv_txtArea, .interview03 .mv .mv_txtArea, .interview04 .mv .mv_txtArea {
  background-color: #f1f2f2;
  padding: 40px 0;
  margin: 0 auto 50px;
}
.toppage .mv .mv_txtArea p, .interview03 .mv .mv_txtArea p, .interview04 .mv .mv_txtArea p {
  color: #231815;
  margin: 0 auto;
  text-align: center;
}
.toppage .mv .mv_txtArea p:nth-of-type(1), .interview03 .mv .mv_txtArea p:nth-of-type(1), .interview04 .mv .mv_txtArea p:nth-of-type(1) {
  font-size: 4vw;
  line-height: 1.73;
  letter-spacing: 0;
}
.toppage .mv .mv_txtArea p:nth-of-type(2), .interview03 .mv .mv_txtArea p:nth-of-type(2), .interview04 .mv .mv_txtArea p:nth-of-type(2) {
  font-size: 7.7vw;
  color: #00a098;
  margin: 20px auto;
  line-height: 1;
}
.toppage .mv .mv_txtArea p:nth-of-type(3), .interview03 .mv .mv_txtArea p:nth-of-type(3), .interview04 .mv .mv_txtArea p:nth-of-type(3) {
  width: 78%;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 2.2;
}
.toppage section h2, .interview03 section h2, .interview04 section h2 {
  width: 90%;
  margin: 0 auto 40px;
  padding: 0 0 30px;
  color: #00a098;
  font-size: 4.5vw;
  letter-spacing: 0.1em;
  line-height: 1.9;
  font-weight: bold;
  border-bottom: solid 1px #858585;
  position: relative;
}
.toppage section h2::after, .interview03 section h2::after, .interview04 section h2::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 1px #00a098;
  bottom: -1px;
  width: 33%;
}
.toppage section p, .interview03 section p, .interview04 section p {
  width: 90%;
  margin: 0 auto;
  color: #727171;
  letter-spacing: 0;
}
.toppage section .sec01_img, .toppage section .sec02_img, .toppage section .sec03_img, .interview03 section .sec01_img, .interview03 section .sec02_img, .interview03 section .sec03_img, .interview04 section .sec01_img, .interview04 section .sec02_img, .interview04 section .sec03_img {
  margin: 60px auto 80px;
  position: relative;
  overflow: hidden;
  height: 93vw;
}
.toppage section .sec01_img img, .toppage section .sec02_img img, .toppage section .sec03_img img, .interview03 section .sec01_img img, .interview03 section .sec02_img img, .interview03 section .sec03_img img, .interview04 section .sec01_img img, .interview04 section .sec02_img img, .interview04 section .sec03_img img {
  position: absolute;
  bottom: 0;
}
.toppage .sec01 .sec01_img.sec01_img01, .interview03 .sec01 .sec01_img.sec01_img01, .interview04 .sec01 .sec01_img.sec01_img01 {
  margin: 30px auto 80px;
}
.toppage .sec02, .interview03 .sec02, .interview04 .sec02 {
  background-color: #f1f2f2;
  padding: 0 0 30px;
}
.toppage .sec02 h2, .interview03 .sec02 h2, .interview04 .sec02 h2 {
  padding: 40px 0 30px;
}
.toppage .sec02 .sec02_img, .interview03 .sec02 .sec02_img, .interview04 .sec02 .sec02_img {
  margin-bottom: 0;
}
.toppage .sec03 h2, .interview03 .sec03 h2, .interview04 .sec03 h2 {
  padding: 80px 0 30px;
}
.toppage.bunkei, .interview03.bunkei, .interview04.bunkei {
  /* mv */
  /* section */
}
.toppage.bunkei .mv .mv_txtArea p:nth-of-type(2), .interview03.bunkei .mv .mv_txtArea p:nth-of-type(2), .interview04.bunkei .mv .mv_txtArea p:nth-of-type(2) {
  color: #ff9e2d;
}
.toppage.bunkei section h2, .interview03.bunkei section h2, .interview04.bunkei section h2 {
  color: #ff9e2d;
}
.toppage.bunkei section h2::after, .interview03.bunkei section h2::after, .interview04.bunkei section h2::after {
  border-bottom: solid 1px #ff9e2d;
}

/* interview03 interview04 */
/* --------------
interview03
-------------- */
.interview03 {
  /* sec02 */
  /* sec03 */
}
.interview03 .mv .mv_imgArea {
  background-image: url(../images/interview03_mv_img.jpg);
  background-repeat: no-repeat;
  background-size: auto 115%;
  background-position: top 60% center;
}
.interview03 .mv .mv_imgArea.bunkei {
  background-image: url(../images/interview03b_mv_img.jpg);
}
.interview03 .sec02 .sec02_img img {
  height: 115%;
  width: auto;
  top: -5%;
  left: -15%;
}
.interview03 .sec03 .sec03_img img {
  height: 100%;
  width: auto;
  left: -75%;
}
.interview03 .sec03 .sec03_img.bunkei img {
  left: -85%;
}

/* interview03 */
/* --------------
interview04
-------------- */
.interview04 {
  /* sec02 */
  /* sec03 */
}
.interview04 .mv .mv_imgArea {
  background-image: url(../images/interview04_mv_img.jpg);
  background-repeat: no-repeat;
  background-size: auto 115%;
  background-position: top 65% center;
}
.interview04 .mv .mv_imgArea.bunkei {
  background-image: url(../images/interview04b_mv_img.jpg);
}
.interview04 .sec01 .sec01_img01 img {
  height: 120%;
  width: auto;
  bottom: auto;
  left: -10%;
}
.interview04 .sec02 .sec02_img img {
  height: 130%;
  width: auto;
  top: -5%;
  left: -24%;
}
.interview04 .sec02 .sec02_img.bunkei img {
  left: -15%;
}
.interview04 .sec03 .sec03_img img {
  height: 100%;
  width: auto;
  left: -93%;
}

/* interview04 */
/* --------------
news
-------------- */
.news {
  /* btnNews */
  /* section */
}
.news .btnNews {
  display: block;
  width: 50vw;
  height: 15vw;
  background-color: #00479d;
  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;
  padding: 0 15px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news .btnNews > div.btnNews_img01 {
  width: 19vw;
}
.news .btnNews > div.btnNews_img02 {
  width: 3.2vw;
}
.news section {
  width: 90%;
  margin: 50px auto 80px;
  /* ul */
}
.news section h1 {
  width: 67vw;
  margin: 0 auto 40px;
}
.news section ul li {
  letter-spacing: 0.06em;
  color: #727171;
  border-bottom: 1px solid #dadbdb;
}
.news section ul li:first-of-type {
  border-top: 1px solid #dadbdb;
}
.news section ul li a {
  display: block;
  width: 100%;
  padding: 20px 0;
}
.news section ul li a span {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
}
.news section ul li a span:nth-of-type(2) {
  color: #fff;
  padding: 0 30px;
  height: 25px;
  line-height: 25px;
  margin: 0 0 0 20px;
}
.news section ul li a span.cat_green {
  background-color: #00a098;
}
.news section ul li a span.cat_orange {
  background-color: #ff9e2d;
}
.news section ul li p {
  font-weight: 400;
  font-size: 15px;
  display: block;
  margin: 15px 0 0;
}
.news section .linkNewsList {
  color: #727171;
  font-size: 16px;
  letter-spacing: 0.3em;
  display: block;
  position: relative;
  width: 100px;
  margin: 20px 0 20px auto;
}
.news section .linkNewsList::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  width: 10px;
  height: 8px;
  background-image: url(../images/arrow_black.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.news .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px auto;
}
.news .pagination a, .news .pagination span {
  width: 50px;
  height: 50px;
  margin: 2px;
  line-height: 50px;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  color: #727171;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news .pagination a > div, .news .pagination span > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .pagination a > div img, .news .pagination span > div img {
  width: auto;
  height: 12px;
}
.news .pagination a:hover {
  background-color: rgba(0, 160, 152, 0.1);
  border-radius: 100%;
}
.news .pagination .current {
  background-color: rgba(0, 160, 152, 0.1);
  border-radius: 100%;
}

/* news */
/* --------------
newsDetails
-------------- */
.newsDetails {
  /* section */
}
.newsDetails h1 {
  border-bottom: 1px solid #dadbdb;
}
.newsDetails h1 img {
  width: 67vw;
  margin: 50px auto;
}
.newsDetails section {
  width: 90%;
  margin: 50px auto 60px;
}
.newsDetails section span {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
}
.newsDetails section span:nth-of-type(2) {
  color: #fff;
  padding: 0 30px;
  height: 25px;
  line-height: 25px;
  margin: 0 0 0 20px;
}
.newsDetails section span.cat_green {
  background-color: #00a098;
}
.newsDetails section span.cat_orange {
  background-color: #ff9e2d;
}
.newsDetails section h2 {
  font-size: 5vw;
  color: #727171;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #dadbdb;
  padding: 0 0 30px;
  margin: 20px 0 30px;
}
.newsDetails section p {
  line-height: 1.8;
  margin: 0 0 1em;
}
.newsDetails section p:last-of-type {
  margin: 0;
}
.newsDetails section .movieArea {
  margin: 40px auto;
}

/* newsDetails */
/* --------------
application
-------------- */
.application {
  /* mv */
  /* section */
  /* entryArea */
}
.application .mv {
  width: 100%;
  height: 107vw;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/application_mv_img.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/application_mv_img.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/application_mv_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.application .mv h1 {
  text-align: center;
  width: 100%;
}
.application .mv h1 img {
  display: inline-block;
  height: 5.9vw;
  width: auto;
}
.application .application-title {
  margin-bottom: 30px;
  padding-top: 40px;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #00a098;
  letter-spacing: 0.05em;
}
.application .application-btn {
  width: 200px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  color: #666;
  border: solid 1px #666;
  border-radius: 18px;
  display: block;
}
.application .application-heading {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 6.4vw;
  text-align: left;
  letter-spacing: 0.05em;
  padding: 100px 5% 0;
}
.application .chuto {
  display: block;
}
.application .application-entry {
  background: #838383;
  width: 130px;
  height: 30px;
  padding: 0 15px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.application .application-entry p {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0em;
  line-height: 1;
  padding: 0 !important;
  border: 0 !important;
}
.application .application-entry img {
  position: relative;
  z-index: 5;
  width: auto;
  height: 6px;
}
.application .application-entry:hover {
  opacity: 0.7;
}
.application section {
  width: 90%;
  margin: 50px auto 60px;
}
.application section h2 {
  font-size: 6.4vw;
  font-weight: bold;
  color: #595757;
  letter-spacing: 0.15em;
  margin: 0 0 30px;
}
.application section dl {
  letter-spacing: 0.16em;
  color: #464646;
  padding: 20px 0;
  border-bottom: 1px solid #99d9d6;
}
.application section dl:first-of-type {
  border-top: 1px solid #99d9d6;
}
.application section dl dt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.application section dl dd {
  font-size: 16px;
  line-height: 2em;
}
.application section dl dd span {
  display: block;
}
.application section dl dd span:first-of-type {
  margin: 0 0 0.5em;
}
.application section dl dd ul li {
  margin: 0 0 0.5em 1em;
  text-indent: -1em;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.application section dl dd ul li::before {
  content: "・";
  margin: 0 0.5em 0 0;
}
.application section dl dd ol li {
  list-style: decimal;
  margin: 0 0 0.5em 2em;
}
.application section p {
  padding: 20px 0;
  border-bottom: 1px solid #99d9d6;
  border-top: 1px solid #99d9d6;
}
.application .entryArea {
  margin: 60px auto;
  /* entryArea_inner */
}
.application .entryArea .entryArea_inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.application .entryArea .entryArea_inner #entry, .application .entryArea .entryArea_inner #entry-intern {
  position: absolute;
  width: 100%;
  height: 0px;
  padding: 0;
  left: 0;
  top: -70px;
  pointer-events: none;
}
.application .entryArea h2 {
  margin: 60px auto 30px;
}
.application .entryArea h2.entryArea_ttl01 {
  width: 30vw;
}
.application .entryArea h2.entryArea_ttl02 {
  width: 53vw;
}
.application .entryArea p {
  line-height: 1.9;
}
.application .entryArea p:nth-of-type(1) {
  font-size: 4.8vw;
}
.application .entryArea p:nth-of-type(2) {
  font-size: 16px;
  margin: 40px 0 50px;
}
.application .entryArea .entryArea_ico {
  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;
  width: 95%;
  margin: 40px auto;
}
.application .entryArea .entryArea_ico > div {
  height: 10.6vw;
  max-height: 40px;
}
.application .entryArea .entryArea_ico > div img {
  height: 100%;
  width: auto;
}
.application .entryArea .entryArea_dl {
  background-color: #eff0f0;
  padding: 40px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px auto;
}
.application .entryArea .entryArea_dl p {
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}
.application .entryArea .entryArea_dl .entryArea_dl_box {
  margin-top: 30px;
}
.application .entryArea .entryArea_dl .entryArea_dl_box > div {
  margin-top: 15px;
}
.application .entryArea .entryArea_dl .entryArea_dl_box > div a {
  text-decoration: underline;
}
.application.bunkei .application-title {
  color: #ff9e2d;
}
.application.bunkei section dl {
  border-bottom: 1px solid #ffd8ab;
}
.application.bunkei section dl:first-of-type {
  border-top: 1px solid #ffd8ab;
}
.application.bunkei section p {
  border-bottom: 1px solid #ffd8ab;
  border-top: 1px solid #ffd8ab;
}

/* application */
/* --------------
faq
-------------- */
.faq {
  /* mv */
  /* section */
}
.faq .mv {
  width: 100%;
  height: 107vw;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/faq_mv_img.jpg?21122301);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/faq_mv_img.jpg?21122301);
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/faq_mv_img.jpg?21122301);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right 45%;
}
.faq .mv h1 {
  text-align: center;
  width: 100%;
}
.faq .mv h1 img {
  display: inline-block;
  height: 5.9vw;
  width: auto;
}
.faq section {
  width: 90%;
  margin: 50px auto 60px;
}
.faq section .lead {
  font-size: 4vw;
  color: #464646;
  letter-spacing: 0.16em;
  text-align: center;
  margin: 0 0 50px;
}
.faq section h2 {
  font-size: 5.9vw;
  color: #00a098;
  margin: 0 0 20px;
}
.faq section .quesArea {
  padding: 20px 0;
  border-bottom: 1px solid #99d9d6;
  border-top: 1px solid #99d9d6;
  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;
}
.faq section .quesArea span {
  display: block;
  font-size: 6.4vw;
  color: #595757;
  margin: 0 20px 0 0;
}
.faq section .quesArea h3 {
  font-size: 4.3vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #595757;
}
.faq section .ansArea {
  padding: 20px 0 40px;
}
.faq section .ansArea:last-of-type {
  padding: 20px 0 0;
}
.faq section .ansArea p {
  margin: 0 0 1em;
}
.faq section .ansArea p:last-of-type {
  margin: 0;
}
.faq section .ansArea p a {
  text-decoration: underline;
}
.faq.bunkei section h2 {
  color: #ff9e2d;
}
.faq.bunkei section .quesArea {
  padding: 20px 0;
  border-bottom: 1px solid #ffd8ab;
  border-top: 1px solid #ffd8ab;
}

/* faq */
/* --------------
flow
-------------- */
.flow {
  /* mv */
  /* section */
}
.flow .mv {
  width: 100%;
  height: 107vw;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/flow_mv_img.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/flow_mv_img.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/flow_mv_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left 55%;
}
.flow .mv h1 {
  text-align: center;
  width: 100%;
}
.flow .mv h1 img {
  display: inline-block;
  height: 5.9vw;
  width: auto;
}
.flow section {
  margin: 50px auto 60px;
  /* stepArea */
  /* detailArea */
}
.flow section h2 {
  width: 90%;
  margin: 0 auto 50px;
  font-size: 4vw;
  color: #464646;
  letter-spacing: 0.16em;
  text-align: center;
}
.flow section .stepArea {
  width: 90%;
  margin: 0 auto;
  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;
}
.flow section .stepArea .stepArea_num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flow section .stepArea .stepArea_num > div img {
  height: 21vw;
  width: auto;
}
.flow section .stepArea .stepArea_num > div:first-of-type {
  margin: 0 5vw 0 0;
}
.flow section .stepArea .stepArea_txt {
  width: 70%;
}
.flow section .stepArea h3 {
  margin-bottom: 2vw;
  font-size: 5.6vw;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #464646;
}
.flow section .stepArea p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.flow section .detailArea {
  background-color: #f0f1f1;
  padding: 30px 5%;
  margin: 30px 0 40px;
}
.flow section .detailArea p {
  margin: 0 0 1em;
  letter-spacing: 0.08em;
}
.flow section .detailArea p:last-of-type {
  margin: 0;
}
.flow section .detailArea .detailArea_dl {
  margin: 1em 0;
  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;
}
.flow section .detailArea .detailArea_dl > div span {
  margin: 0 0.3em;
}
.flow section .detailArea .detailArea_dl > div span:first-of-type {
  margin: 0 0.3em 0 0;
}
.flow section .detailArea .detailArea_dl > div span:last-of-type {
  margin: 0 0 0 0.3em;
}
.flow section .detailArea .detailArea_dl > div a {
  text-decoration: underline;
}
.flow section .detailArea.detailArea02 {
  background-color: #fff;
  padding: 0 5%;
}
.flow section .arrow {
  width: 15vw;
  margin: 30px auto 50px;
}
.flow section .imgArea {
  width: 100%;
  height: 40vw;
  margin: 40px 0 0;
}
.flow section .imgArea.imgArea_01 {
  background: url(../images/flow_sec_img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.flow section .imgArea.imgArea_02 {
  background: url(../images/flow_sec_img02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* flow */
/* --------------
training
-------------- */
.training {
  /* mv */
  /* sec01 */
  /* sec02 */
}
.training .mv {
  width: 100%;
  height: 107vw;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/training_mv_img.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/training_mv_img.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/training_mv_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.training .mv h1 {
  text-align: center;
  width: 100%;
}
.training .mv h1 img {
  display: inline-block;
  height: 5.9vw;
  width: auto;
}
.training .sec01 {
  width: 90%;
  margin: 50px auto 60px;
}
.training .sec01 h2 {
  font-size: 4.8vw;
  color: #595757;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.8;
  font-weight: bold;
}
.training .sec01 > div {
  margin: 20px auto 0;
}
.training .sec02 {
  /* sec02_box */
}
.training .sec02 .sec02_box {
  /* sec02_box_inner */
}
.training .sec02 .sec02_box.sec02_box_bg {
  background-color: #f0f1f1;
  padding: 50px 0;
}
.training .sec02 .sec02_box h2 {
  font-size: 5.3vw;
  letter-spacing: 0.15em;
  color: #00a098;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
}
.training .sec02 .sec02_box h2 span {
  display: block;
  font-size: 4.3vw;
  color: #00a098;
}
.training .sec02 .sec02_box .sec02_box_txt {
  text-align: center;
  margin: -40px auto 30px;
  font-size: 3.7vw;
  letter-spacing: 0.06em;
}
.training .sec02 .sec02_box .sec02_box_inner {
  width: 90%;
  margin: 0 auto;
  /* sec02_box_inner_02 */
}
.training .sec02 .sec02_box .sec02_box_inner > div {
  border: #00a098 solid 1px;
  padding: 30px 7%;
  margin: 0 0 20px;
}
.training .sec02 .sec02_box .sec02_box_inner > div:last-of-type {
  margin: 0;
}
.training .sec02 .sec02_box .sec02_box_inner > div h3 {
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  color: #00a098;
  margin: 0 auto 20px;
  letter-spacing: 0.1em;
}
.training .sec02 .sec02_box .sec02_box_inner.sec02_box_inner_02 > div {
  margin: 0;
}
.training .sec02 .sec02_box .sec02_box_inner.sec02_box_inner_02 > div:nth-of-type(n+2) {
  border-top: none;
}
.training .sec02 .sec02_box .sec02_box_inner.sec02_box_inner_02 > div h3 {
  background-color: #fff;
  border-radius: 100vh;
  width: 40%;
  line-height: 1.5;
}
.training .sec02 .sec02_box .sec02_box_inner.sec02_box_inner_02 > div ul li {
  margin: 0 0 0.5em 1em;
  text-indent: -1em;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.training .sec02 .sec02_box .sec02_box_inner.sec02_box_inner_02 > div ul li::before {
  content: "・";
  margin: 0 0.5em 0 0;
}
.training .sec02 .arrow {
  width: 20%;
  margin: 40px auto;
}
.training.bunkei {
  /* sec02 */
}
.training.bunkei .sec02 {
  /* sec02_box */
}
.training.bunkei .sec02 .sec02_box {
  /* sec02_box_inner */
}
.training.bunkei .sec02 .sec02_box h2 {
  color: #ff9e2d;
}
.training.bunkei .sec02 .sec02_box h2 span {
  color: #ff9e2d;
}
.training.bunkei .sec02 .sec02_box .sec02_box_inner > div {
  border: #ff9e2d solid 1px;
}
.training.bunkei .sec02 .sec02_box .sec02_box_inner > div h3 {
  color: #ff9e2d;
}

/* training */
/* --------------
dataview
-------------- */
.dataview {
  /* mv */
}
.dataview .mv {
  width: 100%;
  height: 107vw;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-image: url(../images/toppage_img_data.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.dataview .mv.bunkei {
  background-image: url(../images/toppage_img_data_b.jpg);
  background-position: 45% center;
}
.dataview .mv h1 {
  text-align: center;
  width: 100%;
}
.dataview .mv h1 img {
  display: inline-block;
  height: 5.9vw;
  width: auto;
}
.dataview .lead {
  font-size: 4vw;
  color: #464646;
  letter-spacing: 0.16em;
  text-align: center;
  margin: 50px 0;
}
.dataview .dataview-row {
  width: 100%;
  margin: 0 auto;
}
.dataview .dataview-button {
  position: relative;
  width: 90%;
  margin: 15px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dataview .dataview-button > div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  padding: 0 0 5px;
  overflow: hidden;
}
.dataview .dataview-button > div span {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 15px 0 0;
  width: 99px;
  height: 66px;
}
.dataview .dataview-button > div p {
  position: relative;
  z-index: 2;
  width: 8em;
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
}
.dataview .dataview-button::after {
  position: absolute;
  z-index: 3;
  content: "";
  bottom: 10px;
  left: calc(50% - 8px);
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.dataview .dataview-button.open::after {
  bottom: -20px;
  border-color: #666;
}
.dataview .dataview-button.darkgreen > div {
  background-color: #00a098;
}
.dataview .dataview-button.lightgreen > div {
  background-color: #4cbcb7;
}
.dataview .dataview-button.darkorange > div {
  background-color: #ff9e2d;
}
.dataview .dataview-button.lightorange > div {
  background-color: #ffbb6c;
}
.dataview .dataview-fig {
  position: relative;
  display: none;
  margin: 30px auto;
  width: 100%;
  background-color: #f0f1f1;
}
.dataview .dataview-fig .dataview-close {
  position: absolute;
  display: block;
  width: 180px;
  height: 12px;
  bottom: 40px;
  left: calc(50% - 91px);
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #444;
  border: solid 1px #666;
  border-radius: 18px;
}
.dataview .dataview-fig img.pc {
  display: none;
}
.dataview #ratio {
  position: absolute;
  width: 100%;
  height: 0px;
  padding: 0;
  left: 0;
  top: -70px;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */