#concept {
  padding-bottom: 88px;
}

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

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

#concept .ttl-common {
  white-space: nowrap;
}

#concept .col-content {
  max-width: 900px;
  width: calc(100% - 100px);
  margin-top: 40px;
}

#concept .col-content .btxt {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}

#concept .col-content .btxt span {
  font-size: 36px;
}

#concept .col-content .blk {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#concept .col-content .blk .map-img {
  width: 429px;
  position: relative;
}

#concept .col-content .blk .map-img img {
  border: 1px solid #C8E6C9;
}

#concept .col-content .blk .map-img span {
  height: 1px;
  background: #000;
  position: absolute;
}

#concept .col-content .blk .map-img .line1 {
  width: 285px;
  top: 60px;
  right: -65px;
  transform: rotate(-9deg);
}

#concept .col-content .blk .map-img .line2 {
  width: 260px;
  top: 205px;
  right: -80px;
  transform: rotate(-26deg);
}

#concept .col-content .blk .map-img .line3 {
  width: 330px;
  top: 318px;
  right: -86px;
  transform: rotate(-12deg);
}

#concept .col-content .blk .map-info {
  width: 430px;
  margin-left: 15px;
}

#concept .col-content .blk .map-info .row {
  border-bottom: 1px solid #5CA1C1;
  padding-bottom: 16px;
  margin-bottom: 16px;
  padding-left: 71px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#concept .col-content .blk .map-info .row .num {
  width: 24px;
  height: 24px;
  background: #3E424D;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  left: 23px;
  top: 27px;
}

#concept .col-content .blk .map-info .row .img {
  width: 89px;
}

#concept .col-content .blk .map-info .row .img img {
  border-radius: 8px;
  vertical-align: middle;
}

#concept .col-content .blk .map-info .row .col-text {
  width: 246px;
}

#concept .col-content .blk .map-info .row .col-text .ttl {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 27px;
}

#concept .col-content .blk .map-info .row .col-text .txt {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 4px;
}

#concept .col-content .blk .map-info .row .col-text .txt .fz20 {
  font-size: 20px;
}

#concept .col-content .blk .map-info .row .col-text .tel {
  font-size: 20px;
  letter-spacing: 0.08em;
}

#concept .col-content .blk .map-info .row.noborder {
  border: none;
  padding-bottom: 0;
  margin-bottom: 24px;
}

