@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);


html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	line-height: 1.8;
	color: #333333;
	background-color: #F1F7F9;
}

p {
	font-weight: 300;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}
h2 {
	/*margin-bottom: 200px*/
}

img {
	width: 100%;
}

.inner {
	/*background: orange;*/
	width: 1280px;
	/*padding: 0px 40px;*/
	margin: 0 auto;
	box-sizing: border-box;
}


/*header area*/
header {
	width: 100%;
	height: 100px;
	padding: 0px 40px;
	align-items: center;
	justify-content: space-between;
	background: transparent;
	transition: background 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

/* Scroll after header style */
header.scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

header h1 {
	width: 240px;
	margin-top: 16px;
}

header nav ul {
	display: flex;
}

header nav ul li a {
	margin-left: 20px;
	color: #333;
}

/* footer area*/
footer {
	width: 100%;
	height: 990px;
	background: white;
	position: relative;
}
footer .flex_box {
	padding: 100px 18% 0;
	justify-content: space-between;
}
.footer_logo {
	width: 200px;
	margin: 65px 65px 120px;
}
.corp_info {
	width: 300px;
	font-size: 14px;
	line-height: 4rem;
}
.footer_nav {
	width: 380px;
}
.footer_nav ul {
	width: 385px;
}
.footer_nav ul li {
	display: inline;
	padding-left: 1em;
	font-size: 14px;
	position: relative;
}
.footer_nav ul li a {
	color: #000;
}
.footer_nav ::before {
	content: "・";
	position: absolute;
	left: 0;
	padding-top: 0.4em;
}
footer .inner h3 {
	font-size: 4rem;
	font-weight: 400;
	margin-left: 17.5%;
}
.ft_nav1 {
	margin-right: 35px;
}
.ft_nav2 {
	margin-right: 35px;
}
.ft_nav4 {
	margin-right: 43px;
}
.ft_nav5 {
	margin-right: 38px;
}
.sns_group {
	display: flex;
	gap: 20px;
	margin-left: 60%;
}
.sns_group img {
	width: 45px;
	height: 45px;
}
.copyright {
	font-size: 20px;
	margin-top: 110px;
	margin-left: 18%;
}
.copyright p {
	font-weight: 400;
}



/* visual area */
#visual {
	display: flex;
	height: 1180px;
	padding-top: 40px;
	padding-bottom: 40px;
	/*background: url(../images/fv_img1.png) no-repeat center top / cover;*/
	position: relative;
}

#visual h2 {
	font-size: 128px;
	line-height: 24rem;
	color: #D9D9D9;
}

#visual h3 {
	font-size: 32px;
	font-weight: normal;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 250;
}


/*concept area*/
#concept {
	text-align: center;
	/*background: #FFFF00;*/
	position: relative;
}
#concept .inner p {
	width: 780px;
	margin: 0px auto;
}

/*Ex area*/
#Ex {
	position: relative;
}

.ex {
	display: flex;
	align-items: center;
	width: 1000px;
	height: 420px;
	margin: 140px auto;
	padding: 40px 62px;
	box-sizing: border-box;
	border: solid 4px;
	border-color: rgba(255, 255, 255, 1);
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.6);
}

.ex.right {
	margin-right: auto;
	transform: translate(40px);
}

.ex.left {
	margin-right: auto;
	transform: translate(-40px);
}
.p_exprain {
	margin: 0;
	padding: 0px 20px;
}

#Ex .inner .ex h3 {
	font-family: 'Alexandria', sans-serif;
	font-size: 72px;
	font-weight: 300;
	background: linear-gradient(
		135deg,
		rgba(64, 165, 222, 1),
		rgb(255, 40, 130)
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#Ex .inner .ex h4 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 350;
}


.img_fluid {
	width: 678px;
	margin-left: -230px;
	margin-top: -240px;
}

.img_fluid2 {
	width: 678px;
	margin-right: -230px;
	margin-top: -190px;
}


/*show char area*/
#char_show {
	position: relative;
}
.show_char {
	display: flex;
	height: 635px;
	width: 1180px;
	margin: 0 auto;
	justify-content: space-between;
	box-sizing: border-box;
	border: solid 4px;
	border-color: rgba(255, 255, 255, 1);
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.6);
	overflow: hidden;
	position: relative;
}

.char_text_slider {
	width: 480px;
  flex: 0 0 480px; 
	margin-top: 80px;	
	margin-left: 60px;
}

.char_text_slider h2 {
	font-family: 'Alexandria', sans-serif;
	margin-bottom: 30px;
	font-size: 4rem;
	font-weight: 300;
}

