/*

  MV

================================================================
*/
#mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100svh - 90px);
  min-height: 600px;}
#mv:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  z-index: 3;}
#mv:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url(../img/top/kv_bg.png);
  background-size: 3px auto;
  z-index: 4;}
#mv .vwrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;}
#mv .twrap {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 5;}
#mv .twrap .title {
  white-space: nowrap;
  font-family: nss;
  font-weight: 400;
  font-size: 68px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, .15);
  letter-spacing: .12em;}
#mv .twrap .title span {
  font-size: 80%;}
#mv .twrap ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;}
#mv .twrap ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  aspect-ratio: 1/1;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, .2);
  backdrop-filter: blur(5px);
  line-height: 1.6;
  font-size: 16px;
  color: #fff;}
#mv .twrap ul li + li {
  margin-left: 20px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#mv {
  height: 100svh;
  min-height: auto;}
#mv .twrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw 15vw;
  text-align: center;
  z-index: 5;}
#mv .twrap .title {
  font-size: 8vw;
  text-shadow: 0 0 1vw rgba(0, 0, 0, .1)}
#mv .twrap ul {
  width: 100%;
  justify-content: space-between;
  margin-top: 5vw;}
#mv .twrap ul li {
  width: 32.5%;
  backdrop-filter: blur(1vw);
  font-size: 3vw;}
#mv .twrap ul li + li {
  margin-left: 0;}}

/*

  コンセプト

================================================================
*/
#top-concept {
  overflow: hidden;
  position: relative;
  padding: 120px 0;
  background-color: #fff;}
#top-concept:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_concept.jpg) no-repeat left center / 2000px auto;
  z-index: 1;
  opacity: .2;}
#top-concept .inner {
  position: relative;
  padding: 20px 0;
  padding-left: 500px;
  z-index: 2;}
#top-concept .inner:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 430px;
  height: 100%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 280%;
  background-position: top 23% center;
  background-image: url(../img/top/concept.jpg);}
#top-concept .right .title {
  margin-bottom: 40px;
  font-family: nss;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: .2em;}
#top-concept .right .txt {
  line-height: 1.9;
  font-weight: 400;
  font-size: 15px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#top-concept {
  padding: 10vw 5vw;}
#top-concept:after {
  background-size: cover;}
#top-concept .inner {
  padding: 0;
  padding-left: 0;}
#top-concept .inner:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 60vw;
  border-radius: 3vw;
  background-size: 280%;
  background-position: top 21% center;}
#top-concept .right {
  padding-top: 65vw;}
#top-concept .right .title {
  margin-bottom: 5vw;
  text-align: center;
  font-weight: 500;
  font-size: 4.8vw;
  letter-spacing: .1em;}
#top-concept .right .txt {
  padding: 0 2vw;
  line-height: 1.9;
  font-size: 3.55vw;}}

/*

  診療時間・アクセス

================================================================
*/
#top-access {
  padding: 120px 0;
  background-color: #6B5945;}
#top-access .tch2 h2 {
  color: #fff;}
#top-access .flex01 {
  display: flex;
  justify-content: space-between;}
#top-access .flex01 > div {
  width: 48.5%;}
#top-access .lschedule {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;}
#top-access .lend {
  color: #fff;}
#top-access .lend table {
  border-color: #fff;}
#top-access .lend .note {
  line-height: 1.7;
  text-align: left;}
#top-access .map {
  overflow: hidden;
  width: 100%;
  height: 245px;
  margin-bottom: 30px;
  border-radius: 10px;}
#top-access .map iframe {
  width: 100%;
  height: 100%;}
#top-access .ccta {
  margin-top: 40px;}
#top-access .ccta ul li {
  width: 32%;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#top-access {
  padding: 15vw 5vw;}
#top-access .flex01 {
  flex-direction: column;}
#top-access .flex01 > div {
  width: 100%;}
#top-access .flex01 > div + div {
  margin-top: 10vw;}
#top-access .lschedule {
  margin-top: 0;
  padding: 5vw;
  border-radius: 2vw;}
