@charset "UTF-8";
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* Slider */
/* Icons */
/*
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    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');
}
*/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center !important;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.themefeaturesArea .slick-dots li button:before{
    opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.themefeaturesArea .slick-dots li.slick-active button:before{
     opacity: 1;
}
.contents div, h1, h2, h3, h4, h5, h6, p, address, blockquote, .contents ul, .contents ol, .contents li, dl, dt, dd, table, th, td, form, fieldset, input {
    text-align: left;
    font-size: 62.5%;
}
.contents .themefeaturesArea .ab_dom_feature p{
    text-align: right;
    font-size: 1.6rem;
}
.contents .themefeaturesArea .item_tag_ab{
    font-size: 1.2rem;
}
body {
  overflow-x: hidden;
}
.contents {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contents {
    font-size: 1.4rem;
    line-height: 1.85;
  }
    .contents .themefeaturesArea .ab_dom_feature p{
    text-align: center;
}
}

.contents .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .contents .sp {
    display: block;
  }
  .contents .pc {
  display: none;
  }
}

.contents .box--center {
  width: 92%;
  max-width: 1074px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .contents .box--center {
    font-size: 1.4rem;
  }
}

.contents .heading02 {
  margin-bottom: 1.7em;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .1em;
  color: #f24b18;
}

@media screen and (max-width: 767px) {
  .contents .heading02 {
    margin-bottom: 1em;
    font-size: 2rem;
  }
}

.contents .heading03 {
  margin-bottom: 2em;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .contents .heading03 {
    font-size: 1.8rem;
  }
}

.kv {
  position: relative;
  display: flex;
  justify-content: center;
  background: url(../img/kv_pc.jpg) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .kv {
    padding-bottom: calc(77.2% + 45px);
    background: url(../img/kv_sp.jpg) no-repeat 50% 0/100% auto;
  }
}

.kv h1 {
  padding: 1em 2em 1.2em;
  margin: 94px auto;
  background: #fff;
  border-radius: 3em;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px 2px;
  color: #f24b18;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  width: 420px;
}

@media screen and (max-width: 767px) {
  .kv h1 {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 92%;
    padding: 1em 1em 1.2em;
    margin: 64% auto 0;
    font-size: 2.2rem;
    transform: translateX(-50%);
  }
}

.lead {
  margin: 3.5em 0;
  text-align: center;
  line-height: 2.25;
}

@media screen and (max-width: 767px) {
  .lead {
    line-height: 1.85;
  }
}

.point {
  margin-bottom: 90px;
  padding: 50px 0;
  background: url(../img/bg_point_pc.jpg) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .point {
    margin-bottom: 40px;
    background-image: url(../img/bg_point_sp.jpg);
  }
}

.point .box--center {
  padding: 50px 0;
  background: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .point .box--center {
    padding: 35px 0;
  }
}

.point dl {
  width: 81%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .point dl {
    width: 86%;
  }
}

.point dl > * {
  padding-left: 5.2rem;
}

@media screen and (max-width: 767px) {
  .point dl > * {
    padding-left: 3.5rem;
  }
}

.point dl dt {
  counter-increment: point;
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .point dl dt {
    font-size: 1.6rem;
  }
}

.point dl dt:before {
  content: counter(point);
  position: absolute;
  left: 0;
  top: 0.2em;
  padding: .2em .45em .3em;
  background: #333;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .point dl dt:before {
    top: .1em;
    font-size: 1.6rem;
  }
}

.point dl dd {
  margin: .5em 0 2em;
  line-height: 1.4;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .point dl dd {
    margin-bottom: 1.5em;
    font-size: 1.4rem;
  }
}

.point__notes {
  width: 52%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .point__notes {
    width: 86%;
    text-align: left;
    font-size: 1.2rem;
  }
}

.crsNav {
  padding: .5em 0 2em;
}

.crsNav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.crsNav li {
  padding: .5em 3em;
}

