
/*--------------------------------------------------------------
# 変数
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ミックスイン
--------------------------------------------------------------*/
@font-face {
  font-family: "Gill Sans Light";
  src: url(/assets/fonts/gillsans-light.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-style: normal;
  src: url(/assets/NotoSansJP/NotoSansJP-Light.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  src: url(/assets/NotoSansJP/NotoSansJP-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-style: normal;
  src: url(/assets/NotoSansJP/NotoSansJP-Medium.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-style: normal;
  src: url(/assets/NotoSansJP/NotoSansJP-SemiBold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  src: url(/assets/NotoSansJP/NotoSansJP-Bold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  font-weight: 400;
  font-style: normal;
  src: url(/assets/LINE/LINESeedJP_OTF_Rg.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  font-weight: 700;
  font-style: normal;
  src: url(/assets/LINE/LINESeedJP_OTF_Bd.woff2) format("woff2");
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------------------------
# ボタンスタイル
--------------------------------------------------------------*/
.cBtn__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 8rem;
  margin: 0 auto;
  font-weight: bold;
  font-family: "Arial", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 3.2rem;
  text-decoration: none;
  color: #fff;
  max-width: 460px;
  background: #fa6e31;
  border: 5px solid #000;
  border-radius: 100px;
  box-shadow: 0 4px 0 #aaa;
  appearance: none;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 897px) {
  .cBtn__submit {
    font-size: 4.5vw;
    width: 80vw;
    height: 15vw;
    border: 1vw solid #000;
  }
}
.cBtn__submit::after {
  display: inline;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(/assets/icon_btn_submit-98dc721264a9af9f8f48461bb6bb6afc2f02c3e1821be907fcb433e238aa7363.svg) center/100% auto no-repeat;
  content: "";
}
.cBtn__submit:not(:disabled):hover {
  box-shadow: 0 1px 0 #333;
  transform: translateY(3px);
}
.cBtn__submit:disabled {
  opacity: 0.5;
}
.cBtn__submit:focus {
  outline: none;
}
.cBtn__submit-let {
  display: inline-block;
  background: #ffde35;
  width: 1.6em;
  height: 1.6em;
  padding: 0.3em;
  color: #000;
  line-height: 1;
  border-radius: 100%;
}
.cBtn__submit-let:not(:first-child) {
  margin-left: -0.3em;
}
.cBtn__submit-let + .cBtn__submit-txt {
  margin-left: 0.5em;
}

.loading {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}
.loading .loading-wrapper {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loading .circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #FFF;
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.5s alternate infinite ease;
}
@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
.loading .circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}
.loading .circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.loading .shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow 0.5s alternate infinite ease;
}
@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.loading .shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}
.loading .shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.loading .loading-wrapper span {
  position: absolute;
  top: 75px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #FFF;
  left: 8%;
}

/*--------------------------------------------------------------
# 基本設定
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Arial", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  word-break: break-word;
  overflow-wrap: break-word;
  background-color: #cdeddf;
}
@media screen and (max-width: 897px) {
  body {
    font-size: 4.267vw;
  }
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  border: none;
  transition: opacity 0.2s;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #cdeddf;
}
body.article .wrapper, body.store .wrapper {
  background: #fafafa;
}

p > em {
  font-style: normal;
  font-weight: bold;
}

#content {
  min-height: calc(100vh - 380px);
}
#content.fixed {
  padding-top: 50px;
}

.container {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 897px) {
  .container {
    width: 100%;
    padding: 0 5vw;
  }
}

.breadcrumb {
  min-height: 50px;
  margin: 0 auto;
  padding: 0;
  color: #27272a;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 897px) {
  .breadcrumb {
    padding: 1em 0;
    font-size: 3.5vw;
  }
}
.breadcrumb a {
  color: #337ab7;
  font-weight: bold;
  text-decoration: underline;
  margin-right: 0.3em;
}
@media screen and (min-width: 1025px) {
  .breadcrumb a {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  .breadcrumb a:hover {
    opacity: 0.7;
  }
  .breadcrumb a:hover img {
    opacity: 1;
  }
}
.breadcrumb a:not(:first-child) {
  margin-left: 0.3em;
}
.breadcrumb .current {
  margin-left: 0.3em;
}

@media screen and (max-width: 897px) {
  .view--pc {
    display: none !important;
  }
}

@media screen and (min-width: 897px) {
  .view--sp {
    display: none !important;
  }
}

.header-container {
  width: 1280px;
  max-width: 100vw;
  margin: 0 auto;
}
@media screen and (max-width: 897px) {
  .header-container {
    width: 100%;
    padding: 0 5vw;
  }
}

.header {
  position: relative;
  z-index: 9;
  background-color: #fff;
  overflow: hidden;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
@media screen and (max-width: 897px) {
  .header__inner {
    height: 70px;
  }
}
.header__cnt {
  display: flex;
  align-items: center;
}
.header__logo {
  width: 200px;
  margin: 0;
}
.header__logo img {
  max-height: 65px;
  width: auto;
}
@media screen and (max-width: 897px) {
  .header__logo {
    width: 35vw;
  }
  .has-nav .header__logo {
    width: auto;
    margin: 0;
  }
  .header__logo img {
    vertical-align: text-top;
  }
}
.header__img {
  height: 60px;
}

.header__ttl {
  font-size: 1.8rem;
  margin-left: 1em;
}

.header-btn {
  display: flex;
  align-items: center;
  padding: 0.3em 2.5em;
  color: #333;
  font-weight: bold;
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid;
  border-radius: 30px;
  margin-left: 0.5em;
}
@media screen and (min-width: 1025px) {
  .header-btn {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  .header-btn:hover {
    opacity: 0.7;
  }
  .header-btn:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 897px) {
  .header-btn {
    font-size: 3vw;
    padding: 0.3em 1em;
  }
}
.header-btn img {
  width: 17px;
  margin-right: 10px;
}
@media screen and (max-width: 897px) {
  .header-btn img {
    width: 3vw;
    margin-right: 1vw;
  }
}

.footer {
  background: #cdeddf;
  text-align: center;
  padding: 5rem 0;
  width: 100vw;
}
@media screen and (max-width: 897px) {
  .footer {
    padding: 0;
  }
}
.footer__sub-ttl {
  margin-bottom: 1px;
  font-size: 1.5rem;
}
@media screen and (max-width: 897px) {
  .footer__sub-ttl {
    font-size: 3.5vw;
  }
}
.footer__logo {
  overflow: hidden;
}
@media screen and (max-width: 897px) {
  .footer__logo {
    margin: 3vw 0;
  }
}
.footer__logo .footer__logo-box {
  height: 6rem;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.footer__logo .footer__logo-box .footer_logo {
  height: 100%;
}
.footer__logo .footer__logo-box .footer_p_mark {
  position: absolute;
  bottom: 0;
  right: -5rem;
  width: 5rem;
  height: 5rem;
}
.footer__nav {
  display: flex;
  justify-content: center;
  margin: 35px;
}
@media screen and (max-width: 897px) {
  .footer__nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    border-top: 1px solid #000;
    margin: 0;
    padding-left: 0;
  }
}
.footer__item:first-child {
  margin: 0;
}
.footer__item {
  margin-left: 2em;
}
@media screen and (max-width: 897px) {
  .footer__item {
    width: 50%;
    margin-left: 0;
    height: 53px;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}
.footer__link {
  color: #000;
  font-size: 1.3rem;
}
@media screen and (max-width: 897px) {
  .footer__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2vw;
    background: #fff;
    border-bottom: 1px solid #000;
    height: 100%;
  }
  .footer__link:nth-child(odd) {
    border-right: 1px solid #000;
  }
  .footer__link::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.8em;
    height: 0.8em;
    display: block;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg) translateY(-50%);
    content: "";
  }
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__copy {
  margin-bottom: 5px;
}

.ctaBtn {
  background-color: #fff;
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  padding: 0.7em 0;
  height: 12vh;
  border-top: 3px solid #000;
  display: none;
}
.ctaBtn__cnt {
  display: flex;
  align-items: center;
  height: 100%;
}
.ctaBtn__inner {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.ctaBtn__tel {
  flex: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 3px solid #09A761;
}
.ctaBtn__cv {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctaBtn__img {
  height: 7vh;
}

/*--------------------------------------------------------------
# モーダル
--------------------------------------------------------------*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s linear;
}
.modal.is-active {
  z-index: 99;
  opacity: 1;
  display: block;
}
.modal__cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 897px) {
  .modal__cnt {
    width: 90%;
  }
}
.modal__title {
  margin: 0 0 0.5em;
  padding: 0 0 0.4em;
  color: #265d10;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 1px solid #265d10;
}
@media screen and (max-width: 897px) {
  .modal__title {
    font-size: 4.8vw;
  }
}
.modal__close {
  position: absolute;
  top: -15px;
  right: 0;
  padding: 0.5em;
  color: #fff;
  line-height: 1;
  background: #ccc;
  border-radius: 100px;
  cursor: pointer;
  border: none;
}
.modal__pic {
  cursor: pointer;
}

.modal-ankert {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
.modal-ankert__sentence {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.modal-ankert__talker {
  width: 15%;
}
@media screen and (max-width: 897px) {
  .modal-ankert__talker {
    width: 20%;
  }
}
.modal-ankert__talker-txt {
  position: relative;
  width: 80%;
  padding: 0.5em 1em;
  font-size: 1.5rem;
  background: #eee;
  border-radius: 10px;
}
.modal-ankert__talker-txt::after {
  position: absolute;
  top: 15px;
  left: -10px;
  border-top: 10px solid #eee;
  border-right: 10px solid #eee;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  transform: skew(30deg);
  content: "";
}
@media screen and (max-width: 897px) {
  .modal-ankert__talker-txt {
    width: 72%;
    margin-top: 0;
    font-size: 3.733vw;
  }
}
.modal-ankert__txt {
  margin: 0 0 0.5em;
  font-size: 1.4rem;
}
@media screen and (max-width: 897px) {
  .modal-ankert__txt {
    font-size: 3.733vw;
  }
}
.modal-ankert__ankert {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
}
.modal-ankert__label {
  display: block;
  width: 50%;
  padding: 0.5em;
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
}
.modal-ankert__label:nth-child(odd) {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 897px) {
  .modal-ankert__label:nth-child(odd) {
    border-right: none;
  }
}
.modal-ankert__label:nth-last-child(-n+2) {
  border-bottom: 0;
}
.modal-ankert__label > input {
  margin-right: 5px;
}
@media screen and (max-width: 897px) {
  .modal-ankert__label {
    width: 100%;
    padding: 0.3em;
    font-size: 3.733vw;
  }
  .modal-ankert__label:nth-child(even) {
    border-right: 0;
  }
  .modal-ankert__label:nth-last-child(2) {
    border-bottom: 1px solid #ccc;
  }
}
.modal-ankert__submit {
  width: 100%;
  padding: 0.5em 0;
  color: #265d10;
  border: 1px solid #265d10;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .modal-ankert__submit {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  .modal-ankert__submit:hover {
    opacity: 0.7;
  }
  .modal-ankert__submit:hover img {
    opacity: 1;
  }
}
.modal-ankert__error {
  display: none;
  margin-bottom: 5px;
  color: #c0392b;
  font-weight: bold;
  font-size: 1.2rem;
}
.modal-ankert__renovation, .modal-ankert__water-trouble, .modal-ankert__moving, .modal-ankert__solar-panel, .modal-ankert__gas-fee, .modal-ankert__water-trouble, .modal-ankert__estimate-sell, .modal-ankert__external_wall_cleaning {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 897px) {
  .modal-ankert__renovation, .modal-ankert__water-trouble, .modal-ankert__moving, .modal-ankert__solar-panel, .modal-ankert__gas-fee, .modal-ankert__water-trouble, .modal-ankert__estimate-sell, .modal-ankert__external_wall_cleaning {
    font-size: 2.9vw;
  }
}

/*--------------------------------------------------------------
# フォームスタイル
--------------------------------------------------------------*/
@keyframes blink {
  0% {
    border-color: #ff0000;
  }
  50% {
    border-color: #ff0000;
  }
  51% {
    border-color: transparent;
  }
  100% {
    border-color: transparent;
  }
}
.form {
  color: #000;
  overflow: hidden;
}
.form__cnt {
  background: #cdeddf;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}
@media screen and (max-width: 897px) {
  .form__cnt {
    border-top: none;
  }
}
.form__row {
  display: flex;
  font-size: 2.4rem;
}
@media screen and (max-width: 897px) {
  .form__row {
    display: block;
  }
}
.form__row:not(:last-child) {
  border-bottom: 1px solid #000;
}
.form__row2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 897px) {
  .form__row2 {
    font-size: 5.5vw;
  }
}
.form__row2 .form__row-cnt2 {
  font-size: 1.2vw;
}
.form__row-ttl {
  position: relative;
  width: 13em;
  padding: 1em 3.5em 1em 1em;
  font-weight: bold;
  border-right: 1px solid #000;
  background: #fff;
}
@media screen and (max-width: 897px) {
  .form__row-ttl {
    width: 100%;
    padding: 0.2em 0;
    font-size: 5.333vw;
    text-align: center;
    border-right: none;
    border-top: 4px solid #000;
    border-bottom: 1px solid #000;
  }
}
.form__row-required {
  position: absolute;
  top: 1.5em;
  right: 1em;
  padding: 0 0.3em;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.3;
  background: #fa6e31;
  border-radius: 100px;
}
@media screen and (max-width: 897px) {
  .form__row-required {
    top: 0.6em;
    font-size: 4.733vw;
  }
}
.form__row-option {
  position: absolute;
  top: 1.5em;
  right: 1em;
  padding: 0 0.3em;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.3;
  background: #aaa;
  border-radius: 100px;
}
@media screen and (max-width: 897px) {
  .form__row-option {
    top: 0.65em;
    font-size: 4.8vw;
  }
}
.form__row-cnt {
  width: calc(100% - 13em);
  margin: 0;
  padding: 1em;
}
@media screen and (max-width: 897px) {
  .form__row-cnt {
    width: 100%;
    padding: 5vw;
  }
}
.form__row-supplement {
  font-size: 1.5rem;
}
.form__row-supplement i {
  margin-right: 0.3em;
  color: #F54E6E;
}
.form__caption {
  margin: 0.5em 0;
  font-size: 2rem;
}
@media screen and (max-width: 897px) {
  .form__caption {
    font-size: 3.6vw;
  }
}
.form__caption:last-child {
  margin-bottom: 0;
}
.form__caption--bold {
  font-weight: bold;
}
.form__caption i {
  margin-right: 0.3em;
  color: #fa6e31;
}
.form__caption--cat {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 897px) {
  .form__caption--cat {
    font-size: 4.267vw;
  }
}
.form__allbtn [type=checkbox] {
  display: none;
}
.form__allbtn-txt {
  border-bottom: 2px solid blue;
  color: blue;
}
.form__allbtn-txt i {
  color: blue;
}

.form-cat {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 897px) {
  .form-cat {
    align-items: flex-start;
  }
}
.form-cat .form-radio-cat {
  width: calc(100% / 4 - 2%);
  margin-bottom: 20px;
}
.form-cat .form-radio-cat:not(:nth-child(4n)) {
  margin-right: calc(4 * 2% / (4 - 1));
}
@media screen and (max-width: 897px) {
  .form-cat .form-radio-cat {
    width: calc(100% / 4 - 2%);
    margin-bottom: 10px;
  }
  .form-cat .form-radio-cat.form-more {
    width: 100%;
  }
  .form-cat .form-radio-cat:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .form-cat .form-radio-cat:not(:nth-child(4n)) {
    margin-right: calc(4 * 2% / (4 - 1));
  }
}
.form-cat .form-radio-cat [type=radio] {
  display: none;
}
.form-cat .form-radio-cat__img {
  position: relative;
}
.form-cat .form-radio-cat__txt {
  display: block;
  margin-top: 0.5em;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 897px) {
  .form-cat .form-radio-cat__txt {
    font-size: 1.2rem;
  }
}
.form-cat--sub {
  margin-top: 20px;
}
.form-cat__more {
  display: block;
  width: 50%;
  margin: 1em auto 0;
  padding: 0.2em 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: #04a760;
  border: 2px solid #04a760;
  border-radius: 100px;
}
@media screen and (max-width: 897px) {
  .form-cat__more {
    width: 50%;
    font-size: 4.33vw;
    border-radius: 100px;
  }
}

.form-radio-cat__img {
  position: relative;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}
.form-radio-cat__img.not-checked::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6%;
  border: 5px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
}
@media screen and (max-width: 897px) {
  .form-radio-cat__img.not-checked::before {
    border-radius: 6%;
    border-width: 3px;
  }
}
[type=radio]:checked + .form-radio-cat__img::before {
  animation: none;
}
[type=radio]:checked + .form-radio-cat__img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6%;
  border: 4px solid #fa6e31;
  background: rgba(255, 222, 53, 0.3803921569);
  content: "";
}
.form-radio-cat__img--1 {
  background-image: url(/assets/top-form/cat-icon1-6a4c9b7adbbfd57280de82e6e267e9a3adb7122911ff7af57e8424dd2b35a880.svg);
}
.form-radio-cat__img--2 {
  background-image: url(/assets/top-form/cat-icon2-3ae7e65ed2d2269ed17cf986148e9914771229ce3fcc4586cf0941fd7236b740.svg);
}
.form-radio-cat__img--3 {
  background-image: url(/assets/top-form/cat-icon3-1bb7f7a4cc54c9ca055c531e18304aa712e15a531bc9dc21822935b3e5ff387c.svg);
}
.form-radio-cat__img--4 {
  background-image: url(/assets/top-form/cat-icon4-7b72d29d75105dbb564120f5903555aa4e4f1111faf6fe10afd775dfcd911fb0.svg);
}
.form-radio-cat__img--5 {
  background-image: url(/assets/top-form/cat-icon5-362a7ef6bd8d8905059008c633dfad06ae83d39352d1333f9872074ee9d468a5.svg);
}
.form-radio-cat__img--6 {
  background-image: url(/assets/top-form/cat-icon6-14be43a4e245b1fe9b9d7449a654a8c00cc59e3e4b41c3c5fe53018d8b03fd40.svg);
}
.form-radio-cat__img--7 {
  background-image: url(/assets/top-form/cat-icon7-3471ee61234a67fb0c9cb2270f79d8853519411d3748cd24a5b9bf81399cdc9c.svg);
}
.form-radio-cat__img--8 {
  background-image: url(/assets/top-form/cat-icon8-2b2994e512657078fab173b9294006ff1a0dd9eba285081dd170a8b5a8f05bfc.svg);
}
.form-radio-cat__img--9 {
  background-image: url(/assets/top-form/cat-icon9-3a7c707f85571866cbe71f274012aaa7fef369ebe341e610b532575bd409b8e1.svg);
}
.form-radio-cat__img--10 {
  background-image: url(/assets/top-form/cat-icon10-24957af8073b0df4b0185d64fea3441ab71caeda0cabe89acbcf53debf5e642c.svg);
}
.form-radio-cat__img--11 {
  background-image: url(/assets/top-form/cat-icon11-6a08658245c01f882b5f76d7a25ac8886f84cf298dc36ade7daa4d77ffd091d2.svg);
}
.form-radio-cat__img--12 {
  background-image: url(/assets/top-form/cat-icon12-87c22423873b2d01ada99dfc731a780e54b7140d76ed11437fb30192e5ae7939.svg);
}
.form-radio-cat__img--13 {
  background-image: url(/assets/top-form/cat-icon13-583f58065fffeb6cabf6072d293ad3ef564d0ee1262481c197c71df050a403da.svg);
}
.form-radio-cat__img--14 {
  background-image: url(/assets/top-form/cat-icon14-70a72a31be0213c8abedc753cda27cce7365bce11e3dc3c576f7ca4ad66516b0.svg);
}
.form-radio-cat__img--15 {
  background-image: url(/assets/top-form/cat-icon15-17347df9ab90151ebecb5f901bdc097e104da1278c2856210138b90e8ddcb6ea.svg);
}
.form-radio-cat__img--16 {
  background-image: url(/assets/top-form/cat-icon16-973f2de7c64716e0e9ac1ebbf025a9442db6fc89ff8a27e3dfe676a3c6fc44ac.svg);
}
.form-radio-cat__img--17 {
  background-image: url(/assets/top-form/cat-icon17-43d748646dcb53037077583e2d1c0543663d52d8a7a23035d9b1994a13efcfae.svg);
}

.form-category {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 897px) {
  .form-category {
    align-items: flex-start;
  }
}

.form-checkbox-list {
  flex-basis: 49%;
  margin-bottom: 5px;
  position: relative;
}
.form-checkbox-list:nth-child(2n-1) {
  margin-right: 2%;
}
@media screen and (max-width: 897px) {
  .form-checkbox-list:nth-child(2n-1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 897px) {
  .form-checkbox-list {
    flex-basis: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-checkbox-list.form-more {
    width: 100%;
  }
}
.form-checkbox-list [type=checkbox] {
  display: none;
}
.form-checkbox-list__checkbox {
  position: absolute;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: #fff;
  border: 2px solid #04a760;
  border-radius: 5px;
  content: "";
}
.form-checkbox-list__checkbox.not-checked::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 5px;
  border: 3px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
}
[type=checkbox]:checked + .form-checkbox-list__checkbox::after {
  position: absolute;
  top: 50%;
  left: -11%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.12em;
  height: 1.12em;
  background: #fa6e31;
  border: 2px solid #fa6e31;
  border-radius: 5px;
  content: "";
}
[type=checkbox]:checked + .form-checkbox-list__checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  left: 53%;
  width: 14px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg) translate(-50%, -50%);
  z-index: 50;
}
.form-checkbox-list__txt {
  padding-left: 1.7em;
  font-size: 0.9em;
  font-weight: bold;
}
@media screen and (max-width: 897px) {
  .form-checkbox-list__txt {
    padding-left: 1.8em;
    font-size: 4.5vw;
  }
}

.form-radio {
  position: relative;
  display: inline-block;
  margin: 10px;
  font-weight: bold;
}
.input-vancancy .form-radio {
  width: 100%;
}
@media screen and (max-width: 897px) {
  .input-vancancy .form-radio {
    margin-bottom: 1em;
  }
}
.form-radio [type=radio] {
  display: none;
}
.form-radio__tree-present:not(:last-child) {
  margin-right: 1em;
}
.form-radio__txt {
  padding: 0.5em 0 0.5em 1.8em;
}
@media screen and (max-width: 897px) {
  .form-radio__txt {
    padding-left: 2.2em;
    font-size: 5.333vw;
  }
}
.form-radio__txt small {
  font-weight: 100;
}
@media screen and (max-width: 897px) {
  .form-radio__txt small {
    display: block;
    padding: 0 0 0 2.7em;
    font-size: 3.7vw;
  }
}
.form-radio__checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border: 5px solid #04a760;
  border-radius: 100px;
  content: "";
}
[type=radio]:checked + .form-radio__checkbox::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(23%, -50%);
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background: #04a760;
  border-radius: 100px;
  content: "";
}
.form-radio.not-checked::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border: 5px solid transparent;
  border-radius: 100px;
  animation: 1s linear infinite blink;
  pointer-events: none;
  content: "";
  z-index: 10;
}