#top-access .map {
  width: 100%;
  aspect-ratio: 1/.7;
  height: auto;
  margin-bottom: 5vw;
  border-radius: 2vw;}
#top-access .ccta {
  margin-top: 5vw;}
#top-access .ccta ul {
  flex-wrap: wrap;}
#top-access .ccta ul li {
  width: 49%;}}

/*

  きど歯科について

================================================================
*/
#top-about {
  padding: 120px 0;}
#top-about .flex {
  display: flex;
  justify-content: space-between;}
#top-about .flex a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 48.5%;
  height: 290px;
  padding-left: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: nss;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  text-shadow: 0 2px 2px 2px rgba(0, 0, 0, .25);
  letter-spacing: .2em;}
#top-about .flex a:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  z-index: 1;
  transition: .2s;}
#top-about .flex a:after {
  pointer-events: none;
  content: '';
  position: absolute;
  left: 40px;
  bottom: 30px;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(../img/common/ileftb.png) no-repeat center / 18px auto;
  background-color: rgba(255, 255, 255, .9);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  z-index: 2;}
#top-about .flex a:hover:before {
  opacity: 0;}
#top-about .flex a span {
  position: relative;
  z-index: 2;}
#top-about .flex a.clinic {
  background-image: url(../img/top/about01.jpg);}
#top-about .flex a.doctor {
  background-image: url(../img/top/about02.jpg);}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#top-about {
  padding: 15vw 5vw;}
#top-about .flex {
  flex-direction: column;}
#top-about .flex a {
  width: 100%;
  height: 30vw;
  padding-left: 10vwpx;
  border-radius: 2vw;
  box-shadow: 0 1vw 1vw rgba(0, 0, 0, .1);
  font-weight: 500;
  font-size: 5vw;
  text-shadow: 0 1vw 1vw 1vw rgba(0, 0, 0, .15);}
#top-about .flex a:after {
  left: auto;
  right: 5vw;
  bottom: auto;
  top: 50%;
  width: 8vw;
  margin-top: -4vw;
  background-size: 3vw auto;
  backdrop-filter: blur(1vw);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .15);}
#top-about .flex a + a {
  margin-top: 3vw;}}

/*

  当院の3つのこだわり

================================================================
*/
#top-features {
  overflow: hidden;
  position: relative;
  padding: 120px 0;}
#top-features:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(../img/top/bg_features.jpg) no-repeat top center / 2000px auto;
  background-attachment: fixed;}
#top-features .inner {
  z-index: 2;}
#top-features .tch2 h2 {
  color: #fff;}
#top-features .tch2 .en {
  color: #E0E0E0;}
#top-features .flex {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .15);}
#top-features .flex > div {
  width: calc(100%/3);
  padding: 0 50px;}
#top-features .flex > div + div {
  border-left: 1px solid #5A4A37;}
#top-features .flex > div h3 {
  margin-bottom: 20px;
  text-align: center;
  font-family: nss;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: .2em;}
#top-features .flex > div .no {
  margin-bottom: 15px;
  text-align: center;
  font-family: nss;
  font-weight: 600;
  font-size: 32px;
  color: #C7C2BA;}
#top-features .flex > div .txt {
  line-height: 1.8;
  font-weight: 400;
  font-size: 15px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#top-features {
  padding: 15vw 5vw;}
#top-features h2 {
  text-shadow: 0 0 2vw rgba(0, 0, 0, .4);}
#top-features .en {
  text-shadow: 0 0 2vw rgba(0, 0, 0, .2);}
#top-features:after {
  height: 80vw;
  background-size: 150% auto;
  background-position: left bottom;
  background-attachment: unset;}
#top-features .flex {
  flex-direction: column;
  padding: 0;
  border-radius: 2vw;
  box-shadow: 0 1vw 1vw rgba(0, 0, 0, .15);}
#top-features .flex > div {
  width: 100%;
  padding: 5vw 8vw;}
#top-features .flex > div + div {
  border-top: 1px solid #F7F4F0;
  border-left: none;}
