/* 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 {
  margin: 0;
}

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

/* 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]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* 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;
}

/* Remove all animations and transitions 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;
  }
}
/* base */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5;
  color: #333333;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
}

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

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

/* l-body */
.l-body.noScroll {
  overflow: hidden;
}

/* l-header */
.l-header {
  width: 100%;
  padding-top: 3%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.l-header__logo {
  width: 39.3rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 27rem;
  }
}
.l-header__btnArea {
  width: 25rem;
  max-width: 100%;
  position: absolute;
  top: 2.6rem;
  right: 3rem;
}
@media screen and (max-width: 768px) {
  .l-header__btnArea {
    display: none;
  }
}

/* l-footer */
/* l-inner */
.l-inner {
  width: 1032px;
  max-width: 100%;
  padding: 0 15px;
  margin: auto;
}

/* c-site */
.c-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-site {
    padding-bottom: 4rem;
  }
}
.c-site__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* c-btn */
.c-btn {
  display: block;
  font-size: 2.4rem;
  color: #000;
  letter-spacing: 0.1em;
  padding: 0 0.5rem 0 3.6rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  background: #fff url(../../assets/images/i_mail.webp) left 3.5rem center/3.1rem auto no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-btn {
      display: none;
    font-size: 2rem;
  }
}
.c-btn:hover {
  opacity: 0.8;
}

