@charset "UTF-8";
/* breakpoint
=============================================== */
/* フォント設定
=============================================== */
/* display
=============================================== */
.display-pc {
  display: none;
}
@media screen and (max-width: 1500px) {
  .display-pc {
    display: inline-block;
  }
}

.display-tab {
  display: none;
}
@media screen and (max-width: 1000px) {
  .display-tab {
    display: inline-block;
  }
}

.display-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .display-sp {
    display: inline-block;
  }
}

@media screen and (max-width: 1500px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .hidden-tab {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .hidden-sp {
    display: none;
  }
}

/* style
=============================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}

.inner {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}

img {
  width: 100%;
  height: auto;
}

.fsz-06 {
  font-size: 0.6em;
}

.fsz-08 {
  font-size: 0.8em;
}

.fsz-12 {
  font-size: 1.2em;
}

.fsz-14 {
  font-size: 1.4em;
}

.fsz-15 {
  font-size: 1.5em;
}

.fsz-16 {
  font-size: 1.6em;
}

.fsz-18 {
  font-size: 1.8em;
}

.fsz-20 {
  font-size: 2em;
}

.pageLinks {
  width: 100%;
  height: 100px;
  background-color: white;
  -webkit-box-shadow: 10px 10px 8px rgba(207, 188, 174, 0.38);
          box-shadow: 10px 10px 8px rgba(207, 188, 174, 0.38);
}
@media screen and (max-width: 1200px) {
  .pageLinks {
    height: 140px;
  }
}
@media screen and (max-width: 800px) {
  .pageLinks {
    display: none;
  }
}
.pageLinks__inner {
  width: 100%;
  height: 100%;
}
.pageLinks__nav {
  width: 100%;
  height: 100%;
}
.pageLinks__list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .pageLinks__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pageLinks__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1200px) {
  .pageLinks__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
}
.pageLinks__link {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.pageLinks__link .ja {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1500px) {
  .pageLinks__link .ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .pageLinks__link .ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .pageLinks__link .ja {
    font-size: 16px;
  }
}
.is-onlinehsop .pageLinks__link .ja {
  white-space: nowrap;
  letter-spacing: 0;
}
.pageLinks__link .en {
  color: #CFBCAE;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .pageLinks__link .en {
    font-size: 12px;
  }
}

.selection {
  padding: 80px 0;
}
@media screen and (max-width: 1000px) {
  .selection {
    padding: 60px 0;
  }
}
@media screen and (max-width: 600px) {
  .selection {
    padding: 40px 0;
  }
}
.selection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .selection__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.topSidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .topSidebar {
    width: 100%;
  }
}
.topSidebar__menu {
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 8px rgba(207, 188, 174, 0.38);
          box-shadow: 10px 10px 8px rgba(207, 188, 174, 0.38);
  overflow: hidden;
}
.topSidebar__menu-title {
  padding: 16px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.01em;
  background-color: #AB8267;
}
@media screen and (max-width: 600px) {
  .topSidebar__menu-title {
    font-size: 20px;
  }
}
.topSidebar__menu-list {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.topSidebar__menu-item {
  width: 100%;
  padding: 4px 10px 4px 15px;
  position: relative;
}
.topSidebar__menu-item::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 24px;
  background-color: #AB8267;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.mainContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search__tabWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.search__tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0;
  color: #CFBCAE;
  font-size: 22px;
  text-align: center;
  border: 2px solid #CFBCAE;
  border-radius: 1em;
}
@media screen and (max-width: 1200px) {
  .search__tab {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .search__tab {
    padding: 1em 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .search__tab {
    padding: 10px 0;
    font-size: 14px;
    border-width: 1px;
  }
}
.search__tab.is-active {
  background-color: #AB8267;
  border-color: #AB8267;
  color: white;
}
.search__nav {
  margin-top: 40px;
  width: 100%;
}
.search__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px 12px;
}
@media screen and (max-width: 1200px) {
  .search__list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media screen and (max-width: 600px) {
  .search__list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }
}
.search__item {
  height: 80px;
  color: white;
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #AB8267;
  border-radius: 8px;
}
@media screen and (max-width: 1200px) {
  .search__item {
    font-size: 20px;
    height: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .search__item {
    font-size: 18px;
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .search__item {
    font-size: 14px;
    height: 40px;
  }
}
.search__item > span {
  display: inline-block;
  position: relative;
}
.search__item > span::after {
  position: absolute;
  content: "";
  background: url("../img/icon_arrow.png") no-repeat center center/contain;
  width: 1.4em;
  aspect-ratio: 34/5;
  top: 50%;
  right: 0;
  -webkit-transform: translate(120%, -50%);
          transform: translate(120%, -50%);
}
.search__contentWrap {
  margin-top: 40px;
}
.search__content {
  display: none;
}
.search__content.is-active {
  display: block;
}
.search__skin {
  position: relative;
}
@media screen and (max-width: 800px) {
  .search__skin img {
    display: block;
    margin-inline: auto;
    width: 80%;
    height: auto;
  }
}
.search__skin > a {
  position: absolute;
  width: 28%;
  color: white;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  aspect-ratio: 320/48;
  background-color: #333333;
}
@media screen and (max-width: 1400px) {
  .search__skin > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .search__skin > a {
    width: 33%;
    font-size: 2.2vw;
  }
}
.search__skin > a:nth-of-type(1) {
  top: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  .search__skin > a:nth-of-type(1) {
    top: -2%;
  }
}
.search__skin > a:nth-of-type(2) {
  top: 12%;
  left: 0;
}
@media screen and (max-width: 800px) {
  .search__skin > a:nth-of-type(2) {
    top: 11%;
  }
}
.search__skin > a:nth-of-type(3) {
  top: 25%;
  left: 0;
}
@media screen and (max-width: 800px) {
  .search__skin > a:nth-of-type(3) {
    top: 23%;
  }
}
.search__skin > a:nth-of-type(4) {
  top: 37%;
  left: 0;
}
@media screen and (max-width: 800px) {
  .search__skin > a:nth-of-type(4) {
    top: 35%;
  }
}
.search__skin > a:nth-of-type(5) {
  top: 49.5%;
  left: 0;
}
@media screen and (max-width: 800px) {
  .search__skin > a:nth-of-type(5) {
    top: 47.5%;
  }
}
.search__skin > a:nth-of-type(6) {
  top: 62%;
  left: 0;
}
@media screen and (max-width: 800px) {
  .search__skin > a:nth-of-type(6) {
    top: 60%;
  }
}
.search__skin > a:nth-of-type(7) {
  top: 74%;
  left: 0;
}
@media screen and (max-width: 800px) {
  .search__skin > a:nth-of-type(7) {
    top: 72%;
  }
}
.search__skin > a:nth-of-type(8) {
  width: 29%;
  top: 6.5%;
  right: 0;
}
@media screen and (max-width: 800px) {
  .search__skin > a:nth-of-type(8) {
    top: 5%;
    width: 34%;
  }
}
.search__skin > a:nth-of-type(9) {
  width: 29%;
  top: 19%;
  right: 0;
}
@media screen and (max-width: 800px) {
  .search__skin > a:nth-of-type(9) {
    top: 17%;
    width: 34%;
  }
}
.search__skin > a:nth-of-type(10) {
  width: 29%;
  top: 31.5%;
  right: 0;
}
@media screen and (max-width: 800px) {
  .search__skin > a:nth-of-type(10) {
    top: 30%;
    width: 34%;
  }
}
.search__skin > a:nth-of-type(11) {
  width: 29%;
  top: 44%;
  right: 0;
}
@media screen and (max-width: 800px) {
  .search__skin > a:nth-of-type(11) {
    top: 42%;
    width: 34%;
  }
}
.search__skin > a:nth-of-type(12) {
  width: 29%;
  top: 56.5%;
  right: 0;
}
@media screen and (max-width: 800px) {
  .search__skin > a:nth-of-type(12) {
    top: 55%;
    width: 34%;
  }
}
.search__skin > a:nth-of-type(13) {
  width: 29%;
  top: 69%;
  right: 0;
}
@media screen and (max-width: 800px) {
  .search__skin > a:nth-of-type(13) {
    top: 67%;
    width: 34%;
  }
}
.search__skin > a:nth-of-type(14) {
  width: 29%;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  .search__skin > a:nth-of-type(14) {
    width: 34%;
  }
}
.search__face {
  position: relative;
}
@media screen and (max-width: 800px) {
  .search__face img {
    display: block;
    margin-inline: auto;
    width: 80%;
    height: auto;
  }
}
.search__face > a {
  position: absolute;
  width: 28%;
  color: white;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  aspect-ratio: 320/48;
  background-color: #333333;
}
@media screen and (max-width: 1400px) {
  .search__face > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .search__face > a {
    width: 33%;
    font-size: 2.2vw;
  }
}
.search__face > a:nth-of-type(1) {
  top: 39%;
  left: 0;
}
.search__face > a:nth-of-type(2) {
  top: 51%;
  left: 0;
}
.search__face > a:nth-of-type(3) {
  top: 64%;
  left: 0;
}
.search__face > a:nth-of-type(4) {
  top: 76%;
  left: 0;
}
.search__face > a:nth-of-type(5) {
  width: 29%;
  top: 20%;
  right: 0;
}
@media screen and (max-width: 800px) {
  .search__face > a:nth-of-type(5) {
    top: 18%;
    width: 34%;
  }
}
.search__face > a:nth-of-type(6) {
  width: 29%;
  top: 33%;
  right: 0;
}
@media screen and (max-width: 800px) {
  .search__face > a:nth-of-type(6) {
    top: 31%;
    width: 34%;
  }
}
.search__face > a:nth-of-type(7) {
  width: 29%;
  top: 45%;
  right: 0;
}
@media screen and (max-width: 800px) {
  .search__face > a:nth-of-type(7) {
    top: 43%;
    width: 34%;
  }
}
.search__body {
  position: relative;
}
@media screen and (max-width: 800px) {
  .search__body img {
    display: block;
    margin-inline: auto;
    width: 80%;
    height: auto;
  }
}
.search__body > a {
  position: absolute;
  width: 28%;
  color: white;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  aspect-ratio: 320/48;
  background-color: #333333;
}
@media screen and (max-width: 1400px) {
  .search__body > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .search__body > a {
    width: 33%;
    font-size: 2.2vw;
  }
}
.search__body > a:nth-of-type(1) {
  top: 0;
  left: 0;
}
.search__body > a:nth-of-type(2) {
  top: 25%;
  left: 0;
}
.search__body > a:nth-of-type(3) {
  top: 49%;
  left: 0;
}
.search__body > a:nth-of-type(4) {
  width: 29%;
  top: 19%;
  right: 0;
}
@media screen and (max-width: 800px) {
  .search__body > a:nth-of-type(4) {
    top: 17%;
    width: 34%;
  }
}
.search__body > a:nth-of-type(5) {
  width: 29%;
  top: 43%;
  right: 0;
}
@media screen and (max-width: 800px) {
  .search__body > a:nth-of-type(5) {
    top: 41%;
    width: 34%;
  }
}
.search__body > a:nth-of-type(6) {
  width: 29%;
  top: 68%;
  right: 0;
}
@media screen and (max-width: 800px) {
  .search__body > a:nth-of-type(6) {
    top: 66%;
    width: 34%;
  }
}

.ranking {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .ranking {
    margin-top: 60px;
  }
}
.ranking__title {
  width: 100%;
  position: relative;
}
.ranking__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #AB8267;
  top: calc(50% - 1px);
  left: 0;
  z-index: -1;
}
.ranking__title-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px;
  margin-inline: auto;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 800px) {
  .ranking__title-text {
    padding: 0 20px;
    gap: 0;
  }
}
.ranking__title-text .ja {
  font-size: 24px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1200px) {
  .ranking__title-text .ja {
    font-size: 20px;
  }
}
.ranking__title-text .en {
  color: #CFBCAE;
  font-size: 14px;
}
.ranking__body {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .ranking__body {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .ranking__body {
    margin-top: 24px;
  }
}
.ranking__category {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ranking__category-title {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 22px;
  border-radius: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1400px) {
  .ranking__category-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .ranking__category-title {
    height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .ranking__category-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .ranking__category-title {
    font-size: 18px;
  }
}
.is-skin .ranking__category-title {
  background-color: #AB6767;
}
.is-doctor .ranking__category-title {
  background-color: #015DA1;
}
.is-surgery .ranking__category-title {
  background-color: #67A9AB;
}
.ranking__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.ranking__item {
  padding: 10px;
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 8px rgba(207, 188, 174, 0.38);
          box-shadow: 10px 10px 8px rgba(207, 188, 174, 0.38);
}
.ranking__item-title {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}
.ranking__item-title .is-small {
  font-size: 14px;
}
.ranking__item-title > img {
  width: 70px;
  aspect-ratio: 70/45;
}
@media screen and (max-width: 600px) {
  .ranking__item-title > img {
    width: 60px;
  }
}

.doctorsSelect {
  margin-top: 80px;
}
.doctorsSelect__menuList {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 150px;
}
@media screen and (max-width: 1400px) {
  .doctorsSelect__menuList {
    gap: 12px 100px;
  }
}
@media screen and (max-width: 1000px) {
  .doctorsSelect__menuList {
    width: 100%;
    gap: 12px 20px;
  }
}
@media screen and (max-width: 600px) {
  .doctorsSelect__menuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
}
.doctorsSelect__menuItem > span {
  padding: 4px;
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
.doctorsSelect__menuItem > span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 24px;
  background-color: #CFBCAE;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.about {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  padding: 80px 0;
  background: url("../img/about_bg.png") no-repeat center center/cover;
}
.about__inner {
  max-width: 1150px;
  overflow: hidden;
}
.about__title {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .about__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .about__title {
    font-size: 24px;
  }
}
.about__title::before {
  position: absolute;
  content: "";
  width: 500px;
  height: 2px;
  background-color: #AB8267;
  top: calc(50% - 1px);
  right: calc(100% + 40px);
}
@media screen and (max-width: 600px) {
  .about__title::before {
    right: calc(100% + 20px);
  }
}
.about__title::after {
  position: absolute;
  content: "";
  width: 500px;
  height: 2px;
  background-color: #AB8267;
  top: calc(50% - 1px);
  left: calc(100% + 40px);
}
@media screen and (max-width: 600px) {
  .about__title::after {
    left: calc(100% + 20px);
  }
}
.about__subtitle {
  margin-top: 24px;
  color: #CFBCAE;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .about__subtitle {
    margin-top: 16px;
    font-size: 12px;
  }
}
.about__lead {
  margin-top: 40px;
  color: #AB8267;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1000px) {
  .about__lead {
    margin-top: 24px;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .about__lead {
    font-size: 14px;
  }
}
.about__desc {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1000px) {
  .about__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.about__desc img {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .about__desc img {
    width: 60%;
    max-width: 400px;
  }
}
.about__desc-text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .about__desc-text {
    font-size: 14px;
  }
}
.about__feature {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .about__feature {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .about__feature {
    margin-top: 40px;
  }
}
.about__feature-list {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.about__feature-item {
  position: relative;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .about__feature-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .about__feature-item {
    padding: 16px;
    font-size: 14px;
  }
}
.about__feature-item .num {
  color: #AB8267;
  font-size: 2em;
}
.about__feature-item .text {
  letter-spacing: 0.02em;
}
.about__feature-item::after {
  position: absolute;
  content: "";
  width: 200%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(228, 207, 191, 0.35)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(228, 207, 191, 0.35), transparent);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  border-bottom: 2px solid #CFBCAE;
}
@media screen and (max-width: 1000px) {
  .about__feature-item::after {
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.about__feature-btn {
  margin-top: 40px;
  margin-left: auto;
  width: 400px;
  height: 62px;
  border-radius: 31px;
  background-color: #015DA1;
  color: white;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .about__feature-btn {
    width: 300px;
    height: 50px;
    font-size: 18px;
    margin-inline: auto;
  }
}
.about__feature-btn:hover {
  background-color: #003D69;
}
.about__feature-btn:hover::after {
  -webkit-transform: translateY(-50%) scaleX(1.2);
          transform: translateY(-50%) scaleX(1.2);
}
.about__feature-btn::after {
  position: absolute;
  content: "";
  width: 2em;
  aspect-ratio: 35/5;
  background: url("../img/icon_arrow.png") no-repeat center center/100% 100%;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}/*# sourceMappingURL=style.css.map */