@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
  height: 100%;
}

body {
  background-color: #F2F5F8;
  color: #1C1C22;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-style: normal;
  height: 100%;
}

iframe {
  border: 0;
}

address, dl, fieldset, figure, ol, p, pre, ul {
  margin-bottom: 2rem;
}
address:last-child, dl:last-child, fieldset:last-child, figure:last-child, ol:last-child, p:last-child, pre:last-child, ul:last-child {
  margin-bottom: 0;
}

* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
  margin-top: 2rem;
}

table tr th, table tr td {
  line-height: 2;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

i, svg {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  max-width: 100%;
  height: auto;
}

pre {
  color: #666;
  overflow: auto;
  padding: 25px;
  background-color: #242424;
  color: #f0f0f0;
  border-radius: 0;
}

hr {
  border-color: #e5e5e5;
  overflow: visible;
  text-align: inherit;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

:not(pre) code {
  font-family: "Roboto Mono", monospace;
  background-color: #000000;
  color: #fff;
  white-space: nowrap;
  padding: 2px 4px 3px;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

ul, ol {
  padding-left: 3rem;
}

.content__header {
  position: relative;
  background-color: #DFE4EB;
}
.content__header .container {
  position: relative;
}
.content__title {
  padding: 6.4rem 0;
  text-align: center;
}
.content__body {
  margin: 6.4rem 0;
}
.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.5);
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 4rem 0;
  position: relative;
}

.accordion {
  list-style-type: none;
  padding: 0;
}
.accordion > :nth-child(n+2) {
  margin-top: 2rem;
}
.accordion__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.accordion__title::after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-color: #1C1C22;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20y1%3D%228.5%22%20x2%3D%2217%22%20y2%3D%228.5%22%20stroke%3D%22black%22%2F%3E%3Cline%20x1%3D%228.5%22%20y1%3D%222.18557e-08%22%20x2%3D%228.5%22%20y2%3D%2217%22%20stroke%3D%22black%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
          mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20y1%3D%228.5%22%20x2%3D%2217%22%20y2%3D%228.5%22%20stroke%3D%22black%22%2F%3E%3Cline%20x1%3D%228.5%22%20y1%3D%222.18557e-08%22%20x2%3D%228.5%22%20y2%3D%2217%22%20stroke%3D%22black%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.accordion__content {
  overflow: hidden;
  height: 0;
}

.align-center {
  text-align: center !important;
}
.align-center img {
  display: inline-block;
}
.align-center > * {
  margin-left: auto;
  margin-right: auto;
}

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

.animation-slide-up {
  background-color: #000 !important;
}
.animation-slide-up[aria-visible=true], .animation-slide-up.animation {
  -webkit-animation-name: fade, slide-up;
          animation-name: fade, slide-up;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.background {
  background-color: #DFE4EB;
}
.background-primary {
  background-color: #1966E3;
}
.background-secondary {
  background-color: #40A8C9;
}
.background-dark {
  background-color: #000000;
}
.background-warning {
  background-color: #DFCD29;
}
.background-modest {
  background-color: #dcdcdc;
}
.background-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.background-light {
  background-color: #fff;
}

.background-parallax {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
.background-parallax__mask {
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  z-index: -100;
  background-size: cover;
  background-position: center;
}
.background-parallax__mask-image,
.background-parallax__mask img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  border-radius: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 2rem;
  vertical-align: middle;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}
.button-default {
  color: #222;
  border: 1px solid #aaaaaa;
  background-color: transparent;
  background-color: #fff;
}
.button-default:hover {
  border-color: #919191;
}
.button-primary {
  background-color: #1966E3;
  color: #fff;
  border: 1px solid transparent;
}
.button-primary:hover {
  background-color: #165ccc;
}
.button-secondary {
  background-color: #40A8C9;
  color: #fff;
  border: 1px solid transparent;
}
.button-secondary:hover {
  background-color: #359abb;
}
.button-tertiary {
  background-color: #A540C9;
  color: #fff;
  border: 1px solid transparent;
}
.button-tertiary:hover {
  background-color: #9835bb;
}
.button-danger {
  background-color: #F05656;
  color: #fff;
  border: 1px solid transparent;
}
.button-danger:hover {
  background-color: #ee3f3f;
}
.button-text {
  padding: 0;
  line-height: 1.5;
  color: #222;
  position: relative;
  border: none;
}
.button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid currentColor;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.button-text:hover::before {
  right: 0;
}
.button:disabled, .button[aria-disabled=true] {
  background-color: transparent;
  color: #bbb;
  border-color: #bbb;
  cursor: auto;
}
.button-small {
  padding: 0.4rem 1.2rem;
}
.button-large {
  padding: 1.6rem 3rem;
}

.button-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.card-default {
  background-color: #fff;
}
.card-primary {
  background-color: #1966E3;
}
.card-secondary {
  background-color: #40A8C9;
}
.card-dark {
  background-color: #000000;
}
.card-modest {
  background-color: #dcdcdc;
}
.card-border {
  border: 1px solid #e5e5e5;
}
.card-border .card__header {
  border-bottom: 1px solid #e5e5e5;
}
.card__header {
  padding: 1rem 3rem;
}
.card-xsmall .card__header {
  padding: 0.6rem 1rem;
}
.card-small .card__header {
  padding: 0.8rem 2rem;
}
.card-large .card__header {
  padding: 1.4rem 4rem;
}
.card-xlarge .card__header {
  padding: 1.6rem 5rem;
}
.card__body {
  padding: 3rem;
}
.card-xsmall .card__body {
  padding: 1rem;
}
.card-small .card__body {
  padding: 2rem;
}
.card-large .card__body {
  padding: 4rem;
}
.card-xlarge .card__body {
  padding: 5rem;
}

.card-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
}
.container-fluid {
  max-width: 100% !important;
}
.display-none {
  display: none !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-inline {
  display: inline !important;
}

.display-block {
  display: block !important;
}

.drawer-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none !important;
  top: 1.6rem;
  right: 1rem;
  z-index: 1000;
}
.drawer-button__line {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}
.drawer-button__line::before, .drawer-button__line::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #1C1C22;
  width: 20px;
  height: 2px;
  left: 2px;
  top: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.drawer-button__line::before {
  margin-top: -0.4rem;
}
.menu-open .drawer-button__line::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0;
}
.drawer-button__line::after {
  margin-top: 0.2rem;
}
.menu-open .drawer-button__line::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0;
}
.drawer-button__text {
  font-size: 9px;
  font-size: 0.9rem;
}

.drawer-content {
  z-index: 999;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  visibility: hidden;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
  padding-top: 6.4rem;
}
.menu-open .drawer-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.drawer-content__inner {
  padding: 0 2.4rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex-align-between {
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}
.flex-align-around {
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
}
.flex-align-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-align-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-xsmall {
  margin-left: -1.2rem;
}
.flex-xsmall > div {
  padding-left: 1.2rem;
}
.flex-small {
  margin-left: -2.4rem;
}
.flex-small > div {
  padding-left: 2.4rem;
}
.flex-medium {
  margin-left: -4.8rem;
}
.flex-medium > div {
  padding-left: 4.8rem;
}
.flex-large {
  margin-left: -6rem;
}
.flex-large > div {
  padding-left: 6rem;
}
.flex-xlarge {
  margin-left: -8rem;
}
.flex-xlarge > div {
  padding-left: 8rem;
}

.flex-column > *:first-child {
  margin-top: 0 !important;
}

.form input:not([type=radio]):not([type=checkbox]):not([type=button]),
.form textarea,
.form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.2rem;
  border: #e5e5e5 solid 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: initial;
  width: 100%;
  background-color: #fff;
  padding: 1.1rem 1.6rem 1.1rem;
}
.form input:not([type=radio]):not([type=checkbox]):not([type=button])::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form select::-webkit-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.form input:not([type=radio]):not([type=checkbox]):not([type=button])::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder {
  color: #000;
  opacity: 0.3;
}
.form input:not([type=radio]):not([type=checkbox]):not([type=button]):-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form select:-ms-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.form input:not([type=radio]):not([type=checkbox]):not([type=button])::-ms-input-placeholder, .form textarea::-ms-input-placeholder, .form select::-ms-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.form input:not([type=radio]):not([type=checkbox]):not([type=button])::placeholder,
.form textarea::placeholder,
.form select::placeholder {
  color: #000;
  opacity: 0.3;
}
.form textarea {
  resize: none;
}

.form-inputs {
  margin-top: 3rem;
  display: grid;
  gap: 1rem;
}
.form-inputs__label {
  display: block;
  font-weight: 700;
}
.form-inputs--confirm .form-inputs__label {
  padding-top: 0;
}
.form-inputs__input {
  font-weight: 400;
}
.form-inputs__required {
  color: #F05656;
}

