@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: black;
  /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP",sans-serif;*/
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  background: #D1EBF7;
}

main {
  position: relative;
  overflow: hidden;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

ul,
li {
  list-style: none;
}

main:before {
  content: "";
  position: absolute;
  background: url(../img/bottom_deco1.png) no-repeat center center / contain;
  width: 78px;
  height: 78px;
  bottom: 50px;
  left: calc(50% - 500px);
}

main:after {
  content: "";
  position: absolute;
  background: url(../img/bottom_deco2.png) no-repeat center center / contain;
  width: 62px;
  height: 62px;
  bottom: 200px;
  right: calc(50% - 500px);
}

.forPC {
  display: block;
}

.forSP {
  display: none
}

.inner {
  max-width: 1124px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.flex {
  display: flex;
}

.bgWhite {
  background: #fff;
  border: 4px solid #000;
  padding: 40px;
}

.bgPink {
  padding: 4px 16px;
  background: #FFC5DC;
  border: 4px solid #000;
  font-family: senobi-gothic, sans-serif;
  font-weight: 500;
}

.vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 78px;
  left: 50%;
  transform: translatex(-50%);
  top: 14px;

  /*top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

_::-webkit-full-page-media, _:future, :root .vertical {
  line-height: 128px;
}

.fadeTarget {
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.isFadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.sec {
  margin-bottom: 40px;
}

.secTitle {
  font-size: 4.8rem;
}

.header {
  margin-top: 40px;
  position: relative;
  z-index: 100;
}

.header__inner {
  max-width: 1124px;
  padding: 0 20px;
}

.header__logo {
  display: flex;
  text-align: center;
  padding: 4px 0;
  width: 200px;
  border: 4px solid #000;
  background: #fff;
}

.header__logo img {
  width: 180px;
}


.mv {
  padding: 0 40px;
}

.mv__inner {
  position: relative;
  max-width: 1044px;
  padding-top: 56px;
  height: 410px;
  margin: -20px auto 0;
  background: url(../img/mv_img.png) no-repeat center center / cover;
  margin-bottom: 40px;
  z-index: 10;
  border: 5px solid #000;
}

.mv__title {
  text-align: right;
  margin: 0 -70px 24px auto;
}

.mv__title span {
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 0;
  font-size: 20rem;
  line-height: 1;
  border-left: 1px solid #000;
  text-shadow : 
       1px  1px 1px #000000,
      -1px  1px 1px #000000,
       1px -1px 1px #000000,
      -1px -1px 1px #000000,
       1px  0px 1px #000000,
       0px  1px 1px #000000,
      -1px  0px 1px #000000,
       0px -1px 1px #000000; 
}

.mv__title span:first-child {
  border-left: 4px solid #000;
}

.mv__title span.en {
  padding: 0 24px;
}

.mv__heading {
  margin: 0 -70px 0 auto;
  max-width: 562px;
  line-height: 1;
  font-size: 4.8rem;
  padding: 8px 8px 8px 24px;
  font-family: kaisotai, sans-serif;
  font-weight: 600;
}

.mv__heading span {
  display: inline-block;
  margin-left: -16px;
}

.leading {
  text-align: center;
  /*opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: opacity 1s, visibility 1s, transform 1s;*/
}

.leading__content {
  font-family: senobi-gothic, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  padding: 56px 16px;
}

.possibility {
  margin-bottom: 100px;
}

.possibility__inner {
  position: relative;
  z-index: 1;
}

.possibility__inner:before {
  content: "";
  position: absolute;
  background: url(../img/possibility_deco1.png) no-repeat center center / contain;
  width: 74px;
  height: 74px;
  top: 24px;
  right: 176px;
}

.possibility__inner:after {
  content: "";
  position: absolute;
  background: url(../img/possibility_deco2.png) no-repeat center center / contain;
  width: 165px;
  height: 120px;
  bottom: -90px;
  right: 134px;
  z-index: 2;
}


.possibility__title {
  display: flex;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 3;
}

.possibility__title .bgPink {
  padding: 0;
  width: 88px;
}

.possibility__title .bgPink:first-child {
  order: 2;
  height: 256px;
  position: relative;
  z-index: 1;
  /*padding: 16px 8px 8px;*/
}

.possibility__title .bgPink:last-child {
  order: 1;
  height: 664px;
  /*padding: 16px 10px 8px;*/
  margin-right: -16px;
  margin-top: 108px;
  position: relative;
  z-index: 2;
}

.possibility__title .bgPink span {
  -webkit-writing-mode:horizontal-tb;
  -ms-writing-mode:lr-tb;
  writing-mode:horizontal-tb;
  letter-spacing: -0.2em;
  display: inline-block;
  margin-left: -6px;
  line-height: 1;
  width: 52px;
}

_::-webkit-full-page-media, _:future, :root .possibility__title .bgPink span {
  width: 8px;
}

.possibility__img {
  max-width: 768px;
  border: 4px solid #000;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.possibility__img img {
  width: 102%;
  height: 102%;
  max-width: initial;
  margin-left: -1%;
  margin-top: -1%;
}

.possibility__content {
  position: relative;
  z-index: 2;
  line-height: 1.7;
  margin: -52px auto 0;
  width: 90%;
  max-width: 948px;
  font-size: 2.4rem;
  padding: 98px 128px 98px 84px;
}

.sick {
  margin-bottom: 200px;
}

.sick__title {
  font-size: 3.2rem;
  margin-left: -24px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.sick__title span:nth-child(2) {
  margin-top: -10px;
  margin-left: 10px;
}

.sick__content {
  padding-top: 60px;
  margin-top: -16px;
}

.sick__content__img {
  max-width: 780px;
  margin: 0 auto 16px;
}


.treatment {
  margin-bottom: 100px;
}

.treatment__inner {
  position: relative;
}

.treatment__inner:before {
  content: "";
  position: absolute;
  background: url(../img/treatment_deco1.png) no-repeat center center / contain;
  width: 68px;
  height: 68px;
  top: -154px;
  left: 200px;
}

.treatment__inner:after {
  content: "";
  position: absolute;
  background: url(../img/treatment_deco2.png) no-repeat center center / contain;
  width: 47px;
  height: 47px;
  top: -90px;
  right: 240px;
}


.treatment__title {
  display: flex;
  position: absolute;
  top: -96px;
  right: 10px;
}

.treatment__title .bgPink {
  width: 88px;
  position: relative;
  padding: 0;
}

.treatment__title .bgPink:first-child {
  order: 2;
  height: 670px;
  z-index: 1;
}

.treatment__title .bgPink:last-child {
  order:1;
  height: 380px;
  margin-top: 30px;
  margin-right: -12px;
  z-index: 2;
}

.treatment__content {
  font-size: 2.4rem;
  padding: 80px 190px 80px 60px
}

.merit {
  margin-bottom: 200px;
}

.merit__inner {
  position: relative;
}

.merit__inner:before {
  content: "";
  position: absolute;
  background: url(../img/merit_deco1.png) no-repeat center center / contain;
  width: 184px;
  height: 174px;
  top: 0;
  right: 240px;
}

.merit__inner:after {
  content: "";
  position: absolute;
  background: url(../img/merit_deco2.png) no-repeat center center / contain;
  width: 144px;
  height: 154px;
  bottom: -60px;
  left: 100px;
}

.merit__title {
  margin-left: -24px;
  font-size: 3.6rem;
}

.merit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 736px;
  margin: 0 auto;
}

.merit__item {
  text-align: center;
  position: relative;
  width: 384px;
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
}

.merit__item:before {
  content: "";
  position: absolute;
  width: 470px;
  height: 410px;
  background: url(../img/merit_flame.svg) no-repeat center center / contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}

.merit__item:nth-child(1) {
  /*margin-right: 22px;*/
}

.merit__item:nth-child(2) {
  margin-top: 203px;
  margin-left: -35px;
}

.merit__item:nth-child(3) {
  margin-top: -140px;
  /*margin-right: 22px;*/
}

.merit__item:nth-child(4) {
  margin-top: 63px;
  margin-left: -35px;
}


.newWay {
  margin-bottom: 300px;
}

.newWay__title {
  margin-left: -24px;
}

.newWay__content {
  margin-top: -34px;
  padding: 88px 64px;
}

.newWay__content__item {
  margin-bottom: 64px;
}

.newWay__content__item h3 {
  font-size: 4.2rem;
  margin-bottom: 32px;
}

.newWay__content__item p {
  font-size: 2.4rem;
}

.newWay__content__img img {
  width: 100%;
}

.introduce {
  margin-bottom: 80px;
}

.introduce__inner {
  position: relative;
}

.introduce__inner:before {
  content: "";
  position: absolute;
  background: url(../img/introduce_deco1.png) no-repeat center center / contain;
  width: 162px;
  height: 78px;
  top: -140px;
  left: 120px;
}

.introduce__inner:after {
  content: "";
  position: absolute;
  background: url(../img/introduce_deco2.png) no-repeat center center / contain;
  width: 240px;
  height: 190px;
  top: -240px;
  right: 240px;
}

.introduce__title.forPC {
  display: flex;
  position: absolute;
  top: -200px;
  right: 10px;
}

.introduce__title.forPC .bgPink {
  width: 88px;
  position: relative;
}

.introduce__title.forPC .bgPink:first-child {
  order: 2;
  height: 614px;
}

.introduce__title.forPC .bgPink:last-child {
  order: 1;
  height: 330px;
  margin-top: 110px;
  margin-right: -4px;
}

.introduce__movie {
  /*width: 780px;
  height: 442px;*/
  max-width: 780px;
  width: 75%;
  /*height: 28%;*/
  margin: 0 auto 80px;
  border: 4px solid #000;
  background: #fff;
}

.introduce__movie__wrap {
  padding: 20px;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.introduce__movie__wrap iframe {
  width: 100%;
  height: 100%;
}

.introduce__detail {
  max-width: 780px;
  margin: 0 auto 80px;
  padding: 24px 32px;
}

.introduce__detail > p {
  margin-bottom: 24px;
}

.detail__block__content {
  width: calc(100% - 254px);
}

.detail__block__content h3 {
  color: #D91E49;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.detail__block__content p {
  margin-bottom: 16px;
}

.detail__block__content a {
  display: block;
  width: 140px;
  background: #D91E49;
  color: #fff;
  text-align: center;
  transition: all .3s;
}

.detail__block__content a:hover {
  opacity: 0.8;
}

.detail__block__img {
  width: 230px;
  margin-right: 24px;
}

.backBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 600px;
  height: 140px;
  margin: 0 auto 100px;
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-size: 3.4rem;
  transition: all .3s;
}

.backBtn:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 144px;
  background: url(../img/back_btn_bg.png) no-repeat center center / contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}

