@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Sawarabi+Gothic&display=swap");
:root {
  --bg01: #3F4463;
  --bg02: #32364A;
  --white: #fff;
  --accent_color: #00B0F0;
  --border_color: #077FAB;
  --red: #C80C0C;
  --font: #000000;
  --hover: #1F2D84;
  font-size: 10px;
}

body {
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(#3f4463 0%, #191c2f 100%);
  font-weight: 500;
}

.pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp {
    display: block;
  }
}

a {
  color: var(--white);
}

.wrap_primary {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 769px) {
  .wrap_primary {
    padding: 0 1rem;
  }
}
.wrap_primary.wide {
  max-width: 1400px;
}

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

.main_area {
  padding-top: 80px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.header .pc {
  display: block;
}
@media screen and (max-width: 1345px) {
  .header .pc {
    display: none;
  }
}
.header .sp {
  display: none;
}
@media screen and (max-width: 1345px) {
  .header .sp {
    display: block;
  }
}

.header_wrap {
  background-color: var(--white);
  color: var(--font);
  padding-left: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
}
@media screen and (max-width: 769px) {
  .header_wrap {
    padding-left: 1.5rem;
  }
}
.header_wrap .logo_area a {
  display: block;
  padding: 17px 0;
  box-sizing: border-box;
  height: 8rem;
}
@media screen and (max-width: 769px) {
  .header_wrap .logo_area a {
    height: initial;
    max-width: 17.5rem;
  }
}
.header_wrap .logo_area a img {
  height: 100%;
}
@media screen and (max-width: 769px) {
  .header_wrap .logo_area a img {
    height: auto;
  }
}
.header_wrap .cta_btn_area {
  height: 80px;
}
.header_wrap .cta_btn {
  background-color: var(--accent_color);
  border-bottom: 3px solid var(--border_color);
  display: flex;
  gap: 1rem;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: bold;
  align-items: center;
  padding: 0 2.5rem;
  height: 100%;
  text-decoration: none;
  transition-duration: 0.1s;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .header_wrap .cta_btn {
    flex-direction: column;
    font-size: 1.2rem;
    line-height: 1;
    justify-content: center;
    padding: 0 1.5rem;
  }
}
.header_wrap .cta_btn .pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .header_wrap .cta_btn .pc {
    display: none;
  }
}
.header_wrap .cta_btn .sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .header_wrap .cta_btn .sp {
    display: block;
  }
}
.header_wrap .cta_btn .icon {
  display: block;
  width: 23px;
}
@media screen and (max-width: 769px) {
  .header_wrap .cta_btn .icon {
    width: 31px;
  }
}
.header_wrap .cta_btn:hover {
  border: none;
  transition-duration: 0.1s;
}

.navigation {
  display: flex;
  align-items: center;
}

.bd-gr {
  border: 1px solid #ccc;
}

