@charset "UTF-8";
/* CSS Document */

/*
00 Condition
========================================================================== */
/* color

black = rgba(75,75,75,1);
green = rgba(45,175,180,1)
ash green = rgba(241,248,248,1)
purple = rgba(165,155,200,1)
pink = rgba(235,135,180,1)
ash pink = rgba(249,210,212,1)
yellow = rgba(250,215,175,1)
blue = rgba(60,100,160,1)
ash blue = rgba(240,247,248,1)

 */

/*
01 Layout
========================================================================== */
* {
	color: rgba(75,75,75,1);
	font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: 500;
	font-style: normal;
	box-sizing: border-box;
	text-decoration: none;
}

html { height: 100%; }
body {
	height: 100%;
	font-size: 13px;
	text-align: justify;
	margin: 0;
	padding: 0;
	line-height: 2;
	word-break: break-all;
}

h1,h2,h3,h4,div,dl,dt,dd,ul,li,img,a,p,span,iframe,small,strong,figure,address,select,input,button,textarea,i,b,hr,sub,em,label {
	margin: 0;
	padding: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	list-style: none;
	text-align: justify;
	outline: none;
	background: none;
	border: none;
}
p {}
picture { display: block; }
br { line-height: 1; }
select { cursor: pointer; }
input { cursor: pointer; }
button { cursor: pointer; }
sub {}
mark {}
img { width: 100%; }

em { color: rgba(45,175,180,1); }

.varWid { display: block; }
.varNar { display: none; }

/* Humb **/
.humb {
	width: 62px;
	height: 70px;
	padding: 20px 10px 5px;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 100;
	background-color: rgba(45,175,180,.9);
	cursor: pointer;
}
.humb > * {	display: block; }
.humb i hr {
	width: 32px;
	height: 2px;
	background-color: rgba(255,255,255,1);
	margin: auto;
}
.humb i hr + hr { margin: 5px auto 0; }
.humb b {
	padding: 2px 0 0 0;
	color: rgba(255,255,255,1);
	font-size: 10px;
	text-align: center;
	letter-spacing: .03rem;
	white-space: nowrap;
}

/* Overlay */
.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.98);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.overlay.none {
  visibility: hidden;
  opacity: 0;
}

.close {
  width: 50px;
  height: calc(50px + 18px);
  position: fixed;
  top: 35px;
  left: 35px;
}
.close hr {
  width: 100%;
  height: 1px;
  background-color: rgba(60,100,160,1);
  position: absolute;
  top: calc(50% - 18px);
  left: 50%;
}
.close hr:nth-child(1) { transform: translate(-50%,-50%) rotate(45deg); }
.close hr:nth-child(2) { transform: translate(-50%,-50%) rotate(-45deg); }
.close i {
  width: 100%;
  font-size: 10px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .03rem;
  color: rgba(60,100,160,1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.pattern {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  opacity: .15;
  z-index: -1;
}
.pattern.behind { background-image: url(/kougaku/images/root/efect-behind.svg); }
.pattern.front { background-image: url(/kougaku/images/root/efect-front.svg); }

.overlay .mov {
  display: flex;
  justify-content: center;
  width: 57.5%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-51.5%);
  z-index: 2;
}
.overlay .mov .frame {
  display: block;
  width: 100%;
  padding: 56.25% 0 0;
  position: relative;
}
.overlay .mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.actor {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  min-width: 600px;
  position: relative;
}
.actor li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 42px;
  position: relative;
}
.actor li > * {
  text-align: center;
  line-height: 1.6;
  white-space: nowrap;
}
.actor li i {
  margin: 0 0 5px 0;
  font-size: 18px;
  letter-spacing: .03rem;
}
.actor li b {
	font-size: 85%;
	letter-spacing: -.01rem;
}
.actor > li + li:before,
.actor > li + li:after {
  content: '';
  width: 32px;
  height: 4px;
  background-color: rgba(210,215,240,1);
  position: absolute;
  top: 25px;
  left: -15px;
}
.actor > li + li:before { transform: rotate(45deg); }
.actor > li + li:after { transform: rotate(-45deg); }
.actor .orange { color: rgba(230,160,70,1); }
.actor .green { color: rgba(45,175,180,1); }
.actor .blue { color: rgba(60,100,160,1); }
.actor .pink { color: rgba(235,135,180,1); }
.actor .purple { color: rgba(125,130,170,1); }
.file01 .actor { margin: 0 0 0 15px; }

