@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/
.br_sp{
  display: none;
}
.br_pc{
  display: block;
}

#keyview{
  position: relative;
  width: 100%;
  height: 414px;
  padding: 10px 0 10px;
  background-color: #F7FBF8;
}
.bg_keyview{
  position: relative;
  width: calc(100% - 20px);
  min-width: 1346px;
  height: 414px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.bg_keyview::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0));
  width: 100%;
  min-width: 1366px;
  height: 414px;
}
.bg_keyview img{
  width: 100%;
}
.txt_keyview{
  position: absolute;
  top: 180px;
  left: 0;
  min-width: 450px;
  padding: 30px ;
  background-color: rgb(255 255 255 / 90%);
}
.txt_keyview h1{
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #333333;
}
.txt_keyview h1 span{
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #4CAF7A;
}
.txt_keyview p{
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}

/* cont_nurse*/
#cont_nurse{
  width: 100%;
  padding: 100px 0 100px;
  background-color: #FAF6F1;
  overflow: hidden;
}
.nurse_head{
  width: 1200px;
  margin: 0 auto;
}
.nurse_head h2{
  position: relative;
  font-size: 32px;
  line-height: 28px;
  color: #4FAE77;
  font-weight: 700;
}
.nurse_head h2::before{
  position: absolute;
  bottom: -19px;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #4FAE77;
}
.nurse_head p{
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}
.nurse_area{
  width: 1200px;
  margin: 60px auto 0;
}
.nurse_area ul{
  width: 100%;
  display: flex;
  gap:20px;
}
.nurse_area ul li{
  width: 285px;
  height: 323px;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.nurse_area ul li img{
  width: 100%;
}
.nurse_area li h3{
  margin: 30px 0 0 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  color: #444444;
}
.nurse_area li p{
  margin: 15px 30px 0 30px;
  font-size: 14px;
  line-height: 1.5em;
  color: #666666;
}
#compare_table{
  width: 1200px;
  margin: 60px auto 0;
  padding: 100px 0 60px;
  background-color: #F3FAF5;
}
.compare_head {
  width: 1080px;
  margin: 0 auto;
}
.compare_head h2{
  font-size: 32px;
  line-height: 28px;
  color: #2F7D57;
  font-weight: 700;
  text-align: center;
}
.compare_head p{
  margin-top: 60px;
  font-size: 16px;
  line-height: 1.5em;
  color: #2B2B2B;
}
.compare_area{
  width: 1080px;
  margin: 45px auto 0;
}
.compare_area table{
  border-collapse: collapse;
}
 tr:first-child th{
  width: 386px;
  background-color: #DDE9E1;
  border: 2px solid #C7D6CC;
  text-align: center;
  color: #2F7D57;
  font-size: 18px;
  font-weight: 700;
  line-height: 56px;
}
tr:first-child th:first-child{
 background-color: #DDE9E1!important;
}
tr th:first-child{
  position: relative;
  width: 300px;
  height: 90px;
  color: #2F7D57;
  border: 2px solid #C7D6CC;
  font-size: 18px;
  line-height: 90px;
  background-color: #E8F1EC;
}
tr:nth-child(2) th::before{
  position: absolute;
  top:50%;
  left: 3.5em;
  transform:translateY(-50%);
  content: '';
  background: url(../images/about_icon01.svg)no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}
tr:nth-child(3) th::before{
  position: absolute;
  top:50%;
  left: 3.5em;
  transform:translateY(-50%);
  content: '';
  background: url(../images/about_icon02.svg)no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}
tr:nth-child(4) th::before{
  position: absolute;
  top:50%;
  left: 3.5em;
  transform:translateY(-50%);
  content: '';
  background: url(../images/about_icon03.svg)no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}
tr:nth-child(5) th::before{
  position: absolute;
  top:50%;
  left: 3.5em;
  transform:translateY(-50%);
  content: '';
  background: url(../images/about_icon04.svg)no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}
 td{
  background-color: #FFF;
  border: 2px solid #C7D6CC;
  color: #333333;
  text-align: center;
  line-height: 90px;
}
.compare_area p{
  margin: 50px 0 60px;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  text-align: center;
}
.compare_img{
  width: 100%;
}
.compare_img img{
  width: 100%;
}

