@charset "UTF-8";
section {
  position: relative;
  padding: 35% 0 10%;
  background: url("../images/page/page-bg-sp.jpg") no-repeat center top/100%;
}
section .container {
  margin: 0 auto;
  position: relative;
  padding: 5% 0;
  width: 100%;
  max-width: 1000px;
}
section h2 {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  background: rgba(255, 255, 255, 0.35);
  padding: 20px 0;
}
section h2 span {
  position: relative;
  display: inline-block;
  width: 80%;
}
section h2 span img {
  position: relative;
}
section .page-container {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}
section .btn-more {
  text-align: right;
  padding: 0 20px;
}
section .btn-more a {
  font-size: 14px;
  font-size: 3.7333333333vw;
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #045e84;
  color: #045e84;
}

#external-wrapper {
  width: 100%;
  overflow: hidden;
}

#privacy {
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
}
#privacy h2 {
  margin-bottom: 30px;
}
#privacy .illustration img {
  position: relative;
  width: 120%;
  max-width: 120%;
  left: -9%;
}
#privacy .privacy-list {
  margin-top: 50px;
  width: 100%;
}
#privacy .privacy-list ul li {
  margin-bottom: 40px;
}
#privacy .privacy-list ul li h3 {
  font-size: 16px;
  font-size: 4.2666666667vw;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
#privacy .privacy-list ul li p {
  font-size: 12px;
  font-size: 3.2vw;
}

#qa .qa-list ul li {
  padding-top: 10px;
  margin-bottom: 25px;
  background: url("../images/nav-bg-sp.jpg") no-repeat center top/cover;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}
#qa .qa-list ul li .qa-txt {
  padding: 10px;
}
#qa .qa-list ul li:nth-child(1) p {
  background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg01.png") no-repeat center center/40%;
}
#qa .qa-list ul li:nth-child(2) p {
  background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg02.png") no-repeat center center/40%;
}
#qa .qa-list ul li:nth-child(3) p {
  background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg03.png") no-repeat center center/40%;
}
#qa .qa-list ul li:nth-child(4) p {
  background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg01.png") no-repeat center center/40%;
}
#qa .qa-list ul li:nth-child(5) p {
  background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg02.png") no-repeat center center/40%;
}
#qa .qa-list ul li:nth-child(6) p {
  background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg03.png") no-repeat center center/40%;
}
#qa .qa-list ul li:nth-child(7) p {
  background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg01.png") no-repeat center center/40%;
}
#qa .qa-list ul li:nth-child(8) p {
  background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg02.png") no-repeat center center/40%;
}
#qa .qa-list ul li:nth-child(9) p {
  background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg03.png") no-repeat center center/40%;
}
#qa .qa-list ul li:nth-child(10) p {
  background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg01.png") no-repeat center center/40%;
}
#qa .qa-list ul li:nth-child(11) p {
  background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg02.png") no-repeat center center/40%;
}
#qa .qa-list ul li:nth-child(12) p {
  background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg03.png") no-repeat center center/40%;
}
#qa .qa-list ul li:last-child {
  margin-bottom: 0;
}
#qa .qa-list h3 {
  background: rgba(0, 118, 148, 0.77);
  padding: 5px 10px;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#qa .qa-list p {
  min-height: 7rem;
  font-size: 12px;
  font-size: 3.2vw;
  color: #000;
  padding: 10px 15px;
  border: solid 1px #b50000;
}

#company .company-block {
  background-image: url("../images/page/company-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}
#company .company-block .company-block-inner {
  background-image: url("../images/page/company-logo.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  padding: 20px 25px;
}
#company .company-block dl {
  display: flex;
  font-size: 12px;
  font-size: 3.2vw;
  letter-spacing: 0.3px;
  color: #000;
  margin: 15px auto;
}
#company .company-block dl dt {
  width: 8rem;
}
#company .company-block dl dd {
  flex: 1;
}
#company .company-block dl dd a {
  color: #000;
}

#news {
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
}
#news h2 {
  margin-bottom: 40px;
}
#news h2 img {
  width: 65%;
}
#news .illustration {
  text-align: center;
}
#news .illustration img {
  width: 60%;
}
#news .news-list {
  width: 100%;
}
#news .news-list ul li {
  background: rgba(4, 94, 132, 0.55);
}
#news .news-list ul li a {
  display: block;
  padding: 15px 20px;
}
#news .news-list ul li .date {
  font-size: 11px;
  font-size: 2.9333333333vw;
  background: #045e84;
  padding: 0 8px;
  display: inline-block;
  color: #fff;
  margin-bottom: 5px;
}
#news .news-list ul li .new {
  margin-left: 5px;
  display: inline-block;
  background: #9c4844;
  color: #fff;
  font-size: 11px;
  font-size: 2.9333333333vw;
  padding: 0 8px;
}
#news .news-list ul li .tit {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.5;
  color: #fff;
}
#news .news-detail {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 30px;
  background: rgba(4, 94, 132, 0.75);
  margin-bottom: 20px;
}
#news .news-detail .news-head {
  padding: 5px 0 10px;
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
}
#news .news-detail .news-head .date {
  font-size: 13px;
  font-size: 3.4666666667vw;
  background: #045e84;
  padding: 0 8px;
  display: inline-block;
  color: #fff;
  margin-bottom: 5px;
}
#news .news-detail .news-head .new {
  margin-left: 5px;
  display: inline-block;
  background: #9c4844;
  color: #fff;
  font-size: 13px;
  font-size: 3.4666666667vw;
  padding: 0 8px;
}
#news .news-detail .news-head .tit {
  font-size: 18px;
  font-size: 4.8vw;
  line-height: 1.3;
  color: #fff;
}
#news .news-detail .news-body {
  font-size: 12.5px;
  font-size: 3.3333333333vw;
  color: #fff;
}
#news .news-detail .news-body p {
  margin-bottom: 20px;
}
#news .news-detail .news-body p a {
  color: #132830;
  font-weight: bold;
  text-decoration: underline;
}
#news .news-detail .news-body p:last-child {
  margin-bottom: 0;
}

.movie-embed {
  margin-bottom: 20px;
}
.movie-embed .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-embed .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* タブ */
.news-tabs {
  margin: 0;
  background: rgba(4, 94, 132, 0.55);
  margin-bottom: 10px;
}
.news-tabs button {
  font-family: "Shippori Mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.news-tabs .news-tabs-inner {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  padding: 10px 20px;
}

.news-tabs .tab {
  padding: 0.55rem 0.8rem;
  border: 1px solid #025f84;
  color: #025f84;
  /* border-radius: 9999px; */
  background: rgba(255, 255, 255, 0.41);
  cursor: pointer;
  font-weight: 700;
  font-size: 10px;
  font-size: 2.6666666667vw;
  line-height: 1;
}

.news-tabs .tab.is-active {
  background: #025f84;
  color: #fff;
}

/* リスト表示 */
.news-list .news-render {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 20px;
}

.news-list .news-render li a {
  display: block;
  padding: 0.8rem 1rem;
}

.news-empty {
  margin: 0.8rem 0;
  color: #666;
}

/* ===== カスタム変数（色・線） ===== */
:root {
  --rp-blue: #244d6a; /* 見出し帯の青 */
  --rp-line: #265b83; /* 罫線色 */
  --rp-text: #243039; /* 文字色 */
}

#price-course {
  /* セクション（背景は透過） */
}
#price-course h2 {
  margin-bottom: 40px;
}
#price-course h2 img {
  width: 65%;
}
#price-course .price-intro {
  margin-top: 40px;
  padding: 0 40px;
}
#price-course .recommend-spot h3 {
  text-align: center;
  font-size: 28px;
  font-size: 7.4666666667vw;
  letter-spacing: -2px;
  font-weight: bold;
  color: #045e84;
  margin: 20px auto;
}
#price-course .recommend-spot .course-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#price-course .recommend-spot .course-list ul li {
  width: 80%;
  margin: 1% 1% 10%;
}
#price-course .recommend-spot .course-list ul li a {
  display: block;
  color: #000;
  text-align: center;
}
#price-course .recommend-spot .course-list ul li .course-img {
  text-align: center;
}
#price-course .recommend-spot .course-list ul li .course-img img {
  width: 70%;
}
#price-course .recommend-spot .course-list ul li p {
  width: 74%;
  color: #fff;
  margin: 15px auto;
  text-align: center;
  background: #006c95;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 4.8vw;
}
#price-course .price {
  margin: 30px auto 0;
  width: 100%;
}
#price-course .price-attention {
  padding: 10px 5%;
}
#price-course .price-attention ul li p {
  text-align: left;
  line-height: 1.5;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
