@charset "UTF-8";

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  background-color: #fff;
  color: #222;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
}
img{
  width:100%;
  vertical-align:bottom;
}


p{
    /* color:#333333; */
    font-size: 1.2em;
    line-height: 1.7em;
}	

a {
    color:#333333;
    text-decoration:none;
    margin: 0;
    padding: 0;
}

a:hover {
    color:#333333;
    text-decoration:underline;
}

a:hover img {
    Filter: Alpha(Opacity=82);
    opacity:.82;
}


h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

ul{
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

br.pc-V{
	display: block;
}

br.sp-V{
	display: none;
}


/* =header
-------------------------------------------------------------- */
#top-head {
	top: -70px;
	position: fixed;
	left: 0;
	right: 0;
	width: 94%;
	margin: 100px auto 0;
	padding: 20px 30px;
	line-height: 1;
	z-index: 999;
	border-radius: 5px;
	transition: .3s;
}

#top-head a {
	text-decoration: none;
	color: #333;
}

#top-head {
	color: #fff;
	text-decoration: none;
	background: rgba(255, 255, 255, 1.0);
	box-shadow: 1px 2px 4px 0px #e6e6e6;
}

#top-head .inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#top-head .logo {
	float: left;
	font-size: 36px;
	width: 120px;
}

#top-head .logo svg {
	fill: #314062;
}

#global-nav {
	/* display: flex; */
	/* align-items: center; */
}

#global-nav ul {
	list-style: none;
	font-size: 14px;
	display: flex;
	align-items: center;
}

#global-nav ul li {
	/* float: left; */
	margin: 0 0 0 30px;
}

#global-nav ul li#login{}

#global-nav ul li#login a{
    background: #223360;
    color: #FFF;
    padding: 15px 30px;
    border-radius: 4px;
    display: flex;
}

#global-nav ul li a {
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	word-break: keep-all;
	margin: 0;
	transition: .2s;
	letter-spacing: 0.1em;
}
#global-nav ul li a:hover img{
	opacity: 1.0;
}

#global-nav ul li a:hover{}

#global-nav ul li a img{
    max-height: 16px;
    max-width: 22px;
    margin: 0 8px 0 0;
}

.icon-external a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.icon-external a svg {
	width: 16px;
	fill: #333;
	margin: 0 0 0 10px;
}

#global-nav ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

#global-nav ul.sub-link {
	margin: 0;
	/* width: 500px; */
}

#global-nav ul.main-link {
	margin: 0;
}

#global-nav ul.main-link li {
	margin: 0 0 0 10px;
}

#global-nav ul.main-link li a {
	background: #fff;
	display: block;
	border-radius: 100px;
	line-height: 1.6;
	color: #314062;
	font-weight: bold;
	padding: 10px 30px;
	box-sizing: border-box;
}

#global-nav ul.main-link li a:hover {
	background: #fa9928;
	color: #fff;
	text-decoration: none;
}

/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding: 20px 20px;
	background: #fff;
	transition: .3s;
	width: 100%;
	border-radius: 0;
}

#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
	max-width: 95px;
}

#top-head.fixed .logo svg,
#top-head.fixed .icon-external a svg {
	fill: #314062;
}

#top-head.fixed .icon-external a svg {
	width: 14px;
}

#top-head.fixed #global-nav ul li a {
	/* color: #333; */
	/* padding: 0 20px; */
	/* font-size: 16px; */
}

#top-head.fixed #global-nav ul li a:hover {
	/* background: none; */
}

#top-head.fixed #global-nav ul.main-link li a {
	color: #fff;
	padding: 5px 20px;
	font-size: 14px;
	background: #314062;
}

#top-head.fixed #global-nav ul.main-link li a:hover {
	background: #fa9928;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 17px;
	top: 17px;
	width: 24px;
	height: 21px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 8px;
}

#nav-toggle span:nth-child(3) {
	top: 17px;
}



/* Footer
-------------------------------------------------------------- */

