@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #3e3e3e;
  font-size: clamp(1.2rem, 3.4666666667vw, 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.7;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
body {
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pc_only {
  display: block !important;
}
@media print, screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.pc_only_inline {
  display: inline-block !important;
}
@media print, screen and (max-width: 768px) {
  .pc_only_inline {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

.sp_only_inline {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .sp_only_inline {
    display: inline-block !important;
  }
}

/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*a アニメーション*/
a {
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 16px;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?20tdwb");
  src: url("../fonts/icomoon.eot?20tdwb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?20tdwb") format("truetype"), url("../fonts/icomoon.woff?20tdwb") format("woff"), url("../fonts/icomoon.svg?20tdwb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pinch:before {
  content: "\e903";
}

.icon-circle:before {
  content: "\e901";
  color: #fff;
}

.icon-triangle:before {
  content: "\e902";
  color: #fff;
}

.icon-icon_check:before {
  content: "\e900";
}

.inner {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .inner {
    width: calc(100% - 40px);
  }
}

.wrapper {
  width: 100%;
  min-width: 1300px;
}
@media print, screen and (max-width: 768px) {
  .wrapper {
    min-width: inherit;
  }
}

.fix_btn {
  /*表示フラグ*/
  /* display: none; */
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  width: 174px;
  z-index: 10;
}
@media print, screen and (max-width: 768px) {
  .fix_btn {
    bottom: 0;
    right: 0;
    width: 38%;
  }
}
.fix_btn:hover {
  opacity: 0.6;
}

.mv {
  position: relative;
  background: #a2e6ff;
  background: linear-gradient(180deg, rgb(162, 230, 255) 0%, rgb(191, 238, 255) 24%, rgb(248, 248, 248) 100%);
  height: calc(100vh - 100px);
}
@media print, screen and (max-width: 768px) {
  .mv {
    height: auto;
    aspect-ratio: 1/1.5;
  }
}
.mv #mv-confetti {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_cloud.png) no-repeat center 0;
  background-size: cover;
  mix-blend-mode: screen;
}
@media print, screen and (max-width: 768px) {
  .mv::before {
    background-image: url(../img/bg_cloud_sp.png);
  }
}

.mv_logo {
  display: none;
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  width: 329px;
  z-index: 2;
  opacity: 0;
}
@media print, screen and (max-width: 768px) {
  .mv_logo {
    display: block;
    position: fixed;
    top: min(15vw, 160px);
    width: min(50vw, 329px);
    z-index: 10;
    transition: none;
  }
}
.mv .mv_logo {
  display: block;
}
@media print, screen and (max-width: 768px) {
  .mv .mv_logo {
    display: none;
  }
}

.mv_catch {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  width: 115px;
  margin-left: 140px;
  z-index: 2;
  opacity: 0;
}
@media print, screen and (max-width: 768px) {
  .mv_catch {
    top: min(33vw, 210px);
    width: min(24vw, 115px);
    margin-left: calc(-1 * min(1vw, 5px));
  }
}

.intro_wrap {
  position: relative;
  padding-top: 2vw;
  filter: drop-shadow(0 -12px 16px rgba(0, 0, 0, 0.2));
  opacity: 0;
  transition: 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 1s;
}
@media print, screen and (max-width: 1300px) {
  .intro_wrap {
    padding-top: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  .intro_wrap {
    padding-top: 2.2vw;
  }
}
.intro_wrap .intro_separate_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.intro_wrap.active {
  opacity: 1;
  margin-top: -380px;
}
@media print, screen and (max-height: 810px) {
  .intro_wrap.active {
    margin-top: -33vh;
  }
}
@media print, screen and (max-height: 650px) {
  .intro_wrap.active {
    margin-top: -20vh;
  }
}
@media print, screen and (max-width: 768px) {
  .intro_wrap.active {
    margin-top: -24vw !important;
  }
}

.intro {
  --separate-top-h: 15vw;
}
@media print, screen and (max-width: 1300px) {
  .intro {
    --separate-top-h: 208px;
  }
}
@media print, screen and (max-width: 768px) {
  .intro {
    --separate-top-h: min(14.2vw, 238px);
  }
}
.intro {
  position: relative;
  padding-top: calc(var(--separate-top-h) + 100px);
  z-index: 0;
}
@media print, screen and (max-width: 768px) {
  .intro {
    padding-top: calc(var(--separate-top-h) + 20px);
  }
}
.intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-mask-image: url("../img/intro_separate_top_mask.svg"), linear-gradient(#fff, #fff);
  -webkit-mask-position: top center, center calc(var(--separate-top-h) - 1px);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% var(--separate-top-h), 100% calc(100% - var(--separate-top-h) + 12px);
  -webkit-mask-composite: add;
}
.intro .inner {
  display: flex;
}
@media print, screen and (max-width: 768px) {
  .intro .inner {
    flex-direction: column;
  }
}
.intro .intro_110th {
  position: sticky;
  left: 0;
  top: 180px;
  align-self: flex-start;
  width: 50%;
}
@media print, screen and (max-width: 768px) {
  .intro .intro_110th {
    position: relative;
    top: 0;
    margin-block: 12vw;
    height: min(43vw, 280px);
  }
}
.intro .intro_110th img {
  width: 70%;
}
@media print, screen and (max-width: 768px) {
  .intro .intro_110th img {
    display: none;
  }
}
.intro .intro_content {
  width: 50%;
  padding-bottom: 800px;
}
@media print, screen and (max-width: 768px) {
  .intro .intro_content {
    width: 100%;
    padding-bottom: 32vw;
  }
}
.intro .intro_text {
  font-size: 19px;
  line-height: 2.4;
}
@media print, screen and (max-width: 768px) {
  .intro .intro_text {
    font-size: min(4vw, 16px);
  }
}
.intro .intro_img {
  padding-top: 125px;
}
@media print, screen and (max-width: 768px) {
  .intro .intro_img {
    padding-top: min(12vw, 125px);
  }
}
.intro .intro_img img {
  display: block;
}
.intro .intro_img .img01 {
  width: 50%;
  margin-left: auto;
}
.intro .intro_img .img02 {
  position: relative;
  width: 43%;
  z-index: 1;
}
.intro .intro_img .img03 {
  width: 80%;
  margin-top: -8%;
  margin-left: auto;
}

.head_title .en {
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 80px;
  font-weight: 400;
  margin-left: -0.06em;
  color: #295ea9;
}
@media print, screen and (max-width: 768px) {
  .head_title .en {
    font-size: min(15vw, 80px);
  }
}
.head_title .title {
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (max-width: 768px) {
  .head_title .title {
    font-size: min(4.5vw, 16px);
  }
}

.base_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 52px 15px 40px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 50px;
  color: #3e3e3e;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 768px) {
  .base_btn {
    padding: 10px 42px 10px 22px;
    font-size: 14px;
  }
}
.base_btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 6px;
  top: calc(50% - 4px);
  transform: translateX(-50%);
  background: url(../img/arrow.svg) no-repeat 0 0;
  background-size: 22px auto;
  width: 23px;
  height: 8px;
  transition: 0.3s;
}
@media print, screen and (max-width: 768px) {
  .base_btn::after {
    top: calc(50% - 3px);
    background-size: 18px;
    width: 18px;
    height: 7px;
  }
}
.base_btn:hover {
  border-color: #295ea9;
  color: #295ea9;
}
.base_btn:hover::after {
  right: 3px;
}

.history_wrap {
  position: relative;
  z-index: 2;
  padding-block: 1vw;
  margin-top: -600px;
  filter: drop-shadow(0 -16px 16px rgba(0, 0, 0, 0.2));
}
@media print, screen and (max-width: 1300px) {
  .history_wrap {
    padding-block: 13px;
  }
}
@media print, screen and (max-width: 768px) {
  .history_wrap {
    margin-top: -20vw;
    padding-block: 1.5vw;
  }
}

.history_separate_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.history_separate_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.history {
  --separate-top-h: 15.2vw;
  --separate-bottom-h: 17.3vw;
}
@media print, screen and (max-width: 1300px) {
  .history {
    --separate-top-h: 200px;
    --separate-bottom-h: 226px;
  }
}
@media print, screen and (max-width: 768px) {
  .history {
    --separate-top-h: 15.4vw;
    --separate-bottom-h: 17.4vw;
  }
}
.history {
  position: relative;
  padding-top: calc(var(--separate-top-h) + 20px);
  padding-bottom: calc(var(--separate-bottom-h) - 70px);
  z-index: 0;
}
@media print, screen and (max-width: 768px) {
  .history {
    padding-top: calc(var(--separate-top-h) + 30px);
    padding-bottom: calc(var(--separate-bottom-h) + 10px);
  }
}
.history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../img/history_bg.jpg) no-repeat top right;
  background-size: auto 100%;
  z-index: -1;
  -webkit-mask-image: url("../img/history_separate_top_mask.svg"), url("../img/history_separate_bottom_mask.svg"), linear-gradient(#fff, #fff);
  -webkit-mask-position: top center, bottom center, center calc(var(--separate-top-h) - 1px);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% var(--separate-top-h), 100% var(--separate-bottom-h), 100% calc(100% - var(--separate-top-h) - var(--separate-bottom-h) + 10px);
  -webkit-mask-composite: add;
}
@media print, screen and (max-width: 768px) {
  .history::before {
    background-image: url(../img/history_bg_sp.jpg);
    background-position: top center;
    background-size: cover;
  }
}
.history .hidtory_text {
  margin-top: 38px;
  font-size: 18px;
  line-height: 2;
  padding-right: 50%;
}
@media print, screen and (max-width: 768px) {
  .history .hidtory_text {
    margin-top: 5vw;
    padding-right: 0;
    font-size: min(4vw, 16px);
  }
}
.history .history_btn {
  margin-top: 28px;
}
@media print, screen and (max-width: 768px) {
  .history .history_btn {
    margin-top: 7vw;
  }
}
@media print, screen and (max-width: 768px) {
  .history .history_btn .base_btn {
    margin-inline: auto;
  }
}

.news {
  margin-top: -200px;
  padding-top: 260px;
  padding-bottom: 160px;
  background: #f8f8f8;
}
@media print, screen and (max-width: 768px) {
  .news {
    margin-top: -20vw;
    padding-top: 30vw;
    padding-bottom: 20vw;
  }
}
.news .head_title {
  position: relative;
}
.news .head_title .base_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.news_list {
  display: grid;
  margin-top: 54px;
  gap: 36px;
  grid-template-columns: repeat(3, 1fr);
}
@media print, screen and (max-width: 768px) {
  .news_list {
    margin-top: 6vw;
    column-gap: 5vw;
    row-gap: 8vw;
    grid-template-columns: repeat(1, 1fr);
  }
}
.news_list .news_item {
  color: #3e3e3e;
  text-decoration: none;
}
.news_list .news_item:hover {
  color: #295ea9;
}
.news_list .news_item:hover .news_item_img {
  border-color: #295ea9;
}
.news_list .news_item .news_item_img {
  background: #fff;
  border: 1px solid #eaeaea;
  aspect-ratio: 4/3;
  transition: 0.3s;
}
.news_list .news_item .news_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news_list .news_item .news_item_body {
  margin-top: 12px;
}
@media print, screen and (max-width: 768px) {
  .news_list .news_item .news_item_body {
    margin-top: 2vw;
  }
}
.news_list .news_item .news_item_body .date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
}
@media print, screen and (max-width: 768px) {
  .news_list .news_item .news_item_body .date {
    font-size: min(3.5vw, 14px);
  }
}
.news_list .news_item .news_item_body .title {
  font-size: 18px;
}
@media print, screen and (max-width: 768px) {
  .news_list .news_item .news_item_body .title {
    font-size: min(4.5vw, 18px);
  }
}

@media print, screen and (max-width: 768px) {
  .news_btn {
    margin-top: 7vw;
  }
}
@media print, screen and (max-width: 768px) {
  .news_btn .base_btn {
    margin-inline: auto;
  }
}

.episode {
  /* display: none; エピソードを表示する */
  position: relative;
  padding-block: 90px 116px;
  color: #fff;
  background: url(../img/episode_bg_left.png) no-repeat left center/auto 100%, url(../img/episode_bg_right.png) no-repeat right center/auto 100%, linear-gradient(0deg, #003e92 0%, #295ea9 100%);
}
@media print, screen and (max-width: 768px) {
  .episode {
    padding-top: 13vw;
    padding-bottom: 15vw;
    background: url(../img/episode_bg_sp.png) no-repeat center center/cover, linear-gradient(0deg, #003e92 0%, #295ea9 100%);
  }
}
.episode::before {
  content: "";
  position: absolute;
  left: 0;
  top: -11px;
  height: 21px;
  width: 100%;
  background: url(../img/episode_line.png) repeat-x 0 0;
  background-size: auto 21px;
}
.episode .episode_title {
  text-align: center;
}
.episode .episode_title .en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 80px;
  line-height: 1;
}
@media print, screen and (max-width: 768px) {
  .episode .episode_title .en {
    font-size: min(15vw, 80px);
  }
}
.episode .episode_title .title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
}
@media print, screen and (max-width: 768px) {
  .episode .episode_title .title {
    font-size: min(5vw, 18px);
  }
}
.episode .episode_text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 36px;
}
@media print, screen and (max-width: 768px) {
  .episode .episode_text {
    margin-top: 6.5vw;
    font-size: min(4vw, 16px);
  }
}
.episode .episode_btn {
  margin-top: 34px;
  text-align: center;
}
.episode .episode_btn .base_btn {
  margin-inline: auto;
}
@media print, screen and (max-width: 768px) {
  .episode .episode_btn {
    margin-top: 7vw;
  }
}

.page_head {
  position: relative;
  background: url(../img/page_head_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-block: 74px 88px;
}
@media print, screen and (max-width: 768px) {
  .page_head {
    background-image: url(../img/page_head_bg_sp.jpg);
  }
}
.page_head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  height: 21px;
  width: 100%;
  background: url(../img/episode_line.png) repeat-x 0 0;
  background-size: auto 21px;
}

.under_title {
  font-size: 59px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #295ea9;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media print, screen and (max-width: 768px) {
  .under_title {
    font-size: 30px;
  }
}

.page_body {
  padding: 30px 0 140px;
  background-color: #f8f8f8;
}

.breadcrumb {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}

.page_breadcrumb_list {
  display: flex;
  row-gap: 4px;
  flex-wrap: wrap;
  font-size: 12px;
}
@media print, screen and (max-width: 768px) {
  .page_breadcrumb_list {
    font-size: 13px;
  }
}
.page_breadcrumb_list li {
  position: relative;
}
.page_breadcrumb_list li:not(:first-child) {
  padding-left: 18px;
}
@media print, screen and (max-width: 768px) {
  .page_breadcrumb_list li:not(:first-child) {
    padding-left: 22px;
  }
}
.page_breadcrumb_list li:not(:first-child)::before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
  transform: translateY(-50%) rotate(135deg);
}
@media print, screen and (max-width: 768px) {
  .page_breadcrumb_list li:not(:first-child)::before {
    top: 13px;
    left: 6px;
  }
}
.page_breadcrumb_list li a,
.page_breadcrumb_list li span {
  font-weight: 500;
}
.page_breadcrumb_list li a {
  color: #295ea9;
  text-decoration: underline;
}
.page_breadcrumb_list li a:hover {
  text-decoration: none;
}

