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

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

/* font */
.mincho {
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 400;
}

/* 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: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 32px;
}

.cm_btn__link {
  display: block;
  min-width: 200px;
  width: 100%;
  height: auto;
  line-height: 56px;
  text-align: center;
  flex: 1;
  border-radius: 56px;
  overflow: clip;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-family: "IBM Plex Sans JP", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  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;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #333;
  background: #fff;
  font-weight: 400;
  -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: "メイリオ", 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,
address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
  line-height: 2;
  font-style: normal;
}

div {
  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;
  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;
            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;
    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;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    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;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .l-following_contents {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: relative;
  }
  .l-following_contents .--side {
    top: 0;
    width: 200px;
  }
  .l-following_contents .--main {
    flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .l-following_contents .--side {
    bottom: 0;
  }
}
.l-following_contents .--side {
  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;
  transform: translate(0%, 30px);
  filter: blur(10px);
}

.lazy-show {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0, 0);
  transition: all 1.2s ease-in-out;
}

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

.over-right {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .over-right {
    margin-left: calc((100vw - 1220px) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .over-right {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .over-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.over-left {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .over-left {
    margin-right: calc((100vw - 1220px) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .over-left {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .over-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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;
  box-sizing: border-box;
}

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

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

@media screen and (min-width: 1001px) {
  th {
    width: 200px;
    border-bottom: 1px solid #ccc;
    background-color: #f8f8f8;
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-left: 1em;
    padding-right: 1em;
  }
  tr + tr th {
    padding-top: 1em;
  }
}

@media screen and (min-width: 1001px) {
  td {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-top: 1px solid #ccc;
}
.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: flex;
  justify-content: 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;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    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;
  transform: translateX(1px);
  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 {
  display: inline;
}

.link-under:hover {
  opacity: 0.6;
}

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

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

.cm-fit {
  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 */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
header----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.header_area {
  padding: 32px 40px 0;
  box-sizing: border-box;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.header_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
  background: linear-gradient(to top, rgb(60, 69, 75) 0%, rgb(60, 69, 75) 100%);
  transition: all 0.3s;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .header_area::before {
    height: calc(100% + 25px);
  }
}
.header_area.hide__fixed {
  transform: translateY(-100%);
}
.header_area.hide__fixed::before {
  height: 100%;
}
.header_area.hide__fixed + .header_trigger {
  transform: translateY(-150%);
}

.header_columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo {
  max-width: 240px;
  line-height: 1;
}

/*------------------------------------------------
header----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .header_area {
    padding: 26px 32px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .header_area {
    padding: 26px 16px 0;
  }
}
@media screen and (max-width: 1000px) {
  .header_logo {
    max-width: 220px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .header_logo {
    max-width: 200px;
  }
}
/*================================================
header----END
==================================================*/
.header_trigger {
  position: fixed;
  top: 16px;
  right: 16px;
  aspect-ratio: 1/1;
  width: 48px;
  height: auto;
  background: #fff;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (min-width: 1001px) {
  .header_trigger {
    display: none;
  }
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #3C454B;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.6s;
  border-radius: 5px;
}
.header_trigger span:first-child {
  transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
}
.header_trigger span:last-child {
  transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
}
.header_trigger.active span {
  opacity: 0;
}
.header_trigger.active span:first-child {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(385deg);
}
.header_trigger.active span:last-child {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-385deg);
}