.char_text_slider h3 {
	font-family: 'Alexandria', sans-serif;
	margin-bottom: 15px;
	font-size: 2.5rem;
	font-weight: normal;
}


.show_char .bx-wrapper:first-of-type .bx-viewport {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
}



.bx-wrapper {
    max-width: none;
}


/* テキスト側 bxSlider 幅固定 */
.show_char .char_text_slider + .bx-wrapper,
.show_char .bx-wrapper:first-of-type {
    flex: 0 0 480px;
    width: 480px !important;
    max-width: 480px !important;
    margin: 0;
    margin-top: 80px;
    margin-left: 60px;
    flex-shrink: 0;
}

.show_char .bx-wrapper:first-of-type {
    overflow: visible;
}

/* 画像側 bxSlider 幅固定 */
.show_char .char_image_slider + .bx-wrapper,
.show_char .bx-wrapper:last-of-type {
    flex: 0 0 700px;
    width: 700px !important;
    max-width: 700px !important;
    margin: 0;
    margin-top: 0;
    margin-left: 0;
}

.char_image_slider {
  width: 700px;
  flex: 0 0 700px;   /* ←重要 */
}

.show_char .char_image_slider {
	width: 700px;
}

/*.show_charIMG {
	display: flex;
	justify-content: center;
	align-items: center;
}*/

.char_gallery {
	width: 100%;
	height: auto;
}

.show_1 {
	margin-top: 40px;
	margin-left: -10px;
	width: 80%;
}

.show_2 {
	margin-top: -20px;
	margin-left: 0px;
	width: 70%;
}

.show_3 {
	margin-top: 40px;
	width: 100%;
}

.fraction-pager {
  position: absolute;
  bottom: 90px;
  left: 258px;
  font-size: 1.4rem;
  font-family: 'Alexandria', sans-serif;
}

/*process area*/
 #process {
	width: 1280px;
	height: 1000px; /*あとで修正!!!!!*/
	/*background-color: #8DABB8;*/
	position: relative;
}

.process_guid {
	height: 700px;
	width: 1280px;
	position: relative;	
	/*background-color: yellow;*/
}

#lead_wire {
	height: 500px;
	width: 800px;
	margin-top: 140px;
	/*transform: translate(20%);*/
	background-image: url(../images/2x/Union@2x.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	position: absolute;
	/*background-color: red;*/
	left: 50%;
    transform: translateX(-50%);
	z-index: 0;
}

.proce_tag {
	width: 200px;
	position: absolute;
}

.step1 {top: 110px; left: 420px;}
.step2 {top: 130px; left: 1000px;}
.step3 {top: 400px; left: 195px;}
.step4 {top: 565px; left: 940px;}
.step5 {top: 595px; left: 295px;}

.step_text {
	width:265px; 
	height: 160px;
	margin: 240px;
	font-size: 14px;
	position: absolute;
	padding: 60px 40px 40px 40px;
	background: url(../images/text_img.png) no-repeat top center;
	z-index: 15;
}

.step_text p {
	font-weight: 400;
}

.st1 {top: -30px; left: -20px;}
.st2 {top: -10px;left: 500px;}
.st3 {top: 260px; left: -210px;}
.st4 {top: 430px; left: 460px;}
.st5 {top: 420px; left: -140px;}

.text_img {
	width: 330px;
	height: 228px;
	background-image: url(../images/text_img.png);
}

.text_img img {
	width: 330;
	height: 228;
}

.text_img {
	/*width:334; 
	height: 234;*/
}

/*QFA area*/
.question {
	width: 100%;
	display: flex;
  	justify-content: space-between;
	align-items: center;
	padding: 16px 24px;
	margin-top: 40px;
	margin-bottom: 0px;
	border-radius: 10px;
	background-color: #E8F9FF;
	border: solid 2px #fff;
	color: #000;
	font-size: 18px;
	text-align: left;
	cursor: pointer;
}

.q-icon {
  font-size: 2rem;
  display: inline-block;
  transition: transform 0.3s ease;
}

.question.active .q-icon {
  transform: rotate(45deg);
}

.answer {
	display: none;
	padding: 16px 24px;
	background-color: rgba(255, 255, 255, 0.9);
	border: solid 2px #fff;
	border-radius: 0 0 10px 10px;
}

.answer p {
	margin: 0;
}

/*newsletter area*/
#newsletter {
	justify-content: space-between;
	gap: 80px;
	margin-top: 60px;
	width: 100%;
	padding-top: 90px 0px;
	background: rgba(255, 255, 255, 0.6);
	position: relative;
}

#newsletter .inner {
	width: 1280px;
	margin: 0 auto;
}

