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

    header
*/
header {
  width: 100%;
  height: 3.75rem;
  background: #fff;
  margin-bottom: 2.8125rem;
}
@media (min-width: 640px) {
  header {
    height: 4.6875rem;
    margin-bottom: 2.8125rem;
  }
}
header a.cvbtn {
  top: -0.09375rem;
}
@media (min-width: 640px) {
  header a.cvbtn {
    top: -0.15625rem;
  }
}

.subheader {
  position: absolute;
  top: 3.75rem;
  left: 0;
  width: 100%;
  height: 2.8125rem;
  border-top: 1px solid #ddd;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media (min-width: 640px) {
  .subheader {
    top: 4.6875rem;
    font-size: 0.875rem;
  }
}
.subheader.fix {
  position: fixed;
  top: 0;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.subheader li {
  height: 1.8125rem;
  padding: 0.3125rem 0.625rem;
  border-left: 2px solid #8AA330;
}
@media (min-width: 640px) {
  .subheader li {
    padding: 0.3125rem 1.875rem;
  }
}
.subheader li:last-child {
  border-right: 2px solid #8AA330;
}
.subheader a {
  position: relative;
  display: flex;
  line-height: 1;
  height: 100%;
  font-size: 0.625rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .subheader a {
    font-size: 0.875rem;
    top: -0.0625rem;
  }
}
.subheader a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.125rem;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  content: "\f078";
  font-size: 0.5rem;
  font-family: "FontAwesome", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (min-width: 640px) {
  .subheader a::after {
    bottom: -0.4375rem;
    width: 0.625rem;
    height: 0.625rem;
    font-size: 0.625rem;
  }
}

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

    section02
*/
#sctn02 .block01 .inner {
  position: relative;
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  #sctn02 .block01 .inner {
    margin-top: 3.91vw;
  }
}
@media (min-width: 1024px) {
  #sctn02 .block01 .inner {
    margin-top: 40px;
  }
}
#sctn02 .block01 img {
  width: 68vw;
  box-shadow: 2.67vw 4vw 1.33vw rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  #sctn02 .block01 img {
    width: 64.45vw;
    box-shadow: 1.95vw 2.93vw 0.49vw rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1024px) {
  #sctn02 .block01 img {
    width: 660px;
    box-shadow: 20px 30px 5px rgba(0, 0, 0, 0.1);
  }
}
#sctn02 .block01 h4 {
  position: absolute;
  right: 0;
  bottom: -16vw;
  width: 13.75rem;
  height: 7.5rem;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  #sctn02 .block01 h4 {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25.875rem;
    height: 16.125rem;
    font-size: 2.125rem;
  }
}
#sctn02 .block01 h4 span {
  display: inline-block;
  background: #fff;
  width: 100%;
  height: 1.875rem;
  line-height: 1.75rem;
  margin: 0.3125rem 0;
}
@media (min-width: 640px) {
  #sctn02 .block01 h4 span {
    height: 4.125rem;
    line-height: 4rem;
    margin: 0.625rem 0;
  }
}
#sctn02 .block01 h4 span:nth-of-type(1) {
  width: 10.3125rem;
}
@media (min-width: 640px) {
  #sctn02 .block01 h4 span:nth-of-type(1) {
    width: 19.5rem;
  }
}
#sctn02 .block04 {
  font-size: 0.9375rem;
  line-height: 1.87;
}
@media (min-width: 640px) {
  #sctn02 .block04 {
    font-size: 1rem;
    line-height: inherit;
  }
}
#sctn02 .block04 .wrap {
  padding-top: 12vw;
}
@media (min-width: 640px) {
  #sctn02 .block04 .wrap {
    padding-top: 5rem;
  }
}
#sctn02 .block04 h3 {
  position: relative;
  width: 100%;
  height: 15vw;
  line-height: 15vw;
  background: #000;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn02 .block04 h3 {
    height: 6.25rem;
    line-height: 6rem;
    font-size: 2.375rem;
    font-weight: 600;
    /*font-family: 'Noto Serif JP', serif;*/
  }
}
#sctn02 .block04 h3::after {
  content: "";
  position: absolute;
  bottom: -8vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: solid 4vw #000;
  border-right: solid 4vw transparent;
  border-bottom: solid 4vw transparent;
  border-left: solid 4vw transparent;
}
@media (min-width: 640px) {
  #sctn02 .block04 h3::after {
    bottom: -3.91vw;
    border-top: solid 1.95vw #000;
    border-right: solid 1.95vw transparent;
    border-bottom: solid 1.95vw transparent;
    border-left: solid 1.95vw transparent;
  }
}
@media (min-width: 1024px) {
  #sctn02 .block04 h3::after {
    bottom: -40px;
    border-top: solid 20px #000;
    border-right: solid 20px transparent;
    border-bottom: solid 20px transparent;
    border-left: solid 20px transparent;
  }
}
#sctn02 .block04 .inner {
  background: #fff;
  padding: 8vw;
}
@media (min-width: 640px) {
  #sctn02 .block04 .inner {
    padding: 4.88vw 3.91vw;
  }
}
@media (min-width: 1024px) {
  #sctn02 .block04 .inner {
    padding: 50px 40px;
  }
}
#sctn02 .block04 .highlight {
  background: linear-gradient(transparent 55%, #ff0 55%);
}
#sctn02 .block04 .ext-1 {
  width: 100%;
  padding: 1.625rem;
  border: 0.8vw solid #7197AD;
  border-radius: 1rem;
}
@media (min-width: 640px) {
  #sctn02 .block04 .ext-1 {
    display: flex;
    align-items: center;
    width: 40rem;
    padding: 2.5rem 0 2.5rem 2.5rem;
    border-width: 0.1875rem;
    border-radius: 1.25rem;
  }
}
@media (min-width: 640px) {
  #sctn02 .block04 .ext-1 img {
    width: 17.5rem;
  }
}
#sctn02 .block04 .ext-1 div {
  text-align: center;
}
@media (min-width: 640px) {
  #sctn02 .block04 .ext-1 div {
    width: calc(100% - 17.5rem);
  }
}
#sctn02 .block04 .ext-1 span {
  color: #D90000;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 640px) {
  #sctn02 .block04 .ext-1 span {
    font-size: 4.375rem;
  }
}
#sctn02 .block04 .ext-1 span span {
  font-size: 0.43em;
}
#sctn02 .block04 .ext-1 h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.3125rem;
}
@media (min-width: 640px) {
  #sctn02 .block04 .ext-1 h4 {
    font-size: 1.5rem;
    margin-top: 0.625rem;
  }
}
#sctn02 .block04 .ext-1 aside {
  font-size: 0.75rem;
  line-height: 1.4;
  margin-top: 0.3125rem;
}
@media (min-width: 640px) {
  #sctn02 .block04 .img-1 {
    width: 35rem;
  }
}
#sctn02 .block04 .img-2 {
  width: 3.75rem;
}
@media (min-width: 640px) {
  #sctn02 .block04 .img-2 {
    width: 5rem;
  }
}
#sctn02 .block04 .h4 {
  width: 90%;
  padding: 0.6875rem 0 0.8125rem;
  background: #D90000;
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 640px) {
  #sctn02 .block04 .h4 {
    width: 20rem;
    font-size: 2.25rem;
  }
}
#sctn02 .block04 .ext-2 {
  width: 16rem;
  text-align: center;
}
#sctn02 .block04 .ext-2 span {
  color: #D90000;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 640px) {
  #sctn02 .block04 .ext-2 span {
    font-size: 4.375rem;
  }
}
#sctn02 .block04 .ext-2 span span {
  font-size: 0.43em;
}
#sctn02 .block04 .ext-2 h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.3125rem;
}
@media (min-width: 640px) {
  #sctn02 .block04 .ext-2 h4 {
    font-size: 1.5rem;
    margin-top: 0.625rem;
  }
}
#sctn02 .block04 .ext-2 aside {
  font-size: 0.75rem;
  line-height: 1.4;
  margin-top: 0.3125rem;
}

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

    cv button02a
