@charset "UTF-8";
/* ベース定義 */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul, ol {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a, button {
  outline: none;
}

ul {
  list-style: none;
}

/* Utilities */
.u-red {
  color: #B31937;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-left {
  text-align: left !important;
}

.u-center {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

.u-font-bold {
  font-weight: bold !important;
}

.u-font-normal {
  font-weight: normal !important;
}

.u-block {
  display: block !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-inline {
  display: inline !important;
}

@media screen and (max-width: 767px) {
  .u-block-sp {
    display: block !important;
  }
  .u-inline-block-sp {
    display: inline-block !important;
  }
  .u-inline-sp {
    display: inline !important;
  }
}
@media screen and (min-width: 768px), print {
  .u-block-pc {
    display: block !important;
  }
  .u-inline-block-pc {
    display: inline-block !important;
  }
  .u-inline-pc {
    display: inline !important;
  }
}
.u-nowrap {
  white-space: nowrap !important;
}
.u-required {
  color: #B31937;
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .u-hidden-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1080px) {
  .container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1079px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.a-about {
  border-top: 1px solid #B31937;
}
.a-about__catch {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .a-about__catch {
    flex-direction: column;
  }
}
.a-about__catch h2 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .a-about__catch h2 {
    font-size: 24px;
  }
}
.a-about__glass {
  margin-left: -40px;
}
@media screen and (max-width: 767px) {
  .a-about__glass {
    max-width: 50%;
    margin-left: auto;
    margin-top: -40px;
  }
}
.a-about__text {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .a-about__text {
    font-size: 16px;
  }
}
.a-about__imgs {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .a-about__imgs {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.a-about__profile {
  position: absolute;
  display: inline-block;
  background: linear-gradient(90deg, white 0%, rgba(179, 25, 55, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
  padding: 20px;
  border-left: 4px solid #B31937;
  top: 30%;
  left: calc(40% - 140px);
  color: #B31937;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .a-about__profile {
    background-color: rgba(255, 255, 255, 0.5);
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 0;
    padding: 8px 20px;
    font-size: 16px;
  }
}
.a-about__name {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .a-about__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .a-about__kantoku {
    margin-top: -80px;
  }
}

.a-mission__inner {
  padding-bottom: 240px;
  position: relative;
  z-index: 2;
}
.a-mission__inner table {
  border: 1px solid #B31937;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .a-mission__inner tr {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.a-mission__inner th {
  padding: 20px;
  white-space: nowrap;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  color: #B31937;
}
.a-mission__inner th span {
  display: block;
  font-size: 16px;
}
.a-mission__inner td {
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .a-mission__inner td {
    padding: 0 20px;
    font-size: 16px;
  }
}
.a-mission__imgs {
  position: absolute;
  z-index: -2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  right: 0;
  bottom: 0;
}
.a-mission__high {
  margin-left: -22%;
}

.article {
  background: linear-gradient(to bottom, white 0%, rgba(112, 226, 254, 0.4) 100%);
  padding-bottom: 80px;
}
.article__blog {
  background: linear-gradient(90deg, rgba(229, 137, 23, 0.2) 20%, #fff 100%);
  padding-top: 8px;
}
.article__topimg {
  max-width: 240px;
}
.article__tag {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.article__tag li {
  display: inline-block;
  padding: 0px 8px;
  background-color: #FCE9EC;
  color: #B31937;
}
.article__tag li a {
  display: inline-block;
  text-decoration: none;
  color: #B31937;
}
.article__content {
  background-color: #fff;
  padding: 40px;
  border: 2px solid #FCE9EC;
}
@media screen and (max-width: 767px) {
  .article__content {
    padding: 12px;
  }
}
.article__head h1 {
  margin-top: 40px;
  border-bottom: 2px solid #B31937;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article__head h1 {
    font-size: 24px;
  }
}
.article__date {
  text-align: right;
}
.article__body h2 {
  background-color: rgba(255, 212, 0, 0.2);
  margin: 40px 0 20px;
  padding: 8px;
  color: #B31937;
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid #B31937;
  border-bottom: 1px solid #B31937;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .article__body h2 {
    text-align: left;
    font-size: 20px;
  }
}
.article__body p {
  margin: 20px 0;
}
.article__links {
  display: flex;
  justify-content: space-between;
}
.article__link {
  display: flex;
  align-items: center;
}

.blog {
  padding-bottom: 40px;
}
.blog__head {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 2px solid #B31937;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .blog__head {
    font-size: 24px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .blog__pencil img {
    width: 32px;
    height: 32px;
  }
}
.blog__tags ul {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.blog__tags li {
  padding: 4px;
  background-color: #f2f2f2;
}
.blog__tags li.-active {
  background-color: #fff;
  border: 1px solid #B31937;
  color: #B31937;
}
.blog__tags li.-active a {
  color: #B31937;
}
.blog__tags a {
  text-decoration: none;
  color: #000;
}
.blog__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.blog__card {
  display: block;
  width: 100%;
  max-width: calc(1000px / 3 - 40px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #000;
}
.blog__card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  background-color: #FCE9EC;
}
@media screen and (max-width: 767px) {
  .blog__card {
    max-width: inherit;
  }
}
.blog__card h3 {
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
}
.blog__img img {
  width: 100%;
  display: block;
}
.blog__cardtag ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
  padding: 0;
  list-style: none;
}
.blog__cardtag li {
  padding: 2px 4px;
  background-color: #f2f2f2;
  font-size: 14px;
}
.blog__text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog__pagination {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.blog__pagination .blog__pagi-before,
.blog__pagination .blog__pagi-after {
  opacity: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid #B31937;
  color: #B31937;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .blog__pagination .blog__pagi-before,
  .blog__pagination .blog__pagi-after {
    padding: 4px 8px;
    font-size: 12px;
  }
}
.blog__pagination .blog__pagi-before.-active,
.blog__pagination .blog__pagi-after.-active {
  opacity: 1;
  border-radius: 0;
  background-color: #B31937;
  color: #fff;
}
.blog__pagi-before::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
}
.blog__pagi-after::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}
.blog .blog__pagi-number {
  display: flex;
  gap: 12px;
  padding: 0;
  list-style: none;
}
.blog .blog__pagi-number li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #B31937;
  border-radius: 50%;
  color: #B31937;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .blog .blog__pagi-number li {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
.blog .blog__pagi-number li a.page-numbers {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.blog .blog__pagi-number li span.current {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.blog .blog__pagi-number li:has(.dots) {
  border: none;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0 4px;
}
.blog .blog__pagi-number li.-active {
  background-color: #B31937;
  color: #fff;
}
.blog__pagi-elli {
  border: none !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #B31937;
  padding: 0 4px;
}
.blog {
  /* blogのBefore/Afterデザインを「中央ボタン」にも適用 */
}
.blog__pagination--single {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .blog__pagination--single {
    font-size: 12px;
    gap: inherit;
  }
}
.blog__pagination--single .blog__pagi-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid #B31937;
  border-radius: 0;
  text-decoration: none;
  color: #B31937;
  background: transparent;
}
.blog__pagination--single .blog__pagi-center.-active {
  background-color: #B31937;
  color: #fff;
}

.bread {
  margin-top: 20px;
  font-size: 14px;
  color: #B31937;
}
.bread a {
  color: #B31937;
  text-decoration: none;
}

.btn {
  display: inline-block;
  position: relative;
  padding: 10px;
  background-color: #999;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.c-form {
  margin: 60px 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(155, 189, 234, 0.4);
}
@media screen and (max-width: 767px) {
  .c-form {
    margin-top: 20px;
  }
}
.c-form__item {
  display: flex;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px dotted #B31937;
}
@media screen and (max-width: 767px) {
  .c-form__item {
    flex-direction: column;
  }
}
.c-form__item label {
  min-width: 300px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-form__item label {
    min-width: inherit;
  }
}
.c-form__item input[type=text] {
  width: 100%;
  padding: 4px;
}
.c-form__item input[type=email] {
  width: 100%;
  padding: 4px;
}
.c-form__item textarea {
  width: 100%;
  padding: 4px;
  font-size: 16px;
}
.c-form__item input::-moz-placeholder, .c-form__item textarea::-moz-placeholder {
  opacity: 0.5;
}
.c-form__item input::placeholder,
.c-form__item textarea::placeholder {
  opacity: 0.5;
}
.c-form__checkbox {
  display: flex;
  flex-direction: column;
}
.c-form__checkbox label {
  font-weight: normal;
  font-size: 14px;
}
.c-form__checkbox span {
  margin-left: 0 !important;
}
.c-form__checkbox input {
  margin-right: 4px;
}
.c-form__privacy {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.c-form__privacy a {
  color: #B31937;
}
.c-form__btnbox {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.c-form__btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #B31937;
  padding: 12px 40px;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 40px;
  font-size: 20px;
}
.c-form__radios span {
  display: inline-block;
  margin-right: 40px;
}

.c-form__error {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #d33;
}
/* privacy の checkbox に付く「同意する」文字だけ消す */
.c-form__privacy .mwform-checkbox-field-text{
  display: none;
}
.c-form__privacy .error {
  position: absolute;
  bottom: -28px;
}
.c-form__inputWrap {
  width: 100%;
}

.c-line {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
  background-color: #fff;
  padding: 40px 40px 0 40px;
  border: 2px solid #B31937;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-line {
    padding: 20px 20px 0 20px;
    gap: 0px;
  }
}
@media screen and (max-width: 767px) {
  .c-line {
    flex-direction: column;
    gap: 20px;
  }
}
.c-line__texts {
  padding-bottom: 20px;
}
.c-line h2 {
  color: #B31937;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-line h2 {
    font-size: 20px;
  }
}
.c-line p {
  margin-top: 20px;
  font-weight: bold;
}

.c-qa {
  background-color: #fff;
  padding-top: 40px;
}
.c-qa__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-qa__title {
    font-size: 24px;
  }
}
.c-qa__box {
  margin-top: 40px;
  font-weight: bold;
}
.c-qa__box span {
  flex: none;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #FCE9EC;
  color: #B31937;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .c-qa__box span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.c-qa__q {
  display: flex;
  gap: 12px;
  border: 1px solid #B31937;
}
@media screen and (max-width: 767px) {
  .c-qa__q {
    gap: 0;
  }
}
.c-qa__q h3 {
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .c-qa__q h3 {
    padding: 8px;
    font-size: 14px;
  }
}
.c-qa__a {
  display: flex;
  gap: 12px;
  background-color: #FCE9EC;
  border: 1px solid #B31937;
}
@media screen and (max-width: 767px) {
  .c-qa__a {
    gap: 0;
  }
}
.c-qa__a span {
  background-color: #B31937;
  color: #fff;
}
.c-qa__a p {
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .c-qa__a p {
    padding: 8px;
    font-size: 14px;
  }
}
.c-qa__ask {
  text-align: right;
}

.change {
  position: relative;
  padding-top: 112px;
}
@media screen and (max-width: 767px) {
  .change {
    padding-top: 40px;
  }
}
.change h2 {
  font-size: 32px;
  font-weight: bold;
  color: #B31937;
}
@media screen and (max-width: 767px) {
  .change h2 {
    font-size: 24px;
  }
}
.change__change {
  position: relative;
}
@media screen and (max-width: 767px) {
  .change__change {
    overflow: hidden;
  }
}
.change__cards {
  display: flex;
  align-items: center;
  gap: -20px;
}
@media screen and (max-width: 767px) {
  .change__cards {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }
}
.change__card {
  background: #fff;
  width: calc(33.3% + 20px);
  margin-top: 200px;
  padding: 40px 20px;
  border-top: 4px solid #B31937;
  border-left: 4px solid #B31937;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .change__card {
    width: 100%;
    margin: inherit !important;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  }
}
.change__card.-two {
  margin-top: 100px;
  margin-left: -20px;
}
.change__card.-three {
  margin-top: 0;
  margin-left: -20px;
}
.change__card p {
  margin-top: 20px;
}
.change__cardbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .change__cardbg {
    width: 200%;
  }
}
.change__cardbg img {
  width: 100vw;
  max-height: 600px;
}
@media screen and (max-width: 767px) {
  .change__cardbg img {
    height: 100%;
    max-height: inherit;
  }
}
.change__fly {
  width: 100%;
  margin-top: -20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .change__fly {
    width: 40%;
  }
}
.change__after {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .change__after {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0px;
  }
}
.change__type {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .change__type {
    width: 100%;
  }
}
.change__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .change__box {
    margin-top: -20px;
  }
}
.change__life {
  background-image: url("../img/new/change-star.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -80px;
  padding: 60px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .change__life {
    margin-left: 0;
    font-size: 20px;
  }
}
.change__kantoku {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .change__kantoku {
    margin-top: -40px;
    margin-left: auto;
    width: 60%;
  }
}

.contact {
  background: linear-gradient(to bottom, white 0%, rgba(112, 226, 254, 0.4) 100%);
}
.contact__head {
  position: relative;
  z-index: 2;
  padding-top: 60px;
}
.contact__head h2 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact__head h2 {
    font-size: 24px;
  }
}
.contact__annnai {
  margin-top: 40px;
  font-weight: bold;
}
.contact__exbox {
  margin-top: 32px;
  padding: 12px;
  border: 1px solid #333;
  color: #333;
}
.contact__air {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contact__air {
    max-width: 32%;
  }
}
.contact__cloud img {
  width: 100%;
}

.curri {
  position: relative;
  z-index: 2;
  padding: 60px 0 0px;
  background-color: #f2f2f2;
}
.curri__head {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  width: 50%;
  padding: 20px;
  padding-left: calc(50vw - 500px);
  font-size: 32px;
  font-weight: bold;
  color: #B31937;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .curri__head {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .curri__head {
    padding-left: 20px;
    font-size: 24px;
    width: 100%;
  }
}
.curri__head p {
  color: #000;
  font-size: 16px;
}
.curri__topbg {
  display: none;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
.curri__topbg img {
  width: 100%;
  height: auto;
}
.curri__cards {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .curri__cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
  }
}
.curri__card {
  position: relative;
  background-image: url("../img/new/curri-cardbg.svg");
  background-size: cover;
  width: 50%;
  border-top: 4px solid #E58917;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .curri__card {
    width: 100%;
  }
}
.curri__card span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E58917;
  padding: 0 12px;
  color: #fff;
}
.curri__card h3 {
  min-height: 80px;
  margin-top: 20px;
  border-bottom: 1px solid #E58917;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.curri__card h4 {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.curri__card ul {
  margin-top: 20px;
  padding-left: 20px;
}
.curri__card li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.curri__card li::before {
  content: "";
  display: inline-block;
  flex: none;
  background-color: #E58917;
  width: 16px;
  height: 16px;
  margin-top: 8px;
}
.curri__card.-red {
  border-color: #B31937;
  background-image: none;
  background-color: #fff;
}
.curri__card.-red span {
  left: inherit;
  right: 0;
  background-color: #B31937;
}
.curri__card.-red h3 {
  border-color: #B31937;
}
.curri__card.-red li::before {
  background-color: #B31937;
}
.curri__img {
  margin-top: 40px;
  height: 140px;
  text-align: center;
}
.curri__graph {
  position: absolute;
  z-index: 2;
  top: -92px;
  left: calc(50% - 120px);
}
@media screen and (max-width: 767px) {
  .curri__graph {
    order: -1;
    position: static;
    width: 50%;
    margin-top: -60px;
    margin-left: auto;
    text-align: right;
  }
}
.curri small {
  display: inline-block;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.drawer {
  position: fixed;
  z-index: 1500;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  max-width: 300px;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .is-drawer-active .drawer {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
.drawer__link {
  display: inline-block;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
.drawer__link:hover {
  background-color: #eee;
}

.drawer__shade {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .is-drawer-active .drawer__shade {
    opacity: 1;
    visibility: visible;
  }
}

.fit {
  position: relative;
  z-index: 2;
  background-color: #f2f2f2;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .fit {
    padding-top: 120px;
  }
}
.fit h2 {
  display: inline-block;
  background-color: #fff;
  padding: 20px;
  padding-left: calc(50vw - 500px);
  font-size: 32px;
  font-weight: bold;
  color: #B31937;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .fit h2 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .fit h2 {
    padding-left: 20px;
    font-size: 24px;
  }
}
.fit__img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  max-width: 50vw;
}
@media screen and (max-width: 767px) {
  .fit__img {
    max-width: inherit;
  }
}
.fit h3 {
  transform: rotate(-15deg);
  font-size: 32px;
  font-weight: bold;
  color: #E58917;
}
@media screen and (max-width: 767px) {
  .fit h3 {
    margin-top: 20px;
    font-size: 20px;
  }
}
.fit__best {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .fit__best {
    margin-top: 40px;
  }
}
.fit__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .fit__box {
    margin-top: 20px;
    flex-direction: column;
  }
}
.fit__card {
  position: relative;
  width: 50%;
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .fit__card {
    width: 100%;
  }
}
.fit__card::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 120px;
  top: -112px;
  left: 40%;
  background-image: url("../img/new/fit-tri-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .fit__card::before {
    top: -36px;
    left: 10%;
    height: 40px;
  }
}
.fit__card.-red::before {
  background-image: url("../img/new/fit-tri-red.svg");
}
.fit__card.-red h4 {
  border-color: #B31937;
}
.fit__card h4 {
  padding-bottom: 12px;
  border-bottom: 4px solid #E58917;
  font-size: 24px;
  font-weight: bold;
}
.fit__card p {
  margin-top: 20px;
}
.fit__besttext {
  margin-top: -40px;
  position: relative;
  z-index: 3;
}
.fit__ex {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  background-color: #fff;
  padding: 0px 20px 40px;
  border: 4px solid #B31937;
}
@media screen and (max-width: 767px) {
  .fit__ex {
    padding-bottom: 80px;
  }
}
.fit__ex h4 {
  display: inline-block;
  transform: rotate(-15deg);
  background-color: #FCE9EC;
  margin-top: -20px;
  font-size: 24px;
  font-weight: bold;
  color: #B31937;
}
.fit__ex p {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
}
.fit__ex ul {
  margin-top: 20px;
  list-style-type: disc;
  padding-left: 20px;
}
.fit__nico {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: -1;
}
.fit__sorrys {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  margin-left: calc(100% - 480px);
}
@media screen and (max-width: 767px) {
  .fit__sorrys {
    margin-left: auto;
  }
}
.fit__sorry {
  display: inline-block;
}
.fit__sorrybox {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 480px;
  background-image: url("../img/new/fit-sorry-bg.webp");
  background-color: #1A6CA2;
  background-size: cover;
  background-position: right;
  padding: 12px;
  border-radius: 20px;
}
.fit__sorrybox p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fit__sorrybox p {
    font-size: 14px;
  }
}
.fit__sea {
  width: 100%;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .fit__sea {
    margin-top: -20px;
  }
}
.fit__sea img {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  background: linear-gradient(-210deg, rgba(112, 226, 254, 0.9) 0%, white 30%);
  padding: 40px 0 0;
}
.footer__lists {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer__lists {
    flex-direction: column;
    text-align: center;
  }
}

