.scroll-anim.fade {
  opacity: 0;
  transition: 2s; }
  .scroll-anim.fade.isActive {
    opacity: 1; }
.scroll-anim.showdown .img-box {
  transition: 2s;
  position: relative;
  overflow: hidden; }
  .scroll-anim.showdown .img-box::before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transition: .6s;
    z-index: 1; }
.scroll-anim.showdown.isActive .img-box::before {
  bottom: -100%; }

.linking-fade > * {
  opacity: 0;
  transition: 1s; }
.linking-fade .isActive {
  opacity: 1; }

.slide-section {
  height: calc(100vw * (753 / 1920));
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  top: calc(100vw * (166 / 1920)); }
  .slide-section h2 {
    position: absolute;
    top: 480px;
    left: 260px;
    font-size: 7rem;
    line-height: 1.4;
    font-weight: 500;
    color: #FFF;
    z-index: 3;
    text-shadow: 0px 0px 8px rgba(34, 34, 34, 0.65); }
    .slide-section h2 .slide-shall {
      position: relative;
      /*overflow: hidden;*/
      width: 800px;
      display: block;
      /*height: 1.1em;*/
      height: fit-content;
      margin-bottom: 20px; }
      .slide-section h2 .slide-shall .slide-text {
        position: absolute;
        left: 0;
        opacity: 0;
        bottom: -120px;
        /*line-height: 1em;*/
        line-height: 1.4;
        transition: .6s; }
  .slide-section .top-slide-wrap {
    top: 0;
    width: 100%;
    z-index: 1;
    padding-bottom: 0;
    margin-bottom: 0; }
    .slide-section .top-slide-wrap .slick-slide {
      padding: 0; }
      .slide-section .top-slide-wrap .slick-slide img {
        width: 100%;
        cursor: auto; }
    .slide-section .top-slide-wrap .slick-dots {
      z-index: 2;
      bottom: 40px;
      margin: 0; }
      .slide-section .top-slide-wrap .slick-dots li {
        width: 16px;
        height: 16px;
        margin: 0 15px; }
        .slide-section .top-slide-wrap .slick-dots li button {
          display: block;
          width: 100%;
          height: 100%;
          padding: 0;
          margin: 0;
          background: #EBF3F6; }
          .slide-section .top-slide-wrap .slick-dots li button::before {
            content: none; }
        .slide-section .top-slide-wrap .slick-dots li.slick-active button {
          background: var(--themecolor); }
  .slide-section .slide-up-anim.isActive span.slide-text {
    bottom: 0;
    opacity: 1; }
  @media screen and (max-width: 1380px) {
    .slide-section h2 {
      top: 100px;
      left: 140px; } }
  @media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
    .slide-section {
      top: 60px; }
      .slide-section h2 {
        font-size: 2rem;
        width: auto;
        transform: translateY(-75%);
        left: 20px; }
        .slide-section h2 .slide-shall {
          width: 300px;
          margin-bottom: 10px; }
      .slide-section .top-slide-wrap .slick-dots {
        bottom: 30px; }
        .slide-section .top-slide-wrap .slick-dots li {
          width: 10px;
          height: 10px;
          margin: 0 5px; } }

.is_tablet .slide-section h2 {
  left: 60px;
  top: 250px; }
.is_tablet .slide-section .top-slide-wrap .slick-dots li {
  width: 12px;
  height: 12px; }

.section1 {
  position: relative;
  z-index: 2;
  background: var(--backgroundcolor);
  margin-top: 760px; }
  .section1 h2 {
    margin-right: 45px; }
    .section1 h2 span:first-of-type {
      font-size: 2rem;
      letter-spacing: .1em;
      line-height: 1;
      font-weight: bold;
      color: var(--charactercolor); }
    .section1 h2 span:last-of-type {
      font-size: 6rem;
      line-height: 1;
      letter-spacing: 0;
      font-weight: 600;
      color: var(--themecolor);
      display: inline-block;
      margin-top: -1px; }
  .section1 .content-wrap {
    display: flex;
    max-width: 1020px;
    padding: 110px 0 110px;
    margin: auto; }
    .section1 .content-wrap .news-wrap ul {
      margin-bottom: 60px; }
      .section1 .content-wrap .news-wrap ul li {
        margin-bottom: 30px; }
        .section1 .content-wrap .news-wrap ul li .data {
          font-size: 1.8rem;
          line-height: 1.8;
          font-weight: 300;
          margin-right: 11px; }
        .section1 .content-wrap .news-wrap ul li .category {
          font-size: 1.4rem;
          line-height: 1.5714;
          letter-spacing: 0;
          font-weight: 500;
          border: 1px solid #222;
          padding: 2px 15px;
          box-sizing: border-box;
          margin-right: 20px; }
        .section1 .content-wrap .news-wrap ul li .news-tit {
          font-size: 1.125em;
          line-height: 1.6111;
          letter-spacing: 0rem;
          font-weight: 500; }
        .section1 .content-wrap .news-wrap ul li a, .section1 .content-wrap .news-wrap ul li a:visited {
          color: var(--charactercolor); }
    .section1 .content-wrap .news-wrap .more-btn {
      text-align: right; }
      .section1 .content-wrap .news-wrap .more-btn a {
        /*font-family: "Shippori Mincho B1";*/
        font-weight: 500;
        font-size: 17px;
        text-align: left;
        color: var(--charactercolor);
        border-bottom: 1px solid var(--charactercolor); }

