@charset "UTF-8";
/* CSS Document */
/********** フォント設定 **********/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  line-height: 1.0;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

/********** ベースタグ設定 **********/
* {
  max-height: 99999px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
}

a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.75;
  }
}

.dummyBox {
  display: block;
  width: 100%;
  height: 1000px;
}

/********** #wrapper **********/
#wrapper {
  font-size: 1.4rem;
  line-height: 1.7;
  width: 100%;
  overflow: hidden;
}

/********** .container設定 **********/
.container {
  width: 100%;
  max-width: none;
  max-width: inherit;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 1230px;
  }
}

/********** ガター設定 **********/
.gutter-70 {
  margin-left: -35px;
  margin-right: -35px;
}

.gutter-70 > [class*='col-'] {
  padding-left: 35px;
  padding-right: 35px;
}

.gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.gutter-50 > [class*='col-'] {
  padding-left: 25px;
  padding-right: 25px;
}

.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-40 > [class*='col-'] {
  padding-left: 20px;
  padding-right: 20px;
}

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.gutter-16 > [class*='col-'] {
  padding-left: 8px;
  padding-right: 8px;
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 0px) {
  .gutter-xs-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .gutter-xs-70 > [class*='col-'] {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 576px) {
  .gutter-sm-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .gutter-sm-70 > [class*='col-'] {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 768px) {
  .gutter-md-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .gutter-md-70 > [class*='col-'] {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 992px) {
  .gutter-lg-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .gutter-lg-70 > [class*='col-'] {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1200px) {
  .gutter-xl-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .gutter-xl-70 > [class*='col-'] {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 0px) {
  .gutter-xs-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xs-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 576px) {
  .gutter-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-sm-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 768px) {
  .gutter-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-md-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .gutter-lg-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-lg-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1200px) {
  .gutter-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xl-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 0px) {
  .gutter-xs-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xs-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 576px) {
  .gutter-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-sm-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .gutter-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-md-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .gutter-lg-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-lg-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .gutter-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xl-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0px) {
  .gutter-xs-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xs-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 576px) {
  .gutter-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-sm-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .gutter-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-md-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .gutter-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-lg-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .gutter-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xl-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 0px) {
  .gutter-xs-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xs-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 576px) {
  .gutter-sm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-sm-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 768px) {
  .gutter-md-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-md-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .gutter-lg-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-lg-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1200px) {
  .gutter-xl-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xl-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 0px) {
  .gutter-xs-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xs-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 576px) {
  .gutter-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-sm-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  .gutter-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-md-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 992px) {
  .gutter-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-lg-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1200px) {
  .gutter-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xl-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/********** 5分割設定 **********/
/*
ex)
col-5-1 20%
col-sm-5-3 60%
col-md-5-4 80%
*/
.col-5-1, .col-xs-5-1, .col-5-2, .col-xs-5-2, .col-5-3, .col-xs-5-3, .col-5-4, .col-xs-5-4, .col-5-5, .col-xs-5-5, .col-sm-5-1, .col-sm-5-2, .col-sm-5-3, .col-sm-5-4, .col-sm-5-5, .col-md-5-1, .col-md-5-2, .col-md-5-3, .col-md-5-4, .col-md-5-5, .col-lg-5-1, .col-lg-5-2, .col-lg-5-3, .col-lg-5-4, .col-lg-5-5, .col-xl-5-1, .col-xl-5-2, .col-xl-5-3, .col-xl-5-4, .col-xl-5-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 0px) {
  .col-xs-5-1 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xs-5-2 {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xs-5-3 {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xs-5-4 {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .col-xs-5-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .col-sm-5-1 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-5-2 {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .col-sm-5-3 {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .col-sm-5-4 {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .col-sm-5-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-5-1 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-5-2 {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .col-md-5-3 {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .col-md-5-4 {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .col-md-5-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-5-1 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-5-2 {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-5-3 {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-5-4 {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .col-lg-5-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5-1 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-5-2 {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xl-5-3 {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xl-5-4 {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .col-xl-5-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.w-100p {
  width: 100%;
}

.fc-white {
  color: #ffffff;
}

/********** headerエリア **********/
#header {
  width: 100%;
  background-color: #ffffff;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
}

#header a {
  width: 40%;
}

@media (min-width: 768px) {
  #header a {
    max-width: 200px;
  }
}

#header .header_btn {
  display: block;
  width: 50%;
}

@media (min-width: 768px) {
  #header .header_btn {
    width: 230px;
    display: inline-block;
  }
}

#header .header_btn a {
  font-size: 1.1rem;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 10px 5px 5px;
  position: relative;
  margin-left: auto;
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s background-color ease;
  transition: 0.5s background-color ease;
}

@media (min-width: 768px) {
  #header .header_btn a {
    padding: 6px 30px 6px 20px;
    display: inline;
    font-size: 1.4rem;
  }
}

#header .header_btn a:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

@media (min-width: 768px) {
  #header .header_btn a:after {
    right: 15px;
    width: 6px;
    height: 6px;
  }
}

#header #header_core {
  z-index: 102;
  position: relative;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  #header #header_core {
    height: 80px;
  }
}

#header .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/********** footerエリア **********/
/********footer********/
#foot {
  background: #767676;
}

#foot a {
  text-decoration: none;
}

#foot .foot_linnk {
  background: #a09f9b;
}

#foot .foot_linnk ul {
  max-width: 1170px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

#foot .foot_linnk ul li a {
  font-size: 13px;
  color: #fff;
  padding-left: 15px;
  position: relative;
  display: inline-block;
}

#foot .foot_linnk ul li a::before {
  left: 1px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

#foot .foot_cont {
  padding: 30px 0 20px;
}

#foot .foot_cont ul {
  text-align: center;
}

#foot .foot_cont li {
  display: inline;
  margin-left: 40px;
}

#foot .foot_cont li:first-child {
  margin-left: 0px;
}

#foot .foot_cont li a {
  font-size: 13px;
  color: #fff;
}

#foot .foot_cont li img {
  padding: 0 5px 0 0;
  vertical-align: middle;
}

#foot .foot_cont .cp {
  font-size: 12px;
  color: #fff;
  padding-top: 25px;
  line-height: 200%;
  text-align: center;
}

#foot .foot_cont .ifree {
  padding-top: 25px;
  text-align: center;
}

#foot .foot_cont .top {
  text-align: right;
  z-index: 30;
}

.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

#page-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
}

