@charset "utf-8";
/* ================ Style ================= */
#top-contetns-area {
  margin: 0 auto 40px;
}
div#wrapper section#one-word {
display: table;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  top: 0;
  left: 0;
}
div#wrapper section#one-word a.word-title {
  color: #fff;
}
div#wrapper section#one-word a.word-title:before {
  display: block;
  content: '';
  background: url("../image/one_word-bg.png") center no-repeat;
  background-size: contain;
  position: absolute;
}
div#wrapper section#one-word p {
  line-height: 1.5;
}
div#wrapper section#one-word p.date {
  line-height: 1;
}
#slider-area {
  margin-bottom: 50px;
  position: relative;
  top: 0;
  left: 0;
}
#slider-area a {
  display: none;
  transition: none;
  position: absolute;
  top: 0;
  left: 0;
}
#slider-area .slick-track a {
  position: relative;
  display: block;
}
#slider-area a figure {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
#slider-area a figure.top_photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 600 / 358;
  object-fit: cover;
}
#slider-area a.lock figure:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #f1eb3a transparent transparent;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
}
#slider-area a.lock figure:after {
  display: block;
  content: '\e924';
  width: 1em;
  height: 1em;
  pointer-events: none;
  font-family: 'icomoon';
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
#slider-area a figure dl {
  width: 60px;
  height: 64px;
  background: url("/cmn/images/bg_share.svg") center no-repeat;
  background-size: contain;
  padding-top: 12px;
  text-align: center;
  position: absolute;
  right: 7px;
  z-index: 10;
}
#slider-area a figure dl dt {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
#slider-area a figure dl dd {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
#slider-area a .inner {
  background-color: #fff;
  text-align: left;
}
#slider-area a .inner h2 {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
}
#slider-area a .inner p {
  line-height: 1.8;
  letter-spacing: 1px;
}
#slider-area a .inner h2 .entry-mark small {
  vertical-align: middle;
  line-height: 1;
  letter-spacing: 1px;
  color: #89ae73;
}
#slider-area a .inner h2 .entry-mark:before {
  display: inline-block;
  vertical-align: middle;
  content: '\e92a';
  width: 1em;
  height: 1em;
  pointer-events: none;
  font-family: 'icomoon';
  line-height: 1;
  letter-spacing: 1px;
  color: #e60012;
  margin-right: 5px;
}
.slick-prev,
.slick-next {
  display: block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  position: absolute;
  margin: auto;
  z-index: 10;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  font-family: 'icomoon';
  width: 1em;
  height: 1em;
  color: #e60012;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-color: #ccc;
  color: transparent;
  border-radius: 50%;
  border: 0;
  outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
  background-color: #e60012;
}

.top-contents-area-title {
  text-align: left;
  background: #fff;
  padding: 15px;
  border-bottom:#e60012 2px solid;
  margin-bottom: 20px;
  width: 100%;
}

.top-contents-area-title h2{
  font-weight: 700;
  font-size: 18px;
}

/* top-purpose-area */
#top-purpose-area {
	margin: -28px 0 48px;
	padding: 34px 0 50px;
	background: #fff;
}
#top-purpose-area .top-purpose-area-content {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
#top-purpose-area h2 {
	margin-bottom: 56px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0;
}
#top-purpose-area ul {
	display: flex;
	flex-wrap: wrap;
	gap: 23px;
}
#top-purpose-area li {
	width: calc((100% - 69px) / 4);
}
#top-purpose-area li a {
	position: relative;
	display: block;
}
#top-purpose-area li a img {
	width: 100%;
}
#top-purpose-area li a .mark {
	width: min(6.81vw,90px);
	position: absolute;
	left: 50%;
	top: max(-3.3vw,-43px);
	transform: translateX(-50%);
	border-radius: 50%;
}
#top-purpose-area li a .photo {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
#top-purpose-area li a .photo .sp {
	display: none;
}
#top-purpose-area li a p {
	padding: min(1.14vw,15px) 0 min(1.44vw,19px);
	color: #fff;
	font-size: min(1.9vw,25px);
	letter-spacing: 0;
	font-weight: bold;
	background: #57bde8;
	border-radius: 0 0 15px 15px;
}
#top-purpose-area li a p span {
	margin-top: 9px;
	display: block;
	color: #fff;
	font-size: min(1.6vw,21px);
	letter-spacing: 0;
	font-weight: bold;
}
#top-purpose-area li:nth-child(4n-2) a p {
	background: #f69d36;
}
#top-purpose-area li:nth-child(4n-1) a p {
	background: #e590b8;
}
#top-purpose-area li:nth-child(4n) a p {
	background: #66cc90;
}