@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: #ffffff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  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: 1.5;
}

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: #808080;
  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: #acacac;
}
.content__header .container {
  position: relative;
}
.content__title {
  padding: 6.4rem 0;
  text-align: center;
}
.content__body {
  margin: 6.4rem 0;
}
.header {
  background-color: #CCE669;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(204, 230, 105, 0.5);
}

.footer {
  background-color: #CCE669;
  color: #fff;
  padding: 4rem 0;
  position: relative;
  z-index: 1;
  position: sticky;
  top: 100vh;
}

.aspect-16-9 {
  aspect-ratio: 16 / 9;
}

.aspect-4-3 {
  aspect-ratio: 4 / 3;
}

.aspect-3-2 {
  aspect-ratio: 3 / 2;
}

.aspect-1-1 {
  aspect-ratio: 1 / 1;
}

.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: #000;
  -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: #acacac;
}
.background-primary {
  background-color: #CCE669;
}
.background-secondary {
  background-color: #0086A4;
}
.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: #CCE669;
  color: #fff;
  border: 1px solid transparent;
}
.button-primary:hover {
  background-color: #c5e253;
}
.button-secondary {
  background-color: #0086A4;
  color: #fff;
  border: 1px solid transparent;
}
.button-secondary:hover {
  background-color: #00718b;
}
.button-tertiary {
  background-color: #A540C9;
  color: #fff;
  border: 1px solid transparent;
}
.button-tertiary:hover {
  background-color: #9835bb;
}
.button-danger {
  background-color: #DD3737;
  color: #fff;
  border: 1px solid transparent;
}
.button-danger:hover {
  background-color: #d62424;
}
.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: #CCE669;
}
.card-secondary {
  background-color: #0086A4;
}
.card-dark {
  background-color: #000000;
}
.card-modest {
  background-color: #dcdcdc;
}
.card-border {
  border: 1px solid #808080;
}
.card-border .card__header {
  border-bottom: 1px solid #808080;
}
.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: 2rem;
  padding-right: 2rem;
  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: #000;
  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;
}

.dropdown {
  position: relative;
}

.dropdown-button {
  position: relative;
  padding-right: 2rem;
  vertical-align: inherit;
}
.dropdown-button::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2211%22%20viewBox%3D%220%200%2018%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L9%209L17%201%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
}

.dropdown-content {
  position: absolute;
  padding: 1rem 0;
  z-index: 100;
  visibility: hidden;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  opacity: 0;
}
.dropdown-content.open {
  visibility: visible;
  opacity: 1;
}
.dropdown-content__inner {
  background-color: #fff;
  border: 1px solid #808080;
  padding: 2rem;
  min-width: 200px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

/* ボタンに基づいて表示位置を上下に切り替えるために動的に設定される */
.dropdown-content.below {
  top: 100%;
}

.dropdown-content.above {
  bottom: 100%;
}

/* ホバーで表示する基本的な仕組み */
.dropdown:hover .dropdown-content {
  display: block;
}

.entry-archive__item {
  margin-bottom: 2rem;
}
.entry-archive__item:last-child {
  margin-bottom: 0;
}
.entry-archive__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-archive__link:hover * {
  text-decoration: none;
}
.entry-archive__media + .entry-archive__text {
  display: grid;
  padding-left: 2rem;
}
.entry-archive__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
.entry-archive__title {
  text-decoration: underline;
}

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

.frame-googlemap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.frame-googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flip-item {
  cursor: pointer;
}
.flip-item__image {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.flip-item__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.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: #808080 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: #DD3737;
}

.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::before {
  background-color: #0086A4;
  border-color: #0086A4;
}
.form-checkbox input:checked + span::after {
  opacity: 1;
}
.form-checkbox a {
  text-decoration: underline;
}
.form-checkbox span {
  display: block;
  position: relative;
  padding-left: 3.2rem;
}
.form-checkbox span::before, .form-checkbox span::after {
  content: "";
  display: block;
  position: absolute;
}
.form-checkbox span::before {
  border: 1px solid #808080;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
}
.form-checkbox span::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  width: 16px;
  height: 8px;
  left: 0.4rem;
  top: 0.7rem;
}

.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: #DD3737;
}
.form-error__list {
  background-color: rgba(221, 55, 55, 0.05);
  padding: 1.2rem;
  margin-top: 2rem;
}

