@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

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

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

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* variable
---------------------------------------------------------------
//  Base-Size
// ---------------------------------------------------------------*/
/*$pc: 1220px;
$pcmin: 1320px;
$pcinner: 1024px;
$pcmax:1220px;
$tab: 1080px;
$tabpc: 769px;
$sp: 768px;
$gutter-pc: 20px;
$baseWidth: 1281;
$baseWidthSp: 375;
$baseWidthSpMax: 750;*/
/* base
--------------------------- */
@font-face {
  font-family: "dartsfont";
  font-weight: bold;
  src: url("../../fonts/dartsfont.eot");
  src: url("../../fonts/dartsfont.eot?#iefix") format("eot"), url("../../fonts/dartsfont.woff") format("woff"), url("../../fonts/dartsfont.woff2") format("woff2"), url("../../fonts/dartsfont.ttf") format("truetype");
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  margin-top: 0;
  /* 1rem > 10px */
  height: 100%;
  scroll-behavior: smooth;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "Red Hat Display", "Noto Sans JP", sans-serif;
  color: #212029;
  font-size: 1.6rem;
}
body.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

a {
  color: #212029;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover {
  opacity: 0.7;
}
a:hover img {
  opacity: 0.8;
}

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

h1 {
  font-size: inherit;
}

.wrapper__contents {
  position: relative;
}

.fwb {
  font-weight: bold;
}

/* object/project ------------ */
/* base
--------------------------- */
/* p-header
--------------------------- */
.p-header-01 {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 57px;
  z-index: 9;
  top: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}
