@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 使用例
********************************************************************
div {
  @include max-screen($breakpoint-mobile) { // 640px以下のとき
    width: 100%;
  }
  @include min-screen($breakpoint-tablet) { // 1024px以上のとき
    width: 50%;
  }
  @include screen($breakpoint-mobile, $breakpoint-tablet) { // 640px以上1024px以下のとき
    width: 80%;
  }
}
*/
/* sp用フォントサイズ */
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

.inner_s {
  width: 600px;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .inner_s {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .inner_s {
    width: 100%;
    padding: 0 10px;
  }
}

.inner_m {
  width: 800px;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .inner_m {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .inner_m {
    width: 100%;
    padding: 0 10px;
  }
}

.inner_l {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .inner_l {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .inner_l {
    width: 100%;
    padding: 0 10px;
  }
}

.sp_br {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp_br {
    display: initial;
  }
}

body {
  font-family: 'Noto Sans JP', 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.675;
  color: #000;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 13px;
  }
}

body main section {
  padding: 80px 0;
}

@media screen and (max-width: 640px) {
  body main section {
    padding: 40px 0;
  }
}

body main section .bmms_sec_title {
  text-align: center;
}

body main section .bmms_sec_title h2 {
  font-size: 32px;
  letter-spacing: 1.28px;
}

@media screen and (max-width: 640px) {
  body main section .bmms_sec_title h2 {
    font-size: 6.25vw;
  }
}

body main section .bmms_sec_title h3 {
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  body main section .bmms_sec_title h3 {
    font-size: 4.825vw;
  }
}

body main section.sec1 {
  background: url(../../images/lp/main_img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 550px;
  padding: 103px 0 97px;
}

@media screen and (max-width: 640px) {
  body main section.sec1 {
    padding: 50px 0 100px;
  }
}

body main section.sec1 .bmms_header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  body main section.sec1 .bmms_header {
    justify-content: space-around;
  }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  body main section.sec1 .bmms_header .bmms_header_title {
    width: 50%;
  }
}

body main section.sec1 .bmms_header .bmms_header_title h1 {
  color: #fff;
  font-size: 60px;
  line-height: 1.35;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  body main section.sec1 .bmms_header .bmms_header_title h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 640px) {
  body main section.sec1 .bmms_header .bmms_header_title h1 {
    font-size: 9.375vw;
    margin-bottom: 40px;
  }
}

body main section.sec1 .bmms_header .bmms_header_title h1 span {
  display: inline-block;
  border-bottom: 5px solid #fcee21;
  color: #fcee21;
  font-size: 45px;
  padding-top: 25px;
  padding-bottom: 7px;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  body main section.sec1 .bmms_header .bmms_header_title h1 span {
    font-size: 25px;
  }
}

@media screen and (max-width: 640px) {
  body main section.sec1 .bmms_header .bmms_header_title h1 span {
    border-width: 3px;
    font-size: 6.25vw;
    padding-top: 15px;
  }
}

body main section.sec1 .bmms_header .bmms_header_img {
  margin-top: 22px;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  body main section.sec1 .bmms_header .bmms_header_img {
    width: 50%;
  }
}

body main section.sec1 .bmms_header_download_contents {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background: #fff;
  border-radius: .5em;
  box-shadow: 2px 2px 5px 2px #a0a0a0;
  position: absolute;
  bottom: calc( -140px / 2);
  left: 0;
  right: 0;
  width: 640px;
  height: 140px;
  margin: auto;
  padding: 25px 0 25px 38px;
}

@media screen and (max-width: 640px) {
  body main section.sec1 .bmms_header_download_contents {
    width: 80%;
    padding: 20px;
  }
}

body main section.sec1 .bmms_header_download_contents .bmms_header_download_contents_text {
  font-size: 24px;
  line-height: 1.25;
  height: fit-content;
  margin-top: -5px;
}

@media screen and (max-width: 640px) {
  body main section.sec1 .bmms_header_download_contents .bmms_header_download_contents_text {
    font-size: 4.25vw;
    line-height: initial;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
}

body main section.sec1 .bmms_header_download_contents .bmms_header_download_contents_text span {
  display: inline-block;
  color: #0d5ba9;
  font-size: 28px;
  font-weight: bold;
  transform: translate(1px, -1px);
}

@media screen and (max-width: 640px) {
  body main section.sec1 .bmms_header_download_contents .bmms_header_download_contents_text span {
    font-size: 4.875vw;
  }
}

body main section.sec1 .bmms_header_download_contents .bmms_header_download_content_btn {
  margin-top: -1px;
  margin-left: 1px;
}

@media screen and (max-width: 640px) {
  body main section.sec1 .bmms_header_download_contents .bmms_header_download_content_btn {
    display: block;
    margin: 0 auto;
  }
}

body main section.sec1 .bmms_header_download_contents .bmms_header_download_content_btn a {
  display: block;
  background: #f7931e;
  border-radius: 2em;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  width: 280px;
  height: 60px;
  padding: 9px 20px 10px 26px;
  position: relative;
}

@media screen and (max-width: 640px) {
  body main section.sec1 .bmms_header_download_contents .bmms_header_download_content_btn a {
    font-size: 3.75vw;
    width: initial;
    height: initial;
    padding-left: 10px;
  }
}

body main section.sec1 .bmms_header_download_contents .bmms_header_download_content_btn a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc( 50% - 5px);
  right: 17px;
}

@media screen and (max-width: 640px) {
  body main section.sec1 .bmms_header_download_contents .bmms_header_download_content_btn a::after {
    width: 8px;
    height: 8px;
    top: calc( 50% - 4px);
    right: 10px;
  }
}

body main section.sec2 {
  min-height: 700px;
  padding-top: 154px;
}

body main section.sec2 h2 span {
  color: #0d5ba9;
}

body main section.sec2 .h-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 29px;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  body main section.sec2 .h-flex {
    justify-content: space-around;
  }
}

@media screen and (max-width: 640px) {
  body main section.sec2 .h-flex {
    justify-content: center;
  }
}

body main section.sec2 .h-flex .flex-items {
  width: 280px;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  body main section.sec2 .h-flex .flex-items {
    margin-bottom: 20px;
  }
  body main section.sec2 .h-flex .flex-items:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  body main section.sec2 .h-flex .flex-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  body main section.sec2 .h-flex .flex-items:last-child {
    margin-bottom: 0;
  }
}

body main section.sec2 .h-flex .flex-items .bmms_reason_img_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ecf2f8;
  border-radius: 50%;
  box-shadow: 2px 1px 2px 2px #ccc;
  width: 280px;
  height: 280px;
  position: relative;
}