.form-select {
  position: relative;
}
.form-select select {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 0 45px 0 10px;
  color: inherit;
  font-size: 2rem;
  font-weight: bold;
  font-family: inherit;
  line-height: inherit;
  background-color: #fff;
  background-image: url(/assets/top-form/select_bg-c317f949942de95d20c01159783274e5dbbdfc478aadac6b08ff66282797e69e.svg), url(/assets/top-form/icon_valid_success2-3c5c726f785a3bb79faa8297af57bb967900ff361c960f4406c74fc0f527e4e6.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px 24px, 0;
  border: 4px #04a760 solid;
  border-radius: 10px;
  appearance: none;
}
@media screen and (max-width: 897px) {
  .form-select select {
    font-size: 4.333vw;
    border: 3px #04a760 solid;
  }
}
.form-select__block {
  width: 60%;
}
@media screen and (max-width: 897px) {
  .form-select__block {
    width: 100%;
  }
}
.form-select.not-checked::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 10px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

.form-tree-count {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 897px) {
  .form-tree-count {
    flex-direction: column;
    align-items: start;
  }
}
.form-tree-count__ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.form-tree-count__cnt {
  flex-basis: 35%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 897px) {
  .form-tree-count__cnt {
    width: 80%;
  }
}

.form-address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 897px) {
  .form-address {
    position: relative;
  }
}
.form-address:last-child {
  margin-bottom: 0;
}
.form-address__ttl {
  width: 150px;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 897px) {
  .form-address__ttl {
    width: 100%;
  }
}
.form-address__zip {
  position: relative;
  width: 240px;
  margin-right: 1em;
}
@media screen and (max-width: 897px) {
  .form-address__zip {
    width: 48%;
    margin-right: auto;
    margin-left: -1em;
  }
  .form-address__zip .form-input {
    padding-left: 2em;
    padding-right: 5px;
  }
}
.form-address__mark {
  width: 30px;
  margin-left: -30px;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 897px) {
  .form-address__mark {
    position: relative;
    left: 10px;
    margin-left: 0;
    width: 1em;
    z-index: 1;
  }
}
.form-address__find, .form-address__back {
  font-size: 1.8rem;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 897px) {
  .form-address__find, .form-address__back {
    font-size: 3.733vw;
  }
}
.form-address__back {
  display: none;
}
.form-address__cnt {
  flex: 1;
}
.form-address__label {
  width: 100%;
  margin: 20px 0 0 150px;
  font-size: 2.4rem;
}
@media screen and (max-width: 897px) {
  .form-address__label {
    margin: 20px 0 0;
    font-size: 5.333vw;
  }
}
.form-address__zip, .form-address__cnt {
  position: relative;
}
.form-address__zip.not-checked::before, .form-address__cnt.not-checked::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 10px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

