@charset "UTF-8";
/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  ページ全体にかかるもの
------------------------------------*/
.main_wrapper {
  width: 100%;
}

body {
  overflow-x: hidden;
  background-color:#fcfcfc;
  opacity: 0;
  width:100%
}

@media (max-width: 1200px) {
  body {
  }
}

@media (max-width: 768px) {
  body {
    min-width: 0px;
  }
}

.bgtext {
  transform-origin: left bottom;
  transform: none;
  z-index: 0;
}

/*----------------------------------
  キーフレーム
------------------------------------*/
/*----------------------------------
  イージング
------------------------------------*/
/*----------------------------------
  mv
------------------------------------*/
#mv {
  width: 100%;
  position: relative;
  padding-bottom: 640px;
  margin-top: -100px;
}

.mv_textcontainer {
  position: relative;
  z-index: 9;
  width: 100%;
  margin-left: calc(126 / 1536 * 100%);
  padding-top: 10px;
  margin-top: 10px;
}

.mv_textcontainer p {
  font-size: 17px;
  color: #000333;
  line-height: 1.6;
  margin-bottom: 44px;
  letter-spacing: 0.16em;
}

.mv_textcontainer .mv_maincopy {
  width: calc(600 / 1536 * 100%);
  max-width: 600px;
  margin-bottom: 56px;
}

.mv_fig {
  width: calc(1618 / 1536 * 100%);
  height: calc(1317 / 1536 * 100%);
  position: absolute;
  top: 0;
  left: calc(326 / 1536 * 100%);
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mv_fig video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv_fig .mv_video_safari {
  display: none;
}

.mv_fig :lang(x) + :-webkit-full-screen-document,
.mv_fig .mv_video_else {
  display: none;
}

.mv_fig :lang(x) + :-webkit-full-screen-document,
.mv_fig .mv_video_safari {
  display: inline;
}


#video-area{
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.mv_maincopy {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mv_subcopy {
  position:absolute;
  top: 80%;
  /*left: 30%;*/
  margin-left: calc(126 / 1536 * 100%);
}


#video-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}


#video-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* 重ねる透過画像 */
.overlay-image {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;           /* 動画と同じサイズに広げる */
  height: 100%;
  object-fit: fill;
  z-index: 2;             /* 動画より上に表示 */
  pointer-events: none;   /* クリックなどを透過 */
}

.bubble-background {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1; 
}
.bubble {
  position: absolute;
  bottom: -100px;
  width: 120px;
  height: 120px;
  animation: floatUp 14s linear infinite;
  animation-delay: calc(-1s * var(--i));
  opacity: 0.7;
}
.bubble:nth-child(1) { left: 5%; }
.bubble:nth-child(2) { left: 50%; }
.bubble:nth-child(3) { left: 80%; }
.bubble:nth-child(4) { left: 30%; }
@keyframes floatUp {
  0% {
    transform: translateY(0) scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(-120vh) scale(1);
    opacity: 0;
  }
}


  @media (min-width: 769px) {
    .overlay-image {
      top:0px;
      height: 100%;
    }
  }


@media (max-width: 768px) {
  #mv {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    margin-top: -100px;
  }
  .mv_textcontainer {
    position: relative;
    z-index: 9;
    width: 100%;
    margin-left: calc(30 / 390 * 100%);
    margin-top: calc(-48 / 390 * 100%);
    padding-top: 0;
  }
  .mv_textcontainer p {
    font-size: 1.2rem;
    color: #000333;
    line-height: 1.6;
    margin-bottom: 24px;
    letter-spacing: 0.16em;
  }
  .mv_textcontainer .mv_maincopy {
    width: calc(290 / 390 * 100%);
    max-width: 430px;
    margin-bottom: 40px;
  }
  .mv_fig {
    width: calc(750 / 390 * 60%);
    margin-left: calc(10 / 390 * 60%);
    max-width: 1100px;
    position: relative;
    top: auto;
    left: auto;
  }

  .mv_subcopy {
    position:absolute;
    top: 50%;
    margin-left: calc(126 / 1536 * 100%);
  }

  #video-pc, #vide-sp  {
    margin-top: 6rem;
    height: 80vh;
  }

}