body main section.sec2 .h-flex .flex-items .bmms_reason_img_box::after {
  display: block;
  position: absolute;
}

@media screen and (max-width: 640px) {
  body main section.sec2 .h-flex .flex-items .bmms_reason_img_box {
    width: 240px;
    height: 240px;
  }
  body main section.sec2 .h-flex .flex-items .bmms_reason_img_box::after {
    transform: scale(0.75);
    left: -10px;
  }
}

body main section.sec2 .h-flex .flex-items .bmms_reason_img_box img {
  display: block;
  margin: -17px auto 0;
}

@media screen and (max-width: 640px) {
  body main section.sec2 .h-flex .flex-items .bmms_reason_img_box img {
    margin-top: 0;
  }
}

body main section.sec2 .h-flex .flex-items .bmms_reason_img_box .bmms_reason_lead {
  color: #0d5ba9;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  margin-top: 12px;
}

@media screen and (max-width: 640px) {
  body main section.sec2 .h-flex .flex-items .bmms_reason_img_box .bmms_reason_lead {
    font-size: 5.75vw;
    margin-top: 0;
  }
}

body main section.sec2 .h-flex .flex-items:nth-child(1) .bmms_reason_img_box::after {
  content: url(../../images/lp/1.png);
  top: 16px;
  left: 10px;
}

