@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&display=swap");
.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal; }

.m-plus-1p-medium {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal; }

/* ======================================
   Font
======================================== */
html {
  scroll-behavior: smooth; }

html {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "メイリオ", sans-serif;
  color: #333333;
  font-style: normal;
  font-weight: 500;
  font-size: 87.5%;
  line-height: 1.8125;
  letter-spacing: 0.1em; }
  @media screen and (min-width: 640px) {
    html {
      font-size: 100%;
      letter-spacing: 0.1em; } }

a {
  transition: 0.15s;
  text-decoration: none; }

a, a:focus, a:active {
  color: #027D2B; }

a:hover {
  color: #4B197E; }

h2, h3, h4 {
  line-height: 1.5; }

#main header h2 {
  font-size: 2.3rem; }

.note {
  display: block;
  font-size: 0.7em; }

.ind {
  display: block;
  padding-left: 1em;
  text-indent: -1em; }

em.narrow {
  letter-spacing: 0 !important; }

/* ======================================
   Parts
======================================== */
.skip-link {
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #555;
  color: #fff !important;
  padding: 0.5rem 1rem;
  z-index: 999999;
  text-decoration: none;
  transition: top 0.3s ease;
  border-radius: 0 !important; }

.skip-link:focus {
  top: 0; }

.url {
  padding-left: 1em;
  position: relative;
  display: inline-block; }
  .url::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 0.7em;
    height: 0.7em;
    background-image: url("../images/link.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s; }
  .url em {
    display: inline;
    text-decoration: underline;
    text-underline-offset: 7px;
    transition: 0.3s; }
  .url em.narrow {
    letter-spacing: 0; }
  .url:hover::before {
    background-image: url("../images/link_hover.svg"); }
  .url:hover em {
    color: #4B197E; }

a:hover .url::before {
  background-image: url("../images/link_hover.svg"); }

.tel {
  color: #333333; }
  @media screen and (min-width: 640px) {
    .tel {
      pointer-events: none; } }
  .tel p {
    font-size: 0.85em; }

figure figcaption {
  text-align: center;
  font-size: clamp(0.5rem, 3.25vw, 1.3rem);
  margin: 0 auto 1rem auto; }
  @media screen and (min-width: 640px) {
    figure figcaption {
      font-size: 0.9rem; } }

.btn.lg {
  margin: auto; }
  .btn.lg a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 3rem;
    margin: auto;
    border: 3px solid #027D2B;
    border-radius: 10em;
    color: #333333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding: 1rem;
    transition: 0.3s; }
    @media screen and (min-width: 640px) {
      .btn.lg a {
        max-width: 90%;
        line-height: 1.8;
        min-height: 9rem;
        padding: 1rem; } }
  .btn.lg.jump div {
    text-align: center;
    width: 100%;
    font-size: clamp(0.5rem, 3vw, 1.2rem);
    transition: 0.3s;
    line-height: 1.6; }
    @media screen and (min-width: 640px) {
      .btn.lg.jump div {
        font-size: 1rem; } }
  .btn.lg.jump p.url {
    margin: 0 !important;
    padding-left: 1.5em;
    font-size: clamp(0.5rem, 5.25vw, 2.1rem); }
    @media screen and (min-width: 640px) {
      .btn.lg.jump p.url {
        font-size: 1.6rem; } }
    .btn.lg.jump p.url::before {
      width: 1em;
      height: 1em;
      top: 0.3em; }
  .btn.lg.jump a:hover {
    color: #4B197E;
    border-color: #4B197E; }
    .btn.lg.jump a:hover div {
      color: #4B197E; }
    .btn.lg.jump a:hover p.url {
      color: #4B197E; }
      .btn.lg.jump a:hover p.url::before {
        background-image: url("../images/link_hover.svg"); }
  .btn.lg.down a {
    font-size: clamp(0.5rem, 4vw, 1.6rem);
    padding-right: 3rem; }
    @media screen and (min-width: 640px) {
      .btn.lg.down a {
        font-size: 1.3rem; } }
    .btn.lg.down a::after {
      content: '';
      width: 2.5rem;
      height: 2.5rem;
      background-image: url("../images/angle_down.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      right: 7%;
      top: 0;
      bottom: 0;
      margin: auto; }
    .btn.lg.down a:hover {
      color: #4B197E;
      border-color: #4B197E; }
      .btn.lg.down a:hover::after {
        background-image: url("../images/angle_down_hover.svg");
        animation: 1.5s fuwari infinite; }
    .btn.lg.down a p {
      font-size: clamp(0.5rem, 5vw, 2rem);
      display: block;
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 640px) {
        .btn.lg.down a p {
          font-size: 1.6rem; } }
    .btn.lg.down a span {
      display: block;
      width: 100%;
      font-size: clamp(0.5rem, 3.5vw, 1.4rem);
      text-align: center; }
      @media screen and (min-width: 640px) {
        .btn.lg.down a span {
          font-size: 1rem; } }

.accordion {
  transition: height 0.4s ease;
  margin: 0;
  width: 100%;
  position: relative;
  padding-bottom: 8rem; }
  .accordion.sp_only {
    padding-bottom: 8rem; }
    @media screen and (min-width: 640px) {
      .accordion.sp_only {
        padding-bottom: 0; } }
  .accordion summary {
    display: block;
    width: 8rem;
    height: 6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    cursor: pointer; }
  .accordion.sp_only summary {
    display: block; }
    @media screen and (min-width: 640px) {
      .accordion.sp_only summary {
        display: none; } }

details summary {
  list-style: none; }

details summary::-webkit-details-marker {
  display: none; }

summary {
  cursor: pointer; }
  summary .plus {
    cursor: pointer;
    display: block;
    width: 8rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
    summary .plus::before {
      content: "もっと見る";
      display: inline-block;
      width: 6em;
      font-size: clamp(0.5rem, 2.5vw, 1rem);
      font-weight: 500;
      color: #027D2B;
      margin-bottom: 1rem;
      text-align: center; }
    summary .plus > span {
      display: block;
      position: relative;
      width: 40px;
      height: 40px;
      background-color: #027D2B;
      border-radius: 50%;
      margin: auto; }
      summary .plus > span::before, summary .plus > span::after {
        content: "";
        display: block;
        width: 60%;
        height: 3px;
        background-color: #FFFFFF;
        border-radius: 3px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        transition: 0.5s; }
      summary .plus > span::before {
        transform: rotate(0); }
      summary .plus > span::after {
        transform: rotate(270deg); }
      summary .plus > span span.txt {
        opacity: 0; }
  summary .plus.close::before {
    content: "とじる"; }
  summary .plus.close > span::before, summary .plus.close > span::after {
    width: 60%;
    top: 0; }
  summary .plus.close > span::before {
    transform: rotate(0);
    right: 0; }
  summary .plus.close > span::after {
    transform: rotate(0);
    left: 0; }
  summary .kekka {
    cursor: pointer;
    display: block;
    width: 8rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
    summary .kekka::before {
      content: "結果をみる";
      display: inline-block;
      width: 6em;
      font-size: clamp(0.5rem, 2.5vw, 1rem);
      font-weight: 500;
      color: #027D2B;
      margin-bottom: 1rem;
      text-align: center; }
    summary .kekka > span {
      display: block;
      position: relative;
      width: 40px;
      height: 40px;
      background-color: #027D2B;
      border-radius: 50%;
      margin: auto; }
      summary .kekka > span::before, summary .kekka > span::after {
        content: "";
        display: block;
        width: 40%;
        height: 3px;
        background-color: #FFFFFF;
        border-radius: 3px;
        position: absolute;
        top: 10%;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        transition: 0.5s; }
      summary .kekka > span::before {
        transform: rotate(45deg);
        right: 23%; }
      summary .kekka > span::after {
        transform: rotate(-45deg);
        left: 23%; }
      summary .kekka > span span.txt {
        opacity: 0; }
  summary .kekka.close::before {
    content: "とじる"; }
  summary .kekka.close > span::before, summary .kekka.close > span::after {
    width: 40%;
    top: 0; }
  summary .kekka.close > span::before {
    transform: rotate(315deg);
    right: 23%; }
  summary .kekka.close > span::after {
    transform: rotate(-315deg);
    left: 23%; }

/* ======================================
   Title
======================================== */
.title_wrap {
  padding-top: 2rem;
  position: relative;
  margin: auto;
  margin-bottom: 2rem; }
  @media screen and (min-width: 640px) {
    .title_wrap {
      padding-top: 2rem;
      max-width: 100%;
      margin-bottom: 5rem; } }
  .title_wrap .title {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-height: 100%; }
  .title_wrap h1 {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 2rem; }
    @media screen and (min-width: 640px) {
      .title_wrap h1 {
        padding-right: 1rem;
        position: absolute;
        right: 0;
        top: 0;
        width: 12%;
        min-width: 90px; } }
  .title_wrap .copy {
    max-width: 100%;
    margin: auto; }
    .title_wrap .copy ul {
      display: block;
      max-width: 90%;
      margin: auto; }
      .title_wrap .copy ul li {
        display: block;
        font-size: clamp(0.5rem, 3.5vw, 1.4rem);
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-bottom: 0.2rem; }
        .title_wrap .copy ul li .kakko {
          display: inline-block;
          margin-left: -0.5em; }
      @media screen and (min-width: 640px) {
        .title_wrap .copy ul {
          display: flex;
          flex-direction: row-reverse;
          justify-content: space-between;
          width: 75%;
          margin: 0 auto 0 0; }
          .title_wrap .copy ul li {
            font-size: 1.1rem;
            margin-bottom: 0.8rem;
            display: flex;
            align-items: center;
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; }
            .title_wrap .copy ul li .kakko {
              margin-top: -0.5em;
              margin-left: auto;
              margin-right: auto; } }
    .title_wrap .copy .main_img {
      margin: auto; }
      @media screen and (min-width: 640px) {
        .title_wrap .copy .main_img {
          max-width: 80%;
          max-height: 50%;
          width: auto;
          height: auto;
          margin: -3rem auto 0 0; } }
      .title_wrap .copy .main_img img {
        width: 100%;
        height: 100%; }
  .title_wrap .angle_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%; }
    .title_wrap .angle_wrap li {
      display: flex; }
      .title_wrap .angle_wrap li:nth-child(1) {
        flex-basis: 100%;
        justify-content: center;
        align-items: flex-end;
        margin: 1rem auto; }
        @media screen and (min-width: 640px) {
          .title_wrap .angle_wrap li:nth-child(1) {
            flex-basis: 100%;
            justify-content: center;
            margin: 0;
            order: 2; } }
      .title_wrap .angle_wrap li:nth-child(2) {
        flex-basis: 100%;
        justify-content: center;
        align-items: flex-start; }
        @media screen and (min-width: 640px) {
          .title_wrap .angle_wrap li:nth-child(2) {
            flex-basis: 50%;
            margin: 0 0 0 auto;
            justify-content: flex-end;
            align-items: flex-start;
            order: 1; } }
  .title_wrap .angle_down {
    width: 3rem;
    height: 2rem;
    background-image: url("../images/angle_down_bk.svg");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    flex-shrink: 0; }
  .title_wrap h2 {
    text-align: center; }
    .title_wrap h2 span {
      display: inline-block;
      text-align: center;
      color: #027D2B;
      font-weight: 500;
      font-size: clamp(0.5rem, 6vw, 2.4rem);
      white-space: nowrap; }
      @media screen and (min-width: 640px) {
        .title_wrap h2 span {
          text-align: left;
          font-size: 1.4rem; } }

.fadeIn.chain li {
  opacity: 0; }

.fadeIn.chain.show li {
  animation: fadeIn 2s ease forwards; }
  .fadeIn.chain.show li:nth-child(1) {
    animation-delay: 0.0s; }
  .fadeIn.chain.show li:nth-child(2) {
    animation-delay: 0.5s; }
  .fadeIn.chain.show li:nth-child(3) {
    animation-delay: 1.0s; }
  .fadeIn.chain.show li:nth-child(4) {
    animation-delay: 1.5s; }
  .fadeIn.chain.show li:nth-child(5) {
    animation-delay: 2.0s; }
  .fadeIn.chain.show li:nth-child(6) {
    animation-delay: 2.5s; }
  .fadeIn.chain.show li:nth-child(7) {
    animation-delay: 3.0s; }
  .fadeIn.chain.show li:nth-child(8) {
    animation-delay: 3.5s; }
  .fadeIn.chain.show li:nth-child(9) {
    animation-delay: 4.0s; }
  .fadeIn.chain.show li:nth-child(10) {
    animation-delay: 4.5s; }

@keyframes fadeIn {
  to {
    opacity: 1; } }
.fadeIn {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease; }
  .fadeIn.late {
    transition: opacity 0.6s ease 1s, transform 0.6s ease 1s; }

.fadeIn.show {
  opacity: 1;
  transform: translateY(0); }

/* ======================================
   Anchor Link
======================================== */
#back-to-top {
  display: block;
  width: 6rem;
  padding: 0 0 2rem 0;
  position: fixed;
  bottom: 1rem;
  right: 0;
  z-index: 1000;
  opacity: 0;
  transition: .5s; }
  #back-to-top.show {
    opacity: 1; }
  #back-to-top span {
    white-space: nowrap;
    display: block;
    width: 100%;
    font-size: 0.8rem;
    position: absolute;
    bottom: 0;
    letter-spacing: 0;
    color: #027D2B;
    text-align: center; }
  #back-to-top p {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #027D2B;
    background-image: url("../images/angle_up_sw.svg");
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto; }

ul.top_nav {
  margin-bottom: 4rem; }
  @media screen and (min-width: 640px) {
    ul.top_nav {
      margin-bottom: 5rem; } }
  ul.top_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #027D2B;
    border-radius: 0.8rem;
    padding: 0.5rem 0.5rem 3rem 0.5rem;
    position: relative; }
    ul.top_nav li a::after {
      content: '';
      width: 1.4rem;
      height: 1.4rem;
      background-image: url("../images/angle_down.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0.3rem;
      margin: auto; }
      @media screen and (min-width: 640px) {
        ul.top_nav li a::after {
          width: 1.8rem;
          height: 1.8rem; } }
    ul.top_nav li a:hover::after {
      animation: 1.5s fuwari infinite; }
    ul.top_nav li a:hover h2 span {
      transform: scale(1); }
  ul.top_nav li h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.6rem;
    background-color: #027D2B;
    color: #FFFFFF;
    text-align: center;
    font-size: clamp(0.5rem, 3vw, 1.2rem);
    font-weight: 500;
    margin-bottom: 1rem;
    letter-spacing: 0;
    min-height: 3.8em;
    padding: 0.5rem 0.1rem; }
    @media screen and (min-width: 640px) {
      ul.top_nav li h2 {
        font-size: 1.2rem; } }
    ul.top_nav li h2 span {
      transform: scale(0.9);
      transition: 0.3s; }
  ul.top_nav li img {
    width: 90%;
    margin: auto;
    aspect-ratio: 4/3;
    object-fit: contain;
    object-position: center; }

.pict_center {
  width: 400px;
  max-width: 100%;
  margin: 5rem auto 3rem auto; }

.lead {
  margin: auto;
  font-weight: 500;
  font-size: clamp(0.5rem, 3.75vw, 1.5rem); }
  .lead.center {
    text-align: center;
    line-height: 2.5; }
  @media screen and (min-width: 640px) {
    .lead {
      font-size: 1rem; } }

/* ======================================
   Main
======================================== */
.reverse > li:nth-child(1) {
  order: 2; }
.reverse > li:nth-child(2) {
  order: 1; }

.reverse_sp > li:nth-child(1) {
  order: 2; }
  @media screen and (min-width: 640px) {
    .reverse_sp > li:nth-child(1) {
      order: 1; } }
.reverse_sp > li:nth-child(2) {
  order: 1; }
  @media screen and (min-width: 640px) {
    .reverse_sp > li:nth-child(2) {
      order: 2; } }

.contents.line {
  padding-bottom: 4rem;
  border-bottom: 3px solid #027D2B; }
  @media screen and (min-width: 640px) {
    .contents.line {
      padding-bottom: 6rem; } }

#main section header {
  padding: 5rem 0 0 0; }
  #main section header h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background-color: #027D2B;
    padding: 1.2rem 1rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.5;
    font-size: clamp(0.5rem, 6vw, 2.4rem);
    font-weight: 500;
    margin-bottom: 1rem;
    min-height: 3.8em; }
    @media screen and (min-width: 640px) {
      #main section header h2 {
        font-size: 2.1rem; } }
  #main section header h3 {
    color: #027D2B;
    font-size: clamp(0.5rem, 6vw, 2.4rem);
    font-weight: 500;
    text-align: center;
    line-height: 1.8; }
    @media screen and (min-width: 640px) {
      #main section header h3 {
        font-size: 2.1rem; } }
  #main section header ul.grid {
    align-items: center;
    margin: auto;
    grid-gap: 2rem; }
    #main section header ul.grid img {
      width: 90%;
      margin: auto;
      aspect-ratio: 5/4;
      object-fit: contain;
      object-position: center; }
    @media screen and (min-width: 640px) {
      #main section header ul.grid {
        grid-gap: 4rem; }
        #main section header ul.grid img {
          width: 100%; } }