.is_tablet .section1 {
  margin-top: 550px; }
  .is_tablet .section1 h2 {
    /* font-size: 2rem; */
    font-size: 20px; }
    .is_tablet .section1 h2 span:first-of-type {
      /* font-size: 2rem; */
      font-size: 20px; }
    .is_tablet .section1 h2 span:last-of-type {
      /* font-size: 6rem; */
      font-size: 60px; }
  .is_tablet .section1 .content-wrap .news-wrap ul li .data {
    font-size: 19px; }
  .is_tablet .section1 .content-wrap .news-wrap ul li .news-tit {
    font-size: 19px; }

@media screen and (max-width: 1680px) {
  .section1 .content-wrap {
    max-width: 960px; }
  .section1 h2 span:first-of-type {
    font-size: 1.8rem; }
  .section1 h2 span:last-of-type {
    font-size: 3.125rem; } }
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .section1 {
    padding: 0 10px;
    margin-top: 180px; }
    .section1 .content-wrap {
      display: block;
      margin: 30px auto 0;
      padding: 0;
      padding-bottom: 60px; }
      .section1 .content-wrap li .news-tit {
        font-size: 1.125em;
        line-height: 1.6111;
        letter-spacing: 0;
        font-weight: 500;
        display: block; }
    .section1 h2 span:first-of-type {
      font-size: 1.6rem; }
    .section1 h2 span:last-of-type {
      font-size: 2.75rem;
      margin-top: -5px; }
    .section1 .content-wrap li,
    .section1 h2 {
      margin-bottom: 20px; } }
.section2 {
  background: var(--aboutbackimg) no-repeat center/cover;
  padding: 217px 0 160px;
  position: relative;
  position: relative;
  z-index: 1000; }
  .section2::before {
    content: var(--aboutbeforetxt);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 59.8%;
    height: 200px;
    /* background: url(../images/top/aboutus_bg.png) no-repeat (center / contain);*/
    /*font-family: "Shippori Mincho B1";*/
    font-size: 200px;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 0.84;
    color: #FFF;
    opacity: 0.3;
    text-align: center; }
  .section2 .aboutus-wrap {
    max-width: 720px;
    margin: auto; }
    .section2 .aboutus-wrap .white-btn a, .section2 .aboutus-wrap .white-btn a:visited {
      color: var(--charactercolor); }
      .section2 .aboutus-wrap .white-btn a:hover, .section2 .aboutus-wrap .white-btn a:visited:hover {
        color: #FFF; }
  .section2 h2 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.28;
    margin-bottom: 68px;
    color: #FFF;
    text-align: center; }
  .section2 h3 {
    font-size: 2.8rem;
    letter-spacing: .1em;
    line-height: 1.6;
    color: #FFF;
    margin-bottom: 40px; }
  .section2 p {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2.2;
    color: #FFF;
    margin-bottom: 80px; }

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .section2 {
    padding: 90px 0 60px; }
    .section2::before {
      height: 80px;
      width: 98%;
      top: 0;
      font-size: 60px; }
    .section2 .aboutus-wrap {
      padding: 0 10px; }
    .section2 h2 {
      font-size: 2.8rem;
      margin-bottom: 30px; }
    .section2 h3 {
      font-size: 1.8rem;
      margin-bottom: 20px;
      font-feature-settings: "palt"; }
    .section2 p {
      font-size: 1.6rem;
      line-height: 1.6;
      margin-bottom: 30px; } }
