@charset "UTF-8";
.oswald-regular, .swiper-control .swiper-paging {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * 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 iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

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

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.oswald-regular, .swiper-control .swiper-paging {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
:root {
  --color-bg-yellow: #FDF9E8;
  --color-kintone: #FFBF00;
  --color-marker: #FFD865;
  --width-content: 984px;
}

/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  /*
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body, button, input, select, textarea {
  color: #231200;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

body {
  line-height: 1.6;
}

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

article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: text-bottom;
}

:focus {
  outline: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

*, article {
  box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeIn {
  opacity: 0;
  transition: all 0.8s;
}
.fadeIn.scrollin {
  opacity: 1;
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  max-width: var(--width-content);
  width: 100%;
  position: relative;
  margin: auto;
  padding: 60px 24px;
}
@media screen and (min-width: 984px) {
  .section-inner {
    padding: 80px 24px;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #231200;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:not([class]) {
  text-decoration: underline;
}
@media screen and (min-width: 1280px) {
  a:not([class]):hover {
    text-decoration: none;
  }
}

.alignright {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.alignleft {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.aligncenter {
  text-align: center;
}
.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

@media screen and (min-width: 984px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-tab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-tab {
    display: block !important;
  }
}
@media screen and (min-width: 984px) {
  .only-tab {
    display: none !important;
  }
}

@media screen and (min-width: 984px) {
  .only-pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-wide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-wide {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .only-wide {
    display: block !important;
  }
}

@media screen and (min-width: 768px), print {
  .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .flex .col1 > * {
    width: 90%;
  }
  .flex .col2 > * {
    width: 45%;
  }
  .flex .col3 > * {
    width: 30%;
  }
  .flex .col4 > * {
    width: 22.5%;
  }
  .flex .col5 > * {
    width: 18%;
  }
  .flex .col6 > * {
    width: 15%;
  }
  .flex.wrap {
    flex-wrap: wrap;
  }
  .flex.center {
    justify-content: center;
  }
  .flex.between {
    justify-content: space-between;
  }
  .flex.around {
    justify-content: space-around;
  }
  .flex.middle {
    align-items: center;
  }
  .flex.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .flex.sp-valid {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.emoji {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji";
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.w0 {
  width: 0%;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.w105 {
  width: 105%;
}

.w110 {
  width: 110%;
}

.w115 {
  width: 115%;
}

.w120 {
  width: 120%;
}

.w125 {
  width: 125%;
}

.w130 {
  width: 130%;
}

.w135 {
  width: 135%;
}

.w140 {
  width: 140%;
}

.w145 {
  width: 145%;
}

.w150 {
  width: 150%;
}

.w155 {
  width: 155%;
}

.w160 {
  width: 160%;
}

.w165 {
  width: 165%;
}

.w170 {
  width: 170%;
}

.w175 {
  width: 175%;
}

.w180 {
  width: 180%;
}

.w185 {
  width: 185%;
}

.w190 {
  width: 190%;
}

.w195 {
  width: 195%;
}

.w200 {
  width: 200%;
}

.w205 {
  width: 205%;
}

.w210 {
  width: 210%;
}

.w215 {
  width: 215%;
}

.w220 {
  width: 220%;
}

.w225 {
  width: 225%;
}

.w230 {
  width: 230%;
}

.w235 {
  width: 235%;
}

.w240 {
  width: 240%;
}

.w245 {
  width: 245%;
}

.w250 {
  width: 250%;
}

.breadcrumb {
  background-color: #eef5ff;
}
.breadcrumb ul {
  padding: 5px 20px;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  display: inline-block;
  margin-right: 7px;
}

.marker {
  padding-bottom: 7px;
  background: linear-gradient(transparent 60%, var(--color-marker) 60%);
}

.oswald-regular, .swiper-control .swiper-paging {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
.modal {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.modal.open {
  display: block;
  opacity: 1;
}
.modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  position: relative;
  z-index: 2;
}
.modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100vw;
}
@media screen and (min-width: 768px), print {
  .modal__wrap {
    width: calc(100vw - 40px);
  }
}
@media screen and (min-width: 1280px) {
  .modal__wrap {
    width: 1024px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.modal__close {
  position: absolute;
  right: -10px;
  width: 64px;
  height: 64px;
  top: 0;
  transform: translateY(calc(-100% - 8px));
}
@media screen and (max-width: 767px) {
  .modal__close {
    width: 50px;
    height: 50px;
    right: 10px;
  }
}
.modal__close a {
  display: block;
  position: relative;
}
.modal__close a:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .modal__close a:before {
    width: 50px;
    height: 50px;
  }
}
.modal__close a .inner {
  display: block;
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 2;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .modal__close a .inner {
    width: 50px;
    height: 50px;
  }
}
.modal__close a .inner:before {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 26px;
  left: 25%;
  transform: rotate(45deg);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .modal__close a .inner:before {
    width: 24px;
    height: 5px;
    top: 20px;
    left: 24%;
  }
}
.modal__close a .inner:after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 26px;
  left: 25%;
  transform: rotate(-45deg);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .modal__close a .inner:after {
    width: 24px;
    height: 5px;
    top: 20px;
    left: 24%;
  }
}
.modal__content {
  position: relative;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .modal__content {
    max-height: calc(100vh - 80px);
  }
}
.modal .video {
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  position: relative;
  border-radius: 10px;
}
.modal .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.oswald-regular, .swiper-control .swiper-paging {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
#site-header {
  width: 100vw;
  height: 64px;
  background-color: #fff;
  position: fixed;
  top: -80px;
  left: 0;
  box-shadow: 0px -4px 15px -3px rgba(119, 119, 119, 0.5);
  z-index: 100;
  transition: all 0.5s;
}
@media screen and (min-width: 768px), print {
  #site-header {
    top: -80px;
    height: 80px;
  }
}
#site-header > .row {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0 24px;
}
@media screen and (min-width: 984px) {
  #site-header > .row {
    padding: 0 40px;
  }
}
#site-header .site-logo {
  height: 32px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  #site-header .site-logo {
    height: 40px;
  }
}
#site-header .site-logo img {
  display: block;
  width: auto;
  height: 100%;
}
#site-header .primary-menu ul {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  #site-header .primary-menu ul {
    width: 100%;
    justify-content: space-between;
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  #site-header .primary-menu ul li {
    width: 50%;
  }
}
#site-header .primary-menu ul li .btn {
  font-size: 1.2rem;
  line-height: 40px;
}
#site-header .primary-menu ul li .btn.yellow {
  border: 1px solid #231200;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
#site-header .primary-menu ul li .btn.yellow:after {
  width: 14px;
  height: 14px;
  background-image: url(../images/ico_pagenav_white.svg);
}
#site-header .primary-menu ul li .btn.yellow:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
#site-header .primary-menu ul li .btn.yellow:hover:after {
  background-image: url(../images/ico_pagenav_yellow.svg);
}
#site-header .primary-menu ul li .btn.dark {
  border: 1px solid #231200;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
#site-header .primary-menu ul li .btn.dark:after {
  width: 14px;
  height: 14px;
}
#site-header .primary-menu ul li .btn.dark:hover {
  background-color: #fff;
  color: #231200;
}
#site-header .primary-menu ul li .btn.dark:hover:after {
  background-image: url(../images/ico_pagenav_yellow.svg);
}
#site-header.scrolling {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.floating-menu {
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  padding: 12px 16px;
  z-index: 100;
  background-color: #fff;
  transition: all 0.5s;
  transform: translate(0, 100%);
}
@media screen and (min-width: 768px), print {
  .floating-menu {
    display: none;
  }
}
.floating-menu ul {
  display: flex;
  justify-content: center;
}
.floating-menu ul li {
  flex-basis: calc((100% - 7px) / 2);
}
.floating-menu .btn {
  font-size: 3.2vw;
  line-height: 40px;
}
.floating-menu .btn:after {
  width: 12px;
  height: 12px;
}
.floating-menu .btn.yellow:after {
  width: 12px;
  height: 12px;
  background-image: url(../images/ico_pagenav_white.svg);
}
.floating-menu.scrolling {
  transform: translate(0, 0);
}

#cover {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
  background-color: rgba(84, 148, 216, 0.6);
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 1280px) {
  #cover {
    display: none;
  }
}

.oswald-regular, .swiper-control .swiper-paging {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
#site-footer {
  background-color: #fff;
}
#site-footer .page_footer-inner {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-color: #ffe000;
}
@media screen and (max-width: 767px) {
  #site-footer .page_footer-inner {
    padding: 8.5333333333vw 0;
  }
}
#site-footer .page_footer-nav ul {
  display: flex;
  justify-content: center;
}
#site-footer .page_footer-nav ul li {
  font-size: 1.4rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #site-footer .page_footer-nav ul li {
    font-size: 3.5vw;
  }
}
#site-footer .page_footer-nav ul li:not(:first-of-type) {
  margin-left: 2em;
}
#site-footer .page_footer-nav ul li a {
  position: relative;
  display: inline-block;
  color: #000;
  padding: 0 0 0 1.25em;
  text-decoration: none;
}
#site-footer .page_footer-nav ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 3px solid #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#site-footer .page_footer-nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (min-width: 1280px) {
  #site-footer .page_footer-nav ul li a:hover {
    opacity: 1;
  }
  #site-footer .page_footer-nav ul li a:hover:after {
    width: 100%;
  }
}
#site-footer .copyright {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1em;
  font-style: normal;
  padding: 2em 0;
  color: #fff;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #site-footer .copyright {
    padding-bottom: calc(64px + 2em);
  }
}

.oswald-regular, .swiper-control .swiper-paging {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* --------------- PARTS --------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 28px;
  background-color: #fff;
  border: 2px solid #231200;
  color: #000;
  box-shadow: 0px 4px 10px rgba(208, 164, 24, 0.6);
  font-size: 1.6rem;
  font-weight: 600;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
@media screen and (min-width: 984px) {
  .btn {
    line-height: 52px;
  }
}
@media screen and (min-width: 1280px) {
  .btn:hover {
    opacity: 1;
    border: 2px solid #fff;
    box-shadow: 0px 4px 10px rgba(208, 164, 24, 0.6);
  }
}
.btn:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/ico_pagenav_yellow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
}
.btn.yellow {
  background-color: var(--color-kintone);
  box-shadow: 0 8px 4px rgba(255, 191, 0, 0.3);
  border: 2px solid var(--color-kintone);
}
.btn.yellow:after {
  width: 24px;
  height: 24px;
  background-image: url(../images/arrow_white.svg);
}
@media screen and (min-width: 1280px) {
  .btn.yellow:hover {
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 12px 12px rgba(255, 191, 0, 0.3);
  }
  .btn.yellow:hover:after {
    background-image: url(../images/arrow_yellow.svg);
  }
}
.btn.black {
  background-color: #000;
  box-shadow: 0 8px 4px rgba(255, 191, 0, 0.3);
  border: 2px solid #000;
  color: #fff;
  padding: 0;
}
.btn.black:after {
  width: 24px;
  height: 24px;
  background-image: url(../images/arrow_yellow.svg);
}
@media screen and (min-width: 1280px) {
  .btn.black:hover {
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 12px 12px rgba(255, 191, 0, 0.3);
    color: #000;
  }
}
.btn.dark {
  background-color: #231200;
  border: 2px solid #231200;
  box-shadow: 0px 3px 6px rgba(166, 145, 78, 0.6);
  color: #fff;
}
.btn.dark:after {
  background-image: url(../images/ico_pagenav_white.svg);
}
@media screen and (min-width: 1280px) {
  .btn.dark:hover {
    border: 2px solid #231200;
    box-shadow: 0px 5px 6px rgba(246, 192, 66, 0.6);
    color: #FFBF00;
  }
  .btn.dark:hover:after {
    background-image: url(../images/ico_pagenav_yellow.svg);
  }
}
.btn.--download:after {
  background-image: url(../images/ico_download.svg);
}

.link {
  padding-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.link-black {
  display: inline-block;
  color: #231200;
  border-bottom: 4px solid #FFD865;
  position: relative;
  /*
  background-image: url(../images/arrow_yellow.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 16px 16px;
  */
  padding-right: 20px;
}
.link-black:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/arrow_yellow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
}
.link-black:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #000;
  position: absolute;
  width: 0;
  bottom: -4px;
  left: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 1280px) {
  .link-black:hover:after {
    width: 100%;
  }
}

