@-webkit-keyframes idxKeyIn {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.06, 1.06);
            transform: scale(1.06, 1.06);
  }
}
@keyframes idxKeyIn {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.06, 1.06);
            transform: scale(1.06, 1.06);
  }
}
.home_page .key {
  --height: 59vw;
  --min-height: 550px;
  --max-height: 1080px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-color: var(--main-color);
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider), .home_page .key .key_img:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  opacity: 0;
}
.home_page .key .key_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.home_page .key .key_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 398px;
  background: url(../images/mv_top_bf.png) no-repeat center bottom/cover;
  z-index: 1;
}
.home_page .key .key_img .item {
  width: 100%;
  height: 100%;
}
.home_page .key .key_img .slick-slide.slick-active .item {
  -webkit-animation: idxKeyIn 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: idxKeyIn 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.home_page .key .key_img .slick-track {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home_page .key .key_img .slick-slide {
  width: 100%;
  height: 100%;
}
.home_page .key .key_img .slick-slide .slider1 {
  background-image: url(../images/idx_mv01.jpg);
}
.home_page .key .key_img .slick-slide .slider2 {
  background-image: url(../images/idx_mv02.jpg);
}
.home_page .key .key_img .slick-slide .slider3 {
  background-image: url(../images/idx_mv03.jpg);
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
  font-size: 10px;
  z-index: 0;
}
.home_page .key .key_text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page .key .catch {
  margin: auto;
  text-align: center;
  padding-top: 1.6em;
}
.home_page .key .catch h2,
.home_page .key .catch p {
  color: #fff;
}
.home_page .key .catch h2 {
  margin-bottom: 24px;
  font-size: 4.8em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.home_page .key .catch p {
  font-size: 2.4em;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.14em;
}
.home_page .topic_path {
  display: none;
}

@media screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 1300px;
    --height: 50vw;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .home_page .key {
    --max-height: calc(100vh + 60px);
  }
  .home_page .key .key_text {
    font-size: min(0.625em, 0.75vw);
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .home_page .key .key_text {
    font-size: min(0.8vw, 1vh);
  }
  .home_page .key .key_text .item::before {
    height: 185px;
  }
  .home_page .key .catch {
    padding-top: 0;
  }
  .home_page .key .catch h2 {
    margin-bottom: 10px;
  }
}
.wrap-title {
  text-align: center;
}
.wrap-title .en {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--main-color);
  text-transform: uppercase;
}
.wrap-title h3 {
  font-size: 40px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 0.225em;
}
.wrap-title h3::before {
  content: "";
  position: relative;
  display: block;
  width: 0.9em;
  height: 0.675em;
  background: url(../images/ic_h3.png) no-repeat center/contain;
  margin: 0 auto 1px;
}
.wrap-title.st02 .en {
  text-align: left;
  font-size: 62px;
  letter-spacing: 0.05em;
  margin-left: -4px;
  margin-bottom: 16px;
}
.wrap-title.st02 .en .cl1 {
  color: var(--clr1);
}
.wrap-title.st02 h3 {
  font-size: 24px;
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.6666666667em;
}
.wrap-title.st02 h3::before {
  position: absolute;
  top: 0.125em;
  left: 0.0416666667em;
  width: 1.5em;
  height: 1.125em;
  margin: 0;
}
.wrap-title.st02 h3::after {
  content: "";
  position: relative;
  display: block;
  background-color: var(--clr1);
  width: 100%;
  height: 1px;
}
.wrap-title.st02 h3 .ic {
  padding-left: 0.5833333333em;
  padding-right: 1.2083333333em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.wrap-title.tl-white .en {
  color: #ffffff;
}
.wrap-title.tl-white h3 {
  color: #ffffff;
}
.wrap-title.tl-white h3::before {
  margin-top: -2px;
  background-image: url(../images/ic_h3_w.png);
}

.btn-st02 {
  display: table;
}
.btn-st02 a {
  text-decoration: none;
  color: var(--clr1);
  line-height: 1.3;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-right: 4.611111111em;
}
.btn-st02 a::before, .btn-st02 a::after {
  content: "";
  position: absolute;
  top: 0.1666666667em;
  bottom: 0;
  right: 0.2222222222em;
  margin: auto;
  width: round(3.3333333333em, 1px);
  height: round(3.3333333333em, 1px);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-st02 a::before {
  border-radius: 50%;
  border: 1px solid var(--clr1);
}
.btn-st02 a::after {
  background: url(../images/ic_arrow.svg) no-repeat center/8px auto;
}
.btn-st02 a:hover {
  color: var(--clr1);
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn-st02 a:hover {
    color: var(--main-color);
  }
  .btn-st02 a:hover::before {
    border-color: var(--main-color);
  }
  .btn-st02 a:hover::after {
    background-image: url(../images/ic_arrow_orange.svg);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .wrap-title h3 {
    font-size: 36px;
  }
  .wrap-title .en {
    font-size: 16px;
  }
  .wrap-title.st02 .en {
    font-size: 45px;
    margin-bottom: 5px;
  }
  .wrap-title.st02 h3 {
    font-size: 22px;
  }
  .wrap-title.st02 h3::before {
    top: 0.25em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .btn-st02 a {
    font-size: 16px;
  }
}
.idx01 {
  padding: 0 0px 80px;
  margin-top: -57px;
}
.idx01 .wrap-h3 {
  text-align: center;
}
.idx01 .wrap-h3 .en {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--main-color);
  text-transform: uppercase;
}
.idx01 .wrap-h3 h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.idx01 .btn-st02 {
  margin: 84px auto 0;
}
.idx01 .list-post li {
  border-bottom: 1px solid #ececec;
}
.idx01 .list-post li:first-child {
  border-top: 1px solid #ececec;
}
.idx01 .list-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 19px 20px 24px 16px;
  --w: 8.4em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.idx01 .list-post a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../images/ic_arrow02.svg) no-repeat center/contain;
  width: 15px;
  height: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx01 .list-post a span {
  display: inline-block;
  letter-spacing: 0.1em;
}
.idx01 .list-post a:hover {
  opacity: 1;
}
.idx01 .list-post a:hover::after {
  right: 10px;
}
@media only screen and (min-width: 769px) {
  .idx01 .list-post a:hover {
    background-color: rgba(165, 95, 52, 0.07);
  }
}
.idx01 .list-post a .date {
  width: var(--w);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.idx01 .list-post a .title {
  width: calc(100% - var(--w) - 7.2222222222em);
  position: relative;
  top: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idx01 .block-news {
  background: url(../images/idx01_bg.jpg) no-repeat center/cover;
  border-radius: 20px;
  position: relative;
  padding: 100px 9% 99px 5%;
}
.idx01 .block-news::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(174, 161, 137, 0.3);
  border-radius: 16px;
}

@media only screen and (min-width: 769px) {
  .idx01 .wrap-h3 {
    margin-top: -5px;
  }
  .idx01 .wrap-h3 .en {
    margin-bottom: 12px;
  }
  .idx01 .b-grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: 25% 70.6%;
    grid-template-columns: 25% 70.6%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx01 .list-post a {
    --w:7.4em;
  }
  .idx01 .list-post a .title {
    width: calc(100% - var(--w) - 1.222222em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .idx01 {
    padding-bottom: 70px;
  }
  .idx01 .wrap-h3 .en {
    font-size: 40px;
  }
  .idx01 .wrap-h3 h3 {
    font-size: 16px;
  }
  .idx01 .list-post a {
    padding: 15px 20px 15px 16px;
    font-size: 16px;
  }
  .idx01 .block-news {
    padding: 65px 6% 60px 3%;
  }
}
.idx02 {
  padding: 62px 0 0;
  background: url(../images/pattern-square.jpg) repeat left top;
}
.idx02 .wrap-title {
  margin-bottom: 43px;
}
.idx02 .idx-logo {
  max-width: 431px;
  width: 100%;
  margin: 0 auto 31px;
}
.idx02 .idx-logo a:hover {
  opacity: 1;
}
.idx02 .s-list {
  margin: 0 -4px;
}
.idx02 .s-list .item {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 10px;
  max-width: 154px;
  width: calc(25% - 8px);
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.idx02 .s-list .item img {
  max-width: 153px;
  width: 100%;
}
.idx02 .s-list .slick-slide.is-current, .idx02 .s-list .slick-slide .slick-current {
  opacity: 1;
}
.idx02 h4 {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-left: 1.125em;
  margin-bottom: 0.2916666667em;
}
.idx02 h4::before {
  content: "";
  position: absolute;
  top: 0.2916666667em;
  left: 0;
  width: 0.75em;
  height: 0.9583333333em;
  background: url(../images/ic_map.svg) no-repeat center/contain;
}
.idx02 .infor-access {
  margin-top: 24px;
}
.idx02 .btn {
  margin: 35px auto 0;
}
.idx02 .infor-cont {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-top: 1px;
}
.idx02 .box-info {
  margin-bottom: 24px;
}
.idx02 .time_sheet {
  max-width: 599px;
  margin-left: 1px;
}

.idx_map {
  height: 400px;
  margin-top: 75px;
}
.idx_map > div {
  width: 50%;
}
.idx_map iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

@media only screen and (min-width: 769px) {
  .idx02 .b-grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: 50% 48%;
    grid-template-columns: 50% 48%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .idx02 .s-list .item:not(.is-current, .slick-current):hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .idx02 h4 {
    font-size: 20px;
  }
}
.idx03 {
  padding: 79px 0;
  background: url(../images/idx03_bg.jpg) no-repeat center/cover;
}
.idx03 .block-greeting {
  background: url(../images/idx03_box_bg.jpg) no-repeat center/cover;
  border-radius: 60px;
  padding: 60px 5.8% 70px 5%;
  color: #ffffff;
}
.idx03 .wrap-title {
  margin-bottom: 22px;
  margin-top: 2px;
}
.idx03 .wrap-title h3::before {
  margin-top: 0;
  margin-bottom: -3px;
}
.idx03 .box-name {
  background-color: rgba(120, 103, 73, 0.95);
  border-radius: 0 0 12px 12px;
  padding: 3.8em 1em;
  text-align: center;
  position: absolute;
  top: -60px;
  left: 8px;
  max-width: 18em;
  width: 100%;
  height: 20em;
}
.idx03 .box-name p {
  line-height: 1;
}
.idx03 .box-name .pos {
  font-size: 1.8em;
  padding-bottom: 0.8888888889em;
  margin-bottom: 0.7777777778em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.idx03 .box-name .name {
  font-size: 3em;
  font-weight: 400;
}
.idx03 .box-name .en {
  font-size: 0.5333333333em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 1em;
}
.idx03 .greeting-img {
  position: relative;
  z-index: 0;
  font-size: 10px;
}
.idx03 .greeting-img::before, .idx03 .greeting-img::after {
  content: "";
  position: absolute;
  top: 8.3em;
  bottom: 0;
  left: -1.1em;
  width: 67.7em;
  height: 35.8em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
.idx03 .greeting-img::before {
  background-image: url(../images/idx03_img01_bf.png);
  z-index: -1;
}
.idx03 .greeting-img::after {
  background-image: url(../images/idx03_img01_at.png);
}
.idx03 .greeting-img .img {
  max-width: 50em;
  height: 50em;
  border-radius: 50%;
  overflow: hidden;
  margin: 1em auto 0;
  position: relative;
}
.idx03 .greeting-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.idx03 .greeting-cont > p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.idx03 .btn-group {
  margin-top: 42px;
}

@media only screen and (min-width: 769px) {
  .idx03 .b-grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-grid-columns: 51.2% 44.5%;
    grid-template-columns: 51.2% 44.5%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1500px) {
  .idx03 .greeting-img {
    font-size: min(10px, 0.669vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx03 .greeting-img {
    font-size: min(10px, 0.667vw);
  }
  .idx03 .btn-group {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .idx03 .b-grid {
    -ms-grid-columns: 51.2% 47.5%;
    grid-template-columns: 51.2% 47.5%;
    padding: 40px 5.8% 45px 5%;
  }
  .idx03 .box-name {
    top: -40px;
    left: 16px;
  }
  .idx03 .greeting-img {
    font-size: min(10px, 0.655vw);
  }
  .idx03 .btn-group {
    margin-top: 20px;
  }
  .idx03 .btn-group .btn a {
    letter-spacing: 0;
    padding-left: 0.8em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .idx03 .btn-group .btn {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
  }
}
.idx04 {
  position: relative;
  padding: 97px 0 95px;
  z-index: 0;
}
.idx04::before {
  content: "";
  position: absolute;
  top: 0;
  left: -93px;
  right: 0;
  margin: auto;
  max-width: 2143px;
  width: calc(100% + 223px);
  height: 100%;
  background-image: url(../images/idx04_bf.svg), url(../images/idx04_at.svg);
  background-position: top 13px right, bottom 28px left;
  background-repeat: no-repeat;
  background-size: 360px auto, 360px auto;
  z-index: -1;
}
.idx04 .wrap-title {
  margin-bottom: 58px;
}
.idx04 .box-title {
  text-align: center;
  border-bottom: 1px solid #b0a188;
  padding-bottom: 1.1em;
  margin-bottom: 3.4em;
}
.idx04 .box-title h4 {
  font-size: 3em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--clr1);
  margin-bottom: 0.1666666667em;
}
.idx04 .box-title .en {
  color: var(--main-color);
  font-size: 1.6em;
  text-transform: uppercase;
}
.idx04 .slider-circle {
  width: 96em;
  height: 96em;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  font-size: 10px;
}
.idx04 .slider-circle::before, .idx04 .slider-circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
}
.idx04 .slider-circle::before {
  width: 100%;
  height: 100%;
  background-color: #f9f6f1;
}
.idx04 .slider-circle::after {
  inset: 4.9em;
  border: 1px solid rgba(200, 182, 151, 0.5);
  background-color: #f3f0eb;
}
.idx04 .circle-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin: auto;
  width: 96em;
  height: 96em;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: transform;
}
.idx04 .circle-img .ico {
  width: 45.3em;
  height: 34.5em;
  margin: 0 auto;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition-property: margin-top, opacity, left, -webkit-transform;
  transition-property: margin-top, opacity, left, -webkit-transform;
  transition-property: margin-top, transform, opacity, left;
  transition-property: margin-top, transform, opacity, left, -webkit-transform;
  -webkit-transition-duration: 0.5s, 0.7s, 0.7s;
          transition-duration: 0.5s, 0.7s, 0.7s;
  -webkit-transition-timing-function: ease, ease, ease;
          transition-timing-function: ease, ease, ease;
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  position: relative;
}
.idx04 .circle-img .ico img {
  width: 100%;
  height: auto;
  max-width: 45.3em;
}
.idx04 .circle-img .b-img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.idx04 .circle-img .b-img.active .ico {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 0s, 0.15s, 0s;
          transition-delay: 0s, 0.15s, 0s;
}
.idx04 .circle-img .b-img.img1 {
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.idx04 .circle-img .b-img.img2 {
  right: 0;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.idx04 .block_pickup{
  margin: 0 -20px;
  font-size: 10px;
}
.idx04 .block_pickup .item{
  margin: 0 2em 6em;
  display: flex;
  flex-direction: column;
}
.idx04 .block_pickup .ico{
  max-width: 30em;
  margin: 0 auto 3em;
}
.idx04 .block_pickup .cont{
  flex: 1 1 auto;
}
.idx04 .block_pickup .cont > p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6em;
  font-weight: 500;
}
.idx04 .block_pickup .btn{
  margin: 2.5em auto 0;
  max-width: 28em;
}
.idx04 .block_pickup .btn a{font-size: 1.8em;}
@media only screen and (min-width: 769px) {
  .idx04 .circle-img .b-img.img2:not(.active) .ico {
    -webkit-transform: scale(0.71);
            transform: scale(0.71);
  }
}
.idx04 .circle-img .b-img.img3 {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.idx04 .circle-img .b-img.img4 {
  left: 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.idx04 .circle-cont {
  width: 100%;
  height: 100%;
  max-width: 485px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 36.3em;
}
.idx04 .circle-cont .btn {
  margin: 3.7em auto 0;
  max-width: 28em;
}
.idx04 .circle-cont .btn a {
  font-size: 1.8em;
}
.idx04 .circle-cont .cont > p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6em;
  font-weight: 500;
}
.idx04 .circle-cont .bx-ct {
  visibility: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: none;
  opacity: 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, transform, opacity;
  transition-property: visibility, transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s, 0.7s, 0.5s;
          transition-duration: 0.7s, 0.7s, 0.5s;
  -webkit-transition-timing-function: ease, ease, ease;
          transition-timing-function: ease, ease, ease;
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
}
.idx04 .circle-cont .bx-ct.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: block;
}
.idx04 .circle-btn {
  position: absolute;
  z-index: 3;
  top: 13.5em;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  border: 1px solid var(--clr1);
  cursor: pointer;
  background: no-repeat center/100% auto;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.idx04 .circle-btn.prev {
  left: 15.7em;
  background-image: url(../images/ic-prev.svg);
}
.idx04 .circle-btn.next {
  right: 15.6em;
  background-image: url(../images/ic-next.svg);
}

@media only screen and (min-width: 769px) {
  .idx04 .circle-btn:hover {
    border-color: var(--main-color);
  }
  .idx04 .circle-btn.prev:hover {
    background-image: url(../images/ic-prev_hover.svg);
  }
  .idx04 .circle-btn.next:hover {
    background-image: url(../images/ic-next_hover.svg);
  }  
  .idx04 .block_pickup .item{
    width: calc(100%/3 - 4em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx04::before {
    width: calc(100% + 150px);
    background-size: 250px auto;
  }
  .idx04 .slider-circle {
    font-size: min(8.75px, 0.75vw);
  }
  .idx04 .circle-cont .cont > p {
    letter-spacing: 0.05em;
  }
  .idx04 .block_pickup{
    font-size: min(10px, 0.8vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .idx04 {
    padding: 75px 0 90px;
  }
  .idx04 .box-title {
    padding-bottom: 0.5em;
    margin-bottom: 2em;
  }
  .idx04 .box-title h4 {
    margin-bottom: 0;
  }
  .idx04 .block_pickup .cont > p{font-size: 1.8em;}
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .idx04 .circle-cont {
    font-size: 1.1em;
    padding-top: 31.3em;
  }
  .idx04 .circle-cont .bx-ct {
    padding: 0 13%;
  }
  .idx04 .circle-cont .btn {
    margin-top: 1.5em;
  }
}
.idx05 {
  padding: 144px 0 86px;
  position: relative;
  z-index: 0;
  background-color: #e9e5df;
}
.idx05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  background-image: url(../images/idx05_bf01.png), url(../images/idx05_bf02.png);
  background-position: bottom 0 left -10px, top 0 right -9px;
  background-repeat: no-repeat;
  background-size: 632px auto, 1171px auto;
  z-index: -1;
  mix-blend-mode: screen;
}
.idx05 .wrap-title {
  position: relative;
  z-index: 0;
  margin-top: -105px;
  margin-bottom: 28px;
}
.idx05 .wrap-title::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 318px;
  height: 30px;
  background-color: #ffffff;
  z-index: -2;
  border-bottom: 0;
}
.idx05 .block-menu {
  padding: 60px 50px 74px;
  border-radius: 60px;
  position: relative;
  z-index: 0;
}
.idx05 .block-menu::after {
  content: "";
  position: absolute;
  top: -81px;
  left: 0;
  right: 0;
  margin: auto;
  width: 360px;
  height: 260px;
  border-radius: 150px 150px 0 0;
  background-color: #ffffff;
  z-index: -2;
  border-bottom: 0;
  -webkit-box-shadow: -7px 6px 0 0px rgba(0, 0, 0, 0.1);
          box-shadow: -7px 6px 0 0px rgba(0, 0, 0, 0.1);
  border: 2px solid #dcd8d0;
}
.idx05 .block-menu::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  border: 2px solid #dcd8d0;
  -webkit-box-shadow: -8px 7px 0 0px rgba(0, 0, 0, 0.1);
          box-shadow: -8px 7px 0 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  z-index: -1;
}
.idx05 .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.idx05 .menu-item {
  position: relative;
  border-radius: 12px;
  max-width: 305px;
  border: 2px solid #e9e5df;
  background-color: #ffffff;
  padding: 38px 2% 36px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx05 .menu-item::after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 13px;
  background: url(../images/ic_arrow03.svg) no-repeat center/contain;
  width: 26px;
  height: 6px;
}
.idx05 .menu-item h4 {
  color: var(--main-color);
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.idx05 .menu-item p {
  font-weight: 500;
}
.idx05 .menu-img {
  max-width: 99px;
  width: 100%;
  margin: 0 auto 14px;
}

@media only screen and (min-width: 1000px) {
  .idx05 .flex.row01 .menu-item:nth-child(2n+2) {
    background-color: #faf7f3;
  }
  .idx05 .flex.row02 .menu-item {
    background-color: #faf7f3;
  }
  .idx05 .flex.row02 .menu-item:nth-child(2n+2) {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 769px) {
  .idx05 .menu-item {
    width: calc(25% - 20px);
    margin: 10px;
  }
  .idx05 .menu-item:hover {
    border-color: rgba(174, 161, 135, 0.61);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx05 .menu-item h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .idx05 .block-menu {
    padding: 60px 2% 50px;
  }
  .idx05 .block-menu .menu-item {
    width: calc(25% - 10px);
    margin: 5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .idx05 .block-menu .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .idx05 .block-menu .row01, .idx05 .block-menu .row02 {
    display: contents;
  }
  .idx05 .block-menu .menu-item {
    width: calc(33.3333333333% - 10px);
    margin: 5px;
  }
  .idx05 .block-menu .menu-item:nth-child(2n+2) {
    background-color: #faf7f3;
  }
}
.idx06 {
  padding: 81px 0 94px;
  background: url(../images/idx06_bg.jpg) no-repeat center/cover;
}
.idx06 .tab-search {
  margin-top: -60px;
}
.idx06 .block-disease {
  font-size: 10px;
}
.idx06 .block-disease .disease-item {
  border: 1px solid #b37049;
  border-radius: 2.2em;
  background-color: #ffffff;
  position: relative;
  max-width: 410px;
  overflow: hidden;
  margin-bottom: 2.5em;
  min-height: 10em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx06 .block-disease .disease-item::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 1.7em;
  mask-image: url(../images/ic_arrow.svg);
  -webkit-mask-image: url(../images/ic_arrow.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #b37049;
  margin: auto;
  width: 0.8em;
  height: 0.8em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx06 .block-disease .box-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.idx06 .block-disease .disease-img {
  width: 10.7em;
  height: 100%;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.idx06 .block-disease .disease-img::before {
  content: "";
  position: absolute;
  top: -3.1em;
  right: -0.2em;
  width: 16em;
  height: 16em;
  border-radius: 50%;
  background-color: #b37049;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: -1;
}
.idx06 .block-disease .disease-img img {
  max-width: 6.9em;
}
.idx06 .block-disease .disease-tl {
  width: calc(100% - 5em);
  padding-left: 1.1363636364em;
  padding-bottom: 0.2272727273em;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.273;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media only screen and (min-width: 769px) {
  .idx06 .block-disease .disease-item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
  }
  .idx06 .block-disease .disease-item:nth-child(3n+3), .idx06 .block-disease .disease-item:last-child {
    margin-right: 0;
  }
  .idx06 .block-disease .disease-item:hover {
    background-color: #fffaf0;
    border-color: #7a4f31;
  }
  .idx06 .block-disease .disease-item:hover::after {
    right: 1.2em;
  }
  .idx06 .block-disease .disease-item:hover .disease-img::before {
    background-color: #7a4f31;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx06 .tab-search {
    margin-top: -51px;
  }
  .idx06 .block-disease {
    font-size: min(10px, 0.8vw);
  }
  .idx06 .block-disease .disease-item {
    width: calc((100% - 3em) / 3);
    margin-right: 1.5em;
  }
  .idx06 .TabContainer .TabContent .content.ac {
    height: 300px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx06 .block-disease .disease-tl {
    padding-left: 0.8em;
  }
}
.idx07 {
  padding: 202px 0 88px;
  position: relative;
  z-index: 0;
}
.idx07::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/idx07_bg.jpg) no-repeat center/cover;
  z-index: -1;
}
.idx07 .inner_max {
  max-width: 1840px;
}
.idx07 .wrap-title {
  margin-bottom: 44px;
}
.idx07 .btn {
  margin: 43px auto 0;
}
.idx07 .block-clinic .clinic-item {
  width: 50%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* color: #ffffff; */
  padding: 86px 20px 91px;
  z-index: 0;
}
.idx07 .block-clinic .clinic-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(113, 98, 70, 0.5);
  z-index: -1;
}
.idx07 .block-clinic .clinic-item::after {
  content: "";
  position: absolute;
  inset: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;
}
.idx07 .block-clinic .clinic-item.it01 {
  background-image: url(../images/idx07_box_bg01.jpg);
}
.idx07 .block-clinic .clinic-item.it02 {
  background-image: url(../images/idx07_box_bg02.jpg);
}
.idx07 .block-clinic .box-in {
  position: relative;
  max-width: 567px;
  width: 100%;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
.idx07 .block-clinic .box-title {
  margin-bottom: 25px;
}
.idx07 .block-clinic .box-title .en {
  font-size: 42px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.idx07 .block-clinic .box-title h4 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media only screen and (min-width: 1800px) and (max-width: 1920px) {
  .idx07:before {
    background-size: 1920px auto;
    height: 969px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx07 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .idx07 .btn {
    margin-top: 25px;
  }
  .idx07 .block-clinic .box-title {
    margin-bottom: 12px;
  }
  .idx07 .block-clinic .box-title .en {
    font-size: 33px;
  }
  .idx07 .block-clinic .box-title h4 {
    font-size: 20px;
  }
  .idx07 .block-clinic .clinic-item {
    padding: 40px 4% 45px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .idx07 .block-clinic .box-in {
    max-width: 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .idx07 .block-clinic .box-in > .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.idx08 {
  padding: 82px 0 89px;
  background-color: #f5f1eb;
  position: relative;
  z-index: 0;
}
.idx08::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-image: url(../images/ic_logo.png), url(../images/ic_logo.png);
  background-size: 99.1em auto, 99.1em auto;
  background-repeat: no-repeat;
  background-position: top -25.9em left -39.5em, bottom -22.7em right -38.8em;
  opacity: 0.4;
  z-index: -1;
  font-size: 10px;
}
.idx08 .wrap-title {
  margin-bottom: 43px;
}
.idx08 .wrap-slider {
  max-width: 52em;
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
}
.idx08 .wrap-full {
  max-width: 2405px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.idx08 .slider-flow:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.idx08 .slider-flow .slick-list {
  overflow: visible;
}
.idx08 .slider-flow .point {
  font-size: 1.6em;
  font-family: var(--f-en);
  font-weight: 400;
  color: var(--main-color);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  width: 8.75em;
  height: 4.375em;
  background-color: #ffffff;
  border-radius: 4.375em 4.375em 0 0;
  position: absolute;
  left: 0;
  right: 1.375em;
  bottom: -1px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.8125em;
}
.idx08 .slider-flow .point span {
  font-size: 2.25em;
  line-height: 0.8;
  margin-left: 0.1388888889em;
}
.idx08 .slider-flow .flow-img {
  position: relative;
}
.idx08 .slider-flow .flow-txt {
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.81818;
  text-align: center;
  padding-top: 1.59090913em;
  padding-bottom: 1.1363636364em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.idx08 .slider-flow .slick-slide {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  --scale: scale(0.815);
  --sideX: var(--scale) translateX(-8em);
  --sideX2: var(--scale) translateX(8em);
}
.idx08 .slider-flow .slick-slide:not(.slick-current) {
  -webkit-transform: var(--scale);
          transform: var(--scale);
}
.idx08 .slider-flow .slick-slide:not(.slick-current) .flow-txt {
  font-weight: 500;
}
.idx08 .slider-flow .slick-slide.slick-current {
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.idx08 .slider-flow .slick-slide:has(+ .slick-slide + .slick-current) {
  -webkit-transform: var(--sideX2);
          transform: var(--sideX2);
}
.idx08 .slider-flow .slick-current + .slick-slide + .slick-slide {
  -webkit-transform: var(--sideX);
          transform: var(--sideX);
}
.idx08 .slider-flow .flow-item {
  width: 52em;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 1em;
}
.idx08 .btn {
  margin: 40px auto 0;
}
.idx08 .slick-arrow {
  width: round(6em, 1px);
  height: round(6em, 1px);
  border-radius: 50%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid var(--clr1);
  top: 50%;
  z-index: 1;
}
.idx08 .slick-arrow.slick-prev {
  left: -3.4em;
  background-image: url(../images/ic-prev.svg);
}
.idx08 .slick-arrow.slick-next {
  right: -3em;
  background-image: url(../images/ic-next.svg);
}

@media only screen and (min-width: 769px) {
  .idx08 .slick-arrow:hover {
    border-color: var(--main-color);
  }
  .idx08 .slick-arrow.slick-prev:hover {
    background-image: url(../images/ic-prev_hover.svg);
  }
  .idx08 .slick-arrow.slick-next:hover {
    background-image: url(../images/ic-next_hover.svg);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1500px) {
  .idx08 .wrap-slider {
    font-size: min(8px, 1vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .idx08::before {
    font-size: 6px;
  }
}
.idx09 {
  background-color: #fcf7f4;
  padding: 96px 0 109px;
}
.idx09 .inner_big {
  max-width: 1920px;
}
.idx09 .block-feature {
  font-size: 10px;
}
.idx09 .box-title {
  position: relative;
  padding-left: 11.6em;
  display: table;
  z-index: 0;
  margin-bottom: 5.7em;
}
.idx09 .box-title::before {
  content: "";
  position: absolute;
  bottom: -4em;
  right: -14em;
  background: url(../images/ic_logo.svg) no-repeat center/contain;
  width: 36.5em;
  height: 27.7em;
  z-index: -1;
}
.idx09 .box-title h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: var(--main-color);
  margin-bottom: 0.5833333em;
}
.idx09 .box-title .txt-en {
  font-size: 62px;
  font-weight: 500;
  line-height: 1;
  margin-left: -0.0483870968em;
  letter-spacing: 0.05em;
}
.idx09 .box-title .num {
  font-size: 20em;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: -0.26em;
  left: -0.04em;
  color: var(--main-color);
}
.idx09 .box-title .btn-st02 {
  margin-left: auto;
  margin-top: 3.6em;
}
.idx09 .box-title .btn-st02 a {
  padding-right: 4.2777777778em;
  letter-spacing: 0;
}
.idx09 .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e1d3cb;
  padding: 2.4em 0 2.4em 1.5em;
  cursor: pointer;
}
.idx09 .feature-item.active .point {
  background-color: var(--main-color);
  color: #ffffff;
}
.idx09 .feature-item .point {
  font-family: var(--f-en);
  font-size: 3.6em;
  font-weight: 300;
  letter-spacing: 0;
  color: var(--main-color);
  line-height: 1;
  width: 2.2777777778em;
  height: 2.2777777778em;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.idx09 .feature-item .tt {
  width: calc(100% - 3.4166666667em);
  padding-left: 1.25em;
  font-size: 2.4em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: -0.0833333333em;
}
.idx09 .b-right {
  position: relative;
  margin-right: -2em;
}
.idx09 .b-right .feature-img {
  position: absolute;
  top: 3.4em;
  left: 0;
  width: 100%;
  max-height: 86.5em;
  height: 54vw;
  border-radius: 60px 0 0 60px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.idx09 .b-right .feature-img.active {
  opacity: 1;
  visibility: visible;
}
.idx09 .b-right .feature-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 769px) {
  .idx09 .feature-item:not(.active):hover {
    background-color: rgba(165, 95, 52, 0.06);
  }
  .idx09 .feature-item:not(.active):hover .point {
    background-color: var(--main-color);
    color: #ffffff;
  }
  .idx09 .fblock {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .idx09 .b-left {
    width: calc(45% - 4em);
    max-width: 540px;
    margin-right: 4em;
  }
  .idx09 .b-right {
    width: 55%;
    max-width: 1020px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx09 .block-feature {
    font-size: min(8.75px, 0.75vw);
  }
  .idx09 .box-title {
    margin-bottom: 2.9em;
  }
  .idx09 .box-title h3 {
    font-size: 20px;
    margin-bottom: 0.2em;
  }
  .idx09 .box-title .txt-en {
    font-size: 50px;
  }
  .idx09 .box-title .num {
    top: -0.15em;
  }
  .idx09 .box-title .btn-st02 a {
    font-size: 16px;
  }
  .idx09 .b-left {
    width: calc(46% - 3.5em);
  }
}