/***  color ***/
/***  border ***/
/*** font ***/
/*** sp size ***/
#mv {
  height: 796px;
  background: url("../img/naika/mv.jpg") no-repeat center center;
  background-size: cover;
}
#mv .layout {
  position: relative;
  height: 796px;
}
#mv .mvBody {
  padding-top: 100px;
}
#mv h1 {
  font-family: serif;
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
#mv h1 span {
  font-size: 56px;
}
#mv .mvOpenBadge {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  height: 300px;
  width: 300px;
  position: absolute;
  top: 60px;
  right: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
#mv .mvOpenBadge .mvOpenBadgeText {
  text-align: center;
  font-family: serif;
  font-size: 24px;
  line-height: 1.3;
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#mv .mvOpenBadge .mvOpenBadgeText span {
  font-size: 30px;
}
#mv .mvOpenBadge .mvOpenBadgeText2 {
  text-align: center;
  font-family: serif;
  font-size: 28px;
  line-height: 1.3;
}
#mv .mvOpenBadge .mvOpenBadgeText2 span {
  font-size: 34px;
}
#mv .mvBadge {
  position: absolute;
  top: 110px;
  right: 0;
  width: 30%;
}
@media screen and (max-width: 1499px) {
  #mv .mvOpenBadge {
    right: 40px;
  }
}
@media screen and (max-width: 1290px) {
  #mv h1 {
    font-size: 60px;
  }
  #mv h1 span {
    font-size: 48px;
  }
  #mv .mvOpenBadge {
    height: 200px;
    width: 200px;
  }
  #mv .mvOpenBadge .mvOpenBadgeText {
    font-size: 16px;
  }
  #mv .mvOpenBadge .mvOpenBadgeText span {
    font-size: 20px;
  }
  #mv .mvOpenBadge .mvOpenBadgeText2 {
    font-size: 18px;
  }
  #mv .mvOpenBadge .mvOpenBadgeText2 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1120px) {
  #mv {
    height: auto;
  }
  #mv .mvBody {
    padding: 45px 0 20px;
  }
  #mv h1 {
    font-size: 46px;
  }
  #mv h1 span {
    font-size: 36px;
  }
  #mv .mvBadge {
    position: static;
    margin-top: 30px;
    width: 50%;
  }
}
@media screen and (max-width: 850px) {
  #mv h1 {
    font-size: 40px;
  }
  #mv h1 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  #mv {
    height: auto;
    background-image: url("../img/naika/mv_sp.jpg");
  }
  #mv .layout {
    height: 50vh;
  }
  #mv .mvBody {
    padding: 15vw 0 20vw;
  }
  #mv h1 {
    text-align: center;
    font-size: 7.47vw;
  }
  #mv h1 span {
    font-size: 5.87vw;
    letter-spacing: 0;
  }
  #mv .mvOpenBadge {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    height: auto;
    width: 66%;
    position: absolute;
    top: 4.27vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    flex-flow: row;
    padding: 0.8vw 5.33vw;
  }
  #mv .mvOpenBadge .mvOpenBadgeText, #mv .mvOpenBadge .mvOpenBadgeText2 {
    font-size: 3.2vw;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #mv .mvOpenBadge .mvOpenBadgeText span, #mv .mvOpenBadge .mvOpenBadgeText2 span {
    font-size: 3.73vw;
  }
  #mv .mvOpenBadge .mvOpenBadgeText {
    margin-right: 5.33vw;
  }
  #mv .mvBadge {
    position: absolute;
    width: 85%;
    top: 90%;
    bottom: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