@media (min-width: 481px) {
  .p-header-01 {
    height: 80px;
  }
}
@media (min-width: 1081px) {
  .p-header-01 {
    height: 110px;
    padding: 20px clamp(20px, 2vw, 60px);
  }
}
.p-header-01-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 2vw, 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1081px) {
  .p-header-01-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
  }
}
.p-header-01-logo {
  max-width: clamp(50px, 6vw, 95px);
  width: 100%;
  height: auto;
}
@media (min-width: 1081px) {
  .p-header-01-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-header-01-cap {
  font-size: clamp(1.3rem, 1vw, 1.8rem);
  font-weight: 500;
}
@media (min-width: 1081px) {
  .p-header-01-cap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-header-01-nav {
  background: #fff;
  display: none;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  position: fixed;
  top: 57px;
  left: 0;
  z-index: 9;
  padding: 0 20px 60px;
}
@media (min-width: 769px) {
  .p-header-01-nav {
    top: 80px;
  }
}
@media (min-width: 1081px) {
  .p-header-01-nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: initial;
    position: initial;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(10px, 2vw, 50px);
    padding: initial;
    margin: 0 0 0 auto;
  }
}
.p-header-01-nav .gNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  border-top: 1px solid #E8CCEE;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1081px) {
  .p-header-01-nav .gNav {
    margin-top: initial;
    border-top: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(10px, 1.3vw, 24px);
  }
}
.p-header-01-nav .gNav .listItem {
  font-size: 1.4rem;
  padding-block: 24px;
  border-bottom: 1px solid #E8CCEE;
  background: url("../images/icon-arrow.svg") no-repeat right center;
}
.p-header-01-nav .gNav .listItem a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1081px) {
  .p-header-01-nav .gNav .listItem {
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
    height: initial;
    border-bottom: initial;
    background: none;
  }
}
.p-header-01-contact {
  display: none;
}
@media (min-width: 1081px) {
  .p-header-01-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
}
.p-header-01-toggle {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0 0 0 auto;
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  cursor: pointer;
}
@media (min-width: 1081px) {
  .p-header-01-toggle {
    display: none;
  }
}
.p-header-01-toggle.is-close {
  overflow: hidden;
}
.p-header-01-toggle.is-close .line {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-header-01-toggle.is-close .line:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
.p-header-01-toggle.is-close .line:nth-child(2) {
  opacity: 0;
}
.p-header-01-toggle.is-close .line:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}
.p-header-01-toggle .line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  height: 1px;
  width: 100%;
  background: #B06BBE;
}
.p-header-01-toggle .line:first-child {
  -webkit-transform: translate(-50%, calc(-50% - 8px));
          transform: translate(-50%, calc(-50% - 8px));
}
.p-header-01-toggle .line:last-child {
  -webkit-transform: translate(-50%, calc(-50% + 8px));
          transform: translate(-50%, calc(-50% + 8px));
}
.p-header-01.is-start {
  -webkit-animation: fadeIn 0.8s forwards;
          animation: fadeIn 0.8s forwards;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

/* base
--------------------------- */
/* p-footer
--------------------------- */
.p-footer {
  border-top: 1px solid #D5D5D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
  padding: 80px 0;
}
@media (min-width: 769px) {
  .p-footer {
    padding: 80px 0 60px;
  }
}
.p-footer-logo {
  text-align: center;
}
.p-footer-logo .logo {
  margin-inline: auto;
  max-width: 90px;
}
@media (min-width: 769px) {
  .p-footer-logo .logo {
    max-width: initial;
  }
}
.p-footer-logo .cap {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-top: 20px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .p-footer-logo .cap {
    font-size: 1.6rem;
    margin-top: 30px;
    line-height: normal;
  }
}
.p-footer-nav {
  display: none;
}
@media (min-width: 769px) {
  .p-footer-nav {
    display: block;
  }
  .p-footer-nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 30px;
    padding: 0 20px;
  }
  .p-footer-nav .nav .listItem {
    font-weight: 500;
    font-size: 1.6rem;
  }
}
.p-footer-link {
  font-size: 1.3rem;
  text-align: center;
}
@media (min-width: 769px) {
  .p-footer-link {
    font-size: 1.4rem;
  }
}
.p-footer-link a {
  color: #B06BBE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.p-footer-link a .ico-exlink {
  width: 1.35rem;
  height: 1.35rem;
  aspect-ratio: 1/1;
  display: inline-block;
}
@media (min-width: 769px) {
  .p-footer-link a .ico-exlink {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.p-footer-link a .ico-exlink svg {
  width: 100%;
  height: 100%;
}

/* base
--------------------------- */
/* p-footer
--------------------------- */
.p-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
@media (min-width: 481px) {
  .p-fix {
    display: none;
  }
}
.p-fix a {
  background: #B06BBE;
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
}

/* base
--------------------------- */
/* p-footer
--------------------------- */
.l-wrap-wide {
  margin-inline: auto;
  width: calc(100% - 40px);
}
.l-wrap-main {
  margin-inline: auto;
  width: calc(100% - 40px);
  max-width: 1220px;
}
@media (min-width: 769px) {
  .l-wrap-main {
    width: calc(100% - 100px);
  }
}
.l-wrap-narrow {
  margin-inline: auto;
  width: calc(100% - 40px);
  max-width: 860px;
}

/* object/component ------------ */
/* base
--------------------------- */
/* c-button
--------------------------- */
.c-btn-01 {
  background: #212029;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 51px;
  border-radius: 8px;
  padding: 0 clamp(1.4rem, 1.2vw, 1.6rem);
  font-size: clamp(1.3rem, 1.2vw, 1.6rem);
}

.c-btn-02 {
  font-size: 1.3rem;
  line-height: 100%;
  height: 45px;
  background: #B06BBE;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 70px;
}
@media (min-width: 769px) {
  .c-btn-02 {
    font-size: 1.6rem;
    height: 61px;
    padding: 8px 30px;
    gap: 10px;
  }
}
.c-btn-02 .ico-exlink {
  width: 1.35rem;
  height: 1.35rem;
  aspect-ratio: 1/1;
  display: inline-block;
}
@media (min-width: 769px) {
  .c-btn-02 .ico-exlink {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.c-btn-02 .ico-exlink svg {
  width: 100%;
  height: 100%;
}

/* base
--------------------------- */
/* c-button
--------------------------- */
.c-ttl-01 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 769px) {
  .c-ttl-01 {
    font-size: 4rem;
  }
}

.c-ttl-02 {
  color: #B06BBE;
  font-size: 2.2rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(6px, 1.6vw, 14px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 769px) {
  .c-ttl-02 {
    font-size: 3.6rem;
  }
}
.c-ttl-02:before {
  display: block;
  content: "";
  width: clamp(12px, 2.5vw, 15px);
  height: clamp(12px, 2.5vw, 15px);
  aspect-ratio: 1/1;
  border: clamp(3px, 0.75vw, 3.5px) solid #B06BBE;
  border-radius: 50%;
}
.c-ttl-02.is-spCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 481px) {
  .c-ttl-02.is-pcCenter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-ttl-02.is-noCircle:before {
  content: none;
}

.c-ttl-03 {
  color: #B06BBE;
  font-size: 2rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(6px, 1.6vw, 14px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 769px) {
  .c-ttl-03 {
    font-size: 3.6rem;
  }
}
.c-ttl-03:before {
  display: block;
  content: "";
  width: clamp(12px, 2.5vw, 15px);
  height: clamp(12px, 2.5vw, 15px);
  aspect-ratio: 1/1;
  border: clamp(3px, 0.75vw, 3.5px) solid #B06BBE;
  border-radius: 50%;
}
.c-ttl-03.is-noCircle:before {
  content: none;
}

.c-ttl-04 {
  gap: 10px;
  background: #FBEEFF;
  color: #B06BBE;
  font-weight: 400;
  position: relative;
  padding: 10px 19px;
  font-size: 1.6rem;
  line-height: 162%;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .c-ttl-04 {
    margin-bottom: 50px;
    padding: 20px 0 20px 30px;
    font-size: 2.4rem;
    line-height: 108%;
  }
}
.c-ttl-04:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
  height: 24px;
  background: #B06BBE;
}
@media (min-width: 769px) {
  .c-ttl-04:before {
    height: 40px;
  }
}
.c-ttl-04 span.font-jp {
  font-family: "Noto Sans JP", sans-serif;
  margin-inline: 0.1em;
}

/* base
--------------------------- */
/* c-heading
--------------------------- */
.c-heading-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (min-width: 769px) {
  .c-heading-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.c-heading-01-cap {
  text-align: center;
  color: #212029;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 157%;
}
@media (min-width: 769px) {
  .c-heading-01-cap {
    font-size: 1.6rem;
    line-height: 175%;
  }
}
@media (min-width: 769px) {
  .c-heading-01-cap.is-large {
    font-size: 2rem;
    line-height: 170%;
  }
}
.c-heading-01-cap.is-light {
  font-weight: 300;
}
.c-heading-01.is-center {
  text-align: center;
}

/* base
--------------------------- */
/* c-card
--------------------------- */
.c-card-01 {
  width: 230px !important;
}
@media (min-width: 481px) {
  .c-card-01 {
    width: 300px !important;
  }
}
.c-card-01-pic {
  display: block;
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 481px) {
  .c-card-01-pic {
    margin-bottom: 16px;
  }
}
.c-card-01-pic-arr {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  border-radius: 60px;
  border: 1px solid #B06BBE;
  background: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 481px) {
  .c-card-01-pic-arr {
    width: 3rem;
    height: 3rem;
  }
}
.c-card-01-pic-arr .ico-exlink {
  width: 9px;
  height: auto;
}
.c-card-01-pic-arr .ico-exlink svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 481px) {
  .c-card-01-pic-arr .ico-exlink {
    width: 12px;
  }
}
.c-card-01-pic:hover {
  opacity: 1;
}
.c-card-01-pic:hover img {
  opacity: 1;
}
.c-card-01-pic:hover .c-card-01-pic-arr {
  background: #F4EAF7;
}
.c-card-01-ttl {
  font-size: 1.2rem;
  line-height: 133%;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
@media (min-width: 481px) {
  .c-card-01-ttl {
    font-size: 1.7rem;
    line-height: 129%;
  }
}
.c-card-01-ttl:before {
  display: inline-block;
  content: "";
  border-radius: 50%;
  background: #B06BBE;
  width: 7.5px;
  height: 7.5px;
}
@media (min-width: 481px) {
  .c-card-01-ttl:before {
    width: 10px;
    height: 10px;
  }
}
.c-card-01-text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 133%;
}
@media (min-width: 481px) {
  .c-card-01-text {
    font-size: 1.5rem;
    line-height: 146%;
  }
}

.swiper-slide {
  height: 100% !important;
}

.c-card-02 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-radius: 10px;
  border: 1px solid #B06BBE;
  grid-template-areas: "c-card-02-pic" "c-card-02-ttl" "c-card-02-detail";
  padding: 20px;
  height: 100%;
}
@media (min-width: 1221px) {
  .c-card-02 {
    grid-template-areas: "c-card-02-pic c-card-02-ttl" "c-card-02-pic c-card-02-detail";
    gap: 26px 48px;
    grid-template-columns: 466px 1fr;
    padding: 50px 64px;
  }
}
.c-card-02-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 16px;
}
@media (min-width: 1221px) {
  .c-card-02-ttl {
    font-size: 26px;
    line-height: 40px;
    gap: 26px;
    margin-bottom: 0;
  }
}
.c-card-02-ttl:after {
  content: "";
  display: inline-block;
  background: #D2B9E2;
  width: 60px;
  height: 1px;
}
.c-card-02-pic {
  grid-area: c-card-02-pic;
  max-width: 466px;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media (min-width: 1221px) {
  .c-card-02-pic {
    margin-bottom: 0;
  }
}
.c-card-02-ttl {
  grid-area: c-card-02-ttl;
}
.c-card-02-detail {
  min-height: 0;
  grid-area: c-card-02-detail;
}
.c-card-02-detail tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .c-card-02-detail tr {
    gap: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
  }
}
.c-card-02-detail .heading {
  color: #B06BBE;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (min-width: 769px) {
  .c-card-02-detail .heading {
    font-size: 1.6rem;
    line-height: 175%;
    min-width: 150px;
  }
}
.c-card-02-detail .detail {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
}
@media (min-width: 1221px) {
  .c-card-02-detail .detail {
    font-size: 1.6rem;
    line-height: 175%;
  }
}

.c-card-03 {
  padding: 10px;
}
@media (min-width: 769px) {
  .c-card-03 {
    padding: 20px;
  }
}
.c-card-03-img {
  padding-block: 15px;
  margin-bottom: 10px;
  background: #FCF4FF;
}
@media (min-width: 769px) {
  .c-card-03-img {
    padding-block: 0;
    margin-bottom: 20px;
  }
}
.c-card-03-img .cap {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
}
.c-card-03-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  .c-card-03-ttl {
    gap: 6px;
    margin-bottom: 12px;
  }
}
.c-card-03-ttl .no {
  font-family: "Red Hat Display";
  font-size: 2rem;
  font-weight: 500;
  line-height-step: 150%;
}
@media (min-width: 769px) {
  .c-card-03-ttl .no {
    font-size: 2.6rem;
    line-height-step: 153%;
  }
}
.c-card-03-ttl .text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 133%;
}
@media (min-width: 769px) {
  .c-card-03-ttl .text {
    font-size: 2rem;
    line-height: 130%;
  }
}
.c-card-03-detail {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.c-card-03-detail:last-child {
  margin-bottom: 0;
}
@media (min-width: 1221px) {
  .c-card-03-detail {
    grid-template-columns: minmax(75px, auto) 1fr;
    gap: 7px;
    margin-bottom: 0;
  }
}
.c-card-03-detail .heading {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 142%;
}
@media (min-width: 769px) {
  .c-card-03-detail .heading {
    font-size: 1.5rem;
    line-height: 133%;
  }
}
.c-card-03-detail .detail {
  color: #B06BBE;
  font-family: "Red Hat Display";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 160%;
}
@media (min-width: 769px) {
  .c-card-03-detail .detail {
    font-size: 1.8rem;
    line-height: 166%;
  }
}

/* base
--------------------------- */
/* c-heading
--------------------------- */
.c-tbl-01 {
  width: 100%;
}
.c-tbl-01 caption.cap {
  color: #B06BBE;
  font-size: 1.6rem;
  margin: 0 0 9px;
  display: table-caption;
}
.c-tbl-01 caption.cap:before {
  display: inline-block;
  content: "";
  border-radius: 50%;
  background: #B06BBE;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
.c-tbl-01 .heading {
  border: 1px solid #E8CCEE;
  background: #FBEEFF;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  padding: 7px;
  font-size: 1.3rem;
  line-height: 2rem;
}
@media (min-width: 481px) {
  .c-tbl-01 .heading {
    font-size: 1.8rem;
    line-height: 4rem;
    padding: 10px;
  }
}
.c-tbl-01 .heading:first-child {
  border-left: none;
}
.c-tbl-01 .heading:last-child {
  border-right: none;
}
.c-tbl-01 .detail {
  text-align: center;
  border-left: 1px solid #E8CCEE;
  border-right: 1px solid #E8CCEE;
  border-bottom: 1px solid #E8CCEE;
  background: #FFF;
  font-style: normal;
  font-weight: 500;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 10px 5px;
}
@media (min-width: 481px) {
  .c-tbl-01 .detail {
    font-size: 1.6rem;
    padding: 20px 5px;
  }
}
.c-tbl-01 .detail:first-child {
  border-left: none;
}
.c-tbl-01 .detail:last-child {
  border-right: none;
}
.c-tbl-01 .detail .cap {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
@media (min-width: 481px) {
  .c-tbl-01 .detail .cap {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.c-tbl-02 {
  width: 661px;
  table-layout: fixed;
}
@media (min-width: 481px) {
  .c-tbl-02 {
    width: 1220px;
  }
}
.c-tbl-02 .heading-01 {
  border: 1px solid #E8CCEE;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 125%;
  padding: 12px;
}
@media (min-width: 481px) {
  .c-tbl-02 .heading-01 {
    font-size: 1.6rem;
    padding: 30px;
  }
}
.c-tbl-02 .heading-01.is-active {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #B06BBE;
  border-color: #B06BBE;
}
.c-tbl-02 .heading-01:first-child {
  width: 80px;
  border-left: none;
  padding: 10px;
}
@media (min-width: 481px) {
  .c-tbl-02 .heading-01:first-child {
    width: 180px;
    white-space: nowrap;
    padding: 20px;
  }
}
.c-tbl-02 .heading-01:not(:first-child) {
  width: 180px;
}
@media (min-width: 481px) {
  .c-tbl-02 .heading-01:not(:first-child) {
    width: 344px;
  }
}
.c-tbl-02 .heading-01:last-child {
  border-right: none;
}
.c-tbl-02 .heading-02 {
  font-size: 1.3rem;
  font-weight: 500;
  border-bottom: 1px solid #E8CCEE;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 481px) {
  .c-tbl-02 .heading-02 {
    font-size: 1.6rem;
    white-space: nowrap;
    padding: 20px;
  }
}
.c-tbl-02 .detail {
  font-size: 1.2rem;
  padding: 10px;
  border-left: 1px solid #E8CCEE;
  border-right: 1px solid #E8CCEE;
  border-bottom: 1px solid #E8CCEE;
  background: #FFF;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 481px) {
  .c-tbl-02 .detail {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.c-tbl-02 .detail.is-active {
  border-color: #B06BBE;
  background: #FCF4FF;
  font-weight: 500;
}
.c-tbl-02 .detail:first-child {
  border-left: none;
  background-color: aqua;
}
.c-tbl-02 .detail:last-child {
  border-right: none;
}
.c-tbl-02 .detail-icon {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  margin-inline: auto;
  margin-bottom: 10px;
}
.c-tbl-02 .detail-icon svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 481px) {
  .c-tbl-02 .detail-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
}
.c-tbl-02 .detail .cap {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}

.c-tbl-03 {
  width: 681px;
  table-layout: fixed;
}
@media (min-width: 481px) {
  .c-tbl-03 {
    width: 1220px;
  }
}
.c-tbl-03 .heading-01 {
  border: 1px solid #E8CCEE;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 125%;
  padding: 12px;
}
@media (min-width: 481px) {
  .c-tbl-03 .heading-01 {
    font-size: 1.6rem;
    padding: 30px;
  }
}
.c-tbl-03 .heading-01.is-active {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #B06BBE;
  border-color: #B06BBE;
}
.c-tbl-03 .heading-01:first-child {
  width: 110px;
  border-left: none;
  padding: 10px;
}
@media (min-width: 481px) {
  .c-tbl-03 .heading-01:first-child {
    width: 180px;
    white-space: nowrap;
    padding: 20px;
  }
}
.c-tbl-03 .heading-01:not(:first-child) {
  width: 180px;
}
@media (min-width: 481px) {
  .c-tbl-03 .heading-01:not(:first-child) {
    width: 344px;
  }
}
.c-tbl-03 .heading-01:last-child {
  border-right: none;
}
.c-tbl-03 .heading-02 {
  font-size: 1.3rem;
  font-weight: 500;
  border-bottom: 1px solid #E8CCEE;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 481px) {
  .c-tbl-03 .heading-02 {
    font-size: 1.6rem;
    white-space: nowrap;
    padding: 20px;
  }
}
.c-tbl-03 .detail {
  font-size: 1.2rem;
  padding: 10px;
  border-left: 1px solid #E8CCEE;
  border-right: 1px solid #E8CCEE;
  border-bottom: 1px solid #E8CCEE;
  background: #FFF;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 481px) {
  .c-tbl-03 .detail {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.c-tbl-03 .detail.is-active {
  border-color: #B06BBE;
  background: #FCF4FF;
  font-weight: 500;
}
.c-tbl-03 .detail:first-child {
  border-left: none;
  background-color: aqua;
}
.c-tbl-03 .detail:last-child {
  border-right: none;
}
.c-tbl-03 .detail-icon {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  margin-inline: auto;
  margin-bottom: 10px;
}
.c-tbl-03 .detail-icon svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 481px) {
  .c-tbl-03 .detail-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
}
.c-tbl-03 .detail .cap {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}

/* base
--------------------------- */
/* c-button
--------------------------- */
.c-list-01 {
  margin-left: 20px;
}
.c-list-01 li {
  font-size: 1.2rem;
  list-style: disc;
}
@media (min-width: 769px) {
  .c-list-01 li {
    font-size: 1.4rem;
    line-height: 157%;
  }
}
.c-list-01 li::marker {
  color: #B06BBE;
}

.c-list-02 {
  margin-left: 20px;
}
.c-list-02 li {
  font-size: 1.2rem;
  line-height: 166%;
  list-style: disc;
}
@media (min-width: 769px) {
  .c-list-02 li {
    font-size: 1.4rem;
    line-height: 157%;
  }
}

/* base
--------------------------- */
/* c-block
--------------------------- */
.c-block-01 {
  border-bottom: 1px dashed #AAAAAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-bottom: 42px;
}
@media (min-width: 769px) {
  .c-block-01 {
    max-width: 1120px;
    margin-inline: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 42px;
  }
}
.c-block-01.is-noBdr {
  border: none;
  padding-top: 42px;
  padding-bottom: 0;
}
.c-block-01-ttl {
  font-weight: 400;
  line-height: 100%;
  color: #B06BBE;
  font-size: 1.8rem;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .c-block-01-ttl {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
}
.c-block-01-ttl:after {
  content: "";
  display: block;
  height: 1px;
  background: #B06BBE;
  margin-top: 16px;
  width: 60px;
}
@media (min-width: 769px) {
  .c-block-01-ttl:after {
    margin-top: 30px;
    width: 44px;
  }
}
.c-block-01-text {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 142%;
}
@media (min-width: 769px) {
  .c-block-01-text {
    font-size: 1.6rem;
    line-height: 175%;
  }
}

.c-block-02 {
  cursor: pointer;
}
.c-block-02 .heading {
  background: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 157%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.14);
  padding: 16px 57px 16px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .c-block-02 .heading {
    padding: 30px 80px 30px 40px;
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
.c-block-02 .heading:before {
  content: "Q";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: 0%;
  margin-right: 12px;
  line-height: 0.7;
  font-size: 2rem;
  line-height: 4rem;
}
@media (min-width: 769px) {
  .c-block-02 .heading:before {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.c-block-02 .heading:after {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  top: 50%;
  right: 16px;
  width: 17px;
  height: 17px;
  background: url("../images/icon-acc.svg") no-repeat center center/contain;
}
@media (min-width: 769px) {
  .c-block-02 .heading:after {
    width: 31px;
    height: 16px;
    right: 40px;
  }
}
.c-block-02.is_active .heading:after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
.c-block-02 .detail {
  background: #F2F2F2;
  display: none;
  padding: 16px 20px;
}
@media (min-width: 769px) {
  .c-block-02 .detail {
    padding: 30px 40px;
    font-size: 2rem;
    line-height: 3rem;
  }
}
.c-block-02 .detail > .text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 157%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .c-block-02 .detail > .text {
    font-size: 2rem;
    line-height: 150%;
  }
}
.c-block-02 .detail > .text:before {
  content: "A";
  font-size: 2rem;
  font-weight: 500;
  font-style: Medium;
  line-height: 4rem;
  letter-spacing: 0%;
  color: #B06BBE;
  line-height: 1;
  margin-right: 12px;
}
@media (min-width: 769px) {
  .c-block-02 .detail > .text:before {
    font-size: 3.2rem;
  }
}

/* base
--------------------------- */
/* c-seal
--------------------------- */
.c-seal-01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-weight: 400;
  padding: 10.5px 12px;
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .c-seal-01 {
    padding-block: clamp(12px, 2vw, 20px);
    padding-inline: clamp(20px, 3vw, 30px);
    font-size: 1.8rem;
  }
}
@media (min-width: 1221px) {
  .c-seal-01 {
    font-size: 2.4rem;
  }
}
.c-seal-01.is-sun {
  background: #FCF5E7;
  color: #E5821C;
}
.c-seal-01.is-battery {
  background: #EDFDED;
  color: #61B15B;
}
.c-seal-01.is-lp {
  background: #FBEEFF;
  color: #B06BBE;
}

/* Vender ------------ */
/* base
--------------------------- */
.u-color-main {
  color: #B06BBE;
}

/* base
--------------------------- */
.br-sp-only {
  display: inline;
}
@media (min-width: 481px) {
  .br-sp-only {
    display: none;
  }
}

.br-tab-up {
  display: none;
}
@media (min-width: 481px) {
  .br-tab-up {
    display: inline;
  }
}

.br-pc-up {
  display: none;
}
@media (min-width: 1221px) {
  .br-pc-up {
    display: inline;
  }
}

/* Pages ------------ */
/* base
--------------------------- */
.mainV {
  position: relative;
  width: 100%;
  height: 100svh;
  margin-bottom: 100px;
}
@media (min-width: 481px) {
  .mainV {
    margin-bottom: 200px;
  }
}
.mainV-text {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1320px;
  width: calc(100% - 60px);
}
.mainV-text .text01 {
  line-height: 1;
  margin-bottom: clamp(12px, 3vw, 35px);
  width: clamp(177px, 30vw, 315px);
}
@media (min-width: 481px) {
  .mainV-text .text01 {
    margin-bottom: 35px;
    width: 315px;
  }
}
.mainV-text .text02 {
  color: #fff;
  font-weight: 400;
  line-height: 1;
  font-size: 10px;
  letter-spacing: 3%;
}
@media (min-width: 481px) {
  .mainV-text .text02 {
    font-size: 2rem;
  }
}
.mainV-bg {
  width: 100%;
  height: 100%;
}
.mainV-bg img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mainV-ani {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mainV-ani-2st {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
}
.mainV-ani-1st, .mainV-ani-3st {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mainV-ani-1st img, .mainV-ani-3st img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainV-ani-1st, .mainV-ani-2st, .mainV-ani-3st {
  opacity: 1;
}
.mainV.is-start .mainV-ani-1st {
  -webkit-animation: fadeOut 1s forwards;
          animation: fadeOut 1s forwards;
}
.mainV.is-start .mainV-ani-2st {
  -webkit-animation: fadeOut 1s forwards;
          animation: fadeOut 1s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mainV.is-start .mainV-ani-3st {
  -webkit-animation: fadeOut 1s forwards;
          animation: fadeOut 1s forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.mainV.is-start .mainV-text {
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

/* base
--------------------------- */
.product {
  scroll-margin-top: 130px;
  margin-bottom: 140px;
}
@media (min-width: 769px) {
  .product {
    margin-bottom: 177px;
  }
}
.product-heading {
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .product-heading {
    margin-bottom: 70px;
  }
}
.product-heading-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (min-width: 769px) {
  .product-heading-ttl {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.product__slide-01 {
  overflow: hidden;
}
@media (min-width: 769px) {
  .product__slide-01 {
    margin-bottom: 43px;
  }
}
.product-more {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .product-more {
    margin-top: 42px;
  }
}
.product-more .btn {
  margin: auto;
}

/* base
--------------------------- */
.works {
  scroll-margin-top: 130px;
  max-width: 1220px;
  margin-bottom: 140px;
}
@media (min-width: 769px) {
  .works {
    position: relative;
    margin: 0 auto 200px;
  }
}
.works-heading {
  position: relative;
}
.works-pager-sp {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 769px) {
  .works-pager-sp {
    display: none;
  }
}
.works-pager-sp-arrow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #212029;
  color: #fff;
}
.works-pager-sp-arrow-btn .ico-arr {
  width: 1.2rem;
  height: auto;
}
.works-pager-sp-arrow-btn .ico-arr svg {
  width: 100%;
  height: 100%;
}
.works-pager-pc {
  display: none;
}
@media (min-width: 769px) {
  .works-pager-pc {
    display: block;
  }
}
.works-pager-pc-arrow {
  position: absolute;
  top: -50px;
}
@media (min-width: 769px) {
  .works-pager-pc-arrow {
    top: calc(50% - 20px);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (min-width: 769px) {
  .works-pager-pc-arrow.is-left {
    left: 20px;
  }
}
@media (min-width: 1386px) {
  .works-pager-pc-arrow.is-left {
    left: -52px;
  }
}
@media (min-width: 769px) {
  .works-pager-pc-arrow.is-right {
    right: 20px;
  }
}
@media (min-width: 1386px) {
  .works-pager-pc-arrow.is-right {
    right: -52px;
  }
}
.works-pager-pc-arrow-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #212029;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.works-pager-pc-arrow-btn:hover {
  width: 52px;
  height: 52px;
  background: rgba(33, 32, 41, 0.52);
}
.works-pager-pc-arrow-btn .ico-arr {
  width: 1.2rem;
  height: auto;
}
.works-pager-pc-arrow-btn .ico-arr svg {
  width: 100%;
  height: 100%;
}
.works-ttl {
  position: relative;
  margin: 0 0 19px 0;
}
@media (min-width: 769px) {
  .works-ttl {
    margin: 0 0 43px 0;
  }
}
.works-slide-01 {
  margin-inline: auto;
  position: relative;
  width: 335px;
}
@media (min-width: 481px) {
  .works-slide-01 {
    width: calc(100% - 140px);
    max-width: 1220px;
  }
}
@media (min-width: 1386px) {
  .works-slide-01 {
    width: 100%;
  }
}
.works-more {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .works-more {
    margin-top: 42px;
  }
}
.works-more .btn {
  margin: auto;
}

/* base
--------------------------- */
.necessity {
  scroll-margin-top: 130px;
  max-width: 1220px;
  margin-bottom: 140px;
}
@media (min-width: 769px) {
  .necessity {
    margin: 0 auto 200px;
  }
}
.necessity-header {
  margin: 0 0 42px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media (min-width: 769px) {
  .necessity-header {
    gap: 24px;
  }
}
.necessity-header .c-heading-01-cap {
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 769px) {
  .necessity-header .c-heading-01-cap {
    font-size: 2rem;
  }
}
.necessity-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1221px) {
  .necessity-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 64px;
  }
}
.necessity-detail {
  margin-bottom: 36px;
}
@media (min-width: 1221px) {
  .necessity-detail {
    max-width: 572px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}
.necessity-detail .text {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 171%;
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  .necessity-detail .text {
    font-size: 1.6rem;
    line-height: 175%;
    margin-bottom: 12px;
  }
}
.necessity-detail .cap {
  color: #B06BBE;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (min-width: 1221px) {
  .necessity-tbl {
    max-width: 586px;
  }
}
.necessity-tbl-cap {
  color: #B06BBE;
  font-family: "Red Hat Display", "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
  margin-top: 5px;
}
@media (min-width: 769px) {
  .necessity-tbl-cap {
    margin-top: 10px;
  }
}
.necessity-ttl {
  font-size: 2rem;
  line-height: 150%;
  margin-bottom: 14px;
}
@media (min-width: 769px) {
  .necessity-ttl {
    font-size: 2.8rem;
    line-height: 160%;
    margin-bottom: 24px;
  }
}

/* base
--------------------------- */
.strong {
  scroll-margin-top: 120px;
  max-width: 1220px;
  margin-bottom: 120px;
}
@media (min-width: 769px) {
  .strong {
    margin-bottom: 200px;
  }
}
.strong-ttl {
  margin-bottom: 54px;
}
@media (min-width: 769px) {
  .strong-ttl {
    margin-bottom: 50px;
  }
}
.strong-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1221px) {
  .strong-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 52px;
  }
}
.strong-img {
  text-align: center;
  padding-inline: 20px;
  margin-bottom: 26px;
}
@media (min-width: 1221px) {
  .strong-img {
    padding-inline: 0;
    margin-bottom: 0;
    text-align: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.strong-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (min-width: 1221px) {
  .strong-list {
    max-width: 560px;
  }
}
.strong-list .listItem {
  border-radius: 10px;
  background: #FCF5E7;
  padding: 20px;
}
@media (min-width: 1221px) {
  .strong-list .listItem {
    width: 560px;
    padding: 24px 30px;
  }
}
.strong-list .listItem-ttl {
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 1.7rem;
  line-height: 176%;
}
@media (min-width: 769px) {
  .strong-list .listItem-ttl {
    font-size: 2.4rem;
    line-height: 166%;
  }
}
.strong-list .listItem-text {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 171%;
}
@media (min-width: 769px) {
  .strong-list .listItem-text {
    font-size: 1.6rem;
    line-height: 175%;
  }
}

/* base
--------------------------- */
.compar {
  scroll-margin-top: 130px;
  margin: 0 auto 80px;
}
@media (min-width: 769px) {
  .compar {
    margin: 0 auto 184px;
  }
}
.compar-ttl {
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .compar-ttl {
    margin-bottom: 50px;
  }
}
.compar-cap {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px 0;
  margin-bottom: 26px;
}
@media (min-width: 769px) {
  .compar-cap {
    font-size: 3.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.compar-tbl {
  width: 100%;
}
.compar-tbl.scroll-hint {
  width: calc(100% + 20px);
  padding-right: 20px;
}
@media (min-width: 769px) {
  .compar-tbl.scroll-hint {
    width: calc(100% + 50px);
    padding-right: 50px;
  }
}
.compar-block {
  margin-bottom: 100px;
}

/* base
--------------------------- */
.flowchart {
  scroll-margin-top: 130px;
  max-width: 1220px;
  margin-inline: auto;
  margin-bottom: 100px;
}
@media (min-width: 769px) {
  .flowchart {
    margin-bottom: 200px;
  }
}
.flowchart-ttl {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .flowchart-ttl {
    margin-bottom: 60px;
  }
}
.flowchart-cap {
  color: #9D7900;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 58px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #FCFCDD;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .flowchart-cap {
    font-size: 3.2rem;
    padding: 10px 40px;
    gap: 14px;
    margin-bottom: 60px;
  }
}
.flowchart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 10px;
  border: 2px solid #E8CCEE;
  scroll-margin-top: 130px;
  padding: 20px 40px;
  flex-direction: column;
  margin: 0 auto 20px;
}
@media (min-width: 769px) {
  .flowchart-box {
    margin: 0 auto 32px;
    padding: 30px;
    gap: 20px;
    max-width: 700px;
  }
}
.flowchart-box.is-first {
  background: #F2F2F2;
  border: 2px solid #E2E2E2;
}
.flowchart-box.is-active {
  border: 2px solid #E8CCEE;
  background: #FBEEFF;
}
.flowchart-box-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 133%;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .flowchart-box-ttl {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.flowchart-box-sup {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 153.846%;
  margin-bottom: 16px;
  color: var(--fujigas-black, #212029);
}
@media (min-width: 481px) {
  .flowchart-box-sup {
    margin-bottom: 16px;
  }
}
.flowchart-box-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .flowchart-box-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.flowchart-box-btns .btn-01.is-active,
.flowchart-box-btns .btn-02.is-active,
.flowchart-box-btns .btn-03.is-active {
  background: #B06BBE;
  color: #fff;
}
.flowchart-box-btns .btn-01 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid #DCDCDC;
  font-size: 1.4rem;
  line-height: 200%;
  text-align: center;
}
.flowchart-box-btns .btn-01.is_lh-narrow {
  line-height: 142%;
}
@media (min-width: 769px) {
  .flowchart-box-btns .btn-01 {
    min-width: 200px;
    min-height: 64px;
    padding: 12px 16px;
  }
}
.flowchart-box-btns .btn-02 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid #DCDCDC;
  font-size: 1.4rem;
  line-height: 200%;
  text-align: center;
}
@media (min-width: 769px) {
  .flowchart-box-btns .btn-02 {
    min-width: 142px;
    min-height: 52px;
    padding: 12px 6px;
  }
}
.flowchart-box-btns .btn-03 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid #DCDCDC;
  font-size: 1.4rem;
  line-height: 200%;
  text-align: center;
}
@media (min-width: 769px) {
  .flowchart-box-btns .btn-03 {
    min-width: 170px;
    height: 52px;
    padding: 20px;
  }
}
.flowchart-reset .notice {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flowchart-reset .btn {
  background: #fff;
  border: 1px solid #DCDCDC;
  font-size: 1.3rem;
  line-height: 100%;
  min-width: 150px;
  height: 45px;
  padding: 8px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-radius: 70px;
  margin: 40px auto 0;
}
@media (min-width: 769px) {
  .flowchart-reset .btn {
    font-size: 1.6rem;
    min-width: 237px;
    height: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.flowchart-reset .btn .ico-reset {
  width: 18px;
  height: 18px;
}
.flowchart-reset .btn .ico-reset svg {
  width: 100%;
  height: 100%;
}
.flowchart .product {
  scroll-margin-top: 130px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .flowchart .product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 76px;
  }
}
.flowchart .product > .icon-arr {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 31px;
  height: 16px;
  display: block;
}
@media (min-width: 769px) {
  .flowchart .product > .icon-arr {
    width: 47px;
    height: 24px;
  }
}
.flowchart .product > .icon-arr svg {
  width: 100%;
  height: 100%;
}
.flowchart .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .flowchart .product-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.flowchart .product-list.is-active {
  padding: 5px;
  border-radius: 10px;
  outline: 3px solid #B06BBE;
}
.flowchart .product-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flowchart .product-item.is-active {
  border-radius: 10px;
  outline: 3px solid #B06BBE;
}
.flowchart #step-budget,
.flowchart #step-device,
.flowchart .products,
.flowchart .product-item {
  /* ヘッダーの高さ分だけ余白をあける */
  scroll-margin-top: 110px;
  /* 実際の header.p-header-01 の高さに合わせて調整してください */
}

/* base
--------------------------- */
.subsidy {
  margin-bottom: 100px;
}
@media (min-width: 769px) {
  .subsidy {
    margin-bottom: 140px;
  }
}
.subsidy-header {
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .subsidy-header {
    margin-bottom: 42px;
  }
}
.subsidy-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 14px;
}
@media (min-width: 769px) {
  .subsidy-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-inline: auto;
    max-width: 1140px;
  }
}
.subsidy .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 10px;
  text-align: left;
  padding: 20px;
  gap: 12px;
}
@media (min-width: 769px) {
  .subsidy .block {
    gap: 24px;
    padding: 40px 30px;
  }
}
.subsidy .block.is-first {
  background: #E7F4FA;
}
.subsidy .block.is-first .ttl {
  color: #3797D3;
}
.subsidy .block.is-first .box {
  border: 1px solid #3797D3;
}
.subsidy .block.is-second {
  background: #FCF5E7;
}
.subsidy .block.is-second .ttl {
  color: #E5821C;
}
.subsidy .block.is-second .box {
  border: 1px solid #E5821C;
}
.subsidy .block.is-third {
  background: #EDFDED;
}
.subsidy .block.is-third .ttl {
  color: #61B15B;
}
.subsidy .block.is-third .box {
  border: 1px solid #61B15B;
}
.subsidy .block .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.subsidy .block .ttl-main {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 153%;
}
.subsidy .block .ttl-sub {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 153%;
}
@media (min-width: 769px) {
  .subsidy .block .ttl-main {
    font-size: 2.6rem;
  }
  .subsidy .block .ttl-sub {
    font-size: 2rem;
  }
}
.subsidy .block .box-group {
  width: 100%;
}
.subsidy .block .box {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.subsidy .block .box:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .subsidy .block .box {
    margin-bottom: 10px;
  }
}
.subsidy .block-detail {
  border-width: 1px;
  width: 100%;
  padding: 10px;
}
@media (min-width: 769px) {
  .subsidy .block-detail {
    padding: 12px 14px;
  }
}
.subsidy .block-detail-ttl {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.2rem;
}
@media (min-width: 769px) {
  .subsidy .block-detail-ttl {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.subsidy .block-detail-text {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
@media (min-width: 769px) {
  .subsidy .block-detail-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.subsidy .block-closing {
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
@media (min-width: 769px) {
  .subsidy .block-closing {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

/* base
--------------------------- */
.example {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .example {
    margin-bottom: 50px;
  }
}
.example-header {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .example-header {
    margin-bottom: 60px;
  }
}
.example-block-img1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .example-block-img1 {
    width: 654px;
    height: 380px;
    margin-inline: initial;
  }
}
.example-block-img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .example-block-img2 {
    width: 654px;
    height: 380px;
    margin-inline: initial;
  }
}
@media (min-width: 769px) {
  .example-block-detail {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 433px;
  }
}

/* base
--------------------------- */
.utilization {
  margin-inline: auto;
  margin-bottom: 140px;
  padding: 30px 20px;
}
@media (min-width: 769px) {
  .utilization {
    margin-inline: auto;
    margin-bottom: 222px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1030px;
    height: 430px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(30px, 5vw, 60px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.utilization-ttl {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 166.667%;
  color: #B06BBE;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .utilization-ttl {
    font-size: 2.4rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .utilization-detail {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.utilization .line .detail {
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .utilization .line .detail {
    margin-bottom: 45px;
  }
}
.utilization .line .detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .utilization .line .detail-inner {
    gap: 20px;
  }
}
.utilization .line .detail-inner .icon-plus {
  position: relative;
  width: 16px;
  height: 16px;
}
@media (min-width: 481px) {
  .utilization .line .detail-inner .icon-plus {
    width: 30px;
    height: 30px;
  }
}
.utilization .line .detail-inner .icon-plus:before, .utilization .line .detail-inner .icon-plus:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  background: #939393;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
}
@media (min-width: 481px) {
  .utilization .line .detail-inner .icon-plus:before, .utilization .line .detail-inner .icon-plus:after {
    width: 30px;
  }
}
.utilization .line .detail-inner .icon-plus:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.utilization .line .detail-cap {
  font-size: 1.3rem;
  line-height: 153%;
  font-weight: 400;
}
@media (min-width: 769px) {
  .utilization .line .detail-cap {
    font-size: 1.8rem;
  }
}

/* base
--------------------------- */
.faq {
  scroll-margin-top: 130px;
  margin-bottom: 140px;
  width: 100%;
}
@media (min-width: 769px) {
  .faq {
    max-width: 1130px;
    margin: 0 auto 200px;
  }
}
.faq-ttl {
  margin-bottom: 36px;
}
@media (min-width: 769px) {
  .faq-ttl {
    margin-bottom: 50px;
  }
}
.faq-inner {
  display: grid;
  grid-template-rows: repeat(auto);
  gap: 14px;
}
@media (min-width: 769px) {
  .faq-inner {
    gap: 20px;
  }
}

/* base
--------------------------- */
.bcp {
  padding: 0 20px 50px;
}
@media (min-width: 769px) {
  .bcp {
    width: calc(100% - clamp(20px, 8vw, 280px));
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(50px, 6vw, 100px);
    margin: 0 auto 170px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bcp-ttl {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 116.667%;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (min-width: 769px) {
  .bcp-ttl {
    font-size: 4rem;
    margin-bottom: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bcp-text {
  margin: 0 auto 30px;
}
@media (min-width: 769px) {
  .bcp-text {
    max-width: 618px;
    max-width: initial;
    margin: initial;
  }
}
.bcp-text .text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 157.143%;
  text-align: center;
}
@media (min-width: 769px) {
  .bcp-text .text {
    font-size: 2rem;
    font-weight: 300;
    line-height: 170%;
    text-align: left;
  }
}
.bcp-text .closing {
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .bcp-text .closing {
    font-size: 24px;
    line-height: 166.667%;
    text-align: left;
    margin-top: 60px;
  }
}
.bcp-img {
  margin-inline: auto;
  max-width: 227px;
}
@media (min-width: 769px) {
  .bcp-img {
    width: 40%;
    max-width: 420px;
    padding-block: 24px;
    margin-inline: initial;
  }
}

/* base
--------------------------- */
.newLp {
  background: #F2F2F2;
  padding: 60px 0 50px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.newLp.is-hovered {
  background: #F8EAFA;
}
@media (min-width: 769px) {
  .newLp {
    padding: 100px 0 80px;
  }
}
.newLp-inner {
  text-align: center;
  padding-inline: 20px;
}
.newLp-ttl {
  font-size: 2.2rem;
  line-height: 163.636%;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .newLp-ttl {
    font-size: 3.4rem;
    line-height: 147.059%;
    margin-bottom: 30px;
  }
}
.newLp-list {
  display: inline-grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 auto 24px;
}
@media (min-width: 769px) {
  .newLp-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1221px) {
  .newLp-list {
    grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
    gap: 20px;
    margin: 0 auto 30px;
    max-width: 1244px;
  }
}
.newLp-list .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  background: #fff;
  min-width: 296px;
  padding: 14px 20px;
  border-radius: 10px;
  border-width: 1px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .newLp-list .listItem {
    min-width: initial;
    width: 296px;
  }
}
.newLp-list .listItem-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
@media (min-width: 769px) {
  .newLp-list .listItem-ttl {
    font-size: 2rem;
  }
}
.newLp-list .listItem-text {
  font-size: 1.4rem;
  line-height: 157.143%;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 481px) {
  .newLp-list .listItem-text {
    font-size: 1.6rem;
    line-height: 187.5%;
    white-space: nowrap;
  }
}
.newLp-list .listItem.is-blue {
  border: 1px solid #3797D3;
}
.newLp-list .listItem.is-blue .listItem-ttl {
  color: #3797D3;
}
.newLp-list .listItem.is-yellow {
  border: 1px solid #9D7900;
}
.newLp-list .listItem.is-yellow .listItem-ttl {
  color: #9D7900;
}
.newLp-list .listItem.is-green {
  border: 1px solid #61B15B;
}
.newLp-list .listItem.is-green .listItem-ttl {
  color: #61B15B;
}
.newLp-list .listItem.is-orange {
  border: 1px solid #E5821C;
}
.newLp-list .listItem.is-orange .listItem-ttl {
  color: #E5821C;
}

/* Vener ------------ */
/* base
--------------------------- */
.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  height: auto !important;
}

.js-slide-02 {
  overflow: hidden;
}

/* base
--------------------------- */
.scroll-hint-icon {
  background: #B06BBE !important;
}

/* キーフレーム定義 */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=common.css.map */