@media (max-width: 1024px) {
#fvContainer {
  /* width: 100%; */
  height: 600px;
  /* position: relative; */
}

main .logo {
  width: 124.1250px;
  /* position: absolute; */
  top: 26px;
  left: 28px;
}

/* .fvImg {
  height: 100%;
}

.fvImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.fvText {
  width: 90%;
  /* position: absolute;
  top: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
  /* text-align: center;
  z-index: 1; */
}

/* .fvText h2 span:first-of-type {
  font-size: 27.8px;
  line-height: 1.7;
}

.fvText h2 span:last-of-type {
  width: 402px;
  height: 60px;
  margin: 20px auto 0;
  display: block;
  font-size: 28px;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fvText > p {
  margin-top: 30px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 7px;
  text-indent: 7px;
} */

.fvText > img {
  width: 253.0315px;
  margin-top: 40px;
}

/* .scroll {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
}

.scrollBar {
  width: 1px;
  height: 100px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  overflow: hidden;
}

.scrollBar::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  animation: scroll 4s infinite;
}

@keyframes scroll {
  0% {transform: translateY(-100%);}
  40% {transform: translateY(0%)}
  80% {transform: translateY(100%)}
  100% {transform: translateY(100%)}
}

small {
  font-size: 12px;
}

#fvContainer > small {
  position: absolute;
  bottom: 10px;
  right: 20px;
} */

#fvContainer + .fvTextSp {
  display: block;
  margin: 60px auto 0;
  text-align: center;
}

.fvTextSp h2 span {
  font-size: 24px;
  display: block;
}

.fvTextSp p {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 2.5px;
}








#openContainer {
  width: 100%;
  margin: 30px 0 0 auto;
  /* position: relative; */
}

.openBack1 {
  width: 706.1115px;
  max-width: none;
  /* position: absolute; */
  top: -280px;
  left: auto;
  right: -150px;
  /* z-index: -1; */
}

.openBack2 {
  display: none;
  /* width: 2000px;
  max-width: none;
  position: absolute;
  left: -1800px;
  bottom: -500px; */
}

.openContents {
  /* max-width: 1150px; */
  margin: 0 auto;
  padding: 100px 0 0 10%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
  /* align-items: flex-end; */
}

.openContents > img {
  width: 172.5px;
  /* position: absolute; */
  /* top: 0; */
  left: -40px;
}

.openText {
  width: 100%;
  max-width: 460px;
  padding: 50px 0 0 0;
}

/* .openText h3 {
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 1.5;
}

.openText p {
  margin-top: 36px;
  font-size: 18px;
  line-height: 2;
} */

/* .openText small {
  display: block;
  margin-top: 26px;
} */

.openImg {
  width: 100%;
  position: static;
  top: auto;
  left: auto;
  z-index: 0;
}






#videoContainer {
  /* width: 90%;
  max-width: 700px; */
  margin: 120px auto 0;
  padding-bottom: 130px;
  /* text-align: center; */
}

.title h2 {
  font-size: 50px;
  /* line-height: 1.2;
  color: var(--titleFontColor); */
}

.title p {
  /* margin-top: 10px; */
  font-size: 18px;
}

/* .videoContents {
  margin-top: 20px;
  position: relative;
}

video {
  width: 100%;
  vertical-align: bottom;
}

.formBtn {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.formBtn.hidden {
  display: none;
} */





#formContainer {
  /* width: 100vw;
  height: 100dvh; */
  padding: 120px 0 80px;
  /* box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s; */
}

/* #formContainer.active {
  opacity: 1;
  visibility: visible;
}

.formCloseBtn {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 10px;
  cursor: pointer;
}

.cross {
  width: 24px;
  height: 24px;
  position: relative;
}

.cross span {
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cross span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cross span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.formContents {
  width: 90%;
  max-width: 800px;
  margin: 10px auto 0;
  padding: 80px 50px;
  box-sizing: border-box;
  background: #fff;
  color: var(--primaryColor);
}

.formText {
  font-size: 24px;
  line-height: 1.4;
  color: var(--titleFontColor);
  text-align: center;
  position: relative;
  letter-spacing: -0.5px;
}

.formText::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: var(--titleFontColor);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.formBack {
  margin-top: 50px;
  padding: 70px 50px;
  box-sizing: border-box;
  background: #F3F2F0;
}

.formGroup {
  margin-bottom: 40px;
}

.itemName {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}

.must {
  margin-left: 5px;
  font-size: 12px;
  color: var(--titleFontColor);
}

.itemName > small {
  margin-left: 10px;
  font-weight: 500;
}

.answer {
  display: flex;
  gap: 0 16px;
}

.answer.radio {
  gap: 0 25px;
} */

.answer.text label {
  /* width: 100%;
  display: flex;
  flex-wrap: wrap; */
  gap: 10px 16px;
}

/* input[type="text"], input[type="date"], select {
  width: 100%;
  flex: 0 1 100%;
  max-width: 292px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 3px;
}

.email input[type="text"], .email_confirm input[type="text"], select {
  max-width: 454px;
}

select {
  color: #000!important;
}
button {
  background: transparent!important;
}

.hotel input[type="text"] {
  max-width: 100%;
  width: 100%;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 10px 10px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 3px;
}

.agree a {
  color: #000;
  text-decoration: underline;
}

.agree label {
  display: block;
}

.agree input {
  margin-right: 5px;
}

#btn {
  display: block;
  width: 300px;
  height: 70px;
  margin: 50px auto 0;
  font-size: 20px;
  letter-spacing: 30px;
  text-indent: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: var(--titleFontColor);
  font-weight: bolder;
  border: 2px solid var(--titleFontColor);
  box-sizing: border-box;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}

#btn::after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background: var(--titleFontColor);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.btnConfirm {
  display: block;
  margin-top: 50px;
  text-align: center;
}

#privacypolicyText {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #E0E0E0;
}

#privacypolicyText small {
  display: block;
  line-height: 1.7;
}

#privacypolicyText small a {
  color: var(--titleFontColor);
  text-decoration: underline;
}

.error {
  flex: 1 1 100%;
  font-size: 1.1em;
  color: red;
} */





#membershipContainer {
  padding: 110px 0 130px;
  /* background: var(--secondaryColor);
  position: relative; */
}

.membershipBack {
  width: 674.2349px;
  max-width: none;
  /* position: absolute; */
  top: -150px;
  left: auto;
  right: -350px;
}

/* .membershipContents {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
} */

.membershipImg {
  margin-top: 35px;
}

.membershipContents .contentsText {
  margin-top: 24px;
}

/* .contentsText h3 {
  font-size: 22px;
}

.contentsText p {
  margin-top: 13px;
}

.membershipContents .contentsText p {
  display: flex;
  gap: 0 30px;
} */

.membershipContents .contentsText span {
  flex: 0 1 100%;
}






#benefitsContainer {
  padding: 110px 0 150px;
  /* overflow: hidden; */
}

/* #benefitsContainer .title {
  text-align: center;
} */

.benefitsContents {
  width: 100%;
  max-width: 1024px;
  /* margin: 0 auto;
  position: relative; */
}

.benefitsBack1 {
  width: 706.1115px;
  max-width: none;
  /* position: absolute; */
  top: -580px;
  left: -400px;
}

.benefitsBack2 {
  width: 721.8276px;
  max-width: none;
  /* position: absolute; */
  bottom: -270px;
  right: -430px;
  transform: rotate(180deg);
}

.benefitsBack3 {
  display: none;
  /* width: 2000px;
  max-width: none;
  position: absolute;
  left: -970px;
  bottom: -860px; */
}

.benefits {
  /* margin-top: 180px; */
  /* position: relative; */
  /* display: flex; */
  align-items: flex-start;
  gap: 26px 60px 0;
  flex-direction: column-reverse;
}

.benefits:first-of-type {
  margin-top: 150px;
}

.benefits .contentsText {
  flex: 0 1 auto;
  width: 90%;
  margin: 26px auto 0;
}

.benefits .contentsText small {
  /* display: block; */
  margin-top: 22px;
}

.benefitsImg {
  width: 80%;
}

.benefitsNumber {
  font-size: 200px;
  /* letter-spacing: -10px;
  line-height: 1; */
  /* color: #313B54;
  position: absolute; */
  top: -125px;
  right: 5%;
  z-index: -1;
}

.benefits:nth-of-type(even) {
  flex-direction: column-reverse;
  align-items: flex-end;
}

.benefits:nth-of-type(even) .benefitsNumber {
  top: -125px;
  left: 5%;
  right: auto;
}

.benefits4 {
  gap: 26px 40px 0;
}

.benefits4 .contentsText {
  flex: 0 1 auto;
}

