@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: 16px;
  }
}

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

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: 20px;
    padding-right: 20px;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

    header
*/
/*
header {
  width: 100%;
  height: 16vw;
  background: #fff;
}
@media (min-width: 640px) {
  header {
    height: 9.77vw;
  }
}
@media (min-width: 1024px) {
  header {
    height: 100px;
  }
}
@media (min-width: 640px) {
  header .wrap {
    padding-left: 1.95vw;
    padding-right: 1.95vw;
  }
}
@media (min-width: 1024px) {
  header .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .logo {
  width: 30.67vw;
  height: 10.67vw;
  background: url("/lp/chr/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 .desc {
  line-height: 1.6;
  color: #303030;
}
@media (min-width: 768px) {
  header .desc {
    width: 50.98vw;
    font-size: 1.37vw;
  }
}
@media (min-width: 1024px) {
  header .desc {
    width: 522px;
    font-size: 14px;
  }
}
header a.cvbtn {
  display: block;
  width: 50.67vw;
  height: 10.67vw;
  background: #FF8833;
  background: -moz-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: -webkit-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: linear-gradient(to bottom, #FF8833 0%, #EC6700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8833',endColorstr='#EC6700',GradientType=0);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.13vw;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 640px) {
  header a.cvbtn {
    width: 250px;
    height: 7.81vw;
    border-radius: 8px;
  }
}
@media (min-width: 768px) {
  header a.cvbtn {
    height: 60px;
  }
}
header a.cvbtn::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #F77F1B;
  font-size: .75rem;
  text-align: center;
  padding-left: .5vw;
  line-height: 4.27vw;
  width: 4.27vw;
  height: 4.27vw;
  border-radius: 50%;
  background: #fff;
  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: 20px;
    padding-left: 2px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
header a.cvbtn .left {
  margin: .8vw 0 .8vw .8vw;
  width: 20vw;
  height: 9.07vw;
  background: #fff;
  border-top-left-radius: 1.6vw;
  border-bottom-left-radius: 1.6vw;
  color: #F06521;
  font-size: .5625rem;
  text-align: right;
  position: relative;
  line-height: 9.07vw;
}
@media (min-width: 640px) {
  header a.cvbtn .left {
    margin: 3px 0 3px 3px;
    width: 85px;
    height: 7.03vw;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: .625rem;
    line-height: 7.03vw;
  }
}
@media (min-width: 768px) {
  header a.cvbtn .left {
    height: 54px;
    line-height: 54px;
  }
}
header a.cvbtn .left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2.67vw;
  width: 0;
  height: 0;
  border-left: 2.67vw solid #fff;
  border-top: 4.53vw solid transparent;
  border-bottom: 4.53vw solid transparent;
}
@media (min-width: 640px) {
  header a.cvbtn .left::after {
    right: -15px;
    border-left-width: 15px;
    border-top-width: 3.52vw;
    border-bottom-width: 3.52vw;
  }
}
@media (min-width: 768px) {
  header a.cvbtn .left::after {
    border-top-width: 27px;
    border-bottom-width: 27px;
  }
}
header a.cvbtn .left span {
  font-size: .875rem;
}
@media (min-width: 640px) {
  header a.cvbtn .left span {
    font-size: 1rem;
  }
}
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 20px 0 0;
    font-size: 1.25rem;
  }
}
*/

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

    main
*/
main {
  width: 100%;
}

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

    section01
*/

/* 20220302 ウクライナ対応 */

#sctn01 {
  width: 100%;
  height: 122.66vw;
  background: url("/donate/item_img/projectsupporter_mv-sp_20220302.jpg") center top no-repeat #000;
  background-size: contain;
  padding-top: 5.33vw;
}
@media (min-width: 640px) {
  #sctn01 {
    height: 63.48vw;
    background: url("/donate/item_img/projectsupporter_mv-pc_20220302.jpg") center bottom no-repeat #f8f8f8;
    background-size: cover;
    padding-top: 0;
  }
}

/*
#sctn01 {
  width: 100%;
  height: 122.66vw;
  background: url("/lp/chr/images/sctn01_bg_sp.jpg") center top no-repeat #fff;
  background-size: contain;
  padding-top: 5.33vw;
}
@media (min-width: 640px) {
  #sctn01 {
    height: 63.48vw;
    background: url("/lp/chr/images/sctn01_bg_pc.jpg") center bottom no-repeat #f8f8f8;
    background-size: cover;
    padding-top: 0;
  }
}
*/
@media (min-width: 1024px) {
  #sctn01 {
    height: 650px;
  }
}
@media (min-width: 640px) {
  #sctn01 .wrap {
    padding-top: 8.79vw;
    padding-left: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn01 .wrap {
    padding-top: 90px;
    padding-left: 60px;
  }
}
#sctn01 h1 {
  display: block;
  width: 94.67vw;
  height: 10.67vw;
  background: -moz-linear-gradient(left, rgba(236, 103, 0, 0) 0%, #ec6700 15%, #ec6700 85%, rgba(236, 103, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(236, 103, 0, 0) 0%, #ec6700 15%, #ec6700 85%, rgba(236, 103, 0, 0) 100%);
  background: linear-gradient(to right, rgba(236, 103, 0, 0) 0%, #ec6700 15%, #ec6700 85%, rgba(236, 103, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ec6700',endColorstr='#00ec6700',GradientType=1);
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 10.67vw;
}
@media (min-width: 640px) {
  #sctn01 h1 {
    width: 51.76vw;
    height: 3.91vw;
    font-size: 1.76vw;
    line-height: 3.91vw;
  }
}
@media (min-width: 1024px) {
  #sctn01 h1 {
    width: 530px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
  }
}
#sctn01 h2 {
  font-size: 1.875rem;
  font-weight: 600;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1.3;
  margin-top: 66vw;
}
@media (min-width: 640px) {
  #sctn01 h2 {
    width: 51.76vw;
    font-size: 4.3vw;
    margin-top: 4.88vw;
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  #sctn01 h2 {
    width: 530px;
    font-size: 44px;
    margin-top: 50px;
  }
}
#sctn01 h2 span {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/*
@media (min-width: 640px) {
  #sctn01 h2 span {
    font-size: 5.08vw;
  }
}
@media (min-width: 1024px) {
  #sctn01 h2 span {
    font-size: 52px;
  }
}
*/
#sctn01 h2 .red {
  color: #D00000;
}
#sctn01 p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 2.67vw;
}
@media (min-width: 640px) {
  #sctn01 p {
    width: 51.76vw;
    font-size: 2.15vw;
    margin-top: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn01 p {
    width: 530px;
    font-size: 22px;
    margin-top: 20px;
  }
}
#sctn01 p span {
  color: #D00000;
  font-weight: bold;
}
#sctn01 p span .large {
  font-size: 1.875rem;
}
@media (min-width: 640px) {
  #sctn01 p span .large {
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn01 p span .large {
    font-size: 34px;
  }
}
#sctn01 ul {
  width: 51.76vw;
  margin-top: 5.86vw;
}
@media (min-width: 1024px) {
  #sctn01 ul {
    width: 530px;
    margin-top: 60px;
  }
}
#sctn01 ul li {
  background: url("/lp/chr/images/sctn01_li_bg.png") center bottom no-repeat;
  background-size: contain;
  color: #303030;
  font-size: 1.95vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin: 0 .98vw;
  padding-top: 1.86vw;
}
@media (min-width: 640px) {
  #sctn01 ul li {
    width: 13.67vw;
    height: 13.67vw;
    font-size: 1.76vw;
    margin: 0 .98vw;
    padding-top: 2.73vw;
  }
}
@media (min-width: 1024px) {
  #sctn01 ul li {
    width: 140px;
    height: 140px;
    font-size: 18px;
    margin: 0 10px;
    padding-top: 28px;
  }
}
#sctn01 ul li span {
  color: #D00000;
}

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

    cv button01
