#page.toyotei-mind.in {
  margin-top: 85px;
  background-color: #fff;
  color: #36392d;
}
@media screen and (max-width: 1060px) {
  #page.toyotei-mind.in {
    margin-top: 60px;
  }
}
#page.toyotei-mind.in .anchor {
  padding-top: 50px;
  margin-top: -50px;
  position: relative;
  z-index: -1;
}
#page.toyotei-mind.in .dot {
  padding: 0 10px 13px;
  position: relative;
}
#page.toyotei-mind.in .dot::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #36392d;
  border-radius: 50%;
  bottom: 0;
  left: 10px;
  position: absolute;
}
#page.toyotei-mind.in .dot::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #36392d;
  border-radius: 50%;
  bottom: 0;
  right: 10px;
  position: absolute;
}
#page.toyotei-mind.in .dot-line {
  padding: 0 10px 10px;
  border-bottom: 1px solid #313728;
}
#page.toyotei-mind.in .c-page-nav {
  background-color: #f3f4f1;
  border-top: 1px solid #17232b;
  border-bottom: 1px solid #17232b;
}
#page.toyotei-mind.in .c-page-nav .c-page-nav-item {
  padding: 0 50px;
}
#page.toyotei-mind.in .c-page-nav .c-page-nav-item a {
  color: #313728;
}
#page.toyotei-mind.in .c-heading-breadcrumb a {
  color: #36392d;
}
#page.toyotei-mind.in .c-heading-breadcrumb li {
  color: #36392d;
}
@media screen and (max-width: 767px) {
  #page.toyotei-mind.in .c-page-nav .c-page-nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 0 12px;
    position: relative;
  }
  #page.toyotei-mind.in .c-page-nav .c-page-nav-item.active {
    background-color: #bebc66;
  }
  #page.toyotei-mind.in .c-page-nav .c-page-nav-item:not(:last-child) {
    border-right: unset;
  }
  #page.toyotei-mind.in .c-page-nav .c-page-nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    background-color: #17232b;
    height: 18px;
    width: 1px;
    top: 0;
    bottom: 0;
    right: -1px;
    margin: auto;
    z-index: 1;
  }
  #page.toyotei-mind.in .c-page-nav .c-page-nav-item.active:not(:last-child)::after {
    right: 0;
  }
}
#page.toyotei-mind.in .c-page-mv-img img {
  width: 100%;
}
#page.toyotei-mind.in .mind {
  background-color: #f2f3f0;
}
#page.toyotei-mind.in .mind .c-sec-ttl {
  padding-top: 85px;
}
#page.toyotei-mind.in .mind .mind-text-area {
  text-align: center;
  color: #36392d;
  margin: 0 0 160px 0;
}
#page.toyotei-mind.in .mind .c-sec-ttl {
  color: #36392d;
}
#page.toyotei-mind.in .mind .c-sec-ttl-en {
  color: #36392d;
}
#page.toyotei-mind.in .mind .mind-about-ttl {
  font-size: 32px;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-bottom: 60px;
}
#page.toyotei-mind.in .mind .mind-about-text {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.125;
}
#page.toyotei-mind.in .mind .mind-main-img img {
  width: 100%;
}
#page.toyotei-mind.in .mind .mind-logo {
  max-width: 114px;
  width: 100%;
  margin: 70px auto 0 auto;
}
@media screen and (max-width: 767px) {
  #page.toyotei-mind.in .mind .c-sec-ttl {
    padding-top: 37px;
  }
  #page.toyotei-mind.in .mind .mind-about-ttl {
    font-size: 25px;
    letter-spacing: 0.12em;
    line-height: 1.7704;
    margin-bottom: 40px;
  }
  #page.toyotei-mind.in .mind .mind-about-text {
    font-size: 14px;
    line-height: 1.9285714286;
  }
  #page.toyotei-mind.in .mind .mind-text-area {
    margin: 50px 0 70px 0;
  }
  #page.toyotei-mind.in .mind .mind-main-img img {
    width: 100%;
  }
}
#page.toyotei-mind.in .child {
  background-color: #fff;
  padding-top: 160px;
  margin-bottom: 200px;
}
#page.toyotei-mind.in .child .child-text-area {
  text-align: center;
  margin-bottom: 130px;
}
#page.toyotei-mind.in .child .child-about-ttl {
  font-size: 32px;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-bottom: 60px;
}
#page.toyotei-mind.in .child .child-about-text {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.125;
}
#page.toyotei-mind.in .child .child-facility-ttl {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 2.4236363636;
  margin-bottom: 70px;
}
#page.toyotei-mind.in .child .child-facility {
  margin-bottom: 125px;
}
#page.toyotei-mind.in .child .child-facility-content {
  margin-bottom: 65px;
}
#page.toyotei-mind.in .child .child-facility-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#page.toyotei-mind.in .child .child-facility-item:not(:last-child) {
  margin-bottom: 5px;
}
#page.toyotei-mind.in .child .child-facility-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64.74%;
          flex: 0 0 64.74%;
}
#page.toyotei-mind.in .child .child-facility-item-text-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.26%;
          flex: 0 0 35.26%;
  background-color: #f2f3f0;
  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;
  padding: 0 60px 0 50px;
  text-align: justify;
  color: #36392d;
}
#page.toyotei-mind.in .child .child-facility-item-ttl {
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 35px;
}
#page.toyotei-mind.in .child .child-facility-item-text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
}
#page.toyotei-mind.in .child .child-facility-item-text:not(:last-child) {
  margin-bottom: 40px;
}
#page.toyotei-mind.in .child .child-facility-item-caption {
  font-size: 12px;
  line-height: 2.0833333333;
  letter-spacing: 0.08em;
}
#page.toyotei-mind.in .child .child-service {
  margin-bottom: 125px;
}
#page.toyotei-mind.in .child .child-facility-link {
  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;
  text-align: center;
  gap: 12px;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #36392d;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  height: 53px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #36392d;
}
#page.toyotei-mind.in .child .child-facility-link::after {
  content: "";
  display: block;
  background-image: url(../img/toyotei-concept/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
}
#page.toyotei-mind.in .child .child-sub-ttl {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 2.4236363636;
  margin-bottom: 70px;
}
#page.toyotei-mind.in .child .child-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 930px;
  width: 100%;
  margin: 0 auto 60px auto;
}
#page.toyotei-mind.in .child .child-flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.259%;
          flex: 0 0 32.259%;
}
#page.toyotei-mind.in .child .child-flex-img {
  margin-bottom: 35px;
}
#page.toyotei-mind.in .child .child-flex-ttl {
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
#page.toyotei-mind.in .child .child-flex-text {
  font-size: 15px;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}
