@charset "UTF-8";
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
.body {
  font-size: 16px;
}
.common-notes {
  font-size: 14px;
  text-align: center;
}

/* *********************************
*
* components
*
********************************* */
/* ======================== 
  container
======================== */
.inner--lr {
  max-width: 1336px;
  padding: 0 16px;
  margin: 0 auto;
}
.inner {
  max-width: 1064px;
  padding: 0 16px;
  margin: 0 auto;
}
.inner--sm {
  max-width: 832px;
  padding: 0 16px;
  margin: 0 auto;
}
.bg-beige {
  background-color: #f4efe8;
}
.bg-white {
  background-color: #fff;
}
.bg-beige--grad {
  background: linear-gradient(#faf8f5 0% 5%, #f4efe8 5% 100%);
}
.bg-white--grad {
  background: linear-gradient(#faf8f5 0% 10%, #fff 10% 100%);
}
/* ======================== 
  headline
======================== */
.common-ttl--lr {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
.common-ttl {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.common-lead {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.common-num {
  font-size: 48px;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  color: #a28557;
  font-style: italic;
}

/* ======================== 
  media
======================== */
.media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
.media--rev {
  flex-direction: row-reverse;
}
.media--top {
  margin-bottom: 48px;
  align-items: flex-start;
}
.media li {
  width: 50%;
}
.media .media__body,
.media.media--inst .media__body {
  padding-left: 40px;
  padding-right: 0;
}
.media .media__img--sm {
  width: 30%;
}
.media--rev .media__body {
  padding-right: 40px;
  padding-left: 0;
}
.media .media__body .media__ttl {
  font-size: 36px;
  font-weight: bold;
  color: #a28557;
  padding-bottom: 16px;
  border-bottom: 3px solid #a28557;
  margin-bottom: 40px;
}
.media .media__body .media__ttl--noBd {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 48px;
}
.media .media__body .media__cont--icon {
  padding-left: 2em;
  text-indent: -1.25em;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 24px;
}
.media .media__body .media__cont--icon .icon {
  display: inline-block;
  width: 20px;
}
.media .media__body .media__cont--icon .icon img {
  display: block;
}
.media.media--inst {
  margin-bottom: 0;
}

/* ======================== 
  table
======================== */
.table {
  width: 100%;
  border-collapse: collapse;
}
.table--default tr:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.table--default th:not(:last-child),
.table--default td:not(:last-child) {
  border-right: 2px solid #fff;
}
.table th,
.table td {
  padding: 20px 16px;
}
.table th {
  color: #fff;
  text-align: center;
  background: #a28557;
  font-weight: bold;
}
.table--default tr:nth-child(odd) td,
.table--default.rev tr:nth-child(even) td {
  background: #e3cfaf;
}
.table--default tr:nth-child(even) td,
.table--default.rev tr:nth-child(odd) td {
  background: #f1e1c6;
}
/* non-background */
.table--nonBg {
  border: 2px solid #a28557;
}
.table--nonBg th {
  border-bottom: 2px solid #fff;
}
.table--nonBg tr:last-child th {
  border: none;
}
.table--nonBg td {
  border-bottom: 2px solid #a28557;
  text-align: center;
}
.table--nonBg td:not(:last-child) {
  border-right: 2px solid #a28557;
}
.table--cent {
  text-align: center;
}
.table--cent td {
  vertical-align: middle;
}

/* ======================== 
  btn
======================== */
.btn {
  background: #a28557;
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  border: 2px solid #a28557;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  margin: auto;
  padding: 12px 8px;
  border-radius: 32px;
  width: 500px;
  font-family: "aktiv-grotesk-condensed", "Noto Sans JP", sans-serif;
}
.btn:visited {
  color: #fff;
}
.btn:hover {
  background: #fff;
  color: #a28557;
  transition: all 0.3s ease-in-out;
}
.btn::before {
  position: absolute;
  top: calc(50% - 10px);
  right: 32px;
  content: "";
  width: 50px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}
.btn:hover::before {
  border-bottom: 1px solid #a28557;
  border-right: 1px solid #a28557;
}
.btn.btn--ja {
  font-size: 24px;
}
.btn.btn-noArrow::before {
  display: none;
}

/* ======================== 
  header
======================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}
.header__inner {
  position: relative;
  width: 100%;
}
.header__inner .header__logo {
  width: 226px;
  position: relative;
  left: 1.7%;
  top: 30px;
  display: inline-block;
}
.menu-btn {
  width: 80px;
  height: 80px;
  background: #a28557;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: inline-block;
}
.menu-btn .menu-btn__icon {
  display: block;
  position: relative;
}
.menu-btn .menu-btn__icon::before,
.menu-btn .menu-btn__icon::after {
  content: "";
  background: #fff;
  height: 3px;
  position: absolute;
  margin: 0 0 0 -20px;
  display: block;
  transition: all 0.3s ease-out;
}
.menu-btn .menu-btn__icon::before {
  width: 32px;
  top: 0;
  left: 50%;
}
.menu-btn .menu-btn__icon::after {
  width: 22px;
  top: 10px;
  left: calc(50% + 10px);
}
.menu-btn.is-active .menu-btn__icon::before {
  transform: rotate(45deg);
  top: 4px;
  left: 43%;
  width: 32px;
  margin: 0 0 0 -11px;
}
.menu-btn.is-active .menu-btn__icon::after {
  transform: rotate(-45deg);
  top: 4px;
  left: calc(43% + 10px);
  width: 32px;
}
.menu-btn .menu-btn__text {
  text-align: center;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-top: 24px;
  font-size: 14px;
}
.menu-btn,
.menu-btn:focus,
.menu-btn:active {
  outline: none;
}
.menu-btn--open {
  background: #fff;
}
.menu-btn--open.is-active .menu-btn__icon::before,
.menu-btn--open.is-active .menu-btn__icon::after {
  background: #a28557;
  top: 14px;
}
/* header-contents */
.header__contents {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  display: none;
}
.header__contents .inner--lr {
  padding: 40px 16px 80px;
}
.header__contents .header__logo--menu {
  width: 226px;
  margin-bottom: 56px;
  display: inline-block;
}
.header__nav {
  display: flex;
  justify-content: space-between;
}
.header__nav .header__item {
  position: relative;
}
.header__nav .header__item > .header__link {
  display: inline-block;
  padding-bottom: 16px;
  font-family: "aktiv-grotesk-condensed", "Noto Sans JP", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
.header__nav .header__item > a:hover {
  color: #a28557;
  border-bottom: 2px solid #a28557;
}
.mega-menu-web,
.mega-menu-webConsult,
.mega-menu-system {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-49%);
  top: 100%;
  width: 90vw;
  margin: auto;
}
.mega-menu-system {
  left: 25%;
  transform: translateX(-24%);
}
.header__sub {
  display: flex;
  align-items: center;
  background: #f4efe8;
  padding: 16px 24px;
}
.header__sub .header__subItem {
  width: 25%;
}
.header__sub .header__subItem a {
  display: block;
}
.header__sub .header__subItem a img {
  margin-right: 14px;
  display: inline-block;
  width: 90px;
}
.header__sub .header__subItem a span {
  font-size: 14px;
  display: inline-block;
  padding-top: 20px;
}
.header__sub .header__subItem .mega-btn {
  display: block;
  padding: 8px 32px;
  background: #a28557;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
  position: relative;
}
.header__sub .header__subItem .mega-btn:last-of-type {
  margin-bottom: 0;
}
.header__sub .header__subItem .mega-btn::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 7px;
  height: 7px;
  border: 3px solid transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

/* ======================== 
  footer
======================== */
.footer {
  background: #eeeeee;
  margin: 0 auto;
}
.footer__inner {
  max-width: 1064px;
  padding: 56px 16px 64px;
  margin: 0 auto;
}
.footer__inner.footer__inner--top {
  padding: 200px 16px 64px;
}
.footer__menu {
  display: flex;
  margin-bottom: 48px;
}
.footer__menu .footer__info {
  margin-right: 12%;
}
.footer__menu .footer__logo {
  width: 225px;
  margin: 0 auto 24px;
}
.footer__menu .footer__address {
  text-align: center;
  font-size: 14px;
  margin-bottom: 24px;
}
.footer__menu .footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__menu .footer__sns li {
  margin: 0 8px;
}
.footer * a {
  display: block;
}
.footer__menu .footer__sns a img {
  width: 16px;
  height: 16px;
}
.footer__gnav:first-of-type {
  margin-right: 14.3%;
}
.footer__gnav .footer__link {
  margin-bottom: 16px;
}
.footer__gnav-sub .footer__submenu {
  font-size: 13px;
  padding-left: 16px;
}
.footer__copy {
  font-size: 12px;
  text-align: center;
  display: block;
}

/* ======================== 
  page-header
======================== */
.page-header {
  position: relative;
  height: 265px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 0;
}
.page-header-ttl {
  font-family: "aktiv-grotesk-condensed", "Noto Sans JP", sans-serif;
  color: white;
  font-size: 48px;
  text-align: center;
  position: relative;
  font-style: italic;
  z-index: 1;
}
/* 各ページ画像設定 */
.page-header.company {
  background: url("/_common/img/bg_company.jpg") top -200px center no-repeat;
  background-size: cover;
}
.page-header.news {
  background: url("/_common/img/bg_news.jpg") top -200px center no-repeat;
  background-size: cover;
}
.page-header.contact {
  background: url("/_common/img/bg_contact.jpg") top -200px center no-repeat;
  background-size: cover;
}
.page-header.it_support {
  background: url("/_common/img/bg_support.jpg") center center no-repeat;
  background-size: cover;
}
.page-header.others {
  background: url("/_common/img/bg_others.jpg") top -260px center no-repeat;
  background-size: cover;
}
.page-header.liq {
  background: url("/_common/img/bg_liqyud.jpg") center center no-repeat;
  background-size: cover;
}
.page-header.mitsumoru {
  background: url("/_common/img/bg_mitsumoru.jpg") bottom -100px center no-repeat;
  background-size: cover;
}
.page-header.listing {
  background: url("/_common/img/bg_listing.jpg") top -200px center no-repeat;
  background-size: cover;
}
.page-header.instory {
  background: url("/_common/img/bg_ig.jpg") bottom center no-repeat;
  background-size: cover;
}
.page-header.seo {
  background: url("/_common/img/bg_seo.jpg") bottom center no-repeat;
  background-size: cover;
}
.page-header.consult {
  background: url("/_common/img/bg_consult.jpg") center center no-repeat;
  background-size: cover;
}

/* ======================== 
  page-section
======================== */
.page-section__container,
.page-section__container--rev {
  position: relative;
}
.page-section__container::before,
.page-section__container--rev::before {
  position: absolute;
  content: "";
  top: -5%;
  border: 150px solid transparent;
}
.page-section__container::before {
  right: 0;
  border-right: 800px solid #a28557;
}
.page-section__container--rev::before {
  left: 0;
  border-left: 800px solid #a28557;
}
.page-section__container .page-section,
.page-section__container--rev .page-section {
  overflow: hidden;
  max-height: 500px;
  position: relative;
}
.TOP .page-section__container .page-section,
.TOP .page-section__container--rev .page-section {
  max-height: 320px;
}
.page-section__container .page-section::before,
.page-section__container--rev .page-section::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.page-section__container .page-section {
  transform: skewY(-174deg);
}
.page-section__container--rev .page-section {
  transform: skewY(-8deg);
}
.page-section__container .page-section::after,
.page-section__container--rev .page-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  min-height: 500px;
}
.TOP .page-section__container .page-section::after,
.TOP .page-section__container--rev .page-section::after {
  min-height: 320px;
}
.page-section__container .page-section img {
  transform: skewY(174deg) scale(1.3) translateY(-15%);
}
.page-section__container--rev .page-section img {
  transform: skewY(8deg) scale(1.3);
}
.page-section__container .page-section .page-section__ttl,
.page-section__container--rev .page-section .page-section__ttl {
  position: relative;
  z-index: 1;
  position: absolute;
  top: 40%;
  margin: auto;
}
.section-ttl {
  font-family: "aktiv-grotesk-condensed", "Noto Sans JP", sans-serif;
  color: white;
  line-height: 1;
  font-size: 100px;
  font-style: italic;
  max-width: 1032px;
}
.TOP .section-ttl {
  font-size: 60px;
}
.page-section__container .page-section .page-section__ttl {
  left: 19.5%;
  transform: skewY(174deg);
}
.page-section__container .page-section .page-section__ttl--rev {
  right: 19.5%;
  left: auto;
}
.page-section__container--rev .page-section .page-section__ttl {
  right: 19.5%;
  transform: skewY(8deg);
  text-align: right;
}
.TOP .page-section__container--rev .page-section .page-section__ttl {
  left: 19.5%;
  transform: skewY(8deg);
  text-align: left;
}
.page-section__container .page-section .page-section__ttl span,
.page-section__container--rev .page-section .page-section__ttl span {
  display: block;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 8px;
}

.page-section__container .page-section .page-section-ttl--flex,
.page-section__container--rev .page-section .page-section-ttl--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1032px;
  margin: auto;
  left: 0;
  right: 0;
}
.page-section__container .page-section .page-section-ttl--flex .page-lead,
.page-section__container--rev .page-section .page-section-ttl--flex .page-lead {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 48%;
}

/* *********************************
*
* top
*
********************************* */
/*====== kv =====*/
.hero {
  width: 100%;
  position: relative;
}
.hero::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 0 0 174px 100vw;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 30vh 0 0 50vw;
  border-color: transparent transparent transparent #a28557;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero .slider {
  width: 100%;
  position: relative;
  height: 90vh;
  overflow: hidden;
}
.hero .slider__item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.hero .slider__item .slider__copy {
  animation: kf-kvcopy-animation 40s linear 0s infinite;
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 40%;
  transform: translateY(-40%);
}
.hero .slider__item:nth-child(1) .slider__copy{
  left: 7%;
}
.hero .slider__item:nth-child(1) .slider__copy h2{
  font-size: 55px;
  font-weight: bold;
  line-height: 1.5;
}
.hero .slider__item:nth-child(1) .slider__copy h2 span{
  display: block;
  margin-top: 32px;
  font-family: 'aktiv-grotesk-condensed', sans-serif;
  font-size: 32px;
  font-weight: bold;
}
.hero .slider__item:nth-child(2) .slider__copy{
  right: 7%;
  max-width: 650px;
}
.hero .slider__item:nth-child(3) .slider__copy{
  right: 8%;
  max-width: 560px;
}
.hero .slider__item:nth-child(4) .slider__copy{
  right: 7%;
  max-width: 750px;
}
.hero .slider__item:nth-child(5) .slider__copy{
  right: 0;
  max-width: 720px;
}
.hero .slider__item:nth-child(5) .slider__copy h2{
  font-size: 55px;
  font-weight: bold;
  line-height: 1.1;
}
.hero .slider__item:nth-child(5) .slider__copy h2 span{
  background: #fff;
  display: inline-block;
  margin-bottom: 16px;
  padding: 0 8px 16px;
}
.hero .slider__item:nth-child(5) .slider__copy h2 span:last-child{
  margin-left: 2em;
}
.hero .slider__item .slider__img {
  animation: kf-kvimg-animation 40s linear 0s infinite;
  opacity: 0;
  width: 100%;
  height: 90vh;
}
.hero .slider__item:nth-child(1) .slider__img{
  background: url('/_common/img/img_kv01_pc.jpg') top center no-repeat;
  background-size: cover;
}
.hero .slider__item:nth-child(2) .slider__img{
  background: url('/_common/img/img_kv03_pc.jpg') top left no-repeat;
  background-size: cover;
}
.hero .slider__item:nth-child(3) .slider__img{
  background: url('/_common/img/img_kv04_pc.jpg') top left no-repeat;
  background-size: cover;
}
.hero .slider__item:nth-child(4) .slider__img{
  background: url('/_common/img/img_kv05_pc.jpg') top left no-repeat;
  background-size: cover;
}
.hero .slider__item:nth-child(5) .slider__img{
  background: url('/_common/img/img_kv02_pc.jpg') top left -100px no-repeat;
  background-size: cover;
}

.hero .slider__item:nth-child(2) .slider__img,
.hero .slider__item:nth-child(2) .slider__copy {
  animation-delay: 8s;
}
.hero .slider__item:nth-child(3) .slider__img,
.hero .slider__item:nth-child(3) .slider__copy {
  animation-delay: 16s;
}
.hero .slider__item:nth-child(4) .slider__img,
.hero .slider__item:nth-child(4) .slider__copy {
  animation-delay: 24s;
}
.hero .slider__item:nth-child(5) .slider__img,
.hero .slider__item:nth-child(5) .slider__copy {
  animation-delay: 32s;
}
@keyframes kf-kvimg-animation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  5% {
    transform: scale(1.1);
    opacity: 1;
  }
  19% {
    transform: scale(1.2);
    opacity: 1;
  }
  25% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes kf-kvcopy-animation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  19% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.hero .slider__text {
  position: absolute;
}
.slick-slider button {
  display: none;
}
.hero__footer {
  position: absolute;
  left: 7%;
  z-index: 5;
  bottom: 0;
  width: 40px;
  height: 200px;
}
.hero__footer a {
  display: block;
}
.hero__footer .hero__scroll-btn {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 12px;
  color: #fff !important;
  font-weight: bold;
  position: relative;
  transform: rotate(90deg);
  display: inline-block;
  text-align: center;
}
.hero__footer .hero__scroll-line {
  width: 72px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 7em;
  left: -40%;
  z-index: 5;
  transform: rotate(90deg);
  animation: kf-arrow 2s linear infinite;
}
@keyframes kf-arrow {
  0%,
  50%,
  100% {
    transform: translateY(0) rotate(90deg);
  }
  30% {
    transform: translateY(15px) rotate(90deg);
  }
}

/*====== greeting =====*/
.Greeting {
  position: relative;
  background-color: #fff;
}
.Greeting::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  background: #fff;
  bottom: -200px;
  left: 0;
}
.greeting__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.greeting__body .greeting__catch {
  width: 58.8%;
  padding-right: 72px;
}
.greeting__body .greeting__img {
  width: 41%;
}
.greeting__body .greeting__catch .common-ttl--lr {
  text-align: left;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 56px;
}
.greeting__body .greeting__catch .common-ttl--lr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #d2be9f;
}
.greeting__body .greeting__catch .greeting__lead {
  font-weight: 500;
}
/*====== skew relation responsive =====*/
.skew-rectangular,
.skew-rectangular--rev {
  position: relative;
}
.skew-rectangular::before,
.skew-rectangular--rev::before,
.skew-rectangular::after,
.skew-rectangular--rev::after {
  position: absolute;
  content: "";
  min-height: 540px;
  transform: skewY(174deg);
}
.relationship::before {
  top: 0;
  right: 0;
  width: 87.5%;
  background: #f4efe8;
}
.relationship::after {
  top: 120px;
  left: 0;
  width: 26%;
  background: #d2be9f;
}
.responsiveness::before {
  top: 0;
  left: 0;
  width: 87.5%;
  background: #f4efe8;
}
.responsiveness::after {
  top: 120px;
  right: 0;
  width: 26%;
  background: #d2be9f;
}
.skew-ttl {
  font-size: 11.57vw;
  color: #e7ddcf;
  font-weight: bold;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  transform: skewY(174deg);
  line-height: 1;
  letter-spacing: -0.025em;
}
.skewconts__ttl {
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 1;
}
.skewconts__ttl--le {
  left: 5%;
}
.skewconts__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 15vw 0 150px;
}
.skewconts__container--rev {
  flex-direction: row-reverse;
  padding: 4vw 0 150px;
}
.skewconts__container .skewconts__img {
  width: 46.25%;
}
.skewconts__container .skewconts__conts {
  width: 40%;
}
.skewconts__container .skewconts__points {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
}
.skewconts__container .skewconts__points .num {
  color: #a28557;
  font-size: 100px;
  font-weight: bold;
  font-style: italic;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  line-height: 0.75;
  margin-right: 24px;
}
.skewconts__container .skewconts__points .point-ttl {
  line-height: 1.2;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.025em;
}
.skewconts__container .skewconts__conts .text {
  font-weight: 500;
}