/* cont_rewarding */
#cont_rewarding{
  background-color: #FFF;
  width: 100%;
  padding: 100px 0 20px;
  overflow: hidden;
}
.rewarding_head{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.rewarding_head::after{
  position: absolute;
  top: -100px;
  left: 766px;
  content: '';
  background: url(../images/about_ribbon.svg)no-repeat;
  background-size: cover;
  width: 541px;
  height: 288px;
  opacity: 0.1;
}
.rewarding_head h2{
  position: relative;
  font-size: 32px;
  line-height: 28px;
  color: #6FA8DC;
  font-weight: 700;
}
.rewarding_head h2::before{
  position: absolute;
  bottom: -19px;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #6FA8DC;
}
.rewarding_head p{
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}
#rewarding_area{
  width: 1200px;
  margin: 60px auto 0;
}
#rewarding_area img{
  width: 100%;
}
.rewarding_left{
  position: relative;
  width: 100%;
  height: 315px;
  margin-bottom: 80px;
}
.rewarding_left_img{
  position: absolute;
  top: 0;
  left: 0;
  width: 560px;
}
.rewarding_left_txt{
  position: absolute;
  top: 80px;
  right: 0;
  width: 560px;
}
.rewarding_left_txt h3{
  position: relative;
  margin-left: 0.7em;
  font-size: 22px;
  line-height: 1em;
  color: #2F7A5B;
  font-weight: 700;
}
.rewarding_left_txt h3::before{
  position: absolute;
  top:50%;
  left: -0.7em;
  transform:translateY(-50%);
  content: '';
  width: 6px;
  height: 32px;
  background-color: #98FB98;
}
.rewarding_left_txt p{
  margin: 30px 0 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #2B2B2B;
}
.rewarding_right{
  position: relative;
  width: 100%;
  height: 315px;
  margin-bottom: 80px;
}
.rewarding_right_img{
  position: absolute;
  top: 0;
  right: 0;
  width: 560px;
}
.rewarding_right_txt{
  position: absolute;
  top: 80px;
  left: 0;
  width: 560px;
}
.rewarding_right_txt h3{
  position: relative;
  margin-left: 0.7em;
  font-size: 22px;
  line-height: 1em;
  color: #2F7A5B;
  font-weight: 700;
}
.rewarding_right_txt h3::before{
  position: absolute;
  top:50%;
  left: -0.7em;
  transform:translateY(-50%);
  content: '';
  width: 6px;
  height: 32px;
  background-color: #98FB98;
}
.rewarding_right_txt p{
  margin: 30px 0 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #2B2B2B;
}
/* about_bg*/
#about_bg{
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#about_bg img{
  width: 100%;
}

/*cont_day*/
#cont_day{
  background-color: #FAF6F1;
  width: 100%;
  padding: 100px 0 100px;
  overflow: hidden;
}
.day_head{
  width: 1200px;
  margin: 0 auto;
}
.day_head h2{
  position: relative;
  font-size: 32px;
  line-height: 28px;
  color: #4FAE77;
  font-weight: 700;
}
.day_head h2::before{
  position: absolute;
  bottom: -19px;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #4FAE77;
}
.day_head p{
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}
#day_area{
  width: 1200px;
  margin: 60px auto 0;
}
#day_area ul{
  width: 100%;
}
#day_area ul li{
  display: flex;
  width: 100%;
  height: 123px;
  margin-bottom: 10px;
  background-color: #FFF;
}
#day_area ul li:last-child{
  margin-bottom: 0px;
}
li .day_time{
  position: relative;
  width: 155px;
}
li .day_time::before{
  position: absolute;
  top:50%;
  left: 30px;
  transform:translateY(-50%);
  content: '';
  width: 3px;
  height: 103px;
  background-color: #98FB98;
}
li .day_time h3{
  margin: 30px 0 0 63px;
  font-size: 20px;
  line-height: 24px;
  color: #4FAE77;
  font-weight: 700;
}
li .day_schedule{
  width: 1045px;
}
li .day_schedule h4{
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 1em;
  color: #2F7A5B;
  font-weight: 700;
}
li .day_schedule p{
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #555555;
}
#day_speech{
  position: relative;
  width: 100%;
  margin: 60px 0 0;
}
#day_speech::before{
  position: absolute;
  top: -135px;
  left: 705px;
  content: '';
  background: url(../images/human.webp)no-repeat;
  background-size: cover;
  width: 609px;
  height: 332px;
}
.day_under_txt{
  width: 697px;
  font-size: 20px;
  line-height: 1.5em;
  color: #333333;
}
.day_speech_position{
  position: absolute;
  top: 0;
  left: 760px;
  width: 150px;
}
.day_speech_position p{
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 1.5em;
  color: #2B2B2B;
}
.day_speech_position p:nth-of-type(2){
  margin-bottom: 0em;
}

