@charset "UTF-8";
/** CSS Grid Layoutで複数の行を指定するmixin */
/** CSS Grid Layoutで複数の列を指定するmixin */
#main {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #main {
    height: auto;
    overflow: inherit;
  }
}

/*
*
*main_visual
*
*/
.main_visual {
  position: relative;
  z-index: 0;
  display: none;
  height: 100%;
}
.main_visual.active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .main_visual {
    height: auto;
  }
}
.main_visual::before {
  height: 94%;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.main_visual.exp01::before {
background: linear-gradient(to right,  #088dc4 58%,#088dc4 58%,#6aefb2 100%);
}
.main_visual.exp02::before {
background: linear-gradient(to right,  #fbb8a0 58%,#fbb8a0 72%,#faec77 100%);
}
.main_visual.exp03::before {
background: linear-gradient(to right,  #00a78d 58%,#9cce9f 72%,#fbe848 100%);
}
.main_visual.exp04::before {
  background: #a0bcd6;
}
.main_visual.exp05::before {
  background: #cec979;;
}
.main_visual_cont {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0;
  height: 70%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main_visual_cont {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.main_visual_title {
  position: absolute;
  top: 10%;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 100;
  width: 43%;
  padding: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .main_visual_title {
    width: 100%;
    position: inherit;
     padding: 0;
  }
  .main_visual_title_box {
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .main_visual_title_box {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .main_visual_title_box h1 {
    width: 59%;
  }
}

.main_visual_txt {
  margin-top: 6rem;
}
.main_visual_txt2 {
  margin-top: 6rem;
}

.main_visual_txt3 {
  margin-top: 6rem;
}

.main_visual_txt5 {
  margin-top: 7rem;
}


@media only screen and (max-width: 1536px) {
  .main_visual_txt {
    margin-top: 1rem;
  }
  .main_visual_txt2 {
    margin-top: 1rem;
  }
  .main_visual_txt3 {
    margin-top: 1rem;
  }
}
.main_visual_txt span {
  background: #fff;
  color: #e71e0f;
  padding: 1px 5px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 30px;
}

.main_visual_txt2 span {
  background: #fff;
  color: #179fcc;
  padding: 1px 5px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 30px;
}

.main_visual_txt3 span {
  background: #fff;
  color: #435ba8;
  padding: 1px 5px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 30px;
}

.main_visual_txt4 span {
  background: #fff;
  color: #1f5c95;
  padding: 1px 12px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 30px;
}

.main_visual_txt5 span {
  background: #fff;
  color: #b1ab00;
  padding: 1px 12px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 30px;
}

@media only screen and (max-width: 1536px) {
  .main_visual_txt2 span {
    font-size: 25px;
  }
}

.main_visual_image {
  position: relative;
  width: 71%;
  max-width: 952px;
  height: 100%;
  margin-left: 29%;
  padding-bottom: 0px;
}
.main_visual_image_img {
  position: relative;
  top: -20px;
}
.main_visual_image_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}
.main_visual_image_img.vol04 img{
  object-position: top left;
}
@media only screen and (max-width: 768px) {
  .main_visual_image_img img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
  }

  .main_visual_image_img.vol03 img{
    object-position: -4.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .main_visual_image {
    margin-left: 0;
    width: 100%;
  }
}
.main_visual_image_vol {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 10%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .main_visual_image_vol {
    top: 75px;
    width: 25%;
  }
}
.main_visual_image_btn {
  position: absolute;
  bottom: 60px;
  right: 25px;
  transition: opacity .4s;
  opacity: 1;
}
.main_visual_image_btn:hover {
  opacity: .5;
}

.exp02 .main_visual_image_btn {
  position: absolute;
  top: 70%;
  right: 3%;
  bottom: auto;
  left: auto;
}

.exp03 .main_visual_image_btn {
  bottom: 30px;
  top: auto;
  /* max-width: 330px; */
  right: 0;
}

.exp04 .main_visual_image_btn {
  bottom: 30px;
  top: auto;
  bottom: 10%;
  /* max-width: 330px; */
  right: 0;
}
.exp05 .main_visual_image_btn {
  bottom: 30px;
  top: auto;
  bottom: 10%;
  /* max-width: 330px; */
  right: 0;
}

@media only screen and (max-width: 768px) {
  .main_visual_image_btn {
    top: auto;
    bottom: 0;
    right: 15px;
    left: 15px;
  }
  .exp02 .main_visual_image_btn {
    top: auto;
    bottom: 0;
    right: 15px;
    left: 15px;
  }

  .exp03 .main_visual_image_btn {
    top: auto;
    bottom: 0;
    right: 15px;
    left: 15px;
  }

  .exp04 .main_visual_image_btn {
    bottom: 0;
  }
}
.main_visual_image_btn img {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .main_visual_image_btn img {
    width: 100%;
    max-width: 414px;
  }
}

.main_visual_image_obj {
  position: absolute;
  top: auto;
  right: -5%;
  bottom: 25px;
  left: auto;
}
@media only screen and (max-width: 768px) {
  .main_visual_image_obj {
    display: none;
  }
}

.series {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .series {
    width: 100%;
    position: relative;
    height: 100%;
    padding: 2rem 0;
  }
}
.series_cont {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 5rem 20px 1rem;
}
@media only screen and (max-width: 768px) {
  .series_cont {
    padding: 0rem 20px 1rem;
  }
}

.series h2 {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .series h2 {
  }
}
.series_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .series_list {
    margin-top: 20px;
    flex-direction: column;
  }
}
.series_list li {
  position: relative;
  flex: 0 0 32%;
}

.series01 a,
.series02 a,
.series03 a {
  transition: all .4s;
}
.series01 a:hover,
.series02 a:hover,
.series03 a:hover {
  filter: brightness(120%);
}




