@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%;
  }
}

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

/*----------タイトル----------*/
hgroup p{
  font-size: 72px;
  line-height: 1;
}
hgroup h2{
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  hgroup p{
    font-size: 60px;
  }
  hgroup h2{
    font-size: 26px;
  }
}
/*==================================================================================================================================

  *メインビジュアル

==================================================================================================================================*/
.home_mv {
  position: relative;
  height: 1219px;
  background: url(../images/bg_about_shape.png) no-repeat left bottom -352px;
}
.home_mv::before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 56.6%;
  height: 984px;
  background: url(../images/mv_logo.png) no-repeat right bottom -5px / 94.3% auto;
}
.home_mv::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 72px;
  width: 379px;
  height: 330px;
  background: url(../images/mv_shape.png) no-repeat right top / cover;
}
.home_mv_main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

/*　スライダー */
.mv_wrap img {
  width: 100%;
  height: 984px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*　キャッチコピー　*/
.mv_catch {
  position: absolute;
  right: 295px;
  top: 120px;
  display: flex;
}

.home_mv_text{
  position: absolute;
  z-index: 2;
  bottom: 230px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.home_mv_text p{
  border-left: 12px solid var(--main-color);
  padding: 5px 0 5px 45px;
  font-family: var(--jaM);
  font-size: 22px;
  line-height: 1.818;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .home_mv {
    height: 690px;
  }
  .home_mv::before{
    width: 100%;
    height: 56px;
    top: auto;
    bottom: 88px;
    background-size: 300px auto;
    background-position: right top;
  }
  .home_mv::after{
    bottom: 44px;
    width: 100%;
    height: 92px;
    background-size: 105px auto;
    background-position: right top;
  }
  .home_mv_main {
    width: 100%;
  }

  /* スライダー */
  .mv_wrap img {
    height: 690px;
  }

  /* キャッチフレーズ */
  .mv_catch {
    left: 0;
    top: 100px;
    right: 0;
    margin: auto;
    width: auto;
    height: 300px;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    justify-content: center;
  }
  .mv_catch img{
    width: auto;
    height: 100%;
  }
  .home_mv_text{
    bottom: 10px;
  }
  .home_mv_text p{
    margin-left: 10px;
    border-left-width: 6px;
    padding: 0 0 0 20px;
    font-size: 100%;
  }
  .catchcopy_tit span {
    font-size: 5vw;
  }

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

  .slide_catch {
    left: 0;
    top: 140px;
    right: 0;
    max-width: calc(100% - 20px);
    width: auto;
    margin: auto;
    padding: 10px;
    font-size: 5vw;
  }
}

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

  *スマホのみのエリア

==================================================================================================================================*/
@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;
  }
}

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

  About Us

