@charset "UTF-8";

/*
font-family: 'Poppins', sans-serif;
*/

/*******************************common*/

.hamburger p {
  display: block;
  position: absolute;
  top: 50px;
  left: 18px;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #555;
}

@media only screen and (max-width: 768px) {
  .hamburger p {
    width: 28px;
    height: 2px;
    top: 38px;
    left: 10px;
  }
}

.text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.textM {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.headBig {
  font-family: "Poppins", sans-serif;
  font-size: 75px;
  font-size: 7.5rem;
  font-weight: 600;
  margin-bottom: 100px;
  text-align: center;
}

.headWrap {
  margin: 0 auto 45px;
  max-width: 700px;
}

.headWrap .blackTtl {
  text-align: center;
}

.headWrap .blackTtl span {
  background: #232323;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding: 4px 15px;
}

.headWrap .head {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 40px;
  text-align: center;
}

.headWrap .introText {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
}

.mainImg {
  margin-bottom: 120px;
  width: 100%;
}

.whiteArea {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 100px;
  padding: 5%;
}

.whiteArea .flexBox {
  align-items: center;
  justify-content: space-between;
  margin: 0 5% 45px;
}

.whiteArea .img {
  margin-right: 4%;
  width: 23%;
}

.whiteArea .img img {
  width: 100%;
}

.whiteArea .detail {
  width: 73%;
}

.whiteArea .detail .head01 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.whiteArea .detail .head01 small {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 12px;
  line-height: 1.7em;
}

.whiteArea .greyBox {
  background: #d8dcde;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 15px;
  text-align: center;
}

.headUnderline {
  text-align: center;
}

.headUnderline span {
  border-bottom: 1px solid #232323;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 15px;
}

/*******************************section*/

.float {
  position: fixed;
  right: 0;
  top: 30vh;
  z-index: 1;
}

.float a {
  background: #81869b;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 22px 12px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#area01 {
  position: relative;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}

#area01 .head {
  font-size: 55px;
  font-size: 5.5rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 50px;
}

#area01 .head span {
  font-size: 30px;
  font-size: 3rem;
}

#area01 .textM {
  margin-bottom: 90px;
}

#area01 .flexBox {
  justify-content: space-between;
}

#area01 .flexBox .box {
  width: 50%;
}

#area01 .flexBox .box .img img {
  width: 100%;
}

#area01 .flexBox .box .textArea {
  background: #f3f4f7;
  padding: 45px 30px;
  position: relative;
}

#area01 .flexBox .box .textArea .annotation {
  line-height: 1.5;
  position: relative;
  padding-left: 1.3em;
  margin-top: 20px;
  display: block;
}

#area01 .flexBox .box .textArea .annotation span {
  position: absolute;
  left: 0;
  top: 0;
}

#area01 .flexBox .box .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.8;
}

#area01 .flexBox .box .grey {
  background: #81869b;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 2px 20px;
  position: absolute;
  top: -18px;
}

#area01 .flexBox .box.last {
  margin-top: 70px;
}

.area01-banner {
  text-align: center;
}

.area01-banner img {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#area02 {
  background: #7e7f84;
  padding-bottom: 80px;
}

#area02 .secInr {
  padding: 120px 0 80px;
}

#area02 .headBig {
  color: rgba(255, 255, 255, 0.15);
}

#area02 .secInr .flexBox {
  justify-content: space-between;
  margin-bottom: 80px;
}

#area02 .secInr .flexBox .detail {
  color: #fff;
  width: 48%;
}

#area02 .secInr .flexBox .detail .ttl {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.7;
  margin-bottom: 50px;
}

#area02 .secInr .flexBox .img {
  width: 48%;
}

#area02 .secInr .flexBox .img img {
  width: 122%;
}

#area02 .lightGreyArea {
  background: #d5d6d9;
  width: 95%;
}

#area02 .lightGreyArea .secInr {
  background: #d5d6d9;
  width: 84%;
}

#area02 .lightGreyArea .flexTtl {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  align-items: flex-end;
}

#area02 .lightGreyArea .flexTtl .ttl small {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#area02 .lightGreyArea .flexTtl .ttl .head {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  margin-right: 100px;
  position: relative;
}

#area02 .lightGreyArea .flexTtl .ttl .head:after {
  content: "";
  width: 85px;
  height: 1px;
  background: #232323;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#area02 .lightGreyArea .flexTtl .ttl .intro {
  color: #e8e8e8;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

#area02 .lightGreyArea .flexBox {
  justify-content: center;
  margin: 0 auto;
  max-width: 950px;
}

#area02 .lightGreyArea .flexBox .img {
  margin-right: 10%;
  width: 30%;
}

#area02 .lightGreyArea .flexBox .img img {
  width: 100%;
}

#area02 .lightGreyArea .flexBox .list {
  width: 70%;
}

#area02 .lightGreyArea .flexBox .list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

#area02 .lightGreyArea .flexBox .list li.last {
  margin-bottom: 0;
}

#area02 .lightGreyArea .flexBox .list li .number {
  color: #e8e8e8;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin-right: 15px;
  width: 45px;
  line-height: 1.5;
}

#area02 .lightGreyArea .flexBox .list li .detail {
  color: #232323;
  width: calc(100% - 60px);
}

#area02 .lightGreyArea .flexBox .list li .detail .head01 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

#area02 .secInr .flexBox .detail .textM .annotation {
  position: relative;
  padding-left: 1.3em;
  margin-top: 30px;
  display: block;
}

#area02 .secInr .flexBox .detail .textM .annotation span {
  position: absolute;
  left: 0;
  top: 0;
}

#area03,
#area04,
#area05 {
  position: relative;
}

#area03:after,
#area04:after,
#area05:after {
  content: "";
  width: 100%;
  background: #eff0f4;
  position: absolute;
  left: 0;
  z-index: -1;
}

#area03:after {
  height: 75.5%;
  top: 24.5%;
}

#area04:after {
  height: 77.5%;
  top: 22.5%;
}

#area05:after {
  height: 71%;
  top: 29%;
}

#area03 .case {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

#area03 .case li {
  width: 30%;
  max-width: 300px;
  margin: 0 1%;
  text-align: center;
}

#area03 .case li img {
  max-width: 250px;
  width: 100%;
}

#area03 .case li p {
  background: #fff;
  border-radius: 30px;
  border: 1px solid #d1d1d1;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.7;
  width: 80%;
  margin: 0 auto;
}

#area03 .greyArea {
  border-radius: 20px;
  background: #d8dcde;
  display: flex;
  padding: 3% 7%;
  justify-content: center;
}

#area03 .greyArea>div {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  width: 43%;
  margin: 0 2%;
}

#area03 .greyArea>div img {
  margin-bottom: 20px;
}

#area03 .headUnderline {
  margin-bottom: 40px;
}

#area03 .process {
  margin-bottom: 50px;
}

#area04 .scroll {
  margin: 0 auto;
  width: 80%;
}

#area04 .scroll p img {
  width: 100%;
}

#area04 .headUnderline {
  margin-bottom: 80px;
}

#area04 .flexBox {
  justify-content: space-between;
}

#area04 .flexBox .liftBox {
  width: 50%;
}

#area04 .flexBox .liftBox .lifeBoxInr {
  padding-right: 8%;
}

#area04 .flexBox .liftBox.last {
  border-left: 1px solid #fff;
}

#area04 .flexBox .liftBox.last .lifeBoxInr {
  padding-right: 0%;
  padding-left: 8%;
}

#area04 .flexBox .liftBox .whiteTtl {
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

#area04 .flexBox .liftBox .head01 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
  line-height: 2;
}

#area04 .flexBox .liftBox .text {
  margin-bottom: 45px;
}

#area04 .flexBox .liftBox div img {
  width: 100%;
}

