@charset "UTF-8";
/*****************************************
* 基本ファイル
*****************************************/
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

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

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

template, [hidden] {
  display: none;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  height: 0;
  overflow: visible;
}

nav ol, nav ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: inherit;
}

dfn {
  font-style: italic;
}

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

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

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

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

:hover {
  outline-width: 0;
}

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

input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-cancel-button, ::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a, area, button, input, label, select, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

* {
  padding: 0;
  margin: 0;
}

ul li, ol li {
  list-style: none;
}

address {
  font-style: normal;
}

button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, button, input, label, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

/*================================
  SCSS Information
----------------------------------
  File name: _variables.scss
  Summary:   変数定義用ファイル
  Author:    neruco
================================*/
/*====================================
フォント設定
====================================*/
/*====================================
余白の設定
====================================*/
/*====================================
幅や高さの設定
====================================*/
/*====================================
共通箇所などの設定
====================================*/
/*================================
  SCSS Information
----------------------------------
  File name: _mixin.scss
  Summary:   汎用定義ファイル
  Author:    neruco
================================*/
/*================================
  SCSS Information
----------------------------------
  File name: _common.scss
  Summary:   全ページ共通定義用ファイル
  Author:    neruco
================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

* {
  word-wrap: break-word;
}

html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
}

body {
  min-width: 320px;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(30 / 14);
  letter-spacing: calc(0 * 0.001em);
  color: #222;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
body.is-scrollNone {
  height: var(--js-viewHeight);
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

input,
textarea {
  font-family: inherit;
}

body figure {
  margin: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  image-rendering: crisp-edges;
}

a {
  cursor: pointer;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: filter, color;
}
a:not([class]) {
  text-decoration: none;
}
a:not([class]):hover {
  text-decoration: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

img,
a,
button,
select {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

input[type=text],
input[type=email],
input.zipCode01,
input.zipCode02,
textarea,
select {
  width: 100%;
  height: 40px;
  padding: 5px 8px;
  border: none;
  border-radius: 0;
  background: #EEE;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input.zipCode01::-webkit-input-placeholder, input.zipCode02::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #222;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input.zipCode01::-moz-placeholder, input.zipCode02::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #222;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input.zipCode01:-ms-input-placeholder, input.zipCode02:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #222;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input.zipCode01::-ms-input-placeholder, input.zipCode02::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #222;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input.zipCode01::placeholder,
input.zipCode02::placeholder,
textarea::placeholder,
select::placeholder {
  color: #222;
}
@media screen and (max-width:768px) {
  input[type=text],
  input[type=email],
  input.zipCode01,
  input.zipCode02,
  textarea,
  select {
    font-size: inherit;
  }
}

select {
  width: min(100%, 370px);
  color: #222;
  cursor: pointer;
}
select:focus {
  color: inherit;
}

textarea {
  width: 100%;
  height: 210px;
  padding: 5px 8px;
  resize: vertical;
}
textarea.address {
  height: 95px;
}
@media screen and (max-width:768px) {
  textarea {
    height: 187px;
  }
  textarea.address {
    height: 40px;
  }
}

mark {
  display: inline;
}

ul {
  list-style-type: none;
}

pre {
  white-space: pre-wrap;
  font-family: "Consolas", "ＭＳ ゴシック", "Osaka", sans-serif;
  font-weight: 400;
}
pre code {
  font-family: inherit;
  font-weight: inherit;
}

hr {
  border-color: #FFF;
}

::-moz-selection {
  background: #FF81A2;
  color: #222;
}

::selection {
  background: #FF81A2;
  color: #222;
}

/*================================
  SCSS Information
----------------------------------
  File name: _header.scss
  Summary:   ヘッダー用ファイル
  Author:    neruco
================================*/
/*-------------------
	header
-------------------*/
.l-header {
  margin-bottom: 39px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .l-header {
    margin-bottom: 16px;
  }
}
.l-header__logo {
  display: block;
  width: min(60vw, 408px);
  margin: 0 auto 13px;
}
@media screen and (max-width:768px) {
  .l-header__logo {
    margin-bottom: 6px;
  }
}
.l-header__catchphrase {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .l-header__catchphrase {
    font-size: clamp(12px, 3.0769230769vw, 20px);
  }
}