/* スマートフォン用のスタイル */
@media only screen and (max-width: 768px) {
  #video-pc {
    display: none; /* PC用の動画を非表示にする */
  }
}

/* パソコン用のスタイル */
@media only screen and (min-width: 769px) {
  #video-sp {
    display: none; /* スマートフォン用の動画を非表示にする */
  }
}
/*----------------------------------
  message
------------------------------------*/
#mescom {
  background-color: #fcfcfc;
}

#message {
  position: relative;
  width: 100%;
}

#particles-js{
  width: 100%;
  height: 500px;
  background-color: #fcfcfc;
}

.mes_maincontainer {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 99;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}

.mes_maincontainer .mes_textcontainer {
  display: flex;
  flex-direction: column;
}

.mes_maincontainer .mes_textcontainer .mes_bgtext {
  font-family: 'Josefin Sans', sans-serif, serif;
  font-weight: bold;
  font-size: 5rem;
  color: #000333;
  letter-spacing: 0em;
  line-height: 1;
}

.mes_bgtext::before {
  font-family: 'Josefin Sans', sans-serif, serif;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #AEAEAE;
  font-weight: 400;
  font-size: 8rem;
  content: 'Message';
  z-index: -1;
}

.mes_maincontainer .mes_textcontainer h2 {
  margin-top: -60px;
  margin-bottom: 80px;
  position: relative;
}

.mes_maincontainer .mes_textcontainer .lineheightanime {
  letter-spacing: 0em;
  line-height: 3;
}

.mes_maincontainer .mes_textcontainer .lineheightanime .bgclipping {
  font-size: 2rem;
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
          background-clip: text;
  background-image: linear-gradient(110deg, #000333 0%, #2a2424 100%, rgba(27, 34, 76, 0.1) 100%);
}

.mes_bgcontainer {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}

.mes_bgcontainer img {
  display: block;
  position: absolute;
  opacity: 0;
  transform: rotateY(90deg);
}

.mes_bgcontainer .mes_pic1 {
  top: 58px;
  left: calc(56 / 1536 * 100%);
  width: calc(317 / 1536 * 100%);
}

.mes_bgcontainer .mes_pic2 {
  top: 691px;
  left: calc(247 / 1536 * 100%);
  width: calc(168 / 1536 * 100%);
}

.mes_bgcontainer .mes_fig1 {
  top: 378px;
  left: calc(-22 / 1536 * 100%);
  width: calc(192 / 1536 * 100%);
}

.mes_bgcontainer .mes_fig2 {
  top: 70px;
  right: calc(223 / 1536 * 100%);
  width: calc(85 / 1536 * 100%);
}

.mes_bgcontainer .mes_pic3 {
  top: 170px;
  right: calc(-58 / 1536 * 100%);
  width: calc(228 / 1536 * 100%);
}

.mes_bgcontainer .mes_pic4 {
  top: 425px;
  right: calc(213 / 1536 * 100%);
  width: calc(238 / 1536 * 100%);
}

.mes_bgcontainer .mes_fig3 {
  top: 600px;
  right: calc(135 / 1536 * 100%);
  width: calc(116 / 1536 * 100%);
}

@media (max-width: 768px) {
  #mescom {
    margin-bottom: 100px
  }
  #message {
    margin-top: 0px;
  }

  #particles-js{
    position: absolute;
    width: 100%;
    height: 110%;
  }

  .mes_maincontainer {
    position: relative;
    top: 40px;
    z-index: 99;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
  }
  .mes_maincontainer .mes_textcontainer {
    display: flex;
    flex-direction: column;
    transform: none;
  }
  .mes_maincontainer .mes_textcontainer
  .mes_bgtext {
    font-family: 'Josefin Sans', sans-serif, serif;
    font-weight: bold;
    font-size: 2rem;
    color: #000333;;
    letter-spacing: 0em;
    line-height: 1;
  }

  .mes_bgtext::before {
    font-family: 'Josefin Sans', sans-serif, serif;
    position: absolute;
    top: -0px;
    left: 50%;
    transform: translateX(-50%);
    color: #AEAEAE;
    font-weight: 400;
    font-size: 3rem;
    content: 'Message';
    z-index: -1;
  }

  .mes_maincontainer .mes_textcontainer h2 {
    width: 240px;
    margin: -75px auto 40px;
  }
  .mes_maincontainer .mes_textcontainer .lineheightanime {
    letter-spacing: 0.03em;
    line-height: 2;
  }
  .mes_maincontainer .mes_textcontainer .lineheightanime {
    letter-spacing: 0em;
    line-height: 2;
  }
  .mes_maincontainer .mes_textcontainer .lineheightanime .bgclipping {
    font-size: 16px;
    letter-spacing: 0em;
    color: transparent;
    display: inline-block;
    background-image: linear-gradient(110deg, #000333 0%, #2a2424 100%, rgba(27, 34, 76, 0.1) 100%);
    background-position-x: -1px;
    right: -1px;
    background-repeat: no-repeat;
    will-change: background-image;
  }
  .mes_bgcontainer {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    background: transparent;
  }
  .mes_bgcontainer img {
    width: 0;
    height: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    background: transparent;
  }  
}