.footer {
	position: relative;
	z-index: 20;
	width: 100%;
	background: #223360;
	margin: 0;
}

.contact_sub {
	display: flex;
	gap: 40px;
	justify-content: center;
	margin: 0 0 0 60px;
	color: white;
}

.contact_sub .contact-wrapper_sub p {
	display: inline-block;
}

.contact_sub .contact-wrapper_sub .sub-tel {
	display: flex;
}

.contact_sub .contact-wrapper_sub .contact-tel_icon_sub {
	width: 20px;
	height: 22px;
	margin-right: 5px;
	margin-top: 0;
	line-height: 80px;
	vertical-align: sub;
	display: unset;
}

.contact_sub .contact-wrapper_sub .contact-mail_icon_sub {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	margin-top: 0;
	border-radius: 50%;
	background-position: center;
	text-align: center;
	line-height: 80px;
	vertical-align: sub;
	display: unset;
}

.contact_sub .contact-wrapper_sub .contact-mail_icon_sub img {
	width: 100%;
	transform: translateY(-35%);
	display: inline;
}

.contact_sub .contact-wrapper_sub .contact-tel_number,
.contact_sub .contact-wrapper_sub .contact-mail {
	font-size: 22px;
	color: #ffffff;
	text-decoration: none;
}



#footer .logo {
	margin: 0 auto;
	/* max-width: 1440px; */
	width: 100%;
}

#footer .footer-logo img {
	height: 60px;
	width: auto;
}

#footer .global-footer {
	flex-wrap: wrap;
	padding: 35px 0 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 95%;
	margin: auto;
}

#footer .contact_sub {
	flex-direction: column;
	gap: initial;
	margin-left: 0;
	width: 25%;
}

#footer .contact_sub .sub-tel {
	margin-bottom: 20px;
}

#footer .contact_sub .sub-tel a {
	font-size: 29px;
}

#footer .contact_sub .sub-tel p {
	letter-spacing: 2.5px;
	margin-top: 6px;
	text-align: left;
}

#footer .contact_sub .contact-wrapper_sub {
	margin: 0;
}

#footer .contact_sub .contact-wrapper_sub .contact-tel_icon_sub {
	vertical-align: -1px;
}

#footer .contact_sub .contact-mail {
	font-size: 16.5px;
}


#footer .footer-navi__item {
	margin-bottom: 8px;
	width: calc(100% / 6);
}

#footer .footer-navi__item+.footer-navi__item {
	margin-left: 0;
}

#footer .footer-navi__item .svg-icon-blank {
	left: 4.7em;
	right: auto;
	top: 1px;
}
#footer .footer-navi__item#partner .svg-icon-blank{
    left: auto;
    right: 1.5em;
}

.footer-navi__items {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	margin-top: 30px;
	font-weight: 500;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: flex-start;
	flex-wrap: wrap
}

#footer .footer-copyright {
	margin: 20px 0 0;
	text-align: center;
	width: 100%;
	color: gray;
}

#footer .footer-copyright small {
	font-size: 95%;
}

.contact_sub .contact-wrapper_sub {
	margin: 0 auto 7px;
}

.contact_sub .sub-tel p {
	font-size: 14px;
	text-align: center;
}

#footer .footer-logo {
	border-bottom: 1px solid #fff;
	margin: 0 auto;
	padding: 35px 0 30px;
	width: 95%;
}


#footer .footer-navi__item {
	font-size: 14px;
}


.footer-navi__item>span {
	position: relative;
	display: block
}

.footer-navi__item>span a {
	position: relative;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #FFF;
}

.footer-navi__item>span a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 1px;
	background-color: #fff;
	content: "";
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-duration: .4s;
	transition-property: width
}

.footer-navi__item .svg-icon-blank {
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
	width: 17px;
	height: 15px;
	fill: #fff;
	transform: scale(0.9);
}

.back-to-top {
    position: fixed;
    right: 4%;
    bottom: 20px;
    width: 50px;
    height: 50px;
    opacity: 0;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-duration: .4s;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transform: translateY(90px);
    transform: translateY(90px)
}

