@media screen and (min-width: 768px){
  .object-cover {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: 50%;
  }
}

.db {
  display: block;
}

.ttl-common {
  position: relative;
}

.ttl-common:before {
  content: '';
  width: 43px;
  height: 43px;
  background-image: url("../img/top/h2_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -43px;
  left: -60px;
}

.ttl-common .eng {
  display: block;
  color: #58AF9F;
  font-family: 'Bellefair';
  font-size: 80px;
  letter-spacing: 0.02em;
  line-height: 92px;
  text-transform: uppercase;
}

.ttl-common .eng span {
  color: #8EC99A;
}

.ttl-common small {
  display: block;
  color: #2C5046;
  font-family: 'Zen Kaku Gothic Antique';
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 35px;
}

@media screen and (max-width: 1220px) {
  .ttl-common:before {
    left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .ttl-common:before {
    width: 3.6vw;
    height: 3.6vw;
    top: -3.6vw;
    left: -3.6vw;
  }
  .ttl-common .eng {
    font-size: 12.3vw;
    line-height: 14.1vw;
  }
  .ttl-common small {
    font-size: 5.1vw;
    line-height: 7.4vw;
  }
}

#concept {
  padding: 104px 0 45px;
  position: relative;
  z-index: 0;
}

#concept:before {
  content: '';
  width: calc(50% + 540px);
  background-image: url("../img/top/concept_bg.jpg");
  background-size: cover;
  background-position: right top;
  position: absolute;
  left: 0;
  bottom: 60px;
  top: 136px;
  z-index: -1;
}

#concept:after {
  content: '';
  width: calc(50% + 540px);
  background: linear-gradient(180deg, #b8e0d2 0%, #d3e8df 100%);
  position: absolute;
  left: 60px;
  bottom: 0;
  top: 196px;
  z-index: -2;
}

#concept .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#concept .container:after {
  display: none;
}

#concept .col-left {
  padding-bottom: 85px;
  position: relative;
  z-index: 1;
}

#concept .col-left h2 {
  margin-bottom: 48px;
}

#concept .col-left h3 {
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

#concept .col-left h4 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 16px;
}

#concept .col-left ul {
  display: flex;
  margin-bottom: 24px;
}

#concept .col-left ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  background: #58AF9F;
  color: #fff;
  border-radius: 15px;
  padding: 4px 12px 5px;
  margin: 0 2px 0 0;
}

#concept .col-img {
  max-width: 626px;
  margin: 0 -15px 0 -90px;
}

@media screen and (max-width: 1180px) {
  #concept:before {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 980px) {
  #concept .container {
    align-items: center;
  }
  #concept .col-img {
    margin: 0 -15px 41px -106px;
  }
  #concept .col-left .txt {
    margin-right: -20px;
  }
}

@media screen and (max-width: 767px) {
  #concept {
    padding: 13.1vw 0 6.2vw;
  }
  #concept:before {
    width: calc(100% - 30px);
    background-image: url("../img/top/concept_bg_sp.jpg");
    background-position: center bottom;
    bottom: 5.1vw;
    top: 20.3vw;
  }
  #concept:after {
    width: 92.3vw;
    left: 5.1vw;
    top: 25.4vw;
  }
  #concept .container {
    display: block;
  }
  #concept .col-left {
    padding-bottom: 10.3vw;
  }
  #concept .col-left h2 {
    margin-bottom: 8.2vw;
  }
  #concept .col-left h3 {
    font-size: 8.2vw;
    line-height: 11.8vw;
    margin-bottom: 1.0vw;
  }
  #concept .col-left h4 {
    font-size: 5.1vw;
    line-height: 7.2vw;
    margin-bottom: 1.0vw;
  }
  #concept .col-left ul {
    margin-bottom: 4.1vw;
  }
  #concept .col-img {
    max-width: none;
    width: 92.3vw;
    margin: 0 0 0 -30px;
  }
}

#about {
  padding: 88px 0 96px;
}

#about .blk1 {
  margin-bottom: 32px;
}

#about .blk1 h2 {
  float: left;
  margin: 19px 0 45px;
}

#about .blk1 .col-img {
  max-width: 520px;
  height: 816px;
  float: right;
  position: relative;
}