.browsing { z-index: 10; }
.browsing .pattern { opacity: .08; }
.browsing .close i {
	letter-spacing: .05rem;
	bottom: 15px;
}
.browsing .frame {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 5px 100px 125px;
}
.browsing .intro {}
.browsing .intro h2 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	color: rgba(45,175,180,1);
	color: rgba(255,255,255,1);
	font-size: 17px;
	background: rgba(45,175,180,1);
	padding: 10px 30px 10px 32px;
	position: absolute;
	top: 275px;
	right: 0;
}
.browsing .intro h2 i {
	font-size: 65%;
	letter-spacing: .03rem;
}
.browsing .intro h2 b {
	letter-spacing: .1rem;
}
.browsing .intro picture {
	width: 75%;
	margin: auto auto 25px;
}
.browsing .block {
	width: calc(100% - 200px);
	margin: 40px auto 0;
}
.browsing .block h2 {
	width: 100%;
	padding: 30px 0 30px;
	font-size: 17px;
	color: rgba(45,175,180,1);
}
.browsing .block.verProf h2 {
	margin: 50px 0 0 0;
	padding: 75px 0 0 18px;
	font-size: 15px;
	letter-spacing: .05rem;
	color: rgba(75,75,75,1);
	border-top: 1px solid rgba(100,100,100,1);
	position: relative;
}
.browsing .block.verProf h2:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 3px 0 3px;
	border-color: rgba(75,75,75,1) transparent transparent transparent;
	position: absolute;
	top: 88px;
	left: 3px;
}
.browsing .block p { display: flex; }
.browsing .block p i {
	width: 75px;
	height: 24px;
	padding: 5px 12px;
	margin: 0 30px 0 0;
	color: rgba(255,255,255,1);
	line-height: 1.2;
	letter-spacing: .05rem;
	text-align: center;
	white-space: nowrap;
	position: relative;
}
.browsing .block p em { color: rgba(10,10,10,1); }
.browsing .block p i:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #007bff;
	position: absolute;
	top: 50%;
	right: -12px;
	transform: translate(0,-50%);
}
.browsing .block.orange p i { background-color: rgba(230,160,70,1); }
.browsing .block.orange p i:before { border-color: transparent transparent transparent rgba(230,160,70,1); }
.browsing .block.orange p em { background-color: rgba(251,215,174,.7); }
.browsing .block.green p i { background-color: rgba(45,175,180,1); }
.browsing .block.green p i:before { border-color: transparent transparent transparent rgba(45,175,180,1); }
.browsing .block.green p em { background-color: rgba(180,230,250,.7); }
.browsing .block.blue p i { background-color: rgba(60,100,160,1); }
.browsing .block.blue p i:before { border-color: transparent transparent transparent rgba(60,100,160,1); }
.browsing .block.blue p em { background-color: rgba(187,213,239,.7); }
.browsing .block.pink p i { background-color: rgba(235,135,180,1); }
.browsing .block.pink p i:before { border-color: transparent transparent transparent rgba(235,135,180,1); }
.browsing .block.pink p em { background-color: rgba(248,213,2228,.7); }
.browsing .block.purple p i { background-color: rgba(125,130,170,1); }
.browsing .block.purple p i:before { border-color: transparent transparent transparent rgba(125,130,170,1); }
.browsing .block.purple p em { background-color: rgba(145,150,190,.7); }
.browsing .block p b {
	display: flex;
	flex-direction: column;
	width: calc(100% - 75px);
}
.browsing .block p b > span + span { margin: 15px 0 0 0; }
.browsing .verImage picture {
	width: calc(100% - 100px);
	margin: 0 0 0 100px;
}
.browsing .verProf {
	display: flex;
	padding: 30px 0 0 0;
}
.browsing .verProf picture {
	width: 275px;
}
.browsing .verProf div {
	width: calc(100% - 275px);
	padding: 0 0 0 50px;
}
.browsing .verProf div h3 {
	display: flex;
	align-items: center;
	letter-spacing: .1rem;
}
.browsing .verProf div h3 i {
	margin: 0 20px 0 0;
	font-size: 18px;
}
.browsing .verProf div h3 b { letter-spacing: .03rem; }
.browsing .verProf.orange div h3 { color: rgba(230,160,70,1); }
.browsing .verProf.green div h3 { color: rgba(45,175,180,1); }
.browsing .verProf.blue div h3 { color: rgba(60,100,160,1); }
.browsing .verProf.pink div h3 { color: rgba(235,135,180,1); }
.browsing .verProf.purplediv h3 { color: rgba(125,130,170,1); }
.browsing .verProf div h4 {
	margin: 20px 0 0;
	font-size: 93%;
	line-height: 1.8;
}
.browsing .verProf div p {
	margin: 20px 0 0;
	font-size: 93%;
}

