@charset "UTF-8";
/* =============================================
見出し

01.基本設定
02.共通クラス
03.共通パーツ
04.ヘッダー
05.ハンバーガーメニュー
06.フッター
07.TOP
08.NEWS
09.Contents
10.Columns
11.会社概要
12.Contact
13.アニメーション
14.採用情報
15.特定商取引に関する表記
16.プレスリリース
17.videos

============================================= */
/* =============================================
01.基本設定
============================================= */
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #1C1C1C;
  overflow-x: hidden;
}

main {
  padding: 100px 0;
}
@media (max-width: 767px) {
  main {
    padding: 80px 0;
  }
}

img {
  width: 100%;
}

.container__fv {
  max-width: 1800px;
  padding: 0 20px;
  margin: 0 auto;
}

.container {
  max-width: 1600px;
  padding: 0 6vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.nallow__container {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

section {
  padding: 50px 0 80px !important;
  border-bottom: 1px solid #D2D2D2;
  position: relative;
}
@media (max-width: 767px) {
  section {
    padding: 30px 0 !important;
  }
}

a {
  color: black;
  text-decoration: unset;
}
a:hover {
  cursor: pointer !important;
  opacity: 0.7;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

li {
  list-style-type: none;
}

/* =============================================
02.共通クラス
============================================= */
.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

.header-sp {
  display: none;
}
@media (max-width: 1300px) {
  .header-sp {
    display: block;
  }
}

.header-pc {
  display: block;
  display: none;
}
@media (max-width: 1300px) {
  .header-pc {
    display: none !important;
  }
}

.u-bold {
  font-weight: bold;
}

.white {
  color: white;
}

.bg-gray {
  background: #F4F4F4;
  overflow-x: hidden;
}

.bg-black {
  background: black;
  padding-left: 20px !important;
  padding-right: 20px !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
@media (max-width: 767px) {
  .bg-black {
    position: inherit;
    transform: translateX(0);
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.flex__wrapper {
  display: flex;
  width: 100%;
}

.j-between {
  justify-content: space-between;
}

.wrap {
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .sp-100 {
    width: 100%;
  }
}

/* =============================================
03.共通パーツ
============================================= */
.h1 {
  margin-top: 40px;
}

.page__ttl {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .page__ttl {
    margin-top: 0;
  }
}
.page__ttl.center {
  text-align: center;
}
.page__ttl h2 {
  font-family: "Unna", serif;
  font-size: 80px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page__ttl h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-top: 20px;
  }
}
.page__ttl h2.large {
  font-size: 120px;
}
@media (max-width: 767px) {
  .page__ttl h2.large {
    font-size: 40px;
    margin-top: 20px;
  }
}
.page__ttl span {
  font-size: 18px;
  display: block;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .page__ttl span {
    margin-top: 0;
    font-size: 14px;
  }
}

.no-border {
  border-bottom: none;
}

.section__ttl {
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 40px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .section__ttl {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.section__ttl.link-all {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.section__ttl.center {
  text-align: center;
}
.section__ttl.center span::before {
  display: none;
}
.section__ttl.center span {
  padding-left: 0;
}
.section__ttl.no-border {
  margin-bottom: 20px;
  border-bottom: 0;
}
.section__ttl h2 {
  font-family: "Unna", serif;
  font-size: 80px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section__ttl h2 {
    font-size: 32px;
  }
}
.section__ttl span {
  font-size: 18px;
  display: block;
  margin-top: 16px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .section__ttl span {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
  }
}
.section__ttl span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #FF6A20;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.button-cont {
  display: flex;
  justify-content: flex-end; /* 右寄せ */
}
/* スマホ向けのレスポンシブ対応 */
@media (max-width: 768px) {
  .button-cont {
      width: 100%; /* 必要に応じて幅を調整 */
      position: relative;
      right:2%;
      transform: translateY(30px); /* 10px 下げる */
    }
}
.btn__white {
  background: white;
  padding: 10px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #D2D2D2;
  width: 140px;
  text-align: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .btn__white {
    padding: 6px;
    min-width: 100px;
    position: absolute;
    right: 0;
    bottom: 24px;
  }
}

/* =============================================
04.ヘッダー
============================================= */
header {
  position: fixed;
  width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  border-radius: 8px;
  z-index: 100;
  opacity: 1;
  background: white !important;
}
header .header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  background: white;
  border-radius: 5px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  header .header__wrapper {
    padding: 10px 20px;
  }
}
header .header__logo {
  width: 60px;
}
@media (max-width: 1300px) {
  header .header__logo {
    width: 60px;
  }
}
header .header__logo a {
  display: flex;
  align-items: center;
}
header .header__menu {
  display: flex;
  font-size: 16px;
}
header .header__menu li {
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  header .header__menu li {
    display: block;
  }
}
header .header__menu a {
  padding: 30px;
}
@media (max-width: 1300px) {
  header .header__menu {
    display: block;
  }
  header .header__menu li a {
    padding: 20px;
    display: block;
    border-bottom: 1px solid rgba(204, 204, 204, 0.8);
    padding-top: 16px;
    position: relative;
  }
  header .header__menu li a::after {
    content: "＞";
    position: absolute;
    right: 20px;
    color: gray;
  }
}
header .header__sns {
  display: flex;
  column-gap: 20px;
}
@media (max-width: 1300px) {
  header .header__sns {
    column-gap: 30px;
  }
}
header .header__sns img {
  width: 24px;
}
header .header__sns a {
  display: flex;
  align-items: center;
}

/* 初期設定 */
.header__contents {
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .header__contents {
    border-radius: 12px;
  }
}

@media (min-width: 1301px) {
  .header__contents {
    display: flex !important;
  }
}
/* 1300px以下のときに表示 */
@media (max-width: 1300px) {
  .header__contents {
    display: none;
    position: absolute;
    top: 80px; /* ヘッダーの高さに合わせて調整 */
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 999;
    padding: 20px 40px;
    height: 100vh;
  }
  .header__hamburger {
    display: block;
    cursor: pointer;
    border: 1px solid;
    padding: 8px;
    border-radius: 50%;
    width: 46px;
    height: 46px;
  }
  .header__hamburger.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
  }
  .header__hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: -8px;
  }
  .header__hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: black;
    transition: all 0.3s ease;
  }
  .header__hamburger.open span {
    position: relative;
  }
  .header__sns {
    padding: 20px 20px;
  }
}
.header-contact a {
  padding: 10px;
  border: 1px solid #A4A4A4;
  background: white;
  border-radius: 50px;
  text-align: center;
  display: block;
}

.header__terms {
  padding-top: 20px;
}
.header__terms li {
  margin-bottom: 14px;
  font-size: 12px;
}

/* 初期設定 */
.header__pop {
  display: none;
  position: fixed;
  top: -20px;
  left: -10px;
  right: -20px;
  height: 100vh;
  bottom: -40px;
  padding: 40px 20px;
  box-sizing: content-box;
  background-color: rgba(0, 0, 0, 0.5); /* 背景の黒地・透過 */
  z-index: 1000;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}

/* ポップアップのコンテンツ */
.header__pop ul {
  background-color: white; /* コンテンツの背景は白 */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.header__pop ul li {
  list-style: none;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
}

.header__pop ul li a {
  display: block;
  color: black;
  text-decoration: none;
  border: none;
  text-align: left;
  padding: 20px;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}
.header__pop ul li a::after {
  content: "";
  background: url(../img/icon-circle.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.header__pop ul li a span {
  font-weight: 400;
  display: block;
  padding-top: 5px;
}
.header__pop ul li a .en {
  font-size: 12px;
  color: #FF6A20;
}
/* =============================================
05.ハンバーガーメニュー
============================================= */
/* =============================================
06.フッター
============================================= */
footer {
  background: black;
  padding: 20px;
}
@media (max-width: 767px) {
  footer {
    padding: 0;
  }
}
footer #bread__lists {
  color: white;
  padding: 20px;
  font-size: 12px;
  border-bottom: 1px solid #F4F4F4;
}
@media (max-width: 767px) {
  footer #bread__lists {
    padding: 20px 0;
  }
}
footer .footer__logo {
  width: 140px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  footer .footer__logo {
    margin-top: 20px;
  }
}
footer .footer__sns {
  display: flex;
  column-gap: 30px;
  margin-top: 30px;
}
footer .footer__sns img {
  width: 24px;
}
footer .footer__contents {
  padding: 0 20px 170px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F4F4F4;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer .footer__contents {
    padding: 0px;
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  footer .footer__imgs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
}
footer .footer__menus {
  display: flex;
  column-gap: 60px;
  padding-top: 36px;
  font-size: 12px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer .footer__menus {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer__menus li {
    width: 100%;
  }
  footer .footer__menus li a {
    padding: 10px 0;
    position: relative;
    display: block;
    font-size: 14px;
  }
  footer .footer__menus li a::after {
    content: ">";
    position: absolute;
    right: 20px;
  }
}
footer .footer__menus a {
  color: white;
}
footer .footer__terms {
  display: flex;
  padding: 20px;
  column-gap: 40px;
}
@media (max-width: 767px) {
  footer .footer__terms {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #F4F4F4;
  }
}
footer .footer__terms a {
  color: white;
  font-size: 12px;
}
footer small {
  color: white;
  font-size: 12px;
  padding: 20px;
}
@media (max-width: 767px) {
  footer small {
    padding: 20px 0;
  }
}

/* =============================================
07.TOP
============================================= */
.section__fv {
  margin-top: -50px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section__fv {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
.section__fv .fv {
  height: 85vh;
  max-height: 800px;
}
@media (max-width: 767px) {
  .section__fv .fv {
    height: auto;
    max-height: inherit;
  }
}
.section__fv .fv__main {
  height: 100%;
}
.section__fv .fv__main .fv__card {
  height: 100%;
  margin-bottom: 20px;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn__img {
  width: 30%;
  position: relative;
}
@media (max-width: 767px) {
  .btn__img {
    width: 100%;
  }
}

.btn__txt {
  position: absolute;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
  bottom: 0;
}
.btn__txt span {
  font-size: 20px;
  display: block;
  font-weight: 400;
}
.btn__txt .en {
  font-size: 16px;
}

.new__items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 20px;
}

.new__item {
  background: white;
  width: 23.5%;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 767px) {
  .new__item {
    width: 100%;
  }
}

.new__date {
  color: gray;
  margin-bottom: 10px;
  font-size: 14px;
}

.new__ttl {
  font-size: 16px;
}
@media (max-width: 767px) {
  .new__ttl {
    font-size: 14px;
  }
}

.new__item .cats {
  display: flex;
  column-gap: 10px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .new__item .cats {
    margin-top: 20px;
  }
}
.new__item .cats li {
  font-size: 12px;
  color: #FF6A20;
  border: 1px solid;
  padding: 3px 8px;
  border-radius: 50px;
}

.fv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fv img {
  height: 100%;
  object-fit: cover;
}
.fv .fv__main {
  width: 62%;
}
@media (max-width: 767px) {
  .fv .fv__main {
    width: 100%;
  }
  .fv .fv__main .fv__card {
    height: 80vh;
  }
}
.fv .fv__sub {
  width: 37%;
  height: calc(100% - 10px);
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .fv .fv__sub {
    width: 100%;
  }
}
.fv .fv__sub .fv__card {
  height: 50%;
  width: 100%;
}

.fv__card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.fv__card .fv__info {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  color: white;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fv__card .fv__info {
    padding: 20px 14px;
  }
}
@media (max-width: 767px) {
  .fv__card .fv__info.sp-wrap {
    flex-wrap: wrap;
    justify-content: end;
  }
}
.fv__card .fv__info h2 {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .fv__card .fv__info h2 {
    font-size: 18px;
  }
}
.fv__card h1 {
  font-family: "Unna", serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .fv__card h1 {
    line-height: 46px;
    font-size: 40px;
  }
}
.fv__card span {
  font-size: 14px;
}
@media (max-width: 767px) {
  .fv__card span {
    font-size: 12px;
  }
}
.fv__card .fv__btn {
  background: white;
  padding: 10px 0px;
  border-radius: 50px;
  font-size: 14px;
  min-width: 120px;
  text-align: center;
  color: black;
}
@media (max-width: 767px) {
  .fv__card .fv__btn {
    margin-left: auto;
    margin-top: 10px;
    font-size: 12px;
  }
}

.sub__menu {
  position: relative;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 30px;
}
.sub__menu h4 {
  padding-left: 20px;
  position: relative;
  font-size: 20px;
}
.sub__menu h4::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #FF6A20;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.sub__menu span {
  font-size: 12px;
  padding-top: 10px;
}

.btn__square {
  width: 47%;
}
@media (max-width: 767px) {
  .btn__square {
    width: 100%;
    margin-bottom: 20px;
  }
}
.btn__square a {
  background: white;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  border-radius: 12px;
  display: block;
  position: relative;
}
.btn__square a::after {
  content: "＞";
  position: absolute;
  right: 30px;
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
  font-size: 20px;
}

.star5_rating:before, .star5_rating:after {
  content: "★★★★★";
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #FF7A00; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
} /* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
} /* 星4.5 */
.star5_rating[data-rate="4"]:after {
  width: 80%;
} /* 星4 */
.star5_rating[data-rate="3.5"]:after {
  width: 70%;
} /* 星3.5 */
.star5_rating[data-rate="3"]:after {
  width: 60%;
} /* 星3 */
.star5_rating[data-rate="2.5"]:after {
  width: 50%;
} /* 星2.5 */
.star5_rating[data-rate="2"]:after {
  width: 40%;
} /* 星2 */
.star5_rating[data-rate="1.5"]:after {
  width: 30%;
} /* 星1.5 */
.star5_rating[data-rate="1"]:after {
  width: 20%;
} /* 星1 */
.star5_rating[data-rate="0.5"]:after {
  width: 10%;
} /* 星0.5 */
.star5_rating[data-rate="0"]:after {
  width: 0%;
} /* 星0 */
.review__rate {
  display: flex;
  gap: 10px;
  align-items: center;
}

.review__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 14px;
  align-items: center;
}
@media (max-width: 767px) {
  .review__info {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.review__date {
  font-size: 14px;
  color: #777777;
}

.blue {
  color: #163AC7;
}

.review__item {
  padding: 20px 20px;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .review__item {
    padding: 20px;
    margin-bottom: 0;
  }
}

.review__wrapper {
  height: 500px;
  overflow: scroll;
}
@media (max-width: 767px) {
  .review__wrapper {
    height: 400px;
  }
}

/* =============================================
08.News
============================================= */
.search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 50px;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 24px;
}

.search-form input {
  width: 100%;
  height: 45px;
  padding: 5px 25px;
  border: none;
  box-sizing: border-box;
  outline: none;
  font-size: 12px;
}

.search-form input::placeholder {
  color: #777777;
}

.search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background: white;
}

.search-form button::after {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
}

.btn__filter {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media (max-width: 767px) {
  .btn__filter {
    display: block;
  }
}
.btn__filter img {
  width: 100px;
}

.close {
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.side__wrapper {
  width: 25%;
}
@media (max-width: 767px) {
  .side__wrapper {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 10;
    left: 0;
    padding: 20px;
    background: #F4F4F4;
    top: 0;
    height: 100vh;
    padding-top: 120px;
  }
}
@media (min-width: 767px) {
  .side__wrapper {
    display: block !important;
  }
}

.main__wrapper {
  width: 70%;
}
@media (max-width: 767px) {
  .main__wrapper {
    width: 100%;
  }
}
.main__wrapper .column__item a::before {
  display: none;
}

.side__menu {
  background: white;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2509803922);
}
.side__menu h4 {
  color: #888888;
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: normal;
}
.side__menu li {
  font-size: 14px;
  list-style-type: circle;
  margin-left: 20px;
  margin-bottom: 10px;
}
.side__menu li:last-child {
  margin-bottom: 0;
}

.news__item {
  background: white;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 20px;
}
.news__item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news__item .news__date {
  font-size: 14px;
  color: #888888;
  width: 20%;
}
@media (max-width: 767px) {
  .news__item .news__date {
    width: 100%;
    margin-bottom: 20px;
  }
}
.news__item .news__txt {
  width: 80%;
}
@media (max-width: 767px) {
  .news__item .news__txt {
    width: 100%;
  }
}
.news__item .tags {
  display: flex;
  column-gap: 10px;
}
.news__item .tags li {
  color: #FF6A20;
  border: 1px solid;
  display: inline-block;
  font-size: 10px;
  border-radius: 50px;
  padding: 3px 8px;
}
.news__item .news__ttl {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
.news__item .news__excerpt {
  font-size: 14px;
  margin-bottom: 20px;
}

.pagination ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}
.pagination li .prev,
.pagination li .next {
  background: white;
  border-radius: 50%;
  color: gray;
  font-size: 12px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .active {
  color: gray;
}

.top-function {
  border-bottom: 1px solid #D2D2D2;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .top-function {
    margin-top: 40px;
  }
}
.top-function a {
  background: white;
  padding: 8px 40px;
  font-size: 16px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #ccc;
}
.top-function a::before {
  content: "<";
  position: absolute;
  left: 15px;
}
.top-function span {
  font-size: 12px;
}

.sns__wrapper ul {
  display: flex;
  justify-content: flex-end;
  column-gap: 20px;
  font-size: 12px;
  align-items: center;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 30px;
  margin-top: 60px;
}
.sns__wrapper img {
  width: 24px;
}

.post__contents {
  padding: 20px 30px;
  background-color: #ffffff;
}
.post__contents img {
    margin-bottom: 20px;
    width: 640px !important; /* スペースを削除 */
    height: auto;
}

.post__contents .post_lang{
    text-align: right;

}
.post_lang a {
    font-size: 20px !important;
}

.post__contents .post__ttl {
  font-size: 36px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .post__contents .post__ttl {
    font-size: 24px !important;
  }
  .post__contents img {
    width: 100% !important; /* 画面の幅に合わせる */
    height: auto !important; /* 縦横比を保つ */
    margin-bottom: 15px !important; /* 余白を少し小さくする例 */
  }
}
.post__contents p {
  margin-bottom: 1.8em;
  font-size: 18px;
}
.post__contents p span {
  margin-bottom: 1.8em !important;
  font-size: 18px !important;
}

.post__contents h2 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 1.62em;
  padding: 25px;
  background-color:#1e1e1e;
  color: #ffffff;
}
.post__contents h2 span {
  font-weight: 500 !important;
  font-size: 24px !important;
  margin-bottom: 1.62em !important;
  border-color: #1e1e1e !important;
  color: #ffffff !important;
}
.post__contents li span {
  font-size: inherit !important; /* 親要素のフォントサイズを継承 */
  font-family: inherit !important;
}


.post__contents h3 {
  margin-left: 0 !important;
  font-weight: 500 !important;
  font-size: 22px !important;
  margin-bottom: 1.62em !important;
  border-color: #1e1e1e !important;
  border-left: 7px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 12px 20px !important;
}
.post__contents h3 span {
  font-weight: 500 !important;
  font-size: 22px !important;
  margin-bottom: 1.62em !important;
  border-color: #1e1e1e !important;
}

.post__contents h4 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 20px;
}


.related__post {
    background: white;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.related__post.for-column {
    background: white;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* 次のページリンクのスタイル（画像を左寄せ） */
.related__post.for-column.next-page .related__img {
    order: 1;
    display: flex;
    align-items: center;
}

.related__post.for-column.next-page .related__txt {
    order: 2;
    text-align: left;
}

/* 前のページリンクのスタイル（画像を右寄せ） */
.related__post.for-column.prev-page .related__img {
    order: 2;
    display: flex;
    align-items: center;
}

.related__post.for-column.prev-page .related__txt {
    order: 1;
    text-align: right;
}

/* 記号のスタイル */
.arrow {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    display: inline-block;
}

/* 前の記事の右寄せスタイル */
.prev-article-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.prev-article-right img {
    margin-left: 10px;
}

.prev-article-right .related__txt {
    text-align: right;
}

.prev-indicator {
    font-size: 14px;
    margin-left: 5px;
}

@media (max-width: 767px) {
    .related__post.for-column {
        flex-direction: column;
        align-items: flex-start;
    }

/* 前のページリンクのスタイル（画像を右寄せ） */
.related__post.for-column.prev-page .related__img {
    order: 1;
    display: flex;
    margin-left: auto;
}

.related__post.for-column.prev-page .related__txt {
    order: 2;
    text-align: right;
}
     .prev-article-right {
        justify-content: flex-start;  /* 左寄せ */
        text-align: right;
    }

    .prev-article-right img {
        margin-left: 0;  /* 余白をリセット */
        margin-right: 10px;  /* 画像をテキストと少し離す */
        margin-left: auto;
    }

    .prev-article-right .related__txt {
        text-align: right;
        margin-left: auto;
    }
    
    .prev-indicator {
        margin-left: 0;  /* 余白をリセット */
        margin-right: 5px; /* スマホでの調整 */
    }
}
.related__post h3 {
  margin-bottom: 20px;
}
.related__post p {
  font-size: 14px;
}

#toc {
  border: 1px solid #000000; /* 目次全体の枠線 */
  font-size: 0.9em;
  padding: 1em 1.6em;
  display: block; /* 目次全体を囲むためにblockに変更 */
  margin: 0 auto; /* 中央揃え */
  max-width: 90%; /* 横幅制限 */
  background-color: #f9f9f9; /* 背景色を設定して目次全体を強調 */
}

#toc-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    font-size: 1.2em;
    cursor: pointer;
    background-color: #f8f8f8;
    border-radius: 5px;
}

.toc-label {
    display: flex;
    align-items: center;
    gap: 8px; /* 「目次」と「［開く］」の間隔 */
}

#toc-content {
  margin-top: 10px;
  padding: 10px;
  font-size: 1.2em;
 }

#toc-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#toc-content li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

/* 番号部分のスタイル */
.toc-number {
    width: 2em; /* 番号部分の幅を確保 */
    text-align: right;
    font-weight: bold;
    margin-right: 0.5em;
    flex-shrink: 0; /* 番号部分が縮まないように設定 */
}

/* コンテンツ部分のスタイル */
.toc-content a {
    flex-grow: 1;
    line-height: 1.5;
    word-break: break-word; /* 長い文字列で折り返す */
}


/* =============================================
08.Contents
============================================= */
.column__items {
  display: flex;
  column-gap: 2%;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .column__items {
    padding: 0 20px;
  }
}
.column__items .column__item {
  width: 23%;
}
@media (max-width: 767px) {
  .column__items .column__item {
    width: 100%;
  }
}
.column__items .column__info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
}
.column__items a {
  display: block;
  position: relative;
}
.column__items .cats {
  display: flex;
  gap: 10px;
}
.column__items .cats li {
  font-size: 14px;
}
.column__items .column__date {
  font-size: 14px;
  margin-top: 5px;
}

.column__all .column__item {
  padding: 20px;
}

.press__items {
  display: flex;
  column-gap: 2%;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .press__items {
    padding: 0 20px;
  }
}
.press__items .press__item {
  width: 23%;
  max-height: 200px
}
@media (max-width: 767px) {
  .press__items .press__item {
    width: 100%;
  max-height: 200px

  }
}
.press__items .press__info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
}
.press__items a {
  display: block;
  position: relative;
}
.press__items .cats {
  display: flex;
  gap: 10px;
}
.press__items .cats li {
  font-size: 14px;
}
.press__items .press__date {
  font-size: 14px;
  margin-top: 5px;
}

.press__all .press__item {
  padding: 20px;
}


.gallery__wrapper {
  overflow: auto;
  text-align: right;
}
.gallery__wrapper a {
  display: block;
}
@media (max-width: 767px) {
  .gallery__wrapper.no-scroll ul {
    min-width: auto;
    gap: 4%;
  }
}
@media (max-width: 767px) {
  .gallery__wrapper.no-scroll li {
    width: 47%;
  }
}
.gallery__wrapper img {
  height: 100%;
  border-radius: 10px;
}
.gallery__wrapper ul {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .gallery__wrapper ul {
    min-width: 1100px;
    justify-content: start;
    gap: 1%;
  }
}
.gallery__wrapper ul li {
  width: 22%;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
}
@media (max-width: 767px) {
  .gallery__wrapper ul li {
    width: 200px;
    margin-bottom: 10px;
  }
}

.contact__wrapper {
  padding: 80px;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .contact__wrapper {
    padding: 60px 20px;
  }
}
.contact__wrapper li {
  border-bottom: 1px solid;
  padding: 60px 20px 30px;
}
.contact__wrapper li:first-of-type {
  padding-top: 0px;
}
.contact__wrapper .ttl-en {
  font-size: 12px;
  color: #FF6A20;
  display: block;
}
.contact__wrapper a {
  position: relative;
  display: block;
}
.contact__wrapper a::after {
  content: "";
  background: url(../img/icon-circle.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.section__gallery {
  padding-bottom: 100px !important;
}

/* =============================================
10.Columns
============================================= */
.column__item {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 20px;
  display: flex;
}
.column__item a {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.column__item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.631372549));
  border-radius: 10px;
}
.column__item .column__img {
  width: 25%;
}
@media (max-width: 767px) {
  .column__item .column__img {
    width: 100%;
  }
}
.column__item .column__txt {
  width: 70%;
}
@media (max-width: 767px) {
  .column__item .column__txt {
    width: 100%;
  }
}
.column__item .column__date {
  display: block;
  font-size: 12px;
  color: white;
}
.column__item .column__ttl {
  display: inline-block;
}
.column__item .column__excerpt {
  font-size: 14px;
  margin-top: 20px;
  max-height: 6em; /* 約4行分の高さに設定 */
  overflow: hidden; /* 内容が超過した場合に非表示 */
  text-overflow: ellipsis; /* 省略記号の表示 */
  line-height: 1.5em; /* 行間を設定（必要に応じて調整） */
}
.column__item .tags {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.column__item .tags li {
  font-size: 12px;
  color: #FF6A20;
  border: 1px solid;
  padding: 3px 8px;
  border-radius: 50px;
}

/* =============================================
11.会社概要
============================================= */
.page__thumb {
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.company__table {
  padding-left: 15%;
}
@media (max-width: 767px) {
  .company__table {
    padding-left: 0;
  }
}

.company__tr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .company__tr {
    padding: 20px 0;
    row-gap: 10px;
  }
}

.company__th {
  width: 30%;
}
@media (max-width: 767px) {
  .company__th {
    width: 100%;
    font-size: 14px;
  }
}
.company__th span {
  font-size: 12px;
  padding-left: 20px;
}

.company__td {
  width: 70%;
}
@media (max-width: 767px) {
  .company__td {
    width: 100%;
    font-size: 14px;
  }
}

.philosphy li {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .philosphy li {
    padding: 30px;
  }
}
.philosphy .txt {
  width: 75%;
  font-size: 14px;
}
@media (max-width: 767px) {
  .philosphy .txt {
    width: 100%;
  }
}
.philosphy .point {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
  width: 20%;
}
@media (max-width: 767px) {
  .philosphy .point {
    width: 100%;
    margin-bottom: 20px;
  }
}
.philosphy .point::after {
  content: "";
  background: url(../img/icon-philosophy.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

/* =============================================
12.Contact
============================================= */
.page__ttl-txt {
  display: flex;
  align-items: end;
}
.page__ttl-txt span {
  font-size: 16px;
}
.page__ttl-txt .en {
  color: gray;
  font-size: 12px;
  padding-left: 20px;
}

.form {
  margin-top: 20px;
}
.form div {
  display: flex;
  flex-wrap: wrap;
}
.form label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.form input, .form textarea {
  border: none;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.contact__form {
  max-width: 900px;
  margin: 0 auto;
}

.page__ttl {
    text-align: center;
    margin-bottom: 20px;
}

.page__ttl span {
    font-weight: bold;
    color: #333;
}

.page__txt {
    text-align: center;
    margin-bottom: 20px;
}

.page__txt span {
  font-size: 25px;
  color: #333;
}

.contact__form2 {
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
  font-family: 'Arial', sans-serif;
}

/* フォームフィールドのスタイル */
.contact__form2 .form-group {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding-bottom: 10px; /* 下線のスペースを確保 */
  border-bottom: 2px solid #000; /* 下線を引く */
  min-height: 60px; /* 高さを設定（必要に応じて調整） */
  box-sizing: border-box; /* パディングとボーダーを含む */
}

.contact__form2 .form-group.full-width {
  display: block;
  text-align: left; /* 左寄せ */
}

.contact__form2 label {
  font-size: 16px;
  font-weight: bold;
  color: #555;
  margin-right: 15px;
  white-space: nowrap; /* ラベルが折り返さないようにする */
}

.contact__form2 p {
  font-size: 20px;
  color: #333;
  margin: 0; /* マージンをリセット */
  padding: 0; /* パディングをリセット */
}

/* ボタンのスタイル */

.submit button {
  background: black;
  color: white;
  width: 100%;
  padding: 20px;
}
.submit button:hover {
  background-color: #333;
}

.contact__form2 .button-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.contact__form2 .submit button, .submit2 button {
  background: black;
  color: white;
  padding: 15px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact__form2 .submit button:hover, .submit2 button:hover {
  background-color: #333;
}

/* スマホ用のレイアウト */
@media (max-width: 768px) {
 .page__txt span {
   font-size: 20px;
   color: #333;
  }

  .contact__form2 {
    padding: 10px;
  }

  .contact__form2 .form-group {
    flex-direction: column;
    align-items: center; /* フォームグループ内の要素を中央寄せ */
    text-align: center; /* 中央寄せ */
  }

  .contact__form2 .form-group.full-width {
    display: block;
    align-items: center; /* フォームグループ内の要素を中央寄せ */
        text-align: center; /* 中央寄せ */
    }

  .contact__form2 .form-group label {
    margin-right: 0;
    margin-bottom: 5px;
  }

 .contact__form2 .button-container {
    flex-direction: column;
  }

 .contact__form2 .submit button, .submit2 button {
    width: 100%;
    margin-bottom: 10px;
  }
}

.line__wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.line__wrapper a {
  background: #00B900;
  color: white;
  padding: 15px;
  width: 300px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  letter-spacing: 5px;
}
.line__wrapper a::before {
  content: "";
  background: url(../img/icon-line.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.line__wrapper a img {
  width: 30px;
}

/* =============================================
13.アニメーション
============================================= */
.bg-black .column__item,
.new__item,
.btn__img {
  opacity: 0;
  transform: translateX(50px); /* 右に50pxずらす */
  transition: opacity 1s ease, transform 1s ease; /* フェードインとスライドインを定義 */
}

.bg-black .column__item.visible,
.new__item.visible,
.btn__img.visible {
  opacity: 1;
  transform: translateX(0); /* 元の位置に戻す */
}

/* 初期状態で非表示にし、上にずらしておく */
header.home {
  opacity: 0;
  transform: translate(-50%, -20px); /* ヘッダーを20px上にずらす */
  transition: opacity 1s ease-in-out, transform 1s ease-in-out; /* フェードインとスライドインのアニメーション */
}

main.home,
footer.home {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.btn__square:hover {
  transform: scale(1.04);
  transition: 0.3s;
}

/* =============================================
14.採用情報
============================================= */
.recruit__wrapper {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit__wrapper {
    padding: 20px 0;
  }
}
.recruit__wrapper .recruit__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .recruit__wrapper .recruit__ttl {
    font-size: 20px;
  }
}

/* =============================================
15.特定商取引に関する表記
============================================= */
.guide__ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
       text-align: left;
}
@media (max-width: 700px) {
    .guide__ttl {
        font-size: 16px;
        margin-bottom: 0;
    }
}
.guide__txt {
    margin-bottom: 60px;
}
@media (max-width: 700px) {
    .guide__txt {
        font-size: 14px;
        margin-bottom: 20px;
    }
}
.credit {
    max-width: 320px;
    margin: 10px 0;
}
.guide__table {
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 10px;
}
.guide__row {
    display: flex;
    border-bottom: 1px solid #ccc;
}
.guide__row:last-of-type {
    border-bottom: none;
}
.guide__th {
    background: #dddddd;
    padding: 10px 20px;
    min-width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
}
@media (max-width: 700px) {
    .guide__th {
        padding: 10px;
        font-size: 13px;
        min-width: 100px;
    }
}
.guide__td {
    padding: 10px 20px;
}
@media (max-width: 700px) {
    .guide__td {
        padding: 10px;
        font-size: 13px;
    }
}
.notification {
    font-size: 14px;
}
.guide__pop {
    border: 1px solid;
    border-radius: 20px;
    padding: 40px 40px 40px 60px;
    max-width: 600px;
    margin: 20px auto;
}
@media (max-width: 700px) {
    .guide__pop {
        padding: 20px 20px 20px 40px;
    }
}
/* =============================================
16.プレスリリース
============================================= */

.press__item {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 20px;
  display: flex;
}
.press__item a {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.press__item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.631372549));
  border-radius: 10px;
}
.press__item .press__img {
  width: 25%;
  max-height:200px
}
@media (max-width: 767px) {
  .press__item .press__img {
    width: 100%;
  }
}
.press__item .press__txt {
  width: 70%;
}
@media (max-width: 767px) {
  .press__item .press__txt {
    width: 100%;
  }
}
.press__item .press__date {
  display: block;
  font-size: 12px;
  color: white;
}
.press__item .press__ttl {
  display: inline-block;
}
.press__item .press__excerpt {
  font-size: 14px;
  margin-top: 20px;
  max-height: 6em; /* 約4行分の高さに設定 */
  overflow: hidden; /* 内容が超過した場合に非表示 */
  text-overflow: ellipsis; /* 省略記号の表示 */
  line-height: 1.5em; /* 行間を設定（必要に応じて調整） */
}
.column__press .tags {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.column__press .tags li {
  font-size: 12px;
  color: #FF6A20;
  border: 1px solid;
  padding: 3px 8px;
  border-radius: 50px;
}

/*ここから下プレスリリースの中身のCSS*/
/* 一般的なスタイル */
.press__contents {
    padding: 20px 30px;
    background-color: #ffffff;
}

.press__contents img {
    margin-bottom: 20px;
    height: auto;
}

.press__contents h2 {
    font-size: 35px;
    margin-bottom: 0.62em;
    padding: 25px;
}
.trademark {
    font-size: 0.6em; /* 親のフォントサイズの50% */
    vertical-align: top; /* 高さを調整 */
    position: relative; 
    top:0.2em;
    margin-left: 1px; /* 文字間隔を調整 */
}

.press__contents p {
    margin-bottom: 1.8em;
    font-size: 18px;
}

.press__contents h3 {
    font-size: 22px !important;
    margin-bottom: 0.62em !important;
    border-color: #1e1e1e !important;
}

.linck {
   color: #007BFF;

}


.press__contents h4 {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 20px;
}

.image-container {
    display: flex;
    gap: 10px; /* 画像間のスペース */
}

.image-container img {
    max-width: 100%;
    height: auto;
}

.company-info {
    display: flex;
    justify-content: space-between; /* テキストと画像の間にスペースを追加 */
    align-items: flex-start; /* 上揃え */
}

.company-info img {
    width: 450px; /* 画像のサイズを調整 */
    height: auto;
    align-self: flex-start; /* 画像を上揃え */
}

.mobile-break {
        display: none; /* PCでは何も影響しない */
    }

/* スマホ用のレスポンシブ対応 */
@media (max-width: 800px) {

        .mobile-break {
            display: block; /* スマホではブロック要素に */
        }
    /* 見出しのフォントサイズ調整 */
    .press__contents h2 {
        font-size: 18px;
    }

    .press__contents h3 {
        font-size: 16px !important;
    }

    /* 画像の配置調整 */
    .press__contents img {
        margin-bottom: 15px !important; /* 余白を少し小さく */
         width: 100% !important; /* 画像の幅を親要素に合わせて100% */
         height: auto !important; /* 高さを自動で調整 */
         margin-right: 0 !important; /* 右マージンを無視して削除 */

    }

    /* 画像のサイズ調整 */
    .image-container img {
    width: 100% !important; /* 画像の幅を親要素に合わせて100% */
    height: auto !important; /* 高さを自動で調整 */
    margin-right: 0 !important; /* 右マージンを無視して削除 */
  }

  /* 画像を縦に並べる */
  .image-container {
    flex-direction: column !important;
    gap: 10px;
  }    /* 会社情報のレイアウト調整 */
    .company-info {
        flex-direction: column; /* 縦並びに変更 */
        align-items: center; /* 中央揃え */
    }

    .company-info img {
        width: 100%; /* 画像の幅を100%に調整 */
        margin-top: 20px; /* 画像とテキストの間にスペース */
    }

    /* テキストのスタイル調整 */
    .press__contents p {
        font-size: 16px; /* スマホで少し小さく */
    }

    /* タイトルの余白調整 */
    .press__contents h4 {
        font-size: 24px; /* スマホ用の見やすいサイズ */
        margin-bottom: 10px; /* 余白調整 */
    }

    /* 会社情報のリンク調整 */
    .company-info ul li {
        font-size: 16px; /* フォントサイズを調整 */
    }

    /* メインタイトルの調整 */
    .press__contents .press__ttl {
        font-size: 24px !important;
    }
}
/* ダウンロードボタンのスタイル */
.download-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.download-btn:hover {
    background-color: #0056b3;
}
/* =============================================
17.videos
============================================= */ 

 /* YouTube動画の親コンテナ */
 .videos-container {
  display: flex;
  flex-wrap: wrap; /* 横並び＋折り返し対応 */
  gap: 20px; /* 動画間の間隔 */
  justify-content: space-evenly;
}

/* 各動画カードのデザイン */
.video {
  flex: 1 1 calc(33.333% - 20px); /* 横幅を3等分 */
  box-sizing: border-box;
  max-width: 350px; /* 最大幅の制限 */
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 軽い影 */
  overflow: hidden;
  color: #fff;
}

.video h3 {
  font-size: 16px; /* 文字サイズを小さく調整 */
  margin: 0 0 10px;
  white-space: nowrap; /* テキストを1行に収める */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 省略記号（…）を表示 */
}

/* 動画埋め込み部分 */
.video iframe {
  width: 100%; /* カード幅いっぱいに */
  height: 200px;
  border: none;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .video {
    flex: 1 1 calc(50% - 20px); /* 2列表示 */
  }
}

@media (max-width: 480px) {
  .video {
    flex: 1 1 100%; /* 1列表示 */
  }
}

/* モーダルのスタイル */
.modal {
  display: none; /* 初期状態で非表示 */
  position: fixed;
  z-index: 1; /* 他のコンテンツよりも前面に表示 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 背景を暗く */
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* モーダル内のコンテンツ */
.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  position: relative;
  max-width: 800px; /* モーダルの最大幅 */
  max-height: 450px; /* モーダルの最大高さ */
  width: 100%;
  height: 100%;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
