@charset "UTF-8";
/* ========================================== */
/* @ Webfont                                  */
/* ========================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

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

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

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Base                                     */
/* ========================================== */
html {
  font-size: 2.6041666667vw;
  scroll-behavior: smooth;
  height: 100%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #505050;
  background: #EEF3F3;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

img {
  vertical-align: top;
  display: block;
}

ul, li {
  list-style: none;
}

a:hover {
  color: #6193f0;
}
a:active {
  color: #6193f0;
}
a:visited {
  color: #1558d6;
}

.test {
  font-size: 4.1666666667vw;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 16px;
}

input[type=text], input[type=datetime-local], input[type=password], input[type=time] {
  width: 100%;
  background: #fafafa;
  padding: 0.5rem 0.9375rem;
  border-radius: 0.3125rem;
  border: 1px solid #aaa;
}

select {
  cursor: pointer;
  background: #fff;
  padding: 0.5rem 3rem 0.5rem 0.9375rem;
  border-radius: 0.3125rem;
  border: 1px solid #aaa;
  background: #fff url(../img/ic_select.svg) no-repeat right 0.75rem center/auto 1.25rem;
}

textarea {
  width: 100%;
  background: #fafafa;
  padding: 0.5rem 0.9375rem;
  border-radius: 0.3125rem;
  border: 1px solid #aaa;
  vertical-align: middle;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  padding-left: 1.5rem;
  cursor: pointer;
  position: relative;
}
input[type=checkbox] + label::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #aaa;
  line-height: 0.9375rem;
  text-align: center;
}
input[type=checkbox]:checked + label::before {
  content: "✓";
}

