@charset "UTF-8";
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.page-complete {
  overflow: scroll;
  height: auto;
  background-color: transparent;
}
.page-complete .g-header {
  translate: 0 0;
}
@media only screen and (max-width: 767px) {
  .page-complete .sec-contact {
    padding-top: 150px;
  }
}
.page-complete .g-footer {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .page-complete .g-footer {
    margin-top: 140px;
  }
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.section__title {
  position: relative;
  padding: 45px 0 0 54px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.438rem, 1.73rem + 3.54vw, 3.875rem);
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section__title {
    padding: 20px 0 0 34px;
  }
}
.section__title::first-letter {
  color: #f39801;
}
.section__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 80px;
  background: url(../../img/index/obj_title_orange.svg) no-repeat 0 0/contain;
  content: "";
}
@media only screen and (max-width: 767px) {
  .section__title::before {
    width: 42px;
    height: 50px;
  }
}
.section__title--white::first-letter {
  color: #fff;
}
.section__title--white::before {
  background: url(../../img/index/obj_title_white.svg) no-repeat 0 0/contain;
}
/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
.sec-mv {
  position: relative;
  height: 100vh;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .sec-mv {
    height: calc(var(--vh) * 100);
  }
}
.sec-mv::before {
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  height: 46px;
  background: url(../../img/index/line_wave.svg) repeat-x 50% 0;
  content: "";
}
.sec-mv__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec-mv__movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  translate: -50% -50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.is-mv-ended .sec-mv,
.sec-mv.is-yellow {
  background-color: #f39801;
  -webkit-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}
.is-mv-ended .sec-mv::before,
.sec-mv.is-yellow::before {
  bottom: -45px;
}

