@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

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

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

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

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

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

button, select {
  text-transform: none;
}

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

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

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

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

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

* {
  box-sizing: border-box;
}

a img {
  border: none;
}

a:focus, *:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
}

ul, ol {
  padding-left: 1em;
}

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

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

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

[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

i,
cite,
em,
address,
dfn {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

html,
body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-kerning: normal;
  word-break: break-all;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-kerning: normal;
  word-break: break-all;
  font-size: 1.6rem;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  color: #272a2b;
}

a {
  color: #1571da;
  text-decoration: none;
}

@keyframes fade-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .c-btn__area {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-btn__area > *:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-btn__area > *:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.c-btn__area--right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.c-btn__area--right > *:not(:last-child) {
  margin-right: 10px;
}
.c-btn__area--set {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-btn__area--set > *:not(:last-child) {
  margin-right: 10px;
}

.c-btn__main {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  cursor: pointer;
  transition: all 0.15s ease-out;
}
.c-btn__main:hover {
  text-decoration: none;
}
.c-btn__main {
  padding: 15px;
  min-width: 100px;
}
.c-btn__main.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__main.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.c-btn__main--sm {
  color: #fff;
  border-color: #9163b8;
  background-color: #9163b8;
}
.c-btn__main--sm:hover {
  border-color: #60B0CE;
  background-color: #60B0CE;
  color: #fff;
}
.c-btn__main--sm {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  cursor: pointer;
  transition: all 0.15s ease-out;
}
.c-btn__main--sm:hover {
  text-decoration: none;
}
.c-btn__main--sm {
  padding: 8px;
  min-width: 100px;
}
.c-btn__main--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__main--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__primary {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  cursor: pointer;
  transition: all 0.15s ease-out;
}
.c-btn__primary:hover {
  text-decoration: none;
}
.c-btn__primary {
  padding: 15px;
  min-width: 100px;
  color: #fff;
  border-color: #9163b8;
  background-color: #9163b8;
}
.c-btn__primary:hover {
  border-color: #60B0CE;
  background-color: #60B0CE;
  color: #fff;
}
.c-btn__primary.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__primary.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.c-btn__primary--sm {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  cursor: pointer;
  transition: all 0.15s ease-out;
}
.c-btn__primary--sm:hover {
  text-decoration: none;
}
.c-btn__primary--sm {
  padding: 8px;
  min-width: 100px;
  color: #fff;
  border-color: #9163b8;
  background-color: #9163b8;
}
.c-btn__primary--sm:hover {
  border-color: #60B0CE;
  background-color: #60B0CE;
  color: #fff;
}
.c-btn__primary--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__primary--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__secondary {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  cursor: pointer;
  transition: all 0.15s ease-out;
}
.c-btn__secondary:hover {
  text-decoration: none;
}
.c-btn__secondary {
  padding: 15px;
  min-width: 100px;
  color: #9163b8;
  border-color: #ccc;
  background-color: #fff;
}
.c-btn__secondary:hover {
  border-color: #ccc;
  background-color: white;
}
.c-btn__secondary.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__secondary.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.c-btn__secondary--sm {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  cursor: pointer;
  transition: all 0.15s ease-out;
}
.c-btn__secondary--sm:hover {
  text-decoration: none;
}
.c-btn__secondary--sm {
  padding: 8px;
  min-width: 100px;
  color: #9163b8;
  border-color: #ccc;
  background-color: #fff;
}
.c-btn__secondary--sm:hover {
  border-color: #ccc;
  background-color: white;
}
.c-btn__secondary--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__secondary--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__cancel {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  cursor: pointer;
  transition: all 0.15s ease-out;
}
.c-btn__cancel:hover {
  text-decoration: none;
}
.c-btn__cancel {
  padding: 15px;
  min-width: 100px;
  color: #1571da;
  border-color: #fff;
  background-color: #fff;
}
.c-btn__cancel:hover {
  border-color: #cccccc;
  background-color: #cccccc;
}
.c-btn__cancel.is-disabled {
  color: #ccc;
}
.c-btn__cancel--sm {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  cursor: pointer;
  transition: all 0.15s ease-out;
}
.c-btn__cancel--sm:hover {
  text-decoration: none;
}
.c-btn__cancel--sm {
  padding: 8px;
  min-width: 100px;
  color: #1571da;
  border-color: #fff;
  background-color: #fff;
}
.c-btn__cancel--sm:hover {
  border-color: #cccccc;
  background-color: #cccccc;
}
.c-btn__cancel--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__cancel--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__text {
  color: #9163b8;
  background-color: transparent;
  border-style: none;
  cursor: pointer;
}
.c-btn__text:hover {
  text-decoration: underline;
}
.c-btn__text.is-disabled {
  color: #ccc;
}

.c-btn--all {
  width: 100%;
}

.c-heading__1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-heading__1 {
    font-size: 7rem;
  }
}
.c-heading__1.c-title {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .c-heading__1.c-title {
    margin-bottom: 5rem;
  }
}

.c-heading__2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-heading__2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .c-heading__2 {
    font-size: 4.3rem;
  }
}
@media screen and (min-width: 1300px) {
  .c-heading__2 {
    font-size: 5.5rem;
  }
}
.c-heading__2.c-title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-heading__2.c-title {
    margin-bottom: 2rem;
  }
}

.c-heading__3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-heading__3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .c-heading__3 {
    font-size: 2.4rem;
  }
}
.c-heading__3.c-title {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-heading__3.c-title {
    margin-bottom: 0.5rem;
  }
}

.c-heading__4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-heading__4 {
    font-size: 2rem;
  }
}
.c-heading__4.c-title {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  .c-heading__4.c-title {
    margin-bottom: 0.6rem;
  }
}

.c-heading__5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-heading__5 {
    font-size: 1.6rem;
  }
}
.c-heading__5.c-title {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  .c-heading__5.c-title {
    margin-bottom: 0.6rem;
  }
}

.c-heading__ttl {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-heading__ttl {
    text-align: left;
  }
}

.c-heading__ttl-en {
  font-family: din-2014, sans-serif;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .c-heading__ttl-en {
    font-size: 3rem;
  }
}

.c-list__top {
  margin-top: 5px;
}

.c-list__bottom {
  margin-bottom: 5px;
}

.c-list {
  list-style: none;
  padding-left: 1rem;
}
.c-list li {
  text-indent: -0.85rem;
  margin-left: 0.5rem;
  line-height: 1.4;
}
.c-list li:not(:last-child) {
  margin-bottom: 4px;
}
.c-list li::before {
  content: "";
  display: inline-block;
  background-color: #272a2b;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
  top: 50%;
  margin-top: -4px;
}

.c-list--none {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list--none li:not(:last-child) {
  margin-bottom: 8px;
}

.c-list--kome {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list--kome li {
  font-size: 1.6rem;
  text-indent: -19px;
  margin-left: 19px;
}
.c-list--kome li:not(:last-child) {
  margin-bottom: 5px;
}
.c-list--kome li::before {
  content: "※";
  padding-right: 5px;
}

.c-list--ranking {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list--ranking li:not(:last-child) {
  margin-bottom: 8px;
}
.c-list--ranking__1 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #E4C500;
  border-color: #E4C500;
  color: #fff;
}
.c-list--ranking__2 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #ABABAB;
  border-color: #ABABAB;
  color: #fff;
}
.c-list--ranking__3 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #C28428;
  border-color: #C28428;
  color: #fff;
}
.c-list--ranking__other {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #fff;
  border-color: #888;
  color: #888;
}
.c-list--ranking li {
  position: relative;
  padding-left: 28px;
}