/* Navigation */
.navigation {}
.navigation .frame {
  display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	max-width: initial;
	min-height: 100vh;
	padding: 0 0 15px 0;
}
.navigation .logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 40%;
	padding: 0 0 0 75px;
}
.navigation .logo h2 {
	width: 175px;
	margin: 0 0 15px 0;
}
.navigation .logo ul { display: flex; }
.navigation .logo ul li {
	width: 27px;
	margin: 0 3px 0 0;
}
.navigation .gloval { width: 60%; }
.navigation .gloval ul li { border-bottom: 1px solid rgba(60,100,160,1); }
.navigation .gloval ul li a {
	display: flex;
	align-items: center;
	padding: 1px 0;
	color: rgba(60,100,160,1);
}
.navigation .gloval ul li i {
	margin: 0 15px 0 0;
	font-size: 32px;
	letter-spacing: .03rem;
}
.navigation .gloval ul li b { font-size: 93%; }

/* Block */
.block { width: calc(100% - 125px); }

/* Title */
.ttlBasic {
	width: 125px;
	position: relative;
}
.ttlBasic > * {
  font-weight: 500;
  white-space: nowrap;
  position: absolute;
}
.ttlBasic i {
  font-size: 42px;
  letter-spacing: .2rem;
  top: -15px;
  left: 50%;
  transform: rotate(90deg);
  transform-origin: 0 50%;
  line-height: 1;
}
.ttlBasic b {
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
}

.ttlBox {
  display: inline-flex;
  padding: 0 35px;
  font-size: 15px;
  letter-spacing: .03rem;
  border: 1px solid rgba(75,75,75,1);
  background-color: rgba(255,255,255,1);
}

.ttlLine {}
.ttlLine i {
  font-size: 16px;
  letter-spacing: .03rem;
  position: relative;
}
.ttlLine i:before {
  content: '';
  width: 100%;
  height: 12px;
  background-color: rgba(225,242,242,1);
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
}


/* Header ===================== */
header { width: 100%; }