/* .benefits4 h3 {
  text-indent: -10px;
}

.benefits4 h3 span {
  letter-spacing: -12px;
} */

.benefits4 .contentsText p {
  width: 100%;
}







/* #networkContainer {
  padding: 130px 0 200px;
  background: #fff;
} */

.networkTitleText {
  /* width: 90%;
  max-width: 900px;
  margin:  0 auto;
  color: #000; */
  display: block;
  /* gap: 0 70px; */
}

/* .networkTitleText .title {
  flex: 0 1 425px;
} */

.networkTitleText > p {
  margin-top: 30px;
  /* flex: 0 1 405px; */
}

.networkContents {
  width: 84%;
  /* max-width: calc(50% + 450px); */
  margin: 50px auto 0;
}

/* .slick-arrow {
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
} */

.slick-prev {
  left: -6%;
}

.slick-next {
  left: auto;
  right: -6%;
}

.slick-dots {
  /* position: absolute;
  bottom: -70px; */
  left: 50%;
  /* transform: translateX(-50%);
  display: flex;
  gap: 0 15px; */
}

/* .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #E0E0E0;
  cursor: pointer;
  transition: 0.3s;
}

.slick-dots li.slick-active {
  background: #000;
}

.slick-dots button {
  display: none;
}

.network {
  width: 460px;
  margin-right: 54px;
  position: relative;
}

.network a {
  display: block;
  height: 100%;
  position: relative;
}

.network img {
  transition: 0.3s;
}

.networkText {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}

.networkText dt {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.5;
}

.network:hover img {
  filter: brightness(40%);
}

.network:hover .networkText {
  opacity: 1;
} */

}
















@media (max-width: 560px) {
#fvContainer {
  /* width: 100%; */
  height: 300px;
  margin-top: 60px;
  /* position: relative; */
}

/* .fvImg {
  height: 100%;
}

.fvImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.fvText {
  width: 90%;
  /* position: absolute;
  top: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
  /* text-align: center;
  z-index: 1; */
}

/* .fvText h2 span:first-of-type {
  font-size: 27.8px;
  line-height: 1.7;
}

.fvText h2 span:last-of-type {
  width: 402px;
  height: 60px;
  margin: 20px auto 0;
  display: block;
  font-size: 28px;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fvText > p {
  margin-top: 30px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 7px;
  text-indent: 7px;
} */

.fvText > img {
  width: 200px;
  margin-top: 0px;
}

/* .scroll {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
}

.scrollBar {
  width: 1px;
  height: 100px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  overflow: hidden;
}

.scrollBar::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  animation: scroll 4s infinite;
}

@keyframes scroll {
  0% {transform: translateY(-100%);}
  40% {transform: translateY(0%)}
  80% {transform: translateY(100%)}
  100% {transform: translateY(100%)}
} */

small {
  font-size: 10px;
}

#fvContainer > small {
  /* position: absolute;
  bottom: 10px; */
  right: 10px;
}

#fvContainer + .fvTextSp {
  /* display: block; */
  margin: 40px auto 0;
  /* text-align: center; */
}

.fvTextSp h2 span {
  font-size: 18px;
  /* display: block; */
}

.fvTextSp p {
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: 2px;
}








#openContainer {
  /* width: 100%; */
  margin: 30px 0 0 auto;
  /* position: relative; */
}

.openBack1 {
  width: 487.0645px;
  max-width: none;
  /* position: absolute; */
  top: -160px;
  /* left: auto; */
  right: -110px;
  /* z-index: -1; */
}

.openBack2 {
  display: none;
  /* width: 2000px;
  max-width: none;
  position: absolute;
  left: -1800px;
  bottom: -500px; */
}

.openContents {
  /* max-width: 1150px; */
  /* margin: 0 auto; */
  padding: 70px 0 0 10%;
  /* box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse; */
  /* align-items: flex-end; */
}

.openContents > img {
  width: 120px;
  /* position: absolute; */
  /* top: 0; */
  left: -30px;
}

.openText {
  width: 90.25%;
  max-width: none;
  padding: 30px 0 0 0;
}

.openText h3 {
  font-size: 22px;
  letter-spacing: -0.5px;
  line-height: 1.5;
}

.openText p {
  margin-top: 16px;
  font-size: 16px;
  /* line-height: 2; */
}

.openText small {
  /* display: block; */
  margin-top: 16px;
}

/* .openImg {
  width: 100%;
  position: static;
  top: auto;
  left: auto;
  z-index: 0;
} */






