@charset "UTF-8";
/* 共通
---------------------------------------------------------------------------- */
#under .p-heading {
  margin-top: 12rem;
  background-color: #eb7aa0;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #under .p-heading {
    height: 15rem;
    margin-top: 8rem;
  }
}
#under .p-heading .l-wrap {
  max-width: 107rem;
}
#under .p-heading .ttl {
  font-size: 3.6rem;
  color: #fff;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  #under .p-heading .ttl {
    font-size: 2.8rem;
    text-align: center;
  }
}
#under .p-heading .img {
  width: 25rem;
  position: absolute;
  bottom: -7rem;
  right: 18rem;
}
@media screen and (max-width: 767px) {
  #under .p-heading .img {
    width: 11.3rem;
    bottom: -6rem;
    right: 2rem;
  }
}
#under .p-heading.-special-care {
  background-color: #f8d3d6;
}
#under .p-heading.-special-care .ttl {
  color: #333333;
}
#under .p-heading.-always {
  background-color: #ffd3ac;
}
#under .p-heading.-always .ttl {
  color: #333333;
}
#under .p-heading.-care {
  background-color: #e4eea4;
}
#under .p-heading.-care .ttl {
  color: #333333;
}
#under .p-intro {
  margin-top: 7.5rem;
}
#under .p-intro .l-wrap {
  position: relative;
}
#under .p-intro .img {
  width: 37rem;
  right: -8rem;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #under .p-intro .img {
    width: 15rem;
    right: -2rem;
  }
}
#under .p-intro h2, #under .p-intro p {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #under .p-intro .-sp-txt-left {
    text-align: left;
  }
}
#under .p-intro .c-secttl {
  margin-top: 6rem;
}
#under .p-intro .c-secttl + p {
  margin-top: 5rem;
}
#under .p-intro .c-dl {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #under .p-intro .c-dl {
    margin-top: 6rem;
  }
}

/* 選ばれる理由
---------------------------------------------------------------------------- */
#under .p-reason {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #under .p-reason {
    margin-top: 9rem;
  }
}
#under .p-reason .list {
  margin-top: 4rem;
}
#under .p-reason .list_item:nth-child(n+2) {
  margin-top: 8rem;
}
#under .p-reason .list_item:nth-child(2n) .list_item_img {
  left: auto;
  right: 0;
}
#under .p-reason .list_item:nth-child(2n) .list_item_txt {
  margin-right: auto;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  #under .p-reason .list_item:nth-child(2n) .list_item_txt {
    margin-left: 0;
  }
}
#under .p-reason .list_item_ttl {
  background-color: #eb7aa0;
  text-align: center;
  border-radius: 2rem;
  padding: 2.5rem 0;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.3636363636;
}
@media screen and (max-width: 767px) {
  #under .p-reason .list_item_ttl {
    font-size: 2.2rem;
    padding: 1.5rem 0;
  }
}
#under .p-reason .list_item_flex {
  position: relative;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  #under .p-reason .list_item_flex {
    padding: 0;
    margin-top: -2rem;
  }
}
#under .p-reason .list_item_img {
  position: absolute;
  width: 40rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #under .p-reason .list_item_img {
    position: static;
    transform: translate(0);
    width: 100%;
  }
}
#under .p-reason .list_item_txt {
  width: 43rem;
  margin-left: auto;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #under .p-reason .list_item_txt {
    width: 100%;
    margin-top: -3rem;
    text-align: center;
    font-size: 1.6rem;
  }
}
#under .p-reason .list_item_child-list {
  margin-top: 1.5rem;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  #under .p-reason .list_item_child-list {
    margin-top: 2rem;
    padding: 2rem;
  }
}
#under .p-reason .list_item_child-list.-two {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #under .p-reason .list_item_child-list.-two {
    display: block;
  }
}
#under .p-reason .list_item_child-list.-two li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #under .p-reason .list_item_child-list.-two li {
    width: 100%;
  }
}
#under .p-reason .list_item_child-list li {
  font-size: 2rem;
  padding-left: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #under .p-reason .list_item_child-list li {
    font-size: 1.8rem;
    padding-left: 2rem;
  }
}
#under .p-reason .list_item_child-list li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: #e41178;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #under .p-reason .list_item_child-list li::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
#under .p-reason .list_item_child-list li span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #under .p-reason .list_item_child-list li span {
    font-size: 1.6rem;
  }
}
#under .p-reason .list_item_catch {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #under .p-reason .list_item_catch {
    margin-top: 2rem;
  }
}
#under .p-reason .list_item_notes {
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #under .p-reason .list_item_notes {
    font-size: 1.2rem;
  }
}
#under .p-area {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #under .p-area {
    margin-top: 9rem;
  }
}
#under .p-area .c-secttl {
  margin-top: 4rem;
}
#under .p-area dl {
  border: 2px solid #e41178;
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
  #under .p-area dl {
    padding: 3rem 1rem 2rem;
  }
}
#under .p-area dl dt {
  background-color: #e41178;
  color: #fff;
  text-align: center;
  border-radius: 2.5rem;
  font-size: 3rem;
}
#under .p-area dl dd {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #under .p-area dl dd {
    font-size: 2rem;
  }
}
#under .p-area dl dd span {
  margin-top: 0.5rem;
  display: block;
  font-size: 1.4rem;
}
#under .p-voice {
  margin-top: 14rem;
}
#under .p-voice .c-dl {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #under .p-voice .c-dl {
    margin-top: 5rem;
  }
}
#under .p-message {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  #under .p-message .c-secttl {
    font-size: 2.4rem;
  }
}
#under .p-message .c-ttl {
  margin-top: 4rem;
}

