@charset "utf-8";

/* キービジュアル
************************************************************/
.top-branding {
  position: relative;
}
.top-branding .content {
  position: absolute;
  left: calc(100 / 1920 * 100vw);
  bottom: calc(50 / 1920 * 100vw);
  color: #fff;
  z-index: 1;
}
.top-branding .content .copy {
  padding-bottom: var(--size15px);
  margin-bottom: var(--size35px);
  border-bottom: 1px solid #fff;
}
.top-branding .content .copy .en {
  display: block;
  margin-bottom: var(--size5px);
  font-size: 2.875rem;
  line-height: 1;
  letter-spacing: .1em;
}
.top-branding .content .copy .ja {
  display: block;
  font-size: 4.375rem;
  line-height: 1.6;
  letter-spacing: .1em;
}
.top-branding .content .text {
  font-size: 1.25rem;
  letter-spacing: .1em;
}
.top-branding .bg-slider {
  opacity: 0;
  transition: opacity .3s linear;
}
.top-branding .bg-slider.slick-initialized {
  opacity: 1;
}
.top-branding .bg-slider li {
  height: 100vh;
  min-height: 700px;
}
.top-branding .bg-slider .slide-01 {
  background-image: url('../images/index/main01.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-branding .bg-slider .slide-02 {
  background-image: url('../images/index/main02.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-branding .bg-slider .slide-03 {
  background-image: url('../images/index/main03.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-branding.tab .bg-slider li {
  height: auto;
}

@media(min-width: 768px) and (max-width:1599px) {
  .top-branding .content {
    left: calc(100 / 1599 * 100vw);
    bottom: calc(50 / 1599 * 100vw);
  }
}

@media(min-width: 768px) and (max-width:1299px) {
  .top-branding .content {
    left: calc(100 / 1299 * 100vw);
    bottom: calc(50 / 1299 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .top-branding .content {
    left: 0;
    bottom: 4vw;
    width: 100%;
    text-align: center;
  }
  .top-branding .content .copy {
    margin-bottom: 4vw;
  }
  .top-branding .content .copy .en {
    font-size: 1.4375rem;
  }
  .top-branding .content .copy .ja {
    font-size: 2.1875rem;
    line-height: 1.6;
  }
  .top-branding .content .text {
    font-size: .75rem;
    letter-spacing: 0;
  }
  .top-branding .bg-slider li {
    height: auto;
    min-height: auto;
  }
  .top-branding .bg-slider .slide-01,
  .top-branding .bg-slider .slide-02,
  .top-branding .bg-slider .slide-03 {
    background: 0 0;
  }
}


/* キービジュアル下 アクセス（SPのみ）
************************************************************/
.top-branding-address {
  padding-top: var(--size40px);
  padding-bottom: var(--size60px);
}

@media only screen and (max-width: 767px) {
  .top-branding-address {
    box-shadow: calc(3 / 750 * 100vw) calc(3 / 750 * 100vw) calc(16 / 750 * 100vw) 0 rgba(0, 0, 0, .3);
  }
  .top-branding-address .address {
    margin-bottom: var(--size25px);
    text-align: center;
  }
  .top-branding-address .address .icon {
    display: block;
    width: calc(40 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1vw;
    line-height: 1;
  }
  .top-branding-address .address .text {
    display: block;
    line-height: 1.6;
  }
  .top-branding-address .access {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(500 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    text-align: center;
    border: 1px solid #332f26;
  }
}


/* 新着情報
************************************************************/
.top-news {
  padding-top: var(--size120px);
  padding-bottom: calc(175 / 1920 * 100vw);
}
.top-news .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-news .box-title {
  width: calc(185 / 1920 * 100vw);
}
.top-news .box-title .en {
  display: block;
  margin-bottom: var(--size15px);
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: .1em;
}
.top-news .box-title .ja {
  display: block;
  line-height: 1;
}
.top-news .box-list {
  position: relative;
  width: calc(100% - calc(185 / 1920 * 100vw));
  height: auto;
  max-height: 200px;
  padding-left: calc(40 / 1920 * 100vw);
  padding-right: calc(20 / 1920 * 100vw);
  line-height: 1.67;
  border-left: 1px solid #332f26;
  touch-action: auto !important;
  overflow: hidden;
}
.top-news .box-list li:not(:last-of-type) {
  padding-bottom: calc(30 / 1920 * 100vw);
  margin-bottom: calc(25 / 1920 * 100vw);
  border-bottom: 1px dotted #b4ada9;
}
.top-news .box-list li a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-news .box-list li .date {
  display: block;
  width: calc(110 / 1920 * 100vw);
  font-size: 1rem;
  letter-spacing: .1em;
}
.top-news .box-list li .title {
  display: block;
  width: calc(100% - calc(110 / 1920 * 100vw));
  font-weight: 300;
}

@media(min-width: 768px) and (max-width:1599px) {
  .top-news {
    padding-bottom: calc(175 / 1599 * 100vw);
  }
  .top-news .box-title {
    width: calc(185 / 1599 * 100vw);
  }
  .top-news .box-list {
    width: calc(100% - calc(185 / 1599 * 100vw));
    padding-left: calc(40 / 1599 * 100vw);
    padding-right: calc(20 / 1599 * 100vw);
  }
  .top-news .box-list li:not(:last-of-type) {
    padding-bottom: calc(30 / 1599 * 100vw);
    margin-bottom: calc(25 / 1599 * 100vw);
  }
  .top-news .box-list li .date {
    width: calc(110 / 1599 * 100vw);
  }
  .top-news .box-list li .title {
    width: calc(100% - calc(110 / 1599 * 100vw));
  }
}

@media(min-width: 768px) and (max-width:1299px) {
  .top-news {
    padding-bottom: calc(175 / 1299 * 100vw);
  }
  .top-news .box-title {
    width: calc(185 / 1299 * 100vw);
  }
  .top-news .box-list {
    width: calc(100% - calc(185 / 1299 * 100vw));
    padding-left: calc(40 / 1299 * 100vw);
    padding-right: calc(20 / 1299 * 100vw);
  }
  .top-news .box-list li:not(:last-of-type) {
    padding-bottom: calc(30 / 1299 * 100vw);
    margin-bottom: calc(25 / 1299 * 100vw);
  }
  .top-news .box-list li .date {
    width: calc(110 / 1299 * 100vw);
  }
  .top-news .box-list li .title {
    width: calc(100% - calc(110 / 1299 * 100vw));
  }
}

@media(max-width: 767px) {
  .top-news {
    padding: 12.5vw 0 20.5vw;
  }
  .top-news .content {
    display: block;
  }
  .top-news .box-title {
    width: 100%;
    padding-bottom: 7vw;
    margin-bottom: 5.5vw;
    text-align: center;
    border-bottom: 1px solid #332f26;
  }
  .top-news .box-title .en {
    margin-bottom: 1vw;
    font-size: 1.875rem;
    letter-spacing: .2em;
    text-indent: .2em;
  }
  .top-news .box-title .ja {
    font-size: 1rem;
    letter-spacing: .1em;
  }
  .top-news .box-list {
    max-height: calc(520 / 750 * 100vw);
    padding-left: 0;
    padding-right: 5vw;
    border-left: none;
  }
  .top-news .box-list li:not(:last-of-type) {
    padding-bottom: 3.5vw;
    margin-bottom: 3vw;
  }
  .top-news .box-list li a {
    display: block;
  }
  .top-news .box-list li .date {
    width: 100%;
  }
  .top-news .box-list li .title {
    width: 100%;
    line-height: 2;
  }
}


/* 診療内容
************************************************************/
.top-medical {
  position: relative;
  padding-top: var(--size90px);
  padding-bottom: var(--size120px);
  margin-bottom: var(--size40px);
  background-image: url("../images/index/bg__medical01.svg"), url("../images/page/ptn01.png");
  background-position: center top, left top;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, calc(640 / 1920 * 100vw) auto;
  z-index: 1;
}
.top-medical .section-title {
  margin-bottom: var(--size50px);
  text-align: center;
}
.top-medical .section-title .en {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: var(--color01);
  font-size: 9.375rem;
  line-height: 1;
  letter-spacing: .1em;
  transform: translateY(-50%);
}
.top-medical .section-title .ja {
  display: block;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: .1em;
}

@media(min-width: 768px) and (max-width:1599px) {
  .top-medical {
    background-image: url("../images/index/bg__medical01.svg"), url("../images/page/ptn01.png");
    background-position: center top, left top;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, calc(640 / 1599 * 100vw) auto;
  }
}

@media(min-width: 768px) and (max-width:1299px) {
  .top-medical {
    background-image: url("../images/index/bg__medical01.svg"), url("../images/page/ptn01.png");
    background-position: center top, left top;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, calc(640 / 1299 * 100vw) auto;
  }
}

@media(max-width: 767px) {
  .top-medical {
    padding: 10.5vw 3.2vw 14vw;
    background-image: url("../images/index/bg__medical01.svg"), url("../images/page/ptn01.png");
    background-position: center top, left top;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, calc(640 / 750 * 100vw) auto;
  }
  .top-medical .section-title .en {
    font-size: 4.0625rem;
    transform: translateY(-45%);
  }
  .top-medical .section-title .ja {
    font-size: 1.5625rem;
  }
}

.top-medical .medical-specialty .item {
  padding-top: var(--size60px);
  padding-bottom: var(--size60px);
  margin-bottom: var(--size40px);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-medical .medical-specialty .item:nth-of-type(odd) {
  padding-right: var(--size60px);
  margin-right: var(--size30px);
}
.top-medical .medical-specialty .item:nth-of-type(even) {
  padding-left: var(--size60px);
  margin-left: var(--size30px);
}
.top-medical .medical-specialty .item:last-of-type {
  margin-bottom: var(--size100px);
}
.top-medical .medical-specialty .item.-i-01 {
  background-image: url("../images/index/bg__medical02.jpg");
}
.top-medical .medical-specialty .item.-i-02 {
  background-image: url("../images/index/bg__medical04.jpg");
  background-position: right center;
}
.top-medical .medical-specialty .item.-i-03 {
  background-image: url("../images/index/bg__medical06.jpg");
}
.top-medical .medical-specialty .item .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-medical .medical-specialty .item:nth-of-type(even) .wrap {
  flex-direction: row-reverse;
}
.top-medical .medical-specialty .item .wrap .bg-text {
  width: 45%;
  color: #fff;
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
}
.top-medical .medical-specialty .item .content {
  width: 55%
}
.top-medical .medical-specialty .item .content a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  height: calc(420 / 1920 * 100vw);
  padding-top: var(--size50px);
  padding-left: var(--size60px);
  box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, .3);
  background-position: right calc(20 / 1920 * 100vw) bottom calc(20 / 1920 * 100vw), right center;
  background-repeat: no-repeat, no-repeat;
  background-size: calc(50 / 1920 * 100vw), auto 100%;
  background-color: #fff;
  z-index: 1;
}
.top-medical .medical-specialty .item.-i-01 .content a {
  background-image: url("../images/page/arw01.svg"), url("../images/index/bg__medical03.png");
}
.top-medical .medical-specialty .item.-i-02 .content a {
  background-image: url("../images/page/arw02.svg"), url("../images/index/bg__medical05.png");
}
.top-medical .medical-specialty .item.-i-03 .content a {
  background-image: url("../images/page/arw03.svg"), url("../images/index/bg__medical07.png");
}
.top-medical .medical-specialty .item .content .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: calc(20 / 1920 * 100vw);
  left: calc(-20 / 1920 * 100vw);
  height: calc(60 / 1920 * 100vw);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  box-shadow: 2px 2px 0 #332f26;
}
.top-medical .medical-specialty .item .content .title span {
  display: inline-block;
  padding-left: var(--size30px);
  padding-right: var(--size30px);
}
.top-medical .medical-specialty .item .content .copy {
  margin-bottom: var(--size10px);
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: .1em;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff;
}
.top-medical .medical-specialty .item .content .copy em {
  font-size: 3.125rem;
  letter-spacing: .1em;
}
.top-medical .medical-specialty .item .content p {
  width: 59%;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff;
}

@media(min-width: 768px) and (max-width:1599px) {
  .top-medical .medical-specialty .item .content a {
    height: calc(420 / 1599 * 100vw);
    padding-left: calc(40 / 1599 * 100vw);
    background-position: right calc(20 / 1599 * 100vw) bottom calc(20 / 1599 * 100vw), right calc(-20 / 1599 * 100vw) center;
    background-repeat: no-repeat, no-repeat;
    background-size: calc(50 / 1599 * 100vw), auto 100%;
  }
  .top-medical .medical-specialty .item .content .title {
    top: calc(20 / 1599 * 100vw);
    left: calc(-20 / 1599 * 100vw);
    height: calc(60 / 1599 * 100vw);
  }
}

@media(min-width: 768px) and (max-width:1299px) {
  .top-medical .medical-specialty .item .wrap .bg-text {
    width: 40%;
    font-size: 4.5rem;
  }
  .top-medical .medical-specialty .item .content {
    width: 60%;
  }
  .top-medical .medical-specialty .item .content a {
    padding-left: calc(40 / 1299 * 100vw);
    height: calc(420 / 1299 * 100vw);
    background-position: right calc(20 / 1299 * 100vw) bottom calc(20 / 1299 * 100vw), right calc(-20 / 1299 * 100vw) center;
    background-repeat: no-repeat, no-repeat;
    background-size: calc(50 / 1299 * 100vw), auto 100%;
  }
  .top-medical .medical-specialty .item .content .title {
    top: calc(20 / 1299 * 100vw);
    left: calc(-20 / 1299 * 100vw);
    height: calc(60 / 1299 * 100vw);
  }
  .top-medical .medical-specialty .item .content .copy em {
    font-size: 2.5rem;
  }
}

@media(max-width: 767px) {
  .top-medical .medical-specialty .item {
    padding: 12vw 4vw 8vw;
    margin-left: auto;
    margin-right: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .top-medical .medical-specialty .item:nth-of-type(odd) {
    padding-right: 4vw;
    margin-left: auto;
    margin-right: auto;
  }
  .top-medical .medical-specialty .item:nth-of-type(even) {
    padding-left: 4vw;
    margin-left: auto;
    margin-right: auto;
  }
  .top-medical .medical-specialty .item.-i-01 {
    background-image: url("../images/index/bg__medical02_sp.png");
    background-color: #d6d2c7;
  }
  .top-medical .medical-specialty .item.-i-02 {
    background-image: url("../images/index/bg__medical04_sp.png");
    background-position: center top;
    background-color: #cdd9e2;
  }
  .top-medical .medical-specialty .item.-i-03 {
    background-image: url("../images/index/bg__medical06_sp.png");
    background-color: #ded9e5;
  }
  .top-medical .medical-specialty .item .wrap {
    display: block;
  }
  .top-medical .medical-specialty .item .wrap .bg-text {
    margin-bottom: 9.5vw;
    width: 100%;
    font-size: 3.125rem;
  }
  .top-medical .medical-specialty .item .content {
    width: 100%;
  }
  .top-medical .medical-specialty .item .content a {
    display: block;
    height: auto;
    padding: 55vw 6vw 19vw;
    box-shadow: calc(3 / 750 * 100vw) calc(3 / 750 * 100vw) calc(16 / 750 * 100vw) 0 rgba(0, 0, 0, .3);
    background-position: center bottom calc(60 / 750 * 100vw), center top;
    background-repeat: no-repeat, no-repeat;
    background-size: calc(50 / 750 * 100vw), 100% auto;
  }
  .top-medical .medical-specialty .item.-i-01 .content a {
    background-image: url("../images/page/arw01.svg"), url("../images/index/bg__medical03_sp.png");
  }
  .top-medical .medical-specialty .item.-i-02 .content a {
    background-image: url("../images/page/arw02.svg"), url("../images/index/bg__medical05_sp.png");
  }
  .top-medical .medical-specialty .item.-i-03 .content a {
    background-image: url("../images/page/arw03.svg"), url("../images/index/bg__medical07_sp.png");
  }
  .top-medical .medical-specialty .item .content .title {
    top: calc(20 / 750 * 100vw);
    left: calc(-20 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    font-size: .8125rem;
    letter-spacing: 0;
    box-shadow: 2px 2px 0 #332f26;
  }
  .top-medical .medical-specialty .item .content .title span {
    padding: 0 3vw;
  }
  .top-medical .medical-specialty .item .content .copy {
    margin-bottom: 2vw;
    font-size: .8125rem;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 0 0 calc(5 / 750 * 100vw) #fff, 0 0 calc(5 / 750 * 100vw) #fff, 0 0 calc(10 / 750 * 100vw) #fff, 0 0 calc(10 / 750 * 100vw) #fff, 0 0 calc(15 / 750 * 100vw) #fff, 0 0 calc(15 / 750 * 100vw) #fff;
  }
  .top-medical .medical-specialty .item .content .copy em {
    font-size: 1.5625rem;
    letter-spacing: 0;
  }
  .top-medical .medical-specialty .item .content p {
    width: 100%;
    text-shadow: 0 0 calc(5 / 750 * 100vw) #fff, 0 0 calc(5 / 750 * 100vw) #fff, 0 0 calc(10 / 750 * 100vw) #fff, 0 0 calc(10 / 750 * 100vw) #fff, 0 0 calc(15 / 750 * 100vw) #fff, 0 0 calc(15 / 750 * 100vw) #fff;
  }
}

.top-medical .medical-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.top-medical .medical-list .item {
  width: 30.7%;
  max-width: 460px;
  margin-right: 3.95%;
}
.top-medical .medical-list .item:last-child,
.top-medical .medical-list .item:nth-child(3n) {
  margin-right: 0;
}
.top-medical .medical-list .item:not(:nth-child(-n+3)) {
  margin-top: calc(60 / 1920 * 100vw);
}
.top-medical .medical-list .item a {
  display: block;
}
.top-medical .medical-list .item .image {
  position: relative;
  padding-right: var(--size10px);
  padding-bottom: var(--size10px);
  margin-bottom: var(--size20px);
  z-index: 1;
}
.top-medical .medical-list .item .image:after {
  content: "";
  position: absolute;
  width: calc(100% - calc(10 / 1920 * 100vw));
  height: calc(100% - calc(10 / 1920 * 100vw));
  right: 0;
  bottom: 0;
  border-right: 1px solid #332f26;
  border-bottom: 1px solid #332f26;
}
.top-medical .medical-list .item .image .in {
  overflow: hidden;
}
.top-medical .medical-list .item .image img {
  transition: .5s;
}
.top-medical .medical-list .item h3 {
  position: relative;
  padding-right: var(--size70px);
  margin-bottom: var(--size5px);
  background-image: url("../images/page/arw04.svg");
  background-position: right top calc(5 / 1920 * 100vw);
  background-repeat: no-repeat;
  background-size: calc(50 / 1920 * 100vw);
  z-index: 1;
}
.top-medical .medical-list .item h3 .ja {
  display: block;
  margin-bottom: var(--size10px);
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: .1em;
}
.top-medical .medical-list .item h3 .en {
  display: block;
  color: var(--color02);
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: .1em;
}
.top-medical .medical-list .item p {
  line-height: 1.6;
}

@media(min-width: 768px) {
  .top-medical .medical-list .item a:hover .image img {
    transition: .5s;
    transform: scale(1.1);
  }
}

@media(min-width: 768px) and (max-width:1599px) {
  .top-medical .medical-list .item:not(:nth-child(-n+3)) {
    margin-top: calc(60 / 1599 * 100vw);
  }
  .top-medical .medical-list .item .image:after {
    width: calc(100% - calc(10 / 1599 * 100vw));
    height: calc(100% - calc(10 / 1599 * 100vw));
  }
  .top-medical .medical-list .item h3 {
    background-image: url("../images/page/arw04.svg");
    background-position: right top calc(5 / 1599 * 100vw);
    background-repeat: no-repeat;
    background-size: calc(50 / 1599 * 100vw);
  }
}

@media(min-width: 768px) and (max-width:1299px) {
  .top-medical .medical-list .item:not(:nth-child(-n+3)) {
    margin-top: calc(60 / 1299 * 100vw);
  }
  .top-medical .medical-list .item .image:after {
    width: calc(100% - calc(10 / 1299 * 100vw));
    height: calc(100% - calc(10 / 1299 * 100vw));
  }
  .top-medical .medical-list .item h3 {
    background-image: url("../images/page/arw04.svg");
    background-position: right top calc(5 / 1299 * 100vw);
    background-repeat: no-repeat;
    background-size: calc(50 / 1299 * 100vw);
  }
  .top-medical .medical-list .item h3 .ja {
    font-size: 1.625rem;
  }
}

@media(max-width: 767px) {
  .top-medical .medical-list .item {
    width: 48.5%;
    max-width: 100%;
    margin-right: 3% !important;
  }
  .top-medical .medical-list .item:last-child,
  .top-medical .medical-list .item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .top-medical .medical-list .item:not(:nth-child(-n+2)) {
    margin-top: calc(55 / 750 * 100vw);
  }
  .top-medical .medical-list .item .image {
    padding-right: calc(7 / 750 * 100vw);
    padding-bottom: calc(7 / 750 * 100vw);
    margin-bottom: 4.5vw;
  }
  .top-medical .medical-list .item .image:after {
    width: calc(100% - calc(7 / 750 * 100vw));
    height: calc(100% - calc(7 / 750 * 100vw));
  }
  .top-medical .medical-list .item h3 {
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    background: 0 0;
  }
  .top-medical .medical-list .item h3:before {
    content: "";
    position: absolute;
    top: -8vw;
    left: 0;
    right: 0;
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    margin: auto;
    background-image: url("../images/page/arw04.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top-medical .medical-list .item h3 .ja {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .top-medical .medical-list .item h3 .en {
    font-size: .75rem;
  }
  .top-medical .medical-list .item p {
    font-size: .75rem;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
  }
}


/* ご挨拶
************************************************************/
.top-greeting {
  padding-top: var(--size100px);
  padding-left: var(--size50px);
  padding-bottom: var(--size120px);
  background-image: url("../images/index/bg__greeting01.png"), url("../images/index/bg__greeting02.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto calc(400 / 1920 * 100vw), auto calc(400 / 1920 * 100vw);
}
.top-greeting .greeting-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-greeting .greeting-content .image-content {
  position: relative;
  width: 46%;
  max-width: 860px;
  z-index: 1;
}
.top-greeting .greeting-content .image-content .image {
  position: relative;
  margin-bottom: var(--size100px);
  z-index: 1;
}
.top-greeting .greeting-content .image-content .bg-text {
  position: absolute;
  top: 0;
  left: calc(-36 / 1920 * 100vw);
  width: calc(67 / 1920 * 100vw);
  line-height: 1;
  z-index: 2;
}
.top-greeting .greeting-content .image-content .name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: calc(-20 / 1920 * 100vw);
  width: calc(340 / 1920 * 100vw);
  height: calc(130 / 1920 * 100vw);
  line-height: 1;
  text-align: center;
  background-color: #fff;
  z-index: 1;
}
.top-greeting .greeting-content .image-content .name .ja {
  display: block;
  padding-bottom: var(--size20px);
  margin-bottom: var(--size20px);
  font-size: 1.25rem;
  letter-spacing: .1em;
  border-bottom: 1px solid #332f26;
}
.top-greeting .greeting-content .image-content .name .ja em {
  margin-left: var(--size10px);
  font-size: 2.125rem;
  letter-spacing: .1em;
}
.top-greeting .greeting-content .image-content .name .en {
  display: block;
  font-size: 1.25rem;
  letter-spacing: .1em;
}
.top-greeting .greeting-content .description-content {
  width: 48%;
  padding-top: var(--size45px);
}
.top-greeting .greeting-content .description-content .wrap {
  max-width: 760px;
  margin-left: auto;
}
.top-greeting .greeting-content .description-content .description {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: var(--size100px);
}
.top-greeting .greeting-content .description-content h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  font-size: 1.875rem;
  letter-spacing: .1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 1;
}
.top-greeting .greeting-content .description-content h2:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100 / 1920 * 100vw);
  background-color: #332f26;
  margin-top: calc(15 / 1920 * 100vw)
}
.top-greeting .greeting-content .description-content h3 {
  padding-top: var(--size50px);
  margin-left: var(--size30px);
  margin-right: var(--size60px);
  margin-right: calc(60 / 1920 * 100vw);
  font-size: 2.5rem;
  letter-spacing: .1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.top-greeting .greeting-content .description-content .text {
  padding-top: var(--size50px);
  line-height: 2.2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.top-greeting .greeting-content .description-content .image-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-greeting .greeting-content .description-content .image-box .image-01 {
  width: 42%;
  max-width: 300px;
}
.top-greeting .greeting-content .description-content .image-box .image-02 {
  width: 55%;
  max-width: 400px;
}
.top-greeting .greeting-content .description-content .more-button {
  margin-top: var(--size60px);
}

@media(min-width: 768px) and (max-width:1599px) {
  .top-greeting {
    background-image: url("../images/index/bg__greeting01.png"), url("../images/index/bg__greeting02.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto calc(400 / 1599 * 100vw), auto calc(400 / 1599 * 100vw);
  }
  .top-greeting .greeting-content .image-content .bg-text {
    width: calc(67 / 1599 * 100vw);
    left: calc(-36 / 1599 * 100vw);
  }
  .top-greeting .greeting-content .image-content .name {
    bottom: calc(-20 / 1599 * 100vw);
    width: calc(340 / 1599 * 100vw);
    height: calc(130 / 1599 * 100vw);
  }
  .top-greeting .greeting-content .description-content h2:after {
    height: calc(100 / 1599 * 100vw);
    margin-top: calc(15 / 1599 * 100vw);
  }
  .top-greeting .greeting-content .description-content h3 {
    margin-right: calc(60 / 1599 * 100vw);
  }
}

@media(min-width: 768px) and (max-width:1299px) {
  .top-greeting {
    background-image: url("../images/index/bg__greeting01.png"), url("../images/index/bg__greeting02.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto calc(400 / 1299 * 100vw), auto calc(400 / 1299 * 100vw);
  }
  .top-greeting .greeting-content .image-content .bg-text {
    left: calc(-36 / 1299 * 100vw);
    width: calc(67 / 1299 * 100vw);
  }
  .top-greeting .greeting-content .image-content .name {
    bottom: calc(-20 / 1299 * 100vw);
    width: calc(340 / 1299 * 100vw);
    height: calc(130 / 1299 * 100vw);
  }
  .top-greeting .greeting-content .description-content h2:after {
    height: calc(100 / 1299 * 100vw);
    margin-top: calc(15 / 1299 * 100vw);
  }
  .top-greeting .greeting-content .description-content h3 {
    margin-right: calc(60 / 1299 * 100vw);
  }
}

@media(max-width: 767px) {
  .top-greeting {
    padding-left: 0;
    padding-bottom: 13.5vw;
    background-image: url("../images/index/bg__greeting01.png"), url("../images/index/bg__greeting02.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto calc(300 / 750 * 100vw), auto calc(300 / 750 * 100vw);
  }
  .top-greeting .greeting-content {
    display: block;
  }
  .top-greeting .greeting-content .image-content {
    width: 100%;
    max-width: calc(600 / 750 * 100vw);
    margin: 0 auto 17vw;
    text-align: center;
  }
  .top-greeting .greeting-content .image-content .image {
    margin-bottom: 0;
  }
  .top-greeting .greeting-content .image-content .bg-text {
    left: calc(-36 / 750 * 100vw);
    width: calc(67 / 750 * 100vw);
  }
  .top-greeting .greeting-content .image-content .name {
    right: 0;
    bottom: calc(-95 / 750 * 100vw);
    width: calc(400 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
    padding-top: 1vw;
    margin: auto;
  }
  .top-greeting .greeting-content .image-content .name .ja {
    padding-bottom: 2.5vw;
    margin-bottom: 2vw;
    font-size: 1rem;
  }
  .top-greeting .greeting-content .image-content .name .ja em {
    font-size: 1.25rem;
  }
  .top-greeting .greeting-content .image-content .name .en {
    font-size: .75rem;
  }
  .top-greeting .greeting-content .description-content {
    width: 100%;
    padding: 0;
  }
  .top-greeting .greeting-content .description-content .wrap {
    max-width: calc(702 / 750 * 100vw);
    margin: 0 auto;
  }
  .top-greeting .greeting-content .description-content .description {
    display: block;
    margin-bottom: 7vw;
    /* writing-mode: horizontal-tb; */
  }
  .top-greeting .greeting-content .description-content h2 {
    display: block;
    font-size: 1.25rem;
    text-align: center;
    writing-mode: horizontal-tb;
  }
  .top-greeting .greeting-content .description-content h2:after {
    width: calc(100 / 750 * 100vw);
    height: 1px;
    margin: 2.5vw auto 0;
  }
  .top-greeting .greeting-content .description-content h3 {
    padding: 0;
    margin: 3vw auto 4vw;
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: center;
    writing-mode: horizontal-tb;
  }
  .top-greeting .greeting-content .description-content .text {
    padding: 0;
    line-height: 2;
    text-align: center;
    writing-mode: horizontal-tb;
  }
  .top-greeting .greeting-content .description-content .image-box {
    margin: 0 auto;
  }
  .top-greeting .greeting-content .description-content .image-box .image-01 {
    width: 40%;
    max-width: calc(276 / 750 * 100vw);
  }
  .top-greeting .greeting-content .description-content .image-box .image-02 {
    width: 53%;
    max-width: calc(368 / 750 * 100vw);
  }
}


/* 特徴
************************************************************/
.top-feature {
  padding-top: var(--size110px);
  padding-bottom: var(--size120px);
  border-top: 1px solid #b4ada9;
  background-image: url("../images/index/bg__feature01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.top-feature .section-title {
  margin-bottom: var(--size110px);
  text-align: center;
}
.top-feature .section-title .en {
  display: block;
  margin-bottom: var(--size10px);
  color: var(--color01);
  font-size: 9.375rem;
  letter-spacing: .1em;
  line-height: 1;
}
.top-feature .section-title .ja {
  display: block;
  font-size: 2.5rem;
  letter-spacing: .1em;
  line-height: 1.5;
}
.top-feature .feature-01-wrap {
  position: relative;
  padding-left: var(--size50px);
  padding-right: var(--size50px);
  padding-bottom: var(--size80px);
  margin-bottom: var(--size95px);
  z-index: 1;
}
.top-feature .feature-01-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(330 / 1920 * 100vw);
  background-image: url("../images/page/ptn01.png");
  background-position: left top;
  background-repeat: repeat;
  background-size: calc(640 / 1920 * 100vw) auto;
  z-index: -1;
}
.top-feature .feature-01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}
.top-feature .feature-01 .image {
  width: 56%;
  max-width: 960px;
}
.top-feature .feature-01 .description {
  width: 40%;
  max-width: 660px;
  padding-top: var(--size40px);
}
.top-feature h3 {
  margin-bottom: var(--size20px);
  text-align: center;
}
.top-feature h3 .num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: .1em;
}
.top-feature h3 .num:after,
.top-feature h3 .num:before {
  content: "";
  display: block;
  width: calc(40 / 1920 * 100vw);
  height: 1px;
  background-color: #332f26;
}
.top-feature h3 .num:before {
  margin-right: calc(30 / 1920 * 100vw);
}
.top-feature h3 .num:after {
  margin-left: calc(30 / 1920 * 100vw);
}
.top-feature h3 .ja {
  display: block;
  font-size: 3.125rem;
  letter-spacing: .1em;
}
.top-feature .feature-01 .description .text {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size110px);
}
.top-feature .feature-01 .point {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: .1em;
}
.top-feature .feature-01 .point .item {
  width: 30.4%;
  margin-right: 4.4%;
}
.top-feature .feature-01 .point .item:last-child {
  margin-right: 0;
}
.top-feature .feature-01 .point .item .in {
  position: relative;
  padding-top: 100%;
  z-index: 1;
}
.top-feature .feature-01 .point .item .bg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 100%;
  background-image: url("../images/index/bg__feature02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-feature .feature-02-wrap {
  padding-bottom: var(--size100px);
  margin-bottom: var(--size100px);
  background-image: url("../images/index/bg__feature03.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto calc(800 / 1920 * 100vw);
}
.top-feature .feature-02-wrap.-i-02 {
  background-image: url("../images/index/bg__feature04.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto calc(800 / 1920 * 100vw);
}
.top-feature .feature-02-wrap {
  
}
.top-feature .feature-02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: var(--size60px);
}
.top-feature .feature-02.-reverse {
  flex-direction: row-reverse;
}
.top-feature .feature-02 .image {
  position: relative;
  width: 50%;
  z-index: 1;
}
.top-feature .feature-02 .image .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: calc(30 / 1920 * 100vw);
  left: calc(30 / 1920 * 100vw);
  width: calc(180 / 1920 * 100vw);
  height: calc(180 / 1920 * 100vw);
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height: 1.6;
  text-align: center;
  border-radius: 100%;
  background-color: #998e73e6;
}
.top-feature .feature-02 .description {
  width: 50%;
  padding-left: var(--size40px);
  padding-right: var(--size40px);
}
.top-feature .feature-02 .description .in {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.top-feature .feature-02-gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.top-feature .feature-02-gallery.-reverse {
  flex-direction: row-reverse;
}
.top-feature .feature-02-gallery .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 65%;
}
.top-feature .feature-02-gallery .list .item {
  width: 49%;
  max-width: 400px;
}
.top-feature .feature-02-gallery .list .item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: calc(60 / 1920 * 100vw);
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  border-bottom: 1px solid #302f30;
}
.top-feature .feature-02-wrap .more-button {
  width: 30%;
}
.top-feature .feature-03 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: var(--size30px);
  padding-right: var(--size30px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size100px);
}
.top-feature .feature-03 .item {
  position: relative;
  width: calc(50% - calc(20 / 1920 * 100vw));
  padding-left: var(--size40px);
  padding-right: var(--size40px);
  padding-bottom: var(--size100px);
  z-index: 1;
}
.top-feature .feature-03 .item:nth-of-type(even) {
  margin-top: var(--size150px);
}
.top-feature .feature-03 .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - calc(200 / 1920 * 100vw));
  left: 0;
  bottom: 0;
  background-image: url("../images/page/ptn01.png");
  background-position: left top;
  background-repeat: repeat;
  background-size: calc(640 / 1920 * 100vw) auto;
  z-index: -1;
}
.top-feature .feature-03 .item .in {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.top-feature .feature-03 .item h3 {
  margin-bottom: var(--size25px);
}
.top-feature .feature-03 .item h3 .ja {
  font-size: 2.75rem;
  letter-spacing: .1em;
}
.top-feature .feature-03 .item .image {
  margin-bottom: var(--size40px);
  text-align: center;
}
.top-feature .feature-04 {
  position: relative;
  margin-bottom: var(--size120px);
  z-index: 1;
}
.top-feature .feature-04 ._parallax {
  position: relative;
  height: calc(500 / 1920 * 100vw);
  background-image: url("../images/index/bg__feature05.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.top-feature .feature-04 .box-header {
  position: relative;
  max-width: 1000px;
  padding-top: var(--size55px);
  padding-left: var(--size50px);
  padding-right: var(--size50px);
  padding-bottom: var(--size60px);
  margin-top: calc(-200 / 1920 * 100vw);
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  z-index: 1;
}
.top-feature .feature-04 .box-header p {
  text-align: center;
}
.top-feature .feature-04 .box-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 calc(80 / 1920 * 100vw);
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.top-feature .feature-04 .box-list .item {
  
}
.top-feature .feature-04 .box-list .item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: calc(100 / 1920 * 100vw);
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: .1em;
  border-bottom: 1px solid #302f30;
}
.top-feature .feature-05 {
  position: relative;
  width: 92%;
  max-width: 1720px;
  padding-top: var(--size95px);
  padding-bottom: var(--size100px);
  padding-left: var(--size50px);
  padding-right: var(--size50px);
  margin-left: auto;
  margin-right: auto;
  outline: #fff solid 1px;
  outline-offset: calc(-20 / 1920*100vw);
  background-image: url("../images/index/bg__feature06.png"), url("../images/index/bg__feature07.png");
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
  background-color: var(--color04);
  z-index: 1;
}
.top-feature .feature-05 .description {
  position: relative;
  width: 50%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.top-feature .feature-05 .description h4,
.top-feature .feature-05 .description p {
  text-shadow: 0 0 5px #839fb6, 0 0 10px #839fb6, 0 0 15px #839fb6;
}
.top-feature .feature-05 .description h4 {
  margin-bottom: var(--size15px);
  text-align: center;
}
.top-feature .feature-05 .description h4 .en {
  display: block;
  margin-bottom: var(--size20px);
  color: var(--color01);
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: .1em;
}
.top-feature .feature-05 .description h4 .ja {
  display: block;
  color: #fff;
  font-size: 2.75rem;
  line-height: 1.6;
  letter-spacing: .1em;
}
.top-feature .feature-05 .description p {
  margin-bottom: var(--size35px);
  color: #fff;
}
.top-feature .feature-05 .image {
  position: absolute;
  right: 10%;
  bottom: 25%;
  width: calc(260 / 1920 * 100vw);
}
.top-feature .feature-05 .image .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: calc(-60 / 1920 * 100vw);
  right: calc(-100 / 1920 * 100vw);
  width: calc(180 / 1920 * 100vw);
  height: calc(180 / 1920 * 100vw);
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height: 1.6;
  text-align: center;
  border-radius: 100%;
  background-color: #998e73e6;
}

@media(min-width: 768px) and (max-width:1599px) {
  .top-feature .feature-01-wrap:after {
    height: calc(330 / 1599 * 100vw);
    background-image: url("../images/page/ptn01.png");
    background-position: left top;
    background-repeat: repeat;
    background-size: calc(640 / 1599 * 100vw) auto;
  }
  .top-feature h3 .num:after,
  .top-feature h3 .num:before {
    width: calc(40 / 1599 * 100vw);
  }
  .top-feature h3 .num:before {
    margin-right: calc(30 / 1599 * 100vw);
  }
  .top-feature h3 .num:after {
    margin-left: calc(30 / 1599 * 100vw);
  }
  .top-feature .feature-02-wrap {
    background-image: url("../images/index/bg__feature03.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto calc(800 / 1599 * 100vw);
  }
  .top-feature .feature-02-wrap.-i-02 {
    background-image: url("../images/index/bg__feature04.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto calc(800 / 1599 * 100vw);
  }
  .top-feature .feature-02 .image .badge {
    top: calc(30 / 1599 * 100vw);
    left: calc(30 / 1599 * 100vw);
    width: calc(180 / 1599 * 100vw);
    height: calc(180 / 1599 * 100vw);
  }
  .top-feature .feature-02-gallery .list .item .title {
    height: calc(60 / 1599 * 100vw);
  }
  .top-feature .feature-03 .item {
    width: calc(50% - calc(20 / 1599 * 100vw));
  }
  .top-feature .feature-03 .item:after {
    height: calc(100% - calc(200 / 1599 * 100vw));
    background-image: url("../images/page/ptn01.png");
    background-position: left top;
    background-repeat: repeat;
    background-size: calc(640 / 1599 * 100vw) auto;
  }
  .top-feature .feature-04 ._parallax {
    height: calc(500 / 1599 * 100vw);
  }
  .top-feature .feature-04 .box-header {
    margin-top: calc(-200 / 1599 * 100vw);
  }
  .top-feature .feature-04 .box-list {
    gap: 0 calc(80 / 1599 * 100vw);
  }
  .top-feature .feature-04 .box-list .item .title {
    height: calc(100 / 1599 * 100vw);
  }
  .top-feature .feature-05 {
    outline-offset: calc(-20 / 1599*100vw);
  }
  .top-feature .feature-05 .image {
    width: calc(220 / 1599 * 100vw);
  }
  .top-feature .feature-05 .image .badge {
    top: calc(-60 / 1599 * 100vw);
    right: calc(-100 / 1599 * 100vw);
    width: calc(180 / 1599 * 100vw);
    height: calc(180 / 1599 * 100vw);
  }
}

@media(min-width: 768px) and (max-width:1299px) {
  .top-feature .feature-01-wrap:after {
    height: calc(330 / 1299 * 100vw);
    background-image: url("../images/page/ptn01.png");
    background-position: left top;
    background-repeat: repeat;
    background-size: calc(640 / 1299 * 100vw) auto;
  }
  .top-feature .feature-01 .image {
    width: 54%;
  }
  .top-feature .feature-01 .description {
    width: 42%;
  }
  .top-feature .feature-01 .description .text {
    margin-bottom: calc(60 / 1299 * 100vw);
  }
  .top-feature h3 .num:after,
  .top-feature h3 .num:before {
    width: calc(40 / 1299 * 100vw);
  }
  .top-feature h3 .num:before {
    margin-right: calc(30 / 1299 * 100vw);
  }
  .top-feature h3 .num:after {
    margin-left: calc(30 / 1299 * 100vw);
  }
  .top-feature h3 .ja {
    font-size: 2.75rem;
  }
  .top-feature .feature-01 .point {
    font-size: 1.125rem;
  }
  .top-feature .feature-02-wrap {
    background-image: url("../images/index/bg__feature03.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto calc(800 / 1299 * 100vw);
  }
  .top-feature .feature-02-wrap.-i-02 {
    background-image: url("../images/index/bg__feature04.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto calc(800 / 1299 * 100vw);
  }
  .top-feature .feature-02 .image .badge {
    top: calc(30 / 1299 * 100vw);
    left: calc(30 / 1299 * 100vw);
    width: calc(180 / 1299 * 100vw);
    height: calc(180 / 1299 * 100vw);
  }
  .top-feature .feature-02-gallery .list .item .title {
    height: calc(60 / 1299 * 100vw);
  }
  .top-feature .feature-03 .item {
    width: calc(50% - calc(20 / 1299 * 100vw));
  }
  .top-feature .feature-03 .item:after {
    height: calc(100% - calc(200 / 1299 * 100vw));
    background-image: url("../images/page/ptn01.png");
    background-position: left top;
    background-repeat: repeat;
    background-size: calc(640 / 1299 * 100vw) auto;
  }
  .top-feature .feature-03 .item h3 .ja {
    font-size: 2.25rem;
  }
  .top-feature .feature-04 ._parallax {
    height: calc(500 / 1299 * 100vw);
  }
  .top-feature .feature-04 .box-header {
    margin-top: calc(-200 / 1299 * 100vw);
  }
  .top-feature .feature-04 .box-list {
    gap: 0 calc(80 / 1299 * 100vw);
  }
  .top-feature .feature-04 .box-list .item .title {
    height: calc(100 / 1299 * 100vw);
  }
  .top-feature .feature-04 .box-list .item:first-child .title {
    font-size: 1.25rem;
  }
  .top-feature .feature-05 {
    outline-offset: calc(-20 / 1299*100vw);
  }
  .top-feature .feature-05 .image {
    width: calc(200 / 1299 * 100vw);
  }
  .top-feature .feature-05 .image .badge {
    top: calc(-60 / 1299 * 100vw);
    right: calc(-80 / 1299 * 100vw);
    width: calc(150 / 1299 * 100vw);
    height: calc(150 / 1299 * 100vw);
  }
}

@media(max-width: 767px) {
  .top-feature {
    padding: 11.5vw 0 13vw;
    background-image: url("../images/index/bg__feature01_sp.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .top-feature .section-title {
    margin-bottom: 11vw;
  }
  .top-feature .section-title .en {
    margin-bottom: 2vw;
    font-size: 4.0625rem;
  }
  .top-feature .section-title .ja {
    font-size: 1.25rem;
  }
  .top-feature .feature-01-wrap {
    padding: 0 3.2vw 8vw;
  }
  .top-feature .feature-01-wrap:after {
    height: calc(340 / 750 * 100vw);
    background-image: url("../images/page/ptn01.png");
    background-position: left top;
    background-repeat: repeat;
    background-size: calc(640 / 750 * 100vw) auto;
  }
  .top-feature .feature-01 {
    display: block;
    max-width: calc(702 / 750 * 100vw);
    margin: 0 auto;
  }
  .top-feature .feature-01 .image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4vw;
    text-align: center;
  }
  .top-feature .feature-01 .description {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .top-feature h3 {
    margin-bottom: 1.5vw;
  }
  .top-feature h3 .num {
    margin-bottom: 0;
    font-size: 3.125rem;
    letter-spacing: .2em;
    text-indent: .2em;
  }
  .top-feature h3 .num:after,
  .top-feature h3 .num:before {
    width: calc(40 / 750 * 100vw);
    margin-top: 1vw;
  }
  .top-feature h3 .num:before {
    margin-right: 1vw;
  }
  .top-feature h3 .num:after {
    margin-left: 1vw;
  }
  .top-feature h3 .ja {
    font-size: 1.5625rem;
  }
  .top-feature .feature-01 .description .text {
    max-width: calc(646 / 750 * 100vw);
    margin-bottom: 14vw;
  }
  .top-feature .feature-01 .point {
    font-size: .8125rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .top-feature .feature-01 .point .item {
    width: 31.4%;
    margin-right: 2.9%;
  }
  .top-feature .feature-02-wrap {
    padding-bottom: calc(60 / 750 * 100vw);
    background-image: url("../images/index/bg__feature03.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .top-feature .feature-02-wrap.-i-02 {
    background-image: url("../images/index/bg__feature04.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .top-feature .feature-02 {
    display: block;
    margin-bottom: 6.5vw;
  }
  .top-feature .feature-02 .image {
    width: calc(702 / 750 * 100vw);
    margin: 0 auto 5vw;
    text-align: center;
  }
  .top-feature .feature-02 .image .badge {
    top: calc(20 / 750 * 100vw);
    left: calc(20 / 750 * 100vw);
    width: calc(180 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
    font-size: .8125rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .top-feature .feature-02 .description {
    width: 100%;
  }
  .top-feature .feature-02 .description .in {
    max-width: calc(646 / 750 * 100vw);
  }
  .top-feature .feature-02-gallery {
    display: block;
    width: 100%;
    max-width: calc(702 / 750 * 100vw);
  }
  .top-feature .feature-02-gallery .list {
    width: 100%;
    margin-bottom: calc(60 / 750 * 100vw);
  }
  .top-feature .feature-02-gallery .list .item {
    max-width: calc(340 / 750 * 100vw);
  }
  .top-feature .feature-02-gallery .list .item .title {
    height: calc(80 / 750 * 100vw);
    font-size: 1rem;
    letter-spacing: 0;
  }
  .top-feature .feature-02-wrap .more-button {
    width: 100%;
    margin: 0 auto;
  }
  .top-feature .feature-03 {
    display: block;
    padding: 0;
    margin-bottom: calc(155 / 750 * 100vw);
  }
  .top-feature .feature-03 .item {
    width: 100%;
    padding: 0 3.2vw 10vw;
  }
  .top-feature .feature-03 .item:nth-of-type(even) {
    margin-top: calc(100 / 750 * 100vw);
  }
  .top-feature .feature-03 .item:after {
    height: calc(100% - calc(200 / 750 * 100vw));
    background-image: url("../images/page/ptn01.png");
    background-position: left top;
    background-repeat: repeat;
    background-size: calc(640 / 750 * 100vw) auto;
  }
  .top-feature .feature-03 .item .in {
    max-width: 100%;
  }
  .top-feature .feature-03 .item h3 {
    margin-bottom: 1.5vw;
  }
  .top-feature .feature-03 .item h3 .ja {
    font-size: 1.375rem;
  }
  .top-feature .feature-04 {
    margin-bottom: calc(55 / 750 * 100vw);
  }
  .top-feature .feature-04 ._parallax {
    height: calc(500 / 750 * 100vw);
    background-image: url("../images/index/bg__feature05_sp.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top-feature .feature-04 .box-header {
    max-width: 100%;
    padding: 7vw 6vw 6vw;
    margin-top: calc(-200 / 750 * 100vw);
  }
  .top-feature .feature-04 .box-header p {
    text-align: left;
  }
  .top-feature .feature-04 .box-list {
    flex-wrap: wrap;
    gap: 0;
    max-width: 100%;
  }
  .top-feature .feature-04 .box-list .item {
    width: 48.5%;
    margin-right: 3%;
  }
  .top-feature .feature-04 .box-list .item:last-child,
  .top-feature .feature-04 .box-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .top-feature .feature-04 .box-list .item:not(:nth-child(-n+2)) {
    margin-top: calc(40 / 750 * 100vw);
  }
  .top-feature .feature-04 .box-list .item .title {
    height: auto;
    padding: 2vw 0 1.5vw;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .top-feature .feature-04 .box-list .item:first-child .title {
    font-size: .75rem;
  }
  .top-feature .feature-05 {
    width: 100%;
    max-width: calc(702 / 750 * 100vw);
    padding: 21vw 6vw 13.5vw;
    outline-offset: calc(-20 / 750*100vw);
    background-image: url("../images/index/bg__feature06_sp.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .top-feature .feature-05 .description {
    width: 100%;
    max-width: 100%;
  }
  .top-feature .feature-05 .description h4,
  .top-feature .feature-05 .description p {
    text-shadow: 0 0 calc(5 / 750 * 100vw) #839fb6, 0 0 calc(10 / 750 * 100vw) #839fb6, 0 0 calc(15 / 750 * 100vw) #839fb6;
  }
  .top-feature .feature-05 .image {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(260 / 750 * 100vw);
    margin: 0 auto 8vw;
  }
  .top-feature .feature-05 .image .badge {
    top: calc(-60 / 750 * 100vw);
    right: calc(-100 / 750 * 100vw);
    width: calc(180 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
    font-size: .8125rem;
    letter-spacing: 0;
  }
  .top-feature .feature-05 .description h4 {
    margin-bottom: 3vw;
  }
  .top-feature .feature-05 .description h4 .en {
    margin-bottom: 5vw;
    font-size: 1.25rem;
  }
  .top-feature .feature-05 .description h4 .ja {
    font-size: 1.375rem;
  }
  .top-feature .feature-05 .description p {
    margin-bottom: 6vw;
  }
}


/* トピックス
************************************************************/
.top-topics {
  padding-top: var(--size95px);
  padding-bottom: var(--size100px);
  margin-bottom: var(--size120px);
  background-color: var(--color03);
}
.top-topics .inner-1500 {
  position: relative;
  z-index: 1;
}
.top-topics .section-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: var(--size25px);
  color: #fff;
  line-height: 1;
}
.top-topics .section-title .en {
  display: block;
  margin-right: var(--size20px);
  font-size: 3.125rem;
  letter-spacing: .1em;
}
.top-topics .section-title .ja {
  display: block;
  margin-bottom: var(--size10px);
}

.top-topics .topics-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-topics .topics-list:after {
  content: "";
  width: 32%;
  max-width: 480px;
}
.top-topics .topics-list li {
  width: 32%;
  max-width: 480px;
}
.top-topics .topics-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: var(--size30px);
  padding-left: var(--size30px);
  padding-right: var(--size30px);
  padding-bottom: var(--size30px);
  background-color: #fff;
}
.top-topics .topics-list .image {
  width: calc(120 / 1920 * 100vw);
}
.top-topics .topics-list .image img {
  height: calc(120 / 1920*100vw);
  object-fit: cover;
}
.top-topics .topics-list .description {
  width: calc(100% - calc(140 / 1920 * 100vw));
}
.top-topics .topics-list .description .date {
  line-height: 1;
}
.top-topics .topics-list .description .text {
  margin-top: calc(15 / 1920 * 100vw);
  line-height: 1.44;
}
.top-topics .topics-list .description .text .more {
  color: var(--color01);
  text-decoration: underline;
}

.top-topics .button {
  position: absolute;
  top: calc(5 / 1920 * 100vw);
  right: 0;
  width: calc(100 / 1920 * 100vw);
}
.top-topics .button a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  height: calc(30 / 1920 * 100vw);
  padding-left: var(--size15px);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: .1em;
  background-color: var(--color01);
  z-index: 1;
}
.top-topics .button a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(15 / 1920 * 100vw);
  width: calc(8 / 1920 * 100vw);
  height: calc(8 / 1920 * 100vw);
  margin: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

@media(min-width: 768px) and (max-width:1599px) {
  .top-topics .topics-list .image {
    width: calc(120 / 1599 * 100vw);
  }
  .top-topics .topics-list .image img {
    height: calc(120 / 1599*100vw);
  }
  .top-topics .topics-list .description {
    width: calc(100% - calc(140 / 1599 * 100vw));
  }
  .top-topics .topics-list .description .text {
    margin-top: calc(15 / 1599 * 100vw);
  }
  .top-topics .button {
    width: calc(100 / 1599 * 100vw);
    top: calc(5 / 1599 * 100vw);
  }
  .top-topics .button a {
    height: calc(30 / 1599 * 100vw);
  }
  .top-topics .button a:after {
    right: calc(15 / 1599 * 100vw);
    width: calc(8 / 1599 * 100vw);
    height: calc(8 / 1599 * 100vw);
  }
}

@media(min-width: 768px) and (max-width:1299px) {
  .top-topics .topics-list .image {
    width: calc(120 / 1299 * 100vw);
  }
  .top-topics .topics-list .image img {
    height: calc(120 / 1299*100vw);
  }
  .top-topics .topics-list .description {
    width: calc(100% - calc(140 / 1299 * 100vw));
  }
  .top-topics .topics-list .description .text {
    margin-top: calc(15 / 1299 * 100vw);
  }
  .top-topics .button {
    top: calc(5 / 1299 * 100vw);
    width: calc(100 / 1299 * 100vw);
  }
  .top-topics .button a {
    height: calc(30 / 1299 * 100vw);
  }
  .top-topics .button a:after {
    right: calc(15 / 1299 * 100vw);
    width: calc(8 / 1299 * 100vw);
    height: calc(8 / 1299 * 100vw);
  }
}

@media(max-width: 767px) {
  .top-topics .section-title {
    display: block;
    text-align: center;
  }
  .top-topics .section-title .en {
    margin: 0 auto 1vw;
    font-size: 1.875rem;
  }
  .top-topics .section-title .ja {
    font-size: 1rem;
    letter-spacing: .1em;
  }
  .top-topics .topics-list {
    display: block;
  }
  .top-topics .topics-list:after {
    display: none;
  }
  .top-topics .topics-list li {
    width: 100%;
    max-width: 100%;
  }
  .top-topics .topics-list li:not(:last-child) {
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .top-topics .topics-list li a {
    padding: calc(40 / 750 * 100vw);
  }
  .top-topics .topics-list .image {
    width: calc(180 / 750 * 100vw);
  }
  .top-topics .topics-list .image img {
    height: calc(180 / 750 * 100vw);
  }
  .top-topics .topics-list .description {
    width: calc(100% - calc(220 / 750 * 100vw));
  }
  .top-topics .topics-list .description .text {
    line-height: 1.67;
    font-size: .9375rem;
    letter-spacing: 0;
    margin-top: calc(15 / 750 * 100vw);
  }
  .top-topics .button {
    position: relative;
    top: auto;
    right: auto;
    width: calc(200 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
  }
  .top-topics .button a {
    height: calc(60 / 750 * 100vw);
    padding-left: calc(30 / 750 * 100vw);
    font-size: 1rem;
  }
  .top-topics .button a:after {
    right: calc(30 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}


/* 採用情報
************************************************************/
.top-recruit {
  position: relative;
  margin-bottom: var(--size120px);
  background-color: var(--color06);
  z-index: 1;
}
.top-recruit:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/index/img__recruit01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-recruit .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 50%;
  height: calc(470 / 1920 * 100vw);
  padding-left: var(--size40px);
  padding-right: var(--size40px);
}
.top-recruit .content .in {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.top-recruit .section-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: var(--size10px);
  font-size: 5rem;
  line-height: 1;
  letter-spacing: .1em;
}
.top-recruit .section-title:before {
  content: "";
  display: block;
  width: calc(100 / 1920 * 100vw);
  height: 1px;
  margin-right: calc(30 / 1920 * 100vw);
  margin-bottom: calc(10 / 1920 * 100vw);
  background-color: #332f26;
}
.top-recruit .text {
  padding-left: calc(130 / 1920 * 100vw);
  margin-bottom: var(--size40px);
}

@media(min-width: 768px) and (max-width:1599px) {
  .top-recruit .content {
    height: calc(470 / 1599 * 100vw);
  }
  .top-recruit .section-title:before {
    width: calc(100 / 1599 * 100vw);
    margin-right: calc(30 / 1599 * 100vw);
    margin-bottom: calc(10 / 1599 * 100vw);
  }
  .top-recruit .text {
    padding-left: calc(130 / 1599 * 100vw);
  }
}

@media(min-width: 768px) and (max-width:1299px) {
  .top-recruit .content {
    height: calc(470 / 1299 * 100vw);
  }
  .top-recruit .section-title:before {
    width: calc(60 / 1299 * 100vw);
    margin-right: calc(30 / 1299 * 100vw);
    margin-bottom: calc(10 / 1299 * 100vw);
  }
  .top-recruit .text {
    padding-left: calc(90 / 1299 * 100vw);
  }
}

@media(max-width: 767px) {
  .top-recruit {
    padding-bottom: calc(100 / 750 * 100vw);
  }
  .top-recruit:before {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: calc(368 / 750 * 100vw);
    margin: 0 auto 7vw;
  }
  .top-recruit .content {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .top-recruit .content .in {
    max-width: 100%;
  }
  .top-recruit .section-title {
    display: block;
    position: relative;
    margin-bottom: 4vw;
    font-size: 2.5rem;
    text-align: center;
  }
  .top-recruit .section-title:before {
    position: absolute;
    top: 1vw;
    left: 0;
    bottom: 0;
    width: calc(155 / 750 * 100vw);
    margin: auto;
  }
  .top-recruit .text {
    padding: 0;
    margin-bottom: 6vw;
  }
}