#top-features .flex > div h3 {
  margin-bottom: 3.5vw;
  font-weight: 500;
  font-size: 4.8vw;}
#top-features .flex > div .no {
  margin-bottom: 2.5vw;
  font-size: 6vw;}
#top-features .flex > div .txt {
  line-height: 1.85;
  font-size: 3.55vw;}}

/*

  診療理念

================================================================
*/
#top-philosophy {
  overflow: hidden;
  position: relative;
  padding: 120px 0;
  border-top: 1px solid rgba(255, 255, 255, 1);}
#top-philosophy .flex {
  display: flex;
  justify-content: space-between;}
#top-philosophy .flex .left {
  width: 55%;}
#top-philosophy .flex .left .txt {
  line-height: 2.0;
  font-weight: 400;
  font-size: 15px;}
#top-philosophy .flex figure {
  flex: 1;
  margin-left: 60px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#top-philosophy {
  padding: 15vw 5vw;}
#top-philosophy .flex {
  flex-direction: column;}
#top-philosophy .flex .left {
  width: 100%;}
#top-philosophy .flex .left .txt {
  padding: 0 2vw;
  font-size: 3.55vw;}
#top-philosophy .flex figure {
  width: 100%;
  margin-top: 10vw;
  margin-left: 0;
  text-align: center;}
#top-philosophy .flex figure img {
  width: 90%;}}

/*

  院長挨拶

================================================================
*/
#top-message {
  overflow: hidden;
  position: relative;
  padding: 120px 0;
  background-color: #fff;}
#top-message:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 2000px auto;
  background-position: center;
  background-image: url(../img/top/bg_message.jpg);
  opacity: .08;}
#top-message .inner {
  position: relative;
  z-index: 2;}
#top-message .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;}
#top-message .flex .left {
  position: relative;
  width: 300px;}
#top-message .flex .left .name {
  position: absolute;
  bottom: -50px;
  right: -50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding-bottom: 10px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #5A4A37;
  font-size: 18px;
  color: #fff;
  z-index: 1;}
#top-message .flex .left .name span {
  margin-bottom: 10px;
  font-size: 14px;}
#top-message .flex .right {
  flex: 1;
  margin-left: 80px;}
#top-message .flex .right .title {
  margin-bottom: 40px;
  font-family: nss;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: .2em;}
#top-message .flex .right .txt {
  line-height: 2.0;
  font-weight: 400;
  font-size: 15px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#top-message {
  padding: 15vw 5vw;
  text-align: center;}
#top-message:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;}
#top-message .flex {
  flex-direction: column;}
#top-message .flex .left {
  width: 100%;
  text-align: center;}
#top-message .flex figure {
  padding-right: 20vw;}
#top-message .flex figure img {
  width: 50vw;}
#top-message .flex .left .name {
  bottom: -5vw;
  right: 15vw;
  width: 25vw;
  padding-bottom: 2vw;
  font-size: 4vw;}
#top-message .flex .left .name span {
  margin-bottom: 2vw;
  font-size: 3vw;}
#top-message .flex .right {
  width: 100%;
  margin-top: 10vw;
  margin-left: 0;}
#top-message .flex .right .title {
  margin-bottom: 5vw;
  text-align: center;
  font-weight: 500;
  font-size: 5.2vw;
  line-height: 1.7;
  letter-spacing: .1em;}
#top-message .flex .right .txt {
  padding: 0 2vw;
  text-align: left;
  font-size: 3.55vw;}}

/*

  診療案内

================================================================
*/
#top-tr {
  overflow: hidden;
  position: relative;
  padding: 80px 0 400px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 2000px auto;
  background-image: url(../img/top/bg_faq.jpg);
  background-color: #675642;}
#top-tr .tch2 h2 {
  color: #fff;}
.tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;}
.tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 54px;
  background-color: #BCAA9B;
  font-size: 18px;
  font-family: nss;
  font-weight: 600;
  text-align: center;
  letter-spacing: .15em;}
