@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&family=Roboto:wght@300;400;700&display=swap");
@font-face {
  font-family: 'Glacial';
  src: url("../fonts/GlacialIndifference-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Glacial';
  font-weight: bold;
  src: url("../fonts/GlacialIndifference-Bold.otf") format("opentype");
}

a {
  text-decoration: inherit;
}

.only-desktop {
  
}
.only-mobile {
  display: none;
}

@media (max-width: 767px) {
  .only-desktop {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}

.container {
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 350px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 720px;
  }
  .jc-bs3-container.container {
    max-width: 1080px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 720px;
  }
  .jc-bs3-container.container {
    max-width: 1080px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 720px;
  }
  .jc-bs3-container.container {
    max-width: 1080px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .jc-bs3-container.container {
    max-width: 1080px;
  }
}

.loadingImg {
  width: 150px;
  margin: auto;
  display: block;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  text-align: center;
  display: block !important;
  font-weight: bold;
}

h1 {
  font-size: 20px;
}

button {
  outline: none !important;
}

body {
  font-family: "Quicksand", sans-serif;
  color: #474544;
  font-size: 16px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.no-overflow {
  overflow: hidden;
}

a:hover, a:focus {
  text-decoration: none;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes progressBtn {
  0% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(0deg);
  }
  92% {
    transform: rotate(15deg);
  }
  94% {
    transform: rotate(-10deg);
  }
  96% {
    transform: rotate(5deg);
  }
  98% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.element-animation {
  animation: splash linear 3s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: splash linear 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: splash linear 3s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: splash linear 3s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: splash linear 3s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes splash {
  0% {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
  10% {
    opacity: 0;
    transform: scaleX(1.5) scaleY(1.5);
  }
  38% {
    opacity: 0;
    transform: scaleX(1.5) scaleY(1.5);
  }
  100% {
    opacity: 0;
    transform: scaleX(1) scaleY(1);
  }
}

.sns-bottom {
  padding: 20px 0 10px;
  background-color: #474544;
  text-align: center;
}

.sns-bottom a {
  display: inline-block;
  margin: 0 5px;
}

.sns-bottom a img {
  height: 30px;
}

::selection {
  background-color: #30bfa5;
  color: #fff;
}

.link-btn {
  display: block;
  height: 42px;
  line-height: 38px;
  width: 100%;
  max-width: 240px;
  border-radius: 21px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 2px 3px #00000029;
  border: 1px solid;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.03, 1.01);
}

.link-btn:hover, .link-btn:active {
  color: inherit;
  outline: none;
}

.link-btn__center {
  margin-left: auto;
  margin-right: auto;
}

.link-btn__sm {
  height: 32px;
  line-height: 28px;
  font-size: 14px;
}

.link-btn__w-circle {
  width: 42px;
}

.link-btn__w-xs {
  width: 88px;
}

.link-btn__w-sm {
  width: 120px;
}

.link-btn__w-md {
  width: 180px;
}

.link-btn__no-shadow {
  box-shadow: none;
}

.link-btn__primary {
  background-color: #30bfa5;
  color: white;
  border-color: #30bfa5;
}

.link-btn__primary:hover, .link-btn__primary:active {
  color: white;
  background-color: #2c8a7a;
  border-color: #2c8a7a;
}

.link-btn__primary-o {
  background-color: white;
  color: #30bfa5;
  border-color: #30bfa5;
}

.link-btn__primary-o:hover, .link-btn__primary-o:active {
  color: #30bfa5;
}

.link-btn__secondary {
  background-color: white;
  color: #30bfa5;
  border-color: white;
}

.link-btn__secondary:hover, .link-btn__secondary:active {
  color: #30bfa5;
}

.link-btn__disabled, .link-btn:disabled {
  background-color: #EFEFEF;
  color: #474544;
  border-color: #EFEFEF;
  cursor: not-allowed;
}

select,
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"] {
  background-color: white;
  border: none;
  border-bottom: 1px solid #CDCDCD;
  width: 100%;
  padding-bottom: 10px;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.03, 1.01);
}

select:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
  outline: none;
  border-bottom: 1px solid #30bfa5;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

label {
  font-size: 12px;
  font-weight: bold;
}

.hwds {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.03, 1.01);
}

.hwds._true {
  opacity: 0;
}

.other-btn {
  font-size: 14px;
  color: #474544;
  text-decoration: none;
}

.other-btn:hover {
  color: #30bfa5;
}

.avatar-select {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  margin-bottom: 20px;
  cursor: pointer;
}

.notesAva {
  text-align: center;
  margin-bottom: 30px;
}
.notesAva p {
  margin-bottom: 0;
  font-weight: 500;
}
.notesAva p.sp {
  display: none;
}
.notesAva span {
  display: block;
  color: red;
}
@media screen and (max-width: 767px) {
  .notesAva {
    font-size: 14px;
  }
  .notesAva p.pc {
    display: none;
  }
  .notesAva p.sp {
    display: block;
  }
}

.avatar-select input {
  display: none;
}

.avatar-select img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.proof-select {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #f8d8de;
}

.proof-select input {
  display: none;
}

.proof-select img {
  width: 100%;
  height: auto;
}

.form-set {
  margin-bottom: 1px;
}

.form-set h4 {
  font-size: 18px;
  line-height: 1.5;
}

.form-set ._impt {
  font-weight: bold;
  color: #30bfa5;
}

.form-set > label {
  margin-bottom: 5px;
}

.form-set > label ._must {
  color: white;
  background-color: #30bfa5;
  border-radius: 10px;
  display: inline-block;
  padding: 0 5px;
  font-size: 10px;
}

.form-set ._lg {
  font-size: 16px;
}

.form-set .options {
  display: flex;
}

.form-set .options label {
  display: block;
}

.form-set .options label span {
  display: block;
  border: 1px solid #cdcdcd;
  padding: 8px;
  text-align: center;
  border-radius: 4px;
}

.form-set .options label input {
  display: none;
}

.form-set .options label input:checked + span {
  background-color: #30bfa5;
  color: white;
  border-color: #30bfa5;
}

.form-set .answer-list {
  display: flex;
  align-items: center;
  margin-top: 16px;
  position: relative;
}

.form-set .answer-list__option {
  padding-right: 10px;
}

.form-set .answer-list__option label span {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #cdcdcd;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  border-radius: 4px;
}

.form-set .answer-list__option label input {
  display: none;
}

.form-set .answer-list__option label input:checked + span {
  background-color: #30bfa5;
  color: white;
  border-color: #30bfa5;
}

.form-set .answer-list__text {
  flex: 1;
}

.form-set--error input[type="text"],
.form-set--error input[type="number"],
.form-set--error input[type="password"],
.form-set--error input[type="email"],
.form-set--error input[type="search"] {
  border-color: red;
  color: red;
}

.form-set--error sub {
  color: red;
  margin-top: 8px;
  display: block;
}

.form-link {
  font-weight: bold;
  color: #30bfa5;
  font-size: 14px;
}

.form-link:hover, .form-link:focus {
  color: #2c8a7a;
}

.align-right {
  text-align: right;
}

.content-right {
  margin-left: auto;
}

.cbx-set {
  display: flex;
  align-items: center;
}

.cbx-set span {
  margin-left: 8px;
  position: relative;
  top: 1px;
}

.cbx-set ._box {
  width: 32px;
  height: 20px;
  background-color: #a3a2a2;
  position: relative;
  border-radius: 20px;
  transition: all .2s ease-in-out;
}

.cbx-set ._box::after {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border: 2px solid #a3a2a2;
  border-radius: 50%;
  transition: all .2s ease-in-out;
}

.cbx-set._center ._box {
  margin-left: auto;
  margin-right: auto;
}

.cbx-set input[type="checkbox"] {
  display: none;
}

.cbx-set input[type="checkbox"]:checked + ._box {
  background-color: #30bfa5;
}

.cbx-set input[type="checkbox"]:checked + ._box::after {
  background-color: white;
  border-color: #30bfa5;
  left: 12px;
}

.cbx2-set {
  display: flex;
  align-items: center;
}

.cbx2-set span {
  margin-left: 8px;
  position: relative;
  top: 1px;
  font-weight: normal;
  font-size: 13px;
}

.cbx2-set ._box {
  width: 20px;
  height: 20px;
  background-color: #a3a2a2;
  position: relative;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}

.cbx2-set ._box::after {
  position: absolute;
  display: block;
  content: "✓";
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  padding-left: 2px;
  transform: translateY(-50%);
  background-color: white;
  border: 2px solid #a3a2a2;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  color: white;
}

.cbx2-set._center ._box {
  margin-left: auto;
  margin-right: auto;
}

.cbx2-set input[type="checkbox"] {
  display: none;
}

.cbx2-set input[type="checkbox"]:checked + ._box {
  background-color: #30bfa5;
}

.cbx2-set input[type="checkbox"]:checked + ._box::after {
  background-color: white;
  border-color: #30bfa5;
  color: #30bfa5;
}

._jp {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

h1.main-title {
  font-family: "Glacial";
  text-align: center;
  font-weight: bold;
  color: #30bfa5;
  margin-bottom: 20px;
}

p.body-text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}

p.body-text ._impt {
  font-weight: bold;
  color: #30bfa5;
}

@media (max-width: 350px) {
  p.body-text {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
}

.content-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 154px);
  padding-bottom: 42px;
}

.content-top {
  padding-bottom: 50px;
}

.header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all .3s;
  background-color: #FFF;
}