/*--------------------------------------------------------------------------
   #sec-message
---------------------------------------------------------------------------*/
.sec-message {
  position: relative;
  padding-top: 189px;
}
@media only screen and (max-width: 767px) {
  .sec-message {
    padding-top: 128px;
  }
}
.sec-message__obj {
  position: absolute;
  display: block;
}
.sec-message__obj img {
  height: auto;
}
.sec-message__obj--dots {
  top: 98px;
  left: calc(50% + 410px);
}
@media only screen and (max-width: 767px) {
  .sec-message__obj--dots {
    top: 76px;
    left: calc(50% + 50px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-message__obj--dots img {
    width: 116px;
  }
}
.sec-message__obj--cross {
  top: 386px;
  left: calc(50% - 610px);
}
@media only screen and (max-width: 767px) {
  .sec-message__obj--cross {
    top: 370px;
    left: -110px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-message__obj--cross img {
    width: 148px;
  }
}
.sec-message__obj--wave {
  top: 493px;
  left: calc(50% - 136px);
}
@media screen and (max-width: 990px) {
  .sec-message__obj--wave {
    top: 110%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-message__obj--wave {
    left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-message__obj--wave img {
    width: 506px;
  }
}
.sec-message__body {
  margin-top: -57px;
  padding-left: 43.29%;
}
@media only screen and (max-width: 767px) {
  .sec-message__body {
    margin-top: 0;
    padding-left: 34px;
  }
}
.sec-message__lead {
  font-size: 20px;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .sec-message__lead {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.77;
  }
}
.sec-message__txt {
  margin-top: 10px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sec-message__txt {
    line-height: 1.83;
  }
}

/*--------------------------------------------------------------------------
   #sec-business
---------------------------------------------------------------------------*/
.sec-business {
  position: relative;
  margin-top: 234px;
  padding: 100px 0 190px;
  background-color: #f39801;
}
@media only screen and (max-width: 767px) {
  .sec-business {
    padding: 50px 0 80px;
  }
}
.sec-business::before {
  position: absolute;
  top: -46px;
  left: 0;
  width: 100%;
  height: 46px;
  background: url(../../img/index/line_wave.svg) repeat-x 50% 0;
  content: "";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.sec-business__obj {
  position: absolute;
  display: block;
}
.sec-business__obj img {
  height: auto;
}
.sec-business__obj--cross {
  top: 40px;
  left: calc(50% + 385px);
}
@media only screen and (max-width: 767px) {
  .sec-business__obj--cross {
    top: 20px;
    left: calc(50% + 88px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-business__obj--cross img {
    width: 166px;
  }
}
.sec-business__obj--dots1 {
  top: 320px;
  left: calc(50% - 660px);
}
@media only screen and (max-width: 767px) {
  .sec-business__obj--dots1 {
    top: 270px;
    left: -34px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-business__obj--dots1 img {
    width: 64px;
  }
}
.sec-business__obj--dots2 {
  bottom: -40px;
  left: calc(50% + 380px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .sec-business__obj--dots2 {
    top: 800px;
    bottom: inherit;
    left: calc(50% + 40vw);
  }
}
@media only screen and (max-width: 767px) {
  .sec-business__obj--dots2 img {
    width: 64px;
  }
}
.sec-business__obj--wave {
  bottom: 20px;
  right: calc(50% - 125px);
}
@media only screen and (max-width: 767px) {
  .sec-business__obj--wave {
    bottom: 10px;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-business__obj--wave img {
    width: 506px;
  }
}
.sec-business__item {
  max-width: 502px;
  margin-top: 20px;
  padding-left: 54px;
}
@media screen and (max-width: 990px) {
  .sec-business__item {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-business__item {
    width: auto;
    margin-top: 30px;
    padding-left: 34px;
  }
}
.sec-business__item-title {
  line-height: 1;
}
.sec-business__item-title-num {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-business__item-title-num {
    font-size: 22px;
  }
}
.sec-business__item-title-txt {
  margin-left: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 29px;
}
@media only screen and (max-width: 767px) {
  .sec-business__item-title-txt {
    font-size: 22px;
  }
}
.sec-business__item-txt {
  margin: 5px 0 13px;
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .sec-business__item-txt {
    margin: 6px 0 20px;
  }
}
.sec-business__detail {
  margin-top: 40px;
  padding-left: 54px;
}
@media only screen and (max-width: 767px) {
  .sec-business__detail {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-business__detail .l-flex-grid {
    display: block;
  }
}
.sec-business__detail .l-flex-grid__item:not(:first-of-type) {
  margin-left: 39px;
}
@media screen and (max-width: 1000px) {
  .sec-business__detail .l-flex-grid__item:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-business__detail .l-flex-grid__item:not(:first-of-type) {
    margin: 0;
  }
}
.sec-business__detail-title {
  position: relative;
  margin-bottom: 12px;
  margin-left: 1.4em;
  text-indent: -1.4em;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .sec-business__detail-title {
    font-size: 14px;
  }
}
.sec-business__detail-title::before {
  content: "●";
  margin-right: 5px;
  color: #fff;
}
.sec-business__detail-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-business__detail-list {
    display: block;
    margin-bottom: 30px;
  }
}
.sec-business__detail-item {
  font-size: 13px;
  font-weight: 700;
}
.sec-business__detail-item a {
  position: relative;
  display: inline-block;
  padding: 10px 45px 10px 26px;
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 1px rgba(0, 0, 0, .2);
          box-shadow: 2px 3px 1px rgba(0, 0, 0, .2);
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-business__detail-item a {
    padding: 6px 45px 6px 26px;
    text-align: center;
  }
}
.sec-business__detail-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
  height: 13.8564064606px;
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-business__detail-item a:hover, .mode-sp .sec-business__detail-item a:active {
  color: #f39801;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mode-pc .sec-business__detail-item a:hover::after, .mode-sp .sec-business__detail-item a:active::after {
  background: #f39801;
}
.sec-business__detail-item:not(:first-of-type) {
  margin-left: 14px;
}
@media only screen and (max-width: 767px) {
  .sec-business__detail-item:not(:first-of-type) {
    margin: 10px 0 0;
  }
}
.sec-business__img {
  position: absolute;
  top: 30px;
  right: 0;
}
@media screen and (max-width: 990px) {
  .sec-business__img {
    width: 40%;
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-business__img {
    position: relative;
    top: inherit;
    right: inherit;
    width: auto;
    margin-top: 10px;
  }
}
.sec-business__figure img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-business__figure img {
    max-width: auto;
    width: 100%;
  }
}

/*--------------------------------------------------------------------------
   #sec-about
---------------------------------------------------------------------------*/
.sec-about {
  position: relative;
  padding: 106px 0 228px;
  background-color: #f39801;
}
@media only screen and (max-width: 767px) {
  .sec-about {
    padding: 50px 0 80px;
  }
}
.sec-about__obj {
  position: absolute;
  display: block;
}
.sec-about__obj img {
  height: auto;
}
.sec-about__obj--dots1 {
  top: 260px;
  left: calc(50% - 580px);
}
@media only screen and (max-width: 767px) {
  .sec-about__obj--dots1 {
    display: none;
  }
}
.sec-about__obj--dots1 img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sec-about__obj--cross {
  top: 560px;
  left: calc(50% + 400px);
}
@media only screen and (max-width: 767px) {
  .sec-about__obj--cross {
    top: 20px;
    left: calc(50% + 88px);
  }
}
.sec-about__obj--cross img {
  width: 309px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .sec-about__obj--cross img {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 166px;
  }
}
.sec-about__obj--dots2 {
  bottom: 178px;
  left: calc(50% + 450px);
}
@media only screen and (max-width: 767px) {
  .sec-about__obj--dots2 {
    bottom: 190px;
    left: calc(50% + 175px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-about__obj--dots2 img {
    width: 64px;
  }
}
.sec-about__obj--wave {
  top: 950px;
  right: calc(50% + 80px);
}
@media only screen and (max-width: 767px) {
  .sec-about__obj--wave {
    display: none;
  }
}
.sec-about__obj--wave img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sec-about__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 742px;
  width: 100%;
  margin: 10px auto 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .sec-about__table {
    width: auto;
  }
}
.sec-about__table-hdg {
  width: 23%;
  padding: 53px 0 48px 30px;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .sec-about__table-hdg {
    padding: 20px 0 20px 10px;
    font-size: 11px;
  }
}
.sec-about__table-txt {
  width: 77%;
  font-size: 16px;
  padding: 53px 0 48px 40px;
  border-bottom: 2px solid #DEDEDE;
}
@media only screen and (max-width: 767px) {
  .sec-about__table-txt {
    padding: 20px 0 20px 10px;
    font-size: 12px;
  }
}
.sec-about .table-list {
  margin-top: 10px;
}
.sec-about .table-list__item {
  position: relative;
  margin-bottom: 10px;
  margin-left: 1.4em;
  text-indent: -1.4em;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .sec-about .table-list__item {
    font-size: 11px;
  }
}
.sec-about .table-list__item::before {
  content: "●";
  margin-right: 5px;
  color: #fff;
}

/*--------------------------------------------------------------------------
   #sec-contact
---------------------------------------------------------------------------*/
.sec-contact {
  position: relative;
  padding-top: 170px;
}
@media only screen and (max-width: 767px) {
  .sec-contact {
    padding-top: 80px;
  }
}
.sec-contact .m-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 80px;
  padding: 0 60px;
}
@media screen and (max-width: 1000px) {
  .sec-contact .m-form {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-contact .m-form {
    display: block;
    margin-top: 30px;
    padding: 0;
    font-size: 14px;
  }
}
.sec-contact .m-form__hdg {
  position: relative;
  width: 19%;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .sec-contact .m-form__hdg {
    width: 20%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-contact .m-form__hdg {
    width: auto;
    margin-bottom: 5px;
  }
}
.sec-contact .m-form__hdg .required {
  position: absolute;
  right: 10px;
  color: #f39801;
}
@media only screen and (max-width: 767px) {
  .sec-contact .m-form__hdg .required {
    display: block;
    top: 0px;
    right: 0;
  }
}
.sec-contact .m-form__input {
  width: 81%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .sec-contact .m-form__input {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-contact .m-form__input {
    width: auto;
  }
}
.sec-contact .m-form__input .error {
  display: none;
  margin-top: 5px;
  color: #f00;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .sec-contact .m-form__input .error {
    font-size: 12px;
  }
}
.sec-contact .m-form__input.is-error .error {
  display: block;
}
.sec-contact .m-form__input.is-error .e-input input,
.sec-contact .m-form__input.is-error .e-input textarea {
  background-color: rgba(255, 0, 0, .12);
}
.sec-contact__privacy {
  margin-top: 37px;
}
@media only screen and (max-width: 767px) {
  .sec-contact__privacy {
    margin-top: 70px;
  }
}
.sec-contact__privacy-title {
  font-size: 14px;
  color: #f39801;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-contact__privacy-title {
    font-size: 12px;
  }
}
.sec-contact__privacy-box {
  width: 528px;
  height: auto;
  margin: 15px auto 0;
  border: 1px solid #FDE9C5;
}
@media only screen and (max-width: 767px) {
  .sec-contact__privacy-box {
    width: 100%;
  }
}
.sec-contact__privacy-box-inline {
  position: relative;
  width: 100%;
  height: 132px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.sec-contact__privacy-box-inline .ps__rail-y {
  background-color: rgba(0, 0, 0, 0) !important; /* スクロールバーの背景色 */
  width: 9px; /* スクロールバーの幅 */
  right: 0px; /* スクロールバーの位置調整 */
  opacity: 1 !important; /* スクロールバーを常に表示 */
}
.sec-contact__privacy-box-inline .ps__thumb-y {
  background-color: #FDE9C5 !important; /* スクロールバーの色 */
  border-radius: 0; /* スクロールバーの角丸 */
  width: 9px; /* スクロールバーの幅 */
  right: 0;
  opacity: 1 !important; /* スクロールバーを常に表示 */
}
.sec-contact__privacy-box-inline .ps-container {
  overflow: hidden !important; /* 自然なスクロールバーを非表示 */
  position: relative;
}
.sec-contact__privacy-list {
  width: 100%;
  padding: 10px 19px 10px 14px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sec-contact__privacy-list {
    padding: 10px 14px;
    font-size: 10px;
  }
}
.sec-contact__privacy-list-title {
  color: #f39801;
}
.sec-contact__privacy-list-txt {
  line-height: 2;
}
.sec-contact__privacy-list-txt + .sec-contact__privacy-list-title {
  margin-top: 15px;
}
.sec-contact__privacy-txt {
  margin-top: 20px;
  font-size: 11px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-contact__privacy-txt {
    font-size: 10px;
  }
}
.sec-contact__privacy-agree {
  margin-top: 20px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-contact__privacy-agree {
    font-size: 10px;
  }
}
.sec-contact__btn {
  width: 160px;
  margin: 30px auto 0;
}
.sec-contact__btn .btn {
  position: relative;
  width: 160px;
  height: 44px;
  font-size: 13px;
  font-weight: 600;
}
.sec-contact__btn .btn span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-color: #f39801;
  -webkit-box-shadow: 2px 3px 1px rgba(0, 0, 0, .2);
          box-shadow: 2px 3px 1px rgba(0, 0, 0, .2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.sec-contact__btn .btn span::before {
  position: absolute;
  top: 50%;
  right: 53px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../../img/common/ico_letter.svg) no-repeat 50% 0/contain;
  content: "";
}
.mode-pc .sec-contact__btn .btn span:hover, .mode-sp .sec-contact__btn .btn span:active {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec-contact__btn .btn input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  color: #fff;
  cursor: pointer;
}
.sec-contact__btn .btn.is-disabled span {
  background-color: #ccc;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec-contact__btn .btn.is-disabled input {
  cursor: default;
}
.sec-contact__btn .btn--complete span {
  color: #fff;
}
.sec-contact__btn .btn--complete span::before {
  content: none;
}
.sec-contact__btn .btn--complete span a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.sec-contact .complete-box {
  padding: 80px 0 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-contact .complete-box {
    padding: 60px 0 0;
  }
}
.sec-contact .complete-box__ttl {
  margin-bottom: 20px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .sec-contact .complete-box__ttl {
    font-size: 18px;
  }
}
.sec-contact .complete-box__txt {
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-contact .complete-box__txt {
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 2.2;
  }
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/