/*============================================
九十九里
============================================*/

/* * {
  outline: 2px solid blue;
} */

.sec_workcation {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 800px) {
  .sec_workcation {
    padding: 50px 0;
  }
}

.sec__fvBox__pc_workcation {
  height: 600px;
  padding: 0 0 0 !important;
  display: flex;
  align-items: center;
  position: relative;
}

.sec__fvBox__smp_workcation {
  display: none !important;
  height: 200px;
}

.sec_workcation img{
  filter: brightness(0.7); /* 明るさを調整 (0.7は70%の明るさ) */
  height: 600px;
  object-fit: cover;
}

@media (max-width: 800px) {
  .sec__fvBox__smp_workcation {
    display: block !important;
  }
  .sec__fvBox__pc_workcation {
    display: none !important;
  }
  .sec_workcation img{
    height: 200px;
  }
}

.text-overlay-workcation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
  font-size: xx-large;
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .text-overlay-workcation {
    top: 75%;
    font-size: large;
  }
}

/* .sec_workcation-top-p {
  width: 500px;
  text-align: left;
  margin-left: 300px;
} */

.sec-workcation-2 {
  /* margin-top: 50px; */
  text-align: center;
  padding: 50px 0px;
  /* background-color: #b9cc1b; */
}

@media (max-width: 800px) {
  .sec-workcation-2 {
    margin-top: 50px;
    font-size: medium;
    padding: 50px 0px;
  }
}

.sec-workcation-2-title span{
  font-size: x-large;
}










.shake-in {
  opacity: 0;
  transform: translateX(0);
  transition: all 0.6s ease;
}

.shake-in.show {
  opacity: 1;
  animation: shake 0.5s ease;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-10px); }
  50% { transform: translateX(10px); }
  75% { transform: translateX(-10px); }
  100% { transform: translateX(0); }
}


p.sec-workcation-2-bubble {
	position: relative;
	width: 600px;
	text-align: center;
	line-height: 1.4em;
	margin: 40px auto;
	background-color: #fff;
	border: 8px solid #b9cc1b;
	border-radius: 30px;
	font-family: sans-serif;
	padding: 20px;
	font-size: large;
}

@media (max-width: 541px) {
  p.sec-workcation-2-bubble {
    width: 300px;
  }
}


p.thought {
	width: 600px;
	border-radius: 200px;
	padding: 30px;	
}

.sec-workcation-2-speech {
  /* color: #b9cc1b; */
  font-size: x-large !important;
}

@media (max-width: 541px) {
  .sec-workcation-2-speech {
    font-size: medium !important;
  }
}

p.sec-workcation-2-bubble:before,
p.sec-workcation-2-bubble:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}

p.sec-workcation-2-speech:before {
	left: 30px;
	bottom: -50px;
	border: 25px solid;
	border-color: #b9cc1b transparent transparent #b9cc1b;
}

p.sec-workcation-2-speech:after {
	left: 38px;
	bottom: -30px;
	border: 15px solid;
	border-color: #fff transparent transparent #fff;
}

p.thought:before,
p.thought:after {
	left: 10px;
	bottom: -30px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 8px solid #333;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}

p.thought:after {
	width: 20px;
	height: 20px;
	left: 5px;
	bottom: -40px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.balloon3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 600px;
  height: 200px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #333;
  border-radius: 100px;
  box-sizing: border-box;
  margin: 0 auto;
}

.balloon3:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 70%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #333;
  z-index: 0;
}





.fukidashi-01-13 {
  position: relative;
  padding: 12px 16px 12px 30px;
  display: flex;
  margin: 0 auto;
}
.fukidashi-01-13::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100px;
  height: 1px;
  transform: rotate(-14deg);
  box-sizing: border-box;
  background-color: #b9cc1b;
}
.fukidashi-01-13::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 120px;
  height: 1px;
  transform: rotate(14deg);
  box-sizing: border-box;
  background-color: #b9cc1b;
}
.fukidashi-01-13 > .ornament {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fukidashi-01-13 > .ornament::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 160px;
  height: 1px;
  transform: rotate(-12deg);
  box-sizing: border-box;
  background-color: #b9cc1b;
}
.fukidashi-01-13 > .ornament::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 160px;
  height: 1px;
  transform: rotate(12deg);
  box-sizing: border-box;
  background-color: #b9cc1b;
}







