@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  display: block;
}

span {
  display: block;
}

h1 {
  font-size: 0;
}

ul,
ol,
li {
  list-style: none;
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

a {
  text-decoration: none;
  text-decoration-skip-ink: auto;
  display: block;
}

img,
picture {
  max-width: 100%;
  display: block;
}

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

@media screen and (min-width: 800px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .pc {
    display: none;
  }
}
body {
  background: #fff;
  color: #080808;
  margin: 0 auto;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: justify;
  overflow-x: hidden;
  width: 100vw;
  -webkit-font-smoothing: antialiased;
  font-size: 3.3666666667vw;
  font-size: calc(1.7777777778vw + 7.3333333333px);
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 375px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  body {
    font-size: 16px;
  }
}
a:hover,
a:active,
a:focus {
  opacity: 0.7;
  transition-duration: 0.3s;
  transform: scale(102%);
}

a:-webkit-any-link {
  color: #080808;
}

h2, h3, h4 {
  line-height: 1;
  font-weight: 700;
}

.l-header {
  position: absolute;
  top: 0;
  padding: 20px 17px 0;
  width: 100%;
  z-index: 9999;
}

@media screen and (min-width: 600px) {
  .l-header {
    padding: 37px 38px 0;
  }
}
.l-content {
  margin: 0 auto;
}

.l-content--all {
  width: 100%;
}

.l-content--large {
  width: 88.2666666667%;
}

.l-content--medium {
  width: 79.7333333333%;
}

.l-content--small {
  width: 79.7333333333%;
}

.l-content--ltom {
  width: 90.332326284%;
}

.l-content--ltos {
  width: 76.4350453172%;
}

.l-footer {
  margin: 0 auto 5%;
}

.l-content--mandl {
  width: 79.7333333333%;
}

@media screen and (min-width: 600px) {
  .l-content--lpc {
    width: 88.2666666667%;
    max-width: 1271.04px;
  }
  .l-content--mpc {
    width: 79.7333333333%;
    max-width: 1148.16px;
  }
  .l-footer {
    margin: 0 auto 32px;
  }
}
.c-header03 {
  text-align: center;
  letter-spacing: 0.24em;
  font-size: 5.0833333333vw;
  font-size: calc(4vw + 5px);
  margin: 0 auto calc(-0.25 * (4vw + 5px));
  line-height: 1.5;
  padding-top: 14.8791540785%;
  padding-top: max(56px, 6.0422960725% + 36px);
  position: relative;
  padding-bottom: 20.0717522659%;
}

@media screen and (min-width: 600px) {
  .c-header03 {
    font-size: 29px;
    margin: 0 auto -7.25px;
    padding-top: 68px;
    padding-bottom: 100px;
  }
}
.c-header03::before {
  background-position: center top;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 17.1015861027vw;
  max-width: 77.14px;
  padding-top: 12.7876923077vw;
  left: 50%;
  transform: translateX(-50%);
}

.c-subtitle {
  font-weight: 400;
  letter-spacing: 0.14em;
  display: block;
}

.c-bubble--grid {
  width: calc(100% + 8.8388347797px);
  background: url(../image/gridBg-White50.svg) repeat center top/15px 15px;
  box-sizing: border-box;
  z-index: 2222;
  position: relative;
}

.c-bubble {
  width: 100%;
  border-radius: 20px;
  position: relative;
}

.c-bubble__txt {
  position: relative;
  z-index: 3333;
}

.c-bubble--grid::before {
  display: block;
  content: "";
  position: absolute;
  width: 14.1842900302%;
  max-width: 58px;
  padding-top: 8.0211480363%;
  top: 0;
  left: 4.833836858%;
  transform: translateY(-50%);
}

.c-bubble::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -0.7071067824px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 26px 12.5px 0 12.5px;
  z-index: 1;
}

.is-close .c-bubble__button {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0;
}

.c-bubble__button {
  display: block;
  margin: 8% auto -9px;
  position: relative;
  padding-left: 19px;
  line-height: 12px;
  font-size: 12px;
  transition: 0.3s;
  transition-delay: 0.5s;
  padding-right: 3%;
  width: 75.26px;
}

