@charset "UTF-8";
/*common*/
@font-face {
  font-family: "TTNormsPro";
  src: url("../../font/TTNormsPro/TTNormsPro-Medium.ttf") format("truetype");
  src: url("../../font/TTNormsPro/TTNormsPro-Medium.woff2") format("woff2"), url("../../font/TTNormsPro/TTNormsPro-Medium.woff") format("woff"), url("../../font/TTNormsPro/TTNormsPro-Medium.woff") format("truetype");
}
body {
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #000000;
  font-family: "TTNormsPro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

img {
  width: 100%;
  vertical-align: bottom;
}

@media (min-width: 414px) {
  a:hover {
    transition: 0.2s;
    opacity: 0.7;
  }
}
.common-ttl {
  font-size: 20px;
  font-weight: 600;
  padding-left: 39px;
  position: relative;
}
.common-ttl::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #D5FF00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (max-width: 414px) {
  .common-ttl {
    font-size: 18px;
    padding: 0 10px 0 23px;
  }
}

.common-lead {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-top: 24px;
  line-height: 1.8;
  padding-left: 39px;
}
@media (max-width: 414px) {
  .common-lead {
    padding-left: 0;
  }
}

.inner {
  padding: 80px 20px;
  max-width: 1392px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    padding: 50px 20px;
  }
}

