@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
.main_cnts {
  padding-top: 0;
}

/* sec-fv
---------------------------------------------------------------------------- */
.sec-fv {
  position: relative;
  margin-top: 4rem;
  height: calc(100vh - 8rem);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-fv {
    margin-top: 2.4rem;
    height: calc(100vh - 4.8rem);
  }
}
.sec-fv:after {
  position: absolute;
  left: 4rem;
  top: 0;
  display: block;
  content: "";
  background: url("../images/common/bg_top_pc.png") no-repeat center 0;
  background-size: 100% auto !important;
  width: 27.8rem;
  height: 11.6rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-fv:after {
    left: 2.4rem;
    top: 0;
    aspect-ratio: 350/175;
    width: 17.5rem;
    height: auto;
    background: url("../images/common/bg_top_sp.png") no-repeat center 0;
  }
}
.sec-fv .fv-txt {
  position: absolute;
  width: 45.8rem;
  left: 11.7rem;
  bottom: 9rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-fv .fv-txt {
    width: 23.6rem;
    left: 0;
    right: 0;
    top: 12.6rem;
    bottom: auto;
    margin: 0 auto;
  }
}
.sec-fv .fv-bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-fv .fv-bg {
    border-radius: 2rem;
  }
}
.sec-fv .fv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-fv .scroll {
  position: absolute;
  right: 7.3rem;
  bottom: 2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-fv .scroll {
    display: none;
  }
}
.sec-fv .scroll:after {
  position: absolute;
  right: -3.3rem;
  bottom: -2rem;
  display: block;
  content: "";
  background: url("../images/common/bg_scroll_pc.png") no-repeat center 0;
  background-size: 100% auto !important;
  width: 22.3rem;
  height: 9.2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-fv .scroll:after {
    display: none;
  }
}
.sec-fv .scroll .scroll-btn {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  padding-right: 5.2rem;
  box-sizing: border-box;
}
.sec-fv .scroll .scroll-btn:after {
  position: absolute;
  right: 0;
  top: -1rem;
  display: block;
  content: "";
  background: url("../images/top/arrow_scroll.png") no-repeat center center;
  background-size: 100% auto;
  width: 3.7rem;
  height: 3.7rem;
}

/* sec-about
---------------------------------------------------------------------------- */
.sec-about {
  position: relative;
  margin-top: 4rem;
  padding: 0 0 14.4rem 0;
}
@media screen and (max-width: 767px) {
  .sec-about {
    margin-top: 2.4rem;
    padding: 0 0 11rem 0;
  }
}
.sec-about:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  display: block;
  content: "";
  background: url("../images/top/bg_about.png") no-repeat center top;
  background-size: 100% auto !important;
  width: calc(100% - 8rem);
  height: auto;
  aspect-ratio: 2400/3306;
}
@media screen and (max-width: 767px) {
  .sec-about:after {
    height: 100%;
    background: url("../images/top/bg_about_sp.png") no-repeat center top;
    background-size: 100% 100% !important;
    width: calc(100% - 4.8rem);
    border-radius: 2rem 2rem 0 0;
    aspect-ratio: inherit;
  }
}
.sec-about .l-inner {
  position: relative;
  padding-top: 14rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-about .l-inner {
    padding-top: 7rem;
  }
}
.sec-about .l-inner .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .sec-about .l-inner .flex {
    display: block;
  }
}
.sec-about .l-inner .flex-logo {
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .sec-about .l-inner .flex-logo {
    width: 23.6rem;
    margin: 0 auto 4rem auto;
  }
}
.sec-about .l-inner .flex-txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec-about .l-inner .flex-txt {
    width: 100%;
  }
}

