@import 'header.css';
@import 'main_content.css';
@import 'book-consultation2.css';
@import 'main_content_sub.css';
@import 'section_what.css';
@import 'book-consultation6.css';
@import 'need-support.css';
@import 'why-choose.css';
@import 'merit1.css';
@import 'book-consultation3.css';
@import 'merit2.css';
@import 'case_study.css';
@import 'book-consultation4.css';
@import 'section_price.css';
@import 'section_flow.css';
@import 'section_faq.css';
@import 'section_explain_video.css';
@import 'section_event.css';
@import 'book-consultation5.css';
@import 'footer.css';
@import 'menu_sp.css';

html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  scroll-behavior: smooth;

  --dark-black: #3c4855;
  --orange: #f08438;
  --blue: #008EDB;
  --sky-blue: #6EB6DB;
  --light-blue: #F0FAFF;
}

button {
  cursor: pointer;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;  
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;  
}

.m-plus-1-medium {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-1-regular {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.noto-regular {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-medium {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
}

.noto-bold {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
}

.f-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}


.main__container {
  height: 100%;
  overflow-y: auto;
  font-size: 20px;
}
