@charset "UTF-8";
/*
Theme Name: 
Theme URI: https://
Author: Qubic Inc
Author URI: https://qu-bic.jp
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*****************************

このファイルは直接変更しないでください。
CSSを変更・修正・追記したい場合は、cssファイルを作成し、そちらに記述お願いします。

こちらのファイルに記述した場合、変更が失われてしまったり、保守が困難になることもあります。
充分にお気をつけください。

*****************************/
/*****************************
フォント変数
*****************************/
/*****************************
ブレイクポイント
*****************************/
/*****************************
カラー変数
*****************************/
body {
  -webkit-text-size-adjust: 100%;
}

html {
  color: #101010;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-size: min(3.846vw, 18px);
}

@media screen and (min-width: 768px) {
  html {
    font-size: min(13px + 3 * (100vw - 768px) / 672, 16px);
  }
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #wrapper {
    height: auto;
  }
}
section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    display: block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

html,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

input,
input:focus,
textarea:focus {
  outline: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=submit],
input[type=button],
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-clear-button,
textarea {
  -webkit-appearance: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

figure {
  margin: 0;
}

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

iframe {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.preload * {
  transition: none;
}

.l-footer {
  margin-inline: auto;
  font-size: 1rem;
  margin-top: 10.6666666667rem;
}

@media screen and (min-width: 768px) {
  .l-footer {
    width: min(95%, 1680px);
    font-size: 1.0666666667rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__cr {
    width: min(95%, 1680px);
  }
}
.l-footer__cr p {
  font-size: 0.8rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50000;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-left: 3rem;
    max-width: 1920px;
  }
}
.l-header__logo {
  line-height: 1;
  width: 6rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 25%;
    height: 4.5rem;
    min-width: 6rem;
    max-width: 8rem;
  }
}
.l-header__logo a {
  width: 100%;
}

.l-header__logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header nav {
  position: fixed;
  top: 3.5rem;
  right: -100%;
  width: 100%;
  height: calc(100% - 3rem);
  background: #000;
  transition: 0.3s;
}

.l-header nav.active {
  right: 0;
}

.l-header nav ul li {
  border-bottom: solid 1px #fff;
}

.l-header nav ul li a {
  width: 100%;
  padding: 1rem 2rem;
}

.l-header__menubtn {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #000;
}

.l-header__menubtn span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 40%;
  height: 2px;
  transition: 0.3s;
}

.l-header__menubtn span:nth-of-type(1) {
  transform: translate(-50%, -50%) translateY(7px);
}

.l-header__menubtn span:nth-of-type(2) {
  transform: translate(-50%, -50%);
}

.l-header__menubtn span:nth-of-type(3) {
  transform: translate(-50%, -50%) translateY(-7px);
}

.l-header__menubtn.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.l-header__menubtn.active span:nth-of-type(2) {
  opacity: 0;
}

.l-header__menubtn.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-inner {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner {
    width: min(90%, 1280px);
  }
}
.l-inner__wide {
  margin-inline: auto;
  width: min(100% - 2rem);
}

@media screen and (min-width: 768px) {
  .l-inner__wide {
    width: min(95%, 1680px);
  }
}
.l-inner__md {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner__md {
    width: min(90%, 1080px);
  }
}
.l-inner__sm {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner__sm {
    width: min(90%, 960px);
  }
}
.c-bg {
  min-height: 56.2666666667rem;
  height: 100vh;
  background: url(./images/top/bg.webp) no-repeat left center/cover;
  padding: 1.6rem 0 5.3333333333rem;
  position: relative;
}

.c-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(61, 61, 61, 0.6);
  z-index: 1;
}

.c-bg__head {
  position: relative;
  margin: 0 0 0 0.8rem;
}

.c-bg__img {
  position: absolute;
  top: -0.6rem;
  right: 0;
  width: 38.4615384615vw;
}

.c-bg__img img {
  width: 100%;
}

.c-bg__head-txt {
  font-size: 1.1333333333rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4705882353;
  background: #FFBE00;
  border-radius: 1rem;
  padding: 0.1333333333rem 0.7333333333rem;
}

.c-bg h1 {
  margin: 0.5333333333rem 0 0;
  font-size: 1.2666666667rem;
  font-weight: 700;
  line-height: 1.5789473684;
}

.c-bg__orange {
  color: #F4996C;
  font-size: 1.5333333333rem;
  line-height: 1.3043478261;
}

.c-bg__deco {
  position: relative;
}

.c-bg__deco::before {
  content: "";
  position: absolute;
  top: -0.4666666667rem;
  left: 1.9em;
  width: 1.0666666667rem;
  height: 1.0666666667rem;
  background: url(./images/top/bg_deco_top.svg) no-repeat center center/contain;
}

.c-bg__deco::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 0.4666666667rem;
  background: url(./images/top/bg_deco_line.svg) no-repeat center center/contain;
}

.c-bg__mid {
  font-size: 1.4666666667rem;
  line-height: 1.2727272727;
}