/* sec-business
---------------------------------------------------------------------------- */
.sec-business {
  margin-top: -4rem;
  /*	margin-bottom: 15rem;*/
  padding-bottom: 15rem !important;
  padding-top: 9rem !important;
}
@media screen and (max-width: 767px) {
  .sec-business {
    padding-top: 1rem !important;
    margin-top: -4rem;
    /*		margin-bottom: 11rem;*/
    padding-bottom: 11rem !important;
  }
}
.sec-business .l-inner {
  padding-top: 6rem !important;
}
@media screen and (max-width: 767px) {
  .sec-business .l-inner {
    padding-top: 4rem !important;
  }
}
.sec-business .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: row-reverse;
  padding-bottom: 6rem;
  border-bottom: 1px solid #DBDBDB;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-business .flex {
    flex-direction: column;
    padding-bottom: 3rem;
  }
}
.sec-business .flex-img {
  width: 36.9rem;
  aspect-ratio: 738/558;
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-business .flex-img {
    width: 100%;
    border-radius: 2rem;
  }
}
.sec-business .flex-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-business .flex-txt {
  width: calc(100% - 36.9rem);
  padding-right: 7rem;
}
@media screen and (max-width: 767px) {
  .sec-business .flex-txt {
    width: 100%;
    padding-right: 0;
    margin-top: 2rem;
  }
}
.sec-business .flex-txt .num {
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #F88379;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec-business .flex-txt .num {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.01em;
    font-weight: 700;
    margin-bottom: 0.4rem;
  }
}
.sec-business .flex-txt .num:before {
  position: relative;
  top: -0.1rem;
  display: inline-block;
  margin-right: 0.7rem;
  vertical-align: middle;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 0.157rem;
  background: #F88379;
}
.sec-business .flex-txt .ttl {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .sec-business .flex-txt .ttl {
    font-size: 2rem;
    line-height: 1.7;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
}
.sec-business .flex + .flex {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .sec-business .flex + .flex {
    margin-top: 3rem;
  }
}

/* sec-achievements
---------------------------------------------------------------------------- */
.sec-achievements {
  margin-top: -4rem;
  padding-bottom: 19rem !important;
}
@media screen and (max-width: 767px) {
  .sec-achievements {
    padding-bottom: 11rem !important;
  }
}
.sec-achievements .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 3rem;
}
@media screen and (max-width: 767px) {
  .sec-achievements .flex {
    flex-direction: column;
    gap: 3rem 0;
  }
}
.sec-achievements .flex .flex-box {
  /*			width: 48.5rem;*/
}
@media screen and (max-width: 767px) {
  .sec-achievements .flex .flex-box {
    width: 100%;
  }
}
.sec-achievements .flex .flex-box .box__img {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-achievements .flex .flex-box .box__img {
    aspect-ratio: 970/629;
    margin-bottom: 2rem;
  }
}
.sec-achievements .flex .flex-box .box__txt {
  position: relative;
}
.sec-achievements .flex .flex-box .box__txt .ttl {
  position: absolute;
  left: 1rem;
  top: -4.8rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #F88379;
}
@media screen and (max-width: 767px) {
  .sec-achievements .flex .flex-box .box__txt .ttl {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    left: 0;
    top: -3.8rem;
  }
}
.sec-achievements .flex .flex-box .box__txt .ttl:before {
  position: relative;
  display: inline-block;
  margin-right: 0.8rem;
  vertical-align: middle;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 0.157rem;
  background: #F88379;
}
@media screen and (max-width: 767px) {
  .sec-achievements .flex .flex-box .box__txt .ttl:before {
    top: -0.1rem;
    margin-right: 0.2rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 0.1rem;
  }
}