*/
#cvbtn02a {
  background: #7197AD;
}
#cvbtn02a h3 {
  font-size: 0.9375rem;
}
@media (min-width: 640px) {
  #cvbtn02a h3 {
    font-size: 1.375rem;
  }
}

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

    section03
*/
#sctn03 .block02 .issue {
  background: #EAF0F6;
}
@media (min-width: 640px) {
  #sctn03 .block02 .issue {
    margin-top: 1.875rem;
    width: 43.75rem;
    padding: 1.875rem 3.75rem;
  }
}
#sctn03 .block02 .issue .inner {
  padding: 0;
}
#sctn03 .block02 .issue .inner .chart-wrap {
  position: relative;
}
#sctn03 .block02 .issue .inner img {
  width: 100%;
  margin: auto;
}
@media (min-width: 640px) {
  #sctn03 .block02 .issue .inner img {
    width: 31.25rem;
  }
}
#sctn03 .block02 .issue .inner p {
  position: absolute;
  top: 7rem;
  right: -1.33vw;
  margin: 0 auto;
  width: 32vw;
  height: 16vw;
  color: #9D3737;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  background: #fff;
  border: 0.53vw solid #9D3737;
  padding-top: 0.125rem;
}
@media (min-width: 640px) {
  #sctn03 .block02 .issue .inner p {
    top: 10rem;
    right: 0;
    width: 10.625rem;
    height: 5rem;
    font-size: 1.25rem;
    border-width: 0.125rem;
    padding-top: 0;
  }
}
#sctn03 .block02 .plan {
  width: 92vw;
  margin-top: 2.5rem;
  background: #F1F5F9;
  padding: 2rem 1.25rem;
}
@media (min-width: 640px) {
  #sctn03 .block02 .plan {
    width: 43.75rem;
    padding: 2.5rem 1.5rem;
  }
}
#sctn03 .block02 .plan__title {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 640px) {
  #sctn03 .block02 .plan__title {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
}
#sctn03 .block02 .plan__lead {
  padding-top: 1.5rem;
}
#sctn03 .block02 .plan__lead p {
  margin: 0;
  padding: 0 0 0 0.875rem;
  border-left: 0.1875rem solid #1E40AF;
  color: #374151;
  font-size: 1rem;
  line-height: 2;
  width: auto;
}
#sctn03 .block02 .plan__photos {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 1.75rem;
}
@media (min-width: 640px) {
  #sctn03 .block02 .plan__photos {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
    padding-top: 1.75rem;
  }
}
#sctn03 .block02 .plan__photo {
  margin: 0;
}
#sctn03 .block02 .plan__photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 640px) {
  #sctn03 .block02 .plan__photo--staff {
    flex: 0 0 52%;
    max-width: 52%;
  }
}
#sctn03 .block02 .plan__photo--staff .plan__photo-wrap {
  position: relative;
}
@media (min-width: 640px) {
  #sctn03 .block02 .plan__photo--staff img {
    box-shadow: 0.5rem 0.5rem 0 #1E40AF;
  }
}
@media (min-width: 640px) {
  #sctn03 .block02 .plan__photo--food {
    flex: 1;
    min-width: 0;
    padding-top: 1.25rem;
  }
}
#sctn03 .block02 .plan__photo--food figcaption {
  padding-top: 0.625rem;
  color: #4D5667;
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: left;
}
#sctn03 .block02 .plan__photo--food figcaption small {
  display: block;
  color: #88919F;
  font-size: 0.75rem;
  line-height: 1.5;
}
#sctn03 .block02 .plan__photo-badge {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.125rem 0.5rem;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 640px) {
  #sctn03 .block02 .plan__photo-badge {
    margin-top: 0.625rem;
    padding: 0.5rem 0.625rem;
  }
}
#sctn03 .block02 .plan__voice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-top: 2rem;
}
@media (min-width: 640px) {
  #sctn03 .block02 .plan__voice {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
    padding-top: 2.25rem;
  }
}
#sctn03 .block02 .plan__voice-profile {
  flex-shrink: 0;
  width: 7.5rem;
  margin: 0;
  text-align: center;
}
#sctn03 .block02 .plan__voice-profile img {
  display: block;
  width: 6.75rem;
  height: 6.75rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 0.1875rem solid #fff;
  box-shadow: 0 0 0 0.125rem #1E40AF;
  object-fit: cover;
  object-position: center top;
}
#sctn03 .block02 .plan__voice-profile figcaption {
  padding-top: 0.5rem;
}
#sctn03 .block02 .plan__voice-name {
  display: block;
  color: #1E40AF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
