.ttl-common {
  text-align: center;
}

.ttl-common .eng {
  display: block;
  color: #A29C7D;
  font-family: 'Cormorant';
  font-size: 110px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ttl-common .ja {
  display: block;
  color: #525043;
  font-family: 'Zen Old Mincho';
  font-size: 30px;
  font-weight: 600;
  line-height: 1.467;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 767px) {
  .ttl-common .eng {
    font-size: 13.3vw;
  }
  .ttl-common .ja {
    font-size: 4.8vw;
  }
}

#policy {
  padding: 123px 0 134px;
  position: relative;
  z-index: 0;
}

#policy:before {
  content: '';
  width: 730px;
  height: 730px;
  background-image: url("../img/top/deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: calc(50% - 740px);
  top: -338px;
  z-index: -1;
}

#policy:after {
  content: '';
  width: 865px;
  height: 865px;
  background-image: url("../img/top/deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: calc(50% - 865px);
  bottom: -433px;
  z-index: -1;
}

#policy .container {
  display: flex;
  align-items: flex-start;
  position: static;
}

#policy .container:after {
  content: '';
  width: 366px;
  height: 197px;
  background-image: url("../img/top/policy_deco1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}

#policy .img1 {
  width: 560px;
  margin: 0 90px 0 -130px;
  position: relative;
  z-index: 0;
}

#policy .img1:before {
  content: '';
  background-image: url("../img/top/pattern.jpg");
  position: absolute;
  left: 0;
  bottom: -74px;
  top: 74px;
  right: 101px;
  z-index: -1;
  border-radius: 20px 20px 20px 0;
}

#policy .img1 img {
  border-radius: 0 20px 20px 20px;
}

#policy .col-right {
  width: 419px;
  margin-top: 36px;
}

#policy .col-right h2 {
  font-size: 42px;
  line-height: 1.76;
  letter-spacing: 0.11em;
  font-weight: 600;
  margin-bottom: 40px;
}

#policy .col-right h2 small {
  display: block;
  font-size: 22px;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
  margin-bottom: 25px;
}

#policy .img2 {
  width: 560px;
  position: absolute;
  right: calc(50% - 1050px);
  top: 310px;
}

#policy .img2 img {
  border-radius: 20px;
}

@media screen and (max-width: 1080px) {
  #policy .container:after {
    width: 300px;
  }
  #policy .img1 {
    margin-right: 45px;
  }
  #policy .img2 {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  #policy .container {
    display: block;
  }
  #policy .img1 {
    margin: 0 0 0 -30px;
  }
  #policy .img2{
    display: block;
    width: 390px;
    right: calc(50% - 580px);
    top: 590px;
  }
  #policy .col-right {
    width: 100%;
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  #policy {
    padding: 37.3vw 0 16.8vw;
  }
  #policy:before {
    width: 111.7vw;
    height: 111.7vw;
    top: -28.3vw;
    left: -45.3vw;
  }
  #policy:after {
    width: 111.7vw;
    height: 111.7vw;
    right: -47.2vw;
    bottom: 46.7vw;
  }
  #policy .container:after {
    width: 55.5vw;
    height: 29.9vw;
  }
  #policy .img1 {
    width: 87.7vw;
    margin-left: -8vw;
  }
  #policy .img2{
    display: none;
  }
  #policy .img1:before {
    right: 11.2vw;
    bottom: -8vw;
    top: 8vw;
  }
  #policy .img1 img {
    border-radius: 0px 20px 20px 0;
  }
  #policy .col-right {
    margin-top: 15.5vw;
  }
  #policy .col-right h2 {
    font-size: 5.9vw;
    margin-bottom: 5.3vw;
  }
  #policy .col-right h2 small {
    font-size: 3.5vw;
    margin-bottom: 1.6vw;
  }
  #policy .col-right .txt {
    font-weight: 400;
  }
}

#feature {
  padding-bottom: 91px;
  position: relative;
  z-index: 0;
}

#feature:before {
  content: '';
  width: 730px;
  height: 730px;
  background-image: url("../img/top/deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -315px;
  left: calc(50% - 970px);
  z-index: -1;
}