/* 専門的な医療ケアが必要な方へ
---------------------------------------------------------------------------- */
#under .p-care {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #under .p-care {
    margin-top: 9rem;
  }
}
#under .p-care .c-dl {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #under .p-care .c-dl {
    margin-top: 3.5rem;
  }
}
#under .p-why {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #under .p-why {
    margin-top: 6rem;
  }
}
#under .p-why .list {
  margin-top: 6rem;
}
#under .p-why .list_item {
  border: 2px solid #e41178;
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem 0 3rem;
  text-align: center;
  position: relative;
}
#under .p-why .list_item:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #under .p-why .list_item:nth-child(n+2) {
    margin-top: 5rem;
  }
}
#under .p-why .list_item_num {
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 4rem;
  background-color: #eb7aa0;
  border-radius: 50%;
  position: absolute;
  top: -2rem;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  #under .p-why .list_item_num {
    width: 6rem;
    height: 6rem;
    font-size: 3rem;
    top: -3rem;
    left: -1rem;
  }
}
#under .p-why .list_item_ttl {
  display: inline-block;
  font-size: 3rem;
  border-bottom: 2px dashed #e41178;
  color: #e41178;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  #under .p-why .list_item_ttl {
    font-size: 2rem;
  }
}
#under .p-why .list_item_txt {
  text-align: center;
  margin-top: 2rem;
}
#under .p-reco {
  margin-top: 12rem;
}
#under .p-reco .list {
  margin-top: 5rem;
  margin-left: 7rem;
}
@media screen and (max-width: 767px) {
  #under .p-reco .list {
    margin-top: 3rem;
    margin-left: 1rem;
  }
}
#under .p-reco .list li {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #under .p-reco .list li {
    font-size: 2rem;
    padding-left: 3.5rem;
  }
}
#under .p-reco .list li:nth-child(n+2) {
  margin-top: 1rem;
}
#under .p-reco .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3rem;
  height: 2.5rem;
  background: url(../img/common/icon_check.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #under .p-reco .list li::before {
    width: 2.4rem;
    height: 2rem;
    top: 0.6rem;
    transform: translateY(0);
  }
}
#under .p-reco .list li span {
  border-bottom: 2px dashed #e41178;
}
#under .p-region {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #under .p-region {
    margin-top: 8rem;
  }
}
#under .p-region .c-ttl {
  margin-top: 5rem;
}
#under .p-region .c-ttl span {
  color: #e41178;
}
#under .p-region .list {
  margin-top: 3rem;
  margin-bottom: 8rem;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem;
}
#under .p-region .list li {
  font-size: 2.2rem;
  padding-left: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #under .p-region .list li {
    font-size: 1.8rem;
    padding-left: 2rem;
  }
}
#under .p-region .list li:nth-child(n+2) {
  margin-top: 0.5rem;
}
#under .p-region .list li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: #e41178;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #under .p-region .list li::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
#under .p-region .list li span {
  border-bottom: 2px dashed #e41178;
}

