/* styles.css */
html {
  font-size: 62.5%;
}
/* ---------------------------------------------------------------------通常のスタイル-------------------------------------------------------------------------------------- */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

p{
  font-size: 2rem;
  line-height: 5rem;
}

.MV {
  position: relative;
}
.MV .c-header {
  align-items: center;
  background-color: #eeeeee; /* カスタマイズしてください */
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem; /* カスタマイズしてください */
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.c-header__logo {
  white-space: nowrap;
  font-weight:bold;
  justify-content: center;
  display: flex;
  font-size: 2.5rem;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  margin: 0 0 0 15px;
  color: #999999;
  min-width: 80px; /* カスタマイズしてください */
  text-decoration: none;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
}

.c-header__list-link {
  color: #999; /* カスタマイズしてください */
  display: block;
  margin-right: 20px; /* カスタマイズしてください */
  text-decoration: none;
  padding: 10px 0px; /* カスタマイズしてください */
}

.c-header__list-link:hover {
  filter: opacity(0.6); /* カスタマイズしてください */
}

.c-hamburger-menu {
  position: relative;
}

@media screen and (max-width: 750px) {
  .c-hamburger-menu__list {
    background-color: #eeeeee; /* カスタマイズしてください */
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem; /* カスタマイズしてください */
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; /* カスタマイズしてください */
    top: 100%;
    width: 100%;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #999; /* カスタマイズしてください */
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4; /* カスタマイズしてください */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 750px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; /* カスタマイズしてください */
    height: 32px; /* カスタマイズしてください */
    justify-content: center;
    width: 32px; /* カスタマイズしてください */
  }
}

.c-hamburger-menu__button-mark {
  background-color: #999; /* カスタマイズしてください */
  display: block;
  height: 1px; /* カスタマイズしてください */
  transition: 0.3s; /* カスタマイズしてください */
  width: 20px; /* カスタマイズしてください */
}

@media screen and (max-width: 750px) {
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
}
.MV nav{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #3584bb;
  transition: all 0.5s;/*アニメーション設定*/
}
.menuul {
  display: flex;
  justify-content: right; 
  align-items: right; 
  list-style: none;
  padding: 70px 10px 0;
}
li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.MV nav ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.MV nav ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.MV1img{
  width: 100%;
  height: 100vh;
  background-image:url(../image/img1.webp);
  background-size: cover;
  background-position: center;
}

.MV2img{
  width: 100%;
  height: 50vh;
  background-image:url(../image/img2.webp);
  background-size: cover;
  background-position: center;
}

.MV3img{
  width: 100%;
  height: 50vh;
  background-image:url(../image/img3.webp);
  background-size: cover;
  background-position: center;
}

.MV4img{
  width: 100%;
  height: 50vh;
  background-image:url(../image/img4.webp);
  background-size: cover;
  background-position: center;
}

#menu-btn-check:checked ~ .MV nav {
  left: 0;/*メニューを画面内へ*/
}

.box {
  width: 100px;
  background: #ffffff;
  position: absolute; /* .boxをMVの上に絶対位置で配置 */
  top: 0;
  left: 0;
  height: 101vh; /* MVと同じ高さに設定 */
  overflow: hidden; /* テキストが長い場合ははみ出さないようにする */
  z-index: 2;
}

.rotated-text {
  white-space: nowrap; /* テキストが折り返されないように設定 */
  writing-mode: vertical-rl; /* 縦書きのテキストにする */
  font-size: 20px; /* フォントサイズを設定 */
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
  padding-top: 15%;
}

.title-text {
  color: white; /* テキストの色を白に設定 */
/*  font-size: 16em; */
  font-size: 12em;
  font-weight: bold; /* フォントを太字に設定 */
  top: 40%; /* 上端を親要素の中央に配置 */
  padding-left: 90%;
  transform: translate(-50%, -50%); /* 要素を水平方向と垂直方向に中央に配置 */
  display: inline-block; 
  position: absolute;
  white-space: nowrap;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
}

.title-texta {
  color: white; /* テキストの色を白に設定 */
  font-size: 12em;
  font-weight: bold; /* フォントを太字に設定 */
  top: 20%; /* 上端を親要素の中央に配置 */
  padding-left: 90%;
  transform: translate(-45%, -40%); /* 要素を水平方向と垂直方向に中央に配置 */
  display: inline-block; 
  position: absolute;
  white-space: nowrap;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
}

.background1{
  background-image:url(image/back1.png);
  background-size:300px;
  background-repeat:no-repeat;
}
.sub-text{
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
  text-align: center;
  font-size: 7em;
}

.h3-text{
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
  text-align: center;
  font-size: 5em;
}

.slick-slider {
  margin: 0;
  padding: 0;
  width: 100%;
}

