@charset "UTF-8";
@-webkit-keyframes zoomInAppear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInAppear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fv__news_move {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes fv__news_move {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn-up {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn-up {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in.js-in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in-slow {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, transform 3s;
  transition: opacity 3s, transform 3s, -webkit-transform 3s;
}
.fade-in-slow.js-in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.js-in-view-up {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.color-1 {
  color: rgba(18, 239, 255, 0.6);
}

.color-white {
  color: #fff !important;
}

.border-white {
  border-bottom: 1px solid #fff !important;
}

.margin-10 {
  margin-top: 10px;
}

.wrapper {
  overflow: hidden;
}

img {
  width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0;
}

.link-text {
  border-bottom: 2px solid #333;
}

.wpcf7-list-item {
  margin: 0;
}

.swiper {
  width: 100%;
  margin: auto;
}

.swiper-slide {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* トリミングしつつサイズ統一する */
}

.fv-swiper-wrapper {
  width: 1280px;
}

.fv-swiper__slide {
  aspect-ratio: 16/9;
}

.left-blur-layer {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(1.5px); /* ここがぼかし効果の本体 */
  pointer-events: none;
}

.buttom-swiper__slide {
  border-radius: 12px;
}

.heading__jp {
  font-family: "Kiwi Maru", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  color: rgba(18, 239, 255, 0.6);
}

.heading__en {
  color: #4a3636;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 125%;
  border-bottom: 1px solid rgba(18, 239, 255, 0.6);
}

.heading__jp-footer {
  font-family: "Kiwi Maru", serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 125%;
  color: rgba(18, 239, 255, 0.6);
}
@media screen and (min-width: 524px) {
  .heading__jp-footer {
    font-size: 16px;
  }
}

.heading__en-footer {
  color: #4a3636;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 125%;
  border-bottom: 1px solid rgba(18, 239, 255, 0.6);
}
@media screen and (min-width: 524px) {
  .heading__en-footer {
    font-size: 40px;
  }
}

.strong__text {
  color: red;
  font-weight: 500;
}

.strong__text-sm {
  color: red;
  font-size: 12px;
}

.price__text {
  color: red;
  font-weight: 500;
}

.top-link {
  color: blue;
  font-weight: 500;
  border-bottom: 1px solid blue;
  opacity: 0.8;
}
.top-link:hover {
  opacity: 1;
}

.yellow__text {
  color: rgb(255, 244, 0);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .yellow__text {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  .yellow__text {
    font-size: 25px;
  }
}

.grey__text {
  color: #c6c8c9;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 125%;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 6px 24px 0% 24px;
  border-radius: 20px;
  border: 2px solid #4a3636;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.button-color-1 {
  background: rgba(46, 194, 254, 0.6) 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-color-1:hover {
  background: rgba(255, 255, 255, 0.6);
}

.button-color-2 {
  background: rgba(65, 164, 253, 0.6) 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-color-2:hover {
  background: rgba(255, 255, 255, 0.6);
}

.view__more__button {
  position: relative;
  margin-top: 30px;
  float: right;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.view__more__button:hover {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  color: #f0f0f0;
}
.view__more__button:hover .view__more__button__arrow {
  background: #f0f0f0;
}
.view__more__button:hover .view__more__button__arrow::after {
  border-right: solid 2px #f0f0f0;
}

.view__more__button__text {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 524px) {
  .view__more__button__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .view__more__button__text {
    font-size: 20px;
  }
}

.view__more__button__arrow {
  position: relative;
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1;
}
@media screen and (min-width: 524px) {
  .view__more__button__arrow {
    width: 124px;
  }
}
@media screen and (min-width: 900px) {
  .view__more__button__arrow {
    width: 200px;
  }
}
.view__more__button__arrow::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 77px;
  margin: auto;
  border-right: solid 2px black;
  border-bottom: solid 2px transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
}
@media screen and (min-width: 524px) {
  .view__more__button__arrow::after {
    left: 100px;
  }
}
@media screen and (min-width: 900px) {
  .view__more__button__arrow::after {
    left: 176px;
  }
}

.view__more__button-2 {
  position: relative;
  margin-top: 30px;
  float: right;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.view__more__button-2:hover {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  color: rgba(18, 239, 255, 0.6);
}
.view__more__button-2:hover .view__more__button__arrow-2 {
  background: rgba(18, 239, 255, 0.6);
}
.view__more__button-2:hover .view__more__button__arrow-2::after {
  border-right: solid 2px rgba(18, 239, 255, 0.6);
}

.view__more__button__text-2 {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 524px) {
  .view__more__button__text-2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .view__more__button__text-2 {
    font-size: 20px;
  }
}

.view__more__button__arrow-2 {
  position: relative;
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1;
}
@media screen and (min-width: 524px) {
  .view__more__button__arrow-2 {
    width: 124px;
  }
}
@media screen and (min-width: 900px) {
  .view__more__button__arrow-2 {
    width: 200px;
  }
}
.view__more__button__arrow-2::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 77px;
  margin: auto;
  border-right: solid 2px black;
  border-bottom: solid 2px transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
}
@media screen and (min-width: 524px) {
  .view__more__button__arrow-2::after {
    left: 100px;
  }
}
@media screen and (min-width: 900px) {
  .view__more__button__arrow-2::after {
    left: 176px;
  }
}

.view__more__button-blue {
  position: relative;
  margin-top: 30px;
  float: right;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.view__more__button-blue:hover {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  color: rgba(18, 239, 255, 0.6);
}
.view__more__button-blue:hover .view__more__button-blue__arrow {
  background: rgba(18, 239, 255, 0.6);
}
.view__more__button-blue:hover .view__more__button-blue__arrow::after {
  border-right: solid 2px rgba(18, 239, 255, 0.6);
}

.view__more__button-blue__arrow {
  position: relative;
  width: 124px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .view__more__button-blue__arrow {
    width: 144px;
  }
}
.view__more__button-blue__arrow::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  margin: auto;
  border-right: solid 2px black;
  border-bottom: solid 2px transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .view__more__button-blue__arrow::after {
    left: 120px;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}

.breadcrumbs {
  margin-top: 9px;
  font-size: 12px;
  color: #888;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin-top: 13px;
  }
}

.home {
  color: #888;
}

.breadcrumbs__chevron-right {
  margin: 0 6px;
}

.new-label {
  color: #e61264;
  font-size: 16px;
  line-height: 1;
  padding: 6px 11px;
}

body {
  font-size: 12px;
  line-height: 160%;
  font-weight: 500;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  background: rgba(240, 250, 250, 0.6);
}
@media screen and (min-width: 600px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-size: 16px;
  }
}

.inner-bcn {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 50px;
  max-width: 1150px;
  margin: 0 auto;
}

.inner {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1150px;
  margin: 0 auto;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 64px;
  z-index: 120;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(50%, rgba(18, 239, 255, 0.6)), color-stop(100%, rgba(46, 194, 254, 0.6)), to(rgba(65, 164, 253, 0.6)));
  background: linear-gradient(90deg, rgb(255, 255, 255), rgba(18, 239, 255, 0.6) 50%, rgba(46, 194, 254, 0.6) 100%, rgba(65, 164, 253, 0.6));
}

.header__inner {
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  display: inline-block;
}
.header__logo a img {
  width: 120px;
}

.header__logo-text {
  display: none;
  font-family: "Kiwi Maru", serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (min-width: 1100px) {
  .header__logo-text {
    display: inline-block;
  }
}

.header__nav {
  display: none;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}

.header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header__jp {
  font-family: "Kiwi Maru", serif;
  font-size: 7px;
  line-height: 125%;
  color: #c6c8c9;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__jp:hover {
  color: rgba(18, 239, 255, 0.6);
}
@media screen and (min-width: 900px) {
  .header__jp {
    font-size: 10px;
  }
}

.header__jp-big {
  font-family: "Kiwi Maru", serif;
  font-size: 11px;
  line-height: 125%;
  color: #c6c8c9;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .header__jp-big {
    font-size: 20px;
  }
}

.header__en {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 125%;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__en:hover {
  color: rgba(18, 239, 255, 0.6);
}
@media screen and (min-width: 900px) {
  .header__en {
    font-size: 16px;
  }
}

.header__en-big {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 125%;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .header__en-big {
    font-size: 35px;
  }
}

.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 4px;
  margin-left: 15px;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  position: relative;
  width: 32px;
  height: 27px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1), .drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 12px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  width: 32px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-icon__bar {
  position: absolute;
  width: 32px;
  height: 3px;
  left: 0;
  background-color: #4a3636;
  border-radius: 6px;
  -webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
}
.drawer-icon__bar:nth-child(2) {
  top: 12px;
}
.drawer-icon__bar:nth-child(3) {
  top: 24px;
}

.drawer-content {
  background: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  padding-top: 75px;
  z-index: 110;
  text-align: center;
  position: fixed;
  display: none;
}
@media screen and (min-width: 900px) {
  .drawer-content {
    display: none;
  }
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.drawer-content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.link__text {
  margin-top: 30px;
}

.drawer-font {
  font-size: 20px;
  font-weight: 500;
}

.fv {
  position: relative;
}

.fv__title {
  position: absolute;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  inset-block: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  z-index: 11;
  width: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .fv__title {
    text-align: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.fv__bg__line__top {
  position: absolute;
  background: rgba(18, 239, 255, 0.6);
  width: 15%;
  height: 100%;
  right: 100px;
  top: 0;
  z-index: 10;
}

.fv__bg__line__top.is-animated {
  -webkit-animation: slideIn-up 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn-up 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.fv__bg__line__bottom {
  position: absolute;
  background: rgba(46, 194, 254, 0.6);
  bottom: 45%;
  right: 0;
  height: 30%;
  width: 100%;
  z-index: 10;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.fv__bg__line__bottom.is-animated {
  -webkit-animation: slideIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.fv__title.is-animated {
  -webkit-animation: zoomInAppear 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: zoomInAppear 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@media screen and (min-width: 768px) {
  .fv__inner {
    margin-left: 100px;
    padding-top: 20px;
  }
}

.fv__title-mein {
  width: 100%;
  display: inline;
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .fv__title-mein {
    width: 100%;
    display: inline;
    font-size: 35px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: 1.72;
  }
}
@media screen and (min-width: 1100px) {
  .fv__title-mein {
    font-size: 62px;
  }
}

.fv__title-sub {
  margin-top: 15px;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .fv__title-sub {
    font-size: 25px;
  }
}

.fv__button__text {
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
@media screen and (min-width: 524px) {
  .fv__button__text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .fv__button__text {
    font-size: 15px;
    margin-top: 40px;
  }
}

.fv-title__button {
  display: none;
}
@media screen and (min-width: 524px) {
  .fv-title__button {
    width: 100%;
    gap: 5px;
  }
}
@media screen and (min-width: 768px) {
  .fv-title__button {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    max-width: 400px;
  }
}

.button-width {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .button-width {
    width: auto;
  }
}

.fv__buttom {
  position: absolute;
  margin-top: 15px;
}

.fv__buttom__news {
  display: none;
  margin-bottom: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 100;
  font-size: 10px;
  background: rgb(18, 239, 255);
  border-radius: 8px;
  color: #f0f0f0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.fv__buttom__news:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media screen and (min-width: 768px) {
  .fv__buttom__news {
    display: block;
    width: 200px;
    bottom: 30px;
    right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .fv__buttom__news {
    font-size: 14px;
    margin-bottom: 50px;
    width: 300px;
  }
}

.news__new__text {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  margin-top: -20px;
  -webkit-animation-name: fv__news_move;
          animation-name: fv__news_move;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media screen and (min-width: 768px) {
  .news__new__text {
    font-size: 16px;
    margin-top: -20px;
  }
}
@media screen and (min-width: 1100px) {
  .news__new__text {
    font-size: 20px;
    margin-top: -30px;
  }
}

.fv__news__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .fv__news__inner {
    display: block;
  }
}

.fv__news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (min-width: 524px) {
  .fv__news__content {
    gap: 100px;
  }
}
@media screen and (min-width: 768px) {
  .fv__news__content {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .fv__news__content {
    padding: 5px;
  }
}

.fv__news__tag {
  color: #f0f0f0;
  display: inline-block;
  border-color: #f0f0f0;
  border-width: 1px;
  border-style: solid;
  padding: 3px;
  border-radius: 3px;
}

.fv__news__title {
  margin-top: 5px;
}

.fv__news__view {
  position: relative;
  color: rgb(255, 244, 0);
}
.fv__news__view::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon-arrow.svg) center center/cover no-repeat;
}

.about-us {
  position: relative;
  margin-top: 250px;
}
@media screen and (min-width: 768px) {
  .about-us {
    height: 620px;
  }
}

.about__bg-img {
  position: absolute;
  right: 0px;
  top: 40px;
}
.about__bg-img img {
  width: 620px;
}
@media screen and (min-width: 524px) {
  .about__bg-img {
    top: -40px;
  }
}
@media screen and (min-width: 768px) {
  .about__bg-img {
    top: -100px;
  }
}

.about-us__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .about-us__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about-us__text-title {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  background-color: rgba(18, 239, 255, 0.6);
  padding: 15px;
}
@media screen and (min-width: 600px) {
  .about-us__text-title {
    font-size: 35px;
  }
}

.about-us__text {
  margin-top: 35px;
  font-weight: 500;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .about-us__text {
    white-space: nowrap;
  }
}

.strengths {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 900px) {
  .strengths {
    padding-top: 92px;
    padding-bottom: 92px;
  }
}
.strengths::before, .strengths::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 45.7px;
  z-index: -1;
  content: "";
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: left -3px center;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .strengths::before, .strengths::after {
    height: 120px;
    background-position: left center;
  }
}
.strengths::before {
  top: 1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../img/bg_wave_img_2.png);
}
@media screen and (min-width: 900px) {
  .strengths::before {
    background-image: url(../img/bg_wave_img_2.png);
  }
}
.strengths::after {
  bottom: 1px;
  background-image: url(../img/bg_wave_img_2.png);
  background-position: left -6px center;
}
@media screen and (min-width: 900px) {
  .strengths::after {
    background-image: url(../img/bg_wave_img_2.png);
  }
}

.strengths__bg-fis {
  position: absolute;
  background-image: url(../img/bg-fis2_img.png);
  top: 0;
  left: 135px;
  width: 100%;
  height: 100%;
  background-size: auto 50%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 0;
}

.strengths__bg-fis2 {
  position: absolute;
  background-image: url(../img/bg-fis2_img.png);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 50%;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 0;
}

.strengths__contents {
  background: rgb(18, 239, 255);
}

.strengths__cards {
  margin-right: 35px;
  margin-top: 40px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .strengths__cards {
    margin-top: 100px;
  }
}

.strengths__card {
  width: 100%;
  height: auto;
  max-height: 400px;
}
.strengths__card:nth-child(2) {
  margin-top: 20px;
}
.strengths__card:nth-child(4) {
  margin-top: 20px;
}
.strengths__card:last-child {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .strengths__card {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .strengths__card {
    width: calc(33.333% - 20px);
  }
  .strengths__card:nth-child(3) {
    margin-top: 40px;
  }
  .strengths__card:nth-child(4) {
    margin-top: 0;
  }
  .strengths__card:last-child {
    margin-top: 40px;
  }
}

.strengths-card {
  position: relative;
  border-radius: 8px;
  height: 100%;
  padding: 10px 20px;
}
.strengths-card:hover .strengths-card__inner {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.strengths-card:hover .strengths-card__number {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.strengths-card__number {
  position: absolute;
  font-size: 40px;
  top: -50px;
  right: 0;
  font-weight: 700;
  z-index: 2;
  width: 70px;
  height: 70px;
  line-height: normal;
  background-color: rgba(46, 194, 254, 0.6);
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .strengths-card__number {
    font-size: 60px;
    width: 100px;
    height: 100px;
  }
}

.strengths-card__inner {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 5px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .strengths-card__inner {
    height: 300px;
    max-height: 350px;
  }
}

.strengths-card__image {
  display: block;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.strengths-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .strengths-card__image img {
    width: 150px;
  }
}

.strengths-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.strengths-card__text {
  font-size: 14px;
  line-height: 1.5;
}

.strengths-card__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  outline: none;
}

.service {
  position: relative;
}

.service__content__title {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 500;
}

.service__content__text {
  margin-top: 10px;
}

.service__content__box__table {
  font-size: 0.8rem;
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .service__content__box__table {
    font-size: 0.95rem;
  }
}

.service__content__box__body th,
.service__content__box__body td {
  border: 1px solid #ddd;
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
}

.service__content__box__body thead th {
  background-color: rgba(18, 239, 255, 0.6);
  font-weight: 600;
  font-size: 1rem;
  color: #333;
}

.service__content__box__body tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.service__content__box__body tbody tr:hover {
  background-color: #eef7ff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.price {
  background: rgba(18, 239, 255, 0.1);
}

.price__inner {
  position: relative;
}

.price__contents {
  margin-top: 20px;
  display: block;
  grid-template-columns: repeat(2, 1fr); /* 2列にする */
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .price__contents {
    display: grid;
  }
}

.price__content__title {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
}

.price__content__text {
  margin-top: 10px;
}

.price__content__box__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: 0.95rem;
  background-color: #fff;
  text-align: center;
}

.price__content__box__body th,
.price__content__box__body td {
  border: 1px solid #ddd;
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
}

.price__content__box__body thead th {
  background-color: rgba(18, 239, 255, 0.6);
  font-weight: 600;
  font-size: 1rem;
  color: #333;
}

.price__content__box__body tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.price__content__box__body tbody tr:hover {
  background-color: #eef7ff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.how-it-works {
  background-color: #f9f9f9;
}

.how-it-works__text {
  margin-bottom: 48px;
  color: #4a3636;
  font-size: 16px;
  line-height: 1.6;
}

.how-it-works__title {
  font-size: 20px;
  margin: 40px 0 20px;
  color: #4a3636;
  font-weight: bold;
  border-left: 4px solid rgba(18, 239, 255, 0.6);
  padding-left: 12px;
}

@media screen and (min-width: 768px) {
  .how-it-works__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.how-it-works__list__item {
  text-align: center;
  margin-top: 40px;
  position: relative;
  background: #f0f0f0;
  padding: 20px 10px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.how-it-works__list__item:nth-of-type(n + 2)::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-color: rgba(18, 239, 255, 0.6) transparent transparent transparent;
  border-style: solid;
  border-width: 12px 14px 0 14px;
  top: -20px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  .how-it-works__list__item {
    width: 22%;
  }
  .how-it-works__list__item:nth-of-type(n + 2)::before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent rgba(18, 239, 255, 0.6);
    border-style: solid;
    border-width: 14px 0 14px 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -8.66%;
  }
}

.how-it__list__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid rgba(18, 239, 255, 0.6);
  padding-bottom: 10px;
  height: 100px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .how-it__list__item__head {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  .how-it__list__item__head {
    font-size: 14px;
  }
}

.how-it-works__list__item__number {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: rgba(18, 239, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .how-it-works-speas {
    margin-right: auto;
    margin-left: 45px;
  }
}

.how-it__list__item__text {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 500;
}

.how-it-works__list__item__complete {
  border: 2px solid rgba(18, 239, 255, 0.6);
}

.recruit {
  z-index: 0;
  position: relative;
  background: url(../img/recruit__bg__img.jpg) center/cover no-repeat;
}
.recruit::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

.recruit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 25px;
}
@media screen and (min-width: 900px) {
  .recruit__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}

.recruit__message__title {
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 1.72;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .recruit__message__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .recruit__message__title {
    font-size: 25px;
  }
}

.message__strong {
  margin-left: 10px;
  font-weight: 700;
  font-size: 40px;
  color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .message__strong {
    font-size: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .message__strong {
    font-size: 60px;
  }
}

.message__strong-2 {
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .message__strong-2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .message__strong-2 {
    font-size: 30px;
  }
}

.recruit__message__text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1.72;
}
@media screen and (min-width: 1000px) {
  .recruit__message__text {
    font-size: 16px;
  }
}

.recruit__img {
  padding-top: 50px;
  width: 50%;
  margin: auto;
}
.recruit__img img {
  border-radius: 20px;
}

.recruit__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit__button {
    margin: 0;
    margin-left: auto;
  }
  .recruit__button::before {
    position: absolute;
    content: "";
    background: url(../img/recruit__icon.svg) center/contain no-repeat;
    -webkit-animation-name: fv__news_move;
            animation-name: fv__news_move;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
            animation-play-state: running;
    width: 200px;
    height: 50px;
    top: -50px;
    right: -50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .recruit__button::before {
    width: 300px;
  }
}

.qa__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .qa__boxes {
    gap: 24px;
    margin-top: 40px;
  }
}

.qa-box {
  overflow: hidden;
  background: #fff;
  border: 2px solid #4a3636;
  border-radius: 12px;
}
@media screen and (min-width: 900px) {
  .qa-box {
    border-radius: 16px;
  }
}

.qa-box__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 14px;
}
@media screen and (min-width: 900px) {
  .qa-box__heading {
    gap: 16px;
    padding-top: 20.5px;
    padding-right: 22px;
    padding-bottom: 19.5px;
    padding-left: 22px;
  }
}

.qa-box.is-open .qa-box__heading-toggle::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.qa-box__heading-icon,
.qa-box__answer-icon {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  color: rgba(18, 239, 255, 0.6);
}
@media screen and (min-width: 900px) {
  .qa-box__heading-icon,
  .qa-box__answer-icon {
    font-size: 32px;
  }
}

.qa-box__heading-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.59;
  color: #4a3636;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .qa-box__heading-text {
    font-size: 20px;
  }
}

.qa-box__heading-toggle {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  background-color: rgba(18, 239, 255, 0.6);
  border-radius: 50%;
}
@media screen and (min-width: 900px) {
  .qa-box__heading-toggle {
    width: 48px;
    height: 48px;
  }
}

.qa-box__heading-toggle::before,
.qa-box__heading-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  content: "";
  background: #fff;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 900px) {
  .qa-box__heading-toggle::before,
  .qa-box__heading-toggle::after {
    width: 19px;
    height: 3px;
  }
}

.qa-box__heading-toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.qa-box__body {
  display: none;
  padding-top: 16px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  background: #f5f5f5;
}
@media screen and (min-width: 900px) {
  .qa-box__body {
    padding-top: 24px;
    padding-right: 22px;
    padding-bottom: 22px;
    padding-left: 22px;
  }
}

.qa-box__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qa-box__answer-text {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .qa-box__answer-text {
    font-size: 16px;
  }
}

.footer__buttons {
  margin-top: 20px;
  margin-bottom: 100px;
  width: 100%;
  display: grid;
}
@media screen and (min-width: 768px) {
  .footer__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.simulation {
  padding: 50px;
  z-index: 0;
  position: relative;
  width: 100%;
  background: url(../img/footer-simulation-bg.jpg) center/cover no-repeat;
  -webkit-transition: background-size 10s ease;
  transition: background-size 10s ease;
}
.simulation:hover {
  background-size: 130%;
}
.simulation::before {
  z-index: -1;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(46, 194, 254, 0.6);
}
@media screen and (min-width: 768px) {
  .simulation {
    width: 50%;
  }
}

.simulation__inner {
  text-align: center;
}

.contact {
  position: relative;
  padding: 50px;
  width: 100%;
  z-index: 0;
  background: url(../img/footer-contact-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact:hover {
  background-size: 150%;
}
.contact::before {
  z-index: -1;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(65, 164, 253, 0.6);
}
@media screen and (min-width: 768px) {
  .contact {
    width: 50%;
  }
}

.contacts__inner {
  text-align: center;
}

.footer__button {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.footer__button:hover {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  color: rgb(255, 255, 255);
}
.footer__button:hover .footer__button__arrow {
  background: rgb(255, 255, 255);
}
.footer__button:hover .footer__button__arrow::after {
  border-right: solid 2px rgb(255, 255, 255);
}

.footer__text {
  margin-top: 20px;
}

.footer__button__arrow {
  position: relative;
  width: 124px;
  height: 2px;
  bottom: 0;
  left: 10%;
  background: #000;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .footer__button__arrow {
    width: 144px;
  }
}
.footer__button__arrow::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  margin: auto;
  border-right: solid 2px black;
  border-bottom: solid 2px transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .footer__button__arrow::after {
    left: 120px;
  }
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (maX-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.footer__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (maX-width: 768px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__company {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}

.footer__logo img {
  max-width: 150px;
  height: auto;
}

.footer__address__text {
  margin: 5px 0;
}

.footer__address__list {
  margin-top: 10px;
}

.footer__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}

.footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  list-style: none;
  padding: 0;
}
@media screen and (maX-width: 768px) {
  .footer__nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__nav__list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 120px;
          flex: 1 1 120px;
}

.footer__nav__list__item__text {
  color: #007acc;
  text-decoration: none;
}
.footer__nav__list__item__text:hover {
  color: rgb(0, 91.5, 153);
}

.footer__bottom {
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (maX-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

.footer__rules {
  margin: 0;
}

.footer__rules__txt {
  font-weight: 500;
  font-size: 12px;
  border-bottom: 1px solid #000;
  opacity: 0.8;
}
.footer__rules__txt:hover {
  opacity: 1;
}

.footer__copyright {
  font-size: 12px;
}

.footer__scroller {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background: #007acc;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .footer__scroller {
    width: 80px;
    height: 80px;
  }
}
.footer__scroller:hover {
  opacity: 1;
}

.footer__logo__link img {
  width: 150px;
}

.ab__mv {
  position: relative;
  width: 100%;
  z-index: 0;
  background: url(../img/about-mv-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0 70px;
}
.ab__mv::before {
  z-index: -1;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(46, 194, 254, 0.6);
}

.st__mv {
  position: relative;
  width: 100%;
  z-index: 0;
  background: url(../img/strengths__img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0 70px;
}
.st__mv::before {
  z-index: -1;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(46, 194, 254, 0.6);
}

.se__mv {
  position: relative;
  width: 100%;
  z-index: 0;
  background: url(../img/recruit__bg__img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0 70px;
}
.se__mv::before {
  z-index: -1;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(46, 194, 254, 0.6);
}

.re__mv {
  position: relative;
  width: 100%;
  z-index: 0;
  background: url(../img/recruit__bg__nul.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0 70px;
}
.re__mv::before {
  z-index: -1;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(46, 194, 254, 0.6);
}

.co__mv {
  position: relative;
  width: 100%;
  z-index: 0;
  background: url(../img/footer-contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0 70px;
}
.co__mv::before {
  z-index: -1;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(46, 194, 254, 0.6);
}

.si__mv {
  position: relative;
  width: 100%;
  z-index: 0;
  background: url(../img/footer-simulation-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0 70px;
}
.si__mv::before {
  z-index: -1;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(46, 194, 254, 0.6);
}

.ne__mv {
  position: relative;
  width: 100%;
  z-index: 0;
  background: url(../img/news__bg__img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0 70px;
}
.ne__mv::before {
  z-index: -1;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(46, 194, 254, 0.6);
}

.pr__mv {
  position: relative;
  width: 100%;
  z-index: 0;
  background: url(../img/privacy-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0 70px;
}
.pr__mv::before {
  z-index: -1;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(46, 194, 254, 0.6);
}

.mv__outer {
  margin: 0 30px;
}

.mv__inner {
  max-width: 1150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.mv__title-jp {
  font-size: 20px;
}

.mv__title-en {
  font-size: 40px;
  color: #4a3636;
  font-weight: 600;
}

.row__heading {
  margin-bottom: 40px;
  position: relative;
  padding: 0.3em 0 0.2em 1em;
  border-bottom: 3px solid #12efff;
  color: #000000;
  display: inline-block;
}
.row__heading::before {
  position: absolute;
  top: 0;
  left: 0.3em;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #12efff;
  content: "";
}
.row__heading::after {
  position: absolute;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  top: 0.6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #12efff;
  content: "";
}

.row__heading-block {
  position: relative;
  padding: 0.3em 0 0.2em 1em;
  border-bottom: 3px solid #12efff;
  color: #000000;
  display: block;
}
.row__heading-block::before {
  position: absolute;
  top: 0;
  left: 0.3em;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #12efff;
  content: "";
}
.row__heading-block::after {
  position: absolute;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  top: 0.6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #12efff;
  content: "";
}

.row__heading-center {
  margin-bottom: 40px;
  position: relative;
  padding: 0.3em 0 0.2em 1em;
  border-bottom: 3px solid #12efff;
  text-align: center;
  color: #000000;
}
.row__heading-center::before {
  position: absolute;
  top: 0;
  left: 0.3em;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #12efff;
  content: "";
}
@media screen and (min-width: 768px) {
  .row__heading-center::before {
    left: 30%;
  }
}
@media screen and (min-width: 1000px) {
  .row__heading-center::before {
    left: 38%;
  }
}
.row__heading-center::after {
  position: absolute;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  top: 1em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #12efff;
  content: "";
}
@media screen and (min-width: 768px) {
  .row__heading-center::after {
    top: 0.6em;
    left: 28%;
  }
}
@media screen and (min-width: 1000px) {
  .row__heading-center::after {
    left: 36%;
  }
}

.row__heading__jp {
  font-size: 1rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (maX-width: 768px) {
  .row__heading__jp {
    font-size: 0.9rem;
  }
}

.row__heading__en {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5em;
}
@media screen and (maX-width: 768px) {
  .row__heading__en {
    font-size: 1.5rem;
  }
}

.row__heading__jp-other {
  font-size: 2rem;
  font-weight: bold;
}

.row__heading__en-other {
  font-size: 1rem;
  color: #666;
  margin-top: 0.5rem;
}

.ab__vision {
  margin-top: 80px;
}

.ab__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.ab__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}

.vision__content {
  position: relative;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 375px) {
  .vision__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.vision__title {
  width: 100%;
  background: rgba(18, 239, 255, 0.6);
  color: #f0f0f0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  height: auto;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 40px 20px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .vision__title {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .vision__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  .vision__title {
    font-size: 25px;
    padding: 40px 40px;
  }
}

.vision__text {
  margin-bottom: -25%;
  margin-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 2px solid #333;
  background: #f8f9fa;
  height: auto;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 30px 20px;
}
@media screen and (min-width: 375px) {
  .vision__text {
    margin-left: -2%;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .vision__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .vision__text {
    margin-left: -5%;
    padding: 30px 40px;
  }
}

.ab__mission {
  margin-top: 80px;
}

.values__cards {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .values__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.values__card {
  background: #f9f9f9;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  padding: 20px;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
.values__card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
@media screen and (min-width: 768px) {
  .values__card {
    width: 40%;
    margin-top: 0;
    text-align: left;
    height: 160px;
  }
}

.ab__origin {
  padding: 4rem 1rem;
  background-color: #f9f9f9;
}

.origin__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (maX-width: 768px) {
  .origin__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.origin__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  max-width: 300px;
}
@media screen and (maX-width: 768px) {
  .origin__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.origin__text-box {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 500px;
          flex: 2 1 500px;
}
@media screen and (maX-width: 768px) {
  .origin__text-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.origin__title {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 0.3em 0 0.2em 1em;
  border-bottom: 3px solid #12efff;
}
.origin__title::before {
  position: absolute;
  top: 0;
  left: 0.3em;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #12efff;
  content: "";
}
.origin__title::after {
  position: absolute;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  top: 0.6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #12efff;
  content: "";
}

.origin__text {
  line-height: 1.8;
  font-size: 1rem;
}

.ab__message {
  padding: 4rem 1rem;
  background-color: #ffffff;
}

.message__content {
  max-width: 800px;
  margin: 2rem auto 1rem;
  text-align: center;
}

.message__img {
  width: 180px;
  height: auto;
  margin: 0 auto 1rem;
}
@media screen and (maX-width: 768px) {
  .message__img {
    width: 140px;
  }
}
.message__img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.message__text {
  font-size: 1rem;
  margin: 0.25rem 0;
}

.message__text__area {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}

.text__area__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (maX-width: 768px) {
  .text__area__title {
    font-size: 1.1rem;
  }
}

.text__area__text {
  line-height: 1.8;
  font-size: 1rem;
  text-align: left;
}

.prof {
  height: auto;
  padding: 60px 0;
  position: relative;
  width: 100%;
  background: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .prof {
    background: #f9f9f9;
    padding: 80px 0;
  }
}

.re__prof {
  height: auto;
  padding: 60px 0;
  position: relative;
  width: 100%;
  background: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .re__prof {
    background: #f9f9f9;
  }
}

.prof__inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .prof__inner {
    max-width: 848px;
  }
}

.re__prof__inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .re__prof__inner {
    max-width: 1200px;
  }
}

.prof__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.prof__box {
  background: #fff;
  margin: 20px;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .prof__box {
    padding: 60px 40px 80px;
  }
}

.re__prof__box {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .re__prof__box {
    padding: 60px 40px 80px;
  }
}

.prof__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .prof__dl {
    margin-top: 60px;
  }
}

.prof__dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(18, 239, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.9%;
  padding: 16px 0;
}
.prof__dt:last-of-type {
  border-bottom: 1px solid rgba(18, 239, 255, 0.6);
}
@media screen and (min-width: 768px) {
  .prof__dt {
    padding: 24px 0;
    padding-left: 32px;
    width: 29.07%;
    line-height: 1.5;
    font-size: 16px;
  }
}

.prof__dd {
  padding: 16px 0;
  border-top: 1px solid #e8eaec;
  padding-left: 24px;
  width: 66.1%;
  font-weight: 500;
}
.prof__dd:last-of-type {
  border-bottom: 1px solid #e8eaec;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .prof__dd {
    padding: 24px 0;
    padding-left: 36px;
    width: 70.93%;
    font-size: 16px;
    line-height: 1.5;
  }
}

.prof__dd-list {
  padding-left: 14px;
  position: relative;
}
.prof__dd-list::before {
  content: "・";
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .prof__dd-list {
    padding-left: 16px;
  }
}

.st__section {
  padding: 4rem 0;
}

.st__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.st__cards {
  margin-right: 35px;
  margin-top: 40px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .st__cards {
    margin-top: 100px;
  }
}

.st__card {
  width: 100%;
  height: auto;
  max-height: 400px;
  margin-bottom: 20px;
}
.st__card:nth-child(2) {
  margin-top: 20px;
}
.st__card:nth-child(4) {
  margin-top: 20px;
}
.st__card:last-child {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .st__card {
    width: calc(50% - 20px);
  }
}

.st-card {
  position: relative;
  border-radius: 8px;
  height: 100%;
  padding: 10px 20px;
}
.st-card:hover .st-card__inner {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.st-card:hover .st-card__number {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media screen and (maX-width: 768px) {
  .st-card {
    padding: 1.5rem;
  }
}

.st-card__number {
  position: absolute;
  font-size: 40px;
  top: -35px;
  right: 0;
  font-weight: 700;
  z-index: 2;
  width: 70px;
  height: 70px;
  line-height: normal;
  background-color: rgba(46, 194, 254, 0.6);
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .st-card__number {
    font-size: 60px;
    width: 100px;
    height: 100px;
    top: -50px;
  }
}

.st-card__inner {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .st-card__inner {
    height: auto;
    max-height: 350px;
  }
}

.st-card__image {
  display: block;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.st-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .st-card__image img {
    width: 150px;
  }
}

.st__card__heading {
  background: rgba(18, 239, 255, 0.6);
  clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 0);
}

.st-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.st-card__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px;
}

.st-card__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  outline: none;
}

.st__case__section {
  background-color: #f6f6f6;
}

.st__case {
  margin: 50px 25px;
}

.st__case__icon {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 2px solid #333;
}

.st__case__icon-rivers {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 20px;
}

.st__case__faceicon {
  float: left;
  margin-right: -90px;
  width: 100px;
  height: auto;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .st__case__faceicon {
    width: 150px;
  }
}
.st__case__faceicon img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: solid 3px #d7ebfe;
}

.st__case__icon__name {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .st__case__icon__name {
    font-size: 14px;
  }
}

.st__case__faceicon-rivers {
  float: right;
  width: 150px;
  height: auto;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
  margin-bottom: auto;
}
.st__case__faceicon-rivers img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: solid 3px #d7ebfe;
}

.st__case__message {
  width: 100%;
}

.st__case__says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.st__case__says::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}
.st__case__says p {
  margin: 0;
  padding: 0;
}

.st__case__message-rivers {
  width: 100%;
}

.st__case__says-rivers {
  display: inline-block;
  position: relative;
  float: right;
  padding: 17px 13px;
  border-radius: 12px;
  background: #50f394;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.st__case__says-rivers::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -24px;
  border: 12px solid transparent;
  border-left: 12px solid #50f394;
}
.st__case__says-rivers p {
  margin: 0;
  padding: 0;
}

.se__contents {
  margin-top: 100px;
  margin-bottom: 100px;
}

.se__price__inner {
  max-width: 1200px;
  padding: 0 20px;
}

.se__content__title {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 500;
}

.se__content__text {
  margin-top: 10px;
}

.se__content__box__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: 0.75rem;
  background-color: #fff;
}
@media screen and (min-width: 524px) {
  .se__content__box__table {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 768px) {
  .se__content__box__table {
    font-size: 0.95rem;
  }
}

.se__content__box__body th,
.se__content__box__body td {
  border: 1px solid #ddd;
  padding: 0.5rem 0.5rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .se__content__box__body th,
  .se__content__box__body td {
    padding: 0.75rem 1rem;
  }
}

.se__content__box__body thead th {
  background-color: rgba(18, 239, 255, 0.6);
  font-weight: 600;
  font-size: 0.8rem;
  color: #333;
}
@media screen and (min-width: 524px) {
  .se__content__box__body thead th {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .se__content__box__body thead th {
    font-size: 1rem;
  }
}

.se__content__box__body tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.se__content__box__body tbody tr:hover {
  background-color: #eef7ff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.th-width {
  width: 95px;
}
@media screen and (min-width: 524px) {
  .th-width {
    width: 105px;
  }
}
@media screen and (min-width: 768px) {
  .th-width {
    width: 185px;
  }
}

.re__content {
  text-align: center;
}

.re__content__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: rgba(18, 239, 255, 0.6);
}
@media screen and (min-width: 768px) {
  .re__content__title {
    font-size: 40px;
  }
}

.re__content__text {
  margin-top: 50px;
  margin-bottom: 100px;
  margin-inline: auto;
  padding: 50px;
  background: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  max-width: 848px;
}
@media screen and (min-width: 768px) {
  .re__content__text {
    font-size: 16px;
  }
}

.re__concepts {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .re__concepts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.re__concept {
  width: 100%;
  height: 260px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .re__concept {
    width: calc(50% - 20px);
  }
}

.re__concept__title {
  font-size: 25px;
  font-weight: 700;
  color: rgba(46, 194, 254, 0.6);
}

.re__concept__text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}

.co__inner {
  max-width: 1150px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.co__text-area {
  margin-top: 25px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  border-top: 1px solid #c6c8c9;
  border-bottom: 1px solid #c6c8c9;
}

.co__text {
  text-align: center;
}

.co__form {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .co__form {
    margin-top: 40px;
  }
}

.co__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.co__privacy {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .co__privacy {
    margin-top: 40px;
  }
}

.co__button {
  position: relative;
  padding-bottom: 4px;
  margin-top: 27px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .co__button {
    margin-top: 40px;
  }
}

.button--submit {
  display: inline-block;
}

@media screen and (min-width: 900px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form-field--top-alignment {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-field__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .form-field__heading {
    width: 180px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

label.form-field__label {
  cursor: pointer;
}

.form-field__label {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #ce2073;
  border-radius: 4px;
}
@media screen and (min-width: 900px) {
  .form-field__tag {
    margin-bottom: 1px;
  }
}

.form-field__tag-sub {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #c6c8c9;
  border-radius: 4px;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .form-field__tag-sub {
    margin-bottom: 1px;
  }
}

.form-field__item {
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .form-field__item {
    width: calc(100% - 180px - 40px);
    margin-top: 0;
  }
}

.form-text,
.form-textarea {
  width: 100%;
  height: 56px;
  padding: 14.5px 15px;
  font-size: 14px;
  background: #f5f5f5;
  border: none;
  border: 1px solid transparent;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .form-text,
  .form-textarea {
    font-size: 16px;
  }
}

.form-text::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.form-text::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #cccccc;
}

.form-text:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.form-text::-ms-input-placeholder, .form-textarea::-ms-input-placeholder {
  color: #cccccc;
}

.form-text::placeholder,
.form-textarea::placeholder {
  color: #cccccc;
}

.form-text:hover,
.form-text:focus,
.form-textarea:hover,
.form-textarea:focus {
  outline: none;
}

.form-text:focus,
.form-textarea:focus {
  background-color: #e9f6f8;
  border-color: #9ed0e0;
}

.form-text.is-error,
.form-textarea.is-error {
  background-color: #fff0f7;
  border-color: #ce2073;
}

.form-textarea {
  height: 160px;
}

.from-radio:hover .from-radio__text::before:hover {
  border-color: #9ed0e0;
}

@media (hover: hover) {
  .from-radio:hover .from-radio__text::before {
    border-color: #9ed0e0;
  }
}
.from-radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.from-radio__input:checked + .from-radio__text {
  font-weight: 700;
}

.from-radio__input:checked + .from-radio__text::after {
  opacity: 1;
}

.from-radio__input:focus + .from-radio__text::before {
  border-color: #9ed0e0;
}

.from-radio__text {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .from-radio__text {
    font-size: 16px;
  }
}

.from-radio__text::before, .from-radio__text::after {
  position: absolute;
  top: 50%;
  content: "";
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.from-radio__text::before {
  left: 0;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border: 1px solid transparent;
}
.from-radio__text::after {
  left: 6px;
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  opacity: 0;
}

.form-select {
  position: relative;
  width: 100%;
  height: 56px;
  padding: 14.5px 15px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url(../img/form-vectar-white.svg), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 18.65px, center center;
  background-size: 14.9px 8.78px, cover;
  border: 1px solid transparent;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .form-select {
    font-size: 16px;
  }
}

.form-select:hover,
.form-select:focus {
  outline: none;
}

.form-select:focus {
  border-color: #9ed0e0;
}

.form-select.is-error {
  background-image: url(../img/form-vectar-white.svg);
  border-color: #ce2073;
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .form-field__radios {
    height: 56px;
    padding-left: 2px;
  }
}

.form-checkbox {
  cursor: pointer;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 27px;
  height: 27px;
  border: 1px solid #333;
  border-radius: 4px;
  background: #f5f5f5;
  position: relative;
  cursor: pointer;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  input[type=checkbox] {
    width: 28px;
    height: 28px;
  }
}

input[type=checkbox]:checked {
  background-image: url(../img/check-icon.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.si__form__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.si__form__text-area {
  margin-top: 25px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  border-top: 1px solid #c6c8c9;
  border-bottom: 1px solid #c6c8c9;
}

.si__form__text {
  text-align: center;
}

.sp-form-group {
  margin-bottom: 1em;
}

.sp-label {
  display: block;
  margin-bottom: 0.3em;
  font-weight: bold;
}

.sp-select {
  width: 100%;
  padding: 0.5em;
  font-size: 1rem;
}

.sp-total {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1em;
}

.si-box {
  overflow: hidden;
  background: #fff;
  border: 2px solid #4a3636;
  border-radius: 5px;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.si-box__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 14px;
}
@media screen and (min-width: 900px) {
  .si-box__heading {
    gap: 16px;
    padding-top: 20.5px;
    padding-right: 22px;
    padding-bottom: 19.5px;
    padding-left: 22px;
  }
  .si-box__heading.is-open {
    padding-bottom: 21.5px;
  }
}

.si-box.is-open .si-box__heading-toggle {
  border-bottom: none;
  border-right: none;
  border-top: 3px solid #333;
  border-left: 3px solid #333;
}

.si-box__heading-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.59;
  color: #4a3636;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .si-box__heading-text {
    font-size: 20px;
  }
}

.si-box__heading-toggle {
  display: block;
  margin: auto 0;
  width: 26px;
  height: 26px;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.co__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.co__privacy {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .co__privacy {
    margin-top: 40px;
  }
}

.co__button {
  position: relative;
  padding-bottom: 4px;
  margin-top: 27px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .co__button {
    margin-top: 40px;
  }
}

.button--submit {
  display: inline-block;
}

@media screen and (min-width: 900px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form-field--top-alignment {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-field__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .form-field__heading {
    width: 180px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

label.form-field__label {
  cursor: pointer;
}

.form-field__label {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #ce2073;
  border-radius: 4px;
}
@media screen and (min-width: 900px) {
  .form-field__tag {
    margin-bottom: 1px;
  }
}

.form-field__tag-sub {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #c6c8c9;
  border-radius: 4px;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .form-field__tag-sub {
    margin-bottom: 1px;
  }
}

.form-field__item {
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .form-field__item {
    width: calc(100% - 180px - 40px);
    margin-top: 0;
  }
}

.form-text,
.form-textarea {
  width: 100%;
  height: 56px;
  padding: 14.5px 15px;
  font-size: 14px;
  background: #f5f5f5;
  border: none;
  border: 1px solid transparent;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .form-text,
  .form-textarea {
    font-size: 16px;
  }
}

.form-text::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.form-text::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #cccccc;
}

.form-text:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.form-text::-ms-input-placeholder, .form-textarea::-ms-input-placeholder {
  color: #cccccc;
}

.form-text::placeholder,
.form-textarea::placeholder {
  color: #cccccc;
}

.form-text:hover,
.form-text:focus,
.form-textarea:hover,
.form-textarea:focus {
  outline: none;
}

.form-text:focus,
.form-textarea:focus {
  background-color: #e9f6f8;
  border-color: #9ed0e0;
}

.form-text.is-error,
.form-textarea.is-error {
  background-color: #fff0f7;
  border-color: #ce2073;
}

.form-textarea {
  height: 160px;
}

.from-radio:hover .from-radio__text::before:hover {
  border-color: #9ed0e0;
}

.from-radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.from-radio__input:checked + .from-radio__text {
  font-weight: 700;
}

.from-radio__input:checked + .from-radio__text::after {
  opacity: 1;
}

.from-radio__input:focus + .from-radio__text::before {
  border-color: #9ed0e0;
}

.from-radio__text {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .from-radio__text {
    font-size: 16px;
  }
}

.from-radio__text::before, .from-radio__text::after {
  position: absolute;
  top: 50%;
  content: "";
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.from-radio__text::before {
  left: 0;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border: 1px solid transparent;
}
.from-radio__text::after {
  left: 6px;
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  opacity: 0;
}

.form-select {
  position: relative;
  width: 100%;
  height: 56px;
  padding: 14.5px 15px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url(../img/form-vectar-white.svg), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 18.65px, center center;
  background-size: 14.9px 8.78px, cover;
  border: 1px solid transparent;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .form-select {
    font-size: 16px;
  }
}

.form-select:hover,
.form-select:focus {
  outline: none;
}

.form-select:focus {
  border-color: #9ed0e0;
}

.form-select.is-error {
  background-image: url(../img/form-vectar-white.svg);
  border-color: #ce2073;
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .form-field__radios {
    height: 56px;
    padding-left: 2px;
  }
}

.form-checkbox {
  cursor: pointer;
}

.form-checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.form-checkbox__input.is-error + .form-checkbox__text::before {
  background-color: #fff0f7;
  border-color: #ce2073;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input:focus + .form-checkbox__text::before {
  border-color: #9ed0e0;
}

.form-checkbox__text {
  position: relative;
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}

.news {
  background: #fff;
  border-radius: 100px;
}

.news__top {
  margin-top: 50px;
}

.news__contents {
  padding: 60px 0 100px;
}
@media screen and (min-width: 768px) {
  .news__contents {
    padding: 80px 0 160px;
  }
}

.news__contents__inner {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news__contents__inner {
    max-width: 1180px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .news__content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.news__content__mein {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .news__content__mein {
    width: calc(70.91% - 20px);
  }
}

.news__content__mein__title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .news__content__mein__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.news__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d0dae1;
  border-bottom: 1px solid #d0dae1;
}
@media screen and (min-width: 768px) {
  .news__content__item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.news__content__img {
  width: calc(37.61% - 6px);
}
.news__content__img img {
  height: 24vw;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .news__content__img {
    width: calc(34.21% - 10px);
  }
  .news__content__img img {
    height: 12.1875vw;
    max-height: 156px;
  }
}

.news__content__body {
  width: calc(62.39% - 6px);
}
@media screen and (min-width: 768px) {
  .news__content__body {
    margin-top: 12px;
    width: calc(65.79% - 10px);
  }
}

.news__content__body__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news__content__body__tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content__tag {
  border: 1px solid rgba(18, 239, 255, 0.6);
  border-radius: 48px;
  color: rgba(18, 239, 255, 0.6);
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  white-space: nowrap;
}

.content__time {
  color: #888;
  font-size: 14px;
  margin-left: 12px;
}
@media screen and (min-width: 768px) {
  .content__time {
    margin-left: 0;
  }
}

.news__content__title {
  font-weight: 700;
  line-height: 20px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .news__content__title {
    font-size: 16px;
    margin-top: 16px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.pagination .current {
  background: rgba(46, 194, 254, 0.6);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 60px;
  }
}

.page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  width: 40px;
}
.page-numbers:not(:first-child) {
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  .page-numbers {
    height: 50px;
    width: 50px;
  }
  .page-numbers:not(:first-child) {
    margin-left: 8px;
  }
}

.prev {
  background: url(../img/prev-icon.svg) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .prev {
    margin-right: 20px !important;
  }
}

.next {
  background: url(../img/next.svg) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .next {
    margin-left: 20px !important;
  }
}

.news__sidebar {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .news__sidebar {
    width: calc(29.09% - 20px);
  }
}

.news__sidebar__category__title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(18, 239, 255, 0.6);
}

.news__sidebar__category__lists {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .news__sidebar__category__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.cat-item {
  text-align: center;
  padding: 12px 20px;
  border-radius: 48px;
  border: 1px solid #d0dae1;
  background: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}
.cat-item a {
  font-size: 12px;
  white-space: nowrap;
  font-weight: 500;
  display: inline-block;
  color: #333;
}
@media screen and (min-width: 768px) {
  .cat-item a {
    font-size: 16px;
  }
}
.cat-item:hover {
  background: rgba(18, 239, 255, 0.6);
}
.cat-item:hover a {
  color: #f0f0f0;
}

.current-cat {
  background: rgba(18, 239, 255, 0.6);
}
.current-cat a {
  color: #f0f0f0;
}

.news__sidebar__category__link {
  font-size: 12px;
  white-space: nowrap;
  font-weight: 500;
  display: inline-block;
  color: #333;
}
@media screen and (min-width: 768px) {
  .news__sidebar__category__link {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .content__mein__single {
    width: calc(70.91% - 20px);
  }
}

.content__mein__meta {
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content__mein__single__title {
  font-size: 20px;
  margin-top: 8px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .content__mein__single__title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
  }
}

.single__img {
  margin-top: 24px;
}
.single__img img {
  height: 55.73333vw;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .single__img {
    margin-top: 40px;
  }
  .single__img img {
    height: 37.10938vw;
    max-height: 475px;
  }
}

.single__content h2,
.single__content h3,
.single__content h4 {
  color: #000;
  font-weight: bold;
  margin-top: 40px;
}
.single__content h2 {
  background: #f8f8f8;
  border-left: 6px solid rgba(18, 239, 255, 0.6);
  font-size: 20px;
  padding: 6px 10px 6px 20px;
}
.single__content h3 {
  border-bottom: 1px solid rgba(18, 239, 255, 0.6);
  font-size: 18px;
  padding-bottom: 5px;
}
.single__content h4 {
  font-size: 16px;
}
.single__content p {
  margin-top: 20px;
}
.single__content ul {
  margin-top: 40px;
}
.single__content li::before {
  content: "・";
}
.single__content li:not(:first-child) {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .single__content ul {
    margin-left: 40px;
  }
  .single__content li:not(:first-child) {
    margin-top: 13px;
  }
}

.single-block-quote {
  background: #f8f8f8;
  border-left: 4px solid rgba(18, 239, 255, 0.6);
  margin-top: 40px;
  padding: 32px 28px;
  position: relative;
}
.single-block-quote p {
  margin-top: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .single-block-quote {
    margin: 40px 40px 0;
    padding: 35px 40px 35px 39px;
  }
}

.single__post-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.single__post-link a {
  border: 1px solid rgba(18, 239, 255, 0.6);
  border-radius: 4px;
  color: rgba(18, 239, 255, 0.6);
  display: block;
  padding: 5px 15px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.privacy__contents h1 {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 700;
}

.privacy__contents p {
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 500;
}

.privacy__contents h2 {
  margin: 50px 0 40px 0;
  padding: 15px 0 15px 20px;
  font-size: 28px;
  line-height: 1.7;
  border-left: 5px solid rgba(18, 239, 255, 0.6);
}

.privacy__contents ol li {
  position: relative;
  list-style: outside decimal;
  padding: 0 0 0 5px;
  line-height: 1.7;
}
.privacy__contents ol li::marker {
  font-size: 1.2rem;
  color: rgba(46, 194, 254, 0.6);
  font-weight: 700;
}

.privacy__contents ol {
  margin: 20px 0 0 50px;
}

.error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 70vh;
  padding: 4rem 1rem;
  text-align: center;
  background-color: #f8f8f8;
  color: #333;
}
.error-404 h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #d9534f;
}
@media screen and (maX-width: 768px) {
  .error-404 h1 {
    font-size: 2rem;
  }
}
.error-404 p {
  font-size: 1rem;
  margin-bottom: 2rem;
  max-width: 600px;
  line-height: 1.6;
}
@media screen and (maX-width: 768px) {
  .error-404 p {
    font-size: 0.95rem;
  }
}
.error-404 a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: rgba(18, 239, 255, 0.6);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.error-404 a:hover {
  background-color: rgba(46, 194, 254, 0.6);
}