@charset "UTF-8";

@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/common/fonts/NotoSerifJP-Bold.ttf") format("truetype"); /* フォントファイルのパス */
}

@font-face {
  font-family: "ns";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/common/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}

@font-face {
  font-family: "ns";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/spcontent/tomobataraki/font/NotoSansCJKjp-Medium.otf") format("opentype");
}

@font-face {
  font-family: "ns";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/spcontent/tomobataraki/font/NotoSansCJKjp-Bold.otf") format("opentype");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

::-moz-selection {
  background: #0075c1;
  color: #fff;
}

::selection {
  background: #0075c1;
  color: #fff;
}

html {
  font-size: 0.97222vw;
  overflow-y: scroll;
}

@media (max-width: 1260px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 3.2vw;
  }
}

.pcOnly {
  display: block !important;
}

@media (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

.spOnly {
  display: none !important;
}

@media (max-width: 767px) {
  .spOnly {
    display: block !important;
  }
}

.l-inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

body {
  color: #101010;
  font-family: "ns", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-weight: 400;
    position: static !important;
  }
  .l-inner {
    width: 87.2%;
  }
}

/* header */
.l-header {
  width: 100%;
  height: 73px;
  padding: 0 2.19vw;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
.l-header__in {
  width: 192px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 45px;
    padding: 0 6.4vw;
  }
  .l-header__in {
    width: 117px;
  }
}

/* contents / section */
.l-contents {
  overflow: hidden;
}
.l-section h2 {
  max-width: 430px;
  margin: 0 auto;
}

/* cv area */
.l-cv {
  background: #eae5df;
  position: relative;
}
.p-intro + .l-cv {
  padding: 56px 0 80px;
}
.p-intro + .l-cv::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 49px solid transparent;
  border-left: 49px solid transparent;
  border-top: 40px solid #fff;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  margin: auto;
}
.p-intro + .l-cv h2 {
  margin-bottom: 32px;
}
.l-cv__bnr {
  display: block;
  background: #fff;
  border-radius: 16px;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.l-cv__bnr > p {
  display: inline-block;
  width: 100%;
  height: 68px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 68px;
  background: linear-gradient(45deg, #7ccbfe, #01a9e0);
  border-radius: 0 0 16px 16px;
  box-shadow: 0 4px 0 #008cbc;
  transition: 0.2s;
  position: relative;
}
.l-cv__bnr > p > span {
  text-shadow: 0 0 12px rgba(6, 138, 197, 0.7);
  position: relative;
}
.l-cv__bnr > p > span::before,
.l-cv__bnr > p > span::after {
  display: block;
  content: "";
  width: 16px;
  height: 4px;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  right: -31px;
}
.l-cv__bnr > p > span::before {
  transform: rotate(45deg);
  top: 36%;
}
.l-cv__bnr > p > span::after {
  transform: rotate(-45deg);
  bottom: 28%;
}
.p-point + .l-cv {
  padding: 130px 0 72px;
}
#syuunou_cv_02.l-cv__bnr {
  position: relative;
}
#syuunou_cv_02.l-cv__bnr::before {
  display: block;
  content: "";
  width: 114px;
  height: 120px;
  background: url(../../images/icon_cv_02.webp) center/contain no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: auto;
}
.l-cv__deco {
  width: 29.5%;
  margin: 0 auto 24px;
}
.p-faq + .l-cv {
  margin-top: 72px;
  padding-bottom: 120px;
  /* background: linear-gradient(180deg, transparent, transparent 62px,#EAE5DF 62px, #EAE5DF 100%); */
  position: relative;
}
.p-faq + .l-cv::before {
  display: block;
  content: "";
  width: 120%;
  padding-top: 16.09%;
  background: #eae5df;
  border-radius: 50%;
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
}
.p-faq + .l-cv .l-inner {
  position: relative;
  z-index: 1;
}
@media (hover: hover) {
  .l-cv__bnr:hover {
    transform: translateY(4px);
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
  }
  .l-cv__bnr:hover > p {
    box-shadow: none;
    transition: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .l-cv__bnr > p {
    font-size: 20px;
    padding-right: 13px;
    border-radius: 0 0 8px 8px;
  }
  .l-cv__bnr > p > span {
    position: static;
  }
  .l-cv__bnr > p > span::before,
  .l-cv__bnr > p > span::after {
    width: 13px;
    height: 3px;
    right: 21px;
  }
  .l-cv__bnr > p > span::before {
    top: 43%;
  }
  .l-cv__bnr > p > span::after {
    bottom: 41%;
  }
  .p-point + .l-cv {
    padding: 115px 0 50px;
  }
  #syuunou_cv_02.l-cv__bnr::before {
    width: 100px;
    height: 106px;
    top: -75px;
  }
  .p-faq + .l-cv {
    margin-top: 60px;
    background: linear-gradient(180deg, transparent, transparent 30px, #eae5df 30px, #eae5df 100%);
  }
  .p-faq + .l-cv::before {
    width: 146%;
    padding-top: 47.46%;
    top: -30px;
  }
  .l-cv__deco {
    width: 48%;
    max-width: 180px;
  }
}

/* intro */
.p-intro .l-inner {
  padding-bottom: 38px;
}
.p-intro h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.46;
  margin-bottom: 24px;
}
.p-intro h2 span.deco {
  font-weight: 400;
  letter-spacing: -0.8em;
}
.p-intro h2 span.tc-blue {
  color: #008dbe;
}
.p-intro h2 span.icon {
  position: relative;
}
.p-intro h2 span.icon::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #008dbe;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  margin: auto;
}
.p-intro__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.p-intro__item {
  width: 49%;
  height: 58px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  padding: 0 10px;
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
}
.p-intro__item::before {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  background: url(../../images/icon_check.webp) center/contain no-repeat;
}
.p-intro__item .tw-bold {
  font-weight: 600;
}
.p-intro__item .ts-s {
  font-size: 15px;
}
.p-intro__item:last-of-type {
  line-height: 1.2;
}
.p-intro__deco {
  width: 73.75%;
  margin: 38px auto 0 60px;
}
@media screen and (max-width: 767px) {
  .p-intro .l-inner {
    padding-bottom: 106px;
    position: relative;
  }
  .p-intro h2 {
    font-size: 22px;
  }
  .p-intro h2 span.icon::before {
    width: 4px;
    height: 4px;
    top: -3px;
  }
  .p-intro__item {
    width: 100%;
    height: auto;
    padding: 13px 10px 12px;
    font-size: 15px;
  }
  .p-intro__item::before {
    width: 20px;
    height: 20px;
  }
  .p-intro__item:last-of-type {
    line-height: 1.4;
  }
  .p-intro__item .ts-s {
    font-size: 13px;
  }
  .p-intro__deco {
    width: 468px;
    position: absolute;
    left: -60%;
    right: -40%;
    bottom: 30px;
    margin: auto;
  }
}