.is_tablet .section2 h2 {
  font-size: 30px; }
.is_tablet .section2 h3 {
  font-size: 28px; }
.is_tablet .section2 p {
  font-size: 20px; }

.is_tablet .white-btn a {
  font-size: 19px; }

.section3 {
  position: relative;
  z-index: 1000;
  background: var(--backgroundcolor); }
  .section3 .content-wrap {
    max-width: 1140px;
    margin: auto;
    padding: 161px 0 160px;
    position: relative; }
  .section3::before {
    content: var(--businessbeforetxt);
    position: absolute;
    display: inline-block;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1034px;
    height: 152px;
    /*background: url(../images/top/business_bg.png) no-repeat (center / cover);*/
    /*font-family: "Shippori Mincho B1";*/
    font-size: 200px;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 0.84;
    color: #EFEFEF;
    text-align: center; }
  .section3 h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: .15em;
    line-height: 1.28;
    margin-bottom: 68px; }
  .section3 p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    margin-bottom: 60px; }
  .section3 .business-icons {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .section3 .business-icons .item {
      margin: 0 40px; }
      .section3 .business-icons .item .img-box {
        margin-bottom: 20px;
        text-align: center;
        position: relative;
        width: 160px; }
        .section3 .business-icons .item .img-box img:first-of-type {
          position: absolute;
          left: 50%;
          transition: .4s;
          transform: translateX(-50%);
          z-index: 2;
          opacity: 0; }
      .section3 .business-icons .item a:hover .img-box img:first-of-type {
        opacity: 1; }
      .section3 .business-icons .item p {
        font-weight: bold;
        font-size: 1.9rem;
        letter-spacing: .05em;
        line-height: 1.4;
        margin-bottom: 0;
        color: var(--charactercolor);
        transition: all ease 0.3s; }
      .section3 .business-icons .item a:hover p {
        color: var(--themecolor); }
  @media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
    .section3 {
      padding: 80px 10px 50px; }
      .section3::before {
        /* background: url(../images/top/business_bg.png) no-repeat (top / contain);*/
        top: 0;
        font-size: 60px; }
      .section3 h2 {
        margin-bottom: 30px;
        font-size: 2.8rem; }
      .section3 .content-wrap {
        padding: 0; }
      .section3 p {
        margin-bottom: 40px; }
      .section3 .business-icons {
        justify-content: space-between;
        flex-wrap: wrap; }
        .section3 .business-icons::after {
          content: "";
          width: 30%; }
        .section3 .business-icons .item {
          width: 30%;
          margin: 0 0 10px; }
          .section3 .business-icons .item .img-box {
            width: 100%; } }

.is_tablet .section3 h2 {
  font-size: 30px; }
.is_tablet .section3 p {
  font-size: 18px; }
.is_tablet .section3 .business-icons .item p {
  font-size: 19px; }

