
.kodawari-inner {
padding: 25px 35px;
}
.kodawari-icon {
margin-top: -30px;
text-align: center;

}
.kodawari-icon img{
  width: 60px;
}
.kodawari-text {
  font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
}
.kodawari-text2 {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #666;
}
.kodawari-text span {
  color: #85A800;
}
@media only screen and (max-width: 767px) {
  .kodawari-inner {}


  .kodawari-text {}
}

.slick-slider {
  margin: 0;
  padding: 0;
}


.center-slider-01 {
  width: 100%;
  margin: auto;
  overflow: hidden;
  /* スライダー全体の横幅を制限 */
}

.center-slider-01 .slick-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
}

.center-slider-01 .slick-slide img {
  width: 100%;
  transition: transform 0.3s ease;
}

.center-slider-01 .slick-center {
  opacity: 1;
}

.center-slider-01 .slick-center img {
  transform: scale(1.2);
  /* 真ん中の画像を拡大 */
}

.center-slider-01 .slick-slide:not(.slick-center) img {
  transform: scale(0.7);
  /* 左右の画像を縮小 */
}

.slick-slide {
  padding: 0;
  /* 左右の隙間調整 */
}





.home-dr-photo{
  margin-top: -160px;
}

@media only screen and (max-width: 767px) { 
.home-dr-photo {
    margin-top: 0px;
  }
}


.case-inner {
  padding: 9%;
  background: #F5F3F2;
}

@media only screen and (max-width: 767px) {
.case-inner {
    padding:3%;
  }
}

 .case-slider {
   width: 100%;
   margin: auto;
 }

 .case-slider .slick-slide img {
   width: 100%;
   border-radius: 10px;
 }

 .nav-slider {
   width: 80%;
   margin: 20px auto 0;
 }

 .nav-slider .slick-slide {
   opacity: 0.5;
   transition: opacity 0.3s ease;
 }

 .nav-slider .slick-current {
   opacity: 1;
 }

 .nav-slider .slick-slide img {
   width: 100%;
   border-radius: 5px;
 }
/*career
---------------------------------------------------------*/



#career-area {
  padding-bottom: 10px;
}


.home-career-area-inner {
max-width: 1600px;
margin: auto;
z-index: 100;
position: relative;
}
#career-area .title {
  padding: 40px 3% 55px 3%;
  text-align: center;
}

#career-area .title div {
  max-width: 390px;
  width: 35%;
  margin: 0 auto 45px auto;

}

#career-area .title h4 {
  font-size: 230%;
  letter-spacing: 0.1em;
  line-height: 1.9em;
}

#career-area .title h4 span {
  color: #f49525;
}

#career-area .med_list_l {
  margin-bottom: 0px;
}

#career-area .med_list_l ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}


#career-area .med_list_l li {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 30%;
  padding-top: 235px;
  display: flex;
  flex-direction: column;
}

#career-area .med_list_l li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 320px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#career-area .med_list_l li.medical1::before {
  background-image: url(../_images/psd/home-assets/home-career-pic1.jpg)
}

#career-area .med_list_l li.medical2::before {
  background-image: url(../_images/psd/home-assets/home-career-pic2.jpg)
}

#career-area .med_list_l li.medical3::before {
  background-image: url(../_images/psd/home-assets/home-career-pic3.jpg)
}

#career-area .med_list_l li .icon {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  padding: 25px 0 25px 0;
}

#career-area .med_list_l li.medical1 .icon {
  background-image: url(../_images/psd/home-assets/home-career-bg1.png)
}

#career-area .med_list_l li.medical2 .icon {
  background-image: url(../_images/psd/home-assets/home-career-bg2.png)
}

#career-area .med_list_l li.medical3 .icon {
  background-image: url(../_images/psd/home-assets/home-career-bg3.png)
}

#career-area .med_list_l li .txt_box {
  padding: 3px 8% 45px 8%;
  color: #4B443C;
  font-weight: bold;
  text-align: left;
  flex-grow: 1;
  /* 余白の割り当て */
}

#career-area .med_list_l li.medical1 .txt_box {
  background: #FFF;
}

#career-area .med_list_l li.medical2 .txt_box {
  background: #FFF;
}

#career-area .med_list_l li.medical3 .txt_box {
  background: #FFF;
}

#career-area .med_list_l li .txt_box p {
  max-width: 400px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  line-height: 1.8;
}

#career-area .med_list_l li .icon img {
  max-width: 60px;
  margin: 0 auto;
}

#career-area .med_list_l li .med_index {
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 16px;
  margin-bottom: 26px;
  position: relative;
}

#career-area .med_list_l li .med_index-col1::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  max-width: 300px;
  width: 80%;
  height: 2px;
    background: #85A800;

}

#career-area .med_list_l li .med_index-col2::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  max-width: 300px;
  width: 80%;
  height: 2px;
  background: #00B7C6;
}

#career-area .med_list_l li .med_index-col3::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  max-width: 300px;
  width: 80%;
  height: 2px;

    background: #EC008C;
}
#career-area .med_list_l li .med_index p {
  font-size: .8rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-bottom: 2px;
  color: rgba(0, 0, 0, 0.3);
}

#career-area .med_list_l li .med_index h5 {
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  line-height: 1.7em;
}
#career-area .med_list_l li .med_index h5 .txt1 {
  color: #85A800;
}
#career-area .med_list_l li .med_index h5 .txt2 {
  color: #00B7C6;
}
#career-area .med_list_l li .med_index h5 .txt3 {
  color: #EC008C;
}
#career-area .med_list_l li .com_btn1 a {
  margin: 25px auto 0 auto;
  display: block;
  max-width: 260px;
  text-align: center;
  padding: 6px;
  background: #ffffff;
  text-decoration: none;
  font-size: 1rem;
}

#career-area .med_list_l li .com_btn1 a:hover {
  background: rgba(255, 255, 255, 0.60);
}

#career-area .med_list_l li.medical1 .com_btn1 a {
  color: #ef9aa0;
}

#career-area .med_list_l li.medical2 .com_btn1 a {
  color: #a2c74d;
}

#career-area .med_list_l li.medical3 .com_btn1 a {
  color: #cf9ab4;
}

#career-area .med_list_s li {
  float: left;
  width: 24%;
  margin-right: 1.333%;
  margin-bottom: 20px;
  background: #fffe8d;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 28px;
}

#career-area .med_list_s li:nth-child(4) {
  margin-right: 0%;
}

#career-area .med_list_s li:nth-child(5) {
  margin-left: 12%;
}

#career-area .med_list_s li .com_btn1 a {
  display: block;
  text-align: center;
  padding: 1px 0;
}

#career-area .med_list_s li h5 {
  font-size: 129%;
  letter-spacing: 0.2em;
  background-size: 23% auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28%;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 18px;
}

#career-area .med_list_s li:nth-child(1) h5 {
  background-image: url(../images/top/med_4_icon@2x.png)
}