#consultationhours {
  max-width: 1000px;
  margin: 0 auto 100px;
  background-color: #F6F6F6;
  border-radius: 30px;
  padding: 30px;
}
#consultationhours h2 {
  font-size: 30px;
  margin: 0 auto 20px;
  text-align: center;
}
#consultationhours .open {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
#consultationhours .open img {
  z-index: 1;
}
#consultationhours .open .info {
  position: absolute;
  width: 94%;
  z-index: 0;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 20px 20px 20px 94px;
  border-radius: 20px;
}
#consultationhours .open .info .txt {
  display: flex;
  align-items: center;
}
#consultationhours .open .info .txt:first-child {
  margin-bottom: 10px;
}
#consultationhours .open .info .txt .ttl {
  background-color: #003C87;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 6rem;
  padding: 5px;
  margin-right: 1rem;
}
#consultationhours p {
  text-align: center;
  margin: 20px auto;
  padding-top: 20px;
  border-top: solid 1px #ccc;
}
#consultationhours .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
#consultationhours .flex .box {
  width: 31.6666666667%;
  background-color: #fff;
  margin: 0 10px 10px 0;
  border-radius: 10px;
  padding: 10px;
  color: #003C87;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #consultationhours {
    max-width: 100%;
    margin: 0 5.33vw 13.33vw;
    border-radius: 20px;
    padding: 5.33vw 0;
  }
  #consultationhours h2 {
    font-size: 4.8vw;
    margin: 0 auto 5.33vw;
  }
  #consultationhours .open {
    position: relative;
    display: inline-block;
    margin-bottom: 5.33vw;
  }
  #consultationhours .open img {
    width: 48vw;
    margin: 0 auto;
  }
  #consultationhours .open .info {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
    padding: 5.33vw;
    border-radius: 16px;
  }
  #consultationhours .open .info .txt {
    display: inline-block;
    font-size: 3.73vw;
  }
  #consultationhours .open .info .txt:first-child {
    margin-bottom: 2.67vw;
  }
  #consultationhours .open .info .txt .ttl {
    width: 5em;
    margin-right: 0;
    margin-bottom: 2.67vw;
  }
  #consultationhours p {
    margin: 2.67vw auto;
    padding-top: 2.67vw;
    font-size: 3.2vw;
  }
  #consultationhours .flex .box {
    width: 48.5%;
    margin: 0 1.87vw 1.87vw 0;
    padding: 1.33vw;
    font-size: 3.2vw;
  }
  #consultationhours .flex .box:nth-of-type(2n) {
    margin-right: 0;
  }
  #consultationhours .flex .box:last-child {
    width: 100%;
    margin-right: 0;
  }
}

#select {
  padding: 100px 0;
  background-color: #f6f6f6;
}
#select .layout .flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#select .layout .flex .selectBox {
  width: 49%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 30px;
}
#select .layout .flex .selectBox h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #003C87;
  font-size: 30px;
  font-weight: bold;
}
#select .layout .flex .selectBox h3 img {
  margin-right: 20px;
}
#select .layout .flex .selectBox ol.point {
  counter-reset: my-counter;
  position: relative;
}
#select .layout .flex .selectBox ol.point li {
  display: flex;
  counter-increment: my-counter;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
#select .layout .flex .selectBox ol.point li::before {
  content: counter(my-counter, decimal-leading-zero);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #003C87;
  border: 1px solid #003C87;
  border-radius: 1000px;
  background-color: #fff;
}
#select .layout .flex .selectBox .attention {
  background-color: #F6F6F6;
  padding: 20px;
  border-radius: 20px;
}
#select .layout .flex .selectBox .attention h4 {
  font-size: 20px;
}
#select .layout .flex .selectBox .attention ul {
  list-style: disc;
}
#select .layout .flex .selectBox .attention ul li {
  margin-bottom: 5px;
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  #select {
    padding: 21.33vw 0 13.33vw;
  }
  #select .layout .flex {
    display: block;
  }
  #select .layout .flex .selectBox {
    width: 100%;
    padding: 5.33vw;
  }
  #select .layout .flex .selectBox:first-child {
    margin-bottom: 2.67vw;
  }
  #select .layout .flex .selectBox h3 {
    font-size: 5.33vw;
  }
  #select .layout .flex .selectBox h3 img {
    width: 16vw;
    margin-right: 2.67vw;
  }
  #select .layout .flex .selectBox ol.point li {
    margin-bottom: 2.67vw;
    font-size: 3.73vw;
  }
  #select .layout .flex .selectBox ol.point li::before {
    width: 5.33vw;
    height: 5.33vw;
    font-size: 3.73vw;
  }
  #select .layout .flex .selectBox .attention {
    padding: 5.33vw;
  }
  #select .layout .flex .selectBox .attention h4 {
    font-size: 4.27vw;
  }
  #select .layout .flex .selectBox .attention ul li {
    font-size: 3.2vw;
  }
}

#treatmentDetails {
  padding: 80px 0 20px;
}
#treatmentDetails .treatmentBox {
  margin-bottom: 80px;
}
#treatmentDetails .treatmentBox .title2 {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 20px 0;
  padding-left: 20px;
  position: relative;
  line-height: 1;
}
#treatmentDetails .treatmentBox .title2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 5px;
  height: 30px;
  margin: 0 auto 0 0;
  border-radius: 100px;
  background: linear-gradient(to bottom, #003C87 0%, #003C87 50%, #FDDB0A 50%, #FDDB0A 100%);
}
#treatmentDetails .treatmentBox .treatmentList {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#treatmentDetails .treatmentBox .treatmentList li {
  position: relative;
  width: calc((100% - 60px) / 3);
  padding: 20px 30px 60px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