.gnav_menu_list {
  padding: 0;
  display: flex;
}
@media screen and (max-width: 1345px) {
  .gnav_menu_list {
    position: fixed;
    width: 100%;
    top: 80px;
    left: 0;
    background-color: #EBEBEB;
    padding: 0 2rem 2.4rem 2rem;
    margin: 0;
    flex-direction: column;
    display: none;
    transition-duration: 0.3s;
  }
  .gnav_menu_list.toggle-active {
    display: block;
    transition-duration: 0.3s;
  }
}
.gnav_menu_list .menu_item {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnav_menu_list .menu_item:not(:last-of-type) {
  border-right: 1px solid #000;
}
@media screen and (max-width: 1345px) {
  .gnav_menu_list .menu_item:not(:last-of-type) {
    border-right: none;
  }
}
@media screen and (max-width: 1345px) {
  .gnav_menu_list .menu_item {
    border-bottom: 1px solid #AAAAAA;
    justify-content: flex-start;
  }
}
.gnav_menu_list .menu_item a {
  color: var(--font);
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 0 22px;
  line-height: 1.5;
  transition-duration: 0.1s;
  box-sizing: border-box;
}
@media screen and (max-width: 1345px) {
  .gnav_menu_list .menu_item a {
    padding: 1.8rem 0;
    text-align: left;
    position: relative;
    width: 100%;
  }
  .gnav_menu_list .menu_item a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .gnav_menu_list .menu_item a[target=_blank]::after {
    background-image: url(../../assets/images/new-window-smp-icon.png);
    border: none;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: initial;
  }
}
.gnav_menu_list .menu_item a:hover {
  color: #1F2D84;
  transition-duration: 0.1s;
}

.toggle_menu {
  width: 60px;
  height: 58px;
  background: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 12px;
  display: none;
}
@media screen and (max-width: 1345px) {
  .toggle_menu {
    display: flex;
  }
}
.toggle_menu span {
  position: relative;
  width: 30px;
  height: 2px;
  background: transparent;
  display: inline-block;
  transition: background 0.3s ease;
}
.toggle_menu span::before, .toggle_menu span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: white;
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
}
.toggle_menu span::before {
  top: -5px;
}
.toggle_menu span::after {
  bottom: -5px;
}
.toggle_menu.active span {
  background: transparent;
}
.toggle_menu.active span::before {
  top: 0;
  transform: rotate(25deg);
}
.toggle_menu.active span::after {
  bottom: 0;
  transform: rotate(-25deg);
}

.toTop_btn {
  position: fixed;
  bottom: 13rem;
  right: 1.2rem;
  z-index: 8888;
}
@media screen and (max-width: 769px) {
  .toTop_btn {
    bottom: 7.2rem;
    right: 1.5rem;
  }
}
.toTop_btn a {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: var(--bg02);
}
.toTop_btn a span {
  display: block;
}
.toTop_btn a span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 25px;
  height: 25px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  vertical-align: middle;
}

.footer {
  background-color: var(--bg02);
  font-size: 1.4rem;
  text-align: center;
  padding: 4.5rem 0;
  margin-top: 68px;
}
@media screen and (max-width: 769px) {
  .footer {
    padding: 2rem 0;
    margin-top: 4.5rem;
  }
}

.first_view img {
  margin: 0 auto;
}

.front-page-heading {
  position: relative;
}
.front-page-heading .en {
  color: #3B3F5B;
  font-size: 12rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 769px) {
  .front-page-heading .en {
    font-size: 6.4rem;
  }
}
.front-page-heading .ja {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.1em;
  margin: auto;
  text-align: center;
  font-size: 2.8rem;
}
@media screen and (max-width: 769px) {
  .front-page-heading .ja {
    font-size: 1.5rem;
  }
}

.column4 {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 1.3rem;
  align-items: stretch;
}
@media screen and (max-width: 1000px) {
  .column4 {
    grid-template-columns: auto auto;
  }
}

