@charset 'UTF-8';

/* Reset
-------------------------------------------------- */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
  }
}
html {
  block-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  tab-size: 4;
}
body {
  min-block-size: 100%;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, iframe) {
  border: none;
}
:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(img) {
  image-rendering: -webkit-optimize-contrast;
}
:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + .5rem);
}
ul:where([class]),
ol:where([class]),
nav ul,
nav ol {
  list-style: none;
}
ul:where(:not([class])) {
  margin-left: .875em;
}
ol:where(:not([class])) {
  margin-left: 1.25em;
}
:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}
:where(sub, sup) {
  font-size: 68.75%;
  line-height: 1.02;
}
:where(sub) {
  vertical-align: baseline;
}
:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
:where(template) {
  display: none;
}
:where(a) {
  background: transparent;
  text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, .25);
}
:where(a:active, a:hover) {
  outline-width: 0;
}
:where(a img) {
  pointer-events: none;
}
:where(a, area, button, input, label[for], select, textarea, summary, [role='button'], [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}
:where(summary) {
  list-style: none;
}
:where(summary)::-webkit-details-marker {
  display: none;
}
:where(code, kbd, pre, samp) {
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
}
:where(pre) {
  display: block;
  overflow: auto;
}
:where(code) {
  overflow-wrap: break-word;
}
:where(pre code) {
  word-break: normal;
}
:where(dialog) {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  width: fit-content;
  height: fit-content;
  padding: 1em;
  background: inherit;
  border: solid;
  color: inherit;
  transform: translate(-50%, -50%);
}
:where(dialog:not([open])) {
  display: none;
}
:where(fieldset) {
  border: none;
}
:where(input, textarea, select, button),
:where(input[type="file"])::-webkit-file-upload-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  vertical-align: bottom;
  appearance: none;
}
:where(textarea) {
  resize: vertical;
  resize: block;
  overflow: auto;
  overflow-anchor: none;
}
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer;
}
:where(:disabled, :disabled + label),
:where(input[type="file"]):disabled::-webkit-file-upload-button,
:where(input[type="file"]):disabled::file-selector-button,
:where([disabled], [aria-disabled="true"]) {
  cursor: not-allowed;
}
:where([type="color"])::-webkit-color-swatch-wrapper {
  padding: 0;
}
:where([type="color"])::-webkit-color-swatch {
  border: none;
  border-radius: 0;
}
:where([type="color"])::-moz-color-swatch {
  border: none;
  border-radius: 0;
}
:where([hidden]) {
  display: none;
}
:where([aria-busy="true"]) {
  cursor: progress;
}
:where([aria-controls]) {
  cursor: pointer;
}



/* Foundation
-------------------------------------------------- */
:root {
  --lg-base: 1280 * 100vw;
  --sm-base: 375 * 100vw;

  --color-default        : #333;
  --color-black          : #000;
  --color-gray           : #AAA;
  --color-yellow         : #F2F534;
  --color-primary        : #E94709;
  --color-secondary      : #005FC6;
  --color-tertiary       : #4d6488;

  --font-sansSerif    : 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, 'Segoe UI', 'Helvetica Neue', Helvetica, sans-serif;
  --font-serif        : 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', Garamond, 'Times New Roman', serif;
  --font-noto-sans-jp : 'Noto Sans JP', 'Helvetica Neue', Helvetica, sans-serif;
  --font-open-sans    : 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  --font-inter        : 'Inter', 'Helvetica Neue', Helvetica, sans-serif;

  --transition          : .25s ease;
  --transition-duration : .25s;
  --hover-opacity       : .8;
}

body {
  width: 100%;
  background: #fff;
  color: var(--color-default);
  font-family: var(--font-sansSerif);
  font-size: calc(14 / var(--sm-base));
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: .05em;
  overflow-x: hidden;
}
a {
  color: var(--color-default);
  text-decoration: none;
  text-underline-offset: .275em;
}
a:where(:not([class])) {
  color: var(--color-primary);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a:where(:not([class])):hover {
    text-decoration: none;
  }
  a img {
    transition: opacity var(--transition);
  }
  a:hover img {
    opacity: var(--hover-opacity);
  }
}
input, textarea, button, select, option, optgroup {
  font-size: min(16px, calc(16 / var(--sm-base)));
}
::selection {
  background-color: var(--color-primary);
  color: #fff;
  text-shadow: none;
}
::placeholder {
  color: var(--color-gray);
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 16px;
  }
  input, textarea, button, select, option, optgroup {
    font-size: 16px;
  }
}



/* Utility
-------------------------------------------------- */
.u-color-primary {
  color: var(--color-primary);
}
.u-color-secondary {
  color: var(--color-secondary);
}
.u-color-tertiary {
  color: var(--color-tertiary);
}

.u-tl { text-align: left; }
.u-tc { text-align: center; }
.u-tr { text-align: right; }

.u-vt { vertical-align: top; }
.u-vm { vertical-align: middle; }
.u-vb { vertical-align: bottom; }

.u-fwn { font-weight: 400; }
.u-fwb { font-weight: 700; }