input[name="tab_item"] {
  display: none;}
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;}
#all:checked ~ #all_content,
#programming:checked ~ #programming_content {
  display: block;}
.tabs input:checked + .tab_item {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  color: #5A4A37;}
.list-tr {
  display: flex;
  flex-wrap: wrap;}
.list-tr li {
  width: 23.5%;
  aspect-ratio: 1/1;
  margin-top: 22px;}
.list-tr li:nth-child(4n+1) {
  margin-left: 0;}
.list-tr li:nth-child(-n+4) {
  margin-top: 0;}
.list-tr li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 10px;}
.list-tr li a:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);}
.list-tr li a h3 {
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: nss;
  font-weight: 700;
  text-align: center;
  letter-spacing: .08em;
  z-index: 2;}
.list-tr li a span {
  display: inline-block;
  text-align: center;
  line-height: 1.6;}
.list-tr li + li {
  margin-left: 2%;}
.list-tr li.mushiba a {
  background-position: top 40px center;
  background-size: 65px auto;
  background-image: url(../img/top/imushiba.png);}
.list-tr li.konkan a {
  background-position: top 35px center;
  background-size: 85px auto;
  background-image: url(../img/top/ikonkan.png);}
.list-tr li.kyousei a {
  background-position: top 45px center;
  background-size: 110px auto;
  background-image: url(../img/top/ikyousei.png);}
.list-tr li.shishubyou a {
  background-position: top 40px center;
  background-size: 90px auto;
  background-image: url(../img/top/ishishubyou.png);}
.list-tr li.implant a {
  background-position: top 40px center;
  background-size: 55px auto;
  background-image: url(../img/top/iimplant.png);}
.list-tr li.ireba a {
  background-position: top 55px center;
  background-size: 130px auto;
  background-image: url(../img/top/iireba.png);}
.list-tr li.geka a {
  background-position: top 38px center;
  background-size: 70px auto;
  background-image: url(../img/top/igeka.png);}
.list-tr li.ceramic a {
  background-position: top 55px center;
  background-size: 120px auto;
  background-image: url(../img/top/iceramic.png);}
.list-tr li.shinbi a {
  background-position: top 55px center;
  background-size: 75px auto;
  background-image: url(../img/top/ishinbi.png);}
.list-tr li.white a {
  background-position: top 45px center;
  background-size: 85px auto;
  background-image: url(../img/top/iwhite.png);}
.list-tr li.child a {
  background-position: top 50px center;
  background-size: 75px auto;
  background-image: url(../img/top/ichild.png);}
.list-tr li.yobou a {
  background-position: top 50px center;
  background-size: 70px auto;
  background-image: url(../img/top/iyobou.png);}