#page.toyotei-mind.in .child .child-flex-caption {
  font-size: 14px;
  line-height: 1.7857142857;
  color: #626447;
}
#page.toyotei-mind.in .child .child-service-link {
  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;
  text-align: center;
  gap: 12px;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #36392d;
  color: #36392d;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  height: 53px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.toyotei-mind.in .child .child-service-link::after {
  content: "";
  display: block;
  background-image: url(../img/toyotei-concept/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
}
#page.toyotei-mind.in .child .child-flex-price {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 10px 0 20px 0;
  color: #626447;
}
#page.toyotei-mind.in .child .child-option .child-flex {
  margin-bottom: 170px;
}
#page.toyotei-mind.in .child .child-equipment {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
#page.toyotei-mind.in .child .child-equipment-text-area {
  margin-bottom: 55px;
}
#page.toyotei-mind.in .child .child-equipment-ttl {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 18px;
  border-bottom: 1px solid #36392d;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#page.toyotei-mind.in .child .child-equipment-ttl::after {
  content: "";
  position: absolute;
  background-color: #36392d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 5px;
}
#page.toyotei-mind.in .child .child-equipment-text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  text-align: justify;
}
#page.toyotei-mind.in .child .child-equipment-caption {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.7857142857;
  color: #626447;
}
#page.toyotei-mind.in .child .child-equipment-link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
#page.toyotei-mind.in .child .child-equipment-link {
  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;
  text-align: center;
  gap: 12px;
  max-width: 320px;
  width: 100%;
  border: 1px solid #36392d;
  color: #36392d;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  height: 53px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.toyotei-mind.in .child .child-equipment-link::after {
  content: "";
  display: block;
  background-image: url(../img/toyotei-concept/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
}
@media (hover: hover) {
  #page.toyotei-mind.in .child .child-facility-link:hover {
    background-color: #bab76f;
  }
  #page.toyotei-mind.in .child .child-service-link:hover {
    background-color: #bab76f;
  }
  #page.toyotei-mind.in .child .child-equipment-link:hover {
    background-color: #bab76f;
  }
}
@media screen and (max-width: 1100px) {
  #page.toyotei-mind.in .child .child-facility-item-img img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page.toyotei-mind.in .child .child-facility-item-ttl {
    margin-bottom: 10px;
  }
  #page.toyotei-mind.in .child .child-facility-item-text-area {
    padding: 0 20px 0 20px;
  }
  #page.toyotei-mind.in .child .child-facility-item-text {
    font-size: 13px;
  }
  #page.toyotei-mind.in .child .child-facility-item-text:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #page.toyotei-mind.in .child {
    padding-top: 80px;
    margin-bottom: 70px;
  }
  #page.toyotei-mind.in .child .child-about-ttl {
    font-size: 25px;
    letter-spacing: 0.12em;
    line-height: 1.7704;
    margin-bottom: 40px;
  }
  #page.toyotei-mind.in .child .child-about-text {
    font-size: 14px;
    line-height: 1.9285714286;
  }
  #page.toyotei-mind.in .child .child-text-area {
    margin-bottom: 75px;
  }
  #page.toyotei-mind.in .child .child-facility-ttl {
    margin-bottom: 50px;
  }
  #page.toyotei-mind.in .child .child-facility-content {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 25px;
  }
  #page.toyotei-mind.in .child .child-facility-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.toyotei-mind.in .child .child-facility-item:not(:last-child) {
    margin-bottom: 12px;
  }
  #page.toyotei-mind.in .child .child-facility-item-img img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
  #page.toyotei-mind.in .child .child-facility-item-text-area {
    padding: 45px 25px;
  }
  #page.toyotei-mind.in .child .child-facility-item-text {
    font-size: 15px;
  }
  #page.toyotei-mind.in .child .child-facility-item-text:not(:last-child) {
    margin-bottom: 20px;
  }
  #page.toyotei-mind.in .child .child-facility-item-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #page.toyotei-mind.in .child .child-facility-link {
    font-size: 15px;
    position: relative;
  }
  #page.toyotei-mind.in .child .child-facility-link::after {
    position: absolute;
    right: 12px;
  }
  #page.toyotei-mind.in .child .child-facility {
    margin-bottom: 70px;
  }
  #page.toyotei-mind.in .child .child-sub-ttl {
    margin-bottom: 60px;
  }
  #page.toyotei-mind.in .child .child-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.toyotei-mind.in .child .child-flex-item {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  #page.toyotei-mind.in .child .child-flex-item:not(:last-child) {
    margin-bottom: 40px;
  }
  #page.toyotei-mind.in .child .child-flex-img {
    margin-bottom: 25px;
  }
  #page.toyotei-mind.in .child .child-flex-ttl {
    margin-bottom: 10px;
  }
  #page.toyotei-mind.in .child .child-service {
    margin-bottom: 80px;
  }
  #page.toyotei-mind.in .child .child-flex-price {
    margin: 15px 0 15px 0;
  }
  #page.toyotei-mind.in .child .child-option .child-flex {
    margin-bottom: 60px;
  }
  #page.toyotei-mind.in .child .child-equipment {
    padding: 0 15px;
  }
  #page.toyotei-mind.in .child .child-equipment-ttl {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  #page.toyotei-mind.in .child .child-equipment-text {
    line-height: 1.6666666667;
  }
  #page.toyotei-mind.in .child .child-equipment-text-area {
    margin-bottom: 50px;
  }
  #page.toyotei-mind.in .child .child-equipment-link-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #page.toyotei-mind.in .child .child-equipment-link {
    font-size: 15px;
    position: relative;
  }
  #page.toyotei-mind.in .child .child-equipment-link::after {
    position: absolute;
    right: 12px;
  }
}
#page.toyotei-mind.in .service {
  padding: 135px 0 0 0;
  background-color: #f3f4f1;
  color: #212a2f;
}
#page.toyotei-mind.in .service .service-main-img {
  margin-bottom: 90px;
}
#page.toyotei-mind.in .service .service-main-img img {
  width: 100%;
}
#page.toyotei-mind.in .service .service-content {
  max-width: 850px;
  width: 100%;
  margin: 0 auto 140px auto;
  color: #36392d;
}
#page.toyotei-mind.in .service .service-item {
  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;
  padding: 30px 0 30px 10px;
}
#page.toyotei-mind.in .service .service-item:not(:last-child) {
  background-image: radial-gradient(circle, #36392d 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5px 1px;
}
#page.toyotei-mind.in .service .service-item:last-child {
  background-image: radial-gradient(circle, #36392d 0.5px, transparent 0.5px), radial-gradient(circle, #36392d 0.5px, transparent 0.5px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 5px 1px, 5px 1px;
}
#page.toyotei-mind.in .service .service-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.954%;
          flex: 0 0 5.954%;
}
#page.toyotei-mind.in .service .service-item-text-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 89.882%;
          flex: 0 0 89.882%;
}
#page.toyotei-mind.in .service .service-item-ttl {
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
}
#page.toyotei-mind.in .service .service-item-text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
#page.toyotei-mind.in .service .service-item-caption {
  color: #898f74;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