#newsletter h2 {
	margin-left: 52px;
	margin-bottom: 59px;
	font-weight: 400;
}

.newsletter_wrap {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.newsletter_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #ccc;
  transform: translateX(-50%);
}

.section_title {
	font-size: 4rem;
	margin-bottom: 20px;
}
#newsletter .form_area {
	width: 630px;
	margin-left: 52px;
	align-items: center;
	gap: 20px;
}
#newsletter .form_area input {
	padding: 12px 20px; 
	border-radius: 30px;
	border: 1px solid #ccc;
	font-size: 1.6rem;
}
.check_group {
  display: flex;
  flex-direction: column;
}
#newsletter .form_area button {
	width: 180px;
	height: 45px;
	margin-top: 40px;
	border-radius: 12px;
	border: none;
	background: linear-gradient(135deg, rgba(64, 165, 222, 0.6), rgba(206, 56, 121, 0.6)); 
	color: #fff;
	font-size: 1.6rem;
	cursor: pointer;
}


#newsletter .form_area h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 400;
}

#newsletter .form_area input[type="email"] {
	width: 80%;
	padding: 14px 20px;
	margin-bottom: 40px;
	border-radius: 14px;
	border: solid 2px #ccc;
	font-size: 1.6rem;
	box-sizing: border-box;
}

#newsletter .form_area input[type="checkbox"] {
	margin-bottom: 30px;
}

.form_area label {
	font-size: 14px;
}

.sns_area {
	width: 600px;
	margin-left: 160px;
}

.sns_area iframe {
  max-width: 100%px;
  border: none;
}

.embedsocial-hashtag {
	width: 320px;
}


/*.check_item {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
	gap: 10px;
	font-size: 1.4rem;
}*/

/*section area*/
section {
	padding: 120px 0px;
}
.section_title {
	
}
.section_img {
	width: 435px;
	margin: 0px auto 100px;
}

.section_title_img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/*flex area*/
.flex_box {
	display: flex;
}

/* button area */
.TopButton {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 50px;
	margin-right: 140px;
	border: none;
	border-radius: 30px;
	background: linear-gradient(135deg, rgba(64, 165, 222, 0.6), rgba(206, 56, 121, 0.6));
}

header a {
	font-size: 20px;
	color: white;
}

.fbButton {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 360px;
	height: 80px;
	margin-top: 80px;
	margin-left: 140px;
	border: none;
	border-radius: 50px;
	background-color: #8DABB8;
	background: linear-gradient(135deg, rgba(64, 165, 222, 0.6), rgba(206, 56, 121, 0.6));
}

#visual a {
	font-size: 20px;
	color: white;
}

#newsletter button {
	/*background: linear-gradient(135deg, rgba(64, 165, 222, 0.6), rgba(206, 56, 121, 0.6));*/
}

.page_button {
	width:40px;
	padding: 12px;
	border: none;
	border-radius: 20px;
	background-color: #8DABB8;
}


/*hunberger*/
.menu-btn {
    position: fixed;
	top: 25px;
    right: 20px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 2000;
  }
  .menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 40px;
    background-color: #000000;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .header-nav ul {
    padding: 70px 10px 0;
    display: block;
  }
  .header-nav ul li {
    border-bottom: solid 1px #ddd;
    list-style: none;
	opacity: 0;
    transform: translateX(20px);
    transition: 0.4s ease;
  }
  #menu-btn-check:checked ~ .header-nav ul li {
    opacity: 1;
    transform: translateX(0);
}

  .header-nav ul li a {
    display: block;
    width: 100%;
    font-size: 24px;
	font-weight: 300;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    margin: 0;
    transition: all 0.3s ease;
  }

  .header-nav ul li a:hover {
    color: transparent;
    background: linear-gradient(
      135deg,
      rgba(64,165,222,1),
      rgba(206,56,121,1)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 10px;
  }

  .header-nav ul li a:hover::before {
    border-top: solid 2px rgba(206,56,121,1);
    border-right: solid 2px rgba(64,165,222,1);
  }
  .header-nav ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
  }
.header-nav {
    width: 400px;
    max-width: 90%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -700px;
    z-index: 1500;

    /* 半透明背景 */
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(16px);

    /* 白の実線ボーダー */
    border: 2px solid #ffffff;
    border-right: none;

    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;

    transition: right 0.5s ease;
    box-shadow: -10px 0 30px rgba(0,0,0,0.08);
}
  #menu-btn-check:checked ~ .header-nav {
    right: 0; /*メニューを画面内へ*/
  }
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
	transition: all 0.4s ease;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: transparent;
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background: linear-gradient(
        135deg,
        rgba(64,165,222,1),
        rgba(206,56,121,1)
    );
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background: linear-gradient(
        135deg,
        rgba(64,165,222,1),
        rgba(206,56,121,1)
    );
}



