/**  Mixins */ /*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -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;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  -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 {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

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 {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

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

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  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-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 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;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #373232;
  --red: #FF0000;
  --dark-red: #9d111b;
  --dark-blue: #2993B5;
  --primary: #46BFE5;
  --second: #FF0000;
  --text-body: #373232;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: #eee;
}

a {
  transition: all 0.3s;
  color: var(--primary);
  outline: none !important;
}
a:hover {
  opacity: 1;
  color: var(--second);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--text-body);
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}
h1 span{
  display: block;
  font-size: .4em;
  font-weight: 400;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.25rem;
    text-align: center;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2.125rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.container-fluid, .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.pagination ul, .upload__item--info ul, .sidebar nav ul, .popup__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
input[type=tel],
input[type=date],
textarea,
select {
  padding: 8px 15px;
  outline: none !important;
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  border: 0;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=phone]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #ccc;
}

.btn, .btn-red, .btn-light, .btn-gray,
button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  padding: 12px 15px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: 100px;
  background: #014B16;
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  transition: .3s;
}
.btn:hover, .btn-red:hover, .btn-light:hover, .btn-gray:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.6;
  color: var(--white);
}

.btn-gray {
  background: #CCC;
}

.btn-light {
  background: #46BFE6;
}

.btn-red {
  background: var(--red);
  color: var(--white);
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}


@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.w-half {
  width: 50%;
}

.w-full {
  width: 100%;
}

.bg-circle {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg-circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 390px;
  z-index: -1;
  background: url("../images/bg-circle.svg") no-repeat 50% 100%/100%;
}

.main-content {
  min-height: 100vh;
}
.main-content--sidebar {
  display: flex;
}
.main-content--sidebar .sidebar {
  min-width: 300px;
  flex-basis: 300px;
  flex-grow: 0;
  background: #373232;
}
.main-content--sidebar main {
  flex-basis: 0;
  flex-grow: 1;
  overflow-x: auto;
}
.main-content--sidebar main .main-content__inner {
  min-width: 700px;
}

.heading-page {
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 20px;
}
.heading-page h1 {
  margin: 0;
}
.heading-page--white h1 {
  color: var(--white);
}

.error-form {
  font-size: 16px;
  line-height: 20px;
  color: var(--red);
  background: var(--white);
  border: 1px solid var(--red);
  padding: 4px 2px;
  margin: 0 auto 20px;
  text-align: center;
  /*display: none;*/
  max-width: 300px;
}
.error-form p {
  margin: 0;
}

.note-form {
  background: rgba(238, 238, 238, 0.5);
  padding: 4px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 26px;
}
.note-form p {
  margin: 0;
}
.login_note{
  list-style: none;
  font-size: .9em;
  padding-left: 1em;
  text-indent: -1em;
}
.login_note li{
  margin-top: 1em;
}
.password-change-section {
  padding: 15px 0;
}
.password-change-section form:not(.form-has-error) .form-submit {
  margin-top: 147px;
}

.form-wrap {
  max-width: 300px;
  margin: 0 auto;
}

.form-row {
  margin-bottom: 30px;
}
.form-row label {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 4px;
  color: var(--white);
  display: block;
}
.form-row input[type=text],
.form-row input[type=email],
.form-row input[type=password],
.form-row input[type=phone],
.form-row input[type=search],
.form-row input[type=tel],
.form-row textarea,
.form-row select {
  width: 100%;
}
.form-row p {
  font-size: 14px;
  line-height: 20px;
}

.form-submit {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.form-submit .btn, .form-submit .btn-gray, .form-submit .btn-light, .form-submit .btn-red,
.form-submit button,
.form-submit input[type=button],
.form-submit input[type=submit] {
  min-width: 300px;
}

/** Sections */
.login-page .main-content {
  display: flex;
  align-items: center;
  padding: 100px 0;
}

.login-form {
  border-radius: 15px;
  background: #189054;
  padding: 40px 15px 140px;
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.login-form h1 {
  margin: 20px 0 30px;
  font-size: 30px;
  line-height: 43px;
  color: var(--white);
}
.login-form form {
  max-width: 300px;
  margin: 0 auto;
}
.login-form .form-row label {
  text-align: left;
}

main {
  padding: 20px 40px 40px;
}
main > h1 {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  margin: 0 0 20px;
}


.wrap-button {
  margin-bottom: 30px;
  background: #CCCCCC;
  border-radius: 10px;
  padding: 15px 20px;
  text-align: center;
}
.wrap-button .btn, .wrap-button .btn-gray, .wrap-button .btn-light, .wrap-button .btn-red {
  color: var(--white);
  min-width: 260px;
  transition: all 0.3s;
}
.wrap-button .btn:hover, .wrap-button .btn-gray:hover, .wrap-button .btn-light:hover, .wrap-button .btn-red:hover{
  opacity: .6;
}