@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: unset;
}

article {
  box-shadow: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: unset;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

:where(a) {
  color: inherit;
}

:where(a):hover {
  color: inherit;
}

:where(.content) a:hover {
  color: inherit;
}

ul {
  padding: 0;
}

.l-main-container {
  min-height: calc(100vh - 106px);
}

#main-wrap {
  width: auto;
}

#main-wrap .content {
  line-height: 1.5;
  background: rgba(248, 248, 248, 1);
}

.sp-br {
  display: none;
}

.fv-link-business {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

@media screen and (max-width: 1187px) {
  .sp-br {
    display: inline;
  }

  .pc-br {
    display: none;
  }
}

/*header*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 1);
}

.header-content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: auto;
  padding: 12px;
  max-width: 1224px;
}

.header-logo {
  width: 226px;
  margin-right: auto;
}

.header-content-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
}

.login-btn {
  display: block;
  text-align: center;
  width: 136px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 1);
  background: rgba(51, 51, 51, 1);
  border-radius: 50px;
}

.new-member-btn {
  display: block;
  text-align: center;
  width: 136px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 1);
  background: rgba(252, 200, 0, 1);
  border-radius: 50px;
}

.header-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 1);
  text-decoration: underline;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 1187px) {
  .header-content {
    padding: 10px 24px;
  }

  .header-logo {
    position: relative;
    left: 24px;
    margin-left: auto;
    width: 202px;
  }

  .header-content-btns li:first-of-type {
    margin-bottom: 40px;
  }

  .login-btn {
    width: 266px;
    height: 54px;
    font-size: 16px;
    line-height: 54px;
  }

  .new-member-btn {
    width: 266px;
    height: 54px;
    font-size: 16px;
    line-height: 54px;
  }

  .hamburger {
    display: flex;
    gap: 9px;
    align-items: center;
    flex-direction: column;
    z-index: 3;
    width: 32px;
    cursor: pointer;
  }

  .hamburger.toggle {
    right: 30px;
    background-color: rgba(255, 255, 255, 1);
  }

  .hamburger span {
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all .5s;
  }

  .hamburger.toggle span:nth-of-type(1) {
    transform: translate(0px, 11px) rotate(45deg);
  }

  .hamburger.toggle span:nth-of-type(2) {
    opacity: 0;
  }

  .hamburger.toggle span:nth-of-type(3) {
    transform: translate(0px, -11px) rotate(-45deg);
  }

  .header-content-btns {
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    overflow-y: auto;
    padding: 140px 0 194px;
    height: 100vh;
    background: rgba(255, 255, 255, 1);
    white-space: nowrap;
    transform: translateY(55px) translateX(100%);
    transition: all 0.5s;
  }

  .header-content-btns.toggle {
    transform: translateY(54px) translateX(0px);
  }

  .no-scroll {
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
  }
}

/*fv*/
.fv {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  margin: 64px auto 0;
  padding: 90px 20px 26px;
  max-width: 1440px;
  color: rgba(255, 255, 255, 1);
  background: url("./assets/images/fv_pc.jpg") no-repeat center/cover;
  aspect-ratio: 1440 / 775;
}

.fv-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  margin: auto;
  max-width: 1112px;
}

