@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&display=swap");
.single_item__pic, .single_block__image {
  margin-left: auto;
  margin-right: auto;
}

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

/* setting */
* {
  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: 500;
  color: #333;
  background: #fff;
  font-weight: 500;
  -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 (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: 1.8;
  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%, 50px);
}

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

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

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

.over-left {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .over-left {
    margin-right: calc((100vw - 1210px) / 2);
  }
}
@media screen and (max-width: 1220px) {
  .over-left {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .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;
  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: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}

th {
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  th {
    width: 200px;
    border-bottom: 1px solid #0171BC;
  }
}
@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 #DBEFF4;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #DBEFF4;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@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: #0171BC;
  text-decoration: underline;
}

.cm-block + .cm-block {
  margin-top: clamp(60px, 6.6666666667vw, 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;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
about-us----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.about_catch__headimg {
  max-width: 308px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .about_catch__headimg {
    max-width: 240px;
  }
}

.about_catch__wrap {
  position: relative;
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1011px) {
  .about_catch__wrap {
    max-width: 1050px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1010px) {
  .about_catch__wrap {
    max-width: 1050px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .about_catch__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.about_catch__headline {
  margin-top: clamp(32px, 4vw, 48px);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2.4rem, 3.8709677419vw, 4.8rem);
  line-height: 180%;
  color: #333333;
  text-align: center;
}

.about_catch__detail {
  display: block;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 120%;
  color: #333333;
  text-align: center;
  margin-top: clamp(40px, 4.6666666667vw, 56px);
}

.about_catch__detail__point {
  font-weight: 600;
}

.about_catch__backimg {
  position: relative;
  margin-top: -188px;
  z-index: -1;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .about_catch__backimg {
    margin-top: -148px;
  }
}
@media screen and (max-width: 1000px) {
  .about_catch__backimg {
    margin-top: -120px;
  }
}
@media screen and (max-width: 500px) {
  .about_catch__backimg {
    margin-top: -48px;
  }
}

.about_catch__read {
  position: absolute;
  right: 927px;
  bottom: 12.25%;
  left: 11.0309278351%;
  display: block;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 180%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .about_catch__read {
    bottom: 40px;
    left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .about_catch__read {
    display: block;
    position: static;
    top: auto;
    left: auto;
    margin-top: 24px;
  }
}

.about_catch__arrow {
  max-width: 136px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .about_catch__arrow {
    max-width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .about_catch__arrow {
    max-width: 80px;
  }
}

.about_policy {
  margin-top: 66px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .about_policy {
    margin-top: 56px;
  }
}

.about_policy__back {
  position: absolute;
  z-index: -1;
  max-width: 513px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .about_policy__back {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 500px) {
  .about_policy__back {
    width: calc(100% - 40px);
  }
}

.about_policy__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .about_policy__columns {
    display: block;
  }
}

.about_policy__columns__content {
  flex-basis: 74.16%;
}

.about_policy__columns + .about_policy__columns {
  margin-top: clamp(72px, 7.3333333333vw, 88px);
}

.about_policy__readline {
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2rem, 2.5806451613vw, 3.2rem);
  line-height: 180%;
  color: #333333;
}

.about_policy__read {
  margin-top: clamp(20px, 2.1666666667vw, 26px);
}

.about_content {
  margin-top: clamp(120px, 15vw, 180px);
}

.about_content__container {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1181px) {
  .about_content__container {
    max-width: 1220px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1180px) {
  .about_content__container {
    max-width: 1220px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .about_content__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.about_content__container {
  margin-top: 46px;
}

.about_content__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 60px;
}
@media screen and (max-width: 1000px) {
  .about_content__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 56px;
  }
}

.about_content__card {
  position: relative;
  padding-top: 68px;
  padding-left: 60px;
}
@media screen and (max-width: 500px) {
  .about_content__card {
    padding-top: 70px;
    padding-left: 0px;
  }
}
.about_content__card::before {
  content: "";
  width: calc(100% - 60px);
  height: 360px;
  position: absolute;
  left: 0;
  top: 28px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .about_content__card::before {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .about_content__card::before {
    top: 50px;
    width: calc(100% - 20px);
    left: -20px;
    height: 200px;
  }
}

.about_content__inner {
  position: relative;
}

.about_content__catch {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .about_content__catch {
    top: -70px;
  }
}

.about_content__catch__img {
  height: 88px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .about_content__catch__img {
    height: 72px;
  }
}

.about_content__txt {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 180%;
  text-align: center;
  color: #333333;
}

.about_content__txt--white {
  color: #fff;
}

.lower_columns__head--about_content {
  margin-top: clamp(32px, 3.3333333333vw, 40px);
  margin-bottom: clamp(16px, 2vw, 24px);
}

.lower_more {
  margin-top: clamp(40px, 4vw, 48px);
}

.lower_more__link {
  display: block;
  width: 136px;
  border-radius: 200px;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  padding: 8px 0;
}

.about_content__card--buy::before {
  background: #DBEFF4;
}

.about_content__card--taste::before {
  background: #FFF1E1;
}

.about_content__card--weave::before {
  background: #EAF5E0;
}

.about_content__card--connect::before {
  background: #FFE1E1;
}

.lower_more__link--buy {
  background: #0171BC;
}

.lower_more__link--taste {
  background: #E9AF3B;
}

.lower_more__link--weave {
  background: #3EA166;
}

.lower_more__link--connect {
  background: #E95757;
}

/*================================================
about-us----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
topic----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
archive__list_wrap----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.archive__list_wrap {
  margin-bottom: 40px;
}

.archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
@media screen and (max-width: 1000px) {
  .archive__list {
    gap: 8px;
  }
}

.archive__list__link {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--border-color, #ccc);
  color: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  color: #FFFFFF;
  padding: 4px 20px;
  height: 23px;
  box-sizing: border-box;
  border-radius: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive__list__link:hover,
.current_page_item .archive__list__link {
  opacity: 1;
  background-color: var(--border-color);
  color: #fff !important;
}

/*================================================
archive__list_wrap----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
category----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.category_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media screen and (max-width: 1200px) {
  .category_cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .category_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px 32px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .category_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .category_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.category_img {
  overflow: hidden;
}
.category_img img {
  aspect-ratio: 368/268;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
}

.category_info {
  margin: 24px 0 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .category_info {
    gap: 12px;
    margin: 16px 0 12px;
  }
}

.category_time {
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #333333;
}

.category_cat {
  display: block;
}

.category_link {
  display: block;
}

.category_cat {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--border-color, #ccc);
  color: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  color: #FFFFFF;
  padding: 4px 20px;
  height: 23px;
  box-sizing: border-box;
  border-radius: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category_read__main {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 180%;
  color: #333333;
  overflow: hidden;
  font-weight: 400;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

.p-main .wp-pagenavi {
  margin-top: 120px;
}
@media screen and (max-width: 1000px) {
  .p-main .wp-pagenavi {
    margin-top: 96px;
  }
}

/*================================================
topic----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
connect_topics----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower_section__columns--connect {
  padding-bottom: clamp(100px, 16.6666666667vw, 200px);
}

.connect_topics__wrap {
  position: relative;
  padding: 80px 120px 0;
  background: #fff;
  margin-top: -110px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .connect_topics__wrap {
    margin-top: -72px;
    margin-bottom: 80px;
    padding: 40px 40px 0;
  }
}
@media screen and (max-width: 500px) {
  .connect_topics__wrap {
    padding: 40px 20px 0;
  }
}

.connect_topics__pos {
  position: absolute;
  right: 0;
  bottom: -120px;
  max-width: 238px;
}
@media screen and (max-width: 1000px) {
  .connect_topics__pos {
    bottom: -64px;
    max-width: 120px;
  }
}
@media screen and (max-width: 500px) {
  .connect_topics__pos {
    max-width: 100px;
  }
}

.lower_head--connect_topics {
  justify-content: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 1000px) {
  .lower_head--connect_topics {
    margin-bottom: 48px;
  }
}

.connect_topics__item {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 500px) {
  .connect_topics__item {
    display: block;
  }
}

.connect_topics__item + .connect_topics__item {
  margin-top: 64px;
}
@media screen and (max-width: 1000px) {
  .connect_topics__item + .connect_topics__item {
    margin-top: 56px;
  }
}

.connect_topics__img {
  overflow: hidden;
  flex-basis: 16.66%;
}
.connect_topics__img img {
  aspect-ratio: 160/120;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .connect_topics__img {
    display: block;
    margin-bottom: 24px;
  }
}

.front_news__inner {
  flex-basis: 78.33%;
  padding-bottom: 24px;
  border-bottom: solid 1px #E95757;
}
@media screen and (max-width: 1000px) {
  .front_news__inner {
    padding-bottom: 16px;
  }
}

.c_btn--connect_topics {
  justify-content: center;
  margin-top: 48px;
}

.c_btn__link--connect_topics {
  background-color: #E95757;
}

@media screen and (max-width: 1000px) {
  .front_news__label--connect_topics {
    -webkit-line-clamp: 1;
  }
}
.connect_topics__item:hover {
  opacity: 1;
}
.connect_topics__item:hover .connect_topics__img img {
  transform: scale(1.1, 1.1);
}

/*================================================
connect_topics----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
header----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.header_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.header_columns {
  background: #fff;
  padding: 24px 36px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header_columns {
    padding: 20px 24px 20px;
  }
}
@media screen and (max-width: 500px) {
  .header_columns {
    padding: 20px 15px 20px;
  }
}

.header_logo {
  line-height: 1;
  display: inline-block;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  max-width: 370px;
}
.header_logo img {
  display: block;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .header_logo {
    max-width: 310px;
  }
}
@media screen and (max-width: 500px) {
  .header_logo {
    max-width: 276px;
  }
}

.header_trigger {
  position: fixed;
  top: 10px;
  right: 10px;
  aspect-ratio: 1/1;
  width: 48px;
  height: auto;
  background: #0171BC;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (min-width: 1201px) {
  .header_trigger {
    display: none;
  }
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #fff;
  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-weight: 600;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #333333;
}
.header_menu ul {
  box-sizing: border-box;
}
@media screen and (min-width: 1201px) {
  .header_menu ul {
    display: flex;
    gap: 24px;
    align-items: center;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .header_menu ul {
    gap: 16px;
  }
}
.header_menu .sub-menu,
.header_menu .children {
  display: none;
}
@media screen and (max-width: 1200px) {
  .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 #fff;
  }
  .header_menu a {
    display: block;
    text-align: center;
    padding: 1em 0;
    color: #fff;
  }
}

.header_contact a {
  margin-left: 8px;
  width: 136px;
  line-height: 1;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 12px 10px;
  box-sizing: border-box;
  color: #FFFFFF;
  background: #0171BC;
  border-radius: 200px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header_contact a {
    margin-left: 0px;
    width: 100%;
    border-radius: 0px;
    padding: 20px;
  }
}

/*================================================
header----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
kv 追記----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.kv {
  position: relative;
  overflow: hidden;
}

.kv__pos {
  position: absolute;
  left: 0;
  bottom: 40px;
  pointer-events: none;
  z-index: 0;
  transform: translateY(100%);
}

.kv__pos__flex {
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: a_kv__pos__flex 45s linear infinite;
}

.kv__pos__img {
  height: 184px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .kv__pos__img {
    height: 124px;
  }
}

.kv__pos__cloud + .kv__pos__cloud {
  margin-left: -50px;
}

@keyframes a_kv__pos__flex {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% + 250px));
  }
}
/*================================================
kv 追記----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
mv_追記----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.mv {
  position: relative;
  overflow: hidden;
}
.mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 201px;
  left: 0px;
  top: 0px;
  background: linear-gradient(360deg, #FFFFFF 49.74%, #737373 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .mv::before {
    height: 251px;
  }
}

.mv__pos {
  position: absolute;
  left: 0;
  bottom: 40px;
  pointer-events: none;
  z-index: 0;
  transform: translateY(100%);
}

.mv__pos__flex {
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: a_mv__pos__flex 45s linear infinite;
}

.mv__pos__img {
  height: 184px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .mv__pos__img {
    height: 124px;
  }
}

.mv__pos__cloud + .mv__pos__cloud {
  margin-left: -50px;
}

@keyframes a_mv__pos__flex {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% + 250px));
  }
}
/*------------------------------------------------
mv_追記----SP
------------------------------------------------*/
/*================================================
mv_追記----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
cta----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.cta_columns {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 500px) {
  .cta_columns {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .cta_headline {
    padding-left: 40px;
  }
}
.cta_headline__slag {
  display: inline-block;
  font-weight: 400;
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  color: #333333;
}

.cta_head__caption {
  display: inline-block;
  font-weight: 600;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  color: #333333;
  margin-left: 8px;
}

@media screen and (max-width: 500px) {
  .cta_side {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 16px;
  }
}
.cta_tel {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 100%;
  color: #333333;
}

.cta_tel__small {
  display: inline-block;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 180%;
  color: #333333;
  margin-right: 8px;
}

.cta_time {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 180%;
  color: #333333;
}
@media screen and (max-width: 500px) {
  .cta_time {
    line-height: 100%;
    text-align: center;
  }
}

.cta_btn {
  margin-top: 24px;
}

.footer_btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  line-height: 1;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 12px 10px;
  box-sizing: border-box;
  color: #FFFFFF;
  background: #0171BC;
  border-radius: 200px;
}
@media screen and (max-width: 500px) {
  .footer_btn__link {
    margin: auto;
  }
}

.cta_cards {
  margin-top: 212px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .cta_cards {
    margin-top: 64px;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
@media screen and (max-width: 500px) {
  .cta_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cta_card__link {
  display: flex;
  border: solid 6px #fff;
  height: 120px;
  width: 100%;
  align-items: center;
  padding-left: 26px;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 140%;
  color: #333333;
}

.cta_card__link1 {
  background: url(../../images/common/cta_banner1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.cta_card__link2 {
  background: url(../../images/common/cta_banner2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.cta_card__link3 {
  background: url(../../images/common/cta_banner3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.cta_card__link4 {
  background: url(../../images/common/cta_banner4.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

/*================================================
cta----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
footer----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.footer_block {
  position: relative;
  content: "";
  padding: 164px 0 42px;
  background: url(../../images/common/footer_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 360px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .footer_block {
    margin-top: 120px;
    padding: 122px 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .footer_block {
    background: url(../../images/common/footer_back_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.footer__pos {
  position: absolute;
  left: 0;
  bottom: calc(100% - 36px);
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .footer__pos {
    bottom: calc(100% - 16px);
  }
}

.footer__pos__flex {
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: a_footer__pos__flex 45s linear infinite;
  z-index: 1;
}

.footer__pos__img {
  height: 315px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .footer__pos__img {
    height: 164px;
  }
}

@keyframes a_footer__pos__flex {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.footer_columns {
  margin-top: 126px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .footer_columns {
    margin-top: 80px;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .footer_content {
    margin-top: 72px;
  }
}
.footer_logo {
  max-width: 370px;
}
@media screen and (max-width: 1000px) {
  .footer_logo {
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .footer_logo {
    max-width: 300px;
  }
}

.footer_address {
  display: block;
  margin-top: 8px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .footer_address {
    text-align: center;
    margin-top: 10px;
  }
}

.footer_blanks {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .footer_blanks {
    justify-content: center;
  }
}

.footer_blank {
  max-width: 40px;
}

.footer_nav ul {
  display: flex;
  gap: 8px 24px;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 512px;
}
@media screen and (max-width: 1000px) {
  .footer_nav ul {
    margin: auto;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .footer_nav ul {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .footer_nav li + li {
    margin-top: 16px;
  }
}
.footer_nav a {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 180%;
  color: #333333;
}
@media screen and (max-width: 500px) {
  .footer_nav a {
    display: block;
    text-align: center;
  }
}

.footer__btns {
  margin-top: 80px;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .footer__btns {
    margin-top: 24px;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .footer__btns {
    display: block;
  }
  .footer__btns .footer__btn {
    margin: auto;
  }
  .footer__btns .footer_btn + .footer_btn {
    margin-top: 10px;
  }
}

.footer_copy {
  text-align: center;
  margin-top: 84px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .footer_copy {
    margin-top: 54px;
  }
}

/*================================================
footer----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
汎用クラス----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media screen and (min-width: 501px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp_only {
    display: block;
  }
}
/*================================================
汎用クラス----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
追記CSS----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.buy_columns__img {
  position: relative;
}

.buy_columns__pos {
  position: absolute;
  right: 24px;
  bottom: calc(100% - 78px);
  max-width: 176px;
}
@media screen and (max-width: 1000px) {
  .buy_columns__pos {
    bottom: calc(100% - 80px);
    max-width: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .lower_section + .lower_section.lower_section--haveicon {
    margin-top: 120px;
  }
  .lower_section--haveicon .buy_rank__icon {
    width: 100px;
  }
}
.contact_block .mwform-radio-field-text {
  padding-left: 34px;
  margin-right: 0;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
}
.contact_block .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.contact_block .contact_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media screen and (max-width: 1000px) {
  .contact_block .contact_radio {
    gap: 0 32px;
  }
}
@media screen and (min-width: 1001px) {
  .contact_block .mw_wp_form {
    padding: 100px 80px;
  }
}

/*================================================
追記CSS----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
pagenavi----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p-main .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-top: none;
  margin-top: clamp(64px, 6.6666666667vw, 80px);
}
.p-main .wp-pagenavi a,
.p-main .wp-pagenavi span {
  position: relative;
  border: none;
  font-weight: 400 !important;
  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 !important;
  box-sizing: border-box;
  color: #333;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  border-radius: 50%;
}
@media screen and (min-width: 1001px) {
  .p-main .wp-pagenavi a,
  .p-main .wp-pagenavi span {
    width: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .p-main .wp-pagenavi a,
  .p-main .wp-pagenavi span {
    width: 26px;
  }
}
.p-main .wp-pagenavi a::before,
.p-main .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) {
  .p-main .wp-pagenavi a::before,
  .p-main .wp-pagenavi span::before {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p-main .wp-pagenavi a::before,
  .p-main .wp-pagenavi span::before {
    transition-duration: 300ms;
  }
}
.p-main .wp-pagenavi a:hover, .p-main .wp-pagenavi a.current,
.p-main .wp-pagenavi span:hover,
.p-main .wp-pagenavi span.current {
  opacity: 1;
  color: #FFFFFF;
  background-color: #0171BC;
}
.p-main .wp-pagenavi .first,
.p-main .wp-pagenavi .last,
.p-main .wp-pagenavi .pages {
  display: none;
}
.p-main .wp-pagenavi .previouspostslink,
.p-main .wp-pagenavi .nextpostslink {
  position: relative;
  color: transparent !important;
  text-indent: -9999px;
  overflow: clip;
  width: 16px;
  height: 10px;
}
.p-main .wp-pagenavi .previouspostslink::after,
.p-main .wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/common/page_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translateX(1px);
  transition: inherit;
  filter: none !important;
}
.p-main .wp-pagenavi .previouspostslink:hover,
.p-main .wp-pagenavi .nextpostslink:hover {
  background: initial !important;
  opacity: 0.6;
}
.p-main .wp-pagenavi .previouspostslink {
  rotate: 180deg;
}

/*================================================
pagenavi----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
single----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.single_block {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 825px) {
  .single_block {
    max-width: 824px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 824px) {
  .single_block {
    max-width: 824px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .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, 3.3333333333vw, 40px);
}

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

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

.single_block__lead {
  font-weight: 400;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  line-height: 180%;
  color: #333333;
  padding-bottom: 24px;
  margin-bottom: 80px;
  border-bottom: solid 1px #0171BC;
}
@media screen and (max-width: 1000px) {
  .single_block__lead {
    margin-bottom: 56px;
  }
}

.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, 3.3333333333vw, 40px);
  padding-top: clamp(32px, 3.3333333333vw, 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_block__inner a {
  text-decoration: underline;
  color: #0171BC;
}

.single_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  padding-top: clamp(32px, 2vw, 24px);
  margin-top: clamp(56px, 6.6666666667vw, 80px);
}
.single_nav a {
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
  color: #333333;
}
.single_nav a:hover {
  opacity: 1;
  color: #0171BC;
}

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

/*================================================
single----END
==================================================*//*# sourceMappingURL=custom.css.map */