#main section .link.narrow {
  grid-gap: 0; }
  @media screen and (min-width: 640px) {
    #main section .link.narrow {
      grid-gap: 1rem; } }
#main section .link {
  grid-gap: 1rem; }
  @media screen and (min-width: 640px) {
    #main section .link {
      grid-gap: 2rem; } }
  #main section .link h2 {
    font-size: clamp(0.5rem, 7.5vw, 3rem);
    line-height: 1.5;
    font-weight: 500;
    padding-top: 2rem;
    margin-bottom: 1rem !important; }
    @media screen and (min-width: 640px) {
      #main section .link h2 {
        font-size: 2rem; } }
    #main section .link h2 span {
      display: block;
      font-size: 0.6em;
      line-height: 1.8;
      padding-left: 2rem; }
      @media screen and (min-width: 640px) {
        #main section .link h2 span {
          font-size: 0.4em; } }
  #main section .link ul li:nth-child(1) {
    margin-bottom: 0.8rem !important;
    padding-left: 0;
    font-size: clamp(0.5rem, 7.25vw, 2.9rem);
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0; }
    @media screen and (min-width: 640px) {
      #main section .link ul li:nth-child(1) {
        padding-left: 2rem;
        font-size: 2rem; } }
    #main section .link ul li:nth-child(1) div {
      display: flex;
      flex-wrap: wrap; }
      #main section .link ul li:nth-child(1) div + div {
        margin-top: 0.5rem; }
    #main section .link ul li:nth-child(1) em {
      display: inline;
      font-size: 2rem; }
    #main section .link ul li:nth-child(1) em.xs {
      display: inline;
      font-size: 0.7em; }
    #main section .link ul li:nth-child(1) span.xs {
      display: inline;
      font-size: 0.6em;
      letter-spacing: 0 !important; }
    #main section .link ul li:nth-child(1) span.w4 {
      display: inline-block;
      width: 3em; }
    #main section .link ul li:nth-child(1) .url {
      padding-left: 1em; }
  #main section .link ul li:nth-child(2) {
    margin-bottom: 0.8rem !important;
    font-size: clamp(0.5rem, 4.75vw, 1.9rem);
    padding-left: 0;
    line-height: 1.5;
    font-weight: 500; }
    @media screen and (min-width: 640px) {
      #main section .link ul li:nth-child(2) {
        padding-left: 2rem;
        font-size: 1.3rem; } }
  #main section .link ul li:nth-child(3) {
    margin-top: 1rem;
    padding-left: 0;
    font-size: clamp(0.5rem, 3.25vw, 1.3rem);
    line-height: 2;
    letter-spacing: 0.05em; }
    @media screen and (min-width: 640px) {
      #main section .link ul li:nth-child(3) {
        letter-spacing: 0.1em;
        padding-left: 2rem;
        font-size: 0.9rem; } }
  #main section .link ul .tel > span,
  #main section .link ul .time > span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