/* c-btnCommon */
.c-btnCommon {
  position: relative;
  display: block;
  color: #fff;
  width: 42rem;
  width: 50%;
  max-width: 100%;
  margin: auto;
  cursor: pointer;
  position: relative;
  padding: 1rem 0.4rem;
  background-image: -moz-linear-gradient( 0deg, rgb(146,107,225) 0%, rgb(105,117,221) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(146,107,225) 0%, rgb(105,117,221) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(146,107,225) 0%, rgb(105,117,221) 100%);
  text-align: center;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*.c-btnCommon::before {
        position:absolute;
        top: 17px;
        left: 88px;
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        background: url(../../assets/images/tel.svg) left top no-repeat;
        background-size: 25px;
    }*/
.c-btnCommon:hover {
  color: #fff;
  background-color: #333333;
}
.c-btnCommon.webyoyaku { background: #da93f9; }
.c-btnCommon.lineyoyaku { background: #06C755; }
.c-btnCommon i { margin-right: 5px; }
@media screen and (max-width: 768px) {
    .c-btnCommon {
        padding: .6rem 0.1rem;
        font-size: 1.6rem;
        line-height: 3;
        letter-spacing: 0;
    }

}
/* c-sectionTtl */
.c-sectionTtl {
  text-align: center;
}
.c-sectionTtl--white {
  color: #fff;
}
.c-sectionTtl__en {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-sectionTtl__en {
    font-size: 4rem;
  }
}
.c-sectionTtl__ja {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7083333333;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .c-sectionTtl__ja {
    font-size: 2rem;
  }
}

/* c-ttl*/
.c-ttl {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.4761904762;
}
@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 2.8rem;
  }
}

/* c-aboutBox */
.c-aboutBox {
  position: relative;
  padding: 18.4rem 0 19.6rem;
}
@media screen and (max-width: 1023px) {
  .c-aboutBox {
    padding: 18% 0;
  }
}
@media screen and (max-width: 768px) {
  .c-aboutBox {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-aboutBox--reverse {
    padding-top: 12vw;
  }
}
.c-aboutBox--reverse .c-aboutBox__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-aboutBox--reverse .c-aboutBox__imgArea {
  right: auto;
  left: 0;
}
.c-aboutBox--reverse .c-aboutBox__pallalax {
  right: auto;
  left: 0;
}
.c-aboutBox__en {
  position: absolute;
  top: -1.2rem;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .c-aboutBox__en {
    top: -1.2vw;
  }
}
.c-aboutBox__en.is_show .c-en {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-aboutBox__en.is_show .c-en span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-aboutBox__imgArea {
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .c-aboutBox__imgArea {
    max-width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .c-aboutBox__imgArea {
    max-width: 100%;
    position: relative;
    padding: 4rem 0;
  }
}
.c-aboutBox__pallalax {
  width: 45rem;
  max-width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.c-aboutBox__pallalax img {
  width: 100%;
  height: 100%;
}
.c-aboutBox__img {
  width: 56rem;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.c-aboutBox__desc {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
.c-aboutBox__img {
        height: 30rem;
    }
  .c-aboutBox__desc {
    padding: 4rem 0;
  }
}
.c-aboutBox__descInner {
  width: 56rem;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-aboutBox__descInner {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-aboutBox__descInner {
    width: 100%;
    max-width: 100%;
  }
}
.c-aboutBox__ttl {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4761904762;
}
@media screen and (max-width: 1023px) {
  .c-aboutBox__ttl {
    font-size: 2.4rem;
  }
}
.c-aboutBox__txt {
  margin-top: 4.4rem;
}
@media screen and (max-width: 1023px) {
  .c-aboutBox__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-aboutBox__txt {
    margin-top: 2.6rem;
    line-height: 1.8;
    font-size: 1.8rem;
  }
}

/* c-en */
.c-en {
  color: #fff;
  font-size: 14.7rem;
  line-height: 1;
  font-family: "garamond-premier-pro", serif;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
}
@media screen and (max-width: 1023px) {
  .c-en {
    font-size: 14vw;
  }
}
.c-en span {
  display: inline-block;
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
.c-en span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-en span:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.c-en span:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.c-en span:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.c-en span:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.c-en span:nth-child(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.c-en span:nth-child(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.c-en span:nth-child(9) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.c-en span:nth-child(10) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.c-en--flow {
  color: #F8F8F8;
}

/* c-boxToggle */
.c-boxToggle__trigger {
  color: #333333;
  display: block;
  width: 42rem;
  max-width: 100%;
  margin: auto;
  cursor: pointer;
  position: relative;
  padding: 0.4rem;
  background-color: #fff;
  border: 1px solid #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-boxToggle__trigger::before, .c-boxToggle__trigger::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-boxToggle__trigger::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.c-boxToggle__trigger:hover {
  color: #fff;
  background-color: #333333;
}
.c-boxToggle__trigger:hover::before, .c-boxToggle__trigger:hover::after {
  background-color: #fff;
}
.c-boxToggle__content {
  padding: 0 4.8%;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-boxToggle__contentTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  padding-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  .c-boxToggle__contentTop {
    display: block;
  }
}
.c-boxToggle__contentTopImg {
  width: 22.3rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-boxToggle__contentTopImg {
    width: 100%;
  }
}
.c-boxToggle__contentTopTxt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  .c-boxToggle__contentTopTxt {
    margin-left: 0;
  }
}
.c-boxToggle__contentBottom {
  margin-top: 1rem;
  line-height: 2;
  padding-top: 1rem;
  border-top: 1px solid #BFBFBF;
}
.c-boxToggle__contentBottomImg {
  width: 85rem;
  max-width: 100%;
  margin:  2rem auto 0;
}
.c-boxToggle__contentBottomTxt {
  margin-top: 3rem;
}
.c-boxToggle.is-active {
  background-color: #fff;
}
.c-boxToggle.is-active .c-boxToggle__trigger::after {
  background-color: transparent;
}
.c-boxToggle.is-active .c-boxToggle__content {
  padding: 5.5rem 4.8% 5rem;
  line-height: normal;
  height: auto;
  opacity: 1;
}

/* c-doctor */
.c-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-doctor {
    display: block;
  }
}
.c-doctor--imgLeft .c-doctor__desc {
  width: 62.4rem;
  max-width: 58%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .c-doctor--imgLeft .c-doctor__desc {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
}
.c-doctor--imgRight .c-doctor__figure {
  right: 0;
}
.c-doctor--imgRight .c-doctor__desc {
  width: 65rem;
  max-width: 70%;
}
@media screen and (max-width: 1180px) {
  .c-doctor--imgRight .c-doctor__desc {
    max-width: 58%;
  }
}
@media screen and (max-width: 768px) {
  .c-doctor--imgRight .c-doctor__desc {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
}
.c-doctor__figure {
  width: 50.1rem;
  max-width: 38%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .c-doctor__figure {
    max-width: 100%;
    position: initial;
    margin: auto;
  }
}
.c-doctor__inner {
  width: 112rem;
  padding: 0 1rem;
  max-width: 100%;
  margin: auto;
}
.c-doctor__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-doctor__role {
  font-weight: 700;
  line-height: 1.2;
}
.c-doctor__name {
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-doctor__name {
    font-size: 2.6rem;
  }
}
.c-doctor__jobTtl { font-size: 1.8rem; }
    .c-doctor__jobTtl a { color: #fff; }
@media screen and (max-width: 768px) {
  .c-doctor__jobTtl {
    font-size: 1.5rem;
  }
}
.c-doctor__txt {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .c-doctor__txt {
    font-size: 1.6rem;
    margin-top: 2.8rem;
  }
}
.c-doctor__history {
  font-size: 1.6rem;
  line-height: 2.125;
  margin-top: 8.4rem;
}
@media screen and (max-width: 768px) {
  .c-doctor__history {
    font-size: 1.4rem;
    margin-top: 2.8rem;
  }
}

/* c-cta */
.c-cta {
  position: relative;
  margin: 0 auto;
  width: 70%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
}
    .c-cta:first-of-type a::before {
        position:absolute;
        top: 11px;
        left: 45px;
        content: '';
        display: block;
        width: 25px;
        height: 25px;
/*        background: url(../../assets/images/tel.svg) left top no-repeat;*/
        background-size: 25px;
    }
@media screen and (max-width: 768px) {
    .c-cta { width: 100%; }
    .c-cta:first-of-type a::before {
        top: 20px;
        left: 9%;
    }
}

.js-loadFade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.js-loadFade._fadeUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.js-loadFade.is_show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-loadFade._delay01 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-loadFade._delay02 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.js-scrollFade {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.js-scrollFade._fadeUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.js-scrollFade.is_show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-scrollFade._delay01 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}


/*========= モーダル表示のためのCSS ===============*/
#info{
  display: none;
}
.info-pc { display: block; }
.info-sp { display: none; }
.modaal-container{
    max-width: 1000px;
}
.modaal-content-container { padding: 0 !important;}
.modal-open { display: block; margin-bottom: 2rem; font-size: 2.2rem; color: #c84bff; text-decoration: underline; }
@media screen and (max-width: 768px) {
    .info-pc { display: none; }
    .info-sp { display: block; }
    .modal-open { margin: 0 auto 2rem; padding: 2rem auto 2rem; width: 90%; font-size: 1.8rem; line-height: 1.4; }
    .modaal-container { max-width: 85%;}
}
/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#fff;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#000;
}


/*========= レイアウトのためのCSS ===============*/
small{
  background:#333;
  color:#fff;
  display: block;
  text-align: center;
  padding:20px;
}


/* p-mv */
.p-mv {
  height: 55rem;
  padding-top: 22rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-mv {
    padding-top: 22rem;
    height: 40rem;
  }
}
.p-mv__videoArea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-mv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
    .p-mv__video {
        position: absolute;
        right: -40%;
        width: 250%;
    }
}
.p-mv__copy {
  color: #fff;
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.4;
}
@media screen and (max-width: 520px) {
  .p-mv__copy {
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .p-mv__copy picture {
      max-width: 65%;    
  }
}
.p-mv__copy span {
  display: block;
  font-size: 9rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 520px) {
  .p-mv__copy span {
    font-size: 9vw;
  }
}
.p-mv__btnAreaSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-mv__btnAreaSP {
    width: 25rem;
    display: block;
    position: relative;
    margin-top: 2.6rem;
  }
}
.p-mv__bg {
    width: 94.3rem;
    max-width: 80%;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
/* p-namyami */
.p-nayami {
  padding: 3rem 0;
  height: auto;
  background-image: linear-gradient(180deg, #ffffff, #fff5ef)
}
@media screen and (max-width: 768px) {
  .p-nayami {
    height: initial;
    padding-bottom: 1.6rem;
  }
}
.p-nayami__inner {
  max-width: 720px;
  margin: auto;
  text-align: center;
}
.p-nayami__ttl {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-nayami__ttl {
    font-size: 6vw;
  }
}
.p-nayami__list {
  position: relative;
  margin: 4rem 1rem 0;
}
    .p-nayami__list li {
        margin: 0 auto 2rem;
        border: 2px solid #00f;
        background: #fff;
        color: #555;
        font-size: 2.2rem;
        font-weight: 700;
    }
@media screen and (max-width: 768px) {
  .p-nayami__list {
    width: 90%;
    margin: 3rem auto 1rem;
    line-height: 1.4;
  }
   .p-nayami__list li {
       padding: 1rem 2rem;
}
}
.nayami-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
.blue-txt {
    font-size: 2.8rem;
    color: #2e8eff;
    line-height: 1.6;
    text-align: left;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .nayami-under {
        display: block;
        margin: 2rem auto 2rem;
        width: 90%;
        text-align: center;
    }
    .blue-txt {
        font-size: 2.4rem;
        line-height: 1.4;
        text-align: center;
    }
    .nayami-under img {
        margin: 0 auto;
        display: block;
    }
}
.blue-back {
    padding: 5rem 0;
    background-image: linear-gradient(90deg, #00c0fa, #0172ed);
    font-size: 4rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .blue-back {
    padding: 3rem 1rem;
    font-size: 2.2rem;
    line-height: 1.6;
    }
}
.service__list li {
    margin: 0 auto 4rem;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
}
.service__list li {
  padding: 3rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  max-width: 1000px;
  font-size: 2.4rem;
  color: #2ca9ea;
}
    .service__list li div { width: 20%; }
    .service__list li p {
        margin-left: 3rem;
        text-align: left;
        line-height: 1.8;
        font-weight: 600;
    }
@media screen and (max-width: 768px) {
    .service__list li { display: block; margin: 0 auto 3rem; padding: 2rem 1rem; width: 95%; }
    .service__list li div { margin: 0 auto; width: 50%; }
     .service__list li p { margin-top: .5rem; font-size: 2rem; line-height: 1.6; }
}
.service-point {
    padding: 3rem 0;
    background: #fff url(../images/service-bg.webp) center top/cover no-repeat;
}
.service-point h2, #hikaku h2, #support h2 {
    margin: 3rem 0 4rem;
    font-size: 3.8rem;
    text-align: center;
    line-height: 1.6;
    font-weight: 600;
}
    .service-point h2 span, #support h2 span {
        display: block;
        font-size: 1.8rem;
        color: #2cabe8;
    }
#support.p-doctor h2 { color: #fff; }
@media screen and (max-width: 768px) {
    .service-point h2, #hikaku h2, #support h2 {
         font-size: 2.5rem;
    }
     .service-point h2 span, #support h2 span {
         font-size: 1.6rem;
      }
}

#cv-area {
    position: relative;
    padding: 5rem 0;
    min-height: 55rem;
    background: url(../images/cv-bg.webp) left bottom/cover no-repeat;
}
    #cv-area a {
        position: absolute;
        max-width: 600px;
        bottom: 5rem;
        left: 50%;
    }
    #cv-area a:hover { opacity: 0.8; }
@media screen and (max-width: 768px) {
    #cv-area {
        min-height: 55rem;
        background: url(../images/cv-bg.webp) -7rem 5rem/cover no-repeat;
    }
    #cv-area a {
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 95%;
        max-width: 95%;
    }

}

/* p-about */
.p-about__item--02 {
  background-color: #F8F8F8;
}
.p-about__itemInner {
  width: 136.6rem;
  max-width: 100%;
  margin: auto;
}

/* p-treatment */
.p-treatment__en {
  position: absolute;
  top: -1.7rem;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .p-treatment__en {
    top: -1.2vw;
  }
}
.p-treatment__en.is_show .c-en {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-treatment__en.is_show .c-en span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-treatment__header {
  padding: 10rem 0 10.6rem;
  background: linear-gradient(45deg, #FEF5FE, #FEF5FE, #DEEDFF);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-treatment__header {
    padding: 6rem 0 26rem;
  }
}
.p-treatment__img {
  width: 78.9rem;
  max-width: 100%;
  position: absolute;
  left: calc(50% - 18rem);
  bottom: 0;
}
.p-treatment__list {
  width: 38.3rem;
  max-width: 80%;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-treatment__list {
    max-width: 100%;
  }
}
.p-treatment__item {
  font-size: 2.8rem;
  line-height: 1.8928571429;
  color: #D37ED3;
  font-weight: 700;
  margin-top: 1.5rem;
  position: relative;
}
.p-treatment__item a {
  color: #D37ED3;
}
.p-treatment__item a:hover {
  color: #eb59eb;
}
@media screen and (max-width: 768px) {
  .p-treatment__item {
    font-size: 2rem;
  }
}
.p-treatment__item span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1rem 0 4.4rem;
  background: #fff url(../../assets/images/i_check.webp) left 1.2rem center/1.9rem auto no-repeat;
  position: relative;
  z-index: 2;
}
.p-treatment__item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -3px;
  bottom: -3px;
  background: -webkit-gradient(linear, left top, right top, from(#FFB4FF), to(#B9D7FF));
  background: linear-gradient(to right, #FFB4FF, #B9D7FF);
  z-index: 1;
}
.p-treatment__box {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
    .p-treatment__box {
        padding-bottom: 5rem;
    }
}
.p-treatment__box--02, .p-treatment__box--04, .p-treatment__box--06 {
  background-color: #F8F8F8;
}
.p-treatment__boxInner {
  width: 1032px;
  max-width: 100%;
  padding: 12rem 1.6rem 0;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-treatment__boxInner {
    padding-top: 0;
  }
}
.p-treatment__boxInner--02 {
  padding-top: 6rem;
}
@media screen and (max-width: 900px) {
  .p-treatment__boxInner--02 {
    padding-top: 0;
  }
}
.p-treatment__boxImg {
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .p-treatment__boxImg {
    max-width: calc(100% - 64rem);
  }
}
@media screen and (max-width: 900px) {
  .p-treatment__boxImg {
    position: initial;
    width: 500rem;
    max-width: 70%;
    margin: auto;
  }
}
.p-treatment__boxImg--01, .p-treatment__boxImg--03, .p-treatment__boxImg--05 {
  width: 35rem;
  top: 0;
  left: 0;
}
.p-treatment__boxImg--02, .p-treatment__boxImg--04, .p-treatment__boxImg--06 {
  width: 35rem;
  top: 0;
  right: 0;
}
.p-treatment__boxLead {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 2;
  text-align: center;
  background-color: #F4F3FF;
  padding: 0 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-treatment__boxLead {
    display: block;
    font-size: 1.8rem;
    padding: 1rem 2rem;
    text-align: left;
  }
}
.p-treatment__boxLead--02 {
  background-color: #fff;
}
.p-treatment__boxTxt {
  margin-top: 1.8rem;
  line-height: 2;
}
.p-treatment__boxDesc {
  width: 64rem;
  max-width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 900px) {
  .p-treatment__boxDesc {
    width: 100%;
  }
}
.p-treatment__boxDesc--02, .p-treatment__boxDesc--04, .p-treatment__boxDesc--06 {
  margin: 3rem auto 0 0;
}
.p-treatment__boxToggleArea {
  margin-top: 6rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 900px) {
  .p-treatment__boxToggleArea {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
/* p-flow */
.p-flow {
  padding: 7rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow {
    font-size: 6rem 0;
  }
}
.p-flow__en {
  position: absolute;
  top: -1.7rem;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .p-flow__en {
    top: -1.2vw;
  }
}
.p-flow__en.is_show .c-en {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-flow__en.is_show .c-en span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-flow__list {
  width: 136.6rem;
  max-width: 100%;
  margin: 8.6rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-flow__list {
    margin-top: 4rem;
  }
}
.p-flow__item {
  min-height: 33rem;
  position: relative;
}
.p-flow__item:not(:first-child) {
  margin-top: 10rem;
}
.p-flow__item--imgRight .p-flow__itemImg {
  right: 0;
}
.p-flow__item--imgLeft .p-flow__itemDesc {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-flow__item--imgLeft .p-flow__itemDesc {
    margin-top: 4rem;
  }
}
.p-flow__itemImg {
  width: 55rem;
  max-width: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1230px) {
  .p-flow__itemImg {
    max-width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__itemImg {
    width: 100%;
    max-width: 100%;
    position: initial;
    max-width: 100%;
  }
}
.p-flow__itemTtl {
  font-size: 2.8rem;
  font-weight: 600;
  padding-left: 7rem;
  color: #2ca8ea;
}
@media screen and (max-width: 768px) {
  .p-flow__itemTtl {
    font-size: 2.2rem;
    line-height: 1.6;
    padding-left: 4.4rem;
  }
}
.p-flow__itemDesc {
  width: 55rem;
  max-width: 60%;
  position: relative;
}
.p-flow__itemTxt {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-flow__itemDesc {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__itemTxt {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-flow__num {
  font-family: "adobe-caslon-pro", serif;
  font-size: 9.4rem;
  font-weight: 400;
  color: #2ca8ea;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-flow__num {
    font-size: 6rem;
  }
}

/* p-doctor */
.p-doctor {
  padding: 7rem 0;
  color: #fff;
  background: url(../../assets/images/doctor_bg.webp) center top/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-doctor {
    padding: 6rem 0;
  }
}
.p-doctor__list {
  width: 136.6rem;
  max-width: 100%;
  margin: 5.8rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-doctor__list {
    margin-top: 4rem;
  }
}
.p-doctor__item {
  min-height: 68.2rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__item {
    min-height: auto;
  }
}
.p-doctor__item:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__item:not(:first-child) {
    margin-top: 8rem;
  }
}
.p-doctor__bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* p-price */
.p-price {
  padding: 10rem 0;
}
    .p-price p {
        font-size: 1.6rem;
        line-height: 1.6;
    }
/* p-access */
.p-access {
  padding: 13rem 0 3rem;
  background-color: #F8F8F8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-price p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .p-access {
    padding: 6rem 0;
  }
}
.p-access__en {
  color: #fff;
  font-family: "garamond-premier-pro", serif;
  font-size: 14.7rem;
  line-height: 1;
  position: absolute;
  top: -1.7rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-access__en {
    font-size: 16vw;
    top: -0.5rem;
  }
}
.p-access__inner {
  width: 1032px;
  max-width: 100%;
  padding: 0 1.6rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-access__inner {
    display: block;
  }
}
.p-access__figure {
  width: 55.4rem;
  max-width: 50.3636363636%;
}
@media screen and (max-width: 768px) {
  .p-access__figure {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}
.p-access__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .p-access__desc {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.p-access__name {
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 1.7083333333;
}
@media screen and (max-width: 768px) {
  .p-access__name {
    font-size: 2rem;
  }
}
.p-access__address {
  margin-top: 8.6rem;
  font-size: 1.8rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .p-access__address {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.p-access__train {
  font-size: 1.8rem;
  line-height: 2.5;
  margin-top: 5rem;
}
.p-access__train a {
    color: #000;
    text-decoration: underline;
}
.p-access__insta {
  margin-top: 5rem;
  width: 70%;
  background: -webkit-gradient(90deg, #f8e7fc 35%, #ffdcdc);
  background: linear-gradient(90deg, #f8e7fc 35%, #ffdcdc);
  border-radius: 10px;
  font-size: 1.8rem;
  line-height: 2.5;
}
.p-access__insta a {
  display: block;
  padding: 5px 2rem;
  width: 100%;
  height: 100%;
}
.p-access__insta img { display: inline-block; vertical-align: middle; width: 35px; }
.p-access__insta span { display: inline-block; margin-left: 1.5rem;}
.p-access__insta a { color: #000; }
@media screen and (max-width: 768px) {
  .p-access__train {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .p-access__insta {
    margin: 2rem auto;
    width: 85%;
    font-size: 1.6rem;
  }
}
/* p-contact */
.p-contact {
  padding: 16.3rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 6rem 0 3rem;
  }
}
.p-contact__en {
  color: #F8F8F8;
  font-family: "garamond-premier-pro", serif;
  font-size: 14.7rem;
  line-height: 1;
  position: absolute;
  top: -1.7rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-contact__en {
    font-size: 16vw;
    top: -0.5rem;
  }
}
.p-contact__ttl {
  font-size: 4.2rem;
  line-height: 1.4761904762;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-contact__ttl {
    font-size: 2.8rem;
  }
}
.p-contact__notice {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 3.4rem;
}
@media screen and (max-width: 768px) {
  .p-contact__notice {
    font-size: 1.8rem;
    background-color: #F4F3FF;
    padding: 1rem;
  }
}
.p-contact__notice span {
  padding: 1rem 2.3rem;
  background-color: #F4F3FF;
}
@media screen and (max-width: 768px) {
  .p-contact__notice span {
    padding: 0;
  }
}
.p-contact__txt {
  margin-top: 5.2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__txt {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-contact__btnArea {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-contact__btnArea { display: none; }
}
/* u-align */
.u-align--center {
  text-align: center !important;
}
.u-align--right {
  text-align: right !important;
}

/* u-txt */
.u-txt--color {
  color: #D37ED3;
}

/* u-display */
.u-display--pcNone {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-display--pcNone {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .u-display--spNone {
    display: none !important;
  }
}
.u-display--inlineBlock {
  display: inline-block;
}


footer {
    padding: 2rem 0 8rem;
    background: #ddd;
    font-size: 1.4rem;
    color: #444;
    text-align: center;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    footer {
        margin-bottom: 2rem;
        padding: 2rem 0 2rem;
        font-size: 1.1rem;
    }
}

/* 20250614追加_fv調整 */
/* header */
@media screen and (max-width: 768px) {
  .l-header__logo{
    width: 23rem;
  }
}

/* mv */
.p-mv {
  height: initial;
  padding-top: 10px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1920px) {
  .p-mv{
    height: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-mv{
    padding-top: 7.4rem;
    padding-bottom: 4.6rem;
  }
}

.p-mv__copy {
margin: 0 auto;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .p-mv__copy{
    max-width: 100%;
  }
}
.p-mv__videoArea {
    background: url(../images/mv_video_bg.webp) no-repeat center center / cover;
}

.p-mv .l-inner{
  width: calc(1102px + 30px);
}
@media screen and (max-width: 768px) {
  .p-mv .l-inner{
    padding-left: .4rem;
  }
}


.osare3-table {
  margin: 2rem auto;
  width: 100%;
  border-collapse: separate;
  border: none;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

/* 上部ヘッダー（背景：パステルカラー） */
.osare3-table thead th {
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
}
.main_color {
  background-color: #207eec !important;
  font-size: 16px !important;
  width: 30%;
}

.main_color span {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
}
.gray {
  background-color: #878686;
}

.light-gray {
  background-color: #a2a1a1;
}
/* 上部ヘッダーの丸み */
.osare3-table thead th:nth-child(2) {
  border-radius: 10px 0 0 0;
}

.osare3-table thead th:last-child {
  border-radius: 0 10px 0 0;
}
.osare3-table td,
th {
  border-bottom: 1px solid #ddd;
  color: #878686;
  font-size: 24px;
  font-weight: 700;
}

.osare3-table td:nth-child(4),
th:last-child {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.lastcell {
  border-bottom: 0px !important;
}
.table-wide {
  background-color: #edf5ff;
  font-size: 30px !important;
  color: #207eec !important;
  /*  font-family:"HGP創英角ｺﾞｼｯｸUB";*/
  font-weight: bold;
  padding: 30px 0;
}
/* ヘッダーセル先頭・ボディ項目・フッター項目 */
.osare3-table tbody th {
  background: none;
  font-size: 18px;
  font-weight: 700;
  width: 20%;
  line-height: 2;
  color: #000;
}

.osare3-table thead th:first-child {
  border-bottom: 0 solid #000;
}


.box-shadow {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 960px) {
  .osare3-table thead th {
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
  }
  .main_color {
    font-size: 14px !important;
  }
  .main_color span {
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
  }
  .osare3-table td,
  th {
    font-size: 15px;
  }
  .table-wide {
    font-size: 20px !important;
    padding: 20px 0;
  }
  /* ヘッダーセル先頭・ボディ項目・フッター項目 */
  .osare3-table tbody th {
    font-size: 11px;
    padding: 0 5px;
  }
}

@media screen and (max-width: 640px) {
  .main_color {
    font-size: 10px !important;
    line-height: 1.2;
  }
  .main_color span {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
  }
}

#hikaku {
    margin: 0 auto 4rem;
    text-align: center;
}

#hikaku .hikaku__inner {
    margin: 0 auto;
    width: 1100px;
}
@media screen and (max-width: 768px) {
    #hikaku .hikaku__inner {
        width: 100%;
    }

}

#stage {
  height: 35rem;
  padding-top: 22rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  #stage {
    padding-top: 22rem;
    height: 36rem;
  }
}
.stage__videoArea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
    background: url(../images/stage.webp) no-repeat bottom center / cover;
    z-index:1;
}
#stage h3 {
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  width: 80%;
    margin: 2rem auto;
    font-size: 5rem;
    font-style: italic;
    font-weight: 900;
    color: #fff;
    line-height: 1.8;
    z-index: 2;
    text-align: center;
    letter-spacing: -2px;
    text-shadow: 2px 2px 8px #666;
}
@media screen and (max-width: 768px) {
    #stage h3 {
        top: 3rem;
        width: 85%;
        margin: 0 auto 0;
        font-size: 4rem;
        line-height: 1.4;
    }
}
#stage h3 span {
  background-image: radial-gradient(circle at center, #fff 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top left; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .1em; /* 縦方向の位置調整 */
}
#nayami2 h4 {
    margin: 2rem auto;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #nayami2 h4 {
        font-size: 2.4rem;
    }
}
#nayami2 p {
    display: inline-block;
    background-color: #00126f;
    margin: .4rem auto;
    padding: .5rem 2rem;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    letter-spacing: -2px;
}
@media screen and (max-width: 768px) {
    #nayami2 p {
        width: 90%;
        font-size: 2.8rem;
        line-height: 1.6;
    }
}
#nayami2 .p-nayami__inner {
    margin-bottom: 5rem;
}
#nayami2 .nayami2__wrap {
    padding-top: 5rem;
    border-top: 2px solid #788186;
  height: auto;
  background-image: linear-gradient(180deg, #ffffff, #fff5ef)
}
#nayami2 .nayami2__inner {
    margin: 0 auto;
    max-width: 720px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #nayami2.p-nayami {
        padding: 0;   
    }
}
#cv-area.cv-area2 {
    padding: 1rem 0;
    height: auto;
    min-height: 28rem;
    background: url(../images/contact2-bg.webp) center center/cover no-repeat;
}
    #cv-area.cv-area2 ul {
        display: flex;
        align-items: anchor-center;
        justify-content: space-evenly;
        margin: 8rem auto;
        width: 80%;
    }
    #cv-area.cv-area2 ul li {
        width: 50%;
          font-family: "Noto Serif JP", serif;
        font-size: 5rem;
        font-weight: 500;
        line-height: 1;
        color: #fff;
        text-align: center;
    }
    #cv-area.cv-area2 a {
        position: static;
    }
@media screen and (max-width: 768px) {
    #cv-area.cv-area2 {
        padding: .2rem 0;
        min-height: 5rem;
        background: url(../images/contact2-bg.webp) left top/cover no-repeat;
    }
    #cv-area.cv-area2 ul {
        display: block;
        width: 100%;
    }
    #cv-area.cv-area2 ul li {
        margin: 0 auto 2rem;
        width: 90%;
        font-size: 4rem;
    }
    #cv-area.cv-area2 ul li img {
        display: block;
        margin: 0 auto;
    }
}


