@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  共通

---------------------------------*/
section .title {
  margin-bottom: 5rem;
  text-align: center;
}
section .title h2 {
  font-size: 4rem;
  letter-spacing: 5px;
}
section .title h2 span {
  background: rgb(246, 235, 143);
  background: linear-gradient(90deg, rgba(246, 235, 143, 0.35) 0%, rgba(244, 190, 161, 0.35) 100%);
  display: inline-block;
  padding: 0 2rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  section .title h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  section .title h2 {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}
/*---------------------------------

  ご挨拶

---------------------------------*/
.greeting_block {
  background: url("../images/greet_bg.png") no-repeat center/auto 100%;
  padding: 13rem 0 3rem;
}
.greeting_block .wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 120rem;
}
.greeting_block .wrap figure {
  flex-basis: 60rem;
}
.greeting_block .wrap .txtBox {
  flex-basis: 50rem;
}
.greeting_block .wrap .txtBox h2 {
  margin-left: -16rem;
  padding: 4rem 0;
  position: relative;
}
.greeting_block .wrap .txtBox h2 img {}
.greeting_block .wrap .txtBox .txt {
  line-height: 2;
  text-align: justify;
}
.greeting_block .wrap .txtBox .txt p {}
.greeting_block .wrap .txtBox .txt p + p {
  margin-top: 2em;
}
.greeting_block .wrap .txtBox .txt p.name {
  text-align: right;
}
.greeting_block .wrap .txtBox .txt p.name img {
  max-width: 17rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .greeting_block {
    background: url("../images/greet_bg.png") repeat-y top center/auto 60%;
    padding: 5rem 0 3rem;
  }
  .greeting_block .wrap {}
  .greeting_block .wrap figure {
    flex-basis: 45rem;
  }
  .greeting_block .wrap .txtBox {
    padding: 0 5%;
  }
  .greeting_block .wrap .txtBox h2 {
    margin-left: -8rem;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 480px) {
  .greeting_block .wrap {
    display: block;
  }
  .greeting_block .wrap .txtBox h2 {
    margin-left: 0;
    padding: 2rem 0;
  }
}
/*---------------------------------

  職種を越えて仲が良い、長く居続けたい歯科医院

---------------------------------*/
.about_block {
  background: url("../images/about_bg.png") no-repeat top/cover;
  margin: 5rem 0 0;
  padding: 10rem 0 0;
}
.about_block .wrap {}
.about_block .wrap .title {}
.about_block .wrap .title h2 span:nth-of-type(2) {
  margin-left: 3em;
}
.about_block .wrap .txt {
  line-height: 2;
  margin: 5rem auto;
  max-width: 100rem;
  text-align: center;
}
.about_block .wrap .staff_slider {}
.about_block .wrap .staff_slider img {
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .about_block .wrap .staff_slider img {
    object-fit: cover;
    width: 100%;
    height: 40rem;
  }
}
@media screen and (max-width: 1024px) {
  .about_block .wrap .staff_slider img {}
}
@media screen and (max-width: 896px) {
  .about_block {
    background: url("../images/about_bg.png") no-repeat top/150% auto;
    margin: 0;
    padding: 5rem 0 0;
  }
  .about_block .wrap .staff_slider img {
    height: 35rem;
  }
}
@media screen and (max-width: 480px) {
  .about_block {
    background: url("../images/about_bg.png") no-repeat top/200% auto;
  }
  .about_block .wrap .title h2 span:nth-of-type(2) {
    margin-left: 1.5em;
  }
  .about_block .wrap .txt {
    margin: 3rem auto;
    width: 90%;
  }
  .about_block .wrap .txt br {
    display: none;
  }
  .about_block .wrap .staff_slider img {
    height: 25rem;
  }
}
/*---------------------------------

  ソヤ歯科の働く環境

---------------------------------*/
.work_block {
  padding: 10rem 0 13rem;
}
.work_block .wrap {
  margin: auto;
  max-width: 120rem;
  width: 90%;
}
.work_block .wrap .inner {
  display: flex;
  justify-content: space-between;
}
.work_block .wrap .inner .item {
  flex-basis: 30%;
}
.work_block .wrap .inner .item figure {}
.work_block .wrap .inner .item .txt {}
.work_block .wrap .inner .item .txt h3 {
  color: #e27236;
  font-size: 2.3rem;
  margin: 1.5rem 0;
  text-align: center;
}
.work_block .wrap .inner .item .txt p {
  text-align: justify;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .work_block {
    padding: 5rem 0 8rem;
  }
  .work_block .wrap .inner {
    display: block;
  }
  .work_block .wrap .inner .item + .item {
    margin-top: 3rem;
  }
  .work_block .wrap .inner .item .txt h3 {
    font-size: 2rem;
    margin: 1rem 0;
  }
}
/*---------------------------------

  ソヤ歯科の魅力

---------------------------------*/
.charm_block {}
.charm_block .wrap.col1 {
  background: rgb(246, 235, 143);
  background: linear-gradient(90deg, rgba(246, 235, 143, .35) 0%, rgba(244, 190, 161, .35) 100%);
  padding: 10rem 0;
}
.charm_block .wrap.col1 .title {}
.charm_block .wrap.col1 .title h2 {}
.charm_block .wrap.col1 .title h2 span {
  background: #fff;
}
.charm_block .wrap.col1 .inner {
  margin: auto;
  width: 90%;
}
.charm_block .wrap.col1 .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.charm_block .wrap.col1 .inner ul li .crBox {
  margin-top: 5rem;
}
.charm_block .wrap.col1 .inner ul li .crBox figure {}
.charm_block .wrap.col1 .inner ul li .crBox .txt {}
.charm_block .wrap.col1 .inner ul li .crBox .txt .num {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
  margin-bottom: 2rem;
  width: 65px;
  height: 67px;
  position: relative;
  z-index: 1;
}
.charm_block .wrap.col1 .inner ul li .crBox .txt p {
  /*font-size: 3rem;*/
  font-size: 1.6vw;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .charm_block .wrap.col1 {
    padding: 5rem 0;
  }
  .charm_block .wrap.col1 .inner ul {
    display: block;
  }
  .charm_block .wrap.col1 .inner ul li .crBox {
    margin-top: 3rem;
  }
  .charm_block .wrap.col1 .inner ul li .crBox .txt .num {
    margin-bottom: 1rem;
    width: 45px;
    height: 40px;
  }
  .charm_block .wrap.col1 .inner ul li .crBox .txt p {
    font-size: 5vw;
  }
}
/*---------------------------------
  数字
---------------------------------*/
.charm_block .wrap.col1 .inner ul li .crBox .txt .num.num01 {
  background-image: url("../images/num01.svg");
  margin-top: -4rem;
  margin-left: 5rem;
}
.charm_block .wrap.col1 .inner ul li .crBox .txt .num.num02 {
  background-image: url("../images/num02.svg");
}
.charm_block .wrap.col1 .inner ul li .crBox .txt .num.num03 {
  background-image: url("../images/num03.svg");
}
.charm_block .wrap.col1 .inner ul li .crBox .txt .num.num04 {
  background-image: url("../images/num04.svg");
  margin-top: -4rem;
  margin-left: 5rem;
}
.charm_block .wrap.col1 .inner ul li .crBox .txt .num.num05 {
  background-image: url("../images/num05.svg");
}
.charm_block .wrap.col1 .inner ul li .crBox .txt .num.num06 {
  background-image: url("../images/num06.svg");
  margin-top: -4rem;
  margin-left: 5rem;
}
.charm_block .wrap.col1 .inner ul li .crBox .txt .num.num07 {
  background-image: url("../images/num07.svg");
}
.charm_block .wrap.col1 .inner ul li .crBox .txt .num.num08 {
  background-image: url("../images/num08.svg");
  margin-top: -3rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .charm_block .wrap.col1 .inner ul li .crBox .txt .num.num01, .charm_block .wrap.col1 .inner ul li .crBox .txt .num.num02, .charm_block .wrap.col1 .inner ul li .crBox .txt .num.num03, .charm_block .wrap.col1 .inner ul li .crBox .txt .num.num04, .charm_block .wrap.col1 .inner ul li .crBox .txt .num.num06 {
    margin-top: -2rem;
    margin-left: 3rem;
  }
  .charm_block .wrap.col1 .inner ul li .crBox .txt .num.num07, .charm_block .wrap.col1 .inner ul li .crBox .txt .num.num08 {
    margin-top: -2rem;
  }
}
/*---------------------------------
  1+2,3
---------------------------------*/
.charm_block .wrap.col1 .inner ul li:nth-child(1) {
  flex-basis: 36%;
}
.charm_block .wrap.col1 .inner ul li .crBox01 .txt {
  text-align: center;
}
.charm_block .wrap.col1 .inner ul li:nth-child(2) {
  flex-basis: 60%;
}
.charm_block .wrap.col1 .inner ul li:nth-child(2) .crBox {
  display: flex;
  align-items: center;
}
.charm_block .wrap.col1 .inner ul li:nth-child(2) .crBox figure {
  flex-basis: 60%;
}
.charm_block .wrap.col1 .inner ul li:nth-child(2) .crBox .txt {
  flex-basis: 40%;
}
.charm_block .wrap.col1 .inner ul li .crBox02 {}
.charm_block .wrap.col1 .inner ul li .crBox02 figure {
  order: 1;
}
.charm_block .wrap.col1 .inner ul li .crBox02 .txt {
  padding: 0 5rem;
}
.charm_block .wrap.col1 .inner ul li .crBox03 {}
.charm_block .wrap.col1 .inner ul li .crBox03 .txt {
  padding-left: 5rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .charm_block .wrap.col1 .inner ul li:nth-child(2) .crBox {
    display: block;
    align-items: center;
  }
  .charm_block .wrap.col1 .inner ul li .crBox02 .txt, .charm_block .wrap.col1 .inner ul li .crBox03 .txt {
    padding: 0;
    text-align: center;
  }
}
/*---------------------------------
  4,5
---------------------------------*/
.charm_block .wrap.col1 .inner ul li:nth-child(3), .charm_block .wrap.col1 .inner ul li:nth-child(4) {
  flex-basis: 48%;
}
.charm_block .wrap.col1 .inner ul li .crBox04 {}
.charm_block .wrap.col1 .inner ul li .crBox04 .txt p {
  margin: auto;
  width: fit-content;
}
.charm_block .wrap.col1 .inner ul li .crBox05 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.charm_block .wrap.col1 .inner ul li .crBox05 figure, .charm_block .wrap.col1 .inner ul li .crBox05 .txt {
  flex-basis: 100%;
}
.charm_block .wrap.col1 .inner ul li .crBox05 .txt {
  padding-bottom: 3rem;
  order: -1;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .charm_block .wrap.col1 .inner ul li .crBox04 .txt p {
    width: auto;
    text-align: center;
  }
  .charm_block .wrap.col1 .inner ul li .crBox05 .txt {
    padding-left: 2rem;
  }
}
/*---------------------------------
  6,7,8
---------------------------------*/
.charm_block .wrap.col1 .inner ul li:nth-child(n + 5) {
  flex-basis: 31%;
}
.charm_block .wrap.col1 .inner ul li .crBox06 {
  text-align: center;
}
.charm_block .wrap.col1 .inner ul li .crBox07 {
  display: flex;
  flex-wrap: wrap;
}
.charm_block .wrap.col1 .inner ul li .crBox07 figure {
  order: 1;
  width: 100%;
}
.charm_block .wrap.col1 .inner ul li .crBox07 .txt {
  margin: auto;
  margin-bottom: 4rem;
  width: fit-content;
}
.charm_block .wrap.col1 .inner ul li .crBox08 .txt {
  margin: auto;
  width: fit-content;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .charm_block .wrap.col1 .inner ul li .crBox07 {
    display: block;
  }
  .charm_block .wrap.col1 .inner ul li .crBox07 .txt {
    margin-bottom: 0;
  }
  .charm_block .wrap.col1 .inner ul li .crBox07 .txt, .charm_block .wrap.col1 .inner ul li .crBox08 .txt {
    text-align: center;
  }
}
/*---------------------------------

  その他　リスト

---------------------------------*/
.charm_block .wrap.col2 {
  padding: 10rem 0;
}
.charm_block .wrap.col2 .inner {
  margin: auto;
  max-width: 120rem;
  width: 90%;
}
.charm_block .wrap.col2 .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.charm_block .wrap.col2 .inner ul li {
  background: rgba(255, 184, 119, 0.8);
  border-radius: 15rem;
  display: grid;
  align-items: center;
  justify-content: center;
  flex-basis: 32%;
  margin: 1rem 0;
  /*min-height: 32rem;*/
  min-height: 17vw;
  padding: 7rem 2rem;
  position: relative;
  text-align: center;
}
.charm_block .wrap.col2 .inner ul li::after {
  content: '';
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.charm_block .wrap.col2 .inner ul li:nth-child(even) {
  background: rgba(255, 214, 109, 0.8);
}
.charm_block .wrap.col2 .inner ul li span {
  /*font-size: 3rem;*/
  font-size: 1.6vw;
  font-weight: 600;
}
.charm_block .wrap.col2 .inner ul li:nth-child(3)::after {
  background: url("../images/info_01.png") no-repeat center/contain;
  right: -20%;
  width: 185px;
  height: 210px;
}
.charm_block .wrap.col2 .inner ul li:nth-child(4)::after {
  background: url("../images/info_02.png") no-repeat center/contain;
  right: -30%;
  width: 220px;
  height: 195px;
}
.charm_block .wrap.col2 .inner ul li:nth-child(8)::after {
  background: url("../images/info_03.png") no-repeat center/contain;
  right: -35%;
  width: 210px;
  height: 215px;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .charm_block .wrap.col2 .inner ul li:nth-child(3)::after {
    right: -10%;
    width: 110px;
    height: 125px;
  }
  .charm_block .wrap.col2 .inner ul li:nth-child(4)::after {
    right: -30%;
    width: 150px;
    height: 135px;
  }
  .charm_block .wrap.col2 .inner ul li:nth-child(8)::after {
    right: -35%;
    width: 140px;
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .charm_block .wrap.col2 {
    padding: 5rem 0;
  }
  .charm_block .wrap.col2 .inner ul li {
    border-radius: 5rem;
    flex-basis: 48%;
    min-height: auto;
    padding: 4rem 1rem;
  }
  .charm_block .wrap.col2 .inner ul li span {
    font-size: 3.5vw;
  }
  .charm_block .wrap.col2 .inner ul li:nth-child(3)::after, .charm_block .wrap.col2 .inner ul li:nth-child(4)::after, .charm_block .wrap.col2 .inner ul li:nth-child(8)::after {
    content: none;
  }
  .charm_block .wrap.col2 .inner ul li:nth-child(1)::after {
    right: -23%;
    width: 90px;
    height: 110px;
  }
  .charm_block .wrap.col2 .inner ul li:nth-child(5)::after {
    right: -35%;
    width: 120px;
    height: 120px;
  }
  .charm_block .wrap.col2 .inner ul li:nth-child(9)::after {
    right: -46%;
    width: 130px;
    height: 130px;
  }
}
/*---------------------------------

  募集要項

---------------------------------*/
.outline_block {
  border-top: 1px solid #eee;
  padding: 10rem 0;
}
.outline_block .wrap {
  margin: auto;
  max-width: 120rem;
  width: 90%;
}
.outline_block .outList {}
.outline_block .outList .outBox {
  margin: auto;
  max-width: 90rem;
}
.outline_block .outList .outBox a {
  display: block;
}
.outline_block .outList .outBox figure {}
/*.outline_block .outList {
  display: flex;
}
.outline_block .outList figure {
  flex-basis: 50%;
  width: auto;
}
.outline_block .outList ul {
  border-top: 1px solid #ccc;
  flex-basis: 50%;
  list-style: none;
}
.outline_block .outList ul li {
  border-bottom: 1px solid #ccc;
}
.outline_block .outList ul li a {
  background: url("../images/ac_child.svg") no-repeat center right 3rem/1rem;
  border-left: 5px solid #DD832E;
  color: #333;
  display: block;
  font-size: 2.5rem;
  padding: 2.5rem 2rem;
}*/
.outline_block .contactBox {
  background: rgba(238, 238, 238, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  margin-top: 5rem;
}
.outline_block .contactBox dt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.outline_block .contactBox dd {
  border-left: 1px solid;
  margin-left: 3rem;
  padding-left: 3rem;
  text-align: center;
}
.outline_block .contactBox dd p {
  font-size: 1.4rem;
}
.outline_block .contactBox dd p.tel {
  font-size: 4rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .outline_block {
    padding: 5rem 0;
  }
  .outline_block .outList {
    display: block;
  }
  .outline_block .outList ul li a {
    font-size: 2rem;
  }
  .outline_block .contactBox {
    display: block;
    padding: 3rem 2rem;
    margin-top: 2rem;
    text-align: center;
  }
  .outline_block .contactBox dt {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .outline_block .contactBox dd {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .outline_block .contactBox dd p {
    font-size: 1.4rem;
  }
  .outline_block .contactBox dd p.tel {
    font-size: 3rem;
  }
}