@charset "UTF-8";


body * {
  font-family: "noto-sans-cjk-jp", sans-serif;

  color: #333;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.p-inner {
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-inner {
    max-width: 1050px;
    padding-inline: 1.5625rem;
    margin-inline: auto;
  }
}

.btn1 {
  display: inline-block;
  min-width: 7.875rem;
  background-color: #333333;
  color: #fff;
  padding: 0.3125rem 0.625rem 0.3125rem;
  font-size: 1rem;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .btn1 {
    min-width: 9.875rem;
    padding: 0.375rem 1.25rem 0.5rem;
    transition: all 0.2s;
  }
}
.btn1:after {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 1.0625rem;
  background-image: url(../../img/product/icon-arrow.svg);
}

.btn1.btn1--red {
  background-color: #D70D1F;
}

.btn1.btn1--gray {
  background-color: #707070;

}

@media screen and (min-width: 768px) {
  .btn1.btn1--gray {
    gap: 30px;
  }
  
}

.btn2 {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  font-weight: 700;
  background-color: #fff;
  padding-block: 0.9375rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  min-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .btn2 {
    min-width: 29.625rem;
    font-size: 1.125rem;
    line-height: 1.5555555556;
    padding-block: 1.6875rem;
    padding-left: 2.125rem;
    padding-right: 2.5rem;
  }
}
.btn2:after {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 1.0625rem;
  -webkit-mask-image: url(../../img/product/icon-arrow.svg);
          mask-image: url(../../img/product/icon-arrow.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #333333;
}

.btn2.btn2--black {
  background-color: #333333;
  color: #fff;
}
.btn2.btn2--black:after {
  background-color: #fff;
}

.head1 {
  text-align: center;
}
.head1 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 1.4375;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .head1 span {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.head1 span:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #F2F2F2;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
          clip-path: polygon(100% 0, 0% 100%, 0 0);
  position: absolute;
  top: -3px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .head1 span:before {
    top: -10px;
    left: -0.3125rem;
    width: 4.125rem;
    height: 4.125rem;
    left: -1.375rem;
  }
}

.head1.head1--white span:before {
  background-color: #fff;
}

.head__product {
  background: url(../../img/product/bg-product.jpg) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .head__product .head__txt {
    width: 1000px;
  }
}

@media screen and (min-width: 768px) {
  .page-product .breadcrumb__inner {
    width: 1000px;
  }
}

.product__item {
  background-color: #F2F2F2;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .product__item {
    padding: 2.5rem 2.1875rem 2.5rem 2.1875rem;
    display: grid;
    /* align-items: center; */
    align-items: flex-start;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 2rem;
  }
}
.product__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .product__item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.product__img {
  background-color: #fff;
  padding: 0.625rem 0.9375rem;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, .16);
}
@media screen and (min-width: 768px) {
  .product__img {
    width: 320px;
    padding: 0.625rem 2.1875rem;
    display: flex;
    align-items: center;
  justify-content: center;  }
}
.product__img img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.product__body {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .product__body {
    margin-top: 0;
  }
}

.product__item.product__item--lg .product__img {
  padding: 0;
  background-color: transparent;
}

.title1 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 900;
  position: relative;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .title1 {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding-bottom: 1.25rem;
  }
}
.title1:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#D70D1F), color-stop(30%, #D70D1F), color-stop(30%, #F2F2F2), to(#F2F2F2));
  background: linear-gradient(90deg, #D70D1F 0%, #D70D1F 30%, #F2F2F2 30%, #F2F2F2 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .card1 {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    padding-inline: 2rem;
    &:hover {
      opacity: 1;
      .btn1 {
        opacity: .7;
      }
    }
  }
}

.card1__img img {
  width: 45%;
  margin: 0 auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* aspect-ratio: 432/243; */
  aspect-ratio: 1 / 1;
}
@media screen and (max-width: 768px) {
  .card1__img img {
    width: 80%;
    margin: 0 auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /* aspect-ratio: 432/243; */
    aspect-ratio: 1 / 1;
  }
}

.card1__title {
  margin-top: 1.875rem;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .card1__title {
    margin-top: 2.5625rem;
    font-size: 1.125rem;
  }
}

.card1__desc {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .card1__desc {
    margin-top: 1.875rem;
    font-size: 1rem;
    font-size: 14px;
    margin-bottom: 2.5rem;
  }
}
.card1__btn {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .card1__btn {
    text-align: right;
  }
}

.card1__btn .btn1 {
  text-align: left;
  font-size: 0.875rem;
  padding: 0.375rem 0.9375rem 0.5rem;
  min-width: 8.875rem;
  /* &:after {
    transform: translateY(1px);
  } */
}

@media screen and (max-width: 767px) {
  .card1__btn .btn1 {
    font-size: 1rem;
    width: 100%;
    padding: 0.9375rem;
  }
}

