@charset "UTF-8";

@media screen and (min-width: 768px) {
  img {
    height: auto;
  }

  #wrapper {
    position: relative;
  }

  #wrapper::before {
    content: "";
    background: #34476d;
    height: 700px;
    width: calc(50% - 100px);
    position: absolute;
    right: 0;
    top: 200px;
    border-radius: 20px 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  img {
    height: auto;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

h2 {
  font-weight: 600;
}

#main {
  overflow: hidden;
}

.top_ttl {
  color: #34476d;
}

.top_ttl span {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 74px;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 75px;
}

.top_ttl small {
  font-size: 26px;
  line-height: 54px;
  letter-spacing: 4px;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .top_ttl span {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 5px;
  }
}

@media screen and (max-width: 767px) {
  .top_ttl span {
    font-size: 53px;
  }

  .top_ttl small {
    font-size: 18px;
    line-height: 30px;
  }
}

#intro {
  padding: 100px 0;
}

#intro .row {
  display: flex;
  justify-content: space-between;
  color: #34476d;
  position: relative;
}

#intro .row::before {
  content: "";
  background: url(../img/top/intro_deco.png) no-repeat 0 0/100%;
  width: 354px;
  height: 320px;
  bottom: -95px;
  left: calc(50% - 75px);
  transform: translateX(-50%);
  position: absolute;
}

#intro .row .col-left {
  width: 550px;
}

#intro .row .col-left h2 {
  font-size: 30px;
  line-height: 54px;
  margin-bottom: 35px;
  letter-spacing: 4px;
}

#intro .row .col-left .txt {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1.2px;
  font-weight: 600;
}

#intro .row .col-right {
  width: 510px;
  margin-right: -145px;
  position: relative;
}

#intro .row .col-right .ttl-1 {
  width: 425px;
  position: absolute;
  left: -50px;
  bottom: -130px;
}

@media screen and (max-width: 1300px) {
  #intro .row .col-left {
    margin-right: 30px;
  }

  #intro .row .col-right {
    margin-right: -50px;
    height: -moz-max-content;
    height: max-content;
  }
}

@media screen and (max-width: 960px) {
  #intro {
    padding: 50px 0;
  }

  #intro .row .col-left h2 {
    font-size: 28px;
  }

  #intro .row .col-left .txt {
    font-size: 15px;
    letter-spacing: 0;
  }

  #intro .row .col-right .ttl-1 {
    width: 320px;
    bottom: -90px;
  }
}

@media screen and (max-width: 767px) {
  #intro .row {
    display: block;
  }

  #intro .row::before {
    display: none;
  }

  #intro .row .col-left {
    width: 100%;
  }

  #intro .row .col-left h2 {
    font-size: 24px;
    line-height: 41px;
    margin-bottom: 20px;
  }

  #intro .row .col-left .txt {
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  #intro .row .col-right {
    width: 100%;
  }

  #intro .row .col-right .photo-1 {
    margin-right: -10%;
  }

  #intro .row .col-right img {
    height: auto;
  }

  #intro .row .col-right .ttl-1 {
    width: 80%;
    bottom: -20%;
    left: 0;
  }
}

#about {
  padding: 80px 0 115px;
}

#about .top_ttl {
  margin-bottom: 50px;
}

#about .blk {
  display: flex;
  justify-content: space-between;
}

#about .blk .aboutL {
  width: 500px;
  font-size: 14px;
  line-height: 24px;
  margin-left: -5px;
}

#about .blk .aboutR {
  margin-top: 20px;
  width: 520px;
}

#about .blk .gmap {
  margin-bottom: 65px;
}

#about .blk table {
  margin-bottom: -15px;
  font-family: "Noto Sans JP", serif;
}

#about .blk table thead {
  border-bottom: 1px solid #34476d;
}

#about .blk table thead tr {
  background: #34476d;
  color: #fff;
  text-align: center;
  border: 1px solid #34476d;
}

#about .blk table thead th {
  font-size: 14px;
  font-weight: 600;
  width: 120px;
}

#about .blk table thead th,
#about .blk table thead td {
  padding: 2px 0;
  text-align: center;
  font-weight: 500;
}

#about .blk table tbody tr th,
#about .blk table tbody tr td {
  padding: 11px 0;
  text-align: center;
  border: 1px solid #34476d;
  color: #34476d;
  font-weight: 500;
}

