/* common */

.common-inner {
  width: 90%;
}

.block {
  display: block;
}

@media screen and (max-width: 767px) {
  .common-inner {
    width: 100%;
    padding-top: 75px;
  }
}

/* mv */

.mv {
  height: 920px;
  background-image: url("https://test01server.xsrv.jp/clivia/wp-content/uploads/mv-back.png");
  background-size: cover;
  background-position: right;
}

.mv .wrap {
  height: 920px;
  position: relative;
}

.mv .mv-logo {
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
}

.mv .mv-logo img {
  width: 100%;
}

.mv .mv-mark {
  position: absolute;
  z-index: 1;
  max-width: 590px;
  width: 100%;
  left: 13.5%;
}

.mv .mv-p {
  position: absolute;
  z-index: 2;
  left: 33.3%;
  top: 270px;
  max-width: 355px;
  width: 100%;
}

.mv .mv-c-texts {
  top: 130px;
  left: 10.7%;
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  font-size: 34px;
  color: #fff;
}

.mv .mv-c-text {
  writing-mode: vertical-lr;
  text-orientation: upright;
  background-color: #d3aa28;
  border-radius: 10px;
  margin-right: 15px;
  padding: 15px 5px 0 5px;
  letter-spacing: 3px;
}

.mv .mv-b-texts {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  display: flex;
  align-items: flex-start;
  width: max-content;
  bottom: 21px;
}

.mv .mv-b-text01 {
  max-width: 340px;
  width: 100%;
  margin-top: 14px;
  margin-right: 15px;
}