/*====== system =====*/
.System-top .section-ttl{
  padding-top: 8%;
}
.sec-inner--top {
  padding: 196px 16px 40px;
}
.system--img {
  margin-top: -5%;
}
.sys-media__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto 80px;
}
.sys-media__container--rev {
  flex-direction: row-reverse;
}
.sys-media__container .sys-media__body {
  background: #fff;
  width: 533px;
  height: 533px;
  border-radius: 50%;
  position: relative;
  padding: 104px 64px;
}
.sys-media__container .sys-media__body .num {
  position: absolute;
  top: 25px;
  left: 0;
  color: #e9dfd0;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: bold;
  font-size: 88px;
  font-style: italic;
  letter-spacing: -0.075em;
}
.sys-media__container .sys-media__body .sys-media__ttl {
  font-size: 36px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.025em;
}
.sys-media__container .sys-media__body .sys-media__ttl.mitsumoru {
  font-size: 48px;
}
.sys-media__container .sys-media__body .sys-media__ttl.mitsumoru .sub-ttl {
  font-size: 24px;
  display: block;
}
.sys-media__container .sys-media__body .sys-media__ttl .eng-sub {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  color: #a28557;
  font-size: 18px;
  display: block;
  margin-bottom: 16px;
}
.sys-media__container .sys-media__body .sys-media__text {
  margin-bottom: 24px;
  font-weight: 500;
}
.sys-media__container .sys-media__body .btn {
  width: 80%;
}
.sys-media__container .sys-media__img {
  width: 49.8%;
}