#area04 .flexBox .liftBox div .note {
  color: #999999;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
  text-align: right;
}

#area04 .thumbnail:hover {
  opacity: 0.8;
}

#area05 .nobelLogo {
  margin-bottom: 60px;
  text-align: center;
}

#area05 .nobelLogo img {
  width: 100%;
}

#area05 .implant {
  height: 500px;
  margin-bottom: 80px;
  position: relative;
}

#area05 .implant .headWrap {
  position: absolute;
  right: 0;
  top: 0;
}

#area05 .implant .head02 {
  background: #d8dcde;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 33px;
  text-align: center;
  width: 330px;
  height: 90px;
  position: relative;
}

#area05 .whiteArea .detail .text .red {
  color: #ba5165;
}

#area05 .implant .head02:before {
  content: "";
  position: absolute;
  border-width: 0 0 90px 50px;
  border-color: transparent transparent #d8dcde transparent;
  left: -50px;
  top: 0;
}

#area05 .implant img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 500px;
  width: auto;
}

#area05 .desc {
  width: 250px;
  position: absolute;
}

#area05 .desc .white {
  background: #fff;
  border-radius: 30px;
  border: 1px solid #d1d1d1;
  color: #989898;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 5px 25px;
  display: inline-block;
}

#area05 .desc .white span {
  position: relative;
}

#area05 .desc .white span:after {
  content: "";
  height: 1px;
  background: #d1d1d1;
  position: absolute;
  top: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#area05 .desc.d01 .white span:after {
  left: 26px;
  width: 160px;
}

#area05 .desc.d02 .white span:after {
  left: 26px;
  width: 126px;
}

#area05 .desc.d03 .white span:after {
  right: 144px;
  width: 146px;
}

#area05 .desc .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}

#area05 .desc .text {
  width: 250px;
}

#area05 .desc.d01 {
  left: 250px;
  top: 31px;
}

#area05 .desc.d02 {
  left: 250px;
  top: 310px;
}

#area05 .desc.d03 {
  right: 140px;
  top: 146px;
}

#area05 .scroll {
  margin: 0 auto;
  width: 80%;
}

#area05 .scroll img {
  width: 100%;
}

#area05 .whiteArea {
  margin-bottom: 0;
}

#area06 .headUnderline {
  margin-bottom: 80px;
}

#area06 .gallerySlider .sliderItem {
  margin: 0 10px;
}

#area06 .gallerySlider .sliderItem img {
  width: 360px !important;
}

#area07 {
  background: url("../images/img_07.jpg") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}

#area07 .secInr {
  padding: 120px 0;
}

#area07 h3 {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

#area07 .text {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

#area07 ul {
  display: flex;
  justify-content: space-between;
}

#area07 ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 20px;
  width: 25%;
}

#area07 ul li.last {
  border-right: none;
}

#area07 ul li .whiteBg {
  margin-bottom: 20px;
  text-align: center;
}

#area07 ul li .whiteBg span {
  background: #d8dcde;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 5px 15px;
}

#area07 ul li .numText {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

#area07 ul li .numText span {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
}

#area07 ul li .note {
  color: #fff;
  font-size: 12px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  #area07 ul li .numText {
    margin-bottom: 15px;
  }

  #area07 ul li .note {
    font-size: 10px;
  }
}

#area08 {
  background: #eff0f4;
}

#area08 .headBig {
  color: #fff;
}

#area08 .flexBox {
  justify-content: space-between;
}

#area08 .flexBox .detail {
  width: 47%;
}

#area08 .flexBox .detail .head {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 50px;
}

#area08 .flexBox .detail .text {
  margin-bottom: 70px;
}

#area08 .flexBox .detail .name {
  margin-bottom: 35px;
}

#area08 .flexBox .detail .name .hosp {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

#area08 .flexBox .detail .name p {
  font-size: 24px;
  font-size: 2.4rem;
}

#area08 .flexBox .detail .name p small {
  font-size: 18px;
  font-size: 1.8rem;
}

#area08 .flexBox .detail .name .en {
  color: #c6c6c6;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 15px;
}

#area08 .flexBox .detail .profileBtn {
  background: #81869b;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  padding: 20px;
  width: 250px;
}

#area08 .flexBox .detail .profileBtn:hover {
  opacity: 0.8;
}

#area08 .docImg img {
  width: 100%;
}

.remodal.profile {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #323232;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
}

.remodal.profile dl:first-child {
  padding: 0 2.2% 0 0;
  width: 35%;
  border-right: 1px solid #ddd;
}

.remodal.profile dl:nth-child(2) {
  padding: 0 2.2%;
  width: 28%;
}

.remodal.profile dl:nth-child(3) {
  padding: 0 0 0 2.2%;
  width: 37%;
  border-left: 1px solid #ddd;
}

.remodal.profile .head {
  margin-bottom: 18px;
}

.remodal.profile .desc {
  margin-bottom: 14px;
}

#area08 .flexBox .img {
  width: 48%;
}

#area08 .flexBox .img img {
  width: 100%;
}

#area09 .secInr {
  padding: 80px 0 0;
}

#area09 .head {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 600;
  margin-bottom: 75px;
  text-align: center;
}

#area09 .head small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
}

#area09 li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

#area09 li.last {
  margin-bottom: 0;
}

#area09 li .icon {
  margin-right: 25px;
  width: 85px;
}

#area09 li .icon img {
  height: 85px;
  width: 85px;
}

#area09 li .menu {
  width: calc(100% - 110px);
}

#area09 li .menu .item {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
}

#area09 li .menu .item:after {
  content: "";
  height: 1px;
  background: #d1d1d1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}

#area09 li.first .menu .item:after {
  max-width: calc(100% - 216px);
  width: 100%;
}

#area09 li.last .menu .item:after {
  max-width: calc(100% - 300px);
  width: 100%;
}

#area09 li .menu .note {
  font-size: 16px;
  font-size: 1.6rem;
}

#area09 li .price {
  background: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: right;
}

#area09 li.first .price {
  width: 460px;
}

#area09 li.last .price {
  width: 280px;
}

#area09 li .price .en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 35px;
  padding-left: 15px;
}

#access .slider {
  margin-bottom: 80px;
}

#access .slider img {
  width: 100%;
}

#access .slider .slick-dots {
  bottom: -30px !important;
}

#access .slider .slick-dots li {
  width: 90px !important;
  height: 6px !important;
}

#access .slider .slick-dots li button::before {
  width: 80px !important;
  height: 6px !important;
  content: "" !important;
  background: #d8dcde;
  color: inherit;
  border-radius: 0 !important;
  border: none !important;
}

.slick-dots li.slick-active button::before {
  background: #222222 !important;
}

#access .flexBox {
  justify-content: space-between;
}

#access .flexBox .detail {
  width: 45%;
}

#access .flexBox .detail .logo {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 25px;
}

#access .flexBox .detail .info {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 25px;
}

#access .flexBox .detail .mapBtn {
  background: #81869b;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
  padding: 0px 10px;
}

#access .flexBox .detail .mapBtn:hover {
  opacity: 0.8;
}

#access .flexBox .hourTbl {
  width: 53%;
}

#access .flexBox .hourTbl table {
  width: 100%;
}

#access .flexBox .hourTbl th,
#access .flexBox .hourTbl td {
  border: 1px solid #dedede;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 20px 5px;
  text-align: center;
  vertical-align: inherit;
}

#access .flexBox .hourTbl th {
  background: #eff0f4;
  width: 9%;
}

#access .flexBox .hourTbl th.hour {
  width: 20%;
}

#access .flexBox .hourTbl th.ampm.white {
  background: #fff;
  line-height: 1.5;
  width: 6%;
}

#access .flexBox .hourTbl th.hour.white {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

#access .flexBox .hourTbl td .fontS {
  font-size: 70%;
}