@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
.is-sp {
  display: none;
}
@media (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

/*/common*/
/*header*/
.header {
  max-width: 1512px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 15;
  padding: 32px 40px 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .header {
    position: sticky;
    translate: 0;
    padding: 27px 14px;
  }
}
.header .logo {
  width: min(160 * 100vw/1512, 160px);
}
@media (max-width: 767px) {
  .header .logo {
    min-width: 80px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__btns {
  display: flex;
  gap: 5px 10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.header__btns.show {
  visibility: visible;
  opacity: 1;
}
.header__btns.show.none {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .header__btns {
    visibility: visible;
    opacity: 1;
    flex-wrap: wrap;
    justify-content: end;
  }
}
.header__btn a {
  width: 238px;
  height: 60px;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding-left: 26px;
  box-sizing: border-box;
  border: 2px solid #D5FF00;
  border-radius: 1000px;
  letter-spacing: 0.01em;
  position: relative;
}
@media (max-width: 767px) {
  .header__btn a {
    width: 198px;
    height: 47px;
    padding-left: 20px;
  }
}
.header__btn a::after {
  content: "";
  width: 52px;
  height: 52px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 3px;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  .header__btn a::after {
    width: 37px;
    height: 37px;
  }
}
.header__btn-contact a {
  background-color: #D5FF00;
}
.header__btn-contact a::after {
  background-image: url(../../img/mastermodel/icon_btn_1.png);
}
.header__btn-download a {
  background-color: rgba(255, 255, 255, 0.6);
}
.header__btn-download a::after {
  background-image: url(../../img/mastermodel/icon_btn_2.png);
}

/*/header*/
/*kv*/
.kv__inner {
  max-width: 1512px;
  margin: 0 auto;
  position: relative;
  padding-bottom: min(90 * 100vw/1512, 90px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .kv__inner {
    padding-bottom: calc(74 * 100vw/393);
  }
}
.kv__ttl {
  font-size: min(32 * 100vw/1512, 32px);
  font-weight: 600;
}
@media (max-width: 767px) {
  .kv__ttl {
    font-size: calc(24 * 100vw/393);
  }
}
.kv__lead {
  line-height: 1.8;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-top: min(25 * 100vw/1512, 25px);
  font-size: min(16 * 100vw/1512, 16px);
  text-align: justify;
}
@media (max-width: 767px) {
  .kv__lead {
    margin-top: calc(12 * 100vw/393);
    font-size: calc(16 * 100vw/393);
  }
}
.kv__txtbox {
  position: absolute;
  top: min(245 * 100vw/1512, 245px);
  left: 0;
  padding-left: min(53 * 100vw/1512, 53px);
  width: min(487 * 100vw/1512, 487px);
}
@media (max-width: 767px) {
  .kv__txtbox {
    position: static;
    margin-top: calc(50 * 100vw/393);
    padding: 0 calc(24 * 100vw/393);
    width: auto;
  }
}
.kv__characters {
  display: grid;
  justify-content: right;
}
@media (max-width: 767px) {
  .kv__characters {
    justify-content: center;
  }
}
.kv__character {
  width: min(359 * 100vw/1512, 359px);
}
.kv__character.character1 {
  grid-column: 1;
  grid-row: 1;
}
.kv__character.character2 {
  grid-column: 2;
  grid-row: 1;
}
.kv__character.character3 {
  grid-column: 3;
  grid-row: 1;
}
.kv__character.character4 {
  grid-column: 2;
  grid-row: 2;
}
.kv__character.character5 {
  grid-column: 3;
  grid-row: 2;
}
@media (max-width: 767px) {
  .kv__character {
    width: calc(147 * 100vw/393);
  }
}
.kv__main {
  position: relative;
  z-index: 2;
}
.kv__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  margin-top: min(50 * 100vw/1512, 50px);
  padding-right: min(68 * 100vw/1512, 68px);
  margin-left: auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .kv__logos {
    padding: 0 calc(10 * 100vw/393);
    width: 100%;
    justify-content: center;
    margin-top: calc(25 * 100vw/393);
  }
}
.kv__logo {
  width: min(154 * 100vw/1512, 154px);
}
@media (max-width: 767px) {
  .kv__logo {
    width: calc(113 * 100vw/393);
  }
}
.kv__deco {
  font-size: min(180 * 100vw/1512, 180px);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #F0F0F0;
  line-height: 0.9;
  position: absolute;
  top: min(386 * 100vw/1512, 386px);
  left: min(26 * 100vw/1512, 26px);
}
@media (max-width: 767px) {
  .kv__deco {
    font-size: calc(100 * 100vw/393);
    top: calc(230 * 100vw/393);
    left: 0;
    letter-spacing: -0.04em;
  }
}
.kv__btns {
  position: absolute;
  left: min(40 * 100vw/1512, 40px);
  bottom: min(85 * 100vw/1512, 85px);
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: min(16 * 100vw/1512, 16px);
}
@media (max-width: 767px) {
  .kv__btns {
    display: none;
  }
}
.kv__btn a {
  width: min(319 * 100vw/1512, 319px);
  height: min(72 * 100vw/1512, 72px);
  display: flex;
  align-items: center;
  font-size: min(20 * 100vw/1512, 20px);
  font-weight: 600;
  padding-left: min(40 * 100vw/1512, 40px);
  box-sizing: border-box;
  border: 2px solid #D5FF00;
  border-radius: 1000px;
  letter-spacing: 0.01em;
  position: relative;
}
.kv__btn a::after {
  content: "";
  width: min(53 * 100vw/1512, 53px);
  height: min(53 * 100vw/1512, 53px);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: min(10 * 100vw/1512, 10px);
  top: 50%;
  translate: 0 -50%;
}
.kv__btn-contact a {
  background-color: #D5FF00;
}
.kv__btn-contact a::after {
  background-image: url(../../img/mastermodel/icon_btn_1.png);
}
.kv__btn-download a {
  background-color: rgba(255, 255, 255, 0.6);
}
.kv__btn-download a::after {
  background-image: url(../../img/mastermodel/icon_btn_2.png);
}

/*/kv*/
/*feature*/
.feature {
  background-color: #111111;
  color: #fff;
}
.feature__inner {
  padding-top: 60px;
  padding-bottom: 180px;
}
@media (max-width: 414px) {
  .feature__inner {
    padding-bottom: 100px;
  }
}
.feature__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  gap: 40px 20px;
}
@media (max-width: 1024px) {
  .feature__wrap {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .feature__wrap {
    margin-top: 20px;
  }
}
.feature__main {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 460px));
  grid-template-rows: auto;
  width: min(920 * 100vw/1512, 920px);
}
@media (max-width: 1024px) {
  .feature__main {
    width: 100%;
  }
}
.feature__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  grid-column: 1/3;
  max-width: 624px;
}
.feature__video {
  grid-row: 2;
  margin-top: 24px;
}
.feature__video video {
  max-width: 100%;
  vertical-align: bottom;
}
.feature__lists {
  width: min(490 * 100vw/1512, 403px);
}
@media (max-width: 1024px) {
  .feature__lists {
    width: 100%;
  }
}
.feature__list:not(:first-child) {
  margin-top: 32px;
}
.feature__list__ttl {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.feature__list__txt {
  display: block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-top: 8px;
}

/*/feature*/
/*purpose*/
.purpose__inner {
  padding-top: 120px;
}
@media (max-width: 414px) {
  .purpose__inner {
    padding-top: 80px;
  }
}
.purpose__lists {
  margin-top: 58px;
}
@media (max-width: 1024px) {
  .purpose__lists {
    margin-top: 30px;
  }
}
.purpose__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
}
.purpose__list:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .purpose__list:not(:first-child) {
    margin-top: 30px;
  }
}
.purpose__list__img {
  width: 50%;
}
@media (max-width: 1024px) {
  .purpose__list__img {
    width: 100%;
  }
}
.purpose__list__txtbox {
  width: 50%;
  position: relative;
  padding: 10px 50px 10px 133px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .purpose__list__txtbox {
    width: 100%;
    padding: 0;
  }
}
.purpose__list__ttl {
  font-size: 24px;
  font-weight: 600;
}
.purpose__list__ttl .txt-ai {
  width: 73px;
  height: 30px;
  line-height: 30px;
  background-color: #D5FF00;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-left: 13px;
  border-radius: 100px;
  text-align: center;
}
.purpose__list__txt {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  margin-top: 12px;
}
.purpose__list__num {
  font-size: 48px;
  font-weight: 600;
  color: #D5FF00;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 40px;
}
@media (max-width: 1024px) {
  .purpose__list__num {
    font-size: 40px;
    position: static;
    translate: 0;
  }
}