.c-bubble__button::before {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  content: "+";
  font-size: 10px;
  position: absolute;
  width: 12px;
  height: 12px;
  border: #000 1px solid;
  border-radius: 6px;
  letter-spacing: 0;
  bottom: 50%;
  transform: translateY(50%);
}

@media screen and (min-width: 600px) {
  .c-bubble__button {
    display: none;
  }
}
.c-linkWrapper {
  width: 79.7333333333%;
  margin: 0 auto;
  max-width: 350px;
  cursor: pointer;
}

.c-link {
  font-weight: 700;
  position: relative;
  padding: 18px 0;
  display: block;
  width: 100%;
}

.c-link::before {
  display: block;
  content: "";
  width: 56.57px;
  height: 37.55px;
  top: 0;
  left: 0;
  position: absolute;
  background: url("../image/checkLink.svg") no-repeat center center/cover;
}

.c-link::after {
  display: block;
  content: "";
  width: 100%;
  height: 19.3%;
  bottom: 0;
  position: absolute;
  background: url("../image/arrowLink.svg") no-repeat center center/contain;
}

.p-header--logo {
  width: 126.12px;
  height: 7.95px;
}

.p-header--img {
  fill: #fff;
}

@media screen and (min-width: 600px) {
  .p-header--logo {
    width: 219.36px;
    height: 13.84px;
  }
}
.p-mv .p-mv__img {
  object-fit: cover;
}

.p-mv .p-mv__img {
  clip-path: ellipse(calc(103.7777777778% - 0.1666666667px) 389px at 50% calc(100% - 389px));
  height: 423px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .p-mv .p-mv__img {
    clip-path: ellipse(calc(103.7777777778% - 0.1666666667px) 389px at 50% calc(100% - 389px));
    height: 672px;
    margin: 0 auto;
    width: 100%;
  }
}
.p-message {
  margin: 8.2666666667% auto 10%;
}

@media screen and (min-width: 600px) {
  .p-message {
    margin: calc(2.6974536038% - 134.2857142857px) auto 100px;
  }
}
.p-message__title {
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 32px;
}

@media screen and (min-width: 600px) {
  .p-message__title {
    max-width: 660px;
    margin: 0 auto 55.5px;
  }
}
.p-message__subtitle {
  display: inline-block;
  font-size: 3.6166666667vw;
  font-size: calc(3.1111111111vw + 2.3333333333px);
  letter-spacing: 0.14em;
  line-height: 1;
  position: relative;
  font-weight: 500;
}

@media screen and (min-width: 600px) {
  .p-message__subtitle {
    font-size: 15px;
    font-weight: 700;
    top: -2vw;
  }
}
.p-message__subtitle::after {
  content: "";
  display: block;
  background: url("../image/baloonTitle.svg") no-repeat center center/cover;
  width: 110%;
  padding-top: 5.7%;
  position: absolute;
  top: 161.9047619048%;
  left: 50%;
  transform: translateX(-50%);
}

.p-message__eng {
  display: inline-block;
  font-size: 16.5166666667vw;
  font-size: calc(16.4444444444vw + 0.3333333333px);
  letter-spacing: 0.05em;
  white-space: nowrap;
  vertical-align: text-bottom;
  margin: calc(12.7090301003% - 0.2036838384 * (16.4444444444vw + 0.3333333333px)) 0 0 -0.7%;
  text-align-last: justify;
  position: relative;
}

@media screen and (min-width: 600px) {
  .p-message__eng {
    font-size: 12.2430555556vw;
    font-size: calc(1.9047619048vw + 87.5714285714px);
    margin: calc(-2.9761904762vw + 48.8571428571px) 0 0 -1.5%;
  }
}
.p-message__eng::before {
  content: "(マラマ)";
  display: block;
  font-size: 2.8833333333vw;
  font-size: calc(2.6666666667vw + 1px);
  text-align-last: initial;
  position: absolute;
  top: 4.0404040404%;
  right: 9.8434559629%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.14em;
  font-weight: 400;
}

