@charset "UTF-8";
/* キービジュアル
************************************************************/
.top-branding {
  position: relative;
}

.top-branding .content {
  position: absolute;
  left: 5.2083333333vw;
  bottom: 2.6041666667vw;
  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: 0.1em;
}

.top-branding .content .copy .ja {
  display: block;
  font-size: 3.3125rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.top-branding .content .text {
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
}

.top-branding .bg-slider {
  opacity: 0;
  transition: opacity 0.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.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-branding .bg-slider .slide-02 {
  background-image: url("../images/index/main02.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-branding .bg-slider .slide-03 {
  background-image: url("../images/index/main03.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-branding.tab .bg-slider li {
  height: auto;
}

.top-branding .banners {
  position: absolute;
  bottom: 56px;
  right: 78px;
}
.top-branding .banner01 {
  position: absolute;
  top: -175px;
  left: 28px;
}
.top-branding .banner02 {
  position: absolute;
  top: -260px;
  right: 0px;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .top-branding .content {
    left: 6.2539086929vw;
    bottom: 3.1269543465vw;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .top-branding .content {
    left: 7.6982294072vw;
    bottom: 3.8491147036vw;
  }
  .top-branding .banner01 {
    left: 60px;
  }
  .top-branding .banner02 {
    right: -35px;
  }
  .top-branding .banner03 {
    visibility: hidden;
  }
}
@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: 1.9rem;
    line-height: 1.6;
  }
  .top-branding .content .text {
    font-size: 0.65rem;
    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;
  }
  .top-branding .banners {
    display: none;
  }
}
/* キービジュアル下 アクセス（SPのみ）
************************************************************/
.top-branding-address {
  padding-top: var(--size40px);
  padding-bottom: var(--size60px);
}

@media only screen and (max-width: 767px) {
  .top-branding-address {
    box-shadow: 0.4vw 0.4vw 2.1333333333vw 0 rgba(0, 0, 0, 0.3);
  }
  .top-branding-address .address {
    margin-bottom: var(--size25px);
    text-align: center;
  }
  .top-branding-address .address .icon {
    display: block;
    width: 5.3333333333vw;
    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: 66.6666666667vw;
    height: 18.6666666667vw;
    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: 9.1145833333vw;
  background: url("../images/index/news_bg01.png") no-repeat -20% 100%;
  background-size: auto 110%;
}

.top-news .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-news .box-title {
  width: 9.6354166667vw;
}

.top-news .box-title .en {
  display: block;
  margin-bottom: var(--size15px);
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.top-news .box-title .ja {
  display: block;
  line-height: 1;
}

.top-news .box-list {
  position: relative;
  width: calc(100% - 9.6354166667vw);
  height: auto;
  max-height: 200px;
  padding-left: 2.0833333333vw;
  padding-right: 1.0416666667vw;
  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: 1.5625vw;
  margin-bottom: 1.3020833333vw;
  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: 5.7291666667vw;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.top-news .box-list li .title {
  display: block;
  width: calc(100% - 5.7291666667vw);
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .top-news {
    padding-bottom: 10.9443402126vw;
  }
  .top-news .box-title {
    width: 11.5697310819vw;
  }
  .top-news .box-list {
    width: calc(100% - 11.5697310819vw);
    padding-left: 2.5015634772vw;
    padding-right: 1.2507817386vw;
  }
  .top-news .box-list li:not(:last-of-type) {
    padding-bottom: 1.8761726079vw;
    margin-bottom: 1.5634771732vw;
  }
  .top-news .box-list li .date {
    width: 6.8792995622vw;
  }
  .top-news .box-list li .title {
    width: calc(100% - 6.8792995622vw);
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .top-news {
    padding-bottom: 13.4719014627vw;
  }
  .top-news .box-title {
    width: 14.2417244034vw;
  }
  .top-news .box-list {
    width: calc(100% - 14.2417244034vw);
    padding-left: 3.0792917629vw;
    padding-right: 1.5396458814vw;
  }
  .top-news .box-list li:not(:last-of-type) {
    padding-bottom: 2.3094688222vw;
    margin-bottom: 1.9245573518vw;
  }
  .top-news .box-list li .date {
    width: 8.468052348vw;
  }
  .top-news .box-list li .title {
    width: calc(100% - 8.468052348vw);
  }
}
@media (max-width: 767px) {
  .top-news {
    padding: 12.5vw 0 27.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: 0.2em;
    text-indent: 0.2em;
  }
  .top-news .box-title .ja {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .top-news .box-list {
    max-height: 69.3333333333vw;
    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(--size70px);
  padding-bottom: var(--size120px);
  background-image: url("../images/index/bg__medical01.svg"), url("../images/page/ptn01.webp");
  background-position: center top, left top;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, 33.3333333333vw auto;
  z-index: 1;
}

.top-medical .section-title {
  margin-bottom: var(--size80px);
  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: 6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: translateY(-50%);
}

.top-medical .section-title .ja {
  display: block;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .top-medical {
    background-image: url("../images/index/bg__medical01.svg"), url("../images/page/ptn01.webp");
    background-position: center top, left top;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, 40.0250156348vw auto;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .top-medical {
    background-image: url("../images/index/bg__medical01.svg"), url("../images/page/ptn01.webp");
    background-position: center top, left top;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, 49.2686682063vw 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.webp");
    background-position: center top, left top;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, 85.3333333333vw auto;
  }
  .top-medical .section-title .en {
    font-size: 2.5rem;
    transform: translateY(-67%);
  }
  .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.webp");
}

.top-medical .medical-specialty .item.-i-02 {
  background-image: url("../images/index/bg__medical04.webp");
  background-position: right center;
}

.top-medical .medical-specialty .item.-i-03 {
  background-image: url("../images/index/bg__medical06.webp");
}

.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: 0.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: 21.875vw;
  padding-top: var(--size50px);
  padding-left: var(--size60px);
  box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.3);
  background-position: right 1.0416666667vw bottom 1.0416666667vw, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 2.6041666667vw, 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.webp");
}

.top-medical .medical-specialty .item.-i-02 .content a {
  background-image: url("../images/page/arw02.svg"), url("../images/index/bg__medical05.webp");
}

.top-medical .medical-specialty .item.-i-03 .content a {
  background-image: url("../images/page/arw03.svg"), url("../images/index/bg__medical07.webp");
}

.top-medical .medical-specialty .item .content .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 1.0416666667vw;
  left: -1.0416666667vw;
  height: 3.125vw;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.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: 0.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: 0.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: 26.2664165103vw;
    padding-left: 2.5015634772vw;
    background-position: right 1.2507817386vw bottom 1.2507817386vw, right -1.2507817386vw center;
    background-repeat: no-repeat, no-repeat;
    background-size: 3.1269543465vw, auto 100%;
  }
  .top-medical .medical-specialty .item .content .title {
    top: 1.2507817386vw;
    left: -1.2507817386vw;
    height: 3.7523452158vw;
  }
}
@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: 3.0792917629vw;
    height: 32.3325635104vw;
    background-position: right 1.5396458814vw bottom 1.5396458814vw, right -1.5396458814vw center;
    background-repeat: no-repeat, no-repeat;
    background-size: 3.8491147036vw, auto 100%;
  }
  .top-medical .medical-specialty .item .content .title {
    top: 1.5396458814vw;
    left: -1.5396458814vw;
    height: 4.6189376443vw;
  }
  .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.webp");
    background-color: #d6d2c7;
  }
  .top-medical .medical-specialty .item.-i-02 {
    background-image: url("../images/index/bg__medical04_sp.webp");
    background-position: center top;
    background-color: #cdd9e2;
  }
  .top-medical .medical-specialty .item.-i-03 {
    background-image: url("../images/index/bg__medical06_sp.webp");
    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: 0.4vw 0.4vw 2.1333333333vw 0 rgba(0, 0, 0, 0.3);
    background-position: center bottom 8vw, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: 6.6666666667vw, 100% auto;
  }
  .top-medical .medical-specialty .item.-i-01 .content a {
    background-image: url("../images/page/arw01.svg"), url("../images/index/bg__medical03_sp.webp")
  }
  .top-medical .medical-specialty .item.-i-02 .content a {
    background-image: url("../images/page/arw02.svg"), url("../images/index/bg__medical05_sp.webp")
  }
  .top-medical .medical-specialty .item.-i-03 .content a {
    background-image: url("../images/page/arw03.svg"), url("../images/index/bg__medical07_sp.webp")
  }
  .top-medical .medical-specialty .item .content .title {
    top: 2.6666666667vw;
    left: -2.6666666667vw;
    height: 8vw;
    font-size: 0.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: 0.8125rem;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 0 0 0.6666666667vw #fff, 0 0 0.6666666667vw #fff, 0 0 1.3333333333vw #fff, 0 0 1.3333333333vw #fff, 0 0 2vw #fff, 0 0 2vw #fff;
  }
  .top-medical .medical-specialty .item .content .copy em {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .top-medical .medical-specialty .item .content p {
    width: 100%;
    text-shadow: 0 0 0.6666666667vw #fff, 0 0 0.6666666667vw #fff, 0 0 1.3333333333vw #fff, 0 0 1.3333333333vw #fff, 0 0 2vw #fff, 0 0 2vw #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: 3.125vw;
}

.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% - 0.5208333333vw);
  height: calc(100% - 0.5208333333vw);
  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: 0.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 0.2604166667vw;
  background-repeat: no-repeat;
  background-size: 2.6041666667vw;
  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: 0.1em;
}

.top-medical .medical-list .item h3 .en {
  display: block;
  color: var(--color02);
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.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: 0.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: 3.7523452158vw;
  }
  .top-medical .medical-list .item .image:after {
    width: calc(100% - 0.6253908693vw);
    height: calc(100% - 0.6253908693vw);
  }
  .top-medical .medical-list .item h3 {
    background-image: url("../images/page/arw04.svg");
    background-position: right top 0.3126954346vw;
    background-repeat: no-repeat;
    background-size: 3.1269543465vw;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .top-medical .medical-list .item:not(:nth-child(-n+3)) {
    margin-top: 4.6189376443vw;
  }
  .top-medical .medical-list .item .image:after {
    width: calc(100% - 0.7698229407vw);
    height: calc(100% - 0.7698229407vw);
  }
  .top-medical .medical-list .item h3 {
    background-image: url("../images/page/arw04.svg");
    background-position: right top 0.3849114704vw;
    background-repeat: no-repeat;
    background-size: 3.8491147036vw;
  }
  .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: 7.3333333333vw;
  }
  .top-medical .medical-list .item .image {
    padding-right: 0.9333333333vw;
    padding-bottom: 0.9333333333vw;
    margin-bottom: 4.5vw;
  }
  .top-medical .medical-list .item .image:after {
    width: calc(100% - 0.9333333333vw);
    height: calc(100% - 0.9333333333vw);
  }
  .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: 6.6666666667vw;
    height: 6.6666666667vw;
    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: 0.75rem;
  }
  .top-medical .medical-list .item p {
    font-size: 0.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.webp"), url("../images/index/bg__greeting02.webp");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 20.8333333333vw, auto 20.8333333333vw;
}

.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: -1.875vw;
  width: 3.4895833333vw;
  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: -1.0416666667vw;
  width: 17.7083333333vw;
  height: 6.7708333333vw;
  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: 0.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: 0.1em;
}

.top-greeting .greeting-content .image-content .name .en {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.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;
}

.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: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 1;
}

