@charset "UTF-8";

/* ------------------------------------------------------------
 独自リセット・共通スタイル
------------------------------------------------------------ */

html {
  scroll-behavior: smooth;
}
/*for SP*/
@media screen and (max-width:750px) {
  .font-size-S {
      font-size: 14px;
  }
  .font-size-M {
      font-size: 16px;
  }
  .font-size-M2 {
    font-size: 18px;
  }
  .font-size-L {
      font-size: 28px;
  }
}

/*for PC*/
@media screen and (min-width:750px) {
  .font-size-S {
      font-size: 20px;
  }
  .font-size-M {
      font-size: 20px;
  }
  .font-size-M2 {
    font-size: 28px;
  }
  .font-size-L {
      font-size: 48px;
  }
}

body {
  /* 游ゴシック体 */
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  background: #e6e6e6;
  color: #333333;
}

a {
  text-decoration: none;
  transition-duration: 0.2s;
}
@media (min-width: 960px) {
  a:hover {
    transition-duration: 0.2s;
  }
}

@media (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
p {
  line-height: 1.6em;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

section img {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  max-width: 750px;
  height: 100%;
}

*:focus {
  outline: none;
}

/*PCでは無効（改行しない）*/
.br-sp{
  display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
  .br-sp{
      display: block;
  }
}
/* ------------------------------------------------------------
  body-wrapper
------------------------------------------------------------ */
.body-wrapper {
  position: relative;
  overflow-x: hidden;
  background: #fff;
  max-width: 750px;
  margin: auto;
}

/* ------------------------------------------------------------
  header
------------------------------------------------------------ */
/* Header Container */
.header {
  background-color: #fff;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  padding: 0 5px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 2px 4px gray;
  gap: 10px;
}

/* Logo Container */
.logo-container {
  display: flex; 
  align-items: center;
  width: 50%;
}

/* Logo */
.logo {
  height: auto;
  max-width: 160px;
}

.container {
  margin-left: auto;
  width: 50%;
}

.header_info {
  color: #000;
  font-weight: 500;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_info img {
  max-height: 70px;
}

/* ------------------------------------------------------------
  fv
------------------------------------------------------------ */
.fv {
  margin-top: -1px;
  position: relative;
}

.cta-btn {
  position: absolute;
  bottom: 3%; /* 画像の下に配置 */
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.cta-btn img {
  display: block;
}

/* ------------------------------------------------------------
  main
------------------------------------------------------------ */
.fadeup{
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition:
    opacity 1.4s cubic-bezier(.19,1,.22,1),
    transform 1.4s cubic-bezier(.19,1,.22,1);
  will-change: opacity, transform;
}

.fadeup.is-in{
  opacity: 1;
  transform: none;
}

.cta {
  background-color: #ccf6f6;
  padding: 3% 0;
}
.reflection {
  position: relative;
  overflow: hidden;
  animation: pekopeko 1.8s infinite;
}
@keyframes pekopeko {
  0% {
      top: 0px;
  }
  10% {
      top: 5px;
  }
  20% {
      top: 0px;
  }
  30% {
      top: 5px
  }
  40% {
      top: 0px;
  }
}

.cta_content {
  padding: 3%;
}
.cta_txt{
  text-align: center;
  font-weight: bold;
}

.cta_area{
  padding: 5% 0;
  text-align: center;
  background: #01c2db;
}

.campaign_area{
  background-color: #ccf6f6;
  padding: 3% 0;
  text-align: center;
}

.app_list{
  margin-top: 20px;
}

.campaign_area img , .cta_area img{
  width: 95%;
}


.section01 {
  position: relative;
}


.section02 {
  position: relative;
  z-index: 1;
}


.section03 {
  text-align: center;
  position: relative;
}
.section03 p {
  padding: 5%;
  font-weight: bold;
}
.credit {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 50px;
  height: auto;
}


.section04 p span {
  background:linear-gradient(transparent 60%, #ff6 60%);
}
.reason_content {
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/section04.png);
  background-size: 100%;
  text-align: center;
}
.reason_content p {
  text-align: left;
  padding: 3%;
  font-weight: bold;
}

.section05 {
 position: relative;
}

.section06 {

}
.section06 h2 {
 text-align: center;
 margin-bottom: 5%;
}
.section06 img {
  
 }

.faq {
  background-color: #f7f7f7;
  padding: 5% 0 10%;
}
.faq h2 {
  text-align: center;
  margin-bottom: 5%;
}
.accordion {
  width: 95%;
  margin: auto;
}
.accordion-content {
  display: none;
}
.accordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  box-shadow: 2px 2px 4px rgb(202, 202, 202);
  border-radius: 5px;
  font-weight: bold;
  min-height: 70px;
}

.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#01c2db;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 2px 2px 4px rgb(202, 202, 202);
}

.accordion-header p,
.accordion-content{
  padding-left: 25px;
  position: relative;
}

.accordion-header p::before{
  position: absolute;
  content:"Q";
  top: 12px;
  left: 0;
  color: #01c2db;
  font-size: 24px;
  font-weight: bold;
}

/* hover */
.accordion-header:hover {
  box-shadow: none;
  box-shadow: 2px 0px 2px rgb(202, 202, 202);
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media screen and (min-width:750px) {
  .accordion-header {
    padding: 22px 45px 20px 20px;
  }
  .accordion-header p,
  .accordion-content{
    padding-left: 35px;
  }
  .accordion-header p::before{
    top: 0px;
    font-size: 32px;
  }
}

/* ------------------------------------------------------------
  section08
------------------------------------------------------------ */

.section08 {
  max-width: 750px;
  margin: auto;
  padding: 3%;
  background-color: #b8e8f1;
}

.section08 h2 {
  text-align: center;
  margin-bottom: 5%;
}

.section08 .info-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.section08 table {
  width: 100%;
  border-collapse: collapse;
}

.section08 th {
  text-align: left;
  width: 80px;
  padding: 8px 0;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #ddd;
}

.section08 td {
  padding: 8px 0;
  color: #000;
  border-bottom: 1px solid #ddd;
}

.section08 tr:last-child th,
.section08 tr:last-child td {
  border-bottom: none;
}


/* ------------------------------------------------------------
  form
------------------------------------------------------------ */
.section_Form {
  background-color: #f7f7f7;
  padding: 0 0 10%;
}
.section_Form h2{
  background: #e36671;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 8% 0 3%;
}
.section_Form h2:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50vw 0 50vw;
  border-color: #e36671 #f7f7f7 transparent #f7f7f7;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
@media screen and (min-width:750px) {
  .section_Form h2:after{
    border-width: 50px 375px 0 375px;
  }
}

.section_Form p {
  text-align: center;
  margin-top: 10%;
}
.section_Form p span {
  color: #e75566;
  font-weight: bold;
}



.form {
  width: 97%;
  max-width: 700px;
  margin: 5% auto 0;
  background-color: #fff;
  padding: 5% 2% 8%;
}

.require {
  background-color: #fa4141;
  color: #fff;
  padding: 0.2% 1%;
  font-size: 0.9rem;
  margin-right: 3%;
}
.any {
  background-color: #666666;
  color: #fff;
  padding: 0.2% 1%;
  font-size: 0.9rem;
  margin-right: 3%;
}

.form_item {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 2%;
  margin: 5% 0;
}

.form_head {
  font-weight: bold;
  margin-bottom: 5px;
  color: #333333;
}

.radio_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
}

.form_item label {
  font-size: 1.2rem;
  padding-left: 5%;
  padding-bottom: 3%;
  color: #333333;
}

.zip_input_text {
  width: 20%;
  max-width: 400px;
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 40px;
  flex: inherit;
  font-size: 16px;
  padding-left: 1em;
}

.input_text {
  width: 100%;
  max-width: 400px;
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 40px;
  flex: inherit;
  width: 100%;
  font-size: 16px;
  padding-left: 1em;
  background-color: #f2f2f2;
}

.annotation {
  color: #777777;
  font-size: 0.9rem;
}

.add_head {
  color: #333333;
  font-size: 0.95rem;
  font-weight: bold;
  margin-top: 5px;
}

.money {
  display: flex;
  align-items: center;
  gap: 2%;
}

.money .input_text {
  width: 60%;
}

.yen {
  font-size: 1.2rem;
}

.form_item select {
  width: 60%;
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 40px;
  background: #fff;
  font-size: 16px;
  padding-left: 1em;
}

.form_item textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 100px;
  background: #fff;
  font-size: 16px;
  padding-left: 1em;
}

.button {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 85%;
  padding: 5% 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background-color: #e36671;
  border-radius: 60px;
  border: none;
}
.button:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
  cursor: pointer;
}