#about .blk1 .col-img:before{
  content: '';
  width: 32px;
  height: 32px;
  background: url('../img/top/about_deco.png') no-repeat center/100%;
  position: absolute;
  top: -9px;
  right: -8px;
  z-index: 1;
}

#about .blk1 .col-text {
  float: left;
}

#about .blk1 .col-text ul {
  display: flex;
  margin-bottom: 15px;
}

#about .blk1 .col-text ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  background: #58AF9F;
  color: #fff;
  border-radius: 15px;
  padding: 4px 12px 5px;
  margin: 0 2px 0 0;
}

#about .blk1 .col-text h3 {
  font-size: 32px;
  line-height: 56px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

#about .blk1 .col-text .txt h1{
  display: inline;
}

#about .blk2 {
  display: flex;
  justify-content: space-between;
}

#about .blk2 .gmap {
  max-width: 520px;
  width: 48.148%;
  height: 400px;
  position: relative;
}

#about .blk2 .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#about .blk2 .col-right {
  max-width: 520px;
  width: 50%;
  margin-left: 15px;
}

#about .blk2 .col-right .row {
  padding-bottom: 8px;
}

#about .blk2 .col-right .ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 8px;
}

#about .blk2 .col-right .txt {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
}

#about .blk2 .col-right dl {
  margin-bottom: 8px;
}

#about .blk2 .col-right dl dt {
  margin-bottom: 6px;
  font-weight: 500;
}

#about .blk2 .col-right dl dd {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.056em;
}

#about .blk2 .col-right dl dd span + span {
  margin-top: 5px;
}

#about .blk2 .col-right .img-group {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

#about .blk2 .col-right .img-group p {
  max-width: 164px;
  width: 32%;
  height: 90px;
}

@media screen and (max-width: 1080px) {
  #about .blk1 .col-img {
    width: 52%;
  }
}

@media screen and (max-width: 980px) {
  #about .blk1 h2 {
    float: none;
  }
  #about .blk1 .col-img {
    float: none;
    max-width: none;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  #about .blk1 .col-text {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  #about {
    padding: 13.6vw 0 16.4vw;
  }
  #about .blk1 {
    margin-bottom: 6.2vw;
  }
  #about .blk1 h2 {
    margin: 0 0 6.2vw;
  }
  #about .blk1 .col-img {
    margin-bottom: 6.2vw;
  }
  #about .blk1 .col-img:before{
    display: none;
  }
  
  #about .blk1 .col-text ul {
    margin-bottom: 4.1vw;
  }
  #about .blk1 .col-text ul li {
    font-size: 3.3vw;
    line-height: 5.1vw;
    padding: 1.0vw 3.1vw;
  }
  #about .blk1 .col-text h3 {
    font-size: 8.2vw;
    line-height: 12.3vw;
    margin-bottom: 4.1vw;
  }
  #about .blk2 {
    display: block;
  }
  #about .blk2 .gmap {
    max-width: none;
    width: 100%;
    height: 254px;
  }
  #about .blk2 .col-right {
    max-width: none;
    width: 100%;
    margin: 4.1vw 0 0;
  }
  #about .blk2 .col-right dl {
    margin-bottom: 8px;
  }
  #about .blk2 .col-right dl dt {
    margin-bottom: 8px;
    font-weight: 500;
  }
  #about .blk2 .col-right .img-group p {
    max-width: none;
    width: auto;
    height: auto;
  }
}

#features {
  background: url("../img/top/features_bg.jpg") no-repeat center top/cover;
  position: relative;
  z-index: 0;
  padding: 104px 0 96px;
}

#features .container {
  position: relative;
}

#features h2 {
  margin-bottom: 48px;
  z-index: 1;
}

#features .illust {
  width: 188px;
  position: absolute;
  right: 30px;
  top: 0;
}

#features .illust:before {
  content: '';
  width: 651px;
  height: 182px;
  background-image: url("../img/top/features_deco1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -22px;
  right: -87px;
}

#features .features-content {
  position: relative;
  z-index: 0;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

#features .features-content:before {
  content: '';
  background-image: url("../img/top/features_pattern.jpg");
  background-size: cover;
  position: absolute;
  right: -60px;
  left: 60px;
  top: 135px;
  bottom: 0;
  z-index: -2;
}

