html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.bth {
  width: 60px;
  position: fixed;
  right: 12px;
  top: 72px;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s;
}

.modal {
  display: none;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(4px);
  overflow-y: auto;
}

.modal .form {
  position: relative;
  box-sizing: border-box;
  color: white;
  padding: 5%;
  width: 90%;
  height: max-content;
  margin: 5vh auto;
  background-color: black;
}

.modal .form #close_button {
  width: 36px;
  height: 36px;
  z-index: 7;
  fill: white;
  top: 8px;
  right: 8px;
  position: absolute;
  cursor: pointer;
}

.modal .form .toi {
  width: 100%;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 0 12px;
  position: relative;
}

.modal .form .toi .toi_value {
  height: 24px;
  display: inline;
  color: black;
  font-size: small;
  cursor: pointer;
}

.modal .form .toi .toi_value span {
  margin: 0 4px;
}

.modal .form .toi .toi_content {
  display: none;
  position: absolute;
  top: 0px;
  width: 100%;
  color: black;
  background-color: #eee;
  flex-direction: column;
  z-index: 2;
  gap: 2px;
}

.modal .form .toi .toi_content .toi_value {
  display: block;
  cursor: pointer;
}

.modal .form .toi .toi_content .toi_value:hover {
  background-color: #ddd;
}

.modal .form input {
  height: 24px;
  border: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 12px;
  background-color: rgba(255, 255, 255, 0.8);
}

.modal .form input:focus {
  outline: none;
  background-color: white;
}

.modal .form textarea {
  width: 100%;
  height: 75px;
}

.modal .form button {
  padding: 4px 12px;
  margin: 8px 0;
  cursor: pointer;
}

.modal .form h3 {
  margin: 0;
}

.modal .form .warn {
  margin-bottom: 12px;
  opacity: 0.75;
  min-height: 24px;
}

.modal .form .text-end {
  color: yellow;
  font-size: larger;
  font-weight: bold;
}

.modal .form .text-small {
  font-size: small;
}

.modal .form .close {
  width: max-content;
  margin: auto;
}

.modal .form p {
  margin: 0 0 4px;
}

.modal .form p span {
  color: yellow;
}

.icons {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  background-color: silver;
  display: flex;
  justify-content: center;
  width: 100%;
}

.icons svg,
.icons img {
  display: block;
  width: 36px;
  height: 36px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: black;
}

.icons svg:hover {
  fill: #888;
}

.channel {
  position: fixed;
  bottom: 15vh;
  left: 5%;
  width: 30%;
  max-width: 150px;
  background-color: white;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 12px;
}

.channel img {
  width: 100%;
}

.time {
  position: fixed;
  width: 90%;
  left: 5%;
  height: 50px;
  background-color: white;
  border: 2px solid black;
  margin: auto auto 0;
  display: flex;
  bottom: 5vh;
  z-index: 5;
  font-size: 11px;
}

.time div {
  width: 50%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
}

.time div:nth-child(1) {
  background-color: black;
  color: white;
}

.time div:nth-child(2) {
  cursor: pointer;
  transition: all 0.2s;
}

.time div:nth-child(2) a {
  right: 0;
  width: 100%;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: inherit;
  display: block;
}

.time div:nth-child(2):hover {
  background-color: black;
  color: white;
}

.time img {
  height: 35px;
  right: -50px;
  margin-top: 10px;
  display: block;
}

.time img:nth-child(3) {
  right: -90px;
}

.layout-one {
  background-image: url("public/square_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100vh;
  top: 0;
  overflow: hidden;
  position: sticky;
  z-index: -1;
  transition: all 0.25s;
}

.layout-one img {
  width: 70vw;
  position: absolute;
  top: 20vh;
  left: 15vw;
}

.layout-one .blur {
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.layout_two {
  position: relative;
  height: max-content;
}

.layout_two .main-content {
  width: 90%;
  max-width: 575px;
  margin: auto;
  position: relative;
}

.layout_two .main-content .content {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px;
  z-index: 1;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
}

.layout_two .main-content .content h1 {
  font-size: 25px;
  line-height: 1.75;
  font-weight: 400;
}

.layout_two .main-content .content p {
  font-size: 15px;
  line-height: 2;
}

.layout_two .content-one {
  width: 100%;
  height: 100vh;
  background-image: url("public/square_7.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.layout_two .content-two {
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 1;
}

.layout_two .content-two .part-one {
  width: 100%;
  position: sticky;
  top: -400px;
  z-index: 10;
}

.layout_two .content-two .part-one img {
  color: black;
  width: 100%;
  margin: auto;
  display: block;
  padding: 50px 0 0;
  max-width: 575px;
}

.layout_two .content-two .part-one .content {
  max-width: 768px;
  margin: auto;
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 400px;
}

.layout_two .content-two .part-one .content .left {
  line-height: 1.75;
  padding: 24px;
  max-width: 575px;
}

.layout_two .content-two .part-one .content .right {
  padding: 24px;
}

.layout_two .content-two .part-one .content .right h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  margin: 0;
}

.layout_two .content-two .part-one .content .right h5 {
  font-size: 15px;
  margin: 0;
}

.layout_two .content-two .part-two {
  position: sticky;
  width: 100%;
  background-color: black;
  z-index: 20;
}

.layout_two .content-two .part-two .two-one {
  width: 100%;
  height: 150vh;
  background-image: url("public/top_3.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 4;
}

.layout_two .content-two .part-two .two-one .content-two-one {
  border-radius: 8px;
  box-sizing: border-box;
  width: 100%;
  max-width: 325px;
  margin: 0 4px 0 auto;
  padding: 48px;
  background-color: rgba(255, 255, 255, 0.8);
}

.layout_two .content-two .part-two .two-one .content-two-one h1 {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.75;
}

.layout_two .content-two .part-two .two-one .content-two-one p {
  font-size: 15px;
  line-height: 2;
}

.layout_two .content-two .part-two .two-one .title {
  position: absolute;
  bottom: 1%;
  left: 0;
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-shadow: 0px 0px 4px #444;
}

.layout_two .content-two .part-three {
  width: 100%;
  position: sticky;
  margin-top: -1px;
  z-index: 30;
}

.layout_two .content-two .part-three .three_zero {
  position: sticky;
  width: 100%;
  height: calc(1080px * 2);
  background-color: black;
  top: calc(-150vh);
}

.layout_two .content-two .part-three .three_zero .two-two {
  height: 540px;
  position: relative;
  overflow: hidden;
}

.layout_two .content-two .part-three .three_zero .two-two .img1 {
  position: relative;
  width: 275px;
  aspect-ratio: 2;
  position: absolute;
  background-color: #444;
  top: 15%;
  left: calc((40vw - 175px));
  overflow: hidden;
}

.layout_two .content-two .part-three .three_zero .two-two .img1 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout_two .content-two .part-three .three_zero .two-two .img2 {
  overflow: hidden;
  position: relative;
  width: 25vw;
  max-width: 175px;
  aspect-ratio: 1;
  position: absolute;
  background-color: #444;
  top: 5%;
  left: auto;
  right: calc((25vw - 75px));
}

.layout_two .content-two .part-three .three_zero .two-two .img2 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout_two .content-two .part-three .three_zero .two-two .img3 {
  overflow: hidden;
  position: relative;
  width: 275px;
  aspect-ratio: 1;
  position: absolute;
  background-color: #444;
  top: 275px;
  left: auto;
  right: calc((40vw - 175px));
}

.layout_two .content-two .part-three .three_zero .two-two .img3 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout_two .content-two .part-three .three_zero .two-two .img5 {
  aspect-ratio: 3/2 !important;
}

.layout_two .content-two .part-three .three_zero .two-three {
  max-width: 1200px;
  margin: auto;
}

.layout_two .content-two .part-three .three_zero .two-three .img6 {
  width: 50%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.layout_two .content-two .part-three .three_zero .two-three .img6 img {
  width: 100%;
}

.layout_two .content-two .part-three .three_zero .two-three .left {
  color: white;
  padding: 48px;
  display: none;
}

.layout_two .content-two .part-three .three_zero .two-three .left h1 {
  font-size: 20px;
}

.layout_two .content-two .part-three .three_zero .two-three .left p {
  font-size: 15px;
  line-height: 2;
}

.layout_two .content-two .part-three .three_zero .content {
  display: flex;
  flex-direction: column-reverse;
  color: white;
  width: 100%;
  gap: 48px;
  padding: 0 48px 48px;
  box-sizing: border-box;
  padding-bottom: 270px;
}

.layout_two .content-two .part-three .three_zero .content .left h1 {
  font-size: 20px;
}

.layout_two .content-two .part-three .three_zero .content .left p {
  font-size: 15px;
  line-height: 2;
}

.layout_two .content-two .part-three .three_zero .content .right h1 {
  margin: 0;
  font-size: 10vw;
}

.layout_two .content-two .part-three .three-one {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: white;
  overflow: hidden;
}

.layout_two .content-two .part-three .three-one .three-main-content {
  width: 100%;
}

.layout_two .content-two .part-three .three-one .three-main-content .image {
  width: 100%;
  position: relative;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 50px 0 0;
  overflow: hidden;
}

.layout_two .content-two .part-three .three-one .three-main-content .image .image_slide {
  width: 100%;
  position: absolute;
  object-fit: contain;
}

.layout_two .content-two .part-three .three-one .three-main-content .image .svg {
  width: 36px;
  height: 36px;
  fill: #aaa;
  border: 1px solid #aaa;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  margin: 5px auto;
  position: relative;
  z-index: 1;
}

.layout_two .content-two .part-three .three-one .three-main-content .image .svg:hover {
  fill: #888;
  border-color: #888;
}

.layout_two .content-two .part-three .three-one .three-main-content .title {
  letter-spacing: 5px;
  font-size: 10vw;
  font-weight: 700;
  padding: 48px;
}

.layout_two .content-two .part-three .three-one .three-main-content .text {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5%;
  box-sizing: border-box;
}

.layout_two .content-two .part-three .three-one .three-main-content .text h1 {
  font-weight: normal;
  line-height: 1.75;
  font-weight: 25px;
}

.layout_two .content-two .part-three .three-one .three-main-content .text p {
  font-size: 15px;
  line-height: 1.75;
}

.layout_two .content-two .part-four {
  width: 100%;
  position: sticky;
  background: white;
  margin-top: -1px;
  z-index: 40;
}

.layout_two .content-two .part-four .four-main-content {
  padding-bottom: 50px;
}

.layout_two .content-two .part-four .four-main-content .title h1 {
  font-size: 10vw;
  margin: 0;
  padding: 48px;
  font-weight: 700;
}

.layout_two .content-two .part-four .four-main-content .image {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 90%;
  aspect-ratio: 1;
  margin: auto;
}

.layout_two .content-two .part-four .four-main-content .image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.layout_two .content-two .part-four .four-main-content .text {
  width: 90%;
  margin: 100px auto 0px;
}

.layout_two .content-two .part-four .four-main-content .text h2 {
  font-size: 30px;
  width: max-content;
  border-bottom: 5px solid black;
  margin: auto auto 25px;
}

.layout_two .content-two .part-four .four-main-content .text img {
  width: 100%;
}

.layout_two .content-two .part-four .four-main-content .text p {
  width: max-content;
  margin: 10px auto 0;
}

.layout_two .content-two .part-four .four-main-content .text .map-content {
  width: 100%;
}

.layout_two .content-two .part-four .four-main-content .text .h-12 {
  height: 48px;
}

.layout_two .content-two .part-five {
  position: sticky;
  width: 100%;
  background-color: #444;
  z-index: 50;
}

.layout_two .content-two .part-five .content {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.layout_two .content-two .part-five .content .five_one {
  width: 100%;
  box-sizing: border-box;
  padding: 10% 5%;
  text-align: center;
}

.layout_two .content-two .part-five .content .five_one img {
  width: 320px;
}

.layout_two .content-two .part-five .content .five_two {
  width: 100%;
  color: white;
}

.layout_two .content-two .part-five .content .five_two h2,
.layout_two .content-two .part-five .content .five_two h3 {
  width: 75%;
  margin: auto;
}

.layout_two .content-two .part-five .content .five_two h2 {
  margin-bottom: 24px;
  font-size: 1.75rem;
}

.layout_two .content-two .part-five .content .five_two h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.layout_two .content-two .part-five .content .five_two a {
  display: block;
  width: 75%;
  margin: 12px auto;
}

.layout_two .content-two .part-five .content .five_two a svg {
  width: 36px;
  height: 36px;
  fill: white;
}

.layout_two .content-two .part-five .content .five_three {
  width: 100%;
  color: white;
}

.layout_two .content-two .part-five .content .five_three h2,
.layout_two .content-two .part-five .content .five_three p {
  width: 75%;
  margin: auto;
}

.layout_two .content-two .part-five .content .five_three h2 {
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.layout_two .content-two .part-five .content .five_three p {
  font-size: 1.25rem;
}

.layout_two .content-two .part-five .content .five_four {
  width: 100%;
  color: white;
}

.layout_two .content-two .part-five .content .five_four h2,
.layout_two .content-two .part-five .content .five_four p {
  margin: auto;
  width: 75%;
}

.layout_two .content-two .part-five .content .five_four h2 {
  margin-bottom: 12px;
  line-height: 1;
}

.layout_two .content-two .part-five .content .five_four a {
  display: block;
  margin: 12px 0;
  width: 75%;
  color: inherit !important;
  text-decoration: none;
}

.layout_two .content-two .part-five .content .five_four a svg {
  width: 36px;
  height: 36px;
  fill: white;
}

.layout_two .content-two .part-five .content .five_four .privacy_text {
  padding: 100px 0 125px;
}

.layout_two .content-two .part-five P {
  margin: 0;
}

.layout_two .content-two .part-eight {
  position: sticky;
  z-index: 80;
  background-color: white;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

.layout_two .content-two .part-eight .image {
  width: 100%;
}

.layout_two .content-two .part-eight .image img {
  width: 100%;
}

.layout_two .content-two .part-eight .text {
  width: 100%;
  max-width: 575px;
  margin: auto;
}

.layout_two .content-two .part-eight .text .title {
  margin: 0;
}

.layout_two .content-two .part-eight .text .title h1 {
  margin: 0;
  line-height: 1.05;
  padding-bottom: 50px;
}

.layout_two .content-two .part-eight .text h1 {
  text-align: left;
}

.layout_two .content-two .part-eight .text p {
  margin: 0;
  line-height: 1.75;
}

.layout_two .content-two .part-eight .text .button {
  margin: 20px auto;
  height: 40px;
  width: 200px;
  border: 1px solid #444;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  font-weight: bold;
}

.layout_two .content-two .part-eight .text .button a {
  text-decoration: none;
  color: inherit;
}

.layout_two .content-two .part-eight .text .button:active {
  background-color: black;
  color: white;
}

.layout_two .content-two .part-eight .four-main-content .flex-col {
  display: flex;
  flex-direction: column-reverse;
}

.layout_two .content-two .part-eight .four-main-content .flex-col .image {
  position: relative;
}

.layout_two .content-two .part-eight .four-main-content .flex-col .image #image_eight .flex-slide {
  display: flex;
  padding: 50px 0;
}

.layout_two .content-two .part-eight .four-main-content .flex-col .image #image_eight .flex-slide .slide-image {
  width: 50%;
  aspect-ratio: 1;
}

.layout_two .content-two .part-eight .four-main-content .flex-col .image #image_eight .flex-slide .slide-image .screen {
  width: 50%;
  border-radius: 25px;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.layout_two .content-two .part-eight .four-main-content .flex-col .image #image_eight .flex-slide .slide-image .screen img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.layout_two .content-two .part-eight .four-main-content .flex-col .image #image_eight .flex-slide .slide-image .screen img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 5%;
  object-fit: contain;
  width: 90%;
  height: 100%;
  z-index: 0;
}

.layout_two .content-two .part-eight .four-main-content .flex-col .image #image_eight .flex-slide .slide-image .screen h1,
.layout_two .content-two .part-eight .four-main-content .flex-col .image #image_eight .flex-slide .slide-image .screen p {
  position: absolute;
  top: 0;
}

.layout_two .content-two .part-eight .four-main-content .flex-col .image #image_eight .flex-slide .slide-content {
  width: 50%;
}

.layout_two .content-two .part-eight .four-main-content .flex-col .image #image_eight .flex-slide .slide-content p {
  line-height: 2;
}

.layout_two .content-two .part-eight .four-main-content .flex-col .image #image_eight .flex-slide .slide-content p b {
  font-size: 125%;
  display: block;
  margin-bottom: 5%;
}

