@charset "UTF-8";
/*------------------------------------------------

    initialize
*/
html, body {
  margin: 0;
  padding: 0;
  color: #505050;
  font: 400 4.27vw/1.6 'Noto Sans JP', sans-serif;
}
@media (min-width: 640px) {
  html, body {
    font-size: 1.5625vw;
  }
}
@media (min-width: 1024px) {
  html, body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

section, figcaption {
  display: block;
  position: relative;
}

* {
  outline: none;
}

.wrap {
  width: 100%;
  padding-left: 2.67vw;
  padding-right: 2.67vw;
  position: relative;
}
@media (min-width: 640px) {
  .wrap {
    padding-left: 1.95vw;
    padding-right: 1.95vw;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*------------------------------------------------

    header
*/
header {
  width: 100%;
  background: #fff;
}
header > .wrap {
  height: 16vw;
}
@media (min-width: 640px) {
  header > .wrap {
    height: 7.8125vw;
    padding-left: 1.95vw;
    padding-right: 1.95vw;
  }
}
@media (min-width: 1024px) {
  header > .wrap {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .desc {
  width: 100%;
  height: 5.87vw;
  font-size: .6875rem;
  font-weight: 500;
  background: #eee;
  text-align: center;
}
@media (min-width: 640px) {
  header .desc {
    height: 2.15vw;
    font-size: 1.17vw;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  header .desc {
    height: 22px;
    font-size: 12px;
  }
}
header .desc span {
  display: block;
  line-height: 5.6vw;
}
@media (min-width: 640px) {
  header .desc span {
    line-height: 2vw;
  }
}
@media (min-width: 1024px) {
  header .desc span {
    line-height: 20.5px;
  }
}
header .logo {
  width: 30.67vw;
  height: 10.67vw;
  background: url("../images/header_logo.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  header .logo {
    width: 16.8vw;
    height: 5.86vw;
  }
}
@media (min-width: 1024px) {
  header .logo {
    width: 172px;
    height: 60px;
  }
}
header a.cvbtn {
  display: block;
  width: 50.67vw;
  height: 10.67vw;
  background: #00C464;
  box-shadow: 0 .8vw 0 0 #00A150;
  border-radius: 5.33vw;
  position: relative;
  color: #fff;
  font-weight: 700;
  transition: background .3s;
  margin-top: -.53vw;
}
@media (min-width: 640px) {
  header a.cvbtn {
    width: 27.34vw;
    height: 5.86vw;
    border-radius: 3.91vw;
    box-shadow: 0 .49vw 0 0 #00A150;
    margin-top: -.3vw;
  }
}
@media (min-width: 1024px) {
  header a.cvbtn {
    width: 280px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 5px 0 0 #00A150;
    margin-top: -3px;
  }
}
header a.cvbtn::after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
  line-height: 5.6vw;
  width: 2.13vw;
  height: 5.33vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 640px) {
  header a.cvbtn::after {
    font-size: 2.93vw;
    line-height: 2.93vw;
    width: .98vw;
    height: 2.93vw;
    right: 1.95vw;
  }
}
@media (min-width: 1024px) {
  header a.cvbtn::after {
    font-size: 30px;
    line-height: 30px;
    width: 10px;
    height: 30px;
    right: 20px;
  }
}
header a.cvbtn .left {
  margin: 1.33vw 0 1.33vw 1.33vw;
  width: 24vw;
  height: 8vw;
  background: #fff;
  border-radius: 4vw;
  color: #00C464;
  font-size: .875rem;
  text-align: center;
  line-height: 8vw;
  transition: background .3s;
}
@media (min-width: 640px) {
  header a.cvbtn .left {
    margin: .78vw 0 .78vw .78vw;
    width: 12.7vw;
    height: 4.3vw;
    border-radius: 2.15vw;
    font-size: 1.25rem;
    line-height: 4.3vw;
  }
}
@media (min-width: 1024px) {
  header a.cvbtn .left {
    margin: 8px 0 8px 8px;
    width: 130px;
    height: 44px;
    border-radius: 22px;
    line-height: 44px;
  }
}
header a.cvbtn .right {
  text-align: center;
  padding: 0 4vw 0 0;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 640px) {
  header a.cvbtn .right {
    padding: 0 2.93vw 0 0;
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  header a.cvbtn .right {
    padding: 0 30px 0 0;
  }
}
header a.cvbtn:hover {
  background: #35D388;
}

/*------------------------------------------------

    main
*/
main {
  width: 100%;
}

/*------------------

    section01 - FV
*/
#sctn01a {
  width: 100%;
  background: url("../images/sctn01_bg_sp_a.jpg") center top no-repeat;
  background-size: contain;
  padding: 2.67vw 0 5.33vw;
}
@media (min-width: 640px) {
  #sctn01a {
    height: 63.48vw;
    background: url("../images/sctn01_bg_pc_a.jpg") center bottom no-repeat #000;
    background-size: cover;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  #sctn01a {
    height: 650px;
  }
}
#sctn01a .wrap {
  padding-left: 5.33vw;
  padding-right: 0;
}
@media (min-width: 640px) {
  #sctn01a .wrap {
    padding-top: 8.79vw;
    padding-left: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn01a .wrap {
    padding-top: 90px;
    padding-left: 60px;
  }
}
#sctn01a h1 {
  display: block;
  width: 89.33vw;
  height: 8vw;
  background: #EC6700;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Serif JP", "serif";
  line-height: 8vw;
}
@media (min-width: 640px) {
  #sctn01a h1 {
    width: 42.48vw;
    height: 3.91vw;
    font-size: 1.125rem;
    line-height: 3.91vw;
  }
}
@media (min-width: 1024px) {
  #sctn01a h1 {
    width: 435px;
    height: 40px;
    line-height: 40px;
  }
}
#sctn01a h2 {
  color: #EC6700;
  font-size: 1.625rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.4;
  margin: 23.2vw 0 0 1.33vw;
}
@media (min-width: 640px) {
  #sctn01a h2 {
    font-size: 2.25rem;
    line-height: 1.4;
    margin: 3.42vw 0 0;
  }
}
@media (min-width: 1024px) {
  #sctn01a h2 {
    margin: 35px 0 0;
  }
}
#sctn01a h2 span {
  font-size: 2.25rem;
}
@media (min-width: 640px) {
  #sctn01a h2 span {
    font-size: 2.875rem;
  }
}
#sctn01a p {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 4vw;
}
@media (min-width: 640px) {
  #sctn01a p {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn01a p {
    margin-top: 30px;
  }
}

#sctn01b {
  width: 100%;
  background: url("../images/sctn01_bg_sp_b.jpg") center top no-repeat;
  background-size: contain;
  padding: 61.33vw 0 0;
}
@media (min-width: 640px) {
  #sctn01b {
    height: 53.71vw;
    background: url("../images/sctn01_bg_pc_b.jpg") center bottom no-repeat #fff;
    background-size: cover;
    padding-top: 8.12vw;
  }
}
@media (min-width: 1024px) {
  #sctn01b {
    height: 550px;
    padding-top: 83px;
  }
}
#sctn01b .wrap {
  margin: 0 auto;
  padding: 3.2vw 0 11.46vw;
  background: #fff;
}
@media (min-width: 640px) {
  #sctn01b .wrap {
    padding: 1.46vw 2.93vw 2.93vw;
    background: #FDF0E6;
    width: 58.59vw;
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  #sctn01b .wrap {
    padding: 15px 30px 30px;
  }
}
#sctn01b h2 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.437;
}
@media (min-width: 640px) {
  #sctn01b h2 {
    font-size: 2rem;
  }
}
#sctn01b h2 .orange {
  color: #EC6700;
  font-size: 1.375rem;
}
@media (min-width: 640px) {
  #sctn01b h2 .orange {
    font-size: 2.125rem;
  }
}
#sctn01b h2 .large {
  font-size: 1.625rem;
}
@media (min-width: 640px) {
  #sctn01b h2 .large {
    font-size: 2.75rem;
  }
}

#sctn01c {
  width: 100%;
  background: url("../images/sctn01_bg_sp_a.jpg") center top no-repeat;
  background-size: contain;
  padding: 2.67vw 0 0;
}
@media (min-width: 640px) {
  #sctn01c {
    height: 63.48vw;
    background: url("../images/sctn01_bg_pc_a.jpg") center bottom no-repeat #000;
    background-size: cover;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  #sctn01c {
    height: 650px;
  }
}
#sctn01c .wrap {
  padding-left: 5.33vw;
  padding-right: 0;
}
@media (min-width: 640px) {
  #sctn01c .wrap {
    padding-top: 8.79vw;
    padding-left: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn01c .wrap {
    padding-top: 90px;
    padding-left: 60px;
  }
}
#sctn01c h1 {
  display: block;
  width: 89.33vw;
  height: 8vw;
  background: #EC6700;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Serif JP", "serif";
  line-height: 8vw;
}
@media (min-width: 640px) {
  #sctn01c h1 {
    width: 42.48vw;
    height: 3.91vw;
    font-size: 1.125rem;
    line-height: 3.91vw;
  }
}
@media (min-width: 1024px) {
  #sctn01c h1 {
    width: 435px;
    height: 40px;
    line-height: 40px;
  }
}
#sctn01c h2 {
  color: #EC6700;
  font-size: 1.625rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.4;
  margin: 10.67vw 0 0;
}
@media (min-width: 640px) {
  #sctn01c h2 {
    font-size: 2.25rem;
    line-height: 1.4;
    margin: 3.42vw 0 0;
  }
}
@media (min-width: 1024px) {
  #sctn01c h2 {
    margin: 35px 0 0;
  }
}
#sctn01c h2 span {
  font-size: 2.25rem;
}
@media (min-width: 640px) {
  #sctn01c h2 span {
    font-size: 2.875rem;
  }
}
#sctn01c .inner {
  width: 89.33vw;
  background: #FDF0E6;
  border-radius: 2.67vw;
  margin-top: 20.8vw;
  padding: 2.67vw 4vw 4vw;
}
@media (min-width: 640px) {
  #sctn01c .inner {
    width: 42.48vw;
    background: #fff;
    border-radius: .98vw;
    margin-top: 3.42vw;
    padding: 1.46vw 1.95vw 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn01c .inner {
    width: 435px;
    border-radius: 10px;
    margin-top: 35px;
    padding: 15px 20px 20px;
  }
}
#sctn01c p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.27;
  width: 84vw;
  margin: 0 auto;
}
@media (min-width: 640px) {
  #sctn01c p {
    font-size: 1.375rem;
    line-height: 1.37;
    width: auto;
  }
}
#sctn01c p .large {
  font-size: 1.875rem;
  font-family: "Oswald";
}
@media (min-width: 640px) {
  #sctn01c p .large {
    font-size: 2.5rem;
  }
}
#sctn01c p .orange {
  color: #EC6700;
}
#sctn01c ul {
  margin-top: 2.67vw;
  background: #EC6700;
  height: 13.33vw;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 640px) {
  #sctn01c ul {
    margin-top: 1.46vw;
    height: 5.86vw;
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  #sctn01c ul {
    margin-top: 15px;
    height: 60px;
  }
}
#sctn01c li:nth-child(1) {
  margin: 2.13vw 2.67vw 0 0;
}
@media (min-width: 640px) {
  #sctn01c li:nth-child(1) {
    margin: .78vw 1.95vw 0 0;
  }
}
@media (min-width: 1024px) {
  #sctn01c li:nth-child(1) {
    margin: 8px 20px 0 0;
  }
}
#sctn01c li:nth-child(2) img {
  height: 8vw;
}
@media (min-width: 640px) {
  #sctn01c li:nth-child(2) img {
    height: 3.22vw;
  }
}
@media (min-width: 1024px) {
  #sctn01c li:nth-child(2) img {
    height: 33px;
  }
}
#sctn01c li:nth-child(3) {
  margin: 2.13vw 0 0 2.67vw;
}
@media (min-width: 640px) {
  #sctn01c li:nth-child(3) {
    margin: .78vw 0 0 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn01c li:nth-child(3) {
    margin: 8px 0 0 20px;
  }
}
#sctn01c li:nth-child(3) .large {
  font-family: "Oswald";
  font-size: 1.25rem;
}
@media (min-width: 640px) {
  #sctn01c li:nth-child(3) .large {
    font-size: 1.5rem;
  }
}
#sctn01c li:nth-child(3) .slash {
  position: relative;
  display: inline-block;
  top: -.8vw;
}
@media (min-width: 640px) {
  #sctn01c li:nth-child(3) .slash {
    top: -.39vw;
  }
}
@media (min-width: 1024px) {
  #sctn01c li:nth-child(3) .slash {
    top: -4px;
  }
}

