.mt-hero {
  background-color: #175a76;
}
.mt-hero_inner {
  position: relative;
  display: block;
  width: 1280px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mt-hero_inner {
    width: 100%;
  }
}
.mt-hero_bg {
  display: block;
  width: 100%;
  height: auto;
}
.mt-hero_bg img {
  display: block;
  width: 100%;
  height: auto;
}
.mt-hero_title {
  position: absolute;
  top: 200px;
  left: 100px;
  width: 600px;
}
@media screen and (max-width: 768px) {
  .mt-hero_title {
    width: 46vw;
    top: 3%;
    left: 9%;
  }
}
.mt-hero_title img {
  display: block;
  width: 100%;
  height: auto;
}
.mt-hero_num {
  font-size: 12px;
  position: absolute;
  left: 100px;
  top: 600px;
}
@media screen and (max-width: 768px) {
  .mt-hero_num {
    display: none;
  }
}
.mt-hero_lower {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mt-hero_name {
  position: absolute;
  bottom: 360px;
  left: 50px;
  width: 446px;
}
@media screen and (max-width: 768px) {
  .mt-hero_name {
    width: 41vw;
    bottom: 102vw;
    left: 5%;
  }
}
.mt-hero_name img {
  display: block;
  width: 100%;
  height: auto;
}
.mt-hero_prof {
  position: absolute;
  bottom: 110px;
  left: 80px;
  width: 440px;
}
@media screen and (max-width: 768px) {
  .mt-hero_prof {
    width: 76vw;
    bottom: 67vw;
    left: 10%;
  }
}
.mt-hero_prof img {
  display: block;
  width: 100%;
  height: auto;
}
.mt-hero_x {
  position: absolute;
  bottom: 330px;
  right: 100px;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .mt-hero_x {
    width: 80vw;
    bottom: 41vw;
    left: 10%;
  }
}
.mt-hero_x img {
  display: block;
  width: 100%;
  height: auto;
}
.mt-hero_youtube {
  position: absolute;
  bottom: 100px;
  right: 100px;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .mt-hero_youtube {
    width: 80vw;
    bottom: 8vw;
    left: 10%;
  }
}
.mt-hero_youtube img {
  display: block;
  width: 100%;
  height: auto;
}
.mt-hero_note {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .mt-hero_note {
    font-size: 8px;
  }
}
.mt-cv {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .mt-cv {
    padding: 30px 0;
  }
}
.mt-cv_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 960px;
  height: 100px;
  font-size: 30px;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 100px;
  margin: 0 auto;
  background-color: #F40039;
}
@media screen and (max-width: 768px) {
  .mt-cv_btn {
    width: 90%;
    height: auto;
    padding: 10px 0;
    font-size: 20px;
  }
}
.mt-cv2 {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .mt-cv2 {
    padding-top: 30px;
  }
}
.mt-cv2 a {
  margin-bottom: 30px;
}
.mt-news {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .mt-news {
    margin: 30px 0;
  }
}
.mt-news_inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mt-news_inner {
    width: 90%;
  }
}
.mt-news_heading {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mt-news_heading {
    margin-bottom: 20px;
  }
}
.mt-news_heading img {
  display: block;
  width: 800px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mt-news_heading img {
    width: 80%;
    margin: 0 auto;
  }
}
.mt-news_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px dashed #333;
  padding: 20px 0;
}
.mt-news_item ._date {
  width: 300px;
  display: flex;
  justify-content: center;
  align-self: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .mt-news_item ._date {
    width: 130px;
    font-size: 16px;
  }
}
.mt-news_item ._body {
  width: 700px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .mt-news_item ._body {
    width: calc(100% - 130px);
    font-size: 14px;
  }
}
.mt-nav_heading {
  background-color: #23318E;
  padding: 10px 0;
  text-align: center;
}
.mt-nav_heading img {
  display: inline-block;
  height: 30px;
}
.mt-nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 900px;
  margin: 40px auto;
  border-left: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .mt-nav_list {
    width: 90%;
    border: none;
    flex-direction: column;
    gap: 30px;
  }
}
.mt-nav_list a {
  display: block;
  border-right: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .mt-nav_list a {
    width: 100%;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }
}
.mt-nav_list a img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mt-nav_list a img {
    width: 60%;
    margin: 0 auto;
  }
}
.mt-intro_heading {
  background-color: #bae2f8;
}
.mt-intro_heading img {
  display: block;
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mt-intro_heading img {
    width: 100%;
  }
}
.mt-intro_inner {
  box-sizing: border-box;
  width: 1000px;
  margin: 50px auto;
  padding: 50px;
  border: 2px solid #A9B2B7;
  border-radius: 40px;
  background-color: #F6FBFD;
}
@media screen and (max-width: 768px) {
  .mt-intro_inner {
    width: 90%;
    padding: 30px;
  }
}
.mt-intro_inner p {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .mt-intro_inner p {
    font-size: 14px;
  }
}
.mt-intro_tenbin {
  display: block;
  width: 1280px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .mt-intro_tenbin {
    width: 100%;
    margin: 50px auto;
  }
}
.mt-intro_tenbin img {
  display: block;
  width: 100%;
}
.mt-city {
  background-image: url(https://zaifx.ismcdn.jp/common/fxmail/v3/matsuzaki/bg.png);
  background-repeat: repeat-x;
  background-size: auto 120px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .mt-city {
    background-size: auto 80px;
    height: 80px;
  }
}
.mt-books {
  margin: 50px 0;
}
.mt-books_heading {
  background-color: #23318E;
  padding: 10px 0;
  text-align: center;
}
.mt-books_heading img {
  display: inline-block;
  height: 30px;
}
.mt-books_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .mt-books_list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 50px;
  }
}
.mt-books_item {
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mt-books_item img {
  display: block;
  width: 100%;
  height: auto;
}
.mt-books_item ._name {
  font-size: 18px;
}
.mt-books_item p {
  font-size: 14px;
}
.mt-mailmagazine {
  background-color: #97C3F7;
  padding-bottom: 50px;
}
.mt-mailmagazine_heading img {
  display: block;
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mt-mailmagazine_heading img {
    width: 100%;
  }
}
.mt-mailmagazine_intro {
  width: 1000px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .mt-mailmagazine_intro {
    width: 90%;
    margin: 30px auto;
  }
}
.mt-mailmagazine_intro p {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mt-mailmagazine_intro p {
    font-size: 14px;
  }
}
.mt-mailmagazine_msgHdg {
  background-color: #0E2A35;
  color: #fff;
  font-size: 32px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mt-mailmagazine_msgHdg {
    font-size: 24px;
  }
}
.mt-mailmagazine_msg {
  box-sizing: border-box;
  width: 1000px;
  margin: 50px auto;
  padding: 60px;
  border-radius: 40px;
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  .mt-mailmagazine_msg {
    width: 90%;
    padding: 30px;
    margin: 30px auto;
  }
}
.mt-mailmagazine_msg p {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .mt-mailmagazine_msg p {
    font-size: 14px;
  }
}
.mt-meeting {
  background-color: #97C3F7;
  padding-bottom: 50px;
}
.mt-meeting_heading img {
  display: block;
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mt-meeting_heading img {
    width: 100%;
  }
}
.mt-meeting_content {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 40px;
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  .mt-meeting_content {
    width: 90%;
    padding: 50px 30px;
  }
}
.mt-meeting_content img {
  width: 500px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mt-meeting_content img {
    width: 280px;
  }
}
.mt-meeting_content h3 {
  font-size: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mt-meeting_content h3 {
    font-size: 20px;
  }
}
.mt-meeting_content p {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .mt-meeting_content p {
    font-size: 14px;
  }
}
.mt-meeting_note {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  font-size: 24px;
  color: #333;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mt-meeting_note {
    font-size: 14px;
    width: 90%;
  }
}
.mt-member {
  background-color: #97C3F7;
  padding-bottom: 50px;
}
.mt-member_heading img {
  display: block;
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mt-member_heading img {
    width: 100%;
  }
}
.mt-member_content {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 40px;
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  .mt-member_content {
    width: 90%;
    padding: 50px 30px;
  }
}
.mt-member_content img {
  width: 500px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mt-member_content img {
    width: 280px;
  }
}
.mt-member_content h3 {
  font-size: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mt-member_content h3 {
    font-size: 20px;
  }
}
.mt-member_content p {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .mt-member_content p {
    font-size: 14px;
  }
}
.mt-member_note {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  font-size: 24px;
  color: #333;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mt-member_note {
    font-size: 14px;
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */