@charset "UTF-8";
@import url(common.css);
.home {
  /* トップページ共通パーツ */
  /* top-メインビジュアル */
  /* くま歯科が心掛けていること */
  /* 診療案内 */
  /* 医師紹介 */
  /* お知らせ・ブログ */ }
  .home section {
    padding: 100px 0; }
  .home .mainvisual {
    position: relative;
    width: 100%;
    padding: 0;
    background: url(../images/top/back-mv.jpg) no-repeat bottom center/cover;
    /*
    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 58.25%;
        background: url(../images/top/back-mv.jpg) no-repeat top center / cover;
    }
    */ }
    .home .mainvisual [class^="slider"] {
      overflow: hidden; }
    .home .mainvisual .slider1 {
      position: absolute;
      right: 2.5%;
      bottom: 9%;
      width: 46%;
      border-radius: 6.25vw; }
    .home .mainvisual .slider2 {
      position: absolute;
      right: calc(50% + 3.625vw);
      top: calc(153px + 2.6766vh);
      width: 28.5625%;
      border-radius: 5.75vw; }
    .home .mainvisual .slider3 {
      position: absolute;
      left: -1%;
      bottom: 10%;
      width: 18.75%;
      border-radius: 4.5vw; }
    .home .mainvisual .catchcopy {
      position: absolute;
      right: calc(50% + 3.625vw);
      top: calc(153px + 29.122%); }
      .home .mainvisual .catchcopy h2 {
        font-size: 2.625em;
        line-height: 1.43em;
        letter-spacing: -0.025em;
        color: #4b423d;
        font-size: 42px;
        font-size: 2.625vw; }
      .home .mainvisual .catchcopy p {
        color: #d58941;
        font-weight: 300;
        margin: 1em 0 0 0.5em;
        font-size: 16px;
        font-size: 1vw; }
      .home .mainvisual .catchcopy .icon-renew {
        width: 9.75vw; }
    .home .mainvisual::before {
      content: "";
      display: block;
      padding-top: 58.25%; }
  .home #policy .leadtext {
    text-align: center;
    line-height: 2em; }
  .home #policy ol {
    display: flex;
    justify-content: space-between;
    margin: 3.5em 0; }
    .home #policy ol li {
      padding: 0 30px;
      width: 33.333%; }
      .home #policy ol li .photo-policy {
        position: relative;
        width: 100%;
        max-width: 318px;
        margin: 0 auto 1em;
        padding-bottom: 25px; }
        .home #policy ol li .photo-policy .number {
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 69px; }
      .home #policy ol li h3 {
        text-align: center;
        font-size: 1.375em;
        margin-bottom: 1em; }
  .home #information {
    background: #fbf6ea; }
    .home #information ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .home #information ul li {
        position: relative;
        width: calc(25% - 16px);
        max-width: 254px;
        margin: 4px 8px;
        background: #ffffff;
        text-align: center;
        border-radius: 50%; }
        .home #information ul li::before {
          content: "";
          display: block;
          padding-top: 100%; }
        .home #information ul li .inner-care {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%);
          width: 200px; }
          .home #information ul li .inner-care .illust {
            width: 100px;
            margin: 0 auto 0.5em; }
          .home #information ul li .inner-care h3 {
            font-size: 1.5em;
            letter-spacing: -0.005em; }
          .home #information ul li .inner-care p {
            margin: 0.5em 0;
            font-size: 0.875em;
            line-height: 1.5em;
            letter-spacing: -0.005em; }
    .home #information .btnarea {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 1.75em auto 0;
      max-width: 730px; }
      .home #information .btnarea .btn-link {
        margin: 2em auto 0; }
  .home #doctor {
    /* お仕事紹介（仮） */ }
    .home #doctor .sec-ttl {
      text-align: left; }
      .home #doctor .sec-ttl::before {
        left: 0;
        transform: translateX(0); }
    .home #doctor .box-text {
      margin-left: 90px; }
    .home #doctor .box-image {
      margin: 0 90px 0 65px;
      border-radius: 20px;
      overflow: hidden; }
    .home #doctor .job-introduction {
      margin-top: 100px;
      text-align: center; }
  .home .slick-slide {
    margin: 0 5px; }
  .home #news .list-news {
    max-width: 860px;
    margin: 0 auto 60px; }
    .home #news .list-news li a {
      position: relative;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      border-bottom: 3px dotted #fee9a6;
      padding: 1.875em 1.125em;
      transition: .5s; }
      .home #news .list-news li a .date {
        font-size: 0.875em;
        margin-right: 0.75em;
        transition: .5s; }
      .home #news .list-news li a .category {
        display: inline-block;
        min-width: 90px;
        font-size: 0.875em;
        margin-right: 2em;
        padding: 0 0.5em;
        background: #fbf6ea;
        border-radius: 1em;
        text-align: center; }
      .home #news .list-news li a h4 {
        font-size: 1.125em; }
      .home #news .list-news li a::before {
        content: "";
        position: absolute;
        top: 3em;
        right: 2.25em;
        width: 23px;
        height: 7px;
        background: url("../images/common/arrow.png") no-repeat center center/contain;
        transition: .25s; }
      .home #news .list-news li a:hover {
        background: #fbf6ea; }
        .home #news .list-news li a:hover .category {
          background: #ffffff; }
        .home #news .list-news li a:hover::before {
          transform: translateX(0.5em); }

