img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  background-color: #fff;
  color: #333;
}

iframe {
  vertical-align: bottom;
}

@media screen and (max-width: 320px ) {
  .br_pc {
    display: none;
  }
}

.br_tab {
  display: none;
}
@media screen and (max-width: 840px ) {
  .br_tab {
    display: block;
  }
}
@media screen and (max-width: 320px ) {
  .br_tab {
    display: none;
  }
}

.br_mob {
  display: none;
}
@media screen and (max-width: 540px ) {
  .br_mob {
    display: block;
  }
}

.p-entry-content .top_problem {
  margin-top: 0;
}

.p-entry-content .top_cv {
  margin-top: 0;
}

.section {
  font-size: 16px;
  padding-top: 6em;
  padding-bottom: 6em;
}
@media screen and (max-width: 840px ) {
  .section {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 540px ) {
  .section {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

.smb-section__title {
  font-size: 28px;
}
@media screen and (max-width: 540px ) {
  .smb-section__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 320px ) {
  .smb-section__title {
    font-size: 20px;
  }
}

.base_text {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1rem;
}

.text_center {
  text-align: center;
}

.svg-inline--fa {
  margin-right: 4px;
}

.tel_link a, .mail_link a {
  text-decoration: none;
}

.tel_link:hover, .mail_link:hover {
  opacity: 0.7;
}
.tel_link:hover a, .mail_link:hover a {
  color: #b49444;
}
.tel_link:hover svg, .mail_link:hover svg {
  color: #b49444;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}
@media screen and (max-width: 540px ) {
  .fz-20 {
    font-size: 18px;
  }
}

.fz-24 {
  font-size: 24px;
}
@media screen and (max-width: 540px ) {
  .fz-24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px ) {
  .fz-24 {
    font-size: 18px;
  }
}

.fz-28 {
  font-size: 28px;
}
@media screen and (max-width: 540px ) {
  .fz-28 {
    font-size: 22px;
  }
}
@media screen and (max-width: 320px ) {
  .fz-28 {
    font-size: 20px;
  }
}

.fz-36 {
  font-size: 36px;
}
@media screen and (max-width: 540px ) {
  .fz-36 {
    font-size: 32px;
  }
}
@media screen and (max-width: 320px ) {
  .fz-36 {
    font-size: 28px;
  }
}

.fz-48 {
  font-size: 48px;
}
@media screen and (max-width: 540px ) {
  .fz-48 {
    font-size: 36px;
  }
}
@media screen and (max-width: 320px ) {
  .fz-48 {
    font-size: 28px;
  }
}

.fw-700 {
  font-weight: 700;
}

.mb-12 {
  margin-bottom: 12px;
}

@media screen and (max-width: 540px ) {
  .problem_item .smb-items__item.has-background > .smb-items__item__body {
    padding: 12px;
  }
}

header img {
  vertical-align: middle;
}

.c-fluid-container {
  font-size: 16px;
}
@media screen and (max-width: 840px ) {
  .c-fluid-container {
    padding-left: 0.5em;
    padding-right: 1em;
  }
}

.fv {
  height: 100vh;
}

@media screen and (max-width: 1140px) {
  .fv_top {
    height: auto;
  }
}

.is-layout-constrained .fv_content {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 1140px) {
  .is-layout-constrained .fv_content {
    padding-top: 150px;
  }
}

.fv_content_in {
  width: 50%;
  padding-bottom: 48px;
}
@media screen and (max-width: 1140px) {
  .fv_content_in {
    width: 100%;
  }
}

.fv_top-under {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

@media screen and (max-width: 1140px) {
  .fv_under_item {
    width: 100%;
  }
}

.ku .smb-items__item.smb-items__item--free {
  border: 1px solid #fff;
}

.wp-block-table.company_info td {
  border: none;
}
.wp-block-table.company_info tr {
  border-bottom: 1px solid #b49444;
}
.wp-block-table.company_info tr td:nth-of-type(1) {
  width: 30%;
  font-weight: 700;
}
.wp-block-table.company_info tr td:nth-of-type(2) {
  width: 70%;
}

.flow_icon {
  width: 10%;
}

.flow_right {
  width: 90%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.inquiry_container {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 48px;
}

.inquiry {
  width: 100%;
  border-collapse: collapse;
  margin-top: 48px;
}
.inquiry tr {
  border-bottom: 1px solid #b49444;
}
.inquiry th {
  width: 30%;
  padding: 24px 0;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 540px ) {
  .inquiry th {
    width: 40%;
  }
  .inquiry th span {
    display: block;
  }
}
.inquiry td {
  padding: 24px 0;
  vertical-align: middle;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  height: 50px;
  font-size: 16px;
  vertical-align: middle;
  border: 1px solid #002a6b;
  border-radius: 0;
  padding: 0.5em;
}
@media screen and (max-width: 540px ) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    font-size: 14px;
  }
}

::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}

::-moz-placeholder {
  color: #999;
  font-size: 16px;
}

:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}

::-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}

::placeholder {
  color: #999;
  font-size: 16px;
}

.wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.wpcf7-list-item.first {
  margin-bottom: 12px;
}

.inquiry span {
  font-size: 16px;
}
@media screen and (max-width: 540px ) {
  .inquiry span {
    font-size: 14px;
  }
}

.inquiry .haveto {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #cc0033;
  padding: 0.5em 1em;
  margin-right: 1em;
  position: relative;
  bottom: 2px;
}
@media screen and (max-width: 540px ) {
  .inquiry .haveto {
    font-size: 8px;
    display: inline-block;
  }
}

.inquiry textarea {
  height: 200px;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #002a6b;
  padding: 0.5em;
  overflow: scroll;
}
@media screen and (max-width: 540px ) {
  .inquiry textarea {
    font-size: 14px;
  }
}

.soudan_naiyou th {
  vertical-align: top;
}

.policy_accept {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 1em;
}
.policy_accept .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 16px;
}
@media screen and (max-width: 540px ) {
  .policy_accept .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
  }
}