@media screen and (min-width: 600px) {
  .p-message__eng::before {
    font-size: 15px;
    right: 10.443456%;
  }
}
.p-message__particle {
  display: inline-block;
  font-size: 7.1333333333vw;
  font-size: calc(8vw - 4px);
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #EA4D37;
  margin-left: 1%;
  transform: translateY(-4%);
  color: #080808;
  font-weight: 700;
}

@media screen and (min-width: 600px) {
  .p-message__particle {
    font-size: 4.9305555556vw;
    font-size: calc(0.7142857143vw + 35.7142857143px);
  }
}
.p-message__jpn {
  display: block;
  font-size: 7.1333333333vw;
  font-size: calc(8vw - 4px);
  white-space: nowrap;
  margin-right: -2%;
  font-weight: 700;
  letter-spacing: calc(1.2363636364vw + 4.0818181818px);
}

@media screen and (min-width: 600px) {
  .p-message__jpn {
    font-size: 4.9305555556vw;
    font-size: calc(0.7142857143vw + 35.7142857143px);
    letter-spacing: calc(0.3095238095vw + 13.9428571429px);
    margin-right: -3%;
  }
}
.p-message__txt {
  font-size: 3.3666666667vw;
  font-size: calc(1.7777777778vw + 7.3333333333px);
  margin: calc(-0.625 * (1.7777777778vw + 7.3333333333px)) auto 0;
  line-height: 2.25;
  text-align: justify;
}

@media screen and (max-width: 374px) {
  .p-message__txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .p-message__txt {
    font-size: 18px;
    font-size: min(2.9vw, 19px);
    text-align: center;
    max-width: 600px;
    letter-spacing: 0.12em;
  }
}
.p-guidance__link {
  color: #080808;
}

.p-guidance__item {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 92.2976588629%;
  max-width: 339px;
  margin: 0 auto;
  height: 22.4266666667vw;
  max-height: 112.8px;
}

.p-guidance__wrapper {
  width: 100%;
  position: relative;
}

.p-guidance__wrapper:first-child .p-guidance__link::before,
.p-guidance__link::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../image/lineOrange.svg") no-repeat center center/cover;
  width: 100%;
  bottom: 0;
  height: 3px;
}

.p-guidance__wrapper:first-child .p-guidance__link::before {
  top: 0;
  bottom: initial;
}

.p-guidance__num {
  margin-right: 24px;
  font-size: 5.2666666667vw;
  font-size: calc(2.6666666667vw + 12px);
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .p-guidance__num {
    font-size: 28px;
  }
}
.p-guidance__title {
  font-size: 3.8vw;
  font-size: calc(1.7777777778vw + 9.3333333333px);
  line-height: 1.34;
  font-weight: 600;
  color: #080808;
}

@media screen and (max-width: 374px) {
  .p-guidance__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .p-guidance__title {
    font-size: 20px;
  }
}
.p-guidance__subtitle {
  font-size: 2.6333333333vw;
  font-size: calc(1.3333333333vw + 6px);
  margin-bottom: 0.6px;
}

