@charset "UTF-8";
/*----------------------------------------------------
　Base
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

li {
  list-style-type: none;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

button {
  outline: none;
  border: none;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: reboot
base:
  - reboot
---

リセットCSSです。<br>
基本的には編集不可ですが、リセットCSSが邪魔してスタイルが崩れる時は適宜修正してください。
<br>
*/
/*----------------------------------------------------
### ブレークポイント
----------------------------------------------------*/
/*----------------------------------------------------
## 画面サイズ
----------------------------------------------------*/
/*----------------------------------------------------
### 色
----------------------------------------------------*/
/*----------------------------------------------------
### 色（QLife Colors）
この色は編集しないでください
----------------------------------------------------*/
/*----------------------------------------------------
### ブレークポイント
----------------------------------------------------*/
/*----------------------------------------------------
## 画面サイズ
----------------------------------------------------*/
/*----------------------------------------------------
### 色
----------------------------------------------------*/
/*----------------------------------------------------
### 色の割り当て
各色にはデフォルトでQLife Colorsが割り当てられています。
QLife Color以外の色を使う時は、各変数を直接編集してください。
----------------------------------------------------*/
/*----------------------------------------------------
### 文字サイズ
----------------------------------------------------*/
/*----------------------------------------------------
### 文字太さ
----------------------------------------------------*/
/*----------------------------------------------------
### 行間
----------------------------------------------------*/
/*----------------------------------------------------
### 書体セット
----------------------------------------------------*/
/*----------------------------------------------------
### マージン
----------------------------------------------------*/
/*----------------------------------------------------
### 角丸
----------------------------------------------------*/
/*----------------------------------------------------
　影幅
----------------------------------------------------*/
/*----------------------------------------------------
　ボタン縦幅
----------------------------------------------------*/
/*----------------------------------------------------
　z-index
----------------------------------------------------*/
/*----------------------------------------------------
 Mixin インポート用
----------------------------------------------------*/
/*----------------------------------------------------
　Margin
----------------------------------------------------*/
.mt-a {
  margin-top: auto !important;
}

.mb-a {
  margin-bottom: auto !important;
}

.ml-a {
  margin-left: auto !important;
}

.mr-a {
  margin-right: auto !important;
}

.m-a {
  margin: auto auto auto auto !important;
}

