@charset "utf-8";

html,body {
  color: #000000;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 2;
}

#wrapper {
  width: 100%;
  min-width: 970px;
}

header,.globalNav {
  margin: 0 auto;
}

#megaMenu {
  width: 970px;
  margin: 0 auto;
}

#navcontainer {
  width: 970px;
  margin-right: auto;
  margin-left: auto;
}

#navlist {
    margin: 2px 0px;
}

#contentsArea {
  width: 100%;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  overflow: hidden;
}

#contentsArea .main {
  margin-top: 10px;
}

#contentsArea section {
  width: 100%;
}

#contentsArea section:nth-of-type(3) {
  margin-bottom: 100px;
}

#contentsArea section h1 {
  font-size: 2.4rem;
}

#contentsArea section h2 {
  padding: 22px 0;
  font-size: 2.2rem;
  border-bottom: 1px solid #bfbfbf;
  line-height: 1.6;
}

#contentsArea section h3 {
  color: #009cdb;
  font-size: 1.6rem;
}

#contentsArea section p {
  margin: 40px 0;
}

#contentsArea section a {
  color: #009cdb;
}

/* mainvisual */
.mainvisual {
  position: relative;
}

#contentsArea .mainvisual-title {
  padding: 22vh 0;
  color: #009cdb;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  text-shadow: 2px 2px 3px #ffffff, 2px -2px 3px #ffffff, -2px -2px 3px #ffffff, -2px 2px 3px #ffffff;
}

.mainvisual ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.mainvisual li {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: fade 15s linear 0s infinite;
  background-size: cover;
  opacity: 0;
}

.mainvisual li:nth-of-type(1) {
  animation-delay: 0s;
  background: url("/business/solution/nursery/img/img_mainvisual_001.jpg") no-repeat center top;
}

.mainvisual li:nth-of-type(2) {
  animation-delay: 5s;
  background: url("/business/solution/nursery/img/img_mainvisual_002.jpg") no-repeat center center;
}

.mainvisual li:nth-of-type(3) {
  animation-delay: 10s;
  background: url("/business/solution/nursery/img/img_mainvisual_003.jpg") no-repeat center top -100px;
}

@keyframes fade {
	0% {
		animation-timing-function: ease-in;
		opacity: 0;
	}
	10% {
		opacity: 1;
		transform: scale(1.05) rotate(0.0001deg);
	}
	30% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: scale(1.1) rotate(0.0001deg);
	}
	50% {
		opacity: 0;
		transform: scale(1.2) rotate(0.0001deg);
	}
	100% {
		opacity: 0;
	}
}

.state-button {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    background: #cccccc;
    cursor: pointer;
}

.state-button:before,.state-button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 14px;
  margin: 8px 0px;
  border-left: 4px solid #ffffff;
}

.state-button:before {
  left: 9px;
}

.state-button:after {
    right: 9px;
}

.mainvisual.stop li {
  animation-play-state: paused;
}

.stop .state-button:before {
  height: 0;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffffff;
}

.stop .state-button:after {
  content: none;
}

/* colomun */
#contentsArea .row {
  display: flex;
}

#contentsArea .col-lg-6 {
  width: 400px;
}

#contentsArea img {
  max-width: 100%;
  height: auto;
}

/* section nursery */
#contentsArea .nursery {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 60px;
  background-color: #009cdb;
}

#contentsArea .nursery h1 {
  margin: 0;
  padding: 46px 0;
  color: #ffffff;
  text-align: center;
}

#contentsArea .nursery p {
  width: 850px;
  margin: 0 auto;
  color: #ffffff;
}

/* support */
#contentsArea .support {
  width: 850px;
  margin: 0 auto;
}

#contentsArea .support .row {
  align-items: center;
  margin: 30px 0;
  list-style: none;
}

#contentsArea .support .col-lg-6 {
  width: auto;
}

#contentsArea .support .col-lg-6:nth-of-type(1) {
  margin-left: 34px;
  margin-right: 20px;
}


/* section solution */
#contentsArea .solution {
  width: 850px;
  margin: 0 auto;
}

#contentsArea .solution .row:not(:nth-of-type(3)) .col-lg-6 {
  margin-bottom: 30px;
}