#feature h2 {
  margin-bottom: 64px;
}

#feature .blk {
  margin-bottom: 49px;
  padding-bottom: 41px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 0;
}

#feature .blk:after {
  content: '';
  background-image: url("../img/top/pattern.jpg");
  position: absolute;
  top: 81px;
  bottom: 0;
  z-index: -1;
}

#feature .blk .img {
  max-width: 604px;
  width: calc(50% + 54px);
  height: 378px;
}
#feature .blk .img img{
  border-radius: 20px;
}
#feature .blk .col-text {
  max-width: 446px;
  width: 47%;
  position: relative;
  z-index: 0;
  padding-bottom: 30px;
}

#feature .blk .col-text h3 {
  font-size: 30px;
  letter-spacing: 0.11em;
  font-weight: 700;
  line-height: 1.467;
  margin-bottom: 23px;
}

#feature .blk .col-text .txt {
  font-size: 17px;
  line-height: 36px;
  letter-spacing: 0;
}

#feature .blk .col-text .num {
  position: absolute;
  bottom: -130px;
  right: -110px;
  z-index: -1;
}

#feature .blk .col-text .num02 {
  right: auto;
  left: -78px;
}

#feature .img--left:after {
  border-radius: 20px 0 0 20px;
  left: calc(50% - 430px);
  right: -50vw;
}

#feature .img--left .img {
  margin-left: -54px;
}

#feature .img--right:after {
  border-radius: 0 20px 20px 0;
  right: calc(50% - 430px);
  left: -50vw;
}

#feature .img--right .img {
  order: 2;
  margin-right: -54px;
}

#feature .img--right .col-text {
  order: 1;
}

@media screen and (max-width: 1310px) {
  #feature .blk .col-text .num {
    right: calc(-50vw + 124%);
  }
}

@media screen and (max-width: 1180px) {
  #feature .blk .col-text .num {
    right: calc(-50vw + 114%);
  }
  #feature .blk .col-text .num02 {
    left: -60px;
  }
}

@media screen and (max-width: 767px) {
  #feature {
    padding-bottom: 2.1vw;
  }
  #feature h2 {
    margin-bottom: 11.5vw;
  }
  #feature .blk {
    margin-bottom: 11.2vw;
    padding-bottom: 0;
    display: block;
  }
  #feature .blk:after {
    top: 22.7vw;
    left: -8vw !important;
    right: -8vw !important;
    border-radius: 0 !important;
  }
  #feature .blk .img {
    max-width: none;
    width: 100%;
    margin: 0 !important;
    height: auto;
  }
  #feature .blk .img img{
    height: auto !important;
  }
  #feature .blk .col-text {
    max-width: none;
    width: 100%;
    margin-top: 6.7vw;
    padding-bottom: 9.3vw;
  }
  #feature .blk .col-text h3 {
    font-size: 6.1vw;
    margin-bottom: 4vw;
  }
  #feature .blk .col-text .txt {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
  }
  #feature .blk .col-text .num {
    bottom: -16vw;
  }
  #feature .blk .col-text .num01 {
    width: 50.7vw;
    right: -8.8vw;
  }
  #feature .blk .col-text .num02 {
    width: 51.7vw;
    left: auto;
    right: -9.9vw;
  }
  #feature .blk .col-text .num03 {
    width: 50.4vw;
    right: -8.8vw;
  }
}

#treatment {
  padding-bottom: 78px;
  position: relative;
  z-index: 0;
}

#treatment:after {
  content: '';
  height: 385px;
  background-image: url("../img/top/treatment_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#treatment h2 {
  margin-bottom: 62px;
}

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

#treatment .blk .col {
  max-width: 326px;
  width: 32%;
}

#treatment .blk .col .banner {
  position: relative;
  margin-bottom: 25px;
}

#treatment .blk .col .banner .ttl {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.11em;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

#treatment .blk .col .banner .ttl small {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 12px;
}

#treatment .blk .col .banner .img {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

#treatment .blk .col .banner .img:before {
  content: '';
  background: #000;
  opacity: 0.15;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  z-index: 1;
}

#treatment .blk .col .banner .img img {
  transition: 0.3s all ease;
}

