#forBeginner__about {
  padding-top: 42px;
  padding-bottom: 83px;
}

@media screen and (max-width: 999px) {
  #forBeginner__about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.forBeginner__aboutContainer {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .forBeginner__aboutContainer {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.forBeginner__aboutItemWrapper {
}

.forBeginner__aboutItem {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .forBeginner__aboutItem {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}

.forBeginner__aboutItemText {
  width: 50.15%;
  margin-top: -4px;
}

@media screen and (max-width: 999px) {
  .forBeginner__aboutItemText {
    width: 100%;
  }
}

.forBeginner__aboutItemHead {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.08em;
  line-height: 1.65384615385;
  text-align: left;
  color: #000;
  margin-bottom: 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid #cecece;
}

@media screen and (max-width: 999px) {
  .forBeginner__aboutItemHead {
    font-size: 20px;
  }
}

.forBeginner__aboutItemContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2.14285714286;
  text-align: left;
  color: #000;
}

.forBeginner__aboutItemImage {
  width: 45.1%;
}

@media screen and (max-width: 999px) {
  .forBeginner__aboutItemImage {
    width: 100%;
  }
}

.forBeginner__aboutItemImage img {
  width: 100%;
}

#forBeginner__philosophy {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: clip;
}

#forBeginner__philosophy::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  left: 0;
  top: 30%;
}

#forBeginner__philosophy::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 36.5%;
}

.forBeginner__philosophyTopCharm {
  width: 100%;
}

.forBeginner__philosophyTopCharm img {
  width: 100%;
}

.forBeginner__philosophyTopCharmContents {
  padding-top: 33px;
  background-color: #26845d;
  margin-top: -3px;
  padding-bottom: 57px;
}

.forBeginner__philosophyCharm {
  position: absolute;
  font-family: Oswald;
  font-weight: normal;
  font-size: 110px;
  letter-spacing: 0.12em;
  line-height: 127px;
  text-align: right;
  color: #fff;
  opacity: 0.1;
  right: 2.6%;
  bottom: 7%;
}

@media screen and (max-width: 999px) {
  .forBeginner__philosophyCharm {
    font-size: 48px;
    line-height: 1.2;
    bottom: 3%;
  }
}