#main section h5 {
  color: #027D2B;
  font-size: clamp(0.5rem, 5.5vw, 2.2rem);
  line-height: 1.5;
  margin-top: 3rem;
  font-weight: 500; }
  @media screen and (min-width: 640px) {
    #main section h5 {
      font-size: 1.8rem; } }
  #main section h5 + .link {
    margin-top: -1rem !important; }
#main section ruby rt {
  font-size: 0.4em;
  text-align: center; }
  @media screen and (min-width: 640px) {
    #main section ruby rt {
      padding-bottom: 0.3rem; } }
#main section .more {
  margin-top: 2.5rem; }
  @media screen and (min-width: 640px) {
    #main section .more {
      margin-top: 4rem; } }
  #main section .more + .more {
    margin-top: 2.5rem; }
#main #check header h3 {
  text-align: left;
  margin: 0 0 3rem 0;
  font-size: clamp(0.5rem, 7.5vw, 3rem); }
  @media screen and (min-width: 640px) {
    #main #check header h3 {
      font-size: 2.2rem; } }
  #main #check header h3 + p {
    font-size: clamp(0.5rem, 5vw, 2rem);
    font-weight: 500; }
    @media screen and (min-width: 640px) {
      #main #check header h3 + p {
        font-size: 1.5rem; } }