.form_attention {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2%;
  width: 97%;
  margin: auto;
  margin-top: 8%;
}

.form_attention img {
  width: 35%;
}

.attention_box {
  background-color: #fff;
  border: solid 1px #666666;
  padding: 2% 1%;
  font-size: 0.9rem;
  color: #333333;
  margin-bottom: 2%;
}

.attention_box ul li {
  margin-bottom: 2%;
}

/* ------------------------------------------------------------
  footer
------------------------------------------------------------ */
.footer {
  text-align: center;
  padding: 1rem 0 0.5rem;
  font-size: 0.9rem;
  background: #000;
}

.footer p {
  margin-top: 5%;
  font-size: 0.9rem;
  color: #fff;
}
.footer a {
  color: #fff;
}

/* ------------------------------------------------------------
  floating
------------------------------------------------------------ */



/* 固定バー（親） */
.floating-banner{
  display:none;              /* 最初は隠す */
  position:fixed;
  z-index:99999;
  bottom:0;
  left:0;
  width:100vw;
  background:rgba(0,0,0,.5);
  padding:1%;
  text-align:center;
}
@media (min-width:750px){
  .floating-banner{
    left:50%;
    transform:translateX(-50%);
    width:750px;
  }
}

/* 中のボタン */
.floating-banner-btn{
  width: 90%;
  display:inline-block;
  background: linear-gradient(90deg, #ff245e, #ff6759, #ff245e);
  border: 3px solid #fff;
  color:#fff;
  font-size:1.2rem;
  font-weight:bold;
  padding:15px 30px;
  text-decoration:none;
  border-radius:6px;
  box-shadow:0 4px 8px rgba(0,0,0,.2);
  transition:background-color .3s, transform .2s;
}
.floating-banner-btn:hover{
  transform:translateY(-2px);
}



/*form*/
.py-5{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.red {
  color: #f00;
}

.bold {
  font-weight: bold;
}

.inline-block {
  display: inline-block !important;
}

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

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

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

.section {
  padding: 60px 0;
  min-height: calc(100vh - 54px);
}

.pt0 {
  padding-top: 0 !important;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.wrapper main {
  flex-grow: 1;
}

.copy {
  text-align: center;
  color: #fff;
  background-color: #1d46d2;
  padding: 15px;
}

.blue {
  color: #1d46d2;
}

.backtop a {
  border-radius: 9999px;
  margin: 0px 5px;
  outline: none;
  padding: 10px 47px;
  background: #01c2db;
  color: rgb(255, 255, 255);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.backtop {
  margin-top: 70px;
  text-align: center;
}

.backtop a {
  text-align: center;
  width: 224px;
  display: block;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 990;
}

.form_tit {
  font-size: 2.8em;
  line-height: 1.2;
  text-align: center;
  color: #01c2db;
  ;
  font-weight: bold;
  margin: 0px auto 2rem;
}
@media screen and (max-width: 767px) {
  .form_tit {
    font-size: 1.8em;
  }
}

.com_info_txt02 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.8em;
  color: #000;
}

.com_info_txt02::before,
.com_info_txt02::after {
  content: "-";
}

.form_note {
  margin: 2em 0;
}
.form_note p {
  font-size: 1.1em;
}

.form {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.form label {
  display: inline-block;
}
.form .form-control {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  width: 100%;
  background: #eaedf2;
  color: #000;
  font-size: 16px;
}
.form .form-control:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  height: 48px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: var(--bs-form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-color: #eaedf2;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.form .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.form .input-group .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.form .input-group-zip {
  max-width: 260px;
}
.form .input-group-zip #zip1 {
  width: 85px;
  flex: unset;
}
.form .form-check {
  display: inline-block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #eaedf2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #ddd;
  transform: scale(1.2);
}
.form .form-check + .form-check {
  margin-left: 1.5em;
}
.form .form-check.fc-block {
  display: block;
  margin-left: 0;
}
.form .form-check.fc-block + .form-check {
  margin-top: 0.5em;
}
.form-item {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.form-item-label {
  width: 260px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
  padding-top: 8px;
}
.form-item-label.-pt0 {
  padding-top: 0;
}
.form-item-label .form-item-name {
  padding-top: 8px;
  display: block;
  flex: 1;
}
.form-item-label .-option,
.form-item-label .-required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #01c2db;
  color: #fff;
  font-size: 14px;
}
.form-item-label .-option {
  background: #bababa;
}
.form-item-input {
  margin-left: 40px;
  width: calc(100% - 260px - 40px);
}
.form-item-input .limit-width,
.form-item-input select {
  max-width: 400px;
}
.form-item-note {
  margin-top: 1.25rem;
  border: 2px solid #01c2db;
  padding: 1em;
  border-radius: 6px;
  background: #fffff0;
  width: 100%;
}
.form-item-col{
  flex-direction: column;
  gap: 15px;
}
.form-item-col .form-item-input{
  
    margin-left: 0;
}
@media screen and (max-width: 767px) {
  .form-item-note {
    padding: 0.75em;
  }
  .form-item-input{
    margin-top: 10px;
  }
}
.form-item-note ul {
  margin-top: 0.5rem;
}
.form-item-note ul li {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.form-item-note p {
  margin-top: 0.5rem;
}
.form-item-note ul:first-child,
.form-item-note p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .form-item-note ul,
  .form-item-note p {
    font-size: 0.8em;
  }
}
.not-allow-file{
  display: none;
}
.file-note{
  margin-top: 0.7rem;
  color: #959595;
  font-size: 0.9em;
}
.note-item{
  text-indent: -1em;
  padding-left: 1em;
}
.form-item.not-allow-file {
  position: relative;
  display: none;
}
.form-item.not-allow-file::before {
  content: "";
  position: absolute;
  background-color: #8b8b8b;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 2;
}
.form-action {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 0.6rem;
}
.form-action .form-btn {
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #f2f5f8;
  color: #01c2db;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  border: 2px solid #111;
  transition: all 0.4s ease;
}
.form-action .form-btn:hover {
  background: none;
  opacity: 0.7;
  border-color: #01c2db;
}
.form-action .form-btn.next, .form-action .form-btn.submit-btn {
  background-color: #01c2db;
  color: #fff;
}
.form .block_error {
  margin-top: 0.5em;
}
.form .block_error .error {
  color: #f00;
  font-size: 0.9em;
}.form div.error,
.form label.error {
  font-size: 0.9em;
  display: block;
  margin-top: 0.5em;
  color: #f00;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form .radio-list {
    padding-top: 4px;
  }
}
.form .item-error .form-item-label .-required {
  background-color: #f00;
}
.form .item-error .form-item-label .form-item-name {
  color: #f00;
}
@media screen and (max-width: 767px) {
  .form .form-control,
  .form .form-select {
    height: 42px;
  }
  .form-item {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .form-item-label {
    width: 100%;
    padding-top: 0;
    display: flex;
    align-items: flex-start;
  }
  .form-item-label .form-item-name {
    padding-top: 2px;
    width: 100%;
  }
  .form-item-label .-option,
  .form-item-label .-required {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    width: 3rem;
  }
  
  .form-item-input {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .form-action .form-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 160px;
    font-size: 16px;
    border-width: 1px;
  }
}

.form.confirm .form-item-label {
  padding-left: 0;
}
.form.confirm .file-item {
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .form.confirm .form-item {
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: flex-start;
  }
  .form.confirm .form-item-label {
    padding-top: 0;
  }
  .form.confirm .form-item-input {
    padding-left: 80px;
  }
}

/** modal**/
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  max-width: calc(100% - 20px);
  z-index: 1002;
  height: 990px;
  max-height: 90dvh;
  border: 3px #272b8e solid;
  border-radius: 16px;
  background-color: #fff;
  padding: 20px 10px;
}
.modal-window ::-webkit-scrollbar {
  width: 3px;
}
.modal-window ::-webkit-scrollbar-track {
  background: #FFF;
}
.modal-window ::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 2px;
}
.modal-window ::-webkit-scrollbar-thumb:hover {
  background: #636363;
}
.modal-window .modal-body {
  padding: 12px 30px;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .modal-window {
    padding-top: 45px;
  }
  .modal-window .modal-body {
    padding: 0;
  }
  .modal-window ::-webkit-scrollbar-thumb {
  background: #ccc;
}
}

@media screen and (min-width: 992px) and (max-height: 800px) {
  .modal-window {
    height: 90vh;
  }
}
.circle-close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 3px 6px #1d46d2;
  padding: 7px 10px;
  transition: all 0.25s;
  border-radius: 10px;
}
.circle-close-text {
  font-weight: bold;
  font-size: 18px;
  padding-top: 3px;
}
.circle-close-icon {
  width: 42px;
  height: 32px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid #bababa;
}
.circle-close-icon svg {
  width: 100%;
  height: auto;
}
.circle-close-icon svg g {
  transform: rotateZ(45deg);
  transform-origin: 50%;
  stroke: #000;
  transition: stroke 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .circle-close {
    top: -10px;
    right: -10px;
  }
}