/* Main ===================== */
main { width: 100%; }
section {
  display: flex;
	width: 100%;
	position: relative;
}
.circle {
	opacity: .5;
	position: absolute;
	z-index: -1;
}
.intro .circle {
	width: 350px;
	height: 350px;
	right: 35px;
	bottom: -225px;
}
.news .circle {
	width: 350px;
	height: 350px;
	left: -50px;
	bottom: -225px;
}
.publication .circle.top {
	width: 450px;
	height: 175px;
	right: 0;
	top: 565px;
}
.publication .circle.middle {
	width: 225px;
	height: 125px;
	left: 25px;
	top: 725px;
}
.publication .circle.bottom {
	width: 250px;
	height: 250px;
	right: 125px;
	top: 975px;
}
.concept .circle.top {
	width: 175px;
	height: 175px;
	right: 0;
	top: -35px;
}
.concept .circle.middle01 {
	width: 350px;
	height: 350px;
	left: -175px;
	top: 750px;
}
.concept .circle.middle02 {
	width: 240px;
	height: 480px;
	left: -15px;
	top: 1750px;
}
.concept .circle.middle03 {
	width: 250px;
	height: 250px;
	left: -45px;
	bottom: 300px;
}
.concept .circle.bottom {
	width: 450px;
	height: 250px;
	right: 100px;
	bottom: -40px;
}
.curriculum .circle.top {
	width: 150px;
	height: 150px;
	right: 0;
	top: 550px;
}
.curriculum .circle.middle01 {
	width: 250px;
	height: 250px;
	right: 30px;
	top: 1725px;
}
.curriculum .circle.middle02 {
	width: 450px;
	height: 200px;
	right: 0;
	top: 3375px;
}
.curriculum .circle.middle03 {
	width: 250px;
	height: 250px;
	left: 100px;
	bottom: 3975px;
}
.curriculum .circle.bottom {
	width: 325px;
	height: 325px;
	right: 0;
	bottom: 725px;
}
.interview .circle.top {
	width: 175px;
	height: 375px;
	left: 0;
	top: 675px;
}
.interview .circle.bottom {
	width: 225px;
	height: 225px;
	left: 50px;
	bottom: -75px;
}
.campus .circle.top {
	width: 250px;
	height: 350px;
	right: 50px;
	top: 600px;
}
.campus .circle.bottom {
	width: 185px;
	height: 185px;
	left: 0;
	bottom: 125px;
}
.teacher .circle.top {
	width: 200px;
	height: 350px;
	left: 30px;
	top: 525px;
}
.teacher .circle.bottom {
	width: 350px;
	height: 350px;
	left: 25px;
	bottom: 475px;
}


/* Footer ===================== */
footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 25px 115px 100px;
}
footer .credit {}
footer .credit h2 {
	width: 225px;
	margin: 0 0 25px 0;
}
footer .credit ul {
	margin: 0 0 0 15px;
	font-size: 93%;
	letter-spacing: .03rem;
}
footer .sns_link {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}
footer .sns_link ul { display: flex; }
footer .sns_link ul li { padding: 4px; }
footer .sns_link img { width: 28px; }
footer .sns_link p {
	display: flex;
	align-items: center;
	margin: 10px 0 0 0;
	line-height: 1.7;
}
footer .sns_link p i {
	margin: 0 3px 0 0;
	font-size: 95%;
}
footer .sns_link p b {
	font-size: 78%;
	letter-spacing: .03rem;
}


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

section { flex-direction: column; }

.block { width: 100%; }

.ttlBasic {
	display: flex;
	align-items: center;
	width: initial;
	margin: 0 0 75px 0;
}
.ttlBasic > * {
	position: relative;
	white-space: normal;
}
.ttlBasic i,
.ttlBasic b {
	top: initial;
	left: initial;
	transform: none;
	transform-origin: initial;
}
.ttlBasic i {
	margin: 0 15px 0 0;
	font-size: 38px;
	letter-spacing: 0;
}

.browsing .intro picture { margin: auto auto 40px; }

.actor { min-width: initial; }
.actor li { padding: 0 12px; }
.actor li i { font-size: 16px; }
.actor > li + li:before {}
.actor > li + li:after { display: none; }
.actor li:nth-child(odd) { margin: 55px 0 0; }
.actor li:before,
.actor > li + li:before {
	content: '';
  width: 25px;
  height: 2px;
  background-color: rgba(210,215,240,1);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%,0) rotate(90deg);
}
.actor li:nth-child(odd):before {
	width: 60px;
	top: -40px;
}
.file01 .actor { transform: translate(0,0); }
.file02 .actor { transform: translate(0,0); }