.top-greeting .greeting-content .description-content h2:after {
  content: "";
  display: block;
  width: 1px;
  height: 5.2083333333vw;
  background-color: #332f26;
  margin-top: 0.78125vw;
}

.top-greeting .greeting-content .description-content h3 {
  padding-top: var(--size50px);
  margin-left: var(--size30px);
  margin-right: var(--size60px);
  margin-right: 3.125vw;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.top-greeting .greeting-content .description-content .text {
  padding-top: var(--size50px);
  line-height: 2.2;
  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.webp"), url("../images/index/bg__greeting02.webp");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 25.0156347717vw, auto 25.0156347717vw;
  }
  .top-greeting .greeting-content .image-content .bg-text {
    width: 4.1901188243vw;
    left: -2.2514071295vw;
  }
  .top-greeting .greeting-content .image-content .name {
    bottom: -1.2507817386vw;
    width: 21.263289556vw;
    height: 8.1300813008vw;
  }
  .top-greeting .greeting-content .description-content h2:after {
    height: 6.2539086929vw;
    margin-top: 0.9380863039vw;
  }
  .top-greeting .greeting-content .description-content h3 {
    margin-right: 3.7523452158vw;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .top-greeting {
    background-image: url("../images/index/bg__greeting01.webp"), url("../images/index/bg__greeting02.webp");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 30.7929176289vw, auto 30.7929176289vw;
  }
  .top-greeting .greeting-content .image-content .bg-text {
    left: -2.7713625866vw;
    width: 5.1578137028vw;
  }
  .top-greeting .greeting-content .image-content .name {
    bottom: -1.5396458814vw;
    width: 26.1739799846vw;
    height: 10.0076982294vw;
  }
  .top-greeting .greeting-content .description-content h2:after {
    height: 7.6982294072vw;
    margin-top: 1.1547344111vw;
  }
  .top-greeting .greeting-content .description-content h3 {
    margin-right: 4.6189376443vw;
  }
}
@media (max-width: 767px) {
  .top-greeting {
    padding-left: 0;
    padding-bottom: 13.5vw;
    background-image: url("../images/index/bg__greeting01.webp"), url("../images/index/bg__greeting02.webp");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 40vw, auto 40vw;
  }
  .top-greeting .greeting-content {
    display: block;
  }
  .top-greeting .greeting-content .image-content {
    width: 100%;
    max-width: 80vw;
    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: -4.8vw;
    width: 8.9333333333vw;
  }
  .top-greeting .greeting-content .image-content .name {
    right: 0;
    bottom: -12.6666666667vw;
    width: 53.3333333333vw;
    height: 20vw;
    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: 0.75rem;
  }
  .top-greeting .greeting-content .description-content {
    width: 100%;
    padding: 0;
  }
  .top-greeting .greeting-content .description-content .wrap {
    max-width: 93.6vw;
    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: 13.3333333333vw;
    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: 36.8vw;
  }
  .top-greeting .greeting-content .description-content .image-box .image-02 {
    width: 53%;
    max-width: 49.0666666667vw;
  }
}
/* 特徴
************************************************************/
.top-feature {
  padding-top: var(--size110px);
  padding-bottom: var(--size120px);
  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: 0.1em;
  line-height: 1;
}

.top-feature .section-title .ja {
  display: block;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.top-feature .feature-01-wrap {
  position: relative;
  padding-right: var(--size50px);
  padding-bottom: var(--size80px);
  margin-bottom: var(--size60px);
  z-index: 1;
  background-image: url("../images/index/bg__feature04.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 41.6666666667vw;
}

.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: 0.1em;
}

.top-feature h3 .num:after,
.top-feature h3 .num:before {
  content: "";
  display: block;
  width: 2.0833333333vw;
  height: 1px;
  background-color: #332f26;
}

.top-feature h3 .num:before {
  margin-right: 1.5625vw;
}

.top-feature h3 .num:after {
  margin-left: 1.5625vw;
}

.top-feature h3 .ja {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.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: 0.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 top;
  background-repeat: no-repeat;
  background-size: auto 41.6666666667vw;
}

.top-feature .feature-02-wrap.-i-01 .more-button {
  text-align: center;
  margin: var(--size40px) auto 0;
}

.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 41.6666666667vw;
}

.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: 1.5625vw;
  left: 1.5625vw;
  width: 9.375vw;
  height: 9.375vw;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(153, 142, 115, 0.9019607843);
}

