.top-view__container img.sp_only {
	display: none;
}

.top-view__container a:hover {
	transition: 0.2s;
}

.top-view__container a:hover {
	opacity: 0.9;
}

.top-view__container img:hover {
	opacity: 1;
}

.bg__blue {
	background-color: #ebf6ff;
}

.newspaper__wrap {
	margin: 0 auto 80px;
	padding: 55px 0 85px;
	max-width: 1120px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.top__news {
	flex: 0 1 auto;
	width: 51%;
}

.top__paper {
	flex: 0 1 auto;
	width: 45%;
}

.top__h2--news__wrap {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.top__h2 {
	width: fit-content;
	color: #2a6bba;
	font-size: 0.32rem;
	letter-spacing: 0.01rem;
	position: relative;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}

.top__h2--news {
	padding-left: 70px;
	flex: 0 1 auto;
	width: fit-content;
}

.top__h2--paper {
	padding-left: 100px;
}

.top__h2::before {
	content: "";
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}

.top__h2--news::before {
	background-image: url(../images/top/ashirai_news.png);
	width: 83px;
	height: 120px;
	bottom: -25px;
	left: -10px;
}

.top__h2--paper::before {
	background-image: url(../images/top/ashirai_paper.png);
	width: 96px;
	height: 98px;
	bottom: -10px;
}

.top__h2--publish,
.top__h2--sponsor {
	margin: 0 auto;
}

.top__h2--publish {
	margin-bottom: 25px;
}

.top__h2--publish::before {
	background-image: url(../images/top/ashirai_publish.png);
	width: 117px;
	height: 85px;
	left: -135px;
	bottom: -20px;
}

.top__h2--sponsor::before {
	background-image: url(../images/top/ashirai_sponsor1.png);
	width: 97px;
	height: 45px;
	bottom: 9px;
	left: -117px;
}

.top__h2--sponsor::after {
	content: "";
	display: inline-block;
	width: 97px;
	height: 45px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 8px;
	right: -110px;
	background-image: url(../images/top/ashirai_sponsor2.png);
}

.top__link {
	padding: 15px 0 16px;
	border: solid 1px #2a6bba;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #2a6bba;
	font-size: 0.16rem;
	background-color: #d4eaff;
	border-radius: 50px;
	letter-spacing: 0.01rem;
	position: relative;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
	line-height: 1;
}

.top__link--news {
	margin-left: 33px;
	border: 0;
	background-color: transparent;
	border-radius: 0;
	flex: 0 1 auto;
	width: fit-content;
	justify-content: flex-start;
	align-items: center;
}

.top__link--publish {
	margin: 0 auto;
	width: 240px;
}

.top__link--sponsor {
	margin: 0 auto;
	width: 290px;
}

.top__link--publish {
	background: #b062a3;
	border: solid 1px #b062a3;
	color: #FFF;
}

.top__arrow {
	padding-left: 20px;
	flex: 0 1 auto;
	display: inline-block;
	position: relative;
}

.top__arrow--publish,
.top__arrow--sponsor {
	position: absolute;
	top: 40%;
	left: 20px;
	width: 15px;
	height: 15px;
}

.top__arrow::before {
	content: "";
	width: 15px;
	height: 15px;
	border: solid 1px #acb2b0;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -3px;
	margin-top: -5px;
	background-color: #fff;
}

.top__arrow::after {
	content: "";
	width: 4px;
	height: 4px;
	border: 0;
	border-top: solid 2px #3e6eb3;
	border-right: solid 2px #3e6eb3;
	position: absolute;
	top: 5%;
	left: 2px;
	transform: rotate(45deg);
}

.top__arrow--publish::before {
	border: solid 1px #b062a3;
}

.top__arrow--sponsor::before {
	border: solid 1px #3e6eb3;
}

.top__arrow--publish::after {
	border-top: solid 2px #b062a3;
	border-right: solid 2px #b062a3;
}

.top__arrow--sponsor::after {
	border-top: solid 2px #3e6eb3;
	border-right: solid 2px #3e6eb3;
}

.news__list {
	list-style: none;
}

.news__list--item {
	padding: 14px 0;
	border-bottom: solid 1px #2a6bba;
}

.news__list--link {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-decoration: none;
	color: #000;
	font-size: 0.15rem;
}

.news__list--time {
	flex: 0 1 auto;
	width: 18%;
}

.news__list--text {
    flex: 0 1 auto;
    width: 78%;
}

.paper__list {
	margin-top: 50px;
	padding: 0 35px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	list-style: none;
}

.paper__list--item {
	flex: 0 1 auto;
	width: 48%;
}

.paper__img-wrap {
	margin: 0 auto 10px;
	width: 90%;
	display: block;
	box-shadow: 2px 2px 15px rgba(137, 136, 136, 0.75);
}

.paper__img {
	width: 100%;
}

.paper__text {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 0.17rem;
	text-align: center;
	white-space: nowrap;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-b);
}

.bg__yellow {
	background-color: #fffbc4;
}

.top__publish {
	padding: 50px 0;
	background: #e2dfef;
}

.publish__slider .slick-list {
	height: 100%!important;
}

.publish__slider {
	margin: 0 auto 75px !important;
	max-width: 1260px;
	width: 90%;
}

.publish__slide {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(137, 136, 136, 0.75);
	border-radius: 10px;
}

.slick-slide {
	margin: 0 13px;
}

.slick-slide img {
	margin: 0 auto;
	width: 75%;
	height: 208px;
	object-fit: contain;
}

.slick-prev {
	z-index: 1;
	left: -85px !important;
	top: 42%;
	width: 48px !important;
	height: 48px !important;
	transform: translatex(35px) !important;
}

.slick-next {
	z-index: 1;
	right: -85px !important;
	top: 42%;
	width: 48px !important;
	height: 48px !important;
	transform: translatex(-35px) !important;
}

.top-view__container .slick-prev {
	left: -15px !important;
}

.top-view__container .slick-next {
	right: -25px !important;
}

.slick-arrow::before {
	content: "" !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.slick-next::before {
	background: url(../images/top/slick_arrow_r.svg) !important;
	background-size: contain !important;
}

.slick-prev::before {
	background: url(../images/top/slick_arrow_l.svg) !important;
	background-size: contain !important;
}


/*
.prev-arrow::before{
    content:"";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: solid 1px #acb2b0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -3px;
}*/

.slick-list {
	padding: 5px 0 !important;
}

.slick-dots {
	bottom: -30px !important;
}

.slick-dots li {
	margin: 0 3px !important;
}

.slick-dots li button {
	border: solid 1px #2a6bba !important;
	border-radius: 50%;
	width: 10px !important;
	height: 10px !important;
}

.slick-active button {
	background-color: #2a6bba !important;
}

.top__publish--text {
	margin-bottom: 30px;
	text-align: center;
	line-height: 0.29rem;
}

.publish__slide--link {
	text-decoration: none;
	color: #000;
}

.publish__slide--title {
	margin: 20px auto 10px;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
	font-size: 0.15rem;
	text-align: center;
}

.publish__slide--text {
	margin: 0 auto;
	font-size: 0.11rem;
	line-height: 1.3;
}

.top-view__container {
	margin-bottom: 36px;
}

.top-view__container img {
	width: 100%;
	height: 100%;
	object-fit: initial;
}

.top-view__container .top-view__slider .slick-next {
	transform: translatex(-35px);
}

.top-view__container .top-view__slider .slick-prev {
	transform: translatex(35px);
}

.top-view__container .slick-slide {
	margin: 0;
}

.home .top-quality-of-childcare {
	width: 1020px;
	max-width: 100%;
	margin: 0 auto;
}

.top-quality-of-childcare--container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}

.top-quality-of-childcare__text {
	width: 50%;
}

.top-quality-of-childcare__text p {
	font-size: 0.3rem;
	letter-spacing: 0.01em;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}

.top-quality-of-childcare__item {
	width: 39%;
}

.top-button {
	position: relative;
	text-align: right;
	margin-top: 30px;
}

.top-button .arrow {
	position: relative;
	width: 18px;
	height: 18px;
	height: 18px;
	margin-right: 12px;
}

.top-button .arrow::before {
	content: "";
	width: 18px;
	height: 18px;
	background: #fff;
	color: #333;
	border: solid 1px #fff;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 5;
}

.top-button .arrow::after {
	content: "";
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #2a6bba;
	border-right: solid 2px #2a6bba;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	margin: auto;
	transform: rotate(45deg);
	z-index: 6;
}

.top__link--publish .arrow {
	position: relative;
	width: 18px;
	height: 18px;
	height: 18px;
	margin-right: 12px;
}

.top__link--publish .arrow::before {
	content: "";
	width: 18px;
	height: 18px;
	background: #fff;
	color: #333;
	border: solid 1px #fff;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 5;
}

.top__link--publish .arrow::after {
	content: "";
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #b062a3;
	border-right: solid 2px #b062a3;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	margin: auto;
	transform: rotate(45deg);
	z-index: 6;
}

.top__link--sponsor .arrow {
	position: relative;
	width: 18px;
	height: 18px;
	height: 18px;
	margin-right: 12px;
}

.top__link--sponsor .arrow::before {
	content: "";
	width: 18px;
	height: 18px;
	background: #fff;
	color: #333;
	border: solid 1px #fff;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 5;
}

.top__link--sponsor .arrow::after {
	content: "";
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #b062a3;
	border-right: solid 2px #b062a3;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	margin: auto;
	transform: rotate(45deg);
	z-index: 6;
}

.top-button a {
	position: relative;
	font-size: 0.15rem;
	color: #fff;
	background-color: #3174c4;
	border-radius: 33px;
	padding: 13px 23px 13px 36px;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}

.top-view-introduction {
	width: 1020px;
	max-width: 100%;
	margin: 0 auto 50px;
}

.top-view-introduction--title {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
}

.top-view-introduction--title h1 {
	font-size: 0.36rem;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}

.top-view-introduction--title img {
	width: 134px;
	margin-right: 24px;
}

.top-view-introduction--img__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-view-introduction--img__list a {
	width: 47%;
	max-width: 475px;
}

.top-view-business-details {
	width: 1170px;
	max-width: 100%;
	margin: 0 auto 90px;
}

.top-view-business-details > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-view-business-details h2 {
	font-size: 0.32rem;
	text-align: center;
	margin-bottom: 20px;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}

.top-view-business-details img {
	width: 254px;
}

.sp_only {
	display: none;
}


@media screen and (min-width: 769px) and  (max-width: 1210px) {
	.top-view-business-details{
		margin: 0 auto .9rem;
		width: calc(100% - 40px);
	}
	.top-view-business-details img{
	    width: calc((100vw - 80px)/4);
	}
}
@media screen and (min-width: 768px) and  (max-width: 900px) {
	.home .top-quality-of-childcare,
	.top-view-business-details{
		margin: 0 auto 1rem;
		width: calc(100% - 40px);
	}
	.top-quality-of-childcare__text{
		width: 62%;
	}
	.top-quality-of-childcare__item{
		width: 35%;
	}
	.newspaper__wrap{
		margin: 0 auto;
		width: calc(100% - 40px);
		flex-direction: column;
	}
	.top__news{
		margin-bottom: .8rem;
		width: 100%;
	}
	.top__paper{
		width: 100%;
	}
	.top__publish{
		padding: .5rem .2rem;
	}
	.top__sponsor{
		margin: 0 auto;
		width: calc(100% - 40px);
	}
}

@media screen and (min-width: 768px) and  (max-width: 960px){
section:not(.top-view__container, .top__publish), .top-view-business-details {
    padding: 0px 40px;
}
}

@media screen and (max-width: 767px) {
	.top-view__container img.sp_only {
		display: block;
	}
	.top-view__container img.pc_only {
		display: none;
	}
	.top-view__container .slick-arrow {
		display: none !important;
	}
	.top__h2,
	.top-view-business-details h2 {
		font-size: .29rem;
		margin-bottom: 12px;
	}
	.slick-dots {
		bottom: -24px !important;
	}
	.slick-arrow::before {
		width: 100% !important;
		background-repeat: no-repeat !important;
	}
	.top-view__container .top-view__slider .slick-next {
		transform: translatex(0);
		right: 0px !important;
	}
	.top-view__container .top-view__slider .slick-prev {
		left: -25px !important;
	}
	.slick-dots li button {
		width: 9px !important;
		height: 9px !important;
		padding: 0 !important;
	}
	.slick-dots li.slick-active button:before {
		width: 30%;
	}
	.slick-dots li button:before {
		display: none;
	}
	.top-view__container .slick-dots li {
		height: auto;
		width: 15px;
	}
	.slick-prev,
	.slick-next {
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.slick-prev {
		left: -60px!important;
	}
	.slick-next {
		right: -60px!important;
	}
	.top__publish {
		padding: 0 20px 50px;
	}
	section:not(.top-view__container, .top__publish),
	.top-view-business-details {
		padding: 0 20px;
	}
	.top__paper {
        width: 100%;
		margin: 0 auto 26px;
	}
	.top-view-business-details {
		margin: 0 auto 40px;
	}
	.top-quality-of-childcare--container {
		display: block;
		margin-bottom: 80px;
	}
	.top-quality-of-childcare__text {
		width: 100%;
	}
	.top-quality-of-childcare__text p {
		font-size: 0.23rem;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	.top-view-introduction--img__list a {
		margin: 0 auto 25px;
		width: 100%;
	}
	.top-view-introduction {
		margin: 0 auto 20px;
	}
	.top-view-business-details img {
		width: 100%;
	}
	.top-view-introduction--title img {
		width: 100px;
		margin-right: 17px;
	}
	.top-view__container {
		margin-bottom: 36px;
	}
	.top-button {
		text-align: center;
	}
	.top-button::before {
		left: -55%;
	}
	.top-button::after {
		left: -55%;
	}
	.top-view-introduction--title {
		align-items: flex-start;
		margin-bottom: 12px;
	}
	.top-view-introduction--title h1 {
		font-size: .29rem;
		line-height: 1.3;
	}
	.top-view-business-details > div {
		justify-content: center;
	}
	.top-view-business-details > div a {
		margin-bottom: 25px;
		max-width: 475px;
	}
	.top__sponsor__list-item {
		margin-bottom: 10px;
		padding: 13px;
		flex: 0 1 auto;
		width: 100%;
		text-align: center;
		min-height: fit-content;
	}
	.top__sponsor__list-item br {
		display: none;
	}
	.top__publish .slick-dots {
		bottom: -40px !important;
	}
	.top__h2--news__wrap,
	.news__list--link,
	.newspaper__wrap,
	.paper__list {
		display: block;
	}
	.top__h2--news {
		margin: 0 auto;
		padding-left: 25px;
		margin-bottom: 10px;
	}
	.top__h2--news::before {
		width: 60px;
		height: 100px;
		left: -43px;
	}
	.top__link--news {
		margin: 0 auto;
	}
	.top__h2--news__wrap {
		margin-bottom: 0px;
	}
	.top__news {
		width: 100%;
		margin-bottom: 40px;
	}
	.top__h2--news::before {
		width: 60px;
		height: 89px;
		left: -43px;
		bottom: -16px;
	}
	.paper__list--item {
        width: 100%;
        line-height: 1.6;
    }
	.news__list--item {
		padding: 6px 10px 10px;
		border-bottom: solid 1px #2a6bba;
	}
	.news__list--item {
		padding: 6px 10px 10px;
	}
	.top__publish--text {
		text-align: justify;
		line-height: 1.5;
		margin-bottom: 18px;
	}
	.top__h2--paper::before {
		width: 73px;
		height: 86px;
		bottom: -10px;
		left: 7px;
	}
	.paper__list--item {
		margin-bottom: 0;
		width: 44%;
	}
	.paper__list {
		display: flex;
		padding: 0;
		margin-top: 30px;
	}
	.paper__text {
		font-size: 0.14rem;
		margin-top: 10px;
	}
	.paper__img-wrap {
		margin: 0;
		width: 100%;
	}
	.newspaper__wrap {
		padding: 30px 0 15px;
		margin: 0 auto 50px;
	}
	.top__h2--paper {
		padding-left: 88px;
	}
	.top__link--publish,
	.top__link--sponsor {
		width: max-content;
		padding: 13px 23px 13px 36px;
		text-align: center;
		min-width: 233px;
	}
	.bg__yellow {
		padding-bottom: 1px;
	}
	.publish__slider {
		margin: 0 auto 60px !important;
		max-width: 1260px;
		width: 90%;
	}
	.top__h2--publish {
		padding-top: 40px;
		line-height: 1.3;
		padding-left: 70px;
	}
	.top__h2--publish::before {
		width: 92px;
		height: 74px;
		left: -28px;
		bottom: -8px;
	}
	.top__h2--sponsor {
		line-height: 1.3;
		padding-top: 0;
		margin-bottom: 0px;
		text-align: center;
	}
	.top__sponsor__text {
		margin: 20px auto 25px;
	}
	.top__h2--sponsor::before {
		width: 87px;
		height: 45px;
		bottom: 9px;
		left: -100px;
	}
	.top__h2--sponsor::after {
		width: 87px;
		bottom: 8px;
		right: -99px;
	}
	.slick-prev,
	.slick-next {
		width: 50px!important;
	}
	.slick-arrow::before {
		left: 0;
	}
	.top__sponsor-list {
		margin-bottom: 0;
		padding: 20px;
	}
	.top__sponsor-list__wrap {
		padding-bottom: 40px;
		width: 100vw;
		margin-left: -20px;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	
}



	.is-campaign_banner-trasition{
	    transition: 0.7s;
	}