/*cont_psychiatry*/
#cont_psychiatry{
  background-color: #F7FBF8;
  width: 100%;
  padding: 100px 0 100px;
  overflow: hidden;
  }
  .psychiatry_head{
  width: 1200px;
  margin: 0 auto;
  }
  .psychiatry_head h2{
  position: relative;
  font-size: 32px;
  line-height: 28px;
  color: #6FA8DC;
  font-weight: 700;
  }
  .psychiatry_head h2::before{
  position: absolute;
  bottom: -19px;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #6FA8DC;
  }
  .psychiatry_head p{
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
  }
  #psychiatry_area{
    position: relative;
    width: 1200px;
    height: 555px;
    margin: 60px auto 0;
    overflow: hidden;
  }
  .psychiatry_img{
    position: absolute;
    top:0;
    left: 0;
    width: 720px;
    height: 405px;
  }
  .psychiatry_img img{
    width: 100%;
    border-radius: 10px;
  }
  .psychiatry_txt{
    position: absolute;
    top:120px;
    left: 680px;
    width: 460px;
    padding: 30px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .psychiatry_txt h3{
    position: relative;
    margin-left: 0.7em;
    font-size: 20px;
    line-height: 27px;
    color: #2F7A5B;
    font-weight: 700;
  }
  .psychiatry_txt h3::before{
    position: absolute;
    top:50%;
    left: -0.7em;
    transform:translateY(-50%);
    content: '';
    width: 6px;
    height: 32px;
    background-color: #98FB98;
  }
  .psychiatry_txt p{
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
  }
  .psychiatry_txt h4{
    margin: 35px 0 0;
    font-size: 16px;
    line-height: 1em;
    color: #2B2B2B;
    font-weight: 700;
  }
  .psychiatry_txt ul{
    display: flex;
    gap:20px;
    margin: 25px 0 0;
  }
  .psychiatry_txt ul li{
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.5em;
    color: #2B2B2B;
  }
  .psychiatry_txt ul li::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    content: '';
    background: url(../images/about_icon05.svg)no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
  }
  .welcome_speech{
    position: absolute;
    top:500px;
    left: 50%;
    transform:translateX(-50%);
  }
  .welcome_speech p{
    font-size: 20px;
    line-height: 1.5em;
    color: #2B2B2B;
    font-weight: 700;
    text-align: center;
  }