#access .flexBox .hourTbl .note {
  margin-bottom: 20px;
}

.contact {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.contact .left {
  background: #7e7f84;
  color: #fff;
  width: 50%;
}

.contact .btn-tomi {
  border-bottom: 1px solid #fff;
  padding: 5% 3%;
}

.contact .btn-mori {
  border-bottom: 1px solid #fff;
  padding: 5% 3%;
}

.contact .btn-sanpo {
  border-bottom: 1px solid #fff;
  padding: 5% 3%;
}

.contact .btn-white {
  padding: 5% 3%;
}

.contact .left .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}

.contact .right .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.contact .left .tel {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
}

.contact .left .tel a {
  color: #fff;
}

.contact .left .tel i {
  margin-right: 15px;
}

.contact .left small {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  display: block;
}

.contact .right {
  background: #81869b;
  color: #fff;
  padding: 5%;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact .right .mailBtn {
  background: #fff;
  border-radius: 10px;
  color: #81869b;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  max-width: 350px;
  margin: 0;
  padding: 30px 20px;
  text-align: center;
}

.contact .right .mailBtn:hover {
  opacity: 0.8;
}

.contact .right .mailBtn i {
  margin-right: 15px;
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 800px;
  }
}

@media only screen and (max-width: 1315px) {
  #area05 .desc.d01 .white span:after {
    left: 26px;
    width: 110px;
  }

  #area05 .desc.d02 .white span:after {
    left: 26px;
    width: 92px;
  }

  #area05 .desc.d03 .white span:after {
    right: 144px;
    width: 116px;
  }
}

@media only screen and (max-width: 1200px) {
  #area05 .desc.d01 {
    left: 210px;
  }

  #area05 .desc.d02 {
    left: 210px;
  }

  #area05 .desc.d03 {
    right: 110px;
  }

  #area06 .gallerySlider .sliderItem img {
    width: 330px !important;
  }
}

@media only screen and (max-width: 1175px) {
  #area02 .lightGreyArea .secInr {
    width: 89%;
  }

  #area02 .lightGreyArea .flexTtl .ttl .head:after {
    top: 72%;
  }

  /* #area02 .lightGreyArea .flexTtl {
    align-items: flex-end;
} */

  #area02 .lightGreyArea .flexTtl {
    align-items: start;
    flex-direction: column;
  }

  #area02 .flexTtl .ttl {
    width: 32%;
    margin-bottom: 20px;
  }

  #area02 .flexTtl .intro {
    width: 68%;
  }

  /* #area05 .desc.d01 {left: 150px;}
#area05 .desc.d02 {left: 150px;}
#area05 .desc.d03 {right: 50px;} */

  #area05 .desc.d01 {
    left: calc(50% - 350px);
  }

  #area05 .desc.d02 {
    left: calc(50% - 350px);
  }

  #area05 .desc.d03 {
    right: calc(50% - 410px);
  }

  #area05 .implant .head02 {
    padding: 23px;
    width: 300px;
    height: 70px;
  }

  #area05 .implant .head02:before {
    border-width: 0 0 70px 35px;
    left: -35px;
  }

  #area06 .gallerySlider .sliderItem img {
    width: 300px !important;
  }

  #area07 ul li .whiteBg span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  #access .flexBox .hourTbl th,
  #access .flexBox .hourTbl td {
    padding: 10px;
  }

  #access .flexBox .hourTbl th.left {
    text-align: center;
  }

  .contact .left .ttl,
  .contact .right .ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .contact .left .tel {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 1000px) {
  #area05 .desc.d03 {
    right: calc(50% - 375px);
  }

  #area05 .desc.d03 .white span:after {
    width: 75px;
  }

  #area06 .gallerySlider .sliderItem img {
    width: 265px !important;
  }

  #area09 li .icon {
    margin-right: 15px;
  }

  #area09 li .menu .item {
    font-size: 22px;
    font-size: 2.2rem;
  }

  #area09 li .menu .note {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #area09 li .price .en {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

/*------------------------------------for sp--*/

@media only screen and (max-width: 768px) {
  #area05 .implant .head02 {
    font-size: 14px;
    font-size: 1.8rem;
    padding: 23px;
    width: 238px;
    height: 60px;
  }

  #area05 .implant .head02:before {
    border-width: 0 0 60px 35px;
  }

  #area05 .implant {
    height: 600px;
  }

  #area05 .implant img {
    top: 96px;
    left: auto;
    right: 392px;
    transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    height: 460px;
  }

  #area05 .desc.d01 {
    right: 35px;
    left: auto;
    top: 97px;
  }

  #area05 .desc .white {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
    padding: 3px 15px;
  }

  #area05 .desc.d01 .white span:before {
    right: 112px;
  }

  #area05 .desc.d01 .white span:before,
  #area05 .desc.d02 .white span:before,
  #area05 .desc.d03 .white span:before {
    content: "";
    height: 1px;
    background: #d1d1d1;
    position: absolute;
    top: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 30px;
  }

  #area05 .desc .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }

  #area05 .desc .text {
    width: 220px;
    font-size: 10px;
    font-size: 1rem;
  }

  #area05 .desc.d03 {
    right: 35px;
    top: 236px;
  }

  #area05 .desc.d02 .white span:before {
    right: 148px;
  }

  #area05 .desc.d03 .white span:before {
    right: 147px;
  }

  #area05 .desc.d02 {
    right: 35px;
    left: auto;
    top: 378px;
  }

  #area05 .desc.d01 .white span:after {
    display: none;
  }

  #area05 .desc.d03 .white span:after {
    display: none;
  }

  #area05 .desc.d02 .white span:after {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #area05 .implant img {
    right: 336px;
  }
}