.form-privacy {
  border: 1px solid #f0f0f0;
  padding: 2rem 2rem 1.6rem 2.4rem;
  margin-top: 2rem;
  text-align: left;
  background-color: #fff;
}
.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;
}
.heading {
  font-weight: bold;
  line-height: 1.5;
}
.heading-h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 22px;
  font-size: 2.2rem;
}
.heading-h3 {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 3.2rem;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 2rem 0;
  font-weight: bold;
  color: #000;
  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: 32.3px;
  font-size: 36px;
  font-size: 3.6rem;
}

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

.h3, h3 {
  font-size: 32px;
  font-size: 3.2rem;
}

.h4, h4 {
  font-size: 26px;
  font-size: 2.6rem;
}

.h5, h5 {
  font-size: 22px;
  font-size: 2.2rem;
}

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

.height-xsmall {
  height: 150px;
}
.height-small {
  height: 300px;
}
.height-large {
  height: 400px;
}
.height-xlarge {
  height: 500px;
}

.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: #000;
  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: #CCE669;
}

.label-secondary {
  background-color: #0086A4;
}

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

.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: #000;
}

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

.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 #808080;
  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;
}

.pill {
  border-radius: 16px;
}

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

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

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

.rte {
  line-height: 1.75;
  font-weight: 400;
}
.rte h2, .rte h3, .rte h4, .rte h5 {
  font-weight: bold;
  line-height: 1.6;
}
.rte h2:first-child, .rte h3:first-child, .rte h4:first-child, .rte h5:first-child {
  margin-top: 0;
}
.rte h2:last-child, .rte h3:last-child, .rte h4:last-child, .rte h5:last-child {
  margin-bottom: 0;
}
.rte h2 {
  margin: 2.5em 0 2.4rem;
  font-size: 20px;
  font-size: 2rem;
}
.rte h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 2em 0 1.2rem;
}
.rte h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1.5em 0 0.8rem;
}
.rte ul {
  list-style-type: disc;
  margin: 1em 0 1em 2.5rem;
}
.rte ul:first-child {
  margin-top: 0;
}
.rte ul:last-child {
  margin-bottom: 0;
}
.rte ul li > ul {
  margin: 0.5rem 0;
}
.rte ol {
  counter-reset: number 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
.rte ol li {
  list-style: none;
  text-indent: -1.65em;
  padding-left: 1.65em;
}
.rte ol li::before {
  counter-increment: number;
  content: "(" counter(number) ") ";
  font-family: "Noto Sans JP", sans-serif;
}
.rte ol li > ol {
  margin: 0.5rem 0;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.section-xsmall {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section-large {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.section-xlarge {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.sidebar {
  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: 2rem;
}
.menu-open .sidebar {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.sidebar__inner {
  padding: 0 2.4rem;
}

.drawer-nav {
  text-align: center;
}
.drawer-nav__link {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  padding: 1.6rem 0 1.6rem;
  font-weight: 500;
  color: #fff;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #808080;
  list-style: none;
  padding: 0;
}
.tab-list > * > a {
  padding: 1rem 2rem;
  display: block;
}
.tab-list > * > a.active {
  background-color: #CCE669;
  color: #fff;
}

.tab-switch {
  margin-top: 2rem;
}
.tab-switch > *:not(.active) {
  display: none;
}

.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 #808080;
  border-bottom: 1px solid #808080;
}
.table-stripe tbody tr:nth-child(odd) {
  background: #f8f8f8;
}
.table-border tbody tr {
  border-top: 1px solid #808080;
}
.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: #CCE669;
}
.text-secondary {
  color: #0086A4;
}
.text-tertiary {
  color: #A540C9;
}
.text-warning {
  color: #DFCD29;
}
.text-danger {
  color: #DD3737;
}
.text-modest {
  color: #dcdcdc;
}
.text-dark {
  color: #000000;
}
.text-white, .text-light {
  color: #fff;
}
.text-white *, .text-light * {
  color: #fff;
}
.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}
.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}
.text-default {
  font-size: 14px;
  font-size: 1.4rem;
}
.text-large {
  font-size: 18px;
  font-size: 1.8rem;
}
.text-xlarge {
  font-size: 22px;
  font-size: 2.2rem;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-smbold {
  font-weight: 600;
}
.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;
}

.inview-fadeup {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
}
.inview-fadeup.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.inview {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.inview[aria-visible=true] {
  -webkit-animation-name: fade;
          animation-name: fade;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.inview-slide-up[aria-visible=true] {
  -webkit-animation-name: fade, slide-up;
          animation-name: fade, slide-up;
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.inview-slide-down[aria-visible=true] {
  -webkit-animation-name: fade, slide-down;
          animation-name: fade, slide-down;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.inview-slide-left[aria-visible=true] {
  -webkit-animation-name: fade, slide-left;
          animation-name: fade, slide-left;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.inview-scale-up[aria-visible=true] {
  -webkit-animation-name: fade, scale-up;
          animation-name: fade, scale-up;
}
.inview-scale-up-small[aria-visible=true] {
  -webkit-animation-name: fade, scale-up-small;
          animation-name: fade, scale-up-small;
}
.inview-scale-up-large[aria-visible=true] {
  -webkit-animation-name: fade, scale-up-large;
          animation-name: fade, scale-up-large;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale-up-small {
  0% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-small {
  0% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale-up-large {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-large {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.inview-scale-down[aria-visible=true] {
  -webkit-animation-name: fade, scale-down;
          animation-name: fade, scale-down;
}
.inview-scale-down-small[aria-visible=true] {
  -webkit-animation-name: fade, scale-down-small;
          animation-name: fade, scale-down-small;
}
.inview-scale-down-large[aria-visible=true] {
  -webkit-animation-name: fade, scale-down-large;
          animation-name: fade, scale-down-large;
}

@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale-down {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale-down-small {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-down-small {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale-down-large {
  0% {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-down-large {
  0% {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.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;
}
.slick-arrow.slick-next::before {
  background-image: url(../img/arrow_next.svg);
}
.slick-arrow.slick-prev::before {
  background-image: url(../img/arrow_prev.svg);
}

.calendar {
  width: 100%;
  background-color: #fff;
  padding: 16px;
  line-height: 1.5;
  width: 100%;
  max-width: 400px;
  font-size: 1.2rem;
  margin: auto;
}
.calendar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calendar__month {
  font-weight: bold;
}
.calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.calendar__week {
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.calendar__day {
  text-align: center;
  padding: 10px;
}
.calendar__day.holiday {
  background-color: #ffcccc;
  color: red;
}

.header {
  background-color: #CCE669;
}

.footer {
  color: inherit;
}
.footer__info {
  margin-top: 0.8rem;
}
.footer__address {
  line-height: 1.45;
}
.footer .nav li {
  line-height: 1.4;
}
.navbar__logo {
  display: block;
}

.nav {
  font-weight: bold;
}
.header .nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav li a {
  color: inherit !important;
}

.table-border tr:last-child {
  border-bottom: 1px solid #808080;
}

.button {
  font-weight: 600;
}
.button-primary {
  color: initial;
}
.content__header {
  background-color: transparent;
}
.content__title {
  padding-bottom: 0;
}

.h1,
.h2 {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
  font-weight: bold;
}
.h1::before,
.h2::before {
  content: "・";
  color: #CCE669;
  position: absolute;
  top: 0;
  left: 0;
}
.h1 > span,
.h2 > span {
  display: block;
}

.link-sns {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

/*
//SPもMV下の場合
.navbar__toggle {
  [data-scroll-fixed="true"] & {
    opacity: 0;
    visibility: hidden;
  }

  .position-fixed & {
    visibility: visible;
    opacity: 1;
  }
}


.drawer-button {
  position: static;

  .menu-open & {
    position: fixed;
  }
}
*/
.drawer-content {
  background-color: #CCE669;
}
.drawer-content .nav li a {
  font-size: 1.8rem;
  padding: 0.8rem 0;
  text-align: center;
  display: block;
}

.button {
  border-radius: 0.4rem;
}

.button-default {
  background-color: #000;
  color: #fff;
}
.home-hero__content {
  padding-top: 12rem;
  margin-top: 8rem;
  padding-bottom: 1rem;
}
.home-hero__wrap {
  color: #0086A4;
  background-color: transparent;
}
.home-hero__logo {
  text-align: right;
}
.home-hero__headline {
  color: #0086A4;
  line-height: 1.1;
  font-weight: 900;
}
.home-hero__description {
  font-weight: bold;
  line-height: 2;
}

.section {
  overflow: hidden;
}
.home-column__image {
  position: relative;
}
.home-column__image::before {
  content: "";
  display: block;
  background-color: #CCE669;
  position: absolute;
  z-index: -1;
  opacity: 0.2;
}
.home-column__texts {
  line-height: 2.1;
}
.recruit-cover__title {
  font-weight: 900;
  line-height: 1.5;
  padding-left: 0;
  text-indent: -1.2em;
  margin-bottom: 0;
  color: #0086A4;
}
.recruit-cover__text {
  margin-top: 0.8rem;
}
.recruit .content__title {
  padding: 0;
}
.recruit__message-text {
  text-align: center;
  line-height: 2;
  font-weight: 500;
}
.recruit__table:last-child {
  margin-bottom: 0;
}
.recruit__table-title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.recruit__table-text {
  text-align: center;
  line-height: 2;
  font-weight: 500;
}
.company-cover__name {
  text-align: right;
  font-weight: bold;
}

.company .table th {
  background-color: #F5FAE1;
}

.privacy-check {
  text-align: center;
  margin-top: 2rem;
}

@media screen and (max-width: 768.98px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .aspect-16-9--sp {
    aspect-ratio: 16 / 9;
  }
  .aspect-4-3--sp {
    aspect-ratio: 4 / 3;
  }
  .aspect-3-2--sp {
    aspect-ratio: 3 / 2;
  }
  .aspect-1-1--sp {
    aspect-ratio: 1 / 1;
  }
  .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;
  }
  .entry-archive__media {
    width: 100px;
  }
  .entry-archive__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .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;
  }
  .form-checkbox span::before {
    top: -1px;
  }
  .form-checkbox span::after {
    top: 0.5rem;
  }
  .form-privacy {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .height-xsmall--sp {
    height: 150px;
  }
  .height-small--sp {
    height: 300px;
  }
  .height-large--sp {
    height: 400px;
  }
  .height-xlarge--sp {
    height: 500px;
  }
  .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;
  }
  .pill--sp {
    border-radius: 16px;
  }
  .pill-small--sp {
    border-radius: 8px;
  }
  .pill-large--sp {
    border-radius: 24px;
  }
  .section--sp {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .section-xsmall--sp {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .section-small--sp {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-large--sp {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .section-xlarge--sp {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .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: 2rem;
    padding-right: 2rem;
  }
  .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;
  }
  .header .container {
    padding-right: 1rem;
  }
  .footer .nav li {
    margin-left: 0;
  }
  .navbar__logo {
    width: 180px;
  }
  .footer .nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content {
    padding-top: 8rem;
  }
  .content__body {
    margin-top: 1.6rem;
  }
  .h1,
.h2 {
    font-size: 2.8rem;
  }
  .h1 > span,
.h2 > span {
    font-size: 1.4rem;
  }
  .table th, .table td {
    padding: 1.2rem 1rem;
  }
  .home-hero__logo {
    padding-right: 4rem;
  }
  .home-hero__logo img {
    width: 160px;
  }
  .home-hero__headline {
    font-size: 4.6rem;
    margin-top: 1rem;
  }
  .home-service {
    padding-top: 6, 4rem;
  }
  .home-column__image {
    margin-bottom: 4rem;
  }
  .home-column__image::before {
    width: calc(100% - 2rem);
    height: 75%;
    bottom: -2rem;
  }
  .home-service .home-column__image {
    margin-right: -2rem;
    padding-left: 2rem;
  }
  .home-service .home-column__image::before {
    left: 0;
  }
  .home-purpose .home-column__image {
    margin-left: -2rem;
    padding-right: 2rem;
  }
  .home-purpose .home-column__image::before {
    right: 0;
  }
  .page-cover {
    margin-top: 4rem;
  }
  .recruit-cover {
    padding: 12rem 2rem 3.2rem;
  }
  .recruit-cover__title {
    font-size: 2.8rem;
  }
  .recruit .table th {
    width: 130px;
  }
  .recruit__message-text {
    text-align: left;
    font-size: 1.6rem;
  }
  .recruit__table {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
  .recruit__table-title {
    font-size: 1.5rem;
  }
  .recruit__table-text {
    text-align: left;
    font-size: 1.5rem;
  }
  .company-cover {
    padding-top: 12rem;
    padding-bottom: 2rem;
  }
  .company .table th {
    width: 100px;
  }
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .aspect-16-9--pc {
    aspect-ratio: 16 / 9;
  }
  .aspect-4-3--pc {
    aspect-ratio: 4 / 3;
  }
  .aspect-3-2--pc {
    aspect-ratio: 3 / 2;
  }
  .aspect-1-1--pc {
    aspect-ratio: 1 / 1;
  }
  .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: 1156px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .container-xsmall {
    max-width: 790px;
  }
  .container-small {
    max-width: 860px;
  }
  .container-large {
    max-width: 1300px;
  }
  .container-xlarge {
    max-width: 1480px;
  }
  .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;
  }
  .entry-archive__media {
    width: 160px;
  }
  .entry-archive__media + .entry-archive__text {
    padding-left: 4rem;
  }
  .entry-archive__time {
    margin-right: 4rem;
  }
  .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 {
    padding: 2.6rem 2rem 1.4rem 3.4rem;
    margin-top: 4rem;
  }
  .form-privacy__scroll {
    padding-right: 2.6rem;
  }
  .heading-h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .heading-h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .h1, h1 {
    font-size: 43.2px;
    font-size: 4.32rem;
  }
  .h2, h2 {
    font-size: 43.2px;
    font-size: 4.32rem;
  }
  .h3, h3 {
    font-size: 38.4px;
    font-size: 3.84rem;
  }
  .h4, h4 {
    font-size: 31.2px;
    font-size: 3.12rem;
  }
  .h5, h5 {
    font-size: 26.4px;
    font-size: 2.64rem;
  }
  .h6, h6 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .height-xsmall--pc {
    height: 150px;
  }
  .height-small--pc {
    height: 300px;
  }
  .height-large--pc {
    height: 400px;
  }
  .height-xlarge--pc {
    height: 500px;
  }
  .hero__headline {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
  .link {
    font-size: 1.4rem;
    -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;
  }
  .pill--pc {
    border-radius: 16px;
  }
  .pill-small--pc {
    border-radius: 8px;
  }
  .pill-large--pc {
    border-radius: 24px;
  }
  .rte h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .rte h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .section {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .section--pc {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .section-xsmall {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .section-xsmall--pc {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .section-small {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .section-small--pc {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .section-large {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }
  .section-large--pc {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }
  .section-xlarge {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .section-xlarge--pc {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .sidebar {
    display: none !important;
  }
  .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);
  }
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
  .footer__address {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .header .navbar {
    min-height: 120px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar__logo {
    width: 300px;
  }
  .content {
    padding-top: 12rem;
  }
  .footer .nav {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header .nav li {
    margin-left: 5.4rem;
  }
  .content__body {
    margin-top: 3.2rem;
  }
  .h1,
.h2 {
    margin-bottom: 3.2rem;
  }
  .h1 > span,
.h2 > span {
    font-size: 1.6rem;
  }
  .table th, .table td {
    padding: 1.3rem 1.6rem;
  }
  .position-fixed {
    position: fixed !important;
  }
  .position-fixed + main {
    padding-top: 12rem;
  }
  .home-hero {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .home-hero + .header {
    position: static;
  }
  .home-hero__content {
    padding-top: clamp(60px, 60px + 7.8vw - 59.904px, 100px);
    padding-bottom: clamp(80px, 80px + 14.5vw - 111.36px, 154px);
  }
  .home-hero__logo {
    padding-right: 7rem;
  }
  .home-hero__headline {
    font-size: 9.6rem;
  }
  .home-hero__description {
    font-size: 2rem;
  }
  .home-service {
    padding-top: 9rem;
  }
  .home-service .home-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .home-column__image::before {
    width: 588px;
    height: 448px;
    bottom: -5.5rem;
  }
  .home-column__image {
    padding: 0 1.6rem;
  }
  .home-service .home-column__image {
    margin-right: -8.6rem;
  }
  .home-service .home-column__image::before {
    left: -3.4rem;
  }
  .home-purpose .home-column__image {
    margin-left: -8.6rem;
  }
  .home-purpose .home-column__image::before {
    right: -3.4rem;
  }
  .home-column__texts {
    padding-left: 4rem;
    font-size: 1.4rem;
  }
  .page-cover {
    margin-top: 13rem;
  }
  .recruit-cover {
    padding-bottom: 3rem;
    padding-top: 40rem;
  }
  .recruit-cover__title {
    font-size: 6rem;
  }
  .recruit__message-text {
    font-size: 2rem;
  }
  .recruit__table {
    margin-top: 8rem;
    margin-bottom: 9rem;
  }
  .recruit__table-title {
    font-size: 2rem;
  }
  .recruit__table-text {
    font-size: 2rem;
  }
  .company-cover {
    padding-top: 23rem;
    padding-bottom: 4rem;
  }
  .company-cover__name {
    font-size: 2.2rem;
  }
  .company-cover__title {
    margin-bottom: 1.6rem;
  }
}

@media (hover: hover) {
  .link:hover {
    text-decoration: underline;
    color: #CCE669;
  }
  .nav-vertical li a:hover {
    color: #CCE669;
  }
  .nav li a:hover:hover {
    text-decoration: underline;
  }
  .link-sns:hover {
    opacity: 0.6;
  }
}