@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

body {
  padding-top: 133px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 64px;
  }
}

a {
  color: inherit;
}

.l-inner {
  max-width: 1056px;
  padding: 0 16px;
  margin: 0 auto;
}

.l-section {
  padding-top: 160px;
}
.l-section:not(:last-of-type) {
  margin-bottom: 264px;
}
@media screen and (max-width: 768px) {
  .l-section:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-section {
    padding-top: 100px;
  }
}

.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 17px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (min-width: 769px) {
  .l-header {
    position: fixed;
    padding-top: 31px;
    padding-bottom: 31px;
    padding-left: 16px;
    padding-right: 16px;
    box-shadow: none;
  }
}
@media (min-width: 1054px) {
  .l-header {
    padding-top: 31px;
    padding-bottom: 31px;
    padding-left: calc((100% - 1022px) / 2);
    padding-right: calc((100% - 1022px) / 2);
  }
}
.l-header__logo {
  display: flex;
  gap: 42px;
}
@media (min-width: 769px) {
  .l-header__logo {
    gap: 63px;
  }
}
.l-header__logo__img, .l-header__logo__img02 {
  width: 100%;
  height: 15px;
  display: block;
  line-height: 1;
}
@media (min-width: 769px) {
  .l-header__logo__img, .l-header__logo__img02 {
    height: 20px;
  }
}
.l-header__logo__img img, .l-header__logo__img02 img {
  height: 100%;
}
.l-header__logo__img {
  position: relative;
}
.l-header__logo__img::before {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 1px;
  height: 15px;
  display: block;
  background-color: #fff;
  content: "";
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .l-header__logo__img {
    height: 22px;
  }
  .l-header__logo__img::before {
    right: -29px;
    width: 2px;
    height: 22px;
  }
}
@media (min-width: 769px) {
  .l-header__ham {
    display: none;
  }
}
.l-header__nav-area {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  background-color: #333;
  opacity: 0;
  transition-property: left, opacity;
  transition-delay: 0.4s, 0s;
  transition-duration: 0s, 0.4s;
}
.l-header__nav-area.-active {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
  transition-property: left, opacity;
  transition-delay: 0s, 0.1s;
  transition-duration: 0s, 0.4s;
}
@media (min-width: 769px) {
  .l-header__nav-area {
    left: 0;
    height: auto;
    padding-top: 84px;
    opacity: 1;
    z-index: -1;
    transition: none;
    visibility: visible;
    background-color: none;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1019607843);
  }
}
.l-header__nav-area__in {
  background-color: #f7f7f7;
  width: calc(100% - 40px);
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 84px;
}
@media (min-width: 769px) {
  .l-header__nav-area__in {
    width: 100%;
    padding-top: 0;
  }
}

.nav {
  border-top: 2px solid #c7c7c7;
}
@media (min-width: 769px) {
  .nav {
    border-top: none;
  }
}
.nav__li {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .nav__li {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 1054px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
.nav__li > li {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #C7C7C7;
}
@media (min-width: 769px) {
  .nav__li > li {
    width: auto;
    max-width: inherit;
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
  }
}
.nav__li > li a {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  padding: 20px 25px;
  position: relative;
}
.nav__li > li a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  -webkit-mask-image: url(../images/icon_arrow-right_red.svg);
  mask-image: url(../images/icon_arrow-right_red.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 10px;
  height: 18px;
  background-color: #da291c;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .nav__li > li a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 13px 33px 13px 0;
    transition: 0.4s ease;
  }
  .nav__li > li a::before {
    right: 6px;
    transition: 0.1s ease 0s;
    transform: translateY(-50%) rotate(90deg);
  }
  .nav__li > li a:hover::before {
    top: calc(50% + 4px);
    background-color: #ff5042;
  }
}
.nav__li > li.list_material {
  margin-top: 40px;
  width: calc(100% - 50px);
  max-width: 284px;
  border: solid 2px #333333;
  border-radius: 5px;
}
@media (min-width: 769px) {
  .nav__li > li.list_material {
    border: none;
    margin-top: 0;
    max-width: 150px;
    position: absolute;
    top: 23px;
    left: calc(100% - 324px);
  }
}
@media (min-width: 1054px) {
  .nav__li > li.list_material {
    left: calc(100% - (100% - 1022px) / 2 - 158px);
    transform: translateX(-100%);
  }
}
.nav__li > li.list_material a {
  padding-top: 9px;
  padding-bottom: 8px;
  text-align: center;
  border-radius: 5px;
}
.nav__li > li.list_material a::before {
  display: none;
}
@media (min-width: 769px) {
  .nav__li > li.list_material a {
    padding: 8px 15px;
    background-color: #fff;
  }
}
@media (hover) {
  .nav__li > li.list_material a {
    transition: 0.3s ease 0s;
  }
  .nav__li > li.list_material a span {
    transition: 0.3s ease 0s;
  }
  .nav__li > li.list_material a span::after {
    transition: 0.3s ease 0s;
  }
  .nav__li > li.list_material a:hover {
    background-color: #ff5042;
  }
  .nav__li > li.list_material a:hover span {
    color: #fff;
  }
  .nav__li > li.list_material a:hover span::after {
    opacity: 1;
  }
}
.nav__li > li.list_material span {
  width: 138px;
  padding-left: 23px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.nav__li > li.list_material span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 16px;
  content: url(../images/icon_material.svg);
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .nav__li > li.list_material span {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0;
    padding-left: 30px;
    width: 114px;
    color: #000;
    font-weight: 700;
  }
  .nav__li > li.list_material span::before {
    content: url(../images/icon_material_bk.svg);
    height: 17.5px;
  }
  .nav__li > li.list_material span::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 17.5px;
    content: url(../images/icon_material_wh.svg);
    transform: translateY(-50%);
    opacity: 0;
  }
}
.nav__li > li.list_contact {
  margin-top: 15px;
  width: calc(100% - 50px);
  max-width: 284px;
  border-bottom: none;
}
@media (min-width: 769px) {
  .nav__li > li.list_contact {
    margin-top: 0;
    max-width: 150px;
    position: absolute;
    top: 23px;
    left: calc(100% - 166px);
  }
}
@media (min-width: 1054px) {
  .nav__li > li.list_contact {
    left: calc(100% - (100% - 1022px) / 2);
    transform: translateX(-100%);
  }
}
.nav__li > li.list_contact a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #da291c;
  border-radius: 5px;
  display: block;
}
.nav__li > li.list_contact a::before {
  display: none;
}
@media (min-width: 769px) {
  .nav__li > li.list_contact a {
    padding: 8px 15px;
  }
}
@media (hover) {
  .nav__li > li.list_contact a {
    transition: 0.3s ease 0s;
  }
  .nav__li > li.list_contact a span {
    transition: 0.3s ease 0s;
  }
  .nav__li > li.list_contact a span::after {
    transition: 0.3s ease 0s;
  }
  .nav__li > li.list_contact a:hover {
    background-color: #ff5042;
  }
  .nav__li > li.list_contact a:hover span::after {
    opacity: 1;
  }
}
.nav__li > li.list_contact span {
  width: 132px;
  padding-left: 31px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  color: #fff;
  font-weight: 700;
}
.nav__li > li.list_contact span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 15px;
  content: url(../images/icon_contact.svg);
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .nav__li > li.list_contact span {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0;
    font-weight: 700;
    padding-left: 30px;
    width: 115px;
  }
  .nav__li > li.list_contact span::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 15px;
    content: url(../images/icon_contact.svg);
    transform: translateY(-50%);
    opacity: 0;
  }
}

