@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
section {
  padding: 80px 0; }
  @media all and (max-width: 896px) {
    section {
      padding: 40px 0; } }

h2 {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 50px; }
  @media all and (max-width: 896px) {
    h2 {
      font-size: 4rem;
      margin-bottom: 20px; } }
  @media all and (max-width: 480px) {
    h2 {
      font-size: 3rem; } }

.more_btn {
  margin-top: 30px;
  justify-content: center;
  display: flex; }
  .more_btn a {
    padding: 7px 0;
    border-bottom: 1px solid #000;
    display: inline-block; }
    .more_btn a:hover:after {
      right: -5px; }
    .more_btn a:after {
      transition: all .3s;
      right: 0;
      position: relative;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f054";
      margin: 0 0 0 10px; }

.main {
  padding: 0;
  position: relative; }
  .main .area_main {
    width: 100%;
    height: 496px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/main.jpg") no-repeat center center/cover; }
    @media all and (max-width: 480px) {
      .main .area_main {
        height: 300px; } }
    .main .area_main h1 {
      max-width: 700px;
      width: 100%;
      margin: 0 auto;
      color: #fff;
      font-size: 5.5rem;
      text-align: center;
      letter-spacing: 5px;
      left: 0;
      right: 0;
      display: inline-block;
      position: absolute;
      filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); }
      @media all and (max-width: 480px) {
        .main .area_main h1 {
          max-width: 350px;
          font-size: 3rem;
          letter-spacing: 5px; } }

.intro {
  position: relative; }
  .intro:before {
    content: "";
    width: 15vw;
    height: 80vw;
    left: -4vw;
    bottom: -45vw;
    display: block;
    position: absolute;
    background: url("../../common/images/bg_point03.png") no-repeat left center/100% auto;
    z-index: -1; }
    @media all and (max-width: 896px) {
      .intro:before {
        opacity: 0.5; } }
    @media all and (max-width: 480px) {
      .intro:before {
        width: 15vw; } }
  .intro .area_intro > div {
    line-height: 2.8em; }
    @media all and (max-width: 480px) {
      .intro .area_intro > div {
        line-height: 2em; } }

.privacy {
  padding: 0 0 40px;
  position: relative; }
  @media all and (max-width: 480px) {
    .privacy {
      padding: 0 0 20px; } }
  .privacy:before {
    content: "";
    width: 15vw;
    height: 80vw;
    right: -4vw;
    bottom: -20vw;
    display: block;
    position: absolute;
    background: url("../../common/images/bg_point02.png") no-repeat left center/100% auto;
    z-index: -1; }
    @media all and (max-width: 896px) {
      .privacy:before {
        opacity: 0.5; } }
    @media all and (max-width: 480px) {
      .privacy:before {
        width: 15vw; } }
  .privacy .area_privacy > dl {
    margin: 0 0 40px;
    line-height: 2em; }
    @media all and (max-width: 480px) {
      .privacy .area_privacy > dl {
        line-height: 1.5em; } }
    .privacy .area_privacy > dl dt {
      font-size: 1.8rem;
      font-weight: bold; }
    .privacy .area_privacy > dl dd {
      margin: 10px 0 20px; }
      .privacy .area_privacy > dl dd ul {
        margin-left: 15px; }
        .privacy .area_privacy > dl dd ul li {
          margin-top: 5px; }
      .privacy .area_privacy > dl dd a {
        color: #245E9C; }