.tabs .title {
  margin-bottom: 20px;
  padding: 2px 0;
  padding-left: .5em;
  border-left: 2px solid #fff;
  font-size: 22px;
  font-family: nss;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
  text-align: left;
  color: #fff;}
.tabs .list-tr + .title {
  margin-top: 40px;}
.list-tr li.tro {
  overflow: hidden;}
.list-tr li.tro a {
  position: relative;
  justify-content: center;
  padding-top: 0;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  color: #fff;}
.list-tr li.tro a h3 {
  margin-bottom: 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, .5);
  line-height: 1.5;}
.list-tr li.tro01 a {
  background-image: url(../img/top/tro01.png);}
.list-tr li.tro02 a {
  background-image: url(../img/top/tro02.png);}
.list-tr li.tro03 a {
  background-image: url(../img/top/tro03.png);}
.list-tr li.tro04 a {
  background-image: url(../img/top/tro04.png);}
.list-tr li.tro05 a {
  background-image: url(../img/top/tro05.png);}
.list-tr li.tro06 a {
  background-image: url(../img/top/tro06.png);}
.list-tr li.tro07 a {
  background-image: url(../img/top/tro07.png);}
.under .tab_content {
  display: block;
  margin-top: 0;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#top-tr {
  padding: 15vw 5vw 50vw;
  background-size: 220% auto;
  background-position: left -20vw bottom;}
.tab_item {
  width: 50%;
  height: 12vw;
  font-size: 3.7vw;
  font-weight: 500;
  letter-spacing: .1em;}
.tab_item.sp01 {
  border-radius: 2vw 0 0 2vw;}
.tab_item.sp02 {
  border-radius: 0 2vw 2vw 0;}
.tab_content {
  margin-top: 5vw;}
.tabs input:checked + .tab_item {
  box-shadow: 0 1vw 1vw rgba(0, 0, 0, .15);}
.list-tr li {
  width: 32%;
  margin-top: 2%;}
.list-tr li:nth-child(4n+1) {
  margin-left: 2%;}
.list-tr li:nth-child(3n+1) {
  margin-left: 0;}
.list-tr li:nth-child(-n+4) {
  margin-top: 2%;}
.list-tr li:nth-child(-n+3) {
  margin-top: 0;}
.list-tr li a {
  padding-top: 16vw;
  border-radius: 2vw;}
.list-tr li.tsp a {
  padding-top: 19.5vw;}
.list-tr li a:hover {
  box-shadow: 0 1vw 1vw rgba(0, 0, 0, .15);}
.list-tr li a h3 {
  margin-bottom: 0;
  padding: 0 3vw;
  line-height: 1.4;
  font-size: 3.6vw;
  font-weight: 500;}
.list-tr li a span {
  display: none;}
.list-tr li + li {
  margin-left: 2%;}
.list-tr li.mushiba a {
  background-position: top 5vw center;
  background-size: 10vw auto;}
.list-tr li.konkan a {
  background-position: top 3.5vw center;
  background-size: 13vw auto;}
.list-tr li.kyousei a {
  background-position: top 5vw center;
  background-size: 16.5vw auto;}
.list-tr li.shishubyou a {
  background-position: top 4.5vw center;
  background-size: 16vw auto;}
.list-tr li.implant a {
  background-position: top 4.5vw center;
  background-size: 8vw auto;}
.list-tr li.ireba a {
  background-position: top 7vw center;
  background-size: 20vw auto;}
.list-tr li.geka a {
  background-position: top 4vw center;
  background-size: 13vw auto;}
.list-tr li.ceramic a {
  background-position: top 5vw center;
  background-size: 20vw auto;}
.list-tr li.shinbi a {
  background-position: top 7vw center;
  background-size: 12vw auto;}
.list-tr li.white a {
  background-position: top 4vw center;
  background-size: 14vw auto;}
.list-tr li.child a {
  background-position: top 4.5vw center;
  background-size: 12vw auto;}
.list-tr li.yobou a {
  background-position: top 4.5vw center;
  background-size: 12vw auto;}
.tabs .title {
  margin-bottom: 5vw;
  padding: .2vw 0;
  padding-left: .5em;
  font-size: 4.2vw;}
.tabs .list-tr + .title {
  margin-top: 5vw;}
.list-tr li.tro a h3 {
  text-shadow: 0 0 2vw rgba(0, 0, 0, .5);}}

/*

  よくある質問

================================================================
*/
#top-faq {
  overflow: hidden;
  position: relative;
  padding: 120px 0;
  background-color: #fff;}
#top-faq:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_concept.jpg) no-repeat left center / 2000px auto;
  z-index: 1;
  opacity: .2;}
#top-faq .inner {
  position: relative;
  z-index: 2;}
#list-faq {
  font-weight: 400;}
#list-faq dt {
  margin-bottom: 20px;
  padding: 10px 30px 12px;
  line-height: 1.6;
  border-radius: 100svh;
  background-color: #5A4A37;
  color: #fff;}
#list-faq dt span {
  display: inline-block;
  padding-left: 2em;
  background-repeat: no-repeat;
  background-position: top .3em left;
  background-size: auto 18px;
  background-image: url(../img/common/iq.png);}
#list-faq dd {
  padding: 0 30px;
  font-size: 15px;
  line-height: 1.8;}