.archive_list_item {
  position: relative;
  display: flex;
  gap: 30px;
  color: #3e3e3e;
  text-decoration: none;
  padding-block: 30px;
  border-bottom: 1px solid #939393;
}
@media print, screen and (max-width: 768px) {
  .archive_list_item {
    display: block;
  }
}
.archive_list_item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 23px;
  height: 7px;
  background: url(../img/arrow_gray.svg) no-repeat center center;
  background-size: contain;
}
@media print, screen and (max-width: 768px) {
  .archive_list_item::after {
    bottom: 14px;
  }
}
.archive_list_item:hover {
  color: #295ea9;
}
.archive_list_item:hover .archive_list_img {
  border-color: #295ea9;
}
.archive_list_item .archive_list_img {
  background: #fff;
  border: 1px solid #eaeaea;
  aspect-ratio: 4/3;
  transition: 0.3s;
  width: 262px;
  flex-shrink: 0;
}
@media print, screen and (max-width: 768px) {
  .archive_list_item .archive_list_img {
    width: 100%;
  }
}
.archive_list_item .archive_list_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.archive_list_item .archive_list_body {
  margin-top: 12px;
}
@media print, screen and (max-width: 768px) {
  .archive_list_item .archive_list_body {
    margin-top: 2vw;
  }
}
.archive_list_item .archive_list_body .date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media print, screen and (max-width: 768px) {
  .archive_list_item .archive_list_body .date {
    font-size: min(3.5vw, 14px);
  }
}
.archive_list_item .archive_list_body .title {
  font-size: 25px;
}
@media print, screen and (max-width: 768px) {
  .archive_list_item .archive_list_body .title {
    font-size: min(4.5vw, 18px);
  }
}

