@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%; }

body {
  background-image: url("/assets/images/bg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  -webkit-text-size-adjust: 100%;
  /*.fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;
    &.fadein-left {
      transform: translate(-30px, 0);
    }
    &.fadein-right {
      transform: translate(30px, 0);
    }
    &.fadein-up {
      transform: translate(0, -30px);
    }
    &.fadein-bottom {
      transform: translate(0, 30px);
    }
    &.scrollin {
      opacity: 1 !important;
      transform: translate(0, 0) !important;
    }
  }
  .feed-powered-by-es-feed-img {
    bottom: -10px !important;
  }
  a.feed-powered-by-es.feed-powered-by-es-center {
    display: none !important;
  }
  .es-page-list {
    margin: 0 !important;
  }*/ }
  @media screen and (max-width: 1080px) {
    body {
      font-size: 1.5rem;
      line-height: 1.9; } }
  body img {
    display: block; }
  body a {
    text-decoration: none;
    word-break: break-word; }
    body a:hover {
      opacity: .8;
      transition: 0.3s ease-in-out; }
    body a img:hover {
      opacity: .8;
      transition: 0.3s ease-in-out; }
  @media (min-width: 767px) {
    body a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none; } }

.pc {
  display: block !important; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 1080px) {
    .sp {
      display: block !important; } }

.logo {
  position: fixed;
  top: 3%;
  left: 3%;
  background-attachment: fixed;
  z-index: 99; }
  @media screen and (max-width: 1236px) {
    .logo {
      left: 1%; } }
  @media screen and (max-width: 1080px) {
    .logo {
      top: .3%;
      left: 1%; } }
  .logo img {
    width: 240px;
    height: auto; }
    @media screen and (max-width: 1080px) {
      .logo img {
        width: 140px; } }