/* お問い合わせ
---------------------------------------------------------------------------- */
#under .p-contact {
  margin-top: 10rem;
}
#under .p-contact .txt {
  margin-top: 3rem;
}
#under .p-contact .form {
  margin-top: 6rem;
}
#under .p-contact .form dl .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #under .p-contact .form dl .item {
    display: block;
  }
}
#under .p-contact .form dl .item.-start {
  align-items: flex-start;
  margin-bottom: 2.5rem;
}
#under .p-contact .form dl .item:nth-child(n+2) {
  margin-top: 1.4rem;
}
#under .p-contact .form dl .item dt {
  width: 22rem;
}
#under .p-contact .form dl .item dt span {
  margin-left: 1rem;
  font-size: 1.6rem;
  color: #fff;
  background-color: #e41178;
  padding: 0 1rem 0.2rem;
}
@media screen and (max-width: 767px) {
  #under .p-contact .form dl .item dt span {
    padding: 0 0.6rem 0.1rem;
  }
}
#under .p-contact .form dl .item dt span.-no {
  background-color: #888888;
}
#under .p-contact .form dl .item dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #under .p-contact .form dl .item dd {
    margin-top: 0.8rem;
  }
}
#under .p-contact .form dl .item dd .input-box input {
  background-color: #fff;
  border: 1px solid #888888;
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem;
  border-radius: 1rem;
}
#under .p-contact .form dl .item dd .input-box input::placeholder {
  color: #999999;
}
#under .p-contact .form dl .item dd .textarea-box {
  position: relative;
  z-index: 1;
}
#under .p-contact .form dl .item dd .textarea-box textarea {
  background-color: #fff;
  border: 1px solid #888888;
  width: 100%;
  height: 18rem;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  #under .p-contact .form dl .item dd .textarea-box textarea {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
#under .p-contact .form dl .item dd .radio-box .error {
  position: absolute;
  top: 2rem;
  left: 3rem;
}
@media screen and (max-width: 767px) {
  #under .p-contact .form dl .item dd .radio-box .error {
    left: 4rem;
    top: 3.8rem;
  }
}
#under .p-contact .form dl .item dd .radio-box label {
  display: block;
}
#under .p-contact .form dl .item dd .radio-box label:nth-child(n+2) {
  margin-top: 0.2rem;
}
#under .p-contact .form dl .item dd .radio-box label input[type=radio] {
  display: none;
}
#under .p-contact .form dl .item dd .radio-box label input:checked + span::after {
  opacity: 1;
}
#under .p-contact .form dl .item dd .radio-box label span {
  position: relative;
  display: block;
  padding-left: 3.5rem;
}
#under .p-contact .form dl .item dd .radio-box label span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.4rem;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 50%;
}
#under .p-contact .form dl .item dd .radio-box label span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
  width: 1rem;
  height: 1rem;
  background-color: #e41178;
  opacity: 0;
  border-radius: 50%;
}
#under .p-contact .form .btn-box {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #under .p-contact .form .btn-box {
    flex-direction: column;
    gap: 2rem;
  }
}
#under .p-contact .form .btn-box .btn {
  width: 23rem;
  height: 5.3rem;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  #under .p-contact .form .btn-box .btn:hover::before {
    right: 1rem;
  }
}
#under .p-contact .form .btn-box .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  width: 1.6rem;
  height: 1.6rem;
  transition: 0.3s;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow.svg);
  background-color: #fff;
}
#under .p-contact .form .btn-box .btn input {
  width: 100%;
  height: 100%;
  background: #eb7aa0;
  border-radius: 2rem;
  color: #fff;
  font-size: 2rem;
  padding-right: 0.5rem;
  cursor: pointer;
}
#under .p-contact .form .btn-box .btn.-back::before {
  left: 1.8rem;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}