#career-area .med_list_s li:nth-child(2) h5 {
  background-image: url(../images/top/med_5_icon@2x.png)
}

#career-area .med_list_s li:nth-child(3) h5 {
  background-image: url(../images/top/med_6_icon@2x.png)
}

#career-area .med_list_s li:nth-child(4) h5 {
  background-image: url(../images/top/med_7_icon@2x.png)
}

#career-area .med_list_s li:nth-child(5) h5 {
  background-image: url(../images/top/med_8_icon@2x.png)
}

#career-area .med_list_s li:nth-child(6) h5 {
  background-image: url(../images/top/med_9_icon@2x.png)
}

#career-area .med_list_s li:nth-child(7) h5 {
  background-image: url(../images/top/med_10_icon@2x.png)
}

#career-area .med_txt {
  padding: 0 3%;
  width: 94%;
  padding-top: 40px;
  padding-bottom: 55px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#career-area .med_txt h6 {
  text-align: center;
  padding-right: 19%;
  display: block;
  font-size: 120%;
  letter-spacing: 0.23em;
  line-height: 2.7em;
}

#career-area .med_txt .abs_img {
  max-width: 220px;
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 19%;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1450px) {
  #career-area .med_list_l li .med_index p {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
  }

  #career-area .med_list_l li .med_index h5 {
    font-size: 1.7vw;
    letter-spacing: 0.1em;
  }

  #career-area .med_list_s li {
    padding: 15px;
  }

  #career-area .med_list_s li h5 {
    font-size: 1.5vw;
    letter-spacing: 0.1em;
    line-height: 1.7em;
  }

  #career-area .med_list_s li .com_btn1 a {
    font-size: 80%;
  }
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #career-area .title {
    padding: 40px 3% 40px 3%;
  }

  #career-area .title div {
    margin: 0 auto 30px auto;
  }

  #career-area .title h4 {
    font-size: 180%;
  }

  #career-area .med_list_l {
    margin-bottom: 30px;
  }

  #career-area .med_list_l li {
    padding-top: 150px;
  }

  #career-area .med_list_l li::before {
    height: 210px;
  }

  #career-area .med_list_l li .icon {
    background-size: 100% 101%;
    padding: 18px 0 5px 0;
  }

  #career-area .med_list_l li .txt_box {
    padding: 3px 6% 30px 6%;
  }

  #career-area .med_list_l li .icon img {
    width: 17%;
  }

  #career-area .med_list_l li .med_index {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  #career-area .med_list_l li .med_index p {
    font-size: 1.9vw;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    line-height: 1.6em;
  }

  #career-area .med_list_l li .med_index h5 {
    font-size: 2.6vw;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }

  #career-area .med_list_l li .com_btn1 a {
    margin: 20px auto 0 auto;
    max-width: 94%;
  }

  #career-area .med_list_s li {
    margin-bottom: 10px;
    padding: 15px;
  }

  #career-area .med_list_s li .com_btn1 a {
    font-size: 75%;
  }

  #career-area .med_list_s li h5 {
    font-size: 1.9vw;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-align: center;
    background-size: 30% auto;
    background-position: center top;
    padding-left: 0;
    padding-top: 34%;
    margin-bottom: 10px;
  }

  #career-area .med_txt {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  #career-area .med_txt h6 {
    padding-right: 28%;
    font-size: 120%;
    letter-spacing: 0.2em;
    line-height: 2.2em;
  }

  #career-area .med_txt .abs_img {
    right: 20px;
    width: 25%;
  }
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
  #career-area .title {
    padding: 8% 3% 8% 3%;
    text-align: center;
  }

  #career-area .title div {
    width: 60%;
    margin: 0 auto 5% auto;
  }

  #career-area .title h4 {
    font-size: 4.7vw;
    line-height: 1.8em;
  }

  #career-area .med_list_l {
    margin-bottom: 0;
  }

  #career-area .med_list_l ul {
    display: block;
    justify-content: space-around;
  }

  #career-area .med_list_l li {
    float: none;
    width: 100%;
    padding-top: 170px;
  }

  #career-area .med_list_l li::before {
    display: block;
    width: 100%;
    height: 220px;
  }

  #career-area .med_list_l li .icon {
    padding: 5% 0 1% 0;
  }

  #career-area .med_list_l li .txt_box {
    padding: 2% 5% 10% 5%;
  }

  #career-area .med_list_l li .txt_box p {
    max-width: 100%;
  }

  #career-area .med_list_l li .icon img {
    width: 13%;
  }

  #career-area .med_list_l li .med_index {
    padding-bottom: 4%;
    margin-bottom: 4%;
  }

  #career-area .med_list_l li .med_index p {
    font-size: 3.5vw;
    margin-bottom: 2%;
    line-height: 1.6em;
  }

  #career-area .med_list_l li .med_index h5 {
    font-size: 5vw;
    letter-spacing: 0.15em;
    line-height: 1.6em;

  }

  #career-area .med_list_l li .com_btn1 a {
    margin: 5% auto 0 auto;
    padding: 1.5% 0 1.2% 0;
    max-width: 100%;
  }

  #career-area .med_list_s li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 4%;
  }

  #career-area .med_list_s li:nth-child(even) {
    margin-right: 0%;
  }

  #career-area .med_list_s li:nth-child(5) {
    margin-left: 0;
  }

  #career-area .med_list_s li .com_btn1 a {
    padding: 0;
    width: 100%;
    font-size: 3vw;
    letter-spacing: 0.05em;
  }

  #career-area .med_list_s li h5 {
    font-size: 3.3vw;
    letter-spacing: 0.03em;
    line-height: 1.5em;
    background-size: 20% auto;
    padding-left: 26%;
    margin-bottom: 5%;
  }

  #career-area .med_txt {
    padding-top: 5%;
    padding-bottom: 0;
  }

  #career-area .med_txt h6 {
    padding-right: 0;
    font-size: 4.2vw;
    letter-spacing: 0.15em;
    line-height: 2em;
    padding-bottom: 5%
  }

  #career-area .med_txt .abs_img {
    position: static;
    bottom: 0;
    width: 40%;
    margin: 0 auto;
  }
}


/*conept
---------------------------------------------------------*/
.concept {
  position: relative;
  padding-bottom: 18%;
}

.concept::before {
  position: absolute;
  content: "";
  max-width: 1020px;
  width: 70%;
  height: 220px;
  left: 0;
  bottom: -60px;
  margin: auto;
  background: url(../images/top/clin_img@2x.jpg) no-repeat center;
  background-size: contain;
}