#price-course .price-discount {
  color: #fff;
  padding: 10px;
  line-height: 1.2;
  background: rgba(156, 72, 68, 0.95);
  font-size: 20px;
  font-size: 5.3333333333vw;
  text-align: center;
}
#price-course .rikisha-price {
  background: transparent;
  color: var(--rp-text);
  margin: 30px auto 0;
  width: 100%;
  /* タイトル帯 */
  /* テーブル */
  /* スマホ調整 */
}
#price-course .rikisha-price .rp-head {
  background: #265b83;
  color: #fff;
  text-align: center;
  padding: 0.6rem 0.5rem;
}
#price-course .rikisha-price .rp-head h3 {
  line-height: 1;
  background: transparent;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 24px;
  font-size: 6.4vw;
}
#price-course .rikisha-price .rp-table {
  letter-spacing: -0.5px;
  width: 90%;
  margin: 10px auto;
  border-collapse: collapse;
  border-top: none;
  background: transparent;
}
#price-course .rikisha-price .rp-table th,
#price-course .rikisha-price .rp-table td {
  padding: 0.9rem 0.8rem;
  border-bottom: 1px solid var(--rp-line);
  border-right: 1px solid var(--rp-line);
  vertical-align: middle;
  background: transparent;
  text-align: center;
}
#price-course .rikisha-price .rp-table tbody tr:last-child th, #price-course .rikisha-price .rp-table tbody tr:last-child td {
  border-bottom: 0;
}
#price-course .rikisha-price .rp-table th:last-child,
#price-course .rikisha-price .rp-table td:last-child {
  border-right: 0;
}
#price-course .rikisha-price .rp-table thead tr {
  border-left: none;
  border-right: none;
}
#price-course .rikisha-price .rp-table thead th {
  text-align: center;
  font-weight: 700;
  background: transparent;
  border-left: none;
  border-right: none;
}
#price-course .rikisha-price .rp-table thead th.col-plan {
  width: 44%;
}
#price-course .rikisha-price .rp-table thead th.col-two {
  width: 29%;
}
#price-course .rikisha-price .rp-table thead th.col-one {
  width: 27%;
}
#price-course .rikisha-price .rp-table thead th.col-two > div, #price-course .rikisha-price .rp-table thead th.col-one > div {
  background: rgba(36, 77, 106, 0.75);
  padding: 4px 5px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#price-course .rikisha-price .rp-table thead th .dot {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: #fff;
  margin-right: 0.35em;
  transform: translateY(0px);
}
#price-course .rikisha-price .rp-table tbody tr {
  border-right: 1px solid var(--rp-line);
}
#price-course .rikisha-price .rp-table tbody tr:last-child {
  border-bottom: 1px solid var(--rp-line);
}
#price-course .rikisha-price .rp-table tbody th {
  font-weight: 700;
  white-space: nowrap;
  border-left: 1px solid var(--rp-line);
  color: #265b83;
  text-align: center;
}
#price-course .rikisha-price .rp-table tbody .label {
  font-size: clamp(20px, 2.8vw, 30px);
}
#price-course .rikisha-price .rp-table tbody .label.hira {
  letter-spacing: -2.8px;
}
#price-course .rikisha-price .rp-table tbody .time {
  font-size: 1.2em;
  font-weight: 600;
  margin-left: -0.4em;
}
#price-course .rikisha-price .rp-table tbody .badge {
  font-size: 1.2em;
  font-weight: 700;
  margin-left: -0.2em;
  letter-spacing: 0.05em;
}
#price-course .rikisha-price .rp-table tbody .yen {
  display: block;
  font-weight: 700;
  font-size: clamp(16px, 2.8vw, 22px);
  line-height: 1.2;
}
#price-course .rikisha-price .rp-table tbody .per {
  display: block;
  font-size: 1.2em;
  opacity: 0.9;
  margin-top: 0.2em;
}
@media (max-width: 520px) {
  #price-course .rikisha-price .rp-table th, #price-course .rikisha-price .rp-table td {
    padding: 0.6rem 0.2rem;
  }
  #price-course .rikisha-price .rp-table .col-plan {
    width: 50%;
  }
}

#shafu {
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
}
#shafu .illustration {
  padding: 0 50px;
}
#shafu .illustration.shafu-archive-illustration {
  text-align: center;
}
#shafu .illustration.shafu-archive-illustration img {
  width: 30%;
}
#shafu h2 {
  margin-bottom: 20px;
}
#shafu .shafu-list .shafu-list-man, #shafu .shafu-list .shafu-list-woman {
  position: relative;
  background: rgba(4, 94, 132, 0.55);
  padding: 20px 30px;
}
#shafu .shafu-list .shafu-list-man .btn-more, #shafu .shafu-list .shafu-list-woman .btn-more {
  margin-top: 20px;
  padding-right: 0;
}
#shafu .shafu-list .shafu-list-man .btn-more a, #shafu .shafu-list .shafu-list-woman .btn-more a {
  border-color: #fff;
  color: #fff;
}
#shafu .shafu-list .shafu-list-man {
  margin-bottom: 30px;
}
#shafu .shafu-list h3 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  padding: 0px 0px;
  line-height: 1;
  color: #fff;
  font-size: 1px;
}
#shafu .shafu-list h3 img {
  width: 29%;
}
#shafu .shafu-list h4 {
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  font-size: 4.8vw;
}
#shafu .shafu-name {
  margin-top: 5px;
  letter-spacing: -0.1px;
  line-height: 1.3;
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #000;
  text-align: center;
}
#shafu .shafu-archive-list {
  position: relative;
  background: url("../images/page/company-bg.jpg") repeat center top/contain;
  padding: 20px;
  width: 90%;
  margin: 30px auto;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}
#shafu .shafu-archive-list.shafu-archive-list-woman ul li {
  border: solid 1px #d68383;
}
#shafu .shafu-archive-list .soshoku-left-top {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 25px;
}
#shafu .shafu-archive-list .soshoku-right-top {
  transform: rotate(90deg);
  position: absolute;
  right: 5px;
  top: 5px;
  width: 25px;
}
#shafu .shafu-archive-list .soshoku-left-bottom {
  transform: rotate(270deg);
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 25px;
}
#shafu .shafu-archive-list .soshoku-right-bottom {
  transform: rotate(180deg);
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 25px;
}
#shafu .shafu-archive-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin: 0 0 -3% -3%;
}
#shafu .shafu-archive-list ul li {
  width: 47%;
  margin: 0 0 3% 3%;
  padding: 10px;
  border: solid 1px #005983;
}
#shafu .shafu-archive-list ul li .shafu-name {
  font-size: 12px;
  font-size: 3.2vw;
}
#shafu .shafu-archive-list ul li .shafu-sns {
  margin-top: 5px;
  text-align: center;
}
#shafu .shafu-archive-list ul li .shafu-sns i {
  color: #000;
  font-size: 11px;
  font-size: 2.9333333333vw;
  margin: 0 5px;
}
#shafu .shafu-archive-list ul li a {
  display: block;
}
#shafu .shafu-archive-list .shafu-archive-btn {
  margin-top: 40px;
  margin-bottom: 20px;
}

.channel_slide_selector, .channel_slide_selector2 {
  display: none;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.channel_slide_selector.slick-initialized, .channel_slide_selector2.slick-initialized {
  display: block;
  opacity: 1;
}

#channel_slick, #channel_slick2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
}
#channel_slick .slick-slide, #channel_slick2 .slick-slide {
  padding: 0 10px; /* ガター */
}
.channel_slide {
  margin: 0 10px;
}

#channel_slick_next, #channel_slick_next2, #channel_slick_preview, #channel_slick_preview2 {
  position: absolute;
  display: block;
  height: 20px;
  width: 15px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 37%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

#channel_slick_next, #channel_slick_next2 {
  right: -20px;
}

#channel_slick_preview, #channel_slick_preview2 {
  left: -20px;
}

.fancybox-container {
  z-index: 9999299999;
}