#contentsArea .solution .col-lg-6:nth-of-type(odd) {
    margin-right: 50px;
}

#contentsArea .solution .col-lg-6 h3 {
  display: flex;
  align-items: center;
  margin: 16px 0;
  line-height: 1.6;
}

#contentsArea .solution .col-lg-6 dt {
  margin: 10px 0;
  font-weight: bold;
}

#contentsArea .solution .col-lg-6 dd {
  font-size: 1.5rem;
}

#contentsArea .solution .col-lg-6 dd.notes {
  font-size: 1.3rem;
}

#contentsArea .solution .col-lg-6 dd:nth-of-type(1) {
  margin-bottom: 16px
}

#contentsArea .solution .col-lg-6 dd ul {
  list-style: none;
}

/* footer */
footer {
  margin-left: auto;
  margin-right: auto;
}

/* parts */
#contentsArea .contact-button {
  display: flex;
  justify-content: center;
  margin: 80px 0 120px;
}

#contentsArea .contact-button a {
  display: block;
  padding: 28px 98px;
  color: #ffffff;
  background-color: #009cdb;
  border: 1px solid #009cdb;
  border-radius: 14px;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition-duration: .3s;
  cursor: pointer;
}
#contentsArea .contact-button a:visited {
  color: #ffffff;
}

#contentsArea .contact-button a:hover {
  color: #009cdb;
  background-color: #ffffff;
  text-decoration: none;
}

#contentsArea .col-lg-6 h3 span {
    display: block;
    color: #0062c2;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    box-sizing: border-box;
}

#contentsArea .col-lg-6 h3 > span {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
  margin: 0 12px 0 0;
    padding: 14px;
    background-color: #a6daef;
    border-radius: 100%;
}

#contentsArea .col-lg-6 h3 span span {
    font-size: 2.6rem;
    line-height: 1;
}

#contentsArea .border-box-blue {
  padding: 22px 30px 22px 40px;
  border: 8px solid #a6daef;
}

#contentsArea .border-box-blue li {
  color: #009cdb;
  font-size: 1.8rem;
  font-weight: bold;
}

/* ChiReaff Space trial campaign */
.banner_campaign {
	margin-bottom: -21px !important;
}

.imageTextCenter01 {
	text-align: center;
}

.banner_top {
	margin-top: 50px !important;
	margin-bottom: 30px !important;
}

.banner_bottom {
	margin-top: -50px !important;
	margin-bottom: 100px !important;
}

.banner_top:hover, .banner_bottom:hover, .banner_campaign:hover, .section-solution img:hover {
    opacity: 0.8;
}

.section-lead {
	margin-top: 40px !important;
}
.section-lead p {
	margin-bottom: 10px !important;
}

.section-apply {
	margin-top: 30px !important;
	margin-bottom: 90px !important;
}

.btn--orange, a.btn--orange {
    color: #fff !important;
    background-color: #f79646;
    box-shadow: 4px 4px 2px #d9d9d9;
    text-decoration: none !important;
    display: inline-block;
    width: 485px;
    padding: 15px 0 !important;
    font-weight: bold;
    font-size: 19px;
	border-radius: 100vh;
	text-align: center;
	margin-bottom: 5px !important;
}

.btn--orange:hover, a.btn--orange:hover {
    opacity: 0.8;
    box-shadow: 4px 4px 2px #fff;
}

.campaign-content {
	background-color: #fdf0f0;
	padding-bottom: 90px !important;
	margin-bottom: 0 !important;
}

.apply-button {
	margin-top: 40px !important;
	margin-bottom: 50px !important;
}

.section-what {
	padding-bottom: 20px !important;
}

.section-solution {
	padding-bottom: 100px !important;
}

#contentsArea.trail section .row {
    display: block;
    width: 850px;
    margin: 0 auto;
	clear:  both;
	overflow: auto;
}

#contentsArea section p.notice {
    font-size: 15px;
	margin: 20px 0 0 !important;
}

#contentsArea.trail .color-trail {
	color: #ed6b6c;
}

#contentsArea.trail .color-chireaff {
	color: #009cdb;
}

#contentsArea.trail .mainvisual {
	background: url(/business/solution/nursery/campaign/img/mainvisual.png) no-repeat center top;
}

