@charset "UTF-8";
@font-face {
  font-family: "futura";
  src: url("../fonts/futura medium bt.ttf") format("ttf");
}
/****************************************************************************
************  PC  共通
****************************************************************************/
.sec-title h2 {
  font-size: 56px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec-title h2 span {
  color: #F82D2D;
}

.en {
  font-family: "futura";
}

.main-title h3 {
  font-size: 30px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-title p {
  font-size: 18px;
  margin-top: 60px;
  line-height: 2;
}

.title-icon {
  position: relative;
}
.title-icon::after {
  content: "";
  display: block;
  background-image: url(../images/title-icon@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
}

.title-icon_about {
  position: relative;
}
.title-icon_about::after {
  content: "";
  display: block;
  background-image: url(../images/title-icon@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 160px;
  height: 160px;
  position: absolute;
  bottom: -20%;
  right: -160px;
  z-index: -1;
}

/**  ヘッダー
****************************************************************************/
#header {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.main-logo {
  width: 262px;
  height: 122px;
}
.main-logo img {
  width: 100%;
}

/**  フッター
****************************************************************************/
#footer {
  margin: 120px auto 0;
  padding-bottom: 30px;
}

.footer-logo {
  max-width: 384px;
  width: 80%;
}
.footer-logo img {
  width: 100%;
}

.footer-info {
  margin-top: 30px;
}
.footer-info ul {
  margin-bottom: 24px;
}
.footer-info ul li {
  font-size: 17px;
}

p.copyright {
  text-align: center;
  margin-top: 80px;
  font-size: 14px;
}

/****************************************************************************
************  SP  共通
****************************************************************************/
/****************************************************************************
************  レスポンシブ
****************************************************************************/
@media screen and (max-width: 780px) {
  .sec-title h2 {
    font-size: 24px;
    font-weight: bold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sec-title h2 span {
    color: #F82D2D;
  }
  .en {
    font-family: "futura";
  }
  .main-title h3 {
    font-size: 20px;
    font-weight: bold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .main-title p {
    font-size: 14px;
    margin-top: 30px;
    line-height: 2;
  }
  .title-icon {
    position: relative;
  }
  .title-icon::after {
    content: "";
    display: block;
    background-image: url(../images/title-icon@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 80%;
    right: -100px;
    transform: translateY(-50%);
  }
  .title-icon_about {
    position: relative;
  }
  .title-icon_about::after {
    content: "";
    display: block;
    background-image: url(../images/title-icon@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -70px;
    left: 0;
  }
  /**  ヘッダー
  ****************************************************************************/
  #header {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
  }
  .main-logo {
    width: 194px;
    height: 72px;
  }
  .main-logo img {
    width: 100%;
  }
  /**  フッター
  ****************************************************************************/
  #footer {
    margin: 60px auto 0;
    padding-bottom: 120px;
  }
  .footer-logo {
    max-width: 220px;
    width: 80%;
  }
  .footer-logo img {
    width: 100%;
  }
  .footer-info {
    margin-top: 20px;
  }
  .footer-info ul {
    margin-bottom: 14px;
  }
  .footer-info ul li {
    font-size: 15px;
  }
  p.copyright {
    text-align: center;
    margin-top: 50px;
    font-size: 12px;
  }
  p.copyright span {
    display: inline-block;
  }
}