#sctn01d {
  width: 100%;
  background: url("../images/sctn01_bg_sp_b.jpg") center top no-repeat;
  background-size: contain;
  padding: 44vw 0 0;
}
@media (min-width: 640px) {
  #sctn01d {
    height: 53.71vw;
    background: url("../images/sctn01_bg_pc_b.jpg") center bottom no-repeat #fff;
    background-size: cover;
    padding-top: 8.12vw;
  }
}
@media (min-width: 1024px) {
  #sctn01d {
    height: 550px;
    padding-top: 83px;
  }
}
#sctn01d .wrap {
  margin: 0 auto;
  padding: 3.2vw 0 0;
  background: #fff;
}
@media (min-width: 640px) {
  #sctn01d .wrap {
    padding: 1.46vw 2.93vw 2.93vw;
    background: #FDF0E6;
    width: 58.59vw;
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  #sctn01d .wrap {
    padding: 15px 30px 30px;
  }
}
#sctn01d h2 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.437;
}
@media (min-width: 640px) {
  #sctn01d h2 {
    font-size: 2rem;
  }
}
#sctn01d h2 .orange {
  color: #EC6700;
  font-size: 1.375rem;
}
@media (min-width: 640px) {
  #sctn01d h2 .orange {
    font-size: 2.125rem;
  }
}
#sctn01d h2 .large {
  font-size: 1.625rem;
}
@media (min-width: 640px) {
  #sctn01d h2 .large {
    font-size: 2.75rem;
  }
}
#sctn01d .inner {
  width: 89.33vw;
  background: #FDF0E6;
  border-radius: 2.67vw;
  margin: 2.67vw auto 0;
  padding: 2.67vw 4vw 4vw;
}
@media (min-width: 640px) {
  #sctn01d .inner {
    width: 100%;
    background: #fff;
    border-radius: .98vw;
    margin-top: 1.46vw;
    padding: 1.46vw 1.95vw 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn01d .inner {
    border-radius: 10px;
    margin-top: 15px;
    padding: 15px 20px 20px;
  }
}
#sctn01d p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.27;
  width: 84vw;
  margin: 0 auto;
}
@media (min-width: 640px) {
  #sctn01d p {
    font-size: 1.375rem;
    line-height: 1.37;
    width: auto;
  }
}
#sctn01d p .large {
  font-size: 1.875rem;
  font-family: "Oswald";
}
@media (min-width: 640px) {
  #sctn01d p .large {
    font-size: 2.5rem;
  }
}
#sctn01d p .orange {
  color: #EC6700;
}
#sctn01d ul {
  margin-top: 2.67vw;
  background: #EC6700;
  height: 13.33vw;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 640px) {
  #sctn01d ul {
    margin-top: 1.46vw;
    height: 5.86vw;
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  #sctn01d ul {
    margin-top: 15px;
    height: 60px;
  }
}
#sctn01d li:nth-child(1) {
  margin: 2.13vw 2.67vw 0 0;
}
@media (min-width: 640px) {
  #sctn01d li:nth-child(1) {
    margin: .78vw 1.95vw 0 0;
  }
}
@media (min-width: 1024px) {
  #sctn01d li:nth-child(1) {
    margin: 8px 20px 0 0;
  }
}
#sctn01d li:nth-child(2) img {
  height: 8vw;
}
@media (min-width: 640px) {
  #sctn01d li:nth-child(2) img {
    height: 3.22vw;
  }
}
@media (min-width: 1024px) {
  #sctn01d li:nth-child(2) img {
    height: 33px;
  }
}
#sctn01d li:nth-child(3) {
  margin: 2.13vw 0 0 2.67vw;
}
@media (min-width: 640px) {
  #sctn01d li:nth-child(3) {
    margin: .78vw 0 0 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn01d li:nth-child(3) {
    margin: 8px 0 0 20px;
  }
}
#sctn01d li:nth-child(3) .large {
  font-family: "Oswald";
  font-size: 1.25rem;
}
@media (min-width: 640px) {
  #sctn01d li:nth-child(3) .large {
    font-size: 1.5rem;
  }
}
#sctn01d li:nth-child(3) .slash {
  position: relative;
  display: inline-block;
  top: -.8vw;
}
@media (min-width: 640px) {
  #sctn01d li:nth-child(3) .slash {
    top: -.39vw;
  }
}
@media (min-width: 1024px) {
  #sctn01d li:nth-child(3) .slash {
    top: -4px;
  }
}

/*------------------

    cv button01 - Aパターン
*/
#cvbtn01a {
  margin: 4vw 0 0 -5.33vw;
}
@media (min-width: 640px) {
  #cvbtn01a {
    margin: 2.93vw 0 0;
    width: 42.48vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01a {
    margin-top: 30px;
    width: 435px;
  }
}
#cvbtn01a p {
  color: #000;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #cvbtn01a p {
    color: #fff;
    font-size: 1rem;
  }
}
#cvbtn01a a {
  display: block;
  width: 94.67vw;
  height: 13.33vw;
  background: #00C464;
  box-shadow: 0 1.33vw 0 0 #00A150;
  border-radius: 6.67vw;
  position: relative;
  color: #fff;
  font-weight: 700;
  margin: 2.67vw auto 0;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn01a a {
    width: 100%;
    height: 5.86vw;
    border-radius: 2.93vw;
    box-shadow: 0 .59vw 0 0 #00A150;
    margin-top: .98vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01a a {
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 6px 0 0 #00A150;
    margin-top: 10px;
  }
}
#cvbtn01a a::after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 6.4vw;
  width: 2.13vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 640px) {
  #cvbtn01a a::after {
    font-size: 2.93vw;
    line-height: 2.93vw;
    width: .98vw;
    height: 2.93vw;
    right: .98vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01a a::after {
    font-size: 30px;
    line-height: 30px;
    width: 10px;
    height: 30px;
    right: 10px;
  }
}
#cvbtn01a a .left {
  margin: 1.33vw 0 1.33vw 1.33vw;
  width: 24vw;
  height: 10.67vw;
  background: #fff;
  border-radius: 5.33vw;
  color: #00C464;
  font-size: .875rem;
  text-align: center;
  line-height: 10.67vw;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn01a a .left {
    margin: .78vw 0 .78vw .78vw;
    width: 10.74vw;
    height: 4.3vw;
    border-radius: 2.15vw;
    font-size: 1.125rem;
    line-height: 4.3vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01a a .left {
    margin: 8px 0 8px 8px;
    width: 110px;
    height: 44px;
    border-radius: 30px;
    line-height: 44px;
  }
}
#cvbtn01a a .right {
  text-align: center;
  padding: 0 5vw 0 0;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 640px) {
  #cvbtn01a a .right {
    padding: 0 1.95vw 0 0;
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  #cvbtn01a a .right {
    padding: 0 20px 0 0;
  }
}
#cvbtn01a a:hover {
  background: #35D388;
}

#cvbtn01b {
  position: relative;
  margin: 3.2vw auto 0;
}
@media (min-width: 640px) {
  #cvbtn01b {
    margin-top: 1.46vw;
    background: #fff;
    border-radius: .98vw;
    padding-bottom: .98vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01b {
    margin-top: 15px;
    border-radius: 10px;
    padding-bottom: 10px;
  }
}
#cvbtn01b p {
  color: #000;
  font-size: .75rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 16.8vw;
  width: 100%;
}
@media (min-width: 640px) {
  #cvbtn01b p {
    font-size: 1.25rem;
    position: relative;
    top: auto;
  }
}
#cvbtn01b p .orange {
  color: #EC6700;
}
@media (min-width: 640px) {
  #cvbtn01b p .number {
    font-family: "Oswald";
    font-size: 2.5rem;
  }
}
#cvbtn01b a {
  display: block;
  width: 94.67vw;
  height: 13.33vw;
  background: #00C464;
  box-shadow: 0 1.33vw 0 0 #00A150;
  border-radius: 6.67vw;
  position: relative;
  color: #fff;
  font-weight: 700;
  margin: 2.67vw auto 0;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn01b a {
    width: 42.48vw;
    height: 5.86vw;
    border-radius: 2.93vw;
    box-shadow: 0 .59vw 0 0 #00A150;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  #cvbtn01b a {
    width: 435px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 6px 0 0 #00A150;
  }
}
#cvbtn01b a::after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 6.4vw;
  width: 2.13vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 640px) {
  #cvbtn01b a::after {
    font-size: 2.93vw;
    line-height: 2.93vw;
    width: .98vw;
    height: 2.93vw;
    right: .98vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01b a::after {
    font-size: 30px;
    line-height: 30px;
    width: 10px;
    height: 30px;
    right: 10px;
  }
}
#cvbtn01b a .left {
  margin: 1.33vw 0 1.33vw 1.33vw;
  width: 24vw;
  height: 10.67vw;
  background: #fff;
  border-radius: 5.33vw;
  color: #00C464;
  font-size: .875rem;
  text-align: center;
  line-height: 10.67vw;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn01b a .left {
    margin: .78vw 0 .78vw .78vw;
    width: 10.74vw;
    height: 4.3vw;
    border-radius: 2.15vw;
    font-size: 1.125rem;
    line-height: 4.3vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01b a .left {
    margin: 8px 0 8px 8px;
    width: 110px;
    height: 44px;
    border-radius: 30px;
    line-height: 44px;
  }
}
#cvbtn01b a .right {
  text-align: center;
  padding: 0 5vw 0 0;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 640px) {
  #cvbtn01b a .right {
    padding: 0 1.95vw 0 0;
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  #cvbtn01b a .right {
    padding: 0 20px 0 0;
  }
}
#cvbtn01b a:hover {
  background: #35D388;
}
#cvbtn01b aside {
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #cvbtn01b aside {
    margin-top: 1.46vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01b aside {
    margin-top: 15px;
  }
}

#cvbtn01c {
  padding: 0 0 2.67vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 640px) {
  #cvbtn01c {
    padding: 2.93vw 0;
    margin-bottom: -5.86vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01c {
    padding: 30px 0;
    margin-bottom: -60px;
  }
}
#cvbtn01c p {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 640px) {
  #cvbtn01c p {
    line-height: inherit;
  }
}
#cvbtn01c a {
  display: block;
  width: 94.67vw;
  height: 13.33vw;
  background: #00C464;
  box-shadow: 0 1.33vw 0 0 #00A150;
  border-radius: 6.67vw;
  position: relative;
  color: #fff;
  font-weight: 700;
  margin: 2.67vw auto 0;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn01c a {
    width: 58.59vw;
    height: 7.81vw;
    border-radius: 3.91vw;
    box-shadow: 0 .68vw 0 0 #00A150;
    margin-top: .98vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01c a {
    width: 600px;
    height: 80px;
    border-radius: 40px;
    box-shadow: 0 7px 0 0 #00A150;
    margin-top: 10px;
  }
}
#cvbtn01c a::after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 6.4vw;
  width: 2.13vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 640px) {
  #cvbtn01c a::after {
    font-size: 2.93vw;
    line-height: 2.93vw;
    width: .98vw;
    height: 2.93vw;
    right: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01c a::after {
    font-size: 30px;
    line-height: 30px;
    width: 10px;
    height: 30px;
    right: 20px;
  }
}
#cvbtn01c a .left {
  margin: 1.33vw 0 1.33vw 1.33vw;
  width: 24vw;
  height: 10.67vw;
  background: #fff;
  border-radius: 5.33vw;
  color: #00C464;
  font-size: .875rem;
  text-align: center;
  line-height: 10.67vw;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn01c a .left {
    margin: .98vw 0 .98vw .98vw;
    width: 15.63vw;
    height: 5.86vw;
    border-radius: 2.93vw;
    font-size: 1.5rem;
    line-height: 5.47vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01c a .left {
    margin: 10px 0 10px 10px;
    width: 160px;
    height: 60px;
    border-radius: 30px;
    line-height: 56px;
  }
}
#cvbtn01c a .right {
  text-align: center;
  padding: 0 5vw 0 0;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 640px) {
  #cvbtn01c a .right {
    padding: 0 2.93vw 0 0;
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {
  #cvbtn01c a .right {
    padding: 0 30px 0 0;
  }
}
#cvbtn01c a:hover {
  background: #35D388;
}
#cvbtn01c aside {
  color: #000;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.67vw;
}
@media (min-width: 640px) {
  #cvbtn01c aside {
    font-size: 1rem;
    margin-top: 1.46vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01c aside {
    margin-top: 15px;
  }
}

#cvbtn01d {
  padding: 0 0 2.67vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 640px) {
  #cvbtn01d {
    padding: 2.93vw 0;
    margin-bottom: -5.86vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01d {
    padding: 30px 0;
    margin-bottom: -60px;
  }
}
#cvbtn01d p {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 640px) {
  #cvbtn01d p {
    line-height: inherit;
  }
}
#cvbtn01d a {
  display: block;
  width: 94.67vw;
  height: 13.33vw;
  background: #00C464;
  box-shadow: 0 1.33vw 0 0 #00A150;
  border-radius: 6.67vw;
  position: relative;
  color: #fff;
  font-weight: 700;
  margin: 2.67vw auto 0;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn01d a {
    width: 58.59vw;
    height: 7.81vw;
    border-radius: 3.91vw;
    box-shadow: 0 .68vw 0 0 #00A150;
    margin-top: .98vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01d a {
    width: 600px;
    height: 80px;
    border-radius: 40px;
    box-shadow: 0 7px 0 0 #00A150;
    margin-top: 10px;
  }
}
#cvbtn01d a::after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 6.4vw;
  width: 2.13vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 640px) {
  #cvbtn01d a::after {
    font-size: 2.93vw;
    line-height: 2.93vw;
    width: .98vw;
    height: 2.93vw;
    right: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01d a::after {
    font-size: 30px;
    line-height: 30px;
    width: 10px;
    height: 30px;
    right: 20px;
  }
}
#cvbtn01d a .left {
  margin: 1.33vw 0 1.33vw 1.33vw;
  width: 24vw;
  height: 10.67vw;
  background: #fff;
  border-radius: 5.33vw;
  color: #00C464;
  font-size: .875rem;
  text-align: center;
  line-height: 10.67vw;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn01d a .left {
    margin: .98vw 0 .98vw .98vw;
    width: 15.63vw;
    height: 5.86vw;
    border-radius: 2.93vw;
    font-size: 1.5rem;
    line-height: 5.47vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01d a .left {
    margin: 10px 0 10px 10px;
    width: 160px;
    height: 60px;
    border-radius: 30px;
    line-height: 56px;
  }
}
#cvbtn01d a .right {
  text-align: center;
  padding: 0 5vw 0 0;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 640px) {
  #cvbtn01d a .right {
    padding: 0 2.93vw 0 0;
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {
  #cvbtn01d a .right {
    padding: 0 30px 0 0;
  }
}
#cvbtn01d a:hover {
  background: #35D388;
}
#cvbtn01d aside {
  color: #000;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.67vw;
}
@media (min-width: 640px) {
  #cvbtn01d aside {
    font-size: 1rem;
    margin-top: 1.46vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01d aside {
    margin-top: 15px;
  }
}

