@charset "UTF-8";
/* CSS Document */
/*ヘッダー追従*/

/*section-top設定*/
.section-top {
  width: auto;
}
.header__navigation {
  padding: 0;
}
/*========= 背景動画設定のCSS ===============*/
#video-area {
  position: relative;
  /*
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  */
  overflow: hidden;
  width: 100%;
  height: 700px;
}
@media(max-width:375px) {
  #video-area {
    width: 100%;
    height: 563px;
    background-position: right;
    background-size: 120%;
    margin: 0;
  }
}
@media(max-width:375px) {
  #video-area h2 {
    font-size: 18px;
  }
}
#video01 {
  /*天地中央配置*/
  /*
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
*/
  /*縦横幅指定*/
  /*    width: 177.77777778vh;  16:9 の幅→16 ÷ 9＝ 177.77% */
  /*    height: 56.25vw;  16:9の幅 → 9 ÷ 16 = 56.25% */
  /*
    min-height: 100%;
    min-width: 100%;
*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 177.77777778vh; */
  height: 100%;
  object-fit: cover;
  /* min-height: 100%; */
  /* min-width: 100%; */
  width: 100%;
}
#video-area h2 {
  width: 546px;
  text-align: right;
  margin: 0 0 0 -5%;
  font-family: "yu-gothic-pr6nb", sans-serif;
  font-weight: 200;
  position: absolute;
  top: 60%;
}
@media(max-width:510px) {
  #video-area h2 {
    zoom: 80%;
    margin: 0 auto;
    max-width: 410px;
    width: 100%;
  }
}
#video-area h2 span {
  display: inline-block;
  background-color: rgba(250, 248, 242, 0.6);
  padding: 4%;
  margin-bottom: 8px;
  border-radius: 13px;
}
@media(max-width:510px) {
  #video-area h2 span {
    padding: 1%;
  }
}
.section-service {
  background-image: url("../Image/top/haikei.svg");
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 1800px; */
  background-position: center top;
  padding-top: 60px;
  max-width: 1440px;
  margin: 4% 0 2%;
}
@media(max-width:375px) {
  .section-service {
    background-image: none;
    background-color: #f7dacd;
    padding-top: 30px;
    text-align: center;
    margin: 0;
    height: 2565px;
  }
}
.section-service h2 {
  text-align: center;
  font-size: 75px;
  font-family: 'Zen Maru Gothic';
  font-weight: 200;
}
@media(max-width:375px) {
  .section-service h2 {
    font-size: 40px;
    padding-top: 46px;
  }
}
.section-service__flow {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 10%;
}
@media(max-width:375px) {
  .section-service__flow {
    height: auto;
  }
}
.section-service__sns {
  max-width: 1440px;
  margin: 0 auto;
}
.section-service__sns h3 {
  margin: 7% 4% 3%;
  font-size: 28px;
  text-align: left;
  margin-top: 65px;
  background-image: url("../Image/top/Yaji_pink2.png");
  background-repeat: no-repeat;
}
@media(max-width:375px) {
  .section-service__sns h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    background-position: center center;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 375px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
    margin: 0 auto;
  }
}
.section-service__sns-flow {
  text-align: left;
  margin: 2% 4%;
}
@media(max-width:375px) {
  .section-service__sns-flow {
    text-align: center;
    display: inline-block;
    margin: 10%;
  }
}
.section-service__sns-flow p {
  display: none;
}
.section-service__influencer-flow p {
  display: none;
}
.section-chart p {
  display: none;
}
.sns-icon {
  /* width: 248px; */
  height: 46px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 4%;
}
@media(max-width:375px) {
  .sns-icon {
    text-align: left;
    padding-left: 21%;
    justify-content: flex-start;
  }
}
.insta_icon {
  margin-left: 20px;
  font-size: 3.8rem;
  margin: 10px;
  color: #fff;
  background: radial-gradient(at 20% 120%, orange, #f15a4d 25%, #f13f79 55%, #9933ff 100%) no-repeat;
  border-radius: 20%;
}
.twitter_icon {
  margin-left: 20px;
  font-size: 3.8rem;
  margin: 10px;
  color: #1D96E9;
}
.icon_1 {
  display: flex;
  font-size: 38px;
  margin: 0;
}
/*----------実績１ボックスここから--------------*/
.box1 {
    position: relative;
    margin: 0 auto;
    padding: 2.5em 2em;
    border: solid 3px #da5a5a;
    border-radius: 8px;
}

.box1 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #222222;
    font-weight: bold;
}