.sec-workcation-3 {
  display: flex;
  justify-content: center;
  gap: 100px;
  background-color: #b9cc1b;
  padding: 100px 0;
}


@media (max-width: 800px) {
  .sec-workcation-3 {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 30px 0;
    margin-top: 0px;
  }
}

.sec-workcation-3-container {
  display: flex;
  justify-content: center;
  gap: 100px;
}

@media (max-width: 800px) {
  .sec-workcation-3-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}

.sec-workcation-3-1 {
  justify-content: center;
  text-align: center;
}

.sec-workcation-3-1-p{
  color: white;
}

.sec-workcation-3-2 {
  margin: 0 auto;
}

.sec-workcation-3-2-p {
  justify-content: center;
  text-align: center;
  color: white;
}

.sec-workcation-3-1-video {
  display: flex;
  width: 300px;
  margin: 0 auto;
  margin-top: 10px;
  margin-top: 100px;
}

@media (max-width: 1000px) {
  .sec-workcation-3-1-video {
    display: flex;
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
  }
}

@media (max-width: 800px) {
  .sec-workcation-3-1-video {
    display: flex;
    width: 300px;
    margin: 0 auto;
    margin-top: 10px;
  }
}

.sec-workcation-3-2-video {
  display: flex;
  width: 500px;
  margin-top: 100px;
}


@media (max-width: 1000px) {
  .sec-workcation-3-2-video {
    display: flex;
    width: 300px;
    margin-top: 40px;
  }
}

@media (max-width: 800px) {
  .sec-workcation-3-2-video {
    display: flex;
    width: 300px;
    margin-top: 30px;
  } 
}

.sec-workcation-btn {
  /* margin-bottom: 100px; */
  text-align: center;
  /* background-color: #F1F4C8; */
  padding: 50px;
}

.sec-workcation-btn-2 {
  margin-bottom: 100px;
  text-align: center;
  background-color: #F1F4C8;
  padding: 50px;
}

.workcation-btn {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c4d700;
  line-height: 60px;
  border-radius: 49px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  transition: 0.3s;
  width: 20%;
}

@media (max-width: 1024px) {
  .workcation-btn {
    width: 30%;
  }
}

@media (max-width: 541px) {
  .workcation-btn {
    width: 100%;
  }
}

.sec-workcation-btn-text{
  color: #c4d700;
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  .sec-workcation-btn-text{
    font-size: small;
    margin-bottom: 20px;
  }
  
}