@media screen and (max-width: 374px) {
  .p-guidance__subtitle {
    font-size: 11px;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 600px) {
  .p-guidance__subtitle {
    font-size: 14px;
  }
}
.p-guidance {
  margin: 0 auto 29.4712990937%;
}

@media screen and (min-width: 600px) {
  .p-guidance {
    margin: 0 auto 22.0685422961%;
    margin: 0 auto max(140px, 11.4641778161% + 79.2857142857px);
  }
  .p-guidance__item {
    width: 100%;
    max-width: 355px;
    max-height: 117px;
  }
  .p-guidance__wrapper {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1249px) {
  .p-guidance__list {
    display: flex;
    justify-content: space-between;
  }
  .p-guidance__wrapper:first-child .p-guidance__link::before {
    display: none;
  }
  .p-guidance__wrapper {
    width: 31.9709355132%;
    max-width: none;
  }
  .p-guidance__item {
    justify-content: center;
    max-width: none;
  }
}
.p-header03--01::before {
  background: url("../image/baloonArticle1.svg") no-repeat center top/contain;
}

.p-header03--02::before {
  background: url("../image/baloonArticle2.svg") no-repeat center top/contain;
}

.p-header03--03::before {
  background: url("../image/baloonArticle3.svg") no-repeat center top/contain;
}

.p-bubble--item {
  margin-bottom: 13.6555891239%;
}

@media screen and (min-width: 600px) {
  .p-bubble--item {
    min-width: 354px;
    width: 25%;
    align-items: center;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1413px) {
  .p-bubble--item:nth-of-type(2) {
    margin-top: 3.5%;
  }
  .p-bubble--item:nth-of-type(3) {
    margin-top: 2%;
  }
  .p-bubble--item:nth-of-type(4) {
    margin-top: -6%;
  }
  .p-bubble--item:nth-of-type(6) {
    margin-top: -1.5%;
  }
}
.p-bubble--01::before {
  background: url("../image/numberQandA-01.svg") no-repeat left center/contain;
}

.p-bubble--02::before {
  background: url("../image/numberQandA-02.svg") no-repeat left center/contain;
}

.p-bubble--03::before {
  background: url("../image/numberQandA-03.svg") no-repeat left center/contain;
}

.p-bubble--04::before {
  background: url("../image/numberQandA-04.svg") no-repeat left center/contain;
}

.p-bubble--05::before {
  background: url("../image/numberQandA-05.svg") no-repeat left center/contain;
  padding-top: 8.9728096677%;
}

.p-bubble--06::before {
  background: url("../image/numberQandA-06.svg") no-repeat left center/contain;
}

.p-bubble--pink {
  background-color: #FDE6E0;
}

.p-bubble--pink::after {
  border-color: #FDE6E0 transparent transparent transparent;
}

.p-bubble__button--pink {
  color: #C44974;
}

.p-bubble__button--pink::before {
  border: #C44974 solid 1px;
}

.p-bubble--yellow {
  background-color: #FFFABF;
}

.p-bubble--yellow::after {
  border-color: #FFFABF transparent transparent transparent;
}

.p-bubble__button--yellow {
  color: #C17527;
}

.p-bubble__button--yellow::before {
  border: #C17527 solid 1px;
}

.p-bubble--green {
  background-color: #E5EEC5;
}

.p-bubble--green::after {
  border-color: #E5EEC5 transparent transparent transparent;
}

.p-bubble__button--green {
  color: #86C045;
}

.p-bubble__button--green::before {
  border: #86C045 solid 1px;
}

.p-bubble--blue {
  background-color: #E2F2ED;
}

.p-bubble--blue::after {
  border-color: #E2F2ED transparent transparent transparent;
}

.p-bubble__button--blue {
  color: #00AECA;
}

.p-bubble__button--blue::before {
  border: #00AECA solid 1px;
}

.p-bubble--right__txt {
  padding: 42px 47.8388347797px 38px 39px;
}

.p-bubble--left__txt {
  padding: 42px 39px 38px 47.8388347797px;
  left: -8.8388347797px;
}

.p-bubble--right::after {
  right: -18.3847763417px;
  transform: rotate(-45deg);
  transform-origin: right bottom 0;
}

@media screen and (min-width: 600px) {
  .p-bubble--right::after {
    left: -18.3847763417px;
    transform: rotate(45deg);
    transform-origin: left bottom 0;
  }
}
.p-bubble--left::after {
  left: -18.3847763417px;
  transform: rotate(45deg);
  transform-origin: left bottom 0;
}

.p-bubble__title {
  font-size: 3.6333333333vw;
  font-size: calc(0.8888888889vw + 12.6666666667px);
  margin: calc(-0.5 * (0.8888888889vw + 12.6666666667px)) auto calc(-0.5 * (0.8888888889vw + 12.6666666667px));
  line-height: 1.75;
}

@media screen and (max-width: 374px) {
  .p-bubble__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .p-bubble__title {
    font-size: 18px;
    margin: -12px auto -12px;
  }
}
.p-bubble__txt {
  text-align: justify;
  margin: calc(-0.5 * (1.7777777778vw + 20.3333333333px)) auto calc(-0.5 * (1.7777777778vw + 7.3333333333px));
  padding-top: 24px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .p-bubble__txt {
    margin: 31px auto -6px;
  }
}
.p-bubble__txt::before {
  display: block;
  content: "";
  width: 0%;
  height: 4px;
  background: url("../image/lineWhite.svg") repeat center center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

.is-close .p-bubble__txt::before {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .p-bubble__txt::before {
    width: 100%;
  }
}
.p-header03--subtitle {
  font-size: 3.3166666667vw;
  font-size: calc(2.6666666667vw + 3px);
  margin: calc(0.25 * (4vw + 5px)) auto calc(-0.25 * (2.6666666667vw + 3px) + 4%);
  line-height: 1.5;
}

@media screen and (max-width: 374px) {
  .p-header03--subtitle {
    font-size: 13;
  }
}
@media screen and (min-width: 600px) {
  .p-header03--subtitle {
    font-size: 19px;
    margin: 10px auto 23.75px;
    line-height: 1;
  }
}
.p-qanda {
  margin-bottom: 26.9637462236%;
  margin-bottom: max(96px, 18.1268882175% + 36px);
}

@media screen and (min-width: 600px) {
  .p-qanda {
    margin-bottom: 21.0457578046%;
    margin-bottom: calc(7.9574881312% + 97.8571428571px);
  }
  .p-qanda__main {
    align-items: center;
    column-gap: 32px;
  }
}
@media screen and (min-width: 1413px) {
  .p-qanda__main {
    align-items: flex-start;
  }
}
.p-header03--02 {
  padding-bottom: 12.4811178248%;
  padding-bottom: max(42px, 11.5810674723% + 3.6666666667px);
}

.p-action {
  background: #FBFAF7 url(../image/gridBg-White.svg) repeat center top/15px 15px;
  padding-bottom: 17.7333333333%;
  padding-bottom: max(58px, 27.5555555556% - 45.3333333333px);
  margin-bottom: 19%;
}

@media screen and (min-width: 600px) {
  .p-action {
    padding-bottom: 17.2299848943%;
    padding-bottom: calc(4.0461804057% + 98.5714285714px - 59.2px);
    margin-bottom: 17.2299848943%;
    margin-bottom: calc(4.0461804057% + 98.5714285714px);
  }
}
.p-action__prepend {
  position: relative;
}

.p-action__prepend::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: calc(40.4933333333vw + 42.7px + 29.4583313131%);
}

@media screen and (min-width: 600px) {
  .p-action__prepend::before {
    left: -12.7090301003%;
    width: 100vw;
    height: calc(44.4915254237% + 153.0508474576px);
  }
}
@media screen and (min-width: 1440px) {
  .p-action__prepend::before {
    left: calc(-1 * (100vw - 1148.16px) / 2);
    width: 100vw;
    height: calc(44.4915254237% + 153.0508474576px);
  }
}
@media screen and (min-width: 600px) {
  .p-action__prepend::before {
    height: 38%;
  }
}
.p-action__img {
  margin-bottom: 13%;
  position: relative;
}

@media screen and (min-width: 600px) {
  .p-action__prepend {
    align-items: center;
    column-gap: 42px;
  }
  .p-header03--02 {
    width: 47.5461755469%;
    min-width: 357.3px;
  }
  .p-action__img {
    width: 47.5461755469%;
    min-width: 357.3px;
  }
}
.p-action__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0 4px 18px;
}

.p-action__title {
  width: 100%;
  font-size: 3.6333333333vw;
  font-size: calc(0.8888888889vw + 12.6666666667px);
  margin: calc(-0.5 * (0.8888888889vw + 12.6666666667px)) 0 calc(-0.5 * (0.8888888889vw + 12.6666666667px));
  line-height: 21px;
}

@media screen and (max-width: 374px) {
  .p-action__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .p-action__title {
    font-size: 18px;
    margin: -3px auto -3px;
  }
}
.p-action__header::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url("../image/lineLightgreen.svg") repeat center center/cover;
}

.p-action__num {
  display: inline-block;
  font-size: 22px;
  width: 19px;
  margin-right: 2.416918429%;
  line-height: 21px;
  vertical-align: middle;
}

.p-action__txt {
  padding-top: 22px;
  padding-bottom: 18px;
  margin: calc(-0.5 * (1.7777777778vw + 7.3333333333px)) auto calc(-0.5 * (1.7777777778vw + 7.3333333333px));
}

@media screen and (min-width: 600px) {
  .p-action__txt {
    padding-bottom: 0;
  }
}
.p-action__button {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  border: #CFD62F 1.5px solid;
  border-radius: 9.5px;
  letter-spacing: 0;
}

@media screen and (min-width: 600px) {
  .p-action__button {
    display: none;
  }
}
.p-action__mark--vertical {
  width: 8px;
  height: 1.5px;
}

.p-action__mark--horizontal {
  display: block;
  height: 8px;
  width: 1.5px;
  transition: 0.3s;
}

.is-close .p-action__mark--horizontal {
  display: none;
}

.p-action__mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #CFD62F;
}

