@charset "UTF-8";
@media screen and (min-width: 1025px) {
  #contents {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #contents {
    padding: 70px 0 0;
  }
}
.p-bim-support__col > img,
.c-movie > img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-bim-support__col > img,
  .c-movie > img {
    width: 100%;
  }
}

.c-movie {
  text-align: center;
  margin-top: min(3.75vw, 48px);
}
@media screen and (max-width: 1024px) {
  .c-movie {
    margin-top: 7.81vw;
  }
}

.c-underline {
  position: relative;
}
.c-underline:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #f61132;
}

.c-highlight {
  background: #c2dee9;
  padding: 5%;
  position: relative;
}
.c-highlight > * {
  color: #000000;
}
.c-highlight:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: solid 1px #fff;
}
.c-highlight_teacher {
  background-color: rgba(254, 254, 254, 0.8);
  padding: 5% 3%;
}
.c-highlight_teacher:not(:first-child) {
  margin-top: 2em;
}
@media screen and (min-width: 1025px) {
  .c-highlight_teacher .p-bim-support__row_img {
    gap: 0 min(3.12vw, 30px);
  }
  .c-highlight_teacher .p-bim-support__row_img > .p-bim-support__col {
    flex: 1 1 60% !important;
  }
  .c-highlight_teacher .p-bim-support__row_img > .p-bim-support__col:has(img) {
    flex: 1 1 35% !important;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .c-highlight_teacher .p-bim-support__row_img > .p-bim-support__col:has(img) {
    text-align: center;
  }
  .c-highlight_teacher .p-bim-support__row_img > .p-bim-support__col:has(img) img {
    max-width: 80%;
    margin: 0 auto;
  }
}

.l-section p,
.l-section ul {
  font-size: min(1.4vw, 18px);
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .l-section p,
  .l-section ul {
    font-size: 3.9vw;
  }
}

@media screen and (min-width: 1025px) {
  .u-fs20 {
    font-size: calc(min(1.4vw, 18px) * 20 / 18) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-fs20 {
    font-size: 4.3333333333vw !important;
  }
}

.u-mt1 {
  margin-top: 1em;
}

.u-mt2 {
  margin-top: 2em;
}

.l-page-header {
  background: url(../img/bim-support/img_bim-support_main.jpg) no-repeat center/cover;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding-left: max(20px, 50vw - 760px);
}
@media (max-width: 767px) {
  .l-page-header {
    height: 250px;
    background: url(../img/bim-support/sp_img_bim-support_main.jpg) no-repeat center/cover;
  }
}
.l-page-header .c-page-title-bim-support {
  font-size: clamp(18px, 5vw, 45px);
  font-family: "Noto Sans JP";
  color: rgb(0, 0, 0);
  line-height: 1.778;
  text-align: left;
  letter-spacing: 0.1em;
}

.p-bim-support__title {
  background-color: var(--accent-color);
  color: var(--base-color);
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-bim-support__title {
    font-size: min(2.5vw, 32px);
    padding: min(2.5vw, 32px) min(3.12vw, 40px);
    margin-bottom: min(3.75vw, 48px);
  }
}
@media screen and (max-width: 1024px) {
  .p-bim-support__title {
    font-size: 5.72vw;
    padding: 3.9vw 7.81vw;
    margin-bottom: 7.81vw;
  }
}
.p-bim-support__title:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: auto;
  left: calc(min(3.12vw, 40px) / 2);
  margin: auto;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .p-bim-support__title:before {
    left: 3.905vw;
  }
}
.p-bim-support__title_color {
  background: #f21121 !important;
  text-align: center;
}
.p-bim-support__title_sub {
  font-family: "Noto Sans JP";
  color: rgb(242, 17, 33);
  line-height: 1.538;
  margin: 0;
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  .p-bim-support__title_sub {
    font-size: calc(min(2.5vw, 32px) * 26 / 32);
    margin-bottom: calc(min(3.75vw, 32px) * 26 / 32);
    margin-top: min(3.75vw, 48px);
  }
}
@media screen and (max-width: 1024px) {
  .p-bim-support__title_sub {
    font-size: 4.6475vw;
    margin-bottom: 6.345625vw;
    margin-top: 7.81vw;
  }
}
.p-bim-support__title_guarantee {
  background: none;
  padding: 0;
  color: #000;
  font-weight: normal;
  display: inline-block;
}
.p-bim-support__title_guarantee:before {
  content: none;
}
.p-bim-support__title_guarantee .border {
  border-bottom: solid 1px #f21121;
}
.p-bim-support__lead {
  text-align: center;
  margin: 0;
  color: #f61132;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 1.3em;
}
@media screen and (min-width: 1025px) {
  .p-bim-support__lead {
    font-size: min(2.5vw, 36px);
    margin-bottom: min(3.75vw, 48px);
  }
}
@media screen and (max-width: 1024px) {
  .p-bim-support__lead {
    font-size: 5.72vw;
    margin-bottom: 7.81vw;
  }
}
.p-bim-support__lead:before {
  content: "";
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 0.7222222222em;
  background: url(../img/bim-support/icon_ttl01.png) no-repeat center top/contain;
}
.p-bim-support__lead_color:before {
  background: url(../img/bim-support/icon_ttl02.png) no-repeat center top/contain;
}
.p-bim-support__teacher_ttl {
  margin: 0;
  color: #205e75;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 1.3em;
}
@media screen and (min-width: 1025px) {
  .p-bim-support__teacher_ttl {
    font-size: calc(min(2.5vw, 32px) * 24 / 32);
    margin-bottom: calc(min(3.75vw, 32px) * 24 / 32);
  }
}
@media screen and (max-width: 1024px) {
  .p-bim-support__teacher_ttl {
    font-size: 4.29vw;
    margin-bottom: 5.8575vw;
  }
}
.p-bim-support__teacher_ttl:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: #ff552d;
}
.p-bim-support__ex {
  margin: 0;
  color: #205e75;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 1.3em;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .p-bim-support__ex {
    font-size: calc(min(2.5vw, 32px) * 24 / 32);
    margin-bottom: calc(min(3.75vw, 32px) * 24 / 32);
    margin-top: calc(min(3.75vw, 32px) * 24 / 32);
  }
}
@media screen and (max-width: 1024px) {
  .p-bim-support__ex {
    font-size: 4.29vw;
    margin-bottom: 5.8575vw;
    margin-top: 5.8575vw;
  }
}
.p-bim-support__ex:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background: #48a0c1;
}

