body {
  font-family: 'YuGothic', 'Avenir Next', 'Hiragino Sans','Hiragino Kaku Gothic ProN', Helvetica, Arial, sans-serif;
}
h1,h2,h3,h4,h5,p,a {
  color: #666666;
}
h1,h2,h3,h4,h5,p {
  font-size: 1.125em;
}
.text--pink {
  color: #F58699;
}

.home--link {
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 10;
}
.home--link a {
  color: #e60012;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .home--link a:hover {
    opacity: 0.3;
  }
}
@media only screen and (max-width: 767px) {
  .home--link a {
    line-height: 1;
    font-size: 10px;
    color: #fff;
  }
  .home--link {
    position: relative;
    top: 0;
    left: 0;
    background-color: #e60012;
    padding: 5px 20px;
    width: 100%;
  }
}

.lead--contents {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 5rem;
  z-index: 10;
}
.lead--text {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .lead--contents {
    position: absolute;
    top: 4.5rem;
  }
  .lead--logo {
    width: 60%;
    height: auto;
  }
  .lead--text {
    width: 60%;
  }
}

.albus--achievement {
  background-color: #56C3DA;
}
@media only screen and (min-width: 768px) {
  .achievement--contents {
    max-width: 1000px;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .albus--logo {
    max-width: 50%;
  }
}

.albus--link-btn {
  padding: 1rem 3rem;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #219EB8;
  background-color: #fff;
  border: 2px #219EB8 solid;
  border-radius: 10rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.albus--link-btn:hover {
  text-decoration: none;
  color: #219EB8;
}
@media only screen and (min-width: 768px) {
  .albus--link-btn:hover {
    color: #fff;
    background-color: #219EB8;
  }
}

.albus--app {
  background-color: #FFFBFC;
}
.albus--sub-heading {
  line-height: 2;
}
.albus--text-color {
  color: #219EB8;
}
@media only screen and (min-width: 768px) {
  .app--image {
    max-width: 330px;
  }
}

.article--link-btn {
  padding: .5rem 2.5rem;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  background-color: #219EB8;
  border-radius: 10rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.article--link-btn:hover {
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .article--title {
    min-height: 6.75rem;
  }
  .article--link-btn:hover {
    color: #219EB8;
    background-color: #fff;
    border: 2px #219EB8 solid;
  }
}

.app--link-btn {
  padding: 1rem 3rem;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #F58699;
  background-color: #fff;
  border: 2px #F58699 solid;
  border-radius: 10rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.app--link-btn:hover {
  text-decoration: none;
  color: #F58699;
}
@media only screen and (min-width: 768px) {
  .app--link-btn:hover {
    color: #fff;
    background-color: #F58699;
  }
}

.with_albus--inner {
	width: 100%;
	max-width: 1260px;
	margin: auto;
	padding: 0 7.7%;
}
.with_albus--footer {
	padding: 45px 0 20px;
	background: #e6160b;
}
.with_albus--footer-container01 {
	display: flex;
	margin-bottom: 25px;
	align-items: center;
}
.with_albus--footer-menu-ul {
	margin: 0;
	padding: 0;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: center;
	list-style: none;
}
.with_albus--footer-menu-li a {
	text-decoration: none;
  color: #fff;
}
.with_albus--footer-container02 {
	display: flex;
	align-items: center;
}
.with_albus--footer-sns-ul {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	list-style: none;
}
.with_albus--footer-sns-li:nth-last-child(n+2) {
	margin-right: 1.3em;
}
.with_albus--footer-sns-li img {
	width: 2.5em;
	height: 2.5em;
}
.with_albus--footer-copyright {
	font-size: 9px;
  color: #fff;
}
.with_albus--footer a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .with_albus--inner {
		padding: 0 30px;
	}
	.with_albus--footer {
		padding: 60px 0;
	}
	.with_albus--footer-container01 {
		margin-bottom: 10px;
		justify-content: space-between;
	}
	.with_albus--footer-menu-ul {
		display: flex;
	}
	.with_albus--footer-menu-li:nth-last-child(n+2) {
		margin-right: 30px;
	}
	.with_albus--footer-container02 {
		flex-flow: row-reverse;
		justify-content: space-between;
		align-items: flex-end;
	}
	.with_albus--footer-copyright {
		font-size: inherit;
	}
  .with_albus--footer a:hover {
    opacity: 0.3;
  }
}
@media (max-width: 767.9px) {
	.with_albus--footer-container01 {
		flex-flow: column;
	}
	.with_albus--footer-logo {
		margin-bottom: 25px;
	}
	.with_albus--footer-menu-li:nth-last-child(n+2) {
		margin-bottom: 10px;
	}
	.with_albus--footer-container02 {
		flex-flow: column;
	}
	.with_albus--footer-sns-ul {
		margin-bottom: 20px;
	}
}

/** animation **/
.transparent {
  opacity: 0;
  transition: 1s;
}
.fadein {
  opacity: 1;
}