@media screen and (max-width: 767px) {
  #foot .foot_linnk ul {
    max-width: 90%;
    padding: 12px 0;
  }
  #foot .foot_cont {
    padding: 0px 0 40px;
  }
  #foot .foot_cont li {
    display: block;
    margin-left: 0px;
    border-bottom: 1px solid #919191;
  }
  #foot .foot_cont li a {
    font-size: 13px;
    color: #fff;
    position: relative;
    display: block;
    padding: 12px 0 12px 15px;
    width: 90%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #foot .foot_cont li a::before {
    left: 1px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #foot .foot_cont li img {
    padding: 0 0px 0 5px;
    vertical-align: middle;
  }
  #foot .foot_cont .ifree {
    padding-top: 25px;
    text-align: center;
  }
  #foot .foot_cont .cp {
    width: 90%;
    margin: 0 auto;
  }
  #foot .foot_cont .cp span {
    display: inline-block;
    padding: 0;
  }
  #foot .foot_cont .cp .cop {
    padding-top: 20px;
    text-align: center;
  }
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20;
  }
}

#foot .foot_cont .cp .cop {
  padding-top: 5px;
  text-align: center;
  display: block;
}

#foot .ifree .logo {
  max-width: 80px;
}

#page-top {
  width: 40px;
  height: 40px;
}

#top {
  background-color: #9dc6da;
}

@media (min-width: 768px) {
  #top .container {
    max-width: 1190px;
  }
}

#top .top_ttl {
  width: 25%;
}

@media (min-width: 768px) {
  #top .top_ttl {
    max-width: 293px;
  }
}

#top #wrapper > * {
  position: relative;
}

#top #wrapper .main_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/top/main_bg_md.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  #top .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#top .thumbnail li {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 8px 8px 23px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 8px 8px 23px -6px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  #top .thumbnail li {
    width: 48.7%;
    max-width: 565px;
  }
}

#top .thumbnail li::before {
  padding-top: 52.9%;
}

#top .thumbnail li a {
  position: relative;
  display: block;
}

#top .thumbnail li a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  background: #000000;
  z-index: 5;
}

#top .thumbnail li a::after {
  position: absolute;
  content: "";
  right: 12px;
  bottom: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 6;
}

#top .thumbnail li a .thumb_txt {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#top .thumbnail li a:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  #top .thumbnail li a:hover::before {
    background: #ffffff;
  }
  #top .thumbnail li a:hover::after {
    border-color: #000000;
  }
}

#top .thumbnail li a img.thumb_img {
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

@media (min-width: 768px) {
  #top .thumbnail li a:hover img.thumb_img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    cursor: pointer;
  }
}

#next #header .header_btn a {
  background-color: #58b530;
  border: 2px solid #58b530;
  border-top: 4px #469126 solid;
}

@media (min-width: 768px) {
  #next #header .header_btn a:hover {
    border-color: #58b530;
    border-top: 2px #58b530 solid;
    color: #58b530;
    background-color: #ffffff;
  }
  #next #header .header_btn a:hover:after {
    border-top-color: #58b530;
    border-right-color: #58b530;
  }
}

@media (min-width: 992px) {
  #next .container {
    max-width: 1030px;
  }
}

#next #mainVisual {
  position: relative;
}

#next #mainVisual .mv_panels {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#next #mainVisual .mv_panels .mv_parts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  overflow: hidden;
}

#next #mainVisual .mv_panels img {
  width: 100%;
  display: block;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}

#next #mainVisual .words_block {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#next #mainVisual .words_panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (min-width: 768px) {
  #next #mainVisual .words_panels {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
}

#next #mainVisual .words_panels .words_parts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.09090909%;
          flex: 0 0 9.09090909%;
  max-width: 9.09090909%;
}

#next #mainVisual .words_panels img {
  width: 100%;
  display: block;
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

#next #mainVisual .words_box {
  display: block;
  text-align: center;
}

#next #mainVisual .words_box img {
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

#next #mainVisual.loaded .mv_panels img {
  -webkit-animation: left-to-right 1.0s ease 0s forwards;
          animation: left-to-right 1.0s ease 0s forwards;
}

#next #mainVisual.loaded .words_panels img {
  -webkit-animation: scale-opacity 1.0s ease forwards;
          animation: scale-opacity 1.0s ease forwards;
}

#next #mainVisual.loaded .words_panels .words_parts:nth-of-type(1) img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#next #mainVisual.loaded .words_panels .words_parts:nth-of-type(2) img {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

#next #mainVisual.loaded .words_panels .words_parts:nth-of-type(3) img {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

#next #mainVisual.loaded .words_panels .words_parts:nth-of-type(4) img {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

#next #mainVisual.loaded .words_panels .words_parts:nth-of-type(5) img {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

#next #mainVisual.loaded .words_panels .words_parts:nth-of-type(6) img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#next #mainVisual.loaded .words_panels .words_parts:nth-of-type(7) img {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

#next #mainVisual.loaded .words_panels .words_parts:nth-of-type(8) img {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

#next #mainVisual.loaded .words_panels .words_parts:nth-of-type(9) img {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

#next #mainVisual.loaded .words_panels .words_parts:nth-of-type(10) img {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

#next #mainVisual.loaded .words_panels .words_parts:nth-of-type(11) img {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

#next #mainVisual.loaded .words_box img {
  -webkit-animation: scale-opacity 1.0s ease 3.0s forwards;
          animation: scale-opacity 1.0s ease 3.0s forwards;
}

#next .trapezoidFrame {
  position: relative;
}

#next .trapezoidFrame:not(:first-of-type) {
  margin-top: -54.6%;
}

@media (min-width: 768px) {
  #next .trapezoidFrame:not(:first-of-type) {
    margin-top: -17.7%;
  }
}

#next .trapezoidFrame:nth-of-type(1) {
  padding-bottom: 65%;
}

@media (min-width: 768px) {
  #next .trapezoidFrame:nth-of-type(1) {
    padding-bottom: 17.7%;
  }
}

#next .trapezoidFrame:nth-of-type(1) .container {
  margin-top: -8%;
}

@media (min-width: 768px) {
  #next .trapezoidFrame:nth-of-type(1) .container {
    margin-top: 0;
  }
}

#next .trapezoidFrame:nth-of-type(2) {
  padding-bottom: 65%;
}

@media (min-width: 768px) {
  #next .trapezoidFrame:nth-of-type(2) {
    padding-bottom: 17.7%;
  }
}