#features .features-content .blk {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

#features .features-content .blk:before {
  content: '';
  width: 735px;
  background-image: url("../img/top/pattern1.png");
  position: absolute;
  top: 0;
  bottom: 40px;
  z-index: -1;
}

#features .features-content .blk .col-text {
  position: relative;
  z-index: 0;
  margin-top: 40px;
  max-width: 735px;
  width: 68%;
  padding: 40px 40px 36px;
  background: #fff;
  color: #2C5046;
}

#features .features-content .blk .col-text h3 {
  margin-bottom: 20px;
}

#features .features-content .blk .col-text h3 a {
  display: table;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 46px;
  position: relative;
  color: #2C5046;
}

#features .features-content .blk .col-text h3 a:after {
  content: '';
  width: 32px;
  height: 32px;
  background-image: url("../img/top/icon_arrow.jpg");
  background-size: 100%;
  display: inline-block;
  margin-left: 24px;
  position: relative;
  top: 5px;
}

#features .features-content .blk .col-text h3 a:hover {
  opacity: 0.8;
}

#features .features-content .blk .img {
  position: relative;
  z-index: 1;
  max-width: 425px;
  width: 40%;
}

#features .features-content .img--right:before {
  right: 40px;
}

#features .features-content .img--right .img {
  order: 2;
  margin-left: -10%;
}

#features .features-content .img--right .col-text {
  order: 1;
  padding-right: 90px;
}

#features .features-content .img--left:before {
  left: 40px;
}

#features .features-content .img--left .img {
  margin-right: -10%;
}

#features .features-content .img--left .col-text {
  padding-left: 120px;
}

#features .recruit-banner a {
  display: flex;
  background: #fff;
  color: #2C3E50;
  border: 1px solid #BBCFEF;
  padding-right: 80px;
  position: relative;
  z-index: 1;
}

#features .recruit-banner a:before {
  content: '';
  width: 58px;
  background-image: url("../img/top/icon_right.png");
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

#features .recruit-banner a:after {
  content: '';
  width: 58px;
  background: #BBCFEF;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}

#features .recruit-banner a:hover {
  opacity: 0.8;
}

#features .recruit-banner a:hover img {
  opacity: 1 !important;
}

#features .recruit-banner .img {
  max-width: 432px;
}

#features .recruit-banner .col {
  max-width: 494px;
  padding: 25px 0 20px;
  margin-left: 40px;
}

#features .recruit-banner .col .sttl {
  display: table;
  color: #fff;
  border-radius: 24px;
  background: linear-gradient(131deg, #7db3e3 0%, #b4ddce 100%);
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.016em;
  padding: 8px 24px;
  margin-bottom: 8px;
}

#features .recruit-banner .col .ttl {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

#features .recruit-banner .col .txt {
  line-height: 28px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1180px) {
  #features .features-content .img--left .col-text {
    padding-left: 105px;
  }
}

