@charset "UTF-8";
@keyframes swipe-right-direction {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 12%;
  }
  100% {
    margin-left: 0;
  }
}
body {
  background-color: #E4F2F1;
}
body main {
  padding-top: 0;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  background-color: white;
  z-index: 0;
}

section.fixed-line {
  position: fixed;
  z-index: 12;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
section.fixed-line .container {
  max-width: 1856px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 24px;
  padding-right: 0;
}
section.fixed-line .container p.site-title a {
  display: block;
  width: 138px;
  height: 34px;
  background: url(../svgs/logo.svg) no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
}
section.fixed-line .container p.contact a {
  background-color: #E63939;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  font-size: 125%;
  font-weight: 700;
}
section.fixed-line .container p.contact a span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDEE00;
  height: 1em;
  border-radius: 0.5em;
  width: 3em;
  text-indent: -9999px;
  margin-left: 0.3em;
}
section.fixed-line .container p.contact a span::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background-color: #E63939;
  transition: background-color 300ms ease;
  -webkit-mask: url(../svgs/arrow04.svg) no-repeat center center;
  mask: url(../svgs/arrow04.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
section.fixed-line .container p.contact a:hover {
  background-color: #ff2424;
  transition: background-color 300ms ease;
}
section.fixed-line .container p.contact a:hover span::after {
  background-color: #ff2424;
  transition: background-color 300ms ease;
  animation: swipe-right-direction 600ms infinite alternate;
  animation-timing-function: ease-out, ease-in;
}
section.header {
  padding-top: 110px;
  margin: 0 32px;
}
section.header .container {
  max-width: 1856px;
  padding: 0;
}
section.header .container .head-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  height: 80px;
  padding-left: 24px;
  display: none;
}
section.header .container .head-line p.site-title a {
  display: block;
  width: 138px;
  height: 34px;
  background: url(../svgs/logo.svg) no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
}
section.header .container .head-line p.contact a {
  background-color: #E63939;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  font-size: 125%;
  font-weight: 700;
}
section.header .container .head-line p.contact a span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDEE00;
  height: 1em;
  border-radius: 0.5em;
  width: 3em;
  text-indent: -9999px;
  margin-left: 0.3em;
}
section.header .container .head-line p.contact a span::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background-color: #E63939;
  transition: background-color 300ms ease;
  -webkit-mask: url(../svgs/arrow04.svg) no-repeat center center;
  mask: url(../svgs/arrow04.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
section.header .container .head-line p.contact a:hover {
  background-color: #ff2424;
  transition: background-color 300ms ease;
}
section.header .container .head-line p.contact a:hover span::after {
  background-color: #ff2424;
  transition: background-color 300ms ease;
  animation: swipe-right-direction 600ms infinite alternate;
  animation-timing-function: ease-out, ease-in;
}
section.header .container .head-content {
  background: url(../images/lp/mirabotlink-campaign/bg01.png) repeat left top;
  position: relative;
  height: 936px;
  padding: 40px 0 0 0;
  overflow: hidden;
}
section.header .container .head-content h1 {
  width: 684px;
  height: 143px;
  margin: 0 auto;
  background: url(../images/lp/mirabotlink-campaign/title.png) no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
}
section.header .container .head-content > img.main-woman {
  width: 419px;
  height: auto;
  position: absolute;
  left: calc(50% - 210px);
  bottom: -480px;
}
section.header .container .head-content > img.l {
  width: 308px;
  height: auto;
  position: absolute;
  left: 3%;
  bottom: 160px;
}
section.header .container .head-content > img.r {
  width: 241px;
  height: auto;
  position: absolute;
  right: 3%;
  bottom: 30px;
}
section.header .container .head-content > p {
  position: absolute;
  font-weight: 700;
  font-size: 135%;
  line-height: 1.2;
  padding: 0 1em;
  height: 120px;
  border-radius: 1.6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
section.header .container .head-content > p span {
  display: block;
}
section.header .container .head-content > p span:last-child {
  font-size: 135%;
}
section.header .container .head-content > p::after {
  content: "";
  display: block;
  position: absolute;
}
section.header .container .head-content > p.lu {
  color: #483914;
  background-color: #F3F3A0;
  border: 1px dashed #483914;
  left: 5%;
  top: 200px;
  border-bottom-right-radius: 0.3em;
}
section.header .container .head-content > p.lu::after {
  width: 124px;
  height: 127px;
  right: -60px;
  bottom: -80px;
  background: url(../images/lp/mirabotlink-campaign/img01b.png) no-repeat center center;
  background-size: contain;
}
section.header .container .head-content > p.ru {
  color: #2B1448;
  background-color: #D7DAF3;
  border: 1px dashed #2B1448;
  right: 5%;
  top: 200px;
  border-bottom-left-radius: 0.3em;
}
section.header .container .head-content > p.ru::after {
  width: 113px;
  height: 122px;
  left: -60px;
  bottom: -80px;
  background: url(../images/lp/mirabotlink-campaign/img01c.png) no-repeat center center;
  background-size: contain;
}
section.header .container .head-content > p.ll {
  color: #144848;
  background-color: #D3EBEF;
  border: 1px dashed #144848;
  left: 10%;
  top: 400px;
  border-bottom-right-radius: 0.3em;
  padding-right: 2.4em;
}
section.header .container .head-content > p.ll::after {
  width: 128px;
  height: 120px;
  right: -90px;
  bottom: -40px;
  background: url(../images/lp/mirabotlink-campaign/img01d.png) no-repeat center center;
  background-size: contain;
}
section.header .container .head-content > p.rl {
  color: #004368;
  background-color: #CCE5F3;
  border: 1px dashed #004368;
  right: 4%;
  top: 400px;
  border-bottom-left-radius: 0.3em;
  padding-left: 2.4em;
}
section.header .container .head-content > p.rl::after {
  width: 128px;
  height: 120px;
  left: -90px;
  bottom: -40px;
  background: url(../images/lp/mirabotlink-campaign/img01e.png) no-repeat center center;
  background-size: contain;
}
section.header .container .head-content .center {
  width: 960px;
  min-height: 370px;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 480px);
  z-index: 2;
}
section.header .container .head-content .center h3 {
  background-color: #32B1B0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0;
  border-radius: 10px 10px 0 0;
}
section.header .container .head-content .center h3 span:first-child {
  display: inline-block;
  background-color: white;
  color: #32B1B0;
  font-size: 75%;
  width: 3.6em;
  border-radius: 50%;
  line-height: 3.6em;
  text-align: center;
  margin-right: 0.5em;
}
section.header .container .head-content .center h3 span:last-child {
  color: white;
  font-style: italic;
  font-size: 200%;
}
section.header .container .head-content .center h4 {
  background-color: #13A2A1;
  padding: 0.5em 0;
  color: white;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
section.header .container .head-content .center h4 > span:first-child {
  font-weight: 700;
  font-size: 125%;
}
section.header .container .head-content .center h4 > span:first-child .num {
  font-size: 150%;
}
section.header .container .head-content .center h4 > span:last-child {
  font-weight: 400;
}
section.header .container .head-content .center > div {
  display: flex;
  background-color: #F1F6F8;
}
section.header .container .head-content .center > div > div {
  width: 50%;
  padding: 12px 24px 0 24px;
  text-align: center;
}
section.header .container .head-content .center > div > div h6 {
  display: inline-block;
  background-color: #32B1B0;
  color: white;
  line-height: 2.2;
  border-radius: 1.2em;
  text-align: center;
  font-size: 115%;
  padding: 0 1em;
  margin: 0 auto 0.2em auto;
  position: relative;
}
section.header .container .head-content .center > div > div h6 span {
  position: relative;
  z-index: 3;
}
section.header .container .head-content .center > div > div h6::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 16px;
  height: 16px;
  background: #32B1B0;
}
section.header .container .head-content .center > div > div h5 {
  font-weight: 700;
  color: #144848;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
}
section.header .container .head-content .center > div > div h5 span.v {
  writing-mode: vertical-rl;
  font-size: 90%;
}
section.header .container .head-content .center > div > div h5 span.num {
  font-size: 220%;
}
section.header .container .head-content .center > div > div h5 span.num span {
  font-size: 240%;
}
section.header .container .head-content .center > div > div h5 span.red {
  color: #E63939;
  font-size: 300%;
}
section.header .container .head-content .center > div + p {
  background-color: #F1F6F8;
  font-size: 85%;
  padding-bottom: 2em;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
section.header .container .head-content .center > div + p br {
  display: none;
}
section.header .container .head-content .center .limit {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #EDEE00;
  color: #144848;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  right: -95px;
  top: 34px;
  font-weight: 700;
}
section.header .container .head-content .center .limit > span:first-child {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}
section.header .container .head-content .center .limit > span:first-child span:first-child {
  font-size: 140%;
  writing-mode: vertical-rl;
  align-self: center;
}
section.header .container .head-content .center .limit > span:first-child span:nth-child(2) {
  font-size: 500%;
  line-height: 0.8;
}
section.header .container .head-content .center .limit > span:first-child span:last-child {
  font-size: 260%;
}
section.header .container .head-content .center .limit > span:last-child {
  display: block;
  font-size: 200%;
  line-height: 1.2;
  transform: translateY(8px) translateX(0.3em);
}
section.one {
  padding: 160px 0;
  background: url(../images/lp/mirabotlink-campaign/bg02.png) no-repeat right top;
  position: relative;
}
section.one::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 869px;
  height: 824px;
  background: url(../images/lp/mirabotlink-campaign/bg02.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  pointer-events: none; /* クリックなどを無効化 */
  z-index: 0;
}
section.one .container {
  max-width: 1338px;
}
section.one .container h2 {
  text-align: center;
  font-size: 200%;
  color: #144848;
  font-weight: 700;
  padding-bottom: 2em;
}
section.one .container h2 span:nth-child(2) {
  font-size: 150%;
  color: #32B1B0;
  padding: 0 0.2em;
}
section.one .container .case {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 80px);
  position: relative;
  margin-bottom: 120px;
}
section.one .container .case > div {
  width: 52%;
  border-radius: 0.5em;
  padding: 12px 12px 32px 12px;
}
section.one .container .case > div:first-of-type {
  background-color: white;
  margin-top: 28px;
  padding-right: 1em;
}
section.one .container .case > div:first-of-type h5 {
  font-weight: 700;
  font-size: 85%;
  padding: 0.5em 0 16px 40px;
  background: url(../images/lp/mirabotlink-campaign/check-a.png) no-repeat left top;
  background-size: 32px auto;
  position: relative;
  color: #144848;
  margin-bottom: 1em;
}
section.one .container .case > div:first-of-type h5::after {
  content: "";
  width: calc(100% - 24px);
  height: 8px;
  display: block;
  background: url(../images/lp/mirabotlink-campaign/ruler.png) no-repeat left bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.one .container .case > div:first-of-type h4 {
  padding: 0 60px 0 40px;
  color: #144848;
  font-size: 150%;
  margin-bottom: 1em;
}
section.one .container .case > div:first-of-type h4 > span {
  display: block;
}
section.one .container .case > div:first-of-type h4 > span:last-child {
  font-size: 150%;
}
section.one .container .case > div:first-of-type h4 > span:last-child span {
  color: #32B1B0;
}
section.one .container .case > div:first-of-type > p {
  padding: 0 60px 0 40px;
}
section.one .container .case > div:last-of-type {
  background: linear-gradient(to right, #14B89F, #02AFC2, #48AAF9);
  margin-left: -20px;
}
section.one .container .case > div:last-of-type h5 {
  font-weight: 700;
  font-size: 85%;
  padding: 0.5em 0 16px 40px;
  background: url(../images/lp/mirabotlink-campaign/check-b.png) no-repeat left top;
  background-size: 32px auto;
  position: relative;
  color: white;
  border-bottom: 1px solid white;
  margin-bottom: 1em;
}
section.one .container .case > div:last-of-type h5 span {
  color: #EDEE00;
}
section.one .container .case > div:last-of-type h4 {
  padding: 0 30px;
  font-size: 150%;
  color: white;
  font-size: 150%;
  margin-bottom: 1em;
}
section.one .container .case > div:last-of-type h4 > span {
  display: block;
}
section.one .container .case > div:last-of-type h4 > span:last-child {
  font-size: 150%;
}
section.one .container .case > div:last-of-type h4 > span:last-child span {
  color: #EDEE00;
}
section.one .container .case > div:last-of-type > p {
  padding: 0 40px 0 30px;
  color: white;
}
section.one .container .case::before {
  content: "";
  display: block;
  position: absolute;
  width: 85px;
  height: 98px;
  left: calc(50% - 70px);
  top: 70px;
  background: url(../images/lp/mirabotlink-campaign/turn-arrow.png) no-repeat;
  background-size: contain;
}
section.one .container .case:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  width: 122px;
  height: 331px;
  right: -80px;
  top: 60px;
  background: url(../images/lp/mirabotlink-campaign/img03a.png) no-repeat center center;
  background-size: contain;
}
section.one .container .case:nth-of-type(2) {
  margin-left: 80px;
}
section.one .container .case:nth-of-type(2)::after {
  content: "";
  display: block;
  position: absolute;
  width: 99px;
  height: 334px;
  left: -80px;
  top: 90px;
  background: url(../images/lp/mirabotlink-campaign/img03b.png) no-repeat center center;
  background-size: contain;
}
section.one .container .case:nth-of-type(3)::after {
  content: "";
  display: block;
  position: absolute;
  width: 147px;
  height: 337px;
  right: -80px;
  top: 60px;
  background: url(../images/lp/mirabotlink-campaign/img03c.png) no-repeat center center;
  background-size: contain;
}
section.one .container .case:nth-of-type(4) {
  margin-left: 80px;
}
section.one .container .case:nth-of-type(4)::after {
  content: "";
  display: block;
  position: absolute;
  width: 147px;
  height: 328px;
  left: -100px;
  top: 90px;
  background: url(../images/lp/mirabotlink-campaign/img03d.png) no-repeat center center;
  background-size: contain;
}
section.two {
  padding: 0 32px;
}
section.two .container {
  max-width: 1856px;
  background-color: #82888C;
  position: relative;
  padding: 100px 0 160px 0;
}
section.two .container h2 {
  font-size: 500%;
  font-weight: 700;
  color: #82888C;
  text-align: center;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
section.two .container h2 br.tablet {
  display: none;
}
section.two .container > img.main-man {
  width: 173px;
  height: auto;
  position: absolute;
  left: calc(50% - 82px);
  bottom: 0;
  z-index: 2;
}
section.two .container > div:last-child {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}
section.two .container > div:last-child > p {
  position: relative;
  padding: 0.6em 1em;
  margin: 2em;
  border: 2px dotted #144848;
  border-radius: 1.6em;
  background: #fff;
  color: #144848;
  z-index: 1;
  font-weight: 700;
  font-size: 125%;
}
section.two .container > div:last-child > p::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 20px;
  height: 20px;
  background: #fff;
  border-left: 2px dotted #144848;
  border-bottom: 2px dotted #144848;
}
section.two .container > div:last-child > p::before {
  content: "";
  position: absolute;
  width: 179px;
  aspect-ratio: 358/250;
  background: url(../images/lp/mirabotlink-campaign/img05a.png) no-repeat center center;
  background-size: contain;
  bottom: -130px;
  left: 0;
}
section.two .container > div:last-child > p:nth-child(2) {
  transform: translateX(-100px) translateY(-60px);
}
section.two .container > div:last-child > p:nth-child(2)::before {
  width: 164px;
  aspect-ratio: 328/438;
  background: url(../images/lp/mirabotlink-campaign/img05b.png) no-repeat center center;
  background-size: contain;
  bottom: -200px;
}
section.two .container > div:last-child > p:nth-child(3) {
  transform: translateX(-180px);
}
section.two .container > div:last-child > p:nth-child(3)::before {
  width: 141px;
  aspect-ratio: 282/288;
  background: url(../images/lp/mirabotlink-campaign/img05c.png) no-repeat center center;
  background-size: contain;
  bottom: -180px;
}
section.two .container > div:last-child > p:nth-child(4) {
  transform: translateX(-80px);
}
section.two .container > div:last-child > p:nth-child(4)::before {
  width: 193px;
  aspect-ratio: 386/242;
  background: url(../images/lp/mirabotlink-campaign/img05d.png) no-repeat center center;
  background-size: contain;
  bottom: -160px;
  left: -40px;
}
section.two .container > div:last-child > p:nth-child(5) {
  transform: translateX(-100px) translateY(-60px);
}
section.two .container > div:last-child > p:nth-child(5)::before {
  width: 240px;
  aspect-ratio: 4/3;
  background-image: url(../images/lp/mirabotlink-campaign/img05e.png), url(../images/lp/mirabotlink-campaign/img05f.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 114px auto, 140px auto;
  background-position: left top, right 20%;
  bottom: -220px;
  left: -40px;
}
section.three {
  padding: 0 32px;
}
section.three .container {
  background: url(../images/lp/mirabotlink-campaign/bg01.png) repeat left top;
  position: relative;
  max-width: 1856px;
  padding: 120px 0;
}
section.three .container > div {
  width: 800px;
  transform: translateX(50%) translateX(-100px);
}
section.three .container > div h3 {
  position: relative;
  width: 34em;
  padding: 0.7em;
  margin-bottom: 2em;
  border: 2px dotted white;
  border-radius: 1.7em;
  color: #fff;
  z-index: 1;
  font-weight: 700;
  font-size: 115%;
  text-align: center;
  background: linear-gradient(to right, #14B89F, #02AFC2, #48AAF9);
}
section.three .container > div h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 30%;
  transform: translateX(-50%) rotate(-45deg);
  width: 20px;
  height: 20px;
  background: #02AFC2;
  border-left: 2px dashed white;
  border-bottom: 2px dashed white;
}
section.three .container > div h3 br {
  display: none;
}
section.three .container > div h2 {
  color: #144848;
  font-weight: 700;
  font-size: 200%;
  margin-bottom: 40px;
}
section.three .container > div h2 > span:first-child {
  display: block;
}
section.three .container > div h2 > span:nth-child(2) span:first-child {
  font-size: 150%;
  color: #32B1B0;
}
section.three .container > div h2 > span:last-child {
  font-size: 150%;
}
section.three .container > div > p:last-child {
  font-size: 85%;
  padding-top: 1em;
}
section.three .container > img.main-woman {
  width: 205px;
  height: auto;
  position: absolute;
  left: 70%;
  bottom: 0;
}
section.four {
  padding: 0 32px;
}
section.four .container {
  background-color: #32B1B0;
  max-width: 1856px;
  padding: 120px 0;
  overflow: hidden;
}
section.four .container > div {
  max-width: 900px;
  margin: 0 auto;
}
section.four .container > div.upper, section.four .container > div.lower {
  position: relative;
  z-index: 1;
}
section.four .container > div.upper h3, section.four .container > div.lower h3 {
  color: white;
  font-size: 150%;
  text-align: center;
  margin-bottom: 1em;
}
section.four .container > div.mid {
  position: relative;
  height: 940px;
  z-index: 0;
  padding: 110px 0 0 60px;
}
section.four .container > div.mid > div {
  position: relative;
  z-index: 1;
  color: white;
}
section.four .container > div.mid > div h3 {
  text-align: left;
  padding: 1em 140px 1em 1.6em;
  border-radius: 1.2em;
  border: 1px dashed white;
  position: relative;
  width: 46%;
  margin-bottom: 2.4em;
}
section.four .container > div.mid > div h3 > span {
  display: block;
  font-size: 120%;
}
section.four .container > div.mid > div h3 > span:nth-child(2) span:first-child {
  font-size: 120%;
  color: #EDEE00;
}
section.four .container > div.mid > div h3 > span:nth-child(3) {
  font-size: 150%;
}
section.four .container > div.mid > div h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 128px;
  height: 120px;
  background: url(../images/lp/mirabotlink-campaign/img01d.png) no-repeat center center;
  background-size: contain;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border-bottom-right-radius: 1.2em;
}
section.four .container > div.mid > div h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 30%;
  transform: translateX(-50%) rotate(-45deg);
  width: 24px;
  height: 24px;
  background: #4ababa;
  border-left: 1px dashed white;
  border-bottom: 1px dashed white;
}
section.four .container > div.mid > div h2 {
  font-size: 170%;
  margin-bottom: 1em;
}
section.four .container > div.mid > div h2 span {
  display: block;
}
section.four .container > div.mid > div h2 span:last-child {
  font-size: 260%;
}
section.four .container > div.mid > div p {
  width: 45%;
}
section.four .container > div.mid > img {
  position: absolute;
  z-index: 1;
}
section.four .container > div.mid > img.palette {
  width: 470px;
  height: auto;
  right: 0;
  top: 140px;
}
section.four .container > div.mid > img.palette.sp {
  display: none;
}
section.four .container > div.mid > img.cart {
  width: 420px;
  height: auto;
  right: 0;
  top: 420px;
}
section.four .container > div.mid > img.txt {
  width: 166px;
  height: auto;
  right: 300px;
  top: 460px;
}
section.four .container > div.mid::after {
  content: "";
  display: block;
  width: 1192px;
  height: 1192px;
  background: url(../images/lp/mirabotlink-campaign/bg03.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -146px;
  top: -96px;
  z-index: 0;
}
section.four .container > div.lower > div {
  padding: 60px 40px 50px 40px;
  margin-top: 60px;
  background-color: #13A2A1;
  border-radius: 10px;
  color: white;
}
section.four .container > div.lower > div h3 {
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 0.5em;
}
section.four .container > div.lower > div h3::after {
  content: "";
  width: 100%;
  height: 7px;
  display: block;
  background: url(../images/lp/mirabotlink-campaign/ruler-b.png) no-repeat left bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.four .container > div.lower > div table {
  border-top: none;
  border-left: none;
  margin-bottom: 20px;
}
section.four .container > div.lower > div table td {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #31b5b4;
}
section.four .container > div.lower > div table td:first-child {
  font-weight: 700;
}
section.four .container > div.lower > div > p {
  font-size: 85%;
}
section.five {
  padding: 0 32px;
}
section.five .container {
  background: url(../images/lp/mirabotlink-campaign/bg01.png) repeat left top;
  position: relative;
  max-width: 1856px;
  padding: 120px 0;
}
section.five .container h2 {
  color: #144848;
  font-weight: 700;
  font-size: 150%;
  text-align: center;
  padding-bottom: 2em;
}
section.five .container h2 span:first-child {
  display: block;
}
section.five .container h2 span:nth-child(2), section.five .container h2 span:last-child {
  font-size: 150%;
}
section.five .container h2 span:nth-child(2) {
  color: #32B1B0;
}
section.five .container h2 br.sp {
  display: none;
}
section.five .container > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
section.five .container > div img {
  flex-basis: 23%; /* 余白込みで4等分（100% - 3%×3の隙間） */
  -o-object-fit: contain;
     object-fit: contain; /* 画像の比率を保ちつつ収める */
  width: auto;
}
section.five .container > div img:first-child {
  height: 18px;
  margin-right: 1%;
}
section.five .container > div img:nth-child(2) {
  height: 27px;
  margin-right: 1%;
  margin-left: 1%;
}
section.five .container > div img:nth-child(3) {
  height: 59px;
  margin-right: 1%;
  margin-left: 1%;
}
section.five .container > div img:nth-child(4) {
  height: 85px;
  margin-right: 1%;
}
section.six {
  padding: 120px;
}
section.six .container h3 {
  color: #144848;
  text-align: center;
  font-size: 200%;
  padding-bottom: 2em;
}
section.six .container .case {
  max-width: 1280px;
  background: url(../images/lp/mirabotlink-campaign/bg01.png) repeat left top;
  border-top-right-radius: 1.6em;
  padding: 60px 32px 32px 32px;
  margin-bottom: 36px;
  position: relative;
}
section.six .container .case > p.num {
  position: absolute;
  top: 0;
  right: 0.5em;
  color: white;
  font-size: 200%;
  font-weight: 700;
  text-shadow: -1px -1px 0 #144848, 1px -1px 0 #144848, -1px 1px 0 #144848, 1px 1px 0 #144848;
}
section.six .container .case > div:last-child {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.six .container .case > div:last-child div:first-child {
  width: calc(100% - 384px);
}
section.six .container .case > div:last-child div:first-child h5 {
  font-weight: 700;
  font-size: 100%;
  padding: 0.5em 0 16px 40px;
  background: url(../images/lp/mirabotlink-campaign/check-c.png) no-repeat left top;
  background-size: 32px auto;
  position: relative;
  color: #144848;
  margin-bottom: 1em;
}
section.six .container .case > div:last-child div:first-child h5::after {
  content: "";
  width: calc(100% - 24px);
  height: 8px;
  display: block;
  background: url(../images/lp/mirabotlink-campaign/ruler.png) no-repeat left bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.six .container .case > div:last-child div:first-child h4 {
  font-weight: 700;
  font-size: 200%;
  color: #144848;
  padding-bottom: 1em;
}
section.six .container .case > div:last-child div:last-child {
  width: 360px;
  height: 240px;
  border: 1px solid #E5ECE9;
  border-radius: 0.3em;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.six .container .case:first-of-type > div:last-child div:last-child img {
  width: 244px;
  height: auto;
}
section.six .container .case:nth-of-type(2) {
  border-top-left-radius: 1.6em;
  border-top-right-radius: 0;
}
section.six .container .case:nth-of-type(2) > p.num {
  right: initial;
  left: 0.5em;
}
section.six .container .case:nth-of-type(2) > div:last-child {
  flex-direction: row-reverse;
}
section.six .container .case:nth-of-type(2) > div:last-child div:last-child img {
  width: 250px;
  height: auto;
}
section.six .container .case:nth-of-type(3) > div:last-child div:last-child img {
  width: 205px;
  height: auto;
}
section.six .container .case:nth-of-type(4) {
  border-top-left-radius: 1.6em;
  border-top-right-radius: 0;
  margin-bottom: 120px;
}
section.six .container .case:nth-of-type(4) > p.num {
  right: initial;
  left: 0.5em;
}
section.six .container .case:nth-of-type(4) > div:last-child {
  flex-direction: row-reverse;
}
section.six .container .case:nth-of-type(4) > div:last-child div:last-child img {
  width: 99px;
  height: auto;
}
section.six .container .outcome {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  color: #144848;
}
section.six .container .outcome h4 {
  font-size: 150%;
  padding-bottom: 1em;
}
section.six .container .outcome p {
  width: 58%;
}
section.six .container .outcome p:first-of-type {
  padding-bottom: 2em;
}
section.six .container .outcome p:last-of-type {
  padding-bottom: 5em;
}
section.six .container .outcome img {
  position: absolute;
  right: 20px;
}
section.six .container .outcome img:first-of-type {
  top: 0;
  width: 348px;
  height: auto;
}
section.six .container .outcome img:last-of-type {
  bottom: 0;
  width: 227px;
  height: auto;
}
section.six .container .outcome + .graph {
  margin-bottom: 30px;
}
section.six .container .outcome + .graph + .graph {
  margin-bottom: 20px;
}
section.six .container .outcome + .graph + .graph + p {
  text-align: center;
  font-size: 85%;
  color: #144848;
  margin-bottom: 120px;
}
section.six .container .graph {
  max-width: 1110px;
  margin: 0 auto;
  background-color: white;
  display: flex;
  align-items: stretch;
}
section.six .container .graph h4 {
  writing-mode: vertical-rl;
  padding: 20px 20px 0 20px;
  font-size: 180%;
  font-weight: 700;
  color: #144848;
  border-right: 1px dashed #C4D6D3;
}
section.six .container .graph h4 span {
  color: #32B1B0;
}
section.six .container .graph img {
  width: 80%;
  height: auto;
  margin: 30px auto;
}
section.six .container .graph img.sp {
  display: none;
}
section.six .container .campaign {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}
section.six .container .campaign h3 {
  background-color: #32B1B0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0;
  font-size: 115%;
}
section.six .container .campaign h3 span:first-child {
  display: inline-block;
  background-color: white;
  color: #32B1B0;
  font-size: 75%;
  width: 3.6em;
  border-radius: 50%;
  line-height: 3.6em;
  text-align: center;
  margin-right: 0.5em;
}
section.six .container .campaign h3 span:last-child {
  color: white;
  font-style: italic;
  font-size: 200%;
}
section.six .container .campaign h4 {
  background-color: #13A2A1;
  padding: 0.5em 0;
  color: white;
  text-align: center;
  line-height: 1.4;
}
section.six .container .campaign h4 > span {
  display: block;
}
section.six .container .campaign h4 > span:first-child {
  font-weight: 700;
  font-size: 125%;
}
section.six .container .campaign h4 > span:first-child .num {
  font-size: 150%;
}
section.six .container .campaign h4 > span:last-child {
  font-weight: 400;
}
section.six .container .campaign > div {
  display: flex;
  background-color: #F1F6F8;
}
section.six .container .campaign > div > div {
  width: 50%;
  padding: 12px 24px 10px 0;
  text-align: center;
}
section.six .container .campaign > div > div h6 {
  display: inline-block;
  background-color: #32B1B0;
  color: white;
  line-height: 2.2;
  border-radius: 1.2em;
  text-align: center;
  font-size: 115%;
  padding: 0 1em;
  margin: 0 auto;
  position: relative;
}
section.six .container .campaign > div > div h6 span {
  position: relative;
  z-index: 3;
}
section.six .container .campaign > div > div h6::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 16px;
  height: 16px;
  background: #32B1B0;
}
section.six .container .campaign > div > div h5 {
  font-weight: 700;
  color: #144848;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
}
section.six .container .campaign > div > div h5 span.v {
  writing-mode: vertical-rl;
  font-size: 90%;
}
section.six .container .campaign > div > div h5 span.num {
  font-size: 220%;
}
section.six .container .campaign > div > div h5 span.num span {
  font-size: 240%;
}
section.six .container .campaign > div > div h5 span.red {
  color: #E63939;
  font-size: 300%;
}
section.six .container .campaign > div > div img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
section.six .container .campaign > div > div:first-child {
  padding: 12px 0 10px 24px;
}
section.six .container .campaign > div > div:first-child img {
  margin-top: 40px;
}
section.six .container .campaign > p {
  background-color: #F1F6F8;
  text-align: center;
  color: #4F5355;
  font-size: 85%;
  padding: 1em 0 3em 0;
}
section.six .container .campaign .limit {
  position: absolute;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background-color: #EDEE00;
  color: #144848;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  right: 20px;
  top: 16px;
  font-weight: 700;
}
section.six .container .campaign .limit > span:first-child {
  transform: translateY(10px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}
section.six .container .campaign .limit > span:first-child span:first-child {
  font-size: 140%;
  writing-mode: vertical-rl;
  align-self: center;
}
section.six .container .campaign .limit > span:first-child span:nth-child(2) {
  font-size: 500%;
  line-height: 0.8;
}
section.six .container .campaign .limit > span:first-child span:last-child {
  font-size: 260%;
}
section.six .container .campaign .limit > span:last-child {
  display: block;
  font-size: 200%;
  line-height: 1.2;
  transform: translateX(0.3em) translateY(16px);
}
section.seven {
  padding: 0 32px;
}
section.seven .container {
  background: url(../images/lp/mirabotlink-campaign/bg01.png) repeat left top;
  position: relative;
  max-width: 1856px;
  padding: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.seven .container p {
  color: #144848;
  font-size: 150%;
  font-weight: 700;
}
section.seven .container p span {
  font-size: 150%;
}
section.seven .container p br.tablet {
  display: none;
}
section.seven .container::before {
  content: "";
  display: block;
  width: 214px;
  height: 461px;
  background: url(../images/lp/mirabotlink-campaign/img09.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 10%;
  bottom: 0;
}
section.seven .container::after {
  content: "";
  display: block;
  width: 204px;
  height: 437px;
  background: url(../images/lp/mirabotlink-campaign/img01a.png) no-repeat center top;
  background-size: cover;
  position: absolute;
  right: 10%;
  bottom: 0;
}
section.eight {
  padding: 0 32px;
}
section.eight .container {
  position: relative;
  max-width: 1856px;
  padding: 120px 0;
  background: linear-gradient(to right, #14B89F, #02AFC2, #48AAF9);
}
section.eight .container .upper {
  max-width: 1110px;
  padding-bottom: 20px;
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid white;
  color: white;
}
section.eight .container .upper p:first-child {
  font-size: 200%;
  line-height: 1.4;
  font-weight: 700;
}
section.eight .container .upper p:nth-child(2) {
  font-size: 360%;
  font-weight: 700;
}
section.eight .container .upper p:last-child span:first-child {
  display: inline-block;
  padding: 0.1em 0.5em;
  margin-right: 0.5em;
  background-color: white;
  font-size: 80%;
  color: #259FC5;
  font-weight: 700;
}
section.eight .container .lower {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
section.eight .container .lower > div {
  width: 690px;
}
section.eight .container .lower > div img {
  width: 100%;
  height: auto;
}
section.eight .container .lower > div img.sp {
  display: none;
}
section.eight .container .lower > div p {
  font-size: 85%;
  color: white;
  padding-left: 1em;
}
section.eight .container .lower > p:last-child {
  display: flex;
  align-items: center;
}
section.eight .container .lower > p:last-child a {
  width: 360px;
  height: 80px;
  background-color: #E63939;
  transition: background-color 300ms ease;
  border-radius: 40px;
  display: flex;
  justify-content: left;
  align-items: center;
  color: white;
  font-size: 140%;
  font-weight: 700;
  position: relative;
  padding-left: 1.6em;
}
section.eight .container .lower > p:last-child a::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: calc(50% - 26px);
  right: 14px;
  background-color: #EDEE00;
  border-radius: 50%;
}
section.eight .container .lower > p:last-child a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 32px;
  background-color: #E63939;
  transition: background-color 300ms ease;
  -webkit-mask: url(../svgs/arrow04.svg) no-repeat center center;
  mask: url(../svgs/arrow04.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
section.eight .container .lower > p:last-child a:hover {
  background-color: #ff2424;
  transition: background-color 300ms ease;
}
section.eight .container .lower > p:last-child a:hover::after {
  background-color: #ff2424;
  transition: background-color 300ms ease;
}
section.nine {
  padding: 160px 0;
  background: url(../images/lp/mirabotlink-campaign/bg02.png) no-repeat right top;
}
section.nine .container {
  color: #144848;
}
section.nine .container h2 {
  font-size: 280%;
  font-weight: 700;
  padding-bottom: 60px;
}
section.nine .container p {
  font-weight: 700;
  font-size: 120%;
  line-height: 2.2;
}
section.nine .container p:first-of-type {
  padding-bottom: 4em;
}
section.nine .container p:last-child {
  display: flex;
  align-items: center;
}
section.nine .container p:last-child a {
  width: 640px;
  height: 136px;
  background: linear-gradient(to right, #48AAF9, #02AFC2, #14B89F, #02AFC2, #48AAF9);
  background-size: 200% auto;
  background-position: -100% center;
  transition: background-position 300ms ease;
  border-radius: 68px;
  display: flex;
  justify-content: left;
  align-items: center;
  color: white;
  font-size: 115%;
  font-weight: 700;
  position: relative;
  padding-left: 1.6em;
}
section.nine .container p:last-child a::before {
  content: "";
  display: block;
  width: 88px;
  height: 88px;
  position: absolute;
  top: calc(50% - 44px);
  right: 24px;
  background-color: #EDEE00;
  transition: background-color 300ms ease;
  border-radius: 50%;
}
section.nine .container p:last-child a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 58px;
  background-color: #48AAF9;
  transition: background-color 300ms ease;
  -webkit-mask: url(../svgs/arrow04.svg) no-repeat center center;
  mask: url(../svgs/arrow04.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
section.nine .container p:last-child a:hover {
  background-position: left center;
  transition: background-position 300ms ease;
}

@media screen and (max-width: 1800px) {
  section.header .container .head-content > img.l {
    left: 0;
  }
  section.header .container .head-content > img.r {
    right: 0;
  }
}
@media screen and (max-width: 1600px) {
  section.header .container .head-content > p.lu {
    left: 1%;
  }
  section.header .container .head-content > p.ll {
    left: 5%;
  }
  section.header .container .head-content > p.rl {
    right: 1%;
  }
  section.header .container .head-content .center {
    width: 60%;
    left: 20%;
  }
  section.two .container h2 {
    font-size: 5.4vw;
  }
  section.two .container > img.main-man {
    left: calc(50% - 5vw);
  }
  section.two .container > div:last-child {
    width: 100%;
  }
  section.three .container > div {
    transform: unset;
    margin-left: calc(50% - 520px);
  }
  section.three .container > img {
    left: calc(50% + 360px);
  }
  section.seven .container::before {
    left: 3%;
  }
  section.seven .container::after {
    right: 3%;
  }
}
@media screen and (max-width: 1500px) {
  section.two .container > img.main-man {
    left: calc(50% - 2vw);
  }
  section.two .container > div:last-child > p:first-child {
    transform: translateX(-1vw);
  }
  section.two .container > div:last-child > p:nth-child(2) {
    transform: translateX(-3vw) translateY(-60px);
  }
  section.two .container > div:last-child > p:nth-child(2)::before {
    bottom: -200px;
  }
  section.two .container > div:last-child > p:nth-child(3) {
    transform: translateX(-6vw);
  }
  section.two .container > div:last-child > p:nth-child(3)::before {
    bottom: -180px;
  }
  section.two .container > div:last-child > p:nth-child(4) {
    transform: translateX(-1vw);
  }
  section.two .container > div:last-child > p:nth-child(4)::before {
    left: -40px;
  }
  section.two .container > div:last-child > p:nth-child(5) {
    transform: translateX(-3vw) translateY(-60px);
  }
  section.two .container > div:last-child > p:nth-child(5)::before {
    background-position: left top, right 20%;
    bottom: -220px;
    left: -40px;
  }
}
@media screen and (max-width: 1300px) {
  section.header {
    overflow: hidden;
    position: relative;
    padding: 110px 32px 0 32px;
    margin: 0;
  }
  section.header .container .head-content {
    height: auto;
  }
  section.header .container .head-content h1 {
    margin-bottom: 24px;
  }
  section.header .container .head-content > p {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  section.header .container .head-content > p.lu, section.header .container .head-content > p.ll, section.header .container .head-content > p.ru, section.header .container .head-content > p.rl {
    top: initial;
    left: initial;
    right: initial;
  }
  section.header .container .head-content > p.rl {
    margin-left: 34%;
    margin-bottom: 38px;
  }
  section.header .container .head-content > p.ll {
    margin-left: 16%;
    margin-bottom: 38px;
  }
  section.header .container .head-content > p.ru {
    margin-left: 40%;
    margin-bottom: 78px;
  }
  section.header .container .head-content > p.lu {
    margin-left: 28%;
    margin-bottom: 78px;
  }
  section.header .container .head-content > img.main-woman {
    display: none;
  }
  section.header .container .head-content > img.l {
    bottom: initial;
    left: 2%;
    top: 560px;
  }
  section.header .container .head-content > img.r {
    bottom: initial;
    right: 5%;
    top: 240px;
  }
  section.header .container .head-content .center {
    position: relative;
    width: 80%;
    left: initial;
    margin-left: 5%;
  }
  section.header::after {
    content: "";
    display: block;
    width: 419px;
    height: 720px;
    position: absolute;
    right: -80px;
    bottom: 0;
    background: url(../images/lp/mirabotlink-campaign/img01a.png) repeat center top;
    background-size: cover;
  }
  section.three .container > div {
    width: calc(80% - 240px);
    margin-left: 8%;
  }
  section.three .container > img.main-woman {
    left: initial;
    right: 8%;
  }
  section.seven .container p {
    padding: 0;
    width: calc(100% - 680px);
    margin: 0 auto;
  }
  section.seven .container p br.tablet {
    display: inline;
  }
  section.seven .container::before {
    left: 5%;
  }
  section.seven .container::after {
    right: 5%;
  }
}
@media screen and (max-width: 1200px) {
  section.three .container > div {
    width: calc(90% - 240px);
    margin-left: 3%;
  }
  section.three .container > img.main-woman {
    right: 3%;
  }
  section.six .container .outcome p {
    width: calc(100% - 400px);
  }
  section.eight .container .upper {
    display: grid;
    grid-template-columns: 18em auto;
    grid-template-rows: auto auto;
    justify-content: center;
  }
  section.eight .container .upper p:first-child {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  section.eight .container .upper p:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
    text-align: center;
  }
  section.eight .container .upper p:last-child {
    grid-column: 2/3;
    grid-row: 2/3;
    text-align: center;
  }
  section.eight .container .lower {
    display: block;
  }
  section.eight .container .lower > div {
    margin: 0 auto 36px auto;
  }
  section.eight .container .lower > p a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  section.two .container h2 {
    margin-bottom: 0;
  }
  section.two .container > img.main-man {
    left: initial;
    right: 12px;
  }
  section.two .container > div:last-child {
    display: block;
    height: 38vw;
    margin: 0 auto 0 0;
    position: relative;
  }
  section.two .container > div:last-child > p {
    position: absolute;
  }
  section.two .container > div:last-child > p:first-child {
    left: 0;
    top: 3vw;
    transform: none;
  }
  section.two .container > div:last-child > p:nth-child(2) {
    left: 30%;
    top: 0;
    transform: none;
  }
  section.two .container > div:last-child > p:nth-child(3) {
    left: 60%;
    top: 0;
    transform: none;
  }
  section.two .container > div:last-child > p:nth-child(4) {
    transform: none;
    left: 14%;
    top: 24vw;
  }
  section.two .container > div:last-child > p:nth-child(5) {
    transform: none;
    left: 46%;
    top: 22vw;
  }
  section.two .container > div:last-child > p:nth-child(5)::before {
    background-position: left top, right 20%;
  }
  section.five .container > div {
    flex-wrap: wrap;
    row-gap: 80px;
  }
  section.five .container > div img {
    flex-basis: 50%;
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
  }
  section.five .container > div img:first-child {
    margin-right: 0;
  }
  section.five .container > div img:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
  }
  section.five .container > div img:nth-child(3) {
    margin-right: 0;
    margin-left: 0;
  }
  section.five .container > div img:nth-child(4) {
    margin-right: 0;
  }
  section.six {
    padding: 120px 5%;
  }
  section.seven .container {
    padding: 100px 0 400px 0;
  }
  section.seven .container p {
    width: 80%;
  }
  section.seven .container p br.tablet {
    display: none;
  }
  section.seven .container::before {
    left: 8%;
    height: 361px;
    background-size: cover;
    background-position: center top;
  }
  section.seven .container::after {
    right: 8%;
    height: 337px;
  }
}
@media screen and (max-width: 1000px) {
  section.header .container .head-content > P.lu {
    border-bottom-right-radius: 1.6em;
    border-bottom-left-radius: 0.3em;
    margin-left: 14%;
  }
  section.header .container .head-content > P.lu::after {
    right: initial;
    left: -80px;
    bottom: -80px;
  }
  section.header .container .head-content .center {
    margin-bottom: 1.6em;
  }
  section.header .container .head-content .center h4 > span {
    display: block;
  }
  section.header .container .head-content .center > div > div h5 {
    line-height: 1.1;
    padding-bottom: 0.5em;
  }
  section.header .container .head-content .center > div > div h5 span.red {
    display: block;
  }
  section.header .container .head-content .center > div + p br {
    display: inline;
  }
  section.one {
    background-size: 70% auto;
  }
  section.one::after {
    width: 70%;
    aspect-ratio: 869/824;
  }
  section.two .container {
    padding: 80px 0 160px 0;
  }
  section.two .container h2 {
    font-size: 7vw;
  }
  section.two .container h2 br.pc {
    display: none;
  }
  section.two .container h2 br.tablet {
    display: inline;
  }
  section.four .container > div {
    padding: 0 3%;
  }
  section.four .container > div.lower table td:first-child {
    width: 12em;
  }
  section.six {
    padding: 120px 0;
  }
  section.seven .container p {
    width: 90%;
  }
  section.nine {
    background-size: 70% auto;
  }
}
@media screen and (max-width: 900px) {
  section.header .container .head-content {
    padding-top: 4vw;
  }
  section.header .container .head-content h1 {
    width: 90%;
    aspect-ratio: 684/143;
    height: auto;
  }
  section.header .container .head-content > img.l {
    width: 30vw;
    left: 0;
  }
  section.header .container .head-content > img.r {
    width: 24vw;
    top: 320px;
    right: 0;
  }
  section.header .container .head-content > p.ll {
    margin-left: 8%;
  }
  section.header .container .head-content .center {
    width: 90%;
  }
  section.header .container .head-content .center > div > div h6 {
    padding: 0.3em 1em;
    line-height: 1.4;
  }
  section.header .container .head-content .center > div > div h6 span {
    display: block;
  }
  section.header .container .head-content .center > div + p br {
    display: inline;
  }
  section.header .container .head-content .center .limit {
    width: 18vw;
    height: 18vw;
    right: -4vw;
    top: 5vw;
    font-size: 1.6vw;
  }
  section.header::after {
    width: 46vw;
    height: 100vw;
    right: -10vw;
  }
  section.one .container .case {
    width: 100%;
  }
  section.one .container .case:first-of-type, section.one .container .case:nth-of-type(2), section.one .container .case:nth-of-type(3), section.one .container .case:nth-of-type(4), section.one .container .case:nth-of-type(5) {
    margin: 0 0 120px 0;
    padding: 1em;
  }
  section.one .container .case:first-of-type::after, section.one .container .case:nth-of-type(2)::after, section.one .container .case:nth-of-type(3)::after, section.one .container .case:nth-of-type(4)::after, section.one .container .case:nth-of-type(5)::after {
    content: none;
  }
  section.one .container .case:first-of-type > div:first-of-type h4, section.one .container .case:nth-of-type(2) > div:first-of-type h4, section.one .container .case:nth-of-type(3) > div:first-of-type h4, section.one .container .case:nth-of-type(4) > div:first-of-type h4, section.one .container .case:nth-of-type(5) > div:first-of-type h4 {
    padding: 0 1.8em 0 0.5em;
  }
  section.one .container .case:first-of-type > div:first-of-type > p, section.one .container .case:nth-of-type(2) > div:first-of-type > p, section.one .container .case:nth-of-type(3) > div:first-of-type > p, section.one .container .case:nth-of-type(4) > div:first-of-type > p, section.one .container .case:nth-of-type(5) > div:first-of-type > p {
    padding: 0 1em;
  }
  section.one .container .case:first-of-type > div:last-of-type h4, section.one .container .case:nth-of-type(2) > div:last-of-type h4, section.one .container .case:nth-of-type(3) > div:last-of-type h4, section.one .container .case:nth-of-type(4) > div:last-of-type h4, section.one .container .case:nth-of-type(5) > div:last-of-type h4 {
    padding: 0 0.5em 0 1.2em;
  }
  section.one .container .case:first-of-type > div:last-of-type > p, section.one .container .case:nth-of-type(2) > div:last-of-type > p, section.one .container .case:nth-of-type(3) > div:last-of-type > p, section.one .container .case:nth-of-type(4) > div:last-of-type > p, section.one .container .case:nth-of-type(5) > div:last-of-type > p {
    padding: 0 1em;
  }
  section.two .container > img.main-man {
    width: 30vw;
    right: 1%;
  }
  section.two .container > div:last-child {
    height: 68vw;
    margin: 0;
  }
  section.two .container > div:last-child > p {
    position: absolute;
  }
  section.two .container > div:last-child > p:first-child {
    left: 0;
    top: 6vw;
  }
  section.two .container > div:last-child > p:first-child::before {
    width: 21vw;
    bottom: -16vw;
  }
  section.two .container > div:last-child > p:nth-child(2) {
    left: 26%;
    top: 52vw;
    transform: none;
  }
  section.two .container > div:last-child > p:nth-child(2)::before {
    width: 20vw;
    bottom: -24vw;
  }
  section.two .container > div:last-child > p:nth-child(3) {
    left: 34%;
    top: 29vw;
  }
  section.two .container > div:last-child > p:nth-child(3)::before {
    width: 18vw;
    bottom: -21vw;
    left: 2vw;
  }
  section.two .container > div:last-child > p:nth-child(4) {
    left: 30%;
    top: 0;
  }
  section.two .container > div:last-child > p:nth-child(4)::before {
    width: 22vw;
    left: -2vw;
    bottom: -18vw;
  }
  section.two .container > div:last-child > p:nth-child(5) {
    left: 2%;
    top: 32vw;
  }
  section.two .container > div:last-child > p:nth-child(5)::before {
    width: 17vw;
    aspect-ratio: 5/8;
    background-size: 13vw auto, 16vw auto;
    background-position: left top, right bottom;
    bottom: -32vw;
    left: 0;
  }
  section.four .container > div.mid {
    width: 100%;
    height: auto;
    margin: 0 auto 80px auto;
    padding: 10vw 0 56vw 0;
  }
  section.four .container > div.mid > div {
    position: relative;
    z-index: 1;
    color: white;
  }
  section.four .container > div.mid > div h3 {
    width: 50%;
    margin: 0 auto 2.4em auto;
  }
  section.four .container > div.mid > div h3::after {
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 24px;
    height: 24px;
  }
  section.four .container > div.mid > div h2 {
    text-align: center;
  }
  section.four .container > div.mid > div p {
    width: 60%;
    margin: 0 auto;
  }
  section.four .container > div.mid > img.palette {
    right: initial;
    top: initial;
  }
  section.four .container > div.mid > img.palette.pc {
    display: none;
  }
  section.four .container > div.mid > img.palette.sp {
    display: block;
    left: 0;
    width: 318px;
    bottom: 18vw;
    left: 0;
  }
  section.four .container > div.mid > img.cart {
    right: 0;
    top: initial;
    bottom: 0;
  }
  section.four .container > div.mid > img.txt {
    width: 166px;
    height: auto;
    right: initial;
    top: initial;
    left: 20vw;
    bottom: 3vw;
  }
  section.four .container > div.mid::after {
    width: 120vw;
    height: 120vw;
    left: -14vw;
    top: 8vw;
  }
  section.four .container > div.lower > div {
    padding: 60px 40px 50px 40px;
    margin-top: 60px;
    background-color: #13A2A1;
    border-radius: 10px;
    color: white;
  }
  section.four .container > div.lower > div h3 {
    position: relative;
    padding-bottom: 0.8em;
    margin-bottom: 0.5em;
  }
  section.four .container > div.lower > div h3::after {
    content: "";
    width: 100%;
    height: 7px;
    display: block;
    background: url(../images/lp/mirabotlink-campaign/ruler-b.png) no-repeat left bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  section.four .container > div.lower > div table {
    border-top: none;
    border-left: none;
    margin-bottom: 20px;
  }
  section.four .container > div.lower > div table td {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #31b5b4;
  }
  section.four .container > div.lower > div table td:first-child {
    font-weight: 700;
  }
  section.four .container > div.lower > div > p {
    font-size: 85%;
  }
  section.six .container .case:first-of-type > div:last-child, section.six .container .case:nth-of-type(2) > div:last-child, section.six .container .case:nth-of-type(3) > div:last-child, section.six .container .case:nth-of-type(4) > div:last-child {
    flex-direction: column-reverse;
  }
  section.six .container .case:first-of-type > div:last-child div:first-child, section.six .container .case:nth-of-type(2) > div:last-child div:first-child, section.six .container .case:nth-of-type(3) > div:last-child div:first-child, section.six .container .case:nth-of-type(4) > div:last-child div:first-child {
    width: 100%;
  }
  section.six .container .case:first-of-type > div:last-child div:last-child, section.six .container .case:nth-of-type(2) > div:last-child div:last-child, section.six .container .case:nth-of-type(3) > div:last-child div:last-child, section.six .container .case:nth-of-type(4) > div:last-child div:last-child {
    width: 100%;
    margin-bottom: 20px;
  }
  section.six .container .case:first-of-type > div:last-child div:last-child img, section.six .container .case:nth-of-type(2) > div:last-child div:last-child img, section.six .container .case:nth-of-type(3) > div:last-child div:last-child img, section.six .container .case:nth-of-type(4) > div:last-child div:last-child img {
    max-width: 90%;
  }
  section.six .container .outcome {
    padding-top: 40vw;
  }
  section.six .container .outcome p {
    width: 100%;
  }
  section.six .container .outcome img {
    right: initial;
  }
  section.six .container .outcome img:first-of-type {
    top: 0;
    left: 6vw;
    width: 50vw;
    height: auto;
  }
  section.six .container .outcome img:last-of-type {
    bottom: initial;
    top: 0;
    right: 6vw;
    width: 32vw;
    height: auto;
  }
  section.six .container .campaign > div > div h6 {
    margin: 0 auto 1.2em auto;
  }
  section.six .container .campaign > div > div h5 {
    line-height: 1.1;
    padding-bottom: 0.5em;
  }
  section.six .container .campaign > div > div h5 span.red {
    display: block;
  }
  section.six .container .campaign > div + p span {
    display: block;
  }
  section.six .container .campaign .limit {
    width: 18vw;
    height: 18vw;
    right: -2vw;
    top: 5vw;
    font-size: 1.6vw;
  }
  section.eight .container .upper {
    display: block;
  }
  section.eight .container .upper p:first-child {
    text-align: center;
  }
  section.eight .container .upper p:first-child br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.header {
    padding: calc(80px + 4vw) 4% 0 4%;
  }
  section.header .container .head-content > img.l {
    top: 70vw;
  }
  section.header .container .head-content > img.r {
    top: 34vw;
    right: 3vw;
  }
  section.header .container .head-content > p {
    font-size: 3vw;
    height: 17vw;
  }
  section.header .container .head-content > p.lu {
    margin-bottom: 8vw;
  }
  section.header .container .head-content > p.lu::after {
    width: 17vw;
    aspect-ratio: 124/127;
    left: -12vw;
    bottom: -9vw;
  }
  section.header .container .head-content > p.ru {
    margin-bottom: 8vw;
  }
  section.header .container .head-content > p.ru::after {
    width: 17vw;
    aspect-ratio: 113/122;
    left: -10vw;
    bottom: -9vw;
  }
  section.header .container .head-content > p.ll {
    margin-left: 3%;
    margin-bottom: 5vw;
  }
  section.header .container .head-content > p.ll::after {
    width: 17vw;
    aspect-ratio: 128/120;
    right: -12vw;
    bottom: -6vw;
  }
  section.header .container .head-content > p.rl {
    margin-left: 20%;
    margin-bottom: 5vw;
  }
  section.header .container .head-content > p.rl::after {
    width: 17vw;
    aspect-ratio: 128/120;
    left: -12vw;
    bottom: -6vw;
  }
  section.header .container .head-content .center h3 {
    font-size: 2.4vw;
  }
  section.header .container .head-content .center h4 {
    font-size: 2.2vw;
  }
  section.header .container .head-content .center div > div {
    padding: 2vw 3vw 0 3vw;
  }
  section.header .container .head-content .center div > div h5 {
    font-size: 2.4vw;
  }
  section.header::after {
    height: 110vw;
  }
  section.one {
    padding: 18vw 0;
  }
  section.one .container {
    padding: 0;
    overflow: hidden;
  }
  section.one .container .case {
    padding: 0 4%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* iOSでスムーズに */
    align-items: stretch;
  }
  section.one .container .case:first-of-type, section.one .container .case:nth-of-type(2), section.one .container .case:nth-of-type(3), section.one .container .case:nth-of-type(4), section.one .container .case:nth-of-type(5) {
    margin: 0 0 40px 0;
  }
  section.one .container .case:first-of-type > div:first-of-type h4, section.one .container .case:nth-of-type(2) > div:first-of-type h4, section.one .container .case:nth-of-type(3) > div:first-of-type h4, section.one .container .case:nth-of-type(4) > div:first-of-type h4, section.one .container .case:nth-of-type(5) > div:first-of-type h4 {
    padding: 0 0.5em;
  }
  section.one .container .case:first-of-type > div:last-of-type h4, section.one .container .case:nth-of-type(2) > div:last-of-type h4, section.one .container .case:nth-of-type(3) > div:last-of-type h4, section.one .container .case:nth-of-type(4) > div:last-of-type h4, section.one .container .case:nth-of-type(5) > div:last-of-type h4 {
    padding: 0 0.5em;
  }
  section.one .container .case::before {
    content: none;
  }
  section.one .container .case > div {
    flex: 0 0 92%;
  }
  section.one .container .case > div:first-child {
    margin-top: 0;
    padding-bottom: 12vw;
  }
  section.one .container .case > div:first-child::before {
    content: "";
    display: block;
    position: absolute;
    width: 10vw;
    aspect-ratio: 85/98;
    right: 3vw;
    bottom: 5vw;
    background: url(../images/lp/mirabotlink-campaign/turn-arrow.png) no-repeat;
    background-size: contain;
    transform: scaleY(-1);
  }
  section.one .container .case > div:last-child {
    margin-left: 5vw;
  }
  section.two {
    padding: 0;
  }
  section.two .container {
    overflow: hidden;
  }
  section.two .container h2 {
    font-size: 7.6vw;
  }
  section.two .container > img.main-man {
    width: 36vw;
    right: -6vw;
  }
  section.two .container > div:last-child {
    height: 72vw;
  }
  section.two .container > div:last-child p {
    font-size: 2.6vw;
  }
  section.two .container > div:last-child p:nth-child(5) {
    top: 36vw;
  }
  section.three {
    padding: 0;
  }
  section.three .container {
    padding-bottom: 300px;
  }
  section.three .container > div {
    width: 92%;
    transform: none;
    margin: 0 auto;
  }
  section.three .container > img.main-woman {
    left: calc(50% - 100px);
    right: initial;
    bottom: -320px;
    z-index: 0;
  }
  section.four {
    padding: 0;
    position: relative;
    z-index: 1;
  }
  section.four .container {
    padding: 20vw 0;
  }
  section.four .container > div {
    padding: 0 4%;
  }
  section.four .container > div.mid > div h3 {
    width: 60%;
  }
  section.four .container > div.mid > div > p {
    width: 70%;
  }
  section.four .container > div.mid > img.palette.sp {
    width: 42vw;
  }
  section.four .container > div.mid > img.cart {
    width: 54dvw;
  }
  section.four .container > div.mid > img.txt {
    width: 21vw;
  }
  section.five {
    padding: 0;
  }
  section.five .container {
    padding: 18vw 0;
  }
  section.six {
    padding: 18vw 0;
  }
  section.six .container {
    padding: 0 4%;
  }
  section.six .container .outcome {
    padding-top: 56vw;
  }
  section.six .container .outcome p {
    width: 100%;
  }
  section.six .container .outcome img {
    right: initial;
  }
  section.six .container .outcome img:first-of-type {
    top: 6vw;
    left: 6vw;
    width: 56vw;
    height: auto;
  }
  section.six .container .outcome img:last-of-type {
    bottom: initial;
    top: 0;
    right: 6vw;
    width: 36vw;
    height: auto;
  }
  section.six .container .campaign h3 {
    font-size: 2.8vw;
  }
  section.six .container .campaign .limit {
    top: 8vw;
  }
  section.seven {
    padding: 0;
  }
  section.seven .container p {
    display: inline-block;
    max-width: 94%;
    width: auto;
  }
  section.seven .container p br.tablet {
    display: inline;
  }
  section.eight {
    padding: 0;
  }
  section.eight .container .lower > div {
    width: 94%;
  }
  section.nine .container {
    padding: 0 4%;
  }
}
@media screen and (max-width: 680px) {
  section.header .container .head-content > p.ll::after {
    bottom: -7vw;
  }
  section.header .container .head-content > p.rl::after {
    bottom: -7vw;
  }
  section.header .container .head-content .center {
    width: 94%;
    margin-left: 3%;
    margin-bottom: 0;
    bottom: 2vw;
    min-height: initial;
  }
  section.header .container .head-content .center div > div h5 {
    font-size: 2.2vw;
  }
  section.header .container .head-content .center div > div h6 {
    font-size: 2.6vw;
  }
  section.header .container .head-content .center div + p {
    font-size: 2.6vw;
    padding-bottom: 3vw;
  }
  section.header .container .head-content .center .limit {
    right: -2vw;
    top: 8vw;
  }
  section.two {
    padding: 0;
  }
  section.two .container > div:last-child {
    height: 68vw;
  }
  section.two .container > div:last-child p::after {
    bottom: -8px;
    width: 12px;
    height: 12px;
  }
  section.two .container > div:last-child p:nth-child(2) {
    top: 56vw;
  }
  section.two .container > div:last-child p:nth-child(5) {
    top: 38vw;
  }
  section.three .container {
    padding-bottom: 57vw;
  }
  section.three .container > div h3 {
    width: 20em;
    border-radius: 2.2em;
    margin: 0 auto 2em auto;
  }
  section.three .container > div h3 br {
    display: inline;
  }
  section.three .container > div h2 {
    text-align: center;
  }
  section.three .container > div h2 > span:last-child {
    display: block;
  }
  section.three .container > img.main-woman {
    width: 44vw;
    left: calc(50% - 22vw);
    bottom: -72vw;
  }
  section.four .container > div.mid {
    padding: 10vw 0 62vw 0;
  }
  section.four .container > div.mid > div h3 {
    font-size: 3vw;
    padding: 1em 22vw 1em 1.6em;
  }
  section.four .container > div.mid > div h3::before {
    width: 20vw;
    height: initial;
    aspect-ratio: 128/120;
  }
  section.four .container > div.mid > img.cart {
    right: -3vw;
  }
  section.four .container > div.lower > div {
    padding: 60px 3% 50px 3%;
  }
  section.four .container > div.lower > div table {
    border-bottom: 1px solid #31b5b4;
  }
  section.four .container > div.lower > div table td {
    display: block;
    padding-left: 0.5em;
  }
  section.four .container > div.lower > div table td:first-child {
    width: 100%;
    border-bottom: none;
    border-top: 1px solid #31b5b4;
  }
  section.four .container > div.lower > div table td:last-child {
    width: 94%;
    margin-left: 6%;
    border-bottom: none;
    border-top: 1px solid #31b5b4;
  }
  section.four .container > div.lower > div table tr:first-child td:first-child {
    border-top: none;
  }
  section.five .container h2 br.sp {
    display: inline;
  }
  section.six .container .campaign h4 {
    text-align: left;
    padding-left: 18%;
  }
  section.six .container .campaign div > div h5 {
    font-size: 2.2vw;
  }
  section.six .container .campaign div > div h6 {
    font-size: 2.6vw;
  }
  section.six .container .campaign div > div img {
    width: 100%;
  }
  section.six .container .campaign .limit {
    top: 8vw;
  }
  section.nine {
    background-size: 80% auto;
  }
  section.nine .container h2 {
    font-size: 7vw;
  }
  section.nine .container p {
    font-size: 100%;
  }
  section.nine .container p br.pc {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  body::before {
    height: 68px;
  }
  section.fixed-line {
    height: 68px;
  }
  section.fixed-line .container {
    height: 68px;
    padding-left: 4vw;
  }
  section.fixed-line .container p.contact a {
    width: 46vw;
    font-size: 3.4vw;
    height: 68px;
  }
  section.header {
    padding: calc(68px + 4vw) 4% 0 4%;
  }
  section.header .container .head-line {
    height: 68px;
    padding-left: 4vw;
  }
  section.header .container .head-line p.contact a {
    width: 46vw;
    font-size: 3.4vw;
  }
  section.header .container .head-content > p.lu::after {
    bottom: -11vw;
  }
  section.header .container .head-content > p.ru::after {
    bottom: -11vw;
  }
  section.header .container .head-content > p.ll::after {
    bottom: -9vw;
  }
  section.header .container .head-content > p.rl::after {
    bottom: -9vw;
  }
  section.one .container .case:first-of-type, section.one .container .case:nth-of-type(2), section.one .container .case:nth-of-type(3), section.one .container .case:nth-of-type(4), section.one .container .case:nth-of-type(5) {
    margin: 0 0 40px 0;
  }
  section.one .container .case:first-of-type > div:first-of-type h4, section.one .container .case:nth-of-type(2) > div:first-of-type h4, section.one .container .case:nth-of-type(3) > div:first-of-type h4, section.one .container .case:nth-of-type(4) > div:first-of-type h4, section.one .container .case:nth-of-type(5) > div:first-of-type h4 {
    font-size: 4.8vw;
  }
  section.one .container .case:first-of-type > div:last-of-type h4, section.one .container .case:nth-of-type(2) > div:last-of-type h4, section.one .container .case:nth-of-type(3) > div:last-of-type h4, section.one .container .case:nth-of-type(4) > div:last-of-type h4, section.one .container .case:nth-of-type(5) > div:last-of-type h4 {
    font-size: 4.8vw;
  }
  section.three .container {
    padding: 16vw 0 57vw 0;
  }
  section.three .container > div h2 > span:first-child {
    font-size: 5.2vw;
  }
  section.three .container > div h2 > span:nth-child(2) {
    font-size: 8vw;
  }
  section.three .container > div h2 > span:last-child {
    font-size: 10vw;
  }
  section.four .container > div.mid > div > p {
    width: 80%;
  }
  section.five .container > div img {
    flex-basis: 100%;
  }
  section.six .container .case > div:last-child div:first-child h4 {
    font-size: 4.8vw;
  }
  section.six .container .graph {
    display: block;
  }
  section.six .container .graph h4 {
    font-size: 5vw;
    padding: 3vw 0;
    writing-mode: initial;
    border-right: none;
    text-align: center;
    border-bottom: 1px dashed #C4D6D3;
  }
  section.six .container .graph img.pc {
    display: none;
  }
  section.six .container .graph img.sp {
    display: block;
  }
  section.seven .container {
    padding: 18vw 0 62vw 0;
  }
  section.seven .container p {
    font-size: 4.5vw;
  }
  section.seven .container::before {
    width: 36vw;
    height: 58vw;
  }
  section.seven .container::after {
    width: 34vw;
    height: 54vw;
  }
  section.eight .container .lower > div img.pc {
    display: none;
  }
  section.eight .container .lower > div img.sp {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  section.header .container .head-content > p.lu::after {
    width: 20vw;
    bottom: -14vw;
  }
  section.header .container .head-content > p.ru::after {
    width: 20vw;
    bottom: -15vw;
  }
  section.header .container .head-content > p.ll::after {
    width: 20vw;
    bottom: -13vw;
  }
  section.header .container .head-content > p.rl::after {
    width: 20vw;
    bottom: -13vw;
  }
  section.one .container h2 > span:last-child {
    display: block;
  }
  section.two .container > div:last-child {
    height: 62vw;
  }
  section.three .container > div h3 {
    width: auto;
    font-size: 4.8vw;
  }
  section.six .container h3 span {
    display: block;
  }
  section.eight .container .upper p:first-child {
    font-size: 6vw;
  }
  section.eight .container .upper p:nth-child(2) {
    font-size: 12vw;
  }
  section.nine .container p:last-child a {
    width: 100%;
    height: 6em;
    font-size: 3.8vw;
  }
  section.nine .container p:last-child a::before {
    width: 4.8em;
    height: 4.8em;
    top: calc(50% - 2.4em);
    right: 0.6em;
  }
  section.nine .container p:last-child a::after {
    width: 1em;
    height: 1em;
    top: calc(50% - 0.5em);
    right: 2.5em;
  }
}