#next .trapezoidFrame:nth-of-type(2) .container {
  margin-top: -8%;
}

@media (min-width: 768px) {
  #next .trapezoidFrame:nth-of-type(2) .container {
    margin-top: 0;
  }
}

#next .trapezoidFrame:nth-of-type(3) {
  padding-bottom: 65%;
}

@media (min-width: 768px) {
  #next .trapezoidFrame:nth-of-type(3) {
    padding-bottom: 17.7%;
  }
}

#next .trapezoidFrame:nth-of-type(3) .container {
  margin-top: -8%;
}

@media (min-width: 768px) {
  #next .trapezoidFrame:nth-of-type(3) .container {
    margin-top: 0;
  }
}

#next .trapezoidFrame:nth-of-type(4) {
  padding-bottom: 63%;
}

@media (min-width: 768px) {
  #next .trapezoidFrame:nth-of-type(4) {
    padding-bottom: 17.7%;
  }
}

#next .trapezoidFrame:nth-of-type(4) .container {
  margin-top: -10.5%;
}

@media (min-width: 768px) {
  #next .trapezoidFrame:nth-of-type(4) .container {
    margin-top: 0;
  }
}

#next .trapezoidFrame:nth-of-type(5) {
  padding-bottom: 65%;
}

@media (min-width: 768px) {
  #next .trapezoidFrame:nth-of-type(5) {
    padding-bottom: 17.7%;
  }
}

#next .trapezoidFrame:nth-of-type(5) .container {
  margin-top: -8.5%;
}

@media (min-width: 768px) {
  #next .trapezoidFrame:nth-of-type(5) .container {
    margin-top: 0;
  }
}

#next .trapezoidFrame:nth-of-type(6) {
  padding-bottom: 50%;
}

@media (min-width: 768px) {
  #next .trapezoidFrame:nth-of-type(6) {
    padding-bottom: 13%;
  }
}

#next .trapezoidFrame:nth-of-type(6) .container {
  margin-top: -8%;
}

@media (min-width: 768px) {
  #next .trapezoidFrame:nth-of-type(6) .container {
    margin-top: 0;
  }
}

#next .trapezoidFrame:nth-of-type(7) .container {
  margin-top: -8%;
  padding-top: 5%;
}

@media (min-width: 768px) {
  #next .trapezoidFrame:nth-of-type(7) .container {
    margin-top: 0;
  }
}

#next .trapezoidFrame .trapezoidBase {
  position: absolute;
  width: 2200px;
  height: 100%;
  top: 0%;
  overflow: hidden;
}

#next .trapezoidFrame .trapezoidImg {
  width: 100%;
  height: 100%;
  position: relative;
}

#next .trapezoidFrame .trapezoidImg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.5s all 0.3s ease-in-out;
  transition: 0.5s all 0.3s ease-in-out;
}

#next .trapezoidFrame .trapezoidImg.bg01:after {
  background-image: url(../img/next/bg01.png);
}

#next .trapezoidFrame .trapezoidImg.bg02:after {
  background-image: url(../img/next/bg02.png);
}

#next .trapezoidFrame .trapezoidImg.bg03:after {
  background-image: url(../img/next/bg03.png);
}

#next .trapezoidFrame .trapezoidImg.bg04:after {
  background-image: url(../img/next/bg04.png);
}

#next .trapezoidFrame .trapezoidImg.bg05:after {
  background-image: url(../img/next/bg05.png);
}

#next .trapezoidFrame .trapezoidImg.bg06:after {
  background-image: url(../img/next/bg06.png);
}

#next .trapezoidFrame .trapezoidImg.bg07:after {
  background-color: #ffffff;
}

#next .trapezoidFrame.right .trapezoidBase {
  right: 0%;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

@media (min-width: 768px) {
  #next .trapezoidFrame.right .trapezoidBase {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

#next .trapezoidFrame.right .trapezoidBase .trapezoidImg {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}

@media (min-width: 768px) {
  #next .trapezoidFrame.right .trapezoidBase .trapezoidImg {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

#next .trapezoidFrame.left .trapezoidBase {
  left: 0%;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

@media (min-width: 768px) {
  #next .trapezoidFrame.left .trapezoidBase {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

#next .trapezoidFrame.left .trapezoidBase .trapezoidImg {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}

@media (min-width: 768px) {
  #next .trapezoidFrame.left .trapezoidBase .trapezoidImg {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

#next .trapezoidFrame .bgappear {
  display: block;
  position: relative;
}

#next .trapezoidFrame .bgappear:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-delay: 2.0s;
          animation-delay: 2.0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#next .trapezoidFrame .bgappear span.bgappear_inner {
  opacity: 0;
  -webkit-transition: 0.5s all 2.5s ease-in-out;
  transition: 0.5s all 2.5s ease-in-out;
}

#next .trapezoidFrame .bgappear.type01:after {
  background-color: #ffffff;
}

#next .trapezoidFrame .bgappear.type02:after {
  background-color: #58b530;
}

#next .trapezoidFrame .slide_in {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: 1.0s all 1.5s ease;
  transition: 1.0s all 1.5s ease;
}

#next .trapezoidFrame .slide_in02 {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: 1.0s all 2.0s ease;
  transition: 1.0s all 2.0s ease;
}

#next .trapezoidFrame.active .trapezoidImg:after {
  opacity: 1.0;
}

#next .trapezoidFrame.active .bgappear:after {
  -webkit-animation-name: bgappear;
          animation-name: bgappear;
}

#next .trapezoidFrame.active .bgappear span.bgappear_inner {
  opacity: 1;
}

#next .trapezoidFrame.active .slide_in {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#next .trapezoidFrame.active .slide_in02 {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#next .nextTitle {
  width: 100%;
  padding-top: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  #next .nextTitle {
    padding-top: 14%;
  }
}

#next .nextTitle.bg01 {
  background-image: url(../img/next/ttl_img01_sm.png);
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  margin-top: 20%;
}

@media (min-width: 768px) {
  #next .nextTitle.bg01 {
    background-image: url(../img/next/ttl_img01_md.png);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 0;
  }
}

#next .nextTitle.bg02 {
  background-image: url(../img/next/ttl_img02_sm.png);
  -webkit-transform: translateY(-26%);
          transform: translateY(-26%);
}

@media (min-width: 768px) {
  #next .nextTitle.bg02 {
    background-image: url(../img/next/ttl_img02_md.png);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 13.8%;
  }
}

