@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* _style.scss -------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%; /*10px*/
}

body {
  width: auto;
  text-decoration: none;
  background-color: #ecf1f5;
  font-size: 1.6rem;
  line-height: 1.5;
  font-style: normal;
  color: #333;
  /*font-family: "Helvetica Neue",Arial,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-print-color-adjust: exact;
}

*, *::before, *::after {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

i {
  margin-right: 0.5em;
}
i.inT {
  margin-left: 0.2em;
  margin-right: 0.2em;
}
i.fa-file-pdf {
  color: #de3a55;
}

strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.em {
  color: #de3a55;
}

.emNumber {
  color: #cc1111;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.floatL {
  float: left;
  margin: 0 10px 10px 0;
}

.floatR {
  float: right;
  margin: 0 0 10px 10px;
}

.flexbox {
  display: flex;
}

.dummy {
  margin-top: 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #aaa;
  color: #fff;
  text-align: center;
}

.mB0 {
  margin-bottom: 0 !important;
}

.pointColor {
  color: #014da1 !important;
}

.mainColor {
  color: #7ab951 !important;
}

.pdfIcon {
  fill: #b30b00;
}

img, svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.imgSwitch {
  visibility: hidden;
}

.imgFit {
  background: #fff;
  overflow: hidden;
  position: relative;
  display: block;
}
.imgFit img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgFit svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgFit.circle {
  background: #fff;
  border-radius: 50%;
}

.imgCont {
  display: block;
  background: #ccc;
  position: relative;
}
.imgCont img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgCont svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a {
  position: relative;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
a:visited, a:active {
  color: #000;
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}
a.linkLine, .linkLine a, a .linkLine {
  text-decoration: underline;
}
a.basecolor, a.basecolorBl {
  color: #333;
}
a.basecolor .linkLine, a.basecolorBl .linkLine {
  color: #000;
}
a.basecolorBl {
  width: 100%;
  display: block;
}
a.cr {
  pointer-events: none;
}

*:focus {
  outline: none;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.caption {
  font-size: 1.2rem;
}

.fS {
  font-size: 0.8em;
}

.fB {
  font-weight: bold;
}

.annotation {
  text-indent: -1em;
  padding-left: 1em;
}

ol.annotation {
  text-indent: -2em;
  padding-left: 2em;
}

.disc {
  list-style-type: disc;
  margin-left: 21px;
}

.hideT {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.sup {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: 0;
}

.acdTrg {
  cursor: pointer;
}

.flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* _slick.scss -------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* _remodal.scss -------------------------------------------------- */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

[data-remodal-target] {
  cursor: pointer;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 0;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  transform: translate3d(0, 0, 0);
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #333;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 1000px;
    padding: 40px 0 0;
  }
  .remodal.modalMsgWin {
    max-width: 570px;
    padding: 35px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* 共通--------------------------------------------------------------- */
/* _slider.scss -------------------------------------------------- */
.-estateList {
  display: none;
}

.-estateList.slick-initialized {
  display: block;
}

.circleArrow, .squareArrow {
  display: none;
}

.circleArrow.slick-initialized,
.squareArrow.slick-initialized {
  display: block;
}

.slick-slide {
  display: block;
}
.bgMainC .slick-slide {
  color: #fff;
}
.slick-slide p {
  line-height: 1.5;
}
.slick-slide.block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.slick-slide a {
  width: 100%;
  display: block;
  color: #333;
}
.bgMainC .slick-slide a {
  color: #ccc;
}

.slick-prev,
.slick-next {
  z-index: 10;
  font-size: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  padding: 0;
  margin-top: -12px;
  width: 44px;
  height: 48px;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  cursor: pointer;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
}

.slick-prev {
  left: 0;
}

.slick-prev::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -8px;
}

.slick-next {
  right: 0;
}

.slick-next::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -5px;
  margin-top: -8px;
}

button[aria-disabled=true] {
  display: none !important;
}

.circleArrow .slick-prev,
.circleArrow .slick-next {
  margin-top: -28px;
  width: 56px;
  height: 56px;
  background: #deebe2;
  border-radius: 50%;
}
.circleArrow .slick-prev {
  left: -24px;
}
.circleArrow .slick-prev::before {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  margin-left: -4px;
  margin-top: -8px;
}
.circleArrow .slick-next {
  right: -24px;
}
.circleArrow .slick-next::before {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  margin-right: -4px;
  margin-top: -8px;
}

.squareArrow .slick-prev,
.squareArrow .slick-next {
  margin-top: -44px;
  width: 56px;
  height: 88px;
  background: rgba(255, 255, 255, 0.48);
}
.squareArrow .slick-prev {
  left: 0;
}
.squareArrow .slick-prev::before {
  width: 32px;
  height: 32px;
  border-top: 8px solid #333;
  border-right: 8px solid #333;
  margin-left: -8px;
  margin-top: -16px;
}
.squareArrow .slick-next {
  right: 0;
}
.squareArrow .slick-next::before {
  width: 32px;
  height: 32px;
  border-top: 8px solid #333;
  border-right: 8px solid #333;
  margin-right: -8px;
  margin-top: -16px;
}

.slick-dots {
  width: 100%;
  height: 3px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  display: flex;
}
.slick-dots li {
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
  background: #ccc;
  color: black;
}
.slick-dots li.slick-active button::before {
  background: #014da1;
}
.slick-dots li:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.thumbnail-current {
  background: #000;
}
.thumbnail-current .imgFit,
.thumbnail-current .imgCont {
  opacity: 0.5;
}

/* _remodalstyle.scss -------------------------------------------------- */
.remodal button {
  cursor: pointer;
}
.remodal button:hover {
  opacity: 0.8;
}
.remodal .mainBlock {
  text-align: left;
}
.remodal .remodal-close {
  text-indent: -9999px;
}
.remodal .remodal-close::before, .remodal .remodal-close::after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #ccc;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -1px;
}
.remodal .remodal-close::after {
  transform: rotate(135deg);
}
.remodal .closeBtn {
  width: 160px;
  margin: 8px auto 0 auto;
  font-weight: normal;
  display: block;
  font-size: 1.4rem;
}
.remodal .closeBtn i {
  color: #333;
}

/* _common.scss -------------------------------------------------- */
.footerBlock .text {
  color: #000;
}

.tabFixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.bg02 {
  background: #deebe2;
}

.container {
  z-index: 1;
  position: relative;
}
.container > section {
  position: relative;
}

.columnBase, .frameBlock {
  background: #fff;
}

