@charset "utf-8";
/* CSS Document */
* {
  text-align: left;
  list-style: none outside;
  font-size: 100%;
}
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Helvetica, sans-serif;
  color: #333333;
  font-weight: 400;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width:767px) {
  body {
    min-width: 1250px;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700;
}
header, footer, main, nav, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, thead, tbody, tr, th, td, em, img, span, a {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
header, footer, main, nav, section {
  display: block;
}
table, tr, td, th {
  border-collapse: collapse;
  border-spacing: 0;
}
dt {
    font-weight: normal
}
a {
  text-decoration: none;
}
/*-------------------------------*/
:root {
  scroll-padding: 70px;
}
@media screen and (min-width: 992px) {
  :root {
  scroll-padding: 150px;
  }
}
/*-------------------------------*/
.g-layBaseTyp01 {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
}

/*フッター*/
footer {
  display: flex;
  justify-content: space-between;
  background: #005fc9;
}
.f_left {
  display: flex;
  flex-grow: 1;
}
.fLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  width: 31.25%;
  border-right: 1px solid #638cba;
}
.fLogo_img {
  width: 130px;
}
.fLogo_img img {
  width: 100%;
  height: auto;
}
.fCompanyOverview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 60px;
  padding: 40px 0;
  color: #ffffff;
}
.fCompanyOverview a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.15s ease-in;
}
.fCompanyOverview a:hover {
  color: #ffff00;
}
.fName {
  display: block;
  margin-bottom: 20px;
}
.fAddres {
  margin-bottom: 40px;
  font-size: 12px;
}
.fCompanyOverview_dl {
  display: flex;
}
.fCompanyOverview_dl dt {
  margin-right: 20px;
}

.fContact_btn {
  width: 50%;
}
.fContact_btn a {
  display: flex;
  align-items: center;
  padding: 95px 100px 95px 100px;
  padding: 95px clamp(20px, 4.5vw, 100px) 95px clamp(20px, 5.3vw, 100px);
  background: #e01089;
  border-radius: 125px 0 0 125px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.15s ease-in;
}
.fContact_btn .btn_text {
  margin-right: 50px;
  margin-right: clamp(10px, 2vw, 50px);
  font-size: 18px;
  font-weight: 500;
}
.fContact_btn .btn_text strong {
  font-size: 30px;
  font-weight: 500;
}
.fContact_btn .btn_text_small {
  font-size: 18px;
  font-weight: 400;
}
.fContact_btn a:hover {
  background: #fa0277;
}
@media screen and (max-width: 767px) {
  footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .f_left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .fLogo {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 22px 0;
    border-right: none;
    border-bottom: 1px solid #638cba;
  }
.fLogo_img {
  width: 200px;
  height: 50px;
}
  .fCompanyOverview {
    margin-left: 0;
    padding: 40px 20px;
    width: 100%;
  }
  .fAddres {
    margin-bottom: 30px;
  }
  .fCompanyOverview_dl {
    font-size: 14px;
  }
  .fCompanyOverview_dl dt {
    margin-right: 10px;
  }
  .fContact_btn {
    display: none;
  }
}

/*ナビゲーション*/
.Header_lay {
  position: fixed;
  top: 0px;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 999;
}
.Header_layItem {
  display: flex;
  justify-content: flex-end;
  max-width: 1640px;
  width: 100%;
}
.navbar_custom {
  width: 100%;
}
button.navbar-toggler {
  margin-left: auto;
  padding: 0;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  width: 70px;
  height: 62.5px;
  box-shadow: none;
  z-index: 600;
  border: none;
}
button.navbar-toggler:focus{
  box-shadow: none;
}
.warapgNavBtnIcon {
  display: flex;
  margin: 0 auto;
}
button.navbar-toggler .gNavBtnIcon {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 30px;
  height: 3.5px;
}
button.navbar-toggler .gNavBtnIcon .HamBtn_IconBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1483ff;
  transition: transform .2s ease-in, opacity .2s ease-in;
}
button.navbar-toggler .gNavBtnIcon .IconBar-top {
  transform: translateY(-10px);
}
button.navbar-toggler .gNavBtnIcon .IconBar-bottom {
  width: 66.666%;
  transform: translateY(10px);
}
html.menuOpen button.navbar-toggler .gNavBtnIcon .IconBar-top {
  transform: rotate(-45deg) translateY(0);
  background-color: #ffffff;
}

