@charset "utf-8";

/* =======================================
	lp.css
========================================== */

body {
  padding-bottom: 120px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.contents_wrapper {
  font-size: 16px;
  color: #000;
  font-feature-settings: "pwid";
}

.hero {
  height: 350px;
  margin: 23px 0 0;
  padding: 0 20px 0;
  background: url(../../../assets/img/lp/school_posting/posting-bg.webp) repeat 50% 50% / 1280px auto;
  box-sizing: border-box;
}
.hero .hero-contents {
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.hero .page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  background: url(../../../assets/img/lp/school_posting/posting.webp) no-repeat 50% 100% / 984px auto;
}
.hero h1 {
  width: 590px;
  height: 244px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.introduction {
  width: calc(950 / 1280 * 100%);
  max-width: 950px;
  margin: 0 auto 0;
  padding: 38px 20px 50px;
}
.introduction p {
  line-height: calc(30 / 16);
  text-align: center;
}

.toc {
  position: relative;
  min-width: 446px;
  width: fit-content;
  margin: 0 auto 106px;
  padding: 22px 18px 48px;
  background: url(../../../assets/img/lp/school_posting/contents-bg.webp) no-repeat 50% 0 /100% auto;
  box-sizing: border-box;
}

.toc > dt {
  position: absolute;
  top: -25px;
  left: 22px;
  width: 115px;
}
.toc > dd {
  position: relative;
  padding: 72px 50px 40px;
}
.toc > dd a {
  text-decoration: none;
  color: #000;
}
@media (hover: hover) {
  .toc > dd a {
    transition: all 0.2s;
  }
  .toc > dd a:hover {
    color: #498bd2;
  }
}

.toc > dd > ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.toc > dd > ul > li {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: calc(30 / 16);
}

.section01 {
  margin: 0 auto 0;
  padding: 42px 20px 103px;
  background-color: #f3f5f5;
}
.section01 .headline01-01 {
  margin-bottom: 3px;
}
.section01 .procedure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px 44px;
  margin: 30px 0 59px;
}
@media (width < 990px) {
  .section01 .procedure {
    max-width: 700px;
    margin: 30px auto 59px;
  }
}
.section01 .procedure > li {
  position: relative;
  /*width: calc((100% - 132px) / 4);*/
  width: calc((950px - 132px) / 4);
}
.section01 .procedure > li .procedure-img {
  position: relative;
  margin-bottom: 7px;
}
.section01 .procedure > li:not(:last-of-type) .procedure-img::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 38px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #29a4db;
}
.section01 .procedure > li p {
  font-size: 12px;
  line-height: calc(20 / 12);
}
.section01 .procedure > li .ordered {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(20 / 12);
  color: #29a4db;
}
.section01 .procedure > li .ordered .number {
  font-size: 32px;
  font-weight: 700;
}
.section01 .procedure > li .ordered .marker {
  padding: 0 3px;
  background: linear-gradient(transparent 55%, #ffff00 55%);
}

.section02 {
  margin: 0 auto 0;
  padding: 55px 20px 86px;
}
.section02 .headline01-01 {
  margin-bottom: 8px;
}
.section02 .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 33px 60px;
  margin-top: 58px;
}
.section02 .features .card-feature {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 270px;
  height: 270px;
  padding: 40px 30px;
  border-radius: 50%;
  box-sizing: border-box;
}
.section02 .features .card-feature::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 270px;
  height: 270px;
  background-color: #29a4db;
  border-radius: 50%;
}
.section02 .features .card-feature::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 268px;
  height: 268px;
  border: 2px solid #000;
  border-radius: 50%;
}
.section02 .features .card-feature .feature {
  position: relative;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  min-height: 0%;
  margin-bottom: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: calc(32 / 24);
  color: #ffff00;
  text-align: center;
}
.section02 .features .card-feature .feature::before,
.section02 .features .card-feature .feature::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}
.section02 .features .card-feature .feature::before {
  left: -2px;
}
.section02 .features .card-feature .feature::after {
  right: -2px;
}
.section02 .features .card-feature .disc {
  flex: 2;
  width: fit-content;
  height: 100%;
  min-height: 0%;
  margin: 16px auto 0;
}
.section02 .features .card-feature .disc > li {
  position: relative;
  padding-left: 13px;
  font-size: 12px;
  line-height: calc(19 / 12);
  color: #fff;
  font-feature-settings: "palt";
}
.section02 .features .card-feature .disc > li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 50%;
}