.mv .mv-b-text02 {
  max-width: 430px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .mv .mv-b-text01 {
    max-width: 280px;
  }

  .mv .mv-b-text02 {
    max-width: 370px;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-logo img {
    display: none;
  }

  .mv {
    height: 500px;
    background-repeat: no-repeat;
  }

  .mv .wrap {
    height: 500px;
    /* max-width: 375px; */
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .mv .mv-c-texts {
    top: 15px;
    left: 15px;
    font-size: 18px;
  }

  .mv .mv-c-text {
    margin-right: 10px;
  }

  .mv .mv-mark {
    max-width: 180px;
    left: 120px;
    top: 10px;
  }

  .mv .mv-p {
    max-width: 140px;
    left: 80px;
    top: 245px;
  }

  .mv .mv-b-texts {
    bottom: 12px;
  }

  .mv .mv-b-text01 {
    max-width: 150px;
    margin-top: 6px;
    margin-right: 5px;
  }

  .mv .mv-b-text02 {
    max-width: 185px;
  }
}

@media screen and (max-width: 450px) {
  .mv {
    background-image: url("https://test01server.xsrv.jp/clivia/wp-content/uploads/mv-back-sp.png");
  }
}

/* t-about */

.t-about {
  margin-top: 100px;
  margin-left: 3.8%;
}

.t-about .wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.t-about .wrap .box {
  width: 51%;
}

.t-about .wrap .box .box-t-texts {
  display: flex;
  align-items: center;
}

.t-about .wrap .box .box-t-text {
  font-size: 18px;
  color: #666;
  flex-shrink: 0;
}

.t-about .wrap .box .box-t-text-line {
  background-color: #d5d5d5;
  height: 3px;
  max-width: 205px;
  width: 100%;
  margin-left: 15px;
  flex-shrink: 0;
}

.t-about .wrap .box .box-title {
  font-size: 30px;
  margin-top: 20px;
  color: #c7a839;
}

.t-about .wrap .box .box-text {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 60px;
  line-height: 2;
}

.t-about .wrap .wrap-imgs {
  width: 47.5%;
  margin-left: auto;
}

.t-about .wrap .wrap-imgs .img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .t-about {
    margin-top: 30px;
    margin-left: 0;
  }

  .t-about .wrap {
    flex-direction: column;
  }

  .t-about .wrap .box {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .t-about .wrap .box .box-t-text {
    font-size: 14px;
  }

  .t-about .wrap .box .box-t-text-line {
    max-width: 100px;
    margin-left: 10px;
  }

  .t-about .wrap .box .box-title {
    font-weight: normal !important;
    font-size: 18px;
    margin-top: 15px;
    letter-spacing: 0;
  }

  .t-about .wrap .box .box-text {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 15px;
  }

  .t-about .wrap .box .c-button {
    margin-left: auto;
    margin-right: auto;
  }

  .t-about .wrap .wrap-imgs {
    width: 75%;
    margin-top: 35px;
  }
}

/* c-button */

.c-button {
  position: relative;
  border-radius: 40px;
  background-color: #f6a440;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  max-width: 320px;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  padding-left: 40px;
}

.c-button div {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 29px;
  height: 29px;
  background-color: #fff;
  border-radius: 100%;
}

.c-button div span {
  position: relative;
}

.c-button div span::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border: 2px solid #f6a440;
  right: -17px;
  top: 10px;
  border-bottom: unset;
  border-left: unset;
}

.c-button02 {
  background-color: #fff;
  color: #e2a349;
}

.c-button02 div {
  background-color: #f6a440;
}

.c-button02 div span::before {
  border: 2px solid #fff;
  border-bottom: unset;
  border-left: unset;
}

@media screen and (max-width: 767px) {
  .c-button {
    max-width: 200px;
    height: 35px;
    font-size: 15px;
    padding-left: 30px;
  }

  .c-button div {
    width: 15px;
    height: 15px;
    right: 11px;
    top: 10px;
  }

  .c-button div span::before {
    width: 3px;
    height: 3px;
    border: 1px solid #f6a440;
    border-bottom: unset;
    border-left: unset;
    right: -9px;
    top: 6px;
  }

  .c-button02 div span::before {
    border: 1px solid #fff;
    border-bottom: unset;
    border-left: unset;
  }
}

/* b-about */

.b-about {
  margin-top: 170px;
  margin-left: auto;
  margin-right: auto;
}

.b-about .wrap {
  position: relative;
}

.b-about .back {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: #e3ca79;
  height: 1000px;
  width: 77%;
  border-radius: 30%;
}

.b-about .logo-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -96px;
  max-width: 193px;
  width: 100%;
  height: 193px;
  background-color: #e3ca79;
  border-radius: 100%;
  text-align: center;
}

.b-about .logo-box img {
  max-width: 115px;
  width: 100%;
  padding-top: 32px;
}

.b-about .titles {
  padding-top: 115px;
}

.b-about .boxes {
  position: relative;
  margin-top: 80px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.b-about .boxes .box {
  position: relative;
  background-color: #fff7eb;
  padding: 60px 30px;
  box-sizing: border-box;
  width: 30%;
  border-radius: 30px;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.1);
}

.b-about .boxes .box .box-n {
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  max-width: 100px;
  width: 100%;
  border-radius: 100%;
  background-color: #fff7eb;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: #c7a839;
  font-size: 44px;
  padding-top: 10px;
  box-sizing: border-box;
}

.b-about .boxes .box .box-n span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 40px;
  height: 2.5px;
  background-color: #d3aa28;
}

.b-about .boxes .box .box-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 225px;
  width: 100%;
  display: block;
}

