@charset "UTF-8";
/* ---------------------
  - *共通設定
  - *メインビジュアル
  - *スマホのみのエリア
  - *お知らせ
  - *ご挨拶
  - *当院の特徴
  - *診療案内
  - *医療コラム
  - *ループスライダー
--------------------- */
/*==================================================================================================================================

  *共通設定

==================================================================================================================================*/
/*----------inner----------*/
.home_inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .home_inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*==================================================================================================================================

  *メインビジュアル

==================================================================================================================================*/
.home_mv {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: url(../images/bg_gift.jpg) no-repeat center top 615px;
}
.home_mv::before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 808px;
  left: 0;
  width: 353px;
  height: 452px;
  background: url(../images/acce_gift_leaf.png) no-repeat center / cover;
}
.home_mv_inner{
  max-width: 1710px;
  width: 89.1%;
  margin: 0 0 0 auto;
}
.home_mv_main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 0 0 auto;
  max-width: 1710px;
  width: 89.1%;
}

/*　スライダー */
.slider-fade .slick-slide img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 80px;
}

/*　キャッチコピー　*/
.main_catch {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 528px;
}
.main_catch p{
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  background: #fff;
  font-size: 38px;
  font-family: var(--a1);
  letter-spacing: 0.08em;
  padding-left: 43px;
}
.main_catch p img{
  position: absolute;
  top: 7px;
  right: -27px;
}
.main_catch p:first-of-type{
  margin-bottom: 24px;
  padding-left: 26px;
}
@media screen and (max-width: 640px) {
  .home_mv {
    height: 330px;
  }
  .home_mv::before{
    display: none;
  }
  .home_mv_inner{
    width: 100%;
  }
  .home_mv_main {
    width: 100%;
  }

  /* スライダー */
  .slider-fade .slick-slide img {
    height: 330px;
    border-radius: 0;
  }

  /* キャッチフレーズ */
  .main_catch {
    left: 0;
    width: fit-content;
    bottom: 20px;
    margin: auto;
    box-sizing: border-box;
  }
  .main_catch p{
    font-size: 16px;
    padding-left: 10px;
    padding-right: 20px;
  }
  .main_catch p:first-of-type{
    padding-left: 5px;
    margin-bottom: 10px;
  }
  .main_catch p img{
    top: 2px;
    width: 70px;
    height: auto;
  }
  .catchcopy_tit span {
    font-size: 5vw;
  }

  .catchcopy_text span {
    font-size: 3vw;
  }

  .slide_catch {
    bottom: 20px;
    width: auto;
    margin: auto;
  }
}

/*==================================================================================================================================

  *スマホのみのエリア

==================================================================================================================================*/
@media screen and (max-width: 640px) {
  .top_sp_only {
    padding: 20px 5% 0;
  }

  .top_sp_only .mv_banner,
  .top_sp_only .mv_ribon {
    text-align: center;
  }
}