.crsNav a {
  position: relative;
  font-weight: 500;
  color: #333;
  transition: color .3s ease-out;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .crsNav a {
    font-size: 1.4rem;
  }
}

.crsNav a:before {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 1px;
  background: #f24b18;
  transition: width .3s ease-out;
}

.crsNav a:after {
  content: '';
  display: inline-block;
  width: .6em;
  height: .6em;
  margin: .25em 0 0 .6em;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  vertical-align: text-top;
  transform: rotateZ(45deg);
  transition: border-color .3s ease-out;
}

.crsNav a:hover {
  color: #f24b18;
  text-decoration: none;
}

.crsNav a:hover:before {
  left: 0;
  width: 100%;
}

.crsNav a:hover:after {
  border-color: #f24b18;
}

.crsCate {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .crsCate {
    margin-bottom: 50px;
  }
}

.crsIntro {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ededed;
}

@media screen and (max-width: 767px) {
  .crsIntro {
    flex-direction: column !important;
  }
}

.crsIntro > * {
  box-sizing: border-box;
  width: 50%;
  max-width: 560px;
}

@media screen and (max-width: 767px) {
  .crsIntro > * {
    width: 100%;
    max-width: inherit;
  }
}

.crsIntro figure {
  margin-bottom: 0 !important;
}

.crsIntro figure > div {
  position: relative;
  overflow: hidden;
}

.crsIntro figure > div img {
  vertical-align: top;
}

.crsIntro figure > div figcaption {
  position: absolute;
  bottom: .3em;
  right: .7em;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
  text-shadow: #333 0 0 3px, #333 0 0 3px, #333 0 0 3px;
}

@media screen and (max-width: 767px) {
  .crsIntro figure > div figcaption {
    bottom: 0.8em;
    font-size: 1.1rem;
  }
}

.crsIntro figure .slick-arrow {
  width: 6.25%;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .crsIntro figure .slick-arrow {
    width: 9.3%;
  }
}

.crsIntro figure .slick-arrow:before {
  content: '';
  display: block;
  padding-top: 100%;
  background: url(../img/btn_arrow_02.png) no-repeat 0 0/contain;
  opacity: 1;
}

.crsIntro figure .slick-next {
  right: 10px;
}

.crsIntro figure .slick-next:before {
  transform: rotateZ(180deg);
}

.crsIntro figure .slick-prev {
  left: 10px;
}

.crsIntro figure .slick-dots {
  bottom: 20px;
  line-height: 1;
}

.crsIntro figure .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.crsIntro figure .slick-dots button {
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  text-indent: -9999px;
}

.crsIntro figure .slick-dots .slick-active button {
  background: #f24b18;
}

.crsIntro > div {
  padding: 0 6.4em;
}

@media screen and (max-width: 767px) {
  .crsIntro > div {
    padding: 2em 4% 2.5em;
  }
}

.crsIntro h3 {
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 700;
  color: #f24b18;
}

@media screen and (max-width: 767px) {
  .crsIntro h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}

.crsIntro p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .crsIntro p {
    font-size: 1.4rem;
  }
}

.crsIntro a {
  box-sizing: border-box;
  position: relative;
  top: 0;
  display: inline-block;
  width: 218px;
  padding: .5em 2.8em .8em 1.2em;
  margin: 1em 20px 0 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px 2px;
  color: #333;
  overflow: hidden;
  transition: top .3s ease-out, box-shadow .3s ease-out;
}

@media screen and (max-width: 767px) {
  .crsIntro a {
    display: block;
    width: 245px;
    padding: 1.5em 2.8em 1.7em 1.2em;
    margin: 1.5em auto 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px 0;
  }
}

.crsIntro a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1.6em;
  height: 100%;
  background: #333;
}

