@charset "UTF-8";
body {
  visibility: hidden;
}

/* ヘッダー,文字色 */
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro.otf") format("opentype");
}
@font-face {
  font-family: "DINPro bold";
  src: url("../fonts/DINPro-Bold.otf") format("opentype");
}
.l-what-fv {
  margin-top: 4.0625rem;
  padding-bottom: 5.25rem;
}
@media screen and (max-width: 767px) {
  .l-what-fv {
    margin-top: 1.75rem;
    padding-bottom: 1.9375rem;
  }
}

.p-likeThis-flow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  max-width: 47.8125rem;
  padding-left: 0.9375rem;
  padding-bottom: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-likeThis-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0.625rem;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-likeThis-flow__scene {
  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;
  width: 10.4375rem;
  height: 5rem;
  border: 2px solid #3a54a4;
  position: relative;
}

.p-likeThis-flow__scene:not(:first-of-type)::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  display: block;
  content: "";
  width: 1.875rem;
  height: 2px;
  background-color: #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-likeThis-flow__scene:not(:first-of-type)::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    width: 2px;
    height: 0.875rem;
  }
}

.p-likeThis-flow__num {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-52%, -50%);
          transform: translate(-52%, -50%);
  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;
  border-radius: 50%;
  width: 2.0625rem;
  height: 2.0625rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background-color: #3a54a4;
}

.p-likeThis-flow__sceneTxt {
  display: block;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: center;
  color: #3a54a4;
}

.p-likeThis-flow__scene--bgGradation {
  background: linear-gradient(-45deg, rgba(70, 255, 255, .5) 0, rgba(255, 255, 70, .5) 79.9544%);
}

.p-likeThis-flow__this--A {
  position: absolute;
  bottom: -3.125rem;
  left: 0;
  width: 100%;
  background-color: #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-likeThis-flow__this--A {
    bottom: auto;
    left: auto;
    right: -7rem;
    width: 5.625rem;
  }
}

.p-likeThis-flow__this--B {
  position: absolute;
  bottom: 0rem;
  right: 0;
  width: calc(100% - 0.9375rem);
  background-color: #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-likeThis-flow__this--B {
    top: 50%;
    bottom: auto;
    right: auto;
    left: 12.5rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 5.625rem;
    height: 80%;
  }
}

.p-likeThis-flow__thisTxt--A {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #fff;
  padding: 0.21875rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-likeThis-flow__thisTxt--A {
    padding: 0.5rem 0;
  }
}

.p-likeThis-flow__thisTxt--A::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(1px - 100%));
          transform: translate(-50%, calc(1px - 100%));
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.25rem 0.5625rem 0.25rem;
  border-color: transparent transparent #3a54a4 transparent;
}
@media screen and (max-width: 767px) {
  .p-likeThis-flow__thisTxt--A::before {
    top: 50%;
    left: 0;
    -webkit-transform: translate(calc(-100% + 1px), -50%);
            transform: translate(calc(-100% + 1px), -50%);
    border-width: 0.3125rem 0.625rem 0.3125rem 0;
    border-color: transparent #3a54a4 transparent transparent;
  }
}

.p-likeThis-flow__thisTxt--B {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #fff;
  padding: 0.21875rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-likeThis-flow__thisTxt--B {
    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;
    width: 100%;
    height: 100%;
  }
}

.p-likeThis-flow__thisTxt--B::before {
  position: absolute;
  top: 0;
  left: 22%;
  -webkit-transform: translate(-50%, calc(1px - 100%));
          transform: translate(-50%, calc(1px - 100%));
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.25rem 0.5625rem 0.25rem;
  border-color: transparent transparent #3a54a4 transparent;
}
@media screen and (max-width: 767px) {
  .p-likeThis-flow__thisTxt--B::before {
    top: 22%;
    left: 0;
    -webkit-transform: translate(calc(-100% + 1px), -50%);
            transform: translate(calc(-100% + 1px), -50%);
    border-width: 0.3125rem 0.625rem 0.3125rem 0;
    border-color: transparent #3a54a4 transparent transparent;
  }
}