/*------------------

    section02 - 信頼性アップ
*/
#sctn02 {
  background: #fff;
  padding: 0 0 12vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  #sctn02 {
    padding: 5.86vw 0 7.81vw;
  }
}
@media (min-width: 1024px) {
  #sctn02 {
    padding: 60px 0 80px;
  }
}
#sctn02 h3 {
  background: #EC6700;
  padding: 4vw;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: -.04em;
}
@media (min-width: 640px) {
  #sctn02 h3 {
    padding: 1.46vw 0;
    font-size: 2.73vw;
  }
}
@media (min-width: 1024px) {
  #sctn02 h3 {
    padding: 15px 0;
    font-size: 28px;
  }
}
#sctn02 .wrap {
  max-width: 1024px;
}
@media (min-width: 640px) {
  #sctn02 .wrap {
    padding-left: 1.95vw;
    padding-right: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn02 .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#sctn02 li {
  width: 30.67vw;
  margin-top: 8vw;
  background: #FDF0E6;
}
@media (min-width: 640px) {
  #sctn02 li {
    width: 30.08vw;
    margin-top: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn02 li {
    width: 308px;
    margin-top: 60px;
  }
}
#sctn02 li h4 {
  background: #EC6700;
  padding: 1.33vw 0;
  color: #fff;
  font-size: .6875rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn02 li h4 {
    padding: .49vw 0;
    font-size: 2.34vw;
  }
}
@media (min-width: 1024px) {
  #sctn02 li h4 {
    padding: 5px 0;
    font-size: 24px;
  }
}
#sctn02 li p {
  padding: 2.67vw 1.33vw;
  font-size: .625rem;
  text-align: justify;
  word-break: break-all;
}
@media (min-width: 640px) {
  #sctn02 li p {
    padding: 1.46vw;
    font-size: .875rem;
  }
}
@media (min-width: 1024px) {
  #sctn02 li p {
    padding: 15px;
  }
}
#sctn02 .lead {
  margin-top: 8vw;
  color: #EC6700;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 2.67vw;
  border-bottom: 3px solid #EC6700;
}
@media (min-width: 640px) {
  #sctn02 .lead {
    margin-top: 4.88vw;
    font-size: 2.54vw;
    padding-bottom: .98vw;
  }
}
@media (min-width: 1024px) {
  #sctn02 .lead {
    margin-top: 50px;
    font-size: 26px;
    padding-bottom: 10px;
  }
}
#sctn02 figure {
  width: 46vw;
  text-align: center;
  margin-top: 5.33vw;
  padding: 0 1.33vw;
}
@media (min-width: 640px) {
  #sctn02 figure {
    width: 50%;
    margin-top: 2.93vw;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #sctn02 figure {
    margin-top: 30px;
  }
}
#sctn02 figure figcaption {
  font-size: .875rem;
}
@media (min-width: 640px) {
  #sctn02 figure figcaption {
    font-size: 1.76vw;
  }
}
@media (min-width: 1024px) {
  #sctn02 figure figcaption {
    font-size: 18px;
  }
}
#sctn02 figure img {
  margin-top: 2.67vw;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 640px) {
  #sctn02 figure img {
    width: 42.19vw;
    margin-top: 1.46vw;
  }
}
@media (min-width: 1024px) {
  #sctn02 figure img {
    width: 432px;
    margin-top: 15px;
  }
}

/*------------------

    section03 - 課題訴求
*/
#sctn03 {
  background: #ccc;
  text-align: justify;
}
#sctn03 .block01 {
  padding: 12vw 0;
}
@media (min-width: 640px) {
  #sctn03 .block01 {
    padding: 7.81vw 0;
  }
}
@media (min-width: 1024px) {
  #sctn03 .block01 {
    padding: 80px 0;
  }
}
@media (min-width: 640px) {
  #sctn03 .block01 .wrap {
    max-width: 840px;
    width: 82.03vw;
  }
}
#sctn03 .block01 h3 {
  color: #EC6700;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  border-left: 2.13vw solid #EC6700;
  padding-left: 2.13vw;
}
@media (min-width: 640px) {
  #sctn03 .block01 h3 {
    font-size: 1.875rem;
    border-left-width: .78vw;
    padding-left: 1rem;
  }
}
@media (min-width: 640px) {
  #sctn03 .block01 h3 {
    border-left-width: 8px;
  }
}
#sctn03 .block01 .indent {
  padding-left: 1.05em;
  text-indent: -1.05em;
}
#sctn03 .block01 .highlight {
  background: #fffeae;
  color: #333;
}
#sctn03 .block01 .orange {
  color: #EC6700;
}
#sctn03 .block01 img {
  width: 100%;
}
@media (min-width: 640px) {
  #sctn03 .block01 img {
    width: 68.36vw;
  }
}
@media (min-width: 1024px) {
  #sctn03 .block01 img {
    width: 700px;
  }
}

/*------------------

    section04 - 解決アプローチ
*/
#sctn04 {
  text-align: justify;
  background: #fff;
}
#sctn04 .block01 {
  padding: 9vw 0;
  background: url("../images/sctn04_blk01_bg.svg") center top repeat-x #FDEFE5;
  background-size: auto 9vw;
}
@media (min-width: 640px) {
  #sctn04 .block01 {
    padding: 7.81vw 0;
    background-size: 156.25vw auto;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block01 {
    padding: 80px 0;
    background-size: 1600px auto;
  }
}
#sctn04 .block01 h3 {
  height: 15vw;
  line-height: 14vw;
  background: #F1934B;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-top: -1px;
}
@media (min-width: 640px) {
  #sctn04 .block01 h3 {
    height: 9.77vw;
    line-height: 8.79vw;
    font-size: 4.3vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block01 h3 {
    height: 100px;
    line-height: 90px;
    font-size: 44px;
  }
}
#sctn04 .block01 h3 span {
  color: #FFF100;
}
#sctn04 .block01 h3::after {
  content: "";
  position: absolute;
  top: 15vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: solid 4vw #F1934B;
  border-right: solid 5.33vw transparent;
  border-bottom: solid 4vw transparent;
  border-left: solid 5.33vw transparent;
}
@media (min-width: 640px) {
  #sctn04 .block01 h3::after {
    top: 9.77vw;
    border-top-width: 2.93vw;
    border-right-width: 3.91vw;
    border-bottom-width: 2.93vw;
    border-left-width: 3.91vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block01 h3::after {
    top: 100px;
    border-top-width: 30px;
    border-right-width: 40px;
    border-bottom-width: 30px;
    border-left-width: 40px;
  }
}
#sctn04 .block01 p {
  font-weight: 700;
  margin-top: 9vw;
  padding: 0 4vw;
}
@media (min-width: 640px) {
  #sctn04 .block01 p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 7.81vw;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block01 p {
    margin-top: 80px;
  }
}
#sctn04 .block01 h4 {
  color: #EC6700;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  background: url("../images/sctn04_blk01_h4_bg_sp.svg") center center no-repeat;
  background-size: contain;
  width: 96.27vw;
  height: 30.93vw;
  margin: 5.33vw auto 0;
  padding-top: 9vw;
}
@media (min-width: 640px) {
  #sctn04 .block01 h4 {
    font-size: 3.71vw;
    background-image: url("../images/sctn04_blk01_h4_bg_pc.svg");
    width: 97.66vw;
    height: 15.23vw;
    line-height: 15.04vw;
    margin-top: 5.86vw;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block01 h4 {
    font-size: 38px;
    width: 1000px;
    height: 156px;
    line-height: 154px;
    margin-top: 60px;
  }
}
#sctn04 .block02 li {
  position: relative;
  width: 100%;
  padding: 8vw 0 10vw;
}
@media (min-width: 640px) {
  #sctn04 .block02 li {
    padding: 4.88vw 0 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 li {
    padding: 50px 0 60px;
  }
}
#sctn04 .block02 li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: solid 4vw transparent;
  border-right: solid 5.33vw transparent;
  border-bottom: solid 4vw transparent;
  border-left: solid 5.33vw transparent;
}
@media (min-width: 640px) {
  #sctn04 .block02 li::before {
    border-top-width: 2.93vw;
    border-right-width: 3.91vw;
    border-bottom-width: 2.93vw;
    border-left-width: 3.91vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 li::before {
    border-top-width: 30px;
    border-right-width: 40px;
    border-bottom-width: 30px;
    border-left-width: 40px;
  }
}
#sctn04 .block02 li:nth-child(2), #sctn04 .block02 li:nth-child(4) {
  background: #FDEFE5;
}
#sctn04 .block02 li:nth-child(2)::before, #sctn04 .block02 li:nth-child(4)::before {
  border-top: solid 4vw #fff;
}
@media (min-width: 640px) {
  #sctn04 .block02 li:nth-child(2)::before, #sctn04 .block02 li:nth-child(4)::before {
    border-top-width: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 li:nth-child(2)::before, #sctn04 .block02 li:nth-child(4)::before {
    border-top-width: 30px;
  }
}
#sctn04 .block02 li:nth-child(3)::before {
  border-top: solid 4vw #FDEFE5;
}
@media (min-width: 640px) {
  #sctn04 .block02 li:nth-child(3)::before {
    border-top-width: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 li:nth-child(3)::before {
    border-top-width: 30px;
  }
}
#sctn04 .block02 li figure {
  width: 100%;
  margin: 8vw auto 0;
  padding: 0 4vw;
}
@media (min-width: 640px) {
  #sctn04 .block02 li figure {
    width: 68.36vw;
    margin-top: 3.91vw;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 li figure {
    width: 700px;
    margin-top: 40px;
  }
}
#sctn04 .block02 li figure img {
  width: 100%;
}
#sctn04 .block02 h5 {
  color: #EC6700;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 8vw;
}
@media (min-width: 640px) {
  #sctn04 .block02 h5 {
    font-size: 4.3vw;
    margin-bottom: 4.88vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 h5 {
    font-size: 44px;
    margin-bottom: 50px;
  }
}
#sctn04 .block02 p {
  margin-top: 8vw;
  padding: 0 4vw;
}
@media (min-width: 640px) {
  #sctn04 .block02 p {
    width: 68.36vw;
    margin: 2.93vw auto 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 p {
    width: 700px;
    margin: 30px auto 0;
  }
}
#sctn04 .block02 p .highlight {
  background: #fffeae;
}
#sctn04 .block02 p .large {
  font-size: 1.125rem;
}
@media (min-width: 640px) {
  #sctn04 .block02 p .large {
    font-size: 1.25rem;
  }
}
#sctn04 .block02 p .orange {
  color: #EC6700;
}
#sctn04 .block02 p.mt-1 {
  margin-top: .25rem;
}
#sctn04 .block03 {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 8vw 0;
}
@media (min-width: 640px) {
  #sctn04 .block03 {
    padding-top: 5.86vw;
    padding-bottom: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block03 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#sctn04 .block03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: solid 4vw #FDEFE5;
  border-right: solid 5.33vw transparent;
  border-bottom: solid 4vw transparent;
  border-left: solid 5.33vw transparent;
}
@media (min-width: 640px) {
  #sctn04 .block03::before {
    border-top-width: 2.93vw;
    border-right-width: 3.91vw;
    border-bottom-width: 2.93vw;
    border-left-width: 3.91vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block03::before {
    border-top-width: 30px;
    border-right-width: 40px;
    border-bottom-width: 30px;
    border-left-width: 40px;
  }
}
#sctn04 .block03 p {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  #sctn04 .block03 p {
    font-size: 1.5rem;
    text-align: center;
  }
}
#sctn04 .block03 p span {
  color: #EC6700;
  font-size: 1.25rem;
  background: linear-gradient(transparent 80%, #FFF788 80%);
}
@media (min-width: 640px) {
  #sctn04 .block03 p span {
    font-size: 3.52vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block03 p span {
    font-size: 36px;
  }
}

/*------------------

    Swiper Slider
*/
.swiper-container {
  height: 55vw;
}
@media (min-width: 640px) {
  .swiper-container {
    height: calc(41.5vw + 25px);
  }
}
@media (min-width: 1024px) {
  .swiper-container {
    height: 450px;
  }
}
.swiper-container .swiper-slide {
  width: 80%;
  opacity: .6;
}
@media (min-width: 640px) {
  .swiper-container .swiper-slide {
    width: 68.36vw;
  }
}
@media (min-width: 1024px) {
  .swiper-container .swiper-slide {
    width: 700px;
  }
}
.swiper-container .swiper-slide-active {
  opacity: 1;
}
.swiper-container .swiper-pagination {
  top: calc(45.71vw + 14px);
}
@media (min-width: 640px) {
  .swiper-container .swiper-pagination {
    top: 41.5vw;
  }
}
@media (min-width: 1024px) {
  .swiper-container .swiper-pagination {
    top: 425px;
  }
}
.swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-container .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #EC6700;
  opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #EC6700;
}
.swiper-container .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-container .swiper-pagination-custom, .swiper-container .swiper-pagination-fraction {
  bottom: 0;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.swiper-container .swiper-button-prev:after, .swiper-container .swiper-container-rtl .swiper-button-next:after {
  display: none;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.swiper-container .swiper-button-next:after, .swiper-container .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  top: calc(50% - 5vw - 4.64vw);
  width: 10vw;
  height: 10vw;
  margin-top: 0;
  background: url("../images/swiper-button-prev.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    top: calc(50% - 2.93vw - 25px);
    width: 5.86vw;
    height: 5.86vw;
  }
}
@media (min-width: 1024px) {
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    top: calc(50% - 30px - 25px);
    width: 60px;
    height: 60px;
  }
}
.swiper-container .swiper-button-prev {
  left: calc(50% - 45vw - 5px);
}
@media (min-width: 640px) {
  .swiper-container .swiper-button-prev {
    left: calc(50% - 37.6vw);
  }
}
@media (min-width: 1024px) {
  .swiper-container .swiper-button-prev {
    left: calc(50% - 385px);
  }
}
.swiper-container .swiper-button-next {
  right: calc(50% - 45vw - 5px);
}
@media (min-width: 640px) {
  .swiper-container .swiper-button-next {
    right: calc(50% - 37.6vw);
  }
}
@media (min-width: 1024px) {
  .swiper-container .swiper-button-next {
    right: calc(50% - 385px);
  }
}
.swiper-container .swiper-button-next {
  background: url("../images/swiper-button-next.png") center center no-repeat;
  background-size: contain;
}
.swiper-container .swiper-button-prev {
  background: url("../images/swiper-button-prev.png") center center no-repeat;
  background-size: contain;
}