@media screen and (max-width: 1080px) {
  #features .features-content .blk .col-text {
    padding: 40px 30px 36px;
  }
  #features .features-content .img--right .col-text {
    padding-right: 85px;
  }
  #features .features-content .img--left .col-text {
    padding-left: 90px;
  }
  #features .recruit-banner a {
    padding-right: 70px;
  }
  #features .recruit-banner .col {
    margin-left: 20px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 980px) {
  #features .features-content:before {
    background-image: url("../img/top/features_pattern_sp.jpg");
    right: -30px;
    left: 20px;
    top: 20px;
  }
  #features .features-content .blk {
    display: block;
  }
  #features .features-content .blk .img {
    max-width: none;
    width: 100%;
    z-index: 0;
  }
  #features .features-content .blk .col-text {
    z-index: 1;
    padding: 40px !important;
    max-width: none;
    width: 100%;
    margin-top: -20px;
  }
  #features .features-content .img--right .img {
    margin-left: -30px;
  }
  #features .features-content .img--left .img {
    margin: 0 0 0 -30px;
  }
  #features .recruit-banner a {
    display: block;
    padding: 0 0 72px;
  }
  #features .recruit-banner a:before {
    width: 9px;
    height: 40px;
    background-size: 100%;
    right: 25px;
    top: auto;
  }
  #features .recruit-banner a:after {
    width: 100%;
    height: 40px;
    top: auto;
  }
  #features .recruit-banner .img {
    max-width: none;
    width: 100%;
  }
  #features .recruit-banner .col {
    padding: 20px 20px 0;
    margin: 0;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #features {
    padding: 13.6vw 0 16.4vw;
  }
  #features h2 {
    margin-bottom: 10.5vw;
  }
  #features .illust {
    width: 24.4vw;
    top: 5.1vw;
  }
  #features .illust:before {
    width: 37.4vw;
    height: 39.0vw;
    background-image: url("../img/top/features_deco1_sp.png");
    top: -13.1vw;
    right: -2.3vw;
  }
  #features .features-content {
    margin-bottom: 9.7vw;
    padding-bottom: 4.1vw;
  }
  #features .features-content .blk {
    margin-bottom: 6.2vw;
  }
  #features .features-content .blk:before {
    display: none;
  }
  #features .features-content .blk .img {
    width: 87.2vw;
    height: 51.3vw;
  }
  #features .features-content .blk .col-text {
    padding: 20px !important;
  }
  #features .features-content .blk .col-text h3 {
    margin-bottom: 2vw;
  }
  #features .features-content .blk .col-text h3 a {
    display: block;
    font-size: 6.2vw;
    line-height: 9.0vw;
  }
  #features .features-content .blk .col-text h3 a:after {
    width: 6.2vw;
    height: 100%;
    display: block;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
  }
  #features .features-content .blk .col-text h3 a span {
    font-size: 4.1vw;
    position: relative;
  }
  #features .features-content .blk .col-text .txt {
    line-height: 26px;
  }
  #features .recruit-banner .col .ttl {
    font-size: 7.2vw;
    line-height: 9.7vw;
  }
  #features .recruit-banner .col .txt {
    line-height: 28px;
  }
}

#menu {
  background: url("../img/top/menu_bg.png") no-repeat center top/100%, rgba(249, 247, 243, 0.85);
  padding: 52px 0 88px;
}

#menu .container {
  display: flex;
  justify-content: space-between;
}

#menu .container:after {
  display: none;
}

#menu .col-left {
  width: 286px;
  margin-top: 42px;
}

#menu .col-left h2 {
  margin-bottom: 48px;
}

#menu .col-left .txt {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.016em;
  margin-bottom: 56px;
}

#menu .col-left .illust {
  width: 129px;
  margin: 0 0px 33px 100px;
  position: relative;
  z-index: 0;
}

#menu .col-left .illust:before {
  content: '';
  background-image: url("../img/top/menu_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 375px;
  height: 411px;
  position: absolute;
  top: 18px;
  right: -46px;
  z-index: -1;
}

#menu .col-left .item {
  width: 303px;
  position: relative;
  z-index: 1;
  margin-left: -60px;
}

#menu .col-right {
  width: calc(100% - 286px);
  background: #fff;
  padding: 40px;
}

#menu .col-right .blk {
  border-bottom: 1px solid #8EC9BE;
  padding-bottom: 20px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#menu .col-right .blk .img {
  width: 200px;
}

#menu .col-right .blk .col-text {
  width: calc(100% - 224px);
}

#menu .col-right .blk .col-text h3 {
  margin-bottom: 16px;
}

#menu .col-right .blk .col-text h3 a {
  display: table;
  color: #58AF9F;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.02em;
}

#menu .col-right .blk .col-text h3 a:after {
  content: '';
  width: 32px;
  height: 32px;
  background-image: url("../img/top/icon_arrow.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 16px;
  position: relative;
  top: 5px;
}

#menu .col-right .blk .col-text h3 a:hover {
  opacity: 0.8;
}

#menu .col-right .blk .col-text .txt {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.016em;
}

#menu .col-right .blk:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1180px) {
  #menu .col-left .item {
    margin-left: -30px;
  }
}

