/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  margin-top: 65px !important;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 55px !important;
  }
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s ease-in-out all;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.mv {
  width: 100%;
  height: 720px;
  background: url(../images/mv/bg_mv01_pc.png) center center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .mv {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    height: 300px;
    background: url(../images/mv/bg_mv01_sp.png) center top;
    background-size: cover;
  }
}
.mv__title {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv__title {
    width: 90%;
    margin: auto;
  }
}
.mv__picArea {
  max-width: 1920px;
  margin: auto;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.mv__pic01 {
  width: 835px;
  position: absolute;
  right: 7.5%;
}
@media screen and (max-width: 1919px) {
  .mv__pic01 {
    width: 800px;
  }
}
@media screen and (max-width: 1000px) {
  .mv__pic01 {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .mv__pic01 {
    width: 450px;
    right: -20%;
  }
}
@media screen and (max-width: 600px) {
  .mv__pic01 {
    width: 350px;
    right: -20%;
  }
}
@media screen and (max-width: 450px) {
  .mv__pic01 {
    width: 300px;
    right: -25%;
  }
}
@media screen and (max-width: 360px) {
  .mv__pic01 {
    width: 260px;
  }
}
.mv__pic02 {
  width: 835px;
  position: absolute;
  left: -10%;
  bottom: 0;
}
@media screen and (max-width: 1919px) {
  .mv__pic02 {
    width: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .mv__pic02 {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .mv__pic02 {
    width: 150px;
    left: 0;
    bottom: auto;
    top: 30px;
  }
}
@media screen and (max-width: 360px) {
  .mv__pic02 {
    width: 130px;
  }
}
.mv__pic03 {
  width: 480px;
  position: absolute;
  right: 13%;
  bottom: 0;
}
@media screen and (max-width: 1919px) {
  .mv__pic03 {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .mv__pic03 {
    right: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .mv__pic03 {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .mv__pic03 {
    width: 170px;
  }
}

.about {
  text-align: center;
  background: url(../images/about/bg_about01_pc.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 70px 0;
}
@media screen and (max-width: 1000px) {
  .about {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 35px 0;
    background: url(../images/about/bg_about01_sp.png) no-repeat bottom center;
    background-size: cover;
  }
}
.about__txt {
  width: 94%;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .about__txt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about__txt {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about__txt {
    font-size: 14px;
  }
}
.about__txt--sub {
  width: 94%;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .about__txt--sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .about__txt--sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about__txt--sub {
    font-size: 14px;
  }
}
.about__decoration {
  width: 94%;
  margin: 80px auto;
}
@media screen and (max-width: 1000px) {
  .about__decoration {
    max-width: 500px;
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .about__decoration {
    margin: 0 auto 40px;
  }
}
.about__copy {
  width: 94%;
  margin: auto;
}
.about__menu {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .about__menu {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .about__menu {
    max-width: 294px;
    flex-wrap: wrap;
  }
}
.about__item {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .about__item {
    width: 49%;
    margin: 0 0.5%;
  }
  .about__item:nth-child(1), .about__item:nth-child(2) {
    margin-bottom: 10px;
  }
}

.first {
  padding-top: 65px;
  margin-top: -65px;
}
@media screen and (max-width: 767px) {
  .first {
    padding-top: 55px;
    margin-top: -55px;
  }
}
.first__intro {
  background: #2ea8e6;
}
.first__introInner {
  max-width: 1920px;
  margin: auto;
  margin-bottom: -5%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .first__introInner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.first__pic {
  width: 40%;
  margin-left: -5%;
  padding: 4% 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .first__pic {
    padding: 5% 0 0;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .first__pic {
    margin-bottom: -15%;
    width: 65%;
  }
}
.first__baloonArea {
  margin-left: 60px;
  padding: 4% 0 0;
  position: relative;
}
@media screen and (max-width: 1919px) {
  .first__baloonArea {
    padding: 5.5% 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .first__baloonArea {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .first__baloonArea {
    max-width: inherit;
    width: 100%;
    margin: auto;
  }
}
.first__tag {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .first__tag {
    text-align: center;
    left: 0;
    margin: auto;
  }
}
.first__tag img {
  height: 50px;
}
@media screen and (max-width: 1200px) {
  .first__tag img {
    height: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .first__tag img {
    height: 30px;
  }
}
.first__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1919px) {
  .first__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .first__title {
    max-width: 350px;
    width: 87%;
    margin: -5px auto 20px;
  }
}
@media screen and (max-width: 360px) {
  .first__title {
    margin: 0px auto 20px;
  }
}
.first__title img {
  filter: drop-shadow(10px 10px 10px #126bcf);
}
@media screen and (max-width: 767px) {
  .first__title img {
    filter: none;
  }
}
.first__img {
  width: 45%;
  position: absolute;
  right: 0;
  bottom: -2%;
}
@media screen and (max-width: 1919px) {
  .first__img {
    width: 45%;
    bottom: -10%;
  }
}
@media screen and (max-width: 1600px) {
  .first__img {
    right: 0;
    bottom: -22%;
  }
}
@media screen and (max-width: 1200px) {
  .first__img {
    width: 40%;
    right: 0;
    bottom: -19%;
  }
}
@media screen and (max-width: 767px) {
  .first__img {
    max-width: 120px;
    right: 5%;
  }
}
.first__baloonList {
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .first__baloonList {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .first__baloonList {
    max-width: 75%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 600px) {
  .first__baloonList {
    max-width: 94%;
  }
}
.first__baloon {
  width: 46%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .first__baloon {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .first__baloon {
    text-align: center;
  }
}
.first__baloon:first-child {
  margin-right: 8%;
}
.first__baloon:last-child {
  margin: 0 auto 0 15%;
}
.first__baloon img {
  filter: drop-shadow(10px 10px 10px #126bcf);
}
@media screen and (max-width: 767px) {
  .first__baloon img {
    filter: drop-shadow(6px 6px 6px #126bcf);
  }
}
.first__main {
  width: 100%;
  background: url(../images/first/bg_first01_pc.png) top center, #2ea8e6;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .first__main {
    background: url(../images/first/bg_first01_sp.png) center top, #2ea8e6;
    background-size: cover;
  }
}
.first__mainInner {
  max-width: 940px;
  width: 80%;
  margin: auto;
  padding: 10% 0 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .first__mainInner {
    width: 100%;
    padding: 25% 0 40px;
  }
}
.first__decoration01 {
  max-width: 120px;
  width: 7%;
  margin: 0 0 100px 100px;
  align-self: flex-end;
  flex-shrink: 0;
}
@media screen and (max-width: 1919px) {
  .first__decoration01 {
    margin: 0 50px 50px 100px;
  }
}
@media screen and (max-width: 1200px) {
  .first__decoration01 {
    margin: 0 10px 40px auto;
  }
}
.first__decoration02 {
  max-width: 95px;
  width: 11%;
  position: absolute;
  top: 300px;
  left: -14%;
}
@media screen and (max-width: 1200px) {
  .first__decoration02 {
    width: 8%;
    top: 200px;
    left: -10%;
  }
}
.first__decoration03 {
  max-width: 125px;
  width: 13.5%;
  position: absolute;
  top: 600px;
  right: -16%;
}
@media screen and (max-width: 1919px) {
  .first__decoration03 {
    top: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .first__decoration03 {
    width: 9.5%;
    top: 400px;
    right: -11%;
  }
}
@media screen and (max-width: 767px) {
  .first__decoration03 {
    width: 50px;
    top: 20px;
    right: 20px;
  }
}
.first__answerTitle {
  width: 80%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .first__answerTitle {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.first__answerFace {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .first__answerFace {
    width: 115px;
  }
}
.first__answerImg {
  color: #2ea8e6;
  width: 72%;
  margin-left: 35px;
}
@media screen and (max-width: 1000px) {
  .first__answerImg {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .first__answerImg {
    width: 151px;
    height: 100px;
  }
}
.first__list {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .first__list {
    max-width: 240px;
    margin: auto;
    flex-direction: column;
  }
}
.first__item {
  width: 32.5%;
  padding: 30px;
  background: #2ea8e6;
}
@media screen and (max-width: 1200px) {
  .first__item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .first__item {
    width: 100%;
  }
  .first__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.first__itemTitle {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .first__itemTitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .first__itemTitle img {
    height: 40px;
  }
}
.first__itemTxt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .first__itemTxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .first__itemTxt {
    font-size: 14px;
  }
}
.first__btn {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 420px;
  height: 100px;
  margin: 50px auto 0;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #2ea8e6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  filter: drop-shadow(0 0 8px #2ea8e6);
}
@media screen and (max-width: 1200px) {
  .first__btn {
    font-size: 20px;
    width: 350px;
    height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .first__btn {
    font-size: 18px;
    width: 315px;
    height: 75px;
    margin: 30px auto 0;
    filter: drop-shadow(0 0 6px #2ea8e6);
  }
}
.first__btn:hover {
  color: #2ea8e6;
  background-color: #fff;
  border: 2px solid #2ea8e6;
  opacity: 1;
}
.first__ico {
  width: 23px;
  height: 23px;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .first__ico {
    width: 17px;
    height: 17px;
  }
}

.comparison {
  width: 100%;
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0 0 12px #2ea8e6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .comparison {
    padding: 20px 10px;
    box-shadow: 0 0 6px #2ea8e6;
  }
}
.comparison::before {
  content: "";
  background: url(../images/comparison/tag_comparison01.svg) no-repeat;
  background-size: contain;
  width: 287px;
  height: 55px;
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .comparison::before {
    width: 210px;
    height: 40px;
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .comparison {
    width: 94%;
    margin: 50px auto 0;
  }
}
.comparison__titleArea {
  margin: 10px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .comparison__titleArea {
    margin: 0 0 10px;
  }
}
.comparison__car {
  width: 220px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .comparison__car {
    width: 30%;
    margin-right: 10px;
  }
}
.comparison__data {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .comparison__data {
    margin-bottom: 10px;
  }
}
.comparison__txt01 {
  max-width: 720px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .comparison__txt01 {
    width: 84%;
    margin: 0 auto 10px;
  }
}
.comparison__txt02 {
  text-align: center;
}

.second {
  padding-top: 65px;
  margin-top: -65px;
}
@media screen and (max-width: 767px) {
  .second {
    padding-top: 55px;
    margin-top: -55px;
  }
}
.second__intro {
  background: #8fd152;
}
.second__introInner {
  max-width: 1920px;
  margin: auto;
  margin-bottom: -5%;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .second__introInner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.second__pic {
  width: 40%;
  margin-right: -5%;
  padding: 4% 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .second__pic {
    padding: 5% 0 0;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .second__pic {
    padding: 2% 0 0;
    margin-bottom: -15%;
    width: 65%;
    margin-left: auto;
  }
}
.second__baloonArea {
  margin-left: 60px;
  padding: 4% 0 0;
  position: relative;
}
@media screen and (max-width: 1919px) {
  .second__baloonArea {
    padding: 5.5% 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .second__baloonArea {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .second__baloonArea {
    max-width: inherit;
    width: 100%;
    margin: auto;
  }
}
.second__tag {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .second__tag {
    text-align: center;
    right: 0;
    margin: auto;
  }
}
.second__tag img {
  height: 50px;
}
@media screen and (max-width: 1200px) {
  .second__tag img {
    height: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .second__tag img {
    height: 30px;
  }
}
.second__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1919px) {
  .second__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .second__title {
    max-width: 370px;
    width: 93%;
    margin: 7px auto 20px;
  }
}
.second__title img {
  filter: drop-shadow(10px 10px 10px #55b23f);
}
@media screen and (max-width: 767px) {
  .second__title img {
    filter: none;
  }
}
.second__img {
  width: 45%;
  position: absolute;
  left: 0;
  bottom: -2%;
}
@media screen and (max-width: 1919px) {
  .second__img {
    width: 45%;
    bottom: -10%;
  }
}
@media screen and (max-width: 1200px) {
  .second__img {
    width: 37%;
    bottom: -19%;
  }
}
@media screen and (max-width: 767px) {
  .second__img {
    max-width: 120px;
    left: 5%;
  }
}
.second__baloonList {
  max-width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .second__baloonList {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .second__baloonList {
    max-width: 75%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 600px) {
  .second__baloonList {
    max-width: 94%;
  }
}
.second__baloon {
  width: 46%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .second__baloon {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .second__baloon {
    text-align: center;
  }
}
.second__baloon:first-child {
  margin-right: 8%;
}
.second__baloon:last-child {
  margin: 0 15% 0 auto;
}
.second__baloon img {
  filter: drop-shadow(10px 10px 10px #55b23f);
}
@media screen and (max-width: 767px) {
  .second__baloon img {
    filter: drop-shadow(6px 6px 6px #55b23f);
  }
}
.second__main {
  width: 100%;
  background: url(../images/second/bg_second01_pc.png) top center, #8fd152;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .second__main {
    background: url(../images/second/bg_second01_sp.png) center top, #8fd152;
    background-size: cover;
  }
}
.second__mainInner {
  max-width: 940px;
  width: 80%;
  margin: auto;
  padding: 10% 0 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .second__mainInner {
    width: 100%;
    padding: 25% 0 40px;
  }
}
.second__decoration01 {
  max-width: 80px;
  width: 7%;
  margin: 0 0 100px 20px;
  align-self: flex-end;
  flex-shrink: 0;
}
@media screen and (max-width: 1919px) {
  .second__decoration01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .second__decoration01 {
    margin: 0px auto 30px 20px;
  }
}
.second__decoration02 {
  max-width: 100px;
  width: 8%;
  position: absolute;
  top: 550px;
  left: -14%;
}
@media screen and (max-width: 1919px) {
  .second__decoration02 {
    top: 480px;
  }
}
@media screen and (max-width: 1200px) {
  .second__decoration02 {
    width: 8%;
    top: 400px;
    left: -10%;
  }
}
@media screen and (max-width: 767px) {
  .second__decoration02 {
    width: 25px;
    top: 20px;
    left: 30px;
  }
}
.second__decoration03 {
  max-width: 90px;
  width: 7%;
  position: absolute;
  top: 400px;
  right: -16%;
}
@media screen and (max-width: 1919px) {
  .second__decoration03 {
    top: 380px;
  }
}
@media screen and (max-width: 1200px) {
  .second__decoration03 {
    top: 260px;
    right: -9%;
  }
}
.second__answerTitle {
  width: 80%;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .second__answerTitle {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.second__answerFace {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .second__answerFace {
    width: 115px;
  }
}
.second__answerImg {
  color: #8fd152;
  width: 72%;
  margin-right: 35px;
}
@media screen and (max-width: 1000px) {
  .second__answerImg {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .second__answerImg {
    width: 151px;
    height: 100px;
  }
}
.second__list {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .second__list {
    max-width: 240px;
    margin: auto;
    flex-direction: column;
  }
}
.second__item {
  width: 32.5%;
  padding: 30px;
  background: #8fd152;
}
@media screen and (max-width: 1200px) {
  .second__item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .second__item {
    width: 100%;
  }
  .second__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.second__itemTitle {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .second__itemTitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .second__itemTitle img {
    height: 40px;
  }
}
.second__itemTxt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .second__itemTxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .second__itemTxt {
    font-size: 14px;
  }
}
.second__btn {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 420px;
  height: 100px;
  margin: 50px auto 0;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #8fd152;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  filter: drop-shadow(0 0 8px #8fd152);
}
@media screen and (max-width: 1200px) {
  .second__btn {
    font-size: 20px;
    width: 350px;
    height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .second__btn {
    font-size: 18px;
    width: 315px;
    height: 75px;
    margin: 30px auto 0;
    filter: drop-shadow(0 0 6px #8fd152);
  }
}
.second__btn:hover {
  color: #8fd152;
  background-color: #fff;
  border: 2px solid #8fd152;
  opacity: 1;
}
.second__ico {
  width: 23px;
  height: 23px;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .second__ico {
    width: 17px;
    height: 17px;
  }
}

.third {
  padding-top: 65px;
  margin-top: -65px;
}
@media screen and (max-width: 767px) {
  .third {
    padding-top: 55px;
    margin-top: -55px;
  }
}
.third__intro {
  background: #ffd200;
}
.third__introInner {
  max-width: 1920px;
  margin: auto;
  margin-bottom: -5%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .third__introInner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.third__pic {
  width: 40%;
  margin-left: -5%;
  padding: 4% 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .third__pic {
    padding: 5% 0 0;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .third__pic {
    padding: 3% 0 0;
    margin-bottom: -15%;
    width: 65%;
  }
}
.third__baloonArea {
  margin-left: 60px;
  padding: 4% 0 0;
  position: relative;
}
@media screen and (max-width: 1919px) {
  .third__baloonArea {
    padding: 5.5% 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .third__baloonArea {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .third__baloonArea {
    max-width: inherit;
    width: 100%;
    margin: auto;
  }
}
.third__tag {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .third__tag {
    text-align: center;
    left: 0;
    margin: auto;
  }
}
.third__tag img {
  height: 50px;
}
@media screen and (max-width: 1200px) {
  .third__tag img {
    height: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .third__tag img {
    height: 30px;
  }
}
.third__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1919px) {
  .third__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .third__title {
    max-width: 370px;
    width: 93%;
    margin: 0px auto 20px;
  }
}
.third__title img {
  filter: drop-shadow(10px 10px 10px #ff9500);
}
@media screen and (max-width: 767px) {
  .third__title img {
    filter: none;
  }
}
.third__img {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: -2%;
}
@media screen and (max-width: 1919px) {
  .third__img {
    width: 35%;
    bottom: -10%;
  }
}
@media screen and (max-width: 1200px) {
  .third__img {
    bottom: -19%;
  }
}
@media screen and (max-width: 767px) {
  .third__img {
    max-width: 120px;
    right: 5%;
  }
}
.third__baloonList {
  max-width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .third__baloonList {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .third__baloonList {
    max-width: 75%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 600px) {
  .third__baloonList {
    max-width: 94%;
  }
}
.third__baloon {
  width: 46%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .third__baloon {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .third__baloon {
    text-align: center;
  }
}
.third__baloon:first-child {
  margin-right: 8%;
}
.third__baloon:last-child {
  margin: 0 auto 0 15%;
}
.third__baloon img {
  filter: drop-shadow(10px 10px 10px #ff9500);
}
@media screen and (max-width: 767px) {
  .third__baloon img {
    filter: drop-shadow(6px 6px 6px #ff9500);
  }
}
.third__main {
  width: 100%;
  background: url(../images/third/bg_third01_pc.png) top center, #ffd200;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .third__main {
    background: url(../images/third/bg_third01_sp.png) center top, #ffd200;
    background-size: cover;
  }
}
.third__mainInner {
  max-width: 940px;
  width: 80%;
  margin: auto;
  padding: 10% 0 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .third__mainInner {
    width: 100%;
    padding: 25% 0 40px;
  }
}
.third__decoration01 {
  max-width: 90px;
  width: 4.5%;
  margin: 0 50px 100px 100px;
  align-self: flex-end;
  flex-shrink: 0;
}
@media screen and (max-width: 1919px) {
  .third__decoration01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1439px) {
  .third__decoration01 {
    width: 6%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .third__decoration01 {
    margin: 0px 20px 30px auto;
  }
}
.third__decoration02 {
  max-width: 85px;
  width: 9%;
  position: absolute;
  top: 300px;
  left: -16%;
}
@media screen and (max-width: 1919px) {
  .third__decoration02 {
    top: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .third__decoration02 {
    width: 8%;
    top: 200px;
    left: -11%;
  }
}
.third__decoration03 {
  max-width: 140px;
  width: 19%;
  position: absolute;
  top: 600px;
  right: -18%;
  z-index: 1;
}
@media screen and (max-width: 1919px) {
  .third__decoration03 {
    top: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .third__decoration03 {
    width: 14%;
    top: 450px;
    right: -10%;
  }
}
@media screen and (max-width: 767px) {
  .third__decoration03 {
    width: 50px;
    top: 20px;
    right: 40px;
  }
}
@media screen and (max-width: 360px) {
  .third__decoration03 {
    width: 45px;
  }
}
.third__answerTitle {
  width: 80%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .third__answerTitle {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.third__answerFace {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .third__answerFace {
    width: 115px;
  }
}
.third__answerImg {
  color: #ff9500;
  width: 72%;
  margin-left: 35px;
}
@media screen and (max-width: 1000px) {
  .third__answerImg {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .third__answerImg {
    width: 151px;
    height: 100px;
  }
}
.third__list {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .third__list {
    max-width: 240px;
    margin: auto;
    flex-direction: column;
  }
}
.third__item {
  width: 32.5%;
  padding: 30px;
  background: #ff9500;
}
@media screen and (max-width: 1200px) {
  .third__item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .third__item {
    width: 100%;
  }
  .third__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.third__itemTitle {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .third__itemTitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .third__itemTitle img {
    height: 40px;
  }
}
.third__itemTxt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .third__itemTxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .third__itemTxt {
    font-size: 14px;
  }
}
.third__btn {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 420px;
  height: 100px;
  margin: 50px auto 0;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #ff9500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  filter: drop-shadow(0 0 8px #ff9500);
}
@media screen and (max-width: 1200px) {
  .third__btn {
    font-size: 20px;
    width: 350px;
    height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .third__btn {
    font-size: 18px;
    width: 315px;
    height: 75px;
    margin: 30px auto 0;
    filter: drop-shadow(0 0 6px #ff9500);
  }
}
.third__btn:hover {
  color: #ff9500;
  background-color: #fff;
  border: 2px solid #ff9500;
  opacity: 1;
}
.third__ico {
  width: 23px;
  height: 23px;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .third__ico {
    width: 17px;
    height: 17px;
  }
}

.fourth {
  padding-top: 65px;
  margin-top: -65px;
}
@media screen and (max-width: 767px) {
  .fourth {
    padding-top: 55px;
    margin-top: -55px;
  }
}
.fourth__intro {
  background: #f279b6;
}
.fourth__introInner {
  max-width: 1920px;
  margin: auto;
  margin-bottom: -5%;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .fourth__introInner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.fourth__pic {
  width: 40%;
  margin-right: -5%;
  padding: 4% 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .fourth__pic {
    padding: 5% 0 0;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .fourth__pic {
    padding: 3.5% 0 0;
    margin-bottom: -15%;
    width: 65%;
    margin-left: auto;
  }
}
.fourth__baloonArea {
  margin-left: 60px;
  padding: 4% 0 0;
  position: relative;
}
@media screen and (max-width: 1919px) {
  .fourth__baloonArea {
    padding: 5.5% 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .fourth__baloonArea {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .fourth__baloonArea {
    max-width: inherit;
    width: 100%;
    margin: auto;
  }
}
.fourth__tag {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .fourth__tag {
    text-align: center;
    right: 0;
    margin: auto;
  }
}
.fourth__tag img {
  height: 50px;
}
@media screen and (max-width: 1200px) {
  .fourth__tag img {
    height: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .fourth__tag img {
    height: 30px;
  }
}
.fourth__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1919px) {
  .fourth__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .fourth__title {
    max-width: 400px;
    width: 96%;
    margin: 10px auto 20px;
  }
}
.fourth__title img {
  filter: drop-shadow(10px 10px 10px #e2347b);
}
@media screen and (max-width: 767px) {
  .fourth__title img {
    filter: none;
  }
}
.fourth__img {
  width: 45%;
  position: absolute;
  left: 0;
  bottom: -2%;
}
@media screen and (max-width: 1919px) {
  .fourth__img {
    width: 40%;
    bottom: -10%;
  }
}
@media screen and (max-width: 1200px) {
  .fourth__img {
    width: 34%;
    left: 2%;
    bottom: -19%;
  }
}
@media screen and (max-width: 767px) {
  .fourth__img {
    max-width: 120px;
    left: 5%;
  }
}
.fourth__baloonList {
  max-width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .fourth__baloonList {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .fourth__baloonList {
    max-width: 75%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 600px) {
  .fourth__baloonList {
    max-width: 94%;
  }
}
.fourth__baloon {
  width: 46%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .fourth__baloon {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .fourth__baloon {
    text-align: center;
  }
}
.fourth__baloon:first-child {
  margin-right: 8%;
}
.fourth__baloon:last-child {
  margin: 0 15% 0 auto;
}
.fourth__baloon img {
  filter: drop-shadow(10px 10px 10px #e2347b);
}
@media screen and (max-width: 767px) {
  .fourth__baloon img {
    filter: drop-shadow(6px 6px 6px #e2347b);
  }
}
.fourth__main {
  width: 100%;
  background: url(../images/fourth/bg_fourth01_pc.png) top center, #f279b6;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .fourth__main {
    background: url(../images/fourth/bg_fourth01_sp.png) center top, #f279b6;
    background-size: cover;
  }
}
.fourth__mainInner {
  max-width: 940px;
  width: 80%;
  margin: auto;
  padding: 10% 0 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fourth__mainInner {
    width: 100%;
    padding: 25% 0 40px;
  }
}
.fourth__decoration01 {
  max-width: 80px;
  width: 5%;
  margin: 0 10px 100px 30px;
  align-self: flex-end;
  flex-shrink: 0;
}
@media screen and (max-width: 1919px) {
  .fourth__decoration01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .fourth__decoration01 {
    margin: 0px auto 30px 20px;
  }
}
.fourth__decoration02 {
  max-width: 160px;
  width: 20%;
  position: absolute;
  bottom: 150px;
  left: -18%;
}
@media screen and (max-width: 1200px) {
  .fourth__decoration02 {
    width: 12%;
    left: -10%;
  }
}
@media screen and (max-width: 767px) {
  .fourth__decoration02 {
    width: 70px;
    bottom: auto;
    top: 20px;
    left: 30px;
  }
}
.fourth__decoration03 {
  max-width: 100px;
  width: 9%;
  position: absolute;
  top: 250px;
  right: -16%;
}
@media screen and (max-width: 1919px) {
  .fourth__decoration03 {
    top: 380px;
  }
}
@media screen and (max-width: 1200px) {
  .fourth__decoration03 {
    width: 8%;
    top: 260px;
    right: -10%;
  }
}
.fourth__answerTitle {
  width: 80%;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fourth__answerTitle {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.fourth__answerFace {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .fourth__answerFace {
    width: 115px;
  }
}
.fourth__answerImg {
  color: #f279b6;
  width: 72%;
  margin-right: 35px;
}
@media screen and (max-width: 1000px) {
  .fourth__answerImg {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fourth__answerImg {
    width: 151px;
    height: 100px;
  }
}
.fourth__list {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fourth__list {
    max-width: 240px;
    margin: auto;
    flex-direction: column;
  }
}
.fourth__item {
  width: 32.5%;
  padding: 30px;
  background: #f279b6;
}
@media screen and (max-width: 1200px) {
  .fourth__item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fourth__item {
    width: 100%;
  }
  .fourth__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.fourth__itemTitle {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .fourth__itemTitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .fourth__itemTitle img {
    height: 40px;
  }
}
.fourth__itemTxt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .fourth__itemTxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .fourth__itemTxt {
    font-size: 14px;
  }
}
.fourth__btn {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 420px;
  height: 100px;
  margin: 50px auto 0;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #f279b6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  filter: drop-shadow(0 0 8px #f279b6);
}
@media screen and (max-width: 1200px) {
  .fourth__btn {
    font-size: 20px;
    width: 350px;
    height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .fourth__btn {
    font-size: 18px;
    width: 315px;
    height: 75px;
    margin: 30px auto 0;
    filter: drop-shadow(0 0 6px #f279b6);
  }
}
.fourth__btn:hover {
  color: #f279b6;
  background-color: #fff;
  border: 2px solid #f279b6;
  opacity: 1;
}
.fourth__ico {
  width: 23px;
  height: 23px;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .fourth__ico {
    width: 17px;
    height: 17px;
  }
}

.zoomIn {
  opacity: 0;
}
.zoomIn.is_animated {
  animation-name: zoomIn;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.is_animated {
  animation-name: fadein;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
}
.fadeUp.is_animated {
  animation-name: fadeup;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate_01.is_animated {
  animation-delay: 0.1s;
}

.animate_02.is_animated {
  animation-delay: 0.3s;
}

.animate_03.is_animated {
  animation-delay: 0.5s;
}

.animate_04.is_animated {
  animation-delay: 0.7s;
}