body main section.sec2 .h-flex .flex-items:nth-child(2) .bmms_reason_img_box::after {
  content: url(../../images/lp/2.png);
  top: 15px;
  left: 4px;
}

@media screen and (max-width: 640px) {
  body main section.sec2 .h-flex .flex-items:nth-child(2) .bmms_reason_img_box::after {
    left: -3px;
  }
}

body main section.sec2 .h-flex .flex-items:nth-child(3) .bmms_reason_img_box::after {
  content: url(../../images/lp/3.png);
  top: 15px;
  left: 4px;
}

@media screen and (max-width: 640px) {
  body main section.sec2 .h-flex .flex-items:nth-child(3) .bmms_reason_img_box::after {
    left: -3px;
  }
}

body main section.sec2 .h-flex .flex-items .bmms_reason_text {
  letter-spacing: .33px;
  line-height: 26px;
  margin-top: 13px;
}

@media screen and (max-width: 640px) {
  body main section.sec2 .h-flex .flex-items .bmms_reason_text {
    line-height: initial;
  }
}

body main section.sec3 {
  background: #ecf2f8;
  position: relative;
  padding-bottom: 70px;
}

body main section.sec3::after {
  display: block;
  content: url(../../images/lp/down_arrow_orange.png);
  position: absolute;
  bottom: calc( -79px * 3 / 4);
  left: calc( 50% - 32px);
}

@media screen and (max-width: 640px) {
  body main section.sec3::after {
    content: url(../../images/lp/sp_down_arrow_orange.png);
    bottom: calc( -83px / 2 * 3 / 4);
    left: calc( 50% - 32px / 2);
  }
}

body main section.sec3 .bmms_sec_title .bmms_lead {
  display: inline-block;
  background: #0d5ba9;
  border-radius: 5em;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.92px;
  width: 400px;
  height: 60px;
  position: relative;
  padding: 10px 20px;
}

@media screen and (max-width: 640px) {
  body main section.sec3 .bmms_sec_title .bmms_lead {
    font-size: 3.75vw;
    width: initial;
    height: initial;
  }
}

body main section.sec3 .bmms_sec_title .bmms_lead::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #0d5ba9 transparent transparent transparent;
  border-width: 16px 14px 0 14px;
}

body main section.sec3 .bmms_sec_title h2 {
  margin-top: 11px;
}

@media screen and (max-width: 640px) {
  body main section.sec3 .bmms_sec_title h2 {
    margin-top: 25px;
  }
}

body main section.sec3 .h-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  body main section.sec3 .h-flex {
    justify-content: center;
  }
}

body main section.sec3 .h-flex .flex-items {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: .5em;
  box-shadow: 2px 2px 2px 2px #ccc;
  width: 300px;
  height: 480px;
  padding: 24px 40px 25px;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  body main section.sec3 .h-flex .flex-items {
    width: 400px;
    margin-bottom: 20px;
  }
  body main section.sec3 .h-flex .flex-items:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  body main section.sec3 .h-flex .flex-items {
    height: initial;
    margin-bottom: 20px;
    padding: 10px 20px 20px;
  }
  body main section.sec3 .h-flex .flex-items:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  body main section.sec3 .h-flex .flex-items div {
    margin-bottom: 10px;
  }
}

body main section.sec3 .h-flex .flex-items div:last-child {
  margin-bottom: 0;
}

body main section.sec3 .h-flex .flex-items .bmms_solved_img img,
body main section.sec3 .h-flex .flex-items .bmms_solved_arrow img {
  display: block;
  margin: 0 auto;
}

body main section.sec3 .h-flex .flex-items .bmms_solved_img {
  margin-bottom: 5px;
}

body main section.sec3 .h-flex .flex-items .bmms_solved_arrow {
  margin-bottom: 16px;
}