#concept .col-content .blk .map-info .txt2 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1080px) {
  #concept .col-content .blk {
    justify-content: flex-start;
  }
  #concept .col-content .blk .map-img .line1 {
    width: 251px;
    right: -25px;
    transform: rotate(-10deg);
  }
  #concept .col-content .blk .map-img .line2 {
    width: 222px;
    top: 204px;
    right: -40px;
    transform: rotate(-31deg);
  }
  #concept .col-content .blk .map-img .line3 {
    width: 279px;
    right: -29px;
    transform: rotate(-15deg);
  }
  #concept .col-content .blk .map-info {
    width: 377px;
  }
  #concept .col-content .blk .map-info .row {
    padding-left: 35px;
  }
  #concept .col-content .blk .map-info .row .num {
    left: 0;
  }
  #concept .col-content .blk .map-info .row .col-text {
    width: 233px;
  }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
  #concept .ttl-common {
    font-size: 4.1vw;
    margin-left: -1vw;
  }
  #concept .ttl-common small.eng {
    font-size: 1.6vw;
    margin-right: 0.5vw;
    padding: 1.0vw 0.5vw;
  }
  #concept .col-content {
    max-width: none;
    width: 83vw;
    margin-top: 4.1vw;
  }
  #concept .col-content .btxt {
    font-size: 2.4vw;
    margin-bottom: 4.1vw;
  }
  #concept .col-content .btxt span {
    font-size: 3.7vw;
  }
  #concept .col-content .blk .map-img {
    width: 43.8vw;
  }
  #concept .col-content .blk .map-img .line1 {
    width: 25.6vw;
    top: 6.1vw;
    right: -2.6vw;
  }
  #concept .col-content .blk .map-img .line2 {
    width: 22.7vw;
    top: 20.8vw;
    right: -4.1vw;
  }
  #concept .col-content .blk .map-img .line3 {
    width: 28.5vw;
    top: 32vw;
    right: -3.0vw;
  }
  #concept .col-content .blk .map-info {
    width: 38vw;
    margin-left: 1.5vw;
  }
  #concept .col-content .blk .map-info .row {
    padding: 0 0 1.6vw 3.6vw;
    margin-bottom: 1.6vw;
  }
  #concept .col-content .blk .map-info .row .num {
    width: 2.4vw;
    height: 2.4vw;
    font-size: 1.4vw;
    line-height: 2.2vw;
    top: 2.8vw;
  }
  #concept .col-content .blk .map-info .row .img {
    width: 9.1vw;
  }
  #concept .col-content .blk .map-info .row .col-text {
    width: 23.8vw;
  }
  #concept .col-content .blk .map-info .row .col-text .ttl {
    font-size: 1.8vw;
    line-height: 2.8vw;
  }
  #concept .col-content .blk .map-info .row .col-text .txt {
    font-size: 1.4vw;
    line-height: 2.1vw;
    margin-bottom: 0.4vw;
  }
  #concept .col-content .blk .map-info .row .col-text .txt .fz20 {
    font-size: 2.0vw;
  }
  #concept .col-content .blk .map-info .row .col-text .tel {
    font-size: 2.0vw;
    line-height: 2.4vw;
  }
  #concept .col-content .blk .map-info .txt2 {
    font-size: 1.4vw;
  }
  #concept .col-content .blk .map-info .row .col-text a.link{
    font-size: 1.5vw;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  #concept {
    padding: 4.9vw 0 16.4vw;
  }
  #concept .container {
    display: block;
  }
  #concept .ttl-common {
    white-space: wrap;
    margin-bottom: 6.2vw;
  }
  #concept .col-content {
    width: 100%;
    margin: 0;
  }
  #concept .col-content .btxt {
    font-size: 5.1vw;
    line-height: 1.5;
    margin-bottom: 4.1vw;
  }
  #concept .col-content .btxt span {
    font-size: 5.1vw;
  }
  #concept .col-content .blk {
    display: block;
  }
  #concept .col-content .blk .map-img {
    width: 100%;
    margin-bottom: 4.1vw;
  }
  #concept .col-content .blk .map-img span {
    display: none;
  }
  #concept .col-content .blk .map-info {
    width: 100%;
    margin: 0;
  }
  #concept .col-content .blk .map-info .row {
    padding: 0 0 4.1vw 1.0vw;
    margin-bottom: 4.1vw;
  }
  #concept .col-content .blk .map-info .row .num {
    width: 6.2vw;
    height: 6.2vw;
    font-size: 3.6vw;
    line-height: 6vw;
    top: -1.0vw;
    left: 0;
    z-index: 1;
  }
  #concept .col-content .blk .map-info .row .img {
    width: 22.8vw;
  }
  #concept .col-content .blk .map-info .row .col-text {
    width: 55.9vw;
  }
  #concept .col-content .blk .map-info .row .col-text .ttl {
    font-size: 4.1vw;
    line-height: 6.2vw;
    margin-bottom: 0.5vw;
  }
  #concept .col-content .blk .map-info .row .col-text .txt {
    font-size: 3.6vw;
    line-height: 5.4vw;
    margin-bottom: 1.0vw;
  }
  #concept .col-content .blk .map-info .row .col-text .txt .fz20 {
    font-size: 3.6vw;
  }
  #concept .col-content .blk .map-info .row .col-text .tel {
    font-size: 5.1vw;
    line-height: 5.1vw;
  }
  #concept .col-content .blk .map-info .row .col-text a.link{
    font-size: 4vw;
    line-height: 1.2;
  }
}