.news_content_date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media print, screen and (max-width: 768px) {
  .news_content_date {
    font-size: 13px;
  }
}

.news_content_h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 14px;
  border-bottom: 1px solid #295ea9;
}
@media print, screen and (max-width: 768px) {
  .news_content_h1 {
    font-size: 20px;
  }
}

.news_flex {
  margin-top: 40px;
  display: flex;
  column-gap: 40px;
  row-gap: 30px;
  flex-direction: row;
}
@media print, screen and (max-width: 768px) {
  .news_flex {
    flex-direction: column;
    margin-top: 40px;
  }
}

.news_img {
  flex-shrink: 0;
  width: calc((100% - 40px) / 2);
}
@media print, screen and (max-width: 768px) {
  .news_img {
    width: auto;
  }
}
.news_img img {
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  .news_text_area {
    width: auto;
  }
}

.news_text {
  line-height: 2.2;
}
.news_text:not(:first-child) {
  margin-top: 20px;
}

.news_content_h2 {
  font-size: 22px;
  font-weight: bold;
  color: #295ea9;
  line-height: 1.4;
}
@media print, screen and (max-width: 768px) {
  .news_content_h2 {
    font-size: 18px;
  }
}
.news_content_h2:not(:first-child) {
  margin-top: 40px;
}
@media print, screen and (max-width: 768px) {
  .news_content_h2:not(:first-child) {
    margin-top: 30px;
  }
}