/*円形グラデーション*/




.circleA {
	background: linear-gradient(135deg, rgba(64, 165, 222, 0.6), rgba(206, 56, 121, 0.6));
	border-radius: 50%;
	filter: blur(50px);
	width: 400px;
	height: 400px;
	position: absolute;
	z-index: -1;
}

.circleB {
	background: linear-gradient(135deg, rgba(163, 210, 237, 1), rgba(128, 186, 190, 1));
	border-radius: 50%;
	filter: blur(50px);
	width: 600px;
	height: 600px;
	position: absolute;
	top: 480px;
	left: 890px;
	z-index: -1;
}

.circleC {
	background: linear-gradient(135deg, rgb(160, 186, 232), rgb(130, 255, 176));
	border-radius: 50%;
	filter: blur(50px);
	width: 400px;
	height: 400px;
	position: absolute;
	top: 1500px;
	left: 160px;
	z-index: -1;
}

.circleD {
	background: linear-gradient(135deg, rgba(64, 165, 222, 0.6), rgba(206, 56, 121, 0.6));
	border-radius: 50%;
	filter: blur(70px);
	width: 720px;
	height: 720px;
	position: absolute;
	left: 1000px;
	z-index: -1;
}

.circleE {
	background: linear-gradient(135deg, rgb(215, 240, 255), rgba(120, 185, 190, 1));
	border-radius: 50%;
	filter: blur(50px);
	width: 470px;
	height: 470px;
	position: absolute;
	top: 260px;
	left: -70px;
	z-index: -1;
}

.circleF {
	background: linear-gradient(135deg, rgb(155, 186, 239), rgb(241, 230, 255));
	border-radius: 50%;
	filter: blur(50px);
	width: 400px;
	height: 400px;
	position: absolute;
	top: 810px;
	left: 920px;
	z-index: -1;
}	

.circleG {
	background: linear-gradient(135deg, rgba(64, 165, 222, 0.6), rgba(206, 56, 121, 0.6));
	border-radius: 50%;
	filter: blur(70px);
	width: 780px;
	height: 780px;
	position: absolute;
	top: -220px;
	left: -160px;
	z-index: -1;
}


/*bxslider*/
.bx-wrapper .bx-prev {
  left: 10px;
  width: 100px !important;
  height: 100px !important;
  background: url(../images/prev_btn.png) no-repeat!important;
}
.bx-wrapper .bx-next {
  right: 10px;
  width: 100px !important;
  height: 100px !important;
  background: url(../images/next_btn.png) no-repeat!important;
}
	
.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: none!important;
    border: none!important;
    background: none!important;
}

.bx-wrapper .bx-controls-direction a {
    top: 520px !important;
}
.bx-prev {
	left: -380px !important;
}
.bx-next {
	left: -200px !important;
}

/*パララックス*/
.parallax-container {
    position: relative;
	width: 100%;
    height: 1020px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.parallax-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-size: cover;
    background-position: center;
    transform: translateY(0);
    will-change: transform;
}

.parallax-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 20px;
}

.copy {
	margin-top: 80px;
	margin-left: 140px;
    font-size: 128px;
	line-height: 156px;
	color: #D9D9D9;
}

.copy_h3 {
	margin-left: 140px;
    font-size: 32px;
	font-weight: normal;
	color: #D9D9D9;
}

.parallax-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.parallax-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.parallax-shapes::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  filter: blur(1px);

  background-image:
    radial-gradient(circle at 12% 18%, rgba(255,150,200,0.55) 5px, transparent 6px),
    radial-gradient(circle at 28% 72%, rgba(150,180,255,0.45) 7px, transparent 8px),
    radial-gradient(circle at 46% 38%, rgba(255,200,220,0.6) 4px, transparent 5px),
    radial-gradient(circle at 63% 84%, rgba(180,200,255,0.5) 6px, transparent 7px),
    radial-gradient(circle at 81% 27%, rgba(220,230,255,0.4) 8px, transparent 9px),
    radial-gradient(circle at 7% 55%, rgba(255,170,210,0.5) 3px, transparent 4px),
    radial-gradient(circle at 35% 12%, rgba(170,210,255,0.45) 6px, transparent 7px),
    radial-gradient(circle at 58% 60%, rgba(255,190,230,0.55) 5px, transparent 6px),
    radial-gradient(circle at 74% 48%, rgba(160,190,255,0.4) 4px, transparent 5px),
    radial-gradient(circle at 92% 70%, rgba(200,220,255,0.5) 6px, transparent 7px);
}