#next .nextTitle.bg03 {
  background-image: url(../img/next/ttl_img03_sm.png);
  -webkit-transform: translateY(-26%);
          transform: translateY(-26%);
}

@media (min-width: 768px) {
  #next .nextTitle.bg03 {
    background-image: url(../img/next/ttl_img03_md.png);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 13.6%;
  }
}

#next .nextTitle.bg04 {
  background-image: url(../img/next/ttl_img04_sm.png);
  -webkit-transform: translateY(-26%);
          transform: translateY(-26%);
}

@media (min-width: 768px) {
  #next .nextTitle.bg04 {
    background-image: url(../img/next/ttl_img04_md.png);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 13.6%;
  }
}

#next .nextTitle.bg05 {
  background-image: url(../img/next/ttl_img05_sm.png);
  -webkit-transform: translateY(-21%);
          transform: translateY(-21%);
}

@media (min-width: 768px) {
  #next .nextTitle.bg05 {
    background-image: url(../img/next/ttl_img05_md.png);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 14%;
  }
}

#next .nextTitle.bg06 {
  background-image: url(../img/next/ttl_img06_sm.png);
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

@media (min-width: 768px) {
  #next .nextTitle.bg06 {
    background-image: url(../img/next/ttl_img06_md.png);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 15%;
  }
}

#next .whiteBoard {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  #next .whiteBoard {
    padding: 50px;
  }
}

#next .whiteBoard .ttl {
  font-size: 1.9rem;
}

@media (min-width: 768px) {
  #next .whiteBoard .ttl {
    font-size: 2.6rem;
  }
}

#next .whiteBoard .border_top {
  border-top: 1px solid #000000;
}

#next .whiteBoard dl {
  border: 1px solid #000000;
}

#next .whiteBoard dl dt, #next .whiteBoard dl dd {
  padding: 10px 15px;
}

@media (min-width: 768px) {
  #next .whiteBoard dl dt, #next .whiteBoard dl dd {
    padding: 20px 30px;
  }
}

#next .whiteBoard dl dt {
  border-bottom: 1px solid #000000;
  font-weight: 700;
}

#next .whiteBoard dl dd ul {
  list-style: disc;
  margin-left: 1.5em;
}

#next .whiteBoard dl dd ul li {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  #next .whiteBoard dl dd ul li {
    font-size: 1.6rem;
  }
}

#next .kome {
  list-style: none;
}

#next .kome li {
  font-size: 1.0rem;
}

@media (min-width: 768px) {
  #next .kome li {
    font-size: 1.2rem;
  }
}

#next .w-50p {
  width: 50%;
}

#next .iv {
  display: block;
  position: relative;
  margin-top: 40px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 1.0s all 2.0s ease;
  transition: 1.0s all 2.0s ease;
}

@media (min-width: 768px) {
  #next .iv {
    margin-top: -45%;
    width: 100%;
    max-width: 345px;
  }
}

#next .iv .fadein {
  opacity: 0;
  -webkit-transition: 1.0s all 1.0s ease;
  transition: 1.0s all 1.0s ease;
}

#next .iv span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: 1.0s all 2.0s ease;
  transition: 1.0s all 2.0s ease;
}

#next .iv.active {
  -webkit-box-shadow: 8px 8px 23px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 8px 8px 23px -6px rgba(0, 0, 0, 0.4);
}

#next .iv.active span {
  opacity: 0;
}

#next .iv.active .fadein {
  opacity: 1.0;
}

#next .block01.flex_block01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 768px) {
  #next .block01.flex_block01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#next .block01.flex_block02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  #next .block01.flex_block02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#next .block02.flex_block02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 768px) {
  #next .block02.flex_block02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#next .flex_block01 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  #next .flex_block01 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#next .flex_block01 .col_left {
  width: 100%;
}

@media (min-width: 768px) {
  #next .flex_block01 .col_left {
    width: 34.5%;
  }
}

#next .flex_block01 .col_right {
  width: 100%;
}

@media (min-width: 768px) {
  #next .flex_block01 .col_right {
    width: 55.5%;
  }
}

#next .flex_block01 .ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 35px;
}

@media (min-width: 768px) {
  #next .flex_block01 .ttl {
    font-size: 4.0rem;
    margin-top: 75px;
  }
}

#next .flex_block01 .fc-white {
  color: #ffffff;
}

#next .flex_block01 .fc-green {
  color: #58b530;
}

#next .flex_block01 .col_btn {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  background-color: #333333;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 0;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  #next .flex_block01 .col_btn {
    width: 72%;
    max-width: 400px;
    padding: 25px 0;
    font-size: 2.0rem;
  }
}

#next .flex_block01 .col_btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ffffff;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  #next .flex_block01 .col_btn::after {
    right: 25px;
  }
}

#next .flex_block02 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  #next .flex_block02 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#next .flex_block02 .col_left {
  width: 100%;
}

@media (min-width: 768px) {
  #next .flex_block02 .col_left {
    width: 55.5%;
  }
}

#next .flex_block02 .col_right {
  width: 100%;
}

@media (min-width: 768px) {
  #next .flex_block02 .col_right {
    width: 34.5%;
  }
}

#next .flex_block02 .ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 35px;
}

@media (min-width: 768px) {
  #next .flex_block02 .ttl {
    font-size: 4.0rem;
    margin-top: 75px;
  }
}

#next .flex_block02 .fc-white {
  color: #ffffff;
}

#next .flex_block02 .fc-green {
  color: #58b530;
}

#next .flex_block02 .col_btn {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  background-color: #333333;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 0;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  #next .flex_block02 .col_btn {
    width: 72%;
    max-width: 400px;
    padding: 25px 0;
    font-size: 2.0rem;
  }
}

#next .flex_block02 .col_btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ffffff;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  #next .flex_block02 .col_btn::after {
    right: 25px;
  }
}

#next .fc-red {
  color: #ff0000;
}

@-webkit-keyframes left-to-right {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes left-to-right {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes scale-opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale-opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bgappear {
  0% {
    top: 100%;
    bottom: 0;
  }
  50% {
    top: 0;
    bottom: 0;
  }
  100% {
    top: 0;
    bottom: 100%;
  }
}

@keyframes bgappear {
  0% {
    top: 100%;
    bottom: 0;
  }
  50% {
    top: 0;
    bottom: 0;
  }
  100% {
    top: 0;
    bottom: 100%;
  }
}

.bg-yellow01 {
  background-color: #f39800;
}

.bg-gray01 {
  background-color: #3d414d;
}

.fc-yellow {
  color: #f39800;
}

#active {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  #active {
    font-size: 1.6rem;
  }
}

