@charset "UTF-8";
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type="number"] {
  width: auto;
}

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

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

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

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

ol,
ul {
  list-style: none;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

:root {
  font-size: 3.125vw;
}
@media (min-width: 768px) {
  :root {
    font-size: 0.71429vw;
  }
}
@media (min-width: 1024px) {
  :root {
    font-size: 0.71429vw;
  }
}
@media (min-width: 1400px) {
  :root {
    font-size: 10px;
  }
}

body {
  background-color: white;
  letter-spacing: 0.22em; 
  word-wrap: break-word;
  color: #1b1919;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
[lang="en"] body {
  letter-spacing: 0.03em;
}

a {
  text-decoration: none; 
  color: inherit;
}
a[href^="tel:"]:hover {
  color: #00f;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text;
  }
}

main.has-carousel {
  overflow-x: hidden;
}

em {
  font-style: normal;
}

[type="button"],
[type="submit"] {
  border: 0;
  min-height: auto;
  background: transparent;
}

select {
  border: 0;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

.base-main {
  position: relative;
}
.base-main::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/common/bg_curve_02_sm.svg) no-repeat center 6rem/contain;
}
@media (min-width: 768px) {
  .base-main::before {
    background-image: url(/assets/img/common/bg_curve_02_lg.svg);
    background-position: center 2.42857vw;
    background-size: 1400px auto;
  }
}
@media (min-width: 1400px) {
  .base-main::before {
    background-position: center 34px;
    background-size: 100% auto;
  }
}

.base-container {
  margin: 0 2rem;
  max-width: 1400px;
}
@media (min-width: 768px) {
  .base-container {
    margin: auto;
    padding: 0 6.14286vw;
  }
}
@media (min-width: 1400px) {
  .base-container {
    margin: auto;
    padding: 0 86px;
  }
}
.base-container.-relative {
  position: relative;
}

.base-section {
  margin-top: 4.5rem;
}
@media (min-width: 768px) {
  .base-section {
    margin-top: 7.42857vw;
  }
}
@media (min-width: 1400px) {
  .base-section {
    margin-top: 104px;
  }
}
.base-section + .base-section {
  margin-top: 15.8rem;
}
@media (min-width: 768px) {
  .base-section + .base-section {
    margin-top: 17.14286vw;
  }
}
@media (min-width: 1400px) {
  .base-section + .base-section {
    margin-top: 240px;
  }
}
.base-section.-divider {
  position: relative;
  margin-top: 6rem;
  padding-top: 6rem;
}
.base-section.-divider::before {
  content: "";
  display: block;
  margin: auto;
  width: 87.5%;
  max-width: 1228px;
  height: 1px;
  -webkit-transform: translateY(-6rem);
          transform: translateY(-6rem); 
  background-color: #dddfe3;
}
@media (min-width: 768px) {
  .base-section.-divider::before {
    width: 87.71429%;
    -webkit-transform: translateY(-5.71429vw);
            transform: translateY(-5.71429vw);
  }
}
@media (min-width: 1400px) {
  .base-section.-divider::before {
    width: 87.71429%;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}
@media (min-width: 768px) {
  .base-section.-divider {
    margin-top: 5.71429vw;
    padding-top: 5.71429vw;
  }
}
@media (min-width: 1400px) {
  .base-section.-divider {
    margin-top: 80px;
    padding-top: 80px;
  }
}
.base-section.-curve {
  position: relative;
}
.base-section.-curve::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -23.4375vw;
  left: 0;
  width: 100%;
  height: 38.75vw;
  background: url(/assets/img/common/bg_curve_01_sm.svg) no-repeat left top/100% auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .base-section.-curve::before {
    top: -7.85714vw;
    height: 194px;
    background: url(/assets/img/common/bg_curve_01_lg.svg) no-repeat center top/1400px auto;
  }
}
@media (min-width: 1400px) {
  .base-section.-curve::before {
    top: -110px;
    height: 13.85714vw;
    background-size: 100% auto;
  }
}
.base-section.-curve:nth-child(odd)::before {
  top: -29.6875vw;
  height: 35.78125vw; 
  background-image: url(/assets/img/common/bg_curve_02_sm.svg);
}
@media (min-width: 768px) {
  .base-section.-curve:nth-child(odd)::before {
    top: -18.57143vw;
    height: 357px;
    background-image: url(/assets/img/common/bg_curve_02_lg.svg);
  }
}
@media (min-width: 1400px) {
  .base-section.-curve:nth-child(odd)::before {
    top: -260px;
    height: 25.5vw;
  }
}
@media (min-width: 768px) {
  .base-section.-curve.-gentle::before {
    top: -7.85714vw;
    height: 194px;
    background: url(/assets/img/common/bg_curve_01_lg.svg) no-repeat center top/1400px auto;
  }
}
@media (min-width: 1400px) {
  .base-section.-curve.-gentle::before {
    top: -110px;
    height: 13.85714vw;
    background-size: 100% auto;
  }
}
.base-section.-curve.-steep::before {
  top: -29.6875vw;
  height: 35.78125vw; 
  background-image: url(/assets/img/common/bg_curve_02_sm.svg);
}
@media (min-width: 768px) {
  .base-section.-curve.-steep::before {
    top: -18.57143vw;
    height: 357px;
    background-image: url(/assets/img/common/bg_curve_02_lg.svg);
  }
}
@media (min-width: 1400px) {
  .base-section.-curve.-steep::before {
    top: -260px;
    height: 25.5vw;
  }
}
.base-section.-curve:nth-child(1) {
  z-index: 30;
}
.base-section.-curve:nth-child(2) {
  z-index: 29;
}
.base-section.-curve:nth-child(3) {
  z-index: 28;
}
.base-section.-curve:nth-child(4) {
  z-index: 27;
}
.base-section.-curve:nth-child(5) {
  z-index: 26;
}
.base-section.-curve:nth-child(6) {
  z-index: 25;
}
.base-section.-curve:nth-child(7) {
  z-index: 24;
}
.base-section.-curve:nth-child(8) {
  z-index: 23;
}
.base-section.-curve:nth-child(9) {
  z-index: 22;
}
.base-section.-curve:nth-child(10) {
  z-index: 21;
}
.base-section.-curve:nth-child(11) {
  z-index: 20;
}
.base-section.-curve:nth-child(12) {
  z-index: 19;
}
.base-section.-curve:nth-child(13) {
  z-index: 18;
}
.base-section.-curve:nth-child(14) {
  z-index: 17;
}
.base-section.-curve:nth-child(15) {
  z-index: 16;
}
.base-section.-curve:nth-child(16) {
  z-index: 15;
}
.base-section.-curve:nth-child(17) {
  z-index: 14;
}
.base-section.-curve:nth-child(18) {
  z-index: 13;
}
.base-section.-curve:nth-child(19) {
  z-index: 12;
}
.base-section.-curve:nth-child(20) {
  z-index: 11;
}
.base-section.-curve:nth-child(21) {
  z-index: 10;
}
.base-section.-curve:nth-child(22) {
  z-index: 9;
}
.base-section.-curve:nth-child(23) {
  z-index: 8;
}
.base-section.-curve:nth-child(24) {
  z-index: 7;
}
.base-section.-curve:nth-child(25) {
  z-index: 6;
}
.base-section.-curve:nth-child(26) {
  z-index: 5;
}
.base-section.-curve:nth-child(27) {
  z-index: 4;
}
.base-section.-curve:nth-child(28) {
  z-index: 3;
}
.base-section.-curve:nth-child(29) {
  z-index: 2;
}
.base-section.-curve:nth-child(30) {
  z-index: 1;
}
.base-section.-curve:nth-child(31) {
  z-index: 0;
}

@media (min-width: 768px) {
  .base-article {
    margin: auto;
    width: 59.42857vw;
    max-width: 832px;
  }
}

.base-aside {
  margin-top: 8.8rem;
}
@media (min-width: 768px) {
  .base-aside {
    margin-top: 6.85714vw;
  }
}
@media (min-width: 1400px) {
  .base-aside {
    margin-top: 96px;
  }
}

::selection {
  background-color: #036eb8;
  color: white;
  text-shadow: none;
}

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

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