.modal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgb(39, 43, 142);
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-title {
    font-size: 1.2em;
  }
}

/*** thanks 2 */
.thanks-text {
  text-align: center;
}

.text1 {
  margin: 20px auto 25px;
  color: #ff6b00;
  font-weight: 800;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .text1 {
    font-size: 18px;
  }
}

.thanks3-tel {
  margin: 1em 0;
}

.thanks3-tel .number {
  font-size: 33px;
  line-height: 48px;
  font-weight: bold;
  padding: 0 30px;
  padding-top: 6px;
  background: #1d46d2;
  color: #fff;
  border-radius: 16px;
  display: inline-block;
}

.number-wrap {
  margin: 0.4em 0;
  text-align: center;
}

.oct {
  display: flex;
  gap: 20px 40px;
  justify-content: center;
  margin: 1em 0;
  margin-bottom: 0;
}

.oct2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.oct-title {
  text-align: center;
  font-weight: bold;
}

.oct .btn {
  max-width: 100%;
  padding: 8px 15px;
  color: #fff;
  width: 275px;
  font-weight: 700;
  font-size: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d46d2;
  margin: 0.2em 0;
}

.oct-line .btn {
  background-color: #00b900;
}

.oct-phone .btn {
  background-color: #1d46d2;
}

.oct-line .oct-title {
  color: #00b900;
}

