@charset "UTF-8";
/*
 * base.scss
 * 全ページ共通CSS
 */
/*
 * layout/l-contents.scss
 */
.l-contents {
  overflow-x: hidden;
}

/*
 * layout/l-footer.scss
 */
.footer-wrapper {
  background-color: #f5f5f5;
  margin-top: 10px;
}

.footer-logo {
  font-size: 1.4rem;
  line-height: 1.3571428571;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 32px 0 24px;
  text-align: center;
}
.footer-logo img {
  width: 161px;
  height: auto;
}
@media print, screen and (min-width: 1025px) {
  .footer-logo {
    padding: 55px 0 50px;
  }
  .footer-logo img {
    width: 350px;
  }
}

.footer-info-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 27px 0 12px;
  background: #478838;
}
@media print, screen and (min-width: 1025px) {
  .footer-info-copyright {
    padding: 28px 0;
  }
  .footer-info-copyright__inner {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
  }
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  font-weight: 500;
  letter-spacing: 0em;
  margin-bottom: 22px;
  gap: 0 4px;
}
.footer-info > a {
  color: #ffffff;
}
@media print, screen and (min-width: 1025px) {
  .footer-info {
    flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 1.3125;
    font-weight: 500;
    letter-spacing: 0em;
    margin-bottom: 0;
    gap: 0 5px;
  }
}

.footer-copyright {
  text-align: center;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.2727272727;
  font-weight: 500;
  letter-spacing: 0em;
}
@media print, screen and (min-width: 1025px) {
  .footer-copyright {
    font-size: 1.6rem;
    line-height: 1.3125;
    font-weight: 500;
    letter-spacing: 0em;
  }
}

/*
 * layout/l-header.scss
 */
.header-main {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  z-index: 110;
  width: 100%;
}
.header-main__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .header-main__inner {
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
  }
}

.header-logo {
  padding: 16px 12px 17px;
  flex-shrink: 0;
  font-size: 0;
}
.header-logo__img {
  width: 163px;
}
@media print, screen and (min-width: 1025px) {
  .header-logo {
    padding: 20px 25px;
  }
  .header-logo__img {
    width: 243px;
  }
}

.header-menu-controller {
  margin-left: auto;
  width: 55px;
  height: 55px;
  background: #478838 center center no-repeat;
  background-image: url("../img/icon/burger.svg");
  transition: opacity 0.3s;
  cursor: pointer;
}
.header-menu-controller:hover {
  opacity: 0.7;
}
.header-menu-controller.--is-opened {
  background-image: url("../img/icon/burger-close.svg");
}
@media print, screen and (min-width: 1025px) {
  .header-menu-controller {
    display: none;
  }
}