.p-action__item {
  margin-bottom: 27px;
}

@media screen and (min-width: 600px) {
  .p-action__item {
    margin-bottom: 59.2px;
  }
}
.p-actionLinkWrapper {
  padding-top: 9%;
}

@media screen and (min-width: 600px) {
  .p-action__main {
    column-gap: 42px;
  }
  .p-actionItemWrapper {
    max-width: none;
    min-width: 354px;
    width: 25%;
  }
  .p-actionLinkWrapper {
    display: flex;
    align-items: center;
    max-width: none;
    min-width: 354px;
    width: 25%;
    padding-top: 3%;
    margin: 0 auto 59.2px;
  }
  .p-actionLink {
    max-width: 350.77px;
    margin: 0 auto;
  }
}
.p-actionLink--txt {
  font-size: 3.6333333333vw;
  font-size: calc(0.8888888889vw + 12.6666666667px);
  margin: calc(-0.5 * (0.8888888889vw + 12.6666666667px)) auto calc(-0.5 * (0.8888888889vw + 12.6666666667px));
  line-height: 1.5;
}

@media screen and (min-width: 600px) {
  .p-actionLink--txt {
    font-size: 18px;
    margin: -4.5px auto -4.5px;
  }
}
@media screen and (max-width: 374px) {
  .p-guidance__title {
    font-size: 14px;
  }
}
.p-header03--03 {
  padding-bottom: 42px;
}