#treatmentDetails .treatmentBox .treatmentList li .titleBox {
  display: flex;
  align-items: center;
}
#treatmentDetails .treatmentBox .treatmentList li .titleBox .imgBox {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  padding-right: 20px;
}
#treatmentDetails .treatmentBox .treatmentList li .titleBox .imgBox img {
  width: 100%;
  height: 100%;
}
#treatmentDetails .treatmentBox .treatmentList li .titleBox h3 {
  font-size: 24px;
  font-weight: bold;
  color: #003C87;
}
#treatmentDetails .treatmentBox .treatmentList li .tagBox {
  display: flex;
  gap: 10px;
}
#treatmentDetails .treatmentBox .treatmentList li .tagBox .tag1, #treatmentDetails .treatmentBox .treatmentList li .tagBox .tag2 {
  display: flex;
  align-items: center;
  margin: 20px 0;
  width: calc((100% - 10px) / 2);
  padding: 5px 0 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}
#treatmentDetails .treatmentBox .treatmentList li .tagBox .tag1 img, #treatmentDetails .treatmentBox .treatmentList li .tagBox .tag2 img {
  padding-right: 5px;
}
#treatmentDetails .treatmentBox .treatmentList li .tagBox .tag1 {
  color: #003C87;
  background-color: #FDDB0A;
  border: 1.5px solid #003C87;
}
#treatmentDetails .treatmentBox .treatmentList li .tagBox .tag2 {
  color: #FDDB0A;
  background-color: #003C87;
}
#treatmentDetails .treatmentBox .treatmentList li .moreLinkBox {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
#treatmentDetails .treatmentBox .treatmentList li .moreLinkBox .moreLink {
  font-size: 16px;
}
@media screen and (max-width: 930px) {
  #treatmentDetails .tagBox .tag1, #treatmentDetails .tagBox .tag2 {
    flex-shrink: 0;
  }
  #treatmentDetails .tagBox .tag1 img, #treatmentDetails .tagBox .tag2 img {
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  #treatmentDetails {
    padding: 10.67vw 0 5.33vw;
  }
  #treatmentDetails .treatmentBox {
    margin-bottom: 10.67vw;
  }
  #treatmentDetails .treatmentBox .title2 {
    font-size: 5.33vw;
    margin: 0 auto 4vw 0;
    padding-left: 2.67vw;
  }
  #treatmentDetails .treatmentBox .title2::before {
    height: 6.93vw;
  }
  #treatmentDetails .treatmentBox .treatmentList {
    display: block;
  }
  #treatmentDetails .treatmentBox .treatmentList li {
    width: 100%;
    padding: 5.33vw 8vw 16vw;
    border-radius: 20px;
  }
  #treatmentDetails .treatmentBox .treatmentList li .titleBox .imgBox {
    width: 20%;
    height: 20%;
    padding-right: 2.67vw;
  }
  #treatmentDetails .treatmentBox .treatmentList li .titleBox h3 {
    font-size: 4.8vw;
  }
  #treatmentDetails .treatmentBox .treatmentList li .tagBox .tag1, #treatmentDetails .treatmentBox .treatmentList li .tagBox .tag2 {
    margin: 2.67vw 0;
    width: calc((100% - 10px) / 2);
  }
  #treatmentDetails .treatmentBox .treatmentList li .tagBox .tag1 img, #treatmentDetails .treatmentBox .treatmentList li .tagBox .tag2 img {
    width: 20%;
  }
  #treatmentDetails .treatmentBox .treatmentList li .tagBox .tag1 p, #treatmentDetails .treatmentBox .treatmentList li .tagBox .tag2 p {
    font-size: 3.73vw;
  }
  #treatmentDetails .treatmentBox .treatmentList li p {
    font-size: 3.73vw;
  }
  #treatmentDetails .treatmentBox .treatmentList li .moreLinkBox {
    bottom: 5.33vw;
  }
  #treatmentDetails .treatmentBox .treatmentList li .moreLinkBox .moreLink {
    font-size: 4.27vw;
  }
  #treatmentDetails .treatmentBox li {
    margin-bottom: 2.67vw;
    padding: 5.33vw;
  }
  #treatmentDetails .treatmentBox .titleBox {
    gap: 2.67vw;
  }
  #treatmentDetails .treatmentBox .imgBox {
    margin-bottom: 2.67vw;
  }
  #treatmentDetails .treatmentBox .imgBox img {
    width: 16vw;
  }
  #treatmentDetails .treatmentBox p {
    font-size: 3.73vw;
  }
}