*/
#cvbtn01 {
  background: #FAFAF0;
  padding: 4vw 0 5.33vw;
}
@media (min-width: 640px) {
  #cvbtn01 {
    padding: 1.95vw 0 2.44vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01 {
    padding: 20px 0 25px;
  }
}
#cvbtn01 p {
  color: #D00000;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #cvbtn01 p {
    font-size: 2.34vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01 p {
    font-size: 24px;
  }
}
#cvbtn01.rgotg a.rg {
  display: block;
  margin: 0 auto;
  width: 94.67vw;
  height: 21.33vw;
  background: #FF8833;
  background: -moz-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: -webkit-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: linear-gradient(to bottom, #FF8833 0%, #EC6700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8833',endColorstr='#EC6700',GradientType=0);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.13vw;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 640px) {
  #cvbtn01.rgotg a.rg {
    margin: 0 3.91vw 0 auto;
    width: 58.59vw;
    height: 9.77vw;
    border-radius: .98vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01.rgotg a.rg {
    width: 600px;
    height: 100px;
    border-radius: 10px;
    margin-right: 40px;
  }
}
#cvbtn01.rgotg a.rg::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #EC6700;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 1vw;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 640px) {
  #cvbtn01.rgotg a.rg::after {
    font-size: 2.93vw;
    padding-left: .39vw;
    line-height: 3.91vw;
    width: 3.91vw;
    height: 3.91vw;
    right: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01.rgotg a.rg::after {
    font-size: 30px;
    padding-left: 4px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    right: 30px;
  }
}
#cvbtn01.rgotg a.rg .left {
  margin: .8vw 0 .8vw .8vw;
  width: 30.67vw;
  height: 19.73vw;
  background: #fff;
  border-top-left-radius: 1.6vw;
  border-bottom-left-radius: 1.6vw;
  color: #EC6700;
  font-size: .875rem;
  text-align: right;
  padding-top: 4vw;
  position: relative;
}
@media (min-width: 640px) {
  #cvbtn01.rgotg a.rg .left {
    margin: .29vw 0 .29vw .29vw;
    width: 16.89vw;
    height: 9.18vw;
    border-top-left-radius: .78vw;
    border-bottom-left-radius: .78vw;
    font-size: 1.95vw;
    padding-top: 1.46vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01.rgotg a.rg .left {
    margin: 3px 0 3px 3px;
    width: 173px;
    height: 94px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 20px;
    padding-top: 15px;
  }
}
#cvbtn01.rgotg a.rg .left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4vw;
  width: 0;
  height: 0;
  border-left: 4vw solid #fff;
  border-top: 9.87vw solid transparent;
  border-bottom: 9.87vw solid transparent;
}
@media (min-width: 640px) {
  #cvbtn01.rgotg a.rg .left::after {
    right: -1.95vw;
    border-left-width: 1.95vw;
    border-top-width: 4.59vw;
    border-bottom-width: 4.59vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01.rgotg a.rg .left::after {
    right: -20px;
    border-left-width: 20px;
    border-top-width: 47px;
    border-bottom-width: 47px;
  }
}
#cvbtn01.rgotg a.rg .left span {
  font-size: 1.5rem;
}
@media (min-width: 640px) {
  #cvbtn01.rgotg a.rg .left span {
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01.rgotg a.rg .left span {
    font-size: 34px;
  }
}
#cvbtn01.rgotg a.rg .right {
  text-align: center;
  padding: 0 6vw 0 0;
  font-size: 1.25rem;
  line-height: 1;
        /*.sub {
          font-size: .625rem;

          @include sm {
            font-size: 1.37vw;
          }

          @include lg {
            font-size: 14px;
          }
        }*/
}
@media (min-width: 640px) {
  #cvbtn01.rgotg a.rg .right {
    padding: 0 11.72vw 0 4.88vw;
    font-size: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01.rgotg a.rg .right {
    padding: 0 120px 0 50px;
    font-size: 30px;
  }
}
#cvbtn01.rgotg a.rg .right .yellow {
  color: #FFF788;
}
#cvbtn01.rgotg a.otg {
  display: block;
  margin: 5.33vw auto 0;
  width: 94.67vw;
  height: 21.33vw;
  background: #86BC23;
  background: -moz-linear-gradient(top, #86BC23 0%, #74A31C 100%);
  background: -webkit-linear-gradient(top, #86BC23 0%, #74A31C 100%);
  background: linear-gradient(to bottom, #86BC23 0%, #74A31C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86BC23',endColorstr='#74A31C',GradientType=0);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.13vw;
  position: relative;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 6.67vw 10vw 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
      /*.sub {
        font-size: .625rem;

        @include sm {
          font-size: 1.37vw;
        }

        @include lg {
          font-size: 14px;
        }
      }*/
}
@media (min-width: 640px) {
  #cvbtn01.rgotg a.otg {
    margin: 0 auto 0 0;
    width: 35.16vw;
    height: 9.77vw;
    border-radius: .98vw;
    padding: 2.93vw 5.86vw 0 0;
    font-size: 2.34vw;
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  #cvbtn01.rgotg a.otg {
    width: 360px;
    height: 100px;
    border-radius: 10px;
    padding: 30px 60px 0 0;
    font-size: 24px;
  }
}
#cvbtn01.rgotg a.otg::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #74A31C;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 1vw;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 640px) {
  #cvbtn01.rgotg a.otg::after {
    font-size: 2.93vw;
    padding-left: .39vw;
    line-height: 3.91vw;
    width: 3.91vw;
    height: 3.91vw;
    right: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01.rgotg a.otg::after {
    font-size: 30px;
    padding-left: 4px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    right: 30px;
  }
}
#cvbtn01.rgotg aside {
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  margin-top: 4vw;
}
@media (min-width: 640px) {
  #cvbtn01.rgotg aside {
    font-size: 1.56vw;
    margin-top: 1.46vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn01.rgotg aside {
    font-size: 16px;
    margin-top: 15px;
  }
}
#cvbtn01.rgonly a {
  display: block;
  margin: 2.67vw auto 0;
  width: 94.67vw;
  height: 21.33vw;
  background: #FF8833;
  background: -moz-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: -webkit-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: linear-gradient(to bottom, #FF8833 0%, #EC6700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8833',endColorstr='#EC6700',GradientType=0);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.13vw;
  position: relative;
  color: #fff;
  font-weight: 700;
}
/*
#cvbtn01.rgonly a {
  display: block;
  margin: 2.67vw auto 0;
  width: 94.67vw;
  height: 21.33vw;
  background: #FF8833;
  background: -moz-linear-gradient(top, #86BC23 0%, #74A31C 100%);
  background: -webkit-linear-gradient(top, #86BC23 0%, #74A31C 100%);
  background: linear-gradient(to bottom, #86BC23 0%, #74A31C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86BC23',endColorstr='#74A31C',GradientType=0);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.13vw;
  position: relative;
  color: #fff;
  font-weight: 700;
}
*/
@media (min-width: 640px) {
  #cvbtn01.rgonly a {
    margin-top: 10px;
    max-width: 700px;
    height: 100px;
    border-radius: 10px;
  }
}
#cvbtn01.rgonly a::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #F77F1B;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 1vw;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
/*
#cvbtn01.rgonly a::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #74A31C;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 1vw;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
*/
@media (min-width: 640px) {
  #cvbtn01.rgonly a::after {
    font-size: 30px;
    padding-left: 4px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    right: 30px;
  }
}
#cvbtn01.rgonly a .left {
  margin: .8vw 0 .8vw .8vw;
  width: 30.67vw;
  height: 19.73vw;
  background: #fff;
  border-top-left-radius: 1.6vw;
  border-bottom-left-radius: 1.6vw;
  color: #F06521;
  font-size: .875rem;
  text-align: right;
  padding-top: 4vw;
  position: relative;
}
/*
#cvbtn01.rgonly a .left {
  margin: .8vw 0 .8vw .8vw;
  width: 32vw;
  height: 19.73vw;
  background: #fff;
  border-top-left-radius: 1.6vw;
  border-bottom-left-radius: 1.6vw;
  color: #74A31C;
  font-size: .875rem;
  text-align: right;
  padding-top: 4vw;
  position: relative;
}
*/
@media (min-width: 640px) {
  #cvbtn01.rgonly a .left {
    margin: 3px 0 3px 3px;
    width: 173px;
    height: 94px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 20px;
    padding-top: 15px;
  }
}
#cvbtn01.rgonly a .left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4vw;
  width: 0;
  height: 0;
  border-left: 4vw solid #fff;
  border-top: 9.87vw solid transparent;
  border-bottom: 9.87vw solid transparent;
}
@media (min-width: 640px) {
  #cvbtn01.rgonly a .left::after {
    right: -20px;
    border-left-width: 20px;
    border-top-width: 47px;
    border-bottom-width: 47px;
  }
}
#cvbtn01.rgonly a .left span {
  font-size: 1.4rem;
}
@media (min-width: 640px) {
  #cvbtn01.rgonly a .left span {
    font-size: 34px;
  }
}
#cvbtn01.rgonly a .right {
  text-align: center;
  padding: 0 7.2vw 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 640px) {
  #cvbtn01.rgonly a .right {
    padding: 0 70px 0 20px;
    font-size: 30px;
  }
}
#cvbtn01.rgonly a .right .yellow {
  color: #FFF788;
}
#cvbtn01.rgonly a .right .sub {
  font-size: .625rem;
}
@media (min-width: 640px) {
  #cvbtn01.rgonly a .right .sub {
    font-size: 14px;
  }
}

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

    section02
*/
#sctn02 {
  background: #f8f8f8;
  text-align: justify;
}
#sctn02 .block01 {
  padding: 12vw 0 8vw;
}
@media (min-width: 640px) {
  #sctn02 .block01 {
    padding: 80px 0;
  }
}
#sctn02 .block01 .wrap {
  max-width: 840px;
}
#sctn02 .block01 h3 {
  color: #EC6700;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "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) {
  #sctn02 .block01 h3 {
    font-size: 30px;
    border-left-width: 8px;
    padding-left: 1rem;
  }
}
#sctn02 .block01 figcaption {
  background: #ffe1cc;
  font-size: .875rem;
  font-weight: 700;
  padding: 2.67vw;
}
@media (min-width: 640px) {
  #sctn02 .block01 figcaption {
    padding: 20px;
  }
}
#sctn02 .block01 dt {
  font-weight: 700;
}
#sctn02 .block01 .highlight {
  background: #fffeae;
  color: #333;
}
#sctn02 .block01 .movie {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
}
#sctn02 .block01 .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
#sctn02 .block01 .joint {
  background: #004369;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn02 .block01 .joint {
    font-size: 36px;
  }
}

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

    section03c
*/
#sctn03c {
  padding: 0;
}
@media (min-width: 640px) {
  #sctn03c {
    background: #C00000;
    background: -moz-linear-gradient(left, #C00000 0%, #C00000 50%, #00ACCA 50%, #00ACCA 100%);
    background: -webkit-linear-gradient(left, #C00000 0%, #C00000 50%, #00ACCA 50%, #00ACCA 100%);
    background: linear-gradient(to right, #C00000 0%, #C00000 50%, #00ACCA 50%, #00ACCA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00000',endColorstr='#00ACCA',GradientType=1);
    padding: 5.86vw 0 7.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn03c {
    padding: 60px 0 75px;
  }
}
#sctn03c h3 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn03c h3 {
    font-size: 4.6875vw;
  }
}
@media (min-width: 1024px) {
  #sctn03c h3 {
    font-size: 48px;
  }
}
#sctn03c h3 .svgtitle {
  display: block;
  width: 69.33vw;
  margin: 0 auto;
}
@media (min-width: 640px) {
  #sctn03c h3 .svgtitle {
    display: none;
  }
}
#sctn03c .subtitle {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background: #C00000;
  background: -moz-linear-gradient(left, #C00000 0%, #00ACCA 100%);
  background: -webkit-linear-gradient(left, #C00000 0%, #00ACCA 100%);
  background: linear-gradient(to right, #C00000 0%, #00ACCA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00000',endColorstr='#00ACCA',GradientType=1);
  border-radius: 5.33vw;
  width: 89.33vw;
  height: 10.67vw;
  line-height: 10.67vw;
  margin: 5.33vw auto 0;
}
@media (min-width: 640px) {
  #sctn03c .subtitle {
    color: #505050;
    font-size: 2.93vw;
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0%, #fff 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#fff',GradientType=1);
    border-radius: 50%;
    width: 29.3vw;
    height: 29.3vw;
    line-height: 29.3vw;
    margin: 5.86vw auto 0;
  }
}
@media (min-width: 1024px) {
  #sctn03c .subtitle {
    font-size: 30px;
    width: 300px;
    height: 300px;
    line-height: 300px;
    margin: 60px auto 0;
  }
}
#sctn03c .wrap01 {
  position: relative;
  margin-top: 0;
  padding: 0 2.67vw;
  color: #fff;
}
@media (min-width: 640px) {
  #sctn03c .wrap01 {
    margin-top: -31.25vw;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #sctn03c .wrap01 {
    margin-top: -320px;
  }
}
#sctn03c .wrap01 .left {
  width: 100%;
  margin: 5.33vw 0 0;
  padding: 5.33vw;
  text-align: center;
  background: #C00000;
}
@media (min-width: 640px) {
  #sctn03c .wrap01 .left {
    width: 29.3vw;
    margin: 0 17.58vw 0 0;
    padding: 0;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  #sctn03c .wrap01 .left {
    width: 300px;
    margin-right: 180px;
  }
}
#sctn03c .wrap01 .left h6 {
  color: #C00000;
}
#sctn03c .wrap01 .left p {
  text-align: justify;
}
@media (min-width: 640px) {
  #sctn03c .wrap01 .left p {
    text-align: right;
  }
}
#sctn03c .wrap01 .right {
  width: 100%;
  margin: 5.33vw 0 0;
  padding: 5.33vw;
  text-align: center;
  background: #00ACCA;
}
@media (min-width: 640px) {
  #sctn03c .wrap01 .right {
    width: 29.3vw;
    margin: 0 0 0 17.58vw;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  #sctn03c .wrap01 .right {
    width: 300px;
    margin-left: 180px;
  }
}
#sctn03c .wrap01 .right h6 {
  color: #00ACCA;
}
#sctn03c .wrap01 .right p {
  text-align: justify;
}
@media (min-width: 640px) {
  #sctn03c .wrap01 .right p {
    text-align: left;
  }
}
#sctn03c .wrap01 h5 {
  font-size: 1.375rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  #sctn03c .wrap01 h5 {
    font-size: 2.05vw;
  }
}
@media (min-width: 1024px) {
  #sctn03c .wrap01 h5 {
    font-size: 21px;
  }
}
#sctn03c .wrap01 h6 {
  font-size: 1.25rem;
  font-weight: 700;
  height: 10.67vw;
  line-height: 10.67vw;
  background: #fff;
  border-radius: 5.33vw;
  margin-top: 5.33vw;
}
#sctn03c .wrap01 figure {
  position: relative;
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  #sctn03c .wrap01 figure {
    margin-top: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn03c .wrap01 figure {
    margin-top: 20px;
  }
}
#sctn03c .wrap01 p {
  font-size: 1rem;
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  #sctn03c .wrap01 p {
    font-size: 1.56vw;
    margin-top: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn03c .wrap01 p {
    font-size: 16px;
    margin-top: 20px;
  }
}
#sctn03c .wrap02 {
  margin-top: 5.33vw;
  background: #C00000;
  background: -moz-linear-gradient(left, #C00000 0%, #C00000 50%, #00ACCA 50%, #00ACCA 100%);
  background: -webkit-linear-gradient(left, #C00000 0%, #C00000 50%, #00ACCA 50%, #00ACCA 100%);
  background: linear-gradient(to right, #C00000 0%, #C00000 50%, #00ACCA 50%, #00ACCA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00000',endColorstr='#00ACCA',GradientType=1);
  position: relative;
  padding: 6.67vw 2.67vw 5.33vw;
}
@media (min-width: 640px) {
  #sctn03c .wrap02 {
    margin-top: 3.91vw;
    background: none;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #sctn03c .wrap02 {
    margin-top: 40px;
  }
}
#sctn03c .wrap02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 2.67vw 0 2.67vw;
  border-color: #fff transparent transparent transparent;
}
@media (min-width: 640px) {
  #sctn03c .wrap02::before {
    border: none;
  }
}
#sctn03c .wrap02 p {
  background: #fff;
  padding: 5.33vw;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 640px) {
  #sctn03c .wrap02 p {
    background: none;
    padding: 0;
    color: #fff;
    font-size: 2.34vw;
  }
}
@media (min-width: 1024px) {
  #sctn03c .wrap02 p {
    font-size: 24px;
  }
}
#sctn03c .wrap03 {
  margin-top: 1.95vw;
  font-size: 1.37vw;
}
@media (min-width: 1024px) {
  #sctn03c .wrap03 {
    margin-top: 20px;
    font-size: 14px;
  }
}
#sctn03c .wrap03 .left {
  position: relative;
  width: calc(50% - 2.44vw);
  height: 8.79vw;
  margin-right: 2.44vw;
  padding-right: 3.42vw;
  background: #fff;
}
@media (min-width: 1024px) {
  #sctn03c .wrap03 .left {
    width: calc(50% - 25px);
    height: 90px;
    margin-right: 25px;
    padding-right: 35px;
  }
}
#sctn03c .wrap03 .left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2.44vw;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.39vw 0 4.39vw 2.44vw;
  border-color: transparent transparent transparent #fff;
}
@media (min-width: 1024px) {
  #sctn03c .wrap03 .left::after {
    right: -25px;
    border-width: 45px 0 45px 25px;
  }
}
#sctn03c .wrap03 .left p {
  margin-left: auto;
  text-align: right;
}
#sctn03c .wrap03 .right {
  position: relative;
  width: calc(50% - 2.44vw);
  height: 8.79vw;
  margin-left: 2.44vw;
  padding-left: 3.42vw;
  background: #fff;
}
@media (min-width: 1024px) {
  #sctn03c .wrap03 .right {
    width: calc(50% - 25px);
    height: 90px;
    margin-left: 25px;
    padding-left: 35px;
  }
}
#sctn03c .wrap03 .right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.44vw;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.39vw 2.44vw 4.39vw 0;
  border-color: transparent #fff transparent transparent;
}
@media (min-width: 1024px) {
  #sctn03c .wrap03 .right::before {
    left: -25px;
    border-width: 45px 25px 45px 0;
  }
}
#sctn03c .wrap03 p {
  width: 41.02vw;
}
@media (min-width: 1024px) {
  #sctn03c .wrap03 p {
    width: 420px;
  }
}

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

    section03a