.concept .conc_title {
  position: relative;
  background: url(../images/top/concept_title@2x.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 130px;
  margin-top: -30px;
}

.concept .conc_title p {
  position: relative;
  font-size: 3em;
  text-align: center;
  color: #fff;
}

.concept .conc_title p::before {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  left: 0;
  right: 0;
  top: -80px;
  margin: auto;
  background: url(../images/top/con_icon.svg) no-repeat center;
  background-size: contain;
}

.concept h4 {
  font-size: 2.6em;
  line-height: 170%;
  margin-bottom: 30px;
}

.concept .w1150 {
  position: relative;
  padding-top: 70px;
}

.concept .doc_img {
  max-width: 200px;
  width: 20%;
  position: absolute;
  top: -50px;
  right: 3%;
}

.concept .doc_img p {
  line-height: 180%;
  margin-top: .5em;
}

.concept .doc_img p span {
  font-size: 1.4em;
}

.concept .arrow2 {
  max-width: 250px;
  position: absolute;
  bottom: -100px;
  right: 3%;
}

/* 微調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1300px) {
  .concept h4 {
    font-size: 3vw;
  }
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .concept {
    padding-bottom: 180px;
  }

  .concept .conc_title {
    padding-top: 90px;
    padding-bottom: 70px;
    margin-top: 0;
  }

  .concept .conc_title p {
    font-size: 1.5em;
  }

  .concept .conc_title p::before {
    width: 36px;
    height: 36px;
    top: -36px;
  }

  .concept h4 {
    font-size: 1.7em;
  }

  .concept .doc_img {
    width: 20%;
    top: -80px;
  }
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
  .concept {
    padding-bottom: 130px;
  }

  .concept::before {
    width: 100%;
    height: 220px;
    left: 0;
    bottom: -90px;
  }

  .concept .conc_title {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 0;
  }

  .concept .conc_title p {
    font-size: 1.2em;
  }

  .concept .conc_title p::before {
    width: 28px;
    height: 28px;
    top: -30px;
  }

  .concept h4 {
    font-size: 1.3em;
    margin-bottom: 1em;
  }

  .concept .w1150 {
    padding-top: 5%;
  }

  .concept .doc_img {
    width: 30%;
  }

  .concept .doc_img p {
    font-size: .95em;
    line-height: 140%;
  }

  .concept .doc_img p span {
    font-size: 1.15em;
  }

  .concept .arrow2 {
    bottom: -50px;
  }
}

/*6つのポイント
---------------------------------------------------------*/
.point {


  padding: 195px 0 35px 0;

}

.point .title_box {
  position: relative;
  margin-bottom: 80px;
}

.point .title_box dl {
  max-width: 620px;
  margin-left: 150px;
}

.point .title_box dd {
  margin-top: 50px;
  letter-spacing: 0.1em;
}

.point .title_box .abs_img {
  position: absolute;
  right: 0;
  top: -185px;
  max-width: 329px;
  width: 30%;
}

.point .point_box1,
.point .point_box2,
.point .point_box3 {
  margin-bottom: 60px;
}

.point .point_box .point_index {
  position: relative;
  text-align: center;
  padding: 110px 0 50px 0;
}


.point .point_box_flt {
  margin-bottom: 8px;
  padding: 0;
}

.point .point_box_flt .point_box .point_index::before {
  height: 30px;
}

.point .point_box_flt li {
  float: left;
  width: 48%;
  position: relative;
  margin: 0 0 80px;
}

.point .point_box_flt li:nth-child(even) {
  margin: 0 2% 80px;
}

.point .point_box .point_index dt {
  font-size: 550%;
  line-height: 0.5em;
  font-weight: 100;
  font-style: normal;
  color: rgba(255,255,255,0.8);
}

.point .point_box .point_index dd {
  font-size: 120%;
  padding: 20px 0 25px 0;
  letter-spacing: 0.1em;
  color: #fff5ad;

  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
}

.point .point_box .point_index dd a {
  color: #fff5ad;
}

.point .point_box .point_index h2 {
  color: #ffffff;
  font-size: 240%;
  line-height: 1.5em;
}

.point .point_box .point_index .abs_img {
  position: absolute;
  top: 0;
  right: 3%;
  width: 47%;
  max-width: 600px;
}

.point .point_box2 .point_index .abs_img {
  right: auto;
  left: 3%;
}

.point .point_box1 .point_index {
  background: url(../images/top/point_bg_l@2x.png) no-repeat left top #9fbbd1;
  background-size: auto 100%;
  padding-right: 50%;
}

.point .point_box2 .point_index {
  background: url(../images/top/point_bg_r@2x.png) no-repeat right top #97c4c1;
  background-size: auto 100%;
  padding-left: 50%;
}

.point .point_box3 .point_index {
  background: url(../images/top/point_bg_l@2x.png) no-repeat left top #d6b4b4;
  background-size: auto 100%;
  padding-right: 50%;
}

.point .point_box4 .point_index {
  background: url(../images/top/point_bg_s@2x.png) no-repeat left top #b1c4a7;
  background-size: auto 100%;
}

.point .point_box5 .point_index {
  background: url(../images/top/point_bg_s@2x.png) no-repeat right top #9fc1c7;
  background-size: auto 100%;
}

.point .point_box6 .point_index {
  background: url(../images/top/point_bg_s@2x.png) no-repeat left top #c4b5a5;
  background-size: auto 100%;
}

.point .point_box7 .point_index {
  background: url(../images/top/point_bg_s@2x.png) no-repeat left top #9fbbd1;
  background-size: auto 100%;
}

.point .point_box8 .point_index {
  background: url(../images/top/point_bg_s@2x.png) no-repeat left top #97c4c1;
  background-size: auto 100%;
}

.point .point_box9 .point_index {
  background: url(../images/top/point_bg_s@2x.png) no-repeat left top #d6b4b4;
  background-size: auto 100%;
}

.point .point_box_flt .point_index {
  font-size: 80%;
  padding: 95px 0 25px 0;
}

.point .point_box_flt .point_index h2 {
  line-height: 1.3em;
}

.point .point_box_flt .point_index dl {
  padding-right: 75%;
}

.point .point_box_flt .abs_img {
  position: absolute;
  right: 4%;
  width: 70%;
  max-width: 480px;
  top: -6%;
}

.point .point_box .point_inbox {
  background: #f2eee4;
}

.point .point_box_flt .point_inbox {
  padding: 40px;
}

/*PROFESSIONAL*/
.point .point_box1 .point_inbox li {
  float: left;
  width: 33.333%;
  box-sizing: border-box;
  padding: 40px 20px;
  text-align: center;
}

.point .point_box1 .point_inbox li:last-child {

}

.point .point_box1 .point_inbox li:nth-child(2) {
  background: rgba(255, 255, 255, 0.40);
}

.point .point_box1 .point_inbox h4 {
  font-weight: normal;
}

.point .point_box1 .point_inbox h3 {
  color: #6a97ba;
  font-size: 180%;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 5px;
}

/*METAL FREE*/
.point .point_box2 .point_inbox .flt_box {
  padding: 60px 70px;
}

.point .point_box2 .point_inbox .flt_box div {
  width: 55%;
  max-width: 620px;
  float: right;
}

.point .point_box2 .point_inbox .flt_box p {
  width: 42%;
  max-width: 470px;
  float: left;
}

/*FOR FAMILY*/
.point .point_box3 .point_inbox li {
  float: left;
  width: 22.666%;
  box-sizing: border-box;
  padding: 60px 10px 45px 10px;
  text-align: center;
}

.point .point_box3 .point_inbox li:last-child {
  width: 32%;
  padding: 60px 65px;
  text-align: left;
}

.point .point_box3 .point_inbox li:nth-child(1),
.point .point_box3 .point_inbox li:nth-child(3) {
  background: rgba(255, 255, 255, 0.40);
}

.point .point_box3 .point_inbox h3 {
  color: #d67878;
  font-size: 140%;
  font-weight: normal;
}

.point .point_box3 .point_inbox h3 span {
  font-size: 80%;
}

.point .point_box3 .point_inbox dl dt {
  padding: 20px 0 15px 0;
}

.point .point_box3 .point_inbox dl dd {
  line-height: 1.6em;
}

/*外来環*/
.point .gairaikan {
  text-align: center;
}

.point .gairaikan h4 {
  font-size: 120%;
  color: #606e91;
  margin-bottom: 30px;
}

.point .gairaikan .link {
  max-width: 270px;
  margin: 0 auto;
  border-top: #cccccc 1px solid;
  padding-top: 10px;
  font-size: 90%;
}

.point .gairaikan .link i {
  color: #606e91;
  font-size: 150%;
  padding-left: 0.5em;
}

.point .gairaikan .link a {
  color: #808080;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .point .title_box dl {
    max-width: 60%;
    margin-left: 5%;
  }

  .point .point_box .point_index dt {
    font-size: 450%;
  }

  .point .point_box .point_index dd {
    font-size: 110%;
  }

  .point .point_box .point_index h2 {
    font-size: 230%;
  }

  .point .point_box_flt .point_inbox {
    padding: 30px;
  }

  /*PROFESSIONAL*/
  .point .point_box1 .point_inbox li {
    padding: 30px 15px;
  }

  .point .point_box1 .point_inbox li:last-child {
    padding: 30px;
  }

  .point .point_box1 .point_inbox h4 {
    font-size: 90%;
  }

  .point .point_box1 .point_inbox h3 {
    font-size: 160%;
    margin-bottom: 15px;
  }

  /*METAL FREE*/
  .point .point_box2 .point_inbox .flt_box {
    padding: 40px;
  }

  /*FOR FAMILY*/
  .point .point_box3 .point_inbox li {
    padding: 30px 10px 20px 10px;
  }

  .point .point_box3 .point_inbox li:last-child {
    padding: 30px;
  }

  .point .point_box3 .point_inbox h3 {
    font-size: 120%;
  }

  .point .point_box3 .point_inbox h3 span {
    font-size: 80%;
  }

  .point .point_box3 .point_inbox dl dt {
    padding: 20px 0 15px 0;
  }
}