@media (max-width: 850px) {
  .sec-workcation-btn {
    gap: 50px;
  }

  .sec-workcation-btn .btn {
    width: 30%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .sec-workcation-btn {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .sec-workcation-btn .btn {
    width: 70%;
    text-align: center;
  }
}

.sec-corporate-10-btn-white {
  width: 300px !important;
}

.sec-workcation-4-pc {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.sec-workcation-4-sp {
  margin: 0 auto;
  justify-content: center;
}

@media (max-width: 800px) {
  .sec-workcation-4-pc {
    display: none;
  }
}

@media (min-width: 799px) {
  .sec-workcation-4-sp {
    display: none;
  }
}

.sec-workcation-4-title {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 800px) {
  .sec-workcation-4-title {
    font-size: x-large;
    margin-bottom: 20px;
  }
}

.sec-workcation-4-container {
  display: flex;
  flex-direction: column;
  gap:  50px;
  margin: 0 auto;
  justify-content: center;
}


.sec-workcation-4-left-title-p {
  font-size: x-large;
  color: white;
  background-color: #b9cc1b;
  padding: 10px;
  width: 80%;
  display: flex;
  margin: 0 auto;
  border-radius: 5px;
}

@media (max-width: 1000px) {
  .sec-workcation-4-left-title-p {
    font-size: x-large;
    width: 100%;
  }
}

@media (max-width: 541px) {
  .sec-workcation-4-left-title-p {
    font-size: large;
    width: 100%;
  }
}

.sec-workcation-4-each {
  gap:  100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%; 
  margin: 0 auto;
}

.sec-workcation-4-left-container {
  gap:  20px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 800px) {
  .sec-workcation-4-each {
    gap:  50px;
    display: flex;
    flex-direction: column;
  }
}

.sec-workcation-4-left {
  justify-content: center;
  text-align: left;
  display: flex;
  width: 50%;
}

.sec-workcation-4-left-title-small {
  font-size: medium;
}

@media (max-width: 541px) {
  .sec-workcation-4-left-title-small {
    font-size: small;
  }
}

.sec-workcation-4-right {
  width: 50%;
  text-align: right;
}

.sec-workcation-4-img {
  width: 340px;
}

.sec-workcation-5 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec-workcation-5-floormap-section {
  display: flex;
  gap: 20px;
  margin: 50px 0;
}

@media (max-width: 800px) {
  .sec-workcation-5-floormap-section {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
}

.sec-workcation-5-img {
  width: 400px;
  object-fit: contain;
}

@media (max-width: 1000px) {
  .sec-workcation-5-img {
    width: 300px;
    object-fit: contain;
  }
}

.sec-workcation-5-title {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1000px) {
  .sec-workcation-5-img {
    width: 300px;
    object-fit: contain;
  }
}

.sec-workcation-5-title-2 {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 541px) {
  .sec-workcation-5-title-2 {
    font-size: large;
    margin-bottom: 0px;
  }
}

.section {
  margin-bottom: 30px;
}

.section-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.section-image {
  width: 100%;
  border-radius: 4px;
}

.details-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.details-table th, .details-table td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.details-table th {
  background: #f5f5f5;
  font-weight: bold;
  color: #333;
}

.workcation-gallery-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 541px) {
  .workcation-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 90%;
  }
}

.workcation-gallery-grid img {
  width: 100%;
}

.carousel-container-workcation {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

.carousel-workcation {
  display: flex;
  animation: scroll 180s linear infinite;
}

.carousel-workcation img {
  width: 30%;
}
@media (max-width: 800px) {
  .carousel-workcation img {
    width: 45%;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-500%);
  }
}


.sec-workcation-5-table-container {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  /* border-left: 3px solid #818181;
  border-right: 3px solid #818181;
  border-bottom: 3px solid #818181; */
  border-spacing: 0;
  border-radius:5px
}

@media screen and (max-width: 800px) {
  .sec-workcation-5-table-container {
    width: 90%;
    font-size: 14px;
  }
}

.sec-workcation-5-access-container {
  margin: 50px 0;
  width: 100%;
}

.sec-workcation-5-access {
  margin: 50px 0;
  width: 100%;
}

.map-workcation {
  width: 958px;
  height: 478px;
  margin: 0 auto;
}

@media (max-width: 541px) {
  .map-workcation {
    width: 100%;
    height: 300px;
  }
}

.sec-workcation-5-360-view-container {
  margin: 50px 0;
  width: 100%;
}

.sec-workcation-5-360-view {
  display: flex;
  width: 100%;
  justify-content: center;
}

.sec-workcation-5-workcation-gallery {
  margin: 50px 0;
  width: 100%;
}

.sec-workcation-6 {
  text-align: center;
}

.sec-workcation-6-title-top{
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  .sec-workcation-6-title-top {
    font-size: large;
  }

  .sec-workcation-6-title {
    font-size: medium;
  }
}











.sec-workcation-6-flowchart {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.sec-workcation-6-step {
  background-color: #b9cc1b;
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  .sec-workcation-6-step {
    gap: 10px;
    padding: 10px;
  }
}

.sec-workcation-6-number {
  background-color: #909e16;
  color: white;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

/* Connected arrow styles */
/* .sec-workcation-6-flowchart::before {
  content: '';
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 50%;
  width: 4px;
  background-color: #909e16;
  transform: translateX(-50%);
  z-index: 10;
} */

/* .sec-workcation-6-step::before {
  content: '➔';
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  color: #909e16;
  font-size: 30px;
  z-index: 1;
} */

/* Remove arrow from the last step */
.sec-workcation-6-step:last-child::before {
  content: none;
}

@media (max-width: 541px) {
  .sec-workcation-6-p {
    font-size: small;
  }
}

















.sec-workcation-4 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}



.sec-workcation-4-container-new {
  display: flex;
  flex-direction: column; /* 縦に並べる */
  margin: 0; /* 自動マージンを削除 */
  padding: 0; /* 不要な余白を削除 */
  width: 100%; /* 横幅を100%に設定 */
}

.sec-workcation-4-feeep-logo {
  width: 200px;
  display: flex;
  margin: 0 auto;
}

.sec-workcation-4-each-new {
  width: 100%; /* 横幅を100%に設定 */
}

.sec-workcation-4-img-container {
  position: relative;
  width: 100vw; /* 画面幅いっぱいに設定 */
  height: 500px; /* 高さを固定 */
  overflow: hidden; /* 高さからはみ出した部分を隠す */
}

@media (max-width: 541px) {
  .sec-workcation-4-img-container {
    height: 300px; /* 高さを固定 */
  }
}

.sec-workcation-4-img-new {
  width: 100%; /* 横幅を100%に設定 */
  height: 100%; /* 親要素の高さに合わせる */
  object-fit: cover; /* 画像をトリミングして親要素にフィット */
  filter: brightness(0.7); /* 明るさを調整 (0.7は70%の明るさ) */
}

.sec-workcation-4-text {
  position: absolute; /* 画像の上に文字を配置 */
  top: 45%; /* 上下中央揃え */
  left: 30%; /* 左右中央揃え */
  transform: translate(-50%, -50%); /* 中央に調整 */
  color: white; /* テキストを白にする */
  text-align: left; /* テキストを中央揃え */
  width: 550px;
}

@media (max-width: 1024px) {
  .sec-workcation-4-text {
    top: 45%; /* 上下中央揃え */
    left: 35%; /* 左右中央揃え */
    transform: translate(-50%, -50%); /* 中央に調整 */
    width: 500px;
  }
}

@media (max-width: 800px) {
  .sec-workcation-4-text {
    top: 45%; /* 上下中央揃え */
    left: 40%; /* 左右中央揃え */
    transform: translate(-50%, -50%); /* 中央に調整 */
    width: 500px;
  }
}

@media (max-width: 541px) {
  .sec-workcation-4-text {
    top: 40%; /* 上下中央揃え */
    left: 30%; /* 左右中央揃え */
    transform: translate(-50%, -50%); /* 中央に調整 */
    font-size: xx-small;
    width: 200px;
  }
}

.sec-workcation-4-text-2 {
  position: absolute; /* 画像の上に文字を配置 */
  top: 45%; /* 上下中央揃え */
  left: 80%; /* 左右中央揃え */
  transform: translate(-50%, -50%); /* 中央に調整 */
  color: white; /* テキストを白にする */
  text-align: left; /* テキストを中央揃え */
  width: 550px;
}

@media (max-width: 1024px) {
  .sec-workcation-4-text-2 {
    top: 45%; /* 上下中央揃え */
    left: 65%; /* 左右中央揃え */
    transform: translate(-50%, -50%); /* 中央に調整 */
    width: 500px;
  }
}

@media (max-width: 541px) {
  .sec-workcation-4-text-2 {
    top: 45%; /* 上下中央揃え */
    left: 70%; /* 左右中央揃え */
    transform: translate(-50%, -50%); /* 中央に調整 */
    font-size: xx-small;
    width: 200px;
  }
}