.policy_link:hover {
  opacity: 0.7;
}

input[name=acceptance-262] {
  height: 15px;
  width: 15px;
  position: relative;
  top: 2px;
}

.submit_button {
  text-align: center;
  margin-top: 16px;
}

#formbtn {
  display: block;
  margin: 0 auto;
  width: 300px;
  color: #fff;
  font-weight: bold;
  background-color: #b49444;
  padding: 1em 2em;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#formbtn:hover {
  background-color: #fff;
  color: #333;
}

.smb-btn-wrapper.cv_button {
  margin-left: 24px;
  margin-right: 24px;
}

.soudan_part .cv_button a:hover {
  background-color: #b49444;
}

.athome .cv_button a:hover {
  background-color: #002A6B;
  color: #fff;
}

.top_cv .cv_button a:hover {
  background-color: #002A6B;
  color: #fff;
}

.p-entry-content .soudan_part {
  height: auto;
  margin-top: 0;
  background-color: #5ea4f2;
}

@media screen and (max-width: 1140px) {
  .p-entry-content .soudan_part_right {
    padding-top: 24px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 840px ) {
  .p-entry-content .soudan_part_right {
    padding-top: 48px;
    padding-bottom: 72px;
  }
}

.p-entry-content .athome {
  height: auto;
  margin-top: 0;
  background-color: #cc0033;
}

@media screen and (max-width: 1140px) {
  .p-entry-content .athome .c-row {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 840px ) {
  .p-entry-content .athome .c-row {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.p-entry-content .soudan_part figure {
  height: 100%;
}
.p-entry-content .soudan_part figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.soudan_part .c-row__col {
  margin-bottom: 0;
}

.athome .c-row__col {
  margin-bottom: 0;
}

.l-footer-widget-area__item p {
  font-size: 16px;
}

.grecaptcha-badge {
    bottom: 70px !important;
}