.card_item a {
  display: block;
}
.card_item a .thumbnail {
  height: 24rem;
  overflow: hidden;
}
.card_item a .thumbnail img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
}
.card_item a .title {
  color: var(--font);
  background-color: var(--white);
  text-decoration: none;
  padding: 1.3rem;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 769px) {
  .card_item a .title {
    font-size: 1.4rem;
  }
}
.card_item a .title::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../../assets/images/newwindow_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  position: absolute;
  right: 1rem;
  left: auto;
  bottom: 1rem;
}
.card_item a:hover .title {
  color: var(--hover);
}
.card_item a:hover .thumbnail {
  transition-duration: 0.1s;
}
.card_item a:hover .thumbnail img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.contact .download_link,
.contact .infomation_link {
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 13px;
  min-height: 118px;
  justify-content: center;
  border: 1px solid #fff;
  transition-duration: 0.3s;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .contact .download_link,
  .contact .infomation_link {
    min-height: 60px;
    padding-left: 2rem;
    justify-content: flex-start;
  }
}
.contact .download_link .icon,
.contact .infomation_link .icon {
  display: block;
  width: 2.8rem;
}
.contact .download_link .label,
.contact .infomation_link .label {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
  .contact .download_link .label,
  .contact .infomation_link .label {
    font-size: 1.4rem;
    text-align: left;
  }
}
.contact .download_link .label small,
.contact .infomation_link .label small {
  font-size: 1.6rem;
}
@media screen and (max-width: 769px) {
  .contact .download_link .label small,
  .contact .infomation_link .label small {
    font-size: 1.2rem;
  }
}
.contact .download_link:hover,
.contact .infomation_link:hover {
  background: rgba(255, 255, 255, 0.2);
  transition-duration: 0.3s;
}
.contact .cta_btn {
  background-color: var(--accent_color);
  border-bottom: 3px solid var(--border_color);
  display: flex;
  gap: 1rem;
  color: var(--white);
  font-size: 2.8rem;
  font-weight: bold;
  align-items: center;
  padding: 0 2.5rem;
  height: 100%;
  text-decoration: none;
  transition-duration: 0.1s;
  box-sizing: border-box;
  justify-content: center;
  height: 133px;
}
.contact .cta_btn:not(:last-of-type) {
  margin-top: 2.8rem;
}
.contact .cta_btn:last-of-type {
  margin-top: 2rem;
}
.contact .cta_btn.dark_color {
  background-color: #0077bf;
  border-color: #003b5f;
}
@media screen and (max-width: 769px) {
  .contact .cta_btn {
    font-size: 1.4rem;
    height: 70px;
    justify-content: flex-start;
    padding-left: 2rem;
  }
}
.contact .cta_btn .icon {
  display: block;
  width: 37px;
}
@media screen and (max-width: 769px) {
  .contact .cta_btn .icon {
    width: 28px;
  }
}
.contact .cta_btn:hover {
  border: none;
  transition-duration: 0.1s;
}
.contact .attention {
  font-size: 1.3rem;
  margin: 1em 0 3rem 0;
}
.contact .contact_text {
  font-size: 1.6rem;
}
.contact .contact_text a {
  color: #00B0F0;
}

.column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .column2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.subpage .page-header {
  background-image: url(../images/subpage/mv_subpage.jpg);
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 4rem;
}
@media screen and (max-width: 769px) {
  .subpage .page-header {
    background-image: url(../images/subpage/mv_subpage-smp.jpg);
    height: 90px;
    margin-bottom: 2rem;
  }
}
.subpage .page-header .wrap_primary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.subpage .page-header .title_text {
  position: relative;
  width: 100%;
  height: 100%;
}
.subpage .page-header .en {
  color: #FFF28D;
  font-size: 12rem;
  font-family: "Oswald", sans-serif;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .subpage .page-header .en {
    font-size: 6rem;
    position: relative;
    top: -5px;
  }
}
.subpage .page-header .ja {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  text-align: left;
  font-size: 2.8rem;
  color: #000000;
  height: fit-content;
}
@media screen and (max-width: 769px) {
  .subpage .page-header .ja {
    font-size: 1.8rem;
  }
}
.subpage .common_section {
  margin-top: 4rem;
}
@media screen and (max-width: 769px) {
  .subpage .common_section {
    margin-top: 2rem;
  }
}
.subpage .lead_text {
  line-height: 1.7;
  margin-bottom: 4rem;
}
@media screen and (max-width: 769px) {
  .subpage .lead_text {
    margin-bottom: 2rem;
  }
}