.navigation .logo {
	width: 50%;
	padding: 0 35px 0 0;
}
.navigation .gloval { width: 50%; }

.browsing .frame {
	max-width: initial;
	padding: 50px 100px 125px;
}
.browsing .intro h2 {
	font-size: 15px;
	top: 35px;
}

footer { padding: 70px 125px 100px 115px; }

.news .circle { bottom: -70px; }
.concept .circle.top { top: 20px; }
.concept .circle.middle01 { top: 820px; }
.concept .circle.middle02 {
	left: initial;
	right: 0;
	top: 2375px;
}
.concept .circle.middle03 {
  bottom: 2595px;
  left: -75px;
}
.concept .circle.bottom {
	bottom: -190px;
	right: 0;
}
.curriculum .circle.top { top: 1050px; }
.curriculum .circle.middle01 {
	top: 1925px;
	left: -75px;
	right: initial;
}
.curriculum .circle.middle02 { top: 3000px; }
.curriculum .circle.middle03 {
	bottom: 3850px;
  left: -50px;
}
.curriculum .circle.bottom { bottom: -145px; }
.interview .circle.top {
	width: 150px;
	top: 965px;
}
.interview .circle.bottom {
  width: 325px;
	left: initial;
	right: 10px;
	bottom: -65px;
}
.campus .circle.top {
	top: 725px;
	right: initial;
	left: 0;
}
.teacher .circle.top {
  top: 720px;
  left: -45px;
}
.teacher .circle.bottom {
  left: initial;
	right: 0;
	bottom: -325px;
}

footer { padding: 25px 40px 100px 30px; }

}


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

.ttlBasic i { font-size: 35px; }
.ttlBox { font-size: 14px; }
.ttlLine i { font-size: 14px; }

.browsing .frame { padding: 50px 0px 125px; }
.browsing .block { width: 85%; }
.browsing .block h2 { font-size: 16px; }
.browsing .block p i {
	width: 60px;
	padding: 5px;
}
.browsing .block p b { width: calc(100% - 60px); }
.browsing .intro picture {
	width: 100%;
	margin: auto auto 35px;
}
.browsing .verProf picture { width: 215px; }
.browsing .verProf div {
	width: calc(100% - 215px);
	padding: 0 0 0 40px;
}
.browsing .verProf div h3 i { font-size: 16px; }

.browsing.navigation .frame {
	flex-direction: column-reverse;
	justify-content: center;
	padding: 40px 10px 65px;
}
.navigation .logo,
.navigation .gloval { width: 60%; }
.navigation .logo { padding: 30px 0 0 0; }
.navigation .logo h2 { width: 145px; }
.navigation .gloval ul li a { justify-content: space-between; }
.navigation .gloval ul li i { font-size: 30px; }

.intro .circle {
	width: 240px;
	height: 240px;
	right: 10px;
	bottom: -265px;
}
.news .circle { display: none; }
.publication .circle.top {
	width: 400px;
	top: 100px;
}
.publication .circle.middle {
	width: 225px;
	top: 765px;
	left: 0;
}
.publication .circle.bottom { display: none; }
.concept .circle.top {
	width: 150px;
	top: 10px;
}
.concept .circle.middle01 {
	width: 275px;
	top: 925px;
}
.concept .circle.middle02 {
	width: 225px;
	top: 2275px;
}
.concept .circle.middle03 { display: none; }
.concept .circle.bottom {
	width: 500px;
	bottom: -75px;
}

.curriculum .circle.top { top: 3560px; }
.curriculum .circle.middle01,
.curriculum .circle.middle02,
.curriculum .circle.middle03 { display: none; }
.curriculum .circle.bottom {
	width: 275px;
	bottom: -180px;
}
.interview .circle.top { display: none; }
.interview .circle.bottom {
	width: 275px;
	bottom: -135px;
}

