@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/* ===============================================
全体設定
=============================================== */
html { scroll-behavior: smooth;}
body{
  width: 100%;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
}
img{
  width: 100%;
}
main{
  width: 100%;
  overflow:hidden;
}
.pc{
  display: none;
}
a{
  text-decoration: none;
}
a:hover{
  opacity: 0.5;
  transition: 0.3s;
}
a:visited{
  color: inherit;
}
.text_center{
  text-align: center;
}
.text_yellow{
  color: #F7DE20;
}
.sec_title{
  color: #FFF;
  font-size: clamp(20px, 5.33vw, 40px);
  background-color: #000000;
  padding: 10px 0;
}
.flex{
  display: flex;
}
@media screen and (min-width: 960px) {
  /* 960px以上に適用されるCSS（PC用） */
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }
  .sec_title{
    color: #FFF;
    font-size: clamp(20px, 5.33vw, 40px);
    background-color: #000000;
    padding: 10px 0;
    width: 59.5%;
    margin: 0 auto;
  }
}

/* ===============================================
ヘッダー
=============================================== */
header {
  background-color: #fff;
  padding: 1.5rem 0 0.6rem;
}
.header_in{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo{
  width: 38%;
}
.header_btn{
  margin-top: 0.15rem;
}
.header_btn a{
  font-size: clamp(14px, 3.73vw, 28px);
}
.btn a{
  background-color: #F7DE20;
  border-radius: 100vh;
  box-shadow: 0 4px 0 #D3AA00;
  color: #000000;
  padding: 0.6rem 0.8rem;
  font-weight: 600;
  display: block;
}
.btn a:hover{
  transform: translateY(4px);
  box-shadow: none;
}
/* ===============
PC用コード
================== */
@media screen and (min-width: 960px) {
  /* 960px以上に適用されるCSS（PC用） */
  header {
    padding: 1rem 0 1rem;
  }
  .header_in{
    width: 95%;
  }
  .header-logo{
    width: 30%;
  }
  .btn a{
    padding: 1rem 1.5rem;
  }
  .header_btn{
    display: flex;
  }
}


/* ===============================================
ファーストビュー
=============================================== */
.sp_fv_img{
  position: relative;
}
.ctabtn{
  -webkit-appearance: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 18%;
  margin: 0 auto;
}
.ctabtn .cta_yellow{
  -webkit-appearance: none;
  background-color: #FFFFFF; /* 白色の背景 */
  border: 1px solid #D3AA00; /* ボタンを際立たせるために枠線を追加 */
  box-shadow: 0 4px 0 #D3AA00;
  border-radius: 100vh;
  color: #000000;
  padding: 0.6rem 0.8rem;
  font-weight: 600;
  display: block;
  width: 72.5%;
  margin: 0 auto;
  line-height: 1.42;
}
.cta_yellow:hover{
  transform: translateY(4px);
  box-shadow: none;
}
.ctabtn .cta_green{
  -webkit-appearance: none;
  background-color: #2FA220;
  border-radius: 100vh;
  box-shadow: 0 4px 0 #187401;
  padding: 0.6rem 0.8rem;
  font-weight: 600;
  display: block;
  width: 72.5%;
  margin: 0 auto;
  margin-top: 4%;
  color: #FFF;
  line-height: 1.42;
}
.cta_green:hover{
  transform: translateY(4px);
  box-shadow: none;
}
.cta_yellow strong, .cta_yellow02 strong {
  font-weight: bold;
  font-size: 1.3em;
}
.small-text {
  font-size: 1em;
}  
.cta_green strong, .cta_green02 strong {
  font-weight: bold;
  font-size: 1.4em;
}
/* ===============
PC用コード
================== */
@media screen and (min-width: 960px) {
  /* 960px以上に適用されるCSS（PC用） */
  .sp_fv{
    background-color: #F7DE20;
  }
    .ctabtn .cta_green{
    margin-top: 0px;
  }
    .ctabtn{
    position: initial;
    width: 66%;
    gap: 2%;
  }
  .cta_yellow strong, .cta_yellow02 strong {
    font-size: 1.1em;
  }
  .cta_green strong, .cta_green02 strong {
    font-size: 1.1em;
  }
  .small-text {
    font-size: 0.8em;
  }  
}

/* ===============================================
セクション01｜ステートメント
=============================================== */
.sec01{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 35px;
  padding-bottom: 55px;
  background-color: #F7DE20;
}
.sp_onayami_title_img{
  width: 86%;
  padding-top: 35px;
}
.sp_onayami_text_img{
  padding-top: 37px;
}
.sp_challenge_img{
  padding-top: 0px;
}
.sec_title01{
  margin-top: 29px;
}
.sp_merit_img{
  margin-top: 30px;
}
.sp_tome_img{
  margin-top: 25px;
}
.sp_senmon_img{
  margin-top: 11px;
}
.sp_zimoto_img{
  margin-top: 15px;
}
.sp_towweek_img{
  margin-top: 15px;
}
.sp_taisei_img{
  margin-top: 33px;
}
.cta_yellow02{
  -webkit-appearance: none;
  background-color: #FFFFFF; /* 白色の背景 */
  border: 1px solid #D3AA00; /* ボタンを際立たせるために枠線を追加 */
  border-radius: 100vh;
  box-shadow: 0 4px 0 #D3AA00;
  color: #000000;
  padding: 0.6rem 0.8rem;
  font-weight: 600;
  display: block;
  width: 72.5%;
  margin: 0 auto;
  line-height: 1.42;
}
.cta_yellow02:hover{
  transform: translateY(4px);
  box-shadow: none;
}
.cta_green02{
  -webkit-appearance: none;
  background-color: #2FA220;
  border-radius: 100vh;
  box-shadow: 0 4px 0 #187401;
  padding: 0.6rem 0.8rem;
  font-weight: 600;
  display: block;
  width: 72.5%;
  margin: 0 auto;
  margin-top: 4%;
  color: #FFF !important;
  line-height: 1.42;
}
.cta_green02:hover{
  transform: translateY(4px);
  box-shadow: none;
}
.sp_support_img{
  margin-top: 50px;
}
.sp_speed_img{
  margin-top: 50px;
}
.ctabtn03{
  margin-top: 35px;
}
@media screen and (min-width: 960px) {
  /* 960px以上に適用されるCSS（PC用） */
  .pc_statement_img{
    width: 59.5%;
    margin: 0 auto;
    margin-top: 5%;
  }
  .pc_onayami_title_img{
    width: 41.1%;
    margin: 0 auto;
    margin-top: 8.46%;
  }
  .pc_onayami_text_img{
    width: 56.3%;
    margin: 0 auto;
    margin-top: 5%;
  }
  .sec_title01{
    margin-top: 8.46%;
  }
  .pc_merit_img{
    width: 59.5%;
    margin: 0 auto;
    margin-top: 8.46%;
  }
  .pc_tome_img{
    width: 34.8%;
    margin: 0 auto;
    margin-top: 5.84%;
  }
  .pc_senmon_img{
    width: 47.2%;
    margin: 0 auto;
    margin-top: 4.61%;
  }
  .pc_zimoto_img{
    width: 47.2%;
    margin: 0 auto;
    margin-top: 4.61%;
  }
  .pc_towweek_img{
    width: 47.2%;
    margin: 0 auto;
    margin-top: 4.61%;
  }
  .pc_taisei_img{
    width: 59.5%;
    margin: 0 auto;
    margin-top: 8.46%;
  }
  .ctabtn02 .cta_green02{
    margin-top: 0px;
  }
  .ctabtn02{
    width: 66%;
    gap: 2%;
    bottom: 30%;
    margin: 0 auto;
    margin-top: 2%;
  }
  .pc_support_img{
    width: 59.5%;
    margin: 0 auto;
    margin-top: 8.46%;
  }
  .pc_speed_img{
    width: 59.5%;
    margin: 0 auto;
    margin-top: 8.46%; 
  }
  .ctabtn03 .cta_green02{
    margin-top: 0px;
  }
  .ctabtn03{
    width: 66%;
    gap: 2%;
    bottom: 30%;
    margin: 0 auto;
    margin-top: 4%;
  }
}

/* ===============================================
セクション02｜Q&A
memo：1%=13.3px
=============================================== */
.sec02{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: px;
}
.sec_title02{
  margin-top: px;
  padding: 20px 0;
}
.qa_box{
  margin-top: 40px;
}
.box02{
  margin-top: 30px;
}

.q{
  align-items: center;
}
.qmark{
  width: 5%;
  font-size: clamp(14px, 3.73vw, 28px);
  font-weight: 900;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.qtitle{
  border-bottom: dotted 5px #000000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 95%;
  font-size: clamp(16px, 4.26vw, 18px);
  font-weight: 900;
}
.yellowmarker{
  background-color: #F7DE20;
  display: inline-block;
  padding: 5px;
}

.amark{
  width: 5%;
  font-size: clamp(14px, 3.73vw, 28px);
  font-weight: 900;
  color: #F7DE20;
}
.atitle{
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 95%;
  font-size: clamp(16px, 4.26vw, 18px);
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  /* 960px以上に適用されるCSS（PC用） */
  .qa_box{
    width: 59.5%;
    margin: 0 auto;
    margin-top: 3%; 
  }
  .atitle{
    line-height: 1.5;
  }
  .qa_box01{
    margin-top: 5%;
  }
  .sec02{
    padding-top: 8.46%;
    padding-bottom: 8.46%;
  }
}

/* ===============================================
セクション03｜お客様の声
=============================================== */
.sec03{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #F7DE20;
}
.voice_crm{
  align-items: center;
  gap: 11px;
  margin-top: 5px;
}
.voice_crm02{
  margin-top: 5px;
}
.voice_group{
  padding: 20px 0px;
  padding-bottom: 40px;
}

.voice_icon{
  width: 15%;
}
.balloon2-left{
  width: 85%;
}
.balloon2-right{
  width: 85%;
}
/* ====== 左吹き出しデザイン ======*/
.balloon2-left {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: 900;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}
/* ====== 吹き出しデザインここまで ======*/

/* ====== 右吹き出しデザイン ======*/
.balloon2-right {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: 900;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
}
/* ====== 吹き出しデザインここまで ======*/

.form_title{
  padding: 0px 25px;
  position: relative;
  z-index: 5;
}
form{
  position: relative;
  background-color: #FFF;
  padding: 0px 25px;
  padding-top: 80px;
  border: 5px solid #000000;
  margin-top: -40px;
  z-index: 1;
}
.required {
  color: red;
  font-weight: bold;
}
tr{
  text-align: left;
}
input{
  width: 93%;
  border: none;
  padding: 15px 10px;
  background-color: #E5E5E5;
  border-radius: 5px;
  margin-top: 8px;
  margin-bottom: 18px;
}
textarea{
  width: 93%;
  border: none;
  padding: 15px 10px;
  background-color: #E5E5E5;
  border-radius: 5px;
  margin-top: 8px;
  margin-bottom: 18px;
}
.form_btn{
  background-color: #F7DE20;
  border-radius: 100vh;
  box-shadow: 0 4px 0 #D3AA00;
  color: #000000;
  padding: 0.6rem 0.8rem;
  font-weight: 600;
  font-size: 1.1em;
  display: block;
  margin: 0px;
}
.form_btn:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.form_btn_crm{
  margin-bottom: 18px;
}
.footer-link{
  background-color: #000000;
  font-weight: 500;
  padding: 20px;
  line-height: 2;
  text-align: center;
}
.footer-link a{
  display: inline-block;
  padding: 10px 20px;
  color: #FFF !important;
  border: 2px solid #FFF; /* 白い線で囲む */
  border-radius: 20px; /* 角を丸く */
  text-decoration: none; /* 下線を削除 */
  width: 65%; /* 幅を統一 */
  max-width: 400px; /* 最大幅を300pxに制限 */
  text-align: center;
  margin: 5px auto;
}
@media screen and (max-width: 767px) {
  .footer-link a {
    width: 80%; /* スマホ表示時に横幅を80%に */
  }
}
.footer-bottom{
  background-color: #000000;
  color: #FFF;
  padding: 10px 20px;
  text-align: center;
}

select {
  width: 100%;
  border: none;
  padding: 15px 10px;
  background-color: #E5E5E5;
  border-radius: 5px;
  margin-top: 8px;
  margin-bottom: 18px;
  appearance: none; /* デフォルトのスタイルを削除 */
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  font-size: 1rem;
  display: block;
}

/* 選択タブをドロップダウンらしく装飾 */
select:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* 矢印を追加 */
select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="black" d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
  padding-right: 35px; /* 矢印の分だけ余白を確保 */
}

.voice_title{
  font-size: clamp(16px, 3.73vw, 28px);
  font-weight: 900;
  color: #000000;
  text-align: left;
  padding-top: 5%;
  padding-left: 16%;
}
.voice_title02{
  font-size: clamp(16px, 3.73vw, 28px);
  font-weight: 900;
  color: #000000;
  text-align: right;
  padding-top: 5%;
  padding-right: 17%;
}

@media screen and (min-width: 960px) {
  /* 960px以上に適用されるCSS（PC用） */
  .sec03{
    padding-top: 8.46%;
    padding-bottom: 8.46%;
  }
  .voice_group{
    width: 59.5%;
    margin: 0 auto;
  }
  .voice_crm{
    gap: 3%;
    margin-top: 0%;
  }
  .balloon2-left{
    line-height: 2.0;
  }
  .balloon2-right{
    line-height: 2.0;
  }
  .form_title{
    margin-top: 8.46%;
  }
  form{
    width: 59.5%;
    margin: 0 auto;
    margin-top: -3%;
  }
  .formTable{
    width: 100%;
  }
  input{
    width: 95%;
  }
  textarea{
    width: 95%;
  }
  td{
    width: 70%;
  }
  textarea{
    vertical-align: middle;
  }
  .form_btn{
    width: 32%;
    line-height: 1.42;
    font-size: clamp(14px, 3vw, 24px);
  }
  .form_btn_crm{
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .footer-link{
    gap: 3%;
    text-align: center;
  }
  .voice_title{
    font-size: clamp(14px, 3.73vw, 28px);
    font-weight: 900;
    color: #000000;
    text-align: left;
    padding-top: 5%;
    padding-left: 15%;
  }
.voice_title02{
    font-size: clamp(14px, 3.73vw, 28px);
    font-weight: 900;
    color: #000000;
    text-align: right;
    padding-top: 5%;
    padding-right: 16%;
  }

}


.sec_thanks{
  background-color: #F7DE20;
  height: 100vh;
  padding: 10%;
}
.thank_container{
  text-align: center;
  padding: 3%;
  background-color: #FFF;
  border: 5px solid #000000;
  width: 30%;
  margin: 0 auto;
}
.thank_title{
  font-size: clamp(16px, 6vw, 32px);
  font-weight: 900;
  margin-bottom: 3%;
}
.thank_text01{
  font-size: clamp(16px, 4.26vw, 20px);
  font-weight: 500;
  margin-top: 2%;
  line-height: 1;
  background-color: #000000;
  color: #FFF;
  padding: 1% 2%;
  display: inline-block;
}
.thank_text02{
  font-size: clamp(16px, 4.26vw, 16px);
  font-weight: 500;
  margin-top: 6%;
  line-height: 1.4;
}
.thank_text03{
  font-size: clamp(16px, 4.26vw, 16px);
  font-weight: 500;
  margin-top: 0%;
  line-height: 1.4;
  text-decoration: underline;
}

/*------------------------------
privacy
------------------------------*/
.c-section-title__wrap {
  text-align: center;
  font-size: 2rem;

}
@media screen and (min-width: 1025px) {
  .c-section-title__wrap--mbe {
      margin-bottom: 5rem;
  }
}

.privacy__container {
  padding: 80px 0 120px;
  background: #fff;
}
  @media (max-width: 767px) {
  .privacy__container {
    padding: 50px 0;
  }
}

.p-privacy {
  padding-block: 2.5rem;
  margin-top: 4.4375rem;
}
@media screen and (min-width: 1025px) {
  .p-privacy {
    margin-top: 1.75rem;
    padding-block: 5rem;
  }
}

.p-privacy__inner {
  padding: 0 1.25rem;
  max-width: 710px;
  margin: 80px auto;
}

.p-privacy__content {
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .p-privacy__content {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}

.p-privacy__head,
.p-privacy__box {
  margin-bottom: 1.5rem;
}

.p-privacy__box-head {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .p-privacy__box-head {
    margin-bottom: 0.625rem;
  }
}

.u-font--normal {
  font-weight: normal;
}
.u-font--medium {
  font-weight: 600;
}