/*----------------------------------
  view
------------------------------------*/
#viwcom {
  background-repeat: no-repeat;
  background-size: 100% auto;
}


/*----------------------------------
  service
------------------------------------*/
#sercom {
  background-image: url(../../../img/bg_message_company.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#service {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.ser_maincontainer {
  position: absolute;
  top: -200px;
  right: 0;
  left: 0;
  z-index: 99;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}

.ser_maincontainer .ser_textcontainer {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.ser_maincontainer .ser_textcontainer .ser_bgtext {
  font-family: 'Josefin Sans', sans-serif, serif;
  font-weight: bold;
  font-size: 5rem;
  color: #000333;
  letter-spacing: 0em;
  line-height: 1;
}

.ser_bgtext::before {
  font-family: 'Josefin Sans', sans-serif, serif;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #AEAEAE;
  font-weight: 400;
  font-size: 8rem;
  content: 'Service';
  z-index: -1;
}

.ser_maincontainer .ser_textcontainer h2 {
  margin-top: -60px;
  margin-bottom: 80px;
  position: relative;
}

.ser_maincontainer .ser_textcontainer .lineheightanime {
  letter-spacing: 0em;
  line-height: 3;
}

.ser_maincontainer .ser_textcontainer .lineheightanime .bgclipping {
  font-size: 1.8rem;
  color: transparent;
  display: inline-block;
  background-clip: text;
  background-image: linear-gradient(110deg, #000333 0%, #2a2424 100%, rgba(27, 34, 76, 0.1) 100%);
}

.ser_bgcontainer {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}

.ser_bgcontainer img {
  display: block;
  position: absolute;
  opacity: 0;
  transform: rotateY(90deg);
}

.ser_bgcontainer .ser_pic1 {
  top: 58px;
  left: calc(56 / 1536 * 100%);
  width: calc(317 / 1536 * 100%);
}

.ser_bgcontainer .ser_pic2 {
  top: 691px;
  left: calc(247 / 1536 * 100%);
  width: calc(168 / 1536 * 100%);
}

.ser_bgcontainer .ser_fig1 {
  top: 378px;
  left: calc(-22 / 1536 * 100%);
  width: calc(192 / 1536 * 100%);
}

.ser_bgcontainer .ser_fig2 {
  top: 70px;
  right: calc(223 / 1536 * 100%);
  width: calc(85 / 1536 * 100%);
}

.ser_bgcontainer .ser_pic3 {
  top: 170px;
  right: calc(-58 / 1536 * 100%);
  width: calc(228 / 1536 * 100%);
}

.ser_bgcontainer .ser_pic4 {
  top: 425px;
  right: calc(213 / 1536 * 100%);
  width: calc(238 / 1536 * 100%);
}

.ser_bgcontainer .ser_fig3 {
  top: 600px;
  right: calc(135 / 1536 * 100%);
  width: calc(116 / 1536 * 100%);
}

@media (max-width: 768px) {
  #sercom {
    background-image: url(../../../img/bg_message_company_sp.webp);
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-size: 100% 100%;
    padding-bottom: 10px;
    padding-top: 40px;
  }

  .ser_maincontainer {
    position: relative;
    top: 0;
    z-index: 99;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
  }
  .ser_maincontainer .ser_textcontainer {
    display: flex;
    flex-direction: column;
    gap: 52px;
    transform: none;
  }
  .ser_maincontainer .ser_textcontainer .ser_bgtext {
    font-family: 'Josefin Sans', sans-serif, serif;
    font-weight: bold;
    font-size: 2rem;
    color: #000333;
    letter-spacing: 0em;
    line-height: 1;
  }

  .ser_bgtext::before {
    font-family: 'Josefin Sans', sans-serif, serif;
    position: absolute;
    top:-60px;
    left: 50%;
    transform: translateX(-50%);
    color: #AEAEAE;
    font-weight: 400;
    font-size: 3rem;
    content: 'Service';
    z-index: -1;
  }

  .ser_maincontainer .ser_textcontainer h2 {
    width: 240px;
    margin: -75px auto 40px;
  }
  .ser_maincontainer .ser_textcontainer .lineheightanime {
    letter-spacing: 0.03em;
    line-height: 2;
  }
  .ser_maincontainer .ser_textcontainer .lineheightanime {
    letter-spacing: 0em;
    line-height: 3;
  }
  .ser_maincontainer .ser_textcontainer .lineheightanime .bgclipping {
    font-size: 1.5rem;
    letter-spacing: 0em;
    color: transparent;
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(110deg, #050000 0%, #2a2424 100%, rgba(27, 34, 76, 0.1) 100%);
    background-position-x: -1px;
    right: -1px;
    background-repeat: no-repeat;
    will-change: background-image;
  }
  .ser_bgcontainer {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    background: transparent;
  }
  .ser_bgcontainer img {
    width: 0;
    height: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    background: transparent;
  }




}


/*----------------------------------
  member
------------------------------------*/
#memcom {
  background-color: #fcfcfc;
  margin-top: 340px;
  margin-bottom: 100px;
}

#member {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}

.mem_maincontainer {
  position: absolute;
  top: -200px;
  right: 0;
  left: 0;
  z-index: 99;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}

.mem_maincontainer .mem_textcontainer {
  display: flex;
  flex-direction: column;
  /*gap: 52px;*/
}

.mem_maincontainer .mem_textcontainer .mem_bgtext {
  font-family: 'Josefin Sans', sans-serif, serif;
  font-weight: bold;
  font-size: 5rem;
  color: #000333;
  letter-spacing: 0em;
  line-height: 1;
}

.mem_bgtext::before {
  font-family: 'Josefin Sans', sans-serif, serif;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #AEAEAE;
  font-weight: 400;
  font-size: 8rem;
  content: 'Member';
  z-index: -1;
}

.mem_maincontainer .mem_textcontainer h2 {
  margin-top: -60px;
  margin-bottom: 80px;
  position: relative;
}

.mem_maincontainer .mem_textcontainer .lineheightanime {
  letter-spacing: 0em;
  line-height: 3;
}

.mem_maincontainer .mem_textcontainer .lineheightanime {
  font-size: 1.8rem;
  color: transparent;
  display: inline-block;
  background-clip: text;
  background-image: linear-gradient(110deg, #000333 0%, #2a2424 100%, rgba(27, 34, 76, 0.1) 100%);
}

.mem_bgcontainer {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}

.mem_bgcontainer img {
  display: block;
  position: absolute;
  opacity: 0;
  transform: rotateY(90deg);
}

.mem_bgcontainer .mem_pic1 {
  top: 58px;
  left: calc(56 / 1536 * 100%);
  width: calc(317 / 1536 * 100%);
}

.mem_bgcontainer .mem_pic2 {
  top: 691px;
  left: calc(247 / 1536 * 100%);
  width: calc(168 / 1536 * 100%);
}

.mem_bgcontainer .mem_fig1 {
  top: 378px;
  left: calc(-22 / 1536 * 100%);
  width: calc(192 / 1536 * 100%);
}

.mem_bgcontainer .mem_fig2 {
  top: 70px;
  right: calc(223 / 1536 * 100%);
  width: calc(85 / 1536 * 100%);
}

.mem_bgcontainer .mem_pic3 {
  top: 170px;
  right: calc(-58 / 1536 * 100%);
  width: calc(228 / 1536 * 100%);
}

.mem_bgcontainer .mem_pic4 {
  top: 425px;
  right: calc(213 / 1536 * 100%);
  width: calc(238 / 1536 * 100%);
}

.mem_bgcontainer .mem_fig3 {
  top: 600px;
  right: calc(135 / 1536 * 100%);
  width: calc(116 / 1536 * 100%);
}

/*
 h3 {
  margin-top: 46px;
}*/

 .mem_textbox {
  font-size: 1.8rem;
  color: #000333;
  letter-spacing: 0em;
  margin-top: 72px;
  padding-bottom: 40px;
  text-align:center;
}

@media (max-width: 768px) {
  #memcom {
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, transparent 100%), url(../../../img/bg_message_company_sp.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    overflow-x: hidden;
    margin-top: 40px;
  }

  #member {
    margin-top: 20px;
  }
  .mem_maincontainer {
    position: relative;
    top: 0;
    z-index: 99;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
  }
  .mem_maincontainer .mem_textcontainer {
    display: flex;
    flex-direction: column;
    gap: 52px;
    transform: none;
  }
  .mem_maincontainer .mem_textcontainer .mem_bgtext {
    font-family: 'Josefin Sans', sans-serif, serif;
    font-weight: bold;
    font-size: 2rem;
    color: #000333;
    letter-spacing: 0em;
    line-height: 1;
  }

  .mem_bgtext::before {
    font-family: 'Josefin Sans', sans-serif, serif;
    position: absolute;
    top: -0px;
    left: 50%;
    transform: translateX(-50%);
    color: #AEAEAE;
    font-weight: 400;
    font-size: 3rem;
    content: 'Member';
    z-index: -1;
  }

  .mem_maincontainer .mem_textcontainer h2 {
    width: 240px;
    margin: -75px auto 40px;
  }
  .mem_maincontainer .mem_textcontainer  {
    letter-spacing: 0.03em;
    line-height: 2;
  }
  .mem_maincontainer .mem_textcontainer  {
    letter-spacing: 0em;
    line-height: 3;
  }
  .mem_maincontainer .mem_textcontainer  {
    font-size: 1.5rem;
    letter-spacing: 0em;
    color: transparent;
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(110deg, #000333 0.5%, #1b224c 100%, rgba(27, 34, 76, 0.1) 100%);
    background-position-x: -1px;
    right: -1px;
    background-repeat: no-repeat;
    will-change: background-image;
  }
  .mem_bgcontainer {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    background: transparent;
  }
  .mem_bgcontainer img {
    width: 0;
    height: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    background: transparent;
  }

  .mem_textbox {
    font-size: 1.15rem;
    color: #000333;
    margin-top: 72px;
    text-align:center;
  }

}

/*----------------------------------
  view
------------------------------------*/
.image-section {
  margin: 10px; /* セクション全体の外側 */
  text-align: center; /* タイトルと画像を中央に */
  margin-top: 40px;
  margin-bottom: 120px; /* セクション全体の外側 */
}

.image-title {
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 6rem;       /* ← タイトル文字サイズ */
  font-weight: bold;
  text-align: center;    /* 中央揃え */
}

.image {
  width: 100%;
  max-width: 500px;      /* 必要に応じて調整 */
  height: auto;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image-caption {
  margin: 0 auto;                  /* 中央寄せ */
  padding: 10px;                  /* 内側余白 */
  max-width: 86%;               /* 枠の最大幅 */
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  text-align: center;             /* テキスト中央揃え */
  box-sizing: border-box;
  margin-bottom: 20px;
}


/*----------------------------------
  news
------------------------------------*/
#newscom {
  background-image: url(../../../img/bg_news.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.news_maincontainer .news_textcontainer {
  font-family: 'Josefin Sans', sans-serif, serif;
  font-weight: bold;
  font-size: 5rem;
  color: #000333;
  letter-spacing: 0em;
  line-height: 1;
}

.news_bgtext::before {
  font-family: 'Josefin Sans', sans-serif, serif;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #AEAEAE;
  font-weight: 400;
  font-size: 8rem;
  content: 'News';
  z-index: -1;
}

.news_maincontainer {
  width: 100%;
  margin-top: 0px;
  text-align: center;
  position: relative;
}

.news_maincontainer h2 {
  margin-bottom: 72px;
}

.news_maincontainer p {
  display: block;
  width: 400px;
  font-weight: Medium;
  font-size: 1.6rem;
  color: #000333;
  letter-spacing: 0em;
  line-height: 2;
  margin-bottom: 80px;
}

.news_maincontainer .news_btn {
  margin: 0;
}

.news_catcardcontainer {
  width: calc(721 / 1536 * 100%);
  max-width: 721px;
  position: absolute;
  top: 123px;
  right: calc(180 / 1536 * 100%);
  display: flex;
  gap: calc(56 / 1536 * 100%);
}

.news_catcardcontainer .news_catcard {
  display: block;
  width: 100%;
  transform: none;
}

.news_catcardcontainer .news_catcard img {
  width: 100%;
}

.news_catcardcontainer .news_catcard1 {
  margin-top: 138px;
}

.news_catcardcontainer .news_catcard2 {
  margin-top: 69px;
}

.news_voicecardcontainer {
  width: calc(601 / 1536 * 100%);
  max-width: 601px;
  position: absolute;
  top: 457px;
  right: calc(124 / 1536 * 100%);
  display: flex;
  gap: calc(47 / 1536 * 100%);
}

.news_voicecardcontainer .news_voicecard {
  display: block;
  width: 100%;
  height: fit-content;
  position: relative;
  transform: none;
  transition: all 0.3s;
  width: 169px;
  height: 328px;
}

.news_voicecardcontainer .news_voicecard img {
  position: relative;
}

.news_voicecardcontainer .news_voicecard .news_voicecard_cover {
  z-index: 2;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  transform-origin: center center;
  transition: transform 0.4s, opacity 0.1s 0.1s;
  opacity: 1;
}

.news_voicecardcontainer .news_voicecard .news_voicecard_photo {
  z-index: 1;
  opacity: 0;
  transform-origin: center center;
  transition: transform 0.4s, opacity 0.1s 0.1s;
  filter: brightness(0.6);
  transform: rotateY(-180deg);
}

@media (any-hover: hover) {
  .news_voicecardcontainer .news_voicecard:hover .news_voicecard_cover {
    opacity: 0;
    transform: rotateY(180deg);
  }
  .news_voicecardcontainer .news_voicecard:hover .news_voicecard_photo {
    opacity: 1;
    transform: rotateY(0deg);
    filter: brightness(1);
  }
}

.news_voicecardcontainer .news_voicecard2 {
  margin-top: 56px;
}

.news_voicecardcontainer .news_voicecard3 {
  margin-top: 112px;
}

@media (min-width: 1300px) {
  #newscom {
    height: initial;
  }

  .news_maincontainer h2 {
    width: 500px;
  }
  .news_maincontainer p {
    width: 300px;
  }
}

@media (max-width: 768px) {
  #newscom {
    background-image: url(../../../img/bg_news_sp.webp);
    background-size: 400% auto;
  }

  .news_maincontainer .news_textcontainer .news_bgtext {
    font-family: 'Josefin Sans', sans-serif, serif;
    font-weight: bold;
    font-size: 2rem;
    color: #000333;
    letter-spacing: 0em;
    line-height: 1;
  }

  .news_bgtext::before {
    font-family: 'Josefin Sans', sans-serif, serif;
    position: absolute;
    top: -0px;
    left: 50%;
    transform: translateX(-50%);
    color: #AEAEAE;
    font-weight: 400;
    font-size: 3rem;
    content: 'News';
    z-index: -1;
  }

  .news_maincontainer {
    width: 100%;
    margin-top: -30px;
    padding: 0 30px;
  }
  .news_maincontainer h2 {
    margin-bottom: 42px;
    width: auto;
  }
  .news_maincontainer p {
    display: block;
    width: 100%;
    font-weight: Medium;
    font-size: 1.5rem;
    color: #000333;
    letter-spacing: 0em;
    line-height: 2;
    margin-bottom: 20px;
  }
  .news_maincontainer .news_btn {
    margin: 0;
  }
  .news_catcardcontainer {
    width: 95%;
    max-width: none;
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    gap: 2px;
    margin-left: 2%;
  }
  .news_catcardcontainer .news_catcard {
    display: block;
    width: 100%;
  }
  .news_catcardcontainer .news_catcard img {
    width: 100%;
  }
  .news_catcardcontainer .news_catcard1 {
    margin-top: 70px;
  }
  .news_catcardcontainer .news_catcard2 {
    margin-top: 35px;
  }
  .news_voicecardcontainer {
    width: 85%;
    max-width: none;
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    gap: 2px;
    margin-top: -60px;
    margin-left: auto;
    margin-right: 2%;
  }
  .news_voicecardcontainer .news_voicecard {
    display: block;
    width: 100%;
    height: fit-content;
    position: relative;
  }
  .news_voicecardcontainer .news_voicecard img {
    position: relative;
    z-index: 1;
  }
  .news_voicecardcontainer .news_voicecard .news_voicecard_cover {
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    transition: all 0.6s;
  }
  .news_voicecardcontainer .news_voicecard .news_voicecard_photo {
    transition: all 0.3s;
    filter: none;
    transform: none;
    opacity: 1;
  }
  .news_voicecardcontainer .news_voicecard2 {
    margin-top: 35px;
  }
  .news_voicecardcontainer .news_voicecard3 {
    margin-top: 70px;
  }
}

/* ----------------------------
news information
 ----------------------------- */

#information {
  padding: 40px 0 100px;
  color: #000333;
  text-align: center;
}

