@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1150px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}

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

/*****************************
* 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 {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

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

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

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

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

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

/* 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;
    scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
  }
}
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.l-page-top {
  bottom: 15px;
  bottom: 0.9375rem;
  position: fixed;
  right: 15px;
  right: 0.9375rem;
  z-index: 100;
}

.c-note {
  border: 2px solid #333;
  height: 54px;
  height: 3.375rem;
  text-align: center;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .c-note {
    font-size: 0.9375rem;
    height: unset;
    margin-inline: auto;
    max-width: 31.25rem;
    padding: 0.3125rem 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-note.c-note--wide {
    font-size: 0.875rem;
    text-align: center;
    word-break: keep-all;
  }
}


/* usami add2025.01.17 str*/
#footer{

}
.footer{
  flex-direction:row;
  gap:10px;
  margin-top: 50px;
}

.footer-main{

  display: block;
  height: 131px;
  height: 8rem;
  width: 800px;
  width: calc(100% - 5em);
  background: black;
  color: white;
  padding: 10px 25px 10px 25px;
}
.footer-main h3{
  background: white;
  color: black;
  display:inline-block;
  padding: 5px 10px 5px 10px; 
}
.c-pagetop {
  display: block;
  height: 80px;
  height: 8rem;
  width: 80px;
  width: 8rem;
}
@media screen and (max-width: 767px) {

  .footer{
    flex-direction:column;
    gap:10px;
    align-items: center;
    margin-top: 30px;
  }
  .footer-main{
    display: block;
    height: auto;
    width: 100%;
    font-size:0.9em;
  }
  .footer-main h3{
    padding: 5px 5px 5px 5px; 
    font-size:0.9em;
}

}
/*
.c-pagetop {
  bottom: 0;
  display: block;
  height: 80px;
  height: 5rem;
  position: absolute;
  right: 0;
  width: 80px;
  width: 5rem;
}
*/

/* usami add2025.01.17 end*/
@media screen and (max-width: 767px) {
  .c-pagetop {
    height: 3.75rem;
    right: -0.9375rem;
    width: 3.75rem;
  }
}


@media (any-hover: hover) {
  .c-pagetop:hover {
    opacity: 0.7;
  }
}
.c-ttl {
  background-color: #0c0c5c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 23px;
  font-size: 1.4375rem;
  height: 50px;
  height: 3.125rem;
  line-height: 1;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  font-weight: 700;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 1.125rem;
    height: 2.1875rem;
    margin-inline: auto;
    max-width: 31.25rem;
  }
}


/* usami add2025.01.17 str*/

@media screen and (max-width: 767px) {
  .p-lineup {
    /* padding-top: 6.25rem; */
    padding-top: 1.25rem;/* usami 2025.01.16 */
  }
}

.p-lineup__wrapper {
  display: grid;
  gap: 55px 57px;
  gap: 3.4375rem 3.5625rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-lineup__wrapper img{
  transition: 1.0s;
}
.p-lineup__wrapper img:hover{
  scale: 1.2;
  transition: 1.0s;
}

@media screen and (max-width: 767px) {
  .p-lineup__wrapper {
    gap: 1.625rem;
    /* grid-template-columns: 1fr; */
    grid-template-columns: repeat(2, 1fr);
    margin: 1.25rem auto 0;
    place-items: center;
  }
}

.p-lineup__figure {
  max-width: 521px;
  max-width: 32.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lineup__figure {
    max-width: 31.25rem;
  }
}
/* usami add2025.01.17 end*/

@media screen and (max-width: 767px) {
  .p-adapt {
    padding-top: 6.25rem;
  }
}

.p-adapt__wrapper {
  display: grid;
  gap: 55px 57px;
  gap: 3.4375rem 3.5625rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-adapt__wrapper {
    gap: 1.625rem;
    grid-template-columns: 1fr;
    margin: 1.25rem auto 0;
    place-items: center;
  }
}

.p-adapt__figure {
  max-width: 521px;
  max-width: 32.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-adapt__figure {
    max-width: 31.25rem;
  }
}

.p-manual {
  font-weight: 700;
  padding-bottom: 147px;
  padding-bottom: 9.1875rem;
  padding-top: 120px;
  padding-top: 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-manual {
    margin-inline: auto;
    max-width: 31.25rem;
    padding-top: 2.8125rem;
  }
}

.p-manual__note {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-manual__note {
    margin: 1.875rem auto 0;
    max-width: 31.25rem;
  }
}

.p-manual__top-note {
  color: #e60012;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.01em;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-manual__top-note {
    font-size: 1.125rem;
  }
}