.back-to-top a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: auto;
    width: 40px;
    height: 40px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.back-to-top svg {
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-duration: .4s;
    transition-property: fill,-webkit-transform;
    transition-property: transform,fill;
    transition-property: transform,fill,-webkit-transform
}

.back-to-top.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.back-to-top.is-absolute {
    position: absolute;
    bottom: calc(100% + 20px)
}


/* =main-visual
-------------------------------------------------------------- */

#main {
	padding: 150px 0 13vh;
	width: 100%;
	overflow: hidden;
}

#baloon-01 {
	align-items: center;
	display: flex;
	height: 908px;
	width: 962px;
	justify-content: center;
	position: fixed;
	left: -320px;
	top: -360px;
	z-index: -1;
}
#baloon-01::before {
	animation: 20s 0s rotate linear infinite;
	background: url(https://estpartner.jp/img/baloon01.png) no-repeat;
	background-size: contain;
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

#baloon-02 {
	align-items: center;
	display: flex;
	height: 908px;
	width: 962px;
	justify-content: center;
	position: fixed;
	right: -320px;
	top: -480px;
	z-index: -1;
}
#baloon-02::before {
	animation: 20s 0s rotate linear infinite;
	background: url(https://estpartner.jp/img/baloon02.png) no-repeat;
	background-size: contain;
	content: '';
	height: 100%;
	left: 0;
	/* position: absolute; */
	top: 0;
	width: 100%;
	z-index: 0;
}

#baloon-03 {
	align-items: center;
	display: flex;
	height: 595px;
	width: 848px;
	justify-content: center;
	position: fixed;
	right: -210px;
	bottom: -360px;
	z-index: -1;
}
#baloon-03::before {
	animation: 20s 0s rotate linear infinite;
	background: url(https://estpartner.jp/img/baloon03.png) no-repeat;
	background-size: contain;
	content: '';
	height: 100%;
	right: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 99999;
}


@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


@media screen and (max-width: 768px) {

br.pc-V{
	display: none;
}

br.sp-V{
	display: block;
}
	

/* =header
-------------------------------------------------------------- */
#top-head {
	top: -70px;
	position: fixed;
	left: 0;
	right: 0;
	width: 94%;
	margin: 100px auto 0;
	padding: 20px 30px;
	line-height: 1;
	z-index: 999;
	border-radius: 5px;
	transition: .3s;
}

#top-head a {
	text-decoration: none;
	color: #333;
}

#top-head {
	color: #fff;
	text-decoration: none;
	background: rgba(255, 255, 255, 1.0);
	box-shadow: 1px 2px 4px 0px #e6e6e6;
}

#top-head .inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#top-head .logo {
	float: left;
	font-size: 36px;
	width: 120px;
}

#top-head .logo svg {
	fill: #314062;
}

#global-nav {
	/* display: flex; */
	/* align-items: center; */
}

#global-nav ul {
	list-style: none;
	font-size: 14px;
	display: flex;
	align-items: center;
}

#global-nav ul li {
	/* float: left; */
	margin: 0;
}

#global-nav ul li#login{
    margin: 10px 0 0;
}

#global-nav ul li#login a{
    background: #223360;
    color: #FFF;
    padding: 15px 30px;
    border-radius: 4px;
    display: flex;
}

#global-nav ul li a {
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	word-break: keep-all;
	margin: 0;
	transition: .2s;
	letter-spacing: 0.1em;
}
#global-nav ul li a:hover img{
	opacity: 1.0;
}

#global-nav ul li a:hover{}

#global-nav ul li a img{
    max-height: 18px;
    max-width: 24px;
    margin: 0 8px 0 0;
    vertical-align: sub;
}

.icon-external a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.icon-external a svg {
	width: 16px;
	fill: #333;
	margin: 0 0 0 10px;
}

#global-nav ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

#global-nav ul.sub-link {
	margin: 0;
	/* width: 500px; */
}

#global-nav ul.main-link {
	margin: 0;
}