/*================================
  SCSS Information
----------------------------------
  File name: _main.scss
  Summary:   メイン用ファイル
  Author:    neruco
================================*/
/*-------------------
	main
-------------------*/
.l-main {
  position: relative;
  z-index: 1;
}
.l-main::after {
  content: "";
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: url(../img/bg_fixed.jpg) top center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-main__contents {
  width: min(100%, 814px);
  padding: min(5.3846153846vw, 48px) clamp(20px, 5.1282051282vw, 60px) min(5.641025641vw, 40px);
  margin: 0 auto;
  background: #FFF;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
}

/*================================
  SCSS Information
----------------------------------
  File name: _footer.scss
  Summary:   フッター用ファイル
  Author:    neruco
================================*/
/*-------------------
	footer
-------------------*/
.c-copyright {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width:768px) {
  .c-copyright {
    font-size: 14px;
    font-weight: 500;
  }
}

/*================================
  SCSS Information
----------------------------------
  File name: _versatility.scss
  Summary:   汎用ファイル
  Author:    neruco
================================*/
.c-heading {
  padding: 0 0 17px;
  border-bottom: 3px solid #FF81A2;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
.c-heading:has(+ .c-summary.--big) {
  margin-bottom: 35px;
}
.c-heading:has(+ .c-supportList) {
  margin-bottom: 57px;
}
.c-heading:has(+ .c-voiceList) {
  margin-bottom: 59px;
}
.c-heading:has(+ .c-faqList) {
  margin-bottom: 42px;
}
@media screen and (max-width:768px) {
  .c-heading {
    padding: 0 0 9px;
    font-size: 20px;
  }
  .c-heading:has(+ .c-summary.--big) {
    margin-bottom: 17px;
  }
  .c-heading:has(+ .c-supportList) {
    margin-bottom: 27px;
  }
  .c-heading:has(+ .c-voiceList) {
    margin-bottom: 56px;
  }
  .c-heading:has(+ .c-faqList) {
    margin-bottom: 24px;
  }
}

.c-btn {
  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;
  width: min(76.9230769231vw, 406px);
  border: 1px solid #FF81A2;
  border-radius: 3em;
  background: #FF81A2;
  padding: 19px 1em 17px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  color: #FFF;
  position: relative;
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transition-property: background, color;
  transition-property: background, color;
}
.c-btn:hover {
  background: #FFF;
  color: #FF81A2;
}
@media screen and (max-width:768px) {
  .c-btn {
    padding: 13px 1em 14px;
    font-size: 16px;
  }
}

.c-supportList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 20px;
}
@media screen and (max-width:768px) {
  .c-supportList {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
}
.c-supportList__item {
  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;
  min-height: 330px;
  padding: 56px 2em 44px;
  border-radius: 29px;
  background: #F5F5F5;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width:768px) {
  .c-supportList__item {
    min-height: 280px;
    padding: 22px 1em;
  }
}
.c-supportList__img {
  display: block;
  width: min(100%, 266px);
  margin: 0 auto;
}
.c-supportList__img:has(+ .c-supportList__label) {
  margin-bottom: 26px;
}
.c-supportList__label {
  font-size: 1.3571428571em;
  line-height: 1.4736842105;
}
.c-supportList__summary:not(:first-child) {
  margin-top: 11px;
}

.c-voiceList__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 26px;
  padding: 51px 38px 30px;
  border: 3px solid #D3D3D3;
  border-radius: 14px;
}
.c-voiceList__item:not(:last-child) {
  margin-bottom: 47px;
}
@media screen and (max-width:768px) {
  .c-voiceList__item {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    padding: 34px max(16px, 4.1025641026vw) 30px;
  }
  .c-voiceList__item:not(:last-child) {
    margin-bottom: 36px;
  }
}
.c-voiceList__img {
  width: min(100%, 80px);
  margin: 0 auto;
}
.c-voiceList__label {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.55;
}
.c-voiceList__label:not(:last-child) {
  margin-bottom: 13px;
}
@media screen and (max-width:768px) {
  .c-voiceList__label {
    font-size: 20px;
    line-height: 1.7;
  }
}
.c-voiceList__signature {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: right;
}
.c-voiceList__signature:not(:first-child) {
  margin-top: 26px;
}
@media screen and (max-width:768px) {
  .c-voiceList__signature:not(:first-child) {
    margin-top: 19px;
  }
}

.c-faqList__item {
  border-radius: 14px;
  background: #F5F5F5;
}
.c-faqList__item:not(:last-child) {
  margin-bottom: 13px;
}
@media screen and (max-width:768px) {
  .c-faqList__item:not(:last-child) {
    margin-bottom: 17px;
  }
}
.c-faqList__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3em;
  padding: 18px 50px 18px 40px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transition-property: padding;
  transition-property: padding;
}
.c-faqList__q::before {
  content: "Q.";
  display: block;
}
.c-faqList__q::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img/icon_close.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 22px;
  right: 22px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