/*スマホ*/
@media (max-width: 767px){
  .br_pc{
    display: none;
  }
  #keyview{
    position: relative;
    width: 100%;
    height: 384px;
    padding: 5px 0 5px;
    background-color: #F7FBF8;
  }
  .bg_keyview{
    position: relative;
    width: calc(100% - 10px);
    height: 384px;
    min-width: auto;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .bg_keyview::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    min-width: auto;
    height: 384px;
    border-radius: 10px;
    background: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0));
  }
  .bg_keyview img{
    position: absolute;
    left: 55%;
    transform:translateX(-55%);
    width: 100%;
    min-width: 1366px;
  }
  .txt_keyview{
    position: absolute;
    top: 210px;
    left: 0;
    max-width: 295px;
    min-width: auto;
    padding: 10px ;
    background-color: rgb(255 255 255 / 90%);
  }
  .txt_keyview h1{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #333333;
  }
  .txt_keyview h1 span{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #4CAF7A;
  }
  .txt_keyview p{
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
  }
  .br_sp{
    display: block;
  }
  /* cont_nurse*/
  #cont_nurse{
    width: 100%;
    padding: 50px 0 20px;
    background-color: #FAF6F1;
    overflow: hidden;
  }
  .nurse_head{
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .nurse_head h2{
    position: relative;
    font-size: 22px;
    line-height: 1em;
    color: #4FAE77;
    font-weight: 700;
  }
  .nurse_head h2::before{
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #4FAE77;
  }
  .nurse_head p{
    margin-top: 35px;
    font-size: 17px;
    line-height: 1.5em;
    color: #333333;
  }
  .nurse_area{
    width: calc(100% - 20px);
    margin: 30px auto 0;
  }
  .nurse_area ul{
    width: 100%;
    display: block;
    gap:0;
  }
  .nurse_area ul li{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 20px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .nurse_area ul li:last-child{
    margin-bottom: 0px;
  }
  .nurse_area ul li img{
    width: 100%;
  }
  .nurse_area li h3{
    margin: 15px 0 0 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    color: #444444;
  }
  .nurse_area li p{
    margin: 15px 15px 0 15px;
    font-size: 14px;
    line-height: 1.5em;
    color: #666666;
  }
  #compare_table{
    width: calc(100% - 20px);
    margin: 30px auto 0;
    padding: 50px 0 10px;
    background-color: #F3FAF5;
  }
  .compare_head {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .compare_head h2{
    font-size: 22px;
    line-height: 1em;
    color: #2F7D57;
    font-weight: 700;
    text-align: center;
  }
  .compare_head p{
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.5em;
    color: #2B2B2B;
  }
  .compare_area{
    width: calc(100% - 20px);
    margin: 35px auto 0;
  }
  .compare_area table{
    width: 100%;
    border-collapse: collapse;
  }
   tr:first-child th{
    width: 90px;
    text-align: center;
    color: #2F7D57;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    background-color: #DDE9E1;
    border: 2px solid #C7D6CC;
  }
  tr:first-child th:first-child{
   background-color: #DDE9E1!important;
  }
  tr th:first-child{
    position: relative;
    width: 60px;
    height: auto;
    padding-left: 1.7em;
    color: #2F7D57;
    border: 2px solid #C7D6CC;
    font-size: 14px;
    line-height: 55px;
    background-color: #E8F1EC;
  }
  tr:nth-child(2) th::before{
    position: absolute;
    top:50%;
    left: 0.5em;
    transform:translateY(-50%);
    content: '';
    background: url(../images/about_icon01.svg)no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
  }
  tr:nth-child(3) th::before{
    position: absolute;
    top:50%;
    left: 0.5em;
    transform:translateY(-50%);
    content: '';
    background: url(../images/about_icon02.svg)no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
  }
  tr:nth-child(4) th::before{
    position: absolute;
    top:50%;
    left: 0.5em;
    transform:translateY(-50%);
    content: '';
    background: url(../images/about_icon03.svg)no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
  }
  tr:nth-child(5) th::before{
    position: absolute;
    top:50%;
    left: 0.5em;
    transform:translateY(-50%);
    content: '';
    background: url(../images/about_icon04.svg)no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
  }
   td{
    background-color: #FFF;
    border: 2px solid #C7D6CC;
    color: #333333;
    text-align: center;
    font-size: 14px;
    line-height: 90px;
  }
  .compare_area p{
    margin: 30px 0 30px;
    font-size: 18px;
    line-height: 1.5em;
    color: #333333;
    text-align: center;
  }
  .compare_img{
    width: 100%;
  }
  .compare_img img{
    width: 100%;
  }

  /* cont_rewarding */
  #cont_rewarding{
    background-color: #FFF;
    width: 100%;
    padding: 50px 0 20px;
    overflow: hidden;
  }
  .rewarding_head{
    position: relative;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .rewarding_head::after{
    display: none;
  }
  .rewarding_head h2{
    position: relative;
    font-size: 22px;
    line-height: 1em;
    color: #6FA8DC;
    font-weight: 700;
  }
  .rewarding_head h2::before{
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #6FA8DC;
  }
  .rewarding_head p{
    margin-top: 35px;
    font-size: 17px;
    line-height: 1.5em;
    color: #333333;
  }
  #rewarding_area{
    width: calc(100% - 20px);
    margin: 30px auto 0;
  }
  #rewarding_area img{
    width: 100%;
  }
  .rewarding_left{
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .rewarding_left_img{
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
  .rewarding_left_txt{
    position: static;
    top: 0;
    right: 0;
    width: 100%;
  }
  .rewarding_left_txt h3{
    position: relative;
    margin-left: 0.7em;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1em;
    color: #2F7A5B;
    font-weight: 700;
  }
  .rewarding_left_txt h3::before{
    position: absolute;
    top:50%;
    left: -0.7em;
    transform:translateY(-50%);
    content: '';
    width: 3px;
    height: 18px;
    background-color: #98FB98;
  }
  .rewarding_left_txt p{
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #2B2B2B;
  }
  .rewarding_right{
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .rewarding_right_img{
    position: static;
    top: 0;
    right: 0;
    width: 100%;
  }
  .rewarding_right_txt{
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
  .rewarding_right_txt h3{
    position: relative;
    margin-left: 0.7em;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1em;
    color: #2F7A5B;
    font-weight: 700;
  }
  .rewarding_right_txt h3::before{
    position: absolute;
    top:50%;
    left: -0.7em;
    transform:translateY(-50%);
    content: '';
    width: 3px;
    height: 16px;
    background-color: #98FB98;
  }
  .rewarding_right_txt p{
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #2B2B2B;
  }
  /* about_bg*/
  #about_bg{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  #about_bg img{
    position: absolute;
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    width: auto;
    height: 100%;
  }

  /*cont_day*/
  #cont_day{
    background-color: #FAF6F1;
    width: 100%;
    padding: 50px 0 0px;
    overflow: hidden;
  }
  .day_head{
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .day_head h2{
    position: relative;
    font-size: 22px;
    line-height: 1em;
    color: #4FAE77;
    font-weight: 700;
  }
  .day_head h2::before{
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #4FAE77;
  }
  .day_head p{
    margin-top: 35px;
    font-size: 17px;
    line-height: 1.5em;
    color: #333333;
  }
  #day_area{
    width: calc(100% - 20px);
    margin: 30px auto 0;
  }
  #day_area ul{
    width: 100%;
  }
  #day_area ul li{
    display: flex;
    width: 100%;
    height: auto;
    padding: 15px 0 15px;
    margin-bottom: 10px;
    background-color: #FFF;
  }
  #day_area ul li:last-child{
    margin-bottom: 0px;
  }
  li .day_time{
    position: relative;
    width: 110px;
    white-space: nowrap;
  }
  li .day_time::before{
    position: absolute;
    top:60%;
    left: 15px;
    transform:translateY(-60%);
    content: '';
    width: 3px;
    height: 100%;
    background-color: #98FB98;
  }
  li .day_time h3{
    margin: 0px 0 0 30px;
    font-size: 16px;
    line-height: 1em;
    color: #4FAE77;
    font-weight: 700;
  }
  li .day_schedule{
    width: 100%;
  }
  li .day_schedule h4{
    margin: 0px 0 0;
    font-size: 16px;
    line-height: 1em;
    color: #2F7A5B;
    font-weight: 700;
  }
  li .day_schedule p{
    margin: 15px 10px 0 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #555555;
  }
  #day_speech{
    position: relative;
    width: 100%;
    margin: 30px 0 250px;
  }
  #day_speech::before{
    position: absolute;
    top: auto;
    bottom: -250px;
    left: auto;
    right: -150px;
    content: '';
    background: url(../images/human.webp)no-repeat;
    background-size: cover;
    width: 510px;
    height: 283px;
  }
  .day_under_txt{
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    color: #333333;
  }
  .day_speech_position{
    position: absolute;
    top: auto;
    bottom: -180px;
    left: auto;
    right: 175px;
    width: 150px;
  }
  .day_speech_position p{
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.5em;
    color: #2B2B2B;
  }
  .day_speech_position p:nth-of-type(2){
    margin-bottom: 0em;
  }

  /*cont_psychiatry*/
  #cont_psychiatry{
    background-color: #F7FBF8;
    width: 100%;
    padding: 50px 0 50px;
    overflow: hidden;
    }
    .psychiatry_head{
    width: calc(100% - 20px);
    margin: 0 auto;
    }
    .psychiatry_head h2{
    position: relative;
    font-size: 22px;
    line-height: 28px;
    color: #6FA8DC;
    font-weight: 700;
    }
    .psychiatry_head h2::before{
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #6FA8DC;
    }
    .psychiatry_head p{
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
    }
    #psychiatry_area{
      position: static;
      width: calc(100% - 20px);
      height: auto;
      margin: 30px auto 0;
      overflow: hidden;
    }
    .psychiatry_img{
      position: static;
      top:0;
      left: 0;
      width: 100%;
      height: auto;
    }
    .psychiatry_img img{
      width: 100%;
      border-radius: 10px 10px 0 0;
    }
    .psychiatry_txt{
      position: static;
      top:0;
      left: 0;
      width: 100%;
      margin-top: -10px;
      padding: 20px 0 15px;
      border-radius: 0 0 10px 10px;
      background-color: #FFF;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    }
    .psychiatry_txt h3{
      position: relative;
      margin-left: 1em;
      font-size: 18px;
      line-height: 27px;
      color: #2F7A5B;
      font-weight: 700;
    }
    .psychiatry_txt h3::before{
      position: absolute;
      top:50%;
      left: -0.5em;
      transform:translateY(-50%);
      content: '';
      width: 3px;
      height: 100%;
      background-color: #98FB98;
    }
    .psychiatry_txt p{
      margin: 15px 10px 0;
      font-size: 16px;
      line-height: 1.5em;
      color: #333333;
    }
    .psychiatry_txt h4{
      margin: 20px 10px 0;
      font-size: 15px;
      line-height: 1em;
      color: #2B2B2B;
      font-weight: 700;
    }
    .psychiatry_txt ul{
      display: block;
      gap:0px;
      margin: 25px 10px 0;
    }
    .psychiatry_txt ul li{
      position: relative;
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 1.5em;
      color: #2B2B2B;
    }
    .psychiatry_txt ul li::before{
      position: absolute;
      top: 50%;
      left: 0;
      transform:translateY(-50%);
      content: '';
      background: url(../images/about_icon05.svg)no-repeat;
      background-size: cover;
      width: 18px;
      height: 18px;
    }
    .welcome_speech{
      position: static;
      top: 0;
      left: 0;
      transform:translateX(0);
    }
    .welcome_speech p{
      margin-top: 30px;
      font-size: 18px;
      line-height: 1.5em;
      color: #2B2B2B;
      font-weight: 700;
      text-align: center;
    }

}

