.header-bg {
  background: url("../images/header-bg@2x.png") no-repeat top center;
  background-size: 100%;
}

.container {
  max-width: 980px;
}

.logo {
  text-align: right;
  padding: 14px 20px;
}

img, * img {
  max-width: 100%;
}

a img:hover {
  opacity: 0.9;
}

.mv {
  padding-top: 198px;
}

@media (max-width: 768px) {
  .mv {
    padding-top: 19%;
  }
}

.mv .mv-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .mv .mv-pic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.mv .mv-pic .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 768px) {
  .mv .mv-pic .txt {
    width: 100%;
  }
}

.mv .mv-pic .txt img.catch2 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .mv .mv-pic .txt img.catch2 {
    max-width: 70%;
  }
}

.mv .mv-pic .txt a {
  display: block;
  margin-top: 40px;
}

.mv .mv-pic .txt a img {
  margin: 0 auto;
  display: inline-block;
}

@media (max-width: 768px) {
  .mv .mv-pic .txt a img {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .mv .mv-pic .pic {
    margin-bottom: 30px;
  }
}

.mv .mv-pic .pic img {
  position: relative;
  bottom: -20px;
}

section#p1 {
  max-width: 1200px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  section#p1 img:first-of-type {
    width: 90%;
    margin: 0 5%;
  }
}

section#p1 .section01-inner {
  margin-top: -24%;
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  section#p1 .section01-inner img:first-of-type {
    max-width: 80%;
    margin: 0 5%;
  }
}

section#p1 .section01-btn-wrap {
  margin-top: 30px;
}

section#p1 .section01-btn-wrap .section01-btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: calc(calc(130 / 1200) * 100%);
  padding-left: calc(calc(130 / 1200) * 100%);
}

@media (max-width: 768px) {
  section#p1 .section01-btn-wrap .section01-btn-item {
    padding: 0;
  }
}

section#p1 .section01-btn-wrap .section01-btn-item .btn-item {
  width: calc(100% / 4);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  section#p1 .section01-btn-wrap .section01-btn-item .btn-item {
    width: calc(100% / 2);
    padding: 3% 6%;
  }
}

section#p2 {
  background: url("../images/text01-bg@2x.png") no-repeat top center;
  min-height: 412px;
  width: 100%;
  background-size: cover;
  position: relative;
}

@media (max-width: 768px) {
  section#p2 {
    height: auto;
    min-height: 1px;
  }
}

section#p2::after {
  content: "";
  width: 86px;
  height: 75px;
  background-size: 100%;
  background: url("../images/text01-arrow.png") no-repeat center;
  position: absolute;
  bottom: -74px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

section#p2 h2 {
  text-align: center;
  padding-top: 11%;
  padding-bottom: 55px;
}

@media (max-width: 768px) {
  section#p2 h2 {
    padding-top: 20%;
    padding-bottom: 55px;
    padding-right: 5%;
    padding-left: 5%;
  }
}

section#p3 {
  margin-top: 130px;
  text-align: center;
}

section#p3 h2 {
  margin-bottom: 40px;
}

section#p4 .p4-img {
  background: url("../images/p3-bg.png") no-repeat center;
  background-size: cover;
}

section#p4 .p4-img .container {
  padding: 90px 0 160px;
}

@media (max-width: 768px) {
  section#p4 .p4-img .container img {
    width: 40%;
  }
}

section#p4 .section04-text {
  background: #FFFF00;
  padding: 39px 0 60px;
}

section#p4 .section04-text h3 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 40px;
}

section#p4 .section04-text h3 + p {
  font-size: 27px;
  line-height: 2.0;
}

@media (max-width: 768px) {
  section#p4 .section04-text h3 + p {
    font-size: 20px;
  }
}

section#p4 .section04-text h3 + p .under {
  text-decoration: underline;
}

section#p5 {
  padding-top: 90px;
  padding-bottom: 30px;
}

section#p5 h2 {
  margin-bottom: 40px;
}

section#p5 p:nth-of-type(1) {
  margin-bottom: 90px;
}