/* PC調整2
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .point .point_box .point_index h2 {
    font-size: 215%;
  }

  /*FOR FAMILY*/
  .point .point_box3 .point_inbox h3 {
    font-size: 110%;
  }
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .point {
    background-size: 50% auto;
    padding: 70px 0 50px 0;
    margin-bottom: 70px;
  }

  .point .title_box {
    margin-bottom: 40px;
  }

  .point .title_box dl {
    max-width: 100%;
    margin-left: 0;
  }

  .point .title_box dt {
    width: 70%;
  }

  .point .title_box dd {
    margin-top: 30px;
    letter-spacing: 0.1em;
  }

  .point .title_box .abs_img {
    top: -100px;
    width: 27%;
  }

  .point .point_box .point_index {
    padding: 70px 0 40px 0;
  }

  .point .point_box .point_index::before {
    height: 30px;
  }

  .point .point_box_flt {
    margin-bottom: 60px;
  }

  .point .point_box_flt .point_box .point_index::before {
    height: 20px;
  }

  .point .point_box .point_index dt {
    font-size: 350%;
  }

  .point .point_box .point_index dd {
    font-size: 100%;
    padding: 15px 0 20px 0;
    letter-spacing: 0.1em;
  }

  .point .point_box .point_index h2 {
    font-size: 160%;
    line-height: 1.5em;
  }

  .point .point_box .point_index .abs_img {
    width: 45%;
  }

  .point .point_box1 .point_index {
    padding-right: 47%;
  }

  .point .point_box2 .point_index {
    padding-left: 47%;
  }

  .point .point_box3 .point_index {
    padding-right: 47%;
  }

  .point .point_box_flt .point_index {
    font-size: 70%;
    padding: 40px 0 20px 0;
  }

  .point .point_box_flt .point_index dl {
    padding-right: 53%;
  }

  .point .point_box_flt .point_index dd {
    padding: 5px 0 5px 0;
    letter-spacing: 0;
  }

  .point .point_box_flt .point_inbox {
    padding: 20px;
  }

  /*PROFESSIONAL*/
  .point .point_box1 .point_inbox li {
    width: 50%;
    padding: 30px;
  }

  .point .point_box1 .point_inbox li:last-child {
    width: 100%;
    padding: 30px;
  }

  .point .point_box1 .point_inbox li:first-child {
    background: rgba(255, 255, 255, 0.20);
  }

  .point .point_box1 .point_inbox li:nth-child(2) {
    background: rgba(255, 255, 255, 0.40);
  }

  .point .point_box1 .point_inbox h3 {
    font-size: 170%;
    margin-bottom: 15px;
  }

  /*METAL FREE*/
  .point .point_box2 .point_inbox .flt_box {
    padding: 30px;
  }

  .point .point_box2 .point_inbox .flt_box div {
    width: 70%;
    margin: 30px auto 0 auto;
    max-width: 620px;
    float: none;
  }

  .point .point_box2 .point_inbox .flt_box p {
    width: 100%;
    max-width: 100%;
    float: none;
  }

  /*FOR FAMILY*/
  .point .point_box3 .point_inbox li {
    width: 33.333%;
    padding: 30px 10px;
  }

  .point .point_box3 .point_inbox li:nth-child(2) {
    background: rgba(255, 255, 255, 0.20);
  }

  .point .point_box3 .point_inbox li:last-child {
    width: 100%;
    padding: 30px;
  }

  .point .point_box3 .point_inbox h3 {
    font-size: 125%;
  }

  .point .point_box3 .point_inbox dl dt {
    padding: 15px 0 10px 0;
  }

  /*外来環*/
  .point .gairaikan h4 {
    font-size: 115%;
    margin-bottom: 20px;
  }
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
  .point {
    background-size: 60% auto;
    padding: 12% 0 0 0;
    margin-bottom: 10%;
  }

  .point .title_box {
    margin-bottom: 10%;
  }

  .point .title_box dl {
    max-width: 100%;
    margin-left: 0;
  }

  .point .title_box dd {
    margin-top: 5%;
  }

  .point .title_box .abs_img {
    top: -25%;
    width: 30%;
  }

  .point .point_box1,
  .point .point_box2,
  .point .point_box3 {
    margin-bottom: 12%;
  }

  .point .point_box3 {
    margin-bottom: 10%;
  }

  .point .point_box .point_index {
    padding: 10% 0 5% 0;
  }

  .point .point_box .point_index::before {
    height: 20px;
  }

  .point .point_box_flt {
    margin-bottom: 0;
  }

  .point .point_box_flt .point_box .point_index::before {
    display: none;
  }

  .point .point_box_flt li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