.slick-slider img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.con1{
  padding: 5px 10%;
  display: flex;
  background-image:url(image/back2.png);
  background-size:150px;
  background-repeat:no-repeat;
  padding-right: 10%;
  background-position:top right;
}
.con1item{
  flex: 1;
  padding: 5px 5%;
}
.con1item img{
  width: 100%;
}

.acon1{
  padding: 5px 10%;
  display: flex;
  background-image:url(image/back2.png);
  background-size:150px;
  background-repeat:no-repeat;
  padding-right: 10%;
  background-position:top right;
}
.acon1item{
  flex: 1;
  padding: 5px 5%;
}
.acon1item img{
  width: 100%;
}
.ah3-text{
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
  font-size: 4em;
}
.acon2{
  padding: 5px 10%;
  background-image:url(image/back3.png);
  background-size:150px;
  background-repeat:no-repeat;
  padding-right: 10%;
  background-position:top left;
}
.con2item{
  padding: 5px 15%;
  display: flex;
  background-image:url(image/back3.png);
  background-size:150px;
  background-repeat:no-repeat;
}
.acon3{
  padding: 5px 10%;
  background-image:url(image/back4.png);
  background-size:150px;
  background-repeat:no-repeat;
  padding-right: 10%;
  background-position:bottom right;
}

.ah4-text{
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
  font-size: 2.5em;
  margin: 0;
}

.acon4{
  padding: 5px 10%;
  display: flex;
  background-image:url(image/back4.png);
  background-size:150px;
  background-repeat:no-repeat;
  padding-right: 10%;
  background-position:bottom right;
}

.acon4-1item{
  flex: 1;
  padding: 5px 5%;
}
.acon5{
  padding: 5px 10%;
  display: flex;
  background-image:url(image/back4.png);
  background-size:150px;
  background-repeat:no-repeat;
  padding-right: 10%;
  background-position:bottom right;
}

.acon5-1item{
  flex: 1;
  padding: 5px 5%;
}
.acon5a{
  padding: 5px 10%;
  background-image:url(image/back3.png);
  background-size:150px;
  background-repeat:no-repeat;
  padding-right: 10%;
  background-position:bottom left;
}
.acon5-2item{
  flex: 1;
  padding: 5px 5%;
}
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

.scroll_down{
  position:absolute;
  bottom:1%;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
}

.scroll_down a{
  position: absolute;
  left: -24px;
  bottom: 17px;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -6px;
    width: 2px;
    height: 20px;
    background: #ffffff;
    transform: skewX(-31deg);
}

.scroll_down:after{
  content:"";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 2px;
  height: 85px;
  background:#ffffff;
}

.scroll_downa a{
  position: absolute;
  left: -24px;
  bottom: 17px;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_downa:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -6px;
    width: 2px;
    height: 20px;
    background: #ffffff;
    transform: skewX(-31deg);
}

.scroll_downa:after{
  content:"";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 2px;
  height: 85px;
  background:#ffffff;
}

@keyframes arrowmove{
   0%{bottom:1%;}
   50%{bottom:5%;}
   00%{bottom:1%;}
}

.hoge-list {
  display: flex;
  flex-wrap: wrap;
}

.hoge-item {
  width: calc(33% - 32px);
  margin-right: 30px;
  margin-top: 30px;
  background-color: #fff;
  white-space: nowrap
}

.hoge-item:nth-child(4n) {
  margin-right: 0;
}
.hoge-item-picture{
  margin: 0;
  width: 150px;
  height: 200px;
  object-fit: cover;
}

.hoge-item-link{
  display: flex;
}

@media (max-width: 960px) {
  .hoge-item {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
   }
  .hoge-item:nth-child(3n) {
    margin-right: 30px;
  }
  .hoge-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .hoge-item {
    width: 70%;
    margin-right: 0;
  }
  .hoge-item:nth-child(3n) {
    margin-right: 0;
  }
}

.hoge-item-link {
  color: #333;
}

.hoge-item-picture img {
  width: 30%;
  height: auto;
}

.hoge-item-body{
  position: relative;
}

.hoge-item-title {
  font-size: 18px;
  font-weight: bold;
  padding:0 0 0 10px;
}

.hoge-item-text {
  padding:0 0 0 10px;
}

.hoge-red-item-text{
  padding:0 0 0 10px;
  color: red;
}

.hoge-item-more{
  position: absolute;
  white-space: nowrap;
  padding: 0 0 0 10%;
  bottom: 5px;
  left:10%;
  right: 0;
}

.hoge-list1 {
  display: flex;
  flex-wrap: wrap;
}

.hoge-item1 {
  width: calc(24% - 30px * 2 / 4);
  margin-right: 30px;
  margin-top: 30px;
  background-color: #fff;
  list-style:none;
}