section#p5 .step1, section#p5 .step2, section#p5 .step3 {
  margin-bottom: 40px;
}

section#p6 .voice-title {
  background: url("../images/voice-img@2x.png") no-repeat center;
  background-size: 100%;
  padding: 15.8% 0;
  text-align: center;
}

section#p6 .voice {
  padding: 60px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url("../images/line@2x.png") no-repeat bottom;
  background-size: 100%;
}

@media (max-width: 768px) {
  section#p6 .voice {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

section#p6 .voice .voice-pic {
  width: 322px;
}

@media (max-width: 768px) {
  section#p6 .voice .voice-pic {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

section#p6 .voice .voice-txt {
  width: calc(100% - 322px);
}

@media (max-width: 768px) {
  section#p6 .voice .voice-txt {
    width: 100%;
  }
}

section#p6 .voice .voice-txt img:nth-of-type(1) {
  margin-bottom: 30px;
}

section#p6 .voice .voice-txt p {
  font-size: 20px;
  line-height: 2.0;
}

@media (max-width: 768px) {
  section#p6 .voice .voice-txt p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  section#p6 .voice:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

section#p6 .voice:nth-of-type(2) .voice-pic {
  margin-left: calc(322px - 274px);
}

@media (max-width: 768px) {
  section#p6 .voice:nth-of-type(2) .voice-pic {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

section#p7 {
  padding: 55px 0 170px;
}

@media (max-width: 768px) {
  section#p7 {
    padding: 5% 0 17%;
  }
}

section#p7 img {
  width: 100%;
  height: auto;
}

section#p7 .img03_3 {
  max-width: 90%;
  margin: 5%;
}

section#p8 {
  background: url("../images/bg01.png") no-repeat bottom center;
  background-size: 100%;
  padding-bottom: calc(216px - 135px + 50px);
}

section#p8 p.p8-logo {
  text-align: center;
}

@media (max-width: 768px) {
  section#p8 p.p8-logo {
    max-width: 60%;
    margin: 0 auto;
  }
}

section#p8 .section08-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -135px;
}

@media (max-width: 768px) {
  section#p8 .section08-inner {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section#p8 .section08-inner .text {
  padding-right: 68px;
  width: 50%;
  margin-top: 80px;
}

@media (max-width: 768px) {
  section#p8 .section08-inner .text {
    padding-right: 0;
    margin-top: 30px;
    width: 100%;
  }
}

section#p8 .section08-inner .pic {
  width: 50%;
  position: relative;
  right: -65px;
}

@media (max-width: 768px) {
  section#p8 .section08-inner .pic {
    width: 100%;
    right: auto;
  }
}

section#p8 .section08-inner p.tit {
  margin-bottom: 54px;
}

section#p8 .section08-inner p.tit + p {
  font-size: 20px;
  line-height: 2.0;
}

section#p9 {
  position: relative;
  top: -67px;
}

section#p9 .container {
  background: #fff;
  border: 2px dotted #717071;
  padding: 35px 40px;
  text-align: center;
}

@media (max-width: 768px) {
  section#p9 .container {
    width: 90%;
    margin: 0 5%;
    padding: 20px 15px;
  }
}

section#p9 .container .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  section#p9 .container .items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}

section#p9 .container .items .item {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  section#p9 .container .items .item {
    width: 50%;
  }
}

section#p9 .container .items .item p {
  font-size: 27px;
  padding-top: 30px;
}

section#p9 .container .items .item:nth-of-type(2) img {
  position: relative;
  top: 5px;
}

section#p9 .container .items .item:nth-of-type(2) img p {
  padding-top: 27px;
}

section#p9 .container .cv-btn {
  text-align: center;
}

@media (max-width: 768px) {
  section#p9 .container .cv-btn a img {
    width: 100%;
  }
}

footer {
  background: #66C4BD;
  text-align: center;
  color: #fff;
  padding: 30px 0 40px;
}

footer img {
  margin-bottom: 24px;
}

footer p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}

footer p span {
  padding: 0 0.5em;
}

@media (max-width: 768px) {
  footer p span {
    display: block;
  }
}
