@charset "UTF-8";
/*===========================================
メディアクエリ
===========================================*/
/* ブレイクポイントを指定 */
/*==========================================
共通スタイル
==========================================*/
/* :rootのCSS変数の宣言 */
:root {
  /* font-weight */
  --fw_reg: 400;
  --fw_med: 500;
  --fw_semi: 600;
  --fw_bold: 700;
  --fw_black: 900;
}

.pre-header {
  max-width: 1360px;
  padding-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  z-index: 5 !important;
  display: none;
}
@media screen and (max-width: 960px) {
  .pre-header {
    display: inherit;
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .pre-header {
    padding: 1.5rem 0;
  }
}
.pre-header .prelogo {
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .pre-header .prelogo {
    margin-left: 10px;
    margin-right: 0;
    width: 190px;
  }
}
.pre-header .bttop {
  position: absolute;
  right: 0;
  top: 40px;
}
@media screen and (max-width: 480px) {
  .pre-header .bttop {
    width: 130px;
    right: 10px;
  }
}

.submain_mv {
  width: 100%;
  height: 190px;
  background-image: url(../images/photo-top.webp);
  background-size: 1920px;
  background-position: center 380px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .submain_mv {
    height: 150px;
    background-size: cover;
    background-position: bottom;
  }
}
.submain_mv h2 {
  font-size: 33px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 50px;
}
@media screen and (max-width: 480px) {
  .submain_mv h2 {
    font-size: 23px;
    padding-top: 50px;
    line-height: 1.5;
  }
}

.doctor-prof {
  display: flex;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 3rem;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .doctor-prof {
    flex-wrap: wrap;
    padding-top: 1rem;
  }
}
.doctor-prof img {
  width: 32%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .doctor-prof img {
    width: 65%;
    margin: 1rem auto;
    order: 1;
  }
}
.doctor-prof .prof-txt {
  width: 55%;
}
@media screen and (max-width: 480px) {
  .doctor-prof .prof-txt {
    width: 100%;
    order: 2;
    padding: 0 1rem;
  }
}
.doctor-prof .prof-txt p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (max-width: 480px) {
  .doctor-prof .prof-txt p {
    font-size: 15px !important;
  }
}
.doctor-prof .txt3 {
  font-size: 21px;
  font-weight: var(--fw_med);
  line-height: 30px;
  margin: 28px 0 0 auto;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  width: 95%;
}
@media (max-width: 1160px) {
  .doctor-prof .txt3 {
    width: 100%;
    margin-left: 5px;
  }
}
@media (max-width: 1110px) {
  .doctor-prof .txt3 {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 480px) {
  .doctor-prof .txt3 {
    font-size: 15px !important;
    margin-top: 0;
    flex-wrap: wrap;
    margin: 0 auto !important;
    justify-content: right;
  }
}
.doctor-prof .txt3 .big {
  font-size: 42px;
  letter-spacing: 0.1em;
  line-height: 49px;
  margin-left: 45px;
}
@media (max-width: 1300px) {
  .doctor-prof .txt3 .big {
    font-size: 36px;
    margin-left: 30px;
  }
}
@media (max-width: 1110px) {
  .doctor-prof .txt3 .big {
    font-size: 32px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  .doctor-prof .txt3 .big {
    font-size: 24px;
    margin-left: 20px;
  }
}
.doctor-prof .txt3 .furi {
  font-size: 22px;
  color: #4C6E90;
}
@media (max-width: 1300px) {
  .doctor-prof .txt3 .furi {
    font-size: 18px;
  }
}
@media (max-width: 1110px) {
  .doctor-prof .txt3 .furi {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .doctor-prof .txt3 .furi {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: right;
    line-height: 1;
  }
}
.doctor-prof h3 {
  color: #398EE0;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .doctor-prof h3 {
    font-size: 18px;
  }
}
.doctor-prof h3::after {
  content: "";
  margin-left: 1rem;
  height: 2px;
  flex-grow: 1;
  background-color: #398EE0;
}
.doctor-prof ul {
  padding: 2rem 0 1rem;
}

.keireki {
  background-color: #FFFAF2;
  padding: 3rem 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .keireki {
    padding: 1rem 0;
  }
}
.keireki h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #806829;
}
@media screen and (max-width: 480px) {
  .keireki h2 {
    font-size: 24px;
  }
}

dl.recruit_area {
  overflow: hidden;
  max-width: 1360px;
  font-size: 18px;
  margin: 2rem auto;
}
@media screen and (max-width: 480px) {
  dl.recruit_area {
    padding: 0 0.5rem;
  }
}

dl.recruit_area dt.line {
  float: left;
  width: 100%;
  border-bottom: 1px solid #C3B89B;
  margin: 0 0 20px 0;
}

dl.recruit_area dt {
  float: left;
  color: #806829;
  font-weight: 400;
  width: 180px;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}
@media screen and (max-width: 480px) {
  dl.recruit_area dt {
    padding: 0 0 0 5px;
    float: none;
    font-size: 15px;
  }
}

dl.recruit_area dd {
  float: left;
  line-height: 160%;
  width: calc(100% - 200px);
  margin: 0 0 10px 10px;
}
dl.recruit_area dd ol li {
  list-style: inside;
  list-style-type: decimal;
}
@media screen and (max-width: 480px) {
  dl.recruit_area dd {
    float: none;
    line-height: 160%;
    width: 100%;
    font-size: 15px;
    margin: 0 0 10px 0;
    padding-left: 5px;
  }
}

.gret-bg {
  background-image: url(../images/dental.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
}
@media screen and (max-width: 480px) {
  .gret-bg {
    padding: 2rem 0;
    background-position: -50px;
  }
}
.gret-bg h3 {
  font-size: 28px;
  color: #398EE0;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 2rem;
  justify-content: center;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  .gret-bg h3 {
    display: block;
    font-size: 22px;
  }
}
.gret-bg h3::before {
  content: "";
  width: 240px;
  height: 1px;
  background-color: #398EE0;
  margin-right: 2rem;
}
.gret-bg h3::after {
  content: "";
  width: 240px;
  height: 1px;
  background-color: #398EE0;
  margin-left: 2rem;
}
.gret-bg .content {
  max-width: 1360px;
  margin: 0 auto;
  padding: 2rem 3rem;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.64);
  border: 3px solid #0072c6;
}
@media screen and (max-width: 480px) {
  .gret-bg .content {
    padding: 1rem 0.5rem;
    letter-spacing: -0.5px;
    border-radius: 18px;
    max-width: 94%;
  }
}
.gret-bg .content p {
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 20px;
  color: #3B3B3B;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic" !important;
}
@media screen and (max-width: 480px) {
  .gret-bg .content p {
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
    color: #333333;
  }
}

.area-riyu {
  display: flex;
  background-image: url(../images/blue_bgimg.webp);
  background-size: cover;
  justify-content: right;
}
@media screen and (max-width: 480px) {
  .area-riyu {
    flex-wrap: wrap;
    padding-bottom: 2rem;
    background-position: center -300px;
  }
}
.area-riyu img {
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .area-riyu img {
    width: 100%;
    height: 250px;
    order: 1;
  }
}
.area-riyu .riyu-txt {
  max-width: 780px;
  padding-right: 3rem;
  padding-bottom: 3rem;
  line-height: 2.2;
}
@media screen and (max-width: 480px) {
  .area-riyu .riyu-txt {
    order: 2;
    padding: 1rem;
    font-size: 14px;
    line-height: 2.2;
    font-weight: 300;
    color: #333333;
  }
}
.area-riyu .riyu-txt h3 {
  font-size: 28px;
  font-weight: 500;
  padding: 1.5rem 0;
}
@media screen and (max-width: 480px) {
  .area-riyu .riyu-txt h3 {
    font-size: 22px;
    text-align: center;
    padding: 0 0 1rem 0;
  }
}
.area-riyu .riyu-txt p {
  font-family: "Noto Sans JP", "Yu Gothic" !important;
}

.staff-bg {
  background-image: url(../images/bg-dott.webp);
  background-position: center;
  background-size: 100%;
  padding: 3rem 0;
}
@media screen and (max-width: 480px) {
  .staff-bg {
    background-size: 350%;
  }
}
.staff-bg .doc-main {
  background-color: #ffffff;
  border-radius: 15px;
  max-width: 1360px;
  padding: 2rem;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .staff-bg .doc-main {
    border-radius: 10px;
    max-width: 90%;
    padding: 2rem 1rem;
    flex-wrap: wrap;
  }
}
.staff-bg .doc-main img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .staff-bg .doc-main img {
    width: 220px;
    margin: 1rem auto;
  }
}
.staff-bg .staff-txt {
  width: calc(100% - 340px);
  padding-left: 40px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 480px) {
  .staff-bg .staff-txt {
    width: 100%;
    padding-left: 0;
  }
}
.staff-bg .staff-txt h3 {
  font-size: 30px;
  font-family: "Noto Sans JP", "Yu Gothic" !important;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #398ee0;
}
@media screen and (max-width: 480px) {
  .staff-bg .staff-txt h3 {
    font-size: 22px;
  }
}
.staff-bg .staff-txt h3 span {
  font-size: 18px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .staff-bg .staff-txt h3 span {
    font-size: 16px;
  }
}
.staff-bg .staff-txt h4 {
  font-weight: 500;
  font-size: 18px;
  color: #398EE0;
}
.staff-bg .staff-txt p {
  font-size: 18px;
  font-family: "Noto Sans JP", "Yu Gothic" !important;
}
@media screen and (max-width: 480px) {
  .staff-bg .staff-txt p {
    font-size: 15px;
  }
}
.staff-bg .list2c {
  display: flex;
  justify-content: space-between;
  max-width: 1360px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .staff-bg .list2c {
    display: block;
  }
}
.staff-bg .list2c li {
  width: 48%;
  margin: 2rem 0 0;
}
@media screen and (max-width: 480px) {
  .staff-bg .list2c li {
    width: 100%;
    margin: 2rem auto;
  }
}
.staff-bg .list2c li img {
  max-width: 220px !important;
  height: auto;
}
.staff-bg .list2c li div {
  width: auto;
}
.staff-bg .list2c li div h3 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.staff-bg .list2c li div h3 span {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .staff-bg .list2c li div h3 span {
    letter-spacing: -1px;
  }
}
.staff-bg .list2c li div p {
  margin-bottom: 1rem;
}

.expenseList {
  padding: 2rem 0;
}
@media screen and (max-width: 480px) {
  .expenseList {
    padding: 1rem;
  }
}
.expenseList table {
  width: 90%;
  margin: 2rem auto;
  border: 1px solid #fff;
  border-collapse: collapse;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .expenseList table {
    width: 100%;
    font-size: 15px;
  }
  .expenseList table:last-of-type {
    margin-bottom: 0;
  }
}
.expenseList table th {
  border: 2px solid #fff;
  background-color: #3c6fb1;
  color: #fff;
  padding: 0.5rem 1rem;
}
.expenseList table td {
  border: 2px solid #fff;
  background-color: #F0F7FD;
  padding: 0.5rem 1rem;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .expenseList table td {
    padding: 0.5rem;
  }
  .expenseList table td .cyu {
    font-size: 13px;
  }
}
.expenseList table .gold {
  background-color: #F2EFDE;
  width: 65%;
}
@media screen and (max-width: 480px) {
  .expenseList table .gold {
    width: 55%;
  }
}

.contact {
  width: 80%;
  margin: 1rem auto;
}
@media screen and (max-width: 480px) {
  .contact {
    width: 100%;
  }
}
.contact td {
  background-color: #fff;
}

.contact tr {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.form_right {
  padding-left: 85px;
  text-align: left;
  width: 30%;
}
@media screen and (max-width: 480px) {
  .form_right {
    width: 100%;
    margin-bottom: 1em;
    padding-left: 0;
  }
}

.form_left {
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 480px) {
  .form_left {
    width: 100%;
  }
}

.contact textarea {
  background-color: #F2F2F2;
  border: none;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 480px) {
  .contact textarea {
    max-width: 100%;
  }
}

input,
select {
  height: 40px;
  padding: 0 1rem !important;
  font-size: 18px;
  background-color: #F2F2F2;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 480px) {
  input,
  select {
    font-size: 16px;
    padding: 0 !important;
    max-width: 340px;
  }
}

.contact_btn {
  margin: auto;
}
@media screen and (max-width: 480px) {
  .contact_btn {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .contact_btn tr {
    display: flex;
    justify-content: space-around;
  }
}

input[type=checkbox],
input[type=radio] {
  height: initial;
}

.strag {
  width: 100%;
}

.lad {
  width: 190px;
}

button {
  color: #FFFFFF !important;
  width: 240px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 10px;
  background-color: #2483c7;
  display: block;
  text-decoration: none;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 20px;
  transition: 0.8s;
}
@media screen and (max-width: 480px) {
  button {
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    margin: 0;
  }
}
button:hover {
  opacity: 0.7;
}

.form {
  padding: 3rem 0;
}
@media screen and (max-width: 480px) {
  .form {
    padding: 2rem 1rem;
  }
}

.kiki h3 {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3rem;
  font-size: 28px;
  color: #544900;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  .kiki h3 {
    padding: 2rem 0;
    background-position: -50px;
  }
}
@media screen and (max-width: 480px) {
  .kiki h3 {
    display: block;
    font-size: 22px;
  }
}
.kiki h3::before {
  content: "";
  width: 240px;
  height: 1px;
  background-color: #544900;
  margin-right: 2rem;
}
.kiki h3::after {
  content: "";
  width: 240px;
  height: 1px;
  background-color: #544900;
  margin-left: 2rem;
}

.list-toku3c {
  display: flex;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3rem 0 0 0;
  border: none !important;
}
@media screen and (max-width: 480px) {
  .list-toku3c {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .list-toku3c img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 190px;
  }
}
.list-toku3c li {
  background-color: #ffffff;
  width: 31%;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .list-toku3c li {
    width: 100%;
    margin-bottom: 0;
  }
}
.list-toku3c li h4 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: normal;
  font-weight: 400;
  color: #584312;
  font-family: "Noto Sans JP", "Yu Gothic";
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 0;
}
@media screen and (max-width: 480px) {
  .list-toku3c li h4 {
    font-size: 18px;
    height: auto;
    padding: 1.5rem 0;
  }
}
.list-toku3c li p {
  padding: 0 1.5rem;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .list-toku3c li p {
    font-size: 16px;
  }
}

.syorei-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.syorei-list li {
  background-color: #ffffff;
  width: 32%;
}
@media screen and (max-width: 960px) {
  .syorei-list li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .syorei-list li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .syorei-list li:last-child {
    margin-bottom: 0;
  }
}
.syorei-list li .infologo {
  height: 45px;
  width: auto;
  margin: 1.5rem auto;
}
.syorei-list li .infologo img {
  height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.sflist {
  display: table;
  text-align: center;
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .sflist {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 1rem;
  }
}
.sflist li {
  list-style: none;
}
.sflist strong {
  padding: 1rem 0;
  font-size: 18px;
  color: #2483c7;
}
.sflist .bf {
  width: 42%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .sflist .bf {
    width: 100%;
    display: block;
  }
}
.sflist .bf img {
  margin: 0 auto 1rem;
}
.sflist .bfarrow {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 80px;
}
.sflist .bfarrow img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .sflist .bfarrow {
    width: 100%;
    display: block;
  }
  .sflist .bfarrow img {
    width: 30px;
    margin-top: 15px;
    transform: rotate(90deg);
  }
}

.syorei-list {
  border-bottom: 2px dotted #859FBA;
}
.syorei-list table {
  border-collapse: collapse;
  text-align: center;
  font-size: 90%;
  width: 90%;
  font-family: "Noto Sans JP", "Yu Gothic" !important;
  margin: 0 auto 2rem;
}
.syorei-list table th,
.syorei-list table td {
  border: solid #BAB0A8 1px;
  padding: 5px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 480px) {
  .syorei-list table th,
  .syorei-list table td {
    font-weight: 500;
  }
}
.syorei-list table td {
  background-color: #ffffff;
  text-align: left !important;
}
.syorei-list table th {
  width: 30%;
  background-color: #eaedfb;
}
.syorei-list table .holiday {
  background-color: #FFDDDD;
}
@media screen and (max-width: 480px) {
  .syorei-list table .no-consu {
    color: red;
  }
}/*# sourceMappingURL=staff.css.map */