/*====== web consultant =====*/
.TOP .consult-card__container {
  padding-top: 0;
}
.TOP .consult-card__item {
  width: calc((100% - 128px) / 3);
  margin-bottom: 0;
}
.TOP .consult-card__item:nth-child(odd) {
  margin-top: 0;
  margin-right: 0;
}
.TOP .consult-card__item:not(:last-child) {
  margin-right: 64px;
}
.TOP .consult-card__item:nth-child(2) {
  margin-top: 64px;
}
.TOP .consult-card__item:nth-child(3) {
  margin-top: 128px;
}
.TOP .consult-card__item .consult-card__text::before {
  display: none;
}
.TOP .consult-card__item .consult-card__body{
  padding: 24px;
}

/*====== news =====*/
.News-top {
  position: relative;
  background-color: #e4d7c1;
}
.News-top::before,
.News-top::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.News-top::before {
  border-style: solid;
  border-width: 174px 0 0 100vw;
  border-color: #fff transparent transparent transparent;
  top: 0;
  left: 0;
}
.News-top::after {
  border-style: solid;
  border-width: 174px 0 0 100vw;
  border-color: #e4d7c1 transparent transparent transparent;
  bottom: -174px;
  left: 0;
}
.news-top__ttl{
  text-align: center;
  font-size: 60px;
  margin: 0 auto 80px;
  font-family: 'aktiv-grotesk-condensed', sans-serif;
  font-weight: bold;
  font-style: italic;
  position: relative;
}
.news-top__ttl::before{
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background: #a28557;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.TOP .news__container {
  margin-bottom: 40px;
}