.sateiBottom {
  background-color: #e0f2ff;
  background-image: url("../../img/conomachi_expert/bg_town.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.simpleHead {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.simpleHead .noIcon {
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  background: #7ab951;
  color: #fff;
}

.subCopy {
  font-weight: bold;
  color: #000;
}
.subCopy strong {
  color: #7ab951;
}
.subCopy .taC {
  display: block;
}

.head01 {
  display: flex;
  border-top: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  font-weight: bold;
}
.head01 .point {
  border-radius: 4px;
  background: #7ab951;
  color: #fff;
  text-align: center;
}
.head01 .headText {
  color: #000;
}

.baseBtn, .normalBtn,
a.normalBtn, .submitBtn01,
a.submitBtn01,
a.baseBtn {
  padding: 11px 4px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 8px;
  display: block;
  line-height: 1.25;
  text-align: center;
}

.arrow {
  position: relative;
}

.arrow::after {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  right: 10px;
}

.miniCloseBtn {
  width: 96px;
  height: 32px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 30px;
  border: solid #ccc 1px;
  text-align: center;
  background: #fff;
}
.miniCloseBtn span {
  padding: 0 0 0 24px;
  display: inline-block;
  position: relative;
}
.miniCloseBtn span::before, .miniCloseBtn span::after {
  width: 12px;
  height: 1px;
  margin: auto;
  content: "";
  background: #333;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
}
.miniCloseBtn span::after {
  transform: rotate(135deg);
}

.submitBtn01,
a.submitBtn01 {
  color: #fff;
  background: #de3a55;
  border: none;
}

.normalBtn,
a.normalBtn {
  color: #333;
  background: #fff;
  border: solid #ccc 1px;
}
.normalBtn.arrow::after,
a.normalBtn.arrow::after {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: solid 2px #014da1;
  border-right: solid 2px #014da1;
  transform: rotate(45deg);
}

.disable,
a.disable {
  pointer-events: none;
  color: #aaa !important;
}

.arrowLink {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
.slick-slide .arrowLink {
  padding-right: 0;
}
.arrowLink::before {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: solid 1px #014da1;
  border-right: solid 1px #014da1;
  transform: rotate(45deg);
  top: 9px;
  bottom: auto;
  left: 0;
}

.acTriger {
  cursor: pointer;
  position: relative;
}
.acTriger::after {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(135deg);
}
.acTriger.active::after {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(-45deg);
}

/* _conomachi-common.scss -------------------------------------------------- */
:root {
  --header-height: 5em;
}

/* 破線ミックスイン -------------------------------------------------- */
/* ループアニメーション -------------------------------------------------- */
@keyframes loop-ticker1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-ticker2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
a:visited, a:active, a:hover {
  text-decoration: none;
  color: inherit;
}

.conomachi-top-header {
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
}
.conomachi-top-header__inner {
  max-width: 75em;
  margin: 0 auto;
  width: calc(100% - 0.5em);
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.conomachi-top-header__logo {
  display: flex;
  align-items: center;
}
.conomachi-top-header__logo > * {
  display: flex;
}
.conomachi-top-header__logo-ill {
  width: 4.125em;
  margin-right: 0.875em;
}
.conomachi-top-header__logo-ill > svg {
  height: 5em;
}
.conomachi-top-header__logo-txt-wrap {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.conomachi-top-header__logo-txt {
  width: 11.0625em;
}
.conomachi-top-header__logo-txt > svg {
  height: 5em;
}
.conomachi-top-header__logo-en {
  width: 11.0625em;
}
.conomachi-top-header__logo-en > svg {
  height: 5em;
}
.conomachi-top-header__logo-odakyu {
  width: 13.75em;
}
.conomachi-top-header__logo-odakyu > svg {
  height: 5em;
}

.conomachi-container {
  padding: 3.75em 0;
  position: relative;
  overflow-x: clip;
}
.conomachi-container:first-of-type {
  padding-top: 7.5em;
}
.conomachi-container.--bg-white, .conomachi-container.--bg-gray {
  padding: 7.5em 0;
}
.conomachi-container.--bg-gray {
  background-color: #EAEAEA;
}

.conomachi-inner {
  width: calc(100% - 3em);
  max-width: 87.5em;
  margin: 0 auto;
  position: relative;
}

.loop-ticker {
  position: absolute;
  z-index: -1;
  display: flex;
  white-space: nowrap;
}

.loop-ticker__txt {
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.6;
  line-height: 1;
  font-size: 160px;
}
.loop-ticker__txt:first-child {
  animation: loop-ticker1 240s -120s linear infinite;
}
.loop-ticker__txt:last-child {
  animation: loop-ticker2 240s linear infinite;
}

/* _conomachi-index.scss -------------------------------------------------- */
.conomachi-expert.index {
  font-family: "Noto Sans JP", sans-serif;
  color: #484848;
  background-color: #F2F2F2;
  letter-spacing: 0.05em;
}
.conomachi-expert.index .conomachi-container.--bg-gray {
  isolation: isolate;
}
.conomachi-expert.index .conomachi-container.--bg-gray::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../img/conomachi_expert/index/bg-dot.png.webp);
  background-size: auto;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.conomachi-kv {
  width: 100%;
  position: relative;
}
.conomachi-kv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../img/conomachi_expert/index/bg-dot.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1660/618;
  max-width: 103.75em;
  width: 100%;
  z-index: -1;
}

.conomachi-kv__inner {
  max-width: 110em;
  width: calc(100% - 3em);
  position: relative;
  padding-top: 3.5em;
  padding-bottom: 7.5em;
  margin: 0 auto;
}

.conomachi-kv__logo {
  position: absolute;
  top: 50%;
  left: 5em;
  transform: translateY(calc(-50% - 55px));
  z-index: 10;
  margin: 0;
  aspect-ratio: 580/116;
  max-width: 36.25em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conomachi-kv__slider-wrap {
  position: relative;
  width: 100%;
}

.conomachi-kv__slider {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  aspect-ratio: 1760/837;
  border-radius: 1em;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.conomachi-kv__slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 51.71875vw;
  height: 100%;
  z-index: 1;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  -webkit-mask-image: linear-gradient(to right, black 0%, transparent 100%);
  mask-image: linear-gradient(to right, black 0%, transparent 100%);
}
.conomachi-kv__slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 51.71875vw;
  height: 100%;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.3) 23.56%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.conomachi-kv__slider-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.conomachi-kv__slider-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 52.6%;
  right: 0;
  transform: translateX(34%);
  width: 55.1%;
  height: 84.6%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 50%;
  -webkit-mask-image: radial-gradient(closest-side, black 40%, transparent 100%);
  mask-image: radial-gradient(closest-side, black 40%, transparent 100%);
  pointer-events: none;
}
.conomachi-kv__slider-item::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 52.6%;
  right: 50%;
  transform: translateX(110%);
  width: 55.1%;
  height: 84.6%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(56, 52, 47, 0.6) 0%, rgba(56, 52, 47, 0) 70%);
  pointer-events: none;
}

.conomachi-kv__slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 1760/837;
}