#stage2 {
  padding: 3rem 0 6rem;
  background: #000 url(../images/stage2.webp) no-repeat top center / 100%;
}
@media screen and (max-width: 768px) {
  #stage2 {
    padding: 14rem 0 2rem;
  }
}
#stage2 h3 {
  width: 80%;
    margin: 2rem auto;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.8;
    text-align: center;
    color: #fff;
    letter-spacing: -2px;
    text-shadow: 2px 2px 8px #666;
}
@media screen and (max-width: 768px) {
    #stage2 h3 {
        width: 90%;
        margin: 0 auto 0;
        font-size: 3.8rem;
        line-height: 1.4;
    }
}
.stage2__txtArea {
    margin: 3rem auto 2rem;
    width: 1000px;
    padding: 5rem 10rem 5rem;
    border-radius: 30px;
    background: rgba(255,255,255,.8);
}
.stage2__txtArea p {
    margin-bottom: 3rem;
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .stage2__txtArea {
        margin: 3rem auto 0;
        padding: 5rem 3rem 5rem;
        width: 96%;
        background: rgba(255,255,255,1);
    }
    .stage2__txtArea p {
        font-size: 1.8rem;
    }

}

.p-company { margin-bottom: 2rem; text-align: center; }
.p-company h6 { margin: 1rem 0; font-size: 1.6rem; }
.p-company p { font-size: 1.4rem; line-height: 1.6; }