/* *********************************
*
* news
*
********************************* */
.News,
.Detail {
  padding: 136px 0 104px;
}
/* ======================== 
  pagination
======================== */
.pagination,
.detail-pagination {
  margin-bottom: 96px;
  display: flex;
  justify-content: center;
}
.pagination--btm,
.detail-pagination--btm {
  margin-bottom: 0;
}
.pagination__item,
.detail-pagination li {
  border: 3px solid #a28557;
  background: #fff;
  margin-right: 16px;
}
.pagination__item:last-child,
.detail-pagination li:last-child {
  margin-right: 0;
}
.pagination__item a {
  width: 50px;
  height: 50px;
  display: block;
  color: #a28557;
  text-align: center;
  padding: 4px 0;
  font-size: 36px;
  font-weight: bold;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-style: italic;
  line-height: 36px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.pagination__item a:hover,
.pagination__item a.current,
.detail-pagination li a:hover {
  background: #a28557;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.pagination__item a.prev::before,
.pagination__item a.next::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 3px solid transparent;
  border-top: 3px solid #a28557;
  top: 16px;
  margin: auto;
}
.pagination__item a.prev::before {
  border-left: 3px solid #a28557;
  transform: rotate(-45deg);
  left: 19px;
}
.pagination__item a.next::before {
  border-right: 3px solid #a28557;
  transform: rotate(45deg);
  right: 19px;
}
.pagination__item a.prev:hover::before,
.pagination__item a.next:hover::before {
  border-top-color: #fff;
  transition: all 0.3s ease-in-out;
}
.pagination__item a.prev:hover::before {
  border-left-color: #fff;
}
.pagination__item a.next:hover::before {
  border-right-color: #fff;
}
.news__container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 96px;
}
.news__item {
  width: 26%;
  margin-bottom: 40px;
}
.news__item:not(:nth-child(3n)) {
  margin-right: 11%;
}
.news__item a {
  display: block;
}
.news__item .news__img {
  height: 225px;
  overflow: hidden;
  margin-bottom: 16px;
}
.news__item .news__body .news__ttl {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}
.news__item .news__body .news__text {
  height: 5.5em;
  overflow: hidden;
}
/* ======================== 
  detail-pagination
======================== */
.detail-pagination {
  width: 62%;
  margin-left: auto;
  margin-right: auto;
}
.detail-pagination li {
  width: 16%;
}
.detail-pagination li.back {
  width: 61%;
}
.detail-pagination li a {
  transition: all 0.3s ease-in-out;
  display: block;
  text-align: center;
  padding: 8px 0;
  color: #a28557;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.detail-pagination li.back a {
  background: #a28557;
  color: #ffffff;
}
.detail-pagination li.back a:hover {
  color: #a28557;
  background: #ffffff;
}