.header-info {
  width: 100%;
}
.header-info__inner {
  display: flex;
  justify-content: space-around;
  gap: 16px;
  width: 100%;
  padding: 0 25px;
}
@media print, screen and (min-width: 1025px) {
  .header-info__inner {
    width: 345px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .header-info {
    display: none;
  }
  .header-info__inner {
    padding-top: 8px;
  }
}

.header-global-menu {
  display: block;
  width: 100%;
  background: #f5f5f5;
  padding: 8px 20px 20px;
}
@media only screen and (max-width: 1024px) {
  .header-global-menu {
    display: none;
    position: fixed;
    top: 111px;
  }
}
.header-global-menu__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  box-sizing: content-box;
  gap: 8px;
}
.header-global-menu__sub {
  display: none;
  position: absolute;
  z-index: 2;
  background: #ffffff;
  min-width: 183px;
}
.header-global-menu__sub .c-menu-item {
  font-size: 1.5rem;
  line-height: 1.2666666667;
  font-weight: 700;
  letter-spacing: 0em;
  width: 100%;
  padding: 8px;
  text-align: left;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.header-global-menu__sub .c-menu-item:not(:last-child) {
  border-bottom: none;
}
.c-menu-item:hover > .header-global-menu__sub {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
@media print, screen and (min-width: 1025px) {
  .header-global-menu {
    padding: 17px 0 16px;
    margin-bottom: 41px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-header .header-global-menu {
    margin-bottom: 0;
  }
  .header-global-menu__inner {
    flex-wrap: nowrap;
    box-sizing: border-box;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    gap: 16px;
  }
  .header-global-menu__sub {
    width: 100%;
    min-width: 190px;
  }
}

.c-menu-item {
  display: block;
  width: calc((100% - 8px) / 2);
  text-align: center;
  font-size: 1.4rem;
  line-height: 3.4285714286;
  font-weight: 700;
  flex-shrink: 0;
  flex-grow: 0;
  background: #ffffff;
  position: relative;
  cursor: pointer;
  color: #494645;
}
.c-menu-item.\--sell::before, .c-menu-item.\--buy::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.c-menu-item.\--sell::after, .c-menu-item.\--buy::after {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.c-menu-item.\--sell.\--is-active::after, .c-menu-item.\--buy.\--is-active::after {
  display: none;
}
.c-menu-item.\--sell.\--is-active {
  color: #478838;
}
.c-menu-item.\--sell::before, .c-menu-item.\--sell::after {
  background: #478838;
}
.c-menu-item.\--buy.\--is-active {
  color: #e99315;
}
.c-menu-item.\--buy::before, .c-menu-item.\--buy::after {
  background: #e99315;
}
@media only screen and (max-width: 1024px) {
  .c-menu-item.\--corporate {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1025px) {
  .c-menu-item {
    width: calc((100% - 80px - 195px) / 5);
    font-size: 1.8rem;
    line-height: 3.0555555556;
    font-weight: 700;
  }
  .c-menu-item.\--sell::before, .c-menu-item.\--buy::before {
    width: 13px;
    right: 18px;
  }
  .c-menu-item.\--sell::after, .c-menu-item.\--buy::after {
    height: 13px;
    right: 24px;
  }
  .c-menu-item.\--sell:hover::after, .c-menu-item.\--buy:hover::after {
    display: none;
  }
  .c-menu-item.--simulation {
    width: 195px;
  }
  .header-main .c-menu-item {
    width: -moz-fit-content;
    width: fit-content;
    background: #f5f5f5;
    font-size: 1.6rem;
    line-height: 1.3125;
    font-weight: 700;
  }
  .header-main .c-menu-item.\--corporate {
    width: 100%;
    flex-shrink: 1;
  }
}

/*
 * layout/l-main.scss
 */
.l-main {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 1025px) {
  .l-main {
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

@media print, screen and (min-width: 1025px) {
  .u-only-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .u-only-pc {
    display: none !important;
  }
}
body {
  padding-top: 55px;
}
@media print, screen and (min-width: 1025px) {
  body {
    padding-top: 73px;
  }
}

.breadcrumbs {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 1025px) {
  .breadcrumbs {
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}

.entry-content {
  width: 100%;
}

.list-pagination ul li.active {
  background: #478838;
}

@media only screen and (max-width: 1024px) {
  .simulation .contents-header .title-wrap h2 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .simulation .contents-header .title-wrap h2 {
    width: -moz-max-content;
    width: max-content;
  }
}

.simulation .contents-body {
  padding: 0;
}

.simulation .contents-footer .contact-btn-wrap > a {
  border-color: #478838;
  color: #478838;
}

.simulation .contents-footer .contact-btn-wrap > a > span::before {
  background: #478838;
}

.after section {
  margin-right: 0;
  margin-left: 0;
}

.after .maintenance-flow .main-wrap .support-flow {
  border-color: #478838;
}

.after .headline-wrap .main-text,
.after .maintenance-flow .main-wrap .support-flow.arrow::before,
.after .maintenance-flow .main-wrap .support-flow.arrow::after {
  border-left-color: #478838;
}

.blog-content .item .blog-title {
  border-color: #478838;
}

.corporate .corp-text h3 {
  color: #478838;
}

.c-btn-square-new,
.c-btn-square {
  padding: 18px 0;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2666666667;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.c-btn-square-new.--green, .c-btn-square-new.--orange,
.c-btn-square.--green,
.c-btn-square.--orange {
  color: #ffffff;
}
.c-btn-square-new.--green:hover, .c-btn-square-new.--orange:hover,
.c-btn-square.--green:hover,
.c-btn-square.--orange:hover {
  background: #ffffff;
}
.c-btn-square-new.--green,
.c-btn-square.--green {
  background: #478838;
}
.c-btn-square-new.--green:hover,
.c-btn-square.--green:hover {
  color: #478838;
}
.c-btn-square-new.--orange,
.c-btn-square.--orange {
  background: #e99315;
}
.c-btn-square-new.--orange:hover,
.c-btn-square.--orange:hover {
  color: #e99315;
}
.c-btn-square-new.--dot,
.c-btn-square.--dot {
  background-image: url("../img/icon/dot-white.svg");
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: right 25px center;
}
.c-btn-square-new.--dot:hover.--green,
.c-btn-square.--dot:hover.--green {
  background-image: url("../img/icon/dot-green.svg");
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: right 25px center;
}
.c-btn-square-new.--dot:hover.--orange,
.c-btn-square.--dot:hover.--orange {
  background-image: url("../img/icon/dot-orange.svg");
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: right 25px center;
}
.c-btn-square-new.--contact-sell .c-btn-square-new__text, .c-btn-square-new.--contact-buy .c-btn-square-new__text,
.c-btn-square.--contact-sell .c-btn-square-new__text,
.c-btn-square.--contact-buy .c-btn-square-new__text {
  background-repeat: no-repeat;
  background-position: left center;
}
.c-btn-square-new.--contact-sell:hover, .c-btn-square-new.--contact-buy:hover,
.c-btn-square.--contact-sell:hover,
.c-btn-square.--contact-buy:hover {
  background-color: #f5f5f5;
}
.c-btn-square-new.--contact-sell .c-btn-square-new__text,
.c-btn-square.--contact-sell .c-btn-square-new__text {
  padding-left: 24px;
  background-image: url("../img/icon/icon-search-white.svg");
  background-size: 16px;
}
.c-btn-square-new.--contact-sell:hover .c-btn-square-new__text,
.c-btn-square.--contact-sell:hover .c-btn-square-new__text {
  background-image: url("../img/icon/search-green.svg");
}
.c-btn-square-new.--contact-buy .c-btn-square-new__text,
.c-btn-square.--contact-buy .c-btn-square-new__text {
  padding-left: 27px;
  background-image: url("../img/icon/mail-white.svg");
  background-size: 18px 15px;
}
.c-btn-square-new.--contact-buy:hover .c-btn-square-new__text,
.c-btn-square.--contact-buy:hover .c-btn-square-new__text {
  background-image: url("../img/icon/mail-orange.svg");
}
@media print, screen and (min-width: 1025px) {
  .c-btn-square-new,
  .c-btn-square {
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.1));
    padding: 26px 0;
    font-size: 1.8rem;
    line-height: 1.2777777778;
    font-weight: 700;
    letter-spacing: 0em;
    width: 468px;
    border-radius: 4px;
  }
  .c-btn-square-new.--dot,
  .c-btn-square.--dot {
    background-size: 31px;
    background-position: right 24px center;
  }
  .c-btn-square-new.--dot:hover.--green, .c-btn-square-new.--dot:hover.--orange,
  .c-btn-square.--dot:hover.--green,
  .c-btn-square.--dot:hover.--orange {
    background-size: 31px;
    background-position: right 24px center;
  }
}

.c-btn-square {
  padding: 16px 0 15px;
  background: #f5f5f5;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 700;
  letter-spacing: 0em;
  filter: none;
  width: 100%;
  border: 1px solid transparent;
  color: #494645;
}
.c-btn-square:not(.--orange, .--text-orange, .--arrow-down) {
  transition: border 0.3s ease-in;
}
.c-btn-square:hover {
  border: 1px solid #ACACAC;
}
@media print, screen and (min-width: 1025px) {
  .c-btn-square {
    width: 400px;
    font-size: 1.6rem;
    line-height: 1.3125;
    font-weight: 700;
    letter-spacing: 0em;
    padding: 18px 0;
  }
}
.c-btn-square.\--orange {
  border-radius: 6px;
  background: #e99315;
  color: #ffffff;
  border: 3px solid transparent;
}
.c-btn-square.\--orange {
  position: relative;
}
.c-btn-square.\--orange::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon/link-white.svg") center center no-repeat;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 1025px) {
  .c-btn-square.\--orange::after, .c-btn-square.\--orange:hover::after {
    width: 16px;
    height: 16px;
    background-size: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .c-btn-square.\--orange {
    text-align: left;
    padding-left: 24px;
  }
}
.c-btn-square.\--orange:hover {
  border: 3px solid #e99315;
}
.c-btn-square.\--orange:hover {
  position: relative;
}
.c-btn-square.\--orange:hover::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon/link-orange.svg") center center no-repeat;
  border: 1px solid #e99315;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.c-btn-square.\--orange:hover:hover::after {
  background: #e99315 url("../img/icon/link-white.svg") center center no-repeat;
}
@media print, screen and (min-width: 1025px) {
  .c-btn-square.\--orange:hover::after, .c-btn-square.\--orange:hover:hover::after {
    width: 16px;
    height: 16px;
    background-size: 5px;
  }
}
.c-btn-square.\--text-orange {
  color: #e99315;
  border-color: currentColor;
}
.c-btn-square.\--text-orange {
  position: relative;
}
.c-btn-square.\--text-orange::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon/link-orange.svg") center center no-repeat;
  border: 1px solid #e99315;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.c-btn-square.\--text-orange:hover::after {
  background: #e99315 url("../img/icon/link-white.svg") center center no-repeat;
}
@media print, screen and (min-width: 1025px) {
  .c-btn-square.\--text-orange::after, .c-btn-square.\--text-orange:hover::after {
    width: 16px;
    height: 16px;
    background-size: 5px;
  }
}
.c-btn-square.--arrow-down {
  position: relative;
  background: #ffffff;
  border-radius: 7px;
  border: 2px solid #d9d9d9;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.c-btn-square.--arrow-down:hover {
  opacity: 1;
}
.c-btn-square.--arrow-down::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  background-image: url(../img/icon/icon-arrow-down-green.svg);
}
.c-btn-square.--arrow-down.\--is-opened::after {
  background-image: url(../img/icon/icon-arrow-top-green.svg);
}
@media print, screen and (min-width: 1025px) {
  .c-btn-square.--arrow-down {
    padding-right: 17px;
    padding-left: 17px;
  }
}

.c-info-link {
  transition: 0.2s ease-in;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.c-info-link:hover {
  opacity: 1;
}
.c-info-link {
  position: relative;
}
.c-info-link::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon/link-black.svg") center center no-repeat;
  border: 1px solid #000000;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.c-info-link:hover::after {
  background: #000000 url("../img/icon/link-white.svg") center center no-repeat;
}
@media print, screen and (min-width: 1025px) {
  .c-info-link::after, .c-info-link:hover::after {
    width: 16px;
    height: 16px;
    background-size: 5px;
  }
}
.c-info-link.--green {
  position: relative;
}
.c-info-link.--green::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon/link-green.svg") center center no-repeat;
  border: 1px solid #478838;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.c-info-link.--green:hover::after {
  background: #478838 url("../img/icon/link-white.svg") center center no-repeat;
}
@media print, screen and (min-width: 1025px) {
  .c-info-link.--green::after, .c-info-link.--green:hover::after {
    width: 16px;
    height: 16px;
    background-size: 5px;
  }
}
.c-info-link.--orange {
  position: relative;
}
.c-info-link.--orange::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon/link-orange.svg") center center no-repeat;
  border: 1px solid #e99315;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.c-info-link.--orange:hover::after {
  background: #e99315 url("../img/icon/link-white.svg") center center no-repeat;
}
@media print, screen and (min-width: 1025px) {
  .c-info-link.--orange::after, .c-info-link.--orange:hover::after {
    width: 16px;
    height: 16px;
    background-size: 5px;
  }
}
.c-info-link__img {
  display: block;
  position: relative;
  width: 100%;
}
.c-info-link__img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 63.2978723404%;
}
.c-info-link__img > img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.c-info-link__img.--contain > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-info-link__text-wrap {
  padding: 8px 33px 15px 12px;
  display: flex;
  flex-grow: 1;
  flex-flow: column;
  border: 5px solid #f5f5f5;
  position: relative;
}
.c-info-link__text-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
  background: #ffffff;
}
.c-info-link__text {
  font-size: 1.4rem;
  line-height: 1.3571428571;
  font-weight: 700;
  letter-spacing: 0em;
  color: #494645;
}
@media print, screen and (min-width: 1025px) {
  .c-info-link {
    position: relative;
  }
  .c-info-link::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("../img/icon/link-black.svg") center center no-repeat;
    border: 1px solid #000000;
    border-radius: 50%;
    position: absolute;
    right: 11px;
    bottom: 12px;
  }
  .c-info-link:hover::after {
    background: #000000 url("../img/icon/link-white.svg") center center no-repeat;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-info-link::after, .c-info-link:hover::after {
    width: 16px;
    height: 16px;
    background-size: 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .c-info-link.--green {
    position: relative;
  }
  .c-info-link.--green::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("../img/icon/link-green.svg") center center no-repeat;
    border: 1px solid #478838;
    border-radius: 50%;
    position: absolute;
    right: 11px;
    bottom: 12px;
  }
  .c-info-link.--green:hover::after {
    background: #478838 url("../img/icon/link-white.svg") center center no-repeat;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-info-link.--green::after, .c-info-link.--green:hover::after {
    width: 16px;
    height: 16px;
    background-size: 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .c-info-link.--orange {
    position: relative;
  }
  .c-info-link.--orange::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("../img/icon/link-orange.svg") center center no-repeat;
    border: 1px solid #e99315;
    border-radius: 50%;
    position: absolute;
    right: 11px;
    bottom: 12px;
  }
  .c-info-link.--orange:hover::after {
    background: #e99315 url("../img/icon/link-white.svg") center center no-repeat;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-info-link.--orange::after, .c-info-link.--orange:hover::after {
    width: 16px;
    height: 16px;
    background-size: 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .c-info-link__img {
    position: relative;
  }
  .c-info-link__img:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 59.2334494774%;
  }
  .c-info-link__img > img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .c-info-link__text-wrap {
    padding: 19px 34px 20px;
    border: 7px solid #f5f5f5;
  }
  .c-info-link__text-wrap::before {
    height: 7px;
    top: -7px;
  }
  .c-info-link__text {
    font-size: 1.6rem;
    line-height: 1.4375;
    font-weight: 700;
    letter-spacing: 0em;
  }
  .c-info-link:hover {
    background: #f5f5f5;
  }
  .c-info-link:hover .c-info-link__text-wrap::before {
    background: #f5f5f5;
  }
}