.teacher_window {
  max-width: 600px;
  flex-wrap: wrap;
  padding: 40px 40px;
  margin: 40px 20px !important;
  background: url("../images/page/company-bg.jpg") repeat center top/contain;
}
.teacher_window .window_teacher_img {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.teacher_window .window_teacher_img img {
  width: 100%;
  max-width: 300px;
  box-shadow: 0px 0px 4px 2px rgba(73, 73, 73, 0.65);
}
.teacher_window h3 {
  color: #000;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: bold;
  margin: 0 auto 15px;
  text-align: center;
}
.teacher_window h4 {
  color: #000;
  font-size: 18px;
  font-size: 4.8vw;
  line-height: 1.2;
  font-weight: bold;
  margin: 15px auto;
  text-align: center;
}
.teacher_window .shafu-sns {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0 25px;
}
.teacher_window .shafu-sns a {
  display: inline-block;
  margin: 0 10px;
}
.teacher_window .shafu-sns a i {
  color: #000;
  font-size: 18px;
  font-size: 4.8vw;
}
.teacher_window .tag_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px 0;
}
.teacher_window .tag_list ul li {
  color: #fff;
}
.teacher_window .tag_list ul li a {
  color: #fff;
  border-radius: 10px;
  background: #ada29c;
  display: inline-block;
  font-size: 10px;
  font-size: 0.8333333333rem;
  width: auto;
  margin: 0 5px 5px 5px;
  text-align: center;
  padding: 3px 10px;
}
.teacher_window .tag_list ul li .link_fancy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  background: transparent;
  margin: 0;
  padding: 0;
}
.teacher_window .tag_list ul li .link_fancy:hover {
  opacity: 0.7;
}
.teacher_window .movie {
  margin: 20px auto 40px;
  text-align: center;
  position: relative;
  max-width: none;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teacher_window .movie a {
  font-size: 14px;
  font-size: 1.1666666667rem;
  color: #bf1313;
  line-height: 1;
  display: flex;
  margin: 0 10px;
  justify-content: center;
  align-items: center;
}
.teacher_window .movie a i {
  margin-left: 0.2em;
  display: inline-block;
  font-size: 35px;
  font-size: 2.9166666667rem;
}
.teacher_window .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teacher_window p {
  line-height: 1.7;
  color: #000;
  font-size: 12px;
  font-size: 3.2vw;
  word-break: break-word;
}
.teacher_window p span {
  color: #bf1313;
  font-weight: bold;
}
.teacher_window .close {
  padding: 10px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.3333333333rem;
  color: #5b5b5b;
  cursor: pointer;
}
.teacher_window .close2 {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  cursor: pointer;
}

#blog {
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
  /* 16:9  */
  /* aspect-ratio 非対応ブラウザ用フォールバック（任意） */
}
#blog h2 {
  margin-bottom: 40px;
}
#blog h2 span {
  width: 65%;
}
#blog .illustration {
  padding: 0 40px;
}
#blog .blog-list {
  margin-top: 30px;
  padding: 0 20px;
}
#blog .blog-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin: 0 0 -5% -5%;
}
#blog .blog-list ul li {
  width: 43%;
  margin: 0 0 5% 5%;
}
#blog .blog-list ul li a {
  display: block;
}
#blog .blog-list ul li .blog-img {
  border: 5px solid rgba(4, 94, 132, 0.61);
}
#blog .blog-list ul li .date {
  font-size: 10px;
  font-size: 2.6666666667vw;
  color: #000;
  display: inline-block;
}
#blog .blog-list ul li .new {
  display: inline-block;
  background: #9c4844;
  color: #fff;
  margin-left: 5px;
  line-height: 1.1;
  font-size: 10px;
  font-size: 2.6666666667vw;
  padding: 0 8px;
}
#blog .blog-list ul li .tit {
  font-size: 11px;
  font-size: 2.9333333333vw;
  line-height: 1.35;
  color: #fff;
  background: rgba(4, 94, 132, 0.55);
  padding: 5px 7px;
}
#blog .blog-list .blog-img {
  aspect-ratio: 1/1;
}
#blog .blog-list .blog-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0; /* 既存CSSで付いていたら無効化 */
  border: none; /* 枠が要らなければ */
}
#blog .blog-list .blog-img img {
  position: absolute; /* 枠いっぱいに敷き詰める */
  inset: 0;
  width: 100% !important; /* 既存の height:auto; に勝つため */
  height: 100% !important;
  object-fit: cover; /* 中央トリミング */
  display: block;
}
@supports not (aspect-ratio: 1/1) {
  #blog { /* ←正方形 */
    /* 16:9 の場合は 56.25% にする */
    /* .blog-list .blog-img::before{padding-top:56.25%;} */
  }
  #blog .blog-list .blog-img::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  #blog .blog-list .blog-img img {
    position: absolute;
    inset: 0;
  }
}
#blog .blog-detail {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 20px;
  background: rgba(4, 94, 132, 0.75);
  margin-bottom: 20px;
}
#blog .blog-detail .blog-head {
  padding: 5px 0 10px;
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
}
#blog .blog-detail .blog-head .date {
  font-size: 13px;
  font-size: 3.4666666667vw;
  background: #045e84;
  padding: 0 8px;
  display: inline-block;
  color: #fff;
  margin-bottom: 5px;
}
#blog .blog-detail .blog-head .new {
  margin-left: 5px;
  display: inline-block;
  background: #9c4844;
  color: #fff;
  font-size: 13px;
  font-size: 3.4666666667vw;
  padding: 0 8px;
}
#blog .blog-detail .blog-head .tit {
  font-size: 18px;
  font-size: 4.8vw;
  line-height: 1.3;
  color: #fff;
}
#blog .blog-detail .blog-body {
  font-size: 12.5px;
  font-size: 3.3333333333vw;
  color: #fff;
}
#blog .blog-detail .blog-body p {
  margin-bottom: 20px;
}
#blog .blog-detail .blog-body p a {
  color: #132830;
  font-weight: bold;
  text-decoration: underline;
}
#blog .blog-detail .blog-body p:last-child {
  margin-bottom: 0;
}
#blog .btn-more {
  margin-top: 20px;
}
#gallery h2 {
  padding: 25px 0;
}
#gallery .container {
  min-height: 0;
}
#gallery .illustration {
  text-align: center;
  margin: 20px auto;
}
#gallery .illustration img {
  width: 30%;
}
#gallery .gallery-list {
  margin-top: 0;
}
#gallery .gallery-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin: 0;
}
#gallery .gallery-list ul li {
  width: 44%;
  margin: 5% 3%;
}
#gallery .gallery-list ul li a {
  display: block;
  text-align: center;
}
#gallery .gallery-list ul li a img {
  box-shadow: -5px 5px 1px 2px rgba(53, 107, 140, 0.45);
}
#gallery .btn-more {
  margin-top: 20px;
}
#gallery .btn-more a {
  border-color: #fff;
  color: #fff;
}

@keyframes wobbling_x {
  0% {
    transform: translate(0, -1.5%);
  }
  100% {
    transform: translate(0, 1%);
  }
}
@keyframes floating-x {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(3%);
  }
  60% {
    transform: translateX(-3%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-2%);
  }
  60% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0);
  }
}
.ico {
  animation: furifuri 2s linear 0s infinite;
}

#about {
  width: 100%;
  background: #fff;
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
}
#about .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
  font-size: 18px;
  font-size: 1.5rem;
}

#contact h2 {
  margin-bottom: 60px;
}
#contact .contact-container {
  margin-bottom: 20px;
}
#contact .contact-container .contact-block {
  margin-bottom: 40px;
}
#contact .contact-container .contact-block.attention-block {
  background: rgba(232, 232, 232, 0.37);
  padding: 20px;
}
#contact .contact-container .contact-block h3 {
  text-align: center;
  margin-bottom: 10px;
}
#contact .contact-container .contact-block h3 img {
  position: relative;
  max-width: 110%;
  width: 110%;
  left: -5%;
}
#contact .contact-container .contact-block h4 {
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #cb2c34;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  background: rgba(204, 204, 204, 0.3019607843);
  padding: 5px 10px;
}
#contact .contact-container .contact-block p {
  font-size: 11px;
  font-size: 2.9333333333vw;
  color: #000;
}
#contact .contact-container .contact-block p strong {
  font-size: 12px;
  font-size: 3.2vw;
}
#contact .contact-container .contact-block .reserve-entry a {
  width: 100%;
  display: block;
  background: #bf1313;
  text-align: center;
  font-size: 18px;
  font-size: 4.8vw;
  border: 5px solid #bf1313;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
#contact .contact-form {
  border: 4px double rgba(4, 94, 132, 0.84);
  padding: 20px;
}
#contact .contact-form h4 {
  text-align: center;
  background: rgba(4, 94, 132, 0.7607843137);
  color: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 18px;
  font-size: 4.8vw;
  margin-bottom: 40px;
}
#contact .block {
  margin: 0 0 30px;
}
#contact .block h3 {
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.3333333333rem;
}
#contact .block h3:before {
  content: "";
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#contact .block h3 span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-weight: bold;
  padding: 0 8px 0 0px;
}
#contact .block p {
  line-height: 1.4;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