.crsIntro a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.6em;
  display: inline-block;
  width: .4em;
  height: .4em;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  vertical-align: text-top;
  transform: translateY(-50%) rotateZ(45deg);
  transition: right .3s ease-out;
}

.crsIntro a:hover {
  top: 3px;
  color: #333;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 8px 2px;
}

.crsIntro a:hover:after {
  right: .4em;
}

@media screen and (max-width: 767px) {
  .crsIntro a:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 0;
  }
}

.crsCate:nth-of-type(2n) .crsIntro {
  flex-direction: row-reverse;
}

.slick-slider {
  margin: 0;
}

.crsList {
  padding: 60px 0;
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .crsList {
    padding: 40px 0;
  }
}

.crsList__box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 30px;
  margin-bottom: 32px;
  border-bottom: 1px dotted #737373;
}

@media screen and (max-width: 767px) {
  .crsList__box {
    margin-bottom: 24px;
  }
}

.crsList__box:last-child {
  margin-bottom: 0;
}

.crsList__box.noCourse {
  padding-bottom: 0;
  border: none;
}

.crsList__box.noCourse > * {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .crsList__box.noCourse > * {
    font-size: 1.4rem;
  }
}

.crsList__txtBox {
  box-sizing: border-box;
  width: 65%;
  padding-right: 3em;
}

@media screen and (max-width: 767px) {
  .crsList__txtBox {
    width: 100%;
    padding-right: 0;
  }
}

