@charset "UTF-8";

h1, h2, h3, h4, h5, h6 {
  font-weight: normal
}

i {
  font-style: normal
}

sup {
  font-size: 10px;
  vertical-align: text-top
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none
}

button::-moz-focus-inner {
  padding: 0;
  border: none
}

@media screen and (max-width:767px) {
  .for-PC {
    display: none
  }
}

@media print, screen and (min-width:768px) {
  .for-SP {
    display: none
  }
}
img{
  width: 100%;
  height: auto;
}
.img {
  font-size: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media print, screen and (min-width:768px) {
  .img img {
    max-width: 100%;
    max-height: 290px;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000
}

@media print, screen and (min-width:768px) {
  header {
    background-color: #ffffff
  }
}

@media screen and (max-width:767px) {
  header {
    background: rgba(255, 255, 255, 0.6);
    min-width: auto;
    border-bottom: 0
  }
}

.newbtn_blue {
  padding-right: 2%;
  text-align: center
}

.newbtn_pink {
  padding-right: 2%;
  text-align: center
}

@media print, screen and (min-width:768px) {
  .l-main__inner {
    max-width: 1196px;
    margin: 0 auto;
    padding: 0 30px
  }
}

@media screen and (max-width:767px) {
  .l-main__inner {
    min-width: 100%;
    padding: 0 4%
  }
}

@media print, screen and (min-width:768px) {
  .l-main__inner--pconly {
    width: calc(100% - 20px)!important;
    max-width: 1196px;
    min-width: 1004px;
    margin: 0 auto;
    padding: 0 10px
  }
}

.l-main__inner__child {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 1rem 1.5rem 2rem
}

.p-whitening {
  line-height: 1.6
}

.p-whitening__secttl {
  color: #666666;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  font-size: 26px
}

@media screen and (max-width:767px) {
  .p-whitening__secttl {
    margin-bottom: 15px;
    font-size: 24px
  }
}

@media print, screen and (min-width:768px) {
  .p-whitening__about__sec {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 0!important
  }
}

@media print, screen and (min-width:768px) {
  .p-whitening__about__sec:not(:last-child) {
    margin-bottom: 40px
  }
}

.c-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.5
}

@media print, screen and (min-width:768px) {
  .c-breadcrumb {
    padding: 6px 2em 5px
  }
}

@media screen and (max-width:767px) {
  .c-breadcrumb {
    padding: 3px 0
  }
}

.c-breadcrumb li {
  font-size: 12px;
  font-weight: 200
}

.c-breadcrumb li:first-child {
  position: relative
}

.c-breadcrumb li:not(:last-child):after {
  content: ">";
  color: #666666;
  margin: 0 0.75em;
  font-size: 14px
}

.c-breadcrumb li a {
  color: #666666;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #004ea2
}

.c-breadcrumb__current a {
  text-decoration: underline
}

.c-list {
  font-weight: 200
}

.c-list__title {
  margin-bottom: 0.75rem;
  text-indent: -1.3em;
  padding-left: 1.5em
}

@media print, screen and (min-width:768px) {
  .c-list__title {
    font-size: 24px
  }
}

@media screen and (max-width:767px) {
  .c-list__title {
    font-size: 22px
  }
}

.c-list__title:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #004ea2;
  margin-right: 0.5rem
}

.c-list li {
  padding: 0.75rem 0 1rem
}

.c-list li:not(:first-child) {
  border-top: 1px solid #666666
}

@media print, screen and (min-width:768px) {
  .c-pageHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
  }
}

@media screen and (max-width:767px) {
  .c-pageHeader__inner {
    display: flex;
    flex-direction: column
  }
}

.c-pageHeader__title {
  text-align: center
}

@media screen and (max-width:767px) {
  .c-pageHeader__title {
    height: 65.3333333333vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center
  }
}

.c-pageHeader__title__en {
  display: block;
  font-family: "Futura", "Lato", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #004ea2
}

@media print, screen and (min-width:768px) {
  .c-pageHeader__title__en {
    font-size: 52px
  }
}

@media screen and (max-width:767px) {
  .c-pageHeader__title__en {
    font-size: 54px;
    font-size: 7.2vw
  }
}

@media screen and (max-width:767px) {
  .c-pageHeader__title__en {
    width: 70%;
    padding-left: 4vw
  }
}

.c-pageHeader__title__label {
  display: block;
  color: #666;
  font-weight: 400
}

@media print, screen and (min-width:768px) {
  .c-pageHeader__title__label {
    font-size: 32px
  }
}

