@charset "UTF-8";
@import url("../css/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
/* 表示切替 ----------------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .tab {
    display: none !important;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
}
@media screen and (min-width: 550px) {
  .sp_only {
    display: none !important;
  }
}
/* 各種設定  */
:root {
  --blue: #00aeec;
  --blue02: #5bc0f6;
  --blue03: #d8f1ff;
  --orange: #ff5d02;
  --green01: #01c35d;
  --color01: #c1e6fb;
  --color02: #68dc9f;
  --color03: #ffef5f;
  --color04: #fff2b3;
  --base-color: #333333;
  --font-noto: "Noto Sans JP", sans-serif;
  --font-poppins: "Poppins", sans-serif;
}

html {
  font-size: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: min(4.2666666667vw, 16px);
  }
}

body {
  font-family: var(--font-noto);
  font-size: 1.375rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  font-optical-sizing: auto;
  color: var(--base-color);
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

.wrapper {
  width: 100%;
  overflow-x: clip;
}

span.sub {
  vertical-align: bottom;
  font-size: 0.8em;
}

.mb05 {
  margin-bottom: 0.5em;
}

span.sup {
    vertical-align: super;
    font-size: 0.8em;
}

/*---------------------------------------
  ハンバーガー
---------------------------------------*/
@media screen and (min-width: 1000px) {
  .nav-toggle {
    position: fixed;
    z-index: 9999;
    display: none;
  }
  .nav-toggle.show {
    display: block;
    right: 5rem;
    top: 0.625rem;
    padding: 0;
    width: 4.6875rem;
    height: 4.6875rem;
    cursor: pointer;
    background: var(--blue);
    border-radius: 50%;
    transition: 0.3s all;
  }
  .nav-toggle.show div {
    position: absolute;
    width: 1.875rem;
    height: 1.875rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-toggle.show div span {
    position: absolute;
    width: 100%;
    height: 0.1875rem;
    background: #fff;
    left: 0;
    transition: 0.3s ease-in-out;
  }
  .nav-toggle.show div span:nth-child(1) {
    top: 0;
  }
  .nav-toggle.show div span:nth-child(2) {
    top: 0.84375rem;
  }
  .nav-toggle.show div span:nth-child(3) {
    top: 1.6875rem;
  }
  .nav-toggle.show.active {
    display: block;
    position: fixed;
    z-index: 9999;
    right: 5rem;
    top: 0.625rem;
    padding: 0;
    width: 4.6875rem;
    height: 4.6875rem;
    cursor: pointer;
    background: var(--blue);
    border-radius: 50%;
    transition: 0.3s all;
  }
  .nav-toggle.show.active div {
    position: absolute;
    width: 2.8125rem;
    height: 2.8125rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-toggle.show.active div span {
    position: absolute;
    width: 100%;
    height: 0.1875rem;
    background: #fff;
    left: 0;
    transition: 0.3s ease-in-out;
  }
  .nav-toggle.show.active div span:nth-child(1) {
    top: 1.3125rem;
    transform: rotate(45deg);
  }
  .nav-toggle.show.active div span:nth-child(2) {
    display: none;
  }
  .nav-toggle.show.active div span:nth-child(3) {
    top: 1.3125rem;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 999px) {
  .nav-toggle {
    display: block;
    position: fixed;
    z-index: 9999;
    right: 0.625rem;
    top: 0.625rem;
    padding: 0;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    background: var(--blue);
    border-radius: 50%;
    transition: 0.3s all;
  }
  .nav-toggle div {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-toggle div span {
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background: #fff;
    left: 0;
    transition: 0.3s ease-in-out;
  }
  .nav-toggle div span:nth-child(1) {
    top: 0;
  }
  .nav-toggle div span:nth-child(2) {
    top: 0.5625rem;
  }
  .nav-toggle div span:nth-child(3) {
    top: 1.125rem;
  }
  .nav-toggle.active {
    right: 0.625rem;
    top: 0.625rem;
    padding: 0;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    background: var(--blue);
    border-radius: 50%;
    transition: 0.3s all;
  }
  .nav-toggle.active div {
    position: absolute;
    width: 1.875rem;
    height: 1.875rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-toggle.active div span {
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background: #fff;
    left: 0;
    transition: 0.3s ease-in-out;
  }
  .nav-toggle.active div span:nth-child(1) {
    top: 0.875rem;
    transform: rotate(45deg);
  }
  .nav-toggle.active div span:nth-child(2) {
    display: none;
  }
  .nav-toggle.active div span:nth-child(3) {
    top: 0.875rem;
    transform: rotate(-45deg);
  }
}
/*---------------------------------------
  header
---------------------------------------*/
@media screen and (min-width: 1000px) {
  #header {
    position: relative;
    z-index: 999;
    width: min(100% - 3.75rem, 68.75rem);
    margin: -9.375rem auto -4.0625rem;
    top: 0;
    padding-top: 5.625rem;
  }
  #header .gnav {
    position: relative;
    background: var(--blue);
    color: #fff;
    border-radius: 0.625rem;
    padding: 1.25rem;
  }
  #header .gnav::before {
    content: "";
    position: absolute;
    top: 0.8125rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 1.625rem);
    height: 100%;
    border-radius: 0.625rem;
    background: rgba(71, 178, 255, 0.38);
  }
  #header .gnav ul {
    display: flex;
    justify-content: center;
  }
  #header .gnav ul li {
    display: flex;
    align-items: flex-end;
  }
  #header .gnav ul li a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #header .gnav ul li a p {
    display: inline-block;
  }
  #header .gnav ul li a p.num {
    font-family: var(--font-poppins);
    font-size: 0.8125rem;
    min-width: 6.1538461538em;
    color: var(--blue);
    font-weight: 600;
    background: #fff;
    text-align: center;
    border-radius: 1.28125rem;
    padding: 0 1em;
  }
  #header .gnav ul li a p.num span {
    display: inline-block;
    font-size: 1.1538461538em;
  }
  #header .gnav ul li a p.txt {
    font-size: min(1.2857142857vw, 1.125rem);
    font-weight: 700;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
  #header .gnav ul li a p.txt::after {
    display: inline-block;
    content: "";
    width: 0.6111111111em;
    aspect-ratio: 11/8;
    background: url("../img/arrow-white.svg") no-repeat;
    background-size: 100% auto;
    margin-bottom: 0.625rem;
  }
  #header .gnav ul li a p.comment-txt {
    opacity: 0;
    transition: 0.3s all;
    position: absolute;
    display: block;
    width: 26.6666666667em;
    max-width: -moz-max-content;
    max-width: max-content;
    background: #fff;
    color: var(--blue);
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 700;
    padding: 1.375rem;
    border-radius: 0.625rem;
    bottom: calc(100% + 2.5rem);
    left: -1.875rem;
  }
  #header .gnav ul li a p.comment-txt::after {
    position: absolute;
    content: "";
    width: 1.3333333333em;
    height: 1.3333333333em;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 48% 100%);
            clip-path: polygon(0 0, 100% 0, 48% 100%);
    transform: rotate(3deg);
    left: 6.6666666667em;
    top: calc(100% - 0.5em);
  }
  #header .gnav ul li a:hover p.txt {
    color: var(--color03);
  }
  #header .gnav ul li a:hover p.comment-txt {
    opacity: 1;
  }
  #header .gnav ul li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 2.8125rem;
    margin: 0 1.875rem 0.625rem;
    background: #fff;
    display: inline-block;
  }
  #header .gnav ul li.btn-box {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.5625rem;
  }
  #header .gnav ul li.btn-box a {
    position: relative;
    width: 100%;
    display: block;
    font-size: 1rem;
    min-width: 12.875em;
    font-weight: 700;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 1.5625rem;
    padding: 0 1.5625rem;
    transition: 0.3s all;
  }
  #header .gnav ul li.btn-box a::after {
    position: absolute;
    right: 0.9375em;
    top: 50%;
    content: "";
    width: 0.4375em;
    height: 0.6875em;
    background: url("../img/arrow2-white.svg") center center no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  #header .gnav ul li.btn-box a.btn-contact {
    background: #fff;
    color: var(--blue);
  }
  #header .gnav ul li.btn-box a.btn-contact::after {
    position: absolute;
    right: 0.9375em;
    top: 50%;
    content: "";
    width: 0.4375em;
    height: 0.6875em;
    background: url("../img/arrow2-blue.svg") center center no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  #header .gnav ul li.btn-box a:hover {
    background: #fff;
    color: var(--blue);
    background: #fff;
    background-size: 100% auto;
  }
  #header .gnav ul li.btn-box a:hover::after {
    background: url("../img/arrow2-blue.svg") center center no-repeat;
    background-size: 100% auto;
  }
  #header .gnav ul li.btn-box a:hover.btn-contact {
    background: var(--blue);
    color: #fff;
  }
  #header .gnav ul li.btn-box a:hover.btn-contact::after {
    background: url("../img/arrow2-white.svg") center center no-repeat;
    background-size: 100% auto;
  }
  #header.fixed {
    position: fixed;
    top: 0;
    right: 0;
  }
  #header.fixed .gnav {
    position: fixed;
    top: 0;
    right: -100%;
    color: #fff;
    padding: 6.25rem 5rem;
    background: var(--blue);
    width: min(100%, 40.625rem);
    height: 100%;
    max-height: 100vh;
    transition: 0.3s all;
    border-radius: 0;
  }
  #header.fixed .gnav::before {
    display: none;
  }
  #header.fixed .gnav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #header.fixed .gnav ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #header.fixed .gnav ul li a {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #header.fixed .gnav ul li a p {
    display: inline-block;
  }
  #header.fixed .gnav ul li a p.num {
    font-family: var(--font-poppins);
    font-size: 0.8125rem;
    min-width: 6.1538461538em;
    color: var(--blue);
    font-weight: 600;
    background: #fff;
    text-align: center;
    border-radius: 1.28125rem;
    padding: 0 1em;
  }
  #header.fixed .gnav ul li a p.num span {
    display: inline-block;
    font-size: 1.1538461538em;
  }
  #header.fixed .gnav ul li a p.txt {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #header.fixed .gnav ul li a p.txt::after {
    display: inline-block;
    content: "";
    width: 0.4444444444em;
    aspect-ratio: 8/11;
    background: url("../img/arrow2-white.svg") center center no-repeat;
    background-size: contain;
  }
  #header.fixed .gnav ul li a p.comment-txt {
    display: none;
  }
  #header.fixed .gnav ul li a:hover p.txt {
    color: var(--color03);
  }
  #header.fixed .gnav ul li:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    margin: 1.25rem 0;
    background: #fff;
    display: inline-block;
  }
  #header.fixed .gnav ul li.btn-box {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.625rem;
  }
  #header.fixed .gnav ul li.btn-box a {
    position: relative;
    width: 100%;
    display: block;
    font-size: 1rem;
    min-width: 12.875em;
    font-weight: 700;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 1.5625rem;
    padding: 0.3125rem 1.5625rem;
    transition: 0.3s all;
  }
  #header.fixed .gnav ul li.btn-box a::after {
    position: absolute;
    right: 0.9375em;
    top: 50%;
    content: "";
    width: 0.4375em;
    height: 0.6875em;
    background: url("../img/arrow2-white.svg") center center no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  #header.fixed .gnav ul li.btn-box a.btn-contact {
    background: #fff;
    color: var(--blue);
  }
  #header.fixed .gnav ul li.btn-box a.btn-contact::after {
    position: absolute;
    right: 0.9375em;
    top: 50%;
    content: "";
    width: 0.4375em;
    height: 0.6875em;
    background: url("../img/arrow2-blue.svg") center center no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  #header.fixed .gnav ul li.btn-box a:hover {
    background: #fff;
    color: var(--blue);
    background: #fff;
    background-size: 100% auto;
  }
  #header.fixed .gnav ul li.btn-box a:hover::after {
    background: url("../img/arrow2-blue.svg") center center no-repeat;
    background-size: 100% auto;
  }
  #header.fixed .gnav ul li.btn-box a:hover.btn-contact {
    background: var(--blue);
    color: #fff;
  }
  #header.fixed .gnav ul li.btn-box a:hover.btn-contact::after {
    background: url("../img/arrow2-white.svg") center center no-repeat;
    background-size: 100% auto;
  }
  #header.fixed.open {
    margin: 0;
  }
  #header.fixed.open .gnav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    padding: min(7.1428571429vw, 6.25rem) 5rem;
    background: var(--blue);
    width: min(100%, 40.625rem);
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
    transition: 0.3s all;
    border-radius: 0;
  }
  #header.fixed.open .gnav::before {
    display: none;
  }
  #header.fixed.open .gnav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #header.fixed.open .gnav ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #header.fixed.open .gnav ul li a {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #header.fixed.open .gnav ul li a p {
    display: inline-block;
  }
  #header.fixed.open .gnav ul li a p.num {
    font-family: var(--font-poppins);
    font-size: 0.8125rem;
    min-width: 6.1538461538em;
    color: var(--blue);
    font-weight: 600;
    background: #fff;
    text-align: center;
    border-radius: 1.28125rem;
    padding: 0 1em;
  }
  #header.fixed.open .gnav ul li a p.num span {
    display: inline-block;
    font-size: 1.1538461538em;
  }
  #header.fixed.open .gnav ul li a p.txt {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #header.fixed.open .gnav ul li a p.txt::after {
    display: inline-block;
    content: "";
    width: 0.4444444444em;
    aspect-ratio: 8/11;
    background: url("../img/arrow2-white.svg") center center no-repeat;
    background-size: contain;
  }
  #header.fixed.open .gnav ul li a p.comment-txt {
    display: none;
  }
  #header.fixed.open .gnav ul li a:hover p.txt {
    color: var(--color03);
  }
  #header.fixed.open .gnav ul li:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    margin: 1.25rem 0;
    background: #fff;
    display: inline-block;
  }
  #header.fixed.open .gnav ul li.btn-box {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.625rem;
  }
  #header.fixed.open .gnav ul li.btn-box a {
    position: relative;
    width: 100%;
    display: block;
    font-size: 1rem;
    min-width: 12.875em;
    font-weight: 700;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 1.5625rem;
    padding: 0.3125rem 1.5625rem;
    transition: 0.3s all;
  }
  #header.fixed.open .gnav ul li.btn-box a::after {
    position: absolute;
    right: 0.9375em;
    top: 50%;
    content: "";
    width: 0.4375em;
    height: 0.6875em;
    background: url("../img/arrow2-white.svg") center center no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  #header.fixed.open .gnav ul li.btn-box a.btn-contact {
    background: #fff;
    color: var(--blue);
  }
  #header.fixed.open .gnav ul li.btn-box a.btn-contact::after {
    position: absolute;
    right: 0.9375em;
    top: 50%;
    content: "";
    width: 0.4375em;
    height: 0.6875em;
    background: url("../img/arrow2-blue.svg") center center no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  #header.fixed.open .gnav ul li.btn-box a:hover {
    background: #fff;
    color: var(--blue);
    background: #fff;
    background-size: 100% auto;
  }
  #header.fixed.open .gnav ul li.btn-box a:hover::after {
    background: url("../img/arrow2-blue.svg") center center no-repeat;
    background-size: 100% auto;
  }
  #header.fixed.open .gnav ul li.btn-box a:hover.btn-contact {
    background: var(--blue);
    color: #fff;
  }
  #header.fixed.open .gnav ul li.btn-box a:hover.btn-contact::after {
    background: url("../img/arrow2-white.svg") center center no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 999px) {
  #header {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 999;
    top: 0;
  }
  #header .gnav {
    position: fixed;
    top: 0;
    left: 100%;
    color: #fff;
    padding: 6.25rem 4.0625rem;
    background: var(--blue);
    width: 100%;
    height: auto;
    max-height: 100vh;
    transition: 0.3s all;
  }
  #header .gnav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #header .gnav ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #header .gnav ul li a {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #header .gnav ul li a p {
    display: inline-block;
  }
  #header .gnav ul li a p.num {
    font-family: var(--font-poppins);
    font-size: 0.8125rem;
    min-width: 6.1538461538em;
    color: var(--blue);
    font-weight: 600;
    background: #fff;
    text-align: center;
    border-radius: 1.28125rem;
    padding: 0 1em;
  }
  #header .gnav ul li a p.num span {
    display: inline-block;
    font-size: 1.1538461538em;
  }
  #header .gnav ul li a p.txt {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #header .gnav ul li a p.txt::after {
    display: inline-block;
    content: "";
    width: 0.4444444444em;
    aspect-ratio: 8/11;
    background: url("../img/arrow2-white.svg") center center no-repeat;
    background-size: contain;
  }
  #header .gnav ul li a p.comment-txt {
    display: none;
  }
  #header .gnav ul li a:hover p.txt {
    color: var(--color03);
  }
  #header .gnav ul li:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    margin: 1.25rem 0;
    background: #fff;
    display: inline-block;
  }
  #header .gnav ul li.btn-box {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.625rem;
  }
  #header .gnav ul li.btn-box a {
    position: relative;
    width: 100%;
    display: block;
    font-size: 1rem;
    min-width: 12.875em;
    font-weight: 700;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 1.5625rem;
    padding: 0.3125rem 1.5625rem;
    transition: 0.3s all;
  }
  #header .gnav ul li.btn-box a::after {
    position: absolute;
    right: 0.9375em;
    top: 50%;
    content: "";
    width: 0.4375em;
    height: 0.6875em;
    background: url("../img/arrow2-white.svg") center center no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  #header .gnav ul li.btn-box a.btn-contact {
    background: #fff;
    color: var(--blue);
  }
  #header .gnav ul li.btn-box a.btn-contact::after {
    position: absolute;
    right: 0.9375em;
    top: 50%;
    content: "";
    width: 0.4375em;
    height: 0.6875em;
    background: url("../img/arrow2-blue.svg") center center no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  #header .gnav ul li.btn-box a:hover {
    background: #fff;
    color: var(--blue);
    background: #fff;
    background-size: 100% auto;
  }
  #header .gnav ul li.btn-box a:hover::after {
    background: url("../img/arrow2-blue.svg") center center no-repeat;
    background-size: 100% auto;
  }
  #header .gnav ul li.btn-box a:hover.btn-contact {
    background: var(--blue);
    color: #fff;
  }
  #header .gnav ul li.btn-box a:hover.btn-contact::after {
    background: url("../img/arrow2-white.svg") center center no-repeat;
    background-size: 100% auto;
  }
  #header.open .gnav {
    left: 0;
  }
}
/*---------------------------------------
  footer
---------------------------------------*/
#footer {
  width: 100%;
  padding-bottom: 3.125rem;
  background: #fff;
}
#footer .footer__inner p {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0 0.9375rem 1.875rem;
  }
  #footer .footer__inner p {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

