#head-key .banners a {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  display: block;
  width: 100%;
}
#head-key .banners a h2 {
  color: #fff;
  position: absolute;
  left: 6.4vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 6.4vw;
  line-height: 9.6vw;
  white-space: nowrap;
  letter-spacing: 0.14em;
}
#head-key .banners a:before {
  content: '';
  position: absolute;
  bottom: 12px;
  right: 11px;
  background: url('../img/shared/arrow.png') no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  z-index: 2;
}
#head-key .banners .sub div {
  width: 84%;
  margin: 0 auto;
}
#head-key .banners .sub div:nth-child(1) {
  margin-top: 16.5vw;
  margin-bottom: 15.2vw;
}
#head-key .banners .sub div:nth-child(1) a h2 {
  left: 4.4vw;
}
#head-key .banners .main {
  width: 100%;
}
#head-key .banners .main a .bg {
  height: 164vw;
}
#head-key .banners .main a .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#head-key .banners .main a h2 {
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9.6vw;
}
@media screen and (min-width: 768px) {
  h1 {
    height: 768px;
  }
  #head-key .banners {
    display: flex;
  }
  #head-key .banners a h2 {
    font-size: 32px;
    line-height: 84px;
  }
  #head-key .banners a:before {
    background: url('../img/shared/arrow2.png') no-repeat center;
    background-size: contain;
    right: 20px;
    bottom: 14px;
  }
  #head-key .banners .main {
    width: 50%;
  }
  #head-key .banners .main a h2 {
    font-size: 40px;
  }
  #head-key .banners .main a .bg {
    height: 800px;
  }
  #head-key .banners .sub {
    width: 50%;
  }
  #head-key .banners .sub div {
    width: 100%;
    margin: 0 !important;
    border: 1px solid #9e9d9d;
  }
  #head-key .banners .sub div a h2 {
    left: 50% !important;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  #head-key .banners .sub div a .bg {
    height: 398px;
  }
  #head-key .banners .sub div a .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*--------------------------------------
    rss
--------------------------------------*/
#rss {
  padding: 24.6vw 7% 40vw;
}
#rss h2 {
  --gap: -1.6vw;
}
#rss #feed {
  margin: 4vw 0 29px;
}
#rss #feed .block {
  border-top: 1px solid #bfbfbf;
  line-height: 26px;
  padding: 7px 0 14px;
}
#rss #feed .block:nth-child(1) {
  display: none;
}
#rss #feed .block:last-child {
  border-bottom: 1px solid #bfbfbf;
}
#rss #feed .block dt {
  color: #848484;
  font-size: 12px;
  letter-spacing: 0.05em;
}
#rss #feed .block dd {
  margin: 3px 0 0 -2px;
}
#rss .btn-cus {
  width: 225px;
}
@media screen and (min-width: 768px) {
  #rss {
    padding: 251px 0 262px;
  }
  #rss .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #rss h2 {
    margin-left: -3px;
  }
  #rss #feed {
    margin: 11px 0 0 auto;
    width: 695px;
  }
  #rss #feed .block {
    padding: 45px 0 42px;
  }
  #rss #feed .block:nth-child(1) {
    display: block;
  }
  #rss #feed .block dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  #rss #feed .block dl dt {
    font-size: 12px;
    min-width: 100px;
  }
  #rss #feed .block dl dd {
    margin-top: -1px;
    margin-left: 0;
    letter-spacing: -0.18em;
  }
  #rss .btn-cus {
    position: absolute;
    top: 86px;
    left: -8px;
  }
}