#sctn03 .block02 .plan__voice-role {
  display: block;
  padding-top: 0.0625rem;
  color: #88919F;
  font-size: 0.75rem;
  line-height: 1.5;
}
#sctn03 .block02 .plan__voice-body {
  width: 100%;
}
@media (min-width: 640px) {
  #sctn03 .block02 .plan__voice-body {
    flex: 1;
    min-width: 0;
  }
}
#sctn03 .block02 .plan__voice-label {
  margin: 0;
  padding: 0;
  color: #88919F;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  width: auto;
}
#sctn03 .block02 .plan__voice-text {
  margin: 0.25rem 0 0;
  padding: 0;
  color: #1F2937;
  font-size: 1rem;
  line-height: 2;
  width: auto;
}
#sctn03 .block02 .plan__divider {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  border: none;
  border-top: 0.0625rem solid #D8DBE1;
}
#sctn03 .block02 .plan__history {
  padding-top: 2rem;
}
#sctn03 .block02 .plan__history-title {
  padding-top: 1.5rem;
  color: #1E40AF;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
#sctn03 .block02 .plan__history-lead {
  padding-top: 0.375rem;
  margin: 0;
  color: #0A0A0A;
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.75;
  width: auto;
}
#sctn03 .block02 .plan__table {
  margin-top: 1rem;
  border: 0.0625rem solid #D8DBE1;
}
#sctn03 .block02 .plan__row {
  display: flex;
  flex-direction: column;
  border-bottom: 0.0625rem solid #D8DBE1;
}
#sctn03 .block02 .plan__row:last-child {
  border-bottom: none;
}
@media (min-width: 640px) {
  #sctn03 .block02 .plan__row {
    flex-direction: row;
    align-items: stretch;
  }
}
#sctn03 .block02 .plan__row--current .plan__row-year {
  background: #1E40AF;
  color: #fff;
}
#sctn03 .block02 .plan__row--current .plan__row-body {
  background: #fff;
}
#sctn03 .block02 .plan__row-year {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.875rem;
  background: #F9FAFB;
  color: #6B7280;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 640px) {
  #sctn03 .block02 .plan__row-year {
    flex: 0 0 6rem;
    padding: 0.75rem 1rem;
  }
}
#sctn03 .block02 .plan__row-body {
  padding: 0.25rem 0.875rem 0.75rem;
}
@media (min-width: 640px) {
  #sctn03 .block02 .plan__row-body {
    flex: 1;
    min-width: 0;
    padding: 0.75rem 1rem;
  }
}
#sctn03 .block02 .plan__row-body p {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.25rem;
  color: #374151;
  font-size: 1rem;
  line-height: 1.9;
  width: auto;
}
#sctn03 .block02 .plan__row-body p::before {
  content: "—";
  position: absolute;
  left: 0;
  top: -0.1em;
  color: #FF6B6B;
  font-size: 1rem;
  line-height: 1.9;
}
#sctn03 .block02 .plan__row-body p + p {
  margin-top: 0.125rem;
}
@media (min-width: 640px) {
  #sctn03 .block02 .plan__row-body p + p {
    margin-top: 0.125rem;
  }
}
#sctn03 .block02 .message {
  width: 92vw;
  margin-top: 1.875rem;
}
@media (min-width: 640px) {
  #sctn03 .block02 .message {
    width: 43.75rem;
  }
}
#sctn03 .block02 .message .inner {
  margin-top: 0.9375rem;
  background: #FFF;
  border-radius: 0.625rem;
  padding: 1rem 1.25rem 1.5rem;
}
@media (min-width: 640px) {
  #sctn03 .block02 .message .inner {
    width: 43.75rem;
    border-radius: 1.25rem;
    padding: 1.25rem 2.5rem 1.875rem;
  }
}
#sctn03 .block02 .message .inner div {
  margin-top: 1rem;
}
@media (min-width: 640px) {
  #sctn03 .block02 .message .inner div {
    margin-top: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#sctn03 .block02 .message h5 {
  height: 3.75rem;
  background: #00A73A;
  border-radius: 1.875rem;
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0;
  padding-top: 0.5rem;
}
@media (min-width: 640px) {
  #sctn03 .block02 .message h5 {
    height: 4.375rem;
    border-radius: 2.1875rem;
    font-size: 1.5rem;
    line-height: 4.25rem;
    padding-top: 0;
  }
}
#sctn03 .block02 .message h6 {
  color: #FD7500;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  #sctn03 .block02 .message h6 {
    font-size: 1.5rem;
  }
}
#sctn03 .block02 .message figure {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 640px) {
  #sctn03 .block02 .message figure {
    width: 15rem;
  }
}
#sctn03 .block02 .message figure figcaption {
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: 0.5rem;
  text-align: center;
}
#sctn03 .block02 .message figure figcaption small {
  font-size: 0.625rem;
}
#sctn03 .block02 .message p {
  width: auto;
  padding: 0;
  margin-top: 1.25rem;
}
@media (min-width: 640px) {
  #sctn03 .block02 .message p {
    width: 21.25rem;
    margin-top: 0;
  }
}
#sctn03 .block06 {
  width: 100%;
  background: #e2e8f0;
  position: relative;
  padding: 8vw 0 9vw;
}
@media (min-width: 640px) {
  #sctn03 .block06 {
    padding-top: 5.86vw;
    padding-bottom: 6.84vw;
  }
}
@media (min-width: 1024px) {
  #sctn03 .block06 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
#sctn03 .block06::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: solid 4vw #fff;
  border-right: solid 5.33vw transparent;
  border-bottom: solid 4vw transparent;
  border-left: solid 5.33vw transparent;
}
@media (min-width: 640px) {
  #sctn03 .block06::before {
    border-top: solid 2.93vw #fff;
    border-right: solid 3.91vw transparent;
    border-bottom: solid 2.93vw transparent;
    border-left: solid 3.91vw transparent;
  }
}
@media (min-width: 1024px) {
  #sctn03 .block06::before {
    border-top: solid 30px #fff;
    border-right: solid 40px transparent;
    border-bottom: solid 30px transparent;
    border-left: solid 40px transparent;
  }
}
#sctn03 .block06 p {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  #sctn03 .block06 p {
    font-size: 2.73vw;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #sctn03 .block06 p {
    font-size: 28px;
  }
}
#sctn03 .block06 p span {
  color: #FD7500;
  font-size: 1.25rem;
  background: linear-gradient(transparent 80%, #FFF788 80%);
}
@media (min-width: 640px) {
  #sctn03 .block06 p span {
    font-size: 3.52vw;
  }
}
@media (min-width: 1024px) {
  #sctn03 .block06 p span {
    font-size: 36px;
  }
}
#sctn03 .block06 img {
  padding-top: 8vw;
}
@media (min-width: 640px) {
  #sctn03 .block06 img {
    padding-top: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn03 .block06 img {
    padding-top: 60px;
  }
}

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

    cv button02