.c-info-link-new {
  display: block;
  width: 100%;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.16));
  border-radius: 5px;
  transition: opacity 0.3s;
  cursor: pointer;
  overflow: hidden;
}
.c-info-link-new__img {
  width: 100%;
  height: 114px;
}
.c-info-link-new__img.--mansion-library {
  background-image: -webkit-image-set(url("../img/index/knowledge-mansion-library@sp.jpg") 1x, url("../img/index/knowledge-mansion-library@sp2x.jpg") 2x);
  background-image: image-set(url("../img/index/knowledge-mansion-library@sp.jpg") 1x, url("../img/index/knowledge-mansion-library@sp2x.jpg") 2x);
  background-size: cover;
}
.c-info-link-new__img.--column {
  background-image: -webkit-image-set(url("../img/index/knowledge-column@sp.jpg") 1x, url("../img/index/knowledge-column@sp2x.jpg") 2x);
  background-image: image-set(url("../img/index/knowledge-column@sp.jpg") 1x, url("../img/index/knowledge-column@sp2x.jpg") 2x);
  background-size: cover;
}
.c-info-link-new__text-wrap {
  padding: 11px 14px 10px;
}
.c-info-link-new__text-wrap.--bg-green, .c-info-link-new__text-wrap.--bg-orange {
  position: relative;
}
.c-info-link-new__text-wrap.--bg-green::after, .c-info-link-new__text-wrap.--bg-orange::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon/link-white.svg") center center no-repeat;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  bottom: 25px;
}
@media print, screen and (min-width: 1025px) {
  .c-info-link-new__text-wrap.--bg-green::after, .c-info-link-new__text-wrap.--bg-green:hover::after, .c-info-link-new__text-wrap.--bg-orange::after, .c-info-link-new__text-wrap.--bg-orange:hover::after {
    width: 16px;
    height: 16px;
    background-size: 5px;
  }
}
.c-info-link-new__text-wrap.--bg-green .c-info-link-new__text, .c-info-link-new__text-wrap.--bg-orange .c-info-link-new__text {
  color: #ffffff;
}
.c-info-link-new__text-wrap.--bg-green {
  background: #478838;
}
.c-info-link-new__text-wrap.--bg-orange {
  background: #e99315;
}
.c-info-link-new__text {
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: 700;
  letter-spacing: 0em;
}
@media print, screen and (min-width: 1025px) {
  .c-info-link-new__img {
    height: 256px;
  }
  .c-info-link-new__img.--mansion-library {
    background-image: -webkit-image-set(url("../img/index/knowledge-mansion-library.jpg") 1x, url("../img/index/knowledge-mansion-library@2x.jpg") 2x);
    background-image: image-set(url("../img/index/knowledge-mansion-library.jpg") 1x, url("../img/index/knowledge-mansion-library@2x.jpg") 2x);
    background-size: cover;
  }
  .c-info-link-new__img.--column {
    background-image: -webkit-image-set(url("../img/index/knowledge-column.jpg") 1x, url("../img/index/knowledge-column@2x.jpg") 2x);
    background-image: image-set(url("../img/index/knowledge-column.jpg") 1x, url("../img/index/knowledge-column@2x.jpg") 2x);
    background-size: cover;
  }
  .c-info-link-new__text-wrap {
    padding: 28px 0 27px;
    text-align: center;
  }
  .c-info-link-new__text-wrap.--bg-green, .c-info-link-new__text-wrap.--bg-orange {
    position: relative;
  }
  .c-info-link-new__text-wrap.--bg-green::after, .c-info-link-new__text-wrap.--bg-orange::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("../img/icon/link-white.svg") center center no-repeat;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    right: 25px;
    bottom: 32px;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-info-link-new__text-wrap.--bg-green::after, .c-info-link-new__text-wrap.--bg-green:hover::after, .c-info-link-new__text-wrap.--bg-orange::after, .c-info-link-new__text-wrap.--bg-orange:hover::after {
    width: 16px;
    height: 16px;
    background-size: 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .c-info-link-new__text {
    font-size: 1.9rem;
    line-height: 1.3157894737;
    font-weight: 700;
    letter-spacing: 0em;
  }
  .c-info-link-new:hover .c-info-link-new__text-wrap {
    background: #f5f5f5;
  }
  .c-info-link-new:hover .c-info-link-new__text-wrap.--bg-green .c-info-link-new__text {
    color: #478838;
  }
  .c-info-link-new:hover .c-info-link-new__text-wrap.--bg-green::after {
    background: #f5f5f5 url(../img/icon/link-green.svg) center center no-repeat;
    background-size: 5px;
    border-color: #478838;
  }
  .c-info-link-new:hover .c-info-link-new__text-wrap.--bg-orange .c-info-link-new__text {
    color: #e99315;
  }
  .c-info-link-new:hover .c-info-link-new__text-wrap.--bg-orange::after {
    background: #f5f5f5 url(../img/icon/link-orange.svg) center center no-repeat;
    background-size: 5px;
    border-color: #e99315;
  }
}

.c-link-more {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 700;
  color: #494645;
  padding-right: 25px;
}
.c-link-more::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icon/link-dot-green.svg") center center no-repeat;
  background-size: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-link-more.--orange::after {
  background: url("../img/icon/link-dot-orange.svg") center center no-repeat;
  background-size: 18px;
}
@media print, screen and (min-width: 1025px) {
  .c-link-more {
    font-size: 1.6rem;
    line-height: 1.3125;
    font-weight: 700;
    padding-right: 32px;
  }
  .c-link-more::after {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
  .c-link-more:hover {
    color: #478838;
  }
  .c-link-more:hover.--orange {
    color: #e99315;
  }
}

.c-kanban__img-wrap {
  position: relative;
}
.c-kanban__page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}
.c-kanban__page-title-sub {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0em;
}
.c-kanban__page-desc-text {
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding: 0 8px;
}
@media print, screen and (min-width: 1025px) {
  .c-kanban__page-title {
    font-size: 4.8rem;
    line-height: 1.2708333333;
    font-weight: 700;
    letter-spacing: 0em;
    letter-spacing: 5px;
    padding: 18px 0;
  }
  .c-kanban__page-title-sub {
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  .c-kanban__page-desc-text {
    text-align: center;
    margin-top: 30px;
    font-size: 1.8rem;
    font-family: "Noto Serif JP";
    letter-spacing: 5px;
    line-height: 1.5;
  }
}

.c-page-top-description {
  text-align: center;
  margin: 30px 0;
}
.c-page-top-description__main-text {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 700;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.c-page-top-description__sub-text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0em;
}
@media print, screen and (min-width: 1025px) {
  .c-page-top-description {
    margin: 50px 0;
  }
  .c-page-top-description__main-text {
    font-size: 3.8rem;
    line-height: 1.6052631579;
    font-weight: 700;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  .c-page-top-description__sub-text {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-weight: 500;
    letter-spacing: 0em;
  }
}

.c-section-title {
  position: relative;
  margin: 50px 0 25px;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  font-weight: 500;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
}
.c-section-title.--column {
  flex-flow: column;
  align-items: flex-start;
}
.c-section-title__num {
  padding: 0.4em 0.6em;
  background: #9A9A9A;
  color: #ffffff;
  margin-right: 0.4em;
  max-height: 2em;
}
.c-section-title__sub-text {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0em;
  padding-left: 20px;
  border-left: 5px solid #cccccc;
}
.c-section-title__main-text {
  font-size: 1.8rem;
  line-height: 1.2777777778;
  font-weight: 500;
  letter-spacing: 0em;
  padding-left: 20px;
  border-left: 5px solid #478838;
}
.c-section-title .c-btn-square {
  margin-top: 8px;
}
@media print, screen and (min-width: 1025px) {
  .c-section-title {
    font-size: 3.2rem;
    line-height: 1.5625;
    font-weight: 700;
    letter-spacing: 0em;
    margin-bottom: 0;
  }
  .c-section-title__num {
    max-height: 90px;
  }
  .c-section-title__main-text {
    font-size: 3.2rem;
    line-height: 1.5625;
    font-weight: 700;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  .c-section-title__sub-text {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-weight: 500;
    letter-spacing: 0em;
  }
  .c-section-title .c-btn-square {
    position: absolute;
    right: 0;
    bottom: 40px;
  }
}

.c-gallery-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.c-gallery-box__item {
  max-width: calc((100% - 8px) / 2);
}
@media print, screen and (min-width: 1025px) {
  .c-gallery-box {
    height: 250px;
    gap: 20px;
  }
  .c-gallery-box__item {
    height: 100%;
  }
  .c-gallery-box + .c-gallery-box {
    margin-top: 20px;
  }
}

.p-top-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-top-link-list__item {
  width: calc((100% - 8px) / 2);
}
@media print, screen and (min-width: 1025px) {
  .p-top-link-list {
    gap: 32px;
    max-width: calc(100vw - 40px);
  }
  .p-top-link-list__item {
    width: calc((100% - 96px) / 4);
  }
}/*# sourceMappingURL=order.css.map */