@charset "UTF-8";
/* =====================
  共通 （sp size ~767）
====================== */
img{
  width: 100%;
}
.mainImg img{
  width: 100%;
  max-width: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-family:
    "Noto Sans JP",
    Arial,
    sans-serif;
  font-style: normal;
  color: #333333;
  background-color: #fff;
  line-height: 1.5; 
}

img {
  max-width: 100%;
}

.section__topic {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 2.8rem;
  margin-top: 10px;
  color: #369add;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 3.64px;
}

h3 {
  color: rgba(62, 157, 170, 0.60);
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.tbbr {
  display:none;
}

/* =====================
header
====================== */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101; /* .nav の z-index より高くして前に出す */
  padding: 24px 6.1% 10px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header__inner{
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.header__logo,
.nav__logo {
  max-width: 140px;
  display: flex;
  align-items: center;
}

.header__logo img,
.nav__logo img {
  width: 100%;
  height: auto;
  /* max-height: 40px; */
}

/* .navの初期表示 */
.nav {
  background: rgba(255, 255, 255, 0.80);
  width: 100%;
  height: 100vh;
  padding: 24px 6.1%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateX(-100%);
  transition: transform 0.4s;
}

.nav__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__btn{
  width: 24px;
}

.nav__list {
  margin-top: 28px;
}

.nav__item {
  margin-top: 48px;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.nav.active {
  transform: translateX(0);
}

.contact__btn {
  width: 135px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  background: #ECAC16;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.contact__btn:hover {
  opacity: 0.5;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-menu {
  margin-left: 15px;
  width: 29px;
  cursor: pointer;
}

/* =====================
main
====================== */

.mainImg__pc {
  display: none;
}

.article__header{
  margin-top: 50px;
}

.mainImg {
  position: relative;
}

.mainImg__sp {
  display: block;
  width: 100%;
}

.txtLight {
  margin-left: 8px;
  font-size: 2.4rem;
  font-weight: 400;
}

.mainImg__text {
  position: absolute;
  top: 30%;
  left: 45%;
  font-size: 3.2rem;
  font-weight: 700;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  color: #203864;
  text-shadow: 0px 3px 4px #FFF;
  z-index: 1;
}


/* =====================
news　スマホ
====================== */

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.news {
  padding: 50px 20px;
  background: radial-gradient(245.36% 65.27% at 51.18% 47.8%, rgba(255, 255, 255, 0.80) 0%, #DFEDEF 0.01%, #E1F3FF 100%);
}


.inner {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 65px 15px 40px;
  border-radius: 20px;
}


.sub_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.news_list {
  margin: 0 5%;
}

.news_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}

.news_list_item:first-child {
  border-top: 1px solid #E6E6E6;
}

.news_list_title {
  display: flex;
}

.news_txt {
  font-size: 1.4rem;
  margin-top: 10px;
}

.news_list_item a {
position: relative;
display: flex;
padding-right: 30px;
}

.news_list_date {
  font-size: 1.5rem;
  display: flex;
  margin-right: 15px;
  align-items: center;
}


.news_item_jigyou {
  font-size: 1.2rem;
  background: #d5f7f7;
  border-radius: 14px;
  width: 8em;
  padding: 3px 0;
  text-align: center;
  margin-left: 20px;
}

.news_item_media {
  font-size: 1.2rem;
  background: #f3c3be;
  border-radius: 14px;
  width: 8em;
  padding: 3px 0;
  text-align: center;
  margin-left: 20px;
}

.news_item_jyushou {
  font-size: 1.2rem;
  background: #faf0b7;
  border-radius: 14px;
  width: 8em;
  padding: 3px 0;
  text-align: center;
  margin-left: 20px;
}

.news_item_houkoku {
  font-size: 1.2rem;
  background: #d0f1d0;
  border-radius: 14px;
  width: 8em;
  padding: 3px 0;
  text-align: center;
  margin-left: 20px;
}

.news_item_team {
  font-size: 1.2rem;
  background: #fae0ef;
  border-radius: 14px;
  width: 8em;
  padding: 3px 0;
  text-align: center;
  margin-left: 20px;
}

.news_item_sonota {
  font-size: 1.2rem;
  background: #f5f5f5;
  border-radius: 14px;
  width: 8em;
  padding: 3px 0;
  text-align: center;
  margin-left: 20px;
}

.news__modal {
  width: 30px;
  margin-top: 6px;
  margin-left: 5px;
}

/* .arrow {
  width: 25px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}

.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
} */

.news_list_item a {
  display: block;
}

/* modal スマホ */

.news-pop-title {
  font-size: 2.0rem;
  border-bottom: solid 2px rgba(62, 157, 170, 0.60);
  padding-bottom: 2px;
}

.modal {
  /* display: none をやめ、flex + visibilityで制御 */
  display: flex;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  padding: 20px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  /* visibilityをトランジション対象に */
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.modal.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s 0s;
}

.modal-content {
  font-size: 1.6rem;
  background-color: #fff;
  margin: 0;
  padding: 30px 20px 50px; 
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  opacity: 0;
  transform: scale(0.95);
  position: relative;
  text-align: left;
  max-height: 80vh;
  overflow-y: auto;
  box-sizing: border-box;
  flex-shrink: 0;
  /* Safari対応のため、contentのtransitionに遅延を追加 */
  transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
}

/* 親のactiveクラスではなく、自身のis-shownクラスで表示を制御 */
.modal-content.is-shown {
  opacity: 1;
  transform: scale(1);
}

/* お問い合わせフォームのみ中央寄せ */
#contact-modal .modal-content {
  text-align: center;
}

/* ニュースモーダルのタイトルのみ中央寄せ */
#modal .news-pop-title {
  text-align: center;
}

.modal-footer {
  margin-top: 20px;
  text-align: center;
}

.close {
  background-color: #3E9DAA;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

.close:hover {
  background-color: #0056b3;
}

.news_list_item {
  cursor: pointer;
}


/* ニュース記事 */

/* =====================
section mainTopics
====================== */
.section__inner{
  max-width: 1200px;
  margin: 0 auto;
}

.section--mainTopics {
  padding: 30px 5%;
  background-image: url(../images/background-ear.svg);
  background-size: 320px;
  background-position:-134.941px 159.059px;
  background-repeat:no-repeat;
}

.btn-product {
  text-align: center;
}

.btn__product {
  width: 217px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px; /* テキストとアイコンの距離 */
  padding: 5px 15px;
  border-radius: 46px;
  background: #3E9DAA;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}

.btn__product::after {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.btn__product:hover {
  opacity: 0.5;
}

.mainsection__topic {
  margin-top: 20px;
  font-size: 2.2rem;
  color: #369ADD;
  text-align: center;
  font-weight: 700;
}

.mainTopics__txt {
  margin-top: 20px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}

.txtBold {
  font-weight: 700;
  border-bottom: dotted 2px #ECAC16;
}

.mainTopics__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list__topic {
  margin: 20px;
  border-radius: 0px 0px 30px 30px;
  border: 2px solid #3E9DAA;
  background: #FFF;
  display: flex;
  width: 346px;
  height: 140px;
  padding: 20px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.list__topic p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 30px; /* 187.5% */
}

.list__title {
  color: #3E9DAA;
  font-size: 2rem;
  font-weight: 700;
}

.listTopic_ft {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  text-align: center;
  font-size: 1rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}

/* 青い枠内 */
.section--secondTopics {
  background: #E1F3FF;
  padding: 20px 40px;
}

.secondTopics__img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.secondTopics__txt {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  line-height: 20px;
  letter-spacing: 0.36px;
}


.list__item {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 20px;
  letter-spacing: 0.36px;
  background-color: #fff;
  padding: 10px;
  margin-top: 15px;
  flex-direction: column;
  position: relative;
}

.list__txt {
  margin-left: 30px;
}

.list__item::after {
  display: flex;
  content: '';
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-image: url(../images/icon-checkbox.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.section--thirdTopics {
  padding: 20px 20px;
  gap: 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 32px; /* 200% */
}

.txtBlue {
  color: #3E9DAA;
  font-weight: 700;
  line-height: 32px;
}

.townImg {
  margin-top: 20px;
}


/* =====================
スライドショー
====================== */
.section--xreal {
  background: radial-gradient(245.36% 65.27% at 51.18% 47.8%, rgba(255, 255, 255, 0.80) 0%, #DFEDEF 0.01%, #E1F3FF 100%);
  margin: 34px 0 0;
  padding: 0 5% 34px;
}

.logo__xreal {
  max-width: 140px;
}

.xreal__detail {
  display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center;
  gap: 20px;
}

.detail__img {
  margin-top: 67px;
}

.detail__txt {
  margin-top: 14px;
  font-size: 1.4rem;
  line-height: 28px; /* 200% */
  text-align: left;
}

/* ここからslick */
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-track{
  display: flex;
  align-items: center;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  background-color: #fff;
  border-radius: 50px;
  margin: 20px 0 0;
  padding: 0 10px;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.xreal_ft {
  margin-top: 15px;
  display: flex;
  text-align: center;
  font-size: 1rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  padding: 0 5%;
}

/* =====================
協力企業
====================== */

.section--cooperation {
  padding: 30px 5% 20px;
}

.xreal__logo {
  margin: 36px auto;
  max-width: 300px;
}

.company__website {
  width: 30px;
}

.cooperation__company {
  display: flex;
}

.company__name {
  font-size: 2rem;
  font-weight: 700;
}

.cooperation__txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 30px; /* 214.286% */
  letter-spacing: 2.24px;
}

/* =====================
プロダクト紹介
====================== */

.video-container {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.introduction-video {
  width: 100%;
  max-width: 640px;
  height: auto;
}

.video-caption {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin: 10px auto 30px;
  line-height: 1.4;
}

/* 動画コントロールの音量ボタンを隠す（Webkit系ブラウザ） */
.introduction-video::-webkit-media-controls-volume-slider-container,
.introduction-video::-webkit-media-controls-volume-slider,
.introduction-video::-webkit-media-controls-mute-button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Firefox用 */
.introduction-video::-moz-media-controls-volume-slider {
  display: none !important;
}

/* 音量に関するコントロールを完全に無効化 */
.introduction-video[controls]::-webkit-media-controls-panel .media-controls-volume-slider-container {
  display: none !important;
}

.introduction-video[controls]::-webkit-media-controls-panel .media-controls-mute-button {
  display: none !important;
}

/* iOS Safari用の追加対策 */
@supports (-webkit-touch-callout: none) {
  .introduction-video::-webkit-media-controls-volume-slider-container,
  .introduction-video::-webkit-media-controls-volume-slider,
  .introduction-video::-webkit-media-controls-mute-button {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    pointer-events: none !important;
  }
  
  /* iOS Safariでの音量コントロール領域を無効化 */
  .introduction-video::-webkit-media-controls-panel {
    background: transparent !important;
  }
  
  .introduction-video[controls] {
    /* iOS用の音量操作を無効化するユーザー選択を無効にする */
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
    user-select: none !important;
  }
}

/* iPhone/iPad用の追加対策 */
@media screen and (max-width: 768px) {
  .introduction-video::-webkit-media-controls-volume-slider-container,
  .introduction-video::-webkit-media-controls-volume-slider,
  .introduction-video::-webkit-media-controls-mute-button {
    transform: scale(0) !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
  }
}

.section--products {
  padding: 30px 5% 20px;
  background-image: url(../images/background-ear.svg);
  background-size: 320px;
  background-position:130% 102px;
  background-repeat:no-repeat;
}

.img__glass,
.img__hand {
  width: 200px;
  margin-top: 20px;
}

.item__img {
  text-align: center;
}

h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #3E9DAA;
  border-left: solid 3px #3E9DAA;
  padding-left: 10px;
  margin-top: 30px;
}

.product__txt {
  font-size: 1.4rem;
  line-height: 25px; /* 178.571% */
  margin-top: 20px;
}

.pcBr {
  display: none;
}

.product__box {
  margin: 20px 0;
  padding: 10px;
  border: #ECAC16 dotted 3px;
}

.item__detail {
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 25px;
}

.item__detail img {
  width: 20px;
  margin-right: 5px;
}

.product__scene {
  padding-top: 20px;
  text-align: center;
}

.scene__free {
  color: #3E9DAA;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 14.76px;
}

.scene__title {
  font-size: 3.2rem;
  letter-spacing: 6.4px;
  border-bottom: #ECAC16 2px dotted;
}

.box__top,
.box__bottom {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.box__item {
  width: 120px;
  margin-top: 40px;
  text-align: center;
}

.box__item img {
  margin-bottom: 10px;
  width: 50px;
}

.box__item p {
  font-size: 1.8rem;
  letter-spacing: 1.8px;
}

/* =====================
開発スケジュール
====================== */

.section--scuedule {
  padding: 50px 5% 40px;
  background: radial-gradient(245.36% 65.27% at 51.18% 47.8%, rgba(255, 255, 255, 0.80) 0%, #DFEDEF 0.01%, #E1F3FF 100%);
}

.scuedulePc {
  display: none;
}

.scueduleSp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.scuedule__txt {
  display: flex;
  margin: 20px 0 20px;
  flex-direction: column;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 23px; /* 164.286% */
}

.year {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.year__txt {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  border-radius: 5px;
  background: #FFF;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.yearBox__txtSp {
  margin-top: 40px;
  display: flex;
  text-align: center;
  font-size: 1rem;
  line-height: 40px; /* 400% */
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}

.year__img {
  width: 24px;
  height: 40px;
  stroke-width: 9px;
  transform: rotate(90deg);
}

.yearBox__detail {
  font-size: 1.6rem;
  line-height: 32px; /* 200% */
}

.yearBox__detail span {
  font-weight: 700;
}

/* =====================
受賞歴・採択歴
====================== */

.section--awards {
  padding: 30px 5% 20px;
  background-image: url(../images/background-ear.svg);
  background-size: 320px;
  background-position:-134.941px 320.059px;
  background-repeat:no-repeat;
}

.awards__year {
  display: inline-block;
  background-color: #3E9DAA;
  padding: 0px 17px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
}

.section--awards ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 18px; /* 180% */
  letter-spacing: 0.7px;
}

.section--awards ul:last-child {
  border-bottom: none;
}

.awards__box {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: #909CB2 solid 1px;
}

.awards__box:last-child {
  border-bottom: none;
}

/* =====================
Q&A
====================== */

.section--faq {
  margin: 30px 5%;
}

/* 必須 */
.accordion-content {
  display: none;
}

/* アコーディオン装飾用 */

.accordion {
  margin-top: 20px;
}

.accordion__item{
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #3E9DAA;
  margin-top: 10px;
  font-size: 1.2rem;
  overflow: hidden;
}
.accordion-header {
  padding: 12px 45px 10px 20px;
  background-color: #FFF;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}

.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top: 50%;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  background:#151E2F;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.active .accordion-header{
  background-color: #e0f9ef;
}
.active .accordion-header::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #ffffff;
  border-top: 1px solid #3E9DAA;
  padding: 12px 20px 10px;
}

.accordion-header span,
.accordion-content span{
  position: relative;
}

.accordion-header span::before{
  position: absolute;
  content:"";
  top: -40%;
  left: 0;
  font-size: 17px;
}

/* hover */
.accordion-header:hover {
  background-color: #e0f9ef;
}

/* =====================
最後の問い合わせボタン
====================== */
.section--contact {
  text-align: center;
  padding: 30px 5% 0;
  background: radial-gradient(245.36% 65.27% at 51.18% 47.8%, rgba(255, 255, 255, 0.80) 0%, #DFEDEF 0.01%, #E1F3FF 100%);
}

h5 {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 28px; /* 175% */
  letter-spacing: 2.56px;
}

.contact__txt {
  margin-top: 18px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 24px; /* 200% */
}

.btn__contact {
  margin-top: 18px;
  width: 100%;
  max-width: 363px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background: #ECAC16;
  color: #fff;
  text-decoration: none;
  border-radius: 19px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  position: relative;
}

.btn__contact:hover {
  opacity: 0.5;
}

.contactImg {
  display: block;
  margin: 20px auto 0;
  width: 135px;
}

/* =====================
footer
====================== */
.footer {
  padding: 30px 5% 0;
}

.footer img {
  width: 100px;
}

.footer img[src$="logo.svg"] {
  max-height: 40px;
  width: auto;
}

.menu {
  display: none;
}

.footer__txt {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 24px; /* 200% */
  letter-spacing: 1.8px;
}

.footer__address {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 24px; /* 200% */
  letter-spacing: 1.8px;
}

.copy {
  margin-top: 40px;
  padding: 0;
  background: radial-gradient(245.36% 65.27% at 51.18% 47.8%, rgba(255, 255, 255, 0.80) 0%, #DFEDEF 0.01%, #E1F3FF 100%);
  text-align: center;
  font-size: 1rem;
}

/* =====================
スマホ　終了
====================== */



/* =====================
タブレット
====================== */

@media screen and (min-width: 768px) {

  .section__topic {
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 3.6rem;
    margin-top: 10px;
    color: #369add;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 3.64px;
  }

  h3 {
    color: rgba(62, 157, 170, 0.60);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }

  .header{
    padding-left: 10px;
    padding-right: 10px;
  }

  .header__right {
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .header__btn {
    margin: 0 0 0 15px;
    margin-bottom: 7px;
  }

  .nav {
    white-space: nowrap; /* PC〜タブレットはナビゲーションテキストを折り返しさせない */
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .nav__list {
      display: flex;
      justify-content: flex-end;
      margin-top: 0;
      margin-left: 15px;
      width: 100%;
      gap: 2.7%;
  }

  .nav__header {
    display: none;
  }
  
  .nav__item {
    margin-top: 0;
    font-size: 1.2rem;
    font-weight: 400;
  }
  
  .btn-menu{
    display: none;
  }
  
  .contact__btn {
    width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #ECAC16;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  
  .contact__btn:hover {
    opacity: 0.5;
  }

  .mainImg .mainImg__pc {
    display: block;
  }

  .mainImg .mainImg__sp {
    display: none;
  }

  /* .article__header{
    margin-top: 50px;
  } */

  .spBr {
    display: none;
  }

  .txtLight {
    margin-left: 15px;
    font-size: 4rem;
    font-weight: 400;
  }

  .mainImg__text {
    position: absolute;
    top: 40%;
    left: 38%;
    font-weight: 700;
    font-size: 3.8rem;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    color: #203864;
    text-shadow: 0px 3px 4px #FFF;
    z-index: 1;
  }


  /* ニュース記事 タブレット */

  a {
      text-decoration: none;
      color: #333;
  }

  ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }


  .news {
    padding: 50px 0;
    background: radial-gradient(245.36% 65.27% at 51.18% 47.8%, rgba(255, 255, 255, 0.80) 0%, #DFEDEF 0.01%, #E1F3FF 100%);
  }


  .inner {
    width: 80%;
    padding: 30px 0 60px;
    border-radius: 20px;
  }


  .sub_ttl {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
  }

  .news_list {
    margin: 0 5%;
  }

  .news_list_item {
    padding: 25px 0;
    border-bottom: 1px solid #E6E6E6;
  }

  .news_list_item:first-child {
    border-top: 1px solid #E6E6E6;
  }

  .news_txt {
    font-size: 1.6rem;
  }

  .news_list_item a {
  position: relative;
  display: flex;
  padding-right: 30px;
  }

  .news_list_date {
    font-size: 15px;
    display: flex;
    margin-right: 15px;
    align-items: center;
  }

  .news_item_jigyou {
    font-size: 1.4rem;
    background: #d5f7f7;
    border-radius: 14px;
    width: 8em;
    padding: 3px 0;
    text-align: center;
    margin-left: 20px;
  }

  .news_item_media {
    font-size: 1.4rem;
    background: #f3c3be;
    border-radius: 14px;
    width: 8em;
    padding: 3px 0;
    text-align: center;
    margin-left: 20px;
  }

  .news_item_jyushou {
    font-size: 1.4rem;
    background: #faf0b7;
    border-radius: 14px;
    width: 8em;
    padding: 3px 0;
    text-align: center;
    margin-left: 20px;
  }

  .news_item_houkoku {
    font-size: 1.4rem;
    background: #d0f1d0;
    border-radius: 14px;
    width: 8em;
    padding: 3px 0;
    text-align: center;
    margin-left: 20px;
  }

  .news_item_team {
    font-size: 1.4rem;
    background: #fae0ef;
    border-radius: 14px;
    width: 8em;
    padding: 3px 0;
    text-align: center;
    margin-left: 20px;
  }

  .news_item_sonota {
    font-size: 1.4rem;
    background: #f5f5f5;
    border-radius: 14px;
    width: 8em;
    padding: 3px 0;
    text-align: center;
    margin-left: 20px;
  }

  /* .arrow {
    width: 25px;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 50%;
    right: 0;
  }

  .arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #707070;
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
    bottom: 2px;
  } */

  /* modal タブレット */

  .news-pop-title {
    font-size: 2.0rem;
    border-bottom: solid 2px rgba(62, 157, 170, 0.60);
    padding-bottom: 2px;
  }

  .modal {
    /* display: none をやめ、flex + visibilityで制御 */
    display: flex;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    /* visibilityをトランジション対象に */
    transition: opacity 0.3s ease, visibility 0s 0.3s;
  }

  .modal.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s 0s;
  }

  .modal-content {
    font-size: 1.6rem;
    background-color: #fff;
    margin: 0;
    padding: 30px 20px 50px; 
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    opacity: 0;
    transform: scale(0.95);
    position: relative;
    text-align: left;
    max-height: 80vh;
    overflow-y: auto;
    box-sizing: border-box;
    flex-shrink: 0;
    /* Safari対応のため、contentのtransitionに遅延を追加 */
    transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
  }

  /* 親のactiveクラスではなく、自身のis-shownクラスで表示を制御 */
  .modal-content.is-shown {
    opacity: 1;
    transform: scale(1);
  }

  .modal-footer {
    margin-top: 20px;
    text-align: center;
  }

  .close {
    background-color: #3E9DAA;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
  }

  .close:hover {
    background-color: #0056b3;
  }

    .news_list_item {
    cursor: pointer;
  }


  /* ニュース記事　終了 */

  /* section mainTopics タブレット */

  .section--mainTopics {
    padding: 30px 5%;
    background-image: url(../images/background-ear.svg);
    background-size: 450px;
    background-position:-134.941px 159.059px;
    background-repeat:no-repeat;
  }

  .btn-product {
  text-align: center;
  }

  .btn__product {
    margin-top: 30px;
    width: 300px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px; /* テキストとアイコンの距離 */
    padding: 30px;
    border-radius: 46px;
    background: #3E9DAA;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    position: relative;
  }
  
  .btn__product::after {
    display: block;
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(../images/icon-arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }

  .btn__product:hover {
  opacity: 0.5;
  }
  
  .mainsection__topic {
    margin-top: 40px;
    font-size: 2.8rem;
    color: #369ADD;
    text-align: center;
    font-weight: 700;
  }

  .tbbr {
    display: block;
  }
  
  .mainTopics__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .mainTopics__txt {
    margin: 20px 0 40px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 40px; 
    letter-spacing: 0.72px;
  }
  
  .txtBold {
    font-weight: 700;
    border-bottom: dotted 5px #ECAC16;
  }

  .mainTopics__list {
  display: flex;
  align-items: center;
  }
  
  .list__topic {
  margin: 20px;
  border-radius: 0px 0px 30px 30px;
  border: 3px solid #3E9DAA;
  display: flex;
  width: 509px;
  height: 200px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

  .list__topic p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 30px; /* 187.5% */
  }

  .list__title {
    color: #3E9DAA;
    font-size: 2.4rem;
    font-weight: 700;
  }

  .listTopic_ft {
    display: flex;
    text-align: center;
    font-size: 1.2rem;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
  }

  /* 青い枠内 */
  .section--secondTopics {
    background: #E1F3FF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4.1% 32px;
  }

  .secondTopics__img {
    max-width: 409px;
    display: block;
    width: 100%;
    margin: 0;
  }

  .secondTopics__txt {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: 0.36px;
  }

  .list__item {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 34px; /* 183.333% */
    letter-spacing: 0.72px;
    background-color: #fff;
    padding: 10px;
    margin-top: 32px;
    flex-direction: column;
    position: relative;
  }

  .list__txt {
    margin-left: 50px;
  }

  .list__item::after {
    display: flex;
    content: '';
    width: 30px;
    height: 30px;
    margin-right: 10px;
    /* margin-right: 20px; */
    background-image: url(../images/icon-checkbox.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }


  .section--thirdTopics {
    gap: 40px;
    text-align: center;
    font-size: 2rem;
    line-height: 45px; 
    padding: 40px 4.1% 30px;
  }

  .thirdTxt {
    margin: 40px 0;
  }

  .txtBlue {
    color: #3E9DAA;
    font-size: 2.2rem;
    line-height: 50px;
    font-weight: 700;
  }

  .townImg {
    max-width: 873px;
    margin-top: 40px;
  }

  .section--xreal {
    background: radial-gradient(245.36% 65.27% at 51.18% 47.8%, rgba(255, 255, 255, 0.80) 0%, #DFEDEF 0.01%, #E1F3FF 100%);
    margin: 34px 0 0;
    padding: 60px 3.3% 60px;
  }

  .logo__xreal {
    max-width: 200px;
    margin-bottom: 30px;
  }

  .xreal__detail {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
  }

  .detail__img {
    margin: 0;
  }

  .detail__txt {
    margin: 0 auto;
    font-size: 2rem;
    line-height: 39px; 
  }

  /* ここからslick タブレット */

  .sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  }
  .sliderArea.w300 {
    max-width: 300px;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .slick-slide img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .slick-prev, .slick-next {
    z-index: 1;
  }
  .slick-prev:before, .slick-next:before {
    color: #000;
  }
  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  .slick-active {
    opacity: 1;
  }
  .slick-current {
    opacity: 1;
  }

  .slick-slider {
    height: 300px;
  }

  .thumb {
    background-color: #fff;
    border-radius: 75px;
    margin: 20px 50px 0;
    padding: 16px 36px;
    height: 80px;
  }

  .thumb .slick-slide {
  cursor: pointer;
  }
  .thumb .slick-slide:hover {
    opacity: .7;
  }

  .slick-list {
    height: 100%;
  }

  .slick-track{
    height: 100%;
  }


  .xreal_ft {
    margin-top: 15px;
    display: flex;
    text-align: center;
    font-size: 1.2rem;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    padding: 0 5%;
  }


  /* 協力企業　タブレット */

  .section--cooperation {
    padding: 80px 5%;
  }



  .xreal__content {
    display: flex;
    margin-top: 80px;
    justify-content: space-around;
    align-items: center;
  }

  .xreal__logo {
    margin: 36px auto;
    width: 100%;
    max-width: 100%;
  }

  .xreal__content2 {
    margin-left: 30px;
  }

  .company__name {
    font-size: 2.8rem;
    font-weight: 700;
  }

  .company__website {
    width: 45px;
    height: 45px;
  }

  .cooperation__company {
  display: flex;
  }

  .cooperation__txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 30px; /* 214.286% */
  letter-spacing: 2.24px;
  }

  /* プロダクト紹介　タブレット */

  .video-container {
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .introduction-video {
    width: 100%;
    max-width: 640px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .video-caption {
    text-align: center;
    font-size: 1.4rem;
    color: #666;
    margin: 15px auto 40px;
    line-height: 1.4;
  }

  .section--products {
    padding: 80px 5%;
    background-image: url(../images/background-ear.svg);
    background-size: 450px;
    background-position: 120% 10%;
    background-repeat:no-repeat;

  }

  .img__glass,
  .img__hand {
    width: 200px;
    margin-top: 20px;
  }

  .item__img {
    text-align: center;
  }

  h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #3E9DAA;
    border-left: solid 3px #3E9DAA;
    padding-left: 10px;
    margin-top: 30px;
  }

  .product__txt {
    font-size: 1.6rem;
    line-height: 25px; /* 178.571% */
    margin-top: 20px;
  }

  .pcBr {
    display: none;
  }

  .product__box {
    margin: 20px 0;
    padding: 10px;
    border: #ECAC16 dotted 3px;
  }

  .item__detail {
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 25px;
  }

  .item__detail img {
    width: 20px;
    margin-right: 5px;
  }

  .product__scene {
    padding-top: 20px;
    text-align: center;
  }

  .scene__free {
    color: #3E9DAA;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 14.76px;
  }

  .scene__title {
    font-size: 3.2rem;
    letter-spacing: 6.4px;
    border-bottom: #ECAC16 2px dotted;
  }

  .box__top,
  .box__bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .box__item {
    width: 120px;
    margin-top: 40px;
    text-align: center;
  }

  .box__item img {
    margin-bottom: 10px;
    width: 50px;
  }

  .box__item p {
    font-size: 1.8rem;
    letter-spacing: 1.8px;
  }
  
  /* 開発スケジュール　タブレット */

  .section--scuedule {
    padding: 80px 5%;
    background: radial-gradient(245.36% 65.27% at 51.18% 47.8%, rgba(255, 255, 255, 0.80) 0%, #DFEDEF 0.01%, #E1F3FF 100%);
  }

  .scueduleSp {
    display: none;
  }

  .scuedulePc {
    display: block;
  }

  .scuedule__txt {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 36px;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 23px; /* 164.286% */
  }

  .year__box {
    margin-top: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .year {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
  }

  .year__txt {
    margin-top: 10px;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    border-radius: 5px;
    background: #FFF;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width:  100%;
    min-width: 150px;
  }

  .year__img {
    margin-left: 50px;
    margin-right: 50px;
    width: 30px;
    height: 50px;
    stroke-width: 6px;
    transform: rotate(0);
  }

  .yearBox__detailPc {
    margin-top: 56px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 40px; /* 200% */
    }

  .yearBox__detailPc span {
    font-weight: 700;
  }

  .yearBox__txtPc {
    margin-top: 56px;
    text-align: right;
    font-size: 1.2rem;
    line-height: 40px; /* 200% */
    }

    /* 受賞歴　タブレット */

  .section--awards {
    padding: 80px 5%;
    background-image: url(../images/background-ear.svg);
    background-size: 450px;
    background-position:-134.941px 300.059px;
    background-repeat:no-repeat;
  }

  .awards__box {
    display: flex;
    margin: 36px 0 36px 70px;
  }

  .awards__year {
    display: inline-block;
    background-color: #3E9DAA;
    padding: 0px 22px;
    color: #FFF;
    font-size: 2.2rem;
    font-weight: 600;
  }

  .section--awards ul {
    list-style: disc;
    padding-left: 60px;
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 38px; /* 190% */
    letter-spacing: 1.4px;
  }
  
  .section--awards ul:last-child {
    border-bottom: none;
  }

  .awards__box {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: #909CB2 solid 1px;
  }

  .awards__box:first-child {
    margin-top: 50px;
  }

  /* Q&A タブレット */

  .section--faq {
    padding: 30px 5% 80px;
  }

  .accordion {
    margin-top: 40px;
  }

  .accordion__item{
    border-radius: 10px;
    margin-top: 40px;
    border: 2px solid #3E9DAA;
  }

  .accordion-header {
    font-size: 2rem;
    padding: 27px 45px 27px 20px;
  }

  .accordion-header::before,
  .accordion-header::after{
    position:absolute;
    content:'';
    top: 50%;
    right:30px;
    bottom:0;
    width: 24px;
    height:4px;
    background:#151E2F;
  }

  .accordion-header::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
  }

  .accordion-header.active::after {
    transform:rotate(0deg);
  }

  .accordion-content {
    border-top: 2px solid #3E9DAA;
    font-size: 2rem;
    padding: 27px 20px;
  }

  .accordion-header span,
  .accordion-content span{
    position: relative;
  }

  .accordion-header span::before{
    position: absolute;
    content:"";
    top: -40%;
    left: 0;
    font-size: 17px;
  }

  /* hover */
  .accordion-header:hover {
    background-color: #e0f9ef;
  }

  /* 最後の問い合わせ　タブレット */

  .section--contact {
    text-align: center;
    padding: 80px 5% 0;
    background: radial-gradient(245.36% 65.27% at 51.18% 47.8%, rgba(255, 255, 255, 0.80) 0%, #DFEDEF 0.01%, #E1F3FF 100%);
  }

  h5 {
    color: #000;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 24px; /* 175% */
    letter-spacing: 4.16px;
  }

  .contact__title {
    line-height: 32px; /* 200% */
  }

  .contact__txt {
    margin-top: 40px;
    text-align: center;
    font-size: 2rem;
    line-height: 40px; /* 200% */
  }

  .btn__contact {
    margin-top: 55px;
    width: 100%;
    max-width: 500px;
    padding: 20px 30px;
    border-radius: 19px;
    font-size: 2.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ECAC16;
    color: #fff;
    text-decoration: none;
    border-radius: 19px;
    font-weight: 700;
    line-height: 1;
    position: relative;
  }

  .btn__contact:hover {
    opacity: 0.5;
  }

  .contactImg {
    display: block;
    margin: 20px auto 0;
    width: 400px;
  }

  /* footer タブレット */

  .footer {
    padding: 20px 5% ;
  }

  .footer img {
    width: 200px;
  }

  .menu {
    display: block;
  }

  .footer__group {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu__list {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 21px; /* 131.25% */
    letter-spacing: 2.4px;
  }

  .menu__item {
  border-right: #000 solid 1px;
  padding: 0 20px;
  }

  .menu__item:last-child {
  border-right:none
  }

  .footer__txt {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 28px; 
    letter-spacing: 2.4px;
  }

  .footer__address {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 28px; 
    letter-spacing: 2.4px;
  }
  
  .copy {
    margin-top: 40px;
    padding: 15px 0;
    font-size: 1.6rem;
    text-align: center;
    background: radial-gradient(245.36% 65.27% at 51.18% 47.8%, rgba(255, 255, 255, 0.80) 0%, #DFEDEF 0.01%, #E1F3FF 100%);
  }
  
}
/* タブレット終了：768〜1199px */



/* PC：1200px〜 */

@media screen and (min-width: 1200px) {

  /* =====================
  common
  ====================== */
  html {
      font-size: 62.5%;
  }

  body {
    font-family:
        "Noto Sans JP",
        Arial,
        sans-serif;
    font-style: normal;
    color: #333333;
    background-color: #fff;
    line-height: 1.5; 
  }

  img {
    max-width: 100%;
  }

  .section__topic {
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 2.8rem;
    margin-top: 10px;
    color: #369add;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 3.64px;
  }

  .tbbr {
    display:none;
  }

  /* header pc */

  h3 {
    color: rgba(62, 157, 170, 0.60);
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header__logo {
    max-width: 200px;
  }

  .header__right {
    width: calc(100% - 200px);
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .header__btn {
    margin: 0 0 0 30px;
  }

  .nav {
    display: flex;
    justify-content: space-around;
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .nav__header {
    display: none;
  }

  .nav__list {
    margin-left: 30px;
    gap: 30px;
  }

  .nav__item {
    font-size: 1.6rem;
  }
  
  .btn-menu{
    display: none;
  }
  
  .contact__btn {
    width: 195px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #ECAC16;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  
  }
  
  .contact__btn:hover {
    opacity: 0.5;
  }

  .mainImg .mainImg__pc {
    display: block;
  }

  .mainImg .mainImg__sp {
    display: none;
  }

  /* .article__header{
    margin-top: 50px;
  } */

  .spBr {
    display: none;
  }

  .txtLight {
    margin-left: 15px;
    font-size: 4rem;
    font-weight: 400;
  }

  .mainImg__text {
    position: absolute;
    top: 50%;
    left: 38%;
    font-weight: 700;
    font-size: 6rem;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    color: #203864;
    text-shadow: 0px 3px 4px #FFF;
    z-index: 1;
  }

  /* ここからがニュース記事のCSS PC*/

  a {
      text-decoration: none;
      color: #333;
  }

  ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .news {
    padding: 50px 0;
    background: radial-gradient(245.36% 65.27% at 51.18% 47.8%, rgba(255, 255, 255, 0.80) 0%, #DFEDEF 0.01%, #E1F3FF 100%);
  }

  .inner{
    padding: 65px 0 100px;
  }

  .sub_ttl {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
  }

  .news_list {
    margin: 0 5%;
  }

  .news_list_item {
    padding: 25px 0;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    display: flex;
  }

  .news_list_item:first-child {
    border-top: 1px solid #E6E6E6;
  }

  .news_txt {
    margin-top: 2px;
  }


  .news_list_date {
    font-size: 15px;
    display: flex;
    margin-right: 15px;
    align-items: center;
  }

  .news_item_jigyou {
    font-size: 1.4rem;
    background: #d5f7f7;
    border-radius: 14px;
    width: 8em;
    padding: 3px 0;
    text-align: center;
    margin-left: 20px;
  }

  .news_item_media {
    font-size: 1.4rem;
    background: #f3c3be;
    border-radius: 14px;
    width: 8em;
    padding: 3px 0;
    text-align: center;
    margin-left: 20px;
  }

  .news_item_jyushou {
    font-size: 1.4rem;
    background: #faf0b7;
    border-radius: 14px;
    width: 8em;
    padding: 3px 0;
    text-align: center;
    margin-left: 20px;
  }

  .news_item_houkoku {
    font-size: 1.4rem;
    background: #d0f1d0;
    border-radius: 14px;
    width: 8em;
    padding: 3px 0;
    text-align: center;
    margin-left: 20px;
  }

  .news_item_team {
    font-size: 1.4rem;
    background: #fae0ef;
    border-radius: 14px;
    width: 8em;
    padding: 3px 0;
    text-align: center;
    margin-left: 20px;
  }

  .news_item_sonota {
    font-size: 1.4rem;
    background: #f5f5f5;
    border-radius: 14px;
    width: 8em;
    padding: 3px 0;
    text-align: center;
    margin-left: 20px;
  }

  /* .arrow {
    width: 25px;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 50%;
    right: 0;
  }

  .arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #707070;
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
    bottom: 2px;
  } */

  /* modal pc */

  .news__modal {
    width: 30px;
    margin-top: 0px;
    margin-left: 5px;
  }

  .news-pop-title {
    font-size: 2.0rem;
    border-bottom: solid 2px rgba(62, 157, 170, 0.60);
    padding-bottom: 2px;
  }

  .modal {
    /* display: none をやめ、flex + visibilityで制御 */
    display: flex;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    /* visibilityをトランジション対象に */
    transition: opacity 0.3s ease, visibility 0s 0.3s;
  }

  .modal.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s 0s;
  }

  .modal-content {
    font-size: 1.6rem;
    background-color: #fff;
    margin: 0;
    padding: 30px 20px 50px; 
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    opacity: 0;
    transform: scale(0.95);
    position: relative;
    text-align: left;
    max-height: 80vh;
    overflow-y: auto;
    box-sizing: border-box;
    flex-shrink: 0;
    /* Safari対応のため、contentのtransitionに遅延を追加 */
    transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
  }

  /* 親のactiveクラスではなく、自身のis-shownクラスで表示を制御 */
  .modal-content.is-shown {
    opacity: 1;
    transform: scale(1);
  }

  .modal-footer {
    margin-top: 20px;
    text-align: center;
  }

  .close {
    background-color: #3E9DAA;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
  }

  .close:hover {
    background-color: #0056b3;
  }

  .news_list_item {
    cursor: pointer;
  }


  /* ニュース記事 終了pc */

  /* section mainTopics PC*/

  .section--mainTopics {
    padding: 30px 5%;
    background-image: url(../images/background-ear.svg);
    background-size: 708px;
    background-position:-134.941px 159.059px;
    background-repeat:no-repeat;
  }

  .btn-product {
  text-align: center;
  }

  .btn__product {
    margin-top: 30px;
    width: 417px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px; /* テキストとアイコンの距離 */
    padding: 30px;
    border-radius: 46px;
    background: #3E9DAA;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    position: relative;
  }
  
  .btn__product::after {
    display: block;
    content: '';
    width: 36px;
    height: 36px;
    background-image: url(../images/icon-arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }

  .btn__product:hover {
  opacity: 0.5;
  }
  
  .mainsection__topic {
    margin-top: 40px;
    font-size: 5rem;
    color: #369ADD;
    text-align: center;
    font-weight: 700;
  }
  
  .mainTopics__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .mainTopics__txt {
    margin: 20px 0 40px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 40px; 
    letter-spacing: 0.72px;
  }
  
  .txtBold {
    font-weight: 700;
    border-bottom: dotted 5px #ECAC16;
  }

  .mainTopics__list {
  display: flex;
  align-items: center;
  }
  
  .list__topic {
  margin: 20px;
  border-radius: 0px 0px 30px 30px;
  border: 3px solid #3E9DAA;
  display: flex;
  width: 509px;
  height: 200px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

  .list__topic p {
    font-size: 2.4rem;
    text-align: center;
    line-height: 40px; /* 187.5% */
  }

  .list__title {
    color: #3E9DAA;
    font-size: 2.8rem;
    font-weight: 700;
  }

  .listTopic_ft {
    display: flex;
    text-align: right;
    font-size: 1.4rem;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
  }

  /* 青い枠内 */
  .section--secondTopics {
    background: #E1F3FF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4.1% 32px;
  }

  .secondTopics__img {
    max-width: 409px;
    display: block;
    width: 100%;
    margin: 0;
  }

  .secondTopics__txt {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  line-height: 20px;
  letter-spacing: 0.36px;
  }

  .list__item {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 2.4rem;
    line-height: 44px; /* 183.333% */
    letter-spacing: 0.72px;
    background-color: #fff;
    padding: 10px;
    margin-top: 32px;
    flex-direction: column;
    position: relative;
  }

  .list__txt {
    margin-left: 50px;
  }

  .list__item::after {
    display: flex;
    content: '';
    width: 40px;
    height: 40px;
    margin-right: 10px;
    /* margin-right: 20px; */
    background-image: url(../images/icon-checkbox.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }


  .section--thirdTopics {
    gap: 40px;
    text-align: center;
    font-size: 2.4rem;
    line-height: 45px; 
    padding: 40px 4.1% 30px;
  }

  .thirdTxt {
    margin: 40px 0;
  }

  .txtBlue {
    color: #3E9DAA;
    font-size: 2.8rem;
    line-height: 50px;
    font-weight: 700;
  }

  .townImg {
    max-width: 873px;
    margin-top: 40px;
  }

  .section--xreal {
    background: radial-gradient(245.36% 65.27% at 51.18% 47.8%, rgba(255, 255, 255, 0.80) 0%, #DFEDEF 0.01%, #E1F3FF 100%);
    margin: 34px 0 0;
    padding: 90px 3.3% 60px;
  }

  .logo__xreal {
    max-width: 140px;
  }

  .xreal__detail {
    display: flex;
    flex-direction: row;    /* 横並びに */
    align-items: center;    /* 縦位置を揃える */
    text-align: center;       /* テキストを左寄せに戻す */
  }

  .detail__img {
    margin: 0;
  }

  .detail__txt {
    margin: 0 auto;
    font-size: 2.4rem;
    line-height: 39px; 
  }

  /* ここからslick pc */



  .sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  }

  .sliderArea.w300 {
    max-width: 300px;
  }

  .slick-slide {
    margin: 0 5px;
  }

  .slick-prev, .slick-next {
    z-index: 1;
  }

  .slick-prev:before, .slick-next:before {
    color: #000;
  }

  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }

  .slick-active {
    opacity: 1;
  }

  .slick-current {
    opacity: 1;
  }

  .slick-slider {
    height: 500px;
  }

  .thumb {
    background-color: #fff;
    border-radius: 75px;
    margin: 20px 300px 0;
    padding: 16px 36px;
    height: 80px;
  }

  .thumb .slick-slide {
  cursor: pointer;
  }

  .thumb .slick-slide:hover {
    opacity: .7;
  }

  .xreal_ft {
    margin-top: 40px;
    display: flex;
    text-align: center;
    font-size: 1.4rem;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    padding: 0 5%;
  }


  /* 協力企業　pc */

  .section--cooperation {
    padding: 80px 5%;
  }

  h3 {
    font-size: 3rem;
  }

  .section__topic {
    font-size: 5rem;
  }

  .xreal__content {
    display: flex;
    margin-top: 80px;
    justify-content: space-around;
    align-items: center;
  }

  .xreal__logo {
    margin: 36px auto;
    width: 100%;
    max-width: 100%;
  }

  .xreal__content2 {
    margin-left: 30px;
  }

  .company__name {
    font-size: 2.8rem;
    font-weight: 700;
  }

  .company__website {
    width: 45px;
    height: 45px;
  }

  .cooperation__company {
  display: flex;
  }

  .cooperation__txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 30px; /* 214.286% */
  letter-spacing: 2.24px;
  }

  /* プロダクト紹介　pc */

  .video-container {
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .introduction-video {
    width: 100%;
    max-width: 640px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .video-caption {
    text-align: center;
    font-size: 1.6rem;
    color: #666;
    margin: 20px auto 50px;
    line-height: 1.4;
  }

  .section--products {
    padding: 80px 5%;
    background-image: url(../images/background-ear.svg);
    background-size: 708px;
    background-position: 120% 10%;
    background-repeat:no-repeat;

  }

  .product__glass {
    margin-top: 60px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
  }

  .item__img {
  text-align: center;
  }

  .img__glass,
  .img__hand {
    width: 393px;
    margin-top: 20px;
  }

  h4 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #3E9DAA;
    border-left: solid 5px #3E9DAA;
    padding-left: 20px;
    margin-top: 30px;
  }

  .product__txt {
    font-size: 1.6rem;
    line-height: 38px; /* 237.5% */
    margin-top: 20px;
  }

  .pcBr {
    display: block;
  }

  .product__box {
  margin: 20px 0;
  padding: 10px;
  border: #ECAC16 dotted 3px;
  }

  .item__detail {
    display: flex;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 38px;
  }

  .item__detail img {
    width: 30px;
    margin-right: 15px;
  }

  .product__scene {
  padding-top: 20px;
  text-align: center;
  }

  .product__handsign {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .scene__free {
    color: #3E9DAA;
    text-align: center;
    margin-top: 60px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 22px;
  }

  .scene__title {
    font-size: 4.5rem;
    letter-spacing: 9px;
    border-bottom: #ECAC16 5px dotted;
  }
  
  .scene__box {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }

  .box__top,
  .box__bottom {
  display: flex;
  justify-content: space-around;
  align-items: center;
  }

  .box__item {
    width: 169px;
    margin: 0 10px;
    text-align: center;
  }

  .box__item img {
    margin-bottom: 10px;
    width: 100px;
  }

  .box__item p {
    font-size: 2.4rem;
    letter-spacing: 2.4px;
  }
  
  /* 開発スケジュール　pc */

  .section--scuedule {
    padding: 80px 5%;
    background: radial-gradient(245.36% 65.27% at 51.18% 47.8%, rgba(255, 255, 255, 0.80) 0%, #DFEDEF 0.01%, #E1F3FF 100%);
  }

  .scueduleSp {
    display: none;
  }

  .scuedulePc {
    display: block;
  }

  .scuedule__txt {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 36px;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 23px; /* 164.286% */
  }

  .year__box {
    margin-top: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .year {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: left;
  }

  .year__txt {
    margin-top: 10px;
    font-size: 2.4rem;
    font-weight: 700;
    display: flex;
    border-radius: 5px;
    background: #FFF;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .year__img {
    margin-left: 70px;
    margin-right: 70px;
    width: 37px;
    height: 60px;
    stroke-width: 9px;
    transform: rotate(0);
  }

  .yearBox__detailPc {
    margin-top: 56px;
    text-align: center;
    font-size: 2rem;
    line-height: 40px; /* 200% */
    }

  .yearBox__detailPc span {
    font-weight: 700;
  }

  .yearBox__txtPc {
    margin-top: 56px;
    text-align: right;
    font-size: 1.4rem;
    line-height: 40px; /* 200% */
    }

    /* 受賞歴　pc */

  .section--awards {
    padding: 80px 5%;
    background-image: url(../images/background-ear.svg);
    background-size: 708px;
    background-position:-134.941px 300.059px;
    background-repeat:no-repeat;
  }

  .awards__box {
    display: flex;
    margin: 36px 0 36px 70px;
  }

  .awards__year {
    display: inline-block;
    background-color: #3E9DAA;
    padding: 0px 17px;
    color: #FFF;
    font-size: 3.2rem;
    font-weight: 700;
  }

  .section--awards ul {
    list-style: disc;
    padding-left: 60px;
    margin-top: 10px;
    font-size: 2rem;
    line-height: 38px; /* 190% */
    letter-spacing: 1.4px;
  }
  
  .section--awards ul:last-child {
    border-bottom: none;
  }

  .awards__box {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: #909CB2 solid 1px;
  }

  .awards__box:first-child {
    margin-top: 50px;
  }

  /* Q&A pc */

  .section--faq {
    padding: 30px 5% 80px;
  }

  .accordion {
    margin-top: 40px;
  }

  .accordion-header {
    font-size: 2.4rem;
  }

  .accordion-header::before,
  .accordion-header::after{
    position:absolute;
    content:'';
    top: 50%;
    right:30px;
    bottom:0;
    width: 24px;
    height:4px;
    background:#151E2F;
  }

  .accordion-header::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
  }

  .accordion-header.active::after {
    transform:rotate(0deg);
  }

  .accordion-content {
    font-size: 2.4rem;
  }

  .accordion-header span,
  .accordion-content span{
    position: relative;
  }

  .accordion-header span::before{
    position: absolute;
    content:"";
    top: -40%;
    left: 0;
    font-size: 17px;
  }

  /* hover */
  .accordion-header:hover {
    background-color: #e0f9ef;
  }

  /* 最後の問い合わせ　pc */

  .section--contact {
    text-align: center;
    padding: 80px 5% 0;
    background: radial-gradient(245.36% 65.27% at 51.18% 47.8%, rgba(255, 255, 255, 0.80) 0%, #DFEDEF 0.01%, #E1F3FF 100%);
  }

  h5 {
    color: #000;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 28px; /* 175% */
    letter-spacing: 4.16px;
  }

  .contact__txt {
    margin-top: 55px;
    text-align: center;
    font-size: 2.8rem;
    line-height: 24px; /* 200% */
  }

  .btn__contact {
    margin-top: 55px;
    width: 100%;
    max-width: 614px;
    padding: 20px 50px;
    border-radius: 19px;
    font-size: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ECAC16;
    color: #fff;
    text-decoration: none;
    border-radius: 19px;
    font-weight: 700;
    line-height: 1;
    position: relative;
  }

  .btn__contact:hover {
    opacity: 0.5;
  }

  .contactImg {
    display: block;
    margin: 20px auto 0;
    width: 600px;
  }

  /* footer pc */

  .footer {
    padding: 20px 5% ;
  }

  .footer img {
    width: 300px;
  }

  .menu {
    display: block;
  }

  .footer__group {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu__list {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 21px; /* 131.25% */
    letter-spacing: 2.4px;
  }

  .menu__item {
  border-right: #000 solid 1px;
  padding: 0 20px;
  }

  .menu__item:last-child {
  border-right:none
  }

  .footer__txt {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 28px; 
    letter-spacing: 2.4px;
  }

  .footer__address {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 28px; 
    letter-spacing: 2.4px;
  }
  
  .copy {
    margin-top: 40px;
    padding: 15px 0;
    font-size: 1.6rem;
    text-align: center;
    background: radial-gradient(245.36% 65.27% at 51.18% 47.8%, rgba(255, 255, 255, 0.80) 0%, #DFEDEF 0.01%, #E1F3FF 100%);
  }

}
/* PC 終了：1200px〜 */

/* =====================
  お問い合わせフォーム
====================== */

.contact-form-container {
  padding: 10px 0;
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.contact-form {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.3rem;
  color: #333;
  text-align: left;
}

.required {
  color: #e74c3c;
  font-weight: 700;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 8px 12px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", Arial, sans-serif;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #369add;
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.form-buttons {
  text-align: center;
  margin-top: 20px;
}

.submit-btn {
  background: #369add;
  color: #fff;
  border: none;
  padding: 12px 32px;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "Noto Sans JP", Arial, sans-serif;
}

.submit-btn:hover {
  background: #2980b9;
}

.submit-btn:disabled {
  background: #bdc3c7;
  cursor: not-allowed;
}

.close-contact {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.close-contact:hover {
  opacity: 0.7;
}

.close-contact::before,
.close-contact::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #666;
  border-radius: 1px;
}

.close-contact::before {
  transform: rotate(45deg);
}

.close-contact::after {
  transform: rotate(-45deg);
}

/* タブレット・PC用のフォームスタイル */
@media screen and (min-width: 768px) {
  .modal {
    padding: 40px;
  }
  
  .modal.active {
    align-items: center;
    justify-content: center;
  }
  
  .modal-content {
    margin: 0;
    width: 80%;
    max-height: 85vh;
  }
  
  .form-group label {
    font-size: 1.5rem;
  }
  
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 1.5rem;
    padding: 10px 16px;
  }
  
  .submit-btn {
    font-size: 1.6rem;
    padding: 14px 42px;
  }
  
  .close-contact {
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
  
  .close-contact::before,
  .close-contact::after {
    width: 24px;
    height: 3px;
  }
}

@media screen and (min-width: 1200px) {
  .modal {
    padding: 60px;
  }
  
  .modal.active {
    align-items: center;
    justify-content: center;
  }
  
  .modal-content {
    margin: 0;
    width: 70%;
    max-height: 75vh;
  }
  
  .contact-form {
    max-width: 500px;
  }
  
  .form-group label {
    font-size: 1.6rem;
  }
  
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 1.6rem;
    padding: 12px 18px;
  }
  
  .submit-btn {
    font-size: 1.8rem;
    padding: 16px 50px;
  }
  
  .close-contact {
    top: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
  }
  
  .close-contact::before,
  .close-contact::after {
    width: 28px;
    height: 3px;
  }
}