@media screen and (max-width: 980px) {
  #menu .col-right {
    padding: 30px;
  }
  #menu .col-right .blk {
    display: block;
    position: relative;
  }
  #menu .col-right .blk .col-text {
    width: 100%;
  }
  #menu .col-right .blk .col-text h3 {
    margin-bottom: 0;
    position: absolute;
    top: 42px;
    left: 140px;
    z-index: 1;
  }
  #menu .col-right .blk .col-text h3 a {
    font-size: 28px;
  }
  #menu .col-right .blk .img {
    width: 130px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  #menu {
    padding: 13.6vw 0 16.4vw;
    position: relative;
    background: url("../img/top/menu_bg_sp.png") no-repeat center top/100%, rgba(249, 247, 243, 0.85);
  }
  #menu .container {
    display: block;
  }
  #menu .col-left {
    width: 100%;
    margin: 0 0 6.2vw;
  }
  #menu .col-left h2 {
    margin-bottom: 6.2vw;
  }
  #menu .col-left .txt {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
  }
  #menu .col-left .illust {
    width: 16.4vw;
    position: absolute;
    top: 20.5vw;
    right: 33.8vw;
  }
  #menu .col-left .illust:before {
    display: none;
  }
  #menu .col-left .item {
    width: 41.0vw;
    margin: 0;
    position: absolute;
    top: 6.9vw;
    right: 7.7vw;
  }
  #menu .col-right {
    width: 100%;
    padding: 5.1vw 5.1vw 10.3vw;
  }
  #menu .col-right .blk {
    padding-bottom: 7vw;
    margin-bottom: 6.2vw;
  }
  #menu .col-right .blk .img {
    width: 25.6vw;
    margin-bottom: 2.1vw;
  }
  #menu .col-right .blk .col-text h3 {
    width: 44.6vw;
    top: 8.5vw;
    left: 29.7vw;
  }
  #menu .col-right .blk .col-text h3 a {
    display: block;
    font-size: 6.2vw;
    line-height: 9.0vw;
    position: relative;
  }
  #menu .col-right .blk .col-text h3 a:after {
    display: block;
    width: 6.2vw;
    height: 100%;
    background-position: 50%;
    position: absolute;
    right: 0;
    top: 0.3vw;
    bottom: 0;
  }
  #menu .col-right .blk .col-text .txt {
    line-height: 26px;
    font-size: 16px;
  }
}

#message {
  padding: 104px 0 88px;
}

#message h2 {
  margin-bottom: -38px;
  position: relative;
  z-index: 1;
}

#message .blk {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#message .blk .doctor {
  order: 2;
  width: 51.7%;
  position: relative;
  margin-right: -1.67%;
}

#message .blk .doctor .name {
  width: 145px;
  position: absolute;
  right: 44px;
  bottom: 62px;
}

#message .blk .col-text {
  order: 1;
  width: 50.03%;
}

#message .blk .col-text h3 {
  font-size: 32px;
  line-height: 52px;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

#message .blk .col-text .txt {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.016em;
  margin-bottom: 60px;
}

@media screen and (max-width: 1180px) {
  #message h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 980px) {
  #message h2 {
    margin-bottom: 0;
  }
  #message .blk {
    display: block;
  }
  #message .blk .doctor {
    max-width: 1117px;
    width: 100%;
    margin: 0 auto 50px;
  }
  #message .blk .doctor .name {
    position: absolute;
    left: 10%;
    top: 27%;
  }
  #message .blk .col-text {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #message {
    padding: 13.6vw 0 16.4vw;
  }
  #message .blk .doctor {
    width: 92.8vw;
    margin: 0 0 4.1vw -3.6vw;
  }
  #message .blk .doctor .name {
    width: 31.0vw;
    left: 6.2vw;
    top: 22.3vw;
  }
  #message .blk .col-text h3 {
    font-size: 6.2vw;
    line-height: 9.2vw;
    margin-bottom: 4vw;
  }
  #message .blk .col-text .txt {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 10.3vw;
  }
}

#information {
  background: #F9F7F3;
  padding: 104px 0 96px;
}

#information h2 {
  margin-bottom: 48px;
}

#information .blk1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

#information .blk1 .gmap {
  max-width: 520px;
  width: 49%;
  position: relative;
}

#information .blk1 .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#information .blk1 .col-info {
  max-width: 520px;
  width: 49%;
}

#information .blk1 .col-info table {
  width: 100%;
  line-height: 24px;
  background: #FCFFF7;
  margin-bottom: 24px;
}