.hoge-item1:nth-child(4n) {
  margin-right: 0;
}
.hoge-item-picture1{
  margin: 0;
  width: 50%;
}

.hoge-item-link1{
  display: flex;
  text-decoration: none; 
}

.hoge-item-link1 {
  color: #333;
}

.hoge-item-picture1 img {
  width: 30%;
  height: auto;
}

.hoge-item-body1{
  position: relative;
}

.hoge-item-title1 {
  font-size: 18px;
  font-weight: bold;
  padding:0 0 0 10px;
}

.hoge-item-text1 {
  padding:0 0 0 10px;
  font-size: 1.5rem;
}

.hoge-item-more1{
  position: absolute;
  right: -200%;
  bottom: 0;
}

.member{
  padding: 5px 10%;
}

.dummy_btn {
  display:block;
  height:50px;
  background: #06063d;
  color: #fff;
  width: 300px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  display:flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin: 50px auto;
  text-decoration: none;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------ Occカードリストcss ------------------------------------*/
.card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
.card__item {
  background: #fff;
  padding: 20px;
}
.card__img-area {
  aspect-ratio: 3/2;
  margin-bottom: 20px;
}
.card__img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.title-link{
  text-decoration: none;
}
/*------------------------------------- Occカードリストcssここまで------------------------------------ */
.LINElogo{
 display: block;
 text-align: center;
}
.LINElogo .LINEp{
  font-weight:bold
}
.LINElogo .LINElogoimg{
  margin-bottom: 10px;
  width: 5%;
  text-align: center;
}
html {
  scroll-behavior: smooth;
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #505050;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #505050;
  border-right: 3px solid #505050;
  transform: translateY(20%) rotate(-45deg);
}
footer{
  width: 100%;
  height: 100px; 
  text-align: center;
  padding: 50px 0;
  background-color: #06063d;
}

.footertext{
  color: white;
} 

@media screen and (max-width: 1024px){
  /* -------------------------------------------------------------------769px~1024pxの画面サイズで適用されるスタイル----------------------------------------------------------------------- */

  .box {
    width: 90px;
    background: #ffffff;
    position: absolute; /* .boxをMVの上に絶対位置で配置 */
    top: 0;
    left: 0;
    height: 101vh; /* MVと同じ高さに設定 */
    overflow: hidden; /* テキストが長い場合ははみ出さないようにする */
  }
  .c-header__logo__pc {
    white-space: nowrap;
    font-weight:bold;
    justify-content: center;
    display: flex;
    font-size: 2.5rem;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0 0 0 15px;
    color: #999999;
    min-width: 80px; /* カスタマイズしてください */
    text-decoration: none;
       display: none;
  }
  
  .c-header__logo__sp {
    white-space: nowrap;
    font-weight:bold;
    justify-content: center;
    display: flex;
    font-size: 2.5rem;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0 0 0 15px;
    color: #999999;
    min-width: 80px; /* カスタマイズしてください */
    text-decoration: none;
  }
  .rotated-text {
    white-space: nowrap; /* テキストが折り返されないように設定 */
    writing-mode: vertical-rl; /* 縦書きのテキストにする */
    font-size: 20px; /* フォントサイズを設定 */
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
    padding-top: 15%;
  }

  .title-text {
    color: white; /* テキストの色を白に設定 */
/*  font-size: 14em; */
    font-size: 12em;
    font-weight: bold; /* フォントを太字に設定 */
    top: 40%; /* 上端を親要素の中央に配置 */
    padding-left: 110%;
    transform: translate(-50%, -50%); /* 要素を水平方向と垂直方向に中央に配置 */
    display: inline-block; 
    position: absolute;
    white-space: nowrap;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
  }

  .sub-text{
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
    text-align: center;
    font-size: 6em;
  }

  .h3-text{
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
    text-align: center;
    font-size: 4em;
  }

  .con1{
    padding: 5px 10%;
    display: flex;
  }

  .acon1{
    padding: 5px 10%;
    flex-flow: column;
  }

  .ah3-text{
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
    font-size: 4em;
  }

  .acon1item img{
    width: 80%;
    margin: auto;
    display: block;
  }

  /*------------------------------------ Occカードリストcss ------------------------------------*/
.card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.card__item {
  background: #fff;
  padding: 20px;
}
.card__img-area {
  aspect-ratio: 3/2;
  margin-bottom: 20px;
}
.card__img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
  }

/* レスポンシブスタイル */
@media screen and (max-width: 768px) {
  /* -----------------------------------------------------------------------------768px以下の場合のスタイル--------------------------------------------------------------------------------- */
  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  .menupc{
    display: none;
  }
  
  .slide {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute; /* important for positioning offscreen */
    left: 0;
    background-color: white;
    width: 100%; /* Adjust width as needed */
    display: none; /* initially hide the menu*/
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Add a shadow */
  }
  
  
  .slide li {
    border-bottom: 1px solid #ccc;
  }
  
  .slide li:last-child {
    border-bottom: none;
  }
  
  .slide img {
    max-width: 100%;
    height: auto;
  }
  
  /* Adjust the style of the checked hamburger */
  input[type="checkbox"]:checked + label span {
    transform: rotate(45deg);
  }
  input[type="checkbox"]:checked + label span:nth-child(2) {
    opacity: 0;
  }
  input[type="checkbox"]:checked + label span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .box{
    display:none;
  }
  .container {
    position: relative; /* MVの上に.boxを配置するために相対位置を設定 */
  }
  
  .MV {
    position: relative;
  }
  
  .slick-slider {
    margin: 0;
    padding: 0;
  }
  
  .slick-slider img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }

  .title-text {
    color: white; /* テキストの色を白に設定 */
    font-size: 14vw;
    font-weight: bold; /* フォントを太字に設定 */
    top: 45%; /* 上端を親要素の中央に配置 */
    padding-left: 110%;
    transform: translate(-55%, -50%); /* 要素を水平方向と垂直方向に中央に配置 */
    display: inline-block; 
    position: absolute;
    white-space: nowrap;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
  }

  .sub-text{
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
    text-align: center;
    font-size: 4em;
  }

  .h3-text{
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
    text-align: center;
    font-size: 3em;
  }

  .con1{
    padding: 5px 10%;
    flex-flow: column;
  }

  .acon1{
    padding: 5px 10%;
    flex-flow: column;
  }

  .acon4{
    padding: 5px 10%;
    flex-flow: column;
  }
  
}

