@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1071px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1072px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.5625vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  background: white;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  min-width: 320px;
  padding: 0;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

a {
  color: #066EC7;
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Header */
/**************************************************/
.pg-tokushima .l-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media (max-width: 767px) {
  .pg-tokushima .l-header {
    padding: 0.9375rem;
  }
}
.pg-tokushima .l-header__logo {
  width: 14.1875rem;
}
.pg-tokushima .l-header__logo img {
  -webkit-filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.6));
}
@media (max-width: 767px) {
  .pg-tokushima .l-header__logo {
    width: 8.75rem;
  }
}
.pg-tokushima .l-header__btn {
  color: #24671E;
  font-weight: 900;
  display: inline-block;
  border-radius: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  padding: 0.6875rem 1.5625rem;
  border: solid 1px white;
  background: #FFFF00;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .pg-tokushima .l-header__btn {
    font-size: 1rem;
    padding: 0.5rem 1.25rem;
  }
}

/**************************************************/
/* Footer */
/**************************************************/
.pg-tokushima .l-footer {
  background: #009E00;
}
.pg-tokushima .l-footer__inner {
  padding: 2.1875rem 1.25rem 1.625rem;
  max-width: 81.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "logo bnr" "copy bnr";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1279px) {
  .pg-tokushima .l-footer__inner {
        grid-template-areas: "logo bnr" "copy copy";
  }
}
@media (max-width: 767px) {
  .pg-tokushima .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 1.875rem;
  }
}
.pg-tokushima .l-footer__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  width: 14.125rem;
}
@media (max-width: 767px) {
  .pg-tokushima .l-footer__logo {
    width: 12.5rem;
    margin: 0 auto;
  }
}
.pg-tokushima .l-footer__copyWrap {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: copy;
  margin-top: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1279px) {
  .pg-tokushima .l-footer__copyWrap {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pg-tokushima .l-footer__copyWrap {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pg-tokushima .l-footer__policy, .pg-tokushima .l-footer__copyright {
  display: block;
  color: white;
  text-decoration: none;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pg-tokushima .l-footer__policy, .pg-tokushima .l-footer__copyright {
    font-size: 1rem;
  }
}
.pg-tokushima .l-footer__bnr {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: bnr;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1279px){
  .pg-tokushima .l-footer__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pg-tokushima .l-footer__copyWrap {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .pg-tokushima .l-footer__bnr {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 767px) {
  .pg-tokushima .l-footer__bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
}
.pg-tokushima .l-footer__bnr-btn {
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15rem;
  height: 5.625rem;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 1279px) {
  .pg-tokushima .l-footer__bnr-btn {
    width: 12.5rem;
    height: 4.6875rem;
  }
}
@media (max-width: 767px) {
  .pg-tokushima .l-footer__bnr-btn {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    height: auto;
  }
}
.pg-tokushima .l-footer__bnr-btn.-contact {
  background: #FFF62F;
  color: #009E00;
  font-weight: 900;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .pg-tokushima .l-footer__bnr-btn.-contact {
    padding: 1.875rem;
  }
}
.pg-tokushima .l-footer__bnr-btn.-sustainable {
  background: white;
  padding: 0 2.1875rem;
  width: 19.5rem;
}
@media (max-width: 1279px) {
  .pg-tokushima .l-footer__bnr-btn.-sustainable {
    width: 16.25rem;
    padding: 0 1.25rem;
  }
}
@media (max-width: 767px) {
  .pg-tokushima .l-footer__bnr-btn.-sustainable {
    width: 100%;
    padding: 1.875rem 2.1875rem;
  }
}

/**************************************************/
/* contents */
/**************************************************/
body > .inbox {
  overflow: hidden;
}
.l-page-container {
  position: relative;
}
.l-page-contents {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .l-page-contents {
    padding: 0 1.5rem;
  }
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}

.l-page-contents-s {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 5.625rem;
}
@media (max-width: 767px) {
  .l-page-contents-s {
    padding: 0 1.5rem;
  }
}
.l-page-contents-s > *:first-child {
  margin-top: 0 !important;
}

.l-page-contents-l {
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .l-page-contents-l {
    padding: 0 1.5rem;
  }
}
.l-page-contents-l > *:first-child {
  margin-top: 0 !important;
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-btn-a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: white;
  width: 100%;
  max-width: 18.75rem;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  background: #FF5200;
  padding: 1.125rem 2.1875rem 1.1875rem;
  border-radius: 6.25rem;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .c-btn-a {
    padding: 1rem 2.1875rem;
    font-size: 1rem;
  }
}
.c-btn-a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-left: 0.625rem solid #ffffff;
  border-right: 0;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-a.-shadow {
  -webkit-box-shadow: 0 0.5rem 0 #9C2100;
          box-shadow: 0 0.5rem 0 #9C2100;
  margin-bottom: 0.5rem;
}
.c-category-title {
  margin: 0;
}
.c-category-title img {
  display: block;
  height: 0.9375rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .c-category-title img {
    height: 0.875rem;
  }
}

.c-pagenavi {
  margin: 3.875rem 0 0 0;
  text-align: center;
}
.c-pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}
.c-pagenavi .wp-pagenavi a {
  text-decoration: none;
  color: black;
}
.c-pagenavi .wp-pagenavi a, .c-pagenavi .wp-pagenavi span {
  padding: 0 0.375rem;
}
.c-pagenavi .wp-pagenavi .page {
  opacity: 0.3;
}
.c-pagenavi .wp-pagenavi .previouspostslink {
  font-size: 0;
  position: relative;
  width: 1rem;
  height: 1rem;
}
.c-pagenavi .wp-pagenavi .previouspostslink::after {
  position: absolute;
  content: "";
  background: url(../img/pager-arrow.png) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-pagenavi .wp-pagenavi .nextpostslink {
  font-size: 0;
  position: relative;
  width: 1rem;
  height: 1rem;
}
.c-pagenavi .wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  background: url(../img/pager-arrow.png) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .c-pagenavi {
    margin-top: 2.5rem;
  }
}

.c-single-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-single-pager > .prev a,
.c-single-pager > .next a {
  color: black;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  line-height: 2.0833333333;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.c-single-pager > .next a::after,
.c-single-pager > .prev a::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.75rem;
  background: url(../img/pager-arrow.png) no-repeat center center/contain;
}
.c-single-pager > .prev a::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Home */
/**************************************************/
@-webkit-keyframes scale {
  0% {
    -webkit-transform: translateX(-50%) scale(0.2);
            transform: translateX(-50%) scale(0.2);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: translateX(-50%) scale(0.2);
            transform: translateX(-50%) scale(0.2);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@-webkit-keyframes shiny2 {
  0% {
    -webkit-transform: scale(0) rotate(55deg);
            transform: scale(0) rotate(55deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0) rotate(55deg);
            transform: scale(0) rotate(55deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1) rotate(55deg);
            transform: scale(1) rotate(55deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(55deg);
            transform: scale(50) rotate(55deg);
    opacity: 0;
  }
}
@keyframes shiny2 {
  0% {
    -webkit-transform: scale(0) rotate(55deg);
            transform: scale(0) rotate(55deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0) rotate(55deg);
            transform: scale(0) rotate(55deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1) rotate(55deg);
            transform: scale(1) rotate(55deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(55deg);
            transform: scale(50) rotate(55deg);
    opacity: 0;
  }
}
.confetti {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.cv-a {
  padding: 2.5rem 0 5rem;
  background: url(../../images/cv-bg.png) no-repeat bottom center/100% auto;
}
.cv-a.-yellow {
  background: url(../../images/cv-bg.png) no-repeat bottom center/100% auto, #D1FF00;
}
@media (max-width: 767px) {
  .cv-a {
    padding: 1.5rem 0 2.5rem;
    background-size: cover;
  }
}

.cv-b {
  padding: 4.375rem 0 0;
  z-index: 2;
  position: relative;
  margin-bottom: -3.4375rem;
}
.cv-b::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 3.4375rem);
  top: 0;
  left: 0;
  background: url(../../images/cv-b-bg-b.png) no-repeat top center/cover, radial-gradient(at 50% 100%, #A9CB04 0, #48A63F 100%), #48A63F;
}
.cv-b .confetti {
  height: calc(100% - 3.4375rem);
}
@media (max-width: 767px) {
  .cv-b {
    padding: 1.875rem 0 0 0;
    margin-bottom: -1.3125rem;
  }
  .cv-b::before {
    height: calc(100% - 1.3125rem);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cv-b .confetti {
    height: calc(100% - 1.3125rem);
  }
}

.cv-bnr__title {
  max-width: 49.25rem;
  margin: 0 auto;
}
.cv-bnr__bnr {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cv-bnr__bnr {
    margin-top: 1rem;
  }
}

.cv-block__title {
  font-weight: 900;
  font-size: 2.875rem;
  text-align: center;
  margin: 0;
}
.cv-block__title em {
  color: #FF5200;
  font-size: 4.1875rem;
  font-weight: 900;
}
.cv-a.-yellow .cv-block__title em {
  color: #009E00;
}
@media (max-width: 767px) {
  .cv-block__title {
    font-size: 1.1875rem;
  }
  .cv-block__title em {
    font-size: 1.75rem;
  }
}
.cv-block__lead {
  font-weight: bold;
  margin-top: 0.5rem;
  text-align: center;
}
.cv-block__lead > span {
  display: inline-block;
  background: #D1FF00;
  border-radius: 0.125rem;
  padding: 0 2rem;
}
.cv-a.-yellow .cv-block__lead > span {
  background: white;
}
@media (max-width: 767px) {
  .cv-block__lead {
    margin-top: 0.125rem;
    font-size: 0.6875rem;
  }
  .cv-block__lead > span {
    padding: 0.25rem;
  }
}
.cv-block__wrap {
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .cv-block__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.5rem;
  }
}
.cv-block__num {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FF5200;
  border-radius: 0.25rem;
  padding: 0.875rem 1.125rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .cv-block__num {
    padding: 0.75rem 1rem 0.625rem;
  }
}
.cv-block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 20.875rem;
}
@media (max-width: 767px) {
  .cv-block__right {
    width: 100%;
    gap: 0.5rem;
  }
}
.cv-block__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  min-height: 2.875rem;
  border-radius: 0.25rem;
  position: relative;
}
.cv-block__btn:hover {
  color: white;
}
.cv-block__btn.-mail {
  background: #066EC7;
}
.cv-block__btn.-mail::before {
  display: inline-block;
  content: "";
  width: 1.875rem;
  height: 1.5rem;
  margin-right: 0.625rem;
  background: url(../../images/icon-mail.png) no-repeat center/contain;
}
.cv-block__btn.-line {
  background: #06C755;
}
.cv-block__btn.-line::before {
  display: inline-block;
  content: "";
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 0.25rem;
  background: url(../../images/icon-line.png) no-repeat center/contain;
}
@media (max-width: 767px) {
  .cv-block__btn {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-height: 3.75rem;
  }
}
.cv-block__credit {
  margin-top: 2rem;
  -webkit-box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.16);
  border-radius: 1.5rem;
  background: white;
}
.cv-block__credit-title {
  padding: 1.875rem 0.75rem 1.5rem;
  text-align: center;
  border-radius: 1.5rem 1.5rem 0 0;
  background: url(../../images/credit-bg.png) no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
.cv-block__credit-title::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: -18.75rem;
  left: -18.75rem;
  width: 15.625rem;
  height: 15.625rem;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny2;
          animation-name: shiny2;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.cv-block__credit-title img {
  width: 37.5rem;
  margin: 0 auto;
}
.cv-block__credit-logo {
  padding: 1.375rem 0.75rem 1.875rem;
}
.cv-block__credit-logo img {
  display: block;
  width: 33.75rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cv-block__credit {
    margin-top: 1.25rem;
    border-radius: 1rem;
  }
  .cv-block__credit-title {
    border-radius: 1rem 1rem 0 0;
    padding: 1.25rem 0.5rem 1rem;
  }
  .cv-block__credit-logo {
    padding: 1.25rem 0.5rem;
  }
}

.l-btn-center {
  margin: 4rem 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .l-btn-center {
    margin-top: 2.5rem;
  }
}
.l-btn-center.-mt10 {
  margin-top: 1.25rem;
}

/**************************************************/
/* tokushima */
/**************************************************/
.pg-tokushima .kv {
  position: relative;
  overflow: hidden;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right bottom, from(#A9CB04), color-stop(#48A63F), to(#A9CB04)), #48A63F;
  background: linear-gradient(to bottom right, #A9CB04, #48A63F, #A9CB04), #48A63F;
}
.pg-tokushima .kv::before {
  position: absolute;
  content: "";
  width: calc(100% + 58.25rem);
  aspect-ratio: 2298/1169;
  bottom: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  background: url(../../tokushima-lp/images/cv-b-bg-b_kv.png) no-repeat top center/cover;
  opacity: 0.5;
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  z-index: -2;
}
@media (max-width: 767px) {
  .pg-tokushima .kv::before {
    width: 106.25rem;
    bottom: -5.25rem;
  }
}
.pg-tokushima .kv-inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .pg-tokushima .kv-inner {
    padding: 0;
  }
}
.pg-tokushima .kv-textarea {
  padding: 7rem 0 3.75rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .pg-tokushima .kv-textarea {
    padding: 5rem 0 1.5rem;
  }
}
.pg-tokushima .kv-title {
  max-width: 45.1875rem;
  margin: 0;
}
.pg-tokushima .kv-lead {
  max-width: 51.5625rem;
  margin: 1.5rem 0 0 0;
}
@media (max-width: 767px) {
  .pg-tokushima .kv-lead {
    margin-top: 1rem;
    padding: 0 0.9375rem;
    max-width: 18rem;
  }
}
@-webkit-keyframes coin {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  50% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes coin {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  50% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(35deg);
            transform: scale(0) rotate(35deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0) rotate(35deg);
            transform: scale(0) rotate(35deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1) rotate(35deg);
            transform: scale(1) rotate(35deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(35deg);
            transform: scale(50) rotate(35deg);
    opacity: 0;
  }
}
@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(35deg);
            transform: scale(0) rotate(35deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0) rotate(35deg);
            transform: scale(0) rotate(35deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1) rotate(35deg);
            transform: scale(1) rotate(35deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(35deg);
            transform: scale(50) rotate(35deg);
    opacity: 0;
  }
}
.pg-tokushima .kv-label {
  margin: 1.5rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.pg-tokushima .kv-label__item {
  overflow: hidden;
  border-radius: 62.5rem;
  width: 11.375rem;
  position: relative;
  -webkit-animation: coin 2.5s ease-in-out;
          animation: coin 2.5s ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.pg-tokushima .kv-label__item::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: -6.25rem;
  left: -6.25rem;
  width: 3.125rem;
  height: 3.125rem;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 767px) {
  .pg-tokushima .kv-label {
    margin-top: 1.5rem;
    gap: 0.375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pg-tokushima .kv-label__item {
    width: 6.875rem;
  }
}
.pg-tokushima .kv-img {
  max-width: 50.875rem;
  position: absolute;
  bottom: 0;
  right: -10.6875rem;
}
@media (max-width: 1279px) {
  .pg-tokushima .kv-img {
    right: -10%;
  }
}
@media (max-width: 767px) {
  .pg-tokushima .kv-img {
    max-width: 20.875rem;
    right: 0;
    bottom: -1.875rem;
  }
}
.pg-tokushima .kv-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
  position: relative;
}
.pg-tokushima .kv-footer__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pg-tokushima .cv-footer {
  background: url(../../tokushima-lp/images/cv-bg.png) no-repeat bottom center/100% auto;
}
.pg-tokushima .cv-footer .cv-a {
  background: none !important;
}
@media (max-width: 767px) {
  .pg-tokushima .cv-footer {
    background-size: cover;
  }
}
.pg-tokushima .special {
  padding: 0 0 2.5rem;
  background: #D1FF00;
  position: relative;
}
@media (max-width: 767px) {
  .pg-tokushima .special {
    padding-bottom: 1.25rem;
  }
}
.pg-tokushima .special__bnr-a {
  padding: 0 5.625rem 1.875rem;
  background: white;
  text-align: center;
}
.pg-tokushima .special__bnr-a img {
  max-width: 850px;
  width: 100%;
}
@media (max-width: 767px) {
  .pg-tokushima .special__bnr-a {
    padding: 0 1.5rem 0.6875rem;
  }
}
.pg-tokushima .special__bnr-b {
  padding: 0 5.625rem;
  text-align: center;
  margin-top: -1.875rem;
}
.pg-tokushima .special__bnr-b img {
  max-width: 850px;
  width: 100%;
}
@media (max-width: 767px) {
  .pg-tokushima .special__bnr-b {
    padding: 0 1.5rem;
    margin-top: -0.6875rem;
  }
}
.pg-tokushima .special__title {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 2.25rem;
}
.pg-tokushima .special__title > span {
  display: inline-block;
  max-width: 31.5625rem;
  padding: 0 2.25rem;
  position: relative;
}
.pg-tokushima .special__title > span::before, .pg-tokushima .special__title > span::after {
  position: absolute;
  content: "";
  height: 3.125rem;
  width: 100%;
  top: 0.375rem;
}
.pg-tokushima .special__title > span::before {
  background: url(../../tokushima-lp/images/special-deco.png) no-repeat center right/contain;
  right: 100%;
}
.pg-tokushima .special__title > span::after {
  background: url(../../tokushima-lp/images/special-deco.png) no-repeat center left/contain;
  left: 100%;
}
@media (max-width: 767px) {
  .pg-tokushima .special__title {
    padding-top: 1.25rem;
  }
  .pg-tokushima .special__title > span {
    max-width: 11.25rem;
    padding: 0 1rem;
  }
  .pg-tokushima .special__title > span::before, .pg-tokushima .special__title > span::after {
    height: 1.25rem;
    top: 0.1875rem;
  }
}
.pg-tokushima .special-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0 0 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .pg-tokushima .special-list {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-tokushima .special-list::before, .pg-tokushima .special-list::after {
  position: absolute;
  content: "";
  width: 25rem;
  height: 25rem;
  border-radius: 62.5rem;
  background: radial-gradient(white 0%, #D1FF00 50%, #D1FF00 100%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .pg-tokushima .special-list::before, .pg-tokushima .special-list::after {
    width: 12.5rem;
    height: 12.5rem;
  }
}
.pg-tokushima .special-list::before {
  left: -12.5rem;
  top: -9.8125rem;
}
@media (max-width: 767px) {
  .pg-tokushima .special-list::before {
    left: -6.25rem;
    top: -3.125rem;
  }
}
.pg-tokushima .special-list::after {
  right: -12.5rem;
  bottom: -2.5rem;
}
@media (max-width: 767px) {
  .pg-tokushima .special-list::after {
    right: -6.25rem;
    bottom: -1.25rem;
  }
}
.pg-tokushima .special-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pg-tokushima .special-item img {
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(72, 166, 63, 0.32));
          filter: drop-shadow(0 0 0.5rem rgba(72, 166, 63, 0.32));
}
.pg-tokushima .comparison {
  padding: 0 0 6.25rem;
  background: radial-gradient(white 0%, #E9F8E7 100%), #E9F8E7;
  background-size: 100% 44.375rem, cover;
}
@media (max-width: 767px) {
  .pg-tokushima .comparison {
    padding-bottom: 3.125rem;
    background-size: 100% 15rem, cover;
  }
}
.pg-tokushima .comparison__deco {
  padding-top: 6.25rem;
  position: relative;
  max-width: 85.375rem;
  margin: 0 auto;
  content: "";
}
@media (max-width: 767px) {
  .pg-tokushima .comparison__deco {
    padding-top: 3.125rem;
  }
}
.pg-tokushima .comparison__deco1, .pg-tokushima .comparison__deco2, .pg-tokushima .comparison__deco3, .pg-tokushima .comparison__deco4 {
  position: absolute;
}
.pg-tokushima .comparison__deco1 {
  left: -3rem;
  width: 11.25rem;
  top: 18.5rem;
}
@media (max-width: 767px) {
  .pg-tokushima .comparison__deco1 {
    width: 4.5rem;
    top: 7.5rem;
    left: -0.625rem;
  }
}
.pg-tokushima .comparison__deco2 {
  left: 10.6875rem;
  width: 7.1875rem;
  top: 2.5rem;
}
@media (max-width: 767px) {
  .pg-tokushima .comparison__deco2 {
    width: 3.125rem;
    top: 1rem;
    left: 3.75rem;
  }
}
.pg-tokushima .comparison__deco3 {
  right: 10.6875rem;
  width: 11.875rem;
  top: 1.4375rem;
}
@media (max-width: 767px) {
  .pg-tokushima .comparison__deco3 {
    width: 5rem;
    top: 1rem;
    right: 3.75rem;
  }
}
.pg-tokushima .comparison__deco4 {
  right: -1.5rem;
  width: 7.25rem;
  top: 18.5rem;
}
@media (max-width: 767px) {
  .pg-tokushima .comparison__deco4 {
    width: 3.125rem;
    right: -0.625rem;
    top: 7.5rem;
  }
}
.pg-tokushima .comparison__titlearea {
  padding-top: 10.5625rem;
  position: relative;
}
@media (max-width: 767px) {
  .pg-tokushima .comparison__titlearea {
    padding-top: 9.125rem;
  }
}
.pg-tokushima .comparison__h01, .pg-tokushima .comparison__h02, .pg-tokushima .comparison__h03, .pg-tokushima .comparison__h04 {
  position: absolute;
  width: 14.5rem;
}
.pg-tokushima .comparison__h01 img, .pg-tokushima .comparison__h02 img, .pg-tokushima .comparison__h03 img, .pg-tokushima .comparison__h04 img {
  -webkit-filter: drop-shadow(0 0 1rem #AAE0A5);
          filter: drop-shadow(0 0 1rem #AAE0A5);
}
@media (max-width: 767px) {
  .pg-tokushima .comparison__h01, .pg-tokushima .comparison__h02, .pg-tokushima .comparison__h03, .pg-tokushima .comparison__h04 {
    width: 8.125rem;
  }
  .pg-tokushima .comparison__h01 img, .pg-tokushima .comparison__h02 img, .pg-tokushima .comparison__h03 img, .pg-tokushima .comparison__h04 img {
    -webkit-filter: drop-shadow(0 0 0.5rem #AAE0A5);
            filter: drop-shadow(0 0 0.5rem #AAE0A5);
  }
}
.pg-tokushima .comparison__h01 {
  left: 3.125rem;
  top: 7.75rem;
}
@media (max-width: 767px) {
  .pg-tokushima .comparison__h01 {
    left: 0;
    top: 4.75rem;
  }
}
.pg-tokushima .comparison__h02 {
  top: 0;
  right: calc(50% + 3.125rem);
}
@media (max-width: 767px) {
  .pg-tokushima .comparison__h02 {
    right: calc(50% + 0.3125rem);
  }
}
.pg-tokushima .comparison__h03 {
  top: 0;
  left: 50%;
}
@media (max-width: 767px) {
  .pg-tokushima .comparison__h03 {
    left: calc(50% + 0.3125rem);
  }
}
.pg-tokushima .comparison__h04 {
  right: 3.125rem;
  top: 7.75rem;
}
@media (max-width: 767px) {
  .pg-tokushima .comparison__h04 {
    right: 0;
    top: 4.75rem;
  }
}
.pg-tokushima .comparison__title {
  max-width: 53.75rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .pg-tokushima .comparison__title {
    max-width: 100%;
  }
}
.pg-tokushima .comparison__box {
  z-index: 0;
  position: relative;
  margin-top: 4.25rem;
  padding: 4rem 5.375rem;
}
.pg-tokushima .comparison__box::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 4.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2.1875rem;
  background: url(../../tokushima-lp/images/comparison-balloon.png) no-repeat top center/contain;
  z-index: -2;
}
.pg-tokushima .comparison__box::after {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../tokushima-lp/images/comparison-bg.png) no-repeat top center/cover;
  border-radius: 1.875rem;
}
@media (max-width: 767px) {
  .pg-tokushima .comparison__box {
    margin-top: 2.5rem;
    padding: 1.875rem 1rem;
  }
  .pg-tokushima .comparison__box::before {
    width: 2.5rem;
    height: 2.1875rem;
    top: -1.25rem;
  }
  .pg-tokushima .comparison__box::after {
    border-radius: 1rem;
  }
}
.pg-tokushima .comparison__lead {
  max-width: 37.625rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pg-tokushima .comparison__lead {
    max-width: 80%;
  }
}
.pg-tokushima .comparison__table {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .pg-tokushima .comparison__table {
    margin-top: 1.5rem;
    overflow-x: scroll;
  }
  .pg-tokushima .comparison__table img {
    max-width: 28.125rem;
  }
}
.pg-tokushima .report {
  padding: 5rem 0;
}
.pg-tokushima .report__title {
  margin: 0 auto;
  max-width: 27.875rem;
}
@media (max-width: 767px) {
  .pg-tokushima .report {
    padding: 2.5rem 0;
  }
  .pg-tokushima .report__title {
    max-width: 15rem;
  }
}
.pg-tokushima .report-labels {
  margin: 4rem 0 0 0;
  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;
  gap: 1rem;
}
@media (max-width: 767px) {
  .pg-tokushima .report-labels {
    margin-top: 2rem;
    gap: 0.5rem;
  }
}
.pg-tokushima .report-labels__btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6.25rem;
  border: solid 1px #48A63F;
  padding: 0.1875rem 1rem;
  color: #48A63F;
  font-size: 1.125rem;
  margin: 0;
  background: white;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.pg-tokushima .report-labels__btn.-active {
  background: #48A63F;
  color: white;
}
@media (max-width: 767px) {
  .pg-tokushima .report-labels__btn {
    font-size: 0.9375rem;
    padding: 0.125rem 0.75rem;
  }
}
.pg-tokushima .report-contents {
  display: none;
}
.pg-tokushima .no-report {
  font-weight: 500;
  text-align: center;
  margin: 2.5rem 0 0;
}
@media (max-width: 767px) {
  .pg-tokushima .no-report {
    font-size: 0.875rem;
  }
}
.pg-tokushima .report-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem 0 0 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem 1rem;
}
@media (max-width: 767px) {
  .pg-tokushima .report-list {
    margin-top: 2rem;
    gap: 2rem 1rem;
  }
}
.pg-tokushima .report-item {
  width: calc((100% - 2rem) / 3);
  margin: 0;
}
@media (max-width: 767px) {
  .pg-tokushima .report-item {
    width: calc((100% - 1rem) / 2);
  }
}
.pg-tokushima .report-item > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.pg-tokushima .report-item__img {
  border-radius: 1.25rem;
  aspect-ratio: 330/180;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pg-tokushima .report-item__img {
    border-radius: 0.5rem;
  }
}
.pg-tokushima .report-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-tokushima .report-item__heading {
  padding: 0 1.5rem;
  margin: 1.5rem 0 0 0;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pg-tokushima .report-item__heading {
    font-size: 0.9375rem;
    padding: 0 0.5rem;
    margin-top: 0.875rem;
  }
}
.pg-tokushima .report-item__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0 0 0;
  list-style: none;
  padding: 0 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1rem;
}
@media (max-width: 767px) {
  .pg-tokushima .report-item__labels {
    padding: 0 0.5rem;
    font-size: 0.75rem;
    gap: 0 0.5rem;
    margin-top: 0.25rem;
  }
}
.pg-tokushima .report-item__label {
  color: #48A63F;
  font-weight: 500;
  display: inline-block;
}
.pg-tokushima .price {
  background: -webkit-gradient(linear, left top, right bottom, from(#A9CB04), color-stop(#48A63F), to(#A9CB04));
  background: linear-gradient(to bottom right, #A9CB04, #48A63F, #A9CB04);
  padding: 5rem 0;
}
.pg-tokushima .price__title {
  margin: 0;
}
@media (max-width: 767px) {
  .pg-tokushima .price {
    padding: 2.5rem 0;
  }
}
.pg-tokushima .priceBlock-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem 0 0 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 767px) {
  .pg-tokushima .priceBlock-list {
    margin-top: 2rem;
  }
}
.pg-tokushima .priceBlock-item {
  width: calc((100% - 2rem) / 3);
}
.pg-tokushima .priceBlock-item:first-child {
  width: calc(100% - 1rem - (100% - 2rem) / 3);
}
.pg-tokushima .priceBlock-item img {
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(72, 166, 63, 0.32));
          filter: drop-shadow(0 0 0.5rem rgba(72, 166, 63, 0.32));
}
@media (max-width: 767px) {
  .pg-tokushima .priceBlock-item {
    width: 100%;
  }
  .pg-tokushima .priceBlock-item:first-child {
    width: 100%;
  }
}
.pg-tokushima .reason {
  padding: 5rem 0;
}
.pg-tokushima .reason__title {
  max-width: 44.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pg-tokushima .reason {
    padding: 2.5rem 0;
  }
  .pg-tokushima .reason__title {
    max-width: 90%;
  }
}
.pg-tokushima .reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5rem 0 0 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 767px) {
  .pg-tokushima .reason-list {
    margin-top: 2rem;
    padding: 0 1.5625rem;
  }
}
.pg-tokushima .reason-item {
  width: calc((100% - 2rem) / 3);
  background: white;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .pg-tokushima .reason-item {
    width: 100%;
    border-radius: 0.75rem;
  }
}
.pg-tokushima .reason-item__heading {
  background: #48A63F;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 1.0625rem 0;
  margin: 0;
  border-radius: 1.25rem 1.25rem 0 0;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .pg-tokushima .reason-item__heading {
    padding: 0.75rem 0;
    font-size: 1.125rem;
    border-radius: 0.75rem 0.75rem 0 0;
  }
}
.pg-tokushima .reason-item__img {
  aspect-ratio: 330/222;
  overflow: hidden;
}
.pg-tokushima .reason-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-tokushima .reason-item__text {
  font-weight: bold;
  line-height: 1.75;
  padding: 1.25rem 1.5rem;
  color: #222222;
}
@media (max-width: 767px) {
  .pg-tokushima .reason-item__text {
    font-size: 0.875rem;
    padding: 1rem;
  }
}
.pg-tokushima .service {
  background: -webkit-gradient(linear, left top, right bottom, from(#A9CB04), color-stop(#48A63F), to(#A9CB04));
  background: linear-gradient(to bottom right, #A9CB04, #48A63F, #A9CB04);
  padding: 5rem 0;
}
.pg-tokushima .service__title {
  max-width: 27.875rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pg-tokushima .service {
    padding: 2.5rem 0;
  }
  .pg-tokushima .service__title {
    max-width: 15rem;
  }
}
.pg-tokushima .service-list {
  list-style: none;
  margin: 5rem 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 1rem;
}
@media (max-width: 767px) {
  .pg-tokushima .service-list {
    margin: 2rem 0 0 0;
    gap: 1.875rem 1rem;
    padding: 0 1.5625rem;
  }
}
.pg-tokushima .service-item {
  width: calc((100% - 2rem) / 3);
}
@media (max-width: 767px) {
  .pg-tokushima .service-item {
    width: 100%;
  }
}
.pg-tokushima .service-item__img {
  border-radius: 1rem;
  aspect-ratio: 330/240;
  overflow: hidden;
}
.pg-tokushima .service-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .pg-tokushima .service-item__img {
    border-radius: 0.75rem;
  }
}
.pg-tokushima .service-item__heading {
  z-index: 2;
  position: relative;
  margin-top: -1.875rem;
  color: #48A63F;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
}
.pg-tokushima .service-item__heading > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.75rem;
  background: white;
  padding: 0.75rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6.25rem;
}
@media (max-width: 767px) {
  .pg-tokushima .service-item__heading {
    font-size: 0.9375rem;
    margin-top: -1.3125rem;
  }
  .pg-tokushima .service-item__heading > span {
    padding: 0.625rem 1.875rem;
    min-height: auto;
  }
}
.pg-tokushima .service-item__text {
  color: white;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 1em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .pg-tokushima .service-item__text {
    font-size: 0.875rem;
  }
}
.pg-tokushima .work-example {
  background: -webkit-gradient(linear, left top, right top, from(#A9CB04), color-stop(#48A63F), to(#A9CB04));
  background: linear-gradient(to right, #A9CB04, #48A63F, #A9CB04);
  position: relative;
  padding: 6.25rem 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .pg-tokushima .work-example {
    padding: 3.5rem 0;
  }
}
.pg-tokushima .work-example::before {
  position: absolute;
  content: "";
  height: calc(100% - 3rem);
  width: 100%;
  top: 1.5rem;
  left: 0;
  background: #E9F8E7;
  z-index: -1;
}
@media (max-width: 767px) {
  .pg-tokushima .work-example::before {
    height: calc(100% - 2rem);
    top: 1rem;
  }
}
.pg-tokushima .work-example__title {
  color: #48A63F;
  margin: 0;
  font-size: 2.375rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pg-tokushima .work-example__title {
    font-size: 1.625rem;
  }
}
.pg-tokushima .swiperWorks {
  overflow: visible;
  margin-top: 5rem;
  padding: 0 1.5625rem;
  position: relative;
}
@media (max-width: 767px) {
  .pg-tokushima .swiperWorks {
    margin-top: 2rem;
    padding: 0;
  }
}
.pg-tokushima .swiperWorks .swiper-slide {
  opacity: 0.3;
}
.pg-tokushima .swiperWorks .swiper-slide-active {
  opacity: 1;
}
.pg-tokushima .swiperWorks .swiper-button-prev,
.pg-tokushima .swiperWorks .swiper-button-next {
  position: absolute;
  cursor: pointer;
  right: auto;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  content: "";
  display: inline-block;
  margin: 0;
  z-index: 3;
  background: url(../../tokushima-lp/images/icon-arrow.png) no-repeat center/contain;
}
.pg-tokushima .swiperWorks .swiper-button-prev::after,
.pg-tokushima .swiperWorks .swiper-button-next::after {
  display: none;
}
@media (max-width: 767px) {
  .pg-tokushima .swiperWorks .swiper-button-prev,
  .pg-tokushima .swiperWorks .swiper-button-next {
    width: 2rem;
    height: 2rem;
  }
}
.pg-tokushima .swiperWorks .swiper-button-prev {
  -webkit-transform: translateY(-50%) scale(-1, 1);
      -ms-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  left: 0;
}
@media (max-width: 767px) {
  .pg-tokushima .swiperWorks .swiper-button-prev {
    left: -1rem;
  }
}
.pg-tokushima .swiperWorks .swiper-button-next {
  right: 0;
}
@media (max-width: 767px) {
  .pg-tokushima .swiperWorks .swiper-button-next {
    right: -1rem;
  }
}
.pg-tokushima .workExample-block {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background: #48A63F;
  border-radius: 1.25rem;
  padding: 4.375rem 3.125rem 3.125rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block {
    padding: 2rem 1.25rem 1.5rem;
    border-radius: 1rem;
  }
}
.pg-tokushima .workExample-block::before {
  position: absolute;
  content: "";
  background: #D1FF00;
  width: 5rem;
  height: 5rem;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0%, 0 100%);
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.pg-tokushima .workExample-block::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../tokushima-lp/images/workexample-block-bg.png) no-repeat top right/cover;
  z-index: -1;
}
.pg-tokushima .workExample-block__title {
  color: white;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__title {
    font-size: 1.125rem;
  }
}
.pg-tokushima .workExample-block__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0 0;
  padding: 0;
}
.pg-tokushima .workExample-block__label > li {
  background: white;
  border-radius: 6.25rem;
  padding: 0.25rem 1rem;
  color: #48A63F;
  font-weight: bold;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__label > li {
    font-size: 0.75rem;
  }
}
.pg-tokushima .workExample-block__bfaf {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__bfaf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.pg-tokushima .workExample-block__bfaf-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-bottom: 1.375rem;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__bfaf-item {
    padding-bottom: 1.0625rem;
  }
}
.pg-tokushima .workExample-block__bfaf-item:first-child::after {
  z-index: 2;
  position: absolute;
  content: "";
  width: 2.375rem;
  height: 2.75rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #D1FF00;
  right: -1.875rem;
  top: calc((100% - 1.25rem) / 2);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__bfaf-item:first-child::after {
    width: 2.25rem;
    height: 1.5rem;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: -1.875rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.pg-tokushima .workExample-block__bfaf-img {
  aspect-ratio: 342/193;
}
.pg-tokushima .workExample-block__bfaf-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-tokushima .workExample-block__bfaf-label {
  font-weight: bold;
  font-size: 1.125rem;
  max-width: 100%;
  border-radius: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: inline-block;
  padding: 0.5rem 3.125rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pg-tokushima .workExample-block__bfaf-label.-before {
  color: white;
  background: #555555;
}
.pg-tokushima .workExample-block__bfaf-label.-after {
  color: #48A63F;
  background: #D1FF00;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__bfaf-label {
    font-size: 0.9375rem;
    padding: 0.375rem 1.875rem;
  }
}
.pg-tokushima .workExample-block__staff {
  color: white;
}
.pg-tokushima .workExample-block__staff-heading {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 1rem 0 0 0;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__staff-heading {
    font-size: 1rem;
  }
}
.pg-tokushima .workExample-block__staff-text {
  font-weight: 500;
  margin: 0.375rem 0 0 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__staff-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.pg-tokushima .workExample-block__box {
  margin: 1.25rem 0 0 0;
  border-radius: 1.25rem;
  background: white;
  padding: 2.5rem;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__box {
    padding: 1.25rem 1rem;
    border-radius: 0.75rem;
  }
}
.pg-tokushima .workExample-block__customer-heading {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
  color: #48A63F;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__customer-heading {
    font-size: 1rem;
  }
}
.pg-tokushima .workExample-block__customer-text {
  font-weight: 500;
  margin: 0.75rem 0 0 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__customer-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.pg-tokushima .workExample-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 1.875rem 0 0 0;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__wrap {
    margin-top: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
.pg-tokushima .workExample-block__wrap-l dl dt, .pg-tokushima .workExample-block__wrap-l dl dd {
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__wrap-l dl dt, .pg-tokushima .workExample-block__wrap-l dl dd {
    font-size: 0.875rem;
  }
}
.pg-tokushima .workExample-block__wrap-l dl dt {
  font-weight: bold;
  color: #48A63F;
}
.pg-tokushima .workExample-block__wrap-l dl dd {
  font-weight: 500;
}
.pg-tokushima .workExample-block__wrap-l dl + dl {
  margin-top: 0.5rem;
}
.pg-tokushima .workExample-block__wrap-r {
  width: 22.875rem;
  max-width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__wrap-r {
    width: 100%;
    max-width: 100%;
  }
}
.pg-tokushima .workExample-block__price-a {
  background: #E9F8E7;
  padding: 1rem 2rem 0.75rem;
  color: #48A63F;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__price-a {
    padding: 0.75rem 1.5rem;
  }
}
.pg-tokushima .workExample-block__price-a-heading {
  font-weight: bold;
  margin: 0;
}
.pg-tokushima .workExample-block__price-a-price {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1rem;
}
.pg-tokushima .workExample-block__price-a-price small {
  font-size: 0.875rem;
  display: inline-block;
  font-weight: 500;
}
.pg-tokushima .workExample-block__price-a-price .-num {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin-left: auto;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__price-a-price {
    font-size: 0.9375rem;
  }
  .pg-tokushima .workExample-block__price-a-price small {
    font-size: 0.8125rem;
  }
  .pg-tokushima .workExample-block__price-a-price .-num {
    font-size: 1.3125rem;
  }
}
.pg-tokushima .workExample-block__price-b {
  background: #48A63F;
  border-radius: 6.25rem;
  margin-top: 1rem;
  padding: 1.25rem 2rem;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__price-b {
    padding: 0.875rem 1.5rem;
  }
}
.pg-tokushima .workExample-block__price-b-price {
  color: white;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1rem;
}
.pg-tokushima .workExample-block__price-b-price .-num {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: auto;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .pg-tokushima .workExample-block__price-b-price {
    font-size: 0.9375rem;
  }
  .pg-tokushima .workExample-block__price-b-price .-num {
    font-size: 1.3125rem;
  }
}
.pg-tokushima .collection-items {
  background: url(../../tokushima-lp/images/line-blue.png) repeat-x top center/auto 3.125rem, url(../../tokushima-lp/images/line-blue.png) repeat-x bottom center/auto 3.125rem, url(../../tokushima-lp/images/bg-collectionItems.png) no-repeat top 4.125rem center/100% auto, #4971DE;
  padding: 5.625rem 0 5rem;
}
@media (max-width: 767px) {
  .pg-tokushima .collection-items {
    background: url(../../tokushima-lp/images/line-blue.png) repeat-x top center/auto 1.25rem, url(../../tokushima-lp/images/line-blue.png) repeat-x bottom center/auto 1.25rem, url(../../tokushima-lp/images/bg-collectionItems.png) no-repeat top 2.5rem center/100% auto, #4971DE;
    padding: 3.125rem 0;
  }
}
.pg-tokushima .collection-items__title {
  max-width: 38.25rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pg-tokushima .collection-items__title {
    max-width: 18.125rem;
  }
}
.pg-tokushima .collection-items__lead {
  color: white;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin: 0.875rem 0 0 0;
  line-height: 1.7777777778;
  text-shadow: 0 0 0.5rem #1A3C98;
}
@media (max-width: 767px) {
  .pg-tokushima .collection-items__lead {
    font-size: 0.875rem;
  }
}
.pg-tokushima .collectionItems-notes {
  background: #4363BA;
  -webkit-box-shadow: inset 0 0 3rem #224BB9;
          box-shadow: inset 0 0 3rem #224BB9;
  border-radius: 1rem;
  max-width: 53.125rem;
  z-index: 2;
  position: relative;
  margin: 4.375rem auto -6rem;
  padding: 1.5rem 2rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-tokushima .collectionItems-notes {
    max-width: 92%;
    margin: 2.25rem auto -6.25rem;
    padding: 1.25rem 1rem;
    border-radius: 0.75rem;
  }
}
.pg-tokushima .collectionItems-notes__heading {
  font-weight: 900;
  margin: 0;
  font-size: 1.25rem;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: solid 1px white;
}
.pg-tokushima .collectionItems-notes__heading::before {
  position: absolute;
  content: "";
  width: 2.1875rem;
  height: 1.9375rem;
  top: -2.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../tokushima-lp/images/icon-notes.png) no-repeat center bottom/contain;
}
@media (max-width: 767px) {
  .pg-tokushima .collectionItems-notes__heading {
    font-size: 1.0625rem;
    padding-bottom: 0.75rem;
  }
  .pg-tokushima .collectionItems-notes__heading::before {
    width: 1.875rem;
    top: -2.375rem;
  }
}
.pg-tokushima .collectionItems-notes__text {
  line-height: 2;
  font-weight: 500;
  margin: 0.75rem 0 0 0;
}
@media (max-width: 767px) {
  .pg-tokushima .collectionItems-notes__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.pg-tokushima .collectionItems-box {
  background: white;
  border-radius: 1rem;
  padding: 11rem 1.5rem 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .pg-tokushima .collectionItems-box {
    border-radius: 0.75rem;
    padding: 7.5rem 1rem 2rem;
  }
}
.pg-tokushima .collectionItems-box__contents {
  max-width: 53.125rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pg-tokushima .collectionItems-box__title {
  text-align: center;
  margin: 0;
  color: #4971DE;
  font-weight: 900;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .pg-tokushima .collectionItems-box__title {
    font-size: 1.5rem;
  }
}
.pg-tokushima .collectionItems-box__footer {
  margin: 0;
  background: #4971DE;
  border-radius: 0.5rem;
  color: #FFFF00;
  font-weight: 900;
  font-size: 1.75rem;
  padding: 2.8125rem 1.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-tokushima .collectionItems-box__footer {
    padding: 1.25rem 0rem;
    font-size: 1rem;
  }
}
.pg-tokushima .collectionItems-list {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .pg-tokushima .collectionItems-list {
    margin-top: 0;
  }
}
.pg-tokushima .collectionItems-item {
  padding: 4rem 0 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
}
@media (max-width: 767px) {
  .pg-tokushima .collectionItems-item {
    padding: 2rem 0 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.pg-tokushima .collectionItems-item:not(:first-child) {
  border-top: solid 1px #4971DE;
}
.pg-tokushima .collectionItems-item__img {
  width: 18.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pg-tokushima .collectionItems-item__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pg-tokushima .collectionItems-item__label {
  margin: 0;
}
@media (max-width: 767px) {
  .pg-tokushima .collectionItems-item__label {
    text-align: center;
  }
}
.pg-tokushima .collectionItems-item__label > span {
  font-weight: bold;
  font-size: 1.125rem;
  color: white;
  display: inline-block;
  background: #4971DE;
  border-radius: 6.25rem;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 15.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-tokushima .collectionItems-item__label > span {
    font-size: 0.9375rem;
    min-width: 12.5rem;
    padding: 0.375rem;
  }
}
.pg-tokushima .collectionItems-item__dl {
  margin: 2rem 0 0 0;
  padding: 0;
  display: block;
}
.pg-tokushima .collectionItems-item__dl dt {
  display: block;
  margin: 0;
  font-weight: bold;
  color: #4971DE;
}
.pg-tokushima .collectionItems-item__dl dd {
  margin: 0.25rem 0 0 0;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  .pg-tokushima .collectionItems-item__dl {
    margin-top: 1.25rem;
  }
  .pg-tokushima .collectionItems-item__dl dt, .pg-tokushima .collectionItems-item__dl dd {
    font-size: 0.875rem;
  }
}
.pg-tokushima .area {
  background: -webkit-gradient(linear, left top, right bottom, from(#A9CB04), color-stop(#48A63F), to(#A9CB04));
  background: linear-gradient(to bottom right, #A9CB04, #48A63F, #A9CB04);
  padding: 0 0 5rem;
}
@media (max-width: 767px) {
  .pg-tokushima .area {
    padding-bottom: 2.5rem;
  }
}
.pg-tokushima .area__title {
  position: relative;
  padding-top: 5rem;
}
.pg-tokushima .area__title::before {
  position: absolute;
  content: "";
  width: 92.4705882353%;
  max-width: 49.125rem;
  height: 35rem;
  top: 0;
  right: -16.125rem;
  background: url(../../tokushima-lp/images/area-map.png) no-repeat top right/contain;
}
@media (max-width: 1023px) {
  .pg-tokushima .area__title::before {
    right: -12.5rem;
  }
}
@media (max-width: 767px) {
  .pg-tokushima .area__title {
    padding-top: 2.5rem;
  }
  .pg-tokushima .area__title::before {
    max-width: 20.625rem;
    height: 12.5rem;
    right: -4.375rem;
  }
}
.pg-tokushima .area__title img {
  width: 29.5rem;
  display: block;
  -webkit-filter: drop-shadow(0 0 1.875rem rgba(20, 102, 25, 0.7));
          filter: drop-shadow(0 0 1.875rem rgba(20, 102, 25, 0.7));
}
@media (max-width: 767px) {
  .pg-tokushima .area__title img {
    width: 11.875rem;
  }
}
.pg-tokushima .area__box {
  margin-top: 1.375rem;
  z-index: 2;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  padding: 2.125rem 2rem;
}
@media (max-width: 767px) {
  .pg-tokushima .area__box {
    padding: 1.25rem 1rem;
  }
}
.pg-tokushima .area__lead {
  margin: 0;
  max-width: 48.3125rem;
}
.pg-tokushima .area__text {
  font-weight: bold;
  font-size: 1.125rem;
  color: #24671E;
  margin: 0.5rem 0 0 0;
}
@media (max-width: 767px) {
  .pg-tokushima .area__text {
    font-size: 0.9375rem;
  }
}
.pg-tokushima .step {
  padding: 5rem 0;
  background: #FCF9F2;
}
@media (max-width: 767px) {
  .pg-tokushima .step {
    padding: 2.5rem 0;
  }
}
.pg-tokushima .step__title {
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 0;
}
.pg-tokushima .step__title::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 1.375rem;
  left: 0;
  bottom: 0;
  background: url(../../tokushima-lp/images/step-line.png) no-repeat center center/auto 100%, #FFFF00;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .pg-tokushima .step__title::before {
    height: 0.875rem;
  }
}
.pg-tokushima .step__title img {
  display: block;
  width: 55.625rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pg-tokushima .step__title img {
    width: calc(100% - 1rem);
  }
}
.pg-tokushima .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  margin-top: 4.375rem;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .pg-tokushima .step-list {
    gap: 2rem;
    margin-top: 2.5rem;
  }
}
.pg-tokushima .step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .pg-tokushima .step-item {
    gap: 0;
  }
}
.pg-tokushima .step-item__num {
  width: 8.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .pg-tokushima .step-item__num {
    width: 3.125rem;
    position: absolute;
    z-index: 2;
    left: 1rem;
    top: 0;
  }
}
.pg-tokushima .step-item__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  border: solid 1px #48A63F;
  border-radius: 1rem;
  padding: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .pg-tokushima .step-item__box {
    padding: 1.25rem 1rem 1.25rem;
  }
}
.pg-tokushima .step-item__label {
  margin: 0;
  color: white;
  font-weight: bold;
  font-size: 1.125rem;
}
.pg-tokushima .step-item__label > span {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  width: 11.875rem;
  max-width: 100%;
  border-radius: 6.25rem;
  background: #48A63F;
}
.pg-tokushima .step-item__label.-accent > span {
  background: #FF5200;
}
@media (max-width: 767px) {
  .pg-tokushima .step-item__label {
    font-size: 0.9375rem;
    padding-left: 3.75rem;
  }
  .pg-tokushima .step-item__label > span {
    padding: 0.375rem 0.625rem;
    width: 8.75rem;
  }
}
.pg-tokushima .step-item__heading {
  font-weight: 900;
  margin: 0.5rem 0 0 0;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pg-tokushima .step-item__heading img {
  margin-left: auto;
  width: 16.5rem;
}
.pg-tokushima .step-item__heading .-notes {
  display: inline-block;
  margin-left: 0.5rem;
  color: #FF5200;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pg-tokushima .step-item__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.25rem;
  }
  .pg-tokushima .step-item__heading img {
    width: 10rem;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .pg-tokushima .step-item__heading .-notes {
    font-size: 0.9375rem;
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
.pg-tokushima .step-item__heading2 {
  font-weight: bold;
  font-size: 1.5rem;
  padding-left: 2.25rem;
  margin: 1.5rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.pg-tokushima .step-item__heading2::before {
  position: absolute;
  left: 0;
  top: 0.2em;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#A9CB04), to(#48A63F));
  background: linear-gradient(to bottom, #A9CB04, #48A63F);
  border-radius: 6.25rem;
  width: 1.75rem;
  height: 1.75rem;
}
.pg-tokushima .step-item__heading2 > span {
  color: #48A63F;
  font-size: 1.125rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .pg-tokushima .step-item__heading2 {
    font-size: 1.0625rem;
    padding-left: 1.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1.125rem;
  }
  .pg-tokushima .step-item__heading2::before {
    width: 1.25rem;
    height: 1.25rem;
  }
  .pg-tokushima .step-item__heading2 > span {
    font-size: 0.9375rem;
    margin-left: 0;
  }
}
.pg-tokushima .step-item__lead {
  font-weight: 500;
  margin: 1em 0 0 0;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .pg-tokushima .step-item__lead {
    font-size: 0.875rem;
  }
}
.pg-tokushima .step-item__bnr {
  margin: 0;
}
.pg-tokushima .step-item__tel {
  margin: 1.5rem 0 0 auto;
  padding: 1.25rem 1.25rem 1rem;
  display: block;
  width: calc(100% - 2.25rem);
  border-radius: 0.25rem;
  background: #FF5200;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .pg-tokushima .step-item__tel {
    margin-top: 1rem;
    width: calc(100% - 1.625rem);
    padding: 1.125rem 1rem 1rem;
  }
}
.pg-tokushima .step-item__btns {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .pg-tokushima .step-item__btns {
    padding-left: 1.625rem;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
  }
}
.pg-tokushima .step-item__btn {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  min-height: 4.375rem;
  border-radius: 0.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .pg-tokushima .step-item__btn {
    min-height: 3.75rem;
  }
}
.pg-tokushima .step-item__btn:hover {
  color: white;
}
.pg-tokushima .step-item__btn.-mail {
  background: #066EC7;
}
.pg-tokushima .step-item__btn.-mail::before {
  display: inline-block;
  content: "";
  width: 1.875rem;
  height: 1.5rem;
  margin-right: 0.625rem;
  background: url(../../tokushima-lp/images/icon-mail.png) no-repeat center/contain;
}
.pg-tokushima .step-item__btn.-line {
  background: #06C755;
}
.pg-tokushima .step-item__btn.-line::before {
  display: inline-block;
  content: "";
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 0.25rem;
  background: url(../../tokushima-lp/images/icon-line.png) no-repeat center/contain;
}
.pg-tokushima .step-item__credit-logo {
  margin-top: 1rem;
  padding-left: 2rem;
}
.pg-tokushima .step-item__credit-logo img {
  width: 33.75rem;
  display: block;
}
@media (max-width: 767px) {
  .pg-tokushima .step-item__credit-logo {
    padding-left: 1.625rem;
  }
}
.pg-tokushima .step-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 4rem 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .pg-tokushima .step-footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2.5rem 0 0 0;
    padding: 0 3.125rem;
  }
}
.pg-tokushima .step-footer-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pg-tokushima .faq {
  background: url(../../tokushima-lp/images/line-yellow.png) repeat-x top center/auto 3.125rem, url(../../tokushima-lp/images/line-yellow.png) repeat-x bottom center/auto 3.125rem, -webkit-gradient(linear, left top, right bottom, from(#A9CB04), color-stop(#48A63F), to(#A9CB04));
  background: url(../../tokushima-lp/images/line-yellow.png) repeat-x top center/auto 3.125rem, url(../../tokushima-lp/images/line-yellow.png) repeat-x bottom center/auto 3.125rem, linear-gradient(to bottom right, #A9CB04, #48A63F, #A9CB04);
  padding-top: 7.125rem;
  padding-bottom: 4.6875rem;
}
@media (max-width: 767px) {
  .pg-tokushima .faq {
    background: url(../../tokushima-lp/images/line-yellow.png) repeat-x top center/auto 1.25rem, url(../../tokushima-lp/images/line-yellow.png) repeat-x bottom center/auto 1.25rem, -webkit-gradient(linear, left top, right bottom, from(#A9CB04), color-stop(#48A63F), to(#A9CB04));
    background: url(../../tokushima-lp/images/line-yellow.png) repeat-x top center/auto 1.25rem, url(../../tokushima-lp/images/line-yellow.png) repeat-x bottom center/auto 1.25rem, linear-gradient(to bottom right, #A9CB04, #48A63F, #A9CB04);
    padding: 3.125rem 0;
  }
}
.pg-tokushima .faq__title {
  max-width: 28.125rem;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .pg-tokushima .faq__title {
    max-width: 13.75rem;
    margin-bottom: 2.5rem;
  }
}
.pg-tokushima .faq-list {
  background: white;
  border-radius: 1rem;
  padding: 5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .pg-tokushima .faq-list {
    padding: 2rem 1rem;
  }
}
.pg-tokushima .faq-list dl {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  background: #E9F8E7;
  border: solid 1px #48A63F;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .pg-tokushima .faq-list dl {
    font-size: 1rem;
  }
}
.pg-tokushima .faq-list dt, .pg-tokushima .faq-list dd {
  padding: 2.25rem 5.75rem;
  position: relative;
}
.pg-tokushima .faq-list dt::before, .pg-tokushima .faq-list dd::before {
  position: absolute;
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  left: 1.5rem;
  top: 1.5rem;
}
@media (max-width: 767px) {
  .pg-tokushima .faq-list dt, .pg-tokushima .faq-list dd {
    padding: 1.25rem 1.875rem 1.25rem 2.5rem;
  }
  .pg-tokushima .faq-list dt::before, .pg-tokushima .faq-list dd::before {
    width: 1.5rem;
    height: 1.5rem;
    left: 0.5rem;
    top: 1.25rem;
  }
}
.pg-tokushima .faq-list dt {
  background: white;
  border: solid 1px #48A63F;
  border-radius: 0.625rem;
  width: calc(100% + 2px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1px;
  margin-left: -1px;
  margin-bottom: -1px;
  font-weight: bold;
  cursor: pointer;
}
.pg-tokushima .faq-list dt::before {
  background: url(../../tokushima-lp/images/faq-q.png) no-repeat center center/contain;
}
.pg-tokushima .faq-list dt::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  width: 2.125rem;
  height: 1.25rem;
  right: 2.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../tokushima-lp/images/faq-arrow.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .pg-tokushima .faq-list dt::after {
    width: 0.75rem;
    height: 0.625rem;
    right: 0.75rem;
  }
}
.pg-tokushima .faq-list dt.-open {
  color: #48A63F;
}
.pg-tokushima .faq-list dt.-open::after {
  -webkit-transform: translateY(-50%) scale(1, -1);
      -ms-transform: translateY(-50%) scale(1, -1);
          transform: translateY(-50%) scale(1, -1);
}
.pg-tokushima .faq-list dt.-open + dd {
  display: block;
}
.pg-tokushima .faq-list dd {
  display: none;
  padding-right: 1.5rem;
  font-weight: 500;
}
.pg-tokushima .faq-list dd::before {
  background: url(../../tokushima-lp/images/faq-a.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .pg-tokushima .faq-list dd {
    padding-right: 1rem;
  }
}
.pg-tokushima .fix-bnr {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.pg-tokushima .fix-bnr__contents {
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 85.375rem;
  margin: 0 auto;
  position: relative;
}
.pg-tokushima .fix-bnr__contents::before {
  position: absolute;
  content: "";
  width: calc((100vw - 85.375rem) / 2);
  height: 100%;
  top: 0;
  right: 100%;
  background: #48A63F;
}
@media (max-width: 767px) {
  .pg-tokushima .fix-bnr__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.pg-tokushima .fix-bnr__title {
  background: #48A63F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2.625rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.875rem) 100%, 0 100%);
  width: 16.3982430454%;
  max-width: 14rem;
}
.pg-tokushima .fix-bnr__title img {
  width: 100%;
  display: block;
}
@media (max-width: 1279px) {
  .pg-tokushima .fix-bnr__title {
    padding-left: 0.625rem;
    padding-right: 1.75rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 1.25rem) 100%, 0 100%);
  }
}
.pg-tokushima .fix-bnr__lead {
  margin: 0;
  background: #D1FF00;
  font-weight: bold;
  font-size: 0.6875rem;
  text-align: center;
  padding: 0.25rem;
}
.pg-tokushima .fix-bnr__btns {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1.125rem;
  padding: 1.125rem 2rem 1.125rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 1279px) {
  .pg-tokushima .fix-bnr__btns {
    padding-right: 0.625rem;
    padding-left: 0.1875rem;
  }
}
@media (max-width: 767px) {
  .pg-tokushima .fix-bnr__btns {
    gap: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pg-tokushima .fix-bnr__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 23.5rem;
  background: #FF5200;
  padding: 0.5rem 0.625rem;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 4rem;
}
@media (max-width: 1279px) {
  .pg-tokushima .fix-bnr__tel {
    padding: 0.5rem 0.3125rem;
  }
}
@media (max-width: 767px) {
  .pg-tokushima .fix-bnr__tel {
    border-radius: 0;
    width: 33.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 3.75rem;
    min-height: 2.5rem;
    color: white;
    font-weight: bold;
    line-height: 1.0909090909;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    position: relative;
    font-size: 0.6875rem;
    padding: 0;
  }
  .pg-tokushima .fix-bnr__tel small {
    font-size: 0.625rem;
  }
  .pg-tokushima .fix-bnr__tel::before {
    display: inline-block;
    content: "";
    width: 0.875rem;
    height: 1.375rem;
    margin-right: 0.25rem;
    background: url(../../tokushima-lp/images/icon-phone.png) no-repeat center/contain;
  }
  .pg-tokushima .fix-bnr__tel:hover {
    color: white;
  }
}
.pg-tokushima .fix-bnr__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: white;
  font-weight: bold;
  width: 24.1035856574%;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 4rem;
  border-radius: 0.25rem;
  position: relative;
}
.pg-tokushima .fix-bnr__btn:hover {
  color: white;
}
.pg-tokushima .fix-bnr__btn.-mail {
  background: #066EC7;
}
.pg-tokushima .fix-bnr__btn.-mail::before {
  display: inline-block;
  content: "";
  width: 1.875rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background: url(../../tokushima-lp/images/icon-mail.png) no-repeat center/contain;
}
.pg-tokushima .fix-bnr__btn.-line {
  background: #06C755;
}
.pg-tokushima .fix-bnr__btn.-line::before {
  display: inline-block;
  content: "";
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 0.25rem;
  background: url(../../tokushima-lp/images/icon-line.png) no-repeat center/contain;
}
.pg-tokushima .fix-bnr__btn.-lp {
  color: white;
  background: #FF0000;
}
@media (max-width: 1279px) {
  .pg-tokushima .fix-bnr__btn {
    font-size: 0.9375rem;
  }
  .pg-tokushima .fix-bnr__btn.-mail::before {
    width: 1.25rem;
  }
  .pg-tokushima .fix-bnr__btn.-line::before {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .pg-tokushima .fix-bnr__btn {
    text-align: center;
    line-height: 1.2;
    width: 33.3333333333%;
    height: 3.75rem;
    min-height: 2.5rem;
    font-size: 0.6875rem;
    border-radius: 0;
    margin: 0;
    line-height: 1.0909090909;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pg-tokushima .fix-bnr__btn.-mail::before {
    margin-right: 0.25rem;
    width: 1.125rem;
    height: 1.375rem;
  }
  .pg-tokushima .fix-bnr__btn.-line::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.3125rem;
  }
}
.pg-tokushima .overview {
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .pg-tokushima .overview {
    padding-bottom: 3.125rem;
  }
}
.pg-tokushima .overview__title {
  margin: 0 auto;
  width: 18.375rem;
}
@media (max-width: 767px) {
  .pg-tokushima .overview__title {
    width: 8.75rem;
  }
}
.pg-tokushima .overview__list {
  margin: 5rem 0 0 0;
}
@media (max-width: 767px) {
  .pg-tokushima .overview__list {
    margin-top: 2.5rem;
  }
}
.pg-tokushima .overview__list dl {
  border-top: solid 1px #BED1BD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  padding: 1.875rem 0;
}
.pg-tokushima .overview__list dl dt {
  color: #48A63F;
  width: 21.25rem;
  font-weight: bold;
}
.pg-tokushima .overview__list dl dd {
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pg-tokushima .overview__list dl dd .three {
  display: inline-block;
  position: relative;
}
.pg-tokushima .overview__list dl dd .three::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% - 0.1875rem);
  font-size: 0.5625rem;
  content: "スリー";
  position: absolute;
  white-space: none;
  line-height: 1;
  width: 1.875rem;
  text-align: center;
}
.pg-tokushima .overview__list dl:last-child {
  border-bottom: solid 1px #BED1BD;
}
@media (max-width: 767px) {
  .pg-tokushima .overview__list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem 0;
    font-size: 1rem;
  }
  .pg-tokushima .overview__list dl dt {
    width: 100%;
  }
}
.pg-tokushima .review {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .pg-tokushima .review {
    padding-top: 2.8125rem;
  }
}
.pg-tokushima .review__title {
  max-width: 62.5rem;
  margin: 0 auto;
}
.pg-tokushima .review__title img {
  display: block;
}
.pg-tokushima .review__text {
  font-size: 2rem;
  font-weight: bold;
  margin: 1.5rem 0 0 0;
  text-align: center;
  color: #4365C3;
}
@media (max-width: 767px) {
  .pg-tokushima .review__text {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
.pg-tokushima .review__star {
  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;
  gap: 0.75rem;
  margin: 1.125rem 0 0 0;
  font-size: 2rem;
  font-weight: bold;
  color: #4365C3;
}
.pg-tokushima .review__star img {
  display: block;
  width: 15.875rem;
}
@media (max-width: 767px) {
  .pg-tokushima .review__star {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
  .pg-tokushima .review__star img {
    width: 10.3125rem;
  }
}
.pg-tokushima .review__btn {
  text-align: center;
  margin: 1.5rem 0 0 0;
}
@media (max-width: 767px) {
  .pg-tokushima .review__btn {
    margin-top: 1rem;
  }
}
.pg-tokushima .review__btn > a {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background: #4365C3;
  padding: 1.6875rem 4.625rem 1.6875rem;
  border-radius: 6.25rem;
  max-width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .pg-tokushima .review__btn > a {
    padding: 0.875rem 3.125rem;
    font-size: 1.0625rem;
    width: 100%;
  }
}
.pg-tokushima .review__btn > a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.5625rem solid transparent;
  border-bottom: 0.5625rem solid transparent;
  border-left: 0.9375rem solid #ffffff;
  border-right: 0;
  right: 2.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pg-tokushima .attention {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .pg-tokushima .attention {
    padding: 2rem 0;
  }
}