/*--------------------------------------
    concept
--------------------------------------*/
#concept {
  padding: 0 5%;
}
#concept .bg {
  background: #ebedee;
  padding: 26vw 0 22vw;
}
#concept .bg h2 {
  margin: 0 auto 17vw;
  white-space: nowrap;
}
#concept .bg .row {
  gap: 14vw;
}
#concept .bg .row .txt {
  height: 307px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 38px;
  width: 266px;
}
#concept .bg-para {
  margin: 40vw -6% 0;
}
@media screen and (min-width: 768px) {
  #concept {
    padding: 0;
  }
  #concept .wrap {
    max-width: 1200px;
  }
  #concept .bg {
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #concept .bg h2 {
    margin: 80px 58px 0 0;
    width: 252px;
    height: 430px;
  }
  #concept .bg .row {
    gap: 70px;
    justify-content: space-between;
  }
  #concept .bg .row .photo {
    height: 640px;
  }
  #concept .bg .row .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #concept .bg .row .txt {
    margin-top: 264px;
    margin-right: 30px;
    line-height: 40px;
  }
  #concept .bg-para {
    margin: 260px 0 0;
    min-height: 620px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  #concept .bg h2 {
    margin-right: 30px;
  }
}

/*--------------------------------------
    about
--------------------------------------*/
#about {
  padding: 40vw 0;
}
#about .photos1 {
  margin-left: 3%;
}
#about .photos1 > div:nth-child(1) {
  width: 41%;
}
#about .photos1 > div:nth-child(2) {
  width: 25%;
  margin: -6.3vw 0 0 27%;
}
#about .content1 h2 {
  margin: 28.6vw auto 17vw;
  white-space: nowrap;
}
#about .content1 h2 .border-draw {
  padding: 8px 0 16px;
  margin-bottom: 8px;
  line-height: 1.6;
}
#about .content1 .txt {
  margin: 0 6%;
}
#about .content1 .buttons {
  margin-top: 11.5vw;
}
#about .content1 .buttons .btn-cus + .btn-cus {
  margin-top: 20px;
}
#about .photos2 {
  margin: 20vw 0 12vw;
}
#about .photos2 > div:nth-child(1) {
  width: 31%;
  margin-left: 16%;
}
#about .photos2 > div:nth-child(2) {
  width: 51%;
  margin: -20.5vw -6% 0 auto;
}
#about .content2 h3 {
  --gap: -1vw;
  margin-left: 8%;
}
#about .content2 h3 .border-draw {
  line-height: 1.6;
  padding: 0 7px;
  margin-right: 3px;
}
#about .content2 h4 {
  margin: 6vw 7% 0 auto;
  display: table;
  --gap: -1vw;
}
#about .content2 h4 .border-draw {
  margin-right: 12px;
  line-height: 1.5;
  padding: 0 11px 0;
}
#about .content2 h4 .ml {
  margin-left: 11px;
}
#about .photos3 {
  margin: 12vw 0 0 9%;
}
#about .photos3 > div:nth-child(1) {
  width: 40%;
}
#about .photos3 > div:nth-child(2) {
  margin: 8vw 0 0 auto;
  width: 70%;
}
#about .row {
  position: relative;
  margin-top: 25vw;
  padding: 26.3vw 4%;
}
#about .row h3 {
  position: absolute;
  top: 0;
  left: 4%;
  width: 92%;
}
#about .row h3 .ml {
  display: table;
  margin-left: auto;
}
#about .row h3 .border-draw {
  line-height: 1.4;
  margin: 0 10px;
  padding: 0 13px;
}
#about .row .txt {
  margin: 4vw 4% 6vw;
}
#about .c-banner a {
  background: url('../img/index/bnr_bg.jpg') no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #about {
    position: relative;
    padding: 270px 0 260px;
  }
  #about .photos1 {
    position: absolute;
    top: 160px;
    margin-left: calc(50% - 693px);
    width: 383px;
  }
  #about .photos1 > div:nth-child(1) {
    width: 79%;
  }
  #about .photos1 > div:nth-child(2) {
    width: 47%;
    margin: -13% 0 0 auto;
  }
  #about .content1 h2 {
    margin: 0 auto;
    line-height: 72px;
  }
  #about .content1 h2 .border-draw {
    padding: 18px 0 21px;
    margin-bottom: 13px;
    margin-top: -8px;
  }
  #about .content1 .txt {
    margin: 65px auto 0;
    width: 100%;
    max-width: 380px;
  }
  #about .content1 .buttons {
    margin: 28px auto 0;
    width: 100%;
    max-width: 380px;
  }
  #about .content1 .buttons .btn-cus {
    margin-left: 0;
  }
  #about .content1 .buttons .btn-cus + .btn-cus {
    margin-top: 10px;
  }
  #about .photos2 {
    margin: 0;
    position: absolute;
    right: 0;
    top: 431px;
    max-width: calc(50% - 200px);
    width: 423px;
  }
  #about .photos2 > div:nth-child(1) {
    margin-left: 0;
    width: 55.6%;
  }
  #about .photos2 > div:nth-child(2) {
    margin-top: 14.2%;
    width: 87.3%;
  }
  #about .content2 {
    margin: 174px 0 0 23%;
    position: relative;
    z-index: 2;
  }
  #about .content2 h3 {
    margin-left: 0%;
  }
  #about .content2 h3 .border-draw {
    padding: 0 13px;
  }
  #about .content2 h4 {
    margin: 25px 0 0 74px;
  }
  #about .photos3 {
    margin: -411px 0 0 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  #about .photos3 > div:nth-child(1) {
    width: 18.4%;
  }
  #about .photos3 > div:nth-child(2) {
    margin-top: -4.2%;
    margin-right: 0;
    width: 33.3%;
    margin-left: calc(18.4% + 574px);
  }
  #about .row {
    margin-top: 306px;
    padding: 0;
    margin-bottom: 120px;
  }
  #about .row .photo {
    margin-left: -101px;
  }
  #about .row .content {
    width: 400px;
    margin-left: 102px;
    margin-top: 7px;
  }
  #about .row .content h3 {
    position: static;
  }
  #about .row .content .txt {
    margin: 40px 0 31px;
  }
  #about .row .content .btn-cus {
    margin-left: 0;
  }
}

