#mv {
  background: #d5edf4;
  height: auto;
}

.lead {
  width: 80%;
  max-width: 900px;
  margin: 80px auto;
  background: url(../img/ikukyu/lead_bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 30px 100px;
  position: relative;
}
.lead .title {
  color: #54b6d4;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px;
}
.lead .txt {
  color: #606060;
  font-size: 20px;
}
.lead .txt p span {
  background: #f9f958;
}
.lead .txt p + p {
  margin: 16px 0 0;
}

.data {
  background: #a6e0ed;
  padding: 30px;
}
.data .inner {
  color: #606060;
}
.data .inner .graph_area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: center;
}
.data .inner .graph_area .graph {
  width: 60%;
  margin: 0 30px 0 0;
}
.data .inner .graph_area .txt {
  width: 40%;
  border: 1px solid #fff;
  padding: 20px 50px;
}
.data .inner .graph_area .txt .title {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 15px;
}
.data .inner .graph_area .txt .item .item_title {
  background: #fff;
  display: inline-block;
  padding: 2px 18px;
  margin: 0 0 15px;
  min-width: 80px;
  text-align: center;
}
.data .inner .graph_area .txt .item ul li {
  list-style-type: disc;
}
.data .inner .graph_area .txt .item + .item {
  margin: 30px 0 0;
}
.data .inner .what_area {
  width: 100%;
  max-width: 1000px;
  background: #fff;
  border-radius: 30px;
  margin: 0 auto;
  padding: 50px 0;
}
.data .inner .what_area .title {
  max-width: 626px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  border-top: 1px solid #fcaebb;
  border-bottom: 1px solid #fcaebb;
  padding: 10px 0;
  font-weight: bold;
}
.data .inner .what_area .answer .plan {
  max-width: 626px;
  margin: 15px auto 0;
}
.data .inner .what_area .answer .plan + .plan {
  max-width: 655px;
  margin: 30px auto 0;
}
.data .inner .what_area .message {
  color: #54b6d4;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 50px auto 0;
  position: relative;
}
.data .inner .what_area .message:before, .data .inner .what_area .message:after {
  content: "";
  width: 139px;
  height: 121px;
  display: block;
  position: absolute;
  top: -24px;
  margin: auto;
}
.data .inner .what_area .message:before {
  background: url(../img/ikukyu/message_left_img.png) no-repeat;
  background-size: 100%;
  left: -530px;
  right: 0;
}
.data .inner .what_area .message:after {
  background: url(../img/ikukyu/message_right_img.png) no-repeat;
  background-size: 100%;
  left: 0;
  right: -530px;
}

.trouble {
  margin: 60px 0 100px;
}
.trouble .inner .title {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  border-top: 1px solid #fcaebb;
  border-bottom: 1px solid #fcaebb;
  padding: 10px 0;
  font-weight: bold;
}
.trouble .inner .example {
  max-width: 520px;
  margin: 40px auto 0;
}
.trouble .inner .example .item {
  width: 400px;
  background: #e2e2e2;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  color: #606060;
  margin: 0 0 0 auto;
  padding: 15px 0;
  position: relative;
}
.trouble .inner .example .item:nth-of-type(1):before {
  content: "";
  width: 100px;
  height: 140px;
  background: url(../img/ikukyu/trouble_img_01.png) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -130px;
}
.trouble .inner .example .item:nth-of-type(1):after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(90, 230, 40, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -10px;
  border-right-color: #e2e2e2;
  right: 100%;
  top: 50%;
}
.trouble .inner .example .item:nth-of-type(2) {
  margin: 60px auto 0 0;
}
.trouble .inner .example .item:nth-of-type(2):before {
  content: "";
  width: 150px;
  height: 140px;
  background: url(../img/ikukyu/trouble_img_02.png) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -190px;
}
.trouble .inner .example .item:nth-of-type(2):after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(90, 230, 40, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -10px;
  border-left-color: #e2e2e2;
  left: 100%;
  top: 50%;
}
.trouble .inner .answer {
  background: #fffed4;
  max-width: 1000px;
  margin: 110px auto 0;
  padding: 30px 0;
  text-align: center;
  color: #606060;
  font-size: 20px;
  position: relative;
}
.trouble .inner .answer span {
  background: #baeef7;
  padding: 5px;
  line-height: 2;
}
.trouble .inner .answer:before, .trouble .inner .answer:after {
  content: "";
  width: 49px;
  height: 49px;
  display: block;
  position: absolute;
  top: 20px;
}
.trouble .inner .answer:before {
  background: url(../img/ikukyu/message_icon_left.png) no-repeat;
  background-size: 100%;
  left: 20px;
}
.trouble .inner .answer:after {
  background: url(../img/ikukyu/message_icon_right.png) no-repeat;
  background-size: 100%;
  right: 20px;
}