.form-input {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 0 45px 0 10px;
  color: inherit;
  font-size: 2rem;
  font-family: inherit;
  line-height: inherit;
  background: url(/assets/top-form/icon_valid_success2-3c5c726f785a3bb79faa8297af57bb967900ff361c960f4406c74fc0f527e4e6.svg) no-repeat right 0.4em center/0 #fff;
  background-color: #fff;
  border: 4px #04a760 solid;
  border-radius: 10px;
  appearance: none;
}
@media screen and (max-width: 897px) {
  .form-input {
    font-size: 4.333vw;
    border: 3px #04a760 solid;
  }
}
.form-input:focus {
  outline: none;
}
.form-input.not-checked::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 10px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

.form-username {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.form-username__ttl {
  width: 115px;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 897px) {
  .form-username__ttl {
    width: 100%;
  }
}
.form-username__sei, .form-username__mei {
  position: relative;
  flex: 1;
  margin-right: 10px;
}
.form-username__sei.not-checked::before, .form-username__mei.not-checked::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 10px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}
.form-username__company {
  position: relative;
  flex: 1;
}
.form-username__company.not-checked::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 10px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

.form-tel {
  position: relative;
}
.form-tel.not-checked::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 10px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

.form-group--inline .form-radio {
  display: inline-block;
  margin-right: 2em;
}

.form-valid__error {
  position: relative;
}
.form-valid__error:not(.not_error_display) select, .form-valid__error:not(.not_error_display) [type=text], .form-valid__error:not(.not_error_display) [type=tel], .form-valid__error:not(.not_error_display) [type=email], .form-valid__error:not(.not_error_display) [type=number] {
  border-color: #e74c3c;
}
.form-valid__error:not(.not_error_display).form-group {
  outline: 2px solid #dc3545;
}
.form-valid__error .form-error {
  position: absolute;
  bottom: calc(100% + 6px);
  margin: 0;
  padding: 0 0.5em;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  white-space: nowrap;
  background: #e74c3c;
  border: 2px #c0392b solid;
  border-radius: 4px;
  opacity: 0.85;
}
.form-valid__error .form-error::before {
  position: absolute;
  top: 100%;
  left: 15px;
  width: 0;
  height: 0;
  border-color: #c0392b transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  content: "";
}
.form-valid__error .form-error::after {
  position: absolute;
  top: 100%;
  left: 18px;
  width: 0;
  height: 0;
  border-color: #e74c3c transparent transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  content: "";
}
.form-valid__error.not_error_display .form-error {
  display: none;
}

.form-valid__success select {
  border-color: #fa6e31;
  background-size: 0, 30px 30px;
}
.form-valid__success .form-input {
  border-color: #fa6e31;
  background-size: 30px 30px;
}

.cBtn-beneath {
  margin: 100px 0 0 0;
  display: none;
}
@media screen and (max-width: 897px) {
  .cBtn-beneath {
    margin: 20px 0 0 0;
  }
}
.cBtn-beneath__text {
  display: grid;
  place-items: center;
  background-color: white;
  border: solid 4px black;
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
  padding: 1em 0;
  margin: 0 0 3em 0;
  position: relative;
}
@media screen and (max-width: 897px) {
  .cBtn-beneath__text {
    font-size: 3.5vw;
  }
}
.cBtn-beneath__text br {
  display: none;
}
@media screen and (max-width: 897px) {
  .cBtn-beneath__text br {
    display: block;
  }
}
.cBtn-beneath__text::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -55%;
  left: 0;
  margin: auto;
  clip-path: polygon(0 0, 50% 55%, 100% 0);
  background-color: #000;
  width: 2em;
  height: 2em;
}
@media screen and (max-width: 897px) {
  .cBtn-beneath__text::before {
    bottom: -60%;
    width: 3em;
    height: 3em;
  }
}

.agreement__check {
  display: block;
  margin-top: 1em;
  cursor: pointer;
  transition: 0.5s opacity;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (max-width: 897px) {
  .agreement__check {
    font-size: 3.5vw;
  }
}
.agreement [type=checkbox] {
  display: none;
}
.agreement__checkbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border: 2px solid #04a760;
  border-radius: 5px;
  content: "";
}
.agreement__checkbox.not-checked::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 5px;
  border: 3px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
}
[type=checkbox]:checked + .agreement__checkbox::after {
  position: absolute;
  top: 50%;
  left: -12%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #04a760;
  border-radius: 5px;
  content: "";
}
[type=checkbox]:checked + .agreement__checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  width: 14px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg) translate(-50%, -50%);
  z-index: 50;
}