#active #header .header_btn a {
  background-color: #f39800;
  border: 2px solid #f39800;
  border-top: 4px #c27a00 solid;
}

@media (min-width: 768px) {
  #active #header .header_btn a:hover {
    border-color: #f39800;
    border-top: 2px #f39800 solid;
    color: #f39800;
    background-color: #ffffff;
  }
  #active #header .header_btn a:hover:after {
    border-top-color: #f39800;
    border-right-color: #f39800;
  }
}

#active .container {
  position: relative;
  z-index: 50;
}

@media (min-width: 992px) {
  #active .container {
    max-width: 1070px;
  }
}

#active #mainVisual {
  position: relative;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/active/bg_mv_md.png);
}

#active #mainVisual .ttl_block {
  position: relative;
  padding-bottom: 18.69159%;
}

@media (min-width: 1070px) {
  #active #mainVisual .ttl_block {
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) {
  #active #mainVisual .ancBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#active #mainVisual .ancBox > div {
  display: block;
}

#active #mainVisual .ancBox > div:not(:first-of-type) {
  margin-top: 20px;
}

@media (min-width: 768px) {
  #active #mainVisual .ancBox > div:not(:first-of-type) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  #active #mainVisual .ancBox > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.3%;
            flex: 0 0 17.3%;
    max-width: 17.3%;
  }
}

#active #mainVisual .back_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/active/mv_sm.jpg);
}

@media (min-width: 768px) {
  #active #mainVisual .back_bg {
    bottom: 24.35312%;
  }
}

@media (min-width: 1070px) {
  #active #mainVisual .back_bg {
    bottom: 320px;
  }
}

#active #mainVisual .parts_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#active #mainVisual .parts_bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
}

#active #mainVisual .parts_bg.type01:after {
  background-image: url(../img/active/parts_bg01_sm.png);
}

@media (min-width: 768px) {
  #active #mainVisual .parts_bg.type01:after {
    background-image: url(../img/active/parts_bg01_md.png);
  }
}

#active #mainVisual .parts_bg.type02:after {
  background-image: url(../img/active/parts_bg02_sm.png);
}

@media (min-width: 768px) {
  #active #mainVisual .parts_bg.type02:after {
    background-image: url(../img/active/parts_bg02_md.png);
  }
}

#active #mainVisual .parts_bg.type03:after {
  background-image: url(../img/active/parts_bg03_sm.png);
}

@media (min-width: 768px) {
  #active #mainVisual .parts_bg.type03:after {
    background-image: url(../img/active/parts_bg03_md.png);
  }
}

#active #mainVisual.loaded .parts_bg:after {
  -webkit-animation-name: diagonal;
          animation-name: diagonal;
}

#active .ttl_bg_gray {
  background: #3d414d;
  color: #f39800;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  padding: 45px 0;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  #active .ttl_bg_gray {
    font-size: 4.0rem;
    height: 228px;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 0;
    z-index: 2;
  }
}

#active .ttl_bg_gray .bg_parts04_sm {
  position: absolute;
  top: 0;
  right: 0;
  width: 17%;
}

@media (min-width: 768px) {
  #active .ttl_bg_gray .bg_parts04_sm {
    display: none;
  }
}

#active .ttl_bg_gray .bg_parts05_sm {
  position: absolute;
  top: 0;
  left: 0;
  width: 22.6%;
}

@media (min-width: 768px) {
  #active .ttl_bg_gray .bg_parts05_sm {
    display: none;
  }
}

#active #sec01 {
  position: relative;
}

@media (min-width: 768px) {
  #active #sec01 {
    background-position: right bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../img/active/bg_sec01_02_md.png);
    padding-bottom: 200px;
  }
}

#active #sec01 .sec01_01 {
  width: 100%;
  display: block;
  position: relative;
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/active/bg_sec01_01.png);
}

@media (min-width: 768px) {
  #active #sec01 .sec01_01 {
    background-image: none;
    padding: 80px 0;
  }
}

#active #sec01 .sec01_01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 40%;
  bottom: 0;
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s all 1.0s ease;
  transition: 0.5s all 1.0s ease;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
}

@media (min-width: 768px) {
  #active #sec01 .sec01_01:before {
    background-image: url(../img/active/bg_img01_md.png);
  }
}

@media (min-width: 1440px) {
  #active #sec01 .sec01_01:before {
    background-size: cover;
  }
}

#active #sec01 .sec01_01.active .fadeup img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1.0;
}

#active #sec01 .sec01_01.active:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1.0;
}

#active #sec01 .sec01_02 {
  width: 100%;
  display: block;
  position: relative;
  background-position: left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/active/bg_sec01_02.png);
}

@media (min-width: 768px) {
  #active #sec01 .sec01_02 {
    background-image: none;
    padding: 80px 0;
  }
}

#active #sec01 .sec01_02 .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 768px) {
  #active #sec01 .sec01_02 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#active #sec01 .sec01_02 .m-mt {
  z-index: 5;
}

#active #sec01 .sec01_02:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 40%;
  bottom: 0;
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s all 1.0s ease;
  transition: 0.5s all 1.0s ease;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
}

@media (min-width: 768px) {
  #active #sec01 .sec01_02:before {
    background-image: url(../img/active/bg_img02_md.png);
  }
}

@media (min-width: 1440px) {
  #active #sec01 .sec01_02:before {
    background-size: cover;
  }
}

#active #sec01 .sec01_02.active .fadeup img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1.0;
}

#active #sec01 .sec01_02.active:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1.0;
}

#active #sec01 .bg_parts01 {
  display: block;
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  padding-top: 36.666666%;
  pointer-events: none;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/active/bg_parts_sec01_01_01_sm.png);
}

@media (min-width: 768px) {
  #active #sec01 .bg_parts01 {
    background-position: center;
    background-size: auto;
    background-image: url(../img/active/bg_parts_sec01_01_01_md.png);
    padding-top: 0;
    height: 300px;
  }
}