.c-bg__dot {
  position: relative;
}

.c-bg__dot::before {
  content: "";
  position: absolute;
  top: -0.1333333333rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3333333333rem;
  height: 0.3333333333rem;
  background: #F4996C;
  border-radius: 50%;
}

.c-bg__note {
  display: block;
  margin: 0.8666666667rem 0 0;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.3333333333;
  text-indent: -1em;
  padding-left: 1em;
}

.c-bg__list {
  margin: 2rem 0 0;
}

.c-bg__item {
  background: #ffffff;
  border: 1px solid #101010;
  border-radius: 1.3333333333rem;
  padding: 0 0.6666666667rem 0.5333333333rem;
  box-shadow: 0 8px 8px rgba(6, 0, 1, 0.33);
}

.c-bg__item:not(:first-child) {
  margin-top: 3rem;
}

.c-bg__wrap {
  display: grid;
  grid-template-columns: 1fr 4.6666666667rem;
  gap: 0.6666666667rem;
  justify-content: space-between;
  border-bottom: 0.2666666667rem solid #101010;
  padding: 0 0.6rem 0.2666666667rem 0.4rem;
}

.c-bg__item-ttl {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.45;
}

.c-bg__tag-list {
  margin: 0.2rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3333333333rem;
}

.c-bg__tag {
  font-size: 0.8666666667rem;
  font-weight: 700;
  line-height: 1.4615384615;
  color: #ffffff;
  background: #F4996C;
  border-radius: 0.6666666667rem;
  padding: 0 0.5333333333rem;
}

.c-bg__item-img {
  margin: 0.4rem 0 0;
}

.c-bg__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 70/65;
  object-fit: cover;
}

.c-bg__item-bottom {
  margin: 0.3333333333rem 0 0;
  background: #FAF3D0;
  border: 0.0666666667rem solid #E5E5E5;
  border-radius: 2rem;
  padding: 0.7333333333rem 1.0666666667rem 0.1333333333rem 0.7333333333rem;
  display: flex;
  justify-content: space-between;
}

.c-bg__item-txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4583333333;
  padding-bottom: 0.8rem;
}

.c-bg__content {
  display: contents;
}

.c-bg__btn-wrap {
  margin: auto 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}

.c-bg__btn {
  display: inline-block;
  width: 4.6666666667rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
  border-radius: 0.8rem;
  background: #28947E;
  color: #ffffff;
}

.c-bg__btn--like {
  background: #ffffff;
  border: 1px solid #F49B65;
  color: #101010;
}

.c-bg__btn--like span {
  color: #F49B65;
}

@media screen and (min-width: 768px) {
  .c-bg {
    background: url(./images/top/bg_pc.webp) no-repeat center center/cover;
    padding: min(3.125vw, 60px) 0 min(3.8020833333vw, 73px);
    min-height: 67.5rem;
  }
  .c-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57%;
    background-image: linear-gradient(transparent, rgba(15, 15, 15, 0.3490196078) 30%, rgba(31, 31, 31, 0.7490196078) 60%, #3d3d3d);
    opacity: 0.9;
  }
  .c-bg__head {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 36.5476190476%;
    gap: 2rem;
    justify-content: space-between;
  }
  .c-bg__img {
    position: static;
    width: 100%;
  }
  .c-bg__body {
    margin: 0.625rem 0 0;
  }
  .c-bg__head-txt {
    font-size: min(2.4479166667vw, 47px);
    line-height: 1.4680851064;
    border-radius: 0.9375rem;
    padding: 0 0 0.375rem 1.0625rem;
  }
  .c-bg h1 {
    margin: 0.4375rem 0 0;
    font-size: min(2.6041666667vw, 50px);
    line-height: 2.1;
  }
  .c-bg__orange {
    font-size: min(3.3854166667vw, 65px);
    line-height: 1.6923076923;
  }
  .c-bg__deco::before {
    top: -0.7em;
    width: min(2.65625vw, 51px);
    height: min(2.8645833333vw, 55px);
  }
  .c-bg__deco::after {
    bottom: -0.4375rem;
    height: 1.1875rem;
  }
  .c-bg__mid {
    font-size: min(3.0208333333vw, 58px);
    line-height: 1.8965517241;
  }
  .c-bg__dot::before {
    top: -0.2em;
    width: min(0.625vw, 12px);
    height: min(0.625vw, 12px);
  }
  .c-bg__note {
    margin: max(-0.9375vw, -18px) 0 0;
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.7727272727;
  }
  .c-bg__list {
    margin: 6.375rem 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1875rem;
  }
  .c-bg__item {
    padding: 1rem 1.5625rem 1.625rem;
  }
  .c-bg__item:not(:first-child) {
    margin-top: 0;
  }
  .c-bg__wrap {
    display: grid;
    grid-template-columns: 1fr 23.2839838493%;
    padding: 0 0.875rem 0.9375rem;
  }
  .c-bg__item-ttl {
    font-size: clamp(22px, 2.6041666667vw, 50px);
    line-height: 1;
    margin-top: 1rem;
  }
  .c-bg__tag-list {
    width: min(24.0625vw, 462px);
    margin: 1.4375rem 0 0;
    gap: 0.6875rem;
  }
  .c-bg__tag {
    font-size: clamp(12px, 0.8854166667vw, 17px);
    line-height: 1.4705882353;
    border-radius: 0.9375rem;
    padding: 0.125rem 0.5rem;
  }
  .c-bg__item-img {
    margin: 0;
  }
  .c-bg__item-img img {
    aspect-ratio: 1;
  }
  .c-bg__item-bottom {
    margin: 1.125rem 0 0;
    padding: 1.125rem 0.875rem 0.4375rem 1.1875rem;
    align-items: center;
  }
  .c-bg__item-txt {
    font-size: min(2.0833333333vw, 40px);
    line-height: 1.45;
    padding-bottom: 0.6875rem;
  }
  .c-bg__content {
    display: block;
    width: min(23.9583333333vw, 460px);
  }
  .c-bg__content-ttl {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.45;
    font-weight: 700;
  }
  .c-bg__content-txt {
    font-size: min(0.8333333333vw, 16px);
    font-weight: 700;
    line-height: 2;
    margin-top: min(0.4166666667vw, 8px);
  }
  .c-bg__btn-wrap {
    gap: 0.5rem;
    margin-top: min(0.5729166667vw, 11px);
  }
  .c-bg__btn {
    width: 6.8125rem;
    font-size: 1.0625rem;
    line-height: 1.4705882353;
    border-radius: 1rem;
  }
}
.c-form-bottom {
  margin: 2rem 0 0;
  text-align: center;
}