#about {
  background: #FBFAF4;
  padding: 80px 0 96px;
  position: relative;
  z-index: 0;
}

#about:before {
  content: '';
  background-image: url("../img/top/about_deco1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 102px;
  height: 112px;
  position: absolute;
  top: 0;
  right: calc(50% - 540px);
}

#about:after {
  content: '';
  background-image: url("../img/top/about_deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  width: 419px;
  height: 391px;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: -1;
  filter: grayscale(100%);
}

#about .ttl-common {
  margin-bottom: -10px;
}

#about .blk1 {
  position: relative;
  margin-bottom: 82px;
}

#about .blk1 .simg1 {
  width: 144px;
  position: absolute;
  top: 50px;
  right: 50%;
}

#about .blk1 .img1 {
  width: 50%;
  float: right;
  padding-left: 40px;
  margin-bottom: 24px;
}

#about .blk1 .col-text1 {
  width: 50%;
  float: left;
  margin: 50px 0 76px;
}

#about .blk1 .col-text1 h3 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 20px;
}

#about .blk1 .col-text1 h4 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 20px;
}

#about .blk1 .col-text1 .txt {
  margin-bottom: 20px;
}

#about .blk1 .col-text1 .box {
  border-radius: 16px;
  background: #F7F3E9;
  padding: 24px 18px;
}

#about .blk1 .col-text1 .box .txt1 {
  margin-bottom: 6px;
}

#about .blk1 .col-text1 .box .item {
  margin: 0 -6px 6px -2px;
  display: flex;
  flex-wrap: wrap;
}

#about .blk1 .col-text1 .box .item li {
  margin: 2px;
  background: #5CA1C1;
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
}

#about .blk1 .col-text2 {
  width: 50%;
  float: right;
  padding-left: 40px;
}

#about .blk1 .col-text2 .img-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

#about .blk1 .col-text2 .img-group .img2 {
  max-width: 267px;
}

#about .blk1 .col-text2 .img-group .img3 {
  max-width: 189px;
  padding-left: 10px;
}

#about .blk1 .col-text2 .img-group .img3 img {
  border-radius: 9px;
}

#about .blk1 .col-text3 {
  width: 50%;
  float: left;
  position: relative;
}

#about .blk1 .col-text3 .simg2 {
  width: 229px;
  margin-left: 46px;
}

#about .blk1 .col-text3 .catch {
  width: 160px;
  position: absolute;
  left: 296px;
  top: -56px;
}

#about .blk2 h3 {
  text-align: center;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 32px;
}

#about .blk2 .blk2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
}

#about .blk2 .blk2-grid .item {
  background: #F3EDDF;
  border-radius: 16px;
  padding: 44px 24px 24px;
}

#about .blk2 .blk2-grid .item .icon {
  height: 85px;
  text-align: center;
  margin-bottom: 18px;
}

#about .blk2 .blk2-grid .item .icon img {
  vertical-align: middle;
}

#about .blk2 .blk2-grid .item .icon1 img {
  width: 96px !important;
}

#about .blk2 .blk2-grid .item .icon2 img {
  width: 106px !important;
}

#about .blk2 .blk2-grid .item .icon3 img {
  width: 96px !important;
}

#about .blk2 .blk2-grid .item .icon4 img {
  width: 128px !important;
}

#about .blk2 .blk2-grid .item .ttl {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

#about .blk2 .blk2-grid .item .txt {
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1180px) {
  #about .blk2 .blk2-grid {
    column-gap: 10px;
  }
}