#list-faq dd span {
  display: inline-block;
  padding-left: 2em;
  background-repeat: no-repeat;
  background-position: top .3em left;
  background-size: auto 18px;
  background-image: url(../img/common/ia.png);}
#list-faq dd + dt {
  margin-top: 30px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#top-faq {
  padding: 15vw 5vw;}
#top-faq:after {
  background-size: cover;}
#list-faq {
  font-size: 3.5vw;}
#list-faq dt {
  margin-bottom: 2.5vw;
  padding: 2vw 3vw;
  border-radius: 2vw;}
#list-faq dt span {
  padding-left: 2em;
  background-size: auto 4vw;}
#list-faq dd {
  padding: 0 3vw;
  font-size: 3.5vw;}
#list-faq dd span {
  padding-left: 2em;
  background-size: auto 4vw;}
#list-faq dd + dt {
  margin-top: 5vw;}}

/*

  ニュース・新着情報・ブログ

================================================================
*/
#top-kiji {
  overflow: hidden;
  position: relative;
  padding: 120px 0;}
#top-kiji .flex {
  display: flex;
  justify-content: space-between;}
#top-kiji .flex > div {
  width: 48%;
  text-align: center;}
#top-kiji .flex .tch2,
#top-kiji .flex #list-kiji {
  text-align: left;}
#list-kiji li a {
  display: flex;
  padding: 20px 0;}
#list-kiji li a .cate {
  display: inline-block;
  width: 70px;
  margin-right: 10px;
  padding: 4px 6px 6px;
  border-radius: 2px;
  background-color: #B5ACA7;
  text-align: center;
  font-size: 13px;
  color: #fff;}
#list-kiji li a .date {
  margin-right: 20px;
  font-size: 15px;
  color: #B5ACA7;
  letter-spacing: .05em;
  line-height: 1.3;}
#list-kiji li + li {
  border-top: 1px solid #2D0E0E;}
#list-kiji.blog li a .cate {
  background-color: #5A4A37;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#top-kiji {
  padding: 15vw 5vw;}
#top-kiji .tch2 {
  margin-bottom: 5vw;}
#top-kiji .flex {
  flex-direction: column;}
#top-kiji .flex > div {
  width: 100%}
#top-kiji .flex > div + div {
  margin-top: 10vw;}
#list-kiji li a {
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 3.5vw 0;}
#list-kiji li a .cate {
  width: auto;
  margin-right: 3vw;
  padding: 1vw 2vw;
  border-radius: 1vw;
  font-size: 3vw;}
#list-kiji li a .date {
  margin-right: 0;
  font-size: 3.2vw;}
#list-kiji li a .title {
  width: 100%;
  margin-top: 3vw;
  font-size: 3.55vw;}}

/*

  お問い合わせ

================================================================
*/
#top-contact {
  overflow: hidden;
  position: relative;
  padding: 120px 0 80px;}
#top-contact:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
  background-size: 2000px auto;
  background-image: url(../img/top/bg_contact.jpg);
  z-index: 1;}
#top-contact .inner {
  width: 1200px;
  z-index: 2;}
#top-contact .box {
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
  text-align: center;}
#top-contact .box .read {
  margin-top: -20px;
  margin-bottom: 40px;
  line-height: 1.8;
  font-weight: 400;}
#top-contact .box .read span {
  font-weight: 500;
  color: #F57F31;}
#top-contact .ccta ul li {
  width: 32%;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#top-contact {
  padding: 15vw 5vw;}
#top-contact:after {
  height: 80vw;
  background-size: 150% auto;
  background-position: left bottom;
  background-attachment: unset;}
#top-contact .inner {
  width: 100%;}
#top-contact .box {
  padding: 8vw 5vw;
  border-radius: 2vw;
  box-shadow: 0 2vw 2vw rgba(0, 0, 0, .15)}
#top-contact .box .read {
  margin-top: -4vw;
  margin-bottom: 5vw;
  font-size: 3.4vw;}
#top-contact .ccta ul {
  flex-wrap: wrap;}