.backBtn:hover {
  opacity: 0.8;
}

.footer {
  color: #fff;
  background: #A7A9AC;
}

.footer__row01 {
  border-bottom: 1px solid #fff;
}

.footer__row01__inner {
  padding-top: 32px;
  padding-bottom: 32px;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__logo__icon {
  width: 145px;
  margin-right: 24px;
}

.footer__logo__text {
  display: flex;
  align-items: flex-end;
  width: 163px;
}

.footer__icon {
  align-items: center;
}

.footer__icon > p {
  font-weight: 700;
  margin-right: 24px;
  font-size: 1.4rem;
}

.footer__icon__linkedin {
  display: flex;
  align-items: center;
  width: 20px;
  margin-right: 16px;
}

.footer__icon__youtube {
  display: flex;
  align-items: center;
  width: 28px;
}

.footer__row02__inner {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 48px;
}

.footer__copyright {
  font-size: 1.2rem;
}

.footer__menu li:not(:first-child) {
  margin-left: 20px;
  position: relative;
}

.footer__menu li:not(:first-child):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #fff;
  left: -10px;
  top: 5px; 
}

.footer__menu a{
  display: block;
  font-size: 1.2rem;
}


@media screen and (max-width:1124px) {
  main:before {
    bottom: 28px;
    left: calc(50% - 420px);
  }

  main:after {
    right: calc(50% - 420px);
  }

  .vertical {
    line-height: 74px;
  }

  _::-webkit-full-page-media, _:future, :root .vertical {
    line-height: 112px;
  }

  .footer__row02__inner {
    padding: 10px 20px 48px;
  }

  .secTitle {
    font-size: 4rem;
  }

  .leading {
    margin-bottom: 80px;
  }

  .possibility {
    margin-bottom: 120px;
  }

  .possibility__title {
    top: -40px;
  }

  .possibility__title .bgPink {
    width: 80px;
  }

  .possibility__title .bgPink:first-child {
    height: 232px;
  }

  .possibility__title .bgPink:last-child {
    height: 570px;
  }

  .possibility__title .bgPink span {
    width: 42px;
  }

  .possibility__content {
    padding: 56px 102px 56px 56px;
    margin-top: -32px;
  }

  .possibility__img {
    height: 262px;
  }

  .possibility__img img {
    height: auto;
  }

  .sick__title {
    font-size: min(3.6vw,4rem);
  }

  .treatment__title {
    top: -66px;
  }

  .treatment__title .bgPink {
    width: 80px;
  }

  .treatment__title .bgPink:first-child {
    height: 570px;
  }

  .treatment__title .bgPink:last-child {
    height: 330px;
    margin-top: 90px;
  }

  .treatment__content {
    padding: 56px 150px 56px 40px;
  }

  .merit__inner:before {
    right: calc(50% - 300px);
  }

  .merit__title {
    font-size: 3.2rem;
  }

  .merit__list {
    max-width: 700px;
  }

  .merit__item {
    font-size: 2.2rem;
    width: 354px;
    height: 305px;
  }

  .merit__item:before {
    width: 428px;
    height: 370px;
  }

  .merit__item:nth-child(2) {
    margin-top: 184px;
    margin-left: -37px;
  }

  .merit__item:nth-child(3) {
    margin-top: -123px;
  }

  .merit__item:nth-child(4) {
    margin-top: 61px;
    margin-left: -37px;
  }

  .newWay {
    margin-bottom: 180px;
  }

  .newWay__content {
    padding: 64px 56px;
  }

  .newWay__content__item h3 {
    font-size: 3.6rem;
  }

  .introduce__inner:before {
    width: 125px;
    height: 66px;
    top: -126px;
    left: calc(50% - 270px);
  }

  .introduce__inner:after {
    width: 150px;
    height: 114px;
    top: -152px;
    right: calc(50% - 260px);
  }

  .introduce__title.forPC {
    display: none;
  }

  .introduce__title.forSP {
    display: block;
    font-size: min(3.6vw,4rem);
    text-align: center;
    margin-bottom: 24px;
  }


}


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

  .forSP {
    display: block;
  }

  .inner {
    padding: 0 32px;
  }

  .secTitle {
    font-size: 3.2rem;
  }

  .vertical {
    line-height: 56px;
  }


  main:before {
    width: 32px;
    height: 32px;
    left: calc(50% - 220px);
    bottom: 138px;
  }

  main:after {
    width: 21px;
    height: 21px;
    bottom: 70px;
    right: calc(50% - 225px);
  }

  .header {
    margin-top: 0;
    background: #fff;
    margin-bottom: 48px;
  }

  .header__inner {
    max-width: 100%;
    padding: 0;
  }

  .header__logo {
    border: none;
  }

  .footer__row01 {
    border: none;
  }

  .footer__row01__inner {
    display: block;
    padding: 32px 32px 40px!important;
  }

  .footer__logo {
    justify-content: center;
    margin-bottom: 24px;
  }

  .footer__logo__icon {
    margin-right: 0;
  }

  .footer__logo__text {
    display: none;
  }

  .footer__icon {
    justify-content: center;
  }

  .footer__row02__inner {
    flex-direction: column;
    padding: 0 16px 24px!important;
  }

  .footer__menu {
    order: 1;
    margin-bottom: 12px;
    flex-wrap: wrap;
    justify-content: center;  
  }

  .footer__menu li {
    margin-bottom: 12px;
  }

  .footer__copyright {
    order: 2;
  }

  .mv {
    padding: 0 32px;
  }

  .mv__inner {
    height: 300px;
    padding: 56px 0 0;
  }

  .mv__title {
    margin-right: -20px;
  }

  .mv__title span {
    /*font-size: 22.5vw;*/
    font-size: 11.1rem;
  }

  .mv__heading {
    font-size: 2.4rem;
    max-width: 288px;
    margin-right: -20px;
    padding-right: 0;
    padding-left: 14px;
  }

  .mv__heading span {
    margin-left: -6px;
  }

  .leading__content {
    padding: 40px 16px;
    font-size: 2rem;
  }

  .leading__content .forSP {
    display: none;
  }

  .possibility {
    margin-bottom: 80px;
  }

  .possibility__inner:after {
    width: 80px;
    height: 60px;
    right: auto;
    left: 12%;
    bottom: -44px;
  }

  .possibility__title {
    right: 18px;
  }

  .possibility__title .bgPink {
    width: 64px;
  }

  .possibility__title .bgPink:first-child {
    height: 194px;
  }

  .possibility__title .bgPink:last-child {
    height: 460px;
  }

  .possibility__title .bgPink span {
    width: 32px;
  }

  .possibility__img {
    height: auto;
    max-width: 90%;
  }

  .possibility__img img {
    max-width: initial;
    width: 102%;
    height: 102%;
    margin-left: -1%;
    margin-top: -1%;
  }

  .possibility__content {
    font-size: 1.6rem;
    padding: 40px;
    max-width: 90%;
    margin: -70px 0 0 auto;
  }

  .possibility__content .forSP {
    display: none;
  }

  .sick {
    margin-bottom: 180px;
  }

  .sick__title {
    margin-left: -16px;
    font-size: min(3.6vw,3.2rem)!important;
  }

  .sick__content {
    padding: 32px 20px 16px;
  }

  .treatment__inner:before {
    left: calc(50% - 180px);
  }

  .treatment__inner:after {
    right: calc(50% - 150px);
  }

  .treatment__title .bgPink {
    width: 64px;
  }

  .treatment__title .bgPink:first-child {
    height: 458px;
  }

  .treatment__title .bgPink:last-child {
    height: 270px;
  }

  .treatment__content {
    font-size: 1.6rem;
    padding: 40px 132px 40px 40px;
  }

  .treatment__content .forSP {
    display: none;
  }

  .merit {
    margin-bottom: 140px;
  }

  .merit__inner:before {
    width: 120px;
    height: 110px;
    right: 24px;
  }

  .merit__inner:after {
    width: 72px;
    height: 80px;
    left: 80px;
  }

  .merit__title {
    font-size: min(4.4vw,3.2rem)!important;
  }

  .merit__list {
    width: 418px;
  }

  .merit__item {
    width: 224px;
    height: 174px;
    font-size: 1.4rem;
  }

  .merit__item .forSP {
    display: none;
  }

  .merit__item:before {
    width: 262px;
    height: 227px;
  }

  .merit__item:nth-child(1) {
    /*margin-right: 24px;*/
  }

  .merit__item:nth-child(2) {
    margin-top: 113px;
    margin-left: -30px;
  }

  .merit__item:nth-child(3) {
    margin-top: -62px;
    /*margin-right: 24px;*/
  }

  .merit__item:nth-child(4) {
    margin-top: 51px;
    margin-left: -30px;
  }

  .newWay {
    margin-bottom: 140px;
  }

  .newWay__title {
    font-size: min(6vw,3.2rem);
    margin-left: -16px;
  }

  .newWay__content {
    padding: 64px 32px 40px;
  }

  .newWay__content__item {
    margin-bottom: 48px;
  }

  .newWay__content__item .forSP {
    display: none;
  }

  .newWay__content__item h3 {
    font-size: 2rem;
  }

  .newWay__content__item p {
    font-size: 1.6rem;
  }

  .introduce {
    margin-bottom: 48px;
  }

  .introduce__inner:before {
    width: 104px;
    height: 52px;
    left: calc(50% - 222px);
    top: -99px;
  }

  .introduce__inner:after {
    top: -114px;
    right: calc(50% - 200px);
    width: 94px;
    height: 74px;
  }

  .introduce__title.forSP {
    text-align: left;
  }

  .introduce__movie {
    width: 100%;
    margin-bottom: 48px;
  }

  .introduce__movie__wrap {
    padding: 16px;
  }

  .introduce__detail {
    margin-bottom: 48px;
  }

  .detail__block {
    display: block;
  }

  .detail__block__img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 24px;
  }

  .detail__block__content {
    width: 100%;
  }

  .backBtn {
    width: 342px;
    height: 88px;
    font-size: 2rem;
    margin-bottom: 80px;
  }

  .backBtn:before {
    width: 100%;
    height: 100%;
  }

}