header {
  position: fixed;
  top: 20%;
  right: 5%;
  z-index: 1;
  /* 背景スクロールを止めるクラス */ }
  @media screen and (max-width: 1236px) {
    header {
      right: 1%; } }
  header .gnavi-pc {
    height: auto;
    z-index: 100; }
    header .gnavi-pc .menu {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: nowrap; }
      header .gnavi-pc .menu li {
        width: 55px;
        height: 341px;
        margin: 0 0 25px; }
        header .gnavi-pc .menu li a {
          background-image: url("/assets/images/bg-nav.svg");
          background-position: top center;
          background-size: contain;
          background-repeat: no-repeat;
          width: 55px;
          height: 341px;
          display: block;
          line-height: 55px;
          color: #fff;
          writing-mode: vertical-rl;
          font-feature-settings: initial;
          font-size: 2rem;
          font-weight: 500;
          letter-spacing: 4px;
          padding: 50px 0 0; }
          header .gnavi-pc .menu li a:hover {
            opacity: .8; }
    header .gnavi-pc .sns-pc {
      width: 200px;
      height: 70px;
      background-image: url("/assets/images/bg-sns.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      header .gnavi-pc .sns-pc ul {
        width: 130px;
        margin: 0 auto;
        padding: 24px 0 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: nowrap; }
        header .gnavi-pc .sns-pc ul li {
          width: 22px;
          height: 22px; }
    @media screen and (max-width: 1080px) {
      header .gnavi-pc {
        display: none; } }
  header .no-scroll {
    overflow: hidden;
    height: 100%; }
  header .gnavi-sp {
    display: none; }
  header .openbtn {
    display: none; }
  @media screen and (max-width: 1080px) {
    header {
      /*×に変化*/ }
      header .gnavi-sp {
        display: block;
        position: fixed;
        opacity: 0;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100vh;
        transition: opacity 0.3s; }
        header .gnavi-sp .menu {
          display: block;
          justify-content: center;
          align-items: center;
          flex-wrap: nowrap;
          margin: 130px auto 0; }
          header .gnavi-sp .menu li {
            width: 315px;
            height: 51px;
            margin: 0 auto 20px; }
            header .gnavi-sp .menu li a {
              background-image: url("/assets/images/bg-nav-sp.svg");
              background-position: top center;
              background-size: contain;
              background-repeat: no-repeat;
              width: 315px;
              height: 51px;
              display: block;
              line-height: 51px;
              color: #fff;
              font-size: 1.8rem;
              font-weight: 500;
              letter-spacing: 4px;
              text-align: center; }
              header .gnavi-sp .menu li a:hover {
                opacity: .8; }
        header .gnavi-sp .sns-sp {
          width: 315px;
          height: 111px;
          margin: 0 auto;
          background-image: url("/assets/images/bg-sns-sp.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
          header .gnavi-sp .sns-sp ul {
            width: 200px;
            margin: 0 auto;
            padding: 36px 0 0;
            display: flex !important;
            justify-content: space-around;
            align-items: center;
            flex-wrap: nowrap; }
            header .gnavi-sp .sns-sp ul li {
              width: 35px;
              height: 35px; }
      header .gnavi-sp.panelactive {
        background-color: #222;
        opacity: .97;
        position: fixed;
        z-index: 999;
        width: 100%;
        overflow: auto;
        left: 0;
        -webkit-overflow-scrolling: touch; }
      header .openbtn {
        display: block;
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 22px;
        right: 3%;
        cursor: pointer;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background-image: url("/assets/images/bg-menu.svg");
        background-position: center center;
        background-size: 64px 64px;
        background-repeat: no-repeat; } }
    @media screen and (max-width: 1080px) and (max-width: 1080px) {
      header .openbtn {
        top: 13px; } }
  @media screen and (max-width: 1080px) {
      header .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 16px;
        height: 3px;
        border-radius: 2px;
        width: 48%;
        background-color: #fff;
        z-index: 10000; }
      header .openbtn span:nth-of-type(1) {
        top: 18px; }
      header .openbtn span:nth-of-type(2) {
        top: 28px; }
      header .openbtn span:nth-of-type(3) {
        top: 37px; }
      header .openbtn.active span:nth-of-type(1) {
        top: 22px;
        left: 16px;
        transform: translateY(6px) rotate(-45deg);
        width: 48%; }
      header .openbtn.active span:nth-of-type(2) {
        top: 34px;
        left: 16px;
        transform: translateY(-6px) rotate(45deg);
        width: 48%; }
      header .openbtn.active span:nth-of-type(3) {
        display: none; } }

.contents {
  width: 680px;
  height: 100%;
  margin: 0 auto;
  background-color: #222;
  padding: 20px 40px 0;
  box-sizing: border-box; }
  @media screen and (max-width: 1080px) {
    .contents {
      width: 100%;
      height: auto;
      padding: 110px 20px 0; } }
  @media screen and (max-width: 1080px) {
    .contents .breadcrumb {
      display: none; } }
  .contents .breadcrumb ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; }
    @media screen and (max-width: 1330px) {
      .contents .breadcrumb ul {
        margin: 0 20px; } }
    @media screen and (max-width: 1080px) {
      .contents .breadcrumb ul {
        overflow-x: scroll;
        white-space: nowrap; } }
    .contents .breadcrumb ul li {
      font-size: 1.2rem;
      position: relative;
      margin: 0 22px 0 20px;
      color: #fff; }
      .contents .breadcrumb ul li::after {
        width: 5px;
        height: 9px;
        content: "";
        background-image: url("../images/icon-arrow-wt.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 5px 9px;
        position: absolute;
        top: 7px;
        left: -15px;
        margin: auto;
        display: inline-block; }
      .contents .breadcrumb ul li:first-child {
        margin-left: 0; }
        .contents .breadcrumb ul li:first-child::after {
          left: unset;
          right: calc(-21px - 0.5rem); }
      .contents .breadcrumb ul li:nth-child(2)::after {
        content: none; }
      .contents .breadcrumb ul li:last-child {
        margin-right: 0; }
      .contents .breadcrumb ul li a {
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 3px; }
  .contents h1 {
    font-size: 3.6rem;
    color: #fff;
    text-align: center;
    margin: 30px 0 40px;
    letter-spacing: 1.6px;
    line-height: 1.5;
    background-image: url("/assets/images/h1-bg.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1080px) {
      .contents h1 {
        font-size: 2.8rem;
        margin: 50px 0 30px; } }
    .contents h1 img {
      width: 90%;
      height: auto;
      display: block;
      margin: 0 auto; }
    .contents h1 span {
      font-size: 1.4rem;
      letter-spacing: 1px;
      display: block;
      margin: 5px 0 0; }
    .contents h1.font-l {
      font-size: 4.8rem;
      line-height: 1; }
    .contents h1.font-s {
      font-size: 3.2rem;
      background: none;
      padding: 10px 0 0; }
    .contents h1.top {
      margin: 0 0 20px; }
  .contents .detail {
    margin: 0 0 40px;
    border-radius: 24px;
    background-image: url("/assets/images/bg-contents.jpg");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-color: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
    color: #333; }
    .contents .detail.result {
      background-image: url("/assets/images/bg-result.jpg");
      background-position: top center;
      background-size: cover;
      background-repeat: no-repeat;
    /*&::after {
          width: 600px;
          height: 200px;
          content: "";
  background-image: url("/assets/images/bg-result.svg");
          background-position: top center;
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          top: 0;
          left: 0;
          margin: auto;
          display: inline-block;
        }*/ }
      .contents .detail.result dl {
        text-align: center; }
        .contents .detail.result dl dt {
          margin: 0 0 30px; }
          .contents .detail.result dl dt p {
            font-size: 15rem;
            color: #F15A24;
            line-height: 1;
            font-weight: 400; }
            .contents .detail.result dl dt p span {
              font-size: 6.9rem; }
          .contents .detail.result dl dt b {
            font-weight: normal;
            color: #333;
            font-size: 1.7rem; }
        .contents .detail.result dl dd {
          font-size: 1.9rem;
          color: #333; }
    .contents .detail h2 {
      font-size: 3.2rem;
      text-align: center;
      line-height: 1.6;
      margin: 0 0 20px;
      letter-spacing: 1.4px; }
      @media screen and (max-width: 1080px) {
        .contents .detail h2 {
          font-size: 2.4rem; } }
      .contents .detail h2:nth-child(n + 2) {
        margin: 50px 0 20px; }
      .contents .detail h2 span {
        font-size: 2.1rem;
        display: block; }
        @media screen and (max-width: 1080px) {
          .contents .detail h2 span {
            font-size: 1.8rem; } }
    .contents .detail .box, .contents .detail .box-gray, .contents .detail .box-red {
      background-color: #eee;
      border-radius: 16px;
      padding: 20px 20px 0;
      margin: 0 0 60px;
      box-sizing: border-box; }
      .contents .detail .box .col2, .contents .detail .box-gray .col2, .contents .detail .box-red .col2 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap; }
        @media screen and (max-width: 1080px) {
          .contents .detail .box .col2, .contents .detail .box-gray .col2, .contents .detail .box-red .col2 {
            max-width: 600px;
            margin: 0 auto;
            width: 100%; } }
        @media screen and (max-width: 620px) {
          .contents .detail .box .col2, .contents .detail .box-gray .col2, .contents .detail .box-red .col2 {
            justify-content: center; } }
        .contents .detail .box .col2 dl, .contents .detail .box-gray .col2 dl, .contents .detail .box-red .col2 dl {
          width: 253px;
          text-align: center;
          margin: 0 0 30px; }
          .contents .detail .box .col2 dl dt, .contents .detail .box-gray .col2 dl dt, .contents .detail .box-red .col2 dl dt {
            position: relative; }
            .contents .detail .box .col2 dl dt.pass:before, .contents .detail .box .col2 dl dt.perfect:before, .contents .detail .box-gray .col2 dl dt.pass:before, .contents .detail .box-gray .col2 dl dt.perfect:before, .contents .detail .box-red .col2 dl dt.pass:before, .contents .detail .box-red .col2 dl dt.perfect:before {
              width: 130px;
              height: 129px;
              content: "";
              background-position: center center;
              background-repeat: no-repeat;
              background-size: 130px 129px;
              position: absolute;
              top: -25px;
              right: -25px;
              margin: auto;
              display: inline-block;
              z-index: 100; }
              @media screen and (max-width: 1080px) {
                .contents .detail .box .col2 dl dt.pass:before, .contents .detail .box .col2 dl dt.perfect:before, .contents .detail .box-gray .col2 dl dt.pass:before, .contents .detail .box-gray .col2 dl dt.perfect:before, .contents .detail .box-red .col2 dl dt.pass:before, .contents .detail .box-red .col2 dl dt.perfect:before {
                  width: 100px;
                  height: 99px;
                  top: -20px;
                  right: -15px;
                  background-size: 100px 99px; } }
            .contents .detail .box .col2 dl dt.pass:before, .contents .detail .box-gray .col2 dl dt.pass:before, .contents .detail .box-red .col2 dl dt.pass:before {
              background-image: url("/assets/images/pass.svg"); }
            .contents .detail .box .col2 dl dt.perfect:before, .contents .detail .box-gray .col2 dl dt.perfect:before, .contents .detail .box-red .col2 dl dt.perfect:before {
              background-image: url("/assets/images/perfect.svg"); }
          .contents .detail .box .col2 dl img, .contents .detail .box-gray .col2 dl img, .contents .detail .box-red .col2 dl img {
            width: 100%;
            height: auto;
            display: block;
            position: relative; }
          .contents .detail .box .col2 dl dd, .contents .detail .box-gray .col2 dl dd, .contents .detail .box-red .col2 dl dd {
            font-size: 1.4rem;
            margin: 5px 0 0; }
    .contents .detail .box-gray {
      background-color: #ddd;
      padding: 20px 20px 12px;
      margin: 30px 0 30px;
      position: relative; }
      .contents .detail .box-gray.hit:before, .contents .detail .box-gray.miss:before {
        width: 358px;
        height: 358px;
        content: "";
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 358px 358px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: inline-block;
        z-index: 100; }
        @media screen and (max-width: 1080px) {
          .contents .detail .box-gray.hit:before, .contents .detail .box-gray.miss:before {
            width: 250px;
            height: 250px;
            background-size: 250px 250px; } }
      .contents .detail .box-gray.hit:before {
        background-image: url("/assets/images/hit.svg"); }
      .contents .detail .box-gray.miss:before {
        background-image: url("/assets/images/miss.svg"); }
    .contents .detail .box-red {
      background-color: #FCE9E9;
      padding: 20px 20px 12px;
      margin: 0 0 30px; }
      .contents .detail .box-red h3 {
        color: #F15A24;
        font-size: 2.2rem;
        text-align: center;
        margin: 0 0 20px;
        letter-spacing: 1.4px; }
        .contents .detail .box-red h3 span {
          color: #666;
          font-size: 1.2rem;
          display: block; }
  .contents p {
    font-size: 1.5rem;
    margin: 0 0 20px; }
  .contents .center, .contents .center-wt {
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin: 15px 0 0; }
    .contents .center::before, .contents .center::after, .contents .center-wt::before, .contents .center-wt::after {
      width: 1px;
      height: 28px;
      content: "";
      background-color: #333; }
    .contents .center::before, .contents .center-wt::before {
      margin-right: 0.8em;
      transform: rotate(-20deg); }
    .contents .center::after, .contents .center-wt::after {
      margin-left: 0.8em;
      transform: rotate(20deg); }
  .contents .center-wt::before, .contents .center-wt::after {
    background-color: #fff; }

.ul-icon li {
  padding: 0 0 0 40px;
  margin: 0 0 20px;
  position: relative; }
  .ul-icon li::before {
    width: 30px;
    height: 23px;
    content: "";
    background-image: url("/assets/images/icon-shingen.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 23px;
    position: absolute;
    top: 4px;
    left: 0;
    margin: auto;
    display: inline-block; }

.ul-gray li {
  background-color: #fff;
  margin: 0 0 20px;
  color: #333;
  border-radius: 10px; }
  .ul-gray li.hit, .ul-gray li.miss {
    border: 2px solid #111; }
  .ul-gray li a {
    color: #333;
    display: block;
    padding: 10px;
    border-radius: 10px; }
    .ul-gray li a:hover {
      background-color: #EAEAEA; }

footer {
  width: 680px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1080px) {
    footer {
      width: auto;
      margin: 0; } }
  footer .bnr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #eee;
    padding: 30px; }
    @media screen and (max-width: 1080px) {
      footer .bnr {
        justify-content: center; } }
    footer .bnr li {
      width: 188px;
      /*a {
        color: $white;
        span {
          &::after {
            font-family: "Font Awesome 6 Free";
            content: "\f35a";
            color: $white;
            padding-left: 10px;
            font-size: 1.9rem;
            display: inline-block;
            font-weight: 400;
            @media screen and (max-width: 1080px) {
              font-size: 1.6rem;
            }
          }
        }
      }*/ }
      @media screen and (max-width: 1080px) {
        footer .bnr li {
          margin: 0 5px 10px; } }
  footer .box {
    padding: 30px;
    background-color: #fff; }
    footer .box .link {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      padding: 0 0 30px; }
      @media screen and (max-width: 1080px) {
        footer .box .link {
          flex-direction: column; } }
      footer .box .link img {
        width: 136px;
        height: auto;
        display: block;
        margin: 0 50px 0 0; }
        @media screen and (max-width: 1080px) {
          footer .box .link img {
            margin: 0; } }
      footer .box .link ul {
        display: flex;
        justify-content: flex-start;
        align-content: center;
        flex-wrap: wrap; }
        footer .box .link ul li {
          position: relative;
          margin: 0 20px 0 0;
          padding: 0 0 0 11px; }
          footer .box .link ul li::before {
            width: 5px;
            height: 9px;
            content: "";
            background-image: url("/assets/images/icon-arrow-og.svg");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 5px 9px;
            position: absolute;
            top: 11px;
            left: 0;
            margin: auto;
            display: inline-block; }
          footer .box .link ul li a {
            color: #555;
            font-size: 1.2rem;
            font-weight: 500;
            line-height: 1.6; }
            footer .box .link ul li a:hover {
              text-decoration: underline; }
          footer .box .link ul li:last-child {
            width: auto; }
          footer .box .link ul li a[target=_blank]::after {
            width: 12px;
            height: 12px;
            content: "";
            background-image: url("/assets/images/icon-ext.svg");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 12px 12px;
            position: absolute;
            top: 9px;
            right: -14px;
            margin: auto;
            display: inline-block; }
    footer .box .sns-sp-bottom {
      display: none; }
      @media screen and (max-width: 1080px) {
        footer .box .sns-sp-bottom {
          display: block;
          width: 178px;
          margin: 0 auto 20px; }
          footer .box .sns-sp-bottom ul {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: nowrap; }
            footer .box .sns-sp-bottom ul li {
              width: 35px;
              height: 35px; } }
    footer .box p {
      padding: 20px 0 0;
      border-top: 1px #ddd solid;
      color: #777;
      font-size: 1.2rem;
      line-height: 1.5;
      text-align: right;
      padding: 10px 0 0;
      font-family: "Noto Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-variation-settings: "wdth" 100; }
      @media screen and (max-width: 1080px) {
        footer .box p {
          text-align: center;
          font-size: 1rem; } }
  footer .bnr + .box {
    margin: 0; }

.dl-form {
  border-bottom: 1px solid #ccc;
  padding: 15px 0; }
  .dl-form:last-of-type {
    border-bottom: none; }
  .dl-form dt {
    position: relative; }
    @media screen and (max-width: 460px) {
      .dl-form dt {
        margin: 0 0 15px 0; } }
    .dl-form dt.required::after {
      width: 64px;
      height: 20px;
      content: "必須";
      background-color: #D90000;
      line-height: 20px;
      color: #fff;
      margin: 0 0 0 10px;
      text-align: center;
      font-size: 1.4rem;
      position: absolute;
      top: 2px; }
  .dl-form dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 400; }
    .dl-form dd p {
      width: 20%;
      margin: 0 25px 0 0; }
      @media screen and (max-width: 1080px) {
        .dl-form dd p {
          width: 40%; } }
      @media screen and (max-width: 460px) {
        .dl-form dd p {
          width: 100%;
          margin: 0 0 10px 0; } }
      @media screen and (max-width: 380px) {
        .dl-form dd p {
          width: 100%; } }
  .dl-form input[type="checkbox"], .dl-form input[type="radio"] {
    accent-color: #f00;
    transform: scale(1.5); }

.col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media screen and (max-width: 1080px) {
    .col2 {
      max-width: 600px;
      justify-content: center;
      margin: 0 auto; } }
  .col2 .btn a {
    margin: 5px 0 0; }

.btn a {
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  text-align: center;
  box-sizing: border-box;
  margin: 15px 0 0;
  position: relative;
  padding: 23px 0 0; }
  @media screen and (max-width: 1080px) {
    .btn a {
      margin: 15px auto 0; } }
  .btn a:hover {
    opacity: .8; }
  .btn a.arrow::after {
    width: 10px;
    height: 19px;
    content: "";
    background-image: url("/assets/images/icon-arrow-wt.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 19px;
    position: absolute;
    top: 20px;
    right: 25px;
    margin: auto;
    display: inline-block; }
  .btn a.dl::after {
    width: 25px;
    height: 25px;
    content: "";
    background-image: url("/assets/images/icon-dl.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    position: absolute;
    top: 15px;
    right: 25px;
    margin: auto;
    display: inline-block; }
  .btn a.ext::after {
    width: 15px;
    height: 15px;
    content: "";
    background-image: url("/assets/images/icon-ext.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    position: absolute;
    top: 25px;
    right: 25px;
    margin: auto;
    display: inline-block; }

.btn-m {
  width: 270px;
  margin: 0 auto; }
  .btn-m a {
    background-image: url("/assets/images/btn-m.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 273px;
    height: 82px; }
    .btn-m a.lines2 {
      padding: 11px 0 0;
      line-height: 1.3; }

.btn-s a {
  background-image: url("/assets/images/btn-s.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 253px;
  height: 78px; }

.btn-gray, .btn-gold-act {
  width: 565px;
  margin: 0 auto; }
  @media screen and (max-width: 1080px) {
    .btn-gray, .btn-gold-act {
      width: 300px; } }
  .btn-gray a, .btn-gold-act a {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 565px;
    height: 102px;
    padding: 33px 0 0;
    display: block; }
    @media screen and (max-width: 1080px) {
      .btn-gray a, .btn-gold-act a {
        width: 300px;
        height: 100px;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 18px 0 0; } }
    .btn-gray a.arrow::after, .btn-gray a.dl::after, .btn-gold-act a.arrow::after, .btn-gold-act a.dl::after {
      top: 32px;
      right: 35px; }

.btn-gray a {
  background-image: url("/assets/images/btn-gray.svg"); }
  @media screen and (max-width: 1080px) {
    .btn-gray a {
      background-image: url("/assets/images/btn-gray-sp.svg"); } }

.btn-gold-act a {
  background-image: url("/assets/images/btn-gold.svg"); }
  @media screen and (max-width: 1080px) {
    .btn-gold-act a {
      background-image: url("/assets/images/btn-gold-sp.svg"); } }

.btn-gold {
  width: 564px;
  margin: 30px auto 0; }
  @media screen and (max-width: 1080px) {
    .btn-gold {
      width: 300px; } }
  .btn-gold a {
    background-image: url("/assets/images/btn-gold.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 564px;
    height: 102px;
    padding: 33px 0 0;
    font-size: 2rem;
    display: block; }
    @media screen and (max-width: 1080px) {
      .btn-gold a {
        width: 300px;
        height: 100px;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 16px 0 0;
        background-image: url("/assets/images/btn-gold-sp.svg"); } }
    .btn-gold a.arrow::after, .btn-gold a.dl::after {
      top: 32px;
      right: 35px; }

.btn-gold-l {
  width: 606px;
  margin: 30px auto 0; }
  @media screen and (max-width: 1080px) {
    .btn-gold-l {
      width: 300px; } }
  .btn-gold-l a {
    background-image: url("/assets/images/btn-gold-l.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 606px;
    height: 102px;
    padding: 26px 0 0;
    font-size: 2.7rem;
    display: block; }
    @media screen and (max-width: 1080px) {
      .btn-gold-l a {
        width: 300px;
        height: 100px;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 16px 0 0;
        background-image: url("/assets/images/btn-gold-sp.svg"); } }
    .btn-gold-l a.arrow::after, .btn-gold-l a.dl::after {
      top: 32px;
      right: 35px; }

input#name {
  width: 100%;
  height: 80px;
  margin: 5px 0 0;
  font-size: 1.8rem; }

#cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f8f9fa;
  padding: 25px 20px;
  text-align: center;
  display: none;
  box-sizing: border-box; }
  #cookie-banner p {
    font-size: 1.3rem;
    color: #333;
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; }
    @media screen and (max-width: 1080px) {
      #cookie-banner p {
        text-align: left; } }
  #cookie-banner button {
    margin: 15px auto 0;
    padding: 10px 20px;
    color: #fff;
    background-color: #666;
    border: none;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 90px;
    cursor: pointer; }
    #cookie-banner button:hover {
      opacity: .8; }

.certificate, .certificate-l, .certificate-l-2 {
  width: 800px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1080px) {
    .certificate, .certificate-l, .certificate-l-2 {
      width: 500px; } }
  @media screen and (max-width: 460px) {
    .certificate, .certificate-l, .certificate-l-2 {
      width: 375px; } }
  .certificate img, .certificate-l img, .certificate-l-2 img {
    width: 100%;
    height: auto;
    display: block; }
  .certificate .name, .certificate-l .name, .certificate-l-2 .name {
    text-align: center;
    position: absolute;
    top: 442px;
    left: 0;
    right: 0; }
    @media screen and (max-width: 1080px) {
      .certificate .name, .certificate-l .name, .certificate-l-2 .name {
        top: 265px; } }
    @media screen and (max-width: 460px) {
      .certificate .name, .certificate-l .name, .certificate-l-2 .name {
        top: 200px; } }
    .certificate .name span, .certificate-l .name span, .certificate-l-2 .name span {
      border-bottom: 2px solid #333;
      padding-bottom: 4px;
      color: #333;
      font-size: 2.8rem; }
      @media screen and (max-width: 1080px) {
        .certificate .name span, .certificate-l .name span, .certificate-l-2 .name span {
          font-size: 2.2rem; } }
      @media screen and (max-width: 460px) {
        .certificate .name span, .certificate-l .name span, .certificate-l-2 .name span {
          font-size: 1.8rem; } }

.certificate-l {
  width: 1400px; }
  .certificate-l .name {
    top: 740px; }
    .certificate-l .name span {
      font-size: 4rem; }

.certificate-l-2 {
  width: 1400px; }
  .certificate-l-2 .name {
    top: 750px; }
    .certificate-l-2 .name span {
      font-size: 4rem; }

.mt30 {
  margin-top: 30px; }

.pb40 {
  padding-bottom: 40px; }

.txt-center {
  text-align: center; }

/*# sourceMappingURL=style.css.map */