/*
.ballon {
	&-privacy {
		display: inline-block;
		background-color: $green;
		padding: 0 16px;
		color: #fff;
		font-size: 1.3rem;
		line-height: 26px;
		position: relative;

		&:after {
			content: "";
			display: block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 6px 8px 0 8px;
			border-color: $green transparent transparent transparent;
			position: absolute;
			bottom: -6px;
			left: 50%;
			-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
		}

		&.bottom {
			margin-top: 15px;

			&:after {
				display: none;
			}			

			&:before {
				content: "";
				display: block;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 0 8px 6px 8px;
				border-color: transparent transparent $green transparent;
				position: absolute;
				top: -5px;
				left: 50%;
				-webkit-transform: translate(-50%, 0);
				transform: translate(-50%, 0);
			}
		}
	}
}
*/
/*
.name {
	font-family: $font-montserrat;
	font-weight: 700;
}
*/
/*
.cta {
	background-color: $kintone_color;
	.section-inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	&-flex {
		display: flex;
		justify-content: center;
		align-items: center;
		@include media(sp) {
			flex-direction: column;
		}
		.img {
			position: relative;
			@include media(sp) {
				padding-bottom: 30px;
				margin-right: -20px;
				margin-left: -10px;
			}
			@include media(tablet) {
				width: 43%;
				max-width: 440px;	
			}
			img {
				position: relative;
				z-index: 10;
			}
		}
		.text {
			text-align: center;
			position: relative;
			z-index: 10;
			@include media(sp) {
				width: 100%;
			}
			@include media(tablet) {
				width: 40%;
				max-width: 410px;
			}
			.cta-catch {
				font-size: 2.4rem;
				font-weight: 700;
				line-height: 1.3333;
			}
			h3 {
				margin: 10px 0 0.5em;
				font-size: 3.6rem;
				line-height: 1.3;
			}
			.btn {
				width: 100%;
			}
		}
		.circle {
			position: absolute;
			z-index: 1;
			&-obj {
				width: 100%;
				height: 100%;
				border-radius: 50%;
				background-color: #EDAD00;	
			}
			&01 {
				width: 280px;
				height: 280px;
				bottom: 0;
				left: 0;
				transform: translate(-15%, 8%);
				@include media(tablet) {
					bottom: 0;
					left: auto;
					right: 0;
					transform: translate(10%, 5%);	
				}
			}
			&02 {
				width: 112px;
				height: 112px;
				top: 0;
				right: 0;
				transform: translate(-30%, 0);	
				@include media(tablet) {
					transform: translate(35%, 0);	
				}
			}
			&03 {
				width: 33px;
				height: 33px;
				top: 0;
				right: 0;
				transform: translate(110%, -50%);
				@include media(tablet) {
					top: 0;
					right: 0;
					transform: translate(300%, -50%);	
				}
			}
		}
	}
}
*/
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-pagination {
  width: 63vw !important;
  position: relative;
  margin: 0 auto;
  padding: 10px 0 0;
  z-index: 100;
  text-align: left;
  bottom: auto;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination {
    width: auto !important;
    padding: 15px 0 0;
  }
}
.swiper-pagination-bullet {
  width: 15px;
  height: 2px;
  border-radius: 0;
  margin: 0 3px;
  background-color: #ccc;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background-color: #000000;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination-bullet-active {
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px), print {
  .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    margin: 0 8px 0 0 !important;
    border-radius: 4px;
  }
}
.swiper-control {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .swiper-control {
    justify-content: center;
    gap: 35px;
  }
}
.swiper-control .swiper-button-next, .swiper-control .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}
.swiper-control .swiper-button-next:after, .swiper-control .swiper-button-prev:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-control .swiper-button-next, .swiper-control .swiper-button-prev {
    display: none;
  }
}
.swiper-control .swiper-paging {
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  color: #AA9142;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .swiper-control .swiper-paging {
    font-size: 2.4rem;
    align-items: flex-end;
  }
}
.swiper-control .swiper-paging span {
  color: #231200;
}
.swiper-control .swiper-paging span.current {
  font-weight: 700;
}
.swiper-control .swiper-paging span.max {
  font-size: 0.66666666em;
  transform: translateY(-0.3em);
}
@media screen and (min-width: 768px), print {
  .swiper-control .swiper-paging span.max {
    transform: translateY(-0.2em);
  }
}
.swiper-control .swiper-button-prev {
  background-image: url(../images/ico_pagenav_yellow_left.svg);
}
.swiper-control .swiper-button-next {
  background-image: url(../images/ico_pagenav_yellow.svg);
}