.footer__list a {
  color: #000;
  text-decoration: none;
}

.footer__title {
  color: #B31937 !important;
  font-weight: bold;
}

.footer__logo {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-top: 40px;
  }
}
.footer__bar {
  background-color: #B31937;
  padding: 12px 0;
}
.footer__barbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer__barbox {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    font-size: 12px;
  }
}
.footer__barbox a {
  color: #fff;
  text-decoration: none;
}

.header {
  border-bottom: 2px solid #B31937;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .header {
    height: inherit;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #B31937;
}
@media screen and (max-width: 767px) {
  .header__inner {
    width: inherit;
    z-index: inherit;
    position: static;
  }
}
.header__logo {
  max-width: 140px;
  margin-left: 40px;
}
@media screen and (max-width: 1079px) {
  .header__logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 120px;
  }
}
.header__nav {
  width: 100%;
  padding: 0 80px 0 40px;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .header__nav {
    padding: 0 20px;
  }
}
.header__list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header__list {
    display: none;
  }
}
.header__link {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .header__sp-menu {
    display: none;
  }
}

.hero.-voice {
  background-image: url("../img/new/hero-voice-bg.svg");
  background-size: cover;
}
.hero.-about {
  background: linear-gradient(172deg, rgba(155, 189, 234, 0.5) 20%, rgba(112, 226, 254, 0) 80%);
}
.hero.-blo {
  background: linear-gradient(110deg, rgba(229, 137, 23, 0.2) 20%, rgba(112, 226, 254, 0) 80%);
}
.hero.-contact {
  position: relative;
  z-index: 2;
  background: linear-gradient(172deg, rgba(155, 189, 234, 0.5) 20%, rgba(112, 226, 254, 0) 90%);
}
.hero__inner {
  display: flex;
  gap: 20px;
  max-height: 192px;
}
@media screen and (max-width: 767px) {
  .hero__inner {
    max-height: inherit;
    min-height: 92px;
  }
}
.hero__inner.-voice {
  align-items: flex-end;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .hero__inner.-voice {
    gap: 20px;
  }
}
.hero__inner.-about {
  align-items: flex-end;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .hero__inner.-about {
    padding-top: 0;
  }
}
.hero__inner.-blo {
  align-items: flex-end;
  gap: 60px;
}
.hero__inner.-contact {
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .hero__inner.-contact {
    padding-top: 0;
    gap: 0;
  }
}
.hero__en {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .hero__en.-about {
    width: 80%;
  }
}
.hero__en.-blo {
  padding-bottom: 0;
}
.hero__en.-contact {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hero__en.-contact {
    padding-top: 0;
    width: 80%;
  }
}
.hero__jp {
  flex: none;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
}
.hero__jp.-voice {
  color: #fff;
}
.hero__jp.-blo {
  padding: 0;
}
.hero__jp.-contact {
  padding: 8px 0 0;
}
.hero__img.-voice {
  padding-top: 20px;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  .hero__img.-about {
    width: 40%;
  }
}
.hero__building {
  position: relative;
  z-index: -1;
  margin-left: -240px;
  max-width: 276px;
}
@media screen and (max-width: 767px) {
  .hero__building {
    margin-left: -44%;
  }
}
.hero__air {
  position: relative;
  z-index: -1;
  margin-left: -126px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .hero__air {
    margin-left: -44%;
  }
}

.main__font {
  position: absolute;
  top: 20%;
  width: calc(50vw - 500px);
  max-width: 138px;
}
@media screen and (max-width: 767px) {
  .main__font {
    width: 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .main__font {
    width: 10%;
    opacity: 0.6;
  }
}
.main__font.-top {
  top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .main__font.-red {
    opacity: 0.1;
  }
}
@media screen and (max-width: 767px) {
  .main__font.-red {
    opacity: 0.1;
  }
}

.movie {
  padding-bottom: 40px;
}
.movie__head {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 2px solid #B31937;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .movie__head {
    font-size: 24px;
  }
}
.movie__head h2 {
  flex: none;
}
@media screen and (max-width: 767px) {
  .movie__cut img {
    width: 32px;
    height: 32px;
  }
}
.movie__channel {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #FCE9EC;
  margin-top: 20px;
  padding: 20px;
  border-radius: 100px;
  text-decoration: none;
  color: #000;
  box-shadow: 0 2px 8px rgba(179, 25, 55, 0.4);
}
@media screen and (max-width: 767px) {
  .movie__channel {
    flex-direction: column;
    border-radius: 20px;
    text-align: center;
  }
}
.movie__name {
  font-size: 20px;
  font-weight: bold;
}
.movie__movies {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.movie__card {
  width: 100%;
  max-width: 293.3333333333px;
  padding: 20px;
  background-color: #f2f2f2;
  border: none;
  box-shadow: none;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .movie__card {
    max-width: inherit;
  }
}
.movie__img img {
  width: 100%;
}
.movie__border {
  margin: 40px 0 20px;
  border-bottom: 4px dotted #B31937;
}

.mv {
  position: relative;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.mv video {
  width: 100%;
}
.mv .vol {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 3vw;
  height: 3vw;
  min-width: 40px;
  min-height: 40px;
  cursor: pointer;
  background-image: url("../img/new/vol.svg");
}
.mv .vol.-off {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv .vol {
    right: 20px;
    bottom: 20px;
  }
}
.mv.-normal {
  height: 56.25vw;
}

.vol {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 3vw;
  height: 3vw;
  min-width: 40px;
  min-height: 40px;
  cursor: pointer;
  background-image: url("../img/new/vol.svg");
}
.vol.-off {
  display: none;
}
@media screen and (max-width: 767px) {
  .vol {
    right: 20px;
    bottom: 20px;
  }
}

.plate {
  background-color: rgba(179, 25, 55, 0.1);
  color: #fff;
}
.plate__plate {
  background-color: #334B18;
  border: solid 20px #B31937;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .plate__plate {
    border: solid 8px #B31937;
  }
}
.plate__flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .plate__flex {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .plate__level {
    width: 100%;
  }
}
.plate__step {
  margin-top: 20px;
}
.plate__level-text {
  margin-top: 12px;
  padding: 20px;
  background-color: #fff;
  color: #000;
}
.plate__box {
  position: relative;
  flex: 1;
  max-width: 520px;
  padding: 24px 0;
  margin-top: 40px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .plate__box {
    width: 100%;
    border-radius: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.plate__box.-noarrow::after {
  content: none;
}
.plate__box::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.plate__iitai {
  font-weight: bold;
  font-size: 20px !important;
}
.plate h3 {
  font-size: 24px;
  color: #FFD400;
}
@media screen and (max-width: 767px) {
  .plate h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plate p {
    font-size: 14px;
  }
}

.pro {
  position: relative;
  z-index: 2;
  padding: 60px 0 0px;
  background-color: #f2f2f2;
  background: linear-gradient(-210deg, rgba(112, 226, 254, 0.9) 0%, rgba(242, 242, 242, 0.7) 30%);
}
.pro__head {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  width: 50%;
  padding: 20px;
  padding-left: calc(50vw - 500px);
  border-right: 2px solid #B31937;
  font-size: 32px;
  font-weight: bold;
  color: #B31937;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .pro__head {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pro__head {
    padding-left: 20px;
    font-size: 24px;
    width: 100%;
  }
}
.pro__headimg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 600px;
}
.pro__catch {
  margin-top: 20px;
  margin-left: auto;
  text-align: right;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .pro__catch {
    width: 100%;
  }
}
.pro__catch img {
  width: 100%;
}
.pro__kantoku {
  margin-top: -25%;
  width: 64%;
}
@media screen and (max-width: 767px) {
  .pro__kantoku {
    margin-top: -16%;
    width: 100%;
  }
}
.pro__namebox {
  background-color: #f2f2f2;
  max-width: 720px;
  padding: 20px;
  border-left: 2px solid #B31937;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.pro__namebox h3 {
  font-size: 32px;
  font-weight: bold;
  color: #B31937;
}
@media screen and (max-width: 767px) {
  .pro__namebox h3 {
    font-size: 24px;
  }
}
.pro__namebox p {
  margin-top: 20px;
}
.pro__history {
  position: relative;
}
.pro__textbox {
  padding: 40px 20px 60px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .pro__textbox {
    padding: 20px 20px;
  }
}
.pro__textbox h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  font-size: 32px;
  font-weight: bold;
  color: #B31937;
}
@media screen and (max-width: 767px) {
  .pro__textbox h3 {
    font-size: 24px;
  }
}
.pro__textbox h3::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: #B31937;
}
.pro__textbox p {
  margin-top: 40px;
}
.pro__photo1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.pro__photo2 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.seminar {
  position: relative;
  background-color: #f2f2f2;
  padding: 40px 0 60px;
}
.seminar__content {
  position: relative;
  background-color: #fff;
  padding: 20px;
}
.seminar__content h2 {
  font-size: 32px;
  font-weight: bold;
  color: #B31937;
}
@media screen and (max-width: 767px) {
  .seminar__content h2 {
    font-size: 24px;
  }
}
.seminar__content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .seminar__content table {
    margin-top: 0;
  }
}
.seminar__content tr {
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .seminar__content tr {
    display: flex;
    flex-direction: column;
  }
}
.seminar__content tr:nth-child(even) {
  background-color: #fff;
}
.seminar__content tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.seminar__content th {
  background-color: #B31937;
  color: #fff;
  font-weight: bold;
}
.seminar__content td {
  padding: 8px 12px;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .seminar__content td {
    color: #333;
  }
}
.seminar__content td:nth-child(odd) {
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .seminar__content td:nth-child(odd) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .seminar__genre {
    font-weight: bold;
    color: #B31937 !important;
    background-color: #FCE9EC;
    border-bottom: 1px solid #B31937;
  }
}
.seminar__kantoku {
  position: absolute;
  right: 12px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .seminar__kantoku {
    position: static;
    margin-top: 20px;
    text-align: right;
  }
}