.oct-mail .oct-title {
  color: #1d46d2;
}

.oct-phone .oct-title {
  color: #000;
}

.icon-email {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background: url(../img/icon-email.svg) no-repeat center/contain;
  margin-right: 10px;
}

.icon-line {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  background: url(../img/line-icon.svg) no-repeat center/contain;
  margin-right: 10px;
}

.icon-phone {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  background: url(../img/icon-phone.svg) no-repeat center/contain;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.oct a,
.thanks3-tel a {
  transition: 0.25s ease-out;
}

.oct a:hover,
.thanks3-tel a:hover {
  opacity: 0.7;
}

.big20 {
  font-size: 20px;
}

.brand_field {
  display: inline-block;
  padding: 1em;
  background-color: #cbe2ff;
}
@media screen and (max-width: 767px) {
  .brand_field {
    padding: 0.5em 1em;
  }
}

@media screen and (max-width: 767px) {
  .oct {
    flex-wrap: wrap;
  }
  .number-wrap {
    margin: 0.2em 0;
  }
  .thanks3-tel .number {
    width: 275px;
    font-weight: 700;
    font-size: 22px;
    line-height: 48px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .thanks3-tel .icon-phone {
    position: relative;
    top: -1px;
  }
}
#back_form {
  -webkit-appearance: none;
  display: inline-block;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  margin: 0 5px;
  outline: none;
  padding: 10px 48px;
  vertical-align: baseline;
  font-weight: normal;
  background: #ff7373;
  color: #fff;
  cursor: pointer;
}

#form-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
}