/* point */
.p-point {
  padding-top: 72px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.p-point h2 {
  margin-bottom: 95px;
  position: relative;
}
.p-point h2::before {
  display: block;
  content: "";
  width: 3px;
  height: 43px;
  background: url(../../images/bg_deco_dashed.webp) center/contain no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -62px;
  margin: auto;
  z-index: 1;
}
.p-point__wrap {
  position: relative;
  counter-reset: point;
}
.p-point__box {
  padding: 68px 0 109px;
  position: relative;
}
.p-point__box::before {
  counter-increment: point;
  content: counter(point, decimal-leading-zero);
  display: block;
  font-size: 35px;
  font-family: "NotoSerifJP";
  font-weight: 700;
  text-align: center;
  line-height: 2.3;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  margin: auto;
}
.p-point__box::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  margin: auto;
}
.p-point__box:nth-of-type(odd),
.p-point__box:nth-of-type(odd)::before,
.p-point__box:nth-of-type(odd) .p-point__cont {
  background: #ddeadb;
}
.p-point__box:nth-of-type(even),
.p-point__box:nth-of-type(even)::before,
.p-point__box:nth-of-type(even) .p-point__cont {
  background: #fff;
}
.p-point__cont {
  font-weight: 400;
  height: 218px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  column-gap: 32px;
  position: relative;
  z-index: 1;
}
.p-point__cont > dd:first-of-type {
  width: 40.875%;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  order: 1;
}
.p-point__cont > dd:first-of-type img {
  transition: transform 0.2s;
}
.p-point__cont > dt {
  font-size: 24px;
  line-height: 1.45;
  margin-bottom: 16px;
  order: 2;
}
.p-point__cont > dd:last-of-type {
  width: 55.125%;
  font-size: 20px;
  line-height: 1.8;
  order: 3;
}
@media screen and (hover: hover) {
  .p-point__cont > dd:first-of-type img:hover {
    transform: scale(1.1);
    transition: transform 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .p-point__box {
    padding: 49px 0 77px;
  }
  .p-point__box::before {
    font-size: 32px;
    width: 114px;
    height: 114px;
  }
  .p-point__cont {
    height: auto;
    align-items: center;
    justify-content: flex-start;
    row-gap: 24px;
  }
  .p-point__cont > dd:first-of-type {
    width: 100%;
    order: 2;
  }
  .p-point__cont > dt {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    order: 1;
  }
  .p-point__cont > dd:last-of-type {
    width: 100%;
    font-size: 16px;
    order: 3;
  }
}

/* voice */
.p-voice {
  padding: 72px 0;
  background: #fff;
}
.p-voice h2 {
  text-align: center;
  margin-bottom: 40px;
}
.p-voice__item {
  width: 225px;
  height: auto;
  padding: 24px 16px;
  background: #eae5df;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
  transition: opacity 0.2s;
}
.p-voice__item dt {
  width: 80px;
  text-align: center;
  flex-shrink: 0;
}
.p-voice__item figcaption {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
}
.p-voice__item dd {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.p-voice__item dd span.tc-blue {
  color: #01a9e0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-voice__list {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
  }
  .p-voice__item {
    width: 48.5%;
    padding: 24px;
    border-radius: 14px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .p-voice__item figcaption {
    font-size: 16px;
  }
  .p-voice__item dd {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item:not(.swiper-slide-active) {
    opacity: 0.4;
    transition: opacity 0.2s;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 38px;
    height: 38px;
  }
  .swiper-button-next {
    right: 6.4%;
  }
  .swiper-button-prev {
    left: 6.4%;
    transform: scale(-1, 1);
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../../images/icon_slide_button.webp) center/contain no-repeat;
  }
}

/* step */
.p-step {
  padding: 71px 0 97px;
  background: #eae5df;
}
.p-step h2 {
  margin-bottom: 40px;
}
.p-step__list {
  counter-reset: step;
}
.p-step__item {
  display: flex;
}
.p-step__item:not(:last-of-type) {
  margin-bottom: 24px;
  position: relative;
}
.p-step__item:not(:last-of-type)::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 13px solid #fff;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
}
.p-step__item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  width: 73px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  background: #9cd292;
  border-radius: 10px 0 0 10px;
  flex-shrink: 0;
}
.p-step__item dl {
  padding: 16px 24px;
  background: #fff;
  border-radius: 0 10px 10px 0;
  flex-grow: 1;
}
.p-step__item *:not(:last-of-type) {
  margin-bottom: 8px;
}
.p-step__item dt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
}
.p-step__item dd {
  font-size: 16px;
  font-weight: 400;
}
.p-step__item dd .note {
  display: inline-block;
  color: #666;
  font-size: 14px;
  line-height: 1.42;
}
.p-step__item dd .note::before {
  display: inline-block;
  content: "※";
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .p-step {
    padding: 50px 0;
  }
  .p-step h2 {
    margin-bottom: 20px;
  }
  .p-step__item::before {
    width: 61px;
    font-size: 25px;
  }
  .p-step__item dl {
    padding: 16px 20px 16px 16px;
  }
  .p-step__item dt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .p-step__item dd {
    font-size: 14px;
  }
  .p-step__item dd .note {
    font-size: 12px;
    text-indent: -8px;
    margin-left: 12px;
    letter-spacing: -0.03em;
  }
}