#under .p-contact .form .privacy-box {
  margin-top: 4rem;
}
#under .p-contact .form .privacy-box .txt-box {
  margin: 1.8rem auto 0;
  background-color: #fff;
  border: 1px solid #888888;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  #under .p-contact .form .privacy-box .txt-box {
    margin-top: 1rem;
  }
}
#under .p-contact .form .privacy-box .txt-box .txt {
  margin-top: 0;
  font-size: 1.4rem;
  height: 17rem;
  padding: 1rem 1.6rem;
  overflow-y: scroll;
}
#under .p-contact .form .privacy-box .check-box {
  margin-top: 3rem;
  position: relative;
}
#under .p-contact .form .privacy-box .check-box .error {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #under .p-contact .form .privacy-box .check-box .error {
    bottom: -3rem;
    width: 100%;
    text-align: center;
  }
}
#under .p-contact .form .privacy-box .check-box label {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #under .p-contact .form .privacy-box .check-box label:nth-child(n+2) {
    margin-top: 1.3rem;
  }
}
#under .p-contact .form .privacy-box .check-box label input[type=checkbox] {
  display: none;
}
#under .p-contact .form .privacy-box .check-box label input:checked + span::after {
  opacity: 1;
}
#under .p-contact .form .privacy-box .check-box label span {
  position: relative;
  font-size: 1.8rem;
  display: inline-block;
  line-height: 1.4;
  padding-left: 3rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #under .p-contact .form .privacy-box .check-box label span {
    padding-left: 4rem;
  }
}
#under .p-contact .form .privacy-box .check-box label span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #888888;
  background-color: #fff;
}
#under .p-contact .form .privacy-box .check-box label span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #e41178;
  opacity: 0;
}
#under .p-contact .form .privacy-box .check-box .txt {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.6rem;
}
#under .p-contact .form .error {
  color: #D32B0D;
  font-size: 1.6rem;
  display: none;
}

/* お問い合わせ確認
---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #under .p-contact .form {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #under .p-contact #formWrap table tr {
    display: flex;
    flex-direction: column;
  }
}
#under .p-contact #formWrap table tr th {
  padding-top: 2rem;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  #under .p-contact #formWrap table tr th {
    width: 100%;
  }
}
#under .p-contact #formWrap table tr td {
  padding-top: 2rem;
  flex: 1;
  color: #888888;
}
@media screen and (max-width: 767px) {
  #under .p-contact #formWrap table tr td {
    padding-top: 0;
  }
}
#under .p-contact #formWrap .btn-box {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #under .p-contact #formWrap .btn-box {
    margin-top: 6rem;
  }
}

/* お問い合わせ完了
---------------------------------------------------------------------------- */
#under .p-thanks {
  margin-top: 25rem;
  width: 100%;
}
#under .p-thanks .ttl {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #under .p-thanks .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
#under .p-thanks .txt {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #under .p-thanks .txt {
    font-size: 1.4rem;
  }
}
#under .p-thanks .c-btn {
  margin-top: 5rem;
}/*# sourceMappingURL=under.css.map */