.ql-editor h2 {
  border-bottom: 3px solid #04a760;
  border-top: 3px solid #04a760;
  padding: 15px 0;
  margin: 16px 0;
}

.ql-editor h3 {
  font-size: 1.17em;
  border-left: 4px solid #04a760;
  margin-bottom: 8px;
  margin-top: 8px;
  padding-left: 16px;
}

.ql-editer {
  max-width: 100%;
}

.ql-container {
  font-size: 16px;
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 0;
}

.column__inner > img, .column__inner > a > img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  border: none;
  transition: opacity 0.2s;
}

.column__inner p {
  margin: 0;
}

.column__wrapper {
  width: 1000px;
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 897px) {
  .column__wrapper {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
  }
}
.column__inner {
  width: 720px;
  padding: 20px 40px;
  border: 1px solid #04a760;
  border-radius: 10px;
  background-color: #e5f4ee;
}
.column__inner img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  border: none;
  transition: opacity 0.2s;
}
@media screen and (max-width: 897px) {
  .column__inner {
    width: 100%;
    border: none;
    padding: 20px 10px;
  }
  .column__inner h1 {
    font-size: 1.5em;
  }
  .column__inner h2 {
    font-size: 1.25em;
  }
  .column__inner h3 {
    font-size: 1.1em;
  }
  .column__inner p {
    font-size: 1.6rem;
  }
}
.column__main-img {
  text-align: center;
  max-width: 100%;
}

/*--------------------------------------------------------------
# アニメーションスタイル
--------------------------------------------------------------*/
.inview--typing span {
  opacity: 0;
}
.inview--typing span.is-active {
  opacity: 1;
}

.inview--fadein {
  transform: translateY(50px);
  opacity: 0;
}
.inview--fadein.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: 0.7s ease-in;
}

.mv-inview--fadein {
  transform: translateY(180px);
  opacity: 0;
  transition: 1.5s ease-in-out;
}
.mv-inview--fadein.is-active {
  transform: translateY(0);
  opacity: 1;
}

.inview--fadein-nomal {
  opacity: 0;
}
.inview--fadein-nomal.is-active {
  opacity: 1;
  transition: 0.7s ease-in-out;
}

.inview--scale-up {
  opacity: 0;
  transform: translate(-40%, -20%);
}
.inview--scale-up.is-active {
  opacity: 1;
  animation: topScaleUp 1s linear 1;
}

.inview--connect_fadein > * {
  opacity: 0;
}
.inview--connect_fadein > *.is-active {
  opacity: 1;
  transition: 1s ease-in;
}

@keyframes topScaleUp {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# サンクスページページ
--------------------------------------------------------------*/
.thanks-cover {
  background-color: #e6fbf2;
  padding-bottom: 50px;
}
@media screen and (max-width: 897px) {
  .thanks-cover {
    padding-bottom: 3vw;
  }
}

.thanks-lead {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 2.3em 0 1.5em;
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Sans JP";
}
.thanks-lead h2 {
  margin: 0;
}
@media screen and (max-width: 897px) {
  .thanks-lead {
    margin-bottom: 5vw;
    font-size: inherit;
  }
}
.thanks-lead__img {
  max-width: 100px;
  margin-top: 80px;
}
@media screen and (max-width: 897px) {
  .thanks-lead__img {
    max-width: 50px;
    margin-top: 0;
  }
}
.thanks-lead__ttl {
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 897px) {
  .thanks-lead__ttl {
    width: 80%;
    font-size: 5vw;
  }
}
.thanks-lead__txt {
  font-size: 1.6rem;
  margin-top: 16px;
  font-weight: 400;
}
@media screen and (max-width: 897px) {
  .thanks-lead__txt {
    font-size: 4vw;
  }
}
.thanks-lead__link {
  margin-top: 1em;
  color: #cfacff;
  text-decoration: underline;
}
.thanks-lead__attention {
  margin: 2.5em 0 1em;
  padding: 8px;
  color: #de0015;
  font-weight: bold;
  font-size: 3.2rem;
  border: 4px solid;
}
@media screen and (max-width: 897px) {
  .thanks-lead__attention {
    margin: 8vw 0;
    font-size: 3.3vw;
  }
}
.thanks-lead__attention em {
  font-style: normal;
}
@media screen and (max-width: 897px) {
  .thanks-lead__attention em {
    display: block;
    font-size: 150%;
  }
}
.thanks-lead__amagif {
  position: relative;
  margin: 2em 0 3em;
}
@media screen and (max-width: 897px) {
  .thanks-lead__amagif {
    margin: 2vw 0 10vw;
  }
}
.thanks-lead__amagif-step {
  margin-bottom: 6em;
}
@media screen and (max-width: 897px) {
  .thanks-lead__amagif-step {
    margin-bottom: 2em;
  }
}
.thanks-lead__amagif-step--ttl {
  text-align: center;
  font-size: 3rem;
}
.thanks-lead__amagif-step--ttl span {
  font-size: 4rem;
  color: #de0015;
}
@media screen and (max-width: 897px) {
  .thanks-lead__amagif-step--ttl {
    font-size: 5vw;
    margin-bottom: 0;
  }
  .thanks-lead__amagif-step--ttl span {
    font-size: 7.5vw;
  }
}
.thanks-lead__amagif-step--img {
  display: block;
  margin: 0 auto;
  width: 300px;
}
@media screen and (max-width: 897px) {
  .thanks-lead__amagif-step--img {
    width: 60%;
  }
}
.thanks-lead__amagif-step--cnt {
  margin: 0 auto 1em;
  font-size: 1.8rem;
  width: 550px;
  font-weight: bold;
}

.thanks-caveat {
  max-width: 674px;
  width: 100%;
  margin: 55px auto 0;
  text-align: center;
  border-radius: 10px;
  border: 3px solid #FA6E31;
  background: rgba(250, 110, 49, 0.2);
  font-family: "Noto Sans JP";
}
.thanks-caveat__ttl {
  font-size: 1.7rem;
  font-weight: 700;
}
.thanks-caveat__ttl::before, .thanks-caveat__ttl::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(/assets/thanks-caveat-warning-dd04ffea2171d8cd7ff2cca7f6bd0e84c5e0d8a3baac9a15d53793f754dd2c5a.png);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 5px;
}
.thanks-caveat__ttl::before {
  margin-right: 18px;
}
.thanks-caveat__ttl::after {
  margin-left: 18px;
}
@media screen and (max-width: 897px) {
  .thanks-caveat__ttl {
    font-size: 5.5vw;
  }
}
.thanks-caveat__txt {
  font-size: 1.7rem;
  font-weight: 400;
}
@media screen and (max-width: 897px) {
  .thanks-caveat__txt {
    font-size: 3.3vw;
  }
}

.thanks-company {
  margin: 0 0 96px;
  padding: 0 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-padding-left: 10px;
  font-family: "Noto Sans JP";
}
.thanks-company::before, .thanks-company::after {
  content: "";
  flex: 1;
}
.thanks-company:only-child::before, .thanks-company:only-child::after {
  flex: 0;
}
@media screen and (max-width: 897px) {
  .thanks-company {
    justify-content: flex-start;
    margin: 3em 0;
  }
}
.thanks-company__item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 336px;
  height: 393px;
  padding: 24px;
  margin-right: 1.5em;
  background: #fff;
  border-radius: 16px;
  border: 3px solid #04A760;
  background: var(--Color-bg-White, #FFF);
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.1);
}
.thanks-company__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 897px) {
  .thanks-company__item {
    border-radius: 10px;
  }
}
.thanks-company__head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 14px;
  line-height: 1.2;
  border-bottom: 1px solid #04A760;
  margin-bottom: 20px;
}
@media screen and (max-width: 897px) {
  .thanks-company__head {
    flex-flow: column;
    padding-bottom: 0.6em;
    font-size: 5vw;
    background-size: 0.3em 0.2em;
  }
}
.thanks-company__img {
  width: 160px;
  height: 85px;
  margin-right: 40px;
  padding: 5px;
  background: #fff;
  border: 5px solid #000;
  border-radius: 10px;
}
@media screen and (max-width: 897px) {
  .thanks-company__img {
    width: 32vw;
    height: 15vw;
    margin: -9vw 0 2vw;
    padding: 1vw;
    border-width: 3px;
    border-radius: 5px;
  }
}
.thanks-company__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.thanks-company__name {
  margin: 0;
  color: #000;
  font-size: 1.7rem;
  font-weight: 700;
}
.thanks-company__cnt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
  flex-grow: 1;
}
@media screen and (max-width: 897px) {
  .thanks-company__cnt {
    font-size: inherit;
  }
}
.thanks-company__info {
  display: flex;
  margin-bottom: 16px;
  font-size: 1.3rem;
  padding-bottom: 16px;
  border-bottom: 1px solid #04A760;
}
.thanks-company__info:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.thanks-company__info:nth-last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.thanks-company__info p {
  margin: 0 0 0 3px;
}
.thanks-company .label-icon {
  width: 100%;
  display: block;
}
.thanks-company__label-container {
  display: flex;
  align-items: flex-start;
  width: 30%;
}
.thanks-company__label-icon {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.thanks-company__label {
  margin-left: 5px;
  font-weight: 500;
}
.thanks-company__address {
  flex: 1;
  margin: 0;
  font-weight: 500;
  text-align: left;
}
.thanks-company__tel {
  width: 65%;
  margin: 0;
  font-weight: 500;
  text-align: left;
}
.thanks-company__tel-link {
  pointer-events: none;
  color: #000;
}
.thanks-company__comment-box {
  height: 145px;
  text-align: left;
}
.thanks-company__comment-txt {
  height: 145px;
  font-size: 1.3rem;
  padding: 16px;
  background: #CDEDDF;
  font-weight: 350;
  border-radius: 8px;
}
.thanks-company p {
  margin: 0;
}
.thanks-company .no-link {
  margin-bottom: 36px;
}
.thanks-company .no-company-code {
  visibility: hidden;
  display: inline-block;
  min-height: 20px;
  min-width: 100px;
}
.thanks-company__hp-box {
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
  margin-top: 16px;
}
.thanks-company .hp-link {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: normal;
  color: #1A73FA;
}
.thanks-company .hp-link-icon {
  margin-left: 8px;
  width: 15px;
}
.thanks-company__comment {
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 350;
  line-height: 18.2px;
}
@media screen and (max-width: 897px) {
  .thanks-company__comment {
    font-weight: 400;
  }
}

.thanks-upsell {
  width: 100%;
  max-width: 900px;
  margin: 5em auto 0;
}
@media screen and (max-width: 897px) {
  .thanks-upsell {
    margin-top: 15vw;
    margin: 0 auto;
  }
}
.thanks-upsell__comment {
  text-align: end;
}
.thanks-upsell__ttl {
  font-size: 4.2rem;
  text-align: center;
}
@media screen and (max-width: 897px) {
  .thanks-upsell__ttl {
    font-size: 5vw;
  }
}
@media screen and (max-width: 897px) {
  .thanks-upsell__ttl small {
    font-size: 4vw;
  }
}
.thanks-upsell__ttl em {
  color: #c0392b;
  font-style: normal;
}
.thanks-upsell__txt {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 897px) {
  .thanks-upsell__txt {
    font-size: 4.267vw;
  }
}
.thanks-upsell__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.thanks-upsell__item {
  width: 47%;
  max-width: 240px;
  margin-bottom: 45px;
}
@media screen and (max-width: 897px) {
  .thanks-upsell__item {
    max-width: none;
    margin-bottom: 5vw;
  }
}
.thanks-upsell__link {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 5px solid #46c3e6;
  border-radius: 10px;
  animation: 1s linear infinite thanks-blink;
}
@media screen and (min-width: 1025px) {
  .thanks-upsell__link {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  .thanks-upsell__link:hover {
    opacity: 0.7;
  }
  .thanks-upsell__link:hover img {
    opacity: 1;
  }
}
.thanks-upsell__link::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.thanks-upsell__cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #000;
}
.thanks-upsell__pic {
  width: 70%;
}
.thanks-upsell__name {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 897px) {
  .thanks-upsell__name {
    margin-top: 0.5em;
    font-size: 3.5vw;
  }
}

.thanks-recomend__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5em;
  margin: 10px auto;
  font-family: "Rounded X Mplus";
  font-weight: bold;
  font-size: 2.4rem;
  text-decoration: none;
  color: #fff;
  max-width: 600px;
  background: #F54E6E;
  border: 2px solid #fff;
  border-radius: 100px;
  box-shadow: 0 4px 0 #333;
  appearance: none;
}
.thanks-recomend__btn::after {
  display: inline;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(/assets/icon_btn_submit-98dc721264a9af9f8f48461bb6bb6afc2f02c3e1821be907fcb433e238aa7363.svg) center/100% auto no-repeat;
  content: "";
}
.thanks-recomend__btn:not(:disabled):hover {
  box-shadow: 0 1px 0 #333;
  transform: translateY(3px);
}
.thanks-recomend__btn:disabled {
  opacity: 0.5;
}
.thanks-recomend__btn:focus {
  outline: none;
}
@media screen and (max-width: 897px) {
  .thanks-recomend__btn {
    font-size: 1.8rem;
  }
}
.thanks-recomend__submit-let {
  display: inline-block;
  background: #CC99CC;
  width: 1.6em;
  height: 1.6em;
  padding: 0.3em;
  color: #000;
  line-height: 1;
  border-radius: 100%;
}
.thanks-recomend__submit-let:not(:first-child) {
  margin-left: -0.3em;
}
.thanks-recomend__submit-txt {
  color: #fff;
}
.thanks-recomend__submit-txt:first-child {
  margin-right: 1rem;
}