@keyframes slideup_a {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideup_b {
  0% {
    top: 70%;
  }
  100% {
    top: 23%;
  }
}
.hamburger {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  border: none;
  border-radius: 50%;
}
.hamburger.-active {
  background-color: #da291c;
}
.hamburger.-active .hamburger__line {
  width: 20px;
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  width: 20px;
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  width: 20px;
  top: 0;
  transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text {
  left: -52px;
}
.hamburger.-active .hamburger__text::before {
  content: "CLOSE";
}
.hamburger__line {
  display: block;
  height: 2px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #fff;
  transition: 0.4s;
}
.hamburger__line::before, .hamburger__line::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  transition: inherit;
}
.hamburger__line::before {
  top: -7px;
}
.hamburger__line::after {
  top: 7px;
}

.l-floating {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 46px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 769px) {
  .l-floating {
    display: none;
  }
}
.l-floating.is-active {
  opacity: 1;
  visibility: visible;
}
.l-floating li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
}
.l-floating .list_material {
  border: solid 2px #333;
  background-color: #fff;
}
.l-floating .list_material::before {
  content: url(../images/icon_material_bk.svg);
}
.l-floating .list_contact {
  background-color: #da291c;
  color: #fff;
}
.l-floating .list_contact::before {
  content: url(../images/icon_contact.svg);
}