#about .blk .txt {
  padding: 18px 0 35px;
  font-size: 14px;
  color: #34476d;
  letter-spacing: 0;
  font-family: "Noto Sans JP", serif;
}

#about .blk .info dl {
  padding: 12px 0;
  width: 100%;
  display: table;
  border-bottom: 1px solid #28679d;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
}

#about .blk .info dl dt {
  display: table-cell;
  width: 155px;
  font-weight: 700;
  color: #28679d;
}

#about .blk .info dl dd {
  display: table-cell;
  font-weight: 500;
}

#about .blk .info dl h1 {
  font-weight: 500;
}

@media screen and (max-width: 1120px) {
  #about {
    padding: 80px 0 50px;
  }

  #about .blk .aboutL {
    width: 49%;
  }

  #about .blk .aboutR {
    width: 49%;
  }
}

@media screen and (max-width: 980px) {
  #about .top_ttl {
    margin-bottom: 35px;
  }

  #about .blk table thead th {
    width: 105px;
  }

  #about .blk .gmap {
    margin-bottom: 35px;
  }

  #about .blk .info dl {
    font-size: 14px;
    letter-spacing: 0;
  }

  #about .blk .info dl dt {
    width: 85px;
  }
}

@media screen and (max-width: 767px) {
  #about {
    padding: 40px 0 30px;
  }

  #about .top_ttl {
    margin-bottom: 25px;
  }

  #about .blk {
    display: block;
  }

  #about .blk .aboutL {
    width: 100%;
  }

  #about .blk .aboutR {
    width: 100%;
  }

  #about .blk .gmap {
    width: 100%;
    margin-top: 15px;
  }

  #about .blk .gmap img {
    height: auto;
  }

  #about .blk table thead th,
  #about .blk table thead td {
    font-size: 11px;
    padding: 5px 0;
  }

  #about .blk table tbody tr th,
  #about .blk table tbody tr td {
    font-size: 11px;
    padding: 5px 0;
  }

  #about .blk .info dl {
    font-size: 15px;
  }

  #about .blk .txt {
    font-size: 15px;
  }
}

#text_slide {
  height: 200px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

#text_slide::after {
  content: "";
  width: 20000px;
  height: 150px;
  background: url(../img/top/text_slide.png) repeat-x;
  background-size: 2600px;
  position: absolute;
  bottom: 50px;
  animation: slidein 120s linear infinite;
}

@media screen and (max-width: 1100px) {
  #text_slide {
    height: 150px;
  }

  #text_slide::after {
    background-size: 1800px;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #text_slide {
    padding: 35px 0;
    height: 60px;
  }

  #text_slide::after {
    height: 60px;
    background-size: 1000px;
  }
}

@keyframes slidein {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -2000vw 0;
  }
}

#menu {
  padding: 70px 0 200px;
}

#menu .container {
  position: relative;
  z-index: 0;
}

#menu .container::before {
  content: "";
  background: #e7f6fa;
  width: calc(100% + 125px);
  height: 540px;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  box-shadow: 2px 10px 12px 5px rgba(0, 0, 0, 0.05);
}

#menu .container::after {
  content: "";
  background: url(../img/top/menu_pt1.jpg) no-repeat 0 0/100%;
  width: 544px;
  height: 485px;
  left: calc(50% + 135px);
  bottom: -120px;
  position: absolute;
  z-index: -2;
}

#menu h2 {
  margin-bottom: 80px;
}

#menu .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#menu .row .col {
  display: flex;
  align-items: center;
  width: calc(25% - 10px);
  background: #fff;
  margin-bottom: 12px;
  border-radius: 5px;
  color: #315a9a;
  font-weight: bolder;
  padding: 32px 20px;
  pointer-events: none;
}


#menu .row .col .col-icon {
  margin-right: 8px;
  width: 42px;
  height: 44px;
}

#menu .row .col h4 {
  text-align: center;
  line-height: 22px;
  width: calc(100% - 50px);
  letter-spacing: 0;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (min-width:768px){
  #menu .row .col h4.fs14-pc{
    font-size: 14px;
  }
}
@media screen and (max-width: 1320px) {
  #menu .container::before {
    width: calc(100% - 20px);
  }

  #menu .row {
    padding: 0 20px;
  }

  #menu .row .col {
    padding: 32px 15px 32px 25px;
  }
}

