@charset "UTF-8";
/******
		contents
					******/
/* div {
  background: url(../img/bg.png) center center/cover no-repeat;
} */

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.header-btn {
  display: flex;
  padding-top: 10px;
}

#sec-key {
  background: url(../img/key-bg.png) center center/cover no-repeat;
  padding-bottom: 60px;
  position: relative;
}

.area {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.key-top-flag {
  text-align: right;
}

.key-title {
  margin-top: -40px;
}

.key-point {
  display: flex;
  column-gap: 20px;
  justify-content: center;
}

.key-point-list {
  width: calc(33.33% - 20px);
}

.key-wrap {
  position: relative;
  z-index: 10;
}

.key-house {
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 55%;
}

.key-house img {
  width: 100%;
}

.key-staff {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 40%;
}

.key-staff img {
  width: 100%;
}

.key-baloon-wrap {
  max-width: 1440px;
}

.key-baloon01 {
  position: absolute;
  top: 30px;
  left: 24%;
  z-index: 5;
}

.key-baloon01 img {
}

.key-baloon02 {
  position: absolute;
  top: 30px;
  right: 17%;
  z-index: 5;
}

.key-baloon02 img {
}

#subhead-sec {
  background: url(../img/subhead-bg.png) center center/cover no-repeat;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

#subhead-sec .container {
  position: relative;
  z-index: 10;
}

.btn-box {
  margin-top: 40px;
  position: relative;
}

.sub-head-women {
  position: absolute;
  bottom: 0;
  right: 10%;
  max-width: 33%;
  z-index: 5;
}

.sub-head-light {
  position: absolute;
  bottom: 200px;
  left: 25%;
  z-index: 5;
  width: 13%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.sub-head-light img {
  width: 100%;
}

#graph-sec {
  background: url(../img/graph-bg.png) center center/cover no-repeat;
  padding: 60px 0;
  position: relative;
  z-index: 10;
}

.graph-title-mini {
  font-size: 2.8vw;
  background: #fff;
  line-height: 150%;
  font-weight: bold;
  padding: 4px 40px 0 40px;
  display: inline-block;
}

.graph-note {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
}

.graph-main {
  margin-top: 24px;
}

.graph-next {
  font-size: 43px;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
}

.graph-dot img {
  width: 10px;
  margin-top: 30px;
}

#signal-sec {
  background: url(../img/signal-top-bg.png) center center/contain no-repeat;
  padding-top: 100px;
  margin-top: -100px;
}

.signal-top {
  padding-bottom: 150px;
}

#choice-sec {
  background: url(../img/choice-bg.png) top center/cover no-repeat;
  padding-top: 280px;
  margin-top: -200px;
  padding-bottom: 60px;
}

.choice-list {
  background: #fff;
  margin-top: 40px;
  border-radius: 20px;
}

.choice-list-title {
  background: #ff7f00;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 2.2vw;
  line-height: 150%;
  padding: 12px 32px;
  border-radius: 0 0 20px 20px;
}

.choice-list-img {
  padding: 24px;
}

.choice-list-text {
  padding: 0px 24px 24px 24px;
  font-size: 16px;
  font-weight: bold;
}

.choice-bg01 {
  background: url(../img/choice-bg01.png) left 20px center/160px no-repeat;
}

.choice-bg02 {
  background: url(../img/choice-bg02.png) left 20px center/160px no-repeat;
}

.choice-bg03 {
  background: url(../img/choice-bg03.png) left 20px center/160px no-repeat;
}

.choice-bg04 {
  background: url(../img/choice-bg04.png) left 20px center/160px no-repeat;
}

.choice-footer {
  margin-top: 40px;
}

.choice-footer span {
  background-color: #fff;
  font-size: 27px;
  font-weight: bold;
  margin: 20px;
  padding: 4px 8px;
}

.choice-footer em {
  color: #ff0000;
  font-style: normal;
}

.btn-baloon {
  position: absolute;
  left: 12%;
  top: -40px;
}

#subside-sec {
  padding: 60px 0;
  background: url(../img/subside-bg.png) bottom center/cover no-repeat;
}

#present-sec {
  background: url(../img/present-bg.png) bottom center/cover no-repeat;
  padding-top: 60px;
}

.present-inner {
  position: relative;
  padding-bottom: 60px;
}

.present-women {
  position: absolute;
  right: -110px;
  bottom: 0;
  max-width: 40%;
}
.present-inner .btn-box {
  position: relative;
  z-index: 10;
}

#merit-sec {
  background: url(../img/merit-bg.png) top center/cover no-repeat;
  padding: 60px 0;
}

.merit-list {
  background-color: #fffce3;
  padding: 24px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  margin-top: 40px;
  position: relative;
}

.merit-list-contents {
  width: calc(100% - 210px);
}

.merit-list-img {
  width: 180px;
  margin-left: 30px;
}

.merit-list-contents-left-top {
  display: flex;
  align-items: center;
}

.merit-list-contents-left-number {
  width: 75px;
}

.merit-hukidashi {
  position: absolute;
  top: -13px;
  width: 100px;
  left: 14px;
}

.number1 {
  width: 65px;
  margin-right: 10px;
}

.merit-list-title {
  font-size: 25px;
  font-weight: bold;
  color: #ff7f00;
  border-bottom: 1px dotted #ff7f00;
  width: calc(100% - 95px);
  text-align: left;
  padding-bottom: 10px;
  margin-left: 20px;
}

.merit-list-text {
  text-align: justify;
  margin-top: 16px;
}

.sec-area {
  background: #fff;
  border: 2px solid #000;
  margin-top: 80px;
  padding: 0 24px 30px 24px;
}