.section03 {
  margin: 0 auto 0;
  padding: 35px 20px 42px;
  background-color: #dff1fa;
}
.section03 .headline01-02 {
  margin-bottom: 10px;
}
.section03 .example {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px 44px;
  margin: 43px 0 0;
}
@media (width < 990px) {
  .section03 .example {
    max-width: 700px;
    margin: 43px auto 0;
  }
}
.section03 .example > li {
  position: relative;
  display: flex;
  flex-direction: column;
  /*width: calc((100% - 132px) / 4);*/
  width: calc((950px - 132px) / 4);
}
.section03 .example > li .method-img {
  position: relative;
  margin-bottom: 12px;
}
.section03 .example > li p {
  font-size: 12px;
  line-height: calc(21 / 12);
}
.section03 .example > li .method {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(21 / 12);
  color: #29a4db;
}
.section03 .example > li .method + p {
  flex-grow: 1;
  margin-bottom: 40px;
}
.section03 .example > li .service-btn {
  min-height: 175px;
}
.section03 .example > li .service-btn .service-list li:not(:last-of-type) {
  margin-bottom: 14px;
}

.section04 {
  margin: 0 auto 0;
  padding: 95px 20px 160px;
}
.section04 .headline01-01 {
  margin-bottom: 8px;
}
.section04 .references {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px 58px;
  margin: 71px auto 0;
}
.section04 .references > li {
  position: relative;
  display: flex;
  flex-direction: column;
  /*width: calc((100% - 132px) / 4);*/
  width: calc((950px - 117px) / 3);
}
.section04 .references > li .procedure-img {
  position: relative;
  margin-bottom: 12px;
}
.section04 .references > li p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.section04 .btns {
  margin-top: 75px;
}

.section05 {
  margin: 0 auto 0;
  padding: 0 20px 46px;
  background: url(../../../assets/img/lp/school_posting/posting-bg.webp) repeat 50% 50% / 1280px auto;
}
.section05 .headline01-01 {
  margin-bottom: 8px;
}
.section05 p {
  color: #fff;
}
.section05 .flyers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px 46px;
  margin: 20px auto 0;
}
@media (width < 990px) {
  .section05 .flyers {
    max-width: 700px;
  }
}
.section05 .flyers > li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((950px - 186px) / 5);
}
.section05 .flyers > li .flyers-img {
  position: relative;
  margin-bottom: 8px;
}
.section05 .flyers > li .type {
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.section05 .flyers > li .type-list {
  margin: auto 10px;
  font-size: 16px;
  line-height: calc(28 / 16);
  color: #fff;
}

.section06 {
  padding: 104px 20px 146px;
}
.section06 .headline01-02 {
  margin-bottom: 10px;
}
.section06 .plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px 43px;
  margin: 60px auto 0;
}
@media (width < 990px) {
  .section06 .plan {
    max-width: 700px;
  }
}
.section06 .plan > li {
  position: relative;
  display: flex;
  flex-direction: column;
  /*width: calc((100% - 131px) / 4);*/
  width: calc((950px - 131px) / 4);
}
.section06 .plan > li .plan-img {
  position: relative;
  margin-bottom: 20px;
}
.section06 .plan > li p {
  font-size: 12px;
  line-height: calc(21 / 12);
}
.section06 .plan > li .method {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(21 / 12);
  color: #29a4db;
}

.section07 {
  padding: 65px 20px 68px;
  background-color: #f3f5f5;
}
.section07 .headline01-03 {
  margin-bottom: 12px;
}
.section07 .posting-example {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px 61px;
  margin: 32px auto 0;
}
@media (width < 990px) {
  .section07 .posting-example {
    max-width: 700px;
  }
}
.section07 .posting-example > li {
  position: relative;
  display: flex;
  flex-direction: column;
  /*width: calc((100% - 131px) / 3);*/
  width: calc((950px - 122px) / 3);
  padding: 12px 8px 21px;
  box-sizing: border-box;
  border: 2px solid #000;
  font-size: 16px;
  line-height: calc(24 / 16);
}
.section07 .posting-example > li .area {
  position: relative;
  margin-bottom: 5px;
}
.section07 .posting-example > li .detail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.section07 .posting-example > li .detail::before,
.section07 .posting-example > li .detail::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
}
.section07 .posting-example > li .detail::before {
  left: -1px;
}
.section07 .posting-example > li .detail::after {
  right: -1px;
}
.section07 .posting-example > li .detail dt {
  position: relative;
  width: 4rem;
}
.section07 .posting-example > li .detail dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0.5rem;
}
.section07 .posting-example > li .detail dd {
  width: calc(100% - 4rem);
}
.section07 .posting-example > li .text-cost {
  margin: 0 20px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(24 / 16);
  color: #29a4db;
}
.section07 .posting-example > li .text-cost .yen {
  font-size: 26px;
  font-weight: 700;
  line-height: calc(26 / 24);
}
.section07 .posting-example > li .text-cost .cost {
  font-size: 40px;
  font-weight: 700;
  line-height: calc(26 / 24);
}
.section07 .btns {
  margin-top: 50px;
}

