@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

.common_inner {
  max-width: 1000px;
  margin: 0 auto; }

.common_title {
  display: flex; }
  .common_title h2 {
    writing-mode: vertical-rl;
    font-size: 9rem;
    color: #003798;
    font-family: "din-2014", sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-right: 16px; }
    @media screen and (max-width: 768px) {
      .common_title h2 {
        font-size: 12.5333333333vw;
        margin-right: 2.6666666667vw; } }
  .common_title span {
    font-size: 2.2rem;
    font-weight: 600;
    writing-mode: vertical-rl;
    padding-top: 68px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .common_title span {
        font-size: 3.2vw;
        padding-top: 10.6666666667vw; } }
    .common_title span::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 1px;
      height: 58px;
      background-color: #222222; }
      @media screen and (max-width: 768px) {
        .common_title span::before {
          height: 8.2666666667vw; } }
    .common_title span.number {
      padding-top: 0;
      transform: rotate(-90deg);
      display: inline-block;
      margin: 4px 0; }
      @media screen and (max-width: 768px) {
        .common_title span.number {
          margin: 0.8vw 0 0.5333333333vw; } }
      .common_title span.number::before {
        content: none; }

#page-top a {
  background-color: #13346e; }
  #page-top a span {
    display: block;
    font-size: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/page-top_arrow.svg);
    background-image: url(../assets/img/page-top_arrow.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: center center; }
    @media screen and (max-width: 768px) {
      #page-top a span {
        background-size: 4vw auto; } }

/* -----------------------------------------------------
	btn
----------------------------------------------------- */
.btn {
  position: relative;
  display: block;
  border-radius: 100vh;
  text-align: center;
  line-height: 1;
  width: 100%; }
  .btn span {
    display: inline-block;
    font-weight: 700; }
  .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.2s ease; }
  .btn.type-01 {
    padding: 24px 0;
    background-color: #003798;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .btn.type-01 {
        padding: 4.9333333333vw 0; } }
    .btn.type-01 span {
      font-size: 1.7rem; }
      @media screen and (max-width: 768px) {
        .btn.type-01 span {
          font-size: 3.4666666667vw; } }
    .btn.type-01::after {
      width: 22px;
      height: 7px;
      right: 20px;
      background-image: url("../img/icon/arrow-r-02_white.svg"); }
      @media screen and (max-width: 768px) {
        .btn.type-01::after {
          width: 4.4vw;
          height: 1.4666666667vw;
          right: 4vw; } }
    .btn.type-01:hover::after {
      right: 10px; }
    .btn.type-01.back::after {
      left: 20px;
      background-image: url("../img/icon/arrow-l-02_white.svg"); }
      @media screen and (max-width: 768px) {
        .btn.type-01.back::after {
          left: 4vw; } }
    .btn.type-01.back:hover::after {
      left: 10px; }
  .btn.type-02 {
    padding: 24px 0;
    background-color: #fff;
    color: #003798; }
    @media screen and (max-width: 768px) {
      .btn.type-02 {
        padding: 4.9333333333vw 0; } }
    .btn.type-02 span {
      font-size: 1.7rem; }
      @media screen and (max-width: 768px) {
        .btn.type-02 span {
          font-size: 3.4666666667vw; } }
    .btn.type-02::after {
      width: 22px;
      height: 7px;
      right: 20px;
      background-image: url("../img/icon/arrow-r-02_blue.svg"); }
      @media screen and (max-width: 768px) {
        .btn.type-02::after {
          width: 4.4vw;
          height: 1.4666666667vw;
          right: 4vw; } }
    .btn.type-02:hover::after {
      right: 10px; }
    .btn.type-02.back::after {
      left: 20px;
      background-image: url("../img/icon/arrow-l-02_blue.svg"); }
      @media screen and (max-width: 768px) {
        .btn.type-02.back::after {
          left: 4vw; } }
    .btn.type-02.back:hover::after {
      left: 10px; }
  .btn.type-03 {
    padding: 7px 0;
    background-color: #003798;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .btn.type-03 {
        padding: 3.0666666667vw 0; } }
    .btn.type-03 span {
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .btn.type-03 span {
          font-size: 2.9333333333vw; } }
    .btn.type-03::after {
      width: 7px;
      height: 12px;
      right: 10px;
      background-image: url("../img/icon/arrow-r-01_white.svg"); }
      @media screen and (max-width: 768px) {
        .btn.type-03::after {
          width: 1.3333333333vw;
          height: 2.4vw;
          right: 2vw; } }
  .btn.type-04 {
    padding: 7px 0;
    background-color: #fff;
    color: #003798; }
    @media screen and (max-width: 768px) {
      .btn.type-04 {
        padding: 3.0666666667vw 0; } }
    .btn.type-04 span {
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .btn.type-04 span {
          font-size: 2.9333333333vw; } }
    .btn.type-04::after {
      width: 7px;
      height: 12px;
      right: 10px;
      background-image: url("../img/icon/arrow-r-01_blue.svg"); }
      @media screen and (max-width: 768px) {
        .btn.type-04::after {
          width: 1.3333333333vw;
          height: 2.4vw;
          right: 2vw; } }
  .btn.type-05 {
    padding: 14.5px 0;
    background-color: #003798;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .btn.type-05 {
        padding: 3.0666666667vw 0; } }
    .btn.type-05 span {
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .btn.type-05 span {
          font-size: 2.9333333333vw; } }
    .btn.type-05::after {
      width: 17px;
      height: 5px;
      right: 20px;
      background-image: url("../img/icon/arrow-r-02_white.svg"); }
      @media screen and (max-width: 768px) {
        .btn.type-05::after {
          width: 3.2vw;
          height: 1.0666666667vw;
          right: 4vw; } }
    .btn.type-05:hover::after {
      right: 10px; }