/*------------------

    cv button02
*/
#cvbtn02 {
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FBE0CC 100%);
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #FBE0CC 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #FBE0CC 100%);
  padding: 0 0 8vw;
}
@media (min-width: 640px) {
  #cvbtn02 {
    padding: 0 0 7.81vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn02 {
    padding: 0 0 80px;
  }
}
#cvbtn02 p {
  color: #EC6700;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #cvbtn02 p {
    font-size: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn02 p {
    font-size: 20px;
  }
}
#cvbtn02 a {
  display: block;
  width: 94.67vw;
  height: 13.33vw;
  background: #00C464;
  box-shadow: 0 1.33vw 0 0 #00A150;
  border-radius: 6.67vw;
  position: relative;
  color: #fff;
  font-weight: 700;
  margin: 2.67vw auto 0;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn02 a {
    width: 58.59vw;
    height: 7.81vw;
    border-radius: 3.91vw;
    box-shadow: 0 .68vw 0 0 #00A150;
    margin-top: .98vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn02 a {
    width: 600px;
    height: 80px;
    border-radius: 40px;
    box-shadow: 0 7px 0 0 #00A150;
    margin-top: 10px;
  }
}
#cvbtn02 a::after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 6.4vw;
  width: 2.13vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 640px) {
  #cvbtn02 a::after {
    font-size: 2.93vw;
    line-height: 2.93vw;
    width: .98vw;
    height: 2.93vw;
    right: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn02 a::after {
    font-size: 30px;
    line-height: 30px;
    width: 10px;
    height: 30px;
    right: 20px;
  }
}
#cvbtn02 a .left {
  margin: 1.33vw 0 1.33vw 1.33vw;
  width: 24vw;
  height: 10.67vw;
  background: #fff;
  border-radius: 5.33vw;
  color: #00C464;
  font-size: .875rem;
  text-align: center;
  line-height: 10.67vw;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn02 a .left {
    margin: .98vw 0 .98vw .98vw;
    width: 15.63vw;
    height: 5.86vw;
    border-radius: 2.93vw;
    font-size: 1.5rem;
    line-height: 5.47vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn02 a .left {
    margin: 10px 0 10px 10px;
    width: 160px;
    height: 60px;
    border-radius: 30px;
    line-height: 56px;
  }
}
#cvbtn02 a .right {
  text-align: center;
  padding: 0 5vw 0 0;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 640px) {
  #cvbtn02 a .right {
    padding: 0 2.93vw 0 0;
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {
  #cvbtn02 a .right {
    padding: 0 30px 0 0;
  }
}
#cvbtn02 a:hover {
  background: #35D388;
}
#cvbtn02 aside {
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
  margin-top: 4vw;
}
@media (min-width: 640px) {
  #cvbtn02 aside {
    font-size: 1.37vw;
    margin-top: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn02 aside {
    font-size: 14px;
    margin-top: 20px;
  }
}