.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: 3.125vw;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #302f30;
}

.top-feature .feature-02-wrap .more-button {
  width: 45%;
}

.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% - 1.0416666667vw);
  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% - 10.4166666667vw);
  left: 0;
  bottom: 0;
  background-image: url("../images/page/ptn01.webp");
  background-position: left top;
  background-repeat: repeat;
  background-size: 33.3333333333vw 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: 0.1em;
  line-height: 1.6;
  margin-top: 10px;
}

.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-03 .more-button {
  text-align: center;
  margin: var(--size40px) auto 0;
}

.top-feature .feature-04 ._parallax {
  position: relative;
  height: 26.0416666667vw;
  background-image: url("../images/index/bg__feature05.webp");
  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: -10.4166666667vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  z-index: 1;
}

.top-feature .feature-04 .box-header p {
  max-width: 764px;
  margin: auto;
  text-align: center;
}

.top-feature .feature-04 .box-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 4.1666666667vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.top-feature .feature-04 .box-list .item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 5.2083333333vw;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.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(--size525px);
  padding-right: var(--size50px);
  margin-left: auto;
  margin-right: auto;
  outline: #fff solid 1px;
  outline-offset: -1.0416666667vw;
  background-image: url("../images/index/bg__feature06.webp");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #FFF3F0;
  z-index: 1;
}