/* btn_wrap
-------------------------*/
.btn_wrap01 {
  width: 340px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .btn_wrap01 {
      width: 70.6666666667vw; } }

.btn_wrap02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .btn_wrap02 a {
    width: 320px;
    margin: 0 20px; }
    @media screen and (max-width: 768px) {
      .btn_wrap02 a {
        width: 70.6666666667vw;
        margin: 4vw 0 0 0; } }
    @media screen and (max-width: 768px) {
      .btn_wrap02 a:first-child {
        margin: 0; } }

.btn_wrap03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 415px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .btn_wrap03 {
      max-width: 70.6666666667vw; } }
  .btn_wrap03 a {
    width: 48.19277108433735%;
    margin-left: 15px; }
    @media screen and (max-width: 768px) {
      .btn_wrap03 a {
        width: 49.056603773584904%;
        margin-left: 1.8867924528301887%; } }
    .btn_wrap03 a:nth-child(odd) {
      margin-left: 0; }
    .btn_wrap03 a:nth-child(n + 3) {
      margin-top: 15px; }
      @media screen and (max-width: 768px) {
        .btn_wrap03 a:nth-child(n + 3) {
          margin-top: 2vw; } }

.btn_wrap04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .btn_wrap04 {
      justify-content: center; } }
  .btn_wrap04 a {
    width: 32%;
    margin: 0 0 0 2%; }
    @media screen and (max-width: 768px) {
      .btn_wrap04 a {
        width: 70.6666666667vw;
        margin: 4vw 0 0 0; } }
    .btn_wrap04 a:first-child {
      margin: 0; }
    .btn_wrap04 a.not-link {
      display: block;
      padding: 24px 0;
      background-color: #f1f8fe;
      border-radius: 100vh;
      color: #003798;
      font-size: 1.7rem;
      font-weight: 700;
      text-align: center;
      pointer-events: none; }
      @media screen and (max-width: 768px) {
        .btn_wrap04 a.not-link {
          width: 70.6666666667vw;
          padding: 4.9333333333vw 0;
          font-size: 3.4666666667vw; } }

.btn_wrap05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .btn_wrap05 {
      width: 70.6666666667vw;
      margin: 0 auto; } }
  .btn_wrap05 a {
    width: 19.2%;
    margin-left: 1%; }
    @media screen and (max-width: 768px) {
      .btn_wrap05 a {
        width: 49.056603773584904%;
        margin-left: 1.8867924528301887%; } }
    .btn_wrap05 a:nth-child(5n + 1) {
      margin-left: 0; }
    @media screen and (max-width: 768px) {
      .btn_wrap05 a:nth-child(odd) {
        margin-left: 0; } }
    @media screen and (max-width: 768px) {
      .btn_wrap05 a:nth-child(n + 3) {
        margin-top: 1.8867924528301887%; } }
    .btn_wrap05 a:nth-child(n + 6) {
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .btn_wrap05 a:nth-child(n + 6) {
          margin-top: 1.8867924528301887%; } }

