@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
#wrapper {
  letter-spacing: 0.1em;
  width: 100%;
  font-feature-settings: "palt" 1;
  color: #414141;
  background-color: #F8F8F8;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  #wrapper {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    font-size: 12px;
  }
}
#wrapper a {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-wrapL {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-wrapR {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-wrapB {
  100% {
    transform: translateY(100%);
  }
}
/* アニメーション */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

#mainArea {
  width: 984px;
  margin: 0 auto 100px;
  position: relative;
  padding: 100px 0 100px 0;
}
@media screen and (max-width: 768px) {
  #mainArea {
    width: 100%;
    margin: 0 auto 70px;
    padding: 100px 0 0 0;
  }
}
#mainArea .back {
  position: absolute;
  width: 984px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #mainArea .back {
    width: 96%;
    margin: 100px auto 0;
  }
}
#mainArea .white {
  width: 66.9%;
  position: relative;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #mainArea .white {
    width: 85%;
  }
}
#mainArea .white img {
  animation: rotation 10s linear infinite;
  height: auto;
  width: 100%;
}
#mainArea .title_aleore {
  width: 42%;
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #mainArea .title_aleore {
    width: 54%;
    top: 43%;
  }
}
#mainArea h1 {
  text-align: center;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.9em;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #mainArea h1 {
    width: 80%;
    font-size: 11px;
    top: 57%;
    line-height: 1.8em;
  }
}
#mainArea h2 {
  text-align: center;
  position: absolute;
  font-size: 18px;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  letter-spacing: 0.2em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #mainArea h2 {
    font-size: 14px;
    top: 34%;
  }
}

#content {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #content {
    overflow: hidden;
  }
}
#content h3 {
  text-align: center;
  font-size: 18px;
  margin: 0 auto 30px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #content h3 {
    font-size: 14px;
    margin: 0 auto 20px;
  }
}
#content ul {
  width: 880px;
  margin: 0 auto 23px;
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 38px;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content ul {
    width: 90%;
    margin: 0 auto 20px;
    padding: 30px 0;
    border-radius: 30px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  #content ul li {
    justify-content: space-between;
    box-sizing: border-box;
  }
}
#content ul li a {
  text-decoration: none;
  color: #414141;
}
@media screen and (min-width: 769px) {
  #content ul li a {
    display: flex;
  }
}
#content ul li a .left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #content ul li a .left {
    width: 80%;
    margin: 0 auto 30px;
  }
}
#content ul li a .right {
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content ul li a .right {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  #content ul li a .right .cate {
    position: absolute;
    top: 50%;
    left: 58%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
}
#content ul li a .right .cate .clip {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #content ul li a .right .cate .clip {
    margin-bottom: 10px;
  }
}
#content ul li a .right .cate .clip .cl_img {
  width: 15px;
}
#content ul li a .right .cate .clip .cl_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #content ul li a .right .cate .clip .cl_img img {
    width: 10px;
    margin-right: 5px;
  }
}
#content ul li a .right .cate .clip .righttext {
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #content ul li a .right .cate .clip .righttext {
    font-size: 11px;
    margin-left: 1px;
  }
}
#content ul li a .right .cate h4 {
  font-size: 18px;
  position: relative;
  margin: 0 0 30px 0;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #content ul li a .right .cate h4 {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}
#content ul li a .right .cate h4 span {
  font-size: 14px;
  display: block;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #content ul li a .right .cate h4 span {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
#content ul li a .right .cate h4::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #C5C5C5;
  position: absolute;
  bottom: -35%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  #content ul li a .right .cate h4::after {
    bottom: -17%;
  }
}
#content ul li a .right .cate h5 {
  line-height: 1.8em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #content ul li a .right .cate h5 {
    line-height: 1.7em;
  }
}
#content ul .next {
  width: 40px;
  position: absolute;
  bottom: 8%;
  right: 3%;
}
@media screen and (max-width: 768px) {
  #content ul .next {
    width: 30px;
    bottom: 3%;
    right: 5%;
  }
}

.home {
  text-align: center;
  padding-bottom: 100px;
  font-size: 16px;
}
.home a {
  text-decoration: none;
  color: #414141;
}

.slider {
  width: 800px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .slider {
    width: 100%;
  }
}
.slider li {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .slider li {
    width: 200px;
  }
}

.slick-prev:before,
.slick-next:before {
  font-size: 25px !important;
  color: #555F62 !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .slick-prev:before,
  .slick-next:before {
    display: none;
  }
}

.scrolltop {
  position: fixed;
  bottom: 0px;
  width: 40px;
  right: 20px;
  border-radius: 10px 0 0 10px;
  z-index: 10;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .scrolltop {
    bottom: 15px;
    width: 30px;
    right: 20px;
    z-index: 13;
  }
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* sass読み込み
--------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */