@charset "UTF-8";
/*====================================================
#site-common-headline
====================================================*/
#site-common-headline {
  padding-top: 3.4rem;
}
#site-common-headline .head {
  margin-bottom: 3rem;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
Remodal's necessary styles
========================================================================== */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  content: "";
  margin-left: -0.05em;
  height: 100%;
  display: inline-block;
}

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

/* ==========================================================================
Remodal's default mobile first theme
========================================================================== */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
}

.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.slick-dots li {
  margin: 0 10px;
}

.slick-dots li.slick-active button {
  background-color: #debc76;
}

.slick-dots button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-indent: -9999px;
  width: 9px;
  height: 9px;
  border-radius: 50px;
  background-color: #cdcdcd;
}

/*----- 認知機能チェック -----*/
/* ------------------------------------------------
 Theme
------------------------------------------------ */
.remodal-overlay {
  background: rgba(255, 255, 255, 0.95);
}

.remodal-wrapper {
  cursor: pointer;
}

button.close {
  border-width: 0;
  background: rgba(0, 0, 0, 0) url(../img/btn_close.svg) 0 0 no-repeat;
  background-size: contain;
  padding: 0;
  width: 2em;
  height: 2em;
  position: absolute;
  right: 2em;
  top: -2.5em;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  outline: 0;
}

/* ------------------------------------------------
 remodal
------------------------------------------------ */
.modal_test {
  text-align: left;
  max-width: 480px;
  margin: 60px auto;
  width: 100%;
}

.modal_test .inner {
  border-radius: 0.3125em;
  background-color: #f1f8eb;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transform: translateX(-0.4em);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: auto;
}

.modal_test .inner u {
  text-decoration: none;
  background: linear-gradient(transparent 70%, rgba(255, 216, 99, 0.7) 70%);
  font-weight: 700;
}