.fv-lead-text {
  margin-bottom: 32px;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.fv-logo {
  width: 510px;
}

.fv-img-sp {
  display: none;
}

.fv-price-info {
  margin: 40px 0 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.fv-price-info span {
  vertical-align: super;
  font-size: 10px;
}

.fv-register-message {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.fv-register-message::before {
  display: inline-block;
  content: "";
  position: relative;
  top: 2px;
  margin-right: 12px;
  width: 12px;
  height: 17px;
  background: url(/wp-content/uploads/img/message-slash.svg) no-repeat center / contain;
}

.fv-register-message::after {
  display: inline-block;
  content: "";
  position: relative;
  top: 2px;
  margin-left: 12px;
  width: 12px;
  height: 17px;
  background: url(/wp-content/uploads/img/message-slash.svg) no-repeat center / contain;
  transform: scaleX(-1);
}


.fv-register-btn {
  display: block;
  text-align: center;
  margin: 0 auto 16px;
  width: 262px;
  height: 55px;
  font-size: 16px;
  font-weight: 700;
  line-height: 55px;
  color: rgba(51, 51, 51, 1);
  background: rgba(244, 191, 21, 1);
  border-radius: 70px;
}

.fv-register-btn:hover {
  opacity: 1;
  color: rgba(51, 51, 51, 1);
}

.fv-start-info {
  margin: 40px 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.fv-download-btn {
  display: block;
  text-align: center;
  margin: 0 auto 16px;
  width: 262px;
  height: 55px;
  font-size: 16px;
  font-weight: 700;
  line-height: 55px;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 175, 170, 1);
  border-radius: 70px;
}

.fv-download-btn:hover {
  opacity: 1;
  color: rgba(255, 255, 255, 1);
}

.fv-img-pc {
  width: 550px;
}

.scroll {
  width: 58px;
  margin: 0 auto;
}

.fv-note {
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  color: rgba(180, 180, 180, 1);
}

@media screen and (max-width: 1187px) {
  .fv {
    margin: 56px auto 0;
    padding: 48px 20px 28px;
  }

  .fv-lead-text {
    margin-bottom: 18px;
    font-size: 22px;
  }

  .fv-logo {
    width: 300px;
  }

  .fv-img-pc {
    display: none;
  }

  .fv-img-sp {
    display: block;
    margin: 42px auto 32px;
    width: 272px;
  }

  .fv-price-info {
    margin: 0 0 24px;
  }

  .fv-start-info {
    margin: 38px 0 24px;
    font-size: 14px;
  }

  .scroll {
    margin-top: 48px;
  }

  .fv-note {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .fv {
    aspect-ratio: 414 / 536;
    background: url("./assets/images/fv_sp.jpg") no-repeat center/cover;
  }
}

/*h2*/
.vertical-heading {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  writing-mode: vertical-lr;
}

.vertical-heading span {
  position: relative;
  margin-bottom: 58px;
  font-weight: 700;
}

.vertical-heading span::before {
  content: "";
  position: absolute;
  bottom: -58px;
  width: 55px;
  height: 58px;
  background: url(/wp-content/uploads/img/slash.svg) no-repeat center / contain;
}

@media screen and (max-width: 1187px) {
  .vertical-heading {
    align-self: flex-start;
    font-size: 28px;
    line-height: 42px;
    writing-mode: horizontal-tb;
  }

  .vertical-heading span {
    margin-right: 48px;
    margin-bottom: 0;
  }

  .vertical-heading span::before {
    left: 38px;
    bottom: 0;
    width: 38px;
    height: 40px;
    transform: rotate(90deg);
  }
}

/*introduction*/
/*intro*/
.intro {
  display: flex;
  gap: 42px;
  margin: auto;
  padding: 92px 0 104px;
  max-width: 1148px;
  width: 100%;
}

.intro .vertical-heading {
  margin-top: -36px;
}

.intro-img {
  min-width: 350px;
  max-width: 350px;
}

.intro-description {
  margin-left: 54px;
  color: #00328F;
}

.intro-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.intro-question {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.intro-question img {
  position: relative;
  top: -4px;
  margin-right: 4px;
}

.intro-text-pc {
  margin: 40px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.intro-text-sp {
  display: none;
}

@media screen and (max-width: 1187px) {
  .intro {
    flex-direction: column;
    align-items: center;
    gap: 44px;
    padding: 42px 0 0;
  }

  .intro .vertical-heading {
    order: 1;
    margin: 0;
    padding: 0 20px;
  }

  .intro-description {
    order: 2;
    margin: 0;
    padding: 0 20px;
  }

  .intro-title {
    font-size: 14px;
  }

  .intro-question {
    font-size: 28px;
  }

  .intro-question img {
    top: -2px;
    width: 182px;
  }

  .intro-text-pc {
    display: none;
  }

  .intro-text-sp {
    display: block;
    margin: 24px 0 4px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.5;
  }

  .intro-img {
    order: 3;
    max-width: 100%;
    width: 414px;
  }

  .intro-img img {
    aspect-ratio: 414/287;
    width: 414px;
    object-fit: cover;
  }

  .intro2 {
    display: none;
  }
}

/*challenge*/
.challenge {
  padding: 64px 20px 292px;
  background: rgba(255, 255, 255, 1);
}

.challenge-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.challenge-list {
  display: flex;
  gap: 54px;
  margin: 56px auto 0;
  max-width: 1148px;
  width: 100%;
  list-style: none;
}

.challenge-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  text-align: center;
  padding: 32px 34px 22px;
  background: rgba(248, 248, 248, 1);
  border-radius: 10px;
}

.challenge-text {
  text-align: left;
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67;
  color: rgba(51, 51, 51, 1);
}

.challenge-text span {
  background-image: linear-gradient(transparent 73%, rgba(252, 242, 0, 1) 0);
}

@media screen and (max-width: 1187px) {
  .challenge {
    padding: 34px 20px 364px;
  }

  .challenge-title {
    font-size: 21px;
  }

  .challenge-list {
    flex-direction: column;
    align-items: center;
  }

  .challenge-item {
    max-width: 374px;
    width: 100%;
    aspect-ratio: 374/250;
  }
}

/*solution*/
.orange-bg {
  padding: 2px 20px 104px;
  background: #4574CC;
  border-radius: 45px 0px 0px 0px;
}

.solution {
  margin: -182px auto 0;
  padding: 54px 84px;
  max-width: 1148px;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.08);
}

.solution-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.solution-title img {
  position: relative;
  top: -4px;
  margin-right: 8px;
}

.solution-content {
  display: flex;
  align-items: flex-start;
  gap: 74px;
  margin: 56px auto;
}

.solution-subtitle {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0056F5;
}

.solution-text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
}

.solution-content img {
  width: 360px;
}

.solution-earnings {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.earnings-item {
  margin: 0 0 30px;
}

.earnings-label {
  display: inline-block;
  text-align: center;
  margin-right: 16px;
  height: 68px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 1);
}

.earnings-amount {
  font-family: "Barlow Condensed", serif;
  font-size: 84px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: rgba(146, 146, 146, 1);
}

.earnings-unit {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45;
  color: rgba(146, 146, 146, 1);
}

.yellow-arrow-sp {
  display: none;
}

.solution-monthly-summary {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.04em;
  color: rgba(64, 65, 66, 1);
  background: rgba(236, 236, 236, 1);
}

.solution-total {
  text-align: center;
  margin-bottom: 42px;
  height: 132px;
  line-height: 132px;
  color: #1654C7;
}

.total-label {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.total-amount {
  margin: 0 14px 0 28px;
  font-family: "Barlow Condensed", serif;
  font-size: 110px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.total-unit {
  font-size: 42px;
  font-weight: 700;
}

.total-note {
  position: relative;
  top: -20px;
  font-size: 20px;
}

.solution-note {
  text-align: right;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 1187px) {
  .orange-bg {
    padding: 2px 20px 32px;
    border-radius: 25px 0px 0px 0px;
  }

  .solution {
    margin: -290px auto 0;
    padding: 32px 14px 42px;
    border-radius: 10px;
  }

  .solution-title {
    font-size: 22px;
  }

  .solution-title img {
    top: -3px;
    margin-right: 8px;
    width: 160px;
  }

  .solution-content {
    flex-direction: column;
    align-items: center;
    gap: 38px;
    margin: 30px auto 20px;
  }

  .solution-subtitle {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .solution-text {
    font-size: 15px;
  }

  .solution-earnings {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .earnings-item {
    margin: 0;
  }

  .earnings-label {
    margin-right: 12px;
    height: 48px;
    font-size: 18px;
  }

  .earnings-amount {
    font-size: 58px;
  }

  .earnings-unit {
    font-size: 22px;
  }

  .yellow-arrow {
    display: none;
  }

  .yellow-arrow-sp {
    display: block;
  }

  .solution-monthly-summary {
    margin: 14px 0 2px;
    font-size: 10px;
    line-height: 18px;
  }

  .solution-total {
    margin-bottom: 20px;
    height: 72px;
    line-height: 72px;
  }

  .total-label {
    font-size: 20px;
  }

  .total-amount {
    margin: 0 6px 0 14px;
    font-size: 60px;
  }

  .total-unit {
    font-size: 23px;
  }

  .total-note {
    position: relative;
    top: -10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 413px) {
  .total-amount {
    margin: 0 8px 0 16px;
    font-size: 40px;
  }
}

/*usage*/
.usage {
  margin: 64px auto;
  padding: 54px 102px;
  max-width: 1148px;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.08);
}

.usage-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.usage-title img {
  position: relative;
  top: -4px;
  margin-right: 8px;
}

.usage-case {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 70px auto 0;
  max-width: 945px;
  width: 100%;
}

.usage-case img {
  width: 336px;
}

.usage-role {
  display: inline-block;
  text-align: center;
  width: 304px;
  height: 36px;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  letter-spacing: 0.04em;
  background: #0058FC;
}

.usage-case-title {
  margin: 12px 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
}

.usage-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
}

@media screen and (max-width: 1187px) {
  .usage {
    margin: 32px auto;
    padding: 40px 14px 50px;
  }

  .usage-title {
    font-size: 22px;
  }

  .usage-title img {
    top: -2px;
    margin-right: 8px;
    width: 160px;
  }

  .usage-case {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
    margin: 56px auto 0;
  }

  .usage-role {
    max-width: 344px;
    width: 100%;
    height: 30px;
    font-size: 17px;
    line-height: 30px;
  }

  .usage-case-title {
    font-size: 20px;
  }

  .usage-text {
    font-size: 15px;
  }

  .usage-case img {
    aspect-ratio: 344/227;
    width: 344px;
    object-fit: cover;
  }
}

/*function*/
.function {
  margin: auto;
  padding: 54px 14px 80px;
  max-width: 1148px;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.08);
}

.function-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.function-title img {
  position: relative;
  top: -3px;
  margin-right: 8px;
}

.function-table {
  position: relative;
  overflow: auto;
  margin: 94px 0 0;
  padding-top: 24px;
}

.function-table table {
  position: relative;
  text-align: center;
  margin: auto;
  width: 1040px;
  border-collapse: separate;
  border-spacing: 0;
}

.function-table td {
  height: 144px;
}

.function-table td img {
  margin-bottom: 10px;
}

.function-table td p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.43;
}

.function-table thead tr:first-of-type th:first-of-type {
  background-color: transparent;
  border: none;
}

.function-table th:first-of-type {
  width: 136px;
  font-size: 14px;
  font-weight: 700;
  color: #0049D0;
  background: #E5EEFF;
  border-bottom: solid 1px rgba(217, 217, 217, 1);
}

.function-table th:nth-child(2) {
  position: relative;
  z-index: 1;
  width: 340px;
  height: 134px;
  border-right: solid 4px #0049D0;
  border-left: solid 4px #0049D0;
  border-bottom: solid 4px #0049D0;
  background-color: #E5EEFF;
}

.function-table th:nth-child(2)::after {
  content: "";
  position: absolute;
  top: -24px;
  right: -4px;
  left: -4px;
  z-index: -1;
  height: 24px;
  background-color: #E5EEFF;
  border-top: solid 4px #0049D0;
  border-right: solid 4px #0049D0;
  border-left: solid 4px #0049D0;
}

.function-table th:nth-child(2) img {
  position: relative;
  top: -12px;
  max-width: 290px;
  width: 100%;
}

.function-table td:first-of-type {
  border-right: solid 4px #0049D0;
  border-left: solid 4px #0049D0;
  border-bottom: solid 1px rgba(217, 217, 217, 1);
}

.function-table tr:last-of-type td:first-of-type {
  border-bottom: solid 4px #0049D0;
}

.function-table th:nth-child(3) {
  width: 280px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: rgba(97, 97, 97, 1);
  background-color: rgba(240, 240, 240, 1);
  border-right: solid 1px rgba(217, 217, 217, 1);
}

.function-table td:nth-child(3) {
  border-right: solid 1px rgba(217, 217, 217, 1);
  border-bottom: solid 1px rgba(217, 217, 217, 1);
}

.function-table tr:last-of-type td:nth-child(3) {
  border-bottom: solid 4px rgba(240, 240, 240, 1);
}

.function-table th:nth-child(4) {
  width: 284px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: rgba(97, 97, 97, 1);
  background-color: rgba(240, 240, 240, 1);
  border-right: solid 4px rgba(240, 240, 240, 1);
}

.function-table td:last-of-type {
  border-right: solid 4px rgba(240, 240, 240, 1);
  border-bottom: solid 1px rgba(217, 217, 217, 1);
}

.function-table tr:last-of-type td:last-of-type {
  border-bottom: solid 4px rgba(240, 240, 240, 1);
}

.finger {
  display: none;
}

@media screen and (max-width: 1107px) {
  .function {
    padding: 40px 0 24px 14px;
  }

  .function-title {
    font-size: 22px;
  }

  .function-title img {
    top: -2px;
    margin-right: 4px;
    width: 160px;
  }

  .function-table {
    margin: 30px 0 0;
  }

  .function-table table {
    width: 892px;
  }

  .function-table th:first-of-type {
    width: 116px;
    font-size: 12px;
  }

  .function-table th:nth-child(2) {
    width: 300px;
    height: 88px;
  }

  .function-table th:nth-child(2)::after {
    top: -14px;
    height: 14px;
  }

  .function-table th:nth-child(2) img {
    top: -10px;
    width: 126px;
  }

  .function-table th:nth-child(3) {
    width: 236px;
  }

  .function-table th:nth-child(4) {
    width: 240px;
  }

  .function-table td {
    height: 94px;
  }

  .function-table td img {
    margin-bottom: 8px;
    width: 34px;
  }

  .function-table td p {
    font-size: 12px;
  }
}

@media screen and (max-width: 945px) {
  .finger {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .finger.disappear {
    opacity: 0;
    transition: 1s;
  }

  .finger img {
    width: 163px;
  }
}

/*cta*/
.cta {
  display: flex;
  text-align: center;
  margin: auto;
  max-width: 1440px;
  width: 100%;
}

.cta-sign-up {
  flex: 1;
  padding: 46px 20px;
  color: rgba(255, 255, 255, 1);
  background: rgba(56, 56, 56, 1);
}

.cta-download {
  flex: 1;
  padding: 46px 20px;
  background: rgba(255, 240, 57, 1);
}

.cta-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-bottom: 50px;
}

.cta-sign-up .cta-content {
  gap: 18px;
}

.cta-download .cta-content {
  gap: 60px;
}

.cta-description {
  width: 280px;
}

.cta-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.cta-subtitle {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.cta-text {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.cta-sign-up img {
  width: 294px;
}

.cta-download img {
  width: 234px;
}

.cta-sign-up-btn {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  max-width: 564px;
  width: 100%;
  height: 58px;
  font-size: 16px;
  font-weight: 700;
  line-height: 58px;
  color: rgba(51, 51, 51, 1);
  background: rgba(252, 200, 0, 1);
  border-radius: 70px;
}

.cta-sign-up-btn:hover {
  opacity: 1;
  color: rgba(51, 51, 51, 1);
}

.cta-download-btn {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  max-width: 564px;
  width: 100%;
  height: 58px;
  font-size: 16px;
  font-weight: 700;
  line-height: 58px;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 175, 170, 1);
  border-radius: 70px;
}

.cta-download-btn:hover {
  opacity: 1;
  color: rgba(255, 255, 255, 1);
}

.cta-download .fv-link-business {
  color: rgba(51, 51, 51, 1);
}

@media screen and (max-width: 1187px) {
  .cta {
    flex-direction: column;
  }

  .cta-sign-up {
    padding: 12px 22px 30px;
  }

  .cta-sign-up .cta-content {
    gap: 28px;
    margin-bottom: 20px;
  }

  .cta-description {
    width: 192px;
  }

  .cta-title {
    font-size: 32px;
  }

  .cta-subtitle {
    margin-bottom: 14px;
  }

  .cta-text {
    font-size: 14px;
  }

  .cta-sign-up img {
    width: 148px;
  }

  .cta-sign-up-btn {
    max-width: 374px;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }

  .cta-download {
    padding: 12px 22px 30px;
  }

  .cta-download .cta-content {
    gap: 18px;
  }

  .cta-download img {
    max-width: 162px;
    width: 100%;
  }

  .cta-download-btn {
    max-width: 374px;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}

/*user-voice*/
.voice {
  display: flex;
  justify-content: center;
  gap: 138px;
  padding: 100px 20px 204px;
  background: rgba(248, 248, 248, 1);
}

.user-voice-list {
  margin-top: 64px;
  max-width: 854px;
}

.user-voice-item {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  position: relative;
}

.user-voice-item+.user-voice-item {
  margin-top: 168px;
}

.user-voice-item+.user-voice-item::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: -116px;
  margin: auto;
  width: 432px;
  height: 63px;
  background: url(/wp-content/uploads/img/slash-orange.svg) no-repeat center / contain;
}

.user-voice-item img {
  width: 191px;
}

.voice-profession {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: rgba(208, 165, 0, 1);
}

.voice-profession-detail {
  display: inline-block;
  text-align: center;
  width: 231px;
  height: 42px;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.04em;
  color: rgba(208, 165, 0, 1);
  border: 1px solid rgba(208, 165, 0, 1);
  border-radius: 10px;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.08);
}

.voice-summary {
  margin: 32px 0 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.voice-description {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

@media screen and (max-width: 1187px) {
  .voice {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 46px 20px 76px;
  }

  .user-voice-list {
    margin: 0;
  }

  .user-voice-item {
    gap: 16px;
  }

  .user-voice-item+.user-voice-item {
    margin-top: 100px;
  }

  .user-voice-item+.user-voice-item::before {
    top: -68px;
    width: 260px;
    height: 36px;
  }

  .user-voice-item img {
    width: 86px;
  }

  .voice-profession {
    font-size: 13px;
  }

  .voice-profession-detail {
    width: 156px;
    height: 28px;
    font-size: 15px;
    line-height: 26px;
    border-radius: 5px;
  }

  .voice-summary {
    margin: 10px 0 0;
    font-size: 18px;
  }

  .voice-description {
    font-size: 14px;
  }
}

/*if*/
.if {
  display: flex;
  justify-content: center;
  background: #F8F8F8;
}

.if > img {
  max-width: 100%;
}

.if_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 48px 0;
}

.if_head {
  width: 100%;
}

.if_table {
  position: relative;
  overflow-x: auto;
}

.if_table-img {
  width: calc(100% / 414 * 1109);
  max-width: unset;
}

/*flow*/
.flow-intro {
  padding: 60px 20px 0;
  background: #4574CC;
}

.flow-intro-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 76px;
  margin: auto;
  max-width: 1148px;
  width: 100%;
  color: rgba(255, 255, 255, 1);
}

.flow-intro .vertical-heading span::before {
  background: url(/wp-content/uploads/img/white-slash.svg) no-repeat center / contain;
}

.flow-header {
  margin: 14px 0 0 62px;
}

.flow-header-title {
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.flow-description {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
}

.flow-intro-img-sp {
  display: none;
}

.flow-steps {
  padding: 158px 20px 120px;
  background: rgba(248, 248, 248, 1);
}

.flow-step {
  margin: auto;
  max-width: 954px;
  width: 100%;
}

.flow-step-title {
  display: flex;
  gap: 16px;
}

.flow-step-title-number {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.flow-step-title-text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.step-list {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin: 40px 0 10px;
  padding: 0;
  list-style: none;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 15px 13px;
  width: calc(50% - 11px);
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(209, 209, 209, 1);
  border-radius: 16px;
}

.step-item img {
  width: 138px;
}

.step-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.step-title span {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 1);
  background: #042769;
  border-radius: 50%;
}

.step-description {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.flow-step.flow-step2 {
  margin-top: 80px;
}

.flow-step.flow-step2 .step-title span {
  background: #042769;
}

.flow-step-note {
  text-align: right;
  margin: 0;
  font-size: 8px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1187px) {
  .flow-intro {
    padding: 32px 20px 0;
  }

  .flow-intro-content {
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }

  .flow-header {
    margin: 6px 0 0;
  }

  .flow-header-title {
    margin-bottom: 0;
    font-size: 32px;
  }

  .flow-intro-img-pc {
    display: none;
  }

  .flow-description {
    margin: 0;
    font-size: 16px;
  }

  .flow-intro-img-sp {
    display: block;
    margin-top: 8px;
    width: 260px;
  }

  .flow-steps {
    padding: 46px 20px;
  }

  .flow-step-title {
    flex-direction: column;
    gap: 6px;
  }

  .flow-step-title-text {
    font-size: 23px;
  }

  .step-list {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 36px 0 16px;
  }

  .step-item {
    gap: 20px;
    padding: 12px 10px;
    max-width: 374px;
    width: 100%;
  }

  .step-item img {
    width: 96px;
  }

  .step-title span {
    margin-right: 8px;
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
  }

  .step-title {
    font-size: 16px;
  }

  .step-description {
    margin: 10px 0 0;
    font-size: 13px;
  }

  .flow-step.flow-step2 {
    margin-top: 46px;
  }
}

/*faq*/
.faq {
  margin: auto;
  padding: 120px 20px 114px;
  background: rgba(248, 248, 248, 1);
}

.faq h2 {
  position: relative;
  text-align: center;
  margin-bottom: 118px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.faq h2::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -70px;
  margin: auto;
  width: 1px;
  height: 50px;
  background: rgba(252, 200, 0, 1);
}

.faq-list {
  position: relative;
  margin: auto;
  max-width: 950px;
  width: 100%;
  color: rgba(30, 30, 30, 1);
}

.faq-list::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -82px;
  margin: auto;
  width: 1px;
  height: 50px;
  background: rgba(252, 200, 0, 1);
}

.faq-list-question {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 56px;
  background: rgba(252, 200, 0, 1);
  border-radius: 20px 20px 0 0;
}

.faq-list-question p {
  align-self: center;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.faq-list-question span {
  flex-shrink: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
}

.faq-list-answer {
  display: flex;
  gap: 16px;
  padding: 40px 56px;
  background: rgba(255, 255, 255, 1);
  border: 2px solid rgba(252, 200, 0, 1);
  border-radius: 0 0 20px 20px;
}

.faq-list-answer span {
  flex-shrink: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  background: rgba(252, 200, 0, 1);
  border-radius: 50%;
}

.faq-list-answer p {
  align-self: center;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.1em;
}

.faq-list-answer+.faq-list-question {
  margin-top: 32px;
}

@media screen and (max-width: 1187px) {
  .faq {
    padding: 44px 20px 120px;
  }

  .faq h2 {
    margin-bottom: 76px;
    font-size: 24px;
  }

  .faq h2::after {
    bottom: -56px;
    height: 36px;
  }

  .faq-list-question {
    gap: 10px;
    padding: 12px 16px;
  }

  .faq-list-question span {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }

  .faq-list-question p {
    font-size: 16px;
  }

  .faq-list-answer {
    gap: 10px;
    padding: 16px;
  }

  .faq-list-answer span {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
}

/*to-contact*/
.to-contact {
  text-align: center;
  padding: 0 35px 86px;
  background: rgba(248, 248, 248, 1);
}

.to-contact-message {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(51, 51, 51, 1);
}

.to-contact-message span {
  position: relative;
}

.to-contact-message span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -20px;
  width: 13px;
  height: 20px;
  background: url(/wp-content/uploads/img/message-slash-black.svg) no-repeat center / contain;
}

.to-contact-message span::after {
  content: "";
  position: absolute;
  top: 2px;
  margin-left: 8px;
  right: -20px;
  width: 13px;
  height: 20px;
  background: url(/wp-content/uploads/img/message-slash-black.svg) no-repeat center / contain;
  transform: scaleX(-1);
}

.to-contact-btn {
  display: block;
  margin: 18px auto 0;
  max-width: 464px;
  width: 100%;
  height: 72px;
  font-size: 21px;
  font-weight: 700;
  line-height: 72px;
  color: rgba(51, 51, 51, 1);
  background: rgba(252, 200, 0, 1);
  border-radius: 80px;
}

@media screen and (max-width: 1187px) {
  .to-contact-message span::before {
    left: -38px;
    width: 19px;
    height: 40px;
    background: url(/wp-content/uploads/img/message-slash-black-sp.svg) no-repeat center / contain;
  }

  .to-contact-message span::after {
    right: -38px;
    width: 19px;
    height: 40px;
    background: url(/wp-content/uploads/img/message-slash-black-sp.svg) no-repeat center / contain;
  }
}

/*footer*/
footer {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(50, 50, 50, 1);
  border-top: 1px solid rgba(196, 196, 196, 1);
  border-bottom: 1px solid rgba(196, 196, 196, 1);
}

.footer-content {
  display: flex;
  align-items: center;
  gap: 56px;
  margin: auto;
  padding: 26px 20px;
  max-width: 1276px;
  width: 100%;
}

.footer-logo {
  width: 226px;
  text-align: center;
}

.footer-contact-link {
  font-family: Zen Kaku Gothic New;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.18;
  letter-spacing: 0.1em;
  color: rgba(50, 50, 50, 1);
  text-decoration: underline;
}

small {
  margin: 0 auto 0 auto;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.73;
  letter-spacing: 0.1em;
}

.scroll-top span {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-right: 16px;
}

.scroll-top img {
  text-align: center;
  padding: 18px 21px;
  width: 52px;
  height: 52px;
  border: 1px solid;
  border-radius: 50%;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1187px) {
  .footer-content {
    flex-direction: column;
    gap: 20px;
    padding: 26px 20px;
  }

  .scroll-top {
    order: 1;
  }

  .footer-logo {
    order: 2;
  }

  .footer-contact-link {
    order: 3;
  }

  small {
    order: 4;
    margin: auto;
  }
}

/*signup-personal*/
#post-421 {
  box-shadow: none;
}

.member-registration {
  padding: 184px 20px;
}

.member-registration h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(30, 30, 30, 1);
}

.form-instructions {
  text-align: center;
  margin: 80px auto 64px;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: rgba(50, 50, 50, 1);
}

.form-subheading {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: rgba(208, 0, 0, 1);
}

.zf-templateWidth {
  margin: 64px auto 0;
  max-width: 590px;
  width: 100%;
}

.zf-templateWidth ul {
  list-style: none;
}

.zf-subContWrap.zf-topAlign li {
  margin-top: 48px;
}

.zf-labelName {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(18, 18, 18, 1);
}

.zf-important {
  color: rgba(208, 0, 0, 1);
}

.zf-templateWidth input[type="text"] {
  padding: 14px;
  width: 100%;
  height: 48px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  border: 1px solid rgba(205, 205, 205, 1);
  border-radius: 5px;
}

.zf-templateWidth input::placeholder,
.zf-templateWidth textarea::placeholder {
  color: rgba(162, 162, 162, 1);
}

.zf-nameWrapper span {
  width: 290px;
}

.zf-nameWrapper {
  display: flex;
  gap: 8px;
}

.zf-tempContDiv-wrapper {
  display: flex;
  gap: 16px;
}

.zf-tempContDiv.upload-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 92px 12px 32px;
  width: 100%;
  color: rgba(112, 112, 112, 1);
  background: rgba(239, 239, 239, 1);
  border: 1px solid rgba(205, 205, 205, 1);
  border-radius: 5px;
  cursor: pointer;
}

.zf-errorMessage {
  color: #f00;
}

.upload-content {
  position: relative;
}

.upload-content::before {
  content: '';
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
  margin: auto;
  width: 54px;
  height: 38px;
  background: url(/wp-content/uploads/img/upload.svg) no-repeat center / contain;
}

.upload-heading {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 1);
}

.upload-btn {
  margin: 16px auto;
  width: 204px;
  height: 34px;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  color: #FFF;
  background: rgba(196, 196, 196, 1);
  border-radius: 5px;
}

.upload-note {
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(102, 102, 102, 1);
}

.upload-container input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.delete-file {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-left: auto;
  padding-left: 20px;
  width: 150px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: underline;
  color: rgba(130, 130, 130, 1);
  cursor: pointer;
}

.zf-tempContDiv.upload-container.uploaded {
  justify-content: flex-start;
  text-align: left;
  padding: 0;
  background: rgba(255, 255, 255, 1);
  border: none;
  cursor: default;
  word-break: break-all;
}

.uploaded .upload-content {
  display: flex;
  width: 100%;
}

.uploaded .upload-content::before {
  display: none;
}

.uploaded-file-name {
  max-width: calc(100% - 100px);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(18, 18, 18, 1);
}

.uploaded-file-name::before {
  display: inline-block;
  content: '';
  position: relative;
  margin-right: 6px;
  width: 14px;
  height: 10px;
  background: url(/wp-content/uploads/img/uploaded.svg) no-repeat center / contain;
}

.upload-container.uploaded input[type="file"] {
  cursor: default;
}

.zf-overflow {
  display: flex;
  gap: 10px;
}

input[type="radio"].zf-radioBtnType {
  display: none;
}

.zf-radioChoice {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 10px 14px 10px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(77, 77, 77, 1);
  background: rgba(231, 234, 233, 1);
  cursor: pointer;
}

.zf-radioChoice::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  transform: translateY(-50%);
}

.zf-multiAttType input:checked+.zf-radioChoice {
  background: rgba(255, 240, 57, 1);
}

.zf-multiAttType input:checked+.zf-radioChoice::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 12px;
  height: 12px;
  background: rgba(51, 51, 51, 1);
  border-radius: 50%;
  transform: translateY(-50%);
}

