@charset "UTF-8";
/*------------------------------
 * reset
------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: none;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

body {
  line-height: 1.4;
  -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCCCCC;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-size: 105%;
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
}

ul, ol, li {
  list-style-position: outside;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: normal;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 768px) {
  body {
    width: 100%;
    font-size: 14px;
  }
  body.is-fixed {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
  }
}

article, footer, header, nav, section {
  display: block;
}

body, button, input, select, textarea {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN";
}

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
}

button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  display: inline-block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

button {
  padding: 0;
  border: none;
  -webkit-appearance: none;
          appearance: none;
}

.is-pc {
  display: block;
}
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

/*------------------------------
 * section
 ------------------------------*/
.contents .contents-header {
  padding: 2.604vw 2.604vw;
  background-color: #E6DAC3;
  background-image: url("../img/common/bg-logo.png");
  background-repeat: no-repeat;
  background-size: 11.458vw 10.417vw;
  background-position: center right 2.604vw;
}
.contents .contents-header_title {
  width: 62.5vw;
  margin: 4.167vw auto 0;
  color: #443724;
  font-size: 3.125vw;
  font-weight: bold;
}
.contents .contents-body {
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4.167vw 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .contents .contents-header {
    width: 100%;
    padding: 7.692vw;
    background-size: 44%;
    /* background-position: bottom 7.692vw right 7.692vw; */
    box-sizing: border-box;
  }
  .contents .contents-header_title {
    width: 100%;
    margin-top: 12.821vw;
    font-size: 10.256vw;
    line-height: 1.2;
  }
  .contents .contents-body {
    width: 100%;
    padding: 7.692vw 20px;
    box-sizing: border-box;
  }
}

.sec_bottompage .sec_bottompage-header {
  color: #443724;
  font-size: 40px;
  font-weight: bold;
}
.sec_bottompage .sec_bottompage-body {
  margin-top: 2.396vw;
}
.sec_bottompage .sec_bottompage-body:first-child {
  margin-top: 0;
}
.sec_bottompage .sec_bottompage-body_item {
  margin-top: 4.167vw;
}
.sec_bottompage .sec_bottompage-body_item:first-child {
  margin-top: 0;
}
.sec_bottompage .sec_bottompage-body_btn {
  margin-top: 4.167vw;
  text-align: center;
  box-sizing: border-box;
}
.sec_bottompage .sec_bottompage-body_btn:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .sec_bottompage .sec_bottompage-header {
    font-size: 40px;
    line-height: 1.2;
  }
  .sec_bottompage .sec_bottompage-body {
    margin-top: 12.821vw;
  }
  .sec_bottompage .sec_bottompage-body_item {
    margin-top: 20.513vw;
  }
  .sec_bottompage .sec_bottompage-body_btn {
    margin-top: 20.513vw;
  }
}

/*------------------------------
 * layout module
 ------------------------------*/
.column_half {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2.083vw;
  margin-left: -2.083vw;
}
.column_half > li {
  margin-top: 2.083vw;
  margin-left: 2.083vw;
  width: calc((100% - 4.167vw) / 2);
}
@media (max-width: 768px) {
  .column_half {
    display: block;
    margin-left: 0;
  }
  .column_half > li {
    width: 100%;
    margin-top: 7.692vw;
    margin-left: 0;
  }
  .column_half > li:first-child {
    margin-top: 0;
  }
}

.column_four {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2.083vw;
  margin-left: -2.083vw;
}
.column_four > li {
  margin-top: 2.083vw;
  margin-left: 2.083vw;
  width: calc((100% - 8.333vw) / 4);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .column_four {
    margin-left: -20px;
  }
  .column_four > li {
    width: auto;
    margin-left: 20px;
    flex: 0 1 calc(50% - 20px);
    box-sizing: border-box;
  }
  .column_four > li:nth-child(n+3) {
    margin-top: 7.692vw;
  }
}

/*------------------------------
 * module
 ------------------------------*/