/*/purpose*/
/*advantage*/
.advantage .common-lead {
  max-width: 557px;
}
.advantage__inner {
  padding-bottom: 178px;
  padding-right: 0;
}
@media (max-width: 414px) {
  .advantage__inner {
    padding-bottom: 100px;
  }
}
.advantage__lists {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  min-width: -moz-max-content;
  min-width: max-content;
  gap: 0 9px;
}
.advantage__lists-wrap {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.advantage__list {
  width: 458px;
  height: 618px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 32px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (max-width: 414px) {
  .advantage__list {
    width: 298px;
    height: 405px;
    padding: 15px;
  }
}
.advantage__list__ttl {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 414px) {
  .advantage__list__ttl {
    font-size: 20px;
  }
}
.advantage__list__txt {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  margin-top: 16px;
}
@media (max-width: 414px) {
  .advantage__list__txt {
    font-size: 14px;
    margin-top: 8px;
  }
}
.advantage__list1 {
  background-image: url(../../img/mastermodel/advantage_bg_1.png);
  justify-content: end;
}
.advantage__list2 {
  background-image: url(../../img/mastermodel/advantage_bg_2.png);
  justify-content: end;
}
.advantage__list3 {
  background-image: url(../../img/mastermodel/advantage_bg_3.png);
}

/*/advantage*/
/*structure*/
.structure {
  background-color: #000000;
  color: #fff;
}
.structure__inner {
  padding-top: 60px;
  padding-bottom: 125px;
}
.structure__wrap {
  margin-top: 78px;
  display: flex;
  justify-content: center;
  gap: 65px;
}
@media (max-width: 1024px) {
  .structure__wrap {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.structure__lists {
  max-width: 580px;
}
@media (max-width: 414px) {
  .structure__lists {
    max-width: 100%;
  }
}
.structure__list {
  background-color: #222222;
  padding: 20px 28px 20px 17px;
  display: grid;
  grid-template-columns: 105px 1fr;
  align-items: center;
  justify-content: left;
  gap: 0 26px;
  position: relative;
}
.structure__list:not(:first-child) {
  margin-top: 24px;
}
.structure__list:not(:last-child)::before {
  content: "";
  background-image: url(../../img/mastermodel/arrow_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 39px;
  position: absolute;
  bottom: -36px;
  left: 69px;
  z-index: 5;
}
@media (max-width: 414px) {
  .structure__list:not(:last-child)::before {
    left: 53px;
  }
}
@media (max-width: 414px) {
  .structure__list {
    padding: 15px 5px;
    gap: 0 10px;
  }
}
.structure__list.with-icon {
  grid-template-columns: 105px 210px 1fr;
}
@media (max-width: 1200px) {
  .structure__list.with-icon {
    grid-template-columns: 105px 1fr;
  }
}
.structure__list__ttl {
  display: block;
  color: #D5FF00;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  grid-column: 1;
}
.structure__list__ttl.small {
  font-size: 20px;
}
@media (max-width: 414px) {
  .structure__list__ttl {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .structure__list4 .structure__list__ttl {
    grid-row: 1/3;
  }
}
@media (max-width: 1200px) {
  .structure__list5 .structure__list__ttl {
    grid-row: 1/3;
  }
}
.structure__list__txt {
  display: block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  grid-column: 2;
}
@media (max-width: 414px) {
  .structure__list__txt {
    font-size: 14px;
  }
}
.structure__list__icon {
  grid-column: 3;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .structure__list__icon {
    margin: 5px auto 0 0;
  }
}
.structure__list4 .structure__list__icon {
  width: 158px;
}
@media (max-width: 1200px) {
  .structure__list4 .structure__list__icon {
    grid-column: 2;
  }
}
@media (max-width: 414px) {
  .structure__list4 .structure__list__icon {
    width: 120px;
  }
}
.structure__list5 .structure__list__icon {
  width: 62px;
}
@media (max-width: 1200px) {
  .structure__list5 .structure__list__icon {
    grid-column: 2;
  }
}
@media (max-width: 414px) {
  .structure__list5 .structure__list__icon {
    width: 45px;
  }
}
.structure__img {
  max-width: 668px;
}

/*/structure*/
/*usecase*/
.usecase__inner {
  padding-bottom: 150px;
}
@media (max-width: 414px) {
  .usecase__inner {
    padding-bottom: 100px;
  }
}
.usecase__lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(304px, 304px));
  justify-content: center;
  gap: 45px 32px;
  margin-top: 66px;
}
@media (max-width: 414px) {
  .usecase__lists {
    margin-top: 30px;
  }
}
.usecase__list__ttl {
  display: inline-block;
  font-weight: 600;
  padding: 2px 10px;
  background-color: #D5FF00;
}
.usecase__list__txt {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  margin-top: 8px;
}
.usecase__movie {
  max-width: 724px;
  margin: 92px auto 0;
}

/*/usecase*/
/*achievement*/
.achievement.inner {
  padding-bottom: 157px;
}
.achievement__movie {
  max-width: 1076px;
  margin: 75px auto 0;
}

/*/achievement*/
/*service*/
.service {
  background-image: url(../../img/mastermodel/service_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.service__inner {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 414px) {
  .service__inner {
    padding-bottom: 100px;
  }
}
.service__lead {
  text-align: center;
  margin-top: 53px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
}
@media (max-width: 414px) {
  .service__lead {
    margin-top: 24px;
    text-align: left;
  }
}
.service__list {
  max-width: 660px;
  border: 1px solid #D5FF00;
  background-color: rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  padding: 30px 60px 47px;
}
@media (max-width: 414px) {
  .service__list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.service__list__ttl .small {
  font-weight: 500;
}
.service__list__ttl .strong {
  display: block;
  color: #D5FF00;
  margin-top: 6px;
  font-size: 40px;
  font-weight: 600;
}
.service__list__txt {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  margin-top: 33px;
  letter-spacing: 0;
}
.service__list__tags {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 10px;
}
.service__list__tag {
  min-width: 88px;
  border: 1px solid #A5A5A5;
  border-radius: 20px;
  color: #A5A5A5;
  text-align: center;
  padding: 6px 24px 4px;
  box-sizing: border-box;
}
.service__lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 52px;
  margin-top: 57px;
}

/*/service*/
/*partner*/
.partner__logos {
  display: grid;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 0;
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .partner__logos {
    width: -moz-fit-content;
    width: fit-content;
    gap: 20px 30px;
  }
}
@media (max-width: 414px) {
  .partner__logos {
    margin-top: 30px;
  }
}
.partner__logo1 {
  max-width: 234px;
  grid-column: 1;
}
@media (max-width: 414px) {
  .partner__logo1 {
    width: 150px;
  }
}
.partner__logo2 {
  max-width: 104px;
  grid-column: 2;
  margin: auto;
}
@media (max-width: 414px) {
  .partner__logo2 {
    width: 60px;
  }
}
.partner__logo3 {
  max-width: 218px;
  grid-column: 3;
}
@media (max-width: 1024px) {
  .partner__logo3 {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 414px) {
  .partner__logo3 {
    width: 145px;
  }
}
.partner__logo4 {
  max-width: 210px;
  grid-column: 4;
}
@media (max-width: 1024px) {
  .partner__logo4 {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 414px) {
  .partner__logo4 {
    width: 135px;
  }
}

/*/partner*/
/*flow*/
.flow .common-ttl {
  margin: 0 20px;
}
.flow__inner {
  padding-bottom: 200px;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 414px) {
  .flow__inner {
    padding-bottom: 100px;
  }
}
.flow__lists {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 64px;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-top: 80px;
  padding: 0 20px;
}
.flow__lists-wrap {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.flow__list {
  width: 214px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.flow__list:not(:last-child)::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #D5FF00;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 104px;
  right: -48px;
}
.flow__list__img {
  width: 130px;
}
.flow__list__num {
  color: #D5FF00;
  font-size: 20px;
  font-weight: 600;
  margin-top: 23px;
}
.flow__list__ttl {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}
.flow__list__txt {
  font-size: 14px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  margin-top: 12px;
  text-align: justify;
}

/*/flow*/
/*contact*/
.contact {
  background-color: #D5FF00;
}
.contact .common-ttl::before {
  background-color: #fff;
}
.contact__inner {
  padding-bottom: 138px;
}
.contact__lead {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  margin-top: 32px;
}
.contact__txtbox {
  max-width: 610px;
  width: 43%;
}
@media (max-width: 1024px) {
  .contact__txtbox {
    width: 100%;
  }
}
.contact__img {
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .contact__img {
    margin-top: 20px;
  }
}
.contact__form {
  max-width: 580px;
  width: 42%;
}
@media (max-width: 1024px) {
  .contact__form {
    width: 100%;
  }
}
.contact__form textarea {
  border: none;
}
.contact__form .form, .contact__form .textarea {
  background-color: transparent;
  margin-bottom: 48px;
  border: none;
  border-bottom: 2px solid #000;
  padding: 18px 8px;
  margin-top: 18px;
  font-size: 18px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
.contact__form .label {
  font-weight: 600;
}
.contact__form ::-moz-placeholder {
  color: #9AB221;
}
.contact__form ::placeholder {
  color: #9AB221;
}
.contact__form .btn-submit {
  margin-top: 62px;
}
.contact__form .btn-submit input {
  width: 280px;
  height: 70px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 1000px;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  cursor: pointer;
}
@media (min-width: 414px) {
  .contact__form .btn-submit input:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1024px) {
  .contact__form .btn-submit input {
    margin: 0 auto;
  }
}
.contact__form .mark-privacy {
  font-weight: 600;
}
.contact__form .mark-privacy input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  box-sizing: border-box;
  font-weight: 600;
  margin: 0 16px 0 0;
  border-radius: 0;
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
}
.contact__form .mark-privacy input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  transform: rotate(50deg);
  width: 7px;
  height: 12px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}
.contact__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 113px;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  margin-top: 20px;
}

.contact__form .form:-webkit-autofill,
.contact__form .textarea:-webkit-autofill {
  background-color: #D5FF00 !important; /* .contact の背景色に一致 */
  box-shadow: 0 0 0px 1000px #D5FF00 inset !important;
  border-bottom: 2px solid #000; /* 既存デザインを維持 */
  color: #000; /* コントラストを確保 */
}
.thanks{
  text-align: center;
  padding-top: 230px;
  min-height: calc(100vh - 96px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .thanks{
    padding-top: 120px;
  }
}
.thanks .inner{
  padding-top: 0;
}
.thanks h1{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
.thanks p{
  font-size: 18px;
  line-height: 2;
}
.thanks .return{
  margin-top: 30px;
  width: 280px;
  display: inline-block;
  background: #000;
  border-radius: 50px;
  padding: 15px;
  color: #fff;
  font-weight: 600;
}

.flow__list__txt {
  text-align: left;
}

/*/contact*/
/*footer*/
.footer {
  height: 96px;
  background-color: #000000;
  color: #2B2B2B;
}
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
@media (max-width: 414px) {
  .footer__copyright {
    font-size: 18px;
  }
}

/*/footer*/