.p-likeThis-flow__thisTxt--B::after {
  position: absolute;
  top: 0;
  left: 77%;
  -webkit-transform: translate(-50%, calc(1px - 100%));
          transform: translate(-50%, calc(1px - 100%));
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.25rem 0.5625rem 0.25rem;
  border-color: transparent transparent #3a54a4 transparent;
}
@media screen and (max-width: 767px) {
  .p-likeThis-flow__thisTxt--B::after {
    top: 79%;
    left: 0;
    -webkit-transform: translate(calc(-100% + 1px), -50%);
            transform: translate(calc(-100% + 1px), -50%);
    border-width: 0.3125rem 0.625rem 0.3125rem 0;
    border-color: transparent #3a54a4 transparent transparent;
  }
}

.p-likeThis-modal {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  padding: 3.75rem 40px 14.375rem;
  background-color: rgba(58, 84, 164, .6);
  overflow: scroll;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-likeThis-modal {
    padding: 1.25rem 1.25rem 2.5rem;
    background-color: #3a54a4;
  }
}

.p-likeThis-modal.p-likeThisOpen {
  opacity: 1;
  pointer-events: auto;
}

.p-likeThis-modal__cntinr {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 4.375rem 0 3.75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 56.25rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-likeThis-modal__cntinr {
    padding: 3.4375rem 0 2.5rem;
    text-align: left;
  }
}

.p-likeThis-modal__closeBox {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-likeThis-modal__closeBox {
    top: 0.625rem;
    right: 0.625rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.p-likeThis-modal__closeWrppr {
  position: relative;
}

.p-likeThis-modal__closeWrppr span:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  display: block;
  content: "";
  width: 3.53535rem;
  height: 1px;
  background-color: #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-likeThis-modal__closeWrppr span:first-of-type {
    width: 2.20959375rem;
  }
}

.p-likeThis-modal__closeWrppr span:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  display: block;
  content: "";
  width: 3.53535rem;
  height: 1px;
  background-color: #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-likeThis-modal__closeWrppr span:last-of-type {
    width: 2.20959375rem;
  }
}

.p-likeThis-modal__ttl {
  display: block;
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-likeThis-modal__ttl {
    font-size: 1.25rem;
  }
}

.p-likeThis-modal__subTtl {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
  color: #3a54a4;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-likeThis-modal__subTtl {
    font-size: 1.0625rem;
  }
}

.p-likeThis-modal__flowBox {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-likeThis-modal__flowBox {
    width: 82.0895522388%;
    max-width: 31.25rem;
    margin-top: 2.3125rem;
  }
}

.p-likeThis-modal__muratec {
  margin-top: 2.5rem;
}

.p-likeThis-modal__btnBox {
  text-align: center;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-likeThis-modal__btnBox {
    margin-top: 2.1875rem;
  }
}

.p-likeThis-modal__btnBox a {
  display: inline-block;
  width: 27.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #3a54a4;
  padding: 1.1875rem 0;
  border-radius: 50vw;
  background: linear-gradient(-45deg, rgba(70, 255, 255, .5) 0, rgba(255, 255, 70, .5) 79.9544%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-likeThis-modal__btnBox a {
    width: 17.1875rem;
  }
}

.p-likeThis-modal__btnBox a::after {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  display: block;
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  border-right: 1px solid #3a54a4;
  border-bottom: 1px solid #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-likeThis-modal__btnBox a::after {
    width: 0.3125rem;
    height: 0.3125rem;
    right: 1.25rem;
  }
}

.p-likeThis-muratec {
  background: linear-gradient(-45deg, rgba(70, 255, 255, .5) 0, rgba(255, 255, 70, .5) 79.9544%);
  text-align: left;
}