#top-contact .ccta ul li {
  width: 49%;}
#top-contact .ccta ul li a .txt {
  font-size: 2.8vw;}
#top-contact .ccta ul li a .min {
  font-size: 4.2vw;}
#top-contact .ccta ul li a .min span {
  padding-left: 6.5vw;}}

/*

  採用情報

================================================================
*/
#top-recruit {
  overflow: hidden;
  position: relative;
  padding: 120px 0;
  border-top: 1px solid #fff;}
#top-recruit .inner:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 500px;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 110% auto;
  background-image: url(../img/top/recruit.jpg);}
#top-recruit .left {
  width: 50%;
  padding: 40px 0;}
#top-recruit .left .txt {
  line-height: 2.2;}
.tch2 {
  margin-bottom: 50px;
  font-family: nss;}
.tch2 h2 {
  margin-bottom: 15px;
  padding-left: 2px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .16em;}
.tch2 .en {
  font-size: 64px;
  font-weight: 600;
  color: #E1D8C9;
  letter-spacing: .02em;}
.ltype01 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 52px;
  margin-top: 50px;
  border-radius: 100svh;
  background-color: #F57F31;
  font-size: 18px;
  color: #fff;}
.ltype01:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  aspect-ratio: 1/1;
  margin-top: -17px;
  border: 2px solid #fff;
  border-radius: 100%;
  background: url(../img/common/ileftw.png) no-repeat center / 18px auto;}
.ltype02 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 52px;
  margin-top: 50px;
  border-radius: 100svh;
  background-color: #FCC745;
  font-size: 18px;
  color: #fff;}
.ltype02:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  aspect-ratio: 1/1;
  margin-top: -17px;
  border: 2px solid #fff;
  border-radius: 100%;
  background: url(../img/common/ileftw.png) no-repeat center / 18px auto;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#top-recruit {
  padding: 15vw 5vw;
  text-align: center;}
#top-recruit .inner:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 500px;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 110% auto;
  background-image: url(../img/top/recruit.jpg);}
#top-recruit .left {
  width: 100%;
  padding: 0;}
#top-recruit .left .txt {
  font-weight: 400;
  font-size: 3.55vw;}
.tch2 {
  margin-bottom: 10vw;}
.tch2 h2 {
  margin-bottom: 3vw;
  padding-left: .5vw;
  font-size: 4vw;
  font-weight: 500;}
.tch2 .en {
  font-size: 12vw;
  font-weight: 500;}
.ltype01 {
  width: 70%;
  height: 14vw;
  margin-top: 7vw;
  font-size: 3.55vw;}
.ltype01:after {
  right: 2.8vw;
  width: 8.6vw;
  margin-top: -4.3vw;
  border: 1px solid #fff;
  background-size: 3vw auto;}
.ltype02 {
  width: 70%;
  height: 14vw;
  margin-top: 7vw;
  font-size: 3.55vw;}
.ltype02:after {
  right: 2.8vw;
  width: 8.6vw;
  margin-top: -4.3vw;
  border: 1px solid #fff;
  background-size: 3vw auto;}}

/*

  診療スケジュール

================================================================
*/
#ms {
  padding: 20px 0;}
#ms .flex {
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  font-size: 15px;}
#ms .flex .title {
  white-space: nowrap;
  padding: 20px;
  background-color: #F57F31;
  color: #fff;}
#ms .flex a {
  display: block;
  width: 100%;
  padding: 20px;
  padding-right: 40px;
  font-weight: 400;
  background: url(../img/common/ileftb.png) no-repeat right 15px center / 16px auto;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#ms {
  padding: 3.5vw;}
#ms .flex {
  flex-direction: column;
  border-radius: 2vw;
  font-size: 3.5vw;}
#ms .flex .title {
  width: 100%;
  padding: 3vw 0;
  text-align: center;
  font-size: 3.7vw;}
#ms .flex a {
  line-height: 1.6;
  padding: 3vw;
  padding-right: 9vw;
  background-position: right 3.5vw center;
  background-size: 3.5vw auto;}}