@media screen and (min-width: 600px) {
  .p-header03--03 {
    padding-bottom: 50px;
  }
}
.p-suggestion__message {
  padding-bottom: 42px;
  margin: calc(-0.5 * (1.7777777778vw + 7.3333333333px)) auto calc(-0.5 * (1.7777777778vw + 7.3333333333px));
}

@media screen and (min-width: 600px) {
  .p-suggestion__message {
    text-align: center;
    padding-bottom: 64px;
    margin: -8px auto -8px;
  }
}
.txt-eng--article03 {
  letter-spacing: 0.07em;
}

.p-suggestion__title {
  display: inline-block;
  font-size: 3.8833333333vw;
  font-size: calc(2.2222222222vw + 7.6666666667px);
  line-height: 1.3400000334;
  position: relative;
  padding-top: 1.5%;
  padding-left: 7%;
  padding-left: calc(18.41px + 2.5%);
  padding-bottom: 11px;
}

.p-suggestion__titleWrapper {
  margin-bottom: 30px;
}

@media screen and (max-width: 375px) {
  .p-suggestion__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .p-suggestion__title {
    font-size: 21px;
    padding-top: 8px;
    padding-bottom: 10px;
  }
}
.p-suggestion__titleWrapper--green {
  border-bottom: 3px solid #CFD62F;
}

.p-suggestion__titleWrapper--red {
  border-bottom: 3px solid #EA4D37;
}

.p-suggestion__title::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 5.5px);
  transform: translateY(-33%);
  left: 0;
  width: 18.41px;
  height: 18.7px;
  padding-bottom: 11px;
}

@media screen and (min-width: 600px) {
  .p-suggestion__title::before {
    top: 50%;
    transform: translateY(-50%);
    width: 19.47px;
    height: 21px;
  }
}
.p-suggestion__title--01::before {
  background: url("../image/numberArticle3-01.svg") no-repeat center center/contain;
}

