@charset "UTF-8";
/*
Theme Name: A-Zip-THEME
Theme URI: 
Template: understrap
Description: 
Author: AIDMA
Tags: 
Version: 1
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.4rem, calc(1.34rem + 0.3vw), 1.7rem);
  color: #000;
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */ }

a:link, a:visited, a:hover, a:active {
  color: inherit; }

a:hover {
  text-decoration: none !important;
  opacity: 0.7;
  transition: 0.5s; }

li {
  margin-bottom: 0;
  line-height: 2em; }

/* アンカーリンクのヘッダ被り調整 */
:target::before {
  content: "";
  display: block;
  height: 50px;
  margin: -50px 0 0; }

@media (min-width: 768px) {
  :target::before {
    height: 100px;
    margin: -100px 0 0; } }
:where(.wp-block-columns) {
  margin-bottom: 0; }

.breadSection, .veu_socialSet {
  /* 標準パーツ非表示化 */
  display: none; }

.annotation_box {
  margin-top: 2vw;
  background-color: #FAFAE8;
  padding: clamp(1.5rem, calc(1.2rem + 1.5vw), 3rem);
  border-radius: 15px; }

.img-100 img {
  width: 100%; }

.mw-60 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .mw-60 {
    max-width: 100%; } }
@media (min-width: 992px) {
  .mw-60 {
    max-width: 31vw; } }
@media (min-width: 768px) {
  .img-75 img {
    width: 75%;
    margin: 0 auto; } }
.disp_pc {
  display: none !important; }

.disp_sp {
  display: block !important; }

@media (min-width: 576px) {
  .disp_pc {
    display: block !important; }

  .disp_sp {
    display: none !important; } }
p {
  margin-bottom: 2vw; }

h1 {
  line-height: 140%; }

h2 {
  font-size: clamp(2.2rem, calc(1.88rem + 1.6vw), 3.8rem);
  font-weight: 800;
  margin-bottom: 2.4vw;
  line-height: 1.6em; }

h3 {
  font-size: clamp(2rem, calc(1.84rem + 0.8vw), 2.8rem);
  font-weight: 500;
  margin-bottom: 3.1vw;
  line-height: 1.6em; }

h4 {
  margin-bottom: 2vw;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.6em; }

h5 {
  margin-bottom: 1.8vw;
  font-size: clamp(1.5rem, calc(1.44rem + 0.3vw), 1.8rem);
  font-weight: 700;
  line-height: 1.6em; }

.color-pink {
  color: #E53973; }

.wp-block-image.is-style-vk-image-rounded img,
.wp-block-image.is-style-vk-image-rounded figure.aligncenter img,
figure.wp-block-image.is-style-vk-image-rounded img {
  border-radius: 1.5rem; }

.siteContent {
  padding: 0; }

.table-bordered > :not(caption) > *, .wp-block-table table > :not(caption) > * {
  border-width: 0; }

.table, table {
  border-top: 0; }

/* アニメーション */
/* 共通のフェードインスタイル */
.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in; }

.fade-in.show {
  opacity: 1; }

/* オプションの方向付きアニメーション */
.fade-in-right-to-left {
  transform: translateX(5%);
  transition: opacity 1s ease-in, transform 1s ease-in; }

.fade-in-right-to-left.show {
  opacity: 1;
  transform: translateX(0); }

.fade-in-left-to-right {
  transform: translateX(-5%);
  transition: opacity 1s ease-in, transform 1s ease-in; }

.fade-in-left-to-right.show {
  opacity: 1;
  transform: translateX(0); }

.fade-in-top-to-bottom {
  transform: translateY(-10%);
  transition: opacity 1s ease-in, transform 1s ease-in; }

.fade-in-top-to-bottom.show {
  opacity: 1;
  transform: translateY(0); }

/* アンカーリンクのデザイン */
nav#anchor-nav {
  position: fixed;
  left: -200px;
  /* 初期位置を画面外に */
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  transition: left 0.3s;
  background-color: #FFF; }
  nav#anchor-nav.show {
    left: 0; }
  nav#anchor-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    nav#anchor-nav ul li {
      padding: 0 0 0 20px;
      margin: 0; }
      nav#anchor-nav ul li a {
        text-decoration: none;
        padding: 10px 15px;
        text-decoration: none;
        transition: background-color 0.3s ease;
        display: flex;
        position: relative; }
        nav#anchor-nav ul li a::before, nav#anchor-nav ul li a::after {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 16px;
          height: 16px;
          background-size: contain;
          background-repeat: no-repeat; }
        nav#anchor-nav ul li a::before {
          left: -10px;
          background-image: url("/asset/img/company/anchor-nav_ball.svg"); }
        nav#anchor-nav ul li a::after {
          right: -10px;
          background-image: url("/asset/img/company/anchor-nav_arrow.svg"); }

#show-nav-btn {
  position: fixed;
  left: 0;
  /* 右側に配置 */
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
  opacity: 1;
  transition: opacity 0.5s, background-color 0.3s;
  /* ボタンのスタイル */
  background-color: #999;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  padding: 15px 5px;
  /* 文字の縦書き */
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  /* 文字間隔の調整 */
  letter-spacing: 0.1em;
  line-height: 1.5; }

@media (min-width: 768px) {
  #show-nav-btn {
    padding: 15px 10px;
    font-size: 16px; } }
#show-nav-btn:hover {
  background-color: #e0e0e0; }

/* ボタンデザイン */
a.btn_detail {
  /* トップページ用Pinkボタン */
  color: #FFF;
  line-height: 17px;
  padding: 30px 0;
  width: 300px;
  height: 77px;
  border-radius: 50px;
  text-align: center;
  border: none;
  background-color: #E53973;
  display: block;
  position: relative; }
  a.btn_detail:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto; }

.wp-block-button.btn_detail {
  /* Wordpress純正ボタンのデザイン変更 */ }
  .wp-block-button.btn_detail a {
    color: #FFF;
    line-height: 17px;
    padding: 30px 0;
    width: 300px;
    height: 77px;
    border-radius: 50px;
    text-align: center;
    border: none;
    display: block;
    position: relative;
    font-size: 1.7rem !important;
    background-color: #666; }
    .wp-block-button.btn_detail a:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 8px;
      border-color: transparent transparent transparent #FFF;
      position: absolute;
      top: 0;
      right: 20px;
      bottom: 0;
      margin: auto; }
  .wp-block-button.btn_detail.blue_gradation a {
    background: linear-gradient(to right, #469EF0, #58CDFF) !important; }
    .wp-block-button.btn_detail.blue_gradation a:hover {
      border: none;
      color: #FFF !important; }
  .wp-block-button.btn_detail.pink a {
    background-color: #E53973 !important; }
    .wp-block-button.btn_detail.pink a:hover {
      border: none;
      color: #FFF !important; }

/* ヘッダまわり -------------------------------------------------------------------------------------------------------------------*/
.siteHeadContainer {
  max-width: 90vw; }

.gMenu li {
  font-size: 1.7rem;
  border: none; }
  .gMenu li:first-child {
    display: none; }

body.header_scrolled .gMenu li:first-child {
  display: block; }

.gMenu > li .gMenu_name {
  font-size: 1.7rem;
  font-weight: 700; }

@media (min-width: 992px) {
  .device-pc .gMenu > li a {
    padding-left: 2em;
    padding-right: 2em; } }
.gMenu > li:before {
  position: absolute;
  left: 0;
  bottom: -22px;
  content: "";
  width: 0;
  border-bottom: 5px solid #E53973;
  transition: all .5s ease-out; }

ul#menu-global_manu li:last-child {
  /* お問い合わせボタンの装飾 */
  background: linear-gradient(to right, #469EF0, #58CDFF);
  border-radius: 26px;
  margin-left: 3em;
  width: 200px; }
  ul#menu-global_manu li:last-child a {
    padding-left: 1em;
    padding-right: 1em;
    color: #FFF; }
  ul#menu-global_manu li:last-child:before {
    border-bottom: none; }

/* ヘッダ プルダウンメニュー */
.gMenu > li > ul.sub-menu {
  background-color: #FFF;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  left: 0;
  top: 75px;
  margin-left: 0;
  width: max-content;
  color: #000; }
  .gMenu > li > ul.sub-menu li:first-child {
    display: block; }

ul#menu-global_manu ul.sub-menu li {
  border-bottom: 1px solid #CCC; }
  ul#menu-global_manu ul.sub-menu li a {
    color: #000;
    padding-left: 2em !important;
    padding-right: 3em !important; }
    ul#menu-global_manu ul.sub-menu li a:hover {
      opacity: 1;
      background-color: #FFF;
      color: #999;
      transition: 0.5s; }
  ul#menu-global_manu ul.sub-menu li::after {
    /* 矢印アイコンを付ける */
    content: '';
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg); }

ul#menu-global_manu ul.sub-menu li:last-child {
  /* ドロップダウンはお問い合わせボタンの装飾を削除 */
  background: none;
  border-radius: 0;
  margin-left: inherit;
  width: auto; }