.set-top {
  margin-top: -40px;
}

.set-mid {
  margin-top: 30px;
}

#voice-sec {
  padding: 60px 0;
}

.voice-main {
  border: 3px solid #ef5a24;
  border-radius: 10px;
  padding: 28px 24px 48px 24px;
  position: relative;
}

.set-text {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}

.voice-head {
  position: absolute;
  font-size: 36px;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  padding: 0 10px;
  color: #ef5a24;
}

.voice-list {
  margin-top: 40px;
}

.voice-list-title {
  font-size: 24px;
  font-weight: bold;
  color: #ef5a24;
  background-color: #fffce3;
  border-left: 10px solid #ef5a24;
  padding: 12px 10px;
  text-align: left;
}

.voice-list-inner {
  display: flex;
  column-gap: 30px;
  margin-top: 20px;
}

.voice-list-img {
  width: 40%;
}

.voice-list-text {
  width: 60%;
  text-align: justify;
  line-height: 170%;
  font-weight: bold;
}

.sec-head {
  font-size: 36px;
  font-weight: bold;
  color: #ef5a24;
}

.flow-main {
  margin-top: 40px;
}

.flow-text {
  font-size: 21px;
  font-weight: bold;
  margin-top: 32px;
}

#fomr-sec {
  padding: 60px 0 0 0;
}

.form-top {
  margin: auto;
  margin-top: 40px;
  max-width: 800px;
}

.form-main {
  max-width: 800px;
  margin: auto;
  background-color: #fbd45e;
  padding: 20px;
  margin-top: -2px;
}

form {
}

.Form {
  background-color: #fff;
  text-align: left;
  padding: 40px;
  margin-bottom: 40px;
}

.Form-Item-Label {
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.fontsize12 {
  background-color: #e20000;
  color: #fff;
  font-size: 12px;
  padding: 0px 4px 0px 4px;
  margin-left: 10px;
  line-height: 150%;
}

.Form-Item {
  margin-top: 26px;
  border-bottom: 1px solid #707070;
  padding-bottom: 26px;
}

.first {
  margin-top: 0;
}

.Form-Item input {
  border: 1px solid #707070;
  padding: 0px 2px;
  margin-top: 6px;
}

.Form-checkbox {
  text-align: center;
  margin-top: 32px;
  font-size: 21px;
}

.Form-Btn {
  margin-top: 20px;
}

.Form-Item .text-input {
  width: 100%;
  padding: 0 4px;
}

.Form-Btn {
  max-width: 100%;
  display: block;
  margin: 20px auto;
  /* margin: 0; */
  /* margin-left: 4px; */
}

.label-note {
  display: block;
  width: 100%;
  font-size: 14px;
}

.form-item-text {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 16px;
}

.Form-Item .text-input {
  width: 100%;
  padding: 0 4px;
  line-height: 200%;
}

.Form-checkbox p {
  display: block;
  font-size: 14px;
  margin-top: 12px;
}

.Form-checkbox .agree {
  text-decoration: underline;
}

.loading {
  display: none;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

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

.spinner {
  border: 4px solid #fff;
  border-top: 4px solid transparent;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ========== Policy checkbox ========== */
.policy-check {
  margin: 1.5rem 0 0.75rem;
  font-size: 0.95rem;
  line-height: 1.4;
}
.policy-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
  accent-color: #53A8FF; /* same blue as CTA */
  vertical-align: middle;
}
.policy-check span { vertical-align: middle; }

/* ========== CTA button image swap – wrapper‑controlled size (500×152px) ========== */
.cta-wrap {
  width: 100%;         /* take full form width on mobile */
  max-width: 500px;    /* do not exceed original desktop image width */
  aspect-ratio: 500 / 152;  /* auto‑calculates height */
  margin: 0 auto;      /* center horizontally */
}

.cta-btn {
  display: block;
  width: 100%;         /* fill wrapper */
  height: 100%;        /* fill wrapper */
  border: none;
  background-color: transparent; /* eliminate default button grey */
  -webkit-appearance: none;      /* remove iOS/old Safari button styling */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  transition: opacity .2s;
}
.btn--grey  { background-image: url(../img/btn_grey.png);  cursor: not-allowed; opacity: .6; }
.btn--color { background-image: url(../img/btn_color.png); cursor: pointer;     opacity: 1;  }

/* ========== Footer links ========== */
.policy-links {
  padding: 2rem 0;
  text-align: center;
  background: #f7f7f7;
  font-size: 0.875rem;
}
.policy-links a {
  color: #333;
  text-decoration: underline;
  transition: opacity .2s;
}
.policy-links a:hover { opacity: .7; }
.policy-links .copyright {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: #666;
}

/* ========== Privacy scroll box ========== */
.privacy-scroll {
  max-height: 220px;
  text-align: left;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  background: #fff;
  /* white-space: pre-wrap; */
  word-break: break-word; /* break long words */
}

.privacy-scroll pre {
  white-space: pre-line;
  text-align: left;
  word-break: break-word;
  margin: 0;              /* reset default pre margin */
}

.company-box {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
  text-align: left;
}
.company-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.company-heading .jp-sub {
  font-size: 1rem;
  font-weight: 400;
}
.company-info {
  border-collapse: separate;
  border-spacing: 0 0.75rem;   /* 行と行の縦スペースを 0.75rem 追加 */
  font-size: 0.875rem;
}
.company-info th {
  text-align: left;
  padding-right: 2rem;         /* ラベルと値の間を広げる */
  white-space: nowrap;
  vertical-align: top;
  font-weight: 600;
}
.company-info td {
  vertical-align: top;
}