/* faq */
.p-faq {
  padding: 72px 0 100px;
  background: #fff;
}
.p-faq h2 {
  margin-bottom: 40px;
}
.p-faq__item {
  border-radius: 14px;
  overflow: hidden;
}
.p-faq__item:not(:last-of-type) {
  margin-bottom: 24px;
}
.p-faq__item > * {
  font-size: 18px;
  padding: 24px 0 24px 24px;
}
.p-faq__item dt {
  font-weight: 600;
  /* border-radius: 14px 14px 0 0; */
  background: #eae5df;
  position: relative;
  cursor: pointer;
}
.p-faq__item dt > span {
  display: block;
  width: 28px;
  height: 28px;
  background: #01a9e0;
  border-radius: 50%;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-faq__item dt > span > span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-faq__item dt > span > span::before,
.p-faq__item dt > span > span::after {
  display: block;
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-faq__item dt > span > span::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.p-faq__item dd {
  display: none;
  padding-right: 66px;
  border-radius: 0 0 14px 14px;
  border: 2px solid #eae5df;
}
.p-faq__item.is-open dt > span > span::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 55px 0 60px;
  }
  .p-faq__item > * {
    font-size: 16px;
    line-height: 1.5;
    padding: 16px 0 16px 24px;
  }
  .p-faq__item > dt {
    padding-right: 58px;
  }
  .p-faq__item dt > span {
    width: 26px;
    height: 26px;
  }
  .p-faq__item > dd {
    padding-right: 24px;
  }
}