.c-link__arrow {
  display: inline-block;
  margin-left: 13px;
  position: relative;
  transition: all 0.15s ease-out;
}
.c-link__arrow::before {
  top: 8px;
  left: -11px;
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #272a2b;
  border-right: solid 1px #272a2b;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
.c-link__arrow:hover {
  text-decoration: underline;
}

.c-link__arrow--w {
  display: inline-block;
  margin-left: 13px;
  position: relative;
  color: #fff;
  transition: all 0.15s ease-out;
}
.c-link__arrow--w::before {
  top: 8px;
  left: -11px;
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.c-link__arrow--w:hover {
  text-decoration: underline;
  color: #9163b8;
}

.c-link__arrow--bk {
  display: inline-block;
  margin-left: 13px;
  position: relative;
  color: #272a2b;
  transition: all 0.15s ease-out;
}
.c-link__arrow--bk::before {
  top: 8px;
  left: -11px;
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #272a2b;
  border-right: solid 1px #272a2b;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.c-link__arrow--bk:hover {
  text-decoration: underline;
  color: #9163b8;
}

@media all and (-ms-high-contrast: none) {
  .c-link__arrow::before, .c-link__arrow--w::before, .c-link__arrow--bk::before {
    top: 6px;
  }
}
@supports (-ms-ime-align: auto) {
  .c-link__arrow::before, .c-link__arrow--w::before, .c-link__arrow--bk::before {
    top: 6px;
  }
}
.c-link {
  color: #1571da;
  text-decoration: underline;
  cursor: pointer;
}
.c-link:hover {
  color: #1571da;
  text-decoration: none;
}

.c-link--bk {
  color: #272a2b;
}
.c-link--bk:hover {
  color: #1571da;
  text-decoration: underline;
}

.c-link--w {
  color: #fff;
  text-decoration: underline;
}
.c-link--w:hover {
  color: #fff;
  text-decoration: none;
}

.c-link--gray {
  color: #ccc;
}
.c-link--gray:hover {
  color: #1571da;
  text-decoration: underline;
}

p:not([class]) {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2.8rem;
}
p:not([class]):not(:last-child) {
  margin-bottom: 10px;
}

.c-icon--sm {
  color: #999;
  font-size: 12px;
}

[class*=c-tag--] {
  font-size: 11px;
  display: inline-block;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  padding: 1px 6px 0;
}

.c-tag--red {
  background-color: #db3c3c;
  border: 1px solid #db3c3c;
  color: #fff;
}
.c-tag--gray {
  background-color: #E0E6EB;
  border: 1px solid #ccc;
}
.c-tag--dgray {
  background-color: #4B4B4B;
  border: 1px solid #4B4B4B;
  color: #fff;
}
.c-tag--white {
  border: 1px solid #272a2b;
}

.c-tag__title {
  margin-bottom: 3px;
}

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

.c-figure {
  margin: 0;
  display: block;
}
.c-figure + * {
  margin-top: 10px;
}

.c-img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

.c-embed__gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.c-embed__gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.c-embed__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-embed__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

[class^=p-alerts--] {
  padding: 9px 18px;
}
[class^=p-alerts--]:not(:last-child) {
  margin-bottom: 5px;
}

.p-alerts--gray {
  background-color: #dfdac8;
}
.p-alerts__title {
  font-weight: 700;
  font-size: 18px;
}
.p-alerts__title--sub {
  font-weight: 700;
  font-size: 16px;
}
.p-alerts__title--center {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.p-box--ye {
  background-color: #F0E9D9;
  padding: 18px;
}
.p-box--ye__title {
  font-family: din-2014, sans-serif;
  color: #9163b8;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.p-box--gr {
  background-color: #dfdac8;
  padding: 18px;
}

.p-input:disabled, .p-textarea:disabled,
.p-checkbox:disabled + .p-checkbox--single::after {
  background-color: #ccc;
  border-color: #ccc;
}

.p-checkbox:disabled + .p-checkbox--single,
.p-radio:disabled + .p-radio__label {
  opacity: 0.5;
}

.p-input {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 4px 10px;
}
.p-input:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-input {
  width: 100%;
  height: 30px;
}
.p-input__title {
  margin-bottom: 5px;
}
.p-input__item:not(:last-child) {
  margin-bottom: 15px;
}
.p-input__error__title {
  color: #db3c3c;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
  margin-left: 23px;
}
.p-input__error__title::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #db3c3c;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 2px;
  left: -23px;
}
.p-input--sm {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 4px 10px;
}
.p-input--sm:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-input--sm {
  width: 180px;
  height: 30px;
  display: inline-block;
}
.p-input--md {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 4px 10px;
}
.p-input--md:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-input--md {
  width: 100%;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .p-input--md {
    width: 50%;
  }
}
.p-input--num {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 4px 10px;
}
.p-input--num:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-input--num {
  width: 46px;
  height: 30px;
  display: inline-block;
}

.p-checkbox__item:not(:last-child) {
  margin-bottom: 5px;
}

.p-checkbox {
  display: none;
}
.p-checkbox__link {
  color: #272a2b;
}
.p-checkbox__link:hover {
  color: #9163b8;
  text-decoration: underline;
}

.p-checkbox--single {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 21px;
}
.p-checkbox--single::after, .p-checkbox--single::before {
  position: absolute;
  content: "";
  display: block;
  top: 11px;
}
.p-checkbox--single::after {
  left: 0;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  border: 2px solid #393737;
  background-color: #fff;
  box-sizing: inherit;
}
.p-checkbox--single::before {
  left: 5px;
  margin-top: -5px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 9;
  opacity: 0;
  box-sizing: inherit;
}

.p-checkbox:checked + .p-checkbox--single::after {
  background-color: #9163b8;
  border-color: #9163b8;
}

.p-checkbox:checked + .p-checkbox--single::before {
  opacity: 1;
}

.p-radio {
  display: none;
}
.p-radio__item {
  display: inline-block;
  margin-right: 30px;
}
.p-radio__label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.p-radio__label::before {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  border-radius: 50%;
  background-color: #fff;
}

.p-radio:checked + .p-radio__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #9163b8;
  border-radius: 50%;
}

.p-radio-input:checked + .p-radio::before {
  background-color: #fff;
}

.p-radio:disabled + .p-radio__label::before {
  border-color: #ccc;
  background-color: #ccc;
}

.p-search {
  font: inherit;
  border-style: none;
  color: inherit;
  position: relative;
  border-radius: 3px;
  border: 1px solid;
  font-size: 1.6rem;
  width: 100%;
}
.p-search:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-search {
  background-color: #dfdac8;
  border-color: #dfdac8;
  padding: 8px 30px 8px 15px;
}
.p-search__wrap {
  position: relative;
}
.p-search__inner::after {
  position: absolute;
  right: 14px;
  top: 12px;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
}
.p-search--border {
  font: inherit;
  border-style: none;
  color: inherit;
  position: relative;
  border-radius: 3px;
  border: 1px solid;
  font-size: 1.6rem;
  width: 100%;
}
.p-search--border:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-search--border {
  background-color: #fff;
  border-color: #cccccc;
  padding: 6px 30px 6px 15px;
}
.p-search--border__wrap {
  position: relative;
}
.p-search--border__inner::after {
  position: absolute;
  right: 10px;
  top: 6px;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
}

.p-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
}
.p-select:focus {
  outline: none;
}
.p-select {
  padding: 5px 10px 4px;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background-color: #fff;
  font-size: 1.6rem;
}
.p-select:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-select__wrap {
  position: relative;
}
.p-select__wrap::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #272a2b transparent transparent transparent;
}
.p-select__option {
  color: #272a2b;
  font-size: 1.6rem;
  background-color: #fff;
}