@media only screen and (max-width: 480px) {
  #area05 .desc.d01 {
    right: -30px;
    left: auto;
    top: 110px;
  }

  #area05 .desc.d02 {
    right: -30px;
    left: auto;
    top: 374px;
  }

  #area05 .desc.d03 {
    right: -30px;
    left: auto;
    top: 244px;
  }

  #area05 .desc.d01 .white span:after,
  #area05 .desc.d02 .white span:after,
  #area05 .desc.d03 .white span:after {
    width: 0;
  }

  #area05 .desc.d01 .white span:before,
  #area05 .desc.d02 .white span:before,
  #area05 .desc.d03 .white span:before {
    content: "";
    height: 1px;
    background: #d1d1d1;
    position: absolute;
    top: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 30px;
  }

  #area05 .desc.d01 .white span:before {
    right: 80px;
  }

  #area05 .desc.d02 .white span:before {
    right: 107px;
  }

  #area05 .desc.d03 .white span:before {
    right: 107px;
  }

  #area05 .implant .head02 {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 17px;
    width: 200px;
    height: 50px;
  }

  #area05 .implant .head02:before {
    border-width: 0 0 50px 35px;
  }

  #area05 .implant {
    height: 500px;
    margin-bottom: 30px;
  }

  #area05 .implant img {
    top: 110px;
    left: auto;
    right: 276px;
    transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    height: 390px;
  }

  #area05 .desc .white {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
    padding: 3px 15px;
  }

  #area05 .desc .ttl {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  #area05 .desc .text {
    width: 220px;
    font-size: 10px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 480px) {
  .textM {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .text {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .headBig {
    font-size: 45px;
    font-size: 4.5rem;
    margin-bottom: 30px;
  }

  .headWrap {
    margin: 0 auto 30px;
  }

  .headWrap .blackTtl span {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  .headWrap .head {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .headWrap .introText {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }

  .headUnderline {
    line-height: 2.5;
  }

  .headUnderline span {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 10px;
  }

  .mainImg {
    margin: 0 0 40px -5.5%;
    width: 112%;
  }

  .whiteArea {
    padding: 10% 5%;
    margin-bottom: 40px;
  }

  .whiteArea .flexBox {
    margin-bottom: 25px;
  }

  .whiteArea .img {
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
  }

  .whiteArea .img img {
    width: 65%;
  }

  .whiteArea .detail {
    width: 100%;
  }

  .whiteArea .detail .head01 small {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    display: inline;
    line-height: 1.8em;
  }

  .whiteArea .detail .head01 {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.1px;
    margin-bottom: 20px;
  }

  .whiteArea .greyBox {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 10px 15px;
    line-height: 1.4 !important;
  }

  .note.is-sp {
    color: #d8dcde;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }

  .scroll {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  #area01 .head {
    font-size: 40px;
    font-size: 4rem;
  }

  .float {
    display: none;
  }

  #area01 .head span {
    font-size: 22px;
    font-size: 2.2rem;
  }

  #area01 .textM {
    margin-bottom: 40px;
  }

  #area01 .flexBox .box {
    width: 100%;
  }

  #area01 .flexBox .box .grey {
    font-size: 13px;
    font-size: 1.3rem;
    top: -10px;
    line-height: 17px;
    padding: 5px 15px;
  }

  #area01 .flexBox .box .grey.long {
    top: -20px;
  }

  #area01 .flexBox .box .textArea {
    padding: 7% 5%;
  }

  #area01 .flexBox .box.last {
    margin-top: 20px;
  }

  #area02 .secInr {
    padding: 40px 0 40px;
  }

  #area02 .secInr .flexBox {
    margin-bottom: 0;
  }

  #area02 .secInr .flexBox .detail {
    width: 100%;
  }

  #area02 .secInr .flexBox .detail .ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }

  #area02 .lightGreyArea .flexTtl {
    display: block;
  }

  #area02 .flexTtl .ttl {
    width: 100%;
  }

  #area02 .lightGreyArea .flexTtl .ttl .head {
    margin-bottom: 20px;
  }

  #area02 .flexTtl .intro {
    width: 100%;
  }

  #area02 .secInr .flexBox .img {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }

  #area02 .secInr .flexBox .img.is-sp img {
    width: 100%;
  }

  #area02 .secInr .flexBox .img {
    margin: 0 auto 20px;
  }

  #area02 .secInr .flexBox .img img {
    width: 60%;
  }

  #area02 .lightGreyArea .flexBox .img {
    margin: 0 0 20px;
    width: 100%;
  }

  #area02 .lightGreyArea .flexBox .list {
    width: 100%;
  }

  #area02 .lightGreyArea .flexBox .list li .number {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.7;
    margin-right: 15px;
    width: 25px;
  }

  #area02 .lightGreyArea .flexBox .list li .detail {
    width: calc(100% - 40px);
  }

  #area02 .lightGreyArea .flexBox .list li .detail .head01 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }

  #area03:after {
    height: 85%;
    top: 15%;
  }

  #area03 .case {
    display: block;
  }

  #area03 .case li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    text-align: center;
  }

  #area03 .case li img {
    max-width: 220px;
  }

  #area03 .case li p {
    font-size: 14px;
    font-size: 1.4rem;
    width: 65%;
  }

  #area03 .greyArea {
    display: block;
  }

  #area03 .greyArea>div {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 12% 0;
    width: 100%;
  }

  #area03 .process {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  #area03 .process img {
    width: 800px;
  }

  #area04:after {
    height: 85%;
    top: 15%;
  }

  #area04 .flexBox .liftBox .lifeBoxInr {
    padding-right: 0;
  }

  #area04 .flexBox .liftBox.last .lifeBoxInr {
    padding-right: 0%;
    padding-left: 0;
  }

  #area04 .flexBox .liftBox.last {
    border-left: none;
  }

  #area04 .headUnderline {
    margin-bottom: 40px;
  }

  #area04 .scroll img {
    width: 800px !important;
  }

  #area04 .flexBox .liftBox {
    margin-bottom: 30px;
    width: 100%;
  }

  #area04 .flexBox .liftBox.last {
    margin-bottom: 0;
  }

  #area04 .flexBox .liftBox .whiteTtl {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 10px;
  }

  #area04 .flexBox .liftBox .head01 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.7;
  }

  #area04 .flexBox .liftBox .text {
    margin-bottom: 25px;
  }

  #area04 .flexBox .liftBox div .note {
    font-size: 10px;
    font-size: 1rem;
  }

  #area05:after {
    height: 76%;
    top: 24%;
  }

  #area05 .nobelLogo {
    margin-bottom: 30px;
  }

  #area05 .nobelLogo img {
    /*	width: 50%;
*/
    width: 100%;
  }

  #area05 .scroll img {
    width: 620px;
  }

  #area06 .headUnderline {
    margin-bottom: 30px;
  }

  #area06 .gallerySlider .sliderItem img {
    width: 220px !important;
  }

  #area07 {
    background-attachment: inherit;
  }

  #area07 .secInr {
    padding: 60px 0;
  }

  /* #area07 ul {
    flex-wrap: wrap;
}

#area07 ul li {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 20px 10px;
    width: 50%;
}

#area07 ul li.even {
	border-right: 0;
}

#area07 ul li:nth-of-type(3),
#area07 ul li:nth-of-type(4){
	border-bottom: 0;
}

#area07 ul li .whiteBg {
    margin-bottom: 10px;
}

#area07 ul li .whiteBg span {
    font-size: 10px;
    font-size: 1.0rem;
}

#area07 ul li .numText span {
    font-size: 28px;
    font-size: 2.8rem;
} */

  #area07 .note {
    font-size: 10px;
    font-size: 1rem;
    margin-top: -30px;
  }

  #area08 .docImg {
    margin-bottom: 30px;
  }

  #area08 .docImg img {
    width: 100%;
  }

  #area08 .flexBox .detail {
    margin-bottom: 30px;
    width: 100%;
  }

  #area08 .flexBox .detail .head {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  #area08 .flexBox .detail .name p {
    font-size: 18px;
    font-size: 1.8rem;
  }

  #area08 .flexBox .detail .name p small {
    font-size: 14px;
    font-size: 1.4rem;
  }

  #area08 .flexBox .detail .name .en {
    font-size: 12px;
    font-size: 1.2rem;
  }

  #area08 .flexBox .detail .profileBtn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 20px;
    width: 200px;
  }

  .remodal.profile {
    max-width: auto;
  }

  .remodal.profile dl:first-child {
    padding: 5% 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  .remodal.profile dl:nth-child(2) {
    padding: 5% 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }

  .remodal.profile dl:nth-child(3) {
    padding: 5% 0;
    width: 100%;
    border-left: none;
  }

  .remodal.profile .desc {
    margin-bottom: 2px;
  }

  #area09 .head small {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
  }

  #area09 li {
    display: block;
    margin-bottom: 25px;
  }

  #area09 li .menu {
    width: 100%;
  }

  #area09 li .menu .item {
    font-size: 18px;
    font-size: 1.8rem;
  }

  #area09 li .icon {
    display: none;
  }

  #area09 li .price {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
    width: 100% !important;
  }

  #area09 li.first .price {
    width: 100%;
  }

  #area09 li.first .menu .item:after {
    max-width: calc(100% - 165px);
  }

  #area09 li.last .menu .item:after {
    max-width: calc(100% - 225px);
  }

  #area09 li .price .en {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 7px;
  }

  #access .flexBox .detail {
    width: 100%;
    margin-bottom: 20px;
  }

  #access .flexBox .hourTbl {
    width: 100%;
  }

  #access .slider .slick-dots li {
    width: 40px !important;
  }

  #access .slider .slick-dots li button::before {
    width: 32px !important;
  }

  #access .flexBox .detail .logo {
    margin-bottom: 20px;
  }

  #access .flexBox .detail .info {
    margin-bottom: 15px;
  }

  #access .flexBox .hourTbl th,
  #access .flexBox .hourTbl td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 0;
  }

  #access .flexBox .hourTbl th.hour {
    width: 15%;
  }

  .contact {
    display: block;
  }

  .contact .left,
  .contact .right {
    width: 100%;
  }

  .contact .left .ttl,
  .contact .right .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .contact .left small {
    font-size: 10px;
    font-size: 1rem;
  }
}