/* sec-message
---------------------------------------------------------------------------- */
.sec-message {
  margin-top: -4rem;
  margin-bottom: 19rem !important;
  padding-top: 9rem !important;
}
@media screen and (max-width: 767px) {
  .sec-message {
    margin-bottom: 11rem !important;
    padding-top: 1rem !important;
  }
}
.sec-message .l-inner {
  /*		padding: 6rem 14rem 0 5rem !important;*/
  padding: 6rem 0 0 0 !important;
}
@media screen and (max-width: 767px) {
  .sec-message .l-inner {
    padding: 4rem 2rem 0 2rem !important;
  }
}
.sec-message .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .sec-message .flex {
    flex-direction: column;
  }
}
.sec-message .flex-txt {
  width: calc(100% - 36.6rem);
  padding-right: 10rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-message .flex-txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
.sec-message .flex-txt .list {
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .sec-message .flex-txt .list {
    margin: 1.5rem 0;
  }
}
.sec-message .flex-txt .list li {
  position: relative;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-message .flex-txt .list li {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-weight: 700;
  }
}
.sec-message .flex-txt .list li .num {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #F88379;
}
@media screen and (max-width: 767px) {
  .sec-message .flex-txt .list li .num {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
  }
}
.sec-message .flex-txt .list li:first-of-type .num {
  letter-spacing: 0.2em;
}
.sec-message .flex-txt .name_wrap {
  padding-right: 2.5rem;
  margin-top: 3.5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec-message .flex-txt .name_wrap {
    padding-right: 0;
    margin-top: 3rem;
  }
}
.sec-message .flex-txt .name_wrap .name {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 700;
}
.sec-message .flex-txt .name_wrap .name .small {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 700;
}
.sec-message .flex-img {
  width: 36.6rem;
  aspect-ratio: 732/938;
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-message .flex-img {
    width: 100%;
    border-radius: 2rem;
  }
}
.sec-message .flex-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* sec-company
---------------------------------------------------------------------------- */
.sec-company {
  position: relative;
  padding-top: 29.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-company {
    padding-top: 11rem;
  }
}
.sec-company:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  display: block;
  content: "";
  background: url("../images/top/bg_business.png") no-repeat center top;
  background-size: 100% auto;
  width: calc(100% - 8rem);
  height: auto;
  aspect-ratio: 2400/2014;
}
@media screen and (max-width: 767px) {
  .sec-company:after {
    width: calc(100% - 4.8rem);
    background: url("../images/top/bg_business_sp.png") no-repeat center top;
    border-radius: 2rem 2rem 0 0;
  }
}
.sec-company .bg-white {
  position: relative;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .sec-company .bg-white {
    width: 100%;
    padding-bottom: 0;
  }
}
.sec-company .bg-white:after {
  position: absolute;
  left: 4.5rem;
  top: -10.4rem;
  display: block;
  content: "";
  background: url("../images/top/txt_webliss.png") no-repeat center top;
  background-size: 100% auto;
  width: 94.3rem;
  height: 10.6rem;
}
@media screen and (max-width: 767px) {
  .sec-company .bg-white:after {
    left: 0;
    top: -3.1rem;
    width: 90%;
    height: 3.6rem;
  }
}
.sec-company .bg-white.l-wrapper {
  width: 100%;
}
.sec-company .bg-white .l-inner {
  /*			padding: 0 14rem 19rem 14rem;*/
  padding: 0 0 19rem 0;
}
@media screen and (max-width: 767px) {
  .sec-company .bg-white .l-inner {
    padding: 0 2rem 11rem 2rem;
  }
}
.sec-company .tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.sec-company .tbl th, .sec-company .tbl td {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 700;
  border-bottom: 1px solid #DBDBDB;
  padding: 3rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-company .tbl th, .sec-company .tbl td {
    display: block;
    width: 100% !important;
    padding: 1.5rem 0;
  }
}
.sec-company .tbl th {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .sec-company .tbl th {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.sec-company .tbl td {
  width: calc(100% - 14rem);
}
.sec-company .tbl td ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 700;
  padding-left: 1.5rem;
}
.sec-company .tbl td ul li:before {
  position: absolute;
  left: 0;
  top: 1.2rem;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #161616;
  border-radius: 100%;
}

/* sec-contact
---------------------------------------------------------------------------- */
.sec-contact {
  position: relative;
  margin-top: -7rem;
  background: url("../images/top/bg_contact.png") no-repeat center top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  aspect-ratio: 2400/1947;
  padding: 0;
  z-index: 3;
  /* 確認画面 */
  /* s送信完了画面 */
}
@media screen and (max-width: 767px) {
  .sec-contact {
    margin-top: 0;
    background: url("../images/top/bg_contact_sp.png") no-repeat center top;
    background-size: 100% 100%;
    aspect-ratio: inherit;
    padding: 7rem 0;
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.sec-contact.l-wrapper {
  /*		max-width: 120rem;*/
  width: calc(100% - 8rem);
}
@media screen and (max-width: 767px) {
  .sec-contact.l-wrapper {
    max-width: inherit;
    width: calc(100% - 4.8rem);
  }
}
.sec-contact .l-inner {
  /*		padding: 0 27.5rem;*/
}
@media screen and (max-width: 767px) {
  .sec-contact .l-inner {
    padding: 0 2rem;
  }
}
.sec-contact .form-style {
  width: 64rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-style {
    width: 100%;
  }
}
.sec-contact .form-style .input-box__ttl {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.sec-contact .form-style .input-box__ttl .required {
  position: relative;
  top: -0.15rem;
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  color: #F88379;
  border: 1px solid #F88379;
  border-radius: 0.3rem;
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
}
.sec-contact .form-style .input-box__item {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 700;
}
.sec-contact .form-style .input-box__item input, .sec-contact .form-style .input-box__item textarea {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 700;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}
.sec-contact .form-style .input-box__item textarea {
  height: 20rem;
  resize: vertical;
}
.sec-contact .form-style .input-box + .input-box {
  margin-top: 2.5rem;
}
.sec-contact .form-style .btn_wrap {
  margin: 7.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-style .btn_wrap {
    margin: 4rem auto 0 auto;
  }
}
.sec-contact .form-style .btn_wrap .form-button {
  width: 30rem;
  height: 8rem;
  background: #F88379;
  border-radius: 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-style .btn_wrap .form-button {
    width: 100%;
    height: 6rem;
    border-radius: 5rem;
  }
}
.sec-contact .form-style .btn_wrap .form-button .c-button02 {
  width: 100%;
  height: 100%;
  text-align: center;
  background: none;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.sec-contact.-confirm {
  position: relative;
  margin-top: 0;
  padding-top: 25rem;
  padding-bottom: 23rem;
  background: url("../images/common/bg_pc.jpg") no-repeat center 4rem;
  background-size: 100% 100% !important;
  border-radius: 0 0 2.5rem 2.5rem;
}
.sec-contact.-confirm:after {
  position: absolute;
  left: 0;
  top: 4rem;
  display: block;
  content: "";
  background: url("../images/common/bg02_pc.jpg") no-repeat center 0;
  background-size: 100% auto !important;
  width: 27.8rem;
  height: 11.6rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-contact.-confirm:after {
    margin-top: 0;
    top: 2.4rem;
    aspect-ratio: 350/175;
    width: 17.5rem;
    height: auto;
    background: url("../images/common/bg02_sp.jpg") no-repeat center 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact.-confirm {
    padding-top: 13rem;
    padding-bottom: 9rem;
    background: url("../images/common/bg_sp.jpg") no-repeat center 2.4rem;
  }
}
.sec-contact.-thanks {
  position: relative;
  margin-top: 0;
  padding-top: 25rem;
  padding-bottom: 15rem;
  background: url("../images/common/bg_pc.jpg") no-repeat center 4rem;
  background-size: 100% 100% !important;
  border-radius: 0 0 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-contact.-thanks {
    margin-top: 0;
    height: calc(100vh - 5.8rem);
  }
}
.sec-contact.-thanks:after {
  position: absolute;
  left: 0;
  top: 4rem;
  display: block;
  content: "";
  background: url("../images/common/bg02_pc.jpg") no-repeat center 0;
  background-size: 100% auto !important;
  width: 27.8rem;
  height: 11.6rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-contact.-thanks:after {
    top: 2.4rem;
    aspect-ratio: 350/175;
    width: 17.5rem;
    height: auto;
    background: url("../images/common/bg02_sp.jpg") no-repeat center 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact.-thanks {
    padding-top: 13rem;
    padding-bottom: 9rem;
    background: url("../images/common/bg_sp.jpg") no-repeat center 2.4rem;
  }
}
.sec-contact.-thanks .btn_wrap {
  margin: 7.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-contact.-thanks .btn_wrap {
    margin: 4rem auto 0 auto;
  }
}
.sec-contact.-thanks .btn_wrap .form-button {
  width: 30rem;
  height: 8rem;
  background: #F88379;
  border-radius: 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-contact.-thanks .btn_wrap .form-button {
    width: 100%;
    height: 6rem;
    border-radius: 5rem;
  }
}
.sec-contact.-thanks .btn_wrap .form-button .c-button02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  background: none;
  border: none;
  text-decoration: none !important;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.sec-contact .error {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #F88379;
}