.box1 p {
    margin: 0; 
    padding: 0;
}
/*----------実績１ボックスここまで--------------*/


.section-servis__influencer {
  max-width: 1440px;
  margin: 0 auto;
}
.section-servis__influencer h3 {
  font-size: 28px;
  text-align: left;
  margin: 5% 4% 3% 4%;
  background-image: url("../Image/top/green-line.png");
  background-repeat: no-repeat;
}
@media(max-width:500px) {
  .section-servis__influencer h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    background-position: center center;
    background-size: 90%;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
  padding: 0 4%;
  width: 100%;
  margin-bottom: 60px;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 375px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
    margin: 0 auto;
  }
}
.section-service__influencer-flow {
  text-align: left;
  margin-top: 37px;
  padding: 0 4%;
}
@media(max-width:375px) {
  .section-service__influencer-flow {
    text-align: center;
    display: inline-block;
    margin: 10%;
    padding: 0 7%;
  }
}
.sns-icon_2 {
  /* width: 248px; */
  height: 46px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 4%;
}
@media(max-width:375px) {
  .sns-icon_2 {
    text-align: left;
    padding-left: 21%;
    justify-content: flex-start;
  }
}
/*----------実績２ボックスここから--------------*/
.box2 {
    position: relative;
    margin:  0 auto;
    padding: 2.5em 2em;
    border: solid 3px #63a877;
    border-radius: 8px;
}
.box2 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #222222;
    font-weight: bold;
}
.box2 p {
    margin: 0; 
    padding: 0;
}
/*----------実績2ボックスここまで--------------*/