.breadcrumb {
  width: 62.5vw;
  margin: 0 auto;
  display: flex;
  line-height: 1;
}
.breadcrumb > li::before {
  content: "　／　";
}
.breadcrumb > li:first-child::before {
  content: none;
}
@media (max-width: 768px) {
  .breadcrumb {
    width: 100%;
    box-sizing: border-box;
    font-size: 3.59vw;
  }
}

.card .card-obj {
  width: 100%;
}
.card .card-obj > img {
  width: 100%;
  height: 100%;
}
.card .card-body {
  margin-top: 0.781vw;
}
.card .card-body_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
}
.card .card-body_data {
  margin-top: 0.781vw;
}
@media (max-width: 768px) {
  .card .card-body {
    margin-top: 2.128vw;
  }
  .card .card-body_text {
    font-size: 14px;
  }
  .card .card-body_data {
    margin-top: 3.846vw;
  }
}

.cassette_normal .cassette_normal-header {
  color: #443724;
  font-size: 30px;
  font-weight: bold;
}
.cassette_normal .cassette_normal-body {
  margin-top: 1.563vw;
}
.cassette_normal .cassette_normal-body:first-child {
  margin-top: 0;
}
.cassette_normal .cassette_normal-body-item {
  margin-top: 1.563vw;
}
.cassette_normal .cassette_normal-body-item:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .cassette_normal .cassette_normal-header {
    font-size: 30px;
  }
  .cassette_normal .cassette_normal-body {
    margin-top: 7.692vw;
  }
  .cassette_normal .cassette_normal-body-item {
    margin-top: 7.692vw;
  }
}

.cassette_small .cassette_small-header {
  color: #443724;
  font-size: 14px;
  font-weight: bold;
}
.cassette_small .cassette_small-body {
  margin-top: 1.563vw;
}
.cassette_small .cassette_small-body:first-child {
  margin-top: 0;
}
.cassette_small .cassette_small-body-item {
  margin-top: 1.563vw;
}
.cassette_small .cassette_small-body-item:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .cassette_small .cassette_small-header {
    font-size: 3.59vw;
  }
  .cassette_small .cassette_small-body {
    margin-top: 7.692vw;
  }
  .cassette_small .cassette_small-body-item {
    margin-top: 7.692vw;
  }
}

.card_data {
  line-height: 1.4;
}
.card_data .card_data-name {
  color: #C4CC5F;
  font-size: 14px;
  font-weight: bold;
}
.card_data .card_data-text {
  font-size: 14px;
}
@media (max-width: 768px) {
  .card_data .card_data-name {
    font-size: 3.59vw;
  }
  .card_data .card_data-text {
    font-size: 14px;
  }
}

.media_consept {
  display: flex;
}
.media_consept .media_consept-body {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
.media_consept .media_consept-obj {
  width: 14.063vw;
  margin-left: 2.083vw;
}
.media_consept .media_consept-obj > img {
  width: 100%;
}
@media (max-width: 768px) {
  .media_consept {
    flex-direction: column-reverse;
  }
  .media_consept .media_consept-body {
    margin-top: 7.692vw;
    font-size: 3.59vw;
  }
  .media_consept .media_consept-obj {
    width: 100%;
    margin-left: 0;
  }
}

.description {
  margin-top: 1.563vw;
  font-size: 14px;
  line-height: 2;
}
.description:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .description {
    margin-top: 7.692vw;
    font-size: 3.59vw;
  }
}

.object {
  width: 100%;
}
.object > img {
  width: 100%;
}

.btn_normal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 580px;
  height: 70px;
  background-color: #C4CC5F;
  color: #443724;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .btn_normal {
    width: 100%;
    height: 17.949vw;
    font-size: 20px;
  }
}