.subpage_section {
  margin-bottom: 2rem;
}
@media screen and (max-width: 769px) {
  .subpage_section {
    margin-bottom: 1.5rem;
  }
}
.subpage_section .section_wrap {
  background-color: #F2F2F2;
  padding: 4rem 5rem;
  box-sizing: border-box;
  color: #000000;
}
@media screen and (max-width: 769px) {
  .subpage_section .section_wrap {
    padding: 1.7rem 1.5rem;
  }
}
.subpage_section .title {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media screen and (max-width: 769px) {
  .subpage_section .title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.subpage_section .title small {
  font-size: 2rem;
}
@media screen and (max-width: 769px) {
  .subpage_section .title small {
    font-size: 1.4rem;
  }
}
.subpage_section .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 9px;
}
.subpage_section .column2.text_and_image {
  display: flex;
  width: 100%;
  gap: 2rem;
}
@media screen and (max-width: 1000px) {
  .subpage_section .column2.text_and_image {
    flex-direction: column;
  }
}
.subpage_section .column2.text_and_image p strong {
  color: #C80C0C;
  font-weight: normal;
}
.subpage_section .column2.text_and_image figure img {
  margin: 0 auto;
}
.subpage_section .column2.text_and_image figure img:not(:last-of-type) {
  margin-bottom: 2rem;
}
.subpage_section .column2.text_and_image .attention {
  margin-top: 1rem;
}
.subpage_section .column2.text_and_image .attention ul {
  padding: 0;
  margin: 0;
}
.subpage_section .column2.text_and_image .attention ul li {
  font-size: 1.2rem;
  list-style: none;
  padding-left: 1em;
  position: relative;
}
.subpage_section .column2.text_and_image .attention ul li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.subpage_section .column2.text_and_image .infomation_link {
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 13px;
  height: 80px;
  max-width: 100%;
  justify-content: center;
  border-bottom: 5px solid #737791;
  transition-duration: 0.3s;
  font-weight: bold;
  background-color: #1E2135;
  margin: 2.5rem auto;
}
.subpage_section .column2.text_and_image .infomation_link .icon {
  display: block;
  width: 2.8rem;
}
.subpage_section .column2.text_and_image .infomation_link .label {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
  .subpage_section .column2.text_and_image .infomation_link .label {
    font-size: 1.4rem;
  }
}
.subpage_section .column2.text_and_image .infomation_link .label small {
  font-size: 1.6rem;
}
@media screen and (max-width: 769px) {
  .subpage_section .column2.text_and_image .infomation_link .label small {
    font-size: 1.2rem;
  }
}
.subpage_section .column2.text_and_image .infomation_link:hover {
  border: none;
}
.subpage_section .column2.text_and_image .box_lead_text {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 2.2rem;
}
@media screen and (max-width: 769px) {
  .subpage_section .column2.text_and_image .box_lead_text {
    font-size: 1.6rem;
  }
}
.subpage_section .column2 .image_area {
  flex: 1 0 35rem;
}
@media screen and (max-width: 769px) {
  .subpage_section .column2 .image_area {
    flex: 1 1 auto;
  }
}
.subpage_section .column2 .text_area {
  flex: 1 1 auto;
  line-height: 1.75;
}
@media screen and (max-width: 769px) {
  .subpage_section .column2 .text_area {
    font-size: 1.4rem;
  }
}
.subpage_section figcaption {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 1rem;
  font-weight: 400;
}
.subpage_section figure .imaeg_title {
  font-size: 1.8rem;
  color: var(--white);
  padding: 9px 15px;
  background-color: #1A1E31;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
.subpage_section p {
  font-size: 1.6rem;
}
.subpage_section p a {
  color: #1592E6;
}
@media screen and (max-width: 769px) {
  .subpage_section p {
    font-size: 1.4rem;
  }
}
.subpage_section .l-text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 769px) {
  .subpage_section .l-text {
    font-size: 1.6rem;
  }
}

.scroll_area {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.scroll_area::-webkit-scrollbar {
  display: none;
}

.sponsor-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  text-align: center;
  font-family: sans-serif;
}
@media screen and (max-width: 950px) {
  .sponsor-table {
    min-width: 800px;
  }
}
.sponsor-table thead {
  background: #fff;
}
.sponsor-table thead th {
  font-weight: bold;
  padding: 1rem;
  border: 1px solid #AAAAAA;
}
.sponsor-table thead th:nth-child(2) {
  background: #E3B65E;
}
.sponsor-table thead th:nth-child(3) {
  background: #BFBFBF;
}
.sponsor-table thead th:nth-child(4) {
  background: #BC7F4D;
}
.sponsor-table thead th.empty {
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
}
.sponsor-table thead {
  background: transparent;
}
@media screen and (max-width: 769px) {
  .sponsor-table thead {
    font-size: 1.4rem;
  }
}
.sponsor-table tbody {
  background-color: transparent;
}
.sponsor-table tbody th {
  text-align: left;
  background: #f9f9f9;
  border-bottom: 1px solid #AAAAAA;
  font-weight: bold;
  display: flex;
}
.sponsor-table tbody th .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  background-color: #EBE9E9;
  flex: 0 0 6rem;
  border: none;
  font-size: 1.6rem;
}
@media screen and (max-width: 769px) {
  .sponsor-table tbody th .number {
    flex: 0 0 4rem;
    font-size: 1.4rem;
  }
}
.sponsor-table tbody th .cell_title {
  font-size: 1.6rem;
  padding: 2rem;
}
@media screen and (max-width: 769px) {
  .sponsor-table tbody th .cell_title {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
.sponsor-table tbody td {
  padding: 1rem;
  border: 1px solid #AAAAAA;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .sponsor-table tbody td {
    font-size: 1.4rem;
  }
}
.sponsor-table tbody td:nth-child(2) {
  background: #F3E3B4;
}
.sponsor-table tbody td:nth-child(3) {
  background: #E1E1E1;
}
.sponsor-table tbody td:nth-child(4) {
  background: #EBC09D;
}

.table_caption {
  padding: 2rem 0;
}
.table_caption dl {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.table_caption dl:not(:last-of-type) {
  margin-bottom: 7px;
}
.table_caption dt {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.6rem;
}
.table_caption dd {
  font-size: 1.4rem;
  line-height: 1.5;
}

#sponsor .section02 .column2,
#sponsor .section03 .column2 {
  margin-top: 3rem;
}

#student figure {
  max-width: 55rem;
  margin: 0 auto;
}

