.flex {
  display: flex;
}

.justify-start {
  justify-content: start;
}

.justify-end {
  justify-content: end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.items-stretch {
  align-items: stretch;
}

.items-start {
  align-items: start;
}

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

.items-end {
  align-items: end;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

html {
  scroll-behavior: smooth;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.content-2 {
  gap: 50px;
  margin-bottom: 75px;
}
.content_left {
  width: calc(67.5% - 25px);
  margin-top: 50px;
}

.title {
  gap: 25px;
  margin-bottom: 20px;
}
.title-sub {
  gap: 17.5px;
  border-bottom: 1px solid #2B2B2B;
  padding-bottom: 5px;
}
.title_heading {
  font-size: 3.2rem;
  color: #2B2B2B;
  font-weight: 600;
}
.title_heading-small {
  font-size: 2.4rem;
}
.title_img {
  width: 42px;
}

.title2 {
  margin: 25px auto 0;
}
.title2_heading {
  font-size: 3.6rem;
  font-weight: 700;
  color: #2B2B2B;
  text-align: center;
}

.cta_btn {
  background: #306AB2;
  border-radius: 39px;
  color: white;
  font-size: 2rem;
  display: block;
  min-width: 337px;
  max-width: 476px;
  width: 90%;
  margin: 35px auto 0;
  text-align: center;
  padding: 15px 0;
  font-weight: 600;
  transition: 0.5s ease;
}
.cta_btn:hover {
  width: 97.5%;
  max-width: 525px;
  background: linear-gradient(90deg, #2a49b2 0%, #0ab190 100%);
}
.cta_btn-gra {
  margin-top: 25px;
  width: 45%;
  background: #2a49b2;
  background: linear-gradient(90deg, #2a49b2 0%, #0ab190 100%);
}
.cta_btn-green {
  background: #00C100;
}
.cta_btn-green:hover {
  width: 97.5%;
  max-width: 525px;
  background: linear-gradient(90deg, #00C100 0%, #008800 100%);
}

.blog {
  padding: 0px 0 60px;
}
.blog-borderB {
  margin-bottom: 80px;
  border-bottom: 1px solid #2B2B2B;
}
.blog_inner {
  position: relative;
}
.blog_list {
  gap: 45px;
  width: 100%;
  margin: 0px auto;
}
.blog_list-2 {
  gap: 35px 25px;
}
.blog_item {
  width: calc(33% - 30px);
}
.blog_item-2 {
  width: calc(50% - 12.5px);
}
.blog_img {
  width: 100%;
}
.blog_wrap {
  position: relative;
  margin-bottom: 10px;
  border: none;
  height: 200px;
}
.blog_wrap-date {
  gap: 7.5px;
}
.blog_cat {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #306AB2;
  color: white;
  font-size: 1.5rem;
  padding: 5px 15px 7.5px;
  line-height: 1;
}
.blog_texts {
  height: calc(100% - 200px);
}
.blog_text {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #306AB2;
  text-decoration-line: #306AB2;
  text-decoration-thickness: 1px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-decoration: underline;
  margin-bottom: 10px;
}
.blog_link {
  transition: opacity 0.5s ease-out;
}
.blog_link:hover {
  opacity: 0.7;
}

.date {
  gap: 17.5px;
}
.date_text {
  font-size: 1.8rem;
  font-weight: 600;
}
.date_text-small {
  font-size: 1.6rem;
}
.date_img-small {
  width: 19px;
  height: 19px;
}
.date_wrap {
  gap: 7.5px;
}

.sideBar {
  width: calc(32.5% - 25px);
  padding-top: 0;
  margin-top: 50px;
}
.sideBar_content:not(:last-child) {
  margin-bottom: 25px;
}
.sideBar_item:not(:last-child) {
  margin-bottom: 25px;
}
.sideBar_item:hover {
  opacity: 0.6;
}
.sideBar_link {
  transition: opacity 0.5s ease-out;
}
.sideBar_link:hover {
  opacity: 0.7;
}
.sideBar_link-gap {
  gap: 15px;
}
.sideBar_link-banner {
  width: 100%;
  display: block;
}
.sideBar_imgWrap {
  position: relative;
  border: none;
  height: 87px;
  width: 115px;
}
.sideBar_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sideBar_index {
  font-size: 1.5rem;
  color: white;
  background: #306AB2;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
}
.sideBar_text {
  line-height: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #306AB2;
  text-decoration-line: #306AB2;
  text-decoration-thickness: 1px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-decoration: underline;
  margin-bottom: 5px;
}
.sideBar_texts {
  width: calc(100% - 115px);
}
.sideBar_cards {
  gap: 25px;
}
.sideBar_card {
  width: calc(50% - 12.5px);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 30px 0 20px;
}
.sideBar_coution {
  font-size: 1.6rem;
  margin-top: 5px;
}
.sideBar_banners, .sideBar_banner {
  width: 100%;
}
.sideBar_banner:first-child {
  margin-bottom: 15px;
}

.bottomCta {
  background: #2A6AB2;
  padding: 75px 0;
  box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.16);
}
.bottomCta_inner {
  max-width: 1160px;
  width: calc(100% - 60px);
  background: white;
  border-radius: 20px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.bottomCta_heading {
  font-size: 2.6rem;
  width: 100%;
  background: #46AB92;
  text-align: center;
  color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.bottomCta_title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.bottomCta_title-small {
  font-size: 2.6rem;
}
.bottomCta_title-big {
  font-size: 4rem;
  color: #306AB2;
  font-weight: 900;
}
.bottomCta_wrap {
  max-width: 720px;
  width: calc(100% - 40px);
  margin: auto;
  border: 1px solid #306AB2;
  padding: 25px 0;
}
.bottomCta_img {
  margin-top: 10px;
}
.bottomCta_text {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
}
.bottomCta_text span {
  line-height: 1;
  color: #306AB2;
  font-size: 3.2rem;
}
.bottomCta_text span span {
  font-size: 3.7rem;
}
.bottomCta_item {
  gap: 10px;
}
.bottomCta_item:not(:last-child) {
  margin-bottom: 20px;
}

.pagination {
  margin: 25px auto 0px;
}

.pagination ul.page-numbers li a {
  font-size: 23px;
  color: #306AB2;
  background: white;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #306AB2 !important;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  margin: 0;
  transition: opacity 0.5s ease-out;
  font-weight: 600;
}
.pagination ul.page-numbers li a:hover {
  opacity: 0.7;
}

ul.page-numbers li span.page-numbers {
  border: none;
}

.pagination ul.page-numbers li span.page-numbers.current {
  background: #306AB2;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.pagination ul.page-numbers li {
  overflow: visible;
  margin: 0 7.5px;
}

.prev,
.next {
  display: none !important;
}

.pagination ul.page-numbers li .dots {
  color: #306AB2 !important;
  margin-bottom: 0 !important;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .tab {
    display: block;
  }
  .pc {
    display: none;
  }
  .cta_btn {
    line-height: 1.4;
  }
  .bottomCta_title {
    line-height: 1.3;
  }
  .content_left {
    width: calc(67.5% - 12.5px);
  }
  .sideBar {
    width: calc(32.5% - 12.5px);
  }
  .sideBar_cards {
    gap: 10px;
  }
  .sideBar_card {
    width: calc(50% - 5px);
    padding: 30px 0 20px;
  }
  .sideBar_coution {
    font-size: 1.4rem;
  }
  .sideBar_img-card {
    width: 50%;
  }
  .sideBar_text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog_wrap {
    height: 200px;
  }
  .blog_texts {
    height: calc(100% - 200px);
  }
  .blog_list-2 {
    gap: 45px 15px;
  }
  .blog_item-2 {
    width: calc(50% - 7.5px);
  }
  .blog_text {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .date_text {
    font-size: 1.7rem;
  }
  .date_text-small {
    font-size: 1.6rem;
  }
  .date_img {
    width: 21px;
    height: 21px;
  }
  .date_img-small {
    width: 19px;
    height: 19px;
  }
  .title {
    gap: 15px;
    margin-bottom: 10px;
  }
  .title-sub {
    gap: 15px;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .title_heading {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .title_heading-small {
    font-size: 2.4rem;
  }
  .title_img-1 {
    width: 28px;
    height: 42px;
  }
  .title_img-2 {
    width: 41px;
    height: 41px;
  }
  .title_img-3 {
    width: 39px;
    height: 42px;
  }
  .title_img-4 {
    width: 39px;
    height: 35px;
  }
  .title_img-5 {
    width: 35px;
    height: 29px;
  }
  .title2_heading {
    font-size: 3.2rem;
  }
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .l_inner {
    flex-direction: column;
  }
  .content-2 {
    gap: 100px;
    flex-direction: column;
    margin-bottom: 100px;
  }
  .content_left {
    width: 100%;
    margin-top: 30px;
  }
  .content_left-column {
    margin-top: 0;
  }
  .blog {
    border-bottom: 1px solid #2B2B2B;
    padding: 0 0 40px;
  }
  .blog-borderB {
    margin-bottom: 50px;
  }
  .blog_list {
    width: 100%;
  }
  .blog_list-2 {
    gap: 20px;
  }
  .blog_item-2 {
    width: 100%;
  }
  .blog_wrap {
    margin-bottom: 0px;
    width: 125px;
    height: 92.5px;
  }
  .blog_cat {
    display: none;
  }
  .blog_texts {
    height: auto;
    flex: 1;
  }
  .blog_text {
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
  }
  .blog_link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .date {
    gap: 15px;
  }
  .date_text {
    font-size: 1.5rem;
  }
  .date_text-small {
    font-size: 1.5rem;
  }
  .date_img {
    width: 19px;
    height: 19px;
  }
  .date_img-small {
    width: 19px;
    height: 19px;
  }
  .date_wrap {
    gap: 7.5px;
  }
  .date_wrap-pc {
    display: none;
  }
  .title {
    gap: 15px;
    margin-bottom: 10px;
  }
  .title-sub {
    gap: 15px;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .title_heading {
    font-size: 2.4rem;
  }
  .title_img-1 {
    width: 26px;
    height: 40px;
  }
  .title_img-2 {
    width: 39px;
    height: 39px;
  }
  .title_img-3 {
    width: 37px;
    height: 40px;
  }
  .title_img-4 {
    width: 37px;
    height: 33px;
  }
  .title_img-5 {
    width: 33px;
    height: 27px;
  }
  .title2 {
    margin: 0 auto;
  }
  .title2_heading {
    font-size: 3rem;
  }
  .cta_btn {
    border-radius: 50px;
    font-size: 1.8rem;
    line-height: 1.4;
    width: 100%;
    margin: 35px auto 0;
    text-align: center;
    padding: 12.5px 0 15px;
  }
  .cta_btn-gra {
    margin-top: 30px;
    width: 87.5%;
    min-width: auto;
  }
  .sideBar {
    width: 100%;
  }
  .sideBar_item:not(:last-child) {
    margin-bottom: 20px;
  }
  .sideBar_content:not(:last-child) {
    margin-bottom: 40px;
  }
  .sideBar_content:first-child {
    border-bottom: 1px solid #2B2B2B;
    padding-bottom: 50px;
  }
  .sideBar_banners {
    width: 87.5%;
    margin: 0 auto;
  }
  .sideBar_banner:first-child {
    margin-bottom: 25px;
  }
  .bottomCta {
    padding: 75px 0;
  }
  .bottomCta_inner {
    width: calc(100% - 40px);
    border-radius: 15px;
    padding-bottom: 40px;
  }
  .bottomCta_heading {
    font-size: 2rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 25px;
  }
  .bottomCta_title {
    font-size: 2.1rem;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
  }
  .bottomCta_title-small {
    font-size: 1.7rem;
  }
  .bottomCta_title-big {
    font-size: 3rem;
  }
  .bottomCta_wrap {
    width: 87.5%;
    padding: 15px 0;
  }
  .bottomCta_img {
    margin-top: 7.5px;
    width: 25px;
    height: 25px;
  }
  .bottomCta_text {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .bottomCta_text span {
    font-size: 2.1rem;
    line-height: 1.4;
  }
  .bottomCta_text span span {
    font-size: 2.4rem;
  }
  .bottomCta_item {
    align-items: start;
  }
  .bottomCta_item:not(:last-child) {
    margin-bottom: 7.5px;
  }
  .pagination ul.page-numbers li a,
  .pagination ul.page-numbers li span.page-numbers.current {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 30px;
  }
  .pagination {
    margin: 40px auto 0px;
  }
  .page-numbers {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=shared.css.map */