html.menuOpen button.navbar-toggler .gNavBtnIcon .IconBar-middle {
  opacity: 0;
}
html.menuOpen button.navbar-toggler .gNavBtnIcon .IconBar-bottom {
  width: 100%;
  transform: rotate(45deg) translateY(0);
  background-color: #ffffff;
}

li.nav-item_custom {
  font-size: 14px;
}

.Header_lay {
  background: #ffffff;
}
.Header_lay {
  background: transparent;
  transition: none;
}
@media screen and (max-width: 767px) {
  .menuOpen .Header_lay {
    border-radius: 0 0 30px 30px;
    background: linear-gradient( -135deg, rgba(36,112,197,0.99608) 0%, rgb(16,76,142) 100%);
    transition: background 0.1s ease;
  }
  ul.navbar-nav_custom {
    display: flex;
    flex-direction: column;
    margin: 0 20px 50px;
    padding: 0;
  }
  li.nav-item_custom {
    padding: 20px;
    color: #ffffff;
    border-bottom: 1px solid #639fe3;
  }
  li.nav-item_custom:first-child {
    border-top: 1px solid #639fe3;
  }
  li.nav-item_custom:last-child {
    margin-top: 40px;
    
    padding: 0;
    border: none;
  }
}

/*ナビゲーション_PC*/
@media screen and (min-width: 768px) {
  .Header_lay {
    min-width: 1250px;
    transition: all 0.1s ease-in;
  }
  .Header_layItem {
    display: flex;
    justify-content: flex-end;
    max-width: 1640px;
    width: 100%;
    padding: 20px 20px;
  }
  .navbar_custom .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
  }
  .button.navbar-toggler {
    display: none;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0;
  }
  ul.navbar-nav_custom {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  li.nav-item_custom + li.nav-item_custom {
    margin-left: 30px;
    margin-top: 0;
  }
  
  .Header_lay.is-scrolled {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in;
  }
}