.p-likeThis-muratec__wrppr {
  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.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  max-width: 47.5rem;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-likeThis-muratec__wrppr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2.5rem;
  }
}

.p-likeThis-muratec__imgBox {
  width: 15rem;
  aspect-ratio: 240/160;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-likeThis-muratec__imgBox {
    width: 82.0895522388%;
    max-width: 31.25rem;
  }
}

.p-likeThis-muratec__imgBox::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background-color: #ffc200;
}

.p-likeThis-muratec__imgBox::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(../images/what/what-likethis-whiteStar.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-likeThis-muratec__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-likeThis-muratec__txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-likeThis-muratec__txtBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 82.0895522388%;
    max-width: 31.25rem;
    margin-top: 0.625rem;
  }
}

.p-likeThis-muratec__heading {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-likeThis-muratec__heading {
    font-size: 1.25rem;
  }
}

.p-likeThis-muratec__txt {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #000;
  margin-top: 0.5rem;
}

.p-likeThis-process {
  margin: 1.25rem 0 0;
  text-align: left;
}

.p-likeThis-process__wrppr {
  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.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  max-width: 47.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-likeThis-process__wrppr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-likeThis-process__imgBox {
  width: 15rem;
  aspect-ratio: 240/160;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-likeThis-process__imgBox {
    width: 82.0895522388%;
    max-width: 31.25rem;
  }
}

.p-likeThis-process__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-likeThis-process__txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transform: translateY(-myrem(20));
          transform: translateY(-myrem(20));
}
@media screen and (max-width: 767px) {
  .p-likeThis-process__txtBox {
    width: 82.0895522388%;
    max-width: 31.25rem;
    margin-top: 1.25rem;
  }
}

.p-likeThis-process__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-likeThis-process__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
  }
}

.p-likeThis-process__num {
  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;
  min-width: 2.0625rem;
  min-height: 2.0625rem;
  border-radius: 50%;
  background-color: #3a54a4;
  font-size: 0.875rem;
  font-weight: 37.5rem;
  color: #fff;
}

.p-likeThis-process__txt {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #000;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-likeThis-process__txt {
    margin-top: 0.625rem;
  }
}

.p-likeThis {
  background-color: #557dbe;
  padding-bottom: 5rem;
  margin-bottom: 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-likeThis {
    text-align: center;
    padding-bottom: 2.6rem;
    margin-bottom: 8.3333125rem;
  }
}
@media screen and (max-width: 520px) {
  .p-likeThis {
    padding-bottom: 8vw;
    margin-bottom: 26.6666666667vw;
  }
}