#information .blk1 .col-info table th, #information .blk1 .col-info table td {
  padding-top: 16px;
  padding-bottom: 16px;
}

#information .blk1 .col-info table th {
  width: 140px;
}

#information .blk1 .col-info table td {
  text-align: center;
}

#information .blk1 .col-info table td:last-child {
  width: 66px;
  padding-right: 16px;
  text-align: right;
}

#information .blk1 .col-info table thead {
  background: #8EC9BE;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
}

#information .blk1 .col-info table thead th {
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-left: 16px;
}

#information .blk1 .col-info table thead td {
  font-weight: 500;
}

#information .blk1 .col-info table tbody th {
  color: #2C5046;
  padding-left: 16px;
}

#information .blk1 .col-info table tbody tr + tr th, #information .blk1 .col-info table tbody tr + tr td {
  padding-top: 0;
}

#information .blk1 .col-info .info {
  line-height: 24px;
}

#information .blk1 .col-info .info dl {
  width: 100%;
  display: table;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #8EC9BE;
  padding: 16px 0;
}

#information .blk1 .col-info .info dl dt {
  width: 100px;
  font-weight: 700;
  display: table-cell;
}

#information .blk1 .col-info .info dl dd {
  display: table-cell;
}

#information .blk1 .col-info .info dl dd .d-tab {
  display: none;
}

#information .blk2 {
  display: flex;
  justify-content: space-between;
}

#information .blk2 .col-left {
  max-width: 520px;
  width: 49%;
}

#information .blk2 .col-left .row {
  background: #fff;
}

#information .blk2 .col-left .row .ttl {
  background: #8EC9BE;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 24px;
  padding: 8px 40px;
}

#information .blk2 .col-left .row dl {
  padding: 22px 40px;
}

#information .blk2 .col-left .row dl dt {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 24px;
  margin-bottom: 10px;
}

#information .blk2 .col-left .row dl dd {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.056em;
}

#information .blk2 .col-left .row dl dd span + span {
  margin-top: 8px;
}

#information .blk2 .col-left .row dl dd span {
  padding-left: 22px;
  position: relative;
}

#information .blk2 .col-left .row dl dd span:before {
  content: '';
  width: 10px;
  height: 14px;
  background-image: url("../img/top/icon_right_green.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 3px;
  top: 4px;
}

#information .blk2 .col-left .row dl dd span .d-tab {
  display: none;
}

#information .blk2 .col-left .row .txt {
  letter-spacing: 0.02em;
  line-height: 24px;
  padding: 21px 40px;
}

#information .blk2 .col-left .row dl.r1 {
  padding-bottom: 16px;
  border-bottom: 1px dashed #F9F7F3;
}

#information .blk2 .col-left .row dl.r2 {
  padding-top: 16px;
}

#information .blk2 .col-left .row .ttl2 {
  background: #58AF9F;
}

#information .blk2 .col-img {
  max-width: 520px;
  width: 49%;
}

#information .blk2 .col-img .img-main {
  height: 288px;
  margin-bottom: 4px;
}

#information .blk2 .col-img .simg-group {
  display: flex;
  justify-content: space-between;
}

#information .blk2 .col-img .simg-group p {
  max-width: 171px;
  width: 33%;
  height: 117px;
}

@media screen and (max-width: 1080px) {
  #information .blk1 .col-info .info dl dd .d-tab {
    display: block;
  }
  #information .blk2 .col-left .row .ttl {
    padding: 8px 30px;
  }
  #information .blk2 .col-left .row dl {
    padding: 22px 30px;
  }
  #information .blk2 .col-left .row .txt {
    padding: 21px 30px;
  }
}

@media screen and (max-width: 980px) {
  #information .blk1 .col-info table th {
    width: 116px;
  }
  #information .blk1 .col-info table td:last-child {
    padding-right: 10px;
    width: 56px;
  }
  #information .blk1 .col-info table thead th {
    padding-left: 10px;
  }
  #information .blk1 .col-info table tbody th {
    padding-left: 10px;
  }
  #information .blk1 .col-info .info dl {
    font-size: 14px;
  }
  #information .blk1 .col-info .info dl dt {
    width: 70px;
  }
  #information .blk2 .col-left .row .ttl {
    padding: 8px 15px;
  }
  #information .blk2 .col-left .row dl {
    padding: 22px 15px;
  }
  #information .blk2 .col-left .row dl dt {
    margin-bottom: 8px;
  }
  #information .blk2 .col-left .row dl dd span .d-tab {
    display: block;
  }
  #information .blk2 .col-left .row .txt {
    padding: 21px 15px;
  }
}