/*お問い合わせボタン*/
.wrapBtn {
  display: flex;
  justify-content: center;
}
a.btn-type-contact {
  display: flex;
  justify-content: center;
  padding: 30px 130px;
  background: #e01089;
  border-radius: 70px;
  transition: 0.15s ease-in;
}
a.btn-type-contact .btn_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}
a.btn-type-contact .btn_text_small {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

a.btn-type-contact:hover {
  background: #fa0277;
}

.contact_btn a.nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 25px 40px;
  color: #ffffff;
  text-decoration: none;
  background: #e01089;
  transition: 0.15s ease-in;
  border-radius: 50px;
  line-height: 1;
}
.contact_btn a.nav-link:hover {
  background: #fa0277;
}
@media screen and (max-width: 767px) {
  a.btn-type-contact {
    display: flex;
    justify-content: center;
    max-width: 600px;
    width: 100%;
    padding: 20px 30px;
    background: #e01089;
    border-radius: 50px;
  }
  a.btn-type-contact .btn_text {
    font-size: 24px;
    font-size: clamp(24px, 1.33rem + 0.73vw, 30px);
  }
  a.btn-type-contact .btn_text_small {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: clamp(14px, 0.761rem + 0.48vw, 18px);
  }
  
  .contact_btn a.nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/*リンクアイコン*/
.ex_link_icon01-black01 {
  background: url(https://valueup-renewal.com/contact/wp-content/themes/valueuprenewal-wp-theme/img/icon_links_black01.svg) no-repeat 100% 60% / 15px auto;
  padding: 0 25px 0 0;
}
.ex_link_icon01-white01 {
  background: url(https://valueup-renewal.com/contact/wp-content/themes/valueuprenewal-wp-theme/img/icon_links_white01.svg) no-repeat 100% 60% / 15px auto;
  padding: 0 25px 0 0;
}
.ex_link_icon02-white02 {
  background: url(https://valueup-renewal.com/contact/wp-content/themes/valueuprenewal-wp-theme/img/icon_links_white02.svg) no-repeat 100% 50% / 29px auto;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .ex_link_icon02-white02 {
    background: url(https://valueup-renewal.com/contact/wp-content/themes/valueuprenewal-wp-theme/img/icon_links_white02.svg) no-repeat 100% 50% / 20px auto;
    padding: 0 30px 0 0;
  }
}

/*-------------------------------*/
#navbarNav.collapse.show {
  transition: unset;
}
#navbarNav {
  transition: unset;
}
/*-------------------------------*/



/*WP フォーム*/
.site-main {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
article.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 0 50px;
}
.site-main h1 {
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
.site-main .page__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7 {
  margin-top: 40px;
  width: 100%;
}
.wpcf7 .form_item + .form_item{
  margin-top: 20px;
}
.wpcf7 .form_item .item_label,
.wpcf7 .form_item.contact_information,
.wpcf7 .form_item.privacy {
  font-weight: 500;
}

.wpcf7 .form_item.contact_information label,
.wpcf7 .form_item.privacy label {
  font-weight: 400;
}

.wpcf7 .required {
  display: inline-block;
  margin: 0 5px;
  padding: 4px 6px;
  font-size: 12px;
  background: #e53935;
  color: #ffffff;
  border-radius: 5px;
  line-height: 1.1;
}
.wpcf7 .optional {
  display: inline-block;
  margin: 0 5px;
  padding: 4px 6px;
  font-size: 12px;
  background: #f5f5f5;
  color: #656565;
  border-radius: 5px;
  line-height: 1.1;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}

.wpcf7 .company_name label,
.wpcf7 .name label,
.wpcf7 .email_address label {
  max-width: 400px;
  width: 100%;
}
.wpcf7 .company_name .wpcf7-form-control-wrap,
.wpcf7 .name .wpcf7-form-control-wrap,
.wpcf7 .email_address .wpcf7-form-control-wrap {
  max-width: 400px;
  width: 100%;
}
.wpcf7 .company_name input,
.wpcf7 .name input,
.wpcf7 .email_address input {
  width: 100%;
}
.wpcf7 .inquiry_details label {
  width: 100%;
}
.wpcf7 .inquiry_details .wpcf7-textarea {
  width: 100%;
}

.wpcf7 form.wpcf7-form>p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7 .wpcf7-submit {
  margin-top: 30px;
  padding: 14px;
  width: 50%;
  background: #e01089;
  text-align: center;
  color: #ffffff;
  border: none;
  font-size: 18px;
  border-radius: 10px;
  transition: 0.15s ease-in;
}
.wpcf7 .wpcf7-submit:disabled {
  background: #cbcbcb;
}
.wpcf7 .wpcf7-submit:not(:disabled):hover {
  background: #fa0277;
}

@media screen and (max-width: 767px) {
  article.page {
    padding: 50px 0 0;
  }
  .page-id-2 .site-main .page__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

/*thanks*/
h2.thanks_head_title_h2 {
  color: #e01089;
}
p.thanks_text {
  margin: 50px 0;
}
.wrap_back_btn {
  margin-bottom: 100px;
  width: 100%;
}
.back_btn {
  width: 100%;
}
.back_btn a.wp-block-button__link {
  background: #e01089;
  transition: 0.15s ease-in;
}
.back_btn  a.wp-block-button__link:hover {
  background: #fa0277;
}