@media screen and (max-width: 540px) {
  .header {
    padding: 10px 0;
  }
}

.header.header--up {
  top: -100px;
}

.header.header--solid {
  background-color: white;
}

.header.header--tp {
  background-color: transparent;
  box-shadow: none;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}

.header__right {
  height: 24px;
}

.header__right ._icon-right {
  color: #474544;
}

.header__back {
  border: 0;
  background-color: transparent;
  outline: none !important;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.03, 1.01);
}

.header__back i {
  font-size: 18px;
}

.header__back._icon-white {
  color: white;
}

.header__logo {
  height: 40px;
}
@media (max-width: 540px) {
  .header__logo {
    height: 30px;
  }
}

.header__logo g path {
  transition: all 0.5s cubic-bezier(0.42, 0, 0.03, 1.01);
}

@media (max-width: 1199.98px) {
  .header__logo._logo-white g path {
    fill: white;
  }
}

.header__drawer-btn {
  padding: 0;
  cursor: pointer;
  width: 26px;
  height: 24px;
  background-color: transparent;
  border: none;
  text-align: center;
  outline: none !important;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.03, 1.01);
  position: relative;
  top: -6px;
}

.header__drawer-btn > div {
  position: absolute;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3px;
  background-color: #30bfa5;
  width: 100%;
  border-radius: 32px;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.03, 1.01);
}