/*  お問合わせボタン  */
.contact-box {
  padding-top: min(7.1428571429vw, 6.25rem);
  padding-bottom: min(7.1428571429vw, 6.25rem);
  background: #fff;
}
.contact-box a {
  width: min(100%, 20.5882352941em);
  height: 3.5294117647em;
  margin: 0 auto;
  font-size: min(3.0909090909vw, 2.125rem);
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6.25rem;
  background: linear-gradient(90deg, #11acff 0.26%, #b7eb98 99.67%);
  box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.25);
  transition: 0.3s all;
}
.contact-box a span {
  position: relative;
}
.contact-box a span::after {
  content: "";
  width: 1.7058823529em;
  height: 1.7058823529em;
  background: url("../img/icon_arrow4.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(100% + 1.25rem);
  top: 50%;
  transform: translateY(-50%);
}
.contact-box a:hover {
  background: linear-gradient(90deg, #b7eb98 0.26%, #11acff 99.67%);
}
@media screen and (max-width: 767px) {
  .contact-box {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .contact-box a {
    width: 21.5625rem;
    height: 4.125rem;
    margin: 0 auto;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6.25rem;
    background: linear-gradient(90deg, #11acff 0.26%, #b7eb98 99.67%);
    box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.25);
    transition: 0.3s all;
  }
  .contact-box a span {
    position: relative;
  }
  .contact-box a span::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/icon_arrow4.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: calc(100% + 1.25rem);
    top: 50%;
    transform: translateY(-50%);
  }
  .contact-box a:hover {
    background: linear-gradient(90deg, #b7eb98 0.26%, #11acff 99.67%);
  }
}/*# sourceMappingURL=common.css.map */