@keyframes thanks-blink {
  0% {
    border-color: #ff0000;
  }
  50% {
    border-color: #ff0000;
  }
  51% {
    border-color: #46c3e6;
  }
  100% {
    border-color: #46c3e6;
  }
}
#js-reshop-recommend,
#js-water_trouble-recommend,
#js-hikkosisamurai-recommend,
#js-griene-recommend,
#js-enepi-recommend,
#js-erumuzu-recommend {
  display: none;
}
#js-reshop-recommend.is-active,
#js-water_trouble-recommend.is-active,
#js-hikkosisamurai-recommend.is-active,
#js-griene-recommend.is-active,
#js-enepi-recommend.is-active,
#js-erumuzu-recommend.is-active {
  display: flex;
}

.apply-guid__check-img {
  max-width: 510px;
  text-align: center;
  margin: 0 auto 3em;
}
.apply-guid .check-img {
  width: 100%;
}
@media screen and (max-width: 897px) {
  .apply-guid .check-img {
    padding: 0 34px;
  }
}
.apply-guid__intro-ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (max-width: 897px) {
  .apply-guid__intro-ttl {
    font-size: 4vw;
  }
}
.apply-guid__section {
  font-family: "Noto Sans JP";
  background-color: #FFF;
  overflow: hidden;
}
.apply-guid__intro {
  background-color: #04A760;
  padding: 64px 0;
}
@media screen and (max-width: 897px) {
  .apply-guid__intro {
    padding: 3em 16px;
  }
}
.apply-guid ul {
  margin: 0;
}
@media screen and (max-width: 897px) {
  .apply-guid__list {
    padding-left: 1em;
  }
}
.apply-guid__list-item {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.apply-guid__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 897px) {
  .apply-guid__list-item {
    font-size: 3.5vw;
  }
}
.apply-guid__intro-heading-txt {
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 897px) {
  .apply-guid__intro-heading-txt {
    font-size: 5.5vw;
  }
}
.apply-guid__content-box {
  margin: 0 auto;
  max-width: 752px;
  width: 100%;
  padding: 32px 40px;
  border-radius: 24px;
  background-color: #FFF;
}
@media screen and (max-width: 897px) {
  .apply-guid__content-box {
    padding: 24px;
  }
}
.apply-guid__download-info {
  padding-top: 80px;
  max-width: 1274px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 897px) {
  .apply-guid__download-info {
    padding-top: 4em;
  }
}
.apply-guid__download-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 897px) {
  .apply-guid__download-info {
    flex-direction: column;
  }
}
.apply-guid__app-image {
  max-width: 504px;
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 897px) {
  .apply-guid__app-image {
    order: 2;
    max-width: 100%;
    width: 100%;
    padding: 0 2em;
  }
}
.apply-guid__app-image .iphone-monitor {
  width: 100%;
  height: auto;
  display: block;
}
.apply-guid__cta-download {
  width: 48%;
  font-family: "LINE Seed JP";
}
@media screen and (max-width: 897px) {
  .apply-guid__cta-download {
    order: 1;
    width: 100%;
    padding: 0 16px;
  }
}
.apply-guid__header {
  margin-bottom: 33px;
}
.apply-guid__header-caption {
  font-size: 2rem;
  color: #00BABC;
  font-weight: 700;
}
@media screen and (max-width: 897px) {
  .apply-guid__header-caption {
    font-size: 4vw;
  }
}
.apply-guid__header-main-ttl {
  font-size: 5.6rem;
  font-weight: 700;
}
@media screen and (max-width: 897px) {
  .apply-guid__header-main-ttl {
    font-size: 9.5vw;
  }
}
.apply-guid__description {
  display: flex;
  align-items: center;
  margin-bottom: 3em;
}
.apply-guid__app-icom {
  max-width: 306px;
  width: 100%;
}
@media screen and (max-width: 897px) {
  .apply-guid__app-icom {
    max-width: 65%;
  }
}
.apply-guid .oyobee_appicon {
  width: 100%;
}
.apply-guid__downloads {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 897px) {
  .apply-guid__downloads {
    margin-bottom: 43px;
    justify-content: center;
  }
}
.apply-guid__apple-store-badge {
  max-width: 136px;
  width: 100%;
  margin-right: 1em;
}
@media screen and (max-width: 897px) {
  .apply-guid__apple-store-badge {
    max-width: 40%;
  }
}
.apply-guid__google-play-badge {
  max-width: 168px;
  width: 100%;
}
@media screen and (max-width: 897px) {
  .apply-guid__google-play-badge {
    max-width: 50%;
  }
}
.apply-guid__card-container {
  background-color: #F6F6F6;
  font-family: "LINE Seed JP";
}
.apply-guid .slick-track {
  padding-top: 80px !important;
}
.apply-guid .slick-dotted.slick-slider {
  margin: 0 !important;
  padding: 0 0 80px !important;
}
@media screen and (max-width: 897px) {
  .apply-guid .slick-slide {
    margin-right: 3.2vw !important;
    margin-left: 3.2vw !important;
  }
}
.apply-guid .slick-prev {
  left: 5% !important;
}
.apply-guid .slick-next {
  right: 5% !important;
}
.apply-guid__card {
  min-width: 500px;
  border-radius: 24px;
  background-color: #FFA100;
  padding-top: 24px;
  margin-right: 32px;
}
@media screen and (max-width: 897px) {
  .apply-guid__card {
    padding: 24px 0 0;
    min-width: 80vw;
    height: auto;
  }
}
.apply-guid__card-txt-box {
  text-align: center;
}
.apply-guid__card-visual {
  width: 225px;
  height: 400px;
  margin: 0 auto;
}
.apply-guid__card-worries-txt {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (max-width: 897px) {
  .apply-guid__card-worries-txt {
    font-size: 3vw;
  }
}
.apply-guid__card-solution {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 897px) {
  .apply-guid__card-solution {
    font-size: 4.5vw;
  }
}

.modal {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.modal__close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
}
.modal__ctn {
  max-width: 471px;
  width: 100%;
  padding: 24px 24px 64px;
  background-color: #00BABC;
  border-radius: 16px;
}
.modal__wrapper {
  padding: 0 40px;
}
.modal__ctn-close {
  text-align: right;
}
.modal__cnt-icon {
  max-width: 50px;
  width: 100%;
  margin: 0 auto 6px;
}
.modal__cnt-txt {
  margin: 0;
  font-family: "LINE Seed JP";
  font-weight: 700;
  color: #fff;
  font-size: 2.8rem;
  line-height: normal;
  text-align: center;
}
.modal__cnt-sub-txt {
  font-size: 1.6rem;
  font-family: "LINE Seed JP";
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.modal__cnt-qr {
  max-width: 244px;
  width: 100%;
  margin: 40px auto;
  padding: 35px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
}
.modal__cnt-app-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

#hikkoshi-form {
  display: none;
}

.thanks-form__wrap {
  width: 100%;
  padding: 1em;
}
@media screen and (max-width: 897px) {
  .thanks-form__wrap {
    padding: 0;
  }
}
.thanks-form__cnt {
  border: 1px solid #e1e1e1;
}
.thanks-form__row {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 897px) {
  .thanks-form__row {
    flex-direction: column;
  }
}
.thanks-form__row-title {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 0.5em;
  width: 13em;
  background-color: antiquewhite;
}
@media screen and (max-width: 897px) {
  .thanks-form__row-title {
    width: 100%;
    font-size: 4vw;
  }
}
.thanks-form__row-cnt {
  width: calc(100% - 13em);
  padding: 2em 1em;
  margin: 0;
}
@media screen and (max-width: 897px) {
  .thanks-form__row-cnt {
    width: 100%;
    padding: 1.2em 0.5em;
  }
}
.thanks-form__period {
  display: flex;
}
.thanks-form__period div {
  flex: 1;
}
.thanks-form__message {
  text-align: center;
  font-weight: bold;
  margin: 2em 0 0;
}

.thanks-form-input {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 0 45px 0 10px;
  color: inherit;
  font-size: 2rem;
  font-family: inherit;
  line-height: inherit;
  background-color: #fff;
  background: url(/assets/icon_valid_success-f5c1f11d7bc99a3eb57e6e058cbb407c3d67ce8587cb90d42f0ecc1160754f07.svg) no-repeat right 0.4em center/0 #fff;
  border: 2px #4abfd7 solid;
  border-radius: 10px;
  appearance: none;
}
@media screen and (max-width: 897px) {
  .thanks-form-input {
    font-size: 4.333vw;
    height: 40px;
  }
}

.thanks-form-select {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 0 45px 0 10px;
  color: inherit;
  font-size: 2rem;
  font-family: inherit;
  line-height: inherit;
  background-color: #fff;
  background-image: url(/assets/select_bg-b43820ddd9a6a8082f1e5fd7e09760c1d21108ec37327ee49c83545e9436e192.svg), url(/assets/icon_valid_success-f5c1f11d7bc99a3eb57e6e058cbb407c3d67ce8587cb90d42f0ecc1160754f07.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px, 0;
  border: 2px #4abfd7 solid;
  border-radius: 10px;
  appearance: none;
}
@media screen and (max-width: 897px) {
  .thanks-form-select {
    font-size: 4.333vw;
    height: 40px;
  }
}

.thanks-form-area {
  display: flex;
  align-items: center;
}
.thanks-form-area span {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0.5em;
}

.thanks-form-zipcode {
  display: flex;
}
@media screen and (max-width: 897px) {
  .thanks-form-zipcode {
    flex-direction: column-reverse;
  }
}
.thanks-form-zipcode input {
  width: 240px;
}
@media screen and (max-width: 897px) {
  .thanks-form-zipcode input {
    width: 100%;
  }
}

.thanks-form-address {
  margin: 1em 0;
}
@media screen and (max-width: 897px) {
  .thanks-form-address {
    flex-direction: column;
    align-items: inherit;
  }
}
.thanks-form-address select {
  width: 400px;
}
@media screen and (max-width: 897px) {
  .thanks-form-address select {
    width: 100%;
  }
}
.thanks-form-address__links {
  margin-left: auto;
}
.thanks-form-address__find, .thanks-form-address__back {
  font-size: 1.5rem;
  color: #000;
  text-decoration: underline !important;
}
@media screen and (max-width: 897px) {
  .thanks-form-address__find, .thanks-form-address__back {
    font-size: 3.733vw;
  }
}
.thanks-form-address__back {
  display: none;
}
.thanks-form-address__cnt {
  margin-left: auto;
}
.thanks-form-address__label {
  display: none;
  width: 100%;
  margin: 20px 0 0 150px;
  font-size: 2.4rem;
}
@media screen and (max-width: 897px) {
  .thanks-form-address__label {
    margin: 20px 0 0;
    font-size: 5.333vw;
  }
}

.thanks-form-valid__error {
  position: relative;
}
.thanks-form-valid__error input, .thanks-form-valid__error select {
  border-color: #e74c3c;
}
.thanks-form-valid__error .form-error {
  position: absolute;
  bottom: calc(100% + 6px);
  margin: 0;
  padding: 0 0.5em;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  white-space: nowrap;
  background: #e74c3c;
  border: 2px #c0392b solid;
  border-radius: 4px;
  opacity: 0.85;
}
.thanks-form-valid__error .form-error::before {
  position: absolute;
  top: 100%;
  left: 15px;
  width: 0;
  height: 0;
  border-color: #c0392b transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  content: "";
}
.thanks-form-valid__error .form-error::after {
  position: absolute;
  top: 100%;
  left: 18px;
  width: 0;
  height: 0;
  border-color: #e74c3c transparent transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  content: "";
}

.thanks-form-valid__success select {
  border-color: #39d300;
  background-size: 0, 16px 16px;
}
.thanks-form-valid__success input {
  border-color: #39d300;
  background-size: 16px 16px;
}

input:focus,
select:focus {
  outline: none;
}

.topMv {
  max-width: 100%;
  height: 770px;
  margin-inline: auto;
  background: url(/assets/top/mv_bg_pc-da372811dadc59c4a96e8449adb7c01187e0defb227710d62d3b4322be723168.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 897px) {
  .topMv {
    width: 100%;
    height: 100%;
    background: url(/assets/top/mv_bg_sp-d33ac96ed5aef79b2b6ad1310eeda7fb28578d45332bd091e896b37fbfbd2d5a.jpg) no-repeat;
    background-size: contain;
  }
}
.topMv__inner {
  width: 100%;
  max-width: 1145px;
  margin-inline: auto;
}
.topMv__title-img {
  display: block;
  margin-inline: auto;
  padding-top: 38px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 897px) {
  .topMv__title-img {
    width: 93%;
    height: auto;
    padding: 5vw 0 0;
    margin-bottom: 5vw;
  }
}

.topCv__btn {
  margin-bottom: 8vw;
}

.topWhat {
  position: relative;
  padding: 100px 0;
  background: #04a760;
}
.topWhat:before {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-top: 30px solid #04a760;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  content: "";
  z-index: 10;
}
@media screen and (max-width: 897px) {
  .topWhat {
    padding: 0;
  }
}
.topWhat__box {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 897px) {
  .topWhat__box {
    flex-direction: column;
  }
}
.topWhat__ttl {
  flex: 1;
  padding-right: 1em;
}
@media screen and (max-width: 897px) {
  .topWhat__ttl {
    padding: 2em;
  }
}
.topWhat__logo {
  width: 100%;
  border: 4px solid;
  border-radius: 20px;
  background-color: #fff;
  padding: 2rem 4rem;
}
@media screen and (max-width: 897px) {
  .topWhat__logo {
    padding: 0.8em 1.5em;
  }
}
.topWhat__txt {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.75em;
  padding-left: 1em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 897px) {
  .topWhat__txt {
    text-align: center;
    padding: 0;
    font-size: 3.8vw;
    line-height: 1.5;
    padding-bottom: 2.5em;
  }
}

.topFeature {
  position: relative;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  background: linear-gradient(-60deg, rgba(236, 252, 136, 0.4117647059), rgba(28, 172, 222, 0.3882352941));
}
.topFeature__ttl {
  position: relative;
  text-align: center;
  font-size: 4rem;
  padding: 60px 0 0;
  z-index: 10;
}
.topFeature__ttl:before {
  position: absolute;
  content: "FEATURE";
  top: 20%;
  left: 50%;
  font-size: 0.7em;
  color: #04a760;
  transform: translateX(-50%);
  display: block;
}
@media screen and (max-width: 897px) {
  .topFeature__ttl:before {
    top: 32%;
    font-size: 0.8em;
  }
}
.topFeature__ttl .strong {
  font-size: 1.7em;
}
@media screen and (max-width: 897px) {
  .topFeature__ttl {
    margin: 0;
    font-size: 5.7vw;
    padding: 25vw 0 10vw;
    line-height: 1;
  }
}
.topFeature__list {
  display: flex;
  flex-direction: column;
}
.topFeature__btn {
  margin: 2em auto 3em;
  z-index: 10;
}
@media screen and (max-width: 897px) {
  .topFeature__btn {
    margin: 10vw auto 15vw;
  }
}
.topFeature__circle {
  position: relative;
}
.topFeature__circle:before {
  position: absolute;
  content: "";
  top: -175px;
  left: -20%;
  width: 400px;
  height: 400px;
  background: url(/assets/top/bg-circle-a375b4984a70a1319232a123eb719d6416b0c53388fe90c87d3f9908f703668d.png) no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 897px) {
  .topFeature__circle:before {
    top: -45vw;
    width: 60vw;
    height: 60vw;
  }
}
.topFeature__circle:after {
  position: absolute;
  content: "";
  top: 500px;
  right: -26%;
  width: 400px;
  height: 400px;
  background: url(/assets/top/bg-circle-a375b4984a70a1319232a123eb719d6416b0c53388fe90c87d3f9908f703668d.png) no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 897px) {
  .topFeature__circle:after {
    top: 200vw;
    width: 60vw;
    height: 60vw;
  }
}
.topFeature__sqare {
  position: relative;
}
.topFeature__sqare:before {
  position: absolute;
  content: "";
  top: -180px;
  right: -15%;
  width: 360px;
  height: 180px;
  background: url(/assets/top/bg-sqare-2f58e1058102593e0e5a4c09bab4403c4ddbc8bdceebb16450fbe9adcc803f6b.png) no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 897px) {
  .topFeature__sqare:before {
    top: -25vw;
    right: -30%;
    width: 60vw;
    height: 30vw;
  }
}
.topFeature__sqare:after {
  position: absolute;
  content: "";
  top: 1000px;
  left: -20%;
  width: 360px;
  height: 180px;
  background: url(/assets/top/bg-sqare-2f58e1058102593e0e5a4c09bab4403c4ddbc8bdceebb16450fbe9adcc803f6b.png) no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 897px) {
  .topFeature__sqare:after {
    top: 320vw;
    width: 60vw;
    height: 30vw;
  }
}

.topFeature-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style: none;
  padding: 0;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 897px) {
  .topFeature-list {
    padding: 0 5vw;
    margin: 0;
  }
}
.topFeature-list__cnt {
  display: flex;
  align-items: stretch;
  margin-bottom: 50px;
  background-color: #fff;
  border: 4px solid;
  border-radius: 20px;
  padding: 40px 60px;
  z-index: 10;
}
@media screen and (max-width: 897px) {
  .topFeature-list__cnt {
    flex-direction: column;
    margin-bottom: 5vw;
    padding: 1em 1.5em;
    border: 2px solid;
  }
}
.topFeature-list__cnt:last-child {
  margin-bottom: 0;
}
.topFeature-list__box {
  flex-basis: 60%;
}
.topFeature-list__img {
  flex-basis: 40%;
  padding-left: 2em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 897px) {
  .topFeature-list__img {
    margin-top: 1em;
    padding: 0.8em;
  }
}
.topFeature-list__img img {
  text-align: center;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 897px) {
  .topFeature-list__img img {
    padding-right: 0;
  }
}
.topFeature-list__ttl {
  display: flex;
}
.topFeature-list__ttl-num {
  width: 80px;
  height: 80px;
  background-color: #ffde35;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}
@media screen and (max-width: 897px) {
  .topFeature-list__ttl-num {
    width: 12vw;
    height: 12vw;
    font-size: 6vw;
  }
}
.topFeature-list__ttl-txt {
  margin-left: 1em;
  font-size: 3.6rem;
  color: #04a760;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 897px) {
  .topFeature-list__ttl-txt {
    font-size: 5vw;
  }
}
.topFeature-list__txt {
  font-size: 1.4em;
  margin-top: 1em;
  letter-spacing: -0.07rem;
}
@media screen and (max-width: 897px) {
  .topFeature-list__txt {
    font-size: 3.7vw;
  }
}

.topVoice {
  position: relative;
  height: 940px;
  max-width: 100%;
  margin-inline: auto;
  background-color: #04a760;
  overflow: hidden;
}
.topVoice:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 40%;
  margin: auto;
  width: 620px;
  height: 325px;
  background: url(/assets/top/bg-half-circle-4052eaa679c8c7dc8708a87611dec27dedd15fbcf4080f5dad9190c76f18be7f.png) no-repeat;
  background-size: contain;
  z-index: 10;
}
@media screen and (max-width: 897px) {
  .topVoice:before {
    right: -50%;
    width: 90vw;
    height: 45vw;
  }
}
.topVoice:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 30%;
  left: 0;
  margin: auto;
  width: 620px;
  height: 325px;
  background: url(/assets/top/bg-half-circle-4052eaa679c8c7dc8708a87611dec27dedd15fbcf4080f5dad9190c76f18be7f.png) no-repeat;
  background-size: contain;
  transform: rotateX(180deg);
  z-index: 0;
}
@media screen and (max-width: 897px) {
  .topVoice:after {
    right: 0;
    left: -20%;
    width: 90vw;
    height: 45vw;
  }
}
@media screen and (max-width: 897px) {
  .topVoice {
    width: 100vw;
    height: 160vw;
  }
}
.topVoice__ttl {
  position: relative;
  text-align: center;
  font-size: 4rem;
  padding: 85px 0 20px;
  color: #fff;
}
@media screen and (max-width: 897px) {
  .topVoice__ttl {
    margin: 0;
    font-size: 5.7vw;
    padding: 14vw 0 5vw;
  }
}
.topVoice__ttl:before {
  position: absolute;
  content: "VOICE";
  top: 20%;
  left: 50%;
  font-size: 0.7em;
  color: #ffde35;
  transform: translateX(-50%);
  display: block;
}
.topVoice__ttl:after {
  position: absolute;
  content: "";
  top: 0;
  right: 70%;
  left: 0;
  margin: auto;
  width: 250px;
  height: 125px;
  background: url(/assets/top/bg-sqare-2f58e1058102593e0e5a4c09bab4403c4ddbc8bdceebb16450fbe9adcc803f6b.png) no-repeat;
  background-size: contain;
  transform: rotateX(180deg);
  z-index: 0;
}
@media screen and (max-width: 897px) {
  .topVoice__ttl:after {
    top: 10vw;
    left: -30%;
    width: 40vw;
    height: 20vw;
  }
}

.topVoice-case {
  position: relative;
  width: 472px !important;
  height: 460px !important;
  border-radius: 20px;
  background-color: #fff;
  border: 4px solid;
  z-index: 10;
}
@media screen and (max-width: 897px) {
  .topVoice-case {
    width: 80vw !important;
    height: auto !important;
    font-size: 4.267vw;
    padding-bottom: 1em;
  }
}
.topVoice-case__icon {
  position: relative;
}
.topVoice-case__icon-talking {
  position: absolute;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  left: 50%;
  top: -100px;
  font-weight: bold;
}
@media screen and (max-width: 897px) {
  .topVoice-case__icon-talking {
    font-size: 2.8vw;
    top: -17vw;
  }
}
.topVoice-case__icon img {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  left: 50%;
}
@media screen and (max-width: 897px) {
  .topVoice-case__icon img {
    width: 16vw;
    height: 16vw;
  }
}
.topVoice-case__cnt {
  padding-top: 60px;
  width: 78.6%;
  margin-inline: auto;
}
@media screen and (max-width: 897px) {
  .topVoice-case__cnt {
    padding-top: 13vw;
    width: 90%;
  }
}
.topVoice-case__cnt-area {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 1rem 0;
}
@media screen and (max-width: 897px) {
  .topVoice-case__cnt-area {
    font-size: 4vw;
    margin: 0 0 3vw 0;
  }
}
.topVoice-case__cnt-txt {
  height: 110px;
}
@media screen and (max-width: 897px) {
  .topVoice-case__cnt-txt {
    height: 20vw;
    font-size: 3vw;
  }
}
.topVoice-case__foot {
  width: 80%;
  margin-inline: auto;
}
.topVoice-case__compare {
  list-style: none;
  margin-top: 45px;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 897px) {
  .topVoice-case__compare {
    margin-top: 7vw;
  }
}
.topVoice-case__compare-item {
  flex: 1;
  text-align: center;
  background: #cdeddf;
  border-radius: 10px;
  opacity: 0;
}
.topVoice-case__compare-item:not(:last-child) {
  margin-right: 3%;
}
.topVoice-case__compare-item.is-selected {
  position: relative;
  background: #fa6e31;
  transition: 0.5s linear;
}
.topVoice-case__compare-item.is-selected .topVoice-case__compare-price {
  color: #fff;
}
.topVoice-case__compare-item.is-selected:after {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: url(/assets/top/select_crown-ef7a00ee42a0995aee8ec338da21b78ef21e5726ba072b6ce6c2916506ac3b73.svg) center/100% auto no-repeat;
  content: "";
}
@media screen and (max-width: 897px) {
  .topVoice-case__compare-item.is-selected:after {
    top: -1.8em;
    width: 7vw;
    height: 7vw;
  }
}
.topVoice-case__compare-name {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.3;
  background: #000;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 897px) {
  .topVoice-case__compare-name {
    font-size: 4vw;
  }
}
.topVoice-case__compare-price {
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 897px) {
  .topVoice-case__compare-price {
    font-size: 5.7vw;
  }
}
.topVoice-case__compare-price em {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (max-width: 897px) {
  .topVoice-case__compare-price em {
    font-size: 5.733vw;
  }
}
.topVoice-case__compare-difference {
  margin: 0;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  opacity: 0;
}
.topVoice-case__compare-difference.is-active {
  opacity: 1;
  animation: topScaleUp 1s linear 1;
}
@media screen and (max-width: 897px) {
  .topVoice-case__compare-difference {
    font-size: 7.3vw;
  }
}
.topVoice-case__compare-difference span {
  color: #fa6e31;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 897px) {
  .topVoice-case__compare-difference span {
    font-size: 5.733vw;
  }
}
.topVoice-case__compare-difference span em {
  font-family: Arial;
  font-style: normal;
  font-size: 5.4rem;
}
@media screen and (max-width: 897px) {
  .topVoice-case__compare-difference span em {
    font-size: 11vw;
  }
}

.slick-slide {
  margin-right: 1.2vw !important;
  margin-left: 1.2vw !important;
}

.slick-track {
  padding-top: 4em;
}

.slick-list {
  overflow: initial;
  z-index: 10;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 11;
}
@media screen and (max-width: 897px) {
  .slick-arrow {
    top: 60%;
  }
}

.slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  opacity: 1;
}

.slick-prev:hover,
.slick-next:hover {
  background: #525252;
}

.slick-next {
  right: 10% !important;
}
@media screen and (max-width: 897px) {
  .slick-next {
    right: 5% !important;
  }
}

.slick-prev {
  left: 10% !important;
}
@media screen and (max-width: 897px) {
  .slick-prev {
    left: 5% !important;
  }
}

.slick-next:before {
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.slick-prev:before {
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.slick-dots {
  bottom: -3em;
}

.slick-dots button {
  border-radius: 50%;
}

.slick-dots li button:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #fff !important;
  opacity: inherit !important;
}

.slick-dots .slick-active button:before {
  background: #ffde35 !important;
  opacity: inherit !important;
}

.topFlow {
  width: 100%;
  padding: 90px 0 70px;
  margin: 0 auto;
  background-image: linear-gradient(-60deg, rgba(236, 252, 136, 0.4117647059), rgba(28, 172, 222, 0.3882352941));
}
@media screen and (max-width: 897px) {
  .topFlow {
    margin: 0 auto;
    padding: 0;
  }
}
.topFlow__ttl {
  position: relative;
  text-align: center;
  font-size: 4rem;
  margin-top: 0;
}
.topFlow__ttl:before {
  position: absolute;
  content: "FLOW";
  top: -60%;
  left: 50%;
  font-size: 0.7em;
  color: #04a760;
  transform: translateX(-50%);
  display: block;
}
@media screen and (max-width: 897px) {
  .topFlow__ttl:before {
    top: 25%;
  }
}
@media screen and (max-width: 897px) {
  .topFlow__ttl {
    margin: 0;
    font-size: 5.7vw;
    padding: 15vw 0 5vw;
  }
}

.topFlow-step {
  position: relative;
  display: flex;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 897px) {
  .topFlow-step {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.topFlow-step__border {
  position: absolute;
  top: 55%;
  left: 10%;
  z-index: -1;
  width: 80%;
  height: 4px;
  background: #000;
  opacity: 0;
  content: "";
}
@media screen and (max-width: 897px) {
  .topFlow-step__border {
    top: 10%;
    left: 22.5%;
    right: auto;
    width: 2px;
    height: 70%;
    padding-top: 100%;
  }
}
.topFlow-step__item {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 897px) {
  .topFlow-step__item {
    text-align: left;
    margin-bottom: 20vw;
    display: flex;
  }
}
@media screen and (max-width: 897px) {
  .topFlow-step__box {
    flex-basis: 55%;
  }
}
.topFlow-step__num span {
  font-weight: bold;
  color: #fff;
  background-color: #04a760;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  letter-spacing: 1px;
}
.topFlow-step__ttl {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 1rem 0;
}
@media screen and (max-width: 897px) {
  .topFlow-step__ttl {
    font-size: 5.5vw;
  }
}
.topFlow-step__img {
  padding: 0 22%;
}
@media screen and (max-width: 897px) {
  .topFlow-step__img {
    padding: 0;
    text-align: center;
    flex-basis: 45%;
  }
  .topFlow-step__img img {
    width: 30vw;
  }
}
.topFlow-step__txt {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 897px) {
  .topFlow-step__txt {
    font-size: 3.7vw;
    font-weight: inherit;
  }
}

.topSubmit {
  padding: 50px 0 0;
}
@media screen and (max-width: 897px) {
  .topSubmit {
    padding: 50px 0 0;
  }
}
.topSubmit__btn {
  margin: 0 auto;
}

.privacy-note {
  margin-top: 16px;
  padding: 24px 16px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 897px) {
  .privacy-note {
    margin-top: 0;
    font-size: 3vw;
    padding: 2em 0 4em;
  }
}
.privacy-note__link {
  text-decoration: underline;
  font-weight: 600;
}
.privacy-note:not(.privacy-note__dark) {
  color: #ffffff;
}
.privacy-note:not(.privacy-note__dark) .privacy-note__link {
  color: #fdd835;
}
.privacy-note__dark {
  color: #222;
}
.privacy-note__dark .privacy-note__link {
  color: #2e7d32;
}

.topForm {
  background-color: #04a760;
  color: #fff;
}
.topForm__prologue {
  position: relative;
  padding: 1em 0;
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 897px) {
  .topForm__prologue {
    margin-bottom: 0;
    font-size: 6.33vw;
  }
}
.topForm__prologue-acc {
  display: inline-block;
  margin-right: 0.2em;
  padding: 0 0.6em;
  color: #000;
  background: #ffde35;
}
.topForm__btn {
  font-size: 3rem;
  margin: 1.5em auto;
  padding: 0;
}
@media screen and (max-width: 897px) {
  .topForm__btn {
    font-size: 6.4vw;
    margin: 10vw auto 0;
  }
}
@media screen and (max-width: 897px) {
  .topForm__cnt {
    margin: 0 -5vw 0;
  }
}

@keyframes topScaleUp {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.balloon {
  background: #CDEDDF;
  margin: 0 auto;
  padding-bottom: 54px;
}
.balloon__txt-box {
  background: linear-gradient(to bottom, #04a760 50%, #cdeddf 50%);
}
@media screen and (max-width: 897px) {
  .balloon__txt-box {
    padding: 0 20px;
  }
}
.balloon__txt {
  position: relative;
  max-width: 984px;
  width: 100%;
  padding: 24px 48px;
  text-align: center;
  color: #000;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 88px;
  border: 4px solid #000;
  white-space: nowrap;
  margin: 0 auto;
  background-color: #FFF;
  /* 外枠用の3px枠線の三角形 */
  /* 内側の三角形 */
}
@media screen and (max-width: 897px) {
  .balloon__txt {
    font-size: 3.5vw;
    padding: 9px 12px;
  }
}
.balloon__txt::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 23px 23px 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  width: 0;
  height: 0;
  display: block;
  border-radius: 5px;
}
.balloon__txt::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 19px 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  width: 0;
  height: 0;
  display: block;
  border-radius: 5px;
}

.sub-from {
  background: #CDEDDF;
}
.sub-from__container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.sub-from__box-header {
  padding: 8px 24px;
  background: #04a760;
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
  font-style: normal;
  line-height: 39px;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 897px) {
  .sub-from__box-header {
    border-radius: 0;
    font-size: 1.3em;
  }
}
.sub-from__box {
  margin-bottom: 33px;
}
.sub-from__box:last-child {
  margin-bottom: 0;
}
.sub-from__from-box {
  padding: 24px;
  background-color: #FFF;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 897px) {
  .sub-from__from-box {
    border-radius: 0;
  }
}
.sub-from__from-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 897px) {
  .sub-from__from-area {
    display: block;
    align-items: center;
  }
}
.sub-from .form-input {
  padding: 10px;
  height: 90px;
  border: 3px solid #04a760;
  border-radius: 10px;
}
.sub-from__from-label {
  margin-bottom: 8px;
}
.sub-from__label {
  width: 48%;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 897px) {
  .sub-from__label {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
  }
}
.sub-from__label-content {
  display: flex;
  align-items: center;
}
.sub-from__cnt {
  padding-left: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 897px) {
  .sub-from__cnt {
    padding-left: 0;
  }
}
.sub-from__from-item {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 897px) {
  .sub-from__from-item {
    width: 100%;
    margin-bottom: 5px;
  }
}
.sub-from__row-option {
  margin-left: 10px;
  top: 1.5em;
  right: 1em;
  padding: 0 0.3em;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.3;
  background: #aaa;
  border-radius: 100px;
}
@media screen and (max-width: 897px) {
  .sub-from__row-option {
    font-size: 4.733vw;
  }
}

.custom-checkbox {
  position: relative;
  padding-left: 21px;
  cursor: pointer;
  font-size: 1.2rem;
  user-select: none;
}
@media screen and (max-width: 897px) {
  .custom-checkbox {
    padding-left: 33px;
  }
}
.custom-checkbox .form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 2px solid #4CAF50;
  border-radius: 5px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 897px) {
  .custom-checkbox .checkmark {
    top: 1px;
  }
}
.custom-checkbox .form_check__cnt {
  margin-left: 10px;
}
.custom-checkbox:hover .checkmark {
  background-color: #ccc;
}
.custom-checkbox .form-check-input:checked ~ .checkmark {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox .form-check-input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sub-form-select {
  position: relative;
}
.sub-form-select select {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 0 91px 0 24px;
  font-size: 2rem;
  background-color: #fff;
  background-image: url(/assets/select_bg3-fb2da082102bdea97861b8d28815b26b99341ad1934f025ec61e64d98b16785a.png);
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 30px 30px, 0;
  border: 3px #04a760 solid;
  border-radius: 10px;
  appearance: none;
  line-height: 39px;
  color: #000;
}
@media screen and (max-width: 897px) {
  .sub-form-select select {
    font-size: 4.333vw;
    border: 3px #04a760 solid;
  }
}
.sub-form-select select:focus {
  outline: none;
}
.sub-form-select__block {
  width: 60%;
}
@media screen and (max-width: 897px) {
  .sub-form-select__block {
    width: 100%;
  }
}
.sub-form-select.not-checked::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 10px;
  border: 4px solid transparent;
  animation: 1s linear infinite blink;
  content: "";
  pointer-events: none;
}

.page-content__inner {
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0 2px 5px #ccc;
}
@media screen and (max-width: 897px) {
  .page-content__inner {
    padding: 5vw;
    margin: 0 -5vw 0;
  }
}

.contact-ttl {
  margin-top: 50px;
  color: #04a760;
  text-align: center;
}

.contact-form {
  margin-bottom: 3em;
}
.contact-form__row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 897px) {
  .contact-form__row {
    flex-wrap: wrap;
  }
}
.contact-form__row > * {
  flex: 1;
}
@media screen and (max-width: 897px) {
  .contact-form__row > * {
    flex: auto;
    width: 100%;
  }
}
.contact-form__row > *:not(:last-child) {
  margin-right: 2em;
}
@media screen and (max-width: 897px) {
  .contact-form__row > *:not(:last-child) {
    margin-right: 0;
  }
}
.contact-form__name {
  margin: 0.5em 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 897px) {
  .contact-form__name {
    font-size: 4.273vw;
  }
}
.contact-form [type=text],
.contact-form [type=email] {
  width: 100%;
  height: 50px;
  border: 1px solid #04a760;
  padding: 0 1em;
  font-size: 1.8rem;
  appearance: none;
}
@media screen and (max-width: 897px) {
  .contact-form [type=text],
  .contact-form [type=email] {
    font-size: 4.273vw;
  }
}
.contact-form textarea {
  width: 100%;
  padding: 0.5em;
  margin-bottom: 1em;
  font-size: 1.8rem;
  border: 1px solid #04a760;
}
@media screen and (max-width: 897px) {
  .contact-form textarea {
    font-size: 4.273vw;
  }
}
.contact-form .cBtn__submit {
  margin: 0 auto;
}

.contact-thanks {
  text-align: center;
}
.contact-thanks__ttl {
  margin-top: 10vh;
}
@media screen and (max-width: 897px) {
  .contact-thanks__ttl {
    font-size: 5vw;
  }
}

.store-form {
  width: 100%;
  height: 1580px;
}

.alert-warning {
  background: rgba(250, 110, 49, 0.3294117647);
  border: 2px solid #fa6e31;
  border-radius: 5px;
  padding: 1rem;
}

.unsubscribe {
  margin: 50px;
  text-align: center;
}
.unsubscribe__btn {
  display: block;
  width: 90%;
  max-width: 200px;
  margin: 1.2em auto;
  padding: 0.5em 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
  background: linear-gradient(to right, #09ae25, #4bdd3e);
  border-radius: 100px;
  border: none;
}
@media screen and (min-width: 1025px) {
  .unsubscribe__btn {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  .unsubscribe__btn:hover {
    opacity: 0.7;
  }
  .unsubscribe__btn:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 897px) {
  .unsubscribe__btn {
    font-size: 4.533vw;
  }
}