#main #check .check {
  margin: 3rem auto 1rem auto; }
  @media screen and (min-width: 640px) {
    #main #check .check {
      margin: 6rem auto 0 auto; } }
#main #check .question {
  display: grid;
  grid-template-columns: 1fr;
  margin: auto; }
  @media screen and (min-width: 640px) {
    #main #check .question {
      grid-template-columns: 30rem auto; } }
  #main #check .question dl {
    display: grid;
    grid-template-columns: 3em auto;
    grid-gap: 1rem;
    align-items: center; }
    @media screen and (min-width: 640px) {
      #main #check .question dl {
        grid-template-columns: 4em auto; } }
    #main #check .question dl dt {
      font-size: clamp(0.5rem, 6.5vw, 2.6rem);
      padding-right: 1rem;
      letter-spacing: 0.2rem; }
      @media screen and (min-width: 640px) {
        #main #check .question dl dt {
          font-size: 2rem; } }
    #main #check .question dl dd {
      font-size: clamp(0.5rem, 5.25vw, 2.1rem);
      line-height: 1.5;
      letter-spacing: 0; }
      @media screen and (min-width: 640px) {
        #main #check .question dl dd {
          font-size: 1.4rem; } }
  #main #check .question .wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1rem;
    align-items: center;
    width: 90%;
    margin: 3rem auto;
    padding: 0; }
    @media screen and (min-width: 640px) {
      #main #check .question .wrap {
        width: 100%; } }
    #main #check .question .wrap label {
      text-align: center;
      position: relative; }
      #main #check .question .wrap label span {
        display: block;
        position: absolute;
        bottom: 140%;
        left: 0;
        right: 0;
        margin: auto;
        letter-spacing: 0;
        font-size: clamp(0.5rem, 3.25vw, 1.3rem);
        line-height: 1.4; }
        @media screen and (min-width: 640px) {
          #main #check .question .wrap label span {
            font-size: 1rem;
            display: none; } }
    #main #check .question .wrap.head label span {
      display: block; }