/*--------------------------------------
    grave
--------------------------------------*/
#grave {
  position: relative;
  padding: 40vw 5% 30vw;
}
#grave .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#grave .bg .simpleParallax {
  height: 100%;
}
#grave .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#grave .content {
  background: #f7f7f7;
  margin: 16vw -1% 0 0;
  padding: 11vw 7% 14vw;
}
#grave .content .txt {
  margin: 5vw 0 9vw;
}
@media screen and (min-width: 768px) {
  #grave {
    padding: 160px 0 310px;
  }
  #grave .c-title {
    justify-content: end;
  }
  #grave .c-title p {
    margin-left: -1px;
  }
  #grave .c-title h2 {
    line-height: 78px;
  }
  #grave .c-title h2 span {
    margin-right: 21px;
  }
  #grave .content {
    margin: 106px 0 0;
    width: 417px;
    box-sizing: border-box;
    padding: 50px 48px;
  }
  #grave .content .txt {
    margin: 28px 0;
  }
  #grave .content .btn-cus {
    margin-left: 9px;
    width: 295px;
  }
}

/*--------------------------------------
    consultation
--------------------------------------*/
#consultation {
  padding: 48vw 5% 40.7vw;
}
#consultation .bg {
  margin-bottom: 27vw;
  background: #ebedee;
  box-shadow: 0px 0px 20px 0px rgb(206, 206, 212);
}
#consultation .left {
  background: url('../img/index/consult_p1.jpg') no-repeat center;
  background-size: cover;
  padding: 19vw 0 23vw;
}
#consultation .left .c-title {
  justify-content: center;
  white-space: nowrap;
}
#consultation .content {
  padding: 10vw 8%;
}
#consultation .content .txt {
  margin: 9vw 0 10vw;
}
#consultation .content .txt span {
  display: block;
  margin-top: 18px;
}
#consultation .content .icon-list .row {
  flex-direction: row;
  border-bottom: 1px solid #d5d5dc;
  padding-bottom: 5vw;
  margin-bottom: 6.4vw;
}
#consultation .content .icon-list .row:last-child {
  border-color: transparent;
}
#consultation .content .icon-list .row .icon {
  width: 27%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#consultation .content .icon-list .row .icon img {
  width: 66%;
}
#consultation .content .icon-list .row dl dt {
  font-size: 20px;
}
#consultation .content .icon-list .row dl dd {
  margin: 5px -30px 0 2px;
}
#consultation .content .btn-cus a {
  background: #f7f7f7;
}
#consultation .c-banner {
  margin: 0 -5%;
}
#consultation .c-banner a {
  background: url('../img/index/bnr_bg2.jpg') no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #consultation {
    padding: 261px 0 279px;
  }
  #consultation .wrap {
    max-width: 1200px;
  }
  #consultation .row {
    margin-bottom: 100px;
  }
  #consultation .row .left {
    width: 500px;
    margin-left: 1px;
    padding: 100px 0 0 39px;
    box-sizing: border-box;
  }
  #consultation .row .content {
    padding: 50px 20px 90px;
    width: 700px;
    box-sizing: border-box;
  }
  #consultation .row .content .inner {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #consultation .row .content .txt {
    margin: 27px 0 39px;
  }
  #consultation .row .content .txt span {
    margin-top: 12px;
  }
  #consultation .row .content .icon-list .row {
    padding-bottom: 19px;
    margin-bottom: 22px;
  }
  #consultation .row .content .icon-list .row .icon {
    width: 72px;
    justify-content: start;
    padding-left: 9px;
    box-sizing: border-box;
  }
  #consultation .row .content .icon-list .row .icon img {
    width: 49px;
  }
  #consultation .row .content .icon-list .row dl dt {
    font-size: 24px;
  }
  #consultation .row .content .icon-list .row dl dd {
    margin-top: 7px;
  }
  #consultation .row .content .icon-list .row:last-child .icon {
    padding-left: 0;
  }
  #consultation .row .content .icon-list .row:last-child .icon img {
    width: 63px;
  }
  #consultation .row .content .btn-cus {
    margin-left: 1px;
    margin-top: -4px;
  }
  #consultation .c-banner {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/*--------------------------------------
    access
