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

html {
  font-size: 62.5%;
  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 {
  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;
  padding-inline-start: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 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] {
  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;
}

/*----------------------------------------------------
### ブレークポイント
----------------------------------------------------*/
/*----------------------------------------------------
## 画面サイズ
----------------------------------------------------*/
/*----------------------------------------------------
### 色
----------------------------------------------------*/
/*----------------------------------------------------
### ブレークポイント
----------------------------------------------------*/
/*----------------------------------------------------
## 画面サイズ
----------------------------------------------------*/
/*----------------------------------------------------
### 色
----------------------------------------------------*/
/*----------------------------------------------------
### 色の割り当て
各色にはデフォルトのsemanticの変数が割り当てられています。
デフォルト以外の色を使う場合は、適宜追加してください。
----------------------------------------------------*/
/*----------------------------------------------------
### 文字サイズ
----------------------------------------------------*/
/*----------------------------------------------------
### 文字太さ
----------------------------------------------------*/
/*----------------------------------------------------
### 行間
----------------------------------------------------*/
/*----------------------------------------------------
### 書体セット
----------------------------------------------------*/
/*----------------------------------------------------
### マージン
----------------------------------------------------*/
/*----------------------------------------------------
### 角丸
----------------------------------------------------*/
/*----------------------------------------------------
　影幅
----------------------------------------------------*/
/*----------------------------------------------------
　ボタン縦幅
----------------------------------------------------*/
/*----------------------------------------------------
　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-x4s {
  margin-top: 0.2rem !important;
}

.mb-x4s {
  margin-bottom: 0.2rem !important;
}

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

.mr-x4s {
  margin-right: 0.2rem !important;
}

.m-x4s {
  margin: 0.2rem 0.2rem 0.2rem 0.2rem !important;
}

.mh-x4s {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.mv-x4s {
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !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-sm {
  margin-top: 1.6rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-mm {
  margin-top: 2.4rem !important;
}

.mb-mm {
  margin-bottom: 2.4rem !important;
}

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

.mr-mm {
  margin-right: 2.4rem !important;
}

.m-mm {
  margin: 2.4rem 2.4rem 2.4rem 2.4rem !important;
}

.mh-mm {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.mv-mm {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !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-lg {
  margin-top: 3.2rem !important;
}

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

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

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

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

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

.mv-lg {
  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: 12rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mv-x4l {
  margin-top: 40rem !important;
  margin-bottom: 40rem !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-x4s {
  padding-top: 0.2rem !important;
}

.pb-x4s {
  padding-bottom: 0.2rem !important;
}

.pl-x4s {
  padding-left: 0.2rem !important;
}

.pr-x4s {
  padding-right: 0.2rem !important;
}

.p-x4s {
  padding: 0.2rem 0.2rem 0.2rem 0.2rem !important;
}

.ph-x4s {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

.pv-x4s {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !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-sm {
  padding-top: 1.6rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-mm {
  padding-top: 2.4rem !important;
}

.pb-mm {
  padding-bottom: 2.4rem !important;
}

.pl-mm {
  padding-left: 2.4rem !important;
}

.pr-mm {
  padding-right: 2.4rem !important;
}

.p-mm {
  padding: 2.4rem 2.4rem 2.4rem 2.4rem !important;
}

.ph-mm {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.pv-mm {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !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-lg {
  padding-top: 3.2rem !important;
}

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

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

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

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

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

.pv-lg {
  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: 12rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------------------
Display
----------------------------------------------------*/
.d-flex {
  display: flex;
}

.d-inlineflex {
  display: inline-flex;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

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

.d-none {
  display: none;
}

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

.justfy-center {
  justify-content: center !important;
}

.justfy-end {
  justify-content: flex-end !important;
}

.justfy-between {
  justify-content: space-between !important;
}

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

.align-center {
  align-items: center !important;
}

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

.align-between {
  align-content: space-between !important;
}

.align-stretch {
  align-items: stretch !important;
}

.align-baseline {
  align-items: baseline !important;
}

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

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

/*----------------------------------------------------
　文字、背景カラー
----------------------------------------------------*/
.color-text {
  color: #36463E !important;
}

.bg-text {
  background: #36463E !important;
}

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

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

.color-border {
  color: #E7E7E7 !important;
}

.bg-border {
  background: #E7E7E7 !important;
}

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

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

.color-disabled {
  color: #D1D1D1 !important;
}

.bg-disabled {
  background: #D1D1D1 !important;
}

.color-note {
  color: #6B6C72 !important;
}

.bg-note {
  background: #6B6C72 !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: #3D3D3D !important;
}

.bg-boxText {
  background: #3D3D3D !important;
}

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

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

.color-noteBackground {
  color: #EEEEEE !important;
}

.bg-noteBackground {
  background: #EEEEEE !important;
}

/*----------------------------------------------------
name: 書体
----------------------------------------------------*/
.font-title-x6l {
  font-size: 5rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-x5l {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-x4l {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-x3l {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-x2l {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-xl {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-lg {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-md {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-sm {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-xs {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
}

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

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

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

.font-label-x6l {
  font-size: 5rem;
  line-height: 1.3;
}

.font-label-x5l {
  font-size: 4rem;
  line-height: 1.3;
}

.font-label-x4l {
  font-size: 3.2rem;
  line-height: 1.3;
}

.font-label-x3l {
  font-size: 2.4rem;
  line-height: 1.3;
}

.font-label-x2l {
  font-size: 2.2rem;
  line-height: 1.3;
}

.font-label-xl {
  font-size: 2rem;
  line-height: 1.3;
}

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

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

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

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

.font-oneline-x6l {
  font-size: 5rem;
  line-height: 1;
}

.font-oneline-x5l {
  font-size: 4rem;
  line-height: 1;
}

.font-oneline-x4l {
  font-size: 3.2rem;
  line-height: 1;
}

.font-oneline-x3l {
  font-size: 2.4rem;
  line-height: 1;
}

.font-oneline-x2l {
  font-size: 2.2rem;
  line-height: 1;
}

.font-oneline-xl {
  font-size: 2rem;
  line-height: 1;
}

.font-oneline-lg {
  font-size: 1.8rem;
  line-height: 1;
}

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

.font-oneline-sm {
  font-size: 1.4rem;
  line-height: 1;
}

.font-oneline-xs {
  font-size: 1.2rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------------------
  　gap
----------------------------------------------------*/
.gap-8px {
  gap: 8px !important;
}

.gap-80px {
  gap: 80px !important;
}

/*----------------------------------------------------
 font
----------------------------------------------------*/
/*----------------------------------------------------
 メディアクエリmixin
----------------------------------------------------*/
@media (max-width: 768px) {
  .sp-kill {
    display: none !important;
  }
}

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

/*----------------------------------------------------
 flex
----------------------------------------------------*/
/*----------------------------------------------------
 hover
----------------------------------------------------*/
/*----------------------------------------------------
 ボタンmixin
----------------------------------------------------*/
/*----------------------------------------------------
 アウトラインボタンmixin
----------------------------------------------------*/
/*----------------------------------------------------
 icomoon
----------------------------------------------------*/
/*----------------------------------------------------
 fontawesome
----------------------------------------------------*/
/*----------------------------------------------------
太さの指定で、familyを指定します。
※現在はRegularとsolidしか使えません。それ以外を使う場合は、ヘッダーでフォント用のcssを読み込んでください。
Regular  font-weight: 400;
Solid    font-weight: 900;
Brands   font-weight: 400; 要読み込み
Light    font-weight: 300; 要読み込み
----------------------------------------------------*/
/*----------------------------------------------------
 入力フォーム初期化mixin
----------------------------------------------------*/
/*----------------------------------------------------
 入力フォームmixin
----------------------------------------------------*/
/*----------------------------------------------------
 ラジオボタンmixin
----------------------------------------------------*/
/*----------------------------------------------------
 チェックボックスmixin
----------------------------------------------------*/
/*----------------------------------------------------
 スイッチ
----------------------------------------------------*/
/*----------------------------------------------------
 プルダウンmixin
----------------------------------------------------*/
/*----------------------------------------------------
 フォームタイプ用アイコンmixin
----------------------------------------------------*/
/*----------------------------------------------------
 ボックススタイルmixin
----------------------------------------------------*/
/*----------------------------------------------------
 アニメーションmixin
----------------------------------------------------*/
html {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴシック", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  scroll-behavior: smooth;
}

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

[v-cloak] {
  display: none;
}

a {
  color: #22749D;
}
a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  a:active {
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
}

/*----------------------------------------------------
　フォント
----------------------------------------------------*/
/* Google Fonts */
/*----------------------------------------------------
　Module
----------------------------------------------------*/
/*----------------------------------------------------
 ヘッダー
----------------------------------------------------*/
.header {
  max-width: 1200px;
  margin: 2rem auto 0 auto;
  display: grid;
  grid-template-areas: "logo logo" "title blank" "subtitle blank";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  position: relative;
  overflow: hidden;
}
.header > * {
  position: relative;
  z-index: 1;
}
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/mv_img_pc.png) no-repeat right top;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
  right: 0;
  top: 0;
  background-position: right top;
}
@media (max-width: 1316px) {
  .header {
    max-width: 90%;
    grid-template-areas: "logo logo" "title blank" "subtitle blank";
    grid-template-columns: 1fr 1fr;
    margin: 2rem auto 0 auto;
  }
  .header::before {
    right: -64px;
    top: 44px;
  }
}
@media (max-width: 768px) {
  .header {
    max-width: 100%;
    margin: 1.6rem 0;
    grid-template-areas: "logo" "title" "subtitle";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .header::before {
    background: url(../img/mv_img_sp.png) no-repeat center top;
    background-position: center top;
    background-size: contain;
    right: 0;
    left: 0;
    top: 32px;
  }
}
.header .headerLogo {
  grid-area: logo;
  margin: 1.2rem 0 4rem;
}
@media (max-width: 768px) {
  .header .headerLogo {
    margin: 0 0 1.6rem 1.2rem;
  }
}
.header .headerTitle {
  grid-area: title;
  margin-bottom: 2.8rem;
  padding-left: 3.2rem;
}
@media (max-width: 1316px) {
  .header .headerTitle {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .header .headerTitle {
    margin-top: 2.8rem;
    padding-left: 1.6rem;
  }
}
.header .headerSubTitle {
  grid-area: subtitle;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  flex-direction: column;
  margin-bottom: 6rem;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .header .headerSubTitle {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .header .headerSubTitle a {
    margin: 0 4rem;
  }
}
@media (max-width: 1316px) {
  .header .headerSubTitle a > img {
    width: 40%;
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  .header .headerSubTitle a > img {
    padding: 1.6rem 0;
    width: 70%;
  }
}

/*----------------------------------------------------
 フッター
----------------------------------------------------*/
.footer {
  max-width: 900px;
  margin: 4rem auto;
}
@media (max-width: 768px) {
  .footer {
    margin: 2rem 1.6rem;
  }
}

/*----------------------------------------------------
 ヘッダー
----------------------------------------------------*/
.contentHeader {
  background-color: #FF93A0;
  padding: 6.4rem;
  margin: 0;
}
@media (max-width: 768px) {
  .contentHeader {
    padding: 2rem 1.6rem;
  }
}
.contentHeader.content-2 {
  background-color: #FF9B7D;
}
.contentHeader .contentHeaderTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 4rem;
  color: #FFFFFF;
}

/*----------------------------------------------------
contents
----------------------------------------------------*/
.contents {
  background: #FFF5F0;
  padding: 60px 0;
}
@media (min-width: 769px) {
  .contents {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .contents {
    padding: 40px 0;
  }
}
.contents-bg-white {
  background: #FFFFFF;
}
.contents .contentsBody {
  max-width: 768px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .contents .contentsBody {
    max-width: 900px;
    padding: 0 1.2rem;
  }
}
@media (max-width: 768px) {
  .contents .contentsBody {
    padding: 0 1.6rem;
  }
}
.contents .contentsBanner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .contents .contentsBanner {
    flex-direction: column;
    gap: 2rem;
  }
  .contents .contentsBanner > a, .contents .contentsBanner > div {
    width: 100%;
  }
}
.contents .contentsBanner a .contentsBannerItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: center;
}

/*----------------------------------------------------
contentsText
----------------------------------------------------*/
.contentsText {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 4rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.contentsText .contentsTextItem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.2rem;
}
.contentsText .contentsTextCol {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 4rem;
}
.contentsText .contentsTextCol .contentsTextColItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  .contentsText .contentsTextCol {
    flex-direction: column;
    gap: 2rem;
  }
  .contentsText .contentsTextCol > * {
    width: 100%;
  }
}
.contentsText .contentsTextItemRow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
}
.contentsText .contentsTextItemRow > p {
  flex: 1;
}
.contentsText .contentsTextItemRow > img {
  width: 150px;
  height: auto;
}
@media (max-width: 768px) {
  .contentsText .contentsTextItemRow {
    flex-direction: column;
    gap: 1.6rem;
  }
  .contentsText .contentsTextItemRow > img {
    width: 100px;
    height: auto;
  }
}

.contentsTextBannerItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

/*----------------------------------------------------
ruby
----------------------------------------------------*/
.ruby {
  font-size: 6px;
  margin-bottom: 2px;
}

/*----------------------------------------------------
 references
----------------------------------------------------*/
.references {
  border-top: 1px solid #E7E7E7;
  color: #6B6C72;
  margin-top: 6rem;
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .references {
    margin: 2rem;
    padding-top: 1.6rem;
  }
}
@media (min-width: 769px) {
  .references {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media (max-width: 768px) {
  .references {
    margin: 4rem 1.6rem 0 1.6rem;
    padding-top: 3.2rem;
  }
}
.references .referencesTitle {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .references .referencesTitle {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }
}
.references .referencesList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  list-style: decimal;
  padding-left: 1.2em;
}
@media (max-width: 768px) {
  .references .referencesList {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.references .referencesList li {
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.references .referencesList li a {
  display: inline-block;
  overflow-wrap: anywhere;
  text-decoration: underline;
}

/*----------------------------------------------------
 リスト
----------------------------------------------------*/
.list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.8rem;
  /*----------------
  Contents
  ----------------*/
  /*----------------
  Size
  ----------------*/
  /*----------------
  Variants
  ----------------*/
}
.list > li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 1 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  word-break: break-all;
  gap: 0.4rem;
}
.list > li::before {
  content: "・";
  flex: 0 0;
}
.list.list-sm > li {
  font-size: 1.4rem;
  line-height: 1.3;
}
.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: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 1.84rem;
  width: 1.84rem;
  height: 1.84rem;
  font-size: 1.4rem;
  line-height: 1;
  border: solid 0.1rem #3D3D3D;
  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";
}

/*----------------------------------------------------
 出典番号ベタがきタイプリスト
----------------------------------------------------*/
.listSource {
  display: grid;
  gap: 0.4rem;
  /*----------------
  Contents
  ----------------*/
}
.listSource > li {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.4rem;
  line-height: 1.6;
}

/*----------------------------------------------------
　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: 768px;
  /*----------------
  First Last
  ----------------*/
}
@media (max-width: 768px) {
  .wrap {
    min-width: 769px;
    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));
}

/*----------------------------------------------------
 カラムレイアウト
----------------------------------------------------*/
/* ------------------------------------------------ */
.colbox-between, .colbox-start, .colbox-end, .colbox-center, .colbox {
  position: relative;
  display: flex;
  align-items: stretch;
  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 {
  flex-direction: column;
}

.colbox {
  justify-content: space-between;
}

.colbox-center {
  justify-content: center;
}

.colbox-end {
  justify-content: flex-end;
}

.colbox-start {
  justify-content: flex-start;
}

.colbox-between {
  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 {
  flex: 1 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-noShrink {
  flex: 0 0;
}

/*----------------------------------------------------
　Page
----------------------------------------------------*//*# sourceMappingURL=style.css.map */