/*------------------

    section05 - サポートプログラム
*/
#sctn05 {
  text-align: justify;
}
#sctn05 .block01 {
  background: #fce8d8;
  background: -moz-linear-gradient(left, #fce8d8 0%, #ffffff 50%, #fce8d8 100%);
  background: -webkit-linear-gradient(left, #fce8d8 0%, #ffffff 50%, #fce8d8 100%);
  background: linear-gradient(to right, #fce8d8 0%, #ffffff 50%, #fce8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fce8d8', endColorstr='#fce8d8', GradientType=1);
}
#sctn05 .block01 .outer {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  padding: 10.67vw 0;
}
@media (min-width: 640px) {
  #sctn05 .block01 .outer {
    padding: 9.77vw 0;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block01 .outer {
    padding: 100px 0;
  }
}
#sctn05 .block01 h3 {
  color: #EC6700;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 640px) {
  #sctn05 .block01 h3 {
    font-size: 3.52vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block01 h3 {
    font-size: 36px;
  }
}
#sctn05 .block01 h4 {
  width: 84vw;
  height: 12vw;
  background: #EC6700;
  border-radius: 2.13vw;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 12vw;
  position: relative;
}
@media (min-width: 640px) {
  #sctn05 .block01 h4 {
    width: 87.89vw;
    height: 8.79vw;
    border-radius: 1.56vw;
    font-size: 3.71vw;
    line-height: 8.79vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block01 h4 {
    width: 900px;
    height: 90px;
    border-radius: 16px;
    font-size: 2.375rem;
    line-height: 90px;
  }
}
#sctn05 .block01 h4::after {
  content: "";
  position: absolute;
  bottom: -5.33vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: solid 2.67vw #EC6700;
  border-right: solid 2.67vw transparent;
  border-bottom: solid 2.67vw transparent;
  border-left: solid 2.67vw transparent;
}
@media (min-width: 640px) {
  #sctn05 .block01 h4::after {
    bottom: -3.91vw;
    border-width: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block01 h4::after {
    bottom: -40px;
    border-width: 20px;
  }
}
#sctn05 .block01 p {
  font-weight: 700;
  padding: 0 5.33vw 48.53vw;
  margin-top: 8vw;
  background: url("../images/sctn05_blk01_bg_sp.png") center bottom no-repeat;
  background-size: 82.67vw auto;
}
@media (min-width: 640px) {
  #sctn05 .block01 p {
    font-size: 2.15vw;
    text-align: center;
    line-height: 2;
    background-image: url("../images/sctn05_blk01_bg_pc.png");
    background-size: 125vw auto;
    background-position: center 6.84vw;
    margin-top: 6.84vw;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block01 p {
    font-size: 22px;
    background-size: 1280px auto;
    background-position: center 70px;
    margin-top: 70px;
  }
}
#sctn05 .block01 p .under {
  background: linear-gradient(transparent 75%, #FFF788 75%);
  color: #EC6700;
  font-size: 1.125rem;
}
@media (min-width: 640px) {
  #sctn05 .block01 p .under {
    font-size: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block01 p .under {
    font-size: 1.875rem;
  }
}
#sctn05 .block02 {
  position: relative;
  width: 89.33vw;
  margin: 6.67vw auto 0;
  background: #FDF0E6;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2.67vw;
  padding: 14.67vw 2.67vw 8vw;
}
@media (min-width: 640px) {
  #sctn05 .block02 {
    width: 87.89vw;
    max-width: 900px;
    margin-top: 3.91vw;
    border-radius: 1.95vw;
    padding: 9.77vw 4.88vw 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 {
    margin-top: 40px;
    border-radius: 20px;
    padding: 100px 50px 60px;
  }
}
#sctn05 .block02 h3 {
  position: absolute;
  top: -6.67vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 84vw;
  height: 13.33vw;
  line-height: 13.33vw;
  background: #EC6700;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn05 .block02 h3 {
    top: -3.91vw;
    width: 78.125vw;
    height: 7.8125vw;
    line-height: 7.8125vw;
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 h3 {
    top: -40px;
    width: 800px;
    height: 80px;
    line-height: 80px;
    font-size: 2.125rem;
  }
}
#sctn05 .block02 h4 {
  width: 26.67vw;
  height: 8vw;
  background: #EC6700;
  border-radius: 4vw;
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 640px) {
  #sctn05 .block02 h4 {
    width: 14.65vw;
    height: 4.88vw;
    border-radius: 2.44vw;
    font-size: 2.15vw;
    line-height: 1.3;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 h4 {
    width: 150px;
    height: 50px;
    border-radius: 25px;
    font-size: 1.375rem;
  }
}
#sctn05 .block02 h4 span {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
}
@media (min-width: 640px) {
  #sctn05 .block02 h4 span {
    font-size: 3.71vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 h4 span {
    font-size: 2.375rem;
  }
}
#sctn05 .block02 h5 {
  color: #EC6700;
  font-size: 1.0625rem;
  font-weight: 700;
  width: 54.67vw;
  line-height: 1.1;
}
@media (min-width: 640px) {
  #sctn05 .block02 h5 {
    font-size: 1.5rem;
    width: 57.62vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 h5 {
    width: 590px;
  }
}
@media (min-width: 640px) {
  #sctn05 .block02 .content {
    width: 41.99vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 .content {
    width: 430px;
  }
}
#sctn05 .block02 .content p {
  margin-top: 2.67vw;
}
@media (min-width: 640px) {
  #sctn05 .block02 .content p {
    margin-top: 1.95vw;
    font-size: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 .content p {
    margin-top: 20px;
    font-size: 1.25rem;
  }
}
#sctn05 .block02 .content p.small {
  font-size: .875rem;
}
#sctn05 .block02 .highlight {
  background: #fffeae;
}
#sctn05 .block02 .image {
  margin: 2.67vw auto 0;
  position: relative;
}
@media (min-width: 640px) {
  #sctn05 .block02 .image {
    margin: 1.95vw 0 0;
    width: 29.3vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 .image {
    margin-top: 20px;
    width: 300px;
  }
}
#sctn05 .block02 .inner {
  background: #fff;
  margin-top: 4vw;
  padding: 2.67vw;
}
@media (min-width: 640px) {
  #sctn05 .block02 .inner {
    margin-top: 2.93vw;
    padding: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 .inner {
    margin-top: 30px;
    padding: 30px;
  }
}
@media (min-width: 640px) {
  #sctn05 .block02 .inner div {
    width: 41.02vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 .inner div {
    width: 420px;
  }
}
#sctn05 .block02 .inner h6 {
  color: #EC6700;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 640px) {
  #sctn05 .block02 .inner h6 {
    font-size: 1.25rem;
  }
}
#sctn05 .block02 .inner p {
  margin-top: 2.67vw;
}
@media (min-width: 640px) {
  #sctn05 .block02 .inner p {
    margin-top: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 .inner p {
    margin-top: 20px;
  }
}
#sctn05 .block02 .inner p small {
  font-size: .875rem;
}
#sctn05 .block02 .inner img {
  margin: 2.67vw auto 0;
}
@media (min-width: 640px) {
  #sctn05 .block02 .inner img {
    width: 23.44vw;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 .inner img {
    width: 240px;
  }
}
#sctn05 .block02 .inner img.smaller {
  max-width: 65%;
}
@media (min-width: 640px) {
  #sctn05 .block02 .inner img.smaller {
    max-width: 100%;
  }
}
#sctn05 .block02 li {
  position: relative;
  padding-bottom: 8vw;
  border-bottom: 2px dotted #aaa;
  margin-bottom: 8vw;
}
@media (min-width: 640px) {
  #sctn05 .block02 li {
    padding: 0 1.95vw 5.86vw;
    margin-bottom: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 li {
    padding: 0 20px 60px;
    margin-bottom: 60px;
  }
}
#sctn05 .block02 li:nth-child(3) {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
#sctn05 .block03 {
  position: relative;
  width: 89.33vw;
  margin: 20vw auto 0;
  background: #F1FAFC;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2.67vw;
  padding: 14.67vw 2.67vw 8vw;
}
@media (min-width: 640px) {
  #sctn05 .block03 {
    width: 87.89vw;
    max-width: 900px;
    margin-top: 13.67vw;
    border-radius: 1.95vw;
    padding: 9.77vw 4.88vw 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block03 {
    margin-top: 140px;
    border-radius: 20px;
    padding: 100px 50px 60px;
  }
}
#sctn05 .block03 h3 {
  position: absolute;
  top: -6.67vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 84vw;
  height: 13.33vw;
  line-height: 13.33vw;
  background: #00ACCA;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn05 .block03 h3 {
    top: -3.91vw;
    width: 78.125vw;
    height: 7.8125vw;
    line-height: 7.8125vw;
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block03 h3 {
    top: -40px;
    width: 800px;
    height: 80px;
    line-height: 80px;
    font-size: 2.125rem;
  }
}
#sctn05 .block03 h4 {
  color: #00ACCA;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 4vw;
}
@media (min-width: 640px) {
  #sctn05 .block03 h4 {
    font-size: 1.5rem;
    margin-bottom: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block03 h4 {
    margin-bottom: 30px;
  }
}
@media (min-width: 640px) {
  #sctn05 .block03 .sponsor {
    width: 45.9vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block03 .sponsor {
    width: 470px;
  }
}
#sctn05 .block03 h5 {
  color: #00ACCA;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #fff;
  padding: 1rem 0;
}
@media (min-width: 640px) {
  #sctn05 .block03 h5 {
    font-size: 1.875rem;
  }
}
#sctn05 .block03 h5 small {
  font-size: 1rem;
}
@media (min-width: 640px) {
  #sctn05 .block03 h5 small {
    font-size: 1.25rem;
  }
}
#sctn05 .block03 p {
  margin-top: 4vw;
}
@media (min-width: 640px) {
  #sctn05 .block03 p {
    margin-top: 2.93vw;
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block03 p {
    margin-top: 30px;
  }
}
#sctn05 .block03 img {
  display: block;
  margin: 2.67vw auto 0;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  max-width: 65%;
}
@media (min-width: 640px) {
  #sctn05 .block03 img {
    width: 29.3vw;
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block03 img {
    width: 300px;
  }
}
#sctn05 .block03 dl {
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  #sctn05 .block03 dl {
    margin-top: 3.91vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block03 dl {
    margin-top: 40px;
  }
}
#sctn05 .block03 dl dt {
  position: relative;
  padding: 2vw 2.67vw 2vw 12vw;
  font-weight: 700;
  cursor: pointer;
  background: #fff;
  border-radius: 5.33vw;
  min-height: 10.67vw;
}
@media (min-width: 640px) {
  #sctn05 .block03 dl dt {
    padding: 1.56vw 0 1.56vw 6.45vw;
    font-size: 1.76vw;
    border-radius: 2.93vw;
    min-height: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block03 dl dt {
    padding: 16px 0 16px 66px;
    font-size: 18px;
    border-radius: 30px;
    min-height: 60px;
  }
}
#sctn05 .block03 dl dt::before {
  position: absolute;
  top: 1.33vw;
  left: 1.33vw;
  width: 8vw;
  height: 8vw;
  line-height: 8vw;
  background: #00ACCA;
  border-radius: 4vw;
  content: "Ｑ";
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn05 .block03 dl dt::before {
    top: .98vw;
    left: .98vw;
    width: 3.91vw;
    height: 3.91vw;
    line-height: 3.91vw;
    border-radius: 1.95vw;
    font-size: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block03 dl dt::before {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.25rem;
  }
}
#sctn05 .block03 dl dd {
  position: relative;
  margin-top: 4vw;
  padding: 0 1.33vw;
  font-size: 1rem;
}
@media (min-width: 640px) {
  #sctn05 .block03 dl dd {
    margin-top: 1.95vw;
    padding: 0 .98vw;
    font-size: 1.76vw;
    display: block;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block03 dl dd {
    margin-top: 20px;
    padding: 0 10px;
    font-size: 18px;
  }
}
#sctn05 .block03 dl:nth-child(1) {
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  #sctn05 .block03 dl:nth-child(1) {
    margin-top: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block03 dl:nth-child(1) {
    margin-top: 30px;
  }
}
#sctn05 .block03 .highlight {
  background: #fffeae;
}
#sctn05 .block03 li {
  position: relative;
}
#sctn05 .block03 li:nth-child(1) {
  padding-bottom: 8vw;
  border-bottom: 1px solid #00ACCA;
  margin-bottom: 8vw;
}
@media (min-width: 640px) {
  #sctn05 .block03 li:nth-child(1) {
    padding-bottom: 5.86vw;
    margin-bottom: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block03 li:nth-child(1) {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
#sctn05 .block04 {
  position: relative;
  width: 89.33vw;
  margin: 20vw auto 0;
  background: #FDF0E6;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2.67vw;
  padding: 14.67vw 2.67vw 8vw;
}
@media (min-width: 640px) {
  #sctn05 .block04 {
    width: 87.89vw;
    max-width: 900px;
    margin-top: 13.67vw;
    border-radius: 1.95vw;
    padding: 9.77vw 4.88vw 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block04 {
    margin-top: 140px;
    border-radius: 20px;
    padding: 100px 50px 60px;
  }
}
#sctn05 .block04 h3 {
  position: absolute;
  top: -6.67vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 84vw;
  height: 13.33vw;
  line-height: 13.33vw;
  background: #EC6700;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn05 .block04 h3 {
    top: -3.91vw;
    width: 78.125vw;
    height: 7.8125vw;
    line-height: 7.8125vw;
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block04 h3 {
    top: -40px;
    width: 800px;
    height: 80px;
    line-height: 80px;
    font-size: 2.125rem;
  }
}
@media (min-width: 640px) {
  #sctn05 .block04 .sponsor {
    width: 55.66vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block04 .sponsor {
    width: 570px;
  }
}
#sctn05 .block04 h4 {
  color: #EC6700;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #fff;
  padding: 1rem 0;
}
@media (min-width: 640px) {
  #sctn05 .block04 h4 {
    font-size: 1.875rem;
  }
}
#sctn05 .block04 h4 small {
  font-size: 1rem;
}
@media (min-width: 640px) {
  #sctn05 .block04 h4 small {
    font-size: 1.25rem;
  }
}
#sctn05 .block04 p {
  margin-top: 4vw;
}
@media (min-width: 640px) {
  #sctn05 .block04 p {
    margin-top: 2.93vw;
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block04 p {
    margin-top: 30px;
  }
}
#sctn05 .block04 img {
  display: block;
  margin: 2.67vw auto 0;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 640px) {
  #sctn05 .block04 img {
    width: 19.53vw;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block04 img {
    width: 200px;
  }
}
#sctn05 .block04 .highlight {
  background: #fffeae;
}
#sctn05 .block04 li {
  position: relative;
  padding-bottom: 8vw;
  border-bottom: 1px solid #EC6700;
  margin-bottom: 8vw;
}
@media (min-width: 640px) {
  #sctn05 .block04 li {
    padding-bottom: 5.86vw;
    margin-bottom: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block04 li {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
#sctn05 .block04 li:nth-child(3) {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
#sctn05 .block05 {
  position: relative;
  width: 89.33vw;
  margin: 20vw auto 0;
  background: #F5FBF9;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2.67vw;
  padding: 14.67vw 2.67vw 8vw;
}
@media (min-width: 640px) {
  #sctn05 .block05 {
    width: 87.89vw;
    max-width: 900px;
    margin-top: 13.67vw;
    border-radius: 1.95vw;
    padding: 9.77vw 4.88vw 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block05 {
    margin-top: 140px;
    border-radius: 20px;
    padding: 100px 50px 60px;
  }
}
#sctn05 .block05 h3 {
  position: absolute;
  top: -6.67vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 84vw;
  height: 13.33vw;
  line-height: 13.33vw;
  background: #46BB95;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn05 .block05 h3 {
    top: -3.91vw;
    width: 78.125vw;
    height: 7.8125vw;
    line-height: 7.8125vw;
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block05 h3 {
    top: -40px;
    width: 800px;
    height: 80px;
    line-height: 80px;
    font-size: 2.125rem;
  }
}
#sctn05 .block05 h4 {
  color: #46BB95;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 4vw;
}
@media (min-width: 640px) {
  #sctn05 .block05 h4 {
    font-size: 1.5rem;
    margin-bottom: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block05 h4 {
    margin-bottom: 30px;
  }
}
@media (min-width: 640px) {
  #sctn05 .block05 .sponsor {
    width: 45.9vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block05 .sponsor {
    width: 470px;
  }
}
#sctn05 .block05 h5 {
  color: #46BB95;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #fff;
  padding: 1rem 0;
}
@media (min-width: 640px) {
  #sctn05 .block05 h5 {
    font-size: 1.875rem;
  }
}
#sctn05 .block05 h5 span {
  font-size: 1rem;
  display: block;
  line-height: 1.5;
}
@media (min-width: 640px) {
  #sctn05 .block05 h5 span {
    font-size: 1.25rem;
  }
}
#sctn05 .block05 h5 small {
  font-size: 1rem;
}
@media (min-width: 640px) {
  #sctn05 .block05 h5 small {
    font-size: 1.25rem;
  }
}
#sctn05 .block05 p {
  margin-top: 4vw;
}
@media (min-width: 640px) {
  #sctn05 .block05 p {
    margin-top: 2.93vw;
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block05 p {
    margin-top: 30px;
  }
}
#sctn05 .block05 img {
  margin: 2.67vw auto 0;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  max-width: 65%;
}
@media (min-width: 640px) {
  #sctn05 .block05 img {
    width: 29.3vw;
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block05 img {
    width: 300px;
  }
}
#sctn05 .block05 .highlight {
  background: #fffeae;
}
#sctn05 .block05 li {
  position: relative;
}
#sctn05 .block05 li:nth-child(1) {
  padding-bottom: 8vw;
  border-bottom: 1px solid #46BB95;
  margin-bottom: 8vw;
}
@media (min-width: 640px) {
  #sctn05 .block05 li:nth-child(1) {
    padding-bottom: 5.86vw;
    margin-bottom: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block05 li:nth-child(1) {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
#sctn05 .block06 {
  margin-top: 13.33vw;
}
@media (min-width: 640px) {
  #sctn05 .block06 {
    margin-top: 9.77vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block06 {
    margin-top: 100px;
  }
}
#sctn05 .block06 h3 {
  position: relative;
  width: 100%;
  height: 16vw;
  line-height: 16vw;
  background: #EC6700;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn05 .block06 h3 {
    height: 11.23vw;
    line-height: 11.23vw;
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block06 h3 {
    height: 115px;
    line-height: 115px;
    font-size: 2.125rem;
  }
}
#sctn05 .block06 h3::after {
  content: "";
  position: absolute;
  bottom: -8vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: solid 4vw #EC6700;
  border-right: solid 4vw transparent;
  border-bottom: solid 4vw transparent;
  border-left: solid 4vw transparent;
}
@media (min-width: 640px) {
  #sctn05 .block06 h3::after {
    bottom: -3.91vw;
    border-width: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block06 h3::after {
    bottom: -40px;
    border-width: 20px;
  }
}
#sctn05 .block06 .lead {
  margin-top: 6.67vw;
  padding: 0 5.33vw;
}
@media (min-width: 640px) {
  #sctn05 .block06 .lead {
    margin-top: 4.88vw;
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block06 .lead {
    margin-top: 50px;
  }
}
#sctn05 .block06 img {
  display: block;
  width: 100%;
  border-radius: 2.67vw;
}
@media (min-width: 640px) {
  #sctn05 .block06 img {
    border-radius: .98vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block06 img {
    border-radius: 10px;
  }
}
#sctn05 .block06 h4 {
  position: absolute;
  width: 26.67vw;
  height: 26.67vw;
  border-radius: 50%;
  top: -5.33vw;
  left: -2.67vw;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 26.13vw;
}
@media (min-width: 640px) {
  #sctn05 .block06 h4 {
    width: 9.77vw;
    height: 9.77vw;
    top: -4.88vw;
    left: 0;
    line-height: 9.57vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block06 h4 {
    width: 100px;
    height: 100px;
    top: -50px;
    line-height: 98px;
  }
}
#sctn05 .block06 p {
  margin-top: 2.67vw;
}
@media (min-width: 640px) {
  #sctn05 .block06 p {
    margin-top: .98vw;
    font-size: 1.56vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block06 p {
    margin-top: 10px;
    font-size: 1rem;
  }
}
#sctn05 .block06 p span {
  color: #EC6700;
}
#sctn05 .block06 p small {
  font-size: .875rem;
}
@media (min-width: 640px) {
  #sctn05 .block06 p small {
    font-size: 1.37vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block06 p small {
    font-size: .875rem;
  }
}
#sctn05 .block06 .highlight {
  background: #fffeae;
}
#sctn05 .block06 ul {
  width: 100%;
  padding: 0 5.33vw;
}
@media (min-width: 640px) {
  #sctn05 .block06 ul {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
#sctn05 .block06 ul li {
  position: relative;
  width: 100%;
  margin-top: 13.33vw;
}
@media (min-width: 640px) {
  #sctn05 .block06 ul li {
    width: 30.27vw;
    margin-top: 7.81vw;
    padding-left: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block06 ul li {
    width: 310px;
    margin-top: 80px;
    padding-left: 20px;
  }
}
@media (min-width: 640px) {
  #sctn05 .block06 ul li:nth-child(1) {
    margin-right: 3.42vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block06 ul li:nth-child(1) {
    margin-right: 35px;
  }
}
#sctn05 .block06 ul li:nth-child(1) h4 {
  background: #842E14;
}
@media (min-width: 640px) {
  #sctn05 .block06 ul li:nth-child(2) {
    margin-right: 3.42vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block06 ul li:nth-child(2) {
    margin-right: 35px;
  }
}
#sctn05 .block06 ul li:nth-child(2) h4 {
  background: #00ACCA;
}
#sctn05 .block06 ul li:nth-child(3) h4 {
  background: #9054A1;
}
@media (min-width: 640px) {
  #sctn05 .block06 ul li:nth-child(4) {
    margin-right: 3.42vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block06 ul li:nth-child(4) {
    margin-right: 35px;
  }
}
#sctn05 .block06 ul li:nth-child(4) h4 {
  background: #006661;
}
#sctn05 .block06 ul li:nth-child(5) h4 {
  background: #46BB95;
}
#sctn05 .block07 {
  width: 89.33vw;
  margin: 13.33vw auto 0;
}
@media (min-width: 640px) {
  #sctn05 .block07 {
    width: 83.01vw;
    max-width: 850px;
    margin: 8.79vw auto 0;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block07 {
    margin: 90px auto 0;
  }
}
#sctn05 .block07 h3 {
  position: relative;
  color: #EC6700;
  font-size: 1.1875rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 5.33vw;
  border-bottom: 1px solid #EC6700;
  margin-bottom: 8vw;
}
@media (min-width: 640px) {
  #sctn05 .block07 h3 {
    font-size: 3.91vw;
    line-height: 1.25;
    padding-bottom: 2.93vw;
    margin-bottom: 3.91vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block07 h3 {
    font-size: 40px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
#sctn05 .block07 h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  width: 11.2vw;
  height: 1px;
  background: #fff;
}
@media (min-width: 640px) {
  #sctn05 .block07 h3::before {
    width: 4.1vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block07 h3::before {
    width: 42px;
  }
}
#sctn05 .block07 h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.27vw;
  margin: auto;
  width: 8vw;
  height: 8vw;
  border-right: solid 1px #EC6700;
  border-bottom: solid 1px #EC6700;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 640px) {
  #sctn05 .block07 h3::after {
    bottom: -1.56vw;
    width: 2.93vw;
    height: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block07 h3::after {
    bottom: -16px;
    width: 30px;
    height: 30px;
  }
}
#sctn05 .block07 p {
  font-size: 1rem;
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  #sctn05 .block07 p {
    font-size: 1.56vw;
    /*text-align: center;*/
    margin-top: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block07 p {
    font-size: 16px;
    margin-top: 30px;
  }
}
#sctn05 .block07 aside {
  font-size: .875rem;
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  #sctn05 .block07 aside {
    margin-top: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block07 aside {
    margin-top: 30px;
  }
}
#sctn05 .block07 aside a {
  text-decoration: underline;
}
#sctn05 .block07 aside a:hover {
  text-decoration: none;
}
#sctn05 .block07 img {
  width: 100%;
  margin-top: 8vw;
}
@media (min-width: 640px) {
  #sctn05 .block07 img {
    margin-top: 3.91vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block07 img {
    margin-top: 40px;
  }
}
#sctn05 .block08 {
  margin-top: 13.33vw;
  padding: 0 4vw;
}
@media (min-width: 640px) {
  #sctn05 .block08 {
    margin-top: 9.77vw;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block08 {
    margin-top: 100px;
  }
}
#sctn05 .block08 p {
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 640px) {
  #sctn05 .block08 p {
    text-align: center;
  }
}
#sctn05 .block08 p:nth-child(1) {
  color: #EC6700;
  font-size: 1.375rem;
}
@media (min-width: 640px) {
  #sctn05 .block08 p:nth-child(1) {
    font-size: 1.875rem;
  }
}
#sctn05 .block08 p:nth-child(2) {
  font-size: 1.125rem;
  margin-top: 8vw;
}
@media (min-width: 640px) {
  #sctn05 .block08 p:nth-child(2) {
    font-size: 1.5rem;
    margin-top: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block08 p:nth-child(2) {
    margin-top: 60px;
  }
}