@media screen and (max-width: 1080px) {
  #about:before {
    right: 0;
  }
  #about .blk1 .simg1 {
    right: 47%;
  }
  #about .blk1 .col-text1 .box {
    padding: 24px 16px;
  }
  #about .blk1 .col-text1 .box .txt1 {
    margin-right: -6px;
  }
  #about .blk2 .blk2-grid .item {
    padding: 44px 16px 24px;
  }
  #about .blk2 .blk2-grid .item .ttl {
    font-size: 22px;
  }
}

@media screen and (max-width: 980px) {
  #about .ttl-common {
    margin-bottom: 10px;
  }
  #about .blk1 .simg1 {
    width: 110px;
    top: -7px;
  }
  #about .blk1 .col-text3 .simg2 {
    width: 200px;
    margin-left: 16px;
  }
  #about .blk1 .col-text3 .catch {
    width: 140px;
    left: 226px;
  }
  #about .blk2 .blk2-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 16px;
  }
  #about .blk2 .blk2-grid .item {
    padding: 44px 24px 24px;
  }
  #about .blk2 .blk2-grid .item .ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  #about {
    padding: 12.3vw 0 27.2vw;
  }
  #about:before {
    width: 14.9vw;
    height: 16.4vw;
    right: 6.2vw;
  }
  #about:after {
    background-image: url("../img/top/about_deco2_sp.png");
    width: 100vw;
    height: 94.9vw;
    bottom: -12.8vw;
  }
  #about .ttl-common {
    margin-bottom: 6.2vw;
  }
  #about .blk1 {
    margin-bottom: 64px;
  }
  #about .blk1 .simg1 {
    width: 20.5vw;
    top: -20.5vw;
    right: 0%;
  }
  #about .blk1 .img1 {
    width: 100%;
    float: none;
    padding-left: 0px;
    margin-bottom: 4.1vw;
  }
  #about .blk1 .col-text1 {
    width: 100%;
    float: none;
    margin: 0px 0 4.1vw;
  }
  #about .blk1 .col-text1 h3 {
    font-size: 7.2vw;
    margin-bottom: 2.1vw;
  }
  #about .blk1 .col-text1 h4 {
    font-size: 5.1vw;
    margin-bottom: 2.1vw;
  }
  #about .blk1 .col-text1 .txt {
    margin-bottom: 4.1vw;
  }
  #about .blk1 .col-text1 .box .item li {
    letter-spacing: 0;
    padding: 4px 14px;
  }
  #about .blk1 .col-text2 {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  #about .blk1 .col-text2 .img-group {
    display: block;
    margin-bottom: 4.1vw;
  }
  #about .blk1 .col-text2 .img-group .img2 {
    max-width: none;
    width: 68.5vw;
  }
  #about .blk1 .col-text2 .img-group .img3 {
    max-width: none;
    width: 48.5vw;
    padding-left: 0px;
    margin: -14.9vw 0 0 auto;
    position: relative;
    z-index: 1;
  }
  #about .blk1 .col-text2 .img-group .img3 img {
    border-radius: 4.1vw;
  }
  #about .blk1 .col-text3 {
    width: 100%;
    float: none;
  }
  #about .blk1 .col-text3 .simg2 {
    width: 58.7vw;
    margin-left: 4.1vw;
    position: relative;
    z-index: 1;
  }
  #about .blk1 .col-text3 .catch {
    width: 41.0vw;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 0 -8.5vw auto;
  }
  #about .blk1 .col-text3 .btn_link {
    max-width: none;
  }
  #about .blk2 h3 {
    font-size: 8.2vw;
    margin-bottom: 6.9vw;
  }
  #about .blk2 .blk2-grid {
    display: block;
  }
  #about .blk2 .blk2-grid .item {
    margin-bottom: 2.1vw;
    border-radius: 4.1vw;
    padding: 5.1vw 5.1vw 6.2vw;
  }
  #about .blk2 .blk2-grid .item .title {
    display: flex;
    align-items: center;
    margin-bottom: 2.6vw;
  }
  #about .blk2 .blk2-grid .item .icon {
    height: auto;
    margin: 0px 4.1vw 0 0;
  }
  #about .blk2 .blk2-grid .item .icon1 {
    width: 24.6vw;
  }
  #about .blk2 .blk2-grid .item .icon1 img {
    width: 100% !important;
  }
  #about .blk2 .blk2-grid .item .icon2 {
    width: 24.4vw;
  }
  #about .blk2 .blk2-grid .item .icon2 img {
    width: 100% !important;
  }
  #about .blk2 .blk2-grid .item .icon3 {
    width: 24.6vw;
  }
  #about .blk2 .blk2-grid .item .icon3 img {
    width: 100% !important;
  }
  #about .blk2 .blk2-grid .item .icon4 {
    width: 32.8vw;
  }
  #about .blk2 .blk2-grid .item .icon4 img {
    width: 100% !important;
  }
  #about .blk2 .blk2-grid .item .ttl {
    text-align: left;
    font-size: 5.1vw;
    margin-bottom: 0px;
  }
}

