@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box; }

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif; }

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0; }

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

/**
  * 1. Add the correct sizing in Firefox.
  * 2. Show the overflow in Edge 18- and IE.
  */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
  * Add the correct display in IE.
  */
main {
  display: block; }

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0; }

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
  * ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
  text-decoration: none; }

p {
  margin: 0; }

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bold; }

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%; }

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block; }

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none; }

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none; }

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor; }

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data
  * ========================================================================== */
/**
  * Collapse border spacing in all browsers (opinionated).
  */
table {
  border-collapse: collapse; }

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0; }

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */ }

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible; }

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none; }

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
  * Remove the padding in IE 10-.
  */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none; }

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block; }

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item; }

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block; }

/**
  * Add the correct display in IE.
  */
template {
  display: none; }

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none; }

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy="true"] {
  cursor: progress; }

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer; }

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed; }

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden="false"][hidden] {
  display: initial; }

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 105px;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Montserrat";
  z-index: 999; }
  @media screen and (max-width: 1030px) {
    .header {
      padding: 0 16px;
      height: 80px; } }
  .header__nav--logo {
    display: flex;
    font-size: 30px;
    align-items: center; }
    .header__nav--logo p {
      margin: 0; }
  .header__nav--menus {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none; }
    .header__nav--menus-item {
      transition: 0.6s all;
      opacity: 1;
      pointer-events: auto;
      margin-right: 32px; }
      @media screen and (max-width: 1030px) {
        .header__nav--menus-item {
          display: none; } }
      .header__nav--menus-item a {
        font-family: "Montserrat";
        color: #1E322F;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 1.8;
        text-decoration: none;
        color: #1E322F;
        transition: color 0.2s; }
        .header__nav--menus-item a:hover {
          color: #30c497; }
    .header__nav--menus-item.pannelOpen {
      opacity: 0;
      pointer-events: none; }
    .header__nav--menus-btn {
      position: relative;
      /*ボタン内側の基点となるためrelativeを指定*/
      width: 50px;
      height: 50px;
      cursor: pointer;
      border-radius: 50%;
      background-color: #39C198; }
      .header__nav--menus-btn span {
        display: inline-block;
        transition: all 0.4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 13px;
        height: 2px;
        background-color: white; }
      .header__nav--menus-btn span:nth-of-type(1) {
        top: 22px;
        width: 24px; }
      .header__nav--menus-btn span:nth-of-type(2) {
        top: 28px;
        width: 24px; }
    .header__nav--menus .active span:nth-of-type(1) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg); }
    .header__nav--menus .active span:nth-of-type(2) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }

.menu {
  width: 100%;
  max-width: 1280px;
  height: 100vh;
  top: 0;
  position: fixed;
  z-index: 300;
  opacity: 0;
  transition: all 0.5s ease;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  .menu__visualContainer {
    width: 50%;
    border-right: 1px solid #D7DCE1;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1030px) {
      .menu__visualContainer {
        display: none; } }
    .menu__visualContainer-visual {
      border-radius: 16px;
      height: 545px;
      width: 409px;
      background-size: cover;
      background-position: center; }
    .menu__visualContainer .img1 {
      background-image: url("/img/pc/menu/pc_menu_1.png"); }
    .menu__visualContainer .img2 {
      background-image: url("/img/pc/menu/pc_menu_2.png"); }
    .menu__visualContainer .img3 {
      background-image: url("/img/pc/menu/pc_menu_3.png"); }
    .menu__visualContainer .img4 {
      background-image: url("/img/pc/menu/pc_menu_4.png"); }
    .menu__visualContainer .img5 {
      background-image: url("/img/sp/sp_pt_main.png"); }
    .menu__visualContainer .img6 {
      background-image: url("/img/pc/menu/pc_menu_6.png"); }
  .menu__itemsContainer {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1030px) {
      .menu__itemsContainer {
        width: 100%;
        justify-content: start;
        align-items: flex-start;
        height: 100vh;
        margin-top: 120px; } }
    .menu__itemsContainer-navBox {
      margin-left: 44px; }
      @media screen and (max-width: 1030px) {
        .menu__itemsContainer-navBox {
          margin-left: 48px; } }
      .menu__itemsContainer-navBox-nav {
        margin-bottom: 40px; }
        .menu__itemsContainer-navBox-nav-list {
          margin-bottom: 16px;
          font-family: "Montserrat";
          color: #1E322F;
          font-weight: 500;
          font-size: 40px;
          letter-spacing: 0.1em;
          line-height: 1.5;
          margin-top: 0; }
          .menu__itemsContainer-navBox-nav-list-item {
            margin: 0;
            margin-bottom: 16px; }
            @media screen and (max-width: 375px) {
              .menu__itemsContainer-navBox-nav-list-item {
                font-size: 30px; } }
            .menu__itemsContainer-navBox-nav-list-item a {
              color: #1E322F;
              text-decoration: none; }
            .menu__itemsContainer-navBox-nav-list-item a.active {
              color: #39C198;
              position: relative; }
            .menu__itemsContainer-navBox-nav-list-item a.active::before {
              position: absolute;
              height: 8px;
              width: 8px;
              border-radius: 50%;
              background-color: #39C198;
              content: "";
              top: 50%;
              left: -16px;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%); }
          .menu__itemsContainer-navBox-nav-list-item:last-child {
            margin: 0; }
      .menu__itemsContainer-navBox-policy {
        margin: 0;
        font-family: "Montserrat";
        color: #1E322F;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.01em;
        line-height: 1.8; }

.menu.pannelOpen {
  display: flex;
  opacity: 0; }
  @media screen and (max-width: 1030px) {
    .menu.pannelOpen {
      display: block; } }

.circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #F5F5F5;
  transform: scale(0);
  right: -50px;
  top: -50px;
  transition: all 0.6s; }

.circle-bg.pannelOpen {
  transform: scale(50); }

.footer {
  height: 760px;
  background-color: white;
  position: relative; }
  @media screen and (max-width: 1030px) {
    .footer {
      height: 880px; } }
  .footer__contactContainer-descContainer {
    padding: 117px 80px;
    width: 90%;
    max-width: 1004px;
    display: flex;
    align-items: center;
    background-color: #39C198;
    border-radius: 16px;
    justify-content: space-between;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition-duration: 500ms; }
    .footer__contactContainer-descContainer:hover {
      background-color: #0b9169; }
    @media screen and (max-width: 1030px) {
      .footer__contactContainer-descContainer .circleBtn {
        margin: 0 auto; } }
    @media screen and (max-width: 1030px) {
      .footer__contactContainer-descContainer {
        width: 90%;
        display: block;
        padding: 56px 0px; } }
    @media screen and (max-width: 1030px) {
      .footer__contactContainer-descContainer-descBox {
        width: 65%;
        display: block;
        margin: 0 auto 40px; } }
    .footer__contactContainer-descContainer-descBox-main {
      font-family: "Montserrat";
      color: white;
      font-weight: 500;
      font-size: 40px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin: 0;
      margin-bottom: 24px; }
      @media screen and (max-width: 1030px) {
        .footer__contactContainer-descContainer-descBox-main {
          text-align: center;
          font-size: 32px;
          margin-bottom: 16px; } }
    .footer__contactContainer-descContainer-descBox-sub {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: white;
      font-weight: 300;
      font-size: 12px;
      letter-spacing: 0.01em;
      line-height: 1.8;
      margin: 0; }
  .footer__mainLogoContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; }
    @media screen and (max-width: 1030px) {
      .footer__mainLogoContainer {
        top: 42%; } }
    @media screen and (max-width: 1030px) {
      .footer__mainLogoContainer {
        font-size: 24px;
        width: 100%; } }
    .footer__mainLogoContainer-logo {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 40px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin: 0;
      margin-bottom: 32px; }
    .footer__mainLogoContainer-txt {
      margin: 0;
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 24px;
      letter-spacing: 0.1em;
      line-height: 1.5; }
  .footer__detailContaienr {
    padding: 0 34px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 1030px) {
      .footer__detailContaienr {
        padding: 0 24px;
        bottom: 0px; } }
    .footer__detailContaienr-bottomItems-spCorporateDetailContainer {
      display: none; }
      @media screen and (max-width: 1030px) {
        .footer__detailContaienr-bottomItems-spCorporateDetailContainer {
          display: flex;
          margin-bottom: 40px;
          display: flex; }
          .footer__detailContaienr-bottomItems-spCorporateDetailContainer-jaContainer {
            margin: 0;
            margin: 0;
            font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
            color: #1E322F;
            font-weight: 300;
            font-size: 12px;
            letter-spacing: 0.01em;
            line-height: 1.8;
            margin-right: 10px; }
            .footer__detailContaienr-bottomItems-spCorporateDetailContainer-jaContainer p {
              margin: 0; } }
      @media screen and (max-width: 1030px) and (max-width: 375px) {
        .footer__detailContaienr-bottomItems-spCorporateDetailContainer-jaContainer p {
          font-size: 10px; } }
      @media screen and (max-width: 1030px) {
          .footer__detailContaienr-bottomItems-spCorporateDetailContainer-enContainer {
            font-family: "Montserrat";
            color: #1E322F;
            font-weight: 500;
            font-size: 12px;
            letter-spacing: 0.01em;
            line-height: 1.8; }
            .footer__detailContaienr-bottomItems-spCorporateDetailContainer-enContainer p {
              margin: 0; } }
      @media screen and (max-width: 1030px) and (max-width: 375px) {
        .footer__detailContaienr-bottomItems-spCorporateDetailContainer-enContainer p {
          font-size: 10px; } }
    .footer__detailContaienr-bottomItems-menuPart {
      margin-bottom: 32px; }
      @media screen and (max-width: 1030px) {
        .footer__detailContaienr-bottomItems-menuPart {
          margin-bottom: 0; } }
      .footer__detailContaienr-bottomItems-menuPart-menuList {
        display: flex;
        margin: 0;
        padding: 0;
        list-style-type: none; }
        @media screen and (max-width: 1030px) {
          .footer__detailContaienr-bottomItems-menuPart-menuList {
            flex-wrap: wrap; } }
        .footer__detailContaienr-bottomItems-menuPart-menuList-menuItem {
          color: antiquewhite;
          margin: 0 12px; }
          @media screen and (max-width: 1030px) {
            .footer__detailContaienr-bottomItems-menuPart-menuList-menuItem {
              flex-wrap: wrap;
              margin: 0;
              padding: 0;
              margin-right: 32px; } }
          .footer__detailContaienr-bottomItems-menuPart-menuList-menuItem a {
            font-family: "Montserrat";
            color: #1E322F;
            font-weight: 500;
            font-size: 16px;
            letter-spacing: 0.01em;
            line-height: 1.8; }
            @media screen and (max-width: 1030px) {
              .footer__detailContaienr-bottomItems-menuPart-menuList-menuItem a {
                margin-bottom: 16px;
                font-style: 14px;
                text-decoration: none;
                font-family: "Montserrat";
                color: #1E322F;
                font-weight: 500;
                font-size: 14px;
                letter-spacing: 0.01em;
                line-height: 1.8; } }
          .footer__detailContaienr-bottomItems-menuPart-menuList-menuItem a:first-child {
            margin-left: 0; }
          .footer__detailContaienr-bottomItems-menuPart-menuList-menuItem a:last-child {
            margin-right: 0; }
        .footer__detailContaienr-bottomItems-menuPart-menuList-menuItem:first-child {
          margin-left: 0; }
        .footer__detailContaienr-bottomItems-menuPart-menuList-menuItem:last-child {
          margin-right: 0; }
          @media screen and (max-width: 1030px) {
            .footer__detailContaienr-bottomItems-menuPart-menuList-menuItem:last-child {
              margin-bottom: 40px; } }
      .footer__detailContaienr-bottomItems-menuPart-termsContainer-policy {
        font-family: "Montserrat";
        color: #1E322F;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.01em;
        line-height: 1.8;
        margin: 0; }
      .footer__detailContaienr-bottomItems-menuPart-termsContainer-copy {
        font-family: "Montserrat";
        color: #BAC0BF;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.01em;
        line-height: 1.8;
        margin: 0; }
    .footer__detailContaienr-bottomItems-corporateDetailContainer {
      display: flex; }
      @media screen and (max-width: 1030px) {
        .footer__detailContaienr-bottomItems-corporateDetailContainer {
          display: none; } }
      .footer__detailContaienr-bottomItems-corporateDetailContainer-jaContainer {
        margin: 0;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
        color: #1E322F;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0.01em;
        line-height: 1.8;
        margin: 0;
        margin-right: 40px; }
        .footer__detailContaienr-bottomItems-corporateDetailContainer-jaContainer p {
          margin: 0; }
      .footer__detailContaienr-bottomItems-corporateDetailContainer-enContainer {
        font-family: "Montserrat";
        color: #1E322F;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.01em;
        line-height: 1.8; }
        .footer__detailContaienr-bottomItems-corporateDetailContainer-enContainer p {
          margin: 0; }