.p-suggestion__title--02::before {
  background: url("../image/numberArticle3-02.svg") no-repeat center center/contain;
}

.p-suggestion__title--03::before {
  background: url("../image/numberArticle3-03.svg") no-repeat center center/contain;
}

.p-suggestion__title--04::before {
  background: url("../image/numberArticle3-04.svg") no-repeat center center/contain;
}

.p-suggestion__title::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -11.97px;
  width: 11.97px;
  height: 10.68px;
  background: url("../image/attentionArticle3.svg") no-repeat center center/contain;
}

.p-suggestion__mainImageWrapper {
  margin: 0 auto calc(-0.1700000167 * (2.2222222222vw + 7.6666666667px) - 1.5%);
  padding-bottom: 45.5px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 600px) {
  .p-suggestion__mainImageWrapper {
    width: 50%;
    min-width: 575px;
    padding: 0 10.1333333333% 48px;
  }
  .p-suggestion__content {
    width: 50%;
    padding: 0 10.1333333333%;
    min-width: 575px;
  }
  .p-suggestion__contentWrapper {
    align-items: center;
  }
}
@media screen and (min-width: 1150px) {
  .p-suggestion__mainImageWrapper {
    padding: 0;
  }
  .p-suggestion__content {
    padding: 0 10.1333333333% 0 9.12%;
  }
  .p-suggestion__content--red {
    padding: 0 9.12% 0 10.1333333333%;
  }
  .p-suggestion__contentWrapper {
    max-width: 1694px;
    margin: 0 auto;
  }
  .p-suggestion__contentWrapper--red {
    flex-direction: row-reverse;
  }
}
.p-suggestion__mainImage {
  margin-bottom: -0.7954545455vw;
}

.p-suggestion__caption {
  font-weight: 500;
  line-height: 1.6363636364;
  font-size: 2.5vw;
  margin-top: 11px;
}

@media screen and (max-width: 375px) {
  .p-suggestion__caption {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  .p-suggestion__caption {
    font-size: 13px;
    margin-top: 16px;
  }
}
.p-suggestion__mainCaption {
  padding: 0 4.833836858%;
  display: inline;
}

.p-suggestion__txt {
  margin: calc(-0.5 * (0.8888888889vw + 12.6666666667px)) auto calc(-0.5 * (0.8888888889vw + 12.6666666667px));
  line-height: 2;
  padding-bottom: 38px;
}

@media screen and (min-width: 600px) {
  .p-suggestion__txt {
    margin: -8px auto -8px;
    padding-bottom: 40px;
  }
}
.p-suggestion__flexlow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.p-suggestion__flexcolumn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 24px;
}

.p-suggestion__flexlowtocolumn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 1150px) {
  .p-suggestion__flexlow {
    margin-bottom: 0;
  }
  .p-suggestion__titleWrapper--red .p-suggestion__flexcolumn {
    margin-bottom: 0;
  }
  .p-suggestion__flexlowtocolumn {
    margin-bottom: 0px;
  }
}
.p-suggestion__subImage {
  width: 47.1571906355%;
}

.p-suggestion__subCaption {
  margin-top: 0;
  width: 47.1571906355%;
}

@media screen and (min-width: 600px) {
  .p-suggestion__subImageWrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-suggestion__subImageItem--02 {
    width: 100%;
  }
  .p-suggestion__flexlowtocolumn {
    flex-direction: column;
    width: 30%;
  }
}
.p-suggestion__item {
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .p-suggestion__item {
    margin-bottom: 13%;
  }
}
@media screen and (min-width: 1150px) {
  .p-suggestion__item {
    padding: 120px 0;
    margin-bottom: 32px;
  }
  .p-suggestion {
    margin-bottom: 7%;
  }
}
.p-suggestion__item::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 29.5479353535vw;
  background-color: #fff;
}

@media screen and (min-width: 1150px) {
  .p-suggestion__item--green::before {
    width: 25%;
    left: 0;
    height: 100%;
  }
  .p-suggestion__item--red::before {
    width: 25%;
    right: 0;
    height: 100%;
  }
}
.p-suggestion__item--green {
  background: url("../image/gridBg-Lightgreen.svg") repeat center top/15px 15px;
}