#menu {
  padding: 80px 0 131px;
  position: relative;
  z-index: 1;
}

#menu:before {
  content: '';
  width: 419px;
  height: 391px;
  background-image: url("../img/top/menu_deco1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -41px;
  right: 0;
  z-index: -1;
  filter: grayscale(100%);
}

#menu:after {
  content: '';
  height: 123px;
  background-image: url("../img/top/menu_deco2.png");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#menu .ttl-common {
  text-align: center;
  margin-bottom: 40px;
}

#menu .ttl-common small.eng {
  margin-left: auto;
  margin-right: auto;
}

#menu .menulist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

#menu .menulist .item a {
  display: block;
  height: 100%;
  border: 1px solid #5CA1C1;
  border-radius: 16px;
  position: relative;
  z-index: 0;
  padding: 32px 0 41px;
}

#menu .menulist .item a:before {
  content: '';
  background: #F7FFFF;
  opacity: 0.88;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 16px;
}

#menu .menulist .item a span {
  display: block;
}

#menu .menulist .item a .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}

#menu .menulist .item a .img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50%;
  border-radius: 16px;
}

#menu .menulist .item a .ttl {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 8px;
}

#menu .menulist .item a .txt {
  letter-spacing: 0.04em;
  margin: 0 32px 24px;
}

#menu .menulist .item a .arrow {
  height: 41px;
  background: #fff;
  border-top: 1px solid #5CA1C1;
  border-radius: 0 0 14px 14px;
  transition: 0.3s all ease;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#menu .menulist .item a .arrow:before {
  content: '';
  width: 6px;
  background-image: url("../img/top/icon_right_blue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  z-index: 1;
  transition: 0.3s all ease;
}

#menu .menulist .item a:hover .arrow {
  background: #5CA1C1;
}

#menu .menulist .item a:hover .arrow:before {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 980px) {
  #menu .menulist {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  #menu {
    padding: 22.6vw 0 14.4vw;
  }
  #menu:before {
    display: none;
  }
  #menu:after {
    height: 9.0vw;
    background-size: 100vw;
  }
  #menu .ttl-common {
    text-align: left;
    margin-bottom: 8.2vw;
  }
  #menu .ttl-common small.eng {
    margin-left: 0;
  }
  #menu .menulist {
    display: block;
  }
  #menu .menulist .item {
    margin-bottom: 2.1vw;
  }
  #menu .menulist .item a {
    border-radius: 4.1vw;
    padding: 7.7vw 0 17.2vw;
  }
  #menu .menulist .item a:before {
    border-radius: 4.1vw;
  }
  #menu .menulist .item a .img img {
    border-radius: 4.1vw;
  }
  #menu .menulist .item a .ttl {
    font-size: 6.2vw;
    margin-bottom: 2.1vw;
  }
  #menu .menulist .item a .txt {
    margin: 0 5.1vw;
  }
  #menu .menulist .item a .arrow {
    height: 10.5vw;
    border-radius: 0 0 3.6vw 3.6vw;
    background: #5CA1C1;
  }
  #menu .menulist .item a .arrow:before {
    width: 1.5vw;
    right: 5.6vw;
    filter: brightness(0) invert(1);
  }
}