@media screen and (max-width: 1200px) {
  #menu .container::before {
    height: 620px;
    top: 85px;
  }

  #menu .row .col {
    width: calc(33.3333333333% - 10px);
  }
}

@media screen and (max-width: 1125px) {
  #menu .row .col {
    padding: 32px 30px 32px 40px;
  }

  #menu .row .col .col-icon {
    width: 35px;
  }
}

@media screen and (max-width: 970px) {
  #menu .row .col {
    padding: 30px 8px 30px 15px;
  }

  #menu .row .col h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #menu {
    padding: 50px 0 80px;
  }

  #menu .container::before {
    height: 100%;
    top: 30px;
    width: calc(100% - 16px);
    height: 100%;
  }

  #menu .container::after {
    background: url(../img/top/menu_pt1_sp.jpg) no-repeat 0 0/100%;
    width: 90%;
    height: 450px;
    left: auto;
    right: 0;
    bottom: -55px;
    border-radius: 20px 0 0 20px;
  }

  #menu h2 {
    margin-bottom: 15px;
  }

  #menu .row {
    padding: 0;
  }

  #menu .row .col {
    width: calc(50% - 3px);
    margin-bottom: 6px;
    padding: 12px 2px 12px 10px;
  }

  #menu .row .col .col-icon {
    width: 24px;
    height: 48px;
  }

  #menu .row .col .col-icon img {
    height: auto;
  }

  #menu .row .col h4 {
    font-size: 13px;
    line-height: 17px;
  }
  #menu .row .col h4.fs9{
    font-size: 9px;
    letter-spacing: -0.5px;
  }
  #menu .row .col h4.fs10{
    font-size: 10px;
  }
  #menu .row .col h4.fs11{
    font-size: 11px;
  }
}

#feature {
  padding: 85px 0;
}

#feature .row {
  display: flex;
  justify-content: space-between;
}

#feature .row .col-left {
  margin-left: -135px;
  width: 620px;
  margin-top: 20px;
  position: relative;
  z-index: 0;
}

#feature .row .col-left::before {
  content: "";
  background: #34476d;
  width: calc(100% - 70px);
  height: 300px;
  bottom: -125px;
  position: absolute;
  z-index: -1;
}

#feature .row .col-right {
  width: 510px;
}

#feature .row .col-right h2 {
  margin-bottom: 40px;
}
#feature .row .col-right .group-btn{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#feature .row .col-right .btn {
  margin-bottom: 10px;
  width: 48%;
}

@media screen and (max-width: 1100px) {
  #feature .row .col-left {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  #feature {
    padding: 50px 0 100px;
  }

  #feature .row {
    flex-wrap: wrap;
  }

  #feature .row .col-left {
    width: 110%;
    order: 2;
    margin-left: -10%;
    margin-right: -10%;
    z-index: 0;
  }

  #feature .row .col-left::before {
    bottom: -50px;
    z-index: -1;
    width: calc(100% - 30px);
  }

  #feature .row .col-right {
    width: 100%;
    order: 1;
  }

  #feature .row .col-right h2 {
    margin-bottom: 25px;
  }
  #feature .row .col-right .group-btn{
    display: block;
  }
  #feature .row .col-right .btn {
    margin-bottom: 10px;
    width: 100%;
  }
  #feature .row .col-right .btn img{
    width: 100%!important;
  }
}

#greeting {
  color: #fff;
}

#greeting .bg-parallax {
  position: relative;
  z-index: 0;
  height: 720px;
}

#greeting .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#greeting .img-parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

#greeting .content {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#greeting .content .top_ttl {
  color: #fff;
  margin-bottom: 30px;
}

#greeting .content .txt {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
}

#greeting .content .sign-1 {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  position: relative;
}

#greeting .content .sign-1::before {
  content: "";
  width: 90px;
  height: 1px;
  background: #fff;
  left: -100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#greeting .content .sign-2 {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #greeting .img-parallax img {
    -o-object-position: 75% 50%;
    object-position: 75% 50%;
  }
}