.num {
  font-family: "Oswald", sans-serif;
}

#main {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .modal-video-close-btn {
    right: 0;
  }
}

/*
.video {
	width: 100%;
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	@include media(tablet) {
		padding: 10px;
	}
	.inner {
		width: 100%;
		height: 0;
		padding-top: 56.25%;
		position: relative;
		iframe {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 5;
		}
		img {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			object-fit: cover;
			object-position: center;
			z-index: 5;
		}
		&.js-modal-video {
			cursor: pointer;
			&:after {
				content: url(../images/icon_youtube.svg);
				display: block;
				width: 64px;
				height: 42.7px;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				z-index: 10;	
			}
		}
	}
}
.tvcm {
	h3 {
		margin-bottom: 1em;
		line-height: 1.2;
		font-size: 1.6rem;
		text-align: center;
	}
	.deco {
		color: #AA9142;
	}
}

.screen-item {
	span {
		display: block;
		line-height: 2;
		font-size: 1.6rem;
	}
}

p.notes {
	margin-bottom: 0;
	font-size: 1.1rem;
	color: #765A00;
}

.attention_area {
	margin-top: 2em;
	font-size: 1.1rem;
	@include media(tablet) {
		font-size: 1.4rem;
		text-align: center;
		transform: translateY(-200%);
	}	
	p {
		font-size: 1em;
	}
}
*/
.com-ttl-01 {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.com-ttl-01 span {
  font-size: 5.1vw;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 span {
    font-size: 2rem;
  }
}
.com-ttl-01:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 6px;
  border-radius: 4px;
  background-color: #ccc;
}