.b-about .boxes .box .box-title {
  color: #666;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .b-about {
    padding: 0 15px;
    margin-top: 100px;
  }

  .b-about .wrap {
    background-color: #e3ca79;
    border-radius: 30px;
  }

  .b-about .back {
    background-color: transparent;
  }

  .b-about .logo-box {
    max-width: 97px;
    height: 97px;
    top: -45px;
  }

  .b-about .logo-box img {
    max-width: 58px;
    padding-top: 15px;
  }

  .b-about .titles {
    padding-top: 50px;
  }

  .b-about .boxes {
    flex-direction: column;
    margin-top: 48px;
  }

  .b-about .boxes .box {
    width: 100%;
    margin-bottom: 65px;
    padding: 35px 30px 30px 30px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  }

  .b-about .boxes .box .box-n {
    max-width: 50px;
    height: 50px;
    top: -25px;
    font-size: 22px;
    padding-top: 5px;
  }

  .b-about .boxes .box .box-n span {
    width: 20px;
    height: 1.5px;
  }

  .b-about .boxes .box .box-img {
    max-width: 130px;
  }

  .b-about .boxes .box .box-title {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .b-about .boxes .box .box-text {
    font-size: 14px;
  }
}

/* titles */

.titles {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  text-align: center;
  position: relative;
  font-size: 36px;
  color: #fff;
  line-height: 1.2;
}

.titles span {
  font-size: 26px;
}

.titles::before {
  position: absolute;
  content: "";
  height: 98px;
  width: 3px;
  background-color: #fff;
  left: -60px;
  transform: rotate(-35deg);
}

.titles::after {
  position: absolute;
  content: "";
  height: 98px;
  width: 3px;
  background-color: #fff;
  right: -60px;
  transform: rotate(35deg);
  bottom: -10px;
}

.titles02 {
  color: #666;
}

.titles02 span {
  color: #c7a839;
}

.titles02::before,
.titles02::after {
  background-color: #c7a839;
}

@media screen and (max-width: 767px) {
  .titles {
    font-size: 18px;
    line-height: 1;
  }

  .titles span {
    font-size: 15px;
    margin-top: 5px;
  }

  .titles::before,
  .titles::after {
    height: 50px;
    width: 2px;
  }

  .titles::before {
    bottom: -7px;
    left: -30px;
  }

  .titles::after {
    bottom: -5px;
    right: -30px;
  }
}

/* t-service */

.t-service {
  margin-top: 250px;
}

.t-service .boxes {
  position: relative;
  margin-left: auto;
  margin-top: 240px;
}

.t-service .boxes .back {
  position: absolute;
  right: 0;
  background-color: #fff7eb;
  border-radius: 250px;
  width: 95%;
  height: 420px;
}

.t-service .boxes .box {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  height: 410px;
  z-index: 2;
}

.t-service .boxes .box .box-t {
  width: 48%;
  margin-top: -40px;
}

.t-service .boxes .box .box-t .box-t-title {
  font-size: 53px;
  color: #c7a839;
}

.t-service .boxes .box .box-t .box-t-text {
  margin-top: 30px;
  margin-bottom: 50px;
}

.t-service .boxes .box .box-m {
  width: 48%;
  margin-left: auto;
  margin-top: -150px;
}

.t-service .boxes .box .box-m .box-m-img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 50px 0 0 50px;
}

.t-service .boxes .boxes-icon {
  position: absolute;
  right: 18%;
  bottom: -50px;
  max-width: 320px;
  width: 100%;
}

.t-service .boxes.margin {
  margin-top: 270px;
}

.t-service .boxes02 .back {
  right: unset;
  left: 0;
}

.t-service .boxes02 .box {
  margin-left: unset;
}

.t-service .boxes02 .box .box-t {
  margin-left: auto;
}

.t-service .boxes02 .box .box-m {
  margin-left: unset;
}

.t-service .boxes02 .box .box-m .box-m-img {
  border-radius: 0px 50px 50px 0px;
}

.t-service .boxes02 .boxes-icon {
  right: unset;
  left: 18%;
}

