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

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

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

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

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

@media screen and (min-width:281px) {
  .b281 {
    display: none;
  }
}

@media screen and (min-width:321px) {
  .b321 {
    display: none;
  }
}

@media screen and (min-width:376px) {
  .b376 {
    display: none;
  }
}

@media screen and (min-width:351px) {
  .b351 {
    display: none;
  }
}

@media screen and (min-width:481px) {
  .b481 {
    display: none;
  }
}

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

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

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

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

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

@media screen and (min-width:281px) {
  .b281 {
    display: none;
  }
}

@media screen and (min-width:321px) {
  .b321 {
    display: none;
  }
}

@media screen and (min-width:376px) {
  .b376 {
    display: none;
  }
}

@media screen and (min-width:351px) {
  .b351 {
    display: none;
  }
}

@media screen and (min-width:481px) {
  .b481 {
    display: none;
  }
}
/*  */
img {
  border-radius:16px;
}
/* font */
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}
.rajdhani-medium {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* .smb-section__subtitle {
  font-family: "Montserrat", sans-serif;
} */

.full-width {
  margin: 0 calc(50% - 50vw) !important;
  min-width: 100vw;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-global-nav a span {
  /* font-family: "Rajdhani", sans-serif; */
  /* font-weight: 500; */
  }

.p-global-nav a {
  /* font-family: "Rajdhani", sans-serif; */
    /* font-weight: 500; */
  }

#drawer-nav a {
  /* font-family: "Rajdhani", sans-serif; */
    /* font-weight: 500; */
}

.smb-section__title {
  /* font-family: "Rajdhani", sans-serif; */
    font-weight: 500;
  }
.smb-section__subtitle {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
}
@media screen and (max-width:650px) {
  .smb-section__title span {
/*     font-size: 40px !important; */
  }
}

.c-page-header__title {
  /* font-family: "Rajdhani", sans-serif; */
  /* font-weight: 500; */
  letter-spacing: 0.03em;
  font-size: 40px;
}

@media screen and (max-width:650px) {
  .c-page-header__title {
    font-size: 24px !important;
  }
}
.c-page-header__bgimage img {
  border-radius: 0;
}
/* top */
.fv-pc {
  aspect-ratio: 12/5 !important;
}
.fv-slider {
  width: 60%;
  margin-right: 0!important;
}
@media screen and (max-width:1023px) {
  .fv-slider {
	margin-top:32px!important;
    width: 100%;  
  }
}
.catchcopy-fv {
  position: absolute;
  bottom: 12px;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
  color: #28a7e1;
}
@media screen and (max-width:1023px) {
  .catchcopy-fv {
    position: relative;
    bottom: 0px;
    font-size: 28px;
  }
}
@media screen and (max-width:639px) {
  .catchcopy-fv {
    font-size: 24px;
  }
}



/* お問い合わせ */
.wpcf7-form {
  max-width: 880px;
  width: 90%;
  margin: auto;
  padding: 80px 140px;
  background-color: #fff;
  box-shadow: 4px 4px 16px rgba(136, 159, 168, 0.26);
}

@media screen and (max-width:639px) {
  .wpcf7-form {
    width: 100%;
    padding: 20px;
  }
}

.need-red {
  min-width: 48px;
  padding: 5px 8px;
  background-color: #D9534F;
  color: #fff;
  margin-right: 31px;
  font-weight: normal;
}

@media screen and (max-width:1160px) {
  .need-red {
    margin-right: 20px;
  }
}

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

.free-blue {
  min-width: 48px;
  padding: 5px 8px;
  background-color: #181D62;
  color: #fff;
  margin-right: 31px;
  font-weight: normal;
}

@media screen and (max-width:1160px) {
  .free-blue {
    margin-right: 20px;
  }
}

label br {
  content: '';
  display: block;
  margin-top: 16px;
}

.list-name {
  display: block;
  font-weight: bold;
}

select {
  height: 39.98px;
  padding: 0 12px;
  border: 1px solid var(--_form-control-border-color);
  border-radius: 5px;
}

.wpcf7-submit {
  border-radius: 0 !important;
  padding-left: 42px !important;
  padding-right: 42px !important;
  width: 117px;
  height: 47.98px;
  z-index: 1;
  font-weight: bold;
}
.c-meta__item.c-meta__item--modified {
  display: none;
}
.c-meta__item.c-meta__item--author {
  display: none;
}
.c-copyright.c-copyright--inverse {
  background-color: #28A7E1;
}
/*  */
.page-template-default .l-contents__inner {
  padding-bottom: 0!important;
}
.smb-testimonial__item__figure {
  width:72px;
  height:72px;
}