@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  min-height: 100vh;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

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

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

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #000000;
}
body img {
  width: 100%;
  height: auto;
  display: block;
}
body a {
  display: block;
  text-decoration: none;
  transition: all 0.2s;
}
body a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 750px) {
  body .pc_only {
    display: none;
  }
}
body .sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  body .sp_only {
    display: block;
  }
}
body .only_400 {
  display: none;
}
@media screen and (max-width: 400px) {
  body .only_400 {
    display: block;
  }
}
body .only_470 {
  display: none;
}
@media screen and (max-width: 470px) {
  body .only_470 {
    display: block;
  }
}
body .only_550 {
  display: none;
}
@media screen and (max-width: 550px) {
  body .only_550 {
    display: block;
  }
}
body .only_580 {
  display: none;
}
@media screen and (max-width: 580px) {
  body .only_580 {
    display: block;
  }
}
body .only_980 {
  display: none;
}
@media screen and (max-width: 980px) {
  body .only_980 {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  body .only_900up {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  body .only_980up {
    display: none;
  }
}
body header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(198, 219, 229, 0.8);
  height: 72px;
  box-shadow: 0px 0px 10px rgba(20, 45, 100, 0.2);
}
@media screen and (max-width: 750px) {
  body header {
    height: 50px;
  }
}
body header div.h_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  body header div.h_inner {
    padding: 0 15px;
  }
}
body header div.h_inner div.h_b1 > a {
  width: 40px;
}
@media screen and (max-width: 750px) {
  body header div.h_inner div.h_b1 > a {
    width: 30px;
  }
}
body header div.h_inner ul.h_ul {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  body header div.h_inner ul.h_ul {
    justify-content: center;
    position: fixed;
    width: 89.3333333333vw;
    height: 50px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #EDF2F4;
    box-shadow: 0px 0px 10px rgba(20, 45, 100, 0.2);
    border-radius: 46px;
    margin-left: 0;
    gap: 30px;
  }
}
body header div.h_inner ul.h_ul li.h_li {
  height: 100%;
}
body header div.h_inner ul.h_ul li.h_li > a {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}
body header div.h_inner ul.h_ul li.h_li > a div.h_li_img {
  width: 16px;
}
body header div.h_inner ul.h_ul li.h_li > a div.h_li_txt {
  color: #142D64;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  body header div.h_inner ul.h_ul li.h_li > a div.h_li_txt {
    font-size: 16px;
  }
}
body header div.h_inner div.h_logo {
  margin-left: auto;
}
body header div.h_inner div.h_logo > a {
  width: 184.82px;
}
@media screen and (max-width: 750px) {
  body header div.h_inner div.h_logo > a {
    width: 140px;
  }
}
body main .mv {
  overflow: clip;
  position: relative;
  height: 540px;
}
@media screen and (max-width: 750px) {
  body main .mv {
    height: 400px;
  }
}
body main .mv img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  body main .mv img {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  body main .mv img {
    width: 100%;
  }
}
body main .mv .mv_on {
  position: absolute;
  top: calc(50% + 36px);
  left: 49%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  body main .mv .mv_on {
    top: calc(50% + 25px);
    left: 15px;
    transform: translate(0, -50%);
  }
}
body main .mv .mv_on .mv_on_inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1050px) {
  body main .mv .mv_on .mv_on_inner {
    gap: 1.1428571429vw;
  }
}
@media screen and (max-width: 750px) {
  body main .mv .mv_on .mv_on_inner {
    gap: 14px;
  }
}
body main .mv .mv_on .mv_on_inner .h1_01 {
  white-space: nowrap;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 40px;
}
@media screen and (max-width: 1050px) {
  body main .mv .mv_on .mv_on_inner .h1_01 {
    font-size: 3.8095238095vw;
  }
}
@media screen and (max-width: 750px) {
  body main .mv .mv_on .mv_on_inner .h1_01 {
    font-size: 18px;
    line-height: 1.5;
  }
}
body main .mv .mv_on .mv_on_inner .h1_02 {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1050px) {
  body main .mv .mv_on .mv_on_inner .h1_02 {
    gap: 2.8571428571vw;
  }
}
@media screen and (max-width: 750px) {
  body main .mv .mv_on .mv_on_inner .h1_02 {
    flex-wrap: wrap;
    gap: 0;
  }
}
body main .mv .mv_on .mv_on_inner .h1_02 .h1_02_b1 {
  background-color: #ffffff;
  color: #142D64;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  letter-spacing: 0;
  width: 147px;
  height: 147px;
  font-size: 50px;
}
@media screen and (max-width: 1050px) {
  body main .mv .mv_on .mv_on_inner .h1_02 .h1_02_b1 {
    width: 14vw;
    height: 14vw;
    font-size: 4.7619047619vw;
  }
}
@media screen and (max-width: 750px) {
  body main .mv .mv_on .mv_on_inner .h1_02 .h1_02_b1 {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-right: 8px;
  }
}
body main .mv .mv_on .mv_on_inner .h1_02 .h1_02_txt_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  body main .mv .mv_on .mv_on_inner .h1_02 .h1_02_txt_sp {
    display: inline-block;
    white-space: nowrap;
    color: #ffffff;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 26px;
  }
}
body main .mv .mv_on .mv_on_inner .h1_02 .h1_02_txt {
  white-space: nowrap;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 50px;
}
@media screen and (max-width: 1050px) {
  body main .mv .mv_on .mv_on_inner .h1_02 .h1_02_txt {
    font-size: 4.7619047619vw;
  }
}
@media screen and (max-width: 750px) {
  body main .mv .mv_on .mv_on_inner .h1_02 .h1_02_txt {
    font-size: 26px;
  }
}
body main .main_contents {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 74px auto 120px;
}
@media screen and (max-width: 750px) {
  body main .main_contents {
    margin: 37px auto 80px;
    padding: 0 15px;
  }
}
body main .main_contents div.top_message {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  body main .main_contents div.top_message {
    flex-direction: column;
    gap: 30px;
  }
}
body main .main_contents div.top_message div.top_message_left {
  padding-right: 60px;
}
@media screen and (max-width: 1060px) {
  body main .main_contents div.top_message div.top_message_left {
    padding-right: 5.6603773585vw;
  }
}
@media screen and (max-width: 750px) {
  body main .main_contents div.top_message div.top_message_left {
    padding-right: 0;
  }
}
body main .main_contents div.top_message div.top_message_left div.top_message_sub {
  position: relative;
  color: #142D64;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 16px;
  padding-left: 16px;
  line-height: 1.5;
}
body main .main_contents div.top_message div.top_message_left div.top_message_sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #142D64;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
body main .main_contents div.top_message div.top_message_left .top_message_ttl {
  color: #142D64;
  font-weight: bold;
  line-height: 1;
  font-size: 50px;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  body main .main_contents div.top_message div.top_message_left .top_message_ttl {
    letter-spacing: 0;
    font-size: 30px;
    margin-top: 0;
  }
}
body main .main_contents div.top_message div.top_message_left div.top_message_txt {
  font-size: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  body main .main_contents div.top_message div.top_message_left div.top_message_txt {
    margin-top: 36px;
  }
}
body main .main_contents div.top_message div.top_message_right {
  flex-shrink: 0;
  width: 300px;
}
@media screen and (max-width: 750px) {
  body main .main_contents div.top_message div.top_message_right {
    width: 299px;
    margin: 0 auto;
  }
}
body main .main_contents div.top_message div.top_message_right div.top_message_right_img {
  width: 100%;
}
body main .main_contents div.top_message div.top_message_right .top_message_right_txt_01 {
  font-weight: 500;
  color: #142D64;
  text-align: center;
  letter-spacing: 0.42px;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  body main .main_contents div.top_message div.top_message_right .top_message_right_txt_01 {
    margin-top: 8px;
  }
}
body main .main_contents div.top_message div.top_message_right .top_message_right_txt_02 {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
body main .main_contents div.top_message div.top_message_right .top_message_right_txt_02 > span {
  font-weight: 500;
  color: #142D64;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.48px;
}
body main .main_contents .top_news {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .top_news {
    margin-top: 80px;
  }
}
body main .main_contents .top_news .top_news_inner {
  background-color: #EDF2F4;
  padding: 50px;
}
@media screen and (min-width: 750.1px) {
  body main .main_contents .top_news .top_news_inner {
    padding-top: 54px;
  }
}
@media screen and (max-width: 750px) {
  body main .main_contents .top_news .top_news_inner {
    padding: 40px 20px;
  }
}
body main .main_contents .top_news .top_news_inner div.top_news_sub {
  position: relative;
  color: #142D64;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 16px;
  padding-left: 16px;
  line-height: 1.5;
}
body main .main_contents .top_news .top_news_inner div.top_news_sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #142D64;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
body main .main_contents .top_news .top_news_inner .top_news_ttl {
  color: #142D64;
  font-weight: bold;
  line-height: 1;
  font-size: 50px;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .top_news .top_news_inner .top_news_ttl {
    font-size: 30px;
    margin-top: 0;
  }
}
body main .main_contents .top_news .top_news_inner ul.top_news_ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .top_news .top_news_inner ul.top_news_ul {
    margin-top: 40px;
  }
}
body main .main_contents .top_news .top_news_inner ul.top_news_ul li.top_news_li a {
  display: flex;
  color: #142D64;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.48px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(20, 45, 100, 0.2);
}
@media screen and (max-width: 750px) {
  body main .main_contents .top_news .top_news_inner ul.top_news_ul li.top_news_li a {
    flex-direction: column;
    gap: 10px;
  }
}
body main .main_contents .top_news .top_news_inner ul.top_news_ul li.top_news_li a .top_news_li_day {
  flex-shrink: 0;
  width: 146px;
}
body main .main_contents .top_news .top_news_inner ul.top_news_ul li.top_news_li a .top_news_li_txt {
  font-weight: 400;
}
body main .main_contents .top_news a.link_arrow {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #142D64;
  margin-left: auto;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  margin-top: 30px;
  padding-right: 24px;
  border-bottom: 1px solid rgba(20, 45, 100, 0.2);
}
@media screen and (max-width: 750px) {
  body main .main_contents .top_news a.link_arrow {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
  }
}
body main .main_contents .top_news a.link_arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
body main .main_contents .top_contents {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .top_contents {
    margin-top: 80px;
  }
}
body main .main_contents .top_contents .contents_ttl {
  position: relative;
  color: #142D64;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 24px;
  padding-left: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  body main .main_contents .top_contents .contents_ttl {
    font-size: 20px;
    line-height: 29px;
  }
}
body main .main_contents .top_contents .contents_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #142D64;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
body main .main_contents .top_contents .contents_txt {
  margin-top: 27px;
}
body main .main_contents .top_contents .contents_txt.mt50 {
  margin-top: 45px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .top_contents .contents_txt.mt50 {
    margin-top: 25px;
  }
}
body main .main_contents .top_contents .contents_img {
  width: 100%;
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .top_contents .contents_img {
    margin-top: 28px;
  }
}
body main .main_contents .top_contents .contents_img_txt {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .top_contents .contents_img_txt {
    font-size: 12px;
    margin-top: 9px;
    letter-spacing: 0.6px;
  }
}
body main .main_contents ul.link_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 27px;
}
@media screen and (max-width: 750px) {
  body main .main_contents ul.link_flex {
    margin-top: 26px;
    gap: 15px;
  }
}
body main .main_contents ul.link_flex.mt12 {
  margin-top: 12px;
}
body main .main_contents ul.link_flex li.link_flex_li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 800px) {
  body main .main_contents ul.link_flex li.link_flex_li {
    width: 100%;
  }
}
body main .main_contents ul.link_flex li.link_flex_li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 16px;
  padding: 20px 0;
  min-height: 80px;
}
@media screen and (max-width: 750px) {
  body main .main_contents ul.link_flex li.link_flex_li a {
    gap: 8px;
    border-radius: 10px;
    padding: 14px 0;
    min-height: 60px;
  }
}
body main .main_contents ul.link_flex li.link_flex_li a .link_flex_li_daen {
  flex-shrink: 0;
  width: 11px;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  body main .main_contents ul.link_flex li.link_flex_li a .link_flex_li_daen {
    width: 8px;
    margin-left: 10px;
  }
}
body main .main_contents ul.link_flex li.link_flex_li a .link_flex_li_txt {
  color: #142D64;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 26px;
}
@media screen and (max-width: 750px) {
  body main .main_contents ul.link_flex li.link_flex_li a .link_flex_li_txt {
    letter-spacing: 0;
    line-height: 20px;
  }
}
body main .main_contents ul.link_flex li.link_flex_li a .link_flex_li_link {
  flex-shrink: 0;
  width: 14px;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  body main .main_contents ul.link_flex li.link_flex_li a .link_flex_li_link {
    margin-right: 15px;
  }
}
body main .main_contents .contents_area h1.contents_h1 {
  color: #142D64;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  font-size: 50px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area h1.contents_h1 {
    letter-spacing: 0.1em;
    font-size: 26px;
  }
}
body main .main_contents .contents_area .overview_obi {
  width: 100%;
  background-color: #DEE4EA;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 15px 0;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .overview_obi {
    padding: 10px 0;
    margin-top: 25px;
  }
}
body main .main_contents .contents_area .overview_obi .overview_obi_b1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #142D64;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
}
body main .main_contents .contents_area .overview_obi .overview_obi_txt {
  color: #142D64;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  body main .main_contents .contents_area .overview_obi .overview_obi_txt {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .overview_obi .overview_obi_txt {
    font-size: 20px;
  }
}
body main .main_contents .contents_area .overview_bloc_ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 50px;
}
body main .main_contents .contents_area .overview_bloc_ttl.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .overview_bloc_ttl.mt100 {
    margin-top: 80px;
  }
}
body main .main_contents .contents_area .overview_bloc_ttl .overview_bloc_ttl_01 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  border: 1px solid #142D64;
  color: #142D64;
  font-weight: bold;
  width: 80px;
  height: 80px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .overview_bloc_ttl .overview_bloc_ttl_01 {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
}
body main .main_contents .contents_area .overview_bloc_ttl .overview_bloc_ttl_02 {
  color: #142D64;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 28px;
  line-height: 42px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .overview_bloc_ttl .overview_bloc_ttl_02 {
    font-size: 20px;
    line-height: 30px;
  }
}
body main .main_contents .contents_area .overview_txt {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .overview_txt {
    margin-top: 27px;
  }
}
body main .main_contents .contents_area .overview_img {
  margin-top: 47px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .overview_img {
    margin-top: 28px;
  }
}
body main .main_contents .contents_area .overview_caption {
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .overview_caption {
    margin-top: 10px;
  }
}
body main .main_contents .contents_area .overview_caption a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: underline;
  text-decoration-color: rgba(20, 45, 100, 0.2);
  text-underline-offset: 8px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .overview_caption a {
    text-underline-offset: 6px;
  }
}
body main .main_contents .contents_area .overview_num_ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .overview_num_ttl {
    flex-direction: column;
    gap: 8px;
  }
}
body main .main_contents .contents_area .overview_num_ttl.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .overview_num_ttl.mt80 {
    margin-top: 60px;
  }
}
body main .main_contents .contents_area .overview_num_ttl .overview_num_ttl_img {
  flex-shrink: 0;
  width: 60px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .overview_num_ttl .overview_num_ttl_img {
    width: 40px;
  }
}
body main .main_contents .contents_area .overview_num_ttl .overview_num_ttl_txt {
  color: #142D64;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .overview_num_ttl .overview_num_ttl_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .overview_num_ttl .overview_num_ttl_txt .overview_num_ttl_txt_01 {
    line-height: 26px;
  }
}
body main .main_contents .contents_area .overview_num_ttl .overview_num_ttl_txt .overview_num_ttl_txt_02 {
  letter-spacing: 0.1em;
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .overview_num_ttl .overview_num_ttl_txt .overview_num_ttl_txt_02 {
    margin-top: 7px;
  }
}
body main .main_contents .contents_area ul.overview_abc_ul {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area ul.overview_abc_ul {
    margin-top: 30px;
  }
}
body main .main_contents .contents_area ul.overview_abc_ul li.overview_abc_li {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area ul.overview_abc_ul li.overview_abc_li {
    align-items: flex-start;
  }
}
body main .main_contents .contents_area ul.overview_abc_ul li.overview_abc_li .overview_abc_li_tag {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DEE4EA;
  border-radius: 50%;
  color: #142D64;
  letter-spacing: 0;
  line-height: 1;
  width: 30px;
  height: 30px;
  font-size: 16px;
  padding-bottom: 3px;
}
body main .main_contents .contents_area ul.overview_abc_ul li.overview_abc_li .overview_abc_li_txt {
  font-size: 16px;
  letter-spacing: 0.05em;
}
body main .main_contents .contents_area .news_wrap {
  display: flex;
  flex-direction: column;
  gap: 74px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .news_wrap {
    margin-top: 24px;
    gap: 78px;
  }
}
body main .main_contents .contents_area .news_wrap .news_main .news_obi {
  display: flex;
  align-items: center;
  background-color: #DEE4EA;
  color: #142D64;
  font-weight: bold;
  height: 60px;
  padding-left: 27px;
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .news_wrap .news_main .news_obi {
    height: 40px;
    padding-left: 18px;
    font-size: 20px;
  }
}
body main .main_contents .contents_area .news_wrap .news_main ul.news_ul {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body main .main_contents .contents_area .news_wrap .news_main ul.news_ul li.news_li {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .news_wrap .news_main ul.news_ul li.news_li {
    padding-top: 80px;
    margin-top: -80px;
  }
}
body main .main_contents .contents_area .news_wrap .news_main ul.news_ul li.news_li .news_day {
  position: relative;
  color: #142D64;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 24px;
  padding-left: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .news_wrap .news_main ul.news_ul li.news_li .news_day {
    font-size: 20px;
  }
}
body main .main_contents .contents_area .news_wrap .news_main ul.news_ul li.news_li .news_day::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #142D64;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
body main .main_contents .contents_area .news_wrap .news_main ul.news_ul li.news_li .news_txt {
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  body main .main_contents .contents_area .news_wrap .news_main ul.news_ul li.news_li .news_txt {
    margin-top: 13px;
  }
}
body footer .f_inner .f_logo a {
  margin: 0 auto;
  width: 184.82px;
}
@media screen and (max-width: 750px) {
  body footer .f_inner .f_logo a {
    width: 185px;
  }
}
body footer .f_inner .f_bottom {
  background-color: #142D64;
  margin-top: 35px;
  padding: 27px 0 7px;
}
@media screen and (max-width: 750px) {
  body footer .f_inner .f_bottom {
    margin-top: 30px;
    padding: 30px 0 80px;
  }
}
body footer .f_inner .f_bottom ul.f_bottom_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 750px) {
  body footer .f_inner .f_bottom ul.f_bottom_ul {
    gap: 40px;
  }
}
body footer .f_inner .f_bottom ul.f_bottom_ul li.f_bottom_li a {
  display: flex;
  align-items: center;
  gap: 8px;
}
body footer .f_inner .f_bottom ul.f_bottom_ul li.f_bottom_li a .f_bottom_img {
  filter: brightness(0) invert(1);
  width: 16px;
}
body footer .f_inner .f_bottom ul.f_bottom_ul li.f_bottom_li a .f_bottom_txt {
  color: #ffffff;
  letter-spacing: 0;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  body footer .f_inner .f_bottom ul.f_bottom_ul li.f_bottom_li a .f_bottom_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  body footer .f_inner .f_bottom ul.f_bottom_ul li.f_bottom_li a .f_bottom_txt.home {
    font-size: 16px;
  }
}
body footer .f_inner .f_bottom .f_bottom_copy {
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  body footer .f_inner .f_bottom .f_bottom_copy {
    font-size: 10px;
    line-height: 15px;
    margin-top: 14px;
  }
}/*# sourceMappingURL=style.css.map */