.p-likeThis__inner {
  max-width: 80rem;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-likeThis__inner {
    max-width: 31.25rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.p-likeThis__ttl {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3a54a4;
  text-align: center;
  padding: 0.625rem 4.0625rem 0.9375rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  position: relative;
  top: -0.0625rem;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-likeThis__ttl {
    font-size: 1.125rem;
    padding: 0.3125rem 2.8125rem 1rem;
  }
}

.p-likeThis__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #e9ffbe, #d5ffd5);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-likeThis__ttl::before {
    background: linear-gradient(45deg, #c9ffe0, #b6fff1);
  }
}

.p-likeThis__ttl--01 {
  letter-spacing: -0.04em;
}

.p-likeThis__ttl--02 {
  letter-spacing: 0.07em;
}

.p-likeThis__cntntsWrppr {
  border: 2px dotted #fff;
  border-radius: 10px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-likeThis__cntntsWrppr {
    margin-top: 1.875rem;
    text-align: left;
  }
}

.p-likeThis__cntntsTxt {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #fff;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  padding: 1.625rem 1.875rem 1.625rem 10.5rem;
  position: relative;
  border-bottom: 2px dotted #fff;
}
@media screen and (max-width: 767px) {
  .p-likeThis__cntntsTxt {
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 1.4375rem 1.25rem 1.5625rem 6.875rem;
  }
}

.p-likeThis__cntntsTxt::before {
  position: absolute;
  top: 50%;
  left: 4.375rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  content: "";
  width: 4.875rem;
  height: 4.875rem;
  background-image: url(../images/what/what-balloon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-likeThis__cntntsTxt::before {
    left: 1.0625rem;
    width: 4.6875rem;
    height: 4.6875rem;
  }
}

.p-likeThis__imgWrppr {
  height: 40.625rem;
  padding-top: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-likeThis__imgWrppr {
    height: 60.8vw;
    max-height: 19rem;
    padding-top: 1.6875rem;
  }
}

.p-likeThis__imgBox--main {
  width: 82.8%;
  height: 49.0625rem;
  margin-left: 11.5%;
  margin-right: 5.7%;
}
@media screen and (max-width: 767px) {
  .p-likeThis__imgBox--main {
    width: 90%;
    height: 72vw;
    max-height: 22.5rem;
    margin-left: 8%;
    margin-right: 2%;
  }
}

.p-likeThis__imgBox--main img {
  width: 100%;
  height: 100%;
  -o-object-fit: 100% 100%;
     object-fit: 100% 100%;
  -o-object-position: center;
     object-position: center;
}

.p-likeThis__imgBox--balloon {
  position: absolute;
  cursor: pointer;
  width: 9.375rem;
  height: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-likeThis__imgBox--balloon {
    width: 61.0256410256px;
    height: 61.0256410256px;
  }
}
@media screen and (max-width: 500px) {
  .p-likeThis__imgBox--balloon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

.p-likeThis__imgBox--balloon01 {
  top: 3.9375rem;
  left: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-likeThis__imgBox--balloon01 {
    top: 43.396011396px;
    left: 10.849002849px;
  }
}
@media screen and (max-width: 500px) {
  .p-likeThis__imgBox--balloon01 {
    top: 8.5333333333vw;
    left: 2.1333333333vw;
  }
}

.p-likeThis__imgBox--balloon02 {
  top: 24.6875rem;
  left: 8.3125rem;
}
@media screen and (max-width: 767px) {
  .p-likeThis__imgBox--balloon02 {
    top: 196.6381766382px;
    left: 44.7521367521px;
  }
}
@media screen and (max-width: 500px) {
  .p-likeThis__imgBox--balloon02 {
    top: 38.6666666667vw;
    left: 8.8vw;
  }
}

.p-likeThis__imgBox--balloon03 {
  top: 7.8125rem;
  left: 49.6875rem;
}
@media screen and (max-width: 767px) {
  .p-likeThis__imgBox--balloon03 {
    top: 74.5868945869px;
    left: 345.811965812px;
  }
}
@media screen and (max-width: 500px) {
  .p-likeThis__imgBox--balloon03 {
    top: 14.6666666667vw;
    left: 68vw;
  }
}

.p-likeThis__imgBox--balloon04 {
  top: 19.0625rem;
  left: 45.5rem;
}
@media screen and (max-width: 767px) {
  .p-likeThis__imgBox--balloon04 {
    top: 155.9544159544px;
    left: 315.9772079772px;
  }
}
@media screen and (max-width: 500px) {
  .p-likeThis__imgBox--balloon04 {
    top: 30.6666666667vw;
    left: 62.1333333333vw;
  }
}

.p-likeThis__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 992;
}

.p-what-5w {
  padding: 6.5625rem 0;
}
@media screen and (max-width: 767px) {
  .p-what-5w {
    padding: 4.6875rem 0 5.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-what-5w.p-what-5w--first {
    padding: 2.1875rem 0 5.3125rem;
  }
}

.p-what-5w--bgGradation {
  background: linear-gradient(-45deg, rgba(70, 255, 255, .5) 0, rgba(255, 255, 70, .5) 79.9544%);
}

.p-what-5w--last {
  padding-bottom: 2.5rem;
}

.p-what-5w__subTtl {
  display: block;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #9ca9d1;
  padding-left: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-what-5w__subTtl {
    font-size: 1.875rem;
  }
}

.p-what-5w__ttl {
  display: block;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #3a54a4;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-what-5w__ttl {
    font-size: 2rem;
  }
}

.p-what-5w__ttl--main {
  display: inline-block;
  width: auto;
  height: 100%;
  position: relative;
}

.p-what-5w__ttl--main::after {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  background-image: url(../images/what/what-question.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  content: "";
  width: 6.5625rem;
  height: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-what-5w__ttl--main::after {
    width: 2.5rem;
    height: 3.9375rem;
  }
}

.p-what-5w__wrppr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-what-5w__wrppr {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 31.25rem;
    margin-top: 2.1875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-what-5w__txtBox {
  -ms-flex-preferred-size: 42.5%;
      flex-basis: 42.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-what-5w__txtBox {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.p-what-5w__txtBox::before {
  position: absolute;
  top: 0.5rem;
  left: -3.125rem;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  background-image: url(../images/what/what-exclamation.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  content: "";
  width: 2.8125rem;
  height: 12.1875rem;
}
@media screen and (max-width: 767px) {
  .p-what-5w__txtBox::before {
    left: 0.75rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 1.25rem;
    height: 5.8125rem;
  }
}

.p-what-5w__txt01 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-what-5w__txt01 {
    font-size: 1.1875rem;
    padding-left: 4.375rem;
    padding-right: 1.25rem;
  }
}

.p-what-5w__txt02 {
  font-size: 0.875rem;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-what-5w__txt02 {
    margin-top: 2.3125rem;
  }
}

.p-what-5w__imgBox {
  -ms-flex-preferred-size: 37.5%;
      flex-basis: 37.5%;
  height: auto;
  max-height: 20.625rem;
  margin-top: 0.625rem;
  margin-left: 4.5%;
}
@media screen and (max-width: 767px) {
  .p-what-5w__imgBox {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: none;
    margin-top: 2.0625rem;
    margin-left: 0;
  }
}

.p-what-5w__imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-what-dvson {
  padding: 4.375rem 0 4.6875rem;
  background-color: #f5f5ee;
}
@media screen and (max-width: 767px) {
  .p-what-dvson {
    padding: 3.4375rem 0 4.6875rem;
  }
}

.p-what-dvson__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3a54a4;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-what-dvson__ttl {
    font-size: 1.125rem;
  }
}

.p-what-dvson__subTtl {
  display: block;
  color: #3a54a4;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 0.3125rem;
}

.p-what-dvson__cntnts-wrppr {
  font-size: 1rem;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-what-dvson__cntnts-wrppr {
    font-size: 0.875rem;
    margin-top: 2.125rem;
  }
}

.p-what-dvson__cntnts-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.3125rem;
     -moz-column-gap: 1.3125rem;
          column-gap: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-what-dvson__cntnts-lists {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}

.p-what-dvson__cntnts-lists:not(:first-of-type) {
  margin-top: 2.5rem;
}

.p-what-dvson__cntnts-item {
  width: calc(33.333% - 0.875rem);
  border-bottom: 2px dotted #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-what-dvson__cntnts-item {
    width: calc(50% - 0.75rem);
  }
}

.p-what-dvson__cntnts-item a {
  display: block;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #3a54a4;
  padding: 0.90625rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-what-dvson__cntnts-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0rem 0.3125rem;
    height: 3.25rem;
  }
}

.p-what-dvson__cntnts-item a::after {
  position: absolute;
  top: 50%;
  right: 1.4375rem;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #3a54a4;
  border-bottom: 1px solid #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-what-dvson__cntnts-item a::after {
    right: 0.625rem;
  }
}

@media screen and (max-width: 420px) {
  .p-what-fv__text.c-lower-fv__text {
    max-width: 19.6875rem;
  }
}
/*# sourceMappingURL=what.css.map */