*/
#sctn03a {
  text-align: justify;
  background: #E4E1DD;
  background: -moz-linear-gradient(left, #E4E1DD 0%, #ffffff 50%, #E4E1DD 100%);
  background: -webkit-linear-gradient(left, #E4E1DD 0%, #ffffff 50%, #E4E1DD 100%);
  background: linear-gradient(to right, #E4E1DD 0%, #ffffff 50%, #E4E1DD 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E1DD',endColorstr='#E4E1DD',GradientType=1);
  padding-top: 10vw;
}
@media (min-width: 640px) {
  #sctn03a {
    padding-top: 7.81vw;
  }
}
@media (min-width: 1024px) {
  #sctn03a {
    padding-top: 80px;
  }
}
#sctn03a .block01 h3 {
  background: #0067A4;
  background: -moz-linear-gradient(left, rgba(236, 103, 0, 0) 0%, #ec6700 25%, #ec6700 75%, rgba(236, 103, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(236, 103, 0, 0) 0%, #ec6700 25%, #ec6700 75%, rgba(236, 103, 0, 0) 100%);
  background: linear-gradient(to right, rgba(236, 103, 0, 0) 0%, #ec6700 25%, #ec6700 75%, rgba(236, 103, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000067A4',endColorstr='#000067A4',GradientType=1);
  padding: 4.8vw 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  #sctn03a .block01 h3 {
    padding: 1.76vw 0;
    font-size: 2.73vw;
  }
}
@media (min-width: 1024px) {
  #sctn03a .block01 h3 {
    padding: 18px 0;
    font-size: 28px;
  }
}
#sctn03a .block01 h3 span::after {
  content: "";
  position: absolute;
  width: 13.33vw;
  height: 13.33vw;
  line-height: 13.33vw;
  border-radius: 50%;
  color: #fff;
  font-size: .875rem;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}
@media (min-width: 640px) {
  #sctn03a .block01 h3 span::after {
    width: 9.77vw;
    height: 9.77vw;
    line-height: 9.77vw;
    font-size: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn03a .block01 h3 span::after {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
  }
}
#sctn03a .block01 .wrap {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 15%, white 85%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 15%, white 85%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 15%, white 85%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);
  padding-bottom: 10.67vw;
  max-width: 1000px;
}
@media (min-width: 640px) {
  #sctn03a .block01 .wrap {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
#sctn03a .block01 h4 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn03a .block01 h4 {
    font-size: 24px;
  }
}
#sctn03a .block01 h4 span {
  font-size: 1rem;
}
@media (min-width: 640px) {
  #sctn03a .block01 h4 span {
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  #sctn03a .block01 ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#sctn03a .block01 ul li {
  padding-left: 2.67vw;
  position: relative;
  /*img {
    border-radius: 2.13vw;
    
    @include sm {
      border-radius: 8px;
    }
  }*/
}
@media (min-width: 640px) {
  #sctn03a .block01 ul li {
    padding-left: 0;
    width: 46%;
  }
}
#sctn03a .block01 ul li::before {
  content: "";
  position: absolute;
  top: -8vw;
  left: 0;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  line-height: 16vw;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn03a .block01 ul li::before {
    top: -40px;
    left: -20px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 1.125rem;
  }
}
#sctn03a .block01 ul li h5 {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn03a .block01 ul li h5 {
    font-size: 22px;
  }
}
#sctn03a .block01 ul li h5 span {
  font-size: 1.875rem;
}
@media (min-width: 640px) {
  #sctn03a .block01 ul li h5 span {
    font-size: 30px;
  }
}
#sctn03a .block01 ul li p {
  font-size: 1rem;
}
#sctn03a .block01 ul li:nth-child(1)::before {
  content: "衛生";
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(202, 196, 187, 0.5);
  color: #505050;
}
#sctn03a .block01 ul li:nth-child(1) h5 span {
  color: #BB4152;
}
#sctn03a .block01 ul li:nth-child(2)::before {
  content: "水";
  background: rgba(0, 172, 202, 0.75);
}
#sctn03a .block01 ul li:nth-child(2) h5 span {
  color: #CDCA01;
}
#sctn03a .block01 ul li:nth-child(3)::before {
  content: "水";
  background: rgba(0, 172, 202, 0.75);
}
#sctn03a .block01 ul li:nth-child(3) h5 span {
  color: #CDCA01;
}
#sctn03a .block01 ul li:nth-child(4)::before {
  content: "教育";
  background: rgba(236, 103, 0, 0.9);
}
#sctn03a .block01 ul li:nth-child(4) h5 span {
  color: #CDCA01;
}
#sctn03a .block02 {
  padding: 22.67vw 0 10.67vw;
  position: relative;
}
@media (min-width: 640px) {
  #sctn03a .block02 {
    padding: 160px 0 85px;
  }
}
#sctn03a .block02::before {
  content: "";
  position: absolute;
  top: 8vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: solid 9.33vw #EC6700;
  border-right: solid 14.13vw transparent;
  border-bottom: solid 9.33vw transparent;
  border-left: solid 14.13vw transparent;
}
@media (min-width: 640px) {
  #sctn03a .block02::before {
    top: 60px;
    border-top: solid 50px #EC6700;
    border-right: solid 75px transparent;
    border-bottom: solid 50px transparent;
    border-left: solid 75px transparent;
  }
}
#sctn03a .block02 p:nth-child(1) {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  #sctn03a .block02 p:nth-child(1) {
    font-size: 2.73vw;
    line-height: 2;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #sctn03a .block02 p:nth-child(1) {
    font-size: 28px;
  }
}
#sctn03a .block02 p:nth-child(2) {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  #sctn03a .block02 p:nth-child(2) {
    font-size: 2.73vw;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #sctn03a .block02 p:nth-child(2) {
    font-size: 28px;
  }
}
#sctn03a .block02 p:nth-child(2) span {
  color: #EC6700;
  font-size: 1.25rem;
  background: linear-gradient(transparent 80%, #FFF788 80%);
}
@media (min-width: 640px) {
  #sctn03a .block02 p:nth-child(2) span {
    font-size: 3.52vw;
  }
}
@media (min-width: 1024px) {
  #sctn03a .block02 p:nth-child(2) span {
    font-size: 36px;
  }
}
#sctn03a .block03 {
  width: 100%;
  height: 155.73vw;
  background: url("/lp/chr/images/sctn03a_blk03_bg_sp.jpg") center top no-repeat #fff;
  background-size: 100vw auto;
  position: relative;
}
@media (min-width: 640px) {
  #sctn03a .block03 {
    height: 41.41vw;
    background: url("/lp/chr/images/sctn03a_blk03_bg_pc.jpg") center center no-repeat #999;
    background-size: auto 41.41vw;
  }
}
@media (min-width: 1280px) {
  #sctn03a .block03 {
    height: 530px;
    background-size: auto 530px;
  }
}
@media (min-width: 640px) {
  #sctn03a .block03::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-top: solid 50px #EC6700;
    border-right: solid 75px transparent;
    border-bottom: solid 50px transparent;
    border-left: solid 75px transparent;
  }
}
#sctn03a .block03 .wrap {
  padding-top: 75.73vw;
}
@media (min-width: 640px) {
  #sctn03a .block03 .wrap {
    padding-top: 6.25vw;
    padding-left: 10.93vw;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  #sctn03a .block03 .wrap {
    padding-top: 80px;
    padding-left: 20px;
    max-width: 1040px;
  }
}
#sctn03a .block03 .inner {
  width: 89.33vw;
  height: 67.73vw;
  background: url("/lp/chr/images/sctn03a_blk03_sp.svg") center center no-repeat;
  background-size: contain;
  margin: 0 auto;
}
@media (min-width: 640px) {
  #sctn03a .block03 .inner {
    width: 49.22vw;
    height: 28.91vw;
    background: url("/lp/chr/images/sctn03a_blk03_pc.svg") center center no-repeat rgba(255, 255, 255, 0.9);
    background-size: 82.54% auto;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  #sctn03a .block03 .inner {
    width: 630px;
    height: 370px;
  }
}
#sctn03a .block04 {
  background: #cac4bb;
  background: -moz-linear-gradient(left, #cac4bb 0%, #ffffff 30%, #ffffff 70%, #cac4bb 100%);
  background: -webkit-linear-gradient(left, #cac4bb 0%, #ffffff 30%, #ffffff 70%, #cac4bb 100%);
  background: linear-gradient(to right, #cac4bb 0%, #ffffff 30%, #ffffff 70%, #cac4bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cac4bb',endColorstr='#cac4bb',GradientType=1);
  position: relative;
  padding: 12vw 0 8vw;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 640px) {
  #sctn03a .block04 {
    padding: 9.77vw 0 7.81vw;
  }
}
@media (min-width: 1024px) {
  #sctn03a .block04 {
    padding: 100px 0 80px;
  }
}
/*
#sctn03a .block04::before {
  content: "";
  position: absolute;
  top: -4.53vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: solid 9.33vw #EC6700;
  border-right: solid 14.13vw transparent;
  border-bottom: solid 9.33vw transparent;
  border-left: solid 14.13vw transparent;
}
*/
/*
@media (min-width: 640px) {
  #sctn03a .block04::before {
    top: -25px;
    border-top: solid 50px #EC6700;
    border-right: solid 75px transparent;
    border-bottom: solid 50px transparent;
    border-left: solid 75px transparent;
  }
}
*/
#sctn03a .block04 p:nth-child(1) {
  font-size: 1.25rem;
}
@media (min-width: 640px) {
  #sctn03a .block04 p:nth-child(1) {
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn03a .block04 p:nth-child(1) {
    font-size: 34px;
  }
}
#sctn03a .block04 p:nth-child(1) span {
  font-size: 1.5rem;
}
@media (min-width: 640px) {
  #sctn03a .block04 p:nth-child(1) span {
    font-size: 3.91vw;
  }
}
@media (min-width: 1024px) {
  #sctn03a .block04 p:nth-child(1) span {
    font-size: 40px;
  }
}
#sctn03a .block04 p:nth-child(2) {
  font-size: 1.25rem;
}
@media (min-width: 640px) {
  #sctn03a .block04 p:nth-child(2) {
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn03a .block04 p:nth-child(2) {
    font-size: 34px;
  }
}
#sctn03a .block04 .under {
  background: linear-gradient(transparent 80%, #FFF788 80%);
  color: #EC6700;
}

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

    cv button02