@media screen and (max-width: 768px) {
  main section {
    padding-left: 4vw;
    padding-right: 4vw; } }

/* topここから
-------------------------*/
.flexslider {
  margin-bottom: 0 !important;
  border: unset !important;
  border-radius: unset !important;
  box-shadow: unset !important; }
  @media screen and (max-width: 768px) {
    .flexslider {
      height: 66.6666666667vw !important; }
      .flexslider .slides > li {
        height: 66.6666666667vw; }
        .flexslider .slides > li img {
          height: 66.6666666667vw; } }

@media screen and (max-width: 768px) {
  .flex-viewport {
    height: 66.6666666667vw; } }

main.top {
  overflow: hidden; }

.top_mv {
  width: 100%;
  height: 51.786vw;
  /* 250118 mod by tokugawa { */
  /* background-image: url(../img/top/top_mv.jpg); */
  background-image: url(../img/top/top_mv_2501.jpg);
  /* } 250118 mod by tokugawa */
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  padding: 0; }
  @media screen and (max-width: 768px) {
    .top_mv {
      height: 134.9333333333vw;
      /* 250118 mod by tokugawa { */
      /* background-image: url(../img/top/top_mv_sp.jpg); */
      background-image: url(../img/top/top_mv_sp_2501.jpg);
      /* } 250118 mod by tokugawa */
    } } 
  .top_mv .inner {
    max-width: 100%; }
  .top_mv_img {
    position: relative; }
    @media screen and (max-width: 768px) {
      .top_mv_img {
        top: 0; } }
  .top_mv_img_slide {
    width: 28%;
    aspect-ratio: 709 / 749;
    position: absolute;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); }
    @media screen and (max-width: 768px) {
      .top_mv_img_slide {
        width: 61.2vw;
        height: 64.2666666667vw; } }
    .top_mv_img_slide-01 {
      top: 0;
      right: 14%; }
      @media screen and (max-width: 768px) {
        .top_mv_img_slide-01 {
          right: -2vw; } }
    .top_mv_img_slide-02 {
      top: 17.381vw;
      right: -4%; }
      @media screen and (max-width: 768px) {
        .top_mv_img_slide-02 {
          top: 70.6666666667vw;
          right: -9.3333333333vw; } }
  .top_mv_wrap {
    position: relative; }
  .top_mv_title {
    width: 11.607142857142858%;
    position: absolute;
    top: 10.357vw;
    left: 13.988095238095239%; }
    @media screen and (max-width: 768px) {
      .top_mv_title {
        width: 28.2666666667vw;
        top: 20.1333333333vw;
        left: 6.2666666667vw; } }

.top_message_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .top_message_wrap {
      margin-top: 5.6vw; } }
.top_message_text p {
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 35px; }
  @media screen and (max-width: 768px) {
    .top_message_text p {
      font-size: 3.4666666667vw;
      margin-top: 5.0666666667vw; } }
  .top_message_text p span {
    color: #003798;
    font-weight: bold; }
  .top_message_text p:first-child {
    margin-top: 0; }
.top_message_text .logo {
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .top_message_text .logo {
      margin-top: 10.6666666667vw; } }
  .top_message_text .logo span {
    font-size: 1.8rem;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .top_message_text .logo span {
        font-size: 3.4666666667vw; } }
  .top_message_text .logo .img {
    margin-top: 18px;
    display: block; }
    .top_message_text .logo .img img {
      width: 340px; }
      @media screen and (max-width: 768px) {
        .top_message_text .logo .img img {
          width: 67.4666666667vw; } }
.top_message_btn {
  margin-top: 70px; }
  @media screen and (max-width: 768px) {
    .top_message_btn {
      margin-top: 13.3333333333vw; } }

