@charset "UTF-8";
.mainVisual {
  padding-top: 26%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .mainVisual {
      padding-top: 0%; } }
  .mainVisual .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 68%;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .mainVisual .swiper-container {
        width: 100%;
        height: 100%;
        margin-bottom: 60px; } }
    @media only screen and (max-width: 767px) {
      .mainVisual .swiper-container .swiper-wrapper {
        display: none; } }
    .mainVisual .swiper-container .swiper-wrapper img {
      width: 100%; }
  .mainVisual .swiper-container-sp {
    display: none; }
    @media only screen and (max-width: 767px) {
      .mainVisual .swiper-container-sp {
        display: block; } }
    .mainVisual .swiper-container-sp img {
      width: 100%; }
  .mainVisual .mainVisual__right {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0px;
    width: 54%;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .mainVisual .mainVisual__right {
        display: none; } }
    .mainVisual .mainVisual__right img {
      width: 100%; }
  .mainVisual .mainVisual__bottom {
    display: none; }
    @media only screen and (max-width: 767px) {
      .mainVisual .mainVisual__bottom {
        display: block;
        z-index: 10;
        position: absolute;
        bottom: -1%;
        right: 0;
        width: 100%; } }
    .mainVisual .mainVisual__bottom img {
      width: 100%; }

.CollaborationModelAbout {
  overflow: hidden;
  color: #103582;
  padding: 8rem 0;
  position: relative;
  z-index: 100;
  margin-top: -1px; }
  @media only screen and (max-width: 767px) {
    .CollaborationModelAbout {
      padding: 6rem 0;
      margin-top: 0%; } }
  .CollaborationModelAbout .background1 {
    position: absolute;
    top: 0;
    left: 0; }
  .CollaborationModelAbout .background2 {
    position: absolute;
    bottom: 0px;
    right: -100px; }
    @media only screen and (max-width: 479px) {
      .CollaborationModelAbout .background2 {
        right: -200px; } }
  .CollaborationModelAbout h2 {
    font-size: 3rem;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .CollaborationModelAbout h2 {
        font-size: 2rem;
        text-align: center; } }
  .CollaborationModelAbout p {
    font-size: 2rem;
    font-size: 1.6rem;
    margin-top: 5rem;
    text-align: justify;
    letter-spacing: -0.1px; }
    @media only screen and (max-width: 767px) {
      .CollaborationModelAbout p {
        font-size: 1.4rem;
        margin-top: 2rem; } }
  .CollaborationModelAbout .bnr_wrap {
    width: 100%;
    max-width: 1024px;
    display: flex;
    justify-content: center;
    gap: 64px;
    margin: 0 auto 5rem;
    text-align: center;
    }
  .CollaborationModelAbout .bnr_wrap a:hover {
    opacity: 0.7;
    transition: .3s ease-in-out;
  }
  @media only screen and (max-width: 767px) {
    .CollaborationModelAbout .bnr_wrap {
      margin: 0 auto 2rem;
      flex-direction: column;
      gap: 20px;
    }
  }
.CollaborationModel {
  padding: 8rem 0;
  background: url("../../5info/img/galleria_collaboration/background-pic7.png?$staticlink$") no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .CollaborationModel {
      padding: 8rem 0 0; } }
  .CollaborationModel .CollaborationModel__heading h2 {
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    color: #021E60;
    font-family: YuGothic,'Yu Gothic',sans-serif; }
    @media only screen and (max-width: 767px) {
      .CollaborationModel .CollaborationModel__heading h2 {
        font-size: 2.5rem; } }
  .CollaborationModel .CollaborationModel__heading h2::before {
    content: "COLLABORATION MODEL";
    display: block;
    font-family: aviano-future, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .CollaborationModel .CollaborationModel__heading h2::before {
        font-size: 1.4rem;
        margin-bottom: 0rem; } }

.collaboration__sortWrap {
  border-radius: 12px;
  margin: 30px 0;
  padding-top: 4%;
  font-size: 30px; }
  @media only screen and (max-width: 767px) {
    .collaboration__sortWrap {
      margin: 0 0 30px; } }