.u-display-none {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.m-0 {
  margin: 0rem;
}

.mt-0,
.my-0 {
  margin-top: 0rem;
}

.mr-0,
.mx-0 {
  margin-right: 0rem;
}

.mb-0,
.my-0 {
  margin-bottom: 0rem;
}

.ml-0,
.mx-0 {
  margin-left: 0rem;
}

.m-1 {
  margin: 6.4rem;
}

.mt-1,
.my-1 {
  margin-top: 6.4rem;
}

.mr-1,
.mx-1 {
  margin-right: 6.4rem;
}

.mb-1,
.my-1 {
  margin-bottom: 6.4rem;
}

.ml-1,
.mx-1 {
  margin-left: 6.4rem;
}

.p-0 {
  padding: 0rem;
}

.pt-0,
.py-0 {
  padding-top: 0rem;
}

.pr-0,
.px-0 {
  padding-right: 0rem;
}

.pb-0,
.py-0 {
  padding-bottom: 0rem;
}

.pl-0,
.px-0 {
  padding-left: 0rem;
}

.p-1 {
  padding: 6.4rem;
}

.pt-1,
.py-1 {
  padding-top: 6.4rem;
}

.pr-1,
.px-1 {
  padding-right: 6.4rem;
}

.pb-1,
.py-1 {
  padding-bottom: 6.4rem;
}

.pl-1,
.px-1 {
  padding-left: 6.4rem;
}

@media (min-width: 768px) {
  .m-0 {
    margin: 0vw;
  }
  .mt-0,
  .my-0 {
    margin-top: 0vw;
  }
  .mr-0,
  .mx-0 {
    margin-right: 0vw;
  }
  .mb-0,
  .my-0 {
    margin-bottom: 0vw;
  }
  .ml-0,
  .mx-0 {
    margin-left: 0vw;
  }
  .m-1 {
    margin: 5.14286vw;
  }
  .mt-1,
  .my-1 {
    margin-top: 5.14286vw;
  }
  .mr-1,
  .mx-1 {
    margin-right: 5.14286vw;
  }
  .mb-1,
  .my-1 {
    margin-bottom: 5.14286vw;
  }
  .ml-1,
  .mx-1 {
    margin-left: 5.14286vw;
  }
  .p-0 {
    padding: 0vw;
  }
  .pt-0,
  .py-0 {
    padding-top: 0vw;
  }
  .pr-0,
  .px-0 {
    padding-right: 0vw;
  }
  .pb-0,
  .py-0 {
    padding-bottom: 0vw;
  }
  .pl-0,
  .px-0 {
    padding-left: 0vw;
  }
  .p-1 {
    padding: 5.14286vw;
  }
  .pt-1,
  .py-1 {
    padding-top: 5.14286vw;
  }
  .pr-1,
  .px-1 {
    padding-right: 5.14286vw;
  }
  .pb-1,
  .py-1 {
    padding-bottom: 5.14286vw;
  }
  .pl-1,
  .px-1 {
    padding-left: 5.14286vw;
  }
}

@media (min-width: 1024px) {
  .m-0 {
    margin: 0vw;
  }
  .mt-0,
  .my-0 {
    margin-top: 0vw;
  }
  .mr-0,
  .mx-0 {
    margin-right: 0vw;
  }
  .mb-0,
  .my-0 {
    margin-bottom: 0vw;
  }
  .ml-0,
  .mx-0 {
    margin-left: 0vw;
  }
  .m-1 {
    margin: 5.14286vw;
  }
  .mt-1,
  .my-1 {
    margin-top: 5.14286vw;
  }
  .mr-1,
  .mx-1 {
    margin-right: 5.14286vw;
  }
  .mb-1,
  .my-1 {
    margin-bottom: 5.14286vw;
  }
  .ml-1,
  .mx-1 {
    margin-left: 5.14286vw;
  }
  .p-0 {
    padding: 0vw;
  }
  .pt-0,
  .py-0 {
    padding-top: 0vw;
  }
  .pr-0,
  .px-0 {
    padding-right: 0vw;
  }
  .pb-0,
  .py-0 {
    padding-bottom: 0vw;
  }
  .pl-0,
  .px-0 {
    padding-left: 0vw;
  }
  .p-1 {
    padding: 5.14286vw;
  }
  .pt-1,
  .py-1 {
    padding-top: 5.14286vw;
  }
  .pr-1,
  .px-1 {
    padding-right: 5.14286vw;
  }
  .pb-1,
  .py-1 {
    padding-bottom: 5.14286vw;
  }
  .pl-1,
  .px-1 {
    padding-left: 5.14286vw;
  }
}

@media (min-width: 1400px) {
  .m-0 {
    margin: 0rem;
  }
  .mt-0,
  .my-0 {
    margin-top: 0rem;
  }
  .mr-0,
  .mx-0 {
    margin-right: 0rem;
  }
  .mb-0,
  .my-0 {
    margin-bottom: 0rem;
  }
  .ml-0,
  .mx-0 {
    margin-left: 0rem;
  }
  .m-1 {
    margin: 7.2rem;
  }
  .mt-1,
  .my-1 {
    margin-top: 7.2rem;
  }
  .mr-1,
  .mx-1 {
    margin-right: 7.2rem;
  }
  .mb-1,
  .my-1 {
    margin-bottom: 7.2rem;
  }
  .ml-1,
  .mx-1 {
    margin-left: 7.2rem;
  }
  .p-0 {
    padding: 0rem;
  }
  .pt-0,
  .py-0 {
    padding-top: 0rem;
  }
  .pr-0,
  .px-0 {
    padding-right: 0rem;
  }
  .pb-0,
  .py-0 {
    padding-bottom: 0rem;
  }
  .pl-0,
  .px-0 {
    padding-left: 0rem;
  }
  .p-1 {
    padding: 7.2rem;
  }
  .pt-1,
  .py-1 {
    padding-top: 7.2rem;
  }
  .pr-1,
  .px-1 {
    padding-right: 7.2rem;
  }
  .pb-1,
  .py-1 {
    padding-bottom: 7.2rem;
  }
  .pl-1,
  .px-1 {
    padding-left: 7.2rem;
  }
}

.u-font-size-0 {
  font-size: 0rem !important;
}

.u-font-size-1 {
  font-size: 1rem !important;
}

.u-font-size-2 {
  font-size: 1.2rem !important;
}

.u-font-size-3 {
  font-size: 1.3rem !important;
}

.u-font-size-4 {
  font-size: 1.4rem !important;
}

.u-font-size-5 {
  font-size: 1.5rem !important;
}

.u-font-size-6 {
  font-size: 1.7rem !important;
}

.u-font-size-7 {
  font-size: 1.9rem !important;
}

.u-font-size-8 {
  font-size: 2.4rem !important;
}

.u-font-size-9 {
  font-size: 2.1rem !important;
}

.u-font-size-10 {
  font-size: 2.6rem !important;
}

.u-font-size-11 {
  font-size: 2.8rem !important;
}

.u-font-size-12 {
  font-size: 2.3rem !important;
}

.u-font-size-13 {
  font-size: 2.5rem !important;
}

.u-font-size-14 {
  font-size: 2.8rem !important;
}

.u-font-size-15 {
  font-size: 3.8rem !important;
}

.u-font-size-16 {
  font-size: 4.5rem !important;
}

@media (min-width: 768px) {
  .u-font-size-0 {
    font-size: 0rem !important;
  }
  .u-font-size-1 {
    font-size: 1.2rem !important;
  }
  .u-font-size-2 {
    font-size: 1.4rem !important;
  }
  .u-font-size-3 {
    font-size: 1.6rem !important;
  }
  .u-font-size-4 {
    font-size: 1.8rem !important;
  }
  .u-font-size-5 {
    font-size: 2rem !important;
  }
  .u-font-size-6 {
    font-size: 2rem !important;
  }
  .u-font-size-7 {
    font-size: 2.2rem !important;
  }
  .u-font-size-8 {
    font-size: 2.8rem !important;
  }
  .u-font-size-9 {
    font-size: 3rem !important;
  }
  .u-font-size-10 {
    font-size: 3.2rem !important;
  }
  .u-font-size-11 {
    font-size: 3.4rem !important;
  }
  .u-font-size-12 {
    font-size: 3.6rem !important;
  }
  .u-font-size-13 {
    font-size: 4rem !important;
  }
  .u-font-size-14 {
    font-size: 4.4rem !important;
  }
  .u-font-size-15 {
    font-size: 6rem !important;
  }
  .u-font-size-16 {
    font-size: 9.6rem !important;
  }
}

@media (min-width: 1024px) {
  .u-font-size-0 {
    font-size: 0rem !important;
  }
  .u-font-size-1 {
    font-size: 1.2rem !important;
  }
  .u-font-size-2 {
    font-size: 1.4rem !important;
  }
  .u-font-size-3 {
    font-size: 1.6rem !important;
  }
  .u-font-size-4 {
    font-size: 1.8rem !important;
  }
  .u-font-size-5 {
    font-size: 2rem !important;
  }
  .u-font-size-6 {
    font-size: 2rem !important;
  }
  .u-font-size-7 {
    font-size: 2.2rem !important;
  }
  .u-font-size-8 {
    font-size: 2.8rem !important;
  }
  .u-font-size-9 {
    font-size: 3rem !important;
  }
  .u-font-size-10 {
    font-size: 3.2rem !important;
  }
  .u-font-size-11 {
    font-size: 3.4rem !important;
  }
  .u-font-size-12 {
    font-size: 3.6rem !important;
  }
  .u-font-size-13 {
    font-size: 4rem !important;
  }
  .u-font-size-14 {
    font-size: 4.4rem !important;
  }
  .u-font-size-15 {
    font-size: 6rem !important;
  }
  .u-font-size-16 {
    font-size: 9.6rem !important;
  }
}

@media (min-width: 1400px) {
  .u-font-size-0 {
    font-size: 0rem !important;
  }
  .u-font-size-1 {
    font-size: 1.2rem !important;
  }
  .u-font-size-2 {
    font-size: 1.4rem !important;
  }
  .u-font-size-3 {
    font-size: 1.6rem !important;
  }
  .u-font-size-4 {
    font-size: 1.8rem !important;
  }
  .u-font-size-5 {
    font-size: 2rem !important;
  }
  .u-font-size-6 {
    font-size: 2rem !important;
  }
  .u-font-size-7 {
    font-size: 2.2rem !important;
  }
  .u-font-size-8 {
    font-size: 2.8rem !important;
  }
  .u-font-size-9 {
    font-size: 3rem !important;
  }
  .u-font-size-10 {
    font-size: 3.2rem !important;
  }
  .u-font-size-11 {
    font-size: 3.4rem !important;
  }
  .u-font-size-12 {
    font-size: 3.6rem !important;
  }
  .u-font-size-13 {
    font-size: 4rem !important;
  }
  .u-font-size-14 {
    font-size: 4.4rem !important;
  }
  .u-font-size-15 {
    font-size: 6rem !important;
  }
  .u-font-size-16 {
    font-size: 9.6rem !important;
  }
}

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

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

.u-font-italic {
  font-style: italic !important;
}

.u-letter-spacing-normal {
  letter-spacing: normal !important;
}

.u-brandon-yugothic {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif !important;
}

.u-brandon-grotesque {
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif !important;
}

.u-brandon-neue-haas-grotesk {
  font-family: neue-haas-grotesk-display, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif !important;
}

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

/* -----------------------------------------
  混植フォント
----------------------------------------- */
.u-latinfont {
  font-size: 110% !important;
}

.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) and (max-width: 1399.98px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1400px) {
  .u-hidden-xl {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden !important;
}

@media (min-width: 768px) {
  .u-visible-sm-only {
    display: none !important;
    visibility: hidden;
  }
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.embed {
  position: relative;
  width: 100%;
}
.embed::before {
  content: "";
  display: block;
}
.embed.-stockweather::before {
  padding-top: 1060px;
}
@media (min-width: 768px) {
  .embed.-stockweather::before {
    padding-top: 930px;
  }
}
.embed.-googlemap::before {
  padding-top: 62.10526%;
}
@media (min-width: 768px) {
  .embed.-googlemap.-xl::before {
    padding-top: 35.69682%;
  }
}
.embed.-aspect4by3::before {
  padding-top: 75%;
}
.embed.-aspect16by9::before {
  padding-top: 56.25%;
}
.embed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0; 
  width: 100%;
  height: 100%;
}

.level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .level {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .level {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.level.-centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .level.-superscript {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .level.-subscript {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.level.is-mobile {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}

@media (min-width: 768px) {
  .level_left {
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .level_right {
    margin-left: auto;
  }
}

@media (max-width: 767.98px) {
  .level_left + .level_right {
    margin-top: 3rem;
  }
}

.c-icon {
  width: 1em;
  height: 1em; 

  fill: currentColor;
}
.c-icon.-chevron {
  width: 1.3rem;
  height: 0.7rem;
}
@media (min-width: 768px) {
  .c-icon.-chevron {
    width: 0.78571vw;
    height: 0.42857vw;
  }
}
@media (min-width: 1400px) {
  .c-icon.-chevron {
    width: 11px;
    height: 6px;
  }
}
.c-icon.-th {
  margin-right: 0.5rem;
  width: 0.625em;
  height: 0.625em;
}
@media (min-width: 768px) {
  .c-icon.-th {
    margin-right: 0.57143vw;
  }
}
@media (min-width: 1400px) {
  .c-icon.-th {
    margin-right: 8px;
  }
}
.c-icon.-download {
  width: 1.3rem;
  height: 1.3rem;
}
@media (min-width: 768px) {
  .c-icon.-download {
    width: 1vw;
    height: 1vw;
  }
}
@media (min-width: 1400px) {
  .c-icon.-download {
    width: 14px;
    height: 14px;
  }
}
.c-icon.-bars {
  width: 1.9rem;
  height: 1.6rem;
}
@media (min-width: 768px) {
  .c-icon.-bars {
    width: 2.14286vw;
    height: 1.42857vw;
  }
}
@media (min-width: 1400px) {
  .c-icon.-bars {
    width: 30px;
    height: 20px;
  }
}
.c-icon.-arrow {
  width: 1.4rem;
  height: 0.7rem;
}
@media (min-width: 768px) {
  .c-icon.-arrow {
    width: 1.28571vw;
    height: 0.64286vw;
  }
}
@media (min-width: 1400px) {
  .c-icon.-arrow {
    width: 18px;
    height: 9px;
  }
}
@media (min-width: 768px) {
  .c-icon.-arrow.-md {
    width: 1.57143vw;
    height: 0.78571vw;
  }
}
@media (min-width: 1400px) {
  .c-icon.-arrow.-md {
    width: 22px;
    height: 11px;
  }
}
.c-icon.-submit {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto; 
  width: 1.4rem;
  height: 0.7rem;
}
@media (min-width: 768px) {
  .c-icon.-submit {
    top: 0;
    right: 1.07143vw;
    width: 1.8rem;
    height: 0.9rem;
  }
}
@media (min-width: 1400px) {
  .c-icon.-submit {
    top: 0;
    right: 15px;
    width: 18px;
    height: 9px;
  }
}
.c-icon.-reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-icon.-externallink {
  margin-left: 0.3rem;
  width: 1.4rem;
  height: 1.4rem;
}
@media (min-width: 768px) {
  .c-icon.-externallink {
    margin-left: 0.5vw;
    width: 1.28571vw;
    height: 1.28571vw;
  }
}
@media (min-width: 1400px) {
  .c-icon.-externallink {
    margin-left: 7px;
    width: 18px;
    height: 18px;
  }
}

.c-maskimage {
  overflow: hidden;
  -webkit-transform: skewX(-17.3deg);
          transform: skewX(-17.3deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.c-thumbnail {
  position: relative;
}
.c-thumbnail > * {
  vertical-align: bottom;
}
.c-thumbnail::after {
  content: "";
  position: absolute;
  border-style: solid;
  pointer-events: none; 

  mix-blend-mode: multiply;
}
.p-carousel .c-thumbnail::after {
  z-index: 3;
}
@media (max-width: 767.98px) {
  .c-thumbnail.-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .p-carousel .c-thumbnail.-xl {
    margin: 0;
  }
}
.c-thumbnail.-xl::after {
  top: -1.55rem;
  left: 0;
  border-width: 2.3rem 1rem 1.5rem 0.25rem;
  -o-border-image: url(/assets/img/common/frame_26.png) 46 20 30 5 repeat repeat;
     border-image: url(/assets/img/common/frame_26.png) 46 20 30 5 repeat repeat; 
  width: 100%;
  height: 111.25%;
}
@media (min-width: 768px) {
  .c-thumbnail.-xl::after {
    top: -1.21429vw;
    left: -2.28571vw;
    border-width: 2.85714vw 2.07143vw 2vw 2vw;
    -o-border-image: url(/assets/img/common/frame_24.png) 40 29 28 28 repeat repeat;
       border-image: url(/assets/img/common/frame_24.png) 40 29 28 28 repeat repeat; 
    width: 104.31596%;
    height: 107.8%;
  }
}
@media (min-width: 1400px) {
  .c-thumbnail.-xl::after {
    top: -17px;
    left: -32px;
    border-width: 40px 29px 28px 28px;
  }
}
.c-thumbnail.-lg {
  position: relative;
}
.c-thumbnail.-lg::after {
  top: -1.05rem;
  left: -1rem;
  border-width: 2.3rem 1.4rem 1.5rem 0.8rem;
  -o-border-image: url(/assets/img/common/frame_03.png) 46 28 30 16 repeat repeat;
     border-image: url(/assets/img/common/frame_03.png) 46 28 30 16 repeat repeat; 
  width: 107.5%;
  height: 110.71429%;
}
@media (min-width: 768px) {
  .c-thumbnail.-lg::after {
    top: -1.14286vw;
    left: -2.28571vw;
    border-width: 2.85714vw 2.07143vw 2vw 2vw;
    -o-border-image: url(/assets/img/common/frame_01.png) 40 29 28 28 repeat repeat;
       border-image: url(/assets/img/common/frame_01.png) 40 29 28 28 repeat repeat; 
    width: 44.92857vw;
    height: 33.57143vw;
  }
}
@media (min-width: 1400px) {
  .c-thumbnail.-lg::after {
    top: -16px;
    left: -32px;
    border-width: 40px 29px 28px 28px; 
    width: 629px;
    height: 470px;
  }
}
.-step2 .c-thumbnail {
  position: relative;
}
.-step2 .c-thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: -1px;
  bottom: -1px;
  width: 7rem;
  height: 2.3rem; 
  background-color: white;
}
@media (min-width: 768px) {
  .-step2 .c-thumbnail::before {
    width: 9.07143vw;
    height: 2.92857vw;
  }
}
@media (min-width: 1400px) {
  .-step2 .c-thumbnail::before {
    width: 127px;
    height: 41px;
  }
}
.-step2 .c-thumbnail::after {
  top: -1.5rem;
  left: -1.2rem;
  border-width: 2.2rem 9.05rem 3.6rem 1.55rem;
  -o-border-image: url(/assets/img/common/frame_05.png) 44 181 72 31 repeat repeat;
     border-image: url(/assets/img/common/frame_05.png) 44 181 72 31 repeat repeat; 
  width: 30.3rem;
  height: 23.1rem;
}
@media (min-width: 768px) {
  .-step2 .c-thumbnail::after {
    top: -1.92857vw;
    left: -1.57143vw;
    border-width: 3.14286vw 12.92857vw 5.14286vw 2.21429vw;
    -o-border-image: url(/assets/img/common/frame_06.png) 44 181 72 31 repeat repeat;
       border-image: url(/assets/img/common/frame_06.png) 44 181 72 31 repeat repeat; 
    width: 39.28571vw;
    height: 29.78571vw;
  }
}
@media (min-width: 1400px) {
  .-step2 .c-thumbnail::after {
    top: -27px;
    left: -22px;
    border-width: 44px 181px 72px 31px; 
    width: 550px;
    height: 417px;
  }
}
.-dent .c-thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-color: white;
}
.-dent .c-thumbnail::after {
  z-index: 1;
}
.-dent :nth-of-type(3n + 1) .c-thumbnail::before {
  right: -1px;
  bottom: -1px;
  width: 9.85rem;
  height: 2.2rem;
}
@media (min-width: 768px) {
  .-dent :nth-of-type(3n + 1) .c-thumbnail::before {
    width: 9vw;
    height: 2.07143vw;
  }
}
@media (min-width: 1400px) {
  .-dent :nth-of-type(3n + 1) .c-thumbnail::before {
    width: 126px;
    height: 29px;
  }
}
.-dent :nth-of-type(3n + 1) .c-thumbnail::after {
  top: -2rem;
  left: -1rem;
  border-width: 3.15rem 12.3rem 4.05rem 1.5rem;
  -o-border-image: url(/assets/img/common/frame_12.png) 63 246 81 30 repeat repeat;
     border-image: url(/assets/img/common/frame_12.png) 63 246 81 30 repeat repeat; 
  width: 30.05rem;
  height: 23.75rem;
}
@media (min-width: 768px) {
  .-dent :nth-of-type(3n + 1) .c-thumbnail::after {
    top: -1.78571vw;
    left: -1.57143vw;
    border-width: 1.64286vw 11.57143vw 3.64286vw 2vw;
    -o-border-image: url(/assets/img/common/frame_09.png) 23 162 51 28 repeat repeat;
       border-image: url(/assets/img/common/frame_09.png) 23 162 51 28 repeat repeat; 
    width: 111.51685%;
    height: 113.10861%;
  }
}
@media (min-width: 1400px) {
  .-dent :nth-of-type(3n + 1) .c-thumbnail::after {
    top: -25px;
    left: -22px;
    border-width: 23px 162px 51px 28px; 
    width: 397px;
    height: 302px;
  }
}
.-dent :nth-of-type(3n + 2) .c-thumbnail::before {
  top: -1px;
  left: -1px;
  width: 3.5rem;
  height: 4.75rem;
}
@media (min-width: 768px) {
  .-dent :nth-of-type(3n + 2) .c-thumbnail::before {
    width: 2.85714vw;
    height: 3.85714vw;
  }
}
@media (min-width: 1400px) {
  .-dent :nth-of-type(3n + 2) .c-thumbnail::before {
    width: 40px;
    height: 54px;
  }
}
.-dent :nth-of-type(3n + 2) .c-thumbnail::after {
  top: -0.75rem;
  left: -1.4rem;
  border-width: 6.45rem 1.95rem 1.5rem 5.35rem;
  -o-border-image: url(/assets/img/common/frame_13.png) 129 39 30 107 repeat repeat;
     border-image: url(/assets/img/common/frame_13.png) 129 39 30 107 repeat repeat; 
  width: 30.9rem;
  height: 22.85rem;
}
@media (min-width: 768px) {
  .-dent :nth-of-type(3n + 2) .c-thumbnail::after {
    top: -0.71429vw;
    left: -1.28571vw;
    border-width: 5.5vw 1.71429vw 2.57143vw 5.21429vw;
    -o-border-image: url(/assets/img/common/frame_10.png) 77 24 36 73 repeat repeat;
       border-image: url(/assets/img/common/frame_10.png) 77 24 36 73 repeat repeat; 
    width: 110.39326%;
    height: 108.98876%;
  }
}
@media (min-width: 1400px) {
  .-dent :nth-of-type(3n + 2) .c-thumbnail::after {
    top: -10px;
    left: -18px;
    border-width: 77px 24px 36px 73px; 
    width: 393px;
    height: 291px;
  }
}
.-dent :nth-of-type(3n + 3) .c-thumbnail::before {
  right: -1px;
  bottom: -1px;
  width: 2.35rem;
  height: 14.1rem;
}
@media (min-width: 768px) {
  .-dent :nth-of-type(3n + 3) .c-thumbnail::before {
    width: 2.14286vw;
    height: 10.71429vw;
  }
}
@media (min-width: 1400px) {
  .-dent :nth-of-type(3n + 3) .c-thumbnail::before {
    width: 30px;
    height: 150px;
  }
}
.-dent :nth-of-type(3n + 3) .c-thumbnail::after {
  top: -1.05rem;
  left: -1.2rem;
  border-width: 9.15rem 4.8rem 1.2rem 1.6rem;
  -o-border-image: url(/assets/img/common/frame_14.png) 183 96 24 32 repeat repeat;
     border-image: url(/assets/img/common/frame_14.png) 183 96 24 32 repeat repeat; 
  width: 30.6rem;
  height: 22.9rem;
}
@media (min-width: 768px) {
  .-dent :nth-of-type(3n + 3) .c-thumbnail::after {
    top: -1vw;
    left: -1.35714vw;
    border-width: 2.14286vw 3.85714vw 12.57143vw 1.71429vw;
    -o-border-image: url(/assets/img/common/frame_11.png) 30 54 176 24 repeat repeat;
       border-image: url(/assets/img/common/frame_11.png) 30 54 176 24 repeat repeat; 
    width: 110.39326%;
    height: 110.86142%;
  }
}
@media (min-width: 1400px) {
  .-dent :nth-of-type(3n + 3) .c-thumbnail::after {
    top: -14px;
    left: -19px;
    border-width: 30px 54px 176px 24px; 
    width: 393px;
    height: 296px;
  }
}
@media (max-width: 767.98px) {
  .p-cards.has-xs .c-thumbnail::after {
    top: -1.05rem;
    left: -0.9rem;
    border-width: 1.5rem 0.85rem 1.2rem 1.35rem;
    -o-border-image: url(/assets/img/common/frame_16.png) 30 17 24 27 repeat repeat;
       border-image: url(/assets/img/common/frame_16.png) 30 17 24 27 repeat repeat; 
    width: 14.05rem;
    height: 11.65rem;
  }
}
.c-thumbnail.-second.-sm::after {
  top: -1.05rem;
  left: -0.9rem;
  border-width: 1.5rem 0.85rem 1.2rem 1.35rem;
  -o-border-image: url(/assets/img/common/frame_16.png) 30 17 24 27 repeat repeat;
     border-image: url(/assets/img/common/frame_16.png) 30 17 24 27 repeat repeat; 
  width: 14.05rem;
  height: 11.65rem;
}
@media (min-width: 768px) {
  .c-thumbnail.-second.-sm::after {
    top: -1.5vw;
    left: -0.64286vw;
    border-width: 2.14286vw 1.35714vw 1.71429vw 1.64286vw;
    -o-border-image: url(/assets/img/common/frame_08.png) 30 19 24 23 repeat repeat;
       border-image: url(/assets/img/common/frame_08.png) 30 19 24 23 repeat repeat; 
    width: 109.0566%;
    height: 120.60302%;
  }
}
@media (min-width: 1400px) {
  .c-thumbnail.-second.-sm::after {
    top: -21px;
    left: -9px;
    border-width: 30px 19px 24px 23px; 
    width: 289px;
    height: 240px;
  }
}
.c-thumbnail.-md::after {
  top: -1.05rem;
  left: -1rem;
  border-width: 2.3rem 1.4rem 1.5rem 0.8rem;
  -o-border-image: url(/assets/img/common/frame_03.png) 46 28 30 16 repeat repeat;
     border-image: url(/assets/img/common/frame_03.png) 46 28 30 16 repeat repeat; 
  width: 107.5%;
  height: 110.71429%;
}
@media (min-width: 768px) {
  .c-thumbnail.-md::after {
    top: -1.28571vw;
    left: -2.28571vw;
    border-width: 2.85714vw 2.07143vw 2vw 2vw;
    -o-border-image: url(/assets/img/common/frame_02.png) 40 29 28 28 repeat repeat;
       border-image: url(/assets/img/common/frame_02.png) 40 29 28 28 repeat repeat; 
    width: 114.88764%;
    height: 114.98127%;
  }
}
@media (min-width: 1400px) {
  .c-thumbnail.-md::after {
    top: -18px;
    left: -32px;
    border-width: 40px 29px 28px 28px;
    -o-border-image: url(/assets/img/common/frame_02.png) 40 29 28 28 repeat repeat;
       border-image: url(/assets/img/common/frame_02.png) 40 29 28 28 repeat repeat; 
    width: 409px;
    height: 307px;
  }
}
.c-thumbnail.-md-02::after {
  top: -1.6rem;
  left: -1.5rem;
  border-width: 1.4rem 1.2rem 1.85rem 1.8rem;
  -o-border-image: url(/assets/img/common/frame_15.png) 28 24 37 36 repeat repeat;
     border-image: url(/assets/img/common/frame_15.png) 28 24 37 36 repeat repeat; 
  width: 30.3rem;
  height: 24.05rem;
}
@media (min-width: 768px) {
  .c-thumbnail.-md-02::after {
    top: -1.57143vw;
    left: -1.35714vw;
    border-width: 1.35714vw 1.07143vw 1.64286vw 1.57143vw;
    -o-border-image: url(/assets/img/common/frame_04.png) 19 15 23 22 repeat repeat;
       border-image: url(/assets/img/common/frame_04.png) 19 15 23 22 repeat repeat; 
    width: 27.57143vw;
    height: 22vw;
  }
}
@media (min-width: 1400px) {
  .c-thumbnail.-md-02::after {
    top: -22px;
    left: -19px;
    border-width: 19px 15px 23px 22px; 
    width: 386px;
    height: 308px;
  }
}
.c-thumbnail.-sm::after {
  top: -1.05rem;
  left: -1rem;
  border-width: 2.3rem 1.4rem 1.5rem 0.8rem;
  -o-border-image: url(/assets/img/common/frame_03.png) 46 28 30 16 repeat repeat;
     border-image: url(/assets/img/common/frame_03.png) 46 28 30 16 repeat repeat; 
  width: 30.1rem;
  height: 23.25rem;
}
@media (min-width: 768px) {
  .c-thumbnail.-sm::after {
    top: -1.28571vw;
    left: -0.5vw;
    border-width: 2.28571vw 1.28571vw 1.71429vw 0.78571vw;
    -o-border-image: url(/assets/img/common/frame_18.png) 32 18 24 11 repeat repeat;
       border-image: url(/assets/img/common/frame_18.png) 32 18 24 11 repeat repeat; 
    width: 107.28745%;
    height: 119.45946%;
  }
}
@media (min-width: 1400px) {
  .c-thumbnail.-sm::after {
    top: -18px;
    left: -7px;
    border-width: 32px 18px 24px 11px;
    -o-border-image: url(/assets/img/common/frame_18.png) 32 18 24 11 repeat repeat;
       border-image: url(/assets/img/common/frame_18.png) 32 18 24 11 repeat repeat;
  }
}
.c-thumbnail.-sm-02::after {
  top: -1.6rem;
  left: -1.5rem;
  border-width: 1.4rem 1.2rem 1.85rem 1.8rem;
  -o-border-image: url(/assets/img/common/frame_15.png) 28 24 37 36 repeat repeat;
     border-image: url(/assets/img/common/frame_15.png) 28 24 37 36 repeat repeat; 
  width: 30.3rem;
  height: 24.05rem;
}
@media (min-width: 768px) {
  .c-thumbnail.-sm-02::after {
    top: -1.57143vw;
    left: -1.35714vw;
    border-width: 1.35714vw 1.07143vw 1.64286vw 1.57143vw;
    -o-border-image: url(/assets/img/common/frame_07.png) 19 15 23 22 repeat repeat;
       border-image: url(/assets/img/common/frame_07.png) 19 15 23 22 repeat repeat; 
    width: 112.14575%;
    height: 122.16216%;
  }
}
@media (min-width: 1400px) {
  .c-thumbnail.-sm-02::after {
    top: -22px;
    left: -19px;
    border-width: 19px 15px 23px 22px; 
    width: 277px;
    height: 226px;
  }
}

.c-headline {
  margin-bottom: 3.2rem;
  letter-spacing: 0.05em; 
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
  font-size: 4.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-headline {
    font-size: 9.6rem;
  }
}
@media (min-width: 1024px) {
  .c-headline {
    font-size: 9.6rem;
  }
}
@media (min-width: 1400px) {
  .c-headline {
    font-size: 9.6rem;
  }
}
.c-headline > small {
  display: block;
}
.c-headline small {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .c-headline small {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .c-headline small {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .c-headline small {
    font-size: 2rem;
  }
}
.c-headline::after {
  content: "";
  display: block;
  margin-top: 2.4rem;
  width: 2rem;
  height: 1px;
  background-color: currentColor;
}
@media (min-width: 768px) {
  .c-headline::after {
    margin-top: 2.28571vw;
    width: 3rem;
  }
}
@media (min-width: 1400px) {
  .c-headline::after {
    margin-top: 32px;
  }
}
.c-headline.-xl {
  margin-bottom: 3.6rem;
  font-size: 4.5rem;
  line-height: 0.979;
}
@media (min-width: 768px) {
  .c-headline.-xl {
    font-size: 9.6rem;
  }
}
@media (min-width: 1024px) {
  .c-headline.-xl {
    font-size: 9.6rem;
  }
}
@media (min-width: 1400px) {
  .c-headline.-xl {
    font-size: 9.6rem;
  }
}
@media (min-width: 768px) {
  .c-headline.-xl {
    margin-bottom: 1.71429vw;
  }
}
@media (min-width: 1400px) {
  .c-headline.-xl {
    margin-bottom: 24px;
  }
}
.c-headline.-xl > small {
  margin-top: 0.85em;
}
@media (min-width: 768px) {
  .c-headline.-xl > small {
    margin-top: 0.8em;
  }
}
.c-headline.-xl::after {
  margin-top: 2.2rem;
}
@media (min-width: 768px) {
  .c-headline.-xl::after {
    margin-top: 2.14286vw;
  }
}
@media (min-width: 1400px) {
  .c-headline.-xl::after {
    margin-top: 30px;
  }
}
.c-headline.-lg {
  margin-bottom: 3.6rem;
  letter-spacing: 0.14em;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .c-headline.-lg {
    font-size: 4.4rem;
  }
}
@media (min-width: 1024px) {
  .c-headline.-lg {
    font-size: 4.4rem;
  }
}
@media (min-width: 1400px) {
  .c-headline.-lg {
    font-size: 4.4rem;
  }
}
@media (min-width: 768px) {
  .c-headline.-lg {
    margin-bottom: 2.85714vw;
  }
}
@media (min-width: 1400px) {
  .c-headline.-lg {
    margin-bottom: 40px;
  }
}
.c-headline.-lg > small {
  letter-spacing: 0.25em; 
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .c-headline.-lg > small {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .c-headline.-lg > small {
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) {
  .c-headline.-lg > small {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .c-headline.-lg > small {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 768px) {
  .c-headline.-lg > small {
    margin-bottom: 0.35714vw;
  }
  .c-headline.-lg > small::before {
    content: "";
    display: block;
    margin-top: calc((1 - 1.5) * 0.5em); 
    width: 0;
    height: 0;
  }
}
@media (min-width: 1400px) {
  .c-headline.-lg > small {
    margin-bottom: 5px;
  }
}
[lang="en"] .c-headline.-lg > small {
  letter-spacing: 0;
}
.c-headline.-lg::after {
  margin-top: 0.9rem;
}
@media (min-width: 768px) {
  .c-headline.-lg::after {
    margin-top: 1.71429vw;
  }
}
@media (min-width: 1400px) {
  .c-headline.-lg::after {
    margin-top: 24px;
  }
}
.c-headline.-md {
  margin-bottom: 2.8rem;
  letter-spacing: 0.15em; 
  font-size: 2.3rem;
}
@media (min-width: 768px) {
  .c-headline.-md {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .c-headline.-md {
    font-size: 3.6rem;
  }
}
@media (min-width: 1400px) {
  .c-headline.-md {
    font-size: 3.6rem;
  }
}
.c-headline.-md::before {
  content: "";
  display: block;
  margin-top: calc((1 - 1.5) * 0.5em); 
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .c-headline.-md {
    margin-bottom: 3.35714vw;
  }
}
@media (min-width: 1400px) {
  .c-headline.-md {
    margin-bottom: 47px;
  }
}
.c-headline.-md::after {
  margin-top: 1.7rem;
  width: 1.5rem;
}
@media (min-width: 768px) {
  .c-headline.-md::after {
    margin-top: 1.21429vw;
    width: 3rem;
  }
}
@media (min-width: 1400px) {
  .c-headline.-md::after {
    margin-top: 17px;
  }
}
[lang="en"] .c-headline.-md {
  letter-spacing: 0;
}
.c-headline.-sm {
  margin-bottom: 3.2rem;
  letter-spacing: 0.15em; 
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .c-headline.-sm {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .c-headline.-sm {
    font-size: 3.2rem;
  }
}
@media (min-width: 1400px) {
  .c-headline.-sm {
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) {
  .c-headline.-sm {
    margin-bottom: 2.85714vw;
  }
}
@media (min-width: 1400px) {
  .c-headline.-sm {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .c-headline.-sm::after {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .c-headline.-sm::after {
    margin-top: 1.28571vw;
    width: 2.3rem;
  }
}
@media (min-width: 1400px) {
  .c-headline.-sm::after {
    margin-top: 18px;
  }
}
[lang="en"] .c-headline {
  letter-spacing: 0;
}

.c-heading {
  margin-bottom: 4rem;
  letter-spacing: 0.1em;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-heading {
    font-size: 6rem;
  }
}
@media (min-width: 1024px) {
  .c-heading {
    font-size: 6rem;
  }
}
@media (min-width: 1400px) {
  .c-heading {
    font-size: 6rem;
  }
}
.c-heading::before {
  content: "";
  display: block;
  margin-top: calc((1 - 1.5) * 0.5em); 
  width: 0;
  height: 0;
}
.c-heading::after {
  content: "";
  display: block;
  margin-bottom: calc((1 - 1.5) * 0.5em); 
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .c-heading {
    margin-bottom: 5.71429vw;
  }
}
@media (min-width: 1400px) {
  .c-heading {
    margin-bottom: 80px;
  }
}
.c-heading small {
  display: block;
  letter-spacing: 0.27em; 
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .c-heading small {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .c-heading small {
    font-size: 1.8rem;
  }
}
@media (min-width: 1400px) {
  .c-heading small {
    font-size: 1.8rem;
  }
}
[lang="en"] .c-heading small {
  letter-spacing: 0;
}
.c-heading.-xl {
  letter-spacing: 0.05em; 
  font-size: 4.5rem;
}
@media (min-width: 768px) {
  .c-heading.-xl {
    font-size: 9.6rem;
  }
}
@media (min-width: 1024px) {
  .c-heading.-xl {
    font-size: 9.6rem;
  }
}
@media (min-width: 1400px) {
  .c-heading.-xl {
    font-size: 9.6rem;
  }
}
.c-heading.-lg {
  letter-spacing: 0.1em;
  font-size: 3.8rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .c-heading.-lg {
    font-size: 6rem;
  }
}
@media (min-width: 1024px) {
  .c-heading.-lg {
    font-size: 6rem;
  }
}
@media (min-width: 1400px) {
  .c-heading.-lg {
    font-size: 6rem;
  }
}
.c-heading.-lg::before {
  content: "";
  display: block;
  margin-top: calc((1 - 1.2) * 0.5em); 
  width: 0;
  height: 0;
}
.c-heading.-lg::after {
  content: "";
  display: block;
  margin-bottom: calc((1 - 1.2) * 0.5em); 
  width: 0;
  height: 0;
}
.c-heading.-lg small {
  margin-top: 0.8rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-heading.-lg small {
    margin-top: 0.42857vw;
  }
}
@media (min-width: 1400px) {
  .c-heading.-lg small {
    margin-top: 6px;
  }
}
.c-heading.-md {
  letter-spacing: 0.12em; 
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .c-heading.-md {
    font-size: 4rem;
  }
}
.c-heading.-sm {
  margin-bottom: 3.2rem;
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .c-heading.-sm {
    margin-bottom: 3.42857vw;
    font-size: 3.2rem;
  }
}
@media (min-width: 1400px) {
  .c-heading.-sm {
    margin-bottom: 48px;
  }
}
.c-heading.-xs {
  margin-bottom: 3.2rem;
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .c-heading.-xs {
    font-size: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .c-heading.-xs {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  .c-heading.-xs {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .c-heading.-xs {
    margin-bottom: 2.85714vw;
  }
}
@media (min-width: 1400px) {
  .c-heading.-xs {
    margin-bottom: 40px;
  }
}
.c-heading.-nomargin {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-heading.-nomargin {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .c-heading.-nomargin {
    margin-bottom: 0;
  }
}
[lang="en"] .c-heading {
  letter-spacing: 0;
}

.c-annotation {
  letter-spacing: 0.17em; 
  font-size: 1rem;
}
@media (min-width: 768px) {
  .c-annotation {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .c-annotation {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .c-annotation {
    font-size: 1.2rem;
  }
}
[lang="en"] .c-annotation {
  letter-spacing: 0.03em;
}

.c-lead {
  letter-spacing: 0.23em;
  line-height: 2.125;
}
.c-lead.-bold {
  font-weight: bold;
}
.c-lead.-sub {
  margin-top: 3.4rem;
  margin-bottom: 2.4rem;
  line-height: 1.77;
}
@media (min-width: 768px) {
  .c-lead.-sub {
    margin-top: 5vw;
    margin-bottom: 3.14286vw;
    line-height: 2;
  }
}
@media (min-width: 1400px) {
  .c-lead.-sub {
    margin-top: 70px;
    margin-bottom: 44px;
  }
}
[lang="en"] .c-lead {
  letter-spacing: 0.03em;
}

.c-txt {
  line-height: 2.125;
}
.c-txt.-bold {
  font-weight: bold;
}

.c-verticalline::after {
  content: "";
  display: inline-block;
  margin-right: 0.8em;
  padding-right: 0.8em;
  border-right: 1px solid #1b1919; 
  height: 0.8em;
}

@media (min-width: 768px) {
  .p-alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-alert_header {
  background-color: #6d6d6d;
}
@media (max-width: 767.98px) {
  .p-alert_header {
    padding: 2.1rem 2rem;
  }
}
@media (min-width: 768px) {
  .p-alert_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 22.57143vw;
    max-width: 316px; 

    -webkit-box-pack: center; 

        -ms-flex-pack: center; 

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-alert_body {
  padding: 0 2rem;
  background-color: #f4f6f9;
}
@media (min-width: 768px) {
  .p-alert_body {
    padding: 0.35714vw 3.42857vw 0; 

    -webkit-box-flex: 1; 

        -ms-flex-positive: 1; 

            flex-grow: 1;
  }
}
@media (min-width: 1400px) {
  .p-alert_body {
    padding: 5px 48px 0;
  }
}

.p-alert_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .p-alert_tit {
    font-size: 1.4rem;
  }
}
.p-alert_tit::before {
  content: "";
  display: block;
  margin-right: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(/assets/img/common/icon_exclamation.png);
  background-size: cover;
}
@media (min-width: 768px) {
  .p-alert_tit::before {
    width: 1.28571vw;
    height: 1.28571vw;
  }
}
@media (min-width: 1400px) {
  .p-alert_tit::before {
    width: 18px;
    height: 18px;
  }
}

.p-alert_item {
  padding: 2rem 0;
  letter-spacing: 0.1em; 
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-alert_item {
    padding: 1.78571vw 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .p-alert_item {
    padding: 25px 0;
  }
}
.p-alert_item + .p-alert_item {
  border-top: 1px solid #dddfe3;
}

@media (min-width: 768px) {
  .p-banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-banner {
  display: inline-block;
  width: 100%;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
@media (min-width: 768px) {
  .p-banner {
    width: 20.11401%;
  }
}
@media (max-width: 767.98px) {
  .p-banner + .p-banner {
    margin-top: 5.2rem;
  }
}
@media (min-width: 768px) {
  .p-banner + .p-banner {
    margin-left: 6.51466%;
  }
}
.p-banner.-touched {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-banner:hover {
    opacity: 0.6;
  }
}

.p-banner_label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 2rem;
  font-size: 1.2rem;
  font-weight: bold; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
@media (min-width: 768px) {
  .p-banner_label {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .p-banner_label {
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .p-banner_label {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .p-banner_label {
    padding-top: 1.71429vw;
    padding-left: 1.14286vw;
  }
}
@media (min-width: 1400px) {
  .p-banner_label {
    padding-top: 24px;
    padding-left: 16px;
  }
}
[target="_blank"] .p-banner_label::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(/assets/img/common/icon_external_link.svg);
  background-repeat: no-repeat; 
  background-size: 100%;
}
@media (min-width: 768px) {
  [target="_blank"] .p-banner_label::after {
    width: 1.28571vw;
    height: 1.28571vw;
  }
}
@media (min-width: 1400px) {
  [target="_blank"] .p-banner_label::after {
    width: 18px;
    height: 18px;
  }
}

.p-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.p-btns.-vertical {
  display: inline-block;
  text-align: center;
}
.p-btns.-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4.2rem 0 3.6rem; 

  -webkit-box-pack: end; 

      -ms-flex-pack: end; 

          justify-content: flex-end;
}
@media (min-width: 768px) {
  .p-btns.-follow {
    position: absolute;
    top: 0;
    right: 6.14286vw;
    margin: 0; 

    -webkit-box-pack: start; 

        -ms-flex-pack: start; 

            justify-content: flex-start;
  }
}
@media (min-width: 1400px) {
  .p-btns.-follow {
    right: 86px;
  }
}

.p-btns_label {
  letter-spacing: 0.15em; 
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
  font-size: 1rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-btns_label {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .p-btns_label {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .p-btns_label {
    font-size: 1.2rem;
  }
}
:not(.-vertical) > .p-btns_label + * {
  margin-left: 1.6rem;
}
:not(.-vertical) > * + .p-btns_label {
  margin-left: 1.6rem;
}
.-vertical > .p-btns_label {
  margin-bottom: 1rem;
}

.p-btn {
  overflow: hidden;
  position: relative;
  padding: 0.35rem 0.7rem;
  background-color: #1b1919;
  letter-spacing: 0.1em;
  color: white;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
  font-size: 1.4rem; 
  font-weight: bold;
  line-height: 1.125;
}
@media (min-width: 768px) {
  .p-btn {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .p-btn {
    font-size: 1.8rem;
  }
}
@media (min-width: 1400px) {
  .p-btn {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .p-btn {
    padding: 0.07143vw 0.5vw;
  }
}
@media (min-width: 1400px) {
  .p-btn {
    padding: 1px 7px;
  }
}
.p-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: calc(100% + 2em);
  height: 101%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: skewX(-45deg) scale(0, 1);
          transform: skewX(-45deg) scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top; 
  background: #14abae;
}
@media (min-width: 768px) {
  .p-btn:hover::before {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    -webkit-transform: skewX(-45deg) scale(1, 1);
            transform: skewX(-45deg) scale(1, 1); 
    -webkit-transform-origin: left top; 
            transform-origin: left top;
  }
}
.p-btn.-touched::before {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
  -webkit-transform: skewX(-45deg) scale(1, 1);
          transform: skewX(-45deg) scale(1, 1); 
  -webkit-transform-origin: left top; 
          transform-origin: left top;
}
.p-btn.-lg {
  font-size: 2.1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-btn.-lg {
    font-size: 3.4rem;
  }
}
.p-btn.-md {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-btn.-md {
    font-size: 2.4rem;
  }
}
.p-btn.-primary {
  background-color: #14abae;
}
.p-btn.-primary::before {
  background: #1b1919;
}
.p-btn.-contained {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-btn.-outline {
  border: 1px solid #dddfe3;
  background-color: transparent;
  color: #1b1919;
}
.p-btns .p-btn.-outline + .p-btn.-outline {
  margin-left: -1px;
}
.p-btn.-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.7rem;
  width: 3rem;
  height: 3rem; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-btn.-block::before {
  width: 200%;
}
.p-btn.-block svg {
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
@media (min-width: 768px) {
  .p-btn.-block {
    padding: 0.64286vw;
    width: 2.85714vw;
    height: 2.85714vw;
  }
}
@media (min-width: 1400px) {
  .p-btn.-block {
    padding: 9px;
    width: 40px;
    height: 40px;
  }
}
.p-btn.-block.-md {
  width: 4rem;
  height: 4rem;
}
@media (min-width: 768px) {
  .p-btn.-block.-md {
    width: 4vw;
    height: 4vw;
  }
}
@media (min-width: 1400px) {
  .p-btn.-block.-md {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 768px) {
  .p-btn.-block:hover svg {
    fill: white;
  }
}
.p-btn.-block.-touched svg {
  fill: white;
}
.p-btn.-block.-twitter::before {
  background-color: #55acee;
}
.p-btn.-block.-facebook::before {
  background-color: #315096;
}
.p-btn.-block.-line::before {
  background-color: #00c300;
}
.p-btn.-block.-wantedly::before {
  background-color: #3baed2;
}
.p-btn.-block.-youtube::before {
  background-color: #cd201f;
}
.p-btn.-block.-instagram::before {
  background-color: #b932a8;
}
.p-btn[aria-pressed="true"] {
  background-color: #14abae;
  color: white;
}
[lang="en"] .p-btn {
  letter-spacing: 0.03em;
}

.p-btn_label {
  position: relative; 
  z-index: 2;
}

.p-btn_icon {
  position: relative; 
  z-index: 2;
}
.-contained .p-btn_icon.-reverse {
  margin-left: 0;
}
.p-btn_icon.-externallink {
  width: 1.4rem;
  height: 1.4rem;
}
@media (min-width: 768px) {
  .p-btn_icon.-externallink {
    width: 1vw;
    height: 1vw;
  }
}
@media (min-width: 1400px) {
  .p-btn_icon.-externallink {
    width: 14px;
    height: 14px;
  }
}

.p-txtbtn {
  position: relative;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.p-txtbtn:not([target="_blank"]),
.p-txtbtnlist .p-txtbtn {
  display: inline-block;
  padding-left: 1.7rem;
  text-indent: -1.7rem;
}
@media (min-width: 768px) {
  .p-txtbtn:not([target="_blank"]),
  .p-txtbtnlist .p-txtbtn {
    padding-left: 1.64286vw;
    text-indent: -1.64286vw;
  }
}
@media (min-width: 1400px) {
  .p-txtbtn:not([target="_blank"]),
  .p-txtbtnlist .p-txtbtn {
    padding-left: 23px;
    text-indent: -23px;
  }
}
.p-txtbtn:not([target="_blank"])::before,
.p-txtbtnlist .p-txtbtn::before {
  content: "";
  display: inline-block;
  margin-right: 0.3rem;
  width: 1.4rem;
  height: 0.7rem;
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem); 
  background: url(/assets/img/common/icon_arrow_right.svg) no-repeat center;
}
@media (min-width: 768px) {
  .p-txtbtn:not([target="_blank"])::before,
  .p-txtbtnlist .p-txtbtn::before {
    margin-right: 0.35714vw;
    width: 1.28571vw;
    height: 0.64286vw;
    -webkit-transform: translateY(-0.14286vw);
            transform: translateY(-0.14286vw);
    vertical-align: middle;
  }
}
@media (min-width: 1400px) {
  .p-txtbtn:not([target="_blank"])::before,
  .p-txtbtnlist .p-txtbtn::before {
    margin-right: 5px;
    width: 18px;
    height: 9px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.p-txtbtn[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 0.3rem;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem); 
  background: url(/assets/img/common/icon_external_link.svg) no-repeat center;
}
@media (min-width: 768px) {
  .p-txtbtn[target="_blank"]::after {
    margin-left: 0.35714vw;
    width: 1vw;
    height: 1vw;
    -webkit-transform: translateY(-0.07143vw);
            transform: translateY(-0.07143vw);
    vertical-align: middle;
  }
}
@media (min-width: 1400px) {
  .p-txtbtn[target="_blank"]::after {
    margin-left: 5px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.p-txtbtn[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 1.55rem;
  height: 1.7rem;
  background: url(/assets/img/common/icon_pdf.svg) no-repeat center;
  background-size: 100%; 
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-txtbtn[href$=".pdf"]::after {
    width: 1.57143vw;
    height: 1.71429vw;
  }
}
@media (min-width: 1400px) {
  .p-txtbtn[href$=".pdf"]::after {
    width: 22px;
    height: 24px;
  }
}
.p-txtbtn.-touched {
  color: #14abae;
}
.p-txtbtn.-touched:not([target="_blank"])::before,
.p-txtbtnlist .p-txtbtn.-touched::before {
  background-image: url(/assets/img/common/icon_arrow_right_ov.svg);
}
.p-txtbtn.-touched[target="_blank"]::after {
  background-image: url(/assets/img/common/icon_external_link_ov.svg);
}
@media (min-width: 768px) {
  .p-txtbtn:hover {
    color: #14abae;
  }
}
@media (min-width: 768px) {
  .p-txtbtn:hover:not([target="_blank"])::before,
  .p-txtbtnlist .p-txtbtn:hover::before {
    background-image: url(/assets/img/common/icon_arrow_right_ov.svg);
  }
}
@media (min-width: 768px) {
  .p-txtbtn:hover[target="_blank"]::after {
    background-image: url(/assets/img/common/icon_external_link_ov.svg);
  }
}
@media (min-width: 768px) {
  .p-txtbtn:hover[href$=".pdf"]::after {
    background-image: url(/assets/img/common/icon_pdf_ov.svg);
  }
}

.p-txtbtnlist_item:not(:first-child) {
  margin-top: 1em;
}

.p-togglebtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0.7rem;
  border: 1px solid #dddfe3;
  background-color: transparent;
  letter-spacing: 0.12em; 
  color: #1b1919;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
  font-weight: bold;
  line-height: 1.125;
}
@media (min-width: 768px) {
  .p-togglebtn {
    overflow: hidden;
    position: relative;
    padding: 0.14286vw 0.5vw;
    font-size: 2.4rem;
  }
}
@media (min-width: 1400px) {
  .p-togglebtn {
    padding: 2px 7px;
  }
}
@media (min-width: 768px) {
  .p-togglebtn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: calc(100% + 2em);
    height: 101%;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: skewX(-45deg) scale(0, 1);
            transform: skewX(-45deg) scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top; 
    background: #14abae;
  }
}
.p-togglebtn:hover::before,
.p-togglebtn.-touched::before {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
  -webkit-transform: skewX(-45deg) scale(1, 1);
          transform: skewX(-45deg) scale(1, 1); 
  -webkit-transform-origin: left top; 
          transform-origin: left top;
}
.p-togglebtn[aria-current="page"],
.p-togglebtn[aria-pressed="true"] {
  background-color: #14abae;
  color: white;
}
[lang="en"] .p-togglebtn {
  letter-spacing: 0.03em;
}

.p-togglebtn_label {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-togglebtn:hover .p-togglebtn_label {
  -webkit-transition: color 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: color 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  color: white;
}

.p-cards + .p-cards {
  margin-top: 7rem;
}
@media (min-width: 768px) {
  .p-cards + .p-cards {
    margin-top: 7.42857vw;
  }
}
@media (min-width: 1400px) {
  .p-cards + .p-cards {
    margin-top: 104px;
  }
}

@media (max-width: 767.98px) {
  .p-cards > .p-card + .p-card {
    margin-top: 5.2rem;
  }
}

@media (min-width: 768px) {
  .p-cards.has-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .p-cards.has-xl > .p-card:nth-of-type(n + 3) {
    margin-top: 8.57143vw;
  }
}

@media (min-width: 1400px) {
  .p-cards.has-xl > .p-card:nth-of-type(n + 3) {
    margin-top: 120px;
  }
}

@media (max-width: 767.98px) {
  .p-cards.has-xl > .p-card + .p-card {
    margin-top: 6.8rem;
  }
}

@media (min-width: 768px) {
  .p-cards.has-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 3.57143vw; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1400px) {
  .p-cards.has-lg {
    padding: 0 50px;
  }
}

@media (max-width: 767.98px) {
  .p-cards.has-lg > .p-card + .p-card {
    margin-top: 6.8rem;
  }
}

@media (min-width: 768px) {
  .p-cards.has-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .p-cards.has-md > .p-card {
    width: 28.99023%;
  }
}

@media (min-width: 768px) {
  .p-cards.has-md > .p-card + .p-card {
    margin-left: 6.51466%;
  }
}

.p-cards.has-md > .p-card:nth-of-type(3n + 1) {
  margin-left: 0;
}

@media (min-width: 768px) {
  .p-cards.has-md > .p-card:nth-of-type(n + 4) {
    margin-top: 6.85714vw;
  }
}

@media (min-width: 1400px) {
  .p-cards.has-md > .p-card:nth-of-type(n + 4) {
    margin-top: 96px;
  }
}

.p-cards.has-md.-dent {
  position: relative;
}
@media (min-width: 768px) {
  .p-cards.has-md.-dent > :nth-of-type(2) {
    margin-top: 3.14286vw;
  }
}
@media (min-width: 1400px) {
  .p-cards.has-md.-dent > :nth-of-type(2) {
    margin-top: 44px;
  }
}
@media (min-width: 768px) {
  .p-cards.has-md.-dent > :nth-of-type(3) {
    margin-top: 0.64286vw;
  }
}
@media (min-width: 1400px) {
  .p-cards.has-md.-dent > :nth-of-type(3) {
    margin-top: 9px;
  }
}
@media (min-width: 768px) {
  .p-cards.has-md.-dent > :nth-of-type(n + 4) {
    margin-top: 7.42857vw;
  }
}
@media (min-width: 1400px) {
  .p-cards.has-md.-dent > :nth-of-type(n + 4) {
    margin-top: 104px;
  }
}
@media (min-width: 768px) {
  .p-cards.has-md.-dent > :nth-of-type(3n + 5) {
    margin-top: 10.57143vw;
  }
}
@media (min-width: 1400px) {
  .p-cards.has-md.-dent > :nth-of-type(3n + 5) {
    margin-top: 148px;
  }
}
@media (min-width: 768px) {
  .p-cards.has-md.-dent > :nth-of-type(3n + 6) {
    margin-top: 8.07143vw;
  }
}
@media (min-width: 1400px) {
  .p-cards.has-md.-dent > :nth-of-type(3n + 6) {
    margin-top: 113px;
  }
}
@media (max-width: 767.98px) {
  .p-cards.has-md.-dent > .p-card + .p-card {
    margin-top: 6.8rem;
  }
}

@media (min-width: 768px) {
  .p-cards.-step2 > :nth-of-type(2n) {
    margin-top: 3.57143vw;
  }
}

@media (min-width: 1400px) {
  .p-cards.-step2 > :nth-of-type(2n) {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .p-cards.-step2 > :nth-of-type(2n + 3) {
    margin-top: 5.71429vw;
  }
}

@media (min-width: 1400px) {
  .p-cards.-step2 > :nth-of-type(2n + 3) {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .p-cards.-step2 > :nth-of-type(2n + 4) {
    margin-top: 9.28571vw;
  }
}

@media (min-width: 1400px) {
  .p-cards.-step2 > :nth-of-type(2n + 4) {
    margin-top: 130px;
  }
}

.p-cards.has-md.-step3 {
  position: relative;
}
@media (min-width: 768px) {
  .p-cards.has-md.-step3 {
    margin-right: -1px;
    margin-left: -1px;
  }
}
@media (min-width: 1400px) {
  .p-cards.has-md.-step3 {
    margin-right: -1px;
    margin-left: -1px;
  }
}
@media (max-width: 767.98px) {
  .p-cards.has-md.-step3::after {
    content: "";
    position: absolute;
    top: -2.2rem;
    left: -1.05rem;
    border-width: 2.65rem 3.35rem 2.4rem 2.5rem;
    border-style: solid;
    -o-border-image: url(/assets/img/common/frame_23.png) 53 67 48 50 repeat repeat;
       border-image: url(/assets/img/common/frame_23.png) 53 67 48 50 repeat repeat; 
    width: 106.96429%;
    height: calc(100% + 5.1rem);
    pointer-events: none;

    mix-blend-mode: multiply;
  }
}
@media (max-width: 767.98px) {
  .p-cards.has-md.-step3 > .p-card + .p-card {
    margin-top: 0;
    border-top: 1px solid #dddfe3;
  }
}
@media (min-width: 768px) {
  .p-cards.has-md.-step3 > .p-card + .p-card {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .p-cards.has-md.-step3 > * {
    position: relative;
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  .p-cards.has-md.-step3 > *::after {
    content: "";
    position: absolute;
    border-style: solid;
    pointer-events: none; 

    mix-blend-mode: multiply;
  }
}
@media (min-width: 768px) {
  .p-cards.has-md.-step3 > :nth-of-type(n + 4) {
    margin-top: 7.42857vw;
  }
}
@media (min-width: 1400px) {
  .p-cards.has-md.-step3 > :nth-of-type(n + 4) {
    margin-top: 104px;
  }
}
@media (min-width: 768px) {
  .p-cards.has-md.-step3 > :nth-of-type(3n + 1)::after {
    top: -2.42857vw;
    left: -1.5vw;
    border-width: 2.64286vw 5.35714vw 29.92857vw 3vw;
    -o-border-image: url(/assets/img/common/frame_19.png) 37 75 419 42 repeat repeat;
       border-image: url(/assets/img/common/frame_19.png) 37 75 419 42 repeat repeat; 
    width: 113.65854%;
    height: calc(100% + 6.142857143vw);
  }
}
@media (min-width: 1400px) {
  .p-cards.has-md.-step3 > :nth-of-type(3n + 1)::after {
    top: -34px;
    left: -21px;
    border-width: 37px 75px 419px 42px; 
    height: calc(100% + 80px);
  }
}
@media (min-width: 768px) {
  .p-cards.has-md.-step3 > :nth-of-type(3n + 2) {
    top: 1.9rem;
  }
}
@media (min-width: 768px) {
  .p-cards.has-md.-step3 > :nth-of-type(3n + 2)::after {
    z-index: 1;
    top: -1.14286vw;
    left: -0.71429vw;
    border-width: 1.42857vw 1.78571vw 2.57143vw 3.21429vw;
    -o-border-image: url(/assets/img/common/frame_21.png) 20 25 36 45 repeat repeat;
       border-image: url(/assets/img/common/frame_21.png) 20 25 36 45 repeat repeat; 
    width: 107.07317%;
    height: calc(100% + 3.714285714vw);
  }
}
@media (min-width: 1400px) {
  .p-cards.has-md.-step3 > :nth-of-type(3n + 2)::after {
    top: -16px;
    left: -10px;
    border-width: 20px 25px 36px 45px; 
    height: calc(100% + 52px);
  }
}
@media (min-width: 768px) {
  .p-cards.has-md.-step3 > :nth-of-type(3n + 3) {
    top: 3.8rem;
  }
}
@media (min-width: 768px) {
  .p-cards.has-md.-step3 > :nth-of-type(3n + 3)::after {
    top: -1.5vw;
    left: -1.07143vw;
    border-width: 1.71429vw 3.28571vw 1.57143vw 2.14286vw;
    -o-border-image: url(/assets/img/common/frame_22.png) 24 46 22 30 repeat repeat;
       border-image: url(/assets/img/common/frame_22.png) 24 46 22 30 repeat repeat; 
    width: 110.97561%;
    height: calc(100% + 3.071428571vw);
  }
}
@media (min-width: 1400px) {
  .p-cards.has-md.-step3 > :nth-of-type(3n + 3)::after {
    top: -21px;
    left: -15px;
    border-width: 24px 46px 22px 30px; 
    height: calc(100% + 43px);
  }
}

@media (min-width: 768px) {
  .p-cards.has-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .p-cards.has-sm > .p-card + .p-card {
    margin-left: 6.51466%;
  }
}

.p-cards.has-sm > .p-card:nth-of-type(4n + 1) {
  margin-left: 0;
}

@media (min-width: 768px) {
  .p-cards.has-sm > .p-card:nth-of-type(n + 5) {
    margin-top: 5.71429vw;
  }
}

@media (min-width: 1400px) {
  .p-cards.has-sm > .p-card:nth-of-type(n + 5) {
    margin-top: 80px;
  }
}

.p-cards.has-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .p-cards.has-xs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .p-cards.has-xs > .p-card + .p-card {
    margin-left: 6.51466%;
  }
}
@media (max-width: 767.98px) {
  .p-cards.has-xs > .p-card:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .p-cards.has-xs > .p-card:nth-of-type(n + 3) {
    margin-top: 4.5rem;
  }
}
@media (min-width: 768px) {
  .p-cards.has-xs > .p-card:nth-of-type(n + 5) {
    margin-top: 6.85714vw;
  }
}
@media (min-width: 1400px) {
  .p-cards.has-xs > .p-card:nth-of-type(n + 5) {
    margin-top: 96px;
  }
}
.p-cards.has-xs > .p-card:nth-of-type(4n + 1) {
  margin-left: 0;
}

.p-cards_row {
  margin-top: 70px;
  width: 100%;
}

.p-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .p-card {
    width: 25.42857vw;
  }
}
@media (min-width: 1400px) {
  .p-card {
    width: 356px;
  }
}
.p-card.-matchheight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-card.-matchheight > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .p-card.-xl {
    width: 46.74267%;
  }
}
@media (min-width: 1400px) {
  .p-card.-xl {
    width: 574px;
  }
}
@media (min-width: 768px) {
  .p-card.-lg {
    width: 36.28571vw;
  }
}
@media (min-width: 1400px) {
  .p-card.-lg {
    width: 508px;
  }
}
.p-card.-sm {
  width: 28rem;
}
@media (min-width: 768px) {
  .p-card.-sm {
    width: 20.11401%;
  }
}
@media (max-width: 767.98px) {
  .p-cards.has-xs .p-card {
    width: 12.8rem;
  }
}

.p-card_header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-card_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 2.4rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem; 

  -webkit-box-flex: 1; 

      -ms-flex-positive: 1; 

          flex-grow: 1;
}
@media (min-width: 768px) {
  .p-card_body {
    padding-top: 2.85714vw;
    padding-right: 1.42857vw;
    padding-left: 1.42857vw;
  }
}
@media (min-width: 1400px) {
  .p-card_body {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .-xl .p-card_body {
    padding-right: 2.28571vw;
    padding-left: 2.28571vw;
  }
}
@media (min-width: 1400px) {
  .-xl .p-card_body {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 768px) {
  .-lg .p-card_body {
    padding-right: 2.28571vw;
    padding-left: 2.28571vw;
  }
}
@media (min-width: 1400px) {
  .-lg .p-card_body {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 768px) {
  .-sm .p-card_body {
    padding: 2.28571vw 1vw 0;
  }
}
@media (min-width: 1400px) {
  .-sm .p-card_body {
    padding: 32px 14px 0;
  }
}
@media (max-width: 767.98px) {
  .-dent .p-card_body {
    padding-top: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .-step2 .p-card_body {
    padding-top: 2.8rem;
  }
}
.-step3 .p-card_body {
  padding-right: 2.4rem;
  padding-bottom: 4.4rem;
  padding-left: 2.4rem;
}
@media (min-width: 768px) {
  .-step3 .p-card_body {
    padding-top: 3.42857vw;
    padding-right: 2.85714vw;
    padding-bottom: 3.42857vw;
    padding-left: 2.85714vw;
  }
}
@media (min-width: 1400px) {
  .-step3 .p-card_body {
    padding-top: 48px;
    padding-right: 40px;
    padding-bottom: 48px;
    padding-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .p-cards.has-xs .p-card_body {
    padding-top: 2rem;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
.p-cards:not(.-dent):not([class*="-step"]) .p-card_body > .p-card_head ~ .p-card_txt:nth-last-child(2) {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-cards:not(.-dent):not([class*="-step"]) .p-card_body > .p-card_head ~ .p-card_txt:nth-last-child(2) {
    margin-bottom: 2.28571vw;
  }
}
@media (min-width: 1400px) {
  .p-cards:not(.-dent):not([class*="-step"]) .p-card_body > .p-card_head ~ .p-card_txt:nth-last-child(2) {
    margin-bottom: 32px;
  }
}
.p-cards:not(.-dent):not([class*="-step"]) .p-card_body > :not(.p-card_head) + .p-card_btn:last-child {
  margin-top: auto;
}
.p-cards:not(.-dent):not([class*="-step"]) .p-card_body > :not(.p-card_head) + .p-card_date:last-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .p-cards:not(.-dent):not([class*="-step"]) .p-card_body > :not(.p-card_head) + .p-card_date:last-child {
    margin-top: -1.14286vw;
  }
}
@media (min-width: 1400px) {
  .p-cards:not(.-dent):not([class*="-step"]) .p-card_body > :not(.p-card_head) + .p-card_date:last-child {
    margin-top: -16px;
  }
}

.p-card_headline {
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif; 
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-card_headline {
    font-size: 1.8rem;
  }
}
.p-card_headline::after {
  content: "";
  display: block;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  width: 1.35rem;
  height: 1px;
  background-color: currentColor;
}
@media (min-width: 768px) {
  .p-card_headline::after {
    margin-top: 1rem;
    width: 1.6rem;
  }
}

.p-card_head.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-card_tit {
  letter-spacing: 0.14em; 
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
  font-weight: bold;
}
.p-card_tit::before {
  content: "";
  display: block;
  margin-top: calc((1 - 1.5) * 0.5em); 
  width: 0;
  height: 0;
}
.p-card_tit::after {
  content: "";
  display: block;
  margin-bottom: calc((1 - 1.5) * 0.5em); 
  width: 0;
  height: 0;
}
.p-card_tit > small {
  display: block;
  letter-spacing: 0.1em; 
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-card_tit > small {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .p-card_tit > small {
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .p-card_tit > small {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .p-card_tit > small {
    margin-top: 0.7rem;
  }
}
[lang="en"] .p-card_tit > small {
  letter-spacing: 0.03em;
}
.p-card_tit.-xl {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .p-card_tit.-xl {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .p-card_tit.-xl {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  .p-card_tit.-xl {
    font-size: 4rem;
  }
}
.p-card_tit.-lg {
  letter-spacing: 0.11em;
  font-size: 2.6rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-card_tit.-lg {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .p-card_tit.-lg {
    font-size: 3.2rem;
  }
}
@media (min-width: 1400px) {
  .p-card_tit.-lg {
    font-size: 3.2rem;
  }
}
.p-card_tit.-lg::before {
  content: "";
  display: block;
  margin-top: calc((1 - 1) * 0.5em); 
  width: 0;
  height: 0;
}
.p-card_tit.-lg::after {
  content: "";
  display: block;
  margin-bottom: calc((1 - 1) * 0.5em); 
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .p-card_tit.-lg {
    font-size: 3.1rem;
  }
}
@media (max-width: 767.98px) {
  .p-card_tit.-lg > small {
    margin-top: 0.8rem;
  }
}
@media (min-width: 768px) {
  .p-card_tit.-lg > small {
    margin-top: 0.71429vw;
  }
}
@media (min-width: 1400px) {
  .p-card_tit.-lg > small {
    margin-top: 10px;
  }
}
.p-card_tit.-md {
  letter-spacing: 0.13em; 
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .p-card_tit.-md {
    font-size: 2.8rem;
  }
}
.p-card_tit.-sm {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .p-card_tit.-sm {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .p-card_tit.-sm {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .p-card_tit.-sm {
    font-size: 2rem;
  }
}
.p-card_tit.-sm > small {
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .p-card_tit.-sm > small {
    margin-top: 0.6rem;
  }
}
@media (min-width: 768px) {
  .p-card_tit.-sm > small {
    margin-top: 0.5vw;
  }
}
@media (min-width: 1400px) {
  .p-card_tit.-sm > small {
    margin-top: 7px;
  }
}
.p-card_tit.-xs {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-card_tit.-xs {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .p-card_tit.-xs {
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .p-card_tit.-xs {
    font-size: 1.4rem;
  }
}
.p-card_tit.-xxs {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-card_tit.-xxs {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .p-card_tit.-xxs {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .p-card_tit.-xxs {
    font-size: 1.2rem;
  }
}
.p-card_tit.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.p-card_head:not(.-horizontal) .p-card_tit + .p-card_tit {
  margin-top: 0.25em;
}
@media (min-width: 768px) {
  .p-card_head:not(.-horizontal) .p-card_tit + .p-card_tit {
    margin-top: 0.71429vw;
  }
}
@media (min-width: 1400px) {
  .p-card_head:not(.-horizontal) .p-card_tit + .p-card_tit {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .p-cards.has-xs .p-card_tit {
    font-size: 1.4rem;
  }
}
[lang="en"] .p-card_tit {
  letter-spacing: 0.03em;
}

.p-card_category.-sub {
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px); 
  color: #a5abaf;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-card_category.-sub {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); 
    font-size: 0.875em;
  }
}

.p-card_data {
  margin-top: 0.7rem;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-card_data {
    margin-top: 0.5vw;
  }
}
@media (min-width: 1400px) {
  .p-card_data {
    margin-top: 7px;
  }
}
.p-card_data > em {
  letter-spacing: 0.15em; 
  font-size: 2.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-card_data > em {
    font-size: 3rem;
  }
}
[lang="en"] .p-card_data > em {
  letter-spacing: 0.04em;
}

.p-card_caption {
  margin-top: 0.8rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-card_caption {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .p-card_caption {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .p-card_caption {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .p-card_caption {
    margin-top: 0.57143vw;
  }
}
@media (min-width: 1400px) {
  .p-card_caption {
    margin-top: 8px;
  }
}

.p-card_txt {
  margin-top: 1.6rem;
  margin-top: 2rem;
  letter-spacing: 0.12em; 
  font-size: 1.3rem;
  line-height: 1.875;
}
.p-card_txt::before {
  content: "";
  display: block;
  margin-top: calc((1 - 1.875) * 0.5em); 
  width: 0;
  height: 0;
}
.p-card_txt::after {
  content: "";
  display: block;
  margin-bottom: calc((1 - 1.875) * 0.5em); 
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .p-card_txt {
    margin-top: 1.71429vw;
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) {
  .p-card_txt {
    margin-top: 24px;
  }
}
.p-card_txt.-sm {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-card_txt.-sm {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .p-card_txt.-sm {
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .p-card_txt.-sm {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .p-card_txt.-sm {
    margin-top: 1.71429vw;
  }
}
@media (min-width: 1400px) {
  .p-card_txt.-sm {
    margin-top: 24px;
  }
}
.p-card_txt.-xs {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-card_txt.-xs {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .p-card_txt.-xs {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .p-card_txt.-xs {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .p-card_txt.-xs {
    margin-top: 1.14286vw;
  }
}
@media (min-width: 1400px) {
  .p-card_txt.-xs {
    margin-top: 16px;
  }
}
@media (max-width: 767.98px) {
  .p-card_txt + .p-card_txt.-xs {
    margin-top: 1.2rem;
  }
}
.p-cards.-step3 .p-card_txt {
  letter-spacing: 0.26em;
}
[lang="en"] .p-cards.-step3 .p-card_txt {
  letter-spacing: 0.03em;
}
@media (max-width: 767.98px) {
  .p-cards.has-xs .p-card_txt {
    margin-top: 1.3rem;
  }
}
.p-card_txt > small {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-card_txt > small {
    font-size: 1.4rem;
  }
}
[lang="en"] .p-card_txt {
  letter-spacing: 0.03em;
}

.p-card_date {
  margin-top: 2rem;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-card_date {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .p-card_date {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .p-card_date {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .p-card_date {
    margin-top: 1.71429vw;
  }
}
@media (min-width: 1400px) {
  .p-card_date {
    margin-top: 24px;
  }
}

.p-card_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-card_contacts {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .p-card_contacts {
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .p-card_contacts {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .p-card_contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-card_btn {
  margin-top: 2.4rem; 

  -ms-flex-item-align: start; 

      -ms-grid-row-align: start; 

      align-self: start;
}
@media (min-width: 768px) {
  .p-card_btn {
    margin-top: 2.28571vw;
  }
}
@media (min-width: 1400px) {
  .p-card_btn {
    margin-top: 32px;
  }
}

.p-card_badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 0.9rem 0 1.1rem;
  width: 4.2rem;
  height: 5.8rem;
  background-color: white;
  letter-spacing: 0.1em; 
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-card_badge {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .p-card_badge {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .p-card_badge {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .p-card_badge {
    padding: 1vw 0;
    width: 3.78571vw;
    height: 5.21429vw;
  }
}
@media (min-width: 1400px) {
  .p-card_badge {
    padding: 14px 0;
    width: 53px;
    height: 73px;
  }
}
.p-card_badge > em {
  line-height: 1;
}
@media (max-width: 767.98px) {
  .p-card_badge > em {
    margin-top: -0.8rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .p-card_badge > em {
    font-size: 2.2rem;
  }
}
.p-card_badge::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.2rem;
  background-color: currentColor;
}
@media (min-width: 768px) {
  .p-card_badge::after {
    margin-top: 0.35714vw;
    width: 1.14286vw;
    height: 0.14286vw;
  }
}
@media (min-width: 1400px) {
  .p-card_badge::after {
    margin-top: 5px;
    width: 16px;
    height: 2px;
  }
}

.p-card_sns {
  position: absolute;
  top: 2.4rem;
  right: 1.5rem;
}
@media (min-width: 768px) {
  .p-card_sns {
    top: 3.3rem;
    right: 2.3rem;
  }
}

.p-carousel {
  position: relative;
}
@media (max-width: 767.98px) {
  .p-carousel {
    margin-right: -2rem; 
    margin-left: -2rem;
  }
}

@media (min-width: 768px) {
  .p-carousel_maskimage {
    overflow: hidden;
    -webkit-transform: skewX(-17.3deg);
            transform: skewX(-17.3deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}

@media (min-width: 768px) {
  .-reverse .p-carousel_maskimage {
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}

@media (min-width: 768px) {
  .p-carousel_maskimageinner {
    -webkit-transform: skewX(17.3deg) translateX(-5vw);
            transform: skewX(17.3deg) translateX(-5vw);
  }
}

@media (min-width: 1400px) {
  .p-carousel_maskimageinner {
    -webkit-transform: skewX(17.3deg) translateX(-71px);
            transform: skewX(17.3deg) translateX(-71px);
  }
}

@media (min-width: 768px) {
  .-reverse .p-carousel_maskimageinner {
    -webkit-transform: skewX(17.3deg) translateX(5vw);
            transform: skewX(17.3deg) translateX(5vw);
  }
}

@media (min-width: 1400px) {
  .-reverse .p-carousel_maskimageinner {
    -webkit-transform: skewX(17.3deg) translateX(71px);
            transform: skewX(17.3deg) translateX(71px);
  }
}

.p-carousel_slides {
  position: relative;
  z-index: 0;
}

.p-carousel_slide {
  visibility: hidden; 
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 767.98px) {
  .p-carousel_slide {
    margin-right: 0 !important; 
    margin-left: 0 !important;
  }
}
.p-carousel_slide.-activeslide {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-carousel_slide.-activeslide::after {
  display: none;
}
.p-carousel_slide.-currentslide {
  visibility: visible; 
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}
.p-carousel_slide.-nextslide {
  visibility: visible; 
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}
.p-carousel_slide.-nextslide.-activeslide {
  z-index: 3;
}
.p-carousel_slide:first-child {
  position: relative;
}
.p-carousel_slide img {
  visibility: hidden;
}

.p-carousel_mask {
  position: relative;
  left: 0;
  width: 100%;
  -webkit-transition: 0s;
  transition: 0s; 
  -webkit-transform: skewX(-17.3deg); 
          transform: skewX(-17.3deg);
}
.-activeslide .p-carousel_mask {
  overflow: hidden;
  left: -10rem;
  width: calc(100% + 20rem);
  -webkit-transition: width 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-carousel_mask.-activemask {
  width: 0;
}
.p-carousel_mask.-activemask.-reverse {
  width: 0;
  -webkit-transition: 0s;
  transition: 0s;
}

@media all and (-ms-high-contrast: none) {
  .-activeslide .p-carousel_mask {
    width: 122%;
  }
  .-activeslide .p-carousel_mask.-activemask {
    width: 0;
  }
  .-activeslide .p-carousel_mask.-activemask.-reverse {
    width: 0;
    -webkit-transition: 0s;
    transition: 0s;
  }
}

@supports (-ms-ime-align: auto) {
  .-activeslide .p-carousel_mask {
    width: 122%;
  }
  .-activeslide .p-carousel_mask.-activemask {
    width: 0;
  }
  .-activeslide .p-carousel_mask.-activemask.-reverse {
    width: 0;
    -webkit-transition: 0s;
    transition: 0s;
  }
}

.p-carousel_img {
  position: relative;
  width: 100%;
  -webkit-transform: skewX(17.3deg);
          transform: skewX(17.3deg); 
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.-activeslide .p-carousel_img {
  left: 10rem;
}
.p-carousel_img img {
  visibility: hidden;
  width: 100%;
}
.p-carousel_img picture {
  display: block;
}

.p-carousel_link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-carousel_link::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1); 
  background: white;
}
.p-carousel_link:hover::after {
  opacity: 0.4;
}

.p-carousel_pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 2;
  padding: 0.9rem 0.6rem 0.7rem;
  width: 4rem;
  height: 4rem;
  background-color: #14abae;
  letter-spacing: 0.14em; 
  color: white;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}
@media (min-width: 768px) {
  .p-carousel_pagination {
    padding: 1vw 0.64286vw;
    width: 4vw;
    height: 4vw;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (min-width: 1400px) {
  .p-carousel_pagination {
    padding: 14px 9px;
    width: 56px;
    height: 56px;
  }
}
.p-carousel_pagination em {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-carousel_pagination em {
    font-size: 1.6rem;
  }
}
.p-carousel_pagination small {
  font-size: 1rem;
  line-height: 1; 

  -ms-flex-item-align: end; 

      align-self: flex-end;
}
@media (min-width: 768px) {
  .p-carousel_pagination small {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .p-carousel_pagination small {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .p-carousel_pagination small {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .p-carousel_pagination small {
    margin-left: 0.28571vw;
  }
}
@media (min-width: 1400px) {
  .p-carousel_pagination small {
    margin-left: 4px;
  }
}
.p-carousel_pagination::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 1rem;
  height: 1px;
  -webkit-transform: translate(-50%) rotate(-55deg);
          transform: translate(-50%) rotate(-55deg); 
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .p-carousel_pagination::after {
    top: 55%;
    left: 48%;
    width: 1.28571vw;
    -webkit-transform: translate(-35%) rotate(-55deg);
            transform: translate(-35%) rotate(-55deg);
  }
}
@media (min-width: 1400px) {
  .p-carousel_pagination::after {
    width: 18px;
  }
}
@media (min-width: 768px) {
  .-reverse .p-carousel_pagination {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.p-carousel_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (min-width: 768px) {
  .p-carousel_nav {
    right: -1.78571vw;
  }
}
@media (min-width: 1400px) {
  .p-carousel_nav {
    right: -25px;
  }
}
@media (min-width: 768px) {
  .-reverse .p-carousel_nav {
    right: auto;
    left: -1.78571vw;
  }
}
@media (min-width: 1400px) {
  .-reverse .p-carousel_nav {
    left: -25px;
  }
}

.p-carousel_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0;
  width: 4rem;
  height: 4rem; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-carousel_btn {
    width: 4vw;
    height: 4vw;
  }
}
@media (min-width: 1400px) {
  .p-carousel_btn {
    width: 56px;
    height: 56px;
  }
}

.p-carousel_icon {
  width: 1.8rem;
  height: 0.9rem;
}

.p-entry {
  position: relative;
  text-align: center;
}
.p-entry:not(.-sticky) {
  margin-top: 5.6rem;
  padding: 4.5rem 0 6rem;
  background-color: #f4f6f9;
}
@media (min-width: 768px) {
  .p-entry:not(.-sticky) {
    margin-top: 6.85714vw;
    padding: 2.28571vw 0 4.57143vw;
  }
}
@media (min-width: 1400px) {
  .p-entry:not(.-sticky) {
    margin-top: 96px;
    padding: 32px 0 64px;
  }
}
.p-entry.-sticky {
  position: fixed;
  z-index: 1003;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 767.98px) {
  .p-entry.-sticky {
    bottom: 0;
    left: 0;
    padding: 1rem;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 768px) {
  .p-entry.-sticky {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-entry.-sticky[aria-hidden="true"] {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (min-width: 768px) {
  .p-entry.-sticky[aria-hidden="true"] {
    -webkit-transform: translate(101%, -50%);
            transform: translate(101%, -50%);
  }
}
.p-entry.-sticky[aria-hidden="false"] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 768px) {
  .p-entry.-sticky[aria-hidden="false"] {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.p-entry-inner {
  margin: 0 auto; 
  max-width: 52vw;
}
@media (max-width: 767.98px) {
  .p-entry-inner {
    max-width: 100%;
  }
}

.p-entry_tit {
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .p-entry_tit {
    margin-bottom: 1.71429vw; 
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .p-entry_tit {
    margin-bottom: 24px;
  }
}

.p-entry_btn {
  margin-bottom: 1.6rem; 
  width: 21.6rem;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-entry_btn {
    font-size: 2.9rem;
  }
  .p-entry_btn:nth-child(n + 3) {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .p-entry_btn {
    font-size: 2.9rem;
  }
}
@media (min-width: 1400px) {
  .p-entry_btn {
    font-size: 2.9rem;
  }
}
@media (max-width: 767.98px) {
  .p-entry_btn:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-entry_btn {
    width: 25.42857vw;
    max-width: 356px;
    height: 3vw; 
    max-height: 42px;
  }
}
@media (max-width: 767.98px) {
  .-sticky .p-entry_btn {
    position: relative;
    padding: 0.6rem 0;
    width: 100%;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .-sticky .p-entry_btn {
    padding: 3.14286vw 1.42857vw;
    width: auto;
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  .-sticky .p-entry_btn {
    padding: 44px 20px;
  }
}
@media (min-width: 768px) {
  .-sticky .p-entry_btn::before {
    width: 200%;
  }
}

.p-entry_btn.-disabled {
  cursor: default;
  background: #a5abaf; 
  pointer-events: none;
}

.p-entry_label {
  position: relative;
  z-index: 2;
}

.p-entry_icon {
  position: absolute;
  right: 1.1rem;
}
@media (min-width: 768px) {
  .p-entry_icon {
    right: 1.14286vw;
  }
}
@media (min-width: 1400px) {
  .p-entry_icon {
    right: 16px;
  }
}

.p-select {
  position: relative;
  border: 1px solid #d1d1d1;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif; 
  font-weight: bold;
}
.p-select.-fluid {
  width: 100%;
}
.p-select > select {
  padding-right: 3.5rem;
  padding-left: 0.5em;
}
@media (min-width: 768px) {
  .p-select > select:hover {
    cursor: pointer;
  }
}
.p-select.-error > select {
  border: 2px solid #ad1000;
  border-radius: 0;
  background: #f9dfdc;

  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.p-select::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/img/common/icon_chevron_down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}

.p-textform.-fluid {
  width: 100%;
}

.p-textform > input[type="text"],
.p-textform > input[type="tel"],
.p-textform > input[type="email"] {
  position: relative;
  padding: 0 1.2rem;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 0;
  height: 5rem;
  font-size: 1.6rem;
  font-weight: bold;

  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .p-textform > input[type="text"],
  .p-textform > input[type="tel"],
  .p-textform > input[type="email"] {
    padding: 2vw 1.85714vw; 
    height: 5vw;
  }
}
@media (min-width: 1400px) {
  .p-textform > input[type="text"],
  .p-textform > input[type="tel"],
  .p-textform > input[type="email"] {
    padding: 28px 26px; 
    height: 70px;
  }
}
.p-textform > input[type="text"]:focus,
.p-textform > input[type="tel"]:focus,
.p-textform > input[type="email"]:focus {
  border: 2px solid #14abae; 
  outline: 0;
}
.p-textform > input[type="text"]::-webkit-input-placeholder,
.p-textform > input[type="tel"]::-webkit-input-placeholder,
.p-textform > input[type="email"]::-webkit-input-placeholder {
  letter-spacing: 0.14em; 
  color: #6d6d6d;
  font-size: 1.2rem;
  font-weight: normal;
}
.p-textform > input[type="text"]:-ms-input-placeholder,
.p-textform > input[type="tel"]:-ms-input-placeholder,
.p-textform > input[type="email"]:-ms-input-placeholder {
  letter-spacing: 0.14em; 
  color: #6d6d6d;
  font-size: 1.2rem;
  font-weight: normal;
}
.p-textform > input[type="text"]::-ms-input-placeholder,
.p-textform > input[type="tel"]::-ms-input-placeholder,
.p-textform > input[type="email"]::-ms-input-placeholder {
  letter-spacing: 0.14em; 
  color: #6d6d6d;
  font-size: 1.2rem;
  font-weight: normal;
}
.p-textform > input[type="text"]::placeholder,
.p-textform > input[type="tel"]::placeholder,
.p-textform > input[type="email"]::placeholder {
  letter-spacing: 0.14em; 
  color: #6d6d6d;
  font-size: 1.2rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .p-textform > input[type="text"]::-webkit-input-placeholder,
  .p-textform > input[type="tel"]::-webkit-input-placeholder,
  .p-textform > input[type="email"]::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .p-textform > input[type="text"]:-ms-input-placeholder,
  .p-textform > input[type="tel"]:-ms-input-placeholder,
  .p-textform > input[type="email"]:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .p-textform > input[type="text"]::-ms-input-placeholder,
  .p-textform > input[type="tel"]::-ms-input-placeholder,
  .p-textform > input[type="email"]::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .p-textform > input[type="text"]::placeholder,
  .p-textform > input[type="tel"]::placeholder,
  .p-textform > input[type="email"]::placeholder {
    font-size: 1.4rem;
  }
}
.p-textform > input[type="text"]::-webkit-input-placeholder,
.p-textform > input[type="tel"]::-webkit-input-placeholder,
.p-textform > input[type="email"]::-webkit-input-placeholder {
  padding-top: 0.3em;
}

.p-textform.-error > input[type="text"],
.p-textform.-error > input[type="tel"],
.p-textform.-error > input[type="email"] {
  border: 2px solid #ad1000;
  background: #f9dfdc;
}

.p-textform.-fluid > input[type="text"],
.p-textform.-fluid > input[type="tel"],
.p-textform.-fluid > input[type="email"] {
  width: 100%;
}

.p-textform + .p-textform {
  margin-top: 1.3rem;
}
@media (min-width: 768px) {
  .p-textform + .p-textform {
    margin-top: 1vw;
  }
}
@media (min-width: 1400px) {
  .p-textform + .p-textform {
    margin-top: 14px;
  }
}

.p-textarea > textarea {
  padding: 1.2rem;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 0;
  width: 100%;
  min-height: 16rem;
  resize: none; 

  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .p-textarea > textarea {
    height: 13.57143vw;
    min-height: 13.57143vw;
    resize: vertical;
  }
}
@media (min-width: 1400px) {
  .p-textarea > textarea {
    height: 190px;
    min-height: 190px;
  }
}
.p-textarea > textarea:focus {
  border: 2px solid #14abae; 
  outline: 0;
}
.-fluid .p-textarea > textarea {
  width: 100%;
}

.p-textarea.-error > textarea {
  border: 2px solid #ad1000;
  background: #f9dfdc;
}

.p-submitbtn {
  overflow: hidden; 
  position: relative;
  padding: 0 2.5rem;
  width: 21.6rem;
  background: #14abae;
  color: white;
  font-size: 2.1rem;
  font-weight: bold;
}
.p-submitbtn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: calc(100% + 2em);
  height: 101%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: skewX(-45deg) scale(0, 1);
          transform: skewX(-45deg) scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top; 
  background: #1b1919;
}
@media (min-width: 768px) {
  .p-submitbtn:not([disabled]):hover::before {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    -webkit-transform: skewX(-45deg) scale(1, 1);
            transform: skewX(-45deg) scale(1, 1); 
    -webkit-transform-origin: left top; 
            transform-origin: left top;
  }
}
.p-submitbtn:not([disabled]).-touched::before {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
  -webkit-transform: skewX(-45deg) scale(1, 1);
          transform: skewX(-45deg) scale(1, 1); 
  -webkit-transform-origin: left top; 
          transform-origin: left top;
}
.p-submitbtn[disabled] {
  background: #a5abaf;
}
@media (min-width: 768px) {
  .p-submitbtn {
    padding: 0 2.57143vw;
    width: 25.42857vw;
    font-size: 3.4rem;
  }
}
@media (min-width: 1400px) {
  .p-submitbtn {
    padding: 0 36px; 
    width: 356px;
  }
}

.p-submitbtn_label {
  position: relative; 
  z-index: 2;
}

.p-checkbox > input[type="checkbox"] {
  display: none;
}

.p-checkbox_icon::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.2rem;
  margin-right: 0.6rem;
  width: 1.35rem;
  height: 1.35rem;
  background: url(/assets/img/common/input_checkbox.png) no-repeat left top/100% auto;
}
@media (min-width: 768px) {
  .p-checkbox_icon::before {
    top: 0.21429vw;
    width: 1.42857vw;
    height: 1.42857vw;
  }
}
@media (min-width: 1400px) {
  .p-checkbox_icon::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
}

input[type="checkbox"]:checked ~ .p-checkbox_icon::before {
  background-position: left bottom;
}

.p-hero {
  position: relative;
  z-index: 50;
}
.p-hero + * {
  margin-top: 11.8rem;
}
@media (min-width: 768px) {
  .p-hero + * {
    margin-top: 20vw;
  }
}
@media (min-width: 1400px) {
  .p-hero + * {
    margin-top: 280px;
  }
}

.p-hero_container {
  position: relative;
}
@media (min-width: 768px) {
  .p-hero_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 87.71429%; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .p-hero_container {
    width: calc(100% - 172px);
  }
}

.p-hero_content {
  padding-top: 5.2rem;
}
@media (min-width: 768px) {
  .p-hero_content {
    padding-top: 6.14286vw;
  }
}
@media (min-width: 1400px) {
  .p-hero_content {
    padding-top: 86px;
  }
}

.p-hero_headline {
  margin-left: 2rem;
}
@media (min-width: 768px) {
  .p-hero_headline {
    margin-left: 0;
  }
}

.p-hero_txt {
  letter-spacing: 0.23em; 
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .p-hero_txt {
    margin-top: 12rem;
    padding: 0 4rem;
  }
}
@media (min-width: 768px) {
  .p-hero_txt {
    font-size: 1.5rem;
  }
}
[lang="en"] .p-hero_txt {
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  [lang="en"] .p-hero_txt {
    font-size: 1.7rem;
  }
}

.p-hero_figure {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 18.65rem;
}
@media (min-width: 768px) {
  .p-hero_figure {
    position: relative;
    right: 0;
    width: 57.65472%;
    height: 28.35714vw; 

    -ms-flex-negative: 0; 

        flex-shrink: 0;
  }
}
.p-hero_figure img {
  width: 100%;
}

.p-hero_mv {
  overflow: hidden;
}

.p-hero_maskimage img {
  -webkit-transform: skewX(17.3deg) translateX(-9.3vw);
          transform: skewX(17.3deg) translateX(-9.3vw);
}
@media (min-width: 768px) {
  .p-hero_maskimage img {
    -webkit-transform: skewX(17.3deg) translateX(-4.64286vw);
            transform: skewX(17.3deg) translateX(-4.64286vw);
  }
}

.p-hero_btns {
  position: absolute;
  right: 0;
  bottom: -3.2rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (min-width: 768px) {
  .p-hero_btns {
    bottom: -6.14286vw;
  }
}
@media (min-width: 1400px) {
  .p-hero_btns {
    bottom: -86px;
  }
}

.p-hero_quadraticCurve {
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: -0.65rem;
  width: 100vw;
}
@media (min-width: 768px) {
  .p-hero_quadraticCurve {
    right: -8.6rem;
    bottom: 0.9rem;
  }
}

.p-hero_texture {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -2.75rem;
  width: 17.4rem;
}
@media (min-width: 768px) {
  .p-hero_texture {
    right: -12%;
    bottom: -3.57143vw;
    width: 106.63842%;
  }
}
@media (min-width: 1400px) {
  .p-hero_texture {
    right: -86px;
    bottom: -50px;
  }
}

.p-jumbotron_container {
  padding-top: 3.4rem;
}
@media (min-width: 768px) {
  .p-jumbotron_container {
    padding-top: 6.42857vw;
  }
}
@media (min-width: 1400px) {
  .p-jumbotron_container {
    padding-top: 90px;
  }
}

.p-jumbotron_header {
  position: relative;
}

@media (min-width: 768px) {
  .p-jumbotron_body {
    margin-top: 6.28571vw;
  }
}

@media (min-width: 1400px) {
  .p-jumbotron_body {
    margin-top: 88px;
  }
}

.p-jumbotron_btns {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .p-jumbotron_btn {
    margin-left: auto;
  }
}

.p-list.-ordered {
  counter-reset: number;
}

.p-list_item {
  padding-left: 1em;
  text-indent: -1em; 
  line-height: 1.7;
}
.p-list_item::before {
  content: "・";
}
.p-list_item + .p-list_item {
  margin-top: 0.333em;
}
.-dash .p-list_item {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .-dash .p-list_item {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .-dash .p-list_item {
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .-dash .p-list_item {
    font-size: 1.4rem;
  }
}
.-dash .p-list_item::before {
  content: "ー";
  margin-right: 1rem;
}
.-ordered .p-list_item {
  counter-increment: number;
}
.-ordered .p-list_item::before {
  content: counter(number) ".";
}

.p-datalist {
  letter-spacing: 0.24em;
}
@media (min-width: 768px) {
  .p-datalist.-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
[lang="en"] .p-datalist {
  letter-spacing: 0.03em;
}

.p-datalist_item {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(32%, black), color-stop(0, #dddfe3));
  background-image: linear-gradient(to right, black 32%, #dddfe3 0);
  background-repeat: no-repeat; 
  background-position: 0 100%;
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  .p-datalist_item {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(27%, black), color-stop(0, #dddfe3));
    background-image: linear-gradient(to right, black 27%, #dddfe3 0);
  }
}
.p-datalist.-lg > .p-datalist_item {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .p-datalist.-lg > .p-datalist_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3vw 0;
    width: 45.92834%;
  }
}
@media (min-width: 1400px) {
  .p-datalist.-lg > .p-datalist_item {
    padding: 42px 0;
  }
}
.p-datalist:not(.-lg) > .p-datalist_item {
  display: table;
}
@media (max-width: 767.98px) {
  .p-datalist:not(.-lg) > .p-datalist_item {
    padding: 2.2rem 1.6rem;
  }
}
@media (min-width: 768px) {
  .p-datalist:not(.-lg) > .p-datalist_item {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(11.28571vw, black), color-stop(0, #dddfe3));
    background-image: linear-gradient(to right, black 11.28571vw, #dddfe3 0);
  }
}
@media (min-width: 1400px) {
  .p-datalist:not(.-lg) > .p-datalist_item {
    background-image: linear-gradient(to right, black 158px, #dddfe3 0);
  }
}
.p-datalist:not(.-lg) > .p-datalist_item:first-child {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(32%, black), color-stop(0, #dddfe3)), -webkit-gradient(linear, left top, right top, color-stop(32%, black), color-stop(0, #dddfe3));
  background-image: linear-gradient(to right, black 32%, #dddfe3 0), linear-gradient(to right, black 32%, #dddfe3 0);
  background-position: 100% 0, 0 100%;
}
@media (min-width: 768px) {
  .p-datalist:not(.-lg) > .p-datalist_item:first-child {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(11.28571vw, black), color-stop(0, #dddfe3)), -webkit-gradient(linear, left top, right top, color-stop(11.28571vw, black), color-stop(0, #dddfe3));
    background-image: linear-gradient(to right, black 11.28571vw, #dddfe3 0), linear-gradient(to right, black 11.28571vw, #dddfe3 0);
  }
}
@media (min-width: 1400px) {
  .p-datalist:not(.-lg) > .p-datalist_item:first-child {
    background-image: linear-gradient(to right, black 158px, #dddfe3 0), linear-gradient(to right, black 158px, #dddfe3 0);
  }
}
@media (min-width: 768px) {
  .p-datalists .p-datalist_item + .p-datalist_item {
    margin-left: 10rem;
  }
}

.p-datalist_tit {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-datalist_tit {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .p-datalist_tit {
    font-size: 1.8rem;
  }
}
@media (min-width: 1400px) {
  .p-datalist_tit {
    font-size: 1.8rem;
  }
}
.p-datalist_tit.-sm {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-datalist_tit.-sm {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .p-datalist_tit.-sm {
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .p-datalist_tit.-sm {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .p-datalist_tit {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 768px) {
  .p-datalist_tit {
    width: 11.28571vw; 

    -ms-flex-negative: 0; 

        flex-shrink: 0;
  }
}
@media (min-width: 1400px) {
  .p-datalist_tit {
    width: 158px;
  }
}
@media (min-width: 768px) {
  .p-datalist:not(.-lg) .p-datalist_tit {
    display: table-cell;
    padding-top: 2.28571vw;
    padding-bottom: 2.28571vw;
    padding-left: 1.14286vw;
  }
}
@media (min-width: 1400px) {
  .p-datalist:not(.-lg) .p-datalist_tit {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
  }
}
@media (max-width: 767.98px) {
  .p-datalist.-lg .p-datalist_tit {
    margin-bottom: 1.9rem;
  }
}
@media (min-width: 768px) {
  .p-datalist.-lg .p-datalist_tit {
    padding-left: 0;
    width: 10.71429vw;
    line-height: 2;
  }
}
@media (min-width: 1400px) {
  .p-datalist.-lg .p-datalist_tit {
    width: 150px;
  }
}

.p-datalist_heading {
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-datalist_heading {
    display: table-cell;
  }
}

.p-datalist_list {
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  * + .p-datalist_list {
    margin-top: 0.71429vw;
  }
}
@media (min-width: 1400px) {
  * + .p-datalist_list {
    margin-top: 10px;
  }
}

.p-datalist_desc {
  line-height: 1.7;
}
@media (max-width: 767.98px) {
  .p-datalist_desc {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .p-datalist:not(.-lg) .p-datalist_desc {
    display: table-cell;
    padding: 2.28571vw;
  }
}
@media (min-width: 1400px) {
  .p-datalist:not(.-lg) .p-datalist_desc {
    padding: 32px;
  }
}
.p-datalist.-lg .p-datalist_desc {
  line-height: 2;
}
@media (min-width: 768px) {
  .p-datalist.-lg .p-datalist_desc {
    padding-left: 3.42857vw;
  }
}
@media (min-width: 1400px) {
  .p-datalist.-lg .p-datalist_desc {
    padding-left: 48px;
  }
}

.p-datalist_row {
  display: table-row;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-datalist_row {
    display: table-row;
  }
}

.p-datalist_col {
  display: table-cell;
}
@media (min-width: 768px) {
  .p-datalist_col {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .p-datalist_col + .p-datalist_col {
    padding-left: 2em;
  }
}

.p-datalist_content + .p-datalist_content {
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .p-datalist_content + .p-datalist_content {
    margin-top: 1.85714vw;
  }
}
@media (min-width: 1400px) {
  .p-datalist_content + .p-datalist_content {
    margin-top: 26px;
  }
}

.p-datalist_txt.-sm {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-datalist_txt.-sm {
    font-size: 1.4rem;
  }
}

:not(.p-datalist_row) > .p-datalist_txt + .p-datalist_txt {
  margin-top: 0.333em;
}

.p-media_tit {
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif; 
  font-size: 1.7rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-media_tit {
    margin-bottom: 1.42857vw;
    letter-spacing: 0.22em; 
    font-size: 2.6rem;
  }
}
@media (min-width: 1400px) {
  .p-media_tit {
    margin-bottom: 20px;
  }
}
[lang="en"] .p-media_tit {
  letter-spacing: 0.03em;
}

.p-media.has-carousel {
  position: relative;
}

.p-media_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .p-media_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-media_body.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-media.has-carousel .p-media_body {
  position: relative;
}
@media (min-width: 768px) {
  .p-media.has-carousel .p-media_body::after {
    content: "";
    position: absolute;
    top: -1.21429vw;
    left: -2.28571vw;
    border-width: 2.85714vw 2.07143vw 2vw 2vw;
    border-style: solid;
    -o-border-image: url(/assets/img/common/frame_24.png) 40 29 28 28 repeat repeat;
       border-image: url(/assets/img/common/frame_24.png) 40 29 28 28 repeat repeat; 
    width: 104.31596%;
    height: 107.8%;
    pointer-events: none;

    mix-blend-mode: multiply;
  }
}
@media (min-width: 1400px) {
  .p-media.has-carousel .p-media_body::after {
    top: -1.7rem;
    left: -3.2rem;
    border-width: 4rem 2.9rem 2.8rem 2.8rem;
    -o-border-image: url(/assets/img/common/frame_24.png) 40 29 28 28 repeat repeat;
       border-image: url(/assets/img/common/frame_24.png) 40 29 28 28 repeat repeat; 
    width: 104.31596%;
    height: 107.8%;
  }
}

@media (max-width: 767.98px) {
  .p-media_content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .p-media_content {
    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-flex: 1; 

        -ms-flex: 1 1; 

            flex: 1 1;
  }
}

@media (max-width: 767.98px) {
  .p-media.has-carousel .p-media_content {
    display: none;
  }
}

@media (min-width: 768px) {
  .p-media.has-carousel .p-media_content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    padding-right: 2.85714vw;
    padding-left: 5.71429vw;
    width: 34.03909%;
    -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1); 

    -webkit-box-pack: center; 

        -ms-flex-pack: center; 

            justify-content: center;
  }
}

@media (min-width: 1400px) {
  .p-media.has-carousel .p-media_content {
    padding-right: 40px;
    padding-left: 80px;
  }
}

@media (max-width: 767.98px) {
  .p-media.has-carousel .p-media_content.-current {
    display: block;
  }
}

@media (min-width: 768px) {
  .p-media.has-carousel .p-media_content.-current {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.65s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.65s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@media (min-width: 768px) {
  .p-media.-reverse.has-carousel .p-media_content {
    right: 0;
    left: auto;
    padding-right: 5.71429vw;
    padding-left: 2.85714vw;
  }
}

@media (min-width: 1400px) {
  .p-media.-reverse.has-carousel .p-media_content {
    padding-right: 80px;
    padding-left: 40px;
  }
}

@media (max-width: 767.98px) {
  .p-media_carousel {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .p-media_carousel::after {
    content: "";
    position: absolute;
    top: -1.55rem;
    left: 0;
    border-width: 2.3rem 1rem 1.5rem 0.25rem;
    border-style: solid;
    -o-border-image: url(/assets/img/common/frame_26.png) 46 20 30 5 repeat repeat;
       border-image: url(/assets/img/common/frame_26.png) 46 20 30 5 repeat repeat; 
    width: 100%;
    height: 111.25%;
    pointer-events: none;

    mix-blend-mode: multiply;
  }
}

.p-media_nav {
  z-index: 1;
}
@media (max-width: 767.98px) {
  .p-media_nav {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .p-media_img {
    margin-bottom: 2rem;

    -webkit-box-ordinal-group: 0;

        -ms-flex-order: -1;

            order: -1;
  }
}

@media (min-width: 768px) {
  .p-media_img {
    margin-left: 4.28571vw;
    width: 25.42857vw; 

    -ms-flex-item-align: start; 

        align-self: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 1400px) {
  .p-media_img {
    margin-left: 60px;
    width: 356px;
  }
}

.p-media_img.-outline img {
  border: 1px solid #dddfe3;
}

@media (max-width: 767.98px) {
  .p-media.has-carousel .p-media_img {
    margin-bottom: 3.6rem;
  }
}

@media (min-width: 768px) {
  .p-media.has-carousel .p-media_img {
    margin-left: auto;
    width: 57.85714vw;
  }
}

@media (min-width: 1400px) {
  .p-media.has-carousel .p-media_img {
    width: 810px;
  }
}

@media (min-width: 768px) {
  .-reverse .p-media_img,
  .p-media.has-carousel.-reverse .p-media_img {
    margin-right: 4.28571vw;
    margin-left: 0;
  }
}

@media (min-width: 1400px) {
  .-reverse .p-media_img,
  .p-media.has-carousel.-reverse .p-media_img {
    margin-right: 60px;
  }
}

.p-media_credit {
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  letter-spacing: 0.2em; 
  color: white;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-media_credit {
    right: 1rem;
    bottom: 1rem;
  }
}

.p-media_txt {
  letter-spacing: 0.2em;
}
@media (max-width: 767.98px) {
  .p-media_txt {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .p-media_txt.-sm {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .p-media_tit + .p-media_txt {
    margin-top: 1.6rem;
    margin-top: 0.8rem;
  }
}
[lang="en"] .p-media_txt {
  letter-spacing: 0.03em;
}

.p-media_btn {
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .p-media_btn {
    margin-top: 2.28571vw;
    margin-left: auto;

    -ms-flex-item-align: end;

        -ms-grid-row-align: end;

        align-self: end;
  }
}
@media (min-width: 1400px) {
  .p-media_btn {
    margin-top: 32px;
  }
}
.p-media_btn + .p-media_btn {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-media_btn + .p-media_btn {
    margin-top: 1.71429vw;
  }
}
@media (min-width: 1400px) {
  .p-media_btn + .p-media_btn {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .-reverse .p-media_btn {
    margin-right: auto;
    margin-left: 0;
  }
}

.p-message {
  background-color: #f4f6f9;
}

.p-message_container {
  padding: 5rem 2.5rem;
}
@media (min-width: 768px) {
  .p-message_container {
    padding: 4.28571vw;
  }
}
@media (min-width: 1400px) {
  .p-message_container {
    padding: 60px;
  }
}

.p-message_tit {
  margin-bottom: 1.4rem;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif; 
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .p-message_tit {
    margin-bottom: 1.71429vw;
    font-size: 1.7rem;
  }
}
@media (min-width: 1400px) {
  .p-message_tit {
    margin-bottom: 24px;
  }
}

.p-message_txt {
  font-size: 1.2rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-message_txt {
    line-height: 2.5;
  }
}

.p-message_btns {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .p-message_btns {
    margin-top: 1.42857vw;
  }
}
@media (min-width: 1400px) {
  .p-message_btns {
    margin-top: 20px;
  }
}

.p-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-navbar {
    margin-bottom: 5.71429vw;
  }
}
@media (min-width: 1400px) {
  .p-navbar {
    margin-bottom: 80px;
  }
}
.p-navbar.-primary {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-navbar.-secondary {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-navbar.-subcategory {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-navbar.-subcategory {
    margin-top: 2.64286vw;
  }
}
@media (min-width: 1400px) {
  .p-navbar.-subcategory {
    margin-top: 37px;
  }
}
.p-navbar.-subcategory.-hidden {
  display: none;
}

.p-navbar_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1.3rem; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .p-navbar_list {
    margin-top: -0.92857vw;
  }
}
@media (min-width: 1400px) {
  .p-navbar_list {
    margin-top: -13px;
  }
}

.p-navbar_item {
  margin-top: 1.3rem;
}
@media (min-width: 768px) {
  .p-navbar_item:not(:last-child) {
    margin-right: 1.14286vw;
  }
}
@media (min-width: 1400px) {
  .p-navbar_item:not(:last-child) {
    margin-right: 16px;
  }
}
.-sub .p-navbar_item {
  letter-spacing: 0.12em; 
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .-sub .p-navbar_item {
    font-size: 1.8rem;
  }
}
.-sub .p-navbar_item a {
  position: relative;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.-sub .p-navbar_item a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; 
  -webkit-transform: scale(0, 1); 
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background: currentColor;
}
.-sub .p-navbar_item a.-touched {
  color: #14abae;
}
.-sub .p-navbar_item a.-touched::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); 
  -webkit-transform-origin: left top; 
          transform-origin: left top;
}
.-sub .p-navbar_item a:hover {
  color: #14abae;
}
@media (min-width: 768px) {
  .-sub .p-navbar_item a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); 
    -webkit-transform-origin: left top; 
            transform-origin: left top;
  }
}
.-sub .p-navbar_item > [aria-current="page"],
.-sub .p-navbar_item > [aria-pressed="true"] {
  color: #14abae;
}
.-sub .p-navbar_item > [aria-current="page"]::after,
.-sub .p-navbar_item > [aria-pressed="true"]::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.-sub .p-navbar_item:not(:last-child) {
  position: relative;
  margin-right: 1.3rem;
}
@media (min-width: 768px) {
  .-sub .p-navbar_item:not(:last-child) {
    margin-right: 46px;
  }
}
.-sub .p-navbar_item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -0.65rem;
  width: 1px;
  height: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); 
  background-color: #1b1919;
}
@media (min-width: 768px) {
  .-sub .p-navbar_item:not(:last-child)::after {
    right: -23px;
  }
}

.p-navbar_btn {
  font-size: 2.4rem;
}

.p-navbar_select {
  font-size: 2.1rem;
}
.p-navbar_select::after {
  right: 1rem;
  width: 1.3rem;
  height: 0.7rem;
}
@media (min-width: 768px) {
  .p-navbar_select::after {
    right: 1.15rem;
    width: 1.3rem;
    height: 0.8rem;
  }
}
.p-navbar_select > select {
  width: 100%;
}
.p-navbar_select.-sm {
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  .p-navbar_select.-sm {
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 768px) {
  .p-navbar_select.-sm {
    font-size: 1.4rem;
  }
}
.p-navbar_select.-sm > select {
  padding-right: calc(1em + 0.9rem);
}
@media (min-width: 768px) {
  .p-navbar_select.-sm > select {
    padding-right: calc(1em + vw(11));
  }
}
@media (min-width: 1400px) {
  .p-navbar_select.-sm > select {
    padding-right: calc(1em + 11px);
  }
}
.p-navbar_select.-sm::after {
  right: 0.35rem;
  right: 0.5em;
  width: 0.9rem;
  height: 0.5rem;
}
@media (min-width: 768px) {
  .p-navbar_select.-sm::after {
    right: 0.5em;
    width: 0.78571vw;
    height: 0.42857vw;
  }
}
@media (min-width: 1400px) {
  .p-navbar_select.-sm::after {
    width: 11px;
    height: 6px;
  }
}

.p-pagination {
  margin-top: 7.4rem;
  margin-bottom: 6rem;
  text-align: center; 
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
}
@media (min-width: 768px) {
  .p-pagination {
    margin-top: 7.14286vw;
    margin-bottom: 6.28571vw;
  }
}
@media (min-width: 1400px) {
  .p-pagination {
    margin-top: 100px;
    margin-bottom: 88px;
  }
}

.p-pagination_container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.p-pagination_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1.2rem;
}
@media (min-width: 768px) {
  .p-pagination_list {
    margin: 0 2.85714vw;
  }
}
@media (min-width: 1400px) {
  .p-pagination_list {
    margin: 0 40px;
  }
}

.p-pagination_item {
  letter-spacing: normal; 
  font-size: 1.7rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-pagination_item {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .p-pagination_item {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .p-pagination_item {
    font-size: 2rem;
  }
}
.p-pagination_item > * {
  display: block;
  padding: 0.4rem 0.72rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-pagination_item > * {
    padding: 5px 16px;
  }
}
@media (max-width: 767.98px) {
  .p-pagination_item.-ellipsis {
    margin: 0 0.5rem;
  }
}
.p-pagination_item.-ellipsis > * {
  padding: 0;
}
.p-pagination_item:not(.-ellipsis) + .p-pagination_item:not(.-ellipsis) {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .p-pagination_item:not(.-ellipsis) + .p-pagination_item:not(.-ellipsis) {
    margin-left: 0.28571vw;
  }
}
@media (min-width: 1400px) {
  .p-pagination_item:not(.-ellipsis) + .p-pagination_item:not(.-ellipsis) {
    margin-left: 4px;
  }
}
.p-pagination_item a {
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.p-pagination_item a[aria-current="page"] {
  background: #14abae;
  color: white;
}
.p-pagination_item a:not([aria-current="page"]).-touched {
  color: #14abae;
}
@media (min-width: 768px) {
  .p-pagination_item a:not([aria-current="page"]):hover {
    color: #14abae;
  }
}

.p-pagination_label {
  line-height: 1;
}
@media (max-width: 767.98px) {
  .p-pagination_label {
    display: none;
  }
}

.p-pagination_btn {
  font-size: 2.4rem;
}
@media (max-width: 767.98px) {
  .p-pagination_btn {
    padding: 0 1.05rem;
  }
}

.p-table-wrapper {
  margin-top: 7.8rem;
  margin-bottom: 7.8rem;
}
@media (max-width: 767.98px) {
  .p-table-wrapper {
    overflow: auto;
    padding-bottom: 1.2rem;
  }
  .p-table-wrapper::-webkit-scrollbar {
    height: 0.7rem;
  }
  .p-table-wrapper::-webkit-scrollbar-track {
    background-color: #f4f6f9;
  }
  .p-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #14abae;
  }
}
@media (min-width: 768px) {
  .p-table-wrapper {
    margin-top: 7.42857vw;
    margin-bottom: 7.42857vw;
  }
}
@media (min-width: 1400px) {
  .p-table-wrapper {
    margin-top: 104px;
    margin-bottom: 104px;
  }
}

.p-table {
  width: 100%;
  table-layout: fixed;
  text-align: left; 
  font-size: 1.3rem;
}
.p-table th {
  text-align: left;
  line-height: 1.857;
}
@media (max-width: 767.98px) {
  .p-table th {
    width: 13.9rem;
  }
}
.p-table td {
  line-height: 1.857;
}
@media (max-width: 767.98px) {
  .p-table td {
    width: 13.9rem;
  }
}
.p-table thead th {
  padding: 1rem;
}
@media (min-width: 768px) {
  .p-table thead th {
    padding: 1.14286vw;
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) {
  .p-table thead th {
    padding: 17px;
  }
}
.p-table thead th:first-child {
  padding-left: 0;
}
@media (min-width: 768px) {
  .p-table thead th:first-child {
    width: 11.28571vw;
  }
}
@media (min-width: 1400px) {
  .p-table thead th:first-child {
    width: 158px;
  }
}
@media (min-width: 768px) {
  .p-table.-multicol thead th:first-child {
    width: auto;
  }
}
.p-table tbody th {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
@media (min-width: 768px) {
  .p-table tbody th {
    padding: 2.14286vw 1.07143vw;
    width: 11.28571vw;
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .p-table tbody th {
    padding: 30px 15px;
    width: 158px;
  }
}
.p-table tbody td {
  position: relative;
  padding: 1.5rem 0;
  border-top: 1px solid #dddfe3;
  border-bottom: 1px solid #dddfe3;
}
@media (min-width: 768px) {
  .p-table tbody td {
    padding: 2.14286vw 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .p-table tbody td {
    padding: 30px 0;
  }
}
.p-table tbody td:first-child {
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .p-table tbody td:first-child {
    padding-right: 1.42857vw;
  }
}
@media (min-width: 1400px) {
  .p-table tbody td:first-child {
    padding-right: 20px;
  }
}
.p-table tbody td div {
  position: relative;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .p-table tbody td div {
    padding: 0 1.42857vw;
  }
}
@media (min-width: 1400px) {
  .p-table tbody td div {
    padding: 0 20px;
  }
}
.p-table tbody td div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 3.3rem;
  background-color: #dddfe3;
}
@media (min-width: 768px) {
  .p-table tbody td div::before {
    height: 1.71429vw;
  }
}
@media (min-width: 1400px) {
  .p-table tbody td div::before {
    height: 24px;
  }
}
.p-table tbody tr:first-child td {
  border-top: 1px solid black;
}

.p-table_caption {
  text-align: left;
}

.p-table_anotation {
  text-align: right;
}

.breadcrumb {
  padding: 2.8rem 2.1rem 2.3rem;
  letter-spacing: 0.01rem;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0 5.6rem;
    border-right: 0.1rem solid #dddfe3;
    border-left: 0.1rem solid #dddfe3;
    width: 87.71429%;
    min-height: 6.14286vw;
    font-size: 1.3rem; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
  }
}
@media (min-width: 1400px) {
  .breadcrumb {
    width: calc(100% - 172px); 
    min-height: 86px;
  }
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1.2rem; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li {
  margin-top: 1.2rem;
  letter-spacing: 0.1em; 
  color: black;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .breadcrumb li {
    font-size: 1.3rem;
  }
}
.breadcrumb li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.65em;
  margin: 0;
  margin: 0 1rem 0 0.6rem;
  border-top: 0.1rem solid black; 
  width: 0.8rem;
  vertical-align: top;
  line-height: 1;
}
@media (min-width: 768px) {
  .breadcrumb li:not(:last-child)::after {
    margin: 0 1.4rem 0 1rem; 
    width: 1rem;
  }
}
.breadcrumb li[aria-current="page"] {
  color: #a5abaf;
}
[lang="en"] .breadcrumb li {
  letter-spacing: 0.03em;
}

.drawer {
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
}

.drawer_viewport {
  position: fixed;
  z-index: 1004;
  top: 0;
  right: 0;
  width: 275px;
  height: 100%;
  min-height: 100vh;
  -webkit-transform: translateX(275px);
          transform: translateX(275px);
}

.drawer_container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.drawer_directory {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.drawer_directory.-lv1 {
  z-index: 13;
  background: #14abae;
}

.drawer_directory.-lv2 {
  z-index: 12;
  background: #3287b4;
}

.drawer_section {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.drawer_directory.-lv1 .drawer_section {
  visibility: visible;
  z-index: 2;
  pointer-events: auto;
}
.drawer_directory.-lv1 .drawer_section .drawer_content {
  overflow: scroll;

  -webkit-overflow-scrolling: touch;
}

.drawer_section.is-active {
  visibility: visible;
  z-index: 2;
  pointer-events: auto;
}
.drawer_section.is-active .drawer_content {
  overflow: scroll;

  -webkit-overflow-scrolling: touch;
}

.drawer_directory.-lv3 {
  z-index: 11;
  background: #4a66a9;
  color: white;
}

.drawer_content {
  overflow: hidden; 
  padding: 0 22px 75px 38px;
  height: 100%;
}

.drawer_heading {
  padding: 25px 0 25px 7px;
  color: white; 
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
.drawer_heading.-top {
  padding-top: 60px;
}
.drawer_directory.-lv3 .drawer_heading {
  font-size: 20px;
}
.drawer_heading small {
  display: block;
  letter-spacing: 0.22em; 
  font-size: 11px;
  line-height: 1.3;
}
[lang="en"] .drawer_heading small {
  letter-spacing: 0.03em;
}
.drawer_heading a {
  color: inherit;
}
.drawer_heading a:hover {
  text-decoration: none;
}

.drawer_back {
  position: relative;
  left: -7px;
  margin-top: 20px;
  color: white; 
  font-size: 10px;
  font-weight: bold;
}
.drawer_back > span {
  position: relative;
  padding: 10px 0 10px 15px;
}
.drawer_back > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 11px;
  background-image: url(/assets/img/common/icon_chevron_left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}

.drawer_list.-sub {
  margin-top: 14px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.drawer_item {
  position: relative;
  border-top: 1px solid #5bc4c6;
  letter-spacing: 0.1em; 
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(1) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.35s; 
          animation-delay: 0.35s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(2) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.4s; 
          animation-delay: 0.4s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(3) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.45s; 
          animation-delay: 0.45s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(4) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.5s; 
          animation-delay: 0.5s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(5) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.55s; 
          animation-delay: 0.55s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(6) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.6s; 
          animation-delay: 0.6s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(7) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.65s; 
          animation-delay: 0.65s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(8) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.7s; 
          animation-delay: 0.7s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(9) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.75s; 
          animation-delay: 0.75s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(10) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.8s; 
          animation-delay: 0.8s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(11) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.85s; 
          animation-delay: 0.85s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(12) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.9s; 
          animation-delay: 0.9s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(13) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.95s; 
          animation-delay: 0.95s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(14) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1s; 
          animation-delay: 1s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(15) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.05s; 
          animation-delay: 1.05s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(16) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.1s; 
          animation-delay: 1.1s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(17) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.15s; 
          animation-delay: 1.15s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(18) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.2s; 
          animation-delay: 1.2s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(19) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.25s; 
          animation-delay: 1.25s;
}
.view-nav .drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:nth-child(20) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.3s; 
          animation-delay: 1.3s;
}
.drawer_directory.-lv1 .drawer_list:not(.-sub) .drawer_item:last-child {
  border-bottom: 1px solid #5bc4c6;
}
.drawer_directory.-lv2 .drawer_item {
  border-color: #70abcb;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(1) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.35s; 
          animation-delay: 0.35s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(2) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.4s; 
          animation-delay: 0.4s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(3) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.45s; 
          animation-delay: 0.45s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(4) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.5s; 
          animation-delay: 0.5s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(5) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.55s; 
          animation-delay: 0.55s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(6) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.6s; 
          animation-delay: 0.6s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(7) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.65s; 
          animation-delay: 0.65s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(8) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.7s; 
          animation-delay: 0.7s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(9) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.75s; 
          animation-delay: 0.75s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(10) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.8s; 
          animation-delay: 0.8s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(11) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.85s; 
          animation-delay: 0.85s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(12) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.9s; 
          animation-delay: 0.9s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(13) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.95s; 
          animation-delay: 0.95s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(14) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1s; 
          animation-delay: 1s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(15) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.05s; 
          animation-delay: 1.05s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(16) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.1s; 
          animation-delay: 1.1s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(17) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.15s; 
          animation-delay: 1.15s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(18) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.2s; 
          animation-delay: 1.2s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(19) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.25s; 
          animation-delay: 1.25s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(20) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.3s; 
          animation-delay: 1.3s;
}
.drawer_directory.-lv2.is-active .drawer_list:not(.-sub) .drawer_item:last-child {
  border-bottom: 1px solid #70abcb;
}
.drawer_directory.-lv3 .drawer_item {
  border-color: #8194c3;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(1) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.35s; 
          animation-delay: 0.35s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(2) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.4s; 
          animation-delay: 0.4s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(3) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.45s; 
          animation-delay: 0.45s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(4) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.5s; 
          animation-delay: 0.5s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(5) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.55s; 
          animation-delay: 0.55s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(6) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.6s; 
          animation-delay: 0.6s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(7) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.65s; 
          animation-delay: 0.65s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(8) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.7s; 
          animation-delay: 0.7s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(9) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.75s; 
          animation-delay: 0.75s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(10) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.8s; 
          animation-delay: 0.8s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(11) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.85s; 
          animation-delay: 0.85s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(12) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.9s; 
          animation-delay: 0.9s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(13) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 0.95s; 
          animation-delay: 0.95s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(14) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1s; 
          animation-delay: 1s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(15) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.05s; 
          animation-delay: 1.05s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(16) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.1s; 
          animation-delay: 1.1s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(17) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.15s; 
          animation-delay: 1.15s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(18) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.2s; 
          animation-delay: 1.2s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(19) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.25s; 
          animation-delay: 1.25s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:nth-child(20) {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; 
  -webkit-animation-delay: 1.3s; 
          animation-delay: 1.3s;
}
.drawer_directory.-lv3.is-active .drawer_list:not(.-sub) .drawer_item:last-child {
  border-bottom: 1px solid #8194c3;
}
.drawer_item a,
.drawer_item .drawer_next {
  display: block;
  position: relative;
  cursor: pointer;
  color: white;
}
.drawer_list:not(.-sub) .drawer_item a[aria-current="page"],
.drawer_list:not(.-sub)
    .drawer_item .drawer_next[aria-current="page"] {
  background: white; 
  color: #14abae;
}
.drawer_item a {
  padding: 13px 24px 13px 24px;
}
.drawer_item a:hover {
  text-decoration: none;
}
.drawer_directory.-lv1 .drawer_item a {
  padding-left: 7px;
}
.drawer_item.-top a {
  padding-left: 7px;
}
.drawer_directory.is-active .drawer_item {
  opacity: 1;
}
.drawer_list.-sub .drawer_item {
  border-top: none;
  letter-spacing: 0.1em; 
  font-size: 11px;
}
.drawer_list.-sub .drawer_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 7px;
}
.drawer_list.-sub > .drawer_item + .drawer_item {
  margin-top: 15px;
}
[lang="en"] .drawer_item {
  letter-spacing: 0.03em;
}

.drawer_next {
  padding: 12px 40px 10px 24px;
}
.drawer_directory.-lv1 .drawer_next {
  padding-left: 7px;
}

.drawer_icon {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto; 
  width: 22px;
  height: 13px;
}
.drawer_list.-sub .drawer_icon {
  position: static;
  margin-right: 5px;
  margin-left: 0;
  width: auto;
  height: auto;
}
.drawer_icon .c-icon {
  display: block;
  width: 100%;
  height: 100%;

  fill: white;
}
.drawer_list:not(.-sub) a[aria-current="page"] .drawer_icon .c-icon,
.drawer_next[aria-current="page"] .drawer_icon .c-icon {
  fill: #14abae;
}
.drawer_list.-sub .drawer_icon .c-icon {
  width: 14px;
  height: 14px;
}

.drawer_link {
  margin: 0 8px;
  font-weight: bold;
}
.drawer_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: white; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
.drawer_link a .drawer_icon {
  display: inline-block;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  width: 10px;
  height: 10px;
}
.drawer_link.-fund {
  margin-top: 24px;
  font-size: 13px;
}
.drawer_link.-fund .drawer_icon {
  position: relative;
  top: -2px;
  margin-left: 4px;
}
.drawer_link.-contact {
  position: relative;
  margin-top: 35px;
  font-size: 11px;
}
.drawer_link.-contact .drawer_icon {
  margin-right: 6px;
  width: 11px;
  height: 9px;
}

.footer {
  width: 100%;
  background: #1b1919;
}
@media (min-width: 768px) {
  .footer {
    padding: 5.42857vw 0 5.5vw;
  }
}
@media (min-width: 1400px) {
  .footer {
    padding: 76px 0 77px;
  }
}

.footer_content {
  text-align: center;
}
@media (min-width: 768px) {
  .footer_content {
    position: relative;
    margin: 0 auto;
    max-width: 87.71429%;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .footer_content {
    width: calc(100% - 172px); 
    max-width: 100%;
  }
}
.footer_content.-banner {
  position: relative;
  padding: 8.5rem 0 5rem;
}
@media (min-width: 768px) {
  .footer_content.-banner {
    margin-bottom: 6.71429vw; 
    padding: 0 0 5vw;
  }
}
@media (min-width: 1024px) {
  .footer_content.-banner {
    margin-bottom: 94px; 
    padding: 0 0 70px;
  }
}
.footer_content.-banner::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: calc(100% - 4rem);
  height: 1px;
  background-color: #404040;
}
@media (min-width: 768px) {
  .footer_content.-banner::after {
    width: 100%;
  }
}
.footer_content.-links {
  padding: 5.3rem 0 4.2rem;
}
@media (min-width: 768px) {
  .footer_content.-links {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .footer_banner {
    margin: 0 auto; 
    max-width: 1920px;
  }
}

@media (min-width: 768px) {
  .footer_banner .slick-list {
    margin: 0 -3.71429vw 0 0;
  }
}

@media (min-width: 1024px) {
  .footer_banner .slick-list {
    margin: 0 -52px 0 0;
  }
}

.footer_banner .slick-arrow {
  display: inline-block;
  overflow: hidden;
  opacity: 0.7;
  position: absolute;
  z-index: 100;
  top: 2.6rem;
  width: 2.4rem;
  height: 2.4rem;
  background: white url(/assets/img/common/icon_arrow_right.svg) no-repeat center center/1.4rem auto;
  white-space: nowrap; 
  text-indent: 100%;
}
@media (min-width: 768px) {
  .footer_banner .slick-arrow {
    top: 30px;
    width: 32px;
    height: 32px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; 
    background-size: 18px auto;
  }
}
@media (min-width: 768px) {
  .footer_banner .slick-arrow:hover {
    opacity: 1;
  }
}
.footer_banner .slick-arrow.slick-prev {
  left: 0.8rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (min-width: 768px) {
  .footer_banner .slick-arrow.slick-prev {
    left: -1.14286vw;
  }
}
@media (min-width: 1024px) {
  .footer_banner .slick-arrow.slick-prev {
    left: -16px;
  }
}
.footer_banner .slick-arrow.slick-next {
  right: 0.8rem;
}
@media (min-width: 768px) {
  .footer_banner .slick-arrow.slick-next {
    right: -1.14286vw;
  }
}
@media (min-width: 1024px) {
  .footer_banner .slick-arrow.slick-next {
    right: -16px;
  }
}
@media (max-width: 767.98px) {
  .footer_banner .slick-arrow[aria-disabled="false"] {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .footer_banner .slick-arrow[aria-disabled="true"] {
    opacity: 0;
    pointer-events: none;
  }
}

.footer_banner_item {
  opacity: 0.8;
  margin: 0 1.75rem;
  width: 21rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; 
  text-align: left;
}
@media (min-width: 768px) {
  .footer_banner_item {
    opacity: 1;
    margin: 0 3.71429vw 0 0;
  }
}
@media (min-width: 1024px) {
  .footer_banner_item {
    margin: 0 52px 0 0;
  }
}
@media (max-width: 767.98px) {
  .footer_banner_item.slick-current {
    opacity: 1;
  }
}

.footer_banner_link {
  display: block;
  cursor: pointer;
}
@media (min-width: 768px) {
  .footer_banner_link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (min-width: 768px) {
  .footer_banner_link:hover {
    opacity: 0.6;
  }
}

.footer_banner_bg {
  position: relative;
  height: 7.65rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; 
  background: white no-repeat top left/cover;
}
@media (min-width: 768px) {
  .footer_banner_bg {
    height: 92px;
  }
}

.footer_banner_logo {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center center / contain;
  white-space: nowrap; 
  text-indent: 100%;
}

.footer_banner_txt {
  display: inline-block;
  margin: 2rem 1.25rem 0;
  letter-spacing: 0.1em; 
  color: white;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .footer_banner_txt {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; 
    font-size: 0.85714vw;
  }
}
@media (min-width: 1024px) {
  .footer_banner_txt {
    font-size: 12px;
  }
}
.footer_banner_link[target="_blank"] .footer_banner_txt::after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(/assets/img/common/icon_external_link_wht.svg) no-repeat left top/100% auto;
  font-size: 0;
}
@media (min-width: 768px) {
  .footer_banner_link[target="_blank"] .footer_banner_txt::after {
    margin-left: 0.35714vw; 
    width: 1vw;
    height: 1vw;
  }
}
@media (min-width: 1024px) {
  .footer_banner_link[target="_blank"] .footer_banner_txt::after {
    margin-left: 5px; 
    width: 14px;
    height: 14px;
  }
}

.footer_tit {
  letter-spacing: 0.25em;
  color: #6d6d6d; 
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .footer_tit {
    letter-spacing: 0.3em; 
    font-size: 1.2rem;
  }
}

.footer_companygrouplist {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .footer_companygrouplist {
    margin-top: 2.42857vw;
  }
}
@media (min-width: 1400px) {
  .footer_companygrouplist {
    margin-top: 34px;
  }
}

.footer_companyitem {
  margin: 0 auto; 
  width: 19.65rem;
}
@media (min-width: 768px) {
  .footer_companyitem {
    margin: 0; 
    width: 17.21429vw;
  }
}
@media (min-width: 1400px) {
  .footer_companyitem {
    width: 241px;
  }
}
.footer_companyitem + .footer_companyitem {
  margin-top: 2.1rem;
}
@media (min-width: 768px) {
  .footer_companyitem + .footer_companyitem {
    margin-top: 1.64286vw;
  }
}
@media (min-width: 1400px) {
  .footer_companyitem + .footer_companyitem {
    margin-top: 23px;
  }
}
@media (min-width: 768px) {
  .footer_companyitem.-gatechnology img,
  .footer_companyitem.-modernStandard img {
    height: 2.20429vw;
  }
}
@media (min-width: 1400px) {
  .footer_companyitem.-gatechnology img,
  .footer_companyitem.-modernStandard img {
    height: 30.86px;
  }
}
@media (min-width: 768px) {
  .footer_companyitem.-legalAssurentCompany img {
    height: 1.695vw;
  }
}
@media (min-width: 1400px) {
  .footer_companyitem.-legalAssurentCompany img {
    height: 23.73px;
  }
}
.footer_companyitem.-itandi {
  width: 8.7rem;
}
@media (min-width: 768px) {
  .footer_companyitem.-itandi {
    width: 7.64286vw;
  }
}
@media (min-width: 1400px) {
  .footer_companyitem.-itandi {
    width: 107px;
  }
}
@media (min-width: 768px) {
  .footer_companyitem.-itandi img {
    height: 2.01vw;
  }
}
@media (min-width: 1400px) {
  .footer_companyitem.-itandi img {
    height: 28.14px;
  }
}
.footer_companyitem.-yesRenovation {
  width: 11rem;
}
@media (min-width: 768px) {
  .footer_companyitem.-yesRenovation {
    width: 8.21429vw;
  }
}
@media (min-width: 1400px) {
  .footer_companyitem.-yesRenovation {
    width: 115px;
  }
}
@media (min-width: 768px) {
  .footer_companyitem.-yesRenovation img {
    height: 1.42857vw;
  }
}
@media (min-width: 1400px) {
  .footer_companyitem.-yesRenovation img {
    height: 20px;
  }
}
.footer_companyitem a {
  display: block;
}

.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4.85rem 0 0;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
}
@media (min-width: 768px) {
  .footer_sns {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}

.footer_snsitem {
  max-width: 4rem;
  font-size: 0;
}
@media (min-width: 768px) {
  .footer_snsitem {
    width: 2.85714vw; 

    -webkit-box-flex: 1; 

        -ms-flex: 1 0 2.85714vw; 

            flex: 1 0 2.85714vw;
  }
}
@media (min-width: 1400px) {
  .footer_snsitem {
    width: 40px; 

    -webkit-box-flex: 1; 

        -ms-flex: 1 0 40px; 

            flex: 1 0 40px;
  }
}
.footer_snsitem + .footer_snsitem {
  margin-left: -1px;
}

.footer_snslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_snslink.-block {
  border: 1px solid #404040;
  background: #1b1919;
}
@media (max-width: 767.98px) {
  .footer_snslink.-block {
    width: 4rem;
    height: 4rem;
  }
}

.footer_copyright {
  margin-top: 4.6rem;
  letter-spacing: 0.02em;
  text-transform: uppercase; 
  color: #6d6d6d;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .footer_copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    letter-spacing: 0.16em; 
    font-size: 1.2rem;
  }
}
.footer_copyright > small {
  font-size: 100%;
}

.footer_icon {
  display: inline-block;
  color: white; 
  font-size: 2rem;
}

.header {
  position: absolute;
  position: relative;
  z-index: 1003;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; 
  -webkit-transform: translateY(0); 
          transform: translateY(0);
  background: white;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
}
.header.-sticky {
  position: fixed;
  border-bottom: 1px solid #dddfe3;
}
.header[aria-hidden="true"] {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (min-width: 768px) {
  .header {
    height: 6.14286vw;
  }
}
@media (min-width: 1400px) {
  .header {
    height: 86px;
  }
}

.header-backdrop {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear; 
  background: rgba(0, 0, 0, 0.5);
}
.view-gnav .header-backdrop {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.header_logo {
  width: 52.03125vw;
  height: 6.5625vw;
}
@media (min-width: 768px) {
  .header_logo {
    width: 16.85714vw;
    height: 2.21429vw;
  }
}
@media (min-width: 1024px) {
  .header_logo {
    margin-right: 2.85714vw; 

    -ms-flex-negative: 0; 

        flex-shrink: 0;
  }
}
@media (min-width: 1400px) {
  .header_logo {
    width: 236px;
    height: 31px;
  }
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2rem;
  height: 100%; 

  -webkit-box-pack: justify; 

      -ms-flex-pack: justify; 

          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .header_container {
    padding-left: 2.85714vw;
  }
}
@media (min-width: 1400px) {
  .header_container {
    padding-left: 40px;
  }
}

.header_nav {
  display: none;
}
@media (min-width: 1024px) {
  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2.85714vw;
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .header_nav {
    margin-right: 40px;
  }
}

.header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media (min-width: 768px) {
  .header_list + .header_list {
    margin-left: 2.28571vw;
  }
}
@media (min-width: 1400px) {
  .header_list + .header_list {
    margin-left: 32px;
  }
}

.header_item {
  letter-spacing: 0.2rem; 
  color: #1b1919;
  font-size: 1.5rem;
  font-weight: 900;
}
.header_item + .header_item {
  margin-left: 1.92857vw;
}
@media (min-width: 1400px) {
  .header_item + .header_item {
    margin-left: 27px;
  }
}
.-sub .header_item {
  letter-spacing: 0.1rem; 
  font-size: 1rem;
}
.-sub .header_item + .header_item {
  margin-left: 1.64286vw;
}
@media (min-width: 1400px) {
  .-sub .header_item + .header_item {
    margin-left: 23px;
  }
}
[lang="en"] .header_item {
  letter-spacing: 0.1em;
}

.header_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.header_link[aria-current="page"] {
  color: #14abae;
}

.header_icon {
  margin-right: 0.57143vw;
}
@media (min-width: 1400px) {
  .header_icon {
    margin-right: 8px;
  }
}
.header_icon svg {
  width: 1.42857vw;
  height: 1.42857vw;
}
@media (min-width: 1400px) {
  .header_icon svg {
    width: 20px;
    height: 20px;
  }
}

.header_togglebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 5rem;
  height: 5rem;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition-property: background-color;
  transition-property: background-color; 
  background-color: #4a66a9;
  color: white;
  font-size: 1.2rem;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  justify-self: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .header_togglebtn {
    padding: 1.92857vw 0 1.35714vw;
    width: 6.14286vw;
    height: 6.14286vw; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .header_togglebtn {
    padding: 27px 0 19px;
    width: 86px;
    height: 86px;
  }
}
.header_togglebtn.-touched {
  background-color: #14abae;
}
@media (min-width: 768px) {
  .header_togglebtn:hover {
    background-color: #14abae;
  }
}

.header_label {
  letter-spacing: 0.15em; 
  line-height: 1;
}
@media (min-width: 768px) {
  .header_label {
    display: block;
    font-weight: bold;
  }
}

.header_togglebtn {
  position: relative;
}

.header_toggleDrawer_line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.9rem;
  height: 0.2rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; 
  background: white;
  font-size: 0;
}
.header_toggleDrawer_line:nth-child(1) {
  -webkit-transform: translateY(-0.7rem);
          transform: translateY(-0.7rem);
}
.header_toggleDrawer_line:nth-child(3) {
  -webkit-transform: translateY(0.7rem);
          transform: translateY(0.7rem);
}
.view-nav .header_toggleDrawer_line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.view-nav .header_toggleDrawer_line:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.view-nav .header_toggleDrawer_line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.localnav {
  margin: 7.6rem auto 0;
  width: 100%;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
}
@media (min-width: 768px) {
  .localnav {
    margin-top: 8.92857vw;
  }
}
@media (min-width: 1400px) {
  .localnav {
    margin-top: 125px;
  }
}

.localnav_categorylink {
  display: block;
  position: relative;
  padding: 2.4rem 3.7rem 2.4rem 1.6rem;
  border-bottom: 0.1rem solid #dddfe3;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s; 
  letter-spacing: 0.16em;
  color: #1b1919;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .localnav_categorylink {
    padding: 2.57143vw 3.57143vw 2.57143vw 1.14286vw;
    width: 100%;
    letter-spacing: 0.11em;
    font-size: 2.3rem;
  }
}
@media (min-width: 1400px) {
  .localnav_categorylink {
    padding: 36px 50px 36px 16px;
  }
}
@media (min-width: 768px) {
  .localnav_categorylink:hover {
    color: #14abae;
  }
}
@media (min-width: 768px) {
  .localnav_categorylink:hover::after {
    background-image: url(/assets/img/common/icon_arrow_right_ov.svg);
  }
}
.localnav_categorylink.-touched {
  color: #14abae;
}
.localnav_categorylink.-touched::after {
  background-image: url(/assets/img/common/icon_arrow_right_ov.svg);
}
.localnav_categorylink::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 1.4rem;
  height: 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); 
  background: url(/assets/img/common/icon_arrow_right.svg) no-repeat left top/cover;
}
@media (min-width: 768px) {
  .localnav_categorylink::after {
    width: 1.28571vw;
    height: 0.78571vw;
  }
}
@media (min-width: 1400px) {
  .localnav_categorylink::after {
    width: 18px;
    height: 11px;
  }
}
[lang="en"] .localnav_categorylink {
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .localnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .localnav_item {
    max-width: 31%; 

    -webkit-box-flex: 1; 

        -ms-flex: 1 1 31%; 

            flex: 1 1 31%;
  }
}

@media (min-width: 768px) {
  .localnav_item + .localnav_item:not(:nth-of-type(3n + 1)) {
    margin-left: 3.33876%;
  }
}

.localnav_link {
  display: block;
  position: relative;
  padding: 1.6rem 3.7rem 1.6rem 1.6rem;
  border-bottom: 0.1rem solid #dddfe3;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s; 
  letter-spacing: 0.1em;
  color: #1b1919;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .localnav_link {
    padding: 2vw 3.57143vw 1.71429vw 1.14286vw;
    height: 100%;
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) {
  .localnav_link {
    padding: 28px 50px 24px 16px;
  }
}
@media (min-width: 768px) {
  .localnav_link:hover {
    color: #14abae;
  }
}
@media (min-width: 768px) {
  .localnav_link:hover::after {
    background-image: url(/assets/img/common/icon_arrow_right_ov.svg);
  }
}
.localnav_link.-touched {
  color: #14abae;
}
.localnav_link.-touched::after {
  background-image: url(/assets/img/common/icon_arrow_right_ov.svg);
}
.localnav_link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  margin: auto;
  width: 1.4rem;
  height: 0.8rem;
  background: url(/assets/img/common/icon_arrow_right.svg) no-repeat left top;
  background-size: 100%;
}
@media (min-width: 768px) {
  .localnav_link::after {
    width: 1.28571vw;
    height: 0.78571vw;
  }
}
@media (min-width: 1400px) {
  .localnav_link::after {
    width: 18px;
    height: 11px;
  }
}
.localnav_link[aria-current="page"] {
  border-color: #14abae; 
  color: #14abae;
}
.localnav_link[aria-current="page"]::after {
  background-image: url(/assets/img/common/icon_arrow_right_ov.svg);
}
.localnav_link[target="_blank"]::after {
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(/assets/img/common/icon_external_link.svg);
}
@media (min-width: 768px) {
  .localnav_link[target="_blank"]::after {
    width: 1.28571vw;
    height: 1.28571vw;
  }
}
@media (min-width: 1400px) {
  .localnav_link[target="_blank"]::after {
    width: 18px;
    height: 18px;
  }
}
.localnav_link[target="_blank"]:hover::after {
  background-image: url(/assets/img/common/icon_external_link_ov.svg);
}
[lang="en"] .localnav_link {
  letter-spacing: 0.03em;
}

.megamenu {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .megamenu {
    display: none;
  }
}

.megamenu_container {
  position: relative;
  height: 0;
  background: white;
}
.megamenu_container::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0; 
  background-color: #14abae;
}
.megamenu_container.-collapsed::after {
  -webkit-animation: bounce 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
          animation: bounce 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@-webkit-keyframes bounce {
  from {
    height: 0;
  }
  40% {
    height: 110%;
  }
  to {
    height: 100%;
  }
}

@keyframes bounce {
  from {
    height: 0;
  }
  40% {
    height: 110%;
  }
  to {
    height: 100%;
  }
}

.megamenu_section {
  visibility: hidden;
  position: absolute;
  top: 86px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 20px 86px 50px;
}

.megamenu_headline.c-headline {
  margin-bottom: 24px;
  font-size: 5.6rem;
  line-height: 1.26;
}
.megamenu_headline.c-headline::after {
  margin-top: 10px;
  width: 20px;
}
.megamenu_headline.c-headline a {
  display: inline-block;
  position: relative;
  padding-right: 33px;
}
.megamenu_headline.c-headline a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 12px;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 10.3px;
  background: url(/assets/img/common/icon_arrow_right.svg) no-repeat left top/100% auto;
}
@media (min-width: 768px) {
  .megamenu_headline.c-headline a:hover::before {
    background-image: url(/assets/img/common/icon_arrow_right_ov.svg);
  }
}
.megamenu_headline.c-headline a small {
  display: block;
  letter-spacing: 0.3em; 
  font-size: 1.8rem;
}
[lang="en"] .megamenu_headline.c-headline a small {
  letter-spacing: 0.03em;
}
.megamenu_headline.c-headline span {
  display: inline-block;
  position: relative;
  padding-right: 33px;
}
.megamenu_headline.c-headline span small {
  display: block;
  letter-spacing: 0.3em; 
  font-size: 1.8rem;
}
[lang="en"] .megamenu_headline.c-headline span small {
  letter-spacing: 0.03em;
}

.megamenu_list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}

.megamenu_item {
  max-width: 31%; 

  -webkit-box-flex: 1; 

      -ms-flex: 1 1 31%; 

          flex: 1 1 31%;
}
.megamenu_item + .megamenu_item:not(:nth-of-type(3n + 1)) {
  margin-left: 3.33876%;
}

.megamenu_link {
  display: block;
  position: relative;
  padding: 22px 50px 22px 16px;
  border-bottom: 1px solid #dddfe3; 
  height: 100%;
  letter-spacing: 0.1em;
  color: #1b1919;
  font-size: 1.6rem;
  font-weight: bold;
}
.megamenu_link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 9.2px;
  background: url(/assets/img/common/icon_arrow_right.svg) no-repeat left top/100% auto;
}
@media (min-width: 768px) {
  .megamenu_link::after {
    width: 1.28571vw;
    height: 0.78571vw;
  }
}
@media (min-width: 1400px) {
  .megamenu_link::after {
    width: 18px;
    height: 11px;
  }
}
.megamenu_link[aria-current="page"] {
  border-color: #14abae; 
  color: #14abae;
}
.megamenu_link[aria-current="page"]::after {
  background-image: url(/assets/img/common/icon_arrow_right_ov.svg);
}
.megamenu_link[target="_blank"]::after {
  width: 18px;
  height: 18px;
  background-image: url(/assets/img/common/icon_external_link.svg);
}
@media (min-width: 768px) {
  .megamenu_link:hover {
    color: #14abae;
  }
}
@media (min-width: 768px) {
  .megamenu_link:hover::after {
    background-image: url(/assets/img/common/icon_arrow_right_ov.svg);
  }
}
@media (min-width: 768px) {
  .megamenu_link:hover[target="_blank"]::after {
    background-image: url(/assets/img/common/icon_external_link_ov.svg);
  }
}

.megamenu_contact {
  position: absolute;
  top: 35px;
  right: 101px;
  letter-spacing: 0.1em; 
  font-size: 1.4rem;
  font-weight: bold;
}
.megamenu_contact a {
  position: relative;
  padding-left: 24px;
}
.megamenu_contact a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 14px;
  background: url(/assets/img/common/icon_mail.svg) no-repeat left top/100% auto;
}
@media (min-width: 768px) {
  .megamenu_contact a:hover::before {
    background-image: url(/assets/img/common/icon_mail_ov.svg);
  }
}

.siteinfo {
  position: relative;
  margin-top: 11rem;
  width: 100%;
  background: #f4f6f9;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
}
@media (min-width: 768px) {
  .siteinfo {
    margin-top: 15.71429vw;
  }
}
@media (min-width: 1400px) {
  .siteinfo {
    margin-top: 220px;
  }
}

.siteinfo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.siteinfo_logo {
  display: none;
}
@media (min-width: 768px) {
  .siteinfo_logo {
    display: inline-block;
    position: absolute;
    top: 2vw;
    left: 2vw;
  }
}
@media (min-width: 1400px) {
  .siteinfo_logo {
    top: 28px;
    left: 30px;
  }
}

.siteinfo_logoimage {
  width: 2vw;
}
@media (min-width: 1400px) {
  .siteinfo_logoimage {
    width: 28px;
  }
}

@media (min-width: 768px) {
  .siteinfo_container {
    border-top: 1px solid #dddfe3;
  }
}

.siteinfo_conentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .siteinfo_conentlist {
    margin: 0 auto;
    border-right: 1px solid #dddfe3; 
    border-left: 1px solid #dddfe3;
    width: 87.71429%;
  }
}
@media (min-width: 1400px) {
  .siteinfo_conentlist {
    width: calc(100% - 172px);
  }
}

.siteinfo_contentitem {
  border-top: 1px solid #dddfe3; 
  max-width: 50%;

  -webkit-box-flex: 1;

      -ms-flex: 1 0 50%;

          flex: 1 0 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media (min-width: 768px) {
  .siteinfo_contentitem {
    border-right: 1px solid #dddfe3; 
    max-width: 33.33%;

    -webkit-box-flex: 1;

        -ms-flex: 1 0 33.33%;

            flex: 1 0 33.33%;
  }
}
@media (max-width: 767.98px) {
  .siteinfo_contentitem:nth-child(odd) {
    border-top: 1px solid #dddfe3;
    border-right: 1px solid #dddfe3;
  }
}
@media (min-width: 768px) {
  .siteinfo_contentitem:nth-child(3n) {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .siteinfo_contentitem:nth-child(1),
  .siteinfo_contentitem:nth-child(2),
  .siteinfo_contentitem:nth-child(3) {
    border-top: none;
  }
}

.siteinfo_contentlink {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 2.9rem 0.6rem 3.4rem 1.8rem;
  width: 100%;
  height: 100%;
  background: #14abae; 
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .siteinfo_contentlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.57143vw 4.28571vw; 
    min-height: 18.57143vw;

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1400px) {
  .siteinfo_contentlink {
    min-height: 260px;
  }
}
[lang="en"] .siteinfo_contentlink {
  letter-spacing: 0.03em;
}

.siteinfo_panel {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  -webkit-perspective: 1700px; 

          perspective: 1700px;
}

.siteinfo_panelinner {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 1.05s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.05s cubic-bezier(0.19, 1, 0.22, 1);
}
.siteinfo_panelinner::before,
.siteinfo_panelinner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1.05s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.05s cubic-bezier(0.19, 1, 0.22, 1);
}
.siteinfo_panelinner::before {
  -webkit-transition: 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s 0s cubic-bezier(0.19, 1, 0.22, 1); 
  -webkit-transform: rotate(0deg); 
          transform: rotate(0deg);
  background: rgba(15, 131, 133, 0.9);
}
.siteinfo_panelinner::after {
  background: linear-gradient(-15deg, #f4f6f9 65%, #f4f6f9);
}
.no-touchevents .siteinfo_contentlink:hover .siteinfo_panelinner,
.siteinfo_contentlink.-touched .siteinfo_panelinner {
  -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1); 
  -webkit-transform: rotateY(-9deg) rotateX(8deg) scale(0.99); 
          transform: rotateY(-9deg) rotateX(8deg) scale(0.99);
}
.no-touchevents .siteinfo_contentlink:hover .siteinfo_panelinner::before,
.siteinfo_contentlink.-touched .siteinfo_panelinner::before {
  -webkit-transition: 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s 0s cubic-bezier(0.19, 1, 0.22, 1); 
  -webkit-transform: rotate(10deg); 
          transform: rotate(10deg);
}
.no-touchevents .siteinfo_contentlink:hover .siteinfo_panelinner::after,
.siteinfo_contentlink.-touched .siteinfo_panelinner::after {
  -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  background: linear-gradient(-15deg, #f4f6f9 65%, #ccc);
}

.siteinfo_txt {
  display: block;
  position: relative;
  -webkit-transition: 1.05s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.05s cubic-bezier(0.19, 1, 0.22, 1); 
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .siteinfo_txt {
    font-size: 2.8rem;
  }
}
.siteinfo_txt.-sm {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .siteinfo_txt.-sm {
    font-size: 1.3rem;
  }
}
.no-touchevents .siteinfo_contentlink:hover .siteinfo_txt,
.siteinfo_contentlink.-touched .siteinfo_txt {
  -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  color: #14abae;
}

.siteinfo_other {
  border-top: 1px solid #dddfe3;
}
@media (max-width: 767.98px) {
  .siteinfo_other {
    border-bottom: 1px solid #dddfe3;
  }
}

.siteinfo_othernav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 2rem;
  width: 100%; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .siteinfo_othernav {
    margin: 0 auto;
    padding: 0;
    border-right: 1px solid #dddfe3;
    border-left: 1px solid #dddfe3; 
    width: 87.71429%;
    min-height: 6.14286vw;

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .siteinfo_othernav {
    padding: 0 4vw; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .siteinfo_othernav {
    width: calc(100% - 172px);
    min-height: 86px;
  }
}

.siteinfo_othernavitem {
  max-width: 50%; 

  -webkit-box-flex: 1; 

      -ms-flex: 1 0 50%; 

          flex: 1 0 50%;
}
@media (min-width: 768px) {
  .siteinfo_othernavitem {
    max-width: 100%; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 1 auto; 

            flex: 0 1 auto;
  }
}
@media (max-width: 767.98px) {
  .siteinfo_othernavitem:nth-child(n + 3) {
    margin-top: 1rem;
  }
}
.siteinfo_othernavitem:last-child {
  margin-right: 0;
}

.siteinfo_othernavlink {
  display: inline-block;
  letter-spacing: 0.1em; 
  color: black;
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .siteinfo_othernavlink {
    word-break: keep-all;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
[lang="en"] .siteinfo_othernavlink {
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  [lang="en"] .siteinfo_othernavlink {
    font-size: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  .siteinfo_othernavitem:nth-child(2n) .siteinfo_othernavlink {
    margin-left: 1rem;
  }
}

.siteinfo_pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  text-align: center; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.siteinfo_pagetop svg {
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
@media (min-width: 768px) {
  .siteinfo_pagetop {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.14286vw;
    height: 6.14286vw;
  }
}
@media (min-width: 1400px) {
  .siteinfo_pagetop {
    width: 86px;
    height: 86px;
  }
}
@media (min-width: 768px) {
  .siteinfo_pagetop:hover svg {
    fill: #14abae;
  }
}
.siteinfo_pagetop.-touched svg {
  fill: #14abae;
}

.siteinfo_pagetopicon {
  width: 1.85rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .siteinfo_pagetopicon {
    width: 2.07143vw;
  }
}
@media (min-width: 1400px) {
  .siteinfo_pagetopicon {
    width: 29px;
  }
}

.sitemap {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1004;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s; 
  background: #4a66a9;
  color: white;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
}
.view-sitemap .sitemap {
  visibility: visible; 
  opacity: 1;
}
.sitemap a {
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
@media (min-width: 768px) {
  .sitemap a:hover {
    opacity: 0.6;
  }
}

.sitemap_close {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
}

.sitemap_container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.sitemap_scrollarea {
  overflow: auto;
  padding: 5vw 6.14286vw 4.28571vw; 
  height: calc(100% - 86px);
}
@media (min-width: 1400px) {
  .sitemap_scrollarea {
    padding: 70px 86px 60px;
  }
}

.sitemap_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 7.85714vw 0 2.85714vw;
  height: 6.14286vw; 

  -webkit-box-pack: justify; 

      -ms-flex-pack: justify; 

          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1400px) {
  .sitemap_header {
    padding: 0 110px 0 40px;
    height: 86px;
  }
}

.sitemap_logo {
  width: 16.85714vw;
  height: 2.21429vw;
}
@media (min-width: 1400px) {
  .sitemap_logo {
    width: 236px;
    height: 31px;
  }
}

.sitemap_headernav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em; 
  font-size: 1rem;
  font-weight: bold;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media (min-width: 1400px) {
  .sitemap_headernav {
    font-size: 10px;
  }
}

.sitemap_headernavitem {
  margin-left: 2.3rem;
}
@media (min-width: 1400px) {
  .sitemap_headernavitem {
    margin-left: 23px;
  }
}
.sitemap_headernavitem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
.sitemap_headernavitem a .sitemap_icon {
  margin-right: 0.57143vw;
  width: auto;
  height: auto;
}
@media (min-width: 1400px) {
  .sitemap_headernavitem a .sitemap_icon {
    margin-right: 8px;
  }
}
.sitemap_headernavitem a .sitemap_icon svg {
  width: 1.42857vw;
  height: 1.42857vw;
}
@media (min-width: 1400px) {
  .sitemap_headernavitem a .sitemap_icon svg {
    width: 20px;
    height: 20px;
  }
}
.sitemap_headernavitem.-contact {
  font-size: 1.3rem;
}
.sitemap_headernavitem.-contact .sitemap_icon {
  margin-right: 0.71429vw;
}
@media (min-width: 1400px) {
  .sitemap_headernavitem.-contact .sitemap_icon {
    margin-right: 10px;
  }
}
.sitemap_headernavitem.-contact .sitemap_icon svg {
  width: 1.42857vw;
  height: 1.14286vw;
}
@media (min-width: 1400px) {
  .sitemap_headernavitem.-contact .sitemap_icon svg {
    width: 20px;
    height: 16px;
  }
}

.sitemap_footer {
  margin-top: 5.71429vw;
}
@media (min-width: 1400px) {
  .sitemap_footer {
    margin-top: 80px;
  }
}
.sitemap_footer a {
  position: relative;
}
.sitemap_footer a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  right: -4px;
  bottom: 0;
  left: -7px;
}
.sitemap_footer a[aria-current="page"] {
  color: #14abae;
}
.sitemap_footer a[aria-current="page"]::after {
  background-color: white;
}

.sitemap_footernav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
}

.sitemap_footernavitem {
  position: relative;
}
.sitemap_footernavitem a {
  display: inline-block;
  margin: 0 2.14286vw;
  color: inherit; 
  font-size: 1.2rem;
}
@media (min-width: 1400px) {
  .sitemap_footernavitem a {
    margin: 0 30px;
    font-size: 12px;
  }
}
.sitemap_footernavitem:nth-child(n + 2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 0.71429vw;
  background: #6e85ba;
  line-height: 0;
}
@media (min-width: 1400px) {
  .sitemap_footernavitem:nth-child(n + 2)::before {
    height: 8px;
  }
}

.sitemap_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}
.sitemap_body a {
  position: relative;
}
.sitemap_body a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  right: -4px;
  bottom: 0;
  left: -7px;
}
.sitemap_body a[aria-current="page"] {
  color: #14abae;
}
.sitemap_body a[aria-current="page"]::after {
  background-color: white;
}

.sitemap_col {
  width: 26.4rem;
}
@media (min-width: 1400px) {
  .sitemap_col {
    width: 264px;
  }
}

.sitemap_section {
  margin-top: 3.21429vw;
  padding-top: 3.21429vw;
  border-top: 1px solid #6e85ba;
}
@media (min-width: 1400px) {
  .sitemap_section {
    margin-top: 45px;
    padding-top: 45px;
  }
}
.sitemap_section:first-child {
  margin: 0;
  padding: 0;
  border-top: none;
}

.sitemap_heading {
  margin-bottom: 1vw;
  color: inherit; 
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 1400px) {
  .sitemap_heading {
    margin-bottom: 14px;
    font-size: 32px;
  }
}
.sitemap_heading small {
  display: block;
  margin-top: 0.14286vw;
  font-size: 1.3rem;
}
@media (min-width: 1400px) {
  .sitemap_heading small {
    margin-top: 2px;
    font-size: 13px;
  }
}
[lang="ja"] .sitemap_section.-sustainability .sitemap_heading {
  letter-spacing: 0.05em;
}
[lang="ja"] .sitemap_section.-sustainability .sitemap_heading small {
  letter-spacing: 0.22em;
}

.sitemap_list a {
  text-decoration: none; 
  color: inherit;
}

.sitemap_item {
  margin-top: 0.42857vw;
  margin-left: 2vw;
  font-size: 1.5rem;
  font-weight: bold; 
  line-height: 1.73;
}
@media (min-width: 1400px) {
  .sitemap_item {
    margin-top: 6px;
    margin-left: 28px;
  }
}
.sitemap_item.-sub {
  margin-top: 1.57143vw;
  margin-left: 0;
  font-size: 1.8rem;
}
@media (min-width: 1400px) {
  .sitemap_item.-sub {
    margin-top: 22px;
    margin-left: 0;
  }
}
.sitemap_item.-top {
  margin-top: 1.57143vw;
  margin-left: 0.14286vw;
  font-size: 1.8rem;
}
@media (min-width: 1400px) {
  .sitemap_item.-top {
    margin-top: 22px;
    margin-left: 2px;
  }
}
.sitemap_item.-top > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
.sitemap_item.-top > a::before {
  display: none;
}
.sitemap_item.-top + .sitemap_item.-top {
  margin-top: 0.21429vw;
}
@media (min-width: 1400px) {
  .sitemap_item.-top + .sitemap_item.-top {
    margin-top: 3px;
  }
}
.sitemap_list:only-child .sitemap_item {
  margin-top: 0;
}
.sitemap_item > a {
  display: inline-block;
  position: relative;
  margin: 0.42857vw 0 0.42857vw -0.3em;
  padding-left: 1.07143vw; 
  vertical-align: top;
}
@media (min-width: 1400px) {
  .sitemap_item > a {
    margin: 6px 0 6px -0.3em;
    padding-left: 15px;
  }
}
.sitemap_item > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.57143vw;
  height: 1px;
  background: currentColor;
  line-height: 0;
}
@media (min-width: 1400px) {
  .sitemap_item > a::before {
    width: 8px;
  }
}
.sitemap_item > span {
  display: inline-block;
  position: relative;
  margin: 0.42857vw 0 0.42857vw; 
  vertical-align: top;
}
@media (min-width: 1400px) {
  .sitemap_item > span {
    margin: 6px 0 6px;
  }
}

.sitemap_sublist {
  margin-bottom: 1.42857vw;
  padding-left: 1.07143vw;
}
@media (min-width: 1400px) {
  .sitemap_sublist {
    margin-bottom: 20px;
    padding-left: 15px;
  }
}

.sitemap_subitem {
  margin-top: 0.42857vw;
  color: #dce1ec;
  font-size: 1.2rem;
  font-weight: normal;
}
@media (min-width: 1400px) {
  .sitemap_subitem {
    margin-top: 6px;
  }
}
.sitemap_subitem:first-child {
  margin-top: 0;
}

.sitemap_icon {
  display: block;
  margin-right: 0.57143vw;
  width: 1.28571vw;
  height: 0.78571vw;
}
@media (min-width: 1400px) {
  .sitemap_icon {
    margin-right: 8px;
    width: 18px;
    height: 11px;
  }
}
.sitemap_icon.-external {
  display: inline-block;
}
.sitemap_icon .c-icon {
  display: block;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------
  テキストエフェクト
----------------------------------------- */
.anime-texteffect {
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.anime-texteffect.-touched {
  color: #14abae;
}
@media (min-width: 768px) {
  .anime-texteffect:hover {
    color: #14abae;
  }
}

/* -----------------------------------------
  フェードアニメーション
----------------------------------------- */
.anime-fade {
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.anime-fade.-touched {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .anime-fade:hover {
    opacity: 0.6;
  }
}

/* -----------------------------------------
  下線アニメーション
----------------------------------------- */
.anime-underline {
  position: relative;
}
.anime-underline::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; 
  -webkit-transform: scale(0, 1); 
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background: currentColor;
}
.anime-underline.-touched::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); 
  -webkit-transform-origin: left top; 
          transform-origin: left top;
}
@media (min-width: 768px) {
  .anime-underline:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); 
    -webkit-transform-origin: left top; 
            transform-origin: left top;
  }
}

/* -----------------------------------------
  スライダーアニメーション
----------------------------------------- */
.anime-slider {
  overflow: hidden; 
  position: relative;
}
.anime-slider::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: calc(100% + 2em);
  height: 101%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: skewX(-45deg) scale(0, 1);
          transform: skewX(-45deg) scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top; 
  background: #f4f6f9;
}
.anime-slider > * {
  position: relative; 
  z-index: 2;
}
.anime-slider::after {
  z-index: 2;
}
@media (min-width: 768px) {
  .anime-slider:hover::before {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    -webkit-transform: skewX(-45deg) scale(1, 1);
            transform: skewX(-45deg) scale(1, 1); 
    -webkit-transform-origin: left top; 
            transform-origin: left top;
  }
}
@media (max-width: 767.98px) {
  .anime-slider.-touched::before {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.07s;
    -webkit-transform: skewX(-45deg) scale(1, 1);
            transform: skewX(-45deg) scale(1, 1); 
    -webkit-transform-origin: left top; 
            transform-origin: left top;
  }
}

/* -----------------------------------------
  パネルアニメーション
----------------------------------------- */
.anime-panel {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.anime-panel.-corporateColor-01 {
  background-color: #4b66a9;
}
.anime-panel.-corporateColor-02 {
  background-color: #4274b4;
}
.anime-panel.-corporateColor-03 {
  background-color: #3880b8;
}
.anime-panel.-corporateColor-04 {
  background-color: #3287b5;
}
.anime-panel.-corporateColor-05 {
  background-color: #2693b2;
}
.anime-panel.-corporateColor-06 {
  background-color: #219fb0;
}
.anime-panel.-corporateColor-07 {
  background-color: #11abae;
}
.anime-panel:hover {
  cursor: pointer;
}

.anime-panel_container {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.anime-panel.-lg .anime-panel_container {
  -webkit-transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1); 

  -webkit-perspective: 1700px; 

          perspective: 1700px;
}
.no-touchevents .anime-panel.-lg:hover .anime-panel_container,
.anime-panel.-lg.-touched .anime-panel_container {
  -webkit-transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(0.5deg);
          transform: rotate(0.5deg);
}
.anime-panel.-md .anime-panel_container {
  -webkit-transition: 1.05s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.05s cubic-bezier(0.19, 1, 0.22, 1); 

  -webkit-perspective: 1200px; 

          perspective: 1200px;
}
.no-touchevents .anime-panel.-md:hover .anime-panel_container,
.anime-panel.-md.-touched .anime-panel_container {
  -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(0.3deg);
          transform: rotate(0.3deg);
}
.anime-panel.-sm .anime-panel_container {
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1); 

  -webkit-perspective: 1200px; 

          perspective: 1200px;
}
.no-touchevents .anime-panel.-sm:hover .anime-panel_container,
.anime-panel.-sm.-touched .anime-panel_container {
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
}

.anime-panel_img {
  display: block;
  position: relative;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.anime-panel_img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s 0s cubic-bezier(0.19, 1, 0.22, 1); 
  -webkit-transform: rotate(0deg); 
          transform: rotate(0deg);
}
.-corporateColor-01 .anime-panel_img::before {
  background: rgba(61, 83, 137, 0.9);
}
.-corporateColor-02 .anime-panel_img::before {
  background: rgba(54, 94, 146, 0.9);
}
.-corporateColor-03 .anime-panel_img::before {
  background: rgba(45, 104, 149, 0.9);
}
.-corporateColor-04 .anime-panel_img::before {
  background: rgba(40, 108, 145, 0.9);
}
.-corporateColor-05 .anime-panel_img::before {
  background: rgba(30, 116, 140, 0.9);
}
.-corporateColor-06 .anime-panel_img::before {
  background: rgba(26, 124, 137, 0.9);
}
.-corporateColor-07 .anime-panel_img::before {
  background: rgba(13, 130, 132, 0.9);
}
.no-touchevents .anime-panel:hover .anime-panel_img::before,
.anime-panel.-touched .anime-panel_img::before {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.anime-panel_img::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-15deg, transparent 65%, rgba(102, 102, 102, 0.6));
}
.-shadowbright .anime-panel_img::after {
  background: linear-gradient(-15deg, transparent 65%, rgba(102, 102, 102, 0.2));
}
.no-touchevents .anime-panel:hover .anime-panel_img::after,
.anime-panel.-touched .anime-panel_img::after {
  opacity: 1;
}
.anime-panel.-lg .anime-panel_img {
  -webkit-transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.anime-panel.-lg .anime-panel_img::before,
.anime-panel.-lg .anime-panel_img::after {
  -webkit-transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.no-touchevents .anime-panel.-lg:hover .anime-panel_img,
.anime-panel.-lg.-touched .anime-panel_img {
  -webkit-transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1); 
  -webkit-transform: rotateY(-8deg) rotateX(8deg) scale(0.99); 
          transform: rotateY(-8deg) rotateX(8deg) scale(0.99);
}
.no-touchevents .anime-panel.-lg:hover .anime-panel_img::after,
.anime-panel.-lg.-touched .anime-panel_img::after {
  -webkit-transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.anime-panel.-md .anime-panel_img {
  -webkit-transition: 1.05s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.05s cubic-bezier(0.19, 1, 0.22, 1);
}
.anime-panel.-md .anime-panel_img::before,
.anime-panel.-md .anime-panel_img::after {
  -webkit-transition: 1.05s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.05s cubic-bezier(0.19, 1, 0.22, 1);
}
.no-touchevents .anime-panel.-md:hover .anime-panel_img,
.anime-panel.-md.-touched .anime-panel_img {
  -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1); 
  -webkit-transform: rotateY(-9deg) rotateX(8deg) scale(0.99); 
          transform: rotateY(-9deg) rotateX(8deg) scale(0.99);
}
.no-touchevents .anime-panel.-md:hover .anime-panel_img::after,
.anime-panel.-md.-touched .anime-panel_img::after {
  -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.anime-panel.-sm .anime-panel_img {
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.anime-panel.-sm .anime-panel_img::before,
.anime-panel.-sm .anime-panel_img::after {
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.no-touchevents .anime-panel.-sm:hover .anime-panel_img,
.anime-panel.-sm.-touched .anime-panel_img {
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1); 
  -webkit-transform: rotateY(-11deg) rotateX(8deg) scale(0.995); 
          transform: rotateY(-11deg) rotateX(8deg) scale(0.995);
}
.no-touchevents .anime-panel.-sm:hover .anime-panel_img::after,
.anime-panel.-sm.-touched .anime-panel_img::after {
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* wovnコンポーネント ------------- */
.wovn-languages-toggle {
  position: relative;
}

.wovn-languages-toggle .wovn-languages {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  left: 0;
  padding: 10px; 
  background: #fff;
}

.wovn-languages-toggle .wovn-languages li {
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.wovn-languages-toggle .wovn-languages li.selected,
.wovn-languages-toggle .wovn-languages li:hover {
  color: #14abae;
}

.drawer_languages {
  margin-left: 18px;
}

.drawer_languages li {
  margin-top: 10px;
}

.sitemap_languages {
  position: relative;
  padding: 6px 10px;
  border: 1px solid transparent;
  -webkit-transition: border 300ms;
  transition: border 300ms;
}

.sitemap_languages > a {
  cursor: default;
}

.sitemap_languages a {
  opacity: 1 !important;
}

.sitemap_languages ul {
  opacity: 0;
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms; 
  pointer-events: none;
}

.sitemap_languages ul li {
  margin: 0;
}

.sitemap_languages ul a {
  padding: 6px 10px;
  border: 1px solid #fff;
  border-top: 0;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.sitemap_languages ul a:not(.selected):hover {
  background: rgba(255, 255, 255, 0.3);
}

.sitemap_languages ul a.selected {
  background: #fff; 
  color: #4a66a9;
}

.sitemap_languages:hover {
  border-color: #fff;
}

.sitemap_languages:hover ul {
  opacity: 1;
  pointer-events: auto;
}

/* ------------------------
  アンカーリンク用（ヘッダーの高さ相殺）
------------------------ */
.anchor-offset {
  margin-top: -5rem; 
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .anchor-offset {
    margin-top: -6.14286vw; 
    padding-top: 6.14286vw;
  }
}

@media (min-width: 1400px) {
  .anchor-offset {
    margin-top: -86px; 
    padding-top: 86px;
  }
}

/* ------------------------
  FAQ・アワードページトップのアンカーリンクナビゲーション
------------------------ */
.anchorlink-navbar_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1rem;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .anchorlink-navbar_list {
    margin-top: -1.71429vw;
  }
}

@media (min-width: 1400px) {
  .anchorlink-navbar_list {
    margin-top: -24px;
  }
}

.anchorlink-navbar_item {
  margin-top: 1rem;
  letter-spacing: 0.14em;
  font-family: brandon-grotesque, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo sans-serif;
  font-weight: bold;
}

@media (min-width: 768px) {
  .anchorlink-navbar_item {
    margin-top: 1.71429vw;
    margin-right: 3.57143vw;
    font-size: 2rem;
  }
}

@media (min-width: 1400px) {
  .anchorlink-navbar_item {
    margin-top: 24px;
    margin-right: 50px;
  }
}

@media (max-width: 767.98px) {
  .anchorlink-navbar_item:nth-of-type(odd) {
    margin-right: 2.2rem;
  }
}

.anchorlink-navbar_item > a {
  display: block;
  position: relative;
  padding-right: 1.5rem;
  height: 100%;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
          transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition-property: color;
          transition-property: color;
}

@media (min-width: 768px) {
  .anchorlink-navbar_item > a {
    padding-right: 1.42857vw;
  }
}

@media (min-width: 1400px) {
  .anchorlink-navbar_item > a {
    padding-right: 20px;
  }
}

.anchorlink-navbar_item > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.1rem;
  height: 0.6rem;
  background-image: url(/assets/img/common/icon_chevron_down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}

@media (min-width: 768px) {
  .anchorlink-navbar_item > a::after {
    width: 0.78571vw;
    height: 0.42857vw;
  }
}

@media (min-width: 1400px) {
  .anchorlink-navbar_item > a::after {
    width: 11px;
    height: 6px;
  }
}

.anchorlink-navbar_item > a.-touched {
  color: #14abae;
}

.anchorlink-navbar_item > a.-touched::after {
  background-image: url(/assets/img/common/icon_chevron_down_ov.svg);
}

@media (min-width: 768px) {
  .anchorlink-navbar_item > a:hover {
    color: #14abae;
  }
}

@media (min-width: 768px) {
  .anchorlink-navbar_item > a:hover::after {
    background-image: url(/assets/img/common/icon_chevron_down_ov.svg);
  }
}

/* ------------------------
  スライド埋め込み
------------------------ */
.p-slide_container {
  position: relative;
  margin: 0 auto; 
  width: 95%;
  max-width: 1024px;
  height: 50vw;
  max-height: 576px;
}

.p-slide_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-slide_embed > iframe {
  width: 100%;
  height: 100%;
}

/* ------------------------
  スライド埋め込み （2つ横並び）
------------------------ */
.p-slide_container.-multiEmbed {
  max-width: 100%;
  height: 100vw;
  max-height: 864px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-slide_container.-multiEmbed {
      width: 100%;
      height: 50vw;
      max-height: 288px;
  }
}
@media (min-width: 1400px) {
  .p-slide_container.-multiEmbed {
      width: 100%;
      height: 50vw;
      max-height: 288px;
  }
}

.p-slide_container.-multiEmbed > .p-slide_embed {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 49%;
}
@media (min-width: 768px) {
  .p-slide_container.-multiEmbed > .p-slide_embed {
      width: 49%;
      height: 100%;
  }
}
@media (min-width: 1400px) {
  .p-slide_container.-multiEmbed > .p-slide_embed {
      width: 49%;
      height: 100%;
  }
}