/*
 * general
 */
* {
  letter-spacing: 0.06em;
  font-family: 'Inter', 'Noto Sans', 'Noto Sans JP', sans-serif;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #F5F5F7;
}

h2 {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  margin: 0;
  line-height: 175%;
}


a {
  text-decoration: none;
  color: #FFFFFF;
}
a:hover, a:active {
  color: #ffffff;
}
a:focus {
  outline: none;
}

.wrap {
  overflow: hidden;
}

.bg-white {
  background-color: #ffffff;
}

.z-1000 {
  z-index: 1000;
}

.sp {
  display: none;
}
.pc {
  display: inherit;
}

.button {
  font-weight: 500;
  font-size: 20px;
  background-color: #176EE5;
  color: #ffffff;
  padding: 20px 40px 24px 40px;
  letter-spacing: 0.03em;
  box-shadow: 9px 9px 32px rgba(23, 110, 230, 0.2);
  line-height: 100%;
}

.bold {
  font-weight: 700;
}

.section {
  padding: 120px 0;
}

.dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.dots div {
  width: 12px;
  height: 12px;

  background: #000000;
  margin: 0 10px;
}

.items {
  display: flex;
  justify-content: center;
}
.items img, .bubble > div {
  max-width: 288px;
  width: 100%;
}
.items p {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 160%;
}

.center {

}

/*
 * header
 */
h1 img {
  position: absolute;
  left: 72px;
  top: 54.76px;
  width: 120px;
}

.logo-copy {
  position: absolute;
  left: 219px;
  top: 58px;
  font-size: 14px;
}

.top-btn {
  position: absolute;
  top: 50px;
  right: 72px;
  font-size: 16px;
  padding: 16px 32px 18px 32px;
}

/*
 * top
 */
.main-copy {
  font-size: 48px;
  position: absolute;
  top: 220px;
  left: 144px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 40px;
}
.main-copy span {
  line-height: 175%;
 }

