@charset "UTF-8";
/* mixin */
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
/* 行数によるテキスト変換（501px以上の時,500px以下の時） */
/* フォルダ内の背景画像取得 */
/* 丸角(丸角のpx数,丸角を適用するカドの指定) */
/* container生成（要素の幅,余白,位置【center left right】） */
/* コンテンツの中央配置 */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
.single_item__pic, .single_block__image, .post_item__pic, .benisango_box__group, .benisango_side__pic, .benisango_container, .lento_block__pic, .lento_block__container, .header_trigger__lines {
  margin-left: auto;
  margin-right: auto;
}

/* flexのfit */
/* template color */
/* custom color */
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(9%) hue-rotate(357deg) brightness(92%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(9%) hue-rotate(357deg) brightness(92%) contrast(92%);
}

/* font */
/* setting */
.list_dotted__tab {
  position: relative;
  padding-left: 1em;
}
.list_dotted__tab::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.list_count {
  counter-reset: count;
}

.list_count__tab {
  position: relative;
  padding-left: 1.5em;
}
.list_count__tab::before {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
}

.list_num {
  counter-reset: num;
}

.list_num__tab {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1.5em;
}
.list_num__tab::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
}

.list_unit {
  counter-reset: unit;
}

.list_unit__tab {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1.5em;
}
.list_unit__tab::before {
  counter-increment: unit;
  content: counter(unit) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.cm_btn {
  margin-top: clamp(32px, 3.5vw, 56px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px 32px;
}

.cm_btn__link {
  display: block;
  min-width: 200px;
  width: 100%;
  height: auto;
  line-height: 56px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 56px;
  overflow: clip;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  color: #fff;
  background-color: #0c1c89;
}
@media screen and (min-width: 501px) {
  .cm_btn__link {
    max-width: 320px;
  }
}
@media screen and (max-width: 500px) {
  .cm_btn__link {
    max-width: 240px;
  }
}

.item_more {
  margin-top: clamp(32px, 2.5vw, 40px);
  text-align: right;
}

.item_more__link {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  display: inline;
  text-decoration: underline;
}

.head_default {
  font-size: clamp(2.4rem, 3.8709677419vw, 4.8rem);
  margin-bottom: 0.5em;
}

.head_default__caption {
  display: block;
  margin-bottom: 1.875em;
}

.head_default__txt {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.4;
}
.head_default__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * (0.5em - 1px));
}
.head_default__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
}

.text {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  letter-spacing: 0.1em;
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
}