/*------------------

    cv button03
*/
#cvbtn03 {
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FBE0CC 100%);
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #FBE0CC 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #FBE0CC 100%);
  padding: 13.33vw 0;
}
@media (min-width: 640px) {
  #cvbtn03 {
    padding: 9.77vw 0;
  }
}
@media (min-width: 1024px) {
  #cvbtn03 {
    padding: 100px 0;
  }
}
#cvbtn03 p {
  color: #EC6700;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #cvbtn03 p {
    font-size: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn03 p {
    font-size: 20px;
  }
}
#cvbtn03 a {
  display: block;
  width: 94.67vw;
  height: 13.33vw;
  background: #00C464;
  box-shadow: 0 1.33vw 0 0 #00A150;
  border-radius: 6.67vw;
  position: relative;
  color: #fff;
  font-weight: 700;
  margin: 2.67vw auto 0;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn03 a {
    width: 58.59vw;
    height: 7.81vw;
    border-radius: 3.91vw;
    box-shadow: 0 .68vw 0 0 #00A150;
    margin-top: .98vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn03 a {
    width: 600px;
    height: 80px;
    border-radius: 40px;
    box-shadow: 0 7px 0 0 #00A150;
    margin-top: 10px;
  }
}
#cvbtn03 a::after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 6.4vw;
  width: 2.13vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 640px) {
  #cvbtn03 a::after {
    font-size: 2.93vw;
    line-height: 2.93vw;
    width: .98vw;
    height: 2.93vw;
    right: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn03 a::after {
    font-size: 30px;
    line-height: 30px;
    width: 10px;
    height: 30px;
    right: 20px;
  }
}
#cvbtn03 a .left {
  margin: 1.33vw 0 1.33vw 1.33vw;
  width: 24vw;
  height: 10.67vw;
  background: #fff;
  border-radius: 5.33vw;
  color: #00C464;
  font-size: .875rem;
  text-align: center;
  line-height: 10.67vw;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn03 a .left {
    margin: .98vw 0 .98vw .98vw;
    width: 15.63vw;
    height: 5.86vw;
    border-radius: 2.93vw;
    font-size: 1.5rem;
    line-height: 5.47vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn03 a .left {
    margin: 10px 0 10px 10px;
    width: 160px;
    height: 60px;
    border-radius: 30px;
    line-height: 56px;
  }
}
#cvbtn03 a .right {
  text-align: center;
  padding: 0 5vw 0 0;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 640px) {
  #cvbtn03 a .right {
    padding: 0 2.93vw 0 0;
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {
  #cvbtn03 a .right {
    padding: 0 30px 0 0;
  }
}
#cvbtn03 a:hover {
  background: #35D388;
}
#cvbtn03 aside {
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
  margin-top: 4vw;
}
@media (min-width: 640px) {
  #cvbtn03 aside {
    font-size: 1.37vw;
    margin-top: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn03 aside {
    font-size: 14px;
    margin-top: 20px;
  }
}

/*------------------

    section06 - 寄付の流れ
*/
#sctn06 {
  text-align: justify;
  background: #F1FAFC;
  padding-bottom: 13.33vw;
}
@media (min-width: 640px) {
  #sctn06 {
    padding-bottom: 9.77vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 {
    padding-bottom: 100px;
  }
}
#sctn06 h3 {
  position: relative;
  width: 100%;
  height: 16vw;
  line-height: 16vw;
  background: #00ACCA;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn06 h3 {
    height: 11.23vw;
    line-height: 11.23vw;
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 h3 {
    height: 115px;
    line-height: 115px;
    font-size: 2.125rem;
  }
}
#sctn06 h3::after {
  content: "";
  position: absolute;
  bottom: -8vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: solid 4vw #00ACCA;
  border-right: solid 4vw transparent;
  border-bottom: solid 4vw transparent;
  border-left: solid 4vw transparent;
}
@media (min-width: 640px) {
  #sctn06 h3::after {
    bottom: -3.91vw;
    border-width: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 h3::after {
    bottom: -40px;
    border-width: 20px;
  }
}
#sctn06 h4 {
  background: #00ACCA;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  padding: .75rem 0;
  position: relative;
  width: 89.33vw;
  margin-left: -2.67vw;
}
@media (min-width: 640px) {
  #sctn06 h4 {
    font-size: 1.875rem;
    line-height: 7.81vw;
    height: 7.81vw;
    padding: 0;
    width: 87.89vw;
    max-width: 900px;
    margin-left: -5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 h4 {
    line-height: 80px;
    height: 80px;
    margin-left: -60px;
  }
}
#sctn06 .box {
  margin-top: 4vw;
}
@media (min-width: 640px) {
  #sctn06 .box {
    margin-top: 4.88vw;
    width: 36.13vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 .box {
    margin-top: 50px;
    width: 370px;
  }
}
#sctn06 .outer {
  position: relative;
  margin: 13.33vw auto 0;
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2.67vw;
  padding: 4vw 2.67vw 8vw;
  width: 89.33vw;
}
@media (min-width: 640px) {
  #sctn06 .outer {
    margin-top: 9.77vw;
    border-radius: 1.95vw;
    padding: 3.91vw 5.86vw 5.86vw;
    width: 87.89vw;
    max-width: 900px;
  }
}
@media (min-width: 1024px) {
  #sctn06 .outer {
    margin-top: 100px;
    border-radius: 20px;
    padding: 40px 60px 60px;
  }
}
#sctn06 .outer::after {
  content: "";
  position: absolute;
  bottom: -13.33vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: solid 4vw #00ACCA;
  border-right: solid 5.33vw transparent;
  border-bottom: solid 4vw transparent;
  border-left: solid 5.33vw transparent;
}
@media (min-width: 640px) {
  #sctn06 .outer::after {
    bottom: -9.77vw;
    border-top-width: 2.93vw;
    border-right-width: 3.91vw;
    border-bottom-width: 2.93vw;
    border-left-width: 3.91vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 .outer::after {
    bottom: -100px;
    border-top-width: 30px;
    border-right-width: 40px;
    border-bottom-width: 30px;
    border-left-width: 40px;
  }
}
@media (min-width: 640px) {
  #sctn06 img {
    width: 29.3vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 img {
    width: 300px;
  }
}
#sctn06 .block01 hr {
  margin-top: 5.33vw;
  background: #00ACCA;
  height: 1px;
}
@media (min-width: 640px) {
  #sctn06 .block01 hr {
    margin-top: 3.91vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 .block01 hr {
    margin-top: 40px;
  }
}
#sctn06 .block01 .banner {
  margin-top: 5.33vw;
  background: #F18524;
  border-radius: 2.67vw;
  height: 18.67vw;
  line-height: 18.67vw;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn06 .block01 .banner {
    margin-top: 3.91vw;
    border-radius: .98vw;
    height: 9.77vw;
    line-height: 9.77vw;
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  #sctn06 .block01 .banner {
    margin-top: 40px;
    border-radius: 10px;
    height: 100px;
    line-height: 100px;
  }
}
#sctn06 .block01 .banner span {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
}
@media (min-width: 640px) {
  #sctn06 .block01 .banner span {
    font-size: 3.75rem;
  }
}
#sctn06 .block02 .box {
  margin-top: 2.67vw;
}
@media (min-width: 640px) {
  #sctn06 .block02 .box {
    margin-top: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 .block02 .box {
    margin-top: 30px;
  }
}
#sctn06 .block02 h5 {
  color: #00ACCA;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 640px) {
  #sctn06 .block02 h5 {
    font-size: 1.25rem;
  }
}
#sctn06 .block02 h5 small {
  font-size: .875rem;
}
@media (min-width: 640px) {
  #sctn06 .block02 h5 small {
    font-size: 1rem;
  }
}
#sctn06 .block02 img {
  margin-top: 2.67vw;
}
@media (min-width: 640px) {
  #sctn06 .block02 img {
    margin-top: 1.46vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 .block02 img {
    margin-top: 15px;
  }
}
#sctn06 .block02 p {
  margin-top: 4vw;
}
@media (min-width: 640px) {
  #sctn06 .block02 p {
    margin-top: 2.93vw;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #sctn06 .block02 p {
    margin-top: 30px;
  }
}
#sctn06 .block03 p {
  margin-top: 4vw;
}
@media (min-width: 640px) {
  #sctn06 .block03 p {
    margin-top: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 .block03 p {
    margin-top: 30px;
  }
}
#sctn06 .block03 p.small {
  font-size: .875rem;
}
#sctn06 .block04 p {
  margin-top: 4vw;
}
@media (min-width: 640px) {
  #sctn06 .block04 p {
    margin-top: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 .block04 p {
    margin-top: 30px;
  }
}
#sctn06 .block04 .smaller {
  max-width: 75%;
}
@media (min-width: 640px) {
  #sctn06 .block04 .smaller {
    max-width: 100%;
  }
}
#sctn06 .block06 .small {
  margin-top: 4vw;
  font-size: .875rem;
}
@media (min-width: 640px) {
  #sctn06 .block06 .small {
    margin-top: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 .block06 .small {
    margin-top: 30px;
  }
}

/*------------------

    cv button04
*/
#cvbtn04 {
  background: -moz-linear-gradient(top, #F1FAFC 0%, #FBE0CC 100%);
  background: -webkit-linear-gradient(top, #F1FAFC 0%, #FBE0CC 100%);
  background: linear-gradient(to bottom, #F1FAFC 0%, #FBE0CC 100%);
  padding: 0 0 20vw;
}
@media (min-width: 640px) {
  #cvbtn04 {
    padding: 0 0 15.33vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04 {
    padding: 0 0 157px;
  }
}
#cvbtn04 p {
  color: #EC6700;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #cvbtn04 p {
    font-size: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04 p {
    font-size: 20px;
  }
}
#cvbtn04 a {
  display: block;
  width: 94.67vw;
  height: 13.33vw;
  background: #00C464;
  box-shadow: 0 1.33vw 0 0 #00A150;
  border-radius: 6.67vw;
  position: relative;
  color: #fff;
  font-weight: 700;
  margin: 2.67vw auto 0;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn04 a {
    width: 58.59vw;
    height: 7.81vw;
    border-radius: 3.91vw;
    box-shadow: 0 .68vw 0 0 #00A150;
    margin-top: .98vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04 a {
    width: 600px;
    height: 80px;
    border-radius: 40px;
    box-shadow: 0 7px 0 0 #00A150;
    margin-top: 10px;
  }
}
#cvbtn04 a::after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 6.4vw;
  width: 2.13vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 640px) {
  #cvbtn04 a::after {
    font-size: 2.93vw;
    line-height: 2.93vw;
    width: .98vw;
    height: 2.93vw;
    right: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04 a::after {
    font-size: 30px;
    line-height: 30px;
    width: 10px;
    height: 30px;
    right: 20px;
  }
}
#cvbtn04 a .left {
  margin: 1.33vw 0 1.33vw 1.33vw;
  width: 24vw;
  height: 10.67vw;
  background: #fff;
  border-radius: 5.33vw;
  color: #00C464;
  font-size: .875rem;
  text-align: center;
  line-height: 10.67vw;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn04 a .left {
    margin: .98vw 0 .98vw .98vw;
    width: 15.63vw;
    height: 5.86vw;
    border-radius: 2.93vw;
    font-size: 1.5rem;
    line-height: 5.47vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04 a .left {
    margin: 10px 0 10px 10px;
    width: 160px;
    height: 60px;
    border-radius: 30px;
    line-height: 56px;
  }
}
#cvbtn04 a .right {
  text-align: center;
  padding: 0 5vw 0 0;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 640px) {
  #cvbtn04 a .right {
    padding: 0 2.93vw 0 0;
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {
  #cvbtn04 a .right {
    padding: 0 30px 0 0;
  }
}
#cvbtn04 a:hover {
  background: #35D388;
}
#cvbtn04 aside {
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
  margin-top: 4vw;
}
@media (min-width: 640px) {
  #cvbtn04 aside {
    font-size: 1.37vw;
    margin-top: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04 aside {
    font-size: 14px;
    margin-top: 20px;
  }
}