*/
#cvbtn02 h3 {
  font-size: 0.9375rem;
}
@media (min-width: 640px) {
  #cvbtn02 h3 {
    font-size: 1.375rem;
  }
}
#cvbtn02.b-pattern::before {
  border-top-color: #e2e8f0;
}

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

    section04
*/
#sctn04 .block02e .food img {
  width: 70%;
}
@media (min-width: 640px) {
  #sctn04 .block02e .food img {
    width: 18.25rem;
  }
}
#sctn04 .block04 #sctn04block04 {
  position: absolute;
  top: -5rem;
}
@media (min-width: 640px) {
  #sctn04 .block04 #sctn04block04 {
    top: -6.25rem;
  }
}

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

    cv button03
*/
#cvbtn03 h3 {
  font-size: 0.9375rem;
}
@media (min-width: 640px) {
  #cvbtn03 h3 {
    font-size: 1.375rem;
  }
}

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

    section05
*/
#sctn05 {
  text-align: justify;
}
#sctn05 .block02 ul li:nth-child(2) {
  padding: 4vw 0.8vw 0 0;
}
@media (min-width: 640px) {
  #sctn05 .block02 ul li:nth-child(2) {
    padding: 5.37vw 0.49vw 0 0;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 ul li:nth-child(2) {
    padding: 55px 5px 0 0;
  }
}
#sctn05 .block02 ul li:nth-child(2) span {
  display: inline-block;
  font-size: 0.9375rem;
  margin: 0.27vw 0 0;
}
@media (min-width: 640px) {
  #sctn05 .block02 ul li:nth-child(2) span {
    font-size: 2.5rem;
    margin: 0.29vw 0 0.88vw;
  }
}
@media (min-width: 1024px) {
  #sctn05 .block02 ul li:nth-child(2) span {
    margin: 3px 0 9px;
  }
}
#sctn05 .block02 ul li:nth-child(2) span strong {
  letter-spacing: -0.2em;
}
@media (min-width: 640px) {
  #sctn05 .block02 ul li:nth-child(2) span strong {
    letter-spacing: -0.1em;
  }
}

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

    section08