.data_definition {
  display: table;
  width: 100%;
}
.data_definition .data_definition-row {
  display: table-row;
}
.data_definition .data_definition-row:nth-child(even) {
  background-color: rgba(243, 243, 243, 0.4901960784);
}
.data_definition .data_definition-row:nth-child(odd) {
  background-color: #f3f3f3;
}
.data_definition .data_definition-row:last-child .data_definition-header {
  border-bottom: 0;
}
.data_definition .data_definition-row:last-child .data_definition-body {
  border-bottom: 0;
}
.data_definition .data_definition-header {
  font-size: 20px;
  display: table-cell;
  width: 200px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #E6DAC3;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.data_definition .data_definition-body {
  font-size: 20px;
  flex: 1;
  margin-left: 20px;
  display: table-cell;
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
.data_definition.data_definition--cushion .data_definition-header {
  background-color: #ccc;
}
@media (max-width: 768px) {
  .data_definition {
    display: flex;
    flex-direction: column;
  }
  .data_definition .data_definition-row {
    display: block;
  }
  .data_definition .data_definition-header {
    display: block;
    width: 100%;
    font-size: 3.59vw;
  }
  .data_definition .data_definition-body {
    display: block;
    margin-left: 0;
    font-size: 3.59vw;
  }
}

/*------------------------------
 * header
 ------------------------------*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.083vw;
}
.header .header-logo {
  display: inline-flex;
  align-items: center;
}
.header .header-logo_main {
  width: 14.219vw;
}
.header .header-logo_sub {
  display: inline-flex;
  margin-left: 2.604vw;
}
.header .header-logo_sub > img {
  width: 10.677vw;
}
.header .header-nav {
  flex: 1;
}
.header .header-btn {
  display: none;
}
@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 15.385vw;
    padding: 0;
    background-color: #fff;
    z-index: 100;
  }
  .header .header-logo {
    flex: 1;
    justify-content: space-between;
    padding: 2.564vw 5.128vw;
  }
  .header .header-logo_main {
    width: 46.667vw;
  }
  .header .header-logo_sub {
    margin-left: 0;
  }
  .header .header-logo_sub > img {
    width: 11.282vw;
  }
  .header .header-nav {
    display: none;
  }
  .header .header-btn {
    display: block;
    width: 19.487vw;
    height: 100%;
    background-color: #443724;
    border: none;
  }
  .header .header-btn::before {
    content: "";
    display: inline-block;
    width: 9.231vw;
    height: 6.154vw;
    background-image: url("../img/common/icon-menu_open.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header .header-btn.is-open::before {
    width: 6.923vw;
    height: 6.923vw;
    background-image: url("../img/common/icon-menu_close.png");
  }
  .header .header-btn_text {
    width: 0;
    height: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    display: inline-block;
  }
}

.gnav {
  display: flex;
  justify-content: flex-end;
  min-height: 3.646vw;
}
.gnav .gnav-item {
  flex: 1;
  max-width: 147px;
}
.gnav .gnav-item_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #443724;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.gnav .gnav-item_link.is-current {
  background-color: #C4CC5F;
}

.spmenu {
  display: none;
}
@media (max-width: 768px) {
  .spmenu {
    position: fixed;
    top: 15.385vw;
    width: 100%;
    height: calc(100vh - 15.385vw);
    z-index: 1;
  }
  .spmenu .spmenu-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #E6DAC3;
  }
  .spmenu .spmenu-list_link {
    display: block;
    padding: 7.179vw 10.256vw;
    background-color: #443724;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  .spmenu .spmenu-list_link.is-current {
    background-color: #C4CC5F;
  }
  .spmenu .spmenu-close {
    display: block;
    padding: 7.179vw 10.256vw;
    background-color: #FCF6EC;
    border: none;
    color: #443724;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
}

/*------------------------------
 * footer
 ------------------------------*/
.footer {
  margin-top: 4.167vw;
}
.footer .footer-schoolnav {
  padding: 0 2.083vw;
}
.footer .footer-main {
  padding: 2.083vw 20px;
  background-color: #443724;
}
.footer .footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer .footer-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25vw;
}
.footer .footer-item:first-child {
  margin-top: 0;
}
.footer .footer-logo {
  width: 18.958vw;
}
.footer .footer-add {
  margin-top: 1.302vw;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.footer .footer-copyright {
  margin-top: 1.875vw;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: right;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 0;
  }
  .footer .footer-schoolnav {
    padding: 0;
  }
  .footer .footer-main {
    padding: 10.256vw;
    background-color: #443724;
  }
  .footer .footer-inner {
    width: 100%;
  }
  .footer .footer-item {
    flex-direction: column;
    margin-top: 6.154vw;
  }
  .footer .footer-item.footer-item--reverse {
    flex-direction: column-reverse;
  }
  .footer .footer-logo {
    width: 70vw;
    margin-top: 10.256vw;
  }
  .footer .footer-add {
    margin-top: 0;
    font-size: 14px;
    text-align: center;
    line-height: 2;
  }
  .footer .footer-copyright {
    margin-top: 11.795vw;
    font-size: 14px;
  }
}