.p-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -4.75px;
  margin-right: -4.75px;
}
@media screen and (min-width: 768px) {
  .p-category {
    margin-left: -4.75px;
    margin-right: -4.75px;
  }
}
@media screen and (min-width: 1000px) {
  .p-category {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.p-category:not(:last-child) {
  margin-bottom: 9.5px;
}
@media screen and (min-width: 768px) {
  .p-category:not(:last-child) {
    margin-bottom: 9.5px;
  }
}
@media screen and (min-width: 1000px) {
  .p-category:not(:last-child) {
    margin-bottom: 16px;
  }
}
.p-category__choice {
  padding-left: 4.75px;
  padding-right: 4.75px;
  flex-basis: 155.5px;
}
.p-category__choice:nth-child(-n+2) {
  margin-top: 0;
}
.p-category__choice:nth-of-type(n + 3) {
  margin-top: 19px;
}
.p-category__choice .p-select {
  padding: 9px 10px 7px;
  font-weight: 700;
  height: 38px;
}
.p-category__search {
  padding-left: 9.5px;
  padding-right: 9.5px;
  flex-basis: 19px;
}
.p-category__search:nth-child(-n+2) {
  margin-top: 0;
}
.p-category__search:nth-of-type(n + 3) {
  margin-top: 19px;
}
.p-category__search {
  flex-grow: 1;
  flex-shrink: 1;
  display: block;
}
.p-category__search:nth-child(-n+2) {
  margin-top: 0;
}
.p-category__search:nth-of-type(n + 3) {
  margin-top: 9.5px;
}
@media screen and (min-width: 768px) {
  .p-category__search:nth-of-type(n + 3) {
    margin-top: 9.5px;
  }
}
@media screen and (min-width: 1000px) {
  .p-category__search:nth-of-type(n + 3) {
    margin-top: 16px;
  }
}
.p-category__search {
  padding-left: 4.75px;
  padding-right: 4.75px;
}
@media screen and (min-width: 768px) {
  .p-category__search {
    padding-left: 4.75px;
    padding-right: 4.75px;
  }
}
@media screen and (min-width: 1000px) {
  .p-category__search {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.p-textarea {
  padding: 8px 10px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #cccccc;
  line-height: 1.4;
}
.p-textarea:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}

.p-media {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  grid-template-columns: 70px 1fr;
  color: #272a2b;
}
.p-media:not(:last-child) {
  margin-bottom: 19px;
}
.p-media__img {
  grid-row: 1;
  grid-column: 1/2;
  transition: all 0.15s ease-out;
}
.p-media:hover .p-media__img, .p-media--lg:hover .p-media__img {
  opacity: 0.65;
}
.p-media__img--border {
  border: 1px solid #cccccc;
}
.p-media__text {
  grid-row: 1;
  grid-column: 2/3;
  padding-left: 10px;
}
.p-media:hover {
  text-decoration: none;
  color: #272a2b;
}
.p-media:hover .p-media__link {
  text-decoration: underline;
  color: #1571da;
}
.p-media--lg:hover .p-media__link {
  text-decoration: underline;
  color: #1571da;
}
.p-media--lg {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  grid-template-columns: 124px 1fr;
  color: #272a2b;
}
.p-media--lg:not(:last-child) {
  margin-bottom: 19px;
}
.p-media--lg:hover {
  text-decoration: none;
  color: #272a2b;
}

.p-media-block {
  display: block;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  color: #272a2b;
}
.p-media-block:hover {
  text-decoration: none;
  color: #9163b8;
}
.p-media-block:hover .p-media-block__img__inner {
  transform: translate(-50%, -50%) scale(1.2);
  text-decoration: none;
}
.p-media-block__img {
  width: 100%;
  height: 110px;
  position: relative;
  overflow: hidden;
}
.p-media-block__img__inner {
  position: absolute;
  background-position: center;
  background-size: cover;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 110px;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.p-media-block__text {
  padding-top: 10px;
}

.p-table {
  border: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-table th {
  padding: 10px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
}
.p-table td {
  padding: 10px;
  background-color: #fff;
  vertical-align: top;
  border: 1px solid #ccc;
}

.p-table-line {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-table-line th {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  width: 21%;
}
.p-table-line td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .p-table__row {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-table__row > * {
    width: 100%;
  }
}

.p-table__item {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-table__item {
    border-top: 1px solid #ccc;
    border-left: none;
  }
}
.p-table__item--th {
  padding: 10px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}
.p-table__item--td {
  padding: 10px;
  background-color: #fff;
  vertical-align: top;
}

.p-loading {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  display: none;
}
.p-loading.is-show {
  display: block;
}

.sk-fading-circle {
  margin: 85px auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #9163b8;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.p-hero {
  color: #fff;
  padding: 15px 15px;
}
@media screen and (min-width: 1000px) {
  .p-hero {
    padding: 30px 0;
  }
}

.p-breadcrub {
  position: relative;
  z-index: 9;
  background-color: #393737;
  padding: 2px 15px 0;
}
@media screen and (min-width: 1300px) {
  .p-breadcrub {
    padding-left: 170px;
  }
}

.p-breadcrub__ul {
  list-style: none;
  padding-left: 0;
  letter-spacing: -0.4em;
  font-size: 75%;
}

.p-breadcrub__item {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  color: #999;
}
.p-breadcrub__item:not(:last-child) {
  padding-right: 18px;
}
.p-breadcrub__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 6px;
  right: 8px;
  border-top: solid #cccccc 1px;
  border-right: solid #cccccc 1px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 550px) {
  .p-breadcrub__item:not(:last-child)::after {
    right: 7px;
    top: 7px;
  }
}

.p-breadcrub__link {
  color: #999;
}

.p-accordion {
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 10px;
}
.p-accordion:not(:last-child) {
  margin-bottom: 16px;
}

.p-accordion__title:before {
  content: "Q:";
}

.p-accordion__trigger {
  position: relative;
  cursor: pointer;
  padding: 2rem 3.5rem 1.5rem 2rem;
  font-weight: 700;
}
.p-accordion__trigger.is-open {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}
.p-accordion__trigger.is-open::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #272a2b;
  border-right: solid 1px #272a2b;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 25px;
}
.p-accordion__trigger::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #272a2b;
  border-right: solid 1px #272a2b;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 30px;
  right: 15px;
}

.p-accordion__content {
  border-top: 1px solid #cccccc;
  padding: 2rem 2rem;
}

.p-accordion__body {
  display: none;
  transition: all 0.15s ease-out;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.remodal {
  width: 700px;
  font-size: 1.6rem;
}

.p-modal__content {
  box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #cccccc;
}
.p-modal__content > div:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.p-modal__head {
  padding: 15px 20px;
  border-bottom: 1px solid #cccccc;
}
.p-modal__body {
  padding: 20px;
}
.p-modal__footer {
  padding: 15px 20px;
}
.p-modal__unit {
  padding: 20px;
}
.p-modal__cancelBtn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  border-radius: 3px;
  padding-top: 3px;
  border: none;
  background-color: #fff;
  color: #393737;
  z-index: 9;
  cursor: pointer;
}
.p-modal__cancelBtn:hover {
  background-color: #cccccc;
  color: #393737;
}

html.remodal-is-locked .is-fixed {
  width: calc(100% - 17px);
  right: 17px;
  z-index: 9999;
}

.m-seminar__history__unit {
  overflow-x: auto;
  height: 300px;
}
.m-seminar__history__item {
  padding: 15px;
}
.m-seminar__history__item:nth-child(odd) {
  background-color: #dfdac8;
}
.m-seminar__history__info {
  font-size: 12px;
  color: #393737;
  margin-top: 8px;
}
.m-seminar__history__date, .m-seminar__history__name {
  display: inline-block;
}
.m-seminar__history__date {
  margin-right: 10px;
}
.m-seminar__history__attention {
  margin-top: 18px;
}
.m-seminar__history__img {
  border-radius: 3px;
}

.m-setting {
  width: 530px;
}
.m-setting__subcheck {
  margin: 12px 0 17px 25px;
}
.m-setting__subcheck:last-child {
  margin-bottom: 0;
}
.m-setting__todo {
  margin: 5px 0 0 71px;
}

.m-customer {
  font-size: 1.6rem;
}
.m-customer__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -4.75px;
  margin-right: -4.75px;
}
@media screen and (min-width: 768px) {
  .m-customer__category {
    margin-left: -4.75px;
    margin-right: -4.75px;
  }
}
@media screen and (min-width: 1000px) {
  .m-customer__category {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.m-customer__category:not(:last-child) {
  margin-bottom: 9.5px;
}
@media screen and (min-width: 768px) {
  .m-customer__category:not(:last-child) {
    margin-bottom: 9.5px;
  }
}
@media screen and (min-width: 1000px) {
  .m-customer__category:not(:last-child) {
    margin-bottom: 16px;
  }
}
.m-customer__category__choice {
  padding-left: 4.75px;
  padding-right: 4.75px;
  flex-basis: 329.5px;
}
.m-customer__category__choice:nth-child(-n+2) {
  margin-top: 0;
}
.m-customer__category__choice:nth-of-type(n + 3) {
  margin-top: 19px;
}
.m-customer__category__choice .p-select {
  padding: 9px 10px 7px;
  font-weight: 700;
  height: 38px;
}
.m-customer__category__search {
  padding-left: 9.5px;
  padding-right: 9.5px;
  flex-basis: 19px;
}
.m-customer__category__search:nth-child(-n+2) {
  margin-top: 0;
}
.m-customer__category__search:nth-of-type(n + 3) {
  margin-top: 19px;
}
.m-customer__category__search {
  flex-grow: 1;
  flex-shrink: 1;
  display: block;
}
.m-customer__category__search:nth-child(-n+2) {
  margin-top: 0;
}
.m-customer__category__search:nth-of-type(n + 3) {
  margin-top: 9.5px;
}
@media screen and (min-width: 768px) {
  .m-customer__category__search:nth-of-type(n + 3) {
    margin-top: 9.5px;
  }
}
@media screen and (min-width: 1000px) {
  .m-customer__category__search:nth-of-type(n + 3) {
    margin-top: 16px;
  }
}
.m-customer__category__search {
  padding-left: 4.75px;
  padding-right: 4.75px;
}
@media screen and (min-width: 768px) {
  .m-customer__category__search {
    padding-left: 4.75px;
    padding-right: 4.75px;
  }
}
@media screen and (min-width: 1000px) {
  .m-customer__category__search {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.m-customer__unit {
  border: 1px solid #cccccc;
  height: 341px;
  overflow: auto;
}
.m-customer__item {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  grid-template-columns: 65px 1fr;
  padding: 6px 10px;
  color: #9163b8;
}
.m-customer__item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.m-customer__item:hover {
  text-decoration: none;
  background-color: #ddf6ff;
}
.m-customer__num {
  grid-row: 1;
  grid-column: 1/2;
  color: #272a2b;
}
.m-customer__company {
  grid-row: 1;
  grid-column: 2/3;
}
.m-customer__pagenav {
  display: flex;
  justify-content: center;
}
.m-customer__pagenav__link {
  color: #393737;
}
.m-customer__pagenav__link:hover {
  color: #9163b8;
  text-decoration: underline;
}
.m-customer__pagenav__prev {
  border-right: 1px solid #cccccc;
  padding-right: 15px;
}
.m-customer__pagenav__next {
  padding-left: 15px;
}
.m-customer__pagenum {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.m-mytra__btnarea {
  text-align: right;
}
.m-mytra__btnarea .c-btn__main {
  margin-right: 10px;
}

.js-pop__item, .js-popCal__item, .js-popColor__item, .js-popNew__item {
  position: relative;
}
.js-pop__content, .js-popCal__content, .js-popColor__content, .js-popNew__content {
  display: none;
}
.js-pop__content.is-show, .js-popCal__content.is-show, .js-popColor__content.is-show, .js-popNew__content.is-show {
  display: block;
  animation: fade-show 0.2s linear 0s;
}
.js-pop__content, .js-popCal__content, .js-popColor__content, .js-popNew__content {
  position: absolute;
}

.js-pop__content, .js-popNew__content {
  z-index: 99;
}

.js-popCal__content, .js-popColor__content {
  z-index: 9999;
}

.js-multipop__trigger {
  cursor: pointer;
  display: inline-block;
}

.js-popCal__trigger {
  display: inline-block;
  cursor: pointer;
}

.js-calendar-add {
  z-index: 9999;
}

.p-pop__content {
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #cccccc;
}
.p-pop__head {
  padding: 12px 18px;
  position: relative;
  border-bottom: 1px solid #cccccc;
}
.p-pop__body {
  padding: 12px 18px;
}
.p-pop__footer {
  padding: 12px 18px;
  border-top: 1px solid #cccccc;
}
.p-pop__outer {
  padding: 20px;
}
.p-pop__unit:not(:last-child) {
  margin-bottom: 13px;
}
.p-pop__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  border-radius: 3px;
  color: #393737;
  z-index: 9;
  cursor: pointer;
}
.p-pop__close:hover {
  background-color: #cccccc;
  color: #393737;
}
.p-pop__close .fa-times {
  position: relative;
}
.p-pop__close .fa-times {
  top: 8px;
}
.p-pop__close--sm {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border-radius: 3px;
  color: #393737;
  z-index: 9;
  cursor: pointer;
}
.p-pop__close--sm:hover {
  background-color: #cccccc;
  color: #393737;
}
.p-pop__close--sm .fa-times {
  position: relative;
}
.p-pop__close--sm .fa-times {
  top: 5px;
}
.p-pop__close__head {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  display: block;
  line-height: 38px;
  text-align: center;
  border-radius: 3px;
  color: #393737;
  z-index: 9;
  cursor: pointer;
}
.p-pop__close__head:hover {
  background-color: #cccccc;
  color: #393737;
}
.p-pop__close__head--sm {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  display: block;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  color: #393737;
  z-index: 9;
  cursor: pointer;
}
.p-pop__close__head--sm:hover {
  background-color: #cccccc;
  color: #393737;
}

.pop-arrow__top--left::before {
  content: "";
  position: absolute;
  top: -12px;
  border: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  z-index: 2;
}
.pop-arrow__top--left::after {
  content: "";
  position: absolute;
  top: -16px;
  border: 8px solid transparent;
  border-bottom: 8px solid #cccccc;
  z-index: 1;
}
.pop-arrow__top--left::before {
  left: 12px;
}
.pop-arrow__top--left::after {
  left: 10px;
}

.pop-arrow__top--right::before {
  content: "";
  position: absolute;
  top: -12px;
  border: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  z-index: 2;
}
.pop-arrow__top--right::after {
  content: "";
  position: absolute;
  top: -16px;
  border: 8px solid transparent;
  border-bottom: 8px solid #cccccc;
  z-index: 1;
}
.pop-arrow__top--right::before {
  right: 12px;
}
.pop-arrow__top--right::after {
  right: 10px;
}

.pop-arrow__bottom--left::before {
  content: "";
  position: absolute;
  bottom: -12px;
  border: 6px solid transparent;
  border-top: 6px solid #FFF;
  z-index: 2;
}
.pop-arrow__bottom--left::after {
  content: "";
  position: absolute;
  bottom: -16px;
  border: 8px solid transparent;
  border-top: 8px solid #cccccc;
  z-index: 1;
}
.pop-arrow__bottom--left::before {
  left: 12px;
}
.pop-arrow__bottom--left::after {
  left: 10px;
}

.pop-arrow__bottom--right::before {
  content: "";
  position: absolute;
  bottom: -12px;
  border: 6px solid transparent;
  border-top: 6px solid #FFF;
  z-index: 2;
}
.pop-arrow__bottom--right::after {
  content: "";
  position: absolute;
  bottom: -16px;
  border: 8px solid transparent;
  border-top: 8px solid #cccccc;
  z-index: 1;
}
.pop-arrow__bottom--right::before {
  right: 12px;
}
.pop-arrow__bottom--right::after {
  right: 10px;
}

.pop-arrow__right--top::before {
  content: "";
  position: absolute;
  right: -12px;
  border: 6px solid transparent;
  border-left: 6px solid #FFF;
  z-index: 2;
}
.pop-arrow__right--top::after {
  content: "";
  position: absolute;
  right: -16px;
  border: 8px solid transparent;
  border-left: 8px solid #cccccc;
  z-index: 1;
}
.pop-arrow__right--top::before {
  top: 12px;
}
.pop-arrow__right--top::after {
  top: 10px;
}

.pop-arrow__right--bottom::before {
  content: "";
  position: absolute;
  right: -12px;
  border: 6px solid transparent;
  border-left: 6px solid #FFF;
  z-index: 2;
}
.pop-arrow__right--bottom::after {
  content: "";
  position: absolute;
  right: -16px;
  border: 8px solid transparent;
  border-left: 8px solid #cccccc;
  z-index: 1;
}
.pop-arrow__right--bottom::before {
  bottom: 12px;
}
.pop-arrow__right--bottom::after {
  bottom: 10px;
}

.pop-arrow__left--top::before {
  content: "";
  position: absolute;
  left: -12px;
  border: 6px solid transparent;
  border-right: 6px solid #FFF;
  z-index: 2;
}
.pop-arrow__left--top::after {
  content: "";
  position: absolute;
  left: -16px;
  border: 8px solid transparent;
  border-right: 8px solid #cccccc;
  z-index: 1;
}
.pop-arrow__left--top::before {
  top: 12px;
}
.pop-arrow__left--top::after {
  top: 10px;
}

.pop-arrow__left--bottom::before {
  content: "";
  position: absolute;
  left: -12px;
  border: 6px solid transparent;
  border-right: 6px solid #FFF;
  z-index: 2;
}
.pop-arrow__left--bottom::after {
  content: "";
  position: absolute;
  left: -16px;
  border: 8px solid transparent;
  border-right: 8px solid #cccccc;
  z-index: 1;
}
.pop-arrow__left--bottom::before {
  bottom: 12px;
}
.pop-arrow__left--bottom::after {
  bottom: 10px;
}

.p-tab__title {
  display: flex;
}

.js-tab__btn {
  cursor: pointer;
}
.js-tab__content {
  display: none;
}
.js-tab__content.is-show {
  display: block;
  animation: fade-show 0.2s linear 0s;
}

.p-pagetop__link {
  background-color: rgba(255, 255, 255, 0.85);
  display: block;
  width: 45px;
  height: 45px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.p-pagetop__link::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  left: 16px;
}

.js-pagetop {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: block;
  z-index: 9999999;
}
@media screen and (min-width: 1000px) {
  .js-pagetop {
    right: 30px;
  }
}

.l-main {
  background-color: #f5f5f5;
}

.l-wrapper {
  overflow: hidden;
  display: flex;
  flex-flow: column;
  min-height: 100%;
  position: relative;
  background-color: #000;
}

.l-container {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding: 80px 0;
  }
}
.l-container--top {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-container--top {
    padding-top: 80px;
  }
}
.l-container--bottom {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-container--bottom {
    padding-bottom: 80px;
  }
}

.l-outer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 9;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-outer {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-outer {
    width: 1000px;
  }
}
.l-single .l-outer {
  background-color: rgba(0, 0, 0, 0);
}
.l-outer--noheight {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 1000px) {
  .l-outer--noheight {
    width: 1000px;
  }
}
.l-single .l-outer--noheight {
  background-color: rgba(0, 0, 0, 0);
}

.l-single__inner {
  margin-top: 60px;
  background: url(/sitewide/img/common/bg_light_sp.jpg) no-repeat;
  background-size: contain;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 60px);
}
@media screen and (min-width: 768px) {
  .l-single__inner {
    min-height: calc(100vh - 80px);
  }
}
@media screen and (min-width: 768px) {
  .l-single__inner {
    background: url(/sitewide/img/common/bg_light_pc.jpg) no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1300px) {
  .l-single__inner {
    margin-top: 80px;
  }
}
.l-single__outer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-single__outer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.l-content {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
@media screen and (min-width: 550px) {
  .l-content {
    padding-left: 15px;
    padding-right: 15px;
    width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .l-content {
    padding-left: 15px;
    padding-right: 15px;
    width: 750px;
  }
}
@media screen and (min-width: 1000px) {
  .l-content {
    padding-left: 15px;
    padding-right: 15px;
    width: 900px;
  }
}
@media screen and (min-width: 1300px) {
  .l-content {
    padding-left: 50px;
    padding-right: 50px;
    width: 1180px;
  }
}

.l-content:nth-child(n+3) {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .l-content:nth-child(n+3) {
    padding-top: 10rem;
  }
}

.l-content:last-child {
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .l-content:last-child {
    padding-bottom: 10rem;
  }
}

.l-main {
  flex: 1;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 80px;
  }
}

.l-unit:not(:last-child) {
  margin-bottom: 32px;
}

.l-unit--sm:not(:last-child) {
  margin-bottom: 16px;
}

.l-unit--lg:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-unit--lg:not(:last-child) {
    margin-bottom: 80px;
  }
}

.l-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -9.5px;
  margin-right: -9.5px;
}
@media screen and (min-width: 768px) {
  .l-row {
    margin-left: -9.5px;
    margin-right: -9.5px;
  }
}
@media screen and (min-width: 1000px) {
  .l-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.l-row:not(:last-child) {
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .l-row:not(:last-child) {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1000px) {
  .l-row:not(:last-child) {
    margin-bottom: 32px;
  }
}

.l-row--sm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -4.75px;
  margin-right: -4.75px;
}
@media screen and (min-width: 768px) {
  .l-row--sm {
    margin-left: -4.75px;
    margin-right: -4.75px;
  }
}
@media screen and (min-width: 1000px) {
  .l-row--sm {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.l-row--sm:not(:last-child) {
  margin-bottom: 9.5px;
}
@media screen and (min-width: 768px) {
  .l-row--sm:not(:last-child) {
    margin-bottom: 9.5px;
  }
}
@media screen and (min-width: 1000px) {
  .l-row--sm:not(:last-child) {
    margin-bottom: 16px;
  }
}

.l-row--lg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -16px;
  margin-right: -16px;
}
.l-row--lg:not(:last-child) {
  margin-bottom: 16px;
}

.empty {
  padding: 0 !important;
  margin: 0 !important;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  height: 60px;
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 80px;
  }
}

.l-header__unit {
  display: flex;
}

.l-header__left {
  position: absolute;
  width: 200px;
  top: 15px;
  left: 12px;
}
@media screen and (min-width: 550px) {
  .l-header__left {
    width: 400px;
    left: 15px;
    top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__left {
    width: 514px;
    left: 20px;
    top: 20px;
  }
}

.l-hamburger {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 0;
  margin-left: auto;
  z-index: 300;
  cursor: pointer;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-hamburger {
    width: 80px;
    height: 80px;
  }
}

.l-header__right {
  position: absolute;
  right: 0;
}

.l-header__entry a {
  text-align: center;
  margin: 0 auto;
  background-color: #db3c3c;
  color: #fff;
  position: absolute;
  right: 60px;
  height: 60px;
  width: 90px;
  padding: 1.3rem 1rem;
}
@media screen and (min-width: 768px) {
  .l-header__entry a {
    right: 80px;
    height: 80px;
    width: 160px;
    padding: 1.4rem;
    transition: 0.5s;
  }
  .l-header__entry a:hover {
    background-color: #bc1414;
    transition: 0.5s;
  }
}

.l-header__entry-en {
  font-family: din-2014, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-header__entry-en {
    font-size: 3.2rem;
  }
}

.l-header__entry-ja {
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l-header__entry-ja {
    font-size: 1.6rem;
  }
}

.l-nav ul {
  position: absolute;
  right: 0;
}

.l-hamburger__line {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 2px);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 28px;
  height: 3px;
  background: #00438f;
}

.l-hamburger__line:nth-child(1) {
  margin-top: -10px;
}

.l-hamburger__line:nth-child(3) {
  margin-top: 10px;
}

.is-active .l-hamburger__line {
  background: #fff;
}

.is-active .l-hamburger__line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  left: 25px;
}

.is-active .l-hamburger__line:nth-child(2) {
  opacity: 0;
}

.is-active .l-hamburger__line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  left: 25px;
}

.l-nav {
  width: 100%;
}
@media screen and (min-width: 1300px) {
  .l-nav {
    display: flex;
    flex-direction: row;
  }
}
.l-nav__logo {
  display: block;
  width: 65px;
  z-index: 9;
  margin-left: 18px;
}
@media screen and (min-width: 1300px) {
  .l-nav__logo {
    width: 155px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    z-index: 999;
  }
}
@media screen and (min-width: 1300px) {
  .l-single .l-nav__logo {
    z-index: 999;
  }
}
.l-nav__logo__img {
  transition: all 0.15s ease-out;
}
.is-fixed .l-nav__logo__img {
  opacity: 0;
  display: none;
}
.l-nav__logo--sub {
  display: none;
}
@media screen and (min-width: 1300px) {
  .is-fixed .l-nav__logo--sub {
    display: block;
    width: 73px;
    margin-top: 8px;
    margin-left: 18px;
  }
}
.l-nav__bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 60px;
}
@media screen and (min-width: 1300px) {
  .l-nav__bar {
    height: 80px;
  }
}
.l-single .l-nav__bar {
  background-color: #9163b8;
}
.l-single .is-fixed .l-nav__bar {
  background-color: rgba(0, 0, 0, 0);
}
.l-nav__toggle {
  z-index: 999;
  position: relative;
  padding: 19px;
  right: 0;
}
.is-fixed .l-nav__toggle {
  background: rgba(255, 255, 255, 0.65);
}
.l-nav__toggle.is-open {
  background: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 1300px) {
  .l-nav__toggle {
    display: none;
  }
}
.l-nav__toggle__icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.is-fixed .l-nav__toggle__icon {
  background-color: #272a2b;
}
.l-nav__toggle__icon:nth-child(1) {
  top: 0;
}
.is-open .l-nav__toggle__icon:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.l-nav__toggle__icon:nth-child(2) {
  margin: 8px 0;
}
.is-open .l-nav__toggle__icon:nth-child(2) {
  transform: translateY(-50%);
  opacity: 0;
}
.l-nav__toggle__icon:nth-child(3) {
  top: 0;
}
.is-open .l-nav__toggle__icon:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}
.l-nav__menu {
  transition: ease 0.5s;
  background-color: #9163b8;
  position: absolute;
  right: -250px;
  width: 250px;
  height: calc(100vh + 60px);
  top: 0;
  padding-top: 60px;
  z-index: 99;
  transition: all 0.15s ease-out;
}
@media screen and (min-width: 1300px) {
  .l-nav__menu {
    height: 80px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    right: 0;
    padding-top: 0;
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  .l-single .l-nav__menu {
    background-color: #000;
  }
}
.l-nav__menu.is-open {
  transform: translateX(0);
  overflow-y: auto;
  right: 0;
  display: block;
}
@media screen and (min-width: 1300px) {
  .is-fixed .l-nav__menu {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.l-nav__list {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 1300px) {
  .l-nav__list {
    height: 80px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 1300px) {
  .l-nav__listitem--top {
    display: none;
  }
}
.l-nav__link {
  padding: 14px 60px 14px 18px;
  display: block;
  text-align: left;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .l-nav__link {
    border-top: 1px solid rgb(46.8929774553%, 28.4564222165%, 62.5239699404%);
    padding: 8px 18px;
    position: relative;
  }
  .l-nav__link::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 50%;
    right: 18px;
    margin-top: -4px;
    border-top: solid rgba(255, 255, 255, 0.8) 1px;
    border-right: solid rgba(255, 255, 255, 0.8) 1px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 1300px) {
  .l-nav__link:hover {
    color: #b79dcd;
    font-weight: 700;
  }
}
@media screen and (min-width: 1300px) {
  .l-nav__sns {
    margin-left: 15px;
    position: relative;
    top: 1px;
  }
}
.l-nav__snslink {
  display: inline-block;
  width: 33px;
  padding: 5px;
  height: auto;
}
@media screen and (min-width: 1300px) {
  .l-nav__snslink {
    width: 29px;
  }
}
.l-nav__snslink__icon {
  fill: #fff;
}
.l-nav__bg {
  display: none;
}
.l-nav__bg.is-show {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9;
}

.l-nav {
  position: fixed;
  right: -290px;
  top: 0;
  width: 290px;
  height: 100vh;
  padding-top: 60px;
  background: #9163b8;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 200;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .l-nav {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1300px) {
  .l-nav {
    display: flex;
    flex-direction: row;
  }
}

.l-nav ul {
  list-style: none;
  width: 100%;
}

.l-nav__unit {
  display: block;
  margin: 0;
  padding: 0;
  border-top: 1px solid #9163b8;
}

.l-nav__item {
  border-bottom: 1px solid #9163b8;
  position: relative;
}

.l-nav__link {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
}

.is-open .l-nav {
  transform: translateX(0);
  overflow-y: auto;
  right: 0;
  display: block;
}

.l-nav__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}

.is-open .l-nav__bg {
  opacity: 0.8;
  visibility: visible;
  transition: all 0.6s;
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9;
}

.l-footer {
  margin-top: auto;
  text-align: center;
  position: relative;
  z-index: 9;
}
.l-footer a {
  color: #fff;
}
.l-footer__logo {
  width: 100px;
  margin: 0 auto 20px;
}

.l-footer__inner {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

img.l-footer__logo__img {
  width: 250px;
}

.l-footer__bottom {
  background-color: #9163b8;
  color: #fff;
  padding: 1rem 0;
}

.l-footer__ttl,
.l-footer__sub {
  font-weight: 500;
}

.l-footer__sub {
  margin-bottom: 1rem;
}

.l-footer__url {
  margin-top: 1rem;
}

.u-align-left {
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.u-align-center {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-align-right {
  display: block !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.u-text-font-main {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
}

.u-text-normal {
  font-weight: 500 !important;
}

.u-text-bold {
  font-weight: 700 !important;
}

.u-text-sm {
  font-size: 1.6rem;
}

.u-text-indent {
  text-indent: 1em !important;
}

.u-text-note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.u-text-nowrap {
  white-space: nowrap !important;
}

.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

.u-text-none {
  text-transform: none !important;
}

.u-text-lowercase {
  text-transform: lowercase !important;
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-text-capitalize {
  text-transform: capitalize !important;
}

.u-text-smallcaps {
  font-variant: small-caps !important;
}

.u-text-vertical {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
}

.u-text-vertical--upright {
  text-orientation: upright !important;
}

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

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-top {
  vertical-align: top !important;
}

.u-text-middle {
  vertical-align: middle !important;
}

.u-text-bottom {
  vertical-align: bottom !important;
}

.u-text-caution {
  color: #db3c3c;
}

@media screen and (min-width: 768px) {
  .u-text-center-pc {
    text-align: center;
  }
}

.u-text-center-sp {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .u-text-center-sp {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-br-pc {
    display: block;
  }
}

.u-red {
  color: #9163b8;
}

.t-recruit__ttl-p {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .t-recruit__ttl-p {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.t-recruit-mv {
  background: url(/careers/sitewide/img/recruit-mv-bg-sp.jpg) no-repeat center center/cover;
  height: 700px;
}
@media screen and (min-width: 768px) {
  .t-recruit-mv {
    background: url(/careers/sitewide/img/recruit-mv-bg-pc.jpg) no-repeat center center/cover;
  }
}
@media screen and (min-width: 1300px) {
  .t-recruit-mv {
    height: 850px;
  }
}

.t-recruit-mv__inner {
  padding-top: 15%;
}
@media screen and (min-width: 768px) {
  .t-recruit-mv__inner {
    padding-top: 80px;
  }
}

.t-recruit-mv__ttl {
  color: #fff;
  text-shadow: 0 0 5px black;
  border-left: 1px solid #fff;
  padding-left: 15px;
  margin-bottom: 14%;
}
@media screen and (min-width: 768px) {
  .t-recruit-mv__ttl {
    padding-left: 40px;
    margin-bottom: 2%;
  }
}

h1.t-recruit-mv__ttl-ja {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  h1.t-recruit-mv__ttl-ja {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1000px) {
  h1.t-recruit-mv__ttl-ja {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1300px) {
  h1.t-recruit-mv__ttl-ja {
    font-size: 5.5rem;
  }
}

.t-recruit-mv__ttl-en {
  font-family: din-2014, sans-serif;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .t-recruit-mv__ttl-en {
    font-size: 3rem;
  }
}

.t-recruit-mv__banner {
  transition: 0.5s;
}
.t-recruit-mv__banner:hover {
  transition: 0.5s;
  opacity: 0.85;
}

.t-recruit-message {
  margin-bottom: -5rem;
}

.t-recruit-message__ttl-block {
  position: relative;
  background: #fff;
  border: 4px solid #dfdac8;
  top: -60px;
  padding: 3rem 2rem;
}
.t-recruit-message__ttl-block h2 {
  text-align: center;
}
.t-recruit-message__ttl-block h3 {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .t-recruit-message__ttl-block h3 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .t-recruit-message__ttl-block {
    border: 8px solid #dfdac8;
    padding: 5rem 7rem;
  }
}

.t-recruit-message__ttl {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .t-recruit-message__ttl {
    margin-bottom: 3rem;
  }
}

.t-recruit-message__ttl-ja {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .t-recruit-message__ttl-ja {
    font-size: 1.6rem;
  }
}

.t-recruit-message__ttl-en {
  font-family: din-2014, sans-serif;
  font-size: 3.5rem;
  display: flex;
  align-items: center;
}
.t-recruit-message__ttl-en:before, .t-recruit-message__ttl-en:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #cccccc;
}
.t-recruit-message__ttl-en:before {
  margin-right: 2rem;
}
.t-recruit-message__ttl-en:after {
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .t-recruit-message__ttl-en {
    font-size: 5rem;
  }
}

.t-recruit-message__text-01 {
  margin-bottom: 3rem;
}

.t-recruit-message__text-02 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1000px) {
  .t-recruit-message__text-02 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1000px) {
  .t-recruit-message__text-box {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 3rem;
  }
}

.t-recruite-message__image-p {
  top: -78px;
  position: relative;
  height: 0;
  text-align: right;
  right: 16px;
  color: #fff;
  font-weight: 700;
}
.t-recruite-message__image-p p:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .t-recruite-message__image-p {
    top: -17%;
  }
}
@media screen and (min-width: 1300px) {
  .t-recruite-message__image-p {
    top: -19%;
  }
}

.t-recruite-message__image-p-sub {
  font-size: 1.8rem;
}

.t-recruit-about__ttl,
.t-recruit-feature__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .t-recruit-about__ttl,
  .t-recruit-feature__ttl {
    text-align: left;
    padding-top: 1rem;
    margin-right: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .t-recruit-feature__ttl {
    margin-right: 2rem;
    width: 40%;
  }
}
@media screen and (min-width: 1300px) {
  .t-recruit-feature__ttl {
    width: 60%;
  }
}

.t-recruit-about__ttl-block {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .t-recruit-about__ttl-block {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .t-recruit-about__ttl-image {
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .t-recruite-about__unit {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3rem;
  }
}

.t-recruite-about__item {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .t-recruite-about__item {
    margin-bottom: 0;
  }
}

.t-recruite-about__item h3 {
  text-align: center;
}

.t-recruite-about__box {
  margin-top: 4rem;
  background-color: #fff;
  border-top: 6px solid #9163b8;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .t-recruite-about__box {
    padding: 3rem 4rem;
  }
}
.t-recruite-about__box .p-accordion {
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.t-recruite-about__box .p-accordion__title:before {
  content: none;
}

.t-recruite-about__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

.t-recruite-about__list li:after {
  content: "/";
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .t-recruit-feature__ttl-block {
    display: flex;
  }
}

.t-recruite-feature__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .t-recruite-feature__unit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3rem;
    row-gap: 3rem;
  }
}

.t-recruite-feature__item {
  background-color: #fff;
  border: 4px solid #dfdac8;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .t-recruite-feature__item {
    margin-bottom: 0;
  }
}

.t-recruite-feature__item-01 {
  background: url(/careers/sitewide/img/recruit-feature-icon-01-sp.png) no-repeat left center;
  background-size: contain;
  padding: 1.6rem 0 1.6rem 7.5rem;
}
@media screen and (min-width: 768px) {
  .t-recruite-feature__item-01 {
    background: url(/careers/sitewide/img/recruit-feature-icon-01-pc.png) no-repeat left center;
    padding: 1.5rem 0 1.5rem 7rem;
  }
}

.t-recruite-feature__item-02 {
  background: url(/careers/sitewide/img/recruit-feature-icon-02-sp.png) no-repeat left center;
  background-size: 6.6rem;
  min-height: 6.6rem;
  display: flex;
  align-items: center;
  padding: 0 0 0 7.5rem;
}
@media screen and (min-width: 550px) {
  .t-recruite-feature__item-02 {
    background: url(/careers/sitewide/img/recruit-feature-icon-02-pc.png) no-repeat left center;
    min-height: 6rem;
    padding: 1.5rem 0 1.5rem 7rem;
  }
}
@media screen and (min-width: 768px) {
  .t-recruite-feature__item-02 {
    padding: 0 0 0 7rem;
  }
}
@media screen and (min-width: 1000px) {
  .t-recruite-feature__item-02 {
    padding: 1.5rem 0 1.5rem 7rem;
  }
}

.t-recruite-feature__item-03 {
  background: url(/careers/sitewide/img/recruit-feature-icon-03-sp.png) no-repeat left center;
  background-size: 6.6rem;
  min-height: 6.6rem;
  display: flex;
  align-items: center;
  padding: 0 0 0 7.5rem;
}
@media screen and (min-width: 550px) {
  .t-recruite-feature__item-03 {
    padding: 1.5rem 0 1.5rem 7rem;
  }
}
@media screen and (min-width: 768px) {
  .t-recruite-feature__item-03 {
    background: url(/careers/sitewide/img/recruit-feature-icon-03-pc.png) no-repeat left center;
    min-height: 6rem;
    padding: 0 0 0 7rem;
  }
}
@media screen and (min-width: 1000px) {
  .t-recruite-feature__item-03 {
    padding: 1.5rem 0 1.5rem 7rem;
  }
}

.t-recruite-feature__item-04 {
  background: url(/careers/sitewide/img/recruit-feature-icon-04-sp.png) no-repeat left center;
  background-size: contain;
  padding: 1.6rem 0 1.6rem 7.5rem;
}
@media screen and (min-width: 768px) {
  .t-recruite-feature__item-04 {
    background: url(/careers/sitewide/img/recruit-feature-icon-04-pc.png) no-repeat left center;
    padding: 1.5rem 0 1.5rem 7rem;
  }
}

@media screen and (min-width: 768px) {
  .t-recruite-feature__item-wide {
    grid-column: 1/-1;
  }
}

.t-recruite-feature__item-05 {
  background: url(/careers/sitewide/img/recruit-feature-icon-05-sp.png) no-repeat left center;
  background-size: 6.6rem;
  min-height: 6.6rem;
  display: flex;
  align-items: center;
  padding: 0 0 0 7.5rem;
}
@media screen and (min-width: 768px) {
  .t-recruite-feature__item-05 {
    background: url(/careers/sitewide/img/recruit-feature-icon-05-pc.png) no-repeat left center;
    min-height: 6rem;
    padding: 1.5rem 0 1.5rem 7rem;
  }
}

@media screen and (min-width: 768px) {
  .t-recruite-feature__benefits {
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .t-recruite-feature__benefits-text {
    width: 50%;
    margin-right: 3rem;
  }
}

.t-recruite-feature__benefits-image {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .t-recruite-feature__benefits-image {
    flex: 1;
    margin-top: 0;
  }
}

.t-recruite-career__unit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1000px) {
  .t-recruite-career__unit {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 3rem;
    margin-bottom: 4rem;
  }
}

.t-recruite-career__item {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .t-recruite-career__item {
    margin-bottom: 4rem;
  }
}

.t-recruite-career__box {
  background-color: #fff;
  border-top: 6px solid #9163b8;
  padding: 3rem 2rem;
}
@media screen and (min-width: 768px) {
  .t-recruite-career__box {
    padding: 3rem 4rem;
  }
}

.t-recruite-career__box-ttl {
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .t-recruite-career__box-ttl {
    padding-bottom: 2rem;
  }
}

.t-recruite-career__box-image {
  background: url(/careers/sitewide/img/recruit-career-message-image-sp.png) no-repeat;
  background-size: contain;
  width: 160px;
  height: 165px;
  left: -1rem;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 550px) {
  .t-recruite-career__box-image {
    background: url(/careers/sitewide/img/recruit-career-message-image-pc.png) no-repeat;
    background-size: contain;
    width: 150px;
    height: 134px;
  }
}
@media screen and (min-width: 768px) {
  .t-recruite-career__box-image {
    width: 250px;
    height: 234px;
  }
}

.t-recruite-career__box-ttl-set {
  padding-left: 10rem;
}
@media screen and (min-width: 550px) {
  .t-recruite-career__box-ttl-set {
    padding-left: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .t-recruite-career__box-ttl-set {
    padding-left: 20rem;
  }
}

.t-recruite-career__box-ttl-01 {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (min-width: 550px) {
  .t-recruite-career__box-ttl-01 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .t-recruite-career__box-ttl-01 {
    font-size: 4rem;
  }
}

.t-recruite-career__box-ttl-02 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 550px) {
  .t-recruite-career__box-ttl-02 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .t-recruite-career__box-ttl-02 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .t-recruite-flow__unit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3rem;
  }
}

.t-recruite-flow__img {
  position: relative;
  margin-bottom: 2rem;
}

.t-recruite-flow__ttl {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.t-recruite-flow__ttl-en {
  color: #fff;
  font-family: din-2014, sans-serif;
  font-size: 3rem;
}

.t-recruite-flow__ttl-ja {
  background-color: #fff;
  text-align: center;
  padding: 1rem;
}

.t-recruite-flow__item {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .t-recruite-flow__item {
    margin-bottom: 0;
  }
}

.t-recruit-dexcription__table {
  background-color: #fff;
  padding: 1.5rem;
}
@media screen and (min-width: 550px) {
  .t-recruit-dexcription__table {
    padding: 4rem;
  }
}

.t-recruit-closing {
  margin: 4rem 0;
}

.t-recruit-form__innner {
  padding: 4rem 2rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .t-recruit-form__innner {
    padding: 6rem 4rem;
  }
}
