@charset "UTF-8";

body {
  background: #FCF7ED;
}

/*--------------------------------------------
kv
--------------------------------------------*/
.rid-kv {
  width: 100%;
  background-color: #823522;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 350px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-kv {
    height: 101.33vw;
  }
}

.rid-kv h1 {
  position: relative;
  padding: 24px 0;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-kv h1 {
    padding: 8vw 0;
  }
}

.rid-kv h1::after {
  content: "";
  width: 40px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-kv h1::after {
    width: 9.87vw;
    height: 1.6vw;
  }
}

.rid-kv__heading_01 {
  display: block;
  font-size: 88px;
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-kv__heading_01 {
    font-size: 16vw;
  }
}

.rid-kv__heading_02 {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.12em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-kv__heading_02 {
    margin-top: 6.67vw;
    font-size: 4vw;
    line-height: 0.933em;
  }
}

/*--------------------------------------------
content
--------------------------------------------*/
.rid-contents {
  width: 100%;
  position: relative;
  background-color: #FCF7ED;
  padding: 90px 0 250px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents {
    padding: 18.67vw 0 25.33vw;
  }
}

.rid-contents__heading {
  width: 100%;
  padding-bottom: 120px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__heading {
    padding-bottom: 17.07vw;
  }
}

.rid-contents__heading h2 {
  font-size: 32px;
  color: #191919;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__heading h2 {
    font-size: 5.33vw;
    letter-spacing: 0.06em;
    padding: 0 4vw;
  }
}

.rid-contents__heading__prof {
  width: 96.875%;
  max-width: 1240px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 60px 0;
  margin: 100px auto 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__heading__prof {
    flex-direction: column-reverse;
    width: 100%;
    max-width: none;
    padding-bottom: 6.67vw;
    margin: 17.33vw auto 0;
  }
}

.rid-contents__heading__prof::after {
  content: "";
  background-color: #FAE5D7;
  width: 90.322%;
  height: calc(100% - 54px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__heading__prof::after {
    width: 100%;
    height: calc(100% - 8.533vw);
  }
}

.rid-contents__heading__prof__text {
  max-width: 284px;
  color: #191919;
  margin: 115px 4.4% 0 10%;
  position: relative;
  z-index: +1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__heading__prof__text {
    max-width: none;
    width: 73.333vw;
    color: #191919;
    margin: 6.4vw auto 0 auto;
  }
}

.rid-contents__heading__prof__text h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__heading__prof__text h3 {
    font-size: 4.8vw;
    text-align: center;
  }
}

.rid-contents__heading__prof__text p {
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__heading__prof__text p {
    font-size: 3.47vw;
    margin-top: 2.13vw;
  }
}

.rid-contents__heading__prof__text p:nth-of-type(1) {
  margin-top: 6px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__heading__prof__text p:nth-of-type(1) {
    margin-top: 0.8vw;
    text-align: center;
  }
}

p.rid-contents__heading__prof__text__prof {
  margin-top: 10px;
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  p.rid-contents__heading__prof__text__prof {
    display: none;
  }
}

.rid-contents__heading__prof__img {
  width: 50%;
  max-width: 620px;
  flex-shrink: 0;
  margin: 0 0 10px 0;
  position: relative;
  z-index: +1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__heading__prof__img {
    width: 75.733vw;
    margin: -8.533vw auto 0 auto;
  }
}

.rid-contents__article {
  position: relative;
  width: 100%;
  margin: 190px auto 0;
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__article {
    width: 100%;
    margin: 12vw auto 0;
  }
}

.rid-contents__article::after {
  content: "";
  background-color: #fff;
  width: 93.75%;
  max-width: calc((100% - 1120px) / 2 + 1120px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__article::after {
    width: 100%;
    height: calc(100% - 8.533vw);
  }
}

.rid-contents__article.-left::after {
  right: auto;
}
.rid-contents__article.-right::after {
  left: auto;
}
.rid-contents__article.-center::after {
  width: 87.5%;
  max-width: 1120px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__article.-center::after {
    width: 100%;
  }
}

.rid-contents__article:nth-of-type(2) {
  margin-top: 0;
}

.rid-contents__article__inner {
  width: 100%;
  max-width: 1280px;
  padding: 80px 110px 60px;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__article__inner {
    width: 100%;
    padding: 13.33vw 4vw 6.67vw;
  }
}

.rid-contents__article__inner h2 {
  font-size: 24px;
  color: #191919;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__article__inner h2 {
    font-size: 5.33vw;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.rid-contents__article__inner h2::before {
  content: "";
  background: #191919;
  width: 40px;
  height: 5px;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__article__inner h2::before {
    width: 9.87vw;
    height: 1.6vw;
    bottom: -5.33vw;
  }
}

.rid-contents__article__inner > h3 {
  margin-top: 85px;
  font-size: 22px;
  color: #191919;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__article__inner > h3 {
    display: none;
  }
}

.rid-contents__article__inner p {
  margin: 50px auto 0;
  width: 100%;
  max-width: 672px;
  color: #191919;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__article__inner p {
    margin: 16vw auto 0;
    width: 100%;
    font-size: 4vw;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__article__inner p + p {
    margin: 8vw auto 0;
  }
}

.rid-contents__article__inner__img {
  margin: 100px auto -150px;
  width: 100%;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__article__inner__img {
    margin: 9.33vw auto 0;
  }
}

.rid-contents__article__inner__img img {
  width: 100%;
  max-width: 900px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__article__inner__img img {
    max-width: none;
  }
}

.rid-contents__article__inner__ideal {
  margin: 60px auto -170px;
  width: 100%;
  max-width: 900px;
  background-color: #823522;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 375px;
  padding: 40px 13.33%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__article__inner__ideal {
    margin: 9.33vw auto 0;
    height: 64vw;
    padding: 9.33vw 6.67vw;
  }
}

.rid-contents__article__inner__ideal h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__article__inner__ideal h3 {
    font-size: 4.53vw;
    line-height: 1.5;
  }
}

.rid-contents__article__inner__ideal__list {
  margin-top: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__article__inner__ideal__list {
    margin-top: 13.33vw;
  }
}

.rid-contents__article__inner__ideal__list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 120px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.12em;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding: 20px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rid-contents__article__inner__ideal__list li {
    width: 21.87vw;
    height: 19.2vw;
    font-size: 3.47vw;
    border-top: 1.07vw solid #fff;
    border-bottom: 1.07vw solid #fff;
    padding: 2.67vw 0;
  }
}