#contact .block p.info {
  font-size: 11px;
  font-size: 2.9333333333vw;
}
#contact .block p strong {
  color: #bf1313;
}
#contact .block p .wpcf7-form-control-wrap {
  display: block;
}
#contact .btn_confirm {
  margin: 20px 0;
}
#contact .btn_confirm a {
  display: block;
  background: #bf1313;
  color: #fffcc8;
  text-align: center;
  border-radius: 5px;
  border: 5px solid #bf1313;
  padding: 10px 10px;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  font-size: 3.2vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#contact .btn_confirm a:hover {
  opacity: 1;
  background: #fff;
  color: #bf1313;
}
#contact .wpcf7-form .single .cp {
  background: rgba(4, 94, 132, 0.7607843137);
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .wpcf7-form .single .cp.subject {
  background: #3f3f3f;
}
#contact .wpcf7-form .single .wrap {
  display: block;
  flex-wrap: wrap;
}
#contact .wpcf7-form .single .wrap .txt {
  width: 100%;
}
#contact .wpcf7-form .single .wrap .txt input {
  border-radius: 0;
  border: 0;
  height: 100%;
  width: 100%;
}
#contact .wpcf7-form .textarea_wrap .cp {
  background: rgba(4, 94, 132, 0.7607843137);
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}
#contact .wpcf7-form .textarea_wrap .txt {
  width: 100%;
}
#contact .wpcf7-form .textarea_wrap .txt .wpcf7-form-control-wrap {
  display: block;
}
#contact .wpcf7-form .textarea_wrap .txt textarea {
  height: 100%;
  width: 100%;
}
#contact .wpcf7-form input, #contact .wpcf7-form select, #contact .wpcf7-form textarea {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  font-size: 1.3333333333rem;
  padding: 10px;
}
#contact .wpcf7-form .checkbox-sex, #contact .wpcf7-form .checkbox-blood-type {
  padding: 10px 0;
  display: block;
}
#contact .wpcf7-form .wpcf7-checkbox input {
  width: auto !important;
}
#contact .wpcf7-form .birth, #contact .wpcf7-form .graduate, #contact .wpcf7-form .date_wrap {
  display: block;
  flex-wrap: wrap;
}
#contact .wpcf7-form .birth select, #contact .wpcf7-form .graduate select, #contact .wpcf7-form .date_wrap select {
  width: 100%;
}
#contact .wpcf7-form .address {
  width: 100%;
  padding-left: 0;
}
#contact .wpcf7-form .zip_wrap {
  margin-top: 15px;
  margin-bottom: 10px;
}
#contact .wpcf7-form .zip_wrap .wpcf7-form-control-wrap {
  display: inline-block;
}
#contact .wpcf7-form .prefectures_wrap {
  margin-bottom: 10px;
}
#contact .wpcf7-form .prefectures_wrap label {
  display: flex;
}
#contact .wpcf7-form .prefectures_wrap .prefecture {
  margin-left: 10px;
}
#contact .wpcf7-form .city_wrap {
  display: block;
}
#contact .wpcf7-form .city_wrap .city {
  margin-bottom: 10px;
  display: inline-block;
}
#contact .wpcf7-form .city_wrap .city input {
  width: 100%;
}
#contact .wpcf7-form .street_wrap {
  display: block;
}
#contact .wpcf7-form .street_wrap .street {
  margin-bottom: 10px;
}
#contact .wpcf7-form .street_wrap .street input {
  width: 100%;
}
#contact .wpcf7-form .block_column {
  display: flex;
  flex-wrap: wrap;
}
#contact .wpcf7-form .block_column .single {
  margin-right: 0;
  width: 100%;
}
#contact .wpcf7-form .block_column .single:first-child {
  margin-right: 0;
}
#contact .wpcf7-form .block_column .single .wrap .txt input {
  width: 200px;
  display: inline-block;
}
#contact .wpcf7-form .block_column .single .wrap .txt span {
  display: inline-block;
}
#contact .wpcf7-form h3 {
  font-size: 18px;
  font-size: 1.5rem;
  margin: 0 0 20px;
  border-left: 10px solid #000;
  font-weight: bold;
  padding-left: 7px;
}
#contact .wpcf7-form h4 {
  font-size: 14px;
  font-size: 1.1666666667rem;
  margin: 0 0 10px;
  font-weight: bold;
}
#contact .wpcf7-form h4 span {
  color: #bf1313;
}
#contact .wpcf7-form h5 {
  font-size: 14px;
  font-size: 1.1666666667rem;
  margin: 0px;
  font-weight: bold;
}
#contact .wpcf7-form .privacy_wrap {
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#contact .wpcf7-form .privacy_wrap a {
  color: #bf1313;
  border-bottom: 1px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#contact .wpcf7-form .privacy_wrap a:hover {
  opacity: 0.7;
  border-bottom: none;
}
#contact .wpcf7-form input[type=submit], #contact .wpcf7-form input[type=button] {
  font-family: "Shippori Mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 100%;
  display: block;
  background: #bf1313;
  color: #fffcc8;
  text-align: center;
  border-radius: 5px;
  border: 5px solid #bf1313;
  margin-bottom: 5px;
  padding: 10px 10px;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#contact .wpcf7-form input[type=submit]:hover, #contact .wpcf7-form input[type=button]:hover {
  opacity: 1;
  background: #fff;
  color: #bf1313;
}
#contact .wpcf7-not-valid-tip {
  font-size: 12px;
  font-size: 1rem;
}
#contact span.wpcf7-list-item {
  display: block;
  margin: 0 0 0.5em 1em;
}
#contact span.wpcf7-list-item:first-child {
  margin-top: 1em;
}
#contact div.wpcf7-validation-errors, #contact div.wpcf7-acceptance-missing {
  background: #000;
  color: #f7e700;
}
#contact .tel-wrap {
  margin: 50px auto;
  padding: 0 10px;
}
#contact .tel-wrap a {
  display: block;
}

.spot_window {
  max-width: 600px;
  flex-wrap: wrap;
  padding: 20px 0;
  margin: 40px 20px !important;
  background: url("../images/page/company-bg.jpg") repeat center top/contain;
}
.spot_window button {
  display: none;
}
.spot_window .spot-tit {
  margin: 50px auto 0;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  background: rgba(4, 94, 132, 0.53);
}
.spot_window .close {
  padding: 10px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.3333333333rem;
  color: #5b5b5b;
  cursor: pointer;
}
.spot_window .close2 {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  cursor: pointer;
}

.price_window {
  max-width: 600px;
  flex-wrap: wrap;
  padding: 20px 0;
  margin: 40px 0px !important;
  background: transparent;
}
.price_window button {
  display: none;
}
.price_window .price-tit {
  margin: 50px auto 0;
  width: 100%;
  text-align: center;
}
.price_window .close {
  padding: 10px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.3333333333rem;
  color: #fff;
  cursor: pointer;
}
.price_window .close2 {
  position: absolute;
  right: 0;
  top: 10px;
  width: 35px;
  cursor: pointer;
}