body main section.sec3 .h-flex .flex-items .bmms_task_lead,
body main section.sec3 .h-flex .flex-items .bmms_solved_lead {
  color: #0d5ba9;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  body main section.sec3 .h-flex .flex-items .bmms_task_lead,
  body main section.sec3 .h-flex .flex-items .bmms_solved_lead {
    font-size: 5.75vw;
    line-height: initial;
  }
}

body main section.sec3 .h-flex .flex-items .bmms_task_lead .yellow_marker,
body main section.sec3 .h-flex .flex-items .bmms_solved_lead .yellow_marker {
  background: linear-gradient(transparent 60%, #fcee21 60%);
}

body main section.sec3 .h-flex .flex-items .bmms_task_lead {
  margin-bottom: 21px;
}

body main section.sec3 .h-flex .flex-items .bmms_solved_lead {
  margin-bottom: 10px;
}

body main section.sec3 .h-flex .flex-items .bmms_solved_text {
  line-height: 1.63;
}

body main section.sec4 {
  padding-top: 90px;
  padding-bottom: 70px;
}

body main section.sec4 .h-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  body main section.sec4 .h-flex .flex-items:first-child {
    width: 321px;
    margin-top: -1px;
    margin-left: 50px;
  }
}

@media screen and (max-width: 1024px) {
  body main section.sec4 .h-flex .flex-items:first-child {
    width: calc( 40% - 10px);
  }
}

@media screen and (min-width: 1024px) {
  body main section.sec4 .h-flex .flex-items:last-child {
    width: 402px;
    margin-top: -6px;
  }
}

@media screen and (max-width: 1024px) {
  body main section.sec4 .h-flex .flex-items:last-child {
    width: calc( 60% - 10px);
  }
}

body main section.sec4 .h-flex .flex-items .bmms_dl_area_text {
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 1.25px;
}

@media screen and (max-width: 640px) {
  body main section.sec4 .h-flex .flex-items .bmms_dl_area_text {
    font-size: 4.375vw;
    line-height: initial;
    letter-spacing: initial;
  }
}

body main section.sec4 .h-flex .flex-items .bmms_dl_area_text span {
  color: #0d5ba9;
}

body main section.sec4 .bmms_dl_btn {
  margin-top: 36px;
}

@media screen and (max-width: 640px) {
  body main section.sec4 .bmms_dl_btn {
    margin-top: 20px;
  }
}

body main section.sec4 .bmms_dl_btn a {
  display: block;
  background: #f7931e;
  border-radius: 2em;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  width: 720px;
  margin: 0 auto;
  padding: 8px 0 12px 2px;
  position: relative;
}

@media screen and (max-width: 640px) {
  body main section.sec4 .bmms_dl_btn a {
    font-size: 3.75vw;
    width: initial;
  }
}

body main section.sec4 .bmms_dl_btn a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -4px;
}

body main section.sec5 {
  background: #ecf2f8;
  padding-top: 58px;
  padding-bottom: 20px;
}

body main section.sec5 h2 {
  margin-bottom: 9px;
}

body main section.sec5 .h-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 36px;
}

@media screen and (max-width: 640px) {
  body main section.sec5 .h-flex {
    margin-top: 20px;
  }
}

