@charset "utf-8";

/* -------------------------------------------------------------------
#ONLINE
------------------------------------------------------------------- */
#ONLINE {}





/* about */
.about {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about ul {
  margin-bottom: 40px;
}
.about ul li {
  display: flex;
}
.about ul li + li {
  margin-top: 20px;
}
.about ul li > p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #ffec00;
  color: #0ea2aa;
}
.about ul li div {
  flex: 1;
  padding-top: 22px;
  padding-right: 25px;
  padding-bottom: 22px;
  padding-left: 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}
.about ul li div p {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.about ul li div p span {
  color: #0ea2aa;
}
.about ul li .flex {
  display: flex;
  align-items: center;
}
.about ul li .flex p:first-of-type {
  margin-right: 31px;
  font-size: 3.2rem;
  line-height: 1;
}
.about ul li .flex p:last-of-type {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0;
}
.about__image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about__image img {
  width: 48.5%;
}





/* contact */
.contact-1 {
  padding-bottom: 80px;
  margin-top: -40px;
}





/* step */
.step {
  padding-top: 80px;
  padding-bottom: 100px;
}
.step__content--zoom {
  margin-top: 80px;
}
.step__content h3 {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.step__content ul {
  display: flex;
  justify-content: space-between;
}
.step__content ul li {
  display: flex;
  flex-direction: column;
  width: 31.5%;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  border-radius: 20px;
  background-color: #fff;
}
.step__content ul li p:first-of-type {
  margin-bottom: 24px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
.step__content ul li p.font-Roboto {
  font-size: 3.2rem;
}
.step__content ul li p:first-of-type span {
  display: inline-block;
  background-color: #ffec00;
}
.step__content ul li p:last-of-type {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.step__content ul li p:last-of-type span {
  font-size: 1.4rem;
  line-height: 1.5;
}
.step__content ul li > img {
  margin-top: auto;
}
.step__content ul li:first-of-type > img {
  margin-bottom: 40px;
}
.step__content--line ul li:first-of-type > img {
  max-width: 160px;
  margin: 0 auto;
  margin-top: auto;
  margin-bottom: 60px;
}
.step__content ul li:first-of-type a:first-of-type,
.step__content ul li:first-of-type a:first-of-type img,
.step__content ul li:first-of-type a:last-of-type,
.step__content ul li:first-of-type a:last-of-type img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.step__content ul li:first-of-type a:first-of-type,
.step__content ul li:first-of-type a:first-of-type img {
  max-width: 200px;
}
.step__content ul li:first-of-type a:last-of-type,
.step__content ul li:first-of-type a:last-of-type img {
  max-width: 230px;
}
.step__content ul li:first-of-type a:last-of-type {
  margin-top: 20px;
}





/* faq */
.faq {
  padding-top: 70px;
  padding-bottom: 80px;
}
.faq ul {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.faq ul li {
  padding: 40px;
  border-radius: 20px;
  background-color: rgba(14, 162, 170, .1);
}
.faq ul li + li {
  margin-top: 30px;
}
.faq__question,
.faq__answer {
  position: relative;
}
.faq__question::before,
.faq__answer::before {
  content: "";
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.faq__question {
  min-height: 60px;
  padding-left: 80px;
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 1.7;
}
.faq__question::before {
  background-image: url(../../../img/opencampus/online/icon-2.png);
  width: 60px;
  height: 60px;
}
.faq__answer {
  min-height: 34px;
  padding-left: 44px;
  margin-left: 80px;
  font-size: 2rem;
  line-height: 1.6;
  color: #0ea2aa;
}
.faq__answer::before {
  background-image: url(../../../img/opencampus/online/icon-3.png);
  width: 34px;
  height: 34px;
}