.c-faqList__q.is-open::after {
  background-image: url(../img/icon_open.svg);
}
@media screen and (max-width:768px) {
  .c-faqList__q {
    gap: 12px;
    padding: 29px 53px 29px 31px;
    font-size: 16px;
    line-height: 1.9375;
  }
  .c-faqList__q::after {
    top: 33px;
    right: 27px;
  }
  .c-faqList__q.is-open {
    padding-bottom: 13px;
  }
}
.c-faqList__a {
  line-height: 1.7857142857;
}
.c-faqList__a a {
  text-decoration: underline;
}
.c-faqList__a a:hover {
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .c-faqList__a {
    line-height: 2.1428571429;
  }
}

.c-summary.--big {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2.6111111111;
}
.c-summary strong {
  color: #FF81A2;
}
.c-summary > picture {
  display: block;
  width: min(78.9743589744vw, 519px);
  margin: 71px auto 58px;
}
@media screen and (max-width:768px) {
  .c-summary.--big {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }
  .c-summary > picture {
    margin: 21px auto;
  }
}

/*================================
  SCSS Information
----------------------------------
  File name: _accordion.scss
  Summary:   アコーディオン用ファイル
  Author:    coder-ao
================================*/
.c-accordion {
  position: relative;
}
.c-accordion:not(:first-child) {
  margin-top: 1em;
}
.c-accordion__trigger {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.c-accordion__target {
  height: 0;
  padding: 0 calc(1.85em + 40px);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transition-property: opacity, height, padding;
  transition-property: opacity, height, padding;
}
.c-accordion__target.is-open {
  height: auto;
  padding: 4px calc(1.85em + 40px) 33px;
  opacity: 1;
  pointer-events: inherit;
  z-index: 99;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transition-property: opacity, height, padding;
  transition-property: opacity, height, padding;
}
@media screen and (max-width:768px) {
  .c-accordion__target {
    padding: 0 60px 0 31px;
  }
  .c-accordion__target.is-open {
    padding: 0 60px 25px 31px;
  }
}

/*================================
  SCSS Information
----------------------------------
  File name: _kv.scss
  Summary:   ローディング用ファイル
  Author:    neruco
================================*/
.c-kv {
  margin-bottom: 48px;
}
@media screen and (max-width:768px) {
  .c-kv {
    margin-bottom: 27px;
  }
}
.c-kv__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 28px 26px;
  aspect-ratio: 694/404;
  overflow: hidden;
  position: relative;
}
.c-kv__image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width:768px) {
  .c-kv__image {
    width: 100vw;
    padding: 0 clamp(20px, 5.1282051282vw, 60px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-kv__catchphrase {
  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;
  gap: 8px;
  font-size: min(4.2997542998vw, 35px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4571428571;
  position: relative;
}
.c-kv__catchphrase > span {
  display: inline;
  padding: 0 0 0.1142857143em 0.4em;
  background: #FFF;
}

/*================================
  SCSS Information
----------------------------------
  File name: _utility.scss
  Summary:   補助用ファイル
  Author:    neruco
================================*/
p:not([class]):not(:last-child) {
  margin-bottom: 2.6em;
}
@media screen and (max-width:768px) {
  p:not([class]):not(:last-child) {
    margin-bottom: 2em;
  }
}
@media screen and (max-width:768px) {
  p:not([class]).--center {
    text-align: center;
  }
}

.u-sp {
  display: none;
}

.u-dib {
  display: inline-block;
}

@media screen and (max-width:768px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: inline-block;
  }
}
.u-anchorLink {
  scroll-margin-top: calc(var(--js-headerHeight) + 2em);
}

/*================================
SCSS Information
----------------------------------
File name: _top.scss
Summary:   トップページ用ファイル
Author:    neruco
================================*/
.p-about {
  margin-bottom: 101px;
}
.p-about .c-btn {
  margin-top: 53px;
}
@media screen and (max-width:768px) {
  .p-about {
    margin-bottom: 55px;
  }
  .p-about .c-btn {
    margin-top: 25px;
  }
}

.p-support {
  margin-bottom: 160px;
}
.p-support .c-btn {
  margin-top: 68px;
}
@media screen and (max-width:768px) {
  .p-support {
    margin-bottom: 55px;
  }
  .p-support .c-btn {
    margin-top: 27px;
  }
}

.p-voice {
  margin-bottom: 160px;
}
.p-voice .c-btn {
  margin-top: 71px;
}
@media screen and (max-width:768px) {
  .p-voice {
    margin-bottom: 55px;
  }
  .p-voice .c-btn {
    margin-top: 35px;
  }
}

.p-faq {
  margin-bottom: 146px;
}
@media screen and (max-width:768px) {
  .p-faq {
    margin-bottom: 56px;
  }
}/*# sourceMappingURL=style2025.css.map */