/*------------------

    section07 - 団体紹介
*/
#sctn07 {
  text-align: justify;
}
#sctn07 .block01 {
  position: relative;
  width: 100%;
  height: 52.67vw;
  background: url("../images/sctn07_blk01_bg_sp.jpg") center center no-repeat;
  background-size: cover;
}
@media (min-width: 640px) {
  #sctn07 .block01 {
    height: 35.16vw;
    background-image: url("../images/sctn07_blk01_bg_pc.jpg");
    margin: 0 auto;
  }
}
#sctn07 .block01 h3 {
  position: absolute;
  top: -9.33vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 89.33vw;
  height: 18.67vw;
  background: #fff;
  border: 2px solid #EC6700;
  border-radius: 2.67vw;
  color: #EC6700;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  padding-top: 2.67vw;
}
@media (min-width: 640px) {
  #sctn07 .block01 h3 {
    max-width: 1000px;
    padding-top: 0;
    border: 5px solid #EC6700;
    top: -5.67vw;
    height: 11.23vw;
    border-radius: 1.95vw;
    font-size: 3.32vw;
    line-height: 10.25vw;
  }
}
@media (min-width: 1024px) {
  #sctn07 .block01 h3 {
    top: -57px;
    height: 115px;
    border-radius: 20px;
    font-size: 2.125rem;
    line-height: 105px;
  }
}
#sctn07 .block01 h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7.33vw;
  margin: auto;
  width: 0;
  height: 0;
  border: solid 4vw transparent;
  border-top: solid 4vw #fff;
  z-index: 2;
}
@media (min-width: 640px) {
  #sctn07 .block01 h3::before {
    bottom: -43px;
    border: solid 25px transparent;
    border-top: solid 25px #fff;
  }
}
#sctn07 .block01 h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8vw;
  margin: auto;
  width: 0;
  height: 0;
  border: solid 4vw transparent;
  border-top: solid 4vw #EC6700;
  z-index: 1;
}
@media (min-width: 640px) {
  #sctn07 .block01 h3::after {
    bottom: -50px;
    border: solid 25px transparent;
    border-top: solid 25px #EC6700;
  }
}
#sctn07 .block02 {
  background: #FDEFE5;
  background: -moz-linear-gradient(top, #FDEFE5 0%, #FFFFFF 100%);
  background: -webkit-linear-gradient(top, #FDEFE5 0%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #FDEFE5 0%, #FFFFFF 100%);
}
#sctn07 .block02 .inner {
  padding: 8vw 2.67vw 10.67vw;
  background: url("../images/sctn07_blk02_bg_sp.png") center 54.4vw no-repeat;
  background-size: 92.8vw auto;
}
@media (min-width: 640px) {
  #sctn07 .block02 .inner {
    padding: 6.25vw 0 7.8125vw;
    background: url("../images/sctn07_blk02_bg_pc.png") left 11.72vw no-repeat;
    background-size: 103.91vw auto;
  }
}
@media (min-width: 1280px) {
  #sctn07 .block02 .inner {
    padding: 80px 0 100px;
    background-position: calc((100vw - 1280px) / 2) 150px;
    background-size: 1330px auto;
  }
}
#sctn07 .block02 p {
  font-weight: 700;
  text-align: center;
}
#sctn07 .block02 p:nth-child(1) {
  font-weight: 400;
  text-align: justify;
  padding: 0 2.67vw;
}
@media (min-width: 640px) {
  #sctn07 .block02 p:nth-child(1) {
    text-align: center;
    font-size: 1.41vw;
    line-height: 2.2;
  }
}
@media (min-width: 1280px) {
  #sctn07 .block02 p:nth-child(1) {
    font-size: 1.125rem;
  }
}
#sctn07 .block02 p:nth-child(1) .large {
  color: #EC6700;
  font-size: 1.25rem;
  display: block;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn07 .block02 p:nth-child(1) .large {
    font-size: 3.125vw;
    line-height: 1.6;
  }
}
@media (min-width: 1280px) {
  #sctn07 .block02 p:nth-child(1) .large {
    font-size: 2.5rem;
  }
}
#sctn07 .block02 p:nth-child(1) .medium {
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn07 .block02 p:nth-child(1) .medium {
    font-size: 2.34vw;
    line-height: 1.6;
  }
}
@media (min-width: 1280px) {
  #sctn07 .block02 p:nth-child(1) .medium {
    font-size: 24px;
  }
}
#sctn07 .block02 p:nth-child(2) {
  font-size: 1.375rem;
}
@media (min-width: 640px) {
  #sctn07 .block02 p:nth-child(2) {
    font-size: 3.125vw;
  }
}
@media (min-width: 1280px) {
  #sctn07 .block02 p:nth-child(2) {
    font-size: 2.5rem;
  }
}
#sctn07 .block02 p:nth-child(3), #sctn07 .block02 p:nth-child(4), #sctn07 .block02 p:nth-child(5) {
  font-size: 1rem;
}
@media (min-width: 640px) {
  #sctn07 .block02 p:nth-child(3), #sctn07 .block02 p:nth-child(4), #sctn07 .block02 p:nth-child(5) {
    font-size: 1.875vw;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  #sctn07 .block02 p:nth-child(3), #sctn07 .block02 p:nth-child(4), #sctn07 .block02 p:nth-child(5) {
    font-size: 1.5rem;
  }
}
#sctn07 .block02 p:nth-child(3) span, #sctn07 .block02 p:nth-child(4) span, #sctn07 .block02 p:nth-child(5) span {
  font-size: 1.125rem;
}
@media (min-width: 640px) {
  #sctn07 .block02 p:nth-child(3) span, #sctn07 .block02 p:nth-child(4) span, #sctn07 .block02 p:nth-child(5) span {
    font-size: 2.1875vw;
  }
}
@media (min-width: 1280px) {
  #sctn07 .block02 p:nth-child(3) span, #sctn07 .block02 p:nth-child(4) span, #sctn07 .block02 p:nth-child(5) span {
    font-size: 1.75rem;
  }
}
#sctn07 .block02 p:nth-child(6) {
  font-size: .75rem;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 640px) {
  #sctn07 .block02 p:nth-child(6) {
    font-size: 1.25vw;
  }
}
@media (min-width: 1280px) {
  #sctn07 .block02 p:nth-child(6) {
    font-size: 1rem;
  }
}
#sctn07 .block02 p:nth-child(6) span.red {
  color: #D00000;
}
#sctn07 .block02 p:nth-child(2) {
  margin-top: 42vw;
}
@media (min-width: 640px) {
  #sctn07 .block02 p:nth-child(2) {
    margin-top: 6.25vw;
  }
}
@media (min-width: 1280px) {
  #sctn07 .block02 p:nth-child(2) {
    margin-top: 80px;
  }
}
#sctn07 .block02 p:nth-child(3) {
  margin-top: 8vw;
}
@media (min-width: 640px) {
  #sctn07 .block02 p:nth-child(3) {
    margin-top: 6.25vw;
  }
}
@media (min-width: 1280px) {
  #sctn07 .block02 p:nth-child(3) {
    margin-top: 80px;
  }
}
#sctn07 .block02 p:nth-child(4), #sctn07 .block02 p:nth-child(5), #sctn07 .block02 p:nth-child(6) {
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  #sctn07 .block02 p:nth-child(4), #sctn07 .block02 p:nth-child(5), #sctn07 .block02 p:nth-child(6) {
    margin-top: 3.125vw;
  }
}
@media (min-width: 1280px) {
  #sctn07 .block02 p:nth-child(4), #sctn07 .block02 p:nth-child(5), #sctn07 .block02 p:nth-child(6) {
    margin-top: 40px;
  }
}
#sctn07 .block02 p span {
  color: #EC6700;
}
#sctn07 .block02 p .under {
  background: linear-gradient(transparent 75%, #FFF788 75%);
}
#sctn07 .block02 p:nth-child(6) span {
  color: inherit;
}
#sctn07 .block02 aside {
  font-size: 1rem;
  margin-top: 8vw;
}
@media (min-width: 640px) {
  #sctn07 .block02 aside {
    margin-top: 4.88vw;
  }
}
@media (min-width: 1280px) {
  #sctn07 .block02 aside {
    margin-top: 50px;
  }
}
#sctn07 .block02 ul {
  margin-top: 8vw;
}
@media (min-width: 640px) {
  #sctn07 .block02 ul {
    margin-top: 7.8125vw;
  }
}
@media (min-width: 1280px) {
  #sctn07 .block02 ul {
    margin-top: 100px;
  }
}
#sctn07 .block02 ul li {
  margin: 0 2.4vw;
  width: 26.67vw;
  height: 26.84vw;
  background: url("../images/sctn07_blk02_li_bg.png") center center no-repeat;
  background-size: contain;
  color: #C09C47;
  font-size: .75rem;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  line-height: 1;
  padding-top: 3.73vw;
}
@media (min-width: 640px) {
  #sctn07 .block02 ul li {
    margin: 0 2.44vw;
    width: 29.3vw;
    height: 29.49vw;
    font-size: 2.93vw;
    padding-top: 4.88vw;
  }
}
@media (min-width: 1024px) {
  #sctn07 .block02 ul li {
    margin: 0 25px;
    width: 300px;
    height: 302px;
    font-size: 1.875rem;
    padding-top: 50px;
  }
}
#sctn07 .block02 ul li span {
  color: #FF6000;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (min-width: 640px) {
  #sctn07 .block02 ul li span {
    font-size: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn07 .block02 ul li span {
    font-size: 3.75rem;
  }
}
#sctn07 .block02 ul li small {
  font-size: .5rem;
}
@media (min-width: 640px) {
  #sctn07 .block02 ul li small {
    font-size: 1.76vw;
  }
}
@media (min-width: 1024px) {
  #sctn07 .block02 ul li small {
    font-size: 1.125rem;
  }
}
#sctn07 .block02 ul li:nth-child(1) {
  padding-top: 5vw;
}
@media (min-width: 640px) {
  #sctn07 .block02 ul li:nth-child(1) {
    padding-top: 6.84vw;
  }
}
@media (min-width: 1024px) {
  #sctn07 .block02 ul li:nth-child(1) {
    padding-top: 70px;
  }
}
#sctn07 .block02 ul li:nth-child(2) {
  padding-top: 5vw;
}
@media (min-width: 640px) {
  #sctn07 .block02 ul li:nth-child(2) {
    padding-top: 6.84vw;
  }
}
@media (min-width: 1024px) {
  #sctn07 .block02 ul li:nth-child(2) {
    padding-top: 70px;
  }
}
#sctn07 .block02 ul li:nth-child(3) {
  padding-top: 5.5vw;
}
@media (min-width: 640px) {
  #sctn07 .block02 ul li:nth-child(3) {
    padding-top: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn07 .block02 ul li:nth-child(3) {
    padding-top: 60px;
  }
}
#sctn07 .block03 .wrap {
  max-width: 1024px;
}
@media (min-width: 640px) {
  #sctn07 .block03 .wrap {
    padding-left: 1.95vw;
    padding-right: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn07 .block03 .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#sctn07 .block03 li {
  width: 30.67vw;
  background: #FDF0E6;
}
@media (min-width: 640px) {
  #sctn07 .block03 li {
    width: 30.08vw;
  }
}
@media (min-width: 1024px) {
  #sctn07 .block03 li {
    width: 308px;
  }
}
#sctn07 .block03 li h4 {
  background: #EC6700;
  padding: 1.33vw 0;
  color: #fff;
  font-size: .6875rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn07 .block03 li h4 {
    padding: .49vw 0;
    font-size: 2.34vw;
  }
}
@media (min-width: 1024px) {
  #sctn07 .block03 li h4 {
    padding: 5px 0;
    font-size: 24px;
  }
}
#sctn07 .block03 li p {
  padding: 2.67vw 1.33vw;
  font-size: .625rem;
  text-align: justify;
  word-break: break-all;
}
@media (min-width: 640px) {
  #sctn07 .block03 li p {
    padding: 1.46vw;
    font-size: .875rem;
  }
}
@media (min-width: 1024px) {
  #sctn07 .block03 li p {
    padding: 15px;
  }
}

/*------------------

    section08 - Q&A
*/
#sctn08 {
  text-align: justify;
  background: #F7F6F5;
  margin-top: 10.67vw;
  padding: 10.67vw 2.67vw;
}
@media (min-width: 640px) {
  #sctn08 {
    margin-top: 9.77vw;
    padding: 9.77vw 0;
  }
}
@media (min-width: 1024px) {
  #sctn08 {
    margin-top: 100px;
    padding: 100px 0;
  }
}
#sctn08 .wrap {
  padding: 0;
}
@media (min-width: 640px) {
  #sctn08 .wrap {
    width: 87.89vw;
    max-width: 900px;
    margin: 0 auto;
  }
}
#sctn08 h3 {
  width: 94.67vw;
  height: 16vw;
  line-height: 16vw;
  background: #EC6700;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn08 h3 {
    width: 87.89vw;
    max-width: 900px;
    height: 8.79vw;
    line-height: 8.79vw;
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn08 h3 {
    height: 90px;
    line-height: 90px;
    font-size: 2.125rem;
  }
}
#sctn08 h3 span {
  font-family: 'Noto Sans', sans-serif;
}
#sctn08 p {
  margin-top: 5.33vw;
  font-size: 1.125rem;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn08 p {
    margin-top: 2.93vw;
    font-size: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn08 p {
    margin-top: 30px;
    font-size: 1.25rem;
  }
}
#sctn08 p span {
  font-family: 'Noto Sans', sans-serif;
}
#sctn08 dl {
  background: #fff;
  box-shadow: 0 0 1.07vw 0 rgba(0, 0, 0, 0.2);
  border-radius: 2.67vw;
  margin-top: 2.67vw;
  padding: 4vw;
}
@media (min-width: 640px) {
  #sctn08 dl {
    box-shadow: 0 0 0.39vw 0 rgba(0, 0, 0, 0.2);
    border-radius: .98vw;
    margin-top: .98vw;
    padding: 3.91vw;
  }
}
@media (min-width: 1024px) {
  #sctn08 dl {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 10px;
    padding: 40px;
  }
}
#sctn08 dl dt {
  position: relative;
  min-height: 8vw;
  padding: .8vw 10.67vw 0;
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 640px) {
  #sctn08 dl dt {
    min-height: 3.91vw;
    padding: .68vw 0 0 6.84vw;
    font-size: 1.76vw;
  }
}
@media (min-width: 1024px) {
  #sctn08 dl dt {
    min-height: 40px;
    padding: 7px 0 0 70px;
    font-size: 1.125rem;
  }
}
#sctn08 dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8vw;
  height: 8vw;
  line-height: 8vw;
  background: #EC6700;
  border-radius: 4vw;
  content: "Ｑ";
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn08 dl dt::before {
    width: 3.91vw;
    height: 3.91vw;
    line-height: 3.91vw;
    border-radius: 1.95vw;
    font-size: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn08 dl dt::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.25rem;
  }
}
#sctn08 dl dt::after {
  position: absolute;
  top: .53vw;
  right: 0;
  width: 6.93vw;
  height: 6.93vw;
  line-height: 6.93vw;
  background: #EAEAEA;
  border-radius: 3.47vw;
  content: "\f106";
  font-family: FontAwesome;
  font-size: 1rem;
  text-align: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: transform .3s;
}
@media (min-width: 640px) {
  #sctn08 dl dt::after {
    top: .49vw;
    right: .49vw;
    width: 2.93vw;
    height: 2.93vw;
    line-height: 2.83vw;
    border-radius: 1.46vw;
    font-size: 1.56vw;
  }
}
@media (min-width: 1024px) {
  #sctn08 dl dt::after {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    font-size: 1rem;
  }
}
#sctn08 dl dt.active::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#sctn08 dl dd {
  position: relative;
  margin-top: 4vw;
  padding: .8vw 0 0 10.67vw;
  font-size: 1rem;
  display: none;
}
@media (min-width: 640px) {
  #sctn08 dl dd {
    margin-top: 1.95vw;
    padding: .68vw 0 0 6.84vw;
    font-size: 1.56vw;
    display: block;
  }
}
@media (min-width: 1024px) {
  #sctn08 dl dd {
    margin-top: 20px;
    padding: 7px 0 0 70px;
    font-size: 1rem;
  }
}
#sctn08 dl dd::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8vw;
  height: 8vw;
  line-height: 8vw;
  background: #FF8833;
  border-radius: 4vw;
  content: "Ａ";
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn08 dl dd::before {
    width: 3.91vw;
    height: 3.91vw;
    line-height: 3.91vw;
    border-radius: 1.95vw;
    font-size: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn08 dl dd::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.25rem;
  }
}
#sctn08 dl:nth-child(1) {
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  #sctn08 dl:nth-child(1) {
    margin-top: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn08 dl:nth-child(1) {
    margin-top: 30px;
  }
}
#sctn08 dl a {
  text-decoration: underline;
}
#sctn08 dl a:hover {
  text-decoration: none;
}

