/*!
	Theme Name:		Start
	Description:	基本構成のテンプレート
	Author:			reeds
	Author URI:		https://kakuyasu-homepage.com/
	Version:		2.0.0
	License:		GNU General Public License v2 or later
	License URI:	http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain:  Start
	Tags: two-columns, accessibility-ready, threaded-comments
	*/

  @charset 'utf-8';
  *,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  :where([hidden]:not([hidden=until-found])) {
    display: none !important;
  }
  
  :where(html) {
    -webkit-text-size-adjust: none;
  }
  
  @supports not (min-block-size: 100dvb) {
    :where(html) {
      block-size: 100%;
    }
  }
  @media (prefers-reduced-motion: no-preference) {
    :where(html:focus-within) {
      scroll-behavior: smooth;
    }
  }
  :where(body) {
    block-size: 100%;
    block-size: 100dvb;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }
  
  :where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
  }
  
  :where(textarea) {
    resize: vertical;
    resize: block;
  }
  
  :where(button, label, select, summary, [role=button], [role=option]) {
    cursor: pointer;
  }
  
  :where(:disabled) {
    cursor: not-allowed;
  }
  
  :where(label:has(> input:disabled), label:has(+ input:disabled)) {
    cursor: not-allowed;
  }
  
  :where(button) {
    border-style: solid;
  }
  
  :where(a) {
    text-underline-offset: 0.2ex;
  }
  
  :where(ul, ol) {
    list-style: none;
  }
  
  :where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block;
  }
  
  :where(img, picture, svg) {
    max-inline-size: 100%;
    block-size: auto;
  }
  
  :where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word;
  }
  
  :where(h1, h2, h3) {
    line-height: calc(1em + 0.5rem);
  }
  
  :where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible;
  }
  
  :where(:focus-visible) {
    outline: 2px solid var(--focus-color, Highlight);
    outline-offset: 2px;
  }
  
  :where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-size: 10px;
  }
  
  body {
    background-image: url("/assets/images/bg.png");
    background-size: cover;
    background-repeat: repeat-y;
    font-size: 14px;
  }
  @media print, screen and (min-width: 768px) {
    body {
      font-size: 16px;
    }
  }
  @media print, screen and (min-width: 1050px) {
    body {
      font-size: 16px;
    }
  }
  
  a {
    color: inherit;
    text-decoration: none;
    overflow-wrap: break-word;
  }
  
  table {
    border-spacing: 0;
  }
  
  button {
    outline: none;
  }
  
  .billboard {
    padding: 70px 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
  @media print, screen and (min-width: 768px) {
    .billboard {
      padding: 200px 0;
    }
  }
  
  .billboard--reason {
    background-image: url("/assets/images/bg_billboard.jpg");
  }
  
  .billboard--service {
    background-image: url("/assets/images/bg_billboard.jpg");
  }
  
  .billboard_heading {
    font-size: 28px;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  @media print, screen and (min-width: 768px) {
    .billboard_heading {
      font-size: 55px;
      line-height: 1.227em;
    }
  }
  
  .billboard_paragraph {
    margin-top: 40px;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-size: 18px;
  }
  @media print, screen and (min-width: 768px) {
    .billboard_paragraph {
      font-size: 35px;
      margin-top: 60px;
      font-size: 20px;
    }
  }
  
  @media print, screen and (min-width: 1050px) {
    .billboard .container {
      padding-left: 155px;
      padding-right: 155px;
    }
  }
  
  .breadcrumb {
    margin-top: 20px;
    overflow: auto;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
  }
  @media print, screen and (min-width: 768px) {
    .breadcrumb {
      margin-top: -10px;
      overflow: hidden;
      padding-bottom: 95px;
    }
  }
  @media print, screen and (min-width: 1050px) {
    .breadcrumb {
      margin-top: -15px;
    }
  }
  
  .breadcrumb_container {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  @media print, screen and (min-width: 768px) {
    .breadcrumb_container {
      padding-left: 50px;
      padding-right: 50px;
    }
  }
  .breadcrumb_list {
    display: flex;
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .breadcrumb_list::before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #ffffff;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
  }
  @media print, screen and (min-width: 768px) {
    .breadcrumb_list::before {
      height: 20px;
    }
  }
  
  .breadcrumb_list_item {
    white-space: nowrap;
    line-height: 1;
  }
  
  .breadcrumb_list_item:not(:first-child) {
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
  }
  
  .breadcrumb_list_item:not(:first-child)::before {
    content: "";
    background-image: url("/assets/images/arrow_icon.svg");
    background-size: cover;
    width: 8px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0.5em;
  }
  
  .breadcrumb_list_item_anchor, .breadcrumb_list_item span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  @media print, screen and (min-width: 768px) {
    .breadcrumb_list_item_anchor, .breadcrumb_list_item span {
      font-size: 14px;
    }
  }
  
  .breadcrumb_list_item:not(:first-child) span {
    opacity: 0.5;
  }
  
  @media (hover: hover) {
    .breadcrumb_list_item_anchor {
      position: relative;
    }
    .breadcrumb_list_item_anchor::before {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #ffffff;
      position: absolute;
      bottom: -2px;
      left: 0;
      opacity: 0;
      transition: opacity 0.3s;
    }
    .breadcrumb_list_item_anchor:hover::before {
      opacity: 1;
    }
  }
  .button:not(:first-child) {
    margin-top: 50px;
  }
  
  .button_anchor {
    font-size: 14px;
    font-weight: 700;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    border: 2px solid #ffffff;
    border-radius: 57px;
    width: 100%;
    max-width: 350px;
    letter-spacing: 0.1em;
    display: block;
    padding: 22px 30px 21px;
    margin-right: auto;
    position: relative;
  }
  
  .button_anchor::after {
    content: "";
    display: block;
    background-image: url("/assets/images/arrow_icon.svg");
    width: 16px;
    height: 16px;
    background-size: cover;
    position: absolute;
    top: calc(50% - 10px);
    right: 30px;
  }
  
  @media (hover: hover) {
    .button_anchor {
      transition: color 0.3s, background-color 0.3s, border 0.3s;
    }
    .button_anchor::after {
      transition: background-image 0.3s;
    }
    .button_anchor:hover {
      color: #262424;
      background-color: #ffffff;
    }
    .button_anchor:hover::after {
      background-image: url("/assets/images/arrow_icon_bk.svg");
    }
  }
  .button--right .button_anchor {
    margin-left: auto;
    margin-right: 0;
  }
  
  .card {
    display: block;
    position: relative;
    padding-top: 25px;
  }
  .card::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .card::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.5;
    position: absolute;
    top: 15px;
    left: 0;
  }
  
  .card_image {
    overflow: hidden;
  }
  
  .card_image img {
    width: 100%;
    max-width: 100%;
  }
  
  @media (hover: hover) {
    .card_image img {
      transition: transform 0.3s;
    }
    a:hover .card_image img {
      transform: scale(1.1);
    }
  }
  .card_heading {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-top: 20px;
  }
  @media print, screen and (min-width: 768px) {
    .card_heading {
      font-size: 22px;
    }
  }
  
  .card_paragraph {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
  @media print, screen and (min-width: 768px) {
    .card_paragraph {
      font-size: 16px;
    }
  }
  
  .card_list {
    margin-top: 7px;
  }
  
  .card_list_item {
    display: inline-block;
  }
  
  .card_list_item:not(:last-child) {
    margin-right: 10px;
    margin-top: 8px;
  }
  
  .card_list_item_anchor {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 1px 9px 2px;
  }
  
  .card_link {
    margin-top: 20px;
  }
  
  .card_link_anchor {
    display: inline-block;
    font-size: 14px;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    font-weight: 700;
    padding-right: 28px;
    position: relative;
    padding-bottom: 5px;
  }
  
  .card_link_anchor::after {
    content: "";
    display: block;
    background-image: url("/assets/images/arrow_icon.svg");
    width: 16px;
    height: 9px;
    position: absolute;
    top: 6px;
    right: 0;
  }
  
  .card_link_anchor::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transition: transform 0.3s;
    transform-origin: left;
  }
  
  @media (hover: hover) {
    a:hover .card_link_anchor::before {
      transform: scale(1, 1);
    }
  }
  .card_link_anchor[target=_blank] {
    padding-right: 22px;
  }
  
  .card_link_anchor[target=_blank]::after {
    background-image: url("/assets/images/ico_window.svg");
    width: 11px;
    height: 11px;
  }
  
  .columns {
    display: grid;
  }
  .columns:not(:first-child) {
    margin-top: 60px;
  }
  @media print, screen and (min-width: 768px) {
    .columns:not(:first-child) {
      margin-top: 80px;
    }
  }
  
  .columns--two {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  @media print, screen and (min-width: 768px) {
    .columns--two {
      gap: 50px;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media print, screen and (min-width: 1050px) {
    .columns--two {
      gap: 100px;
    }
  }
  
  .columns--two:not(:first-child) {
    margin-top: 40px;
  }
  @media print, screen and (min-width: 768px) {
    .columns--two:not(:first-child) {
      margin-top: 60px;
    }
  }
  
  .columns-two + .columns-two {
    margin-top: 70px;
  }
  @media print, screen and (min-width: 768px) {
    .columns-two + .columns-two {
      margin-top: 80px;
    }
  }
  
  @media print, screen and (min-width: 768px) {
    .columns-reverse {
      direction: rtl;
    }
  }
  
  .columns-reverse .columns_column > * {
    direction: ltr;
  }
  
  .columns-three {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
  @media print, screen and (min-width: 768px) {
    .columns-three {
      gap: 50px;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media print, screen and (min-width: 1050px) {
    .columns-three {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  .columns-three:not(:first-child) {
    margin-top: 40px;
  }
  
  .container {
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  @media print, screen and (min-width: 768px) {
    .container {
      max-width: 1260px;
      padding-right: 50px;
      padding-left: 50px;
    }
  }
  @media print, screen and (min-width: 1050px) {
    .container {
      max-width: 1260px;
      padding-right: 50px;
      padding-left: 50px;
    }
  }
  @media print, screen and (min-width: 1260px) {
    .container {
      max-width: 1360px;
      padding-right: 100px;
      padding-left: 100px;
    }
  }
  .container-full {
    max-width: none;
  }
  
  .flow-list:not(:first-child) {
    margin-top: 30px;
  }
  @media print, screen and (min-width: 768px) {
    .flow-list:not(:first-child) {
      margin-top: 60px;
    }
  }
  
  .flow-list_item {
    background-color: #262424;
    position: relative;
    border-radius: 5px;
    padding: 32px;
  }
  @media print, screen and (min-width: 1050px) {
    .flow-list_item {
      display: flex;
      align-items: center;
    }
  }
  
  .flow-list_item:not(:first-child)::before {
    content: "";
    background-image: url("/assets/images/ico_flow_arrow.svg");
    width: 30px;
    height: 10px;
    background-size: cover;
    position: absolute;
    left: calc(50% - 15px);
    top: -20px;
    transform: translateY(-100%);
  }
  
  .flow-list_item:not(:first-child) {
    margin-top: 50px;
  }
  
  .flow-list_item_head {
    width: 310px;
    display: flex;
    align-items: center;
  }
  
  .flow-list_item_head_label {
    font-size: 12px;
    font-weight: 600;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    text-align: center;
  }
  
  .flow-list_item_head_heading {
    font-size: 22px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-left: 30px;
  }
  
  .flow-list_item_paragraph {
    margin-top: 20px;
  }
  @media print, screen and (min-width: 1050px) {
    .flow-list_item_paragraph {
      margin-top: 0;
      margin-left: 50px;
    }
  }
  
  .faq-list {
    margin-top: 30px;
  }
  .faq-list_group {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  
  .faq-list_group::after {
    content: "";
    opacity: 0.5;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #ffffff, #ffffff 3px, transparent 3px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .faq-list_group:first-child {
    padding-top: 0;
  }
  
  .faq-list_group_term {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    position: relative;
    padding-left: 50px;
    padding-top: 5px;
    min-height: 33px;
  }
  @media print, screen and (min-width: 768px) {
    .faq-list_group_term {
      font-size: 18px;
      padding-left: 55px;
      padding-top: 2px;
    }
  }
  
  .faq-list_group_term::before {
    content: "";
    width: 40px;
    height: 33px;
    background-size: 40px 33px;
    background-image: url("/assets/images/ico_faq_q.svg");
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .faq-list_group_term::after {
    content: "Q";
    font-size: 11px;
    font-weight: 700;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    line-height: 1;
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
  }
  
  .faq-list_group_desc {
    position: relative;
    font-size: 16px;
    margin-top: 20px;
    padding-top: 5px;
    padding-left: 50px;
  }
  @media print, screen and (min-width: 768px) {
    .faq-list_group_desc {
      font-size: 18px;
      padding-left: 55px;
    }
  }
  
  .faq-list_group_desc:before {
    content: "";
    width: 40px;
    height: 33px;
    background-size: 40px 33px;
    background-image: url("/assets/images/ico_faq_a.svg");
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .faq-list_group_desc::after {
    content: "A";
    font-size: 11px;
    font-weight: 700;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    line-height: 1;
    display: block;
    position: absolute;
    top: 12px;
    left: 13px;
    color: #000000;
  }
  
  .form_label {
    display: block;
  }
  
  .form_label:not(:first-child) {
    margin-top: 30px;
  }
  @media print, screen and (min-width: 768px) {
    .form_label:not(:first-child) {
      margin-top: 50px;
    }
  }
  
  .form_heading {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    text-transform: uppercase;
  }
  @media print, screen and (min-width: 768px) {
    .form_heading {
      font-size: 18px;
    }
  }
  
  .form_content input,
  .form_content textarea {
    display: block;
    margin-top: 10px;
    width: 100%;
    border: 1px solid #716C6E;
    border-radius: 5px;
    padding: 10px;
    background-color: transparent;
  }
  
  .form_agree {
    margin-top: 50px;
  }
  
  .form_agree_label {
    display: flex;
  }
  @media print, screen and (min-width: 768px) {
    .form_agree_label {
      align-items: center;
    }
  }
  
  .form_agree_input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #D8DDE5;
    border-radius: 5px;
  }
  
  .form_agree_input::before {
    display: block;
    content: "";
    width: 12px;
    height: 6px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translate(3px, 5px) rotate(-45deg);
    opacity: 0;
  }
  
  .form_agree_input:checked::before {
    transition: opacity 0.2s;
    opacity: 1;
  }
  
  .form_agree_text {
    margin-left: 10px;
    width: calc(100% - 30px);
  }
  
  .form_link {
    text-decoration: underline;
  }
  
  @media (hover: hover) {
    .form_link {
      transition: color 0.3s;
    }
    .form_link:hover {
      color: #792037;
      opacity: 1;
    }
  }
  .form_button {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin-top: 50px;
  }
  .form_button::after {
    content: "";
    display: block;
    background-image: url("/assets/images/arrow_icon.svg");
    width: 16px;
    height: 9px;
    background-size: cover;
    position: absolute;
    top: calc(50% - 4px);
    right: 30px;
  }
  
  .form_button input {
    width: 100%;
    text-align: left;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #ffffff;
    border-radius: 57px;
    letter-spacing: 0.1em;
    display: block;
    padding: 22px 30px 21px;
    margin-right: auto;
    position: relative;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
    cursor: pointer;
  }
  @media (hover: hover) {
    .form_button:hover input {
      color: #262424;
      background-color: #ffffff;
    }
    .form_button:hover::after {
      background-image: url("/assets/images/arrow_icon_bk.svg");
    }
  }
  .form_button.is-disable {
    opacity: 0.5;
    pointer-events: none;
  }
  
  .form_required {
    color: #F26060;
    margin-left: 5px;
  }
  
  .heading-a {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    position: relative;
    padding-top: 60px;
  }
  @media print, screen and (min-width: 768px) {
    .heading-a {
      font-size: 48px;
      padding-top: 75px;
      line-height: 1.3125em;
    }
  }
  
  .heading-a:not(:last-child) {
    margin-bottom: 25px;
  }
  @media print, screen and (min-width: 768px) {
    .heading-a:not(:last-child) {
      margin-bottom: 40px;
    }
  }
  
  .heading-a::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background-color: #ffffff;
  }
  
  .heading-a_text {
    display: inline-block;
    position: relative;
    padding-left: 15px;
  }
  
  .heading-a_text::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
  }
  @media print, screen and (min-width: 768px) {
    .heading-a_text::before {
      top: 15px;
    }
  }
  
  .heading-b {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    position: relative;
  }
  @media print, screen and (min-width: 768px) {
    .heading-b {
      font-size: 28px;
    }
  }
  
  .heading-b--deco:not(:first-child) {
    margin-top: 50px;
  }
  
  .heading-b:not(:first-child) {
    margin-top: 30px;
  }
  
  .heading-b:not(:last-child) {
    margin-bottom: 25px;
  }
  
  .paragraph + .heading-b {
    margin-top: 50px;
  }
  
  .heading-b--deco {
    position: relative;
    font-size: 28px;
    padding-top: 60px;
  }
  @media print, screen and (min-width: 768px) {
    .heading-b--deco {
      font-size: 32px;
      padding-top: 80px;
    }
  }
  
  .heading-b--deco::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background-color: #ffffff;
  }
  
  .heading-b--no-line {
    padding-top: 0;
  }
  
  .heading-b--no-line::before {
    content: normal;
  }
  
  .heading-b_text {
    display: block;
    position: relative;
    padding-top: 20px;
  }
  
  .heading-b--deco .heading-b_text::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
  }
  
  .heading-b--deco .heading-b_text::after {
    content: attr(data-label);
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
  }
  
  .heading-c {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    position: relative;
    padding-top: 40px;
  }
  @media print, screen and (min-width: 768px) {
    .heading-c {
      padding-top: 100px;
      font-size: 28px;
    }
  }
  
  @media print, screen and (min-width: 768px) {
    .heading-c--narrow {
      padding-top: 60px;
    }
  }
  
  .heading-c:not(:first-child) {
    margin-top: 60px;
  }
  @media print, screen and (min-width: 768px) {
    .heading-c:not(:first-child) {
      margin-top: 80px;
    }
  }
  
  .heading-c:not(:last-child) {
    margin-bottom: 30px;
  }
  
  .heading-c::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .heading-c::after {
    content: attr(data-label);
    font-size: 10px;
    letter-spacing: 0.05em;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    line-height: 1em;
    font-weight: 400;
    position: absolute;
    top: 10px;
    right: 0;
  }
  
  .hero {
    padding-top: 160px;
    padding-bottom: 45px;
  }
  @media print, screen and (min-width: 768px) {
    .hero {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  
  .hero_heading {
    font-size: 12px;
    text-align: right;
    position: relative;
    padding: 11px 10px 11px 0;
  }
  @media print, screen and (min-width: 768px) {
    .hero_heading {
      font-size: 16px;
      padding: 8px 15px 11px 0;
    }
  }
  
  .hero_heading::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .hero_heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.5;
  }
  
  .hero_heading-en {
    margin-top: 50px;
    position: relative;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    padding-top: 20px;
  }
  @media print, screen and (min-width: 768px) {
    .hero_heading-en {
      margin-top: 70px;
    }
  }
  
  .hero_heading-en::before {
    content: attr(data-label);
    display: block;
    font-size: 10px;
    letter-spacing: 0.1em;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
  }
  @media print, screen and (min-width: 768px) {
    .hero_heading-en::before {
      font-size: 12px;
    }
  }
  
  .hero_heading-en_text {
    display: block;
    line-height: 1;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: 9px;
  }
  @media print, screen and (min-width: 768px) {
    .hero_heading-en_text {
      font-size: 70px;
      margin-top: 15px;
    }
  }
  @media print, screen and (min-width: 1050px) {
    .hero_heading-en_text {
      font-size: 100px;
    }
  }
  
  .hero_heading-under {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin-top: 40px;
  }
  @media print, screen and (min-width: 768px) {
    .hero_heading-under {
      font-size: 20px;
    }
  }
  
  .icon {
    display: inline-block;
    background-size: cover;
  }
  .icon--arrow {
    background-image: url("/assets/images/arrow_icon.svg");
    width: 15px;
    height: 9px;
  }
  
  .icon--tel {
    background-image: url("/assets/images/ico_tel.svg");
    width: 12px;
    height: 15px;
  }
  
  @media (hover: hover) {
    .icon--tel {
      transition: background-image 0.3s;
    }
    a:hover .icon--tel {
      background-image: url("/assets/images/ico_tel_black.svg");
    }
  }
  .icon-contact {
    background-image: url("/assets/images/contact_icon_wt.svg");
    width: 14px;
    height: 14px;
  }
  
  @media (hover: hover) {
    .icon-contact {
      transition: background-image 0.3s;
    }
    a:hover .icon-contact {
      background-image: url("/assets/images/contact_icon_bk.svg");
    }
  }
  .icon--tiktok {
    background-image: url("/assets/images/ico_tiktok.svg");
    width: 17px;
    height: 20px;
  }
  .icon--tiktok-play {
    background-image: url("/assets/images/ico_tiktok_play.svg");
    width: 14px;
    height: 14px;
  }
  .icon--tiktok-like {
    background-image: url("/assets/images/ico_tiktok_like.svg");
    width: 14px;
    height: 11px;
  }
  .icon--instagram {
    background-image: url("/assets/images/ico_instagram.svg");
    width: 20px;
    height: 20px;
  }
  .icon--twitter {
    background-image: url("/assets/images/ico_twitter.svg");
    width: 18px;
    height: 15px;
  }
  .image img {
    width: 100%;
    max-width: 100%;
  }
  
  .link {
    position: relative;
    padding-bottom: 5px;
    transition: opacity 0.3s;
  }
  .link::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  @media (hover: hover) {
    .link:hover {
      opacity: 0.7;
    }
  }
  .list:not(:first-child) {
    margin-top: 30px;
  }
  @media print, screen and (min-width: 768px) {
    .list:not(:first-child) {
      margin-top: 40px;
    }
  }
  
  .list_item {
    padding-left: 1.7em;
    text-indent: -1.7em;
  }
  
  .list_item:not(:first-child) {
    margin-top: 5px;
  }
  
  .map iframe {
    width: 100%;
    max-width: 100%;
  }
  
  .paragraph {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  @media print, screen and (min-width: 768px) {
    .paragraph {
      font-size: 16px;
    }
  }
  
  .paragraph:not(:first-of-type) {
    margin-top: 40px;
  }
  
  .section {
    padding-bottom: 80px;
    position: relative;
  }
  @media print, screen and (min-width: 768px) {
    .section {
      padding-bottom: 150px;
    }
  }
  
  .section-tour {
    background-color: #262424;
    padding-top: 80px;
  }
  @media print, screen and (min-width: 768px) {
    .section-tour {
      padding-top: 100px;
    }
  }
  
  .table {
    width: 100%;
    margin-top: 30px;
    border-right: 1px solid #716C6E;
    border-bottom: 1px solid #716C6E;
  }
  
  .table:not(:first-child) {
    margin-top: 30px;
  }
  @media print, screen and (min-width: 768px) {
    .table:not(:first-child) {
      margin-top: 60px;
    }
  }
  
  .table th,
  .table td {
    text-align: left;
    border-top: 1px solid #716C6E;
    border-left: 1px solid #716C6E;
    padding: 10px 20px;
    display: block;
    width: 100%;
  }
  @media print, screen and (min-width: 768px) {
    .table th,
    .table td {
      display: table-cell;
      width: auto;
    }
  }
  
  .table th {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 400;
    width: 100%;
  }
  @media print, screen and (min-width: 768px) {
    .table th {
      width: 220px;
    }
  }
  
  .table td {
    padding-left: 30px;
  }
  @media print, screen and (min-width: 768px) {
    .table td {
      padding-left: 20px;
    }
  }
  
  .aside {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media print, screen and (min-width: 768px) {
    .aside {
      padding-top: 150px;
      padding-bottom: 150px;
    }
  }
  
  .aside--contact {
    background-image: url("/assets/images/bg_contact.jpg");
  }
  
  .aside--entry {
    background-image: url("/assets/images/bg_entry.jpg");
  }
  
  @media print, screen and (min-width: 768px) {
    .aside_group {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  }
  
  @media print, screen and (min-width: 768px) {
    .aside_group_main {
      margin-right: 50px;
    }
  }
  
  .aside_group_main_heading {
    position: relative;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    padding-top: 20px;
  }
  
  .aside_group_main_heading::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    letter-spacing: 0.01em;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .aside_group_main_heading_text {
    display: block;
    line-height: 1;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  @media print, screen and (min-width: 768px) {
    .aside_group_main_heading_text {
      font-size: 70px;
    }
  }
  @media print, screen and (min-width: 1050px) {
    .aside_group_main_heading_text {
      font-size: 100px;
    }
  }
  
  .aside_group_main_paragraph {
    margin-top: 30px;
  }
  @media print, screen and (min-width: 768px) {
    .aside_group_main_paragraph {
      margin-top: 50px;
    }
  }
  
  .aside_group_main_button {
    margin-top: 50px;
  }
  
  .aside_group_sub {
    margin-top: 50px;
  }
  @media print, screen and (min-width: 768px) {
    .aside_group_sub {
      margin-top: 0;
    }
  }
  
  .aside_group_sub_social-list {
    display: flex;
    justify-content: center;
  }
  @media print, screen and (min-width: 768px) {
    .aside_group_sub_social-list {
      display: block;
    }
  }
  
  .aside_group_sub_social-list_item:not(:first-child) {
    margin-left: 30px;
  }
  @media print, screen and (min-width: 768px) {
    .aside_group_sub_social-list_item:not(:first-child) {
      margin-left: 0;
      margin-top: 15px;
    }
  }
  
  .aside_group_sub_social-list_item_anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: relative;
  }
  @media print, screen and (min-width: 768px) {
    .aside_group_sub_social-list_item_anchor {
      width: 70px;
      height: 70px;
    }
  }
  @media print, screen and (min-width: 1050px) {
    .aside_group_sub_social-list_item_anchor {
      width: 72px;
      height: 72px;
    }
  }
  
  .aside_group_sub_social-list_item_anchor::before {
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 1;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 50%;
    opacity: 0;
  }
  
  @media (hover: hover) {
    .aside_group_sub_social-list_item_anchor::before {
      transition: opacity 0.3s;
    }
    .aside_group_sub_social-list_item_anchor:hover::before {
      opacity: 1;
    }
  }
  .aside_group_sub_social-list_item_anchor--tiktok::before {
    background: linear-gradient(135deg, rgb(0, 247, 239) 0%, rgb(255, 0, 79) 100%);
  }
  
  .aside_group_sub_social-list_item_anchor--instagram::before {
    background: linear-gradient(135deg, rgb(253, 217, 133) 0%, rgb(228, 62, 95) 50%, rgb(81, 103, 200) 100%);
  }
  
  .aside_group_sub_social-list_item_anchor--twitter::before {
    background: linear-gradient(135deg, rgb(47, 190, 216) 0%, rgb(52, 143, 183) 100%);
  }
  
  .aside_group_sub_social-list_item_anchor span {
    position: relative;
    z-index: 1;
  }
  
  .content {
    overflow: hidden;
    position: relative;
  }
  /* .content::before {
    content: "@2023 by NAC inc.";
    position: absolute;
    top: 27px;
    right: 8px;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    transform-origin: top right;
    transform: rotate(90deg) translateX(100%);
    z-index: 1;
  } */
  @media print, screen and (min-width: 768px) {
    .content::before {
      top: 70px;
      right: 20px;
    }
  }
  @media print, screen and (min-width: 1260px) {
    .content::before {
      right: 65px;
    }
  }
  
  .header {
    padding: 30px 30px 0;
  }
  @media print, screen and (min-width: 768px) {
    .header {
      padding: 40px 50px 0;
    }
  }
  
  .header_row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .header_logo {
    position: relative;
  }
  .header_logo img {
    width: 120px;
  }
  @media print, screen and (min-width: 768px) {
    .header_logo img {
      width: 158px;
    }
  }
  
  .header_logo_anchor {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .header_nav {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  
  .header_nav_list {
    display: none;
  }
  @media print, screen and (min-width: 1260px) {
    .header_nav_list {
      display: flex;
    }
  }
  
  .header_nav_list_item {
    display: flex;
    align-items: center;
  }
  
  .header_nav_list_item:not(:first-child) {
    margin-left: 40px;
  }
  
  .header_nav_list_item_anchor {
    text-transform: uppercase;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    position: relative;
    padding-left: 10px;
    padding-top: 13px;
    transition: opacity 0.3s;
  }
  
  @media (hover: hover) {
    .header_nav_list_item_anchor:hover {
      opacity: 0.5;
    }
  }
  .header_nav_list_item .header_nav_list_item_anchor::before {
    display: block;
    font-size: 10px;
    transform: scale(0.8);
    letter-spacing: 0.01em;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .header_nav_list_item--00 .header_nav_list_item_anchor::before {
    content: "/ 00";
  }
  
  .header_nav_list_item--01 .header_nav_list_item_anchor::before {
    content: "/ 01";
  }
  
  .header_nav_list_item--02 .header_nav_list_item_anchor::before {
    content: "/ 02";
  }
  
  .header_nav_list_item--03 .header_nav_list_item_anchor::before {
    content: "/ 03";
  }
  
  .header_nav_list_item--04 .header_nav_list_item_anchor::before {
    content: "/ 04";
  }
  
  .header_nav_list_item--05 .header_nav_list_item_anchor::before {
    content: "/ 05";
  }
  
  .header_nav_list_item--06 .header_nav_list_item_anchor::before {
    content: "/ 06";
  }
  .header_nav_list_item--07 .header_nav_list_item_anchor::before {
    content: "/ 07";
  }
  .header_nav_extra {
    width: 124px;
    display: none;
  }
  @media print, screen and (min-width: 768px) {
    .header_nav_extra {
      display: block;
    }
  }
  @media print, screen and (min-width: 1260px) {
    .header_nav_extra {
      margin-left: 50px;
    }
  }
  
  .header_nav_extra_list {
    display: flex;
  }
  
  .header_nav_extra_list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .header_nav_extra_list_item:not(:first-child) {
    margin-left: 20px;
  }
  
  .header_nav_extra_list_item_anchor {
    text-transform: uppercase;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transition: background-color 0.3s;
  }
  @media (hover: hover) {
    .header_nav_extra_list_item_anchor:hover {
      background-color: #fff;
    }
  }
  .header_hamburger {
    outline: none;
    width: 52px;
    height: 52px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    margin-left: 20px;
    top: 20px;
    right: 20px;
    z-index: 100;
  }
  @media print, screen and (min-width: 768px) {
    .header_hamburger {
      position: relative;
      top: 0;
      left: 0;
    }
  }
  @media print, screen and (min-width: 1260px) {
    .header_hamburger {
      display: none;
    }
  }
  
  .header_hamburger_line {
    position: absolute;
    top: 50%;
    left: calc(50% - 8px);
    width: 16px;
    height: 1px;
    background-color: #342D30;
    transition: transform 0.3s, opacity 0.3s, width 0.3s;
  }
  
  .header_hamburger_line:nth-child(1) {
    transform: translateY(-4px);
  }
  
  .header_hamburger_line:nth-child(2) {
    width: 11px;
  }
  
  .header_hamburger_line:nth-child(3) {
    transform: translateY(4px);
    width: 6px;
  }
  
  .is-hamburger-active .header_hamburger_line:nth-child(1) {
    transform: translateY(0) rotate(45deg);
  }
  
  .is-hamburger-active .header_hamburger_line:nth-child(2) {
    opacity: 0;
  }
  
  .is-hamburger-active .header_hamburger_line:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
    width: 16px;
  }
  
  .header_hamburger_nav {
    background-color: #262424;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    transform: translateX(10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
    padding: 150px 50px 100px;
  }
  .is-hamburger-active .header_hamburger_nav {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
  
  .header_hamburger_nav_list {
    display: grid;
    grid: "g01 g04" 1fr "g02 g05" 1fr "g03 g06" 1fr/1fr 1fr;
    gap: 40px 60px;
  }
  
  .header_hamburger_nav_list_item:not(:first-child) {
    margin-left: 0;
  }
  
  .header_hamburger_nav_list_item:nth-child(1) {
    grid-area: g01;
  }
  
  .header_hamburger_nav_list_item:nth-child(2) {
    grid-area: g02;
  }
  
  .header_hamburger_nav_list_item:nth-child(3) {
    grid-area: g03;
  }
  
  .header_hamburger_nav_list_item:nth-child(4) {
    grid-area: g04;
  }
  
  .header_hamburger_nav_list_item:nth-child(5) {
    grid-area: g05;
  }
  
  .header_hamburger_nav_list_item:nth-child(6) {
    grid-area: g06;
  }
  
  .footer {
    overflow: hidden;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    padding-top: 50px;
  }
  @media print, screen and (min-width: 1050px) {
    .footer {
      padding-top: 0;
    }
  }
  
  @media print, screen and (min-width: 1050px) {
    .footer_group {
      display: flex;
      justify-content: space-between;
    }
  }
  
  @media print, screen and (min-width: 1050px) {
    .footer_group_info {
      width: 270px;
      margin-left: 40px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
  }
  
  @media print, screen and (min-width: 1050px) {
    .footer_group_info_logo {
      margin-top: 40px;
    }
  }
  
  .footer_group_info_logo img {
    margin-left: auto;
    margin-right: auto;
  }
  @media print, screen and (min-width: 1050px) {
    .footer_group_info_logo img {
      width: 198px;
    }
  }
  
  .footer_group_info_copyright {
    text-align: center;
    margin-top: 30px;
  }
  @media print, screen and (min-width: 768px) {
    .footer_group_info_copyright {
      margin-top: 40px;
    }
  }
  
  .footer_group_info_copyright_text {
    font-size: 10px;
  }
  
  .footer_group_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-top: 50px;
  }
  @media print, screen and (min-width: 1050px) {
    .footer_group_nav {
      margin-top: 0;
      flex-wrap: nowrap;
      width: calc(100% - 270px);
      margin-right: calc((100vw - 1160px) / 2 * -1);
    }
  }
  
  .footer_group_nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: calc(100% + 60px);
    height: 1px;
    background-color: #ffffff;
    opacity: 0.3;
  }
  @media print, screen and (min-width: 768px) {
    .footer_group_nav::before {
      left: -50px;
      width: calc(100% + 100px);
    }
  }
  @media print, screen and (min-width: 1050px) {
    .footer_group_nav::before {
      display: none;
    }
  }
  
  .footer_group_nav_block {
    width: 50%;
    position: relative;
    padding: 40px 0;
  }
  @media print, screen and (min-width: 768px) {
    .footer_group_nav_block {
      width: 33.333%;
    }
  }
  @media print, screen and (min-width: 1050px) {
    .footer_group_nav_block {
      padding: 80px 50px 50px 50px;
    }
  }
  
  @media print, screen and (min-width: 1050px) {
    .footer_group_nav_block:nth-child(1)::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 100%;
      background-color: #ffffff;
      opacity: 0.3;
    }
  }
  
  .footer_group_nav_block:nth-child(2) {
    padding-left: 20px;
  }
  @media print, screen and (min-width: 768px) {
    .footer_group_nav_block:nth-child(2) {
      padding-left: 50px;
    }
  }
  
  .footer_group_nav_block:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.3;
  }
  
  .footer_group_nav_block:nth-child(3) {
    width: 100%;
    padding-bottom: 20px;
  }
  @media print, screen and (min-width: 768px) {
    .footer_group_nav_block:nth-child(3) {
      width: 33.333%;
      padding-left: 50px;
    }
  }
  @media print, screen and (min-width: 1050px) {
    .footer_group_nav_block:nth-child(3) {
      padding-bottom: 50px;
    }
  }
  
  .footer_group_nav_block:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: calc(100% + 60px);
    height: 1px;
    background-color: #ffffff;
    opacity: 0.3;
  }
  @media print, screen and (min-width: 768px) {
    .footer_group_nav_block:nth-child(3)::before {
      left: 0;
      width: 1px;
      height: 100%;
    }
  }
  
  .footer_group_nav_list {
    margin-top: 10px;
  }
  
  .footer_group_nav_list_item:not(:first-child) {
    margin-top: 30px;
  }
  
  .footer_group_nav_list_item_anchor {
    text-transform: uppercase;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 13px;
    color: #ffffff;
    position: relative;
    padding-left: 10px;
    padding-top: 13px;
    transition: opacity 0.3s;
  }
  
  .footer_group_nav_list_item_anchor:hover {
    opacity: 0.3;
  }
  
  .footer_group_nav_list_item .footer_group_nav_list_item_anchor::before {
    display: block;
    font-size: 10px;
    transform: scale(0.8);
    letter-spacing: 0.01em;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .footer_group_nav_list_item--01 .footer_group_nav_list_item_anchor::before {
    content: "/ 01";
  }
  
  .footer_group_nav_list_item--02 .footer_group_nav_list_item_anchor::before {
    content: "/ 02";
  }
  
  .footer_group_nav_list_item--03 .footer_group_nav_list_item_anchor::before {
    content: "/ 03";
  }
  
  .footer_group_nav_list_item--04 .footer_group_nav_list_item_anchor::before {
    content: "/ 04";
  }
  
  .footer_group_nav_list_item--05 .footer_group_nav_list_item_anchor::before {
    content: "/ 05";
  }
  
  .footer_group_nav_list_item--06 .footer_group_nav_list_item_anchor::before {
    content: "/ 06";
  }
  
  .footer_group_nav_social-list_item:not(:first-child) {
    margin-top: 25px;
  }
  
  .footer_group_nav_social-list_item_anchor {
    display: flex;
    align-items: center;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  
  @media (hover: hover) {
    .footer_group_nav_social-list_item_anchor {
      transition: opacity 0.3s;
    }
    .footer_group_nav_social-list_item_anchor:hover {
      opacity: 0.3;
    }
  }
  .footer_group_nav_social-list_item_anchor_text {
    margin-left: 10px;
  }
  
  .footer_group_nav_privacy {
    margin-top: 40px;
  }
  
  @media (hover: hover) {
    .footer_group_nav_privacy_anchor {
      transition: opacity 0.3s;
    }
    .footer_group_nav_privacy_anchor:hover {
      opacity: 0.3;
    }
  }
  .footer_group_nav_privacy_anchor_text {
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-left: 10px;
  }
  
  .inline-block {
    display: inline-block;
  }
  
  .margin-top-none {
    margin-top: 0 !important;
  }
  
  .natural p {
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  
  .natural p:not(:first-of-type) {
    margin-top: 20px;
  }
  
  .natural .button:not(:first-of-type) {
    margin-top: 40px;
  }
  @media print, screen and (min-width: 768px) {
    .natural .button:not(:first-of-type) {
      margin-top: 60px;
    }
  }
  
  .natural a {
    text-decoration: underline;
  }
  
  .show-palmtop {
    display: block;
  }
  @media print, screen and (min-width: 768px) {
    .show-palmtop {
      display: none;
    }
  }
  
  .show-laptop-wider {
    display: none;
  }
  @media print, screen and (min-width: 768px) {
    .show-laptop-wider {
      display: block;
    }
  }
  
  .show-desktop-wider {
    display: none;
  }
  @media print, screen and (min-width: 1050px) {
    .show-desktop-wider {
      display: block;
    }
  }
  
  .show-desktop-lower {
    display: block;
  }
  @media print, screen and (min-width: 1050px) {
    .show-desktop-lower {
      display: none;
    }
  }
  
  .text-right {
    text-align: right;
  }
  
  .home-hero {
    padding-top: 200px;
    padding-bottom: 60px;
  }
  @media print, screen and (min-width: 768px) {
    .home-hero {
      padding-top: 280px;
      padding-bottom: 140px;
    }
  }
  .home-hero_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  @media print, screen and (min-width: 1050px) {
    .home-hero_container {
      padding-left: 50px;
      padding-right: 50px;
    }
  }
  
  .home-hero_block {
    position: relative;
  }
  
  .home-hero_text_margin {
    display: inline-block;
    margin: 15px;
  }
  @media print, screen and (min-width: 768px) {
    .home-hero_text_margin {
      width: 30px;
    }
  }
  
  .home-hero_text {
    transition: all 0.3s;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    animation: marquee 30s linear infinite;
    position: absolute;
    top: -40px;
    left: 50%;
    display: flex;
    transform: translate(-50%, 0%);
    white-space: nowrap;
  }
  @media print, screen and (min-width: 768px) {
    .home-hero_text {
      top: -80px;
    }
  }
  
  @keyframes marquee {
    0% {
      transform: translate(-40%, 0%);
    }
    100% {
      transform: translate(-60%, 0%);
    }
  }
  .home-hero_text_item {
    font-size: 80px;
    display: block;
    white-space: nowrap;
    color: #fff;
    text-align: center;
  }
  @media print, screen and (min-width: 768px) {
    .home-hero_text_item {
      font-size: 160px;
    }
  }
  
  .home-hero_video {
    height: 450px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
  }
  @media print, screen and (min-width: 768px) {
    .home-hero_video {
      height: 632px;
    }
  }
  
  .home-hero_video_movie {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .home-hero_video_logo {
    width: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  @media print, screen and (min-width: 768px) {
    .home-hero_video_logo {
      width: 208px;
    }
  }
  @media print, screen and (min-width: 1050px) {
    .home-hero_video_logo {
      width: 262px;
    }
  }
  
  .home-octopus {
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    padding: 20px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    margin-top: -55px;
    position: relative;
    z-index: 1;
  }
  @media print, screen and (min-width: 768px) {
    .home-octopus {
      width: 500px;
      padding: 20px 50px 20px 20px;
      display: flex;
      justify-content: space-between;
      margin-right: 0;
      border-radius: 100vw;
      margin-top: -33px;
    }
  }
  
  .home-octopus_social_list {
    display: flex;
    justify-content: center;
  }
  @media print, screen and (min-width: 768px) {
    .home-octopus_social_list {
      justify-content: normal;
    }
  }
  
  .home-octopus_social_list_item {
    padding: 0 20px;
    position: relative;
  }
  
  .home-octopus_social_list_item a {
    display: flex;
    align-items: center;
  }
  
  @media (hover: hover) {
    .home-octopus_social_list_item a {
      transition: opacity 0.3s;
    }
    .home-octopus_social_list_item a:hover {
      opacity: 0.5;
    }
  }
  .home-octopus_social_list_item_text {
    font-size: 14px;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    font-weight: 700;
    padding-left: 12px;
  }
  
  .home-octopus_social_list_item::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 1px;
    height: 17px;
    border-right: 1px dotted #ffffff;
  }
  
  .home-octopus_social_list_item:last-child::before {
    content: normal;
  }
  
  .home-octopus_play {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  @media print, screen and (min-width: 768px) {
    .home-octopus_play {
      margin-top: 0;
    }
  }
  
  @media (hover: hover) {
    .home-octopus_play {
      transition: opacity 0.3s;
    }
    .home-octopus_play:hover {
      opacity: 0.5;
    }
  }
  .home-octopus_play_text {
    font-size: 14px;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    vertical-align: text-bottom;
    padding-right: 28px;
    position: relative;
  }
  
  .home-octopus_play_text::after {
    content: "";
    width: 8px;
    height: 9px;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 4px;
    right: 0;
  }
  
  .home-heading {
    margin-bottom: 40px;
  }
  @media print, screen and (min-width: 1050px) {
    .home-heading--button {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 0;
      grid-template-areas: "ja ja" "en button";
      align-items: end;
    }
  }
  
  .home-heading_ja {
    grid-area: ja;
    font-size: 12px;
    text-align: right;
    position: relative;
    padding: 8px 15px 15px 0;
  }
  @media print, screen and (min-width: 768px) {
    .home-heading_ja {
      font-size: 16px;
    }
  }
  
  .home-heading_ja::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .home-heading_ja::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.5;
  }
  
  .home-heading_en {
    grid-area: en;
    margin-top: 60px;
    position: relative;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    padding-top: 20px;
  }
  @media print, screen and (min-width: 768px) {
    .home-heading_en {
      margin-top: 80px;
    }
  }
  
  .home-heading_en::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .home-heading_en_text {
    display: block;
    line-height: 1;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
  @media print, screen and (min-width: 768px) {
    .home-heading_en_text {
      font-size: 70px;
    }
  }
  @media print, screen and (min-width: 1050px) {
    .home-heading_en_text {
      font-size: 100px;
    }
  }
  
  .home-heading_button {
    grid-area: button;
    margin-bottom: 30px;
  }
  
  @media print, screen and (min-width: 768px) {
    .home-heading_button .button_anchor {
      margin-left: auto;
      margin-right: 0;
    }
  }
  
  .home-reason {
    position: relative;
    padding-bottom: 80px;
  }
  @media print, screen and (min-width: 768px) {
    .home-reason {
      padding-bottom: 150px;
    }
  }
  .home-reason::before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 100vw;
    background-image: url("/assets/images/home/img_deco_01.svg");
    background-size: cover;
    background-position: center;
    transform: translate(-50%, calc(50% - 50px));
  }
  
  .home-reason_paragraph {
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin-top: 30px;
  }
  @media print, screen and (min-width: 768px) {
    .home-reason_paragraph {
      margin-left: 50px;
    }
  }
  @media print, screen and (min-width: 1050px) {
    .home-reason_paragraph {
      margin-left: 110px;
    }
  }
  
  .home-reason_data {
    margin-top: 50px;
    position: relative;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 0;
    grid-template-areas: "head head" "tiktok instagram" "total total";
  }
  @media print, screen and (min-width: 768px) {
    .home-reason_data {
      margin-top: 80px;
      grid-template-columns: 22% 22% 56%;
      grid-template-rows: 1fr 1fr;
      gap: 0;
      grid-template-areas: "head head total" "tiktok instagram total";
    }
  }
  .home-reason_data::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.3;
  }
  
  .home-reason_data::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.3;
  }
  
  .home-reason_data_head,
  .home-reason_data_tiktok,
  .home-reason_data_instagram,
  .home-reason_data_total {
    position: relative;
    display: flex;
    align-items: center;
  }
  .home-reason_data_tiktok,
  .home-reason_data_instagram {
    justify-content: center;
  }
  
  .home-reason_data_tiktok,
  .home-reason_data_instagram,
  .home-reason_data_total {
    padding: 28px 0 24px;
  }
  @media print, screen and (min-width: 768px) {
    .home-reason_data_tiktok,
    .home-reason_data_instagram,
    .home-reason_data_total {
      justify-content: center;
    }
  }
  
  .home-reason_data_head {
    grid-area: head;
    padding: 48px 30px 44px;
  }
  @media print, screen and (min-width: 1050px) {
    .home-reason_data_head {
      padding: 48px 50px 44px;
    }
  }
  
  .home-reason_data_head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: calc(100% - 1px);
    height: 1px;
    background-color: #ffffff;
    opacity: 0.3;
  }
  
  .home-reason_data_head::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.3;
  }
  
  .home-reason_data_head_heading {
    font-size: 24px;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 18px;
  }
  
  .home-reason_data_head_heading::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
  }
  
  .home-reason_data_head_heading_text {
    margin-left: 5px;
  }
  
  .home-reason_data_head_paragraph {
    margin-top: 10px;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
  }
  
  .home-reason_data_tiktok {
    grid-area: tiktok;
  }
  
  .home-reason_data_tiktok::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: calc(100% - 1px);
    height: 1px;
    background-color: #ffffff;
    opacity: 0.3;
  }
  
  .home-reason_data_tiktok::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.3;
  }
  
  .home-reason_data_tiktok_heading {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .home-reason_data_tiktok_heading .icon--tiktok {
    width: 12px;
    height: 14px;
    background-size: cover;
  }
  
  .home-reason_data_tiktok_heading_text {
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-left: 5px;
  }
  @media print, screen and (min-width: 768px) {
    .home-reason_data_tiktok_heading_text {
      font-size: min(1.6vw, 18px);
    }
  }
  
  .home-reason_data_tiktok_follower {
    margin-top: 10px;
    text-align: center;
    font-size: min(4vw, 26px);
    font-weight: 700;
  }
  @media print, screen and (min-width: 768px) {
    .home-reason_data_tiktok_follower {
      font-size: min(2vw, 24px);
    }
  }
  @media print, screen and (min-width: 1050px) {
    .home-reason_data_tiktok_follower {
      font-size: min(8vw, 24px);
    }
  }
  
  .home-reason_data_tiktok_follower_number {
    display: inline-block;
  }
  @media print, screen and (min-width: 1050px) {
    .home-reason_data_tiktok_follower_number {
      width: 8em;
    }
  }
  
  .home-reason_data_instagram {
    grid-area: instagram;
  }
  
  .home-reason_data_instagram::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: calc(100% - 1px);
    height: 1px;
    background-color: #ffffff;
    opacity: 0.3;
  }
  
  .home-reason_data_instagram::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.3;
  }
  
  .home-reason_data_instagram_heading {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .home-reason_data_instagram_heading_text {
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-left: 5px;
  }
  @media print, screen and (min-width: 768px) {
    .home-reason_data_instagram_heading_text {
      font-size: min(1.6vw, 18px);
    }
  }
  
  .home-reason_data_instagram_follower {
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
    font-size: min(4vw, 26px);
  }
  @media print, screen and (min-width: 768px) {
    .home-reason_data_instagram_follower {
      font-size: min(2vw, 24px);
    }
  }
  @media print, screen and (min-width: 1050px) {
    .home-reason_data_instagram_follower {
      font-size: min(8vw, 24px);
    }
  }
  
  .home-reason_data_instagram_follower_number {
    display: inline-block;
  }
  @media print, screen and (min-width: 1050px) {
    .home-reason_data_instagram_follower_number {
      width: 6em;
    }
  }
  
  .home-reason_data_total {
    grid-area: total;
    padding: 50px 30px;
  }
  @media print, screen and (min-width: 768px) {
    .home-reason_data_total {
      padding: 0;
    }
  }
  
  .home-reason_data_total > div {
    margin-inline: auto;
  }
  
  .home-reason_data_total::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: calc(100% - 2px);
    height: 1px;
    background-color: #ffffff;
    opacity: 0.3;
  }
  
  .home-reason_data_total::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.3;
  }
  
  .home-reason_data_total_heading {
    font-size: 20px;
  }
  @media print, screen and (min-width: 768px) {
    .home-reason_data_total_heading {
      margin-top: 20px;
    }
  }
  
  .home-reason_data_total_follower {
    font-size: min(11vw, 50px);
    font-weight: 700;
    letter-spacing: 0.05em;
    width: 6.5em;
  }
  @media print, screen and (min-width: 768px) {
    .home-reason_data_total_follower {
      font-size: min(8vw, 50px);
    }
  }
  @media print, screen and (min-width: 1050px) {
    .home-reason_data_total_follower {
      font-size: min(13.5vw, 75px);
    }
  }
  
  .home-reason_data_note {
    font-size: 12px;
    text-align: right;
    margin-top: 10px;
  }
  
  .home-service {
    padding-bottom: 80px;
  }
  @media print, screen and (min-width: 768px) {
    .home-service {
      padding-bottom: 150px;
    }
  }
  .home-service_list {
    margin-top: 50px;
  }
  
  .home-service_card {
    position: relative;
    background-color: #262424;
    overflow: hidden;
    border-radius: 25px;
  }
  @media print, screen and (min-width: 1050px) {
    .home-service_card {
      display: flex;
      align-items: center;
    }
  }
  
  .home-service_card_text {
    padding: 50px 25px;
  }
  @media print, screen and (min-width: 768px) {
    .home-service_card_text {
      padding: 60px 50px;
    }
  }
  @media print, screen and (min-width: 1050px) {
    .home-service_card_text {
      width: 50%;
      padding: 100px;
    }
  }
  
  .home-service_card_text::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 25px;
    left: 25px;
  }
  @media print, screen and (min-width: 768px) {
    .home-service_card_text::before {
      width: 10px;
      height: 10px;
      top: 30px;
      left: 30px;
    }
  }
  
  .home-service_card_text_heading {
    font-size: 24px;
  }
  
  .home-service_card_text_paragraph {
    margin-top: 30px;
  }
  
  @media print, screen and (min-width: 1050px) {
    .home-service_card_image {
      width: 50%;
    }
  }
  
  .home-service_card_image img {
    width: 100%;
    max-width: 100%;
  }
  
  .home-service_card_text_link {
    margin-top: 30px;
    text-align: right;
  }
  
  .home-service_card_text_link_anchor {
    display: inline-block;
    font-size: 14px;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    font-weight: 700;
    padding-right: 28px;
    position: relative;
  }
  
  .home-service_card_text_link_anchor::after {
    content: "";
    display: block;
    background-image: url("/assets/images/arrow_icon.svg");
    width: 16px;
    height: 9px;
    position: absolute;
    top: 6px;
    right: 0;
  }
  
  .home-tarents {
    padding-bottom: 80px;
  }
  @media print, screen and (min-width: 1050px) {
    .home-tarents {
      padding-bottom: 150px;
    }
  }
  
  .home-tarents_list {
    margin-top: 60px;
    margin-left: -15px;
    margin-right: -15px;
  }
  @media print, screen and (min-width: 768px) {
    .home-tarents_list {
      display: flex;
      flex-wrap: wrap;
    }
  }
  
  .home-tarents_list_item {
    padding-left: 15px;
    padding-right: 15px;
  }
  @media print, screen and (min-width: 768px) {
    .home-tarents_list_item {
      width: 50%;
    }
  }
  @media print, screen and (min-width: 1050px) {
    .home-tarents_list_item {
      width: 33.3%;
    }
  }
  
  .home-artists_card {
    display: block;
  }
  
  .home-artists_card_image {
    padding-bottom: 20px;
    border-bottom: 1px solid #716C6E;
  }
  
  .home-artists_card_image img {
    border-radius: 15px;
  }
  
  .home-artists_card_tag-list {
    margin-top: 12px;
  }
  
  .home-artists_card_tag-list_item {
    display: inline-block;
    margin-right: 5px;
    margin-top: 8px;
  }
  
  .home-artists_card_tag-list_item_inner {
    border: 1px solid #ffffff;
    padding: 2px 10px;
    border-radius: 100vw;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  
  .home-artists_card_heading {
    font-size: 20px;
    font-weight: 400;
    margin-top: 26px;
    position: relative;
  }
  
  .home-artists_card_heading::after {
    content: "";
    display: block;
    background-image: url("/assets/images/arrow_icon.svg");
    width: 16px;
    height: 9px;
    background-size: cover;
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
  }
  
  .home-recruit {
    position: relative;
    padding-top: 80px;
  }
  @media print, screen and (min-width: 768px) {
    .home-recruit {
      padding-top: 100px;
    }
  }
  @media print, screen and (min-width: 1050px) {
    .home-recruit {
      padding-top: 150px;
    }
  }
  
  .home-recruit::before {
    content: "";
    background-image: url("/assets/images/home/bg_recruit.png");
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 50vw;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.25;
  }
  
  .home-recruit_list {
    margin-top: 60px;
    border-right: 1px solid #716C6E;
    border-bottom: 1px solid #716C6E;
  }
  @media print, screen and (min-width: 1050px) {
    .home-recruit_list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 0;
      grid-template-areas: "head crosstalk" "interview crosstalk";
    }
  }
  
  .home-recruit_list_head,
  .home-recruit_list_interview,
  .home-recruit_list_crosstalk {
    position: relative;
    border-top: 1px solid #716C6E;
    border-left: 1px solid #716C6E;
  }
  .home-recruit_list_head,
  .home-recruit_list_interview .home-recruit_list_card,
  .home-recruit_list_crosstalk .home-recruit_list_card {
    padding: 28px 20px 34px;
  }
  @media print, screen and (min-width: 1050px) {
    .home-recruit_list_head,
    .home-recruit_list_interview .home-recruit_list_card,
    .home-recruit_list_crosstalk .home-recruit_list_card {
      padding: 40px 50px;
    }
  }
  
  .home-recruit_list_head {
    grid-area: head;
  }
  .home-recruit_list_head_heading {
    font-size: 24px;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 15px;
  }
  
  .home-recruit_list_head_heading::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
  }
  
  .home-recruit_list_head_paragraph {
    margin-top: 10px;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
  }
  
  .home-recruit_list_interview {
    grid-area: interview;
  }
  
  .home-recruit_list_crosstalk {
    grid-area: crosstalk;
  }
  
  .home-recruit_list_card {
    display: block;
    height: 100%;
  }
  
  .home-recruit_list_card_heading {
    font-size: 14px;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  
  .home-recruit_list_card_image {
    margin-top: 20px;
    overflow: hidden;
    border-radius: 15px;
  }
  
  @media (hover: hover) {
    .home-recruit_list_card_image img {
      transition: transform 0.3s;
    }
    a:hover .home-recruit_list_card_image img {
      transform: scale(1.1);
    }
  }
  .home-recruit_list_card_paragraph {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  @media print, screen and (min-width: 768px) {
    .home-recruit_list_card_paragraph {
      font-size: 20px;
    }
  }
  
  .home-recruit_list_card_link {
    margin-top: 20px;
    text-align: right;
  }
  
  .home-recruit_list_card_link_anchor {
    display: inline-block;
    font-size: 14px;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    font-weight: 700;
    padding-right: 28px;
    position: relative;
    padding-bottom: 5px;
  }
  
  .home-recruit_list_card_link_anchor::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transition: transform 0.3s;
    transform-origin: left;
  }
  
  @media (hover: hover) {
    a:hover .home-recruit_list_card_link_anchor::before {
      transform: scale(1, 1);
    }
  }
  .home-recruit_list_card_link_anchor::after {
    content: "";
    display: block;
    background-image: url("/assets/images/arrow_icon.svg");
    width: 16px;
    height: 9px;
    position: absolute;
    top: 6px;
    right: 0;
  }
  
  .home-recruit_requirements {
    margin-top: 40px;
  }
  @media print, screen and (min-width: 768px) {
    .home-recruit_requirements {
      margin-top: 80px;
    }
  }
  .home-recruit_requirements_heading {
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  .home-recruit_requirements_list {
    display: flex;
    margin-top: 30px;
  }
  
  .home-recruit_requirements_list_item:not(:last-child) {
    margin-right: 30px;
  }
  @media print, screen and (min-width: 768px) {
    .home-recruit_requirements_list_item:not(:last-child) {
      margin-right: 50px;
    }
  }
  
  .home-recruit_requirements_list_item_anchor {
    display: inline-block;
    border-top: 1px solid #716C6E;
    padding: 10px 0 10px;
    position: relative;
    transition: opacity 0.3s;
  }
  @media print, screen and (min-width: 768px) {
    .home-recruit_requirements_list_item_anchor {
      padding: 10px 20px 0;
    }
  }
  
  @media (hover: hover) {
    .home-recruit_requirements_list_item_anchor:hover {
      opacity: 0.5;
    }
  }
  .home-recruit_list_card_link_anchor::after {
    content: "";
    display: block;
    background-image: url("/assets/images/arrow_icon.svg");
    width: 16px;
    height: 9px;
    position: absolute;
    top: 6px;
    right: 0;
  }
  
  .home-recruit_requirements_list_item_anchor_inner {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding-right: 22px;
    position: relative;
  }
  @media print, screen and (min-width: 768px) {
    .home-recruit_requirements_list_item_anchor_inner {
      padding-right: 28px;
    }
  }
  
  .home-recruit_requirements_list_item_anchor_inner::after {
    content: "";
    display: block;
    background-image: url("/assets/images/arrow_icon.svg");
    width: 16px;
    height: 9px;
    position: absolute;
    top: 6px;
    right: 0;
  }
  
  .home_news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media print, screen and (min-width: 1050px) {
    .home_news {
      padding-top: 150px;
      padding-bottom: 150px;
    }
  }
  
  .home_news_list {
    border-bottom: 1px solid #716C6E;
  }
  @media print, screen and (min-width: 768px) {
    .home_news_list {
      margin-left: 50px;
    }
  }
  @media print, screen and (min-width: 1050px) {
    .home_news_list {
      margin-left: 100px;
    }
  }
  
  .home_news_list_item {
    border-top: 1px solid #716C6E;
  }
  
  .home_news_list_item_anchor {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 20px;
    position: relative;
  }
  @media print, screen and (min-width: 768px) {
    .home_news_list_item_anchor {
      flex-wrap: nowrap;
    }
  }
  
  @media (hover: hover) {
    .home_news_list_item_anchor::before {
      pointer-events: none;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      opacity: 0;
      transition: opacity 0.3s;
    }
    .home_news_list_item_anchor:hover::before {
      opacity: 0.2;
    }
  }
  .home_news_list_item_time {
    min-width: 130px;
    font-size: 14px;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .home_news_list_item_category {
    font-size: 12px;
    letter-spacing: 0.05em;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    font-weight: 600;
  }
  @media print, screen and (min-width: 768px) {
    .home_news_list_item_category {
      min-width: 140px;
    }
  }
  
  .home_news_list_item_category_inner {
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 12px;
    padding: 2px 11px 1px;
  }
  
  .home_news_list_item_title {
    margin-top: 15px;
    width: 100%;
    font-size: 16px;
  }
  @media print, screen and (min-width: 768px) {
    .home_news_list_item_title {
      margin-top: 0;
      width: calc(100% - 130px + 140px);
    }
  }
  
  .home-company {
    padding-bottom: 80px;
  }
  @media print, screen and (min-width: 1050px) {
    .home-company {
      padding-bottom: 150px;
    }
  }
  
  .home-company_columns {
    margin-top: -60px;
    margin-left: 30px;
  }
  @media print, screen and (min-width: 1050px) {
    .home-company_columns {
      display: flex;
      margin-top: -90px;
      margin-left: 100px;
    }
  }
  
  .home-company_columns_column:nth-child(1) {
    width: 100%;
  }
  @media print, screen and (min-width: 1050px) {
    .home-company_columns_column:nth-child(1) {
      width: 55%;
    }
  }
  
  .home-company_columns_column:nth-child(2) {
    margin-top: 20px;
  }
  @media print, screen and (min-width: 768px) {
    .home-company_columns_column:nth-child(2) {
      margin-top: 50px;
    }
  }
  @media print, screen and (min-width: 1050px) {
    .home-company_columns_column:nth-child(2) {
      margin-top: 10px;
      margin-left: 50px;
      width: 45%;
    }
  }
  
  .home-company_image {
    border-radius: 15px;
    overflow: hidden;
  }
  
  .home-company_text_button {
    margin-left: -30px;
  }
  @media print, screen and (min-width: 768px) {
    .home-company_text_button {
      margin-left: 0;
    }
  }
  
  .home-social {
    padding: 50px 0;
    background-color: #262424;
  }
  @media print, screen and (min-width: 1050px) {
    .home-social {
      padding: 80px 0;
    }
  }
  
  .home-social_list {
    display: flex;
    justify-content: center;
  }
  .home-social_list_item:not(:first-child) {
    margin-left: 30px;
  }
  @media print, screen and (min-width: 768px) {
    .home-social_list_item:not(:first-child) {
      margin-left: 80px;
    }
  }
  
  .home-social_list_item_anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: relative;
  }
  @media print, screen and (min-width: 1050px) {
    .home-social_list_item_anchor {
      width: 70px;
      height: 70px;
    }
  }
  .add_exLink a {
    width: 75px;
  }
    .add_exLink a:after {
    display: none;
  }
  .home-social_list_item_anchor::before {
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 1;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 50%;
    opacity: 0;
  }
  
  @media (hover: hover) {
    .home-social_list_item_anchor::before {
      transition: opacity 0.3s;
    }
    .home-social_list_item_anchor:hover::before {
      opacity: 1;
    }
  }
  .home-social_list_item_anchor--tiktok::before {
    background: linear-gradient(135deg, rgb(0, 247, 239) 0%, rgb(255, 0, 79) 100%);
  }
  
  .home-social_list_item_anchor--instagram::before {
    background: linear-gradient(135deg, rgb(253, 217, 133) 0%, rgb(228, 62, 95) 50%, rgb(81, 103, 200) 100%);
  }
  
  .home-social_list_item_anchor--twitter::before {
    background: linear-gradient(135deg, rgb(47, 190, 216) 0%, rgb(52, 143, 183) 100%);
  }
  
  .home-social_list_item_anchor span {
    position: relative;
    z-index: 1;
  }
  @page {
    size: 1200px;
  }
  
  @charset "UTF-8";
  body * {
    box-sizing: border-box;
  }
  
  .add_exLink a {
    position: relative;
    width: 93px;
  }
  .add_exLink a:after {
    position: absolute;
    top: 15px;
    right: 0;
    width: 14px;
    height: 14px;
    background-image: url(../add-img/exLink-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
  }
  
  .sns-icon1 {
    width: 24px;
  }
  .sns-icon1 img {
    width: 100%;
  }
  
  @media print, screen and (min-width: 768px) {
    .home-hero_system {
      margin: 0 auto;
      margin-top: -33px;
      padding: 20px 40px 20px 40px;
    }
  }
  .home-hero_system_social_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .home-heading_wrap {
    display: flex;
    align-items: flex-end;
  }
  @media (max-width: 1050px) {
    .home-heading_wrap {
      display: block;
    }
  }
  .home-heading_wrap .button--right {
    width: 100%;
  }
  
  .container .home-service_container {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  @media (max-width: 767px) {
    .container .home-service_container {
      display: block;
    }
  }
  .container .home-service_container_b {
    position: relative;
    width: 580px;
    height: 502px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  @media (max-width: 767px) {
    .container .home-service_container_b {
      display: block;
      border-right: none;
      width: 100%;
      height: auto;
      padding: 40px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .container .home-service_container_b:last-child {
      border-bottom: none;
    }
  }
  @media (max-width: 767px) and (max-width: 540px) {
    .container .home-service_container_b {
      height: auto;
      padding: 80px 0 40px;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b:last-of-type {
      border-right: none;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_heading {
      position: absolute;
      top: 35px;
      right: 30px;
    }
    .container .home-service_container_b_heading p {
      position: relative;
      width: 131px;
      margin-left: auto;
      color: #fff;
      font-size: 16px;
      text-align: right;
      padding-right: 42px;
    }
    .container .home-service_container_b_heading p:before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #ffffff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
    }
    .container .home-service_container_b_heading p:after {
      content: "01";
      width: auto;
      font-size: 24px;
      position: absolute;
      top: -2px;
      right: 0px;
    }
    .container .home-service_container_b_heading p.p1:after {
      content: "01";
      width: auto;
      font-size: 24px;
      position: absolute;
      top: -2px;
      right: 0px;
    }
    .container .home-service_container_b_heading p.p2:after {
      content: "02";
      width: auto;
      font-size: 24px;
      position: absolute;
      top: -2px;
      right: 0px;
    }
    .container .home-service_container_b_heading p.p3:after {
      content: "03";
      width: auto;
      font-size: 24px;
      position: absolute;
      top: -2px;
      right: 0px;
    }
    .container .home-service_container_b_heading p.p4:after {
      content: "04";
      width: auto;
      font-size: 24px;
      position: absolute;
      top: -2px;
      right: 0px;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_inner {
      margin: 0 auto;
      width: 480px;
    }
  }
  @media (max-width: 767px) and (max-width: 1150px) {
    .container .home-service_container_b_inner {
      width: 95%;
    }
  }
  @media (max-width: 767px) and (max-width: 767px) {
    .container .home-service_container_b_inner {
      width: calc(100% - 100px);
    }
  }
  @media (max-width: 767px) and (max-width: 560px) {
    .container .home-service_container_b_inner {
      width: calc(100% - 30px);
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_inner_wrap {
      margin-bottom: 24px;
      display: flex;
      gap: 20px;
    }
  }
  @media (max-width: 767px) and (max-width: 1150px) {
    .container .home-service_container_b_inner_wrap {
      gap: 2%;
    }
  }
  @media (max-width: 767px) and (max-width: 630px) {
    .container .home-service_container_b_inner_wrap {
      margin-top: 15px;
    }
  }
  @media (max-width: 767px) and (max-width: 540px) {
    .container .home-service_container_b_inner_wrap {
      margin-top: 0;
      display: block;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_inner_wrap_pic {
      width: 200px;
      flex: 0 0 200px;
    }
  }
  @media (max-width: 767px) and (max-width: 540px) {
    .container .home-service_container_b_inner_wrap_pic {
      margin: 0 auto;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_inner_wrap_pic img {
      width: 100%;
    }
  }
  @media (max-width: 767px) and (max-width: 540px) {
    .container .home-service_container_b_inner_wrap_desc {
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_inner_wrap_desc_ttl {
      font-size: 40px;
      margin-bottom: 16px;
    }
  }
  @media (max-width: 767px) and (max-width: 1150px) {
    .container .home-service_container_b_inner_wrap_desc_ttl {
      font-size: 32px;
    }
  }
  @media (max-width: 767px) and (max-width: 540px) {
    .container .home-service_container_b_inner_wrap_desc_ttl {
      margin: 20px auto;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_inner_wrap_desc_txt {
      font-size: 20px;
    }
  }
  @media (max-width: 767px) and (max-width: 1150px) {
    .container .home-service_container_b_inner_wrap_desc_txt {
      font-size: 16px;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_desc {
      font-size: 16px;
    }
  }
  @media (max-width: 767px) and (max-width: 1150px) {
    .container .home-service_container_b_desc {
      font-size: 14px;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_desc:after {
      display: block;
      margin: 30px auto;
      width: 100%;
      height: 1px;
      content: "";
      background: #fff;
      opacity: 0.3;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_btn a {
      position: relative;
      width: 224px;
      display: block;
      transition: 0.4s;
    }
  }
  @media (max-width: 767px) and (max-width: 540px) {
    .container .home-service_container_b_btn a {
      text-align: left;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_btn a:hover {
      opacity: 0.7;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_btn a:after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 10px;
      right: 5px;
      content: "";
      background-image: url(../add-img/btn-arrow.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_btn2 a {
      position: relative;
      width: 215px;
      display: block;
      transition: 0.4s;
      font-size: 14px;
    }
  }
  @media (max-width: 767px) and (max-width: 767px) {
    .container .home-service_container_b_btn2 a {
      text-align: left;
    }
  }
  @media (max-width: 767px) and (max-width: 540px) {
    .container .home-service_container_b_btn2 a {
      text-align: left;
    }
  }
  @media (max-width: 767px) and (max-width: 390px) {
    .container .home-service_container_b_btn2 a {
      font-size: 12px;
      width: 195px;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_btn2 a:hover {
      opacity: 0.7;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_btn2 a:after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      right: 5px;
      content: "";
      background-image: url(../add-img/exLink-icon.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_btn2 a.medi_btn {
      position: relative;
      width: 235px;
      display: block;
      transition: 0.4s;
      font-size: 14px;
    }
  }
  @media (max-width: 767px) and (max-width: 767px) {
    .container .home-service_container_b_btn2 a.medi_btn {
      text-align: left;
    }
  }
  @media (max-width: 767px) and (max-width: 540px) {
    .container .home-service_container_b_btn2 a.medi_btn {
      text-align: left;
    }
  }
  @media (max-width: 767px) and (max-width: 390px) {
    .container .home-service_container_b_btn2 a.medi_btn {
      font-size: 14px;
      width: 235px;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_btn2 a.medi_btn:hover {
      opacity: 0.7;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_btn2 a.medi_btn:after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      right: 5px;
      content: "";
      background-image: url(../add-img/exLink-icon.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_btn2.long a {
      position: relative;
      width: 254px;
      display: block;
      transition: 0.4s;
      font-size: 14px;
    }
  }
  @media (max-width: 767px) and (max-width: 767px) {
    .container .home-service_container_b_btn2.long a {
      text-align: left;
    }
  }
  @media (max-width: 767px) and (max-width: 540px) {
    .container .home-service_container_b_btn2.long a {
      text-align: left;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_btn2.long a:hover {
      opacity: 0.7;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container_b_btn2.long a:after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      right: 5px;
      content: "";
      background-image: url(../add-img/exLink-icon.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  }
  .container .home-service_container .home-service_container.last {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 150px;
  }
  @media (max-width: 767px) {
    .container .home-service_container .home-service_container.last {
      display: block;
      margin-bottom: 80px;
    }
  }
  .container .home-service_container .home-service_container.last_b {
    position: relative;
    width: 580px;
    height: 502px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  @media (max-width: 767px) {
    .container .home-service_container .home-service_container.last_b {
      display: block;
      border-right: none;
      width: 100%;
      border-bottom: none;
    }
  }
  @media (max-width: 540px) {
    .container .home-service_container .home-service_container.last_b {
      height: auto;
      padding: 80px 0 40px;
    }
  }
  .container .home-service_container .home-service_container.last_b:last-of-type {
    border-right: none;
  }
  .container .home-service_container .home-service_container.last_b_heading {
    position: absolute;
    top: 35px;
    right: 30px;
  }
  .container .home-service_container .home-service_container.last_b_heading p {
    position: relative;
    width: 131px;
    margin-left: auto;
    color: #fff;
    font-size: 16px;
    text-align: right;
    padding-right: 42px;
  }
  .container .home-service_container .home-service_container.last_b_heading p:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .container .home-service_container .home-service_container.last_b_heading p:after {
    content: "01";
    width: auto;
    font-size: 24px;
    position: absolute;
    top: -2px;
    right: 0px;
  }
  .container .home-service_container .home-service_container.last_b_heading p.p1:after {
    content: "01";
    width: auto;
    font-size: 24px;
    position: absolute;
    top: -2px;
    right: 0px;
  }
  .container .home-service_container .home-service_container.last_b_heading p.p2:after {
    content: "02";
    width: auto;
    font-size: 24px;
    position: absolute;
    top: -2px;
    right: 0px;
  }
  .container .home-service_container .home-service_container.last_b_heading p.p3:after {
    content: "03";
    width: auto;
    font-size: 24px;
    position: absolute;
    top: -2px;
    right: 0px;
  }
  .container .home-service_container .home-service_container.last_b_heading p.p4:after {
    content: "04";
    width: auto;
    font-size: 24px;
    position: absolute;
    top: -2px;
    right: 0px;
  }
  .container .home-service_container .home-service_container.last_b_inner {
    margin: 0 auto;
    width: 480px;
  }
  @media (max-width: 1150px) {
    .container .home-service_container .home-service_container.last_b_inner {
      width: 95%;
    }
  }
  @media (max-width: 767px) {
    .container .home-service_container .home-service_container.last_b_inner {
      width: calc(100% - 100px);
    }
  }
  .container .home-service_container .home-service_container.last_b_inner_wrap {
    margin-bottom: 24px;
    display: flex;
    gap: 20px;
  }
  @media (max-width: 1150px) {
    .container .home-service_container .home-service_container.last_b_inner_wrap {
      gap: 2%;
    }
  }
  @media (max-width: 540px) {
    .container .home-service_container .home-service_container.last_b_inner_wrap {
      display: block;
    }
  }
  .container .home-service_container .home-service_container.last_b_inner_wrap_pic {
    width: 135px;
  }
  @media (max-width: 540px) {
    .container .home-service_container .home-service_container.last_b_inner_wrap_pic {
      margin: 0 auto;
    }
  }
  .container .home-service_container .home-service_container.last_b_inner_wrap_pic img {
    width: 100%;
  }
  @media (max-width: 540px) {
    .container .home-service_container .home-service_container.last_b_inner_wrap_desc {
      text-align: center;
    }
  }
  .container .home-service_container .home-service_container.last_b_inner_wrap_desc_ttl {
    font-size: 40px;
    margin-bottom: 10px;
  }
  @media (max-width: 1150px) {
    .container .home-service_container .home-service_container.last_b_inner_wrap_desc_ttl {
      font-size: 32px;
    }
  }
  @media (max-width: 540px) {
    .container .home-service_container .home-service_container.last_b_inner_wrap_desc_ttl {
      margin: 20px auto;
    }
  }
  .container .home-service_container .home-service_container.last_b_inner_wrap_desc_txt {
    font-size: 20px;
  }
  @media (max-width: 1150px) {
    .container .home-service_container .home-service_container.last_b_inner_wrap_desc_txt {
      font-size: 16px;
    }
  }
  .container .home-service_container .home-service_container.last_b_desc {
    font-size: 16px;
  }
  @media (max-width: 1150px) {
    .container .home-service_container .home-service_container.last_b_desc {
      font-size: 14px;
    }
  }
  .container .home-service_container .home-service_container.last_b_desc:after {
    display: block;
    margin: 30px auto;
    width: 100%;
    height: 1px;
    content: "";
    background: #fff;
    opacity: 0.3;
  }
  .container .home-service_container .home-service_container.last_b_btn a {
    position: relative;
    width: 224px;
    display: block;
    transition: 0.4s;
  }
  @media (max-width: 540px) {
    .container .home-service_container .home-service_container.last_b_btn a {
      text-align: left;
    }
  }
  .container .home-service_container .home-service_container.last_b_btn a:hover {
    opacity: 0.7;
  }
  .container .home-service_container .home-service_container.last_b_btn a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 10px;
    right: 5px;
    content: "";
    background-image: url(../add-img/btn-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container .home-service_container .home-service_container.last_b_btn2 a {
    position: relative;
    width: 284px;
    display: block;
    transition: 0.4s;
    font-size: 14px;
  }
  @media (max-width: 767px) {
    .container .home-service_container .home-service_container.last_b_btn2 a {
      text-align: left;
    }
  }
  @media (max-width: 540px) {
    .container .home-service_container .home-service_container.last_b_btn2 a {
      text-align: left;
    }
  }
  @media (max-width: 390px) {
    .container .home-service_container .home-service_container.last_b_btn2 a {
      font-size: 12px;
      width: auto;
    }
  }
  .container .home-service_container .home-service_container.last_b_btn2 a:hover {
    opacity: 0.7;
  }
  .container .home-service_container .home-service_container.last_b_btn2 a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    right: 5px;
    content: "";
    background-image: url(../add-img/exLink-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container .home-service_container .home-service_container.last_b_btn2.long a {
    position: relative;
    width: 304px;
    display: block;
    transition: 0.4s;
    font-size: 14px;
  }
  @media (max-width: 767px) {
    .container .home-service_container .home-service_container.last_b_btn2.long a {
      text-align: left;
    }
  }
  @media (max-width: 540px) {
    .container .home-service_container .home-service_container.last_b_btn2.long a {
      text-align: left;
    }
  }
  @media (max-width: 390px) {
    .container .home-service_container .home-service_container.last_b_btn2.long a {
      font-size: 12px;
      width: auto;
    }
  }
  .container .home-service_container .home-service_container.last_b_btn2.long a:hover {
    opacity: 0.7;
  }
  .container .home-service_container .home-service_container.last_b_btn2.long a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    right: 5px;
    content: "";
    background-image: url(../add-img/exLink-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container .last_container {
    border-right: none;
    border-bottom: none;
  }
  .container .last_container .last_block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  @media (max-width: 767px) {
    .container .last_container .last_block {
      border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
  }
  .container .last_container .display_none {
    border-right: none;
  }
  @media (max-width: 767px) {
    .container .last_container .display_none {
      display: none;
    }
  }
  .container .logo-container {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
  }
  .container .logo-row img {
    width: 220px;
    margin-right: 20px;
  }
  @-webkit-keyframes scroll {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes scroll {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .container .logo-row {
    display: flex;
    -webkit-animation: scroll 30s linear infinite;
            animation: scroll 30s linear infinite;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-100% - 10px)); /* 10pxは画像間のスペース */
    }
  }
  .container .logo-row img {
    margin-right: 10px; /* 画像間のスペース */
  }
  .container .logo-row img:last-child {
    -webkit-animation: addFirst 30s linear infinite;
            animation: addFirst 30s linear infinite;
  }
  @-webkit-keyframes addFirst {
    0% {
      transform: translateX(calc(100% + 10px)); /* 10pxは画像間のスペース */
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes addFirst {
    0% {
      transform: translateX(calc(100% + 10px)); /* 10pxは画像間のスペース */
    }
    100% {
      transform: translateX(0);
    }
  }
  .container .js-case-slider.home-tarents_list {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
  .container .home-tarents_list_item.slick-slide {
    width: 350px !important;
  }
  @media (max-width: 560px) {
    .container .home-tarents_list_item.slick-slide {
      width: 273px !important;
    }
  }
  .container .home-tarents_list_item.slick-slide.slick-current.slick-active {
    padding-left: 0;
  }
  .container .slick-prev.slick-arrow,
  .container .slick-next.slick-arrow {
    display: none !important;
  }
  .container .home-reason_data {
    margin-top: 80px;
    grid-template-columns: 22% 22% 56%;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    grid-template-areas: "head head total" "head head tiktok";
  }
  .container .home-reason_data_head_heading.about_sec {
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 24px;
    letter-spacing: 0.1em;
  }
  @media (max-width: 563px) {
    .container .home-reason_data_head_heading.about_sec {
      font-size: 16px;
      margin-bottom: 14px;
    }
  }
  .container .home-reason_data_head_heading.about_sec:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: 24px;
  }
  .container .home-reason_data_head_heading.about_sec span {
    font-size: 35px;
    font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
    line-height: 1.25;
  }
  @media (max-width: 563px) {
    .container .home-reason_data_head_heading.about_sec span {
      font-size: 25px;
    }
  }
  @media (max-width: 767px) {
    .container .home-reason_data_head_heading.about_sec:last-of-type {
      margin-bottom: 0px;
    }
  }
  .container .home-reason_data_head_heading.about_sec:last-of-type:before {
    display: none;
    margin-bottom: 0;
  }
  .container .home-reason_data_total_follower {
    font-size: 65px;
  }
  @media (max-width: 1050px) {
    .container .home-reason_data_total_follower {
      font-size: 48px;
    }
  }
  .container .recruit-wrap {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  @media (max-width: 1380px) {
    .container .recruit-wrap {
      justify-content: center;
      gap: 4%;
    }
  }
  @media (max-width: 560px) {
    .container .recruit-wrap {
      justify-content: flex-start;
      flex-wrap: wrap;
    }
  }
  .container .recruit-wrap_b {
    width: 352px;
  }
  @media (max-width: 560px) {
    .container .recruit-wrap_b {
      width: 47.9%;
      margin-bottom: 20px;
    }
  }
  .container .recruit-wrap_b_pic img {
    width: 100%;
  }
  .container .recruit-wrap_b_desc .txt1 {
    margin-top: 20px;
  }
  @media (max-width: 560px) {
    .container .recruit-wrap_b_desc .txt1 {
      margin-top: 10px;
    }
  }
  .container .recruit-wrap_b_desc .txt2 {
    margin-top: 10px;
    font-size: 20px;
  }
  @media (max-width: 560px) {
    .container .recruit-wrap_b_desc .txt2 {
      font-size: 18px;
    }
  }
  .container .home-news_list_item_anchor {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
  @media (max-width: 560px) {
    .container .home-news_list_item_anchor {
      display: block;
    }
  }
  .container .home-news_list_item_left {
    width: 320px;
    height: 180px;
  }
  @media (max-width: 1050px) {
    .container .home-news_list_item_left {
      width: 270px;
      height: 152px;
    }
  }
  @media (max-width: 560px) {
    .container .home-news_list_item_left {
      width: 100%;
      height: auto;
    }
  }
  .container .home-news_list_item_left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  @media (max-width: 560px) {
    .container .home-news_list_item_left img {
      width: 100%;
      height: 50vw;
    }
  }
  .container .home-news_list_item_right {
    width: 660px;
    height: auto;
  }
  @media (max-width: 1050px) {
    .container .home-news_list_item_right {
      width: 65%;
    }
  }
  @media (max-width: 560px) {
    .container .home-news_list_item_right {
      width: 100%;
    }
  }
  .container .home-news_list_item_time {
    min-width: 114px;
  }
  .container .home-news_list_item_wrap {
    display: flex;
    margin-bottom: 28px;
  }
  @media (max-width: 560px) {
    .container .home-news_list_item_wrap {
      margin-top: 38px;
      margin-bottom: 18px;
    }
  }
  .container .home-column_list_item_anchor {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
  @media (max-width: 560px) {
    .container .home-column_list_item_anchor {
      display: block;
    }
  }
  .container .home-column_list_item_left {
    width: 320px;
    height: 180px;
  }
  @media (max-width: 1050px) {
    .container .home-column_list_item_left {
      width: 270px;
      height: 152px;
    }
  }
  @media (max-width: 560px) {
    .container .home-column_list_item_left {
      width: 100%;
      height: auto;
    }
  }
  .container .home-column_list_item_left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  @media (max-width: 560px) {
    .container .home-column_list_item_left img {
      width: 100%;
      height: 50vw;
    }
  }
  .container .home-column_list_item_right {
    width: 660px;
    height: auto;
  }
  @media (max-width: 1050px) {
    .container .home-column_list_item_right {
      width: 65%;
    }
  }
  @media (max-width: 560px) {
    .container .home-column_list_item_right {
      width: 100%;
    }
  }
  .container .home-column_list_item_time {
    min-width: 114px;
  }
  .container .home-column_list_item_wrap {
    display: flex;
    margin-bottom: 28px;
  }
  @media (max-width: 560px) {
    .container .home-column_list_item_wrap {
      margin-top: 38px;
      margin-bottom: 18px;
    }
  }
  .container .home-reason.reason2:before {
    position: unset;
  }
  .container .button.recruit-btn a {
    position: relative;
    width: 100%;
  }
  .container .button.recruit-btn a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 26px;
    width: 14px;
    height: 14px;
    background-image: url(../add-img/exLink-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
  }
  .container .button.recruit-btn a:hover:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 26px;
    width: 14px;
    height: 14px;
    background-image: url(../add-img/exLink-icon2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
  }
  .container .home-recruit:before {
    content: "";
    background-image: url(/assets/images/home/bg_recruit.png);
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 50vw;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0.25;
  }
  .container .slick {
    padding: 120px 0;
  }
  .container .slick_inner {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 0 20px;
  }
  .container .slick_container {
    position: relative;
    /* インナー幅から片側をはみ出させる */
    width: calc(100% + (100vw - 100%) / 2);
    /* / インナー幅から片側をはみ出させる */
  }
  .container .slick_prev,
  .container .slick_next {
    position: absolute;
    top: 40px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .container .slick_prev {
    /* (インナー幅の右端) + (画像のマージン + ボタンの大きさ + ボタンとの間隔) */
    right: calc(100vw - 100% + 95px);
  }
  .container .slick_next {
    /* (インナー幅の右端) + (画像のマージン) */
    right: calc(100vw - 100% + 30px);
  }
  .container .slick_prev:before,
  .container .slick_next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #18212b;
    border-right: 1px solid #18212b;
    opacity: 1;
    content: "";
  }
  .container .slick_prev:before {
    transform: translate(-25%, -50%) rotate(-135deg);
  }
  .container .slick_next:before {
    transform: translate(-75%, -50%) rotate(45deg);
  }
  .container .slick_image {
    position: relative;
    width: 310px;
    margin-right: 30px;
  }
  .container .slick_image:before {
    display: block;
    padding-top: 66.6666666667%;
    content: "";
  }
  .container .slick_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .container .home-tarents {
    padding-bottom: 0;
  }
  @media (max-width: 1325px) {
    .container .home-reason_data_head {
      padding: 24px;
    }
  }
  @media (max-width: 767px) {
    .container .home-reason_data_head {
      padding: 70px 50px;
    }
  }
  @media (max-width: 563px) {
    .container .home-reason_data_head {
      padding: 60px 30px 30px;
    }
  }
  @media print, screen and (min-width: 768px) {
    .container .home-recruit {
      padding-top: 0;
    }
  }
  @media (max-width: 1150px) {
    .container .tab_dis {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .container .home-reason_data {
      display: block;
    }
  }
  @media (max-width: 767px) {
    .container .home-hero_system {
      width: 500px;
      border-radius: 9999px;
      margin-top: -33px;
    }
  }
  @media (max-width: 610px) {
    .container .home-hero_system {
      width: 100%;
      padding: 20px 3vw;
    }
  }
  .container .home-news_list_item_anchor {
    gap: 4%;
    flex-wrap: nowrap;
  }
  .container .home-column_list_item_anchor {
    gap: 4%;
    flex-wrap: nowrap;
  }
  .container .home-heading_button {
    margin-bottom: 0px;
  }
  @media (max-width: 767px) {
    .container .button--right .button_anchor {
      margin-right: auto;
      margin-left: 0;
    }
  }
  @media (max-width: 610px) {
    .container .home-hero_block .container {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  @media (max-width: 610px) {
    .container .home-hero_system_social_list_item {
      padding: 0 3vw;
      position: relative;
    }
  }
  .container .home-reason_data_tiktok,
  .container .home-reason_data_instagram,
  .container .home-reason_data_total {
    padding: 50px 30px;
  }
  @media (max-width: 563px) {
    .container .home-reason_data_tiktok,
  .container .home-reason_data_instagram,
  .container .home-reason_data_total {
      padding: 30px;
      justify-content: flex-start;
    }
  }
  @media (max-width: 563px) {
    .container .home-reason_data_total_heading {
      font-size: 16px;
    }
  }
  @media (max-width: 563px) {
    .container .home-reason_data_total_follower {
      font-size: 40px;
    }
  }
  @media (max-width: 563px) {
    .container .home-reason_data_head_heading {
      padding-left: 0;
    }
  }
  @media (max-width: 563px) {
    .container .home-reason_data_total {
      justify-content: flex-start;
    }
  }
  @media (max-width: 560px) {
    .container .home-reason_data_total > div {
      margin-inline: auto;
      margin: 0;
    }
  }
  .container .home-reason {
    padding-bottom: 0px;
  }
  @media (max-width: 560px) {
    .container .button.recruit-btn:not(:first-child) {
      margin-top: 40px;
    }
  }
  .container .home-news_list_item_anchor {
    display: flex;
    align-items: flex-start;
    padding: 30px 20px;
    position: relative;
  }
  @media (max-width: 560px) {
    .container .home-news_list_item_anchor {
      display: block;
      padding: 30px 0;
    }
  }
  .container .home-column_list_item_anchor {
    display: flex;
    align-items: flex-start;
    padding: 30px 20px;
    position: relative;
  }
  @media (max-width: 560px) {
    .container .home-column_list_item_anchor {
      display: block;
      padding: 30px 0;
    }
  }
  .container .home-reason.reason2 .container {
    margin-bottom: 150px;
  }
  @media (max-width: 767px) {
    .container .home-reason.reason2 .container {
      margin-bottom: 80px;
    }
  }
  .container .home-heading_ja.recruit {
    padding: 16px 15px 15px 0;
  }
  @media (max-width: 767px) {
    .container .home-heading_ja.recruit {
      padding: 6px 15px 15px 0;
    }
  }
  .container .home-heading_ja.recruit:before {
    top: 8px;
  }
  @media (max-width: 767px) {
    .container .home-heading_ja.recruit:before {
      top: 0;
    }
  }
  
  .home-service_container_b_heading {
    position: absolute;
    top: 35px;
    right: 30px;
  }
  .home-service_container_b_heading p {
    position: relative;
    width: 131px;
    margin-left: auto;
    color: #fff;
    font-size: 16px;
    text-align: right;
    padding-right: 42px;
  }
  .home-service_container_b_heading p:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .home-service_container_b_heading p:after {
    content: "01";
    width: auto;
    font-size: 24px;
    position: absolute;
    top: -2px;
    right: 0px;
  }
  .home-service_container_b_heading p.p1:after {
    content: "01";
    width: auto;
    font-size: 24px;
    position: absolute;
    top: -2px;
    right: 0px;
  }
  .home-service_container_b_heading p.p2:after {
    content: "02";
    width: auto;
    font-size: 24px;
    position: absolute;
    top: -2px;
    right: 0px;
  }
  .home-service_container_b_heading p.p3:after {
    content: "03";
    width: auto;
    font-size: 24px;
    position: absolute;
    top: -2px;
    right: 0px;
  }
  .home-service_container_b_heading p.p4:after {
    content: "04";
    width: auto;
    font-size: 24px;
    position: absolute;
    top: -2px;
    right: 0px;
  }
  .home-service_container_b_heading p.p5:after {
    content: "05";
    width: auto;
    font-size: 24px;
    position: absolute;
    top: -2px;
    right: 0px;
  }
  .home-service_container_b_heading p.p6:after {
    content: "06";
    width: auto;
    font-size: 24px;
    position: absolute;
    top: -2px;
    right: 0px;
  }
  .home-service_container_b_heading p.p7:after {
    content: "07";
    width: auto;
    font-size: 24px;
    position: absolute;
    top: -2px;
    right: 0px;
  }
  
  .home-service_container_b_inner {
    margin: 0 auto;
    width: 480px;
  }
  @media (max-width: 1150px) {
    .home-service_container_b_inner {
      width: 95%;
    }
  }
  @media (max-width: 767px) {
    .home-service_container_b_inner {
      width: calc(100% - 100px);
    }
  }
  @media (max-width: 560px) {
    .home-service_container_b_inner {
      width: calc(100% - 60px);
    }
  }
  .home-service_container_b_inner_wrap {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  @media (max-width: 1150px) {
    .home-service_container_b_inner_wrap {
      gap: 2%;
    }
  }
  @media (max-width: 540px) {
    .home-service_container_b_inner_wrap {
      display: block;
    }
  }
  .home-service_container_b_inner_wrap_pic {
    width: 200px;
    flex: 0 0 200px;
  }
  @media (max-width: 900px) {
    .home-service_container_b_inner_wrap_pic {
      width: 140px;
      flex: 0 0 140px;
    }
  }
  @media (max-width: 767px) {
    .home-service_container_b_inner_wrap_pic {
      width: 200px;
      flex: 0 200px;
    }
  }
  @media (max-width: 540px) {
    .home-service_container_b_inner_wrap_pic {
      margin: 0 auto;
    }
  }
  .home-service_container_b_inner_wrap_pic img {
    width: 100%;
  }
  @media (max-width: 540px) {
    .home-service_container_b_inner_wrap_desc {
      text-align: center;
    }
  }
  .home-service_container_b_inner_wrap_desc_ttl {
    font-size: 36px;
    margin-bottom: 16px;
  }
  @media (max-width: 1150px) {
    .home-service_container_b_inner_wrap_desc_ttl {
      font-size: 32px;
    }
  }
  @media (max-width: 540px) {
    .home-service_container_b_inner_wrap_desc_ttl {
      margin: 20px auto;
    }
  }
  .home-service_container_b_inner_wrap_desc_txt {
    font-size: 18px;
  }
  @media (max-width: 1150px) {
    .home-service_container_b_inner_wrap_desc_txt {
      font-size: 16px;
    }
  }
  .home-service_container_b_inner_wrap_desc_txt.medi_txt {
    font-size: 14px;
  }
  @media (max-width: 1150px) {
    .home-service_container_b_inner_wrap_desc_txt.medi_txt {
      font-size: 11px;
    }
  }
  @media (max-width: 1150px) {
    .home-service_container_b_inner_wrap_desc_txt.medi_txt {
      font-size: 11px;
    }
  }
  @media (max-width: 767px) {
    .home-service_container_b_inner_wrap_desc_txt.medi_txt {
      font-size: 16px;
    }
  }
  .home-service_container_b_inner_wrap_desc_txt.current {
    font-size: 17px;
  }
  @media (max-width: 1150px) {
    .home-service_container_b_inner_wrap_desc_txt.current {
      font-size: 16px;
    }
  }
  .home-service_container_b_inner_wrap_desc .smaller_text {
    font-size: 14px;
    text-align: left;
  }
  
  .home-service_container_b_desc {
    font-size: 16px;
  }
  @media (max-width: 1150px) {
    .home-service_container_b_desc {
      font-size: 14px;
    }
  }
  .home-service_container_b_desc:after {
    display: block;
    margin: 30px auto;
    width: 100%;
    height: 1px;
    content: "";
    background: #fff;
    opacity: 0.3;
  }
  
  .home-service_container_b_btn a {
    position: relative;
    width: 224px;
    display: block;
    transition: 0.4s;
  }
  @media (max-width: 540px) {
    .home-service_container_b_btn a {
      text-align: left;
    }
  }
  .home-service_container_b_btn a:hover {
    opacity: 0.7;
  }
  .home-service_container_b_btn a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 10px;
    right: 6px;
    content: "";
    background-image: url(../add-img/btn-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-reason2 {
    padding-bottom: 150px;
  }
  @media (max-width: 767px) {
    .home-reason2 {
      position: relative;
      padding-bottom: 80px;
    }
  }
  
  .slick-slide img {
    display: block;
    height: 562px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  @media (max-width: 560px) {
    .slick-slide img {
      width: 100%;
      height: 390px;
    }
  }
  
  .button--right.reason_btn .button_anchor {
    margin-right: auto;
    margin-left: 0;
  }
  
  .container .home-service_container_b_heading p {
    position: relative;
    width: 131px;
    margin-left: auto;
    color: #fff;
    font-size: 16px;
    text-align: right;
    padding-right: 42px;
    font-family: "Instrument Sans", sans-serif;
  }
  
  select {
    padding-right: 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
  }
  
  .wpcf7-form-control.wpcf7-select.select-menu {
    padding: 11px 16px;
  }
  
  .form_content.content1 {
    position: relative;
  }
  .form_content.content1:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 19px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(135deg);
  }
  
  .home-hero_video_movie {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .home-reason_data_total > div {
    margin-inline: unset;
    margin-right: auto;
  }
  @media (max-width: 767px) {
    .home-reason_data_total > div {
      margin-inline: auto;
      margin-right: auto;
    }
  }
  
  .container .home-reason_data_total_follower {
    font-size: 68px;
  }
  @media (max-width: 1293px) {
    .container .home-reason_data_total_follower {
      font-size: 60px;
    }
  }
  @media (max-width: 1057px) {
    .container .home-reason_data_total_follower {
      font-size: 48px;
    }
  }
  @media (max-width: 897px) {
    .container .home-reason_data_total_follower {
      font-size: 40px;
    }
  }
  @media (max-width: 435px) {
    .container .home-reason_data_total_follower {
      font-size: 32px;
    }
  }
  
  .home-reason_data_tiktok,
  .home-reason_data_instagram,
  .home-reason_data_total {
    justify-content: flex-start;
  }
  @media (max-width: 767px) {
    .home-reason_data_tiktok,
  .home-reason_data_instagram,
  .home-reason_data_total {
      justify-content: center;
    }
  }
  
  .home-service_container_b_btn a {
    position: relative;
    width: 224px;
    display: block;
    transition: 0.4s;
  }
  
  .home-service_container_b_btn:after {
    display: block;
    margin: 30px auto;
    width: 100%;
    height: 1px;
    content: "";
    background: #fff;
    opacity: 0.3;
  }
  
  .home-service_container_b_btn2 a {
    position: relative;
    width: 213px;
    display: block;
    transition: 0.4s;
    font-size: 14px;
  }
  
  .home-service_container_b_btn2 a.medi_btn {
    position: relative;
    width: 235px;
    display: block;
    transition: 0.4s;
    font-size: 14px;
  }
  
  .home-service_container_b_btn2 a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    right: 5px;
    content: "";
    background-image: url(../add-img/exLink-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .home-service_container_b_btn2.current2 a {
    position: relative;
    width: 224px;
    display: block;
    transition: 0.4s;
    font-size: 14px;
  }
  
  .home-service_container_b_btn2.current4 a {
    position: relative;
    width: 254px;
    display: block;
    transition: 0.4s;
    font-size: 14px;
  }
  
  .billboard--service .container .billboard_heading {
    line-height: 1.5em;
  }
  
  .wpcf7-checkbox input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid #ccc; /* 必要に応じてボーダーを追加 */
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  
  .wpcf7-checkbox input[type=checkbox]:checked {
    background-color: transparent;
    border-color: #ccc; /* チェック時のボーダー色を指定（任意） */
  }
  
  .add_margin {
    margin-top: 20px !important;
  }
  @media (max-width: 767px) {
    .add_margin {
      margin-top: 0 !important;
    }
  }
  
  .add_margin2 {
    margin-top: 46px !important;
  }
  @media (max-width: 767px) {
    .add_margin2 {
      margin-top: 0 !important;
    }
  }
  
  .wpcf7-form-control.wpcf7-checkbox.check-menu {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  @media (max-width: 767px) {
    .wpcf7-form-control.wpcf7-checkbox.check-menu {
      gap: 16px;
      margin-top: 24px;
    }
  }
  
  .wpcf7-checkbox input[type=checkbox] {
    margin-bottom: -2px;
    border-radius: 4px;
  }
  
  .wpcf7-list-item {
    margin: 0;
    font-size: 18px;
  }
  @media (max-width: 767px) {
    .wpcf7-list-item {
      font-size: 16px;
    }
  }
  
  .wpcf7-list-item.first {
    margin-left: 0;
  }/*# sourceMappingURL=add-css.css.map */