.skill {
  position: relative;
  background: linear-gradient(to bottom, #9bbdea 0%, rgba(112, 226, 254, 0) 100%);
  padding: 80px 0;
}
.skill__head {
  display: flex;
  gap: 20px;
}
.skill h2 {
  font-size: 32px;
  font-weight: bold;
  color: #B31937;
}
@media screen and (max-width: 767px) {
  .skill h2 {
    font-size: 24px;
  }
}
.skill__table {
  margin-top: 40px;
}
.skill__table table {
  width: 100%;
  border: 2px solid #B31937;
  background-color: #fff;
  border-collapse: collapse;
}
.skill__table tr {
  padding: 12px;
  border: 1px solid #B31937;
}
@media screen and (max-width: 767px) {
  .skill__table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.skill__table th {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .skill__table th {
    font-size: 16px;
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .skill__table td {
    width: 100%;
  }
}

.sp-menu {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: inherit;
  line-height: 1;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}

.sp-menu__bar-3, .sp-menu__bar-2, .sp-menu__bar-1 {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background-color: #B31937;
  transition: all 0.3s;
}

.sp-menu__bar-1 {
  display: block;
  top: 14px;
  transform-origin: left;
}
.is-drawer-active .sp-menu__bar-1 {
  transform: translateY(-4px) rotate(45deg) scaleX(1.4142);
}

.sp-menu__bar-2 {
  display: block;
  top: 24px;
}
.is-drawer-active .sp-menu__bar-2 {
  transform: scaleX(0);
}

.sp-menu__bar-3 {
  display: block;
  top: 34px;
  transform-origin: left;
}
.is-drawer-active .sp-menu__bar-3 {
  transform: translateY(5px) rotate(-45deg) scaleX(1.4142);
}

.speak {
  background: linear-gradient(to bottom, rgba(179, 25, 55, 0.1), #fff);
  padding-top: 60px;
}
.speak h2 {
  background-color: #fff;
  padding: 12px;
  border-radius: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .speak h2 {
    font-size: 24px;
  }
}
.speak__think {
  margin-top: 20px;
  text-align: center;
}
.speak__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .speak__box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.speak__left {
  position: relative;
  z-index: 3;
  margin-top: -48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .speak__left {
    margin-top: 0;
    padding-top: 48px;
    min-height: 448px;
  }
}
.speak__border {
  display: inline-block;
  background-color: #fff;
  padding: 12px;
  border: 2px solid #eee;
  border-radius: 12px;
}
.speak__border.-red {
  border-color: #B31937;
  font-weight: bold;
  font-size: 20px;
}
.speak__arr-g {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.speak__right {
  position: relative;
  margin-top: -80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .speak__right {
    margin-top: 20px;
  }
}
.speak__speak {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .speak__speak {
    flex-direction: column;
    gap: 20px;
    border: none;
    border-radius: 20px;
    background-color: rgba(179, 25, 55, 0.1);
  }
}
.speak__merit {
  position: absolute;
  top: -40px;
  right: 320px;
}
@media screen and (max-width: 767px) {
  .speak__merit {
    position: static;
    margin-top: 20px;
  }
}
.speak__text {
  font-size: 24px;
  font-weight: bold;
}

.special {
  position: relative;
  background-color: #f2f2f2;
  padding-bottom: 60px;
}
.special h2 {
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .special h2 {
    font-size: 24px;
  }
}
.special h3 {
  color: #B31937;
  font-weight: bold;
  font-size: 20px;
}
.special p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .special p {
    font-size: 16px;
  }
}
.special__bar {
  display: block;
  width: 400px;
  max-width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #B31937 0%, transparent 100%);
  border-radius: 12px;
}
.special__cards {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .special__cards {
    flex-direction: column;
    gap: 20px;
  }
}
.special__card {
  background-color: #fff;
  padding: 20px;
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .special__card {
    width: 100%;
  }
}
.special__img {
  margin-top: 12px;
}
.special__img img {
  width: 100%;
}

.tab {
  border-bottom: 4px solid #B31937;
}
.tab.-blog {
  padding-top: 20px;
}
.tab.-blog li {
  max-width: 320px;
}
.tab ul {
  display: flex;
  gap: 0;
}
.tab li {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.tab li a {
  display: block;
  padding: 12px;
  border-radius: 20px 20px 0 0;
  background-color: #f2f2f2;
  text-decoration: none;
  color: #000;
}
.tab li.-active a {
  text-decoration: none;
  background-color: #B31937;
  color: #fff;
}

.top {
  position: relative;
  padding-top: 80px;
  background-image: url("../img/new/top-bg.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .top {
    background-image: url("../img/new/top-bg_sp.webp");
    background-size: 100% auto;
  }
}
.top__arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top__arrow {
    top: 20%;
  }
}
.top__arrow img {
  width: 100%;
}
.top__catch {
  position: relative;
  z-index: 4;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__catch {
    font-size: 24px;
  }
}
.top__emp {
  -webkit-text-emphasis: filled #000;
          text-emphasis: filled #000;
}
.top__what {
  position: relative;
  z-index: 4;
  padding: 24% 0 6%;
  background-image: url("../img/new/top-kantoku.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  .top__what {
    padding: 200px 0 40px;
    background-image: url("../img/new/top-kantoku_sp.webp");
    background-position: top center;
  }
}
.top__what-box {
  background-color: rgba(179, 25, 55, 0.5);
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .top__what-box {
    font-size: 16px;
    text-align: left;
  }
}
.top__sub {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top__sub {
    font-size: 20px;
  }
}
.top__white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0) 60%);
  mix-blend-mode: screen;
  filter: blur(20px);
}

.try {
  position: relative;
  background-color: rgba(179, 25, 55, 0.1);
  padding-top: 80px;
}
.try__top {
  margin-top: -80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .try__top {
    margin-top: 0;
  }
}
.try__title {
  font-size: 32px;
  font-weight: bold;
  color: #B31937;
}
@media screen and (max-width: 767px) {
  .try__title {
    font-size: 24px;
  }
}
.try__small {
  color: #B31937;
}
@media screen and (max-width: 767px) {
  .try__image-top {
    max-width: 80px;
  }
}
.try__sample {
  background-color: #B31937;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .try__sample {
    font-size: 20px;
  }
}
.try__one {
  position: relative;
}
.try__card {
  margin-top: 40px;
  background-color: #fff;
  padding: 20px;
}
.try__card.-one {
  max-width: 60%;
  margin-left: 20%;
}
@media screen and (max-width: 767px) {
  .try__card.-one {
    margin-top: 80px;
    max-width: 100%;
    margin-left: 0;
  }
}
.try__card.-two {
  padding-bottom: 80px;
}
.try__card.-three {
  padding-bottom: 80px;
}
.try__text {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .try__text {
    font-size: 20px;
  }
}
.try__yabai-img {
  position: absolute;
  z-index: -1;
  top: -40px;
  right: 12%;
}
@media screen and (max-width: 767px) {
  .try__yabai-img {
    top: -70px;
    right: 5%;
  }
}
.try__one-img {
  text-align: center;
}
.try__two-three {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .try__two-three {
    flex-direction: column;
  }
}
.try__two {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .try__two {
    width: 100%;
  }
}
.try__married-img {
  margin-top: -60px;
  text-align: center;
}
.try__three {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .try__three {
    width: 100%;
  }
}
.try__hirameki-img {
  margin-top: -160px;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .try__hirameki-img {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .try__hirameki-img {
    margin-top: -80px;
  }
}

.v-list {
  padding-bottom: 60px;
}
.v-list__student {
  padding: 40px 0;
}
.v-list__student h3 {
  font-size: 24px;
  border-left: 4px solid #B31937;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .v-list__student h3 {
    font-size: 20px;
  }
}
.v-list__student p {
  margin-top: 20px;
}
.v-list__student:nth-of-type(even) {
  background-color: #FCE9EC;
}
.v-list__box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .v-list__box {
    flex-direction: column;
  }
}
.v-list__thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: none;
  padding: 0;
  transition: all 0.3s ease;
}
.v-list__thumb:hover {
  opacity: 0.8;
}
.v-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.v-list__right {
  max-width: 480px;
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .v-list__right {
    width: 100%;
    max-width: inherit;
  }
}
.v-list__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  pointer-events: none;
}
.v-list__img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.v-list__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.v-list__imgs {
  display: flex;
  gap: 12px;
}
.v-list__img {
  max-width: calc(50% - 6px);
  aspect-ratio: 4/3;
  overflow: hidden;
  flex: 1;
}
.v-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.v-list__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.v-list__name {
  flex: none;
  margin-top: 8px !important;
  font-size: 20px;
  font-weight: bold;
}
.v-list__job {
  margin-top: 8px !important;
  font-size: 14px;
}