@keyframes rotate-anime {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.mv {
  margin-top: 254px; }
  @media screen and (max-width: 1030px) {
    .mv {
      margin-top: 160px; } }
  .mv__container {
    padding: 0 80px; }
    @media screen and (max-width: 1030px) {
      .mv__container {
        padding: 0 24px; } }
    .mv__container-copyTxtContainer {
      padding-left: 53px;
      margin-bottom: 110px; }
      @media screen and (max-width: 1030px) {
        .mv__container-copyTxtContainer {
          padding: 0; } }
      .mv__container-copyTxtContainer-main {
        font-family: "Montserrat";
        color: #1E322F;
        font-weight: 500;
        font-size: 40px;
        letter-spacing: 0.1em;
        line-height: 1.5;
        font-size: 56px; }
        @media screen and (max-width: 1030px) {
          .mv__container-copyTxtContainer-main {
            font-size: 28px;
            margin-bottom: 17px; } }
  @media screen and (max-width: 1030px) and (max-width: 375px) {
    .mv__container-copyTxtContainer-main {
      font-size: 25px; } }
      .mv__container-copyTxtContainer-sub {
        font-family: "Montserrat";
        color: #1E322F;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.01em;
        line-height: 1.8; }
        @media screen and (max-width: 1030px) {
          .mv__container-copyTxtContainer-sub {
            font-size: 14px; } }
    .mv__container .mv__mainVisual {
      aspect-ratio: 1.9 /1;
      border-radius: 16px;
      position: relative;
      z-index: 1;
      margin: 0 calc(50% - 50vw + 80px); }
      @media screen and (max-width: 1030px) {
        .mv__container .mv__mainVisual {
          aspect-ratio: 1 / 1.337;
          margin: 0; } }
      .mv__container .mv__mainVisual-circleTxt {
        position: absolute;
        right: 52px;
        top: -90px;
        z-index: 2; }
        .mv__container .mv__mainVisual-circleTxt-wrap p {
          position: relative;
          width: 180px;
          height: 180px;
          font-size: 30px;
          text-align: center;
          animation: rotate-anime 15s linear infinite;
          font-family: "Montserrat";
          color: #1E322F;
          font-weight: 500;
          font-size: 14px;
          letter-spacing: 0.01em;
          line-height: 1.8;
          color: #39C198; }
          .mv__container .mv__mainVisual-circleTxt-wrap p span {
            position: absolute;
            top: 0;
            left: calc(50% - 15px);
            display: inline-block;
            width: 15px;
            height: 90px;
            transform-origin: center bottom; }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(1) {
              transform: rotate(0deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(2) {
              transform: rotate(9deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(3) {
              transform: rotate(18deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(4) {
              transform: rotate(27deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(5) {
              transform: rotate(36deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(6) {
              transform: rotate(45deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(7) {
              transform: rotate(54deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(8) {
              transform: rotate(63deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(9) {
              transform: rotate(72deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(10) {
              transform: rotate(81deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(11) {
              transform: rotate(90deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(12) {
              transform: rotate(99deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(13) {
              transform: rotate(108deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(14) {
              transform: rotate(117deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(15) {
              transform: rotate(126deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(16) {
              transform: rotate(135deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(17) {
              transform: rotate(144deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(18) {
              transform: rotate(153deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(19) {
              transform: rotate(162deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(20) {
              transform: rotate(171deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(21) {
              transform: rotate(180deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(22) {
              transform: rotate(189deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(23) {
              transform: rotate(198deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(24) {
              transform: rotate(207deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(25) {
              transform: rotate(216deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(26) {
              transform: rotate(225deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(27) {
              transform: rotate(234deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(28) {
              transform: rotate(243deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(29) {
              transform: rotate(252deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(30) {
              transform: rotate(261deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(31) {
              transform: rotate(270deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(32) {
              transform: rotate(279deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(33) {
              transform: rotate(288deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(34) {
              transform: rotate(297deg); }
            .mv__container .mv__mainVisual-circleTxt-wrap p span:nth-child(35) {
              transform: rotate(306deg); }
        @media screen and (max-width: 1030px) {
          .mv__container .mv__mainVisual-circleTxt {
            display: none; } }

.whowe__container {
  padding: 0 138px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1030px) {
    .whowe__container {
      padding: 0 24px;
      display: block; } }
  .whowe__container-txtbox {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0;
    height: auto; }
    @media screen and (max-width: 1030px) {
      .whowe__container-txtbox {
        margin-bottom: 56px; } }
    .whowe__container-txtbox-desc {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.8; }
      @media screen and (max-width: 1030px) {
        .whowe__container-txtbox-desc {
          margin-bottom: 40px; } }
  .whowe__container-visual {
    width: 409px;
    height: 545px;
    border-radius: 16px;
    background-image: url("/img/pc/top/top_01.png");
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 1030px) {
      .whowe__container-visual {
        width: 100%;
        height: 435px; } }

.service {
  margin-top: 160px; }
  @media screen and (max-width: 1030px) {
    .service {
      margin-top: 120px; } }
  .service__descContainer {
    padding: 0 138px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px; }
    @media screen and (max-width: 1030px) {
      .service__descContainer {
        padding: 0 24px;
        display: block; } }
    .service__descContainer-descBox-title {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 40px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin-bottom: 40px; }
      @media screen and (max-width: 1030px) {
        .service__descContainer-descBox-title {
          font-size: 24px;
          margin-bottom: 32px; } }
    .service__descContainer-descBox-desc {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.8;
      margin-bottom: 56px; }
  .service__sliderContainer {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 80px; }
    .service__sliderContainer::-webkit-scrollbar {
      display: none; }
    @media screen and (max-width: 1030px) {
      .service__sliderContainer {
        margin-bottom: 54px; } }
    .service__sliderContainer-listsBox {
      display: flex;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .service__sliderContainer-listsBox-itemBox {
        margin-right: 16px;
        width: 580px; }
        @media screen and (max-width: 1030px) {
          .service__sliderContainer-listsBox-itemBox {
            width: 326px; } }
        .service__sliderContainer-listsBox-itemBox-img {
          width: 100%;
          height: 327px;
          border-radius: 16px;
          margin-bottom: 16px;
          background-size: cover;
          background-position: center; }
          @media screen and (max-width: 1030px) {
            .service__sliderContainer-listsBox-itemBox-img {
              width: 100%;
              height: 184px;
              margin-bottom: 24px; } }
        .service__sliderContainer-listsBox-itemBox .img1 {
          background-image: url("/img/pc/top/top_02.png"); }
        .service__sliderContainer-listsBox-itemBox .img2 {
          background-image: url("/img/pc/top/top_03.png"); }
        .service__sliderContainer-listsBox-itemBox .img3 {
          background-image: url("/img/pc/top/top_04.png"); }
        .service__sliderContainer-listsBox-itemBox .img4 {
          background-image: url("/img/pc/top/top_09.png"); }
        .service__sliderContainer-listsBox-itemBox-desc {
          font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
          color: #1E322F;
          font-weight: 300;
          font-size: 14px;
          letter-spacing: 0.01em;
          line-height: 1.8; }
          @media screen and (max-width: 1030px) {
            .service__sliderContainer-listsBox-itemBox-desc {
              margin: 0; } }
  .service__btnsContainer {
    padding: 0 138px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1030px) {
      .service__btnsContainer {
        padding: 0 24px; } }
    .service__btnsContainer-goBackContainer {
      display: flex; }
      .service__btnsContainer-goBackContainer .cp_arrows:nth-child(1) {
        margin-right: 16px; }

.works {
  margin-top: 160px;
  padding: 0 138px; }
  @media screen and (max-width: 1030px) {
    .works {
      padding: 0 24px; } }
  .works__title {
    margin-bottom: 104px; }
    @media screen and (max-width: 1030px) {
      .works__title {
        margin-bottom: 0; } }
  .works__listContainer {
    width: 100%;
    padding-left: 85px;
    margin-bottom: 56px; }
    @media screen and (max-width: 1030px) {
      .works__listContainer {
        display: none; } }
    .works__listContainer-itemContainer {
      display: flex;
      width: 100%;
      height: 283px;
      align-items: center;
      margin: 0;
      border-bottom: 1px solid #D7DCE1;
      position: relative;
      z-index: 1;
      overflow: hidden; }
      .works__listContainer-itemContainer:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #efecec;
        transition: transform 0.3s;
        height: 283px;
        content: "";
        transform-origin: right top;
        transform: scale(0, 1); }
      .works__listContainer-itemContainer:after {
        height: 283px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #efecec;
        transition: transform 0.3s;
        content: "";
        transform-origin: right top;
        transform: scale(0, 1); }
      .works__listContainer-itemContainer:hover:before {
        transform-origin: left bottom;
        transform: scale(2, 2);
        content: ""; }
      .works__listContainer-itemContainer-img {
        border-radius: 16px;
        width: 361px;
        height: 202px;
        flex-shrink: 0;
        background-position: center;
        background-size: cover; }
      .works__listContainer-itemContainer .img1 {
        background-image: url("/img/pc/works/01.png"); }
      .works__listContainer-itemContainer .img2 {
        background-image: url("/img/pc/works/02.png"); }
      .works__listContainer-itemContainer .img3 {
        background-image: url("/img/pc/works/03.png"); }
      .works__listContainer-itemContainer .img4 {
        background-image: url("/img/pc/works/04.png"); }
      .works__listContainer-itemContainer .img5 {
        background-image: url("/img/pc/works/13.png"); }
      .works__listContainer-itemContainer .img6 {
        background-image: url("/img/pc/works/14.png"); }
      .works__listContainer-itemContainer-space {
        width: 64px; }
      .works__listContainer-itemContainer-descContainer p {
        margin: 0; }
      .works__listContainer-itemContainer-descContainer-title {
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
        color: #1E322F;
        font-weight: 300;
        font-size: 24px;
        letter-spacing: 0.1em;
        line-height: 1.5;
        margin-bottom: 24px; }
      .works__listContainer-itemContainer-descContainer-subTitle {
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
        color: #1E322F;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 1.8;
        color: #39C198;
        margin-bottom: 8px; }
      .works__listContainer-itemContainer-descContainer-desc {
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
        color: #1E322F;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 1.8;
        color: #D7DCE1; }
  .works__btnContainer-wrapper {
    display: flex;
    justify-content: end; }
    @media screen and (max-width: 1030px) {
      .works__btnContainer-wrapper {
        display: none; } }
  .works__spSliderContainer {
    display: none;
    overflow: scroll;
    margin-bottom: 48px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 calc(50% - 50vw); }
    .works__spSliderContainer::-webkit-scrollbar {
      display: none; }
    @media screen and (max-width: 1030px) {
      .works__spSliderContainer {
        display: block;
        margin-bottom: 54px; } }
    .works__spSliderContainer-listsBox {
      display: flex;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .works__spSliderContainer-listsBox-itemBox {
        margin-right: 16px;
        width: 326px; }
        .works__spSliderContainer-listsBox-itemBox-img {
          border-radius: 16px;
          margin-bottom: 16px;
          width: 100%;
          height: 184px;
          background-position: center;
          background-size: cover; }
        .works__spSliderContainer-listsBox-itemBox .img1 {
          background-image: url("/img/pc/works/01.png"); }
        .works__spSliderContainer-listsBox-itemBox .img2 {
          background-image: url("/img/pc/works/02.png"); }
        .works__spSliderContainer-listsBox-itemBox .img3 {
          background-image: url("/img/pc/works/03.png"); }
        .works__spSliderContainer-listsBox-itemBox .img4 {
          background-image: url("/img/pc/works/04.png"); }
        .works__spSliderContainer-listsBox-itemBox-desc {
          font-family: "Montserrat";
          color: #1E322F;
          font-weight: 500;
          font-size: 14px;
          letter-spacing: 0.01em;
          line-height: 1.8; }
        .works__spSliderContainer-listsBox-itemBox-descContainer-title {
          font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
          color: #1E322F;
          font-weight: 300;
          font-size: 24px;
          letter-spacing: 0.1em;
          line-height: 1.5;
          margin: 0;
          margin-bottom: 24px;
          font-size: 16px; }
        .works__spSliderContainer-listsBox-itemBox-descContainer-subTitle {
          font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
          color: #39C198;
          font-weight: 300;
          font-size: 14px;
          letter-spacing: 0.01em;
          line-height: 1.8;
          margin: 0;
          margin-bottom: 16px; }
        .works__spSliderContainer-listsBox-itemBox-descContainer-desc {
          font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
          color: #D7DCE1;
          font-weight: 300;
          font-size: 14px;
          letter-spacing: 0.01em;
          line-height: 1.8;
          width: 90%; }
      @media screen and (max-width: 1030px) {
        .works__spSliderContainer-listsBox-itemBox:first-child {
          margin-left: 23px; } }
      @media screen and (max-width: 1030px) {
        .works__spSliderContainer-listsBox-itemBox:last-child {
          padding-right: 23px; } }
  .works__spBtnsContainer {
    display: none;
    justify-content: space-between; }
    @media screen and (max-width: 1030px) {
      .works__spBtnsContainer {
        display: flex; } }
    .works__spBtnsContainer-goBackContainer {
      display: flex; }
      .works__spBtnsContainer-goBackContainer .cp_arrows:nth-child(1) {
        margin-right: 16px; }

.partner {
  color: #1e322f;
  margin-top: 160px; }
  @media screen and (max-width: 1030px) {
    .partner {
      margin-bottom: 37px; } }
  .partner .partner__descContainer {
    padding: 0 138px;
    margin-bottom: 80px; }
    @media screen and (max-width: 1030px) {
      .partner .partner__descContainer {
        padding: 0 24px; } }
    .partner .partner__descContainer-mainDesc {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: .partner .partner__descContainer-mainDesc #1E322F;
      font-weight: 300;
      font-size: 32px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin-top: 124px;
      margin-bottom: 40px; }
      @media screen and (max-width: 1030px) {
        .partner .partner__descContainer-mainDesc {
          margin-top: 0;
          margin-bottom: 32px; } }
    .partner .partner__descContainer-subDesc {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: .partner .partner__descContainer-subDesc #1E322F;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.8;
      margin-bottom: 56px; }
      @media screen and (max-width: 1030px) {
        .partner .partner__descContainer-subDesc {
          margin-bottom: 40px; } }
    .partner .partner__descContainer-btnWrapper {
      display: flex; }
  .partner__visual {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 650px;
    background-image: url("/img/pc/top/top_partner.png");
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 1030px) {
      .partner__visual {
        height: 286px;
        background-position: left; } }

.partner-mv {
  height: 100vh;
  width: 100vw;
  color: white;
  background-image: url("/img/pc/partner/partner_mv.png");
  background-position: center;
  background-size: cover; }
  .partner-mv .partner-mv-copy-container {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%); }
    .partner-mv .partner-mv-copy-container .partner-mv-sub-copy {
      font-size: 16px;
      margin-bottom: 35px; }
    .partner-mv .partner-mv-copy-container .partner-mv-main-copy {
      font-size: 56px;
      font-weight: normal; }

.partner-sp-mv {
  color: #1e322f;
  margin-top: 160px;
  padding: 0 24px; }
  .partner-sp-mv .partner-sp-mv-sub-copy {
    font-size: 12px;
    margin-bottom: 16px; }
  .partner-sp-mv .partner-sp-mv-main-copy {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 80px; }
  .partner-sp-mv .partner-sp-mv-img {
    width: 100%;
    aspect-ratio: 1 / 1.33;
    background-image: url("/img/pc/partner/partner_mv.png");
    background-position: center;
    background-size: cover;
    border-radius: 8px; }

.partner-mv-bottom {
  position: relative;
  color: #1e322f; }
  .partner-mv-bottom .band {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0; }

.partner-desc {
  color: #1e322f;
  padding: 0 80px;
  margin: 200px 0 160px;
  font-size: 28px;
  line-height: 1.8; }
  .partner-desc span {
    font-weight: bold;
    color: #30c497; }
  @media screen and (max-width: 1030px) {
    .partner-desc {
      margin: 113px 0 80px;
      padding: 0 24px;
      font-size: 20px; } }

.partner-wanted {
  color: #1e322f;
  padding: 0 80px;
  margin: 100px 0 140px; }
  @media screen and (max-width: 1030px) {
    .partner-wanted {
      margin-bottom: 40px;
      padding: 0 24px; } }
  .partner-wanted .partner-wanted-title {
    font-size: 56px;
    margin-bottom: 80px; }
    @media screen and (max-width: 1030px) {
      .partner-wanted .partner-wanted-title {
        margin-bottom: 48px;
        font-size: 32px; } }
  .partner-wanted .partner-wanted-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px; }
    @media screen and (max-width: 1030px) {
      .partner-wanted .partner-wanted-container {
        flex-direction: column-reverse;
        margin-bottom: 80px; } }
    .partner-wanted .partner-wanted-container .partner-wanted-container-desc-section {
      width: 50%; }
      @media screen and (max-width: 1030px) {
        .partner-wanted .partner-wanted-container .partner-wanted-container-desc-section {
          width: 100%; } }
      .partner-wanted .partner-wanted-container .partner-wanted-container-desc-section .partner-wanted-title-round-container {
        display: flex;
        align-items: center;
        margin-bottom: 40px; }
        .partner-wanted .partner-wanted-container .partner-wanted-container-desc-section .partner-wanted-title-round-container .partner-wanted-title-round {
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: #30c497;
          margin-right: 16px; }
        .partner-wanted .partner-wanted-container .partner-wanted-container-desc-section .partner-wanted-title-round-container .partner-wanted-title {
          font-size: 24px;
          margin: 0; }
          @media screen and (max-width: 1030px) {
            .partner-wanted .partner-wanted-container .partner-wanted-container-desc-section .partner-wanted-title-round-container .partner-wanted-title {
              font-size: 20px; } }
      .partner-wanted .partner-wanted-container .partner-wanted-container-desc-section .partner-wanted-desc {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 48px; }
        @media screen and (max-width: 1030px) {
          .partner-wanted .partner-wanted-container .partner-wanted-container-desc-section .partner-wanted-desc {
            margin-bottom: 40px;
            font-size: 16px; } }
      .partner-wanted .partner-wanted-container .partner-wanted-container-desc-section .partner-wanted-detail {
        font-size: 14px; }
        .partner-wanted .partner-wanted-container .partner-wanted-container-desc-section .partner-wanted-detail .partner-wanted-detail-title {
          margin-bottom: 16px;
          font-weight: bold; }
        .partner-wanted .partner-wanted-container .partner-wanted-container-desc-section .partner-wanted-detail .partner-wanted-detail-desc {
          margin-bottom: 40px;
          line-height: 1.6; }
          .partner-wanted .partner-wanted-container .partner-wanted-container-desc-section .partner-wanted-detail .partner-wanted-detail-desc:last-child {
            margin-bottom: 0; }
    .partner-wanted .partner-wanted-container .partner-wanted-container-visual-section {
      background-image: url("/img/pc/partner/partner_interview1.png ");
      background-position: center;
      background-size: cover;
      width: 40%;
      aspect-ratio: 1/1.33;
      border-radius: 8px; }
      @media screen and (max-width: 1030px) {
        .partner-wanted .partner-wanted-container .partner-wanted-container-visual-section {
          background-image: url("/img/sp/partner/partner_interview1.png ");
          width: 100%;
          aspect-ratio: 1.77 / 1;
          margin-bottom: 40px; } }
  .partner-wanted .partner-wanted-reverse {
    flex-direction: row-reverse; }
    .partner-wanted .partner-wanted-reverse .partner-wanted-container-visual-section {
      background-image: url("/img/pc/partner/partner_interview2.png "); }
      @media screen and (max-width: 1030px) {
        .partner-wanted .partner-wanted-reverse .partner-wanted-container-visual-section {
          background-image: url("/img/sp/partner/partner_interview2.png "); } }
    @media screen and (max-width: 1030px) {
      .partner-wanted .partner-wanted-reverse {
        flex-direction: column-reverse; } }

.partner-interview-label {
  color: #1e322f;
  padding: 0 80px;
  margin: 0 0 80px; }
  @media screen and (max-width: 1030px) {
    .partner-interview-label {
      margin: 0;
      padding: 0 24px; } }
  .partner-interview-label .partner-interview-label-container {
    padding: 80px 58px 80px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1030px) {
      .partner-interview-label .partner-interview-label-container {
        flex-direction: column;
        padding: 45px 0 30px;
        width: 100%;
        align-items: start; } }
    .partner-interview-label .partner-interview-label-container .partner-interview-label-container-text .partner-interview-label-title {
      font-size: 32px;
      margin-top: 30px;
      margin-bottom: 24px; }
      @media screen and (max-width: 1030px) {
        .partner-interview-label .partner-interview-label-container .partner-interview-label-container-text .partner-interview-label-title {
          flex-direction: column;
          padding: 0;
          font-size: 20px;
          margin-top: 20px; } }
    .partner-interview-label .partner-interview-label-container .partner-interview-label-container-text .partner-interview-label-desc {
      font-size: 14px;
      margin-bottom: 0; }
      @media screen and (max-width: 1030px) {
        .partner-interview-label .partner-interview-label-container .partner-interview-label-container-text .partner-interview-label-desc {
          margin-bottom: 40px; } }
  @media screen and (max-width: 1030px) {
    .partner-interview-label .btn-container {
      width: 100%; } }
  .partner-interview-label .btn-container .down-btn {
    cursor: pointer;
    border: 1px solid #30c497; }
    .partner-interview-label .btn-container .down-btn i {
      color: #30c497; }
    @media screen and (max-width: 1030px) {
      .partner-interview-label .btn-container .down-btn {
        margin: 0 auto; } }

.partner-workstyle {
  color: #1e322f;
  padding: 0 80px; }
  @media screen and (max-width: 1030px) {
    .partner-workstyle {
      padding: 0 24px; } }
  .partner-workstyle .partner-workstyle-title {
    font-size: 32px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1030px) {
      .partner-workstyle .partner-workstyle-title {
        font-size: 22px;
        margin-bottom: 24px; } }
  .partner-workstyle .partner-workstyle-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px; }
    @media screen and (max-width: 1030px) {
      .partner-workstyle .partner-workstyle-container {
        flex-direction: column-reverse;
        margin-bottom: 0; } }
    .partner-workstyle .partner-workstyle-container .partner-workstyle-container-desc-section {
      width: 50%; }
      @media screen and (max-width: 1030px) {
        .partner-workstyle .partner-workstyle-container .partner-workstyle-container-desc-section {
          width: 100%; } }
      .partner-workstyle .partner-workstyle-container .partner-workstyle-container-desc-section .partner-workstyle-title-sub {
        font-size: 24px;
        margin: 0; }
        @media screen and (max-width: 1030px) {
          .partner-workstyle .partner-workstyle-container .partner-workstyle-container-desc-section .partner-workstyle-title-sub {
            font-size: 20px; } }
      .partner-workstyle .partner-workstyle-container .partner-workstyle-container-desc-section .partner-workstyle-desc {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 48px; }
        @media screen and (max-width: 1030px) {
          .partner-workstyle .partner-workstyle-container .partner-workstyle-container-desc-section .partner-workstyle-desc {
            margin-bottom: 40px; } }
      .partner-workstyle .partner-workstyle-container .partner-workstyle-container-desc-section .partner-workstyle-detail {
        font-size: 14px; }
        .partner-workstyle .partner-workstyle-container .partner-workstyle-container-desc-section .partner-workstyle-detail .partner-workstyle-title-round-container {
          display: flex;
          align-items: center;
          margin-bottom: 24px; }
          @media screen and (max-width: 1030px) {
            .partner-workstyle .partner-workstyle-container .partner-workstyle-container-desc-section .partner-workstyle-detail .partner-workstyle-title-round-container {
              margin-bottom: 20px; } }
          .partner-workstyle .partner-workstyle-container .partner-workstyle-container-desc-section .partner-workstyle-detail .partner-workstyle-title-round-container .partner-workstyle-title-round {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #30c497;
            margin-right: 16px; }
          .partner-workstyle .partner-workstyle-container .partner-workstyle-container-desc-section .partner-workstyle-detail .partner-workstyle-title-round-container .partner-workstyle-title {
            font-size: 24px;
            margin: 0; }
        .partner-workstyle .partner-workstyle-container .partner-workstyle-container-desc-section .partner-workstyle-detail .partner-workstyle-detail-title {
          font-weight: bold;
          margin-bottom: 10px; }
        .partner-workstyle .partner-workstyle-container .partner-workstyle-container-desc-section .partner-workstyle-detail .partner-workstyle-detail-desc {
          margin-bottom: 40px;
          font-size: 14px; }
          .partner-workstyle .partner-workstyle-container .partner-workstyle-container-desc-section .partner-workstyle-detail .partner-workstyle-detail-desc:last-child {
            margin-bottom: 0; }
        @media screen and (max-width: 1030px) {
          .partner-workstyle .partner-workstyle-container .partner-workstyle-container-desc-section .partner-workstyle-detail {
            font-size: 16px; } }
    .partner-workstyle .partner-workstyle-container .partner-workstyle-container-visual-section {
      background-image: url("/img/pc/partner/partner_desc_img1.png ");
      background-position: center;
      background-size: cover;
      width: 40%;
      aspect-ratio: 1/1.33;
      border-radius: 8px; }
      @media screen and (max-width: 1030px) {
        .partner-workstyle .partner-workstyle-container .partner-workstyle-container-visual-section {
          background-image: url("/img/sp/partner/partner_desc_img1.png ");
          width: 100%;
          aspect-ratio: 1.77 / 1;
          margin-bottom: 40px; } }
  .partner-workstyle .partner-workstyle-reverse {
    flex-direction: row-reverse; }
    @media screen and (max-width: 1030px) {
      .partner-workstyle .partner-workstyle-reverse {
        flex-direction: column-reverse; } }
    .partner-workstyle .partner-workstyle-reverse .partner-workstyle-container-visual-section {
      background-image: url("/img/pc/partner/partner_desc_img2.png "); }
      @media screen and (max-width: 1030px) {
        .partner-workstyle .partner-workstyle-reverse .partner-workstyle-container-visual-section {
          background-image: url("/img/sp/partner/partner_desc_img2.png "); } }

.partner-interview {
  color: #1e322f;
  padding: 0 80px; }
  @media screen and (max-width: 1030px) {
    .partner-interview {
      margin: 0;
      padding: 0 24px; } }
  .partner-interview .partner-interview-title {
    font-size: 32px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1030px) {
      .partner-interview .partner-interview-title {
        margin-bottom: 32px; } }
  .partner-interview .partner-interview-desc {
    font-size: 14px;
    margin-bottom: 80px; }
    @media screen and (max-width: 1030px) {
      .partner-interview .partner-interview-desc {
        margin-bottom: 40px; } }
  .partner-interview .first {
    border-top: 1px solid #e5e5e5; }
  .partner-interview .partner-interview-item-container {
    display: flex;
    justify-content: space-between;
    padding: 80px 85px;
    border-bottom: 1px solid #e5e5e5; }
    @media screen and (max-width: 1030px) {
      .partner-interview .partner-interview-item-container {
        padding: 30px 0; } }
    .partner-interview .partner-interview-item-container .partner-interview-item-icon-wrapper {
      width: 18%; }
      .partner-interview .partner-interview-item-container .partner-interview-item-icon-wrapper .partner-interview-item-icon {
        aspect-ratio: 1/1;
        width: 100%;
        border-radius: 100%;
        background-position: center;
        background-size: cover; }
      .partner-interview .partner-interview-item-container .partner-interview-item-icon-wrapper .icon1 {
        background-image: url("/img/pc/partner/partner_icon1.png"); }
      .partner-interview .partner-interview-item-container .partner-interview-item-icon-wrapper .icon2 {
        background-image: url("/img/pc/partner/partner_icon2.png"); }
      .partner-interview .partner-interview-item-container .partner-interview-item-icon-wrapper .icon3 {
        background-image: url("/img/pc/partner/partner_icon3.png"); }
      .partner-interview .partner-interview-item-container .partner-interview-item-icon-wrapper .icon4 {
        background-image: url("/img/pc/partner/partner_icon4.png"); }
      .partner-interview .partner-interview-item-container .partner-interview-item-icon-wrapper .icon5 {
        background-image: url("/img/pc/partner/partner_icon5.png"); }
      .partner-interview .partner-interview-item-container .partner-interview-item-icon-wrapper .icon6 {
        background-image: url("/img/pc/partner/partner_icon6.png"); }
    .partner-interview .partner-interview-item-container .partner-interview-item-text-container {
      width: 70%; }
      @media screen and (max-width: 1030px) {
        .partner-interview .partner-interview-item-container .partner-interview-item-text-container {
          width: 78%; } }
      .partner-interview .partner-interview-item-container .partner-interview-item-text-container .partner-interview-item-caption {
        font-size: 14px;
        margin-bottom: 34px;
        line-height: 1.8; }
        @media screen and (max-width: 1030px) {
          .partner-interview .partner-interview-item-container .partner-interview-item-text-container .partner-interview-item-caption {
            margin-bottom: 24px; } }
        .partner-interview .partner-interview-item-container .partner-interview-item-text-container .partner-interview-item-caption span {
          font-weight: bold; }
      .partner-interview .partner-interview-item-container .partner-interview-item-text-container .partner-interview-item-profile {
        font-size: 12px;
        line-height: 1.8;
        color: #1e322f; }

.partner-footer-copy {
  color: #1e322f;
  text-align: center;
  padding: 0 80px;
  margin-top: 120px;
  margin-bottom: 200px; }
  @media screen and (max-width: 1030px) {
    .partner-footer-copy {
      margin-top: 80px;
      margin-bottom: 120px;
      padding: 0 24px; } }
  .partner-footer-copy p {
    font-size: 32px; }
    @media screen and (max-width: 1030px) {
      .partner-footer-copy p {
        font-size: 24px; } }

.spacer {
  margin-bottom: 100px; }

.news {
  padding: 0 138px;
  margin-top: 160px; }
  @media screen and (max-width: 1030px) {
    .news {
      padding: 0 24px;
      margin-top: 120px; } }
  .news .section-title-box-mainTitle {
    margin: 0; }
  .news__title {
    margin-bottom: 80px; }
    @media screen and (max-width: 1030px) {
      .news__title {
        margin-bottom: 40px; } }
  .news .newslistContainer-btn {
    margin-top: 56px;
    display: flex;
    justify-content: end; }
    @media screen and (max-width: 1030px) {
      .news .newslistContainer-btn {
        margin-top: 40px; } }
  .news .newslistContainer-item {
    transition: background-color .2s linear;
    border-top: 1px solid #D7DCE1;
    height: 120px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1030px) {
      .news .newslistContainer-item {
        height: 100px;
        align-items: start;
        justify-content: center;
        flex-direction: column; } }
    .news .newslistContainer-item:hover {
      background-color: #efecec; }
    .news .newslistContainer-item:last-child {
      border-bottom: 1px solid #D7DCE1; }
    .news .newslistContainer-item-datebox {
      display: flex;
      flex-shrink: 0;
      width: 100px; }
      @media screen and (max-width: 1030px) {
        .news .newslistContainer-item-datebox {
          width: auto; } }
      .news .newslistContainer-item-datebox .pc-none {
        color: #39C198;
        margin-left: 15px; }
      .news .newslistContainer-item-datebox-yearMonth {
        font-family: "Montserrat";
        color: #1E322F;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 1.8; }
        @media screen and (max-width: 1030px) {
          .news .newslistContainer-item-datebox-yearMonth {
            display: flex; } }
        @media screen and (max-width: 1030px) {
          .news .newslistContainer-item-datebox-yearMonth p:first-child {
            margin-right: 4px; } }
      .news .newslistContainer-item-datebox-day {
        margin-left: 16px;
        font-family: "Montserrat";
        color: #1E322F;
        font-weight: 500;
        font-size: 32px;
        letter-spacing: 0.1em;
        line-height: 1.5; }
        @media screen and (max-width: 1030px) {
          .news .newslistContainer-item-datebox-day {
            font-family: "Montserrat";
            color: #1E322F;
            font-weight: 500;
            font-size: 14px;
            letter-spacing: 0.01em;
            line-height: 1.8;
            margin-left: 6px; } }
    .news .newslistContainer-item-category {
      flex-shrink: 0;
      width: 255px;
      font-family: "Montserrat";
      color: #39C198;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.8; }
      @media screen and (max-width: 1030px) {
        .news .newslistContainer-item-category {
          width: auto; } }
      .news .newslistContainer-item-category p {
        margin-left: 85px; }
        @media screen and (max-width: 1030px) {
          .news .newslistContainer-item-category p {
            margin: 0; } }
    .news .newslistContainer-item-topic {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.8;
      overflow: hidden;
      width: 100%; }
      .news .newslistContainer-item-topic p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%; }

.snackBar {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  width: 450px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 1px rgba(98, 98, 98, 0.24);
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1030px) {
    .snackBar {
      width: 90%; } }
  .snackBar-txt {
    margin-left: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    color: #1E322F;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.8; }
    @media screen and (max-width: 1030px) {
      .snackBar-txt {
        font-size: 10px; } }
  .snackBar-btns {
    display: flex;
    margin-right: 15px;
    font-size: 23px; }
    .snackBar-btns .green {
      color: #39C198; }
      .snackBar-btns .green:first-child {
        margin-right: 15px; }

.top {
  margin-top: 225px; }
  @media screen and (max-width: 1030px) {
    .top {
      margin-top: 160px; } }
  .top__title {
    font-family: "Montserrat";
    color: #1E322F;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 56px;
    padding-left: 138px;
    margin-bottom: 80px; }
    @media screen and (max-width: 1030px) {
      .top__title {
        padding: 0 24px;
        font-size: 32px; } }
  .top__visual {
    aspect-ratio: 2.8 / 1;
    border-radius: 16px;
    margin: 0 calc(50% - 50vw + 80px);
    margin-bottom: 160px;
    background-image: url("/img/pc/about/about_main.jpg");
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 1030px) {
      .top__visual {
        margin: 0 24px;
        margin-bottom: 120px;
        aspect-ratio: 1 / 1.337;
        background-image: url("/img/pc/top/top_01.png"); } }
  .top__descCotnaienr {
    padding-left: 138px;
    margin-bottom: 120px; }
    @media screen and (max-width: 1030px) {
      .top__descCotnaienr {
        padding: 0 24px; } }
    .top__descCotnaienr-subTitle {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 40px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      font-size: 56px;
      margin-bottom: 80px; }
      @media screen and (max-width: 1030px) {
        .top__descCotnaienr-subTitle {
          font-size: 28px; } }
    .top__descCotnaienr-desc {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 0.1em;
      line-height: 1.8; }
      @media screen and (max-width: 1030px) {
        .top__descCotnaienr-desc {
          font-size: 14px; } }
  .top__weCan {
    padding: 0 138px; }
    @media screen and (max-width: 1030px) {
      .top__weCan {
        padding: 0 24px;
        margin-top: 120px; } }
    .top__weCan-title {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 32px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin-bottom: 40px; }
    .top__weCan-desc {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.8;
      margin-bottom: 81px; }
  .top__weCanCardContainer {
    padding: 0 138px;
    margin-bottom: 130px; }
    @media screen and (max-width: 1030px) {
      .top__weCanCardContainer {
        padding: 0 24px;
        margin-bottom: 123px; } }
    .top__weCanCardContainer-row:first-child {
      margin-bottom: 105px; }
      @media screen and (max-width: 1030px) {
        .top__weCanCardContainer-row:first-child {
          margin: 0; } }
    .top__weCanCardContainer-row {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 1030px) {
        .top__weCanCardContainer-row {
          display: block; } }
      .top__weCanCardContainer-row-card {
        width: 49%; }
        @media screen and (max-width: 1030px) {
          .top__weCanCardContainer-row-card {
            margin-bottom: 61px;
            width: 100%; } }
        .top__weCanCardContainer-row-card-visual {
          margin-bottom: 32px;
          background-size: cover;
          background-position: center;
          border-radius: 16px;
          width: 100%;
          aspect-ratio: 1.77 / 1; }
          @media screen and (max-width: 1030px) {
            .top__weCanCardContainer-row-card-visual {
              aspect-ratio: 1.77 / 1; } }
        .top__weCanCardContainer-row-card .img1 {
          background-image: url("/img/pc/about/about_01.png"); }
        .top__weCanCardContainer-row-card .img2 {
          background-image: url("/img/pc/about/about_02.png"); }
        .top__weCanCardContainer-row-card .img3 {
          background-image: url("/img/pc/about/about_03.png"); }
        .top__weCanCardContainer-row-card .img4 {
          background-image: url("/img/pc/about/about_04.png"); }
        .top__weCanCardContainer-row-card-title {
          margin: 0;
          font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
          color: #1E322F;
          font-weight: 300;
          font-size: 16px;
          letter-spacing: 0.1em;
          line-height: 1.8;
          margin-bottom: 16px; }
          @media screen and (max-width: 1030px) {
            .top__weCanCardContainer-row-card-title {
              margin-bottom: 24px; } }
        .top__weCanCardContainer-row-card-desc {
          margin: 0;
          font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
          color: #1E322F;
          font-weight: 300;
          font-size: 14px;
          letter-spacing: 0.01em;
          line-height: 1.8;
          width: 80%; }
  .top__workFlow {
    padding: 0 138px; }
    @media screen and (max-width: 1030px) {
      .top__workFlow {
        padding: 0 24px;
        margin-bottom: 120px; } }
    .top__workFlow-title {
      font-family: "Montserrat";
      color: #1E322F;
      font-weight: 500;
      font-size: 24px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin-bottom: 40px; }
      @media screen and (max-width: 1030px) {
        .top__workFlow-title {
          margin-bottom: 32px; } }
    .top__workFlow-itemContainer {
      padding: 80px 0;
      border-bottom: 1px solid #D7DCE1;
      display: flex;
      align-items: center; }
      .top__workFlow-itemContainer:nth-child(2) {
        border-top: 1px solid #D7DCE1; }
      @media screen and (max-width: 1030px) {
        .top__workFlow-itemContainer {
          display: block;
          padding: 40px 0; } }
      .top__workFlow-itemContainer-num {
        font-family: "Montserrat";
        color: #1E322F;
        font-weight: 500;
        font-size: 32px;
        letter-spacing: 0.1em;
        line-height: 1.5;
        flex-shrink: 0; }
        @media screen and (max-width: 1030px) {
          .top__workFlow-itemContainer-num {
            font-size: 24px;
            margin: 0;
            margin-bottom: 40px; } }
      .top__workFlow-itemContainer-descContainer {
        margin-left: 130px;
        width: 100%; }
        @media screen and (max-width: 1030px) {
          .top__workFlow-itemContainer-descContainer {
            margin: 0; } }
        .top__workFlow-itemContainer-descContainer-title {
          margin: 0;
          font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
          color: #1E322F;
          font-weight: 300;
          font-size: 24px;
          letter-spacing: 0.1em;
          line-height: 1.5;
          margin-bottom: 24px; }
          @media screen and (max-width: 1030px) {
            .top__workFlow-itemContainer-descContainer-title {
              font-size: 16px;
              margin-bottom: 32px; } }
        .top__workFlow-itemContainer-descContainer-desc {
          margin: 0;
          font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
          color: #1E322F;
          font-weight: 300;
          font-size: 14px;
          letter-spacing: 0.01em;
          line-height: 1.8;
          width: 80%; }
          @media screen and (max-width: 1030px) {
            .top__workFlow-itemContainer-descContainer-desc {
              width: 100%; } }
  .top__whoweContainer {
    padding: 0 228px;
    margin-bottom: 80px; }
    @media screen and (max-width: 1030px) {
      .top__whoweContainer {
        padding: 0 24px;
        margin-top: 120px; } }
    .top__whoweContainer-title {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 32px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin: 0;
      margin-bottom: 80px; }
      @media screen and (max-width: 1030px) {
        .top__whoweContainer-title {
          margin-bottom: 40px;
          font-size: 24px; } }
    .top__whoweContainer-desc {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.8;
      margin: 0;
      margin-bottom: 40px; }
    .top__whoweContainer-end {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.8;
      margin: 0;
      text-align: end; }
  .top__corporateDetailContainer {
    margin-bottom: 320px;
    padding: 0 228px; }
    @media screen and (max-width: 1030px) {
      .top__corporateDetailContainer {
        margin-bottom: 240px;
        padding: 0 24px; } }
    .top__corporateDetailContainer-itemBox:first-child {
      border-top: 1px solid #D7DCE1; }
    .top__corporateDetailContainer-itemBox {
      display: flex;
      padding: 40px 0;
      border-bottom: 1px solid #D7DCE1; }
      @media screen and (max-width: 1030px) {
        .top__corporateDetailContainer-itemBox {
          display: block; } }
      .top__corporateDetailContainer-itemBox-contentTitle {
        width: 30%;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
        color: #BAC0BF;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 1.8;
        margin: 0; }
        @media screen and (max-width: 1030px) {
          .top__corporateDetailContainer-itemBox-contentTitle {
            margin-bottom: 24px; } }
      .top__corporateDetailContainer-itemBox-content {
        width: 70%;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
        color: #1E322F;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 1.8;
        margin: 0; }

.contact {
  margin-top: 225px;
  margin-bottom: 160px; }
  @media screen and (max-width: 1030px) {
    .contact {
      margin-top: 160px;
      margin-bottom: 240px; } }
  .contact__title {
    padding: 0 138px;
    margin-bottom: 80px;
    font-family: "Montserrat";
    color: #1E322F;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 56px; }
    @media screen and (max-width: 1030px) {
      .contact__title {
        margin-bottom: 40px;
        padding: 0 24px;
        font-size: 32px; } }
  .contact__Container {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    color: #1E322F;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.8;
    padding: 0 310px; }
    @media screen and (max-width: 1030px) {
      .contact__Container {
        padding: 0 24px; } }
    @media screen and (min-width: 1024px) {
      .contact__Container {
        padding: 0 138px; } }
    .contact__Container-desc {
      margin-bottom: 80px; }
    .contact__Container-inputs {
      margin-bottom: 80px; }
      .contact__Container-inputs-row {
        display: flex;
        align-items: center;
        margin-bottom: 32px;
        flex-shrink: 0; }
        @media screen and (max-width: 1030px) {
          .contact__Container-inputs-row {
            display: block;
            margin-bottom: 40px; } }
        .contact__Container-inputs-row p {
          width: 30%;
          margin: 0;
          position: relative; }
          @media screen and (max-width: 1030px) {
            .contact__Container-inputs-row p {
              margin-bottom: 16px;
              width: 100%; } }
        .contact__Container-inputs-row .require::after {
          position: absolute;
          content: "※";
          color: #b94a48;
          font-size: 12px; }
        .contact__Container-inputs-row input {
          width: 70%;
          border-radius: 4px;
          height: 48px;
          border: none;
          padding: 0 20px; }
          @media screen and (max-width: 1030px) {
            .contact__Container-inputs-row input {
              width: 100%; } }
          .contact__Container-inputs-row input :focus {
            outline: none; }
        .contact__Container-inputs-row-select {
          position: relative;
          width: 70%; }
          @media screen and (max-width: 1030px) {
            .contact__Container-inputs-row-select {
              width: 100%; } }
        .contact__Container-inputs-row-select::after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          right: 20px;
          font-size: 20px;
          font-family: "Font Awesome 5 Free";
          font-weight: bold;
          pointer-events: none;
          content: "\f107";
          color: #39C198; }
        .contact__Container-inputs-row select {
          width: 100%;
          border-radius: 4px;
          height: 48px;
          border: none;
          padding: 0 20px;
          -webkit-appearance: none;
          appearance: none;
          color: #BAC0BF;
          background-color: white; }
        .contact__Container-inputs-row select::-ms-expand {
          display: none; }
        .contact__Container-inputs-row .addColor {
          color: #1E322F; }
        .contact__Container-inputs-row textarea {
          width: 70%;
          border-radius: 4px;
          border: none;
          height: 160px;
          padding: 20px; }
          @media screen and (max-width: 1030px) {
            .contact__Container-inputs-row textarea {
              width: 100%; } }
      .contact__Container-inputs-row:last-child {
        align-items: flex-start; }
    .contact__Container-policy {
      margin-bottom: 80px; }
      .contact__Container-policy a {
        color: #39C198; }
    .contact__Container-btnContainer {
      display: flex; }
      .contact__Container-btnContainer-sendBtn {
        color: white;
        border: none;
        border-color: white;
        cursor: pointer;
        margin: 0 auto;
        padding: 25px 111px;
        border-radius: 80px;
        background-color: #39C198; }

.policy {
  margin-top: 225px;
  margin-bottom: 320px;
  padding: 0 223px; }
  @media screen and (max-width: 1030px) {
    .policy {
      margin-top: 160px;
      margin-bottom: 240px;
      padding: 0 24px; } }
  @media screen and (min-width: 1024px) {
    .policy {
      padding: 0 138px; } }
  .policy__title {
    margin-bottom: 80px;
    font-family: "Montserrat";
    color: #1E322F;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 40px; }
    @media screen and (max-width: 1030px) {
      .policy__title {
        margin-bottom: 40px;
        font-size: 32px; } }
  .policy__content {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    color: #1E322F;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.8; }
    @media screen and (max-width: 1030px) {
      .policy__content {
        font-size: 12px; } }

.partnerTop {
  margin-top: 225px; }
  @media screen and (max-width: 1030px) {
    .partnerTop {
      margin-top: 160px;
      padding: 0 24px; } }
  .partnerTop__txtContainer {
    padding: 0 138px;
    margin-bottom: 80px; }
    @media screen and (max-width: 1030px) {
      .partnerTop__txtContainer {
        padding: 0; } }
    .partnerTop__txtContainer-title {
      font-family: "Montserrat";
      color: #1E322F;
      font-weight: 500;
      font-size: 40px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      font-size: 56px;
      margin: 0;
      margin-bottom: 80px; }
      @media screen and (max-width: 1030px) {
        .partnerTop__txtContainer-title {
          font-size: 32px; } }
    .partnerTop__txtContainer-subTitle {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 32px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin-bottom: 40px; }
      @media screen and (max-width: 1030px) {
        .partnerTop__txtContainer-subTitle {
          font-size: 24px; } }
    .partnerTop__txtContainer-desc {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.8; }
      @media screen and (max-width: 1030px) {
        .partnerTop__txtContainer-desc {
          font-size: 12px; } }
  .partnerTop__visualContainer {
    width: 100%; }
    .partnerTop__visualContainer-visual {
      background-image: url("/img/pc/partner/partner_main.png");
      background-size: cover;
      background-position: center;
      border-radius: 16px;
      padding: 0 80px;
      aspect-ratio: 2.8 / 1;
      margin: 0 calc(50% - 50vw + 80px); }
      @media screen and (max-width: 1030px) {
        .partnerTop__visualContainer-visual {
          width: 100%;
          aspect-ratio: 1 / 1.337;
          margin: 0;
          background-image: url("/img/sp/sp_pt_main.png"); } }

.partnerWeDo {
  padding: 0 138px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1030px) {
    .partnerWeDo {
      padding: 0 24px;
      display: block; } }
  @media screen and (min-width: 1024px) {
    .partnerWeDo {
      padding: 0 80px; } }
  .partnerWeDo-txtContainer {
    width: 47%; }
    @media screen and (max-width: 1030px) {
      .partnerWeDo-txtContainer {
        width: 100%;
        margin-bottom: 56px; } }
    @media screen and (max-width: 1030px) {
      .partnerWeDo-txtContainer .section-title-box {
        margin-bottom: 24px; } }
    .partnerWeDo-txtContainer .section-title-box-subTitle-box {
      margin-bottom: 0px; }
    .partnerWeDo-txtContainer-title {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 32px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin: 0;
      margin-bottom: 56px; }
      @media screen and (max-width: 1030px) {
        .partnerWeDo-txtContainer-title {
          font-size: 24px; } }
    .partnerWeDo-txtContainer-desc {
      margin: 0;
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.8; }
  .partnerWeDo-visual {
    width: 409px;
    height: 546px;
    border-radius: 16px;
    flex-shrink: 0;
    background-image: url("/img/pc/partner/pc_01.png");
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 1030px) {
      .partnerWeDo-visual {
        height: 436px;
        width: 100%; } }

.partnerNextAction {
  padding: 0 138px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1030px) {
    .partnerNextAction {
      padding: 0 24px;
      display: block; } }
  @media screen and (min-width: 1024px) {
    .partnerNextAction {
      padding: 0 80px; } }
  .partnerNextAction-txtContainer {
    width: 47%; }
    @media screen and (max-width: 1030px) {
      .partnerNextAction-txtContainer {
        width: 100%;
        margin-bottom: 56px; } }
    @media screen and (max-width: 1030px) {
      .partnerNextAction-txtContainer .section-title-box {
        margin-bottom: 24px; } }
    .partnerNextAction-txtContainer .section-title-box-subTitle-box {
      margin-bottom: 0px; }
    .partnerNextAction-txtContainer-title {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 32px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin: 0;
      margin-bottom: 56px; }
      @media screen and (max-width: 1030px) {
        .partnerNextAction-txtContainer-title {
          font-size: 24px; } }
    .partnerNextAction-txtContainer-desc {
      margin: 0;
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.8; }
  .partnerNextAction-visual {
    width: 409px;
    height: 546px;
    border-radius: 16px;
    flex-shrink: 0;
    background-image: url("/img/pc/partner/partner_02.png");
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 1030px) {
      .partnerNextAction-visual {
        width: 100%;
        height: 436px; } }

.partnerWorkStyle {
  padding: 0 138px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 144px; }
  @media screen and (max-width: 1030px) {
    .partnerWorkStyle {
      padding: 0 24px;
      display: block;
      margin-bottom: 80px; } }
  @media screen and (min-width: 1024px) {
    .partnerWorkStyle {
      padding: 0 80px; } }
  .partnerWorkStyle-txtContainer {
    width: 47%; }
    @media screen and (max-width: 1030px) {
      .partnerWorkStyle-txtContainer {
        width: 100%;
        margin-bottom: 56px; } }
    @media screen and (max-width: 1030px) {
      .partnerWorkStyle-txtContainer .section-title-box {
        margin-bottom: 24px; } }
    .partnerWorkStyle-txtContainer .section-title-box-subTitle-box {
      margin-bottom: 0px; }
    .partnerWorkStyle-txtContainer-title {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 32px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin: 0;
      margin-bottom: 56px; }
      @media screen and (max-width: 1030px) {
        .partnerWorkStyle-txtContainer-title {
          font-size: 24px; } }
    .partnerWorkStyle-txtContainer-desc {
      margin: 0;
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.8; }
  .partnerWorkStyle-visual {
    width: 409px;
    height: 546px;
    border-radius: 16px;
    flex-shrink: 0;
    background-image: url("/img/pc/partner/partner_03.png");
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 1030px) {
      .partnerWorkStyle-visual {
        width: 100%;
        height: 436px; } }

.workType {
  padding: 0 138px;
  margin-bottom: 320px;
  width: 100%; }
  @media screen and (max-width: 1030px) {
    .workType {
      padding: 0 24px;
      margin-bottom: 240px; } }
  @media screen and (min-width: 1024px) {
    .workType {
      padding: 0 80px; } }
  .workType__rowContainer:first-child {
    border-top: 1px solid #D7DCE1; }
  .workType__rowContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D7DCE1;
    padding: 80px 0;
    padding-left: 85px; }
    @media screen and (max-width: 1030px) {
      .workType__rowContainer {
        padding: 56px 0;
        display: block; } }
    @media screen and (max-width: 1030px) {
      .workType__rowContainer-txtContainer {
        margin-bottom: 40px; } }
    .workType__rowContainer-txtContainer-title {
      font-family: "Montserrat";
      color: #1E322F;
      font-weight: 500;
      font-size: 32px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin-bottom: 40px; }
      @media screen and (max-width: 1030px) {
        .workType__rowContainer-txtContainer-title {
          margin-bottom: 32px;
          font-size: 24px; } }
    .workType__rowContainer-txtContainer-subTitle {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 0.1em;
      line-height: 1.8;
      margin-bottom: 32px; }
    .workType__rowContainer-txtContainer-content {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 12px;
      letter-spacing: 0.01em;
      line-height: 1.8; }
      .workType__rowContainer-txtContainer-content span {
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
        color: #1E322F;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 1.8;
        font-size: 12px; }
    @media screen and (max-width: 1030px) {
      .workType__rowContainer-btn {
        width: 100%; }
        .workType__rowContainer-btn .circleBtn {
          margin: 0 auto; } }

.crowTop {
  margin-top: 225px;
  margin-bottom: 120px;
  padding: 0 80px; }
  @media screen and (max-width: 1030px) {
    .crowTop {
      margin-top: 160px;
      padding: 0 24px; } }
  .crowTop__title {
    padding-left: 58px;
    margin-bottom: 80px;
    font-family: "Montserrat";
    color: #1E322F;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 56px; }
    @media screen and (max-width: 1030px) {
      .crowTop__title {
        padding: 0;
        font-size: 32px; } }
  .crowTop__visual {
    border-radius: 16px;
    background-image: url("/img/pc/crowdigital/cd_main.png");
    background-size: cover;
    background-position: center;
    aspect-ratio: 2.8 / 1;
    margin: 0 calc(50% - 50vw + 80px); }
    @media screen and (max-width: 1030px) {
      .crowTop__visual {
        aspect-ratio: 1 / 1.337;
        margin: 0;
        background-image: url("/img/sp/sp_cd_main.png"); } }

.crowDetail {
  padding: 0 138px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px; }
  @media screen and (max-width: 1030px) {
    .crowDetail {
      padding: 0 24px;
      display: block;
      margin-bottom: 160px; } }
  .crowDetail .section-title-box {
    margin-bottom: 32px; }
    @media screen and (max-width: 1030px) {
      .crowDetail .section-title-box {
        margin-bottom: 24px; } }
    .crowDetail .section-title-box-subTitle-box {
      margin-bottom: 0px; }
  .crowDetail-txtContainer {
    width: 47%; }
    @media screen and (max-width: 1030px) {
      .crowDetail-txtContainer {
        width: 100%;
        margin-bottom: 56px; } }
    .crowDetail-txtContainer-title {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 32px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin: 0;
      margin-bottom: 56px; }
      @media screen and (max-width: 1030px) {
        .crowDetail-txtContainer-title {
          font-size: 24px; } }
    .crowDetail-txtContainer-desc {
      margin: 0;
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.8; }
  .crowDetail-visual {
    width: 409px;
    height: 546px;
    border-radius: 16px;
    flex-shrink: 0;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 1030px) {
      .crowDetail-visual {
        height: 436px;
        width: 100%; } }
  .crowDetail .img1 {
    background-image: url("/img/pc/crowdigital/cd_01.png"); }

.crowPhiilosophy {
  padding: 0 138px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 160px; }
  @media screen and (max-width: 1030px) {
    .crowPhiilosophy {
      padding: 0 24px;
      display: block;
      margin-bottom: 120px; } }
  @media screen and (min-width: 1000px) {
    .crowPhiilosophy {
      padding: 0 80px; } }
  .crowPhiilosophy .section-title-box {
    margin-bottom: 32px; }
    @media screen and (max-width: 1030px) {
      .crowPhiilosophy .section-title-box {
        margin-bottom: 24px; } }
    .crowPhiilosophy .section-title-box-subTitle-box {
      margin-bottom: 0px; }
  .crowPhiilosophy-txtContainer {
    width: 47%; }
    @media screen and (max-width: 1030px) {
      .crowPhiilosophy-txtContainer {
        width: 100%;
        margin-bottom: 54px; } }
    .crowPhiilosophy-txtContainer-title {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 32px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin: 0;
      margin-bottom: 56px; }
      @media screen and (max-width: 1030px) {
        .crowPhiilosophy-txtContainer-title {
          font-size: 24px; } }
    .crowPhiilosophy-txtContainer-desc {
      margin: 0;
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
      color: #1E322F;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.8; }
  .crowPhiilosophy-visual {
    width: 409px;
    height: 546px;
    border-radius: 16px;
    flex-shrink: 0;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 1030px) {
      .crowPhiilosophy-visual {
        width: 100%;
        height: 436px; } }
  .crowPhiilosophy .img1 {
    background-image: url("/img/pc/crowdigital/cd_02.png"); }

.crowProject {
  margin-bottom: 320px;
  padding: 0 80px; }
  @media screen and (max-width: 1030px) {
    .crowProject {
      padding: 0 16px; } }
  .crowProject__title {
    font-family: "Montserrat";
    color: #1E322F;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 40px; }
    @media screen and (max-width: 1030px) {
      .crowProject__title {
        font-size: 24px;
        padding: 0 24px; } }
  .crowProject__sliderContainer {
    overflow: scroll;
    margin-right: calc(50% - 49.5vw);
    margin-left: calc(50% - 49.5vw);
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-right: calc(50% - 49.5vw);
    margin-left: calc(50% - 49.5vw);
    margin-bottom: 80px; }
    .crowProject__sliderContainer::-webkit-scrollbar {
      display: none; }
    .crowProject__sliderContainer-listsBox {
      display: flex;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .crowProject__sliderContainer-listsBox-itemBox {
        margin-right: 16px;
        width: 580px; }
        @media screen and (max-width: 1030px) {
          .crowProject__sliderContainer-listsBox-itemBox {
            width: 326px; } }
        @media screen and (max-width: 1030px) {
          .crowProject__sliderContainer-listsBox-itemBox-title {
            font-size: 15px; } }
        .crowProject__sliderContainer-listsBox-itemBox-img {
          width: 100%;
          height: 327px;
          border-radius: 16px;
          margin-bottom: 16px;
          background-size: cover;
          background-position: center; }
          @media screen and (max-width: 1030px) {
            .crowProject__sliderContainer-listsBox-itemBox-img {
              width: 100%;
              height: 184px;
              margin-bottom: 24px; } }
        .crowProject__sliderContainer-listsBox-itemBox .img1 {
          background-image: url("/img/pc/crowdigital/cd_ex01.jpeg"); }
        .crowProject__sliderContainer-listsBox-itemBox .img2 {
          background-image: url("/img/pc/crowdigital/cd_ex02.jpeg"); }
        .crowProject__sliderContainer-listsBox-itemBox .img3 {
          background-image: url("/img/pc/crowdigital/cd_ex03.jpeg"); }
        .crowProject__sliderContainer-listsBox-itemBox-desc {
          font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
          color: #1E322F;
          font-weight: 300;
          font-size: 14px;
          letter-spacing: 0.01em;
          line-height: 1.8; }
          @media screen and (max-width: 1030px) {
            .crowProject__sliderContainer-listsBox-itemBox-desc {
              margin: 0; } }
  .crowProject__btnsContainer {
    padding: 0 138px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1030px) {
      .crowProject__btnsContainer {
        padding: 0 24px; } }
    .crowProject__btnsContainer-goBackContainer {
      display: flex; }
      .crowProject__btnsContainer-goBackContainer .cp_arrows:nth-child(1) {
        margin-right: 16px; }

.service__sliderContainer-itemBox {
  margin-right: 15px; }
  .service__sliderContainer-itemBox:first-child {
    margin-left: 23px; }
  .service__sliderContainer-itemBox:last-child {
    padding-right: 23px; }
  .service__sliderContainer-itemBox-img {
    width: 560px;
    height: 327px;
    border-radius: 16px;
    margin-bottom: 16px;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 1030px) {
      .service__sliderContainer-itemBox-img {
        width: 326px;
        height: 184px;
        margin-bottom: 32px; } }
  .service__sliderContainer-itemBox .img1 {
    background-image: url("/img/pc/crowdigital/cd_ex01.jpeg"); }
  .service__sliderContainer-itemBox .img2 {
    background-image: url("/img/pc/crowdigital/cd_ex02.jpeg"); }
  .service__sliderContainer-itemBox .img3 {
    background-image: url("/img/pc/crowdigital/cd_ex03.jpeg"); }
  .service__sliderContainer-itemBox-title {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    color: #1E322F;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8; }
    @media screen and (max-width: 1030px) {
      .service__sliderContainer-itemBox-title {
        margin-bottom: 24px; } }
  .service__sliderContainer-itemBox-desc {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    color: #1E322F;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.8;
    width: 90%; }

.serviceTop {
  margin-top: 225px;
  margin-bottom: 120px;
  padding: 0 80px; }
  @media screen and (max-width: 1030px) {
    .serviceTop {
      margin-top: 160px;
      padding: 0 24px; } }
  .serviceTop__title {
    padding-left: 58px;
    margin-bottom: 80px;
    font-family: "Montserrat";
    color: #1E322F;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 56px; }
    @media screen and (max-width: 1030px) {
      .serviceTop__title {
        font-size: 32px;
        padding: 0; } }
  .serviceTop__visual {
    border-radius: 16px;
    background-image: url("/img/pc/service/service_main.png");
    background-position: center;
    background-size: cover;
    aspect-ratio: 2.8 / 1;
    margin: 0 calc(50% - 50vw + 80px);
    margin-bottom: 160px; }
    @media screen and (max-width: 1030px) {
      .serviceTop__visual {
        aspect-ratio: 1 / 1.337;
        margin: 0;
        margin-bottom: 120px;
        background-image: url("/img/sp/sp_service_main.png"); } }
  .serviceTop__copy {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    color: #1E322F;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 56px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1030px) {
      .serviceTop__copy {
        font-size: 28px;
        margin-bottom: 56px; } }
  .serviceTop__desc {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    color: #1E322F;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0; }
    @media screen and (max-width: 1030px) {
      .serviceTop__desc {
        font-size: 14px; } }

.serviceDetail {
  padding: 0 138px;
  margin-bottom: 320px; }
  @media screen and (max-width: 1030px) {
    .serviceDetail {
      margin-bottom: 240px;
      padding: 0 24px; } }
  @media screen and (min-width: 768px) {
    .serviceDetail {
      padding: 0 80px; } }
  .serviceDetail__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 120px; }
    @media screen and (max-width: 1030px) {
      .serviceDetail__row {
        display: block;
        margin-bottom: 80px; } }
    .serviceDetail__row-visual {
      width: 49%;
      aspect-ratio: 1.74 /1;
      border-radius: 16px;
      background-color: gray;
      flex-shrink: 0;
      background-position: center;
      background-size: cover; }
      @media screen and (max-width: 1030px) {
        .serviceDetail__row-visual {
          display: block;
          width: 100%;
          aspect-ratio: 1.77 / 1;
          margin-bottom: 32px; } }
    .serviceDetail__row .img1 {
      background-image: url("/img/pc/service/service_01.png"); }
    .serviceDetail__row .img2 {
      background-image: url("/img/pc/service/service_02.png"); }
    .serviceDetail__row .img3 {
      background-image: url("/img/pc/service/service_03.png"); }
    .serviceDetail__row .img4 {
      background-image: url("/img/pc/service/service_04.png"); }
    .serviceDetail__row .img5 {
      background-image: url("/img/pc/service/service_05.png"); }
    .serviceDetail__row .img6 {
      background-image: url("/img/pc/service/service_06.png"); }
    .serviceDetail__row .img7 {
      background-image: url("/img/pc/service/service_07.png"); }
    .serviceDetail__row .img8 {
      background-image: url("/img/pc/service/service_08.png"); }
    .serviceDetail__row-txtContainer {
      width: 41%; }
      @media screen and (max-width: 1030px) {
        .serviceDetail__row-txtContainer {
          width: 100%; } }
      .serviceDetail__row-txtContainer-title {
        margin: 0;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
        color: #1E322F;
        font-weight: 300;
        font-size: 24px;
        letter-spacing: 0.1em;
        line-height: 1.5;
        margin-bottom: 32px; }
        @media screen and (max-width: 1030px) {
          .serviceDetail__row-txtContainer-title {
            margin-bottom: 24px;
            font-size: 16px; } }
      .serviceDetail__row-txtContainer-desc {
        margin: 0;
        margin-bottom: 40px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
        color: #1E322F;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 1.8; }
  .serviceDetail__row:last-child {
    margin-bottom: 0; }

.worksDetailTop {
  margin-top: 225px;
  margin-bottom: 80px;
  padding: 0 138px; }
  @media screen and (max-width: 1030px) {
    .worksDetailTop {
      padding: 0 24px;
      margin-top: 160px; } }
  .worksDetailTop-title {
    margin: 0;
    margin-bottom: 40px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    color: #1E322F;
    font-weight: 300;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.5; }
  .worksDetailTop-desc {
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    color: #1E322F;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.8;
    margin-bottom: 40px; }
  .worksDetailTop-accent {
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    color: #39C198;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.8; }
    @media screen and (max-width: 1030px) {
      .worksDetailTop-accent {
        margin-bottom: 18px; } }
  .worksDetailTop-hash {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    color: #BAC0BF;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.8; }

.worksDetailVisual {
  margin: 0 calc(50% - 50vw);
  background-color: white;
  background-image: url("/img/pc/top/top_05.png");
  background-position: center;
  background-size: cover;
  height: 708px; }
  @media screen and (max-width: 1030px) {
    .worksDetailVisual {
      height: auto;
      width: 100%;
      aspect-ratio: 1.8 / 1; } }
  @media screen and (min-width: 1024px) {
    .worksDetailVisual {
      height: 600px; } }

.worksDetailContent {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  color: #1E322F;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  padding: 0 223px;
  margin-top: 80px;
  margin-bottom: 120px; }
  @media screen and (max-width: 1030px) {
    .worksDetailContent {
      padding: 0 24px;
      margin-bottom: 80px; } }
  @media screen and (min-width: 1024px) {
    .worksDetailContent {
      padding: 0 138px; } }
  .worksDetailContent__container:first-child {
    margin-bottom: 80px; }
  .worksDetailContent__container-txt {
    margin-bottom: 80px; }
  .worksDetailContent__container-visual {
    height: 461px;
    background-color: gray;
    border-radius: 16px; }
    @media screen and (max-width: 1030px) {
      .worksDetailContent__container-visual {
        height: auto;
        aspect-ratio: 1.79 / 1; } }

.worksDesc {
  padding: 0 223px;
  margin-bottom: 120px; }
  @media screen and (max-width: 1030px) {
    .worksDesc {
      padding: 0 24px;
      margin-bottom: 80px; } }
  @media screen and (min-width: 1024px) {
    .worksDesc {
      padding: 0 138px; } }
  .worksDesc__txtContainer:first-child {
    margin-bottom: 80px; }
  .worksDesc__txtContainer-title {
    font-family: "Montserrat";
    color: #1E322F;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5; }
    @media screen and (max-width: 1030px) {
      .worksDesc__txtContainer-title {
        font-size: 23px; } }
  .worksDesc__txtContainer-desc {
    font-family: "Montserrat";
    color: #1E322F;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 1.8; }

.worksDetailOther {
  margin-bottom: 320px; }
  @media screen and (max-width: 1030px) {
    .worksDetailOther {
      margin-bottom: 240px; } }
  .worksDetailOther__title {
    font-family: "Montserrat";
    color: #1E322F;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 40px;
    padding: 0 223px; }
    @media screen and (max-width: 1030px) {
      .worksDetailOther__title {
        padding: 0 24px; } }
    @media screen and (min-width: 1024px) {
      .worksDetailOther__title {
        padding: 0 138px; } }
  .worksDetailOther__sliderContainer {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-right: calc(50% - 49.5vw);
    margin-left: calc(50% - 49.5vw);
    margin-bottom: 80px; }
    .worksDetailOther__sliderContainer::-webkit-scrollbar {
      display: none; }
    @media screen and (max-width: 1030px) {
      .worksDetailOther__sliderContainer {
        margin-bottom: 0; } }
    .worksDetailOther__sliderContainer-listsBox {
      display: flex;
      list-style-type: none;
      padding: 0; }
      .worksDetailOther__sliderContainer-listsBox-itemBox {
        margin: 0 7.5px; }
        .worksDetailOther__sliderContainer-listsBox-itemBox:first-child {
          margin-left: 40px; }
          @media screen and (max-width: 1030px) {
            .worksDetailOther__sliderContainer-listsBox-itemBox:first-child {
              margin-left: 23px; } }
        .worksDetailOther__sliderContainer-listsBox-itemBox:last-child {
          padding-right: 40px; }
          @media screen and (max-width: 1030px) {
            .worksDetailOther__sliderContainer-listsBox-itemBox:last-child {
              padding-right: 23px; } }
        .worksDetailOther__sliderContainer-listsBox-itemBox-img {
          width: 560px;
          height: 327px;
          border-radius: 16px;
          margin-bottom: 32px;
          background-size: cover;
          background-position: center; }
          @media screen and (max-width: 1030px) {
            .worksDetailOther__sliderContainer-listsBox-itemBox-img {
              width: 326px;
              height: 184px; } }
        .worksDetailOther__sliderContainer-listsBox-itemBox .img1 {
          background-image: url("/img/pc/top/top_05.png"); }
        .worksDetailOther__sliderContainer-listsBox-itemBox .img2 {
          background-image: url("/img/pc/top/top_06.png"); }
        .worksDetailOther__sliderContainer-listsBox-itemBox .img3 {
          background-image: url("");
          background-color: gray; }
        .worksDetailOther__sliderContainer-listsBox-itemBox-desc {
          font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
          color: #1E322F;
          font-weight: 300;
          font-size: 16px;
          letter-spacing: 0.1em;
          line-height: 1.8;
          margin-bottom: 16px;
          width: 90%; }
          @media screen and (max-width: 1030px) {
            .worksDetailOther__sliderContainer-listsBox-itemBox-desc {
              margin-bottom: 24px; } }
        .worksDetailOther__sliderContainer-listsBox-itemBox-gray {
          font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
          color: #BAC0BF;
          font-weight: 300;
          font-size: 12px;
          letter-spacing: 0.01em;
          line-height: 1.8;
          width: 90%; }
  .worksDetailOther__btnsContainer {
    padding: 0 138px;
    display: flex;
    justify-content: space-between;
    justify-content: end; }
    @media screen and (max-width: 1030px) {
      .worksDetailOther__btnsContainer {
        display: none; } }

.worksTop {
  margin-top: 225px;
  margin-bottom: 40px; }
  @media screen and (max-width: 1030px) {
    .worksTop {
      margin-top: 160px;
      margin-bottom: 80px; } }
  .worksTop__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 138px; }
    @media screen and (max-width: 1030px) {
      .worksTop__container {
        margin: 0 24px; } }
    @media screen and (max-width: 1030px) {
      .worksTop__container {
        display: block; } }
    .worksTop__container-title {
      font-family: "Montserrat";
      color: #1E322F;
      font-weight: 500;
      font-size: 40px;
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin: 0;
      font-size: 56px; }
      @media screen and (max-width: 1030px) {
        .worksTop__container-title {
          font-size: 32px; } }
    .worksTop__container-lists {
      display: flex;
      justify-content: space-between;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 1030px) {
        .worksTop__container-lists {
          display: none; } }
      .worksTop__container-lists-item {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-right: 40px;
        position: relative;
        display: flex;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
        color: #1E322F;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0.01em;
        line-height: 1.8;
        cursor: pointer; }
      .worksTop__container-lists-item:last-child {
        margin-right: 0; }
    .worksTop__container .active::before {
      position: absolute;
      left: -8px;
      display: block;
      border-radius: 50%;
      background-color: #39C198;
      height: 8px;
      width: 8px;
      margin-right: 8px;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      content: ""; }

.worksSpMenus {
  display: none;
  padding: 0 24px;
  margin-bottom: 40px; }
  @media screen and (max-width: 1030px) {
    .worksSpMenus {
      display: block; } }
  .worksSpMenus__openBtn {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    color: #1E322F;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 1.8;
    border: 1px solid #D7DCE1;
    padding: 18px 38px;
    border-radius: 80px;
    position: relative; }
    .worksSpMenus__openBtn .js-modalOpenBtn {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .worksSpMenus__openBtn .js-modalOpenBtn i {
        color: #39C198;
        font-size: 20px; }
    .worksSpMenus__openBtn-openModal {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-color: white;
      border-radius: 16px; }
      .worksSpMenus__openBtn-openModal-itemContainer {
        padding: 32px; }
        .worksSpMenus__openBtn-openModal-itemContainer-itemsHeader {
          display: flex;
          justify-content: space-between;
          padding: 0;
          margin: 0;
          margin-bottom: 32px;
          align-items: center; }
          .worksSpMenus__openBtn-openModal-itemContainer-itemsHeader-title {
            font-family: "Montserrat";
            color: #1E322F;
            font-weight: 500;
            font-size: 12px;
            letter-spacing: 0.01em;
            line-height: 1.8; }
          .worksSpMenus__openBtn-openModal-itemContainer-itemsHeader-closeIcon {
            color: #39C198;
            font-size: 20px; }
        .worksSpMenus__openBtn-openModal-itemContainer-items {
          font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
          color: #1E322F;
          font-weight: 300;
          font-size: 12px;
          letter-spacing: 0.01em;
          line-height: 1.8;
          display: flex;
          flex-direction: column; }
          .worksSpMenus__openBtn-openModal-itemContainer-items .active {
            color: #39C198; }
          .worksSpMenus__openBtn-openModal-itemContainer-items-item {
            margin-bottom: 32px; }
            .worksSpMenus__openBtn-openModal-itemContainer-items-item:first-child {
              margin-top: 0; }
            .worksSpMenus__openBtn-openModal-itemContainer-items-item:last-child {
              margin-bottom: 0; }
          .worksSpMenus__openBtn-openModal-itemContainer-items-active {
            color: #39C198; }

.worksCardLists {
  padding: 0 138px;
  margin-bottom: 320px; }
  @media screen and (max-width: 1030px) {
    .worksCardLists {
      padding: 0 24px; } }
  .worksCardLists__cardsContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 1030px) {
      .worksCardLists__cardsContainer {
        display: block;
        margin-bottom: 80px; } }
    .worksCardLists__cardsContainer-itemBox {
      width: 49%;
      margin-bottom: 80px; }
      @media screen and (max-width: 1030px) {
        .worksCardLists__cardsContainer-itemBox {
          width: 100%; } }
      .worksCardLists__cardsContainer-itemBox-visual {
        width: 100%;
        aspect-ratio: 1.74/ 1;
        background-color: rgba(218, 218, 218, 0.376);
        border-radius: 16px;
        margin-bottom: 32px;
        background-size: cover;
        background-position: center; }
      .worksCardLists__cardsContainer-itemBox-title {
        margin: 0;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
        color: #1E322F;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 0.1em;
        line-height: 1.8;
        margin-bottom: 16px; }
        @media screen and (max-width: 1030px) {
          .worksCardLists__cardsContainer-itemBox-title {
            margin-bottom: 24px; } }
      .worksCardLists__cardsContainer-itemBox-desc {
        margin: 0;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
        color: #39C198;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0.01em;
        line-height: 1.8;
        margin-bottom: 8px; }
        @media screen and (max-width: 1030px) {
          .worksCardLists__cardsContainer-itemBox-desc {
            margin-bottom: 18px; } }
      .worksCardLists__cardsContainer-itemBox-hash {
        margin: 0;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
        color: #BAC0BF;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0.01em;
        line-height: 1.8; }
      .worksCardLists__cardsContainer-itemBox-subTxt {
        margin: 0;
        margin-top: 10px;
        font-size: 12px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
        color: #1E322F;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0.01em;
        line-height: 1.8;
        margin-bottom: 16px; }
        @media screen and (max-width: 1030px) {
          .worksCardLists__cardsContainer-itemBox-subTxt {
            margin-bottom: 24px; } }

body {
  background-color: #F5F5F5; }

.overflow-wrapper {
  overflow: hidden; }

.wrapper {
  max-width: 1280px;
  margin: 0 auto; }

@keyframes slide1 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }

@keyframes slide2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }

.band {
  color: white;
  font-size: 136px;
  font-family: "Montserrat";
  animation: infinity-scroll-right 95s infinite linear 0.5s both;
  font-weight: 700;
  display: flex;
  margin: 0 calc(50% - 50vw);
  margin-top: 64px;
  margin-bottom: 64px;
  width: 100vw;
  overflow: hidden; }
  .band__Container {
    display: flex; }
    .band__Container:first-child {
      animation: slide1 60s -30s linear infinite; }
    .band__Container:last-child {
      animation: slide2 60s linear infinite; }
    .band__Container p {
      white-space: nowrap;
      -ms-overflow-style: none;
      scrollbar-width: none;
      margin: 0; }
    .band__Container p::-webkit-scrollbar {
      display: none; }
  @media screen and (max-width: 1030px) {
    .band {
      font-size: 120px; } }

@media screen and (max-width: 1030px) {
  .spMin {
    margin-top: 32px;
    margin-bottom: 32px; } }

.section-title-box {
  display: inline-block; }
  .section-title-box-subTitle-box {
    margin-bottom: 12px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1030px) {
      .section-title-box-subTitle-box {
        margin-bottom: 8px; } }
    .section-title-box-subTitle-box-apeal {
      display: block;
      border-radius: 50%;
      background-color: #39C198;
      height: 8px;
      width: 8px;
      margin-right: 8px; }
    .section-title-box-subTitle-box-txt {
      font-family: "Montserrat";
      color: #1E322F;
      font-weight: 500;
      font-size: 12px;
      letter-spacing: 0.01em;
      line-height: 1.8;
      margin: 0; }
  .section-title-box-mainTitle {
    font-family: "Montserrat";
    color: #1E322F;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 56px; }
    @media screen and (max-width: 1030px) {
      .section-title-box-mainTitle {
        font-size: 40px;
        margin-bottom: 80px; } }
    @media screen and (max-width: 375px) {
      .section-title-box-mainTitle {
        font-size: 35px; } }

.btn {
  font-family: "Montserrat";
  color: white;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  cursor: pointer;
  background: linear-gradient(90deg, #39c198 0%, #29b188 59%, #0b9169 75%, #0b9169 100%);
  background-size: 400px 100px;
  display: block;
  border-radius: 80px;
  margin: 0;
  padding: 23px 73px;
  background-size: 1000px 200px;
  -webkit-transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  @media screen and (max-width: 1030px) {
    .btn {
      padding: 16px 45px; } }

.btn:hover {
  background-position: 100% 0; }

.circleBtn {
  border-radius: 50%;
  border: 1px solid #D7DCE1;
  height: 64px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 1030px) {
    .circleBtn {
      height: 48px;
      width: 48px; } }
  .circleBtn i {
    color: white;
    font-size: 15px; }

.circleBtnBig {
  height: 64px;
  width: 64px; }

.slider {
  position: relative;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
  isolation: isolate; }
  .slider .slide {
    position: absolute;
    width: 0;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0% 100%);
    transition: 0.7s ease-out;
    border-radius: 16px; }
    .slider .slide .img {
      position: absolute;
      background-position: center;
      background-size: cover;
      height: 110%;
      transform: scale(1.1);
      transition: 0s 0.7s linear; }
    .slider .slide .mv-img1 {
      top: 0;
      background-image: url("/img/pc/top/top_slider_01.png");
      width: 100vw; }
      @media screen and (max-width: 764px) {
        .slider .slide .mv-img1 {
          background-image: url("/img/sp/top/sp_slider_01.png"); } }
    .slider .slide .mv-img2 {
      top: 0;
      background-image: url("/img/pc/top/top_slider_04.jpg");
      width: 100vw; }
      @media screen and (max-width: 764px) {
        .slider .slide .mv-img2 {
          background-image: url("/img/sp/top/sp_slider_02.png"); } }
    .slider .slide .mv-img3 {
      background-image: url("/img/pc/top/pc_02.png");
      bottom: 0;
      width: 100vw; }
      @media screen and (max-width: 764px) {
        .slider .slide .mv-img3 {
          top: 0;
          background-image: url("/img/sp/top/sp_02.png"); } }
    .slider .slide .mv-img4 {
      bottom: 0;
      background-image: url("/img/pc/top/pc_03.png");
      width: 100vw; }
      @media screen and (max-width: 764px) {
        .slider .slide .mv-img4 {
          background-image: url("/img/sp/top/sp_03.png"); } }
  .slider .slide.is-now {
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2; }
    .slider .slide.is-now .img {
      transform: scale(1);
      transition: transform 5s 0s ease-out; }
  .slider .slide.is-old {
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1; }

.paginationjs {
  margin: 0 auto; }
  .paginationjs-pages {
    position: relative; }
    .paginationjs-pages ul {
      padding: 0;
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      list-style-type: none;
      display: flex; }
      .paginationjs-pages ul li {
        font-family: "Montserrat";
        color: #BAC0BF;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.01em;
        line-height: 1.8;
        margin-right: 48px; }
        .paginationjs-pages ul li:last-child {
          margin-right: 0; }
        .paginationjs-pages ul li a {
          color: #BAC0BF; }
      .paginationjs-pages ul .paginationjs-prev a {
        color: #39C198; }
      .paginationjs-pages ul .paginationjs-next a {
        color: #39C198; }
      .paginationjs-pages ul .active a {
        color: #39C198; }

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

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

*:focus {
  outline: none; }

.cp_arrows {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 1px #D7DCE1; }
  @media screen and (max-width: 1030px) {
    .cp_arrows {
      width: 48px;
      height: 48px; } }
  .cp_arrows i {
    z-index: -1;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .cp_arrows .green {
    color: #39C198; }
  .cp_arrows .link {
    cursor: pointer;
    text-decoration: none;
    color: #39C198; }
  .cp_arrows .cp_arrow {
    transform: rotate(-90deg); }
    .cp_arrows .cp_arrow .arrow_icon {
      width: 100%;
      height: 100%;
      -webkit-transition: -webkit-transform 1s ease;
      transition: -webkit-transform 1s ease;
      transition: transform 1s ease;
      transition: transform 1s ease, -webkit-transform 1s ease;
      vertical-align: middle; }
      .cp_arrows .cp_arrow .arrow_icon g {
        stroke: #39C198;
        stroke-width: 1.2; }
    .cp_arrows .cp_arrow .arrow_icon_circle {
      -webkit-transition: stroke-dashoffset 1s ease;
      transition: stroke-dashoffset 1s ease;
      stroke-dasharray: 95;
      stroke-dashoffset: 95; }
  .cp_arrows:hover .arrow_icon {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(0, 0, 0); }
  .cp_arrows:hover .arrow_icon_circle {
    stroke-dashoffset: 0; }

.footer-logo-img {
  width: 160px; }

.header-logo-img {
  width: 160px; }
  @media screen and (max-width: 1030px) {
    .header-logo-img {
      width: 107px; } }

.text-color-reverse {
  color: red; }