.top_news {
  position: relative; }
  .top_news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90vw;
    height: 100%;
    z-index: -1;
    background-image: url(../img/top/blue_bg01.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1000px) {
      .top_news::before {
        height: 100%; } }
    @media screen and (max-width: 768px) {
      .top_news::before {
        background-image: unset;
        background-color: #f1f8fe;
        width: 100%; } }
  .top_news_wrap {
    display: flex;
    justify-content: space-between; }
  .top_news_list01 {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .top_news_list01 {
        margin-bottom: 6.6666666667vw; } }
  .top_news_list_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #222222; }
    @media screen and (max-width: 768px) {
      .top_news_list_title {
        padding-bottom: 1.8666666667vw; } }
    .top_news_list_title h3 {
      font-size: 2rem;
      font-weight: bold;
      color: #003798; }
      @media screen and (max-width: 768px) {
        .top_news_list_title h3 {
          font-size: 4vw; } }
    .top_news_list_title a {
      display: block;
      font-size: 1.4rem;
      color: #222222;
      padding-right: 20px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .top_news_list_title a {
          font-size: 3.2vw; } }
      .top_news_list_title a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) rotate(45deg);
        border-right: 1px solid #222222;
        border-top: 1px solid #222222;
        width: 7px;
        height: 7px; }
        @media screen and (max-width: 768px) {
          .top_news_list_title a::before {
            width: 1.6vw;
            height: 1.6vw; } }
  .top_news_box {
    width: 78%; }
    @media screen and (max-width: 1000px) {
      .top_news_box {
        margin-left: 30px; } }
    @media screen and (max-width: 768px) {
      .top_news_box {
        margin-left: 4.5333333333vw; } }
  .top_news_item01 {
    margin-top: 15px; }
    @media screen and (max-width: 768px) {
      .top_news_item01 {
        margin-top: 2.4vw; } }
  .top_news_item02 {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .top_news_item02 {
        margin-top: 4vw; } }
  .top_news_item li {
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .top_news_item li {
        margin-bottom: 2.6666666667vw; } }
    .top_news_item li:last-child {
      margin-bottom: 0; }
    .top_news_item li a {
      display: flex; }
      @media screen and (max-width: 768px) {
        .top_news_item li a {
          flex-direction: column; } }
      .top_news_item li a .text {
        display: flex; }
        @media screen and (max-width: 768px) {
          .top_news_item li a .text {
            align-items: center; } }
        .top_news_item li a .text .date {
          min-width: 100px;
          font-size: 1.6rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            .top_news_item li a .text .date {
              min-width: unset;
              font-size: 3.4666666667vw; } }
        .top_news_item li a .text .tag {
          display: inline-block;
          padding: 4px 0 6px;
          margin-right: 14px;
          height: fit-content;
          min-width: 83px;
          color: #ffffff;
          background-color: #717171;
          text-align: center;
          font-weight: bold;
          font-size: 1.2rem; }
          @media screen and (max-width: 768px) {
            .top_news_item li a .text .tag {
              padding: 0.1333333333vw 0 0.2666666667vw;
              margin-right: 2.6666666667vw;
              font-size: 2.6666666667vw;
              min-width: 16.5333333333vw; } }
      .top_news_item li a h4 {
        font-size: 1.6rem; }
        @media screen and (max-width: 768px) {
          .top_news_item li a h4 {
            margin-top: 1.3333333333vw;
            font-size: 3.4666666667vw; } }

.news_inner_row > div {
  margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .news_inner_row > div {
      margin-top: 2.4vw; } }
  .news_inner_row > div a {
    display: flex; }
    @media screen and (max-width: 768px) {
      .news_inner_row > div a {
        flex-wrap: wrap; } }
    .news_inner_row > div a h6 {
      display: none; }
    .news_inner_row > div a p {
      font-size: 1.6rem; }
      @media screen and (max-width: 768px) {
        .news_inner_row > div a p {
          font-size: 3.4666666667vw; } }
      .news_inner_row > div a p:nth-of-type(1) {
        order: 3;
        display: inline; }
      .news_inner_row > div a p:nth-of-type(2) {
        order: 1;
        min-width: 100px;
        margin-top: 0; }
        @media screen and (max-width: 768px) {
          .news_inner_row > div a p:nth-of-type(2) {
            width: 100%; } }
    .news_inner_row > div a img {
      display: none; }