.campus .circle.top { display: none; }
.teacher .circle.top { display: none; }
.teacher .circle.bottom {
	width: 400px;
	height: 400px;
	right: 30px;
	bottom: 0;
}

}


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

.varWid { display: none !important; }
.varNar { display: block !important; }

.humb {
	top: 15px;
	left: 15px;
}
.close {
	top: 25px;
	left: 15px;
}

.navigation .frame {
	align-items: flex-end;
	min-height: initial;
}
.browsing.navigation .frame { padding: 0; }
.navigation .logo,
.navigation .gloval { width: 75%; }
.navigation .logo { align-items: flex-start; }
.navigation .gloval ul li a { padding: 2px 0; }
.navigation .gloval ul li i {
	font-size: 23px;
	letter-spacing: 0;
}
.navigation .gloval ul li b {
	padding: 0 25px 0 0;
	font-size: 10px;
}

.ttlBasic {
	flex-direction: column;
	margin: 0 0 60px 0;
}
.ttlBasic i {
	margin: 0 0 8px 0;
	font-size: 30px;
}
.ttlBox {
	justify-content: center;
	width: 100%;
	padding: 3px 15px;
	font-size: 13px;
}

.actor li {
	padding: 0;
	margin: 0 -2vw 0;
}
.actor li:nth-child(odd) { margin: 60px -2vw 0; }
.file01 .actor li { margin: 0 -4vw 0; }
.file01 .actor li:nth-child(odd) { margin: 60px -3.5vw 0; }
.actor li:before, .actor > li + li:before { height: 1px; }
.actor li i { font-size: 14px; }
.actor li b {
  font-size: 60%;
  letter-spacing: -.02rem;
}

.browsing .frame { padding: 110px 0px 125px; }
.browsing .intro { padding: 0; }
.browsing .intro h2 {
	font-size: 14px;
	top: 15px;
}
.browsing .intro picture { width: 90%; }
.browsing .block h2 {
	font-size: 15px;
	line-height: 1.8;
}
.browsing .block h2 br { display: none; }
.browsing .block p {
	flex-direction: column;
}
.browsing .block p b {
	width: 100%;
	margin: 15px 0 0 0;
}
.browsing .verImage picture {
	width: 100%;
	margin: 0;
}
.browsing .verProf { flex-direction: column; }
.browsing .verProf picture { width: 100%; }
.browsing .verProf div {
	width: 100%;
	padding: 20px 0 0 0;
}

footer {
	flex-direction: column;
	align-items: flex-start;
	padding: 70px 30px 100px 20px;
}
footer .credit h2 { width: 200px; }
footer .sns_link {
	align-items: flex-start;
	padding: 40px 0 0 15px;
}
footer .sns_link ul li { padding: 0 4px 0 0; }

.intro .circle {
	width: 175px;
	height: 175px;
	right: 0;
	bottom: -135px;
}
.publication .circle.top {
	width: 275px;
	top: 62px;
}
.publication .circle.middle { display: none; }
.concept .circle.top {
	width: 145px;
	top: -25px;
}
.concept .circle.middle01 {
	width: 235px;
	top: 950px;
}
.concept .circle.middle02 { display: none; }
.concept .circle.bottom {
	width: 275px;
	bottom: -175px;
}

.curriculum .circle.top { display: none; }
.curriculum .circle.bottom {
	width: 225px;
	bottom: -225px;
}
.interview .circle.bottom {
	width: 250px;
	left: -50px;
	right: initial;
	bottom: -80px;
}
.campus .circle.bottom {
	width: 120px;
	height: 120px;
  left: initial;
  right: 0;
	bottom: 80px;
  transform: scaleX(-1);
}
.teacher .circle.top { display: none; }
.teacher .circle.bottom {
	width: 225px;
	height: 225px;
	right: 0;
	bottom: -150px;
}

}


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