@charset "UTF-8";
:root {
  --color-site-primary: #002f7b;
  --color-site-secondary: #499dd7;
  --color-site-tertiary: #ed6d46;
  --color-site-quaternary: #00a95f;
}

::selection {
  color: #fff;
  background-color: var(--color-site-secondary);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  line-height: 1.78;
  font-weight: 400;
  position: relative;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  color: var(--color-site-primary);
  text-decoration-skip: none;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  text-autospace: normal; /* 和文中の英数字に余白 */
}
@media print, screen and (width > 768px) {
  body {
    font-size: 18px;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

@media only screen and (width <= 768px) {
  .u-use--pc {
    display: none !important;
  }
}

@media print, screen and (width > 768px) {
  .u-use--sp {
    display: none !important;
  }
}

.l-main {
  overflow-x: clip;
  margin-top: 72px;
}
@media print, screen and (width > 768px) {
  .l-main {
    margin-top: 121px;
  }
}
.l-main * {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.l-main *:is(ul, ol) {
  list-style: none;
}
.l-main *:is(img) {
  vertical-align: bottom;
}

.c-title {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
}
.c-title__sub {
  letter-spacing: 0.1em;
  font-size: 2.4svw;
  font-weight: 700;
  line-height: 1;
  writing-mode: vertical-lr;
}
@media print, screen and (width > 768px) {
  .c-title__sub {
    font-size: 18px;
  }
}
.c-title__main {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  position: relative;
  font-size: 16svw;
  font-weight: 800;
  line-height: 0.75;
}
.c-title__main::before {
  position: absolute;
  top: -7.726svw;
  left: 0;
  width: 10.133svw;
  height: 6.666svw;
  content: "";
  background: url(../images/icon_title.svg) no-repeat left top;
}
@media print, screen and (width > 768px) {
  .c-title__main {
    font-size: 120px;
  }
  .c-title__main::before {
    top: -58px;
    width: 76px;
    height: 50px;
  }
}

.c-lead {
  font-size: 4svw;
  font-weight: 900;
  line-height: 1.8333;
}
@media print, screen and (width > 768px) {
  .c-lead {
    font-size: 32px;
    line-height: 1.565;
  }
}

.p-logo {
  position: absolute;
  top: 17px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 111.466svw;
  height: 45.333svw;
  margin: auto;
  padding: 9.866svw 0 18.4svw;
  background: url(../images/bg_cloud_sp.svg) no-repeat center top;
  background-size: cover;
  line-height: 1 !important;
  translate: -50% 0;
  column-gap: 9px;
}
@media print, screen and (width > 768px) {
  .p-logo {
    top: 68px;
    width: 931px;
    height: 351px;
    padding: 84px 0 123px;
    background-image: url(../images/bg_cloud.svg);
    column-gap: 20px;
  }
}
.p-logo__taisei, .p-logo__nicola {
  margin: 0;
}
.p-logo__taisei {
  width: 32svw;
}
@media print, screen and (width > 768px) {
  .p-logo__taisei {
    width: 267px;
  }
}
.p-logo__cross {
  width: 5.733svw;
}
@media print, screen and (width > 768px) {
  .p-logo__cross {
    width: 48px;
  }
}
.p-logo__nicola {
  width: min(34.666svw, 130px);
}
@media print, screen and (width > 768px) {
  .p-logo__nicola {
    width: 289px;
  }
}
.p-logo__img {
  width: 100%;
  height: auto;
}

.p-jumbotron {
  position: relative;
  height: max(545px, 145.333svw);
  padding-top: min(42.666svw, 320px);
  background: url(../images/img_mv_sp.jpg) no-repeat center top;
  background-size: cover;
}
@media only screen and (width <= 768px) {
  .p-jumbotron {
    display: flex;
    justify-content: flex-end;
  }
}
@media print, screen and (width > 768px) {
  .p-jumbotron {
    height: max(60.57svw, 1163px);
    padding-top: 420px;
    background-image: url(../images/img_mv.jpg);
  }
}
.p-jumbotron__catchcopy {
  position: relative;
  left: 50%;
  color: #fff;
  text-shadow: 2px 2px 0 var(--color-site-primary), -2px 2px 0 var(--color-site-primary), 2px -2px 0 var(--color-site-primary), -2px -2px 0 var(--color-site-primary), 10px 10px 0px var(--color-site-primary);
  font-size: 108px;
  font-weight: 900;
  line-height: 1.3;
}
@media only screen and (width <= 768px) {
  .p-jumbotron__catchcopy {
    left: 0;
    margin-right: 7.466svw;
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 0 var(--color-site-primary), -2px 2px 0 var(--color-site-primary), 2px -2px 0 var(--color-site-primary), -2px -2px 0 var(--color-site-primary), 7px 7px 0px var(--color-site-primary);
    font-size: 11.733svw;
    writing-mode: vertical-rl;
    font-feature-settings: initial;
  }
}

.p-intro {
  padding-bottom: 65px;
}
@media print, screen and (width > 768px) {
  .p-intro {
    padding-bottom: 135px;
  }
}
.p-intro__img {
  width: 100%;
}
.p-intro__head {
  position: relative;
  width: 89.333svw;
  margin: -16.933svw auto 10.666svw;
}
@media print, screen and (width > 768px) {
  .p-intro__head {
    width: fit-content;
    margin-top: 68px;
    margin-bottom: 60px;
  }
}
.p-intro__title {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
}
@media print, screen and (width > 768px) {
  .p-intro__title {
    text-align: center;
    line-height: 1.59;
  }
}
@media only screen and (width <= 768px) {
  .p-intro__title__first {
    display: inline-block;
    font-size: 4svw;
  }
}
@media only screen and (width <= 768px) {
  .p-intro__title__second {
    display: inline-block;
    font-size: 5.6svw;
  }
}
@media only screen and (width <= 768px) {
  .p-intro__title__third {
    display: inline-block;
    font-size: 6.666svw;
  }
}
.p-intro__sneak {
  position: absolute;
  top: -145px;
  right: -114px;
  width: 198px;
  height: 198px;
}
@media only screen and (width <= 768px) {
  .p-intro__sneak {
    top: auto;
    right: -0.833svw;
    bottom: -2.1333svw;
    width: 26.4svw;
    height: 26.4svw;
  }
  .p-intro__sneak::before {
    position: absolute;
    top: -20.133svw;
    right: 0;
    width: 9.2svw;
    height: 20.133svw;
    content: "";
    background: url(../images/icon_sneak.svg) no-repeat left top;
    background-size: 100%;
  }
}
.p-intro__txt {
  margin-bottom: 12.266svw;
  text-align: center;
  font-size: 4svw;
  font-weight: 900;
  line-height: 1.8333;
}
@media print, screen and (width > 768px) {
  .p-intro__txt {
    margin-bottom: 140px;
    font-size: 24px;
    line-height: 1.666;
  }
}
.p-intro__label {
  position: relative;
  left: -2.666svw;
  width: 84.266svw;
  height: 14.53svw;
  margin: 0 auto 15px;
  padding-top: 2.933svw;
  text-align: center;
  background: url(../images/bg_ballon.svg) no-repeat center top;
  background-size: 100%;
  font-size: 3.6svw;
  line-height: 1;
}
@media print, screen and (width > 768px) {
  .p-intro__label {
    left: -5px;
    width: 893px;
    height: 161px;
    margin-bottom: 15px;
    padding-top: 30px;
    font-size: 40px;
  }
}
.p-intro__label::after {
  position: absolute;
  top: -5.6svw;
  right: -8svw;
  width: 15.466svw;
  height: 12.933vw;
  content: "";
  background: url(../images/img_tv.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 768px) {
  .p-intro__label::after {
    top: -60px;
    right: -84px;
    width: 161px;
    height: 134px;
  }
}
.p-intro__youtube {
  aspect-ratio: 560/315;
  width: 74.66svw;
  margin: auto;
}
@media print, screen and (width > 768px) {
  .p-intro__youtube {
    width: 560px;
  }
}
.p-intro__youtube iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.p-intro__link:hover {
  opacity: 0.7;
}

.p-cast {
  padding: 17.0666svw 3.333svw 0;
  background: #f0ebe6;
}
@media print, screen and (width > 768px) {
  .p-cast {
    padding: 110px 0 0;
  }
}
.p-cast__inner {
  width: calc(100% - 0);
  margin: 0 auto 0;
}
@media print, screen and (width > 768px) {
  .p-cast__inner {
    width: calc(100% - 40px);
    max-width: 1543px;
  }
}
.p-cast__inner {
  display: grid;
  place-items: center;
  row-gap: 30px;
}
@media print, screen and (width > 768px) {
  .p-cast__inner {
    grid-template-columns: auto minmax(0, 1fr);
    place-items: start;
    gap: 175px 93px;
  }
}
.p-cast__head {
  width: 100%;
  padding: 0 8svw;
}
.p-cast__head .c-title {
  margin-bottom: 20px;
}
@media print, screen and (width > 768px) {
  .p-cast__head .c-title {
    margin-bottom: 70px;
  }
}
@media print, screen and (width > 768px) {
  .p-cast__head .c-lead {
    padding-left: 35px;
  }
}
@media print, screen and (width > 768px) {
  .p-cast__head {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 40px 0 0;
  }
}
@media print, screen and (width > 768px) {
  .p-cast__body {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.p-cast__profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media print, screen and (width > 768px) {
  .p-cast__profile {
    justify-content: center;
    margin-top: 48px;
    column-gap: 45px;
  }
}
.p-cast__profile__item {
  position: relative;
  width: 44.533svw;
  height: max(8.933svw, 33px);
  padding: 0 5px 5px 0;
}
.p-cast__profile__item::before {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  content: "";
  border-radius: 10px;
  background-color: #fff;
}
@media print, screen and (width > 768px) {
  .p-cast__profile__item {
    width: 345px;
    height: 70px;
  }
}
.p-cast__profile__link {
  position: relative;
  z-index: 2;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  border-radius: 10px;
  background: linear-gradient(90deg, #aeeaff, #ffc4dd);
  place-items: center;
}
.p-cast__profile__link:hover {
  opacity: 0.7;
}
.p-cast__profile__link::before, .p-cast__profile__link::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.p-cast__profile__link::before {
  top: -0.266svw;
  left: -1.066svw;
  width: 11.733svw;
  height: 6.533svw;
  background: url(../images/logo_nicola.svg) no-repeat left top;
  background-size: 100%;
  rotate: -14deg;
}
.p-cast__profile__link::after {
  top: 50%;
  right: 1.7333svw;
  width: 3.466svw;
  height: 2.933svw;
  background: url(../images/icon_arrow.svg) no-repeat left top;
  background-size: 100%;
  translate: 0 -50%;
}
@media print, screen and (width > 768px) {
  .p-cast__profile__link::before {
    top: -2px;
    left: -8px;
    width: 88px;
    height: 49px;
  }
  .p-cast__profile__link::after {
    right: 13px;
    width: 26px;
    height: 23px;
  }
}
.p-cast__profile__name {
  position: relative;
  text-align: center;
  color: var(--color-site-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.p-cast__profile__name::after {
  position: absolute;
  top: -3px;
  right: -16px;
  width: 11px;
  height: 11px;
  content: "";
  background: url(../images/icon_external.svg) no-repeat center;
  background-size: 100%;
}
@media only screen and (width <= 768px) {
  .p-cast__profile__name {
    font-size: 2.266svw;
  }
  .p-cast__profile__name::after {
    top: -0.04svw;
    right: -2svw;
    width: 1.466svw;
    height: 1.466svw;
  }
}
@media print, screen and (width > 768px) {
  .p-cast__foot {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.p-cast__navigator {
  display: grid;
  width: fit-content;
  grid-template-columns: repeat(2, auto);
}
@media print, screen and (width > 768px) {
  .p-cast__navigator {
    padding-left: 60px;
  }
}
.p-cast__navigator__photo {
  width: 35.866svw;
}
@media print, screen and (width > 768px) {
  .p-cast__navigator__photo {
    width: 236px;
  }
}
.p-cast__navigator__name {
  margin-left: -2px;
  padding-top: 12.8svw;
  font-size: 2.666svw;
  font-weight: 700;
  line-height: 1.8;
}
@media print, screen and (width > 768px) {
  .p-cast__navigator__name {
    padding-top: 74px;
    font-size: 18px;
  }
}

.p-technology {
  padding-top: 26.666svw;
  padding-bottom: 18.4svw;
  background: url(../images/bg_technology.png) repeat left top;
  background-size: 1920px 2152px;
}
@media print, screen and (width > 768px) {
  .p-technology {
    padding-top: 255px;
    padding-bottom: 165px;
  }
}
.p-technology__inner {
  width: calc(100% - 12svw);
  margin: 0 auto 0;
}
@media print, screen and (width > 768px) {
  .p-technology__inner {
    width: calc(100% - 40px);
    max-width: 1437px;
  }
}
@media print, screen and (width > 768px) {
  .p-technology__inner {
    display: grid;
  }
}
@media only screen and (width <= 768px) {
  .p-technology__head {
    margin-bottom: 14.4svw;
  }
}
@media print, screen and (width > 768px) {
  .p-technology__head {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-technology__head .c-title {
  margin-bottom: 4svw;
}
@media print, screen and (width > 768px) {
  .p-technology__head .c-title {
    margin-bottom: 30px;
  }
}
.p-technology__head .c-lead {
  margin-bottom: 4svw;
  padding-left: 8px;
}
@media print, screen and (width > 768px) {
  .p-technology__head .c-lead {
    margin-bottom: 45px;
    padding-left: 35px;
  }
}
.p-technology__want {
  position: relative;
  padding-left: 2.533svw;
}
@media print, screen and (width > 768px) {
  .p-technology__want {
    padding-left: 58px;
  }
}
.p-technology__want__img {
  width: 39.2svw;
  height: auto;
}
@media print, screen and (width > 768px) {
  .p-technology__want__img {
    width: 212px;
  }
}
.p-technology__want__txt {
  position: absolute;
  top: 0.933svw;
  right: 5.2svw;
  color: #3fa8f4;
  text-align: center;
  font-size: 3.866svw;
  font-weight: 900;
  rotate: -13deg;
}
.p-technology__want__txt::before, .p-technology__want__txt::after {
  position: absolute;
  left: 4px;
  width: calc(100% - 8px);
  height: 2px;
  content: "";
  border-radius: 10px;
  background-color: #3fa8f4;
}
.p-technology__want__txt::before {
  top: -12px;
  rotate: -6deg;
}
.p-technology__want__txt::after {
  bottom: -15px;
  rotate: 5deg;
}
@media print, screen and (width > 768px) {
  .p-technology__want__txt {
    top: -6px;
    right: auto;
    left: 260px;
    font-size: 21px;
  }
  .p-technology__want__txt::before, .p-technology__want__txt::after {
    height: 3px;
  }
}
.p-technology__body {
  display: grid;
  row-gap: 29.733svw;
}
@media print, screen and (width > 768px) {
  .p-technology__body {
    grid-column: 1/2;
    grid-row: 1/2;
    grid-template-columns: 46.808% 1fr;
    row-gap: 0;
    padding-left: 27px;
  }
}
.p-technology__box {
  position: relative;
}
@media print, screen and (width > 768px) {
  .p-technology__box:nth-child(1) .p-technology__hd {
    font-size: 46px;
  }
}
@media print, screen and (width > 768px) {
  .p-technology__box:nth-child(1) .p-technology__btn {
    width: 81.381%;
  }
}
.p-technology__box:nth-child(1) .p-technology__link {
  background-color: var(--color-site-secondary);
}
@media print, screen and (width > 768px) {
  .p-technology__box:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
    place-self: start end;
    width: 57.517%;
    margin-bottom: 168px;
  }
}
.p-technology__box:nth-child(2) .p-technology__hd {
  right: 5.6svw;
  top: -17.466svw;
}
@media print, screen and (width > 768px) {
  .p-technology__box:nth-child(2) .p-technology__hd {
    right: 42px;
    top: -131px;
  }
}
.p-technology__box:nth-child(2) .p-technology__link {
  background-color: var(--color-site-tertiary);
}
@media print, screen and (width > 768px) {
  .p-technology__box:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
  }
}
.p-technology__box:nth-child(3) .p-technology__hd {
  right: 4.533svw;
  top: -18.266svw;
}
@media print, screen and (width > 768px) {
  .p-technology__box:nth-child(3) .p-technology__hd {
    right: 40px;
    top: -152px;
  }
}
.p-technology__box:nth-child(3) .p-technology__link {
  background-color: var(--color-site-quaternary);
}
@media print, screen and (width > 768px) {
  .p-technology__box:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
    place-self: end end;
    width: 88.4%;
    margin-top: 117px;
    padding-right: 17px;
  }
}
.p-technology__hd {
  position: absolute;
  z-index: 3;
  right: 6svw;
  top: -8svw;
  color: #fff;
  font-size: 5.333svw;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 0px var(--color-site-primary), -1px 1px 0px var(--color-site-primary), 1px -1px 0px var(--color-site-primary), -1px -1px 0px var(--color-site-primary), 1px 0px 0px var(--color-site-primary), 0px 1px 0px var(--color-site-primary), -1px 0px 0px var(--color-site-primary), 0px -1px 0px var(--color-site-primary), 3px 3px 0px var(--color-site-primary);
  font-feature-settings: initial;
  writing-mode: vertical-rl;
}
@media print, screen and (width > 768px) {
  .p-technology__hd {
    right: 36px;
    top: -96px;
    font-size: 40px;
    text-shadow: 1px 1px 0px var(--color-site-primary), -1px 1px 0px var(--color-site-primary), 1px -1px 0px var(--color-site-primary), -1px -1px 0px var(--color-site-primary), 1px 0px 0px var(--color-site-primary), 0px 1px 0px var(--color-site-primary), -1px 0px 0px var(--color-site-primary), 0px -1px 0px var(--color-site-primary), 7px 6px 0px var(--color-site-primary);
  }
}
.p-technology__img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.p-technology__img--tips {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 24svw;
  top: -9.333svw;
}
@media print, screen and (width > 768px) {
  .p-technology__img--tips {
    width: 236px;
    top: -97px;
  }
}
.p-technology__img--plus01 {
  position: absolute;
  top: -18.533svw;
  left: 47.866svw;
  z-index: 1;
  width: 25.6svw;
  height: auto;
}
@media print, screen and (width > 768px) {
  .p-technology__img--plus01 {
    top: -139px;
    left: 54.393%;
    width: 192px;
  }
}
.p-technology__img--plus02 {
  position: absolute;
  left: 29.866svw;
  top: -22svw;
  z-index: 1;
  width: 40svw;
  height: auto;
}
@media print, screen and (width > 768px) {
  .p-technology__img--plus02 {
    top: -165px;
    left: 31.585%;
    width: 300px;
    rotate: -0.7deg;
  }
}
.p-technology__btn {
  position: relative;
  z-index: 3;
  width: 86.969%;
  margin: -6.66svw auto 0;
}
@media print, screen and (width > 768px) {
  .p-technology__btn {
    margin-top: -50px;
  }
}
.p-technology__label {
  position: absolute;
  z-index: 2;
  left: -2.266svw;
  top: -6.533svw;
  width: 30.8svw;
  height: 7.066svw;
  padding-top: 1.333svw;
  text-align: center;
  font-size: 2.4svw;
  font-weight: 500;
  line-height: 1;
  background: url(../images/bg_label.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 768px) {
  .p-technology__label {
    top: -48px;
    left: -13px;
    width: 231px;
    height: 55px;
    padding-top: 10px;
    font-size: 18px;
  }
}
.p-technology__link {
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  place-items: center start;
  width: 100%;
  height: 9.866svw;
  padding-left: 3.066svw;
  text-decoration: none !important;
  color: #fff;
  font-size: 4.533svw;
  font-weight: 700;
  border-radius: 7px;
}
.p-technology__link:hover {
  opacity: 0.7;
}
@media print, screen and (width > 768px) {
  .p-technology__link {
    height: 74px;
    padding-left: 23px;
    font-size: 34px;
  }
}
.p-technology__name {
  color: #fff;
}
.p-technology__italic {
  font-style: italic;
}
.p-technology__secret {
  display: grid;
  place-items: center start;
  position: relative;
  width: fit-content;
  padding-left: 4.8svw;
  padding-right: 8.533svw;
  height: 100%;
  color: #fff;
  font-size: 2.4svw;
  background-color: var(--color-site-primary);
  clip-path: polygon(2.666svw 0, 100% 0, 100% 100%, 0 100%);
}
.p-technology__secret::after {
  position: absolute;
  top: 50%;
  right: 2.666svw;
  translate: 0 -50%;
  width: 3.466svw;
  height: 3.066svw;
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 768px) {
  .p-technology__secret {
    padding-right: 64px;
    padding-left: 36px;
    font-size: 18px;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
  }
  .p-technology__secret::after {
    right: 15px;
    width: 26px;
    height: 23px;
  }
}
.p-technology__foot {
  margin-top: 20.933svw;
}
@media print, screen and (width > 768px) {
  .p-technology__foot {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 150px;
  }
}

.p-comment {
  position: relative;
  display: flex;
  width: 83.2svw;
  margin: auto;
  padding-left: 14px;
}
@media print, screen and (width > 768px) {
  .p-comment {
    width: 897px;
  }
}
.p-comment--hiyori {
  margin-bottom: 8.266svw;
  padding-top: 7.2svw;
  padding-left: 10.4svw;
}
@media print, screen and (width > 768px) {
  .p-comment--hiyori {
    margin-bottom: 30px;
    padding-top: 54px;
    padding-left: 72px;
  }
}
.p-comment--hiyori .p-comment__txt {
  width: 72.533svw;
  height: 17.333svw;
  padding-top: 2.4svw;
  background: url(../images/bg_comment01_sp.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 768px) {
  .p-comment--hiyori .p-comment__txt {
    width: 699px;
    height: 81px;
    padding-top: 18px;
    background-image: url(../images/bg_comment01.svg);
  }
}
.p-comment--hiyori .p-comment__txt__01 {
  padding-left: 9.333svw;
}
@media print, screen and (width > 768px) {
  .p-comment--hiyori .p-comment__txt__01 {
    padding-left: 67px;
  }
}
@media only screen and (width <= 768px) {
  .p-comment--hiyori .p-comment__txt__02 {
    padding-left: 14.266svw;
  }
}
.p-comment--hiyori .p-comment__photo {
  top: 0;
  left: 0;
}
.p-comment--hiyori .p-comment__caption {
  padding-left: 3.6svw;
}
@media print, screen and (width > 768px) {
  .p-comment--hiyori .p-comment__caption {
    padding-left: 24px;
  }
}
.p-comment--rico {
  justify-content: flex-end;
  padding-top: 1.106svw;
  padding-right: 10.133svw;
}
@media print, screen and (width > 768px) {
  .p-comment--rico {
    padding-top: 20px;
    padding-right: 44px;
  }
}
.p-comment--rico .p-comment__txt {
  width: 69.6svw;
  height: 23.066svw;
  padding-top: 2.4svw;
  background: url(../images/bg_comment02_sp.svg) no-repeat left top;
  background-size: 100%;
}
@media only screen and (width <= 768px) {
  .p-comment--rico .p-comment__txt {
    line-height: 1.7;
  }
}
@media print, screen and (width > 768px) {
  .p-comment--rico .p-comment__txt {
    width: 686px;
    height: 118px;
    padding-top: 14px;
    background-image: url(../images/bg_comment02.svg);
  }
}
.p-comment--rico .p-comment__txt__01 {
  padding-left: 6.266svw;
}
@media print, screen and (width > 768px) {
  .p-comment--rico .p-comment__txt__01 {
    padding-left: 43px;
  }
}
.p-comment--rico .p-comment__txt__02 {
  padding-left: 20svw;
}
@media print, screen and (width > 768px) {
  .p-comment--rico .p-comment__txt__02 {
    padding-left: 100px;
  }
}
@media only screen and (width <= 768px) {
  .p-comment--rico .p-comment__txt__03 {
    padding-left: 20svw;
  }
}
.p-comment--rico .p-comment__photo {
  top: 0;
  right: 0;
}
.p-comment--rico .p-comment__caption {
  padding-right: 3.2svw;
  text-align: right;
}
@media print, screen and (width > 768px) {
  .p-comment--rico .p-comment__caption {
    padding-right: 20px;
  }
}
.p-comment__photo {
  position: absolute;
  z-index: 2;
  width: 17.333svw;
}
@media print, screen and (width > 768px) {
  .p-comment__photo {
    width: 119px;
  }
}
.p-comment__img {
  width: 100%;
}
.p-comment__caption {
  margin-top: 7px;
  font-size: 2.622svw;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (width > 768px) {
  .p-comment__caption {
    font-size: 18px;
  }
}
.p-comment__txt {
  color: #fff;
  font-size: 3.497svw;
  font-weight: 700;
  line-height: 1.8;
}
@media print, screen and (width > 768px) {
  .p-comment__txt {
    font-size: 24px;
    line-height: 1.8;
  }
}

.p-banner {
  margin: 60px auto 0;
  padding-bottom: 45px;
}
@media print, screen and (width > 768px) {
  .p-banner {
    width: 1000px;
    margin-top: 150px;
    padding-bottom: 155px;
  }
}
.p-banner__title {
  position: relative;
  left: -2.666svw;
  width: 84.266svw;
  height: 14.53svw;
  margin: 0 auto 20px;
  padding-top: 2.933svw;
  text-align: center;
  background: url(../images/bg_ballon.svg) no-repeat center top;
  background-size: 100%;
  font-size: 3.6svw;
  line-height: 1;
}
@media print, screen and (width > 768px) {
  .p-banner__title {
    left: -7px;
    width: 643px;
    height: 111px;
    margin-bottom: 10px;
    padding-top: 22px;
    font-size: 28px;
  }
}
.p-banner__title::after {
  position: absolute;
  top: -8.533svw;
  right: -8.933svw;
  width: 18.266svw;
  height: 23.066svw;
  content: "";
  background: url(../images/img_watch.png) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 768px) {
  .p-banner__title::after {
    top: -65px;
    right: -68px;
    width: 139px;
    height: 175px;
  }
}
.p-banner__list {
  display: grid;
  width: 91.466%;
  margin: auto;
  list-style: none;
  row-gap: 60px;
}
@media print, screen and (width > 768px) {
  .p-banner__list {
    width: 100%;
    row-gap: 170px;
  }
}
.p-banner__item {
  position: relative;
  padding: 0 4.8svw;
}
@media print, screen and (width > 768px) {
  .p-banner__item {
    padding: 0 50px;
  }
}
.p-banner__decorate {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 8.266svw;
  height: 6.666svw;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
@media print, screen and (width > 768px) {
  .p-banner__decorate {
    width: 91px;
    height: 73px;
  }
}
.p-banner__decorate--blue {
  top: -4.6svw;
  background-image: url(../images/img_bnr_decorate01.svg);
}
@media print, screen and (width > 768px) {
  .p-banner__decorate--blue {
    top: -54px;
  }
}
.p-banner__decorate--yellow {
  top: -3.06svw;
  background-image: url(../images/img_bnr_decorate02.svg);
}
@media print, screen and (width > 768px) {
  .p-banner__decorate--yellow {
    top: -31px;
  }
}
.p-banner__link:hover {
  opacity: 0.7;
}
.p-banner__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media print, screen and (width > 768px) {
  .p-banner__bottom {
    margin-top: 20px;
  }
}
.p-banner__note {
  text-align: center;
  font-size: 18px;
}
@media only screen and (width <= 768px) {
  .p-banner__note {
    font-size: 2.4svw;
    position: relative;
    white-space: nowrap;
  }
}
