@charset "utf-8";

/* common
---------------------------------------------------------- */
#header {
  background: none;
  margin-bottom: 40px;
}

#gNavi {
  display: none;
}

/* index.html
------------------------------------------------------*/
.hc-top {
  width: 733px;
  margin: 0 auto;
  padding: 50px 40px 60px;
  border: 2px solid #e9e3d3;
  border-radius: 10px;
  background: #fff;
}

.hc-top__bx {
  padding: 40px 0;
  background: #f8f6e7;
}

.hc-top__bx__t {
  margin-bottom: 20px;
  font-size: 123.07692%; /* 16px/13 */
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.hc-top__bx__bt {
  display: flex;
  justify-content: center;
  gap: 0 45px;
}

.hc-top__tw {
  margin-top: 40px;
}

.hc-top__tw > p {
  font-size: 100%; /* 13px/13 */
  line-height: 2;
}

.hc-top__tw > p + p {
  margin-top: 20px;
}

/* about.html
------------------------------------------------------*/
.hc-about__tt {
  margin-bottom: 20px;
  font-size: 269.23077%; /* 35px/13 */
  font-weight: 400;
  line-height: 1.5;
}

.hc-about__t {
  margin-bottom: 30px;
  font-size: 100%; /* 13px/13 */
  line-height: 2;
}

.hc-about__bx {
  display: flex;
  align-items: center;
  padding: 40px;
  border: 2px solid #e9e3d3;
  border-radius: 10px;
  background: #fff;
}

.hc-about__bx__c:nth-child(1) {
  padding-right: 30px;
}

.hc-about__bx__c:nth-child(2) {
  width: 100%;
}

.hc-about__bx__p img {
  width: 430px;
  height: 242px;
}

.hc-about__bx__ul > li {
  padding-left: 25px;
  background: url(../../common/img/ico/ico_arrow_right01.gif) no-repeat left center;
  font-size: 100%; /* 13px/13 */
  line-height: 1.5;
}

.hc-about__bx__ul > li > a {
  color: inherit;
  text-decoration: underline;
}

.hc-about__bx__ul > li > a:hover,
.hc-about__bx__ul > li > a:active {
  text-decoration: none;
}

.hc-about__bx__ul > li + li {
  margin-top: 15px;
}

.hc-modal__bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 300ms linear;
}

.hc-modal__bg::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  height: 200%;
  background: rgba(0, 0, 0, 0.8);
}

.hc-modal__wp {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1010;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0ms 300ms;
}

.hc-modal__wp__in {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.hc-modal__wp__in2 {
  width: 720px;
  margin: 0 auto;
  pointer-events: auto;
}

.hc-modal__hd {
  display: flex;
  margin-bottom: 2px;
  padding: 5px 10px;
  background: #e8e8e8;
}

.hc-modal__hd__c:nth-child(1) {
  width: 100%;
}

.hc-modal__hd__t {
  font-size: 92.30769%; /* 12px/13 */
  line-height: 1.4;
  text-align: left;
}

.hc-modal__hd__x {
  font-size: 92.30769%; /* 12px/13 */
  line-height: 1.4;
  text-align: right;
  white-space: nowrap;
}

.hc-modal__hd__x a {
  color: inherit;
  text-decoration: underline;
}

.hc-modal__hd__x a:hover,
.hc-modal__hd__x a:active {
  text-decoration: none;
}

.hc-modal__mv {
  position: relative;
  padding-top: 56.25%; /* 405/720*100% */
  overflow: hidden;
}

.hc-modal__mv__in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.hc-modal.is-show .hc-modal__bg {
  opacity: 1;
}

.hc-modal.is-show .hc-modal__wp {
  visibility: visible;
}