#main #check .result {
  text-align: center;
  margin-top: 1rem; }
  @media screen and (min-width: 640px) {
    #main #check .result {
      margin-top: 3rem; } }
  #main #check .result #scoreDisplay {
    color: #027D2B;
    font-weight: 500;
    font-size: clamp(0.5rem, 7.5vw, 3rem); }
    @media screen and (min-width: 640px) {
      #main #check .result #scoreDisplay {
        font-size: 2.2rem; } }
  #main #check .result .note {
    font-size: clamp(0.5rem, 3.75vw, 1.5rem); }
    @media screen and (min-width: 640px) {
      #main #check .result .note {
        font-size: 1rem; } }
#main #quizForm button {
  display: none; }
#main #result {
  padding: 0;
  background-color: #FFFFFF;
  padding: 2rem;
  margin-top: 4rem; }
  @media screen and (min-width: 640px) {
    #main #result {
      padding: 2rem;
      margin-top: 2rem; } }
  #main #result dl {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center; }
    @media screen and (min-width: 640px) {
      #main #result dl {
        grid-template-columns: 14rem auto; } }
    #main #result dl.score dt {
      font-size: clamp(0.5rem, 7vw, 2.8rem);
      color: #027D2B;
      font-weight: 500;
      text-align: left; }
      @media screen and (min-width: 640px) {
        #main #result dl.score dt {
          font-size: 2rem;
          text-align: center; } }
    #main #result dl.score dd {
      font-size: clamp(0.5rem, 3.5vw, 1.4rem);
      line-height: 2; }
      @media screen and (min-width: 640px) {
        #main #result dl.score dd {
          font-size: 1.1rem; } }
    #main #result dl.score + dl {
      border-top: 0;
      margin-top: 1rem;
      padding-top: 0; }
      @media screen and (min-width: 640px) {
        #main #result dl.score + dl {
          border-top: 2px solid #333333;
          padding-top: 1rem; } }
      #main #result dl.score + dl dd ul {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: 1fr; }
        @media screen and (min-width: 640px) {
          #main #result dl.score + dl dd ul {
            grid-template-columns: 22rem auto; } }
        #main #result dl.score + dl dd ul li a {
          text-decoration: underline;
          text-underline-offset: 7px;
          font-weight: 500;
          letter-spacing: 0;
          font-size: clamp(0.5rem, 4.25vw, 1.7rem); }
          @media screen and (min-width: 640px) {
            #main #result dl.score + dl dd ul li a {
              font-size: 1.2rem; } }
          #main #result dl.score + dl dd ul li a:hover {
            color: #4B197E; }
      #main #result dl.score + dl + dl.score {
        margin-top: 4rem; }