.mh-a {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mv-a {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.m-0 {
  margin: 0 0 0 0 !important;
}

.mh-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mv-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-x3s {
  margin-top: 0.4rem !important;
}

.mb-x3s {
  margin-bottom: 0.4rem !important;
}

.ml-x3s {
  margin-left: 0.4rem !important;
}

.mr-x3s {
  margin-right: 0.4rem !important;
}

.m-x3s {
  margin: 0.4rem 0.4rem 0.4rem 0.4rem !important;
}

.mh-x3s {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.mv-x3s {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.mt-x2s {
  margin-top: 0.8rem !important;
}

.mb-x2s {
  margin-bottom: 0.8rem !important;
}

.ml-x2s {
  margin-left: 0.8rem !important;
}

.mr-x2s {
  margin-right: 0.8rem !important;
}

.m-x2s {
  margin: 0.8rem 0.8rem 0.8rem 0.8rem !important;
}

.mh-x2s {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.mv-x2s {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.mt-xs {
  margin-top: 1.2rem !important;
}

.mb-xs {
  margin-bottom: 1.2rem !important;
}

.ml-xs {
  margin-left: 1.2rem !important;
}

.mr-xs {
  margin-right: 1.2rem !important;
}

.m-xs {
  margin: 1.2rem 1.2rem 1.2rem 1.2rem !important;
}

.mh-xs {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}

.mv-xs {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.mt-s {
  margin-top: 1.6rem !important;
}

.mb-s {
  margin-bottom: 1.6rem !important;
}

.ml-s {
  margin-left: 1.6rem !important;
}

.mr-s {
  margin-right: 1.6rem !important;
}

.m-s {
  margin: 1.6rem 1.6rem 1.6rem 1.6rem !important;
}

.mh-s {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.mv-s {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.mt-m {
  margin-top: 2rem !important;
}

.mb-m {
  margin-bottom: 2rem !important;
}

.ml-m {
  margin-left: 2rem !important;
}

.mr-m {
  margin-right: 2rem !important;
}

.m-m {
  margin: 2rem 2rem 2rem 2rem !important;
}

.mh-m {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mv-m {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mt-ml {
  margin-top: 2.8rem !important;
}

.mb-ml {
  margin-bottom: 2.8rem !important;
}

.ml-ml {
  margin-left: 2.8rem !important;
}

.mr-ml {
  margin-right: 2.8rem !important;
}

.m-ml {
  margin: 2.8rem 2.8rem 2.8rem 2.8rem !important;
}

.mh-ml {
  margin-left: 2.8rem !important;
  margin-right: 2.8rem !important;
}

.mv-ml {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important;
}

.mt-l {
  margin-top: 3.2rem !important;
}

.mb-l {
  margin-bottom: 3.2rem !important;
}

.ml-l {
  margin-left: 3.2rem !important;
}

.mr-l {
  margin-right: 3.2rem !important;
}

.m-l {
  margin: 3.2rem 3.2rem 3.2rem 3.2rem !important;
}

.mh-l {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}

.mv-l {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.mt-xl {
  margin-top: 4rem !important;
}

.mb-xl {
  margin-bottom: 4rem !important;
}

.ml-xl {
  margin-left: 4rem !important;
}

.mr-xl {
  margin-right: 4rem !important;
}

.m-xl {
  margin: 4rem 4rem 4rem 4rem !important;
}

.mh-xl {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mv-xl {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mt-x2l {
  margin-top: 6rem !important;
}

.mb-x2l {
  margin-bottom: 6rem !important;
}

.ml-x2l {
  margin-left: 6rem !important;
}

.mr-x2l {
  margin-right: 6rem !important;
}

.m-x2l {
  margin: 6rem 6rem 6rem 6rem !important;
}

.mh-x2l {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mv-x2l {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mt-x3l {
  margin-top: 7.2rem !important;
}

.mb-x3l {
  margin-bottom: 7.2rem !important;
}

.ml-x3l {
  margin-left: 7.2rem !important;
}

.mr-x3l {
  margin-right: 7.2rem !important;
}

.m-x3l {
  margin: 7.2rem 7.2rem 7.2rem 7.2rem !important;
}

.mh-x3l {
  margin-left: 7.2rem !important;
  margin-right: 7.2rem !important;
}

.mv-x3l {
  margin-top: 7.2rem !important;
  margin-bottom: 7.2rem !important;
}

.mt-x4l {
  margin-top: 12rem !important;
}

.mb-x4l {
  margin-bottom: 12rem !important;
}

.ml-x4l {
  margin-left: 12rem !important;
}

.mr-x4l {
  margin-right: 12rem !important;
}

.m-x4l {
  margin: 12rem 12rem 12rem 12rem !important;
}

.mh-x4l {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.mv-x4l {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.m-a {
  margin: auto !important;
}

/*----------------------------------------------------
　Padding
----------------------------------------------------*/
.pt-a {
  padding-top: auto !important;
}

.pb-a {
  padding-bottom: auto !important;
}

.pl-a {
  padding-left: auto !important;
}

.pr-a {
  padding-right: auto !important;
}

.p-a {
  padding: auto auto auto auto !important;
}

.ph-a {
  padding-left: auto !important;
  padding-right: auto !important;
}

.pv-a {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-0 {
  padding: 0 0 0 0 !important;
}

.ph-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pv-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-x3s {
  padding-top: 0.4rem !important;
}

.pb-x3s {
  padding-bottom: 0.4rem !important;
}

.pl-x3s {
  padding-left: 0.4rem !important;
}

.pr-x3s {
  padding-right: 0.4rem !important;
}

.p-x3s {
  padding: 0.4rem 0.4rem 0.4rem 0.4rem !important;
}

.ph-x3s {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}

.pv-x3s {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.pt-x2s {
  padding-top: 0.8rem !important;
}

.pb-x2s {
  padding-bottom: 0.8rem !important;
}

.pl-x2s {
  padding-left: 0.8rem !important;
}

.pr-x2s {
  padding-right: 0.8rem !important;
}

.p-x2s {
  padding: 0.8rem 0.8rem 0.8rem 0.8rem !important;
}

.ph-x2s {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.pv-x2s {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.pt-xs {
  padding-top: 1.2rem !important;
}

.pb-xs {
  padding-bottom: 1.2rem !important;
}

.pl-xs {
  padding-left: 1.2rem !important;
}

.pr-xs {
  padding-right: 1.2rem !important;
}

.p-xs {
  padding: 1.2rem 1.2rem 1.2rem 1.2rem !important;
}

.ph-xs {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.pv-xs {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.pt-s {
  padding-top: 1.6rem !important;
}

.pb-s {
  padding-bottom: 1.6rem !important;
}

.pl-s {
  padding-left: 1.6rem !important;
}

.pr-s {
  padding-right: 1.6rem !important;
}

.p-s {
  padding: 1.6rem 1.6rem 1.6rem 1.6rem !important;
}

.ph-s {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.pv-s {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.pt-m {
  padding-top: 2rem !important;
}

.pb-m {
  padding-bottom: 2rem !important;
}

.pl-m {
  padding-left: 2rem !important;
}

.pr-m {
  padding-right: 2rem !important;
}

.p-m {
  padding: 2rem 2rem 2rem 2rem !important;
}

.ph-m {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.pv-m {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pt-ml {
  padding-top: 2.8rem !important;
}

.pb-ml {
  padding-bottom: 2.8rem !important;
}

.pl-ml {
  padding-left: 2.8rem !important;
}

.pr-ml {
  padding-right: 2.8rem !important;
}

.p-ml {
  padding: 2.8rem 2.8rem 2.8rem 2.8rem !important;
}

.ph-ml {
  padding-left: 2.8rem !important;
  padding-right: 2.8rem !important;
}

.pv-ml {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.pt-l {
  padding-top: 3.2rem !important;
}

.pb-l {
  padding-bottom: 3.2rem !important;
}

.pl-l {
  padding-left: 3.2rem !important;
}

.pr-l {
  padding-right: 3.2rem !important;
}

.p-l {
  padding: 3.2rem 3.2rem 3.2rem 3.2rem !important;
}

.ph-l {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}

.pv-l {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.pt-xl {
  padding-top: 4rem !important;
}

.pb-xl {
  padding-bottom: 4rem !important;
}

.pl-xl {
  padding-left: 4rem !important;
}

.pr-xl {
  padding-right: 4rem !important;
}

.p-xl {
  padding: 4rem 4rem 4rem 4rem !important;
}

.ph-xl {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.pv-xl {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pt-x2l {
  padding-top: 6rem !important;
}

.pb-x2l {
  padding-bottom: 6rem !important;
}

.pl-x2l {
  padding-left: 6rem !important;
}

.pr-x2l {
  padding-right: 6rem !important;
}

.p-x2l {
  padding: 6rem 6rem 6rem 6rem !important;
}

.ph-x2l {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.pv-x2l {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-x3l {
  padding-top: 7.2rem !important;
}

.pb-x3l {
  padding-bottom: 7.2rem !important;
}

.pl-x3l {
  padding-left: 7.2rem !important;
}

.pr-x3l {
  padding-right: 7.2rem !important;
}

.p-x3l {
  padding: 7.2rem 7.2rem 7.2rem 7.2rem !important;
}

.ph-x3l {
  padding-left: 7.2rem !important;
  padding-right: 7.2rem !important;
}

.pv-x3l {
  padding-top: 7.2rem !important;
  padding-bottom: 7.2rem !important;
}

.pt-x4l {
  padding-top: 12rem !important;
}

.pb-x4l {
  padding-bottom: 12rem !important;
}

.pl-x4l {
  padding-left: 12rem !important;
}

.pr-x4l {
  padding-right: 12rem !important;
}

.p-x4l {
  padding: 12rem 12rem 12rem 12rem !important;
}

.ph-x4l {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.pv-x4l {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

/*----------------------------------------------------
Display
----------------------------------------------------*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inlineflex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inlineblock {
  display: inline-block;
}

.d-none {
  display: none;
}

/*----------------------------------------------------
　Flexbox
----------------------------------------------------*/
.justfy-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justfy-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justfy-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justfy-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.align-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

/*----------------------------------------------------
　幅指定
----------------------------------------------------*/
.width-a {
  width: auto !important;
}

.width-100 {
  width: 100% !important;
}

/*----------------------------------------------------
　文字、背景カラー
----------------------------------------------------*/
.color-Text {
  color: #1F1F1F !important;
}

.bg-Text {
  background: #1F1F1F !important;
}

.color-Background {
  color: #FFFFFF !important;
}

.bg-Background {
  background: #FFFFFF !important;
}

.color-Border {
  color: #0DBDBA !important;
}

.bg-Border {
  background: #0DBDBA !important;
}

.color-Surface {
  color: #FFFFFF !important;
}

.bg-Surface {
  background: #FFFFFF !important;
}

.color-Error {
  color: #C22B34 !important;
}

.bg-Error {
  background: #C22B34 !important;
}

.color-Disabled {
  color: #D6D6D6 !important;
}

.bg-Disabled {
  background: #D6D6D6 !important;
}

.color-Note {
  color: #999999 !important;
}

.bg-Note {
  background: #999999 !important;
}

.color-Link {
  color: #22749D !important;
}

.bg-Link {
  background: #22749D !important;
}

.color-Black {
  color: #000000 !important;
}

.bg-Black {
  background: #000000 !important;
}

.color-White {
  color: #FFFFFF !important;
}

.bg-White {
  background: #FFFFFF !important;
}

.color-BoxText {
  color: #1F1F1F !important;
}

.bg-BoxText {
  background: #1F1F1F !important;
}

.color-BoxBackground {
  color: #E7F8F8 !important;
}

.bg-BoxBackground {
  background: #E7F8F8 !important;
}

.color-ButtonText {
  color: #392005 !important;
}

.bg-ButtonText {
  background: #392005 !important;
}

.color-ButtonBackground {
  color: #FF993A !important;
}

.bg-ButtonBackground {
  background: #FF993A !important;
}

.color-ButtonBackground-Press {
  color: #FFF5E2 !important;
}

.bg-ButtonBackground-Press {
  background: #FFF5E2 !important;
}

.color-ButtonOutlineText {
  color: #854A14 !important;
}

.bg-ButtonOutlineText {
  background: #854A14 !important;
}

.color-ButtonOutlineBorder {
  color: #854A14 !important;
}

.bg-ButtonOutlineBorder {
  background: #854A14 !important;
}

.color-ButtonOutlineBackground {
  color: transparent !important;
}

.bg-ButtonOutlineBackground {
  background: transparent !important;
}

.color-InputText {
  color: #333333 !important;
}

.bg-InputText {
  background: #333333 !important;
}

.color-InputBackground {
  color: #F5F5F5 !important;
}

.bg-InputBackground {
  background: #F5F5F5 !important;
}

.color-InputBorder {
  color: #0DBDBA !important;
}

.bg-InputBorder {
  background: #0DBDBA !important;
}

.color-InputText-Checked {
  color: #221700 !important;
}

.bg-InputText-Checked {
  background: #221700 !important;
}

.color-InputBackground-Checked {
  color: #FFBB32 !important;
}

.bg-InputBackground-Checked {
  background: #FFBB32 !important;
}

.color-InputBorder-Checked {
  color: #FFBB32 !important;
}

.bg-InputBorder-Checked {
  background: #FFBB32 !important;
}

.color-InputText-Placeholder {
  color: #999999 !important;
}

.bg-InputText-Placeholder {
  background: #999999 !important;
}

.color-InputBackground-Focus {
  color: #FFF5E2 !important;
}

.bg-InputBackground-Focus {
  background: #FFF5E2 !important;
}

.color-SwitcherText {
  color: #221700 !important;
}

.bg-SwitcherText {
  background: #221700 !important;
}

.color-SwitcherBackground {
  color: #F5F5F5 !important;
}

.bg-SwitcherBackground {
  background: #F5F5F5 !important;
}

.color-SwitcherBorder {
  color: #221700 !important;
}

.bg-SwitcherBorder {
  background: #221700 !important;
}

.color-SwitcherText-Checked {
  color: #FFFFFF !important;
}

.bg-SwitcherText-Checked {
  background: #FFFFFF !important;
}

.color-SwitcherBackground-Checked {
  color: #FFBB32 !important;
}

.bg-SwitcherBackground-Checked {
  background: #FFBB32 !important;
}

.color-SwitcherBorder-Checked {
  color: #FFBB32 !important;
}

.bg-SwitcherBorder-Checked {
  background: #FFBB32 !important;
}

/*----------------------------------------------------
name: 書体
----------------------------------------------------*/
.fs-display-xlg {
  font-size: 5rem !important;
}

.fs-display-lg {
  font-size: 3.2rem !important;
}

.fs-display-md {
  font-size: 2.6rem !important;
}

.fs-display-sm {
  font-size: 2.2rem !important;
}

.fs-headline-lg {
  font-size: 1.8rem !important;
}

.fs-headline-md {
  font-size: 1.6rem !important;
}

.fs-headline-sm {
  font-size: 1.4rem !important;
}

.fs-title-lg {
  font-size: 1.6rem !important;
}

.fs-title-md {
  font-size: 1.5rem !important;
}

.fs-title-sm {
  font-size: 1.3rem !important;
}

.fs-body-lg {
  font-size: 1.8rem !important;
}

.fs-body-md {
  font-size: 1.6rem !important;
}

.fs-body-sm {
  font-size: 1.3rem !important;
}

.fs-label-lg {
  font-size: 1.8rem !important;
}

.fs-label-md {
  font-size: 1.6rem !important;
}

.fs-label-sm {
  font-size: 1.3rem !important;
}

.fs-button-lg {
  font-size: 2rem !important;
}

.fs-button-md {
  font-size: 1.6rem !important;
}

.fs-button-sm {
  font-size: 1.3rem !important;
}

.fw-n {
  font-weight: 300 !important;
}

.fw-sb {
  font-weight: normal !important;
}

.fw-b {
  font-weight: 600 !important;
}

/*----------------------------------------------------
name: 文字揃え
----------------------------------------------------*/
.text-l {
  text-align: left !important;
}

.text-c {
  text-align: center !important;
}

.text-r {
  text-align: right !important;
}

/*----------------------------------------------------
name: 行間
----------------------------------------------------*/
.lh-display {
  line-height: 1.4 !important;
}

.lh-headline {
  line-height: 1.6 !important;
}

.lh-title {
  line-height: 1.3 !important;
}

.lh-body {
  line-height: 1.6 !important;
}

.lh-label {
  line-height: 1.2 !important;
}

.lh-button {
  line-height: 1 !important;
}

/*----------------------------------------------------
　シャドウ
----------------------------------------------------*/
.shadow-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.shadow-s {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) !important;
}

.shadow-m {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
}

.shadow-l {
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15) !important;
}

.shadow-xl {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15) !important;
}

.shadow-hover {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
}

/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: Utility
mixin:
  - 01 Utility
---

---
ユーティリティ
---
ユーティリティが定義してあります。<br>
*/
/*----------------------------------------------------
 Typography
----------------------------------------------------*/
.fs-display-xlg {
  font-size: 3.2rem;
  line-height: 1.4;
}

.fs-display-lg {
  font-size: 3.2rem;
  line-height: 1.4;
}

.fs-display-md {
  font-size: 2.6rem;
  line-height: 1.4;
}

.fs-display-sm {
  font-size: 2.2rem;
  line-height: 1.4;
}

.fs-headline-lg {
  font-size: 1.8rem;
  line-height: 1.6;
}

.fs-headline-md {
  font-size: 1.6rem;
  line-height: 1.6;
}

.fs-headline-sm {
  font-size: 1.4rem;
  line-height: 1.6;
}

.fs-title-lg {
  font-size: 1.6rem;
  line-height: 1.3;
}

.fs-title-md {
  font-size: 1.5rem;
  line-height: 1.3;
}

.fs-title-sm {
  font-size: 1.3rem;
  line-height: 1.3;
}

.fs-body-lg {
  font-size: 1.8rem;
  line-height: 1.92;
}

.fs-body-md {
  font-size: 1.6rem;
  line-height: 1.6;
}

.fs-body-sm {
  font-size: 1.3rem;
  line-height: 1.6;
}

.fs-label-lg {
  font-size: 1.8rem;
  line-height: 1.2;
}

.fs-label-md {
  font-size: 1.6rem;
  line-height: 1.2;
}

.fs-label-sm {
  font-size: 1.3rem;
  line-height: 1.2;
}

.fs-button-lg {
  font-size: 2rem;
  line-height: 1;
}

.fs-button-md {
  font-size: 1.6rem;
  line-height: 1;
}

.fs-button-sm {
  font-size: 1.3rem;
  line-height: 1;
}

/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: Typography
mixin:
  - 02 Typography
---

---
タイポグラフィのスタイル
---
用途に応じた文字サイズと行間をセットで定義してあります。<br>
アプリ全体を通じて書体・サイズ・行間を統一するため、テキストに関するスタイルはこのmixinを使うようにしてください。<br>
<br>
テキストは5つのカテゴリと、それぞれ3つサイズのバリエーションがあり、<br>
`fs-カテゴリ-サイズ` で15種類のスタイルを定義しています。<br>
例）
```scss
.title {
  @include fs-title-md;
}
```
<br>
カテゴリ
- `Display`：装飾目的の文字や、極端に大きいサイズでの用途
- `Title`：タイトルなど、大きいサイズでの用途
- `Headline`：見出しなど、やや大きいサイズでの用途
- `Body`：本文など、普通〜小さいサイズでの用途
- `Label`：ボタンなど、行間をあまり空けたくない時の用途
<br>
<br>
サイズ
- `lg`：大サイズ
- `md`：中サイズ
- `sm`：小サイズ
<br>
<br>
```html
<h1 class="fs-display-lg">ディスプレイ大</h1>
<h1 class="fs-display-md">ディスプレイ中</h1>
<h1 class="fs-display-sm">ディスプレイ小</h1>

<h2 class="fs-headline-lg">見出し大</h2>
<h2 class="fs-headline-md">見出し中</h2>
<h2 class="fs-headline-sm">見出し小</h2>

<h3 class="fs-title-lg">タイトル大</h3>
<h3 class="fs-title-md">タイトル中</h3>
<h3 class="fs-title-sm">タイトル小</h3>

<p class="fs-body-lg">本文テキスト大</p>
<p class="fs-body-md">本文テキスト中</p>
<p class="fs-body-sm">本文テキスト小</p>

<span class="fs-label-lg">ラベル大</span>
<span class="fs-label-md">ラベル中</span>
<span class="fs-label-sm">ラベル小</span>
```
*/
/*----------------------------------------------------
 メディアクエリmixin
----------------------------------------------------*/
@media (max-width: 791px) {
  .sp-kill {
    display: none !important;
  }
}

@media (min-width: 792px) {
  .pc-kill {
    display: none !important;
  }
}

/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: MediaQuery
mixin:
  - 03 MediaQuery
---

---
メディアクエリ mixin
---
```scss
@include mq("$breakpointsの値"){
  // PCのスタイルを記述
}
```

メディアクエリ用のスタイルを、どこでも記述できるようにするためのmixinです。<br>
引数の`$breakpointsの値`は[`_variable.scss`](../)で宣言されているものが渡せます。<br>
デフォルトでは`$breakpoint-pc`が設定されています。<br>
<br>
例）
```scss
.hoge {
  // SP用の幅
  width: 100%;

  @include mq {
    // PC用の幅
    width: 100rem;
  }
}
```
*/
/*----------------------------------------------------
 flex
----------------------------------------------------*/
/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: Flex
mixin:
  - 04 Flex
---

---
フレックス mixin
---
```css
@include flex( "justify-contentの値" , "align-itemsの値" );
```

よく使うFlexの記述3行を1行にまとめたい。<br>
それだけのためのmixinです。<br>
<br>
使用は任意なので、使用してなくても構いません。<br>
<br>
例）
```scss
.hoge {
  // この3行を、
  display: flex;
  justify-content: center;
  align-items: center;
}

.hoge {
  // 1行にする。
  @include flex;
}
```
*/
/*----------------------------------------------------
 hover
----------------------------------------------------*/
/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: Hover
mixin:
  - 05 Hover
---

---
ホバー mixin
---
```scss
@include hover {
  // ホバーのスタイル  
};
```

ホバー（:active）のスタイルを記述するためのmixinです。<br>
<br>
例）
```scss
.hoge_text {
  @include hover {
    color: red;
  };
}
```
*/
/*----------------------------------------------------
 ボタンmixin
----------------------------------------------------*/
/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: Button
mixin:
  - 06 Button
---

---
ボタンの基本スタイル
---
```scss
@include Button( "文字色", "背景色", "ボタン高さ" );
```

ボタンのスタイルを定義してあります。<br>
同じようなスタイルを別の場所で定義したり、スタイルの揺れを防ぐために使用します。<br>
<br>
モジュールの`_button.scss`などで使われています。<br>
<br>
ボタンの基本的な形状はここで定義し、色やサイズのバリエーションはモジュールで定義してください。<br>
<br>
例）
```scss
.button {
  @include button;
}
```
```html
<a class="button">ボタン</a>
```
*/
/*----------------------------------------------------
 アウトラインボタンmixin
----------------------------------------------------*/
/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: ButtonOutline
mixin:
  - 07 ButtonOutline
---

---
アウトラインボタンの基本スタイル
---
```scss
@include ButtonOutline( "文字色", "ボーダー色", "ボタン高さ" );
```

アウトラインボタンのスタイルを定義してあります。<br>
同じようなスタイルを別の場所で定義したり、スタイルの揺れを防ぐために使用します。<br>
<br>
モジュールの`_buttonOutline.scss`などで使われています。<br>
<br>
ボタンの基本的な形状はここで定義し、色やサイズのバリエーションはモジュールで定義してください。<br>
<br>
例）
```scss
.buttonOutline {
  @include buttonOutline;
}
```
```html
<a class="buttonOutline">アウトラインボタン</a>
```
*/
/*----------------------------------------------------
 icomoon
----------------------------------------------------*/
/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: Icomoon
mixin:
  - 08 Icomoon
---

---
icomoon mixin
---
```scss
@include icomoon( 記号 );
```

よく使うicomoonの記述を1行で短く書きたい。<br>
それだけのためのmixinです。<br>
<br>
例）
```scss
.icon {
  @include icomoon('\e919');
}
```
*/
/*----------------------------------------------------
 fontawesome
----------------------------------------------------*/
/*----------------------------------------------------
太さの指定で、familyを指定します。
※現在はRegularとsolidしか使えません。それ以外を使う場合は、ヘッダーでフォント用のcssを読み込んでください。
Regular  font-weight: 400;
Solid    font-weight: 900;
Brands   font-weight: 400; 要読み込み
Light    font-weight: 300; 要読み込み
----------------------------------------------------*/
/*----------------------------------------------------
 入力フォーム初期化mixin
----------------------------------------------------*/
/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: inputAppearanceDelete
mixin:
  - 09 inputAppearanceDelete
---

---
フォームのリセット
---
```scss
@include inputAppearanceDelete;
```

ボタンや入力フォームなどのユーザーエージェントスタイルのリセットを定義してあります。<br>
モジュールの`_input.scss`などで使われています。<br>
<br>
ブラウザ固有のスタイルが邪魔な時に指定してみてください<br>
*/
/*----------------------------------------------------
 入力フォームmixin
----------------------------------------------------*/
/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: Input
mixin:
  - 10 Input
---

---
入力フォームの基本スタイル
---
```scss
@include inputStyle;
```

入力フォームのスタイルを定義してあります。<br>
<br>
モジュールの`_input.scss`などで使われています。<br>
<br>
同じようなスタイルを別の場所で定義したり、スタイルの揺れを防ぐために使用します。<br>
色やサイズのバリエーションはモジュールで定義してください。<br>
<br>
例）
```scss
input[type='text'] {
  @include inputStyle;
}
```
```html
<input type="text" placeholder="入力してください">
```
*/
/*----------------------------------------------------
 ラジオボタンmixin
----------------------------------------------------*/
/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: Radio
mixin:
  - 11 Radio
---

---
ラジオボタンの基本スタイル
---
```scss
@include radioStyle;
@include radioStyle-checked;
```

ラジオボタンのスタイルを定義してあります。<br>
<br>
モジュールの`_radio.scss`などで使われています。<br>
<br>
同じようなスタイルを別の場所で定義したり、スタイルの揺れを防ぐために使用します。<br>
色やサイズのバリエーションはモジュールで定義してください。<br>
<br>
例）
```scss
.radio {
  display: none;
}
.radio + label {
  @include radioStyle;
}
.radio:checked + label {
  @include radioStyle-checked;
}
```
```html
<input type="radio" class="radio" id="hoge">
<label for="hoge">ラジオボタン</label>
```
*/
/*----------------------------------------------------
 チェックボックスmixin
----------------------------------------------------*/
/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: Checkbox
mixin:
  - 12 Checkbox
---

---
チェックボックスの基本スタイル
---
```scss
@include checkboxStyle;
@include checkboxStyle-checked;
```

チェックボックスのスタイルを定義してあります。<br>
`radio Mixin`に依存しています<br>
同じようなスタイルを別の場所で定義したり、スタイルの揺れを防ぐために使用します。<br>
<br>
モジュールの`_checkbox.scss`などで使われています。<br>
<br>
色やサイズのバリエーションはモジュールで定義してください。<br>
<br>
例）
```scss
.checkbox {
  display: none;
}
.checkbox + label {
  @include checkboxStyle;
}
.checkbox:checked + label {
  @include checkboxStyle-checked;
}
```
```html
<input type="checkbox" class="checkbox" id="hoge">
<label for="hoge">チェックボックス</label>
```
*/
/*----------------------------------------------------
 スイッチ
----------------------------------------------------*/
/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: Switcher
mixin:
  - Switcher
---


---
ラジオボタンの基本スタイル
---
```scss
@include switcher( "横幅", "ボールのサイズ", "ボールの余白", "ベースカラー" );
@include switcher-checked( "横幅", "ボールのサイズ", "ボールの余白", "ベースカラー", "アウトラインカラー" );
```

スイッチンのスタイルを定義してあります。<br>
<br>
モジュールの`_switcher.scss`などで使われています。<br>
<br>
同じようなスタイルを別の場所で定義したり、スタイルの揺れを防ぐために使用します。<br>
色やサイズのバリエーションはモジュールで定義してください。<br>
<br>
例）
```scss
.switcher {
  display: none;
}
.switcher + label {
  @include switcherStyle;
}
.switcher:checked + label {
  @include switcherStyle-checked;
}
```
```html
<input type="checkbox" class="switcher" id="hoge">
<label for="hoge"></label>
```
*/
/*----------------------------------------------------
 プルダウンmixin
----------------------------------------------------*/
/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: Select
mixin:
  - 13 Select
---

---
プルダウンの基本スタイル
---
```scss
@include selectStyle;
```

プルダウンのスタイルを定義してあります。<br>
<br>
モジュールの`_select.scss`などで使われています。<br>
<br>
同じようなスタイルを別の場所で定義したり、スタイルの揺れを防ぐために使用します。<br>
色やサイズのバリエーションはモジュールで定義してください。<br>
<br>
例）
```scss
select {
  @include selectStyle;
}
```
```html
<select>
  <option>オプション1</option>
  <option>オプション2</option>
  <option>オプション3</option>
</select>
```
*/
/*----------------------------------------------------
 フォームタイプ用アイコンmixin
----------------------------------------------------*/
/*----------------------------------------------------
 ボックススタイルmixin
----------------------------------------------------*/
/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: Box
mixin:
  - 14 Box
---

---
ボックスの基本スタイル
---
```scss
@include box;
```

マテリアルデザインで言うところの「Surface」にあたるスタイルを定義してあります。<br>
同じようなスタイルを別の場所で定義したり、スタイルの揺れを防ぐために使用します。<br>
<br>
モジュールの`_box.scss`などで使われています。<br>
<br>
例）
```scss
.box {
  @include box;
}
```
```html
<div class="box">
  hogehoge
</div>
```
*/
/*----------------------------------------------------
 アニメーションmixin
----------------------------------------------------*/
/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: Mixinについて
mixin:
  - 00 Mixinについて
---

Mixinは'mixin'ディレクトリに格納してあります。<br>
<br>
CSS全体を通じて、汎用的に使う記述やスタイルをmixinとして定義しています。<br>
<br>
例えば、メディアクエリの記述をどこでも描けるようにする[03 MediaQuery](../03-MediaQuery/index.html)や、<br>
ボタンの基本的なスタイルを定義してある[06 Button](../06-Button/index.html)などです。<br>
<br>
<br>
特に、<br>
- [02 Typography](../02-Typography/index.html)
- [03 MediaQuery](../03-MediaQuery/index.html)
- [05 Hover](../05-Hover/index.html)

は多用するので重要なmixinになってます。
*/
html {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴシック", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}

body {
  color: #1F1F1F;
  font-size: 1.6rem;
  line-height: 1.6;
  background: #FFFFFF;
}

[v-cloak] {
  display: none;
}

a {
  color: #1F1F1F;
  text-decoration: underline;
}
a:hover {
  opacity: 0.6;
}
@media (max-width: 791px) {
  a:active {
    opacity: 0.6;
  }
}

img {
  max-width: 100%;
}

/*----------------------------------------------------
　フォント
----------------------------------------------------*/
/* Google Fonts */
/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: Base
base:
  - Base
---

htmlとbodyのスタイルです。<br>
<br>
*/
/*----------------------------------------------------
　Module
----------------------------------------------------*/
/*----------------------------------------------------
 ヘッダー
----------------------------------------------------*/
.header {
  max-width: 1200px;
  margin-inline: auto;
  padding: 4rem 0;
  margin-bottom: 6rem;
  display: grid;
  gap: 2rem 4rem;
  grid-template-columns: 50% 1fr;
  grid-template-areas: "logo logo" "slide title" "slide text" "slide banner";
}
@media (max-width: 791px) {
  .header {
    max-width: 100%;
    padding: 2rem;
    margin-bottom: 4rem;
    gap: 2rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "slide" "title" "text" "banner";
  }
}
.header .headerLogo {
  grid-area: logo;
}
.header .headerSlide {
  grid-area: slide;
}
.header .headerTitle {
  grid-area: title;
}
.header .headerText {
  grid-area: text;
  font-size: 1.8rem;
  line-height: 1.92;
  font-weight: 600;
}
@media (max-width: 791px) {
  .header .headerText {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.header .headerBanner {
  grid-area: banner;
}
@media (max-width: 791px) {
  .header .headerBanner {
    width: 100%;
    text-align: center;
  }
}

/*----------------------------------------------------
 フッター
----------------------------------------------------*/
.footer {
  padding: 6rem 0;
  background-color: #FFFFFF;
}
@media (max-width: 791px) {
  .footer {
    padding: 3.2rem 0;
  }
}

/*----------------------------------------------------
 headerSlide
----------------------------------------------------*/
.headerSlide {
  width: 100%;
  height: 660px;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 60px;
}
@media (max-width: 791px) {
  .headerSlide {
    width: 100vw;
    height: 50vh;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
    overflow-x: hidden;
  }
}

.headerSlide_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 660px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/mv01_pc.jpg);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 24s 0s infinite;
          animation: anime 24s 0s infinite;
}
@media (max-width: 791px) {
  .headerSlide_img {
    width: 100%;
    height: 100%;
    background-image: url(../img/mv01_sp.jpg);
  }
}
.headerSlide_img:nth-of-type(2) {
  background-image: url(../img/mv02_pc.jpg);
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
@media (max-width: 791px) {
  .headerSlide_img:nth-of-type(2) {
    background-image: url(../img/mv02_sp.jpg);
  }
}
.headerSlide_img:nth-of-type(3) {
  background-image: url(../img/mv03_pc.jpg);
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
@media (max-width: 791px) {
  .headerSlide_img:nth-of-type(3) {
    background-image: url(../img/mv03_sp.jpg);
  }
}
.headerSlide_img:nth-of-type(4) {
  background-image: url(../img/mv04_pc.jpg);
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
@media (max-width: 791px) {
  .headerSlide_img:nth-of-type(4) {
    background-image: url(../img/mv04_sp.jpg);
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*----------------------------------------------------
 メイン
----------------------------------------------------*/
.main {
  background-color: #E7F8F8;
  border-radius: 160px 160px 0 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  padding: 6rem 0;
}
@media (max-width: 791px) {
  .main {
    border-radius: 60px 60px 0 0;
    gap: 4rem;
    padding: 4rem 0;
  }
}

/*----------------------------------------------------
 contents
----------------------------------------------------*/
.contents {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem 0;
  padding: 0;
  word-break: break-all;
}
@media (max-width: 791px) {
  .contents {
    gap: 4rem 0;
    padding: 0 2rem;
  }
}
.contents .contents_figure {
  max-width: 792px;
  margin-inline: auto;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8rem 0;
}
.contents .contents_note {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media (max-width: 791px) {
  .contents .contents_note {
    text-align: left;
  }
}

/*----------------------------------------------------
 本文見出し
----------------------------------------------------*/
.contents_title {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  gap: 6rem;
  margin: 0 3.2rem;
}
@media (max-width: 791px) {
  .contents_title {
    font-size: 2.2rem;
    line-height: 1.4;
    gap: 2.8rem;
    margin: 0;
  }
}
.contents_title::after {
  content: "";
  display: block;
  border-bottom: 8px solid #0DBDBA;
  width: 270px;
}
@media (max-width: 791px) {
  .contents_title::after {
    border-bottom: 5px solid #0DBDBA;
    width: 50%;
  }
}

/*----------------------------------------------------
 本文テキスト
----------------------------------------------------*/
.contents_text {
  width: 792px;
  margin-inline: auto;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem 0;
}
@media (max-width: 791px) {
  .contents_text {
    width: 100%;
    gap: 1.6rem 0;
  }
}
.contents_text > p {
  font-size: 1.8rem;
  line-height: 1.92;
  width: 100%;
}
@media (max-width: 791px) {
  .contents_text > p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

/*----------------------------------------------------
 リスト
----------------------------------------------------*/
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  /*----------------
  Contents
  ----------------*/
  /*----------------
  Size
  ----------------*/
  /*----------------
  Variants
  ----------------*/
}
.list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 1.6rem;
  line-height: 1.2;
  word-break: break-all;
  gap: 0.4rem;
}
.list > li::before {
  content: "・";
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}
.list.list-sm > li {
  font-size: 1.3rem;
  line-height: 1.2;
}
.list.list-annotation > li::before {
  content: "※";
}
.list.list-number > li:nth-of-type(1)::before {
  content: "1)";
}
.list.list-number > li:nth-of-type(2)::before {
  content: "2)";
}
.list.list-number > li:nth-of-type(3)::before {
  content: "3)";
}
.list.list-number > li:nth-of-type(4)::before {
  content: "4)";
}
.list.list-number > li:nth-of-type(5)::before {
  content: "5)";
}
.list.list-number > li:nth-of-type(6)::before {
  content: "6)";
}
.list.list-number > li:nth-of-type(7)::before {
  content: "7)";
}
.list.list-number > li:nth-of-type(8)::before {
  content: "8)";
}
.list.list-number > li:nth-of-type(9)::before {
  content: "9)";
}
.list.list-number > li:nth-of-type(10)::before {
  content: "10)";
}
.list.list-number > li:nth-of-type(11)::before {
  content: "11)";
}
.list.list-number > li:nth-of-type(12)::before {
  content: "12)";
}
.list.list-number > li:nth-of-type(13)::before {
  content: "13)";
}
.list.list-number > li:nth-of-type(14)::before {
  content: "14)";
}
.list.list-number > li:nth-of-type(15)::before {
  content: "15)";
}
.list.list-number > li:nth-of-type(16)::before {
  content: "16)";
}
.list.list-number > li:nth-of-type(17)::before {
  content: "17)";
}
.list.list-number > li:nth-of-type(18)::before {
  content: "18)";
}
.list.list-number > li:nth-of-type(19)::before {
  content: "19)";
}
.list.list-number > li:nth-of-type(20)::before {
  content: "20)";
}
.list.list-decimal > li::before {
  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;
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.74rem;
          flex: 0 0 1.74rem;
  width: 1.74rem;
  height: 1.74rem;
  font-size: 1.3rem;
  line-height: 1.2;
  border: solid 0.1rem #1F1F1F;
  border-radius: 50%;
}
.list.list-decimal > li:nth-of-type(1)::before {
  content: "1";
}
.list.list-decimal > li:nth-of-type(2)::before {
  content: "2";
}
.list.list-decimal > li:nth-of-type(3)::before {
  content: "3";
}
.list.list-decimal > li:nth-of-type(4)::before {
  content: "4";
}
.list.list-decimal > li:nth-of-type(5)::before {
  content: "5";
}
.list.list-decimal > li:nth-of-type(6)::before {
  content: "6";
}
.list.list-decimal > li:nth-of-type(7)::before {
  content: "7";
}
.list.list-decimal > li:nth-of-type(8)::before {
  content: "8";
}
.list.list-decimal > li:nth-of-type(9)::before {
  content: "9";
}
.list.list-decimal > li:nth-of-type(10)::before {
  content: "10";
}
.list.list-decimal > li:nth-of-type(11)::before {
  content: "11";
}
.list.list-decimal > li:nth-of-type(12)::before {
  content: "12";
}
.list.list-decimal > li:nth-of-type(13)::before {
  content: "13";
}
.list.list-decimal > li:nth-of-type(14)::before {
  content: "14";
}
.list.list-decimal > li:nth-of-type(15)::before {
  content: "15";
}
.list.list-decimal > li:nth-of-type(16)::before {
  content: "16";
}
.list.list-decimal > li:nth-of-type(17)::before {
  content: "17";
}
.list.list-decimal > li:nth-of-type(18)::before {
  content: "18";
}
.list.list-decimal > li:nth-of-type(19)::before {
  content: "19";
}
.list.list-decimal > li:nth-of-type(20)::before {
  content: "20";
}

/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: List
module:
  - 10 List
---

---
リスト
---
改行されても文頭のインデントを維持します。<br>
.list-decimalを追加すると番号つきリストになる。<br>
<br>
例）
```html
<ul class="list">
  <li>リスト1</li>
  <li>リスト2</li>
  <li>リスト3</li>
</ul>

<ul class="list list-decimal">
  <li>番号付きリスト1</li>
  <li>番号付きリスト2</li>
  <li>番号付きリスト3</li>
</ul>
```
*/
/*----------------------------------------------------
 出典番号ベタがきタイプリスト
----------------------------------------------------*/
.listSource {
  display: grid;
  gap: 0.4rem;
  /*----------------
  Contents
  ----------------*/
}
.listSource > li {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.3rem;
  line-height: 1.6;
}

/*----------------------------------------------------
 セパレータ
----------------------------------------------------*/
.separater {
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 20px solid #FFFFFF;
}
@media (max-width: 791px) {
  .separater {
    border-bottom: 10px solid #FFFFFF;
  }
}

/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: Separater
module:
  - 12 Separater
---

---
セパレータ
---
罫線です。<br>
<br>
例）
```html
<span class="separater"><span>
```
*/
/*----------------------------------------------------
　Layout
----------------------------------------------------*/
/*----------------------------------------------------
 レイアウト
----------------------------------------------------*/
.wrap {
  margin: 0;
  padding: 0 0.8rem;
  padding-bottom: calc(0 + env(safe-area-inset-bottom));
  padding-bottom: calc(0 + constant(safe-area-inset-bottom));
  width: 100%;
  min-width: 320px;
  max-width: 791px;
  /*----------------
  First Last
  ----------------*/
}
@media (max-width: 791px) {
  .wrap {
    min-width: 792px;
    max-width: 100%;
  }
}
.wrap:first-of-type {
  padding-top: 4rem;
}
.wrap:last-of-type {
  padding-bottom: calc(12rem + env(safe-area-inset-bottom));
  padding-bottom: calc(12rem + constant(safe-area-inset-bottom));
}

/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: レイアウト
layout:
  - 01 レイアウト
---

---
Wrap
---
画面の一番外側を囲むクラスです。<br>
全ての要素は基本的に'.wrap'の中に配置してください。<br>
※モーダルなどは除いて<br>
<br>
```html
<div class="wrap">
  //　ページ内の要素
</div>
```
*/
/*----------------------------------------------------
 カラムレイアウト
----------------------------------------------------*/
/* ------------------------------------------------ */
.colbox-between, .colbox-start, .colbox-end, .colbox-center, .colbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  gap: 1.2rem;
}
.colbox-column.colbox-between, .colbox-column.colbox-start, .colbox-column.colbox-end, .colbox-column.colbox-center, .colbox-column.colbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.colbox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.colbox-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.colbox-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.colbox-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.colbox-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ------------------------------------------------ */
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.col-1 {
  -ms-flex-preferred-size: calc(8.3333333333% * 1);
      flex-basis: calc(8.3333333333% * 1);
}

.col-2 {
  -ms-flex-preferred-size: calc(8.3333333333% * 2);
      flex-basis: calc(8.3333333333% * 2);
}

.col-3 {
  -ms-flex-preferred-size: calc(8.3333333333% * 3);
      flex-basis: calc(8.3333333333% * 3);
}

.col-4 {
  -ms-flex-preferred-size: calc(8.3333333333% * 4);
      flex-basis: calc(8.3333333333% * 4);
}

.col-5 {
  -ms-flex-preferred-size: calc(8.3333333333% * 5);
      flex-basis: calc(8.3333333333% * 5);
}

.col-6 {
  -ms-flex-preferred-size: calc(8.3333333333% * 6);
      flex-basis: calc(8.3333333333% * 6);
}

.col-7 {
  -ms-flex-preferred-size: calc(8.3333333333% * 7);
      flex-basis: calc(8.3333333333% * 7);
}

.col-8 {
  -ms-flex-preferred-size: calc(8.3333333333% * 8);
      flex-basis: calc(8.3333333333% * 8);
}

.col-9 {
  -ms-flex-preferred-size: calc(8.3333333333% * 9);
      flex-basis: calc(8.3333333333% * 9);
}

.col-10 {
  -ms-flex-preferred-size: calc(8.3333333333% * 10);
      flex-basis: calc(8.3333333333% * 10);
}

.col-11 {
  -ms-flex-preferred-size: calc(8.3333333333% * 11);
      flex-basis: calc(8.3333333333% * 11);
}

.col-12 {
  -ms-flex-preferred-size: calc(8.3333333333% * 12);
      flex-basis: calc(8.3333333333% * 12);
}

.col-noMargin {
  margin-right: auto;
}

.col-noShrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}

/*----------------------------------------------------
 Aigis
----------------------------------------------------*/
/*
---
name: カラムレイアウト
layout:
  - 02 カラムレイアウト
---

---
colbox
---
カラムレイアウトをするためのレイアウトクラスです。<br>
bootstrapのグリッドのように、横幅を12個に仮想分割してカラムレイアウトを表現するためのクラスです。<br>
```html
<div class="colbox">
  <div class="col-4">カラム</div>
  <div class="col-2">カラム</div>
  <div class="col-6">カラム</div>
</div>
```
```


*/
/*----------------------------------------------------
　Page
----------------------------------------------------*/