#information .wrapper {
  margin: 0 auto;
  width: 100%;
  /*max-width: 1000px;*/
}
#information h1 {
  display: inline-block;
  margin: 0 auto 40px;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 4px solid #000333;
}

#information article {
  margin: 20px;
  margin-bottom: 40px;
  padding: 20px 20px 25px;
  text-align: left;
  border-radius: 20px;
  background-color: #fff;
}

#information article .text_date {
  font-size: 0.85rem;
}

#information article h2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 1rem;
  line-height: 1.8em;
  border-bottom: 2px solid #ffffff;
}

#information article .text_content {
  line-height: 2.0em;
  font-size: 16px;
}

.link_contact a {
  display: inline-block;
  padding: 15px 60px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}



/*----------------------------------
  News
------------------------------------*/

.fade-in-out {
  opacity: 0; /* 初期状態は非表示 */
  transform: translateY(20px); /* 初期状態で下にスライド */
  transition: opacity 1s ease, transform 1s ease; /* アニメーションの設定 */
  display:flex;
  /*height: 200px;*/
  margin: 20px auto;
}

/* ページが読み込まれた後、要素が表示されるときのスタイル */
.fade-in-out.active {
  opacity: 1;
  transform: translateY(0);
}

.card-img img{
  width:250px;
  /*height:100%;*/
}

