@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
/* =====================
	リセット・共通系
 ======================= */
body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.57143;
  letter-spacing: 0;
  color: #000000;
}

body *:before, body *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/** COMMON STYLE **/
.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.t-bold {
  font-weight: 700;
}

.inner {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

.fs-clientInfo .member-false .is-true {
  display: none !important;
}

.fs-clientInfo .member-true .is-false {
  display: none !important;
}

.section {
  padding: 64px 0;
}

.section:first-child {
  padding-top: 0;
}

.section:last-child {
  padding-bottom: 0;
}

.cmn_btn {
  display: block;
  width: 360px;
  max-width: 100%;
  text-align: center;
  padding: 12px;
  position: relative;
  border: 1px solid #C7C7C7;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.015em;
  border-radius: 4px;
  margin: 0 auto;
}

.cmn_btn:after {
  content: "";
  width: 48px;
  height: 48px;
  background: url(https://kyoyaec.itembox.design/item/images/common/btn_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cmn_btn:hover {
  color: #000000;
  opacity: 0.7;
}

.cmn_title {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin: 0;
}

.cmn_title_eng {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
}

.cmn_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 32px;
}

.cmn_category_list li {
  width: calc((100% - 40px) / 2);
}

.cmn_category_list li img {
  display: block;
}

/* PCのみ
  ------------------------ */
@media (min-width: 768px) {
  .forSP {
    display: none !important;
  }
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 767px) {
  .forPC {
    display: none !important;
  }
  /** COMMON STYLE **/
  .section {
    padding: 40px 0;
  }
  .cmn_btn {
    width: 300px;
    font-size: 16px;
  }
  .cmn_title {
    font-size: 24px;
  }
  .cmn_title_eng {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .cmn_category_list {
    row-gap: 8px;
    margin-bottom: 40px;
  }
  .cmn_category_list li {
    width: 100%;
  }
  .cmn_category_list li a {
    display: block;
    position: relative;
  }
  .cmn_category_list li a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cmn_category_list li a:after {
    content: "";
    width: 48px;
    height: 48px;
    background: url(https://kyoyaec.itembox.design/item/images/common/btn_arrow_white.svg) no-repeat center/contain;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .cmn_category_list li a span {
    position: absolute;
    top: 50%;
    left: 48px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.015em;
  }
}

/*# sourceMappingURL=map/common.css.map */