.header_menu a {
  box-sizing: border-box;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #FFFFFF;
}
.header_menu ul {
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .header_menu ul {
    display: flex;
    gap: 32px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .header_menu ul {
    gap: 16px;
  }
}
.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: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s;
    z-index: 5;
    overflow-y: scroll;
  }
  .header_menu.active {
    opacity: 1;
    transform: translateX(0%);
  }
  .header_menu ul {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .header_menu li {
    border-bottom: 1px solid #D9D9D9;
  }
  .header_menu a {
    display: block;
    text-align: center;
    padding: 1em 0;
    color: #fff;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
kv----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.kv_head__lead {
  padding: 130px 0 56px;
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(4.8rem, 5.1612903226vw, 6.4rem);
  color: #fff;
}

.cm-bread {
  margin-bottom: 96px;
  padding: 0;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #A0A0A0;
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}

.breadcrumbs {
  display: flex;
  gap: 6px 16px;
  flex-wrap: wrap;
}

/*------------------------------------------------
kv----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .kv_head__lead {
    padding: 80px 0 48px;
  }
  .cm-bread {
    margin-bottom: 72px;
  }
  .breadcrumbs {
    gap: 4px 8px;
  }
}
/*================================================
kv----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
footer----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.footer_area {
  position: relative;
  padding: 126px 0 100px;
}

.footer_columns {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.footer__logo {
  max-width: 270px;
}

.footer_address {
  margin-top: 40px;
  font-weight: 400;
}

.footer_nav {
  flex-basis: 28%;
}
.footer_nav li {
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1.6;
  color: #fff;
}
.footer_nav li + li {
  margin-top: 16px;
}
.footer_nav a {
  display: block;
}

.footer_copy {
  max-width: 28%;
  margin-left: auto;
  margin-top: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
  color: #A0A0A0;
}

.footer_rtt {
  max-width: 23px;
  position: absolute;
  right: 32px;
  bottom: 106px;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .footer_rtt {
    right: 44px;
    bottom: 48px;
  }
}
.footer_rtt img {
  transition: all 0.3s;
}

.footer_rtt:hover {
  opacity: 1;
}
.footer_rtt:hover img {
  transform: translateY(-5px);
}

/*------------------------------------------------
footer----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .footer_area {
    padding: 40px 0 36px;
  }
  .footer_columns {
    display: block;
  }
  .footer_content {
    margin-top: 56px;
  }
  .footer__logo {
    max-width: 240px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .footer__logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_address {
    margin-top: 24px;
  }
  .footer_nav li + li {
    margin-top: 8px;
  }
  .footer_copy {
    max-width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .footer_rtt {
    right: 40px;
    bottom: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .footer_rtt {
    right: 24px;
  }
}
/*================================================
footer----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
cta----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.cta {
  padding: 120px 0;
  background: #1E2529;
}

.cta__columns {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.cta__content {
  flex-basis: 28%;
}

.cta__link {
  margin-top: 48px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  color: #FFFFFF;
}

.cta__link__img {
  transition: all 0.3s;
  max-width: 18px;
  margin: 0;
}

.cta__link:hover {
  opacity: 1;
}
.cta__link:hover .cta__link__img {
  transform: translateX(5px);
}

.cta__info {
  flex-basis: 28%;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .cta__info {
    flex-basis: 29%;
  }
}

.cta__tel {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
}

.cta__b_hours {
  margin-top: 8px;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #fff;
}

/*------------------------------------------------
cta----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .cta {
    padding: 76px 0 66px;
  }
  .cta__columns {
    display: block;
    margin-top: 56px;
  }
  .cta__content {
    margin-top: 24px;
    max-width: 460px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .home__readline--cta {
    max-width: 310px;
  }
}
@media screen and (max-width: 1000px) {
  .cta__link {
    margin-top: 32px;
  }
  .cta__info {
    margin-top: 24px;
  }
}
/*================================================
cta----END
==================================================*/
.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background: #fff;
  box-sizing: border-box;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #333;
}
@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: 56px 40px;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form {
    padding: 40px 20px;
  }
}
.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: 500;
}
@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;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
}
@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;
  }
}
.mw_wp_form td th {
  font-weight: 500;
}
@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;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #cccccc;
  outline: none;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-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]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-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;
  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: 60px;
  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: 40px;
  height: auto;
  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;
  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: #333;
  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: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-weight: 500;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: clamp(56px, 5vw, 80px);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 10px;
  color: #fff;
  background-color: #3C454B;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: all;
  border-radius: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFFFFF;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 0.7;
}
.form-btns a.fm-modoru,
.form-btns [type=submit].fm-modoru {
  display: block;
  background: #888;
}

.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;
}

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

/* page */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
mv----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.mv {
  padding-top: 132px;
}