.u-visuallyHidden {
  position: absolute !important;
  z-index: -1 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.smsizes\:hidden,
.xs\:hidden {
  display: none;
}
@media screen and (min-width: 360px), print {
  .xs\:hidden {
    display: inline;
  }
  .sm\:hidden {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .smsizes\:hidden,
  .xs\:hidden,
  .sm\:hidden {
    display: inline;
  }
  .lgsizes\:hidden,
  .md\:hidden {
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .xs\:hidden,
  .sm\:hidden,
  .md\:hidden {
    display: inline;
  }
  .lg\:hidden {
    display: none;
  }
}
@media screen and (min-width: 1280px), print {
  .xs\:hidden,
  .sm\:hidden,
  .md\:hidden,
  .lg\:hidden {
    display: inline;
  }
  .xl\:hidden {
    display: none;
  }
}



/* Page Styles
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  padding: calc(10 / var(--sm-base)) 0 calc(10 / var(--sm-base)) calc(20 / var(--sm-base));
  background: #FFF;
}
.header-logo {
  width: calc(100 / var(--sm-base));
}
.header-logo a {
  display: block;
  font-size: 0;
}
.header-logo img {
  width: 100%;
}
.header-copy {
  margin-top: calc(6 / var(--sm-base));
  font-size: calc(10 / var(--sm-base));
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.05em;
}
.header-cta {
  margin: calc(-10 / var(--sm-base)) 0 calc(-10 / var(--sm-base)) auto;
}
.header-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 calc(7 / var(--sm-base));
  background: var(--color-primary);
  border: calc(1.5 / var(--sm-base)) solid var(--color-primary);
  color: #FFF;
  font-size: calc(14 / var(--sm-base));
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media (hover: hover) and (pointer: fine) {
  .header-button {
    transition: background var(--transition), color var(--transition);
  }
  .header-button:hover {
    background: #FFF;
    color: var(--color-primary);
  }
}
@media screen and (min-width: 768px), print {
  .header {
    padding: 18px 0 18px 40px;
  }
  .header-col {
    display: inline-flex;
    align-items: center;
  }
  .header-logo {
    width: 180px;
  }
  .header-copy {
    margin: 0 0 0 20px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .header-cta {
    margin: -18px 0 -18px auto;
  }
  .header-button {
    padding: 0 16px;
    border-width: 2px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px), print {
  .header {
    padding: 25px 0 25px 40px;
  }
  .header-copy {
    margin: 0 0 0 30px;
    font-size: 16px;
  }
  .header-cta {
    margin: -25px 0 -25px auto;
  }
  .header-button {
    padding: 0 24px;
    font-size: 24px;
  }
}

.main {
  padding-top: calc(58 / var(--sm-base));
}
@media screen and (min-width: 768px), print {
  .main {
    padding-top: 76px;
  }
}
@media screen and (min-width: 1024px), print {
  .main {
    padding-top: 90px;
  }
}

.footer {
  padding: calc(40 / var(--sm-base)) 0 calc(30 / var(--sm-base));
  font-size: calc(13 / var(--sm-base));
  text-align: center;
}
.footer-inner {
  padding: 0 calc(20 / var(--sm-base));
}
.footer-copyright {
  letter-spacing: .05em;
}
.footer-nav-list {
  margin-top: calc(20 / var(--sm-base));
  text-align: center;
}
.footer-nav-list li {
  margin-top: calc(5 / var(--sm-base));
}
.footer-nav-list li a {
  display: inline-block;
  padding: calc(5 / var(--sm-base));
  color: var(--color-default);
  letter-spacing: .05em;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .footer-nav-list li a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px), print {
  .footer {
    padding: 40px 0;
    font-size: 13px;
  }
  .footer-inner {
    width: min(100%, 1160px);
    margin: 0 auto;
    padding: 0 30px;
  }
  .footer-copyright {
    letter-spacing: .125em;
  }
  .footer-nav-list {
    display: inline-flex;
    margin-top: 20px;
  }
  .footer-nav-list li {
    margin: 0 16px;
  }
  .footer-nav-list li a {
    padding: 5px;
  }
  .footer-copyright {
    padding: 5px 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px), print {
  .footer-row {
    display: inline-flex;
  }
  .footer-copyright {
    margin: 0 15px;
  }
  .footer-nav-list {
    margin: 0;
  }
}

.cta-button {
  position: relative;
  display: block;
  padding: calc(10 / var(--sm-base)) calc(10 / var(--sm-base)) calc(13 / var(--sm-base));
  background: var(--color-primary);
  border: calc(1.5 / var(--sm-base)) solid var(--color-primary);
  border-radius: 100vmax;
  color: #FFF;
  text-decoration: none;
}
.cta-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(18 / var(--sm-base));
  width: calc(11 / var(--sm-base));
  height: calc(13 / var(--sm-base));
  background: #FFF;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
}
.cta-button > span {
  display: block;
  font-size: calc(22 / var(--sm-base));
  font-weight: 700;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.cta-button > span:nth-of-type(1) {
  position: relative;
  width: fit-content;
  margin: 0 auto calc(8 / var(--sm-base));
  font-size: calc(14 / var(--sm-base));
}
.cta-button > span:nth-of-type(1)::before,
.cta-button > span:nth-of-type(1)::after {
  content: '';
  position: absolute;
  bottom: calc(-1 / var(--sm-base));
  width: calc(2 / var(--sm-base));
  height: calc(16 / var(--sm-base));
  background: #FFF;
}
.cta-button > span:nth-of-type(1)::before {
  left: calc(-15 / var(--sm-base));
  transform: rotate(-30deg);
}
.cta-button > span:nth-of-type(1)::after {
  right: calc(-10 / var(--sm-base));
  transform: rotate(30deg);
}
@media (hover: hover) and (pointer: fine) {
  .cta-button {
    transition: background var(--transition), color var(--transition);
  }
  .cta-button::after {
    transition: background var(--transition);
  }
  .cta-button:hover {
    background: #FFF;
    color: var(--color-primary);
  }
  .cta-button:hover::after {
    background: var(--color-primary);
  }
}
@media screen and (min-width: 768px), print {
  .cta-button {
    width: min(100%, 540px);
    margin: 0 auto;
    padding: 16px 10px 24px;
    border-width: 2px;
  }
  .cta-button::after {
    right: 30px;
    width: 18px;
    height: 20px;
  }
  .cta-button > span {
    font-size: 34px;
  }
  .cta-button > span:nth-of-type(1) {
    margin: 0 auto 15px;
    font-size: 18px;
  }
  .cta-button > span:nth-of-type(1)::before,
  .cta-button > span:nth-of-type(1)::after {
    bottom: -3px;
    width: 2px;
    height: 24px;
  }
  .cta-button > span:nth-of-type(1)::before {
    left: -20px;
    transform: rotate(-30deg);
  }
  .cta-button > span:nth-of-type(1)::after {
    right: -18px;
  }
}

.fv-image {
  position: relative;
}
.fv-image img {
  width: 100%;
}
.fv-image-note {
  display: none;
}
.fv-detail {
  padding-bottom: calc(16 / var(--sm-base));
  background: #FFF;
}
.fv-detail-price {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  padding-top: calc(10 / var(--sm-base));
  letter-spacing: 0;
  text-align: center;
}
.fv-detail-col01-text01 {
  padding: calc(4 / var(--sm-base)) calc(10 / var(--sm-base));
  background: #FCEDE6;
  border-radius: 100vmax;
  color: var(--color-primary);
  font-size: calc(10 / var(--sm-base));
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.fv-detail-col01-text02 {
  margin: calc(4 / var(--sm-base)) 0 0;
  font-size: calc(10 / var(--sm-base));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transform: scale(.95);
}
.fv-detail-col01-text03 {
  margin-top: calc(4 / var(--sm-base));
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.fv-detail-col01-text03 > span:nth-of-type(1) {
  display: inline-block;
  padding: calc(1 / var(--sm-base)) calc(5 / var(--sm-base)) calc(2 / var(--sm-base));
  border: calc(1 / var(--sm-base)) solid var(--color-default);
  font-size: calc(10 / var(--sm-base));
  vertical-align: middle;
}
.fv-detail-col01-text03 > span:nth-of-type(2) {
  position: relative;
  display: inline-block;
  font-family: var(--font-open-sans);
  font-size: calc(18 / var(--sm-base));
  font-weight: 600;
  letter-spacing: -.02em;
  vertical-align: middle;
}
.fv-detail-col01-text03 > span:nth-of-type(2)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -1%;
  width: 102%;
  height: calc(1.5 / var(--sm-base));
  background: var(--color-default);
  transform: translateY(-50%);
}
.fv-detail-col01-text03 > span:nth-of-type(2) > span {
  margin-left: calc(2 / var(--sm-base));
  font-family: var(--font-noto-sans-jp);
  font-size: calc(10 / var(--sm-base));
}
.fv-detail-col02-text01 {
  position: relative;
  padding: 0 0 0 calc(12 / var(--sm-base));
  color: var(--color-primary);
  font-family: var(--font-inter);
  font-size: calc(48 / var(--sm-base));
  font-weight: 700;
  transform: scaleX(.95);
  line-height: 1;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.fv-detail-col02-text01::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(11 / var(--sm-base));
  height: calc(13 / var(--sm-base));
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
}
.fv-detail-col02-text01 > span {
  position: relative;
  top: calc(-4 / var(--sm-base));
  display: inline-block;
  margin: 0 0 0 .125em;
  font-family: var(--font-noto-sans-jp);
  font-size: calc(18 / var(--sm-base));
  font-weight: 700;
}
.fv-detail-col02-text01 > span span {
  position: absolute;
  top: calc(-12 / var(--sm-base));
  left: calc(-6 / var(--sm-base));
  font-size: calc(10 / var(--sm-base));
  white-space: nowrap;
}
.fv-detail-cta-note {
  margin: 0 0 0 1em;
  padding: calc(10 / var(--sm-base)) calc(12 / var(--sm-base)) 0;
  text-indent: -1em;
  font-size: calc(10 / var(--sm-base));
}
.fv-detail-cta-button {
  width: calc(336 / var(--sm-base));
  margin: calc(8 / var(--sm-base)) auto 0;
}
@media screen and (min-width: 768px), print {
  .fv-image-note {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    display: block;
    margin-left: 1em;
    text-indent: -1em;
    color: #FFF;
    font-size: calc(12 / var(--lg-base));
    font-weight: 700;
    line-height: 1.5;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .3);
  }
  .fv-detail {
    padding: 20px 0 24px;
  }
  .fv-detail-price {
    padding-top: 0;
  }
  .fv-detail-col01-text03 > span:nth-of-type(2) {
    margin-left: 8px;
  }
  .fv-detail-cta-note {
    padding: 20px 0 0;
    font-size: 14px;
    text-align: center;
  }
  .fv-detail-cta-button {
    width: 424px;
    margin: 20px auto 0;
    padding: 13px 10px 15px;
  }
  .fv-detail-cta-button > span:nth-of-type(2) {
    font-size: 26px;
  }
  .fv-detail-cta-button::after {
    right: 24px;
    width: 14px;
    height: 16px;
  }
}
@media screen and (min-width: 1024px), print {
  .fv-detail-col01-text01 {
    width: fit-content;
    padding: 7px 20px 9px;
    font-size: 22px;
  }
  .fv-detail-col01-text02 {
    margin: 10px -.5em 0 0;
    font-size: 17px;
    transform: scale(1);
  }
  .fv-detail-col01-text02 br {
    display: none;
  }
  .fv-detail-col01-text03 {
    margin-top: 8px;
  }
  .fv-detail-col01-text03 > span:nth-of-type(1) {
    padding: 2px 12px 4px;
    border-width: 2px;
    font-size: 20px;
  }
  .fv-detail-col01-text03 > span:nth-of-type(2) {
    margin-left: 6px;
    font-size: 38px;
  }
  .fv-detail-col01-text03 > span:nth-of-type(2)::after {
    height: 2px;
  }
  .fv-detail-col01-text03 > span:nth-of-type(2) > span {
    margin-left: 2px;
    font-size: 18px;
  }
  .fv-detail-col02 {
    flex: 1;
  }
  .fv-detail-col02-text01 {
    padding: 0 0 0 58px;
    font-size: 108px;
    transform: scaleX(1);
  }
  .fv-detail-col02-text01::before {
    left: 28px;
    width: 24px;
    height: 28px;
  }
  .fv-detail-col02-text01::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 28px;
    background: #F3A284;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translateY(-50%);
  }
  .fv-detail-col02-text01 > span {
    top: -6px;
    font-size: 38px;
  }
  .fv-detail-col02-text01 > span span {
    top: -22px;
    left: -12px;
    font-size: 22px;
  }
  .fv-detail-cta-note {
    display: none;
  }
  .fv-detail-cta-button {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1280px), print {
  .fv-detail {
    display: flex;
    align-items: center;
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: 20px 20px 16px;
  }
  .fv-detail-cta-button {
    margin: 0 0 0 20px;
    margin: 0 auto;
  }
}

.message {
  padding: calc(32 / var(--sm-base)) calc(20 / var(--sm-base));
  background: #F0F8FF;
}
.message-inner {
  padding: calc(20 / var(--sm-base));
  background: #FFF;
  border-radius: calc(10 / var(--sm-base));
  box-shadow: 0 0 calc(30 / var(--sm-base)) rgba(0, 52, 102, .1);
}
.message-heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(18 / var(--sm-base));
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.message-heading span::before,
.message-heading span::after {
  content: '';
  width: calc(20 / var(--sm-base));
  height: calc(1 / var(--sm-base));
  background: var(--color-default);
}
.message-heading span::before {
  margin-right: calc(15 / var(--sm-base));
}
.message-heading span::after {
  margin-left: calc(5 / var(--sm-base));
}
.message p {
  margin-top: 1.5em;
}
.message p strong {
  display: block;
  width: fit-content;
  margin-top: .25em;
  padding: 0 .25em .1em .25em;
  background: var(--color-yellow);
  font-weight: 500;
  line-height: 1.4;
}
.message p strong:nth-of-type(1) {
  padding-right: 0;
}
.message p strong:nth-of-type(2) {
  margin: .5em 0 .25em;
}
@media screen and (min-width: 768px), print {
  .message {
    padding: 64px 30px;
  }
  .message-inner {
    width: min(100%, 800px);
    margin: 0 auto;
    padding: 40px 30px 48px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 52, 102, .1);
  }
  .message-heading {
    margin-bottom: 40px;
  }
  .message-heading span {
    font-size: 34px;
    letter-spacing: .05em;
  }
  .message-heading span::before,
  .message-heading span::after {
    width: 50px;
    height: 2px;
  }
  .message-heading span::before {
    margin-right: 32px;
  }
  .message-heading span::after {
    margin-left: 14px;
  }
  .message p {
    margin-top: 1.5em;
    font-size: 18px;
    text-align: center;
  }
  .message p strong {
    display: inline-block;
  }
  .message p strong:nth-of-type(1) {
    margin: 0;
    padding: 0 0 .15em .25em;
  }
  .message p strong:nth-of-type(2) {
    margin: 0 .25em 0 0;
    padding: 0 .25em .15em 0;
  }
}

.reason {
  overflow: hidden;
}
.reason-inner {
  padding: calc(35 / var(--sm-base)) calc(20 / var(--sm-base)) 0;
}
.reason-heading > span {
  position: relative;
  display: block;
  width: fit-content;
  text-align: center;
}
.reason-heading > span:nth-of-type(1) {
  margin: 0 auto;
  padding: calc(2 / var(--sm-base)) calc(15 / var(--sm-base)) calc(4 / var(--sm-base)) calc(20 / var(--sm-base));
  background: #FEEDE6;
  border-radius: 100vmax;
  color: var(--color-primary);
  font-size: calc(18 / var(--sm-base));
  letter-spacing: .05em;
}
.reason-heading > span:nth-of-type(1)::after {
  content: '';
  position: absolute;
  top: calc(100% - (1 / var(--sm-base)));
  left: calc(50% - (9 / var(--sm-base)));
  width: calc(18 / var(--sm-base));
  height: calc(8 / var(--sm-base));
  background: #FEEDE6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.reason-heading > span:nth-of-type(2) {
  margin: calc(12 / var(--sm-base)) auto 0;
  font-size: calc(22 / var(--sm-base));
}
.reason-heading > span:nth-of-type(2)::before,
.reason-heading > span:nth-of-type(2)::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: calc(2 / var(--sm-base));
  height: calc(32 / var(--sm-base));
  background: var(--color-default)
}
.reason-heading > span:nth-of-type(2)::before {
  left: calc(-16 / var(--sm-base));
  transform: rotate(-20deg);
}
.reason-heading > span:nth-of-type(2)::after {
  right: calc(-16 / var(--sm-base));
  transform: rotate(20deg);
}
.reason-subheading {
  width: fit-content;
  margin: calc(25 / var(--sm-base)) auto 0;
  padding: calc(5 / var(--sm-base)) calc(26 / var(--sm-base));
  background: linear-gradient(60deg, #005FC6, #5C9CE3);
  color: #FFF;
  text-align: center;
  transform: skew(-20deg);
}
.reason-subheading > span {
  display: block;
  font-size: calc(18 / var(--sm-base));
  transform: skew(20deg);
}
.reason-list {
  position: relative;
  padding-bottom: calc(30 / var(--sm-base));
}
.reason-list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 84.5%;
  background: linear-gradient(90deg, #005FC6, #5C9CE3);
  transform: translateX(-50%);
}
.reason-item {
  position: relative;
  z-index: 2;
  margin-top: calc(30 / var(--sm-base));
  padding: calc(20 / var(--sm-base));
  background: #FFF;
  border-radius: calc(10 / var(--sm-base));
  box-shadow: 0 0 calc(30 / var(--sm-base)) rgba(0, 52, 102, .1);
  counter-increment: reason;
}
.reason-item::before {
  position: absolute;
  top: calc(-20 / var(--sm-base));
  left: calc(10 / var(--sm-base));
  content: counter(reason);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(45 / var(--sm-base));
  height: calc(45 / var(--sm-base));
  padding-bottom: calc(2 / var(--sm-base));
  background: linear-gradient(45deg, #005FC6, #5C9CE3);
  border-radius: 50%;
  color: #FFF;
  font-family: var(--font-open-sans);
  font-size: calc(22 / var(--sm-base));
  font-weight: 600;
  line-height: 1;
}
.reason-point {
  color: var(--color-secondary);
  font-size: calc(14 / var(--sm-base));
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.reason-point strong {
  display: block;
  color: var(--color-default);
  font-size: calc(18 / var(--sm-base));
  letter-spacing: .05em;
}
.reason-image {
  width: calc(250 / var(--sm-base));
  margin: calc(15 / var(--sm-base)) auto 0;
}
@media screen and (min-width: 768px), print {
  .reason-inner {
    width: min(100%, 1160px);
    margin: 0 auto;
    padding: 56px 30px 0;
  }
  .reason-heading > span:nth-of-type(1) {
    padding: 9px 24px 12px 40px;
    font-size: 24px;
  }
  .reason-heading > span:nth-of-type(1)::after {
    top: calc(100% - 1px);
    left: calc(50% - 14px);
    width: 28px;
    height: 12px;
  }
  .reason-heading > span:nth-of-type(2) {
    margin: 30px auto 0;
    font-size: 44px;
    letter-spacing: .05em;
  }
  .reason-heading > span:nth-of-type(2)::before,
  .reason-heading > span:nth-of-type(2)::after {
    bottom: -12px;
    width: 2px;
    height: 52px;
  }
  .reason-heading > span:nth-of-type(2)::before {
    left: -36px;
    transform: rotate(-30deg);
  }
  .reason-heading > span:nth-of-type(2)::after {
    right: -36px;
    transform: rotate(30deg);
  }
  .reason-subheading {
    margin: 70px auto 0;
    padding: 12px 18px 16px 30px;
    transform: skew(-18deg);
    line-height: 1.2;
  }
  .reason-subheading > span {
    font-size: 34px;
    transform: skew(18deg);
  }
  .reason-list {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .reason-list::after {
    height: 65%;
  }
  .reason-item {
    margin: 0;
    padding: 36px 18px 40px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 52, 102, .1);
  }
  .reason-item::before {
    top: -14px;
    left: -14px;
    width: 48px;
    height: 48px;
    padding-bottom: 2px;
    font-size: 26px;
  }
  .reason-point {
    margin: 0 -1em;
    font-size: 12px;
    letter-spacing: -.025em;
  }
  .reason-point strong {
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.5;
  }
  .reason-image {
    width: 100%;
    margin: 25px 0 0;
  }
}
@media screen and (min-width: 1024px), print {
  .reason-subheading > span span {
    margin-left: -.375em;
  }
  .reason-list {
    gap: 40px;
  }
  .reason-item {
    padding: 36px 24px 40px;
  }
  .reason-item::before {
    top: -20px;
    left: -20px;
    width: 65px;
    height: 65px;
    font-size: 34px;
  }
  .reason-point {
    font-size: 16px;
  }
  .reason-point strong {
    font-size: 24px;
  }
}

.reason-detail {
  counter-increment: reason-num;
}
.reason-detail-header-inner {
  position: relative;
  padding: calc(32 / var(--sm-base)) calc(20 / var(--sm-base)) calc(24 / var(--sm-base));
}
.reason-detail-header-inner::before {
  content: counter(reason-num);
  position: absolute;
  top: calc(16 / var(--sm-base));
  left: calc(10 / var(--sm-base));
  color: #E5EFF8;
  font-size: calc(110 / var(--sm-base));
  font-family: var(--font-open-sans);
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}
.reason-detail-heading {
  position: relative;
  z-index: 2;
}
.reason-detail-heading > span {
  display: block;
  width: fit-content;
}
.reason-detail-heading > span:nth-of-type(1) {
  margin: 0 auto;
  padding: 0 calc(14 / var(--sm-base));
  background: #F0F8FF;
  color: var(--color-secondary);
  font-size: calc(14 / var(--sm-base));
  font-weight: 700;
  letter-spacing: 0;
  transform: skew(-20deg);
}
.reason-detail-heading > span:nth-of-type(1) span {
  display: block;
  transform: skew(20deg);
}
.reason-detail-heading > span:nth-of-type(2) {
  display: flex;
  align-items: center;
  margin: calc(12 / var(--sm-base)) auto 0;
  font-size: calc(22 / var(--sm-base));
}
.reason-detail-heading > span:nth-of-type(2)::before,
.reason-detail-heading > span:nth-of-type(2)::after {
  content: '';
  width: calc(20 / var(--sm-base));
  height: calc(1 / var(--sm-base));
  background: var(--color-default);
}
.reason-detail-heading > span:nth-of-type(2)::before {
  margin-right: calc(10 / var(--sm-base));
}
.reason-detail-heading > span:nth-of-type(2)::after {
  margin-left: calc(10 / var(--sm-base));
}
.reason-detail-lead {
  margin-top: calc(24 / var(--sm-base));
  letter-spacing: .025em;
}
.reason-detail-lead strong {
  margin: 0 .175em;
  padding: 0 .2em .1em .3em;
  background: var(--color-yellow);
  font-weight: 500;
}
.reason-detail-body {
  padding: calc(24 / var(--sm-base)) calc(20 / var(--sm-base));
  background: #F0F8FF;
}
@media screen and (min-width: 768px), print {
  .reason-detail-header-inner {
    width: min(100%, 1140px);
    margin: 0 auto;
    padding: 56px 30px 56px;
  }
  .reason-detail-header-inner::before {
    top: 24px;
    left: 20px;
    font-size: 200px;
  }
  .reason-detail-heading > span:nth-of-type(1) {
    padding: 10px 20px 12px 30px;
    font-size: 24px;
    transform: skew(-15deg);
  }
  .reason-detail-heading > span:nth-of-type(1) span {
    transform: skew(15deg);
  }
  .reason-detail-heading > span:nth-of-type(2) {
    margin: 24px auto 0;
    font-size: 44px;
  }
  .reason-detail-heading > span:nth-of-type(2)::before,
  .reason-detail-heading > span:nth-of-type(2)::after {
    width: 50px;
    height: 2px;
  }
  .reason-detail-heading > span:nth-of-type(2)::before {
    margin-right: 30px;
  }
  .reason-detail-heading > span:nth-of-type(2)::after {
    margin-left: 30px;
  }
  .reason-detail-lead {
    margin-top: 54px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }
  .reason-detail-lead strong {
    padding: 0 .375em .1em .5em;
  }
  .reason-detail-body {
    padding: 52px 30px 56px;
  }
}

.reason-detail01-contents01-suheading > span {
  display: block;
  width: fit-content;
}
.reason-detail01-contents01-suheading > span:nth-of-type(1) {
  position: relative;
  margin: 0 auto;
  padding: calc(5 / var(--sm-base)) calc(5 / var(--sm-base)) calc(5 / var(--sm-base)) calc(10 / var(--sm-base));
  background: var(--color-primary);
  border-radius: calc(5 / var(--sm-base));
  color: #FFF;
  font-size: calc(14 / var(--sm-base));
}
.reason-detail01-contents01-suheading > span:nth-of-type(1)::after {
  content: '';
  position: absolute;
  top: calc(100% - (2 / var(--sm-base)));
  left: calc(50% - (7 / var(--sm-base)));
  width: calc(14 / var(--sm-base));
  height: calc(9 / var(--sm-base));
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.reason-detail01-contents01-suheading > span:nth-of-type(1) > span {
  color: var(--color-yellow);
}
.reason-detail01-contents01-suheading > span:nth-of-type(1) > span span {
  font-size: calc(21 / var(--sm-base));
  letter-spacing: .075em;
}
.reason-detail01-contents01-suheading > span:nth-of-type(2) {
  margin: calc(15 / var(--sm-base)) auto 0;
  padding: calc(8 / var(--sm-base)) calc(10 / var(--sm-base));
  background: #FFF;
  color: var(--color-secondary);
  font-size: calc(22 / var(--sm-base));
}
.reason-detail01-contents01-lead {
  margin-top: calc(20 / var(--sm-base));
  font-size: calc(16 / var(--sm-base));
  font-weight: 700;
}
.reason-detail01-contents01-lead br {
  display: none;
}
.reason-detail01-contents01-lead strong {
  margin: 0 .175em 0 -.375em;
  padding: 0 .4em .1em .5em;
  background: var(--color-yellow);
}
.reason-detail01-contents01-period {
  position: relative;
  width: fit-content;
  margin: calc(22 / var(--sm-base)) auto calc(-5 / var(--sm-base));
  color: var(--color-primary);
  font-size: calc(16 / var(--sm-base));
  font-weight: 700;
  line-height: 1;
}
.reason-detail01-contents01-period::before,
.reason-detail01-contents01-period::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: calc(2 / var(--sm-base));
  height: calc(24 / var(--sm-base));
  background: var(--color-primary);
}
.reason-detail01-contents01-period::before {
  left: calc(-12 / var(--sm-base));
  transform: rotate(-22deg);
}
.reason-detail01-contents01-period::after {
  right: calc(-8 / var(--sm-base));
  transform: rotate(22deg);
}
.reason-detail01-contents01-period > span {
  background: linear-gradient(transparent 45%, #F2F534 45%, #F2F534 80%, transparent 80%);
}
.reason-detail01-contents01-period > span span {
  font-size: calc(26 / var(--sm-base));
}
.reason-detail01-contents01-block {
  margin-top: calc(18 / var(--sm-base));
}
.reason-detail01-contents01-label {
  width: fit-content;
  min-width: 100%;
  margin: 0 auto;
  padding: calc(5 / var(--sm-base)) 0 calc(6 / var(--sm-base));
  background: #FFF;
  border-radius: 100vmax;
  font-size: calc(14 / var(--sm-base));
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
}
.reason-detail01-contents01-price {
  display: flex;
  align-items: center;
}
.reason-detail01-contents01-price-usually {
  width: calc(126 / var(--sm-base));
  height: calc(60 / var(--sm-base));
  margin-top: calc(6 / var(--sm-base));
  padding: calc(8 / var(--sm-base)) calc(6 / var(--sm-base)) 0 0;
  background: url(../img/bg-reason01.webp) 0 0 / contain no-repeat;
  text-align: center;
}
.reason-detail01-contents01-price-usually-label {
  width: calc(90 / var(--sm-base));
  margin: 0 auto;
  padding: calc(2.5 / var(--sm-base)) 0;
  background: #EBEBEB;
  font-size: calc(14 / var(--sm-base));
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.reason-detail01-contents01-price-usually-price {
  position: relative;
  width: fit-content;
  margin: calc(4 / var(--sm-base)) auto 0;
  font-family: var(--font-inter);
  font-size: calc(23 / var(--sm-base));
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
.reason-detail01-contents01-price-usually-price::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -2%;
  z-index: 2;
  width: 102%;
  height: calc(2 / var(--sm-base));
  background: var(--color-default);
  transform: translateY(-50%);
}
.reason-detail01-contents01-price-usually-price span {
  font-family: var(--font-noto-sans-jp);
  font-size: calc(12 / var(--sm-base));
}
.reason-detail01-contents01-price-discount-price {
  padding: calc(8 / var(--sm-base)) 0 0;
  color: var(--color-primary);
  font-family: var(--font-inter);
  font-size: calc(50 / var(--sm-base));
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.025em;
}
.reason-detail01-contents01-price-discount-price > span {
  position: relative;
  top: calc(-4 / var(--sm-base));
  display: inline-block;
  margin: 0 -2em 0 .175em;
  font-family: var(--font-noto-sans-jp);
  font-size: calc(18 / var(--sm-base));
  font-weight: 700;
}
.reason-detail01-contents01-price-discount-price > span span {
  position: absolute;
  top: calc(-10 / var(--sm-base));
  left: calc(-8 / var(--sm-base));
  font-size: calc(10 / var(--sm-base));
  white-space: nowrap;
  letter-spacing: 0;
  transform: scale(.8);
}
.reason-detail01-contents01-note {
  margin: calc(25 / var(--sm-base)) 0 0;
  font-size: calc(12 / var(--sm-base));
}
.reason-detail01-contents01-note li {
  position: relative;
  padding-left: 1em;
  line-height: 1.4;
}
.reason-detail01-contents01-note li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.reason-detail01-contents01-col01 .reason-detail01-contents01-note {
  display: none;
}
.reason-detail01-contents02 {
  margin: calc(45 / var(--sm-base)) 0;
}
.reason-detail01-contents02-suheading span {
  display: block;
  width: fit-content;
  background: #FFF;
  color: var(--color-secondary);
  font-size: calc(22 / var(--sm-base));
}
.reason-detail01-contents02-suheading span:nth-of-type(1) {
  margin: 0 auto;
  padding: calc(8 / var(--sm-base)) calc(10 / var(--sm-base));
}
.reason-detail01-contents02-suheading span:nth-of-type(2) {
  margin: calc(4 / var(--sm-base)) auto 0;
  padding: calc(8 / var(--sm-base)) 0;
}
.reason-detail01-contents02-point01 {
  margin: calc(15 / var(--sm-base)) 0 0;
  padding: calc(8 / var(--sm-base)) calc(20 / var(--sm-base));
  background: #FFF;
  border-radius: calc(10 / var(--sm-base));
  box-shadow: 0 0 calc(30 / var(--sm-base)) rgba(0, 52, 102, .1);
  list-style: none;
}
.reason-detail01-contents02-point01 li {
  position: relative;
  padding: calc(10 / var(--sm-base)) 0 calc(10 / var(--sm-base)) calc(14 / var(--sm-base));
  font-weight: 700;
}
.reason-detail01-contents02-point01 li:not(:first-child) {
  border-top: calc(1.5 / var(--sm-base)) solid #D3E3F3;
}
.reason-detail01-contents02-point01 li::before {
  content: '';
  position: absolute;
  top: calc(19 / var(--sm-base));
  left: 0;
  width: calc(6 / var(--sm-base));
  height: calc(6 / var(--sm-base));
  background: var(--color-secondary);
  border-radius: 50%;
}
.reason-detail01-contents02-point01 li strong {
  margin-right: .175em;
  padding: 0 .4em .1em .5em;
  background: var(--color-yellow);
}
.reason-detail01-contents02-point02 {
  position: relative;
  margin-top: calc(35 / var(--sm-base));
  font-size: calc(18 / var(--sm-base));
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.reason-detail01-contents02-point02::before {
  content: '';
  position: absolute;
  top: calc(-22 / var(--sm-base));
  left: calc(50% - (13 / var(--sm-base)));
  width: calc(26 / var(--sm-base));
  height: calc(16 / var(--sm-base));
  background: var(--color-default);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.reason-detail01-contents02-col02 {
  margin-top: calc(18 / var(--sm-base));
}
.reason-detail01-contents02-col02 img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .reason-detail01 .reason-detail-lead strong:nth-of-type(1) {
    margin-left: -.25em;
    padding-right: 0;
  }
  .reason-detail01-contents01 {
    width: min(100%, 1100px);
    margin: 0 auto;
  }
  .reason-detail01-contents01-suheading > span:nth-of-type(1) {
    padding: 8px 14px 8px 24px;
    border-radius: 5px;
    font-size: 18px;
  }
  .reason-detail01-contents01-suheading > span:nth-of-type(1)::after {
    top: calc(100% - 2px);
    left: calc(50% - 8px);
    width: 16px;
    height: 10px;
  }
  .reason-detail01-contents01-suheading > span:nth-of-type(1) > span span {
    font-size: 26px;
  }
  .reason-detail01-contents01-suheading > span:nth-of-type(2) {
    margin: 16px auto 0;
    padding: 16px 14px 18px 18px;
    font-size: 34px;
  }
  .reason-detail01-contents01-lead {
    width: min(100%, 620px);
    margin: 32px auto 0;
    font-size: 18px;
  }
  .reason-detail01-contents01-period {
    margin: 40px auto -5px;
    font-size: 25px;
  }
  .reason-detail01-contents01-period::before,
  .reason-detail01-contents01-period::after {
    width: 3px;
    height: 36px;
  }
  .reason-detail01-contents01-period::before {
    left: -18px;
    transform: rotate(-22deg);
  }
  .reason-detail01-contents01-period::after {
    right: -12px;
    transform: rotate(22deg);
  }
  .reason-detail01-contents01-period > span span {
    font-size: 40px;
  }
  .reason-detail01-contents01-block {
    margin-top: 22px;
  }
  .reason-detail01-contents01-label {
    position: relative;
    left: 20px;
    min-width: 440px;
    padding: 9px 0 10px;
    font-size: 18px;
  }
  .reason-detail01-contents01-price {
    width: fit-content;
    margin: 0 auto -4px;
  }
  .reason-detail01-contents01-price-usually {
    width: 190px;
    height: 91px;
    margin-top: 12px;
    padding: 12px 10px 0 0;
  }
  .reason-detail01-contents01-price-usually-label {
    width: 134px;
    padding: 3px 0;
    font-size: 20px;
  }
  .reason-detail01-contents01-price-usually-price {
    margin: 6px auto 0;
    font-size: 35px;
  }
  .reason-detail01-contents01-price-usually-price::after {
    height: 2px;
  }
  .reason-detail01-contents01-price-usually-price span {
    font-size: 18px;
  }
  .reason-detail01-contents01-price-discount-price {
    padding: 0 0 0 14px;
    font-size: 64px;
  }
  .reason-detail01-contents01-block:nth-of-type(2) .reason-detail01-contents01-price-discount-price {
    padding: 0 0 0 16px;
  }
  .reason-detail01-contents01-price-discount-price > span {
    top: -4px;
    margin: 0 -2em 0 .175em;
    font-size: 24px;
  }
  .reason-detail01-contents01-price-discount-price > span span {
    top: -12px;
    left: -8px;
    font-size: 10px;
    transform: scale(1);
  }
  .reason-detail01-contents01-note {
    margin: 35px 0 0;
    font-size: 12px;
  }
  .reason-detail01-contents01-note li {
    line-height: 1.8;
  }
  .reason-detail01-contents02 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: min(100%, 1100px);
    margin: 70px auto 60px;
  }
  .reason-detail01-contents02-col01 {
    flex: 1;
  }
  .reason-detail01-contents02-suheading span {
    font-size: 34px;
  }
  .reason-detail01-contents02-suheading span:nth-of-type(1) {
    margin: 0;
    padding: 16px 14px 18px 18px;
  }
  .reason-detail01-contents02-suheading span:nth-of-type(2) {
    margin: 8px 0 0;
    padding: 16px 0 18px 0;
  }
  .reason-detail01-contents02-point01 {
    margin: 30px 0 0;
    padding: 10px 24px 14px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 52, 102, .1);
  }
  .reason-detail01-contents02-point01 li {
    padding: 12px 0 12px 16px;
  }
  .reason-detail01-contents02-point01 li:not(:first-child) {
    border-top-width: 2px;
  }
  .reason-detail01-contents02-point01 li::before {
    top: 24px;
    width: 6px;
    height: 6px;
  }
  .reason-detail01-contents02-point02 {
    margin-top: 40px;
    font-size: 24px;
  }
  .reason-detail01-contents02-point02::before {
    top: -26px;
    left: calc(50% - 13px);
    width: 26px;
    height: 16px;
  }
  .reason-detail01-contents02-col02 {
    width: 48%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .reason-detail01-contents01 {
    display: flex;
    align-items: center;
  }
  .reason-detail01-contents01-col01 {
    width: 48%;
  }
  .reason-detail01-contents01-suheading > span:nth-of-type(1) {
    margin: 0;
  }
  .reason-detail01-contents01-suheading > span:nth-of-type(1)::after {
    left: 34px;
  }
  .reason-detail01-contents01-suheading > span:nth-of-type(2) {
    margin: 16px 0 0;
  }
  .reason-detail01-contents01-lead br {
    display: inline;
  }
  .reason-detail01-contents01-lead strong {
    margin-left: 0;
  }
  .reason-detail01-contents01-period {
    margin: 5px auto -5px;
  }
  .reason-detail01-contents01-col02 {
    flex: 1;
    margin-left: 40px;
  }
  .reason-detail01-contents01-price {
    margin: 10px 0 0;
  }
  .reason-detail01-contents01-price-usually {
    margin-top: 0;
  }
  .reason-detail01-contents01-label {
    position: relative;
    left: -10px;
  }
  .reason-detail01-contents01-col01 .reason-detail01-contents01-note {
    display: block;
  }
  .reason-detail01-contents01-col02 .reason-detail01-contents01-note {
    display: none;
  }
  .reason-detail01-contents02-col01 {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1100px), print {
  .reason-detail01-contents01-price-discount-price {
    font-size: 76px;
  }
  .reason-detail01-contents01-price-discount-price > span {
    font-size: 26px;
  }
  .reason-detail01-contents01-price-discount-price > span span {
    top: -14px;
    font-size: 12px;
  }
}

.reason-detail02 .reason-detail-lead strong {
  margin-left: -.25em;
}
.reason-detail02-subheading span {
  display: block;
  width: fit-content;
  background: #FFF;
  color: var(--color-secondary);
  font-size: calc(22 / var(--sm-base));
}
.reason-detail02-subheading span:nth-of-type(1) {
  margin: 0 auto;
  padding: calc(8 / var(--sm-base)) calc(10 / var(--sm-base));
}
.reason-detail02-subheading span:nth-of-type(2) {
  margin: calc(4 / var(--sm-base)) auto 0;
  padding: calc(8 / var(--sm-base)) 0;
}
.reason-detail02-contents {
  margin-top: calc(24 / var(--sm-base));
}
.reason-detail02-contents-heading {
  padding: calc(2 / var(--sm-base)) 0 calc(4 / var(--sm-base)) calc(14 / var(--sm-base));
  border-left: calc(2 / var(--sm-base)) solid var(--color-secondary);
  font-size: calc(18 / var(--sm-base));
  line-height: 1.5;
}
.reason-detail02-contents-inner {
  margin-top: calc(16 / var(--sm-base));
  padding: calc(20 / var(--sm-base));
  background: #FFF;
  border-radius: calc(10 / var(--sm-base));
  box-shadow: 0 0 calc(30 / var(--sm-base)) rgba(0, 52, 102, .1);
}
.reason-detail02-contents-image {
  width: calc(240 / var(--sm-base));
  margin: 0 auto;
}
.reason-detail02-contents-point {
  margin: 0;
  list-style: none;
}
.reason-detail02-contents-point li {
  position: relative;
  padding: calc(10 / var(--sm-base)) 0 calc(10 / var(--sm-base)) calc(30 / var(--sm-base));
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.5;
}
.reason-detail02-contents-point li:not(:first-child) {
  border-top: calc(1.5 / var(--sm-base)) solid #D3E3F3;
}
.reason-detail02-contents-point li::before,
.reason-detail02-contents-point li::after {
  content: '';
  position: absolute;
  top: 50%;
}
.reason-detail02-contents-point li::before {
  left: 0;
  width: calc(22 / var(--sm-base));
  height: calc(22 / var(--sm-base));
  background: #F0F9FF;
  transform: translateY(-50%);
}
.reason-detail02-contents-point li::after {
  left: calc(6 / var(--sm-base));
  width: calc(10 / var(--sm-base));
  height: calc(7 / var(--sm-base));
  border-bottom: calc(2 / var(--sm-base)) solid var(--color-secondary);
  border-left: calc(2 / var(--sm-base)) solid var(--color-secondary);
  transform: translateY(-60%) rotate(-45deg);
}
.reason-detail02-contents-point li strong {
  margin-right: .175em;
  padding: .075em .2em .125em .25em;
  background: var(--color-yellow);
}
.reason-detail02-contents01 .reason-detail02-contents-image {
  padding: calc(15 / var(--sm-base)) 0;
}
.reason-detail02-contents02 .reason-detail02-contents-heading {
  text-indent: -.5em;
}
.reason-detail02-contents02 .reason-detail02-contents-image {
  padding: calc(15 / var(--sm-base)) 0 calc(30 / var(--sm-base));
}
.reason-detail02-contents03 .reason-detail02-contents-image {
  padding: calc(5 / var(--sm-base)) 0 calc(15 / var(--sm-base));
}
.reason-detail02-more {
  margin: calc(25 / var(--sm-base)) 0 calc(20 / var(--sm-base));
  text-align: center;
}
.reason-detail02-more a {
  position: relative;
  display: inline-block;
  padding-bottom: calc(4 / var(--sm-base));
  border-bottom: calc(1.5 / var(--sm-base)) solid var(--color-default);
  color: var(--color-default);
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}
.reason-detail02-more a::after {
  content: '';
  display: inline-block;
  position: relative;
  top: calc(-1 / var(--sm-base));
  width: calc(7 / var(--sm-base));
  height: calc(9 / var(--sm-base));
  margin-left: calc(7 / var(--sm-base));
  background: var(--color-default);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (hover: hover) and (pointer: fine) {
  .reason-detail02-more a:hover {
    border-bottom-color: transparent;
  }
}
@media screen and (min-width: 768px), print {
  .reason-detail02-subheading {
    margin-bottom: 60px;
    text-align: center;
  }
  .reason-detail02-subheading span {
    display: inline-block;
    font-size: 34px;
  }
  .reason-detail02-subheading span:nth-of-type(1) {
    position: relative;
    z-index: 2;
    margin: 0 -.6em 0 0;
    padding: 16px 0 18px 18px;
  }
  .reason-detail02-subheading span:nth-of-type(2) {
    margin: 0;
    padding: 16px 0 18px 0;
  }
  .reason-detail02-contents {
    width: min(100%, 1000px);
    margin: 40px auto 0;
  }
  .reason-detail02-contents-heading {
    padding: 0 0 3px 20px;
    border-left-width: 4px;
    font-size: 24px;
  }
  .reason-detail02-contents-inner {
    margin-top: 24px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 52, 102, .1);
  }
  .reason-detail02-contents-image {
    width: 400px;
  }
  .reason-detail02-contents-point {
    width: min(100%, 600px);
    margin: 0 auto;
  }
  .reason-detail02-contents-point li {
    padding: 12px 0 12px 30px;
  }
  .reason-detail02-contents-point li:not(:first-child) {
    border-top-width: 1px;
  }
  .reason-detail02-contents-point li::before {
    width: 22px;
    height: 22px;
  }
  .reason-detail02-contents-point li::after {
    left: 6px;
    width: 10px;
    height: 7px;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
  .reason-detail02-contents-point li br {
    display: none;
  }
  .reason-detail02-contents01 .reason-detail02-contents-image {
    padding: 15px 0;
  }
  .reason-detail02-contents02 .reason-detail02-contents-image {
    padding: 15px 0 30px;
  }
  .reason-detail02-contents03 .reason-detail02-contents-image {
    padding: 5px 0 15px;
  }
  .reason-detail02-more {
    margin: 60px 0 30px;
  }
  .reason-detail02-more a {
    padding-bottom: 4px;
    border-bottom-width: 1px;
    font-size: 18px;
  }
  .reason-detail02-more a::after {
    top: 0;
    width: 14px;
    height: 16px;
    margin-left: 14px;
  }
}
@media screen and (min-width: 1024px), print {
  .reason-detail02-contents-inner {
    padding: 50px 30px;
  }
  .reason-detail02-contents-row {
    display: flex;
    align-items: center;
    width: min(100%, 910px);
    margin: 0 0 0 auto;
  }
  .reason-detail02-contents-image {
    width: 323px;
  }
  .reason-detail02-contents-point {
    flex: 1;
    margin-left: 74px;
  }
  .reason-detail02-contents03 .reason-detail02-contents-inner {
    padding: 30px;
  }
  .reason-detail02-contents01 .reason-detail02-contents-image,
  .reason-detail02-contents02 .reason-detail02-contents-image,
  .reason-detail02-contents03 .reason-detail02-contents-image {
    padding: 0;
  }
}

.reason-detail03-contents01-label {
  width: fit-content;
  margin: 0 auto;
  padding: calc(1 / var(--sm-base)) calc(10 / var(--sm-base)) calc(3 / var(--sm-base));
  background: #FFF;
  color: var(--color-secondary);
  font-size: calc(22 / var(--sm-base));
  font-weight: 700;
  text-align: center;
}
.reason-detail03-contents01-video {
  margin-top: calc(24 / var(--sm-base));
}
.reason-detail03-contents01-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
.reason-detail03-contents02 {
  margin-top: calc(24 / var(--sm-base));
}
.reason-detail03-contents02-heading {
  padding: calc(2 / var(--sm-base)) 0 calc(4 / var(--sm-base)) calc(14 / var(--sm-base));
  border-left: calc(2 / var(--sm-base)) solid var(--color-secondary);
  font-size: calc(18 / var(--sm-base));
}
.reason-detail03-contents02-inner {
  margin: calc(16 / var(--sm-base)) 0 calc(24 / var(--sm-base));
  padding: calc(20 / var(--sm-base));
  background: #FFF;
  border-radius: calc(10 / var(--sm-base));
  box-shadow: 0 0 calc(30 / var(--sm-base)) rgba(0, 52, 102, .1);
}
.reason-detail03-contents02-image {
  width: calc(110 / var(--sm-base));
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.reason-detail03-contents02-image img {
  width: 100%;
}
.reason-detail03-contents02-message {
  margin: calc(16 / var(--sm-base)) 0 calc(8 / var(--sm-base));
  color: var(--color-secondary);
  font-size: calc(18 / var(--sm-base));
  line-height: 1.5;
}
.reason-detail03-contents02-name {
  font-size: calc(12 / var(--sm-base));
  line-height: 1.5;
}
.reason-detail03-contents02-comment {
  margin-top: calc(14 / var(--sm-base));
  border-top: calc(1.5 / var(--sm-base)) solid #E5EFF8;
}
.reason-detail03-contents02-comment p {
  margin-top: 1em;
}
@media screen and (min-width: 768px), print {
  .reason-detail03-contents01-label {
    padding: 1px 16px 4px;
    font-size: 22px;
  }
  .reason-detail03-contents01-video {
    width: min(100%, 800px);
    margin: 56px auto 0;
  }
  .reason-detail03-contents02 {
    width: min(100%, 1000px);
    margin: 56px auto 0;
  }
  .reason-detail03-contents02-heading {
    padding: 0 0 3px 12px;
    border-left-width: 4px;
    font-size: 24px;
  }
  .reason-detail03-contents02-inner {
    margin: 24px 0 56px;
    padding: 16px 40px 24px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 52, 102, .1);
  }
  .reason-detail03-contents02-head {
    display: flex;
    align-items: center;
  }
  .reason-detail03-contents02-image {
    width: 110px;
    margin: 0;
  }
  .reason-detail03-contents02-text {
    flex: 1;
    margin-left: 30px;
  }
  .reason-detail03-contents02-message {
    margin: 0 0 10px;
    font-size: 24px;
  }
  .reason-detail03-contents02-name {
    font-size: 12px;
  }
  .reason-detail03-contents02-comment {
    margin-top: 12px;
    padding-top: 6px;
    border-top-width: 1px;
  }
  .reason-detail03-contents02-comment p {
    margin-top: .75em;
  }
}

.course {
  padding: calc(35 / var(--sm-base)) calc(20 / var(--sm-base)) calc(30 / var(--sm-base));
  background: linear-gradient(60deg, #005FC6, #5C9CE3);
}
.course-heading {
  text-align: center;
}
.course-heading > span {
  position: relative;
  display: block;
  width: fit-content;
}
.course-heading > span:nth-of-type(1) {
  margin: 0 auto;
  padding: calc(2 / var(--sm-base)) calc(20 / var(--sm-base)) calc(4 / var(--sm-base));
  background: #FFF;
  border-radius: 100vmax;
  color: var(--color-secondary);
  font-size: calc(18 / var(--sm-base));
  letter-spacing: .05em;
}
.course-heading > span:nth-of-type(1)::after {
  content: '';
  position: absolute;
  top: calc(100% - (1 / var(--sm-base)));
  left: calc(50% - (9 / var(--sm-base)));
  width: calc(18 / var(--sm-base));
  height: calc(8 / var(--sm-base));
  background: #FFF;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.course-heading > span:nth-of-type(1) > span {
  color: var(--color-primary);
}
.course-heading > span:nth-of-type(1) > span span {
  font-size: calc(22 / var(--sm-base));
}
.course-heading > span:nth-of-type(2) {
  position: relative;
  margin: calc(12 / var(--sm-base)) auto 0;
  color: #FFF;
  font-size: calc(22 / var(--sm-base));
  line-height: 1.4;
}
.course-heading > span:nth-of-type(2)::before,
.course-heading > span:nth-of-type(2)::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: calc(2 / var(--sm-base));
  height: calc(32 / var(--sm-base));
  background: #FFF;
}
.course-heading > span:nth-of-type(2)::before {
  left: calc(-18 / var(--sm-base));
  transform: rotate(-20deg);
}
.course-heading > span:nth-of-type(2)::after {
  right: calc(-18 / var(--sm-base));
  transform: rotate(20deg);
}
.course-inner {
  margin-top: calc(25 / var(--sm-base));
  padding: calc(24 / var(--sm-base)) calc(20 / var(--sm-base)) calc(20 / var(--sm-base));
  background: #FFF;
  border-radius: calc(10 / var(--sm-base));
}
.course-subheading {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 calc(30 / var(--sm-base));
  background: linear-gradient(transparent 50%, #F0F7FF 50%);
  color: var(--color-secondary);
  font-size: calc(22 / var(--sm-base));
  text-align: center;
}
.course-subheading::before,
.course-subheading::after {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(20 / var(--sm-base));
  height: calc(1 / var(--sm-base));
  background: var(--color-secondary);
  transform: translateY(-50%);
}
.course-subheading::before {
  left: 0;
}
.course-subheading::after {
  right: 0;
}
.course-block {
  margin-top: calc(25 / var(--sm-base));
}
.course-name {
  padding: calc(2 / var(--sm-base)) 0 calc(5 / var(--sm-base)) calc(14 / var(--sm-base));
  border-left: calc(2 / var(--sm-base)) solid var(--color-secondary);
  font-size: calc(18 / var(--sm-base));
  line-height: 1.4;
}
.course-row {
  margin-top: calc(16 / var(--sm-base));
}
.course-image img {
  width: 100%;
}
.course-detail dl div:not(:last-child) {
  padding-bottom: calc(15 / var(--sm-base));
  border-bottom: calc(1.5 / var(--sm-base)) solid #E5EFF9;
}
.course-detail dl dt {
  padding: calc(12 / var(--sm-base)) 0 calc(2 / var(--sm-base));
  color: var(--color-secondary);
  font-size: calc(16 / var(--sm-base));
  font-weight: 700;
}
.course-campaign-label {
  margin-top: calc(20 / var(--sm-base));
  padding: calc(6 / var(--sm-base)) calc(10 / var(--sm-base)) calc(7 / var(--sm-base));
  background: var(--color-primary);
  color: #fff;
  font-size: calc(18 / var(--sm-base));
  text-align: center;
}
.course-campaign-contents {
  padding: calc(20 / var(--sm-base));
  background: #FEEDE6;
}
.course-campaign-price-usually {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(255 / var(--sm-base));
  height: calc(75 / var(--sm-base));
  padding-bottom: calc(12 / var(--sm-base));
  background: url(../img/bg-course01-sp.webp) 0 0 / contain no-repeat;
  text-align: center;
}
.course-campaign-price-usually-label {
  background: #EBEBEB;
  padding: calc(4 / var(--sm-base)) calc(10 / var(--sm-base));
  font-size: calc(20 / var(--sm-base));
  font-weight: 700;
  line-height: 1;
}
.course-campaign-price-usually-price {
  position: relative;
  margin-left: calc(10 / var(--sm-base));
  font-family: var(--font-inter);
  font-size: calc(34 / var(--sm-base));
  font-weight: 600;
  letter-spacing: .025em;
}
.course-campaign-price-usually-price::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -3%;
  z-index: 2;
  width: 104%;
  height: calc(2 / var(--sm-base));
  background: var(--color-default);
  transform: translateY(-50%);
}
.course-campaign-price-usually-price span {
  font-family: var(--font-noto-sans-jp);
  font-size: calc(18 / var(--sm-base));
}
.course-campaign-price-discount {
  margin-top: calc(4 / var(--sm-base));
}
.course-campaign-price-period {
  color: var(--color-primary);
  font-size: calc(16 / var(--sm-base));
  font-weight: 700;
}
.course-campaign-price-discount-price {
  color: var(--color-primary);
  font-family: var(--font-inter);
  font-size: calc(61 / var(--sm-base));
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.0175em;
}
.course-campaign-price-discount-price > span {
  position: relative;
  top: calc(-6 / var(--sm-base));
  display: inline-block;
  margin: 0 -2em 0 .175em;
  font-family: var(--font-noto-sans-jp);
  font-size: calc(22 / var(--sm-base));
  font-weight: 700;
}
.course-campaign-price-discount-price > span span {
  position: absolute;
  top: calc(-12 / var(--sm-base));
  left: calc(-6 / var(--sm-base));
  font-size: calc(10 / var(--sm-base));
  white-space: nowrap;
  letter-spacing: 0;
}
.course-campaign-price-discount-division {
  margin-top: calc(2 / var(--sm-base));
  font-weight: 700;
  text-align: center;
}
.course-campaign-price-discount-division span:nth-of-type(1) {
  margin: 0 -.1em;
}
.course-campaign-price-discount-division span:nth-of-type(2) {
  color: var(--color-primary);
}
.course-campaign-price-discount-division span:nth-of-type(3) {
  margin: 0 -.5em 0 -.375em;
}
.course-block:nth-of-type(2) .course-campaign-price-discount-price {
  font-size: calc(61 / var(--sm-base));
}
.course-campaign-more {
  margin-top: calc(12 / var(--sm-base));
}
.course-campaign-more a {
  display: block;
  padding: calc(15 / var(--sm-base)) calc(10 / var(--sm-base)) calc(18 / var(--sm-base));
  background: #FFF;
  border: calc(1.5 / var(--sm-base)) solid var(--color-primary);
  border-radius: calc(5 / var(--sm-base));
  color: var(--color-primary);
  font-size: calc(18 / var(--sm-base));
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}
.course-campaign-more a span {
  position: relative;
  display: inline-block;
  padding-right: calc(24 / var(--sm-base));
}
.course-campaign-more a span::after {
  content: '';
  position: absolute;
  top: 52%;
  right: 0;
  width: calc(10 / var(--sm-base));
  height: calc(12 / var(--sm-base));
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .course-campaign-more a {
    transition: background var(--transition), color var(--transition);
  }
  .course-campaign-more a span::after {
    transition: background var(--transition);
  }
  .course-campaign-more a:hover {
    background: var(--color-primary);
    color: #FFF;
  }
  .course-campaign-more a:hover span::after {
    background: #FFF;
  }
}
@media screen and (min-width: 768px), print {
  .course {
    padding: 56px 30px;
  }
  .course-inner {
    width: min(100%, 1100px);
    margin: 0 auto;
    padding: 56px 30px;
    border-radius: 10px;
  }
  .course-heading > span:nth-of-type(1) {
    padding: 10px 36px 9px 40px;
    font-size: 24px;
  }
  .course-heading > span:nth-of-type(1) > span span {
    font-size: 34px;
  }
  .course-heading > span:nth-of-type(1)::after {
    top: calc(100% - 1px);
    left: calc(50% - 14px);
    width: 28px;
    height: 12px;
  }
  .course-heading > span:nth-of-type(2) {
    margin: 15px auto 0;
    font-size: 44px;
    letter-spacing: .05em;
  }
  .course-heading > span:nth-of-type(2)::before,
  .course-heading > span:nth-of-type(2)::after {
    bottom: 4px;
    width: 2px;
    height: 52px;
  }
  .course-heading > span:nth-of-type(2)::before {
    left: -36px;
    transform: rotate(-30deg);
  }
  .course-heading > span:nth-of-type(2)::after {
    right: -24px;
    transform: rotate(30deg);
  }
  .course-inner {
    margin-top: 60px;
    padding: 48px 30px 54px;
    border-radius: 10px;
  }
  .course-subheading {
    margin-bottom: 55px;
    padding: 0 75px 4px;
    background: linear-gradient(transparent 65%, #F0F7FF 65%);
    font-size: 34px;
  }
  .course-subheading::before,
  .course-subheading::after {
    top: calc(50% - 2px);
    width: 40px;
    height: 2px;
  }
  .course-block {
    width: min(100%, 1000px);
    margin: 50px auto 0;
  }
  .course-name {
    padding: 2px 0 4px 20px;
    border-left-width: 4px;
    font-size: 24px;
  }
  .course-row {
    display: flex;
    margin-top: 24px;
  }
  .course-image {
    width: 38%;
  }
  .course-detail {
    flex: 1;
    margin-left: 30px;
  }
  .course-detail dl {
    margin-top: -18px;
  }
  .course-detail dl div {
    display: flex;
    padding: 12px 0;
  }
  .course-detail dl div:not(:last-child) {
    padding: 12px 0;
    border-bottom-width: 1px;
  }
  .course-detail dl dt {
    width: 140px;
    padding: 0 25px 0 0;
    font-size: 16px;
  }
  .course-detail dl dd {
    flex: 1;
    font-size: 14px;
  }
  .course-campaign-label {
    position: relative;
    width: fit-content;
    margin-top: 40px;
    padding: 1px 24px 3px;
    font-size: 24px;
  }
  .course-campaign-label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 14px;
    height: 100%;
    background: var(--color-primary);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .course-campaign-contents {
    padding: 25px;
  }
  .course-campaign-price {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
  .course-campaign-price-usually {
    width: 340px;
    height: 99px;
    padding-bottom: 14px;
  }
  .course-campaign-price-usually-label {
    padding: 4px 10px;
    font-size: 20px;
  }
  .course-campaign-price-usually-price {
    margin-left: 14px;
    font-size: 36px;
  }
  .course-campaign-price-usually-price::after {
    height: 3px;
  }
  .course-campaign-price-usually-price span {
    font-size: 17px;
  }
  .course-campaign-price-discount {
    margin-top: 4px;
  }
  .course-campaign-price-period {
    margin-bottom: -2px;
    font-size: 18px;
    text-align: left;
  }
  .course-campaign-price-discount-price {
    font-size: 84px;
  }
  .course-campaign-price-discount-price > span {
    top: -6px;
    margin-right: 0;
    font-size: 26px;
  }
  .course-campaign-price-discount-price > span span {
    top: -14px;
    left: -8px;
    font-size: 12px;
  }
  .course-campaign-price-discount-division {
    margin-top: 4px;
    font-size: 17px;
  }
  .course-block:nth-of-type(2) .course-campaign-price-discount-price {
    font-size: 84px;
  }
  .course-campaign-more {
    width: min(100%, 360px);
    margin: 30px auto 0;
  }
  .course-campaign-more a {
    padding: 19px 30px 19px 44px;
    border-width: 1px;
    border-radius: 5px;
    font-size: 24px;
  }
  .course-campaign-more a span {
    padding-right: 36px;
  }
  .course-campaign-more a span::after {
    width: 16px;
    height: 18px;
  }
}
@media screen and (min-width: 1024px), print {
  .course-detail dl dt {
    font-size: 18px;
  }
  .course-detail dl dd {
    font-size: 16px;
  }
  .course-campaign-contents {
    padding: 15px 25px;
  }
  .course-campaign-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 915px);
    margin: 0;
  }
  .course-campaign-price {
    display: inline-flex;
    align-items: center;
  }
  .course-campaign-price-usually {
    display: block;
    width: 189px;
    /* height: 90px; */
    background-image: url(../img/bg-course01.webp);
    /* padding: 10px 10px 0 0; */
    display: flex;
  }
  .course-campaign-price-usually-label {
    width: min(100%, 134px);
    margin: 0 auto;
  }
  .course-campaign-price-usually-price {
    width: fit-content;
    margin: 4px auto 0;
    line-height: 1;
    letter-spacing: 0;
  }
  .course-campaign-price-discount {
    flex: 1;
    margin: 0 0 0 10px;
  }
  .course-campaign-price-discount-price {
    font-size: 76px;
  }
  .course-block:nth-of-type(2) .course-campaign-price-discount-price {
    font-size: 76px;
  }
  .course-campaign-more {
    width: min(100%, 300px);
    margin: 0 0 0 auto;
  }
  .course-campaign-more a {
    padding: 27px 15px 27px 15px;
    font-size: 20px;
  }
  .course-campaign-more a span {
    padding-right: 28px;
  }
  .course-campaign-more a span::after {
    width: 14px;
    height: 16px;
  }
}
@media screen and (min-width: 1100px), print {
  .course-campaign-more {
    width: min(100%, 360px);
    margin-left: auto;
  }
  .course-campaign-more a {
    padding: 27px 30px 27px 44px;
    font-size: 24px;
  }
  .course-campaign-more a span {
    padding-right: 36px;
  }
  .course-campaign-more a span::after {
    width: 16px;
    height: 18px;
  }
}

.trial {
  padding: calc(32 / var(--sm-base)) calc(20 / var(--sm-base));
}
.trial-inner {
  padding: calc(20 / var(--sm-base));
  border: calc(1 / var(--sm-base)) solid var(--color-primary);
  border-radius: calc(10 / var(--sm-base));
}
.trial-heading {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  color: var(--color-primary);
  font-size: calc(22 / var(--sm-base));
  text-align: center;
}
.trial-heading::before,
.trial-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: calc(2 / var(--sm-base));
  height: calc(32 / var(--sm-base));
  background: var(--color-primary);
}
.trial-heading::before {
  left: calc(-18 / var(--sm-base));
  transform: rotate(-20deg);
}
.trial-heading::after {
  right: calc(-18 / var(--sm-base));
  transform: rotate(20deg);
}
.trial-row {
  margin-top: calc(24 / var(--sm-base));
}
.trial-detail ul {
  margin: calc(15 / var(--sm-base)) 0 0;
  padding: 0;
  list-style: none;
}
.trial-detail ul li {
  position: relative;
  padding: calc(10 / var(--sm-base)) 0 calc(10 / var(--sm-base)) calc(30 / var(--sm-base));
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.5;
}
.trial-detail ul li::before,
.trial-detail ul li::after {
  content: '';
  position: absolute;
  top: 50%;
}
.trial-detail ul li::before {
  left: 0;
  width: calc(22 / var(--sm-base));
  height: calc(22 / var(--sm-base));
  background: #FEEDE6;
  transform: translateY(-50%);
}
.trial-detail ul li::after {
  left: calc(6 / var(--sm-base));
  width: calc(10 / var(--sm-base));
  height: calc(7 / var(--sm-base));
  border-bottom: calc(2 / var(--sm-base)) solid var(--color-primary);
  border-left: calc(2 / var(--sm-base)) solid var(--color-primary);
  transform: translateY(-60%) rotate(-45deg);
}
.trial-detail ul li:not(:first-child) {
  border-top: calc(1.5 / var(--sm-base)) solid #FEEDE6;
}
.trial-detail ul li span {
  display: block;
  margin-right: -1em;
}
.trial-detail ul li strong {
  margin-right: .175em;
  padding: .075em .2em .125em .25em;
  background: var(--color-yellow);
}
.trial-detail ul li:nth-child(4) strong {
  margin-left: .175em;
}
@media screen and (min-width: 768px), print {
  .trial {
    padding: 56px 30px;
  }
  .trial-inner {
    width: min(100%, 1100px);
    margin: 0 auto;
    padding: 30px 30px 40px;
    border-width: 1px;
    border-radius: 10px;
  }
  .trial-heading {
    font-size: 34px;
  }
  .trial-heading::before,
  .trial-heading::after {
    width: 2px;
    height: 40px;
  }
  .trial-heading::before {
    left: -32px;
    transform: rotate(-28deg);
  }
  .trial-heading::after {
    right: -30px;
    transform: rotate(28deg);
  }
  .trial-row {
    width: min(100%, 600px);
    margin: 35px auto 0;
  }
  .trial-image img {
    width: 100%;
  }
  .trial-detail {
    margin: 30px 0 0;
  }
  .trial-detail ul {
    margin: 0;
  }
  .trial-detail ul li {
    padding: 12px 0 12px 30px;
  }
  .trial-detail ul li::before {
    width: 22px;
    height: 22px;
  }
  .trial-detail ul li::after {
    left: 6px;
    width: 10px;
    height: 7px;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
  .trial-detail ul li:not(:first-child) {
    border-top-width: 1px;
  }
  .trial-detail ul li br {
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .trial-row {
    display: flex;
    align-items: center;
    width: min(100%, 1000px);
  }
  .trial-image {
    width: 38%;
  }
  .trial-detail {
    flex: 1;
    margin: 0 0 0 30px;
  }
}

.form {
  background: #f8f5ec;
}
.form iframe {
  min-height: 1000px;
}
@media screen and (min-width: 768px), print {
  .form-inner {
    width: min(100%, 860px);
    margin: 0 auto;
  }
  .form iframe {
    min-height: 840px;
  }
}

.coupon-banner {
  padding: calc(32 / var(--sm-base)) calc(30 / var(--sm-base));
}
.coupon-banner p {
  margin-top: calc(10 / var(--sm-base));
  font-size: calc(16 / var(--sm-base));
  font-weight: 700;
  text-align: center;
}
.coupon-banner p strong {
  color: var(--color-primary);
}
@media screen and (min-width: 768px), print {
  .coupon-banner {
    width: min(75%, 640px);
    margin: 0 auto;
    padding: 40px 0;
  }
  .coupon-banner p {
    margin-top: 25px;
    font-size: 18px;
  }
}