@media screen and (max-width: 767px) {
  #information {
    padding: 70px 0 64px;
  }
  #information h2 {
    margin-bottom: 24px;
  }
  #information h2 span {
    letter-spacing: 0;
  }
  #information .blk1 {
    display: block;
    margin-bottom: 32px;
  }
  #information .blk1 .gmap {
    max-width: none;
    width: 100%;
    height: 240px;
    margin-bottom: 16px;
  }
  #information .blk1 .col-info {
    max-width: none;
    width: 100%;
  }
  #information .blk1 .col-info table {
    margin-bottom: 16px;
  }
  #information .blk1 .col-info table th, #information .blk1 .col-info table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #information .blk1 .col-info table td:last-child {
    width: 50px;
    white-space: nowrap;
  }
  #information .blk1 .col-info .info dl {
    display: block;
    font-size: 16px;
    padding: 8px 0;
  }
  #information .blk1 .col-info .info dl dt {
    display: table-cell;
    width: 100%;
    margin-bottom: 4px;
  }
  #information .blk1 .col-info .info dl dd {
    display: block;
  }
  #information .blk2 {
    display: block;
  }
  #information .blk2 .col-left {
    max-width: none;
    width: 100%;
    margin-bottom: 32px;
  }
  #information .blk2 .col-left .row .ttl {
    padding: 8px 20px;
  }
  #information .blk2 .col-left .row dl {
    padding: 16px 20px;
  }
  #information .blk2 .col-left .row dl dd span {
    padding-left: 0;
  }
  #information .blk2 .col-left .row dl dd span:before {
    display: none;
  }
  #information .blk2 .col-left .row dl.r1 {
    border-color: #8EC9BE;
  }
  #information .blk2 .col-left .row dl.r2 {
    padding-bottom: 24px;
  }
  #information .blk2 .col-left .row .txt {
    font-size: 14px;
    line-height: 20px;
    padding: 16px 20px;
  }
  #information .blk2 .col-img {
    max-width: none;
    width: 100%;
  }
  #information .blk2 .col-img .img-main {
    height: auto;
    margin-bottom: 3px;
  }
  #information .blk2 .col-img .simg-group p {
    height: auto;
  }
}

#news {
  padding: 120px 0 0;
  height: 368px;
}

@media screen and (max-width: 767px) {
  #news {
    padding: 70px 0 24px;
    height: auto;
  }
}

.news-box {
  width: calc(50% + 246px);
  margin: -304px 0 64px auto;
  position: relative;
  z-index: 1;
}
.news-box .news-box__content{
  display: flex;
}
/* .news-box .slick-slide {
  width: 320px !important;
  margin: 0 8px;
} */

.news-box dl {
  width: 320px;
  margin: 0 8px;
  background: #F9F7F3;
  padding: 46px 32px 30px;
  transition: 0.3s all ease-in-out;
  position: relative;
}
.news-box dl a.link-news{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.news-box dt {
  color: #58AF9F;
  font-family: 'Zen Kaku Gothic Antique';
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 9px;
}

.news-box dd {
  color: #2C5046;
  line-height: 24px;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 72px;
}

.news-box dl:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1080px) {
  .news-box {
    width: calc(100% - 290px);
  }
}
@media screen and (max-width: 980px){
  #news{
    height: auto;
    padding-bottom: 35px;
  }
  .news-box{
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .news-box {
    margin: 0 5.6vw 64px;
  }
  .news-box .news-box__content{
    display: block;
  }
  .news-box dl {
    width: 84.6vw;
    height: 61.5vw;
    padding: 11.8vw 8.2vw 0;
    margin: 0 2.1vw 10px;
  }
  .news-box dt {
    font-size: 6.2vw;
    line-height: 8.2vw;
    margin-bottom: 2.3vw;
  }
}