#active #sec01 .bg_parts02 {
  display: block;
  position: absolute;
  right: 0;
  width: 98%;
  padding-top: 36.666666%;
  pointer-events: none;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  #active #sec01 .bg_parts02 {
    width: 310px;
    background-position: right top;
    background-size: auto;
    background-image: url(../img/active/bg_parts_sec01_02_01_md.png);
    padding-top: 0;
    height: 588px;
    bottom: -430px;
  }
}

#active #sec01 .bg_parts03 {
  display: block;
  position: absolute;
  width: 98%;
  padding-top: 36.666666%;
  pointer-events: none;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  #active #sec01 .bg_parts03 {
    width: 307px;
    background-position: right top;
    background-size: auto;
    background-image: url(../img/active/bg_parts_sec01_02_02_md.png);
    padding-top: 0;
    height: 334px;
    bottom: -200px;
    margin-left: -200px;
  }
}

#active #sec01 .bg_parts04 {
  display: block;
  position: absolute;
  width: 100%;
  right: 0;
  padding-top: 36.666666%;
  pointer-events: none;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  #active #sec01 .bg_parts04 {
    width: 522px;
    background-position: right top;
    background-size: auto;
    background-image: url(../img/active/bg_parts_sec01_02_03_md.png);
    padding-top: 0;
    height: 309px;
    bottom: -306px;
  }
}

#active #sec02 {
  background: #3d414d;
  color: #ffffff;
}

@media (min-width: 768px) {
  #active #sec02 {
    padding-top: 228px;
  }
}

#active #sec02 .slide_in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s all 1.0s ease;
  transition: 0.5s all 1.0s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#active #sec02 .active .slide_in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 768px) {
  #active #sec02 .row_block {
    margin-top: -5%;
  }
}

#active #sec02 .col_img {
  width: 78%;
}

@media (min-width: 768px) {
  #active #sec02 .col_img {
    width: 100%;
  }
}

#active #sec02 .note {
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  #active #sec02 .note {
    font-size: 1.2rem;
  }
}

#active #sec02 .link_btn {
  display: block;
  width: 100%;
  max-width: 390px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  font-size: 2.0rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  #active #sec02 .link_btn {
    margin-left: 0;
    margin-right: auto;
  }
}

#active #sec02 .link_btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

#active #sec02 .col_left .link_btn {
  display: none;
}

@media (min-width: 768px) {
  #active #sec02 .col_left .link_btn {
    display: block;
  }
}

#active #sec02 .col_right .link_btn {
  display: block;
}

@media (min-width: 768px) {
  #active #sec02 .col_right .link_btn {
    display: none;
  }
}

#active #sec02 .even_row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 768px) {
  #active #sec02 .even_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#active #sec02 .even_row .col_left .link_btn {
  display: block;
}

@media (min-width: 768px) {
  #active #sec02 .even_row .col_left .link_btn {
    display: none;
  }
}

#active #sec02 .even_row .col_right .link_btn {
  display: none;
}

@media (min-width: 768px) {
  #active #sec02 .even_row .col_right .link_btn {
    display: block;
  }
}

#active #sec02 .bg_parts_sec02_01 {
  width: 17.3%;
  position: absolute;
  bottom: -5.3vw;
  right: 0;
  pointer-events: none;
  z-index: 20;
}

@media (min-width: 768px) {
  #active #sec02 .bg_parts_sec02_01 {
    width: 16%;
    max-width: 230px;
    bottom: 0;
  }
}

#active #sec02 .bg_parts_sec02_02 {
  width: 10.7%;
  position: absolute;
  top: 25vw;
  left: 0;
  pointer-events: none;
  z-index: 20;
}

@media (min-width: 768px) {
  #active #sec02 .bg_parts_sec02_02 {
    display: none;
  }
}

#active #sec02 .bg_parts_sec02_03 {
  width: 24%;
  position: absolute;
  bottom: -10.4vw;
  left: 0;
  pointer-events: none;
  z-index: 20;
}

@media (min-width: 768px) {
  #active #sec02 .bg_parts_sec02_03 {
    width: 15%;
    max-width: 300px;
    bottom: -20%;
  }
}

#active #sec02 .bg_parts_sec02_04 {
  width: 24%;
  position: absolute;
  top: -30.6vw;
  right: 0;
  pointer-events: none;
  z-index: 20;
}

@media (min-width: 768px) {
  #active #sec02 .bg_parts_sec02_04 {
    width: 17%;
    max-width: 256px;
    top: -50%;
  }
}

#active #sec02 .bg_parts_sec02_05 {
  width: 27.6%;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 20;
}

@media (min-width: 768px) {
  #active #sec02 .bg_parts_sec02_05 {
    width: 19%;
    max-width: 276px;
    top: -30%;
    right: auto;
    left: 0;
    bottom: auto;
  }
}

#active #sec02 .bg_parts_sec02_06 {
  width: 100%;
  position: absolute;
  bottom: -10%;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 20;
}

@media (min-width: 768px) {
  #active #sec02 .bg_parts_sec02_06 {
    width: 11.4%;
    max-width: 164px;
    top: -12%;
    left: 0;
    right: auto;
    bottom: auto;
  }
}

@media (min-width: 768px) {
  #active #sec02 .bg_parts_sec02_07 {
    width: 14%;
    max-width: 202px;
    position: absolute;
    bottom: -10%;
    right: 0;
    pointer-events: none;
    z-index: 20;
  }
}

#active #sec02 .active .fadein .row_block {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1.0;
}

#active #sec02 .fadein .row_block {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 1.0s all 1.5s ease;
  transition: 1.0s all 1.5s ease;
}

#active .fadeup img {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 0.5s all 1.0s ease;
  transition: 0.5s all 1.0s ease;
}

#active .boxType01 {
  padding: 15px;
}

@media (min-width: 768px) {
  #active .boxType01 {
    padding: 40px;
  }
}

#active .m-mt {
  margin-top: -40px;
}

@media (min-width: 768px) {
  #active .m-mt {
    margin-top: 0;
  }
}

#active .whiteBoard {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

@media (min-width: 768px) {
  #active .whiteBoard {
    padding: 50px;
  }
}

#active .whiteBoard .ttl {
  font-size: 1.9rem;
}

@media (min-width: 768px) {
  #active .whiteBoard .ttl {
    font-size: 2.6rem;
  }
}

#active .whiteBoard .border_top {
  border-top: 1px solid #000000;
}

#active .whiteBoard dl {
  border: 1px solid #000000;
}

#active .whiteBoard dl dt, #active .whiteBoard dl dd {
  padding: 10px 15px;
}