.top-feature .feature-05 .description {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-left: var(--size80px);
  padding-right: var(--size20px);
}
@media screen and (max-width: 767px) {
  .top-feature .feature-05 .description {
    padding-left: var(--size20px);
  }
}

.top-feature .feature-05 .description h4 {
  margin-bottom: var(--size15px);
}

.top-feature .feature-05 .description h4 .en {
  display: block;
  margin-bottom: var(--size20px);
  color: #C58072;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.top-feature .feature-05 .description h4 .ja {
  display: block;
  color: #312422;
  font-size: 2.75rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.top-feature .feature-05 .description p {
  margin-bottom: var(--size35px);
  color: #312422;
}

.top-feature .feature-05 .image {
  position: absolute;
  right: 10%;
  bottom: 25%;
  width: 13.5416666667vw;
}

.top-feature .feature-05 .image .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: -3.125vw;
  right: -5.2083333333vw;
  width: 9.375vw;
  height: 9.375vw;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(153, 142, 115, 0.9019607843);
}

@media (min-width: 768px) and (max-width: 1599px) {
  .top-feature .feature-01-wrap:after {
    height: 20.6378986867vw;
    background-image: url("../images/page/ptn01.webp");
    background-position: left top;
    background-repeat: repeat;
    background-size: 40.0250156348vw auto;
  }
  .top-feature h3 .num:after,
.top-feature h3 .num:before {
    width: 2.5015634772vw;
  }
  .top-feature h3 .num:before {
    margin-right: 1.8761726079vw;
  }
  .top-feature h3 .num:after {
    margin-left: 1.8761726079vw;
  }
  .top-feature .feature-02-wrap {
    background-image: url("../images/index/bg__feature03.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 50.0312695435vw;
  }
  .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 50.0312695435vw;
  }
  .top-feature .feature-02 .image .badge {
    top: 1.8761726079vw;
    left: 1.8761726079vw;
    width: 11.2570356473vw;
    height: 11.2570356473vw;
  }
  .top-feature .feature-02-gallery .list .item .title {
    height: 3.7523452158vw;
  }
  .top-feature .feature-03 .item {
    width: calc(50% - 1.2507817386vw);
  }
  .top-feature .feature-03 .item:after {
    height: calc(100% - 12.5078173859vw);
    background-image: url("../images/page/ptn01.webp");
    background-position: left top;
    background-repeat: repeat;
    background-size: 40.0250156348vw auto;
  }
  .top-feature .feature-04 ._parallax {
    height: 31.2695434647vw;
  }
  .top-feature .feature-04 .box-header {
    margin-top: -12.5078173859vw;
  }
  .top-feature .feature-04 .box-list {
    gap: 0 5.0031269543vw;
  }
  .top-feature .feature-04 .box-list .item .title {
    height: 6.2539086929vw;
  }
  .top-feature .feature-05 {
    outline-offset: -1.2507817386vw;
  }
  .top-feature .feature-05 .image {
    width: 13.7585991245vw;
  }
  .top-feature .feature-05 .image .badge {
    top: -3.7523452158vw;
    right: -6.2539086929vw;
    width: 11.2570356473vw;
    height: 11.2570356473vw;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .top-feature .feature-01-wrap:after {
    height: 25.4041570439vw;
    background-image: url("../images/page/ptn01.webp");
    background-position: left top;
    background-repeat: repeat;
    background-size: 49.2686682063vw auto;
  }
  .top-feature .feature-01 .image {
    width: 54%;
  }
  .top-feature .feature-01 .description {
    width: 42%;
  }
  .top-feature .feature-01 .description .text {
    margin-bottom: 4.6189376443vw;
  }
  .top-feature h3 .num:after,
.top-feature h3 .num:before {
    width: 3.0792917629vw;
  }
  .top-feature h3 .num:before {
    margin-right: 2.3094688222vw;
  }
  .top-feature h3 .num:after {
    margin-left: 2.3094688222vw;
  }
  .top-feature h3 .ja {
    font-size: 2.4rem;
  }
  .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 61.5858352579vw;
  }
  .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 61.5858352579vw;
  }
  .top-feature .feature-02 .image .badge {
    top: 2.3094688222vw;
    left: 2.3094688222vw;
    width: 13.856812933vw;
    height: 13.856812933vw;
  }
  .top-feature .feature-02-gallery .list .item .title {
    height: 4.6189376443vw;
  }
  .top-feature .feature-03 .item {
    width: calc(50% - 1.5396458814vw);
  }
  .top-feature .feature-03 .item:after {
    height: calc(100% - 15.3964588145vw);
    background-image: url("../images/page/ptn01.webp");
    background-position: left top;
    background-repeat: repeat;
    background-size: 49.2686682063vw auto;
  }
  .top-feature .feature-03 .item h3 .ja {
    font-size: 2.25rem;
  }
  .top-feature .feature-04 ._parallax {
    height: 38.4911470362vw;
  }
  .top-feature .feature-04 .box-header {
    margin-top: -15.3964588145vw;
  }
  .top-feature .feature-04 .box-list {
    gap: 0 6.1585835258vw;
  }
  .top-feature .feature-04 .box-list .item .title {
    height: 7.6982294072vw;
  }
  .top-feature .feature-04 .box-list .item:first-child .title {
    font-size: 1.25rem;
  }
  .top-feature .feature-05 {
    outline-offset: -1.5396458814vw;
  }
  .top-feature .feature-05 .image {
    width: 15.3964588145vw;
  }
  .top-feature .feature-05 .image .badge {
    top: -4.6189376443vw;
    right: -6.1585835258vw;
    width: 11.5473441109vw;
    height: 11.5473441109vw;
  }
}
@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: 45.3333333333vw;
    background-image: url("../images/page/ptn01.webp");
    background-position: left top;
    background-repeat: repeat;
    background-size: 85.3333333333vw auto;
  }
  .top-feature .feature-01 {
    display: block;
    max-width: 93.6vw;
    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: 0.2em;
    text-indent: 0.2em;
  }
  .top-feature h3 .num:after,