.point .point_box_flt li:nth-child(even) {
  margin: 0 0 30px;
}
  .point .point_box .point_index dt {
    font-size: 320%;
    margin-top: 10px;
  }

  .point .point_box .point_index dl {
    padding-right: 50%;
    text-align: center;
  }

  .point .point_box2 .point_index dl {
    padding-right: 0;
    padding-left: 50%;
  }

  .point .point_box .point_index dd {
    font-size: 90%;
    padding: 7% 0 10% 0;
    margin-bottom: 15%;
    letter-spacing: 0.1em;
    position: relative;
  }

  .point .point_box .point_index dd::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff5ad;
    height: 1px;
    width: 35px;
    bottom: 0;
  }

  .point .point_box .point_index h2 {
    font-size: 7vw;
  }

  .point .point_box .point_index .abs_img {
    right: 3%;
    width: 50%;
  }

  .point .point_box1 .point_index {
    padding-right: 0;
  }

  .point .point_box2 .point_index {
    padding-left: 0;
  }

  .point .point_box3 .point_index {
    padding-right: 0;
  }

  .point .point_box_flt .point_index {
    font-size: 70%;
    padding: 5% 3%;
    display: table;
    width: 100%;
  }

  .point .point_box_flt .point_index h2,
  .point .point_box_flt .point_index .clearfix {
    display: table-cell;
    vertical-align: middle;
  }

  .point .point_box_flt .point_index .clearfix {
    width: 22%;
  }

  .point .point_box_flt .point_index dl {
    position: relative;
    padding: 0 10% 0 0;
    margin: 0;
  }

  .point .point_box_flt .point_index dd {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .point .point_box_flt .point_index dd::after {
    display: none;
  }

  .point .point_box_flt .point_index dl::after {
    display: block;
    content: "";
    position: absolute;
    right: -10%;
    margin: 0 auto;
    background: #FFF;
    height: 50%;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .point .point_box_flt .point_index h2 {
    text-align: left;
    padding-left: 7%;
    font-size: 4.5vw;
  }

  .point .point_box_flt .abs_img {
    position: static;
    width: 50%;
    float: right;
    padding: 0 0 1% 5%;
  }

  .point .point_box_flt .point_inbox {
    padding: 5%;
  }

  /*PROFESSIONAL*/
  .point .point_box1 .point_inbox li {
    width: 50%;
    padding: 5%;
  }

  .point .point_box1 .point_inbox li:last-child {
    padding: 5%;
    width: 100%;
  }

  .point .point_box1 .point_inbox li:first-child {
    background: rgba(255, 255, 255, 0.20);
  }

  .point .point_box1 .point_inbox h3 {
    font-size: 4vw;
    margin-bottom: 5%;
    margin-top: 3px;
  }

  .point .point_box1 .point_inbox h4 {
    font-size: 3vw;
    line-height: 1.6em;
  }

  /*METAL FREE*/
  .point .point_box2 .point_inbox .flt_box {
    padding: 5%;
  }

  .point .point_box2 .point_inbox .flt_box div {
    width: 100%;
    float: none;
    margin: 5% auto 0 auto;
  }

  .point .point_box2 .point_inbox .flt_box p {
    width: 100%;
    max-width: 100%;
    float: none;
  }

  /*FOR FAMILY*/
  .point .point_box3 .point_inbox li {
    width: 33.333%;
    padding: 5% 0;
  }

  .point .point_box3 .point_inbox li:last-child {
    width: 100%;
    padding: 5%;
  }

  .point .point_box3 .point_inbox li:nth-child(2) {
    background: rgba(255, 255, 255, 0.20);
  }

  .point .point_box3 .point_inbox h3 {
    font-size: 4vw;
    line-height: 1.4em;
  }

  .point .point_box3 .point_inbox dl dt {
    padding: 7% 8%;
  }

  .point .point_box3 .point_inbox dl dd {
    font-size: 3vw;
    line-height: 1.6em;
  }

  /*外来環*/
  .point .gairaikan h4 {
    font-size: 4.8vw;
    margin-bottom: 5%;
  }
}






/*トピックス
---------------------------------------------------------*/

.topics-service-area{
  background: #FFF url(../_images/bg/dot-grid.png) center center;
}


#topics .news{

  width:100%;
}
#topics .blog{
  width:100%;
}
#topics .topics_title{
  padding-bottom:30px;
  position: relative;
  margin-bottom: 8px;
  background-size:50% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  border-bottom: 3px solid #eee;
}

#topics .topics_title dl{
  padding-left:5px;
 
}



#topics .topics_title dt{
  font-size:36px;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin-bottom:15px;
  font-weight: 100;
}
/* IE対応 */
_:-ms-lang(x)::-ms-backdrop,#topics .topics_title dt{
  margin-bottom: 15px;
}
#topics .news .topics_title dt{color: #8CAD00;}
#topics .blog .topics_title dt{color: #8CAD00;}

#topics .trivia .topics_title dt{color: #8CAD00;}

#topics .topics_title dd{
  font-size:17px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
#topics .topics_title .link{
  position:absolute;
  right: 0;
  top:10px;
}
#topics .topics_title .link a{
  color: #555;
  background-size:20px 10px;
  padding: 10px;
  font-size: 13px;
}


#topics .topics_list {
  margin: 0;
  padding: 0;
}
#topics .topics_list dl{
   margin-bottom: 0;
}

#topics .topics_list > li{
  padding:18px 10px;
  border-bottom:1px solid #ccc;
}
/* IE対応 */
_:-ms-lang(x)::-ms-backdrop,#topics .topics_list > li{
  padding:45px 25px 35px 25px;
}
#topics .topics_list > li dt,
#topics .topics_list > li dd{
  display:inline-block;
}
#topics .topics_list > li dt{
  font-size:14px;
  padding-right: 0.7em;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #999;
}
#topics .topics_list > li dd{
  font-size:15px;
  letter-spacing: 0.1em;
}


#topics .topics_list > li dd a{
  color: #333;
  display: block;
    position: relative;
    width: 100%;
}

#topics .topics_list>li dd a:after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-top: 2px solid #E73D2B;
  border-right: 2px solid #E73D2B;
  -ms-transform: translateX(-25%) rotate(45deg);
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
}


@media only screen and (max-width: 767px) {

  .topics-service-area {
      
    }


#topics .topics_title{
  padding-bottom:12px;
  position: relative;
  margin-bottom: 8px;
  background-size:50% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  border-bottom: 3px solid #eee;
}