.top_reason {
  position: relative;
  overflow: hidden; }
  .top_reason::before {
    content: "";
    position: absolute;
    top: 255px;
    right: 0;
    width: 90vw;
    height: 800px;
    z-index: -1;
    background-image: url(../img/top/blue_bg02.png);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1000px) {
      .top_reason::before {
        height: 100%;
        width: calc(100vw + 200px); } }
    @media screen and (max-width: 768px) {
      .top_reason::before {
        top: 30.6666666667vw;
        height: 100%;
        width: calc(100vw + vw(300)); } }
  .top_reason_wrap {
    display: flex;
    justify-content: space-between; }
  .top_reason_list {
    display: flex;
    flex-wrap: wrap;
    width: 744px;
    margin-left: 72px; }
    @media screen and (max-width: 1000px) {
      .top_reason_list {
        width: 100%;
        margin-left: 0; } }
    .top_reason_list li {
      width: 244px; }
      @media screen and (max-width: 1000px) {
        .top_reason_list li {
          width: 50%; } }
      .top_reason_list li:first-child {
        transform: translateX(76px); }
        @media screen and (max-width: 1000px) {
          .top_reason_list li:first-child {
            transform: unset; } }
      .top_reason_list li:nth-child(2) {
        transform: translateX(38px); }
        @media screen and (max-width: 1000px) {
          .top_reason_list li:nth-child(2) {
            transform: translateX(-16%); } }
      .top_reason_list li:nth-child(4) {
        transform: translateX(-10px); }
        @media screen and (max-width: 1000px) {
          .top_reason_list li:nth-child(4) {
            transform: translateX(-16%); } }
      .top_reason_list li:nth-child(5) {
        transform: translateX(-48px); }
        @media screen and (max-width: 1000px) {
          .top_reason_list li:nth-child(5) {
            transform: unset; } }
      .top_reason_list li:last-child {
        transform: translateX(-88px); }
        @media screen and (max-width: 1000px) {
          .top_reason_list li:last-child {
            transform: translateX(-16%); } }
      @media screen and (max-width: 1000px) {
        .top_reason_list li:nth-child(3) {
          margin-top: 17px; } }
      @media screen and (max-width: 768px) {
        .top_reason_list li:nth-child(3) {
          margin-top: 4.5333333333vw; } }
      .top_reason_list li:nth-child(4), .top_reason_list li:nth-child(5), .top_reason_list li:nth-child(6) {
        margin-top: 17px; }
        @media screen and (max-width: 768px) {
          .top_reason_list li:nth-child(4), .top_reason_list li:nth-child(5), .top_reason_list li:nth-child(6) {
            margin-top: 4.5333333333vw; } }
      .top_reason_list li p {
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.4;
        margin-top: 10px; }
        @media screen and (max-width: 768px) {
          .top_reason_list li p {
            font-size: 2.9333333333vw;
            margin-top: 1.6vw;
            white-space: nowrap; } }
        .top_reason_list li p span {
          color: #003798; }
  .top_reason_btn {
    margin-top: 64px; }
    @media screen and (max-width: 768px) {
      .top_reason_btn {
        margin-top: 8vw; } }

.top_business {
  background-image: url(../img/top/top_bg.jpg);
  background-size: cover;
  overflow: hidden;
  margin-top: 85px; }
  @media screen and (max-width: 768px) {
    .top_business {
      margin-top: 13.3333333333vw;
      background-position: bottom 0 left 0;
      background-image: url(../img/top/top_bg_sp.jpg); } }
  .top_business_wrap {
    display: flex;
    justify-content: space-between; }
  .top_business_title h2 {
    color: #ffffff; }
  .top_business_title span {
    color: #ffffff; }
    .top_business_title span::before {
      background-color: #ffffff; }
  .top_business_box {
    margin-left: 95px; }
    @media screen and (max-width: 768px) {
      .top_business_box {
        margin-left: 4vw; } }
  .top_business_products {
    position: relative;
    padding-top: 100px;
    padding-bottom: 95px; }
    @media screen and (max-width: 768px) {
      .top_business_products {
        padding-top: 14.9333333333vw;
        padding-bottom: 14.4vw;
        width: 102%; } }
    .top_business_products::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100%;
      background-image: url(../img/top/top_img09.png);
      background-size: cover;
      background-position: bottom left; }
      @media screen and (max-width: 768px) {
        .top_business_products::before {
          width: 100%;
          background-image: url(../img/top/top_img09_sp.png); } }
    .top_business_products_title {
      position: relative; }
      .top_business_products_title h3 {
        font-size: 5rem;
        color: #ffffff;
        font-family: "din-2014", sans-serif;
        font-weight: bold;
        line-height: 1; }
      .top_business_products_title p {
        font-size: 2rem;
        font-weight: 600;
        color: #ffffff;
        line-height: 1;
        margin-top: 12px; }
    .top_business_products_link {
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .top_business_products_link .btn_wrap03 {
          width: 68vw; } }
      @media screen and (max-width: 768px) {
        .top_business_products_link .btn_wrap03 .btn.type-04 {
          padding: 2.4vw 0; }
          .top_business_products_link .btn_wrap03 .btn.type-04 span {
            font-size: 2.5333333333vw;
            margin-bottom: 0.5333333333vw; } }
    .top_business_products_btn {
      margin-left: 0; }
      @media screen and (max-width: 768px) {
        .top_business_products_btn .btn {
          width: 68vw; } }
    .top_business_products_btn_box {
      margin-left: 0;
      margin-top: 20px; }
  .top_business_btn {
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .top_business_btn {
        margin-top: 8vw; } }
    .top_business_btn a {
      display: block;
      width: 784px;
      height: 154px;
      background-image: url(../img/top/top_img10.jpg);
      background-size: 100%;
      position: relative;
      border: 1px solid #ffffff; }
      @media screen and (max-width: 1000px) {
        .top_business_btn a {
          width: 517px;
          height: 102px; } }
      @media screen and (max-width: 768px) {
        .top_business_btn a {
          width: 68vw;
          height: 26.6666666667vw;
          background-image: url(../img/top/top_img10_sp.jpg); } }
      .top_business_btn a::before {
        content: "";
        display: block;
        width: 55px;
        height: 55px;
        border-radius: 100vh;
        position: absolute;
        top: 50%;
        right: 26px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fff;
        background-image: url(../img/icon/arrow-r-02_blue.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 22px auto; }
        @media screen and (max-width: 768px) {
          .top_business_btn a::before {
            right: 2.6666666667vw;
            width: 6.6666666667vw;
            height: 6.6666666667vw;
            background-size: 2.9333333333vw auto; } }
      .top_business_btn a .title {
        position: absolute;
        color: #ffffff;
        top: 50%;
        left: 42px;
        transform: translateY(-50%); }
        @media screen and (max-width: 768px) {
          .top_business_btn a .title {
            left: 2.6666666667vw; } }
        .top_business_btn a .title p {
          font-size: 3rem;
          font-weight: 500; }
          @media screen and (max-width: 1000px) {
            .top_business_btn a .title p {
              font-size: 2.4rem; } }
          @media screen and (max-width: 768px) {
            .top_business_btn a .title p {
              font-size: 5.8666666667vw; } }
        .top_business_btn a .title span {
          font-size: 1.8rem;
          margin-top: 4px;
          font-weight: 600; }
          @media screen and (max-width: 1000px) {
            .top_business_btn a .title span {
              font-size: 1.2rem; } }
          @media screen and (max-width: 768px) {
            .top_business_btn a .title span {
              font-size: 3.4666666667vw;
              margin-top: 1.0666666667vw; } }
  .top_business_maintenance {
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: 100px;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .top_business_maintenance {
        padding-top: 90px;
        padding-bottom: 90px; } }
    @media screen and (max-width: 768px) {
      .top_business_maintenance {
        padding-top: 27.3333333333vw;
        padding-bottom: 27.3333333333vw;
        margin-top: 8vw; } }
    .top_business_maintenance::before {
      content: "";
      position: absolute;
      top: 0;
      left: -50px;
      width: 100vw;
      height: 100%;
      background-image: url(../img/top/top_img11.png);
      background-size: 67.08333333333333% auto;
      background-position: bottom left;
      background-repeat: no-repeat; }
      @media screen and (max-width: 768px) {
        .top_business_maintenance::before {
          background-size: 100% auto;
          background-image: url(../img/top/top_img11_sp.png);
          left: -6.6666666667vw; } }
    .top_business_maintenance_title {
      position: relative; }
      .top_business_maintenance_title h3 {
        font-size: 5rem;
        color: #ffffff;
        font-family: "din-2014", sans-serif;
        font-weight: 600;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .top_business_maintenance_title h3 {
            font-size: 10.1333333333vw; } }
      .top_business_maintenance_title p {
        font-size: 2rem;
        font-weight: 600;
        color: #ffffff;
        line-height: 1;
        margin-top: 12px; }
        @media screen and (max-width: 768px) {
          .top_business_maintenance_title p {
            font-size: 4vw;
            margin-top: 2.6666666667vw; } }
    .top_business_maintenance_btn {
      margin-left: 0;
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .top_business_maintenance_btn .btn {
          width: 68vw; } }

.top_recruit {
  margin-top: 40px;
  padding-bottom: 200px; }
  @media screen and (max-width: 768px) {
    .top_recruit {
      padding-top: 13.3333333333vw;
      padding-bottom: 16vw; } }
  .top_recruit_inner {
    position: relative; }
    .top_recruit_inner::before {
      content: "";
      display: block;
      width: 55px;
      height: 55px;
      border-radius: 100vh;
      position: absolute;
      top: 134px;
      right: 70px;
      background-color: #fff;
      background-image: url(../img/icon/arrow-r-02_blue.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 22px auto;
      z-index: 10; }
      @media screen and (max-width: 1000px) {
        .top_recruit_inner::before {
          top: 50%;
          transform: translateY(-50%);
          right: 50px; } }
      @media screen and (max-width: 768px) {
        .top_recruit_inner::before {
          right: 9.8666666667vw;
          width: 8.5333333333vw;
          height: 8.5333333333vw;
          background-size: 3.7333333333vw auto; } }
  .top_recruit_btn {
    display: block;
    position: relative;
    height: 289px;
    transition: 0.5s; }
    @media screen and (max-width: 1000px) {
      .top_recruit_btn {
        height: auto;
        margin: 0 auto; } }
    .top_recruit_btn:hover {
      opacity: 0.7;
      transition: 0.5s; }
  .top_recruit_bg {
    position: relative; }
    .top_recruit_bg img {
      object-fit: contain; }
    .top_recruit_bg h2 {
      color: #ffffff;
      font-family: "din-2014", sans-serif;
      font-weight: bold;
      font-size: 7.3rem;
      position: absolute;
      bottom: 18px;
      right: 165px;
      line-height: 1; }
      @media screen and (max-width: 1000px) {
        .top_recruit_bg h2 {
          font-size: 5rem;
          bottom: 20px;
          right: 153px; } }
      @media screen and (max-width: 768px) {
        .top_recruit_bg h2 {
          font-size: 11.2vw;
          bottom: 4vw;
          right: 25.2vw;
          width: 44.8vw; } }
  .top_recruit_title {
    color: #ffffff;
    z-index: 10;
    position: absolute;
    top: 54px;
    left: 112px; }
    @media screen and (max-width: 1000px) {
      .top_recruit_title {
        top: 52px;
        left: 116px; } }
    @media screen and (max-width: 768px) {
      .top_recruit_title {
        top: 16.5333333333vw;
        left: 13.3333333333vw; } }
    .top_recruit_title .sub_title {
      padding-left: 60px;
      font-size: 2rem;
      position: relative;
      font-weight: 400; }
      @media screen and (max-width: 1000px) {
        .top_recruit_title .sub_title {
          font-size: 1.2rem;
          padding-left: 40px; } }
      @media screen and (max-width: 768px) {
        .top_recruit_title .sub_title {
          font-size: 2.9333333333vw;
          padding-left: 10.6666666667vw; } }
      .top_recruit_title .sub_title::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 48px;
        height: 1px;
        background-color: #ffffff; }
        @media screen and (max-width: 1000px) {
          .top_recruit_title .sub_title::before {
            width: 30px; } }
        @media screen and (max-width: 768px) {
          .top_recruit_title .sub_title::before {
            width: 7.7333333333vw; } }
    .top_recruit_title .title {
      font-size: 3rem;
      line-height: 1;
      font-weight: 600;
      margin-top: 18px;
      text-shadow: 0 0 10px #000; }
      @media screen and (max-width: 1000px) {
        .top_recruit_title .title {
          font-size: 2rem;
          margin-top: 6px; } }
      @media screen and (max-width: 768px) {
        .top_recruit_title .title {
          font-size: 5.0666666667vw;
          line-height: 1.3;
          margin-top: 1.6vw; } }
    .top_recruit_title .text {
      margin-top: 12px;
      font-size: 2rem;
      font-weight: 600;
      text-shadow: 0 0 10px #000; }
      @media screen and (max-width: 1000px) {
        .top_recruit_title .text {
          font-size: 1.5rem; } }
      @media screen and (max-width: 768px) {
        .top_recruit_title .text {
          font-size: 2.9333333333vw;
          margin-top: 1.6vw; } }