.top-feature h3 .num:before {
    width: 5.3333333333vw;
    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.4rem;
  }
  .top-feature .feature-01 .description .text {
    max-width: 86.1333333333vw;
    margin-bottom: 14vw;
  }
  .top-feature .feature-01 .point {
    font-size: 0.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: 8vw;
    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: 93.6vw;
    margin: 0 auto 5vw;
    text-align: center;
  }
  .top-feature .feature-02 .image .badge {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    width: 24vw;
    height: 24vw;
    font-size: 0.8125rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .top-feature .feature-02 .description {
    width: 100%;
  }
  .top-feature .feature-02 .description .in {
    max-width: 86.1333333333vw;
  }
  .top-feature .feature-02-gallery {
    display: block;
    width: 100%;
    max-width: 93.6vw;
  }
  .top-feature .feature-02-gallery .list {
    width: 100%;
    margin-bottom: 8vw;
  }
  .top-feature .feature-02-gallery .list .item {
    max-width: 45.3333333333vw;
  }
  .top-feature .feature-02-gallery .list .item .title {
    height: 10.6666666667vw;
    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: 20.6666666667vw;
  }
  .top-feature .feature-03 .item {
    width: 100%;
    padding: 0 3.2vw 10vw;
  }
  .top-feature .feature-03 .item:nth-of-type(even) {
    margin-top: 13.3333333333vw;
  }
  .top-feature .feature-03 .item:after {
    height: calc(100% - 26.6666666667vw);
    background-image: url("../images/page/ptn01.webp");
    background-position: left top;
    background-repeat: repeat;
    background-size: 85.3333333333vw 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: 7.3333333333vw;
  }
  .top-feature .feature-04 ._parallax {
    height: 66.6666666667vw;
    background-position: 35% center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top-feature .feature-04 .box-header {
    max-width: 100%;
    padding: 7vw 6vw 6vw;
    margin-top: -26.6666666667vw;
  }
  .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: 5.3333333333vw;
  }
  .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: 0.75rem;
  }
  .top-feature .feature-05 {
    width: 100%;
    max-width: 93.6vw;
    padding: 21vw 6vw 13.5vw;
    outline-offset: -2.6666666667vw;
    background-image: url("../images/index/bg__feature06_sp.webp");
    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 .image {
    position: relative;
    right: auto;
    bottom: auto;
    width: 34.6666666667vw;
    margin: 0 auto 8vw;
  }
  .top-feature .feature-05 .image .badge {
    top: -8vw;
    right: -13.3333333333vw;
    width: 24vw;
    height: 24vw;
    font-size: 0.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: 0.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: 6.25vw;
}

.top-topics .topics-list .image img {
  height: 6.25vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-topics .topics-list .description {
  width: calc(100% - 7.2916666667vw);
}

.top-topics .topics-list .description .date {
  line-height: 1;
}

.top-topics .topics-list .description .text {
  margin-top: 0.78125vw;
  line-height: 1.44;
}

.top-topics .topics-list .description .text .more {
  color: var(--color01);
  text-decoration: underline;
}

.top-topics .button {
  position: absolute;
  top: 0.2604166667vw;
  right: 0;
  width: 5.2083333333vw;
}

.top-topics .button a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  height: 1.5625vw;
  padding-left: var(--size15px);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: var(--color01);
  z-index: 1;
}

.top-topics .button a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.78125vw;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  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: 7.5046904315vw;
  }
  .top-topics .topics-list .image img {
    height: 7.5046904315vw;
  }
  .top-topics .topics-list .description {
    width: calc(100% - 8.7554721701vw);
  }
  .top-topics .topics-list .description .text {
    margin-top: 0.9380863039vw;
  }
  .top-topics .button {
    width: 6.2539086929vw;
    top: 0.3126954346vw;
  }
  .top-topics .button a {
    height: 1.8761726079vw;
  }
  .top-topics .button a:after {
    right: 0.9380863039vw;
    width: 0.5003126954vw;
    height: 0.5003126954vw;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .top-topics .topics-list .image {
    width: 9.2378752887vw;
  }
  .top-topics .topics-list .image img {
    height: 9.2378752887vw;
  }
  .top-topics .topics-list .description {
    width: calc(100% - 10.7775211701vw);
  }
  .top-topics .topics-list .description .text {
    margin-top: 1.1547344111vw;
  }
  .top-topics .button {
    top: 0.3849114704vw;
    width: 7.6982294072vw;
  }
  .top-topics .button a {
    height: 2.3094688222vw;
  }
  .top-topics .button a:after {
    right: 1.1547344111vw;
    width: 0.6158583526vw;
    height: 0.6158583526vw;
  }
}
@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: 0.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: 4vw;
  }
  .top-topics .topics-list li a {
    padding: 5.3333333333vw;
  }
  .top-topics .topics-list .image {
    width: 24vw;
  }
  .top-topics .topics-list .image img {
    height: 24vw;
  }
  .top-topics .topics-list .description {
    width: calc(100% - 29.3333333333vw);
  }
  .top-topics .topics-list .description .text {
    line-height: 1.67;
    font-size: 0.9375rem;
    letter-spacing: 0;
    margin-top: 2vw;
  }
  .top-topics .button {
    position: relative;
    top: auto;
    right: auto;
    width: 26.6666666667vw;
    margin: 8vw auto 0;
  }
  .top-topics .button a {
    height: 8vw;
    padding-left: 4vw;
    font-size: 1rem;
  }
  .top-topics .button a:after {
    right: 4vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
/* 採用情報
************************************************************/
.top-recruit {
  position: relative;
  margin-top: var(--size100px);
  margin-bottom: var(--size120px);
  background-color: #F7EFE6;
  z-index: 1;
}

.top-recruit:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/index/img__recruit01.webp");
  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: 24.4791666667vw;
  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: 0.1em;
}

