html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

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

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 11.3333333333px + 0.4444444444vw, 16px);
  font-weight: 400;
  line-height: 1.8;
  color: #5A5A5A;
  background-color: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0;
  margin-block: 0;
}

iframe {
  vertical-align: bottom;
  max-width: 100%;
}

ul,
ol {
  list-style: none;
  padding-inline-start: 0;
  margin: 0;
}

th,
td {
  border-collapse: collapse;
}

.c-heading01 {
  margin-bottom: clamp(40px, 26.6666666667px + 3.5555555556vw, 64px);
  font-size: clamp(15px, 5.5555555556px + 2.5185185185vw, 32px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.1em;
  color: #050505;
  word-break: keep-all;
  display: grid;
  grid-template-columns: 23px auto 23px;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .c-heading01 {
    margin-inline: auto;
    width: max-content;
    max-width: 100%;
    gap: clamp(32px, 14.2222222222px + 4.7407407407vw, 64px);
  }
}
.c-heading01::before, .c-heading01::after {
  content: "";
  width: 23px;
  height: 122px;
  display: block;
  background-image: url("../images/heading_bg.svg");
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
.c-heading01__emphasis {
  font-size: clamp(20px, 8.8888888889px + 2.962962963vw, 40px);
  color: #FBC82B;
}

.c-heading02 {
  margin-bottom: 16px;
  font-size: clamp(15px, 10px + 1.3333333333vw, 24px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #050505;
}
.c-heading02--spCenter {
  text-align: center;
}
@media (min-width: 768px) {
  .c-heading02--spCenter {
    text-align: left;
  }
}

.c-button {
  margin-inline: auto;
  padding-block: clamp(12px, 10.3333333333px + 0.4444444444vw, 15px);
  width: clamp(239px, 106.2222222222px + 35.4074074074vw, 478px);
  max-width: 100%;
  font-size: clamp(18px, 12.4444444444px + 1.4814814815vw, 28px);
  font-weight: 700;
  color: #050505;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 3.5555555556px + 1.1851851852vw, 16px);
  position: relative;
  z-index: 1;
}
.c-button::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
}
.c-button::after {
  content: "";
  display: block;
  background-color: #FBC82B;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skewX(-20deg);
  z-index: -1;
  transition: 0.3s ease;
}
.c-button--download::before {
  width: clamp(20px, 17.7777777778px + 0.5925925926vw, 24px);
  height: clamp(30px, 24.4444444444px + 1.4814814815vw, 40px);
  background-image: url("../images/icon_download.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-button--download::after {
  background-color: #FBC82B;
}
@media (hover: hover) {
  .c-button--download:hover::after {
    background-color: #FFE100;
  }
}
.c-button--contact {
  color: #fff;
}
.c-button--contact::before {
  width: clamp(20px, 13.3333333333px + 1.7777777778vw, 32px);
  height: clamp(30px, 24.4444444444px + 1.4814814815vw, 40px);
  background-image: url("../images/icon_contact.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-button--contact::after {
  background-color: #F29600;
}
@media (hover: hover) {
  .c-button--contact:hover::after {
    background-color: #F7A521;
  }
}

.c-textLink {
  color: #FBC82B;
  text-decoration: underline;
}
@media (hover: hover) {
  .c-textLink:hover {
    text-decoration: none;
  }
}

.c-cta__contents {
  margin-inline: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .c-cta__contents {
    flex-direction: row;
    margin-inline: auto;
    width: clamp(560px, 393.3333333333px + 44.4444444444vw, 860px);
  }
}
@media (hover: hover) {
  .c-cta__link:hover .c-cta__textWrap::before {
    opacity: 0.2;
  }
  .c-cta__link:hover .c-cta__button::after {
    background-color: #FFE100;
  }
}
.c-cta__imageWrap {
  margin-inline: auto;
  padding-block: clamp(15px, 12.7777777778px + 0.5925925926vw, 19px);
  width: clamp(240px, 184.4444444444px + 14.8148148148vw, 340px);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-cta__image {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-cta__image {
    width: 270px;
  }
}
.c-cta__textWrap {
  padding-block: 40px;
  padding-inline: 20px;
  max-width: 100%;
  background-color: #2B2B2B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .c-cta__textWrap {
    width: clamp(240px, 84.4444444444px + 41.4814814815vw, 520px);
  }
}
.c-cta__textWrap::before {
  content: "";
  display: block;
  width: 82px;
  height: 120px;
  background-image: url("../images/deco_lightning.svg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.1;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .c-cta__textWrap::before {
    width: 153px;
    height: 100%;
  }
}
.c-cta__speechBubble {
  margin-bottom: 18px;
  margin-inline: auto;
  padding-bottom: clamp(4px, 2.3333333333px + 0.4444444444vw, 7px);
  width: max-content;
  font-size: clamp(15px, 12.2222222222px + 0.7407407407vw, 20px);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media (min-width: 768px) {
  .c-cta__speechBubble {
    margin-bottom: 15px;
    margin-left: 10px;
  }
}
@media (min-width: 1050px) {
  .c-cta__speechBubble {
    margin-left: 42px;
  }
}
.c-cta__speechBubble::after {
  content: "";
  display: block;
  width: clamp(20px, 15.5555555556px + 1.1851851852vw, 28px);
  height: clamp(29px, 22.8888888889px + 1.6296296296vw, 40px);
  background-image: url("../images/deco_lightning.svg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.c-cta__button {
  margin-inline: auto;
  padding-block: clamp(12px, 8.6666666667px + 0.8888888889vw, 18px);
  width: 280px;
  max-width: 100%;
  font-size: clamp(18px, 14.6666666667px + 0.8888888889vw, 24px);
  font-weight: 700;
  color: #050505;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-cta__button {
    margin-left: -66px;
    width: 500px;
  }
}
.c-cta__button::after {
  content: "";
  display: block;
  background-color: #FBC82B;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skewX(-19deg);
  z-index: -1;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .c-cta__button::after {
    transform: translateX(-24px) skewX(-19deg);
  }
}

.l-section {
  margin-block: clamp(48px, 30.2222222222px + 4.7407407407vw, 80px);
}
.l-section--bg {
  padding-block: clamp(48px, 30.2222222222px + 4.7407407407vw, 80px);
  background-color: #F8F8F8;
}
.l-section--topWide {
  margin-top: -152px;
  padding-top: 200px;
}
@media (min-width: 768px) {
  .l-section--topWide {
    margin-top: -120px;
  }
}
.l-section:first-of-type {
  margin-top: 0;
}
.l-section:last-of-type {
  margin-bottom: 0;
}

.l-inner {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: clamp(375px, -22.2222222222px + 105.9259259259vw, 1090px);
}
.l-inner--wide {
  padding-inline: 0;
}
@media (min-width: 1050px) {
  .l-inner--wide {
    padding-inline: 30px;
  }
}

html {
  scroll-padding-top: 50px;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
}
@media (min-width: 1050px) {
  html {
    scroll-padding-top: 72px;
  }
}

.l-header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 100;
  overflow: visible;
}
.l-header__inner {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.l-header__left {
  width: calc(100% - 50px);
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1050px) {
  .l-header__left {
    padding: 16px;
    width: max-content;
    justify-content: flex-start;
    gap: 24px;
  }
}
.l-header__logo {
  max-width: 158px;
}
@media (min-width: 768px) {
  .l-header__logo {
    max-width: 180px;
  }
}
@media (min-width: 1050px) {
  .l-header__logo {
    max-width: 211px;
  }
}
.l-header__logoGroup {
  width: clamp(64px, 40.6666666667px + 6.2222222222vw, 106px);
}
.l-header__hamburger {
  width: 50px;
  height: 50px;
  background-color: #796A56;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
}
@media (min-width: 768px) {
  .l-header__hamburger {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1050px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger.is-active span:nth-of-type(1) {
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
}
.l-header__hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__hamburger.is-active span:nth-of-type(3) {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
.l-header__hamburger span {
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition: transform 0.3s, opacity 0.3s;
}
.l-header__hamburger span:nth-of-type(1) {
  top: 17px;
}
.l-header__hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__hamburger span:nth-of-type(3) {
  bottom: 17px;
}
.l-header__nav {
  width: 100%;
  max-height: 0;
  background-color: #F1F1F1;
  overflow: hidden;
  transition: 0.5s ease;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
@media (min-width: 1050px) {
  .l-header__nav {
    padding: unset;
    width: auto;
    max-height: unset;
    background-color: transparent;
    display: flex;
    gap: 24px;
    position: unset;
  }
}
.l-header__nav.is-active {
  padding: 40px 20px;
  max-height: 1000px;
}
.l-header__menuList {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1050px) {
  .l-header__menuList {
    margin-bottom: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
.l-header__menu {
  font-size: 16px;
  font-weight: 500;
  color: #050505;
  text-align: center;
}
@media (min-width: 1050px) {
  .l-header__menu {
    font-size: clamp(12px, 10.8888888889px + 0.2962962963vw, 14px);
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    word-break: keep-all;
  }
}
.l-header__menuLink {
  padding-block: 8px;
  display: block;
}
@media (min-width: 1050px) {
  .l-header__menuLink {
    padding-block: unset;
    position: relative;
  }
  .l-header__menuLink::before {
    content: "";
    display: block;
    width: 7px;
    height: 23px;
    background-image: url("../images/icon_lightning.svg");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s ease;
  }
}
@media (min-width: 1050px) and (hover: hover) {
  .l-header__menuLink:hover {
    color: #FBC82B;
  }
  .l-header__menuLink:hover::before {
    opacity: 1;
  }
}
@media (min-width: 1050px) {
  .l-header__cta {
    width: clamp(160px, 122.7777777778px + 9.9259259259vw, 227px);
    overflow: hidden;
  }
}
.l-header__ctaButton {
  margin-inline: auto;
  padding-block: 14px;
  width: 335px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #050505;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  word-break: keep-all;
}
@media (min-width: 1050px) {
  .l-header__ctaButton {
    padding-block: unset;
    padding-left: 30px;
    width: 227px;
    height: 72px;
    font-size: 16px;
  }
}
.l-header__ctaButton::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
}
.l-header__ctaButton::after {
  content: "";
  display: block;
  background-color: #FBC82B;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skewX(-17deg);
  z-index: -1;
  transition: 0.3s ease;
}
@media (min-width: 1050px) {
  .l-header__ctaButton::after {
    right: -12px;
    left: 12px;
  }
}
.l-header__ctaButton--download::before {
  width: 20px;
  height: 24px;
  background-image: url("../images/icon_download.svg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.l-header__ctaButton--download::after {
  background-color: #FBC82B;
}
@media (hover: hover) {
  .l-header__ctaButton--download:hover::after {
    background-color: #FFE100;
  }
}

.l-main {
  padding-top: 50px;
}
@media (min-width: 1050px) {
  .l-main {
    padding-top: 72px;
  }
}

.l-footer {
  background-color: #2B2B2B;
}
.l-footer__inner {
  padding-block: clamp(48px, 39.1111111111px + 2.3703703704vw, 64px);
  padding-inline: 20px;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: clamp(335px, -84.4444444444px + 111.8518518519vw, 1090px);
}
@media (min-width: 768px) {
  .l-footer__inner {
    padding-left: 30px;
    padding-right: 40px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.l-footer__cta {
  display: grid;
  gap: clamp(24px, 19.5555555556px + 1.1851851852vw, 32px);
}
.l-footer__contents {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .l-footer__contents {
    margin-top: 0;
  }
}
.l-footer__logo {
  margin-inline: auto;
  width: clamp(250px, 211.1111111111px + 10.3703703704vw, 320px);
  display: block;
}
@media (min-width: 768px) {
  .l-footer__logo {
    margin-inline: 0;
  }
}
.l-footer__info {
  margin-top: 32px;
  font-size: clamp(13px, 11.3333333333px + 0.4444444444vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer__info {
    text-align: left;
  }
}
.l-footer__copyright {
  padding-block: 16px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-top: 1px solid #fff;
}

@media (min-width: 1050px) {
  .p-keyVisual {
    padding-inline: 20px;
    background-image: url("../images/kv_pc.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    gap: clamp(32px, 14.2222222222px + 4.7407407407vw, 64px);
    position: relative;
  }
}
@media (min-width: 1050px) {
  .p-keyVisual::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
}
.p-keyVisual__copyWrap {
  padding-top: 24px;
  padding-inline: 20px;
  min-height: 560px;
  color: #FFF;
  background-image: url("../images/kv_sp.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .p-keyVisual__copyWrap {
    padding-top: 56px;
    min-height: 720px;
    background-image: url("../images/kv_sp.jpg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1050px) {
  .p-keyVisual__copyWrap {
    padding: 0;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.p-keyVisual__copyWrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 1050px) {
  .p-keyVisual__copyWrap::before {
    content: none;
  }
}
.p-keyVisual__mainCopy {
  margin-bottom: 24px;
  font-size: clamp(44px, 35.1111111111px + 2.3703703704vw, 60px);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1em;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .p-keyVisual__mainCopy {
    margin-bottom: 40px;
  }
}
@media (min-width: 1050px) {
  .p-keyVisual__mainCopy {
    margin-bottom: 56px;
  }
}
.p-keyVisual__mainCopySmall {
  font-size: clamp(28px, 21.3333333333px + 1.7777777778vw, 40px);
  line-height: 1.5;
  display: inline-block;
}
.p-keyVisual__merit {
  font-size: clamp(14px, 9.5555555556px + 1.1851851852vw, 22px);
  font-weight: bold;
  line-height: 1.6;
  display: grid;
  grid-template-columns: clamp(18px, 11.3333333333px + 1.7777777778vw, 30px) auto;
  align-items: start;
  gap: 8px;
}
.p-keyVisual__merit:not(:last-child) {
  margin-bottom: clamp(8px, 3.5555555556px + 1.1851851852vw, 16px);
}
.p-keyVisual__merit::before {
  content: "";
  display: inline-block;
  margin-top: clamp(2px, 1.4444444444px + 0.1481481481vw, 3px);
  width: clamp(18px, 11.3333333333px + 1.7777777778vw, 30px);
  height: clamp(18px, 11.3333333333px + 1.7777777778vw, 30px);
  background-image: url("../images/icon_check.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-keyVisual__formWrapper {
  margin-top: -83px;
  margin-bottom: 48px;
  padding-inline: 20px;
  position: relative;
  z-index: 0;
}
@media (min-width: 1050px) {
  .p-keyVisual__formWrapper {
    margin-block: 0;
    padding-top: 24px;
    padding-inline: unset;
  }
}
.p-keyVisual__formContainer {
  margin-inline: auto;
  width: 650px;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1050px) {
  .p-keyVisual__formContainer {
    margin-inline: unset;
    width: 543px;
  }
}
.p-keyVisual__formTopText {
  padding-bottom: clamp(8px, 5.7777777778px + 0.5925925926vw, 12px);
  font-size: clamp(13px, 10.2222222222px + 0.7407407407vw, 18px);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.p-keyVisual__formTopText::before, .p-keyVisual__formTopText::after {
  content: "";
  display: block;
  width: 0;
  height: clamp(25px, 19.4444444444px + 1.4814814815vw, 35px);
  border-left: 1px solid #fff;
}
.p-keyVisual__formTopText::before {
  transform: rotate(150deg);
}
.p-keyVisual__formTopText::after {
  margin-left: -0.3em;
  transform: rotate(30deg);
}
.p-keyVisual__formHead {
  padding-block: clamp(8px, 5.7777777778px + 0.5925925926vw, 12px);
  font-size: clamp(16px, 13.7777777778px + 0.5925925926vw, 20px);
  font-weight: 600;
  line-height: 1.6;
  color: #050505;
  background-color: #FBC82B;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.p-keyVisual__formHead::before {
  content: "";
  display: block;
  margin-top: clamp(2px, 1.4444444444px + 0.1481481481vw, 3px);
  width: clamp(16px, 13.7777777778px + 0.5925925926vw, 20px);
  height: clamp(20px, 17.7777777778px + 0.5925925926vw, 24px);
  background-image: url("../images/icon_download.svg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.p-keyVisual__form {
  padding: clamp(20px, 17.7777777778px + 0.5925925926vw, 24px) clamp(20px, 17.7777777778px + 0.5925925926vw, 24px) clamp(4px, 2.3333333333px + 0.4444444444vw, 7px);
  background-color: #fff;
}

.p-risk__list {
  margin-top: clamp(24px, 15.1111111111px + 2.3703703704vw, 40px);
  display: grid;
  gap: clamp(20px, 8.8888888889px + 2.962962963vw, 40px);
}
@media (min-width: 768px) {
  .p-risk__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-risk__item {
  padding: clamp(20px, 17.7777777778px + 0.5925925926vw, 24px);
  background-color: #fff;
}
.p-risk__imageWrap {
  margin-bottom: clamp(16px, 11.5555555556px + 1.1851851852vw, 24px);
}
.p-risk__text {
  font-size: clamp(15px, 13.3333333333px + 0.4444444444vw, 18px);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #050505;
  text-align: center;
  word-break: keep-all;
}

.p-feature__wrap {
  margin-inline: auto;
  width: 650px;
  max-width: 100%;
}
@media (min-width: 1050px) {
  .p-feature__wrap {
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .p-feature__wrap--reverse {
    flex-direction: row-reverse;
  }
}
.p-feature__wrap:not(:last-of-type) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-feature__wrap:not(:last-of-type) {
    margin-bottom: 64px;
  }
}
.p-feature__imageWrap {
  max-width: 100%;
  height: 240px;
  position: relative;
}
@media (min-width: 768px) {
  .p-feature__imageWrap {
    height: 320px;
  }
}
@media (min-width: 1050px) {
  .p-feature__imageWrap {
    margin-right: clamp(-50px, -22.2222222222px + -7.4074074074vw, -100px);
    width: clamp(160px, -106.6666666667px + 71.1111111111vw, 640px);
    min-height: 360px;
  }
  .p-feature__imageWrap::before {
    content: "";
    display: block;
    width: 130px;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1050px) {
  .p-feature__imageWrap--reverse {
    margin-left: -100px;
  }
}
@media (min-width: 1050px) {
  .p-feature__imageWrap--reverse::before {
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    left: 0;
    right: unset;
  }
}
.p-feature__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-feature__image--left {
  object-position: center left;
}
.p-feature__image--right {
  object-position: center right;
}
.p-feature__textWrap {
  margin-top: -20px;
  margin-inline: 20px;
  padding: 20px;
  background-color: #F1F1F1;
  position: relative;
  z-index: 1;
}
@media (min-width: 1050px) {
  .p-feature__textWrap {
    margin-inline: unset;
    padding: 40px 20px;
    width: calc((100% - 1050px) / 2 + 620px);
    min-height: 278px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1050px) {
  .p-feature__textWrap::before {
    content: "";
    display: block;
    width: var(--triangle-width);
    height: 100%;
    background-color: #F1F1F1;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    right: 100%;
    top: 0;
  }
}
@media (min-width: 1050px) {
  .p-feature__textWrap--reverse::before {
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    left: 100%;
  }
}
@media (min-width: 1050px) {
  .p-feature__textWrapInner {
    margin-right: auto;
    width: clamp(200px, -22.2222222222px + 59.2592592593vw, 600px);
    max-width: 100%;
  }
}
@media (min-width: 1050px) {
  .p-feature__textWrapInner--reverse {
    margin-right: 0;
    margin-left: auto;
  }
}

.p-case__list {
  display: grid;
  gap: clamp(24px, 10.6666666667px + 3.5555555556vw, 48px);
}
@media (min-width: 768px) {
  .p-case__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-case__item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.p-case__imageWrap {
  position: relative;
}
.p-case__companyInfo {
  padding: clamp(40px, 35.5555555556px + 1.1851851852vw, 48px) clamp(20px, 17.7777777778px + 0.5925925926vw, 24px) clamp(12px, 9.7777777778px + 0.5925925926vw, 16px);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-case__companyName {
  margin-bottom: 4px;
  font-size: clamp(15px, 12.2222222222px + 0.7407407407vw, 20px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
}
.p-case__companyIndustryWrap {
  display: flex;
  align-items: center;
  gap: clamp(4px, 1.7777777778px + 0.5925925926vw, 8px);
}
.p-case__companyIndustryLabel {
  padding: 1px 8px;
  font-size: clamp(12px, 10.8888888889px + 0.2962962963vw, 14px);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
}
.p-case__companyIndustry {
  font-size: clamp(13px, 11.3333333333px + 0.4444444444vw, 16px);
  font-weight: 500;
  color: #fff;
}
.p-case__textWrap {
  padding: clamp(20px, 17.7777777778px + 0.5925925926vw, 24px);
}

@media (min-width: 768px) {
  .p-scene__item {
    display: flex;
    align-items: center;
  }
}
.p-scene__item:not(:last-of-type) {
  margin-bottom: 24px;
}
.p-scene__itemMerit {
  margin-inline: auto;
  padding-top: 10px;
  width: 180px;
  height: 40px;
  font-size: clamp(14px, 10.6666666667px + 0.8888888889vw, 20px);
  font-weight: 700;
  line-height: 1.6;
  color: #050505;
  letter-spacing: 0.1em;
  text-align: center;
  word-break: keep-all;
  background-color: #FBC82B;
  position: relative;
}
@media (min-width: 768px) {
  .p-scene__itemMerit {
    margin-right: -52px;
    padding-top: 0;
    padding-left: 13px;
    width: clamp(100px, 88.8888888889px + 2.962962963vw, 120px);
    height: clamp(100px, 88.8888888889px + 2.962962963vw, 120px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-scene__itemMerit::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 90px solid transparent;
  border-left: 90px solid transparent;
  border-top: 20px solid #FBC82B;
  border-bottom: 0;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
}
@media (min-width: 768px) {
  .p-scene__itemMerit::after {
    border-top: clamp(50px, 44.4444444444px + 1.4814814815vw, 60px) solid transparent;
    border-bottom: clamp(50px, 44.4444444444px + 1.4814814815vw, 60px) solid transparent;
    border-left: 20px solid #FBC82B;
    border-right: 0;
    position: absolute;
    top: 0;
    right: -20px;
    left: unset;
  }
}
.p-scene__itemScene {
  margin-top: -10px;
  width: clamp(335px, -24.4444444444px + 95.8518518519vw, 982px);
  max-width: 100%;
  background-color: #fff;
  display: grid;
  align-items: center;
  gap: clamp(20px, 13.3333333333px + 1.7777777778vw, 32px);
}
@media (min-width: 768px) {
  .p-scene__itemScene {
    margin-top: 0;
    min-height: 220px;
    grid-template-columns: auto clamp(120px, 31.1111111111px + 23.7037037037vw, 280px);
  }
}
.p-scene__textWrap {
  padding-top: 50px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .p-scene__textWrap {
    padding-block: clamp(20px, 13.3333333333px + 1.7777777778vw, 32px);
    padding-left: clamp(72px, 58.6666666667px + 3.5555555556vw, 96px);
    padding-right: unset;
  }
}
.p-scene__imageWrap {
  width: 100%;
  height: 240px;
}
@media (min-width: 768px) {
  .p-scene__imageWrap {
    width: clamp(120px, 31.1111111111px + 23.7037037037vw, 280px);
    height: 100%;
  }
}
.p-scene__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-flow__wrap {
  position: relative;
}
.p-flow__wrap::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #E3E3E3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  .p-flow__wrap::before {
    left: 52px;
  }
}
.p-flow__item {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  display: grid;
}
@media (min-width: 768px) {
  .p-flow__item {
    grid-template-columns: 105px auto;
  }
}
.p-flow__item:not(:last-of-type) {
  margin-bottom: clamp(48px, 39.1111111111px + 2.3703703704vw, 64px);
}
.p-flow__step {
  padding-block: 6px;
  background-color: #F1F1F1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .p-flow__step {
    width: 105px;
  }
}
.p-flow__step::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #F1F1F1;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
@media (min-width: 768px) {
  .p-flow__step::after {
    border-top: clamp(8px, 3.5555555556px + 1.1851851852vw, 16px) solid transparent;
    border-bottom: clamp(8px, 3.5555555556px + 1.1851851852vw, 16px) solid transparent;
    border-left: clamp(8px, 3.5555555556px + 1.1851851852vw, 16px) solid #F1F1F1;
    border-right: 0;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
}
.p-flow__stepText {
  font-size: clamp(16px, 14.8888888889px + 0.2962962963vw, 18px);
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #050505;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .p-flow__stepText {
    display: block;
  }
}
.p-flow__stepNum {
  margin-left: 4px;
  font-size: clamp(32px, 27.5555555556px + 1.1851851852vw, 40px);
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-flow__stepNum {
    margin-left: unset;
    display: block;
  }
}
.p-flow__textWrap {
  padding: 20px 20px 20px;
}
@media (min-width: 768px) {
  .p-flow__textWrap {
    padding: clamp(20px, 17.7777777778px + 0.5925925926vw, 24px) clamp(20px, 17.7777777778px + 0.5925925926vw, 24px) clamp(20px, 17.7777777778px + 0.5925925926vw, 24px) clamp(20px, 11.6666666667px + 2.2222222222vw, 35px);
  }
}

.p-faq__item {
  padding: clamp(20px, 13.3333333333px + 1.7777777778vw, 32px);
  background-color: #fff;
}
.p-faq__item:not(:last-child) {
  margin-bottom: clamp(4px, 1.7777777778px + 0.5925925926vw, 8px);
}
.p-faq__question {
  font-size: clamp(14px, 10.6666666667px + 0.8888888889vw, 20px);
  font-weight: bold;
  line-height: 1.8;
  color: #050505;
  display: grid;
  grid-template-columns: clamp(32px, 24.2222222222px + 2.0740740741vw, 46px) auto;
  gap: clamp(16px, 11.5555555556px + 1.1851851852vw, 24px);
}
.p-faq__question:before {
  content: "Q";
  width: clamp(32px, 24.2222222222px + 2.0740740741vw, 46px);
  height: clamp(32px, 24.2222222222px + 2.0740740741vw, 46px);
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: clamp(20px, 17.7777777778px + 0.5925925926vw, 24px);
  color: #fff;
  background-color: #2B2B2B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-faq__questionContents {
  margin-top: clamp(3px, 2.4444444444px + 0.1481481481vw, 4px);
}
.p-faq__answer {
  margin-top: 16px;
  display: grid;
  grid-template-columns: clamp(32px, 24.2222222222px + 2.0740740741vw, 46px) auto;
  gap: clamp(16px, 11.5555555556px + 1.1851851852vw, 24px);
}
.p-faq__answer:before {
  content: "A";
  width: clamp(32px, 24.2222222222px + 2.0740740741vw, 46px);
  height: clamp(32px, 24.2222222222px + 2.0740740741vw, 46px);
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: clamp(20px, 17.7777777778px + 0.5925925926vw, 24px);
  color: #050505;
  background-color: #F1F1F1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-faq__answerContents {
  margin-top: clamp(6px, 4.8888888889px + 0.2962962963vw, 8px);
}

@media (max-width: 767px) {
  .u-invisibleSp {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-invisibleTb {
    display: none;
  }
}
@media (min-width: 1050px) {
  .u-invisiblePc {
    display: none;
  }
}

.u-onlyTb {
  display: none;
}
@media (min-width: 768px) {
  .u-onlyTb {
    display: block;
  }
}
@media (min-width: 1050px) {
  .u-onlyTb {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-mt0-pc {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .u-index0-pc {
    position: relative;
    z-index: 0;
  }
}