/*------------------------------------for ipad--*/
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* animation
-------------------*/

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*------------------------------------add 20210701--*/

.contact-box {
  padding: 40px 70px 40px 70px;
}

.contact-box .contact-box__txt {
  overflow-y: scroll !important;
}

@media screen and (max-width: 640px) {
  .contact-box {
    padding: 20px 15px 15px 15px !important;
  }
}

/*--------------------------------------------追加20220822-----*/

.floatNew {
  opacity: 0;
  transform: translate(100%, 0);
  transition: all 1500ms;
}

.floatNew.active {
  opacity: 1;
  transform: translate(0, 0);
}

.floatNew {
  position: fixed;
  right: 0;
  bottom: 9%;
  z-index: 10;
}

.float01 {
  background: #fff;
  border: 3px solid #7e7f84;
  padding: 10px;
  border-right: 0;
  border-bottom: 0;
}

.float01 .float01-text,
.float03 .float01-text,
.float04 .float01-text {
  color: #333;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  line-height: 1.3;
}

.float01 .float01-text.pc {
  display: block;
}

.float01 .float01-text.sp {
  display: none;
}

.float01 .float01-note.pc {
  display: block;
}

.float01 .float01-note.sp {
  display: none;
}

.float01 .float01-tel,
.float03 .float01-tel,
.float04 .float01-tel {
  color: #333;
  text-align: center;
  font-size: 2.5rem;
  margin: 10px 0;
}

.float01 .float01-tel .fa-phone,
.float03 .float01-tel .fa-phone,
.float04 .float01-tel .fa-phone {
  color: #7e7f84;
  margin-right: 10px;
}

.float01 .float01-note {
  color: #333;
  font-size: 1.2rem;
}

.float02,
.float03 {
  background: #fff;
  border: 3px solid #ad5865;
  width: 290px;
  padding: 10px;
  border-right: 0;
  margin-bottom: 10px;
}

.float02 .float02-text,
.float03 .float03-text,
.float04 .float02-text {
  color: #333;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  line-height: 1.3;
}

