﻿.mainvisual__headline{
    line-height: 1.3;
}
.btn-1:hover,.header__cta:hover{color: #fff;}

/* =========================
   レイアウト・背景
========================= */

/* .my-section-grad */
.my-section-grad {
  background: url("../img/bg-dot.svg") left calc(50vw + 150px) top/350px auto no-repeat,linear-gradient(#fdf8fa, #fff);
  margin-top: 93px;
}

/* .my-card2 */
.my-card2 {
  border-radius: 8px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.08);
}
@media screen and (max-width:576px) {
  .my-card2 {
    padding: 18px;
  }
}

/* .my-content-wrapper */
.my-content-wrapper > *:first-child { margin-top: 0; }
.my-content-wrapper > *:last-child { margin-bottom: 0; }

/* =========================
   文字サイズ・装飾
========================= */

.fz-2 {
  font-size: 2rem;
}
@media screen and (max-width:576px) {
  .fz-2 { font-size: 24px; }
}

.fw-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

/* =========================
   フォーム関連
========================= */

.form-control {
  padding: 0.75rem;
  font-size: 16px;
}
input.form-control,
textarea.form-control {
  border: 1px solid #8696a3;
}

.required {
  font-size: 11px;
  margin-left: 5px;
  background: red;
  color: white;
  padding: 0px 5px 1px 4px;
  position: relative;
  top: -1px;
}

.hint {
    width: fit-content;
    padding: 2px 7px;
    background: #eee;
    font-size: 13px;
    font-style: italic;
}

.ml-10 { margin-left: 10px; }

.form-text {}

/* checkbox */
form input[type='checkbox'] {
  position: relative;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  vertical-align: -5px;
  appearance: none;
}
form input[type='checkbox']:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 7px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

/* =========================
   隠しフィールド
========================= */

.kakushi {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* =========================
   ボタンエリア
========================= */

/* .wrp_before (submit ボタンのアイコン制御) */
.wrp_before {
  display: inline-block;
  position: relative;
}
.wrp_before::after {
  content: '';
  display: block;
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background: url("../img/icon-arrow.svg") center/contain no-repeat;
  pointer-events: none;
  z-index: 3;
}
/* 100%幅指定 */
.wrp_before.ajust .btn.my-btn-primary {
  width: 100%;
}

/* =========================
   ボタン本体（.my-btn-primary）
========================= */

.btn.my-btn-primary {
  color: #fff;
  background: linear-gradient(-90deg, #fc682e 51%, #f0a23c 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  position: relative;
  border-radius: 50rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 60px 0.6rem 3rem;
  min-height: 60px;
  font-weight: bold;
  overflow: hidden;
  pointer-events: auto !important;
  opacity: 1 !important;
}
.btn.my-btn-primary:hover {
  background-position: 99% 50%;
}
.btn.my-btn-primary::before {
  content: '';
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background: url("../img/icon-arrow.svg") center/contain no-repeat;
}

@media screen and (min-width: 577px) {
  .btn.my-btn-primary {
    min-width: 320px;
    min-height: 70px;
    padding: 0.6rem 50px 0.6rem 2rem;
  }
}


@media screen and (min-width: 0px) {
    .my-pb-4rem {
        padding-bottom: 4rem !important;
    }
}
@media screen and (min-width: 0px) {
    .my-pt-3rem {
        padding-top: 3rem !important;
    }
}

@media screen and (min-width: 0px) {
    .my-my-2rem {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
}
.my-fs-1\.25rem {
    font-size: 1.25rem; margin-bottom: 10px;
}
.mb5{margin-bottom: 10px;}
.wpcf7-spinner {
    display: none !important;
}
.mt93{padding-top: 93px;}
.js-center{justify-content: center;}

.my-mb-1rem { margin-bottom: 1rem !important; }
.my-mb-2rem { margin-bottom: 2rem !important; }
.my-mb-3rem { margin-bottom: 3rem !important; }
.my-mb-4rem { margin-bottom: 4rem !important; }
.my-mb-5rem { margin-bottom: 5rem !important; }
.my-mb-6rem { margin-bottom: 6rem !important; }
.my-mb-0-5rem { margin-bottom: 0.5rem !important; }
.my-mb-1-5rem { margin-bottom: 1.5rem !important; }