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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

html {
  font-size: 62.5% !important;
}

body {
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  display: block;
  text-decoration: none;
  color: #222;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  cursor: pointer;
}

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

body {
  font-family: apple-system, BlinkMacSystemFont, Roboto, "Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

main {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
main .inner {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 640px) {
  main .inner {
    max-width: 1100px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

details summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

input::-webkit-calendar-picker-indicator {
  display: none;
  opacity: 0;
}

.scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar::-webkit-scrollbar {
  display: none;
}

header {
  background: #1eb97b;
  -webkit-filter: drop-shadow(0 1px 3px rgba(80, 80, 80, 0.1));
          filter: drop-shadow(0 1px 3px rgba(80, 80, 80, 0.1));
  position: relative;
  z-index: 90;
}
@media (min-width: 1200px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}

.header-inner {
  width: 98%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (min-width: 1200px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header-logo {
  min-width: 10rem;
  position: relative;
}
@media (min-width: 640px) {
  .header-logo {
    width: 34rem;
  }
}
@media (min-width: 1300px) {
  .header-logo {
    width: 34rem;
  }
}

.logo-main {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: inline-block;
  width: 8rem;
  height: auto;
  z-index: 50;
}
@media (min-width: 640px) {
  .logo-main {
    top: 0;
    left: 0;
    width: 10rem;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .logo-main {
    width: 12rem;
  }
}

.btn-entry,
.btn-entry-s,
.btn-entry-m,
.btn-entry-fv,
.btn-entry-sp,
.btn-login,
.btn-cancel,
.btn-mypage {
  display: inline-block;
  background: #F18726;
  border: solid 0.3rem #fff;
  border-radius: 4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 1;
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-entry:hover,
.btn-entry-s:hover,
.btn-entry-m:hover,
.btn-entry-fv:hover,
.btn-entry-sp:hover,
.btn-login:hover,
.btn-cancel:hover,
.btn-mypage:hover {
  background-color: rgb(242.5454545455, 148.2467532468, 61.9545454545);
}

.btn-entry-s span,
.btn-entry-m span,
.btn-entry-fv span,
.btn-entry-sp span,
.btn-login span,
.btn-mypage span {
  position: absolute;
  top: 50%;
  display: inline-block;
  background: url(../img/arr-btn.svg) center center no-repeat #F18726;
  background-size: contain;
  vertical-align: middle;
}

.btn-entry {
  background: url(../img/arr-btn.svg) center right 1.5rem no-repeat #F18726;
}

.btn-entry,
.btn-entry-s,
.btn-entry-fv,
.btn-entry-sp,
.btn-cancel,
.btn-mypage {
  padding: 1.7rem;
  font-size: 2rem;
  min-width: 280px;
}
.btn-entry span,
.btn-entry-s span,
.btn-entry-fv span,
.btn-entry-sp span,
.btn-cancel span,
.btn-mypage span {
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  right: 1.5rem;
}
@media (min-width: 640px) {
  .btn-entry,
  .btn-entry-s,
  .btn-entry-fv,
  .btn-entry-sp,
  .btn-cancel,
  .btn-mypage {
    font-size: 2.1rem;
    min-width: 320px;
  }
}

.btn-entry-s {
  padding: 1.5rem 3rem 1.5rem 1.7rem;
  font-size: 1.6rem;
  min-width: 80%;
  letter-spacing: 0.1rem;
}
.btn-entry-s span {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  right: 1rem;
}
@media (min-width: 1300px) {
  .btn-entry-s {
    font-size: 1.6rem;
  }
}

.btn-entry-m,
.btn-grey-m,
.btn-login {
  padding: 1rem 3rem 1rem 1.4rem;
  font-size: 1.5rem;
}
.btn-entry-m span,
.btn-grey-m span,
.btn-login span {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  right: 1rem;
}
@media (min-width: 640px) {
  .btn-entry-m,
  .btn-grey-m,
  .btn-login {
    padding: 1.3rem 3rem 1.3rem 1.7rem;
  }
}
@media (min-width: 1300px) {
  .btn-entry-m,
  .btn-grey-m,
  .btn-login {
    font-size: 1.6rem;
  }
}

.btn-grey-m {
  margin: 0;
  padding-right: 1.4rem;
  background: #bbb;
  border: solid 0.3rem #fff;
  border-radius: 4rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  cursor: not-allowed;
}

.btn-entry-fv {
  display: none;
}
@media (min-width: 640px) {
  .btn-entry-fv {
    display: inline-block;
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .btn-entry-fv {
    margin-top: 140px;
  }
}
@media (max-height: 900px) {
  .btn-entry-fv {
    margin-top: 1rem;
  }
}

.btn-entry-fv em,
.btn-entry-sp em {
  width: 10rem;
  position: absolute;
  top: -1.9rem;
  left: 50%;
  display: inline-block;
  margin: 0 0 0 -5rem;
  padding: 0.8rem 0.8rem 1rem 1.2rem;
  background: url(../img/btn-fukidashi.png) center center no-repeat;
  background-size: contain;
  font-size: 1.3rem;
  font-weight: 700;
  color: #F18726;
  text-align: center;
  line-height: 1;
}

.btn-entry-sp {
  padding: 1.5rem;
}
.btn-entry-sp em {
  padding: 0.5rem 0.8rem 0.8rem 1.2rem;
  font-size: 1.2rem;
  top: -1.5rem;
}

.sec-fv {
  min-height: 90vh;
  background: #FBFFE1;
  background: linear-gradient(127deg, rgb(251, 255, 225) 0%, rgb(243, 255, 244) 100%);
}
@media (min-width: 640px) {
  .sec-fv {
    min-height: 100vh;
    padding-top: 6dvh;
  }
}

.fv-body {
  width: 100%;
  min-height: 90dvh;
  margin: 0 auto;
  padding: 12vh 2vh 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  overflow: hidden;
}
.fv-body .info {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1rem;
  color: #fff;
  opacity: 0.6;
}
.fv-body::before, .fv-body::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
}
.fv-body::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/bg-fv-left.png) left top 18vh no-repeat;
  background-size: 7.5vw;
}
.fv-body::after {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/bg-fv-right.png) right -1vw bottom no-repeat;
  background-size: 80vw;
}
@media (min-width: 640px) {
  .fv-body {
    min-height: calc(100dvh - 14vh);
    padding: 14vh 8vh 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fv-body::before {
    background-position: left top 29vh;
    background-size: 3.2vw;
  }
  .fv-body::after {
    background-position: right -0.2vw bottom;
    background-size: 52vw;
  }
  .fv-body .info {
    bottom: 2rem;
    right: 3rem;
  }
}
@media (min-width: 1300px) {
  .fv-body .info {
    bottom: -3rem;
  }
}

.fv-copy {
  height: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 20;
}
@media (min-width: 640px) {
  .fv-copy {
    width: 50%;
    margin-top: 7vh;
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .fv-copy {
    margin-top: 13vh;
  }
}
.fv-copy .logo-agrinavi {
  display: inline-block;
  margin: 0 auto 1.2rem;
  padding: 0.6rem 1rem 0.5rem;
  background: #1eb97b;
  border-radius: 0.4rem;
  position: relative;
}
.fv-copy .logo-agrinavi img {
  width: 12rem;
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .fv-copy .logo-agrinavi {
    margin: 0 0 1.6rem;
    padding: 0.7rem 1.5rem 0.6rem;
    border-radius: 0.7rem;
  }
  .fv-copy .logo-agrinavi img {
    width: 15rem;
  }
}
@media (min-width: 1300px) {
  .fv-copy .logo-agrinavi img {
    width: 18rem;
  }
}
.fv-copy h1 {
  margin: 0 0 1.3rem;
  position: relative;
  font-size: 2.5rem;
  font-family: apple-system, BlinkMacSystemFont, Roboto, "Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 800;
  color: #222;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  white-space: nowrap;
}
.fv-copy h1 em {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  background: #fff;
  border-radius: 0.8rem;
  font-size: 125%;
  color: #1eb97b;
}
.fv-copy h1 span {
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.03rem;
}
@media (min-width: 640px) {
  .fv-copy h1 {
    margin-bottom: 2rem;
    font-size: 3vw;
  }
  .fv-copy h1 em {
    padding: 0 0.5rem;
    font-size: 130%;
  }
  .fv-copy h1 .sp {
    display: none;
  }
  .fv-copy h1 span {
    font-size: 3vw;
  }
  .fv-copy h1 span br {
    display: none;
  }
}
.fv-copy h2 {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  line-height: 1.6;
  letter-spacing: 0.08rem;
}
@media (min-width: 640px) {
  .fv-copy h2 {
    font-size: 2rem;
    font-weight: 600;
  }
}

.fv-thumb {
  min-height: 43vh;
  margin-top: 3dvh;
  position: relative;
  z-index: 20;
}
.fv-thumb img {
  height: 100%;
  border-radius: 1.5rem;
  -webkit-filter: drop-shadow(0.6rem 0.6rem 0 #1eb97b);
          filter: drop-shadow(0.6rem 0.6rem 0 #1eb97b);
  position: absolute;
}
.fv-thumb .fv1 {
  width: 39.5vw;
  height: auto;
  top: 3vh;
  left: 0;
}
.fv-thumb .fv2 {
  width: 55vw;
  height: auto;
  top: 0;
  right: -8vw;
}
.fv-thumb .fv3 {
  width: 46.5vw;
  height: auto;
  top: 19.5vh;
  right: 0;
}
@media (min-width: 640px) {
  .fv-thumb {
    width: 50%;
    height: calc(100dvh - 14vh);
  }
  .fv-thumb img {
    border-radius: 2rem;
    -webkit-filter: drop-shadow(1rem 1rem 0 #1eb97b);
            filter: drop-shadow(1rem 1rem 0 #1eb97b);
  }
  .fv-thumb .fv1 {
    width: 20vw;
    height: auto;
    top: 5rem;
    left: 0;
  }
  .fv-thumb .fv2 {
    width: 29vw;
    height: auto;
    top: 0;
    right: -5.5vw;
  }
  .fv-thumb .fv3 {
    width: 25vw;
    height: auto;
    top: 40vh;
    left: calc(20vw + 3rem);
  }
}

.emblem {
  width: 10rem;
  height: auto;
  position: absolute;
  top: -5.6rem;
  left: calc(50% + 9rem);
}
@media (min-width: 640px) {
  .emblem {
    width: 12rem;
    top: -6rem;
    left: calc(50% + 26rem);
  }
}
@media (min-width: 1200px) {
  .emblem {
    width: 15rem;
    top: -6rem;
    left: calc(50% + 33rem);
  }
}

.wrap-sp-fixed {
  width: 100%;
  padding: 0.6rem 0;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: -40dvh;
  left: 0;
  text-align: center;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: drop-shadow(0.3rem 0 0.5rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0.3rem 0 0.5rem rgba(0, 0, 0, 0.1));
}
.wrap-sp-fixed .btn-comment {
  margin-bottom: 1.5rem;
}
.wrap-sp-fixed.active {
  bottom: 0;
}
.wrap-cta {
  text-align: center;
}

.sec-schedule,
.sec-about,
.sec-voice {
  padding-top: 3rem;
}
@media (min-width: 640px) {
  .sec-schedule,
  .sec-about,
  .sec-voice {
    padding-top: 10rem;
  }
}

.sec-schedule h1, .sec-schedule h2,
.sec-benefit h1,
.sec-benefit h2,
.sec-voice h1,
.sec-voice h2 {
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .sec-schedule h1, .sec-schedule h2,
  .sec-benefit h1,
  .sec-benefit h2,
  .sec-voice h1,
  .sec-voice h2 {
    margin-bottom: 7rem;
    font-size: 4.2rem;
    letter-spacing: 0.15rem;
  }
}
.sec-schedule h1 span, .sec-schedule h2 span,
.sec-benefit h1 span,
.sec-benefit h2 span,
.sec-voice h1 span,
.sec-voice h2 span {
  display: block;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1eb97b;
  letter-spacing: 0.05rem;
}
@media (min-width: 640px) {
  .sec-schedule h1 span, .sec-schedule h2 span,
  .sec-benefit h1 span,
  .sec-benefit h2 span,
  .sec-voice h1 span,
  .sec-voice h2 span {
    font-size: 2.4rem;
  }
}
.sec-schedule h2,
.sec-benefit h2,
.sec-voice h2 {
  position: relative;
}
.sec-schedule h2::after,
.sec-benefit h2::after,
.sec-voice h2::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.3rem;
  border-radius: 0.5rem;
  background: #1eb97b;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 640px) {
  .sec-schedule h2::after,
  .sec-benefit h2::after,
  .sec-voice h2::after {
    width: 8rem;
    height: 0.5rem;
  }
}
.sec-schedule .intro,
.sec-benefit .intro,
.sec-voice .intro {
  margin-bottom: 1.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media (min-width: 640px) {
  .sec-schedule .intro,
  .sec-benefit .intro,
  .sec-voice .intro {
    font-size: 1.7rem;
  }
}
.sec-schedule .intro em,
.sec-benefit .intro em,
.sec-voice .intro em {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgb(248.4335260116, 235.3005780347, 190.5664739884)));
  background: linear-gradient(transparent 60%, rgb(248.4335260116, 235.3005780347, 190.5664739884) 60%);
}
.sec-schedule .intro b,
.sec-benefit .intro b,
.sec-voice .intro b {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 130%;
}
.sec-schedule .intro span,
.sec-benefit .intro span,
.sec-voice .intro span {
  font-weight: 700;
  color: #1eb97b;
}

.sec-schedule {
  padding: 4rem 0;
  text-align: center;
  position: relative;
}
.sec-schedule::before, .sec-schedule::after {
  content: "";
  display: block;
  width: 100%;
  height: 20vh;
  position: absolute;
  z-index: 10;
}
.sec-schedule::before {
  top: 0;
  left: 0;
  background: url(../img/bg-stripe-top.png) right top no-repeat;
  background-size: contain;
}
.sec-schedule::after {
  bottom: 0;
  left: 0;
  background: url(../img/bg-stripe-bottom.png) left bottom no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  .sec-schedule {
    padding: 7rem 0;
  }
  .sec-schedule::before, .sec-schedule::after {
    height: 35vh;
  }
}

.list-schedule {
  margin-top: 4rem;
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 20;
}
@media (min-width: 640px) {
  .list-schedule {
    margin-top: 3rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.list-schedule .item {
  padding: 1rem 1.2rem;
  background: #fff;
  border-radius: 1.5rem;
  border: solid 0.2rem #222;
  text-align: left;
  position: relative;
}
@media (min-width: 640px) {
  .list-schedule .item {
    padding: 1.6rem 2rem;
  }
}
.list-schedule .item p {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04rem;
}
.list-schedule .item .date {
  font-size: 2.6rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  white-space: nowrap;
}
.list-schedule .item .date small {
  font-size: 65%;
}
@media (min-width: 640px) {
  .list-schedule .item .date {
    font-size: 3rem;
  }
}
.list-schedule .item .sat,
.list-schedule .item .sun {
  display: inline-block;
  vertical-align: middle;
  margin: -0.2rem 0 0 0.3rem;
  padding: 0.2rem 0.2rem 0.3rem;
  border: solid 0.1rem #222;
  border-radius: 3rem;
  font-family: apple-system, BlinkMacSystemFont, Roboto, "Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 640px) {
  .list-schedule .item .sat,
  .list-schedule .item .sun {
    padding: 0.4rem;
    font-size: 1.3rem;
  }
}
.list-schedule .item .sat {
  color: #7ABEE6;
}
.list-schedule .item .sun {
  color: #F18726;
}
.list-schedule .item .area {
  font-size: 2.2rem;
}
@media (min-width: 640px) {
  .list-schedule .item .area {
    margin-top: -0.3rem;
    margin-left: 0.5rem;
    font-size: 2.6rem;
    line-height: 1;
  }
}
@media (min-width: 640px) {
  .list-schedule .item .date,
  .list-schedule .item .area {
    display: inline-block;
    vertical-align: middle;
  }
}
.list-schedule .item .place {
  margin-top: 0.6rem;
  padding: 0.6rem 0 0 1.5rem;
  border-top: dotted 0.3rem #bbb;
  background: url(../img/pin.svg) left top 0.6rem no-repeat;
  background-size: 1.2rem;
  font-size: 1.4rem;
}
@media (min-width: 640px) {
  .list-schedule .item .place {
    font-size: 1.5rem;
    background-position: left top 0.8rem;
  }
}
.list-schedule .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.5rem 0 0.7rem;
}
.list-schedule .item ul li {
  padding: 0.4rem 0.6rem;
  border: solid 0.1rem #1eb97b;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1eb97b;
}
@media (min-width: 640px) {
  .list-schedule .item ul {
    margin-top: 0.8rem;
  }
  .list-schedule .item ul li {
    font-size: 1.2rem;
  }
}
.list-schedule .btn-entry-m,
.list-schedule .btn-grey-m {
  width: 100%;
}
.list-schedule .btn-grey-m {
  line-height: 1 !important;
}
.list-schedule .end {
  position: relative;
  z-index: 10;
}
.list-schedule .end::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.3rem;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 20;
}
.list-schedule .end::after {
  width: 80%;
  content: "開催終了しました";
  display: inline-block;
  padding: 0.8rem 1.2rem;
  background: #fff;
  border-radius: 0.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #222;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 30;
}
@media (min-width: 640px) {
  .list-schedule .end::after {
    width: auto;
  }
}
.list-schedule .end .btn-entry-m {
  position: relative;
  z-index: 30;
}

.sec-benefit {
  padding-bottom: 3rem;
  text-align: center;
}
.sec-benefit h2 {
  margin-bottom: 3rem;
}
.sec-benefit .wrap-about {
  margin-bottom: 2rem;
  padding: 1.5rem 1.8rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.7);
}
.sec-benefit .wrap-about h2, .sec-benefit .wrap-about h3 {
  color: #222;
}
.sec-benefit .wrap-about h3 em {
  color: #1eb97b;
}
.sec-benefit .wrap-about p {
  font-size: 1.4rem;
  color: #222;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
.sec-benefit .wrap-about * {
  -webkit-filter: drop-shadow(0.3rem 0.3rem 0.5rem rgba(255, 255, 255, 0.5));
          filter: drop-shadow(0.3rem 0.3rem 0.5rem rgba(255, 255, 255, 0.5));
}
.sec-benefit .wrap-medal {
  margin-bottom: 2rem;
  padding: 3rem 0;
  background: url(../img/benefit-bg.png) center bottom no-repeat;
  background-size: cover;
  color: #fff;
}
.sec-benefit .wrap-medal ul {
  max-width: 88rem;
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-benefit .wrap-medal ul li {
  width: 45%;
  padding: 0 1rem;
}
.sec-benefit .wrap-medal .caption {
  padding: 0 5dvw;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}
.sec-benefit h3 {
  font-weight: 700;
  letter-spacing: 0.14rem;
  line-height: 1.4;
}
.sec-benefit .head {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.6;
}
.sec-benefit .head br {
  display: none;
}
.sec-benefit .title {
  margin-bottom: 1.5rem;
  padding: 0 5dvw;
  font-size: 1.7rem;
}
.sec-benefit .title em {
  color: #1eb97b;
}
.sec-benefit .wrap-graph {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fffbe2;
  border-radius: 1.5rem;
}
.sec-benefit .wrap-graph div {
  width: 100%;
  padding: 2rem 0 0;
}
.sec-benefit .wrap-graph h4 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  line-height: 1;
}
.sec-benefit .wrap-graph h4 span {
  display: inline-block;
  padding: 1.2rem 1.8rem 1.2rem 4.2rem;
  border: solid 0.2rem #222;
}
.sec-benefit .wrap-graph img {
  display: block;
  width: 74%;
}
.sec-benefit .wrap-graph .beginner {
  background: url(../img/illust-beginner.png) left 1rem bottom no-repeat;
  background-size: 32%;
}
.sec-benefit .wrap-graph .beginner h4,
.sec-benefit .wrap-graph .beginner img {
  margin-left: auto;
}
.sec-benefit .wrap-graph .beginner h4 span {
  background: url(../img/beginner.svg) left 1.4rem center no-repeat #fff;
  background-size: 2.2rem;
}
.sec-benefit .wrap-graph .satisfaction {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  background: url(../img/illust-satisfaction.png) right 1rem bottom 2rem no-repeat;
  background-size: 28%;
}
.sec-benefit .wrap-graph .satisfaction h4,
.sec-benefit .wrap-graph .satisfaction img {
  margin-right: auto;
}
.sec-benefit .wrap-graph .satisfaction h4 span {
  background: url(../img/star.svg) left 1.2rem center no-repeat #fff;
  background-size: 2.6rem;
}
.sec-benefit .wrap-graph .satisfaction img {
  margin-left: 1rem;
}
.sec-benefit .info {
  padding-right: 0;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: right;
}
@media (min-width: 640px) {
  .sec-benefit {
    padding-bottom: 6rem;
  }
  .sec-benefit h2 {
    margin-bottom: 5rem;
  }
  .sec-benefit .wrap-about {
    margin-bottom: 5rem;
    padding: 4rem 4rem 5rem;
  }
  .sec-benefit .wrap-about p {
    font-size: 1.7rem;
  }
  .sec-benefit .wrap-medal {
    margin-bottom: 8rem;
    padding: 8rem 0 10rem;
  }
  .sec-benefit .wrap-medal ul {
    margin-bottom: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-benefit .wrap-medal ul li {
    width: 30%;
    padding: 0;
  }
  .sec-benefit .wrap-medal .caption {
    padding: 0;
    font-size: 1.2rem;
  }
  .sec-benefit .head {
    margin-bottom: 2.5rem;
    font-size: 3rem;
  }
  .sec-benefit .head br {
    display: block;
  }
  .sec-benefit .title {
    margin-bottom: 5rem;
    font-size: 3rem;
  }
  .sec-benefit .wrap-graph div {
    width: 50%;
    padding: 5rem 1rem 5rem;
  }
  .sec-benefit .wrap-graph h4,
  .sec-benefit .wrap-graph img {
    width: 78%;
  }
  .sec-benefit .wrap-graph .beginner {
    background-size: 35%;
  }
  .sec-benefit .wrap-graph .satisfaction {
    padding-top: 5rem;
    background-position: right 2rem bottom;
    background-size: 30%;
  }
  .sec-benefit .wrap-graph .satisfaction img {
    margin-left: 0;
  }
}

.sec-voice {
  padding-bottom: 5rem;
}
.sec-voice .photo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.8rem;
}
.sec-voice .photo img {
  margin: 0;
  border-radius: 0.6rem;
}
@media (min-width: 640px) {
  .sec-voice {
    padding-bottom: 10rem;
  }
  .sec-voice h2 {
    margin-bottom: 6rem;
  }
  .sec-voice .photo {
    grid-template-columns: 1fr 1fr;
  }
  .sec-voice .photo img {
    border-radius: 1.5rem;
  }
}

.list-voice {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}
.list-voice dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: solid 0.2rem #222;
  border-radius: 1rem;
}
.list-voice dt {
  width: 8rem;
  padding: 2.8rem 0 1.3rem 1.3rem;
  position: relative;
}
.list-voice dt p {
  padding: 0.3rem 0.8rem 0.5rem 0.5rem;
  background: #222;
  border-radius: 1rem 0 1rem 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}
.list-voice dd {
  width: calc(100% - 8rem);
  padding: 1.5rem;
  letter-spacing: 0.1rem;
}
.list-voice dd p {
  font-size: 1.3rem;
  line-height: 1.4;
}
.list-voice h3 {
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1eb97b;
}
@media (min-width: 640px) {
  .list-voice {
    margin-bottom: 6rem;
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
  }
  .list-voice dl {
    border-radius: 1.2rem;
  }
  .list-voice dd p {
    font-size: 1.4rem;
  }
  .list-voice h3 {
    margin-bottom: 1rem;
    font-size: 1.9rem;
  }
}

.sec-agrinavi {
  margin-bottom: 3rem;
  text-align: center;
}
.sec-agrinavi .wrap-agrinavi {
  padding: 2rem 2rem 0;
  background: #effdf0;
  border-radius: 1.5rem;
}
.sec-agrinavi h2 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
.sec-agrinavi h2 span {
  display: inline-block;
  padding: 0 3rem;
  position: relative;
}
.sec-agrinavi h2 span::before, .sec-agrinavi h2 span::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  bottom: 0;
}
.sec-agrinavi h2 span::before {
  background: url(../img/border-left.png) center center no-repeat;
  background-size: contain;
  left: 0;
}
.sec-agrinavi h2 span::after {
  background: url(../img/border-right.png) center center no-repeat;
  background-size: contain;
  right: 0;
}
.sec-agrinavi p {
  margin-bottom: 1.2rem;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
}
.sec-agrinavi p em {
  color: #1eb97b;
}
.sec-agrinavi p br {
  display: none;
}
.sec-agrinavi a {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  background: #fff;
  color: #1eb97b;
  padding: 1.2rem 3rem 1.2rem 1rem;
  border: solid 0.1rem #f9f9f9;
  border-radius: 3rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: drop-shadow(0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.1));
  position: relative;
}
.sec-agrinavi a img {
  display: inline-block;
  vertical-align: bottom;
  width: 10rem;
  height: auto;
  margin: 0 0.8rem -0.3rem 0;
}
.sec-agrinavi a span {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  background: url(../img/arr-aqua.svg) center center no-repeat #fff;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-agrinavi a:hover {
  opacity: 0.8;
}
@media (min-width: 640px) {
  .sec-agrinavi {
    margin-bottom: 6rem;
  }
  .sec-agrinavi .wrap-agrinavi {
    padding: 4rem 4rem 0;
    position: relative;
  }
  .sec-agrinavi .wrap-agrinavi::before, .sec-agrinavi .wrap-agrinavi::after {
    content: "";
    display: block;
    width: 8rem;
    height: 25rem;
    position: absolute;
    top: -1.5rem;
  }
  .sec-agrinavi .wrap-agrinavi::before {
    background: url(../img/bg-bottom-left.png) center center no-repeat;
    background-size: contain;
    left: 2rem;
  }
  .sec-agrinavi .wrap-agrinavi::after {
    background: url(../img/bg-bottom-right.png) center center no-repeat;
    background-size: contain;
    right: 2rem;
  }
  .sec-agrinavi h2 {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
  .sec-agrinavi h2 br {
    display: none;
  }
  .sec-agrinavi h2 span {
    padding: 0 5rem;
  }
  .sec-agrinavi h2 span::before, .sec-agrinavi h2 span::after {
    width: 3rem;
    height: 3rem;
  }
  .sec-agrinavi p {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.7rem;
  }
  .sec-agrinavi p br {
    display: block;
  }
  .sec-agrinavi a {
    max-width: 40rem;
    margin: 0 auto;
    padding: 1.5rem 4rem 1.5rem 2rem;
    font-size: 2rem;
  }
  .sec-agrinavi a img {
    width: 12rem;
    margin-right: 1.2rem;
  }
}

footer {
  padding-bottom: 10rem;
}
footer .sponsor {
  margin-bottom: 3rem;
  padding: 2rem 0;
  background: #1eb97b;
  color: #fff;
  text-align: center;
}
footer .sponsor .logo {
  display: inline-block;
  width: 8rem;
  padding: 1rem;
  margin: 0 1rem;
  background: #fff;
  border-radius: 0.3rem;
  -ms-flex-item-align: center;
      align-self: center;
}
footer .sponsor img {
  display: block;
  width: auto;
  height: 4rem;
  margin: 0 auto;
}
footer .sponsor ul {
  margin-top: 2rem;
}
footer .sponsor li {
  margin: 0.7rem 0;
}
footer .sponsor a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
footer .sponsor a:hover {
  opacity: 0.8;
}
@media (min-width: 640px) {
  footer .sponsor {
    padding: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  footer .sponsor ul {
    margin-top: 0;
    margin-left: 1rem;
  }
}
footer .company-application {
  margin-top: 20px;
}
@media (min-width: 640px) {
  footer .company-application {
    margin-top: 0;
    margin-left: 30px;
  }
}
footer .company-application a {
  background-color: #FFF;
  text-decoration: none;
  padding: 18px 30px;
  color: #1eb97b;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 3px;
}
footer .info,
footer .copy {
  font-size: 1.2rem;
  text-align: center;
}
footer .info {
  margin-bottom: 2rem;
  padding: 0 1rem;
  line-height: 1.5;
}
footer .info a {
  display: inline;
  color: #222;
  text-decoration: underline;
}
footer .info a:hover {
  color: #00BA95;
}

.sec-form {
  padding-bottom: 5rem;
  background: #eee;
}
.sec-form .form-content {
  background-color: #FFF;
  margin-bottom: 3rem;
  padding: 10px 15px;
  border-radius: 7px;
}
@media (min-width: 640px) {
  .sec-form .form-content {
    margin-top: 5rem;
    padding: 1rem 3rem;
  }
}
.sec-form .form-content dl {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px dotted #999;
}
@media (min-width: 640px) {
  .sec-form .form-content dl {
    padding: 2rem 0;
  }
}
.sec-form .form-content dl dt {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 0.3rem;
}
.sec-form .form-content dl dt label {
  display: inline-block;
}
.sec-form .form-content dl dd {
  font-size: 1.4rem;
  line-height: 1.6;
}
.sec-form .form-content dl dd span {
  padding-right: 0.5rem;
  font-weight: 700;
}
.sec-form .form-content dl:last-child {
  border-bottom: none;
}
@media (min-width: 640px) {
  .sec-form .form-content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-form .form-content dl dt {
    width: 180px;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .sec-form .form-content dl dd {
    width: calc(100% - 180px);
    font-size: 1.6rem;
  }
}
.sec-form .confirm-note {
  margin-top: 3rem;
  padding: 2rem;
  background: #fff;
  border: solid 0.1rem #ddd;
  text-align: center;
}
.sec-form .confirm-note p {
  line-height: 1.5;
}

.sec-form-overview {
  padding: 3rem 0;
  background: #fff;
}
.sec-form-overview .target,
.sec-form-overview h3 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.sec-form-overview .target small,
.sec-form-overview h3 small {
  font-size: 80%;
}
.sec-form-overview .target {
  font-size: 2rem;
}
.sec-form-overview h3 {
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
.sec-form-overview .detail {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(236, 248.5, 236.375);
  border-radius: 1rem;
  border: solid 0.2rem;
  text-align: center;
}
.sec-form-overview .detail li {
  padding: 0 0.6rem;
}
@media (min-width: 640px) {
  .sec-form-overview .detail li {
    width: 20%;
    padding: 0 0.3rem 0 1rem;
  }
}
.sec-form-overview .detail li + li {
  border-left: solid 0.1rem;
}
.sec-form-overview .detail > p, .sec-form-overview .detail .txt {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  vertical-align: middle;
}
@media (min-width: 640px) {
  .sec-form-overview .detail > p, .sec-form-overview .detail .txt {
    font-size: 1.8rem;
  }
}
@media (min-width: 640px) {
  .sec-form-overview .detail {
    padding: 1.5rem 0;
  }
}
.sec-form-overview .detail .date {
  font-family: "Poppins", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .sec-form-overview .detail .date {
    margin-bottom: 0;
    font-size: 4.2rem;
    letter-spacing: 0.2rem;
  }
}
.sec-form-overview .detail .date small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 640px) {
  .sec-form-overview .detail .date small {
    font-size: 2rem;
  }
}
.sec-form-overview .detail .date span {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding: 0.2rem;
  border-radius: 5rem;
  border: solid 0.1rem #aaa;
  font-size: 1rem;
  vertical-align: bottom;
}
@media (min-width: 640px) {
  .sec-form-overview .detail .date span {
    padding: 0.5rem 0.4rem 0.5rem 0.5rem;
    font-size: 1.3rem;
  }
}
.sec-form-overview .detail .date .sat {
  color: #7ABEE6;
}
.sec-form-overview .detail .date .sun {
  color: #F18726;
}
.sec-form-overview .detail .area {
  margin-top: 0.3rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
}
@media (min-width: 640px) {
  .sec-form-overview .detail .area {
    font-size: 2.5rem;
  }
}
.sec-form-overview .detail .location-content {
  display: inline-block;
  white-space: nowrap;
}
.sec-form-overview .detail .location-content .location {
  display: inline-block;
}
@media (min-width: 640px) {
  .sec-form-overview {
    padding: 6rem 0;
  }
  .sec-form-overview .inner {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .sec-form-overview .target {
    font-size: 2.2rem;
  }
  .sec-form-overview h3 {
    margin-bottom: 1rem;
    font-size: 2.8rem;
  }
}

.wrap-contact {
  margin: 2rem 0 3rem;
  padding: 1rem 1.5rem 1.5rem;
  background: #fff;
  border: 1px solid #333;
  border-radius: 1rem;
  text-align: left;
}
.wrap-contact h3 {
  margin-bottom: 0.7rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.wrap-contact p {
  font-size: 1.3rem;
  line-height: 1.4;
}
.wrap-contact p.wrap-contact-info {
  border-left: 2px solid #67CB6A;
  padding-left: 1.5rem;
  font-size: 1.5rem;
}
.wrap-contact p.wrap-contact-info a {
  display: inline-block;
}
@media (min-width: 640px) {
  .wrap-contact {
    margin: 5rem 0 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .wrap-contact h3 {
    margin-bottom: 1rem;
  }
}

.wrap-introduction {
  margin-bottom: 4rem;
  position: relative;
  background-color: #F1ECD1;
  padding: 1.5rem;
}
.wrap-introduction::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -15px;
  left: 54px;
  z-index: -1;
  border: 17px solid;
  border-color: transparent #EFCF62 transparent transparent;
}
@media (min-width: 640px) {
  .wrap-introduction {
    margin-bottom: 8rem;
    padding: 6rem 4rem 4rem;
  }
}
.wrap-introduction .headline {
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (min-width: 640px) {
  .wrap-introduction .headline {
    font-size: 2.8rem;
    position: absolute;
    top: -3.5rem;
    left: 0;
  }
}
.wrap-introduction .headline span {
  display: block;
  padding: 1.6rem 2rem;
  background: #67CB6A;
  border-radius: 0.5rem;
  position: relative;
}
@media (min-width: 640px) {
  .wrap-introduction .headline span {
    display: inline-block;
    padding: 2rem 5rem;
  }
}
.wrap-introduction .headline span::before, .wrap-introduction .headline span::after {
  content: "";
  display: block;
  width: calc(100% - 2rem);
  height: 0.2rem;
  background: #fff;
  position: absolute;
  left: 1rem;
}
.wrap-introduction .headline span::before {
  top: 0.5rem;
}
.wrap-introduction .headline span::after {
  bottom: 0.5rem;
}
.wrap-introduction .bonus-item {
  padding: 0;
}
.wrap-introduction .bonus-item .detail {
  background: #fff;
  border: solid 0.3rem #222;
}
.wrap-introduction .wrap-url {
  margin: 1rem auto 0;
  text-align: left;
}
.wrap-introduction .wrap-url .head {
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .wrap-introduction .wrap-url .head {
    font-size: 1.7rem;
  }
}
.wrap-introduction .url {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-radius: 7px;
  border: solid 0.3rem #222;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.wrap-introduction .url p {
  width: calc(100% - 12rem);
  margin: 0;
  padding-left: 0.5rem;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  text-align: left;
  word-break: break-all;
}
.wrap-introduction .url a {
  width: 12rem;
  display: inline-block;
  padding: 0.8rem;
  border-radius: 2rem;
  background: #F18726;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.wrap-introduction .url a img {
  display: inline-block;
  width: 2.2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.wrap-introduction .url a:hover {
  opacity: 0.8;
}
@media (min-width: 640px) {
  .wrap-introduction .url p {
    font-size: 1.8rem;
  }
}
.wrap-introduction .ribbon-1,
.wrap-introduction .ribbon-2 {
  position: absolute;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  z-index: 5;
}
.wrap-introduction .ribbon-1 span,
.wrap-introduction .ribbon-2 span {
  display: inline-block;
  position: absolute;
  padding: 1rem 0;
  width: 170px;
  text-align: center;
  font-size: 20px;
  background: rgb(243.7167630058, 221.1502890173, 144.2832369942);
  -webkit-box-shadow: 0 0.1rem 0.3rem rgba(194, 193, 193, 0.1);
          box-shadow: 0 0.1rem 0.3rem rgba(194, 193, 193, 0.1);
}
.wrap-introduction .ribbon-1 {
  top: -0.1rem;
  left: -0.1rem;
}
.wrap-introduction .ribbon-1 span {
  left: -3rem;
  top: -1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.wrap-introduction .ribbon-2 {
  bottom: -0.1rem;
  right: -0.1rem;
}
.wrap-introduction .ribbon-2 span {
  right: -3rem;
  bottom: -1rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.recommend-note {
  text-align: left;
}
.recommend-note .headline {
  display: inline-block;
  background: #67CB6A;
  margin-left: -1rem;
  padding: 0.6rem 0.8rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
  position: relative;
  z-index: 20;
}
.recommend-note .headline::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-color: #00BA95 transparent transparent transparent;
  border-width: 1rem 0.4rem 0 0.4rem;
  position: absolute;
  bottom: -1rem;
  left: 2rem;
}
@media (min-width: 640px) {
  .recommend-note .headline {
    padding: 1rem;
    font-size: 1.5rem;
  }
}
.recommend-note ul {
  margin-top: -0.7rem;
  padding-top: 0.7rem;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-filter: drop-shadow(0 0.1rem 0.3rem rgba(95, 95, 95, 0.1));
          filter: drop-shadow(0 0.1rem 0.3rem rgba(95, 95, 95, 0.1));
  position: relative;
  z-index: 10;
}
.recommend-note ul a {
  display: block;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  background: url(../img/arr-orange.svg) right 0.8rem center no-repeat;
  background-size: 1.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}
.recommend-note ul a:hover {
  color: #F18726;
}
@media (min-width: 640px) {
  .recommend-note ul a {
    display: inline-block;
    padding: 2rem 3.5rem 2rem 2rem;
    font-size: 1.7rem;
  }
}