.float02 .float02-contact,
.float03 .float03-contact {
  background: #81869b;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.8rem;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.float02 .float02-contact .fa-envelope,
.float03 .float03-contact .fa-envelope {
  margin-right: 10px;
}

/*
.float03{
  background: #fff;
  border: 3px solid #7e7f84;
  padding: 10px;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  /* margin-bottom: 20px; 
}
*/

@media screen and (max-width: 990px) {

  .float02,
  .float03 {
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .floatNew {
    opacity: 0;
    transform: translate(0, 100%);
    transition: all 1500ms;
    display: block;
    width: 100%;
  }

  .floatNew.active {
    opacity: 1;
    transform: translate(0, 0);
    display: flex;
    justify-content: space-between;
  }

  .floatNew {
    position: fixed;
    right: 0;
    bottom: 0;
  }

  .float01 {
    border: none;
    margin-bottom: 0;
    width: 100%;
    background: #7e7f84;
  }

  .float01 .float01-text.pc {
    display: none;
  }

  .float01 .float01-text.sp {
    color: #fff;
    font-size: 1rem;
    display: block;
  }

  .float01 .float01-tel,
  .float01 .float01-tel .fa-phone {
    color: #fff;
  }

  .float01 .float01-note.pc {
    display: none;
  }

  .float01 .float01-note.sp {
    color: #fff;
    font-size: 0.9rem;
    display: block;
    letter-spacing: -0.1em;
    text-align: center;
  }

  .float01 .float01-tel {
    font-size: 1.5rem;
  }

  .float02,
  .float03 {
    border: none;
    width: 49.8%;
    background: #fff;
    margin-bottom: 0;
  }

  .float02 .float02-text,
  .float03 .float03-text {
    color: #fff;
    font-size: 1.3rem;
  }

  .float02 .float02-contact,
  .float03 .float03-contact {
    font-size: 1.8rem;
    color: #fff;
  }

  /*
.float03{
  border: none;
  margin-bottom: 0;
  width: 100%;
}

.float01 .float01-text,
.float03 .float02-text{
   font-size: 1rem;
}

.float03 .float01-tel{
  font-size: 1.5rem;
}
*/
}

/*--------------------------------------------追加20221116-----*/

.info-mori {
  border-top: 1px solid #dedede;
  margin-top: 50px;
  padding-top: 50px;
}

/* add__contact-form__20221117 */

.form-txt {
  font-size: 15px;
  margin-bottom: 15px;
}

.form-table-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}

.form-table-flex-item {
  width: 48.5%;
}

.form-table-title {
  font-size: 16px;
  font-weight: bold;
}

.visite-date__table {
  margin-top: 10px;
  max-width: 100%;
}

/* .form-table-flex-item.morinomiya .visite-date__table tr:nth-child(2) th,.form-table-flex-item.morinomiya .visite-date__table tr:nth-child(2) td {
    padding: 22px 15px;
  } */

.visite-date__table td>span {
  transform: translateX(-5px);
}

@media screen and (max-width: 834px) {
  .form-table-flex {
    flex-direction: column;
  }

  .form-table-flex-item {
    width: 600px;
    max-width: 100%;
  }

  .form-table-flex-item:first-of-type {
    margin-bottom: 30px;
  }

  .visite-date__table td>span {
    transform: translateX(-2px);
  }
}

/*-------------------------------add_20221118---*/
.sp_flating {
  display: none;
}

/* @media screen and (max-width: 640px) {
.float01,.float02,.float03 {
display: none;
} */
.sp_flating {
  display: flex;
  justify-content: space-between;
}

.sp_flating ul {
  width: 70%;
}

.sp_flating ul li:first-child {
  border-bottom: 1px solid #eee;
}

.sp_flating ul li a {
  background: #fcfcfc;
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #000;
}

.sp_flating ul li a i {
  font-size: 20px;
  margin-left: 20px;
  margin-right: 10px;
  color: #7e7f84;
}

.contact_btn {
  width: 30%;
}

.contact_btn a {
  background: #81869b;
  display: flex;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 23px 0;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact_btn a i {
  display: block;
  font-size: 20px;
  margin: 0 auto 10px;
}

/* 歯科医院様へ追加_20221130 */

.for-hospital {
  padding: 100px 0 30px;
  line-height: 1.5;
}

.for-hospital__title-hosoku {
  background-color: #81869b;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  color: #fff;
  padding: 5px 20px 3px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.for-hospital__title {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}

.for-hospital__main-txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.for-hospital__main-txt_blue {
  font-size: 16px;
  text-align: center;
  margin-bottom: 100px;
  color: #ba5165;
  line-height: 2;
}

.for-hospital__border-bottom {
  display: inline-block;
  border-bottom: #ba5165 1px solid;
  padding-bottom: 0px;
}

.for-hospital__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.for-hospital__flex-item {
  position: relative;
  width: 24%;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  padding: 50px 30px 40px;
}

.for-hospital__step {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ba5165;
  color: #fff;
  font-family: "Crimson Text", serif;
  padding: 5px 20px 2px;
  font-size: 24px;
  border-radius: 50px;
  white-space: nowrap;
}

.for-hospital__icon {
  margin-left: auto;
  margin-right: auto;
  height: 83px;
}

.for-hospital__icon img {
  width: 100%;
}

.for-hospital__icon.p1 {
  width: 75px;
}

.for-hospital__icon.p2 {
  width: 75px;
  padding-top: 9px;
}

.for-hospital__icon.p3 {
  width: 57px;
  transform: translateY(-1px);
}

.for-hospital__icon.p4 {
  width: 61px;
  padding-top: 7px;
}

.for-hospital__title_small {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-weight: 500;
}

.for-hospital__flex-item-txt {
  font-size: 15px;
}

.for-hospital__tel-bl {
  padding: 50px 50px 70px;
  background-color: #a4a8b9;
  margin-top: 50px;
  margin-bottom: 50px;
}

.for-hospital__tel-title {
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.for-hospital__tel-txt {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.for-hospital__tel,
.for-hospital__tel a {
  text-align: center;
  color: #ba5165;
  font-size: 28px;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.for-hospital__caution-bl {
  padding: 10px 20px;
  display: flex;
  align-items: baseline;
  background-color: #f5f5f5;
  align-items: center;
}

.for-hospital__caution-title {
  font-size: 24px;
  width: 320px;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.for-hospital__caution-title::before {
  width: 28px;
  height: 28px;
  content: "";
  background-image: url(../images/caution.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  margin-right: 10px;
}

.for-hospital__caution-txt {
  font-size: 16px;
  width: calc(100% - 320px);
}

.for-hospital__message {
  margin-top: 50px;
  padding: 60px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
}

.for-hospital__message-title {
  font-size: 30px;
  text-align: center;
  /* font-family: "Noto Serif Japanese", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0 10px;
    background: linear-gradient(transparent 80%, #d3ff00 80%); */
  margin-bottom: 50px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  font-weight: 500;
}

.for-hospital__message-title span {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* padding: 0 10px; */
  display: inline-block;
  background: linear-gradient(transparent 80%, #dfb7be 80%);
}

.for-hospital__message-txt {
  font-size: 16px;
  margin-bottom: 20px;
}

.for-hospital__message-txt:last-of-type {
  margin-bottom: 0;
}

.w1200 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.txt-blue {
  color: #ba5165;
}

.only768under {
  display: none;
}

.only500under {
  display: none;
}

@media screen and (max-width: 990px) {
  .for-hospital__title {
    font-size: 35px;
  }

  .for-hospital__flex-item {
    width: 48.5%;
    margin-bottom: 50px;
  }

  .for-hospital__caution-title {
    font-size: 20px;
    width: 280px;
  }

  .for-hospital__caution-txt {
    width: calc(100% - 280px);
  }

  .for-hospital__message-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .for-hospital__message {
    padding: 50px 30px;
  }

  .for-hospital__tel-bl {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .for-hospital {
    padding: 80px 0 30;
  }

  .for-hospital__title {
    font-size: 28px;
  }

  .for-hospital__flex-item {
    padding: 50px 15px 40px;
  }

  .for-hospital__title_small {
    font-size: 19px;
  }

  .only768under {
    display: inline-block;
  }

  .for-hospital__tel-bl {
    padding: 50px 20px 70px;
    margin-bottom: 30px;
  }

  .for-hospital__tel-title {
    font-size: 26px;
  }

  .for-hospital__tel,
  .for-hospital__tel a {
    font-size: 24px;
  }

  .for-hospital__caution-bl {
    padding: 30px 20px;
    flex-direction: column;
  }

  .for-hospital__caution-title {
    font-size: 20px;
    width: 100%;
  }

  .for-hospital__caution-txt {
    width: 100%;
  }

  .for-hospital__message {
    margin-top: 30px;
    padding: 30px 20px;
  }

  #footer {
    font-size: 10px;
    font-size: 1rem;
    padding: 40px 0 100px;
  }
}

@media screen and (max-width: 640px) {
  #footer {
    font-size: 10px;
    font-size: 1rem;
    padding: 40px 0 100px;
  }
}

@media screen and (max-width: 500px) {
  .for-hospital__title {
    font-size: 20px;
  }

  .for-hospital {
    padding: 60px 0 30px;
  }

  .for-hospital__title-hosoku {
    font-size: 18px;
  }

  .only500under {
    display: inline-block;
  }

  .for-hospital__main-txt_blue {
    margin-bottom: 70px;
  }

  .for-hospital__flex-item {
    width: 100%;
  }

  .for-hospital__tel-bl {
    padding: 40px 20px 50px;
  }

  .for-hospital__tel-title {
    font-size: 20px;
  }

  .for-hospital__tel,
  .for-hospital__tel a {
    font-size: 20px;
  }

  .for-hospital__caution-title {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .for-hospital__message-title {
    font-size: 21px;
  }
}

/* ------------------------responsive 20230619--------------------------- */
@media screen and (max-width: 1080px) {
  #area02 .lightGreyArea .flexTtl {
    align-items: start;
    flex-direction: column;
  }
}

@media screen and (max-width: 900px) {
  #area02 .secInr .flexBox .detail {
    width: 100%;
  }

  #area02 .secInr .flexBox .img {
    width: 100%;
    margin-bottom: 40px;
  }

  #area02 .secInr .flexBox .img img {
    width: 100%;
  }

  .headUnderline span {
    line-height: 2.7;
  }

  #area04 .flexBox {
    display: block;
  }

  #area04 .flexBox .liftBox {
    width: 100%;
  }

  #area04 .flexBox .liftBox .lifeBoxInr {
    padding-right: 0;
  }

  #area04 .flexBox .liftBox.last .lifeBoxInr {
    padding-left: 0;
  }

  #area04 .flexBox .liftBox.last {
    border-left: none;
  }

  #area07 ul {
    flex-wrap: wrap;
  }

  #area07 ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 10px;
    width: 50%;
  }

  #area07 ul li.even {
    border-right: 0;
  }

  #area07 ul li:nth-of-type(3),
  #area07 ul li:nth-of-type(4) {
    border-bottom: 0;
  }

  #area07 ul li .whiteBg {
    margin-bottom: 10px;
  }

  #area07 ul li .whiteBg span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  #area07 ul li .numText span {
    font-size: 38px;
    font-size: 3.8rem;
  }

  #area07 .note {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    text-align: center;
    margin-top: -26px;
  }

  #area08 .flexBox .detail {
    width: 100%;
  }

  #area08 .docImg img {
    width: 400px;
    max-width: 80%;
    margin: 0 auto 30px;
    display: block;
  }

  #area08 .flexBox .detail {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #area02 .lightGreyArea .secInr .flexBox .img img {
    width: 60%;
  }

  #area07 ul li .whiteBg span {
    font-size: 10px;
    font-size: 1rem;
  }

  #area07 ul li .numText span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 400px) {
  #area05 .implant img {
    right: 245px;
  }
}