.top-img-wrap {
  width: 100%;
  text-align: right;
}
.top-img {
  width: 792px;
  z-index: 1;
}
.top-img-blur {
  position: absolute;
  width: 297px;
  height: 759px;
  right: 495px;
  top: 0px;
  background: linear-gradient(90deg, #F4F4F6 0%, rgba(244, 244, 246, 0) 100%);
  z-index: 10;
}

/*
 * problem
 */
.problem {
  margin-top: 80px;
}
.num {
  background: #176EE6;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.problem img {
  max-width: 288px;
}

.problem .items > div {
  margin: 0 50px;
  max-width: 288px;
  width: calc(100% / 3);
}
.problem p {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 160%;
}
.problem span {
  font-size: 16px;
  line-height: 150%;
}
.problem .dots {
  margin-top: 68px;
  flex-flow: column;
  text-align: center;
}
.problem .dots div {
  margin: 4px 0;
  width: 8px;
  height: 8px;
}
.problem .triangle {
  width: 0!important;
  height: 0!important;
  border-style: solid;
  border-width: 18px 15px 0 15px;
  border-color: #000000 transparent transparent transparent;
  background: none;
}
.problem .solution, .problem .solution span {
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
  line-height: 175%;
}
.problem .solution > span  {
  padding: 0 4px;
  background: linear-gradient(transparent 50%, #ffffff 0%);
}
.problem .solution .blue {
  color: #176EE5;
}

/*
 * toha
 */
.toha  p {
  text-align: center;
  font-weight: 700;
  line-height: 175%;
  font-size: 20px;
}
.center {
  text-align: center;
  font-weight: 700;
  margin: 80px 0;
  font-size: 16px;
  line-height: 175%;
}
.toha .dots {
  margin: -35px 0 0!important;
}
.toha .dots > div {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.toha .triangle {
  width: 0!important;
  height: 0!important;
  background: none;
  border-style: solid;
  border-width: 15px 0 15px 18px;
  border-color: transparent transparent transparent #000000;
}
.toha .items {
  padding-top: 69px;
}
.toha .items > div {
  margin: 0 20px;
}
.toha .items > div:first-child,
.toha .items > div:last-child {
  margin: 10px 20px 0;
}
.toha .items > div p  {
  margin-top: 16px;
}

.bubble {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
.bubble.pc {
  margin: -69px 0 16px;
}
.bubble > div:first-child {
  color: #ffffff;
  background: #176EE6;
  font-weight: 500;
  font-size: 18px;
  padding: 14px 0 19px 0;
  margin: auto;
  letter-spacing: 0.15rem;
}
.bubble div:last-child {
  width: 0!important;
  height: 0!important;
  margin: auto;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #176EE6 transparent transparent transparent;
  background: none;
}

/*
 * monetization
 */
.monetization {
 text-align: center;
 padding: 0 24px;
}
.monetization img {
  margin: 6px auto 0;
  width: 1120px;
  max-width: 100%;
}

/*
 * strength
 */
.strength {
 margin-top: 80px;
}
.strength .items {
  flex-wrap: wrap;
  max-width: 880px;
  margin: auto;
  padding: 0 24px;
}
.strength .item {
  display: flex;
  margin-bottom: 48px;
  max-width: min(384px, 45%);
}
.strength .item:nth-child(2n){
	margin-left: min(56px, 2em);
}
.strength .item:nth-child(2n+1){
	margin-right: min(56px, 2em);
}
.strength .item img {
  margin-right: 32.14px;
  width: 80px;
  height: 80px;
}
.strength .item > div {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  margin: auto;
}
.strength .item:nth-last-child(-n+2) {
  margin-bottom: 30px;
}

/*
 * performance
 */
.performance {
  margin-top: 80px;
}
.performance .items {
  padding: 0 24px;
}
.performance .items img {
  width: 200px;
  margin: 0 20px;
  max-width: 16%;
}
.performance .items img:first-child {
 margin-left: 0;
}
.performance .items img:last-child {
  margin-right: 0;
}

/*
 * form
 */
.form {
  margin-top: 80px;
  text-align: center;
  line-height: 170%;
}
.form > div {
  display: inline-block;
  text-align: left;
}
.wpcf7-text, .wpcf7-textarea {
  height: 72px;
  border: 2px solid #000000;
  margin-top: 15px;
  margin-bottom: 32px;
  font-size: 16px;
}
.wpcf7-textarea {
  width: 640px;
  height: 144px;
}
.w400 {
  width: 400px;
}
.w640 {
  width: 640px;
  max-width: 640px;
}
.wpcf7-form label {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  display: block;
}
.required::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
  background: #E64545;
}
.wpcf7-form a {
  color: #000000;
  text-decoration-line: underline;;
}
/* 上側の送信完了メッセージは非表示 */
.screen-reader-response {
  display: none;
}
.wpcf7-not-valid-tip {
  display: block;
  margin-bottom: 32px;
}
.wpcf7-radio {
  display: block;
  margin-bottom: 32px;
  margin-top: 15px;
}
.wpcf7-list-item input {
  margin-right: 10px;
}
.wpcf7-submit {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.03em;
  padding: 20px 79px 24px 79px;
  margin: 56px 0;
  color: #ffffff;
  background: #176EE6;
  border: none;
  box-shadow: 9px 9px 32px rgba(23, 110, 230, 0.2);
}
.wpcf7-radio label::before,
.wpcf7-acceptance label::before,
.form input[type=checkbox] {
	display: none;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
}
.form input[type=checkbox]:checked + .wpcf7-list-item-label {
  position: relative;
}
.form input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #000000;
  border: 2px solid #000000;
}
.form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: url("/wp-content/themes/zaiho/images/check.svg");;
  position: absolute;
  left: 7px;
}

/*
 * footer
 */
footer {
  background: #000000;
  padding: 120px 72px;
  display: flex;
    justify-content: space-between;
}
footer img {
  width: 144px;
}
footer > div {
  font-weight: 400;
  font-size: 12px;
  line-height: 104%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0.5;
  margin: auto 0;
}
footer > div > a {
  margin-right: 40px;
}
