@charset "utf-8";
body {
  font-family: 'Noto Serif JP', serif;
}
.wrapper {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
p {
  letter-spacing: 0.4rem;
  line-height: 2.0;
}
.m80 {
  margin-bottom: 80px;
}
.f22 {
  font-size: 2.2rem;
}
.f120 {
  font-size: 120%;
  padding: 0 5px;
}
.wh {
  color: #fff;
}
.flex {
  display: flex;
}
.bl {
  background: linear-gradient(90deg, rgba(28, 156, 189, 1) 0%, rgba(2, 63, 100, 1) 100%);
}
.rd {
  color: #f71445;
}
section {
  margin: 80px auto;
  padding: 40px auto;
}
section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 40px auto;
  position: relative;
  display: flex;
  align-items: center;
}
section h2::before, section h2::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
}
section h2::before {
  margin-right: 40px
}
section h2::after {
  margin-left: 40px;
}
.navigation, .footernav {
  font-size: 2.2rem;
}
ul.flex.wh.wrapper {
  justify-content: center;
}
.navigation ul {
  display: flex;
  margin: 0 auto;
  padding: 0 3%;
  width: 94%;
  max-width: 1080px;
}
.navigation ul li, .footernav ul li {
  padding: 20px 0;
  flex: 1 0 auto;
}
.navigation ul li a, .footernav ul li a {
  position: relative;
}
.navigation ul li a:hover, .footernav ul li a:hover {
  opacity: 1;
}
.navigation ul li a::after, .footernav ul li a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.navigation ul li a:hover::after, .footernav ul li a:hover::after {
  width: 100%;
}
/*----------header----------*/
.logo img {
  width: 180px;
  margin: 20px;
}
.logo {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
}
.headerContact {
  position: relative;
  text-align: right;
}
.mv {
  text-align: right;
  position: relative;
}
.contactBtn {
  color: #fff;
  background-color: #BC1D1D;
  display: inline-block;
  padding: 20px;
}
.mainvisual {
  position: relative;
}
.mv_txt h2 {
  font-size: 6.4rem;
  font-weight: 700;
  position: absolute;
  z-index: 10;
  top: 10%;
  left: 3%;
  text-align: start;
  letter-spacing: 1.2rem;
  line-height: 1.5;
  text-shadow: 2px 2px 5px #fff;
}
.mv_txtSecond {
  font-weight: 700;
  text-align: left;
  position: absolute;
  bottom: 10%;
  right: 10px;
  text-shadow: 2px 2px 5px #fff;
  letter-spacing: 1.2rem;
}
.mv_txtSecond p {
  font-size: 2.4rem;
  text-indent: 3rem;
}
.mv_txtSecond h3 {
  font-size: 5.8rem;
}
/*----------about----------*/
#about {
  position: relative;
}
#about h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.aboutContent {
  padding: 40px;
  width: 702px;
  position: absolute;
  z-index: 5;
  top: 25%;
  left: 0;
  text-align: justify;
  background: linear-gradient(90deg, rgba(28, 156, 189, 0.8) 0%, rgba(2, 63, 100, 0.8) 100%);
  box-shadow: 5px 5px 5px -5px rgb(0 0 0 / 60%);
}
.aboutimg {
  text-align: right;
}
/*----------Service policy----------*/
#servicepolicy {
  background-image: url("../images/servicepolicy.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.servicepolicyContent {
  padding: 20px 0 80px;
}
#servicepolicy p {
  margin: 0 auto 20px;
  font-weight: bold;
}
/*----------marketer----------*/
#marketer p {
  letter-spacing: 0;
  font-size: 1.5rem;
}
#marketer h3 {
  font-size: 2.2rem;
  padding: 20px;
  line-height: 1.6;
  letter-spacing: 0.5rem;
}
.specialty {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px;
}
.people.flex:not(:last-child) {
  margin-right: 20px;
}
.people {
  width: calc((100% - 40px) / 3);
  font-size: 1.6rem;
}
.peopleimg {
  margin-right: 10px;
}
.peopleimg img {
  width: 120px;
  margin-bottom: 10px;
}
.peoplework {
  text-align: justify;
  letter-spacing: 0;
  margin-top: 10px;
}
.peoplework li {
  line-height: 2;
}
.marketerList {
  margin-bottom: 100px;
}
.workList {
  padding: 40px 60px 40px 80px;
  text-align: justify;
  line-height: 2;
}
.workList {
  text-align: justify;
  padding: 40px;
  background-color: #fff;
}
.workContent {
  padding: 1px;
  background: linear-gradient(to right, #1c9cbd, #023f64);
  position: relative;
  box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
}
.workList ul {
  width: 45%;
}
.workList01 {
  margin-right: 50px;
  margin-left: 20px;
}
.workList ul li {
  font-size: 2.0rem;
  font-weight: 500;
  list-style-type: disc;
  margin-bottom: 20px;
}
/*----------flow----------*/
#flow {
  background: linear-gradient(to right, #1c9cbd, #023f64);
}
.flowWrapper {
  padding: 1px 0;
  background-color: #fff;
  position: relative;
}
.flowWrapper .wrapper {
  margin-bottom: 120px;
}
.flowimg {
  padding: 20px 0;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step {
  width: 100%;
}
.step h3 {
  font-size: 2.rem;
  padding-bottom: 50px;
  text-align: center;
  margin-top: 24px;
}
.step:first-child img {
  width: 87px;
}
.step:nth-child(2n) img {
  width: 18px;
  vertical-align: middle;
}
.step:nth-child(3) img {
  width: 140px;
}
.step:nth-child(5) img {
  width: 73px;
}
.step:last-child img {
  width: 63px;
}
.flowContent {
  text-align: justify;
  padding: 0;
  padding: 16px;
  background-color: #fff;
  clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0 100%, 0% 34%);
  height: 320px;
}
.step {
  padding: 1px;
  background: linear-gradient(to right, #1c9cbd, #023f64);
  position: relative;
}
.flowttl {
  position: absolute;
  top: 10px;
  left: 10px;
}
.flowttl p {
  font-size: 1.2rem;
  line-height: 1.6;
}
.flow_txt {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.right {
  display: flex;
  align-items: center;
  padding: 10px;
}
/*----------price----------*/
table {
  text-align: justify;
  margin-bottom: 20px;
}
tbody {
  line-height: 2;
}
th {
  width: 30%;
}
td {
  padding-right: 20px;
}
#price {
  position: relative;
}
.priceContent {
  padding: 40px;
  text-align: justify;
  background: linear-gradient(90deg, rgba(28, 156, 189, 0.8) 0%, rgba(2, 63, 100, 0.8) 100%);
  position: absolute;
  top: 18%;
  right: 2%;
  width: 45%;
  box-shadow: 5px 5px 5px -5px rgb(0 0 0 / 60%);
}
.priceContent p {
  font-size: 1.6rem;
}
.priceimg {
  text-align: left;
}
/*----------contact----------*/
#contact {
  padding: 40px 0;
  margin: 80px auto;
}
.contactContent {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 80px;
}
.contactContent img {
  width: 70px;
  margin-right: 20px;
}
.contactContent p {
  font-size: 2.0rem;
}
/*----------footer----------*/
small {
  display: flex;
  height: 90px;
  justify-content: center;
  align-items: center;
}
.footernav {
  position: relative;
}
.jump {
  width: 80px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.jump a {
  font-size: 1.7rem;
}
.jump img {
  width: 45px;
}
.floatingPc {
  right: 0;
  bottom: 20%;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: fixed;
  z-index: 100000000;
}
.floatingPc p {
  font-size: 1.4rem;
  margin-top: 22px;
}
.floatingPc img {
  width: 64px;
  margin-top: 4px;
}