.schoolnav {
  display: flex;
}
.schoolnav .schoolnav-item {
  flex: 1;
}
.schoolnav .schoolnav-item_link {
  display: block;
  padding: 1.302vw 0;
  line-height: 1.2;
  background-color: #E6DAC3;
  color: #443724;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .schoolnav {
    display: block;
  }
  .schoolnav .schoolnav-item_link {
    padding: 6.41vw 0;
    font-size: 20px;
  }
}

.footernav {
  display: inline-flex;
  flex-wrap: wrap;
}
.footernav .footernav-item {
  color: #fff;
  line-height: 1;
}
.footernav .footernav-item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  margin: 0 5px;
  background-color: #fff;
}
.footernav .footernav-item:last-child::after {
  content: none;
}
.footernav .footernav-item_link {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 768px) {
  .footernav {
    justify-content: center;
    margin-top: -5px;
  }
  .footernav .footernav-item {
    margin-top: 5px;
  }
  .footernav .footernav-item_link {
    font-size: 14px;
  }
}

/*------------------------------
 * section
 ------------------------------*/
.sec_lead {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5.625vw 0 4.427vw;
  box-sizing: border-box;
}
.sec_lead .sec_lead-header {
  color: #C4CC5F;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.sec_lead .sec_lead-header > span {
  display: block;
  color: #443724;
  font-size: 40px;
}
.sec_lead .sec_lead-body {
  margin-top: 2.5vw;
}
@media (max-width: 768px) {
  .sec_lead {
    width: 100%;
    padding: 14.615vw 0 12.051vw;
  }
  .sec_lead .sec_lead-header {
    font-size: 56px;
    line-height: 1.2;
  }
  .sec_lead .sec_lead-header > span {
    font-size: 30px;
    line-height: 1.8;
  }
  .sec_lead .sec_lead-body {
    margin-top: 11.795vw;
    padding: 0 7.692vw;
  }
}