@media all and (-ms-high-contrast: none) {
  .modal_test .inner u {
    background: linear-gradient(transparent 40%, #fcf1d2 40%, #fcf1d2 75%, transparent 75%);
  }
}
.modal_test .inner .slide {
  text-align: center;
  padding: 4.6em 1.6em 6em;
  box-sizing: border-box;
}

.modal_test .num {
  line-height: 1;
  margin-top: 3.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: text;
  color: #000;
}

.modal_test .num::before,
.modal_test .num::after {
  content: "";
  background-color: #808080;
  width: auto;
  height: 2px;
  flex-grow: 1;
}

.modal_test .num i {
  font-size: 1.375em;
  font-style: normal;
  padding: 0 0.3em;
  font-weight: 700;
}

.modal_test .q {
  font-size: 1em;
  line-height: 1.6875;
  cursor: text;
  color: #000;
  text-align: left;
  margin-right: -2em;
}
.modal_test .q:is(#q7 *) {
  text-align: center;
  margin-right: 0;
  margin-top: 2.8em;
  white-space: nowrap;
}

.modal_test .num + .q {
  margin-top: 1.4em;
}

.modal_test .heading + .q {
  margin-top: 1.5em;
}

.modal_test .a {
  text-align: left;
  margin-top: 2.3em;
  cursor: text;
}
.modal_test .a:where(#q7 *) {
  margin-top: 1.4em;
}

.modal_test .a li {
  font-size: 1em;
  line-height: 1.6875;
  padding-left: 1.5em;
  position: relative;
}

.modal_test .a li i {
  font-size: 1.375em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-right: 0.6666666667em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #33a35b;
}

.modal_test .a li + li {
  margin-top: 0.9em;
}

.modal_test .a.checklist li {
  padding-left: 2.2em;
}

.modal_test .a.checklist li input {
  display: none;
}

.modal_test .a.checklist li input:checked + label::after {
  content: "";
  border-left: 0.2em solid #008c32;
  border-bottom: 0.2em solid #008c32;
  width: 0.7em;
  height: 0.5em;
  position: absolute;
  left: 0.3em;
  top: 0.6em;
  display: block;
  transform: scaleX(0.9) rotate(-50deg);
}

.modal_test .a.checklist li label {
  cursor: pointer;
  display: inline-block;
}

.modal_test .a.checklist li label::before {
  content: "";
  border: 2px solid #999;
  border-radius: 0.03125em;
  background-color: #fff;
  width: 1.3em;
  height: 1.3em;
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0.3em;
}

.modal_test .btns {
  margin-top: 3em;
  display: flex;
  justify-content: space-between;
}

.modal_test .btns .basic_btn {
  font-size: 1.375em;
  padding: 0.6em 0;
  width: 48.6%;
  box-sizing: border-box;
  transition: background-color 0.3s, color 0.3s;
}

@media all and (-ms-high-contrast: none) {
  .modal_test .btns .basic_btn {
    padding-top: 1.1071428571em;
    padding-bottom: 0.75em;
  }
}
.modal_test .btns .basic_btn.arrow {
  font-size: 1.3333333333em;
  margin: 0 auto;
  padding: 1em 0.25em 1em 0;
  width: 59.3220338983%;
}

.modal_test .btns .basic_btn.selected,
.modal_test .btns .basic_btn:hover {
  background-color: #33a35b;
  color: #fff;
  opacity: 1;
}

.modal_test .btns:has(.result_btn) {
  width: 107%;
  transform: translateX(-3.5%);
  margin-top: 3.8em;
}

.modal_test .btns .result_btn {
  background-color: #e63332;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 2rem;
  padding: 0.34em 0;
  border-radius: 0.25em;
}

.modal_test .slider {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.modal_test .progress {
  font-size: 1em;
  line-height: 1;
  border-radius: 0.625em;
  color: #b2dcc1;
  background-color: #fff;
  padding: 0.3em 0.7em;
  display: inline-block;
  position: absolute;
  left: 1em;
  top: 1.2em;
  cursor: text;
  opacity: 0;
  visibility: hidden;
}

.modal_test .progress.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

@media all and (-ms-high-contrast: none) {
  .modal_test .progress {
    padding-top: 0.65em;
    padding-bottom: 0.25em;
  }
}
.modal_test .btn_backto {
  font-family: inherit;
  font-size: 1em;
  line-height: 1;
  border-width: 0;
  background-color: transparent;
  padding: 0;
  display: block;
  position: relative;
  cursor: pointer;
  position: absolute;
  left: 1.1em;
  bottom: 1.7em;
  opacity: 0;
  visibility: hidden;
  color: #008c32;
}

.modal_test .btn_backto.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.modal_test .btn_backto.show:hover {
  opacity: 0.8;
}

/* ----------------------------
 結果
------------------------------*/
.modal_test .slide.result {
  padding-block: 2.9em 3.8888888889em;
}

.modal_test .slide.result .score {
  line-height: 1;
  margin-top: 1.9em;
}

.modal_test .slide.result .score u {
  font-size: 1em;
}

.modal_test .slide.result .score .steps {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.6em;
  row-gap: 1em;
}

.modal_test .slide.result .score .step {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_test .slide.result .score .step .label {
  font-size: 1.375em;
  color: #008c32;
  font-weight: 700;
}

.modal_test .slide.result .score .step .step_image {
  height: 1.65625em;
  margin-right: 1.7em;
  margin-top: 0.4em;
}

.modal_test .slide.result .score .step .count {
  color: #000;
  font-size: 1.2727272727em;
  border-radius: 0.1785714286em;
  background-color: #fff;
  margin-left: -0.1em;
  padding-block: 0.4em;
  width: 2em;
  box-sizing: border-box;
  font-weight: 700;
}

@media all and (-ms-high-contrast: none) {
  .modal_test .slide.result .score .step .count {
    padding-top: 0.5357142857em;
    padding-bottom: 0.1071428571em;
  }
}
.modal_test .slide.result .score .step .count + .label {
  margin-left: 0.5em;
}

.modal_test .slide.result .comment {
  border-radius: 0.3125em;
  background-color: #fff;
  margin: 2.5em 0 0;
  overflow: hidden;
  max-width: 107%;
  width: 107%;
  transform: translateX(-3.5%);
}

.modal_test .slide.result .comment .heading {
  color: #fff;
  font-size: 1em;
  text-align: center;
  line-height: 1.6;
  background-color: #93c860;
  padding: 0.9090909091em 0;
  position: relative;
  font-weight: 700;
}
.modal_test .slide.result .comment .heading::after {
  content: "";
  position: absolute;
  display: block;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 2/1;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #93c860;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
}

.modal_test .slide.result .comment .body {
  text-align: left;
  padding: 1.8em 7% 1.8em 8%;
}

.modal_test .slide.result .comment .body .summary {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.6875;
  overflow: hidden;
}

.modal_test .slide.result .comment .body .summary + .summary {
  margin-top: 1em;
}

.modal_test .slide.result .comment .body .detail {
  margin-top: 0.7em;
}

.modal_test .slide.result .comment .body .detail b {
  color: #e63332;
  font-size: 1.2em;
  font-weight: 500;
  white-space: nowrap;
}

.modal_test .slide.result .comment .body .detail strong {
  font-weight: 500;
  color: #e63332;
  display: block;
  margin-top: 1em;
}

.modal_test .slide.result .comment .judge {
  display: none;
}

.modal_test .slide.result .comment .judge.show {
  display: block;
}

@media screen and (max-width: 480px) {
  .modal_test .inner {
    transform: none;
  }
  button.close {
    right: 1.4em;
  }
}
/* ------------------------------------------------
 common
------------------------------------------------ */
.basic_btn {
  color: #33a35b;
  font-family: inherit;
  font-size: 1.1111111111em;
  border-width: 0;
  line-height: 1;
  text-decoration: none;
  border-radius: 0.3125em;
  background-color: #fff;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.16);
  padding: 1.5em 0;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
}

@media all and (-ms-high-contrast: none) {
  .basic_btn {
    padding-top: 1.7em;
    padding-bottom: 1.3em;
  }
}
/*====================================================
S4
====================================================*/
#s4 {
  margin-block: 4.2rem 17.4rem;
}
#s4 .inner {
  padding: 4.6rem 1.2rem 7.6rem;
  background-color: #f1f8eb;
  border-radius: 0.5rem;
}
#s4 .title {
  font-size: 2.2rem;
  line-height: 1.27272727;
  text-align: center;
  font-weight: 700;
  color: #008c32;
  margin-bottom: 0.8em;
}
#s4 .text {
  font-size: 1.6rem;
  line-height: 1.6875;
  padding-inline: 0.6em;
}
#s4 .button {
  background-color: #e63332;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 2rem;
  margin-top: 2.6em;
  padding: 0.34em 0;
  border-radius: 0.25em;
  font-weight: 700;
}