@charset "UTF-8";
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

:root {
  --default-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif;
}

img {
  width: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  max-width: 400px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: #3B3B3B;
  background: #fff;
}

a {
  color: #3B3B3B;
  text-decoration: none;
}

header {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
header .freemova {
  max-width: 70px;
}
header .closet {
  max-width: 176px;
}

.mv img {
  display: block;
}

.about {
  padding: 40px 20px;
  position: relative;
}
.about .about_tt {
  margin-bottom: 25px;
}
.about .about_textbox_ashirai {
  max-width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
.about .about_textbox_ashirai:nth-child(1) {
  top: 28%;
  left: 0;
}
.about .about_textbox_ashirai:nth-child(2) {
  bottom: 18%;
  right: 0;
}
.about p {
  position: sticky;
  z-index: 1;
}
.about p span {
  font-size: 14px;
  font-weight: normal;
}

.cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #FF7C00;
  border-radius: 50px;
  padding: 20px;
  margin-top: 25px;
}
.cta img {
  max-width: 24px;
}
.cta span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
}
.cta span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #FF7C00;
  border-bottom: 2px solid #FF7C00;
  transform: translate(-50%, -60%) rotate(45deg);
}

.wpcf7-submit {
  background: #FF7C00;
  border: none;
  color: #fff;
  width: 100%;
  height: 56px;
  border-radius:5px;
  cursor:pointer;
}

.wpcf7-select {
  width: 100%;
  outline: none;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  height: 54px;
  background: #fff;
  color: #3B3B3B;
  appearance: none; /* ブラウザのデフォルトUIを無効化 */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 20px;
}

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

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: red;
}

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

.form {
  background: #FF7C00;
  padding: 40px 20px;
}
.form .form_wrap {
  background: #fff;
  padding: 30px 15px;
  border-radius: 10px;
}
.form .form_wrap h2 {
  color: #FF7C00;
  text-align: center;
  margin: auto auto 20px auto;
}
.form .form_wrap .form_tt {
  display: flex;
  flex-flow: column;
  margin-bottom: 20px;
}
.form .form_wrap .form_tt input {
  height: 54px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  margin-top: 5px;
  width: 100%;
  outline: none;
  padding-left: 10px;
}
.form button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: #FF7C00;
  border-radius: 10px;
  border: none;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.form button img {
  max-width: 24px;
}
.form button span {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
}
.form button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.slider_wrapper {
  width: 100%;
  overflow: hidden;
  margin: 30px auto;
}

.infinite-slider {
  display: flex;
  width: -moz-max-content;
  width: max-content; /* 中身の幅で伸びる */
  animation: scrollSlider 40s linear infinite;
}

.infinite-slider li {
  flex: 0 0 auto;
  margin-right: 10px;
}

.infinite-slider img {
  height: 80px;
  width: auto;
  display: block;
}

@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.point {
  background: #ECF7FF;
  padding: 40px 20px;
}
.point h2 {
  color: #3C90E4;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
}
.point h2 span {
  font-size: 16px;
}
.point .point_item {
  margin: 30px auto;
}
.point .point_item h3 {
  background: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 10px auto 10px auto;
  font-size: 24px;
}
.point .point_item h3 span {
  color: #3C90E4;
}
.point .point_item strong {
  text-align: center;
  display: block;
  margin-bottom: -5px;
  margin-top: 10px;
}
.point .point_btimg {
  margin-top: 20px;
}
.point ul {
  margin-top: 20px;
}
.point ul li {
  background: #fff;
  border: 1px solid #3C90E4;
  border-radius: 10px;
}
.point ul li .brand_list {
  background: #fff;
  padding: 20px;
  border-radius: 10px 10px 10px 0px;
}
.point ul .brand_list_text {
  background: #3C90E4;
  color: #fff;
  padding: 20px;
  border-radius: 0px 0px 8px 8px;
}
.point ul .brand_list_text .brand_box {
  margin-bottom: 20px;
}
.point ul .brand_list_text .brand_box span {
  background: #fff;
  color: #3C90E4;
  font-weight: bold;
  border-radius: 50px;
  padding: 5px 30px;
}
.point ul .brand_list_text .brand_box p {
  padding: 10px;
}
.point ul .brand_list_text .brand_box:nth-child(2) {
  margin-bottom: 0px;
}
.point .benefit {
  margin-top: 20px;
}
.point .benefit p {
  font-size: 14px;
  font-weight: normal;
}
.point .benefit .benefit_tt {
  border-bottom: 1px solid #3B3B3B;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.point .benefit .benefit_tt span {
  color: #3C90E4;
  font-weight: bold;
  font-size: 18px;
}

.cta_box {
  background: #F0F0F0;
  position: relative;
  padding: 40px;
  overflow: hidden;
}
.cta_box p {
  text-align: center;
}
.cta_box .cta_box_ashira {
  position: absolute;
  max-width: 200px;
  right: 0;
  bottom: 0;
}
.cta_box .cta_box_second {
  background: #fff;
  border: 2px solid #FF7C00;
  border-radius: 50px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  color: #FF7C00;
  font-size: 18px;
  font-weight: bold;
}
.cta_box .cta_box_second img {
  max-width: 24px;
}
.cta_box .cta_box_second span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #FF7C00;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
}
.cta_box .cta_box_second span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -60%) rotate(45deg);
}

.recommend {
  background: #FF7C00;
  padding: 40px 20px;
}
.recommend h2 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
}
.recommend h2 img {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.recommend .recommend_box {
  border-radius: 10px;
  background: #fff;
  padding: 20px 20px 10px 20px;
  margin-top: 30px;
}
.recommend .recommend_box p {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}
.recommend .recommend_box img {
  max-width: 20px;
}

.skill {
  background: #3C90E4;
  padding: 40px 20px;
  position: relative;
}
.skill .skill_box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
.skill .skill_img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 150px;
}

.voice {
  background: #3C90E4;
  padding: 0px 20px 40px 20px;
}
.voice .voice_tt {
  max-width: 200px;
  margin: auto;
}
.voice h2 {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 30px auto;
}
.voice .voice_item {
  margin-bottom: 40px;
}

.step {
  background: #ECF7FF;
  padding: 40px 20px;
}
.step h2 {
  text-align: center;
  color: #3C90E4;
  position: relative;
  font-size: 24px;
  line-height: 1.5;
}
.step h2 img {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.step ul {
  margin-top: 30px;
}
.step ul li {
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  gap: 20px;
  padding: 10px 10px 10px 0px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
}
.step ul li::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.step ul li p {
  color: #3C90E4;
}
.step ul li div {
  background: #F0F0F0;
  border-radius: 0px 50px 50px 0px;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}
.step ul li div img {
  max-width: 50px;
}
.step ul li:nth-child(4) {
  margin-bottom: 0;
}
.step ul li:nth-child(4)::before {
  display: none;
}

footer {
  text-align: center;
  padding: 20px;
}
footer p {
  margin: 10px auto;
}/*# sourceMappingURL=style.css.map */