@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
  scroll-behavior: smooth;
}
html [type=button] {
  -webkit-appearance: button;
}

* {
  background-repeat: no-repeat;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

hr {
  height: 0;
  overflow: visible;
}

details {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

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

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

sub {
  bottom: -0.25em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

input {
  background-color: transparent;
  border-radius: 0;
  border-style: none;
  font: inherit;
}

[disabled] {
  cursor: default;
}

[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,
textarea {
  background-color: transparent;
  border-style: none;
  font: inherit;
}

button {
  -webkit-appearance: button;
  color: inherit;
  cursor: pointer;
  overflow: visible;
  text-transform: none;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

optgroup {
  font: inherit;
  font-weight: 700;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-style: none;
  font: inherit;
  text-transform: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

[role=button] {
  color: inherit;
  cursor: pointer;
}

[type=button] {
  color: inherit;
  cursor: pointer;
}
[type=button]::-moz-focus-inner {
  border-style: none;
  outline: 1px dotted ButtonText;
  padding: 0;
}

[type=reset],
[type=submit] {
  -webkit-appearance: button;
  color: inherit;
  cursor: pointer;
}
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  outline: 1px dotted ButtonText;
  padding: 0;
}

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*  */
:root {
  --key_gray_cacaca: #cacaca;
  --keygrayf1f1f1: #f1f1f1;
  --key_red: #df0012;
  --keyblack: #222222;
  --key_white: #ffffff;
}

main {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "BIZ UDPGothic", Meiryo, sans-serif;
  overflow: hidden;
}
main img {
  display: block;
  width: 100%;
  height: auto;
}
main a,
main button {
  transition: opacity 0.3s ease-in-out;
}
main a:hover,
main button:hover {
  opacity: 0.55;
}

.u-sp {
  display: block;
}

@media (min-width: 769px) {
  .u-sp {
    display: none;
  }
}
.u-pc {
  display: none;
}

@media (min-width: 769px) {
  .u-pc {
    display: block;
  }
}
.l-section {
  position: relative;
}
.l-section::before {
  top: -1px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.l-section::after {
  top: auto;
  bottom: -1px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.l-section::before, .l-section::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 32px;
  left: -1%;
  right: 0;
  z-index: 1;
}

@media (min-width: 769px) {
  .l-section::before, .l-section::after {
    height: 110px;
  }
}
.l-section-inner {
  padding: 0 1rem;
  max-width: 1096px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .l-section-inner {
    padding: 0 3rem;
  }
}
.a-section-heading {
  display: flex;
  flex-direction: column;
  color: var(--key_white, #ffffff);
  font-size: 34px;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
}
.a-section-heading .-small {
  font-size: 30px;
}

@media (min-width: 769px) {
  .a-section-heading {
    font-size: 48px;
  }
  .a-section-heading .-small {
    font-size: 46px;
  }
}
.a-section-subheading {
  color: var(--key_white, #ffffff);
  text-align: center;
  font-size: 22px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
  margin-top: 16px;
}
.a-section-subheading .marker {
  position: relative;
  z-index: 1;
}
.a-section-subheading .marker::after {
  content: "";
  opacity: 0.3;
  width: calc(100% + 8px);
  height: 12px;
  background: #fc5563;
  position: absolute;
  left: -4px;
  bottom: -4px;
  z-index: -1;
}

@media (min-width: 769px) {
  .a-section-subheading {
    font-size: 24px;
  }
  .a-section-subheading .marker::after {
    display: none;
  }
}
/* 装飾 */
.o-img-sct {
  position: relative;
  display: flex;
  flex-direction: column;
}
.o-img-sct::before {
  top: -1px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.o-img-sct::after {
  top: auto;
  bottom: -1px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.o-img-sct::before, .o-img-sct::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 32px;
  left: -1%;
  right: 0;
  z-index: 1;
}
.o-img-sct.-red-none::before {
  background: var(--key_red, #df0012);
}
.o-img-sct.-red-none::after {
  display: none;
}
.o-img-sct.-red-red::before, .o-img-sct.-red-red::after {
  background: var(--key_red, #df0012);
}
.o-img-sct.-red-gray::before {
  background: var(--key_red, #df0012);
}
.o-img-sct.-red-gray::after {
  background: var(--keygrayf1f1f1, #f1f1f1);
}
.o-img-sct.-red-wht::before {
  background: var(--key_red, #df0012);
}
.o-img-sct.-red-wht::after {
  background: var(--key_white, #ffffff);
}
.o-img-sct.-wht-red::before {
  background: var(--key_white, #ffffff);
}
.o-img-sct.-wht-red::after {
  background: var(--key_red, #df0012);
}
.o-img-sct.-wht-wht::before {
  background: var(--key_white, #ffffff);
}
.o-img-sct.-wht-wht::after {
  background: var(--key_white, #ffffff);
}
.o-img-sct.-gray-red::before {
  background: var(--keygrayf1f1f1, #f1f1f1);
}
.o-img-sct.-gray-red::after {
  background: var(--key_red, #df0012);
}

@media (min-width: 769px) {
  .o-img-sct {
    display: flex;
    flex-direction: row;
  }
  .o-img-sct picture {
    flex: 0 0 50%;
  }
  .o-img-sct::before, .o-img-sct::after {
    height: 110px;
  }
}
/* CVボタン */
.m-cv-content .a-section-heading {
  margin: auto;
  max-width: 332px;
}
.m-cv-content .m-btn-wrap {
  margin-top: 32px;
}
.m-cv-content .a-btn-link-wrap,
.m-cv-content .a-btn-cv-wrap {
  max-width: 316px;
}

@media (min-width: 769px) {
  .m-cv-content .m-btn-wrap {
    margin-top: 32px;
  }
  .m-cv-content .a-btn-link-wrap,
  .m-cv-content .a-btn-cv-wrap {
    max-width: 480px;
  }
}
.o-fixed-cv {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  bottom: 10px;
  font-size: 0;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
.o-fixed-cv .a-btn-cv-wrap {
  max-width: 320px;
}
.o-fixed-cv .a-btn-cv {
  height: 58px;
  pointer-events: all;
}
.o-fixed-cv.js-view {
  opacity: 1;
  visibility: inherit;
}

@media (min-width: 769px) {
  .o-fixed-cv {
    right: 20px;
    bottom: 20px;
  }
  .o-fixed-cv .a-btn-cv-wrap {
    margin-right: 0;
  }
}
.m-btn-wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.m-btn-wrap .a-btn-link-wrap,
.m-btn-wrap .a-btn-cv-wrap {
  margin: 0;
  flex: auto;
}

@media (min-width: 769px) {
  .m-btn-wrap {
    flex-direction: row;
  }
}
.a-btn-link-wrap,
.a-btn-cv-wrap {
  margin: 0 auto;
  width: 100%;
}

.a-btn-cv {
  text-decoration: none;
  width: 100%;
  background: var(--keyblack, #222222);
  border-radius: 100px;
  border-style: solid;
  border-color: var(--key_white, #ffffff);
  border-width: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  height: 72px;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .a-btn-cv {
    height: 88px;
  }
}
.a-btn-cv:hover {
  opacity: 0.55;
}
.a-btn-cv .a-btn-cv-label {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.a-btn-cv .a-btn-cv-text {
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  color: var(--key_white, #ffffff);
  text-align: left;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
}
.a-btn-cv .a-btn-cv-icon {
  width: 29px;
}
.a-btn-cv .a-btn-cv-arrow {
  position: absolute;
  right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background: var(--key_white, #ffffff);
  border-radius: 50%;
}
.a-btn-cv .a-btn-cv-arrow::before {
  margin-left: 4px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: var(--key_red, #df0012);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.a-btn-ghost {
  text-decoration: none;
  width: 100%;
  border-radius: 100px;
  border-style: solid;
  border-color: var(--key_red, #df0012);
  border-width: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  height: 60px;
  transition: opacity 0.3s ease-in-out;
}
.a-btn-ghost:hover {
  opacity: 0.55;
}
.a-btn-ghost .a-btn-cv-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.a-btn-ghost .a-btn-cv-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  color: var(--key_red, #df0012);
  text-align: center;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  padding-right: 24px;
}
.a-btn-ghost .a-btn-cv-arrow {
  position: absolute;
  right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: var(--key_red, #df0012);
  border-radius: 50%;
}
.a-btn-ghost .a-btn-cv-arrow::before {
  margin-left: 4px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background: var(--key_white, #ffffff);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media (min-width: 769px) {
  .a-btn-cv {
    height: 88px;
    gap: 16px;
  }
}
.a-btn-link {
  text-decoration: none;
  width: 100%;
  background: var(--key_white, #ffffff);
  border-radius: 100px;
  border-style: solid;
  border-color: var(--keyblack, #222222);
  border-width: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  height: 80px;
}
.a-btn-link .a-btn-link-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  gap: 8px;
}
.a-btn-link .a-btn-link-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  color: var(--key_red, #df0012);
  text-align: left;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
.a-btn-link .a-btn-link-sub {
  width: 180px;
  height: 22px;
  background: var(--key_red, #df0012);
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  color: var(--key_white, #ffffff);
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  position: relative;
  text-align: center;
}
.a-btn-link .a-btn-link-arrow {
  position: absolute;
  bottom: -23px;
  display: inline-block;
  width: 28px;
  height: 21px;
  background-size: contain;
  background-image: url(../img/icon_btn_arrow.svg);
}

@media (min-width: 769px) {
  .a-btn-link {
    height: 100px;
  }
}
@media (min-width: 769px) {
  .a-btn-link .a-btn-link-label {
    gap: 14px;
  }
}
@media (min-width: 769px) {
  .a-btn-link .a-btn-link-text {
    font-size: 22px;
  }
}
@media (min-width: 769px) {
  .a-btn-link .a-btn-link-sub {
    width: 190px;
    height: 26px;
    font-size: 17px;
  }
}
@media (min-width: 769px) {
  .a-btn-link .a-btn-link-arrow {
    bottom: -28px;
  }
}
.o-accordion-wrap .a-btn-more {
  margin: auto;
  margin-top: 40px;
  background: var(--key_red, #df0012);
  border-radius: 50px;
  padding: 9px 24px 8px 30px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 240px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.o-accordion-wrap .div {
  color: var(--key_white, #ffffff);
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
.o-accordion-wrap .icon-btn-arrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: var(--key_white, #ffffff) transparent transparent transparent;
  transform: rotate(0deg);
}
.o-accordion-wrap .a-btn-more.-wht {
  background: var(--key_white, #ffffff);
}
.o-accordion-wrap .a-btn-more.-wht .div {
  color: var(--key_red, #df0012);
}
.o-accordion-wrap .a-btn-more.-wht .icon-btn-arrow {
  border-color: var(--key_red, #df0012) transparent transparent transparent;
}
.o-accordion-wrap .js-btn-more {
  display: none;
}

@media (min-width: 769px) {
  .o-accordion-wrap .a-btn-more {
    width: 300px;
    height: 72px;
    margin-top: 56px;
  }
}
@media (min-width: 769px) {
  .o-accordion-wrap .div {
    font-size: 22px;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
/* モーダルを開くボタン */
.modal-open {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
  translate: -50% -50%;
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  text-align: center;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  padding: 16px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 769px) {
  .modal {
    padding: 80px 3rem;
  }
}
/* クラスが追加された時の指定 */
/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1080px;
  width: 100%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -16px;
  right: -16px;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--key_red, #df0012);
  cursor: pointer;
  z-index: 10;
  border-radius: 0.375rem;
}
.modal-close img {
  width: 22px;
}

@media (min-width: 769px) {
  .modal-close {
    top: -20px;
    right: 24px;
  }
}
/* モーダルのコンテンツ部分の指定 */
.modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  overflow: auto;
  max-height: calc(100dvh - 32px);
  border-radius: 1rem;
}

@media (min-width: 769px) {
  .modal-content {
    max-height: calc(100dvh - 160px);
  }
}
.js-movie,
.js-modal-open {
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}

.js-movie:hover,
.js-modal-open:hover {
  opacity: 0.55;
}

.m-cv-text {
  color: var(--key_white, #ffffff);
  text-align: center;
  position: relative;
  align-self: stretch;
}
.m-cv-text .-large {
  font-size: 28px;
  line-height: 160%;
  font-weight: 600;
}
.m-cv-text .-small {
  font-size: 24px;
  line-height: 160%;
  font-weight: 600;
}
@media (min-width: 769px) {
  .m-cv-text .-large {
    font-size: 36px;
  }
  .m-cv-text .-small {
    font-size: 30px;
  }
}

.a-mv-cta {
  background: var(--keygrayf1f1f1, #f1f1f1);
  padding: 10px 12px;
}
@media (min-width: 769px) {
  .a-mv-cta {
    padding: 10px 24px;
  }
}

.a-mv-cta-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  margin: auto;
}

.a-mv-cta-text {
  color: var(--key_red, #df0012);
  text-align: right;
  font-size: 13px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.a-mv-cta-text::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 11px;
  background: var(--key_red);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

/* MV */
.o-mv {
  position: relative;
}
.o-mv::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 32px;
  left: -1%;
  right: 0;
  z-index: 1;
  top: auto;
  bottom: -1px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: var(--key_white, #ffffff);
}
@media (min-width: 769px) {
  .o-mv::after {
    height: 110px;
  }
}
.o-mv .o-mv-badge-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1440px;
  height: 100%;
  margin: auto;
}
.o-mv .a-mv-badge {
  position: absolute;
  z-index: 1;
  width: 118px;
  height: 118px;
  margin: auto;
  top: auto;
  left: auto;
  right: 10px;
  bottom: -16px;
  z-index: 10;
}

@media (min-width: 769px) {
  .o-mv .a-mv-badge {
    width: 200px;
    height: 200px;
    right: 40px;
    bottom: 0;
  }
}
.o-mv-inner {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 520px;
  background: var(--key_red, #df0012);
}
.o-mv-inner .a-mv-img {
  display: block;
  width: 100%;
  width: 460px;
  height: 100%;
  margin-inline: auto;
}
.o-mv-inner .a-mv-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.o-mv-inner .a-mv-title {
  position: absolute;
  z-index: 1;
  top: 127px;
  margin: auto;
  width: 110%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 430px;
  padding: 0 16px;
}
@media (min-width: 769px) {
  .o-mv-inner .a-mv-title {
    padding: 0;
    top: 180px;
  }
}
.o-mv-inner .a-mv-profile {
  position: absolute;
  z-index: 1;
  max-width: 460px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 16px 32px;
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.o-mv-inner .a-mv-profile .-name1 {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 14.4px */
}
.o-mv-inner .a-mv-profile .-name2 {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 18px */
}

@media (min-width: 769px) {
  .o-mv-inner {
    height: 720px;
  }
}
@media (min-width: 769px) {
  .o-mv-inner .a-mv-img {
    width: 1440px;
  }
  .o-mv-inner .a-mv-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (min-width: 769px) {
  .o-mv-inner .a-mv-title {
    padding: 0 40px;
    max-width: 1080px;
    justify-content: center;
    margin-top: 0;
  }
  .o-mv-inner .a-mv-title img {
    max-width: 988px;
  }
}
@media (min-width: 769px) {
  .o-mv-inner .a-mv-profile {
    max-width: 1440px;
    padding: 0 48px 20px;
  }
}
/* o-intro */
.o-intro {
  position: relative;
  padding-top: 32px;
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  .o-intro {
    padding-top: 48px;
    padding-bottom: 72px;
  }
}

.o-intro-img img {
  border-radius: 16px;
}

.o-intro-text {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .o-intro-text {
    margin-top: 72px;
  }
}
.o-intro-text .ttl-wrap {
  max-width: 280px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
  border-style: solid;
  border-color: var(--key_red, #df0012);
  border-width: 0px 0px 3px 0px;
}
@media (min-width: 769px) {
  .o-intro-text .ttl-wrap {
    padding-bottom: 12px;
    max-width: 640px;
  }
}
.o-intro-text .-sub {
  background: var(--key_red, #df0012);
  border-radius: 6px;
  width: 280px;
  height: 40px;
  position: relative;
  color: var(--keywhite, #ffffff);
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-intro-text .-heading {
  color: var(--keyblack, #222222);
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 38px;
  line-height: 120%;
}
.o-intro-text .-heading .-small {
  font-size: 32px;
}
@media (min-width: 769px) {
  .o-intro-text .-heading {
    justify-content: flex-start;
    font-size: 50px;
  }
  .o-intro-text .-heading .-small {
    font-size: 38px;
  }
}
.o-intro-text .a-intro-catch {
  max-width: 216px;
  margin: auto;
  margin-top: 40px;
  position: relative;
}
@media (min-width: 769px) {
  .o-intro-text .a-intro-catch {
    max-width: 300px;
    margin-top: 32px;
  }
}
.o-intro-text .a-intro-catch::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -11px;
  margin: auto;
  width: 92px;
  height: 66px;
  background: #dfdfdf;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  z-index: -1;
}
@media (min-width: 769px) {
  .o-intro-text .a-intro-catch::before {
    width: 134px;
    height: 95px;
    top: -19px;
  }
}/*# sourceMappingURL=common.css.map */