@media (min-width: 768px) {
  #active .whiteBoard dl dt, #active .whiteBoard dl dd {
    padding: 20px 30px;
  }
}

#active .whiteBoard dl dt {
  border-bottom: 1px solid #000000;
  font-weight: 700;
}

#active .whiteBoard dl dd ul {
  list-style: disc;
  margin-left: 1.5em;
}

#active .whiteBoard dl dd ul li {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  #active .whiteBoard dl dd ul li {
    font-size: 1.6rem;
  }
}

#active .whiteBoard .fc-red {
  color: #ff0000;
}

#active .whiteBoard .kome {
  list-style: none;
}

#active .whiteBoard .kome li {
  font-size: 1.0rem;
}

@media (min-width: 768px) {
  #active .whiteBoard .kome li {
    font-size: 1.2rem;
  }
}

#active .fade_in_anc a {
  display: block;
}

#active .fade_in_anc.a01 a {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 1s all 1s ease;
  transition: 1s all 1s ease;
}

#active .fade_in_anc.a02 a {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 1s all 1.5s ease;
  transition: 1s all 1.5s ease;
}

#active .fade_in_anc.a03 a {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 1s all 2.0s ease;
  transition: 1s all 2.0s ease;
}

#active .fade_in_anc.a04 a {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 1s all 2.5s ease;
  transition: 1s all 2.5s ease;
}

#active .fade_in_anc.a05 a {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 1s all 3.0s ease;
  transition: 1s all 3.0s ease;
}

#active .loaded .fade_in_anc a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1.0;
}

@-webkit-keyframes diagonal {
  0% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
  50% {
    -webkit-transform: translate(-2%, 2%);
            transform: translate(-2%, 2%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes diagonal {
  0% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
  50% {
    -webkit-transform: translate(-2%, 2%);
            transform: translate(-2%, 2%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#ifree #header .header_btn a {
  background-color: #00ada9;
  border: 2px solid #00ada9;
  border-top: 4px #008a87 solid;
}

@media (min-width: 768px) {
  #ifree #header .header_btn a:hover {
    border-color: #00ada9;
    border-top: 2px #00ada9 solid;
    color: #00ada9;
    background-color: #ffffff;
  }
  #ifree #header .header_btn a:hover:after {
    border-top-color: #00ada9;
    border-right-color: #00ada9;
  }
}

#ifree #mainVisual {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#ifree #mainVisual .mv_bg {
  width: 100%;
  max-width: none;
}

#ifree #mainVisual .mv_bg img {
  max-width: none;
  width: 100%;
}

#ifree #mainVisual .bg_kumo02 {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  z-index: 5;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#ifree #mainVisual .bg_kumo02 img {
  max-width: none;
  width: 100%;
}

#ifree #mainVisual .bg_kumo01 {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: auto;
  bottom: -60px;
  z-index: 10;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media (min-width: 768px) {
  #ifree #mainVisual .bg_kumo01 {
    bottom: -16%;
  }
}

#ifree #mainVisual .bg_kumo01 img {
  max-width: none;
  width: 100%;
}

#ifree #mainVisual .tori {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
}

#ifree #mainVisual .tori img {
  max-width: none;
  width: 100%;
}

#ifree #mainVisual .container {
  position: absolute;
  top: 17.6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 12;
}

@media (min-width: 768px) {
  #ifree #mainVisual .container {
    top: 25.2%;
  }
}

#ifree #mainVisual .container .s_txt {
  margin-top: 7%;
}

@media (min-width: 768px) {
  #ifree #mainVisual .container .s_txt {
    margin-top: 7.3%;
  }
}

#ifree #mainVisual .mv_inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #ifree #mainVisual .mv_inner {
    max-width: 1390px;
  }
}

#ifree #mainVisual .mv_inner .logo {
  width: 27.5%;
}

@media (min-width: 768px) {
  #ifree #mainVisual .mv_inner .logo {
    width: 14%;
    max-width: 190px;
  }
}

#ifree #mainVisual .mv_text {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  #ifree #mainVisual .mv_text {
    width: 100%;
    max-width: 1150px;
  }
}

#ifree #mainVisual .mv_text::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 43.77%;
}

@media (min-width: 768px) {
  #ifree #mainVisual .mv_text::before {
    padding-top: 8.696%;
  }
}

#ifree #mainVisual .mv_text .mv_text_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 1.0s all 0s ease;
  transition: 1.0s all 0s ease;
}

#ifree #mainVisual .mv_text .mv_text_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(../img/ifree/mv_txt_sp.png) no-repeat 0 0;
  background-size: contain;
}

@media (min-width: 768px) {
  #ifree #mainVisual .mv_text .mv_text_inner {
    background-image: url(../img/ifree/mv_txt.png);
  }
}

#ifree #mainVisual .fade_in {
  opacity: 0;
  -webkit-transition: 2.0s all 1.0s ease;
  transition: 2.0s all 1.0s ease;
}

#ifree #mainVisual.loaded .mv_text .mv_text_cover {
  width: 100%;
}

#ifree #mainVisual.loaded .fade_in {
  opacity: 1;
}

#ifree #mainVisual.loaded .bg_kumo01 {
  -webkit-animation: bound 1.0s ease-out 0.5s forwards;
          animation: bound 1.0s ease-out 0.5s forwards;
}

#ifree #mainVisual.loaded .bg_kumo02 {
  -webkit-animation: bound 1.0s ease-out 1.5s forwards;
          animation: bound 1.0s ease-out 1.5s forwards;
}

#ifree #mainVisual .white_block {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  z-index: 10;
  background: #ffffff;
}

@media (min-width: 768px) {
  #ifree #mainVisual .white_block {
    height: 40px;
    bottom: -40px;
  }
}

#ifree .sec01 {
  background: url(../img/ifree/sec_bg01_sp.png) no-repeat center bottom/cover, #ffffff;
}

@media (min-width: 768px) {
  #ifree .sec01 {
    background-image: url(../img/ifree/sec_bg01.png);
  }
}

#ifree .sec01 .ifree_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#ifree .sec01 .ifree_link li {
  margin-top: 30px;
}

#ifree .sec01 .ifree_link li:nth-child(1) {
  margin-top: 0;
}

@media (min-width: 768px) {
  #ifree .sec01 .ifree_link li {
    width: 46.3%;
    margin-top: 80px;
  }
  #ifree .sec01 .ifree_link li:nth-child(2) {
    margin-top: 0;
  }
}

