html {
    scroll-behavior: smooth;
}

.page_content{
  padding: 160px 0 100px;
}

.confirm_area,
.thanks_area {
    display: none;
}

.wpcf7-response-output{
    /* display: none; */
}

.contact_wrap{
  background: #FDFBE7;
}

.form_wrap {
  width: 100%;
  margin: 0;
  padding:0;
  background: #fff;
  font-size:16px;
  padding: 62px 0;
  border-radius: 12px;
}

.form_wrap.part{
  width: 800px;
  margin: auto;
  background: transparent;
}

.form_text_confirm {
  margin-bottom: 40px;
  line-height: 2;
  text-align: center;
}

.wpcf7 form {}
.wpcf7 p {margin-bottom: 0.5em;font-size:16px;}
.wpcf7 input{
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  width:100%;
  padding: 8px 20px;
  border: none;
  line-height:1.2;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #D5D7D9;
  height: 44px;
  font-size: 16px;
}

.submit_box_wrap .confirm_button{
  background-color: var(--Primary);
  color: #fff;
  padding: 0;
  display: block;
  border-radius: 4px;
  margin: auto;
  -webkit-transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 226px;
  height: 56px;
  margin: 0 auto 0;
  border: none !important;
  outline: none;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s;
  position: relative;
}

.submit_box_wrap .form_arrow {
  width: 9px;
  height: 14px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; padding:8px; border:1px solid #ccc; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size:16px; line-height:1.2; }
.wpcf7 .wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; font-size:16px;}
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #bbb; outline:none; }
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {-webkit-transition:all .3s;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:relative;width: 300px;height:48px;margin:30px auto 0;outline:none;background-color:#333333;color:#fff;font-size:14px;line-height:1.5;text-align:center;text-decoration:none;cursor:pointer;transition:all .3s;}
.wpcf7 .wpcf7-submit:before, .wpcf7 .wpcf7-submit:after { -webkit-box-sizing:border-box; box-sizing:border-box; }

.wpcf7 .wpcf7-submit .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-submit .wpcf7-response-output { -webkit-border-radius:4px; -moz-border-radius:4px; margin:10px 0 0; padding:8px 35px 8px 14px; border-radius:4px; }
.wpcf7 .wpcf7-submit .wpcf7-validation-errors { border:1px solid #EED3D7; background-color:#F2DEDE; color:#B94A48; }
.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok { border:1px solid #BCE8F1; background-color:#D9EDF7; color:#3A87AD; }
.wpcf7 .wpcf7-previous + br { display: none; }
.wpcf7 form .wpcf7-response-output{ margin: 2em 0.5em 2em; padding:0; border: none; text-align:center; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{ color:#dc3232; font-size:16px; }

.wpcf7 select{
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  width:100%;
  max-width:100%;
  padding: 8px 20px;
  border: none;
  line-height:1.2;
  border-radius: 5px;
  background: #fff;
  border:1px solid var(--Grey-blue);
  height: 44px;
  font-size: 16px;
  border: 1px solid #D5D7D9;
}

/* 親要素でラップしておくと便利 */
.wpcf7-form-control-wrap[data-name="select-area"],{
  position: relative;
  display: inline-block;
}

.wpcf7-form-control-wrap[data-name="select-day1"],.wpcf7-form-control-wrap[data-name="select-day2"],.wpcf7-form-control-wrap[data-name="select-day3"] {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

/* select のデフォルト矢印を消す */
#your-select-area,#your-select-day1,#your-select-day2,#your-select-day3 {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* 独自の矢印画像を左側に配置 */
.wpcf7-form-control-wrap[data-name="select-area"]::before ,.wpcf7-form-control-wrap[data-name="select-day1"]::before,.wpcf7-form-control-wrap[data-name="select-day2"]::before ,.wpcf7-form-control-wrap[data-name="select-day3"]::before  {
  content: "";
  position: absolute;
  right: 1.4em;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}


.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.wpcf7 { }

.wpcf7 textarea {
  box-sizing:border-box;
  width:100%;
  padding: 15px 20px;
  border: none;
  line-height:1.2;
  border-radius: 8px;
  background: #fff;
  height: 221px;
  border: 1px solid #D5D7D9;
}

.contact_box{
  display: flex;
  width: 100%;
  margin-bottom: 29px;
  flex-direction: column;
}

.contact_box .name{
  width: 100%;
  margin: 0 0 14px 0;
  display: flex;
  font-size:16px;
  font-weight: var(--fw-bold);
  line-height: 1.0;
  flex-wrap: wrap;
  flex-direction: column;
}

.contact_box .required{
    color: #fff;
    line-height: 1;
    margin: 0 0 0 10px;
    background: var(--design-main);
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
    --fw-normal: 400;
}

.link_poricy .required{
  padding: 3px 10px;
}

.contact_box .any{
    color: #898A8B;
    line-height: 1;
    margin: 0 0 0 10px;
    background: #FAFAFA;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
    --fw-normal: 400;
}

.wpcf7 .wpcf7-submit{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.875rem;
    color: #fff;
    position: relative;
    min-width: 215px;
    line-height: 1.6;
    font-weight: var(--fw-bold);
    background: var(--design-main);
    text-align: left;
    padding: 0 25px;
    margin: 0;
    text-align: center;
}

.submit_box::after {

    }

.submit_box_wrap{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    position: relative;
}

.wpcf7 .submit_box{
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.wpcf7 .submit_box::before {
    display: inline-block;
    width: 1.3em;
    margin-left: 1em;
    top: 11px;
    position: absolute;
    right: 17px;
    z-index: 2;
    top: 14px;
}

.wpcf7-radio label{
  display: flex;
  align-items: center;
}

.contact_wrap .inner{
  width: 800px;
  padding: 80px 0;
}

.contact_wrap .form_text{
  margin-bottom: 65px;
}

.contact_wrap small{
  width: 100%;
  display: inline-block;
  font-size: 12px;
  color: #8B8B8B;
  font-weight: var(--medium);
  margin-top: 12px;
  width: 100%;
}


.radio_box input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.radio_box .wpcf7-list-item.first {
  margin-left: 0;
}

.radio_box span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--navy);
  font-weight: var(--medium);
}

.radio_box span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #707070;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.radio_box span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #F71702;
  left: 4.5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.radio_box input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.radio_box .wpcf7-list-item{
  margin: 0 0 12px 0;
}


.policy_check input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.policy_check .wpcf7-list-item.first {
  margin-left: 0;
}

.policy_check span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

.policy_check span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 5px;
  border: 1px solid #707070;
  width: 20px;
  height: 20px;
  margin: 3px 10px 0 0;
  position: relative;
  top: 0;
}

.policy_check span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  width: 14px;
  height:7px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: var(--Primary);
  transform: rotate(-45deg);
  top: 63%;
  left: 3px;
  display: none;
  margin-top: -9px;
}

.policy_check input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.policy_check .wpcf7-list-item{
  margin: 0 0 12px 0;
}

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

.contact_wrap .bnr img{
  width: 560px;
}

.contact_wrap .content{
  margin-bottom: 80px;
}

.submit_box_wrap .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: absolute;
  right: -100px;
  top: 25%;
}

.confirm_area .submit_box_wrap .submit_box{
  display: flex;
  gap: 72px;
}

.confirm_area .back_button{
  width: 226px;
  height: 56px;
  border-radius: 4px;
  background: var(--Secondary);
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}

.confirm_area .submit_box input[type="submit"]{
  width: 226px;
  height: 56px;
  border-radius: 4px;
  background: var(--Primary);
  font-size: 18px;
}

.submit_box input[type="button"]:disabled{
  cursor: not-allowed;
}

.confirm_area .name{
  border-bottom: 2px solid var(--navy);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.confirm_area .contact_box span{
  padding-left: 0.5em;
}

/**ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ç”¨**/

.form_wrap{
  margin-bottom: 45px;
}

.form_text_download{
  text-align: left;
  margin-bottom: 38px;
  margin-bottom: 40px;
  line-height: 2;
}


.form_img_download{
  display: flex;
  gap: 27px;
  margin-bottom: 45px;
}

.form_img_download .box{
  width: calc((100% - 27px) / 2);
}

.download_confilm_text{
  line-height: 2;
  margin-bottom: 38px;
  text-align: left;
}


.link_poricy{
  margin-bottom: 16px;
  font-weight: var(--fw-bold);
}

.wpcf7 .link_poricy_2{
font-size: 12px;
padding-left: 23px;
}

.wpcf7 .link_poricy_2 a{
  color: #1750F4;
  padding-left: 0;
}


.thanks_bottom_btn{
  display: flex;
  justify-content: center;
  gap: 32px;
}

.confirm .to_download{
  font-weight: var(--bold);
  color: #fff;
  width: 289px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: var(--orange);
  margin: 5px 0 0 0;
  border-radius: 50px;
  position: relative;
}

.confirm .to_download a{
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
font-size:16px;
}

.confirm .to_download .form_arrow{
  width: 8px;
  height: 13px;
}


.confirm .to_top{
  font-weight: var(--bold);
  color: #fff;
  width: 289px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: var(--navy);
  margin: 5px 0 0 0;
  border-radius: 50px;
  position: relative;
}

.confirm .to_top.contact_fix{
  font-weight: var(--bold);
  color: #fff;
  width: 289px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: var(--navy);
  margin: 75px auto 0;
  border-radius: 50px;
  position: relative;
}

.confirm .to_top a{
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size:16px;
}

.confirm .to_top .form_arrow{
  width: 8px;
  height: 13px;
}

.img_box_thanks{
  text-align: center;
  margin: 0 0 30px 0;
}


.form_arrow{
  width: 8px;
  height: 13px;
}

.to_download .form_arrow{
  width: 8px;
  height: 13px;
}


.form_arrow {
  width: 9px;
  height: 14px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.form_arrow2 {
  width: 16px;
  height: 17px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.content-block {
  display: none;
  border-radius: 0 0 12px 12px;
}

.content-block.active {
  display: block !important;
}


.tab_wrap{
  width: 800px;
  /* box-shadow: 0px 8px 16px 0px rgba(171, 190, 209, 0.4); */
  border-radius: 0 0 12px 12px;
  margin: auto;
  position: relative;
  top: -57px;
}

.tab-menu {
  display: flex;
  overflow: hidden;
  margin-bottom: 0;
  gap: 20px;
  height: 57px;
}

.tab {
  flex: 1;
  font-size: 18px;
  text-align: center;
  padding: 12px 0;
  background: #C0C0C0;
  cursor: pointer;
  font-weight: var(--fw-bold);
  transition: background 0.3s;
  width: 490px;
  border-radius: 4px 4px 0 0;
  color: var(--D_Grey);
}

.tab.active {
  background: var(--design-main);
  color: #fff;
}

.tab-content {
    border-radius: 0 0 12px 12px;
}

.tab-content-box{
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#about_company_anc{
  padding-top: 100px;
  margin-top: -100px;
}

input[readonly] {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
}

.form_wrap .wpcf7-not-valid-tip{
  font-size: 0.8em;
}


.wpcf7-form-control-wrap{
  align-items: flex-start;
}

.form_wrap span.wpcf7-not-valid-tip{
   align-items: flex-start;
   justify-content: flex-start;
}

.form_wrap .contact_box span{
  gap: 0;
}