/*==================================================================================================================================

  *お祝い金

==================================================================================================================================*/
.top_gift{
  padding: 135px 0 274px;
  background: url(../images/acce_gift_leaf.png) no-repeat left top -122px,
  url(../images/bg_gift.jpg) no-repeat center top -315px;
}
.box_gift{
  text-align: center;
  position: relative;
  padding: 45px 0 40px;
  border: 4px solid #fff;
  background: url(../images/bg_gift_box.jpg) no-repeat center / cover;
}
.box_gift h2{
  color: #fff;
  letter-spacing: 0.12em;
  font-family: var(--bm);
  font-size: 40px;
  line-height: 1.3;
  padding-bottom: 18px;
  background: url(../images/tit_gift.png) no-repeat center top,
  url(../images/acce_gift.png) no-repeat center top 15px;
  margin-bottom: 20px;
}
.box_gift > p{
  letter-spacing: 0.12em;
  text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
}
.box_gift .gift_catch{
  position: relative;
  z-index: 0;
  width: fit-content;
  font-size: 23px;
  margin: 0 auto 10px;
  padding: 0 82px;
  background: url(../images/catch_gift_motif.png) no-repeat center top;
  padding-bottom: 5px;
}
.box_gift .gift_catch::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 25px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 660px;
  width: 100%;
  height: 19px;
  background: #e99350;
  border-radius: 30px;
}
.box_gift .gift_subcatch{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.box_gift .caution{
  line-height: 1.75;
  font-weight: bold;
}
.list_gift{
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 20px;
}
.list_gift :is(.acce01,.acce02){
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.list_gift .acce01{
  left: 0;
}
.list_gift .acce02{
  right: 0;
}
.list_gift ul{
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.list_gift li{
  text-align: center;
  color: #331c0e;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  background: rgba(255,255,255,0.6);
  border-radius: 35px;
  padding: 5px 0 14px;
  line-height: 1.3;
}
.list_gift li:nth-of-type(2){
  padding: 18px 0 20px;
}
.list_gift li:not(:last-of-type){
  margin-bottom: 12px;
}
.list_gift li span{
  color: #e99350;
}
.list_gift li strong{
  color: #85cde5;
  line-height: 1;
  font-family: var(--ft);
  font-weight: 600;
  font-size: 51px;
  margin: 0 5px;
}
.list_gift small{
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .top_gift{
    padding: 80px 0 120px;
    background-position: left top,center top;
    background-size: auto,auto 100%;
  }
  .box_gift{
    padding: 45px 0 60px;
    position: relative;
  }
  .box_gift h2{
    font-size: 22px;
    background-size: auto 100%,100% auto;
    padding: 5px 0 15px;
  }
  .box_gift .gift_catch{
    width: 100%;
    font-size: 16px;
    padding: 0 30px;
    background-size: 90% 50%;
  }
  .box_gift .gift_catch::after{
    top: auto;
    bottom: 0;
    max-width: 90%;
  }
  .box_gift .gift_subcatch{
    font-size: 15px;
    padding: 0 10px;
  }
  .list_gift{
    position: static;
    max-width: 95%;
    width: 100%;
    margin: 0 auto 20px;
  }
  .list_gift :is(.acce01,.acce02){
    position: absolute;
    bottom: 10px;
  }
  .list_gift .acce01{
    left: 10px;
  }
  .list_gift .acce01 img{
    width: auto;
    height: 181px;
  }
  .list_gift .acce02{
    right: 10px;
  }
  .list_gift .acce02 img{
    width: auto;
    height: 172px;
  }
  .list_gift li{
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 20px;
  }
  .list_gift li:nth-of-type(2){
    padding: 10px 15px;
  }
  .list_gift li strong{
    color: #85cde5;
    line-height: 1;
    font-family: var(--ft);
    font-weight: 600;
    font-size: 26px;
    margin: 0 5px;
  }
  .list_gift small{
    font-size: 13px;
  }
  .box_gift .caution{
    position: relative;
    padding: 0 5%;
    z-index: 2;
  }
}
/*==================================================================================================================================

  *ご挨拶

==================================================================================================================================*/
.top_greet{
  position: relative;
  overflow: hidden;
  padding: 70px 0 330px;
  background: url(../images/bg_greet.png) no-repeat center top 65px / 99% auto;
}
.top_greet hgroup{
  text-align: center;
  margin-bottom: 50px;
}
.top_greet hgroup h2{
  font-family: var(--a1);
  font-size: 40px;
  color: #845518;
  letter-spacing: 0.1em;
}
:is(.greet_text01,.greet_text02) {
  position: relative;
  color: #331c0e;
  font-size: 113.3%;
  line-height: 2.353;
  letter-spacing: 0.06em;
}
:is(.greet_text01,.greet_text02) strong{
  font-weight: bold;
}
:is(.greet_text01,.greet_text02) h3,
:is(.greet_text01,.greet_text02) p{
  position: relative;
  z-index: 1;
}
:is(.greet_text01,.greet_text02) p:not(:last-of-type){
  margin-bottom: 2em;
}
.greet_text01{
  max-width: 640px;
  margin-bottom: 65px;
}
.greet_text01 h3{
  color: #331c0e;
  font-family: var(--a1);
  font-size: 206.7%;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
.greet_text01 h3 span:nth-of-type(1){
  color: #039ccf;
}
.greet_text01 h3 span:nth-of-type(2){
  color: #ff8c00;
}
:is(.greet_text01,.greet_text02) [class^="acce"]{
  position: absolute;
  z-index: 0;
}
.greet_text01 .acce01{
  top: 20px;
  right: -625px;
}
.greet_text02{
  max-width: 565px;
  margin-left: 210px;
}
.greet_text02 .acce02{
  top: 0;
  left: -445px;
}
.greet_text02 .acce03{
  top: 20px;
  right: -612px;
}
@media screen and (max-width: 640px) {
  .top_greet {
    background: url(../images/bg_greet.png) no-repeat center top 65px / 99% auto,
    url(../images/bg_greet.png) no-repeat center bottom 65px / 99% auto;
    padding: 70px 0 100px;
  }
  .top_greet hgroup{
    margin-bottom: 20px;
  }
  .top_greet hgroup h2{
    font-size: 24px;
  }
  :is(.greet_text01,.greet_text02) {
    font-size: 100%;
  }
  .greet_text01{
    margin-bottom: 20px;
  }
  .greet_text01 h3{
    font-size: 18px;
  }
  :is(.greet_text01,.greet_text02) [class^="acce"]{
    position: static;
    max-width: 70%;
    margin: 0 auto 20px;
  }
  .greet_text02{
    margin-left: auto;
  }
  .greet_text02 .acce03{
    max-width: 90%;
  }
}

/*==================================================================================================================================

  *当院の特徴

==================================================================================================================================*/
.top_feature {
  position: relative;
  overflow: hidden;
  padding-bottom: 255px;
  background: url(../images/feature_leaf01.png) no-repeat left top 900px,
  url(../images/feature_leaf02.png) no-repeat right top 1530px,
  url(../images/feature_leaf03.png) no-repeat left top 50%,
  url(../images/feature_leaf04.png) no-repeat right bottom 730px,
  url(../images/feature_leaf05.png) no-repeat left bottom,
  url(../images/bg_feature.jpg) no-repeat center top 910px;
}
.top_feature .head_img{
  width: 100%;
  height: 1009px;
  background: url(../images/bg_head_feature.jpg) no-repeat center top / auto 100%;
  -webkit-mask-image: url(../images/mask_feature.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: auto 100%;

  mask-image: url(../images/mask_feature.svg);
  mask-repeat: no-repeat;
  mask-position: center top;
  mask-size: auto 100%;
}
.top_feature hgroup{
  margin-top: -40px;
  margin-bottom: 150px;
  padding: 45px 0;
  position: relative;
  text-align: center;
  z-index: 0;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    #accbed 0%,
    #bdebb2 16.6%,
    #fef5d0 33.3%,
    #accbed 50%,
    #fef5d0 66.6%,
    #bdebb2 83.3%,
    #accbed 100%
  );
}
.top_feature hgroup p{
  background: url(../images/tit_feature_line.png) no-repeat center;
  margin-bottom: 10px;
}
.top_feature hgroup h2{
  font-family: var(--a1);
  font-size: 40px;
  color: #845518;
  letter-spacing: 0.1em;
}
.top_feature hgroup::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 2px;
  right: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 8px;
  background: #fff;
}

/* 共通 */
.item_feature{
  display: flex;
  align-items: flex-start;
}
.item_feature:not(:last-of-type){
  margin-bottom: 180px;
}
.item_feature .btn01{
  text-align: right;
}
.item_feature .btn01 a{
  text-align: left;
  min-width: 156px;
  margin: 0;
}
.item_feature .img_feature{
  position: relative;
  z-index: 1;
  min-width: 574px;
}
.item_feature .img_feature::before{
  content: "";
  position: absolute;
  z-index: 2;
  top: -20px;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 20px;
}
.item_feature .img_feature::after{
  content: "";
  position: absolute;
  z-index: -2;
  top: -40px;
  width: 303px;
  height: 517px;
}
.item_feature .img_feature img{
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

.text_feature {
  background: #fff;
  max-width: 904px;
  width: 100%;
  margin-top: 50px;
  border-radius: 20px;
  padding: 0 50px 50px;
}
.text_feature_inner{
  max-width: 510px;
}
.text_feature .num{
  text-align: center;
  margin-top: -26px;
  margin-bottom: 24px;
}
.text_feature h3{
  text-align: center;
  font-size: 27px;
  font-family: var(--a1);
  letter-spacing: 0.1em;
  line-height: 1.75;
  width: fit-content;
  padding: 0 25px;
  margin: 0 auto 36px;
}
.text_feature_inner > p{
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

/* 奇数 */
@media print, screen and (min-width: 641px){
  .item_feature:nth-of-type(odd) .img_feature{
    margin-right: -278px;
  }
}
.item_feature:nth-of-type(odd) .img_feature::before{
  left: -20px;
}
.item_feature:nth-of-type(odd) .img_feature::after{
  left: -83px;
  background: url(../images/acce_feature_bl01.png) no-repeat center / cover;
}
.item_feature:nth-of-type(odd) .text_feature h3{
  color: #039ccf;
  background: linear-gradient(to Right,#d3eaf6,#f1f8fc);
}
.item_feature:nth-of-type(odd) .text_feature_inner{
  margin-right: 0;
  margin-left: auto;
}

/*03*/
@media print, screen and (min-width: 641px){
  .item_feature:nth-of-type(3) .img_feature{
    margin-right: -514px;
  }
}
.item_feature:nth-of-type(3) .text_feature{
  max-width: 1138px;
}
.benefits_wrap{
  position: relative;
  z-index: 3;
  margin-top: 140px;
  margin-bottom: 55px;
}
.benefits_wrap h4{
  padding: 8px 0 14px;
  text-align: center;
  color: #039ccf;
  font-family: var(--a1);
  font-size: 27px;
  letter-spacing: 0.1em;
  background: url(../images/line_feature.png) no-repeat center top,
  url(../images/line_feature.png) no-repeat center bottom;
  margin-bottom: 80px;
}
.benefits_list_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 30px;
}
.item_benefits{
  max-width: 306px;
  width: 100%;
}
.item_benefits .img{
  margin-bottom: 20px;
}
.item_benefits .img img{
  border-radius: 20px;
}
.item_benefits h5{
  text-align: center;
  color: #039ccf;
  font-family: var(--a1);
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.item_benefits p{
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.item_benefits:nth-of-type(4){
  display: flex;
  gap: 0 25px;
  max-width: 980px;
}
.item_benefits:nth-of-type(4) .img{
  max-width: 306px;
  width: 100%;
}
.item_benefits:nth-of-type(4) h5{
  text-align: left;
}
.benefits_list_wrap .other_list{
  padding: 25px 75px;
  max-width: 982px;
  width: 100%;
  background: url(../images/bg_list_feature.png) no-repeat center;
}
.benefits_list_wrap .other_list li{
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-left: 25px;
  background: url(../images/dots_feature.png) no-repeat left center;
}
/* 偶数 */
.item_feature:nth-of-type(even){
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 641px){
  .item_feature:nth-of-type(even) .img_feature{
    margin-right: 40px;
    margin-left: -277px;
  }
}
.item_feature:nth-of-type(even) .img_feature::before{
  right: -20px;
}
.item_feature:nth-of-type(even) .img_feature::after{
  right: -83px;
  background: url(../images/acce_feature_ye01.png) no-repeat center / cover;
}

.item_feature:nth-of-type(even) .btn01 a{
  color: #333;
  background: url(../images/btn_bg_ye.jpg) no-repeat center ;
}
.item_feature:nth-of-type(even) .btn01 a::before{
  filter: brightness(0.2);
}
.item_feature:nth-of-type(even) .text_feature_inner{
  margin-right: auto;
  margin-left: 0;
}
.item_feature:nth-of-type(even) .text_feature h3{
  color: #845518;
  background: linear-gradient(to Right,#feebb1,#fff9e6);
}

@media screen and (max-width: 640px) {
  .top_feature {
    padding-bottom: 100px;
    background: url(../images/feature_leaf01.png) no-repeat left top 150px,
    url(../images/feature_leaf02.png) no-repeat right top 600px,
    url(../images/feature_leaf03.png) no-repeat left top 50%,
    url(../images/feature_leaf04.png) no-repeat right bottom 730px,
    url(../images/feature_leaf05.png) no-repeat left bottom,
    url(../images/bg_feature.jpg) no-repeat center top / cover;
  }
  .top_feature .head_img{
    background-size: cover;
    height: 180px;
    mask: unset;
  }
  .top_feature hgroup{
    margin-top: 20px;
    padding: 20px 0;
    margin-bottom: 60px;
  }
  .top_feature hgroup p{
    background: none;
  }
  .top_feature hgroup h2{
    font-size: 24px;
  }

  /* 共通 */
  .item_feature{
    flex-wrap: wrap;
  }
  .item_feature:not(:last-of-type){
    margin-bottom: 80px;
  }
  .item_feature .img_feature{
    min-width: unset;
    width: 100%;
  }
  .item_feature .img_feature::before{
    top: -10px;
  }
  .item_feature .img_feature::after{
    top: -15px;
    width: 150px;
    height: 256px;
  }
  .text_feature{
    margin-top: 30px;
    width: 100%;
    padding: 0 20px 20px;
  }
  .text_feature .num{
    margin-top: -15px;
  }
  .text_feature .num img{
    width: auto;
    height: 50px;
  }
  .text_feature h3{
    padding: 0;
    width: auto;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .text_feature_inner > p{
    font-size: 100%;
  }
  /* 奇数 */
  .item_feature:nth-of-type(odd) .img_feature::before{
    left: -10px;
  }
  /* 偶数 */
  .item_feature:nth-of-type(even) .img_feature::before{
    right: -10px;
  }

  /*03*/
  .benefits_wrap{
    margin-top: 50px;
  }
  .benefits_wrap h4{
    font-size: 18px;
    margin-bottom: 40px;
  }
  .benefits_list_wrap{
    gap: 30px;
  }
  .item_benefits .img{
    margin-bottom: 15px;
  }
  .item_benefits p{
    font-size: 100%;
  }
  .item_benefits:nth-of-type(4){
    max-width: 306px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .item_benefits:nth-of-type(4) h5{
    text-align: center;
  }
  .benefits_list_wrap .other_list{
    background: #e3f4fd;
    outline: 6px dotted #8fd3f4;
    outline-offset: -3px;
    border-radius: 20px;
    padding: 25px;
  }
  .benefits_list_wrap .other_list li{
    font-size: 15px;
    background-position: left top 11px;
  }
}
/*==================================================================================================================================

  *数字からグループを知る

==================================================================================================================================*/
.top_dist{
  padding: 170px 0 160px;
  background: url(../images/bg_dist.png) no-repeat center top 190px / 100% auto;
}
.top_dist hgroup{
  text-align: center;
  margin-bottom: 90px;
}
.top_dist hgroup p{
  margin-bottom: 32px;
  background: url(../images/tit_dist_line.png) no-repeat center left 100px,
  url(../images/tit_dist_line.png) no-repeat center right 100px;
}
.top_dist hgroup h2{
  width: fit-content;
  margin: 0 auto;
  font-family: var(--a1);
  font-size: 47px;
  color: #0c9fd0;
  padding: 5px 70px 0;
  line-height: 1.3;
  background: url(../images/tit_dist_motif01.png) no-repeat left top,
  url(../images/tit_dist_motif02.png) no-repeat right top 5px;
}
.top_dist hgroup h2 em{
  font-size: 134%;
}
.top_dist hgroup h2 span{
  color: #fb9e8d;
}
.dist_graff_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.item_dist{
  max-width: 560px;
  width: 100%;
}
@media print, screen and (min-width: 641px){
  .dist_graff_wrap .item_dist{
    padding: 28px 48px;
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 640px) {
  .top_dist {
    background-repeat: repeat-y;
  }
  .top_dist hgroup{
    margin-bottom: 40px;
  }
  .top_dist hgroup p{
    margin-bottom: 10px;
    background: none;
  }
  .top_dist hgroup h2{
    font-size: 22px;
    padding: 5px 20px 0;
    background: url(../images/tit_dist_motif01.png) no-repeat left top / 20px auto,
    url(../images/tit_dist_motif02.png) no-repeat right top 5px / 20px auto;
  }
}

/*==================================================================================================================================

  *スタッフの声

==================================================================================================================================*/
.top_voice{
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 285px 0 245px;
  background: url(../images/bg_voice.jpg) no-repeat center top;
}
.top_voice::before{
  content: "";
  position: absolute;
  z-index: -2;
  top: 180px;
  right: 4.7%;
  width: 200%;
  height: calc(100% - 239px);
  border-radius: 0 10px 10px 0;
  background: linear-gradient(
    90deg,
    #accbed 0%,
    #bdebb2 16.6%,
    #fef5d0 33.3%,
    #accbed 50%,
    #fef5d0 66.6%,
    #bdebb2 83.3%,
    #accbed 100%
  );
}
.top_voice::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 182px;
  right: calc(4.7% + 2px);
  width: 200%;
  height: calc(100% - 243px);
  border-radius: 0 10px 10px 0;
  background: #fff;
}
.top_voice hgroup{
  text-align: center;
  margin-bottom: 80px;
}
.top_voice hgroup h2{
  color: #845518;
  font-family: var(--a1);
  font-size: 40px;
  letter-spacing: 0.1em;
}
.item_voice h3{
  text-align: center;
  font-family: var(--a1);
  font-size: 22px;
  letter-spacing: 0.06em;
  color: var(--text-color);
  margin-top: 20px;
  padding-bottom: 10px;
}
.item_voice .img img{
  margin: auto;
}
.item_voice.doctor h3{
  background: url(../images/subtit_voice01.png) no-repeat center bottom;
}
.item_voice.nurse h3{
  background: url(../images/subtit_voice02.png) no-repeat center bottom;
}
.item_voice.office h3{
  background: url(../images/subtit_voice03.png) no-repeat center bottom;
}
.item_voice.care h3{
  background: url(../images/subtit_voice04.png) no-repeat center bottom;
}
.item_voice a:hover{
  opacity: 0.8;
}

.slider_voice_wrap {
  position: relative;
}
#slider_voice .slick-slide {
  margin-right: 60px;
}

#slider_voice .slick-list {
  margin-right: -60px;
}
.slider-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0c9fd0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 118px;
  transform: translateY(-50%);
  z-index: 10;
}

.slider-arrow img {
  width: 21px;
  height: auto;
}

/* 左右位置 */
.custom-prev-column {
  left: -18px;
}
.custom-prev-column img{
  transform: scale(-1, 1);
}

.custom-next-column {
  right: -18px;
}
.btn_voice_list {
  margin-top: 48px;
  display: flex;
  gap: 20px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn_voice_list .btn01 a{
  margin: 0 auto;
  text-align: center;
  font-family: var(--a1);
  font-size: 22px;
  letter-spacing: 0.1em;
  min-width: 291px;
  padding: 7px 50px 7px 24px;
}
.btn01.lightblue a{
  background: url(../images/btn_bg_lbl.jpg) no-repeat center / cover;
}
.btn01.orange a{
  background: url(../images/btn_bg_or.jpg) no-repeat center / cover;
}
.btn01.pink a{
  background: url(../images/btn_bg_pk.jpg) no-repeat center / cover;
}
@media screen and (max-width: 640px) {
  .top_voice{
    padding: 220px 0 215px;
  }
  .top_voice::before{
    content: "";
    top: 180px;
    right: 0;
    left: 0;
    width: 98%;
    height: calc(100% - 336px);
    margin: auto;
    border-radius: 10px;
  }
  .top_voice::after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 183px;
    right: 0;
    left: 0;
    width: calc(98% - 6px);
    height: calc(100% - 342px);
    margin: auto;
    border-radius: 7px;
    background: #fff;
  }
  .top_voice hgroup{
    margin-bottom: 40px;
  }
  .top_voice hgroup h2{
    font-size: 24px;
  }
  #slider_voice .slick-slide {
    margin-right: 0;
  }
  #slider_voice .slick-list {
    margin-right: 0;
  }
  .slider-arrow {
    display: none;
  }
  .btn_voice_list {
    margin-top: 20px;
    justify-content: center;
  }
}

/*==================================================================================================================================

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
  overflow: hidden;
}
.home_loopSlider div {
  vertical-align: top;
}
.home_loopSlider img {
  width: 100%;
}