.p-suggestion__item--red {
  background: url("../image/gridBg-Orange.svg") repeat center top/15px 15px;
}

.p-suggestion__subCaption--column {
  width: 100%;
  margin: -0.7954545455vw auto -0.7954545455vw;
  padding-top: 14px;
}

.citation {
  color: #868686;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  line-height: 1;
}

.p-bottomLinkWrapper {
  width: 88.2666666667%;
  max-width: none;
  margin-bottom: 38.670694864%;
}

@media screen and (min-width: 600px) {
  .p-bottomLinkWrapper {
    margin-bottom: 248px;
  }
}
.p-bottomLink {
  padding-top: 42px;
}

@media screen and (min-width: 600px) {
  .p-bottomLink {
    width: 530px;
    margin: 0 auto;
  }
}
.p-bottomLink::before {
  width: 14.580060423%;
  height: 0;
  padding-top: 9.6767371601%;
}

.p-bottomLink__txt {
  font-size: 4.4373111782vw;
  font-size: calc(4.0281973817vw + 1.6666666667px);
  margin: calc(-0.3666666667 * (4.0281973817vw + 1.6666666667px)) auto 2px;
  line-height: 1.7333333333;
}

@media screen and (max-width: 375px) {
  .p-bottomLink__txt {
    font-size: FontSize11-min-width;
  }
}
@media screen and (min-width: 600px) {
  .p-bottomLink__txt {
    font-size: 21px;
    margin: 6.3px auto 2px;
  }
}
.p-bottonLink__eng {
  font-size: 5.1333333333vw;
  font-size: calc(3.1111111111vw + 9.3333333333px);
  line-height: 1;
  letter-spacing: 0.05em;
  padding-right: 1.5%;
}

@media screen and (min-width: 600px) {
  .p-bottonLink__eng {
    font-size: 28px;
    padding-right: 1.5%;
  }
}
@media screen and (max-width: 375px) {
  .p-bottonLink__eng {
    font-size: FontSize12-min-width;
  }
}
.p-footer__link {
  width: 47.904%;
  max-width: 254px;
  margin: 0 auto;
  line-height: 1;
}

.p-footer__sns {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 50.9763779528%;
  margin-bottom: 10%;
}

.p-footer__img {
  fill: #EA4D37;
  margin: 0 auto 8.8582677165%;
}

.fa-brands {
  font-size: 4.9vw;
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .fa-brands {
    font-size: 27.48px;
  }
}
.p-copyright {
  font-size: 11px;
  font-weight: 300;
}

.txt-eng {
  font-family: "Yeseva One", "Times New Roman", serif;
  font-weight: 400;
}

.wb {
  display: inline-block;
}

.js-box {
  display: none; /*はじめは非表示*/
}

@media screen and (min-width: 600px) {
  .js-box {
    display: block;
    pointer-events: none;
  }
  .js-title {
    pointer-events: none;
  }
}
.txt-center {
  text-align: center;
}

.txt-mc {
  color: #EA4D37;
}

.js-title {
  cursor: pointer;
}

.il-to-wb {
  display: inline;
}

@media screen and (min-width: 600px) {
  .il-to-wb {
    display: inline-block;
  }
  .js-title {
    cursor: default;
  }
}
@media screen and (min-width: 600px) {
  .flex_rp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex_rp_item {
    flex-grow: 1;
  }
}
.highlight {
  background-color: #ECEFAB;
  line-height: 1.2;
}

@keyframes slidefade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-box--open {
  animation: slidefade 0.5s linear 0s;
  display: block;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-04s {
  animation-delay: 0.4s;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.js_fadein, .js_fadeinup {
  opacity: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  * {
    transform: none;
    animation: none;
    animation-name: none !important;
  }
}
@media (min-width: 600px) {
  @media not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      .p-bubble--item {
        margin-right: 16px;
        margin-left: 16px;
      }
      .p-header03--02,
.p-action__img {
        margin-right: 21px;
        margin-left: 21px;
      }
      .p-actionItemWrapper {
        margin-right: 21px;
        margin-left: 21px;
      }
    }
  }
}