.detail__container {
  margin-bottom: 96px;
}
.detail__container .detail__ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.detail__container .detail__img {
  max-height: 540px;
  margin-bottom: 40px;
}
.detail__container .detail__text {
  margin-bottom: 32px;
}

/* *********************************
*
* company
*
********************************* */
/* ======================== 
  intro
======================== */
.Company.introduction {
  padding: 156px 0;
}
/* ======================== 
  message
======================== */
.Msg .inner--lr,
.Access .inner--lr {
  padding: 176px 16px;
}
.msg__container {
  display: flex;
  justify-content: space-between;
}
.msg__conts {
  width: 42%;
  font-weight: bold;
}
.msg__conts .msg__text {
  margin-bottom: 32px;
  font-size: 20px;
}
.msg__conts .msg__signature {
  text-align: right;
  font-size: 18px;
}
.msg__img {
  width: 48%;
  margin-top: 104px;
}
/* ======================== 
  access
======================== */
.img-pos--access {
  margin-top: -350px;
}
.access-info {
  text-align: center;
  margin: 0 auto 64px;
  font-weight: 500;
  font-size: 18px;
}
.access-info__logo {
  max-width: 306px;
  margin: 0 auto;
}
.access-info__logo figcaption {
  display: block;
  margin-bottom: 32px;
}
.access-info__add {
  margin-bottom: 32px;
}
.access-info__contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.access-info__contacts li:not(:last-child) {
  margin-right: 20px;
}
.access-info__contacts li img {
  margin-right: 8px;
  width: 20px;
  display: inline-block;
  margin-top: 8px;
}
.access-map {
  width: 100%;
  height: 508px;
  margin-bottom: 96px;
}

/* *********************************
*
* IT support
*
********************************* */
.CmnIntro,
.Costs,
.Website,
.Works {
  padding: 104px 0;
}
.service__container {
  padding: 64px;
  background: #fff;
}
.service__container--mgb {
  margin-bottom: 64px;
}
.service__lead {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
}
.service__lead:last-of-type {
  margin-bottom: 0;
}
.service__container .media {
  margin-bottom: 0;
  margin-top: 64px;
}
.service__container .media__body .media__ttl {
  font-size: 24px;
  border: none;
}
.itSupport .inner {
  padding: 88px 16px;
}
.itSupport .media__body .media__ttl .media__ttl--sns {
  width: 136px;
  display: inline-block;
  vertical-align: sub;
  margin-left: 16px;
}
.Costs,
.Works {
  background: #f4efe8;
}
.costs__ttl {
  margin-bottom: 64px;
  font-weight: bold;
  text-align: center;
  font-size: 36px;
}
.costs__container {
  display: flex;
  margin-bottom: 80px;
}
.costs__container .costs__table {
  padding-right: 40px;
  width: 50%;
}
.costs__container .costs__table .table {
  margin-bottom: 24px;
}
.table__note {
  margin-bottom: 4px;
  padding-left: 2em;
  text-indent: -2em;
}

