@charset "UTF-8";

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
/* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
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; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}
iframe {
  border-style: none;
}
input {
  border-radius: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type='search'] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
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; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
/* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
[disabled] {
  cursor: default;
}
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
progress {
  vertical-align: baseline;
}
[aria-busy='true'] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled='true'] {
  cursor: default;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow-y: scroll;
  color: #444;
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  font-size: 1.6rem;
  line-height: 1.8;
}
a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #542f8e;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
a:hover,
a:link,
a:active,
a:visited {
  color: #542f8e;
}
a:hover {
  opacity: 0.8;
}
a[href*="mailto:"] {
  text-decoration: none;
}
p {
  margin-top: 1.5em;
}
p:first-of-type {
  margin-top: 0;
}
span {
  display: inline-block;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.l-document {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-wrapper {
  position: relative;
  width: 100%;
}
.l-wrapper.l-wrapper--wide {
  width: 880px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .l-wrapper.l-wrapper--wide {
    width: 100%;
  }
}
.l-wrapper.l-wrapper--narrow {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.l-header {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.l-header .l-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .l-header .l-header__container {
    height: 50px;
    padding: 0 15px;
  }
}
.l-header .l-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 170px;
}
.l-header .l-header__logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header .l-header__logo a img {
  width: 170px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .l-header .l-header__logo a img {
    width: 110px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header .l-header__logo {
    flex: 0 1 110px;
  }
}
.l-main {
  position: relative;
  width: 100%;
}
.l-main .l-main__container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  .l-main .l-main__container {
    padding: 30px 15px 50px;
  }
}
.l-footer {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 100vh;
  width: 100%;
}
.l-footer .l-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 30px 20px 20px;
}
@media screen and (max-width: 1023px) {
  .l-footer .l-footer__container {
    flex-direction: column;
    padding: 25px 15px;
  }
}
.l-footer .l-footer__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.l-footer .l-footer__list-item {
  display: flex;
  font-size: 1.4rem;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .l-footer .l-footer__list-item {
    margin-bottom: 5px;
  }
}
.l-footer .l-footer__list-item::after {
  display: block;
  width: 1px;
  height: 16px;
  margin: 2px 14px 0;
  background-color: #fff;
  content: "";
}
.l-footer .l-footer__list-item:last-of-type::after {
  display: none;
}
.l-footer .l-footer__list-item a {
  color: #fff;
}
.l-footer .l-footer__list-item a:hover,
.l-footer .l-footer__list-item a:link,
.l-footer .l-footer__list-item a:active,
.l-footer .l-footer__list-item a:visited {
  color: #fff;
  text-decoration: none;
}
.l-footer .l-footer__campany {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .l-footer .l-footer__campany {
    align-items: center;
  }
}
.l-footer .l-footer__logo {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .l-footer .l-footer__logo {
    margin-top: 30px;
  }
}
.l-footer .l-footer__logo img {
  width: 120px;
  height: auto;
}
.l-footer .l-footer__copyright {
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .l-footer .l-footer__copyright {
    text-align: left;
  }
}
.work-status {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0;
  font-size: 1.8rem;
}
.work-status__title {
  padding-left: 10px;
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  .work-status__title {
    padding: 0 15px;
    font-size: 2.5rem;
  }
}
.work-status__info {
  margin-top: 5px;
  padding-left: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .work-status__info {
    padding: 0 15px;
  }
}
.work-status__info--red {
  color: #f30100;
}
.work-status__list {
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .work-status__list {
    padding: 0 15px;
  }
}
.work-status__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border: 1px solid #444;
  border-bottom: none;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .work-status__item {
    flex-wrap: wrap;
    height: auto;
  }
}
.work-status__item:first-of-type {
  border-radius: 6px 6px 0 0;
}
.work-status__item:last-of-type {
  border-bottom: 1px solid #444;
  border-radius: 0 0 6px 6px;
}
.work-status__item div {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin: 0 10px;
}
@media screen and (max-width: 1023px) {
  .work-status__item div {
    flex-wrap: wrap;
    padding: 8px 0;
  }
}
.work-status__item div span {
  margin: 0 10px;
}
@media screen and (max-width: 1023px) {
  .work-status__item div span {
    width: 100%;
    margin: 0;
  }
}
.work-status__item div span:first-of-type {
  flex: 0 0 70px;
}
.work-status__item div span:nth-child(2) {
  flex-grow: 1;
}
@media screen and (max-width: 1023px) {
  .work-status__item div span:nth-child(2) {
    order: 3;
    flex: 0 0 100%;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #444;
  }
}
.work-status__item div span:nth-child(3) {
  flex: 0 0 80px;
}
@media screen and (max-width: 1023px) {
  .work-status__item div span:nth-child(3) {
    order: 2;
  }
}
.work-status__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 80px;
  height: 30px;
  padding: 0 20px;
  margin: 0 10px;
  border-radius: 6px;
  background-color: #542f8e;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .work-status__item a {
    flex: 0 1 100%;
    height: 40px;
    margin-bottom: 10px;
  }
}
.work-status__item a:hover {
  opacity: 0.8;
}
.work-status__item span {
  flex: 0 0 80px;
  display: inline-block;
  margin: 0 10px;
}
.work-status__item--notyet div::after,
.work-status__item--working div::after,
.work-status__item--complete div::after,
.work-status__item--unfinished div::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 28px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .work-status__item--notyet div::after,
  .work-status__item--working div::after,
  .work-status__item--complete div::after,
  .work-status__item--unfinished div::after {
    height: 24px;
  }
}
.work-status__item--notyet div::after {
  content: "未着手";
  background-color: #a7a7a7;
}
.work-status__item--working div::after {
  content: "制作中";
  background-color: #ffb100;
}
.work-status__item--complete div::after {
  content: "完成";
  background-color: #f30100;
  color: #fff;
}
.work-status__item--unfinished div::after {
  content: "未校了";
  background-color: #ffccdc;
}
.u-color--purple {
  color: #542f8e !important;
}
.u-color--red {
  color: #e41919 !important;
}
.u-color--gray {
  color: #fa0000 !important;
}
.u-color--orange {
  color: #ed7b35 !important;
}
.u-font--large-3 {
  font-size: 2.2rem !important;
}
.u-font--large-2 {
  font-size: 2rem !important;
}
.u-font--large-1 {
  font-size: 1.8rem !important;
}
.u-font--default {
  font-size: 1.6rem !important;
}
.u-font--small-1 {
  font-size: 1.4rem !important;
  line-height: 1.6 !important;
}
.u-font--small-2 {
  font-size: 1.2rem !important;
  line-height: 1.5 !important;
}
.u-font--small-3 {
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.u-bg--purple,
.u-bg--orange {
  color: #fff !important;
}
.u-bg--purple .c-icon-arrow::before,
.u-bg--orange .c-icon-arrow::before,
.u-bg--purple.c-icon-arrow::before,
.u-bg--orange.c-icon-arrow::before,
.u-bg--purple .c-icon-arrow::after,
.u-bg--orange .c-icon-arrow::after,
.u-bg--purple.c-icon-arrow::after,
.u-bg--orange.c-icon-arrow::after {
  border-color: #fff;
}
.u-bg--purple .c-icon-mail::before,
.u-bg--orange .c-icon-mail::before,
.u-bg--purple .c-icon-window::before,
.u-bg--orange .c-icon-window::before,
.u-bg--purple .c-icon-printer::before,
.u-bg--orange .c-icon-printer::before,
.u-bg--purple.c-icon-mail::before,
.u-bg--orange.c-icon-mail::before,
.u-bg--purple.c-icon-window::before,
.u-bg--orange.c-icon-window::before,
.u-bg--purple.c-icon-printer::before,
.u-bg--orange.c-icon-printer::before {
  filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(117deg) brightness(107%) contrast(102%) !important;
}
.u-bg--purple {
  background-color: #542f8e !important;
  border-color: #542f8e !important;
}
.u-bg--orange {
  background-color: #ed7b35 !important;
  border-color: #ed7b35 !important;
}
.u-bg--light-purple {
  background-color: #f3e4f9 !important;
}
.u-bg--gray {
  background-color: #e6e6e6 !important;
}
.u-align--center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .u-align--center-sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}
.u-align--right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.u-align--left {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
}
.u-vertical--center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.u-vertical--baseline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.u-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.u-cursor--pointer {
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
}
.u-cursor--pointer:hover {
  opacity: 0.8;
}
.u-link--underline {
  text-decoration: underline !important;
}
.u-link--underline:hover {
  text-decoration: none !important;
}
@media print {
  .u-print--none {
    display: none;
  }
}
.u-mt-0 {
  margin-top: 0px !important;
}
.u-mr-0 {
  margin-right: 0px !important;
}
.u-mb-0 {
  margin-bottom: 0px !important;
}
.u-ml-0 {
  margin-left: 0px !important;
}
.u-pt-0 {
  padding-top: 0px !important;
}
.u-pr-0 {
  padding-right: 0px !important;
}
.u-pb-0 {
  padding-bottom: 0px !important;
}
.u-pl-0 {
  padding-left: 0px !important;
}
.u-mt-5 {
  margin-top: 5px !important;
}
.u-mr-5 {
  margin-right: 5px !important;
}
.u-mb-5 {
  margin-bottom: 5px !important;
}
.u-ml-5 {
  margin-left: 5px !important;
}
.u-pt-5 {
  padding-top: 5px !important;
}
.u-pr-5 {
  padding-right: 5px !important;
}
.u-pb-5 {
  padding-bottom: 5px !important;
}
.u-pl-5 {
  padding-left: 5px !important;
}
.u-mt-10 {
  margin-top: 10px !important;
}
.u-mr-10 {
  margin-right: 10px !important;
}
.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-ml-10 {
  margin-left: 10px !important;
}
.u-pt-10 {
  padding-top: 10px !important;
}
.u-pr-10 {
  padding-right: 10px !important;
}
.u-pb-10 {
  padding-bottom: 10px !important;
}
.u-pl-10 {
  padding-left: 10px !important;
}
.u-mt-15 {
  margin-top: 15px !important;
}
.u-mr-15 {
  margin-right: 15px !important;
}
.u-mb-15 {
  margin-bottom: 15px !important;
}
.u-ml-15 {
  margin-left: 15px !important;
}
.u-pt-15 {
  padding-top: 15px !important;
}
.u-pr-15 {
  padding-right: 15px !important;
}
.u-pb-15 {
  padding-bottom: 15px !important;
}
.u-pl-15 {
  padding-left: 15px !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}
.u-mr-20 {
  margin-right: 20px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-ml-20 {
  margin-left: 20px !important;
}
.u-pt-20 {
  padding-top: 20px !important;
}
.u-pr-20 {
  padding-right: 20px !important;
}
.u-pb-20 {
  padding-bottom: 20px !important;
}
.u-pl-20 {
  padding-left: 20px !important;
}
.u-mt-25 {
  margin-top: 25px !important;
}
.u-mr-25 {
  margin-right: 25px !important;
}
.u-mb-25 {
  margin-bottom: 25px !important;
}
.u-ml-25 {
  margin-left: 25px !important;
}
.u-pt-25 {
  padding-top: 25px !important;
}
.u-pr-25 {
  padding-right: 25px !important;
}
.u-pb-25 {
  padding-bottom: 25px !important;
}
.u-pl-25 {
  padding-left: 25px !important;
}
.u-mt-30 {
  margin-top: 30px !important;
}
.u-mr-30 {
  margin-right: 30px !important;
}
.u-mb-30 {
  margin-bottom: 30px !important;
}
.u-ml-30 {
  margin-left: 30px !important;
}
.u-pt-30 {
  padding-top: 30px !important;
}
.u-pr-30 {
  padding-right: 30px !important;
}
.u-pb-30 {
  padding-bottom: 30px !important;
}
.u-pl-30 {
  padding-left: 30px !important;
}
.u-mt-35 {
  margin-top: 35px !important;
}
.u-mr-35 {
  margin-right: 35px !important;
}
.u-mb-35 {
  margin-bottom: 35px !important;
}
.u-ml-35 {
  margin-left: 35px !important;
}
.u-pt-35 {
  padding-top: 35px !important;
}
.u-pr-35 {
  padding-right: 35px !important;
}
.u-pb-35 {
  padding-bottom: 35px !important;
}
.u-pl-35 {
  padding-left: 35px !important;
}
.u-mt-40 {
  margin-top: 40px !important;
}
.u-mr-40 {
  margin-right: 40px !important;
}
.u-mb-40 {
  margin-bottom: 40px !important;
}
.u-ml-40 {
  margin-left: 40px !important;
}
.u-pt-40 {
  padding-top: 40px !important;
}
.u-pr-40 {
  padding-right: 40px !important;
}
.u-pb-40 {
  padding-bottom: 40px !important;
}
.u-pl-40 {
  padding-left: 40px !important;
}
.u-mt-45 {
  margin-top: 45px !important;
}
.u-mr-45 {
  margin-right: 45px !important;
}
.u-mb-45 {
  margin-bottom: 45px !important;
}
.u-ml-45 {
  margin-left: 45px !important;
}
.u-pt-45 {
  padding-top: 45px !important;
}
.u-pr-45 {
  padding-right: 45px !important;
}
.u-pb-45 {
  padding-bottom: 45px !important;
}
.u-pl-45 {
  padding-left: 45px !important;
}
.u-mt-50 {
  margin-top: 50px !important;
}
.u-mr-50 {
  margin-right: 50px !important;
}
.u-mb-50 {
  margin-bottom: 50px !important;
}
.u-ml-50 {
  margin-left: 50px !important;
}
.u-pt-50 {
  padding-top: 50px !important;
}
.u-pr-50 {
  padding-right: 50px !important;
}
.u-pb-50 {
  padding-bottom: 50px !important;
}
.u-pl-50 {
  padding-left: 50px !important;
}
.u-mt-55 {
  margin-top: 55px !important;
}
.u-mr-55 {
  margin-right: 55px !important;
}
.u-mb-55 {
  margin-bottom: 55px !important;
}
.u-ml-55 {
  margin-left: 55px !important;
}
.u-pt-55 {
  padding-top: 55px !important;
}
.u-pr-55 {
  padding-right: 55px !important;
}
.u-pb-55 {
  padding-bottom: 55px !important;
}
.u-pl-55 {
  padding-left: 55px !important;
}
.u-mt-60 {
  margin-top: 60px !important;
}
.u-mr-60 {
  margin-right: 60px !important;
}
.u-mb-60 {
  margin-bottom: 60px !important;
}
.u-ml-60 {
  margin-left: 60px !important;
}
.u-pt-60 {
  padding-top: 60px !important;
}
.u-pr-60 {
  padding-right: 60px !important;
}
.u-pb-60 {
  padding-bottom: 60px !important;
}
.u-pl-60 {
  padding-left: 60px !important;
}
.u-mt-65 {
  margin-top: 65px !important;
}
.u-mr-65 {
  margin-right: 65px !important;
}
.u-mb-65 {
  margin-bottom: 65px !important;
}
.u-ml-65 {
  margin-left: 65px !important;
}
.u-pt-65 {
  padding-top: 65px !important;
}
.u-pr-65 {
  padding-right: 65px !important;
}
.u-pb-65 {
  padding-bottom: 65px !important;
}
.u-pl-65 {
  padding-left: 65px !important;
}
.u-mt-70 {
  margin-top: 70px !important;
}
.u-mr-70 {
  margin-right: 70px !important;
}
.u-mb-70 {
  margin-bottom: 70px !important;
}
.u-ml-70 {
  margin-left: 70px !important;
}
.u-pt-70 {
  padding-top: 70px !important;
}
.u-pr-70 {
  padding-right: 70px !important;
}
.u-pb-70 {
  padding-bottom: 70px !important;
}
.u-pl-70 {
  padding-left: 70px !important;
}
.u-mt-75 {
  margin-top: 75px !important;
}
.u-mr-75 {
  margin-right: 75px !important;
}
.u-mb-75 {
  margin-bottom: 75px !important;
}
.u-ml-75 {
  margin-left: 75px !important;
}
.u-pt-75 {
  padding-top: 75px !important;
}
.u-pr-75 {
  padding-right: 75px !important;
}
.u-pb-75 {
  padding-bottom: 75px !important;
}
.u-pl-75 {
  padding-left: 75px !important;
}
.u-mt-80 {
  margin-top: 80px !important;
}
.u-mr-80 {
  margin-right: 80px !important;
}
.u-mb-80 {
  margin-bottom: 80px !important;
}
.u-ml-80 {
  margin-left: 80px !important;
}
.u-pt-80 {
  padding-top: 80px !important;
}
.u-pr-80 {
  padding-right: 80px !important;
}
.u-pb-80 {
  padding-bottom: 80px !important;
}
.u-pl-80 {
  padding-left: 80px !important;
}
.u-mt-85 {
  margin-top: 85px !important;
}
.u-mr-85 {
  margin-right: 85px !important;
}
.u-mb-85 {
  margin-bottom: 85px !important;
}
.u-ml-85 {
  margin-left: 85px !important;
}
.u-pt-85 {
  padding-top: 85px !important;
}
.u-pr-85 {
  padding-right: 85px !important;
}
.u-pb-85 {
  padding-bottom: 85px !important;
}
.u-pl-85 {
  padding-left: 85px !important;
}
.u-mt-90 {
  margin-top: 90px !important;
}
.u-mr-90 {
  margin-right: 90px !important;
}
.u-mb-90 {
  margin-bottom: 90px !important;
}
.u-ml-90 {
  margin-left: 90px !important;
}
.u-pt-90 {
  padding-top: 90px !important;
}
.u-pr-90 {
  padding-right: 90px !important;
}
.u-pb-90 {
  padding-bottom: 90px !important;
}
.u-pl-90 {
  padding-left: 90px !important;
}
.u-mt-95 {
  margin-top: 95px !important;
}
.u-mr-95 {
  margin-right: 95px !important;
}
.u-mb-95 {
  margin-bottom: 95px !important;
}
.u-ml-95 {
  margin-left: 95px !important;
}
.u-pt-95 {
  padding-top: 95px !important;
}
.u-pr-95 {
  padding-right: 95px !important;
}
.u-pb-95 {
  padding-bottom: 95px !important;
}
.u-pl-95 {
  padding-left: 95px !important;
}
.u-mt-100 {
  margin-top: 100px !important;
}
.u-mr-100 {
  margin-right: 100px !important;
}
.u-mb-100 {
  margin-bottom: 100px !important;
}
.u-ml-100 {
  margin-left: 100px !important;
}
.u-pt-100 {
  padding-top: 100px !important;
}
.u-pr-100 {
  padding-right: 100px !important;
}
.u-pb-100 {
  padding-bottom: 100px !important;
}
.u-pl-100 {
  padding-left: 100px !important;
}
html {
  font-family: "Hiragino Sans", "Noto Sans JP", Meiryo, "Noto Sans CJK JP", sans-serif;
}
.l-main * {
  box-sizing: border-box;
}
.l-main h1,
.l-main h2,
.l-main h3 {
  margin: 0;
  padding: 0;
  border: none;
}
.l-main p {
  margin-top: 2em;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}
.l-main p:first-of-type {
  margin-top: 0;
}
.l-main span {
  display: inline;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.6;
}
.l-main ol,
.l-main ul,
.l-main dl {
  list-style: none;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
}
.l-main ol span,
.l-main ul span,
.l-main dl span {
  display: inline;
}
.p-usage .l-main {
  background-color: #fffdf1;
  font-optical-sizing: auto;
}
.p-usage .l-main .l-main__container {
  padding: 170px 0 60px;
}
.p-usage .l-main .l-main__container--mainvisual {
  display: block;
  position: relative;
  height: 390px;
  padding: 0;
  overflow: hidden;
}
.p-usage .l-main .l-main__container--mainvisual::before,
.p-usage .l-main .l-main__container--mainvisual::after {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
}
.p-usage .l-main .l-main__container--mainvisual::before {
  top: 0;
  left: 0;
  width: 405px;
  height: 390px;
  background: url("../images/usage/usage-ill-01-pc.png") no-repeat top left/cover;
}
.p-usage .l-main .l-main__container--mainvisual::after {
  right: 0;
  bottom: 0;
  width: 416px;
  height: 390px;
  background: url("../images/usage/usage-ill-02-pc.png") no-repeat top left/cover;
}
.p-usage .l-main .l-main__container--lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 100px 0 45px;
  background-color: #e6f5ff;
}
.p-usage .l-main .l-main__container--lead::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -70px;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 70px solid #e6f5ff;
  border-right: 50vw solid transparent;
  border-bottom: none;
  border-left: 50vw solid transparent;
  content: "";
}
.p-usage .l-main .l-main__container--lead p {
  color: #2b4da1;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
.p-usage .l-main .l-main__container--white {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 50px 0 0;
  background-color: #fff;
}
.p-usage .l-main .l-main__container--white::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -70px;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 70px solid #fff;
  border-right: 50vw solid transparent;
  border-bottom: none;
  border-left: 50vw solid transparent;
  content: "";
}
.p-usage .l-main .l-main__container--white img {
  position: relative;
  z-index: 2;
  transform: translateY(30px);
}
.p-usage .l-main .l-main__container--inquire {
  display: flex;
  justify-content: center;
  padding: 120px 0;
  background-color: #fff;
}
.p-usage .l-footer .l-footer__container .l-footer__list .l-footer__list-item {
  font-weight: normal;
}
.p-usage .c-title-01 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-48%, -50%);
}
.p-usage .c-title-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 72px;
  background-color: #2b4da1;
  color: #fff;
  font-size: 2.5rem;
}
.p-usage .c-title-02::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 62px;
  height: 72px;
  border-radius: 0 36px 36px 0;
  background: #122c6d;
  content: "";
}
.p-usage .c-title-02.c-title-02__1::before {
  background: #122c6d url("../images/usage/usage-01-pc.png") no-repeat 22px center/9px 29px;
}
.p-usage .c-title-02.c-title-02__2::before {
  background: #122c6d url("../images/usage/usage-02-pc.png") no-repeat 18px center/19px 29px;
}
.p-usage .c-title-02.c-title-02__3::before {
  background: #122c6d url("../images/usage/usage-03-pc.png") no-repeat 18px center/19px 29px;
}
.p-usage .c-title-02.c-title-02__4::before {
  background: #122c6d url("../images/usage/usage-04-pc.png") no-repeat 16px center/21px 29px;
}
.p-usage .c-title-02.c-title-02__5::before {
  background: #122c6d url("../images/usage/usage-05-pc.png") no-repeat 19px center/18px 29px;
}
.p-usage .c-title-02.c-title-02__6::before {
  background: #122c6d url("../images/usage/usage-06-pc.png") no-repeat 18px center/19px 29px;
}
.p-usage .c-title-02.c-title-02__7::before {
  background: #122c6d url("../images/usage/usage-07-pc.png") no-repeat 20px center/17px 29px;
}
.p-usage .c-title-03 {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  padding-bottom: 25px !important;
}
.p-usage .c-title-03::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #ff5796 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  content: "";
}
.p-usage .c-title-04 {
  position: relative;
}
.p-usage .c-title-04::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #2b4da1 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 12px 4px;
  content: "";
}
.p-usage .c-title-04 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  background-color: #fff;
  color: #2b4da1;
  font-size: 2.2rem;
  font-weight: bold;
}
.p-usage .c-title-05 {
  display: block;
  position: relative;
  padding: 10px 10px 10px 50px;
  background-color: #eff3ff;
  font-size: 1.8rem;
  text-align: left;
}
.p-usage .c-title-05::before {
  display: block;
  position: absolute;
  top: calc(10px + 0.2em);
  left: 15px;
  width: 24px;
  height: 24px;
  background: url("../images/usage/usage-ill-11-pc.png") no-repeat center center/contain;
  content: "";
}
.p-usage .c-title-06 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #2b4da1;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-usage .c-title-06::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #11439a;
  content: "";
}
.p-usage .c-button {
  width: 100%;
}
.p-usage .c-button a,
.p-usage .c-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 62px;
  padding: 0 30px;
  border: 2px solid #2b4da1;
  border-radius: 9999px;
  background-color: #fff;
  color: #2b4da1;
  font-size: 1.9rem;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.p-usage .c-button.c-button__arrow a,
.p-usage .c-button.c-button__arrow button {
  position: relative;
  padding-right: 2em;
  text-decoration: none;
}
.p-usage .c-button.c-button__arrow a::after,
.p-usage .c-button.c-button__arrow button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 21px;
  height: 16px;
  background: url("../images/usage/usage-ill-07-pc.png") no-repeat top left/cover;
  content: "";
}
.p-usage .c-button.c-button__pressdown {
  width: auto;
}
.p-usage .c-button.c-button__pressdown a,
.p-usage .c-button.c-button__pressdown button {
  justify-content: flex-start;
  width: 220px;
  height: 48px;
  box-shadow: 0px 3px 0px #2b4da1;
  background-color: #fffdf1;
}
.p-usage .c-button.c-button__pressdown a:hover,
.p-usage .c-button.c-button__pressdown button:hover {
  opacity: 1;
  transform: translateY(2px);
  box-shadow: unset;
}
.p-usage .c-button.c-button__pressdown.c-button__arrow a,
.p-usage .c-button.c-button__pressdown.c-button__arrow button {
  position: relative;
  padding-right: 2em;
  text-decoration: none;
}
.p-usage .c-button.c-button__pressdown.c-button__arrow a::before,
.p-usage .c-button.c-button__pressdown.c-button__arrow button::before,
.p-usage .c-button.c-button__pressdown.c-button__arrow a::after,
.p-usage .c-button.c-button__pressdown.c-button__arrow button::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
}
.p-usage .c-button.c-button__pressdown.c-button__arrow a::after,
.p-usage .c-button.c-button__pressdown.c-button__arrow button::after {
  right: 1em;
  transform: translatey(-75%) rotate(135deg);
  width: 14px;
  height: 14px;
  border-top: 2px solid #2b4da1;
  border-right: 2px solid #2b4da1;
  background: none;
}
.p-usage .c-button.c-button__mail {
  display: flex;
  justify-content: center;
}
.p-usage .c-button.c-button__mail a,
.p-usage .c-button.c-button__mail button {
  position: relative;
  max-width: 420px;
  padding-right: 2em;
  background-color: #11439a;
  color: #fff;
  font-size: 2.2rem;
  text-decoration: none;
}
.p-usage .c-button.c-button__mail a::after,
.p-usage .c-button.c-button__mail button::after {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
  background: url("../images/usage/usage-ill-13-pc.png") no-repeat top left/cover;
  content: "";
}
.p-usage .c-button.c-button__circle {
  opacity: 0;
  position: fixed;
  right: 14px;
  bottom: 10px;
  z-index: 100;
  width: 60px;
  height: 60px;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.p-usage .c-button.c-button__circle a,
.p-usage .c-button.c-button__circle button {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 999px;
  background-color: #9176bf;
}
.p-usage .c-button.c-button__circle a::before,
.p-usage .c-button.c-button__circle button::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%) rotate(315deg);
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}
.p-usage .c-button.c-button__circle.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-usage .c-icon-mynews {
  display: inline-block;
  width: 14px;
  height: 16px;
  margin: 0 3px;
  background: url("../images/usage/usage-ill-08-pc.png") no-repeat center center/contain;
}
.p-usage .c-icon-01 {
  display: inline-block;
  position: absolute;
  top: 740px;
  left: 50%;
  transform: translateX(-570px);
  width: 76px;
  height: 68px;
  background: url("../images/usage/usage-ill-14-pc.png") no-repeat center center/contain;
}
.p-usage .c-icon-02 {
  display: inline-block;
  position: absolute;
  top: 1140px;
  left: 50%;
  transform: translateX(650px);
  width: 114px;
  height: 114px;
  background: url("../images/usage/usage-ill-15-pc.png") no-repeat center center/contain;
}
.p-usage .c-icon-03 {
  display: inline-block;
  position: absolute;
  top: 1880px;
  left: 50%;
  transform: translateX(-563px);
  width: 158px;
  height: 158px;
  background: url("../images/usage/usage-ill-16-pc.png") no-repeat center center/contain;
}
.p-usage .p-group-horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 22px 18px;
  width: auto;
  max-width: 940px;
}
.p-usage .p-group-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.p-usage .p-group-vertical.u-align--center {
  align-items: center;
  width: auto;
}
.p-usage .p-group-horizontal.p-group--between,
.p-usage .p-group-vertical.p-group--between {
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
}
.p-usage .p-group--spacer,
.p-usage .p-group--spacer-80 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: auto;
  max-width: 940px;
}
.p-usage .p-group--spacer > *,
.p-usage .p-group--spacer-80 > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-left: 80px;
}
.p-usage .p-group--spacer > *::before,
.p-usage .p-group--spacer-80 > *::before {
  display: block;
  position: absolute;
  top: 0;
  left: 38px;
  width: 4px;
  height: 100%;
  background-image: radial-gradient(circle, #ababab 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 4px 18px;
  content: "";
}
.p-usage .p-group--spacer > *:first-child,
.p-usage .p-group--spacer-80 > *:first-child {
  padding-left: 0;
}
.p-usage .p-group--spacer > *:first-child::before,
.p-usage .p-group--spacer-80 > *:first-child::before {
  display: none;
}
.p-usage .p-group--spacer-80 > *::before {
  height: 80%;
}
.p-usage .p-box-01 {
  display: block;
  z-index: 5;
  width: 100%;
  max-width: 880px;
  box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
}
.p-usage .p-box-01 .p-box-01__container {
  padding: 40px 50px 50px;
  background-color: #fff;
}
.p-usage .p-box-02 {
  position: relative;
  width: 100%;
  padding: 25px 40px 35px;
  border-radius: 0 0 10px 10px;
  background-color: #fce7f1;
}
.p-usage .p-box-02::before {
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: none;
  border-right: 28px solid transparent;
  border-bottom: 25px solid #fce7f1;
  border-left: 28px solid transparent;
  content: "";
}
.p-usage .p-box-02 ul li {
  position: relative;
  padding-left: 26px;
}
.p-usage .p-box-02 ul li::before {
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #ff5796;
  content: "";
}
.p-usage .p-box-03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 100%;
  max-width: 880px;
  padding: 50px 55px;
  border: 3px solid #11439a;
}
.p-usage .p-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}
.p-usage .p-list .p-list__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.p-usage .p-list .p-list__item > * {
  line-height: 1.4;
}
.p-usage .p-list .p-list__step {
  flex: 0 0 auto;
}
.p-usage .p-list.p-list--parallel {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 45px 10px;
}
.p-usage .p-list.p-list--parallel > * {
  width: 48%;
}
.p-usage .p-list.p-list--grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 45px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.p-usage .p-list.p-list--grid .p-list__01 {
  grid-row: 1/2;
  grid-column: 1/2;
}
.p-usage .p-list.p-list--grid .p-list__02 {
  grid-row: 2/3;
  grid-column: 1/2;
}
.p-usage .p-list.p-list--grid .p-list__03 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.p-usage .p-list.p-list--grid .p-list__04 {
  grid-row: 2/3;
  grid-column: 2/3;
}
.p-usage .p-graph {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-right: 1px solid #5fb8ec;
  border-bottom: 1px solid #5fb8ec;
}
.p-usage .p-graph dl {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.p-usage .p-graph dl dt {
  display: flex;
  flex: 0 0 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 10px;
  border-top: 1px solid #5fb8ec;
  border-left: 1px solid #fff;
  background-color: #5fb8ec;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-usage .p-graph dl dt span {
  font-size: 1.5rem;
  line-height: 1.2;
}
.p-usage .p-graph dl dd {
  flex: 1 1 auto;
  padding: 20px;
  border-left: 1px solid #5fb8ec;
  border-top: 1px solid #5fb8ec;
}
.p-usage .p-graph dl:first-of-type dt {
  border-left: 1px solid #5fb8ec;
}
.p-usage .p-photo {
  display: flex;
  gap: 40px;
}
.p-usage .p-photo figure {
  flex: 0 0 auto;
}
.p-usage .p-photo.p-photo--reverse {
  flex-direction: row-reverse;
}
.p-usage .u-color--blue {
  color: #2b4da1 !important;
}
.p-usage .u-color--pink {
  color: #ff5796 !important;
}
.p-usage .u-marker--yellow {
  background: linear-gradient(transparent 70%, #ffe53a 30%);
  padding-bottom: 0.1em;
}
.p-usage .u-vertical--center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-usage .u-bg--stripe {
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(67,172,255,0.439) 48px, transparent 48px), linear-gradient(rgba(67,172,255,0.439) 48px, transparent 48px);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 49.8px 49.8px;
}
.p-usage .u-bg--ill {
  position: relative;
  overflow: hidden;
  padding-bottom: 180px !important;
}
.p-usage .u-bg--ill::before,
.p-usage .u-bg--ill::after {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  content: "";
}
.p-usage .u-bg--ill::before {
  left: 0;
  width: 386px;
  height: 189px;
  background: url("../images/usage/usage-ill-17-pc.png") no-repeat top left/cover;
}
.p-usage .u-bg--ill::after {
  right: 0;
  width: 412px;
  height: 157px;
  background: url("../images/usage/usage-ill-18-pc.png") no-repeat top left/cover;
}
.js-modal .js-modal__button {
  cursor: pointer;
}
.js-modal .js-modal__content {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
}
.js-modal img {
  width: 100%;
  height: auto;
}
.js-modal__mask {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.5);
  transition: all 0.3s ease;
  cursor: pointer;
  overscroll-behavior: contain;
}
.js-modal__mask.is-active {
  visibility: visible;
  opacity: 1;
}
.js-modal__container {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 1055px;
  max-height: 90%;
  padding: 20px;
  overflow-y: scroll;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease;
  caret-color: #fff;
  overscroll-behavior: contain;
}
.js-modal__container.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
/*# sourceMappingURL=maps/usage.css.map */