#main #self-care {
  padding-bottom: 4rem; }
  #main #self-care h3 {
    text-align: left;
    margin: 0 0 1rem 0;
    color: #333333;
    font-size: clamp(0.5rem, 7.5vw, 3rem); }
    @media screen and (min-width: 640px) {
      #main #self-care h3 {
        font-size: 2.1rem; } }
    #main #self-care h3 + p {
      font-size: clamp(0.5rem, 3.5vw, 1.4rem);
      font-weight: 500;
      line-height: 2.5; }
      @media screen and (min-width: 640px) {
        #main #self-care h3 + p {
          font-size: 1rem; } }
  #main #self-care .url {
    font-size: clamp(0.5rem, 5vw, 2rem);
    margin: 0 !important;
    padding-left: 1.5em; }
    @media screen and (min-width: 640px) {
      #main #self-care .url {
        font-size: 1.4rem; } }
    #main #self-care .url::before {
      width: 1em;
      height: 1em;
      top: 0.3em; }
    #main #self-care .url + span {
      font-size: 0.4em;
      letter-spacing: 0 !important; }
      @media screen and (min-width: 640px) {
        #main #self-care .url + span {
          font-size: 0.4em; } }
  #main #self-care .link {
    margin-top: 3rem; }

#others {
  text-align: center;
  padding: 4rem 0; }
  #others a {
    display: block;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    color: #333333;
    transition: 0.3s; }
    #others a:hover {
      opacity: 0.5; }
  #others img.siawase {
    width: 700px;
    max-width: 90%;
    margin: auto; }
  #others p {
    font-weight: 500;
    margin-top: 2rem; }
    #others p.url {
      margin: 0 0 1rem 0 !important;
      padding-left: 1.5em;
      font-size: 1.4rem;
      font-size: 2rem;
      font-size: clamp(0.5rem, 5vw, 2rem);
      line-height: 1.4; }
      @media screen and (min-width: 640px) {
        #others p.url {
          font-size: 2.1rem; } }
      #others p.url::before {
        width: 1em;
        height: 1em;
        top: 0.2em; }
    #others p.cap {
      font-size: clamp(0.5rem, 3.5vw, 1.4rem);
      margin-top: 1rem; }
      @media screen and (min-width: 640px) {
        #others p.cap {
          font-size: 1.2rem; } }
    #others p.copy {
      font-size: clamp(0.5rem, 4.5vw, 1.8rem); }
      @media screen and (min-width: 640px) {
        #others p.copy {
          font-size: 1.4rem; } }