#ifree .sec01 .ifree_link li dl.fade_in {
  opacity: 0;
  -webkit-transition: 1.0s all 0.5s ease;
  transition: 1.0s all 0.5s ease;
}

@media (min-width: 768px) {
  #ifree .sec01 .ifree_link li dl.fade_in {
    -webkit-transition: 1.5s all 1.0s ease;
    transition: 1.5s all 1.0s ease;
  }
}

#ifree .sec01 .ifree_link li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  #ifree .sec01 .ifree_link li dl dt {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

#ifree .sec01 .ifree_link li dl dt .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  max-width: 4em;
  margin-right: 10px;
}

@media (min-width: 768px) {
  #ifree .sec01 .ifree_link li dl dt .icon {
    margin-right: 20px;
  }
}

#ifree .sec01 .ifree_link li dl dt p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -1px;
}

#ifree .sec01 .ifree_link li dl dt .fc-e0b978 {
  color: #e0b978;
}

#ifree .sec01 .ifree_link li dl dt .fc-1a5576 {
  color: #1a5576;
}

#ifree .sec01 .ifree_link li dl dt .fc-8d7044 {
  color: #8d7044;
}

#ifree .sec01 .ifree_link li dl dt .fc-00ada9 {
  color: #00ada9;
}

#ifree .sec01 .ifree_link li dl dt .fc-ffc636 {
  color: #ffc636;
}

#ifree .sec01 .ifree_link li dl dt .fc-ff6444 {
  color: #ff6444;
}

#ifree .sec01 .ifree_link li dl dt .fc-9797a3 {
  color: #9797a3;
}

#ifree .sec01 .ifree_link li dl dd p {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  #ifree .sec01 .ifree_link li dl dd p {
    font-size: 1.8rem;
  }
}

#ifree .sec01 .ifree_link li dl dd a {
  display: block;
  text-align: center;
  width: 36%;
  font-size: 1.1rem;
  color: #ffffff;
  background-color: #595d5e;
  border: 1px solid #595d5e;
  border-radius: 30px;
  padding: 5px 0;
  margin-top: 15px;
}

@media (min-width: 768px) {
  #ifree .sec01 .ifree_link li dl dd a {
    width: 40%;
    font-size: 1.6rem;
    color: #595d5e;
    background-color: transparent;
    margin-top: 20px;
  }
  #ifree .sec01 .ifree_link li dl dd a:hover {
    color: #ffffff;
    background-color: #595d5e;
  }
}

#ifree .sec01 .ifree_link li div.active dl.fade_in {
  opacity: 1;
}

#ifree .sec02 {
  background: url(../img/ifree/sec_bg02_sp.png) no-repeat center top/cover;
}

@media (min-width: 768px) {
  #ifree .sec02 {
    background-image: url(../img/ifree/sec_bg02.png);
  }
}

#ifree .sec02 .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
}

@media (min-width: 768px) {
  #ifree .sec02 .ttl {
    font-size: 3.0rem;
  }
}

#ifree .sec02 hr {
  border-top: 1px solid #333333;
  border-bottom: none;
  width: calc(100% + 15px);
  margin-left: -15px;
  margin-right: 0;
}

@media (min-width: 768px) {
  #ifree .sec02 hr {
    width: calc(100% + 125px);
    margin-left: -125px;
  }
}

#ifree .sec02 .fc-red {
  color: #ff6444;
}

#ifree .sec02 p {
  color: #333333;
}

#ifree .sec02 ul.kome {
  font-size: 1.1rem;
  margin-top: 5px;
}

@media (min-width: 768px) {
  #ifree .sec02 ul.kome {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

#ifree .sec02 ul.kome li {
  position: relative;
  padding-left: 1.5em;
}

#ifree .sec02 ul.kome li:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

#ifree .sec02 .white_box {
  padding: 10px 15px;
  background: #ffffff;
}

@media (min-width: 768px) {
  #ifree .sec02 .white_box {
    padding: 20px 30px;
  }
}

#ifree .sec02 .white_box ul {
  list-style: disc;
  margin-left: 1.5em;
}

#ifree .sec02 .white_box ul li {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  #ifree .sec02 .white_box ul li {
    font-size: 1.8rem;
  }
}

#ifree .bg03 img {
  width: 100%;
  max-width: none;
}

#ifree .bg03 .container {
  position: relative;
}

#ifree .bg03 .container p {
  color: #ffffff;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 15px;
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#specialcontents #wrapper {
  background-color: #fff2fa;
}

#specialcontents .top_ttl img {
  width: 100%;
}

@media (min-width: 768px) {
  #specialcontents .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#specialcontents .thumbnail li {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 8px 8px 23px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 8px 8px 23px -6px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  #specialcontents .thumbnail li {
    width: 48.7%;
    max-width: 565px;
  }
}

#specialcontents .thumbnail li::before {
  padding-top: 52.9%;
}

#specialcontents .thumbnail li a {
  position: relative;
  display: block;
}

#specialcontents .thumbnail li a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  background: #000000;
  z-index: 5;
}

#specialcontents .thumbnail li a::after {
  position: absolute;
  content: "";
  right: 12px;
  bottom: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 6;
}

#specialcontents .thumbnail li a .thumb_txt {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#specialcontents .thumbnail li a:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  #specialcontents .thumbnail li a:hover::before {
    background: #ffffff;
  }
  #specialcontents .thumbnail li a:hover::after {
    border-color: #000000;
  }
}

#specialcontents .thumbnail li a img.thumb_img {
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

@media (min-width: 768px) {
  #specialcontents .thumbnail li a:hover img.thumb_img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    cursor: pointer;
  }
}

#top .bnr a {
  position: relative;
  display: block;
  box-shadow: 6px 6px 8px 0px rgba(0,0,0,0.4);
}
#top .bnr a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  background: #000000;
  z-index: 5;
}
#top .bnr a::after {
  position: absolute;
    content: "";
    right: 12px;
    bottom: 12px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    z-index: 6;
}
@media (min-width: 768px) {
  #top .bnr a:hover {
    opacity: 1;
  }
  #top .bnr a:hover:before {
    background: #ffffff;
    opacity: 1;
  }
  #top .bnr a:hover::after {
    border-color: #000000;
    opacity: 1;
  }
}
#top .index_movie {
  position: relative;
  width: 100%;
}
#top .index_movie:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
#top .index_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #top .index_movie {
    max-width: 630px;
  }
}