#greeting {
  padding: 80px 0;
  position: relative;
  z-index: 0;
  background: #FBF4F6;
}

#greeting:before {
  content: '';
  width: 102px;
  height: 112px;
  background-image: url("../img/top/greeting_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 540px);
}

#greeting .ttl-common {
  width: 50%;
  float: right;
  padding-left: 40px;
  margin-bottom: 40px;
}

#greeting .col-left {
  width: 50%;
  float: left;
  position: relative;
}

#greeting .col-left .name {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: absolute;
  right: 85px;
  top: 62%;
  z-index: 1;
}

#greeting .col-left .name small {
  font-size: 16px;
}

#greeting .col-right {
  width: 50%;
  float: right;
  padding-left: 40px;
}

#greeting .col-right .txt {
  letter-spacing: 0.04em;
  margin-bottom: 50px;
}

@media screen and (max-width: 1180px) {
  #greeting .ttl-common,
  #greeting .col-right {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1080px) {
  #greeting:before {
    right: 0;
  }
  #greeting .ttl-common {
    margin-bottom: 24px;
  }
  #greeting .col-right .txt {
    margin-bottom: 24px;
  }
  #greeting .col-right .txt br.pc {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  #greeting .ttl-common {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-bottom: 40px;
  }
  #greeting .col-left .name {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  #greeting {
    padding: 48px 0 64px;
  }
  #greeting:before {
    width: 58px;
    height: 64px;
    right: 24px;
  }
  #greeting .ttl-common {
    margin-bottom: 24px;
  }
  #greeting .col-left {
    width: 100%;
    float: none;
    margin-bottom: 24px;
  }
  #greeting .col-left .name {
    text-align: right;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 13px;
  }
  #greeting .col-right {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  #greeting .col-right .txt {
    margin-bottom: 40px;
  }
  #greeting .col-right .btn_link {
    max-width: none;
    width: 100%;
  }
}

#access {
  background: #FBFAF4;
  padding: 72px 0 104px;
}

#access .ttl-common {
  text-align: center;
  margin-bottom: 40px;
}

#access .ttl-common small.eng {
  margin-left: auto;
  margin-right: auto;
}

#access .blk {
  display: flex;
  justify-content: space-between;
}

#access .blk .col-left {
  width: 455px;
}

#access .blk .col-left table {
  width: 100%;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
}

#access .blk .col-left table th {
  width: 150px;
  padding-bottom: 15px;
  padding-top: 16px;
  font-weight: 500;
}

#access .blk .col-left table td {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 16px;
  font-weight: 500;
}

#access .blk .col-left table td span {
  display: block;
  margin: 0px auto;
  position: relative;
  top: 2px;
}

#access .blk .col-left table td .circle {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #5CA1C1;
}

#access .blk .col-left table td .triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8.5px 15px 8.5px;
  border-color: transparent transparent #5CA1C1 transparent;
  transform: rotate(0deg);
}

#access .blk .col-left table td:last-child {
  width: 61px;
  padding-right: 16px;
  white-space: nowrap;
}

#access .blk .col-left table thead {
  border-bottom: 1px solid #5CA1C1;
}

#access .blk .col-left table thead th, #access .blk .col-left table thead td {
  padding-top: 0;
}

#access .blk .col-left table tbody tr {
  border-bottom: 1px solid #5CA1C1;
}

#access .blk .col-left .table-txt {
  letter-spacing: 0.056px;
  margin-bottom: 40px;
}

#access .blk .col-left .vcard dl {
  width: 100%;
  display: table;
}