/* フロートメニュー修正 */
.reserveBox .web-reserb-btn {
  background-image: url(/lib/cmn_img/btn_morinomiyaReserve.png);
  width: 200px;
  height: 105px;
  margin-top: 5px;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .reserveBox form {
    width: 48%;
    text-align: center;
  }

  .reserveBox .web-reserb-btn {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 1.61;
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .reserveBox .web-reserb-btn {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}

.float04 {
  background: #fff;
  border: 3px solid #7e7f84;
  padding: 10px;
  border-right: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.reserveBox.floatNew {
  bottom: calc(9% + 443px);
}

.access-tag {
  border: 1px solid #222;
  border-radius: 50px;
  padding: 3px 20px;
  width: fit-content;
  margin-top: 10px;
}

.float02 .float02-contact,
.float03 .float03-contact {
  background: #ad5865;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.float02 .float02-text,
.float03 .float03-text {
  color: #ad5865;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ClinicBnrFlex {
  display: flex;
  gap: 30px 3%;
  flex-wrap: wrap;
}

.ClinicBnrFlex>* {
  width: 48.5%;
}

.ClinicBnrFlex>* img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ClinicBnrMori {
  background-image: url(../images/web_morinomiya.webp);
  background-size: cover;
  aspect-ratio: 2/1;
}

.ClinicBnrMori input[type="submit"] {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

#secClinicBnr .secInr {
  padding-bottom: 0;
  padding-top: 100px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.secClinicBnrTtl {
  text-align: center;
  margin: 0 0 40px;
}

.secClinicBnrTtl.p2 {
  margin: 60px 0 40px;
}

.secClinicBnrTtl .ja {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック",
    Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-weight: bold;
}

.secClinicBnrTtl .en {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .float04 {
    border: none;
    margin-bottom: 0;
    width: 100%;
    background: #7e7f84;
  }

  .float04 .float02-text {
    font-size: 1rem;
  }

  .float04 .float01-tel {
    font-size: 1.5rem;
  }

  .float04 .float01-tel,
  .float04 .float01-tel .fa-phone {
    color: #fff;
  }

  .reserveBox.floatNew {
    bottom: 335px;
  }

  .ClinicBnrFlex>* {
    width: 100%;
  }

  #secClinicBnr .secInr {
    padding: 80px 0 20px;
    max-width: 400px;
  }

  .ClinicBnrFlex {
    gap: 20px 3%;
  }

  .secClinicBnrTtl .ja {
    font-size: 2.6rem;
  }

  .secClinicBnrTtl .en {
    font-size: 1.4rem;
  }

  .secClinicBnrTtl {
    margin: 0 0 30px;
  }

  .secClinicBnrTtl.p2 {
    margin: 50px 0 30px;
  }
}

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

  .sp_flating ul li:nth-child(2) {
    border-bottom: 1px solid #eee;
  }

  .reserveBox.floatNew {
    bottom: 150px;
  }
}

@media only screen and (max-width: 480px) {
  #secClinicBnr .secInr {
    padding: 60px 0 20px;
  }
}

/* ------------------------20240415--------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Noto+Sans+JP:wght@100..900&display=swap");

.under500only {
  display: none;
}

.loan .text14 {
  font-size: 14px !important;
  line-height: 2;
}

.loan .text16 {
  font-size: 16px !important;
  line-height: 2;
}

.loan .text18 {
  font-size: 18px !important;
  line-height: 2;
}

.loan .text20 {
  font-size: 20px !important;
  line-height: 2;
}

.loan {
  background: #eff0f4;
  font-family: "Noto Sans JP", sans-serif;
  padding: 120px 0 20px;
}

.loan__title-hosoku {
  background-color: #232323;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  color: #fff;
  padding: 10px 20px 9px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.loan__title {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.4;
}

.loan__main-border {
  text-align: center;
  margin-bottom: 70px;
}

.loan__main-border span {
  background: linear-gradient(transparent 60%, #dfb7be 60%);
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
}

.loan__main-txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.4;
}

.loan-box {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 80px;
  padding: 60px;
}

.lb02 .loan__title {
  margin-bottom: 60px;
}

.lona-ex {
  margin-bottom: 100px;
}

.loan-ex_ttl {
  background: #81869b;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.loan-ex_ttl h6 {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 28px;
}

.loan-ex_cont {
  background: #f5f5f5;
  padding: 50px;
}

.loan__flex-item {
  position: relative;
  width: 30%;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  padding: 5% 3% 4%;
  margin-bottom: 4.5%;
}

.for-loan__icon {
  margin: 0 auto 20px;
}

.for-loan__icon img {
  object-fit: cover;
  height: 100px;
  margin: 0 auto;
  display: block;
}

.for-loan__title_small {
  font-size: 20px;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}

.for-loan__flex-item-txt {
  font-size: 15px;
  line-height: 1.4;
}

.loan-bbox {
  border: 1px solid #f5f5f5;
  margin-bottom: 100px;
  padding: 50px 8% 50px;
  position: relative;
}

.loan-bbox.last {
  margin-bottom: 0;
}

.loan-bbox_ttl {
  background: #d8dcde;
  position: absolute;
  top: -20px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

.loan-bbox_ttl span {
  font-size: 22px;
  padding: 8px 30px 10px;
  display: block;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho,
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.loan-bbox .text16 {
  text-align: center;
}

.loan-bbox .text16.left {
  text-align: left;
  margin: 0 auto;
  width: 88%;
}

.loan-bbox .text20 {
  margin-top: 15px;
  text-align: center;
}

.loan-bbox .text20 span {
  border-bottom: 1px solid #232323;
  line-height: 1.4;
  font-weight: 600;
}

.bbox-ttl {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.bbox-ttl .number {
  color: #fff;
  display: flex;
  font-family: "Crimson Text", serif;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  position: relative;
  z-index: 1;
}

.bbox-ttl .number:after {
  content: "";
  position: absolute;
  background: #ba5165;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.bbox-ttl .number span {
  position: relative;
  z-index: 2;
}

.bbox-list {
  border-bottom: 1px solid #dedede;
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
  margin: 0 auto 45px;
  width: 88%;
}

.bbox-list ul {
  width: 48%;
}

.bbox-list ul li {
  display: flex;
  font-size: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.bbox-list ul li:last-child {
  margin-bottom: 0;
}

.bbox-list ul li div {
  display: flex;
  font-size: 14px;
  margin-right: 25px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.bbox-list ul li div:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #d8dcde;
  border-radius: 50px;
  width: 36px;
  height: 36px;
}

.bbox-list ul li div span {
  z-index: 2;
  position: relative;
}

.loan-bbox_text {
  margin-bottom: 30px;
  text-align: center;
}

.equation {
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}

.equation .grey {
  background: #f5f5f5;
  border-radius: 10px;
  color: #81869b;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 80px;
  padding: 0 2%;
}

.equation span {
  display: flex;
  font-size: 24px;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 1.5%;
}

.equation span.text14 {
  height: auto;
  padding: 0;
}

.equation .red {
  background: #ba5165;
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 80px;
  padding: 0 2%;
}

@media screen and (max-width: 1250px) {
  .for-loan__title_small {
    font-size: 16px;
  }

  .loan__title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .loan__main-txt {
    margin-bottom: 40px;
  }

  .loan__main-border span {
    font-size: 20px;
  }

  .loan__title-hosoku {
    padding: 10px 20px 9px;
  }

  .loan-ex_ttl h6 {
    font-size: 20px;
  }

  .loan-ex_cont {
    padding: 25px 50px;
  }

  .loan-bbox_ttl span {
    font-size: 18px;
  }

  .loan .text20 {
    font-size: 16px !important;
    line-height: 2;
  }

  .bbox-ttl {
    font-size: 16px;
  }

  .bbox-list ul li {
    font-size: 13px;
  }

  .loan-bbox .text16.left {
    text-align: left;
    margin: 0 auto;
    width: 86%;
    font-size: 13px !important;
  }
}

@media screen and (max-width: 500px) {
  .loan .text16 {
    font-size: 13px !important;
    line-height: 2;
  }

  .loan {
    padding: 60px 0 20px;
  }

  .loan-box {
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 8% 5%;
  }

  .loan__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .loan__title-hosoku {
    font-size: 18px;
  }

  .loan__main-txt {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
  }

  .loan__main-border {
    font-size: 18px;
    text-align: center;
    margin-bottom: 42px;
  }

  .loan__flex-item {
    width: 48%;
    margin-bottom: 25px;
    padding: 8% 3% 4%;
  }

  .lona-ex {
    margin-bottom: 45px;
  }

  .loan-ex_ttl h6 {
    font-size: 15px;
  }

  .loan-ex_cont {
    padding: 8% 5%;
  }

  .loan .for-hospital__step {
    padding: 5px 20px 5px;
    font-size: 14px;
  }

  .for-loan__icon img {
    height: 50px;
  }

  .for-loan__title_small {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .for-loan__flex-item-txt {
    font-size: 12px;
  }

  .lb02 .loan__title {
    margin-bottom: 20px;
  }

  .loan-bbox {
    margin-bottom: 40px;
    padding: 50px 10% 50px;
  }

  .loan .text18 {
    font-size: 14px !important;
    line-height: 1.4;
  }

  .loan-bbox_ttl {
    top: -12px;
  }

  .loan-bbox_ttl span {
    font-size: 15px;
    width: 120%;
    padding: 5% 18px;
    text-align: center;
    line-height: 1.4;
    display: flex;
  }

  .loan .loan-bbox .text20 {
    font-size: 13px !important;
    line-height: 2;
  }

  .loan-bbox.last .loan-bbox_ttl {
    top: -30px;
  }

  .loan-bbox.last .loan-bbox_text {
    text-align: left;
  }

  .bbox-ttl {
    font-size: 12px;
    margin: 0px 0 30px 0;
  }

  .bbox-ttl .number {
    font-size: 15px;
    margin-right: 20px;
  }

  .bbox-ttl .number:after {
    width: 40px;
    height: 40px;
  }

  .bbox-list {
    display: block;
    width: 100%;
  }

  .bbox-list ul {
    width: 100%;
  }

  .bbox-list ul li {
    margin-bottom: 15px;
    margin-left: 45px;
    line-height: 1.4;
  }

  .bbox-list ul li div {
    font-size: 14px;
    margin-right: 20px;
  }

  .bbox-list ul li:last-child {
    margin-bottom: 15px;
  }

  .bbox-list ul li div:after {
    width: 30px;
    height: 30px;
  }

  .loan-bbox .text16.left {
    width: 100%;
    margin: 0 0 0 auto;
  }

  .bbox-list ul li {
    margin-bottom: 15px;
    margin-left: 0;
    line-height: 1.4;
  }

  .equation {
    display: block;
  }

  .equation .grey,
  .equation .red {
    font-size: 13px;
    height: 60px;
    padding: 0 2%;
  }

  .equation span {
    font-size: 18px;
    height: 60px;
  }

  .equation span.pun {
    writing-mode: tb;
    margin: 0 auto;
    height: 35px;
  }

  .equation-wrap .under500only {
    font-size: 10px;
    color: #ededed;
  }

  .under500only {
    display: block;
  }
}

.area01-feature-title {
  font-weight: bold;
  margin-bottom: 80px;
}

.area01-feature-title span.en {
  font-size: 48px;
  font-weight: 600;
}

.area01-feature-title span.jp {
  display: block;
  margin-top: 10px;
  font-size: 20px;
}

.area01-feature-subtitle {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

#area01 .textM.center {
  margin-bottom: 50px;
}

.area01-feature-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.area01-feature-list li {
  position: relative;
}

.area01-feature-list li:nth-child(odd) {
  width: 28%;
}

.area01-feature-list li.separate {
  width: 1px;
  background-color: #d1d1d1;
}

.area01-feature-list li img {
  width: 100%;
  margin-bottom: 40px;
}

#contents .area01-feature-list li dt {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.area01-feature-list li dt small {
  display: block;
}

.area01-feature-list li dd a {
  display: block;
  background-color: #81869b;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.area01-feature-list li dd a::before {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.area01-feature-list li .area01-feature-guarantee {
  display: block;
  border-radius: 50%;
  background-color: #d5a418;
  color: #fff;
  font-weight: bold;
  width: 100px;
  height: 100px;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  position: absolute;
  left: -16px;
  top: -16px;
  box-sizing: border-box;
  padding-top: 30px;
}

.area01-feature-list li .area01-feature-guarantee small {
  font-size: 12px;
  display: block;
}

.area01-feature-list li .area01-feature-guarantee .num {
  font-size: 24px;
}

@media screen and (max-width: 900px) {
  .area01-feature-title {
    margin-bottom: 40px;
  }

  .area01-feature-title span.en {
    font-size: 36px;
  }

  .area01-feature-title span.jp {
    font-size: 16px;
  }

  .area01-feature-subtitle {
    font-size: 24px;
  }

  #area01 .textM.center {
    text-align: left !important;
    margin-bottom: 40px;
  }

  .area01-feature-list {
    display: block;
  }

  .area01-feature-list li:nth-child(odd),
  .area01-feature-list li.separate {
    width: 100%;
  }

  .area01-feature-list li.separate {
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #contents .area01-feature-list li dt {
    font-size: 20px;
  }

  .area01-feature-list li img {
    margin-bottom: 30px;
  }
}

#area09 a.area09_loan {
  display: block;
  font-weight: bold;
  border-radius: 10px;
  width: 640px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background-color: #81869b;
  color: #fff;
  height: 60px;
  line-height: 60px;
  position: relative;
}

@media screen and (max-width: 640px) {
  #area09 a.area09_loan {
    line-height: 20px;
  }
}

.area09_loan br {
  display: none;
}

.area09_loan::before {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .area09_loan br {
    display: block;
  }

  .area09_loan {
    height: auto;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*------------------------------------------------
20240712　追加
--------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

/*area07*/

@media screen and (min-width: 901px) {
  #area07 ul li {
    width: 33%;
  }
}

@media screen and (max-width: 900px) {
  #area07 ul {
    justify-content: center;
  }

  #area07 ul li {
    width: 50%;
  }
}

