@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .


 */
/* line 21, app/assets/stylesheets/application.css.scss */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9の縦横比に基づくパーセンテージ */
  height: 0;
}

/* line 27, app/assets/stylesheets/application.css.scss */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 36, app/assets/stylesheets/application.css.scss */
#spinner {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid;
  border-color: #dbdcef;
  border-right-color: #7bbdb5;
  animation: spinner-d3wgkg 1s infinite linear;
}

/* line 46, app/assets/stylesheets/application.css.scss */
header {
  background-color: #2B2B2B;
}

@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn);
  }
}

/* line 56, app/assets/stylesheets/application.css.scss */
.gg-text-green {
  color: #4E7876;
}

/* line 60, app/assets/stylesheets/application.css.scss */
.gg-text-light-green {
  color: #29B3AC;
}

/* line 64, app/assets/stylesheets/application.css.scss */
.gg-text-red {
  color: #E3372D;
}

/* line 68, app/assets/stylesheets/application.css.scss */
.gg-course-thumb {
  height: 95px;
  width: 95px;
  background-size: cover;
}

/* line 75, app/assets/stylesheets/application.css.scss */
body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

/* line 80, app/assets/stylesheets/application.css.scss */
.square {
  aspect-ratio: 1 / 1;
}

/* line 84, app/assets/stylesheets/application.css.scss */
.three-four {
  aspect-ratio: 3 / 4;
}

/* line 91, app/assets/stylesheets/application.css.scss */
.swiper-button-prev, .swiper-button-next {
  color: white;
}

/* line 96, app/assets/stylesheets/application.css.scss */
.markdown h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 8px;
}

/* line 102, app/assets/stylesheets/application.css.scss */
.markdown a {
  color: #007bff;
  text-decoration: underline;
}

/* line 106, app/assets/stylesheets/application.css.scss */
.markdown ul {
  margin: 4px 0 0 10px;
}

/* line 108, app/assets/stylesheets/application.css.scss */
.markdown ul li {
  margin-bottom: 2px;
}

/* line 112, app/assets/stylesheets/application.css.scss */
.markdown table {
  width: 100%;
}

/* line 114, app/assets/stylesheets/application.css.scss */
.markdown table th {
  background-color: #eee;
}

/* line 117, app/assets/stylesheets/application.css.scss */
.markdown table td, .markdown table th {
  padding: 12px 16px;
  border: 1px solid #ccc;
}

/* line 125, app/assets/stylesheets/application.css.scss */
table th {
  text-align: left;
}

/* line 130, app/assets/stylesheets/application.css.scss */
.bg-center {
  background-size: cover;
  background-position: center;
}

/* line 135, app/assets/stylesheets/application.css.scss */
.bg-orange {
  background-color: #F97300;
}

/* line 140, app/assets/stylesheets/application.css.scss */
.border-orange {
  border-color: #F97300;
}

/* line 144, app/assets/stylesheets/application.css.scss */
.must::after {
  content: '必須';
  font-size: 8px;
  background-color: #FF2B34;
  color: white;
  padding: 4px 6px;
  margin-left: 10px;
  border-radius: 3px;
}

/* line 154, app/assets/stylesheets/application.css.scss */
.check-mark {
  display: inline-block;
  content: '';
  width: 10px;
  height: 5px;
  border-left: 2px solid #25AF01;
  border-bottom: 2px solid #25AF01;
  transform: rotate(-45deg);
}

/* line 164, app/assets/stylesheets/application.css.scss */
.gg-menu {
  right: 0;
  height: 100vh;
}

/* line 167, app/assets/stylesheets/application.css.scss */
.gg-menu .side {
  width: 40px;
  background-image: url(/assets/menu-perforations-9cb3a3147f3bd1aba125e72e58ec8e41aae509d6042fcf12f1d62c29cdf293cb.png);
  background-size: 40px;
}

/* line 172, app/assets/stylesheets/application.css.scss */
.gg-menu ul {
  background-color: #2B2B2B;
  color: white;
}