@media screen and (max-width: 768px) {
  .l-footer {
    margin-bottom: 46px;
  }
}
.l-footer__inner {
  max-width: 1054px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__contact {
  background-color: #333;
  padding-top: 76px;
  padding-bottom: 54px;
}
@media (min-width: 769px) {
  .l-footer__contact {
    padding-top: 94px;
    padding-bottom: 49px;
  }
}
.l-footer__title {
  width: 150px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.l-footer__title a {
  display: block;
  margin-bottom: 23px;
}
.l-footer__title a img {
  width: 100%;
}
@media (min-width: 769px) {
  .l-footer__title {
    width: 175px;
  }
}
.l-footer__wrap {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media (min-width: 769px) {
  .l-footer__wrap {
    flex-direction: row;
    gap: 90px;
  }
}
.l-footer__sub {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 22px;
}
@media (min-width: 769px) {
  .l-footer__sub {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 23px;
  }
}
.l-footer__lead {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0;
  color: #fff;
}
.l-footer__button {
  margin-top: 45px;
}
@media (min-width: 769px) {
  .l-footer__button {
    margin-top: 42px;
  }
}
.l-footer__button a {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 210px;
  background-color: #da291c;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 15.5px 15px 15.5px 49px;
  position: relative;
}
.l-footer__button a::before, .l-footer__button a::after {
  position: absolute;
  top: 50%;
  left: 17px;
  width: 20px;
  height: 15px;
  transform: translateY(-50%);
  content: url(../images/icon_contact.svg);
}
@media (hover) {
  .l-footer__button a {
    transition: 0.3s ease 0s;
  }
  .l-footer__button a:hover {
    background-color: #ff5042;
  }
}
.l-footer__bottom {
  background-color: #222;
  padding: 30px 0 24px;
}
@media (min-width: 769px) {
  .l-footer__bottom {
    padding: 51px 0;
  }
}
.l-footer__bottom__wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .l-footer__bottom__wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
}
.l-footer__link {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 769px) {
  .l-footer__link {
    flex-direction: row;
    gap: 16px;
  }
}
.l-footer__link > li a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #c1c1c1;
  padding-right: 18px;
  position: relative;
}
.l-footer__link > li a::before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 11px;
  height: 9px;
  transform: translateY(-50%);
  background-color: #c1c1c1;
  content: "";
  -webkit-mask-image: url(../images/icon_blank_glay.svg);
  mask-image: url(../images/icon_blank_glay.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (hover) {
  .l-footer__link > li a {
    transition: 0.3s;
  }
  .l-footer__link > li a::before {
    transition: 0.3s;
  }
  .l-footer__link > li a:hover {
    color: #fff;
  }
  .l-footer__link > li a:hover::before {
    background-color: #fff;
  }
}
.l-footer__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
}
.l-footer__copy__name {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  color: #aeaeae;
}
@media (min-width: 769px) {
  .l-footer__copy__name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer__copy__copy {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: Roboto;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  color: #aeaeae;
}
@media (min-width: 769px) {
  .l-footer__copy__copy {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.c-follow.visible {
  opacity: 1;
  pointer-events: auto;
}
.c-follow__button {
  width: 50%;
}
.c-follow__material {
  width: 100%;
  display: block;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 11px 10px 10px 65px;
  position: relative;
}
.c-follow__material::before {
  position: absolute;
  top: 50%;
  right: calc(50% + 40px);
  width: 14px;
  height: 17.5px;
  content: url(../images/icon_material.svg);
  transform: translateY(-50%);
}
.c-follow__contact {
  width: 100%;
  display: block;
  background-color: #da291c;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 13px 10px 12px 67px;
  position: relative;
}
.c-follow__contact::before {
  position: absolute;
  top: 50%;
  right: calc(50% + 41px);
  width: 20px;
  height: 15px;
  content: url(../images/icon_contact.svg);
  transform: translateY(-50%);
}

.font-rbt {
  font-family: "Roboto", sans-serif;
}

.c-heading-primary {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 56px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-heading-primary {
    font-size: 32px;
    padding-bottom: 40px;
    margin-bottom: 32px;
  }
}
.c-heading-primary::after {
  content: "";
  background-color: #da291c;
  width: 60px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.c-heading-primary .--large {
  font-size: 68px;
}
@media screen and (max-width: 768px) {
  .c-heading-primary .--large {
    font-size: 38px;
  }
}

.c-heading-secondary {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0;
  padding-left: 56px;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .c-heading-secondary {
    font-size: 28px;
    padding-left: 0;
    padding-top: 62px;
    text-align: center;
    margin-bottom: 42px;
  }
}
.c-heading-secondary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-heading-secondary::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-heading-secondary.--cursor::before {
  width: 44px;
  height: 44px;
  background-image: url(../images/icon_cursor.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-heading-secondary.--cursor::before {
    width: 46px;
    height: 46px;
  }
}
.c-heading-secondary.--bulb::before {
  width: 28px;
  height: 43px;
  background-image: url(../images/icon_bulb.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-heading-secondary .--bold {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-heading-secondary .--bold {
    font-size: 30px;
  }
}

.c-lead {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .c-lead {
    font-size: 22px;
  }
}

.c-text, .c-text--left {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-text, .c-text--left {
    text-align: left;
  }
}
.c-text--left {
  text-align: left;
}

.c-box {
  padding: 60px 56px;
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .c-box {
    padding: 45px 18px;
  }
}
.c-box:not(:last-child) {
  margin-bottom: 20px;
}

.c-block:not(:last-child) {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .c-block:not(:last-child) {
    margin-bottom: 80px;
  }
}

.c-can-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 28px;
  padding: 52px 56px 50px;
  border: solid 2px #c7c7c7;
  border-radius: 12px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-can-list {
    padding: 46px 18px;
    row-gap: 30px;
  }
}

.c-can-item {
  position: relative;
  padding-left: 30px;
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 768px) {
  .c-can-item {
    width: 100%;
  }
}
.c-can-item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background-image: url(../images/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.c-can-item h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .c-can-item h4 {
    margin-bottom: 0;
  }
}
.c-can-item p {
  line-height: 2;
  font-size: 14px;
}

.c-feature {
  display: grid;
  grid-template-areas: "head img" "text img";
  row-gap: 50px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-feature {
    display: block;
    position: relative;
  }
}
.c-feature.is-active .--plus::after {
  transform: translate(-50%, -50%) rotate(0);
}
.c-feature__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  position: relative;
  grid-area: head;
}
@media screen and (max-width: 768px) {
  .c-feature__head {
    display: grid;
    grid-template-areas: "number heading" "lead lead";
    grid-template-columns: auto 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 20px;
  }
}
.c-feature__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: text;
  line-height: 2;
}
.p-hero__content > .c-feature__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media screen and (max-width: 768px) {
  .c-feature__text {
    display: none;
    margin-top: 35px;
    margin-bottom: 40px;
  }
}
.c-feature__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: img;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-feature__img {
    display: none;
  }
}
.c-feature__img.--space {
  padding: 46px 85px;
}
@media screen and (max-width: 980px) {
  .c-feature__img.--space {
    padding: 0;
  }
}
.c-feature__number {
  color: #333;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .c-feature__number {
    grid-area: number;
  }
}
.c-feature__heading {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .c-feature__heading {
    grid-area: heading;
    font-size: 26px;
  }
}
.c-feature__heading .--red {
  color: #da291c;
}
.c-feature__lead {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-feature__lead {
    grid-area: lead;
  }
}
.c-feature__lead::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 15px;
  background-image: url(../images/icon_arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-feature .--plus {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 100vmax;
  width: 26px;
  height: 26px;
  background-color: #da291c;
}
.c-feature .--plus::before, .c-feature .--plus::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 100vmax;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-feature .--plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-feature .--plus {
    display: none;
  }
}

.c-cta {
  background-color: #da291c;
  border-radius: 12px;
  box-shadow: 4px 5px 4px 0px rgba(0, 0, 0, 0.1019607843);
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 21px 56px 0;
  position: relative;
  bottom: -104px;
}
@media screen and (max-width: 768px) {
  .c-cta {
    flex-direction: column;
    gap: 0;
    align-items: center;
    padding: 35px 18px 0;
  }
}
@media (hover) {
  .c-cta {
    transition: 0.3s;
  }
  .c-cta .c-cta__button {
    transition: 0.3s;
  }
  .c-cta:hover {
    background-color: #ff5042;
    transform: translateY(-5px);
    box-shadow: 4px 10px 10px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .c-cta:hover .c-cta__button {
    color: #ff5042;
  }
}
@media screen and (max-width: 768px) {
  .c-cta > figure {
    order: 2;
  }
}
.c-cta__text-box {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .c-cta__text-box {
    order: 0;
    text-align: center;
    margin-bottom: 28px;
  }
}
.c-cta__label {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  padding: 0 12px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  margin-bottom: 26px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-cta__label {
    line-height: 1.6;
    padding: 6px 12px;
    font-size: 12px;
    width: 100%;
  }
}
.c-cta__label.--red {
  color: #da291c;
  background: #ffceca;
}
.c-cta__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-cta__text {
    font-size: 16px;
  }
}
.c-cta__text .--middle {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-cta__text .--middle {
    font-size: 22px;
  }
}
.c-cta__text .--large {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-cta__text .--large {
    font-size: 28px;
  }
}
.c-cta__text.--black {
  color: #000;
}
.c-cta__button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
  background-color: #fff;
  color: #da291c;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  border-radius: 100vmax;
  padding-inline: 36px;
  height: 53px;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .c-cta__button {
    order: 1;
    max-width: 218px;
    font-size: 15px;
    padding-inline: 29px;
    gap: 15px;
    margin-inline: auto;
  }
}
.c-cta__button svg {
  vertical-align: text-bottom;
}
.c-cta__button.--red {
  color: #fff;
  background-color: #da291c;
  margin-bottom: 0;
}
.c-cta__button.is-disabled {
  color: #888888;
  border: solid 3px #888888;
  margin-bottom: 0;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-cta__button.is-disabled {
    min-width: 254px;
  }
}
.c-cta__content {
  flex: 1;
  background-color: #fff;
  padding: 50px 56px 50px 38px;
}
@media screen and (max-width: 768px) {
  .c-cta__content {
    padding: 30px 30px 42px;
  }
}
.c-cta__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .c-cta__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.c-cta__list {
  counter-reset: item;
}
.c-cta__item {
  position: relative;
  counter-increment: item;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-left: 26px;
}
.c-cta__item:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .c-cta__item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.c-cta__item::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: counter(item, decimal-leading-zero);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #da291c;
}
.c-cta__item .--bold {
  font-weight: 700;
  font-size: 16px;
}
.c-cta__note {
  margin-top: 40px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  color: #6d6d6d;
}
@media screen and (max-width: 768px) {
  .c-cta__note {
    font-size: 12px;
    text-align: left;
  }
}
.c-cta__note a {
  text-decoration: underline;
}
@media (hover) {
  .c-cta__note a:hover {
    text-decoration: none;
  }
}
.c-cta__note a::after {
  content: "";
  display: inline-block;
  margin-inline: 4px;
  width: 13px;
  height: 13px;
  background-image: url(../images/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.c-cta--large {
  display: flex;
  border-radius: 12px;
  box-shadow: 4px 5px 4px 0px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-cta--large {
    flex-direction: column;
  }
}
@media (hover) {
  .c-cta--large {
    transition: 0.3s;
  }
  .c-cta--large figure {
    transition: 0.3s;
  }
  .c-cta--large .c-cta__label {
    transition: 0.3s;
  }
  .c-cta--large .c-cta__item::before {
    transition: 0.3s;
  }
  .c-cta--large .c-cta__button {
    transition: 0.3s;
  }
  .c-cta--large:hover {
    transform: translateY(-5px);
    box-shadow: 4px 10px 10px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .c-cta--large:hover figure {
    background-color: #ff5042;
  }
  .c-cta--large:hover .c-cta__label {
    color: #ff5042;
  }
  .c-cta--large:hover .c-cta__item::before {
    color: #ff5042;
  }
  .c-cta--large:hover .c-cta__button {
    background-color: #ff5042;
  }
}
.c-cta--large figure {
  display: grid;
  place-items: center;
  width: 291px;
  background-color: #da291c;
}
@media screen and (max-width: 768px) {
  .c-cta--large figure {
    width: 100%;
  }
}

.c-cta-wrap {
  position: relative;
  bottom: -215px;
}

.c-zoom {
  position: relative;
  cursor: pointer;
}
.c-zoom svg {
  position: absolute;
  right: 12px;
  bottom: 14px;
  color: #da291c;
}
@media screen and (max-width: 768px) {
  .c-zoom svg {
    display: none;
  }
}
@media (hover) {
  .c-zoom img {
    transition: 0.3s;
  }
  .c-zoom svg {
    transition: 0.3s;
  }
  .c-zoom:hover img {
    opacity: 0.7;
  }
  .c-zoom:hover svg {
    color: #ff5042;
  }
}

.c-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
}
.c-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.c-modal__content {
  position: relative;
  padding: 60px 56px;
  background: #fff;
  border-radius: 12px;
  max-width: 1024px;
  width: 75%;
}
.c-modal__prev, .c-modal__next {
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  color: #da291c;
  background-color: #fff;
  border-radius: 100vmax;
  border: solid 3px #da291c;
}
@media (hover) {
  .c-modal__prev, .c-modal__next {
    transition: 0.3s;
  }
  .c-modal__prev:hover, .c-modal__next:hover {
    color: #fff;
    background-color: #da291c;
  }
}
.c-modal__prev {
  left: -21px;
}
.c-modal__next {
  right: -21px;
}
.c-modal__close {
  position: absolute;
  display: grid;
  place-items: center;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  background-color: #da291c;
  border-radius: 100vmax;
  border: solid 3px #da291c;
  cursor: pointer;
  color: #fff;
}
@media (hover) {
  .c-modal__close {
    transition: 0.3s;
  }
  .c-modal__close:hover {
    color: #da291c;
    background-color: #fff;
  }
}
.c-modal__text-box {
  display: flex;
  flex-direction: column;
}
.c-modal__number {
  margin-bottom: 30px;
  color: #da291c;
  font-size: 26px;
  font-weight: 700;
}
.c-modal__title {
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 1.5;
}
.c-modal__text {
  line-height: 2;
}
.c-modal__slider-item.has-img {
  display: grid;
  grid-template-columns: 1fr 315px;
  gap: 56px;
}

.c-img-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.c-img-modal img {
  width: 100%;
}

.c-banner {
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .c-banner {
    padding-block: 80px 100px;
  }
}
@media screen and (max-width: 768px) {
  .c-banner__content {
    display: block;
    margin: 0 auto;
    max-width: 375px;
  }
}
@media (hover) {
  .c-banner__content {
    transition: 0.3s;
  }
  .c-banner__content:hover {
    opacity: 0.4;
  }
}

.p-hero {
  background-image: url("../images/hero_bg.png");
  background-size: cover;
  padding: 120px 0 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-hero {
    background-image: url("../images/hero_bg_sp.png");
    background-size: 100% 443px;
    background-repeat: no-repeat;
    padding: 140px 0 95px;
    margin-bottom: 0;
  }
}
.p-hero__content {
  display: grid;
  grid-template-areas: "title link" "text link";
  grid-template-columns: auto 380px;
  grid-template-rows: auto auto;
  justify-content: space-between;
  row-gap: 45px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
@media screen and (max-width: 980px) {
  .p-hero__content {
    grid-template-areas: "title title" "text link";
    grid-template-columns: auto 38vw;
  }
  .p-hero__content > .c-feature__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (max-width: 768px) {
  .p-hero__content {
    grid-template-areas: "title" "link" "text";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .p-hero__content > .c-feature__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.p-hero__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  font-weight: 700;
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .p-hero__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.p-hero__title > span {
  display: block;
}
.p-hero__title .--large {
  font-size: 82px;
}
@media screen and (max-width: 768px) {
  .p-hero__title .--large {
    font-size: 40px;
  }
}
.p-hero__title .--small {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .p-hero__title .--small {
    font-size: 26px;
  }
}
.p-hero__title .--mr-8 {
  margin-right: 8px;
}
.p-hero__title .--mb-16 {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-hero__title .--mb-16 {
    margin-bottom: 8px;
  }
}
.p-hero__title .--mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-hero__title .--mb-20 {
    margin-bottom: 10px;
  }
}
.p-hero__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: text;
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.p-hero__content > .p-hero__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media screen and (max-width: 980px) {
  .p-hero__text {
    gap: 1.2vw;
    font-size: 1.8vw;
  }
  .p-hero__text img {
    width: 14vw;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__text {
    gap: 12px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .p-hero__text img {
    width: 96px;
  }
}
.p-hero__link-list {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: link;
  align-self: end;
}
.p-hero__link {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  box-shadow: 4px 5px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 12px;
  padding: 0 20px 0 25px;
}
@media screen and (max-width: 980px) {
  .p-hero__link {
    padding: 0 2vw 0 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__link {
    height: 68px;
  }
}
@media (hover) {
  .p-hero__link {
    transition: 0.3s;
  }
  .p-hero__link svg {
    transition: 0.3s;
  }
  .p-hero__link:hover {
    box-shadow: 4px 10px 9px 0px rgba(0, 0, 0, 0.1019607843);
    transform: translateY(-5px);
  }
}
.p-hero__link:not(:last-child) {
  margin-bottom: 20px;
}
.p-hero__link.--red {
  background-color: #da291c;
  color: #fff;
}
.p-hero__link.--red figure {
  align-self: flex-end;
}
.p-hero__link.--red svg {
  color: #da291c;
}
@media screen and (max-width: 768px) {
  .p-hero__link.--red figure {
    width: 48px;
  }
}
@media (hover) {
  .p-hero__link.--red:hover {
    background-color: #ff5042;
  }
  .p-hero__link.--red:hover svg {
    color: #ff5042;
  }
}
.p-hero__link.--white {
  color: #da291c;
  background-color: #fff;
  border: solid 3px #da291c;
}
@media screen and (max-width: 768px) {
  .p-hero__link.--white figure {
    width: 56px;
  }
}
@media (hover) {
  .p-hero__link.--white:hover {
    border: solid 3px #ff5042;
    color: #ff5042;
  }
}
.p-hero__link-text {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p-hero__link-text {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__link-text {
    font-size: 20px;
  }
}
.p-hero__link-text > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
}
@media screen and (max-width: 980px) {
  .p-hero__link-text > span {
    gap: 0.6vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__link-text > span {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.p-hero__link-text > span::before, .p-hero__link-text > span::after {
  content: "";
  width: 1px;
  height: 15px;
}
.p-hero__link-text > span::before {
  transform: rotate(-30deg);
}
.p-hero__link-text > span::after {
  transform: rotate(30deg);
}
.p-hero__link-text > span.--red::before, .p-hero__link-text > span.--red::after {
  background-color: #fff;
}
.p-hero__link-text > span.--white::before, .p-hero__link-text > span.--white::after {
  background-color: #da291c;
}

.p-lineup {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-lineup {
    margin-bottom: 100px;
  }
}
.p-lineup__heading-primary {
  max-width: 793px;
  margin: 0 auto 70px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-lineup__heading-primary {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-size: 32px;
    margin: 0 auto 50px;
  }
}
.p-lineup__heading-primary::after {
  order: 1;
  content: "&";
  font-weight: 400;
  font-size: 52px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-lineup__heading-primary::after {
    font-size: 38px;
  }
}
.p-lineup__heading-primary > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-lineup__heading-primary > span {
    gap: 16px;
  }
}
.p-lineup__heading-primary > span:first-child {
  order: 0;
}
@media screen and (max-width: 768px) {
  .p-lineup__heading-primary > span:first-child img {
    width: 148px;
  }
}
.p-lineup__heading-primary > span:last-child {
  order: 2;
}
@media screen and (max-width: 768px) {
  .p-lineup__heading-primary > span:last-child img {
    width: 112px;
  }
}
.p-lineup__heading-secondary {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .p-lineup__heading-secondary {
    font-size: 26px;
  }
}
.p-lineup__support-list {
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 821px;
}
@media screen and (max-width: 768px) {
  .p-lineup__support-list {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.p-lineup__support-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 41px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lineup__support-item {
    gap: 20px;
  }
}
.p-lineup__support-item:not(:last-child)::before, .p-lineup__support-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 48px;
  right: -26px;
  width: 50px;
  height: 3px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .p-lineup__support-item:not(:last-child)::before, .p-lineup__support-item:not(:last-child)::after {
    display: none;
  }
}
.p-lineup__support-item:not(:last-child)::before {
  transform: rotate(45deg);
}
.p-lineup__support-item:not(:last-child)::after {
  transform: rotate(-45deg);
}
.p-lineup__support-item figure {
  min-height: 98px;
  display: grid;
  place-items: center;
}
.p-lineup__support-text {
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  vertical-align: middle;
}
.p-lineup__support-text .--red {
  color: #da291c;
  font-weight: 700;
  font-size: 23px;
}
.p-lineup__support-text small {
  white-space: nowrap;
  color: #6d6d6d;
  font-size: 12px;
  line-height: 1.5;
}
.p-lineup__list {
  margin-bottom: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .p-lineup__list {
    gap: 4px;
  }
}
.p-lineup__anchor-detail {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  color: #3a3a3a;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-lineup__anchor-detail {
    font-size: 16px;
  }
}
.p-lineup__anchor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .p-lineup__anchor-list {
    grid-template-columns: 1fr;
  }
}
.p-lineup__anchor-item {
  height: 100%;
  box-shadow: 4px 5px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border: solid 3px #da291c;
  border-radius: 12px;
  position: relative;
  display: flex;
  gap: 23px;
  padding: 28px 71px 23px 28px;
}
@media screen and (max-width: 768px) {
  .p-lineup__anchor-item {
    padding: 24px 75px 24px 18px;
    gap: 15px;
  }
}
@media (hover) {
  .p-lineup__anchor-item {
    transition: 0.3s;
  }
  .p-lineup__anchor-item svg {
    transition: 0.3s;
  }
  .p-lineup__anchor-item:hover {
    border-color: #ff5042;
    transform: translateY(-5px);
    box-shadow: 4px 10px 10px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .p-lineup__anchor-item:hover svg {
    color: #ff5042;
  }
}
.p-lineup__anchor-item svg {
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  color: #da291c;
}
.p-lineup__anchor-item > figure {
  flex-shrink: 0;
  width: 115px;
  height: 115px;
  display: grid;
  place-items: center;
  background-color: #f7f7f7;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .p-lineup__anchor-item > figure {
    width: 68px;
    height: 68px;
  }
}
.p-lineup__anchor-item h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-lineup__anchor-item h4 {
    margin-bottom: 12px;
    font-size: 22px;
  }
}
.p-lineup__anchor-item p {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-lineup__anchor-item p {
    font-size: 12px;
  }
}

.p-fortigate__heading {
  font-weight: 400;
  font-size: 38px;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-fortigate__heading {
    font-size: 24px;
  }
}
.p-fortigate__heading .--bold {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-fortigate__heading .--bold {
    font-size: 22px;
  }
}
.p-fortigate__heading .--red {
  color: #da291c;
}
.p-fortigate__img {
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .p-fortigate__img {
    margin-bottom: 26px;
  }
}

.p-table-scroll {
  margin-top: 70px;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE、Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.p-table-scroll::-webkit-scrollbar {
  display: none; /* chrome、Safari対応 */
}
@media screen and (max-width: 768px) {
  .p-table-scroll {
    margin-top: 42px;
  }
}

.p-table-wrap {
  width: 1024px;
  border: solid 1px #adadad;
  border-radius: 12px;
  overflow: hidden;
}

.p-table {
  width: 100%;
  border-collapse: collapse;
  letter-spacing: 0.04em;
}
.p-table tr:last-child th,
.p-table tr:last-child td {
  border-bottom: none;
}
.p-table th:not(.--text-left),
.p-table td:not(.--text-left) {
  vertical-align: middle;
  text-align: center;
}
.p-table th {
  background-color: #fff;
  border-right: solid 1px #adadad;
  border-bottom: solid 1px #adadad;
  font-weight: 700;
  font-size: 18px;
}
.p-table th.--fixed-height {
  height: 115px;
}
.p-table td {
  padding: 20px;
  border-bottom: solid 2px #fff;
}
.p-table td:not(:last-child) {
  border-right: solid 2px #fff;
}
.p-table td small {
  display: block;
  color: #6c6c6c;
  font-size: 12px;
  white-space: nowrap;
  margin-top: 12px;
}
.p-table td strong {
  font-weight: 700;
  font-size: 20px;
}
.p-table td .--box {
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
  padding: 8px 22px;
  font-weight: 700;
}
.p-table td .--box:last-child {
  width: 100%;
}
.p-table td .--box:only-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 53px;
}
.p-table td.--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-table td.--red {
  color: #da291c;
}
.p-table td.--bold {
  font-weight: 700;
  font-size: 18px;
}
.p-table td.--bg-gray01 {
  background-color: #d5d5d5;
}
.p-table td.--bg-gray02 {
  background-color: #f0f0f0;
}
.p-table td.--bg-red01 {
  background-color: #ffceca;
}
.p-table td.--bg-red02 {
  background-color: #ffdfdd;
}
.p-table td.--bg-red03 {
  background-color: #fff1f0;
}
.p-table__list > li {
  position: relative;
  padding-left: 17px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-table__list > li:not(:last-child) {
  margin-bottom: 8px;
}
.p-table__list > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  transform: translateY(-50%);
  background-color: #da291c;
  width: 6.5px;
  height: 6.5px;
  border-radius: 2px;
}

.p-about {
  padding: 77px 56px 83px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 80px 18px;
  }
}
.p-about__heading-primary {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-about__heading-primary {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
.p-about__heading-primary .--large {
  font-weight: 700;
  font-size: 68px;
}
@media screen and (max-width: 768px) {
  .p-about__heading-primary .--large {
    font-size: 38px;
  }
}
.p-about__heading-secondary {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-about__heading-secondary {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.p-about__heading-secondary .--large {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .p-about__heading-secondary .--large {
    font-size: 30px;
  }
}
.p-about__2col {
  display: grid;
  grid-template-columns: 1fr 368px;
  gap: 70px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .p-about__2col {
    grid-template-columns: 1fr;
  }
}
.p-about__lead {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.65;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-about__lead {
    font-size: 22px;
    margin-bottom: 26px;
  }
}
.p-about__detail-list {
  display: grid;
  gap: 27px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-about__detail-list {
    gap: 39px;
    margin-bottom: 39px;
  }
}
.p-about__detail-item {
  display: grid;
  grid-template-columns: 75px 1fr;
  align-items: end;
  gap: 25px;
}
.p-about__detail-title {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.p-about__detail-text {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  flex-wrap: wrap;
}
.p-about__detail-text .--red {
  color: #da291c;
}
.p-about__detail-text .--large {
  font-weight: 500;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  .p-about__detail-text .--large {
    font-size: 36px;
  }
}
.p-about__detail-text small {
  color: #3a3a3a;
  font-size: 10px;
}
.p-about__note {
  color: #6d6d6d;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-about__note a {
  text-decoration: underline;
}
@media (hover) {
  .p-about__note a:hover {
    text-decoration: none;
  }
}
.p-about__note a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../images/icon_blank-small.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.p-about__list {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-about__list {
    margin-top: 42px;
    grid-template-columns: 1fr;
  }
}
.p-about__card {
  cursor: pointer;
  position: relative;
  background-color: #fff;
  box-shadow: 4px 5px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 12px;
  padding: 28px;
  min-height: 276px;
  display: grid;
  place-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-about__card {
    padding: 28px 13px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
    min-height: auto;
    grid-template-areas: "img number" "img title" "content content";
    place-content: flex-start;
    grid-template-columns: 64px auto;
  }
  .p-about__card > .c-feature__number {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (hover) {
  .p-about__card {
    transition: 0.3s;
  }
  .p-about__card .--number,
  .p-about__card .--plus {
    transition: 0.3s;
  }
  .p-about__card:hover {
    transform: translateY(-5px);
    box-shadow: 4px 10px 10px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .p-about__card:hover .--number {
    color: #ff5042;
  }
  .p-about__card:hover .--plus {
    background-color: #ff5042;
  }
}
.p-about__card.is-active .--plus::after {
  transform: translate(-50%, -50%) rotate(0);
}
.p-about__card .--number {
  position: absolute;
  top: 28px;
  left: 28px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #da291c;
}
@media screen and (max-width: 768px) {
  .p-about__card .--number {
    position: static;
    grid-area: number;
  }
}
.p-about__card .--plus {
  position: absolute;
  right: 14px;
  bottom: 14px;
  border-radius: 100vmax;
  width: 26px;
  height: 26px;
  background-color: #da291c;
}
@media screen and (max-width: 768px) {
  .p-about__card .--plus {
    right: 12px;
    bottom: auto;
    top: 107px;
  }
}
.p-about__card .--plus::before, .p-about__card .--plus::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 100vmax;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-about__card .--plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
.p-about__card-img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__card-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: img;
    align-self: center;
    height: 63px;
  }
  .p-about__card-img img {
    height: 100%;
  }
}
.p-about__card-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__card-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: title;
    font-size: 14px;
    text-align: left;
  }
  @media screen and (max-width: 980px){
  .p-hero__title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
  }
  .p-hero__content > .p-hero__text {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
  }
  .p-hero__link-list {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
  }
  .p-about__card-title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
  }
  }
  @media (max-width: 768px){
  .p-hero__title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
  }
  .p-hero__content > .p-hero__text {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
  }
  .p-hero__link-list {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
  }
  .p-about__card-title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
  }
  }
}
.p-about__card-title .--large {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p-about__card-title .--large {
    font-size: 22px;
  }
}
.p-about__content {
  grid-area: content;
  display: none;
  margin-top: 46px;
  line-height: 2;
}
@media screen and (max-width: 768px){
  .c-feature__number {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-feature__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .c-feature__lead {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-about__card .--number {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-about__card > .--number {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-about__content {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
.p-about__content figure {
  text-align: center;
  margin-top: 40px;
}

@media (hover) {
  a.p-event__item {
    transition: 0.3s;
  }
  a.p-event__item dt::before,
  a.p-event__item .c-cta__button,
  a.p-event__item .c-cta__label {
    transition: 0.3s;
  }
  a.p-event__item:hover {
    transform: translateY(-5px);
    box-shadow: 4px 10px 10px 0px rgba(0, 0, 0, 0.1019607843);
  }
  a.p-event__item:hover dt::before,
  a.p-event__item:hover .c-cta__button {
    background-color: #ff5042;
  }
  a.p-event__item:hover .c-cta__label {
    color: #ff5042;
  }
}

.p-event {
  border-radius: 160px 160px 0 0;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-event {
    border-radius: 50px 50px 0 0;
    padding-bottom: 80px;
  }
}
.p-event__list {
  margin-top: 70px;
}
.p-event__list > li:not(:last-child) {
  margin-bottom: 20px;
}
.p-event__item {
  display: block;
  background-color: #fff;
  box-shadow: 4px 5px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 12px;
  padding: 39px 56px;
}
@media screen and (max-width: 768px) {
  .p-event__item {
    padding: 45px 18px;
  }
}
.p-event__item .c-cta__label {
  font-size: 15px;
  padding-block: 3.5px;
  width: -moz-fit-content;
  width: fit-content;
}
.p-event__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-event__title {
    line-height: 1.4;
    margin-bottom: 18px;
  }
}
.p-event__title .--small {
  font-size: 16px;
}
.p-event__text {
  margin-bottom: 35px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.p-event__bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-event__bottom {
    flex-direction: column;
    gap: 40px;
  }
}
.p-event__bottom > dl {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 12px;
  line-height: 1.6;
}
.p-event__bottom > dl > div {
  display: flex;
  gap: 15px;
}
.p-event__bottom dt {
  flex-shrink: 0;
  position: relative;
  padding-left: 10px;
  font-weight: 700;
}
.p-event__bottom dt::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background-color: #da291c;
  width: 3px;
  height: 11px;
}

.u-bg-gray {
  background-color: #f7f7f7;
}

.u-fz-14 {
  font-size: 14px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .u-mb-200-sp {
    margin-bottom: 200px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-text-left-sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .u-text-center-sp {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-200-sp {
    margin-bottom: 200px;
  }
}

.u-nowrap {
  word-break: keep-all;
}
/*# sourceMappingURL=style.css.map */