*/
#cvbtn02 {
  background: #cac4bb;
  background: -moz-linear-gradient(left, #cac4bb 0%, #ffffff 30%, #ffffff 70%, #cac4bb 100%);
  background: -webkit-linear-gradient(left, #cac4bb 0%, #ffffff 30%, #ffffff 70%, #cac4bb 100%);
  background: linear-gradient(to right, #cac4bb 0%, #ffffff 30%, #ffffff 70%, #cac4bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cac4bb',endColorstr='#cac4bb',GradientType=1);
  padding: 0 0 10.67vw;
}
@media (min-width: 640px) {
  #cvbtn02 {
    padding: 0 0 9.77vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn02 {
    padding: 0 0 100px;
  }
}
#cvbtn02 p {
  color: #C1272D;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #cvbtn02 p {
    font-size: 24px;
  }
}
#cvbtn02 a {
  display: block;
  margin: 2.67vw auto 0;
  width: 94.67vw;
  height: 21.33vw;
  background: #FF8833;
  background: -moz-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: -webkit-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: linear-gradient(to bottom, #FF8833 0%, #EC6700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8833',endColorstr='#EC6700',GradientType=0);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.13vw;
  position: relative;
  color: #fff;
  font-weight: 700;
}
/*
#cvbtn02 a {
  display: block;
  margin: 2.67vw auto 0;
  width: 94.67vw;
  height: 21.33vw;
  background: #FF8833;
  background: -moz-linear-gradient(top, #86BC23 0%, #74A31C 100%);
  background: -webkit-linear-gradient(top, #86BC23 0%, #74A31C 100%);
  background: linear-gradient(to bottom, #86BC23 0%, #74A31C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86BC23',endColorstr='#74A31C',GradientType=0);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.13vw;
  position: relative;
  color: #fff;
  font-weight: 700;
}
*/
@media (min-width: 640px) {
  #cvbtn02 a {
    margin-top: 10px;
    max-width: 700px;
    height: 100px;
    border-radius: 10px;
  }
}
#cvbtn02 a::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #F77F1B;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 1vw;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
/*
#cvbtn02 a::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #74A31C;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 1vw;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #fff;
  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: 30px;
    padding-left: 4px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    right: 30px;
  }
}
#cvbtn02 a .left {
  margin: .8vw 0 .8vw .8vw;
  width: 30.67vw;
  height: 19.73vw;
  background: #fff;
  border-top-left-radius: 1.6vw;
  border-bottom-left-radius: 1.6vw;
  color: #F06521;
  font-size: .875rem;
  text-align: right;
  padding-top: 4vw;
  position: relative;
}
/*
#cvbtn02 a .left {
  margin: .8vw 0 .8vw .8vw;
  width: 32vw;
  height: 19.73vw;
  background: #fff;
  border-top-left-radius: 1.6vw;
  border-bottom-left-radius: 1.6vw;
  color: #74A31C;
  font-size: .875rem;
  text-align: right;
  padding-top: 4vw;
  position: relative;
}
*/
@media (min-width: 640px) {
  #cvbtn02 a .left {
    margin: 3px 0 3px 3px;
    width: 173px;
    height: 94px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 20px;
    padding-top: 15px;
  }
}
#cvbtn02 a .left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4vw;
  width: 0;
  height: 0;
  border-left: 4vw solid #fff;
  border-top: 9.87vw solid transparent;
  border-bottom: 9.87vw solid transparent;
}
@media (min-width: 640px) {
  #cvbtn02 a .left::after {
    right: -20px;
    border-left-width: 20px;
    border-top-width: 47px;
    border-bottom-width: 47px;
  }
}
#cvbtn02 a .left span {
  font-size: 1.4rem;
}
@media (min-width: 640px) {
  #cvbtn02 a .left span {
    font-size: 34px;
  }
}
#cvbtn02 a .right {
  text-align: center;
  padding: 0 7.2vw 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 640px) {
  #cvbtn02 a .right {
    padding: 0 70px 0 20px;
    font-size: 30px;
  }
}
#cvbtn02 a .right .yellow {
  color: #FFF788;
}
#cvbtn02 a .right .sub {
  font-size: .625rem;
}
@media (min-width: 640px) {
  #cvbtn02 a .right .sub {
    font-size: 14px;
  }
}

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

    section04