#global-nav ul.main-link li {
	margin: 0 0 0 10px;
}

#global-nav ul.main-link li a {
	background: #fff;
	display: block;
	border-radius: 100px;
	line-height: 1.6;
	color: #314062;
	font-weight: bold;
	padding: 10px 30px;
	box-sizing: border-box;
}

#global-nav ul.main-link li a:hover {
	background: #fa9928;
	color: #fff;
	text-decoration: none;
}

/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding: 20px 20px;
	background: #fff;
	transition: .3s;
	width: 100%;
	border-radius: 0;
}

#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
	max-width: 95px;
}

#top-head.fixed .logo svg,
#top-head.fixed .icon-external a svg {
	fill: #314062;
}

#top-head.fixed .icon-external a svg {
	width: 14px;
}

#top-head.fixed #global-nav ul li a {
	/* color: #333; */
	/* padding: 0 20px; */
	/* font-size: 16px; */
}

#top-head.fixed #global-nav ul li a:hover {
	/* background: none; */
}

#top-head.fixed #global-nav ul.main-link li a {
	color: #fff;
	padding: 5px 20px;
	font-size: 14px;
	background: #314062;
}

#top-head.fixed #global-nav ul.main-link li a:hover {
	background: #fa9928;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 17px;
	top: 17px;
	width: 24px;
	height: 21px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #314062;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 8px;
}

#nav-toggle span:nth-child(3) {
	top: 17px;
}

   #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        border-radius: 0;
        background: #FFF;
        box-shadow: none;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding: 0;
        background: #fff;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    }
    #mobile-head {
        /* background: #fff; */
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
        border-radius: 0;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 12px;
        color: #333;
        font-size: 26px;
        max-width: 80px;
    }
    #top-head.fixed .logo svg,
	#top-head.fixed .icon-external a svg{
	    fill:#314062;
	}
    #top-head.open .logo svg{
        fill:#314062;
    }
	#top-head.fixed .icon-external a svg{
	    width:16px;
	}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: 0;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 54px 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        display: none;
        -moz-transform: translateY(100%);
        /* -webkit-transform: translateY(100%); */
        /* transform: translateY(0); */
        height: 100vh;
        /* z-index: -10; */
        opacity: 0;
    }
    
    #global-nav ul {
        list-style: none;
        right: 0;
        bottom: 0;
        font-size: 14px;
        display: block;
        position: unset;
    }
    #global-nav ul.sub-link {
        margin:0;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }

.icon-external a svg{
    width:16px;
    fill: #314062;
    margin: 0 0 0 5px;
    display: inline-block;
}
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 90%;
        display: block;
        /* color: #314062; */
        padding: 15px 0;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.6;
        margin: 0 auto;
    }
    #top-head.fixed #global-nav ul.main-link li a {
        color: #314062;
        padding: 18px 0;
        font-size: 16px;
        background: #fff;
    }
    #global-nav ul li a:hover {
        text-decoration: none;
    }
    #nav-toggle {
        display: block;
    }
    #top-head.open #nav-toggle span {
        background: #314062;
    }
     #top-head.fixed #nav-toggle span {
        background: #314062;
    }
    #top-head.fixed.open #nav-toggle span {
        background: #314062;
    }

    #global-nav ul.main-link li{
       margin: 0;
    }
    #global-nav ul.main-link li a{
       background:#fff;
        display:block;
        border-radius:100px;
        line-height:1.6;
        color:#314062;
        font-weight:bold;
        padding:10px 30px;
        box-sizing:border-box;
    }
    #global-nav ul.main-link li a:hover{
       background:#fa9928;
        color:#fff;
        text-decoration:none;
    }
        
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        top: 0;
        opacity: 1;
        z-index: 1;
        display: block;
    }