.layout_two .content-two .part-eight .four-main-content .flex-col .image h1 span {
  font-size: smaller;
}

.layout_two .content-two .part-eight .four-main-content .flex-col .image svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  opacity: 0.15;
  border-radius: 51%;
  border: 2px solid black;
}

.layout_two .content-two .part-eight .four-main-content .flex-col .image svg:nth-child(3) {
  transform: rotate(180deg);
  left: auto;
  right: 51%;
}

.layout_two .content-two .part-eight .four-main-content .flex-col .image_plus {
  width: 100%;
  max-width: 375px;
  margin: auto;
  text-align: center;
}

.layout_two .content-two .part-eight .four-main-content .flex-col .text {
  width: 100%;
  max-width: 375px;
  margin: auto;
  text-align: center;
}

.layout_two .content-two .part-ten {
  position: sticky;
  z-index: 10;
  background-color: white;
  max-width: 768px;
  padding: 250px 5%;
  margin: 0 auto;
}

.layout_three {
  position: sticky;
  width: 100%;
  background-color: #222;
  z-index: 9;
}

.layout_three .content {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.layout_three .content .five_one {
  width: 100%;
  box-sizing: border-box;
  padding: 10% 5%;
  text-align: center;
}

.layout_three .content .five_one img {
  width: 320px;
}

.layout_three .content .five_two {
  width: 100%;
  color: white;
}

.layout_three .content .five_two h2,
.layout_three .content .five_two h3 {
  width: 75%;
  margin: auto;
}

.layout_three .content .five_two h2 {
  margin-bottom: 24px;
  font-size: 1.75rem;
}

.layout_three .content .five_two h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.layout_three .content .five_two h3 a {
  display: inline;
  color: inherit !important;
  text-decoration: none;
}

.layout_three .content .five_two a {
  display: block;
  width: 75%;
  margin: 12px auto;
}

.layout_three .content .five_two a svg {
  width: 36px;
  height: 36px;
  fill: white;
}

.layout_three .content .five_three {
  width: 100%;
  color: white;
}

.layout_three .content .five_three h2,
.layout_three .content .five_three p {
  width: 75%;
  margin: auto;
}

.layout_three .content .five_three h2 {
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.layout_three .content .five_three p {
  font-size: 1.25rem;
}

.layout_three .content .five_four {
  width: 100%;
  color: white;
}

.layout_three .content .five_four h2,
.layout_three .content .five_four p {
  margin: auto;
  width: 75%;
}

.layout_three .content .five_four h2 {
  margin-bottom: 12px;
  line-height: 1;
}

.layout_three .content .five_four a {
  display: block;
  margin: 12px 0;
  width: 75%;
  color: inherit !important;
  text-decoration: none;
}

.layout_three .content .five_four a svg {
  width: 36px;
  height: 36px;
  fill: white;
}

.layout_three .content .five_four #click_button {
  cursor: pointer;
}

.layout_three .content .five_four .privacy_text {
  padding: 100px 0 25px;
}

.layout_three P {
  margin: 0;
}

@media (min-width: 575px) {
  .time {
    max-width: 375px;
    left: calc(100vw/2 - 375px/2);
    font-size: 13px;
  }
  .layout-one img {
    top: 15vh;
    max-width: 375px;
  }
  .layout_two .main-content .content {
    padding: 75px;
  }
  .layout_two .main-content .content h1 {
    font-size: 40px;
  }
  .layout_two .main-content .content p {
    font-size: 20px;
  }
  .layout_two .content-two .part-two .two-one .content-two-one {
    max-width: 375px;
  }
  .layout_two .content-two .part-two .two-one .content-two-one h1 {
    font-size: 40px;
  }
  .layout_two .content-two .part-two .two-one .content-two-one p {
    font-size: 20px;
  }
  .layout_two .content-two .part-three .three-one .three-main-content .image {
    width: 90%;
  }
  .layout_two .content-two .part-three .three-one .three-main-content .text {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 50%;
  }
  .layout_two .content-two .part-four .four-main-content .image {
    margin: auto 5%;
  }
  .layout_two .content-two .part-four .four-main-content .text {
    max-width: 375px;
    margin: auto;
    padding: 50px 10%;
  }
  .layout_three .content .five_two,
  .layout_three .content .five_three {
    width: 50%;
  }
  .layout_three .content .five_four h2,
  .layout_three .content .five_four h3,
  .layout_three .content .five_four p,
  .layout_three .content .five_four a {
    width: calc(100%*7/8);
  }
}

@media (min-width: 768px) {
  .modal .form {
    width: 60%;
  }
  .time {
    max-width: 575px;
    left: calc(100vw/2 - 575px/2);
    font-size: medium;
  }
  .layout-one img {
    left: 25vh;
  }
  .layout_two .content-two .part-one .content {
    flex-direction: row;
  }
  .layout_two .content-two .part-one .content .left p {
    width: 100%;
    margin: 10px auto auto auto;
    font-size: 20px;
  }
  .layout_two .content-two .part-two .two-one .title {
    font-size: 100px;
  }
  .layout_two .content-two .part-three .three_zero {
    height: calc(1080px * 1.75);
    top: calc(-150vh);
  }
  .layout_two .content-two .part-three .three_zero .two-three {
    display: flex;
  }
  .layout_two .content-two .part-three .three_zero .two-three .left {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 50%;
  }
  .layout_two .content-two .part-three .three_zero .content {
    flex-direction: row;
    transform: translateY(-50px);
  }
  .layout_two .content-two .part-three .three_zero .content .left {
    width: 50%;
    transform: translateY(-50%);
    padding: 5%;
    display: none;
  }
  .layout_two .content-two .part-three .three_zero .content .left h1 {
    font-size: 25px;
  }
  .layout_two .content-two .part-three .three_zero .content .left p {
    font-size: 15px;
  }
  .layout_two .content-two .part-three .three_zero .content .right {
    width: 50%;
  }
  .layout_two .content-two .part-three .three_zero .content .right h1 {
    font-size: 60px;
  }
  .layout_two .content-two .part-three .three-one .three-main-content {
    height: max-content;
  }
  .layout_two .content-two .part-three .three-one .three-main-content .title {
    font-size: 60px;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 5vw;
    left: 0vw;
    z-index: 1;
  }
  .layout_two .content-two .part-three .three-one .three-main-content .image {
    width: 70%;
  }
  .layout_two .content-two .part-three .three-one .three-main-content .text {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .layout_two .content-two .part-four .four-main-content {
    position: relative;
    padding: 50px 0 0px;
    height: calc(1080px * 1.35);
  }
  .layout_two .content-two .part-four .four-main-content .title {
    position: absolute;
    right: 2.5%;
    z-index: 1;
    bottom: 0;
  }
  .layout_two .content-two .part-four .four-main-content .title h1 {
    font-size: 75px;
    box-sizing: border-box;
    padding: 0%;
  }
  .layout_two .content-two .part-four .four-main-content .image {
    position: sticky;
    top: 5%;
    max-width: unset;
    width: 45%;
    margin: 0 0 0 5%;
    max-width: 575px;
  }
  .layout_two .content-two .part-four .four-main-content .text {
    max-width: 575px;
    position: absolute;
    padding: 50px 5% 125px;
    top: 50px;
    width: 45%;
    right: 2.5%;
    box-sizing: border-box;
    margin: 0;
    background: #eee;
  }
  .layout_three .content .five_two h2,
  .layout_three .content .five_two h3,
  .layout_three .content .five_two p,
  .layout_three .content .five_two a,
  .layout_three .content .five_three h2,
  .layout_three .content .five_three h3,
  .layout_three .content .five_three p,
  .layout_three .content .five_three a {
    width: 50%;
  }
  .layout_three .content .five_four h2,
  .layout_three .content .five_four h3,
  .layout_three .content .five_four p,
  .layout_three .content .five_four a {
    width: calc(100%*6/8);
  }
}

@media (min-width: 992px) {
  .icons {
    display: flex;
    top: inherit;
    bottom: 5vh;
    height: max-content;
    width: max-content;
    left: calc(50vw + 300px);
    background-color: inherit;
  }
  .icons svg:nth-child(3) {
    width: 56px;
    height: 56px;
    padding: 4px 12px;
  }
  .modal .form {
    width: 40%;
  }
  .layout-one {
    height: 1620px;
    top: calc(100vh - 1620px);
  }
  .layout_two .main-content .content {
    background-color: white;
  }
  .layout_two .content-two .part-two .content-two-one {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .layout_two .content-two .part-three .three_zero {
    height: calc(1080px * 2.5);
    top: calc(-190vh);
  }
  .layout_two .content-two .part-three .three_zero .two-two {
    height: 810px;
    position: relative;
    overflow: hidden;
  }
  .layout_two .content-two .part-three .three_zero .two-two .img1 {
    position: relative;
    width: 575px;
    aspect-ratio: 2;
    position: absolute;
    background-color: #444;
    top: 25%;
    left: calc((40vw - 575px));
    overflow: hidden;
  }
  .layout_two .content-two .part-three .three_zero .two-two .img1 img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .layout_two .content-two .part-three .three_zero .two-two .img2 {
    overflow: hidden;
    position: relative;
    width: 375px;
    max-width: inherit;
    aspect-ratio: 3/2;
    position: absolute;
    background-color: #444;
    top: 5%;
    left: auto;
    right: calc((25vw - 375px));
  }
  .layout_two .content-two .part-three .three_zero .two-two .img2 img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .layout_two .content-two .part-three .three_zero .two-two .img3 {
    overflow: hidden;
    position: relative;
    width: 375px;
    aspect-ratio: 1;
    position: absolute;
    background-color: #444;
    top: 375px;
    left: auto;
    right: calc((40vw - 375px));
  }
  .layout_two .content-two .part-three .three_zero .two-two .img3 img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .layout_two .content-two .part-three .three_zero .two-two .img4 {
    width: 768px;
    top: 10%;
  }
  .layout_two .content-two .part-three .three_zero .two-two .img5 {
    width: 575px;
    bottom: 0px;
    right: calc((40vw - 575px));
  }
  .layout_two .content-two .part-three .three_zero .content {
    max-width: 1200px;
    margin: auto;
  }
  .layout_two .content-two .part-three .three_zero .content .left {
    padding: 10%;
  }
  .layout_two .content-two .part-three .three-one .three-main-content {
    max-width: 1200px;
    margin: auto;
    position: relative;
  }
  .layout_two .content-two .part-three .three-one .three-main-content .text {
    max-width: 575px;
    margin: auto;
    height: max-content;
    border-radius: 8px;
    left: 30vw;
  }
  .layout_two .content-two .part-three .three-one .three-main-content .text h1 {
    font-size: 40px;
  }
  .layout_two .content-two .part-three .three-one .three-main-content .text p {
    font-size: 20px;
  }
  .layout_two .content-two .part-four .four-main-content {
    max-width: 1200px;
    margin: auto;
    height: calc(1080px * 1.5);
  }
  .layout_two .content-two .part-four .four-main-content .title h1 {
    font-size: 90px;
  }
  .layout_two .content-two .part-four .four-main-content .image {
    max-width: 600px;
    margin: auto 50vw auto auto;
  }
  .layout_two .content-two .part-four .four-main-content .text {
    padding: 50px 7.5% 125px;
  }
  .layout_two .content-two .part-four .four-main-content .text p {
    font-size: 20px;
  }
  .layout_two .content-two .part-six,
  .layout_two .content-two .part-eight {
    max-width: 1200px;
    margin: auto;
  }
  .layout_two .content-two .part-six .title_plus h1,
  .layout_two .content-two .part-eight .title_plus h1 {
    width: max-content !important;
  }
  .layout_two .content-two .part-six .flex-col,
  .layout_two .content-two .part-eight .flex-col {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
  }
  .layout_two .content-two .part-six .flex-col .image_plus,
  .layout_two .content-two .part-eight .flex-col .image_plus {
    box-sizing: border-box;
    padding: 0 7.5%;
    margin-top: 50px;
    max-width: 768px !important;
  }
  .layout_two .content-two .part-six .flex-col .image_plus h1,
  .layout_two .content-two .part-eight .flex-col .image_plus h1 {
    text-align: left;
  }
  .layout_two .content-two .part-six .flex-col .text,
  .layout_two .content-two .part-eight .flex-col .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .layout_two .content-two .part-six .flex-col .text p,
  .layout_two .content-two .part-eight .flex-col .text p {
    text-align: left;
  }
  .layout_two .content-two .part-eight .four-main-content .title h1 {
    width: 50px;
    font-size: 60px;
  }
  .layout_two .content-two .part-eight .four-main-content .flex-col {
    flex-direction: row-reverse;
  }
  .layout_two .content-two .part-eight .four-main-content .flex-col .text p {
    line-height: 2.5;
  }
  .layout_three .content .five_two,
  .layout_three .content .five_three,
  .layout_three .content .five_four {
    width: calc(100%/3);
  }
  .layout_three .content .five_two h2,
  .layout_three .content .five_two h3,
  .layout_three .content .five_two p,
  .layout_three .content .five_two a,
  .layout_three .content .five_three h2,
  .layout_three .content .five_three h3,
  .layout_three .content .five_three p,
  .layout_three .content .five_three a,
  .layout_three .content .five_four h2,
  .layout_three .content .five_four h3,
  .layout_three .content .five_four p,
  .layout_three .content .five_four a {
    width: calc(100%*11/12);
  }
}

@media (min-width: 1200px) {
  .layout_three .content .five_two h2,
  .layout_three .content .five_two h3,
  .layout_three .content .five_two p,
  .layout_three .content .five_two a,
  .layout_three .content .five_three h2,
  .layout_three .content .five_three h3,
  .layout_three .content .five_three p,
  .layout_three .content .five_three a {
    width: calc(50%);
  }
}