@media screen and (max-width:480px) {
  .inner {
    padding: 0 24px;
  }

  .secTitle {
    font-size: 2.4rem;
  }

  .bgWhite {
    border: 2px solid #000;
  }

  .bgPink {
    padding: 4px 10px;
    border: 2px solid #000;
  }

  .vertical {
    line-height: 44px;
  }

  _::-webkit-full-page-media, _:future, :root .vertical {
    line-height: 66px;
  }

  main:before {
    left: calc(50% - 185px);
  }

  main:after {
    right: calc(50% - 172px);
  }

  .header__inner {
    padding: 0;
  }

  .header__logo img {
    width: 140px;
  }

  .mv {
    margin-bottom: 24px;
    padding: 0 24px;
  }

  .mv__inner {
    height: 230px;
    padding: 26px 0 0 0;
    margin-bottom: 0;
    border: 2px solid #000;
  }

  .mv__title {
    margin-right: -18px;
    margin-bottom: 16px;
  }

  .mv__title span {
    font-size: 11rem;
  }

  .mv__title span.en {
    padding: 0 10px;
  }

  .mv__title span:first-child {
    border-left: 2px solid #000;
  }

  .mv__heading {
    margin-right: -18px;
  }

  .leading {
    margin-bottom: 88px;
  }

  .leading__content {
    font-size: 1.2rem;
    padding: 40px 6px;
    line-height: 2;
  }

  .leading__content .forSP {
    display: block;
  }

  .possibility__inner:before {
    background: url(../img/possibility_deco3.png) no-repeat center center / contain;
    width: 68px;
    height: 54px;
    top: -68px;
    right: auto;
    left: 80px;
  }

  .possibility__title {
    right: 12px;
  }

  .possibility__title .bgPink {
    width: 48px;
  }

  .possibility__title .bgPink:first-child {
    height: 152px;
  }

  .possibility__title .bgPink:last-child {
    height: 346px;
    margin-right: -32px;
    margin-top: 126px;
  }

  .possibility__title .bgPink span {
    width: 24px;
  }

  _::-webkit-full-page-media, _:future, :root .possibility__title .bgPink span {
    width: 40px;
    margin-right: -40px;
  }

  .possibility__img {
    max-width: 94%;
    border: 2px solid #000;
  }

  .possibility__content {
    font-size: 1.2rem;
    line-height: 2;
    width: 100%;
    max-width: 96%;
    padding: 40px 12px;
  }

  .possibility__content .forSP {
    display: block;
  }

  .sick {
    margin-bottom: 106px;
  }

  .sick__inner {
    position: relative;
  }

  .sick__inner:before {
    content: "";
    position: absolute;
    background: url(../img/sick_deco_sp.png) no-repeat center center / contain;
    width: 29px;
    height: 29px;
    top: -50px;
    right: 20px;
  }

  .sick__title {
    margin-left: -12px;
  }

  .sick__title span {
    padding: 4px;
  }

  .sick__title span:nth-child(2) {
    margin-top: -4px;
  }

  .sick__content {
    padding: 32px 12px 16px;
  }

  .treatment {
    margin-bottom: 72px;
  }

  .treatment__inner:before {
    width: 28px;
    height: 28px;
    left: calc(50% - 108px);
    top: -80px;
  }

  .treatment__inner:after {
    width: 20px;
    height: 20px;
    right: calc(50% - 114px);
    top: -47px;
  }

  .treatment__title .bgPink {
    width: 48px;
  }

  .treatment__title .bgPink:first-child {
    height: 350px;
  }

  .treatment__title .bgPink:last-child {
    height: 206px;
    margin-right: -10px;
  }

  .treatment__content {
    padding: 32px 74px 40px 14px;
    font-size: 1.1rem;
    line-height: 2;
  }

  .treatment__content .forSP {
    display: block;
  }

  .merit {
    margin-bottom: 88px;
  }

  .merit__inner:before {
    width: 71px;
    height: 71px;
    top: 22px;
  }

  .merit__inner:after {
    width: 62px;
    height: 68px;
    bottom: -24px;
    left: 32px;
  }

  .merit__title {
    margin-left: -12px;
  }

  .merit__list {
    width: 330px;
  }

  .merit__item {
    width: 178px;
    height: 176px;
    font-size: 1.1rem;
  }

  .merit__item .forSP {
    display: block;
  }

  .merit__item:before {
    width: 208px;
    height: 176px;
  }

  .merit__item:nth-child(2) {
    margin-top: 87px;
    margin-left: -27px;
  }

  .merit__item:nth-child(3) {
    margin-top: -89px;
  }

  .merit__item:nth-child(4) {
    margin-top: -2px;
    margin-left: -27px;
  }

  .newWay {
    margin-bottom: 80px;
  }

  .newWay__title {
    font-size: min(5vw,2.4rem);
    margin-left: -12px;
  }

  .newWay__content {
    padding: 48px 16px 32px;
    margin-top: -22px;
  }

  .newWay__content__item {
    margin-bottom: 40px;
  }

  .newWay__content__item .forSP {
    display: block;
  }

  .newWay__content__item h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .newWay__content__item p {
    font-size: 1.1rem;
  }

  .introduce__inner:before {
    width: 56px;
    height: 27px;
    left: calc(50% - 152px);
    top: -62px;
  }

  .introduce__inner:after {
    top: -102px;
    right: calc(50% - 233px);
  }

  .introduce__title.forSP {
    margin-bottom: 16px;
  }

  .introduce__movie {
    border: 2px solid #000;
  }

  .introduce__movie__wrap {
    padding: 8px;
  }

  .introduce__detail {
    padding: 24px;
  }

  .introduce__detail > p {
    font-size: 1.2rem;
  }

  .detail__block__content h3 {
    font-size: 1.4rem;
  }

  .detail__block__content p {
    font-size: 1.2rem;
  }

  .detail__block__content a {
    font-size: 1.4rem;
    margin: 0 auto;
  }

  .backBtn {
    width: 248px;
    height: 64px;
    font-size: 1.4rem;
  }
s
}