.page-product {
  /* padding-top: 1.875rem; */
  padding-bottom: 11.25rem;
  margin-top: -16px;
}
@media screen and (min-width: 768px) {
  .page-product {
    /* padding-top: 3.75rem; */
    padding-bottom: 11.75rem;
    margin-top: 0;
  }
}
.page-product .main {
  padding-top: 3.75rem;
}

.product__title.title1 {
  font-size: 20px;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .product__title.title1 {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.product__title.title1:after {
  background: linear-gradient(90deg, #D70D1F 0%, #D70D1F 15%, #fff 15%, #fff 100%);
}

@media screen and (min-width: 768px) {
  .product__title.title1 {
    font-size: 1.25rem;
    line-height: 1.3333333333;
    padding-bottom: 0.75rem;
  }
  
}



.product__subTitle {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .product__subTitle {
    font-size: 16px;
  }
}

.product__text {
  font-size: 0.875rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 0.9375rem;

}

@media screen and (max-width: 767px) {
  .product__text {
    font-size: 14px;
    margin-top: 15px;
  }
}

.product__btnWrap {
  margin-top: 2rem;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 0.9375rem;
  row-gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .product__btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
       column-gap: 0.9375rem;
  }
}

.product__btnWrap .btn1 {
  font-size: 0.875rem;
  min-width: 8.875rem;
  padding-inline: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .product__btnWrap .btn1 {
    font-size: 1rem;
    padding-block: 15px;
  }
  .product__btnWrap a {
    width: 100%;
    margin-bottom: 15px;
  }
}
.p-introduction {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-introduction {
    margin-top: 10.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-introduction__head.head1 span:before {
    left: -10px;
  }

}

.p-introduction__banner {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-introduction__banner {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1875rem;
  }
}
.p-introduction__banner a {
  display: block;
}
.p-introduction__banner a img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-introduction__banner h3:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-introduction__banner h3:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-introduction__contents {
  margin-top: 5rem;
}

.p-introduction__content:nth-child(n+2) {
  margin-top: 2.5rem;
}

.p-introduction__title {
  display: inline-block;
  padding: 0.375rem 1.25rem;
  background-color: #333333;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-introduction__title {
    font-size: 16px;
  }
}

.p-introduction__desc {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 1.3125rem;
  span {
    font-weight: 500;
    font-family: "noto-sans-cjk-jp", sans-serif;

  }
}
.p-introduction__desc a {
  border-bottom: 1px solid #D70D1F;
  display: inline-block;
  line-height: calc(30 / 16);
  font-weight: 500;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-introduction__desc {
    font-size: 14px;
    span {
      font-size: 14px;
    }
  }
}

.p-other {
  margin-top: 5rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .p-other {
    margin-top: 9.375rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-other__list {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-other__list {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.3125rem; */
    width: 60%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
  }
}

.p-other__item:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-other__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.s-cta {
  /* margin-top: 3.125rem; */
}
@media screen and (min-width: 768px) {
  .s-cta {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .s-cta__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.s-cta__wrap {
  background-image: url(../../img/product/bg-cta.jpg);
  background-size: cover;
  background-position: center;
  padding-inline: 1.5625rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .s-cta__wrap {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* padding-left: 16.6666666667vw; */
    padding-left: 28.375rem;
    padding-right: 3.8541666667vw;
  }
}

.s-cta__title {
  font-size: 1.5rem;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .s-cta__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2rem;
    line-height: 1.4375;
  }
}
.s-cta__title:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../../img/product/icon-search.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .s-cta__title:after {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.s-cta__text {
  font-size: 0.875rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .s-cta__text {
    margin-top: 2.5rem;
    font-size: 1rem;
    max-width: 32.875rem;
  }
}

.s-cta__btn {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .s-cta__btn {
    margin-top: 3.75rem;
  }
}
.s-cta__btn .btn2 {
  min-width: 0;
  min-width: initial;
  width: 100%;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .s-cta__btn .btn2 {
    max-width: none;
    max-width: 29.625rem;
  }
}
.s-cta__btn .btn2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.2s;
}

.s-cta__btn .btn2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #333333;
    transition: left 0.2s;
    z-index: -1;
}

.s-cta a:hover {
  opacity: 1;
}

.s-cta__btn:hover  .btn2 {
  /* background: transparent; */
  color: #fff;
}
 .s-cta__btn:hover .btn2::before {
    left: 0;
}

.s-cta__btn:hover .btn2:after {
  background-color: #fff;
}


@media screen and (min-width: 768px) {
  .s-cta__img {
    width: 50%;
  }
}
.s-cta__img img {
  height: 100%;
}

.s-cta__img.u-mobile {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-top: 20px;
  img {
    width: 100%;
    aspect-ratio: 375 / 220;
    object-fit: cover;
  }
}

.sample {
  width: 100%;
  height: auto;
}
.sample__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sample__flex {
    display: block;
  }
}

  @media screen and (min-width: 768px) {
    .sample__image {

      width: 50%;
      background: url("../../img/product/img-cta.jpg") center no-repeat;
      background-size: cover;
  }
}
.sample__content {
  width: 50%;
  background: url("../../img/t-image/sample-sec-red.jpg") center no-repeat;
  background-size: cover;
  padding: 113px 0 109px 0;
}
@media screen and (max-width: 767px) {
  .sample__content {
    width: 100%;
    padding: 3.75rem 14px 3.75rem 14px;
  }
}
.sample__block {
  width: 500px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sample__block {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sample__block {
    margin-right: 2.9375rem;
  }
}
.sample__title {
  font-size: 20.5px;
  color: #fff;
  line-height: 1.7;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .sample__title {
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 20px 0;
  }
}
.sample__title span {
  font-size: 32.3px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .sample__title span {
    font-size: 26.8px;
  }
}
.sample__btn {
  position: relative;
  display: block;
  width: 390px;
  background-color: #fff;
  margin: 0 auto 16px 0;
}
@media screen and (max-width: 767px) {
  .sample__btn {
    width: 100%;
  }
}
.sample__btn span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 24px 0 24px 105px;
  z-index: 10000;
  font-size: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__btn span:hover {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__btn::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 1.5px #D70D1F;
  border-right: solid 1.5px #D70D1F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sample__btn:hover::before {
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  z-index: 100;
}
.sample__btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D70D1F;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__btn:hover::after {
  background-color: #333333;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__icon01 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 65px;
  margin: auto;
  z-index: 40;
}
.sample__icon02 {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 62px;
  z-index: 40;
}

.p-message {
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-message {
    margin-top: 9.375rem;
  }
}

.p-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-message__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 9.375rem;
  }
}

.p-message__body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-message__body {
    display: block;
  }
}

.p-message__head {
  position: relative;
  padding-bottom: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-message__head {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    padding-bottom: 1.5rem;
  }
}
.p-message__head:before {
  content: "";
  display: block;
  width: 3.25rem;
  height: 0.375rem;
  background: -webkit-gradient(linear, left top, right top, from(#D70D1F), color-stop(50%, #D70D1F), color-stop(50%, #0086CD), to(#0086CD));
  background: linear-gradient(90deg, #D70D1F 0%, #D70D1F 50%, #0086CD 50%, #0086CD 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-message__head:after {
  content: attr(data-en);
  display: block;
  font-size: 8.75rem;
  font-weight: 700;
  color: #F2F2F2;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  translate: 0 30px;
}

.p-message__position {
  display: block;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-message__position {
    font-size: 1.5rem;
  }
}

.p-message__headText {
  font-size: 1.75rem;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-message__headText {
    font-size: 2rem;
  }
}

h3.p-message__title {
  font-size: 1.375rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 2.1875rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  h3.p-message__title {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 5.25rem;
    margin-top: 3.25rem;
    margin-bottom: 1.5625rem;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.p-message__text {
  margin-top: 20px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
  order: 4;
  font-size: 14px;
}
.p-message__text p {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
      font-size: 1rem;
      margin-top: 1.5625rem;
  }
  .p-message__text p {
    font-size: 14px;
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.p-message__text p + p {
  margin-top: 1em;
}

.p-message__btn {
  margin-top: 1.875rem;
  /* width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; */
  /* margin-inline: auto; */
  /* -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; */

}

.p-message__btn .about__btn01 {
  max-width: 534px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-message__btn {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: auto;
    width: initial;
    margin-inline: 0;
    margin-top: -3.125rem;
  }

  .p-message__btn .about__btn01 {
    max-width: 29.375rem;

  }
}

.p-message__img {
  width: 16.125rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1.5625rem;
  margin-inline: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-message__img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 22.375rem;
    margin-top: 12.3125rem;
  }
}
.p-message__img:after {
  content: "";
  display: block;
  width: 100%;
  height: 16.125rem;
  background-color: #A6A6A6;
  position: absolute;
  top: 1.625rem;
  left: 1.625rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-message__img:after {
    height: 22.375rem;
    top: 2.25rem;
    left: 2.25rem;
  }
}

.p-message_name {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-message_name {
    margin-top: 2.875rem;
  }
}
.p-message_name span {
  display: block;
  font-size: 1rem;
  line-height: 3;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .message__bigtxt {
    top: 0;
    font-size: 8.125rem;
  }

  .message__image {
    width: 30%;
    padding: 9.5625rem 0 0 0;
}
.message__flex {
  align-items: flex-start;
}

}


/*# sourceMappingURL=product.css.map */