body {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #294A62;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Shippori Mincho", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

p,
th,
td,
li,
dt,
dd {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-style: normal;
}

address {
  font-size: inherit;
  font-style: normal;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

img,
picture,
figure {
  margin: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link {
  display: inline;
  color: #0c1c89;
  text-decoration: underline;
}
a:hover {
  opacity: 0.6;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  a[href^=tel] {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

@media screen and (min-width: 1001px) {
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}

.swipe {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #ddd;
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

@-webkit-keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .l-following_contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .l-following_contents .--side {
    top: 0;
    width: 200px;
  }
  .l-following_contents .--main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .l-following_contents .--side {
    bottom: 0;
  }
}
.l-following_contents .--side {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.flickWrap {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .flickWrap {
    padding: 5px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .flickWrap::before {
    margin-bottom: 20px;
    color: #f55;
    font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
    content: "※表が見切れる場合は横スクロールでご覧ください。";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track, .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.lazy {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0%, 50px);
          transform: translate(0%, 50px);
}

.lazy-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1023px) {
  .container {
    max-width: 1042px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1022px) {
  .container {
    max-width: 1042px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-right {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1033px) {
  .over-right {
    margin-left: calc((100vw - 1017px) / 2);
  }
}
@media screen and (max-width: 1032px) {
  .over-right {
    max-width: 1062px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-left {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1033px) {
  .over-left {
    margin-right: calc((100vw - 1017px) / 2);
  }
}
@media screen and (max-width: 1032px) {
  .over-left {
    max-width: 1062px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

.image {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

th,
td {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  tr + tr th,
  tr + tr td {
    padding-top: 2em;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  th {
    width: 190px;
  }
}
@media screen and (max-width: 1000px) {
  tr + tr th {
    padding-top: 2em;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  border-top: 1px solid #D2D2D2;
}
.archive .wp-pagenavi {
  padding-top: clamp(32px, 3vw, 48px);
  margin-top: clamp(50px, 7.5vw, 120px);
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  border: none;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  font-weight: 500;
  padding: unset;
  margin: unset;
  border: none;
  aspect-ratio: 1/1;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 1001px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 24px;
  }
}
.wp-pagenavi a::before,
.wp-pagenavi span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 0%;
  height: 2px;
  background-color: #0c1c89;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi a.current,
.wp-pagenavi span:hover,
.wp-pagenavi span.current {
  opacity: 1;
  font-weight: 500;
  color: #fff;
  background-color: #0c1c89;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  color: transparent !important;
  text-indent: -9999px;
  overflow: clip;
  aspect-ratio: 1/1;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/ico-arrow.svg");
  background-repeat: no-repeat;
  background-size: 9px 16px;
  background-position: center center;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
  -webkit-transition: inherit;
  transition: inherit;
}
.wp-pagenavi .previouspostslink {
  rotate: 180deg;
}

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

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

.link-under {
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  text-decoration: underline;
}

.cm-block + .cm-block {
  margin-top: clamp(60px, 5vw, 80px);
}

@media screen and (min-width: 1001px) {
  .cm-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
  .cm-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.cm-pic {
  width: 33.3333333333%;
  aspect-ratio: 4/3;
  background-color: #ddd;
}

.cm-fit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  .cm-pic + .cm-fit {
    margin-top: 64px;
  }
}

.cm-cards {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .cm-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .cm-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .cm-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

/* module */
.cm-bread {
  padding: 8px 0;
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  line-height: 1.6;
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}

.header_area {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: clamp(10px, 0.875vw, 14px);
  padding-left: clamp(20px, 2.5vw, 40px);
  padding-right: clamp(20px, 7.5vw, 120px);
  padding-bottom: clamp(10px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 1001px) {
  .header_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header_logo {
  display: inline-block;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
}
.header_logo img {
  display: block;
  width: auto;
  height: auto;
}

.header_trigger {
  position: fixed;
  top: 20px;
  right: 20px;
  aspect-ratio: 1/1;
  width: 45px;
  height: auto;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .header_trigger {
    display: none;
  }
}
.header_trigger:hover {
  opacity: 1;
}

.header_trigger__lines {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header_trigger__line {
  position: relative;
  display: block;
  width: 42px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.active .header_trigger__line {
  background-color: #1b3e56;
  -webkit-transform-origin: 25% 0;
          transform-origin: 25% 0;
}
.active .header_trigger__line:first-child {
  opacity: 1;
  rotate: 30deg;
}
.active .header_trigger__line:last-child {
  opacity: 1;
  rotate: -30deg;
}

.header_trigger__caption {
  display: block;
  margin-top: 4px;
}
.header_trigger__caption::before {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  content: "Menu";
  color: #fff;
}
.active .header_trigger__caption::before {
  content: "Close";
  color: #1b3e56;
}

.header_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1001px) {
  .header_menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .header_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header_menu a {
  letter-spacing: 0.06em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 1001px) {
  .header_menu a {
    color: #fff;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .header_menu a {
    font-size: 2.4rem;
    color: #1b3e56;
  }
}
.header_menu ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .header_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
.header_menu .sub-menu,
.header_menu .children {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header_menu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: white;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 5;
    overflow-y: scroll;
    padding-left: 24px;
    padding-right: 24px;
  }
  .header_menu.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .header_menu ul {
    padding-top: 70px;
    padding-bottom: 56px;
  }
  .header_menu li + li {
    padding-top: 30px;
  }
  .header_menu a {
    position: relative;
    display: block;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header_menu a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 12px;
    height: 1px;
    background-color: #1b3e56;
    -webkit-transition-property: all;
    transition-property: all;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) {
  .header_menu a::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .header_menu a::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .header_menu a:hover {
    opacity: 1;
    font-weight: 700;
  }
  .header_menu a:hover::before {
    height: 2px;
  }
  .header_menu .current_page_item a {
    font-weight: 700;
  }
  .header_menu .current_page_item a:before {
    height: 2px;
  }
}

.kv_block {
  padding-top: clamp(130px, 19.125vw, 306px);
  padding-bottom: clamp(24px, 4.8125vw, 77px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .kv_block {
    padding-left: clamp(20px, 7.125vw, 114px);
    padding-right: clamp(20px, 7.125vw, 114px);
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .kv_block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .kv_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.kv_lead {
  font-size: clamp(2.6rem, 3.8709677419vw, 4.8rem);
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}

.kv_pic {
  display: block;
}

.header_menu__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .header_menu__sub {
    padding-bottom: 150px;
  }
}

.header_menu__sub___link {
  opacity: 0.5;
}
.header_menu__sub___link:hover, .header_menu__sub___link[current] {
  opacity: 1;
}

.footer_area {
  padding-top: clamp(100px, 8.125vw, 130px);
  padding-bottom: clamp(60px, 7.0625vw, 113px);
  background-image: url("../images/common/footer.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer_logo {
  margin-bottom: clamp(56px, 4.375vw, 70px);
}

.footer_logo__link {
  display: inline-block;
}

.footer_logo__caption {
  display: block;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  margin-bottom: 1em;
}

.footer_logo__image {
  display: block;
  max-width: 340px;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 501px) {
  .footer_contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 32px 48px;
  }
}

.footer_content {
  color: #ECF5F8;
}
@media screen and (min-width: 501px) {
  .footer_content {
    max-width: 230px;
  }
}
@media screen and (max-width: 500px) {
  .footer_content + .footer_content {
    margin-top: 40px;
  }
}

.footer_content__label {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.footer_content__address {
  font-size: 1.4rem;
}

.cta_area {
  padding-top: clamp(100px, 15.125vw, 242px);
  padding-bottom: clamp(100px, 16.8125vw, 269px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../images/common/bg_image.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.cta_item {
  background-color: #FAF7E9;
  padding-top: clamp(32px, 6.25vw, 100px);
  padding-left: clamp(24px, 8.5625vw, 137px);
  padding-right: clamp(24px, 8.5625vw, 137px);
  padding-bottom: clamp(32px, 8.125vw, 130px);
}

.cta_head {
  display: block;
  margin-bottom: 15px;
}

.cta_head__lead {
  color: #333;
  font-size: clamp(3.2rem, 5.1612903226vw, 6.4rem);
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cta_image {
  display: block;
  width: 100%;
  height: auto;
}

.cta_btn {
  margin-top: clamp(32px, 2.875vw, 46px);
  text-align: center;
}

.cta_btn__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.cta_btn__link:hover {
  opacity: 1;
}

.cta_btn__txt {
  color: #333;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  white-space: nowrap;
}

.cta_btn__ico {
  display: block;
  max-width: 40px;
  position: relative;
  aspect-ratio: 40/27;
  width: 40px;
  height: auto;
}

.cta_btn__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .cta_btn__arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (max-width: 1000px) {
  .cta_btn__arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
.cta_btn__link:hover .cta_btn__arrow {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .cta_btn__link:hover .cta_btn__arrow {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .cta_btn__link:hover .cta_btn__arrow {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}

.cta_btn__before {
  translate: 0% 0%;
  opacity: 1;
}
.cta_btn__link:hover .cta_btn__before {
  translate: 100% 0%;
  opacity: 0;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.cta_btn__after {
  translate: -10% 0%;
  opacity: 0;
}
.cta_btn__link:hover .cta_btn__after {
  translate: 0% 0%;
  opacity: 1;
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form {
    padding-top: clamp(56px, 6.25vw, 100px);
    padding-bottom: clamp(56px, 6.25vw, 100px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th small {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1001px) {
  .mw_wp_form td th {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #cccccc;
  outline: none;
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
@media screen and (min-width: 501px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  margin-top: clamp(10px, 1vw, 16px);
}
.mw_wp_form input[type*=file]::-webkit-file-upload-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 1.5rem;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
}

.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-radio-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: inline-block;
  font-size: clamp(1.1rem, 1.2903225806vw, 1.6rem);
  word-break: auto-phrase;
}
@media screen and (min-width: 1001px) {
  .file-text {
    padding-top: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .file-text {
    line-height: 1.3;
  }
}

@media screen and (min-width: 501px) {
  .sp-break {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #0c1c89;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .form-agree {
    text-align: center;
  }
}

.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: clamp(24px, 2vw, 32px);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  padding: 1.25em;
  color: #fff;
  background-color: #0c1c89;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  border-radius: 25px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 0.7;
}

.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
  font-size: 1.3rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  font-size: 1.2rem;
}

/* page */
.main_head {
  margin-bottom: clamp(32px, 3.5vw, 56px);
}

.main_head__lead {
  display: block;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 1.5;
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
}
.main_head__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.main_head__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.main_head__caption {
  display: block;
  text-transform: capitalize;
  font-weight: 700;
  color: #0c1c89;
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  margin-bottom: clamp(8px, 0.75vw, 12px);
}

.main_news__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: clamp(16px, 1.5vw, 24px);
  border-bottom: 1px solid #D2D2D2;
}
.main_news__link::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0c1c89;
  z-index: 1;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_news__link::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_news__link::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_news__link:hover {
  opacity: 1;
}
.main_news__link:hover::before {
  scale: 1 1;
}
.main_news__list + .main_news__list .main_news__link {
  padding-top: clamp(16px, 1.5vw, 24px);
}

.main_news__time {
  color: #0c1c89;
}

.main_news__caption {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .main_news__caption {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .main_news__caption {
    -webkit-line-clamp: 1;
  }
}

.lento_contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .lento_contents {
    margin-top: -120px;
    padding-top: 120px;
  }
}

.lento_block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .lento_block {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 1000px) {
  .lento_block {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.lento_block::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/page/bg_lento1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.lento_block__container {
  position: relative;
  max-width: 992px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lento_block__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: clamp(50px, 4vw, 64px);
}
@media screen and (min-width: 1001px) {
  .lento_block__inner {
    padding-right: 290px;
  }
}

.lento_block__lead {
  font-size: clamp(3.2rem, 3.8709677419vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.lento_block__pic {
  display: block;
  -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.05));
}
@media screen and (min-width: 1001px) {
  .lento_block__pic {
    position: absolute;
    bottom: 0;
    right: 20px;
    max-width: 147px;
  }
}
@media screen and (max-width: 1000px) {
  .lento_block__pic {
    max-width: 70px;
  }
}

.lento_items {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: clip;
}
@media screen and (min-width: 1001px) {
  .lento_items {
    padding-top: 170px;
    padding-bottom: 156px;
  }
}
@media screen and (max-width: 1000px) {
  .lento_items {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.lento_items::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  background-image: url("../images/page/bg_lento2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
@media screen and (min-width: 1001px) {
  .lento_items::before {
    aspect-ratio: 1360/967;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .lento_items::before {
    max-height: 654px;
    height: 100%;
  }
}

.lento_line {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 73.8970588235%;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: clip;
  padding-top: 142px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (min-width: 1001px) {
  .lento_item__block {
    padding-left: 13.2352941176%;
    padding-bottom: 270px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .lento_item__block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .lento_item__block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.lento_item__inner {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .lento_item__inner {
    max-width: 516px;
  }
}

@media screen and (min-width: 1001px) {
  .lento_item__txt {
    max-width: 480px;
  }
}

.lento_item__pic {
  display: block;
  margin-left: auto;
}
@media screen and (min-width: 1001px) {
  .lento_item__pic {
    position: absolute;
    top: -65px;
    z-index: -1;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1361px) {
  .lento_item__pic {
    right: 60px;
    max-width: 887px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1360px) {
  .lento_item__pic {
    right: -60px;
    max-width: 65.2205882353%;
  }
}
@media screen and (max-width: 1000px) {
  .lento_item__pic {
    max-width: 500px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -40px;
    margin-bottom: -40px;
  }
}

.lento_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .lento_box {
    padding-left: 113px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .lento_box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .lento_box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.lento_default__txt {
  display: block;
}
@media screen and (min-width: 1001px) {
  .lento_default__txt {
    text-indent: -9em;
    padding-left: 9em;
  }
}
.lento_default__txt::before, .lento_default__txt::after {
  display: none;
}

.lento_box__block {
  position: relative;
}

@media screen and (min-width: 1001px) {
  .lento_box__text {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 26.055705301%;
    width: 100%;
  }
  .lento_box__txt {
    position: absolute;
    bottom: 0;
    right: 34.2318059299%;
    max-width: 34.2318059299%;
    width: 100%;
  }
}
.lento_box__pic {
  display: block;
}
@media screen and (min-width: 1001px) {
  .lento_box__pic {
    padding-bottom: 88px;
    margin-left: auto;
    margin-right: 0;
    max-width: 86.9721473495%;
  }
}
@media screen and (max-width: 1000px) {
  .lento_box__pic {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .lento_box__pic {
    margin-left: -40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .lento_box__pic {
    margin-left: -20px;
  }
}

.lento_pics {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .lento_pics {
    padding-top: 156px;
    padding-left: 118px;
    padding-right: 118px;
  }
}
@media screen and (max-width: 1000px) {
  .lento_pics {
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
  }
}

.lento_pic {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .lento_pic {
    max-width: 71.1029411765vw;
  }
}
@media screen and (max-width: 1000px) {
  .lento_pic {
    max-width: 80vw;
    margin-left: auto;
  }
}

.benisango_block {
  padding-top: clamp(100px, 7.5vw, 120px);
  padding-bottom: clamp(100px, 8.1875vw, 131px);
}

.benisango_container {
  max-width: 1263px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .benisango_container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .benisango_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1001px) {
  .benisango_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

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

.benisango_side__pic {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .benisango_side__pic {
    max-width: 330px;
    padding-top: 47px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .benisango_side__pic {
    max-width: 120px;
    margin-top: 40px;
  }
}

.benisango_side__visual {
  display: block;
  margin-top: clamp(100px, 10.5vw, 168px);
}

.benisango_inner {
  display: block;
  margin-top: 46px;
  margin-left: auto;
  max-width: 726px;
}
@media screen and (min-width: 501px) {
  .benisango_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.benisango_box {
  background-color: #1F2A39;
}

.benisango_box__group {
  max-width: 1360px;
  padding-top: clamp(100px, 11vw, 176px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .benisango_box__group {
    padding-left: 86px;
    padding-right: 86px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .benisango_box__group {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .benisango_box__group {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1001px) {
  .benisango_box__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 62px;
  }
}

.benisango_box__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1001px) {
  .benisango_box__inner {
    min-width: 354px;
  }
}

.benisango_box__pic {
  display: block;
  max-width: 702px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .benisango_box__pic {
    margin-top: 40px;
  }
}

.benisango_box__caption {
  display: block;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  margin-top: 1em;
}

.benisango_box__class {
  display: block;
  margin-bottom: 1em;
}

.benisango_box__name {
  display: block;
  font-size: 1em;
}

.benisango_strength {
  margin-top: clamp(80px, 8vw, 128px);
  border-top: 1px solid rgba(210, 210, 210, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.benisango_strength__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: clamp(32px, 2.625vw, 42px);
  padding-bottom: clamp(32px, 2.625vw, 42px);
  border-bottom: 1px solid rgba(210, 210, 210, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .benisango_strength__data {
    padding-left: clamp(24px, 14vw, 224px);
    padding-right: clamp(24px, 4vw, 64px);
    gap: 103px;
  }
}
@media screen and (max-width: 500px) {
  .benisango_strength__data {
    gap: 30px;
  }
}

.benisango_strength__num {
  display: block;
  font-size: clamp(3rem, 7.7419354839vw, 9.6rem);
  line-height: 0.4;
}

.benisango_award {
  position: relative;
  overflow: clip;
  padding-top: clamp(100px, 9.875vw, 158px);
  padding-bottom: clamp(100px, 11.25vw, 180px);
  z-index: 1;
}
.benisango_award::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/page/bg_about-beni-sango.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.benisango_award__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 56px 0;
}
@media screen and (max-width: 1000px) {
  .benisango_award__contents {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 501px) {
  .benisango_award__ico {
    max-width: 210px;
  }
}
@media screen and (max-width: 500px) {
  .benisango_award__ico {
    max-width: 45%;
  }
}

@media screen and (min-width: 1001px) {
  .benisango_award__gold {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .benisango_award__inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-left: clamp(56px, 8.375vw, 134px);
    padding-right: clamp(56px, 6.5vw, 104px);
  }
}
@media screen and (max-width: 1000px) {
  .benisango_award__inner {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.company_block + .company_block {
  margin-top: clamp(80px, 5.25vw, 84px);
}

.company_container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1173px) {
  .company_container {
    max-width: 1192px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1172px) {
  .company_container {
    max-width: 1192px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .company_container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1001px) {
  .company_block__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}

.company_side__inner {
  max-width: 706px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company_content {
  padding-top: clamp(32px, 2.6875vw, 43px);
  border-top: 1px solid rgba(210, 210, 210, 0.1);
}
.company_content + .company_content {
  margin-top: clamp(32px, 4.125vw, 66px);
}

@media screen and (min-width: 1001px) {
  .page_content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page_content__side {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .page_content__side {
    margin-bottom: 40px;
  }
}
.anchor_list__btn {
  position: relative;
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2.2;
  padding-left: 36px;
}
.anchor_list__btn::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  background-color: #fff;
  max-width: 18px;
  width: 100%;
  height: 1px;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .anchor_list__btn::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .anchor_list__btn::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.anchor_list__btn:hover, .anchor_list__btn.active {
  opacity: 1;
}
.anchor_list__btn:hover::before, .anchor_list__btn.active::before {
  max-width: 28px;
}
.anchor_list__btn:hover .anchor_list__txt, .anchor_list__btn.active .anchor_list__txt {
  opacity: 1;
}

.anchor_list__txt {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .anchor_list__txt {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .anchor_list__txt {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (min-width: 1001px) {
  .anchor_list__txt {
    opacity: 0.4;
  }
}

.company_image {
  display: block;
  margin-bottom: 36px;
}

.outline_block {
  padding-bottom: clamp(120px, 20.625vw, 330px);
}

.contact_block__lead {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-bottom: 10px;
}

.contact_block__list {
  counter-reset: num;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1001px) {
  .contact_block__list {
    margin-top: 50px;
    margin-bottom: 80px;
    gap: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__list {
    margin-top: 20px;
    margin-bottom: 50px;
    gap: 8px;
  }
}

.contact_block__tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  background: #fff;
  border: 1px solid #0c1c89;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
}
.contact_block__tab.active {
  color: #fff;
  background: #0c1c89;
}
@media screen and (min-width: 1001px) {
  .contact_block__tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__tab {
    line-height: 34px;
  }
}
.contact_block__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}
@media screen and (min-width: 1001px) {
  .contact_block__tab::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 16px;
  }
}

.contact_block__line {
  display: block;
  height: 1px;
  background: #0c1c89;
}
@media screen and (min-width: 1001px) {
  .contact_block__line {
    width: 72px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__line {
    width: 20px;
  }
}

.policy_block__wrap + .policy_block__wrap {
  margin-top: clamp(32px, 3.375vw, 54px);
}

.policy_block__lead {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 5px;
}

.policy_block__description {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
}

.found_block {
  padding-top: clamp(60px, 11.25vw, 180px);
}

.found_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-align: center;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

.found_head__caption {
  display: block;
  font-size: clamp(3.6rem, 6.4516129032vw, 8rem);
  line-height: 1.1111111111;
  color: #0c1c89;
}
.found_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1111111111) * (0.5em - 1px));
}
.found_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1111111111) * 0.5em);
}

.found_head__lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}

.found_menu {
  margin-top: clamp(24px, 2.5vw, 40px);
}
.found_menu ul ul {
  display: none !important;
}
.found_menu li {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
.found_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .found_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px 0;
    margin: auto;
  }
  .found_menu li {
    padding: 0 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
  }
  .found_menu li + li {
    border-left: 1px solid #333;
  }
}
@media screen and (max-width: 1000px) {
  .found_menu li {
    border-bottom: 1px solid #333;
  }
  .found_menu a {
    padding: 1em 0;
  }
}

.post_list__tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  padding-bottom: clamp(18px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #D2D2D2;
}
.post_list__tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0c1c89;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_list__tab::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_list__tab::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.post_list__tab:hover {
  opacity: 1;
}
.post_list__tab:hover::after {
  scale: 1 1;
}
.post_list__tab + .post_list__tab {
  padding-top: clamp(18px, 1.5vw, 24px);
}

.post_list__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_list__lead {
  font-size: inherit;
  font-weight: inherit;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post_card {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .post_card {
    gap: 40px 32px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .post_card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .post_card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .post_card {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.post_card__link {
  display: block;
}
.post_card__link:hover {
  opacity: 1;
}

.post_card__pic {
  display: block;
  background-color: #ddd;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  -o-object-fit: clip;
     object-fit: clip;
  margin-bottom: clamp(10px, 1vw, 16px);
}
.post_card__pic .image {
  width: 100%;
  height: 100%;
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_card__link .post_card__pic .image {
  scale: 1.1;
}

.post_card__headline {
  display: block;
  margin-bottom: clamp(10px, 1vw, 16px);
}

.post_card__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_card__lead {
  display: block;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_card__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * (0.5em - 1px));
}
.post_card__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}

.post_card__caption {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_card__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_card__caption {
    -webkit-line-clamp: 1;
  }
}

.post_item__side {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .post_item__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: "row";
        -ms-flex-direction: "row";
            flex-direction: "row";
    -webkit-box-align: "flex-start";
    -webkit-align-items: "flex-start";
        -ms-flex-align: "flex-start";
            align-items: "flex-start";
    gap: 48px;
  }
}
.post_item__side + .post_item__side {
  margin-top: clamp(32px, 2.5vw, 40px);
  padding-top: clamp(32px, 2.5vw, 40px);
  border-top: 1px solid #D2D2D2;
}

.post_item__pic {
  display: block;
  max-width: 400px;
  aspect-ratio: 4/3;
  background-color: #ddd;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .post_item__pic {
    width: 33.3333333333%;
    min-width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic {
    width: 100%;
  }
}
.post_item__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.post_item__pic:hover {
  opacity: 1;
}
.post_item__pic:hover .image {
  scale: 1.1;
}

.post_item__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 500px) {
  .post_item__inner {
    margin-top: 32px;
  }
}

.post_item__headline {
  margin-bottom: clamp(24px, 2vw, 32px);
}

.post_item__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_item__lead {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_item__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * (0.5em - 1px));
}
.post_item__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_item__lead {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_item__lead {
    -webkit-line-clamp: 1;
  }
}

.post_item__caption {
  display: block;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_item__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_item__caption {
    -webkit-line-clamp: 2;
  }
}

.single_block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .single_block {
    max-width: 1000px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .single_block {
    max-width: 1000px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .single_block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.single_block__image {
  display: block;
  aspect-ratio: 4/3;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.single_block__headline {
  display: block;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

.single_block__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  font-weight: 700;
}

.single_block__lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}

.single_item__side {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .single_item__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: "row";
        -ms-flex-direction: "row";
            flex-direction: "row";
    -webkit-box-align: "flex-start";
    -webkit-align-items: "flex-start";
        -ms-flex-align: "flex-start";
            align-items: "flex-start";
    gap: 48px;
  }
}
.single_item__side + .single_item__side {
  margin-top: clamp(32px, 2.5vw, 40px);
  padding-top: clamp(32px, 2.5vw, 40px);
  border-top: 1px solid #D2D2D2;
}

.single_item__pic {
  display: block;
  max-width: 400px;
  aspect-ratio: 4/3;
  background-color: #ddd;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .single_item__pic {
    width: 33.3333333333%;
    min-width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .single_item__pic {
    width: 100%;
  }
}
.single_item__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .single_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.single_item__pic:hover {
  opacity: 1;
}
.single_item__pic:hover .image {
  scale: 1.1;
}

.single_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #D2D2D2;
  padding-top: clamp(24px, 2vw, 32px);
  margin-top: clamp(40px, 6.25vw, 100px);
}
.single_nav a {
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
}
.single_nav a:hover {
  opacity: 1;
  color: #0c1c89;
}

.single_nav__move {
  min-width: 56px;
}
.single_nav__move a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  min-width: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_nav__move a path {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .single_nav__move a path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_nav__move a path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.single_nav__move a:hover path {
  fill: #0c1c89;
}/*# sourceMappingURL=customize.css.map */