#about {
  padding: 100px 0;
  background-color: #f6f6f6;
}
#about .layout .txtBox {
  position: relative;
  display: flex;
  align-items: center;
}
#about .layout .txtBox .txt {
  text-align: left;
}
#about .layout .txtBox img {
  margin-left: 100px;
}
@media screen and (max-width: 1024px) {
  #about .layout img {
    max-width: 50%;
    margin-left: 50px;
  }
}
@media screen and (max-width: 750px) {
  #about {
    padding: 13.33vw 0;
  }
  #about .layout .txtBox {
    flex-direction: column;
  }
  #about .layout .txtBox img {
    margin: 0;
    max-width: 100%;
  }
  #about .layout .txtBox .txt {
    margin-bottom: 20px;
  }
  #about .layout .txtBox .txt p {
    font-size: 3.73vw;
  }
}

#news {
  margin: 100px 0 120px;
  padding: 0 20px;
}
#news .layout {
  max-width: 1440px;
  padding: 80px 120px 100px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: #f6f6f6;
  border-radius: 50px;
}
#news .layout .titleBox {
  flex-shrink: 0;
  padding: 20px 20px 0 0;
  max-width: 100%;
}
#news .layout .newsContainer {
  max-width: 900px;
  width: 100%;
}
#news .layout .newsContainer .newsBox a {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  position: relative;
}
#news .layout .newsContainer .newsBox a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url("../img/icon_arrow.svg") no-repeat center;
  background-size: 100% 100%;
}
#news .layout .newsContainer .newsBox .newsDate {
  margin-right: 30px;
}
#news .layout .newsContainer .newsBox .newsTag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 20px;
  color: #003C87;
  border: 1px solid #003C87;
  background-color: #fff;
  border-radius: 1000px;
  margin-right: 30px;
}
#news .layout .newsContainer .newsBox .newsTitle {
  display: inline-block;
  width: 67%;
}
@media screen and (max-width: 1300px) {
  #news .layout {
    padding: 80px 80px 100px;
  }
  #news .layout .newsContainer .newsBox {
    max-width: 800px;
  }
  #news .layout .newsContainer .newsBox .newsTitle {
    width: 100%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1130px) {
  #news .layout .newsContainer .newsBox {
    max-width: 700px;
  }
}
@media screen and (max-width: 1024px) {
  #news .layout .newsContainer .newsBox {
    max-width: 600px;
  }
  #news .layout .newsContainer .newsBox .newsDate {
    margin-right: 10px;
  }
  #news .layout .newsContainer .newsBox .newsTag {
    margin-right: 10px;
  }
}
@media screen and (max-width: 930px) {
  #news .layout {
    padding: 80px 40px 100px;
  }
  #news .layout .newsContainer .newsBox {
    max-width: 550px;
  }
  #news .layout .newsContainer .newsBox a {
    display: inline-block;
    padding: 2.67vw 0;
  }
  #news .layout .newsContainer .newsBox .newsTag {
    display: inline-block;
    margin: 0 0 1.33vw 0;
  }
}
@media screen and (max-width: 800px) {
  #news .layout .newsContainer .newsBox {
    max-width: 500px;
  }
}
@media screen and (max-width: 750px) {
  #news {
    margin: 13.33vw 0 18.67vw;
  }
  #news .layout {
    max-width: 100%;
    padding: 13.33vw 5.33vw;
    flex-direction: column;
    border-radius: 5.33vw;
  }
  #news .layout .titleBox {
    padding: 0;
  }
  #news .layout .newsContainer {
    width: 100%;
  }
  #news .layout .newsContainer .newsBox {
    max-width: 100%;
  }
  #news .layout .newsContainer .newsBox a::after {
    width: 4.8vw;
    height: 4.8vw;
  }
  #news .layout .newsContainer .newsBox .newsDate {
    font-size: 3.73vw;
  }
  #news .layout .newsContainer .newsBox .newsTag {
    padding: 0.53vw 2.67vw;
    font-size: 3.2vw;
    margin: 0 0 1.33vw 0;
  }
  #news .layout .newsContainer .newsBox .newsTitle {
    width: 94%;
    font-size: 3.73vw;
  }
  #news .layout .newsContainer .moreLinkBox {
    margin-top: 6.67vw;
  }
}

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