.top-recruit .section-title:before {
  content: "";
  display: block;
  width: 5.2083333333vw;
  height: 1px;
  margin-right: 1.5625vw;
  margin-bottom: 0.5208333333vw;
  background-color: #332f26;
}

.top-recruit .text {
  padding-left: 6.7708333333vw;
  margin-bottom: var(--size40px);
}

@media (min-width: 768px) and (max-width: 1599px) {
  .top-recruit .content {
    height: 29.3933708568vw;
  }
  .top-recruit .section-title:before {
    width: 6.2539086929vw;
    margin-right: 1.8761726079vw;
    margin-bottom: 0.6253908693vw;
  }
  .top-recruit .text {
    padding-left: 8.1300813008vw;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .top-recruit .content {
    height: 36.181678214vw;
  }
  .top-recruit .section-title:before {
    width: 4.6189376443vw;
    margin-right: 2.3094688222vw;
    margin-bottom: 0.7698229407vw;
  }
  .top-recruit .text {
    padding-left: 6.9284064665vw;
  }
}
@media (max-width: 767px) {
  .top-recruit {
    padding-bottom: 13.3333333333vw;
  }
  .top-recruit:before {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 49.0666666667vw;
    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: 20.6666666667vw;
    margin: auto;
  }
  .top-recruit .text {
    padding: 0;
    margin-bottom: 6vw;
  }
}