.p-bim-support__section_color01 {
  background: #1d486d;
  color: #fff;
}
.p-bim-support__section_color01 .p-bim-support__title {
  background: #1d486d;
}
.p-bim-support__section_color02 {
  background: #eeeeee;
}
.p-bim-support__section_bg01 {
  background: url(../img/bim-support/bg01.jpg) no-repeat center/cover;
}

@media screen and (min-width: 1025px) {
  .p-bim-support__row {
    display: flex;
    gap: 0 min(3.12vw, 40px);
  }
  .p-bim-support__row:not(:first-child) {
    margin-top: calc(min(3.75vw, 48px) * 2 / 3);
  }
  .p-bim-support__row > .p-bim-support__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .p-bim-support__row.p-bim-support__row_img {
    gap: 0 min(3.12vw, 30px);
  }
  .p-bim-support__row.p-bim-support__row_img > .p-bim-support__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
  }
  .p-bim-support__row.p-bim-support__row_img > .p-bim-support__col:has(img) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }
  .p-bim-support__row.align-items-center {
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-bim-support__row {
    margin-top: 5.2066666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-bim-support__row > .p-bim-support__col:not(:first-child) {
    margin-top: 7.81vw;
  }
}

.p-bim-support_ul li {
  position: relative;
  padding-left: 1em;
}
.p-bim-support_ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: 0.7em;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background: #1d486d;
}
.p-bim-support_ul_black li:before {
  background: #000;
}
.p-bim-support_ul_margin {
  margin-left: 1.2em;
}
.p-bim-support_ul + p {
  margin-top: 1em;
}