#form-loading.active {
  display: flex;
}

.cv-copy {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.cv-copy h2 {
  color: #fff;
  line-height: 2;
}

.cv-copy p {
  color: #fff;
  font-size: 22px;
}

.cv-spinner {
  width: 80px;
  height: 80px;
  display: block;
}

.spinner {
  display: block;
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #999 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.re-popup .icon-phone {
  top: 0;
}

.file-wrap input[type=file] {
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  width: 100%;
}

.file-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.file-item + .file-item {
  margin-top: 20px;
}

.id_card_label {
  margin-right: 10px;
  width: 120px;
}

.id_card_preview img {
  display: block;
  max-height: 270px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 767px) {
  .id_card_preview {
    width: 250px;
  }
}

.id_card_input {
  display: block;
}

.agree-wrap input {
  position: relative;
  top: 2px;
}

input[type=submit][disabled] {
  background: #94a3b1 !important;
  cursor: default;
  color: #fff;
  border: 2px solid #5f5f5f;
}

input[type=submit][disabled]:hover {
  opacity: 1;
}

.c-line {
  color: #06c755;
}

input,
select,
textarea {
  color: #444444;
  font: 16px "Open Sans", sans-serif;
}

.form-item-before-send {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  display: none;
}
.form-item-before-send.show {
  display: block;
}

/** box apple **/
.box-apple__ttl {
  font-size: 1.3em;
  margin-bottom: 2em;
}

.agree-wrap_ap {
  margin-top: 1em;
}

.box-apple {
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #fff;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 0, 0, 0.6588235294);
  border-radius: 8px;
}

.box-apple p {
  color: #fff;
}

.box-apple-wrap {
  display: none;
}
.box-apple-wrap.show {
  display: block;
}

.agree-wrap_ap {
  margin-top: 1em;
}

.agree-wrap_ap input {
  transform: scale(1.5);
  margin-right: 5px;
  top: 1px;
}

.agree-wrap_ap label {
  font-size: 15px;
  font-weight: 600;
}

/** end box apple **/
select[readonly]:-moz-read-only {
  pointer-events: none;
}
select[readonly]:read-only {
  pointer-events: none;
}

.modal-window .modal-body {
  max-height: 80dvh;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .modal-window .modal-wrap {
    overflow: auto;
    max-height: 80dvh;
    display: block;
  }
}
.amount-note {
  display: none;
  margin-top: 0.5em;
}

.box-008 {
  display: flex;
  align-items: center;
  grid-gap: 0 0.7em;
  margin: 0 auto;
  padding: 1em;
  padding-bottom: 0.8em;
  border-radius: 5px;
  background-color: #fff5c6;
  color: #000000;
}

.box-008::before {
  width: 16px;
  height: 8px;
  border-bottom: 3px solid #1d46d2;
  border-left: 3px solid #1d46d2;
  transform: rotate(-45deg) translate(2.5px, -2.5px);
  content: "";
}

.box-008 p {
  margin: 0;
  padding: 0 0 0 0.7em;
  border-left: 1px solid #0e0f11;
}
.form-action{
  flex-wrap: wrap;
}
.form-action >p{
  width: 100%;
}
.note_hight_wrap{
  border-radius: 1rem;
  overflow: hidden;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  background: #ffe4e4; 
}
.note_hight_wrap::before{
  content: "";
  position: absolute;
  height: 120%;
  width: 10rem;
  top: -10%;
  transform: skewX(-15deg);
  background: linear-gradient(90deg, #ffcdcd00 20%, #fff 30%, #fff 50%, #fff 70%, #ffcdcd00); 
animation: note_hight 3s infinite ease-in-out;
}
.note_hight {
  position: relative;
  z-index: +1;
  font-weight: bold;
  border: 5px solid #f00;
  border-style: outset;
  border-radius: 1rem;
  padding: 1rem ;
  font-size: 15px;
}
.note_hight p{
  font-size: 1em;
}
.note_hight p.note_hight_title{
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .note_hight {
    font-size: 1.2em;
    padding: 1rem 5rem;
  }
}
@keyframes note_hight {
  0%{
    left: -11rem
  }
  70%{ 
    left: 200%
  }
  100%{ 
    left: 200%
  }
}
.confirm_input_money_msg{
  margin-top: 30px;
}
.align-items-center{
  align-items: center !important;
}
.demo-card-group{
  padding: 15px 0;
}
.demo-card-group p{
  font-weight: bold;
}
.demo-card-group > p{
  margin-bottom: 10px;
}
.demo-card-group .demo-card{
  display: none;
}
.demo-card-group img{
  width: 440px;
  max-width:100%;
}
#demo-card-wrap{
  display: none;
}
#demo-mercard .demo-card-wrap{
  display: flex;
}
#demo-mercard .demo-card-wrap .demo-card-item{
    width: 290px;
    max-width: 50%; 
    padding: 0 5px;
    display: flex;
    flex-direction: column;
}
#demo-mercard .demo-card-wrap .demo-card-item p{
  font-size: 0.9em;  
  margin-bottom: 10px;
  text-align: center;
}
#demo-mercard .demo-card-wrap .demo-card-item img{
    margin-bottom: 0;
    margin-top: auto;
}
#credit-card-info{
  display: none;
  padding: 0 5px;
}
#credit-card-info .form-item{
  border: none;
}