input[type=radio] {
  display: none;
}
input[type=radio] + label {
  padding-left: 1.5rem;
  cursor: pointer;
  position: relative;
}
input[type=radio] + label::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #aaa;
  line-height: 0.9375rem;
  text-align: center;
  border-radius: 50%;
}
input[type=radio]:checked + label::before {
  content: "●";
  font-size: 0.625rem;
  color: #69A1AA;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Layout/Root                              */
/* ========================================== */
.l-root {
  width: 100%;
  height: 100%;
}
.l-root.p-login-sakudo {
  background: url(../img/bg_sakudo.jpg) no-repeat center center/cover;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Layout/Header                            */
/* ========================================== */
.l-header {
  width: 100%;
  background: url(../img/header_bg.jpg) no-repeat center bottom/cover;
  position: relative;
}
.l-header::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.l-header-smartMenu {
  width: 3rem;
  height: 3rem;
  display: block;
  border: 1px solid #aaa;
  padding: 0.625rem;
  border-radius: 0 0 0 0.5rem;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background: url(/assets/img/ic_menu.svg) #fff no-repeat center center/1.375rem auto;
  transition: 0.5s right ease;
}
.l-root[data-smartmenu=on] .l-header-smartMenu {
  background: url(/assets/img/ic_close.svg) #ddd no-repeat center center/1.375rem auto;
  right: 70%;
}
@media screen and (min-width: 992px) {
  .l-header-smartMenu {
    display: none;
  }
}
.l-header__inner {
  padding: 3.125rem 5% 1.875rem;
  position: relative;
  z-index: 5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-header__inner {
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    padding: 3.125rem 1.875rem 1.875rem;
  }
}
.l-header__headline {
  font-size: 1.25rem;
  font-weight: bold;
}
.l-header__headline a {
  text-decoration: none;
  color: #fff;
}
.l-header__headline a::before {
  content: "";
  width: 2.625rem;
  height: 2.625rem;
  display: inline-block;
  position: relative;
  background: url(../img/site_icon.jpg) no-repeat center center/cover;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 1.25rem;
}
.l-header-manage-account a {
  color: #D1D7E3;
  color: #fff;
  text-decoration: none;
}
.l-header-manage-account a .material-symbols-outlined {
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.5rem;
  display: inline-block;
}
/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Layout/SiteNavigation                    */
/* ========================================== */
.l-site-navigation {
  width: 100%;
  position: relative;
  z-index: 10;
}
.l-site-navigation + * {
  margin-top: 1.875rem;
}
.l-site-navigation__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.875rem;
}
.l-site-navigation-tab__list {
  display: flex;
  justify-content: flex-start;
  padding: 0 5%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .l-site-navigation-tab__list {
    padding: 0 1.875rem;
  }
}
.l-site-navigation-tab__list a {
  color: #fff;
}
.l-site-navigation-tab__item {
  width: 30%;
  line-height: 2.625rem;
  font-size: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9EA2AC;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
@media screen and (min-width: 992px) {
  .l-site-navigation-tab__item {
    width: 12.5rem;
  }
}
.l-site-navigation-tab__item:not(:last-child) {
  margin-right: 3%;
}
@media screen and (min-width: 992px) {
  .l-site-navigation-tab__item:not(:last-child) {
    margin-right: 0.625rem;
  }
}
.l-site-navigation-tab__item.op-current {
  background: #EEF3F3;
  color: #496288;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Layout/Side                              */
/* ========================================== */
@media screen and (max-width: 992px) {
  .l-side {
    padding: 1.875rem 5% 0;
    position: relative;
    width: 70%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    transition: 0.5s transform ease;
    transform: translateX(100%);
  }
  .l-root[data-smartmenu=on] .l-side {
    transform: translateX(0);
  }
}
@media screen and (min-width: 992px) {
  .l-side {
    width: 15rem;
    height: 100%;
    background: #fff;
    border-radius: 0 1.25rem 0 0;
    padding: 1.875rem 0.625rem 1.875rem 0.625rem;
    position: absolute;
    top: 1.875rem;
    left: 0;
    z-index: 99;
  }
}
@media screen and (min-width: 992px) {
  .l-side__inner {
    height: 100%;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .l-side::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #EEF3F3;
    position: absolute;
    top: 0;
    left: 3.3125rem;
  }
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Layout/Nav                               */
/* ========================================== */
@media screen and (min-width: 992px) {
  .l-nav {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .l-nav__list {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.l-nav__item:last-child {
  margin-top: auto;
}
.l-nav__item:not(:last-child) {
  margin-bottom: 1.75rem;
}
.l-nav__item a {
  font-weight: 500;
  text-decoration: none;
  color: #496288;
  padding-left: 3.625rem;
  position: relative;
  display: block;
}
.l-nav__item a .material-symbols-outlined {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  border-radius: 50%;
  transition: 0.3s background ease;
  padding: 0.3125rem;
}
.l-nav__item a:hover .material-symbols-outlined {
  background: #DDE2EB;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Layout/Wrapper                           */
/* ========================================== */
.l-wrapper {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 4.875rem);
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Layout/Main                               */
/* ========================================== */
.l-main {
  position: relative;
  padding-top: 1.875rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media screen and (min-width: 992px) {
  .l-main {
    padding-left: 16.875rem;
    padding-right: 1.875rem;
    padding-top: 1.875rem;
  }
}
.l-main.op-full {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.l-main + * {
  margin-top: 3.125rem;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Layout/Section                           */
/* ========================================== */
.l-section__header {
  position: relative;
}
.l-section__header + * {
  margin-top: 1.875rem;
}
.l-section__header .c-button__list {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-section__headline {
  font-size: 1.5rem;
  font-weight: 700;
  color: #496288;
}
.l-section__headline .material-symbols-outlined {
  margin-right: 0.625rem;
  vertical-align: bottom;
  line-height: 1;
  font-size: 2.375rem;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Layout/Block                           */
/* ========================================== */
.l-block + * {
  margin-top: 1.25rem;
}
.l-block__headline {
  font-size: 1.375rem;
  font-weight: 900;
}
.l-block__headline:not(:first-child) {
  margin-top: 1.25rem;
}
.l-block__headline + * {
  margin-top: 1.25rem;
}
.l-block__headline-h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #496288;
  border-bottom: 1px solid #b9c6da;
  padding-bottom: 0.5rem;
}
.l-block__headline-h3:not(:first-child) {
  margin-top: 2rem;
}
.l-block__headline-h3 + * {
  margin-top: 1.25rem;
}
.l-block__headline-h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #496288;
}
.l-block__headline-h4:not(:first-child) {
  margin-top: 1.5rem;
}
.l-block__headline-h4 + * {
  margin-top: 0.75rem;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Layout/Footer                            */
/* ========================================== */
.l-footer {
  margin-top: 1.875rem;
}
.l-footer-copyright {
  text-align: right;
}
.l-footer-copyright small {
  color: #aaa;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Component/Table                          */
/* ========================================== */
.c-table {
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  width: 100%;
}
.c-table thead th, .c-table thead td {
  padding: 0.625rem 0.875rem;
  text-align: left;
}
.c-table thead th {
  border-bottom: 1px solid #EEF3F3;
}
.c-table thead th .material-symbols-outlined {
  font-size: 1.375rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.c-table thead th a {
  text-decoration: none;
  color: #7A808D;
}
.c-table tbody th, .c-table tbody td {
  padding: 0.625rem 0.875rem;
}
.c-table tbody tr:nth-child(even) th, .c-table tbody tr:nth-child(even) td {
  background: #F6F7F8;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Component/Button                         */
/* ========================================== */
.c-button {
  min-width: 5rem;
  padding: 0.5rem 1.25rem;
  border-radius: 0.3125rem;
  background: #ddd;
  text-decoration: none;
  display: flex;
  justify-content: center;
  color: #808080;
}
.c-button i {
  margin-right: 0.3125rem;
}
.c-button:link, .c-button:visited {
  color: #808080;
}
.c-button.op-color-submit {
  background: #7EAA69;
  color: #fff;
}
.c-button.op-color-register {
  background: #69A1AA;
  color: #fff;
}
.c-button__list {
  display: flex;
  position: relative;
}
.c-button__list .c-button:not(:last-child) {
  margin-right: 1.25rem;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Component/BreadCrumbs                    */
/* ========================================== */
.c-breadcrumbs__list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.c-breadcrumbs__list + * {
  margin-top: 1.875rem;
}
.c-breadcrumbs__list a {
  color: #808080;
}
.c-breadcrumbs__item {
  text-decoration: none;
}
.c-breadcrumbs__item:not(:last-child)::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  transform: rotate(45deg);
  transform-origin: top right;
  margin: 0 0.625rem;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}
/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Component/Paging                         */
/* ========================================== */
.c-paging__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-paging__list a {
  color: #808080;
}
.c-paging__item {
  width: 2rem;
  height: 2rem;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #9EA2AC;
  border-radius: 0.3125rem;
  line-height: 2rem;
}
.c-paging__item:not(:last-child) {
  margin-right: 0.625rem;
}
.c-paging__item.op-current {
  background: #9EA2AC;
  color: #fff;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Component/Action                         */
/* ========================================== */
.c-action__icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  background: #ccc;
  margin-right: 0.5rem;
  position: relative;
  top: -0.0625rem;
}
.c-action__icon.op-published {
  background: #7EAA69;
}
.c-action__list {
  display: flex;
  justify-tracks: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.c-action__list form {
  font-size: 0;
}
.c-action__list > *:not(:last-child) {
  margin-right: 0.625rem;
}
.c-action__item {
  text-decoration: none;
  font-size: 1.625rem;
}
.c-action__item.op-edit {
  color: #69A1AA;
}
.c-action__item.op-delete {
  color: #808080;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Component/Form                           */
/* ========================================== */
.c-form-field__list {
  background: #fff;
  border-radius: 0.3125rem;
}
.c-form-field__item {
  padding: 1.875rem;
}
.c-form-field__item:not(:last-child) {
  border-bottom: 1px solid #EEF3F3;
}
@media screen and (min-width: 768px) {
  .c-form-field__block {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
}
.c-form-field__title {
  width: 100%;
  color: #496288;
  font-weight: 700;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-form-field__title {
    width: 12.5rem;
    padding-right: 1.875rem;
    padding-top: 0.4375rem;
  }
}
.c-form-field__input {
  width: 100%;
  margin-top: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-form-field__input {
    width: calc(100% - 12.5rem);
    margin-top: 0;
  }
}
.c-form-field__input.op-list > * + * {
  margin-top: 0.625rem;
}
.c-form-field-range__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-form-field-range__item {
  width: calc((100% - 3em) / 2);
}
.c-form-field-range__delimiter {
  width: 1em;
  font-size: 1.125rem;
  text-align: center;
}
.c-form-field-row__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
}
.c-form-field-row__item {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 0.3125rem;
  padding-top: 0.4375rem;
}
.c-form-field-row__item dt {
  font-size: 0.8125rem;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  padding: 0 0.625rem;
  top: 0;
  left: 0.3125rem;
  transform: translateY(-50%);
  font-weight: bold;
  color: #496288;
}
.c-form-field-row__item dd {
  padding: 0.625rem 0.9375rem 0.9375rem;
}
.c-form-field-row__item dd input {
  width: 100%;
}
.c-form-field-attention__list {
  margin-top: 0.625rem;
}
.c-form-field-attention__list > li {
  position: relative;
  font-size: 0.8125rem;
  color: #808080;
  padding-left: 1em;
  line-height: 1.42;
}
.c-form-field-attention__list > li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.c-form-field-attention__list > li:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.c-form-choice__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.375rem 0;
}
.c-form-choice__item {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.c-form-choice__item:not(:last-child) {
  margin-right: 1.25rem;
}
.c-form-alert__list {
  margin-top: 0.625rem;
}
.c-form-alert__item {
  background: #E89F9F;
  color: #fff;
  border-radius: 0.3125rem;
  padding: 0.5rem 0.9375rem;
}
.c-form-alert__item .material-symbols-outlined {
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.3125rem;
}
.c-form-alert__item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.c-form-repeater-field__list {
  width: 100%;
}
.c-form-repeater-field__list + * {
  margin-top: 1.25rem;
}
.c-form-repeater-field-action__list {
  display: flex;
  justify-content: flex-end;
}
.c-form-repeater-field-action__list + * {
  margin-top: 1.25rem;
}
.c-form-repeater-field__item {
  background: #fafafa;
  border-radius: 0.625rem;
  border: 1px solid #ddd;
  padding: 1.25rem 1.25rem 1.25rem 5.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: grab;
}
.c-form-repeater-field__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.c-form-repeater-field__item::before {
  content: "";
  width: 1px;
  height: calc(100% - 2.5rem);
  display: block;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 3.75rem;
  transform: translateY(-50%);
}
.c-form-repeater-field__item > i {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
}
.c-form-repeater-field-data__list {
  width: 100%;
}
.c-form-repeater-field-data__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.c-form-repeater-field-data__item dt {
  width: 12.5rem;
  font-weight: bold;
  color: #808080;
}
.c-form-repeater-field-data__item dd {
  width: calc(100% - 13.75rem);
}
.c-form-repeater-field-data__item dd.op-list * + * {
  margin-top: 0.625rem;
}
.c-form-repeater-field-data__item dd input, .c-form-repeater-field-data__item dd textarea {
  width: 100%;
  background: #fff;
}
.c-form-repeater-field-data__item:not(:last-child) {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px dotted #ccc;
}
.c-form-repeater-field-media__image {
  position: relative;
  display: block;
  width: 15rem;
  height: 0;
  padding-top: 11.25rem;
  overflow: hidden;
}
.c-form-repeater-field-media__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.c-form-repeater-field-media__field {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background: #ff1f93;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-form-repeater-field-media__field label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.c-form-repeater-field-media__field label i {
  color: #fff;
}
.c-form-repeater-field-media__field label + input {
  display: none;
}
.c-form-repeater-field-media__note {
  width: calc(100% - 16.25rem);
}
.c-form-repeater-field-media__note input {
  background: #fff;
}
.c-form-repeater-field-media__remove {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  background: #fff;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
}
.c-form-required {
  color: #F00;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Component/Tab                            */
/* ========================================== */
.c-tab__header {
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: flex-start;
  padding: 0.625rem 0.625rem 0;
  background: #ddd;
}
.c-tab__button {
  background: #eee;
  cursor: pointer;
  width: calc((100% - 2.5rem) / 5);
  padding: 0.625rem 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-weight: bold;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.c-tab__button.op-current {
  background: #fff;
  position: relative;
  color: #496288;
}
.c-tab__button.op-current::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 99;
}
.c-tab__button:not(:last-child) {
  margin-right: 0.625rem;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Component/Message                         */
/* ========================================== */
.c-message__wrapper {
  background: #ddd;
  border-radius: 0.625rem;
  position: relative;
}
.c-message__wrapper + * {
  margin-top: 1.25rem;
}
.c-message__wrapper.op-register {
  background: #bcddff;
  color: #0a82ff;
}
.c-message__wrapper.op-register .c-message__close {
  color: #0a82ff;
}
.c-message__wrapper.op-alert {
  background: #E89F9F;
  color: #fff;
}
.c-message__wrapper.op-alert .c-message__close {
  color: #ab2929;
}
.c-message__body {
  padding: 1.125rem 1.5625rem;
}
.c-message__close {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #eee;
  color: #808080;
  font-weight: bold;
}
.c-message.op-empty {
  border: 1px solid #aaa;
  padding: 0.5rem 0.75rem;
  border-radius: 0.3125rem;
  color: #aaa;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Component/Loader                           */
/* ========================================== */
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.loader {
  font-size: 10px;
  text-indent: -9999em;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 999;
  border: 0.5em solid rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid #496288;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: load8 0.8s infinite ease;
  animation: load8 0.8s infinite ease;
  transform-origin: left top;
}
.loader.op-hidden {
  visibility: hidden;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Component/ManageCard                     */
/* ========================================== */
.c-manageCard__list {
  width: 100%;
  display: grid;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-manageCard__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .c-manageCard__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .c-manageCard__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.c-manageCard__item {
  background: #fff;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.05);
}
.c-manageCard__item:hover img {
  opacity: 0.75;
  transform: translate(-50%, -50%) scale(1.05);
}
.c-manageCard__cover {
  width: 100%;
  padding-top: 75%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.c-manageCard__cover img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: 0.3s ease transform, 0.3s opacity ease;
}
.c-manageCard__icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 2.625rem;
  height: 2.625rem;
  display: block;
  background: #2C4197;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 0.625rem;
}
.c-manageCard__icon i {
  color: #fff;
}
.c-manageCard-meta__box {
  padding: 1.25rem 1.25rem 1.875rem;
}
.c-manage__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-manage__list:not(:first-child) {
  margin-top: 0.3125rem;
}
.c-manage__list:empty {
  margin-top: 0;
}
.c-manage__item {
  background: #EEF3F3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0.75rem;
  border-radius: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.c-manage__item:not(:last-child) {
  margin-right: 0.625rem;
}
.c-manage__item.op-action {
  padding-right: 3.125rem;
  position: relative;
}
.c-manage-type__icon {
  margin-right: 0.3125rem;
}
.c-manage-type__action {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  color: #808080;
}
.c-manageFacility__wrapper {
  width: 100%;
  max-height: 17.5rem;
  border: 1px solid #ddd;
  position: absolute;
  left: 0;
  z-index: 99;
  background: #fff;
  display: none;
  overflow-y: auto;
}
.c-manageFacility__wrapper.op-show {
  display: block;
}
.c-manageFacility-header input {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.c-manageFacility__list {
  padding: 0.625rem 0;
  height: 23.75rem;
}
.c-manageFacility__item {
  cursor: pointer;
  padding: 0.3125rem 0.625rem;
  display: flex;
  width: 100%;
  font-size: 0.8125rem;
}
.c-manageFacility__item:hover {
  background: #EEF3F3;
}
.c-manageFacility-message {
  padding: 0.625rem;
  color: #aaa;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Component/Filter                         */
/* ========================================== */
.c-filter__wrapper {
  width: 100%;
  height: auto;
  border: 1px solid #efefef;
  background: #fafafa;
  border-radius: 0.625rem;
}
.c-filter__wrapper.op-close {
  border-bottom: 1px solid #ddd;
}
.c-filter__wrapper.op-close .c-filter-body {
  display: none;
}
.c-filter__wrapper + * {
  margin-top: 1.875rem;
}
.c-filter-header {
  width: 100%;
  height: auto;
  padding: 0.875rem 1.875rem;
  position: relative;
}
.c-filter-header__action {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transform: translateY(-50%);
  font-size: 0;
}
.c-filter-header__action button {
  transform: rotate(180deg);
}
.c-filter__wrapper.op-close .c-filter-header__action button {
  transform: rotate(0);
}
.c-filter-headline {
  font-weight: 900;
}
.c-filter-headline i {
  vertical-align: middle;
  margin-right: 0.5rem;
  position: relative;
  top: -0.125rem;
}
.c-filter-body {
  padding: 1.25rem 1.875rem;
  border-top: 1px solid #efefef;
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
}
.c-filter__list {
  width: 100%;
}
.c-filter__list + * {
  margin-top: 1.25rem;
}
.c-filter__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
}
.c-filter__item:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.c-filter__item dt {
  width: 6.25rem;
  font-weight: 700;
}
.c-filter__item dd {
  width: calc(100% - 8.125rem);
}
.c-filter__item dd input {
  padding: 0.375rem 0.625rem;
}
.c-filter__item dd select {
  padding: 0.375rem 3rem 0.375rem 0.9375rem;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Component/TextLink                         */
/* ========================================== */
.c-textlink {
  width: 100%;
  padding: 0.5rem 0.9375rem;
  border: 2px solid #496288;
  background: #fafafa;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
.c-textlink a {
  text-decoration: none;
  color: #496288;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Component/Heading                        */
/* ========================================== */
.c-heading-h3 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #496288;
}
.c-heading-h3 + * {
  margin-top: 0.9375rem;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Component/Repeater Field                 */
/* ========================================== */
.c-repeater-field__item {
  background: #fafafa;
  border-radius: 0.625rem;
  border: 1px solid #ddd;
  padding: 1.25rem 1.25rem 1.25rem 5.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: grab;
}
.c-repeater-field__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.c-repeater-field__item::before {
  content: "";
  width: 1px;
  height: calc(100% - 2.5rem);
  display: block;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 3.75rem;
  transform: translateY(-50%);
}
.c-repeater-field__item > i {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Page/Login                            */
/* ========================================== */
.p-login__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-login__layout {
  width: 33.75rem;
  background: #fff;
  border-radius: 0.3125rem;
  overflow: hidden;
  padding: 2.5rem 3.75rem;
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.05);
}
.p-login__header {
  text-align: center;
  font-weight: bold;
}
.p-login__logo {
  font-weight: bold;
  color: #496288;
}
.p-login__logo + * {
  margin-top: 2.375rem;
}
.p-login__logo::before {
  content: "";
  width: 15rem;
  height: 3rem;
  background: url(../img/logo.svg) no-repeat center center/contain;
  display: block;
  margin: 0 auto 1.25rem;
}
.p-login__headline {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.875rem;
  font-size: 1.125rem;
  font-weight: bold;
}
.p-login__headline i {
  margin-right: 0.1875rem;
}
.p-login__body + * {
  margin-top: 1.875rem;
}
.p-login-field__list {
  margin-bottom: 1.25rem;
}
.p-login-field__block {
  position: relative;
}
.p-login-field__block i {
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  transform: translateY(-50%);
  color: #808080;
}
.p-login-field__block input {
  padding-left: 3.125rem;
}
.p-login-field__block:not(:last-child) {
  margin-bottom: 1.25rem;
}
.p-login-link__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-login-link__item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.p-login-link__item a {
  font-size: 0.875rem;
}
.p-login-link__item a i {
  font-size: 0.875rem;
  margin-right: 0.3125rem;
}
.p-login-alert__message {
  background: #E89F9F;
  color: #fff;
  border-radius: 0.3125rem;
  padding: 0.5rem 0.9375rem;
}
.p-login-alert__message + * {
  margin-top: 1.25rem;
}
.p-login-alert__message .material-symbols-outlined {
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.3125rem;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Page/Error                               */
/* ========================================== */
.p-error-detail__wrapper {
  width: 100%;
  padding: 1.875rem;
  background: #fff;
  border-radius: 0.3125rem;
  margin: 1.875rem auto;
}
.p-error-detail__header + * {
  margin-top: 0.625rem;
}
.p-error-detail__number {
  font-size: 1.25rem;
  font-weight: bold;
  color: #496288;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Page/debug                               */
/* ========================================== */
.p-debug__wrapper {
  margin-top: 1.875rem;
}
.p-debug-row__item:not(:last-child) {
  margin-bottom: 1.875rem;
}
.p-debug-row__headline {
  font-weight: bold;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0.75rem 0.9375rem;
  color: #496288;
}
.p-debug-row__body {
  background: #efefef;
  padding: 1.875rem;
  border: 1px solid #ddd;
}
.p-debug-row__table {
  width: 100%;
  border-collapse: collapse;
}
.p-debug-row__table th, .p-debug-row__table td {
  border-bottom: 1px solid #ddd;
  padding: 0.75rem 0.9375rem;
  font-size: 0.8125rem;
}
.p-debug-row__table tr:nth-child(even) {
  background: #fafafa;
}
.p-debug-row__table th {
  border-top: 2px solid #496288;
  color: #496288;
}
.p-debug-row__table th:first-child, .p-debug-row__table td:first-child {
  width: 8em;
  text-align: center;
}
.p-debug-row__table th:nth-child(3), .p-debug-row__table td:nth-child(3) {
  width: 12em;
  text-align: center;
}
.p-debug-acc__wrapper {
  background: #fff;
}
.p-debug-acc__wrapper:not(:last-child) {
  margin-bottom: 1.875rem;
}
.p-debug-acc__wrapper dt {
  font-size: 0.875rem;
  font-weight: bold;
  padding: 1.125rem 1.875rem;
  border-bottom: 1px solid #ddd;
  color: #496288;
}
.p-debug-acc__wrapper dd {
  padding: 1.875rem 1.875rem;
}
.p-debug-dataview {
  background: #202020;
  color: #fff;
  font-size: 0.75rem;
  padding: 1.875rem;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Utility/Margin                           */
/* ========================================== */
.u-ma-0 {
  margin: 0rem !important;
}
.u-mb-0 {
  margin-bottom: 0rem !important;
}
.u-mt-0 {
  margin-top: 0rem !important;
}
.u-ml-0 {
  margin-left: 0rem !important;
}
.u-mr-0 {
  margin-right: 0rem !important;
}

.u-ma-5 {
  margin: 0.3125rem !important;
}
.u-mb-5 {
  margin-bottom: 0.3125rem !important;
}
.u-mt-5 {
  margin-top: 0.3125rem !important;
}
.u-ml-5 {
  margin-left: 0.3125rem !important;
}
.u-mr-5 {
  margin-right: 0.3125rem !important;
}

.u-ma-10 {
  margin: 0.625rem !important;
}
.u-mb-10 {
  margin-bottom: 0.625rem !important;
}
.u-mt-10 {
  margin-top: 0.625rem !important;
}
.u-ml-10 {
  margin-left: 0.625rem !important;
}
.u-mr-10 {
  margin-right: 0.625rem !important;
}

.u-ma-15 {
  margin: 0.9375rem !important;
}
.u-mb-15 {
  margin-bottom: 0.9375rem !important;
}
.u-mt-15 {
  margin-top: 0.9375rem !important;
}
.u-ml-15 {
  margin-left: 0.9375rem !important;
}
.u-mr-15 {
  margin-right: 0.9375rem !important;
}

.u-ma-20 {
  margin: 1.25rem !important;
}
.u-mb-20 {
  margin-bottom: 1.25rem !important;
}
.u-mt-20 {
  margin-top: 1.25rem !important;
}
.u-ml-20 {
  margin-left: 1.25rem !important;
}
.u-mr-20 {
  margin-right: 1.25rem !important;
}

.u-ma-25 {
  margin: 1.5625rem !important;
}
.u-mb-25 {
  margin-bottom: 1.5625rem !important;
}
.u-mt-25 {
  margin-top: 1.5625rem !important;
}
.u-ml-25 {
  margin-left: 1.5625rem !important;
}
.u-mr-25 {
  margin-right: 1.5625rem !important;
}

.u-ma-30 {
  margin: 1.875rem !important;
}
.u-mb-30 {
  margin-bottom: 1.875rem !important;
}
.u-mt-30 {
  margin-top: 1.875rem !important;
}
.u-ml-30 {
  margin-left: 1.875rem !important;
}
.u-mr-30 {
  margin-right: 1.875rem !important;
}

.u-ma-35 {
  margin: 2.1875rem !important;
}
.u-mb-35 {
  margin-bottom: 2.1875rem !important;
}
.u-mt-35 {
  margin-top: 2.1875rem !important;
}
.u-ml-35 {
  margin-left: 2.1875rem !important;
}
.u-mr-35 {
  margin-right: 2.1875rem !important;
}

.u-ma-40 {
  margin: 2.5rem !important;
}
.u-mb-40 {
  margin-bottom: 2.5rem !important;
}
.u-mt-40 {
  margin-top: 2.5rem !important;
}
.u-ml-40 {
  margin-left: 2.5rem !important;
}
.u-mr-40 {
  margin-right: 2.5rem !important;
}

.u-ma-45 {
  margin: 2.8125rem !important;
}
.u-mb-45 {
  margin-bottom: 2.8125rem !important;
}
.u-mt-45 {
  margin-top: 2.8125rem !important;
}
.u-ml-45 {
  margin-left: 2.8125rem !important;
}
.u-mr-45 {
  margin-right: 2.8125rem !important;
}

.u-ma-50 {
  margin: 3.125rem !important;
}
.u-mb-50 {
  margin-bottom: 3.125rem !important;
}
.u-mt-50 {
  margin-top: 3.125rem !important;
}
.u-ml-50 {
  margin-left: 3.125rem !important;
}
.u-mr-50 {
  margin-right: 3.125rem !important;
}

.u-ma-55 {
  margin: 3.4375rem !important;
}
.u-mb-55 {
  margin-bottom: 3.4375rem !important;
}
.u-mt-55 {
  margin-top: 3.4375rem !important;
}
.u-ml-55 {
  margin-left: 3.4375rem !important;
}
.u-mr-55 {
  margin-right: 3.4375rem !important;
}

.u-ma-60 {
  margin: 3.75rem !important;
}
.u-mb-60 {
  margin-bottom: 3.75rem !important;
}
.u-mt-60 {
  margin-top: 3.75rem !important;
}
.u-ml-60 {
  margin-left: 3.75rem !important;
}
.u-mr-60 {
  margin-right: 3.75rem !important;
}

.u-ma-65 {
  margin: 4.0625rem !important;
}
.u-mb-65 {
  margin-bottom: 4.0625rem !important;
}
.u-mt-65 {
  margin-top: 4.0625rem !important;
}
.u-ml-65 {
  margin-left: 4.0625rem !important;
}
.u-mr-65 {
  margin-right: 4.0625rem !important;
}

.u-ma-70 {
  margin: 4.375rem !important;
}
.u-mb-70 {
  margin-bottom: 4.375rem !important;
}
.u-mt-70 {
  margin-top: 4.375rem !important;
}
.u-ml-70 {
  margin-left: 4.375rem !important;
}
.u-mr-70 {
  margin-right: 4.375rem !important;
}

.u-ma-75 {
  margin: 4.6875rem !important;
}
.u-mb-75 {
  margin-bottom: 4.6875rem !important;
}
.u-mt-75 {
  margin-top: 4.6875rem !important;
}
.u-ml-75 {
  margin-left: 4.6875rem !important;
}
.u-mr-75 {
  margin-right: 4.6875rem !important;
}

.u-ma-80 {
  margin: 5rem !important;
}
.u-mb-80 {
  margin-bottom: 5rem !important;
}
.u-mt-80 {
  margin-top: 5rem !important;
}
.u-ml-80 {
  margin-left: 5rem !important;
}
.u-mr-80 {
  margin-right: 5rem !important;
}

.u-ma-85 {
  margin: 5.3125rem !important;
}
.u-mb-85 {
  margin-bottom: 5.3125rem !important;
}
.u-mt-85 {
  margin-top: 5.3125rem !important;
}
.u-ml-85 {
  margin-left: 5.3125rem !important;
}
.u-mr-85 {
  margin-right: 5.3125rem !important;
}

.u-ma-90 {
  margin: 5.625rem !important;
}
.u-mb-90 {
  margin-bottom: 5.625rem !important;
}
.u-mt-90 {
  margin-top: 5.625rem !important;
}
.u-ml-90 {
  margin-left: 5.625rem !important;
}
.u-mr-90 {
  margin-right: 5.625rem !important;
}

.u-ma-95 {
  margin: 5.9375rem !important;
}
.u-mb-95 {
  margin-bottom: 5.9375rem !important;
}
.u-mt-95 {
  margin-top: 5.9375rem !important;
}
.u-ml-95 {
  margin-left: 5.9375rem !important;
}
.u-mr-95 {
  margin-right: 5.9375rem !important;
}

.u-ma-100 {
  margin: 6.25rem !important;
}
.u-mb-100 {
  margin-bottom: 6.25rem !important;
}
.u-mt-100 {
  margin-top: 6.25rem !important;
}
.u-ml-100 {
  margin-left: 6.25rem !important;
}
.u-mr-100 {
  margin-right: 6.25rem !important;
}

/* ========================================== */
/* @ Variable                                 */
/* ========================================== */
/* 初期設定
============================================= */
/* ブレイクポイント
============================================= */
/* カラー
============================================= */
/* ========================================== */
/* @ Global/Function                          */
/* ========================================== */
/* pxをvwに変換するfunction
============================================= */
/* 表示したいサイズをremに変換
============================================= */
/* ブレイクポイント
============================================= */
/* ========================================== */
/* @ Global/Mixin                             */
/* ========================================== */
/* Media Query
============================================= */
/* Size
============================================= */
/* ========================================== */
/* @ Utility/Padding                          */
/* ========================================== */
.u-pa-0 {
  padding: 0rem !important;
}
.u-pb-0 {
  padding-bottom: 0rem !important;
}
.u-pt-0 {
  padding-top: 0rem !important;
}
.u-pl-0 {
  padding-left: 0rem !important;
}
.u-pr-0 {
  padding-right: 0rem !important;
}

.u-pa-5 {
  padding: 0.3125rem !important;
}
.u-pb-5 {
  padding-bottom: 0.3125rem !important;
}
.u-pt-5 {
  padding-top: 0.3125rem !important;
}
.u-pl-5 {
  padding-left: 0.3125rem !important;
}
.u-pr-5 {
  padding-right: 0.3125rem !important;
}

.u-pa-10 {
  padding: 0.625rem !important;
}
.u-pb-10 {
  padding-bottom: 0.625rem !important;
}
.u-pt-10 {
  padding-top: 0.625rem !important;
}
.u-pl-10 {
  padding-left: 0.625rem !important;
}
.u-pr-10 {
  padding-right: 0.625rem !important;
}

.u-pa-15 {
  padding: 0.9375rem !important;
}
.u-pb-15 {
  padding-bottom: 0.9375rem !important;
}
.u-pt-15 {
  padding-top: 0.9375rem !important;
}
.u-pl-15 {
  padding-left: 0.9375rem !important;
}
.u-pr-15 {
  padding-right: 0.9375rem !important;
}

.u-pa-20 {
  padding: 1.25rem !important;
}
.u-pb-20 {
  padding-bottom: 1.25rem !important;
}
.u-pt-20 {
  padding-top: 1.25rem !important;
}
.u-pl-20 {
  padding-left: 1.25rem !important;
}
.u-pr-20 {
  padding-right: 1.25rem !important;
}

.u-pa-25 {
  padding: 1.5625rem !important;
}
.u-pb-25 {
  padding-bottom: 1.5625rem !important;
}
.u-pt-25 {
  padding-top: 1.5625rem !important;
}
.u-pl-25 {
  padding-left: 1.5625rem !important;
}
.u-pr-25 {
  padding-right: 1.5625rem !important;
}

.u-pa-30 {
  padding: 1.875rem !important;
}
.u-pb-30 {
  padding-bottom: 1.875rem !important;
}
.u-pt-30 {
  padding-top: 1.875rem !important;
}
.u-pl-30 {
  padding-left: 1.875rem !important;
}
.u-pr-30 {
  padding-right: 1.875rem !important;
}

.u-pa-35 {
  padding: 2.1875rem !important;
}
.u-pb-35 {
  padding-bottom: 2.1875rem !important;
}
.u-pt-35 {
  padding-top: 2.1875rem !important;
}
.u-pl-35 {
  padding-left: 2.1875rem !important;
}
.u-pr-35 {
  padding-right: 2.1875rem !important;
}

.u-pa-40 {
  padding: 2.5rem !important;
}
.u-pb-40 {
  padding-bottom: 2.5rem !important;
}
.u-pt-40 {
  padding-top: 2.5rem !important;
}
.u-pl-40 {
  padding-left: 2.5rem !important;
}
.u-pr-40 {
  padding-right: 2.5rem !important;
}

.u-pa-45 {
  padding: 2.8125rem !important;
}
.u-pb-45 {
  padding-bottom: 2.8125rem !important;
}
.u-pt-45 {
  padding-top: 2.8125rem !important;
}
.u-pl-45 {
  padding-left: 2.8125rem !important;
}
.u-pr-45 {
  padding-right: 2.8125rem !important;
}

.u-pa-50 {
  padding: 3.125rem !important;
}
.u-pb-50 {
  padding-bottom: 3.125rem !important;
}
.u-pt-50 {
  padding-top: 3.125rem !important;
}
.u-pl-50 {
  padding-left: 3.125rem !important;
}
.u-pr-50 {
  padding-right: 3.125rem !important;
}

.u-pa-55 {
  padding: 3.4375rem !important;
}
.u-pb-55 {
  padding-bottom: 3.4375rem !important;
}
.u-pt-55 {
  padding-top: 3.4375rem !important;
}
.u-pl-55 {
  padding-left: 3.4375rem !important;
}
.u-pr-55 {
  padding-right: 3.4375rem !important;
}

.u-pa-60 {
  padding: 3.75rem !important;
}
.u-pb-60 {
  padding-bottom: 3.75rem !important;
}
.u-pt-60 {
  padding-top: 3.75rem !important;
}
.u-pl-60 {
  padding-left: 3.75rem !important;
}
.u-pr-60 {
  padding-right: 3.75rem !important;
}

.u-pa-65 {
  padding: 4.0625rem !important;
}
.u-pb-65 {
  padding-bottom: 4.0625rem !important;
}
.u-pt-65 {
  padding-top: 4.0625rem !important;
}
.u-pl-65 {
  padding-left: 4.0625rem !important;
}
.u-pr-65 {
  padding-right: 4.0625rem !important;
}

.u-pa-70 {
  padding: 4.375rem !important;
}
.u-pb-70 {
  padding-bottom: 4.375rem !important;
}
.u-pt-70 {
  padding-top: 4.375rem !important;
}
.u-pl-70 {
  padding-left: 4.375rem !important;
}
.u-pr-70 {
  padding-right: 4.375rem !important;
}

.u-pa-75 {
  padding: 4.6875rem !important;
}
.u-pb-75 {
  padding-bottom: 4.6875rem !important;
}
.u-pt-75 {
  padding-top: 4.6875rem !important;
}
.u-pl-75 {
  padding-left: 4.6875rem !important;
}
.u-pr-75 {
  padding-right: 4.6875rem !important;
}

.u-pa-80 {
  padding: 5rem !important;
}
.u-pb-80 {
  padding-bottom: 5rem !important;
}
.u-pt-80 {
  padding-top: 5rem !important;
}
.u-pl-80 {
  padding-left: 5rem !important;
}
.u-pr-80 {
  padding-right: 5rem !important;
}

.u-pa-85 {
  padding: 5.3125rem !important;
}
.u-pb-85 {
  padding-bottom: 5.3125rem !important;
}
.u-pt-85 {
  padding-top: 5.3125rem !important;
}
.u-pl-85 {
  padding-left: 5.3125rem !important;
}
.u-pr-85 {
  padding-right: 5.3125rem !important;
}

.u-pa-90 {
  padding: 5.625rem !important;
}
.u-pb-90 {
  padding-bottom: 5.625rem !important;
}
.u-pt-90 {
  padding-top: 5.625rem !important;
}
.u-pl-90 {
  padding-left: 5.625rem !important;
}
.u-pr-90 {
  padding-right: 5.625rem !important;
}

.u-pa-95 {
  padding: 5.9375rem !important;
}
.u-pb-95 {
  padding-bottom: 5.9375rem !important;
}
.u-pt-95 {
  padding-top: 5.9375rem !important;
}
.u-pl-95 {
  padding-left: 5.9375rem !important;
}
.u-pr-95 {
  padding-right: 5.9375rem !important;
}

.u-pa-100 {
  padding: 6.25rem !important;
}
.u-pb-100 {
  padding-bottom: 6.25rem !important;
}
.u-pt-100 {
  padding-top: 6.25rem !important;
}
.u-pl-100 {
  padding-left: 6.25rem !important;
}
.u-pr-100 {
  padding-right: 6.25rem !important;
}

/* Global */
/* Foundation */
/* Layout */
/* Component */
/* Page */
/* Utility */