.header__drawer-btn > div::after, .header__drawer-btn > div::before {
  position: absolute;
  display: inline-block;
  content: '';
  height: 3px;
  width: 100%;
  background-color: #30bfa5;
  transform-origin: center;
  border-radius: 32px;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.03, 1.01);
}

.header__drawer-btn > div::after {
  bottom: -7px;
  left: 0;
}

.header__drawer-btn > div::before {
  top: -7px;
  left: 0;
}

.header__drawer-btn > span {
  position: relative;
  bottom: -16px;
  left: -1px;
  font-size: 11px;
  font-weight: bold;
  transition: all .2s ease-in-out;
}

.header__drawer-btn._active > div {
  background-color: transparent;
}

.header__drawer-btn._active > div::after, .header__drawer-btn._active > div::before {
  background-color: white;
}

.header__drawer-btn._active > div::after {
  transform: rotate(45deg);
  bottom: 0;
}

.header__drawer-btn._active > div::before {
  transform: rotate(-45deg);
  top: 0;
}

.header__drawer-btn._active > span {
  color: white;
}

@media (min-width: 1300px) {
  .header__drawer-btn._active > div::after, .header__drawer-btn._active > div::before {
    background-color: #30bfa5;
  }
  .header__drawer-btn._active > span {
    color: #30bfa5;
  }
}

.drawer {
  position: fixed;
  z-index: 98;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #30bfa5;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.03, 1.01);
}

@media (min-width: 1200px) {
  .drawer {
    width: 322px;
  }
}

.drawer__sc {
  min-height: calc(100vh - 60px);
}

.drawer__link {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  padding-top: 84px;
}

.drawer__link li {
  margin-bottom: 34px;
}

@media (max-width: 350px) {
  .drawer__link li {
    margin-bottom: 20px;
  }
}

.drawer__link li a {
  font-family: "Glacial";
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.drawer._show {
  right: 0;
}

.footer {
  margin-top: 30px;
}

.footer p {
  font-size: 12px;
  color: black;
  margin-bottom: 0;
}

@media (max-width: 350px) {
  .footer p {
    font-size: 10px;
  }
}

.footer--home .footer__bottom {
  background-color: #30bfa5;
  padding: 8px 0 7px;
  text-align: center;
}

.footer--main .footer__bottom {
  /*background-image: url("../img/footer-grd.svg");*/
  height: 60px;
  background-size: auto 60px;
  background-position: bottom center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}

.footer--main .footer__bottom p {
  margin-bottom: 7px;
}

.footer--flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.question-set .add-question {
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #30bfa5;
  color: white;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  box-shadow: 0px 2px 3px #00000029;
}

.sn-editor-toolbar-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 9px 10px;
  cursor: pointer;
}

.sn-editor-toolbar-btn ~ .note-editor.note-frame.card .note-toolbar.card-header {
  display: none;
}

.sn-editor-toolbar-btn ~ .note-editor.note-frame.card .note-editing-area .note-editable.card-block {
  padding-right: 25px;
}

/*# sourceMappingURL=style.css.map */