@charset "UTF-8";
/*----------------------------------------------------pc*/
@media (min-width : 769px ){
#top {
	position: relative;
	width: 100%;
}
#slide{
	z-index: -1;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
}

#slide ul{
	position: relative;
}

#slide li{
	position: absolute;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: hidden;
}
#slide li img{
	position: absolute;
	z-index: -1000;
}
#top .bubble_box {
	width: 100%;
	height: 100%;
}
#top .bubble_box .bubble {
	position: absolute;
	z-index: 1;
	border: 1px solid rgba(255,255,255,0.75);
}
#top .bubble_box #bubble_a {
    width: 100px;
	height: 100px;
    border-radius: 50px;
    left: 2%;
    animation: bubble 8s infinite ease-in;
}
#top .bubble_box #bubble_b {
    width: 80px;
	height: 80px;
    border-radius: 40px;
    left: 24%;
    animation: bubble 5s infinite 3s ease-in;
}
#top .bubble_box #bubble_c {
    width: 130px;
	height: 130px;
    border-radius: 65px;
    left: 10%;
    animation: bubble 12s infinite 4s ease-in;
}
#top .bubble_box #bubble_d {
    width: 150px;
	height: 150px;
    border-radius: 75px;
    right: 30%;
    animation: bubble 11s infinite ease-in;
}
#top .bubble_box #bubble_e {
    width: 60px;
	height: 60px;
    border-radius: 30px;
    right: 3%;
    animation: bubble 4s infinite 5s ease-in;
}
#top .bubble_box #bubble_f {
    width: 90px;
	height: 90px;
    border-radius: 45px;
    right: 16%;
    animation: bubble 8s infinite  3s ease-in;
}
@keyframes bubble{
    0% {opacity: 0; bottom: 0;} 
    28% {opacity: 1;}
    50% {opacity: 1;}
    72% {opacity: 1;}
    100% {opacity: 0; bottom:100%;}
}
#about {
    margin: 100px auto;
    width: 80%;
    position: relative;
    height: 380px;
    max-width: 1100px;
    text-align: center;
    font-weight: bold;
    color: rgba(255,255,255,1.00);
}
#about img {
    width: 100%;
    height: 100%;
}
#about .bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.30);
    position: absolute;
    top: 0px;
    left: 0px;
}

#about .cont {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-left-color: rgba(255,255,255,1.00);
    border-right-color: rgba(255,255,255,1.00);
    border-top-color: rgba(255,255,255,1.00);
    border-style: solid;
    border-width: 3px;
}
#about .cont .ttl {
    font-size: 1.8em;
    margin-bottom: 18px;
    margin-top: 66px;
}
#about .cont .exp {
    line-height: 26px;
}
#about .cont a {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    border: 2px solid rgba(255,255,255,1.00);
    padding: 4px;
    border-radius: 20px;
    width: 164px;
    color: rgba(255,255,255,1.00);
}
#part {
    background-color: #0068CA;
    text-align: center;
    color: #FFFFFF;
    height: 70px;
    padding-top: 42px;
}
#part p {
    border-bottom: 3px solid #FFFFFF;
    font-weight: bold;
    font-size: 27px;
    padding-bottom: 8px;
}
#bis {
}
#bis .bis_box_l {
    margin: 140px auto;
    width: 88%;
    position: relative;
    height: 22vw;
    max-width: 1048px;
    max-height: 262px;
}
#bis .bis_box_l .image_photo {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0px;
    left: 0%;
}
#bis .bis_box_l .icon {
    width: 12%;
    position: absolute;
    left: 52%;
    top: 10%;
}
#bis .bis_box_l .line {
    position: absolute;
    top: 60%;
    border-bottom: 2px solid #2E2E2E;
    width: 60%;
    right: 8%;
}
#bis .bis_box_l .txt {
    width: 18%;
    text-align: center;
    position: absolute;
    left: 63%;
    top: 30%;
    color: #2E2E2E;
    font-weight: bold;
}
#bis .bis_box_l .txt .ttl {
}

#bis .bis_box_l .txt .sub {
    margin-top: 14%;
}
#bis .bis_box_l .txt a {
    border-radius: 30px;
    padding: 2px 8px;
    border: 2px solid #2E2E2E;
    margin: 4% auto 0;
    display: block;
    width: 80px;
}
#bis .bis_box_r {
    margin: 140px auto;
    width: 88%;
    position: relative;
    height: 22vw;
    max-width: 1048px;
    max-height: 262px;
}
#bis .bis_box_r .image_photo {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0px;
    right: 0%;
}
#bis .bis_box_r .icon {
    width: 12%;
    position: absolute;
    right: 52%;
    top: 10%;
}
#bis .bis_box_r .line {
    position: absolute;
    top: 60%;
    border-bottom: 2px solid #2E2E2E;
    width: 60%;
    left: 8%;
}
#bis .bis_box_r .txt {
    width: 18%;
    text-align: center;
    position: absolute;
    right: 63%;
    top: 30%;
    color: #2E2E2E;
    font-weight: bold;
}
#bis .bis_box_r .txt .ttl {
}