.section4 {
  position: relative;
  z-index: 1000;
  background: var(--backgroundcolor); }
  .section4 .width-wrap {
    max-width: 1520px;
    margin: auto;
    position: relative;
    padding-bottom: 122px; }
  .section4 .content-wrap {
    width: 73%;
    max-width: 1110px;
    margin: auto;
    position: absolute;
    padding-top: 155px;
    top: 130px;
    left: 50%;
    transform: translateX(-50%); }
    .section4 .content-wrap .img-box img {
      width: 100%; }
    .section4 .content-wrap::before {
      content: var(--recruitbeforetxt);
      position: absolute;
      display: inline-block;
      top: 0;
      left: 0;
      width: 96.5%;
      max-width: 698px;
      height: 175px;
      /*background: url(../images/top/recruit.png) no-repeat (center / contain);*/
      /*font-family: "Shippori Mincho B1";*/
      font-size: 157px;
      font-weight: 600;
      letter-spacing: -0.05em;
      line-height: 0.84;
      color: #FFF;
      opacity: 0.6;
      text-align: center; }
    .section4 .content-wrap h2 {
      font-size: 3rem;
      letter-spacing: .15em;
      line-height: 1.28;
      font-weight: bold;
      margin-bottom: 27px; }
    .section4 .content-wrap .text-content {
      background: #FFF;
      padding: 50px;
      max-width: 700px; }
      .section4 .content-wrap .text-content h3 {
        font-size: 2.8rem;
        letter-spacing: .05em;
        line-height: 1.6;
        font-weight: bold;
        margin-bottom: 40px; }
      .section4 .content-wrap .text-content p {
        font-size: 1.8rem;
        line-height: 2;
        letter-spacing: 0;
        font-weight: 500; }
  .section4 .white-btn {
    width: 100%;
    max-width: 360px;
    margin: auto;
    margin-right: 210px;
    text-align: right;
    margin-top: 58px; }
    .section4 .white-btn a {
      border: 2px solid var(--themecolor);
      color: var(--themecolor);
      width: 100%;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
      .section4 .white-btn a:hover {
        background: var(--themecolor);
        color: #FFF; }
    .section4 .white-btn.isActive a {
      left: 100%;
      transform: translateX(-100%); }
  @media screen and (max-width: 1680px) {
    .section4 .content-wrap .text-content {
      padding: 30px;
      max-width: 540px; }
      .section4 .content-wrap .text-content h3 {
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 26px; }
      .section4 .content-wrap .text-content p {
        font-size: 1.6rem;
        line-height: 1.6; } }
  @media screen and (max-width: 1520px) {
    .section4 .white-btn {
      margin-right: 80px; } }
  @media screen and (max-width: 1380px) {
    .section4 .white-btn a {
      max-width: 260px;
      padding: 8px 0; }
      .section4 .white-btn a::after {
        right: 20px; } }
  @media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
    .section4 {
      padding-bottom: 0; }
      .section4 .width-wrap {
        padding-bottom: 80px; }
      .section4 .white-btn {
        margin-right: auto; }
        .section4 .white-btn a {
          width: 100%;
          max-width: 100%; }
      .section4 .content-wrap {
        position: relative;
        width: 100%;
        top: -62px;
        padding: 0 10px;
        padding-top: 80px; }
        .section4 .content-wrap::before {
          height: 80px;
          font-size: 66px; }
        .section4 .content-wrap h2 {
          text-align: center;
          font-size: 2rem; }
        .section4 .content-wrap .text-content {
          padding: 0; }
          .section4 .content-wrap .text-content h3 {
            font-size: 1.8rem;
            margin-bottom: 20px; }
          .section4 .content-wrap .text-content p {
            font-size: 1.6rem;
            line-height: 1.6; }
      .section4 .white-btn {
        margin: auto;
        margin-top: -32px;
        width: calc(100% - 20px); } }

.is_tablet .section4 .content-wrap h2 {
  font-size: 30px; }
.is_tablet .section4 .content-wrap .text-content h3 {
  font-size: 15px; }
.is_tablet .section4 .content-wrap .text-content p {
  font-size: 16px; }
.is_tablet .section4 .white-btn a {
  font-size: 19px; }

.online-btn {
  text-align: center;
  background: #FFF;
  position: relative;
  z-index: 1000;
  padding-bottom: 110px; }
  .online-btn a {
    width: 41.66%;
    max-width: 800px;
    border: 6px solid #3CB5E9;
    text-align: center;
    background: url(../images/top/online_meeting_bg.png) no-repeat center 94px/556px;
    font-size: 2.8rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 49px 0;
    border-radius: 15px; }
    .online-btn a::before {
      content: "";
      display: inline-block;
      width: 94px;
      height: 50px;
      background: url(../images/top/online_ico.png) no-repeat center/contain;
      margin-right: 22px; }
    .online-btn a::after {
      content: "";
      display: inline-block;
      width: 17px;
      height: 10px;
      background: url(../images/common/gray_ar.png) no-repeat center/contain;
      margin-left: 30px; }
    .online-btn a:hover {
      background-size: 660px;
      font-size: 1.8rem; }
      .online-btn a:hover::before {
        background: url(../images/top/online_ico_active.png) no-repeat center/contain; }
      .online-btn a:hover::after {
        transform: translateX(6px); }

@media screen and (max-width: 1380px) {
  .online-btn a {
    font-size: 1.5rem;
    background: url(../images/top/online_meeting_bg.png) no-repeat center 87px/460px;
    padding: 40px 0; }
    .online-btn a::before {
      width: 72px; } }
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .online-btn {
    padding: 0 10px;
    padding-bottom: 60px;
    margin-top: 30px; }
    .online-btn a {
      width: 100%;
      font-size: 1.8rem;
      padding: 20px 0;
      background: url(../images/top/online_meeting_bg.png) no-repeat center 70px/260px; }
      .online-btn a::before {
        width: 60px; } }
footer {
  margin-top: 0; }
