/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap');
body{
  font-family: "BIZ UDGothic", sans-serif;
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;    
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}
html,
body {
  font-weight: 400;
  font-size: 16px;
  font-optical-sizing: auto;
}
body {
  overflow-x: hidden;
  scrollbar-gutter: stable;
}
body.is-fixed {
  overflow: hidden;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
h2 {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

.header__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 0;
}
.header__left {
  padding: 37px 0 38px 86px;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0px 0px 70px 0px;
  padding-inline: 4.67vw;
  background: #ffffff;
  z-index: 9998;
}

.header__item-parent{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-right: 20px;
  font-size: 14px;
}
.header__item-parent::after{
  position: absolute;
  pointer-events: none;
  top:calc(50% - 6px);
  right: 2px;
  width: 6px;
  height: 6px;
  border-top:solid 1px #282828;
  border-right:solid 1px #282828;
  transform:rotate(135deg) translate(0 , -50%);
  content:"";
  display: block;
}
.header__item-parent::before{  
  position: absolute;
  width: 180px;
  margin-left: -10px;
  top: 40px;
  content:"";
  top: 10px;
  content: "";
  height: 60px;
}
.header__item-parent:hover + .header__item-child{
  opacity: 1;
  pointer-events: auto;
}
.header__item-child{
  position: absolute;
  width: 100%;
  top: 110px;
  right: 0;
  padding: 30px 190px 30px 270px;
  background: #fff;
  justify-content: end;
  gap: 30px;
  display: flex;
  opacity: 1;
  pointer-events: auto;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}
.header__item-child:hover{
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .header__left {
    padding-block: 20px;
    border-radius: 0px 0px 7vw 0px;
  }
}
.header__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 110px;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: 9997;
  top: 0;
}
@media screen and (max-width: 1220px) {
  .header__right {
    position: fixed;
    height: 65px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
}
.header__logo {
  width: 250px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media screen and (max-width: 1350px) {
  .header__logo {
    width: 130px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1250px) {
  .header__logo {
    width: 100px;
  }
}
.header__logo-scaleDown {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .header__logo-scaleDown {
    width: 70px;
  }
}
.header__logo-img {
  width: 100%;
  max-width: 250px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-right: 200px;
}
@media screen and (max-width: 1220px) {
  .header__list {
    display: none;
  }
}
.header__link {
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover) {
  .header__link:hover {
    color: #3172d2;
  }
}
@media screen and (max-width: 1220px) {
  .header__contact {
    display: none;
  }
}
.header__hamburger {
  position: fixed;
  top: 20px;
  right: 5.67vw;
  z-index: 999999;
  display: none;
}
@media screen and (max-width: 1220px) {
  .header__hamburger {
    display: block;
  }
}

.contact__btn {
  background: #4580d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.contact__btn--header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  gap: 10px;
  width: 170px;
  height: 130px;
  border-radius: 0px 0px 0px 20px;
}
.contact__btn--hamburger {
  gap: 10px;
  border-radius: 30px;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact__btn--hamburger {
    border-radius: 15px;
    height: 50px;
  }
}
.contact__btn--side {
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px 0px 0px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
}
.contact__btn--side-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media (hover) {
  .contact__btn:hover {
    background: #3172d2;
  }
}
.contact__img--header {
  width: 68px;
}
.contact__img--side {
  width: 35px;
}
@media screen and (max-width: 767px) {
  .contact__img--side {
    width: 20px;
  }
}
.contact__text {
  font-size: 16px;
  color: #ffffff;
}
.contact__text--col {
  text-orientation: upright;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 14px;
  }
}

.hamburger__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10000;
}
.hamburger__btn--side {
  padding-right: 25px;
}
.hamburger__btn.scrollbarWidth {
  padding-right: calc(25px + var(--scrollbar-width));
}
@media (hover) {
  .hamburger__btn:hover {
    opacity: 0.7;
  }
}
.hamburger__lines {
  width: 25px;
  height: 18px;
  position: relative;
}
.hamburger__line {
  background-color: #000;
  width: 25px;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  mix-blend-mode: overlay;
}
.hamburger__line--top {
  top: 0;
}
.hamburger__line--mid {
  top: 50%;
}
.hamburger__line--bot {
  top: 100%;
}
.hamburger__line-active--top {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger__line-active--mid {
  display: none;
}
.hamburger__line-active--bot {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger__title {
  text-orientation: sideways;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.footer__area {
  width: 100%;
  background: #272727;
  z-index: 999;
  padding-bottom: 30px;
}
.footer__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}
@media screen and (max-width: 1050px) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-top: 25px;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 110px;
}
@media screen and (max-width: 670px) {
  .footer__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer__right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__logo {
  width: 357px;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 100%;
    text-align: center;
  }
}
.footer__logo-img {
  width: 70%;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .footer__info {
    gap: 10px;
    display: none;
  }
}
.footer__text {
  color: #ffffff;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 670px) {
  .footer__text {
    font-size: 12px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer__copyrightbox{
  display: flex;
  justify-content: center;

}
.footer__copyright {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 12px;
}
.footer__privacy{
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}

.nav__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1050px) {
  .footer__privacy{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
    margin: 20px auto 20px;
  }
}
@media screen and (max-width: 670px) {
  .nav__area {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav__body {
  padding-left: 30px;
  border-left: 1px solid #ffffff;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 670px) {
  .nav__body {
    padding-left: 15px;
    display: block;
  }
}
.nav__text {
  color: #ffffff;
}
@media screen and (max-width: 670px) {
  .nav__text {
    font-size: 14px;
  }
}
.nav__list--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.nav__list--row {
  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;
}
.nav__list--small {
  font-size: 14px;
  gap: 15px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .nav__list--small {
    gap: 1em;
  }
}
.nav__item{
  color: #ffffff;
}
.nav__link {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.nav__item-child .nav__link{
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 20px 10px;
}
.nav__item-child .nav__link:before {
  background-color: #fff;
  width: 10px;
  content:"";
  height: 1px;
  display: block;
}
@media screen and (max-width: 670px) {
  .nav__item,
  .nav__link {
    font-size: 14px;
  }
  .nav__item-child .nav__link{
    font-size: 12px;
  }
}
.nav__link--small {
  font-size: 14px;
}
@media screen and (max-width: 670px) {
  .nav__link--small {
    font-size: 12px;
  }
}
@media (hover) {
  .nav__link:hover {
    color: #3172d2;
  }
}

.side-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 0;
  gap: 80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 10000;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.side-nav--visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 1220px) {
  .side-nav {
    display: none;
  }
}

.sub-nav__area {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  background: #ffffff;
  width: 100vw;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  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;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sub-nav__area-active {
  height: 100vh;
  opacity: 1;
  visibility: visible;
  background: #f5f5f5;
}
.sub-nav__bg {
  top: 50%;
}
.sub-nav__inner {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  max-height: 100vh;
  overflow: auto;
}
.sub-nav__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sub-nav__body {
    -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: 30px;
  }
}
.sub-nav__left {
  width: calc(100% - 635px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .sub-nav__left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sub-nav__right {
  width: 530px;
  max-width: 100%;
  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;
}
@media screen and (max-width: 767px) {
  .sub-nav__right {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sub-nav__img {
    width: 100%;
    height: 150px;
  }
  .sub-nav__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sub-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.sub-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  width: 60%;
}
.sub-nav__list:nth-child(2){
  width: 35%;
}
@media screen and (max-width: 767px) {
  .sub-nav__list {
    gap: 25px;
  }
}
.sub-nav__item {
  text-align: left;
}
.sub-nav__item-parent{
  font-size: 18px;
  position: relative;
  padding-right: 20px;
}
.sub-nav__item-child{
  margin-top: 45px;
  position: relative;
  color:rgba(0,0,0,0.7);
}
.sub-nav__item-child:before{
  content:"";
  position: absolute;
  width: 1px;
  height: 100%;
  background:rgba(0,0,0,0.3);
  bottom:0;
  left: 0;
}
.sub-nav__item-child a{
  font-size: 18px;
  margin: 0 0 40px 20px;
  display: block;
}
.sub-nav__link {
  font-size: 18px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover) {
  .sub-nav__link:hover {
    color: #3172d2;
  }
}
@media screen and (max-width: 767px) {
  .sub-nav__list:first-child{
    min-width: 255px;
  }
  .sub-nav__list{
    min-width: 200px;
  }
  .sub-nav__link {
    font-size: 14px;
  }
  .sub-nav__item-child{
    margin-top: 20px;
  }
  .sub-nav__item-child a{
    font-size: 14px;
    margin: 0 0 20px 20px;
  }
}
.sub-nav__contact {
  width: 80%;
  margin: 20px auto;
}
.bg-wave__area--sub {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 13.3%;
  width: 100vw;
}
.bg-wave__area--sub--top {
  translate: 0 -5vw;
  opacity: 0.3;
}
.bg-wave__area--sub--mid {
  rotate: 4.589deg;
  translate: 0 -3.9vw;
  opacity: 0.3;
}
.bg-wave__area--sub--bot {
  translate: 0 -3.6vw;
  opacity: 0.3;
}
.wave__bg {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}

.link_btn{
  width: 220px;
  max-width: 100%;
  display: block;
  background: #fff;
  border: solid 1px #000;
  padding: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  transition: 0.2s;
}
.link_btn:hover{
  color:#3172d2;
}
.link_btn .link__txt span{
  font-size: 14px;
  display: inline-block;
}
.link_btn::after{
  position: absolute;
  pointer-events: none;
  top:calc(50% - 1px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top:solid 1px #282828;
  border-right:solid 1px #282828;
  transform:rotate(45deg) translate(0 , -50%);
  content:"";
  display: block;
}

.link_btn02{
  width: 220px;
  max-width: 100%;
  display: block;
  background: #343b45;
  padding: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  transition: 0.2s;
  color:#fff;
}
.link_btn02:hover{
  color:#3172d2;
}
.link_btn02 .link__txt span{
  font-size: 14px;
  display: inline-block;
}
.link_btn02::after{
  position: absolute;
  pointer-events: none;
  top:calc(50% - 1px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top:solid 1px #fff;
  border-right:solid 1px #fff;
  transform:rotate(45deg) translate(0 , -50%);
  content:"";
  display: block;
}