/*------------yesnoチャートここから----------------*/
.section-chart {
  background: rgba(246, 211, 196, 0.8);
  padding: 80px;
  margin: 0% 0 10%;
}
@media(max-width:375px) {
  .section-chart {
    margin: 10% 0;
    padding: 14% 6%;
    max-width: 750px;
    widows: 100%
    
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
    max-width: 750px;
    margin: 0 auto;
    widows: 100%;
  }
}
/*------------yesnoチャートここまで---------------*/
/*ボタンここから*/
.a.btn-gradient {
  display: inline-block;
  font-size: 40px;
  border-radius: 48px;
  padding: 40px auto;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
.btn, a.btn, button.btn {
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
@media(max-width:375px) {
  .btn, a.btn, button.btn {
    font-size: 3.0rem;
  }
}
a.btn-gradient {
  position: relative;
  font-weight: normal;
  border-radius: 48px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #9ed5db), to(#e7f56e));
  background-image: -webkit-linear-gradient(left, #9ed5db 40%, #e7f56e 100%);
  background-image: linear-gradient(90deg, #9ed5db 40%, #e7f56e 100%);
}
a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a.btn-gradient span {
  position: relative;
  z-index: 1;
}
a.btn-gradient:hover {
  color: #fff;
}
a.btn-gradient:hover:after {
  opacity: 0;
}
/*ボタンここまで_____________________________________*/
/*メンバー紹介ここから*/
.section-member {
  background-color: rgba(247, 218, 205, 0.8);
  padding: 76px auto 25px;
  margin-top: 8%;
}
@media(max-width:375px) {
  .section-member {
    height: 1160px;
  }
}
.section-member h2 {
  font-size: 75px;
  padding-top: 74px;
  font-family: 'Zen Maru Gothic';
  font-weight: 200;
}
@media(max-width:375px) {
  .section-member h2 {
    font-size: 40px;
    padding-top: 40px;
  }
}
.section-member__yano {
  display: flex;
  padding: 4%;
  margin: 4%;
  justify-content: center;
  align-items: center;
}
@media(max-width:560px) {
  .section-member__yano {
    padding: 60px 40px;
    display: flow-root;
  }
}
.section-member__yano img {
  widows: 222px;
  height: 222px;
}
@media(max-width:375px) {
  .section-member__yano img {
    zoom: 80%;
  }
}
.section-member__yanoprofile {
  text-align: left;
  padding-left: 42px;
  position: relative;
}
.section-member__yanoprofile dt {
  font-size: 27px;
  padding-bottom: 32px;
  font-weight: bold;
}
@media(max-width:375px) {
  .section-member__yanoprofile dt {
    font-size: 20px;
    padding-top: 8%;
  }
}
.section-member__staff ul {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}
.section-member__staff img {
  width: 222px;
  margin: 44px 0 36px;
}
.section-member__staff-tawaraya {
  width: 440px;
  height: 481px;
  background-color: #faf8f2;
  border-radius: 12px;
  margin: 60px 20px 40px 20px;
  
}
@media(max-width:375px) {
.section-member__staff-tawaraya {
 zoom: 80%;
}
}
.section-member__staff-tawaraya dl dt {
  font-size: 21px;
  padding-bottom: 20px;
}
.section-member__staff-tawaraya dl dd {
  margin: -20%;
  padding-top: 25%;
}
.section-member__staff-horigome {
  width: 440px;
  height: 481px;
  background-color: #faf8f2;
  border-radius: 12px;
  margin: 60px 20px 40px 20px;
  
}
@media(max-width:375px) {
.section-member__staff-horigome {
 zoom: 80%;
}
}
.section-member__staff-horigome dl dt {
  font-size: 21px;
  padding-bottom: 20px;
}
.section-member__staff-horigome dl dd {
  margin: -20%;
  padding-top: 25%;
}
.section-member__staff-maezono {
  width: 440px;
  height: 481px;
  background-color: #faf8f2;
  border-radius: 12px;
  margin: 60px 20px 40px 20px;
  
}
@media(max-width:375px) {
.section-member__staff-maezono {
 zoom: 80%;
}
}
.section-member__staff-maezono dl dt {
  font-size: 21px;
  padding-bottom: 20px;
}
.section-member__staff-maezono dl dd {
  margin: -20%;
  padding-top: 25%;
}
.section-member__staff-uryuu {
  width: 440px;
  height: 481px;
  background-color: #faf8f2;
  border-radius: 12px;
  margin: 60px 20px 40px 20px;
  
}
@media(max-width:375px) {
.section-member__staff-uryuu {
 zoom: 80%;
}
}
.section-member__staff-uryuu dl dt {
  font-size: 21px;
  padding-bottom: 20px;
}
.section-member__staff-uryuu dl dd {
  margin: -20%;
  padding-top: 25%;
}
.horizontal_scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  display: flex;
}
/*メンバー紹介ここまで______________________________*/
/*ご利用の流れここから*/
.section-flow {
  margin-bottom: 5vw;
}
.section-flow__1234 {
  max-width: 1440px;
  margin: 0 auto;
  width: 56%;
}
.resize_image {
  width: 57%
}
@media(max-width:750px) {
  .section-flow__1234 {
  max-width: 375px;
  margin: 0 auto;
  width: 87%;
  }
}
.section-flow h2 {
  padding: 80px 0 80px;
  font-size: 32px;
}
@media(max-width:375px) {
  .section-flow h2 {
    font-size: 20px;
  }
}
.section-flow-1 {
  position: relative;
  text-align: center;
  padding-left: 218px;
  background-image: linear-gradient(#9cebf3, #c1e2e4);
  width: 100%;
  border-radius: 0 20px;
}
.section-flow-1_img {
  text-align: left;
}
.section-flow-1_img img {
  width: 60%;
  position: absolute;
  top: 4%;
  left: 0%;
  padding: 2% 11% 2% 0%;
}
.section-flow-1 p {
  padding: 0 8% 10% 1%;
}

@media(max-width:750px) {
  .section-flow-1 {
    width: 328px;
    height: 104px;
    padding: 0% 0% 10% 38%;
  }
}
.section-flow-1 h3 {
  font-size: 25px;
  padding: 10% 10% 6%;
}
@media(max-width:750px) {
  .section-flow-1 h3 {
    font-size: 11px;
    padding: 4% 0 1%;
  }
}
@media(max-width:750px) {
  .section-flow-1 p {
    font-size: 7px;
    margin: 0 3% 1% -6%;
  }
}
/*------------下矢印ここから-------------*/
.arrow img {
  padding: 5% 0;
}
/*------------下矢印ここまで-------------*/
.section-flow-2 {
  position: relative;
  text-align: center;
  padding-left: 218px;
  background-image: linear-gradient(#c1e2e4, #f8d6d0);
  width: 100%;
  border-radius: 0 20px;
}
.section-flow-2 p {
  padding: 0 10% 16% 2%;
}

.section-flow-2_img {
  text-align: left;
}
.section-flow-2_img img {
  width: 60%;
  position: absolute;
  top: 4%;
  left: 0%;
  padding: 5% 12% 2% 0%;
}
@media(max-width:750px) {
  .section-flow-2 {
    width: 328px;
    height: 104px;
    padding: 0% 0% 10% 38%;
  }
}
.section-flow-2 h3 {
  font-size: 25px;
  padding: 10% 10% 6%;
}
@media(max-width:750px) {
  .section-flow-2 h3 {
    font-size: 11px;
    padding: 4% 0 1%;
  }
}
@media(max-width:750px) {
  .section-flow-2 p {
    font-size: 7px;
    margin: 3% 1% 1% 13%;
  }
}
.section-flow-3 {
  position: relative;
  text-align: center;
  padding-left: 218px;
  background-image: linear-gradient(#f8d6d0, #f3cabd);
  width: 100%;
  border-radius: 0 20px;
}
.section-flow-3 p {
 padding: 0 9% 12% 2%; 
}

.section-flow-3_img {
  text-align: left;
}
.section-flow-3_img img {
  width: 60%;
  position: absolute;
  top: 4%;
  left: 0%;
  padding: 2% 9% 2% 0%;
}
@media(max-width:750px) {
  .section-flow-3 {
    width: 328px;
    height: 104px;
    padding: 0% 0% 10% 38%;
  }
}
.section-flow-3 h3 {
  font-size: 25px;
  padding: 10% 10% 6%;
}
@media(max-width:750px) {
  .section-flow-3 h3 {
    font-size: 11px;
    padding: 2% 0 0%;
  }
}
@media(max-width:750px) {
  .section-flow-3 p {
    font-size: 5px;
    margin: 3% 2% 0% -10%;
    line-height: 18px;
  }
}
.section-flow-4 {
  position: relative;
  text-align: center;
  padding-left: 218px;
  background-image: linear-gradient(#f3cabd, #f8bba0);
  width: 100%;
  border-radius: 0 20px;
}
.section-flow-4 p {
  padding: 0% 9% 18% 0%;
}

.section-flow-4_img {
  text-align: left;
}
.section-flow-4_img img {
  width: 60%;
  position: absolute;
  top: 4%;
  left: 0%;
  padding: 5% 7% 1% 0%;
}
@media(max-width:750px) {
  .section-flow-4 {
    width: 328px;
    height: 104px;
    padding: 0% 0% 10% 38%;
  }
}
.section-flow-4 h3 {
  font-size: 25px;
  padding: 10% 10% 6%;
}
@media(max-width:750px) {
  .section-flow-4 h3 {
    font-size: 11px;
    padding: 4% 0 4%;
  }
}
@media(max-width:750px) {
  .section-flow-4 p {
    font-size: 7px;
    margin: 0 7% 1% 4%;
  }
}
/*ご利用の流れここまで__________________________________*/
/*会社概要ここから*/
.section-company {
  margin-top: 8%;
}
.section-company h2 {
  font-size: 75px;
  padding-bottom: 70px;
  font-family: 'Zen Maru Gothic';
  font-weight: 200;
}
@media(max-width:375px) {
  .section-company h2 {
    font-size: 40px;
  }
}
.section-company_table {
  max-width: 1440px;
  margin: 0 auto;
  width: 47%;
  margin-bottom: 80px;
  text-align: left;
  border-spacing: 0px 10px;
  border-collapse: separate;
}
.section-company_table th {
  width: 30%;
}
.section-company_table th, .section-company_table td {
  border-bottom: 1px solid #888888;
  padding: 0 -2% 0 -11%;
}
@media(max-width:375px) {
.section-company_table th, .section-company_table td {
  
 }
}
.section-company_table-td {
  padding: 10px 18px 0 60px;
}
@media(max-width:375px) {
  .section-company_table-td {
    padding: 10px 0px 0 10px;
  }
}
/*会社概要ここまで___________________________________________*/
/*モバイル版
_________________________________________________________*/
@media (max-width: 600px) {}