/*------------------

    cv button05
*/
#cvbtn05 {
  background: url("../images/cvbtn05_bg_sp.jpg") center top no-repeat #FDF0E6;
  background-size: 100vw auto;
}
@media (min-width: 640px) {
  #cvbtn05 {
    background-image: url("../images/cvbtn05_bg_pc.jpg");
    background-size: 125vw auto;
  }
}
@media (min-width: 1024px) {
  #cvbtn05 {
    background-size: 1280px auto;
  }
}
#cvbtn05 .wrap {
  padding: 72vw 2.67vw 8vw;
}
@media (min-width: 640px) {
  #cvbtn05 .wrap {
    width: 87.89vw;
    height: 42.97vw;
    max-width: 900px;
    margin: 0 auto;
    padding: 12.21vw 0 0 29.3vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn05 .wrap {
    height: 440px;
    padding: 125px 0 0 300px;
  }
}
#cvbtn05 p {
  color: #EC6700;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #cvbtn05 p {
    font-size: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn05 p {
    font-size: 20px;
  }
}
#cvbtn05 a {
  display: block;
  width: 94.67vw;
  height: 13.33vw;
  background: #00C464;
  box-shadow: 0 1.33vw 0 0 #00A150;
  border-radius: 6.67vw;
  position: relative;
  color: #fff;
  font-weight: 700;
  margin: 2.67vw auto 0;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn05 a {
    width: 58.59vw;
    height: 7.81vw;
    border-radius: 3.91vw;
    box-shadow: 0 .68vw 0 0 #00A150;
    margin-top: .98vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn05 a {
    width: 600px;
    height: 80px;
    border-radius: 40px;
    box-shadow: 0 7px 0 0 #00A150;
    margin-top: 10px;
  }
}
#cvbtn05 a::after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 6.4vw;
  width: 2.13vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 640px) {
  #cvbtn05 a::after {
    font-size: 2.93vw;
    line-height: 2.93vw;
    width: .98vw;
    height: 2.93vw;
    right: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn05 a::after {
    font-size: 30px;
    line-height: 30px;
    width: 10px;
    height: 30px;
    right: 20px;
  }
}
#cvbtn05 a .left {
  margin: 1.33vw 0 1.33vw 1.33vw;
  width: 24vw;
  height: 10.67vw;
  background: #fff;
  border-radius: 5.33vw;
  color: #00C464;
  font-size: .875rem;
  text-align: center;
  line-height: 10.67vw;
  transition: background .3s;
}
@media (min-width: 640px) {
  #cvbtn05 a .left {
    margin: .98vw 0 .98vw .98vw;
    width: 15.63vw;
    height: 5.86vw;
    border-radius: 2.93vw;
    font-size: 1.5rem;
    line-height: 5.47vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn05 a .left {
    margin: 10px 0 10px 10px;
    width: 160px;
    height: 60px;
    border-radius: 30px;
    line-height: 56px;
  }
}
#cvbtn05 a .right {
  text-align: center;
  padding: 0 5vw 0 0;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 640px) {
  #cvbtn05 a .right {
    padding: 0 2.93vw 0 0;
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {
  #cvbtn05 a .right {
    padding: 0 30px 0 0;
  }
}
#cvbtn05 a:hover {
  background: #35D388;
}
#cvbtn05 aside {
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
  margin-top: 4vw;
}
@media (min-width: 640px) {
  #cvbtn05 aside {
    font-size: 1.37vw;
    margin-top: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn05 aside {
    font-size: 14px;
    margin-top: 20px;
  }
}

/*------------------

    section09 - P.S.
*/
#sctn09 {
  text-align: justify;
  position: relative;
  background: #fff;
}
#sctn09 .wrap {
  max-width: 840px;
  padding-top: 10.67vw;
}
@media (min-width: 640px) {
  #sctn09 .wrap {
    padding-top: 9.77vw;
  }
}
@media (min-width: 1024px) {
  #sctn09 .wrap {
    padding-top: 100px;
  }
}
#sctn09 h4 {
  position: relative;
  width: 100%;
  height: 16vw;
  line-height: 16vw;
  background: #EC6700;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn09 h4 {
    height: 11.23vw;
    line-height: 11.23vw;
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn09 h4 {
    height: 115px;
    line-height: 115px;
    font-size: 2.125rem;
  }
}
#sctn09 h4::after {
  content: "";
  position: absolute;
  bottom: -8vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: solid 4vw #EC6700;
  border-right: solid 4vw transparent;
  border-bottom: solid 4vw transparent;
  border-left: solid 4vw transparent;
}
@media (min-width: 640px) {
  #sctn09 h4::after {
    bottom: -3.91vw;
    border-top: solid 1.95vw #EC6700;
    border-right: solid 1.95vw transparent;
    border-bottom: solid 1.95vw transparent;
    border-left: solid 1.95vw transparent;
  }
}
@media (min-width: 1024px) {
  #sctn09 h4::after {
    bottom: -40px;
    border-top: solid 20px #EC6700;
    border-right: solid 20px transparent;
    border-bottom: solid 20px transparent;
    border-left: solid 20px transparent;
  }
}
#sctn09 .highlight {
  background: #fffeae;
}

/*------------------------------------------------

    footer
*/
footer {
  width: 100%;
  margin-top: 13.33vw;
  position: relative;
}
@media (min-width: 640px) {
  footer {
    margin-top: 9.77vw;
  }
}
@media (min-width: 1024px) {
  footer {
    margin-top: 100px;
  }
}
footer .source {
  font-size: .875rem;
  margin-bottom: 8vw;
}
@media (min-width: 640px) {
  footer .source {
    font-size: 1.37vw;
    margin-bottom: 4.88vw;
  }
}
@media (min-width: 1024px) {
  footer .source {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
footer li {
  margin: 0 auto;
}
footer li:nth-child(1) {
  width: 45.87vw;
}
@media (min-width: 640px) {
  footer li:nth-child(1) {
    width: 16.8vw;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 1024px) {
  footer li:nth-child(1) {
    width: 172px;
  }
}
footer li:nth-child(2) {
  margin-top: 5.33vw;
  text-align: center;
  font-size: .875rem;
}
@media (min-width: 640px) {
  footer li:nth-child(2) {
    margin: 0 auto;
    text-align: left;
    font-size: 1.37vw;
  }
}
@media (min-width: 1024px) {
  footer li:nth-child(2) {
    font-size: .875rem;
  }
}
footer li:nth-child(3) {
  margin-top: 5.33vw;
  text-align: center;
}
@media (min-width: 640px) {
  footer li:nth-child(3) {
    margin-top: 0;
    margin-right: 0;
    text-align: left;
  }
}
footer li:nth-child(3) p {
  font-size: .875rem;
}
@media (min-width: 640px) {
  footer li:nth-child(3) p {
    font-size: 1.37vw;
  }
}
@media (min-width: 1024px) {
  footer li:nth-child(3) p {
    font-size: .875rem;
  }
}
footer li:nth-child(3) a i {
  position: relative;
  margin-top: 1.87vw;
  font-size: 1.75rem;
}
@media (min-width: 640px) {
  footer li:nth-child(3) a i {
    margin-top: .68vw;
    font-size: 2.73vw;
  }
}
@media (min-width: 1024px) {
  footer li:nth-child(3) a i {
    margin-top: 7px;
    font-size: 28px;
  }
}
footer li:nth-child(3) a img {
  width: 11.2vw;
}
@media (min-width: 640px) {
  footer li:nth-child(3) a img {
    width: 4.1vw;
  }
}
@media (min-width: 1024px) {
  footer li:nth-child(3) a img {
    width: 42px;
  }
}
footer li:nth-child(3) a span {
  font-size: 1.875rem;
  font-family: 'Oswald', sans-serif;
}
@media (min-width: 640px) {
  footer li:nth-child(3) a span {
    font-size: 2.93vw;
  }
}
@media (min-width: 1024px) {
  footer li:nth-child(3) a span {
    font-size: 1.875rem;
  }
}
footer .privacy {
  margin-top: 5.33vw;
  font-size: .875rem;
  text-align: center;
}
@media (min-width: 640px) {
  footer .privacy {
    margin-top: 1.27vw;
    font-size: 1.37vw;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  footer .privacy {
    margin-top: 13px;
    font-size: .875rem;
  }
}
footer .privacy a {
  text-decoration: underline;
}
footer .privacy a:hover {
  text-decoration: none;
}
footer .pagetop {
  position: absolute;
  right: 2.67vw;
  bottom: -5.33vw;
  display: block;
  width: 13.33vw;
  height: 13.33vw;
  background: url("../images/footer_pagetop_sp.svg") center 5vw no-repeat #EC6700;
  background-size: 5.6vw auto;
  border-radius: 6.67vw;
}
@media (min-width: 640px) {
  footer .pagetop {
    right: .98vw;
    bottom: -9.77vw;
    width: 7.81vw;
    height: 7.81vw;
    background-image: url("../images/footer_pagetop_pc.svg");
    background-position: center center;
    background-size: 5.76vw auto;
    border-radius: 3.91vw;
  }
}
@media (min-width: 1024px) {
  footer .pagetop {
    right: 10px;
    bottom: -100px;
    width: 80px;
    height: 80px;
    background-size: 59px auto;
    border-radius: 40px;
  }
}
footer .copy {
  margin: 8vw 0 0;
  height: 13.33vw;
  line-height: 13.33vw;
  background: #FDF0E6;
  font-size: .75rem;
  text-align: center;
}
@media (min-width: 640px) {
  footer .copy {
    margin: 5.86vw 0 11.7vw;
    height: 7.81vw;
    line-height: 7.81vw;
    font-size: 1.17vw;
  }
}
@media (min-width: 1024px) {
  footer .copy {
    margin: 60px 0 120px;
    height: 80px;
    line-height: 80px;
    font-size: .75rem;
  }
}

/*------------------------------------------------

    fixed footer
*/
#fixedfooter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #F28625;
  display: none;
  z-index: 100;
  padding-bottom: 1.33vw;
}
@media (min-width: 640px) {
  #fixedfooter {
    top: auto;
    bottom: 0;
    padding-bottom: 0;
  }
}
#fixedfooter .wrap {
  height: 21.33vw;
}
@media (min-width: 640px) {
  #fixedfooter .wrap {
    height: 11.7vw;
  }
}
@media (min-width: 1024px) {
  #fixedfooter .wrap {
    height: 120px;
  }
}
#fixedfooter p {
  color: #fff;
}
@media (min-width: 640px) {
  #fixedfooter p {
    font-size: 1.76vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 1.8;
  }
}
@media (min-width: 1024px) {
  #fixedfooter p {
    font-size: 1.125rem;
  }
}
#fixedfooter a {
  display: block;
  width: 94.67vw;
  height: 13.33vw;
  background: #00C464;
  box-shadow: 0 1.33vw 0 0 #00A150;
  border-radius: 6.67vw;
  position: relative;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  transition: background .3s;
}
@media (min-width: 640px) {
  #fixedfooter a {
    width: 58.59vw;
    height: 7.81vw;
    border-radius: 3.91vw;
    box-shadow: 0 .68vw 0 0 #00A150;
    margin-top: -.3vw;
  }
}
@media (min-width: 1024px) {
  #fixedfooter a {
    width: 600px;
    height: 80px;
    border-radius: 40px;
    box-shadow: 0 7px 0 0 #00A150;
    margin-top: -3px;
  }
}
#fixedfooter a::after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 6.4vw;
  width: 2.13vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 640px) {
  #fixedfooter a::after {
    font-size: 2.93vw;
    line-height: 2.93vw;
    width: .98vw;
    height: 2.93vw;
    right: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #fixedfooter a::after {
    font-size: 30px;
    line-height: 30px;
    width: 10px;
    height: 30px;
    right: 20px;
  }
}
#fixedfooter a .left {
  margin: 1.33vw 0 1.33vw 1.33vw;
  width: 24vw;
  height: 10.67vw;
  background: #fff;
  border-radius: 5.33vw;
  color: #00C464;
  font-size: .875rem;
  text-align: center;
  line-height: 10.67vw;
  transition: background .3s;
}
@media (min-width: 640px) {
  #fixedfooter a .left {
    margin: .98vw 0 .98vw .98vw;
    width: 15.63vw;
    height: 5.86vw;
    border-radius: 2.93vw;
    font-size: 1.5rem;
    line-height: 5.47vw;
  }
}
@media (min-width: 1024px) {
  #fixedfooter a .left {
    margin: 10px 0 10px 10px;
    width: 160px;
    height: 60px;
    border-radius: 30px;
    line-height: 56px;
  }
}
#fixedfooter a .right {
  text-align: center;
  padding: 0 5vw 0 0;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 640px) {
  #fixedfooter a .right {
    padding: 0 2.93vw 0 0;
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {
  #fixedfooter a .right {
    padding: 0 30px 0 0;
  }
}
#fixedfooter a:hover {
  background: #35D388;
}