@media screen and (max-width: 767px) {
  #credit-card-info .form-check{
    width: 7rem;
    margin-left: 0;
    margin-bottom: 0.7rem;
  }
}
#brand-example {
  margin-top: 15px;
  
}
#brand-example img{
  display: none;
  width: 100%;
  max-width: 400px;
}

#amount_calc {
  border: none;
}
#amount_calc .calc {
  background-color: #e0f5fd;
  width: calc(100% - 2.5rem);
  border-radius: 0.5rem
}
@media screen and (max-width: 767px) {
  #amount_calc .calc {
    padding: 2rem 1rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #amount_calc .calc {
    margin-top: 3rem;
    padding: 2rem;
  }
}
#amount_calc .calc .result_ttl {
  text-align: center;
  transform: translateY(calc(-2rem - 50%));
}
@media screen and (max-width: 767px) {
  #amount_calc .calc .result_ttl {
    margin-bottom: -2rem;
  }
}
#amount_calc .calc .result_ttl span {
  display: inline-block;
  background: #fff;
  border: 3px solid #29abe2;
  padding: 5px 30px;
  border-radius: 10px;
  font-size: 1.2em;
  font-weight: bold;
}
#amount_calc .calc .result_content {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  border-radius: 1rem;
  font-size: 24px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