@media (max-width: 767px) and (orientation:landscape){
  #keyview{
    position: relative;
    width: 100%;
    height: 384px;
    padding: 5px 0 5px;
    background-color: #F7FBF8;
  }
  .bg_keyview{
    position: relative;
    width: calc(100% - 10px);
    height: 384px;
    min-width: auto;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .bg_keyview::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    min-width: auto;
    height: 384px;
    border-radius: 10px;
    background: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0));
  }
  .bg_keyview img{
    position: absolute;
    left: 55%;
    transform:translateX(-55%);
    width: 100%;
    min-width: 1366px;
  }
  .txt_keyview{
    position: absolute;
    top: 210px;
    left: 0;
    max-width: 435px;
    min-width: 295px;
    padding: 10px ;
    background-color: rgb(255 255 255 / 90%);
  }
  .txt_keyview h1{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #333333;
  }
  .txt_keyview h1 span{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #4CAF7A;
  }
  .txt_keyview p{
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
  }




  tr:nth-child(2) th::before{
    position: absolute;
    top:50%;
    left: 2.5em;
    transform:translateY(-50%);
    content: '';
    background: url(../images/about_icon01.svg)no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
  }
  tr:nth-child(3) th::before{
    position: absolute;
    top:50%;
    left: 2.5em;
    transform:translateY(-50%);
    content: '';
    background: url(../images/about_icon02.svg)no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
  }
  tr:nth-child(4) th::before{
    position: absolute;
    top:50%;
    left: 2.5em;
    transform:translateY(-50%);
    content: '';
    background: url(../images/about_icon03.svg)no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
  }
  tr:nth-child(5) th::before{
    position: absolute;
    top:50%;
    left: 2.5em;
    transform:translateY(-50%);
    content: '';
    background: url(../images/about_icon04.svg)no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
  }

}