#videoContainer {
  /* width: 90%;
  max-width: 700px; */
  margin: 90px auto 0;
  padding-bottom: 90px;
  /* text-align: center; */
}

.title h2 {
  font-size: 40px;
  /* line-height: 1.2;
  color: var(--titleFontColor); */
}

/* .title p { */
  /* margin-top: 10px; */
  /* font-size: 18px;
} */

/* .videoContents {
  margin-top: 20px;
  position: relative;
}

video {
  width: 100%;
  vertical-align: bottom;
}

.formBtn {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.formBtn.hidden {
  display: none;
} */





#formContainer {
  /* width: 100vw;
  height: 100dvh; */
  padding: 70px 0 60px;
  /* box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s; */
}

/* #formContainer.active {
  opacity: 1;
  visibility: visible;
} */

.formCloseBtn {
  /* width: 90%;
  max-width: 800px;
  margin: 0 auto; */
  font-size: 18px;
  /* display: flex;
  align-items: center;
  justify-content: flex-end; */
  gap: 0 6px;
  /* cursor: pointer; */
}

.cross {
  width: 20px;
  height: 20px;
  /* position: relative; */
}

.cross span {
  width: 24px;
  /* height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

/* .cross span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cross span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
} */

.formContents {
  /* width: 90%;
  max-width: 800px; */
  margin: 10px auto 0;
  padding: 40px 5%;
  /* box-sizing: border-box;
  background: #fff;
  color: var(--primaryColor); */
}

.formText {
  font-size: 20px;
  line-height: 1.4;
  /* color: var(--titleFontColor);
  text-align: center;
  position: relative; */
  letter-spacing: -0.5px;
}

/* .formText::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: var(--titleFontColor);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
} */

.formBack {
  margin-top: 50px;
  padding: 30px 5%;
  /* box-sizing: border-box;
  background: #F3F2F0; */
}

.formGroup {
  margin-bottom: 30px;
}

.itemName {
  margin-bottom: 8px;
  font-size: 14px;
  /* line-height: 1.6;
  font-weight: bold; */
}

/* .must {
  margin-left: 5px;
  font-size: 12px;
  color: var(--titleFontColor);
}

.itemName > small {
  margin-left: 10px;
  font-weight: 500;
} */

.tel .itemName > small {
  margin-left: 0;
}

/* .answer {
  display: flex;
  gap: 0 16px;
}

.answer.radio {
  gap: 0 25px;
}

.answer.text label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
} */

input[type="text"], input[type="date"], select {
  /* width: 100%;
  flex: 0 1 100%; */
  max-width: none;
  height: 40px;
  /* padding: 0 12px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 3px; */
}

/* .email input[type="text"], .email_confirm input[type="text"], select {
  max-width: 454px;
}

select {
  color: #000!important;
}
button {
  background: transparent!important;
}

.hotel input[type="text"] {
  max-width: 100%;
  width: 100%;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 10px 10px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 3px;
} */

/* .agree a {
  color: #000;
  text-decoration: underline;
}

.agree label {
  display: block;
}

.agree input {
  margin-right: 5px;
} */

#btn {
  /* display: block;
  width: 300px; */
  max-width: 100%;
  /* height: 70px; */
  margin: 30px auto 0;
  /* font-size: 20px; */
  /* letter-spacing: 30px;
  text-indent: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: var(--titleFontColor);
  font-weight: bolder;
  border: 2px solid var(--titleFontColor);
  box-sizing: border-box;
  font-size: 20px;
  position: relative; */
  /* cursor: pointer; */
}

/* #btn::after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background: var(--titleFontColor);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
} */

.btnConfirm {
  /* display: block; */
  margin-top: 30px;
  text-align: left;
}

#privacypolicyText {
  margin-top: 40px;
  padding-top: 40px;
  /* border-top: 1px solid #E0E0E0; */
}

/* #privacypolicyText small {
  display: block;
  line-height: 1.7;
} */

#privacypolicyText small span {
  font-weight: bold;
}

/* #privacypolicyText small a {
  color: var(--titleFontColor);
  text-decoration: underline;
} */

/* .error {
  flex: 1 1 100%;
  font-size: 1.1em;
  color: red;
} */





#membershipContainer {
  padding: 80px 0 80px;
  /* background: var(--secondaryColor);
  position: relative; */
}

