  /* 20240731追加 */
  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .text-center {
    text-align: center;
  }

  .img-text-center {
    margin-left: auto;
    margin-right: auto;
  }

  p.text-line {
    line-height: 1.6;
  }

  p.text-line2 {
    line-height: 2.2;
  }

  .font-bold {
    font-weight: bold;
  }

  .text-small {
    font-size: 16px;
  }

  @media screen and (max-width: 767px) {
    .text-small {
      font-size: 1rem;
    }
  }

  .text-large {
    font-size: 24px;
  }

  @media screen and (max-width: 767px) {
    .text-large {
      font-size: 21px;
    }
  }

  .text-xlarge {
    font-size: 20px;
    font-size: 2rem;
  }

  @media screen and (max-width: 767px) {
    .text-xlarge {
      font-size: 16px;
      font-size: 1.6rem;
    }
  }

  .text-xxlarge {
    font-size: 24px;
    font-size: 2.4rem;
  }

  @media screen and (max-width: 767px) {
    .text-xxlarge {
      font-size: 20px;
      font-size: 2rem;
    }
  }

  .text-bold {
    font-weight: bold;
  }

  .text-white {
    color: #fff !important;
  }

  .text-black {
    color: #000;
  }

  .text-red {
    color: #da3915;
  }

  .text-pink {
    color: #dd758e;
  }

  .text-blue {
    color: #8ab2c6;
  }

  .text-yellow {
    color: #f8b62d;
  }

  .text-green {
    color: #008000;
  }

  /* gridタイル */
  .row-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 3em;
    margin-bottom: 1%;
  }

  .row-grid:last-of-type {
    margin-bottom: 0;
  }

  @media screen and (max-width: 767px) {
    .row-grid {
      display: block;
    }
  }

  .row-grid .grid_center {
    display: grid;
    vertical-align: middle;
    align-items: center;
  }

  @media screen and (max-width: 767px) {
    .row-grid .cols {
      margin-bottom: 10px;
    }
  }

  @media screen and (max-width: 767px) {
    .row-grid .cols:last-of-type {
      margin-bottom: 0;
    }
  }

  .row-grid .cols:last-child {
    margin-bottom: 0;
  }

  .row-grid .span-2 {
    grid-column: 2 span;
  }

  .row-grid .span-3 {
    grid-column: 3 span;
  }

  .row-grid .span-4 {
    grid-column: 4 span;
  }

  .row-grid .span-5 {
    grid-column: 5 span;
  }

  .row-grid .span-6 {
    grid-column: 6 span;
  }

  .row-grid .span-7 {
    grid-column: 7 span;
  }

  .row-grid .span-8 {
    grid-column: 8 span;
  }

  .row-grid .span-9 {
    grid-column: 9 span;
  }

  .row-grid .span-10 {
    grid-column: 10 span;
  }

  .row-grid .span-11 {
    grid-column: 11 span;
  }

  .row-grid .span-12 {
    grid-column: 12 span;
  }

  .row-grid .span_height1 {
    grid-row: 1 span;
  }

  .row-grid .span_height2 {
    grid-row: 2 span;
  }

  .row-grid .span_height3 {
    grid-row: 3 span;
  }

  .row-grid .span_height4 {
    grid-row: 3 span;
  }

  .row-grid.reverse {
    direction: rtl;
  }

  .row-grid.reverse p,
  .row-grid.reverse h2,
  .row-grid.reverse h3,
  .row-grid.reverse h4,
  .row-grid.reverse span,
  .row-grid.reverse table {
    direction: initial;
  }

  @media screen and (max-width: 767px) {
    .row-grid.sp_img {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 10px;
    }

    .row-grid.sp_img.col2 .cols {
      grid-column: 6 span;
    }

    .row-grid.sp_img.col3 .cols {
      grid-column: 4 span;
    }

    .row-grid.sp_img.col4 .cols {
      grid-column: 3 span;
    }
  }

  .row:not(:last-child) {
    margin-bottom: 3%;
  }

  @media screen and (max-width: 767px) {
    .row {
      padding: 0 10px;
    }
  }

  .reverse .col {
    float: right;
  }

  .clr:after,
  .col:after,
  .container:after,
  .group:after,
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .gutters .col {
    margin-left: 2%;
  }

  @media screen and (max-width: 767px) {
    .gutters .col {
      margin-left: 0%;
      margin-bottom: 4%;
    }

    .gutters .col:last-child {
      margin-bottom: 0%;
    }
  }

  .reverse>.col:last-child,
  :not(.reverse)>.col:first-child {
    margin-left: 0;
  }

  .container {
    max-width: 1160px;
    margin: auto;
  }

  @media screen and (max-width: 1160px) {
    .container {
      padding: 0 10px;
    }
  }

  .container .w-80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  @media screen and (max-width: 767px) {
    .container {
      margin-left: 15px;
      margin-right: 15px;
    }
  }

  .container.gutters {
    max-width: 1200px;
    margin: auto;
    position: relative;
  }

  .col {
    float: left;
    display: block;
    width: 100%;
  }

  @media screen and (max-width: 767px) {
    .col {
      float: none;
      width: 100% !important;
    }
  }

  .gutters .span_2 {
    width: 16%;
  }

  .gutters .span_3 {
    width: 23.5%;
  }

  .gutters .span_4 {
    width: 31%;
  }

  .gutters .span_6 {
    width: 49%;
  }

  .gutters .span_8 {
    width: 65%;
  }

  .gutters .span_12 {
    width: 100%;
  }

  @media (max-width: 767px) {
    .sp_img.col_2>.col {
      float: left;
      width: 48% !important;
      margin-left: 2%;
    }

    .sp_img.col_2>.col:first-child {
      margin-left: 0%;
    }

    .row.sp_img.col_2 {
      margin-bottom: 2%;
    }
  }

  /* margin*/
  .margin0 {
    margin: 0 !important;
  }

  .mt0 {
    margin-top: 0 !important;
  }

  .mb0 {
    margin-bottom: 0 !important;
  }

  .ml0 {
    margin-left: 0 !important;
  }

  .mr0 {
    margin-right: 0 !important;
  }

  .margin10 {
    margin: 10px !important;
  }

  .mt10 {
    margin-top: 10px !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .ml10 {
    margin-left: 10px !important;
  }

  .mr10 {
    margin-right: 10px !important;
  }

  .margin20 {
    margin: 20px !important;
  }

  .mt20 {
    margin-top: 20px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .ml20 {
    margin-left: 20px !important;
  }

  .mr20 {
    margin-right: 20px !important;
  }

  .margin30 {
    margin: 30px !important;
  }

  .mt30 {
    margin-top: 30px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .ml30 {
    margin-left: 30px !important;
  }

  .mr30 {
    margin-right: 30px !important;
  }

  .margin40 {
    margin: 40px !important;
  }

  .mt40 {
    margin-top: 40px !important;
  }

  .mb40 {
    margin-bottom: 40px !important;
  }

  .ml40 {
    margin-left: 40px !important;
  }

  .mr40 {
    margin-right: 40px !important;
  }

  .margin50 {
    margin: 50px !important;
  }

  .mt50 {
    margin-top: 50px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .ml50 {
    margin-left: 50px !important;
  }

  .mr50 {
    margin-right: 50px !important;
  }

  .mt100 {
    margin-top: 100px !important;
  }

  .mb100 {
    margin-bottom: 100px !important;
  }

  @media (min-width: 768px) {
    .pc-margin0 {
      margin: 0 !important;
    }

    .pc-mt0 {
      margin-top: 0 !important;
    }

    .pc-mb0 {
      margin-bottom: 0 !important;
    }

    .pc-ml0 {
      margin-left: 0 !important;
    }

    .pc-mr0 {
      margin-right: 0 !important;
    }

    .pc-margin10 {
      margin: 10px !important;
    }

    .pc-mt10 {
      margin-top: 10px !important;
    }

    .pc-mb10 {
      margin-bottom: 10px !important;
    }

    .pc-ml10 {
      margin-left: 10px !important;
    }

    .pc-mr10 {
      margin-right: 10px !important;
    }

    .pc-margin20 {
      margin: 20px !important;
    }

    .pc-mt20 {
      margin-top: 20px !important;
    }

    .pc-mb20 {
      margin-bottom: 20px !important;
    }

    .pc-ml20 {
      margin-left: 20px !important;
    }

    .pc-mr20 {
      margin-right: 20px !important;
    }

    .pc-margin30 {
      margin: 30px !important;
    }

    .pc-mt30 {
      margin-top: 30px !important;
    }

    .pc-mb30 {
      margin-bottom: 30px !important;
    }

    .pc-ml30 {
      margin-left: 30px !important;
    }

    .pc-mr30 {
      margin-right: 30px !important;
    }

    .pc-margin40 {
      margin: 40px !important;
    }

    .pc-mt40 {
      margin-top: 40px !important;
    }

    .pc-mb40 {
      margin-bottom: 40px !important;
    }

    .pc-ml40 {
      margin-left: 40px !important;
    }

    .pc-mr40 {
      margin-right: 40px !important;
    }

    .pc-margin50 {
      margin: 50px !important;
    }

    .pc-mt50 {
      margin-top: 50px !important;
    }

    .pc-mb50 {
      margin-bottom: 50px !important;
    }

    .pc-ml50 {
      margin-left: 50px !important;
    }

    .pc-mr50 {
      margin-right: 50px !important;
    }

    .sp-only {
      display: none !important;
    }

    .pc-text-center {
      text-align: center !important;
    }

    .pc-text-left {
      text-align: left !important;
    }

    .pc-text-right {
      text-align: right !important;
    }
  }

  @media (max-width: 767px) {
    .row:not(:last-child) {
      margin-bottom: 0%;
    }

    .reverse>.col:last-child,
    :not(.reverse)>.col:first-child {
      margin-left: 0;
    }

    p.text_vertical {
      font-size: 1rem;
    }

    .sp-margin0 {
      margin: 0 !important;
    }

    .sp-mt0 {
      margin-top: 0 !important;
    }

    .sp-mb0 {
      margin-bottom: 0 !important;
    }

    .sp-ml0 {
      margin-left: 0 !important;
    }

    .sp-mr0 {
      margin-right: 0 !important;
    }

    .sp-margin10 {
      margin: 10px !important;
    }

    .sp-mt10 {
      margin-top: 10px !important;
    }

    .sp-mb10 {
      margin-bottom: 10px !important;
    }

    .sp-ml10 {
      margin-left: 10px !important;
    }

    .sp-mr10 {
      margin-right: 10px !important;
    }

    .sp-margin20 {
      margin: 20px !important;
    }

    .sp-mt20 {
      margin-top: 20px !important;
    }

    .sp-mb20 {
      margin-bottom: 20px !important;
    }

    .sp-ml20 {
      margin-left: 20px !important;
    }

    .sp-mr20 {
      margin-right: 20px !important;
    }

    .sp-margin30 {
      margin: 30px !important;
    }

    .sp-mt30 {
      margin-top: 30px !important;
    }

    .sp-mb30 {
      margin-bottom: 30px !important;
    }

    .sp-ml30 {
      margin-left: 30px !important;
    }

    .sp-mr30 {
      margin-right: 30px !important;
    }

    .sp-margin40 {
      margin: 40px !important;
    }

    .sp-mt40 {
      margin-top: 40px !important;
    }

    .sp-mb40 {
      margin-bottom: 40px !important;
    }

    .sp-ml40 {
      margin-left: 40px !important;
    }

    .sp-mr40 {
      margin-right: 40px !important;
    }

    .sp-margin50 {
      margin: 50px !important;
    }

    .sp-mt50 {
      margin-top: 50px !important;
    }

    .sp-mb50 {
      margin-bottom: 50px !important;
    }

    .sp-ml50 {
      margin-left: 50px !important;
    }

    .sp-mr50 {
      margin-right: 50px !important;
    }

    .pc-only {
      display: none !important;
    }

    .sp-text-center {
      text-align: center !important;
    }

    .sp-text-left {
      text-align: left !important;
    }

    .sp-text-right {
      text-align: right !important;
    }
  }

  .flex-center {
    display: flex;
    justify-content: center;
  }

  .highlights {
    background-color: #f3f3f3;
    padding: 4em 0em;
  }

  @media screen and (max-width: 767px) {
    .highlights {
      padding: 2em 0;
    }
  }

  @media (max-width: 767px) {
    .highrights {
      padding: 3em 0em;
    }
  }

  @media (max-width: 1499px) {
    .pc-only1500 {
      display: none !important;
    }
  }

  @media (min-width: 1500px) {
    .sp-only1500 {
      display: none !important;
    }
  }

  .flex_v-center {
    display: flex;
    align-items: center;
  }

  .flex_center {
    display: flex;
    align-items: center;
    vertical-align: middle;
  }

  .text-gradient {
    background: linear-gradient(90deg, #58c6ff 0%, #076ad9 40%, #ff3bef 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  @media (max-width:767px) {
    .flexible-logo {
      max-width: 250px;
    }
  }

  .outlink_box a {
    word-break: break-all;
  }

  /* 20250312追加 */
  .modal-open {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    font-weight: bold;
    color: #fff;
    background: #000;
    margin: auto;
    cursor: pointer;
  }

  .modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 999;
  }

  .modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }

  .modal-container.active {
    opacity: 1;
    visibility: visible;
  }

  .modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 98%;
    max-width: 800px;
  }

  .modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -7px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
  }

  .modal-content {
    background: #fff;
    text-align: left;
    padding: 30px;
  }

  @media (max-width:767px) {
    .modal-content {
      padding: 15px;
    }
  }

  .modal-content .y-video {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .modal-content .y-video iframe {
    width: 100%;
    height: 100%;
  }

  .modal-open_video-wrap {
    position: relative;
  }

  .modal-open_video-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    /* 画像サイズに合わせて調整 */
    height: 100px;
    /* 画像サイズに合わせて調整 */
    background-image: url('https://tamura-builds.co.jp/recruit/wp-content/uploads/2025/03/y-video-img2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
  }

  .modal-open_video-wrap:hover::before {
    opacity: 1;
  }


  .interview-title {
    padding: 1rem 1rem .4rem 1rem;
    border-bottom: 1px solid #000;
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative;
    font-size: 32px;
    font-weight: 900;
    margin-top: 12px;
    letter-spacing: 5px;
    display: block;
  }

  .interview-title span {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    display: block;
    color: #000;
    margin-bottom: 5px;
  }

  .interview-title:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    width: 50px;
    height: 50px;
    background: linear-gradient(90deg, rgba(154, 213, 219, 1) 0%, rgba(161, 219, 154, 1) 100%);
    /*グラデーションの設定*/
    border-radius: 48% 52% 65% 35% / 47% 37% 63% 53%;
    /*流体シェイプの設定*/
    z-index: -1;
  }

  @media (max-width:767px) {
    .interview-title {
      font-size: 18px;
    }
  }

  /*  */
  .marketing-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
    margin-bottom: 70px;
  }

  .marketing-bg.-visible:before {
    transform: translate(0, 0);
  }

  .marketing-bg:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a33e46;
    transform: translate(0, 100%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    content: '';
  }

  /* テキストのスタイル */
  .marketing-title {
    display: block;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
  }

  .marketing-title span,
  .marketing-title h2 {
    display: block;
    opacity: 0;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
  }

  .marketing-title span {
    transform: translate(0, 40px);
    font-size: 20px;
    transition-delay: 0.25s;
    line-height: 2;
    font-size: 18px;
  }

  .marketing-title h2 {
    transform: translate(0, 40px);
    transition-delay: 0.25s;
    font-size: clamp(18px, 4vw, 32px);
  }

  .marketing-title span.delay1 {
    margin-top: 40px;
    transform: translate(0, 30px);
    transition-delay: 0.45s;
  }

  .marketing-title h2.delay1 {
    margin-top: 40px;
    transform: translate(0, 30px);
    transition-delay: 0.45s;
  }

  .marketing-title span.delay2 {
    margin-top: 40px;
    transform: translate(0, 30px);
    transition-delay: 0.65s;
  }

  .marketing-title h2.delay2 {
    margin-top: 40px;
    transform: translate(0, 30px);
    transition-delay: 0.65s;
  }

  .marketing-bg.-visible .marketing-title span,
  .marketing-bg.-visible .marketing-title h2 {
    opacity: 1;
    transform: translate(0, 0);
  }

  .marketing-title .marketing-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }

  @media (max-width:767px) {
    .marketing-title span.delay1 {
      margin-top: 20px;
    }

    .marketing-title h2 {
      margin: 20px 0 10px 0 !important;
    }

    .marketing-title span {
      font-size: 14px;
    }

    .marketing-title .marketing-wrap {
      padding-left: 1em;
      padding-right: 1em;
    }
  }

  .anim-box.popup.is-animated {
    animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  @keyframes popup {
    0% {
      transform: translateY(40px) scale(0.8);
      opacity: 0;
    }

    100% {
      transform: translateY(0) scale(1.0);
    }

    80%,
    100% {
      opacity: 1;
    }
  }

  .header_menuList_pc_wrap li.mynavi_btn {
    width: 240px;
  }

  .header_mynavi_sp {
    position: fixed;
    right: 55px;
    top: 13px;
    width: 137px;
  }

  .top-member-slider {
    overflow: hidden;
    background: #003384;
    padding: 5em 0;
  }

  .top-member-slider .swiper {
    position: relative;
    padding: 25px 0 60px 0;
    max-width: 100%;
  }

  .top-member-slider .swiper-slide {
    background: #000;
    /* border-radius: 12px; */
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
  }

.top-member-slider .swiper-slide {
  overflow: hidden; /* 拡大時に画像がはみ出さないように */
  position: relative;
}

.top-member-slider .swiper-slide a {
  display: block; /* リンク全体に適用させるため */
}

.top-member-slider .swiper-slide a:hover {
  opacity:1!important;
}

.top-member-slider .swiper-slide a img {
  transition: transform 0.3s ease; /* transformに明示 */
  display: block; /* 余計な隙間が出ないように */
}

.top-member-slider .swiper-slide a img {
  z-index: -1;
}

.top-member-slider .swiper-slide a:hover img {
  transform: scale(1.1); /* 拡大 */
  position: relative;
  z-index: -1;
}

  .top-member-slider .slide-image {
    width: 100%;
    height: 70svh;
    object-fit: cover;
    display: block;
  }

  .top-member-slider .label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #227035;
    color: #fff;
    padding: 7px 25px;
    font-size: 18px;
    /* border-radius: 0 0 8px 0; */
    font-weight: bold;
  }

  .top-member-slider .slide-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); */
  }

  .top-member-slider .slide-message {
    font-size: 21px;
    margin-bottom: 8px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
  }

  .top-member-slider .slide-meta {
    font-size: 16px;
    color: #fff;
  }

  .top-member-slider .swiper-button-prev,
  .top-member-slider .swiper-button-next {
    position: static;
    top: 20px;
    width: 36px;
    height: 36px;
    background: #fff;
    /* border-radius: 50%; */
    color: #000;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }

  .top-member-slider .swiper-button-prev {
    right: 56px;
  }

  .top-member-slider .swiper-button-next {
    right: 10px;
  }

  .top-member-slider .swiper-button-prev::after,
  .top-member-slider .swiper-button-next::after {
    font-size: 16px;
  }

  @media (max-width: 768px) {

    .top-member-slider .swiper-button-prev,
    .top-member-slider .swiper-button-next {
      top: 10px;
      width: 30px;
      height: 30px;
    }
  }

  .top-member-slider__arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    gap: 15px;
  }

  /* @media (min-width:767px) {
    .top-member-slider .swiper-slide.even_slide {
      transform: translateY(-20px);
    }
  } */

  @media (max-width: 1400px) {
    .top-member-slider__inner .interview_slider {}
  }

  .top-member-slider__inner .interview_slider {}

  .top-member-slider__inner {
    width: 96%;
    margin: auto;
    max-width: 1600px;
  }

  .member-name {
    color: #FFF;
    font-weight: bold;
    font-size: 32px;
  }

  .top-member-slider .swiper-slide a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(37, 45, 47, 0.54) 0%, rgba(37, 45, 47, 0) 70%);
    position: absolute;
    top: 0;
    left: 0;
    /* border-radius: 10px; */
    z-index: 0;
  }

  .bl_heading_2_en span {
    margin-bottom: 20px;
  }

  .top-member-slider .bl_heading_2_en {
    margin-bottom: 20px;
  }