@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.auto-phrase {
  word-break: auto-phrase;
}

.small-txt {
  font-size: 0.7em;
}

.xsmall-txt {
  font-size: 0.5em;
}

.large-txt {
  font-size: 1.5em;
}

@media screen and (max-width: 1920px) {
  .pc-max-above {
    display: none !important;
  }
}

@media screen and (min-width: 1921px) {
  .pc-max-below {
    display: none !important;
  }
}

@media screen and (max-width: 1536px) {
  .note-max-above {
    display: none !important;
  }
}

@media screen and (min-width: 1537px) {
  .note-max-below {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .note-min-above {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .note-min-below {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pad-max-above {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .pad-max-below {
    display: none !important;
  }
}

@media screen and (min-width: 820px) {
  .pad-min-above {
    display: none !important;
  }
}

@media screen and (max-width: 819px) {
  .pad-min-below {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-max-above {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-max-below {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .sp-sm-above {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm-below {
    display: none !important;
  }
}

@media screen and (min-width: 1025px), screen and (max-width: 820px) {
  .pad {
    display: none !important;
  }
}

.flex-full {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.icon-gap {
  margin-right: 0.4em;
}

body.admin-bar .fixed-menu {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .fixed-menu {
    top: 46px;
  }
}

.color-green {
  color: var(--light-green-color);
}

.color-red {
  color: var(--primary-color);
}

@media screen and (min-width: 700px) {
  .sp700 {
    display: none !important;
  }
}

.u-bg-mint {
  background-color: var(--bg-mint) !important;
}

.u-bg-orange {
  background-color: var(--bg-orange) !important;
}

.u-bg-lightblue {
  background-color: var(--bg-light-blue-color);
}

:root {
  --text-size: 16px;
  --h1-size: 42px;
  --h2-size: 30px;
  --h4-size: 24px;
  --h2-size--styled: 2rem;
  /*-----------------------------
  カラー設定
  ------------------------------*/
  --primary-color: #0082b6;
  --primary-color-02: #1eb2eb;
  --bg-orange: #f8ecde;
  --bg-light-blue-color: #d2f0fb;
  --bg-mint: #f3fbe9;
  --gray-color: #eee;
  --light-gray-color: #f1f1f1;
  --border-color: #eaeaea;
  --button-color: #333;
  --articel-background-color: #f6f6f6;
  --text-color: #333;
  --brown-color: #9f886e;
  --green-color: #5fbf00;
  --light-green-color: #8abe56;
  --font: YuGothic, "Segoe UI", Verdana, "游ゴシック",
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-times: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --font-segoe: "Segoe UI", Verdana, "游ゴシック", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-heisei: "heisei-maru-gothic-std", "Segoe UI", Verdana, "游ゴシック",
    YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --max-content-width--small: 1200px;
  --max-content-width--large: 1980px;
  --max-content-width--article: 1000px;
  --space-inline: 30px;
  --section-padding-block: 110px;
  --section-padding-block2: 85px;
  --header-logo-width: 360px;
  --header-height: 100px;
  --footer-background-color: #111111;
  --footer-text-color: white;
  --fixed-bottom-height: 70px;
}
@media screen and (max-width: 1070px) {
  :root {
    --header-height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --section-padding-block: 60px;
    --section-padding-block2: 40px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --header-logo-width: 250px;
    --h1-size: 22px;
    --h2-size: 22px;
    --space-inline: 20px;
  }
}

html {
  font-size: var(--text-size);
  color: var(--text-color);
  font-family: var(--font);
  scroll-behavior: smooth;
}
html,
body {
  overflow-x: hidden;
  margin: 0;
}

body p {
  margin: 0;
  line-height: 1.67;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .home_page {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .home_page {
    padding-top: 0;
  }
}

.clearfix {
  display: block;
  overflow: hidden;
}

.l-main {
  padding-bottom: 110px;
}
.l-main--company {
  padding-bottom: 230px;
}
.l-main--philosophy {
  padding-bottom: 220px;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-bottom: 40px;
  }
  .l-main--company {
    padding-bottom: 80px;
  }
  .l-main--philosophy {
    padding-bottom: 120px;
  }
}

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.l-row--equal .l-row__order1, .l-row--equal .l-row__order2, .l-row--equal .l-row__order3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-row--widegap {
  gap: 40px;
}
.l-row--vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-row--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .l-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-row__order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-row__order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-row__order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.l-header-block {
  margin: 90px auto 60px;
}
.l-header-block--first {
  margin: 90px auto 96px;
}
.l-header-block--article {
  margin: 70px auto 40px;
}
@media screen and (max-width: 768px) {
  .l-header-block {
    margin: 30px auto;
  }
  .l-header-block--first {
    margin: 30px auto 57px;
  }
  .l-header-block--article {
    margin: 30px auto 20px;
  }
}

.l-content-block {
  padding-block: 35px 100px;
}
@media screen and (max-width: 640px) {
  .l-content-block {
    padding-block: 35px 50px;
  }
}
.l-content-block.u-img--s {
  max-width: 360px;
}
.l-content-block.u-img--s a .u-width--100 {
  width: 100%;
}

.l-container {
  width: 100%;
  max-width: var(--max-content-width--large);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
  box-sizing: border-box;
}
.l-container--small {
  max-width: var(--max-content-width--small);
}
.l-container--article {
  max-width: var(--max-content-width--article);
}
.l-container--inner {
  padding-inline: var(--space-inline);
}
.l-container--block {
  padding-block: var(--section-padding-block);
}
.l-container--block2 {
  padding-block: var(--section-padding-block2) var(--section-padding-block);
}

.c-footer {
  background: url(../images/footer-bg01.jpg) no-repeat center center/cover;
  color: var(--footer-text-color);
  font-size: 16px;
}
.c-footer__h1 {
  font-size: 0.9em;
  max-width: 25em;
  word-break: auto-phrase;
}
.c-footer__top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 25px;
  margin-inline: auto;
  padding-bottom: 3rem;
}
.c-footer__top-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-footer__top-rows {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.c-footer__bottom {
  background-color: var(--footer-background-color);
  text-align: center;
  padding-block: 15px;
}
.c-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  color: white;
}
.c-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -moz-column-gap: 3rem;
  -webkit-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 20px;
  font-size: 18px;
  line-height: 1;
}
.c-footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-right: 20px;
}
.c-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-footer__sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin-top: 20px;
}
.c-footer__tel, .c-footer__mail, .c-footer__download {
  font-size: 24px;
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: var(--primary-color);
  padding-inline: 20px;
  width: 312px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-footer__tel-icon, .c-footer__mail-icon, .c-footer__download-icon {
  height: 50px;
  width: auto;
}
.c-footer__tel-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer__tel-number {
  font-size: 30px;
  line-height: 1.3;
}
.c-footer__tel-hour {
  font-size: 18px;
}
.c-footer__tel-divider {
  height: 2px;
  width: 100%;
  background-color: white;
}
.c-footer__title {
  font-size: 48px;
  font-weight: bold;
  padding-block: 5rem;
  text-align: center;
}
.c-footer__company {
  font-size: 24px;
  line-height: 1.67;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .c-footer__top-columns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__menu {
    font-size: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-footer__title {
    font-size: 36px;
  }
  .c-footer__tel, .c-footer__mail, .c-footer__download {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-footer__top-rows {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer__sns, .c-footer__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-footer__sns {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .c-footer__title {
    font-size: 24px;
    padding-block: 2rem;
  }
  .c-footer__top-rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer__menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
            column-gap: 0;
    white-space: nowrap;
  }
}

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
select.wpcf7-form-control.wpcf7-select {
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 15px;
  margin-right: 10px !important;
  border: 1px solid #d7d7d7;
  border-radius: 5px !important;
  font-size: 18px;
}
input.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder,
select.wpcf7-form-control.wpcf7-select::-webkit-input-placeholder {
  color: #bbb;
}
input.wpcf7-form-control.wpcf7-text::-moz-placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::-moz-placeholder,
select.wpcf7-form-control.wpcf7-select::-moz-placeholder {
  color: #bbb;
}
input.wpcf7-form-control.wpcf7-text:-ms-input-placeholder,
textarea.wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder,
select.wpcf7-form-control.wpcf7-select:-ms-input-placeholder {
  color: #bbb;
}
input.wpcf7-form-control.wpcf7-text::-ms-input-placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::-ms-input-placeholder,
select.wpcf7-form-control.wpcf7-select::-ms-input-placeholder {
  color: #bbb;
}
input.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder, textarea.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder, select.wpcf7-form-control.wpcf7-select::-webkit-input-placeholder {
  color: #bbb;
}
input.wpcf7-form-control.wpcf7-text::-moz-placeholder, textarea.wpcf7-form-control.wpcf7-textarea::-moz-placeholder, select.wpcf7-form-control.wpcf7-select::-moz-placeholder {
  color: #bbb;
}
input.wpcf7-form-control.wpcf7-text:-ms-input-placeholder, textarea.wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder, select.wpcf7-form-control.wpcf7-select:-ms-input-placeholder {
  color: #bbb;
}
input.wpcf7-form-control.wpcf7-text::-ms-input-placeholder, textarea.wpcf7-form-control.wpcf7-textarea::-ms-input-placeholder, select.wpcf7-form-control.wpcf7-select::-ms-input-placeholder {
  color: #bbb;
}
input.wpcf7-form-control.wpcf7-text::placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::placeholder,
select.wpcf7-form-control.wpcf7-select::placeholder {
  color: #bbb;
}

.hissu {
  font-size: 0.8em;
  color: #fff;
  display: block;
  float: right;
  margin-right: 18px;
  background-color: #ca2a2a;
  padding: 0px 10px;
  border-radius: 5px;
}

div.wpcf7 .wpcf7-submit:disabled {
  background: #aaa;
  border-color: #aaa;
  color: #ddd;
}

.wpcf7-form input[type=button], .wpcf7-form input[type=submit] {
  font-size: 20px;
  height: 60px;
  border: none;
  background: #00884f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px #ddd;
          box-shadow: 2px 2px 2px #ddd;
}

form .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 40px;
  gap: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  form .form-item {
    gap: 20px;
    margin-bottom: 20px;
  }
}
form .form-item__note {
  color: #ca2a2a;
  font-weight: bold;
  text-align: center;
}
form .form-item__title {
  width: 280px;
  font-weight: bold;
}
form .form-item.fx-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form .form-item.required .form-item__title::after {
  content: "※必須";
  font-size: 0.8em;
  color: #fff;
  display: block;
  float: right;
  margin-right: 18px;
  background-color: #ca2a2a;
  padding: 0px 10px;
  border-radius: 5px;
  line-height: 2;
}
form .form-item .form-item__title {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
form .form-item p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
form .form-item--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 80px;
}
form .form-item--download img {
  width: 100%;
}
form .form-item--download .wpcf7-list-item {
  margin: 0;
}
form .form-item--submit {
  margin-top: 90px;
  text-align: center;
}
form .form-item--submit input.wpcf7-submit {
  background-color: #00884f;
  width: 60%;
  margin-inline: auto;
  display: block;
}
form .form-item--submit input.wpcf7-submit:hover {
  background-color: #015501;
  -webkit-box-shadow: 2px 2px 2px #777;
          box-shadow: 2px 2px 2px #777;
}
form .form-item--submit .wpcf7-spinner {
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  form .form-item--submit {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  form .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  form .form-item__title {
    width: 100%;
    max-width: 400px;
  }
  form .form-item--grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  form .form-item--submit p {
    width: 100%;
  }
  form .form-item--submit input.wpcf7-submit {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  form .form-item--grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
form .wpcf7-form-control.form_item__subjects, form .wpcf7-form-control.form_item__methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
form .wpcf7-form-control.form_item__subjects .wpcf7-list-item, form .wpcf7-form-control.form_item__methods .wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  font-size: 16px !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #ca2a2a;
  text-align: center;
}

.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.wpcf7 input[type=checkbox] {
  margin-right: 5px;
}
.wpcf7 input[type=radio] {
  margin-bottom: 4px;
}
.wpcf7 .wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7 .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  line-height: 1.6;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio,
.wpcf7 .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 18px;
  margin: 0;
  padding: 0;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .form-item--acceptance p {
  text-align: center;
  font-size: 16px;
  margin-inline: auto;
}
.wpcf7 .form-item--acceptance a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.wpcf7 .form-item--acceptance a:hover {
  opacity: 0.8;
}
.wpcf7 .form-item--acceptance .wpcf7-checkbox {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.wpcf7-response-output:empty {
  display: none !important;
}

.c-swiper .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  aspect-ratio: 1920/852;
}
.c-swiper .swiper-pagination {
  position: relative !important;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet-active,
.c-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bg-orange);
}
.c-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--primary-color);
}

.c-videos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.c-videos__header {
  padding: 10px;
}
.c-videos__title, .c-videos__subtitle {
  font-size: 1rem;
  text-align: center;
}
.c-videos__embed iframe {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 443/249;
}
@media screen and (max-width: 1024px) {
  .c-videos {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .c-videos {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
}

.c-ecogeo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-ecogeo__img {
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.c-ecogeo__title {
  font-size: var(--h2-size);
  padding-block: 20px;
  font-weight: bold;
  letter-spacing: -0.72px;
  word-break: auto-phrase;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
  margin-bottom: 20px;
}
.c-ecogeo__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -78px;
  width: 95px;
  height: 95px;
  background: url(../images/icon-title02.png) no-repeat 0% 0%;
  background-size: contain;
  z-index: -1;
}
.c-ecogeo__content {
  width: 55%;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-block: 90px;
  padding-inline: 5%;
  margin-top: 150px;
  position: relative;
}
.c-ecogeo__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color-02);
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .c-ecogeo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-ecogeo__img {
    width: 100%;
  }
  .c-ecogeo__content {
    width: 100%;
    margin-top: 0;
    padding-block: 50px;
    margin-bottom: 30px;
  }
  .c-ecogeo__content::before {
    left: 0;
  }
  .c-ecogeo__title {
    margin-inline: auto;
    padding-block: 10px;
  }
  .c-ecogeo__title::before {
    top: 9px;
    left: -20px;
    width: 30px;
    height: 30px;
  }
  .c-ecogeo .button {
    margin-inline: auto;
  }
}

.breadcrumbs {
  background-color: var(--gray-color);
  font-size: 14px;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-block: 1rem;
}
.breadcrumbs {
  /* Separator (→ / or >) */
}
.breadcrumbs__separator {
  opacity: 0.6;
}
.breadcrumbs {
  /* Item (link or current text) */
}
.breadcrumbs__item {
  text-decoration: none;
}
.breadcrumbs__item-icon {
  width: 16px;
  height: 16px;
}
.breadcrumbs__item-icon::before {
  content: "\e90c";
  font-family: "design_plus";
}
@media screen and (max-width: 1070px) {
  .breadcrumbs {
    margin-top: var(--header-height);
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 10px;
  }
}

.button {
  position: relative;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 100%;
  height: 60px;
  margin-top: 50px;
}
.button--1 {
  background-color: white;
  color: var(--button-color);
  max-width: 445px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
.button--1::after {
  content: "›";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  top: 0;
  height: 100%;
  margin-inline: 30px;
}
.button--center {
  margin-inline: auto;
}
.button--2 {
  color: white !important;
  font-size: 18px;
  background-color: var(--button-color);
  max-width: 310px;
  padding-right: 25px;
}
.button--2::after {
  content: "›";
  background-color: var(--primary-color);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-inline: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button--3 {
  color: white !important;
  font-size: 18px;
  background-color: var(--button-color);
  width: 390px;
  max-width: 100%;
  padding-inline: 10px 55px;
  margin-left: auto;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button--3::after {
  content: "›";
  background-color: var(--primary-color);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-inline: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button--4 {
  border: 1px solid #333;
  font-size: 18px;
  width: 100%;
  padding-inline: 10px 55px;
  margin-left: auto;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  max-width: 243px;
  height: 54px;
  background-color: white;
  margin-top: 1em;
}
.button--4::after {
  content: "›";
  color: white;
  background-color: var(--primary-color);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-inline: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button--download {
  font-size: 18px;
  width: 100%;
  padding-inline: 10px 55px;
  margin-left: auto;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  max-width: 243px;
  background-color: white;
}
.button--download::after {
  content: "›";
  color: white;
  background-color: var(--primary-color);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-inline: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .button--2, .button--3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .button--3 {
    margin-inline: auto;
  }
}

.c-invest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-invest__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}
.c-invest__title {
  font-size: 27px;
  color: var(--primary-color);
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}
.c-invest__img {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .c-invest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-home-title {
  font-size: var(--h2-size);
  padding-block: 20px;
  font-weight: normal;
  letter-spacing: -0.72px;
  text-align: center;
  word-break: auto-phrase;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  line-height: 2.17;
}
@media screen and (max-width: 768px) {
  .c-home-title {
    padding-block: 10px;
    margin-bottom: 20px;
  }
}

.c-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-link:hover, .c-link:focus {
  opacity: 0.6;
}
.c-link:active {
  opacity: 0.8;
}
.c-link--brown {
  color: var(--brown-color);
}
.c-link--accent {
  color: var(--primary-color);
}
.c-link--underline {
  text-decoration: underline;
}
.c-link:visited {
  color: inherit;
}
.c-link.c-link--contact.c-text--center {
  display: inline-block;
}

.c-list--ol {
  max-width: 700px;
  margin-inline: auto;
}
.c-list--ol li {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
.c-list--ol li span {
  font-weight: 500;
  font-size: 18px;
  display: block;
}

.home-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-news__item {
  color: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
  border-bottom: 1px solid var(--border-color);
  line-height: 3;
}
.home-news__item:first-child {
  border-top: 1px solid var(--border-color);
}
.home-news__date {
  font-size: 14px;
  width: 120px;
}
.home-news__category {
  line-height: 1;
  font-size: 12px;
  color: white;
  background-color: var(--primary-color);
  padding-block: 5px;
  width: 110px;
  text-align: center;
  margin-right: 30px;
}
.home-news__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .home-news__item {
    padding: 20px;
  }
  .home-news__title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.c-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 0 30px;
}
.c-grid__content {
  padding: 15px;
  font-size: 18px;
}
.c-grid__title {
  margin-bottom: 8px;
  line-height: 1.2;
  display: block;
}
.c-grid__title.u-mt {
  margin-top: 1em;
}
.c-grid__text {
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
.c-grid__txt {
  font-size: 16px;
}
.c-grid__txt b {
  display: inline-block;
  font-size: 1.1em;
  padding-bottom: 1em;
}
.c-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 24%;
          flex: 1 1 24%;
}
@media screen and (max-width: 400px) {
  .c-grid__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
.c-grid__img-wrap {
  position: relative;
}
.c-grid__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-grid__button {
  height: 60px;
}
.c-grid__button img {
  height: 100%;
}
.c-grid__category {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  font-size: 14px;
  display: inline-block;
}
.c-grid--3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.c-grid--white .c-grid__item {
  background-color: white;
}
.c-grid--gray .c-grid__item {
  background-color: var(--gray-color);
}
.c-grid--gray .c-grid__title {
  font-size: 16px;
  line-height: 1.67;
}
.c-grid--company {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.c-grid--company .c-grid__title {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-grid--company .c-grid__title::after {
  position: absolute;
  content: "›";
  margin-left: 30px;
  font-size: 30px;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}
.c-grid--company .c-grid__img {
  aspect-ratio: 1/1;
}
.c-grid--company .c-grid__item {
  max-width: 300px;
  margin-inline: auto;
}
.c-grid--ecogeo, .c-grid--improvement {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
.c-grid--ecogeo .c-grid__title, .c-grid--improvement .c-grid__title {
  font-size: 24px;
  font-family: var(--font-times);
  text-align: center;
  color: var(--text-color);
  font-weight: 500;
  padding: 10px 0;
}
.c-grid--ecogeo .c-grid__title.u-txt--left, .c-grid--improvement .c-grid__title.u-txt--left {
  color: var(--text-color);
  font-weight: bold;
  text-align: left;
}
.c-grid--ecogeo .c-grid__img, .c-grid--improvement .c-grid__img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 230px;
  -o-object-position: left;
  object-position: left;
  border: solid 1px #eee;
}
.c-grid--improvement {
  display: -ms-grid;
  display: grid;
  gap: 40px 20px;
}
.c-grid--improvement .c-grid__item {
  border: 1px solid #eee;
  padding: 1em 1em 2em;
}
.c-grid--improvement .c-grid__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1024px) {
  .c-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__text {
    font-size: 16px;
  }
  .c-grid--company {
    padding-bottom: 40px;
  }
  .c-grid--company .c-grid__title {
    margin-block: 10px;
  }
}
@media screen and (max-width: 640px) {
  .c-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid--improvement {
    gap: 20px;
  }
}

.article-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.article-voice a {
  color: var(--primary-color);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.article-voice a:hover {
  opacity: 0.8;
}
.article-voice__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-voice__category-item {
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 7px 20px;
}
.article-voice__eyecatch {
  margin-bottom: 52px;
}
.article-voice__eyecatch img {
  aspect-ratio: 5/3;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

/* 1セット */
.p-post-section__title {
  font-size: 23px;
  border-left: 6px solid var(--primary-color);
  line-height: 34px;
  padding: 5px 15px;
  margin-bottom: 20px;
}
.p-post-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.p-post-section__image {
  width: 310px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-post-section__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-post-section__text {
  line-height: 1.8;
}
.p-post-section {
  /* 右画像 */
}
.p-post-section.is-right .p-post-section__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-post-coop {
  margin-top: 56px;
}
.p-post-coop__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
  padding: 10px 15px;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
}
.p-post-coop__list {
  margin: 10px 0 0;
  padding: 0 5px;
}
.p-post-coop__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 16px 1fr;
  grid-template-columns: 110px 1fr;
  gap: 12px 16px;
  padding: 12px 0;
  border-top: 1px solid var(--border-color);
}
.p-post-coop__row:first-child {
  border-top: 0;
  padding-top: 0;
}
.p-post-coop__row dt {
  font-weight: 700;
  color: #333;
}
.p-post-coop__row dd {
  margin: 0;
  color: #333;
  line-height: 1.8;
}
.p-post-coop__row dd a {
  word-break: break-word;
}

@media screen and (max-width: 640px) {
  .article-voice__eyecatch {
    margin-bottom: 30px;
  }
  .p-post-section__title {
    font-size: 18px;
    line-height: 1.5;
  }
  .p-post-section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .p-post-section__image {
    width: 100%;
  }
  .p-post-section.is-right .p-post-section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-post-coop {
    margin-top: 30px;
  }
  .p-post-coop__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .p-post-coop__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 0;
  }
}
.c-info {
  margin-bottom: 36px;
  line-height: 2;
  font-size: 18px;
}
.c-info__label {
  font-size: 18px;
  background-color: #ccc;
  padding: 5px 10px;
  min-width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: inline-block;
}
.c-info--bold .c-info__label {
  font-weight: bold;
  font-size: 1.5rem;
  background-color: unset;
  text-align: left;
}

.c-media img, .c-media iframe {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-media--auto {
  height: auto;
}
.c-media--max400 img {
  max-width: 400px;
  min-width: 400px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 400px) {
  .c-media--max400 img {
    width: 100%;
    min-width: unset;
  }
}
.c-media--max845 img {
  max-width: 845px;
  display: block;
  margin-inline: auto;
}
.c-media--max600 img {
  max-width: 600px;
  width: 100%;
  display: block;
  margin-inline: auto;
}
.c-media--max600h img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
}
.c-media--center {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-space {
  line-height: 2;
  margin: 0 0 2em 0;
  display: block;
}

.c-mark-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  padding-block: 1em;
  margin-block: 1em;
  text-align: center;
  display: block;
  position: relative;
  word-break: auto-phrase;
}
.c-mark-title::before {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: var(--primary-color);
}
.c-mark-title.medium {
  font-size: 1.5em;
  padding-bottom: 1.5em;
}
.c-mark-title--small {
  font-size: 24px;
  margin-bottom: 20px;
  padding: 1.5rem 0 0.5rem;
  bottom: -10px;
}
.c-mark-title--green::before {
  background: var(--green-color);
}
@media screen and (max-width: 768px) {
  .c-mark-title {
    font-size: 27px;
  }
}

.c-text {
  font-size: 18px;
  margin-bottom: 2rem;
  line-height: 2;
}
.c-text--right {
  text-align: right;
}
.c-text--center {
  text-align: center;
  display: block;
}
.c-text--bold {
  font-weight: bold;
}
.c-text--strong {
  font-weight: bold;
  font-size: 1.4em;
}
.c-text--orange {
  color: #ffa500;
}
.c-text--red {
  color: #ff0000;
}
.c-text--accent {
  color: var(--primary-color);
}
.c-text--l {
  font-size: 1.2em;
  font-weight: bold;
}
.c-text--large {
  font-size: 2.5em;
}
@media screen and (max-width: 400px) {
  .c-text--large {
    font-size: 11vw;
  }
}
.c-text--top {
  margin-bottom: 0;
}
.c-text--top2em {
  margin-top: 2em;
}
.c-text--bottom2em {
  margin-bottom: 2em;
}
.c-text--27 {
  font-size: 27px;
  line-height: 2em;
  margin: 50px auto;
}
.c-text--contact {
  color: #ca2a2a;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-text b {
  font-size: 1.2em;
  display: inline-block;
  background: #e9f4fe;
  width: 100%;
  max-width: 600px;
  margin-bottom: 0.7em;
}

@media screen and (max-width: 640px) {
  .c-text--contact {
    text-align: left;
  }
  .c-text--27 {
    font-size: 18px;
  }
}
.c-stake {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.c-stake__img {
  width: 100%;
  height: auto;
}
.c-stake__label {
  text-align: center;
  -webkit-box-flex: 20px;
      -ms-flex: 20px;
          flex: 20px;
  font-weight: 500;
}
.c-stake--1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.c-stake--3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 640px) {
  .c-stake--3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-article-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1600px;
  margin: 0 auto;
  gap: 4em;
}
.c-article-reason__row {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .c-article-reason__row {
    grid-auto-rows: 1fr auto;
  }
}
.c-article-reason__row-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-article-reason__row-groups {
    display: -ms-grid;
    display: grid;
    padding: 0 1em;
  }
}
.c-article-reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-article-reason__info {
  background-color: rgba(210, 240, 251, 0.3);
  padding: 1.5em 2em 2em;
}
.c-article-reason__ttl {
  font-family: var(--font-times);
  font-size: 2.5em;
  letter-spacing: 0.05em;
  padding-bottom: 0.3em;
  position: relative;
  margin: 0 auto 0.7em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-article-reason__ttl {
    font-size: 2em;
  }
}
.c-article-reason__ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 6px;
  background: var(--primary-color);
  bottom: 0;
  border-radius: 10px;
  left: 0;
}
.c-article-reason__txt {
  font-size: 24px;
}

.c-article-phirosophy {
  font-size: 1.6em;
}
.c-article-phirosophy b {
  background: initial;
  max-width: 100%;
  margin-bottom: 0;
}

.c-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 2.2;
  max-width: 900px;
  margin: 0 auto;
}
.c-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid var(--border-color);
}
.c-table__label, .c-table__text {
  padding: 1rem;
}
.c-table__label {
  width: 250px;
}
.c-table__labelsmall {
  width: 120px;
}
.c-table__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-table__bold {
  font-weight: bold;
}
.c-table__link {
  color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .c-table__label {
    width: 130px;
  }
}
@media screen and (max-width: 640px) {
  .c-table__label {
    width: 100%;
    background-color: var(--light-gray-color);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
  }
  .c-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  font-weight: bold;
}
.c-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--header-height);
}
.c-header__logo {
  width: var(--header-logo-width);
}
@media screen and (max-width: 1070px) {
  .c-header__logo {
    width: 240px;
  }
}
.c-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__mail, .c-header__tel, .c-header__download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-header__mail-icon, .c-header__tel-icon, .c-header__download-icon {
  width: 27px;
}
.c-header__tel {
  color: white !important;
  background-color: var(--primary-color);
  padding: 0.5rem 0.7rem;
}
.c-header__tel-icon {
  width: 18px;
}
.c-header__bottom .sidemenu-link {
  display: none;
}
.c-header__bottom > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  padding: 0;
  margin: 0;
}
.c-header__bottom > ul > li {
  position: relative;
  padding-block: 1rem;
  overflow: visible;
}
.c-header__bottom > ul > li:hover .c-header__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header__bottom > ul a:hover {
  color: var(--primary-color);
}
.c-header__submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 18px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: normal;
  margin: 0;
  padding: 10px 0 0px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-header__submenu li {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-header__submenu li a {
  display: block;
  padding: 0px 10px 10px 10px;
}
.c-header__submenu li:not(:last-child) a {
  border-bottom: 1px solid #ddd;
}
.c-header__hamburger {
  display: none;
  height: 100%;
  padding-block: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.c-header__line-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c-header__line {
  height: 2px;
  width: 36px;
  background: #000;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header__menu {
  font-size: 14px;
  color: rgb(102, 102, 102);
  text-align: center;
  font-weight: 400;
}
.c-header__sidemenu {
  padding-block: 20px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: fixed;
  top: calc(var(--header-height) + 1px);
  left: 0;
  width: 100%;
  overflow-y: scroll;
  max-height: calc(100vh - var(--header-height));
  background-color: white;
  font-size: 18px;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
  /* optional: hide scrollbar inside submenu */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.c-header__sidemenu::-webkit-scrollbar {
  display: none;
}
.c-header__sidemenu ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.c-header__sidemenu ul > li {
  position: relative;
}
.c-header__sidemenu ul > li a {
  padding-block: 18px;
  display: block;
  text-align: center;
}
.c-header__sidemenu ul > li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.c-header__sidemenu ul > li:not(:last-child) a {
  border-bottom: none;
}
.c-header__sidemenu ul > li .c-header__down::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(../images/icons8-chevron-down-60.png) no-repeat center center/contain;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  padding: 18px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.c-header__sidemenu ul > li .c-header__submenu {
  position: relative;
  background-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.c-header__sidemenu ul > li.submenu-open .c-header__down::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-header__sidemenu ul > li.submenu-open .c-header__submenu {
  max-height: 400px;
}
.c-header.active .c-header__hamburger .c-header__line:nth-child(1) {
  -webkit-transform: translateY(9.8px) rotate(45deg);
          transform: translateY(9.8px) rotate(45deg);
}
.c-header.active .c-header__hamburger .c-header__line:nth-child(2) {
  opacity: 0;
}
.c-header.active .c-header__hamburger .c-header__line:nth-child(3) {
  -webkit-transform: translateY(-9.8px) rotate(-45deg);
          transform: translateY(-9.8px) rotate(-45deg);
}
.c-header.active .c-header__sidemenu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 1070px) {
  .c-header {
    border-bottom: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 5000;
    left: 0;
    width: 100%;
    top: 0;
  }
  .c-header__contact, .c-header__bottom {
    display: none;
  }
  .c-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .c-header__menu {
    bottom: 8px;
  }
}

.c-circle-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff7e0;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  border: solid 1px #ffe2e2;
  padding: 5%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .c-circle-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-circle-text {
    width: 270px;
    margin: 0 auto;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    aspect-ratio: 1;
  }
}
.c-circle-text span {
  font-size: 1.2rem;
  display: block;
  font-weight: 500;
  margin-top: 10px;
  text-align: left;
}

.c-title {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em auto;
  line-height: 2;
  word-break: auto-phrase;
}
.c-title__subtitle {
  font-size: 16px;
  font-weight: normal;
  color: var(--text-color);
  margin-top: 8px;
}
.c-title--center {
  text-align: center;
}
.c-title--green {
  color: #5FBF00;
}
.c-title--blue {
  color: var(--primary-color);
}
.c-title--panel {
  padding: 10px;
  background-color: var(--bg-light-blue-color);
  border-left: solid 5px var(--primary-color);
  color: var(--text-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .c-title--panel {
    width: 100%;
  }
}
.c-title--page {
  font-size: var(--h1-size);
  font-family: var(--font-times);
  color: var(--text-color);
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

.c-box {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.c-box__title {
  font-size: 1.5em;
  font-weight: bold;
  padding: 20px;
  color: white;
  background-color: var(--primary-color);
  letter-spacing: 0.05em;
  text-align: center;
}
.c-box__content {
  background-color: var(--bg-light-blue-color);
  padding: 30px;
}
.c-box__text {
  font-size: 1.4em;
  line-height: 2;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-img-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.c-img-grid img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-scroll-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  border: none;
}
.c-scroll-top--hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.c-scroll-top__icon {
  font-size: 20px;
  line-height: 1;
}
.c-scroll-top__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .c-scroll-top--company {
    bottom: var(--fixed-bottom-height);
  }
}

.c-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--fixed-bottom-height);
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #ddd;
  background-color: white;
  font-family: var(--font-segoe);
  color: var(--text-color);
  font-weight: normal;
}
.c-fixed-bottom__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  gap: 8px;
  padding-block: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.c-fixed-bottom__contact:not(:last-child) {
  border-right: 1px solid #ddd;
}
.c-fixed-bottom__tel::before, .c-fixed-bottom__email::before, .c-fixed-bottom__download::before {
  font-size: 16px;
  font-family: "design_plus";
}
.c-fixed-bottom__tel::before {
  content: "\f095";
}
.c-fixed-bottom__email::before {
  content: "\f0e0";
}
.c-fixed-bottom__download::before {
  content: "\f15c";
}
.c-fixed-bottom__icon {
  width: 27px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-fixed-bottom--hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  .c-fixed-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-title-icon5 {
  position: relative;
}
.c-title-icon5::before {
  content: "";
  position: absolute;
  top: 0;
  left: -105px;
  width: 85px;
  height: 75px;
  background: url(../images/icon-title05.png) no-repeat 0% 0%;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-title-icon5::before {
    left: -63px;
    width: 52px;
    height: 54px;
  }
}

.c-title-icon6 {
  position: relative;
}
.c-title-icon6::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -80px;
  width: 65px;
  height: 75px;
  background: url(../images/icon-title06.png) no-repeat 0% 0%;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-title-icon6::before {
    top: 2px;
    left: -51px;
    width: 37px;
    height: 45px;
  }
}

.c-title-icon7 {
  position: relative;
}
.c-title-icon7::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -108px;
  width: 95px;
  height: 77px;
  background: url(../images/icon-title07.png) no-repeat 0% 0%;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-title-icon7::before {
    left: -64px;
    width: 51px;
    height: 48px;
  }
}

.c-grid-download {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.c-grid-download__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: 50px;
}
.c-grid-download__img {
  width: 100%;
}
.c-grid-download__row {
  padding: 20px 10px 0 10px;
}
.c-grid-download__title {
  float: left;
  margin-bottom: 10px;
}
.c-grid-download__button {
  float: right;
  max-width: 243px;
}
.c-grid-download__button img {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .c-grid-download {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .c-grid-download {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid-download__item {
    margin: 0 0 50px 0;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
}

.c-pagination .navigation {
  width: auto;
}

.c-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .c-pagination .nav-links {
    gap: 10px;
  }
}

.c-pagination a,
.c-pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 640px) {
  .c-pagination a,
  .c-pagination span {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

.c-pagination a:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.c-pagination .disabled {
  display: none;
}

.archive-news_page__news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.archive-news_page__news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: var(--articel-background-color);
}
.archive-news_page__news-item .archive-news_page__news-thumbnail-wrapper {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30%;
}
.archive-news_page__news-item .archive-news_page__news-thumbnail-wrapper .archive-news_page__news-thumbnail {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}
.archive-news_page__news-item .archive-news_page__news-thumbnail-wrapper:hover .archive-news_page__news-thumbnail {
  scale: 1.2;
}
.archive-news_page__news-info {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.archive-news_page__news-title {
  margin-bottom: 12px;
}
.archive-news_page__news-excerpt {
  line-height: 2.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.8rem;
  min-height: 4.8rem;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.single-news_page__article-header {
  text-align: center;
}
.single-news_page__article-thumbnail-wrapper {
  margin-top: 60px;
}
.single-news_page__article-thumbnail {
  aspect-ratio: 5/3;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.single-news_page__article-title {
  text-align: center;
  margin-bottom: 20px;
}
.single-news_page__article-content h2 {
  margin: 44px 0 18px;
  padding-left: 12px;
  border-left: 6px solid var(--primary-color);
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}
.single-news_page__article-content h2:first-child {
  margin-top: 60px;
}
.single-news_page__article-content h3 {
  margin: 28px 0 12px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.single-news_page__article-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 4px;
  background: var(--primary-color);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-news_page__article-content p {
  line-height: 1.9;
}
.single-news_page__article-content a {
  color: blue;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.single-news_page__article-content a:hover {
  color: red;
  opacity: 0.75;
  text-decoration: underline;
}
.single-news_page__article-content a {
  overflow-wrap: anywhere;
}
.single-news_page__article-content ul,
.single-news_page__article-content ol {
  margin: 0 0 18px;
  padding-left: 1.4em;
  list-style: decimal;
}
.single-news_page__article-content ul li,
.single-news_page__article-content ol li {
  margin: 8px 0;
  list-style: disc;
}
.single-news_page__article-content li ul,
.single-news_page__article-content li ol {
  margin-top: 10px;
  margin-bottom: 0;
}
.single-news_page__article-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-news_page__article-content .wp-block-image,
.single-news_page__article-content figure {
  margin: 24px 0;
}
.single-news_page__article-content .wp-block-image figcaption,
.single-news_page__article-content figure figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .archive-news_page__news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive-news_page__news-item .archive-news_page__news-thumbnail-wrapper {
    width: 100%;
  }
  .single-news_page__article-content h2 {
    font-size: 20px;
  }
  .single-news_page__article-content h3 {
    font-size: 18px;
  }
  .single-news_page__article-content p {
    line-height: 1.8;
  }
}
@font-face {
  font-family: "Times New Roman";
  src: url("../../assets/fonts/times.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yumin";
  src: url("../../assets/fonts/yumin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "design_plus";
  src: url("../../assets/fonts/design_plus.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "heisei-maru-gothic-std";
  src: url("../../assets/fonts/heiseimarugostd-w8.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/*# sourceMappingURL=app.css.map */