.crsList__tagBox {
  width: 100%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

@media screen and (max-width: 767px) {
  .crsList__tagBox {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.crsList__tag {
  padding: .4em .8em .5em;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}

.crsList__tag--num {
  background: #333;
  color: #fff;
}

.crsList__tit {
  margin-bottom: .5em;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .crsList__tit {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.crsList__desc {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .crsList__desc {
    font-size: 1.4rem;
  }
}

.crsList__eda {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4em;
}

@media screen and (max-width: 767px) {
  .crsList__eda {
    margin-top: 0;
  }
}

.crsList__eda li {
  margin: 0 1em .4em 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .crsList__eda li {
    margin: .6em 2em .6em 0;
    font-size: 1.4rem;
  }
}

.crsList__eda a {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  color: #f24b18;
  transition: color .3s ease-out;
  text-decoration: underline 2px;
  text-underline-offset: 6px;
}

/*.crsList__eda a:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #f24b18;
  transition: background .3s ease-out;
}*/

.crsList__eda a:hover {
  color: #191919;
  text-decoration: underline 2px;
  text-underline-offset: 6px;
}

.crsList__eda a:hover:before {
  background: #191919;
}

.crsList__plan {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 35%;
}

@media screen and (max-width: 767px) {
  .crsList__plan {
    width: 100%;
  }
}

.crsList__plan a {
  position: relative;
  top: 0;
  display: block;
  padding: 3.9em 7.7em 5.1em 3.1em;
  border-radius: 15px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px 2px;
  color: #333;
  overflow: hidden;
  transition: top .3s ease-out, box-shadow .3s ease-out;
}

@media screen and (max-width: 767px) {
  .crsList__plan a {
    margin-top: 20px;
    padding: 2.6em 5em 3.6em 3.1em;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px 0;
  }
}

.crsList__plan a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4.5em;
  height: 100%;
  background: #333;
}

.crsList__plan a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.7em;
  display: inline-block;
  font-size: 1.6rem;
  width: .6em;
  height: .6em;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  vertical-align: text-top;
  transform: translateY(-50%) rotateZ(45deg);
  transition: right .3s ease-out;
}

.crsList__plan a:hover {
  top: 3px;
  color: #333;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 8px 2px;
}

.crsList__plan a:hover:after {
  right: .5em;
}

@media screen and (max-width: 767px) {
  .crsList__plan a:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 0;
  }
}

.crsList__plan a + a {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .crsList__plan a + a {
    margin-top: 1.5em;
  }
}

.crsList__planName {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .crsList__planName {
    font-size: 1.4rem;
  }
}

.crsList__opt {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .crsList__opt {
    font-size: 1.4rem;
  }
}

.crsList__pri {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ea3041;
}

@media screen and (max-width: 767px) {
  .crsList__pri {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.crsList__hash {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  font-size: 1.4rem;
  color: #737373;
}

@media screen and (max-width: 767px) {
  .crsList__hash {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.crsList__hash li {
  margin-right: 0.5em;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .crsList__hash li {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

section.otherFeatures {
  margin-bottom: 140px;
}

.relationList {
  display: flex;
  justify-content: center;
  width: 87.4%;
  max-width: 990px;
  margin: 0 auto !important;
}

.relationList li {
  box-sizing: border-box;
  width: 33.3%;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .relationList li {
    width: 50%;
  }
}

.relationList li a {
  display: block;
  margin: 0 6%;
  transition: opacity .3s ease-out;
}

.relationList li a:hover {
  opacity: .7;
}

.otherFeatures .relationList__nav {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .relationList.slider + .relationList__nav {
    display: block;
  }
}

.relationList__nav > div {
  position: relative;
  display: inline-block;
  padding: 0 75px;
}

@media screen and (max-width: 767px) {
  .relationList__nav > div {
    padding: 0 52px;
  }
}

.relationList__nav .slick-arrow {
  width: 35px;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .relationList__nav .slick-arrow {
    width: 40px;
  }
}

.relationList__nav .slick-arrow:before {
  content: '';
  display: block;
  padding-top: 100%;
  background: url(../img/btn_arrow_01.png) no-repeat 0 0/contain;
  opacity: 1;
}

.relationList__nav .slick-next {
  right: 0;
}

.relationList__nav .slick-next:before {
  transform: rotateZ(180deg);
}

.relationList__nav .slick-prev {
  left: 0;
}

.relationList__nav .slick-dots {
  position: static;
  display: inline-block;
  line-height: 1;
}

.relationList__nav .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #999;
  border-radius: 50%;
  overflow: hidden;
}

.relationList__nav .slick-dots button {
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  text-indent: -9999px;
}

.relationList__nav .slick-dots .slick-active button {
  background: #f24b18;
}

/*.relationList.slider + .relationList__nav {
  display: block;
}*/

.fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.contents .pageTop {
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0px;
  display: none;
  width: 100%;
  max-width: 1120px;
  margin-left: 8.9%;
  margin: auto;
  z-index: 30;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .pageTop {
    right: 5.3%;
  }
}

.pageTop span {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 30;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
  .pageTop span {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop span {
    right: 5.3%;
  }
}

.pageTop span a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 31;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

@media screen and (max-width: 767px) {
  .pageTop span a {
    font-size: 1.4rem;
  }
}

.pageTop span a:hover {
  text-decoration: none;
}

.txt_update01 {
  margin: 70px auto;
  text-align: center;
  font-size: 1.4rem;
}

.txt_update01::before {
  content: '※';
}

@media screen and (max-width: 767px) {
  .txt_update01 {
    margin: 100px 0 20px;
    font-size: 1.2rem;
  }
}
.box--center img{
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 7px 2px;
      border-radius: 5px;
}
@media screen and (min-width: 768px) {
.box--center a:hover{
  transition: 0.2s;
  opacity: .7
}
  }
.contents .heading02,
.contents .heading03,
.crsList__tit,
.crsIntro h3 {
  margin-top: 0;
}
.crsNav ul,
.crsList .box--center,
.otherFeaturesBox {
  margin-top: 0;
  margin-bottom: 0;
}
.themefeaturesArea .slick-dots{
    position: relative;
    bottom: 0;
}
/*otherFaetures調整*/
@media screen and (min-width: 768px) {
  .themefeaturesArea .ab_dom_feature p {
    line-height: 1.6;
  }
}


/*otherFaetures調整*/