*/
#sctn04 {
  text-align: justify;
  /*.block03 {
    position: relative;
    width: 89.33vw;
    margin: 17.33vw auto 0;
    background: #F8FCFC;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25);
    border-radius: 2.67vw;
    padding: 12vw 0 8vw;
    
    @include sm {
      width: 87.89vw;
      max-width: 900px;
      margin-top: 9.77vw;
      border-radius: 1.95vw;
      padding: 7.81vw 0 5.86vw;
    }
    
    @include lg {
      margin-top: 100px;
      border-radius: 20px;
      padding: 80px 0 60px;
    }
    
    h3 {
      position: absolute;
      top: -6.67vw;
      left: 0;
      right: 0;
      margin: auto;
      width: 84vw;
      height: 13.33vw;
      line-height: 13.33vw;
      background: #0067A4;
      color: #fff;
      font-weight: 700;
      text-align: center;
      
      @include sm {
        top: -3.91vw;
        width: 78.125vw;
        height: 7.8125vw;
        line-height: 7.8125vw;
        font-size: 3.32vw;
      }
      
      @include lg {
        top: -40px;
        width: 800px;
        height: 80px;
        line-height: 80px;
        font-size: 2.125rem;
      }
    }
    
    p {
      font-weight: 500;
      text-align: center;
      
      @include sm {
        font-size: 1.76vw;
      }
      
      @include lg {
        font-size: 1.125rem;
      }
    }
    
    .chart-wrap {
      position: relative;
      width: 70vw;
      height: 70vw;
      margin: 5.33vw auto 0;
      
      @include sm {
        width: 29.3vw;
        height: 29.3vw;
        margin: 4.39vw 0 0 9.77vw;
      }
      
      @include lg {
        width: 300px;
        height: 300px;
        margin: 45px 0 0 100px;
      }
      
      .chart-container {
        position: relative;
        z-index: 2;
      }
      
      aside {
        position: absolute;
        z-index: 1;
        width: 30vw;
        height: 30vw;
        top: 28.27vw;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
      
        @include sm {
          width: 12.89vw;
          height: 12.89vw;
          top: 11.72vw;
          font-size: 1.76vw;
        }

        @include lg {
          width: 132px;
          height: 132px;
          top: 120px;
          font-size: 1.125rem;
        }
        
        small {
          font-size: .75rem;

          @include sm {
            font-size: 1.37vw;
          }

          @include lg {
            font-size: .875rem;
          }
        }
      }
    }
    
    ul {
      margin: 5.33vw 0 0 9.07vw;
      
      @include sm {
        margin: 6.05vw 0 0 5.86vw;
      }
      
      @include lg {
        margin: 62px 0 0 60px;
      }
      
      li {
        font-weight: 500;
        line-height: 2;
        
        @include sm {
          font-size: 1.76vw;
        }
        
        @include lg {
          font-size: 1.125rem;
        }
        
        &::before {
          content: "";
          position: relative;
          display: inline-block;
          width: 4.8vw;
          height: 4.8vw;
          border-radius: 50%;
          margin-right: .5rem;
          top: .25rem;
          
          @include sm {
            width: 1.95vw;
            height: 1.95vw;
            margin-right: 1.56vw;
            top: .39vw;
          }
          
          @include lg {
            width: 20px;
            height: 20px;
            margin-right: 1rem;
            top: .25rem;
          }
        }
        
        &:nth-child(1)::before {
          background: #67DAAD;
        }
        
        &:nth-child(2)::before {
          background: #67D1DA;
        }
        
        &:nth-child(3)::before {
          background: #34B3E1;
        }
        
        &:nth-child(4)::before {
          background: #8D133E;
        }
        
        &:nth-child(5)::before {
          background: #E34E5A;
        }
        
        &:nth-child(6)::before {
          background: #FF9439;
        }
        
        &:nth-child(7)::before {
          background: #FFCC66;
        }
      }
    }
  }*/
  /*.block04b {
    position: relative;
    width: 89.33vw;
    margin: 20vw auto 0;
    background: #F3FAFC;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25);
    border-radius: 2.67vw;
    padding: 14.67vw 2.67vw 8vw;
    
    @include sm {
      width: 87.89vw;
      max-width: 900px;
      margin-top: 11.72vw;
      border-radius: 1.95vw;
      padding: 5.37vw 4.88vw;
    }
    
    @include lg {
      margin-top: 120px;
      border-radius: 20px;
      padding: 55px 50px;
    }
    
    h3 {
      position: absolute;
      top: -6.67vw;
      left: 0;
      right: 0;
      margin: auto;
      width: 84vw;
      height: 13.33vw;
      line-height: 13.33vw;
      background: #009DC0;
      color: #fff;
      font-weight: 700;
      text-align: center;
      border-radius: 2.67vw;
      
      @include sm {
        top: -3.91vw;
        width: 78.125vw;
        height: 7.8125vw;
        line-height: 7.8125vw;
        font-size: 3.32vw;
        border-radius: .98vw;
      }
      
      @include lg {
        top: -40px;
        width: 800px;
        height: 80px;
        line-height: 80px;
        font-size: 2.125rem;
        border-radius: 10px;
      }
    }
    
    h4 {
      background: #fff;
      width: 50vw;
      height: 10.67vw;
      line-height: 10.67vw;
      color: #009DC0;
      font-size: 1rem;
      font-weight: 700;
      text-align: center;
      margin: 0 auto;
      
      @include sm {
        width: 39.06vw;
        height: 7.81vw;
        line-height: 7.81vw;
        font-size: 2.93vw;
        margin-top: 3.91vw;
      }
      
      @include lg {
        width: 400px;
        height: 80px;
        line-height: 80px;
        font-size: 30px;
        margin-top: 40px;
      }
    }
    
    p {
      margin-top: 5.33vw;
      
      @include sm {
        margin-top: 2.93vw;
        font-size: 1.76vw;
      }
      
      @include lg {
        margin-top: 30px;
        font-size: 18px;
      }
    }
    
    aside {
      margin-top: 2.67vw;
      
      @include sm {
        margin-top: .98vw;
        font-size: 1.76vw;
        text-align: right;
      }
      
      @include lg {
        margin-top: 10px;
        font-size: 18px;
      }
    }
  
    dl {
      margin-top: 5.33vw;

      @include sm {
        margin-top: 3.91vw;
      }

      @include lg {
        margin-top: 40px;
      }

      dt {
        position: relative;
        padding: 2vw 2.67vw 2vw 12vw;
        font-weight: 700;
        cursor: pointer;
        background: #fff;
        border-radius: 5.33vw;
        min-height: 10.67vw;

        @include sm {
          padding: 1.56vw 0 1.56vw 6.45vw;
          font-size: 1.76vw;
          border-radius: 2.93vw;
          min-height: 5.86vw;
        }

        @include lg {
          padding: 16px 0 16px 66px;
          font-size: 18px;
          border-radius: 30px;
          min-height: 60px;
        }

        &::before {
          position: absolute;
          top: 1.33vw;
          left: 1.33vw;
          width: 8vw;
          height: 8vw;
          line-height: 8vw;
          background: #009DC0;
          border-radius: 4vw;
          content: "Ｑ";
          color: #fff;
          font-family: 'Noto Sans', sans-serif;
          font-size: 1rem;
          font-weight: 700;
          text-align: center;

          @include sm {
            top: .98vw;
            left: .98vw;
            width: 3.91vw;
            height: 3.91vw;
            line-height: 3.91vw;
            border-radius: 1.95vw;
            font-size: 1.95vw;
          }

          @include lg {
            top: 10px;
            left: 10px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 20px;
            font-size: 1.25rem;
          }
        }
      }

      dd {
        position: relative;
        margin-top: 4vw;
        padding: 0 1.33vw;
        font-size: 1rem;

        @include sm {
          margin-top: 1.95vw;
          padding: 0 .98vw;
          font-size: 1.76vw;
          display: block;
        }

        @include lg {
          margin-top: 20px;
          padding: 0 10px;
          font-size: 18px;
        }
      }

      &:nth-child(1) {
        margin-top: 5.33vw;

        @include sm {
          margin-top: 2.93vw;
        }

        @include lg {
          margin-top: 30px;
        }
      }
    }
    
  }*/
  /*.block05 {
    position: relative;
    width: 89.33vw;
    margin: 64vw auto 0;
    background: #fff;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25);
    border-radius: 2.67vw;
    padding: 5.33vw 4vw;
    
    @include sm {
      width: 87.89vw;
      max-width: 900px;
      margin-top: 20.51vw;
      border-radius: 1.95vw;
      padding: 3.91vw 2.93vw;
    }
    
    @include lg {
      margin-top: 210px;
      border-radius: 20px;
      padding: 40px 30px;
    }
    
    h3 {
      position: absolute;
      top: -50.67vw;
      left: 0;
      right: 0;
      margin: auto;
      width: 45.33vw;
      height: 45.33vw;
      background: #0290B9;
      color: #fff;
      font-size: 1.25rem;
      font-weight: 700;
      text-align: center;
      border-radius: 50%;
      line-height: 45.33vw;
      
      @include sm {
        top: -12.7vw;
        width: 100%;
        height: 8.79vw;
        line-height: 8.79vw;
        font-size: 3.32vw;
        padding-top: 0;
        border-radius: 4.39vw;
      }
      
      @include lg {
        top: -130px;
        height: 90px;
        line-height: 90px;
        font-size: 2.125rem;
        border-radius: 45px;
      }
    }
    
    li {

      h4 {
        position: relative;
        height: 9.33vw;
        line-height: 9.33vw;
        background: #0290B9;
        border-radius: 4.67vw;
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;

        @include sm {
          width: 9.77vw;
          height: 9.77vw;
          line-height: 1.3;
          border-radius: 50%;
          font-size: 1.95vw;
          padding-top: 2.25vw
        }

        @include lg {
          width: 100px;
          height: 100px;
          font-size: 1.25rem;
          padding-top: 23px;
        }

        &::after {
          @include sm {
            content: "";
            position: absolute;
            right: -2.93vw;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 0;
            height: 0;
            border-top: solid .98vw transparent;
            border-right: solid 1.95vw transparent;
            border-bottom: solid .98vw transparent;
            border-left: solid 1.95vw  #0290B9;
          }

          @include lg {
            right: -30px;
            border-top: solid 10px transparent;
            border-right: solid 20px transparent;
            border-bottom: solid 10px transparent;
            border-left: solid 20px #0290B9;
          }
        }      
      }

      p {
        margin-top: 2.67vw;
        font-size: 1rem;

        @include sm {
          margin-top: 0;
          font-size: 1.76vw;
          width: calc(100% - 13.67vw);
        }

        @include lg {
          font-size: 1.125rem;
          width: calc(100% - 140px);
        }

        span {
          color: #0290B9;
          font-size: .875rem;
          font-weight: 700;

          @include sm {
            font-size: 2.15vw;
          }

          @include lg {
            font-size: 1.375rem;
          }
        }
      }
      
      &:nth-child(1) {

        @include sm {
          padding: 0 .98vw 3.91vw;
          border-bottom: 3px dotted #bbb;
        }

        @include lg {
          padding: 0 10px 40px;
        }
      }
      
      &:nth-child(2) {
        margin-top: 5.33vw;

        @include sm {
          margin-top: 0;
          padding: 3.91vw .98vw;
          border-bottom: 3px dotted #bbb;
        }

        @include lg {
          padding: 40px 10px;
        }
      }
      
      &:nth-child(3) {
        margin-top: 5.33vw;

        @include sm {
          margin-top: 0;
          padding: 3.91vw .98vw 0;
        }

        @include lg {
          padding: 40px 10px 0;
        }
      }
    }
  }*/
}
#sctn04 .block01 {
  background: #E9DDEC;
  background: -moz-linear-gradient(left, #E9DDEC 0%, #ffffff 50%, #E9DDEC 100%);
  background: -webkit-linear-gradient(left, #E9DDEC 0%, #ffffff 50%, #E9DDEC 100%);
  background: linear-gradient(to right, #E9DDEC 0%, #ffffff 50%, #E9DDEC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9DDEC',endColorstr='#E9DDEC',GradientType=1);
  padding: 10.67vw 0;
}
@media (min-width: 640px) {
  #sctn04 .block01 {
    padding: 9.77vw 0;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block01 {
    padding: 40px 0 150px;
  }
}
#sctn04 .block01 h3 {
  color: #EC6700;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 640px) {
  #sctn04 .block01 h3 {
    font-size: 3.52vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block01 h3 {
    font-size: 36px;
  }
}
#sctn04 .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) {
  #sctn04 .block01 h4 {
    width: 87.89vw;
    height: 8.79vw;
    border-radius: 1.56vw;
    font-size: 3.71vw;
    line-height: 8.79vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block01 h4 {
    width: 900px;
    height: 90px;
    border-radius: 16px;
    font-size: 2.375rem;
    line-height: 90px;
  }
}
#sctn04 .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) {
  #sctn04 .block01 h4::after {
    bottom: -40px;
    border-top: solid 20px #EC6700;
    border-right: solid 20px transparent;
    border-bottom: solid 20px transparent;
    border-left: solid 20px transparent;
  }
}
#sctn04 .block01 p {
  font-weight: 700;
  line-height: 1.75;
  padding: 0 5.33vw;
}
@media (min-width: 640px) {
  #sctn04 .block01 p {
    font-size: 2.15vw;
    text-align: center;
    line-height: 2;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block01 p {
    font-size: 22px;
  }
}
#sctn04 .block01 p .under {
  background: linear-gradient(transparent 75%, #FFF788 75%);
  color: #EC6700;
  font-size: 1.125rem;
}
@media (min-width: 640px) {
  #sctn04 .block01 p .under {
    font-size: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block01 p .under {
    font-size: 1.875rem;
  }
}
#sctn04 .block02 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) {
  #sctn04 .block02 h3 {
    height: 11.23vw;
    line-height: 11.23vw;
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 h3 {
    height: 115px;
    line-height: 115px;
    font-size: 2.125rem;
  }
}
#sctn04 .block02 h3::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) {
  #sctn04 .block02 h3::after {
    bottom: -40px;
    border-top: solid 20px #EC6700;
    border-right: solid 20px transparent;
    border-bottom: solid 20px transparent;
    border-left: solid 20px transparent;
  }
}
#sctn04 .block02 ul {
  width: 100%;
  padding: 0 5.33vw;
}
@media (min-width: 640px) {
  #sctn04 .block02 ul {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#sctn04 .block02 ul li {
  position: relative;
  width: 100%;
  margin-top: 13.33vw;
}
@media (min-width: 640px) {
  #sctn04 .block02 ul li {
    width: 30.27vw;
    margin-top: 10.74vw;
    padding-left: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 ul li {
    width: 310px;
    margin-top: 110px;
    padding-left: 20px;
  }
}
#sctn04 .block02 ul li img {
  display: block;
  width: 100%;
  border-radius: 2.67vw;
}
@media (min-width: 640px) {
  #sctn04 .block02 ul li img {
    border-radius: .98vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 ul li img {
    border-radius: 10px;
  }
}
#sctn04 .block02 ul li h4 {
  position: absolute;
  width: 26.67vw;
  height: 26.67vw;
  border-radius: 50%;
  top: -5.33vw;
  left: -2.67vw;
  background: #f6aa01;
  background: -moz-linear-gradient(top, #f6aa01 0%, #eb5b03 100%);
  background: -webkit-linear-gradient(top, #f6aa01 0%, #eb5b03 100%);
  background: linear-gradient(to bottom, #f6aa01 0%, #eb5b03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6aa01',endColorstr='#eb5b03',GradientType=0);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding-top: 6.4vw;
  line-height: 1;
}
@media (min-width: 640px) {
  #sctn04 .block02 ul li h4 {
    width: 9.77vw;
    height: 9.77vw;
    top: -4.88vw;
    left: 0;
    font-size: 1.56vw;
    padding-top: 2.34vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 ul li h4 {
    width: 100px;
    height: 100px;
    top: -50px;
    font-size: 1.1rem;
    padding-top: 24px;
  }
}
#sctn04 .block02 ul li h4 small {
  font-size: .875rem;
}
@media (min-width: 640px) {
  #sctn04 .block02 ul li h4 small {
    font-size: 1.37vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 ul li h4 small {
    font-size: .875rem;
  }
}
#sctn04 .block02 ul li h4 span {
  font-size: 2rem;
}
@media (min-width: 640px) {
  #sctn04 .block02 ul li h4 span {
    font-size: 3.125vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 ul li h4 span {
    font-size: 2rem;
  }
}
#sctn04 .block02 ul li h5 {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.67vw;
}
@media (min-width: 640px) {
  #sctn04 .block02 ul li h5 {
    font-size: 2.15vw;
    margin-top: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 ul li h5 {
    font-size: 1.375rem;
    margin-top: 20px;
  }
}
#sctn04 .block02 ul li h5 .under {
  background: linear-gradient(transparent 75%, #FFF788 75%);
  color: #D00000;
}
#sctn04 .block02 ul li p {
  margin-top: 2.67vw;
}
@media (min-width: 640px) {
  #sctn04 .block02 ul li p {
    margin-top: .98vw;
    font-size: 1.56vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 ul li p {
    margin-top: 10px;
    font-size: 1rem;
  }
}
#sctn04 .block02 ul li p span {
  color: #0067A4;
}
#sctn04 .block02 ul li p small {
  font-size: .875rem;
}
@media (min-width: 640px) {
  #sctn04 .block02 ul li p small {
    font-size: 1.37vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 ul li p small {
    font-size: .875rem;
  }
}
#sctn04 .block02 .banner {
  width: 89.33vw;
  margin: 9.33vw auto 0;
  border: 1px solid #ccc;
  border-radius: 2.67vw;
  font-size: .875rem;
  font-weight: 500;
  text-align: center;
  padding: 2.67vw 2.4vw;
}
@media (min-width: 640px) {
  #sctn04 .block02 .banner {
    width: 87.89vw;
    max-width: 900px;
    margin-top: 5.86vw;
    height: 4.88vw;
    line-height: 4.88vw;
    border-radius: 2.44vw;
    font-size: 1.56vw;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block02 .banner {
    margin-top: 60px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 1rem;
  }
}
#sctn04 .block04a {
  position: relative;
  width: 89.33vw;
  margin: 20vw auto 15vw;
  background: #F9F4F3;
  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) {
  #sctn04 .block04a {
    width: 87.89vw;
    max-width: 900px;
    margin-top: 11.72vw;
    border-radius: 1.95vw;
    padding: 5.37vw 4.88vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block04a {
    margin-top: 120px;
    border-radius: 20px;
    padding: 55px 50px;
  }
}
#sctn04 .block04a h3 {
  position: absolute;
  top: -6.67vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 84vw;
  height: 13.33vw;
  line-height: 13.33vw;
  background: #842E14;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn04 .block04a h3 {
    top: -3.91vw;
    width: 78.125vw;
    height: 7.8125vw;
    line-height: 7.8125vw;
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block04a h3 {
    top: -40px;
    width: 800px;
    height: 80px;
    line-height: 80px;
    font-size: 2.125rem;
  }
}
#sctn04 .block04a li {
  position: relative;
}
#sctn04 .block04a li h4 {
  width: 26.67vw;
  height: 8vw;
  background: #842E14;
  border-radius: 4vw;
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 640px) {
  #sctn04 .block04a li h4 {
    width: 14.65vw;
    height: 4.88vw;
    border-radius: 2.44vw;
    font-size: 2.15vw;
    line-height: 1.3;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block04a li h4 {
    width: 150px;
    height: 50px;
    border-radius: 25px;
    font-size: 1.375rem;
  }
}
#sctn04 .block04a li h4 span {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
}
@media (min-width: 640px) {
  #sctn04 .block04a li h4 span {
    font-size: 3.71vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block04a li h4 span {
    font-size: 2.375rem;
  }
}
#sctn04 .block04a li p {
  margin-top: 2.67vw;
}
@media (min-width: 640px) {
  #sctn04 .block04a li p {
    margin-top: 1.95vw;
    font-size: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block04a li p {
    margin-top: 20px;
    font-size: 1.25rem;
  }
}
#sctn04 .block04a li img {
  margin-top: 2.67vw;
  position: relative;
}
@media (min-width: 640px) {
  #sctn04 .block04a li img {
    margin-top: 0;
  }
}
#sctn04 .block04a li:nth-child(1) {
  padding: 0 0 5.33vw;
  z-index: 3;
}
@media (min-width: 640px) {
  #sctn04 .block04a li:nth-child(1) {
    padding: 0 0 0 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block04a li:nth-child(1) {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 640px) {
  #sctn04 .block04a li:nth-child(1) h4 {
    margin-top: 4.39vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block04a li:nth-child(1) h4 {
    margin-top: 45px;
  }
}
#sctn04 .block04a li:nth-child(1) img {
  border-radius: 2.67vw;
  box-shadow: 0.53vw 0.53vw 0.8vw 0.27vw rgba(0, 0, 0, 0.3);
}
@media (min-width: 640px) {
  #sctn04 .block04a li:nth-child(1) img {
    margin-top: 4.39vw;
    width: 29.3vw;
    border-radius: .98vw;
    box-shadow: 0.2vw 0.2vw 0.3vw 0.1vw rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1024px) {
  #sctn04 .block04a li:nth-child(1) img {
    margin-top: 45px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
  }
}
#sctn04 .block04a li:nth-child(2) {
  border-top: 2px dotted #aaa;
  padding: 6.67vw 0 5.33vw;
  z-index: 2;
}
@media (min-width: 640px) {
  #sctn04 .block04a li:nth-child(2) {
    padding: 2.93vw .98vw .49vw 1.95vw;
    margin-top: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block04a li:nth-child(2) {
    padding: 30px 10px 5px 20px;
    margin-top: 30px;
  }
}
@media (min-width: 640px) {
  #sctn04 .block04a li:nth-child(2) h4 {
    margin-top: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block04a li:nth-child(2) h4 {
    margin-top: 30px;
  }
}
@media (min-width: 640px) {
  #sctn04 .block04a li:nth-child(2) img {
    width: 29.3vw;
    border-radius: .98vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block04a li:nth-child(2) img {
    width: 300px;
  }
}
#sctn04 .block06 {
  width: 89.33vw;
  margin: 13.33vw auto 0;
}
@media (min-width: 640px) {
  #sctn04 .block06 {
    width: 83.01vw;
    max-width: 850px;
    margin: 6.35vw auto 0;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block06 {
    margin: 65px auto 0;
  }
}
#sctn04 .block06 h3 {
  position: relative;
  color: #EC6700;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  line-height: 1.5;
  padding-bottom: 5.33vw;
  border-bottom: 1px solid #EC6700;
}
@media (min-width: 640px) {
  #sctn04 .block06 h3 {
    font-size: 3.91vw;
    line-height: 1.25;
    padding-bottom: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block06 h3 {
    font-size: 2.5rem;
    padding-bottom: 30px;
  }
}
#sctn04 .block06 h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  width: 11.2vw;
  height: 1px;
  background: #fff;
}
@media (min-width: 640px) {
  #sctn04 .block06 h3::before {
    width: 4.1vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block06 h3::before {
    width: 42px;
  }
}
#sctn04 .block06 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) {
  #sctn04 .block06 h3::after {
    bottom: -1.56vw;
    width: 2.93vw;
    height: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block06 h3::after {
    bottom: -16px;
    width: 30px;
    height: 30px;
  }
}
#sctn04 .block06 p {
  font-size: 1rem;
}
@media (min-width: 640px) {
  #sctn04 .block06 p {
    font-size: 1.56vw;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block06 p {
    font-size: 1rem;
  }
}
#sctn04 .block06 aside {
  font-size: .75rem;
}
@media (min-width: 640px) {
  #sctn04 .block06 aside {
    font-size: 1.37vw;
  }
}
@media (min-width: 1024px) {
  #sctn04 .block06 aside {
    font-size: 14px;
  }
}
#sctn04 .block06 img {
  width: 100%;
}

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

    cv button03
*/
#cvbtn03 {
  background: #fff;
  margin-top: 10.67vw;
  padding: 0 0 20vw;
}
@media (min-width: 640px) {
  #cvbtn03 {
    margin-top: 6.84vw;
    padding: 0 0 14.36vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn03 {
    margin-top: 70px;
    padding: 0 0 147px;
  }
}
#cvbtn03 p {
  color: #C1272D;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #cvbtn03 p {
    font-size: 24px;
  }
}
#cvbtn03 a {
  display: block;
  margin: 2.67vw auto 0;
  width: 94.67vw;
  height: 21.33vw;
  background: #FF8833;
  background: -moz-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: -webkit-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: linear-gradient(to bottom, #FF8833 0%, #EC6700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8833',endColorstr='#EC6700',GradientType=0);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.13vw;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 640px) {
  #cvbtn03 a {
    margin-top: 10px;
    max-width: 700px;
    height: 100px;
    border-radius: 10px;
  }
}
#cvbtn03 a::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #F77F1B;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 1vw;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #fff;
  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: 30px;
    padding-left: 4px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    right: 30px;
  }
}
#cvbtn03 a .left {
  margin: .8vw 0 .8vw .8vw;
  width: 30.67vw;
  height: 19.73vw;
  background: #fff;
  border-top-left-radius: 1.6vw;
  border-bottom-left-radius: 1.6vw;
  color: #F06521;
  font-size: .875rem;
  text-align: right;
  padding-top: 4vw;
  position: relative;
}
@media (min-width: 640px) {
  #cvbtn03 a .left {
    margin: 3px 0 3px 3px;
    width: 173px;
    height: 94px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 20px;
    padding-top: 15px;
  }
}
#cvbtn03 a .left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4vw;
  width: 0;
  height: 0;
  border-left: 4vw solid #fff;
  border-top: 9.87vw solid transparent;
  border-bottom: 9.87vw solid transparent;
}
@media (min-width: 640px) {
  #cvbtn03 a .left::after {
    right: -20px;
    border-left-width: 20px;
    border-top-width: 47px;
    border-bottom-width: 47px;
  }
}
#cvbtn03 a .left span {
  font-size: 1.5rem;
}
@media (min-width: 640px) {
  #cvbtn03 a .left span {
    font-size: 34px;
  }
}
#cvbtn03 a .right {
  text-align: center;
  padding: 0 7.2vw 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 640px) {
  #cvbtn03 a .right {
    padding: 0 70px 0 20px;
    font-size: 30px;
  }
}
#cvbtn03 a .right .yellow {
  color: #FFF788;
}
#cvbtn03 a .right .sub {
  font-size: .625rem;
}
@media (min-width: 640px) {
  #cvbtn03 a .right .sub {
    font-size: 14px;
  }
}

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

    section05
*/
#sctn05 {
  text-align: justify;
}
#sctn05 .block01 {
  position: relative;
  width: 100%;
  height: 52.67vw;
  background: url("/lp/chr/images/sctn05_blk01_bg_sp.jpg") center center no-repeat;
  background-size: cover;
}
@media (min-width: 640px) {
  #sctn05 .block01 {
    height: 35.16vw;
    background-image: url("/lp/chr/images/sctn05_blk01_bg_pc.jpg");
    margin: 0 auto;
  }
}
#sctn05 .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) {
  #sctn05 .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) {
  #sctn05 .block01 h3 {
    top: -57px;
    height: 115px;
    border-radius: 20px;
    font-size: 2.125rem;
    line-height: 105px;
  }
}
#sctn05 .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) {
  #sctn05 .block01 h3::before {
    bottom: -43px;
    border: solid 25px transparent;
    border-top: solid 25px #fff;
  }
}
#sctn05 .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) {
  #sctn05 .block01 h3::after {
    bottom: -50px;
    border: solid 25px transparent;
    border-top: solid 25px #EC6700;
  }
}
#sctn05 .block02 {
  background: #D9F3F7;
  background: -moz-linear-gradient(top, #D9F3F7 0%, #F7F6F5 50%, #F7F6F5 100%);
  background: -webkit-linear-gradient(top, #D9F3F7 0%, #F7F6F5 50%, #F7F6F5 100%);
  background: linear-gradient(to bottom, #D9F3F7 0%, #F7F6F5 50%, #F7F6F5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9F3F7',endColorstr='#F7F6F5',GradientType=0);
}
#sctn05 .block02 .inner {
  padding: 8vw 0 10.67vw;
  background: url("/lp/chr/images/sctn05_blk02_bg_sp.png") center 100vw no-repeat;
  background-size: 92.8vw auto;
}
@media (min-width: 640px) {
  #sctn05 .block02 .inner {
    padding: 6.25vw 0 7.8125vw;
    background: url("/lp/chr/images/sctn05_blk02_bg_pc.png") left 39.06vw no-repeat;
    background-size: 103.91vw auto;
  }
}
@media (min-width: 1280px) {
  #sctn05 .block02 .inner {
    padding: 80px 0 100px;
    background-position: calc((100vw - 1280px) / 2) 500px;
    background-size: 1330px auto;
  }
}
#sctn05 .block02 p {
  font-weight: 700;
  text-align: center;
}
#sctn05 .block02 p:nth-child(1) {
  font-weight: 400;
  text-align: justify;
  padding: 0 5.33vw;
}
@media (min-width: 640px) {
  #sctn05 .block02 p:nth-child(1) {
    text-align: center;
    font-size: 1.41vw;
    line-height: 2.2;
  }
}
@media (min-width: 1280px) {
  #sctn05 .block02 p:nth-child(1) {
    font-size: 1.125rem;
  }
}
#sctn05 .block02 p:nth-child(1) .large {
  color: #EC6700;
  font-size: 1.25rem;
  display: block;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn05 .block02 p:nth-child(1) .large {
    font-size: 3.125vw;
    line-height: 1.6;
  }
}
@media (min-width: 1280px) {
  #sctn05 .block02 p:nth-child(1) .large {
    font-size: 2.5rem;
  }
}
#sctn05 .block02 p:nth-child(1) .medium {
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn05 .block02 p:nth-child(1) .medium {
    font-size: 2.34vw;
    line-height: 1.6;
  }
}
@media (min-width: 1280px) {
  #sctn05 .block02 p:nth-child(1) .medium {
    font-size: 24px;
  }
}
#sctn05 .block02 p:nth-child(2) {
  font-size: 1.375rem;
}
@media (min-width: 640px) {
  #sctn05 .block02 p:nth-child(2) {
    font-size: 3.125vw;
  }
}
@media (min-width: 1280px) {
  #sctn05 .block02 p:nth-child(2) {
    font-size: 2.5rem;
  }
}
#sctn05 .block02 p:nth-child(3), #sctn05 .block02 p:nth-child(4), #sctn05 .block02 p:nth-child(5) {
  font-size: 1rem;
}
@media (min-width: 640px) {
  #sctn05 .block02 p:nth-child(3), #sctn05 .block02 p:nth-child(4), #sctn05 .block02 p:nth-child(5) {
    font-size: 1.875vw;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  #sctn05 .block02 p:nth-child(3), #sctn05 .block02 p:nth-child(4), #sctn05 .block02 p:nth-child(5) {
    font-size: 1.5rem;
  }
}
#sctn05 .block02 p:nth-child(3) span, #sctn05 .block02 p:nth-child(4) span, #sctn05 .block02 p:nth-child(5) span {
  font-size: 1.125rem;
}
@media (min-width: 640px) {
  #sctn05 .block02 p:nth-child(3) span, #sctn05 .block02 p:nth-child(4) span, #sctn05 .block02 p:nth-child(5) span {
    font-size: 2.1875vw;
  }
}
@media (min-width: 1280px) {
  #sctn05 .block02 p:nth-child(3) span, #sctn05 .block02 p:nth-child(4) span, #sctn05 .block02 p:nth-child(5) span {
    font-size: 1.75rem;
  }
}
#sctn05 .block02 p:nth-child(6) {
  font-size: .75rem;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 640px) {
  #sctn05 .block02 p:nth-child(6) {
    font-size: 1.25vw;
  }
}
@media (min-width: 1280px) {
  #sctn05 .block02 p:nth-child(6) {
    font-size: 1rem;
  }
}
#sctn05 .block02 p:nth-child(6) span.red {
  color: #D00000;
}
#sctn05 .block02 p:nth-child(2) {
  margin-top: 42vw;
}
@media (min-width: 640px) {
  #sctn05 .block02 p:nth-child(2) {
    margin-top: 6.25vw;
  }
}
@media (min-width: 1280px) {
  #sctn05 .block02 p:nth-child(2) {
    margin-top: 80px;
  }
}
#sctn05 .block02 p:nth-child(3) {
  margin-top: 8vw;
}
@media (min-width: 640px) {
  #sctn05 .block02 p:nth-child(3) {
    margin-top: 6.25vw;
  }
}
@media (min-width: 1280px) {
  #sctn05 .block02 p:nth-child(3) {
    margin-top: 80px;
  }
}
#sctn05 .block02 p:nth-child(4), #sctn05 .block02 p:nth-child(5), #sctn05 .block02 p:nth-child(6) {
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  #sctn05 .block02 p:nth-child(4), #sctn05 .block02 p:nth-child(5), #sctn05 .block02 p:nth-child(6) {
    margin-top: 3.125vw;
  }
}
@media (min-width: 1280px) {
  #sctn05 .block02 p:nth-child(4), #sctn05 .block02 p:nth-child(5), #sctn05 .block02 p:nth-child(6) {
    margin-top: 40px;
  }
}
#sctn05 .block02 p span {
  color: #EC6700;
}
#sctn05 .block02 p .under {
  background: linear-gradient(transparent 75%, #FFF788 75%);
}
#sctn05 .block02 p:nth-child(6) span {
  color: inherit;
}
#sctn05 .block02 ul {
  margin-top: 8vw;
}
@media (min-width: 640px) {
  #sctn05 .block02 ul {
    margin-top: 7.8125vw;
  }
}
@media (min-width: 1280px) {
  #sctn05 .block02 ul {
    margin-top: 100px;
  }
}
#sctn05 .block02 ul li {
  margin: 0 2.4vw;
  width: 26.67vw;
  height: 26.84vw;
  background: url("/lp/chr/images/sctn05_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) {
  #sctn05 .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) {
  #sctn05 .block02 ul li {
    margin: 0 25px;
    width: 300px;
    height: 302px;
    font-size: 1.875rem;
    padding-top: 50px;
  }
}
#sctn05 .block02 ul li span {
  color: #FF6000;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (min-width: 640px) {
  #sctn05 .block02 ul li span {
    font-size: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 ul li span {
    font-size: 3.75rem;
  }
}
#sctn05 .block02 ul li small {
  font-size: .5rem;
}
@media (min-width: 640px) {
  #sctn05 .block02 ul li small {
    font-size: 1.76vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 ul li small {
    font-size: 1.125rem;
  }
}
#sctn05 .block02 ul li:nth-child(1) {
  padding-top: 5vw;
}
@media (min-width: 640px) {
  #sctn05 .block02 ul li:nth-child(1) {
    padding-top: 6.84vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 ul li:nth-child(1) {
    padding-top: 70px;
  }
}
#sctn05 .block02 ul li:nth-child(2) {
  padding-top: 5vw;
}
@media (min-width: 640px) {
  #sctn05 .block02 ul li:nth-child(2) {
    padding-top: 6.84vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 ul li:nth-child(2) {
    padding-top: 70px;
  }
}
#sctn05 .block02 ul li:nth-child(3) {
  padding-top: 5.5vw;
}
@media (min-width: 640px) {
  #sctn05 .block02 ul li:nth-child(3) {
    padding-top: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 ul li:nth-child(3) {
    padding-top: 60px;
  }
}
#sctn05 .block04 {
  background: #F7F6F5;
  padding-bottom: 10.67vw;
}
@media (min-width: 640px) {
  #sctn05 .block04 {
    padding-bottom: 9.77vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block04 {
    padding-bottom: 100px;
  }
}
#sctn05 .block04 ul {
  width: 94.67vw;
  margin: 0 auto;
}
@media (min-width: 640px) {
  #sctn05 .block04 ul {
    width: 96.09vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block04 ul {
    width: 1000px;
  }
}
#sctn05 .block04 li {
  width: 100%;
}
@media (min-width: 640px) {
  #sctn05 .block04 li {
    width: 46.88vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block04 li {
    width: 480px;
  }
}
#sctn05 .block04 li:nth-child(2) {
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  #sctn05 .block04 li:nth-child(2) {
    margin-top: 0;
  }
}
#sctn05 .block04 li:nth-child(3) {
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  #sctn05 .block04 li:nth-child(3) {
    margin-top: 30px;
  }
}
#sctn05 .block04 h3 {
  background: #842E14;
  height: 13.33vw;
  line-height: 13.33vw;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn05 .block04 h3 {
    height: 5.86vw;
    line-height: 5.86vw;
    font-size: 2.34vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block04 h3 {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
}
#sctn05 .block04 figure {
  margin-top: 4vw;
}
@media (min-width: 640px) {
  #sctn05 .block04 figure {
    margin-top: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block04 figure {
    margin-top: 20px;
  }
}
#sctn05 .block04 .fig01 {
  width: 51.04%;
}
#sctn05 .block04 .fig02 {
  width: 46.46%;
}
#sctn05 .block04 figcaption {
  margin-top: 1.33vw;
  font-size: .75rem;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn05 .block04 figcaption {
    margin-top: .98vw;
    font-size: 1.17vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block04 figcaption {
    margin-top: 10px;
    font-size: 12px;
  }
}
#sctn05 .block04 p {
  margin-top: 4vw;
  font-size: 1rem;
}
@media (min-width: 640px) {
  #sctn05 .block04 p {
    margin-top: 1.95vw;
    font-size: 1.56vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block04 p {
    margin-top: 20px;
    font-size: 16px;
  }
}
#sctn05 .block05 {
  background: #F7F6F5;
}
#sctn05 .block05 .wrap {
  position: relative;
}
@media (min-width: 640px) {
  #sctn05 .block05 .wrap {
    width: 91.8vw;
    max-width: 940px;
    margin: 0 auto;
  }
}
#sctn05 .block05 h4 {
  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) {
  #sctn05 .block05 h4 {
    width: 100%;
    height: 8.79vw;
    line-height: 8.79vw;
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block05 h4 {
    height: 90px;
    line-height: 90px;
    font-size: 2.125rem;
  }
}
#sctn05 .block05 h4 span {
  font-family: 'Noto Sans', sans-serif;
}
#sctn05 .block05 img {
  display: block;
  border: 2.13vw solid #fff;
  box-shadow: 0.8vw 0.8vw 1.6vw 0px rgba(0, 0, 0, 0.3);
  margin: 12vw auto 0;
  width: 64vw;
  height: auto;
  z-index: 2;
  position: relative;
}
@media (min-width: 640px) {
  #sctn05 .block05 img {
    position: absolute;
    margin: 0;
    top: 27.34vw;
    left: 1.95vw;
    border-width: .78vw;
    box-shadow: 0.29vw 0.29vw 0.59vw 0px rgba(0, 0, 0, 0.3);
    width: 25.39vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block05 img {
    top: 280px;
    left: 20px;
    border-width: 8px;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
    width: 260px;
  }
}
#sctn05 .block05 .letter {
  margin: -83vw auto 0;
  width: 94.67vw;
  background: #F8EBD6;
  padding: 90vw 5.33vw 8vw;
  color: #000;
  line-height: 1.75;
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  #sctn05 .block05 .letter {
    margin: 5.86vw 0 0 auto;
    width: 76.17vw;
    padding: 5.86vw 5.86vw 6.84vw 17.58vw;
    font-size: 1.56vw;
    line-height: 2;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block05 .letter {
    margin-top: 60px;
    width: 780px;
    padding: 60px 60px 70px 180px;
    font-size: 1rem;
  }
}

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

    section06
*/
#sctn06 {
  text-align: justify;
  background: #F7F6F5;
  padding: 10.67vw 2.67vw;
}
@media (min-width: 640px) {
  #sctn06 {
    padding: 9.77vw 0;
  }
}
@media (min-width: 1024px) {
  #sctn06 {
    padding: 100px 0;
  }
}
#sctn06 .wrap {
  padding: 0;
}
@media (min-width: 640px) {
  #sctn06 .wrap {
    width: 87.89vw;
    max-width: 900px;
    margin: 0 auto;
  }
}
#sctn06 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) {
  #sctn06 h3 {
    width: 87.89vw;
    max-width: 900px;
    height: 8.79vw;
    line-height: 8.79vw;
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 h3 {
    height: 90px;
    line-height: 90px;
    font-size: 2.125rem;
  }
}
#sctn06 h3 span {
  font-family: 'Noto Sans', sans-serif;
}
#sctn06 p {
  margin-top: 5.33vw;
  font-size: 1.125rem;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn06 p {
    margin-top: 2.93vw;
    font-size: 1.95vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 p {
    margin-top: 30px;
    font-size: 1.25rem;
  }
}
#sctn06 p span {
  font-family: 'Noto Sans', sans-serif;
}
#sctn06 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) {
  #sctn06 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) {
  #sctn06 dl {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 10px;
    padding: 40px;
  }
}
#sctn06 dl dt {
  position: relative;
  min-height: 8vw;
  padding: .8vw 10.67vw 0;
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 640px) {
  #sctn06 dl dt {
    min-height: 3.91vw;
    padding: .68vw 0 0 6.84vw;
    font-size: 1.76vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 dl dt {
    min-height: 40px;
    padding: 7px 0 0 70px;
    font-size: 1.125rem;
  }
}
#sctn06 dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  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) {
  #sctn06 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) {
  #sctn06 dl dt::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.25rem;
  }
}
#sctn06 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) {
  #sctn06 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) {
  #sctn06 dl dt::after {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    font-size: 1rem;
  }
}
#sctn06 dl dt.active::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#sctn06 dl dd {
  position: relative;
  margin-top: 4vw;
  padding: .8vw 0 0 10.67vw;
  font-size: 1rem;
  display: none;
}
@media (min-width: 640px) {
  #sctn06 dl dd {
    margin-top: 1.95vw;
    padding: .68vw 0 0 6.84vw;
    font-size: 1.56vw;
    display: block;
  }
}
@media (min-width: 1024px) {
  #sctn06 dl dd {
    margin-top: 20px;
    padding: 7px 0 0 70px;
    font-size: 1rem;
  }
}
#sctn06 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) {
  #sctn06 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) {
  #sctn06 dl dd::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.25rem;
  }
}
#sctn06 dl:nth-child(1) {
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  #sctn06 dl:nth-child(1) {
    margin-top: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #sctn06 dl:nth-child(1) {
    margin-top: 30px;
  }
}
#sctn06 dl a {
  text-decoration: underline;
}
#sctn06 dl a:hover {
  text-decoration: none;
}

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

    cv button04
*/
#cvbtn04 {
  background: #E4E1DD;
  background: -moz-linear-gradient(top, #E4E1DD 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #E4E1DD 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #E4E1DD 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E1DD',endColorstr='#ffffff',GradientType=0);
  padding: 8vw 0;
}
@media (min-width: 640px) {
  #cvbtn04 {
    padding: 5.86vw 0 0;
    height: 38.09vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04 {
    padding-top: 60px;
    height: 390px;
  }
}
#cvbtn04 p {
  color: #D00000;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #cvbtn04 p {
    font-size: 2.34vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04 p {
    font-size: 24px;
  }
}
#cvbtn04.rgotg a.rg {
  display: block;
  margin: 0 auto;
  width: 94.67vw;
  height: 21.33vw;
  background: #FF8833;
  background: -moz-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: -webkit-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: linear-gradient(to bottom, #FF8833 0%, #EC6700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8833',endColorstr='#EC6700',GradientType=0);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.13vw;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 640px) {
  #cvbtn04.rgotg a.rg {
    margin: 0 3.91vw 0 auto;
    width: 58.59vw;
    height: 9.77vw;
    border-radius: .98vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04.rgotg a.rg {
    width: 600px;
    height: 100px;
    border-radius: 10px;
    margin-right: 40px;
  }
}
#cvbtn04.rgotg a.rg::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #EC6700;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 1vw;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 640px) {
  #cvbtn04.rgotg a.rg::after {
    font-size: 2.93vw;
    padding-left: .39vw;
    line-height: 3.91vw;
    width: 3.91vw;
    height: 3.91vw;
    right: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04.rgotg a.rg::after {
    font-size: 30px;
    padding-left: 4px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    right: 30px;
  }
}
#cvbtn04.rgotg a.rg .left {
  margin: .8vw 0 .8vw .8vw;
  width: 30.67vw;
  height: 19.73vw;
  background: #fff;
  border-top-left-radius: 1.6vw;
  border-bottom-left-radius: 1.6vw;
  color: #EC6700;
  font-size: .875rem;
  text-align: right;
  padding-top: 4vw;
  position: relative;
}
@media (min-width: 640px) {
  #cvbtn04.rgotg a.rg .left {
    margin: .29vw 0 .29vw .29vw;
    width: 16.89vw;
    height: 9.18vw;
    border-top-left-radius: .78vw;
    border-bottom-left-radius: .78vw;
    font-size: 1.95vw;
    padding-top: 1.46vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04.rgotg a.rg .left {
    margin: 3px 0 3px 3px;
    width: 173px;
    height: 94px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 20px;
    padding-top: 15px;
  }
}
#cvbtn04.rgotg a.rg .left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4vw;
  width: 0;
  height: 0;
  border-left: 4vw solid #fff;
  border-top: 9.87vw solid transparent;
  border-bottom: 9.87vw solid transparent;
}
@media (min-width: 640px) {
  #cvbtn04.rgotg a.rg .left::after {
    right: -1.95vw;
    border-left-width: 1.95vw;
    border-top-width: 4.59vw;
    border-bottom-width: 4.59vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04.rgotg a.rg .left::after {
    right: -20px;
    border-left-width: 20px;
    border-top-width: 47px;
    border-bottom-width: 47px;
  }
}
#cvbtn04.rgotg a.rg .left span {
  font-size: 1.5rem;
}
@media (min-width: 640px) {
  #cvbtn04.rgotg a.rg .left span {
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04.rgotg a.rg .left span {
    font-size: 34px;
  }
}
#cvbtn04.rgotg a.rg .right {
  text-align: center;
  padding: 0 6vw 0 0;
  font-size: 1.25rem;
  line-height: 1;
        /*.sub {
          font-size: .625rem;

          @include sm {

            font-size: 1.37vw;
          }

          @include lg {
            font-size: 14px;
          }
        }*/
}
@media (min-width: 640px) {
  #cvbtn04.rgotg a.rg .right {
    padding: 0 11.72vw 0 4.88vw;
    font-size: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04.rgotg a.rg .right {
    padding: 0 120px 0 50px;
    font-size: 30px;
  }
}
#cvbtn04.rgotg a.rg .right .yellow {
  color: #FFF788;
}
#cvbtn04.rgotg a.otg {
  display: block;
  margin: 5.33vw auto 0;
  width: 94.67vw;
  height: 21.33vw;
  background: #86BC23;
  background: -moz-linear-gradient(top, #86BC23 0%, #74A31C 100%);
  background: -webkit-linear-gradient(top, #86BC23 0%, #74A31C 100%);
  background: linear-gradient(to bottom, #86BC23 0%, #74A31C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86BC23',endColorstr='#74A31C',GradientType=0);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.13vw;
  position: relative;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 6.67vw 10vw 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
      /*.sub {
        font-size: .625rem;

        @include sm {
          font-size: 1.37vw;
        }

        @include lg {
          font-size: 14px;
        }
      }*/
}
@media (min-width: 640px) {
  #cvbtn04.rgotg a.otg {
    margin: 0 auto 0 0;
    width: 35.16vw;
    height: 9.77vw;
    border-radius: .98vw;
    padding: 2.93vw 5.86vw 0 0;
    font-size: 2.34vw;
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  #cvbtn04.rgotg a.otg {
    width: 360px;
    height: 100px;
    border-radius: 10px;
    padding: 30px 60px 0 0;
    font-size: 24px;
  }
}
#cvbtn04.rgotg a.otg::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #74A31C;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 1vw;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 640px) {
  #cvbtn04.rgotg a.otg::after {
    font-size: 2.93vw;
    padding-left: .39vw;
    line-height: 3.91vw;
    width: 3.91vw;
    height: 3.91vw;
    right: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04.rgotg a.otg::after {
    font-size: 30px;
    padding-left: 4px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    right: 30px;
  }
}
#cvbtn04.rgotg aside {
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  margin-top: 4vw;
}
@media (min-width: 640px) {
  #cvbtn04.rgotg aside {
    font-size: 1.56vw;
    margin-top: 1.46vw;
  }
}
@media (min-width: 1024px) {
  #cvbtn04.rgotg aside {
    font-size: 16px;
    margin-top: 15px;
  }
}
#cvbtn04.rgonly a {
  display: block;
  margin: 2.67vw auto 0;
  width: 94.67vw;
  height: 21.33vw;
  background: #FF8833;
  background: -moz-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: -webkit-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: linear-gradient(to bottom, #FF8833 0%, #EC6700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8833',endColorstr='#EC6700',GradientType=0);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.13vw;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 640px) {
  #cvbtn04.rgonly a {
    margin-top: 10px;
    max-width: 700px;
    height: 100px;
    border-radius: 10px;
  }
}
#cvbtn04.rgonly a::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #F77F1B;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 1vw;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
@media (min-width: 640px) {
  #cvbtn04.rgonly a::after {
    font-size: 30px;
    padding-left: 4px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    right: 30px;
  }
}
#cvbtn04.rgonly a .left {
  margin: .8vw 0 .8vw .8vw;
  width: 30.67vw;
  height: 19.73vw;
  background: #fff;
  border-top-left-radius: 1.6vw;
  border-bottom-left-radius: 1.6vw;
  color: #F06521;
  font-size: .875rem;
  text-align: right;
  padding-top: 4vw;
  position: relative;
}
@media (min-width: 640px) {
  #cvbtn04.rgonly a .left {
    margin: 3px 0 3px 3px;
    width: 173px;
    height: 94px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 20px;
    padding-top: 15px;
  }
}
#cvbtn04.rgonly a .left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4vw;
  width: 0;
  height: 0;
  border-left: 4vw solid #fff;
  border-top: 9.87vw solid transparent;
  border-bottom: 9.87vw solid transparent;
}
@media (min-width: 640px) {
  #cvbtn04.rgonly a .left::after {
    right: -20px;
    border-left-width: 20px;
    border-top-width: 47px;
    border-bottom-width: 47px;
  }
}
#cvbtn04.rgonly a .left span {
  font-size: 1.5rem;
}
@media (min-width: 640px) {
  #cvbtn04.rgonly a .left span {
    font-size: 34px;
  }
}
#cvbtn04.rgonly a .right {
  text-align: center;
  padding: 0 7.2vw 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 640px) {
  #cvbtn04.rgonly a .right {
    padding: 0 70px 0 20px;
    font-size: 30px;
  }
}
#cvbtn04.rgonly a .right .yellow {
  color: #FFF788;
}
#cvbtn04.rgonly a .right .sub {
  font-size: .625rem;
}
@media (min-width: 640px) {
  #cvbtn04.rgonly a .right .sub {
    font-size: 14px;
  }
}

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

    section07
*/
#sctn07 {
  text-align: justify;
  position: relative;
}
#sctn07 .wrap {
  width: 94.67vw;
  height: 159.47vw;
  margin: 0 auto;
  background: url("/lp/chr/images/sctn07_sp.svg") center center no-repeat #F8EBD6;
  background-size: 85.33vw auto;
  box-shadow: 0.8vw 0.8vw 1.6vw 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 640px) {
  #sctn07 .wrap {
    width: 76.17vw;
    height: 46.68vw;
    background-image: url("/lp/chr/images/sctn07_pc.svg");
    background-size: 62.5vw auto;
    box-shadow: 0.29vw 0.29vw 0.59vw 0 rgba(0, 0, 0, 0.2);
    margin-top: -7.81vw;
  }
}
@media (min-width: 1024px) {
  #sctn07 .wrap {
    width: 780px;
    height: 478px;
    background-size: 640px auto;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
    margin-top: -80px;
  }
}

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

    footer
*/
/*
footer {
  width: 100%;
  margin-top: 10.67vw;
}
@media (min-width: 640px) {
  footer {
    margin-top: 9.77vw;
  }
}
@media (min-width: 1024px) {
  footer {
    margin-top: 100px;
  }
}
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("/lp/chr/images/footer_pagetop_sp.svg") center center no-repeat #842e14;
  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("/lp/chr/images/footer_pagetop_pc.svg");
    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 21.33vw;
  height: 13.33vw;
  line-height: 13.33vw;
  background: #E4E1DD;
  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: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 21.33vw;
  background: #393939;
  display: none;
  z-index: 100;
  margin-bottom: -30px;
}
@media (min-width: 640px) {
  #fixedfooter {
    height: 11.7vw;
  }
}
@media (min-width: 1024px) {
  #fixedfooter {
    height: 120px;
  }
}
#fixedfooter .wrap {
  height: 100%;
}
#fixedfooter p {
  color: #FFF;
}
@media (min-width: 640px) {
  #fixedfooter p {
    margin-right: 2.93vw;
    font-size: 1.76vw;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    line-height: 1.8;
  }
}
@media (min-width: 1024px) {
  #fixedfooter p {
    margin-right: 30px;
    font-size: 1.125rem;
  }
}
#fixedfooter a {
  display: block;
  width: 94.67vw;
  height: 16vw;
  background: #FF8833;
  background: -moz-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: -webkit-linear-gradient(top, #FF8833 0%, #EC6700 100%);
  background: linear-gradient(to bottom, #FF8833 0%, #EC6700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8833',endColorstr='#EC6700',GradientType=0);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.13vw;
  position: relative;
  color: #fff;
  font-weight: 700;
}
/*
#fixedfooter a {
  display: block;
  width: 94.67vw;
  height: 16vw;
  background: #FF8833;
  background: -moz-linear-gradient(top, #86BC23 0%, #74A31C 100%);
  background: -webkit-linear-gradient(top, #86BC23 0%, #74A31C 100%);
  background: linear-gradient(to bottom, #86BC23 0%, #74A31C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86BC23',endColorstr='#74A31C',GradientType=0);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.13vw;
  position: relative;
  color: #fff;
  font-weight: 700;
}
*/
@media (min-width: 640px) {
  #fixedfooter a {
    width: 52.73vw;
    height: 6.84vw;
    border-radius: .98vw;
  }
}
@media (min-width: 1024px) {
  #fixedfooter a {
    max-width: 540px;
    height: 70px;
    border-radius: 10px;
  }
}
#fixedfooter a::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #F77F1B;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 1vw;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 2.67vw;
  bottom: 0;
  margin: auto 0 auto auto;
}
/*
#fixedfooter a::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #74A31C;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 1vw;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #fff;
  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;
    padding-left: .39vw;
    line-height: 3.91vw;
    width: 3.91vw;
    height: 3.91vw;
    right: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #fixedfooter a::after {
    font-size: 30px;
    padding-left: 4px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    right: 30px;
  }
}
#fixedfooter a .left {
  margin: .8vw 0 .8vw .8vw;
  width: 30.67vw;
  height: 14.4vw;
  background: #fff;
  border-top-left-radius: 1.6vw;
  border-bottom-left-radius: 1.6vw;
  color: #F06521;
  font-size: .875rem;
  text-align: right;
  padding-top: 1.5vw;
  position: relative;
}
/*
#fixedfooter a .left {
  margin: .8vw 0 .8vw .8vw;
  width: 32vw;
  height: 14.4vw;
  background: #fff;
  border-top-left-radius: 1.6vw;
  border-bottom-left-radius: 1.6vw;
  color: #74A31C;
  font-size: .875rem;
  text-align: right;
  padding-top: 1.5vw;
  position: relative;
}
*/
@media (min-width: 640px) {
  #fixedfooter a .left {
    margin: .29vw 0 .29vw .29vw;
    width: 15.63vw;
    height: 6.25vw;
    border-top-left-radius: .78vw;
    border-bottom-left-radius: .78vw;
    font-size: 1.95vw;
    padding-top: .29vw;
  }
}
@media (min-width: 1024px) {
  #fixedfooter a .left {
    margin: 3px 0 3px 3px;
    width: 185px;
    height: 64px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 20px;
    padding-top: 3px;
  }
}
#fixedfooter a .left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -3.5vw;
  width: 0;
  height: 0;
  border-left: 3.5vw solid #fff;
  border-top: 7.2vw solid transparent;
  border-bottom: 7.2vw solid transparent;
}
@media (min-width: 640px) {
  #fixedfooter a .left::after {
    right: -1.46vw;
    border-left-width: 1.46vw;
    border-top-width: 3.13vw;
    border-bottom-width: 3.13vw;
  }
}
@media (min-width: 1024px) {
  #fixedfooter a .left::after {
    right: -15px;
    border-left-width: 15px;
    border-top-width: 32px;
    border-bottom-width: 32px;
  }
}
#fixedfooter a .left span {
  font-size: 1.4rem;
}
@media (min-width: 640px) {
  #fixedfooter a .left span {
    font-size: 3.32vw;
  }
}
@media (min-width: 1024px) {
  #fixedfooter a .left span {
    font-size: 34px;
  }
}
#fixedfooter a .right {
  text-align: center;
  padding: 0 7.2vw 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 640px) {
  #fixedfooter a .right {
    padding: 0 6.84vw 0 1.95vw;
    font-size: 2.93vw;
  }
}
@media (min-width: 1024px) {
  #fixedfooter a .right {
    padding: 0 70px 0 20px;
    font-size: 30px;
  }
}
#fixedfooter a .right .yellow {
  color: #FFF788;
}
#fixedfooter a .right .sub {
  font-size: .625rem;
}
@media (min-width: 640px) {
  #fixedfooter a .right .sub {
    font-size: 1.37vw;
  }
}
@media (min-width: 640px) {
  #fixedfooter a .right .sub {
    font-size: 14px;
  }
}