.news_button {
  margin-top: 40px;
}
@media print, screen and (max-width: 768px) {
  .news_button {
    margin-top: 30px;
  }
}

.news_button_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 52px 15px 40px;
  background: #295ea9;
  border: 1px solid #295ea9;
  border-radius: 50px;
  color: #fff;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.news_button_link:hover {
  color: #295ea9;
  background-color: #fff;
}
.news_button_link:hover:after {
  background: url(../img/arrow.svg) 0px 0px/22px no-repeat;
}
.news_button_link:after {
  background: url(../img/arrow_white.svg) 0px 0px/22px no-repeat;
}

.news_back_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 52px 15px 40px;
  background: #295ea9;
  border: 1px solid #295ea9;
  border-radius: 50px;
  color: #fff;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 90px auto 0;
}
@media print, screen and (max-width: 768px) {
  .news_back_link {
    margin: 80px auto 0;
  }
}
.news_back_link:hover {
  color: #295ea9;
  background-color: #fff;
}
.news_back_link:hover:after {
  background: url(../img/arrow.svg) 0px 0px/22px no-repeat;
}
.news_back_link:after {
  background: url(../img/arrow_white.svg) 0px 0px/22px no-repeat;
}

.news_img_column {
  display: flex;
  flex-direction: row;
  column-gap: 40px;
  row-gap: 20px;
  margin-top: 50px;
}
@media print, screen and (max-width: 768px) {
  .news_img_column {
    margin-top: 30px;
    flex-direction: column;
  }
}