/* ======================================
   Footer
======================================== */
#footer {
  background-color: #F2EFC4;
  padding: 3rem 0;
  text-align: center; }
  @media screen and (min-width: 640px) {
    #footer {
      padding: 5rem 0; } }
  #footer .logo {
    width: 640px;
    max-width: 90%;
    margin: auto; }
  #footer .foot_nav {
    width: 840px;
    max-width: 100%;
    margin: 3rem auto;
    grid-gap: 1.5rem; }
    @media screen and (min-width: 640px) {
      #footer .foot_nav {
        margin: 5rem auto; } }
    #footer .foot_nav li a {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #027D2B;
      color: #FFFFFF;
      text-align: center;
      font-size: clamp(0.5rem, 3vw, 1.2rem);
      letter-spacing: 0;
      line-height: 1.5;
      height: 100%;
      padding: 0.5rem;
      border-radius: 0.8rem; }
      @media screen and (min-width: 640px) {
        #footer .foot_nav li a {
          font-size: 1.2rem; } }
      #footer .foot_nav li a span {
        transform: scale(0.9);
        transition: 0.3s; }
      #footer .foot_nav li a:hover span {
        transform: scale(1); }
  #footer .privacy {
    margin-bottom: 1.5rem; }
    #footer .privacy a,
    #footer .privacy a:hover,
    #footer .privacy a:active {
      color: #333333;
      text-decoration: underline;
      text-underline-offset: 4px;
      transition: 0.3s;
      font-weight: 700;
      font-size: clamp(0.5rem, 3vw, 1.2rem); }
      @media screen and (min-width: 640px) {
        #footer .privacy a,
        #footer .privacy a:hover,
        #footer .privacy a:active {
          font-size: 1rem; } }
  #footer .name p,
  #footer address p {
    display: inline-block;
    font-size: clamp(0.5rem, 2.5vw, 1rem); }
    @media screen and (min-width: 640px) {
      #footer .name p,
      #footer address p {
        font-size: 0.8rem; } }
  #footer .copyright {
    margin-top: 4rem;
    font-size: clamp(0.5rem, 2.5vw, 1rem); }
    @media screen and (min-width: 640px) {
      #footer .copyright {
        font-size: 0.8rem; } }