#amount_calc .calc .result_note p {
  color: #f00;
  font-weight: bold;
}
.form-attachment-note{
    margin-top: 15px;
    margin-left: -12px;
    margin-right: -12px;
    max-width: 465px;
}

@media screen and (max-width: 767px) {
  .form-attachment-note{
    margin-left: -8px;
    margin-right: -8px;
  }
  .form-action{
    gap: 10px;
  }
}

#brand-guide{
  max-width: 400px;
}
#brand-guide .guide,
#brand-guide > img{
  width: 100%;
  margin-top: 15px;
  display: none;
}
#brand-guide .guide img{
  display: block;
}
#brand-guide .guide .guide-note{
  font-weight: bold;
}


/*privacy*/
.privacy{
  background-color: #f7f7f7;
  padding: 5% 3%;
}
.privacy h2 {
  text-align: center;
  margin-bottom: 5%;
  color: #01c2db;
}

.privacy ol {
  margin: 0;
  padding: 0;
  padding-left: 1em;
  list-style-type: auto;
}
.tab {
  display: none;
}
.tab.current {
  display: block;
}
.preview >span{
  font-weight: bold;
  line-height: 1.4;
  display: block;
  margin-top: 10px;
}

.preview .preview_img{
  
    border: 3px solid #ff0d65;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    margin-top: 15px;
}
.preview .preview_img img{
  border-radius: 10px;
}
input,select,textarea{
  font-size: 16px;
}
input::placeholder,
select::placeholder,
textarea::placeholder{
  font-size: 15px;
}
.confirm-head{
  text-align: center;
  margin-bottom: 40px;
}
.confirm-head .confirm-title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.confirm-head .confirm-title::before, .confirm-head .confirm-title::after {
    content: "-";
}
.form .agree-box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header_fixed header.header{
  width: 100%;
  max-width: 750px;
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  animation: headerFixed 0.5s forwards;
}
.header_fixed {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .header_fixed header.header{
  height: 50px;
  }
}
@keyframes headerFixed {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
.hoathi{
  padding-left: 1em;
  text-indent: -1em
}
.form-notice {
    border: 2px solid red;
    background: #fff;
    padding: 16px 18px 18px;
    margin-bottom: 40px;
    border-radius: 10px;
    box-sizing: border-box;
}
.form-notice__title {
    margin: 0 0 10px;
    text-align: center;
    color: red;
    font-weight: 700;
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.6;
}
.form-notice__list {
    margin: 0;
    padding-left: 1.2em;
    list-style: disc;
    color: #333;
    font-size: clamp(13px, 1.5vw, 15px);
    line-height: 1.9;
}