/* line 178, app/assets/stylesheets/application.css.scss */
.gg-footer {
  background-color: #2B2B2B;
}

/* line 180, app/assets/stylesheets/application.css.scss */
.gg-footer .gg-flow {
  justify-content: center;
  width: 100%;
}

/* line 184, app/assets/stylesheets/application.css.scss */
.gg-footer .gg-flow .icon-container img {
  display: block;
  margin: 0 auto;
}

/* line 189, app/assets/stylesheets/application.css.scss */
.gg-footer .gg-flow .gg-step {
  font-size: 13px;
  max-width: 120px;
  min-width: 46px;
  text-align: center;
}

/* line 195, app/assets/stylesheets/application.css.scss */
.gg-footer .gg-flow .arrow {
  flex-shrink: 0;
  width: 24px;
}

/* line 200, app/assets/stylesheets/application.css.scss */
.gg-footer ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  color: gray;
  column-gap: 10px;
  justify-content: center;
}

/* line 207, app/assets/stylesheets/application.css.scss */
.gg-footer ul li {
  height: 20px;
  font-size: 10px;
}

/* line 214, app/assets/stylesheets/application.css.scss */
.lp-banner {
  background-color: white;
  padding: 16px;
}

/* line 217, app/assets/stylesheets/application.css.scss */
.lp-banner .bg {
  height: 100px;
  width: 100%;
  background-image: url(/assets/cart-image-7069a69f7da9bf7e9eda7692e3e9cc4f2929d208660ade90b5ce8fd04dfc4394.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 228, app/assets/stylesheets/application.css.scss */
.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

/* line 236, app/assets/stylesheets/application.css.scss */
.truncate-1-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

/* line 245, app/assets/stylesheets/application.css.scss */
.swiper-slide-thumb-active {
  border: 4px solid #29B3AC;
}

/* line 250, app/assets/stylesheets/application.css.scss */
.swiper-thumb .swiper-slide {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

/* line 254, app/assets/stylesheets/application.css.scss */
.swiper-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 262, app/assets/stylesheets/application.css.scss */
.swiper-main {
  width: 100%;
  max-height: 80vh;
}

/* line 268, app/assets/stylesheets/application.css.scss */
.swiper-main .swiper-slide {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}

/* line 276, app/assets/stylesheets/application.css.scss */
.swiper-main .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* line 285, app/assets/stylesheets/application.css.scss */
.gg-tab {
  padding: 0 20px;
  border-top: 1px solid #CCC;
  display: flex;
  gap: 20px;
}

/* line 290, app/assets/stylesheets/application.css.scss */
.gg-tab .tab {
  padding: 8px 0px;
  cursor: pointer;
}

/* line 293, app/assets/stylesheets/application.css.scss */
.gg-tab .tab.active {
  border-top: 3px solid #29B3AC;
  font-weight: bold;
}
@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@layer components {
  .btn-primary {
    @apply cursor-pointer focus:outline-none text-white focus:ring-4 focus:ring-gray-300 font-medium rounded-lg text-sm px-5 py-2.5;
    background-color: #26B3BD;
  }
  .btn-secondary {
    @apply cursor-pointer text-white text-gray-800 bg-gray-100 border-gray-300 font-medium rounded-lg text-sm px-5 py-2.5;
  }

  .btn-cancel {
    @apply cursor-pointer focus:outline-none text-white focus:ring-4 focus:ring-gray-300 font-medium rounded-lg text-sm px-5 py-2.5;
    @apply bg-gray-100 text-gray-600;
  }

  .theme-color {
    color: #26B3BD;
  }

  .link {
    color: #31ABB5;
  }

  .h1 {
    @apply text-xl font-medium mb-2 text-gray-700;
  }

  .h2 {
    @apply text-xl font-bold mb-2;
  }

  .form {
    @apply space-y-4;
  }

  .label {
    @apply block text-sm font-bold text-gray-700 mb-2;
  }
  .form-field {
    @apply mt-1 block rounded-md border-gray-300 focus:ring-4 focus:ring-gray-200 shadow-sm sm:text-sm;
  }
}