*/
#sctn08 {
  text-align: justify;
  position: relative;
  padding: 0 0 10.67vw;
  background: #FAFBF5;
}
@media (min-width: 640px) {
  #sctn08 {
    padding: 0 0 9.77vw;
  }
}
@media (min-width: 1024px) {
  #sctn08 {
    padding: 0 0 100px;
  }
}
#sctn08 .wrap {
  width: 94.67vw;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0.8vw 0.8vw 1.6vw 0 rgba(0, 0, 0, 0.2);
  padding: 8vw 4vw;
}
@media (min-width: 640px) {
  #sctn08 .wrap {
    width: 78.13vw;
    box-shadow: 0.29vw 0.29vw 0.59vw 0 rgba(0, 0, 0, 0.2);
    padding: 5.86vw;
  }
}
@media (min-width: 1024px) {
  #sctn08 .wrap {
    width: 800px;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
    padding: 60px;
  }
}
#sctn08 h4 {
  color: #8AA330;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1rem;
}
@media (min-width: 640px) {
  #sctn08 h4 {
    font-size: 1.875rem;
    line-height: 1;
    margin-bottom: 1.5rem;
  }
}
#sctn08 .checklist {
  background: #F8EBD6;
  padding: 1.25rem;
  list-style: none;
  margin: 0;
}
@media (min-width: 640px) {
  #sctn08 .checklist {
    padding: 2.5rem;
  }
}
#sctn08 .checklist li {
  margin-top: 1rem;
  padding-left: 2rem;
  background: url("../images_2606/sctn08_checklist_icon.svg") left top 0.125rem no-repeat;
  background-size: 1.75rem auto;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  #sctn08 .checklist li {
    padding-left: 2.75rem;
    background-size: 1.75rem auto;
    font-size: 1.125rem;
  }
}
#sctn08 .checklist li:first-child {
  margin-top: 0;
}
#sctn08 strong {
  background: linear-gradient(transparent 55%, #ff0 55%);
}

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

    cv button04
*/
#cvbtn04 h3 {
  font-size: 0.9375rem;
}
@media (min-width: 640px) {
  #cvbtn04 h3 {
    font-size: 1.375rem;
  }
}

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

    fixed footer
*/
#fixedfooter p {
  font-size: 0.9375rem;
  line-height: 1.3;
}
@media (min-width: 640px) {
  #fixedfooter p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

/*# sourceMappingURL=style_2606.css.map */