.card-text{
  width:100%;
  margin-top: 1px;
  margin-left: 30px;
}


@media (max-width: 768px) {
  #information {
    padding: 0px 0 60px;
    color: #000333;
    text-align: center;
    margin: 20px 0px 20px 0px;
  }

  .fade-in-out {
    display:grid;
    height: auto;
    margin: 10px auto;
  }

  .card-text{
    width:100%;
    margin-top: 10px;
    margin-left: 10px;
  }

}

/*----------------------------------
  contact
------------------------------------*/
#contactcom {
  /*background-image: url(../../../img/bg_message_company.webp);
  background-repeat: no-repeat;*/
  width: 100%;
  padding-top: 10px;
  padding-bottom: 100px;
  position: relative;
}

#contact {
  position: relative;
  width: 100%;
}

#particles{
  width: 100%;
  height: 100%;
  background-color: rgba(43, 58, 68, 0.24);
}

.con_maincontainer {
  /*position: absolute;*/
  top: 10px;
  right: 0;
  left: 0;
  z-index: 99;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
.con_maincontainer .con_textcontainer {
  display: flex;
  flex-direction: column;
  gap: 52px;
}


.con_maincontainer .con_textcontainer .con_bgtext {
  font-family: 'Josefin Sans', sans-serif, serif;
  font-weight: bold;
  font-size: 5rem;
  color: #000333;
  letter-spacing: 0em;
  line-height: 1;
}

.con_bgtext::before {
  font-family: 'Josefin Sans', sans-serif, serif;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #AEAEAE;
  font-weight: 400;
  font-size: 8rem;
  content: 'Contact';
  z-index: -1;
}

.con_textbox {
  font-size: 1.8rem;
  color: #000333;
  letter-spacing: 0em;
  margin-top: 72px;
  padding-bottom: 60px;
  text-align:center;
}



@media (max-width: 768px) {
  #contactcom {
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, transparent 100%), url(../../../img/bg_message_company_sp.webp);
    background: transparent;
    background-position: bottom;
    background-size: 100%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 100px;
    overflow-x: hidden;
  }

  .con_maincontainer {
    position: relative;
    top: 0;
    z-index: 99;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
  }
  .con_maincontainer .con_textcontainer {
    display: flex;
    flex-direction: column;
    gap: 52px;
    transform: none;
  }
  .con_maincontainer .con_textcontainer .con_bgtext {
    font-family: 'Josefin Sans', sans-serif, serif;
    font-weight: bold;
    font-size: 2rem;
    color: #000333;
    letter-spacing: 0em;
    line-height: 1;
  }

  .con_bgtext::before {
    font-family: 'Josefin Sans', sans-serif, serif;
    position: absolute;
    top: -0px;
    left: 50%;
    transform: translateX(-50%);
    color: #AEAEAE;
    font-weight: 400;
    font-size: 3rem;
    content: 'Contact';
    z-index: -1;
  }

  .con_maincontainer .con_textcontainer h2 {
    width: 240px;
    margin: -75px auto 40px;
  }

  .con_textbox {
    font-size: 16px;
    color: #000333;
    letter-spacing: 0em;
    margin-top: 40px;
    padding-bottom: 25px;
    text-align:center;
  }

  .image-title {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 2.8rem;       /* ← タイトル文字サイズ */
    font-weight: bold;
  }


}