/* *********************************
*
* liqyudworks
*
********************************* */
.service__ttl {
  font-size: 120px;
  letter-spacing: -0.025em;
  text-align: center;
  line-height: 0.6;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 64px;
}
.liqyud-license {
  display: flex;
  justify-content: space-between;
}
.liqyud-license .liqyud-license__ver {
  font-size: 14px;
}
.liqyud-license .liqyud-license__logo {
  width: 226px;
}
.sec-inner {
  padding: 96px 16px;
}
/* mitsumoru 共通 */
.unit-liq,
.unit-mit {
  margin-bottom: 96px;
}
.unit-mit.unit-mit--sm {
  max-width: 680px;
  margin: 0 auto 96px;
}
.unit-mit .common-num,
.unit-liq .common-num {
  font-size: 60px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
.unit-mit figure,
.unit-mit figcaption,
.unit-liq figure,
.unit-liq figcaption {
  display: block;
}
.unit-mit .text,
.unit-liq .text {
  margin-bottom: 40px;
}
.unit-mit .img--sm,
.unit-liq .img--sm {
  width: 66%;
  display: block;
  margin: auto;
}
.unit-mit .table,
.unit-liq .table {
  margin-bottom: 32px;
}

/* *********************************
*
* mitsumoru
*
********************************* */
.mitsumoru__other,
.mitsumoru__conclusion {
  margin-bottom: 80px;
}
.mitsumoru__other-ttl {
  font-size: 36px;
  font-weight: bold;
  color: #a28557;
  margin-bottom: 48px;
  text-align: center;
}
.mitsumoru__text {
  padding-left: 2em;
  text-indent: -1.25em;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 24px;
}
.mitsumoru__text:last-of-type {
  margin-bottom: 0;
}
.mitsumoru__text .icon {
  display: inline-block;
  width: 20px;
}
.mitsumoru__text .icon img {
  display: block;
}
.mit__fv {
  margin: 80px auto;
}
.mit-plan__table {
  text-align: center;
  margin-bottom: 40px;
}
.mit-plan__table,
.mit-plan__table tr:not(:last-child) {
  border: 2px solid #a28557;
}
.mit-plan__table tr td:not(:last-child) {
  border-right: 2px solid #a28557;
}
.mit-plan__table tr:not(:first-child) th {
  background: #ccb899;
  border-right: 2px solid #a28557;
}
.mit-plan__table tr:first-child th:not(:last-child) {
  border-right: 2px solid #ccb899;
}

/* *********************************
*
* instory
*
********************************* */
.instory__logo {
  max-width: 808px;
  margin: 0 auto 24px;
  text-align: center;
}
.instory__container {
  padding: 48px;
  background: #fff;
  box-shadow: 0 8px 90px 0 rgba(0, 0, 0, 0.07);
}
.instory__ttl {
  font-size: 50px;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
.instory__feat {
  font-weight: bold;
  margin-bottom: 48px;
  line-height: 1.5;
  display: flex;
}
.instory__feat .merit,
.instory__feat .demerit {
  padding: 12px;
  text-align: center;
  margin-right: 24px;
  border-radius: 8px;
  width: 116px;
  color: #fff;
  font-family: "aktiv-grotesk-condensed", sans-serif;
}
.instory__feat .merit {
  background: #ec9147;
}
.instory__feat .demerit {
  background: #4fa1ad;
}
.instory__lead {
  margin: 40px auto;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.Diff .diff__img {
  margin-top: -40%;
}
.Point .point__img {
  margin-top: -8%;
}
.basic-card {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.basic-card li {
  width: calc(100% / 3 - 96px);
}
.basic-card li:not(:last-child) {
  margin-right: 96px;
}
.basic-card .basic-card__img {
  margin: 0 auto 40px;
}
.basic-card .basic-card__text {
  font-size: 18px;
  font-weight: bold;
}
.basic-card .basic-card__img img {
  display: block;
  margin: auto;
}
.basic-card .basic-card__img .pic {
  width: 118px;
}
.basic-card .basic-card__img .ig {
  width: 85px;
}
.basic-card .basic-card__img .hash {
  width: 90px;
}
.basic-card .basic-card__img .opt {
  width: 96px;
}
.basic-card .basic-card__img .seo {
  width: 118px;
}
.other-point__container {
  display: flex;
  justify-content: space-around;
  margin: 40px auto 56px;
}
.other-point__container .instory__container {
  width: 32%;
}
.other-point__container .basic-card li {
  width: 100%;
}
.step-point__container {
  display: flex;
  justify-content: space-between;
}
.step-point__container li {
  position: relative;
  background: #fff;
  box-shadow: 0 8px 90px 0 rgba(0, 0, 0, 0.07);
  width: calc((100% - 64px) / 3);
}
.step-point__container li .num {
  color: #e9dfd0;
  font-size: 88px;
  text-align: center;
  position: absolute;
  top: -88px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-style: italic;
  font-weight: bold;
}
.step-point__container li .step-point__ttl {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin: 56px auto 40px;
}
.Price .price__img {
  margin-top: -5%;
}
.Price .price__container {
  margin-bottom: 16px;
  display: flex;
  border: 1px solid #a28557;
  background: #fff;
}
.Price .price__container .price__desc {
  width: 50%;
  font-weight: bold;
}
.Price .price__container .price__desc dt {
  text-align: center;
  padding: 8px 16px;
  font-size: 24px;
}
.Price .price__container .price__desc dt.emphasis {
  background: #a28557;
  color: #fff;
}
.Price .price__container .price__desc dt.normal {
  background: #f4efe8;
  color: #a28557;
}
.Price .price__container .price__desc dt.normal,
.Price .price__container .price__desc dd.normal {
  border-left: 1px solid #a28557;
}
.Price .price__container .price__desc dd {
  padding: 24px;
}
.Price .price__container .price__desc dd.normal {
  padding: 0 24px;
}
.Price .price__container .price__desc dd .price__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.Price .price__container .price__desc dd .price__table th {
  padding-right: 16px;
  vertical-align: middle;
  text-align: left;
  letter-spacing: -0.025em;
  width: 30%;
}
.Price .price__container .price__desc dd .price__table td {
  font-size: 24px;
  letter-spacing: -0.025em;
  padding: 16px 0;
}
.Price .price__container .price__desc dd .price__table td .price {
  font-size: 60px;
  color: #a28557;
  line-height: 1.4;
}
.Price .price__container .price__desc dd .price__table td small {
  font-size: 16px;
}
.instory-bnr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.instory-bnr li {
  width: 45%;
}

/* *********************************
*
* other service
*
********************************* */
.service__points {
  width: 70%;
  margin: 0 auto 64px;
}
.service__container .common-lead:first-of-type {
  margin-bottom: 64px;
}
.service__points p:not(:last-of-type),
.common-points:not(:last-of-type) {
  margin-bottom: 24px;
}
.service__points p::before,
.common-points::before {
  content: "◉\00A0\00A0";
  color: #a28557;
}
.common-points {
  padding-left: 16px;
  text-indent: -1.5em;
}
.Website > .inner {
  padding-top: 96px;
}
.website-ttl {
  font-weight: bold;
  font-size: 30px;
  color: #a28557;
  position: relative;
  padding-left: 48px;
  margin-bottom: 32px;
}
.website-ttl::before {
  content: "";
  width: 40px;
  height: 3px;
  background: #a28557;
  position: absolute;
  top: 50%;
  left: 0;
}
.steps__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 96px;
}
.steps__container li {
  width: 43%;
}
.steps__container li:nth-child(even) {
  margin-top: 96px;
}
.steps__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.steps__note {
  margin-bottom: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
.steps__note::before {
  content: "◉";
  color: #a28557;
}
.Website .table {
  margin-bottom: 32px;
}
.Website .btn {
  margin-top: 80px;
}

/* *********************************
*
* listing, seo
*
********************************* */
.sns-ad__img {
  max-width: 480px;
  margin: 0 auto 88px;
}
.listing-flow {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 48px;
}
.listing-flow th,
.listing-flow td {
  vertical-align: text-top;
  font-weight: normal;
  text-align: left;
  padding-bottom: 24px;
}
.listing-flow th {
  position: relative;
  padding-right: 24px;
  width: 30%;
  text-align: right;
  color: #a28557;
  font-weight: bold;
  font-size: 18px;
}
.listing-flow th:not(.non-bd)::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #a28557;
  position: absolute;
  right: -2px;
  top: 8px;
}
.listing-flow th::after {
  content: "●";
  position: absolute;
  top: -1px;
  color: #a28557;
  right: -10px;
  font-size: 18px;
}
.listing-flow td {
  padding-left: 32px;
  width: 70%;
}
.card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.card__item:not(:last-child) {
  margin-right: 64px;
}
.card__item {
  width: calc((100% - 128px) / 3);
  background: #fff;
  padding: 24px;
}
.card__item--label {
  padding: 0;
  background: none;
  display: flex;
  margin-bottom: 96px;
}
.card__item--label .card__label {
  display: inline-block;
  background: #a28557;
  border-radius: 8px 8px 0 0;
  text-align: center;
  border: 2px solid #a28557;
  color: #fff;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: bold;
  font-family: "aktiv-grotesk-condensed", sans-serif;
}
.card__item--label .card__body {
  border: 2px solid #a28557;
  border-radius: 0 8px 8px 8px;
  background: #fff;
  padding: 16px;
  height: 100%;
}
.card__ttl {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #a28557;
  font-style: italic;
  text-align: center;
  padding-bottom: 16px;
  line-height: 0.9;
  border-bottom: 2px solid #a28557;
  margin-bottom: 24px;
}
.card__ttl span {
  font-size: 30px;
  display: block;
}
.media--listing {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 48px;
}
.media--listing .media__body {
  width: calc((100% / 3) * 2 + 64px);
}
.listing-table-summary {
  margin: 40px 0 96px;
  font-size: 20px;
  font-weight: bold;
}
.desc-list {
  display: flex;
  font-size: 14px;
  margin-bottom: 16px;
}
.desc-list dt {
  font-weight: bold;
  width: 30%;
}
.desc-list dd {
  width: 70%;
  padding-left: 12px;
}
.desc-list--horizontal {
  margin-bottom: 0;
  font-size: 14px;
}
.desc-list--horizontal dt {
  margin-bottom: 16px;
  font-weight: bold;
}
.listing-th th {
  width: 20%;
  vertical-align: middle;
  padding: 16px 12px;
}
.seo-about-text {
  margin-bottom: 96px;
}
/* *********************************
*
* consult
*
********************************* */
.consult-card__container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 88px;
}
.consult-card__item {
  border: 2px solid #a28557;
  border-radius: 30px;
  width: calc((100% - 64px) / 2);
  background: #fff;
  margin-bottom: 88px;
}
.consult-card__item:nth-child(odd) {
  margin-right: 64px;
  margin-top: -88px;
}
.consult-card__item .consult-card__img img {
  border-radius: 30px 30px 0 0;
}
.consult-card__item .consult-card__body {
  padding: 40px;
  border-radius: 0 0 30px 30px;
}
.consult-card__item .consult-card__ttl {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  margin-bottom: 32px;
}
.consult-card__item .consult-card__text {
  margin-bottom: 16px;
  position: relative;
  font-weight: bold;
  padding-left: 24px;
}
.consult-card__item .consult-card__text.break {
  margin-bottom: 40px;
}
.consult-card__item .consult-card__text::before,
.consult-card__item .consult-card__text::after {
  content: "";
  position: absolute;
}
.consult-card__item .consult-card__text::before {
  width: 20px;
  height: 20px;
  background: #a28557;
  border-radius: 50%;
  top: 5px;
  left: 0;
}
.consult-card__item .consult-card__text::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 11px;
  left: 5px;
}
.consult-card__item .consult-card__text span {
  position: relative;
  padding-left: 16px;
}
.consult-card__item .consult-card__text span::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  top: 50%;
  left: 0;
  background: #a28557;
}
.consult-card__item .btn {
  width: 80%;
}

