@charset "UTF-8";
@import url("global.css");
.slider {
  display: none; }

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/ }

#contents {
  padding-bottom: 0; }

.section .inner {
  display: flex;
  justify-content: flex-start;
  gap: 50px; }
.section .mainarea {
  max-width: 900px;
  flex-grow: 1; }
.section .sectitle {
  width: 310px; }
  .section .sectitle span {
    display: block; }
  .section .sectitle .ja {
    font-size: clamp(21px, 4vw, 36px);
    font-weight: 700;
    line-height: 1.5; }
  .section .sectitle .en {
    font-size: min(20px,3.6vw);
    font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
    font-weight: 600;
    opacity: .55; }

.section_mvv {
  background: #ececec;
  border-radius: 8px;
  padding: 100px 80px;
  box-sizing: border-box;
  margin-bottom: 80px; }
  .section_mvv:last-of-type {
    margin-bottom: 0; }
  .section_mvv .inner {
    display: flex;
    justify-content: space-between; }
  .section_mvv .sectitle {
    width: 45%; }
    .section_mvv .sectitle span {
      display: block; }
    .section_mvv .sectitle .ja {
      font-size: 46px;
      font-weight: 700;
      line-height: 1.5; }
    .section_mvv .sectitle .en {
      color: #1F2B71;
      font-size: clamp(17px, 3.1vw, 36px);
      font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
      font-weight: 600;
      opacity: .55; }
  .section_mvv .text_area {
    flex: 1;
    padding-left: 40px; }

#intro {
  position: relative;
  background: #2E3353;
  margin-bottom: 100px; }
  #intro .img_carousel {
    height: 500px;
    position: relative;
    z-index: 1; }
    #intro .img_carousel img {
      height: 500px;
      backface-visibility: hidden; }
  #intro .inner {
    position: relative;
    z-index: 2;
    padding: 350px 0 100px;
    margin-top: -350px; }
    #intro .inner::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 350px;
      background: #2E3353;
      background: linear-gradient(180deg, rgba(46, 51, 83, 0) 0%, #2e3353 100%);
      z-index: -1; }
    #intro .inner .inner_main {
      position: relative; }
    #intro .inner .cacth {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      margin-block: -250px 120px; }
      #intro .inner .cacth img {
        width: 50%; }
      #intro .inner .cacth p {
        flex: 1;
        padding-left: 60px;
        color: #fff;
        line-height: 1.4;
        font-size: 36px;
        font-weight: 600; }
    #intro .inner .text_area {
      color: #fff; }
      #intro .inner .text_area .sectitle {
        margin-bottom: 80px;
        font-size: clamp(18px, 3vw, 32px);
        font-weight: 700; }
        #intro .inner .text_area .sectitle span {
          position: relative;
          display: block;
          width: 360px;
          padding-inline: 30px;
          box-sizing: border-box; }
          #intro .inner .text_area .sectitle span img {
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(103%) contrast(101%); }
          #intro .inner .text_area .sectitle span::before {
            content: "“";
            position: absolute;
            left: 0;
            top: 0;
            color: #fff;
            font-size: 30px;
            font-weight: 600; }
          #intro .inner .text_area .sectitle span::after {
            content: "”";
            position: absolute;
            right: 0;
            top: 0;
            color: #fff;
            font-size: 30px;
            font-weight: 600; }
      #intro .inner .text_area p + p {
        margin-top: 1em; }
    #intro .inner .img_area {
      width: 100%;
      position: absolute;
      right: 0;
      top: 0; }
      #intro .inner .img_area .img_intro01 {
        width: 38vw;
        border-radius: 8px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 40%; }
      #intro .inner .img_area .img_intro02 {
        width: 15vw;
        border-radius: 8px;
        overflow: hidden;
        position: absolute;
        top: 550px;
        right: -2vw; }

#mission .text_area ul li {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  position: relative; }
  #mission .text_area ul li::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #9CA1BC;
    position: absolute;
    left: 14px;
    top: 40px; }
  #mission .text_area ul li:last-of-type {
    padding-bottom: 0; }
    #mission .text_area ul li:last-of-type::before {
      width: 0;
      height: 0; }
  #mission .text_area ul li h4 {
    padding-left: 40px;
    width: 160px;
    color: #1F2B71;
    position: relative;
    font-size: clamp(22px, 3.9vw, 36px);
    font-weight: 700; }
    #mission .text_area ul li h4 span {
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 28px;
      height: 28px;
      background: #9CA1BC;
      border-radius: 50%; }
      #mission .text_area ul li h4 span::after {
        content: "";
        width: 12px;
        height: 12px;
        background: #1F2B71;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%); }
  #mission .text_area ul li p {
    font-size: clamp(15px, 2vw, 18px);
    font-weight: 500; }