.membershipBack {
  width: 443.0752px;
  max-width: none;
  /* position: absolute; */
  top: -50px;
  left: auto;
  right: -290px;
}

.membershipContents {
  width: 100%;
  /* max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1; */
}

#membershipContainer .title {
  width: 90%;
  margin: 0 auto;
}

.membershipImg {
  margin-top: 25px;
}

.membershipContents .contentsText {
  width: 90%;
  margin: 24px auto 0;
}

.contentsText h3 {
  /* font-size: 22px; */
  line-height: 1.6;
}

/* .contentsText p {
  margin-top: 13px;
}

.membershipContents .contentsText p {
  display: flex;
  gap: 0 30px;
} */

/* .membershipContents .contentsText span {
  flex: 0 1 100%;
} */






#benefitsContainer {
  padding: 76px 0 90px;
  /* overflow: hidden; */
}

/* #benefitsContainer .title {
  text-align: center;
} */

/* .benefitsContents {
  width: 100%;
  max-width: 1024px; */
  /* margin: 0 auto;
  position: relative; */
/* } */

.benefitsBack1 {
  width: 545.2781px;
  max-width: none;
  /* position: absolute; */
  top: -445px;
  left: -325px;
}

.benefitsBack2 {
  width: 574.6044px;
  max-width: none;
  /* position: absolute; */
  bottom: -185px;
  right: -350px;
  /* transform: rotate(180deg); */
}

.benefitsBack3 {
  display: none;
  /* width: 2000px;
  max-width: none;
  position: absolute;
  left: -970px;
  bottom: -860px; */
}

.benefits {
  margin-top: 120px;
  /* position: relative; */
  /* display: flex; */
  /* align-items: flex-start; */
  gap: 26px 0;
  /* flex-direction: column-reverse; */
}

.benefits:first-of-type {
  margin-top: 110px;
}

.benefits .contentsText {
  /* flex: 0 1 auto;
  width: 90%; */
  margin: 0 auto;
}

.benefits .contentsText small {
  /* display: block; */
  margin-top: 20px;
}

.benefitsImg {
  width: 77%;
}

.benefitsNumber {
  font-size: 140px;
  /* letter-spacing: -10px;
  line-height: 1; */
  /* color: #313B54;
  position: absolute; */
  top: -85px;
  right: 2%;
  z-index: -1;
}

/* .benefits:nth-of-type(even) {
  flex-direction: column-reverse;
  align-items: flex-end;
} */

.benefits:nth-of-type(even) .benefitsNumber {
  top: -85px;
  left: 2%;
  /* right: auto; */
}

.benefits4 {
  gap: 26px 0;
}

.benefits4 .contentsText {
  flex: 0 1 auto;
}

/* .benefits4 h3 {
  text-indent: -10px;
}

.benefits4 h3 span {
  letter-spacing: -12px;
} */

.benefits4 .contentsText p {
  width: 100%;
}







#networkContainer {
  padding: 76px 0 130px;
  /* background: #fff; */
}

/* .networkTitleText { */
  /* width: 90%;
  max-width: 900px;
  margin:  0 auto;
  color: #000; */
  /* display: block; */
  /* gap: 0 70px; */
/* } */

/* .networkTitleText .title {
  flex: 0 1 425px;
} */

/* .networkTitleText > p {
  margin-top: 30px; */
  /* flex: 0 1 405px; */
/* } */

/* .networkContents {
  width: 84%; */
  /* max-width: calc(50% + 450px); */
  /* margin: 50px auto 0;
} */

.slick-arrow {
  width: 15px;
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; */
}

/* .slick-prev {
  left: -6%;
}

.slick-next {
  left: auto;
  right: -6%;
} */

.slick-dots {
  /* position: absolute; */
  bottom: -50px;
  left: 50%;
  /* transform: translateX(-50%);
  display: flex; */
  gap: 0 15px;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  /* border-radius: 50%;
  background: #E0E0E0;
  cursor: pointer;
  transition: 0.3s; */
}

/* .slick-dots li.slick-active {
  background: #000;
}

.slick-dots button {
  display: none;
} */

.network {
  width: 460px;
  max-width: 80vw;
  margin-right: 54px;
  /* position: relative; */
}

.network a {
  display: block;
  height: 100%;
  position: relative;
}

.network img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transition: 0.3s; */
}

.networkText {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}

.networkText dt {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.5;
}

.network:hover img {
  filter: brightness(40%);
}

.network:hover .networkText {
  opacity: 1;
}



}