.result {
  margin: 0 auto 130px;
}
.result .inner .title {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  border-top: 1px solid #fcaebb;
  border-bottom: 1px solid #fcaebb;
  padding: 10px 0;
  font-weight: bold;
}
.result .inner .result_img {
  max-width: 1000px;
  margin: 30px auto 0;
}
.result .inner .result_img .item + .item {
  margin: 30px auto 0;
}

.feature {
  margin: 0 auto 70px;
}
.feature h3 {
  color: #3069d2;
  font-size: 36px;
  position: relative;
  text-align: center;
}
.feature h3 span {
  position: relative;
  font-weight: bold;
  z-index: 1;
}
.feature h3:before {
  content: "";
  background: rgb(48, 105, 210);
  background: linear-gradient(198deg, rgb(48, 105, 210) 0%, rgb(103, 227, 243) 100%);
  width: 50%;
  height: 40px;
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
}
.feature h3:after {
  content: "";
  width: 70%;
  max-width: 850px;
  min-width: 750px;
  height: 40px;
  background: #fff;
  display: block;
  transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -webkit-transform: skew(-40deg);
  -o-transform: skew(-40deg);
  -ms-transform: skew(-40deg);
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  margin: auto;
}
.feature .h3_txt {
  max-width: 1000px;
  margin: 30px auto 0;
  color: #606060;
  font-size: 20px;
}
.feature .feature_list {
  max-width: 1000px;
  margin: 20px auto 0;
}
.feature .feature_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature .feature_list ul li {
  width: 49%;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  background: #fffed4;
  box-shadow: 2px 2px 12px -5px #2e2e2e;
}
.feature .feature_list ul li .title {
  background: #55b6d4;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 40px;
}
.feature .feature_list ul li .txt {
  background: #fffed4;
  font-size: 18px;
  color: #606060;
  padding: 20px 50px;
}
.feature .feature_list ul li .txt span {
  color: #55b6d4;
}
.feature .feature_list ul li:nth-of-type(n+3) {
  margin: 20px 0 0;
}