@media screen and (max-width: 767px) {
  #greeting .bg-parallax {
    height: 600px;
  }

  #greeting .content {
    width: 90%;
    left: 5%;
  }

  #greeting .content .top_ttl {
    margin-bottom: 20px;
  }

  #greeting .content .txt {
    font-size: 15px;
    line-height: 30px;
    width: 85%;
  }

  #greeting .content .sign-1 {
    margin-left: 0;
    font-size: 13px;
  }

  #greeting .content .sign-1::before {
    display: none;
  }

  #greeting .content .sign-2 {
    text-align: left;
    font-size: 17px;
  }
}

.news_left .post-box__header {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.news_left .post-box__header a {
  pointer-events: none;
  display: flex;
  align-items: center;
  height: 40px;
}

.news_left .post-box__header a::before {
  content: "NEWS";
  font-family: "Cormorant", serif;
  font-size: 50px;
  color: #34476d;
}

.news_left .post-box__header a::after {
  content: "新着情報";
  color: #34476d;
  font-size: 18px;
  padding-left: 20px;
  font-weight: 600;
}

.news_left .post-box__header a.add-news {
  pointer-events: auto;
  color: #34476d;
}

.news_left .post-box__header a.add-news:hover {
  opacity: 0.7;
}

.news_left .post-box__header a.add-news:after,
.news_left .post-box__header a.add-news:before {
  display: none;
}

.news_right .post-box__header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}

.news_right .post-box__header a {
  pointer-events: none;
  display: flex;
  align-items: center;
  height: 40px;
}

.news_right .post-box__header a::before {
  content: "BLOG";
  font-family: "Cormorant", serif;
  font-size: 50px;
  color: #34476d;
}

.news_right .post-box__header a::after {
  content: "医院ブログ";
  color: #34476d;
  font-size: 18px;
  padding-left: 20px;
  font-weight: 600;
}

.news_right .post-box__header a.add-news {
  pointer-events: auto;
  color: #34476d
}

.news_right .post-box__header a.add-news:hover {
  opacity: 0.7;
}

.news_right .post-box__header a.add-news:after,
.news_right .post-box__header a.add-news:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .news_left {
    margin-bottom: 40px;
  }
}

#payment {
  padding: 100px 0 80px;
}

#payment .container {
  border: 2px solid #707070;
  border-radius: 20px;
  box-sizing: border-box;
  max-width: 1090px;
}

#payment .container .row-1 {
  display: flex;
  align-items: center;
  padding: 25px;
  max-width: 980px;
  margin: auto;
  gap: 0 60px;
}

#payment .container .row-1 h2 {
  font-size: 29px;
  margin-right: 30px;
  line-height: 46px;
  color: #34476d;
  font-weight: 700;
}

#payment .container .row-1 .payment-logo {
  width: 480px;
  margin-left:auto;
}

@media screen and (max-width: 1120px) {
  #payment .container {
    max-width: calc(100% - 20px);
  }

  #payment .container .row-1 {
    gap: 0 40px;
  }

  #payment .container .row-1 h2 {
    font-size: 24px;
  }

  #payment .container .row-1 .payment-logo {
    width: 380px;
  }
}

@media screen and (max-width: 940px) {
  #payment .container .row-1 h2 {
    font-size: 22px;
    line-height: 36px;
  }

  #payment .container .row-1 .payment-logo {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  #payment {
    padding: 50px 0 40px;
  }

  #payment .container {
    max-width: calc(100% - 40px);
  }

  #payment .container .row-1 {
    display: block;
    padding: 20px 0 40px;
  }

  #payment .container .row-1 h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  #payment .container .row-1 .payment-logo {
    width: 100%;
	text-align:center
  }
}

#group-btn {
  padding: 0 0 150px;
}

#group-btn .row-2 {
  display: flex;
  justify-content: center;
  max-width: 875px;
  margin: 0 auto;
}

#group-btn .row-2 .col-left {
  margin-right: 55px;
  width: 38%;
}

#group-btn .row-2 .col-right {
  width: 62%;
}

@media screen and (max-width: 767px) {
  #group-btn {
    padding: 0 0 50px;
  }

  #group-btn .row-2 {
    display: block;
    text-align: center;
  }

  #group-btn .row-2 .col-left {
    width: 70%;
    margin: 0 auto 20px;
  }

  #group-btn .row-2 .col-right {
    width: 70%;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=index.css.map */