li.menu-item-has-children::after {
  /* デフォルトの吹き出し三角を非表示 */
  display: none; }

.gMenu_outer {
  padding: 10px 0; }

/* スクロールしてからのヘッダメニュー  -------------------------------------------------------------------------------------------------------------------*/
body.header_scrolled ul#menu-global_manu li:last-child {
  min-width: 200px; }
  body.header_scrolled ul#menu-global_manu li:last-child a {
    padding-left: 1em;
    padding-right: 1em; }
body.header_scrolled .gMenu > li {
  border: none; }
body.header_scrolled .gMenu > li:before {
  bottom: 0px; }
body.header_scrolled .gMenu > li > ul.sub-menu {
  top: 53px; }

/* フッタまわり  -------------------------------------------------------------------------------------------------------------------*/
.siteFooter {
  border-top: none;
  background-color: #E6E6E6; }

.container-fluid.footer_column {
  width: 86vw;
  padding: clamp(1.875rem, calc(0.75rem + 5.63vw), 7.5rem) 0; }
  .container-fluid.footer_column a {
    text-decoration: none; }
  .container-fluid.footer_column p.title {
    font-size: 1.9rem;
    font-weight: 500;
    border-bottom: 1px solid #999;
    margin-bottom: 0.7vw; }
  .container-fluid.footer_column .btn_block a.btn01,
  .container-fluid.footer_column .btn_block a.btn02 {
    color: #FFF;
    font-size: 1.7rem;
    padding: 4vw;
    border-radius: 15px;
    text-align: left;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1vw; }
    .container-fluid.footer_column .btn_block a.btn01 img,
    .container-fluid.footer_column .btn_block a.btn02 img {
      width: 15%;
      height: auto; }
  .container-fluid.footer_column .btn_block a.btn01 {
    background: linear-gradient(to right, #469EF0, #58CDFF); }
  .container-fluid.footer_column .btn_block a.btn02 {
    background: linear-gradient(to right, #F0468E, #FFB752); }
  @media (min-width: 768px) {
    .container-fluid.footer_column .btn_block {
      display: flex;
      justify-content: space-between; }
      .container-fluid.footer_column .btn_block a.btn01,
      .container-fluid.footer_column .btn_block a.btn02 {
        padding: 3vw;
        font-size: 1.7rem;
        width: calc((100% - 3vw)/ 2); } }
  @media (min-width: 992px) {
    .container-fluid.footer_column .btn_block {
      display: block; }
      .container-fluid.footer_column .btn_block a.btn01,
      .container-fluid.footer_column .btn_block a.btn02 {
        padding: 1.5vw;
        width: 100%; } }
  @media (min-width: 1200px) {
    .container-fluid.footer_column .btn_block a.btn01,
    .container-fluid.footer_column .btn_block a.btn02 {
      padding: 1.5vw; } }
  @media (min-width: 1400px) {
    .container-fluid.footer_column .btn_block a.btn01,
    .container-fluid.footer_column .btn_block a.btn02 {
      padding: 1.5vw 2.3vw;
      font-size: 2rem; } }
  .container-fluid.footer_column hr {
    border-top: 1px solid #999;
    margin-top: 15px; }
  .container-fluid.footer_column .mark_area {
    background-color: #FFF;
    border-radius: 15px;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between; }
  .container-fluid.footer_column nav.footer_nav ul {
    list-style-type: none; }
    .container-fluid.footer_column nav.footer_nav ul li {
      font-size: 1.5rem; }
  .container-fluid.footer_column nav.footer_nav_inline {
    /* その他のリンク */ }
    .container-fluid.footer_column nav.footer_nav_inline ul {
      list-style-type: none;
      display: inline-flex;
      border-top: 1px solid #999;
      padding-top: 20px;
      width: -webkit-fill-available; }
      .container-fluid.footer_column nav.footer_nav_inline ul li {
        font-size: 1.5rem;
        margin: 0 15px; }
        .container-fluid.footer_column nav.footer_nav_inline ul li:first-child {
          margin: 0 15px 0 7.5px; }
  .container-fluid.footer_column .page_links_block {
    display: block; }
    .container-fluid.footer_column .page_links_block .page_links {
      width: auto;
      margin-bottom: 1vw; }
  @media (min-width: 768px) {
    .container-fluid.footer_column .page_links_block {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 992px) {
    .container-fluid.footer_column .page_links_block {
      align-items: flex-start;
      flex-wrap: wrap; }
      .container-fluid.footer_column .page_links_block .page_links {
        width: calc((100% - 1.5vw) / 2); } }
  @media (min-width: 1200px) {
    .container-fluid.footer_column .page_links_block {
      padding: 0 4vw; }
      .container-fluid.footer_column .page_links_block .page_links {
        width: auto; } }
  @media (min-width: 1200px) {
    .container-fluid.footer_column .other_links {
      padding: 0 4vw; } }

/* その他のリンクSP  -------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .container-fluid.footer_column a.btn01,
  .container-fluid.footer_column a.btn02 {
    padding: 20px;
    margin-bottom: 20px; }
  .container-fluid.footer_column nav.footer_nav_inline {
    /* その他のリンク */ }
    .container-fluid.footer_column nav.footer_nav_inline ul {
      display: block; }
      .container-fluid.footer_column nav.footer_nav_inline ul li {
        margin: 0; }
        .container-fluid.footer_column nav.footer_nav_inline ul li:first-child {
          margin: 0; } }
.sns_links {
  /* SNSブロック */
  background-color: #D5D5D5;
  padding: 40px 0; }
  .sns_links ul {
    display: flex;
    justify-content: center;
    list-style-type: none !important; }
    .sns_links ul li {
      width: 46px;
      margin: 0 10px;
      font-size: 1.2rem;
      font-weight: 400;
      text-align: center; }
      .sns_links ul li img {
        margin-bottom: 5px; }

@media (min-width: 768px) {
  .sns_links ul li {
    margin: 0 15px; } }
.copySection {
  border-top: none;
  background-color: #000; }
  .copySection P {
    color: #FFF;
    font-weight: 400; }

/* ホームのNEWS一覧表示部分 */
.recent-posts {
  display: flex;
  flex-direction: column;
  margin-bottom: 12.5vw; }

.post-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 10px;
  border-bottom: 1px dotted #000;
  padding: 20px 0; }
  .post-item:first-child {
    border-top: 1px dotted #000; }
  .post-item dt {
    width: 40%;
    white-space: nowrap; }
  .post-item dd {
    width: auto; }
    .post-item dd.category {
      width: 8em;
      white-space: nowrap;
      text-align: center;
      background-color: #EDEDED;
      padding: 5px;
      border-radius: 15px;
      font-size: 80%; }

@media (min-width: 768px) {
  .post-item {
    width: auto;
    flex-wrap: nowrap; }
    .post-item dt {
      width: 20%; }
    .post-item dd {
      width: 68%; } }
@media (min-width: 992px) {
  .post-item {
    width: 70vw;
    margin: 0 auto; } }
@media (min-width: 1400px) {
  .post-item {
    width: 50vw; } }
/* 固定ページ　汎用テンプレート（singular.php）用  -------------------------------------------------------------------------------------------------------------------*/
body.singular, body.archive {
  /* プライバシーポリシー用  -------------------------------------------------------------------------------------------------------------------*/ }
  body.singular .page-header, body.archive .page-header {
    background-color: #FFF;
    color: #000;
    text-align: left;
    /* キービジュアル部分の文字の大きさ調整 */ }
    body.singular .page-header h1, body.archive .page-header h1 {
      aspect-ratio: 2.52 / 1;
      width: 20vw;
      min-width: 200px;
      background-image: url("/asset/img/common/h1_accent.svg");
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover;
      display: flex;
      align-items: center;
      font-size: 6vw;
      padding-left: 2.4vw;
      letter-spacing: .2rem;
      color: #fff; }
    @media (min-width: 768px) {
      body.singular .page-header h1, body.archive .page-header h1 {
        font-size: 3vw; } }
    @media (min-width: 992px) {
      body.singular .page-header h1, body.archive .page-header h1 {
        font-size: 1.7vw;
        left: -3vw; } }
  body.singular.page-slug-privacypolicy p, body.archive.page-slug-privacypolicy p {
    margin-bottom: 3vw; }
  body.singular.page-slug-privacypolicy ul, body.singular.page-slug-privacypolicy ol, body.archive.page-slug-privacypolicy ul, body.archive.page-slug-privacypolicy ol {
    margin-left: 20px;
    list-style-position: outside;
    margin-bottom: 3vw; }
  body.singular.page-slug-privacypolicy ul, body.archive.page-slug-privacypolicy ul {
    list-style-type: disc; }
  body.singular.page-slug-privacypolicy ol, body.archive.page-slug-privacypolicy ol {
    list-style-type: decimal; }
  body.singular.page-slug-privacypolicy .wp-block-button.btn_detail, body.archive.page-slug-privacypolicy .wp-block-button.btn_detail {
    /* Wordpress純正ボタンのデザイン変更 */ }
    body.singular.page-slug-privacypolicy .wp-block-button.btn_detail a, body.archive.page-slug-privacypolicy .wp-block-button.btn_detail a {
      background: linear-gradient(to right, #469EF0, #58CDFF); }
    body.singular.page-slug-privacypolicy .wp-block-button.btn_detail:hover, body.archive.page-slug-privacypolicy .wp-block-button.btn_detail:hover {
      border: none;
      color: #FFF; }

ul.category_link {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 4.6vw;
  justify-content: space-between; }
  ul.category_link li {
    display: block;
    text-align: center;
    margin-right: 0;
    font-size: 1.3rem; }
    ul.category_link li a {
      background-color: #FFF;
      padding: 4vw 2vw;
      border-radius: 5px; }

@media (min-width: 768px) {
  ul.category_link {
    justify-content: flex-start; }
    ul.category_link li {
      margin-right: 1.5vw;
      font-size: 1.7rem; }
      ul.category_link li a {
        padding: 1vw 1.5vw; } }
body.category-news a.news_btn {
  background-color: #EAEEF1; }
body.category-information a.information_btn {
  background-color: #EAEEF1; }
body.category-media a.media_btn {
  background-color: #EAEEF1; }
body.category-skill a.skill_btn {
  background-color: #EAEEF1; }

/* トップページ  -------------------------------------------------------------------------------------------------------------------*/
body.home {
  /* ------------------------------------------------ 3つの特徴部分 */
  /* ------------------------------------------------ 3つの特徴部分 tablet tate */
  /* ------------------------------------------------ 3つの特徴部分 tablet yoko */
  /* ------------------------------------------------ 3つの特徴部分 desktop */
  /*	------------------------------------------------ 3つの特徴部分 large desktop */
  /* ニュース表示部 */ }
  body.home .intro_inner {
    height: 100%; }
    body.home .intro_inner.middle {
      display: flex;
      align-items: center; }
    body.home .intro_inner.right, body.home .intro_inner.left {
      display: block;
      width: fit-content; }
    body.home .intro_inner.right {
      margin: 0 0 0 auto; }
    body.home .intro_inner.left {
      margin: 0 auto 0 7.5vw; }
  body.home .top_illust {
    margin-top: 8vw; }
  body.home .h1_section {
    background-color: #D1EEF0;
    padding: 8vw 6vw; }
    body.home .h1_section h1 {
      font-size: 11vw;
      line-height: 130%;
      font-weight: 900;
      color: #000;
      margin-bottom: 5vw; }
      body.home .h1_section h1 span {
        background: linear-gradient(90deg, #F0468D 0%, #FFB752 80%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    body.home .h1_section p {
      font-size: 1.7rem;
      font-weight: 500;
      margin-bottom: 2vw; }
    body.home .h1_section img.goldmark_sp {
      width: 200px;
      position: relative;
      margin-top: -100px; }
  @media (min-width: 768px) {
    body.home .top_illust {
      position: absolute;
      right: 0;
      top: 8vw;
      width: 75vw; }
    body.home .h1_section h1 {
      font-size: 4.3vw;
      margin-bottom: 2vw; } }
  @media (min-width: 992px) {
    body.home .intro_inner {
      width: 85vw;
      margin: 0 auto;
      position: relative; }
    body.home .top_illust {
      position: absolute;
      right: 0;
      top: 170px;
      width: 95vw;
      text-align: right; }
    body.home .h1_section {
      height: calc(100vh - 98px);
      max-height: 853px !important; } }
  @media (min-width: 1200px) {
    body.home .top_illust {
      width: 100vw; } }
  body.home .intro_section {
    position: relative; }
    body.home .intro_section .intro_inner {
      height: 100%; }
      body.home .intro_section .intro_inner.middle, body.home .intro_section .intro_inner.right, body.home .intro_section .intro_inner.left {
        display: block;
        width: auto;
        margin: 0; }
    body.home .intro_section .title_set {
      position: relative;
      z-index: 100; }
      body.home .intro_section .title_set .count_set {
        padding: 0 6vw;
        align-items: center;
        display: flex;
        margin-bottom: 2vw; }
        body.home .intro_section .title_set .count_set .counter {
          font-family: "Barlow", sans-serif;
          line-height: 100%;
          font-kerning: normal;
          letter-spacing: -0.05em; }
        body.home .intro_section .title_set .count_set h2 {
          margin: 0; }
    body.home .intro_section p {
      font-size: 1.7rem;
      font-weight: 500;
      margin: 0 6vw; }
    body.home .intro_section a.btn_detail {
      margin: 8vw auto 8vw 6vw;
      width: 90vw; }
    body.home .intro_section.layer01 {
      margin-top: 13vw; }
      body.home .intro_section.layer01 .middle_illust {
        margin: 8vw 6vw 0 auto;
        width: 60vw; }
      body.home .intro_section.layer01 .title_set .counter {
        font-weight: 600;
        font-size: 48vw; }
      body.home .intro_section.layer01 .title_set .count_set {
        margin: -25vw 6vw 0 0; }
      body.home .intro_section.layer01 .title_set .count_set h2 img {
        height: 100px;
        margin: 20px 0 0 15px; }
    body.home .intro_section.layer02 .middle_illust, body.home .intro_section.layer03 .middle_illust {
      margin: 0;
      width: 100vw; }
    body.home .intro_section.layer02 .intro_inner, body.home .intro_section.layer03 .intro_inner {
      padding-top: 0; }
    body.home .intro_section.layer02 .title_set .count_set .counter, body.home .intro_section.layer03 .title_set .count_set .counter {
      font-weight: 500;
      font-size: 38vw; }
    body.home .intro_section.layer02 .title_set .count_set h2 img, body.home .intro_section.layer03 .title_set .count_set h2 img {
      height: 70px;
      margin: 20px 0 0 15px; }
  @media (min-width: 768px) {
    body.home .intro_section .intro_inner {
      position: relative; }
      body.home .intro_section .intro_inner.middle {
        display: flex;
        align-items: center; }
      body.home .intro_section .intro_inner.right, body.home .intro_section .intro_inner.left {
        display: block;
        width: auto;
        margin: 0; }
    body.home .intro_section .middle_illust {
      width: 50vw;
      margin: 0 4vw 0 auto; }
    body.home .intro_section .title_set {
      position: absolute;
      top: 0;
      left: 4vw; }
      body.home .intro_section .title_set .count_set {
        padding: 0;
        align-items: center;
        display: flex;
        margin-bottom: 0; }
        body.home .intro_section .title_set .count_set .counter {
          font-weight: 600;
          font-size: 36.5vw;
          line-height: 100%;
          font-kerning: normal;
          letter-spacing: -0.05em; }
        body.home .intro_section .title_set .count_set h2 {
          margin: 0; }
          body.home .intro_section .title_set .count_set h2 img {
            height: 180px;
            margin: 40px 0 0 20px; }
    body.home .intro_section p {
      font-size: 1.7rem;
      font-weight: 500;
      margin: 2vw 0 0 0; }
    body.home .intro_section a.btn_detail {
      margin: 2vw 0 0 0;
      width: 300px; }
    body.home .intro_section.layer01 {
      margin-top: 13vw; }
      body.home .intro_section.layer01 .title_set .count_set {
        margin: 0; }
      body.home .intro_section.layer01 .title_set .count_set h2 img {
        height: 180px;
        margin: 20px 0 0 20px; }
    body.home .intro_section.layer02 .middle_illust, body.home .intro_section.layer03 .middle_illust {
      width: 65vw;
      margin: 0 1vw 0 auto; }
    body.home .intro_section.layer02 .title_set .count_set .counter, body.home .intro_section.layer03 .title_set .count_set .counter {
      font-weight: 500;
      font-size: 20vw;
      margin: -4vw 0; }
    body.home .intro_section.layer02 .title_set .count_set h2 img, body.home .intro_section.layer03 .title_set .count_set h2 img {
      height: 100px;
      margin: 20px 0 0 20px; }
    body.home .intro_section.layer02 .title_set.white_space, body.home .intro_section.layer03 .title_set.white_space {
      background-color: rgba(255, 255, 255, 0.5);
      padding: 1vw 1vw 1vw 0; }
    body.home .intro_section.layer02 {
      margin-top: -13vw; }
      body.home .intro_section.layer02 p {
        text-align: left; }
      body.home .intro_section.layer02 a.btn_detail {
        margin: 2vw auto 0 0; }
    body.home .intro_section.layer03 {
      margin-top: 0; } }
  @media (min-width: 992px) {
    body.home .intro_section .intro_inner {
      position: relative; }
      body.home .intro_section .intro_inner.middle {
        display: flex;
        align-items: center; }
      body.home .intro_section .intro_inner.right, body.home .intro_section .intro_inner.left {
        display: block;
        width: 85vw;
        margin: 0 auto; }
    body.home .intro_section .middle_illust {
      width: 40vw;
      margin: 0 15vw 0 auto; }
    body.home .intro_section .title_set {
      position: absolute;
      top: 0;
      left: 0; }
      body.home .intro_section .title_set .count_set {
        padding: 0;
        align-items: center;
        display: flex; }
        body.home .intro_section .title_set .count_set .counter {
          font-weight: 600;
          font-size: 23.5vw;
          line-height: 100%;
          font-kerning: normal;
          letter-spacing: -0.05em; }
        body.home .intro_section .title_set .count_set h2 {
          margin: 0; }
          body.home .intro_section .title_set .count_set h2 img {
            height: 180px;
            margin: 40px 0 0 20px; }
      body.home .intro_section .title_set.white_space {
        background-color: rgba(255, 255, 255, 0.5);
        padding: 0 1vw 1vw 0; }
    body.home .intro_section .intro_inner.right .title_set {
      left: auto;
      right: 0;
      top: 12vw; }
    body.home .intro_section a.btn_detail {
      margin: 2vw 0 0 0;
      width: 300px; }
    body.home .intro_section.layer01 {
      margin-top: 13vw; }
    body.home .intro_section.layer02 .title_set .count_set .counter, body.home .intro_section.layer03 .title_set .count_set .counter {
      font-weight: 500;
      font-size: 14vw; }
    body.home .intro_section.layer02 .title_set .count_set h2 img, body.home .intro_section.layer03 .title_set .count_set h2 img {
      height: 100px;
      margin: 20px 0 0 20px; }
    body.home .intro_section.layer02 {
      margin-top: -30vw; }
      body.home .intro_section.layer02 .middle_illust {
        width: 65vw;
        margin: 0 auto 0 1vw; }
    body.home .intro_section.layer03 {
      margin-top: 0; }
      body.home .intro_section.layer03 .middle_illust {
        width: 65vw;
        margin: 0 1vw 0 auto; } }
  @media (min-width: 1200px) {
    body.home .intro_section .intro_inner {
      position: relative; }
      body.home .intro_section .intro_inner.middle {
        display: flex;
        align-items: center; }
      body.home .intro_section .intro_inner.right, body.home .intro_section .intro_inner.left {
        display: block;
        width: 85vw; }
    body.home .intro_section .middle_illust {
      width: 40vw;
      margin: 22vw 23vw 0 auto; }
    body.home .intro_section .title_set {
      position: absolute;
      top: 0;
      left: 0; }
      body.home .intro_section .title_set .count_set {
        padding: 0;
        align-items: center;
        display: flex; }
        body.home .intro_section .title_set .count_set .counter {
          font-weight: 600;
          font-size: 20vw;
          line-height: 100%;
          font-kerning: normal;
          letter-spacing: -0.05em; }
        body.home .intro_section .title_set .count_set h2 {
          margin: 0; }
          body.home .intro_section .title_set .count_set h2 img {
            height: 175px;
            margin: 40px 0 0 20px; }
    body.home .intro_section .intro_inner.right .title_set {
      left: auto;
      right: 0;
      top: 12vw; }
    body.home .intro_section a.btn_detail {
      margin: 2vw 0 0 0; }
    body.home .intro_section.layer01 {
      margin-top: 13vw; }
      body.home .intro_section.layer01 .middle_illust {
        width: 40vw;
        margin: 22vw 23vw 0 auto; }
      body.home .intro_section.layer01 .title_set .count_set h2 img {
        height: 240px; }
    body.home .intro_section.layer02 .title_set .count_set h2 img, body.home .intro_section.layer03 .title_set .count_set h2 img {
      height: 120px;
      margin: 20px 0 0 20px; }
    body.home .intro_section.layer02 .title_set.white_space, body.home .intro_section.layer03 .title_set.white_space {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 1.5vw; }
    body.home .intro_section.layer02 {
      margin-top: 0; }
      body.home .intro_section.layer02 .middle_illust {
        width: 65vw;
        margin: -22vw auto 0 0; }
      body.home .intro_section.layer02 p {
        text-align: right; }
      body.home .intro_section.layer02 a.btn_detail {
        margin: 2vw 0 0 auto; }
      body.home .intro_section.layer02 .title_set.white_space {
        background-color: rgba(255, 255, 255, 0.5);
        padding: 0.7vw 0 0.7vw 0.7vw; }
    body.home .intro_section.layer03 .middle_illust {
      width: 85vw;
      margin: -7vw auto 0 0; }
    body.home .intro_section.layer03 .title_set {
      top: auto;
      bottom: 7vw; }
    body.home .intro_section.layer03 .title_set.white_space {
      background-color: rgba(255, 255, 255, 0.5);
      padding: 0.7vw 0.7vw 0.7vw 0; } }
  @media (min-width: 1400px) {
    body.home .intro_section .title_set .count_set h2 img {
      height: 240px; }
    body.home .intro_section.layer02 .title_set .count_set h2 img {
      height: 170px; }
    body.home .intro_section.layer03 .title_set .count_set h2 img {
      height: 170px; } }
  body.home .news_section {
    margin: 46vw 6vw 0; }
    body.home .news_section .btn_detail_inner {
      line-height: 17px;
      display: inline-block; }
    body.home .news_section a.btn_detail.disp_sp {
      width: 90vw; }
    body.home .news_section .title_set {
      margin-bottom: 8vw; }
      body.home .news_section .title_set img {
        width: 40vw;
        margin-bottom: 30px; }
      body.home .news_section .title_set a.btn_detail {
        margin: 8vw auto; }
    @media (min-width: 768px) {
      body.home .news_section {
        margin: 10.4vw auto;
        width: 97vw; }
        body.home .news_section .title_set {
          display: flex;
          justify-content: space-between;
          align-items: end;
          margin-bottom: 2vw; }
          body.home .news_section .title_set img {
            width: 50vw;
            vertical-align: middle;
            margin: 0; }
          body.home .news_section .title_set a.btn_detail {
            margin: 0 0 0 auto;
            box-sizing: border-box; } }
    @media (min-width: 1400px) {
      body.home .news_section .title_set img {
        width: 31vw; } }

/* HOMEのAboutUs部分  -------------------------------------------------------------------------------------------------------------------*/
.other_section {
  margin-top: 30vw;
  background-color: #ECF3F7;
  padding-bottom: 7.8vw; }
  .other_section h2 img {
    height: 40px;
    margin-bottom: 6.2vw; }
  .other_section .other_column {
    margin: 0 6vw; }
    .other_section .other_column .left_side h3 {
      color: #E53973;
      font-size: clamp(1.6rem, calc(1.44rem + 0.8vw), 2.4rem);
      font-weight: 700;
      margin-bottom: 8vw; }
    .other_section .other_column .left_side h4 {
      font-size: clamp(2.4rem, calc(2.08rem + 1.6vw), 3.8rem);
      font-weight: 900;
      margin-bottom: 8vw;
      line-height: 1.5em; }
    .other_section .other_column .left_side p {
      margin-bottom: 8vw; }
    .other_section .other_column .left_side img {
      border-radius: 20px;
      margin-bottom: 8vw; }
    .other_section .other_column .right_side {
      margin: 0 0 0 auto; }
      .other_section .other_column .right_side img {
        border-radius: 20px; }
    .other_section .other_column a.btn_detail {
      margin: auto;
      margin-bottom: 8vw;
      width: 90vw; }
  .other_section.recruit {
    background-color: #FFF;
    margin-bottom: 30vw;
    padding-bottom: 0; }
    .other_section.recruit h2 {
      color: #EDEDED; }
    .other_section.recruit .other_column {
      margin: 0 6vw; }
      .other_section.recruit .other_column .right_side h3 {
        color: #E53973;
        font-size: clamp(1.6rem, calc(1.44rem + 0.8vw), 2.4rem);
        font-weight: 700;
        margin-bottom: 8vw; }
      .other_section.recruit .other_column .right_side h4 {
        font-size: clamp(2.4rem, calc(2.08rem + 1.6vw), 3.8rem);
        font-weight: 900;
        margin-bottom: 8vw;
        line-height: 1.5em; }
      .other_section.recruit .other_column .right_side p {
        margin-bottom: 8vw; }
      .other_section.recruit .other_column .left_side {
        margin: 0 0 0 auto; }
        .other_section.recruit .other_column .left_side img {
          border-radius: 15px;
          margin-bottom: 8vw; }
      .other_section.recruit .other_column a.btn_detail {
        margin: auto; }

@media (min-width: 768px) {
  .other_section {
    margin-top: 0; }
    .other_section h2 img {
      height: 100px; }
    .other_section.recruit {
      margin: 10.4vw 0 12.5vw;
      background-color: #FFF; }
      .other_section.recruit h2 {
        color: #EDEDED; } }
@media (min-width: 992px) {
  .other_section {
    margin-top: 0; }
    .other_section h2 img {
      height: 180px; }
    .other_section .other_column {
      width: 90vw;
      margin: 0 0 0 auto;
      display: flex;
      justify-content: space-between; }
      .other_section .other_column .left_side {
        width: 40%; }
        .other_section .other_column .left_side h3 {
          margin-bottom: 2vw; }
        .other_section .other_column .left_side h4 {
          margin-bottom: 2vw; }
        .other_section .other_column .left_side p {
          margin-bottom: 2vw; }
      .other_section .other_column .right_side {
        width: 55%;
        margin: 0 0 0 auto; }
        .other_section .other_column .right_side img {
          border-radius: 20px 0 0 20px; }
      .other_section .other_column a.btn_detail {
        margin: 0;
        margin-bottom: 0;
        width: 15.6vw; }
    .other_section.recruit {
      margin: 10.4vw 0;
      background-color: #FFF; }
      .other_section.recruit h2 {
        color: #EDEDED; }
      .other_section.recruit .other_column {
        margin: 0 auto 0 0; }
        .other_section.recruit .other_column .right_side {
          width: 40%; }
          .other_section.recruit .other_column .right_side h3 {
            color: #E53973;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 2vw; }
          .other_section.recruit .other_column .right_side h4 {
            font-size: 40px;
            font-weight: 900;
            margin-bottom: 2vw;
            line-height: 1.5em; }
          .other_section.recruit .other_column .right_side p {
            margin-bottom: 2vw; }
        .other_section.recruit .other_column .left_side {
          width: 55%;
          margin: 0 auto 0 0; }
          .other_section.recruit .other_column .left_side img {
            border-radius: 0 20px 20px 0;
            margin: 0; }
        .other_section.recruit .other_column a.btn_detail {
          margin: 0; } }
/* 【特長】  -------------------------------------------------------------------------------------------------------------------*/
body.parent-page-slug-feature {
  /* 記事部分  -------------------------------------------------------------------------------------------------------------------*/
  /* 横渡リンク  -------------------------------------------------------------------------------------------------------------------*/
  /* Before After矢印  -------------------------------------------------------------------------------------------------------------------*/ }
  body.parent-page-slug-feature .h1_section {
    text-align: center;
    margin-bottom: 6.7vw;
    background-color: #FAFACF;
    padding: 3% 5%;
    position: relative;
    /* 親要素を相対的に配置 */ }
    body.parent-page-slug-feature .h1_section img {
      height: -webkit-fill-available;
      /* ここで親要素の高さの50%を指定 */
      width: auto;
      /* 画像のアスペクト比を保持するために幅は自動 */ }
  body.parent-page-slug-feature.page-slug-se_sales .h1_section {
    padding: 30px 0; }
  @media (min-width: 768px) {
    body.parent-page-slug-feature .h1_section {
      padding: 3% 5%; }
    body.parent-page-slug-feature.page-slug-se_sales .h1_section {
      padding: 3% 0 3% 10%; } }
  @media (min-width: 1200px) {
    body.parent-page-slug-feature .h1_section {
      height: calc(100vh - 98px);
      max-height: 853px !important;
      margin-bottom: 130px;
      padding: 3% 5%; }
    body.parent-page-slug-feature.page-slug-se_sales .h1_section {
      padding: 3% 0 3% 10%; } }
  body.parent-page-slug-feature .txt_left {
    margin-bottom: 8vw; }
    @media (min-width: 1200px) {
      body.parent-page-slug-feature .txt_left {
        /* 画面サイズが広い時文字部分を狭く */ }
        body.parent-page-slug-feature .txt_left .txt_side.spacer {
          padding-right: 5.2vw; } }
  body.parent-page-slug-feature .img_center {
    margin-bottom: 17vw; }
  body.parent-page-slug-feature .txt_right {
    margin-bottom: 8vw; }
    @media (min-width: 1200px) {
      body.parent-page-slug-feature .txt_right {
        /* 画面サイズが広い時文字部分を狭く */ }
        body.parent-page-slug-feature .txt_right .txt_side.spacer {
          padding-left: 5.2vw; } }
  body.parent-page-slug-feature .border_box {
    border: 1px #CCC solid;
    padding: 30px;
    border-radius: 15px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    body.parent-page-slug-feature .border_box img {
      width: 70%;
      margin: auto; }
  body.parent-page-slug-feature .relation {
    margin-bottom: 13vw; }
    body.parent-page-slug-feature .relation a {
      font-size: clamp(1.6rem, calc(1.44rem + 0.8vw), 2.4rem);
      background-color: #EAEEF1;
      padding: 10px 15px;
      border-radius: 15px;
      text-align: left;
      border: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 2vw; }
      body.parent-page-slug-feature .relation a p {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        font-weight: 700; }
        body.parent-page-slug-feature .relation a p img {
          width: 70px;
          margin-right: 10px;
          min-width: 70px; }
    @media (min-width: 768px) {
      body.parent-page-slug-feature .relation a {
        padding: 25px 30px; }
      body.parent-page-slug-feature .relation p img {
        width: 100px;
        margin-right: 20px; } }
  @media (min-width: 576px) {
    body.parent-page-slug-feature .arrow-offset {
      max-width: 100%; }
    body.parent-page-slug-feature .arrow-arrow {
      max-width: 100%; }
    body.parent-page-slug-feature .arrow-txt {
      max-width: 100%; } }
  @media (min-width: 768px) {
    body.parent-page-slug-feature .arrow-offset {
      max-width: 8.333%; }
    body.parent-page-slug-feature .arrow-arrow {
      max-width: 8.33%; }
    body.parent-page-slug-feature .arrow-txt {
      max-width: 37.5%; } }
  @media (min-width: 1400px) {
    body.parent-page-slug-feature .arrow-offset {
      max-width: 16.66%; }
    body.parent-page-slug-feature .arrow-txt {
      max-width: 29.16%; } }
  body.parent-page-slug-feature .arrow_row {
    margin-bottom: 8vw; }
    body.parent-page-slug-feature .arrow_row h4 {
      margin-bottom: 2vw;
      font-size: 2.3rem; }
      body.parent-page-slug-feature .arrow_row h4.azip {
        color: #E53973;
        font-weight: 900; }
  body.parent-page-slug-feature .arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
  body.parent-page-slug-feature .arrow {
    width: 37px;
    height: 118.3px;
    position: relative; }
  body.parent-page-slug-feature .arrow::before,
  body.parent-page-slug-feature .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 70px;
    height: 2px;
    border-radius: 9999px;
    background-color: #666666;
    transform-origin: calc(100% - 1px) 50%; }
  body.parent-page-slug-feature .arrow::before {
    transform: rotate(60deg); }
  body.parent-page-slug-feature .arrow::after {
    transform: rotate(-60deg); }
  @media (max-width: 767.98px) {
    body.parent-page-slug-feature .arrow {
      position: relative;
      display: inline-block;
      width: 50.5px;
      height: 30px;
      margin-bottom: 30px; }
    body.parent-page-slug-feature .arrow::before,
    body.parent-page-slug-feature .arrow::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: calc(50% - 1px);
      width: 2px;
      height: 30px;
      border-radius: 9999px;
      background-color: #666666;
      transform-origin: 50% calc(100% - 1px); }
    body.parent-page-slug-feature .arrow::before {
      transform: rotate(60deg); }
    body.parent-page-slug-feature .arrow::after {
      transform: rotate(-60deg); } }

/* 事例集  -------------------------------------------------------------------------------------------------------------------*/
.casestudy_links {
  width: 86vw;
  margin: 0 auto 4.6vw auto; }
  .casestudy_links h5 {
    font-size: clamp(2rem, calc(1.84rem + 0.8vw), 2.8rem) !important;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 2.6vw !important; }
  .casestudy_links .casestudy_slider {
    margin: auto; }
  .casestudy_links .card {
    border: none; }
    .casestudy_links .card h6 {
      font-size: clamp(1.4rem, calc(1.182rem + 1.09vw), 2rem);
      color: #E53973;
      margin-bottom: 0.5vw;
      font-weight: 700; }
    .casestudy_links .card .card-img-link {
      display: block;
      aspect-ratio: 188 / 100;
      width: 100%;
      /* サムネイル画像の表示サイズを固定 */
      overflow: hidden;
      position: relative;
      border-radius: 15px;
      /* 枠に丸みを追加 */
      margin-bottom: 1vw;
      border: 1px #CCC solid; }
    .casestudy_links .card .card-img-top {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* アスペクト比を維持しつつ、枠内でトリミング表示 */
      object-position: center; }
    .casestudy_links .card .card-body {
      padding: 0; }
    .casestudy_links .card .br_none {
      display: none; }
  .casestudy_links .slick-slide {
    padding: 0 15px; }
  .casestudy_links .slick-prev, .casestudy_links .slick-next {
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10; }
  .casestudy_links .slick-prev {
    left: -30px;
    /* スライダーの左側に配置 */ }
  .casestudy_links .slick-next {
    right: -30px;
    /* スライダーの右側に配置 */ }
  @media (min-width: 768px) {
    .casestudy_links {
      /* タブレット以上の設定 */ }
      .casestudy_links .slick-prev, .casestudy_links .slick-next {
        width: 40px;
        height: 40px; }
      .casestudy_links .slick-prev {
        left: -45px; }
      .casestudy_links .slick-next {
        right: -45px; } }
  .casestudy_links .slick-prev img, .casestudy_links .slick-next img {
    width: 100%;
    height: 100%; }

/* 【企業情報】  -------------------------------------------------------------------------------------------------------------------*/
body.page-slug-company {
  /* 企業理念 */
  /* 企業情報のTableデザイン */
  /* 沿革のTableデザイン */ }
  body.page-slug-company .container-fluid.kv {
    padding: 0;
    margin-bottom: 6.8vw; }
    body.page-slug-company .container-fluid.kv .h1_section {
      aspect-ratio: 64 / 33;
      background-image: url("/asset/img/company/company_h1_bk.svg");
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      max-height: 750px;
      margin: auto;
      display: flex;
      align-items: center; }
      body.page-slug-company .container-fluid.kv .h1_section .title_block {
        position: relative;
        /* キービジュアル部分の文字の大きさ調整 */ }
        body.page-slug-company .container-fluid.kv .h1_section .title_block p {
          aspect-ratio: 2.52 / 1;
          width: 16vw;
          min-width: 110px;
          background-image: url("/asset/img/common/h1_accent.svg");
          background-repeat: no-repeat;
          background-position: top;
          background-size: cover;
          display: flex;
          align-items: center;
          font-size: 3.5vw;
          padding-left: 2.4vw;
          letter-spacing: .2rem;
          color: #fff;
          position: absolute;
          /* アクセントの位置調整 */
          top: -13vw;
          left: auto; }
        body.page-slug-company .container-fluid.kv .h1_section .title_block h1 {
          font-family: "Noto Sans JP", sans-serif;
          background: linear-gradient(90deg, #F0468D 0%, #FFB752 80%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-weight: 700;
          font-size: 6vw;
          width: fit-content;
          white-space: nowrap; }
        @media (min-width: 768px) {
          body.page-slug-company .container-fluid.kv .h1_section .title_block p {
            font-size: 1.7vw;
            top: -7vw; }
          body.page-slug-company .container-fluid.kv .h1_section .title_block h1 {
            font-size: 4.5rem; } }
        @media (min-width: 992px) {
          body.page-slug-company .container-fluid.kv .h1_section .title_block p {
            left: -7vw; }
          body.page-slug-company .container-fluid.kv .h1_section .title_block h1 {
            font-size: 4.5rem; } }
        @media (min-width: 1400px) {
          body.page-slug-company .container-fluid.kv .h1_section .title_block h1 {
            font-size: clamp(3.3rem, calc(2.76rem + 2.7vw), 6rem); } }
  @media (min-width: 1400px) {
    body.page-slug-company .h1_section {
      width: 1345px; } }
  body.page-slug-company .ideal {
    margin-bottom: 5.7vw; }
    body.page-slug-company .ideal h4 {
      text-align: center;
      font-size: clamp(2.4rem, calc(2.08rem + 1.6vw), 3.8rem);
      line-height: 100%;
      margin: 0 0 20px 0;
      border-bottom: 1px solid #999;
      color: #B3B3B3; }
      body.page-slug-company .ideal h4 span {
        font-size: 14px;
        margin-left: 10px; }
    body.page-slug-company .ideal p {
      text-align: center;
      font-size: clamp(2rem, calc(1.84rem + 0.8vw), 2.8rem);
      margin: 0; }
    body.page-slug-company .ideal ol {
      font-size: clamp(2rem, calc(1.84rem + 0.8vw), 2.8rem);
      list-style-type: decimal;
      width: fit-content;
      margin: auto;
      padding-left: 1em; }
  body.page-slug-company .wp-block-table.company_table table {
    margin-bottom: 7.3vw; }
    body.page-slug-company .wp-block-table.company_table table td, body.page-slug-company .wp-block-table.company_table table th {
      font-size: 1.7rem;
      line-height: 2em;
      border-top: 1px solid #000;
      display: block; }
    body.page-slug-company .wp-block-table.company_table table th {
      padding: 1.7rem 1.7rem 1.7rem 0;
      white-space: nowrap; }
    body.page-slug-company .wp-block-table.company_table table td {
      padding: 1.7rem 0; }
      body.page-slug-company .wp-block-table.company_table table td img {
        display: block;
        margin: 0 auto 1.5vw auto; }
      body.page-slug-company .wp-block-table.company_table table td ul {
        list-style: disc; }
        body.page-slug-company .wp-block-table.company_table table td ul li {
          text-indent: 0em;
          margin-left: 2em; }
      body.page-slug-company .wp-block-table.company_table table td dl {
        display: flex;
        flex-wrap: wrap; }
      body.page-slug-company .wp-block-table.company_table table td dt {
        width: 8em;
        padding: 0; }
      body.page-slug-company .wp-block-table.company_table table td dd {
        width: 70%;
        margin-left: 0; }
  @media (min-width: 768px) {
    body.page-slug-company .wp-block-table.company_table table td, body.page-slug-company .wp-block-table.company_table table th {
      display: table-cell;
      border-bottom: 1px solid #000; } }
  body.page-slug-company .wp-block-table.history_table table {
    margin-bottom: 3.1vw; }
    body.page-slug-company .wp-block-table.history_table table td, body.page-slug-company .wp-block-table.history_table table th {
      font-size: 1.7rem;
      line-height: 2em;
      border-top: 1px dotted #000;
      display: block; }
    body.page-slug-company .wp-block-table.history_table table th {
      white-space: nowrap;
      color: #CF2E2F;
      font-size: 4.4rem;
      font-weight: 400;
      padding: 0; }
    body.page-slug-company .wp-block-table.history_table table td {
      padding: 1.7rem 0; }
  @media (min-width: 768px) {
    body.page-slug-company .wp-block-table.history_table table td, body.page-slug-company .wp-block-table.history_table table th {
      display: table-cell;
      border-bottom: 1px dotted #000; } }

/* 【採用情報】  -------------------------------------------------------------------------------------------------------------------*/
body.page-slug-application {
  /* 職種テーブルのデザイン */
  /* Instagram表示枠 */ }
  body.page-slug-application .container-fluid.kv {
    padding: 0;
    margin-bottom: 10.4vw; }
    body.page-slug-application .container-fluid.kv .h1_section {
      aspect-ratio: 664 / 344;
      background-image: url("/asset/img/application/application_h1_bk_sp.jpg");
      background-repeat: repeat-x;
      background-size: cover;
      display: flex;
      align-items: center;
      width: 100vw; }
      @media (min-width: 768px) {
        body.page-slug-application .container-fluid.kv .h1_section {
          aspect-ratio: 64 / 33;
          background-image: url("/asset/img/application/application_h1_bk.jpg");
          background-size: contain;
          max-height: 750px; } }
      body.page-slug-application .container-fluid.kv .h1_section .title_block {
        position: relative;
        /* キービジュアル部分の文字の大きさ調整 */ }
        body.page-slug-application .container-fluid.kv .h1_section .title_block p {
          aspect-ratio: 2.52 / 1;
          width: 16vw;
          min-width: 110px;
          background-image: url("/asset/img/common/h1_accent.svg");
          background-repeat: no-repeat;
          background-position: top;
          background-size: cover;
          display: flex;
          align-items: center;
          font-size: 3.5vw;
          padding-left: 2.4vw;
          letter-spacing: .2rem;
          color: #fff;
          position: absolute;
          /* アクセントの位置調整 */
          top: -13vw;
          left: auto; }
        body.page-slug-application .container-fluid.kv .h1_section .title_block h1 {
          font-family: "Noto Sans JP", sans-serif;
          background: linear-gradient(90deg, #F0468D 0%, #FFB752 80%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-weight: 700;
          font-size: 6vw;
          width: fit-content;
          white-space: nowrap;
          line-height: 140%; }
        @media (min-width: 768px) {
          body.page-slug-application .container-fluid.kv .h1_section .title_block p {
            font-size: 1.7vw;
            top: -7vw; }
          body.page-slug-application .container-fluid.kv .h1_section .title_block h1 {
            font-size: clamp(2.4rem, calc(2.08rem + 1.6vw), 4rem); } }
        @media (min-width: 992px) {
          body.page-slug-application .container-fluid.kv .h1_section .title_block p {
            left: -7vw; } }
        @media (min-width: 1400px) {
          body.page-slug-application .container-fluid.kv .h1_section .title_block h1 {
            font-size: clamp(3.3rem, calc(2.76rem + 2.7vw), 6rem); } }
  @media (min-width: 992px) {
    body.page-slug-application .h1_section {
      height: 35vw; } }
  @media (min-width: 1400px) {
    body.page-slug-application .h1_section {
      height: 39vw; } }
  body.page-slug-application .lime_box {
    background-color: #32BAC7;
    padding: 6vw 0;
    color: #FFF;
    border-radius: 20px;
    text-align: center; }
    body.page-slug-application .lime_box h3 {
      border-bottom: 6px solid #FFF;
      padding-bottom: 10px;
      display: inline-block; }
    body.page-slug-application .lime_box p {
      text-align: left;
      display: table;
      margin: 0 auto; }
  @media (min-width: 768px) {
    body.page-slug-application .lime_box {
      padding: 2vw 0;
      border-radius: 50px; } }
  body.page-slug-application .wp-block-table.job-table table {
    width: 100%;
    border-collapse: collapse;
    border: none; }
    body.page-slug-application .wp-block-table.job-table table td {
      display: block;
      font-size: clamp(1.4rem, calc(1.182rem + 1.09vw), 2rem);
      border: 1px solid #000;
      padding: 10px;
      text-align: center;
      width: 100%; }
    @media (min-width: 768px) {
      body.page-slug-application .wp-block-table.job-table table td {
        display: table-cell;
        width: 50%; } }
    body.page-slug-application .wp-block-table.job-table table tr:last-child td:last-child {
      border: none; }
  body.page-slug-application .wp-block-table.job-table tbody, body.page-slug-application .wp-block-table.job-table tr {
    border: none; }
  body.page-slug-application .slash_bk_right {
    background-image: url("/asset/img/application/slash_bk_right.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain; }
    body.page-slug-application .slash_bk_right .wp-block-cover__inner-container {
      max-width: 540px;
      padding: 0; }
    @media (min-width: 768px) {
      body.page-slug-application .slash_bk_right .wp-block-cover__inner-container {
        max-width: 720px;
        padding: 0 15px; } }
    @media (min-width: 992px) {
      body.page-slug-application .slash_bk_right .wp-block-cover__inner-container {
        max-width: 960px; } }
    @media (min-width: 1400px) {
      body.page-slug-application .slash_bk_right .wp-block-cover__inner-container {
        max-width: 960px; } }
  body.page-slug-application .slash_bk_left {
    background-image: url("/asset/img/application/slash_bk_left.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain; }
    body.page-slug-application .slash_bk_left .wp-block-cover__inner-container {
      max-width: 540px;
      padding: 0; }
      body.page-slug-application .slash_bk_left .wp-block-cover__inner-container .children_wide-100 .wp-block-cover__inner-container {
        width: 100vw;
        max-width: inherit; }
        body.page-slug-application .slash_bk_left .wp-block-cover__inner-container .children_wide-100 .wp-block-cover__inner-container .wp-block-image {
          width: 100vw; }
          body.page-slug-application .slash_bk_left .wp-block-cover__inner-container .children_wide-100 .wp-block-cover__inner-container .wp-block-image img {
            width: 60vw !important;
            margin: auto; }
    @media (min-width: 768px) {
      body.page-slug-application .slash_bk_left .wp-block-cover__inner-container {
        max-width: 720px;
        padding: 0 15px; } }
    @media (min-width: 992px) {
      body.page-slug-application .slash_bk_left .wp-block-cover__inner-container {
        max-width: 960px; } }
    @media (min-width: 1400px) {
      body.page-slug-application .slash_bk_left .wp-block-cover__inner-container {
        max-width: 960px; } }
  body.page-slug-application .area_btn {
    display: inline-block;
    width: 100%;
    background-color: #FAFAFA;
    margin-bottom: 12.5vw; }
    body.page-slug-application .area_btn .area_btn_innner {
      display: block;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #CCC;
      padding: 6.2vw;
      border-radius: 10px; }
      body.page-slug-application .area_btn .area_btn_innner p {
        text-align: center;
        margin: 0 20px 0 0;
        font-size: clamp(1.4rem, calc(1.182rem + 1.09vw), 2rem); }
      body.page-slug-application .area_btn .area_btn_innner img {
        width: 100px; }
        body.page-slug-application .area_btn .area_btn_innner img:first-child {
          margin-right: 0; }
  @media (min-width: 768px) {
    body.page-slug-application .area_btn {
      margin-bottom: 7.3vw; }
      body.page-slug-application .area_btn .area_btn_innner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.5vw 7.8vw;
        border-radius: 10px; }
        body.page-slug-application .area_btn .area_btn_innner p {
          text-align: left;
          margin: 0 20px 0 0; }
        body.page-slug-application .area_btn .area_btn_innner img:first-child {
          margin-right: 2vw; } }
  body.page-slug-application ul.occupation {
    font-size: clamp(1.4rem, calc(1.182rem + 1.09vw), 2rem);
    list-style-type: disc;
    width: fit-content;
    margin: 0 0 3.1vw 3rem; }
  body.page-slug-application #sb_instagram {
    margin-bottom: 10.4vw; }

/* 【開発事例】  -------------------------------------------------------------------------------------------------------------------*/
/* 【通常ニュース投稿用】  -------------------------------------------------------------------------------------------------------------------*/
body.post-template-single-news .section.siteContent {
  padding: 3.5rem 0 4rem; }
@media (min-width: 768px) {
  body.post-template-single-news .section.siteContent {
    background-image: url("/asset/img/news/news_bk.svg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover; } }
body.post-template-single-news .page-header {
  display: none; }
body.post-template-single-news .entry-header {
  margin-bottom: 3.3vw; }
  body.post-template-single-news .entry-header p {
    display: none; }
  body.post-template-single-news .entry-header h1 {
    font-size: clamp(2.2rem, calc(1.9rem + 1.5vw), 3.7rem);
    font-weight: 800; }
body.post-template-single-news p {
  margin-bottom: 1vw; }
body.post-template-single-news h2 {
  font-size: clamp(1.6rem, calc(1.48rem + 0.6vw), 2.2rem);
  margin-bottom: 1vw;
  font-weight: 700; }
body.post-template-single-news h3 {
  font-size: clamp(1.4rem, calc(1.182rem + 1.09vw), 2rem);
  margin-bottom: 1vw;
  font-weight: 700; }
body.post-template-single-news h4 {
  font-size: clamp(1.4rem, calc(1.34rem + 0.3vw), 1.7rem);
  font-weight: 700;
  margin-bottom: 1vw; }
body.post-template-single-news .is-provider-youtube {
  border: #CCC 1px solid;
  margin-bottom: 10vw; }

/* 【開発事例の投稿ページ】  -------------------------------------------------------------------------------------------------------------------*/
body.post-template-single-news-casestudy .section.siteContent {
  padding: 3rem 0 3.5rem; }
@media (min-width: 768px) {
  body.post-template-single-news-casestudy .section.siteContent {
    background-image: url("/asset/img/casestudy/casestudy_bk.svg");
    background-repeat: no-repeat;
    width: 100%; } }
body.post-template-single-news-casestudy .page-header {
  display: none; }
body.post-template-single-news-casestudy .entry-header {
  margin-bottom: 2.3vw;
  border: none; }
  body.post-template-single-news-casestudy .entry-header h1 {
    font-size: clamp(1.6rem, calc(1.48rem + 0.6vw), 2.2rem);
    font-weight: 700;
    color: #E53973;
    margin-bottom: 1vw; }
  body.post-template-single-news-casestudy .entry-header p {
    font-size: clamp(2.4rem, calc(2.08rem + 1.6vw), 4rem);
    font-weight: 800;
    line-height: 140%;
    margin: 0; }
  body.post-template-single-news-casestudy .entry-header .long-title {
    font-size: clamp(2.2rem, calc(1.9rem + 1.5vw), 3.7rem); }
body.post-template-single-news-casestudy .top_img img {
  border: 1px #CBCBCB solid;
  border-radius: 4rem;
  margin: 4.1vw auto;
  width: 100%;
  object-fit: contain;
  aspect-ratio: 943 / 485;
  background-color: #FFF; }
body.post-template-single-news-casestudy .top_img.img_cover img {
  object-fit: cover; }
body.post-template-single-news-casestudy h3 {
  font-size: clamp(2.4rem, calc(2.08rem + 1.6vw), 4rem);
  margin-bottom: 2vw;
  font-weight: 800; }
body.post-template-single-news-casestudy h4 {
  font-size: clamp(2rem, calc(1.84rem + 0.8vw), 2.8rem);
  margin-bottom: 4.6vw;
  font-weight: 700;
  margin-bottom: 2vw; }
body.post-template-single-news-casestudy h5 {
  font-size: clamp(1.4rem, calc(1.182rem + 1.09vw), 2rem);
  font-weight: 700;
  margin-bottom: 1vw; }
body.post-template-single-news-casestudy hr {
  margin: 5.7vw 0;
  border: none;
  border-top: #666 1px solid; }
body.post-template-single-news-casestudy .icon {
  margin-bottom: 7vw; }
  body.post-template-single-news-casestudy .icon h4 {
    font-size: clamp(1.6rem, calc(1.48rem + 0.6vw), 2.2rem);
    margin-bottom: 0.5vw;
    font-weight: 700; }
  body.post-template-single-news-casestudy .icon p {
    margin-bottom: 0; }
  body.post-template-single-news-casestudy .icon .wp-block-image {
    background-color: #0D2342;
    padding: 10px;
    border-radius: 15px; }
  body.post-template-single-news-casestudy .icon.red .wp-block-image {
    background-color: #CE000E; }
  body.post-template-single-news-casestudy .icon.cyan .wp-block-image {
    background-color: #50A1E5; }
@media (min-width: 768px) {
  body.post-template-single-news-casestudy .icon {
    margin-bottom: 3vw; } }
body.post-template-single-news-casestudy .is-provider-youtube {
  border: #CCC 1px solid;
  margin-bottom: 10vw; }
body.post-template-single-news-casestudy .appeal01 {
  margin-bottom: 5vw; }
  body.post-template-single-news-casestudy .appeal01 h3 {
    background-color: #32BAC7;
    border-radius: clamp(2rem, calc(1.5rem + 2.5vw), 4.5rem);
    color: #FFF;
    padding-top: clamp(1.5rem, calc(1.2rem + 1.5vw), 3rem);
    padding-bottom: clamp(1.5rem, calc(1.2rem + 1.5vw), 3rem);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.3vw;
    font-size: clamp(1.5rem, calc(1.2rem + 1.5vw), 3rem);
    line-height: 1.3em;
    font-weight: 700; }
body.post-template-single-news-casestudy .appeal02 {
  padding: 0 3.1vw;
  margin-bottom: 8vw; }
  body.post-template-single-news-casestudy .appeal02 h4 {
    color: #E53973;
    font-size: clamp(1.6rem, calc(1.48rem + 0.6vw), 2.2rem);
    margin-bottom: 0.4vw; }
  body.post-template-single-news-casestudy .appeal02 h3 {
    font-size: clamp(2.4rem, calc(2.08rem + 1.6vw), 4rem);
    margin-bottom: 1.4vw; }
body.post-template-single-news-casestudy ol.decimal-leading-zero {
  list-style-type: decimal-leading-zero !important;
  font-weight: 600;
  margin-bottom: 2vw; }
  body.post-template-single-news-casestudy ol.decimal-leading-zero li {
    margin-left: 1.7em; }
body.post-template-single-news-casestudy .indent_img {
  padding: 0 3.1vw;
  margin-bottom: 7.3vw; }
  body.post-template-single-news-casestudy .indent_img img {
    margin: auto; }
body.post-template-single-news-casestudy .freetrial {
  border: #CCC 1px solid;
  padding: 2.6rem 4.1rem;
  border-radius: 20px; }
  body.post-template-single-news-casestudy .freetrial h4 {
    font-size: clamp(1.4rem, calc(1.34rem + 0.3vw), 1.7rem);
    color: #E53973;
    margin-bottom: 2vw; }
  body.post-template-single-news-casestudy .freetrial h3 {
    font-size: clamp(2rem, calc(1.84rem + 0.8vw), 2.8rem);
    margin-bottom: 1.5vw; }
  body.post-template-single-news-casestudy .freetrial .wp-block-button.btn_detail {
    /* Wordpress純正ボタンのデザイン変更 */ }
    body.post-template-single-news-casestudy .freetrial .wp-block-button.btn_detail a {
      background: linear-gradient(to right, #F0468E, #FFB752); }
body.post-template-single-news-casestudy .tag_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }
  body.post-template-single-news-casestudy .tag_list li {
    border: 1px solid #E53973;
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 14px;
    color: #E53973;
    text-align: center;
    white-space: nowrap;
    margin: 0 14px 15px 0;
    background-color: #FFF; }
@media (min-width: 768px) {
  body.post-template-single-news-casestudy .tag_list li {
    border-radius: 25px;
    padding: 10px 30px;
    font-size: 16px;
    margin: 0 20px 0 0; } }

/* メールフォーム用  -------------------------------------------------------------------------------------------------------------------*/
.mw-wp-form__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px; }

.mw-wp-form dt,
.mw-wp-form dd {
  line-height: 1.75; }

.mw-wp-form dt {
  width: 320px;
  padding-top: 15px;
  font-weight: 600; }

.mw-wp-form dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%; }

.mw-wp-form__label {
  margin-right: 15px;
  padding: 8px 22px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  vertical-align: 1px;
  border-radius: 5px; }

.mw-wp-form__label--req {
  background: #BE1D1D; }

.mw-wp-form__label--opt {
  background: #878D8E; }

.mw-wp-form dd input {
  appearance: auto; }

.mw-wp-form dd input[type="text"],
.mw-wp-form dd input[type="email"],
.mw-wp-form dd textarea {
  box-sizing: content-box;
  width: calc(100% - (20px * 2));
  padding: 15px 20px;
  background: #F5F5F5;
  font-size: 17px; }

.mw-wp-form dd input[type="text"]:nth-child(n + 2) {
  margin-top: 15px; }

.mw-wp-form dd input[type="tel"] {
  box-sizing: content-box;
  width: 80px;
  padding: 15px 20px;
  background: #F5F5F5; }

.mw-wp-form dd textarea {
  height: calc(1.75em * 10);
  height: auto; }

.mw-wp-form dd input[type="text"]::placeholder,
.mw-wp-form dd input[type="email"]::placeholder,
.mw-wp-form dd textarea::placeholder {
  color: #797979; }

/* Microsoft Edge */
.mw-wp-form dd input[type="text"]::-ms-input-placeholder,
.mw-wp-form dd input[type="email"]::-ms-input-placeholder,
.mw-wp-form dd textarea::-ms-input-placeholder {
  color: #797979; }

/* Internet Explorer */
.mw-wp-form dd input[type="text"]:-ms-input-placeholder,
.mw-wp-form dd input[type="email"]:-ms-input-placeholder,
.mw-wp-form dd textarea:-ms-input-placeholder {
  color: #797979; }

.mw-wp-form__automatic {
  margin: 0 0 0 20px;
  font-size: 15px; }

.mw-wp-form__buttons {
  display: flex;
  justify-content: center; }

.mw-wp-form__buttons button[type="submit"] {
  color: #FFF;
  line-height: 17px;
  padding: 30px 0;
  width: 300px;
  height: 77px;
  border-radius: 50px;
  text-align: center;
  border: none;
  background-color: #E53973;
  display: block;
  position: relative;
  margin: 0 15px; }
  .mw-wp-form__buttons button[type="submit"]:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto; }

.mw-wp-form__buttons button[type="submit"]:hover {
  opacity: .6; }

.mw_wp_form_confirm .mw-wp-form dd {
  padding-top: 15px; }

.mw-wp-form__list .form-control {
  font-size: 17px; }

.mwform-checkbox-field input, .mwform-radio-field input {
  margin-left: 10px !important;
  transform: scale(1.5) !important; }

@media screen and (max-width: 430px) {
  .mw-wp-form__list {
    margin-bottom: 60px; }

  .mw-wp-form dt {
    width: 100%; }

  .mw-wp-form dd {
    width: 100%; }

  .mw-wp-form dd:first-of-type,
  .mw-wp-form dd:not(:first-of-type) {
    margin-top: 15px; }

  .mw-wp-form dd input[type="text"]:nth-child(n + 2) {
    margin-top: 10px; }

  .mw-wp-form dd textarea {
    height: calc(1.75em * 8); }

  .mw-wp-form__automatic {
    margin: 5px 0 0;
    font-size: 14px; }

  .mw-wp-form__buttons {
    flex-direction: column;
    align-items: center; }

  .mw-wp-form__buttons button[type="submit"] {
    width: 300px;
    margin: 0; }

  .mw-wp-form__buttons button[type="submit"]:not(:first-child) {
    margin-top: 30px; }

  .mw_wp_form_confirm .mw-wp-form dd {
    padding-top: 0; }

  .mw-wp-form__label {
    padding: 6px 16px; } }
body.home .h1_section .price-card {
  position: absolute;
  top: 560px;
  right: 370px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 300px;
  text-align: center; }
body.home .h1_section .price-card2 {
  position: absolute;
  top: 560px;
  right: 50px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 300px;
  text-align: center; }
body.home .h1_section .product-name {
  font-size: 1.2em;
  margin: 0;
  color: #333; }
body.home .h1_section p.price {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 4em;
  color: #EF3B3B;
  margin: 0;
  line-height: 100%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
body.home .h1_section .description {
  font-size: 0.9em;
  color: #666;
  margin: 10px 0; }
body.home .h1_section .buy-now {
  background-color: #3498db;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease; }
body.home .h1_section .buy-now:hover {
  background-color: #2980b9; }