#access .blk .col-left .vcard dl dt {
  width: 110px;
  display: table-cell;
}

#access .blk .col-left .vcard dl dd {
  display: table-cell;
}
#access .blk .col-left .vcard dl h1{
  font-weight: 500;
}
#access .blk .col-left .vcard dl + dl {
  margin-top: 16px;
}

#access .blk .gmap {
  max-width: 585px;
  width: calc(100% - 475px);
  position: relative;
}

#access .blk .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 980px) {
  #access .blk .col-left {
    width: 420px;
  }
  #access .blk .col-left table th {
    width: 130px;
  }
  #access .blk .col-left .vcard dl dt {
    width: 100px;
  }
  #access .blk .gmap {
    width: calc(100% - 440px);
  }
}

@media screen and (max-width: 767px) {
  #access {
    padding: 12.3vw 0 16.4vw;
  }
  #access .ttl-common {
    text-align: left;
    margin-bottom: 10.3vw;
  }
  #access .ttl-common small.eng {
    margin-left: 0;
  }
  #access .blk {
    display: block;
  }
  #access .blk .col-left {
    width: 100%;
    margin-bottom: 6.2vw;
  }
  #access .blk .col-left table {
    margin-bottom: 16px;
  }
  #access .blk .col-left table th {
    width: 32%;
  }
  #access .blk .col-left table td .circle {
    width: 15px;
    height: 15px;
  }
  #access .blk .col-left table td .triangle {
    border-width: 0 7.5px 13px 7.5px;
  }
  #access .blk .col-left table td:last-child {
    width: 50px;
    padding-right: 5px;
  }
  #access .blk .col-left .table-txt {
    margin-bottom: 24px;
  }
  #access .blk .col-left .vcard dl {
    display: block;
  }
  #access .blk .col-left .vcard dl dt {
    width: 100%;
    display: block;
    margin-bottom: 4px;
  }
  #access .blk .col-left .vcard dl dd {
    display: block;
  }
  #access .blk .col-left .vcard dl + dl {
    margin-top: 8px;
  }
  #access .blk .gmap {
    max-width: none;
    width: 100%;
    height: 61.5vw;
  }
  #access .blk .gmap iframe {
    border-radius: 4.1vw;
  }
}

@media screen and (max-width: 370px) {
  #access .blk .col-left table td:last-child {
    width: 45px;
    padding-right: 0;
    letter-spacing: 0;
  }
}

#newsbox {
  padding: 80px 30px 72px;
}

#newsbox .news-blk {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#newsbox .news-blk .ttl-common {
  position: relative;
  white-space: nowrap;
}

#newsbox .news-blk .ttl-common:before {
  content: '';
  background-image: url("../img/top/bird.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 155px;
  height: 94px;
  position: absolute;
  bottom: -120px;
  left: 0;
}

#newsbox .news-blk .news-content {
  max-width: 900px;
  width: calc(100% - 154px);
}

#newsbox .news-blk .news-content .tabs-switch .tab-link {
  font-size: 18px;
  letter-spacing: 0.09em;
  line-height: 29px;
  margin-bottom: 32px;
}

#newsbox .news-blk .news-content .tabs-switch .tab-link li + li {
  margin-left: 40px;
}

#newsbox .news-blk .news-content .tabs-switch .tab-link li:hover {
  color: #A8E1FB;
}

#newsbox .news-blk .news-content .tabs-switch .tab-link li.active {
  color: #5CA1C1;
}

#newsbox .news-blk .news-content .tabs-switch .tab-link li.active:hover {
  color: #5CA1C1;
}

#newsbox .news-blk .news-content .tabs-switch .tab-content {
  min-height: 264px;
  margin-bottom: 24px;
}

#newsbox .news-blk .news-content .tabs-switch .tab-content dl {
  display: flex;
  border-bottom: 1px solid #E0F9F8;
  font-size: 15px;
  padding-bottom: 23px;
  margin-bottom: 24px;
}