--------------------------------------*/
#access {
  background: #d9dbdb;
  padding: 37vw 7% 32vw;
}
#access .info {
  margin: 4.5vw 0px 1.5vw;
}
#access .btn-map {
  margin-left: 0;
}
#access .set {
  margin-top: 8vw;
}
#access .set h3 {
  border-bottom: 1px solid #bfbfbf;
  font-family: 'Shippori Mincho B1';
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 9px;
  margin-bottom: 2vw;
}
#access .map-img {
  margin-top: 9vw;
}
#access .right {
  margin: 15vw -2% 3vw;
  height: 402px;
}
#access .right iframe {
  width: 100%;
  height: inherit;
  filter: grayscale(1);
}
#access .note {
  font-size:14px;
}
@media screen and (min-width: 768px) {
  #access {
    padding: 241px 0 234px;
  }
  #access .row {
    justify-content: space-between;
  }
  #access .row .right {
    margin: 20px calc(50% - 50vw) 0 0;
    height: auto;
    width: calc(50vw - 72px);
  }
  #access .row .right iframe {
    height: 100%;
  }
  #access .left {
    width: 520px;
  }
  #access .left .info {
    margin: 19px 0 6px;
  }
  #access .left .set {
    margin-top: 41px;
  }
  #access .left .set h3 {
    padding-bottom: 8px;
    margin-bottom: 11px;
  }
  #access .left .set.set1 h3 {
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
  }
  #access .left .map-img {
    margin-top: 47px;
  }
}

/*# sourceMappingURL=index.css.map */