.p-manual__top-txt {
  color: #e60012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 23px;
  font-size: 1.4375rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-manual__top-txt {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-manual__top-txt::before {
  color: #e60012;
  content: "●";
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-manual__top-txt::before {
    font-size: 1rem;
  }
}

.p-manual__center-txt {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.5714285714;
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-manual__center-txt {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }
}

.p-manual__bottom-txt {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.5714285714;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-manual__bottom-txt {
    font-size: 0.875rem;
  }
}

.p-manual__note-img {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-manual__note-img {
    margin: 1.25rem auto 0;
    max-width: 31.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-manual__note-img:nth-of-type(n+2) {
    margin-top: 1.5625rem;
  }
}

.p-manual__list {
  margin-top: 86px;
  margin-top: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-manual__list {
    margin-top: 1.5625rem;
  }
}

.p-manual__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.4761904762;
}
@media screen and (max-width: 767px) {
  .p-manual__item {
    font-size: 0.875rem;
  }
}

.p-manual__item::before {
  content: "⚫︎";
  display: block;
}

.p-manual__item + .p-manual__item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-manual__top-txt.p-manual__top-txt--bk {
  color: #000;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.03em;
  margin-top: 94px;
  margin-top: 5.875rem;
}
@media screen and (max-width: 767px) {
  .p-manual__top-txt.p-manual__top-txt--bk {
    font-size: 1.125rem;
    margin-top: 1.5625rem;
  }
}

.p-manual__top-txt.p-manual__top-txt--bk::before {
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-manual__top-txt.p-manual__top-txt--bk::before {
    font-size: 1rem;
  }
}

.p-manual__top {
  color: #e60012;
  font-size: 31px;
  font-size: 1.9375rem;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-manual__top {
    font-size: 1.125rem;
    margin-top: 1.5625rem;
  }
}

.p-manual__txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 37px;
  margin-top: 2.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-manual__txt-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
    margin-top: 1.5625rem;
  }
}

.p-manual__txt-wrapper + .p-manual__txt-wrapper {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-manual__txt-wrapper + .p-manual__txt-wrapper {
    margin-top: 1.5625rem;
  }
}

.p-manual__tag {
  border: 1px solid #e60012;
  color: #e60012;
  font-size: 31px;
  font-size: 1.9375rem;
  height: 73px;
  height: 4.5625rem;
  max-width: 252px;
  max-width: 15.75rem;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-manual__tag {
    font-size: 1.3125rem;
    height: 3.125rem;
    margin-inline: auto;
    max-width: 31.25rem;
  }
}

.p-manual__wrapper-txt {
  color: #e60012;
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-manual__wrapper-txt {
    font-size: 1.125rem;
  }
}

.p-manual__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-manual__bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
    margin-top: 1.5625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-manual__bottom-wrapper-txt {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.5714285714;
  width: 825px;
  width: 51.5625rem;
}
@media screen and (max-width: 767px) {
  .p-manual__bottom-wrapper-txt {
    font-size: 0.875rem;
    width: 100%;
  }
}

.p-manual-bottom-img {
  max-width: 191px;
  max-width: 11.9375rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-manual-bottom-img {
    max-width: 18.75rem;
    width: 21.3333333333vw;
  }
}

.p-movie {
  padding-top: 108px;
  padding-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-movie {
    padding-top: 2.8125rem;
  }
}

.p-movie-box {
  /* background-color: #B3B3B3; */ /* add */
  height: 100%;
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 100%;
  background-color: inherit; /* add */
  text-align: center; /* add */
}
video { /* add */
  width: 100%;
  max-width: 900px;
}