.modal-content .stage {
  text-align: center; }
  .modal-content .stage h2 {
    font-size: clamp(0.5rem, 5vw, 2rem);
    font-weight: 500;
    margin-bottom: 2rem; }
    @media screen and (min-width: 640px) {
      .modal-content .stage h2 {
        font-size: 2rem; } }
  .modal-content .stage p {
    text-align: left; }
  .modal-content .stage .m_link li {
    margin: 2rem auto 0 auto; }
    .modal-content .stage .m_link li a {
      color: #027D2B;
      font-weight: 500;
      font-size: clamp(0.5rem, 3vw, 1.2rem);
      text-decoration: underline;
      text-underline-offset: 4px;
      transition: 0.3s; }
      .modal-content .stage .m_link li a:hover {
        color: #4B197E; }
    .modal-content .stage .m_link li span {
      display: block; }

/* ======================================
   Navigation
======================================== */
.hamburger_menu {
  cursor: default;
  display: block;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  position: fixed;
  top: 1rem;
  right: 1rem;
  margin: 0;
  text-align: center;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 0 !important; }
  .hamburger_menu.show {
    cursor: pointer;
    opacity: 1; }
  .hamburger_menu span {
    display: block;
    margin: auto; }
  .hamburger_menu img {
    display: block;
    width: 2.25rem;
    margin: 0 auto; }
  .hamburger_menu::after {
    content: "メニュー";
    display: block;
    width: 100%;
    letter-spacing: 0;
    font-size: 0.8rem;
    text-align: center;
    margin: 0.4rem auto 0 auto;
    color: #333333; }

.hamburger_menu.close {
  justify-content: center; }
  .hamburger_menu.close::after {
    content: "とじる"; }

.global_nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 100%;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: block;
  margin: 0;
  background-color: #F8F7E9;
  opacity: 0;
  transition: opacity 0.5s;
  padding: 6rem 0; }
  @media screen and (min-width: 640px) {
    .global_nav {
      padding: 3rem 0; } }
  .global_nav .nav_wrap {
    width: 800px;
    max-width: 90%;
    margin: auto; }
    .global_nav .nav_wrap .nav {
      display: block;
      visibility: hidden;
      width: 90%;
      padding: 3rem 2rem;
      margin: auto;
      border: 3px solid #027D2B;
      border-radius: 1rem;
      background-color: #F8F7E9;
      text-align: center;
      position: relative;
      z-index: 99999; }
      .global_nav .nav_wrap .nav::before {
        content: "";
        width: 10rem;
        height: 5rem;
        background-image: url("../images/cloud1.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 5%;
        top: -7%;
        z-index: 99999; }
        @media screen and (min-width: 640px) {
          .global_nav .nav_wrap .nav::before {
            left: -10%;
            top: 20%; } }
      .global_nav .nav_wrap .nav::after {
        content: "";
        width: 10rem;
        height: 5rem;
        background-image: url("../images/cloud1.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        bottom: -7%;
        z-index: 99999; }
        @media screen and (min-width: 640px) {
          .global_nav .nav_wrap .nav::after {
            right: -10%;
            bottom: 20%; } }
    .global_nav .nav_wrap .nav_img {
      margin: 0 auto 0 auto;
      width: 80%; }
      @media screen and (min-width: 640px) {
        .global_nav .nav_wrap .nav_img {
          margin: -3rem auto 0 auto; } }
  .global_nav.open {
    opacity: 1;
    left: 0; }
    .global_nav.open .nav {
      visibility: visible; }

ul.menu {
  display: inline-block;
  text-align: left;
  margin: auto;
  padding: 0; }
  ul.menu li {
    display: block;
    padding: 0;
    margin: 0.3rem 0; }
    @media screen and (min-width: 640px) {
      ul.menu li {
        margin: 0.5rem 0; } }
    ul.menu li a {
      display: inline-block;
      color: #027D2B;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.5;
      padding-left: 1.5em;
      position: relative; }
      @media screen and (min-width: 640px) {
        ul.menu li a {
          font-size: 1.2rem; } }
      ul.menu li a::after {
        content: '';
        width: 0.8em;
        height: 0.8em;
        background-image: url("../images/angle_down.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      ul.menu li a:hover {
        color: #4B197E; }
        ul.menu li a:hover::after {
          animation: 1.5s fuwari infinite; }