p.icon_box {
  position: relative;
  padding-left: 3rem;
  font-weight: 400;
}
p.icon_box:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
p.icon_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  background-color: #1C1F33;
  z-index: 1;
}
p.icon_box::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 1px solid #1C1F33;
  z-index: 0;
}

.label_title {
  position: relative;
  display: inline-block;
  background-color: #C80C0C;
  color: #fff;
  font-weight: bold;
  padding: 3px 14px;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.label_title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 3px;
  left: 3px;
  border: 1px solid #C80C0C;
}

.cover_box {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 22px 18px;
  margin-top: 1rem;
  box-sizing: border-box;
  background-color: var(--white);
}
.cover_box .icon_box::before {
  background-color: #C80C0C;
}
.cover_box .icon_box::after {
  border-color: #C80C0C;
}

.border_box {
  padding: 1.7rem 2rem;
  border: 1px solid #707070;
  margin-top: 2rem;
  font-weight: 400;
}
.border_box .box_title {
  font-weight: bold;
}
.border_box ul {
  padding: 0;
  margin: 0;
}
.border_box ul li {
  list-style: none;
  padding-left: 1em;
  position: relative;
}
.border_box ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.banner_box .banner_title {
  display: flex;
  background-color: #1B1E32;
  color: var(--white);
  font-weight: bold;
  padding: 1rem 3rem;
  align-items: center;
  gap: 3.5rem;
}
@media screen and (max-width: 769px) {
  .banner_box .banner_title {
    padding: 1rem 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.banner_box .box_title {
  border: 1px solid #fff;
  padding: 4px 13px;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .banner_box .box_title {
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
  }
}
.banner_box .title_text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  .banner_box .title_text {
    font-size: 1.6rem;
  }
}
.banner_box .content_area {
  background-color: var(--white);
  padding: 2rem 0;
}

@media screen and (min-width: 770px) {
  .no-imaeg_title {
    position: relative;
    top: 45px;
  }
}/*# sourceMappingURL=style.css.map */