#treatment .blk .col .banner .arrow {
  display: block;
  width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 27px;
  z-index: 2;
  transition: 0.3s all ease;
}

#treatment .blk .col .banner .arrow:before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7.5px 0 7.5px 11px;
  border-color: transparent transparent transparent #A29C7D;
  transform: rotate(0deg) translate(-50%, -50%);
  transition: 0.3s all ease;
  position: absolute;
  left: 50%;
  top: 50%;
}

#treatment .blk .col .banner a {
  display: block;
}

#treatment .blk .col .banner a:hover img {
  opacity: 1 !important;
}

#treatment .blk .col .banner a:hover .img img {
  transform: scale(1.15);
}

#treatment .blk .col .banner a:hover .arrow {
  background: #666456;
}

#treatment .blk .col .banner a:hover .arrow:before {
  border-color: transparent transparent transparent #fff;
}

#treatment .blk .col .txt {
  color: #fff;
  line-height: 32px;
}

@media screen and (max-width: 980px) {
  #treatment .blk .col .banner .arrow {
    width: 45px;
    height: 45px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  #treatment {
    padding-bottom: 0;
  }
  #treatment:after {
    display: none;
  }
  #treatment h2 {
    margin-bottom: 9.6vw;
  }
  #treatment .blk {
    display: block;
  }
  #treatment .blk .col {
    max-width: none;
    width: 100%;
    margin-bottom: 10.7vw;
    padding-bottom: 9.6vw;
    position: relative;
    z-index: 0;
  }
  #treatment .blk .col:after {
    content: '';
    background-image: url("../img/top/treatment_bg_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 32.5vw;
    bottom: 0;
    left: -8vw;
    right: -8vw;
    z-index: -1;
  }
  #treatment .blk .col .banner {
    width: 73.1vw;
    margin: 0 auto 4.8vw;
  }
  #treatment .blk .col .banner .ttl {
    font-size: 6.1vw;
  }
  #treatment .blk .col .banner .ttl small {
    font-size: 3.2vw;
    margin-top: 2.7vw;
  }
  #treatment .blk .col .banner .img:before {
    left: 2.1vw;
    right: 2.1vw;
    top: 2.1vw;
    bottom: 2.1vw;
  }
  #treatment .blk .col .banner .arrow {
    width: 13.1vw;
    height: 13.1vw;
    bottom: 2.7vw;
    right: 6.1vw;
  }
  #treatment .blk .col .banner .arrow:before {
    border-width: 1.5vw 0 1.5vw 2.7vw;
  }
  #treatment .blk .col .txt {
    line-height: 30px;
    letter-spacing: 0.02em;
  }
}

#menu {
  padding: 87px 0 144px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#menu:after {
  content: '';
  width: 842px;
  height: 842px;
  background-image: url("../img/top/deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -250px;
  right: calc(50% - 935px);
  z-index: -1;
}

#menu .blk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 25px;
  margin-bottom: 73px;
}

#menu .blk .col {
  border-radius: 20px;
  min-height: 217px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  position: relative;
}

#menu .blk .col .accordion-control {
  background: #fff;
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.3s all ease;
}

#menu .blk .col .accordion-control .icon {
  height: calc(100% - 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu .blk .col .accordion-control .ttl {
  background: #A39B7D;
  color: #fff;
  border-radius: 0 0 20px 20px;
  height: 64px;
  text-align: center;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.07em;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#menu .blk .col .accordion-panel {
  height: 100%;
  background-image: url("../img/top/pattern.jpg");
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#menu .blk .col .accordion-panel .txt {
  font-weight: 500;
  padding: 40px 42px;
}

#menu .blk .col .arrow {
  width: 30px;
  position: absolute;
  bottom: 17px;
  right: 21px;
  z-index: 2;
  pointer-events: none;
}

#menu .blk .col a {
  display: block;
  width: 100%;
  height: 100%;
}

#menu .blk .col a:hover img {
  opacity: 1 !important;
}

#menu .btn-menu {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}

#menu .btn-menu a {
  display: block;
  background-image: url("../img/top/pattern.jpg");
  text-align: center;
  font-size: 18px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 20px;
  position: relative;
  border-radius: 40px;
}