@media screen and (min-width: 900px) {
  #top {
    position: relative;
    width: 100%;
    height: 1px;
    background: #005685;
    text-align: center;
  }
  .word {
    display: flex;
    margin-right: 1rem;
  }
  section {
    position: relative;
    min-height: 100dvh;
    padding-top: 0;
    padding-bottom: 60px;
    background: url("../images/page/page-bg.jpg") no-repeat center top/100%;
  }
  section .container {
    margin: 0 auto;
    position: relative;
    padding: 100px 0;
    width: 100%;
    max-width: none;
  }
  section h2 {
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
    background: rgba(255, 255, 255, 0.35);
    padding: 30px 0;
  }
  section h2 span {
    position: relative;
    display: inline-block;
    width: 580px;
  }
  section h2 span img {
    position: relative;
  }
  section h2 .line {
    position: absolute;
    left: 10%;
    top: 34%;
    width: 80%;
    opacity: 0;
    transform: translate(-20px, -20px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  section h2 .line.img-animation {
    transform: translate(0, 0);
    opacity: 1;
  }
  section .btn-more {
    margin: 40px auto 0;
    text-align: right;
    padding: 0 0px;
    max-width: 1000px;
  }
  section .btn-more a {
    font-size: 26px;
    font-size: 2.1666666667rem;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #045e84;
    color: #045e84;
  }
  #external-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .fixed {
    min-height: 100dvh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .fixed.active {
    opacity: 1;
  }
  .fixed .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
  }
  .fixed .bg.bg-photo {
    background-image: url("../images/bg3.jpg");
    background-position: 0% 50%;
    background-repeat: repeat-x;
  }
  .fixed .bg.bg01 {
    background-image: url("https://d20dfxyuz7q532.cloudfront.net/utopia/creephyp/15th/0210/bg03.jpg");
    background-position: 50% 80%;
  }
  .fixed .bg.bg02 {
    background-image: url("https://d20dfxyuz7q532.cloudfront.net/utopia/creephyp/15th/0210/bg02.jpg");
  }
  .fixed .bg.bg03 {
    background-image: url("https://d20dfxyuz7q532.cloudfront.net/utopia/creephyp/15th/0210/bg01.jpg");
  }
  .fancybox-container {
    z-index: 100000000;
  }
  .fancybox-close-small {
    display: none;
  }
  #news {
    min-height: 100dvh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  #news h2 {
    margin-bottom: 50px;
  }
  #news h2 img {
    width: 360px;
  }
  #news .illustration {
    text-align: center;
  }
  #news .illustration img {
    width: 60%;
    max-width: 650px;
  }
  #news .news-list {
    width: 100%;
  }
  #news .news-list ul li {
    background: rgba(4, 94, 132, 0.55);
  }
  #news .news-list ul li a {
    display: block;
    padding: 25px 20px;
    margin: 0 auto;
    width: 1000px;
  }
  #news .news-list ul li .date {
    font-size: 14px;
    font-size: 1.1666666667rem;
    background: #045e84;
    padding: 0 8px;
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
  }
  #news .news-list ul li .new {
    margin-left: 5px;
    display: inline-block;
    background: #9c4844;
    color: #fff;
    font-size: 14px;
    font-size: 1.1666666667rem;
    padding: 0 8px;
  }
  #news .news-list ul li .tit {
    font-size: 20px;
    font-size: 1.6666666667rem;
    line-height: 1.5;
    color: #fff;
  }
  #news .news-detail {
    padding: 50px;
    background: rgba(4, 94, 132, 0.75);
    max-width: 1000px;
    margin: 0 auto 40px;
  }
  #news .news-detail .news-head {
    padding: 10px 0 10px;
    border-bottom: solid 1px #fff;
    margin-bottom: 25px;
  }
  #news .news-detail .news-head .date {
    font-size: 16px;
    font-size: 1.3333333333rem;
    background: #045e84;
    padding: 0 8px;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
  }
  #news .news-detail .news-head .new {
    margin-left: 5px;
    display: inline-block;
    background: #9c4844;
    color: #fff;
    font-size: 16px;
    font-size: 1.3333333333rem;
    padding: 0 8px;
  }
  #news .news-detail .news-head .tit {
    font-size: 32px;
    font-size: 2.6666666667rem;
    line-height: 1.3;
    color: #fff;
  }
  #news .news-detail .news-body {
    font-size: 16px;
    font-size: 1.3333333333rem;
    color: #fff;
  }
  #news .news-detail .news-body p {
    margin-bottom: 30px;
  }
  #news .news-detail .news-body p:last-child {
    margin-bottom: 0;
  }
  /* タブ */
  .news-tabs {
    margin: 0;
    background: rgba(4, 94, 132, 0.55);
    margin-bottom: 10px;
  }
  .news-tabs button {
    font-family: "Shippori Mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .news-tabs .news-tabs-inner {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    padding: 10px 20px;
  }
  .news-tabs .tab {
    padding: 0.55rem 1rem;
    border: 1px solid #025f84;
    color: #025f84;
    /* border-radius: 9999px; */
    background: rgba(255, 255, 255, 0.41);
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.3333333333rem;
    line-height: 1;
  }
  .news-tabs .tab.is-active {
    background: #025f84;
    color: #fff;
  }
  #price-course {
    /* セクション（背景は透過） */
    /* 余白の二重化・崩し防止 */
  }
  #price-course h2 {
    margin-bottom: 50px;
  }
  #price-course h2 img {
    width: 360px;
  }
  #price-course .price-intro {
    max-width: 1000px;
    padding: 0;
    margin: 60px auto 0;
    text-align: center;
  }
  #price-course .price-intro img {
    width: 80%;
  }
  #price-course .illust-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 1934/619;
    margin-top: 20%;
  }
  @supports not (aspect-ratio: 1) {
    #price-course .illust-stage::before {
      content: "";
      display: block;
      padding-top: 32.006204757%;
    }
  }
  #price-course .illust-stage .illust {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  #price-course .illust-stage .recommend-spot {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 45%);
    width: min(92%, 1400px);
    margin-bottom: 28%;
  }
  #price-course .recommend-spot h3 {
    text-align: center;
    font-size: 50px;
    font-size: 4.1666666667rem;
    font-weight: bold;
    color: #045e84;
    margin: 40px auto 20px;
  }
  #price-course .recommend-spot .course-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #price-course .recommend-spot .course-list ul li {
    width: 30%;
    margin: 1% 1.5%;
  }
  #price-course .recommend-spot .course-list ul li a {
    display: block;
    text-align: center;
    color: #000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #price-course .recommend-spot .course-list ul li a:hover {
    opacity: 0.7;
  }
  #price-course .recommend-spot .course-list ul li .course-img {
    text-align: center;
  }
  #price-course .recommend-spot .course-list ul li .course-img img {
    width: 70%;
  }
  #price-course .recommend-spot .course-list ul li p {
    width: 98%;
    padding: 3px 0;
    margin-top: 10px;
    text-align: center;
    font-size: 26px;
    font-size: 2.1666666667rem;
  }
  #price-course .price-attention {
    max-width: 900px;
    margin: 20px auto 0;
    padding: 10px 0;
  }
  #price-course .price-attention ul {
    display: flex;
  }
  #price-course .price-attention ul li {
    width: 50%;
  }
  #price-course .price-attention ul li p {
    padding: 0 10px;
    text-align: left;
    line-height: 1.5;
    white-space: nowrap;
    font-size: 17px;
    font-size: 1.4166666667rem;
  }
  #price-course .price-discount {
    margin: 20px auto 0;
    color: #fff;
    padding: 10px;
    line-height: 1.2;
    background: rgba(156, 72, 68, 0.95);
    font-size: 32px;
    font-size: 2.6666666667rem;
    text-align: center;
    max-width: 900px;
  }
  #price-course .rikisha-price {
    background: transparent;
    color: var(--rp-text);
    margin: 30px auto 0;
    width: 100%;
    /* タイトル帯 */
    /* テーブル */
    /* スマホ調整 */
  }
  #price-course .rikisha-price .rp-head {
    background: #265b83;
    color: #fff;
    text-align: center;
    padding: 1rem 0.9rem;
    margin: 0 auto;
    max-width: 900px;
  }
  #price-course .rikisha-price .rp-head h3 {
    line-height: 1;
    background: transparent;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 46px;
    font-size: 3.8333333333rem;
  }
  #price-course .rikisha-price .rp-table {
    letter-spacing: -0.5px;
    width: 90%;
    margin: 20px auto;
    border-collapse: collapse;
    border-top: none;
    background: transparent;
    max-width: 900px;
  }
  #price-course .rikisha-price .rp-table th,
  #price-course .rikisha-price .rp-table td {
    padding: 0.9rem 0.8rem;
    border-bottom: 1px solid var(--rp-line);
    border-right: 1px solid var(--rp-line);
    vertical-align: middle;
    background: transparent;
    text-align: center;
  }
  #price-course .rikisha-price .rp-table tbody tr:last-child th, #price-course .rikisha-price .rp-table tbody tr:last-child td {
    border-bottom: 0;
  }
  #price-course .rikisha-price .rp-table th:last-child,
  #price-course .rikisha-price .rp-table td:last-child {
    border-right: 0;
  }
  #price-course .rikisha-price .rp-table thead tr {
    border-left: none;
    border-right: none;
  }
  #price-course .rikisha-price .rp-table thead th {
    text-align: center;
    font-weight: 700;
    background: transparent;
    border-left: none;
    border-right: none;
  }
  #price-course .rikisha-price .rp-table thead th.col-plan {
    width: 46%;
  }
  #price-course .rikisha-price .rp-table thead th.col-two {
    width: 27%;
  }
  #price-course .rikisha-price .rp-table thead th.col-one {
    width: 27%;
  }
  #price-course .rikisha-price .rp-table thead th.col-two > div, #price-course .rikisha-price .rp-table thead th.col-one > div {
    background: rgba(36, 77, 106, 0.75);
    padding: 7px 5px;
    border-radius: 20px;
    color: #fff;
    font-size: 24px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }
  #price-course .rikisha-price .rp-table thead th .dot {
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    border-radius: 50%;
    background: #fff;
    margin-right: 0.35em;
    transform: translateY(0px);
  }
  #price-course .rikisha-price .rp-table tbody tr {
    border-right: 1px solid var(--rp-line);
  }
  #price-course .rikisha-price .rp-table tbody tr:last-child {
    border-bottom: 1px solid var(--rp-line);
  }
  #price-course .rikisha-price .rp-table tbody th {
    font-weight: 700;
    white-space: nowrap;
    border-left: 1px solid var(--rp-line);
    color: #265b83;
    text-align: center;
  }
  #price-course .rikisha-price .rp-table tbody .label {
    font-size: clamp(18px, 2.8vw, 30px);
  }
  #price-course .rikisha-price .rp-table tbody .label.hira {
    letter-spacing: -2.8px;
  }
  #price-course .rikisha-price .rp-table tbody .time {
    font-size: 1.8em;
    font-weight: 600;
    margin-left: -0.4em;
  }
  #price-course .rikisha-price .rp-table tbody .badge {
    font-size: 1.8em;
    font-weight: 700;
    margin-left: -0.2em;
    letter-spacing: 0.05em;
  }
  #price-course .rikisha-price .rp-table tbody .yen {
    display: block;
    font-weight: 700;
    font-size: clamp(16px, 2.8vw, 26px);
    line-height: 1.2;
  }
  #price-course .rikisha-price .rp-table tbody .per {
    display: block;
    font-size: 1.8em;
    opacity: 0.9;
    margin-top: 0.2em;
  }
}
@media screen and (min-width: 900px) and (max-width: 520px) {
  #price-course .rikisha-price .rp-table th, #price-course .rikisha-price .rp-table td {
    padding: 0.75rem 0.6rem;
  }
  #price-course .rikisha-price .rp-table .col-plan {
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  #price-course .price {
    margin: 100px auto 0;
  }
  #price-course .rikisha-price {
    margin-top: 0;
  }
  #shafu {
    min-height: 100dvh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  #shafu .illustration {
    padding: 0 50px;
    text-align: center;
  }
  #shafu .illustration img {
    max-width: 800px;
  }
  #shafu .illustration.shafu-archive-illustration {
    text-align: center;
  }
  #shafu .illustration.shafu-archive-illustration img {
    width: 150px;
  }
  #shafu h2 {
    margin-bottom: 40px;
  }
  #shafu h2 .line {
    top: -4%;
    width: 102%;
    left: 2%;
  }
  #shafu .shafu-list .shafu-list-man, #shafu .shafu-list .shafu-list-woman {
    background: rgba(4, 94, 132, 0.55);
    padding: 20px 30px 40px;
  }
  #shafu .shafu-list .shafu-list-man .btn-more, #shafu .shafu-list .shafu-list-woman .btn-more {
    margin-top: 30px;
    padding-right: 0;
  }
  #shafu .shafu-list .shafu-list-man .btn-more a, #shafu .shafu-list .shafu-list-woman .btn-more a {
    border-color: #fff;
    color: #fff;
  }
  #shafu .shafu-list .shafu-list-man {
    margin-bottom: 60px;
  }
  #shafu .shafu-list h3 {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding: 0px 0px;
    line-height: 1;
    color: #fff;
    font-size: 1px;
  }
  #shafu .shafu-list h3 img {
    width: 230px;
  }
  #shafu .shafu-list h4 {
    text-align: center;
    color: #fff;
    padding: 10px 0 20px;
    font-size: 36px;
    font-size: 3rem;
  }
  #shafu .shafu-name {
    margin-top: 5px;
    letter-spacing: -0.1px;
    line-height: 1.3;
    font-size: 22px;
    font-size: 1.8333333333rem;
    color: #000;
    text-align: center;
  }
  #shafu .shafu-archive-list {
    position: relative;
    background: url("../images/page/company-bg.jpg") repeat center top/contain;
    padding: 40px;
    width: 90%;
    margin: 30px auto;
    max-width: 1000px;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  }
  #shafu .shafu-archive-list .soshoku-left-top {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 45px;
  }
  #shafu .shafu-archive-list .soshoku-right-top {
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
  }
  #shafu .shafu-archive-list .soshoku-left-bottom {
    transform: rotate(270deg);
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 45px;
  }
  #shafu .shafu-archive-list .soshoku-right-bottom {
    transform: rotate(180deg);
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 45px;
  }
  #shafu .shafu-archive-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    margin: 0 0 -2% -2%;
  }
  #shafu .shafu-archive-list ul li {
    width: 23%;
    margin: 0 0 2% 2%;
    padding: 10px;
    border: solid 1px #005983;
  }
  #shafu .shafu-archive-list ul li .shafu-name {
    font-size: 18px;
    font-size: 1.5rem;
  }
  #shafu .shafu-archive-list ul li .shafu-sns {
    margin-top: 5px;
    text-align: center;
  }
  #shafu .shafu-archive-list ul li .shafu-sns i {
    color: #000;
    font-size: 14px;
    font-size: 1.1666666667rem;
    margin: 0 5px;
  }
  #shafu .shafu-archive-list ul li a {
    display: block;
  }
  #shafu .shafu-archive-btn {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
  }
  #shafu .shafu-archive-btn img {
    max-width: 600px;
  }
  .channel_slide_selector, .channel_slide_selector2 {
    display: none;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .channel_slide_selector.slick-initialized, .channel_slide_selector2.slick-initialized {
    display: block;
    opacity: 1;
  }
  #channel_slick, #channel_slick2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
  }
  #channel_slick .slick-slide, #channel_slick2 .slick-slide {
    padding: 0 10px; /* ガター */
  }
  .channel_slide {
    margin: 0 10px;
  }
  #channel_slick_next, #channel_slick_next2, #channel_slick_preview, #channel_slick_preview2 {
    position: absolute;
    display: block;
    height: 20px;
    width: 25px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 30%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
  }
  #channel_slick_next, #channel_slick_next2 {
    right: -40px;
  }
  #channel_slick_preview, #channel_slick_preview2 {
    left: -40px;
  }
  .teacher_window {
    max-width: 800px;
    width: 600px;
    flex-wrap: wrap;
    padding: 50px 50px;
    margin: 40px 20px !important;
    background: url("../images/page/company-bg.jpg") repeat center top/contain;
  }
  .teacher_window .window_teacher_img {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 0 25px;
  }
  .teacher_window .window_teacher_img img {
    max-width: 100%;
    width: 300px;
    box-shadow: 0px 0px 4px 2px rgba(73, 73, 73, 0.65);
  }
  .teacher_window h3 {
    color: #000;
    font-size: 24px;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto 25px;
    text-align: center;
  }
  .teacher_window h4 {
    color: #000;
    font-size: 24px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    margin: 15px auto 25px;
    text-align: center;
  }
  .teacher_window .shafu-sns {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 0 35px;
  }
  .teacher_window .shafu-sns a {
    display: inline-block;
    margin: 0 15px;
  }
  .teacher_window .shafu-sns a i {
    color: #000;
    font-size: 24px;
    font-size: 2rem;
  }
  .teacher_window .tag_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px 0;
  }
  .teacher_window .tag_list ul li {
    color: #fff;
  }
  .teacher_window .tag_list ul li a {
    color: #fff;
    border-radius: 10px;
    background: #ada29c;
    display: inline-block;
    font-size: 10px;
    font-size: 0.8333333333rem;
    width: auto;
    margin: 0 5px 5px 5px;
    text-align: center;
    padding: 3px 10px;
  }
  .teacher_window .tag_list ul li .link_fancy {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    background: transparent;
    margin: 0;
    padding: 0;
  }
  .teacher_window .tag_list ul li .link_fancy:hover {
    opacity: 0.7;
  }
  .teacher_window .movie {
    margin: 20px auto 40px;
    text-align: center;
    position: relative;
    max-width: none;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .teacher_window .movie a {
    font-size: 14px;
    font-size: 1.1666666667rem;
    color: #bf1313;
    line-height: 1;
    display: flex;
    margin: 0 10px;
    justify-content: center;
    align-items: center;
  }
  .teacher_window .movie a i {
    margin-left: 0.2em;
    display: inline-block;
    font-size: 35px;
    font-size: 2.9166666667rem;
  }
  .teacher_window .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .teacher_window p {
    line-height: 1.7;
    color: #000;
    font-size: 16px;
    font-size: 1.3333333333rem;
    word-break: break-word;
  }
  .teacher_window p span {
    color: #bf1313;
    font-weight: bold;
  }
  .teacher_window .close {
    padding: 10px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 20px;
    font-size: 1.6666666667rem;
    color: #5b5b5b;
    cursor: pointer;
  }
  .teacher_window .close2 {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    cursor: pointer;
  }
  #blog {
    min-height: 100dvh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  #blog .container {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  #blog h2 {
    margin-bottom: 40px;
  }
  #blog h2 span {
    width: 350px;
  }
  #blog .illustration {
    padding: 0 40px;
    text-align: center;
  }
  #blog .illustration img {
    max-width: 650px;
  }
  #blog .blog-list {
    margin: 30px auto 0;
    padding: 0 20px;
    max-width: 1000px;
  }
  #blog .blog-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    margin: 0 0 -5% -5%;
  }
  #blog .blog-list ul li {
    width: 28.33%;
    margin: 0 0 5% 5%;
  }
  #blog .blog-list ul li a {
    display: block;
  }
  #blog .blog-list ul li .blog-img {
    border: 12px solid rgba(4, 94, 132, 0.61);
  }
  #blog .blog-list ul li .date {
    font-size: 16px;
    font-size: 1.3333333333rem;
    color: #000;
  }
  #blog .blog-list ul li .new {
    display: inline-block;
    background: #9c4844;
    color: #fff;
    margin-left: 5px;
    line-height: 1.1;
    font-size: 16px;
    font-size: 1.3333333333rem;
    padding: 0 8px;
  }
  #blog .blog-list ul li .tit {
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 1.35;
    color: #fff;
    background: rgba(4, 94, 132, 0.55);
    padding: 8px 12px;
  }
  #blog .blog-detail {
    padding: 50px;
    background: rgba(4, 94, 132, 0.75);
    max-width: 1000px;
    margin: 0 auto 40px;
  }
  #blog .blog-detail .blog-head {
    padding: 10px 0 15px;
    border-bottom: solid 1px #fff;
    margin-bottom: 15px;
  }
  #blog .blog-detail .blog-head .date {
    font-size: 16px;
    font-size: 1.3333333333rem;
    background: #045e84;
    padding: 0 8px;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
  }
  #blog .blog-detail .blog-head .new {
    margin-left: 5px;
    display: inline-block;
    background: #9c4844;
    color: #fff;
    font-size: 16px;
    font-size: 1.3333333333rem;
    padding: 0 8px;
  }
  #blog .blog-detail .blog-head .tit {
    font-size: 32px;
    font-size: 2.6666666667rem;
    line-height: 1.3;
    color: #fff;
  }
  #blog .blog-detail .blog-body {
    font-size: 16px;
    font-size: 1.3333333333rem;
    color: #fff;
  }
  #blog .blog-detail .blog-body p {
    margin-bottom: 30px;
  }
  #blog .blog-detail .blog-body p:last-child {
    margin-bottom: 0;
  }
  #blog .btn-more {
    margin-top: 60px;
  }
  #gallery .container {
    min-height: 0;
  }
  #gallery h2 {
    padding: 35px 0;
  }
  #gallery .illustration {
    text-align: center;
    margin: 20px auto 40px;
  }
  #gallery .illustration img {
    width: 250px;
  }
  #gallery .gallery-list {
    margin: 0 auto;
    max-width: 1000px;
  }
  #gallery .gallery-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    margin: 0 0 -5% -5%;
  }
  #gallery .gallery-list ul li {
    width: 30%;
    margin: 0 0 3% 3%;
  }
  #gallery .gallery-list ul li a {
    display: block;
    text-align: center;
  }
  #gallery .gallery-list ul li a img {
    box-shadow: -6px 6px 1px 2px rgba(53, 107, 140, 0.45);
  }
  #gallery .btn-more {
    margin-top: 60px;
  }
  #gallery .btn-more a {
    border-color: #fff;
    color: #fff;
  }
  #privacy {
    min-height: 100dvh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  #privacy h2 {
    margin-bottom: 100px;
  }
  #privacy .illustration {
    margin-bottom: 50px;
  }
  #privacy .illustration img {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0;
  }
  #privacy .privacy-list {
    margin-top: 50px;
    width: 100%;
  }
  #privacy .privacy-list ul li {
    margin-bottom: 55px;
  }
  #privacy .privacy-list ul li h3 {
    font-size: 28px;
    font-size: 2.3333333333rem;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
  }
  #privacy .privacy-list ul li p {
    font-size: 18px;
    font-size: 1.5rem;
  }
  #qa .qa-list ul li {
    padding-top: 20px;
    margin-bottom: 40px;
    background: url("../images/nav-bg-sp.jpg") no-repeat center top/cover;
    box-shadow: 2px 2px 9px 4px rgba(0, 0, 0, 0.2);
  }
  #qa .qa-list ul li .qa-txt {
    padding: 20px;
  }
  #qa .qa-list ul li:nth-child(1) p {
    background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg01.png") no-repeat center center/40%;
  }
  #qa .qa-list ul li:nth-child(2) p {
    background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg02.png") no-repeat center center/40%;
  }
  #qa .qa-list ul li:nth-child(3) p {
    background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg03.png") no-repeat center center/40%;
  }
  #qa .qa-list ul li:nth-child(4) p {
    background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg01.png") no-repeat center center/40%;
  }
  #qa .qa-list ul li:nth-child(5) p {
    background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg02.png") no-repeat center center/40%;
  }
  #qa .qa-list ul li:nth-child(6) p {
    background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg03.png") no-repeat center center/40%;
  }
  #qa .qa-list ul li:nth-child(7) p {
    background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg01.png") no-repeat center center/40%;
  }
  #qa .qa-list ul li:nth-child(8) p {
    background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg02.png") no-repeat center center/40%;
  }
  #qa .qa-list ul li:nth-child(9) p {
    background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg03.png") no-repeat center center/40%;
  }
  #qa .qa-list ul li:nth-child(10) p {
    background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg01.png") no-repeat center center/40%;
  }
  #qa .qa-list ul li:nth-child(11) p {
    background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg02.png") no-repeat center center/40%;
  }
  #qa .qa-list ul li:nth-child(12) p {
    background: rgba(255, 255, 255, 0.2) url("../images/page/qa-bg03.png") no-repeat center center/40%;
  }
  #qa .qa-list ul li:last-child {
    margin-bottom: 0;
  }
  #qa .qa-list h3 {
    background: rgba(0, 118, 148, 0.77);
    padding: 10px 20px;
    font-size: 30px;
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
  }
  #qa .qa-list p {
    min-height: 14rem;
    font-size: 20px;
    font-size: 1.6666666667rem;
    color: #000;
    padding: 20px 25px;
    border: solid 1px #b50000;
  }
  #company .page-container {
    max-width: 960px;
  }
  #company .company-block {
    background-image: url("../images/page/company-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 2px 2px 9px 4px rgba(0, 0, 0, 0.2);
  }
  #company .company-block .company-block-inner {
    background-image: url("../images/page/company-logo.png");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    padding: 60px 80px;
  }
  #company .company-block dl {
    display: flex;
    font-size: 24px;
    font-size: 2rem;
    letter-spacing: 0.3px;
    color: #000;
    margin: 25px auto;
  }
  #company .company-block dl dt {
    width: 15rem;
  }
  #company .company-block dl dd {
    flex: 1;
  }
  #company .company-block dl dd a {
    color: #000;
  }
  #contact {
    padding-bottom: 0;
  }
  #contact h2 {
    margin-bottom: 80px;
  }
  #contact h2 span {
    width: 500px;
  }
  #contact .reserve-page-container {
    max-width: 1300px;
    width: 92%;
  }
  #contact .contact-container {
    margin-bottom: 40px;
  }
  #contact .contact-container.reserve-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 -10% 0;
  }
  #contact .contact-container.reserve-container .contact-block {
    width: 100%;
    margin: 0 0 0 0;
  }
  #contact .contact-container.reserve-container .contact-block h3 img {
    max-width: 106%;
    width: 106%;
    left: -3%;
  }
  #contact .contact-container.reserve-container .contact-block .reserve-img {
    margin: 0 auto;
    max-width: 800px;
  }
  #contact .contact-container.reserve-container .contact-block .reserve-img a {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #contact .contact-container.reserve-container .contact-block .reserve-img a:hover {
    opacity: 0.7;
  }
  #contact .contact-container.reserve-container .contact-block .reserve-img img {
    width: 100%;
  }
  #contact .contact-container.reserve-container .contact-block .reserve-entry a {
    width: 100%;
    display: block;
    background: #bf1313;
    text-align: center;
    font-size: 24px;
    font-size: 2rem;
    border: 5px solid #bf1313;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
  }
  #contact .contact-container .contact-block {
    margin-bottom: 40px;
  }
  #contact .contact-container .contact-block.attention-block {
    background: rgba(232, 232, 232, 0.37);
    padding: 40px;
  }
  #contact .contact-container .contact-block.attention-block p {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #contact .contact-container .contact-block h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  #contact .contact-container .contact-block h3 img {
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0;
  }
  #contact .contact-container .contact-block h4 {
    font-size: 28px;
    font-size: 2.3333333333rem;
    color: #cb2c34;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    background: rgba(204, 204, 204, 0.3019607843);
    padding: 5px 10px;
  }
  #contact .contact-container .contact-block p {
    font-size: 20px;
    font-size: 1.6666666667rem;
    color: #000;
    padding: 0 10px;
  }
  #contact .contact-container .contact-block p strong {
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #contact .contact-form {
    margin: 0 auto;
    border: 10px double rgba(4, 94, 132, 0.84);
    padding: 60px;
    max-width: 850px;
  }
  #contact .contact-form h4 {
    text-align: center;
    background: rgba(4, 94, 132, 0.7607843137);
    color: #fff;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 26px;
    font-size: 2.1666666667rem;
    margin-bottom: 40px;
  }
  #contact .block {
    margin: 0 0 40px;
  }
  #contact .block h3 {
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    font-size: 2rem;
  }
  #contact .block h3:before {
    content: "";
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #contact .block h3 span {
    position: relative;
    display: inline-block;
    background-color: #fff;
    font-weight: bold;
    padding: 0 8px 0 0px;
  }
  #contact .block p {
    line-height: 1.4;
    font-size: 18px;
    font-size: 1.5rem;
  }
  #contact .block p.info {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #contact .block p strong {
    color: #bf1313;
  }
  #contact .btn_confirm {
    margin: 20px 0;
  }
  #contact .btn_confirm a {
    display: block;
    background: #bf1313;
    color: #fffcc8;
    text-align: center;
    border-radius: 5px;
    border: 5px solid #bf1313;
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    font-size: 22px;
    font-size: 1.8333333333rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #contact .btn_confirm a:hover {
    opacity: 1;
    background: #fff;
    color: #bf1313;
  }
  #contact .wpcf7-form .single .cp {
    background: rgba(4, 94, 132, 0.7607843137);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contact .wpcf7-form .single .cp.subject {
    background: #3f3f3f;
  }
  #contact .wpcf7-form .single .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  #contact .wpcf7-form .single .wrap .txt {
    width: 100%;
  }
  #contact .wpcf7-form .single .wrap .txt .wpcf7-form-control-wrap {
    display: block;
  }
  #contact .wpcf7-form .single .wrap .txt input {
    border-radius: 0;
    border: 0;
    height: 100%;
    width: 100%;
  }
  #contact .wpcf7-form .textarea_wrap .cp {
    background: rgba(4, 94, 132, 0.7607843137);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
  }
  #contact .wpcf7-form .textarea_wrap .txt {
    width: 100%;
  }
  #contact .wpcf7-form .textarea_wrap .txt .wpcf7-form-control-wrap {
    display: block;
  }
  #contact .wpcf7-form .textarea_wrap .txt textarea {
    height: 100%;
    width: 100%;
  }
  #contact .wpcf7-form input, #contact .wpcf7-form select, #contact .wpcf7-form textarea {
    max-width: 100%;
    font-size: 16px;
    font-size: 1.3333333333rem;
    padding: 10px;
  }
  #contact .wpcf7-form .checkbox-sex, #contact .wpcf7-form .checkbox-blood-type {
    padding: 10px 0;
    display: block;
  }
  #contact .wpcf7-form .birth, #contact .wpcf7-form .graduate, #contact .wpcf7-form .date_wrap {
    display: block;
    flex-wrap: wrap;
  }
  #contact .wpcf7-form .birth select, #contact .wpcf7-form .graduate select, #contact .wpcf7-form .date_wrap select {
    width: 100%;
  }
  #contact .wpcf7-form .address {
    width: 100%;
    padding-left: 0;
  }
  #contact .wpcf7-form .zip_wrap {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #contact .wpcf7-form .prefectures_wrap {
    margin-bottom: 10px;
  }
  #contact .wpcf7-form .prefectures_wrap label {
    display: flex;
  }
  #contact .wpcf7-form .prefectures_wrap .prefecture {
    margin-left: 10px;
  }
  #contact .wpcf7-form .city_wrap {
    display: block;
  }
  #contact .wpcf7-form .city_wrap .city {
    margin-bottom: 10px;
    display: inline-block;
  }
  #contact .wpcf7-form .city_wrap .city input {
    width: 100%;
  }
  #contact .wpcf7-form .street_wrap {
    display: block;
  }
  #contact .wpcf7-form .street_wrap .street {
    margin-bottom: 10px;
  }
  #contact .wpcf7-form .street_wrap .street input {
    width: 100%;
  }
  #contact .wpcf7-form .block_column {
    display: flex;
    flex-wrap: wrap;
  }
  #contact .wpcf7-form .block_column .single {
    margin-right: 0;
    width: 100%;
  }
  #contact .wpcf7-form .block_column .single:first-child {
    margin-right: 0;
  }
  #contact .wpcf7-form .block_column .single .wrap .txt input {
    width: 200px;
    display: inline-block;
  }
  #contact .wpcf7-form .block_column .single .wrap .txt span {
    display: inline-block;
  }
  #contact .wpcf7-form h3 {
    font-size: 18px;
    font-size: 1.5rem;
    margin: 0 0 20px;
    border-left: 10px solid #000;
    font-weight: bold;
    padding-left: 7px;
  }
  #contact .wpcf7-form h4 {
    font-size: 14px;
    font-size: 1.1666666667rem;
    margin: 0 0 10px;
    font-weight: bold;
  }
  #contact .wpcf7-form h4 span {
    color: #bf1313;
  }
  #contact .wpcf7-form h5 {
    font-size: 14px;
    font-size: 1.1666666667rem;
    margin: 0px;
    font-weight: bold;
  }
  #contact .wpcf7-form .privacy_wrap {
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #contact .wpcf7-form .privacy_wrap a {
    color: #bf1313;
    border-bottom: 1px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #contact .wpcf7-form .privacy_wrap a:hover {
    opacity: 0.7;
    border-bottom: none;
  }
  #contact .wpcf7-form input[type=submit], #contact .wpcf7-form input[type=button] {
    font-family: "Shippori Mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 100%;
    display: block;
    background: #bf1313;
    color: #fffcc8;
    text-align: center;
    border-radius: 5px;
    border: 5px solid #bf1313;
    margin-bottom: 5px;
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #contact .wpcf7-form input[type=submit]:hover, #contact .wpcf7-form input[type=button]:hover {
    opacity: 1;
    background: #fff;
    color: #bf1313;
  }
  #contact .wpcf7-not-valid-tip {
    font-size: 12px;
    font-size: 1rem;
  }
  #contact span.wpcf7-list-item {
    display: block;
    margin: 0 0 0.5em 1em;
  }
  #contact span.wpcf7-list-item:first-child {
    margin-top: 1em;
  }
  #contact div.wpcf7-validation-errors, #contact div.wpcf7-acceptance-missing {
    background: #000;
    color: #f7e700;
  }
  #contact .reserve-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contact .tel-wrap {
    margin: 40px auto 150px;
    padding: 0 45px;
  }
  #contact .tel-wrap a {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #contact .tel-wrap a:hover {
    opacity: 0.7;
  }
  #about {
    width: 100%;
    background: #fff;
    min-height: 100dvh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  #about .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    font-size: 18px;
    font-size: 1.5rem;
  }
  .spot_window {
    max-width: 800px;
    width: 650px;
    flex-wrap: wrap;
    padding: 50px 0px;
    margin: 40px 20px !important;
    background: url("../images/page/company-bg.jpg") repeat center top/contain;
  }
  .spot_window .spot-tit {
    margin: 50px auto 0;
    width: 100%;
    text-align: center;
    padding: 10px 60px;
    background: rgba(4, 94, 132, 0.53);
  }
  .spot_window .close {
    padding: 10px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 20px;
    font-size: 1.6666666667rem;
    color: #5b5b5b;
    cursor: pointer;
  }
  .spot_window .close2 {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    cursor: pointer;
  }
  .price_window {
    max-width: 900px;
    flex-wrap: wrap;
    padding: 20px 0;
    margin: 40px 0px !important;
    background: transparent;
  }
  .price_window button {
    display: none;
  }
  .price_window .price-tit {
    margin: 50px auto 0;
    width: 100%;
    text-align: center;
  }
  .price_window .close {
    padding: 10px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 20px;
    font-size: 1.6666666667rem;
    color: #fff;
    cursor: pointer;
  }
  .price_window .close2 {
    position: absolute;
    right: 0;
    top: 10px;
    width: 35px;
    cursor: pointer;
  }
}

/*# sourceMappingURL=page.css.map */