#page.toyotei-mind.in .service .service-celebration-ttl {
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 80px;
}
#page.toyotei-mind.in .service .service-celebration-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
#page.toyotei-mind.in .service .service-celebration-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.097%;
          flex: 0 0 24.097%;
}
#page.toyotei-mind.in .service .service-celebration-img {
  margin-bottom: 30px;
}
#page.toyotei-mind.in .service .service-celebration-text-area {
  padding: 0 4px;
}
#page.toyotei-mind.in .service .service-celebration-item-ttl {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 25px;
}
#page.toyotei-mind.in .service .service-celebration-text {
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#page.toyotei-mind.in .service .service-celebration-caption {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.08em;
  color: #626447;
}
#page.toyotei-mind.in .service .service-celebration-link {
  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;
  font-size: 17px;
  letter-spacing: 0.1em;
  height: 53px;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #36392d;
  color: #36392d;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.toyotei-mind.in .service .service-celebration-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/toyotei-concept/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (hover: hover) {
  #page.toyotei-mind.in .service .service-celebration-link:hover {
    background-color: #bab76f;
  }
}
@media screen and (max-width: 767px) {
  #page.toyotei-mind.in .service {
    padding: 60px 0 0 0;
  }
  #page.toyotei-mind.in .service .sec-ttl-en {
    margin-bottom: 40px;
  }
  #page.toyotei-mind.in .service .service-main-img {
    margin-bottom: 50px;
  }
  #page.toyotei-mind.in .service .service-content {
    margin-bottom: 60px;
  }
  #page.toyotei-mind.in .service .service-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25px 15px;
  }
  #page.toyotei-mind.in .service .service-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.874%;
            flex: 0 0 15.874%;
  }
  #page.toyotei-mind.in .service .service-item-text-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  #page.toyotei-mind.in .service .service-item-ttl {
    line-height: 1.5;
    margin-bottom: 8px;
  }
  #page.toyotei-mind.in .service .service-item-text {
    text-align: justify;
    letter-spacing: 0.05em;
  }
  #page.toyotei-mind.in .service .service-item-caption {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  #page.toyotei-mind.in .service .service-celebration-ttl {
    margin-bottom: 70px;
  }
  #page.toyotei-mind.in .service .service-celebration-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
    gap: 40px 0;
    margin-bottom: 50px;
  }
  #page.toyotei-mind.in .service .service-celebration-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #page.toyotei-mind.in .service .service-celebration-img {
    margin-bottom: 30px;
  }
  #page.toyotei-mind.in .service .service-celebration-item-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #page.toyotei-mind.in .service .service-celebration-text {
    line-height: 1.6666666667;
  }
}