body main section.sec5 .h-flex .flex-items {
  background: #fff;
  border-radius: .5em;
  box-shadow: 2px 2px 2px 2px #ccc;
  width: calc( 50% - 30px);
  height: 535px;
  margin-bottom: 60px;
  padding: 0 40px 20px;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  body main section.sec5 .h-flex .flex-items {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  body main section.sec5 .h-flex .flex-items {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: initial;
    margin-bottom: 20px;
  }
  body main section.sec5 .h-flex .flex-items:last-child {
    margin-bottom: 0;
  }
}

body main section.sec5 .h-flex .flex-items .bmms_func_title {
  background: #0d5ba9;
  border-radius: 0 0 .5em .5em;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.98px;
  text-align: center;
  padding: 17px 0 3px;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  body main section.sec5 .h-flex .flex-items .bmms_func_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  body main section.sec5 .h-flex .flex-items .bmms_func_title {
    font-size: 4.925vw;
  }
}

body main section.sec5 .h-flex .flex-items .bmmms_func_lead {
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  body main section.sec5 .h-flex .flex-items .bmmms_func_lead {
    font-size: 4.325vw;
  }
}

body main section.sec5 .h-flex .flex-items img {
  margin-top: 9px;
  transform: scale(1.046);
}

body main section.sec5 .h-flex .flex-items .bmms_func_text {
  line-height: 1.63;
  margin-top: 14px;
}

body main section.sec6 {
  padding-top: 58px;
  position: relative;
}

body main section.sec6::after {
  display: block;
  content: url(../../images/lp/down_arrow_orange.png);
  position: absolute;
  bottom: calc( -77px * 3 / 4);
  left: calc( 50% - 32px);
}

@media screen and (max-width: 640px) {
  body main section.sec6::after {
    content: url(../../images/lp/sp_down_arrow_orange.png);
    bottom: calc( -83px / 2 * 3 / 4);
    left: calc( 50% - 32px / 2);
  }
}

body main section.sec6 h2 {
  margin-bottom: 9px;
}

body main section.sec6 .bmms_result_area {
  background-color: #ecf2f8;
  background-image: url(../../images/lp/result_person.png);
  background-repeat: no-repeat;
  background-position: right 40px bottom 40px;
  border-radius: .5em;
  box-shadow: 2px 2px 2px 2px #ccc;
  height: 340px;
  margin-top: 36px;
  padding: 39px 40px 35px 50px;
}

@media screen and (max-width: 640px) {
  body main section.sec6 .bmms_result_area {
    background-size: 20%;
    background-position: right 10px bottom 20px;
    height: initial;
    margin-top: 20px;
    padding: 20px;
  }
}

body main section.sec6 .bmms_result_area .bmms_result_title {
  color: #0d5ba9;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 36px;
  width: 81%;
  position: relative;
  margin-bottom: 19px;
  padding-bottom: 24px;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  body main section.sec6 .bmms_result_area .bmms_result_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  body main section.sec6 .bmms_result_area .bmms_result_title {
    font-size: 4.75vw;
    line-height: initial;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

body main section.sec6 .bmms_result_area .bmms_result_title::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 100px;
  height: 1px;
  bottom: 0;
  left: -2px;
}

body main section.sec6 .bmms_result_area .bmms_result_text {
  line-height: 1.63;
  width: 80%;
  margin-left: -2px;
}

body main section.sec6 .bmms_result_area .bmms_result_text span {
  display: block;
  font-size: 14px;
  text-align: right;
  margin-top: 23px;
  margin-right: 9px;
}

body main section.sec7 {
  background: #0d5ba9;
  padding-top: 78px;
}

body main section.sec7 h2 {
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  body main section.sec7 h2 {
    font-size: 5.75vw;
  }
}

body main section.sec7 h3 {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 640px) {
  body main section.sec7 h3 {
    font-size: 4vw;
  }
}

body main section.sec7 .bmms_form_area {
  background: #fff;
  border-radius: .725em;
  margin-top: 30px;
  padding: 50px 90px 70px;
}

@media screen and (max-width: 640px) {
  body main section.sec7 .bmms_form_area {
    margin-top: 20px;
    padding: 20px;
  }
}

body main section.sec7 .bmms_form_area table {
  border-collapse: separate;
  border-spacing: 0 20px;
  table-layout: fixed;
  width: 100%;
  margin-top: -20px;
}

body main section.sec7 .bmms_form_area table tbody tr {
  margin-bottom: 10px;
}

body main section.sec7 .bmms_form_area table tbody tr th {
  text-align: left;
  vertical-align: middle;
  letter-spacing: .8px;
  width: 25%;
  padding: 0px 10px;
}

@media screen and (max-width: 640px) {
  body main section.sec7 .bmms_form_area table tbody tr th {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

body main section.sec7 .bmms_form_area table tbody tr th .require {
  display: inline-block;
  background: #f7931e;
  border-radius: .25em;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  width: 50px;
  height: 20px;
  margin-left: .75em;
}

@media screen and (max-width: 640px) {
  body main section.sec7 .bmms_form_area table tbody tr th .require {
    border-radius: .5em;
    font-size: 1.875vw;
    width: 30px;
    height: initial;
    margin-left: .75em;
    transform: translateY(-2px);
    padding-bottom: 2px;
  }
}

body main section.sec7 .bmms_form_area table tbody tr:last-child th {
  vertical-align: top;
  padding-top: 11px;
}

body main section.sec7 .bmms_form_area table tbody tr td {
  width: 75%;
  padding: 0 10px;
}

@media screen and (max-width: 640px) {
  body main section.sec7 .bmms_form_area table tbody tr td {
    display: block;
    width: 100%;
  }
}

body main section.sec7 .bmms_form_area table tbody tr td input {
  height: 50px;
}

body main section.sec7 .bmms_form_area table tbody tr td input,
body main section.sec7 .bmms_form_area table tbody tr td textarea {
  background: #f5f5f5;
  border: 0;
  padding: 5px;
  padding-left: 15px;
}

@media screen and (max-width: 640px) {
  body main section.sec7 .bmms_form_area table tbody tr td input,
  body main section.sec7 .bmms_form_area table tbody tr td textarea {
    width: 100%;
  }
}

body main section.sec7 .bmms_form_area table tbody tr td input::placeholder,
body main section.sec7 .bmms_form_area table tbody tr td textarea::placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.7px;
}

body main section.sec7 .bmms_form_area table tbody tr td input[type="email"], body main section.sec7 .bmms_form_area table tbody tr td input[type="tel"] {
  width: 100%;
}

body main section.sec7 .bmms_form_area table tbody tr td input[type="email"]::placeholder, body main section.sec7 .bmms_form_area table tbody tr td input[type="tel"]::placeholder {
  letter-spacing: 1.4px;
}

body main section.sec7 .bmms_form_area table tbody tr td textarea {
  width: 100%;
  height: 12.5em;
  padding-top: 10px;
}

body main section.sec7 .bmms_form_area .bmms_form_submit {
  display: block;
  width: fit-content;
  margin: 27px auto 0;
  position: relative;
}

@media screen and (max-width: 640px) {
  body main section.sec7 .bmms_form_area .bmms_form_submit {
    margin-top: 0;
  }
}

body main section.sec7 .bmms_form_area .bmms_form_submit::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -5px;
}

@media screen and (max-width: 640px) {
  body main section.sec7 .bmms_form_area .bmms_form_submit::after {
    right: 15px;
  }
}

body main section.sec7 .bmms_form_area .bmms_form_submit input[type="submit"] {
  display: block;
  background: #f7931e;
  border: 0;
  border-radius: 2em;
  color: #fff;
  font-size: 24px;
  width: 320px;
  margin: 0 auto;
  padding: 8px 30px 12px 32px;
  -webkit-appearance: none;
}

@media screen and (max-width: 640px) {
  body main section.sec7 .bmms_form_area .bmms_form_submit input[type="submit"] {
    font-size: 3.75vw;
    width: 200px;
  }
}

body footer .bmms_company_info {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .6px;
  text-align: center;
  padding: 35px 0 32px;
}

@media screen and (max-width: 640px) {
  body footer .bmms_company_info {
    font-size: 3.125vw;
    padding: 20px 0;
  }
}

body footer .copyright {
  background: #0d5ba9;
  color: #fff;
  letter-spacing: .64px;
  text-align: center;
  padding-bottom: 3px;
}