#contentsArea.trail .mainvisual-title {
	text-shadow: none;
	padding: 7vh 0;
}

#contentsArea.trail .cover-pink {
	background-color: #ed6b6c;
	opacity: 0.9;
	margin: 0;
	padding: 50px 0;
	font-size: 40px;
	line-height: 50px;
    color: #fff;
}

#contentsArea.trail .trail-title-1 {
	font-size: 25px;
}

#contentsArea.trail .trail-title-2 {
	font-size: 46px;
}

#contentsArea.trail .trail-title-3 {
	font-size: 27px;
}

#contentsArea.trail h2 {
    text-align: center;
    font-size: 30px;
	border: none;
	padding: 90px 0 40px;
	color: #009cdb;
}

#contentsArea.trail .white-box {
	background-color: #fff;
	border: 7px solid #f5aeae;
	border-radius: 15px;
	padding: 30px 50px 20px;
	margin-bottom: 50px;
}

#contentsArea.trail .white-box p {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}

#contentsArea.trail .white-box p:last-child {
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}

#contentsArea.trail .white-box .size1of2 {
	width: 360px;
}

#contentsArea.trail .size1of2 {
	width: 410px;
}

#contentsArea.trail .unit {
	float: left;
	margin: 0 30px 30px 0;
}

#contentsArea.trail .white-box .unit {
	margin: 0 0 20px;
}

#contentsArea.trail .lastUnit {
	float: left;
	margin: 0 0 20px;
}

#contentsArea.trail .white-box ul {
	margin-left: 25px;
	font-size: 17px;
	font-weight: bold;
}

.campaign-checkmark {
    padding-left: 50px !important;
    position: relative;
    font-size: 17px;
	margin-bottom: 10px !important;
}
.campaign-checkmark:before, .campaign-checkmark:after {
    content: "";
    display: block;
    position: absolute;
}
.campaign-checkmark:before {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #d9d9d9;
    left: 0;
    top: 2px;
}
.campaign-checkmark:after {
    border-left: 3px solid #00ce6d;
    border-bottom: 3px solid #00ce6d;
    width: 20px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 7px;
    top: 7px;
}

dl.notation {
	margin-top: 10px !important;
	padding: 0 5px !important;
}

dl.notation dt {
    float: left;
    clear: both;
    display: inline;
    width: 1.4em;
}

#contentsArea.trail .unit-gray {
	background-color: #f3f7fd;
	border-radius: 8px;
}

#contentsArea.trail .unit-gray-inner {
	padding: 20px 30px;
}

#contentsArea.trail .unit-gray p {
	font-size: 15px;
	margin: 15px 0 0 !important;
	line-height: 25px;
}

#contentsArea.trail .unit-gray p span {
	font-size: 17px;
	font-weight: bold;
}

#contentsArea.trail .gray-title {
	color: #009cdb;
    font-weight: bold;
    font-size: 19px !important;
	text-align: center;
}

.section-what p {
	margin: 0 0 30px !important;
}

.banner_nursery {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px !important;
}

@media only screen and (min-width: 600px) {
.mainvisual {
  margin-top: 10px !important;
}
.d-lg-none {
  display: none;
}
.marginTop40 {
  margin-top: 40px !important;
}

/* ChiReaff Space trial campaign */
.campaign_link {
    text-align: center;
    background-color: #ed6b6c;
	padding-bottom: 10px !important;
	margin-bottom: -10px !important;
}

}

@media only screen and (max-width: 599.99px) {
#wrapper {
  min-width: 320px;
}

#contentsArea {
  padding: 0;
}

#contentsArea .main {
  margin: 0;
}

#contentsArea section {
  width: 100%;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}

#contentsArea section h1 {
  padding: 30px 0;
  line-height: 1.6;
}

#contentsArea section h2 {
  padding: 14px 10px;
  font-size: 2rem;
}

#contentsArea section p {
  margin: 20px 0;
  padding: 0 10px;
  line-height: 1.6;
}

/* mainvisual */
#contentsArea .mainvisual-title {
  padding: 60px 0;
  font-size: 2.2rem;
}

.mainvisual li {
  background-size: 400px auto !important;
}

.mainvisual li:nth-of-type(2) {
  background-position: left top;
}

.mainvisual li:nth-of-type(3) {
  background-position: right top;
}