#topics .topics_title dt{
  font-size:20px;
  letter-spacing: 0.2em;
  line-height: 1em;
  margin-bottom:7px;
}
#topics .topics_title dd {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1em;
}
#topics .topics_title .link a{
  background-size:20px 10px;
  padding: 10px;
  font-size: 13px;
}
#topics .topics_list > li{
  padding:12px 4px;
  border-bottom:1px solid #ccc;
  line-height: 1.5;
  font-size: 15px;
}
#topics .topics_list > li dt{
  font-size:13px;
  padding-right: 0.5em;
  letter-spacing: 0;
  font-weight: normal;
  color: #999;
}
#topics .topics_list > li dd{
  font-size:14px;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

#topics .topics_list > li dt,
#topics .topics_list > li dd{
  display:block;
}

}
















.point-bg {
    background: #FFF;

}




.home-concept-area {
  background:#FCF6E4;
  /* display: flex; */
  padding:5% 2%;


  /* text-shadow:0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),
    0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6); */

}



.home-concept-area  {
  position: relative;
}
.home-concept-area::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../_images/psd/feature-assets/reason-bg1.png), url(../_images/psd/feature-assets/reason-bg2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: 300px 1250px, 300px 1250px;
  text-align: center;
}
.home-concept-area::after {
  content: "";  /* å½± */
  position: absolute;
  z-index: 1;
  z-index: 0;
  width: 100%;
  height: 15px;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  opacity: 0.2;
}


.home-concept-area-inner{
z-index: 10;
position: relative;
}

.home-concept-area-inner p,
.home-concept-title{
  }

.home-concept-title {
  font-size:26px;
  margin-bottom:20px;
  letter-spacing: .1rem;
  line-height: 1.8;
  font-weight: bold;
}



.home-concept-area-inner p{
  font-size:16px;
  max-width:800px;
  line-height: 1.9;
  margin: auto;
  margin-bottom: 30px;
}

.home-concept-area-inner2{
  z-index: 999;
}



@media screen and (max-width: 1000px) {

  

 .home-concept-area::before,
  .home-concept-area::after {

display: none;

  }


}


@media screen and (max-width: 480px) {



.home-concept-area {

  padding:30px 10px;

  background-size: 120%;
  display: flex;


  text-shadow:0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),
    0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6);

}

  .home-concept-area::before,
  .home-concept-area::after {

display: none;

  }


.home-concept-title {
  font-size:19px;
}

.home-concept-area-inner p{
  font-size:15px;
}

}















.home-service-area {
  background: #F7C694;
}




.home-insta-area {

  padding: 10px 8px;
  background: url(../_images/bg/insta2.jpg) center center;
  background-size: cover;

}


.home-insta-area-inner {
  background: rgba(255,255,255,0.95);
  border-radius: 20px;
  padding: 2% 0;
}







.slide-wrap {
  position: relative;
}



.slide-img {
position: relative;
display: block;
}


.slide-text {
  position: absolute;

  z-index: 100;


  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}
.slide-text img {
  width: 700px;

}

.slide-text-mobi img {
  max-width:300px;

}

.home-slide-pc-wrap {
  background:#f4f4f4;
}

.home-slide-pc-wrap .carousel{
  max-width: 1800px;
  margin:0 auto;
}