.p-bim-support_balloon {
  padding: 8% 5%;
  border-radius: 30px;
  background: #fff;
  position: relative;
  filter: drop-shadow(0 0 27.6px rgba(29, 29, 29, 0.15));
}
.p-bim-support_balloon:after {
  content: "";
  display: block;
  position: absolute;
  width: clamp(40px, 5vw, 70px);
  height: clamp(40px, 5vw, 70px);
  top: 0;
  bottom: 0;
  right: calc(clamp(40px, 5vw, 70px) * -1 + 1px);
  left: auto;
  margin: auto;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 1024px) {
  .p-bim-support_balloon:after {
    top: auto;
    bottom: calc(clamp(30px, 4vw, 70px) * -1 + 1px);
    left: 0;
    right: 0;
    width: clamp(50px, 5vw, 70px);
    height: clamp(30px, 4vw, 70px);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}

.c-bim-support__flow li {
  border: solid 2px #205e75;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: calc(min(2.5vw, 32px) * 20 / 32);
  gap: 1.5em;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .c-bim-support__flow li {
    font-size: 3.575vw;
  }
}
.c-bim-support__flow li:not(:last-child) {
  margin-bottom: 2.75em;
  position: relative;
}
.c-bim-support__flow li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  width: 4.7em;
  height: 1.25em;
  top: auto;
  bottom: -2.25em;
  right: 0;
  left: 0;
  margin: auto;
  background: #c2dee9;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.c-bim-support__flow_step {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  background: #205e75;
  color: #fff;
  font-size: calc(min(2.5vw, 32px) * 26 / 32);
  padding: 0.5em 0;
  border-radius: 13px 0 0 13px;
}
@media screen and (max-width: 1024px) {
  .c-bim-support__flow_step {
    font-size: 4.6475vw;
    width: 5em;
  }
}

#formWrap {
  margin: 0 auto;
  background: #e7eff2;
  padding: 5%;
  color: #000;
  font-size: min(1.4vw, 18px);
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #formWrap {
    font-size: 3.9vw;
  }
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable tr:not(:last-child) th,
table.formTable tr:not(:last-child) td {
  padding-bottom: 1em;
}

table.formTable th {
  text-align: left;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
#formWrap .formTable {
  border: none;
}
#formWrap .formTable th {
  background: none;
  border: none;
  text-align: left;
  padding: 1.4em 1em 1.2em 0.5em;
  vertical-align: top;
  font-weight: bold;
  position: relative;
}
#formWrap .formTable td {
  background: none;
  border: none;
  padding: 1.2em 0.5em;
}
@media (max-width: 767px) {
  #formWrap .formTable td {
    padding: 0.5em 0 1em;
  }
}
@media screen and (max-width: 1024px) {
  #formWrap .formTable th,
  #formWrap .formTable td {
    display: block;
  }
  #formWrap .formTable th {
    padding-bottom: 0;
    padding-top: 0;
  }
}
#formWrap input[type=text],
#formWrap input[type=url],
#formWrap input[type=email],
#formWrap input[type=tel],
#formWrap input[type=date],
#formWrap input[type=number],
#formWrap select,
#formWrap textarea {
  max-width: 100%;
  padding: 0.7em 2%;
  margin: 0 0.2em;
  border: 1px solid #cccccc;
  background: #fafafa;
  border-radius: 3px;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #formWrap input[type=text],
  #formWrap input[type=url],
  #formWrap input[type=email],
  #formWrap input[type=tel],
  #formWrap input[type=date],
  #formWrap input[type=number],
  #formWrap select,
  #formWrap textarea {
    margin: 0.2em 0;
  }
}
#formWrap textarea {
  width: 100%;
}
#formWrap input[type=number] {
  width: 65px;
  text-align: center;
}
#formWrap input[type=submit] {
  margin: 1em 0;
  text-align: center;
  display: inline-block;
  max-width: 17em;
  width: 100%;
  margin: 0;
  line-height: 1;
  background: #f21121;
  color: #fff;
  text-align: center;
  text-decoration: none;
  appearance: none;
  transition: 0.3s;
  font-weight: 500;
  cursor: pointer;
  border: none;
  font-size: 1em;
  padding: 1em;
  transition: 0.2s;
}
#formWrap input[type=submit]:hover {
  opacity: 0.8;
}
#formWrap input[type=button] {
  margin: 1em 0;
  text-align: center;
  display: inline-block;
  max-width: 17em;
  width: 100%;
  margin: 0;
  line-height: 1;
  background: #c2dee9;
  color: #000;
  text-align: center;
  text-decoration: none;
  appearance: none;
  transition: 0.3s;
  font-weight: 500;
  cursor: pointer;
  border: none;
  font-size: 1em;
  padding: 1em;
  transition: 0.2s;
}
#formWrap input[type=button]:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  #formWrap form input[type=text] {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  #formWrap form textarea {
    display: block;
    width: 100%;
  }
  #formWrap form input[type=submit],
  #formWrap form input[type=reset],
  #formWrap form input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
  }
}/*# sourceMappingURL=bim-support.css.map */