#menu .btn-menu a:after {
  content: '';
  width: 30px;
  background-image: url("../img/top/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
}

#menu .btn-menu a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  #menu .blk .col:hover .accordion-control {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 1080px) {
  #menu .blk .col .accordion-control .ttl {
    font-size: 20px;
    line-height: 24px;
  }
  #menu .blk .col .accordion-panel .txt {
    padding: 35px 25px;
  }
  #menu .blk .col .arrow {
    right: 10px;
  }
}

@media screen and (max-width: 980px) {
  #menu .blk {
    grid-template-columns: repeat(2, 1fr);
  }
  #menu .blk .col .accordion-panel .txt {
    padding: 35px;
  }
}

@media screen and (max-width: 767px) {
  #menu {
    padding: 10.7vw 0 14.7vw;
  }
  #menu:after {
    display: none;
  }
  #menu .blk {
    display: block;
    margin-bottom: 8vw;
  }
  #menu .blk .col {
    border-radius: 0;
    box-shadow: none;
    min-height: auto;
    margin-bottom: 5px;
  }
  #menu .blk .col .accordion-control {
    height: 22.7vw;
    border-radius: 10px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6.1vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  #menu .blk .col .accordion-control .icon {
    width: 14.7vw;
    height: auto;
    display: block;
    position: absolute;
    left: 5.3vw;
    top: 3.7vw;
  }
  #menu .blk .col .accordion-control .ttl {
    background: transparent;
    color: #525043;
    border-radius: 0;
    height: auto;
    font-size: 4.8vw;
    line-height: 5.3vw;
    letter-spacing: 0.11em;
    display: block;
  }
  #menu .blk .col .accordion-panel {
    height: auto;
    border-radius: 10px;
    display: none;
    margin-top: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
  }
  #menu .blk .col .accordion-panel .txt {
    padding: 8vw;
  }
  #menu .blk .col .accordion-panel .arrow-sp {
    width: 6.1vw;
    position: absolute;
    right: 4.5vw;
    bottom: 3vw;
  }
  #menu .blk .col .arrow {
    width: 6.1vw;
    height: 6.1vw;
    bottom: auto;
    right: 4.5vw;
    top: 8.3vw;
    transition: 0.3s all ease;
  }
  #menu .blk .col .arrow img {
    vertical-align: top;
  }
  #menu .blk .open .arrow {
    transform: rotate(90deg);
  }
  #menu .btn-menu {
    max-width: 315px;
  }
  #menu .btn-menu a {
    font-size: 16px;
    padding: 10px;
  }
  #menu .btn-menu a:after {
    width: 23px;
    right: 16px;
  }
  #menu .btn-menu a:hover {
    opacity: 1;
  }
}

.doctor-content {
  background-image: url("../img/top/doctor_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  padding: 85px 0 145px;
}

.doctor-content h2 {
  text-align: left;
}

.doctor-content .blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.doctor-content .blk .col-left {
  position: relative;
  max-width: 592px;
  width: calc(50% + 137px);
  margin-left: -137px;
}

.doctor-content .blk .col-left .name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: 60px;
  right: 46px;
  z-index: 1;
}

.doctor-content .blk .col-left .name small {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-left: 12px;
}

.doctor-content .blk .col-left .doctor-img img {
  border-radius: 0 20px 20px 0;
}

.doctor-content .blk .col-right {
  width: 50%;
}

.doctor-content .blk .col-right h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 49px;
  margin: 0 -10px 40px 0;
}