/* *********************************
*
* contact
*
********************************* */
/* ======================== 
  intro
======================== */
.Contact.introduction {
  padding: 112px 0;
}
.Contact.introduction > .inner--sm,
.Form > .inner--sm {
  max-width: 900px;
}
.contact-info__container {
  padding: 60px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background: #fff;
  margin: 0 auto;
}
.contact-info__item {
  width: 47%;
}
.contact-info__item .contact-info__ttl {
  font-size: 24px;
  padding-bottom: 24px;
  position: relative;
  font-weight: 400;
  margin-bottom: 32px;
}
.contact-info__item .contact-info__ttl::after {
  position: absolute;
  content: "";
  border: 1px solid #a28557;
  width: 60px;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.contact-info__item .contact-info__lead {
  font-size: 14px;
}
.contact-info__item .contact-info__tel {
  font-size: 36px;
  color: #a28557;
  margin-bottom: 24px;
}
.contact-info__item .contact-info__tel img {
  width: 36px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.Form > .inner--sm {
  padding: 112px 16px;
}
.form-info {
  margin-bottom: 64px;
  text-align: center;
}
.form-info .form-info__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.form-info .form-info__lead {
  text-align: left;
  margin-bottom: 64px;
}
.form-info .form-info__desc {
  text-align: center;
}

.form__container {
  margin-bottom: 40px;
  border-collapse: collapse;
  width: 100%;
}
.form__container th,
.form__container td {
  padding-bottom: 32px;
  font-weight: 400;
  text-align: left;
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
}
.form__container .form__ttl {
  width: 24%;
  padding-right: 16px;
}
.form__container .form__required {
  width: 9%;
  padding-right: 24px;
}
.form__container .form__required .form-required {
  margin: 0;
}
.form__container .form__input {
  width: 67%;
}
.form__container .form__input .input-text {
  background: #fff;
  border: none;
  padding: 16px;
  display: block;
  width: 100%;
}
.form__container .form__input .input-text.textarea {
  height: 165px;
}
.form__container .form__input input[type="radio"] {
  display: none;
}
.form__container .form__input input[type="radio"] + label {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}
.form__container .form__input input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  border-radius: 50%;
}

.form__container .form__input input[type="radio"]:checked + label::before {
  border-color: #0075ff;
}
.form__container .form__input input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #0075ff;
  border-radius: 50%;
}
.form-notice {
  margin-bottom: 80px;
  font-size: 12px;
}