textarea {
  padding: 14px;
  width: 100%;
  height: 128px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  border: 1px solid rgba(205, 205, 205, 1);
  border-radius: 5px;
}

.zf-fmFooter {
  text-align: center;
  margin-top: 80px;
}

.zf-submitColor {
  position: relative;
  width: 198px;
  height: 48px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(30, 30, 30, 1);
  background: rgba(255, 217, 78, 1);
  border: none;
  border-radius: 60px;
  cursor: pointer;
}

.zf-submitColor::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 9px;
  background: url(/wp-content/uploads/img/submit.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

@media screen and (max-width: 629px) {
  .member-registration {
    padding: 124px 20px 80px;
  }

  .member-registration h1 {
    font-size: 32px;
  }

  .form-instructions {
    margin: 40px auto 51px;
  }

  .zf-overflow {
    flex-direction: column;
  }

  .zf-tempContDiv-wrapper {
    gap: 8px;
  }

  .zf-fmFooter {
    margin-top: 56px;
  }
}

/*form payment*/
.yuucho-note {
  margin: -10px auto 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
  color: rgba(18, 18, 18, 1);
}

.yuucho-note span {
  font-weight: 500;
}

.zf-multiAttType-payment .zf-multiAttType {
  width: 114px;
}

.zf-multiAttType-payment .zf-radioChoice {
  width: 100%;
}

@media screen and (max-width: 629px) {
  .zf-multiAttType-payment {
    flex-direction: initial;
  }
}

/*thanks*/
.thanks {
  text-align: center;
  padding: 208px 20px 180px;
}

.thanks p {
  margin-top: 38px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.86;
  letter-spacing: 0.04em;
}

.thanks .thanks-contact {
  margin-top: 64px;
}

.thanks-mail {
  display: inline-block;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.3;
}

.thanks-mail span {
  color: blue;
}

.thanks-btn {
  display: block;
  margin: 56px auto 0;
  width: 268px;
  height: 48px;
  font-size: 13px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.04em;
  color: #1E1E1E;
  background: #FFD94E;
  border-radius: 60px;
}

@media screen and (max-width: 1187px) {
  .thanks {
    padding: 110px 16px;
  }

  h1 img {
    width: 170px;
  }

  .thanks-btn {
    margin: 40px auto 0;
  }
}

.form-mini-margin-top {
  margin-top: 12px;
}

/*--------------------
  25.07.15追記
  大家彩香さんバナー追加
--------------------*/
@media screen and (max-width: 1187px) {
  .--pc {
    display: none !important;
  }
}

@media screen and (min-width: 1188px) {
  .--sp {
    display: none !important;
  }
}

.l-banner {
  padding: 64px 0 20px;
}

@media screen and (max-width: 1187px) {
  .l-banner {
    padding: 32px 20px 15px;
  }
}

.l-banner_link {
  display: block;
  max-width: 1150px;
  margin: 0 auto;
}

.l-banner_link--image {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  pointer-events: none;
  user-select: none;
}