.doctor-content .blk .col-right .row-txt dl dt {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.doctor-content .blk .col-right .row-txt dl dt span {
  display: table;
  background: #A39B7D;
  color: #fff;
  padding: 0 8px;
}

.doctor-content .blk .col-right .row-txt dl dd {
  font-weight: 500;
  letter-spacing: 0.06em;
}

.doctor-content .blk .col-right .row-txt dl + dl {
  margin-top: 30px;
}

@media screen and (max-width: 1080px) {
  .doctor-content .blk .col-right h3 {
    font-size: 27px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 980px) {
  .doctor-content {
    background-size: 100%;
  }
  .doctor-content h2 {
    margin-bottom: 50px;
    text-align: center;
  }
  .doctor-content .blk {
    display: block;
  }
  .doctor-content .blk .col-left {
    max-width: 672px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .doctor-content .blk .col-left .doctor-img img {
    border-radius: 20px;
  }
  .doctor-content .blk .col-right {
    max-width: 672px;
    width: 100%;
    margin: 0 auto;
  }
  .doctor-content .blk .col-right h3 {
    font-size: 28px;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 767px) {
  .doctor-content {
    padding: 14.7vw 0 9.1vw;
    background: url("../img/top/doctor_bg_sp.jpg") no-repeat center top/cover;
  }
  .doctor-content h2 {
    margin-bottom: 8vw;
  }
  .doctor-content .blk .col-left {
    margin-bottom: 5.3vw;
  }
  .doctor-content .blk .col-left .name {
    font-size: 5.6vw;
    top: 4.3vw;
    right: 4.3vw;
  }
  .doctor-content .blk .col-left .name small {
    font-size: 3.7vw;
    margin-left: 1.1vw;
  }
  .doctor-content .blk .col-left .doctor-img img {
    box-shadow: none;
    border-radius: 10px;
  }
  .doctor-content .blk .col-right h3 {
    font-size: 5.9vw;
    line-height: 10.4vw;
    margin-bottom: 6.4vw;
  }
  .doctor-content .blk .col-right .row-txt dl dt {
    font-size: 4.8vw;
    line-height: 9.6vw;
  }
  .doctor-content .blk .col-right .row-txt dl dt span {
    padding: 0 2.7vw;
  }
  .doctor-content .blk .col-right .row-txt dl dd {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .doctor-content .blk .col-right .row-txt dl + dl {
    margin-top: 8vw;
  }
}

.infinite-slider p {
  width: 395px;
}

@media screen and (max-width: 767px) {
  .infinite-slider p {
    width: 73.1vw;
  }
}

#conversion {
  background-image: url("../img/top/pattern.jpg");
  padding: 92px 0 85px;
  position: relative;
  z-index: 1;
}

#conversion .container {
  display: flex;
  justify-content: center;
}

#conversion .col-left {
  width: 350px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

#conversion .col-left h2 {
  font-size: 40px;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 18px;
}

#conversion .col-left .txt1 {
  margin-bottom: 20px;
}

#conversion .col-right {
  /* max-width: 686px;
  width: calc(100% - 350px);
  display: flex;
  justify-content: space-between; */
  width: 333px;
}

#conversion .col-right li {
  /* max-width: 333px;
  width: 49%; */
  text-align: center;
  height: 227px;
}

#conversion .col-right li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#conversion .col-right li a:hover {
  opacity: 0.8;
}

#conversion .col-right li a:hover img {
  opacity: 1 !important;
}

#conversion .col-right li img {
  width: 74px !important;
  height: auto !important;
  margin: 0 auto 18px;
}

#conversion .col-right li small {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 20px;
}

#conversion .col-right li span {
  display: block;
  font-size: 34px;
  letter-spacing: 0.06em;
  line-height: 49px;
  font-weight: 500;
}

#conversion .col-right li.contact a {
  position: relative;
}

#conversion .col-right li.contact a:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #43B0DE transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#conversion .col-right li.contact span {
  font-size: 32px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 980px) {
  #conversion .col-right {
    display: block;
  }
  #conversion .col-right li {
    max-width: none;
    width: 100%;
    height: 105px;
    position: relative;
  }
  #conversion .col-right li a {
    padding-left: 50px;
  }
  #conversion .col-right li img {
    width: 50px !important;
    position: absolute;
    left: 20px;
    top: 29px;
    margin: 0;
  }
  #conversion .col-right li.contact {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #conversion {
    padding: 9.1vw 0 10.1vw;
  }
  #conversion .container {
    display: block;
  }
  #conversion .col-left {
    width: 100%;
    margin-bottom: 5.9vw;
    letter-spacing: 0.02em;
    line-height: 28px;
  }
  #conversion .col-left h2 {
    font-size: 8.8vw;
    margin-bottom: 8px;
  }
  #conversion .col-left .txt1 {
    margin-bottom: 10px;
  }
  #conversion .col-right {
    max-width: none;
    width: 100%;
  }
  #conversion .col-right li {
    height: 21.3vw;
  }
  #conversion .col-right li a {
    border-radius: 2.7vw;
    padding-left: 13.1vw;
  }
  #conversion .col-right li img {
    width: 12vw !important;
    left: 4.5vw;
    top: 4.8vw;
  }
  #conversion .col-right li span {
    font-size: 7.5vw;
    line-height: 10.7vw;
  }
  #conversion .col-right li.contact {
    margin-top: 3px;
  }
  #conversion .col-right li.contact a:after {
    border-width: 0 0 3.5vw 3.5vw;
    bottom: 1.9vw;
    right: 1.9vw;
  }
  #conversion .col-right li.contact span {
    font-size: 6.7vw;
  }
}

