@charset "UTF-8";
/*
	about
-----------------------------------------------------------------------------------------------*/
.ctsArea__white {
  max-width: 1300px;
  padding-bottom: 300px;
  transform: rotate(-5deg);
}
.ctsArea__white::before {
  width: 1300px;
}
.ctsArea__white .ctsArea {
  transform: rotate(5deg);
}
.about-container {
  display: flex;
  gap: 0 60px;
  justify-content: center;
  padding-bottom: 460px;
  position: relative;
}
.about-container::before,
.about-container::after {
  content: "";
  position: absolute;
}
.about-container::before {
  background: url(../images/about_deco01.png) no-repeat center center / cover;
  height: 150px;
  right: 40px;
  top: -75px;
  width: 115px;
}
.about__lead--head {
  font-size: 3.9rem;
  font-weight: var(--light);
  line-height: 1;
  margin: 20px 0 25px;
}
.about__head--txt {
  font-size: 6.5rem;
  font-weight: var(--tin);
  position: relative;
}
.about__head--txt::before {
  content: "こうじ";
  font-size: 1.4rem;
  font-weight: var(--demlight);
  left: 0;
  letter-spacing: 0.3rem;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 100%;
}
.about__lead--txt {
  font-size: 1.8rem;
  font-weight: var(--light);
  line-height: 2;
}
.about__lead--txt:nth-of-type(1) {
  margin: 0 0 10px 0;
}
.about__lead--txt:nth-of-type(2) {
  margin: 0 0 10px 0;
}
.about__lead--img01 {
  max-width: 445px;
}
.about__lead--img02,
.about__lead--img03 {
  position: absolute;
}
.about__lead--img02 {
  bottom: 165px;
  max-width: 452px;
  right: 95px;
}
.about__lead--img03 {
  bottom: 0;
  left: 165px;
  max-width: 335px;
}
/* こんな方にオススメ！
============================== */
.suggest {
  background: #f7f5e0;
  margin: -50px auto 0;
  max-width: 850px;
  position: relative;
  text-align: center;
}
.suggest::before,
.suggest::after,
.suggest__list::before,
.suggest__list::after {
  background: #000;
  content: "";
  position: absolute;
}
.suggest::before,
.suggest::after {
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 40px);
}
.suggest__list::before,
.suggest__list::after {
  height: calc(100% - 40px);
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
}
.suggest::before {
  top: 0;
}
.suggest::after {
  bottom: 0;
}
.suggest__list::before {
  left: 0;
}
.suggest__list::after {
  right: 0;
}
.suggest__tit {
  left: 50%;
  position: absolute;
  top: -40px;
  transform: translate(-50%, 0);
  width: 298px;
}
.suggest__tit::before,
.suggest__tit::after {
  content: "";
  position: absolute;
}
.suggest__tit::before {
  background: #f7f5e0;
  bottom: 30px;
  height: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 325px;
  z-index: -1;
}
.suggest__tit::after {
  background: url(../images/about_deco02.png) no-repeat center center/ cover;
  height: 217px;
  left: 60%;
  top: -300px;
  transform: rotate(-20deg) translate(-50%, 0);
  width: 107px;
}
.suggest__list {
  display: inline-flex;
  flex-direction: column;
  gap: 20px 0;
  justify-content: center;
  padding: 75px 38px;
  text-align: left;
}
.suggest__item--txt {
  display: inline-block;
  font-size: 1.8rem;
  padding-left: 30px;
  position: relative;
}
.suggest__item--txt::before,
.suggest__item--txt::after {
  content: "";
  left: 0;
  position: absolute;
}
.suggest__item--txt::before {
  background: #fff;
  border: 1px solid #000;
  height: 17px;
  top: 60%;
  transform: translate(0, -50%);
  width: 17px;
}
.suggest__item--txt::after {
  border-bottom: 4px solid var(--floworange);
  border-right: 4px solid var(--floworange);
  height: 24px;
  left: 1px;
  top: -5px;
  transform: rotate(45deg);
  width: 16px;
}

.suggest.n2 .suggest__tit::after {
  display: none;
}
.suggest.n2 {
  margin-top: 130px;
  background: #dde7c0;
}
.suggest .cts__titArea {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  margin-top: -100px;
}
.suggest .section__head {
  white-space: nowrap;
}
@media screen and (min-width: 813px) {
  .suggest .section__head {
    font-size: 3.4rem;
  }
}

/* 活用方法
============================== */
.method {
  padding: 65px 0 130px;
}
.method__txt {
  line-height: 1.7;
}