@media screen and (max-width: 980px) {
  * {
    box-sizing: border-box;
  }
  .menu .menu_inner {
    overflow-y: scroll;
    padding: 40px 0 60px;
  }
  .menu .menu_inner .main_menu {
    width: 80vw;
  }
  .menu .menu_inner .main_menu li {
    margin: 0 0 16px;
  }
  .menu .menu_inner .sub_menu li a {
    height: 54px;
  }
  .lead {
    width: 92vw;
    background: #f5fdff;
    border: 1px solid #54b6d4;
    padding: 30px 8vw;
    margin: 30px auto;
    box-sizing: border-box;
  }
  .lead .title {
    font-size: 5vw;
    margin: 0 0 20px;
  }
  .lead .txt {
    font-size: 4vw;
  }
  .data {
    padding: 30px 4vw;
  }
  .data .inner .graph_area {
    width: 100%;
    margin: 0 auto 6vw;
    display: block;
  }
  .data .inner .graph_area .graph {
    width: 100%;
    margin: 0 auto 20px;
  }
  .data .inner .graph_area .txt {
    width: 100%;
    padding: 4vw 4vw 4vw 10vw;
    box-sizing: border-box;
  }
  .data .inner .graph_area .txt .title {
    font-size: 4vw;
    margin: 0 0 15px;
  }
  .data .inner .graph_area .txt .item .item_title {
    background: #fff;
    display: inline-block;
    padding: 2px 18px;
    margin: 0 0 8px;
    min-width: 80px;
    text-align: center;
    font-size: 4vw;
  }
  .data .inner .graph_area .txt .item ul li {
    font-size: 3.8vw;
  }
  .data .inner .what_area {
    width: 100%;
    padding: 5vw 3vw;
    border-radius: 10px;
  }
  .data .inner .what_area .title {
    max-width: 500px;
    font-size: 4vw;
  }
  .data .inner .what_area .message {
    font-size: 4vw;
    font-weight: bold;
    margin: 50px auto 0;
    position: relative;
  }
  .data .inner .what_area .message:before {
    left: -70vw;
    width: 17vw;
    top: -16px;
  }
  .data .inner .what_area .message:after {
    right: -73vw;
    width: 18vw;
    top: 2px;
  }
  .trouble {
    margin: 8vw 0 14vw;
  }
  .trouble .inner .title {
    max-width: 600px;
    font-size: 4.2vw;
  }
  .trouble .inner .example {
    width: 92vw;
    max-width: 520px;
  }
  .trouble .inner .example .item {
    width: 58vw;
    font-size: 3vw;
    padding: 15px;
  }
  .trouble .inner .example .item:nth-of-type(1):before {
    max-width: 100px;
    width: 20vw;
    left: unset;
    right: 66vw;
    margin: auto;
  }
  .trouble .inner .example .item:nth-of-type(2) {
    margin: 10vw auto 0 0;
  }
  .trouble .inner .example .item:nth-of-type(2):before {
    max-width: 150px;
    width: 27vw;
    right: unset;
    left: 62vw;
    margin: auto;
  }
  .trouble .inner .answer {
    padding: 30px;
    font-size: 3.6vw;
    margin: 10vw auto 0;
    font-weight: bold;
  }
  .trouble .inner .answer span {
    background: #baeef7;
    padding: 5px;
    line-height: 2;
    font-weight: bold;
  }
  .trouble .inner .answer:before, .trouble .inner .answer:after {
    content: "";
    width: 6vw;
    height: 6vw;
    top: 20px;
  }
  .trouble .inner .answer:before {
    background: url(../img/ikukyu/message_icon_left.png) no-repeat;
    background-size: 100%;
    left: 20px;
  }
  .trouble .inner .answer:after {
    background: url(../img/ikukyu/message_icon_right.png) no-repeat;
    background-size: 100%;
    right: 20px;
  }
  .result {
    margin: 0 auto 20vw;
  }
  .result .inner .title {
    max-width: 500px;
    font-size: 4.2vw;
  }
  .result .inner .result_img {
    max-width: 1000px;
    margin: 30px auto 0;
  }
  .result .inner .result_img .item + .item {
    margin: 30px auto 0;
  }
  .feature {
    margin: 0 auto 70px;
  }
  .feature h3 {
    color: #3069d2;
    font-size: 4.2vw;
    position: relative;
    text-align: left;
  }
  .feature h3 span {
    top: 1vw;
  }
  .feature h3:before {
    width: 50%;
    height: 6vw;
  }
  .feature h3:after {
    height: 7vw;
    background: #fff;
    min-width: unset;
  }
  .feature .h3_txt {
    width: 92vw;
    margin: 8vw auto 0;
    font-size: 3.2vw;
  }
  .feature .feature_list {
    width: 92vw;
    margin: 8vw auto 0;
  }
  .feature .feature_list ul {
    display: block;
  }
  .feature .feature_list ul li {
    width: 100%;
    box-shadow: 2px 2px 12px -5px #2e2e2e;
    border-radius: 10px 10px 0 0;
  }
  .feature .feature_list ul li .title {
    font-size: 3.8vw;
    padding: 4vw 6vw;
  }
  .feature .feature_list ul li .txt {
    font-size: 3.2vw;
    padding: 4vw 6vw;
  }
  .feature .feature_list ul li:nth-of-type(n+2) {
    margin: 20px 0 0;
  }
  #movie {
    padding: 20vw 0;
  }
  #movie:before {
    height: 12vw;
  }
}
/*# sourceMappingURL=lp_ikukyu.css.map */