.conomachi-kv__slider-item-txt {
  position: absolute;
  bottom: 101px;
  right: 48px;
  z-index: 20;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.16em;
  text-align: right;
  z-index: 20;
}

.conomachi-kv__catch-wrap {
  position: absolute;
  bottom: 2.5em;
  right: 3em;
  z-index: 20;
  color: #fff;
}

.conomachi-kv__catch-wrap p {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.16em;
  text-align: right;
}

.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
  font-family: "Syncopate", sans-serif;
}

.pagination-bars {
  display: flex;
  gap: 0.5em;
}

.pagination-bar-item {
  display: block;
  width: 2.5em;
  height: 0.125em;
  background: rgba(255, 255, 255, 0.4);
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.pagination-bar-item.is-active {
  background: #fff;
}

.pagination-count {
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Syncopate", sans-serif;
  line-height: 1;
}

.conomachi-what-is {
  position: relative;
  overflow-x: clip;
  padding-block: 6.25em 16.375em;
}
.conomachi-what-is__wrap {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 2em;
}
.conomachi-what-is__txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  margin-top: 6.875em;
  max-width: 37.625em;
  width: 100%;
}
.conomachi-what-is__ttl {
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}
.conomachi-what-is__txt {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 2.2999;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.conomachi-what-is__img-wrap {
  margin-left: -16.25em;
  max-width: 57em;
  width: 100%;
  aspect-ratio: 912/635;
}
.conomachi-what-is__img-wrap img {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
}
.conomachi-what-is__bg-loop {
  top: 0em;
}

.conomachi-section-ttl__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.conomachi-section-ttl__sub {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #232323;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1;
}
.conomachi-section-ttl__sub::before {
  content: "";
  display: block;
  width: 0.875em;
  height: 0.875em;
  background-image: url(../../img/conomachi_expert/index/icon_ttl-sub.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.conomachi-section-ttl__main {
  font-family: "Syncopate", sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}

.conomachi-container.--experts::before {
  content: "";
  position: absolute;
  display: block;
  width: 25em;
  height: auto;
  aspect-ratio: 357/326;
  top: -195px;
  left: 50%;
  transform: translateX(5.05208vw);
  background-image: url(../../img/conomachi_expert/index/deco_expert.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.conomachi-experts-list {
  display: flex;
  gap: 3.5em;
  margin-top: 4em;
}
.conomachi-experts-list .is-hidden {
  display: none !important;
}
.conomachi-experts-list__side-menu {
  flex-shrink: 0;
  width: 15em;
  border-radius: 0.5em;
  background-color: #004BA5;
  padding: 1em;
  position: sticky;
  top: 2.5em;
  height: -moz-fit-content;
  height: fit-content;
}
.conomachi-experts-list__side-menu-ttl {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  padding-inline: 0.5em;
}
.conomachi-experts-list__select {
  width: 100%;
  padding: 12px 16px;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1;
  border-radius: 4px;
  background-color: #ffffff;
  transition: opacity 0.3s ease;
}
.conomachi-experts-list__select:hover {
  opacity: 0.8;
}
.conomachi-experts-list__select-wrap {
  position: relative;
  width: 100%;
  margin-top: 0.75em;
  border-radius: 4px;
}
.conomachi-experts-list__select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1;
  border-radius: 4px;
  background-color: #ffffff;
  transition: opacity 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.conomachi-experts-list__select-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.75em;
  height: 0.4375em;
  background-image: url(../../img/conomachi_expert/common/icon_chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  pointer-events: none;
}
.conomachi-experts-list__select-trigger.is-open::after {
  transform: rotate(180deg);
}
.conomachi-experts-list__select-options {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  border-radius: 0.25em;
  border-top: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.conomachi-experts-list__select-options.is-open {
  display: block;
}
.conomachi-experts-list__select-option {
  padding: 12px 16px;
  font-size: 0.875em;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}
.conomachi-experts-list__select-option[data-value=all] {
  color: #004BA5;
}
.conomachi-experts-list__select-option:not(:last-child) {
  border-bottom: 1px solid #E9E9E9;
}
.conomachi-experts-list__select-option:hover {
  background-color: #f5f5f5;
}
.conomachi-experts-list__list {
  display: flex;
  flex-direction: column;
  gap: 3.5em;
}
.conomachi-experts-list__list-item {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.conomachi-experts-list__item-wrap {
  display: flex;
  gap: 3.5em;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.5em;
  overflow: hidden;
  box-shadow: 2px 4px 80px 0px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(40px);
  border: 1px solid #ffffff;
}
.conomachi-experts-list__img-wrap {
  max-width: 30.875em;
  width: 100%;
  position: relative;
  flex-shrink: 0;
}
.conomachi-experts-list__img-wrap img {
  aspect-ratio: 494/485;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  height: 100%;
}
.conomachi-experts-list__img-wrap::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 32px;
  background-image: url(../../img/conomachi_expert/common/logo_expert.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 5em;
  height: 5.375em;
}
.conomachi-experts-list__img-quote {
  position: absolute;
  bottom: 2.625em;
  left: 2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.conomachi-experts-list__img-quote .marker {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border-radius: 2px;
  line-height: 1;
  padding: 6px 8px 6px 12px;
  font-size: 1.25em;
  font-weight: 600;
}
.conomachi-experts-list__txt-wrap {
  padding: 2.75em 3.5em 2.75em 0em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.conomachi-experts-list__staff-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
}
.conomachi-experts-list__shop-name {
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #004BA5;
  border-radius: 9999px;
  border: 1px solid #004BA5;
  padding: 0.375em 1em;
  flex-shrink: 0;
}
.conomachi-experts-list__staff-name {
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 24px;
}
.conomachi-experts-list__staff-name::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../../img/conomachi_expert/common/icon_arrow-square.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.conomachi-experts-list__staff-comment {
  margin-top: 24px;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 2;
}
.conomachi-experts-list__staff-qualification {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
  padding: 1.25em 2em;
  border-radius: 0.125em;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  max-width: 19.375em;
  width: 100%;
  margin-top: 2em;
}
.conomachi-experts-list__staff-qualification::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.125em;
  height: 100%;
  background-color: #004BA5;
}
.conomachi-experts-list__staff-qualification-ttl {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1;
}
.conomachi-experts-list__staff-qualification-list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.conomachi-experts-list__staff-qualification-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.1;
}
.conomachi-experts-list__staff-qualification-list li::before {
  content: "";
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: #004BA5;
}
.conomachi-experts-list__item-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.conomachi-experts-list__item-links li {
  width: calc((100% - 24px) / 4);
  box-shadow: 2px 4px 80px 0px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(40px);
  border: 1px solid #ffffff;
  border-radius: 8px;
}
.conomachi-experts-list__item-links li .icon-arrow {
  position: relative;
  width: 2.4375em;
  height: 2.875em;
  border-left: 1px solid #D8D8D8;
}
.conomachi-experts-list__item-links li .icon-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #004BA5;
  mask-image: url(../../img/conomachi_expert/common/icon_arrow.svg);
  mask-size: 15px;
  mask-repeat: no-repeat;
  mask-position: right center;
  -webkit-mask-image: url(../../img/conomachi_expert/common/icon_arrow.svg);
  -webkit-mask-size: 15px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right center;
}
.conomachi-experts-list__item-links li:last-child .icon-arrow::after {
  mask-image: url(../../img/conomachi_expert/common/icon_arrow-diagonal.svg);
  -webkit-mask-image: url(../../img/conomachi_expert/common/icon_arrow-diagonal.svg);
}
.conomachi-experts-list__item-links a {
  padding: 8px 24px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.conomachi-standard__bg-loop {
  top: 11.25em;
}

.conomachi-standard__ttl-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  align-items: center;
}
.conomachi-standard__ttl-wrap img {
  max-width: 7.3125em;
  width: 100%;
}
.conomachi-standard__ttl-main {
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.conomachi-standard__content {
  background-color: #004BA5;
  border-radius: 1em;
  max-width: 75em;
  width: 100%;
  margin: 5em auto 0;
}
.conomachi-standard__list {
  display: flex;
  justify-content: space-between;
  padding: 5em 8.5em;
  position: relative;
}
.conomachi-standard__list::before {
  content: "";
  position: absolute;
  top: 5em;
  bottom: 5em;
  left: 50%;
  transform: translateX(-50%);
  width: 0.0625em;
  background-color: #3C6898;
}
.conomachi-standard__list li {
  display: flex;
  flex-direction: column;
  gap: 3.5em;
  align-items: center;
  max-width: 23em;
  width: 100%;
}
.conomachi-standard__img-wrap {
  height: 228px;
}
.conomachi-standard__txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: center;
}
.conomachi-standard__ttl-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  background-color: #ffffff;
  text-align: center;
  padding-inline: 20px;
  border-radius: 9999px;
  height: 38px;
  color: #004BA5;
}
.conomachi-standard__txt {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.9;
  color: #ffffff;
}

.conomachi-related-articles {
  display: flex;
  justify-content: space-between;
}

.conomachi-article-card {
  max-width: 51.4375em;
  width: 100%;
  padding: 2.5em 4em;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 1em;
  box-shadow: 2px 4px 80px 0px rgba(0, 0, 0, 0.16);
  border: 1px solid #ffffff;
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
}
.conomachi-article-card:hover .conomachi-article-card__img-wrap img {
  transform: scale(1.1);
}
.conomachi-article-card__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1;
}
.conomachi-article-card__ttl .icon-arrow {
  background-image: url(../../img/conomachi_expert/common/icon_arrow-square--diagonal.svg);
  width: 2.75em;
  height: 2.75em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.conomachi-article-card__img-wrap {
  margin-top: 2.5em;
  border-radius: 0.5em;
  overflow: hidden;
}
.conomachi-article-card__img-wrap img {
  aspect-ratio: 695/279;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
  transition: transform 0.4s ease;
  backface-visibility: hidden;
}
.conomachi-article-card__txt {
  color: #777777;
  margin-top: 1.5em;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}

/* Scss Document */
.footer {
  background-color: #ebf1f5;
  font-family: "Noto Sans JP", sans-serif;
}
.footer-inner {
  position: relative;
}
.footer a {
  color: #004ea2;
  display: flex;
  align-items: center;
}
.footer a svg use {
  fill: #004ea2;
}
.footer a:hover {
  color: #7ab851;
}
.footer a:hover svg use {
  fill: #7ab851;
}
.footer-inner {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}
.footer-link-item svg, .footer-office-item svg, .footer-menu-item svg {
  margin: -0.25em 0 0 0.5em;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
  transition: all 0.3s ease;
  margin: -0.25em 0 0 0.5em;
}
.footer-link-head {
  font-weight: 500;
  color: inherit;
}
.footer-link-block.-sns {
  width: 100%;
}
.footer-link-block.-sns .footer-link-list {
  display: flex;
  align-items: center;
}
.footer-link-block.-sns .footer-link-item {
  width: 2em;
  height: 2em;
  min-width: 30px;
  min-height: 30px;
}
.footer-link-block.-sns .footer-link-item a {
  display: block;
}
.footer-office-head {
  font-weight: 500;
  color: inherit;
}
.footer-office-item {
  display: flex;
  align-items: center;
}

/* PC---------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  /* _slider.scss -------------------------------------------------- */
  .liquidBlock .slick-next {
    left: 950px;
  }
  .slick-dots {
    margin-top: 65px;
    max-width: 1000px;
    justify-content: center;
  }
  .slick-dots li {
    width: 70px;
  }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover::before, .slick-dots li button:focus::before {
    background: #014da1;
  }
  /* _remodalstyle.scss -------------------------------------------------- */
  .remodal-wrapper {
    padding: 40px 0;
  }
  .remodal {
    padding: 0;
    background: none;
  }
  .remodal .headTitle {
    padding: 15px 40px;
    background: #7ab951;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    color: #fff;
  }
  .remodal .mainBlock {
    height: calc(100vh - 180px);
    overflow-y: auto;
    padding: 40px;
    background: #fff;
  }
  .remodal.fb .mainBlock {
    height: calc(100vh - 260px);
    margin-bottom: 80px;
  }
  .remodal .remodal-close {
    top: 10px;
    right: 10px;
  }
  .remodal.normalBlock {
    padding: 40px;
    background: #fff;
    text-align: center;
  }
  .remodal.normalBlock .topText {
    padding: 20px 0;
  }
  .remodal.normalBlock button {
    width: 100%;
  }
  /* _common.scss -------------------------------------------------- */
  .pcDisNon {
    display: none !important;
  }
  .pcTaL {
    text-align: left;
  }
  .pcTaC {
    text-align: center;
  }
  .pcTaR {
    text-align: right;
  }
  .footerBlock {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footerBlock .text {
    font-size: 1.4rem;
    line-height: 2;
  }
  .footerBlock .logo {
    width: 190px;
  }
  .container {
    display: block;
    flex: 1;
  }
  .baseColumn {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .sateiBottom {
    padding: 40px 0;
  }
  .cts01 {
    padding: 40px 30px 60px;
  }
  .cts02,
  .cts03 {
    padding: 40px 50px;
  }
  .simpleHead {
    margin: 0 0 30px;
    font-size: 4rem;
  }
  .simpleHead .noIcon {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    line-height: 62px;
    font-size: 2.8rem;
  }
  .subCopy {
    margin: 0 0 40px;
    text-align: center;
    font-size: 3rem;
  }
  .head01 {
    width: 800px;
    margin: 0 auto 40px;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
  }
  .head01 .point {
    height: 24px;
    margin: 0 20px 0 0;
    padding: 0 15px;
    line-height: 24px;
  }
  .head01 .headText {
    font-size: 2.6rem;
  }
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }
  .baseBtn.fL, .fL.submitBtn01, .fL.normalBtn,
  a.baseBtn.fL {
    font-size: 2rem;
  }
  /* _conomachi-common.scss -------------------------------------------------- */
  :root {
    --header-height: 5em;
  }
  /* 破線ミックスイン -------------------------------------------------- */
  /* ループアニメーション -------------------------------------------------- */
  @keyframes loop-ticker1 {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop-ticker2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  /* _conomachi-index.scss -------------------------------------------------- */
  /* Scss Document */
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .conomachi-container.--experts::before {
    top: -100px;
  }
  .conomachi-kv__inner {
    padding-bottom: 3.75em;
    padding-top: 1em;
    width: calc(100% - 3em);
  }
  .conomachi-kv__logo {
    top: 3em;
    left: 1em;
    transform: none;
    max-width: 20em;
  }
  .conomachi-kv__slider {
    -webkit-mask-image: none;
    mask-image: none;
    border-radius: 1em;
    aspect-ratio: 16/9;
  }
  .conomachi-kv__slider-item img {
    aspect-ratio: 16/9;
  }
  .conomachi-kv__slider-item-txt {
    font-size: 1em;
    bottom: 3.75em;
    right: 2em;
  }
  .conomachi-kv__catch-wrap {
    bottom: 1.25em;
    right: 2em;
  }
  .conomachi-kv__catch-wrap p {
    font-size: 1em;
  }
  .conomachi-kv .pagination-count {
    font-size: 1em;
  }
  .conomachi-what-is {
    padding-block: 5em;
  }
  .conomachi-what-is__wrap {
    flex-direction: column-reverse;
    gap: 2.5em;
  }
  .conomachi-what-is__txt-wrap {
    margin-top: 0;
    max-width: 100%;
  }
  .conomachi-what-is__img-wrap {
    margin-left: 0;
    max-width: 100%;
    aspect-ratio: 16/9;
  }
  .conomachi-what-is__img-wrap img {
    border-radius: 1em;
    width: 100%;
    height: 100%;
  }
  .conomachi-what-is__ttl {
    font-size: 1.75em;
  }
  .conomachi-experts-list {
    flex-direction: column;
    gap: 2.5em;
  }
  .conomachi-experts-list__side-menu-wrap {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 100;
    padding-block: 1em;
    margin-top: -1em;
  }
  .conomachi-experts-list__side-menu {
    width: 100%;
    position: static;
    top: 16px;
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 1em 1.5em;
  }
  .conomachi-experts-list__side-menu-ttl {
    width: auto;
    padding-inline: 0;
    white-space: nowrap;
  }
  .conomachi-experts-list__select-wrap {
    margin-top: 0;
  }
  .conomachi-experts-list__item-wrap {
    gap: 2em;
  }
  .conomachi-experts-list__img-wrap {
    width: 45%;
    max-width: none;
    flex-shrink: 0;
  }
  .conomachi-experts-list__txt-wrap {
    width: 55%;
    padding: 2em 2em 2em 0;
  }
  .conomachi-experts-list__item-links li {
    width: calc((100% - 0.5em) / 2);
  }
  .conomachi-standard__bg-loop {
    top: 6.25em;
  }
  .conomachi-standard__content {
    width: 100%;
    margin-top: 3.75em;
  }
  .conomachi-standard__list {
    flex-direction: column;
    align-items: center;
    gap: 3.75em;
    padding: 3.75em 2.5em;
  }
  .conomachi-standard__list::before {
    display: none;
  }
  .conomachi-standard__list li {
    max-width: 37.5em;
    width: 100%;
  }
  .conomachi-standard__img-wrap {
    height: auto;
    width: 60%;
    margin: 0 auto;
  }
  .conomachi-standard__img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .conomachi-related-articles {
    flex-direction: column;
    gap: 2.5em;
    align-items: flex-start;
  }
  .conomachi-article-card {
    max-width: 100%;
  }
  .conomachi-article-card__ttl .icon-arrow {
    flex-shrink: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .footer {
    width: 100%;
    padding: 10em 0 1.875em;
    margin-left: auto;
  }
  .footer-link {
    margin-bottom: 5.555em;
    display: flex;
  }
  .footer-link-block {
    width: calc(25% - 1em);
    margin-right: 1em;
  }
  .footer-link-block.-sns {
    margin-right: 0;
    margin-bottom: 4.5em;
  }
  .footer-link-block.-sns .footer-link-head {
    margin-bottom: 1em;
  }
  .footer-link-block.-sns .footer-link-item:not(:last-child) {
    margin: 0 1.5em 0 0;
  }
  .footer-link-head {
    font-size: 1.125em;
    margin-bottom: 2.25em;
  }
  .footer-link-list {
    margin: 0;
  }
  .footer-link-item {
    margin: 0;
    font-size: 0.875em;
  }
  .footer-link-item:not(:last-child) {
    margin-bottom: 0.75em;
  }
  .footer-office {
    margin-bottom: 2.5em;
    display: flex;
  }
  .footer-office-head {
    font-size: 1.125em;
    margin-right: 8em;
    flex-shrink: 0;
  }
  .footer-office-list {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-office-item {
    font-size: 0.875em;
    line-height: 1.4;
  }
  .footer-office-item::after {
    content: "｜";
    padding-inline: 0.5em;
  }
  .footer-menu {
    display: flex;
  }
  .footer-menu-item {
    font-size: 0.875em;
  }
  .footer-menu-item:not(:last-child) {
    margin-right: 2em;
  }
  .footer-bottom {
    display: flex;
    margin-top: 5em;
  }
  .footer-bottom-text p {
    font-size: 0.875em;
    margin: 0;
  }
  .footer-bottom-text p:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .footer-bottom-logo {
    margin: 0 0 0 auto;
  }
  .footer-bottom-logo img {
    width: 12em;
    margin: 0;
  }
}
/* IE--------------------------------------------------------------- */
/* SP---------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 768px) {
  /* _slider.scss -------------------------------------------------- */
  .-spSlick {
    display: none;
  }
  .-spSlick.slick-initialized {
    display: block;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .circleArrow .slick-prev,
  .circleArrow .slick-next {
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
  .circleArrow .slick-prev {
    left: -12px;
  }
  .circleArrow .slick-next {
    right: -12px;
  }
  .squareArrow .slick-prev,
  .squareArrow .slick-next {
    margin-top: -22px;
    width: 28px;
    height: 44px;
  }
  .squareArrow .slick-prev {
    left: 0px;
  }
  .squareArrow .slick-next {
    right: 0px;
  }
  .squareArrow .slick-prev::before {
    width: 16px;
    height: 16px;
    border-top: 4px solid #333;
    border-right: 4px solid #333;
    margin-left: -4px;
    margin-top: -8px;
  }
  .squareArrow .slick-next::before {
    width: 16px;
    height: 16px;
    border-top: 4px solid #333;
    border-right: 4px solid #333;
    margin-right: -4px;
    margin-top: -8px;
  }
  .slick-dots {
    margin-top: 30px;
    width: calc(100vw - 40px);
  }
  .slick-dots li {
    width: 100%;
  }
  /* _remodalstyle.scss -------------------------------------------------- */
  .remodal-close {
    top: 0;
  }
  .remodal {
    position: relative;
    height: 100%;
  }
  .remodal .headTitle {
    width: 100%;
    min-height: 55px;
    padding: 16px 72px;
    background: #7ab951;
    font-size: 1.4rem;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    color: #fff;
  }
  .remodal .mainBlock {
    height: calc(100% - 55px);
    margin-bottom: 61px;
    padding: 20px;
    overflow-y: auto;
  }
  .remodal.fb .mainBlock {
    padding: 0;
    height: calc(100% - 116px);
  }
  .remodal.spWide .mainBlock {
    padding: 0 0 32px;
  }
  .remodal .remodal-close {
    width: auto;
    height: auto;
    margin: auto;
    padding: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: inherit;
    text-indent: inherit;
    color: #014da1;
    line-height: 1.8;
  }
  .remodal .remodal-close::before {
    margin: auto;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-top: solid 1px #014da1;
    border-right: solid 1px #014da1;
    transform: rotate(-135deg);
    background: none;
    margin: 0 5px;
    position: relative;
    left: auto;
  }
  .remodal .remodal-close::after {
    display: none;
  }
  .remodal.normalBlock {
    height: inherit;
    padding: 20px;
    background: none;
    text-align: center;
  }
  .remodal.normalBlock .normalBlockInn {
    padding: 20px;
    background: #fff;
  }
  .remodal.normalBlock .topText {
    padding: 20px 0;
  }
  .remodal.normalBlock button {
    width: 100%;
  }
  /* _common.scss -------------------------------------------------- */
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  .spDisNon {
    display: none !important;
  }
  .spTaL {
    text-align: left;
  }
  .spTaC {
    text-align: center;
  }
  .spTaR {
    text-align: right;
  }
  .spFs {
    font-size: 1.4rem;
  }
  a:hover,
  a:hover img {
    opacity: 1;
  }
  .footerBlock {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
  }
  .footerBlock .text {
    font-size: 1.2rem;
    line-height: 2;
  }
  .footerBlock .text small {
    font-size: 1rem;
  }
  .footerBlock .logo {
    width: 120px;
    margin: 20px auto 0 auto;
  }
  .container {
    flex: 1;
  }
  .baseColumn {
    margin-right: 10px;
    margin-left: 10px;
  }
  .cts01,
  .cts02,
  .cts03 {
    padding: 20px 20px;
  }
  .sateiBottom {
    padding: 20px 0;
  }
  .simpleHead {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }
  .simpleHead .noIcon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    line-height: 32px;
    font-size: 1.4rem;
  }
  .subCopy {
    margin: 0 0 20px;
    font-size: 1.8rem;
    text-align: center;
  }
  .head01 {
    margin: 0 0 20px;
    padding: 10px 0;
    flex-direction: column;
    align-items: center;
  }
  .head01 .point {
    height: 18px;
    margin: 0 0 10px 0;
    padding: 0 10px;
    line-height: 18px;
    font-size: 1.4rem;
  }
  .head01 .headText {
    font-size: 1.6rem;
  }
  .acSpTrg {
    position: relative;
  }
  .acSpTrg::before, .acSpTrg::after {
    width: 10px;
    height: 2px;
    content: "";
    display: block;
    background: #7ab951;
    position: absolute;
    margin-top: -1px;
    top: 50%;
    right: 15px;
    transform: rotate(0);
    z-index: 1;
  }
  .acSpTrg::after {
    transform: rotate(90deg);
  }
  .acSpTrg.active::before {
    /*transform: rotate(45deg);*/
  }
  .acSpTrg.active::after {
    display: none;
    /*transform: rotate(-45deg);*/
  }
  .baseBtn, .submitBtn01,
  a.submitBtn01, .normalBtn,
  a.normalBtn,
  a.baseBtn {
    padding: 9px 0;
  }
  /* _conomachi-common.scss -------------------------------------------------- */
  :root {
    --header-height: 5em;
  }
  /* 破線ミックスイン -------------------------------------------------- */
  /* ループアニメーション -------------------------------------------------- */
  @keyframes loop-ticker1 {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop-ticker2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  :root {
    --header-height: 3.125em;
  }
  .conomachi-top-header__logo {
    display: flex;
    align-items: center;
  }
  .conomachi-top-header__logo > * {
    display: flex;
  }
  .conomachi-top-header__logo-ill {
    width: 2.5em;
  }
  .conomachi-top-header__logo-ill > svg {
    height: 2.3125em;
  }
  .conomachi-top-header__logo-txt-wrap {
    flex-direction: column;
    gap: 0.25em;
  }
  .conomachi-top-header__logo-txt {
    width: 5.5em;
  }
  .conomachi-top-header__logo-txt > svg {
    height: 0.8125em;
  }
  .conomachi-top-header__logo-en {
    width: 5.3125em;
  }
  .conomachi-top-header__logo-en > svg {
    height: 0.75em;
  }
  .conomachi-top-header__logo-odakyu {
    width: 9.375em;
  }
  .conomachi-top-header__logo-odakyu > svg {
    height: 2.3125em;
  }
  .conomachi-container {
    padding: 2.25em 0;
  }
  .conomachi-container:first-of-type {
    padding-top: 4.5em;
  }
  .conomachi-container.--bg-white, .conomachi-container.--bg-gray {
    padding-block: 4.5em;
  }
  .loop-ticker__txt {
    font-size: 5em;
  }
  /* _conomachi-index.scss -------------------------------------------------- */
  .conomachi-container.--experts::before {
    top: -100px;
  }
  .conomachi-kv__inner {
    padding-bottom: 3.75em;
    padding-top: 1em;
    width: calc(100% - 3em);
  }
  .conomachi-kv__logo {
    top: 3em;
    left: 1em;
    transform: none;
    max-width: 20em;
  }
  .conomachi-kv__slider {
    -webkit-mask-image: none;
    mask-image: none;
    border-radius: 1em;
    aspect-ratio: 16/9;
  }
  .conomachi-kv__slider-item img {
    aspect-ratio: 16/9;
  }
  .conomachi-kv__slider-item-txt {
    font-size: 1em;
    bottom: 3.75em;
    right: 2em;
  }
  .conomachi-kv__catch-wrap {
    bottom: 1.25em;
    right: 2em;
  }
  .conomachi-kv__catch-wrap p {
    font-size: 1em;
  }
  .conomachi-kv .pagination-count {
    font-size: 1em;
  }
  .conomachi-what-is {
    padding-block: 5em;
  }
  .conomachi-what-is__wrap {
    flex-direction: column-reverse;
    gap: 2.5em;
  }
  .conomachi-what-is__txt-wrap {
    margin-top: 0;
    max-width: 100%;
  }
  .conomachi-what-is__img-wrap {
    margin-left: 0;
    max-width: 100%;
    aspect-ratio: 16/9;
  }
  .conomachi-what-is__img-wrap img {
    border-radius: 1em;
    width: 100%;
    height: 100%;
  }
  .conomachi-what-is__ttl {
    font-size: 1.75em;
  }
  .conomachi-experts-list {
    flex-direction: column;
    gap: 2.5em;
  }
  .conomachi-experts-list__side-menu-wrap {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 100;
    padding-block: 1em;
    margin-top: -1em;
  }
  .conomachi-experts-list__side-menu {
    width: 100%;
    position: static;
    top: 16px;
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 1em 1.5em;
  }
  .conomachi-experts-list__side-menu-ttl {
    width: auto;
    padding-inline: 0;
    white-space: nowrap;
  }
  .conomachi-experts-list__select-wrap {
    margin-top: 0;
  }
  .conomachi-experts-list__item-wrap {
    gap: 2em;
  }
  .conomachi-experts-list__img-wrap {
    width: 45%;
    max-width: none;
    flex-shrink: 0;
  }
  .conomachi-experts-list__txt-wrap {
    width: 55%;
    padding: 2em 2em 2em 0;
  }
  .conomachi-experts-list__item-links li {
    width: calc((100% - 0.5em) / 2);
  }
  .conomachi-standard__bg-loop {
    top: 6.25em;
  }
  .conomachi-standard__content {
    width: 100%;
    margin-top: 3.75em;
  }
  .conomachi-standard__list {
    flex-direction: column;
    align-items: center;
    gap: 3.75em;
    padding: 3.75em 2.5em;
  }
  .conomachi-standard__list::before {
    display: none;
  }
  .conomachi-standard__list li {
    max-width: 37.5em;
    width: 100%;
  }
  .conomachi-standard__img-wrap {
    height: auto;
    width: 60%;
    margin: 0 auto;
  }
  .conomachi-standard__img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .conomachi-related-articles {
    flex-direction: column;
    gap: 2.5em;
    align-items: flex-start;
  }
  .conomachi-article-card {
    max-width: 100%;
  }
  .conomachi-article-card__ttl .icon-arrow {
    flex-shrink: 0;
  }
  :root {
    --header-height: 3.125em;
  }
  .conomachi-kv::after {
    width: 100%;
    height: 18.75em;
    top: 0;
    right: 0;
    aspect-ratio: unset;
  }
  .conomachi-kv__inner {
    width: calc(100% - 2em);
    padding-bottom: 2.5em;
  }
  .conomachi-kv__logo {
    max-width: 100%;
    width: calc(100% - 3em);
    left: 50%;
    transform: translateX(-50%);
  }
  .conomachi-kv__slider {
    aspect-ratio: 343/514;
    border-radius: 0.5em;
  }
  .conomachi-kv__slider::before {
    display: none;
  }
  .conomachi-kv__slider::after {
    left: 50%;
    transform: translateX(-50%);
    height: 7.625em;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.3) 23.56%, rgba(255, 255, 255, 0) 100%);
  }
  .conomachi-kv__slider-item::before, .conomachi-kv__slider-item::after {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    border-radius: unset;
    width: 100%;
    height: 9.8125em;
  }
  .conomachi-kv__slider-item::before {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    -webkit-mask-image: linear-gradient(to top, black 80%, transparent 100%);
    mask-image: linear-gradient(to top, black 80%, transparent 100%);
  }
  .conomachi-kv__slider-item::after {
    background: linear-gradient(to top, rgba(56, 52, 47, 0.4) 0%, rgba(56, 52, 47, 0) 100%);
  }
  .conomachi-kv__slider-item img {
    aspect-ratio: 343/514;
  }
  .conomachi-kv__slider-item-txt {
    font-size: 0.875em;
    bottom: 2.75em;
    right: 1em;
  }
  .conomachi-kv__catch-wrap {
    bottom: 1em;
    right: 1em;
  }
  .conomachi-kv .custom-pagination {
    gap: 1em;
  }
  .conomachi-kv .custom-pagination .pagination-bars {
    gap: 0.125em;
  }
  .conomachi-kv .custom-pagination .pagination-bar-item {
    width: 1.5em;
    height: 0.125em;
  }
  .conomachi-kv .custom-pagination .pagination-count {
    font-size: 0.75em;
  }
  .conomachi-what-is {
    padding-block: 3.75em 7.5em;
  }
  .conomachi-what-is__bg-loop {
    top: 1.25em;
  }
  .conomachi-what-is__wrap {
    gap: 2.5em;
  }
  .conomachi-what-is__img-wrap {
    aspect-ratio: 343/240;
  }
  .conomachi-what-is__img-wrap img {
    border-radius: 0.5em;
  }
  .conomachi-what-is__txt-wrap {
    gap: 1.5em;
  }
  .conomachi-what-is__ttl {
    font-size: 1.375em;
    line-height: 1.4;
  }
  .conomachi-what-is__txt {
    font-size: 0.875em;
    line-height: 2.4;
    gap: 1em;
  }
  .conomachi-section-ttl__wrap {
    gap: 1em;
  }
  .conomachi-section-ttl__sub {
    font-size: 0.75em;
  }
  .conomachi-section-ttl__main {
    font-size: 3em;
  }
  .conomachi-container.--experts::before {
    width: 12.5em;
    height: 11.875em;
    top: -110px;
    transform: translateX(-25%);
  }
  .conomachi-experts-list {
    margin-top: 2.5em;
    gap: 2em;
  }
  .conomachi-experts-list__side-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
    padding: 1em;
  }
  .conomachi-experts-list__select {
    padding: 10px 14px;
  }
  .conomachi-experts-list__list {
    gap: 2.5em;
  }
  .conomachi-experts-list__list-item {
    gap: 0.5em;
  }
  .conomachi-experts-list__item-wrap {
    flex-direction: column;
    gap: 0;
    box-shadow: 2px 4px 40px 0px rgba(0, 0, 0, 0.16);
  }
  .conomachi-experts-list__img-wrap {
    width: 100%;
  }
  .conomachi-experts-list__img-wrap img {
    aspect-ratio: 3/2;
    -o-object-position: center;
       object-position: center;
  }
  .conomachi-experts-list__img-wrap::after {
    width: 3.75em;
    height: 4em;
    top: 16px;
    left: 16px;
  }
  .conomachi-experts-list__img-quote {
    bottom: 1.5em;
    left: 1.25em;
    gap: 4px;
  }
  .conomachi-experts-list__img-quote .marker {
    font-size: 0.875em;
    padding: 4px 8px;
  }
  .conomachi-experts-list__txt-wrap {
    width: 100%;
    padding: 1.5em 1.25em 2em;
  }
  .conomachi-experts-list__staff-wrap {
    gap: 0.5em;
  }
  .conomachi-experts-list__staff-name {
    font-size: 1.5em;
    gap: 16px;
  }
  .conomachi-experts-list__staff-name::after {
    width: 32px;
    height: 32px;
  }
  .conomachi-experts-list__staff-comment {
    margin-top: 16px;
    font-size: 0.8125em;
    line-height: 1.8;
  }
  .conomachi-experts-list__staff-qualification {
    margin-top: 1.5em;
    max-width: 100%;
    padding: 1em 1.25em;
  }
  .conomachi-experts-list__item-links {
    gap: 0.5em;
  }
  .conomachi-experts-list__item-links li {
    border-radius: 4px;
    width: calc((100% - 0.5em) / 2);
    box-shadow: 2px 4px 40px 0px rgba(0, 0, 0, 0.16);
  }
  .conomachi-experts-list__item-links li .icon-arrow {
    width: 1.875em;
    height: 2.25em;
  }
  .conomachi-experts-list__item-links li .icon-arrow::after {
    mask-size: 10px;
    -webkit-mask-size: 10px;
  }
  .conomachi-experts-list__item-links a {
    padding: 8px 12px;
    font-size: 0.875em;
  }
  .conomachi-standard__bg-loop {
    top: 3.125em;
  }
  .conomachi-standard__ttl-wrap {
    gap: 1.5em;
  }
  .conomachi-standard__ttl-wrap img {
    width: 5em;
  }
  .conomachi-standard__ttl-main {
    font-size: 1.25em;
  }
  .conomachi-standard__content {
    border-radius: 0.5em;
    margin-top: 2.5em;
  }
  .conomachi-standard__list {
    padding: 2.5em 1.5em;
    gap: 2em;
  }
  .conomachi-standard__list li {
    max-width: 100%;
    gap: 2em;
  }
  .conomachi-standard__img-wrap {
    width: 68%;
  }
  .conomachi-standard__ttl-sub {
    font-size: 1em;
    height: auto;
    padding-block: 0.25em;
    white-space: normal;
    line-height: 1.4;
  }
  .conomachi-standard__txt {
    line-height: 1.8;
    text-align: justify;
  }
  .conomachi-article-card {
    padding: 1.5em;
    border-radius: 0.5em;
  }
  .conomachi-article-card__ttl {
    font-size: 1em;
    gap: 1em;
    align-items: center;
    line-height: 1.5;
  }
  .conomachi-article-card__ttl .icon-arrow {
    width: 2em;
    height: 2em;
  }
  .conomachi-article-card__img-wrap {
    margin-top: 1.25em;
  }
  .conomachi-article-card__txt {
    margin-top: 1em;
    font-size: 0.8125em;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  /* Scss Document */
  .footer {
    padding: 2em 0;
    margin: 0 0 2.5em;
  }
  .footer-link {
    order: 1;
  }
  .footer-link-block.-sns {
    margin-bottom: 3em;
    order: 4;
  }
  .footer-link-block.-sns .footer-link-head {
    padding: 0;
    margin-bottom: 1em;
    border: none;
  }
  .footer-link-block.-sns .footer-link-item {
    border: none;
  }
  .footer-link-block.-sns .footer-link-item:not(:last-child) {
    margin: 0 1.2em 0 0;
  }
  .footer-link-block.-sns .footer-link-item a {
    padding: 0;
  }
  .footer-link-head {
    font-size: 0.875em;
    margin-bottom: 0;
    padding: 1em 0;
    border-bottom: 1px solid #ced4d9;
    color: #004ea2;
  }
  .footer-link-list {
    display: none;
    margin: 0;
  }
  .footer-link-item {
    margin: 0;
    font-size: 1.2em;
    border-bottom: 1px solid #ced4d9;
  }
  .footer-link-item a {
    font-size: 14px;
    padding: 1em 0 1em 1em;
  }
  .footer-office {
    order: 2;
    margin-bottom: 2.5em;
  }
  .footer-office-head {
    font-size: 0.875em;
    margin-bottom: 0;
    padding: 1em 0;
    border-bottom: 1px solid #ced4d9;
    color: #004ea2;
  }
  .footer-office-list {
    display: none;
    margin: 0;
  }
  .footer-office-item {
    margin: 0;
    font-size: 1.2em;
    border-bottom: 1px solid #ced4d9;
  }
  .footer-office-item a {
    display: block;
    padding: 1em 0 1em 1em;
  }
  .footer-menu {
    order: 3;
    margin-bottom: 2.5em;
  }
  .footer-menu-item {
    font-size: 0.75em;
    margin-bottom: 1em;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-menu-item:last-child {
    margin-bottom: 0;
  }
  .footer-bottom {
    order: 5;
  }
  .footer-bottom-text p {
    font-size: 0.625em;
    margin: 0;
  }
  .footer-bottom-text p:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .footer-bottom-logo {
    margin: 1.6em 0 0;
    text-align: right;
  }
  .footer-bottom-logo img {
    width: 12em;
    margin: 0 0 0 auto;
  }
  .accTrg-sp {
    cursor: pointer;
    position: relative;
  }
  .accTrg-sp::before {
    content: url('data:image/svg+xml;utf-8,<svg aria-hidden="true" focusable="false" data-prefix="fas" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23004EA2" d="M14,7H9V2A1,1,0,0,0,7,2V7H2A1,1,0,0,0,2,9H7v5a1,1,0,0,0,2,0V9h5a1,1,0,0,0,0-2Z"/></svg>');
    width: 0.875em;
    height: 0.875em;
    display: inline-block;
    position: absolute;
    right: 1em;
    z-index: 1;
  }
  .accTrg-sp.active::before {
    content: url('data:image/svg+xml;utf-8,<svg aria-hidden="true" focusable="false" data-prefix="fas" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23004EA2" d="M14,9H2A1,1,0,0,1,2,7H14a1,1,0,0,1,0,2Z"/></svg>');
  }
  .accTrg-sp.-circle {
    position: relative;
    cursor: pointer;
  }
  .accTrg-sp.-circle::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url('data:image/svg+xml;utf-8,<svg aria-hidden="true" focusable="false" data-prefix="fas" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23fff" d="M14,7H9V2A1,1,0,0,0,7,2V7H2A1,1,0,0,0,2,9H7v5a1,1,0,0,0,2,0V9h5a1,1,0,0,0,0-2Z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.75em;
    background-color: #004ea2;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0 auto auto;
  }
  .accTrg-sp.-circle.active::before {
    transform: rotate(45deg);
  }
}