/* *********************************
*
* works
*
********************************* */

.works {
	width: 1200px;
	max-width:94%;
	min-height: 400px;
	margin: 50px auto 40px;
	background: #FFF;
	padding: 50px 0;
}
.works h4 {
	margin-left: 40px;
}

.pager  ul.pagination {
  text-align: center;
  margin: 10px 0 30px 0;
  padding: 0;
}

.pager .pagination li {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#FFF;
  border: solid 1px #ccc;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
    font-size: 14px;
}

  .pager .pagination li.pre,
  .pager .pagination li.next{
      width: 30px;
  }

 .pager .pagination li.pre a,
  .pager .pagination li.next a{
       box-sizing: border-box;
    }

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center!important;
  display:table;
  color: #000;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li span{
  display:table-cell!important;
  justify-content: center!important;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #FFF;
  background: #4D657D;
}


.pager pagination li.pagerTit {
	text-align: center!important;
	font-weight: bold;
	padding-top: 5px;
}

  .pager .pagination li.pre,
  .pager .pagination li.next{
      box-sizing: border-box;
}

 .pager .pagination li.pre a,
  .pager .pagination li.next a{
       box-sizing: border-box;
    }


/* blog - article */
.news-article-wrap {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.news-article {
    text-align: left;
}
.news-article .thumb {
	/*padding-top: 91.29%;*/
 }
.news-article .thumb a img {
	-webkit-transition: .5s;
	transition: .5s;
    width: 100%;
    height: 250px;    
  object-fit: cover; /* 中央でトリミング */

}
.news-article .thumb a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.news-article .title {
	color: #000;
	font-weight: 500;
}

.news-article .more {
	text-align: right;
}



	/* pager */
	.pager-list:first-child,
	.pager-detail:first-child {
		margin-top: 30px;
	}
	.pager-list:last-child,
	.pager-detail:last-child {
		margin-bottom: 30px;
	}

	/* blog - post */
	.news__post {
		margin-bottom: 10px;
	}

    .news__post p {
        width: 800px;
        margin: 10px auto;
    }

	.news__title {
		margin-bottom: 35px;
		font-size: 22px!important;
	}

	/* blog - article */
	.news-article-wrap {
		padding: 10px 1.28%;
	}

	.news-article {
		width: 28%;
		margin: 10px 2% 60px;
	}

	.news-article .thumb {
		margin-bottom: 15px;
	}

	.news-article .title {
		font-size: 20px;
		margin-bottom: 5px;
	}
	
	.news-article .cont {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	.news-article .more {
		font-size: 16px;
	}



/* 高解像度ディスプレイ */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
}