#baloon-01 {
	align-items: center;
	display: flex;
	height: 718px;
	width: 772px;
	justify-content: center;
	position: fixed;
	left: -390px;
	top: -290px;
	z-index: -1;
}
#baloon-01::before {
	animation: 20s 0s rotate linear infinite;
	background: url(https://estpartner.jp/img/baloon01.png) no-repeat;
	background-size: contain;
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

#baloon-02 {
	align-items: center;
	display: flex;
	height: 768px;
	width: 812px;
	justify-content: center;
	position: fixed;
	right: -430px;
	top: -350px;
	z-index: -1;
}
#baloon-02::before {
	animation: 20s 0s rotate linear infinite;
	background: url(https://estpartner.jp/img/baloon02.png) no-repeat;
	background-size: contain;
	content: '';
	height: 100%;
	left: 0;
	/* position: absolute; */
	top: 0;
	width: 100%;
	z-index: 0;
}

#baloon-03 {
	align-items: center;
	display: flex;
	height: 485px;
	width: 748px;
	justify-content: center;
	position: fixed;
	right: -210px;
	bottom: -360px;
	z-index: -1;
}
#baloon-03::before {
	animation: 20s 0s rotate linear infinite;
	background: url(https://estpartner.jp/img/baloon03.png) no-repeat;
	background-size: contain;
	content: '';
	height: 100%;
	right: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 99999;
}

	
/* Footer
-------------------------------------------------------------- */

  #footer .logo {
    text-align: center;
  }

  #footer .contact_sub {
    text-align: center;
    width: 100%;
  }

  #footer .contact_sub .sub-tel p {
    text-align: center;
  }

  #footer .global-footer__content {
    margin-top: 40px;
    width: 100%;
  }

  #footer .footer-navi {
    justify-content: center;
  }

  #footer .footer-navi__items {
    justify-content: center;
    margin: 0 auto;
    width: 75%;
  }

  #footer .footer-navi__item {
    margin-bottom: 12px;
    text-align: center;
    width: 9em;
  }

  #footer .footer-navi__item .svg-icon-blank {
    left: 7em;
  }
	#footer .footer-navi__item#partner .svg-icon-blank{
    right: -0.6em;
}

  #footer .contact_sub .sub-tel{
    margin-bottom: 10px;
}
#footer .footer-copyright small{
    font-size: 80%;
}
.footer-navi__item>span a{
    padding: 3px 0;
    font-weight: 400;
}

/* =main-visual
-------------------------------------------------------------- */

#main {
	padding: 50px 0 70px;
	width: 100%;
	overflow: hidden;
	background: url(https://estpartner.jp/img/bp.png) no-repeat 0% 107%;
	background-size: 38vw;
}

#baloon-01,#baloon-02,#baloon-03 {
	display: none;
}
}


@media screen and (max-width:580px){
	#baloon-01 {
	align-items: center;
	display: flex;
	height: 618px;
	width: 672px;
	justify-content: center;
	position: fixed;
	left: -390px;
	top: -290px;
	z-index: -1;
}
#baloon-01::before {
	animation: 20s 0s rotate linear infinite;
	background: url(https://estpartner.jp/img/baloon01.png) no-repeat;
	background-size: contain;
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

#baloon-02 {
	align-items: center;
	display: flex;
	height: 668px;
	width: 701px;
	justify-content: center;
	position: fixed;
	right: -430px;
	top: -350px;
	z-index: -1;
}
#baloon-02::before {
	animation: 20s 0s rotate linear infinite;
	background: url(https://estpartner.jp/img/baloon02.png) no-repeat;
	background-size: contain;
	content: '';
	height: 100%;
	left: 0;
	/* position: absolute; */
	top: 0;
	width: 100%;
	z-index: 0;
}

#baloon-03 {
	align-items: center;
	display: flex;
	height: 375px;
	width: 638px;
	justify-content: center;
	position: fixed;
	right: -210px;
	bottom: -300px;
	z-index: -1;
}
#baloon-03::before {
	animation: 20s 0s rotate linear infinite;
	background: url(https://estpartner.jp/img/baloon03.png) no-repeat;
	background-size: contain;
	content: '';
	height: 100%;
	right: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 99999;
}
#baloon-01,#baloon-02,#baloon-03 {
	display: none;
}
}