.forBeginner__philosophyContainer {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .forBeginner__philosophyContainer {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.forBeginner__philosophyHead {
  text-align: center;
}

.forBeginner__philosophyHead h2 {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #26845d;
  background-color: #fff;
  text-align: center;
  padding: 3px 47px;
}
@media screen and (max-width: 999px) {
  .forBeginner__philosophyHead h2 {
    font-size: 20px;
    padding: 3px 20px;
  }
}

.forBeginner__philosophyItemWrapper {
  margin-top: 19px;
  position: relative;
  z-index: 1;
}

.forBeginner__philosophyItem {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .forBeginner__philosophyItem {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.forBeginner__philosophyImage {
  width: 34.6%;
}

@media screen and (max-width: 999px) {
  .forBeginner__philosophyImage {
    width: 100%;
  }
}

.forBeginner__philosophyImage img {
  width: 100%;
}

.forBeginner__philosophyItemText {
  width: 59.4%;
  margin-top: 92px;
}

@media screen and (max-width: 999px) {
  .forBeginner__philosophyItemText {
    width: 100%;
    margin-top: 20px;
  }
}

.forBeginner__philosophyItemHead {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.58333333333;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 999px) {
  .forBeginner__philosophyItemHead {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.forBeginner__philosophyItemContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2.28571428571;
  text-align: left;
  color: #fff;
}

#forBeginner__message {
  padding-top: 51px;
  padding-bottom: 0;
}

@media screen and (max-width: 999px) {
  #forBeginner__message {
    padding-top: 30px;
  }
}

.forBeginner__messageTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 21px;
  padding-bottom: 29px;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 999px) {
  .forBeginner__messageTitle {
    gap: 10px;
  }
}

.forBeginner__messageTitle p {
  line-height: 1;
  font-family: Oswald;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #ff7a15;
}

.forBeginner__messageTitle h2 {
  display: inline-block;
  position: relative;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #222;
  line-height: 1;
}

@media screen and (max-width: 999px) {
  .forBeginner__messageTitle h2 {
    font-size: 20px;
  }
}

.forBeginner__messageTitle h2::before {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 60px;
  background-color: #222222;
  top: 50%;
  transform: translateY(-50%);
  left: -95px;
}

.forBeginner__messageTitle h2::after {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 60px;
  background-color: #222222;
  top: 50%;
  transform: translateY(-50%);
  right: -95px;
}

@media screen and (max-width: 999px) {
  .forBeginner__messageTitle h2::before,
  .forBeginner__messageTitle h2::after {
    display: none;
  }
}

.forBeginner__messageContainer {
  max-width: 1010px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .forBeginner__messageContainer {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.forBeginner__messageItemWrapper {
  margin-top: 36px;
  margin-bottom: 70px;
}

@media screen and (max-width: 999px) {
  .forBeginner__messageItemWrapper {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.forBeginner__messageItem {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .forBeginner__messageItem {
    flex-direction: column;
    gap: 30px;
  }
}

.forBeginner__messageItemImage {
  width: 45.1%;
  margin-top: 67px;
}

@media screen and (max-width: 999px) {
  .forBeginner__messageItemImage {
    width: 100%;
    margin-top: 0;
  }
}

.forBeginner__messageItemImage img {
  width: 100%;
}

.forBeginner__messageItemTexts {
  width: 54.1%;
  display: flex;
  flex-direction: column;
  gap: 33px;
}

@media screen and (max-width: 999px) {
  .forBeginner__messageItemTexts {
    width: 100%;
    gap: 20px;
  }
}

.forBeginner__messageItemText {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.forBeginner__messageTextHead {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.58333333333;
  text-align: left;
  color: #26845d;
  margin-bottom: 7px;
}

@media screen and (max-width: 999px) {
  .forBeginner__messageTextHead {
    font-size: 16px;
  }
}

.forBeginner__messageTextContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2.28571428571;
  text-align: left;
  color: #000;
}

.forBeginner__messageSlider {
}

.forBeginner__messageSliderItems {
}

.forBeginner__messageSliderItem {
}

#forBeginner__service {
  background-color: #fffcf0;
  padding-top: 0;
  padding-bottom: 75px;
}

@media screen and (max-width: 999px) {
  #forBeginner__service {
    padding-bottom: 30px;
  }
}

.forBeginner__serviceContainer {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .forBeginner__serviceContainer {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.forBeginner__serviceTitle {
  display: flex;
  flex-direction: column;
  background-color: #fffcf0;
  margin-top: -37px;
  z-index: 1;
  position: relative;
  padding-top: 51px;
  gap: 12px;
}

@media screen and (max-width: 999px) {
  .forBeginner__serviceTitle {
    padding-top: 20px;
    gap: 6px;
  }
}

.forBeginner__serviceTitle p {
  line-height: 1;
  font-family: Oswald;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #26845d;
}

.forBeginner__serviceTitle h2 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #222;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 999px) {
  .forBeginner__serviceTitle h2 {
    font-size: 20px;
  }
}

.forBeginner__serviceTitle h2::before {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 60px;
  background-color: #222222;
  top: 50%;
  transform: translateY(-50%);
  left: 168px;
}

.forBeginner__serviceTitle h2::after {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 60px;
  background-color: #222222;
  top: 50%;
  transform: translateY(-50%);
  right: 168px;
}

@media screen and (max-width: 999px) {
  .forBeginner__serviceTitle h2::before,
  .forBeginner__serviceTitle h2::after {
    display: none;
  }
}

.forBeginner__serviceItemsWrapper {
  margin-top: 35px;
}

@media screen and (max-width: 999px) {
  .forBeginner__serviceItemsWrapper {
    margin-top: 30px;
  }
}

.forBeginner__serviceItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 11px;
  counter-reset: svc;
}

@media screen and (max-width: 999px) {
  .forBeginner__serviceItems {
    row-gap: 20px;
  }
}

.forBeginner__serviceItem {
  width: 32%;
  position: relative;
  counter-increment: svc;
}

@media screen and (max-width: 999px) {
  .forBeginner__serviceItem {
    width: 100%;
  }
}

.forBeginner__serviceItem::before {
  position: absolute;
  display: block;
  content: "";
  height: 62px;
  width: 62px;
  background-color: #ffc400;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.forBeginner__serviceItem::after {
  top: 7px;
  left: 11px;
  font-family: Oswald;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  display: block;
  content: counter(svc, decimal-leading-zero);
}

.forBeginner__serviceItemImage {
  width: 100%;
}

.forBeginner__serviceItemImage img {
  width: 100%;
}

.forBeginner__serviceItemText {
  width: 100%;
}

.forBeginner__serviceItemHead h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
}

@media screen and (max-width: 999px) {
  .forBeginner__serviceItemHead {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}

.forBeginner__serviceItemHead img {
  width: 25px;
  margin-top: 4px;
}

@media screen and (max-width: 999px) {
  .forBeginner__serviceItemHead img {
    width: 22px;
    margin-top: 6px;
  }
}

.forBeginner__serviceItemHead span {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 28px;
  text-align: left;
  color: #262626;
}

@media screen and (max-width: 999px) {
  .forBeginner__serviceItemHead span {
    font-size: 18px;
  }
}

.forBeginner__serviceItemContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 26px;
  text-align: left;
  color: #222;
}

#forBeginner__flow {
  padding-top: 23px;
  padding-bottom: 69px;
}

@media screen and (max-width: 999px) {
  #forBeginner__flow {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.forBeginner__flowContainer {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .forBeginner__flowContainer {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.forBeginner__flowTitle {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #000;
  padding-bottom: 12.5px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 25px;
}

@media screen and (max-width: 999px) {
  .forBeginner__flowTitle {
    font-size: 20px;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
}

.forBeginner__flowMessage {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 30px;
  text-align: left;
  color: #000;
  line-height: 2.14285714286;
}

.forBeginner__flowItemsWrapper {
  margin-top: 28px;
}

@media screen and (max-width: 999px) {
  .forBeginner__flowItemsWrapper {
    margin-top: 15px;
  }
}

.forBeginner__flowItems {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  .forBeginner__flowItems {
    gap: 30px;
  }
}

.forBeginner__flowItem {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

@media screen and (max-width: 999px) {
  .forBeginner__flowItem {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
  }
}

.forBeginner__flowItemImageWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 21.8%;
}

@media screen and (max-width: 999px) {
  .forBeginner__flowItemImageWrapper {
    width: 100%;
  }
}

.forBeginner__flowItemImage {
  width: 100%;
  margin-bottom: 20px;
}

.forBeginner__flowItemImage img {
  width: 100%;
}

.forBeginner__flowItemArrow {
  width: 23px;
}

.forBeginner__flowItemArrow img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .forBeginner__flowItemArrow {
    display: none;
  }
  .forBeginner__flowItemArrow--sp {
    display: block !important;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.forBeginner__flowText {
  width: 74.35%;
}

@media screen and (max-width: 999px) {
  .forBeginner__flowText {
    width: 100%;
  }
}

.forBeginner__flowTextHead {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #000;
  padding-bottom: 11px;
  margin-bottom: 16px;
  border-bottom: 1px solid #cecece;
}

@media screen and (max-width: 999px) {
  .forBeginner__flowTextHead {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 7px;
    margin-top: -10px;
  }
}

.forBeginner__flowTextContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.71428571429;
  text-align: left;
  color: #000;
}

#companyBanners {
  padding-top: 0;
  padding-bottom: 58px;
}

@media screen and (max-width: 999px) {
  #companyBanners {
    padding-bottom: 30px;
  }
}

.companyBanners__top {
}

.companyBanners__topSlider {
}

.companyBanners__topSlider .slick-track {
  display: flex !important;
  gap: 45px;
}

.companyBanners__topSliderItem {
}

.companyBanners__bottom {
  margin-top: 18px;
}

.companyBanners__bottomSlider .slick-track {
  display: flex !important;
  gap: 45px;
}

.companyBanners__bottomSliderItem {
}