/* colomun */
#contentsArea .row {
  flex-direction: column;
}

#contentsArea .col-sm-12 {
  width: auto;
  margin: 0;
}

/* section nursery */
#contentsArea .nursery {
  padding-bottom: 30px;
}

#contentsArea .nursery h1 {
  padding: 30px 0;
}

#contentsArea .nursery p {
  width: auto;
  margin: 0;
}

/* support */
#contentsArea .support {
  width: auto;
}

#contentsArea .support .col-sm-12 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 !important;
}

#contentsArea .support .col-sm-12:nth-of-type(1) {
  width: 55%;
  margin: 12px 0 !important;
}

#contentsArea .border-box-blue li {
  line-height: 1.6;
  margin-bottom: 10px;
}
#contentsArea .border-box-blue li:last-child {
  margin-bottom: 0;
}

/* section solution */
#contentsArea .solution {
  width: auto;
  margin-bottom: 60px;
}

#contentsArea .solution .col-sm-12:nth-of-type(odd) {
  margin: 0;
}

#contentsArea .solution .col-sm-12 dt,
#contentsArea .solution .col-sm-12 dd {
  padding: 0 10px;
  line-height: 1.6;
}

/* parts */
#contentsArea .contact-button {
  margin: 50px 0;
}

#contentsArea .contact-button a {
  padding: 16px 30px;
}

#contentsArea .border-box-blue {
  padding: 18px 10px 18px 34px;
}

.d-sm-none {
  display: none;

}

/* ChiReaff Space trial campaign */
.banner_campaign {
	margin-bottom: -11px !important;
}

.banner_top {
	margin-top: 30px !important;
	margin-bottom: 10px !important;
	padding: 0 10px !important;
}

.banner_bottom {
	margin-top: 0 !important;
}

.btn--orange, a.btn--orange {
    width: 90%;
    padding: 10px 0 !important;
    font-size: 19px;
}

.section-lead {
	margin-top: 10px !important;
}

.section-apply {
	margin-top: 20px !important;
	margin-bottom: 50px !important;
}

.campaign-content {
	padding-bottom: 50px !important;
	margin-bottom: 0 !important;
}

.apply-button {
	margin-top: 20px !important;
	margin-bottom: 40px !important;
}

.section-what {
	padding-bottom: 0 !important;
}

.section-what p {
    padding: 0 9px !important;
}

.section-solution {
	padding-bottom: 100px !important;
}

#contentsArea.trail .mainvisual {
    background: url(/business/solution/nursery/campaign/img/mainvisual_sp.png) no-repeat center top;
}

#contentsArea.trail section .row {
    width: 100%;
}

#contentsArea section p.notice {
    font-size: 11px !important;
}

#contentsArea.trail .cover-pink {
	padding: 30px 0;
    font-size: 20px;
	line-height: 33px;
}

#contentsArea.trail .trail-title-1 {
    font-size: 16px;
}

#contentsArea.trail .trail-title-2 {
    font-size: 30px;
}

#contentsArea.trail .trail-title-3 {
    font-size: 16px;
}

#contentsArea.trail section p {
  font-size: 14px;
  line-height: 2.1;
}

#contentsArea.trail h2 {
    font-size: 25px;
	padding: 30px 0;
}

#contentsArea.trail .white-box {
    padding: 30px 10px 20px;
}

#contentsArea.trail .white-box p {
    font-size: 16px;
}

#contentsArea.trail .white-box p:last-child {
    font-size: 14px;
	padding: 0 20px;
}

#contentsArea.trail .white-box .unit {
    margin: 0 0 10px 10px;
}

#contentsArea.trail .size1of2 {
    width: 100% !important;
}

#contentsArea.trail .unit {
    margin: 0 30px 20px 0;
}

#contentsArea.trail .lastUnit {
	margin-bottom: 20px !important;
}

.campaign-checkmark {
    font-size: 15px;
    padding-top: 4px !important;
}

dl.notation dd {
    font-size: 14px;
}

#contentsArea.trail .white-box ul {
    margin-left: 35px;
    padding-right: 20px;
    font-size: 15px;
}

dl.notation {
	padding: 0 15px !important;
}

dl.notation dt {
	height: 56px;
}

}