/*----------------------------------
  company
------------------------------------*/
#company {
  width: 100%;
  padding-bottom: 20px;
}

#company .com_bgtext {
  margin-left: calc(700 / 1536 * 100%);
  font-family: 'Josefin Sans', sans-serif, serif;
  font-weight: 400;
  font-size: 20rem;
  color: #f9f9f9;
  letter-spacing: 0em;
  line-height: 1;
  opacity: 0.3;
}

.om_maincontainer {
  margin: -55px auto 88px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 80px;
}

@media (max-width: 768px) {
  #company {
    width: 100%;
    padding-bottom: 20px;
    margin-top: 0px;
    padding-top: 80px;
  }
  #company .com_bgtext {
    margin-left: calc(30 / 390 * 100%);
    font-family: 'Josefin Sans', sans-serif, serif;
    font-weight: 400;
    font-size: 10rem;
    color: #f9f9f9;
    letter-spacing: 0em;
    line-height: 1;
    opacity: 0.3;
  }
  ._maincontainer {
    width: 250px;
    margin: -35px auto 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
  }
}


/* ----------------------------------------
 button
------------------------------------------- */

.button_solid013 p {
  background: #FFC530;
  border-radius: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 500px;
  padding: 60px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 100px;
  border-bottom: 4px solid #edd494;
  overflow: hidden;
  font-size: 3.2em;
}

.button_solid013 p:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0.2, 0.2);
  border-bottom: none;
}

.button_solid013 p:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
  animation: shine 3s infinite;
}

@keyframes shine {
  33% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.button_solid013 p:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 420px;
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}

@media (max-width: 768px) {

  .button_solid013 p {
    background: #FFC530;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border-radius: 30px;
    border-bottom: 4px solid #edd494;
    overflow: hidden;
    font-size: 1.2em;
  }
}

@media (min-width: 540px) {

  #mv {
    width: 100%;
    padding-bottom:80px;/*460px;*/
    margin-top: -100px;
  }
}

@media (min-width: 1200px) {

  #mv {
    width: 100%;
    padding-bottom:0px;
    margin-top: -100px;
  }
}

/* ------------------------------------------ */
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:86%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider img {
  width:100%;/*スライダー内の画像を横幅100%に*/
  height:auto;
  display: block;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;/*絶対配置にする*/
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;/*矢印の色*/
  border-right: 2px solid #666;/*矢印の色*/
  height: 15px;
  width: 15px;

}



.slick-prev {/*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
  display:inline-block;
  margin:0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;/*ドットボタンのサイズ*/
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  border-radius:50%;
  background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
  background:#333;/*ドットボタンの現在地表示の色*/
}


