@charset "UTF-8";
body {
  display: none;/* //1秒かけてフェードイン！*/
}
#event_lp_wrap{
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(3.2vw, 16px);
  line-height: 1.75;
}
a {
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
}

/* flex-box */
.flex {
  display: -webkit-box;
  display: flex;
}

.flex-sb {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-fs {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.flex-fe {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.aline-c {
  -webkit-box-align: center;
  align-items: center;
}

.flex-c {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.col3 li {
  width: 32%;
}

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

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.bg-gradetion1 {
  background-image: linear-gradient(25deg, #3bd7f2, #87a2e8, #b085ce, #e064a8);
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.bold {
  font-weight: bold;
}

.pink {
  color: #f5538f;
}

.wrap {
  width: 100%;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-weight: bold;
}


/**************************************
　　　　　MV
**************************************/
.mv::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/fv.jpg) center no-repeat;
  background: url(../img/fv.webp) center no-repeat;
  background-size: cover;
}

.mv .mv_inner {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  height: 100vh;
}



.mv h1.mc {
  position: absolute;
  left: 30px;
  bottom: 200px;
}

.mc .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  overflow: hidden;
}

.mc .bg-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  z-index: 1;
  animation: bg 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.mc .bg-wrap .inn {
  color: #333;
  display: inline-block;
  font-size: clamp(28px, 5.078125vw, 65px);
  font-weight: bold;
  padding: 3px 10px;
  position: relative;
  line-height: 1.2;
  z-index: 2;
  opacity: 0;
  animation: textFade .3s ease forwards;
  animation-delay: .4s;
}


@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes textFade {
  to {
    opacity: 1;
  }
}
 


.mv .mv_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: min(calc(100% - 60px), 495px);
  height: 88px;
  border-radius: 15px;
  background-color: rgb(197, 41, 13);
  box-shadow: 0px 6px 0px 0px rgba(120, 20, 2, 1);
  position: absolute;
  left: 30px;
  bottom: 80px;
  font-size: clamp(22px, 2.34375vw, 30px);
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .mv .mv_btn a {
    height: 70px;
    bottom: 120px;
  }
}
.mv .mv_btn a:hover {
  color: #fff;
  background-color: rgb(120, 20, 2);
  box-shadow: 0px 6px 0px 0px rgba(120, 20, 2, 1);
  opacity: 1;
}
/*************************
タイトル・テキスト
*************************/
.h2_title {
  font-size: clamp(50px, 5.46875vw, 70px);
  font-weight: bold;
  color: #e8e8e8;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}


/*************************
Recommendation
*************************/
.sec-Reco {
  background: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec-Reco {
    padding: 100px 0 60px;
  }
}
.sec-Reco .title_box {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.sec-Reco .title_box h2 {
  font-size: clamp(40px, 5.46875vw, 70px);
  font-weight: bold;
  color: #e8e8e8;
  
}
.sec-Reco .title_box .fuki-featuer {
  position: absolute;
  width: 290px;
  height: 152px;
  top: 30px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .sec-Reco .title_box .fuki-featuer {
    top: -80px;
    width: 170px;
    
  }
}
.sec-Reco .Reco-slider {
  margin-top: 40px;
}
.sec-Reco .Reco-slider .slick-slide {
  margin: 0 10px;
  width: 333px;
  
}
@media screen and (max-width: 768px) {
.sec-Reco .Reco-slider .slick-slide {
  margin: 0 10px;
  width: 250px;
}
}
.sec-Reco .Reco-slider .slick-slide img {
  width: 100%;
  aspect-ratio: 333/250;
  object-fit: cover;
  border-radius: 15px;
}


/*************************
Use case
*************************/
.sec-usecase {
  background: #fff;
  padding: 40px 0;
  position: relative;
  margin-top: -10px;
}


.sec-usecase .textArea,
.sec-usecase .imgArea {
  width: 50%;
  padding-top: 5%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-usecase .textArea,
.sec-usecase .imgArea {
    width: 100%;
  }
}
.sec-usecase .imgArea {
  padding-right: 5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-usecase .imgArea {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.sec-usecase .textArea .sec02-sub-ttl01 {
  padding-left: 8.33%;
  margin-bottom: 18px;
  font-size: clamp(22px, 2.65625vw, 34px);
  font-feature-settings: "palt";
  color: #6c6c6c;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}

.sec-usecase .textArea h4 {
  padding-left: 8.33%;
  font-size: clamp(20px, 2.34375vw, 30px);
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 1.2;
}

.sec-usecase .textArea .text {
  padding-left: 8.33%;
  padding-right: 8.33%;
  color: #666;
  font-size: clamp(14px, 1.40625vw, 18px);
}



.sec-usecase .textArea .btn-p a {
  background: #fff;
  border: 2px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  width: 195px;
  height: 43px;
  border-radius: 5px;
  margin: 3% 8.33% 0 auto;
  position: relative;
  padding-right: 10px;
}
.sec-usecase .textArea .btn-p a:hover {
  background: #333;
  border: 2px solid #333;
  color: #fff;
}
.sec-usecase .textArea .btn-p a:after {
  content: '';
  background: url("../img/btn_arrow.png") no-repeat;
  position: absolute;
  right: 15px;
  top: 43%;
  transform: translateY(-50);
  width: 26px;
  height: 9px;
}
.sec-usecase .textArea .btn-p a:hover:after {
  content: '';
  background: url("../img/btn_arrow_w.png") no-repeat;
  position: absolute;
  right: 15px;
  top: 43%;
  transform: translateY(-50);
  width: 26px;
  height: 9px;
}
.sec-usecase .slide-dots {
  position: relative;
  z-index: 3;
  margin: 12px auto;
  text-align: center;
}
.sec-usecase .slide-dots li {
  display: inline-block;
  margin: 0 5px;
}
.sec-usecase .slide-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  width: 30px;
  border: unset;
  height: 4px;
  display: block;
  background: #ccc;
  cursor: pointer;
}
.sec-usecase .slide-dots .slick-active button {
  background: #333;
}
.sec-usecase .box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.sec-usecase .box:nth-of-type(even) .imgArea {
  padding-right: 0;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .sec-usecase .box:nth-of-type(even) .imgArea {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.sec-usecase .box:nth-of-type(even) .imgArea .detail {
  left: 70px;
}
@media screen and (max-width: 768px) {
  .sec-usecase .box:nth-of-type(even) .imgArea .detail {
    left: calc(5% + 10px);
  }
}
.sec-usecase .box:nth-of-type(even) .textArea .text {
  padding-left: 8.33%;
  padding-right: 8.33%;
}





.sec-flow {
  background: #fff;
  padding: 120px 10px 140px;
  margin-top: -10px;
}
.sec-flow .title-flow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-flow .title-flow {
    flex-direction: column;
  }
}
.sec-flow .title-flow-img {
  width: 383px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .sec-flow .title-flow-img {
    width: 60%;
    margin: 0 auto 0 0;
  }
}
.sec-flow .title-flow p {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .sec-flow .title-flow p {
    font-size: 3.4vw;
  }
}
.sec-flow .flowList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px auto;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .sec-flow .flowList {
    width: 90%;
  }
}
.sec-flow .flowList li {
  width: 28%;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-flow .flowList li {
    width: 90%;
    margin: 0 auto 10px;
  }
}
.sec-flow .flowList li h3 {
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
}
.sec-flow .flowList li .detail {
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec-flow .flowList li .detail {
    font-size: 3.4vw;
  }
}
.sec-flow .flowList li .btn {
  display: block;
  background: #d1ac54;
  color: #fff;
  position: relative;
  padding: 5px 15px 5px 0;
  border-radius: 8px;
  text-align: center;
  margin: 15px auto;
  width: 80%;
  min-width: 230px;
}
.sec-flow .flowList li .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}




/********************
フォーム
********************/
.contact {
  background: #fff;
  padding: 40px 10px 80px;
  margin-top: -10px;
  text-align: center;
}
.contact .contact_txt {
  font-size: clamp(16px, 1.5625vw, 20px);
  text-align: center;
  letter-spacing: 0.01em;
}
.contact .contact_tel {
  font-size: clamp(24px, 4.375vw, 56px);
  font-weight: bold;
  color: #c5290d;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.01em;
}

.contact .note{
  color: #fff;
  width: min(96%, 830px);
  margin: 5% auto 0;
  text-align: right;
}
.contact .event_lp_form {
  width: min(90%, 690px);
  margin: 0px auto 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.contact .event_lp_form dt {
  width: 100%;
  color: #333;
  text-align: left;
  font-size: min(calc(24/750*100vw), 16px);
  font-weight: 400;
  margin-top: 30px;
  
}
@media (max-width: 750px){
 .contact .event_lp_form dt {
    text-align: left;
    margin-top: 30px;
  } 
}

.contact .event_lp_form dt.privacy {
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
  font-size: min(calc(18/750*100vw), 14px);
  font-weight: 400;
}
.contact .event_lp_form dt.privacy a {
  color: #0024ff;
  text-decoration: underline;
}
.contact .event_lp_form dd.agree {
  width: min(80%,320px);
  margin: 5% auto;
/*
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: center;
*/
}

.contact .event_lp_form dd.agree input[type=checkbox].check_btn_item{
  display: none;
}
.contact .event_lp_form dd.agree label {
  display: inline-block;
  color: #333;
}
.contact .event_lp_form dd.agree .check_btn_item + span {
  padding-left: 40px;
  display: inline-block;
  position: relative;
}
.contact .event_lp_form dd.agree .check_btn_item + span::after,
.contact .event_lp_form dd.agree .check_btn_item + span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}
.contact .event_lp_form dd.agree .check_btn_item + span::before {
  border: 1px solid #333;
  background: #fff;
  border-radius: 4px;
  left: 0;
  height: 30px;
  width: 30px;
}
@media (max-width: 750px){
  .contact .event_lp_form dd.agree .check_btn_item + span::before {
    height: 20px;
    width: 20px;
  }
}
.contact .event_lp_form dd.agree .check_btn_item + span::after{
  border: none;
  border-right: 5px solid #c5290d;
  border-bottom: 5px solid #c5290d;
  height: 19px;
  left: 9px;
  opacity: 0;
  top: 2px;
  transform: rotate(45deg);
  width: 12px;
}
@media (max-width: 750px){
.contact .event_lp_form dd.agree .check_btn_item + span::after{
    border: none;
    border-right: 5px solid #c5290d;
    border-bottom: 5px solid #c5290d;
    height: 19px;
    left: 8px;
    opacity: 0;
    top: -2px;
    transform: rotate(45deg);
    width: 12px;
  }
}
.contact .event_lp_form dd.agree .check_btn_item:checked + span::after {
  opacity: 1;
}

.contact .event_lp_form dd input[type="text"],
.contact .event_lp_form dd textarea{
  width: 100%;
  background: #fff;
  height: 58px;
  margin-bottom: 5px;
  margin-top: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1%;
  border: 1px solid #bebebe;
  text-align: left;
}
@media (max-width: 750px){
  .contact .event_lp_form dd input[type="text"],
  .contact .event_lp_form dd textarea{
    margin-top: 3px;
    width: 100%;
    margin-bottom: 5px;
  } 
}

.contact .event_lp_form dd input[type="text"]:focus,
.contact .event_lp_form dd textarea:focus {
  outline: 3px solid #f98125;
}
.contact .event_lp_form dd textarea {
  height: calc(58px * 3)
}

.contact .event_lp_form .error {
    font-size: 100%;
    color: #c5290d!important;
    display: block;
    text-align: left;
}

.contact .submit input{
  border-radius: 15px;
  background-color: rgb(197, 41, 13);
  box-shadow: 0px 6px 0px 0px rgba(120, 20, 2, 1);
  padding: 20px 45px;
  border: 1px solid #c5290d;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  width: min(80%,435px);
  color:#fff;
  font-size: min(calc(32/750*100vw), 24px);
  height: 80px;
}
@media (max-width: 750px){
  .contact .submit input{
    height: 60px;
  }
}
.contact .mw_wp_form_confirm .back input{
  background-color:#979797;
  padding: 20px 45px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #979797;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  margin: 3% auto;
  text-align: center;
  cursor: pointer;
  width: min(80%,435px);
  color:#fff;
  font-size: min(calc(32/750*100vw), 24px);
}
@media (max-width: 750px){
  .contact .submit input,
  .contact .mw_wp_form_confirm .back input{
    padding: 10px 45px;
  } 
}

.contact .submit input:hover, .button input:hover,
.contact .back input:hover{
  background:#801907;
  border: 1px solid #801907;
}

/*確認画面*/
.contact .mw_wp_form_confirm .note {
  display: none;
}
.contact .mw_wp_form_confirm .event_lp_form dt.mt0{
  margin-top: 30px;
}
.contact .mw_wp_form_confirm .event_lp_form dd {
  width: min(calc(638/750*100vw), 638px);
  color: #fff;
  margin-top: 30px;
}
.contact .mw_wp_form_confirm .event_lp_form dt.privacy{
  display: none;
}

.contact.complete p.txt,
.contact.complete p.signature{
  color: #fff;
  text-align: center;
  margin-top: 5%;
}
.contact.complete p.txt + p.txt {
  margin-top: 1em;
}
.contact.complete p.note {
  font-size: 90%;
  text-align: center;
  margin-top: 1em;
}
.contact.complete p.signature a {
  color: #fff;
  text-decoration: underline;
  letter-spacing: 1.5px;
}




/********************
フッター
********************/

.footer {
  background: #fff;
}
@media screen and (max-width: 750px){
  .footer {
    padding-bottom: 100px;
  }
}
.footer-top {
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .footer-top {
    padding: 20px 10px;
  }
}
.footer a {
  color: #333;
  font-size: clamp(12px, 1.171875vw, 15px);
}
.footer-nav {
  line-height: 3;
  list-style: none;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
.footer .footer-logo {
  width: 250px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .footer .footer-logo {
    width: 180px;
  }
}
.footer .copyright_lp {
  color: #5c435f;
  padding-bottom: 10px;
}


/********************
固定ボタン
********************/
.floating-btn {
  position: fixed;
  right: 0;
  bottom: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 180px;
  z-index: 9;
}
.floating-btn li a {
  display: block;
  
}
@media screen and (max-width: 750px) {
  .floating-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    z-index: 9;
  }
}