@media screen and (max-width: 480px) {
  /* -------------------------------------------------------------------------480px以下の場合のスタイル-------------------------------------------------------------------------- */
  html {
    font-size: 52.5%;
  }
 
  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  
  .container {
    position: relative; /* MVの上に.boxを配置するために相対位置を設定 */
  }
  
  .MV {
    position: relative;
  }

  .slick-slider {
    margin: 0;
    padding: 0;
  }
  
  .slick-slider img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }

  .c-header__list-link {
    color: #999; /* カスタマイズしてください */
    display: block;
    margin-right: 20px; /* カスタマイズしてください */
    text-decoration: none;
    padding: 10px 0px; /* カスタマイズしてください */
    font-size: 18px;
    font-weight: bold;
  }

  .box {
    width: 70px;
    background: #ffffff;
    position: absolute; /* .boxをMVの上に絶対位置で配置 */
    top: 0;
    left: 0;
    height: 101vh; /* MVと同じ高さに設定 */
    overflow: hidden; /* テキストが長い場合ははみ出さないようにする */
  }
  .rotated-text {
    white-space: nowrap; /* テキストが折り返されないように設定 */
    writing-mode: vertical-rl; /* 縦書きのテキストにする */
    font-size: 15px; /* フォントサイズを設定 */
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
    padding-top: 15%;
  }

  .title-text {
    color: white; /* テキストの色を白に設定 */
    font-size: 6em;
    font-weight: bold; /* フォントを太字に設定 */
    top: 40%; /* 上端を親要素の中央に配置 */
    padding-left: 110%;
    transform: translate(-50%, -50%); /* 要素を水平方向と垂直方向に中央に配置 */
    display: inline-block; 
    position: absolute;
    white-space: nowrap;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
  }

  .sub-text{
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
    text-align: center;
    font-size: 4em;
  }

  .title-texta{
    color: white; /* テキストの色を白に設定 */
/*  font-size: 10em; */
    font-size: 8em;
    font-weight: bold; /* フォントを太字に設定 */
    top: 20%; /* 上端を親要素の中央に配置 */
    padding-left: 90%;
    transform: translate(-45%, -40%); /* 要素を水平方向と垂直方向に中央に配置 */
    display: inline-block; 
    position: absolute;
    white-space: nowrap;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
  }

  .h3-text{
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif; /* フォントを游ゴシックに設定 */
    text-align: center;
    font-size: 3em;
  }

  .con1{
    padding: 5px 10%;
    flex-flow: column;
  }

  .acon4{
    padding: 5px 10%;
    display: flex;
    background-image:url(image/back4.png);
    background-size:150px;
    background-repeat:no-repeat;
    padding-right: 10%;
    background-position:bottom right;
  }
  
  .acon4item{
    flex: 1;
    padding: 5px 5%;
    text-align: center;
  }

  .acon1itemimg{
    width: 30%;
  }

  .card{
    padding: 0;
  }
}