@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3B3C3B;
  font-weight: 400;
  line-height: 1.3;
}

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

@media screen and (min-width: 1024px) {
  .u-tab {
    display: none;
  }
}

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

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.c-section-en-title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 400;
  color: #CFE0FF;
  font-family: "Dancing Script", cursive;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-section-en-title {
    font-size: 2.8125rem;
  }
}

.c-section-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  color: #002976;
  font-family: "Noto Serif JP", serif;
  word-break: keep-all;
  word-wrap: anywhere;
  position: relative;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .c-section-title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 3.125rem;
    letter-spacing: 0.08em;
  }
}

.c-section-title span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  position: relative;
  bottom: -4px;
  bottom: -0.25rem;
  left: 4px;
  left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-section-title span {
    font-size: 0.875rem;
    bottom: 0;
  }
}

.c-section-title::before,
.c-section-title::after {
  content: "";
  height: 1px;
  height: 0.0625rem;
  width: 100%;
  background: #002976;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8%;
}
@media screen and (min-width: 768px) {
  .c-section-title::before,
  .c-section-title::after {
    height: 0.125rem;
    width: 15%;
    max-width: 9.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-section-title--foryou::before,
  .c-section-title--foryou::after {
    width: 8%;
    max-width: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .c-section-title--foryou span {
    display: none;
  }
}

.c-section-title::before {
  left: 0;
}

.c-section-title::after {
  right: 0;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #000;
  color: #fff;
}

.p-company {
  margin-top: 62px;
  margin-top: 3.875rem;
  padding-top: 57px;
  padding-top: 3.5625rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  background-color: #f0f5ff;
}
@media screen and (min-width: 768px) {
  .p-company {
    margin-top: 7.125rem;
    padding-top: 6.125rem;
    padding-bottom: 3.875rem;
  }
}

.p-company__title {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(225, 177, 104, .88)), color-stop(8%, #e1bc83), color-stop(49%, #fbe4bf), color-stop(76%, #f4d095), color-stop(90%, #e1bc83), to(#e1b168));
  background-image: linear-gradient(to right, rgba(225, 177, 104, .88), #e1bc83 8%, #fbe4bf 49%, #f4d095 76%, #e1bc83 90%, #e1b168);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  width: 73%;
  max-width: 400px;
  max-width: 25rem;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-company__title {
    font-size: 2.8125rem;
    padding: 0.625rem;
    max-width: 31.25rem;
  }
}

.p-company__wrap {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-company__wrap {
    margin-top: 4.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 4.8125rem;
       -moz-column-gap: 4.8125rem;
            column-gap: 4.8125rem;
    max-width: 56.6875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-company__img {
  width: 78%;
  max-width: 450px;
  max-width: 28.125rem;
  min-width: 293px;
  min-width: 18.3125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-company__img {
    width: 41%;
    max-width: 23.5rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-company__img img {
  aspect-ratio: 293/301;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__detail {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 80%;
  min-width: 303px;
  min-width: 18.9375rem;
  max-width: 450px;
  max-width: 28.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-company__detail {
    margin-top: 0;
    margin-top: initial;
    width: 51%;
    max-width: 28.375rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-company__name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-company__name {
    font-size: 1.875rem;
  }
}

.p-company__info {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-company__info {
    font-size: 1.5rem;
  }
}

.p-company__contact {
  margin-top: 22px;
  margin-top: 1.375rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
  line-height: 2;
  padding: 0px 20px;
  padding: 0rem 1.25rem;
  background-color: #fff;
  border: solid 1px #3B3C3B;
  max-width: 400px;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-company__contact {
    font-size: 1.5rem;
    max-width: 22.1875rem;
    margin-left: 0;
    margin-left: initial;
    line-height: 1.6666666667;
    margin-right: 0;
    margin-right: initial;
    padding: 0.5rem;
  }
}

.p-company__contact-info {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.2222222222;
}
@media screen and (min-width: 768px) {
  .p-company__contact-info {
    font-size: 1.5rem;
    margin-top: 0rem;
  }
}

.p-company__tel {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

.p-company__tel-detail {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .p-company__tel-detail {
    font-size: 1.25rem;
  }
}

.p-company__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__sns {
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
    margin-top: 1.4375rem;
  }
}

.p-company__sns-icon {
  max-width: 50px;
  max-width: 3.125rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-company__sns-icon {
    max-width: 4.125rem;
  }
}

.p-company__sns-icon img {
  aspect-ratio: 50/50;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-counterplan {
  background-color: #f0f5ff;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-counterplan {
    padding-top: 3.75rem;
    padding-bottom: 7.3125rem;
    margin-top: 5.875rem;
  }
}

.p-counterplan::before {
  content: "";
  position: absolute;
  top: -80px;
  top: -5rem;
  right: 0;
  background-image: url(../src/images/left-back_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 186/264;
  width: 100%;
  max-width: 186px;
  max-width: 11.625rem;
}
@media screen and (min-width: 768px) {
  .p-counterplan::before {
    background-image: url(../src/images/left-back.png);
    max-width: 36.625rem;
    aspect-ratio: 216/264;
    top: -19.125rem;
  }
}

.p-counterplan::after {
  content: "";
  position: absolute;
  bottom: -130px;
  bottom: -8.125rem;
  left: 0;
  background-image: url(../src/images/faq-back_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 179/244;
  width: 100%;
  max-width: 199px;
  max-width: 12.4375rem;
}
@media screen and (min-width: 768px) {
  .p-counterplan::after {
    background-image: url(../src/images/faq-back.png);
    max-width: 31.25rem;
    bottom: -22.5rem;
    aspect-ratio: 216/290;
  }
}

.p-counterplan__content {
  padding: 33px 10px;
  padding: 2.0625rem 0.625rem;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, .25);
  background-color: #fff;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-counterplan__content {
    margin-top: 5rem;
    padding: 5.375rem 1.25rem;
  }
}

.p-counterplan__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  padding-left: 34px;
  padding-left: 2.125rem;
  padding-right: 34px;
  padding-right: 2.125rem;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .p-counterplan__title {
    padding-left: 2.3125rem;
    padding-right: 2.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-counterplan__title {
    font-size: 2.5rem;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}

.p-counterplan__title::before,
.p-counterplan__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 28/37;
  width: 100%;
  max-width: 28px;
  max-width: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-counterplan__title::before,
  .p-counterplan__title::after {
    aspect-ratio: 80/95;
    max-width: 5rem;
  }
}

.p-counterplan__title::before {
  background-image: url(../src/images/flame-left.png);
  left: 0;
}

.p-counterplan__title::after {
  background-image: url(../src/images/flame-right.png);
  right: 0;
}

.p-counterplan__wrap {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-counterplan__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 3.125rem;
  }
}

.p-counterplan__lists {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-counterplan__lists {
    margin-top: 2.875rem;
    max-width: unset;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-counterplan__list {
  color: #343434;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  padding-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-counterplan__list {
    font-size: 1.5rem;
    padding-left: 3.5625rem;
  }
}

.p-counterplan__list:not(:first-child) {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-counterplan__list:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-counterplan__list span {
  background-color: #FFF859;
}
.p-counterplan__list span.u-border {
  background-color: transparent;
  background-color: initial;
  text-decoration: underline;
}

.p-counterplan__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../src/images/countermeasure_icon-check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 26/22;
  width: 100%;
  max-width: 26px;
  max-width: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-counterplan__list::before {
    max-width: 2.625rem;
  }
}

.p-counterplan__img {
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 400px;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-counterplan__img {
    max-width: 24rem;
    margin-top: 0;
    margin-top: initial;
    margin-left: -1.25rem;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-counterplan__img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 299/271;
}
@media screen and (min-width: 768px) {
  .p-counterplan__img img {
    aspect-ratio: 299/346;
  }
}

.p-faq {
  padding-top: 39px;
  padding-top: 2.4375rem;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(243, 243, 243)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 100%);
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-bottom: 6rem;
    padding-top: 4rem;
  }
}

.p-faq__wrap {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-faq__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
    row-gap: 2.5rem;
    margin-top: 3.75rem;
    max-width: 60.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-faq__item {
  padding: 20px 17px;
  padding: 1.25rem 1.0625rem;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-faq__item {
    width: 47%;
    padding: 1.875rem 1.5625rem;
  }
}

.p-faq__item:not(:first-child) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item:not(:first-child) {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-faq__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  padding: 7px 32px;
  padding: 0.4375rem 2rem;
  background-color: #f0f5ff;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    font-size: 1.875rem;
    padding: 0.625rem 3.125rem;
  }
}

.p-faq__title:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(106, 90, 205, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #f0f5ff;
  top: 100%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .p-faq__title:after {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 20px;
    border-right-width: 20px;
  }
}

.p-faq__text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7857142857;
  margin-top: 21px;
  margin-top: 1.3125rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-faq__text {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    line-height: 2;
  }
}

.p-for-you {
  margin-top: 30px;
  margin-top: 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-for-you {
    margin-top: 3.8125rem;
  }
}

.p-for-you::before {
  content: "";
  position: absolute;
  top: -130px;
  top: -8.125rem;
  left: 0;
  background-image: url(../src/images/back_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 178/264;
  width: 100%;
  max-width: 178px;
  max-width: 11.125rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-for-you::before {
    background-image: url(../src/images/faq-back.png);
    top: -25rem;
    max-width: 33.5625rem;
    aspect-ratio: 537/676;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.p-for-you__content {
  background-color: #f0f5ff;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, .25);
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 48px 16px 44px;
  padding: 3rem 1rem 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-for-you__content {
    margin-top: 3.3125rem;
    padding: 3.5rem 1rem 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-for-you__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-for-you__item {
  position: relative;
  background-color: #002976;
  padding: 6px;
  padding: 0.375rem;
  border-radius: 50%;
  max-width: 232px;
  max-width: 14.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-for-you__item {
    width: 31%;
    padding: 0.4375rem;
    max-width: 17.125rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-for-you__item:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-for-you__item:not(:first-child) {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-for-you__circle {
  background-color: #002976;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 100%;
  max-width: 220px;
  max-width: 13.75rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-for-you__circle {
    max-width: 16.25rem;
  }
}

.p-for-you__sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.6666666667;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-for-you__sub-title {
    font-size: 1.5rem;
  }
}

.p-for-you__sub-title span {
  color: #FFF859;
}

.p-for-you__img {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-for-you__img {
    margin-top: 3.3125rem;
    max-width: 54.125rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-for-you__img img {
  aspect-ratio: 344/135;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-for-you__article {
  padding: 32px 17px 12px;
  padding: 2rem 1.0625rem 0.75rem;
  border: solid 5px #cfe0ff;
  margin-top: 26px;
  margin-top: 1.625rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-for-you__article {
    margin-top: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-for-you__text-box {
    width: 60%;
    margin-top: 14px;
  }
}

.p-for-you__text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4583333333;
}
@media screen and (min-width: 768px) {
  .p-for-you__text {
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
}

.p-for-you__text span {
  border-bottom: 1px solid #3B3C3B;
}

.p-for-you__icon {
  max-width: 209px;
  max-width: 13.0625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-for-you__icon {
    width: 38%;
  }
}

.p-for-you__icon img {
  aspect-ratio: 209/115;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-for-you__link {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  display: block;
  color: #002976;
}
@media screen and (min-width: 768px) {
  .p-for-you__link {
    font-size: 1.5rem;
  }
}

.p-for-you__article-img {
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-for-you__article-img {
    max-width: 23.9375rem;
  }
}

.p-for-you__article-img img {
  aspect-ratio: 516/386;
}

.p-product-item__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    -webkit-column-gap: 3.25rem;
       -moz-column-gap: 3.25rem;
            column-gap: 3.25rem;
  }
}

.p-product-item__title span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 3px;
  padding: 0 0.1875rem;
  border: solid 1px #3B3C3B;
  width: 100%;
  max-width: 140px;
  max-width: 8.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-product-item__title span {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    font-size: 1.5rem;
    margin-top: 0;
    margin-top: initial;
    max-width: 10.625rem;
  }
}

.p-product-item__wrap {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-product-item__wrap {
    margin-top: 4.25rem;
    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;
    -webkit-column-gap: 2.125rem;
       -moz-column-gap: 2.125rem;
            column-gap: 2.125rem;
  }
}

.p-product-item__img {
  max-width: 450px;
  max-width: 28.125rem;
  width: 72%;
  min-width: 280px;
  min-width: 17.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-product-item__img {
    width: 46%;
    max-width: 29.125rem;
  }
}

.p-product-item__img img {
  aspect-ratio: 280/153;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-product-item__img--liquid {
  max-width: 386px;
  max-width: 24.125rem;
  min-width: 216px;
  min-width: 13.5rem;
  width: 56%;
}
@media screen and (min-width: 768px) {
  .p-product-item__img--liquid {
    max-width: 19.75rem;
  }
}

.p-product-item__img--liquid img {
  aspect-ratio: 216/206;
}

.p-product-item__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-product-item__text {
    width: 50%;
    max-width: 31.25rem;
    font-size: 1.25rem;
    line-height: 1.75;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-product-item__detail {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-item__detail {
    margin-top: 3.4375rem;
  }
}

.p-product-item__detail-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  border-bottom: 1px solid #3B3C3B;
}
@media screen and (min-width: 768px) {
  .p-product-item__detail-title {
    font-size: 1.5rem;
  }
}

.p-product-item__heading {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  font-weight: 400;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-item__heading {
    font-size: 1.25rem;
  }
}

.p-product-item__heading:first-of-type {
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-product-item__heading:first-of-type {
    margin-top: 0.4375rem;
  }
}

.p-product-item__list {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-product-item__list {
    font-size: 1.25rem;
  }
}

.p-product__title-box {
  background-image: url(../src/images/premium-back.jpg);
  background-image: url(../src/images/premium-back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-product__title-box {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product__title-inner {
    max-width: 80rem;
    padding-right: 25px;
    padding-left: 8rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-product__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, .25);
  line-height: normal;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .p-product__title {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: 0;
    margin-right: auto;
    text-align: center;
    font-size: 4.0625rem;
  }
}

.p-product__item {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-product__item {
    margin-top: 5rem;
  }
}

.p-product__item:not(:first-child) {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-product__item:not(:first-child) {
    margin-top: 5rem;
  }
}

.p-product__video {
  margin-top: 55px;
  margin-top: 3.4375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .p-product__video {
    max-width: 48.75rem;
    margin-top: 7.0625rem;
  }
}

.vsc-controller #controller,
#controller .draggable {
  display: none !important;
}

.p-product__video video {
  width: 100%;
}

.p-structure {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  background-color: #f3f3f3;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-structure {
    margin-top: 5.125rem;
    padding-top: 4.0625rem;
    padding-bottom: 17.8125rem;
  }
}

.p-structure__detail {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .p-structure__detail {
    margin-top: 2.6875rem;
    font-size: 1.5rem;
    max-width: 43.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-structure__detail span {
  font-weight: 700;
  border-bottom: 1px solid #3B3C3B;
}

.p-structure__attention {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-structure__attention {
    text-align: right;
    max-width: 43.75rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.875rem;
  }
}

.p-structure__content {
  background-color: #fff;
  margin-top: 9px;
  margin-top: 0.5625rem;
  padding: 16px 16px 44px;
  padding: 1rem 1rem 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-structure__content {
    margin-top: 1.8125rem;
    padding: 2.875rem 4.5rem 5.4375rem;
    position: relative;
  }
}

.p-structure__sub-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 6px;
  padding: 0.375rem;
  width: 100%;
  border-radius: 80px;
  background-color: #3b3c3b;
  max-width: 400px;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-structure__sub-title {
    max-width: 37.5rem;
    font-size: 2.1875rem;
    padding: 0.4375rem;
  }
}

.p-structure__sub-title:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-structure__sub-title:not(:first-child) {
    margin-top: 4.625rem;
  }
}

.p-structure__img {
  margin-top: 26px;
  margin-top: 1.625rem;
  max-width: 400px;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-structure__img {
    max-width: 53rem;
    padding-left: 5rem;
    margin-top: 1.25rem;
  }
}

.p-structure__img img {
  aspect-ratio: 308/386;
}
@media screen and (min-width: 768px) {
  .p-structure__img img {
    aspect-ratio: 768/522;
  }
}

@media screen and (min-width: 768px) {
  .p-structure__img--bort-illust {
    max-width: 39.8125rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-left: initial;
  }
}

.p-structure__img--bort-illust img {
  aspect-ratio: 637/273;
}
.p-structure__img--bort {
  width: 90%;
  max-width: 300px;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-top: initial;
}
@media screen and (min-width: 768px) {
  .p-structure__img--bort {
    padding-left: 0;
    padding-left: initial;
    width: 100%;
    position: absolute;
    bottom: -15.875rem;
    right: -1.25rem;
    max-width: 28.875rem;
  }
}

.p-structure__img--bort img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 246/183;
}

.p-structure__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 6px;
  padding: 0.375rem;
  background-color: #FF8F21;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  width: 83%;
  max-width: 400px;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-structure__text {
    font-size: 1.875rem;
    max-width: 26.25rem;
    padding: 0.6875rem;
  }
}

.p-structure__arrow {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #3B3C3B;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-structure__arrow {
    margin-top: 1rem;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 20px solid #3B3C3B;
  }
}

.p-structure__item-box {
  margin-top: 31px;
  margin-top: 1.9375rem;
  position: relative;
  padding: 28px 6px 11px;
  padding: 1.75rem 0.375rem 0.6875rem;
  border: solid 2px #FF8F21;
}
@media screen and (min-width: 768px) {
  .p-structure__item-box {
    border: solid 3px #ff8f21;
    padding: 2.75rem 0.75rem 1.1875rem;
    margin-top: 2.75rem;
    max-width: 34.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-structure__item-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
  top: -1.25rem;
  padding: 6px;
  padding: 0.375rem;
  background-color: #FF8F21;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  width: 83%;
  max-width: 400px;
  max-width: 25rem;
}
@media screen and (min-width: 768px) {
  .p-structure__item-title {
    font-size: 1.875rem;
    max-width: 26.25rem;
    padding: 0.6875rem;
    top: -1.875rem;
  }
}

.p-structure__item-text {
  color: #FF8F21;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-structure__item-text {
    font-size: 1.5rem;
  }
}

.p-back-arrow {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="1" dy="6" result="offsetblur" /><feFlood flood-color="rgba(222,221,221,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 5px 3px rgb(222, 221, 221));
          filter: drop-shadow(0 5px 3px rgb(222, 221, 221));
  margin-top: -1px;
  margin-top: -0.0625rem;
  z-index: 1;
}

.p-back-arrow::before {
  content: "";
  display: block;
  background-color: #f3f3f3;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 35px;
  height: 2.1875rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-back-arrow::before {
    height: 7.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-trip-scene {
    margin-top: 2.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-trip-scene__inner {
    max-width: 71.875rem;
  }
}

.p-trip-scene__text {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 500;
  margin-top: 24px;
  margin-top: 1.5rem;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__text {
    font-size: 1.5rem;
    margin-top: 3.3125rem;
  }
}

.p-trip-scene__text span {
  font-weight: 700;
}

.p-trip-scene__catch {
  color: #FF8F21;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  padding: 10px;
  padding: 0.625rem;
  border: solid 1px #FF8F21;
  border-radius: 20px 0 20px 0;
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  margin-top: 1.375rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__catch {
    font-size: 1.875rem;
    max-width: 45rem;
    border: solid 3px #FF8F21;
    margin-top: 1.625rem;
  }
}

.p-trip-scene__heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
  font-family: "Noto Serif JP", serif;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__heading {
    font-size: 2.5rem;
    margin-top: 1.875rem;
    padding-left: 8.3125rem;
    padding-right: 8.3125rem;
  }
}

.p-trip-scene__heading::before,
.p-trip-scene__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 91/107;
  width: 100%;
  max-width: 38px;
  max-width: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__heading::before,
  .p-trip-scene__heading::after {
    max-width: 5.6875rem;
  }
}

.p-trip-scene__heading::before {
  left: 0;
  background-image: url(../src/images/flame-left.png);
}
.p-trip-scene__heading::after {
  right: 0;
  background-image: url(../src/images/flame-right.png);
}

.p-trip-scene__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-trip-scene__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-trip-scene__item:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__item:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.p-trip-scene__text-box {
  background-image: url(../src/images/trip-scene-back01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  aspect-ratio: 300/292;
  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;
  max-width: 227px;
  max-width: 14.1875rem;
  width: 100%;
  left: -10px;
  left: -0.625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__text-box {
    right: -1.125rem;
    left: auto;
    left: initial;
    width: 40%;
    max-width: 25.9375rem;
    background-size: 100%;
  }
}

.p-trip-scene__text-box--right {
  margin-left: auto;
  margin-right: 0;
  background-image: url(../src/images/trip-scene-back02.png);
  left: auto;
  left: initial;
  right: 0px;
  right: 0rem;
  aspect-ratio: 300/300;
  max-width: 217px;
  max-width: 13.5625rem;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__text-box--right {
    margin-left: 0;
    margin-left: initial;
    left: -1.125rem;
    right: auto;
    right: initial;
    max-width: 24.0625rem;
  }
}

.p-trip-scene__number {
  position: absolute;
  max-width: 40px;
  max-width: 2.5rem;
  top: 12px;
  top: 0.75rem;
  left: 28px;
  left: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__number {
    max-width: 5rem;
    left: 2.4375rem;
    top: 3.75rem;
  }
}

.p-trip-scene__number--right {
  top: 12px;
  top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__number--right {
    top: 3.125rem;
  }
}

.p-trip-scene__sub-titile {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: #002976;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__sub-titile {
    font-size: 2.625rem;
  }
}

.p-trip-scene__img {
  margin-top: -50px;
  margin-top: -3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__img {
    width: 60%;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-trip-scene__img img {
  aspect-ratio: 340/252;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__img img {
    aspect-ratio: 340/252;
  }
}

.p-trip-scene__img::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  z-index: 10;
}

.p-trip-scene__img--fishing::before {
  background-image: url(../src/images/trip-scene_icon01.png);
  top: -20px;
  top: -1.25rem;
  right: 8px;
  right: 0.5rem;
  aspect-ratio: 96/63;
  max-width: 106px;
  max-width: 6.625rem;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__img--fishing::before {
    max-width: 9.5rem;
    right: auto;
    right: initial;
    left: -5rem;
    top: auto;
    top: initial;
    bottom: 1.25rem;
  }
}

.p-trip-scene__img--drive::before {
  background-image: url(../src/images/trip-scene_icon02.png);
  top: -70px;
  top: -4.375rem;
  left: 18px;
  left: 1.125rem;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
  aspect-ratio: 111/91;
  max-width: 111px;
  max-width: 6.9375rem;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__img--drive::before {
    max-width: 10.375rem;
    bottom: 0.75rem;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    right: -3.75rem;
  }
}

.p-trip-scene__img--active::before {
  background-image: url(../src/images/trip-scene_icon03.png);
  top: -32px;
  top: -2rem;
  right: 32px;
  right: 2rem;
  aspect-ratio: 119/69;
  max-width: 119px;
  max-width: 7.4375rem;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__img--active::before {
    max-width: 10.4375rem;
    bottom: 2.5rem;
    top: auto;
    top: initial;
    right: auto;
    right: initial;
    left: -7.5rem;
  }
}

.p-trip-scene__img--bus::before {
  background-image: url(../src/images/trip-scene_icon04.png);
  top: -20px;
  top: -1.25rem;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  left: 18px;
  left: 1.125rem;
  aspect-ratio: 97/56;
  max-width: 97px;
  max-width: 6.0625rem;
}
@media screen and (min-width: 768px) {
  .p-trip-scene__img--bus::before {
    max-width: 10.8125rem;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    bottom: 0.625rem;
    right: -5.9375rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/*# sourceMappingURL=styles.css.map */