@media screen and (max-width:767px) {
  .c-pageHeader__title__label {
    font-size: 46px;
    font-size: 6.1333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .c-pageHeader__title__label {
    margin-top: 10px
  }
}

@media screen and (max-width:767px) {
  .c-pageHeader__title__label {
    width: 70%;
    padding-left: 4vw
  }
}

.c-pageHeader__text {
  color: #666;
  text-align: center;
}

@media print, screen and (min-width:768px) {
  .c-pageHeader__text {
    font-size: 20px
  }
}

@media screen and (max-width:767px) {
  .c-pageHeader__text {
    font-size: 28px;
    font-size: 3.7333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .c-pageHeader__text {
    text-align: center;
    margin-top: 20px
  }
}

@media screen and (max-width:767px) {
  .c-pageHeader__text {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 4.666%;
    padding-right: 4.666%;
    text-align: center
  }
}

.c-anchor {
  background-color: #fff
}

@media print, screen and (min-width:768px) {
  .c-anchor {
    padding-top: 20px;
    padding-bottom: 60px
  }
}

@media screen and (max-width:767px) {
  .c-anchor {
    padding-top: 2.6666666667vw;
    padding-bottom: 5.3333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .c-anchor__inner {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (max-width:767px) {
  .c-anchor__inner {
    padding-left: 4.666%;
    padding-right: 4.666%
  }
}

@media print, screen and (min-width:768px) {
  .c-anchor__list {
    display: flex;
    justify-content: space-between
  }
}

@media screen and (max-width:767px) {
  .c-anchor__list {
    border: 1px solid #004ea2
  }
}

@media print, screen and (min-width:768px) {
  .c-anchor__list__item {
    width: 100%
  }
}

@media print, screen and (min-width:768px) {
  .c-anchor__list__item:nth-of-type(n+2) {
    margin-left: 16px
  }
}

@media screen and (max-width:767px) {
  .c-anchor__list__item:nth-of-type(n+2) {
    border-top: 1px solid #004ea2
  }
}

.c-anchor__list__item a {
  position: relative;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #004ea2;
  display: flex;
  align-items: center;
  justify-content: center
}

@media print, screen and (min-width:768px) {
  .c-anchor__list__item a {
    font-size: 16px
  }
}

@media screen and (max-width:767px) {
  .c-anchor__list__item a {
    font-size: 25px;
    font-size: 3.3333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .c-anchor__list__item a {
    border: 1px solid #004ea2;
    width: 100%;
    height: 100%;
    padding-top: 8px;
    padding-bottom: 25px;
    transition: background-color 0.4s, color 0.4s
  }
}

@media screen and (max-width:767px) {
  .c-anchor__list__item a {
    padding: 1.3333333333vw 8.6666666667vw
  }
}

.c-anchor__list__item a:after {
  content: "";
  border: 1px solid #004ea2;
  border-top-color: transparent;
  border-left-color: transparent;
  transition: border 0.4s;
  position: absolute
}

@media print, screen and (min-width:768px) {
  .c-anchor__list__item a:after {
    width: 22px;
    height: 22px;
    bottom: 5px;
    right: 0;
    left: 0;
    transform: scale(1, 0.64) rotate(45deg);
    margin: auto
  }
}

@media screen and (max-width:767px) {
  .c-anchor__list__item a:after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    right: 4vw;
    transform: scale(1, 0.64) rotate(45deg) translateY(-50%)
  }
}

.c-anchor__list__item a:hover {
  color: #fff;
  background-color: #7fa6d0
}

.c-anchor__list__item a:hover:after {
  border-color: transparent #fff #fff transparent
}

@media screen and (max-width:767px) {
  .c-anchor__list__item br {
    display: none
  }
}

@media print, screen and (min-width:768px) {
  .c-section {
    padding-top: 60px;
    padding-bottom: 70px
  }
}

@media screen and (max-width:767px) {
  .c-section {
    padding-top: 8vw;
    padding-bottom: 18.6666666667vw
  }
}

.c-section__head {
  text-align: center
}

@media print, screen and (min-width:768px) {
  .c-section__head {
    margin-bottom: 40px
  }
}

@media screen and (max-width:767px) {
  .c-section__head {
    margin-bottom: 5.3333333333vw;
    padding-left: 4.666%;
    padding-right: 4.666%;
  }
  .c-section__head.u-case-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-section__head__inner {
  margin-right: auto;
  margin-left: auto
}

@media print, screen and (min-width:768px) {
  .c-section__head__inner {
    max-width: 1170px
  }
}

.c-section__head__en {
  font-family: "Futura", "Lato", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #666
}

@media print, screen and (min-width:768px) {
  .c-section__head__en {
    font-size: 30px
  }
}

@media screen and (max-width:767px) {
  .c-section__head__en {
    font-size: 30px;
    font-size: 4vw
  }
}

.c-section__head__text {
  margin-top: 10px;
  color: #000
}

@media print, screen and (min-width:768px) {
  .c-section__head__text {
    font-size: 20px
  }
}

@media screen and (max-width:767px) {
  .c-section__head__text {
    font-size: 25px;
    font-size: 3.3333333333vw
  }
}

.c-section__head__title {
  margin-top: 10px;
  color: #004ea2;
  font-weight: 500;
  letter-spacing: 0.05em
}

@media print, screen and (min-width:768px) {
  .c-section__head__title {
    font-size: 30px;
    font-weight: bold;
  }
}

@media screen and (max-width:767px) {
  .c-section__head__title {
    font-size: 36px;
    font-size: 4.8vw
  }
}

.c-section__body__inner {
  margin-right: auto;
  margin-left: auto
}

@media print, screen and (min-width:768px) {
  .c-section__body__inner {
    max-width: 1170px
  }
}

@media print, screen and (min-width:768px) {
  .c-section .subSection+.subSection {
    margin-top: 60px
  }
}

@media screen and (max-width:767px) {
  .c-section .subSection+.subSection {
    margin-top: 16vw
  }
}

.c-button_wrap {
  display: flex;
  justify-content: center
}

@media print, screen and (min-width:768px) {
  .c-button_wrap {
    margin-top: 40px
  }
}

@media screen and (max-width:767px) {
  .c-button_wrap {
    margin-top: 5.3333333333vw
  }
}

@media screen and (max-width:767px) {
  .c-pageHeader__title__en {
    font-size: 20px;
    font-size: 5.3333333333vw;
    width: 62%;
    padding-left: 2vw
  }
}

@media screen and (max-width:767px) {
  .c-pageHeader__title__label {
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 1.2;
    margin-top: 2.1333333333vw;
    width: 62%;
    padding-left: 2vw
  }
}

.-about .c-section__head__text {
  text-align: left
}

@media print, screen and (min-width:768px) {
  .-about .about__flow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 870px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width:767px) {
  .-about .about__flow {
    padding-left: 4.666%;
    padding-right: 4.666%
  }
}

.-about .about__flow__title {
  margin-top: 10px;
  text-align: center;
  color: #004ea2;
  font-weight: 500;
  letter-spacing: 0.05em
}

@media print, screen and (min-width:768px) {
  .-about .about__flow__title {
    font-size: 25px
  }
}

@media screen and (max-width:767px) {
  .-about .about__flow__title {
    font-size: 36px;
    font-size: 4.8vw
  }
}

@media print, screen and (min-width:768px) {
  .-about .about__flow__title {
    width: 100%;
    margin-bottom: 30px
  }
}

@media print, screen and (min-width:768px) {
  .-about .about__flow__item {
    width: 50%
  }
}

@media screen and (max-width:767px) {
  .-about .about__flow__item {
    margin-top: 5.3333333333vw;
    display: flex;
    flex-direction: column;
    align-items: center
  }
}

@media screen and (max-width:767px) {
  .-about .about__flow__item:after {
    content: "";
    display: block;
    border: 3px solid #333;
    border-top-color: transparent;
    border-left-color: transparent;
    width: 22px;
    height: 22px;
    transform: scale(1, 0.64) rotate(45deg)
  }
}

.-about .about__flow__item:last-of-type:after {
  content: none
}

.-about .about__flow__item:last-of-type .about__flow__item__image:after {
  content: none
}

@media print, screen and (min-width:768px) {
  .-about .about__flow__item__text {
    font-size: 16px
  }
}

@media screen and (max-width:767px) {
  .-about .about__flow__item__text {
    font-size: 28px;
    font-size: 3.7333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .-about .about__flow__item__text {
    margin-top: 10px
  }
}

@media screen and (max-width:767px) {
  .-about .about__flow__item__text {
    text-align: center;
    margin-top: 2.6666666667vw
  }
}

.-about .about__difference {
  border: 2px solid #004ea2
}

@media print, screen and (min-width:768px) {
  .-about .about__difference {
    margin-top: 60px;
    padding: 60px;
    display: flex;
    justify-content: space-between
  }
}

@media screen and (max-width:767px) {
  .-about .about__difference {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 8vw;
    padding: 4%
  }
}

@media print, screen and (min-width:768px) {
  .-about .about__difference__detail {
    width: 40%
  }
}

.-about .about__difference__detail__title {
  color: #004ea2;
  font-weight: 500
}

@media print, screen and (min-width:768px) {
  .-about .about__difference__detail__title {
    font-size: 25px
  }
}

@media screen and (max-width:767px) {
  .-about .about__difference__detail__title {
    font-size: 32px;
    font-size: 4.2666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-about .about__difference__detail__text {
    font-size: 18px
  }
}

@media screen and (max-width:767px) {
  .-about .about__difference__detail__text {
    font-size: 28px;
    font-size: 3.7333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .-about .about__difference__detail__text {
    margin-top: 10px
  }
}

@media screen and (max-width:767px) {
  .-about .about__difference__detail__text {
    margin-top: 1.3333333333vw
  }
}

.-about .about__difference__image {
  display: flex
}

@media screen and (max-width:767px) {
  .-about .about__difference__image {
    margin-top: 5.3333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .-about .about__difference__image__item {
    padding-right: 25px;
    padding-left: 25px
  }
}

@media screen and (max-width:767px) {
  .-about .about__difference__image__item:first-of-type {
    padding-right: 4vw
  }
}

.-about .about__difference__image__item:nth-of-type(2) {
  border-left: dashed 1px #666
}

@media screen and (max-width:767px) {
  .-about .about__difference__image__item:nth-of-type(2) {
    padding-left: 4vw
  }
}

.-choice {
  background-image: linear-gradient(90deg, #f1f9fb, #d4edf6)
}

@media print, screen and (min-width:768px) {
  .-choice .c-section__body__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 960px;
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (max-width:767px) {
  .-choice .c-section__body__inner {
    padding-right: 4%;
    padding-left: 4%
  }
}

.-choice .choiceSection {
  background-color: #fff
}

@media print, screen and (min-width:768px) {
  .-choice .choiceSection {
    width: 48.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px
  }
}

@media screen and (max-width:767px) {
  .-choice .choiceSection {
    padding: 4vw 4%
  }
}

@media screen and (max-width:767px) {
  .-choice .choiceSection+.choiceSection {
    margin-top: 4vw
  }
}

@media print, screen and (min-width:768px) {
  .-choice .choiceSection:nth-of-type(n+3) {
    margin-top: 40px
  }
}

.-choice .choiceSection__title {
  font-weight: 500;
  color: #004ea2
}

@media print, screen and (min-width:768px) {
  .-choice .choiceSection__title {
    font-size: 25px
  }
}

@media screen and (max-width:767px) {
  .-choice .choiceSection__title {
    font-size: 32px;
    font-size: 4.2666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-choice .choiceSection__text {
    font-size: 16px
  }
}

@media screen and (max-width:767px) {
  .-choice .choiceSection__text {
    font-size: 28px;
    font-size: 3.7333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .-choice .choiceSection__text {
    margin-top: 10px
  }
}

@media screen and (max-width:767px) {
  .-choice .choiceSection__text {
    margin-top: 1.3333333333vw
  }
}

.-choice .choiceSection__caption {
  color: #666
}

@media print, screen and (min-width:768px) {
  .-choice .choiceSection__caption {
    font-size: 13px
  }
}

@media screen and (max-width:767px) {
  .-choice .choiceSection__caption {
    font-size: 26px;
    font-size: 3.4666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-choice .choiceSection__caption {
    margin-top: 10px
  }
}

@media screen and (max-width:767px) {
  .-choice .choiceSection__caption {
    margin-top: 2.6666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-choice .choiceSection__image {
    margin-top: auto;
    padding-top: 20px
  }
}

@media screen and (max-width:767px) {
  .-choice .choiceSection__image {
    margin-top: 2.6666666667vw
  }
}

.-example {
  background-color: #fff
}

@media screen and (max-width:767px) {
  .-example {
    padding-right: 4.666%;
    padding-left: 4.666%
  }
}

@media print, screen and (min-width:768px) {
  .-example .example {
    width: 980px;
    margin-right: auto;
    margin-left: auto
  }
}

.-example .example__beforeAfter__image {
  text-align: center
}

.-example .example__beforeAfter__caption {
  text-align: center;
  font-weight: 500
}

@media print, screen and (min-width:768px) {
  .-example .example__beforeAfter__caption {
    font-size: 22px
  }
}

@media screen and (max-width:767px) {
  .-example .example__beforeAfter__caption {
    font-size: 32px;
    font-size: 4.2666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-example .example__beforeAfter__caption {
    margin-top: 20px
  }
}

@media screen and (max-width:767px) {
  .-example .example__beforeAfter__caption {
    margin-top: 2.6666666667vw
  }
}

.-example .example__shade {
  text-align: center
}

@media print, screen and (min-width:768px) {
  .-example .example__shade {
    margin-top: 40px
  }
}

@media screen and (max-width:767px) {
  .-example .example__shade {
    margin-top: 5.3333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .-example .example__text {
    font-size: 16px
  }
}

@media screen and (max-width:767px) {
  .-example .example__text {
    font-size: 28px;
    font-size: 3.7333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .-example .example__text {
    margin-top: 30px
  }
}

@media screen and (max-width:767px) {
  .-example .example__text {
    margin-top: 4vw
  }
}

.-counseling {
  background-image: linear-gradient(90deg, #f1f9fb, #d4edf6)
}

.-counseling .counseling {
  border: 2px solid #004ea2;
  background-color: #fff
}

@media print, screen and (min-width:768px) {
  .-counseling .counseling {
    padding: 60px
  }
}

@media screen and (max-width:767px) {
  .-counseling .counseling {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 8vw;
    padding: 4%
  }
}

@media print, screen and (min-width:768px) {
  .-counseling .counseling__inner {
    display: flex;
    justify-content: space-between
  }
}

@media screen and (max-width:767px) {
  .-counseling .counseling__inner {
    display: flex;
    flex-direction: column
  }
}

@media print, screen and (min-width:768px) {
  .-counseling .counseling__detail {
    width: 47.5%
  }
}

@media screen and (max-width:767px) {
  .-counseling .counseling__detail {
    display: contents
  }
}

@media screen and (max-width:767px) {
  .-counseling .counseling__detail__read {
    order: 0
  }
}

.-counseling .counseling__detail__read span {
  display: inline-block;
  background-color: #EC6D81;
  color: #fff;
  line-height: 1;
  font-weight: 600
}

@media print, screen and (min-width:768px) {
  .-counseling .counseling__detail__read span {
    font-size: 22px
  }
}

@media screen and (max-width:767px) {
  .-counseling .counseling__detail__read span {
    font-size: 32px;
    font-size: 4.2666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-counseling .counseling__detail__read span {
    padding: 12px
  }
}

@media screen and (max-width:767px) {
  .-counseling .counseling__detail__read span {
    padding: 2.6666666667vw
  }
}

.-counseling .counseling__detail__title {
  color: #EC6D81;
  font-weight: 500
}

@media print, screen and (min-width:768px) {
  .-counseling .counseling__detail__title {
    font-size: 25px
  }
}

@media screen and (max-width:767px) {
  .-counseling .counseling__detail__title {
    font-size: 38px;
    font-size: 5.0666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-counseling .counseling__detail__title {
    margin-top: 10px
  }
}

@media screen and (max-width:767px) {
  .-counseling .counseling__detail__title {
    order: 1;
    margin-top: 2.6666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-counseling .counseling__detail__text {
    font-size: 18px
  }
}

@media screen and (max-width:767px) {
  .-counseling .counseling__detail__text {
    font-size: 28px;
    font-size: 3.7333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .-counseling .counseling__detail__text {
    margin-top: 10px
  }
}

@media screen and (max-width:767px) {
  .-counseling .counseling__detail__text {
    order: 3;
    margin-top: 2.6666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-counseling .counseling__image {
    width: 50%
  }
}

@media screen and (max-width:767px) {
  .-counseling .counseling__image {
    order: 2;
    margin-top: 2.6666666667vw
  }
}

.-menu {
  background-color: #d9e5f1
}

@media screen and (max-width:767px) {
  .-menu {
    padding-right: 4%;
    padding-left: 4%
  }
}

.-menu .menu {
  border: 2px solid #004ea2;
  background-color: #fff
}

.-menu .menu__title {
  background-color: #004ea2;
  color: #fff;
  font-weight: 600;
  text-align: center
}

@media print, screen and (min-width:768px) {
  .-menu .menu__title {
    font-size: 25px
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__title {
    font-size: 34px;
    font-size: 4.5333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .-menu .menu__title {
    padding: 10px
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__title {
    padding: 1.3333333333vw
  }
}

.-menu .menu__price {
  border-bottom: 2px solid #004ea2
}

@media print, screen and (min-width:768px) {
  .-menu .menu__price {
    font-size: 32px
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__price {
    font-size: 40px;
    font-size: 5.3333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .-menu .menu__price {
    padding: 10px 8.5%
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__price {
    padding: 10px 4%
  }
}

.-menu .menu__price .num {
  font-family: "Futura", "Lato", sans-serif
}

@media print, screen and (min-width:768px) {
  .-menu .menu__price .num {
    font-size: 48px
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__price .num {
    font-size: 60px;
    font-size: 8vw
  }
}

@media print, screen and (min-width:768px) {
  .-menu .menu__body {
    padding: 20px 8.5%
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__body {
    padding: 10px 4%
  }
}

@media print, screen and (min-width:768px) {
  .-menu .menu__read {
    font-size: 18px
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__read {
    font-size: 32px;
    font-size: 4.2666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-menu .menu__step {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__step {
    margin-top: 5.3333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .-menu .menu__step__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 31%
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__step__item {
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__step__item:nth-of-type(n+2) {
    margin-top: 5.3333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .-menu .menu__step__item__detail {
    width: 57%
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__step__item__detail {
    width: 55%
  }
}

.-menu .menu__step__item__detail__title {
  color: #004ea2;
  font-weight: 600
}

@media print, screen and (min-width:768px) {
  .-menu .menu__step__item__detail__title {
    font-size: 16px
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__step__item__detail__title {
    font-size: 32px;
    font-size: 4.2666666667vw
  }
}

.-menu .menu__step__item__detail__text {
  font-weight: 500
}

@media print, screen and (min-width:768px) {
  .-menu .menu__step__item__detail__text {
    font-size: 16px
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__step__item__detail__text {
    font-size: 32px;
    font-size: 4.2666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-menu .menu__step__item__image {
    width: 40%
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__step__item__image {
    width: 40%
  }
}

@media print, screen and (min-width:768px) {
  .-menu .menu__text {
    font-size: 13px
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__text {
    font-size: 26px;
    font-size: 3.4666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-menu .menu__text {
    margin-top: 10px
  }
}

@media screen and (max-width:767px) {
  .-menu .menu__text {
    margin-top: 4vw
  }
}

.-feature {
  background: rgb(203,222,232);
  background: linear-gradient(0deg, rgba(203,222,232,1) 0%, rgba(179,196,219,1) 100%);
}

.-feature .c-section__head__text i {
  color: #004ea2;
  font-style: italic;
  font-family: "Futura", "Lato", sans-serif;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle
}

@media print, screen and (min-width:768px) {
  .-feature .c-section__head__text i {
    font-size: 59px
  }
}

@media screen and (max-width:767px) {
  .-feature .c-section__head__text i {
    font-size: 90px;
    font-size: 12vw
  }
}

@media print, screen and (min-width:768px) {
  .-feature .featureSection+.featureSection {
    margin-top: 60px
  }
}

@media screen and (max-width:767px) {
  .-feature .featureSection+.featureSection {
    margin-top: 8vw
  }
}

.-feature .featureList {
  background-color: #fff
}

@media print, screen and (min-width:768px) {
  .-feature .featureList {
    padding: 30px 64px
  }
}

@media screen and (max-width:767px) {
  .-feature .featureList {
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-feature .featureList__item {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media screen and (max-width:767px) {
  .-feature .featureList__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw
  }
}

.-feature .featureList__item+.featureList__item {
  border-top: 1px solid #004ea2
}

@media print, screen and (min-width:768px) {
  .-feature .featureList__item__head {
    width: 75px;
    padding-top: 5px;
    margin-right: 30px
  }
}

@media screen and (max-width:767px) {
  .-feature .featureList__item__head {
    width: 10.6666666667vw;
    margin-right: 2.1333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .-feature .featureList__item__body {
    margin-right: 30px
  }
}

@media screen and (max-width:767px) {
  .-feature .featureList__item__body {
    display: contents
  }
}

.-feature .featureList__item__body__title {
  color: #004ea2;
  font-weight: 500;
  line-height: 1.4
}

@media print, screen and (min-width:768px) {
  .-feature .featureList__item__body__title {
    font-size: 26px
  }
}

@media screen and (max-width:767px) {
  .-feature .featureList__item__body__title {
    font-size: 36px;
    font-size: 4.8vw
  }
}

@media screen and (max-width:767px) {
  .-feature .featureList__item__body__title {
    padding-bottom: 1.0666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-feature .featureList__item__body__text {
    font-size: 16px
  }
}

@media screen and (max-width:767px) {
  .-feature .featureList__item__body__text {
    font-size: 26px;
    font-size: 3.4666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-feature .featureList__item__body__text {
    margin-top: 10px
  }
}

@media screen and (max-width:767px) {
  .-feature .featureList__item__body__text {
    order: 2;
    width: 100%;
    margin-top: 4.2666666667vw
  }
}

.-feature .featureList__item__body__caption {
  color: #666;
  margin-top: 1em
}

@media print, screen and (min-width:768px) {
  .-feature .featureList__item__body__caption {
    font-size: 14px
  }
}

@media screen and (max-width:767px) {
  .-feature .featureList__item__body__caption {
    font-size: 22px;
    font-size: 2.9333333333vw
  }
}

@media screen and (max-width:767px) {
  .-feature .featureList__item__body__caption {
    order: 3;
    width: 100%
  }
}

@media print, screen and (min-width:768px) {
  .-feature .featureList__item__image {
    margin-left: auto;
    width: 33%;
    display: flex;
    flex-shrink: 0;
    align-items: center
  }
}

@media screen and (max-width:767px) {
  .-feature .featureList__item__image {
    order: 1;
    width: 100%;
    margin-top: 1.3333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .-feature .featureList__item__image__caption {
    font-size: 14px
  }
}

@media screen and (max-width:767px) {
  .-feature .featureList__item__image__caption {
    font-size: 20px;
    font-size: 2.6666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-feature .featureList__item__image__caption {
    margin-top: 5px
  }
}

@media screen and (max-width:767px) {
  .-feature .featureList__item__image.button {
    order: 2;
    margin-top: 20px
  }
}

@media print, screen and (min-width:768px) {
  .-feature .featureList__item__image.button .feature__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100%
  }
}

@media screen and (max-width:767px) {
  .-feature .featureList__item__image.button .feature__button {
    display: flex;
    flex-direction: column;
    align-items: center
  }
}

@media screen and (max-width:767px) {
  .-feature .featureList__item__image.button .feature__button .newbtn_blue:nth-of-type(n+2) {
    margin-top: 20px
  }
}

@media screen and (max-width:767px) {
  .-banner .c-section__body__inner {
    padding-right: 4%;
    padding-left: 4%
  }
}

.-banner .banner {
  display: block;
  margin-right: auto;
  margin-left: auto
}

@media print, screen and (min-width:768px) {
  .-banner .banner {
    width: 380px
  }
}

@media print, screen and (min-width:768px) {
  .-important .c-section__body {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px
  }
}

@media screen and (max-width:767px) {
  .-important .c-section__body {
    padding-right: 4%;
    padding-left: 4%
  }
}

.-important .important__list__head {
  color: #004ea2;
  font-weight: 500
}

@media print, screen and (min-width:768px) {
  .-important .important__list__head {
    padding-top: 10px
  }
}

@media print, screen and (min-width:768px) {
  .-important .important__list__head {
    font-size: 22px
  }
}

@media screen and (max-width:767px) {
  .-important .important__list__head {
    font-size: 36px;
    font-size: 4.8vw
  }
}

.-important .important__list__head:nth-of-type(n+2) {
  border-top: 1px solid #004ea2
}

@media screen and (max-width:767px) {
  .-important .important__list__head:nth-of-type(n+2) {
    margin-top: 4vw;
    padding-top: 4vw
  }
}

.-important .important__list__head:before {
  content: "■"
}

@media print, screen and (min-width:768px) {
  .-important .important__list__body {
    padding-bottom: 20px;
    margin-top: 10px
  }
}

@media screen and (max-width:767px) {
  .-important .important__list__body {
    margin-top: 2.6666666667vw
  }
}

.-important .important__caption {
  margin-top: 20px
}

@media print, screen and (min-width:768px) {
  .-important .important__caption {
    font-size: 13px
  }
}

@media screen and (max-width:767px) {
  .-important .important__caption {
    font-size: 26px;
    font-size: 3.4666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-qa .c-section__body {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px
  }
}

@media screen and (max-width:767px) {
  .-qa .c-section__body {
    padding-right: 4%;
    padding-left: 4%
  }
}

.-qa .qaList__q {
  font-weight: 600
}

@media print, screen and (min-width:768px) {
  .-qa .qaList__q {
    font-size: 16px
  }
}

@media screen and (max-width:767px) {
  .-qa .qaList__q {
    font-size: 32px;
    font-size: 4.2666666667vw
  }
}

.-qa .qaList__q:nth-of-type(n+2) {
  border-top: 1px solid #004ea2
}

@media print, screen and (min-width:768px) {
  .-qa .qaList__q:nth-of-type(n+2) {
    padding-top: 15px;
    margin-top: 15px
  }
}

@media screen and (max-width:767px) {
  .-qa .qaList__q:nth-of-type(n+2) {
    padding-top: 4vw;
    margin-top: 4vw
  }
}

.-qa .qaList__q i {
  display: inline-block;
  margin-right: 0.125em;
  color: #004ea2;
  font-family: "Futura", "Lato", sans-serif;
  font-weight: normal
}

@media print, screen and (min-width:768px) {
  .-qa .qaList__q i {
    font-size: 20px
  }
}

@media screen and (max-width:767px) {
  .-qa .qaList__q i {
    font-size: 40px;
    font-size: 5.3333333333vw
  }
}

@media print, screen and (min-width:768px) {
  .-qa .qaList__a {
    font-size: 16px
  }
}

@media screen and (max-width:767px) {
  .-qa .qaList__a {
    font-size: 32px;
    font-size: 4.2666666667vw
  }
}

@media print, screen and (min-width:768px) {
  .-qa .qaList__a {
    margin-top: 10px
  }
}

@media screen and (max-width:767px) {
  .-qa .qaList__a {
    margin-top: 0vw
  }
}

.-qa .qaList__a i {
  display: inline-block;
  margin-right: 0.25em;
  color: #EC6D81;
  font-family: "Futura", "Lato", sans-serif
}

@media print, screen and (min-width:768px) {
  .-qa .qaList__a i {
    font-size: 20px
  }
}

@media screen and (max-width:767px) {
  .-qa .qaList__a i {
    font-size: 40px;
    font-size: 5.3333333333vw
  }
}

.-qa .qaList .caption {
  color: #666
}

@media print, screen and (min-width:768px) {
  .-qa .qaList .caption {
    font-size: 13px
  }
}

@media screen and (max-width:767px) {
  .-qa .qaList .caption {
    font-size: 24px;
    font-size: 3.2vw
  }
}

@media screen and (max-width:767px) {
  .-qa .qaList .caption {
    margin-top: 1.3333333333vw
  }
}

.-doctor {
  color: #666;
  background-color: #d4edf6
}

@media screen and (max-width:767px) {
  .-doctor {
    padding-top: 0
  }
}

.-doctor .guide_doctor {
  background-color: #fff
}

@media print, screen and (min-width:768px) {
  .-doctor .guide_doctor {
    padding: 32px 5%
  }
}

@media screen and (max-width:767px) {
  .-doctor .guide_doctor {
    margin-top: 32px;
    margin: 2rem auto 0;
    padding-right: 4%;
    padding-left: 4%
  }
}

.-doctor .guide_doctor_title {
  margin-bottom: 32px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5
}

.-doctor .guide_doctor_title_en {
  display: block;
  color: #004ea2;
  font-size: 20px
}

.-doctor .guide_doctor_title_ja {
  display: block
}

.-doctor .guide_doctor .profile {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between
}

@media screen and (max-width:767px) {
  .-doctor .guide_doctor .profile {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.-doctor .guide_doctor .profile .img {
  max-width: 100%
}

@media print, screen and (min-width:768px) {
  .-doctor .guide_doctor .profile .img {
    width: 35%
  }
}

.-doctor .guide_doctor .profile .img figure {
  max-width: 100%
}

@media screen and (max-width:767px) {
  .-doctor .guide_doctor .profile .img figure {
    width: 50.25%;
    margin-right: auto;
    margin-left: auto
  }
}

.-doctor .guide_doctor .profile .img p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em
}

@media print, screen and (min-width:768px) {
  .-doctor .guide_doctor .profile .img p {
    margin-top: 15px
  }
}

@media screen and (max-width:767px) {
  .-doctor .guide_doctor .profile .img p {
    margin-top: 1.25em
  }
}

.-doctor .guide_doctor .profile .txt {
  padding-top: 15px
}

@media print, screen and (min-width:768px) {
  .-doctor .guide_doctor .profile .txt {
    width: 60%
  }
}

@media screen and (max-width:767px) {
  .-doctor .guide_doctor .profile .txt {
    width: 100%;
    padding-right: 10.5%;
    padding-left: 10.5%;
    padding-bottom: 10.6666666667vw
  }
}

.-doctor .guide_doctor .profile .txt p {
  font-size: 16px;
  line-height: 1.5
}

.-doctor .guide_doctor .profile .txt p+p {
  margin-top: 1em
}


/* utility */
.u-padding-top{
  padding-top: 15px;
}
.u-font-size{
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .u-font-size{
    font-size: 5vw;
  }
}
.u-font-size18{
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .u-font-size18{
    font-size: 3vw;
  }
}
.u-font-color{
  color:#E03161;
}
.u-text-center{
  text-align: center;
}
.u-margin{
  margin: 0 auto;
}

/* body */
.c-button_wrap.u-margin-top{
    margin-top: 20px;
}
.c-pageHeader__wrap{
  margin: 20px auto;
}
.about_contents{
  border: 2px solid #004ea2;
  margin-top: 60px;
  padding: 30px;
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width:767px) {
  .about_contents{
    width: auto;
  }
}
.about_span{
  background-color: #00A2FF;
  color: #fff;
  padding: 5px;
}
.about_span2{
  background-color: #E03161;
  color: #fff;
  padding: 5px;
}
.about_ul{
  display: flex;
  padding-top: 15px;
  flex-wrap: wrap;
}
.about_li{
  max-width: 50%;
  width: 100%;
  color: #004ea2;
  display: flex;
  align-items: center;
  padding-top: 5px;
}
@media screen and (max-width:767px) {
  .about_li{
    max-width: 100%;
  }
}
.about_li_span{
  max-width: 30px;
  width: 100%;
}
.about_li_p{
  padding-left: 1rem;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.01em;
}
@media screen and (max-width:767px) {
  .about_li_p{
    font-size: 5vw;
  }
}
.about_li_p2{
  padding-left: 1rem;
  font-size: 20px;
  letter-spacing: 0.01em;
}
@media screen and (max-width:767px) {
  .about_li_p2{
    font-size: 4.5vw;
  }
}
.about_bottom{
  background-color: #DFEEFF;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.about_bottom_div{
  padding-top: 30px;
  padding-bottom: 15px;
  letter-spacing: 0.01em;
}
.about_bottom_cooperation{
  color:#E03161;
  text-decoration:underline;
  text-decoration-color:#FFF800;
  font-weight: bold;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 400px solid transparent;
  border-left: 400px solid transparent;
  border-top: 30px solid #dfeeff;
  border-bottom: 0;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .triangle {
  border-right: 180px solid transparent;
  border-left: 180px solid transparent;
  border-top: 30px solid #dfeeff;
  }
}
@media screen and (max-width:500px) {
  .triangle {
  border-right: 160px solid transparent;
  border-left: 160px solid transparent;
  border-top: 30px solid #dfeeff;
  }
}
.about_bottom_p{
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .about_bottom_p{
    font-size: 6.5vw;
  }
}
.about_flex{
  display: flex;
  max-width: 870px;
  width: 100%;
  margin: 30px auto 0;
}
.about_flex_left{
  max-width: 70%;
  width: 100%;
}
@media screen and (max-width:767px) {
  .about_flex_left{
    max-width: 50%;
  }
}
.about_flex_right{
  max-width: 30%;
  width: 100%;
}
@media screen and (max-width:767px) {
  .about_flex_right{
    max-width: 50%;
  }
}
/* case */
.case{
  background-color: #DFEEFF;
  padding-right: 4.666%;
  padding-left: 4.666%;
}
.case_wrapper{
  background-color: #fff;
  max-width: 800px;
  padding: 60px 64px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .case_wrapper{
    padding: 8vw 4.6666% 18.6666666667vw;
  }
}
.case_head{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 32px;
}
@media screen and (max-width:767px) {
  .case_head{
    width: auto;
  }
}
.case_div{
  background: rgb(0,78,162);
  background: linear-gradient(60deg, rgba(0,78,162,1) 0%, rgba(0,123,199,1) 50%, rgba(0,78,162,1) 100%);
  border-radius:20px 0 30px 0;
  color: #ffffff;
  font-size: 20px;
  padding: 8px 0;
}
.case_div.u-sp-font{
  font-size: 20px;
}
@media screen and (max-width:767px) {
  .case_div{
    font-size: 3.5vw;
  }
  .case_div.u-sp-font{
    font-size: 5vw;
  }
}
.case_h2{
  font-size: 30px;
  font-weight: bold;
  color: #004EA2;
}
@media screen and (max-width:767px) {
  .case_h2{
    font-size: 6vw;
  }
}
.case_body_p{
  text-align: center;
  padding-bottom: 20px;
}
.case_body_flex{
  display: flex;
  padding-bottom: 32px;
}
.case_body_box{
  max-width: calc(100% / 2 - 3%);
  width: 100%;
}
.case_body_box:first-of-type{
  margin-right: 6%;
}
.case_body_box_title{
  background-color: #6D6D6D;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
.case_body_title{
  text-align: center;
  padding-bottom: 32px;
}
.case_body_title_p{
  color: #004EA2;
  letter-spacing: 0.05em;
}
.case_body_title_p2{
  color: #004EA2;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width:767px) {
  .case_body_title_p2{
    font-size: 3.5vw;
  }
}
.case_body_title_span{
  font-size: 32px;
  color:#DE4566;
}
@media screen and (max-width:767px) {
  .case_body_title_span{
    font-size: 7vw;
  }
}
.down_arrow{
  position:relative;
  width:110px;
  height:30px;
  background:#D0E5FF;
  text-align:center;
  color:#004EA2;
  font-size:18px;
  font-weight:bold;
  border-radius:10px;
  text-shadow:0px 0px 0px #FFFFFF ;
}
@media screen and (max-width:767px) {
  .down_arrow{
    font-size:14px;
    height:23px;
  }
}
.down_arrow:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(208, 229, 255, 0);
  border-top-width:8px;
  border-bottom-width:8px;
  border-left-width:6px;
  border-right-width:6px;
  margin-left: -6px;
  border-top-color:#D0E5FF;
  top:100%;
  left:40%;
}
.down_arrow .down_arrow--bottom{
  position:relative;
  width:110px;
  height:30px;
  background:#D0E5FF;
  text-align:center;
  color:#004EA2;
  font-size:18px;
  font-weight:bold;
  border-radius:10px;
  text-shadow:0px 0px 0px #FFFFFF ;
}
@media screen and (max-width:767px) {
  .down_arrow .down_arrow--bottom{
    font-size:14px;
    height:23px;
  }
}
.down_arrow--bottom:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(208, 229, 255, 0);
  border-top-width:8px;
  border-bottom-width:8px;
  border-left-width:6px;
  border-right-width:6px;
  margin-left: -6px;
  border-top-color:#D0E5FF;
  top:100%;
  left:87%;
}
@media screen and (max-width:767px) {
  .down_arrow--bottom:after{
    left:30%;
  }
}

.left_arrow{
  position:relative;
  width:130px;
  height:auto;
  background:#D0E5FF;
  text-align:center;
  color:#004EA2;
  font-size:18px;
  font-weight:bold;
  border-radius:10px;
  text-shadow:0px 0px 0px #FFFFFF ;
}
@media screen and (max-width:767px) {
  .left_arrow{
    font-size:14px;
    height:23px;
  }
}
.left_arrow:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(208, 229, 255, 0);
  border-top-width:8px;
  border-bottom-width:8px;
  border-left-width:6px;
  border-right-width:6px;
  margin-left: -6px;
  border-top-color:#D0E5FF;
  top:100%;
  left:11%;
}
@media screen and (max-width:767px) {
  .left_arrow:after{
    left:80%;
  }
}
.case_body__img{
  padding-bottom: 20px;
}
.case_body_title{
  text-align: center;
}
.p-case_contents{
  position: relative;
  padding-bottom: 40px;
} 
.p-case_contents img{
  padding-bottom: 8px;
} 
.p-case_contents.p-case_contents--first{
  padding-bottom: 64px;
} 
@media screen and (max-width:767px) {
  .p-case_contents.p-case_contents--first{
    padding-bottom: 32px;
  } 
}
.p-case_contents--bottom{
  padding-bottom: 64px;
}
@media screen and (max-width:767px) {
  .p-case_contents--bottom{
    padding-bottom: 32px;
  }
}
.p-case__span{
  height: 1px;
  color: #005095;
  background-color: #005095;
  content: "";
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.p-case_content{
  position: absolute;
  top: -38px;
  right:0;
}
.p-case_content--sub{
  position: absolute;
  top: -38px;
  right:0;
}
.p-case_content--sub2{
  position: absolute;
  top: -38px;
  left: 0;
}
@media screen and (max-width:767px) {
  .p-case_content{
    top: -26px;
  }
  .p-case_content--sub{
    top: -26px;
  }
  .p-case_content--sub2{
    top: -26px;
  }
}
.p-case__p{
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .p-case__p{
    font-size: 3.5vw;
  }
}
.p-case_contents__ul{
  display: flex;
}
.p-case_contents__li{
  width: calc(100% / 4);
  text-align: center;
}
.p-case_contents__li img{
  object-fit: contain;
}
@media screen and (max-width:767px) {
  .p-case_contents__li img{
    height: auto;
    object-fit: contain;
  }
}
.p-case_contents__li p{
  padding: 10px 0;
}
/* ホームホワイトニング 継続できない人が多い理由 */
#continuation{
  background-color: #F2F2F2;
}
.p-continuation{
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .p-continuation{
    width: auto;
  }
}
@media screen and (max-width:767px) {
  .p-continuation{
    padding: 0 4.6666%;
  }
}
.p-continuation-title{
  color: #004EA2;
  text-align: center;
  max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 16px;
}

.p-continuation-title__h2{
    color: #004EA2;
    font-weight: bold;
}
.p-continuation-title__span{
    font-size: 30px;
    font-weight: bold;
}
@media screen and (max-width:767px) {
  .p-continuation-title__span{
    font-size: 6vw;
}
}
.p-continuation-title__span b{
  color: #DE4566;
  font-size: 32px;
}
@media screen and (max-width:767px) {
  .p-continuation-title__span b{
    font-size: 6.5vw;
  }
}
.p-continuation__p{
  padding-bottom: 32px;
}
.p-continuation-contents{
  background-color: #ffffff;
  padding: 20px 20px 40px 20px;
  box-shadow: 5px 5px 0px 0px #969595;
}
.p-continuation-contents--upper{
  margin-bottom: 32px;
}
.p-continuation-flex{
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.p-continuation-flex--left,.p-continuation-flex--right{
  width: calc(100% /2 - 10%);
}
@media screen and (max-width:767px) {
  .p-continuation-flex--left,.p-continuation-flex--right{
    width: calc(100% /2 - 3%);
  }
}
.p-continuation-flex--left{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-continuation-flex--right img{
  max-height: 150px;
  object-fit: cover;
  object-position: 50% bottom;
}
.p-continuation-flex--right.u-visibility img{
  visibility: hidden;
}
.p-continuation-flex__div{
  background-color: #686868;
  margin-left: -20px;
}
.p-continuation-flex__div--text{
  color: #ffffff;
}
.p-continuation-flex__div--text b{
  font-size: 32px;
  padding-left: 10px;
  font-weight: bold;
  color: #DE4566;
  text-shadow: -1px -1px 0 white, -1px 0 0 white, -1px 1px 0 white,
                  0 -1px 0 white,                  0 1px 0 white,
                1px -1px 0 white,  1px 0 0 white,  1px 1px 0 white;
}
.p-continuation-flex__p{
  font-size: 30px;
  text-align: left;
}
@media screen and (max-width:767px) {
  .p-continuation-flex__p{
    font-size: 5vw;
  }
}
/* ホワイトエッセンスは継続できる */
.about-relative{
  position: relative;
}
.about-relative__inner{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: grid;
    align-items: flex-end;
}
@media screen and (max-width:767px) {
  .about-relative__inner img{
    object-fit: cover;
    height: 100%;
  }
}

.about_bottom--keep{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.about_bottom_div--keep{
  padding-top: 30px;
  padding-bottom: 15px;
  color: #ffffff;
  font-weight: bold;
  background: rgb(0,78,162);
  background: linear-gradient(180deg, rgba(0,78,162,0.05) 0%, rgba(0,123,199,1) 35%, rgba(0,78,162,1) 100%);
}
.about_li_p--keep{
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .about_li_p--keep{
    font-size: 6vw;
  }
}
.about_bottom_p--keep{
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .about_bottom_p--keep{
    font-size: 7vw;
  }
}
.triangle--deepblue{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 400px solid transparent;
  border-left: 400px solid transparent;
  border-top: 30px solid #004ea2;
  border-bottom: 0;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .triangle--deepblue {
  border-right: 180px solid transparent;
  border-left: 180px solid transparent;
  border-top: 30px solid #004ea2;
  }
}
.p-keep{
  padding-top: 16px;
  padding-bottom: 32px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.p-keep-inner{
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}
.p-keep__ul{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .p-keep__ul{
    display: block;
  }
}
.p-keep__li{
  display: flex;
  max-width: 8%;
}
.p-keep__li:nth-child(2){
  margin-left: 0;
}
@media screen and (max-width:767px) {
  .p-keep__li:nth-child(2){
    margin-left: 20%;
  }
}
.p-keep__li--cross{
  width: 100%;
  font-size: 40px;
  color:#004ea2;
  align-items: flex-end;
  display: grid;
}
.p-keep__li--text{
    color: #004ea2;
    font-size: 14px;
    
}
.p-keep__li:not(:nth-child(2)){
  max-width: 46%;
}
@media screen and (max-width:767px) {
  .p-keep__li:not(:nth-child(2)){
    max-width: 100%;
  }
}
.p-keep__li--text.u-keep--bgc{
  background: rgb(0,78,162);
  background: linear-gradient(0deg, rgba(0,78,162,1) 0%, rgba(0,123,199,1) 50%, rgba(0,78,162,1) 100%);
  color:#ffffff;
  padding: 0 10px;
  line-height: 1.3;
}
.p-keep__li--text b{ 
  font-size: 40px;
}
@media screen and (max-width:767px) {
  .p-keep__li--text b{ 
    font-size: 9.5vw;
  }
}
.p-keep__li--left{
  width: auto;
}
.p-keep__li--right{
  color: #004ea2;
  font-size: 14px;
  width: auto;
  align-items: flex-end;
  display: grid;
  padding-left: 5px;
}
.p-keep-middle{
  padding: 32px 0;
  text-align: center;
}
.p-keep-middle__p{
  font-size: 30px;
  width: auto;
  display: inline-block;
  text-align: left;
  color: #004ea2;
}
@media screen and (max-width:767px) {
  .p-keep-middle__p{
    font-size: 6vw;
  }
}
.p-keep-middle__p b{
  font-size: 30px;
  color:#DE4566;
  background:linear-gradient(transparent 70%, #FFF800 0%);
}
@media screen and (max-width:767px) {
  .p-keep-middle__p b{
    font-size: 5vw;
  }
}
/* 効果と安全を追求 */
.p-keep-lower{
  position: relative;
  max-width: 800px; 
  width: 100%;
  margin: 0 auto 32px auto;
  text-align: center;
}
.p-keep-lower__img{
  position: absolute;
  top: 0;
  left: 50%;
  transform:  translateX(-50%);
  max-width: 800px;
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: 0 0;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .p-keep-lower__img{
    height: 500px;
  }
}
@media screen and (max-width:580px) {
  .p-keep-lower__img{
    height: 450px;
  }
}
@media screen and (max-width:480px) {
  .p-keep-lower__img{
    height: 400px;
  }
}
@media screen and (max-width:380px) {
  .p-keep-lower__img{
    height: 350px;
  }
}
.p-keep-lower__p{
  font-size: 24px;
  padding-bottom: 32px;
}
@media screen and (max-width:767px) {
  .p-keep-lower__p{
    font-size: 6vw;
  }
}
.p-keep-lower__p b{
  font-size: 30px;
}
@media screen and (max-width:767px) {
  .p-keep-lower__p b{
    font-size: 6.5vw;
  }
}
.p-keep-lower__p b.u-font-pink{
  color: #DE4566;
}
.p-keep-lower--flex{
  display: flex;
  align-items: center;
  max-width: 670px;
  margin: 0 auto;
  padding-bottom: 32px;
}
@media screen and (max-width:767px) {
  .p-keep-lower--flex{
    padding-right:4.666% ;
    padding-left:4.666% ;
  }
}
.p-keep-lower--right{
  width: 53%;
  margin-right: 2%;
}
.p-keep-lower--right img{
  box-shadow: 8px 8px 0px 0px #004ea2;
}
.p-keep-lower--left{
  width: 45%;
}
.u-p-keep-lower--padding{
  padding-top: 20px;
}
.p-keep_annotation{
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .p-keep_annotation{
   padding: 0 4.6666%;
  }
}
.c-section.u-fit-padding{
  padding-top: 0px;
}
.p-fit{
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .p-fit{
  padding: 0 4.6666%;
  }
}
.p-fit-title{
  position: relative;
  min-height: 300px;
}
@media screen and (max-width:580px) {
  .p-fit-title{
    min-height: 250px;
  }
}
@media screen and (max-width:480px) {
  .p-fit-title{
    min-height: 200px;
  }
}
.p-fit-title--bgi{
  position: absolute;
  top: 0;
  left: 50%;
  transform:  translateX(-50%);
  z-index: -1;
}
.p-fit-title--inner{
  text-align: center;
  color: #004ea2;
}
.p-fit-title__p--large{
  font-size: 32px;
}
@media screen and (max-width:767px) {
  .p-fit-title__p--large{
    font-size: 8vw;
  }
}
.u-fit-p{
  font-size: 32px;
}
@media screen and (max-width:767px) {
  .u-fit-p{
    font-size: 6vw;
  }
}
.p-fit__p{
  padding-bottom: 32px;
}
.p-fit-title__p{
  font-size: 30px;
}
@media screen and (max-width:767px) {
  .p-fit-title__p{
    font-size: 5.5vw;
  }
}
.p-fit-title__ul{
  padding-bottom: 32px;
}
.p-fit-title__li{
  display: flex;
}
.p-fit-title__li{
  color: #DE4566;
}
.p-fit-flex{
  display: flex;
  justify-content: space-between;
  height: 264px;
}
.p-fit-flex--inner{
  position: relative;
  width: calc(100% / 2 - 5%);
}
.u-fit--padding{
  padding-bottom: 16px;
}
.u-fit--padding2{
  padding-bottom: 32px;
}
.p-fit-flex--right,.p-fit-flex--left{
  
  overflow: hidden;
  height: 200px;
}
.p-fit-flex--left img{
    object-fit: cover;
    height: 300px;
    width: 450px;
    object-position: -140px -76px;
}
.p-fit-flex--right img{
  object-fit: cover;
  height: 300px;
  width: 450px;
  object-position: -93px -76px;
}
@media screen and (max-width:767px) {
  .p-fit-flex--right img{
    object-position: -148px -76px;
  }
}
.p-fit-triangle--wrap{
  display: flex;
  align-items: center;
  height: 254px;
}
.p-fit-triangle{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #007bff;
}
.p-fit-flex__span{
  position: absolute;
  top: 200px;
  left: 50%;
  transform:  translateX(-50%);
  color: #ffffff;
  background-color: #004ea2;
  padding: 8px;
  text-align: center;
  width: 100%;
}
.about__flow--new{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}
.about__flow__item--new{
  width: 50%;
}
.c-section__body{
  padding:0;
}
@media screen and (max-width:767px) {
  .c-section__body{
    padding: 0 4.6666%;
  }
}
.u-display-sp{
  display: none;
}
@media screen and (max-width:767px) {
  .u-display-sp{
    display: block;
  }
}
.c-img-fv{
  background-color: #BBE2F5;
}
@media screen and (max-width:767px){
  .c-img-fv{
    min-width: 100%;
  }
}

.for-PC{
  display: block;
  height: auto;
  margin: 32px auto 0;
}
@media screen and (min-width:1500px) {
  .for-PC{
    transform: translateX(-5%);
  }
}
@media screen and (min-width:2000px) {
  .for-PC{
    transform: translateX(-10%);
  }
}
@media screen and (max-width:767px) {
  .for-PC{
    display: none;
  }
}
.for-SP{
  display: none;
}
@media screen and (max-width:767px) {
  .for-SP{
    display: block;
    height: auto;
    margin: 16px auto 0;
  }
}
.price_mv_note {
  color: #7C7C7C !important;
  font-size: 12px;
  text-align: left !important;
  padding: 0 6.75vw;
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .price_mv_note {
    font-size: 10px;
    padding: 2px 0.75em;
    text-align: left !important;
  }
}
.dual{
  background-color: #b7e1f3;
  width: 100%;
}
.dual-inner{
  text-align: center;
  position: relative;
  max-width: 1358px;
  margin: 0 auto;
}
.dual-img{
  max-width: 120px;
  width: 100%;
  height: auto;
}
@media screen and (max-width:600px) {
  .dual-img{
  max-width: 100px;
}
}
@media screen and (max-width:400px) {
  .dual-img{
  max-width: 90px;
}
}
.dual-p__under{
  color: #9E7123;
  font-size: 14px;
  margin-top: 16px;
}
.home-wrap__flex{
  display: flex;
  justify-content: center;
}
.dual-wrap{
  margin-left: 30px;
}
.home-wrap{
  position: absolute;
  top:50%;
  left:40%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width:767px) {
  .home-wrap{
  left:35%;
}
}
.dual-li{
  display: flex;
}
.dual-span{
  display: flex;
  align-items: center;
  padding-right:16px;
}
@media screen and (max-width:500px) {
  .dual-span{
  padding-right:12px;
}
}
.dual-li-img{
  max-width: 30px;
  width: 100%;
  height: auto;
}
.blue-fv__dual{
  font-size: 20px;
  color:#004ea2;
  font-weight: bold;
  text-align: center;
  user-select: none;
}
@media screen and (max-width:600px) {
  .blue-fv__dual{
  font-size: 16px;
}
}
@media screen and (max-width:450px) {
  .blue-fv__dual{
  font-size: 14px;
}
} 
@media screen and (max-width:400px) {
  .blue-fv__dual{
  font-size: 13px;
}
} 
.blue-fv-span__dual{
  font-size: 34px;
  color:#004ea2;
  font-weight: bold;
}
@media screen and (max-width:600px) {
  .blue-fv-span__dual{
  font-size: 24px;
} 
}
@media screen and (max-width:400px) {
  .blue-fv-span__dual{
  font-size: 20px;
} 
}
.home-img{
  display: block;
}
@media screen and (max-width:1000px) {
  .home-img{
  display:none;
}
}
.home-img-sp{
  display: none;
}
@media screen and (max-width:1000px) {
  .home-img-sp{
  display:block;
}
}
.home-ml{
  margin-left: 16px;
}
@media screen and (max-width:500px) {
  .home-ml{
  margin-left: 10px;
}
}
.home-mt{
  margin-top: 16px;
}
@media screen and (max-width:500px) {
  .home-mt{
  margin-top: 10px;
}
}
.price_mv_note{
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width:767px) {
  .price_mv_note{
    padding: 2px 0.75em;
}
}