.sec_top {
  padding: 4.688vw 20px 4.167vw 20px;
}
.sec_top.sec_top--type01 {
  background-color: #FCF6EC;
}
.sec_top.sec_top--type02 {
  background-color: #fff;
}
.sec_top.sec_top--type03 {
  background-image: url("../img/top/bg-section_pc01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sec_top.sec_top--type04 {
  background-image: url("../img/top/bg-section_pc02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sec_top .sec_top-header {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #C4CC5F;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.sec_top .sec_top-header::before {
  content: "";
  display: inline-block;
  width: 14.063vw;
  height: 0.521vw;
  margin-right: 2.083vw;
  background-image: url("../img/top/icon-header.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.sec_top .sec_top-header.sec_top-header--separate {
  color: #443724;
}
.sec_top .sec_top-header_bigtext {
  color: #C4CC5F;
  font-size: 4.167vw;
}
.sec_top .sec_top-header_text {
  color: #C4CC5F;
}
.sec_top .sec_top-body {
  margin-top: 2.396vw;
  overflow: hidden;
}
.sec_top .sec_top-body:first-child {
  margin-top: 0;
}
.sec_top .sec_top-body_item {
  width: 100%;
  max-width: 1200px;
  margin: 2.083vw auto 0;
}
.sec_top .sec_top-body_item.sec_top-body_item--right {
  padding-left: 16.146vw;
  box-sizing: border-box;
}
.sec_top .sec_top-body_item:first-child {
  margin-top: 0;
}
.sec_top .sec_top-body_btn {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
  text-align: center;
  box-sizing: border-box;
}
.sec_top .sec_top-body_btn:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .sec_top {
    padding: 12.051vw 0;
  }
  .sec_top.sec_top--type03 {
    background-image: url("../img/top/bg-section_sp01.png");
  }
  .sec_top.sec_top--type04 {
    background-image: url("../img/top/bg-section_sp02.png");
  }
  .sec_top .sec_top-header {
    display: block;
    width: 100%;
    padding: 0 7.692vw;
    font-size: 40px;
    line-height: 1.2;
  }
  .sec_top .sec_top-header::before {
    display: block;
    width: 100%;
    height: 2.564vw;
    margin-bottom: 12.821vw;
    margin-right: 0;
  }
  .sec_top .sec_top-header_bigtext {
    font-size: 19.513vw;
  }
  .sec_top .sec_top-body {
    margin-top: 12.821vw;
  }
  .sec_top .sec_top-body_item {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 10.256vw auto 0;
  }
  .sec_top .sec_top-body_item.sec_top-body_item--right {
    padding-left: 7.692vw;
  }
  .sec_top .sec_top-body_btn {
    width: 100%;
    padding: 0 7.692vw;
    margin: 10.256vw auto 0;
  }
}

/*------------------------------
 * module
 ------------------------------*/
.lead {
  margin-top: 1.563vw;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.lead:first-child {
  margin-top: 0;
}
.lead.lead--type02 {
  color: #fff;
  text-align: left;
}
.lead.lead--type03 {
  color: #fff;
}
@media (max-width: 768px) {
  .lead {
    margin-top: 7.692vw;
    font-size: 3.59vw;
    text-align: left;
  }
}

.media_lead {
  display: flex;
  align-items: center;
}
.media_lead .media_lead-obj {
  margin-right: 2.083vw;
}
.media_lead .media_lead-obj > img {
  width: 100%;
  height: auto;
}
.media_lead .media_lead-body {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 768px) {
  .media_lead {
    display: block;
  }
  .media_lead .media_lead-obj {
    width: 100%;
    margin-right: 0;
  }
  .media_lead .media_lead-body {
    margin-top: 10.256vw;
    font-size: 3.59vw;
  }
}

.topics > li {
  margin-top: 2.344vw;
}
.topics > li:first-child {
  margin-top: 0;
}
.topics .topics-item {
  display: flex;
  font-size: 14px;
  line-height: 1.4;
}
.topics .topics-item_date {
  margin-right: 45px;
}
.topics .topics-item_text {
  flex: 1;
}
@media (max-width: 768px) {
  .topics > li {
    margin-top: 8.974vw;
  }
  .topics .topics-item {
    display: block;
    font-size: 3.59vw;
  }
  .topics .topics-item_date {
    width: 100%;
  }
  .topics .topics-item_text {
    margin-top: 5.128vw;
  }
}

.photogallery {
  margin: 0 20px;
}
.photogallery img {
  width: 100%;
}
@media (max-width: 768px) {
  .photogallery {
    margin: 0;
    width: 100%;
    overflow: hidden;
  }
}

.swiper-wrapper {
  z-index: 0;
}

.swiper-slide {
  position: relative;
}
.swiper-slide .swiper-slide_object::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #C4CC5F;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.swiper-slide .swiper-slide_read {
  font-size: 50px;
  color: #C4CC5F;
  font-weight: bold;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.swiper-slide .swiper-slide_unit {
  font-size: 30px;
  color: #C4CC5F;
  font-weight: bold;
}
