@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * !!! ブレークポイント !!!
 */
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

/**
 * !!! browsersyncのアラートを非表示 !!!
 */
#__bs_notify__ {
  display: none !important; }

/**
 * !!! ページCSS基本設定 !!!
 * 基本的にこの箇所は操作しないようにする
 * ----------------ここから----------------
 */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  color: #111D26; }

* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: inherit;
  text-decoration: none;
  transition: opacity .3s; }
  a:hover {
    opacity: 0.6; }

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

textarea {
  resize: vertical; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

.inner {
  max-width: 1040px;
  padding: 0 40px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .inner {
      padding: 0 16px; } }

[data-trigger] {
  position: relative;
  transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -moz-transition: -moz-transform 1s, opacity 1s;
  -o-transition: -o-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s; }
  [data-trigger].visible {
    transform: translate(0, 0px);
    opacity: 1; }

main {
  padding-top: 102px; }
  @media only screen and (max-width: 767px) {
    main {
      padding-top: 64px; } }

.c-cv-area {
  padding-top: 48px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .c-cv-area {
      padding-top: 64px; } }
  .c-cv-area:before {
    content: "";
    width: 256px;
    height: 560px;
    display: block;
    background: #F1F4F7;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .c-cv-area:before {
        width: 128px;
        height: 320px; } }
  .c-cv-area:after {
    content: "";
    width: 700px;
    height: 700px;
    display: block;
    background: url(../images/common/bottom_article.svg) center center/cover no-repeat;
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 767px) {
      .c-cv-area:after {
        width: 320px;
        height: 320px; } }
  .c-cv-area .inner {
    max-width: 1360px;
    position: relative;
    z-index: +1; }
    @media only screen and (max-width: 767px) {
      .c-cv-area .inner {
        padding: 0 16px; } }
  .c-cv-area__banner {
    display: flex;
    justify-content: space-between;
    gap: 16px; }
    @media only screen and (max-width: 767px) {
      .c-cv-area__banner {
        flex-direction: column;
        gap: 8px; } }
    .c-cv-area__banner a {
      width: calc((100% - 16px) / 2);
      min-height: 344px;
      position: relative;
      padding: 48px;
      border-radius: 32px;
      overflow: hidden; }
      .c-cv-area__banner a:hover {
        opacity: 1; }
        .c-cv-area__banner a:hover .image img {
          transform: scale(1.1); }
        .c-cv-area__banner a:hover .text .c-title02 .en:before {
          opacity: 1; }
        .c-cv-area__banner a:hover .text .c-title02 .jp:before {
          opacity: 1; }
      @media only screen and (max-width: 767px) {
        .c-cv-area__banner a {
          width: 100%;
          height: 144px;
          min-height: 0;
          border-radius: 16px;
          padding: 16px; } }
      .c-cv-area__banner a .image {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden; }
        .c-cv-area__banner a .image:after {
          content: "";
          width: 100%;
          height: 100%;
          display: block;
          background: rgba(16, 48, 72, 0.6);
          position: absolute;
          top: 0;
          left: 0; }
        .c-cv-area__banner a .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center center;
          transition: transform .3s; }
      .c-cv-area__banner a .text {
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .c-cv-area__banner a .text .c-title02 {
          flex-shrink: 0; }
          .c-cv-area__banner a .text .c-title02.partner .en:before {
            content: "PARTNER"; }
          .c-cv-area__banner a .text .c-title02.partner .jp:before {
            content: "パートナー企業募集"; }
          .c-cv-area__banner a .text .c-title02.recruit .en:before {
            content: "RECRUIT"; }
          .c-cv-area__banner a .text .c-title02.recruit .jp:before {
            content: "採用情報"; }
          .c-cv-area__banner a .text .c-title02 .en {
            position: relative;
            width: max-content; }
            @media only screen and (max-width: 767px) {
              .c-cv-area__banner a .text .c-title02 .en {
                font-size: 40px;
                font-size: 4rem; } }
            .c-cv-area__banner a .text .c-title02 .en:before {
              position: absolute;
              top: 0;
              left: 0;
              background: linear-gradient(-20deg, #EC6D2A, #FCCF00);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
              opacity: 0;
              transition: opacity .3s; }
          .c-cv-area__banner a .text .c-title02 .jp {
            position: relative;
            width: max-content; }
            .c-cv-area__banner a .text .c-title02 .jp:before {
              position: absolute;
              top: 0;
              left: 0;
              background: linear-gradient(-20deg, #EC6D2A, #FCCF00);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
              opacity: 0;
              transition: opacity .3s; }
          .c-cv-area__banner a .text .c-title02.white:before {
            background: linear-gradient(-45deg, #EC6D2A, #E84715); }
        .c-cv-area__banner a .text .more {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0.05em;
          line-height: 1.5;
          font-weight: 700;
          color: #fff; }
          .c-cv-area__banner a .text .more svg {
            margin-left: 16px; }
  .c-cv-area__contact {
    padding: 120px 0 152px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .c-cv-area__contact {
        padding: 48px 0 96px;
        display: block; } }
    .c-cv-area__contact .c-title02 {
      flex-shrink: 0; }
    .c-cv-area__contact__cont {
      width: 480px; }
      @media only screen and (min-width: 768px) {
        .c-cv-area__contact__cont {
          margin-left: 40px; } }
      @media only screen and (max-width: 767px) {
        .c-cv-area__contact__cont {
          width: 312px;
          margin: 0 auto;
          margin-top: 24px; } }
      .c-cv-area__contact__cont strong {
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.05em;
        line-height: 1.5;
        font-weight: 700;
        display: block;
        margin-bottom: 24px; }
        @media only screen and (max-width: 767px) {
          .c-cv-area__contact__cont strong {
            font-size: 16px;
            font-size: 1.6rem;
            margin-bottom: 24px; } }
      .c-cv-area__contact__cont .tel {
        padding-bottom: 24px;
        border-bottom: 1px solid #ADB5BC;
        margin-bottom: 24px;
        max-width: 440px; }
        .c-cv-area__contact__cont .tel a {
          display: flex;
          align-items: center; }
          .c-cv-area__contact__cont .tel a span {
            font-size: 40px;
            font-size: 4rem;
            letter-spacing: 0.05em;
            font-weight: 700;
            background: linear-gradient(45deg, #EC6D2A, #E84715);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
            @media only screen and (max-width: 767px) {
              .c-cv-area__contact__cont .tel a span {
                font-size: 36px;
                font-size: 3.6rem; } }
        .c-cv-area__contact__cont .tel small {
          display: block;
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0.05em;
          line-height: 1.5;
          font-weight: 700;
          margin-top: 8px; }

.footer {
  background: #111D26;
  color: #fff;
  border-radius: 30px 30px 0 0;
  margin-top: -32px;
  position: relative;
  z-index: +1; }
  @media only screen and (max-width: 767px) {
    .footer {
      border-radius: 16px 16px 0 0; } }
  .footer .inner {
    max-width: 1200px; }
  .footer__cont {
    padding: 88px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .footer__cont {
        padding: 64px 0; } }
  .footer__left address strong {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 700;
    display: block;
    margin-bottom: 8px; }
    .footer__left address strong small {
      font-size: 14px;
      font-size: 1.4rem; }
  .footer__left address p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 8px; }
  .footer__left address a {
    display: flex;
    align-items: center;
    width: max-content; }
    .footer__left address a span {
      text-decoration: underline;
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.05em;
      line-height: 1; }
  .footer__logo {
    display: block;
    width: 244px;
    margin-bottom: 50px; }
  .footer__menu ul {
    width: 348px;
    display: flex;
    flex-wrap: wrap; }
    .footer__menu ul li {
      margin-left: 68px;
      width: 106px;
      margin-bottom: 34px;
      text-align: right;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.08em;
      line-height: 1;
      font-weight: 700; }
      .footer__menu ul li:nth-last-of-type(2) {
        margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .footer__menu ul li {
          white-space: nowrap; } }
      .footer__menu ul li a {
        padding-bottom: 1px;
        transition: border-color .3s;
        border-bottom: 1px solid rgba(255, 255, 255, 0); }
        .footer__menu ul li a:hover {
          opacity: 1;
          border-bottom: 1px solid white; }
  .footer__bottom {
    padding: 33px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .footer__bottom {
        padding: 0 0 32px;
        flex-direction: column;
        align-items: flex-start; } }
    .footer__bottom p {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1;
      font-weight: 500;
      color: #ADB5BC; }
      @media only screen and (max-width: 767px) {
        .footer__bottom p {
          order: 2;
          line-height: 1.16666667;
          margin-top: 18px; } }
    .footer__bottom a {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1;
      font-weight: 700;
      text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .footer__bottom a {
          line-height: 1.16666667; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 102px;
  background: #fff;
  z-index: 999;
  transition: height .3s; }
  @media only screen and (min-width: 768px) {
    .header.narrow {
      height: 88px; } }
  .header.narrow .header__h1 {
    opacity: 0;
    transform: translate(0, -30px); }
  @media only screen and (min-width: 768px) {
    .header.narrow .header__logo {
      transform: translate(0, 0px); } }
  @media only screen and (min-width: 768px) {
    .header.narrow .header__cont {
      transform: translate(0, -30px); } }
  @media only screen and (max-width: 767px) {
    .header {
      height: 64px; }
      .header:before {
        content: "";
        width: 100%;
        height: 64px;
        display: block;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: +1; } }
  .header__h1 {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 10px 40px;
    transition: height .3s, opacity .3s, padding-top .3s, padding-bottom .3s, transform .3s; }
  .header__cont {
    padding: 16px 40px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform .3s; }
    @media only screen and (min-width: 768px) {
      .header__cont {
        transform: translate(0, -16px); } }
    @media only screen and (max-width: 767px) {
      .header__cont {
        padding: 22px 24px;
        align-items: center; } }
  .header__logo {
    display: block;
    width: 244px;
    transition: transform .3s, opacity .3s; }
    @media only screen and (min-width: 768px) {
      .header__logo {
        transform: translate(0, 10px); } }
    @media only screen and (max-width: 767px) {
      .header__logo {
        width: 118px;
        position: relative;
        z-index: +1; } }
  .header .gnav {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .header .gnav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        padding: 72px 32px 90px;
        display: block;
        overflow-y: scroll;
        transition: opacity .3s, visibility .3s;
        opacity: 0;
        visibility: hidden; }
        .header .gnav.is-active {
          opacity: 1;
          visibility: visible; } }
    .header .gnav__list {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .header .gnav__list {
          display: block;
          margin: 0; } }
      .header .gnav__list li {
        margin-left: 28px;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.08em;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .header .gnav__list li {
            margin-left: 0;
            border-bottom: 1px solid #ADB5BC; } }
        .header .gnav__list li a {
          transition: border-color .3s;
          border-bottom: 2px solid rgba(17, 29, 38, 0); }
          .header .gnav__list li a:hover {
            opacity: 1;
            border-bottom: 2px solid #111d26; }
          @media only screen and (max-width: 767px) {
            .header .gnav__list li a {
              display: block;
              padding: 25px 8px;
              position: relative; }
              .header .gnav__list li a:after {
                content: "";
                width: 6px;
                height: 12px;
                display: inline-block;
                background: linear-gradient(-45deg, #EC6D2A, #E84715);
                clip-path: polygon(0 0, 100% 50%, 0 100%);
                position: absolute;
                top: 50%;
                right: 12px;
                transform: translate(0%, -50%); } }
    @media only screen and (max-width: 767px) {
      .header .gnav .tel {
        margin-top: 24px;
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #ADB5BC; } }
    .header .gnav .tel a {
      padding-left: 10px; }
      .header .gnav .tel a svg {
        position: relative; }
      .header .gnav .tel a span {
        font-size: 36px;
        font-size: 3.6rem;
        letter-spacing: 0.05em;
        line-height: 1;
        font-weight: 700;
        background: linear-gradient(0deg, #EC6D2A, #E84715);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .header .gnav .tel small {
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.05em;
      line-height: 1.5;
      font-weight: 700;
      margin-top: 8px;
      text-align: center; }
    .header .gnav .c-btn {
      width: 152px;
      height: 56px;
      margin-left: 16px; }
      @media only screen and (max-width: 767px) {
        .header .gnav .c-btn {
          width: 100%;
          height: 64px;
          margin: 0; } }
  .header .hamburger {
    padding: 10px;
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: +1; }
    .header .hamburger.is-active .hamburger__inner span:nth-of-type(1) {
      transform: rotate(135deg);
      top: 7px; }
    .header .hamburger.is-active .hamburger__inner span:nth-of-type(2) {
      width: 0; }
    .header .hamburger.is-active .hamburger__inner span:nth-of-type(3) {
      transform: rotate(-135deg);
      bottom: 7px; }
    .header .hamburger__inner {
      width: 18px;
      height: 16px;
      position: relative; }
      .header .hamburger__inner span {
        width: 18px;
        height: 2px;
        display: inline-block;
        background: #111D26;
        position: absolute;
        right: 0;
        transition: transform .3s, opacity .3s, top .3s, bottom .3s, width .3s; }
        .header .hamburger__inner span:nth-of-type(1) {
          top: 0; }
        .header .hamburger__inner span:nth-of-type(2) {
          width: 12px;
          top: 7px; }
        .header .hamburger__inner span:nth-of-type(3) {
          bottom: 0; }

.c-title02 {
  padding-left: 40px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .c-title02 {
      padding-left: 16px; } }
  .c-title02:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: linear-gradient(-45deg, #EC6D2A, #E84715);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .c-title02:before {
        width: 12px;
        height: 12px; } }
  .c-title02.white:before {
    background: #fff; }
  .c-title02.white .en {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .c-title02.white .jp {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .c-title02 .en {
    display: block;
    font-size: 80px;
    font-size: 8rem;
    letter-spacing: 0.02em;
    line-height: 1;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    background: linear-gradient(0deg, #EC6D2A, #E84715);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media only screen and (max-width: 767px) {
      .c-title02 .en {
        font-size: 56px;
        font-size: 5.6rem;
        letter-spacing: 0; } }
  .c-title02 .jp {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 700;
    background: linear-gradient(45deg, #EC6D2A, #E84715);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media only screen and (max-width: 767px) {
      .c-title02 .jp {
        font-size: 14px;
        font-size: 1.4rem; } }

.c-title03 {
  padding-left: 40px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .c-title03 {
      padding-left: 16px; } }
  .c-title03.white:before {
    background: #fff; }
  .c-title03.white .en {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .c-title03.white .jp {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .c-title03:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: linear-gradient(-45deg, #EC6D2A, #E84715);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .c-title03:before {
        width: 12px;
        height: 12px; } }
  .c-title03.white:before {
    background: #fff; }
  .c-title03.white .en {
    color: #fff; }
  .c-title03.white .jp {
    color: #fff; }
  .c-title03 .en {
    display: block;
    font-size: 56px;
    font-size: 5.6rem;
    letter-spacing: 0.02em;
    line-height: 1;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    background: linear-gradient(0deg, #EC6D2A, #E84715);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media only screen and (max-width: 767px) {
      .c-title03 .en {
        font-size: 40px;
        font-size: 4rem;
        letter-spacing: 0; } }
  .c-title03 .jp {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 700;
    background: linear-gradient(45deg, #EC6D2A, #E84715);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media only screen and (max-width: 767px) {
      .c-title03 .jp {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 8px; } }

.c-title04 {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .c-title04 {
      font-size: 24px;
      font-size: 2.4rem; } }

.c-title05 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  color: #E84715; }
  .c-title05:after {
    content: "";
    width: 24px;
    height: 2px;
    display: block;
    background: #E84715;
    margin: 10px 0 0; }

.c-text01 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2; }

.c-btn {
  max-width: 344px;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(-10deg, #EC6D2A, #E84715);
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 600;
  transition: color .3s, background-color .3s;
  position: relative; }
  .c-btn.black {
    background: #000; }
  .c-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(-20deg, #EC6D2A, #FCCF00);
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s;
    opacity: 0; }
  .c-btn:hover {
    opacity: 1; }
    .c-btn:hover:before {
      opacity: 1; }
  .c-btn span {
    position: relative; }

.c-more {
  max-width: 280px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 600;
  padding: 16px 16px 16px 24px;
  position: relative;
  border: 1px solid transparent;
  border-left: none;
  border-right: none;
  background: linear-gradient(-45deg, #EC6D2A, #E84715);
  transition: color .3s; }
  .c-more:hover {
    opacity: 1; }
    .c-more:hover:after {
      opacity: 1; }
    .c-more:hover span {
      filter: brightness(10) grayscale(1); }
    .c-more:hover svg rect {
      fill: #fff; }
    .c-more:hover svg path {
      fill: #E84715; }
  .c-more:before {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 0px);
    position: absolute;
    top: 0px;
    left: 1px;
    display: block;
    background: #fff;
    border-radius: 8px;
    transition: opacity .3s;
    opacity: 1; }
  .c-more:after {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 0px);
    position: absolute;
    top: 0px;
    left: 1px;
    display: block;
    background: linear-gradient(-20deg, #EC6D2A, #FCCF00);
    border-radius: 8px;
    transition: opacity .3s;
    opacity: 0; }
  .c-more span {
    position: relative;
    background: linear-gradient(0deg, #EC6D2A, #E84715);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: +2;
    transition: filter .2s; }
  .c-more svg {
    position: relative;
    z-index: +2; }
    .c-more svg path {
      transition: fill .3s; }
    .c-more svg rect {
      transition: fill .3s; }

.c-breadcrumb {
  display: flex; }
  .c-breadcrumb li {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 600; }
    .c-breadcrumb li:first-of-type:before {
      content: "";
      width: 16px;
      height: 16px;
      display: inline-block;
      background: url(../images/common/icon_home.svg) center center/cover no-repeat;
      margin-left: 0;
      margin-right: 6px;
      top: 2px; }
    .c-breadcrumb li:before {
      content: "/";
      letter-spacing: 0.04em;
      font-weight: 700;
      margin: 0 12px 0 16px;
      position: relative;
      top: 1px; }
    .c-breadcrumb li span {
      text-decoration: underline; }

.c-table {
  max-width: 880px;
  margin: 0 auto; }
  .c-table table {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .c-table table {
        display: block;
        padding: 0 16px; } }
    @media only screen and (max-width: 767px) {
      .c-table table tbody {
        display: block; } }
    .c-table table tbody tr {
      border-bottom: 1px solid #ADB5BC; }
      @media only screen and (max-width: 767px) {
        .c-table table tbody tr {
          display: block;
          padding: 8px 0;
          margin-bottom: 8px; } }
      @media only screen and (max-width: 767px) {
        .c-table table tbody tr:last-of-type {
          margin-bottom: 0; } }
      .c-table table tbody tr th {
        width: 204px;
        color: #E84715;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        line-height: 1.5;
        font-weight: 700;
        padding: 20px 16px; }
        @media only screen and (max-width: 767px) {
          .c-table table tbody tr th {
            display: block;
            width: 100%;
            padding: 0;
            margin-bottom: 8px; } }
      .c-table table tbody tr td {
        width: calc(100% - 204px);
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        line-height: 2;
        padding: 16px 0; }
        @media only screen and (max-width: 767px) {
          .c-table table tbody tr td {
            display: block;
            width: 100%;
            padding: 0; } }
        .c-table table tbody tr td p {
          margin-bottom: 8px; }
          .c-table table tbody tr td p:last-child {
            margin-bottom: 0; }
        .c-table table tbody tr td a svg {
          display: inline-block;
          position: relative;
          top: 6px; }
        .c-table table tbody tr td a span {
          text-decoration: underline; }
        .c-table table tbody tr td ul li {
          padding-left: 1em;
          position: relative;
          margin-bottom: 10px; }
          .c-table table tbody tr td ul li:last-of-type {
            margin-bottom: 0; }
          .c-table table tbody tr td ul li:before {
            content: "・";
            position: absolute;
            top: 0;
            left: 0; }

.c-head {
  padding-top: 16px;
  position: relative;
  z-index: +1; }
  @media only screen and (max-width: 767px) {
    .c-head {
      padding-top: 48px; } }
  .c-head .inner {
    max-width: 1264px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .c-head .inner {
        display: block;
        padding: 0 16px; } }
  .c-head__text {
    width: 55%;
    overflow: visible;
    position: relative;
    z-index: +1; }
    @media only screen and (max-width: 767px) {
      .c-head__text {
        width: 100%; } }
    .c-head__text .c-title02 {
      flex-shrink: 0;
      white-space: nowrap; }
      @media only screen and (min-width: 768px) {
        .c-head__text .c-title02 {
          width: max-content; } }
    .c-head__text .c-breadcrumb {
      margin-left: 40px;
      margin-top: 68px; }
      @media only screen and (max-width: 767px) {
        .c-head__text .c-breadcrumb {
          margin-left: 16px;
          margin-top: 16px; } }
  .c-head__image {
    width: 43.91891892%; }
    @media only screen and (max-width: 767px) {
      .c-head__image {
        width: calc(100% + 16px);
        margin-right: -16px;
        margin-top: 16px; } }

.c-bg-orange {
  background: linear-gradient(-45deg, #EC6D2A, #E84715);
  position: relative;
  color: #fff; }
  .c-bg-orange:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(190deg, rgba(0, 0, 0, 0) 50%, #F49E15 80%, #EC6D2A 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8; }
    @media only screen and (max-width: 767px) {
      .c-bg-orange:before {
        background: linear-gradient(230deg, rgba(0, 0, 0, 0) 50%, #F49E15 80%, #EC6D2A 100%); } }
  .c-bg-orange .inner {
    position: relative; }

/* Z-INDEX */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

body.about-us .greeting {
  padding: 120px 0 16px;
  margin-top: -32px; }
  @media only screen and (max-width: 767px) {
    body.about-us .greeting {
      padding: 96px 0 8px; } }
  body.about-us .greeting .col {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px; }
    @media only screen and (max-width: 767px) {
      body.about-us .greeting .col {
        margin-bottom: 50px;
        display: block; } }
    body.about-us .greeting .col .left {
      width: 37.5%; }
      @media only screen and (max-width: 767px) {
        body.about-us .greeting .col .left {
          width: 100%; } }
      body.about-us .greeting .col .left figure {
        margin-left: 40px;
        margin-top: 48px; }
        @media only screen and (max-width: 767px) {
          body.about-us .greeting .col .left figure {
            margin: 24px auto 0; } }
        body.about-us .greeting .col .left figure figcaption {
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 0.05em;
          line-height: 2;
          font-weight: 700;
          display: block;
          text-align: center;
          color: #fff;
          margin-top: 16px; }
          @media only screen and (max-width: 767px) {
            body.about-us .greeting .col .left figure figcaption {
              margin-top: 8px; } }
    body.about-us .greeting .col .right {
      width: 57.5%; }
      @media only screen and (max-width: 767px) {
        body.about-us .greeting .col .right {
          width: 100%;
          margin-top: 48px; } }
      body.about-us .greeting .col .right .c-title04 {
        margin-bottom: 24px; }
      body.about-us .greeting .col .right .c-text01 {
        margin-top: 10px; }
  body.about-us .greeting__catch {
    position: relative; }
    body.about-us .greeting__catch img {
      width: 100%; }

body.about-us .overview {
  padding: 120px 0; }
  @media only screen and (max-width: 767px) {
    body.about-us .overview {
      padding: 64px 0; } }
  body.about-us .overview .c-title03 {
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      body.about-us .overview .c-title03 {
        margin-bottom: 24px; } }

body.about-us .access {
  padding: 120px 0; }
  @media only screen and (max-width: 767px) {
    body.about-us .access {
      padding: 64px 0; } }
  body.about-us .access__text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      body.about-us .access__text {
        display: block;
        margin-bottom: 24px; } }
    body.about-us .access__text .c-title03 {
      flex-shrink: 0; }
    body.about-us .access__text .tel {
      max-width: 561px;
      width: 100%;
      margin-left: 40px; }
      @media only screen and (max-width: 767px) {
        body.about-us .access__text .tel {
          margin: 0 16px; } }
      body.about-us .access__text .tel strong {
        display: block;
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.05em;
        line-height: 1.25;
        font-weight: 700;
        margin-bottom: 16px; }
        @media only screen and (max-width: 767px) {
          body.about-us .access__text .tel strong {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.25; } }
      body.about-us .access__text .tel a svg {
        display: inline-block;
        position: relative;
        top: 3px; }
        @media only screen and (max-width: 767px) {
          body.about-us .access__text .tel a svg {
            width: 32px;
            top: 5px; } }
      body.about-us .access__text .tel a span {
        font-size: 40px;
        font-size: 4rem;
        letter-spacing: 0.05em;
        line-height: 1;
        font-weight: 700;
        background: linear-gradient(0deg, #EC6D2A, #E84715);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media only screen and (max-width: 767px) {
          body.about-us .access__text .tel a span {
            font-size: 36px;
            font-size: 3.6rem; } }
      body.about-us .access__text .tel small {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.05em;
        line-height: 1.5;
        font-weight: 700;
        margin-top: 8px; }
  body.about-us .access__map {
    max-width: 880px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      body.about-us .access__map {
        margin: 0 16px; } }
    body.about-us .access__map iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 880/553; }
      @media only screen and (max-width: 767px) {
        body.about-us .access__map iframe {
          aspect-ratio: 312/240; } }
    body.about-us .access__map address {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.05em;
      line-height: 2;
      margin: 16px 0 12px;
      color: #103048; }
    body.about-us .access__map a svg {
      position: relative;
      top: 6px; }
    body.about-us .access__map a span {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.05em;
      text-decoration: underline; }

body.business .intro {
  margin-top: -32px;
  padding: 120px 0; }
  @media only screen and (max-width: 767px) {
    body.business .intro {
      padding: 96px 0 64px; } }
  body.business .intro .col {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      body.business .intro .col {
        display: block; } }
    body.business .intro .col .text {
      width: 41.66666667%; }
      @media only screen and (max-width: 767px) {
        body.business .intro .col .text {
          width: 100%; } }
      body.business .intro .col .text h2 {
        font-size: 48px;
        font-size: 4.8rem;
        letter-spacing: 0.05em;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 24px; }
        @media only screen and (max-width: 767px) {
          body.business .intro .col .text h2 {
            font-size: 40px;
            font-size: 4rem; } }
      body.business .intro .col .text .c-text01 {
        margin-top: 10px; }
    body.business .intro .col .image {
      width: 58.33333333%; }
      @media only screen and (max-width: 767px) {
        body.business .intro .col .image {
          width: 100%;
          margin-top: 48px; } }

body.business .support {
  padding: 120px 0; }
  @media only screen and (max-width: 767px) {
    body.business .support {
      padding: 64px 0; } }
  body.business .support .col {
    padding: 0 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      body.business .support .col {
        display: block;
        padding: 0; } }
    body.business .support .col .text {
      width: 58.75%; }
      @media only screen and (max-width: 767px) {
        body.business .support .col .text {
          width: 100%;
          padding: 0 16px; } }
      body.business .support .col .text .c-title03 {
        margin-left: -40px;
        margin-bottom: 48px;
        width: max-content;
        white-space: nowrap; }
        @media only screen and (max-width: 767px) {
          body.business .support .col .text .c-title03 {
            margin-left: -16px;
            margin-bottom: 24px; } }
      body.business .support .col .text .c-title04 {
        margin-bottom: 24px; }
      body.business .support .col .text .c-text01 {
        line-height: 2.5; }
        @media only screen and (max-width: 767px) {
          body.business .support .col .text .c-text01 {
            line-height: 2.2;
            margin-top: 10px; } }
    body.business .support .col .image {
      width: 39.16666667%; }
      @media only screen and (max-width: 767px) {
        body.business .support .col .image {
          width: 100%;
          margin-top: 24px; } }

body.business .value {
  background: #F1F4F7;
  padding-bottom: 152px; }
  @media only screen and (max-width: 767px) {
    body.business .value {
      padding-bottom: 96px; } }

body.business .commitment {
  margin-top: -32px;
  padding: 120px 0 94px;
  position: relative;
  border-radius: 32px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body.business .commitment {
      padding: 64px 0; } }
  body.business .commitment__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    body.business .commitment__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  body.business .commitment .inner {
    position: relative; }
  body.business .commitment .c-title03 {
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      body.business .commitment .c-title03 {
        margin-bottom: 24px; } }
  body.business .commitment__list {
    width: max-content;
    max-width: 100%;
    margin-left: auto; }
    @media only screen and (max-width: 767px) {
      body.business .commitment__list {
        width: calc(100% - 16px); } }
    body.business .commitment__list li {
      padding-bottom: 16px;
      border-bottom: 1px solid #ADB5BC;
      margin-bottom: 16px; }
      body.business .commitment__list li:last-of-type {
        margin-bottom: 0; }
      body.business .commitment__list li h3 {
        width: max-content;
        max-width: 100%;
        padding: 4px 16px;
        background: linear-gradient(-45deg, #EC6D2A, #E84715); }
        @media only screen and (max-width: 767px) {
          body.business .commitment__list li h3 {
            padding: 0 4px; } }
        body.business .commitment__list li h3 span {
          color: #111D26;
          font-size: 36px;
          font-size: 3.6rem;
          letter-spacing: 0.05em;
          line-height: 1.5;
          font-weight: 700; }
          @media only screen and (max-width: 767px) {
            body.business .commitment__list li h3 span {
              font-size: 20px;
              font-size: 2rem; } }
      body.business .commitment__list li p {
        color: #fff;
        margin-top: 8px;
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 0.05em;
        line-height: 1.5; }
        @media only screen and (max-width: 767px) {
          body.business .commitment__list li p {
            font-size: 16px;
            font-size: 1.6rem; } }

body.contact .cv-tel {
  margin-top: -32px;
  padding: 80px 0; }
  @media only screen and (max-width: 767px) {
    body.contact .cv-tel {
      padding-bottom: 48px; } }
  body.contact .cv-tel__box {
    width: 100%;
    max-width: 720px;
    background: #fff;
    border-radius: 32px;
    padding: 24px;
    text-align: center;
    margin: 0 auto;
    color: #111D26; }
    @media only screen and (max-width: 767px) {
      body.contact .cv-tel__box {
        border-radius: 16px;
        padding: 16px; } }
    body.contact .cv-tel__box strong {
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.05em;
      line-height: 1.5;
      font-weight: 700;
      display: block;
      margin-bottom: 8px; }
      @media only screen and (max-width: 767px) {
        body.contact .cv-tel__box strong {
          font-size: 18px;
          font-size: 1.8rem; } }
    body.contact .cv-tel__box a svg {
      position: relative;
      top: 3px; }
      @media only screen and (max-width: 767px) {
        body.contact .cv-tel__box a svg {
          width: 32px;
          height: 32px;
          top: 1px; } }
    body.contact .cv-tel__box a span {
      font-size: 40px;
      font-size: 4rem;
      letter-spacing: 0.05em;
      line-height: 1;
      font-weight: 700;
      background: linear-gradient(0deg, #EC6D2A, #E84715);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media only screen and (max-width: 767px) {
        body.contact .cv-tel__box a span {
          font-size: 36px;
          font-size: 3.6rem; } }
    body.contact .cv-tel__box small {
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.05em;
      line-height: 1.5;
      font-weight: 700;
      margin-top: 8px; }

body.contact .cont {
  padding: 120px 0; }
  @media only screen and (max-width: 767px) {
    body.contact .cont {
      padding: 48px 0 96px; } }
  body.contact .cont__title {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px; }
  body.contact .cont .step-list {
    max-width: 751px;
    margin: 0 auto 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    @media only screen and (max-width: 767px) {
      body.contact .cont .step-list {
        max-width: 312px;
        margin-bottom: 64px; } }
    body.contact .cont .step-list:after {
      content: "";
      width: 100%;
      height: 2px;
      display: block;
      background: #ADB5BC;
      position: absolute;
      top: 11px;
      left: 0; }
    body.contact .cont .step-list li {
      position: relative; }
      body.contact .cont .step-list li.current i {
        background: #E84715; }
      body.contact .cont .step-list li.current span {
        color: #E84715; }
      body.contact .cont .step-list li i {
        width: 24px;
        height: 24px;
        display: block;
        border-radius: 50%;
        background: #ADB5BC;
        position: relative;
        z-index: +1; }
      body.contact .cont .step-list li span {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        line-height: 2;
        font-weight: 800;
        color: #ADB5BC;
        position: absolute;
        bottom: -48px;
        left: 50%;
        transform: translate(-50%, 0%);
        white-space: nowrap; }
  body.contact .cont .form-area table {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      body.contact .cont .form-area table {
        display: block; } }
    @media only screen and (max-width: 767px) {
      body.contact .cont .form-area table tbody {
        display: block; } }
    body.contact .cont .form-area table tbody tr {
      border-bottom: 1px solid #ADB5BC; }
      @media only screen and (max-width: 767px) {
        body.contact .cont .form-area table tbody tr {
          display: block;
          padding: 24px 0; } }
      body.contact .cont .form-area table tbody tr th {
        width: 304px;
        padding: 24px 40px 24px 24px; }
        @media only screen and (max-width: 767px) {
          body.contact .cont .form-area table tbody tr th {
            display: block;
            padding: 0;
            width: 100%;
            margin-bottom: 16px; } }
        body.contact .cont .form-area table tbody tr th .col {
          display: flex;
          align-items: center;
          justify-content: space-between; }
        body.contact .cont .form-area table tbody tr th span {
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 0.1em;
          line-height: 2;
          font-weight: 600; }
        body.contact .cont .form-area table tbody tr th em {
          display: inline-block;
          font-size: 10px;
          font-size: 1rem;
          letter-spacing: 0.04em;
          font-weight: 700;
          padding: 8px;
          border-radius: 4px;
          color: #fff;
          background: #111D26;
          width: 48px;
          text-align: center; }
        body.contact .cont .form-area table tbody tr th .required {
          background: #E84715; }
      body.contact .cont .form-area table tbody tr td {
        width: calc(100% - 304px);
        padding: 24px 24px 24px 0;
        position: relative; }
        @media only screen and (max-width: 767px) {
          body.contact .cont .form-area table tbody tr td {
            display: block;
            width: 100%;
            padding: 0; } }
        body.contact .cont .form-area table tbody tr td input[type="text"] {
          width: 100%;
          height: 48px;
          border-radius: 4px;
          border: 1px solid #ADB5BC;
          padding: 16px 24px;
          font-size: 16px;
          font-size: 1.6rem; }
          @media only screen and (max-width: 767px) {
            body.contact .cont .form-area table tbody tr td input[type="text"] {
              padding: 16px; } }
          body.contact .cont .form-area table tbody tr td input[type="text"]::placeholder {
            color: #ADB5BC; }
        body.contact .cont .form-area table tbody tr td textarea {
          width: 100%;
          height: 240px;
          border-radius: 4px;
          border: 1px solid #ADB5BC;
          padding: 16px 24px;
          font-size: 16px;
          font-size: 1.6rem;
          resize: none; }
          @media only screen and (max-width: 767px) {
            body.contact .cont .form-area table tbody tr td textarea {
              padding: 16px; } }
          body.contact .cont .form-area table tbody tr td textarea::placeholder {
            color: #ADB5BC; }
        @media only screen and (max-width: 767px) {
          body.contact .cont .form-area table tbody tr td .radio-list {
            padding: 0 16px; } }
        body.contact .cont .form-area table tbody tr td .radio-list li {
          position: relative;
          margin-bottom: 16px; }
          body.contact .cont .form-area table tbody tr td .radio-list li:last-of-type {
            margin-bottom: 0; }
          body.contact .cont .form-area table tbody tr td .radio-list li input[type="radio"] {
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 1px; }
            body.contact .cont .form-area table tbody tr td .radio-list li input[type="radio"]:checked + label > i:after {
              opacity: 1; }
          body.contact .cont .form-area table tbody tr td .radio-list li label {
            display: flex;
            align-items: center; }
            body.contact .cont .form-area table tbody tr td .radio-list li label i {
              width: 20px;
              height: 20px;
              display: inline-block;
              border-radius: 50%;
              border: 1px solid #B3B3B3;
              margin-right: 8px;
              position: relative; }
              body.contact .cont .form-area table tbody tr td .radio-list li label i:after {
                content: "";
                width: 10px;
                height: 10px;
                display: block;
                border-radius: 50%;
                background: #E84715;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                opacity: 0; }
            body.contact .cont .form-area table tbody tr td .radio-list li label span {
              font-size: 16px;
              font-size: 1.6rem;
              letter-spacing: 0.05em;
              line-height: 2; }
  body.contact .cont .privacy {
    text-align: center;
    margin: 72px auto 44px; }
    @media only screen and (max-width: 767px) {
      body.contact .cont .privacy {
        margin-bottom: 32px; } }
    body.contact .cont .privacy strong {
      display: block;
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 0.04em;
      font-weight: 700;
      margin-bottom: 16px; }
    body.contact .cont .privacy p {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.05em;
      line-height: 2; }
      body.contact .cont .privacy p a {
        text-decoration: underline;
        font-weight: 700; }
  body.contact .cont .agree {
    position: relative;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 44px; }
    body.contact .cont .agree input {
      width: 1px;
      height: 1px;
      position: absolute;
      top: 0;
      left: 0; }
      body.contact .cont .agree input:checked + label > i:after {
        opacity: 1; }
    body.contact .cont .agree label {
      display: flex;
      align-items: center;
      justify-content: center; }
      body.contact .cont .agree label i {
        width: 22px;
        height: 22px;
        display: inline-block;
        border-radius: 2px;
        border: 1px solid #E84715;
        position: relative;
        margin-right: 12px; }
        body.contact .cont .agree label i:after {
          content: "";
          width: 22px;
          height: 22px;
          display: block;
          background: url(../images/common/icon_check.svg) center center/cover no-repeat;
          position: absolute;
          top: -1px;
          left: -1px;
          opacity: 0; }
      body.contact .cont .agree label span {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
        font-weight: 700; }
  body.contact .cont .c-btn {
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 767px) {
      body.contact .cont .c-btn {
        max-width: 312px; } }
    body.contact .cont .c-btn svg {
      position: absolute;
      top: 50%;
      right: 18px;
      transform: translate(0%, -50%); }
  body.contact .cont .btn-area {
    margin-top: 56px; }
  body.contact .cont .modify {
    text-decoration: underline;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 700;
    width: max-content;
    display: block;
    margin: 24px auto 0; }
  body.contact .cont .thanks {
    padding-top: 40px;
    text-align: center; }
    body.contact .cont .thanks strong {
      display: block;
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.05em;
      line-height: 1.5;
      font-weight: 700;
      color: #E84715;
      margin-bottom: 24px; }
    body.contact .cont .thanks .c-text01 {
      margin-top: 10px; }
      @media only screen and (max-width: 767px) {
        body.contact .cont .thanks .c-text01 {
          text-align: left; } }
    body.contact .cont .thanks .c-btn {
      margin-top: 48px; }

body.partner .intro {
  margin-top: -32px;
  padding: 120px 0; }
  @media only screen and (max-width: 767px) {
    body.partner .intro {
      padding: 96px 0 64px; } }
  body.partner .intro .col {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      body.partner .intro .col {
        display: block; } }
    body.partner .intro .col .text {
      width: 45.83333333%; }
      @media only screen and (max-width: 767px) {
        body.partner .intro .col .text {
          width: 100%; } }
      body.partner .intro .col .text h2 {
        font-size: 48px;
        font-size: 4.8rem;
        letter-spacing: 0.05em;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 24px; }
        @media only screen and (max-width: 767px) {
          body.partner .intro .col .text h2 {
            font-size: 40px;
            font-size: 4rem; } }
      body.partner .intro .col .text .c-text01 {
        margin-top: 10px; }
    body.partner .intro .col .image {
      width: 54.16666667%; }
      @media only screen and (max-width: 767px) {
        body.partner .intro .col .image {
          width: 100%;
          margin-top: 24px; } }

body.partner .philosophy {
  padding: 120px 0; }
  @media only screen and (max-width: 767px) {
    body.partner .philosophy {
      padding: 64px 0; } }
  body.partner .philosophy .inner {
    max-width: 1280px; }
  body.partner .philosophy .col {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      body.partner .philosophy .col {
        display: block; } }
    body.partner .philosophy .col .text {
      width: 46.66666667%;
      padding-right: 30px; }
      @media only screen and (max-width: 767px) {
        body.partner .philosophy .col .text {
          width: 100%;
          padding-right: 0; } }
      body.partner .philosophy .col .text .c-title03 {
        margin-bottom: 48px; }
        @media only screen and (max-width: 767px) {
          body.partner .philosophy .col .text .c-title03 {
            margin-bottom: 24px; } }
        body.partner .philosophy .col .text .c-title03 .en {
          letter-spacing: 0; }
      body.partner .philosophy .col .text .c-title04 {
        margin-bottom: 24px;
        margin-left: 40px; }
        @media only screen and (max-width: 767px) {
          body.partner .philosophy .col .text .c-title04 {
            margin-left: 16px; } }
      body.partner .philosophy .col .text .c-text01 {
        margin-top: 10px;
        max-width: 440px;
        margin-left: 40px; }
        @media only screen and (max-width: 767px) {
          body.partner .philosophy .col .text .c-text01 {
            margin-left: 16px;
            margin-right: 16px; } }
    body.partner .philosophy .col .image {
      width: 53.33333333%; }
      @media only screen and (max-width: 767px) {
        body.partner .philosophy .col .image {
          width: 100%;
          margin-top: 24px; } }

body.partner .support {
  padding: 120px 0;
  background: #F1F4F7; }
  @media only screen and (max-width: 767px) {
    body.partner .support {
      padding: 64px 0; } }
  body.partner .support .c-title03 {
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      body.partner .support .c-title03 {
        margin-bottom: 24px; } }
  body.partner .support__cont {
    padding: 0 40px; }
    @media only screen and (max-width: 767px) {
      body.partner .support__cont {
        padding: 0; } }
    body.partner .support__cont .c-title04 {
      margin-bottom: 24px; }
      @media only screen and (max-width: 767px) {
        body.partner .support__cont .c-title04 {
          margin-left: 16px; } }
    @media only screen and (max-width: 767px) {
      body.partner .support__cont .pd {
        padding: 0 16px; } }
  body.partner .support__list {
    margin: 24px 0;
    display: flex;
    gap: 16px; }
    @media only screen and (max-width: 767px) {
      body.partner .support__list {
        flex-direction: column; } }
    body.partner .support__list li {
      width: calc((100% - 48px) / 4);
      background: #fff;
      border-radius: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.05em;
      line-height: 2.2;
      font-weight: 600;
      text-align: center;
      padding: 50px 20px; }
      @media only screen and (max-width: 767px) {
        body.partner .support__list li {
          width: 100%;
          line-height: 1.5;
          padding: 16px 24px;
          text-align: left;
          justify-content: flex-start; } }

body.partner .details {
  padding: 120px 0; }
  @media only screen and (max-width: 767px) {
    body.partner .details {
      padding: 64px 0; } }
  body.partner .details .c-title03 {
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      body.partner .details .c-title03 {
        margin-bottom: 24px; } }
  body.partner .details .cv {
    padding: 48px;
    margin-top: 48px;
    text-align: center;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767px) {
      body.partner .details .cv {
        padding: 16px;
        margin-top: 24px; } }
    body.partner .details .cv strong {
      display: block;
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.05em;
      line-height: 1.5;
      font-weight: 700;
      margin-bottom: 16px; }
      @media only screen and (max-width: 767px) {
        body.partner .details .cv strong {
          font-size: 16px;
          font-size: 1.6rem; } }
    body.partner .details .cv .c-btn {
      margin: 0 auto; }

body.privacy-policy .cont {
  padding: 120px 0; }
  @media only screen and (max-width: 767px) {
    body.privacy-policy .cont {
      padding: 64px 0; } }
  body.privacy-policy .cont dl {
    margin-bottom: 40px; }
    body.privacy-policy .cont dl:last-of-type {
      margin-bottom: 0; }
    body.privacy-policy .cont dl dt {
      margin-bottom: 16px; }
    body.privacy-policy .cont dl ul li {
      padding-left: 1.5em;
      position: relative;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.05em;
      line-height: 1.5;
      font-weight: 600;
      margin-bottom: 16px; }
      body.privacy-policy .cont dl ul li:last-of-type {
        margin-bottom: 0; }
      body.privacy-policy .cont dl ul li:before {
        content: "・";
        position: absolute;
        top: 0;
        left: 0.2em; }
    body.privacy-policy .cont dl blockquote {
      background: #F1F4F7;
      border-radius: 16px;
      padding: 24px;
      margin-top: 16px; }
      @media only screen and (max-width: 767px) {
        body.privacy-policy .cont dl blockquote {
          padding: 16px;
          border-radius: 8px; } }
      body.privacy-policy .cont dl blockquote strong {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.05em;
        line-height: 2;
        font-weight: 600;
        display: block; }
      body.privacy-policy .cont dl blockquote address {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.05em;
        line-height: 2; }

body.recruit .challenge {
  margin-top: -32px;
  padding: 120px 0 16px; }
  @media only screen and (max-width: 767px) {
    body.recruit .challenge {
      padding: 96px 0 8px; } }
  body.recruit .challenge .text {
    padding: 0 40px; }
    @media only screen and (max-width: 767px) {
      body.recruit .challenge .text {
        padding: 0; } }
    body.recruit .challenge .text h2 {
      font-size: 48px;
      font-size: 4.8rem;
      letter-spacing: 0.05em;
      line-height: 1.5;
      font-weight: 700;
      margin-bottom: 24px; }
      @media only screen and (max-width: 767px) {
        body.recruit .challenge .text h2 {
          font-size: 40px;
          font-size: 4rem; } }
    body.recruit .challenge .text .c-text01 {
      margin-top: 10px; }
  body.recruit .challenge .image {
    margin-top: 48px; }
    @media only screen and (max-width: 767px) {
      body.recruit .challenge .image {
        margin-top: 24px; } }
  body.recruit .challenge__catch {
    margin-top: 8px;
    position: relative;
    z-index: +1; }
    @media only screen and (max-width: 767px) {
      body.recruit .challenge__catch {
        margin-top: 50px; } }
    body.recruit .challenge__catch img {
      width: 100%; }

body.recruit .candidate {
  padding: 120px 0; }
  @media only screen and (max-width: 767px) {
    body.recruit .candidate {
      padding: 64px 0; } }
  body.recruit .candidate .inner {
    max-width: 1280px; }
  body.recruit .candidate .col {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      body.recruit .candidate .col {
        display: block; } }
    body.recruit .candidate .col .text {
      width: 46.66666667%;
      padding-right: 20px; }
      @media only screen and (max-width: 767px) {
        body.recruit .candidate .col .text {
          width: 100%;
          padding-right: 0; } }
      body.recruit .candidate .col .text .c-title03 {
        margin-bottom: 48px; }
        @media only screen and (max-width: 767px) {
          body.recruit .candidate .col .text .c-title03 {
            margin-bottom: 24px; } }
        body.recruit .candidate .col .text .c-title03 .en {
          letter-spacing: 0; }
      body.recruit .candidate .col .text .c-title04 {
        margin-bottom: 24px;
        margin-left: 40px; }
        @media only screen and (max-width: 767px) {
          body.recruit .candidate .col .text .c-title04 {
            margin-left: 16px; } }
      body.recruit .candidate .col .text .c-text01 {
        margin-top: 10px;
        max-width: 440px;
        margin-left: 40px; }
        @media only screen and (max-width: 767px) {
          body.recruit .candidate .col .text .c-text01 {
            margin-left: 16px;
            margin-right: 16px; } }
        body.recruit .candidate .col .text .c-text01 strong {
          font-size: 24px;
          font-size: 2.4rem;
          letter-spacing: 0.05em;
          line-height: 1.5;
          font-weight: 700;
          background: linear-gradient(0deg, #EC6D2A, #E84715);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
          @media only screen and (max-width: 767px) {
            body.recruit .candidate .col .text .c-text01 strong {
              font-size: 18px;
              font-size: 1.8rem; } }
    body.recruit .candidate .col .image {
      width: 53.33333333%; }
      @media only screen and (max-width: 767px) {
        body.recruit .candidate .col .image {
          width: 100%;
          margin-top: 24px; } }

body.recruit .value {
  padding: 120px 0;
  background: #F1F4F7; }
  @media only screen and (max-width: 767px) {
    body.recruit .value {
      padding: 64px 0; } }
  body.recruit .value .c-title03 {
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      body.recruit .value .c-title03 {
        margin-bottom: 24px; } }
  body.recruit .value__cont {
    padding: 0 40px; }
    @media only screen and (max-width: 767px) {
      body.recruit .value__cont {
        padding: 0; } }
    body.recruit .value__cont .c-title04 {
      margin-bottom: 24px; }
      @media only screen and (max-width: 767px) {
        body.recruit .value__cont .c-title04 {
          padding: 0 16px; } }
    body.recruit .value__cont .c-text01 {
      margin-top: 10px; }
      @media only screen and (max-width: 767px) {
        body.recruit .value__cont .c-text01 {
          padding: 0 16px; } }
  body.recruit .value__list {
    margin-top: 24px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      body.recruit .value__list {
        flex-direction: column;
        gap: 24px; } }
    body.recruit .value__list li {
      width: calc((100% - 16px) / 2);
      background: #fff;
      border-radius: 32px;
      padding: 32px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        body.recruit .value__list li {
          width: 100%;
          padding: 16px 24px;
          text-align: left; } }
      body.recruit .value__list li strong {
        display: block;
        color: #E84715;
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.05em;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 16px; }
        @media only screen and (max-width: 767px) {
          body.recruit .value__list li strong {
            font-size: 18px;
            font-size: 1.8rem; } }
      body.recruit .value__list li p {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.05em;
        line-height: 2.2;
        font-weight: 600; }

body.recruit .recruitment {
  padding: 120px 0; }
  @media only screen and (max-width: 767px) {
    body.recruit .recruitment {
      padding: 64px 0; } }
  body.recruit .recruitment .c-title03 {
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      body.recruit .recruitment .c-title03 {
        margin-bottom: 24px; } }
  body.recruit .recruitment .c-btn {
    margin: 48px auto 0; }
    @media only screen and (max-width: 767px) {
      body.recruit .recruitment .c-btn {
        margin-top: 24px;
        max-width: 312px; } }

body.top main {
  overflow: hidden; }

body.top .main-visual {
  padding: 16px 40px 0;
  width: 100%;
  height: calc(100vh - 102px);
  position: relative;
  z-index: +1; }
  @media only screen and (min-width: 768px) {
    body.top .main-visual {
      max-height: 1000px; } }
  @media only screen and (max-width: 767px) {
    body.top .main-visual {
      padding: 0 0 0 16px;
      height: calc(100vh - 64px); } }
  body.top .main-visual__image {
    width: 100%;
    height: 100%;
    position: relative; }
    body.top .main-visual__image:after {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      background: linear-gradient(187deg, rgba(0, 0, 0, 0) 55%, #F49E15 80%, #EC6D2A 100%);
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.8; }
      @media only screen and (max-width: 767px) {
        body.top .main-visual__image:after {
          background: linear-gradient(210deg, rgba(0, 0, 0, 0) 55%, #F49E15 80%, #EC6D2A 100%); } }
    body.top .main-visual__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  body.top .main-visual__catch {
    position: absolute;
    left: 80px;
    bottom: 32px; }
    @media only screen and (max-width: 767px) {
      body.top .main-visual__catch {
        left: 32px; } }
  body.top .main-visual__scroll {
    position: absolute;
    left: 15px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
    body.top .main-visual__scroll span {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0.2em;
      font-weight: 800;
      font-family: "Inter", sans-serif;
      color: #E84715;
      margin-bottom: 7px; }
    body.top .main-visual__scroll i {
      width: 2px;
      height: 48px;
      overflow: hidden;
      position: relative; }
      body.top .main-visual__scroll i:before {
        content: "";
        width: 1px;
        height: 48px;
        display: block;
        background: #ADB5BC;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%); }
      body.top .main-visual__scroll i:after {
        content: "";
        width: 2px;
        height: 24px;
        display: block;
        background: #E84715;
        position: absolute;
        top: 0;
        left: 0;
        animation: scrollAnimation 2s cubic-bezier(0.76, 0, 0.24, 1) infinite; }

@keyframes scrollAnimation {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(48px); }
  51% {
    transform: translateY(-50px); }
  100% {
    transform: translateY(0); } }

body.top .message {
  padding: 120px 0 152px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    body.top .message {
      padding: 64px 0 96px; } }
  body.top .message:before {
    content: "";
    width: 256px;
    height: 640px;
    display: block;
    background: #F1F4F7;
    position: absolute;
    top: -336px;
    left: 0; }
    @media only screen and (max-width: 767px) {
      body.top .message:before {
        width: 128px;
        height: 320px;
        top: -168px; } }
  body.top .message:after {
    content: "";
    width: 700px;
    height: 700px;
    display: block;
    background: url(../images/common/bottom_article.svg) center center/cover no-repeat;
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 767px) {
      body.top .message:after {
        width: 320px;
        height: 320px;
        right: -136px; } }
  body.top .message .inner {
    max-width: 1200px;
    position: relative;
    z-index: +2; }
  body.top .message__logo {
    width: 1230px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: +1; }
  body.top .message .col {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 120px; }
    @media only screen and (max-width: 767px) {
      body.top .message .col {
        display: block;
        margin-bottom: 60px; } }
    body.top .message .col .c-title02 {
      flex-shrink: 0;
      position: relative; }
      @media only screen and (max-width: 767px) {
        body.top .message .col .c-title02 {
          margin-bottom: 24px; } }
    body.top .message .col .text {
      width: 42.85714286%;
      padding-right: 40px;
      margin-left: 40px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        body.top .message .col .text {
          width: 100%;
          padding: 0 16px;
          margin: 0; } }
      body.top .message .col .text .c-title04 {
        margin-bottom: 24px; }
      body.top .message .col .text .c-text01 {
        margin-top: 10px; }

body.top .infinite-slider .swiper {
  overflow: visible; }

body.top .infinite-slider .swiper-wrapper {
  transition-timing-function: linear !important; }

body.top .infinite-slider .swiper-slide {
  width: 2908px; }

body.top .infinite-slider__image {
  display: flex;
  gap: 10px;
  width: 2908px;
  white-space: nowrap; }
  body.top .infinite-slider__image > div {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  body.top .infinite-slider__image .image-wrap {
    display: flex;
    gap: 10px; }
  body.top .infinite-slider__image .image {
    border-radius: 8px;
    overflow: hidden; }

body.top .business {
  margin-top: -32px;
  position: relative;
  z-index: +1;
  padding: 120px 0;
  color: #fff;
  background: #111D26;
  border-radius: 32px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body.top .business {
      padding: 64px 0; } }
  body.top .business:before {
    content: "";
    width: 1064px;
    height: 1064px;
    display: block;
    background: url(../images/top/business_bg.svg) center center;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 767px) {
      body.top .business:before {
        width: 320px;
        height: 320px; } }
  body.top .business:after {
    content: "";
    width: 256px;
    height: 512px;
    display: block;
    background: rgba(241, 244, 247, 0.1);
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 767px) {
      body.top .business:after {
        width: 128px;
        height: 256px; } }
  body.top .business__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    body.top .business__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  body.top .business .inner {
    position: relative;
    z-index: +1;
    max-width: 1200px; }
  body.top .business .col {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      body.top .business .col {
        display: block; } }
    body.top .business .col .text {
      padding-left: 40px;
      width: 42.85714286%;
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        body.top .business .col .text {
          width: 100%;
          padding: 0 16px; } }
      body.top .business .col .text .c-title02 {
        margin-left: -40px;
        margin-bottom: 48px; }
        @media only screen and (max-width: 767px) {
          body.top .business .col .text .c-title02 {
            margin-left: -16px;
            margin-bottom: 24px; } }
        body.top .business .col .text .c-title02 .en {
          display: block;
          white-space: nowrap;
          overflow: visible;
          width: max-content; }
      body.top .business .col .text .c-title04 {
        margin-bottom: 24px; }
      body.top .business .col .text .c-text01 {
        margin-top: 10px; }
    body.top .business .col .image {
      margin-left: 40px;
      width: 50%; }
      @media only screen and (max-width: 767px) {
        body.top .business .col .image {
          margin: 48px 0 0;
          width: 100%; } }
  body.top .business .image-text {
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    margin-top: 120px; }
    @media only screen and (max-width: 767px) {
      body.top .business .image-text {
        display: block;
        padding: 0; } }
    body.top .business .image-text .image {
      width: 39.28571429%; }
      @media only screen and (max-width: 767px) {
        body.top .business .image-text .image {
          width: 100%;
          margin-bottom: 48px; } }
    body.top .business .image-text .text {
      width: 60%;
      max-width: 443px;
      margin-left: 40px; }
      @media only screen and (max-width: 767px) {
        body.top .business .image-text .text {
          width: 100%;
          margin: 0; } }
      body.top .business .image-text .text .label {
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.05em;
        line-height: 1.5;
        font-weight: 700;
        color: #111D26;
        display: inline-block;
        padding: 0 8px;
        background: linear-gradient(-10deg, #EC6D2A, #E84715);
        margin-bottom: 24px; }
        @media only screen and (max-width: 767px) {
          body.top .business .image-text .text .label {
            font-size: 16px;
            font-size: 1.6rem; } }
  body.top .business__list {
    margin-bottom: 42px; }
    @media only screen and (max-width: 767px) {
      body.top .business__list {
        margin-bottom: 48px; } }
    body.top .business__list li {
      padding-bottom: 16px;
      margin-bottom: 16px;
      border-bottom: 1px solid #ADB5BC; }
      body.top .business__list li:last-of-type {
        margin-bottom: 0; }
      body.top .business__list li strong {
        display: block;
        font-size: 28px;
        font-size: 2.8rem;
        letter-spacing: 0.05em;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 8px; }
        @media only screen and (max-width: 767px) {
          body.top .business__list li strong {
            font-size: 20px;
            font-size: 2rem; } }
      body.top .business__list li p {
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 0.05em;
        line-height: 1.5; }
        @media only screen and (max-width: 767px) {
          body.top .business__list li p {
            font-size: 16px;
            font-size: 1.6rem; } }
  @media only screen and (max-width: 767px) {
    body.top .business .c-more {
      margin: 0 auto; } }

body.top .about {
  padding: 152px 0 120px;
  margin-top: -32px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    body.top .about {
      padding: 96px 0 64px; } }
  body.top .about__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    body.top .about__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  body.top .about .inner {
    max-width: 1200px;
    position: relative; }
  body.top .about .col {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      body.top .about .col {
        display: block; } }
    body.top .about .col .left {
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        body.top .about .col .left {
          margin-bottom: 24px; } }
    body.top .about .col .right {
      margin-left: 40px;
      padding-right: 40px;
      width: 100%;
      max-width: 480px;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        body.top .about .col .right {
          padding: 0 16px;
          margin-left: 0; } }
      body.top .about .col .right .c-title04 {
        margin-bottom: 24px; }
      body.top .about .col .right .c-text01 {
        margin-top: 10px; }
      body.top .about .col .right .c-more {
        margin-top: 48px; }
        @media only screen and (max-width: 767px) {
          body.top .about .col .right .c-more {
            margin: 48px auto 0; } }