.form-submit {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-checkbox {
  display: inline-block;
  cursor: pointer;
}
.form-checkbox input {
  display: none;
}
.form-checkbox input:checked + span::after {
  opacity: 1;
}
.form-checkbox span {
  display: block;
  position: relative;
  padding-left: 4rem;
}
.form-checkbox span::before, .form-checkbox span::after {
  content: "";
  display: block;
  position: absolute;
}
.form-checkbox span::before {
  border: 1px solid #e5e5e5;
  left: 0;
  top: 0.2rem;
  width: 30px;
  height: 30px;
}
.form-checkbox span::after {
  border-bottom: 2px solid #1C1C22;
  border-left: 2px solid #1C1C22;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  width: 18px;
  height: 8px;
  left: 0.6rem;
  top: 1.1rem;
}

.form-select {
  position: relative;
}
.form-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #555;
  border-bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-error__text {
  color: #F05656;
}
.form-error__list {
  background-color: rgba(240, 86, 86, 0.05);
  padding: 1.2rem;
  margin-top: 2rem;
}

.form-privacy {
  margin-top: 4rem;
  /*
  text-align: left;
  background-color: $color-light;
  border: 1px solid $color-border-light;
  padding: 2rem 2rem 1.6rem 2.4rem;

  @include media(sp-mt) {
    padding: 2.6rem 2rem 1.4rem 3.4rem;
    margin-top: 4rem;
  }

  @include media(sp-lt) {
    @include font(13);
  }
  */
}
.form-privacy__scroll {
  height: 200px;
  padding-right: 2rem;
  overflow: auto;
}
.form-privacy__title {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  margin-top: 2.4rem;
}
.form-privacy__title:first-child {
  margin-top: 0;
}
.form-privacy__check {
  text-align: center;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 2rem 0;
  font-weight: bold;
  color: #1C1C22;
  text-transform: none;
  line-height: 1.5;
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child,
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

* + .h1, * + .h2, * + .h3, * + .h4, * + .h5, * + .h6,
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 4rem;
}

.h1, h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

.h2, h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

.h3, h3 {
  font-size: 28px;
  font-size: 2.8rem;
}

.h4, h4 {
  font-size: 24px;
  font-size: 2.4rem;
}

.h5, h5 {
  font-size: 20px;
  font-size: 2rem;
}

.h6, h6 {
  font-size: 18px;
  font-size: 1.8rem;
}

.hero {
  overflow: hidden;
  position: relative;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__background {
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  z-index: -100;
  background-size: cover;
  background-position: center;
}
.hero__background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-parallax .hero__background img {
  position: fixed;
  top: 0;
  left: 0;
}
.hero__content {
  padding-top: 16rem;
  padding-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__content-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hero__content-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero__content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__headline {
  font-size: 2rem;
  display: block;
}
.hero__subheadline {
  color: #666;
}
.hero__wrap {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hero-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero-xsmall {
  height: 200px;
}
.hero-small {
  height: 400px;
}
.hero-medium {
  height: 600px;
}
.hero-large {
  height: 800px;
}
.hero-xlarge {
  height: 1000px;
}

.image-responsive,
.image-fluid {
  width: 100%;
  height: auto;
}

.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.label {
  background-color: #1C1C22;
  color: #fff;
  display: inline-block;
  padding: 0 1rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: -0.25em;
  border-radius: 0.2rem;
  letter-spacing: 0.075em;
  font-weight: 500;
}

.label-primary {
  background-color: #1966E3;
}

.label-secondary {
  background-color: #40A8C9;
}

.label-danger {
  background-color: #F05656;
}

.label-warning {
  background-color: #DFCD29;
}

.label-success {
  background-color: #37CCA8;
}

.label-info {
  background-color: #1CA3CD;
}

.label-note {
  background-color: #4E7FE0;
}

.label-light {
  background-color: #fff;
  color: #1C1C22;
}

.label-modest {
  background-color: #dcdcdc;
  color: #5d5d5d;
}

.label-dark {
  background-color: #000000;
  color: #fff;
}

.label-pill {
  border-radius: 9999px;
  padding: 0 1.6rem;
}

.link {
  font-weight: 500;
  display: inline-block;
  color: #1966E3;
  text-decoration: underline;
}

.link-zoom {
  position: relative;
  display: inline-block;
}
.link-zoom::after {
  content: "";
  display: block;
  background-image: url(../img/common/icon_zoom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 20px auto;
  width: 30px;
  height: 30px;
}

.margin {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.margin-top {
  margin-top: 2rem !important;
}
.margin-bottom {
  margin-bottom: 2rem !important;
}
.margin-left {
  margin-left: 2rem !important;
}
.margin-right {
  margin-right: 2rem !important;
}
.margin-xsmall {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}
.margin-xsmall-top {
  margin-top: 1.2rem !important;
}
.margin-xsmall-bottom {
  margin-bottom: 1.2rem !important;
}
.margin-xsmall-left {
  margin-left: 1.2rem !important;
}
.margin-xsmall-right {
  margin-right: 1.2rem !important;
}
.margin-small {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}
.margin-small-top {
  margin-top: 2.4rem !important;
}
.margin-small-bottom {
  margin-bottom: 2.4rem !important;
}
.margin-small-left {
  margin-left: 2.4rem !important;
}
.margin-small-right {
  margin-right: 2.4rem !important;
}
.margin-medium {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}
.margin-medium-top {
  margin-top: 4.8rem !important;
}
.margin-medium-bottom {
  margin-bottom: 4.8rem !important;
}
.margin-medium-left {
  margin-left: 4.8rem !important;
}
.margin-medium-right {
  margin-right: 4.8rem !important;
}
.margin-large {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.margin-large-top {
  margin-top: 6rem !important;
}
.margin-large-bottom {
  margin-bottom: 6rem !important;
}
.margin-large-left {
  margin-left: 6rem !important;
}
.margin-large-right {
  margin-right: 6rem !important;
}
.margin-xlarge {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.margin-xlarge-top {
  margin-top: 8rem !important;
}
.margin-xlarge-bottom {
  margin-bottom: 8rem !important;
}
.margin-xlarge-left {
  margin-left: 8rem !important;
}
.margin-xlarge-right {
  margin-right: 8rem !important;
}
.margin-reset {
  margin: 0 !important;
}
.margin-reset-top {
  margin-top: 0rem !important;
}
.margin-reset-right {
  margin-right: 0 !important;
}
.margin-reset-left {
  margin-left: 0 !important;
}
.margin-reset-bottom {
  margin-bottom: 0 !important;
}
.margin-reset-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-reset-horizontal {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

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

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav li {
  margin-left: 2rem;
  position: relative;
}
.nav__header {
  font-weight: 500;
}

.nav-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: 0;
}
.nav-vertical .nav__header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.4rem;
  margin-bottom: 0.6rem;
  margin-top: 2rem;
  font-weight: 700;
}
.nav-vertical .nav__header:first-child {
  margin-top: 0;
}
.nav-vertical li {
  padding-left: 0;
}
.nav-vertical li a {
  padding: 0.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 0;
  min-height: 80px;
}

.navbar-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.navbar-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.padding {
  padding: 2rem !important;
}
.padding-top {
  padding-top: 2rem !important;
}
.padding-bottom {
  padding-bottom: 2rem !important;
}
.padding-left {
  padding-left: 2rem !important;
}
.padding-right {
  padding-left: 2rem !important;
}
.padding-horizontal {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.padding-vertical {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.padding-xsmall {
  padding: 1.2rem !important;
}
.padding-xsmall-top {
  padding-top: 1.2rem !important;
}
.padding-xsmall-bottom {
  padding-bottom: 1.2rem !important;
}
.padding-xsmall-left {
  padding-left: 1.2rem !important;
}
.padding-xsmall-right {
  padding-left: 1.2rem !important;
}
.padding-xsmall-horizontal {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}
.padding-xsmall-vertical {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.padding-small {
  padding: 1.6rem !important;
}
.padding-small-top {
  padding-top: 1.6rem !important;
}
.padding-small-bottom {
  padding-bottom: 1.6rem !important;
}
.padding-small-left {
  padding-left: 1.6rem !important;
}
.padding-small-right {
  padding-left: 1.6rem !important;
}
.padding-small-horizontal {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}
.padding-small-vertical {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.padding-large {
  padding: 4rem !important;
}
.padding-large-top {
  padding-top: 4rem !important;
}
.padding-large-bottom {
  padding-bottom: 4rem !important;
}
.padding-large-left {
  padding-left: 4rem !important;
}
.padding-large-right {
  padding-left: 4rem !important;
}
.padding-large-horizontal {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.padding-large-vertical {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.padding-xlarge {
  padding: 6rem !important;
}
.padding-xlarge-top {
  padding-top: 6rem !important;
}
.padding-xlarge-bottom {
  padding-bottom: 6rem !important;
}
.padding-xlarge-left {
  padding-left: 6rem !important;
}
.padding-xlarge-right {
  padding-left: 6rem !important;
}
.padding-xlarge-horizontal {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.padding-xlarge-vertical {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.padding-reset {
  padding: 0 !important;
}
.padding-reset-top {
  padding-top: 0rem !important;
}
.padding-reset-right {
  padding-right: 0rem !important;
}
.padding-reset-left {
  padding-left: 0rem !important;
}
.padding-reset-bottom {
  padding-bottom: 0rem !important;
}
.padding-reset-vertical {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.padding-reset-horizontal {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

/*
.pager {

  @include media(sp-lt) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  &__list {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    gap: 7px;

    @include media(sp-mt) {
      gap: 7px;
    }

    @include media(sp-lt) {
      gap: 6px 2px;
    }
  }

  &__link,
  &__arrow {
    border-radius: 999px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    letter-spacing: 0;
    transition: .2s ease-in-out;

    @include media(sp-mt) {      
      width: 42px;
      height: 42px;
    }

    @include media(sp-lt) {      
      width: 38px;
      height: 38px;
    }

    @include hover {
      background-color: $color-primary;
      color: $color-light;
    }
  }

  &__link {
    background-color: transparent;

    &--current {
      pointer-events: none;
      background-color: $color-primary;
      color: $color-light;
    }
  }


  &__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: -9999px;
    position: relative;
    background-color: #DFDFF2;

    &::after {
      content: "";
      display: block;
      position: absolute;
      border-bottom: 2px solid $color-light;
      width: 7px;
      height: 7px;
    }

    &--prev {
      @include media(sp-mt) {
        margin-right: 2.6rem; 
      }

      &::after {
        border-left: 2px solid $color-light;
        transform: rotate(45deg);
        margin-right: -4px;
      }
    }

    &--next {
      @include media(sp-mt) {
        margin-left: 2.6rem;
      }

      &::after {
        border-right: 2px solid $color-light;
        transform: rotate(-45deg);
        margin-left: -4px;
      }
    }

    svg {
      transform: translate(0);
      transition: .2s;
    }
  }

  &__dot {
    transform: translateY(-4px);

    @include media(sp-mt) {
      margin: 0 .5rem;
    }
  }
}
*/
.pager {
  margin-top: 2rem;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}
.pager__link, .pager__arrow {
  border-radius: 999px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.pager__link {
  background-color: transparent;
}
.pager__link--current {
  pointer-events: none;
  background-color: #1966E3;
  color: #fff;
}
.pager__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-indent: -9999px;
  position: relative;
  background-color: #DFDFF2;
}
.pager__arrow::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #fff;
  width: 7px;
  height: 7px;
}
.pager__arrow--prev::after {
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: -4px;
}
.pager__arrow--next::after {
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -4px;
}
.pager__arrow svg {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pager__dot {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.pill {
  border-radius: 16px;
}

.pill-small {
  border-radius: 8px;
}

.pill-large {
  border-radius: 24px;
}

.pill-fluid {
  border-radius: 9999px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup.is-open {
  display: block;
}

.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 600px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section-xsmall {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.section-xlarge {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 2rem;
}
.table caption {
  font-weight: normal;
  color: #888;
}
.table th {
  padding: 1.6rem;
  text-align: left;
  font-weight: 500;
}
.table td {
  font-weight: 400;
  padding: 1.6rem;
}
.table-stripe tbody tr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.table-stripe tbody tr:nth-child(odd) {
  background: #f8f8f8;
}
.table-border tbody tr {
  border-top: 1px solid #e5e5e5;
}
.table-small th, .table-small td {
  padding: 1.2rem;
}
.table-large th, .table-large td {
  padding: 2.4rem;
}

.table-scroller {
  overflow-x: auto;
}
.table-scroller table {
  min-width: 750px;
}

.text-primary {
  color: #1966E3;
}
.text-secondary {
  color: #40A8C9;
}
.text-tertiary {
  color: #A540C9;
}
.text-warning {
  color: #DFCD29;
}
.text-danger {
  color: #F05656;
}
.text-modest {
  color: #dcdcdc;
}
.text-dark {
  color: #000000;
}
.text-white, .text-light {
  color: #fff;
}
.text-white *, .text-light * {
  color: #fff;
}
.text-xsmall {
  font-size: 12px;
  font-size: 1.2rem;
}
.text-small {
  font-size: 14px;
  font-size: 1.4rem;
}
.text-default {
  font-size: 16px;
  font-size: 1.6rem;
}
.text-large {
  font-size: 20px;
  font-size: 2rem;
}
.text-xlarge {
  font-size: 24px;
  font-size: 2.4rem;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}
.text-exbold {
  font-weight: 900;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}

.visible {
  visibility: visible !important;
}

.hidden {
  visibility: hidden !important;
}

[class*=width] {
  width: 100%;
  max-width: 100%;
}

.width-1-1 {
  width: 100%;
}

.width-1-2 {
  width: 50%;
}

.width-1-3 {
  width: 33.3333333333%;
}

.width-2-3 {
  width: 66.6666666667%;
}

.width-1-4 {
  width: 25%;
}

.width-3-4 {
  width: 75%;
}

.width-1-5 {
  width: 20%;
}

.width-2-5 {
  width: 40%;
}

.width-3-5 {
  width: 60%;
}

.width-4-5 {
  width: 80%;
}

.width-1-6 {
  width: 16.6666666667%;
}

.width-5-6 {
  width: 83.3333333333%;
}

.width-1-12 {
  width: 8.3333333333%;
}

.width-2-12 {
  width: 16.6666666667%;
}

.width-3-12 {
  width: 25%;
}

.width-4-12 {
  width: 33.3333333333%;
}

.width-5-12 {
  width: 41.6666666667%;
}

.width-6-12 {
  width: 50%;
}

.width-7-12 {
  width: 58.3333333333%;
}

.width-8-12 {
  width: 66.6666666667%;
}

.width-9-12 {
  width: 75%;
}

.width-10-12 {
  width: 83.3333333333%;
}

.width-11-12 {
  width: 91.6666666667%;
}

.width-xsmall {
  width: 100px;
}

.width-small {
  width: 200px;
}

.width-medium {
  width: 400px;
}

.width-large {
  width: 600px;
}

.width-xlarge {
  width: 750px;
}

.width-thumbnail {
  width: 300px;
}

.width-auto {
  width: auto;
}

.width-fluid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}

.slick-arrow {
  text-align: center;
  width: 26px;
  height: 33px;
}
.slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center top;
}

.qrcopy-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

.qrcopy-content {
  background: #fff;
  padding: 2rem 3.2rem;
  border-radius: 20px;
  width: 344px;
  position: relative;
}
.qrcopy-content__text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.qrcopy-content__image {
  display: block;
  margin: 2rem auto;
}
.qrcopy-content__project {
  border: 1px solid #999;
  padding: 1rem;
  height: 80px;
  overflow-y: auto;
}
.qrcopy-content__project p {
  line-height: 1.5;
}
.qrcopy-content__copy {
  text-align: right;
}
.qrcopy-content__copy button {
  text-decoration: underline;
  color: #1966E3;
  font-size: 1.2rem;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

.qrcopy-close {
  position: absolute;
  top: -10px;
  right: -10px;
  border: none;
  background: none;
  font-size: 20px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: #1966E3;
  color: #fff;
  border-radius: 50%;
  font-size: 2rem;
}

body.page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.header__background {
  width: 100%;
  background-image: url(../img/common/header_page_background_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.header__background > div {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.header__background > div::before, .header__background > div::after {
  position: absolute;
  content: "";
  display: block;
}
.header__background > div::before {
  height: 100%;
  background-color: #F2F5F8;
  top: 0;
}
.header__background > div::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2244.926%22%20height%3D%2244.928%22%20viewBox%3D%220%200%2044.926%2044.928%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_13%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%2013%22%20d%3D%22M44.926%2C29.68H0V-15.248A45.1%2C45.1%2C0%2C0%2C0%2C3.565%2C1.977%2C45.207%2C45.207%2C0%2C0%2C0%2C13.286%2C16.4%2C45.209%2C45.209%2C0%2C0%2C0%2C27.7%2C26.116a45.059%2C45.059%2C0%2C0%2C0%2C17.223%2C3.562Z%22%20transform%3D%22translate(0%2015.248)%22%20fill%3D%22%23f2f5f8%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  bottom: 0;
}

.header {
  background-color: transparent;
  /*

  @include media(sp-lt) {
  }


  */
}
.header .navbar__item--left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header .navbar__logo {
  display: block;
}
.header .navbar__logo img {
  vertical-align: top;
}
.header .button {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 1.3rem;
  width: 130px;
}
.header .nav li {
  margin-right: clamp(20px, 20px + 8.4vw - 64.512px, 48px);
  margin-left: 0;
}
.header .nav a, .header .nav button {
  font-size: 1.4rem;
  position: relative;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: color;
  transition-property: color;
  outline: none;
}
.header .nav a::before, .header .nav button::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #1966E3;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: width;
  transition-property: width;
}

.drawer-button {
  width: 94px;
  background-color: rgba(255, 255, 255, 0.67);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 9999px;
  height: 30px;
  top: 25px;
  right: 25px;
}
.drawer-button__line::before, .drawer-button__line::after {
  background-color: #1966E3;
  width: 23px;
  height: 1px;
}
.menu-open .drawer-button__line::before {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.menu-open .drawer-button__line::after {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.drawer-button__text {
  font-family: "Barlow", sans-serif;
  color: #1966E3;
  font-size: 1.1rem;
  margin-right: 1rem;
  font-weight: 600;
  display: grid;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer-button__text > span {
  grid-area: 1/1;
}
.drawer-button__text > span:first-child {
  opacity: 1;
}
.menu-open .drawer-button__text > span:first-child {
  opacity: 0;
}
.drawer-button__text > span:last-child {
  opacity: 0;
}
.menu-open .drawer-button__text > span:last-child {
  opacity: 1;
}

.drawer-content {
  padding: 15px;
  background-color: transparent;
  right: 0;
  left: auto;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.drawer-content__inner {
  background-color: rgba(77, 117, 184, 0.55);
  border-radius: 2rem;
  height: 100%;
  padding-top: 10rem;
}
.drawer-content .nav li {
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}
.drawer-content .nav li a, .drawer-content .nav li button {
  text-align: center;
  color: #fff;
  padding: 2rem 0;
  display: block;
  display: block;
  width: 100%;
}
.drawer-content__button {
  margin-top: 4rem;
  text-align: center;
}
.drawer-content__button .button-default {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  font-size: 1.6rem;
  width: 200px;
  padding: 1.5rem 0;
}

.footer {
  background-color: transparent;
  color: inherit;
  background-size: cover;
}
.footer::before {
  content: "";
  width: 100%;
  height: 100%;
  height: 30px;
  border-radius: 0 0 30px 30px;
  background-color: #F2F5F8;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__right {
  width: auto;
}
.footer .nav li a {
  font-size: 1.2rem;
  position: relative;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: color;
  transition-property: color;
}
.footer .nav li a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #1966E3;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: width;
  transition-property: width;
}
.footer__copy {
  border-top: 1px solid #C9D6E3;
  text-align: right;
}
.footer__copy p {
  font-family: "Barlow", sans-serif;
  color: #8695A3;
  font-size: 1.2rem;
  font-weight: 500;
}

.button {
  border-radius: 9999px;
  padding: 1.4rem 2.5rem;
  display: inline-block;
}

.button-default {
  border-color: #1966E3;
  background-color: transparent;
  color: #1966E3;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color;
}

.button-line {
  background-color: #07B53B;
  color: #fff;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.button-arrow {
  border-radius: 1rem;
  background-color: #1966E3;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.1rem 2rem;
  width: 100%;
  position: relative;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.button-arrow::before, .button-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 16px;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button-arrow::before {
  background-color: #fff;
  border-radius: 4px;
}
.button-arrow::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.312%22%20height%3D%226.482%22%20viewBox%3D%220%200%209.312%206.482%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_195%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20195%22%20transform%3D%22translate(-338.42%20-1591.759)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_436%22%20data-name%3D%22%E3%83%91%E3%82%B9%20436%22%20d%3D%22M-10011.58-4879h8.16%22%20transform%3D%22translate(10350%206474)%22%20fill%3D%22none%22%20stroke%3D%22%231966E3%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_437%22%20data-name%3D%22%E3%83%91%E3%82%B9%20437%22%20d%3D%22M-10002.42-4883.479l2.888%2C2.887-2.888%2C2.888%22%20transform%3D%22translate(10346.557%206475.591)%22%20fill%3D%22none%22%20stroke%3D%22%231966E3%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: margin;
  transition-property: margin;
}
.button-arrow--reverse {
  background-color: #fff;
  color: #1966E3;
}
.button-arrow--reverse::before {
  background-color: #1966E3;
}
.button-arrow--reverse::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.312%22%20height%3D%226.482%22%20viewBox%3D%220%200%209.312%206.482%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_195%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20195%22%20transform%3D%22translate(-338.42%20-1591.759)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_436%22%20data-name%3D%22%E3%83%91%E3%82%B9%20436%22%20d%3D%22M-10011.58-4879h8.16%22%20transform%3D%22translate(10350%206474)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_437%22%20data-name%3D%22%E3%83%91%E3%82%B9%20437%22%20d%3D%22M-10002.42-4883.479l2.888%2C2.887-2.888%2C2.888%22%20transform%3D%22translate(10346.557%206475.591)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.button-check {
  border: 1px solid #F3F5F8;
  border-radius: 5px;
  color: #1966E3;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  margin-right: 1.3rem;
  padding: 0.5rem 1.8rem;
  display: inline-block;
  margin: 0.8rem 1.5rem 0.8rem 0;
}

.button-top {
  width: 220px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.5rem;
}

.h2 {
  border-top: 1px solid #e5e5e5;
  position: relative;
}
.h2::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #1966E3;
  position: absolute;
  top: -1px;
  left: 0;
  width: 132px;
}

.partner {
  background-color: #fff;
  border-radius: 3rem;
  padding: 4rem 0 7.8rem;
  overflow: hidden;
}
.partner__title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.partner__list {
  position: relative;
  height: 114px;
}
.partner__list > div {
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: left center;
  -webkit-animation-duration: 80s;
          animation-duration: 80s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 100%;
  position: absolute;
  background-image: url(../img/partner_list.png);
  height: 100%;
  -webkit-animation-name: infinity-scroll-left-sp;
          animation-name: infinity-scroll-left-sp;
  text-indent: -9999px;
}

@-webkit-keyframes infinity-scroll-left-sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2980px 0;
  }
}

@keyframes infinity-scroll-left-sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2980px 0;
  }
}
.pager__link {
  height: 4.4rem;
  font-family: "Barlow", sans-serif;
}
.pager__link--current {
  pointer-events: none;
  color: #1966E3;
  background-color: rgba(25, 102, 227, 0.1);
}

.content__header {
  background-color: transparent;
  margin-top: 0;
}
.content__header + .content__body {
  padding-top: 3rem;
}

.content__title {
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  border-top: 1px solid #e5e5e5;
  position: relative;
  line-height: 1.5;
  font-weight: bold;
}
.content__title::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #1966E3;
  position: absolute;
  top: -1px;
  left: 0;
}

.content__body {
  margin-top: 0;
}

.popup__overlay {
  background-color: rgba(77, 117, 184, 0.5);
}

.popup__content {
  max-width: 990px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cookie-consent {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  z-index: 1000;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.cookie-consent__text {
  line-height: 1.75;
}
.cookie-consent__button .button {
  width: 100%;
}

.box {
  background-color: #fff;
  border-radius: 10px;
}

.home-hero {
  display: grid;
}
.home-hero > div {
  grid-area: 1/1;
}

.home-hero__background {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  /*
  border-radius: 3.6rem;
  overflow: hidden;

  @include media(sp-mt) {
    height: 529px;
  }

  svg {
    height: 100%;

    image {
    }
  }
    */
}
.home-hero__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-hero__content {
  z-index: 2;
}

.home-hero__headline {
  display: grid;
  text-align: center;
}
.home-hero__headline-top {
  font-weight: 900;
  background-image: url(../img/hero_flag.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
}
.home-hero__headline-top span {
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}
.home-hero__headline-bottom {
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.home-hero__line {
  background-color: #1966E3;
  padding: 1.8rem 1.8rem 1.6rem 2.5rem;
}
.home-hero__line-count {
  background-color: #fff;
  border-radius: 999px;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-hero__line-count > span {
  color: #1966E3;
}
.home-hero__line-count > span:first-child {
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  margin-right: 1px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.home-hero__line-invite {
  color: #fff;
  font-weight: bold;
}
.home-hero__line-button {
  width: 164px;
}
.home-hero__line-button .button-line {
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.home-hero__line-button .button-line i {
  display: block;
  width: 21px;
  height: 21px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 1.2rem;
  position: relative;
}
.home-hero__line-button .button-line i::after {
  content: "";
  display: block;
  position: absolute;
  background: #07B53B;
  height: calc(tan(60deg) * 7px / 2);
  width: 7px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0.75rem;
  left: 0.8rem;
}
.home-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-about__title span {
  display: inline-block;
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.home-about__description {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.home-step {
  padding: 0;
  list-style-type: none;
}
.home-step .slick-list {
  overflow: visible;
}
.home-step .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-step .slick-slide {
  height: auto !important;
}
.home-step .slick-dots {
  position: static;
  margin-top: 1rem;
}
.home-step .slick-dots li button::before {
  background-color: #DFE4EB;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.home-step .slick-dots li.slick-active button::before {
  background-color: #1966E3;
}
.home-step__slide {
  padding: 0 0.25rem;
}
.home-step__item {
  background-color: #DFE4EB;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.home-step__image img {
  width: 100%;
  border-radius: 5px;
}
.home-step__label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1966E3;
  color: #fff;
  border-radius: 0 0 1rem 0;
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}
.home-step__label span:first-child {
  font-size: 1.1rem;
}
.home-step__label span:last-child {
  font-size: 2.4rem;
  margin-top: 0.2rem;
}
.home-step__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-weight: bold;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
.home-step__text .button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 152px;
}

.home-project {
  overflow: hidden;
}
.home-project .slick-list {
  margin: 0 -1rem;
  overflow: visible;
}
.home-project .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-project .slick-slide {
  padding: 0 1rem;
  height: auto !important;
}
.home-project .slick-arrow {
  background-color: #1966E3;
  z-index: 1;
  width: 51px;
  height: 24px;
  border-radius: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.home-project .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.613%22%20height%3D%229.369%22%20viewBox%3D%220%200%2013.613%209.369%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_195%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20195%22%20transform%3D%22translate(0%200.354)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_436%22%20data-name%3D%22%E3%83%91%E3%82%B9%20436%22%20d%3D%22M-10011.58-4879h12.24%22%20transform%3D%22translate(10011.58%204883.332)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_437%22%20data-name%3D%22%E3%83%91%E3%82%B9%20437%22%20d%3D%22M-10002.42-4883.479l4.331%2C4.331-4.331%2C4.331%22%20transform%3D%22translate(10010.995%204883.479)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.home-project .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.613%22%20height%3D%229.369%22%20viewBox%3D%220%200%2013.613%209.369%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_195%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20195%22%20transform%3D%22translate(0.707%200.354)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_436%22%20data-name%3D%22%E3%83%91%E3%82%B9%20436%22%20d%3D%22M-9999.34-4879h-12.24%22%20transform%3D%22translate(10012.246%204883.332)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_437%22%20data-name%3D%22%E3%83%91%E3%82%B9%20437%22%20d%3D%22M-9998.088-4883.479l-4.331%2C4.331%2C4.331%2C4.331%22%20transform%3D%22translate(10002.419%204883.479)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  left: auto;
}
.home-project .slick-arrow.slick-disabled {
  background-color: #cecece;
  pointer-events: none;
}

.home-news {
  background-color: #1966E3;
  border-radius: 3rem;
  margin-top: -9.2rem;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  position: relative;
  z-index: 2;
}
.home-news .button-arrow {
  text-align: left;
  width: 100%;
  display: inline-block;
}
.home-news .button-arrow::after, .home-news .button-arrow::before {
  right: 1.5rem;
}

.home-news__title {
  font-weight: bold;
}
.home-news__post .news-archive__item {
  border-color: #3F7FEA;
}
.home-news__post .news-archive a {
  color: #fff;
}

.home-news__button {
  width: 220px;
}
.news-archive__list {
  list-style: none;
  padding-left: 0;
}
.news-archive__item {
  border-bottom: 1px solid #e5e5e5;
}
.news-archive__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.5;
}
.news-archive__link::before, .news-archive__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 16px;
  right: 0;
}
.news-archive__link::before {
  border: 1px solid #1966E3;
  border-radius: 4px;
  background-color: #1966E3;
}
.home-news .news-archive__link::before {
  border-color: #fff;
}
.news-archive__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.312%22%20height%3D%226.482%22%20viewBox%3D%220%200%209.312%206.482%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_195%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20195%22%20transform%3D%22translate(-338.42%20-1591.759)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_436%22%20data-name%3D%22%E3%83%91%E3%82%B9%20436%22%20d%3D%22M-10011.58-4879h8.16%22%20transform%3D%22translate(10350%206474)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_437%22%20data-name%3D%22%E3%83%91%E3%82%B9%20437%22%20d%3D%22M-10002.42-4883.479l2.888%2C2.887-2.888%2C2.888%22%20transform%3D%22translate(10346.557%206475.591)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.news-archive__time {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #1966E3;
}
.home-news .news-archive__time {
  color: #91B9FD;
}
.news-archive__title {
  font-weight: 500;
}
.news-archive__pager .pager {
  font-weight: 500;
}
.news-archive__pager .pager__arrow {
  background-color: #C0CCDB;
}
.news-archive__pager .pager__arrow::after {
  content: none;
}
.news-archive__pager .pager__link--current {
  background-color: #fff;
  color: #1966E3;
}

.faq-list__item:not(:first-child) {
  margin-top: 1rem;
}
.faq-list__title {
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
.faq-list__title::before {
  content: "Q";
  font-family: "Barlow", sans-serif;
  color: #1966E3;
  font-weight: 500;
  line-height: 1.2;
}
.faq-list__title::after {
  background-color: #1966E3;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_361%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20361%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.105%22%20height%3D%2215.105%22%20viewBox%3D%220%200%2015.105%2015.105%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_475%22%20data-name%3D%22%E3%83%91%E3%82%B9%20475%22%20d%3D%22M-77.625-9864.5H-62.52%22%20transform%3D%22translate(77.625%209872.053)%22%20fill%3D%22none%22%20stroke%3D%22%231966e3%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_476%22%20data-name%3D%22%E3%83%91%E3%82%B9%20476%22%20d%3D%22M0%2C0H15.105%22%20transform%3D%22translate(7.553%200)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%231966e3%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
          mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_361%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20361%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.105%22%20height%3D%2215.105%22%20viewBox%3D%220%200%2015.105%2015.105%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_475%22%20data-name%3D%22%E3%83%91%E3%82%B9%20475%22%20d%3D%22M-77.625-9864.5H-62.52%22%20transform%3D%22translate(77.625%209872.053)%22%20fill%3D%22none%22%20stroke%3D%22%231966e3%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_476%22%20data-name%3D%22%E3%83%91%E3%82%B9%20476%22%20d%3D%22M0%2C0H15.105%22%20transform%3D%22translate(7.553%200)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%231966e3%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
.faq-list__title.open::after {
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.105%22%20height%3D%222%22%20viewBox%3D%220%200%2015.105%202%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_475%22%20data-name%3D%22%E3%83%91%E3%82%B9%20475%22%20d%3D%22M-77.625-9864.5H-62.52%22%20transform%3D%22translate(77.625%209865.5)%22%20fill%3D%22none%22%20stroke%3D%22%231966e3%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
          mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.105%22%20height%3D%222%22%20viewBox%3D%220%200%2015.105%202%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_475%22%20data-name%3D%22%E3%83%91%E3%82%B9%20475%22%20d%3D%22M-77.625-9864.5H-62.52%22%20transform%3D%22translate(77.625%209865.5)%22%20fill%3D%22none%22%20stroke%3D%22%231966e3%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
.faq-list__title span {
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-weight: bold;
}
.faq-list__content {
  font-weight: 500;
}

.form input:not([type=radio]):not([type=checkbox]):not([type=button]),
.form textarea,
.form select {
  border-color: #D2D5D9;
  border-radius: 5px;
}

.form-inputs__required {
  background-color: #F05656;
  color: #fff;
  border-radius: 2px;
  font-size: 1.2rem;
  font-weight: 500;
  width: 46px;
  height: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  margin-left: 1.5rem;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.form-checkbox span {
  display: block;
  position: relative;
  padding-left: 4rem;
}
.form-checkbox span::before, .form-checkbox span::after {
  content: "";
  display: block;
  position: absolute;
}
.form-checkbox span::before {
  border-color: #D2D5D9;
  left: 0;
  top: 0.4rem;
  width: 26px;
  height: 26px;
  border-radius: 4px;
}
.form-checkbox span::after {
  border-bottom: 1px solid #1966E3;
  border-left: 1px solid #1966E3;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  width: 10px;
  height: 5px;
  left: 0.8rem;
  top: 1.3rem;
}

.form-submit .button {
  border-radius: 5px;
  min-width: 160px;
  position: relative;
  height: 52px;
  font-size: 1.5rem;
  font-weight: bold;
}
.form-submit .button::before, .form-submit .button::after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
}
.form-submit .button::before {
  border-radius: 4px;
}
.form-submit .button::after {
  background-repeat: no-repeat;
  background-position: center;
}
.form-submit__send {
  text-align: left;
  padding-left: 2rem;
}
.form-submit__send::before, .form-submit__send::after {
  right: 15px;
  -webkit-transition: 0.2s right;
  transition: 0.2s right;
}
.form-submit__send::before {
  background-color: #fff;
}
.form-submit__send::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.312%22%20height%3D%226.482%22%20viewBox%3D%220%200%209.312%206.482%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_195%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20195%22%20transform%3D%22translate(-338.42%20-1591.759)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_436%22%20data-name%3D%22%E3%83%91%E3%82%B9%20436%22%20d%3D%22M-10011.58-4879h8.16%22%20transform%3D%22translate(10350%206474)%22%20fill%3D%22none%22%20stroke%3D%22%231966E3%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_437%22%20data-name%3D%22%E3%83%91%E3%82%B9%20437%22%20d%3D%22M-10002.42-4883.479l2.888%2C2.887-2.888%2C2.888%22%20transform%3D%22translate(10346.557%206475.591)%22%20fill%3D%22none%22%20stroke%3D%22%231966E3%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-submit__back {
  text-align: right;
  padding-left: 60px;
  padding-right: 2rem;
}
.form-submit__back::before, .form-submit__back::after {
  left: 15px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: left, background-color;
  transition-property: left, background-color;
}
.form-submit__back::before {
  background-color: #1966E3;
}
.form-submit__back::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.312%22%20height%3D%226.482%22%20viewBox%3D%220%200%209.312%206.482%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_195%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20195%22%20transform%3D%22translate(-338.42%20-1591.759)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_436%22%20data-name%3D%22%E3%83%91%E3%82%B9%20436%22%20d%3D%22M-10011.58-4879h8.16%22%20transform%3D%22translate(10350%206474)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_437%22%20data-name%3D%22%E3%83%91%E3%82%B9%20437%22%20d%3D%22M-10002.42-4883.479l2.888%2C2.887-2.888%2C2.888%22%20transform%3D%22translate(10346.557%206475.591)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.term {
  font-size: 1.4rem;
}
.term h2 {
  font-size: 1.8rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.term h2:first-child {
  margin-top: 0;
}
.term ol {
  counter-reset: list-counter;
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.term ol > li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 2em;
}
.term ol > li::before {
  content: "(" counter(list-counter) ") ";
  position: absolute;
  left: 0;
}
.term ol > li ol {
  margin: 0;
}
.term ol.term-list > li {
  padding-left: 2.4rem;
  margin-bottom: 1em;
}
.term ol.term-list > li::before {
  content: "" counter(list-counter) ".";
  font-weight: bold; /* 必要ならば装飾を追加 */
  color: #1966E3;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  top: -1px;
}

.project-card {
  background-color: #fff;
  padding: 2.6rem;
  border-radius: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.project-card__header {
  border-bottom: 1px solid #e5e5e5;
}
.project-card__title {
  color: #1966E3;
  font-size: 1.6rem;
  padding-bottom: 2rem;
}
.project-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 2rem;
}
.project-card__description {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.75;
}
.project-card-result .project-card__description {
  font-weight: 500;
  margin-bottom: 2rem;
}
.project-card-detail .project-card__description {
  font-weight: 500;
  margin-bottom: 2rem;
}
.project-card__footer {
  margin-top: 2rem;
}
.project-card-result .project-card__footer {
  margin-top: 3.2rem;
}
.project-card__footer .button-arrow {
  text-align: left;
  padding-top: 1.5rem;
  padding-bottom: 1.4rem;
}
.project-card__footer .button-arrow::before, .project-card__footer .button-arrow::after {
  right: 1.5rem;
}

.project-terms {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.4rem;
}
.project-card-detail .project-terms, .project-card-result .project-terms {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.project-card-detail .project-terms:last-child, .project-card-result .project-terms:last-child {
  margin-bottom: 0;
}
.project-terms__label {
  font-weight: 400;
}
.project-card-detail .project-terms__label, .project-card-result .project-terms__label {
  border: 1px solid #1966E3;
  border-radius: 999px;
  width: 80px;
  text-align: center;
  color: #1966E3;
}
.project-terms__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project-card-detail .project-terms__text, .project-card-result .project-terms__text {
  padding-left: 18px;
}

.entry__header {
  border-bottom: 1px solid #F3F5F8;
  padding-bottom: 2rem;
}

.entry__title {
  line-height: 1.5;
  font-weight: bold;
}

.entry__date {
  font-weight: 500;
  color: #1966E3;
  font-family: "Barlow", sans-serif;
}

.entry__content {
  padding-top: 3rem;
}
.entry__content h2, .entry__content h2, .entry__content h3 {
  font-weight: bold;
  line-height: 1.666;
}
.entry__content h2:first-child, .entry__content h2:first-child, .entry__content h3:first-child {
  margin-top: 0;
}
.entry__content h2:last-child, .entry__content h2:last-child, .entry__content h3:last-child {
  margin-bottom: 0;
}
.entry__content h3 {
  color: #1966E3;
}
.entry__content a {
  color: #1966E3;
  text-decoration: underline;
}

.entry__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.entry__pager-link {
  border: 1px solid #1966E3;
  display: block;
  color: #1966E3;
  font-weight: bold;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.entry__pager-link::before, .entry__pager-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 16px;
  top: 50%;
  margin-top: -7px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.entry__pager-link::before {
  border-radius: 4px;
  background-color: #1966E3;
}
.entry__pager-link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.312%22%20height%3D%226.482%22%20viewBox%3D%220%200%209.312%206.482%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_195%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20195%22%20transform%3D%22translate(-338.42%20-1591.759)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_436%22%20data-name%3D%22%E3%83%91%E3%82%B9%20436%22%20d%3D%22M-10011.58-4879h8.16%22%20transform%3D%22translate(10350%206474)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_437%22%20data-name%3D%22%E3%83%91%E3%82%B9%20437%22%20d%3D%22M-10002.42-4883.479l2.888%2C2.887-2.888%2C2.888%22%20transform%3D%22translate(10346.557%206475.591)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.entry__pager-item--prev .entry__pager-link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.entry__pager-item--prev .entry__pager-link::before, .entry__pager-item--prev .entry__pager-link::after {
  -webkit-transition-property: left;
  transition-property: left;
}
.entry__pager-item--prev .entry__pager-link::after {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.entry__pager-item--next .entry__pager-link::before, .entry__pager-item--next .entry__pager-link::after {
  -webkit-transition-property: right;
  transition-property: right;
}

.input-text {
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}
.input-text:first-child {
  margin-top: 0;
}

.input-toggle {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 1.5rem 1.5rem 0;
}
.input-toggle span {
  display: inline-block;
  padding: 0.5rem 1.8rem;
}
.input-toggle > input {
  opacity: 0;
  position: absolute;
}
.input-toggle > input:checked + span {
  color: #1966E3;
}
.input-toggle > input[type=radio] + span {
  border: 1px solid #F3F5F8;
  border-radius: 5px;
  color: #1966E3;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.input-toggle > input[type=radio]:checked + span {
  border-color: #1966E3;
}
.input-toggle > input[type=checkbox] + span {
  position: relative;
  padding-left: 2.5rem;
  padding-right: 0;
  padding-right: 0.5rem;
}
.input-toggle > input[type=checkbox] + span::before, .input-toggle > input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  display: block;
}
.input-toggle > input[type=checkbox] + span::before {
  width: 15px;
  height: 15px;
  border: 2px solid #D8D8D8;
  left: 0;
  border-radius: 2px;
  top: 1rem;
}
.input-toggle > input[type=checkbox] + span::after {
  width: 9px;
  height: 9px;
  background-color: #1966E3;
  border-radius: 1px;
  left: 0.3rem;
  top: 1.3rem;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.input-toggle > input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.input-button {
  border-radius: 0.5rem;
}

.search-result__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.3rem;
}
.search-result__perpage {
  font-size: 1.3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2rem;
}
.search-result__filter-select {
  border: 1px solid #1966E3;
  border-radius: 9999px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.search-result__filter-select::after {
  content: "";
  display: block;
  height: calc(tan(60deg) * 7px / 2);
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  background-color: #1966E3;
  right: 1.5rem;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-result__filter-select select {
  height: 36px;
  background-color: transparent;
  padding: 0 3rem 0 2.2rem;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}
.search-result__item {
  margin-bottom: 3rem;
}
.search-result__item:last-child {
  margin-bottom: 0;
}
.search-result__pager {
  background-color: #fff;
  border-radius: 999px;
  padding: 0 1.6rem;
}
.search-result__pager .pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  gap: 0;
}
.search-result__pager .pager__list > * {
  white-space: nowrap;
}
.search-result__pager .pager__link {
  position: relative;
  text-align: center;
  min-width: 4.5rem;
  height: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  border-radius: 0;
}
.search-result__pager .pager__arrow {
  width: 34px;
  height: 3.7rem;
  text-indent: -9999px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  background-color: #fff;
}
.search-result__pager .pager__arrow::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #1C1C22;
  width: 8px;
  height: 8px;
}
.search-result__pager .pager__arrow--prev {
  margin: 0;
}
.search-result__pager .pager__arrow--prev::after {
  border-left: 1px solid #1C1C22;
  margin-right: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.search-result__pager .pager__arrow--next {
  margin: 0;
}
.search-result__pager .pager__arrow--next::after {
  border-right: 1px solid #1C1C22;
  margin-left: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-box {
  background-color: #fff;
  border-radius: 1rem;
  padding-top: 1rem;
  line-height: 1.6;
}

.search-box__group {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  overflow: hidden;
}
.search-box__group:last-child {
  border-bottom: none;
}

.search-box__label {
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-box__label > i {
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.search-box__label > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.2rem;
}

.search-box__keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.search-box__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.icon-keyword {
  background-image: url(../img/icon_search_keyword.svg);
}

.icon-language {
  background-image: url(../img/icon_search_language.svg);
}

.icon-os {
  background-image: url(../img/icon_search_os.svg);
}

.icon-remote {
  background-image: url(../img/icon_search_remote.svg);
}

.icon-money {
  background-image: url(../img/icon_search_money.svg);
}

.icon-calendar {
  background-image: url(../img/icon_search_calendar.svg);
}

.search-history__title {
  border-bottom: 1px solid #1966E3;
}
.search-history__list {
  list-style: none;
  margin-left: 0;
  padding: 0;
  overflow: auto;
  padding-right: 1rem;
  margin-right: -1rem;
}
.search-history__list li {
  border-bottom: 1px solid #e5e5e5;
}
.search-history__list li.nohistory {
  border-bottom: none;
}
.search-history__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-history__list li a > i {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.759%22%20height%3D%2215.546%22%20viewBox%3D%220%200%2015.759%2015.546%22%3E%20%3Cg%20id%3D%22magnifying-glass%22%20transform%3D%22translate(0%20-0.802)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_452%22%20data-name%3D%22%E3%83%91%E3%82%B9%20452%22%20d%3D%22M15.386%2C14.174l-3.623-3.623A6.37%2C6.37%2C0%2C1%2C0%2C10%2C12.4l3.58%2C3.58a1.274%2C1.274%2C0%2C1%2C0%2C1.8-1.8Zm-9.018-2.7a4.3%2C4.3%2C0%2C1%2C1%2C4.3-4.3A4.3%2C4.3%2C0%2C0%2C1%2C6.368%2C11.474Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%231966e3%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  display: block;
  background-position: center;
  background-size: contain;
}
.search-history__list li a > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-history__list li a > span::before, .search-history__list li a > span::after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-history__list li a > span::before {
  background-color: #1966E3;
  border-radius: 4px;
}
.search-history__list li a > span::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.312%22%20height%3D%226.482%22%20viewBox%3D%220%200%209.312%206.482%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_195%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20195%22%20transform%3D%22translate(-338.42%20-1591.759)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_436%22%20data-name%3D%22%E3%83%91%E3%82%B9%20436%22%20d%3D%22M-10011.58-4879h8.16%22%20transform%3D%22translate(10350%206474)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_437%22%20data-name%3D%22%E3%83%91%E3%82%B9%20437%22%20d%3D%22M-10002.42-4883.479l2.888%2C2.887-2.888%2C2.888%22%20transform%3D%22translate(10346.557%206475.591)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: margin;
  transition-property: margin;
}
.search-history__close {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.search-history__close .button {
  border-radius: 1rem;
  width: 168px;
  position: relative;
  font-size: 1.3rem;
}
.search-history__close .button::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.707%22%20height%3D%228.707%22%20viewBox%3D%220%200%208.707%208.707%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_292%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20292%22%20transform%3D%22translate(-790.146%20-778.646)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_73%22%20data-name%3D%22%E7%B7%9A%2073%22%20x2%3D%228%22%20y2%3D%228%22%20transform%3D%22translate(790.5%20779)%22%20fill%3D%22none%22%20stroke%3D%22%231966e3%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_74%22%20data-name%3D%22%E7%B7%9A%2074%22%20x1%3D%228%22%20y2%3D%228%22%20transform%3D%22translate(790.5%20779)%22%20fill%3D%22none%22%20stroke%3D%22%231966e3%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -4px;
}
@media screen and (max-width: 768.98px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .card-horizontal--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .display-pc {
    display: none !important;
  }
  .display-none--sp {
    display: none !important;
  }
  .display-inline-block--sp {
    display: inline-block !important;
  }
  .display-inline--sp {
    display: inline !important;
  }
  .display-block--sp {
    display: block !important;
  }
  .flex-column--sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-between--sp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-center--sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-xsmall--sp {
    margin-left: -1.2rem;
  }
  .flex-xsmall--sp > div {
    padding-left: 1.2rem;
  }
  .flex-small--sp {
    margin-left: -2.4rem;
  }
  .flex-small--sp > div {
    padding-left: 2.4rem;
  }
  .flex-medium--sp {
    margin-left: -4.8rem;
  }
  .flex-medium--sp > div {
    padding-left: 4.8rem;
  }
  .flex-large--sp {
    margin-left: -6rem;
  }
  .flex-large--sp > div {
    padding-left: 6rem;
  }
  .flex-xlarge--sp {
    margin-left: -8rem;
  }
  .flex-xlarge--sp > div {
    padding-left: 8rem;
  }
  .form input:not([type=radio]):not([type=checkbox]):not([type=button]),
.form textarea,
.form select {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-inputs__input {
    margin-bottom: 2rem;
  }
  .form-submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .margin--sp {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .margin-top--sp {
    margin-top: 2rem !important;
  }
  .margin-bottom--sp {
    margin-bottom: 2rem !important;
  }
  .margin-left--sp {
    margin-left: 2rem !important;
  }
  .margin-right--sp {
    margin-right: 2rem !important;
  }
  .margin-xsmall--sp {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .margin-xsmall-top--sp {
    margin-top: 1.2rem !important;
  }
  .margin-xsmall-bottom--sp {
    margin-bottom: 1.2rem !important;
  }
  .margin-xsmall-left--sp {
    margin-left: 1.2rem !important;
  }
  .margin-xsmall-right--sp {
    margin-right: 1.2rem !important;
  }
  .margin-small--sp {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .margin-small-top--sp {
    margin-top: 2.4rem !important;
  }
  .margin-small-bottom--sp {
    margin-bottom: 2.4rem !important;
  }
  .margin-small-left--sp {
    margin-left: 2.4rem !important;
  }
  .margin-small-right--sp {
    margin-right: 2.4rem !important;
  }
  .margin-medium--sp {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .margin-medium-top--sp {
    margin-top: 4.8rem !important;
  }
  .margin-medium-bottom--sp {
    margin-bottom: 4.8rem !important;
  }
  .margin-medium-left--sp {
    margin-left: 4.8rem !important;
  }
  .margin-medium-right--sp {
    margin-right: 4.8rem !important;
  }
  .margin-large--sp {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .margin-large-top--sp {
    margin-top: 6rem !important;
  }
  .margin-large-bottom--sp {
    margin-bottom: 6rem !important;
  }
  .margin-large-left--sp {
    margin-left: 6rem !important;
  }
  .margin-large-right--sp {
    margin-right: 6rem !important;
  }
  .margin-xlarge--sp {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .margin-xlarge-top--sp {
    margin-top: 8rem !important;
  }
  .margin-xlarge-bottom--sp {
    margin-bottom: 8rem !important;
  }
  .margin-xlarge-left--sp {
    margin-left: 8rem !important;
  }
  .margin-xlarge-right--sp {
    margin-right: 8rem !important;
  }
  .margin-reset-top--sp {
    margin-top: 0rem !important;
  }
  .nav-vertical--sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: 0;
  }
  .padding--sp {
    padding: 2rem !important;
  }
  .padding-top--sp {
    padding-top: 2rem !important;
  }
  .padding-bottom--sp {
    padding-bottom: 2rem !important;
  }
  .padding-left--sp {
    padding-left: 2rem !important;
  }
  .padding-right--sp {
    padding-left: 2rem !important;
  }
  .padding-horizontal--sp {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .padding-vertical--sp {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .padding-xsmall--sp {
    padding: 1.2rem !important;
  }
  .padding-xsmall-top--sp {
    padding-top: 1.2rem !important;
  }
  .padding-xsmall-bottom--sp {
    padding-bottom: 1.2rem !important;
  }
  .padding-xsmall-left--sp {
    padding-left: 1.2rem !important;
  }
  .padding-xsmall-right--sp {
    padding-left: 1.2rem !important;
  }
  .padding-xsmall-horizontal--sp {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .padding-xsmall-vertical--sp {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .padding-small--sp {
    padding: 1.6rem !important;
  }
  .padding-small-top--sp {
    padding-top: 1.6rem !important;
  }
  .padding-small-bottom--sp {
    padding-bottom: 1.6rem !important;
  }
  .padding-small-left--sp {
    padding-left: 1.6rem !important;
  }
  .padding-small-right--sp {
    padding-left: 1.6rem !important;
  }
  .padding-small-horizontal--sp {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .padding-small-vertical--sp {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .padding-large--sp {
    padding: 4rem !important;
  }
  .padding-large-top--sp {
    padding-top: 4rem !important;
  }
  .padding-large-bottom--sp {
    padding-bottom: 4rem !important;
  }
  .padding-large-left--sp {
    padding-left: 4rem !important;
  }
  .padding-large-right--sp {
    padding-left: 4rem !important;
  }
  .padding-large-horizontal--sp {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .padding-large-vertical--sp {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .padding-xlarge--sp {
    padding: 6rem !important;
  }
  .padding-xlarge-top--sp {
    padding-top: 6rem !important;
  }
  .padding-xlarge-bottom--sp {
    padding-bottom: 6rem !important;
  }
  .padding-xlarge-left--sp {
    padding-left: 6rem !important;
  }
  .padding-xlarge-right--sp {
    padding-left: 6rem !important;
  }
  .padding-xlarge-horizontal--sp {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .padding-xlarge-vertical--sp {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .padding-reset-top--sp {
    padding-top: 0rem !important;
  }
  .padding-reset-right--sp {
    padding-right: 0rem !important;
  }
  .padding-reset-left--sp {
    padding-left: 0rem !important;
  }
  .padding-reset-bottom--sp {
    padding-bottom: 0rem !important;
  }
  .padding-reset-vertical--sp {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .padding-reset-horizontal--sp {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .pager__list {
    gap: 6px 2px;
  }
  .pager__link, .pager__arrow {
    width: 38px;
    height: 38px;
  }
  .pill--sp {
    border-radius: 16px;
  }
  .pill-small--sp {
    border-radius: 8px;
  }
  .pill-large--sp {
    border-radius: 24px;
  }
  .section--sp {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .section-xsmall--sp {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .section-small--sp {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .section-large--sp {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .section-xlarge--sp {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .table-responsive {
    display: block;
  }
  .table-responsive caption,
.table-responsive tbody,
.table-responsive th, .table-responsive td, .table-responsive tr {
    display: block;
  }
  .table-responsive th:not(:last-child), .table-responsive td:not(:last-child) {
    padding-bottom: 0.8rem;
  }
  .table-responsive th:not(:first-child), .table-responsive td:not(:first-child) {
    padding-top: 0.8rem;
  }
  .table-scroller {
    margin-left: -6.154vw;
    margin-right: -6.154vw;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .text-center--sp {
    text-align: center !important;
  }
  .text-right--sp {
    text-align: right !important;
  }
  .text-left--sp {
    text-align: left !important;
  }
  .visible--sp {
    visibility: visible !important;
  }
  .hidden--sp {
    visibility: hidden !important;
  }
  .width-1-1--sp {
    width: 100%;
  }
  .width-1-2--sp {
    width: 50%;
  }
  .width-1-3--sp {
    width: 33.3333333333%;
  }
  .width-2-3--sp {
    width: 66.6666666667%;
  }
  .width-1-4--sp {
    width: 25%;
  }
  .width-3-4--sp {
    width: 75%;
  }
  .width-1-5--sp {
    width: 20%;
  }
  .width-2-5--sp {
    width: 40%;
  }
  .width-3-5--sp {
    width: 60%;
  }
  .width-4-5--sp {
    width: 80%;
  }
  .width-1-6--sp {
    width: 16.6666666667%;
  }
  .width-5-6--sp {
    width: 83.3333333333%;
  }
  .width-1-12--sp {
    width: 8.3333333333%;
  }
  .width-2-12--sp {
    width: 16.6666666667%;
  }
  .width-3-12--sp {
    width: 25%;
  }
  .width-4-12--sp {
    width: 33.3333333333%;
  }
  .width-5-12--sp {
    width: 41.6666666667%;
  }
  .width-6-12--sp {
    width: 50%;
  }
  .width-7-12--sp {
    width: 58.3333333333%;
  }
  .width-8-12--sp {
    width: 66.6666666667%;
  }
  .width-9-12--sp {
    width: 75%;
  }
  .width-10-12--sp {
    width: 83.3333333333%;
  }
  .width-11-12--sp {
    width: 91.6666666667%;
  }
  .width-xsmall--sp {
    width: 100px;
  }
  .width-small--sp {
    width: 200px;
  }
  .width-medium--sp {
    width: 400px;
  }
  .width-large--sp {
    width: 600px;
  }
  .width-xlarge--sp {
    width: 750px;
  }
  .width-thumbnail--sp {
    width: 300px;
  }
  .width-auto--sp {
    width: auto;
  }
  .width-fluid--sp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
  .qrcopy-overlay {
    display: none !important;
  }
  .qrcopy-content {
    display: none !important;
  }
  .qrcopy-close {
    display: none !important;
  }
  .header__background {
    background-position: left center;
  }
  .header__background > div {
    height: 80px;
  }
  .header__background > div::before {
    border-top-right-radius: 25px;
    width: 200px;
  }
  .header__background > div::after {
    width: 25px;
    height: 25px;
    left: 200px;
  }
  .header .navbar__logo {
    width: 134px;
    line-height: 1;
  }
  .footer {
    background-image: url(../img/common/footer_background_sp.jpg);
    padding-top: 5rem;
    padding-bottom: 3.5rem;
  }
  .footer .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .footer__right {
    margin-top: 3.5rem;
  }
  .footer .nav li {
    margin-left: 0;
    margin-bottom: 1.4rem;
  }
  .footer .nav li:last-child {
    margin-bottom: 0;
  }
  .footer__copy {
    padding-top: 3rem;
    margin-top: 4rem;
  }
  .h2 {
    padding-top: 3rem;
    margin-right: -3rem;
    padding-right: 3rem;
  }
  .partner {
    margin-top: 8rem;
  }
  .content__header {
    padding-top: 4rem;
  }
  .content__title {
    font-size: 2.4rem;
    padding-top: 2rem;
  }
  .content__title::before {
    width: 120px;
  }
  .content__body {
    padding-top: 48px;
  }
  .popup__content {
    padding: 2.8\4 rem 2rem;
    width: calc(100% - 30px);
  }
  .cookie-consent {
    width: calc(100% - 4rem);
    right: 2rem;
    bottom: 0;
    padding: 12px 12px 20px;
  }
  .cookie-consent__text {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .cookie-consent__button .button {
    font-size: 1.5rem;
    height: 44px;
    padding: 0;
  }
  .box {
    padding: 3rem 2rem;
  }
  .home-hero {
    padding: 1.5rem 1.5rem 0;
  }
  .home-hero__background {
    clip-path: path("M0,471.653V66.347A17.348,17.348,0,0,1,17.347,49H156.653A17.347,17.347,0,0,0,174,31.653V17.347A17.348,17.348,0,0,1,191.347,0h916.306A17.348,17.348,0,0,1,1125,17.347V471.653A17.347,17.347,0,0,1,1107.653,489H17.347A17.347,17.347,0,0,1,0,471.653");
    height: 489px;
    border-radius: 2rem;
  }
  .home-hero__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-hero__wrap {
    padding: 10.4rem 0 0;
  }
  .home-hero__headline {
    margin-bottom: 1.5rem;
  }
  .home-hero__headline-top {
    font-size: 1.7rem;
    width: 144px;
    height: 47px;
    padding-left: 3.4rem;
    padding-top: 0.1rem;
  }
  .home-hero__headline-top span {
    font-size: 2.2rem;
    margin-left: 0.9rem;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .home-hero__headline-bottom {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    text-align: left;
    padding-left: 3.1rem;
    margin-top: -0.6rem;
  }
  .home-hero__line {
    border-radius: 2rem;
    margin-top: 5.2rem;
    padding: 1.5rem;
  }
  .home-hero__line-text {
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .home-hero__line-count {
    width: 245px;
    line-height: 1.65;
    margin-left: auto;
    margin-right: auto;
  }
  .home-hero__line-invite {
    font-size: 2rem;
  }
  .home-hero__line-button {
    margin: 0 auto;
  }
  .home-hero__line-button .button-line {
    padding: 1.3rem 0;
  }
  .home-about {
    margin-top: 5rem;
  }
  .home-about__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-about__title span {
    text-indent: -9999px;
    overflow: hidden;
    width: 239px;
    height: 29px;
    margin-bottom: 0.4rem;
  }
  .home-step {
    margin-left: -3rem;
    margin-right: -3rem;
    padding: 0 2.75rem;
    overflow: hidden;
    margin-top: 4rem;
  }
  .home-step__item {
    padding: 1rem;
  }
  .home-step__text {
    padding: 2rem 0;
  }
  .home-project__slide {
    padding-right: 55px;
  }
  .home-project .slick-arrow {
    top: -45px;
  }
  .home-project .slick-arrow.slick-next {
    right: 0;
  }
  .home-project .slick-arrow.slick-prev {
    right: 6.1rem;
  }
  .home-project,
.home-search {
    margin-top: 8rem;
  }
  .home-news {
    padding: 5rem 0 6rem;
  }
  .home-news__button {
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
  .news-archive__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.8rem 5.6rem 2.6rem 0;
  }
  .news-archive__link::before, .news-archive__link::after {
    top: 6.4rem;
  }
  .news-archive__time {
    margin-bottom: 1rem;
  }
  .faq-list__title {
    padding: 1.2rem 1.6rem;
  }
  .faq-list__title::before {
    font-size: 1.9rem;
    margin-right: 0.6rem;
  }
  .faq-list__title span {
    font-size: 1.5rem;
  }
  .faq-list__content {
    font-size: 1.3rem;
    padding: 1rem 1.6rem 2rem 3rem;
  }
  .form-inputs {
    margin-top: 0;
  }
  .form-privacy {
    margin-top: 0;
  }
  .form-privacy span {
    font-size: 1.4rem;
    padding-top: 0.2rem;
    padding-left: 3.2rem;
  }
  .project-card-result .project-card__title {
    font-size: 1.8rem;
  }
  .project-card-detail .project-card__title {
    font-size: 2rem;
  }
  .project-card-result .project-card__description {
    font-size: 1.5rem;
  }
  .project-card-detail .project-terms, .project-card-result .project-terms {
    margin-bottom: 1.2rem;
  }
  .entry__title {
    font-size: 2.2rem;
    margin-top: 0.5rem;
  }
  .entry__content {
    font-size: 1.5rem;
  }
  .entry__content h2, .entry__content h2, .entry__content h3 {
    letter-spacing: 0;
    margin: 3rem 0;
  }
  .entry__content h2 {
    font-size: 2rem;
    margin-top: 4rem;
  }
  .entry__content h3 {
    font-size: 1.8rem;
  }
  .entry__pager {
    margin-top: 3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .entry__pager-item {
    width: calc(50% - 1rem);
  }
  .entry__pager-link {
    font-size: 1.5rem;
    padding: 0 1rem;
    height: 48px;
  }
  .entry__pager-item--prev .entry__pager-link::before, .entry__pager-item--prev .entry__pager-link::after {
    left: 1rem;
  }
  .entry__pager-item--next .entry__pager-link::before, .entry__pager-item--next .entry__pager-link::after {
    right: 1rem;
  }
  .input-text {
    padding: 0.8rem 1.6rem;
  }
  .input-button {
    font-size: 1.4rem;
  }
  .search-layout__side {
    margin-right: -3rem;
    margin-left: -3rem;
    border-radius: 0;
  }
  .search-layout__front {
    padding-top: 4rem;
  }
  .search-box__group {
    padding: 4rem 2rem 2.5rem;
  }
  .search-layout__side .search-box__group {
    padding: 1rem 2.6rem;
  }
  .search-layout__side .search-box__group:first-child {
    margin-bottom: 1rem;
  }
  .search-layout__side .search-box__group:first-child .input-text {
    margin-bottom: 0.4rem;
  }
  .search-layout__side .search-box__group:not(:first-child) {
    border-bottom: none;
  }
  .search-box__label {
    margin-bottom: 1.6rem;
  }
  .search-layout__side .search-box__label {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
  .search-layout__side .search-box__label > i {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .search-layout__side .search-box__input {
    overflow: auto;
    margin-right: -3rem;
    padding-left: 3rem;
  }
  .search-layout__side .search-box__input > div {
    white-space: nowrap;
  }
  .search-layout__side .search-box__input > div > *:last-child {
    margin-right: 3rem;
  }
  .search-layout__side .search-box__input .input-toggle {
    margin-bottom: 0.4rem;
  }
  .search-layout__side .search-box__input .input-text {
    width: calc(100% - 3rem);
  }
  .search-box__keyword {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .search-box__keyword .input-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .search-box__keyword .button {
    width: 60px;
    padding: 0.9rem 0;
    line-height: 1.3;
    margin-left: 0.8rem;
  }
  .search-box__submit {
    border-top: 1px solid #e5e5e5;
    margin-top: 2rem;
    padding: 2.4rem;
  }
  .search-history__title {
    font-size: 1.8rem;
    padding-bottom: 0.4rem;
    margin-bottom: 1rem;
  }
  .search-history__description {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .search-history__list {
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-height: calc(100vh - 240px);
  }
  .search-history__list li a {
    padding: 0.8rem 0;
    font-size: 1.3rem;
  }
  .search-history__list li a > i {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    width: 14px;
    height: 14px;
  }
  .search-history__list li a > span {
    padding-right: 4.2rem;
    padding-left: 0.8rem;
  }
  .search-history__close {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .align-center--pc {
    text-align: center !important;
  }
  .card__header {
    padding: 2rem 4rem;
  }
  .card-xsmall .card__header {
    padding: 1.2rem 2rem;
  }
  .card-small .card__header {
    padding: 1.6rem 3rem;
  }
  .card-large .card__header {
    padding: 3rem 6rem;
  }
  .card-xlarge .card__header {
    padding: 4rem 8rem;
  }
  .card__body {
    padding: 4rem;
  }
  .card-xsmall .card__body {
    padding: 1.6rem;
  }
  .card-small .card__body {
    padding: 3rem;
  }
  .card-large .card__body {
    padding: 6rem;
  }
  .card-xlarge .card__body {
    padding: 8rem;
  }
  .card-horizontal--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container {
    max-width: 1180px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .container-xsmall {
    max-width: 830px;
  }
  .container-small {
    max-width: 1060px;
  }
  .container-large {
    max-width: 1340px;
  }
  .container-xlarge {
    max-width: 1520px;
  }
  .display-sp {
    display: none !important;
  }
  .display-none--pc {
    display: none !important;
  }
  .display-inline-block--pc {
    display: inline-block !important;
  }
  .display-inline--pc {
    display: inline !important;
  }
  .display-block--pc {
    display: block !important;
  }
  .drawer-button {
    display: none;
  }
  .drawer-content {
    display: none !important;
  }
  .flex-column--pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-between--pc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-center--pc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-xsmall--pc {
    margin-left: -1.2rem;
  }
  .flex-xsmall--pc > div {
    padding-left: 1.2rem;
  }
  .flex-small--pc {
    margin-left: -2.4rem;
  }
  .flex-small--pc > div {
    padding-left: 2.4rem;
  }
  .flex-medium--pc {
    margin-left: -4.8rem;
  }
  .flex-medium--pc > div {
    padding-left: 4.8rem;
  }
  .flex-large--pc {
    margin-left: -6rem;
  }
  .flex-large--pc > div {
    padding-left: 6rem;
  }
  .flex-xlarge--pc {
    margin-left: -8rem;
  }
  .flex-xlarge--pc > div {
    padding-left: 8rem;
  }
  .form input:not([type=radio]):not([type=checkbox]):not([type=button]),
.form textarea,
.form select {
    padding: 1.4rem 1.6rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form__description {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .form__inputarea {
    margin-top: 8rem;
  }
  .form-inputs {
    gap: 2rem 2rem;
    grid-template-columns: 200px 1fr;
  }
  .form-inputs--confirm {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-inputs--confirm .form-input__label {
    padding: 0;
  }
  .form-inputs--confirm .form-inputs__input {
    margin-bottom: 2rem;
    padding-left: 1rem;
  }
  .form-inputs__label {
    padding-top: 1.6rem;
  }
  .form-submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
  }
  .form-error__list {
    margin-top: 3rem;
    padding: 2.4rem;
  }
  .form-privacy__scroll {
    padding-right: 2.6rem;
  }
  .h1, h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .h2, h2 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .h3, h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .h4, h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .h5, h5 {
    font-size: 20px;
    font-size: 2rem;
  }
  .h6, h6 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .hero__headline {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .link {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .link-zoom:hover::after {
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .link-zoom::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .margin--pc {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .margin-top--pc {
    margin-top: 2rem !important;
  }
  .margin-bottom--pc {
    margin-bottom: 2rem !important;
  }
  .margin-left--pc {
    margin-left: 2rem !important;
  }
  .margin-right--pc {
    margin-right: 2rem !important;
  }
  .margin-xsmall--pc {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .margin-xsmall-top--pc {
    margin-top: 1.2rem !important;
  }
  .margin-xsmall-bottom--pc {
    margin-bottom: 1.2rem !important;
  }
  .margin-xsmall-left--pc {
    margin-left: 1.2rem !important;
  }
  .margin-xsmall-right--pc {
    margin-right: 1.2rem !important;
  }
  .margin-small--pc {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .margin-small-top--pc {
    margin-top: 2.4rem !important;
  }
  .margin-small-bottom--pc {
    margin-bottom: 2.4rem !important;
  }
  .margin-small-left--pc {
    margin-left: 2.4rem !important;
  }
  .margin-small-right--pc {
    margin-right: 2.4rem !important;
  }
  .margin-medium--pc {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .margin-medium-top--pc {
    margin-top: 4.8rem !important;
  }
  .margin-medium-bottom--pc {
    margin-bottom: 4.8rem !important;
  }
  .margin-medium-left--pc {
    margin-left: 4.8rem !important;
  }
  .margin-medium-right--pc {
    margin-right: 4.8rem !important;
  }
  .margin-large--pc {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .margin-large-top--pc {
    margin-top: 6rem !important;
  }
  .margin-large-bottom--pc {
    margin-bottom: 6rem !important;
  }
  .margin-large-left--pc {
    margin-left: 6rem !important;
  }
  .margin-large-right--pc {
    margin-right: 6rem !important;
  }
  .margin-xlarge--pc {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .margin-xlarge-top--pc {
    margin-top: 8rem !important;
  }
  .margin-xlarge-bottom--pc {
    margin-bottom: 8rem !important;
  }
  .margin-xlarge-left--pc {
    margin-left: 8rem !important;
  }
  .margin-xlarge-right--pc {
    margin-right: 8rem !important;
  }
  .margin-reset-top--pc {
    margin-top: 0rem !important;
  }
  .nav-vertical--pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: 0;
  }
  .padding--pc {
    padding: 2rem !important;
  }
  .padding-top--pc {
    padding-top: 2rem !important;
  }
  .padding-bottom--pc {
    padding-bottom: 2rem !important;
  }
  .padding-left--pc {
    padding-left: 2rem !important;
  }
  .padding-right--pc {
    padding-left: 2rem !important;
  }
  .padding-horizontal--pc {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .padding-vertical--pc {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .padding-xsmall--pc {
    padding: 1.2rem !important;
  }
  .padding-xsmall-top--pc {
    padding-top: 1.2rem !important;
  }
  .padding-xsmall-bottom--pc {
    padding-bottom: 1.2rem !important;
  }
  .padding-xsmall-left--pc {
    padding-left: 1.2rem !important;
  }
  .padding-xsmall-right--pc {
    padding-left: 1.2rem !important;
  }
  .padding-xsmall-horizontal--pc {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .padding-xsmall-vertical--pc {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .padding-small--pc {
    padding: 1.6rem !important;
  }
  .padding-small-top--pc {
    padding-top: 1.6rem !important;
  }
  .padding-small-bottom--pc {
    padding-bottom: 1.6rem !important;
  }
  .padding-small-left--pc {
    padding-left: 1.6rem !important;
  }
  .padding-small-right--pc {
    padding-left: 1.6rem !important;
  }
  .padding-small-horizontal--pc {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .padding-small-vertical--pc {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .padding-large--pc {
    padding: 4rem !important;
  }
  .padding-large-top--pc {
    padding-top: 4rem !important;
  }
  .padding-large-bottom--pc {
    padding-bottom: 4rem !important;
  }
  .padding-large-left--pc {
    padding-left: 4rem !important;
  }
  .padding-large-right--pc {
    padding-left: 4rem !important;
  }
  .padding-large-horizontal--pc {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .padding-large-vertical--pc {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .padding-xlarge--pc {
    padding: 6rem !important;
  }
  .padding-xlarge-top--pc {
    padding-top: 6rem !important;
  }
  .padding-xlarge-bottom--pc {
    padding-bottom: 6rem !important;
  }
  .padding-xlarge-left--pc {
    padding-left: 6rem !important;
  }
  .padding-xlarge-right--pc {
    padding-left: 6rem !important;
  }
  .padding-xlarge-horizontal--pc {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .padding-xlarge-vertical--pc {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .padding-reset-top--pc {
    padding-top: 0rem !important;
  }
  .padding-reset-right--pc {
    padding-right: 0rem !important;
  }
  .padding-reset-left--pc {
    padding-left: 0rem !important;
  }
  .padding-reset-bottom--pc {
    padding-bottom: 0rem !important;
  }
  .padding-reset-vertical--pc {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .padding-reset-horizontal--pc {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .pager__list {
    gap: 7px;
  }
  .pager__link, .pager__arrow {
    width: 42px;
    height: 42px;
  }
  .pager__arrow--prev {
    margin-right: 2.6rem;
  }
  .pager__arrow--next {
    margin-left: 2.6rem;
  }
  .pager__dot {
    margin: 0 0.5rem;
  }
  .pill--pc {
    border-radius: 16px;
  }
  .pill-small--pc {
    border-radius: 8px;
  }
  .pill-large--pc {
    border-radius: 24px;
  }
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .section--pc {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .section-xsmall {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .section-xsmall--pc {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .section-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-small--pc {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-large {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .section-large--pc {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .section-xlarge {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .section-xlarge--pc {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .text-xsmall {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .text-default {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-xlarge {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .text-center--pc {
    text-align: center !important;
  }
  .text-right--pc {
    text-align: right !important;
  }
  .text-left--pc {
    text-align: left !important;
  }
  .visible--pc {
    visibility: visible !important;
  }
  .hidden--pc {
    visibility: hidden !important;
  }
  .width-1-1--pc {
    width: 100%;
  }
  .width-1-2--pc {
    width: 50%;
  }
  .width-1-3--pc {
    width: 33.3333333333%;
  }
  .width-2-3--pc {
    width: 66.6666666667%;
  }
  .width-1-4--pc {
    width: 25%;
  }
  .width-3-4--pc {
    width: 75%;
  }
  .width-1-5--pc {
    width: 20%;
  }
  .width-2-5--pc {
    width: 40%;
  }
  .width-3-5--pc {
    width: 60%;
  }
  .width-4-5--pc {
    width: 80%;
  }
  .width-1-6--pc {
    width: 16.6666666667%;
  }
  .width-5-6--pc {
    width: 83.3333333333%;
  }
  .width-1-12--pc {
    width: 8.3333333333%;
  }
  .width-2-12--pc {
    width: 16.6666666667%;
  }
  .width-3-12--pc {
    width: 25%;
  }
  .width-4-12--pc {
    width: 33.3333333333%;
  }
  .width-5-12--pc {
    width: 41.6666666667%;
  }
  .width-6-12--pc {
    width: 50%;
  }
  .width-7-12--pc {
    width: 58.3333333333%;
  }
  .width-8-12--pc {
    width: 66.6666666667%;
  }
  .width-9-12--pc {
    width: 75%;
  }
  .width-10-12--pc {
    width: 83.3333333333%;
  }
  .width-11-12--pc {
    width: 91.6666666667%;
  }
  .width-xsmall--pc {
    width: 100px;
  }
  .width-small--pc {
    width: 200px;
  }
  .width-medium--pc {
    width: 400px;
  }
  .width-large--pc {
    width: 600px;
  }
  .width-xlarge--pc {
    width: 750px;
  }
  .width-thumbnail--pc {
    width: 300px;
  }
  .width-auto--pc {
    width: auto;
  }
  .width-fluid--pc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
  .slick-arrow {
    width: 40px;
    height: 50px;
  }
  .slick-arrow::before {
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    background-size: 18px auto;
  }
  .slick-arrow.slick-next:hover::before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .slick-arrow.slick-prev:hover::before {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .header__background {
    background-position: left 146px center;
  }
  .header__background > div {
    height: 124px;
    max-width: 1440px;
  }
  .header__background > div::before {
    right: calc(100% - 250px);
    border-top-right-radius: 50px;
    width: 100vw;
  }
  .header__background > div::after {
    width: 45px;
    height: 45px;
    left: 250px;
  }
  .header .navbar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .navbar {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 49px;
    padding: 3.8rem 2rem 0;
    height: 124px;
  }
  .header .navbar__item--right {
    border-radius: 9999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.8rem 0.8rem 0.8rem 5.8rem;
    background-color: rgba(255, 255, 255, 0.67);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    margin-left: 1rem;
  }
  .footer {
    background-image: url(../img/common/footer_background.jpg);
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
  .footer__position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer__left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer .nav li {
    margin-left: 4rem;
  }
  .footer__copy {
    margin-top: 7.2rem;
    padding-top: 3.6rem;
  }
  .h2 {
    padding-top: 4rem;
  }
  .h2::before {
    width: 260px;
  }
  .partner {
    margin-top: 7rem;
  }
  .content__header {
    padding-top: 8rem;
  }
  .content__title {
    font-size: 3.2rem;
    padding-top: 4rem;
  }
  .content__title::before {
    width: 240px;
  }
  .content__body {
    padding-top: 86px;
    padding-bottom: 80px;
  }
  .popup__content {
    padding: 7.2rem 8rem;
  }
  .cookie-consent {
    padding: 2rem;
    width: 750px;
    padding: 10px;
  }
  .cookie-consent__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cookie-consent__text {
    font-size: 1.3rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 2rem;
  }
  .cookie-consent__button {
    width: 200px;
  }
  .cookie-consent__button .button {
    font-size: 1.4rem;
  }
  .box {
    padding: 4.8rem 8rem;
  }
  .home-hero {
    padding: 1.8rem 1.8rem 0;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-hero__background {
    clip-path: path("M246.67,36.445h0A36.445,36.445,0,0,1,210.225,72.89H36.445A36.445,36.445,0,0,0,0,109.335v383.22A36.445,36.445,0,0,0,36.445,529h3767.11A36.445,36.445,0,0,0,3840,492.555V36.445A36.445,36.445,0,0,0,3803.555,0H283.115A36.445,36.445,0,0,0,246.67,36.445");
    border-radius: 3.6rem;
    height: 529px;
  }
  .home-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-hero__wrap {
    padding-top: 4.6rem;
    padding-left: 1.5rem;
  }
  .home-hero__headline {
    margin-bottom: 2.4rem;
  }
  .home-hero__headline-top {
    font-size: 1.5rem;
    width: 152px;
    height: 50px;
    font-size: 1.9rem;
    padding-top: 0.2rem;
    padding-left: 3.55rem;
  }
  .home-hero__headline-top span {
    font-size: 2.4rem;
    margin-left: 0.6rem;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .home-hero__headline-bottom {
    text-align: right;
    font-size: 1.9rem;
    margin-top: -0.8rem;
  }
  .home-hero__line {
    max-width: 468px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5.4rem;
    border-radius: 2.6rem;
    padding: 1.8rem 1.8rem 1.6rem 2.5rem;
  }
  .home-hero__line-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: grid;
    padding-right: 1.6rem;
  }
  .home-hero__line-invite {
    font-size: 2.3rem;
  }
  .home-about {
    margin-top: 6rem;
  }
  .home-about__title {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1;
  }
  .home-about__title span {
    width: 298px;
    height: 59px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-right: 1.6rem;
  }
  .home-about__description {
    text-align: center;
    margin-bottom: 4rem;
  }
  .home-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-step__item {
    margin: 0 0.25rem;
    padding: 0.9rem;
  }
  .home-step__text {
    padding: 2.6rem 0;
  }
  .home-project .slick-arrow {
    top: -50px;
  }
  .home-project .slick-arrow.slick-next {
    right: 0.4rem;
  }
  .home-project .slick-arrow.slick-prev {
    right: 6.5rem;
  }
  .home-project,
.home-search {
    margin-top: 7rem;
  }
  .home-news {
    padding: 7rem 0;
  }
  .home-news__position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .home-news__header {
    width: 220px;
  }
  .home-news__post {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 7rem;
  }
  .home-news__button {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .home-news .news-archive {
    margin-top: -3rem;
  }
  .news-archive__link {
    padding: 3rem 7.4rem 2.6rem 0;
  }
  .news-archive__link::before, .news-archive__link::after {
    top: 3.4rem;
  }
  .news-archive__time {
    padding-top: 0.3rem;
    margin-right: 4rem;
  }
  .news-archive__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .news-archive__pager {
    margin-top: 5rem;
  }
  .faq-list__title {
    padding: 2rem 3rem;
  }
  .faq-list__title::before {
    font-size: 2.4rem;
    margin-right: 2rem;
  }
  .faq-list__title span {
    font-size: 1.8rem;
  }
  .faq-list__content {
    padding: 2rem 6.4rem;
  }
  .form__inputarea {
    margin-top: 3rem;
  }
  .form-privacy {
    margin-top: 4rem;
  }
  .project-card.project-card-result {
    padding: 3rem 4rem;
  }
  .project-card.project-card-detail {
    padding: 5.4rem 6rem 6.8rem;
  }
  .project-card-detail .project-card__header {
    padding-right: 260px;
  }
  .project-card-result .project-card__title {
    font-size: 2.4rem;
  }
  .project-card-detail .project-card__title {
    font-size: 3.2rem;
    padding-bottom: 3rem;
  }
  .project-card-result .project-card__description {
    font-size: 1.6rem;
  }
  .project-card-detail .project-card__description {
    font-size: 1.8rem;
  }
  .project-card-detail .project-card__footer {
    position: absolute;
    right: 6rem;
    top: 3.82rem;
  }
  .project-card-detail .project-card__footer .button {
    width: 220px;
    text-align: left !important;
  }
  .project-card-detail .project-terms, .project-card-result .project-terms {
    margin-bottom: 1.6rem;
  }
  .entry__title {
    font-size: 2.8rem;
    margin-top: 1rem;
  }
  .entry__content h2, .entry__content h2, .entry__content h3 {
    margin: 4rem 0;
  }
  .entry__content h2 {
    font-size: 2.4rem;
    margin-top: 5rem;
  }
  .entry__content h3 {
    font-size: 2.2rem;
  }
  .entry__pager {
    margin-top: 5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .entry__pager-item {
    width: 220px;
    margin: 0 1.5rem;
  }
  .entry__pager-link {
    font-size: 1.5rem;
    padding: 0 2rem;
    height: 52px;
  }
  .entry__pager-item--prev .entry__pager-link::before, .entry__pager-item--prev .entry__pager-link::after {
    left: 2rem;
  }
  .entry__pager-item--next .entry__pager-link::before, .entry__pager-item--next .entry__pager-link::after {
    right: 2rem;
  }
  .input-text {
    font-size: 1.4rem;
    padding: 1.4rem 1.6rem;
  }
  .input-button {
    font-size: 1.5rem;
  }
  .search-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .search-layout__side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: sticky;
    top: 124px;
    padding-right: 50px;
  }
  .search-layout__front {
    max-width: 507px;
    width: 65%;
  }
  .search-result__header {
    margin-top: -5rem;
  }
  .search-layout__side .search-box {
    max-height: calc(100vh - 160px);
    overflow: auto;
  }
  .search-box__group {
    padding: 3rem 5.2rem 3rem;
  }
  .search-layout__side .search-box__group {
    padding: 3rem 2.6rem;
  }
  .search-box__label {
    margin-bottom: 3rem;
  }
  .search-layout__side .search-box__label {
    margin-bottom: 1rem;
  }
  .search-box__input {
    padding-left: 3rem;
  }
  .search-box__keyword .input-text {
    width: calc(100% - 130px);
    max-width: 598px;
  }
  .search-box__keyword .button {
    margin-left: 1.6rem;
  }
  .search-box__submit {
    padding: 3.2rem;
  }
  .search-history__title {
    font-size: 2.8rem;
    padding-bottom: 1.6rem;
    margin-bottom: 3rem;
  }
  .search-history__list {
    max-height: calc(100vh - 400px);
  }
  .search-history__list li a {
    padding: 2rem 0;
  }
  .search-history__list li a > i {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    width: 16px;
    height: 16px;
  }
  .search-history__list li a > span {
    padding-right: 7.4rem;
    padding-left: 2rem;
  }
  .search-history__close {
    margin-top: 4rem;
  }
}
@media (hover: hover) {
  .link:hover {
    text-decoration: none;
  }
  .nav-vertical li a:hover {
    color: #1966E3;
  }
  .pager__link:hover, .pager__arrow:hover {
    background-color: #1966E3;
    color: #fff;
  }
  .qrcopy-close:hover {
    background-color: #2e75e8;
  }
  .header .nav a:hover, .header .nav button:hover {
    color: #1966E3;
  }
  .header .nav a:hover::before, .header .nav button:hover::before {
    width: 100%;
  }
  .footer .nav li a:hover {
    color: #1966E3;
  }
  .footer .nav li a:hover::before {
    width: 100%;
  }
  .button-default:hover {
    color: #fff;
    background-color: #1966E3;
    border-color: #1966E3;
  }
  .button-line:hover {
    background-color: #08c440;
  }
  .button-arrow:hover {
    background-color: #2e75e8;
  }
  .button-arrow:hover::after {
    margin-right: -0.5rem;
  }
  .button-arrow--reverse:hover {
    background-color: #F3F5F8;
  }
  .button-check:hover {
    border-color: #1966E3;
  }
  .home-project .slick-arrow:hover {
    background-color: #397ce9;
  }
  .news-archive__pager .pager__arrow:hover {
    background-color: #fff;
  }
  .news-archive__pager .pager__arrow:hover svg path {
    stroke: #1966E3;
  }
  .news-archive__pager .pager__link:hover {
    background-color: #fff;
    color: #1966E3;
  }
  .faq-list__title:hover {
    background-color: #fafbfc;
  }
  .form-submit__send:hover {
    background-color: #2e75e8;
  }
  .form-submit__send:hover::before, .form-submit__send:hover::after {
    right: 10px;
  }
  .form-submit__back:hover {
    background-color: #2e75e8;
  }
  .form-submit__back:hover::before, .form-submit__back:hover::after {
    left: 10px;
  }
  .form-submit__back:hover::before {
    background-color: #fff;
  }
  .form-submit__back:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.312%22%20height%3D%226.482%22%20viewBox%3D%220%200%209.312%206.482%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_195%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20195%22%20transform%3D%22translate(-338.42%20-1591.759)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_436%22%20data-name%3D%22%E3%83%91%E3%82%B9%20436%22%20d%3D%22M-10011.58-4879h8.16%22%20transform%3D%22translate(10350%206474)%22%20fill%3D%22none%22%20stroke%3D%22%231966E3%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_437%22%20data-name%3D%22%E3%83%91%E3%82%B9%20437%22%20d%3D%22M-10002.42-4883.479l2.888%2C2.887-2.888%2C2.888%22%20transform%3D%22translate(10346.557%206475.591)%22%20fill%3D%22none%22%20stroke%3D%22%231966E3%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .entry__content a:hover {
    text-decoration: none;
  }
  .entry__pager-link:hover {
    opacity: 0.8;
  }
  .entry__pager-item--prev .entry__pager-link:hover::before, .entry__pager-item--prev .entry__pager-link:hover::after {
    left: 1.6rem;
  }
  .entry__pager-item--next .entry__pager-link:hover::before, .entry__pager-item--next .entry__pager-link:hover::after {
    right: 1.6rem;
  }
  .search-result__pager .pager__link:hover {
    background-color: rgba(25, 102, 227, 0.1);
    color: #1966E3;
  }
  .search-result__pager .pager__arrow:hover {
    background-color: rgba(25, 102, 227, 0.1);
  }
  .search-result__pager .pager__arrow:hover::after {
    border-color: #1966E3;
  }
  .search-history__list li a:hover {
    color: #1966E3;
  }
  .search-history__close .button:hover {
    background-color: rgba(25, 102, 227, 0.1);
    color: #1966E3;
  }
}
@media screen and (min-width: 1024px) {
  .project-card__terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5.7rem;
    position: relative;
  }
  .project-card__terms > .project-terms {
    width: 33.333%;
    padding: 1.4rem 2rem 1.4rem 5.7rem;
    margin-bottom: 0 !important;
  }
  .project-card__terms::before, .project-card__terms::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 2rem);
    background-color: #e5e5e5;
    position: absolute;
    top: 1rem;
  }
  .project-card__terms::before {
    left: 33.333%;
  }
  .project-card__terms::after {
    left: 66.666%;
  }
}