@charset "utf-8";
/* autoprefixer: off */

/*============================================================
normalize
============================================================*/

/* normalize.css v8.0.1 */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button;}[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}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* local reset */
*,::before,::after{box-sizing:border-box;background-repeat:no-repeat;}a{text-decoration:none;color:inherit;cursor:pointer}button{background-color:transparent;color:inherit;border-width:0;padding:0;cursor:pointer}figure{margin:0}input::-moz-focus-inner{border:0;padding:0;margin:0}ul,ol,dl,dd{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}p{margin:0}p,li{max-height:100%}cite{font-style:normal}fieldset{border-width:0;padding:0;margin:0}small{font-size:inherit}

/*============================================================
base
============================================================*/

:root {
  --COL-WHT: #fff;
  --COL-BLK: #000;
  --COL-GRY: #888;

  --COL-GRY-050: #f0f0f0;
  --COL-GRY-060: #f1f1f1;
  --COL-GRY-070: #f3f3f3;
  --COL-GRY-075: #f4f4f4;
  --COL-GRY-090: #f9f9f9;
  --COL-GRY-100: #a4afaa;
  --COL-GRY-100-a50: #d2d7d5;
  --COL-GRY-100-a35: #dee3e1;
  --COL-GRY-150: #aaaaaa;
  --COL-GRY-200: #6c6c6c;
  --COL-GRY-250: #808E88;
  --COL-GRY-300: #6f6f6f;
  --COL-GRY-325: #7b7b7b;
  --COL-GRY-350: #424242;
  --COL-GRY-350-50: rgba(66, 66, 66, 0.5);
  --COL-GRY-360: #cacaca;
  --COL-GRY-375: #cbcbcb;
  --COL-GRY-400: #cecece;
  --COL-GRY-450: #c1cac6;
  --COL-GRY-475: #c8c8c8;
  --COL-GRY-500: #e0e3dd;
  --COL-GRY-500-40: rgba(224, 227, 221, 0.4);
  --COL-GRY-525: #e8e8e8;
  --COL-GRY-550: #e4e4e4;
  --COL-GRY-600: #f5f5f5;
  --COL-GRY-600: #f5f5f5;
  --COL-GRY-700: #d9d9d9;
  --COL-GRY-750: #737c78;
  --COL-GRY-800: #8e8e8e;
  --COL-GRY-850: #f8f8f8;
  --COL-GRY-900: #d8d8d8;
  --COL-GRY-950: #dadada;

  --COL-OVL: rgba(12, 12, 12, .7);

  --COL-ERR: #ff8870;

  --COL-YEL: #ffce2e;
  --COL-YEL-a50: #ffe797;
  --COL-RED: #ff8870;
  --COL-RED-a50: #ffc4b8;
  --COL-GRN: #6ACC51;
  --COL-BLU: #80BDDC;
  
  --COL-PBL: #f3f9f6;

  --COL-SGR: #71a18b;
  --COL-SGR-75: rgba(113, 161, 139, 0.75);
  --COL-SGR-100: #59b38a;
  --COL-SGR-200: #8cd9b6; 
  --COL-SGR-300: #d3ded9;
  --COL-SGR-400: #579d7d;
  
  --COL-PGR-100: #c2c2c2;
  --COL-PGR-200: #3fbf8a;
  --COL-PGR-300: #5db769;
  
  --COL-SYL-100: #ffe389;
  --COL-SYL-200: #ffeaa6;

  --FNT-ZKG: 'Zen Kaku Gothic New', sans-serif;
  --FNT-WGT-L: 300;
  --FNT-WGT-R: 400;
  --FNT-WGT-M: 500;
  --FNT-WGT-B: 700;

  --THIN: 1px;
}

.gsf {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.025em;
  font-kerning: none;
  font-variation-settings:
    "palt" 0,
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}

html {
  height: 100%;
  overflow: auto;
  font-family: var(--FNT-ZKG);
  font-weight: var(--FNT-WGT-R);
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
}

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  line-height: 1;
  color: var(--COL-BLK);
}

/* footer fixed */

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
  min-height: 1px;
}
footer { flex-shrink: 0; }

a:link,
a:visited,
a:hover,
a:active { color: inherit; text-decoration: none; outline: none; }

button,
button:hover,
button:active { color: inherit; text-decoration: none; outline: none; vertical-align : middle; }

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

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

th,
dt { font-weight: var(--FNT-WGT-R); }

strong { font-weight: var(--FNT-WGT-B); }

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  display: inline-block;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  outline: none;
  padding: 0;
  border: none;
  border-radius: 0;
  resize: none;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20rem;
  height: 20rem;
  border: var(--THIN) solid var(--COL-GRY-375);
  border-radius: 4rem;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}