.c-form-bottom__txt {
  font-size: 1.0666666667rem;
  font-weight: 700;
}

.c-form-bottom__city {
  font-size: 1.2rem;
  line-height: 1.4444444444;
  color: #ffffff;
  background: #FFA169;
  border-radius: 1.6666666667rem;
  padding: 0 0.6666666667rem;
  margin-right: 0.2rem;
}

.c-form-bottom__sm {
  font-size: 0.9333333333rem;
  line-height: 1.4285714286;
}

.c-form-bottom__note {
  margin: 0.3333333333rem 0 0;
  font-size: 0.9333333333rem;
  font-weight: 500;
  line-height: 1.4285714286;
}

@media screen and (min-width: 768px) {
  .c-form-bottom {
    margin: 3.4375rem 0 0;
  }
  .c-form-bottom__txt {
    font-size: clamp(20px, 1.3541666667vw, 26px);
    line-height: 1.4230769231;
  }
  .c-form-bottom__city {
    font-size: clamp(20px, 1.3541666667vw, 26px);
    line-height: 1.4230769231;
    padding: 0 1.1875rem 0.1875rem;
    margin-right: 0.1875rem;
  }
  .c-form-bottom__sm {
    font-size: clamp(20px, 1.3541666667vw, 26px);
    line-height: 1.4230769231;
  }
  .c-form-bottom__note {
    display: block;
    margin: min(0.625vw, 12px) 0 0;
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.p-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 100%;
  z-index: 100;
}

.p-form__inner {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

.p-form__box {
  max-width: 78.9743589744vw;
  margin: 0 auto;
  min-height: 33.3333333333rem;
  background: #F9F8F3;
  padding: 1.0666666667rem 0 2.3333333333rem;
  border-radius: 2rem;
  border: 0.5333333333rem solid #ffffff;
  position: relative;
}

.p-form__medal {
  position: absolute;
  top: -3.2rem;
  right: -2.2rem;
  width: 5.6666666667rem;
  z-index: 10;
}

.p-form__head {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.3333333333rem;
}

.p-form__nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.3333333333rem;
  padding: 0.4666666667rem 0.5333333333rem;
  background: #58BC75;
}

.p-form__tab {
  padding: 0 0.3333333333rem 0.7692307692vw;
  background: #379C83;
  border-radius: 0.6666666667rem;
  font-size: 0.8666666667rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}

.p-form__tab.is-active {
  background: #ffffff;
  color: #379C83;
}

.p-form__tab-step {
  display: none;
}

.p-form__tab-num {
  font-size: 0.9333333333rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.3571428571;
}

.p-form__date {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #379C83;
  border-radius: 1rem;
  padding: 0.2666666667rem 0.6rem;
  width: fit-content;
  margin-left: 0.5333333333rem;
}

.p-form__step {
  display: none;
}

.p-form__step.is-active {
  display: block;
}

.p-form__title {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin: 2rem 0 0;
}

.p-form__title .p-form__required {
  color: #FC0404;
  font-size: 0.8rem;
  text-align: right;
  display: block;
  margin-right: 1.7333333333rem;
}

.p-form__radio-wrap {
  margin: 1.1333333333rem 0 0;
  display: grid;
  grid-template-columns: 16.9333333333rem;
  justify-content: center;
  gap: 1.3333333333rem;
}

.p-form__radio {
  display: block;
}

.p-form__radio input {
  display: none;
}

.p-form__radio input[type=radio]:checked + .p-form__label-text {
  color: #ffffff;
  background: #00aa88;
}

.p-form__radio input[type=radio]:checked + .p-form__label-text::before {
  background: #ffffff;
}

.p-form__radio:nth-child(1) .p-form__label-text::before {
  height: 1.6666666667rem;
  mask-image: url(./images/top/radio_ico01.svg);
  margin-right: 0.6666666667rem;
}

.p-form__radio:nth-child(2) .p-form__label-text::before {
  height: 1.8666666667rem;
  mask-image: url(./images/top/radio_ico02.svg);
  margin-right: 1.0666666667rem;
}

.p-form__label-text {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.2666666667rem solid #319A82;
  border-radius: 3.9333333333rem;
  padding: 1.0666666667rem 0.6666666667rem;
  cursor: pointer;
  background: #fff;
  transition: background 0.3s, color 0.3s;
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4444444444;
  box-shadow: 0 7px 13px rgba(179, 178, 173, 0.9);
}

.p-form__label-text::before {
  content: "";
  width: 1.8666666667rem;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  background: #56B494;
}

.p-form__choices {
  display: grid;
  grid-template-columns: 14.6666666667rem;
  gap: 0.8rem;
  justify-content: center;
  margin: 0.5333333333rem 0 0;
}

.p-form__choices input {
  display: none;
}

.p-form__choices input[type=checkbox]:checked + .p-form__label-text {
  color: white;
  background-color: #00aa88;
}

.p-form__choices input[type=checkbox]:checked + .p-form__label-text::before {
  background: #ffffff;
}

.p-form__choices .p-form__label-text {
  justify-content: flex-start;
  border-radius: 3.4666666667rem;
  padding: 0.6666666667rem 1.8rem;
  font-size: 1.3333333333rem;
  line-height: 1.45;
  transition: background 0.3s, color 0.3s;
}

.p-form__choices .p-form__label-text::before {
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  background: #56B494;
  transition: background 0.3s;
}

.p-form__option:nth-child(1) .p-form__label-text::before {
  width: 1.8666666667rem;
  height: 1.9333333333rem;
  mask-image: url(./images/top/check_ico01.svg);
  margin-right: 2rem;
}

.p-form__option:nth-child(2) .p-form__label-text::before {
  width: 1.7333333333rem;
  height: 2rem;
  mask-image: url(./images/top/check_ico02.svg);
  margin-right: 1.4666666667rem;
}

.p-form__option:nth-child(3) .p-form__label-text::before {
  width: 1rem;
  height: 2.0666666667rem;
  mask-image: url(./images/top/check_ico03.svg);
  margin-right: 2.6666666667rem;
  margin-left: 0.4rem;
}

.p-form__field {
  margin: 0.5333333333rem auto 0;
  position: relative;
  width: 16.4666666667rem;
}

.p-form__field:not(:first-child) {
  margin-top: 1.3333333333rem;
}

.p-form__field--year {
  display: grid;
  grid-template-columns: 3rem 1fr 1.4666666667rem;
  align-items: center;
  margin-bottom: 2rem;
}

.p-form__field--year input {
  margin-top: 0;
}

.p-form__field--year .p-form__label {
  font-size: 1.0666666667rem;
  line-height: 1;
}

.p-form__field--year span {
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

.p-form__field--tel {
  margin-top: 1.0666666667rem;
}

.p-form__label {
  display: block;
  font-weight: 700;
  font-size: 0.9333333333rem;
  line-height: 1;
}

.p-form__label .p-form__required {
  color: #ED4343;
}

.p-form__input {
  width: 100%;
  padding: 0.4666666667rem 0.4666666667rem;
  border: 4px solid #00aa88;
  border-radius: 0.6666666667rem;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0.5333333333rem 0 0;
}

.p-form__input::placeholder {
  color: #9D9C9C;
}

.p-form__error {
  position: absolute;
  width: 100%;
  color: #FC0404;
  font-size: 0.8rem;
  bottom: -1.3333333333rem;
  text-align: center;
}

.p-form__buttons {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 1.3333333333rem;
  margin-top: 2.3333333333rem;
}

.p-form__prev {
  border: none;
  background: none;
  padding: 0 0 0.2rem;
  position: relative;
}

.p-form__prev span {
  font-size: 1.0666666667rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.p-form__prev span::before {
  content: "<<";
}

.p-form__prev::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #707070;
  display: block;
}

.p-form__next {
  background-color: #FFA41B;
  color: white;
  padding: 1rem;
  border: none;
  border-radius: 2.4rem;
  font-size: 1.3333333333rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.45;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5333333333rem;
  width: 11.6666666667rem;
  box-shadow: 0.1333333333rem 0.2666666667rem 0 #C4882F;
}

.p-form__next span {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.p-form__next span::after {
  content: "";
  width: 0.6rem;
  height: 0.7333333333rem;
  background: #FFA41B;
  position: absolute;
  top: 50%;
  left: 0.6rem;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.p-form__link {
  margin: 2.2666666667rem 0 0;
  text-align: center;
}

.p-form__link a {
  font-size: 0.9333333333rem;
  font-weight: 500;
  line-height: 1.4285714286;
  display: inline-block;
}

.p-form__link a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
}

@media screen and (min-width: 768px) {
  .p-form__inner {
    width: min(80%, 1180px);
  }
  .p-form__box {
    max-width: 100%;
    min-height: min(32.2916666667vw, 620px);
    padding: 3.125rem min(6.7708333333vw, 130px);
    border: 0.625rem solid #ffffff;
  }
  .p-form__medal {
    position: absolute;
    top: max(-4.7395833333vw, -91px);
    right: max(-5.7291666667vw, -110px);
    width: min(11.6666666667vw, 224px);
    z-index: 10;
  }
  .p-form__head {
    flex-direction: column;
    gap: 1.4375rem;
  }
  .p-form__nav {
    gap: 0;
    padding: 0;
    background: none;
  }
  .p-form__tab {
    padding: min(0.4166666667vw, 8px) min(3.28125vw, 63px) min(0.4166666667vw, 8px) min(1.9791666667vw, 38px);
    background: #BFD7D2;
    border-radius: 0;
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 700;
    line-height: 1.4583333333;
    text-align: center;
    color: #ffffff;
    clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  }
  .p-form__tab:not(:first-child) {
    margin-left: -1.1875rem;
  }
  .p-form__tab.is-active {
    background: linear-gradient(to bottom, #92E5B6, #28947E);
    color: #ffffff;
    position: relative;
    z-index: 1;
  }
  .p-form__tab-step {
    display: inline-block;
    font-size: clamp(15px, 1.0416666667vw, 20px);
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
  }
  .p-form__tab-num {
    font-size: clamp(15px, 1.0416666667vw, 20px);
    line-height: 1.3;
  }
  .p-form__date {
    font-size: clamp(10px, 0.9375vw, 18px);
    line-height: 1.4444444444;
    border-radius: 1rem;
    padding: 0.125rem 0.8125rem 0.1875rem;
    width: fit-content;
    margin-left: 0;
  }
  .p-form__title {
    font-size: clamp(22px, 2.0833333333vw, 40px);
    line-height: 1.8;
    margin: 0.8125rem 0 0;
  }
  .p-form__title .p-form__required {
    color: #FC0404;
    font-size: clamp(14px, 1.25vw, 24px);
    text-align: left;
    display: inline;
    margin-right: 0;
  }
  .p-form__radio-wrap {
    margin: min(1.5625vw, 30px) 0 0;
    grid-template-columns: repeat(2, 1fr);
    gap: min(0.78125vw, 15px);
  }
  .p-form__radio:nth-child(1) .p-form__label-text::before {
    height: min(2.7604166667vw, 53px);
    margin-right: min(1.5625vw, 30px);
  }
  .p-form__radio:nth-child(2) .p-form__label-text::before {
    height: min(2.6041666667vw, 50px);
    width: min(2.6041666667vw, 50px);
    margin-right: min(1.5625vw, 30px);
  }
  .p-form__label-text {
    border: 0.3125rem solid #319A82;
    border-radius: min(1.4583333333vw, 28px);
    padding: 0.625rem;
    font-size: clamp(15px, 1.25vw, 24px);
    line-height: 1.4583333333;
    height: clamp(70px, 6.5104166667vw, 125px);
  }
  .p-form__label-text::before {
    content: "";
    width: min(3.125vw, 60px);
    transition: background 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-form__label-text:hover {
    color: #ffffff;
    background-color: #00aa88;
  }
  .p-form__label-text:hover::before {
    background: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .p-form__choices {
    grid-template-columns: repeat(3, 1fr);
    gap: min(3.6458333333vw, 70px);
    margin: min(1.5625vw, 30px) 0 0;
  }
  .p-form__choices .p-form__label-text {
    justify-content: flex-start;
    border-radius: min(1.4583333333vw, 28px);
    padding: 0.625rem min(1.71875vw, 33px);
    font-size: clamp(16px, 1.25vw, 24px);
  }
  .p-form__option:nth-child(1) .p-form__label-text::before {
    width: min(3.0208333333vw, 58px);
    height: min(3.125vw, 60px);
    margin-right: min(1.40625vw, 27px);
  }
  .p-form__option:nth-child(2) .p-form__label-text::before {
    width: min(2.6041666667vw, 50px);
    height: min(3.0208333333vw, 58px);
    margin-right: min(1.1458333333vw, 22px);
  }
  .p-form__option:nth-child(3) .p-form__label-text::before {
    width: min(1.4583333333vw, 28px);
    height: min(3.125vw, 60px);
    margin-right: min(1.5104166667vw, 29px);
    margin-left: min(1.0416666667vw, 20px);
  }
  .p-form__field {
    margin: 0.625rem auto 0;
    width: 100%;
    display: grid;
    grid-template-columns: clamp(130px, 13.28125vw, 255px) 1fr;
    align-items: center;
  }
  .p-form__field:not(:first-child) {
    margin-top: 1.25rem;
  }
  .p-form__field--year {
    display: grid;
    grid-template-columns: 5.5rem 1fr 2.9375rem;
    align-items: center;
    width: min(21.9791666667vw, 422px);
    width: 26.375rem;
    margin-inline: auto;
    margin-bottom: min(4.0625vw, 78px);
  }
  .p-form__field--year .p-form__label {
    font-size: clamp(16px, 1.5625vw, 30px);
  }
  .p-form__field--year span {
    font-size: clamp(16px, 1.5625vw, 30px);
  }
  .p-form__field--tel {
    margin-top: min(1.3020833333vw, 25px);
    grid-template-columns: clamp(160px, 17.8125vw, 342px) 1fr;
  }
  .p-form__field--email {
    grid-template-columns: clamp(160px, 17.8125vw, 342px) 1fr;
  }
  .p-form__label {
    display: block;
    font-weight: 700;
    font-size: clamp(14px, 1.25vw, 24px);
    line-height: 1;
  }
  .p-form__input {
    width: 100%;
    padding: 0.6875rem 1.375rem;
    border: 0.3125rem solid #00aa88;
    border-radius: 0.625rem;
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.4583333333;
    margin: 0;
  }
  .p-form__error {
    position: absolute;
    width: 100%;
    color: #FC0404;
    font-size: 1rem;
    bottom: -1.5625rem;
  }
  .p-form__buttons {
    display: flex;
    justify-content: center;
    margin-top: 4.0625rem;
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  .p-form__prev {
    padding: 0 0 0.625rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-form__prev span {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.4583333333;
  }
  .p-form__prev::after {
    transition: width 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-form__prev:hover {
    opacity: 0.7;
  }
  .p-form__prev:hover::after {
    width: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-form__next {
    padding: 0.5rem 2.875rem 0.75rem 1.9375rem;
    border-radius: 2.25rem;
    font-size: clamp(20px, 1.875vw, 36px);
    line-height: 1.4444444444;
    cursor: pointer;
    box-shadow: 0.125rem 0.5rem 0 #C4882F;
    width: fit-content;
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .p-form__next span {
    width: clamp(20px, 1.4583333333vw, 28px);
    height: clamp(20px, 1.4583333333vw, 28px);
  }
  .p-form__next span::after {
    content: "";
    width: clamp(8px, 0.5729166667vw, 11px);
    height: clamp(12px, 0.78125vw, 15px);
    left: 0.5rem;
    top: 48%;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-form__next:hover {
    transform: translateY(0.5rem);
    box-shadow: 0 0 0 #C4882F;
  }
}
@media screen and (min-width: 768px) {
  .p-form__link {
    margin-top: 1.875rem;
    text-align: center;
  }
  .p-form__link a {
    font-size: 1rem;
    position: relative;
    display: inline-block;
    transition: opacity 0.3s;
  }
  .p-form__link a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #707070;
    transition: width 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-form__link a:hover {
    opacity: 0.7;
  }
  .p-form__link a:hover::after {
    width: 0;
  }
}
.p-terms {
  background: url(./images/terms/terms_bg.webp) no-repeat center center/cover;
  padding: 1.6666666667rem 0 3.3333333333rem;
}

.p-terms__box {
  background: #ffffff;
  padding: 1.6666666667rem 1rem 2rem;
}

.p-terms__box h1 {
  font-size: 1.2rem;
  text-align: center;
}

.p-terms__box .p-terms__head {
  background: #EBF9EA;
  padding: 0.8rem 0.6666666667rem;
  margin: 1.3333333333rem 0 0;
}

.p-terms__box p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8666666667;
}

.p-terms__box .p-term__content {
  padding: 1rem 0.6666666667rem;
}

.p-terms__box h2 {
  font-size: 1.0666666667rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 1rem 0 0;
  padding-bottom: 0.0666666667rem;
  border-bottom: 2px solid #168519;
}

.p-terms__box ul li {
  position: relative;
  padding-left: 1em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8666666667;
}

.p-terms__box ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-terms__foot {
  text-align: right;
}

.p-terms__foot p {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-terms {
    background: url(./images/terms/terms_bg_pc.webp) no-repeat center center/cover;
    padding: 3.1875rem 0 6.25rem;
  }
  .p-terms__box {
    padding: 6.0625rem min(5.2083333333vw, 100px) 3.125rem;
  }
  .p-terms__box h1 {
    font-size: 3.125rem;
    line-height: 1;
  }
  .p-terms__box .p-terms__head {
    padding: 0.8125rem 0.875rem;
    margin: 1.25rem 0 0;
  }
  .p-terms__box .p-terms__list {
    margin-top: 2.375rem;
  }
  .p-terms__box p {
    font-size: 1.25rem;
    line-height: 2;
  }
  .p-terms__box .p-term__content {
    padding: 0.75rem 0;
  }
  .p-terms__box h2 {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin: 1.125rem 0 0;
    padding-bottom: 0.375rem;
    border-bottom: 0.375rem solid #168519;
  }
  .p-terms__box h2 span {
    margin-left: 0.5em;
    display: inline-block;
  }
  .p-terms__box ul li {
    font-size: 1.25rem;
    line-height: 2;
  }
  .p-terms__foot p {
    font-size: 1.5rem;
  }
}
.p-thanks {
  background: url(./images/thanks/thanks_bg.webp) no-repeat right top/cover;
  padding: 2.1333333333rem 0;
}

.p-thanks__box {
  background: #ffffff;
  position: relative;
  padding: 2.4rem 0.9333333333rem 1.4rem;
}

.p-thanks__ttl-img {
  width: 21.0666666667rem;
  position: absolute;
  top: -1.0666666667rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-thanks__ttl-img img {
  width: 100%;
}

.p-thanks h1 {
  position: relative;
  padding: 1.6666666667rem 2rem 0;
  background: url(./images/thanks/thanks_deco.webp) no-repeat center center/contain;
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.8;
  color: #FFA169;
  text-align: center;
}

.p-thanks h1 .p-thanks__name {
  font-size: 1.2666666667rem;
  color: #0B1500;
}

.p-thanks__wrap {
  margin: 2.2rem 0 0;
}

.p-thanks__flow {
  position: relative;
  background-image: radial-gradient(circle, #fc8419 2px, transparent 2px), radial-gradient(circle, #fc8419 2px, transparent 2px), radial-gradient(circle, #fc8419 2px, transparent 2px), radial-gradient(circle, #fc8419 2px, transparent 2px);
  background-position: left 10px top, right top, left bottom, left top -10px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 24px 4px, 4px 24px, 24px 4px, 4px 24px;
  padding: 1.6666666667rem 2.6666666667rem 1.3333333333rem;
  text-align: center;
  color: #FFA169;
}

.p-thanks__flow-ttl {
  position: absolute;
  top: -1.1333333333rem;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 0.1333333333rem 1.6666666667rem;
  font-weight: 700;
  font-size: 1.0666666667rem;
  line-height: 1.5;
  border-radius: 2.1333333333rem;
  border: 2px solid #FFA169;
}

.p-thanks__time {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4444444444;
}

.p-thanks__tel {
  background: #FFA169;
  color: #ffffff;
  margin: 0.4666666667rem auto 0;
  display: inline-block;
  padding: 0.2rem 1.5333333333rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4166666667;
  text-align: center;
}

.p-thanks__tel span {
  font-size: 0.9333333333rem;
  display: block;
}

.p-thanks__txt {
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.3333333333rem 0 0;
}

.p-thanks__note {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7777777778;
  margin: 0.2rem 0 0;
}

.p-thanks__content {
  margin: 1.3333333333rem 0 0;
}

.p-thanks__content-list {
  width: 20rem;
  margin: 0 auto;
}

.p-thanks__content-list li {
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.75;
  display: grid;
  grid-template-columns: 3.3333333333rem 1fr;
  align-items: center;
  gap: 1rem;
}

.p-thanks__content-list li::before {
  content: "";
  display: block;
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  background: url(./images/thanks/thanks_ico.webp) no-repeat center center/contain;
}

.p-thanks__content-list li:not(:first-child) {
  margin-top: 1rem;
}

.p-thanks__content-txt {
  margin: 1.2rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

.p-thanks__content-txt span {
  color: #4F9D00;
}

.p-thanks__btn {
  margin: 1.3333333333rem 0 0;
  text-align: center;
}

.p-thanks__btn a {
  display: inline-flex;
  padding: 0.1333333333rem 0.6666666667rem 0.2666666667rem 2.4rem;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  border: 1px solid #AACCEE;
  overflow: hidden;
  box-shadow: 0 3px 7px 0 rgba(6, 0, 1, 0.35);
}

.p-thanks__btn a p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #ffffff;
  padding-right: 2.8666666667rem;
  position: relative;
}

.p-thanks__btn a p::before {
  content: "";
  display: block;
  width: 0.6666666667rem;
  height: 0.7333333333rem;
  background: #3B9D00;
  position: absolute;
  top: 50%;
  right: 0.3333333333rem;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 1;
}

.p-thanks__btn a p::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-thanks__btn a p span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3333333333rem;
  color: #F5FD19;
}

.p-thanks__btn a p span::before, .p-thanks__btn a p span::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(./images/thanks/thanks_btn_deco.webp) no-repeat center center/contain;
}

.p-thanks__btn a p span::after {
  transform: rotateY(180deg);
}

.p-thanks__btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #3B9D00, #3b9d00 24%, #46ad00 32%, #75ca00 65%, #c1fd00);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-thanks {
    background: url(./images/thanks/thanks_bg_pc.webp) no-repeat right top/cover;
    padding: min(5.2083333333vw, 100px) 0 min(4.1666666667vw, 80px);
    min-height: 100vh;
  }
  .p-thanks__box {
    padding: 0 min(1.5625vw, 30px) min(2.3958333333vw, 46px);
  }
  .p-thanks__ttl-img {
    width: min(37.5vw, 720px);
    top: max(-3.59375vw, -69px);
  }
  .p-thanks h1 {
    padding: min(7.5520833333vw, 145px) 0 min(4.1666666667vw, 80px);
    background: url(./images/thanks/thanks_deco_pc.webp) no-repeat center center/contain;
    font-size: min(1.875vw, 36px);
    line-height: 1.4444444444;
    position: relative;
    top: max(-1.0416666667vw, -20px);
  }
  .p-thanks h1 .p-thanks__name {
    font-size: min(1.875vw, 36px);
  }
  .p-thanks__wrap {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: min(3.0208333333vw, 58px);
  }
  .p-thanks__flow {
    background: url(./images/thanks/flow_dot.webp) no-repeat center center/contain;
    padding: min(2.4479166667vw, 47px) min(3.5416666667vw, 68px) min(1.9270833333vw, 37px);
  }
  .p-thanks__flow-ttl {
    top: max(-2.34375vw, -45px);
    padding: min(0.3125vw, 6px) min(3.28125vw, 63px);
    font-size: clamp(14px, 1.6666666667vw, 32px);
    line-height: 1.71875;
    border-radius: 2rem;
    white-space: nowrap;
  }
  .p-thanks__time {
    font-size: clamp(18px, 1.875vw, 36px);
    line-height: 1.4444444444;
  }
  .p-thanks__tel {
    margin: min(0.7291666667vw, 14px) auto 0;
    padding: min(0.3645833333vw, 7px) min(2.8645833333vw, 55px) min(0.5208333333vw, 10px);
    border-radius: 0.9375rem;
    font-size: clamp(24px, 2.5vw, 48px);
    line-height: 1.4166666667;
  }
  .p-thanks__tel span {
    font-size: clamp(12px, 1.25vw, 24px);
  }
  .p-thanks__txt {
    font-size: clamp(16px, 1.6666666667vw, 32px);
    line-height: 1.4375;
    margin: 0.4375rem 0 0;
  }
  .p-thanks__note {
    font-size: clamp(14px, 1.4583333333vw, 28px);
    line-height: 2;
    margin: min(0.7291666667vw, 14px) auto 0;
  }
  .p-thanks__content {
    margin: 0.625rem 0 0;
  }
  .p-thanks__content-list {
    width: fit-content;
    margin-left: 0;
  }
  .p-thanks__content-list li {
    font-size: clamp(14px, 1.25vw, 24px);
    line-height: 2;
    display: grid;
    grid-template-columns: clamp(40px, 4.1666666667vw, 80px) 1fr;
    align-items: center;
    gap: min(1.3020833333vw, 25px);
  }
  .p-thanks__content-list li::before {
    width: clamp(40px, 4.1666666667vw, 80px);
    height: clamp(40px, 4.1666666667vw, 80px);
  }
  .p-thanks__content-list li:not(:first-child) {
    margin-top: min(1.8229166667vw, 35px);
  }
  .p-thanks__content-txt {
    margin: min(2.5vw, 48px) 0 0;
    font-size: clamp(10px, 0.9375vw, 18px);
    line-height: 2;
  }
  .p-thanks__btn {
    margin: min(2.6041666667vw, 50px) auto 0;
  }
  .p-thanks__btn a {
    padding: min(0.78125vw, 15px) min(1.3541666667vw, 26px) min(0.9375vw, 18px) min(0.9375vw, 18px);
    border-radius: 0.9375rem;
    background: #3B9D00;
    transition: box-shadow 0.3s;
  }
  .p-thanks__btn a::after {
    transition: opacity 0.3s;
  }
  .p-thanks__btn a p {
    font-size: min(1.7708333333vw, 34px);
    line-height: 1.2352941176;
    padding-right: min(3.4895833333vw, 67px);
    transition: color 0.3s;
  }
  .p-thanks__btn a p::before {
    width: min(1.40625vw, 27px);
    height: min(1.5625vw, 30px);
    right: min(0.78125vw, 15px);
  }
  .p-thanks__btn a p::after {
    width: min(3.2291666667vw, 62px);
    height: min(3.2291666667vw, 62px);
  }
  .p-thanks__btn a p span {
    gap: min(0.78125vw, 15px);
  }
  .p-thanks__btn a p span::before, .p-thanks__btn a p span::after {
    width: min(1.9791666667vw, 38px);
    height: min(2.03125vw, 39px);
    background: url(./images/thanks/thanks_btn_deco.webp) no-repeat center center/contain;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-thanks__btn a:hover {
    box-shadow: none;
  }
  .p-thanks__btn a:hover::after {
    opacity: 0;
  }
}
.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
.u-tablet {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-tablet {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .u-tablet {
    display: none;
  }
}
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/*# sourceMappingURL=sourcemaps/style.css.map */