@media screen and (min-width: 813px) {
  .method .section__head {
    font-size: 3.4rem;
  }
}
/* 合格者特典
============================== */
.ctsArea__brown-lattice {
  background: url(../images/about_bg_lattice.png) repeat left top / 80px
    var(--bgsubbrown);
  mix-blend-mode: normal;
}
.benefits__list {
  grid-row: 3;
  margin-top: 20px;
  text-align: center;
  list-style: none;
  padding: 0;
}
.benefits__list--left {
  grid-column: 1 / 4;
  display: grid;
  grid-template-columns: subgrid;
}
.benefits__list--right {
  grid-column: 4;
  display: flex;
  justify-content: center;
}
.benefits__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
[class^="benefits__figure--0"] {
  align-items: center;
  background: #fff;
  border-radius: 110px;
  display: flex;
  height: 220px;
  justify-content: center;
  position: relative;
  width: 220px;
}
[class^="benefits__figure--0"]::before {
  /* content: "01"; */
  font-family: var(--ffOs);
  font-size: 4rem;
  font-weight: var(--light);
  position: absolute;
  top: -32px;
}
.benefits__figure--01::before {
  content: "01";
}
.benefits__figure--02::before {
  content: "02";
}
.benefits__figure--03::before {
  content: "03";
}
.benefits__figure--04::before {
  content: "04";
}
.benefits__figure--img01 {
  width: 138px;
}
.benefits__figure--img02 {
  width: 142px;
}
.benefits__figure--img03 {
  width: 165px;
}
.benefits__figure--img04 {
  position: absolute;
  right: 3px;
  top: 24px;
  width: 190px;
}
.benefits__caption {
  font-size: 1.7rem;
  font-weight: var(--regular);
  line-height: 1.5;
  margin-top: -18px;
  width: 258px;
  z-index: 1;
}

.benefits__layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 40px;
}
.benefits__subheading--left {
  grid-column: 1 / 4;
  grid-row: 1;
  justify-self: center;
}
.benefits__subheading--right {
  grid-column: 4;
  grid-row: 1;
  justify-self: center;
}
.benefits__subheading {
  color: white;
  background-color: #f0a83a;
  border-radius: 50px;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 24px;
  width: fit-content;
}

.benefits__note {
  grid-column: 4;
  grid-row: 2;
  justify-self: center;
  color: #707070;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 1297px) {
  .ctsArea__white::before {
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  .ctsArea__white {
    max-width: 430px;
    padding-bottom: 220px;
    transform: rotate(-3deg);
  }
  .ctsArea__white::before {
    content: none;
  }
  .ctsArea__white .ctsArea {
    padding: 0;
    transform: rotate(3deg);
    width: 100%;
  }
  .about-container {
    display: block;
    padding-bottom: 475px;
    width: 100%;
  }
  .about-container::before {
    height: 92px;
    right: 20px;
    top: 180px;
    width: 95px;
    z-index: 1;
  }
  .about__lead {
    background: #fff;
    margin: -55px 20px 0 auto;
    padding: 30px 0 30px 30px;
    width: 80%;
  }
  .about__lead--head {
    font-size: 3rem;
    margin: 20px 0 20px;
  }
  .about__head--txt {
    font-size: 4rem;
  }
  .about__head--txt::before {
    font-size: 1.1rem;
  }
  .about__lead--txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .about__lead--txt:nth-of-type(1) {
    margin: 0 0 10px 0;
  }
  .about__lead--txt:nth-of-type(2) {
    margin: 0 0 10px 0;
  }
  .about__lead--img01 {
    max-width: 80%;
  }
  .about__lead--img02 {
    bottom: 225px;
    max-width: 80%;
    right: 20px;
  }
  .about__lead--img03 {
    bottom: 0;
    left: 20px;
    max-width: 60%;
  }
  /* こんな方にオススメ！
	============================== */
  .suggest {
    margin: -30px 20px 0;
    max-width: 100%;
  }
  .suggest::before,
  .suggest::after {
    width: calc(100% - 30px);
  }
  .suggest__list::before,
  .suggest__list::after {
    height: calc(100% - 30px);
  }
  .suggest__tit {
    top: -35px;
    width: 250px;
  }
  .suggest__tit::before {
    bottom: 23px;
    width: 260px;
  }
  .suggest__tit::after {
    height: 140px;
    left: auto;
    right: -30px;
    top: -205px;
    transform: rotate(-10deg) translate(0);
    width: 70px;
  }
  .suggest__list {
    gap: 13px 0;
    padding: 40px 20px 20px;
  }
  .suggest__item--txt {
    display: inline-block;
    font-size: 1.5rem;
    padding-left: 30px;
  }
  .suggest__item--txt::after {
    top: -8px;
  }
  .suggest__item--txt::before {
    top: 12px;
  }
  .suggest.n2 {
    margin-top: 130px;
  }
  /* 活用方法
	============================== */
  .method {
    padding: 50px 0 80px;
  }
  .three__column-txt {
    line-height: 1.5;
  }
  /* 合格者特典
	============================== */
  .benefits__layout {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .benefits__subheading--left {
    order: 1;
  }
  .benefits__list--left {
    order: 2;
  }
  .benefits__subheading--right {
    order: 3;
    margin-top: 50px;
  }
  .benefits__note {
    order: 4;
    margin-top: 10px;
  }
  .benefits__list--right[class] {
    order: 5;
    margin-top: 30px;
  }
  .benefits__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin: 50px auto 0 auto;
  }
}