#newsbox .news-blk .news-content .tabs-switch .tab-content dl dt {
  width: 186px;
  position: relative;
}

#newsbox .news-blk .news-content .tabs-switch .tab-content dl dt .cat-label {
  width: 83px;
  height: 24px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.56px;
  background: #E0F9F8;
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

#newsbox .news-blk .news-content .tabs-switch .tab-content dl dt .cat-label.cat-blog {
  background: #c8e6c9;
}

#newsbox .news-blk .news-content .tabs-switch .tab-content dl dd {
  width: calc(100% - 186px);
  padding-left: 40px;
}

#newsbox .news-blk .news-content .tabs-switch .tab-content dl dd a:hover {
  text-decoration: underline;
}

#newsbox .news-blk .news-content .tabs-switch .tab-content dl:last-child {
  margin-bottom: 0;
}

#newsbox .news-blk .news-content .tabs-switch .tab-content::-webkit-scrollbar {
  width: 2px;
}

#newsbox .news-blk .news-content .tabs-switch .tab-content::-webkit-scrollbar-track {
  background: transparent;
}

#newsbox .news-blk .news-content .tabs-switch .tab-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

#newsbox .news-blk .news-content .tabs-switch .tab-content::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

#newsbox .news-blk .news-content .link {
  text-align: right;
  font-size: 14px;
  line-height: 18px;
}

#newsbox .news-blk .news-content .link a {
  color: #D77B78;
}

#newsbox .news-blk .news-content .link a:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url("../img/top/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

#newsbox .news-blk .news-content .link a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #newsbox {
    padding: 12.3vw 7.7vw 16.4vw;
  }
  #newsbox .news-blk {
    display: block;
  }
  #newsbox .news-blk .ttl-common {
    margin-bottom: 8.2vw;
  }
  #newsbox .news-blk .ttl-common:before {
    width: 39.7vw;
    height: 24.1vw;
    bottom: auto;
    top: -18.5vw;
    left: 46.7vw;
  }
  #newsbox .news-blk .news-content {
    max-width: none;
    width: 100%;
  }
  #newsbox .news-blk .news-content .tabs-switch .tab-link {
    justify-content: center;
    margin-bottom: 8px;
  }
  #newsbox .news-blk .news-content .tabs-switch .tab-link li + li {
    margin-left: 40px;
  }
  #newsbox .news-blk .news-content .tabs-switch .tab-content {
    min-height: auto;
    border-radius: 16px;
    margin-bottom: 16px;
    background: #FBFAF4;
    padding: 17px 20px;
  }
  #newsbox .news-blk .news-content .tabs-switch .tab-content dl {
    display: block;
    border-bottom: 1px solid #E0F9F8;
    font-size: 15px;
    padding-bottom: 13px;
    margin-bottom: 15px;
  }
  #newsbox .news-blk .news-content .tabs-switch .tab-content dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
  #newsbox .news-blk .news-content .tabs-switch .tab-content dl dt .cat-label {
    display: inline-block;
    position: relative;
    right: auto;
    top: -1px;
    margin-left: 4px;
  }
  #newsbox .news-blk .news-content .tabs-switch .tab-content dl dt .cat-label.cat-blog {
    background: #c8e6c9;
  }
  #newsbox .news-blk .news-content .tabs-switch .tab-content dl dd {
    width: 100%;
    padding-left: 0px;
  }
  #newsbox .news-blk .news-content .tabs-switch .tab-content dl dd a:hover {
    text-decoration: none;
  }
  #newsbox .news-blk .news-content .tabs-switch .tab-content dl:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  #newsbox .news-blk .news-content .link a {
    text-decoration: underline;
  }
}

@media screen and (max-width: 370px) {
  #newsbox .news-blk .news-content .tabs-switch .tab-link li + li {
    margin-left: 25px;
  }
}