input[type="checkbox"]:checked {
  background-color: var(--COL-PGR-300);
  border-color: var(--COL-PGR-300);
}

input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  left: 6rem;
  top: 3rem;
  width: 6rem;
  height: 10rem;
  border: solid var(--COL-WHT);
  border-width: 0 2rem 2rem 0;
  transform: rotate(45deg);
}

::-moz-focus-inner { border: 0; }
input::-ms-clear { display: none; }
input::-ms-reveal { display: none; }
input::-ms-expand { display: none; }

::-moz-placeholder { opacity: 1; color: var(--COL-GRY-475); font-size: 16px; }
::-webkit-input-placeholder { color: var(--COL-GRY-475); font-size: 16px; }
:-ms-input-placeholder { color: var(--COL-GRY-475); font-size: 16px; }
::-ms-input-placeholder { color: var(--COL-GRY-475); font-size: 16px; }
::placeholder { color: var(--COL-GRY-475); font-size: 16px; }

:focus::-moz-placeholder { color: transparent; }
:focus::-webkit-input-placeholder { color: transparent; }
:focus:-ms-input-placeholder { color: transparent; }
:focus::-ms-input-placeholder { color: transparent; }
:focus::placeholder { color: transparent; }

label[for] {
  cursor: pointer;
  user-select: none;
}

summary {
  display: block;
  list-style: none;
  cursor: pointer;
  position: relative;
}

summary::-webkit-details-marker { display: none; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*============================================================
button
============================================================*/

[class*="btn-round"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200rem;
  height: 50rem;
  border: var(--THIN) solid transparent;
  border-radius: 25rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
}

a.btn-round-primary:link,
a.btn-round-primary:visited {
  border-color: var(--COL-BLK);
  background-color: var(--COL-WHT);
  color: var(--COL-BLK);
}

a.btn-round-primary:hover,
a.btn-round-primary:active {
  border-color: var(--COL-GRY-100);
  background-color: var(--COL-GRY-100);
  color: var(--COL-WHT);
}

a.btn-round-secondary:link,
a.btn-round-secondary:visited {
  border-color: var(--COL-WHT);
  background-color: transparent;
  color: var(--COL-WHT);
}

a.btn-round-secondary:hover,
a.btn-round-secondary:active {
  border-color: var(--COL-WHT);
  background-color: var(--COL-WHT);
  color: var(--COL-GRY-100);
}

button.btn-round-submit,
a.btn-round-tertiary {
  border-color: transparent;
  background-color: var(--COL-SGR-100);
  font-weight: var(--FNT-WGT-R);
  color: var(--COL-WHT);
}

button.btn-round-submit:disabled {
  cursor: default;
  border-color: var(--COL-GRY-100);
  background-color: var(--COL-GRY-070);
  font-weight: var(--FNT-WGT-R);
  color: var(--COL-GRY-100);
}

button.btn-round-submit:not(:disabled):hover,
button.btn-round-submit:not(:disabled):active,
a.btn-round-tertiary:hover,
a.btn-round-tertiary:active { 
  border-color: transparent;
  background-color: var(--COL-SGR-200);
  font-weight: var(--FNT-WGT-R);
  color: var(--COL-WHT);
}

.btn-round-quaternary {
  border-color: var(--COL-SGR);
  background-color: var(--COL-WHT);
  color: var(--COL-SGR);
}

/*============================================================
effect
============================================================*/
 
@-webkit-keyframes animation-blink{0%{opacity:0.2}100%{opacity:1}}
@keyframes animation-blink{0%{opacity:0.2}100%{opacity:1}}


/* スクロールエフェクト */
.eff-fadeup,
.eff-fadein,
[data-scroll-effect] {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* アクティブ化 */
.eff-fadeup.is-active,
.eff-fadein.is-active,
[data-scroll-effect].is-active {
  visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

/* fadeup エフェクト */
.eff-fadeup,
[data-scroll-effect="fadeup"] {
  opacity: 0;
  transform: translateY(50rem);
  transition-property: opacity, transform;
  transition-duration: 1.5s, 1s;
  transition-timing-function: linear, ease;
}

.eff-fadeup.is-active,
[data-scroll-effect="fadeup"].is-active {
  opacity: 1;
  transform: translateY(0);
}

/* fadein エフェクト */
.eff-fadein,
[data-scroll-effect="fadein"] {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.eff-fadein.is-active,
[data-scroll-effect="fadein"].is-active {
  opacity: 1;
}

/*============================================================
modal
============================================================*/

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 100%;
  right: 0;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background-color: var(--COL-OVL);
  opacity: 0;
  transition: opacity 0.3s ease, bottom 0.3s ease;
  z-index: 30;
}

.is-modalopen .modal {
  top: 0;
  bottom: 0;
  opacity: 1;
}

.is-transition-none .modal {
  transition: none !important;
}