@media screen and (max-width: 370px) {
  #conversion .col-left {
    font-size: 4.3vw;
    line-height: 7.5vw;
  }
}

#about {
  padding: 68px 0 60px;
  position: relative;
  z-index: 0;
}

#about:before {
  content: '';
  width: 859px;
  height: 859px;
  background-image: url("../img/top/deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -330px;
  left: calc(50% - 950px);
  z-index: -1;
}

#about:after {
  content: '';
  width: 842px;
  height: 842px;
  background-image: url("../img/top/deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -465px;
  right: calc(50% - 940px);
  z-index: -1;
}

#about h2 {
  margin-bottom: 61px;
}

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

#about .blk .col-left {
  max-width: 521px;
  width: 52%;
}

#about .blk .col-left table {
  background: #fff;
  border-radius: 10px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  margin-bottom: 20px;
  overflow: hidden;
}

#about .blk .col-left table th {
  width: 180px;
  padding-left: 15px;
  font-weight: 500;
}

#about .blk .col-left table td {
  font-weight: 500;
  text-align: center;
}

#about .blk .col-left table td:last-child {
  width: 66px;
  white-space: nowrap;
  padding-right: 30px;
}

#about .blk .col-left table thead {
  background: #A39B7D;
  color: #fff;
}

#about .blk .col-left table thead th {
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-top: 7px;
  padding-bottom: 8px;
}

#about .blk .col-left table thead td {
  padding-top: 7px;
  padding-bottom: 8px;
}

#about .blk .col-left table tbody th {
  letter-spacing: 0.1em;
}

#about .blk .col-left table tbody tr:first-child th, #about .blk .col-left table tbody tr:first-child td {
  padding-top: 15px;
  padding-bottom: 6px;
}

#about .blk .col-left table tbody tr:last-child th, #about .blk .col-left table tbody tr:last-child td {
  padding-bottom: 19px;
}

#about .blk .col-left .table-txt {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
}

#about .blk .col-left .info {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
}

#about .blk .col-left .info dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid #CCC8A1;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
}

#about .blk .col-left .info dl:before {
  content: '';
  width: 124px;
  height: 1px;
  background: #A49B7D;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}

#about .blk .col-left .info dl dt {
  color: #21201E;
  width: 124px;
  display: table-cell;
  font-weight: 700;
}

#about .blk .col-left .info dl dd {
  display: table-cell;
  padding-left: 10px;
}

#about .blk .col-left .info dl:last-child {
  margin-bottom: 0;
}

#about .blk #gmap {
  max-width: 492px;
  width: 45%;
  position: relative;
}

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

@media screen and (max-width: 980px) {
  #about .blk .col-left {
    width: 54%;
  }
  #about .blk .col-left table th {
    width: 150px;
  }
  #about .blk .col-left table td:last-child {
    padding-right: 20px;
    width: 56px;
  }
  #about .blk .col-left .info dl:before {
    width: 70px;
  }
  #about .blk .col-left .info dl dt {
    width: 70px;
  }
  #about .blk .col-left .info dl dd {
    padding-left: 5px;
  }
  #about .blk #gmap {
    width: 42%;
  }
}