.v-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.v-modal[hidden] {
  display: none;
}
.v-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  z-index: 0;
}
.v-modal__panel {
  position: relative;
  width: min(960px, 92vw);
  background-color: #000;
  border-radius: 12px;
  z-index: 10;
  overflow: visible;
}
.v-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 20px;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
}
.v-modal {
  /* 👇 ここにpaddingをつける */
}
.v-modal__body {
  padding: 24px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .v-modal__body {
    padding: 8px;
  }
}
.v-modal__ratio {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.v-modal__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.v-top__inner {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .v-top__inner {
    flex-direction: column;
    align-items: center;
  }
}
.v-top h2 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .v-top h2 {
    font-size: 20px;
  }
}

.policy {
  padding: 40px 0;
}

.policy h2 {
  font-size: 24px;
  font-weight: bold;
}

.policy h3 {
  font-size: 20px;
  font-weight: bold;
}

/* ===== Reveal base ===== */
.reveal,
.reveal-item {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition-property: opacity, transform;
  transition-duration: 600ms;
  transition-timing-function: ease;
  will-change: opacity, transform;
}

.reveal.is-inview,
.reveal-item.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* ===== Variants ===== */
.reveal[data-reveal="fade-up"],
.reveal-item[data-reveal="fade-up"] {
  transform: translate3d(0, 16px, 0);
}

.reveal[data-reveal="from-left"],
.reveal-item[data-reveal="from-left"] {
  transform: translate3d(-24px, 0, 0);
}

.reveal[data-reveal="from-right"],
.reveal-item[data-reveal="from-right"] {
  transform: translate3d(24px, 0, 0);
}

.reveal[data-reveal="opacity"],
.reveal-item[data-reveal="opacity"] {
  transform: none;
}

.reveal[data-reveal="scale-up"],
.reveal-item[data-reveal="scale-up"] {
  transform: scale(0.96);
}

.reveal[data-reveal="scale-down"],
.reveal-item[data-reveal="scale-down"] {
  transform: scale(1.04);
}

/* ===== Reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-item {
    transition: none;
    opacity: 1;
    transform: none;
  }
}