@media only screen and (max-width: 600px) {

.slick01 {
  margin: 0;
  padding: 0;
  margin-top: 0;
}



.slide-text {
  position: absolute;
  
    z-index: 100;
  
  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


}









.home-sns-area {
  background:#FFF;
  padding:8% 0;


}





.side-text {
  padding: 0 11%;
position: relative;
}

.deco-txt-01 {
  position: absolute;
  top: -80px;
  font-size: 7rem;
  line-height: 1;
  color: rgba(255,255,255,.7);
  font-family: 'Arial', sans-serif;

  font-weight: bold;
  letter-spacing: -5px;
}

.home-h3 {

  font-size: 25px;
  margin-bottom: 8px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
}

.home-h3 span {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  margin-bottom: 4px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.module-s {
  padding:  0;
  clear: both;
  margin-bottom: -20px;
}

.side-text p {
  position: relative;
}


@media only screen and (max-width: 600px) {

.home-sns-area {
    background: #FFF;
    padding: 8% 0;


  }





  .side-text {
    padding: 0 2%;
    position: relative;
  }

  .deco-txt-01 {
    position: absolute;
    top: -15px;
    font-size: 8rem;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    font-family: 'Arial', sans-serif;
    -webkit-text-stroke: 1px #f4f4f4;
    font-weight: bold;
  }

  .home-h3 {

    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
  }

  .home-h3 span {
    display: block;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.6rem;
    margin-bottom: 4px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
  }

  .module-s {
    padding: 2.5% 0;
    clear: both;
  }

  .side-text p {
    position: relative;
  }

}






















/*院長あいさつ
---------------------------------------------------------*/
.greet {
  background: url("../_images/psd/home-3-assets/home-dr-bg.jpg") no-repeat right top;
  background-size: 1060px auto;
  padding-top: 150px;
  margin-bottom: -120px;
}

.greet .bg {
  width: 74%;
  background: linear-gradient(to right, rgba(51, 76, 97, 1) 0%, rgba(51,
    76,
    97, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f2933', endColorstr='#cc3f2933', GradientType=1);
  box-sizing: border-box;
  padding: 130px 8% 80px;
  color: #fff;
  text-align: left;
  position: relative;
}

.greet .bg a {
  /* color: #fff; */
}

.greet .bg a:hover {
  color: #bda06a;
}

.greet .ttl_top {
  color: rgba(219, 202, 183, 0.6);
  font-size: 400%;
  letter-spacing: normal;
  line-height: 1.0em;
  position: absolute;
  left: 6%;
  top: 0;
  transform: translateY(-55%);
  font-weight: 100;
}

.greet .ttl_top::first-letter {
  color: rgba(219, 202, 183, 1.0);
}

.greet .greet_tit {
  color: #dbcab7;
  font-size: 120%;
  letter-spacing: .25em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}

.greet .message {
  line-height: 2em;
  margin-bottom: 30px;
}

.greet .img_box {
  margin: 80px 0 60px;
  display: flex;
  justify-content: space-between;
}

.greet .img_box .img_item {
  width: 250px;
}

.greet .img_box .txt {
  width: calc(97% - 300px);
}

.greet .img_box .txt p {
  font-size: 70%;
  letter-spacing: .1em;
  line-height: 1.2em;
  margin-bottom: 1.0em;
}

.greet .img_box .txt dt {
  display: inline-block;
  vertical-align: middle;
  font-size: 120%;
  letter-spacing: .1em;
  line-height: 1.2em;
  margin-right: .2em;
}

.greet .img_box .txt dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 200%;
  letter-spacing: .1em;
  line-height: 1.2em;
}

.greet .img_box .txt .com_link_txt {
  margin-top: 2.0em;
}

.greet .bg::before {
  content: "";
  /* 下背景 */
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  /* background-image: url("../_images/psd/home-3-assets/home-dr-bg.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  background-size: 300px auto, 300px auto; */
}

.greet .report {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.greet .report li {
  width: 48%;
  max-width: 410px;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 20px 2% 0;
}

.greet .report p {
  color: #dbcab7;
  font-size: 70%;
  letter-spacing: .25em;
  line-height: 1.6em;
}

.greet .report dt {
  font-family: europa, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #bda06a;
  font-size: 200%;
  letter-spacing: .05em;
  line-height: 1.2em;
  margin: .2em 0;
}

.greet .report dd {
  line-height: 1.4em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .greet {
    background-size: 80% auto;
    padding-top: 20vw;
    margin-bottom: 8%;
  }

  .greet .bg {
    width: 80%;
    padding: 10% 4% 6%;
  }

  .greet .ttl_top {
    font-size: 12vw;
    left: 4%;
  }

  .greet .greet_tit {
    margin-bottom: .5em;
  }

  .greet .message {
    line-height: 2.2em;
    margin-bottom: 6%;
  }

  .greet .img_box {
    margin: 6% 0 4%;
  }

  .greet .img_box .img_item,
  .greet .img_box .txt {
    width: 48%;
  }

  .greet .report p {
    font-size: 80%;
    letter-spacing: .05em;
  }
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
  .greet {
    background-size: 90%;
    padding-top: 30vw;
    margin-bottom: 10%;
  }

  .greet .bg {
    width: 90%;
    padding: 15% 5% 8%;
  }

  .greet .ttl_top {
    font-size: 250%;
    left: 3%;
  }

  .greet .greet_tit {
    margin-bottom: .5em;
    font-size: 16px;
  }

  .greet .message {
    line-height: 1.8em;
    margin-bottom: 8%;
    font-size: 15px;
  }

  .greet .img_box {
    margin: 8% auto 10%;
    width: 80%;
    display: block;
    text-align: center;
  }

  .greet .img_box .img_item {
    width: 60%;
    margin: auto;
    margin-bottom: 1.0em;
  }

  .greet .img_box .txt {
    width: 100%;
  }

  .greet .img_box .txt p {
    font-size: 80%;
    margin-bottom: .5em;
  }

  .greet .img_box .txt dt {
    font-size: 100%;
  }

  .greet .img_box .txt dd {
    font-size: 160%;
  }

  .greet .img_box .txt .com_link_txt {
    margin-top: 1.0em;
  }

  .greet .bg::before {
    background-size: 50% auto, 50% auto;
    /* 下背景 */
  }

  .greet .report li {
    max-width: 100%;
    padding: 1.5em 0 0;
  }

  .greet .report p {
    font-size: 80%;
    letter-spacing: .05em;
  }

  .greet .report dt {
    font-size: 160%;
  }
}










/*7つのポイント
---------------------------------------------------------*/
.home-tokucho-area {
  width: 100%;

  background: #fde6e6;
  /* 	background:#cdd2da url(../_images/psd/home-assets/home-bg-02.jpg) center center no-repeat; */
  background-size: cover;
  padding: 6% 8% 1%;
}

.home-tokucho-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

#tokucho {}

#tokucho .title {
  background: #f4c337;
  position: relative;
  margin-bottom: 140px;
  padding-top: 50px;
}

#tokucho .title::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100px;
  background: url(../images/top/point_bg@2x.png) no-repeat center top;
  background-size: 100% 100%;
}

#tokucho .title .w1340 {
  position: relative;
}

#tokucho .title dl {
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

#tokucho .title dt {
  max-width: 600px;
  width: 55%;
  margin: 0 auto 20px auto;
}

#tokucho .title dd {
  width: 57%;
  margin: 0 auto;
}

#tokucho .title .abs_img li {
  position: absolute;
  bottom: 0;
  max-width: 211px;
  width: 17%;
}

#tokucho .title .abs_img li:nth-child(1) {
  left: 7%;
}

#tokucho .title .abs_img li:nth-child(2) {
  right: 7%;
}



#tokucho .tokucho_list {
  padding-bottom: 50px;
  list-style: none;
}

#tokucho .tokucho_list>li {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 33px;
}

#tokucho .tokucho_list>li.tokucho1 {
  width: 100%;
  margin-right: 0;
}

#tokucho .tokucho_list>li.tokucho4,
#tokucho .tokucho_list>li.tokucho7 {
  margin-right: 0;
}

#tokucho .tokucho_list>li .tokucho_index {
  padding-left: 62px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 55px 62px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 15px;
}

#tokucho .tokucho_list>li p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}

#tokucho .tokucho_list>li.tokucho1 .tokucho_index {
  background-image: url(../_images/ai/no1.svg)
}

#tokucho .tokucho_list>li.tokucho2 .tokucho_index {
  background-image: url(../_images/ai/no2.svg)
}

#tokucho .tokucho_list>li.tokucho3 .tokucho_index {
  background-image: url(../_images/ai/no3.svg)
}

#tokucho .tokucho_list>li.tokucho4 .tokucho_index {
  background-image: url(../_images/ai/no4.svg)
}

#tokucho .tokucho_list>li.tokucho5 .tokucho_index {
  background-image: url(../_images/ai/no5.svg)
}

#tokucho .tokucho_list>li.tokucho6 .tokucho_index {
  background-image: url(../_images/ai/no6.svg)
}

#tokucho .tokucho_list>li.tokucho7 .tokucho_index {
  background-image: url(../_images/ai/no7.svg)
}

#tokucho .tokucho_list>li.tokucho1 {
  margin-bottom: 50px;
}

#tokucho .tokucho_list>li.tokucho1 .flt_box .col_l {
  width: 54%;
  max-width: 750px;
  float: left;
  padding-top: 33px;
  position: relative;
}

#tokucho .tokucho_list>li.tokucho1 .flt_box .col_r {
  width: 43%;
  float: right;
  padding-top: 33px;
}

#tokucho .tokucho_list>li.tokucho1 .flt_box .col_l .abs_icon {
  position: absolute;
  left: 31%;
  top: 0;
  max-width: 181px;
  width: 25%;
}

#tokucho .tokucho_list>li.tokucho1 .icon_list {
  margin-top: 25px;
}

#tokucho .tokucho_list>li.tokucho1 .icon_list li {
  float: left;
}

#tokucho .tokucho_list>li.tokucho1 .icon_list li:nth-child(1) {
  padding-right: 5%;
}

#tokucho .tokucho_list>li.tokucho1 .icon_list li p {
  color: #6ac4ca;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 3px 0;
  padding-left: 75px;
  background-size: 60px 60px;
  background-position: left center;
  background-repeat: no-repeat;
}

#tokucho .tokucho_list>li.tokucho1 .icon_list li:nth-child(1) p {
  background-image: url(../images/top/tokucho1_mark1.svg)
}