@media screen and (max-width: 1024px) {
  video { /* add */
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-movie-box {
    margin: 1.0625rem auto 0;
    max-width: 31.25rem;
  }
  video { /* add */
    width: 100%;
    max-width: 100%;
  }
}

.p-movie-box iframe {
  aspect-ratio: 1100/593;
  height: 100%;
  width: 100%;
}

.p-mv {
  background-image: url(../img/mv_bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  height: 47.6401179941vw;
  width: 100%;
}

.p-mv__inner {
  height: inherit;
  position: relative;
}

.p-mv__copy {
  left: -19px;
  left: -1.1875rem;
  position: absolute;
  top: 61%;
  -webkit-transform: translateY(-50%);
  max-width: 940px;
  max-width: 58.75rem;
  padding: 0 30px;
  padding: 0 1.875rem;
          transform: translateY(-50%);
  width: 100%;
}


/* usami add2025.01.17 str*/
 .p-adapt, .p-chara, .p-enstandard, .p-threestrap, .p-tredcenter, .p-setcontents, .p-tredcenter, .p-endurancetest{
  padding-top: 108px;
  padding-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-adapt, .p-chara, .p-enstandard, .p-threestrap, .p-tredcenter, .p-setcontents, .p-tredcenter, .p-endurancetest {
    padding-top: 2.8125rem;
  }
}

.p-adapt__top-txt {
  font-size: 20.5px;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-adapt__top-txt {
    font-size: 0.75rem;
    margin: 5px auto 0;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 31.25rem;
  }
}

.p-adapt__bottom-txt {
  font-size: 18.5px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-adapt__bottom-txt {
    font-size: 0.75rem;
    margin: 5px auto 0;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 31.25rem;
    margin-bottom: 30px;
  }
}

/* usami add2025.10.02 end*/

@media screen and (max-width: 767px) {
  .p-mv__copy {
    left: 8vw;
    max-width: 31.25rem;
    width: 64vw;
  }
}

.p-mv__nav {
  left: 0;
  padding: 0 30px;
  padding: 0 1.875rem;
  position: absolute;
  top: 11%;
}

/* usami add2024.10.02 str*/
.p-mv__nav {
  height: 70px;
  background-color: #fff;
  padding: 20px;
  margin: 10px;
  z-index:9;
}

/* usami add2024.10.02 end*/

@media screen and (max-width: 767px) {
  .p-mv__nav {
    left: 50%;
    max-width: 31.25rem;
    padding: 0;
    top: 100%;
    width: 88vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .p-mv__nav {
    left: 0;
    width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    margin: 0px auto;
    position: relative;
  }
}

/* usami add10.02 str*/
.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  animation: slideDown 0.3s ease-in-out;
}

.header--sticky .p-mv__nav-list{
  justify-content: center;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@media screen and (max-width: 1024px) {
  .header--sticky .p-mv__nav-list{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 100%;
  }
  .p-mv__nav.header--sticky {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__nav.header--sticky {
    top: auto;
    bottom:0;
    /* left: 50%; */
    left: 0;
    width: 100%;
    height: auto;
    margin: 10px;
    padding: 5px 1px;
    animation: slideDown2 0.3s ease-in-out;
  }
  
}

@keyframes slideDown2 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* usami add10.02 end*/


.p-mv__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-mv__nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 333px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__nav-list {
    display: grid;
    gap: 0.625rem 4vw;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-mv__nav-item > a {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-mv__nav-item > a {
    font-size: 0.75rem;
    /* font-size: clamp(0.75rem, 0.75rem + 0.78vw, 1.125rem); */
    
    font-size: clamp(0.65rem, 0.65rem + 0.78vw, 1.125rem);
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__nav-item > a::before {
    background: #333;
    content: "";
    display: inline-block;
    height: 13px;
    margin-right: 0.25rem;
    width: 5px;
  }
}

.p-mv__nav-item > a::after {
  background-color: #333;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-mv__nav-item > a::after {
    display: none;
  }
}

@media (any-hover: hover) {
  .p-mv__nav-item > a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .p-mv__nav-item > a:hover {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .p-mv__nav-item > a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.p-process {
  padding-top: 117px;
  padding-top: 7.3125rem;
}
@media screen and (max-width: 767px) {
  .p-process {
    padding-top: 2.5rem;
  }
}

.p-process__top-txt {
  color: #e60012;
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 700;
  margin-top: 45px;
  margin-top: 2.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-process__top-txt {
    font-size: 1.125rem;
    margin-top: 1.5625rem;
  }
}

.p-process__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-top: 3.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 53px;
  gap: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-process__wrapper {
    gap: unset;
    margin: 0.9375rem auto 0;
    max-width: 31.25rem;
  }
}

.p-process__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
  gap: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-process__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .p-process__item + .p-process__item {
    margin-top: 2.5rem;
  }
}

.p-process__figure {
  max-width: 418px;
  max-width: 26.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-process__figure {
    max-width: 31.25rem;
  }
}

.p-process__body-ttl {
  font-size: 43px;
  font-size: 2.6875rem;
  font-weight: 700;
  line-height: 1.1851851852;
}
@media screen and (max-width: 767px) {
  .p-process__body-ttl {
    font-size: 1.125rem;
  }
}

.p-process__body-txt {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.7307692308;
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-process__body-txt {
    font-size: 0.75rem;
    font-weight: 0.9375rem;
    margin-top: 0.9375rem;
  }
}

.p-process__bottom-txt {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-process__bottom-txt {
    font-size: 0.75rem;
    margin: 1.5625rem auto 0;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 31.25rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=common.css.map */