.sort__buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap; }
  .sort__buttonBox li {
    width: 32%;
    border: 2px solid #021E60;
    color: #021E60;
    background: #ffffff;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
    text-align: center;
    padding: 1rem 0;
    transition: .3s ease-in-out;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .sort__buttonBox li {
        width: 49%;
        font-size: 1.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        line-height: 1.3;
        padding-top: 1.2rem; } }
    @media only screen and (max-width: 374px) {
      .sort__buttonBox li {
        font-size: 1.2rem; } }
    .sort__buttonBox li:nth-of-type(1) {
      background: #021E60;
      color: #ffffff; }
    .sort__buttonBox li:hover {
      background: #021E60;
      color: #ffffff; }
    .sort__buttonBox li:not(:nth-child(3n)) {
      margin-right: 2%; }
      @media only screen and (max-width: 767px) {
        .sort__buttonBox li:not(:nth-child(3n)) {
          margin-right: 0%; } }
    .sort__buttonBox li:nth-child(n + 4) {
      margin-top: 2rem; }
      @media only screen and (max-width: 767px) {
        .sort__buttonBox li:nth-child(n + 4) {
          margin-top: 0rem; } }
    @media only screen and (max-width: 767px) {
      .sort__buttonBox li:not(:nth-child(2n)) {
        margin-right: 2%; } }
    @media only screen and (max-width: 767px) {
      .sort__buttonBox li:nth-child(n + 3) {
        margin-top: 1rem; } }
    .sort__buttonBox li br {
      display: none; }
      @media only screen and (max-width: 767px) {
        .sort__buttonBox li br {
          display: block; } }

.sort__listBox .sort__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 5rem; }
  .sort__listBox .sort__content .sort__item {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    width: 48%;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    transition: .3s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .sort__listBox .sort__content .sort__item {
        width: 100%;
        margin-bottom: 2rem; } }
    .sort__listBox .sort__content .sort__item:hover {
      opacity: .7; }
    .sort__listBox .sort__content .sort__item .sort__top {
      height: 100%; }
      .sort__listBox .sort__content .sort__item .sort__top figure {
        width: 100%; }
        .sort__listBox .sort__content .sort__item .sort__top figure img {
          width: 100%; }
      .sort__listBox .sort__content .sort__item .sort__top .sort__text {
        padding: 2rem; }
        @media only screen and (max-width: 767px) {
          .sort__listBox .sort__content .sort__item .sort__top .sort__text {
            padding: 1rem 2rem 1rem 2rem; } }
        .sort__listBox .sort__content .sort__item .sort__top .sort__text h4 {
          font-size: 2.7rem;
          font-weight: bold;
          color: #021E60; }
          @media only screen and (max-width: 767px) {
            .sort__listBox .sort__content .sort__item .sort__top .sort__text h4 {
              font-size: 1.8rem; } }
        .sort__listBox .sort__content .sort__item .sort__top .sort__text .sort__textFont {
          font-size: 2.4rem; }
          @media only screen and (max-width: 767px) {
            .sort__listBox .sort__content .sort__item .sort__top .sort__text .sort__textFont {
              font-size: 1.5rem; } }
        .sort__listBox .sort__content .sort__item .sort__top .sort__text p {
          font-size: 1.4rem;
          margin-top: 1rem; }
          @media only screen and (max-width: 767px) {
            .sort__listBox .sort__content .sort__item .sort__top .sort__text p {
              font-size: 1.2rem;
              margin-top: 0rem; } }
    .sort__listBox .sort__content .sort__item .sort__bottom {
      margin-top: auto;
      font-size: 1.6rem;
      color: #021E60;
      padding: 0rem 2rem 2rem 2rem; }
      @media only screen and (max-width: 767px) {
        .sort__listBox .sort__content .sort__item .sort__bottom {
          font-size: 1.0rem;
          padding: 0rem 2rem 1rem 2rem; } }
    .sort__listBox .sort__content .sort__item .sort__bottom::after {
      content: "";
      background: url("../../5info/img/galleria_collaboration/collaboration__buttonArrow.png?$staticlink$") no-repeat;
      background-size: contain;
      display: block;
      width: 200px;
      height: 20px;
      margin-top: -1rem;
      transition: .3s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .sort__listBox .sort__content .sort__item .sort__bottom::after {
          width: 150px;
          margin-top: -0.6rem; } }
  .sort__listBox .sort__content .sort__item:hover .sort__bottom::after {
    margin-left: 0.8rem; }

.active1 {
  background: #021E60 !important;
  color: #ffffff !important; }

.active2 {
  background: #ffffff !important;
  color: #021E60 !important; }

.Interview {
  background: url("../../5info/img/galleria_collaboration/background-pic2.png?$staticlink$") no-repeat;
  background-size: cover;
  padding: 8rem 0; }
  @media only screen and (max-width: 767px) {
    .Interview {
      padding: 6rem 0; } }
  @media only screen and (max-width: 767px) {
    .Interview .inner {
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .Interview .Interview__heading {
      padding: 0 1.6rem; } }
  .Interview .Interview__heading figure {
    width: 100%; }
    .Interview .Interview__heading figure img {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .Interview .Interview__heading figure:nth-of-type(1) {
        display: none; } }
    .Interview .Interview__heading figure:nth-of-type(2) {
      display: none; }
      @media only screen and (max-width: 767px) {
        .Interview .Interview__heading figure:nth-of-type(2) {
          display: block; } }

.switching {
  margin-top: 8rem;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .switching {
      margin-top: 3rem; } }
  .switching .switching__box .tabs .switching__button {
    overflow: hidden; }
    @media only screen and (min-width: 767px) {
      .switching .switching__box .tabs .switching__button {
        overflow: visible !important; } }
    @media only screen and (max-width: 767px) {
      .switching .switching__box .tabs .switching__button {
        padding-top: 2rem; } }
    @media only screen and (max-width: 767px) {
      .switching .switching__box .tabs .switching__button .switching__buttonItem {
        margin: 0 auto;
        padding: 0;
        width: 290%;
        width: 1; } }
    @media only screen and (max-width: 374px) {
      .switching .switching__box .tabs .switching__button .switching__buttonItem {
        width: 355%; } }
  .switching .switching__box .tabs input {
    vertical-align: middle;
    font-size: 1.6rem; }
  .switching .switching__box .tabs input[name=tab_item] {
    display: none; }
  .switching .switching__box .tabs input:checked + .tab_item:nth-of-type(1) {
    background: #ffffff;
    color: #000;
    top: 0px;
    padding-top: 2rem; }
    @media only screen and (max-width: 767px) {
      .switching .switching__box .tabs input:checked + .tab_item:nth-of-type(1) {
        padding-top: 1.7rem;
        /*background: linear-gradient(0deg, #294159 0%, #5181B1 100%);
        color: #ffffff;*/ } }
  .switching .switching__box .tabs input:checked + .tab_item:nth-of-type(2) {
    background: #ffffff;
    color: #000;
    top: 0px;
    padding-top: 2rem; }
    @media only screen and (max-width: 767px) {
      .switching .switching__box .tabs input:checked + .tab_item:nth-of-type(2) {
        padding-top: 1.7rem;
        /*background: linear-gradient(0deg, #294159 0%, #5181B1 100%);
        color: #ffffff;*/ } }
  .switching .switching__box .tabs input:checked + .tab_item:nth-of-type(3) {
    background: #ffffff;
    color: #000;
    top: 0px;
    padding-top: 2rem; }
    @media only screen and (max-width: 767px) {
      .switching .switching__box .tabs input:checked + .tab_item:nth-of-type(3) {
        padding-top: 1.7rem;
        background: linear-gradient(0deg, #294159 0%, #5181B1 100%);
        color: #ffffff; } }
  .switching .switching__box .tabs input:checked + .tab_item:nth-of-type(4) {
    background: #ffffff;
    color: #000;
    top: 0px;
    padding-top: 2rem; }
    @media only screen and (max-width: 767px) {
      .switching .switching__box .tabs input:checked + .tab_item:nth-of-type(4) {
        padding-top: 1.7rem;
        background: linear-gradient(0deg, #294159 0%, #5181B1 100%);
        color: #ffffff; } }
  .switching .switching__box .tabs input:checked + .tab_item:nth-of-type(5) {
    background: #ffffff;
    color: #000;
    top: 0px;
    padding-top: 3.1rem; }
    @media only screen and (max-width: 767px) {
      .switching .switching__box .tabs input:checked + .tab_item:nth-of-type(5) {
        padding-top: 2.8rem;
        background: linear-gradient(0deg, #294159 0%, #5181B1 100%);
        color: #ffffff; } }
  .switching .switching__box .tabs .tab_item {
    width: calc(100%/4);
    height: 80px;
    font-size: 1.4rem;
    text-align: center;
    float: left;
    text-align: center;
    transition: .3s ease-in-out;
    cursor: pointer;
    padding: 14px 0;
    border: 1px solid #ffffff;
    background: linear-gradient(0deg, #294159 0%, #5181B1 100%);
    color: #ffffff;
    position: relative;
    top: 10px; }
    @media only screen and (max-width: 767px) {
      .switching .switching__box .tabs .tab_item {
        position: static;
        padding: 1.7rem 0;
        margin-bottom: 3rem;
        /*background: #ffffff;
        color: #000;*/
        width: 200px;
        margin-right: 2rem; } }
    .switching .switching__box .tabs .tab_item span {
      font-weight: bold; }
  .switching .switching__box .tabs .tab_item:nth-of-type(5) {
    padding-top: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .switching .switching__box .tabs .tab_item:nth-of-type(5) {
        padding-top: 2.8rem;
        margin-right: 0rem; } }
  /*.switching .switching__box .tabs #tab2_content {
    display: block; }*/
  .switching .switching__box .tabs .tab_content {
    display: none;
    position: relative;
    padding: 6rem 3rem;
    background: #ffffff;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .switching .switching__box .tabs .tab_content {
        padding: 3rem 2rem; } }
    .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__name h3 {
      font-size: 3rem;
      font-weight: bold;
      color: #021E60; }
      @media only screen and (max-width: 767px) {
        .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__name h3 {
          font-size: 2.1rem; } }
      @media only screen and (max-width: 374px) {
        .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__name h3 {
          font-size: 1.7rem; } }
    .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__name p {
      font-size: 2.4rem;
      font-weight: bold;
      margin-top: 1rem; }
      @media only screen and (max-width: 767px) {
        .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__name p {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 374px) {
        .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__name p {
          font-size: 1.4rem; } }
    .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 5rem;
      text-align: justify; }
      @media only screen and (max-width: 767px) {
        .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box1 {
          display: block;
          margin-top: 2rem; } }
      .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box1 figure {
        width: 55%; }
        @media only screen and (max-width: 767px) {
          .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box1 figure {
            width: 100%; } }
        .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box1 figure img {
          width: 100%; }
      .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box1 .Interview__Text1 {
        width: 45%;
        margin-left: 3rem; }
        @media only screen and (max-width: 767px) {
          .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box1 .Interview__Text1 {
            width: 100%;
            margin-left: 0rem;
            margin-top: 2rem; } }
        .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box1 .Interview__Text1 h4 {
          font-size: 1.8rem;
          font-weight: bold;
          position: relative;
          padding-left: 2.5rem; }
          @media only screen and (max-width: 767px) {
            .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box1 .Interview__Text1 h4 {
              font-size: 1.4rem; } }
        .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box1 .Interview__Text1 h4::before {
          position: absolute;
          top: 14px;
          left: 0;
          width: 1.5rem;
          height: 2px;
          content: "";
          background-color: #509EFF; }
          @media only screen and (max-width: 767px) {
            .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box1 .Interview__Text1 h4::before {
              top: 10px; } }
        .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box1 .Interview__Text1 p {
          font-size: 1.6rem;
          font-family: YuGothic,'Yu Gothic',sans-serif;
          margin-top: 3rem; }
          @media only screen and (max-width: 767px) {
            .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box1 .Interview__Text1 p {
              font-size: 1.2rem; } }
    .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box2 {
      margin-top: 3rem;
      text-align: justify; }
      @media only screen and (max-width: 767px) {
        .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box2 {
          margin-top: 6rem; } }
      .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box2 h4 {
        font-size: 1.8rem;
        font-weight: bold;
        position: relative;
        padding-left: 2.5rem; }
        @media only screen and (max-width: 767px) {
          .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box2 h4 {
            font-size: 1.4rem; } }
      .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box2 h4::before {
        position: absolute;
        top: 14px;
        left: 0;
        width: 1.5rem;
        height: 2px;
        content: "";
        background-color: #509EFF; }
        @media only screen and (max-width: 767px) {
          .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box2 h4::before {
            top: 9px; } }
      .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box2 p {
        font-size: 1.6rem;
        font-family: YuGothic,'Yu Gothic',sans-serif;
        margin-top: 2.5rem; }
        @media only screen and (max-width: 767px) {
          .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box2 p {
            font-size: 1.2rem; } }
    .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 5rem;
      text-align: justify; }
      @media only screen and (max-width: 767px) {
        .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box3 {
          flex-direction: column-reverse; } }
      .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box3 .Interview__Text3 {
        width: 42%; }
        @media only screen and (max-width: 767px) {
          .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box3 .Interview__Text3 {
            width: 100%; } }
        .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box3 .Interview__Text3 p {
          font-size: 1.6rem;
          font-family: YuGothic,'Yu Gothic',sans-serif; }
          @media only screen and (max-width: 767px) {
            .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box3 .Interview__Text3 p {
              font-size: 1.2rem;
              margin-top: 2rem; } }
      .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box3 figure {
        width: 58%;
        margin-left: 5rem; }
        @media only screen and (max-width: 767px) {
          .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box3 figure {
            width: 100%;
            margin-left: 0rem; } }
        .switching .switching__box .tabs .tab_content .Interview__wrap1 .Interview__box3 figure img {
          width: 100%; }
    .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__name h3 {
      font-size: 3rem;
      font-weight: bold;
      color: #021E60; }
      @media only screen and (max-width: 767px) {
        .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__name h3 {
          font-size: 2.1rem; } }
      @media only screen and (max-width: 374px) {
        .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__name h3 {
          font-size: 1.7rem; } }
    .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__name p {
      font-size: 2.4rem;
      font-weight: bold;
      margin-top: 1rem; }
      @media only screen and (max-width: 767px) {
        .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__name p {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 374px) {
        .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__name p {
          font-size: 1.4rem; } }
    .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 5rem;
      text-align: justify; }
      @media only screen and (max-width: 767px) {
        .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box1 {
          display: block;
          margin-top: 2rem; } }
      .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box1 figure {
        width: 55%; }
        @media only screen and (max-width: 767px) {
          .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box1 figure {
            width: 100%; } }
        .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box1 figure img {
          width: 100%; }
      .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box1 .Interview__Text1 {
        width: 45%;
        margin-left: 3rem; }
        @media only screen and (max-width: 767px) {
          .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box1 .Interview__Text1 {
            width: 100%;
            margin-left: 0rem;
            margin-top: 2rem; } }
        .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box1 .Interview__Text1 h4 {
          font-size: 1.8rem;
          font-weight: bold;
          position: relative;
          padding-left: 2.5rem; }
          @media only screen and (max-width: 767px) {
            .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box1 .Interview__Text1 h4 {
              font-size: 1.4rem; } }
        .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box1 .Interview__Text1 h4::before {
          position: absolute;
          top: 14px;
          left: 0;
          width: 1.5rem;
          height: 2px;
          content: "";
          background-color: #509EFF; }
          @media only screen and (max-width: 767px) {
            .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box1 .Interview__Text1 h4::before {
              top: 10px; } }
        .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box1 .Interview__Text1 p {
          font-size: 1.6rem;
          font-family: YuGothic,'Yu Gothic',sans-serif;
          margin-top: 3rem; }
          @media only screen and (max-width: 767px) {
            .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box1 .Interview__Text1 p {
              font-size: 1.2rem; } }
    .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box2 {
      text-align: justify; }
      .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box2 h4 {
        margin-top: 3rem;
        font-size: 1.8rem;
        font-weight: bold;
        position: relative;
        padding-left: 2.5rem; }
        @media only screen and (max-width: 767px) {
          .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box2 h4 {
            font-size: 1.4rem;
            margin-top: 6rem; } }
      .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box2 h4::before {
        position: absolute;
        top: 14px;
        left: 0;
        width: 1.5rem;
        height: 2px;
        content: "";
        background-color: #509EFF; }
        @media only screen and (max-width: 767px) {
          .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box2 h4::before {
            top: 9px; } }
      .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box2 p {
        font-size: 1.6rem;
        font-family: YuGothic,'Yu Gothic',sans-serif;
        margin-top: 2.5rem; }
        @media only screen and (max-width: 767px) {
          .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box2 p {
            font-size: 1.2rem;
            margin-top: 2rem; } }
    .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 5rem;
      text-align: justify; }
      @media only screen and (max-width: 767px) {
        .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box3 {
          flex-direction: column-reverse; } }
      .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box3 .Interview__Text3 {
        width: 48%; }
        @media only screen and (max-width: 767px) {
          .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box3 .Interview__Text3 {
            width: 100%; } }
        .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box3 .Interview__Text3 h4 {
          font-size: 1.8rem;
          font-weight: bold;
          position: relative;
          padding-left: 2.5rem; }
          @media only screen and (max-width: 767px) {
            .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box3 .Interview__Text3 h4 {
              font-size: 1.4rem;
              margin-top: 2rem; } }
        .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box3 .Interview__Text3 h4::before {
          position: absolute;
          top: 14px;
          left: 0;
          width: 1.5rem;
          height: 2px;
          content: "";
          background-color: #509EFF; }
          @media only screen and (max-width: 767px) {
            .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box3 .Interview__Text3 h4::before {
              top: 9px; } }
        .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box3 .Interview__Text3 p {
          font-size: 1.6rem;
          font-family: YuGothic,'Yu Gothic',sans-serif;
          margin-top: 3rem; }
          @media only screen and (max-width: 767px) {
            .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box3 .Interview__Text3 p {
              font-size: 1.2rem;
              margin-top: 2rem; } }
      .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box3 figure {
        width: 52%;
        margin-left: 3rem; }
        @media only screen and (max-width: 767px) {
          .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box3 figure {
            width: 100%;
            margin-left: 0rem; } }
        .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box3 figure img {
          width: 100%; }
    .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box4 {
      margin-top: 3rem;
      text-align: justify; }
      @media only screen and (max-width: 767px) {
        .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box4 {
          margin-top: 2rem; } }
      .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box4 .Interview__Text4 p {
        font-size: 1.6rem;
        font-family: YuGothic,'Yu Gothic',sans-serif; }
        @media only screen and (max-width: 767px) {
          .switching .switching__box .tabs .tab_content .Interview__wrap2 .Interview__box4 .Interview__Text4 p {
            font-size: 1.2rem; } }

.BannerImage {
  padding: 8rem 1.6rem; }
  @media only screen and (max-width: 767px) {
    .BannerImage {
      padding: 6rem 1.6rem; } }
  .BannerImage .BannerImage__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
	  max-width: 1024px;
	  margin: 0 auto;
}
    @media only screen and (max-width: 767px) {
      .BannerImage .BannerImage__box {
        display: block; } }
    .BannerImage .BannerImage__box a {
      display: block; }
      @media only screen and (max-width: 767px) {
        .BannerImage .BannerImage__box a {
          margin-bottom: 2rem; } }
      .BannerImage .BannerImage__box a:nth-of-type(2) {
        margin-left: 1rem;
        margin-right: 1rem; }
        @media only screen and (max-width: 767px) {
          .BannerImage .BannerImage__box a:nth-of-type(2) {
            margin-left: 0rem;
            margin-right: 0rem;
            margin-bottom: 2rem; } }
      .BannerImage .BannerImage__box a figure img {
        width: 100%; }

/*# sourceMappingURL=front-page.css.map */