/*#area09*/
@media screen and (min-width: 1400px) {
  #area09 .text {
    max-width: 780px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1060px) {
  #area09 .text {
    max-width: 550px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1059px) and (min-width: 890px) {
  #area09 .text {
    max-width: 450px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 889px) and (min-width: 769px) {
  #area09 .text {
    max-width: 350px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  #area09 .text {
    margin-top: 5px;
  }
}

@media screen and (max-width: 480px) {
  #area09 .text {
    margin-top: 8px;
    margin-bottom: 12px;
  }
}

/*20240827*/

.sec-contact .morinomiya .even th.ampm.white {
  width: 8%;
}

.sec-contact .morinomiya th.ampm.white {
  padding: 10px 0;
  background: #fff;
}

.sec-contact .morinomiya .hour.white {
  padding: 10px 4px;
  width: 24%;
  background: #fff;
}

/*20250331*/
.th-sun-holiday {
  white-space: nowrap;
}

.fontS.two-rows {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(0);
}

/*-----追加25mmdd--------------------------------*/
#mv .mvInr .catch h1 {
  font-size: 4.2rem;
}

@media only screen and (max-width: 768px) {
  #mv .mvInr h1 {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 480px) {
  #mv .mvInr .catch h1 {
    font-size: 1.6rem;
  }
}

#mv .mvInr .catch .subTtl {
  font-size: 2.1rem;
  max-width: 480px;
}

@media only screen and (max-width: 480px) {
  #mv .mvInr .catch .subTtl {
    font-size: 1rem;
  }
}

#mv .mvInr .catch .siteTtl {
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  #mv .mvInr .catch .siteTtl {
    font-size: 1.3rem;
  }
}

.mvInr {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0rem 2%;
  justify-content: space-between;
}

@media (max-width: 1240px) {
  .mvInr {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}

.bnr--dental-loan {
  max-width: 460px;
}

.bnr--dental-loan img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.area01Banner {
  display: none;
}

@media only screen and (max-width: 480px) {
  .mvBanner {
    display: none;
  }

  .area01Banner {
    display: block;
    margin-bottom: 40px;
  }
}

/* 20251110 */
.area02-banner {
  text-align: center;
  padding-bottom: 0;
  width: fit-content;

  img {
    height: auto;
  }

  .caption {
    font-size: 13px;
    text-align: right;
  }
}

@media (max-width: 834px) {
  .area02-banner {
    width: 90%;

    img {
      width: 100%;
      height: auto;
    }
  }
}