/* footer */
.footer {
  padding: 75px 0;
  font-family: "ns";
  font-weight: 200;
}

@media (max-width: 767px) {
  .footer {
    font-size: 140%;
    padding: 2rem 0;
  }
}

.footer__logo {
  line-height: 1.1;
  text-align: center;
}

.footer__logo > a {
  display: block;
  width: 258px;
  margin: 0 auto;
  background: url(/common/images/logo_gp_footer03.png) 50% 50% no-repeat;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
  -webkit-transition: opacity 250ms ease 0ms;
  transition: opacity 250ms ease 0ms;
}

.footer__logo > a::before {
  content: "";
  display: block;
  padding-top: 19.3798%;
}

@media (min-width: 768px) {
  .footer__logo > a:hover {
    opacity: 0.5;
  }
}

@media (max-width: 767px) {
  .footer__logo > a {
    width: 11.725rem;
  }
}

.footer__nav {
  margin-top: 50px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .footer__nav {
    margin-top: 1.25rem;
  }
}

.footer__nav__window {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 7px;
  margin-left: 10px;
  background: #000;
  vertical-align: 3px;
}

@media (max-width: 767px) {
  .footer__nav__window {
    width: 0.57rem;
    height: 0.45rem;
    margin-left: 0.45rem;
  }
}

.footer__nav__window::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.footer__nav > li {
  display: inline-block;
}

@media (max-width: 767px) {
  .footer__nav > li {
    display: block;
  }
}

.footer__nav > li + li {
  margin-left: 50px;
}

@media (max-width: 767px) {
  .footer__nav > li + li {
    margin-left: 0.6rem;
  }
}

.footer__nav > li > a {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 15px;
  -webkit-transition: opacity 250ms ease 0ms;
  transition: opacity 250ms ease 0ms;
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer__nav > li > a {
    font-size: 0.9rem;
    text-decoration: none;
  }
}

@media (min-width: 768px) {
  .footer__nav > li > a:hover {
    opacity: 0.5;
  }
}

.footer__copyright {
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 1.25rem;
    font-size: 0.9rem;
  }
}

.flt {
  width: 100%;
  text-align: center;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.55);
  position: fixed;
  left: 0;
  bottom: -84px;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
  z-index: 5;
}
.flt.show {
  bottom: 0;
}
.flt > a p {
  display: inline-block;
  width: 67.5%;
  max-width: 540px;
  height: 66px;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  line-height: 66px;
  background: linear-gradient(45deg, #7ccbfe, #01a9e0);
  border-radius: 8px;
  box-shadow: 0 5px 0 #008cbc;
  transition: 0.2s;
}
.flt > a p > span {
  text-shadow: 0 0 12px rgba(6, 138, 197, 0.7);
  position: relative;
}
.flt > a p > span::before,
.flt > a p > span::after {
  display: block;
  content: "";
  width: 16px;
  height: 4px;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  right: -31px;
}
.flt > a p > span::before {
  transform: rotate(45deg);
  top: 36%;
}
.flt > a p > span::after {
  transform: rotate(-45deg);
  bottom: 30%;
}
@media screen and (max-width: 767px) {
  .flt > a p {
    width: 87.2%;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
    box-shadow: 0 3px 0 #008cbc;
    position: relative;
  }
  .flt > a p > span {
    position: static;
  }
  .flt > a p > span::before,
  .flt > a p > span::after {
    width: 13px;
    height: 3px;
    right: 21px;
  }
  .flt > a p > span::before {
    top: 42%;
  }
  .flt > a p > span::after {
    bottom: 38%;
  }
}