#vision .text_area p {
  line-height: 2.2;
  font-size: clamp(15px, 2.3vw, 20px);
  font-weight: 500; }

#message {
  padding-block: 200px;
  position: relative;
  overflow: hidden; }
  #message .mainarea {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    #message .mainarea .img_president {
      width: 28%;
      position: relative; }
      #message .mainarea .img_president .president {
        position: relative;
        z-index: 2;
        border-radius: 8px;
        overflow: hidden; }
      #message .mainarea .img_president .shadow {
        width: 100%;
        height: 0;
        padding-top: 130%;
        position: absolute;
        right: -30px;
        bottom: 10px;
        z-index: 1;
        border-radius: 8px;
        overflow: hidden; }
        #message .mainarea .img_president .shadow img {
          position: absolute;
          left: 0;
          top: 0; }
      #message .mainarea .img_president .name {
        text-align: right;
        margin-top: 20px; }
    #message .mainarea .text_area {
      padding-right: 0;
      flex: 1; }
      #message .mainarea .text_area p {
        line-height: 2.2; }
  #message .text_message {
    width: 200px;
    position: absolute;
    right: 200px;
    top: -50px;
    z-index: -1; }

.link_area {
  display: flex; }
  .link_area .link_item {
    width: 50%;
    height: 500px; }
    .link_area .link_item a {
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      display: block;
      padding: 50px;
      color: #fff;
      position: relative; }
      .link_area .link_item a::after {
        content: "";
        width: 60px;
        height: 24px;
        background: #fff url("../img/arrow_bl.png") no-repeat center center;
        background-size: 15px auto;
        border-radius: 100px;
        display: block;
        margin: 10px 0 0 auto;
        position: absolute;
        right: 50px;
        bottom: 50px; }
      .link_area .link_item a .text_area {
        position: absolute;
        left: 50px;
        bottom: 50px;
        z-index: 2;
        text-align: left; }
        .link_area .link_item a .text_area h3 {
          font-size: clamp(22px, 3.6vw, 45px);
          font-weight: 700; }
        .link_area .link_item a .text_area p {
          font-size: clamp(14px, 2vw, 20px);
          font-weight: 500; }
      .link_area .link_item a .bg_area {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
        .link_area .link_item a .bg_area::after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background: rgba(29, 29, 29, 0.4); }
    .link_area .link_item.link_csr a::after {
      background: #fff url("../img/outlink_bl.png") no-repeat center center;
      background-size: 15px auto; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint ( 1600px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  .section_mvv .sectitle {
    width: 40%; }
    .section_mvv .sectitle .ja {
      font-size: 42px; }

  #intro .inner .img_area .img_intro01 {
    width: 42vw; }
  #intro .inner .img_area .img_intro02 {
    width: 20vw;
    top: 550px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .section_mvv {
    padding: 70px; }
    .section_mvv .sectitle .ja {
      font-size: 40px; }

  #intro .inner .cacth p {
    padding-left: 40px;
    font-size: 30px; }
  #intro .inner .text_area .sectitle {
    margin-bottom: 60px; }
  #intro .inner .img_area .img_intro01 {
    width: 45vw;
    left: 45%; }
  #intro .inner .img_area .img_intro02 {
    width: 22vw;
    top: 500px; }

  #mission .text_area ul li h4 {
    width: 140px; }

  .link_area .link_item {
    height: 450px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .section .inner {
    display: block; }
  .section .sectitle {
    width: auto;
    margin-bottom: 40px; }

  .section_mvv {
    padding: 60px;
    margin-bottom: 60px; }
    .section_mvv .inner {
      display: block; }
    .section_mvv .sectitle {
      width: auto;
      margin-bottom: 40px; }
      .section_mvv .sectitle .ja {
        font-size: 40px; }
    .section_mvv .text_area {
      padding-left: 0; }

  #intro {
    margin-bottom: 100px; }
    #intro .img_carousel {
      height: 400px; }
      #intro .img_carousel img {
        height: 400px; }
    #intro .inner {
      padding: 300px 0 50px;
      margin-top: -300px; }
      #intro .inner::before {
        height: 300px; }
      #intro .inner .cacth {
        display: block;
        margin-block: -200px 100px; }
        #intro .inner .cacth img {
          width: 80%; }
        #intro .inner .cacth p {
          padding-left: 0;
          margin-top: 20px;
          font-size: 28px; }
      #intro .inner .text_area {
        color: #ececec;
        margin-bottom: 40px; }
        #intro .inner .text_area .sectitle {
          margin-bottom: 40px; }
          #intro .inner .text_area .sectitle span {
            width: 280px;
            padding-inline: 20px;
            margin-bottom: 5px; }
            #intro .inner .text_area .sectitle span::before {
              top: 0;
              font-size: 22px; }
            #intro .inner .text_area .sectitle span::after {
              top: 0;
              font-size: 22px; }
      #intro .inner .img_area {
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        #intro .inner .img_area .img_intro01 {
          width: 55vw;
          position: relative;
          top: auto;
          left: auto; }
        #intro .inner .img_area .img_intro02 {
          width: 27vw;
          position: absolute;
          top: 220px;
          right: 0; }

  #mission .text_area ul li {
    padding-bottom: 30px; }
    #mission .text_area ul li::before {
      top: 30px; }
    #mission .text_area ul li h4 {
      width: 130px; }

  #message {
    padding-block: 100px; }
    #message .mainarea .img_president {
      width: 35%; }
    #message .mainarea .text_area {
      padding-right: 50px; }
      #message .mainarea .text_area p .sptabnone {
        display: none; }

  .link_area .link_item {
    height: 350px; }
    .link_area .link_item a {
      padding: 20px; }
      .link_area .link_item a::after {
        right: 20px;
        bottom: 20px; }
      .link_area .link_item a .text_area {
        left: 20px;
        bottom: 60px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .section .sectitle {
    margin-bottom: 30px; }

  .section_mvv {
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 6px; }
    .section_mvv .sectitle {
      margin-bottom: 30px; }
      .section_mvv .sectitle .ja {
        font-size: 24px; }

  #intro {
    margin-bottom: 80px; }
    #intro .img_carousel {
      height: 200px; }
      #intro .img_carousel img {
        height: 200px; }
    #intro .inner {
      padding: 80px 0 40px;
      margin-top: -80px; }
      #intro .inner::before {
        height: 80px; }
      #intro .inner .cacth {
        margin-block: -120px 50px; }
        #intro .inner .cacth p {
          font-size: 18px; }
      #intro .inner .text_area {
        margin-bottom: 20px; }
        #intro .inner .text_area .sectitle {
          margin-bottom: 20px; }
          #intro .inner .text_area .sectitle span {
            width: 200px;
            padding-inline: 15px; }
            #intro .inner .text_area .sectitle span::before {
              top: 0;
              font-size: 18px; }
            #intro .inner .text_area .sectitle span::after {
              top: 0;
              font-size: 18px; }
      #intro .inner .img_area .img_intro01 {
        border-radius: 6px; }
      #intro .inner .img_area .img_intro02 {
        border-radius: 6px;
        width: 30vw;
        top: 120px; }

  #mission .text_area ul li {
    display: block;
    padding-bottom: 30px; }
    #mission .text_area ul li::before {
      top: 30px;
      left: 11px; }
    #mission .text_area ul li h4 {
      width: auto; }
      #mission .text_area ul li h4 span {
        width: 22px;
        height: 22px; }
        #mission .text_area ul li h4 span::after {
          width: 8px;
          height: 8px; }
    #mission .text_area ul li p {
      padding-left: 40px; }

  #vision .text_area p {
    line-height: 1.8; }

  #message {
    padding-block: 70px; }
    #message .mainarea {
      display: block; }
      #message .mainarea .img_president {
        width: 65%;
        margin-inline: auto 8vw; }
      #message .mainarea .text_area {
        padding: 0;
        margin-bottom: 20px; }
        #message .mainarea .text_area p {
          line-height: 1.8; }

  .link_area {
    display: block; }
    .link_area .link_item {
      width: 100%;
      height: 200px; }
      .link_area .link_item a {
        padding: 20px; }
        .link_area .link_item a::after {
          right: 20px;
          bottom: 20px; }
        .link_area .link_item a .text_area {
          left: 20px;
          bottom: 60px; } }
