@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-size: 22px;
  font-weight: 900;
}

.p-28 {
  font-size: 28px;
  font-weight: 900;
}

h2,
.h2-like {
  font-size: 30px;
  font-weight: 700;
}

.p-23 {
  font-size: 23px;
}

h3,
.h3-like {
  font-size: 21px;
  font-weight: 900;
}

h4,
.h4-like {
  font-size: 16px;
  font-weight: 700;
}

.p-large {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

p,
.p-like {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

.p-small {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: 14px;
}

@media screen and (min-width: 500px) {
  h1,
.h1-like {
    font-size: 28px;
  }

  .p-28 {
    font-size: 32px;
    font-weight: 900;
  }

  h2,
.h2-like {
    font-size: 34px;
  }

  .p-23 {
    font-size: 26px;
  }

  h3,
.h3-like {
    font-size: 24px;
  }

  h4,
.h4-like,
.p-large {
    font-size: 18px;
  }

  p,
.p-like {
    font-size: 16px;
  }

  .p-small {
    font-size: 14px;
  }

  ul li, ol li {
    font-size: 16px;
  }
}
.fw-900 {
  font-weight: 900;
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.front-landing {
  width: 100%;
  padding-bottom: 72px;
  background-color: #F5F4E3;
}

.first-view {
  width: 100%;
  min-height: 840px;
  position: relative;
}
.first-view h1 {
  align-self: center;
  writing-mode: vertical-lr;
  z-index: 10;
  line-height: 180%;
  letter-spacing: 0.5em;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  margin-top: 100px;
}
.first-view h1 .offset-txt {
  margin-top: 3em;
  display: inline-block;
}
.first-view .l-1-group {
  position: absolute;
  justify-content: flex-end;
  right: 0;
  top: 0;
  width: 74%;
  z-index: 1;
}
.first-view .l-1-group img {
  width: calc(100% - 36px);
  max-width: 300px;
  z-index: 2;
}
.first-view .l-1-group .bg-box {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 336px;
  height: 50%;
  border-radius: 22px;
  background-color: #8EC020;
  z-index: 1;
}
.first-view .l-2-group {
  position: absolute;
  justify-content: flex-start;
  top: 10.2%;
  left: 0;
  width: 29%;
  z-index: 2;
}
.first-view .l-2-group img {
  width: 100%;
  max-width: 130px;
  margin-bottom: 60px;
  z-index: 2;
}
.first-view .l-2-group .bg-box {
  display: block;
  position: absolute;
  width: 79%;
  max-width: 100px;
  height: 100%;
  background-color: #E69249;
  border-bottom-right-radius: 22px;
  z-index: 1;
}
.first-view .l-3-group {
  position: absolute;
  bottom: 3%;
  right: 0;
  width: 46%;
  max-width: 240px;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 3;
}
.first-view .l-3-group img {
  width: 53%;
  margin-bottom: 170px;
  z-index: 1;
}
.first-view .l-3-group .yellow-circle {
  position: absolute;
  z-index: 2;
  margin: clamp(115px, 33vw, 160px) -95px 0 0;
  width: 270px;
  height: 270px;
  box-sizing: border-box;
  padding: 40px 0 30px 30px;
  background-color: #E2F939;
  border-radius: 55%;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
}
.first-view .l-3-group .yellow-circle .topic-row {
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  line-height: 200%;
  align-items: center;
  justify-content: flex-start;
  padding-right: 12px;
  margin: 20px -12px 0 0;
}
.first-view .l-3-group .yellow-circle .topic-row .bar {
  display: inline-block;
  width: 7px;
  height: 17px;
  background-color: #000000;
  margin-right: 3px;
}
.first-view .l-3-group .yellow-circle .topic-row .bar:last-of-type {
  margin-right: 6px;
}
.first-view .l-3-group .yellow-circle p {
  width: fit-content;
}
.first-view .l-3-group .yellow-circle p.text-body {
  text-align: end;
}
.first-view .l-3-group .yellow-circle .link-group {
  align-items: flex-end;
  text-align: end;
  margin-left: 40px;
}
@media screen and (min-width: 450px) {
  .first-view .l-3-group img {
    display: none;
  }
  .first-view .l-3-group .yellow-circle {
    position: sticky;
  }
}
.first-view .logo-group {
  position: absolute;
  bottom: 2%;
  left: 3%;
  align-items: center;
  text-align: center;
  z-index: 4;
}
.first-view .logo-group img {
  width: 58px;
  margin-bottom: 10px;
}
.first-view .logo-group p {
  line-height: 130%;
}

.worries {
  padding-top: 20px;
}
.worries .eye-candy {
  width: 100%;
  justify-content: flex-end;
  z-index: 2;
}
.worries .eye-candy img {
  width: 136px;
  align-self: end;
  z-index: 1;
}
.worries .eye-candy .speech {
  align-self: start;
  justify-content: start;
  align-items: flex-end;
  margin: 0 -26px 26px 0;
  z-index: 2;
}
.worries .eye-candy .speech h3 {
  width: max-content;
  line-height: 160%;
  padding: 24px 28px;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 50%;
  margin-right: -24px;
}
.worries .eye-candy .speech .bubble {
  display: block;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 50%;
}
.worries .eye-candy .speech .bubble.bubble-1 {
  width: 15px;
  height: 15px;
  margin: 12px 60px 0 0;
}
.worries .eye-candy .speech .bubble.bubble-2 {
  width: 12px;
  height: 12px;
  margin: 0 40px 30px 0;
}
.worries .checkboxes {
  box-sizing: border-box;
  width: 100%;
  padding: 24px 20px;
  margin-top: -12px;
  background-color: #F5F4E3;
  border-radius: 22px;
  z-index: 1;
}
.worries .checkboxes .cb-row {
  width: 92%;
  margin-bottom: 32px;
}
.worries .checkboxes .cb-row:last-of-type {
  margin-bottom: 0;
}
.worries .checkboxes .cb-row .cb {
  display: block;
  background-color: #ffffff;
  border: 2px solid #E69249;
  width: 15px;
  height: 15px;
  margin: 4px 10px 0 0;
  align-items: flex-start;
}
.worries .checkboxes .cb-row p {
  width: calc(100% - 25px);
}
.worries .two-block {
  align-self: center;
  margin: 32px auto 0 auto;
}
.worries .two-block .block {
  width: 40px;
  height: 55px;
  background-color: #F5F4E3;
  border-radius: 14px;
}
.worries .two-block .block:nth-of-type(2) {
  margin-top: -12px;
  margin-left: 40px;
}
.worries .two-block.tb-2 {
  margin: 16px auto 32px auto;
}
.worries .feature-text {
  width: 100%;
}
.worries .feature-text h3 {
  margin: 0 auto;
  width: max-content;
  text-align: center;
  line-height: 200%;
}

.heat-info {
  width: 100%;
  background-color: #F5F4E3;
  padding-bottom: 40px;
}
.heat-info h2 {
  margin-top: -24px;
  line-height: 160%;
}
.heat-info img {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  align-self: center;
}
.heat-info p {
  text-align: justify;
}

.points {
  width: 100%;
}
.points .p-container {
  position: relative;
  width: 100%;
  align-items: center;
  margin-top: 116px;
  padding-bottom: 26px;
}
.points .p-container .p-card {
  background-color: #F5F4E3;
  position: relative;
  border-radius: 22px;
  padding-bottom: 40px;
  z-index: 2;
  align-items: center;
}
.points .p-container .p-card > * {
  max-width: 95%;
}
.points .p-container .p-card:before {
  content: url(../img/common/point-idea.svg);
  width: 60px;
  margin: -40px auto 20px auto;
}
.points .p-container .p-card .card-no {
  color: #AFD34E;
  position: absolute;
  top: -0.5em;
  right: calc(5px + 5%);
  font-size: 70px;
  letter-spacing: 0.05em;
}
.points .p-container .p-card .point {
  position: absolute;
  top: -0.5em;
  left: -0.4em;
  writing-mode: vertical-rl;
  writing-mode: sideways-rl;
  color: #8EC020;
  letter-spacing: 0.1em;
}
.points .p-container .p-card h2 {
  text-align: center;
  margin-bottom: 32px;
}
.points .p-container .p-card h3 {
  width: max-content;
  letter-spacing: 0;
  max-width: 100%;
  margin-bottom: 16px;
}
.points .p-container .p-card .img-title {
  margin: 10px 5%;
  align-self: flex-start;
  letter-spacing: 0;
}
.points .p-container .p-card .two-img {
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.points .p-container .p-card .two-img .inv-grey {
  display: inline-block;
  background-color: #707070;
  color: #ffffff;
  padding: 1px 4px;
  letter-spacing: 0;
  margin: 10px 10px 0 0;
}
.points .p-container .p-card .two-img .p-small {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 10px;
}
.points .p-container .p-card .two-img .left-col {
  width: 39%;
}
.points .p-container .p-card .two-img .right-col {
  width: 53%;
}
.points .p-container .p-card .card-text {
  line-height: 200%;
  width: 80%;
  margin: 20px auto;
}
.points .p-container .p-card .fw-img {
  width: 90%;
  max-width: 400px;
  margin: 20px auto;
}
.points .p-container .p-card .fw-img.mb-0 {
  margin-bottom: 0;
}
.points .p-container .p-card .img-col {
  align-self: center;
  margin: 20px auto;
}
.points .p-container .p-card .img-col .img-row {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin: 16px auto;
}
.points .p-container .p-card .img-col .img-row img {
  width: 135px;
  height: 135px;
  object-fit: cover;
}
.points .p-container .p-card .img-col .img-row .text-col {
  justify-content: center;
  height: 100%;
  margin-left: 5%;
  width: max-content;
  max-width: calc(100% - 135px - 5%);
}
.points .p-container .p-card .img-col .img-row .text-col p {
  width: max-content;
}
.points .p-container .p-shadow {
  position: absolute;
  top: 26px;
  right: 0;
  height: calc(100% - 26px);
  background-color: #EEE6C2;
  border-radius: 22px;
  margin-right: 0;
  z-index: 1;
}
.points .p-container.p-card-2 h2, .points .p-container.p-card-3 h2 {
  text-align: start;
  width: 70%;
  margin: 0 auto 30px auto;
  line-height: 160%;
}
.points .p-container.p-card-2 h3, .points .p-container.p-card-3 h3 {
  width: 90%;
}

.works {
  position: relative;
  width: 100%;
  background-color: #DAE79F;
  padding: 16px 0 60px 0;
}
.works .works-title {
  position: absolute;
  top: -1.2em;
  left: 0.2em;
  writing-mode: vertical-rl;
  writing-mode: sideways-rl;
  letter-spacing: 0.1em;
}
.works .works-img {
  position: absolute;
  width: 126px;
  align-self: flex-end;
  right: 10px;
  margin-right: 10px;
  z-index: 2;
}
.works .speech {
  display: block;
  background-color: #ffffff;
  border: 2px solid #000000;
  padding: 40px 50px;
  margin: 0 50px 20px 0;
  align-self: center;
  text-align: center;
  max-width: 90%;
  border-radius: 50%;
  z-index: 1;
}
.works .speech.voice {
  position: relative;
  padding: 20px 50px;
  margin: 20px auto 24px auto;
}
.works .speech.voice .voice-img {
  position: absolute;
  width: 53px;
  right: -15px;
  bottom: -10px;
  z-index: 2;
}
.works .works-container {
  position: relative;
  width: 100%;
  align-items: center;
  padding-bottom: 26px;
  margin-bottom: 100px;
}
.works .works-container:last-of-type {
  margin-bottom: 0;
}
.works .works-container .works-card {
  background-color: #ffffff;
  position: relative;
  border-radius: 22px;
  padding-bottom: 40px;
  z-index: 2;
  align-items: center;
}
.works .works-container .works-card .work-no {
  position: absolute;
  top: 26px;
  left: 2%;
  color: #8EC020;
  font-size: 40px;
  font-weight: 900;
  line-height: 100%;
}
.works .works-container .works-card h3 {
  margin: 26px auto;
  max-width: 60%;
  line-height: 160%;
}
.works .works-container .works-card ul {
  margin: 0 auto 10px auto;
  max-width: 60%;
  line-height: 160%;
}
.works .works-container .works-card ul li {
  letter-spacing: 0.05em;
}
.works .works-container .works-card .orange-border-container {
  width: max-content;
  border-left: 14px solid #E69249;
  padding-left: 10px;
}
.works .works-container .works-card .orange-border-container p {
  margin: 2px 0;
}
.works .works-container .works-card .img-col {
  width: 90%;
  max-width: 400px;
  margin: 20px auto;
  align-items: center;
}
.works .works-container .works-card .img-col .right-img,
.works .works-container .works-card .img-col .left-img {
  position: relative;
}
.works .works-container .works-card .img-col .right-img img,
.works .works-container .works-card .img-col .left-img img {
  width: 203px;
}
.works .works-container .works-card .img-col .right-img .p-small,
.works .works-container .works-card .img-col .left-img .p-small {
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 1px 2px;
  font-weight: 900;
  background-color: #707070;
  color: #ffffff;
}
.works .works-container .works-card .img-col .right-img .p-small.after,
.works .works-container .works-card .img-col .left-img .p-small.after {
  background-color: #8EC020;
}
.works .works-container .works-card .img-col .left-img {
  margin-right: 100px;
}
.works .works-container .works-card .img-col .right-img {
  margin-top: -20px;
  margin-left: 100px;
}
.works .works-container .works-card .works-text {
  width: 80%;
  margin: 20px auto 20px auto;
  line-height: 200%;
  text-align: justify;
}
.works .works-container .works-card .works-text.nmt {
  margin-top: 0;
}
.works .works-container .works-shadow {
  position: absolute;
  top: 26px;
  right: 0;
  height: calc(100% - 26px);
  background-color: #F5F4E3;
  border-radius: 22px;
  margin-right: 0;
  z-index: 1;
}

.interlude {
  justify-content: center;
  width: 100%;
  min-height: 690px;
}
.interlude .left-col,
.interlude .right-col {
  height: 100%;
  min-height: 690px;
}
.interlude .bg-box {
  display: block;
  position: absolute;
  border-radius: 22px;
  z-index: -1;
}
.interlude .bg-box.box-orange {
  background-color: #E69249;
}
.interlude .bg-box.box-green {
  background-color: #8EC020;
}
.interlude .left-col {
  align-items: flex-start;
  justify-content: center;
  align-self: center;
}
.interlude .left-col .l-1-group {
  position: relative;
  z-index: 1;
}
.interlude .left-col .l-1-group img {
  width: 164px;
  margin-bottom: 40px;
}
.interlude .left-col .l-1-group .bg-box {
  bottom: 0;
  right: 16px;
  width: 106px;
  height: 100%;
}
.interlude .right-col {
  align-items: flex-start;
  justify-content: space-evenly;
  width: calc(100% - 164px);
  min-width: 238px;
  margin-left: -12px;
}
.interlude .right-col .r-1-group {
  position: relative;
  align-self: center;
}
.interlude .right-col .r-1-group img {
  width: 182px;
  margin-left: 24px;
}
.interlude .right-col .r-1-group .bg-box {
  top: 10px;
  left: 0;
  width: 206px;
  height: 123px;
}
.interlude .right-col .r-2-group {
  position: relative;
  align-self: flex-end;
}
.interlude .right-col .r-2-group img {
  width: 182px;
  margin: 0 0 10px 10px;
}
.interlude .right-col .r-2-group .bg-box {
  bottom: 0;
  left: 0;
  width: 88px;
  height: 123px;
}

.construction {
  width: 100%;
  align-items: center;
  background-color: #F5F4E3;
  padding: 25px 0 50px 0;
}
.construction .construction-title {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.construction .construction-title h2 {
  margin: 0 15px;
  font-size: 25px;
  color: #8EC020;
}
.construction .construction-title:before, .construction .construction-title:after {
  content: url(../img/common/wave.svg);
  width: 90px;
}
.construction .step-container {
  width: 90%;
  max-width: 370px;
  margin: auto auto 28px auto;
  justify-content: center;
  align-items: flex-start;
}
.construction .step-container .left-col {
  width: 95px;
  margin-right: 10px;
  align-items: center;
  justify-content: space-between;
}
.construction .step-container .left-col .step-no {
  width: 100%;
  margin-bottom: 24px;
}
.construction .step-container .left-col .step-arrow {
  width: 27px;
}
.construction .step-container .right-col {
  width: 100%;
  max-width: 260px;
}
.construction .step-container .right-col .banner {
  width: 100%;
  position: relative;
  margin: 10px auto 28px auto;
}
.construction .step-container .right-col .banner img {
  width: 100%;
}
.construction .step-container .right-col .banner .banner-text {
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.construction .step-container .right-col .step-text {
  text-align: justify;
}
.construction .text-block {
  width: 90%;
  max-width: 600px;
  text-align: justify;
  margin: 60px auto 0 auto;
  line-height: 200%;
}

.reason {
  width: 94%;
  margin: 70px auto 50px auto;
  align-items: center;
}
.reason .logo {
  width: 60px;
}
.reason h2 {
  text-align: center;
  margin-bottom: 50px;
}
.reason .reason-title {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.reason .reason-title h3 {
  writing-mode: vertical-rl;
  line-height: 150%;
  letter-spacing: 0.6em;
  margin: 0 50px;
}
.reason .reason-title .block {
  display: block;
  width: 19px;
  height: 29px;
  border-radius: 5px;
  background-color: #8EC020;
  margin: 0 2.5px;
}
.reason .reason-card {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 70px auto;
}
.reason .reason-card .title-row {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.reason .reason-card .title-row .p-40 {
  font-size: 40px;
  font-weight: 900;
  margin-right: 10px;
  line-height: 100%;
}
.reason .reason-card .title-row h3 {
  text-align: start;
  line-height: 100%;
}
.reason .reason-card .title-row.multi-line {
  align-items: flex-start;
}
.reason .reason-card .title-row.multi-line h3 {
  text-align: start;
  line-height: 120%;
}
.reason .reason-card .img-container .single-img {
  align-self: end;
  border-radius: 15px;
  filter: drop-shadow(-10px 10px 0 #8EC020);
}
.reason .reason-card .reason-text {
  width: 100%;
  margin-top: 28px;
  line-height: 200%;
}
.reason .reason-card .multi-img-container {
  margin-top: 50px;
}
.reason .reason-card .multi-img-container .m-img-1,
.reason .reason-card .multi-img-container .m-img-2 {
  width: 217px;
}
.reason .reason-card .multi-img-container .m-img-1 {
  margin-right: 126px;
  z-index: 2;
}
.reason .reason-card .multi-img-container .m-img-2 {
  margin-left: 126px;
  margin-top: -33px;
  z-index: 1;
}
.reason .reason-card .multi-img-container .green-rectangle {
  position: absolute;
  width: 265px;
  height: 199px;
  background-color: #8EC020;
  border-radius: 15px;
  z-index: -1;
}
.reason .reason-card.reason-card-rev .title-row {
  flex-direction: row-reverse;
}
.reason .reason-card.reason-card-rev .title-row .p-40 {
  margin-right: 0;
  margin-left: 10px;
}
.reason .reason-card.reason-card-rev .title-row.multi-line h3 {
  text-align: end;
  line-height: 150%;
}
.reason .reason-card.reason-card-rev .img-container .single-img {
  align-self: start;
}
.reason .reason-card.reason-card-4 .reason-text {
  margin-top: 0;
}

.quality {
  width: 100%;
  background-color: #E69249;
  border-radius: 5px;
  padding-bottom: 40px;
}
.quality .quality-banner {
  width: 100%;
  max-width: 400px;
  margin: -60px auto 16px auto;
}
.quality .content-row {
  max-width: 90%;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.quality .content-row p {
  color: #ffffff;
  line-height: 200%;
  text-align: center;
  margin: 0 15px;
}
.quality .content-row img {
  width: 36px;
}

.qanda {
  background-color: #F5F4E3;
  align-items: center;
  width: 100%;
  padding-bottom: 50px;
}
.qanda .title-container {
  position: relative;
  align-self: center;
  align-items: center;
  justify-content: end;
}
.qanda .title-container h2 {
  line-height: 110%;
  text-align: center;
  z-index: 2;
  margin-bottom: 6px;
}
.qanda .title-container .logo {
  width: 65px;
  margin-top: -30px;
  z-index: 2;
}
.qanda .title-container .white-bg {
  position: absolute;
  width: 127px;
  height: 93px;
  border-radius: 15px;
  background-color: #ffffff;
  bottom: 0;
  left: calc(50% - 63.5px);
  z-index: 1;
}
.qanda .subtitle {
  text-align: center;
  margin: 16px auto 32px auto;
}
.qanda .qanda-card {
  width: 90%;
  max-width: 450px;
  margin: 9px auto;
}
.qanda .qanda-card .q-section {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 20px;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #8EC020;
  color: #ffffff;
  font-weight: 700;
}
.qanda .qanda-card .q-section::before {
  content: "Q";
  margin-right: 15px;
  line-height: 170%;
}
.qanda .qanda-card .a-section {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 12px;
  background-color: #ffffff;
}

.campaign {
  width: 100%;
  align-items: center;
}
.campaign img {
  width: 100%;
  margin: 10px auto;
}
.campaign .campaign-text {
  width: 90%;
  line-height: 200%;
  text-align: justify;
  margin: 10px auto;
}

.contact {
  width: 100%;
  align-items: center;
  border-bottom: 23px solid #E69249;
  margin-bottom: 8px;
  padding-bottom: 50px;
}
.contact .line-button {
  margin-bottom: 20px;
}
.contact .phone-cta {
  text-align: center;
  margin: auto auto 12px auto;
}
.contact .phone-info {
  max-width: 82%;
  margin: auto;
  align-items: center;
}
.contact .phone-info img {
  width: 54px;
  margin-right: 10px;
}
.contact .phone-info .text-col {
  width: fit-content;
}

/*# sourceMappingURL=top.css.map */