.mv__headline {
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(4.3rem, 6.4516129032vw, 8rem);
  line-height: 1.45;
  color: #fff;
}

.mv__headline br {
  display: none;
}

.mv__read {
  display: block;
  margin-top: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  color: #fff;
}

.mv_img_sp {
  display: none !important;
}

.mv_wrap {
  margin-top: 64px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.mv_slide {
  position: sticky;
  height: 100vh;
  width: auto;
  margin: auto;
  bottom: 0px;
  max-width: 1300px;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .mv_slide {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1000px) {
  .mv_slide {
    padding: 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .mv_slide {
    padding: 0 20px;
  }
}
.mv_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv_slide:nth-of-type(1) {
  z-index: -1;
}
.mv_slide:nth-of-type(2) {
  z-index: -2;
}
.mv_slide:nth-of-type(3) {
  z-index: -3;
}
.mv_slide:nth-of-type(4) {
  z-index: -4;
}

/*------------------------------------------------
mv----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .mv {
    padding-top: 42px;
  }
  .mv__headline {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .mv__headline br {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .mv__read {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .mv_img_sp {
    display: block !important;
  }
  .mv_img_pc {
    display: none !important;
  }
}
/*================================================
mv----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
body_line----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
body {
  position: relative;
  background: #3C454B;
  color: #fff;
}
body::before {
  content: "";
  background: #D9D9D9;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 10;
  opacity: 20%;
  transition: all 0.8s ease-in;
  pointer-events: none;
}
body::after {
  content: "";
  background: #D9D9D9;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  z-index: 10;
  opacity: 20%;
  transition: all 0.8s ease-in;
  pointer-events: none;
}

.main_block {
  padding-top: 66px;
}
@media screen and (max-width: 1000px) {
  .main_block {
    padding-top: 56px;
  }
}
@media screen and (max-width: 500px) {
  .main_block {
    padding-top: 53px;
  }
}

.kv {
  margin-top: 66px;
}
@media screen and (max-width: 1000px) {
  .kv {
    margin-top: 56px;
  }
}
@media screen and (max-width: 500px) {
  .kv {
    margin-top: 53px;
  }
}

.body__container {
  position: relative;
}
.body__container::before {
  content: "";
  background: #D9D9D9;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((100vw - 1215px) / 2);
  z-index: 10;
  opacity: 0%;
  transition: all 0.8s ease-in;
  pointer-events: none;
}
.body__container::after {
  content: "";
  background: #D9D9D9;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc((100vw - 1215px) / 2);
  z-index: 10;
  opacity: 0%;
  transition: all 0.8s ease-in;
  pointer-events: none;
}

body.cs_ac::before {
  left: calc((100vw - 1215px) / 2);
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  body.cs_ac::before {
    left: 40px;
  }
}
body.cs_ac::after {
  right: calc((100vw - 1215px) / 2);
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  body.cs_ac::after {
    right: 40px;
  }
}
body.cs_ac .body__container::before {
  left: calc((100vw - 1215px) / 2 + 383px);
  opacity: 20%;
  transition-delay: 0.6s;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  body.cs_ac .body__container::before {
    left: 423px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  body.cs_ac .body__container::before {
    left: 33.3%;
  }
}
body.cs_ac .body__container::after {
  right: calc((100vw - 1215px) / 2 + 383px);
  opacity: 20%;
  transition-delay: 0.6s;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  body.cs_ac .body__container::after {
    right: 423px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  body.cs_ac .body__container::after {
    right: 33.3%;
  }
}

/*------------------------------------------------
body_line----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  body::before {
    display: none;
  }
  body::after {
    display: none;
  }
  .body__container::before {
    display: none;
  }
  .body__container::after {
    display: none;
  }
}
/*================================================
body_line----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
汎用クラス----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home__headline__title {
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
}

.home__headline__slag {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(4rem, 4.8387096774vw, 6rem);
  line-height: 1;
  color: #A0A0A0;
}

.home__readline {
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3.2rem, 3.2258064516vw, 4rem);
  line-height: 1.5;
  color: #FFFFFF;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .home__readline {
    font-size: 3.6rem;
  }
}

/*================================================
汎用クラス----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
strength----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.strength {
  margin-top: 180px;
}

.strength__num {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  color: #B1B5B7;
}

.home__readline--strength {
  margin: 40px 0 32px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home__readline--strength {
    font-size: 2.8rem;
  }
}

.strength_point1 {
  max-width: 768px;
  margin-left: auto;
  margin-top: 64px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .strength_point1 {
    max-width: 600px;
  }
}

.strength_point1__columns {
  display: flex;
  justify-content: space-between;
}

.strength_point1__txt {
  flex-basis: 43.75%;
}

.strength_point1__img {
  flex-basis: 43.75%;
}

.strength_point2 {
  margin-top: 160px;
}

.strength_point2__columns {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.strength_point2__txt {
  flex-basis: 28%;
}
@media screen and (min-width: 1401px) {
  .strength_point2__txt {
    margin-right: -30px;
  }
  .strength_point2__txt .home__readline--strength {
    width: -moz-max-content;
    width: max-content;
  }
  .strength_point2__txt .strength__read {
    max-width: 330px;
  }
}

.strength_point2__img {
  flex-basis: 63.75%;
}

.strength_point3 {
  margin-top: 160px;
}

.strength_point3__columns {
  display: flex;
  justify-content: space-between;
}

.strength_point3__txt {
  flex-basis: 30%;
}
.strength_point3__txt .strength__read {
  max-width: 336px;
}

.strength_point3__imgs {
  flex-basis: 64%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 96px;
}

.strength_point3__img1 {
  padding-top: 120px;
}

/*------------------------------------------------
strength----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .strength {
    margin-top: 120px;
  }
  .home__readline--strength {
    margin: 24px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .home__readline--strength br {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .strength__img {
    margin-top: 56px;
  }
  .strength_point1 {
    max-width: 100%;
    margin-top: 56px;
  }
  .strength_point1__columns {
    display: block;
  }
  .strength_point1__img {
    max-width: 336px;
  }
  .strength_point2 {
    margin-top: 80px;
  }
  .strength_point2__columns {
    display: block;
  }
  .strength_point2__img {
    max-width: 765px;
  }
  .strength_point3 {
    margin-top: 80px;
  }
  .strength_point3__columns {
    display: block;
  }
  .strength_point3__txt .strength__read {
    max-width: 100%;
  }
  .strength_point3__imgs {
    max-width: 768px;
    gap: 48px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .strength_point3__imgs {
    gap: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .strength_point3__img1 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .strength_point3__img1 {
    padding-top: 56px;
  }
}
/*================================================
strength----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
business----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.business {
  margin-top: 180px;
  padding: 172px 0;
  background: url(../images/main/back_business_pc.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home__headline--business .home__headline__slag {
  color: #fff;
}

.home__readline--business {
  margin: 80px 0 40px;
}

.business__content {
  max-width: 336px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .business__content {
    max-width: 600px;
  }
}

/*------------------------------------------------
business----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .business {
    margin-top: 120px;
    padding: 68px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .business {
    background: url(../images/main/back_business_sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 1000px) {
  .home__readline--business {
    margin: 56px 0 24px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .home__readline--business br {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .business__content {
    max-width: 100%;
  }
}
/*================================================
business----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
products----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.products {
  margin-top: 180px;
}

.products__columns {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  max-width: 768px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .products__columns {
    max-width: 620px;
  }
}

.products__txt {
  flex-basis: 43.75%;
}

.products__cards {
  margin-top: 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 96px;
}

.products__caption {
  margin-top: 24px;
}

.products__img {
  overflow: hidden;
}
.products__img img {
  transition: all 0.3s;
}

.products__link:hover {
  opacity: 1;
}
.products__link:hover img {
  transform: scale(1.1, 1.1);
}

/*------------------------------------------------
products----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .products {
    margin-top: 120px;
  }
  .products__columns {
    margin-top: 56px;
    display: block;
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .home__readline--products br {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .products__txt {
    margin-top: 24px;
  }
  .products__cards {
    margin-top: 56px;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .products__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .products__caption {
    margin-top: 24px;
  }
}
/*================================================
products----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
equipment----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.equipment {
  margin-top: 180px;
}

.equipment__columns {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.equipment__flex {
  display: flex;
  justify-content: space-between;
}
.equipment__flex span {
  font-weight: 400;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  line-height: 2;
  color: #fff;
}

.equipment__img {
  flex-basis: 63.83%;
}

.equipment__content {
  flex-basis: 27.92%;
}

.equipment__name {
  max-width: 280px;
}

.equipment__num {
  max-width: 48px;
  text-align: right;
}

/*------------------------------------------------
equipment----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .equipment {
    margin-top: 120px;
  }
  .equipment__columns {
    margin-top: 56px;
    display: block;
  }
  .equipment__flex {
    max-width: 320px;
  }
  .equipment__flex span {
    line-height: 1.8;
  }
  .equipment__img {
    margin-top: 56px;
  }
  .equipment__name {
    max-width: 300px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .equipment__name {
    max-width: 240px;
  }
}
@media screen and (max-width: 1000px) {
  .equipment__num {
    max-width: 48px;
    text-align: right;
  }
}
/*================================================
equipment----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
flow----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.flow {
  margin-top: 180px;
  padding: 120px 0;
  background: #fff;
}

.home__headline--flow .home__headline__title {
  color: #333;
}

.flow__cards {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 94px;
  color: #333;
}

.flow__readline {
  margin: 24px 0 8px;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  color: #333333;
}

/*------------------------------------------------
flow----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .flow {
    margin-top: 120px;
    padding: 108px 0;
  }
  .flow__cards {
    margin-top: 56px;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .flow__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*================================================
flow----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.company {
  padding: 180px 0 120px;
}

.home__readline--company_message {
  margin-top: 80px;
}

.company_message__columns {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}

.company_message__flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 76px;
}

.company_message__headline {
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 2;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.company_message__name {
  margin-top: 16px;
  display: block;
  text-align: right;
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  color: #FFFFFF;
}

.company_message__class {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  margin-right: 16px;
}

.company_other {
  margin-top: 154px;
}

@media screen and (min-width: 1001px) {
  .company_other__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 96px;
    grid-row-gap: 88px;
  }
  .company_other__philosophy {
    grid-area: 1/1/2/4;
  }
  .company_other__img {
    grid-area: 2/3/3/4;
  }
  .company_other__block {
    grid-area: 2/1/3/2;
  }
  .company_other__block2 {
    grid-area: 2/2/3/3;
  }
}
.company_other__title {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #FFFFFF;
  margin-bottom: 48px;
}

.company_outline {
  margin-top: 88px;
}

.company_outline__columns {
  display: flex;
  justify-content: space-between;
}

.company_outline__img {
  flex-basis: 28%;
}

.company_outline__column {
  flex-basis: 28%;
}

.company_outline__block + .company_outline__block {
  margin-top: 32px;
}

.company_outline__headline {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  color: #FFFFFF;
}

.company_outline__txt {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #FFFFFF;
}

.company_outline__column2 {
  padding-top: 72px;
}

.company_access {
  max-width: 63.833%;
  margin-top: 48px;
  margin-left: auto;
}

/*------------------------------------------------
company----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .company {
    padding: 120px 0 40px;
  }
  .home__readline--company_message {
    margin-top: 56px;
  }
  .company_message__columns {
    margin-top: 48px;
    display: block;
  }
  .company_message__flex {
    margin-top: 32px;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .company_message__headline br {
    display: block;
  }
  .company_message__img {
    max-width: 336px;
    margin-bottom: 32px;
  }
  .company_message__class {
    margin-right: 14px;
  }
  .company_other {
    margin-top: 56px;
  }
  .company_other__philosophy {
    margin-top: 40px;
  }
  .company_other__img {
    max-width: 336px;
  }
  .company_other__block {
    margin-top: 80px;
  }
  .company_other__title {
    margin-bottom: 32px;
  }
  .company_outline {
    margin-top: 56px;
  }
  .company_outline__columns {
    flex-wrap: wrap;
    justify-content: left;
    gap: 0 56px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .company_outline__columns {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .company_outline__img {
    flex-basis: 100%;
  }
  .company_outline__img img {
    max-width: 336px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .company_outline__img img {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .company_outline__column {
    margin-top: 56px;
    flex-basis: fit-content;
  }
  .company_outline__block + .company_outline__block {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .company_outline__column2 {
    padding-top: 56px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .company_outline__column2 {
    padding-top: 0;
    margin-top: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .company_access {
    max-width: calc(100% + 80px);
    margin: 40px -40px 0;
  }
  .company_access iframe {
    height: 380px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .company_access {
    max-width: calc(100% + 40px);
    margin: 40px -20px 0;
  }
  .company_access iframe {
    height: 290px;
  }
}
/*================================================
company----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
sliderarea----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.sliderarea {
  overflow: hidden;
}

.slider {
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: a_slider 50s linear infinite;
}

.slide {
  display: flex;
}

.slide__img {
  max-width: 410px;
}

.slide__img--ig {
  max-width: 234px;
}

@keyframes a_slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*------------------------------------------------
sliderarea----SP
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .slider {
    animation: a_slider 50s linear infinite;
  }
  .slide__img {
    max-width: 280px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .slide__img {
    max-width: 163px;
  }
}
@media screen and (max-width: 1000px) {
  .slide__img--ig {
    max-width: 161px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .slide__img--ig {
    max-width: 93px;
  }
}
/*================================================
sliderarea----END
==================================================*/
.lower__btn {
  text-align: center;
  margin-top: 64px;
}

.lower__btn__link {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #333333;
  width: 200px;
  background: #fff;
  box-sizing: border-box;
  padding: 16px 10px;
}

.outline_block + .outline_block {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.access_block__map {
  display: block;
  width: 100%;
  margin-bottom: clamp(24px, 2vw, 32px);
}
@media screen and (min-width: 1001px) {
  .access_block__map {
    height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .access_block__map {
    height: 350px;
  }
}
.access_block__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_block__text {
  font-weight: 400;
}

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

.contact_block__list {
  counter-reset: num;
  display: flex;
  justify-content: space-between;
  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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-style: normal;
  font-weight: 500;
}
.contact_block__tab.active {
  color: #333333;
  background: #FFFFFF;
}
@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) ".";
}

.contact_block__line {
  display: block;
  height: 1px;
  background: #fff;
}
@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(24px, 2vw, 32px);
}

.policy_block__lead {
  margin-bottom: 8px;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #fff;
}

.policy_block__description {
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  color: #fff;
}

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

.found_head {
  display: flex;
  flex-direction: column;
  justify-content: 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;
  font-family: "IBM Plex Sans JP", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  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;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .found_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 0;
    margin: auto;
  }
  .found_menu li {
    padding: 0 2em;
    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: flex;
  gap: 24px;
  align-items: flex-start;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  padding-bottom: clamp(18px, 1.5vw, 24px);
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.post_list__tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0c1c89;
  scale: 0 1;
  transform-origin: left;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_list__tab::after {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_list__tab::after {
    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;
  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 {
  box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .post_item__side {
    display: flex;
    flex-direction: "row";
    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 #ccc;
}

.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;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_item__pic .image {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic .image {
    transition-duration: 300ms;
  }
}
.post_item__pic:hover {
  opacity: 1;
}
.post_item__pic:hover .image {
  scale: 1.1;
}

.post_item__inner {
  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;
  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 {
  box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .single_item__side {
    display: flex;
    flex-direction: "row";
    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 #ccc;
}

.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;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .single_item__pic .image {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_item__pic .image {
    transition-duration: 300ms;
  }
}
.single_item__pic:hover {
  opacity: 1;
}
.single_item__pic:hover .image {
  scale: 1.1;
}

.single_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  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: flex;
  gap: 8px;
  min-width: 56px;
  justify-content: space-between;
  align-items: center;
}
.single_nav__move a path {
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .single_nav__move a path {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_nav__move a path {
    transition-duration: 300ms;
  }
}
.single_nav__move a:hover path {
  fill: #0c1c89;
}/*# sourceMappingURL=customize.css.map */