@charset "UTF-8";
html, body {
  height: 100%;
}

body {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1rem;
}

ol, ul, dt, dd, p, table {
  font-size: 0.875rem;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

ol {
  list-style: auto;
}

dt {
  font-weight: normal;
}

dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
}

dt, dd {
  display: block;
  align-items: center;
  padding: 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid #dae0e0;
  width: 100%;
}
dt:first-of-type, dd:first-of-type {
  border-top: 1px solid #dae0e0;
}

dt {
  background-color: #f7f7f7;
}
@media (min-width: 576px) {
  dt {
    width: 20%;
  }
}

@media (min-width: 576px) {
  dd {
    width: 80%;
  }
}

.breadcrumb {
  padding: 1rem 0.7rem 0;
  display: flex;
  justify-content: end;
}
.breadcrumb a {
  color: #33a1bd;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25rem;
  content: ">";
}

/* input */
input[type=text], select, textarea {
  width: 100%;
}

input[type=text], select, textarea {
  box-shadow: var(--bs-box-shadow-sm) !important;
  border-color: rgb(209 213 219/var(--tw-border-opacity, 1));
  border-radius: 0.375rem;
}

input[type=checkbox], input[type=radio] {
  border-radius: var(--bs-border-radius) !important;
  box-shadow: var(--bs-box-shadow-sm) !important;
  border-color: rgb(209 213 219/var(--tw-border-opacity, 1));
}

textarea {
  height: 15rem;
  display: block;
}

input:focus, input:focus-visible,
select:focus, select:focus-visible,
textarea:focus, textarea:focus-visible {
  border-color: #00a0e9 !important;
  outline: none;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

label {
  position: relative;
  top: 2px;
}

/* 規約 */
.law h2, .law h3, .law h4, .law p, .law ol, .law ul {
  font-size: 0.9em;
}
.law ol li ol li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -2em;
  padding: 0;
  margin: 0.5em;
}
.law ol li ol li ul li {
  list-style: none;
}
.law ol li ol li ul li::before {
  content: none;
}
.law ol li ol li::before {
  display: marker;
  content: "( " counter(cnt) " ) ";
}
.law ol.None {
  padding: 0;
}
.law ol.None li {
  list-style: none;
}

.policy {
  height: 12em;
  overflow-y: scroll;
  border: rgb(209, 213, 219) solid 0.1rem;
  padding: 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem !important;
}

.contents header {
  background: linear-gradient(to right, #3dcdbc 0%, #33a1bd 100%);
  color: #FFF;
}
.contents header p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: lighter;
  line-height: 1.2;
  font-size: 2rem;
  font-family: "Raleway", Arial, sans-serif;
}
@media (min-width: 992px) {
  .contents header p {
    font-size: 4rem;
  }
}
.contents header h1 {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .contents header h1 {
    font-size: 1.2rem;
  }
}
.contents header > div {
  padding: 5rem 0;
  background-image: url(/images/logo_white.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
.contents header > div.top {
  background-image: none;
}
@media (min-width: 992px) {
  .contents header > div.top {
    padding: 10rem 0;
  }
}

main {
  margin: 3rem 0;
}
main h2 {
  padding: 0.5rem;
  margin: 0.5rem 0;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(to right, #3dcdbc 0%, #33a1bd 100%) 1;
     border-image: linear-gradient(to right, #3dcdbc 0%, #33a1bd 100%) 1;
}
main h3 {
  border-left: 0.2rem solid #33a1bd;
  padding-left: 0.5rem;
  margin-top: 1rem;
}

.contents .btn {
  font-size: 0.875rem;
  border: solid 1px #33a1bd;
  height: auto;
  padding: 0.3rem 1.5rem;
  margin: 0.5rem 0;
  color: #fff;
  background-color: #33a1bd;
}
.contents .btn:hover {
  border: solid 1px #33a1bd;
  color: #33a1bd;
  background-color: #fff;
}
.contents .btn.secondary {
  border: solid 1px #33a1bd;
  color: #33a1bd;
  background-color: #fff;
}
.contents .btn.secondary:hover {
  border: solid 1px #33a1bd;
  color: #fff;
  background-color: #33a1bd;
}
.contents .nav {
  position: relative;
}
.contents .nav a {
  color: #33a1bd;
  font-size: 0.9rem;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.5rem 0.5rem;
}
.contents .nav a.logo {
  font-size: 1rem;
  width: auto;
}
.contents .nav a.btn {
  color: #fff;
  margin: 0.5rem 1rem;
  width: -webkit-fill-available;
}
@media (min-width: 992px) {
  .contents .nav a.btn {
    border: solid 1px #33a1bd;
    height: auto;
    padding: 0.1rem 0.3rem;
    margin: 0.5rem 0;
    background-color: #33a1bd;
  }
}
.contents .nav a.btn:hover {
  color: #33a1bd;
  background-color: revert;
}
.contents .nav nav {
  position: fixed;
  height: 100%;
  width: 100%;
  padding-top: 20px;
  top: 3.3rem;
  z-index: 99;
  background: #000;
  transition: 0.5s;
  left: 100%; /* メニューを画面の外に飛ばす */
}
@media (min-width: 992px) {
  .contents .nav nav {
    position: static;
    margin-top: 0.35rem;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
    left: 0;
  }
}
.contents .nav nav ul {
  padding-left: 0;
}
@media (min-width: 992px) {
  .contents .nav nav ul {
    padding-top: 0.5rem;
    margin: 0;
    display: flex;
    justify-content: end;
  }
}
.contents .nav nav ul li {
  width: 100%;
  height: 2.5rem;
  border-bottom: #333 0.1rem solid;
}
.contents .nav nav ul li:nth-last-child(-n+2) {
  border-bottom: none;
}
@media (min-width: 992px) {
  .contents .nav nav ul li {
    margin: 0 0.3rem;
    width: auto;
    height: auto;
    border-bottom: none;
  }
}

footer {
  width: 100%;
  position: sticky;
  top: 100vh;
  background-color: #FFF;
  text-align: center;
}
footer a {
  color: #33a1bd;
  margin: 0 1rem;
}

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
  /* ハンバーガーメニューのアイコン */
  /* 三本線の一番上の棒の位置調整 */
  /* 三本線の一番下の棒の位置調整 */
}
@media (min-width: 992px) {
  .drawer_open {
    display: none;
  }
}
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}
.drawer_open span:before {
  bottom: 8px;
}
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
}
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
#drawer_input:checked ~ nav {
  left: 0; /* メニューを画面に入れる */
}

/* Cookie使用同意 */
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: hidden;
  /* メディアクエリ */
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent a {
  color: #fff !important;
}
.cookie-consent .cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: 0.5em 1.5em;
}
.cookie-consent .cookie-agree:hover {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-consent .cookie-text {
    margin-bottom: 1em;
  }
}

/* ゆっくり消える */
.cc-hide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* reCAPTCHA v3 */
.grecaptcha-badge {
  z-index: 2;
}/*# sourceMappingURL=style.css.map */