#bis .bis_box_r .txt .sub {
    margin-top: 14%;
}
#bis .bis_box_r .txt a {
    border-radius: 30px;
    padding: 2px 8px;
    border: 2px solid #2E2E2E;
    margin: 4% auto 0;
    display: block;
    width: 80px;
}
}

/*----------------------------------------------------sp*/
@media (max-width : 768px ){
#top {
	position: relative;
	width: 100%;
}
#slide{
	z-index: -1;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
}
#slide ul{
	position: relative;
}

#slide li{
	position: absolute;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: hidden;
}
#slide li img{
	position: absolute;
	z-index: -1000;
}
#top .bubble_box {
	width: 100%;
	height: 100%;
}
#top .bubble_box .bubble {
	position: absolute;
	z-index: 1;
	border: 1px solid rgba(255,255,255,0.75);
}
#top .bubble_box #bubble_a {
    width: 100px;
	height: 100px;
    border-radius: 50px;
    left: 2%;
    animation: bubble 8s infinite ease-in;
}
#top .bubble_box #bubble_b {
    width: 80px;
	height: 80px;
    border-radius: 40px;
    left: 24%;
    animation: bubble 5s infinite 3s ease-in;
}
#top .bubble_box #bubble_c {
    width: 130px;
	height: 130px;
    border-radius: 65px;
    left: 10%;
    animation: bubble 12s infinite 4s ease-in;
}
#top .bubble_box #bubble_d {
    width: 150px;
	height: 150px;
    border-radius: 75px;
    right: 30%;
    animation: bubble 11s infinite ease-in;
}
#top .bubble_box #bubble_e {
    width: 60px;
	height: 60px;
    border-radius: 30px;
    right: 3%;
    animation: bubble 4s infinite 5s ease-in;
}
#top .bubble_box #bubble_f {
    width: 90px;
	height: 90px;
    border-radius: 45px;
    right: 16%;
    animation: bubble 8s infinite  3s ease-in;
}
@keyframes bubble{
    0% {opacity: 0; bottom: 0;} 
    28% {opacity: 1;}
    50% {opacity: 1;}
    72% {opacity: 1;}
    100% {opacity: 0; bottom:100%;}
}
#about {
    margin: 100px auto;
    width: 90%;
    position: relative;
    height: 380px;
    text-align: center;
    font-weight: bold;
    color: rgba(255,255,255,1.00);
}
#about img {
    width: 100%;
    height: 100%;
}
#about .bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.30);
    position: absolute;
    top: 0px;
    left: 0px;
}

#about .cont {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-left-color: rgba(255,255,255,1.00);
    border-right-color: rgba(255,255,255,1.00);
    border-top-color: rgba(255,255,255,1.00);
    border-style: solid;
    border-width: 3px;
}
#about .cont .ttl {
    font-size: 1.8em;
    margin-bottom: 18px;
    margin-top: 66px;
}
#about .cont .exp {
    line-height: 26px;
}
#about .cont a {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    border: 2px solid rgba(255,255,255,1.00);
    padding: 4px;
    border-radius: 20px;
    width: 164px;
    color: rgba(255,255,255,1.00);
}
#part {
    background-color: #0068CA;
    text-align: center;
    color: #FFFFFF;
    height: 70px;
    padding-top: 42px;
}
#part p {
    border-bottom: 3px solid #FFFFFF;
    font-weight: bold;
    font-size: 27px;
    padding-bottom: 8px;
}
#bis {
}
#bis .bis_box_l,
#bis .bis_box_r {
    margin: 140px auto;
    width: 88%;
    position: relative;
    text-align: center;
}
#bis .bis_box_l .image_photo,
#bis .bis_box_r .image_photo {
    height: 48vw;
    width: 100%;
    max-height: 232px;
    max-width: 514px;
}
#bis .bis_box_l .icon,
#bis .bis_box_r .icon {
    width: 23%;
}
#bis .bis_box_l .line,
#bis .bis_box_r .line {
    border-bottom: 2px solid #2E2E2E;
    margin: 14px auto;
    width: 80%;
}
#bis .bis_box_l .txt,
#bis .bis_box_r .txt {
    text-align: center;
    color: #2E2E2E;
    font-weight: bold;
}
#bis .bis_box_l .txt .ttl,
#bis .bis_box_r .txt .ttl {
    width: 54%;
    max-width: 212px;
}
#bis .bis_box_l .txt .sub,
#bis .bis_box_r .txt .sub {
    margin-top: 6%;
}
#bis .bis_box_l .txt a,
#bis .bis_box_r .txt a {
    border-radius: 30px;
    padding: 2px 8px;
    border: 2px solid #2E2E2E;
    margin: 4% auto 0;
    display: block;
    width: 80px;
}

}