.section08 {
  margin: 0 auto 0;
  padding: 88px 20px 64px;
}
.section08 .suggest-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 44px;
}
.section08 .suggest-wrapper .card {
  width: calc(290 / 950 * 100%);
  max-width: 290px;
}
.section08 .suggest-wrapper .suggest {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(40 / 24);
  color: #275fd5;
}
.section08 .suggest-wrapper .text {
  line-height: calc(24 / 16);
  text-align: justify;
}
.section08 .suggest-wrapper .img {
  margin-bottom: 23px;
}

.headline01-01,
.headline01-02,
.headline01-03 {
  position: relative;
  margin: 0 auto 0;
  padding: 15px 10px 30px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  font-size: 32px;
  font-weight: 700;
  color: #29a4db;
  text-align: center;
  line-height: calc(36 / 32);
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.headline01-01 {
  width: 442px;
  background-image: url(../../../assets/img/lp/school_posting/headline01-bg01.svg);
}
.headline01-02 {
  width: 527px;
  background-image: url(../../../assets/img/lp/school_posting/headline01-bg02.svg);
}
.headline01-03 {
  width: 597px;
  background-image: url(../../../assets/img/lp/school_posting/headline01-bg03.svg);
}

.headline02 {
  position: relative;
  margin: 0 -20px 29px;
  padding: 9px 20px 8px;
  background-color: #00649d;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.headline03 {
  position: relative;
  width: fit-content;
  margin: 0 auto 50px;
  padding: 0 20px 29px;
  font-size: 32px;
  font-weight: 700;
  color: #275fd5;
}

.headline03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  max-width: 618px;
  height: 23px;
  background: url(../../../assets/img/lp/instax/icon-headline02.svg) no-repeat 50% 0 / auto 100%;
}

.section-contents {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 0;
}

.btns {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.btns > li {
  width: 250px;
}

.btn01,
.btn02,
.btn03 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 10px 9px;
  border-radius: 50px;
  border-width: 2px;
  border-style: solid;
  box-shadow: 4px 4px 0px 0px #00649d;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(24.5 / 14);
  text-decoration: none;
  color: #fff!important;
}
.btn01 {
  border-color: #f1bb7f;
  background-color: #f08c1e;
}
.btn02 {
  border-color: #7cbda9;
  background-color: #41aa92;
}
.btn03 {
  background-color: #00649d;
}
@media (hover: hover) {
  .btn01,
  .btn02,
  .btn03 {
    transition: 0.3s;
  }
  .btn01:hover,
  .btn02:hover,
  .btn03:hover {
    color: #fff;
  }
  .btn01:hover,
  .btn02:hover,
  .btn03:hover {
    box-shadow: 0 0 #00649d;
  }
}

.fc-base {
  color: #498bd2;
}

.link {
  color: #498bd2;
  text-decoration: none;
}
.link::before {
  content: ">>";
  display: inline-block;
}
@media (hover: hover) {
  .link {
    transition: all 0.5s ease;
  }
  .link:hover {
    text-decoration: underline;
  }
}

.text-center {
  text-align: center;
}

.indentation {
  padding-left: 1.5rem;
}

img {
  max-width: 100%;
  height: auto;
}

.footerLinkList a {
  color: #2860d5;
}
.footerLinkList a:hover {
  color: #2860d5;
}
.footerLinkList span:before {
  color: #2860d5;
}

.footerCopyright {
  font-size: 12px;
  color: #555;
}

#beginfooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #285fd5;
  text-align: center;
  z-index: 1;
}
#beginfooter a {
  position: relative;
  margin: 22px 30px 45px 0;
  font-size: 2em;
  font-weight: normal;
  display: inline-block;
  width: 400px;
  padding: 10px 0;
  border-radius: 30px;
  color: #285fd5;
  background-color: #ffffff;
  text-decoration: none;
  text-align: center;
}
#beginfooter a::after {
  position: absolute;
  top: 50%;
  right: 0.3em;
  content: "";
  margin-top: -10px;
  border: 12px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-color: #fff;
  transition: all 0.2s;
}
#beginfooter a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#beginfooter a.all {
  position: relative;
  margin: 20px auto;
  font-size: 2em;
  font-weight: normal;
  display: inline-block;
  width: 400px;
  padding: 10px 0;
  border-radius: 30px;
  color: #fff;
  background-color: #ff5353;
  text-decoration: none;
  text-align: center;
}
#beginfooter a.all::after {
  position: absolute;
  top: 50%;
  right: 0.3em;
  content: "";
  margin-top: -10px;
  border: 12px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-color: #fff;
  transition: all 0.2s;
}
#beginfooter a.all:hover {
  opacity: 0.7;
  transition: 0.5s;
}