@media screen and (max-width: 767px) {
  #about {
    padding: 8vw 0 6.4vw;
  }
  #about:before, #about:after {
    display: none;
  }
  #about h2 {
    margin-bottom: 6.7vw;
  }
  #about .blk {
    display: block;
  }
  #about .blk .col-left {
    max-width: none;
    width: 100%;
    margin-bottom: 5.6vw;
  }
  #about .blk .col-left table {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  #about .blk .col-left table th {
    width: 37%;
    padding-left: 8px;
  }
  #about .blk .col-left table td:last-child {
    width: 40px;
    padding-right: 10px;
  }
  #about .blk .col-left table thead th {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #about .blk .col-left table thead td {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #about .blk .col-left table tbody th {
    letter-spacing: 0;
  }
  #about .blk .col-left table tbody tr:first-child th, #about .blk .col-left table tbody tr:first-child td {
    padding-top: 17px;
    padding-bottom: 5px;
  }
  #about .blk .col-left table tbody tr:last-child th, #about .blk .col-left table tbody tr:last-child td {
    padding-bottom: 17px;
  }
  #about .blk .col-left .table-txt {
    line-height: 21px;
    margin-bottom: 30px;
  }
  #about .blk .col-left .info {
    font-size: 14px;
  }
  #about .blk .col-left .info dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #about .blk .col-left .info dl:before {
    width: 77px;
  }
  #about .blk .col-left .info dl dt {
    width: 77px;
  }
  #about .blk .col-left .info dl dd {
    padding-left: 0px;
  }
  #about .blk #gmap {
    max-width: none;
    width: 100%;
    height: 64.5vw;
  }
}

#news {
  position: relative;
  z-index: 1;
  padding-bottom: 118px;
}

#news .post-box {
  background: #fff;
  border-radius: 20px;
  padding: 58px 79px;
  display: flex;
}

#news .post-box .post-box__header {
  width: 226px;
}

#news .post-box .post-box__header h2 {
  font-size: 39px;
  letter-spacing: 0.2em;
  line-height: 1.44;
}

#news .post-box .post-box__header .post-box__summary-link {
  line-height: 19px;
  margin-top: 46px;
}

#news .post-box .post-box__header .post-box__summary-link a {
  font-size: 13px;
  text-decoration: underline;
}

#news .post-box .post-box__header .post-box__summary-link a:hover {
  text-decoration: none;
}

#news .post-box .post-box__content {
  width: calc(100% - 226px);
}

#news .post-box .post-box__content dl {
  width: 100%;
  display: flex;
  align-items: center;
}

#news .post-box .post-box__content dl dt {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}

#news .post-box .post-box__content dl dt span {
  display: inline-block;
}

#news .post-box .post-box__content dl dt .new-label {
  width: 64px;
  height: 18px;
  text-align: center;
  background: #A39B7D;
  color: #fff;
  border-radius: 10px;
  font-size: 11px;
  line-height: 17px;
  margin-left: 25px;
}

#news .post-box .post-box__content dl dd {
  padding-left: 23px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0;
}

#news .post-box .post-box__content dl dd a:hover {
  text-decoration: underline;
}

#news .post-box .post-box__content dl + dl {
  margin-top: 27px;
}

@media screen and (max-width: 980px) {
  #news .post-box {
    padding: 50px 40px;
  }
  #news .post-box .post-box__header {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #news {
    padding-bottom: 33px;
  }
  #news .post-box {
    padding: 20px 22px;
    display: block;
  }
  #news .post-box .post-box__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
  }
  #news .post-box .post-box__header h2 {
    font-size: 22px;
  }
  #news .post-box .post-box__header .post-box__summary-link {
    margin-top: 0px;
  }
  #news .post-box .post-box__content {
    width: 100%;
  }
  #news .post-box .post-box__content dl {
    display: block;
  }
  #news .post-box .post-box__content dl dt {
    line-height: 19px;
    margin-bottom: 6px;
  }
  #news .post-box .post-box__content dl dt .new-label {
    width: 52px;
    height: 15px;
    font-size: 9px;
    line-height: 15px;
    margin-left: 10px;
  }
  #news .post-box .post-box__content dl dd {
    padding-left: 0px;
  }
  #news .post-box .post-box__content dl + dl {
    margin-top: 19px;
  }
}
