@charset "UTF-8";
@media screen and (min-width: 641px) {
  .only_sp {
    display: none;
  }
  .only_pc {
    display: block;
  }
  body {
    min-width: 1100px;
  }
  /* --------------
  header
  -------------- */
  header {
    height: 72px;
    /* header-hamburger */
  }
  header .header-inner {
    min-width: 1000px;
    height: 72px;
  }
  header .header-logo {
    margin-left: calc(50% - 326px);
  }
  header .header-entry {
    position: absolute;
    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: 100px;
    height: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    right: calc(50% - 128px);
    top: 20px;
    padding: 0 15px;
    background: #00a098;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .header-entry:hover {
    opacity: 0.7;
  }
  header .header-entry img {
    position: relative;
    z-index: 5;
  }
  header .header-entry img:nth-of-type(1) {
    width: auto;
    height: 8px;
  }
  header .header-entry img:nth-of-type(2) {
    width: auto;
    height: 6px;
  }
  header .header-entry.header-entry-intern {
    right: calc(50% - 253px);
    background: #ff9e2d;
    width: 130px;
  }
  header .header-entry.header-entry-intern p {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0em;
    line-height: 1;
  }
  header .header-entry.header-entry-intern img {
    position: relative;
    z-index: 5;
  }
  header .header-entry.header-entry-intern img:nth-of-type(1) {
    width: auto;
    height: 6px;
  }
  header .header-entry.header-entry-intern:hover {
    opacity: 0.7;
  }
  header .header-entry.header-entry-graduate {
    right: calc(50% - 108px);
    background: #00a098;
    width: 130px;
  }
  header .header-entry.header-entry-graduate p {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0em;
    line-height: 1;
  }
  header .header-entry.header-entry-graduate img {
    position: relative;
    z-index: 5;
  }
  header .header-entry.header-entry-graduate img:nth-of-type(1) {
    width: auto;
    height: 6px;
  }
  header .header-entry.header-entry-graduate:hover {
    opacity: 0.7;
  }
  header .header-entry.header-entry-others {
    right: calc(50% - 428px);
    background: #838383;
    width: 160px;
    overflow: visible;
  }
  header .header-entry.header-entry-others p {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0em;
    line-height: 1;
  }
  header .header-entry.header-entry-others > img {
    position: relative;
    z-index: 5;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  header .header-entry.header-entry-others > img:nth-of-type(1) {
    width: auto;
    height: 6px;
  }
  header .header-entry.header-entry-others:hover {
    opacity: 1;
  }
  header .header-entry.header-entry-others:hover .subMenyu {
    display: block;
  }
  header .header-entry.header-entry-others .subMenyu {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    background: #838383;
    width: 100%;
  }
  header .header-entry.header-entry-others .subMenyu li a {
    font-size: 10px;
    color: #fff;
    background: #838383;
    margin-bottom: 5px;
    padding: 10px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-entry.header-entry-others .subMenyu li a:hover {
    opacity: 0.7;
  }
  header .header-entry.header-entry-others .subMenyu li a img {
    position: relative;
    z-index: 5;
  }
  header .header-entry.header-entry-others .subMenyu li a img:nth-of-type(1) {
    width: auto;
    height: 6px;
  }
  header .header-hamburger {
    width: 73px;
    right: calc(50% - 500px);
  }
  header .header-hamburger:hover {
    cursor: pointer;
  }
  header .header-hamburger span {
    background-color: #00a098;
    left: 25px;
  }
  .menuArea {
    top: 72px;
    left: 0;
    right: 0;
    /* menuBlock */
    /* menuArea_link */
    /* menuArea_bunkei */
  }
  .menuArea:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .menuArea .inner {
    position: relative;
    z-index: 99;
    margin: 0 0 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 580px;
    height: calc(100vh - 72px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .menuArea .inner.wide {
    width: 800px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(58%, #fff), color-stop(58%, #f1f2f2), to(#f1f2f2));
    background: -webkit-linear-gradient(left, #fff 0%, #fff 58%, #f1f2f2 58%, #f1f2f2 100%);
    background: linear-gradient(90deg, #fff 0%, #fff 58%, #f1f2f2 58%, #f1f2f2 100%);
  }
  .menuArea .menu_text {
    width: 375px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menuArea h3 {
    padding: 0 0 0 70px;
    border-bottom: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menuArea h3:after {
    content: "";
    display: block;
    position: absolute;
    top: 44%;
    left: 405px;
    width: 10px;
    height: 8px;
    background-image: url(../images/arrow_green.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .menuArea h3 a::after {
    opacity: 0;
  }
  .menuArea h3:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .menuArea .menuBlock {
    margin: 0;
    position: relative;
    /* li */
    /* open */
  }
  .menuArea .menuBlock .subMenuBtn {
    position: relative;
    z-index: 1;
  }
  .menuArea .menuBlock ul {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 58%;
    width: 42%;
  }
  .menuArea .menuBlock li {
    border-bottom: 0px;
    background-color: inherit;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menuArea .menuBlock li:hover {
    opacity: 0.6;
  }
  .menuArea .menuBlock li a {
    padding: 0 0 0 10%;
    cursor: pointer;
    background-color: inherit;
  }
  .menuArea .menuBlock li a::after {
    right: 20px;
  }
  .menuArea .menuBlock.open {
    /* subMenuBtn */
  }
  .menuArea .menuBlock.open .subMenuBtn {
    background-color: #f1f2f2;
  }
  .menuArea .menuBlock.menuBlock_cw {
    margin-top: 50px;
  }
  .menuArea .menuBlock.menuBlock_cw h3 {
    height: 50px;
  }
  .menuArea .menuBlock.menuBlock_cw h3 a {
    font-size: 14px;
    color: #727171;
  }
  .menuArea .menuBlock.menuBlock_cw h3 a::after {
    background-image: url(../images/arrow_black.svg);
  }
  .menuArea .menuArea_link {
    width: 331px;
    margin: 50px 0 0 70px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menuArea .menuArea_link.menuArea_link_bunkei:hover {
    background-color: #ccecea;
  }
  .menuArea .menuArea_link.menuArea_link_entry {
    background-color: #00a098;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }
  .menuArea .menuArea_link.menuArea_link_entry img:first-of-type {
    width: 74px;
  }
  .menuArea .menuArea_link.menuArea_link_entry:hover {
    background-color: #66c6c1;
  }
  .menuArea.menuArea_bunkei .menuBlock h3 {
    color: #ff9e2d;
  }
  .menuArea.menuArea_bunkei .menuBlock h3::after {
    background-image: url(../images/arrow_orange.svg);
  }
  .menuArea.menuArea_bunkei .menuArea_link.menuArea_link_bunkei:hover {
    background-color: #fff5ea;
  }
  /* menuArea */
  /* --------------
  footer
  -------------- */
  footer {
    background-color: #e5f5f4;
    padding: 70px 0 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* footer_menuArea */
  }
  footer h3 {
    border: none;
    padding: 0;
    font-size: 20px;
    height: 50px;
  }
  footer h3.small {
    font-size: 19px;
    letter-spacing: 0;
  }
  footer h3 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer h3 a::after {
    right: 0;
  }
  footer h3 a:hover {
    opacity: 0.6;
  }
  footer h3.footer_menu_top-news {
    font-size: 20px;
    width: 150px;
  }
  footer h3.footer_menu_top-news:first-of-type {
    border: none;
  }
  footer h3.footer_menu_top-news a::after {
    right: 0;
  }
  footer .footer_logo {
    width: 1080px;
    margin: 0 auto 30px;
  }
  footer .footer_logo img {
    width: 315px;
  }
  footer .footer_inner01 {
    width: 1080px;
    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;
  }
  footer .footer_inner01 .footer_menu_top {
    color: #00a098;
    font-size: 20px;
    line-height: 60px;
  }
  footer .footer_inner01 .menu_text {
    background-color: inherit;
    color: #00a098;
    border-bottom: 1px solid #00a098;
    padding: 0;
    margin-left: 30px;
  }
  footer .footer_inner01 .menu_text a {
    display: inline-block;
    color: #00a098;
  }
  footer .footer_inner01 .menu_text a::after {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    background-image: url(../images/arrow_green.svg);
  }
  footer .footer_menuArea {
    background-color: inherit;
    /* footer_link */
  }
  footer .footer_menuArea .footer_inner02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer_menuArea .footer_inner02 .footer_clumn {
    margin-left: 50px;
  }
  footer .footer_menuArea .footer_inner02 .footer_clumn:nth-of-type(1) {
    width: 275px;
  }
  footer .footer_menuArea .footer_inner02 .footer_clumn:nth-of-type(2) {
    width: 275px;
  }
  footer .footer_menuArea .footer_inner02 .footer_clumn:nth-of-type(3) {
    width: 205px;
  }
  footer .footer_menuArea .footer_inner02 .footer_clumn .menuBlock ul li {
    border: none;
    height: 40px;
  }
  footer .footer_menuArea .footer_inner02 .footer_clumn .menuBlock ul li a {
    background-color: inherit;
    font-size: 16px;
    color: #231815;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .footer_menuArea .footer_inner02 .footer_clumn .menuBlock ul li a::after {
    right: 0;
  }
  footer .footer_menuArea .footer_inner02 .footer_clumn .menuBlock ul li a:hover {
    opacity: 0.6;
  }
  footer .footer_menuArea a.footer_link {
    width: 292px;
    height: 60px;
    margin-right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .footer_menuArea a.footer_link.footer_link_bunkei p {
    line-height: 60px;
  }
  footer .footer_menuArea a.footer_link.footer_link_bunkei:hover {
    background-color: #fff;
  }
  footer .footer_menuArea a.footer_link.footer_link_entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-color: #00a098;
    margin-top: 25px;
  }
  footer .footer_menuArea a.footer_link.footer_link_entry img:first-of-type {
    width: 11px;
  }
  footer .footer_menuArea a.footer_link.footer_link_entry:hover {
    background-color: #66c6c1;
  }
  footer.bunkei {
    background-color: #fff5ea;
    /* footer_menuArea */
  }
  footer.bunkei .footer_inner01 .footer_menu_top {
    color: #ff9e2d;
  }
  footer.bunkei .footer_inner01 .menu_text {
    background-color: inherit;
    color: #ff9e2d;
    border-bottom: 1px solid #ff9e2d;
  }
  footer.bunkei .footer_inner01 .menu_text a {
    color: #ff9e2d;
  }
  footer.bunkei .footer_inner01 .menu_text a::after {
    background-image: url(../images/arrow_orange.svg);
  }
  footer.bunkei .footer_menuArea {
    background-color: inherit;
    /* footer_link */
  }
  footer.bunkei .footer_menuArea a.footer_link.footer_link_entry {
    border-color: #00a098;
    background-color: #00a098;
  }
  footer.bunkei .footer_menuArea a.footer_link.footer_link_entry:hover {
    background-color: #66c6c1;
  }
  /* footer */
  #footerCopyBlock {
    background-color: #e5f5f4;
    margin: 0;
    padding-bottom: 30px;
    height: inherit;
  }
  #footerCopyBlock.bunkei {
    background-color: #fff5ea;
  }
  #footerCopyBlock.topindex-footer {
    background-color: #fff;
  }
  #footerCopyBlock .footerCopyBlock_inner {
    width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #footerCopyBlock a {
    color: #231815;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 14px;
    margin-right: 40px;
    line-height: 55px;
    padding-right: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #footerCopyBlock a:after {
    content: "";
    display: block;
    position: absolute;
    top: 44%;
    right: 0;
    width: 10px;
    height: 8px;
    background-image: url(../images/arrow_black.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #footerCopyBlock a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  #footerCopyBlock p {
    margin: 0 0 0 auto;
    font-size: 11px;
    color: #231815;
  }
  #entry_fixed {
    display: none;
  }
  /* --------------
  共通
  -------------- */
  .link_recruit {
    max-width: 1920px;
    margin: 0 auto 150px;
  }
  .link_recruit h2 {
    margin: 90px auto;
  }
  .link_recruit h2 img {
    max-width: 325px;
  }
  .link_recruit > div {
    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;
    height: 22.4vw;
    min-height: 246px;
    max-height: 430px;
  }
  .link_recruit > div a {
    width: 33.25%;
    height: 100%;
    margin-top: 0;
  }
  .link_recruit > div a h3 {
    font-size: 20px;
    max-width: 300px;
    padding: 20px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .link_recruit > div a::before {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .link_recruit > div a:hover::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .link_recruit > div a:hover h3 {
    background-color: #00a098;
  }
  .link_recruit.link_recruit_orange > div a:hover h3 {
    background-color: #ff9e2d;
  }
  .link_recruit.link_recruit_blue > div a:hover h3 {
    background-color: #00479d;
  }
  /* --------------
  topindex
  -------------- */
  .topindex .topindex-mv {
    max-width: 1920px;
    margin: 0 auto;
    height: 50vw;
    min-height: 550px;
    max-height: 600px;
  }
  .topindex .topindex-mv .topindex-mv-bg {
    width: 960px;
    height: 960px;
    left: calc(50% - 480px);
    top: calc(50% - 480px);
  }
  .topindex .topindex-mv h1 {
    width: 870px;
    left: calc(50% - 435px);
    top: calc(50% - 125px);
  }
  .topindex .topindex-mv h1 img.pc {
    display: block;
  }
  .topindex .topindex-mv h1 img.sp {
    display: none;
  }
  .topindex .topindex-link {
    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;
    max-width: 1920px;
    margin: 0 auto;
  }
  .topindex .topindex-link a {
    width: 50%;
    height: 25vw;
    min-height: 300px;
    max-height: 450px;
  }
  .topindex .topindex-link a div {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .topindex .topindex-link a span {
    width: 300px;
    padding: 20px 0;
    font-size: 24px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  .topindex .topindex-link a span::after {
    top: calc(50% - 8px);
    right: 20px;
    width: 20px;
    height: 16px;
  }
  .topindex .topindex-link a:hover div {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .topindex .topindex-link a.rikei div {
    background-position: center 40%;
  }
  .topindex .topindex-link a.rikei:hover span {
    background-color: rgba(0, 160, 152, 0.7);
  }
  .topindex .topindex-link a.bunkei div {
    background-position: center 20%;
  }
  .topindex .topindex-link a.bunkei:hover span {
    background-color: rgba(255, 158, 45, 0.7);
  }
  /* --------------
  toppage
  -------------- */
  .toppage {
    max-width: 1920px;
    margin: 0 auto;
  }
  .toppage .toppage-mv {
    height: calc(100vh - 72px);
    min-height: 580px;
    padding-top: 0;
  }
  .toppage .toppage-mv.rikei {
    background-position: 50% 30%;
  }
  .toppage .toppage-mv.bunkei {
    background-position: 50% 20%;
  }
  .toppage .toppage-mv h1 {
    position: absolute;
    width: 870px;
    left: calc(50% - 435px);
    top: calc(40% - 125px);
    margin: 0;
  }
  .toppage .toppage-mv h1 img.sp {
    display: none;
  }
  .toppage .toppage-mv h1 img.pc {
    display: block;
  }
  .toppage .toppage-mv p {
    position: absolute;
    font-size: 30px;
    width: 100%;
    left: 0;
    bottom: 25%;
  }
  .toppage .toppage-mv > span {
    width: 250px;
    left: calc(50% - 125px);
    bottom: 100px;
    font-size: 18px;
  }
  .toppage .toppage-mv .scroll {
    font-size: 14px;
  }
  .toppage .toppage-works {
    padding-top: 100px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .toppage .toppage-works .flexWrap {
    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;
    max-width: 1920px;
    margin: 0 auto;
  }
  .toppage .toppage-works .flexWrap > div {
    padding-bottom: 100px;
  }
  .toppage .toppage-works .flexWrap > div:nth-of-type(1) {
    width: 50%;
    padding: 0;
  }
  .toppage .toppage-works .flexWrap > div:nth-of-type(1) > img {
    width: 1200px;
    height: auto;
    left: auto;
    right: 0px;
    top: -180px;
    bottom: auto;
    opacity: 1;
  }
  .toppage .toppage-works .flexWrap > div:nth-of-type(1) > img.bunkei {
    width: 1000px;
    height: auto;
    left: auto;
    right: 40px;
    top: -50px;
    bottom: auto;
    opacity: 1;
  }
  .toppage .toppage-works .flexWrap > div:nth-of-type(2) {
    width: 50%;
  }
  .toppage .toppage-works h2 {
    width: 540px;
    margin: 0 0 60px auto;
  }
  .toppage .toppage-works h2 img {
    height: 80px;
    margin: 0;
  }
  .toppage .toppage-works p {
    width: 500px;
    margin: 0 40px 0 auto;
    font-size: 16px;
    line-height: 2.4;
  }
  .toppage .toppage-works a {
    width: 90%;
    max-height: 270px;
    margin: 0 0 0 auto;
  }
  .toppage .toppage-works a img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .toppage .toppage-works a span {
    width: 320px;
    padding: 25px 0;
    font-size: 24px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  .toppage .toppage-works a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .toppage .toppage-works a:hover span {
    background-color: rgba(0, 160, 152, 0.7);
  }
  .toppage .toppage-works a:hover span.bunkei {
    background-color: rgba(255, 158, 45, 0.7);
  }
  .toppage .toppage-person {
    max-width: 1920px;
    margin: 0 auto;
  }
  .toppage .toppage-person > img {
    width: 50%;
    top: auto;
    bottom: 180px;
    opacity: 1;
  }
  .toppage .toppage-person > div {
    padding: 100px 0 80px;
    background-color: #f1f2f2;
  }
  .toppage .toppage-person > div > div {
    width: 1080px;
    margin: 0 auto;
  }
  .toppage .toppage-person h2 {
    width: 540px;
    margin: 0 auto 70px 0;
  }
  .toppage .toppage-person h2 img {
    height: 80px;
    margin: 0;
  }
  .toppage .toppage-person p {
    width: 500px;
    margin: 0 auto 0 0;
    font-size: 16px;
    line-height: 2.4;
  }
  .toppage .toppage-movie {
    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;
  }
  .toppage .toppage-movie .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -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: 33.33%;
    padding-bottom: 0;
  }
  .toppage .toppage-movie .text h3 {
    margin: 0 0 20px;
    padding-top: 0;
    font-size: 30px;
  }
  .toppage .toppage-movie .text h3 br.pc {
    display: inline;
  }
  .toppage .toppage-movie .text p {
    width: 90%;
    max-width: 400px;
    font-size: 16px;
  }
  .toppage .toppage-movie .movieArea {
    width: 66.66%;
    overflow: hidden;
  }
  .toppage .toppage-movie .movieArea .movieArea-bg {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .toppage .toppage-movie .movieArea .icon-play {
    width: 140px;
    height: 140px;
    left: calc(50% - 70px);
    top: calc(50% - 70px);
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
    transition: filter 0.5s;
    transition: filter 0.5s, -webkit-filter 0.5s;
  }
  .toppage .toppage-movie .movieArea:hover {
    cursor: pointer;
  }
  .toppage .toppage-movie .movieArea:hover .movieArea-bg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .toppage .toppage-movie .movieArea:hover .icon-play {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
  .toppage .toppage-interview {
    margin-bottom: 0px;
    padding-bottom: 100px;
    background-color: #f1f2f2;
  }
  .toppage .toppage-challenge a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -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: 450px;
    padding: 0;
  }
  .toppage .toppage-challenge a::before {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .toppage .toppage-challenge a:hover::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .toppage .toppage-challenge a:hover h2 span {
    background-color: rgba(0, 160, 152, 0.9);
  }
  .toppage .toppage-challenge a:hover h2 span.bunkei {
    background-color: rgba(255, 158, 45, 0.7);
  }
  .toppage .toppage-challenge h2 {
    width: 600px;
    margin-bottom: 40px;
  }
  .toppage .toppage-challenge h2 span {
    display: block;
    width: 100%;
    padding: 25px 0;
    font-size: 26px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  .toppage .toppage-challenge p {
    width: 600px;
    margin: 0;
    font-size: 16px;
    line-height: 2.4;
  }
  .toppage .toppage-training {
    padding: 100px 0;
    background-image: url(../images/toppage_img_training.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .toppage .toppage-training.bunkei {
    background-image: url(../images/toppage_img_training_b.jpg);
  }
  .toppage .toppage-training .text {
    width: 560px;
    margin-left: calc(50% - 540px);
    margin-bottom: 50px;
    padding: 0;
  }
  .toppage .toppage-training .text > img {
    display: none;
  }
  .toppage .toppage-training .text h2 {
    margin-bottom: 60px;
  }
  .toppage .toppage-training .text h2 img {
    height: 80px;
    margin: 0;
  }
  .toppage .toppage-training .text p {
    width: 500px;
    margin: 0;
    font-size: 16px;
    line-height: 2.4;
  }
  .toppage .toppage-training .photo {
    width: calc(50% + 140px);
    height: 350px;
    margin-bottom: 70px;
  }
  .toppage .toppage-training .photo img {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .toppage .toppage-training a {
    width: 380px;
    margin-left: calc(50% - 540px);
    padding: 24px 0;
    font-size: 24px;
    -webkit-transition: color 0.5s, background 0.5s;
    transition: color 0.5s, background 0.5s;
  }
  .toppage .toppage-training a:hover {
    background-color: #00a098;
    color: #fff;
  }
  .toppage .toppage-training a:hover.bunkei {
    background-color: #ff9e2d;
  }
  .toppage .toppage-corporate {
    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: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 70px;
  }
  .toppage .toppage-corporate .text {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 650px;
    margin-left: calc(50% - 540px);
    padding-bottom: 60px;
  }
  .toppage .toppage-corporate h2 {
    margin-bottom: 60px;
  }
  .toppage .toppage-corporate h2 img {
    height: 80px;
    margin: 0;
  }
  .toppage .toppage-corporate p {
    width: 500px;
    margin: 0;
    font-size: 16px;
    line-height: 2.4;
  }
  .toppage .toppage-corporate .photo {
    width: calc(50% - 160px);
    margin: 0;
    padding-right: 50px;
    overflow: hidden;
  }
  .toppage .toppage-corporate .photo img {
    min-width: 650px;
  }
  .toppage .toppage-corporate-link > div {
    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;
  }
  .toppage .toppage-corporate-link > div a {
    width: 50%;
    max-height: 540px;
  }
  .toppage .toppage-corporate-link a img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .toppage .toppage-corporate-link a span {
    width: 400px;
    padding: 25px 0;
    font-size: 24px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  .toppage .toppage-corporate-link a:hover {
    cursor: pointer;
  }
  .toppage .toppage-corporate-link a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .toppage .toppage-corporate-link a:hover span {
    background-color: rgba(0, 160, 152, 0.7);
  }
  .toppage .toppage-corporate-link a:hover span.bunkei {
    background-color: rgba(255, 158, 45, 0.7);
  }
  .toppage .toppage-corporate-link > a {
    height: 500px;
  }
  .toppage .toppage-corporate-link > a img {
    height: 720px;
    margin-top: -110px;
    margin-left: calc(50% - 960px);
  }
  .toppage .toppage-corporate-link > a span {
    width: 400px;
  }
  .top-movie-overlay .movie-container {
    width: 720px;
    height: 405px;
  }
  .top-movie-overlay .overlay-close {
    right: calc(50% - 360px);
    top: calc(50% - 250px);
  }
  .top-movie-overlay .overlay-close:hover {
    cursor: pointer;
  }
  /* --------------
  field, strong, vision 共通
  -------------- */
  .field .mv, .strong .mv, .vision .mv {
    height: 37vw;
    min-height: 400px;
    max-height: 700px;
  }
  .field .mv h1 img, .strong .mv h1 img, .vision .mv h1 img {
    height: 33px;
    width: auto;
  }
  .field .sec01 h2, .strong .sec01 h2, .vision .sec01 h2 {
    font-size: 24px;
  }
  .field .sec01 h2 br.sp, .strong .sec01 h2 br.sp, .vision .sec01 h2 br.sp {
    display: none;
  }
  .field .sec01 p, .strong .sec01 p, .vision .sec01 p {
    text-align: center;
  }
  .field .sec01 .sec01_fig, .strong .sec01 .sec01_fig, .vision .sec01 .sec01_fig {
    width: 546px;
    margin: 50px auto 150px;
  }
  .field .link_next, .strong .link_next, .vision .link_next {
    margin-top: 150px;
    height: 26vw;
    min-height: 286px;
    max-height: 500px;
  }
  .field .link_next::before, .strong .link_next::before, .vision .link_next::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .field .link_next h2, .strong .link_next h2, .vision .link_next h2 {
    font-size: 32px;
    max-width: 382px;
    padding: 20px 0;
    border: 2px solid #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .field .link_next:hover::before, .strong .link_next:hover::before, .vision .link_next:hover::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .field .link_next:hover h2, .strong .link_next:hover h2, .vision .link_next:hover h2 {
    background-color: rgba(0, 160, 152, 0.7);
  }
  .field .link_next:hover h2.bunkei, .strong .link_next:hover h2.bunkei, .vision .link_next:hover h2.bunkei {
    background-color: rgba(255, 158, 45, 0.7);
  }
  /* link_next */
  /* --------------
  strong
  -------------- */
  .strong {
    max-width: 1920px;
    margin: 0 auto;
  }
  .strong .mv {
    background-size: 105% auto;
    background-position: center right;
  }
  .strong .sec02 {
    width: 100%;
  }
  .strong .sec02 .sec02_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
  .strong .sec02 .sec02_box .sec02_txt {
    width: 494px;
  }
  .strong .sec02 .sec02_box .sec02_txt h2 span img {
    width: auto;
    height: 106px;
  }
  .strong .sec02 .sec02_box .sec02_txt h2 p {
    font-size: 30px;
  }
  .strong .sec02 .sec02_box .sec02_img {
    width: 47%;
    margin: 0 0 0 5%;
  }
  .strong .sec02 .sec02_box:nth-of-type(2n) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .strong .sec02 .sec02_box:nth-of-type(2n) .sec02_txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .strong .sec02 .sec02_box:nth-of-type(2n) .sec02_img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 5% 0 0;
  }
  .strong .link_next {
    background-position: top 35% center;
  }
  /* strong */
  /* --------------
  field
  -------------- */
  .field {
    max-width: 1920px;
    margin: 0 auto;
    /* sec02 */
  }
  .field .mv {
    background-size: cover;
    background-position: center;
  }
  .field .sec02 {
    width: 1073px;
    margin: 0 auto;
  }
  .field .sec02 .sec02_box {
    margin: 0 0 140px;
  }
  .field .sec02 .sec02_box h2 {
    width: 75px;
    padding: 0 50px 0 0;
  }
  .field .sec02 .sec02_box .sec02_box_inner {
    width: 882px;
  }
  .field .sec02 .sec02_box .sec02_box_inner h3 {
    font-size: 30px;
    margin: 0 0 30px;
  }
  .field .sec02 .sec02_box .sec02_box_inner .sec02_img {
    width: 345px;
    margin: 0;
  }
  .field .sec02 .sec02_box .sec02_box_inner h4 {
    font-size: 20px;
    margin: 30px 0 40px;
  }
  .field .sec02 .sec02_box .sec02_box_inner > div {
    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;
  }
  .field .sec02 .sec02_box .sec02_box_inner > div > div p {
    width: 472px;
  }
  .field .sec02 .sec02_box .sec02_box_inner .sec02_box_inner_txt {
    margin: 0 0 100px;
  }
  .field .sec02 .sec02_box .sec02_box_inner .sec02_box_inner_txt:last-of-type {
    margin: 0;
  }
  .field .link_next {
    background-size: 103% auto;
    background-position: top 50% right 35%;
  }
  /* field */
  /* --------------
  vision
  -------------- */
  .vision {
    max-width: 1920px;
    margin: 0 auto;
  }
  .vision .mv {
    background-size: 100% auto;
    background-position: bottom 35% center;
  }
  .vision .sec02 h2 img:nth-of-type(1) {
    width: 451px;
  }
  .vision .sec02 h2 img:nth-of-type(2) {
    width: 289px;
    margin: 50px auto 30px;
  }
  .vision .sec02 h2 img:nth-of-type(3) {
    width: 235px;
    margin: 0 auto 90px;
  }
  .vision .sec02 .sec02_img {
    height: 24vw;
    min-height: 264px;
    max-height: 460px;
  }
  .vision .sec02 .sec02_img:nth-of-type(1) {
    background-size: cover;
    background-position: bottom center;
  }
  .vision .sec02 .sec02_img:nth-of-type(2) {
    background-size: cover;
    background-position: center;
  }
  .vision .sec02 .sec02_img:nth-of-type(3) {
    background-size: cover;
    background-position: center;
  }
  .vision .sec02 .sec02_img:nth-of-type(4) {
    background-size: cover;
    background-position: bottom center;
  }
  .vision .sec02 .sec02_img > div {
    width: 90px;
    margin: 0 60px 0 0;
  }
  .vision .sec02 .sec02_img > div img {
    height: 90px;
  }
  .vision .sec02 .sec02_img h3 {
    font-size: 33px;
  }
  .vision .sec02 .sec02_txt {
    width: 883px;
    margin: 100px auto 150px;
    line-height: 2.4;
  }
  /* vision */
  /* --------------
  challenge
  -------------- */
  .challenge {
    /* mv */
    /* section */
  }
  .challenge .mv {
    max-width: 1920px;
    margin: 0 auto;
    height: 45vw;
    min-height: 640px;
    max-height: 750px;
    background-position: center;
  }
  .challenge .mv .mv_txtArea h1 {
    text-align: center;
  }
  .challenge .mv .mv_txtArea h1 img:nth-of-type(1) {
    height: 111px;
  }
  .challenge .mv .mv_txtArea h1 img:nth-of-type(2) {
    height: 34px;
    margin: 100px auto 100px;
  }
  .challenge .mv .mv_txtArea p {
    font-size: 20px;
    letter-spacing: 0.085em;
  }
  .challenge section {
    max-width: 1080px;
    margin: 150px auto 140px;
    /* sec_keywordArea */
  }
  .challenge section:last-of-type {
    margin: 140px auto 190px;
  }
  .challenge section h2 img {
    display: inline-block;
    height: 58px;
    margin: 0 15PX 0 0;
  }
  .challenge section h3 {
    font-size: 31px;
  }
  .challenge section .sec_lead {
    line-height: 2.4;
  }
  .challenge section .sec_keywordArea {
    margin: 70px 0 0;
    /* sec_keywordArea_inner */
  }
  .challenge section .sec_keywordArea h4 {
    font-size: 20px;
    top: -10px;
    padding: 0 50px 0 0;
  }
  .challenge section .sec_keywordArea .sec_keywordArea_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .challenge section .sec_keywordArea .sec_keywordArea_inner > div {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #c3c4c4;
    position: relative;
  }
  .challenge section .sec_keywordArea .sec_keywordArea_inner > div:nth-of-type(2n-1) {
    border-left: none;
    border-right: none;
  }
  .challenge section .sec_keywordArea .sec_keywordArea_inner > div:nth-of-type(2n) {
    border-right: none;
  }
  .challenge section .sec_keywordArea .sec_keywordArea_inner > div:nth-of-type(-n+2) {
    border-top: none;
  }
  .challenge section .sec_keywordArea .sec_keywordArea_inner > div:nth-of-type(n+3) {
    border-top: none;
    border-bottom: none;
  }
  .challenge section .sec_keywordArea .sec_keywordArea_inner > div:nth-of-type(1) {
    padding: 50px 50px 340px 0;
  }
  .challenge section .sec_keywordArea .sec_keywordArea_inner > div:nth-of-type(2) {
    padding: 50px 0 340px 50px;
  }
  .challenge section .sec_keywordArea .sec_keywordArea_inner > div:nth-of-type(3) {
    padding: 50px 50px 290px 0;
  }
  .challenge section .sec_keywordArea .sec_keywordArea_inner > div:nth-of-type(4) {
    padding: 50px 0 290px 50px;
  }
  .challenge section .sec_keywordArea .sec_keywordArea_inner > div h5 {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 40px;
  }
  .challenge section .sec_keywordArea .sec_keywordArea_inner > div .sec_keywordArea_inner_img {
    height: 250px;
    width: calc(100% - 50px);
    margin: 0;
    position: absolute;
    bottom: 0;
  }
  .challenge section .sec_keywordArea .sec_keywordArea_inner > div .sec_keywordArea_inner_img.sec_keywordArea_inner_img_btm50 {
    bottom: 50px;
  }
  /* challenge */
  /* --------------
  interview01 interview02 interview03 interview04共通
  -------------- */
  .link_nextInterview {
    max-width: 1920px;
    margin: 0 auto;
    background: inherit;
    padding: 0;
  }
  .link_nextInterview h2 {
    max-width: 457px;
    margin: 100px auto 100px;
    padding-top: 0;
  }
  .link_nextInterview .link_nextInterview_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 35vw;
    min-height: 420px;
    max-height: 560px;
  }
  .link_nextInterview .link_nextInterview_box_inner {
    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%);
    width: 33.3%;
    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_nextInterview .link_nextInterview_box_inner.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 .link_nextInterview_box_inner.link_nextInterview_box_inner01 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .link_nextInterview .link_nextInterview_box_inner h3 {
    margin: 0 0 20px;
    padding-top: 0;
    text-align: center;
    font-size: 30px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .link_nextInterview .link_nextInterview_box_inner p {
    width: 90%;
    max-width: 400px;
    font-size: 16px;
  }
  .link_nextInterview .swiper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 66.6%;
    margin: 0;
    height: auto;
  }
  .link_nextInterview .swiper .swiper-slide {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .link_nextInterview .swiper .swiper-slide .swiper-bg {
    background-size: cover;
    background-position: center top;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .link_nextInterview .swiper .swiper-slide::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 160, 152, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .link_nextInterview .swiper .swiper-slide.bunkei::before {
    background-color: rgba(255, 158, 45, 0.5);
  }
  .link_nextInterview .swiper .swiper-slide > span {
    width: 90px;
    left: 10px;
    top: 10px;
  }
  .link_nextInterview .swiper .swiper-slide p {
    max-width: 320px;
    bottom: 20px;
    left: 15px;
  }
  .link_nextInterview .swiper .swiper-slide p span {
    font-size: 14px;
    line-height: 26px;
  }
  .link_nextInterview .swiper .swiper-slide:hover::before {
    opacity: 1;
  }
  .link_nextInterview .swiper .swiper-slide:hover .swiper-bg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .link_nextInterview .swiper .swiper-button-prev, .link_nextInterview .swiper .swiper-button-next, .link_nextInterview .swiper .swiper-pagination {
    display: none;
  }
  .bunkei {
    /* link_nextInterview */
  }
  .bunkei .link_nextInterview {
    background: inherit;
  }
  /* bunkei */
  /* --------------
  interview01 interview02共通
  -------------- */
  .interview-bg {
    height: calc(100vh - 72px);
    top: 72px;
  }
  .interview-bg.bg1-1 {
    background-position: center top;
  }
  .interview-bg.bg1-2 {
    background-position: center 30%;
  }
  .interview-bg.bg1-3 {
    background-position: center 50%;
  }
  .interview-bg.bg1-4 {
    background-position: center 60%;
  }
  .interview-bg.bg1-5 {
    background-position: center 50%;
  }
  .interview-bg.bg2-1 {
    background-position: center top;
  }
  .interview-bg.bg2-2 {
    background-position: center 30%;
  }
  .interview-bg.bg2-3 {
    background-position: center 30%;
  }
  .interview-bg.bg2-4 {
    background-position: center 30%;
  }
  .interview-bg.bg2-5 {
    background-position: center 0%;
  }
  .interview-bg.bg1b-1 {
    background-position: center top;
  }
  .interview-bg.bg1b-2 {
    background-position: center 30%;
  }
  .interview-bg.bg1b-3 {
    background-position: 60% 50%;
    background-size: cover;
  }
  .interview-bg.bg1b-4 {
    background-position: center 40%;
  }
  .interview-bg.bg1b-5 {
    background-position: center 40%;
  }
  .interview-bg.bg2b-1 {
    background-position: center 20%;
  }
  .interview-bg.bg2b-2 {
    background-position: center 40%;
  }
  .interview-bg.bg2b-3 {
    background-position: center 40%;
  }
  .interview-bg.bg2b-4 {
    background-position: center 30%;
  }
  .interview-bg.bg2b-5 {
    background-position: center 20%;
  }
  .interview01 .header-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1300px;
    height: calc(100vh - 72px);
    margin: 0 auto;
    padding-top: 0;
  }
  .interview01 .header-text p {
    width: 480px;
    margin-right: 0;
  }
  .interview01 .header-text .name {
    margin-bottom: 30px;
    font-size: 45px;
  }
  .interview01 .header-text .job {
    margin-bottom: 50px;
    font-size: 20px;
  }
  .interview01 .header-text .project {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .interview01 .header-text .project img {
    width: 210px;
  }
  .interview01 .header-text .project::before {
    width: 120px;
  }
  .interview01 .header-text .project::after {
    width: 60px;
  }
  .interview01 .header-text h1 {
    width: 480px;
    margin-right: 0;
    font-size: 26px;
  }
  .interview01 .header-text h1 br.pc {
    display: inline;
  }
  .interview01 .header-text h1 br.sp {
    display: none;
  }
  .interview01 .main-text {
    width: 500px;
    margin: 100vh auto 0;
  }
  .interview01 .main-text h2 {
    width: 600px;
    margin: 0 0 90px;
    padding-bottom: 90px;
    font-size: 30px;
  }
  .interview01 .main-text h2::before {
    width: 120px;
  }
  .interview01 .main-text h2::after {
    width: 60px;
  }
  .interview01 .main-text p {
    width: 100%;
    font-size: 16px;
    line-height: 2.4;
  }
  .interview01 .link_nextInterview {
    margin-top: 50vh;
    padding: 100px 0 0;
  }
  .interview01 .link_nextInterview h2 {
    margin-bottom: 50px;
    font-size: 38px;
  }
  .interview01 .link_recruit {
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 150px;
  }
  .interview01 .link_recruit h2 {
    margin: 0;
    padding: 90px 0 40px;
  }
  .interview01 .link_recruit > div {
    max-width: 1920px;
    margin: 0 auto;
  }
  .interview01.bunkei .link_interview .flexWrap a::after {
    background-color: rgba(255, 158, 45, 0.5);
  }
  footer.interview {
    background-color: #e5f5f4;
  }
  footer.interview.bunkei {
    background-color: #fff5ea;
  }
  /* --------------
  interview03 interview04共通
  -------------- */
  .toppage, .interview03, .interview04 {
    margin: auto;
    overflow: hidden;
    /* mv */
    /* sec01 */
    /* sec02 */
    /* sec03 */
  }
  .toppage .mv, .interview03 .mv, .interview04 .mv {
    max-width: 1920px;
    margin: 0 auto 120px;
    overflow: hidden;
  }
  .toppage .mv .mv_imgArea, .interview03 .mv .mv_imgArea, .interview04 .mv .mv_imgArea {
    width: calc(50% + 250px);
    max-height: 572px;
    background-size: cover;
    background-position: center;
    margin: 0 0 0 auto;
  }
  .toppage .mv .mv_txtArea, .interview03 .mv .mv_txtArea, .interview04 .mv .mv_txtArea {
    width: 370px;
    padding: 30px;
    margin: 50px 0 0 calc(50% - 540px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .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 .small, .interview03 .mv .mv_txtArea p .small, .interview04 .mv .mv_txtArea p .small {
    letter-spacing: 0;
  }
  .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: 15px;
  }
  .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: 29px;
  }
  .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: 100%;
    margin: 0 0 30px;
  }
  .toppage .mv h1, .interview03 .mv h1, .interview04 .mv h1 {
    width: 535px;
    padding: 0;
    margin: -430px 0 0 calc(50% - 540px);
    background-color: inherit;
  }
  .toppage section h2, .interview03 section h2, .interview04 section h2 {
    width: 100%;
    margin: 0 auto 70px;
    padding: 0 0 80px;
    font-size: 24px;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .toppage section h2::after, .interview03 section h2::after, .interview04 section h2::after {
    width: 22%;
  }
  .toppage section p, .interview03 section p, .interview04 section p {
    width: 100%;
    margin: 0 auto;
    color: #727171;
    letter-spacing: 0.07em;
    line-height: 2.4;
  }
  .toppage .sec01, .interview03 .sec01, .interview04 .sec01 {
    width: 1080px;
    margin: 0 auto 120px;
  }
  .toppage .sec01 .sec01_box, .interview03 .sec01 .sec01_box, .interview04 .sec01 .sec01_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: 100px auto 0;
  }
  .toppage .sec01 .sec01_box > div, .interview03 .sec01 .sec01_box > div, .interview04 .sec01 .sec01_box > div {
    width: 506px;
  }
  .toppage .sec01 .sec01_box:nth-of-type(2) > div:nth-of-type(1), .interview03 .sec01 .sec01_box:nth-of-type(2) > div:nth-of-type(1), .interview04 .sec01 .sec01_box:nth-of-type(2) > div:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .toppage .sec01 .sec01_box:nth-of-type(2) > div:nth-of-type(2), .interview03 .sec01 .sec01_box:nth-of-type(2) > div:nth-of-type(2), .interview04 .sec01 .sec01_box:nth-of-type(2) > div:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .toppage .sec01 .sec01_bg, .interview03 .sec01 .sec01_bg, .interview04 .sec01 .sec01_bg {
    overflow: visible;
    position: relative;
  }
  .toppage .sec01 .sec01_bg::before, .interview03 .sec01 .sec01_bg::before, .interview04 .sec01 .sec01_bg::before {
    position: absolute;
    content: "";
    background-color: #f1f2f2;
    width: 100vh;
    height: 317px;
    bottom: 250px;
    left: 200px;
  }
  .toppage .sec01 .sec01_img.sec01_img01, .interview03 .sec01 .sec01_img.sec01_img01, .interview04 .sec01 .sec01_img.sec01_img01 {
    width: 495px;
    height: 417px;
    margin: 240px 0 0 0;
  }
  .toppage .sec01 .sec01_img.sec01_img01 img, .interview03 .sec01 .sec01_img.sec01_img01 img, .interview04 .sec01 .sec01_img.sec01_img01 img {
    top: 0;
  }
  .toppage .sec01 .sec01_img.sec01_img02, .interview03 .sec01 .sec01_img.sec01_img02, .interview04 .sec01 .sec01_img.sec01_img02 {
    width: 485px;
    height: 650px;
    margin: 0;
  }
  .toppage .sec02, .interview03 .sec02, .interview04 .sec02 {
    padding: 0;
    margin: 0 auto 120px;
    background: -webkit-linear-gradient(right, #fff calc(50% - 750px), #f1f2f2 calc(50% - 750px), #f1f2f2 100%);
    background: linear-gradient(to left, #fff calc(50% - 750px), #f1f2f2 calc(50% - 750px), #f1f2f2 100%);
  }
  .toppage .sec02 .sec02_box, .interview03 .sec02 .sec02_box, .interview04 .sec02 .sec02_box {
    max-width: 1920px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .toppage .sec02 .sec02_box > div:nth-of-type(1), .interview03 .sec02 .sec02_box > div:nth-of-type(1), .interview04 .sec02 .sec02_box > div:nth-of-type(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: calc(50% + 130px);
    min-height: 800px;
    margin: 0;
  }
  .toppage .sec02 h2, .interview03 .sec02 h2, .interview04 .sec02 h2 {
    width: 500px;
    margin-right: 160px;
    margin-left: 0;
    padding: 0 0 80px 0;
  }
  .toppage .sec02 p, .interview03 .sec02 p, .interview04 .sec02 p {
    width: 500px;
    margin-right: 160px;
    margin-left: 0;
  }
  .toppage .sec02 .sec02_img, .interview03 .sec02 .sec02_img, .interview04 .sec02 .sec02_img {
    margin: 0;
    width: calc(50% - 130px);
    height: auto;
  }
  .toppage .sec02 .sec02_img img, .interview03 .sec02 .sec02_img img, .interview04 .sec02 .sec02_img img {
    width: auto;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .toppage .sec03, .interview03 .sec03, .interview04 .sec03 {
    max-width: 1920px;
    margin: 0 auto 50px;
  }
  .toppage .sec03 h2, .interview03 .sec03 h2, .interview04 .sec03 h2 {
    width: 1080px;
    margin: 0 auto 70px;
    padding: 0 0 80px;
  }
  .toppage .sec03 p, .interview03 .sec03 p, .interview04 .sec03 p {
    width: 1080px;
    margin: 0 auto;
  }
  .toppage .sec03 .sec03_img, .interview03 .sec03 .sec03_img, .interview04 .sec03 .sec03_img {
    margin: 110px 0 0;
    height: 23.2vw;
    min-height: 255px;
    max-height: 456px;
  }
  .toppage .sec03 .sec03_img img, .interview03 .sec03 .sec03_img img, .interview04 .sec03 .sec03_img img {
    height: auto;
    width: 100%;
    left: 0;
  }
  /* interview03 interview04 */
  /* --------------
  interview03
  -------------- */
  .interview03 {
    /* sec01 */
    /* sec03 */
  }
  .interview03 .sec01 .sec01_img.sec01_img01 img {
    top: 0;
  }
  .interview03 .sec01 .sec01_img.sec01_img02 img {
    height: 105%;
    width: auto;
    left: -45%;
  }
  .interview03 .sec01 .sec01_img.sec01_img02.bunkei img {
    height: 100%;
    left: -20%;
  }
  .interview03 .sec03 .sec03_img.bunkei img {
    left: 0;
  }
  /* interview03 */
  /* --------------
  interview04
  -------------- */
  .interview04 {
    /* sec01 */
    /* sec02 */
  }
  .interview04 .sec01 .sec01_img.sec01_img01 img {
    top: 0;
    height: 100%;
    left: 0;
  }
  .interview04 .sec01 .sec01_img.sec01_img02 img {
    height: 100%;
    width: auto;
    left: -12%;
  }
  .interview04 .sec02 .sec02_img.bunkei img {
    left: 50%;
  }
  /* interview04 */
  /* --------------
  news
  -------------- */
  .news {
    max-width: 1920px;
    margin: 0 auto;
    /* btnNews */
    /* section */
  }
  .news .btnNews {
    width: 225px;
    height: 56px;
  }
  .news .btnNews > div.btnNews_img01 {
    width: 71px;
  }
  .news .btnNews > div.btnNews_img02 {
    width: 15px;
  }
  .news section {
    max-width: 1080px;
    margin: 200px auto 200px;
    /* ul */
  }
  .news section h1 {
    width: 260px;
    margin: 0 auto 70px;
  }
  .news section ul li {
    letter-spacing: 0.06em;
    color: #727171;
    border-bottom: 1px solid #dadbdb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .news section ul li:first-of-type {
    border-top: 1px solid #dadbdb;
  }
  .news section ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news section ul li a p {
    display: inline-block;
    margin: 0 0 0 20px;
  }
  .news section ul li a:hover {
    background-color: #dadbdb;
  }
  .news section .linkNewsList {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news section .linkNewsList:hover {
    opacity: 0.7;
  }
  /* news */
  /* --------------
  newsDetails
  -------------- */
  .newsDetails {
    /* section */
  }
  .newsDetails h1 img {
    width: 250px;
    margin: 60px auto;
  }
  .newsDetails section {
    max-width: 1080px;
    margin: 80px auto 200px;
  }
  .newsDetails section h2 {
    font-size: 23px;
    padding: 0 0 50px;
    margin: 30px 0 40px;
  }
  .newsDetails section p {
    line-height: 1.8;
    margin: 0 0 2em;
  }
  .newsDetails section p:last-of-type {
    margin: 0;
  }
  .newsDetails section .movieArea {
    margin: 80px auto;
    max-width: 650px;
  }
  /* newsDetails */
  /* --------------
  application
  -------------- */
  .application {
    max-width: 1920px;
    margin: 0 auto;
    /* mv */
    /* section */
    /* entryArea */
  }
  .application .mv {
    height: 37vw;
    min-height: 400px;
    max-height: 700px;
  }
  .application .mv h1 img {
    height: 33px;
    width: auto;
  }
  .application .application-title {
    margin-bottom: 50px;
    padding-top: 60px;
    font-size: 32px;
  }
  .application .application-btn {
    width: 240px;
    padding: 12px 0;
    font-size: 18px;
    border-radius: 21px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
  }
  .application .application-btn:hover {
    cursor: pointer;
    color: #fff;
    background-color: #666;
  }
  .application .application-heading {
    margin-top: -80px;
    margin-bottom: 50px;
    padding-top: 160px;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .application section {
    max-width: 1080px;
    margin: 100px auto 140px;
  }
  .application section h2 {
    font-size: 24px;
    margin: 0 0 50px;
  }
  .application section dl {
    padding: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .application section dl dt {
    width: 180px;
    margin-bottom: 0;
    line-height: 32px;
  }
  .application .entryArea {
    max-width: 1080px;
    margin: 140px auto;
    /* entryArea_inner */
  }
  .application .entryArea .entryArea_inner #entry, .application .entryArea .entryArea_inner #entry-intern {
    top: -72px;
  }
  .application .entryArea .entryArea_inner h2 {
    margin: 100px auto 30px;
  }
  .application .entryArea .entryArea_inner h2.entryArea_ttl01 {
    width: 123px;
  }
  .application .entryArea .entryArea_inner h2.entryArea_ttl02 {
    width: 200px;
  }
  .application .entryArea .entryArea_inner p {
    text-align: center;
  }
  .application .entryArea .entryArea_inner p:nth-of-type(1) {
    font-size: 20px;
  }
  .application .entryArea .entryArea_inner .entryArea_ico {
    max-width: 340px;
    margin: 70px auto 60px;
  }
  .application .entryArea .entryArea_inner .entryArea_ico > div {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .application .entryArea .entryArea_inner .entryArea_ico > div:hover {
    opacity: 0.6;
  }
  .application .entryArea .entryArea_dl {
    padding: 70px 0;
    margin: 40px auto 0;
  }
  .application .entryArea .entryArea_dl .entryArea_dl_inner {
    max-width: 680px;
    margin: 0 auto;
  }
  .application .entryArea .entryArea_dl p {
    margin: 0;
    text-align: left;
  }
  .application .entryArea .entryArea_dl .entryArea_dl_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: 40px 0 0;
  }
  .application .entryArea .entryArea_dl .entryArea_dl_box p {
    line-height: 1;
  }
  .application .entryArea .entryArea_dl .entryArea_dl_box > div {
    margin: 0;
  }
  .application .entryArea .entryArea_dl .entryArea_dl_box > div a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .application .entryArea .entryArea_dl .entryArea_dl_box > div a:hover {
    opacity: 0.6;
  }
  /* 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-entry p {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0em;
    line-height: 1;
    padding: 0 !important;
    border: 0 !important;
  }
  .application-entry img {
    position: relative;
    z-index: 5;
    width: auto;
    height: 6px;
  }
  .application-entry:hover {
    opacity: 0.7;
  }
  /* --------------
  faq
  -------------- */
  .faq {
    max-width: 1920px;
    margin: 0 auto;
    /* mv */
    /* section */
  }
  .faq .mv {
    height: 37vw;
    min-height: 400px;
    max-height: 700px;
    background-position: top center;
  }
  .faq .mv h1 img {
    height: 33px;
    width: auto;
  }
  .faq section {
    max-width: 1080px;
    margin: 80px auto 180px;
  }
  .faq section .lead {
    font-size: 15px;
    color: #464646;
    letter-spacing: 0.16em;
    text-align: center;
    margin: 0 0 100px;
  }
  .faq section h2 {
    font-size: 30px;
    margin: 20px 0 30px;
  }
  .faq section .quesArea {
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq section .quesArea span {
    font-size: 24px;
  }
  .faq section .quesArea h3 {
    font-size: 18px;
  }
  .faq section .ansArea {
    padding: 40px 0 50px;
  }
  .faq section .ansArea:last-of-type {
    padding: 40px 0 0;
  }
  .faq section .ansArea p a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .faq section .ansArea p a:hover {
    opacity: 0.7;
  }
  /* faq */
  /* --------------
  flow
  -------------- */
  .flow {
    max-width: 1920px;
    margin: 0 auto;
    /* mv */
    /* section */
  }
  .flow .mv {
    height: 37vw;
    min-height: 400px;
    max-height: 700px;
  }
  .flow .mv h1 img {
    height: 33px;
    width: auto;
  }
  .flow section {
    margin: 80px auto 180px;
    /* stepArea */
    /* detailArea */
  }
  .flow section h2 {
    font-size: 15px;
    color: #464646;
    letter-spacing: 0.16em;
    text-align: center;
    margin: 0 0 100px;
  }
  .flow section .stepArea {
    max-width: 690px;
  }
  .flow section .stepArea .stepArea_num {
    width: 116px;
  }
  .flow section .stepArea .stepArea_num > div img {
    height: 107px;
  }
  .flow section .stepArea .stepArea_num > div:first-of-type {
    margin: 0 20px 0 0;
    width: 36px;
  }
  .flow section .stepArea .stepArea_num > div:last-of-type {
    width: 63px;
  }
  .flow section .stepArea .stepArea_txt {
    width: 540px;
  }
  .flow section .stepArea h3 {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .flow section .stepArea p {
    font-size: 15px;
    letter-spacing: 0.16em;
  }
  .flow section .detailArea {
    max-width: 1080px;
    background-color: #f0f1f1;
    padding: 80px 0;
    margin: 50px auto 70px;
  }
  .flow section .detailArea > div {
    max-width: 680px;
    margin: 0 auto;
  }
  .flow section .detailArea p {
    letter-spacing: 0.16em;
  }
  .flow section .detailArea .detailArea_dl > div span {
    margin: 0 1em;
  }
  .flow section .detailArea .detailArea_dl > div span:first-of-type {
    margin: 0 1em 0 0;
  }
  .flow section .detailArea .detailArea_dl > div span:last-of-type {
    margin: 0 0 0 1em;
  }
  .flow section .detailArea .detailArea_dl > div a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .flow section .detailArea .detailArea_dl > div a:hover {
    opacity: 0.6;
  }
  .flow section .detailArea.detailArea02 {
    background-color: unset;
    padding: 0 5%;
  }
  .flow section .arrow {
    width: 107px;
    margin: 80px auto 80px;
  }
  .flow section .imgArea {
    width: 100%;
    max-height: 570px;
    margin: 120px 0 0;
  }
  /* flow */
  /* --------------
  training
  -------------- */
  .training {
    max-width: 1920px;
    margin: 0 auto;
    /* mv */
    /* sec01 */
    /* sec02 */
    /* bunkei */
  }
  .training .mv {
    height: 37vw;
    min-height: 400px;
    max-height: 700px;
  }
  .training .mv h1 img {
    height: 33px;
    width: auto;
  }
  .training .sec01 {
    max-width: 1080px;
    margin: 80px auto 130px;
  }
  .training .sec01 h2 {
    font-size: 24px;
    margin: 0 0 50px;
    line-height: 1.8;
  }
  .training .sec01 > div {
    margin: 50px auto 0;
    max-height: 460px;
  }
  .training .sec02 {
    margin: 130px auto 150px;
    /* sec02_box */
  }
  .training .sec02 .sec02_box {
    /* sec02_box_inner */
  }
  .training .sec02 .sec02_box.sec02_box_bg {
    background-color: #f0f1f1;
    padding: 120px 0;
  }
  .training .sec02 .sec02_box h2 {
    font-size: 30px;
    margin: 0 auto 90px;
  }
  .training .sec02 .sec02_box h2 span {
    font-size: 23px;
  }
  .training .sec02 .sec02_box .sec02_box_txt {
    margin: -70px auto 70px;
    font-size: 15px;
    letter-spacing: 0.16em;
  }
  .training .sec02 .sec02_box .sec02_box_inner {
    max-width: 1080px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    /* sec02_box_inner_02 */
  }
  .training .sec02 .sec02_box .sec02_box_inner > div {
    width: 47%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 0;
    margin: 0 0 50px;
  }
  .training .sec02 .sec02_box .sec02_box_inner > div:nth-last-of-type(-n+2) {
    margin: 0;
  }
  .training .sec02 .sec02_box .sec02_box_inner > div h3 {
    font-size: 24px;
    margin: 0 auto 60px;
  }
  .training .sec02 .sec02_box .sec02_box_inner > div h3.h72 {
    height: 72px;
  }
  .training .sec02 .sec02_box .sec02_box_inner > div p {
    width: 400px;
    margin: 0 auto;
  }
  .training .sec02 .sec02_box .sec02_box_inner.sec02_box_inner_02 > div {
    width: 50%;
    margin: 0;
  }
  .training .sec02 .sec02_box .sec02_box_inner.sec02_box_inner_02 > div:nth-of-type(2) {
    border-top: #00a098 solid 1px;
  }
  .training .sec02 .sec02_box .sec02_box_inner.sec02_box_inner_02 > div:nth-of-type(2n) {
    border-left: none;
  }
  .training .sec02 .sec02_box .sec02_box_inner.sec02_box_inner_02 > div h3 {
    width: 133px;
    line-height: 33px;
  }
  .training .sec02 .sec02_box .sec02_box_inner.sec02_box_inner_02 > div ul {
    width: 400px;
    margin: 0 auto;
  }
  .training .sec02 .arrow {
    width: 107px;
    margin: 70px auto;
  }
  .training.bunkei .sec02 .sec02_box .sec02_box_inner_02 > div:nth-of-type(2) {
    border-top: #ff9e2d solid 1px;
  }
  /* training */
  /* --------------
  dataview
  -------------- */
  .dataview {
    max-width: 1920px;
    margin: 0 auto;
    /* mv */
  }
  .dataview .mv {
    height: 37vw;
    min-height: 400px;
    max-height: 700px;
    margin-bottom: 50px;
  }
  .dataview .mv h1 img {
    height: 33px;
    width: auto;
  }
  .dataview .lead {
    font-size: 15px;
    margin: 80px 0 100px;
  }
  .dataview .dataview-row {
    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;
    margin: 0 auto;
  }
  .dataview .dataview-button {
    width: 360px;
    height: 250px;
    margin: 0;
  }
  .dataview .dataview-button > div {
    display: block;
    height: 220px;
    padding: 30px 0 0;
  }
  .dataview .dataview-button > div span {
    width: 180px;
    height: 120px;
    margin: 0 auto;
  }
  .dataview .dataview-button > div p {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
  }
  .dataview .dataview-button > div p br {
    display: none;
  }
  .dataview .dataview-button::after {
    bottom: 15px;
    left: calc(50% - 12px);
    width: 23px;
    height: 23px;
  }
  .dataview .dataview-button.open {
    margin-bottom: 650px;
  }
  .dataview .dataview-button.open::after {
    bottom: -20px;
  }
  .dataview .dataview-button:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .dataview .dataview-fig {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 0;
    display: none;
    margin: 0;
    width: 100%;
    height: 590px;
    overflow: hidden;
  }
  .dataview .dataview-fig .dataview-close {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .dataview .dataview-fig .dataview-close:hover {
    cursor: pointer;
    color: #fff;
    background-color: #666;
  }
  .dataview .dataview-fig img.pc {
    display: block;
    width: 1080px;
    margin: 0 auto;
  }
  .dataview .dataview-fig img.sp {
    display: none;
  }
} /* min-width:641px */
@media screen and (min-height: 1000px) and (max-width: 1400px) {
  .topindex .topindex-mv {
    min-height: calc(66.66vh - 100px);
    max-height: none;
  }
  .topindex .topindex-link a {
    min-height: calc(33.33vh - 50px);
    max-height: none;
  }
}
@media screen and (max-height: 500px) and (min-width: 641px) {
  .top-movie-overlay {
    overflow: scroll;
  }
  .top-movie-overlay .overlay-inner {
    height: 500px;
  }
  .top-movie-overlay .overlay-close {
    top: 10px;
  }
}/*# sourceMappingURL=style_pc.css.map */