@media screen and (max-width: 767px) {
  .t-service {
    margin-top: 65px;
  }

  .t-service .boxes {
    margin-top: 120px;
  }

  .t-service .boxes .back {
    background-color: transparent;
  }

  .t-service .boxes .box {
    flex-direction: column-reverse;
    background-color: #fff7eb;
    border-radius: 50px 0 0 50px;
    width: 95%;
    height: unset;
    padding-bottom: 20px;
  }

  .t-service .boxes .box .box-m {
    width: 73%;
    margin-top: -80px;
  }

  .t-service .boxes .box .box-m .box-m-img {
    height: 180px;
    border-radius: 30px 0 0 30px;
  }

  .t-service .boxes .box .box-t {
    margin-top: 20px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .t-service .boxes .box .box-t .box-t-title {
    font-size: 20px;
  }

  .t-service .boxes .box .box-t .box-t-text {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 15px;
  }

  .t-service .boxes .box .c-button {
    max-width: 138px;
    padding-left: 18px;
    font-size: 14px;
  }

  .t-service .boxes .boxes-icon {
    max-width: 135px;
    z-index: 2;
    left: 190px;
    bottom: -18px;
  }

  .t-service .boxes.margin {
    margin-top: 150px;
  }

  .t-service .boxes02 .box {
    flex-direction: column;
    border-radius: 0 30px 30px 0 !important;
  }

  .t-service .boxes02 .box .box-m .box-m-img {
    border-radius: 0px 30px 30px 0px;
  }
}

/* t-info */

.t-info {
  margin-top: 170px;
  margin-bottom: 170px;
  padding-left: 10%;
  padding-right: 10%;
}

.t-info .boxes {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.t-info .boxes .box-title {
  width: 25%;
}

.t-info .boxes .box-title .t-info-titles {
  color: #666666;
  font-size: 53px;
  line-height: 1.2;
}

.t-info .boxes .box-title .t-info-titles .span {
  font-size: 26px;
  color: #c7a839;
}

.t-info .c-links {
  position: relative;
  margin-top: 120px;
  display: block;
  font-size: 20px;
  padding-left: 30px;
  color: #c7a839;
}

.t-info .c-links::before {
  position: absolute;
  content: "";
  background-color: #fffce1;
  width: 68px;
  height: 68px;
  border-radius: 100%;
  left: 0;
  top: -17px;
}

.t-info .c-links p {
  position: relative;
}

.t-info .boxes .box-main {
  width: 70%;
  margin-left: 5%;
}

.t-info .boxes .box-main .main-wraps {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.t-info .boxes .box-main .main-wraps:last-child {
  margin-bottom: 0;
}

.t-info .boxes .box-main .main-wrap {
  display: flex;
}

.t-info .boxes .box-main .main-wrap time {
  white-space: nowrap;
}

.t-info .boxes .box-main .main-wrap .main-category {
  white-space: nowrap;
}

.t-info .boxes .box-main .main-wrap .main-category a {
  background-color: #d3aa28;
  line-height: 1;
  color: #fff;
  padding: 5px 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.t-info .boxes .box-main .main-title {
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .t-info {
    padding: 0 5%;
  }
}

@media screen and (max-width: 767px) {
  .t-info {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .t-info .boxes {
    flex-direction: column;
  }

  .t-info .boxes .box-title {
    width: 100%;
  }

  .t-info .boxes .box-title .t-info-titles {
    text-align: center;
  }

  .t-info .boxes .box-title .t-info-titles {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .t-info .boxes .box-title .t-info-titles .span {
    font-size: 15px;
  }

  .t-info .boxes .box-main {
    width: 100%;
    margin-left: 0;
  }

  .t-info .boxes .box-main .main-wraps {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .t-info .boxes .box-main .main-wrap time {
    font-size: 15px;
  }

  .t-info .boxes .box-main .main-wrap .main-category a {
    font-size: 13px;
  }

  .t-info .boxes .box-main .main-title {
    margin-top: 5px;
    font-size: 15px;
  }

  .t-info .c-links {
    margin-left: auto;
    width: max-content;
    margin-top: 30px;
    font-size: 14px;
  }

  .t-info .c-links::before {
    height: 33px;
    width: 33px;
    left: 12px;
    top: -5px;
  }
}