#tokucho .tokucho_list>li.tokucho1 .icon_list li:nth-child(2) p {
  background-image: url(../images/top/tokucho1_mark2.svg)
}

#tokucho .tokucho_list>li.tokucho1 .tokucho_index {
  margin-bottom: 20px;
}

#tokucho .icon_list {
  padding: 0;
  list-style: none;
}

/* PC調整1
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1450px) {
  #tokucho .title dd .pc_only {
    display: none;
  }

  #tokucho .tokucho_list>li .tokucho_index {
    padding-left: 60px;
    background-size: 55px 62px;
    /* 	font-size:2.1vw; */
    letter-spacing: 0em;
    line-height: 1.8em;
    margin-bottom: 10px;
  }

  #tokucho .tokucho_list>li.tokucho1 .icon_list li p {
    color: #6ac4ca;
    /* 	font-size:1.2vw; */
    font-weight: bold;
    letter-spacing: 0.15em;
    padding: 3px 0;
    padding-left: 75px;
    background-size: 60px 60px;
    background-position: left center;
    background-repeat: no-repeat;
  }
}

/* PC調整2
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #tokucho .tokucho_list>li {
    width: 31.333%;
    margin-right: 3%;
  }

  #tokucho .tokucho_list>li.tokucho1 .icon_list li p {
    font-size: 1.1vw;
    letter-spacing: 0.1em;
    line-height: 2em;
    padding-left: 65px;
    background-size: 50px 50px;
  }
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #tokucho .title {
    margin-bottom: 90px;
    padding-top: 40px;
  }

  #tokucho .title::before {
    height: 50px;
  }

  #tokucho .title dt {
    margin: 0 auto 15px auto;
  }

  #tokucho .title dd {
    width: 57%;
    margin: 0 auto;
  }

  #tokucho .title .abs_img li {
    width: 19%;
  }

  #tokucho .title .abs_img li:nth-child(1) {
    left: 2%;
  }

  #tokucho .title .abs_img li:nth-child(2) {
    right: 2%;
  }

  #tokucho .tokucho_list {
    padding-bottom: 20px;
  }

  #tokucho .tokucho_list>li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 30px;
  }

  #tokucho .tokucho_list>li.tokucho4 {
    margin-right: 3%;
  }

  #tokucho .tokucho_list>li.tokucho3,
  #tokucho .tokucho_list>li.tokucho5 {
    margin-right: 0;
  }


  #tokucho .tokucho_list>li .tokucho_index {
    padding-left: 55px;
    background-size: 50px 56px;
    font-size: 2.8vw;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }

  #tokucho .tokucho_list>li.tokucho1 {
    margin-bottom: 30px;
  }

  #tokucho .tokucho_list>li.tokucho1 .flt_box .col_l {
    width: 48.5%;
    padding-top: 0;
  }

  #tokucho .tokucho_list>li.tokucho1 .flt_box .col_r {
    width: 48.5%;
    padding-top: 0;
  }

  #tokucho .tokucho_list>li.tokucho1 .flt_box .col_l .abs_icon {
    width: 38%;
    top: 85%;
    left: 5%;
  }

  #tokucho .tokucho_list>li.tokucho1 .icon_list {
    margin-top: 15px;
  }

  #tokucho .tokucho_list>li.tokucho1 .icon_list li p {
    font-size: 1.5vw;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    padding-left: 45px;
    background-size: 37px 37px;
  }

  #tokucho .tokucho_list>li.tokucho1 .tokucho_index {
    margin-bottom: 10px;
  }
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
  #tokucho .title {
    margin-bottom: calc(50px + 8%);
    padding-top: 7%;
  }

  #tokucho .title::before {
    height: 50px;
  }

  #tokucho .title dt {
    width: 90%;
    margin: 0 auto 5% auto;
  }

  #tokucho .title dd {
    width: 100%;
    text-align: left
  }

  #tokucho .title .abs_img {
    width: 70%;
    margin: 6% auto 0 auto;
    overflow: hidden;
  }

  #tokucho .title .abs_img li {
    position: static;
    width: 49%;
    float: left;
  }

  #tokucho .title .abs_img li:nth-child(2) {
    float: right;
  }

  #tokucho .tokucho_list {
    padding-bottom: 3%;
    padding-left: 0;
  }

  #tokucho .tokucho_list>li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }

  #tokucho .tokucho_list>li .tokucho_index {
    padding-left: 12%;
    background-size: 10% auto;
    /* 	font-size:5.2vw; */
    font-size: 18px;
    margin-bottom: 2%;
    margin-top: 1%;
  }

  #tokucho .tokucho_list>li .img_box {
    width: 84%;
    margin: 0 auto;
  }

  #tokucho .tokucho_list>li.tokucho1 {
    margin-bottom: 7%;
  }

  #tokucho .tokucho_list>li.tokucho1 .flt_box .col_l {
    width: 100%;
    float: none;
    padding-top: 0;
    margin-bottom: 5%;
  }

  #tokucho .tokucho_list>li.tokucho1 .flt_box .col_r {
    width: 100%;
    float: none;
    padding-top: 0;
  }

  #tokucho .tokucho_list>li.tokucho1 .flt_box .col_l .abs_icon {
    left: 2%;
    top: 53%;
    width: 30%;
  }

  #tokucho .tokucho_list>li.tokucho1 .icon_list {
    margin-top: 5%;
  }

  #tokucho .tokucho_list>li.tokucho1 .icon_list li {
    float: none;
  }

  #tokucho .tokucho_list>li.tokucho1 .icon_list li:nth-child(1) {
    padding-right: 0;
    padding-bottom: 3%;
  }

  #tokucho .tokucho_list>li.tokucho1 .icon_list li p {
    color: #6ac4ca;
    font-size: 4vw;
    padding-left: 18%;
    background-size: 14% auto;
  }

  #tokucho .tokucho_list>li.tokucho1 .tokucho_index {
    margin-bottom: 3%;
  }

}







/* Hero Section */
.hero-section {
  position: relative;
  background: url('https://via.placeholder.com/1920x1080') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
  z-index: 1;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.btn-primary {
  padding: 10px 20px;
  background-color: #007BFF;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.btn-secondary {
  padding: 10px 20px;
  background-color: #6c757d;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

/* About Section */
.about-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.about-content {
  display: flex;
  gap: 20px;
  align-items: center;
}

.about-content .text {
  flex: 1;
}

.about-content .image img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
}

/* Services Section */
.services-section {
  padding: 60px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.service-item img {
  width: 100%;
  border-radius: 10px;
}

/* Testimonials Section */
.testimonials-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.testimonials-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
}

.testimonial {
  min-width: 300px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Contact Section */
.contact-section {
  padding: 60px 0;
}

.contact-section form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 500px;
  margin: 0 auto;
}

.contact-section input,
.contact-section textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-section button {
  padding: 10px 20px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
}