.parallax-shapes::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.6;
  filter: blur(2px);

  background-image:
    radial-gradient(circle at 18% 40%, rgba(255,180,220,0.35) 10px, transparent 11px),
    radial-gradient(circle at 52% 22%, rgba(170,200,255,0.3) 12px, transparent 13px),
    radial-gradient(circle at 88% 58%, rgba(200,220,255,0.35) 9px, transparent 10px);
}

.shape {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
}

.shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.shape img.contain {
  object-fit: contain;
}



.shape-1 img { object-position: center 25%; }
.shape-2 img { object-position: center 35%; }
.shape-3 img { object-position: center 30%; }

.shape-5 img { object-position: center 20%; }
.shape-6 img { object-position: center 30%; }
.shape-7 img { object-position: 45% center; }
.shape-8 img { object-position: center 25%; }
.shape-9 img { object-position: center 35%; }


/* rescaling */
.shape-1 img { 
  transform: scale(3.0);
  object-position: center 20%;
  margin-top: 220px
}

.shape-2 img { 
  transform: scale(2.1);
  object-position: center 20%;
  margin-top: 80px;
  margin-left: 2px;
}

.shape-3 img { 
  transform: scale(2.1);
  object-position: center 20%;
  margin-top: 160px;
}

.shape-6 img { 
  transform: scale(1.9);
  object-position: center 20%;
  margin-top: 38px
}

.shape-7 img { 
  transform: scale(1.6);
  margin-top: 38px;
  margin-left: 2px;
}

.shape-8 img { 
  transform: scale(1.8);
  margin-top: 60px;
}

/*shape size*/
.shape-1 {
	width: 174px;
	height: 174px;
    top: 78%;
    right: 27%;
    transform: translateY(0);
	background: rgb(244, 224, 255);
}

.shape-2 {
	width: 120px;
	height: 120px;
    top: 30%;
    right: 34%;
    transform: translateY(0);
	background: rgb(243, 214, 178);
}

.shape-3 {
	width: 220px;
	height: 220px;
    bottom: 30%;
    right: 36%;
    transform: translateY(0);
	background: rgb(238, 207, 231);
}

.shape-4 {
	width: 178px;
	height: 178px;
    top: 26%;
    right: 16%;
    transform: translateY(0);
	background: rgb(184, 216, 196);
}

.shape-5 {
    width: 162px;
    height: 162px;
    top: 1%;
    right: 36%;
    transform: translateY(0);
    background: rgb(167, 222, 220);
}


.shape-6 {
	width: 65px;
	height: 65px;
    top: 50%;
    left: 40%;
    transform: translateY(0);
	background: rgb(201, 218, 224);
}

.shape-7 {
	width: 100px;
	height: 100px;
    top: 43%;
    right: -1%;
    transform: translateY(0);
	background: rgb(154, 170, 225);
}

.shape-8 {
	width: 100px;
	height: 100px;
    top: 20%;
    left: 48%;
    transform: translateY(0);
	background: rgb(199, 218, 189);
}

.shape-9 {
	width: 168px;
	height: 168px;
    top: 10%;
    right: -1%;
    transform: translateY(0);
	background: rgb(211, 207, 185);
}

.shape-10 {
	width: 148px;
	height: 148px;
    top: 85%;
    right: 4%;
    transform: translateY(0);
	background: rgb(138, 160, 162);
}

.shape-11 {
	width: 100px;
	height: 100px;
    top: 4%;
    left: 35%;
    transform: translateY(0);
	background: rgb(175, 176, 255);
}

.shape-12 {
	width: 180px;
	height: 180px;
    top: 57%;
    right: 10%;
    transform: translateY(0);
	background: rgb(255, 185, 185);
}

.shape-13 {
	width: 92px;
	height: 92px;
    top: 5%;
    right: 25%;
    transform: translateY(0);
	background: rgb(213, 161, 222);
}

.shape-14 {
	width: 100px;
	height: 100px;
    top: 70%;
    right: 50%;
    transform: translateY(0);
	background: rgb(107, 119, 144);
}

.shape-15 {
	width: 104px;
	height: 104px;
    top: 10%;
    right: 13%;
    transform: translateY(0);
	background: rgb(153, 129, 119);
}





/*map*/
#map-adress{
    
    margin-top:100px;
}

.flexbox{
    display: flex;
    justify-content: space-between;
}

.googlemap{
    width:50%;
    background: yellow;
}
.adress{
     width:50%;
    background: skyblue;
    padding: 100px;
     box-sizing: border-box;
}