==================================================================================================================================*/
.about{
  color: #fff;
  position: relative;
  background: url(../images/bg_about.jpg) no-repeat center top / cover;
  padding: 105px 0 180px;
}
.about::before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 799px;
  height: 352px;
  background: url(../images/bg_about_shape.png) no-repeat left bottom;
}
/* .about::after{
  content: "";
  position: absolute;
  z-index: 2;
  top: 199px;
  left: 0;
  width: 70px;
  height: 153px;
  background: url(../images/bg_about_shape.png) no-repeat left bottom;
} */
.container_about{
  display: flex;
  max-width: 1200px;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
.item_about_catch{
  position: sticky;
  top: 0;
  z-index: 1;
  padding-top: 110px;
  text-shadow: 0 0 3px var(--text-color),0 0 3px var(--text-color);
}
.item_about_catch::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 110px;
  left: -360px;
  width: 585px;
  height: 777px;
  background: url(../images/bg_about_logo.png) no-repeat left top;
}
.item_about_catch hgroup{
  text-align: center;
  margin-bottom: 64px;
}
.item_about_catch .main_catch{
  writing-mode: vertical-rl;
  margin: 0 auto 95px;
  font-family: var(--jaL);
  font-size: 26px;
  line-height: 2.307;
  letter-spacing: 0.1em;
}
.item_about_catch .sub_catch{
  max-width: 345px;
  margin-left: 15px;
  font-size: 100%;
  line-height: 3;
  letter-spacing: 0.1em;
}
.item_about_list{
  max-width: 800px;
  width: 100%;
}
@media print, screen and (min-width: 1300px){
  .item_about_list{
    margin-right: -42px;
  }
}
.item_about_list li{
  width: 100%;
  padding: 45px 0;
  border-top: 1px solid #fff;
}
.item_about_list li:last-of-type{
  border-bottom: 1px solid #fff;
}
.item_about_list li .bg{
  position: relative;
  height: 427px;
  aspect-ratio: 800/427;
}
.item_about_list li:nth-of-type(1) .bg{
  background: url(../images/img_about01.jpg) no-repeat center top / cover;
}
.item_about_list li:nth-of-type(2) .bg{
  background: url(../images/img_about02.jpg) no-repeat center top / cover;
}
.item_about_list li:nth-of-type(3) .bg{
  background: url(../images/img_about03.jpg) no-repeat center top / cover;
}
.item_about_list li .inner{
  width: 380px;
  position: absolute;
  right: 0;
  bottom: 80px;
}
.item_about_list li h3{
  font-family: var(--jaL);
  font-size: 28px;
  line-height: 1.642;
  letter-spacing: 0.12em;
}
.item_about_list li h3 span{
  font-size: 171%;
  line-height: 1;
}
.item_about_list li p{
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-top: 20px;
}
.item_about_list .btn_list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 49px;
  gap: 10px 18px;
}
@media screen and (max-width: 640px) {
  .about{
    padding: 105px 0;
  }
  .about::before{
    width: 90%;
    height: 300px;
    background-size: cover;
  }
  .about::after{
    display: none;
  }
  .container_about{
    max-width: 95%;
  }
  .item_about_catch{
    position: relative;
    padding-top: 60px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .item_about_catch::before{
    width: 320px;
    height: 425px;
    top: auto;
    left: -5%;
    bottom: 50px;
    background-size: cover;
  }
  .item_about_catch hgroup{
    margin-bottom: 40px;
  }
  .item_about_catch .main_catch{
    font-size: 17px;
    margin: 0 auto 40px;
  }
  .item_about_catch .sub_catch{
    max-width: 100%;
    margin: 0 20px;
  }
  .item_about_list{
    margin-right: auto;
  }
  .item_about_list li{
    padding: 25px 0;
  }
  .item_about_list li .bg{
    width: 100%;
    height: 220px;
  }
  .item_about_list li:nth-of-type(1) .bg{
    background: url(../images/img_about_shape01.png) no-repeat left top / 50px auto,
    url(../images/img_about_shape02.png) no-repeat right bottom / 100% auto,
    url(../images/img_about01_sp.jpg) no-repeat center top / cover;
  }
  .item_about_list li:nth-of-type(2) .bg{
    background: url(../images/img_about_shape01.png) no-repeat left top / 50px auto,
    url(../images/img_about_shape02.png) no-repeat right bottom / 100% auto,
    url(../images/img_about02_sp.jpg) no-repeat center top / cover;
  }
  .item_about_list li:nth-of-type(3) .bg{
    background: url(../images/img_about_shape01.png) no-repeat left top / 50px auto,
    url(../images/img_about_shape02.png) no-repeat right bottom / 100% auto,
    url(../images/img_about03_sp.jpg) no-repeat center top / cover;
  }
  .item_about_list li .inner{
    width: 230px;
    right: 0;
    bottom: 10px;
  }
  .item_about_list li h3{
    font-size: 18px;
  }
  .item_about_list li p{
    margin-top: 5px;
  }
  .item_about_list .btn_list{
    justify-content: center;
  }
}
/*==================================================================================================================================

  Reason

==================================================================================================================================*/
.reason{
  padding: 95px 0 220px;
  background: url(../images/bg_reason_top.png) no-repeat center top,
  url(../images/bg_service_shape.png) no-repeat left bottom -534px,
  url(../images/bg_reason_shape01.png) no-repeat left top / 28.5% auto,
  var(--bg-color) url(../images/bg_reason_shape02.png) no-repeat right bottom / 49% 100%;
}
.reason hgroup{
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 115px;
  background: url(../images/tit_reason.png) no-repeat center bottom;
}
.reason hgroup p{
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 40px;
}
.reason hgroup h2 span{
  display: block;
  font-size: 32px;
  line-height: 1.6875;
}
.reason hgroup h2 strong{
  display: block;
  color: var(--main-color);
  font-size: 104px;
  line-height: 1;
  margin-top: 135px;
}
.item_reason_list{
  margin: 0 20px;
}
.item_reason_list li{
  position: relative;
  max-width: 400px;
  width: 100%;
  height: auto;
  aspect-ratio: 200/299;
  box-shadow: 0 0 40px rgba(0,0,0,0.1);
}
.item_reason_list li .num{
  position: absolute;
  top: 30px;
  right: 30px;
}
.item_reason_list li h3{
  position: absolute;
  top: -40px;
  left: 20px;
  color: #fff;
  width: fit-content;
  background: var(--main-color);
  text-align: center;
  font-family: var(--jaL);
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 15px 8px;
}
.item_reason_list li h3 .hor{
  display: block;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.item_reason_list li h3 .ver{
  display: block;
  writing-mode: vertical-rl;
  font-size: 24px;
}
.item_reason_list li p{
  position: absolute;
  right: 25px;
  bottom: 35px;
  color: #fff;
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.8125;
  text-align: right;
}
/*個別設定*/
.item_reason_list li:nth-of-type(1){
  background: url(../images/img_reason01.jpg) no-repeat center top / cover;
}
.item_reason_list li:nth-of-type(2){
  background: url(../images/img_reason02.jpg) no-repeat center top / cover;
}
.item_reason_list li:nth-of-type(3){
  background: url(../images/img_reason03.jpg) no-repeat center top / cover;
}
.item_reason_list li:nth-of-type(4){
  background: url(../images/img_reason04.jpg) no-repeat center top / cover;
}
@media print, screen and (min-width: 641px){
  .item_reason_list ul{
    display: flex;
    gap: 60px;
    align-items: flex-start;
    justify-content: center;
  }
  .item_reason_list li:nth-of-type(odd){
    margin-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .reason{
    padding: 60px 0 100px;
    background: url(../images/bg_reason_top.png) no-repeat center top / 100px auto,
    url(../images/bg_service_shape.png) no-repeat left bottom -130px / 250px auto,
    url(../images/bg_reason_shape01.png) no-repeat left top / 28.5% auto,
    var(--bg-color) url(../images/bg_faq_shape02.png) no-repeat right bottom / 30% auto;
  }
  .reason hgroup{
    background-size: 90% auto;
    margin-bottom: 70px;
  }
  .reason hgroup p{
    top: 100px;
    font-size: 20px;
  }
  .reason hgroup h2 span{
    font-size: 20px;
  }
  .reason hgroup h2 strong{
    margin-top: 55px;
    font-size: 60px;
  }
  .item_reason_list li:not(:last-of-type){
    margin-bottom: 60px;
  }
  .item_reason_list li h3 .hor{
    font-size: 18px;
  }
  .item_reason_list li h3 .ver{
    font-size: 22px;
  }
}

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

  Service

==================================================================================================================================*/
.service{
  padding: 170px 0 120px;
  background: url(../images/bg_service_shape.png) no-repeat left top -164px,
  url(../images/bg_service.png) no-repeat left 4px bottom 170px;
}
.service hgroup{
  text-align: center;
  margin-bottom: 75px;
  text-shadow: 0 0 3px #fff,0 0 3px #fff;
}
@media print, screen and (min-width: 641px){
  .item_service_wrap{
    display: flex;
    justify-content: right;
    gap: 0 168px;
  }
}
.service_catch{
  writing-mode: vertical-rl;
  font-family: var(--jaL);
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 2.307;
}
.service_list_wrap .btn01{
  text-align: center;
}
.service_list_wrap .btn01 a{
  margin: 0;
}
.service_list{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 650px;
  margin-bottom: 60px;
}
.service_list li{
  box-shadow: 0px 0px 39.6px 0.4px rgba(0, 0, 0, 0.1);
  background: #fff;
  aspect-ratio: 15/22;
  max-width: 300px;
  width: 100%;
  padding: 30px 0;
}
.service_list li .icon{
  text-align: center;
  margin-bottom: 5px;
}
.service_list li h3{
  font-family: var(--jaM);
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.66;
  text-align: center;
  margin-bottom: 23px;
}
.service_list li p{
  font-family: "Hiragino Kaku Gothic W2 JIS2004";
  font-size: 16px;
  line-height: 1.9375;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  padding: 0 33px;
  text-align: left;
}
.service_list li .btn01 a{
  min-width: 200px;
  font-size: 15px;
  padding-left: 20px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .service{
    padding: 90px 0 200px;
    background: url(../images/bg_service_shape.png) no-repeat left top -87px / 250px auto,
    url(../images/bg_service.png) no-repeat left 4px bottom 30px / 85% auto;
  }
  .service hgroup{
    margin-bottom: 40px;
  }
  .service_catch{
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .service_list{
    justify-content: center;
  }
  .service_list li h3{
    font-size: 21px;
  }
}
/*==================================================================================================================================

  Flow

==================================================================================================================================*/
.flow{
  padding: 170px 0 180px;
  background: url(../images/bg_flow.jpg) no-repeat center / cover;
}
.flow hgroup{
  color: #fff;
  text-align: center;
}
.flow hgroup p{
  margin-bottom: 10px;
}
.flow_intro{
  color: #fff;
  text-align: center;
  font-family: "Hiragino Kaku Gothic W2 JIS2004";
  font-size: 16px;
  letter-spacing: 0.12em;
  margin-bottom: 100px;
}
.flow_list_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.item_flow{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: 580px;
  height: auto;
  aspect-ratio: 580/329;
  gap: 16px;
  padding: 15px;
  background: var(--main-color);
  box-shadow: 0 0 40px rgba(0,0,0,0.1);
}
.item_flow:nth-of-type(1)::before,
.item_flow:nth-of-type(2)::before,
.item_flow:nth-of-type(3)::before{
  content: "";
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: auto;
  background: url(../images/icon_arrow_flow.png) no-repeat center / cover;
}
.item_flow:nth-of-type(1)::before{
  top: 0;
  bottom: 0;
  right: -49px;
}
.item_flow:nth-of-type(2)::before{
  left: 0;
  right: 0;
  bottom: -50px;
  transform: rotate(90deg);
}
.item_flow:nth-of-type(3)::before{
  top: 0;
  bottom: 0;
  left: -49px;
  transform: rotate(180deg);
}

.item_flow:nth-of-type(3){
  order: 4;
}
.item_flow:nth-of-type(4){
  order: 3;
}
.item_flow .detail{
  max-width: 260px;
  width: 100%;
}
.item_flow .num{
  color: #000;
  font-family: var(--en);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
}
.item_flow .num em{
  display: block;
  font-style: normal;
  font-size: 49px;
  line-height: 1;
}
.item_flow .title{
  background: var(--text-color);
  padding: 13px;
  margin-bottom: 4px;
}
.item_flow .title h3{
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.363;
  font-family: var(--jaL);
  letter-spacing: 0.1em;
}
.item_flow .desc{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  min-height: 130px;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic W2 JIS2004";
  letter-spacing: 0.1em;
  line-height: 1.785;
}

@media screen and (max-width: 640px) {
  .flow{
    padding: 100px 0;
    background: url(../images/bg_flow_logo.png) no-repeat center top 80px,
    #000 url(../images/bg_flow_sp.jpg) no-repeat center top;
  }
  .flow_intro{
    margin-bottom: 60px;
  }
  .item_flow{
    justify-content: center;
  }
  .item_flow .img{
    overflow: hidden;
    width: 100%;
    height: 250px;
  }
  .item_flow .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .item_flow .detail{
    max-width: 100%;
  }
  .item_flow:nth-of-type(3){
    order: 3;
  }
  .item_flow:nth-of-type(4){
    order: 4;
  }
  .item_flow:nth-of-type(1)::before,
  .item_flow:nth-of-type(3)::before{
    top: auto;
    right: 0;
    left: 0;
    bottom: -50px;
    transform: rotate(90deg);
  }
}
/*==================================================================================================================================

  Info

==================================================================================================================================*/
.info{
  padding: 130px 0;
  background: var(--bg-color) url(../images/mv_shape.png) no-repeat right bottom 100px;
}
.info .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info .container hgroup{
  display: flex;
  align-items: baseline;
  gap: 0 10px;
  margin-bottom: 50px;
}
.info .container hgroup p{
  font-size: 50px;
}
.info .container hgroup h2{
  font-size: 20px;
}
.info .container .btn01{
  text-align: center;
  margin-top: 40px;
}
.info .container .btn01 a{
  margin: 0;
}
.item_news,
.item_info{
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .info{
    padding: 100px 0;
  }
  .item_news{
    margin-bottom: 80px;
  }
}


/* お知らせ */
.info-item {
  border-bottom: 1px solid var(--border-color);
}
.info-item:last-child {
  border-bottom: none;
}
.info-item a {
  display: flex;
  align-items: flex-start;
  padding: 14px 0;
  text-decoration: none;
  color: inherit;
  gap: 30px;
}

.info-date {
  display: flex;
  flex-direction: column;
  color: var(--main-color);
  font-family: var(--en);
  line-height: 1.4;
  min-width: 60px;
  letter-spacing: 0.05em;
}

.info-year, .info-md {
  font-size: 16px;
}

.info-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  min-width: 0;
}

.info-category {
  align-self: flex-start;
  color: var(--main-color);
  background: #fff;
  font-size: 12px;
  padding: 4px 12px;
}

.info-title {
  margin: 0;
  font-size: 16px;
  color: var(--text-color);
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}
@media (hover: hover){
  .info-item a:hover .info-title{
    color: var(--main-color);
  }
}

@media screen and (max-width: 640px) {
  .info-list {
    padding: 15px;
  }

  .info-item a {
    flex-direction: column;
    gap: 16px;
    padding: 20px 0;
  }

  .info-date {
    flex-direction: row;
    gap: 8px;
    align-items: baseline;
  }
  .info-title {
    font-size: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* コラム */
.post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 auto;
}

.post-card {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.post-card a {
  color: inherit;
  display: block;
}

.post-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background-color: #e5e3de;
  overflow: hidden;
}
.post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-category {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--main-color);
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  letter-spacing: 0.05em;
}

.post-content {
  padding: 16px;
}

/* 日付 */
.post-date {
  display: block;
  color: var(--main-color);
  font-family: var(--en);
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 8px;
}

.post-title {
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  line-height: 1.6;
  margin: 0;
  color: var(--text-color);
  /* 2行以上の場合は三点リーダー(...)にする */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .post-grid {
    grid-template-columns: 1fr;
  }
}

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

  Faq

==================================================================================================================================*/
.faq{
  padding: 160px 0 100px;
  background: url(../images/bg_faq_shape01.png) no-repeat left top / 17.7% auto,
  url(../images/bg_faq_shape02.png) no-repeat right bottom / 17.7% auto,
  url(../images/bg_faq.jpg) no-repeat center top / cover;
}
.faq .item_faq{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq hgroup{
  width: fit-content;
  text-align: center;
  text-shadow: 0 0 3px #fff,0 0 3px #fff;
}
.faq hgroup p{
  margin-bottom: 24px;
}
.faq_list_wrap{
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .faq{
    padding: 100px 0;
    background-size: 150px auto,150px auto,cover;
  }
  .faq .item_faq{
    justify-content: center;
  }
  .faq hgroup{
    margin-bottom: 40px;
  }
}