/* Scss Document */
/* Scss Document */
.mainImage {
  width: 100%;
  max-height: 100vh;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .mainImage::before {
    content: '';
    display: block;
    padding-top: 66%; }
  .mainImage__inner {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .mainImage__inner img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

@media (max-width: 1000px) {
  .mainImage {
    height: 100vh; } }
.cc {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .cc__main {
    width: 100%;
    display: block;
    color: #00a497;
    font-size: 3.25rem;
    font-weight: 900;
    line-height: 1.7;
    text-align: center;
    -webkit-text-shadow: 1px 1px 10px white, -1px -1px 10px white, 1px -1px 10px white, -1px 1px 10px white, 1px 1px 10px white, -1px -1px 10px white, 1px -1px 10px white, -1px 1px 10px white;
    -moz-text-shadow: 1px 1px 10px white, -1px -1px 10px white, 1px -1px 10px white, -1px 1px 10px white, 1px 1px 10px white, -1px -1px 10px white, 1px -1px 10px white, -1px 1px 10px white;
    text-shadow: 1px 1px 10px white, -1px -1px 10px white, 1px -1px 10px white, -1px 1px 10px white, 1px 1px 10px white, -1px -1px 10px white, 1px -1px 10px white, -1px 1px 10px white; }
    .cc__main span {
      opacity: 0;
      display: inline-block;
      transform: translateY(10px);
      transition: opacity 0.5s ease-out, transform 1.5s ease-out; }
      .cc__main span.is-show {
        opacity: 1;
        transform: translateY(0); }
  .cc__sub {
    width: 100%;
    margin: 50px 0 0;
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    -webkit-text-shadow: 1px 1px 10px white, -1px -1px 10px white, 1px -1px 10px white, -1px 1px 10px white, 1px 1px 10px white, -1px -1px 10px white, 1px -1px 10px white, -1px 1px 10px white;
    -moz-text-shadow: 1px 1px 10px white, -1px -1px 10px white, 1px -1px 10px white, -1px 1px 10px white, 1px 1px 10px white, -1px -1px 10px white, 1px -1px 10px white, -1px 1px 10px white;
    text-shadow: 1px 1px 10px white, -1px -1px 10px white, 1px -1px 10px white, -1px 1px 10px white, 1px 1px 10px white, -1px -1px 10px white, 1px -1px 10px white, -1px 1px 10px white;
    clip-path: inset(0 100% 0 0); }
    .cc__sub.is-show {
      animation: ccSubReveal 1s ease-out forwards; }

@keyframes ccSubReveal {
  0% {
    clip-path: inset(0 100% 0 0); }
  100% {
    clip-path: inset(0 0 0 0); } }
@media (max-width: 900px) {
  .cc__main {
    font-size: 2.5rem;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .cc__sub {
    font-size: 1.125rem;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
@media (max-width: 600px) {
  .cc__main {
    font-size: 2rem;
    padding: 0 20px; }
  .cc__sub {
    padding: 0 20px; } }
.importantNews {
  width: 100%;
  padding: 0 calc((100% - 1300px)/2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: absolute;
  bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .importantNews__title {
    width: 240px;
    height: 60px;
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00a497;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-top-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; }
    .importantNews__title span {
      padding: 0 0 0 27px;
      background-image: url("../img/common/ico01.svg");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 17px 16px; }

@media (max-width: 1480px) {
  .importantNews {
    width: calc(100% - 60px);
    margin: 0 30px;
    padding: 0; } }
@media (max-width: 600px) {
  .importantNews {
    width: 100%;
    margin: 0;
    flex-direction: column;
    bottom: 0; }
    .importantNews__title {
      width: 100%;
      height: 40px;
      font-size: 1rem;
      -webkit-border-top-left-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-top-left-radius: 0;
      -moz-border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }
.ticker {
  width: calc(100% - 240px);
  height: 62px;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #FFF;
  border-top: 1px solid #00a497;
  border-right: 1px solid #00a497;
  border-bottom: 1px solid #00a497;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-top-right-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .ticker__list {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
  .ticker__item {
    width: calc(100% - 40px);
    height: 100%;
    margin: 0;
    padding: 0;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .ticker__item div {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0 0 0 40px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .ticker__item div span {
        font-size: 1.125rem;
        position: relative; }
        .ticker__item div span.date {
          width: 110px;
          margin: 0; }
        .ticker__item div span.title {
          width: calc(100% - 110px); }
          .ticker__item div span.title a {
            color: #333;
            position: relative; }
            .ticker__item div span.title a:hover {
              text-decoration: none;
              top: 1px;
              left: 1px;
              opacity: 0.7;
              filter: alpha(opacity=70);
              -ms-filter: alpha(opacity=70); }
            .ticker__item div span.title a img {
              margin: 0 0 0 10px;
              vertical-align: middle; }
  .ticker p.btn {
    width: 22px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 30px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .ticker p.btn a {
      width: 100%;
      height: 100%;
      padding: 0;
      display: block;
      position: relative; }
      .ticker p.btn a img {
        vertical-align: top; }
      .ticker p.btn a:hover {
        top: 1px;
        left: 1px;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: alpha(opacity=70); }

@media (max-width: 1000px) {
  .ticker__item div {
    padding: 0 0 0 20px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column; }
    .ticker__item div span {
      font-size: 1rem; }
      .ticker__item div span.date {
        width: 100%;
        line-height: 1.0; }
      .ticker__item div span.title {
        width: 100%; } }
@media (max-width: 600px) {
  .ticker {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    border-top: none;
    border-left: 1px solid #00a497;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .ticker__item div span.title {
      margin: 5px 0 0;
      line-height: 1.2; }
    .ticker p.btn {
      right: 20px; } }
.container {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0 0 100px;
  background-image: url("../img/common/bg01.jpg");
  background-position: t;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative; }

.bizCnts {
  max-width: 1300px;
  margin: 40px auto 0;
  padding: 50px 0 0;
  background-image: url("../img/index/eng_biz.png");
  background-position: top right;
  background-repeat: no-repeat; }
  .bizCnts__title {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    .bizCnts__title--name {
      color: #00a497;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.2em; }
    .bizCnts__title--txt {
      margin: 0 0 0 60px;
      padding: 0 0 0 60px;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 2;
      border-left: 1px solid #333; }
      .bizCnts__title--txt strong {
        color: #00a497; }
  .bizCnts__list {
    margin: 100px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .bizCnts__item {
    width: calc((100% - 40px)/2);
    margin: 0 0 40px;
    padding: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: 0.1s linear; }
    .bizCnts__item:hover {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
      top: 1px;
      left: 1px; }
    .bizCnts__item:nth-of-type(odd) {
      margin: 0 40px 40px 0; }
    .bizCnts__item:nth-of-type(n+5) {
      width: calc((100% - 80px)/3);
      margin: 0 40px 0 0; }
      .bizCnts__item:nth-of-type(n+5) .bizCnts__item--anchor {
        flex-direction: column; }
        .bizCnts__item:nth-of-type(n+5) .bizCnts__item--anchor .bizCnts__item--image {
          width: 100%;
          height: 250px; }
        .bizCnts__item:nth-of-type(n+5) .bizCnts__item--anchor .bizCnts__item--right {
          width: 100%; }
          .bizCnts__item:nth-of-type(n+5) .bizCnts__item--anchor .bizCnts__item--right dt {
            font-size: 1.375rem; }
            .bizCnts__item:nth-of-type(n+5) .bizCnts__item--anchor .bizCnts__item--right dt span {
              padding: 0 26px 0 0;
              background-image: url("../img/common/ico_external.svg");
              background-size: 16px; }
          .bizCnts__item:nth-of-type(n+5) .bizCnts__item--anchor .bizCnts__item--right dd {
            font-size: 1rem; }
    .bizCnts__item:last-of-type {
      margin: 0; }
    .bizCnts__item--anchor {
      width: 100%;
      height: 100%;
      overflow: hidden;
      padding: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      background-color: #FFF;
      border: 1px solid #BBB;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      transition: 0.1s linear;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .bizCnts__item--anchor:hover {
        text-decoration: none; }
        .bizCnts__item--anchor:hover .bizCnts__item--image,
        .bizCnts__item--anchor:hover .bizCnts__item--right {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: alpha(opacity=70); }
    .bizCnts__item--image {
      width: 40%;
      height: 100%;
      position: relative;
      transition: 0.1s linear; }
      .bizCnts__item--image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .bizCnts__item--image span {
        padding: 5px 10px;
        color: #FFF;
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1.0;
        background-color: #3ea6b3;
        position: absolute;
        top: 0;
        right: 0; }
    .bizCnts__item--right {
      width: 60%;
      margin: 0;
      padding: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .bizCnts__item--right dt {
        margin: 0;
        padding: 0;
        color: #00a497;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.0; }
        .bizCnts__item--right dt span {
          padding: 0 30px 0 0;
          display: inline-block;
          background-image: url("../img/common/ar01.svg");
          background-position: right center;
          background-repeat: no-repeat;
          background-size: 20px; }
          .bizCnts__item--right dt span em {
            margin: 7px 0 0;
            font-size: 0.875rem;
            font-style: normal;
            display: block; }
      .bizCnts__item--right dd {
        margin: 25px 0 0;
        padding: 0;
        color: #333;
        font-size: 1.125rem;
        line-height: 1.7; }

@media (max-width: 1480px) {
  .bizCnts {
    width: calc(100% - 60px);
    margin: 40px 30px 0; } }
@media (max-width: 1200px) {
  .bizCnts__item {
    width: calc((100% - 30px)/2); }
    .bizCnts__item:nth-of-type(odd) {
      margin: 0 30px 40px 0; }
    .bizCnts__item:nth-of-type(n+5) {
      width: calc((100% - 60px)/3);
      margin: 0 30px 0 0; }
    .bizCnts__item:last-of-type {
      margin: 0; } }
@media (max-width: 1000px) {
  .bizCnts {
    background-size: 100% auto; }
    .bizCnts__title {
      align-items: flex-start;
      flex-direction: column; }
      .bizCnts__title--txt {
        margin: 30px 0 0;
        padding: 0 0 0 20px; }
    .bizCnts__item {
      width: 100%;
      margin: 0 0 20px; }
      .bizCnts__item:nth-of-type(odd) {
        margin: 0 0 20px; }
      .bizCnts__item:nth-of-type(n+5) {
        width: 100%;
        margin: 0 0 10px; }
        .bizCnts__item:nth-of-type(n+5) .bizCnts__item--anchor {
          flex-direction: row; }
          .bizCnts__item:nth-of-type(n+5) .bizCnts__item--anchor .bizCnts__item--image {
            width: 40%;
            height: 100%; }
          .bizCnts__item:nth-of-type(n+5) .bizCnts__item--anchor .bizCnts__item--right {
            width: 60%; }
      .bizCnts__item:last-of-type {
        margin: 0; }
      .bizCnts__item--image {
        height: 100%; } }
@media (max-width: 600px) {
  .bizCnts {
    width: calc(100% - 40px);
    margin: 40px 20px 0; }
    .bizCnts__list {
      margin: 50px 0 0; }
    .bizCnts__item--anchor {
      padding: 30px 0 0;
      flex-direction: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .bizCnts__item--anchor .bizCnts__item--image {
        width: 200px;
        height: 150px; }
    .bizCnts__item--right {
      width: 100%;
      padding: 30px 20px; }
      .bizCnts__item--right dt {
        font-size: 1.375rem; }
      .bizCnts__item--right dd {
        font-size: 1rem; }
    .bizCnts__item:nth-of-type(n+5) .bizCnts__item--anchor {
      flex-direction: column; }
      .bizCnts__item:nth-of-type(n+5) .bizCnts__item--anchor .bizCnts__item--image {
        width: 200px;
        height: 150px; }
      .bizCnts__item:nth-of-type(n+5) .bizCnts__item--anchor .bizCnts__item--right {
        width: 100%; } }
.topNews {
  max-width: 1300px;
  margin: 100px auto 0;
  padding: 0; }
  .topNews__title {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    .topNews__title--name {
      color: #00a497;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.2em; }
    .topNews__title--btn {
      width: 90px;
      height: 24px;
      margin: 0 0 0 40px;
      padding: 0; }
      .topNews__title--btn a {
        width: 100%;
        height: 100%;
        color: #00a497;
        font-size: 0.9375rem;
        line-height: 1;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #00a497;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: 0.1s linear;
        position: relative; }
        .topNews__title--btn a span {
          padding: 0 16px 0 0;
          background-image: url("../img/common/ar02.svg");
          background-position: right center;
          background-repeat: no-repeat;
          background-size: 6px 10px; }
        .topNews__title--btn a:hover {
          color: #FFF;
          text-decoration: none;
          background-color: #00a497;
          top: 1px;
          left: 1px; }
          .topNews__title--btn a:hover span {
            background-image: url("../img/common/ar02_white.svg"); }
  .topNews__list {
    margin: 70px 0 0;
    padding: 0;
    list-style: none; }
  .topNews__item {
    margin: 0 0 25px;
    padding: 0 0 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #BBB; }
    .topNews__item:last-of-type {
      margin: 0; }
    .topNews__item span {
      font-size: 1.125rem;
      display: inline-block; }
    .topNews__item--date {
      width: 150px; }
    .topNews__item--title {
      width: calc(100% - 150px); }
      .topNews__item--title a {
        color: #333;
        position: relative;
        transition: 0.1s linear; }
        .topNews__item--title a:hover {
          text-decoration: none;
          top: 1px;
          left: 1px;
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: alpha(opacity=70); }
        .topNews__item--title a img {
          margin: 0 0 0 10px;
          vertical-align: middle; }

@media (max-width: 1480px) {
  .topNews {
    width: calc(100% - 60px);
    margin: 100px 30px 0; } }
@media (max-width: 600px) {
  .topNews {
    width: calc(100% - 40px);
    margin: 100px 20px 0; }
    .topNews__item {
      flex-direction: column; }
      .topNews__item--date {
        width: 100%; }
      .topNews__item--title {
        width: 100%;
        margin: 5px 0 0; } }
