a:hover {
  text-decoration: none;
  color: inherit;
}
.home--link {
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 10;
}
.home--link a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #e60012;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .home--link a {
    padding: .5rem 1rem;
    background-color: rgb(255,255,255,.5);
  }
  .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--inner {
  width: 100%;
  position: absolute;
  top: 2.5rem;
}
.lead--text {
  font-size: 20px;
  line-height: 2em;
  letter-spacing: .4em;
  text-shadow: 2px 2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, -2px -2px 2px #fff, 4px 4px 4px #fff, 4px -4px 4px #fff, -4px 4px 4px #fff, -4px -4px 4px #fff, 6px 6px 6px #fff, 6px -6px 6px #fff, 6px 6px 6px #fff, -6px -6px 6px #fff, 8px 8px 8px #fff, 8px -8px 8px #fff, -8px 8px 8px #fff, -8px -6px 8px #fff, 10px 10px 10px #fff, 10px -10px 10px #fff, -10px 10px 10px #fff, -10px -10px 10px #fff;
}
@media only screen and (max-width: 767px) {
  .lead--text {
    font-size: 16px;
    line-height: 2.5em;
    letter-spacing: .2em;
  }
}

.concept--bg {
  background-color: #F0C8A5;
}
.concept--title {
  width: fit-content;
  padding: 1rem;
  background-image: url(../img/title_bg.png);
  background-size: cover;
}
.concept--inner {
  background-image: url(../img/concept_bg.png);
  background-size: cover;
  box-shadow: 3px 3px 6px #555;
}
.concept--text {
  text-shadow: 2px 2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, -2px -2px 2px #fff, 4px 4px 4px #fff, 4px -4px 4px #fff, -4px 4px 4px #fff, -4px -4px 4px #fff, 6px 6px 6px #fff, 6px -6px 6px #fff, 6px 6px 6px #fff, -6px -6px 6px #fff, 8px 8px 8px #fff, 8px -8px 8px #fff, -8px 8px 8px #fff, -8px -6px 8px #fff, 10px 10px 10px #fff, 10px -10px 10px #fff, -10px 10px 10px #fff, -10px -10px 10px #fff;
}
@media only screen and (min-width: 768px) {
  .concept--bg {
    height: 750px;
  }
  .concept--title {
    padding: 1rem 1rem 3rem 6rem;
    position: absolute;
    top: -10rem;
  }
  .concept--inner {
    width: 90%;
    position: absolute;
    top: -7rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .concept--image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}
@media only screen and (max-width: 767px) {
  .concept--title {
    margin: 0 8rem 0 0;
  }
}

.attempt--bg {
  background-color: #F09D05;
}
.attempt--title {
  width: fit-content;
  padding: 1rem;
  background-image: url(../img/title_bg.png);
  background-size: cover;
}
.attempt--image01 {
  position: absolute;
  bottom: 500px;
  left: 75%;
  z-index: 1;
}
@media only screen and (min-width: 900px) {
  .attempt--text {
    position: absolute;
    right: 0;
    bottom: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .attempt--title {
    padding: 1rem 1rem 1rem 6rem;
  }
  .attempt--bg {
    height: 1000px;
  }
  .attempt--image02 {
    width: 300px;
    position: absolute;
    bottom: 300px;
    right: 10%;
    z-index: 2;
  }
  .attempt--image03 {
    width: 300px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
  }
  .attempt--image04 {
    width: 300px;
    position: absolute;
    top: 250px;
    left: 10%;
    z-index: 4;
  }
}
@media only screen and (max-width: 899px) {
  .attempt--bg {
    height: 800px;
  }
  .attempt--image02 {
    width: 250px;
    position: absolute;
    bottom: 280px;
    right: 5%;
    z-index: 2;
  }
  .attempt--image03 {
    width: 250px;
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
  }
  .attempt--image04 {
    width: 250px;
    position: absolute;
    top: unset;
    bottom: 0;
    left: 5%;
    z-index: 4;
  }
}
@media only screen and (max-width: 767px) {
  .attempt--subtitle img {
    width: 60%;
  }
  .attempt--image02 {
    width: 250px;
    position: absolute;
    bottom: 300px;
    right: 10%;
    z-index: 2;
  }
  .attempt--image03 {
    width: 250px;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
  }
  .attempt--image04 {
    width: 250px;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 4;
  }
}
@media only screen and (max-width: 575px) {
  .attempt--image02 {
    width: 150px;
    position: absolute;
    bottom: 250px;
    right: 0;
    z-index: 2;
  }
  .attempt--image03 {
    width: 150px;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
  }
  .attempt--image04 {
    width: 150px;
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 4;
  }
}

.app--btn {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: .5rem 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #A40303;
  border: 2px #A40303 solid;
  border-radius: .5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.app--btn:hover {
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .app--btn:hover {
    text-decoration: none;
    color: #A40303;
    background-color: #fff;
    border: 2px #A40303 solid;
  }
}

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

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