.com-cta {
  gap: 10px;
}
@media screen and (min-width: 984px) {
  .com-cta {
    gap: 24px;
  }
}
.com-cta div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  flex-basis: calc(50% - 5px);
}
@media screen and (min-width: 984px) {
  .com-cta div {
    flex-basis: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .com-cta div + div {
    margin-top: 24px;
  }
}
.com-cta .catch {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 1.4rem;
  font-weight: 700;
}
.com-cta .catch:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #4D4D4D;
  transform: rotate(50deg);
  transform-origin: 50%;
}
.com-cta .catch:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #4D4D4D;
  transform: rotate(-50deg);
  transform-origin: 50%;
}
.com-cta .btn {
  width: 100%;
  box-shadow: 0 8px 4px rgba(255, 191, 0, 0.3);
}
@media screen and (max-width: 983px) {
  .com-cta .btn {
    line-height: 1.2;
    height: 72px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 984px) {
  .com-cta .btn {
    line-height: 72px;
    border-radius: 40px;
    padding: 0;
  }
}
.com-cta .btn strong {
  font-size: 2.6rem;
  display: inline-block;
  padding: 0 4px;
}
@media screen and (min-width: 984px) {
  .com-cta .btn strong {
    font-size: 3rem;
  }
}
@media screen and (min-width: 984px) {
  .com-cta .btn.yellow {
    font-size: 1.8rem;
  }
}

/* --------------- ANIMATION --------------- */
@keyframes gauge {
  0% {
    width: 50%;
  }
  35% {
    width: 93%;
  }
  100% {
    width: 93%;
  }
}
@keyframes textSway {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  25% {
    transform: translate3d(0px, -3px, 0px);
  }
  75% {
    transform: translate3d(0px, 1px, 0px);
  }
  99.99% {
    transform: translate3d(0px, 1px, 0px);
  }
}
.bounce-in {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s;
}
.bounce-in.bounce-in-action {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* --------------- CONTENTS --------------- */
@keyframes badge-animation01 {
  10% {
    /* 上から落ちてくる */
    transform: translateY(0);
  }
  15% {
    /* 落ちてきた衝撃で縦に少しつぶれる */
    transform: scale(1.1, 0.98);
  }
  20% {
    /* 落ちてきた衝撃で縦にさらに少しつぶれる */
    transform: scale(1.1, 0.92);
  }
  30% {
    /* 縦につぶれながらもつぶれた反動で少し横に伸びる */
    transform: scale(1.15, 0.9);
  }
  45% {
    /* 縦につぶれた反動で横に伸びる */
    transform: scale(1.2, 0.88);
  }
  50% {
    /* つぶれた反動で一気に縦に伸びる */
    transform: scale(0.85, 1.05);
  }
  60% {
    /* 伸びた反動で縦につぶれる */
    transform: scale(1.1, 0.98);
  }
  70% {
    /* つぶれた反動で縦に少し伸びる */
    transform: scale(0.95, 1.03);
  }
  90% {
    /* 伸びた反動でほんの少し縦につぶれる */
    transform: scale(0.98, 1.01);
  }
  100% {
    /* 通常のサイズになる */
    transform: scale(1, 1);
  }
}
@keyframes badge-animation02 {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.fv {
  background-color: var(--color-kintone);
  position: relative;
}
.fv-logo {
  padding: 20px 24px 0 24px;
}
@media screen and (max-width: 767px) {
  .fv-logo {
    text-align: center;
  }
}
.fv-logo img {
  width: 70.4vw;
}
@media screen and (min-width: 768px), print {
  .fv-logo img {
    max-width: 232.56px;
  }
}
.fv .section-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .fv .section-inner {
    padding-top: 45px;
    margin-right: -24px;
  }
}
@media screen and (min-width: 984px) {
  .fv .section-inner {
    margin-right: auto;
    padding-bottom: 25px;
  }
}
.fv .text {
  flex-basis: 42%;
}
@media screen and (min-width: 984px) {
  .fv .text {
    padding-top: 20px;
    flex-basis: 33%;
    margin-left: -44px;
  }
}
.fv .text h1 {
  margin-bottom: 25px;
}
.fv .text h1 span {
  display: block;
}
@media screen and (max-width: 767px) {
  .fv .text h1 span {
    font-size: 8.53333333vw;
    text-align: center;
    line-height: 1.375;
  }
}
@media screen and (min-width: 768px), print {
  .fv .text h1 span {
    font-size: 0;
    width: 100%;
    padding-top: 60%;
    background-image: url(../images/tit_page.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.fv .text h1 + p {
  font-size: 14px;
  margin-bottom: 24px;
}
.fv .text .btn {
  padding: 10px;
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 984px) {
  .fv .text .btn {
    padding: 0;
  }
}
.fv .text .btn strong {
  font-size: 1.142em;
}
.fv .img {
  flex-basis: calc(55% + 44px);
}
@media screen and (min-width: 984px) {
  .fv .img {
    flex-basis: calc(67% + 44px);
  }
}
@media screen and (min-width: 984px) {
  .fv .img-inner {
    margin-left: -45px;
    margin-right: -125px;
  }
}
.fv-cta {
  flex-direction: column;
}
.fv-cta li + li {
  margin-top: 1rem;
}

.problem {
  background: linear-gradient(180deg, #DEE9F4 0%, #DEE9F4 137px, #fff 137px, #fff 100%);
}
@media screen and (min-width: 768px), print {
  .problem {
    background: linear-gradient(180deg, #DEE9F4 0%, #DEE9F4 57%, #fff 57%, #fff 100%);
  }
}
.problem .com-ttl-01:after {
  background-color: #B6CCE2;
}
.problem .section-inner {
  padding-top: 75px;
  padding-bottom: 55px;
}
.problem .section-inner > .flex {
  gap: 35px;
}
@media screen and (min-width: 984px) {
  .problem .section-inner > .flex {
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .problem-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.problem-item .img {
  text-align: center;
  flex-basis: 46.47%;
}
@media screen and (min-width: 768px), print {
  .problem-item .img img {
    max-width: 217px;
  }
}
.problem-item .text {
  font-size: 4.8vw;
  line-height: 1.5;
  flex-basis: 46.17737%;
}
@media screen and (min-width: 768px), print {
  .problem-item .text {
    margin-top: 1.2em;
    text-align: center;
    font-size: 2rem;
  }
}
.problem-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .problem-item:nth-of-type(2) {
    margin-top: 24px;
  }
}

.intro {
  background-color: #FFF7DE;
}
.intro .section-inner {
  padding-top: 100px;
}
.intro .section-inner:before {
  content: "";
  display: block;
  width: 190px;
  height: 56px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.intro .com-ttl-01 {
  margin-bottom: 24px;
}
.intro .com-ttl-01:after {
  background-color: #FFDD76;
}
.intro .com-ttl-01 + p {
  margin-bottom: 50px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .intro .com-ttl-01 + p {
    text-align: center;
  }
}

.case .com-ttl-01 span {
  line-height: 2;
}
.case .com-ttl-01:after {
  background-color: var(--color-kintone);
}
.case-item {
  border-top: 4px solid var(--color-kintone);
  padding-top: 35px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .case-item {
    padding-top: 20px;
  }
}
.case-item .label {
  position: absolute;
  top: -3px;
  left: 0;
}
.case-item-heading {
  background-color: #F4F6F8;
  padding: 24px;
}
@media screen and (min-width: 984px) {
  .case-item-heading {
    padding: 40px 40px 32px 40px;
  }
}
.case-item-heading .text {
  flex-basis: 62.6168%;
}
.case-item-heading .text h3 {
  font-size: 3rem;
  line-height: 1.3333333;
}
.case-item-heading .text p.lead {
  font-size: 1.6rem;
  font-weight: 600;
}
.case-item-heading .text .company {
  margin-top: 24px;
  gap: 24px;
}
.case-item-heading .text .company-logo {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .case-item-heading .text .company-logo {
    margin: 0 auto 24px;
  }
}
@media screen and (min-width: 768px), print {
  .case-item-heading .text .company-info {
    width: calc(100% - 120px - 24px);
  }
}
.case-item-heading .text .company-name {
  margin-bottom: 0.3em;
  font-size: 1.6rem;
  font-weight: 600;
  color: #4D4D4D;
}
.case-item-heading .text .company dl {
  color: #4D4D4D;
}
.case-item-heading .text .company dl dt {
  display: inline;
  font-size: 1.2rem;
  font-weight: 600;
}
.case-item-heading .text .company dl dd {
  display: inline;
  font-size: 1.4rem;
}
.case-item-heading .img {
  flex-basis: 34.579%;
}
@media screen and (max-width: 767px) {
  .case-item-heading .img {
    margin-top: 24px;
  }
}
.case-item-result {
  margin-top: 32px;
}
.case-item-result h3 {
  margin-bottom: 0.5em;
  font-size: 7.4vw;
}
@media screen and (min-width: 768px), print {
  .case-item-result h3 {
    font-size: 3.2rem;
  }
}
.case-item-result .result {
  gap: 10px;
}
.case-item-result .result-item {
  flex-basis: 47.6%;
}
.case-item-result .result-item h4 {
  margin-bottom: 1em;
  font-size: 2rem;
}
.case-item-result .result-item .img {
  flex-basis: 80px;
}
@media screen and (min-width: 768px), print {
  .case-item-result .result-item .img {
    flex-basis: 120px;
  }
}
.case-item-result .result-item .img.capture {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case-item-result .result-item .img.capture {
    margin-bottom: 24px;
  }
}
.case-item-result .result-item .img.capture img {
  border: 1px solid #d8d8d8;
}
.case-item-result .result-item .text {
  flex-basis: calc(100% - 80px - 24px);
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .case-item-result .result-item .text {
    flex-basis: calc(100% - 120px - 24px);
  }
}
.case-item-result .result .arrow {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .case-item-result .result .arrow {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .case-item-result .result .arrow {
    padding-top: 15px;
    width: 2.5%;
  }
}
.case-item-result .result .arrow:before {
  content: "";
  display: block;
  background-color: var(--color-kintone);
}
@media screen and (max-width: 767px) {
  .case-item-result .result .arrow:before {
    width: 34px;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px), print {
  .case-item-result .result .arrow:before {
    width: 100%;
    height: 34px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
.case-item + .case-item {
  margin-top: 64px;
}

.solution {
  background-color: #FFF7DE;
  position: relative;
}
.solution .section-inner {
  padding-top: 100px;
}
.solution .section-inner:before {
  content: "";
  display: block;
  width: 190px;
  height: 56px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.solution .com-ttl-01:after {
  background-color: #FFDD76;
}
.solution-item {
  flex-basis: 31.62393%;
  margin-bottom: 38px;
  text-align: center;
}
.solution-item-img {
  margin-bottom: 20px;
}
.solution-item-text dt {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.solution-item-text dt strong {
  font-size: 1.4em;
}
.solution-item-text dd {
  text-align: left;
  font-size: 1.6rem;
}
.solution-item-text dd small {
  display: inline-block;
  padding-top: 10px;
  font-size: 0.875em;
}

.price {
  background: linear-gradient(180deg, #FFF7DE 0%, #FFF7DE 40vw, #fff 40vw, #fff 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .price {
    background-color: #FFF7DE;
  }
}
.price:before {
  content: "";
  display: block;
  width: 135vw;
  height: 100vw;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .price:before {
    width: 113vw;
  }
}
.price .section-inner {
  z-index: 5;
}
.price .section-inner h2:after {
  background-color: #FFDD76;
}
.price-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .price-list {
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .price-list {
    justify-content: center;
    gap: 24px;
  }
}
.price-list-caution {
  margin-top: 1em;
  font-size: 1.1rem;
  line-height: 2;
  text-align: center;
}
.price-list li {
  flex-basis: 48%;
}
@media screen and (min-width: 768px), print {
  .price-list li {
    flex-basis: 24%;
  }
}
@media screen and (min-width: 1280px) {
  .price-list li {
    flex-basis: 180px;
  }
}

.more {
  background-color: #FFBF00;
}
.more .section-inner .com-ttl-01:after {
  background-color: #FFD865;
}
@media screen and (min-width: 768px), print {
  .more .know-more {
    display: flex;
    justify-content: center;
  }
}
.more .know-more-item {
  flex-basis: 48.7179%;
}
.more .know-more-item a {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .more .know-more-item a {
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .more .know-more-item a {
    padding: 24px;
  }
  .more .know-more-item a:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .more .know-more-item a:hover .link:before {
    background-image: url(../images/arrow_black.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
  }
  .more .know-more-item a:hover .link:after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .more .know-more-item:first-of-type {
    margin-bottom: 24px;
  }
}
.more .know-more-item-img {
  flex-basis: 40%;
}
@media screen and (min-width: 768px), print {
  .more .know-more-item-img {
    flex-basis: 42.3%;
  }
}
.more .know-more-item-text {
  flex-basis: 53.92%;
}
@media screen and (min-width: 768px), print {
  .more .know-more-item-text {
    flex-basis: 45%;
  }
}
.more .know-more-item-text p {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #000;
  font-weight: 600;
}
@media screen and (min-width: 984px) {
  .more .know-more-item-text p {
    font-size: 1.6rem;
  }
}
.more .know-more-item-text p strong {
  font-size: 1.5em;
}
.more .know-more-item-text p.notice {
  margin-top: -1em;
  color: #4D4D4D;
  font-weight: 400;
  font-size: 12px;
}
.more .know-more-item-text .link {
  transition: all 0.3s;
}
.more .know-more-item-text .link:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #000;
  position: absolute;
  width: 0;
  bottom: -4px;
  left: 0;
  transition: all 0.2s;
}

.bottom-cta {
  background-color: rgba(255, 216, 101, 0.3);
}