/*===========================================================================*/
/*	media quary:1199px	*/
/*===========================================================================*/
@media screen and (max-width: 1199px) {
  .home #policy ol li {
    padding: 0 20px; }
    .home #policy ol li .photo-policy, .home #policy ol li h3, .home #policy ol li p {
      max-width: 295px; }
    .home #policy ol li h3 {
      letter-spacing: 0.05em;
      font-size: 1.25em; } }
/*===========================================================================*/
/*	media quary:1000px	*/
/*===========================================================================*/
/*===========================================================================*/
/*	media quary:768px	*/
/*===========================================================================*/
@media screen and (max-width: 768px) {
  .home {
    /* くま歯科が心掛けていること */
    /* 診療案内 */ }
    .home .mainvisual .slider1 {
      right: 2%;
      bottom: inherit;
      top: calc(2% + 70px);
      width: 62%; }
    .home .mainvisual .slider2 {
      right: inherit;
      top: inherit;
      bottom: 7%;
      left: calc(50% + 5vw);
      width: 42%; }
    .home .mainvisual .slider3 {
      left: -0.5%;
      bottom: inherit;
      top: calc(70px + 10%);
      width: 28%; }
    .home .mainvisual::before {
      padding-top: 100%; }
    .home .mainvisual .catchcopy {
      right: inherit;
      left: 4%;
      top: calc(70px + 32%); }
      .home .mainvisual .catchcopy h2 {
        font-size: 38px;
        font-size: 4.9479166667vw; }
      .home .mainvisual .catchcopy p {
        font-size: 15px;
        font-size: 1.953125vw; }
      .home .mainvisual .catchcopy .icon-renew {
        width: 20.18vw; }
    .home #policy .leadtext {
      text-align: left; }
    .home #policy ol {
      flex-wrap: wrap; }
      .home #policy ol li {
        width: 100%;
        padding: 0; }
        .home #policy ol li h3, .home #policy ol li p {
          max-width: inherit; }
        .home #policy ol li + li {
          margin-top: 30px; }
    .home #information ul li {
      width: calc(50% - 16px);
      min-width: 159px; }
      .home #information ul li .inner-care .illust {
        width: 75px; }
      .home #information ul li .inner-care h3 {
        font-size: 1.375em; }
    .home #information .btnarea {
      margin: 1em auto 0; }
    .home #doctor .box-text {
      width: calc(50% + 50px);
      margin-left: 0; }
    .home #doctor .box-image {
      width: calc(50% - 70px);
      margin: 0; } }
/*===========================================================================*/
/*	media quary:479px	*/
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .home {
    /* トップページ共通パーツ */
    /* くま歯科が心掛けていること */
    /* 診療案内 */
    /* 医師紹介 */
    /* お知らせ・ブログ */ }
    .home section {
      padding: 80px 0; }
    .home .mainvisual {
      height: 100vh;
      max-height: 700px; }
      .home .mainvisual .slider1 {
        right: 5%;
        bottom: inherit;
        top: 70px;
        width: 80%;
        border-radius: 12vw; }
      .home .mainvisual .slider2 {
        right: 3%;
        top: calc(70px + 37%);
        bottom: inherit;
        left: inherit;
        width: 58%;
        border-radius: 10vw; }
      .home .mainvisual .slider3 {
        left: 0;
        bottom: inherit;
        top: calc(70px + 36%);
        width: 32%;
        border-radius: 6.5vw; }
      .home .mainvisual::before {
        display: none; }
      .home .mainvisual .catchcopy {
        right: inherit;
        left: 5%;
        top: inherit;
        bottom: 2%; }
        .home .mainvisual .catchcopy h2 {
          font-size: 38px;
          font-size: 7.9331941545vw; }
        .home .mainvisual .catchcopy p {
          font-size: 15px;
          font-size: 3.1315240084vw; }
        .home .mainvisual .catchcopy .icon-renew {
          width: 25.05vw; }
    .home #policy ol li .photo-policy {
      max-width: 250px; }
    .home #information ul li .inner-care .illust {
      width: 65px;
      margin: 0 auto 0.125em; }
    .home #information ul li .inner-care h3 {
      font-size: 1.1875em; }
    .home #information ul li .inner-care p {
      font-size: 0.8125em;
      margin: 0.25em 0 0.75em; }
    .home #doctor .sec-ttl {
      text-align: center; }
      .home #doctor .sec-ttl::before {
        left: 50%;
        transform: translateX(-50%); }
    .home #doctor .flexbox {
      flex-wrap: wrap; }
    .home #doctor .box-text {
      width: 100%;
      margin-left: 0; }
    .home #doctor .box-image {
      margin: 20px auto 0;
      width: 230px; }
    .home #doctor .job-introduction {
      margin-top: 60px; }
    .home #news .list-news li a {
      padding: 1.5em 2.75em 1.5em 1.125em; }
      .home #news .list-news li a h4 {
        width: 100%; }
      .home #news .list-news li a::before {
        top: 3.5em;
        right: 1.25em; } }

/*# sourceMappingURL=style.css.map */
