@charset "UTF-8";
/* Base */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

html {
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.875rem;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #3f4045;
}

body a {
  text-decoration: none;
}

body img {
  vertical-align: bottom;
}

body em {
  font-style: normal;
}

body li {
  list-style: none;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: normal;
}

.wrap {
  background: #fff;
  width: 100%;
  color: #000;
}

.wrap img {
  height: auto;
}

/* main visual */
.visual {
  margin: 0 auto;
  max-width: 1300px;
}
.visual .visual__inner {
  position: relative;
}

.header .header__inner {
  position: relative;
}
.header .header__inner .header__heading {
  width: 6.7%;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 100;
}
.header .header__inner .header__heading img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .header .header__inner .header__heading {
    width: 16%;
  }
}
.visual__heading {
  width: 52.8%;
  position: absolute;
  top: 10%;
  right: 3%;
}
.visual__heading img {
  width: 100%;
  height: auto;
}

.visual__merit {
  width: 76%;
  position: absolute;
  bottom: 15%;
  left: 3%;
}
.visual__merit img {
  width: 100%;
  height: auto;
}

.visual__button {
  width: 15%;
  position: absolute;
  bottom: 15%;
  right: 3%;
}
.visual__button img {
  width: 100%;
  height: auto;
}

.visual__image img {
  width: 100%;
  height: auto;
}

.visual__header_banner {
  position: absolute;
  top: 15px;
  right: 3%;
}

@media screen and (max-width: 768px) {
  .visual__heading {
    width: 50vw;
    top: 50vw;
    left: 3vw;
  }
  .visual__merit {
    width: 90vw;
    top: 100vw;
    left: 3vw;
  }
  .visual__button {
    width: 30vw;
    top: 70vw;
    right: 1vw;
  }
  .visual__image {
    width: 100%;
  }
  .visual__header_banner {
    position: absolute;
    top: 15px;
    left: 25%;
  }
  .visual__header_banner img {
    width: 40%;
  }
}
/* contents */
.contents {
  background: transparent;
  color: #262626;
}

.contents .emphasis {
  color: #e8586d;
}

/* achievement */
.achievement {
  background-color: transparent;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: transparent;
}

.achievement__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto 5rem;
}

.achievement__heading {
  margin: 0 auto;
  padding: 3.5rem 0 2.5rem;
  text-align: center;
}

.achievement__heading__main {
  padding: 2px 6px;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
  display: inline-block;
  letter-spacing: 0.25em;
}

.achievement__heading__sub {
  padding: 0 0 1rem;
}

.achievement__heading__sub img {
  width: 280px;
  height: 29px;
}

.achievement__heading__text {
  padding: 0.5rem 0 0;
  line-height: 1.7em;
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  .achievement__heading {
    margin: 0 auto 0;
  }
  .achievement__heading__main {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .achievement__heading__sub img {
    width: 174px;
    height: 18px;
  }
  .achievement__heading__text {
    line-height: 1.7em;
    font-size: 0.8rem;
  }
}
.achievement__text {
  padding: 3rem 0 0;
  line-height: 1.8em;
  font-size: 1rem;
  text-align: center;
}

.achievement__text br {
  display: none;
}

.achievement__text .small {
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  .achievement__text {
    padding: 0;
    line-height: 1.7em;
    font-size: 0.8rem;
    text-align: left;
    position: absolute;
    left: 55vw;
    bottom: 8vw;
  }
  .achievement__text br {
    display: block;
  }
}
.achievement__image {
  padding: 0 0 3rem;
  text-align: center;
}

.achievement__image img {
  width: 100%;
  height: auto;
}

.achievement__image img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .achievement__image {
    padding: 0 0 6vw;
  }
}
.achievement__list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.achievement__list::after {
  content: "";
  width: calc((100% - 10rem) / 3);
  display: block;
}

.achievement__list__item {
  width: calc((100% - 10rem) / 3);
  margin: 0 0 5rem;
}

.achievement__list__item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .achievement {
    position: relative;
    z-index: 1;
  }
  .achievement__list::after {
    display: none;
  }
  .achievement__list__item {
    width: calc((100% - 4vw) / 2);
    margin: 0 0 10vw;
  }
}
/* 取引実例 */
.achievement__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}

.achievement__box-item .heading {
  margin: 0 0 0.5rem;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid white;
  line-height: 1.8em;
  font-size: 1.11rem;
  font-weight: 700;
}

.achievement__box-item .list {
  line-height: 1.8em;
  font-size: 0.88rem;
}

@media screen and (max-width: 768px) {
  .achievement__box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8vw 5vw;
    margin-left: 20px;
  }
  .achievement__box-item .heading {
    margin: 0 0 0.5rem;
    padding: 0 0 0.5rem;
    font-size: 0.88rem;
  }
  .achievement__box-item .list {
    font-size: 0.7rem;
  }
}
.connection-desc,
.thanks-ttl,
.info-desc {
  text-align: center;
}

.btn,
.header-menu-list,
.header-menu__item,
.about-list-item-ttl,
.popup-01-content-desc-ttl,
.popup-02-content-list-txt,
.popup-03-content-point-desc-ttl__txt,
.popup-03-content-desc-txt,
.popup-03-content-desc-txt__strong,
.job-slide-item-desc-ttl,
.job-slide-item-desc-price,
.message-content-desc-ttl,
.flow-card-item-desc-ttl,
.flow-card-item-desc-ttl__small,
.interview-slide-item-desc-ttl,
.connection-ttl,
.connection-ttl__small,
.connection-accordion-ttl,
.connection-accordion-ttl-desc,
.connection-accordion-detail-desc-ttl,
.connection-desc-txt,
.connection-desc-txt__strong,
.faq-accordion-detail-desc-ttl,
.formTable th,
.formTable td,
.formTable td label,
.formTable .note,
.iconCheck span,
.iconRadio span,
.thanks-ttl,
.info-desc-ttl,
.info-desc-time {
  font-weight: bold;
}

.connection {
  background-color: #fbe5e3;
}

.connection__inner {
  max-width: 1000px;
}

.connection-ttl {
  font-size: 5.4166666667vw;
  margin: 0 auto 7.2916666667vw;
}

@media screen and (min-width: 681px) {
  .connection-ttl {
    font-size: 2.8vw;
    margin: 0 auto 5.2%;
  }
}
@media screen and (min-width: 1000px) {
  .connection-ttl {
    font-size: 28px;
  }
}
.connection-ttl__small {
  font-size: 0.7857142857em;
}

.connection-accordion-item {
  padding: 3% 2%;
}

@media screen and (min-width: 681px) {
  .connection-accordion-item {
    display: flex;
    justify-content: space-between;
    padding: 0 0 2%;
  }
}
.connection-accordion-item:not(:first-child) {
  border-top: 1px solid #cfcecd;
}

@media screen and (min-width: 681px) {
  .connection-accordion-item:not(:first-child) {
    border: none;
  }
}
.connection-accordion-ttl {
  font-size: 3.75vw;
  color: #ed5b70;
  padding: 0 1em 0.5em 0;
  position: relative;
}

@media screen and (min-width: 681px) {
  .connection-accordion-ttl {
    color: #383838;
    font-size: 1.7vw;
    max-width: 24%;
    flex-basis: 24%;
    padding: 0;
    line-height: 2.1333333333;
  }
}
@media screen and (min-width: 1000px) {
  .connection-accordion-ttl {
    font-size: 17px;
  }
}
.connection-accordion-ttl-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.3s linear;
}

.on .connection-accordion-ttl-icon {
  transform: rotate(-180deg) translateY(50%);
}

.connection-accordion-detail {
  font-size: 3.125vw;
  line-height: 1.7666666667;
  display: inline;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 681px) {
  .connection-accordion-detail {
    letter-spacing: 0;
    display: block;
    font-size: 1.2711864407vw;
    max-width: 74%;
    flex-basis: 74%;
    line-height: 2.1333333333;
  }
}
@media screen and (min-width: 1180px) {
  .connection-accordion-detail {
    font-size: 15px;
  }
}
.connection-accordion-detail-desc {
  display: inline;
}

@media screen and (min-width: 681px) {
  .connection-accordion-detail-desc {
    display: block;
  }
}
.connection-accordion-detail-desc-ttl {
  font-size: 3.75vw;
}

@media screen and (min-width: 681px) {
  .connection-accordion-detail-desc-ttl {
    font-size: 1.6vw;
    margin-bottom: 1.6em;
  }
}
@media screen and (min-width: 1000px) {
  .connection-accordion-detail-desc-ttl {
    font-size: 16px;
  }
}
.connection-desc {
  background-color: #fdefee;
  font-size: 3.75vw;
  line-height: 1.6666666667;
  padding: 1em 0;
}

@media screen and (min-width: 681px) {
  .connection-desc {
    font-size: 1.8vw;
    line-height: 1.7777777778;
    padding: 1.4em 0;
  }
}
@media screen and (min-width: 1000px) {
  .connection-desc {
    font-size: 18px;
  }
}
.connection-desc-txt__strong {
  color: #ed5b70;
}

.footer-menu {
  padding-top: 50px;
  background: #3b3b3b;
  color: #fff;
  text-align: center;
  line-height: 240%;
}

.copyright {
  padding-bottom: 50px;
}

@media screen and (min-width: 681px) {
  .footer-menu {
    font-size: 15px;
    line-height: 252%;
    font-weight: 400;
  }
}
.footer-menu a {
  text-decoration: none;
  transition: all 0.2s linear;
  color: inherit;
}

@media screen and (min-width: 681px) {
  a:hover,
  button:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 681px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 680px) {
  .pc {
    display: none !important;
  }
}
/* strength */
.strength__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
}

.strength__heading {
  margin: 0 auto;
  padding: 3.5rem 0 2.5rem;
  text-align: center;
}

.strength__heading__main {
  padding: 2px 6px;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
  display: inline-block;
  letter-spacing: 0.25em;
}

.strength__heading__sub {
  padding: 0 0 1rem;
}

.strength__heading__sub img {
  width: 199px;
  height: 39px;
}

.strength__heading__text {
  padding: 0.5rem 0 0;
  line-height: 1.7em;
}

@media screen and (max-width: 768px) {
  .strength__heading {
    margin: 0 auto 0;
  }
  .strength__heading__main {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .strength__heading__sub img {
    width: 138px;
    height: 27px;
  }
  .strength__heading__text {
    line-height: 1.7em;
    font-size: 0.8rem;
  }
}
.strength__box-wrap {
  display: flex;
}

.strength__box {
  width: 33.3333333333%;
  margin: 0 2rem 0 0;
}
.strength__box .strength__box_sub_title_line {
  padding: 0.3rem 0;
  background-image: linear-gradient(#5fc6b4, #438bc8);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom;
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  display: inline-block;
}
.strength__box .strength__box_text {
  padding-top: 10px;
  line-height: 1.7em;
  font-size: 1rem;
}
.strength__box .strength__box_text span {
  color: #73a8cc;
  font-weight: bold;
}

.strength__box:last-child {
  margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
  .strength__box-wrap {
    display: block;
  }
  .strength__box {
    margin-bottom: 2rem;
    width: auto;
  }
  .strength__box .strength__box_sub_title_line {
    font-size: 1.4rem;
  }
  .strength__box .strength__box_text {
    font-size: 1rem;
  }
}
/* contact banner*/
.contact_banner__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.contact_banner img {
  width: 100%;
  height: auto;
}

.contact_banner img {
  max-width: 100%;
}

/* characteristic */
.characteristic__inner {
  margin: 0 auto;
  padding: 2rem 0;
}

.characteristic__heading {
  margin: 0 auto;
  padding: 1.5rem 0 0rem;
  max-width: 1000px;
  text-align: center;
}

.characteristic__heading__main {
  margin: 0 auto 2rem;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.25em;
  text-align: center;
}
.characteristic__heading__main span {
  background: linear-gradient(45deg, #438bc8, #5fc6b4);
  color: #fff;
  font-weight: bold;
  padding: 0.6rem;
}

.characteristic__heading__sub {
  padding: 0 0 1.5rem;
}

.characteristic__heading__sub img {
  width: 373px;
  height: 33px;
}

.characteristic__heading__text {
  padding: 0.5rem 0 0;
  line-height: 1.7em;
}

@media screen and (max-width: 768px) {
  .characteristic__heading {
    width: 90vw;
    margin: 0 auto 0;
  }
  .characteristic__heading__main {
    padding: 2px 6px;
    line-height: 1.7em;
    font-size: 1rem;
  }
  .characteristic__heading__sub img {
    width: 203px;
    height: 18px;
  }
  .characteristic__heading__text {
    line-height: 1.7em;
    font-size: 0.8rem;
  }
}
.characteristic__inner {
  padding-top: 5rem;
  background-color: transparent;
  background-image: url("../images/characteristic_company_feature_bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.characteristic__resource_attr {
  max-width: 1000px;
  margin: 0 auto;
}
.characteristic__resource_attr .characteristic__box-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.characteristic__resource_attr .characteristic__box-wrap .characteristic__box {
  width: 50%;
  margin: 0 2rem 0 0;
}

.characteristic__company_feature {
  max-width: 1000px;
  margin: 0 auto;
}
.characteristic__company_feature .characteristic__box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.characteristic__company_feature .characteristic__box-wrap .characteristic__box {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .characteristic__inner {
    background-image: url("../images/characteristic_company_feature_bg-sp.png");
  }
  .characteristic__resource_attr {
    width: 90vw;
    margin: 0 auto 0;
  }
  .characteristic__resource_attr .characteristic__box-wrap {
    flex-flow: column;
    flex-direction: column-reverse;
  }
  .characteristic__resource_attr .characteristic__box-wrap .characteristic__box {
    margin: 0 0 2rem 0;
    width: auto;
  }
  .characteristic__resource_attr .characteristic__box-wrap .characteristic__box img {
    width: 80vw;
  }
  .characteristic__company_feature {
    width: 90vw;
    margin: 0 auto 0;
  }
  .characteristic__company_feature .characteristic__box-wrap .characteristic__box {
    margin-bottom: 20px;
    width: 50%;
  }
  .characteristic__company_feature .characteristic__box-wrap .characteristic__box img {
    width: 50vw;
  }
}
/* voice */
.voice__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}

.voice__heading {
  margin: 0 auto;
  padding: 3.5rem 0 2.5rem;
  text-align: center;
}

.voice__heading__main {
  padding: 2px 6px;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
  display: inline-block;
  letter-spacing: 0.25em;
}

.voice__heading__sub {
  padding: 0 0 1rem;
}

.voice__heading__sub img {
  width: 98px;
  height: 29px;
}

.voice__heading__text {
  padding: 0.5rem 0 0;
  line-height: 1.7em;
}

@media screen and (max-width: 768px) {
  .voice__heading {
    margin: 0 auto 0;
  }
  .voice__heading__main {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .voice__heading__text {
    line-height: 1.7em;
    font-size: 0.8rem;
  }
}
.voice__text {
  line-height: 1.7em;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.voice__text .small {
  font-size: 0.88rem;
}

@media screen and (max-width: 768px) {
  .voice__text {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .voice__text .small {
    font-size: 0.8rem;
  }
  .voice__text br {
    display: none;
  }
}
.voice__image {
  padding: 0 0 3rem;
  text-align: center;
}

.voice__image img {
  width: 100%;
  height: auto;
}

.voice__image img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .voice__image {
    padding: 0 0 6vw;
  }
}
.voice__box {
  background: white;
  width: calc(100% - 1.5rem);
  min-height: 41%;
  margin: 1.5rem 0 4rem auto;
  position: relative;
  display: flex;
}

.voice__box .image {
  width: 43.9%;
  position: relative;
  top: -1.5rem;
}

.voice__box .image img {
  width: 100%;
  height: auto;
}

.voice__box .inner {
  width: 56.1%;
  padding: 0 0 0 1.5rem;
}

.voice__box .name {
  line-height: 1.4rem;
  font-size: 1.22rem;
  font-weight: 700;
}

.voice__box .name .small {
  font-size: 0.77rem;
  font-weight: 500;
}

.voice__box .list {
  padding: 1rem 0;
  line-height: 1.7em;
  font-size: 0.88rem;
}

.voice__box .heading {
  background-image: linear-gradient(to top, transparent 3px, #fff 3px), linear-gradient(to right, #158dcd 0, #1dcbb5 50%, #fff 50%);
  padding: 0 0.2rem 0.2rem;
  color: #158dcd;
}

.voice__box .text {
  padding: 0.2rem 0.2rem 0.5rem;
}

@media screen and (max-width: 768px) {
  .voice__inner {
    padding: 10vw 0;
  }
  .voice__box {
    width: 100%;
    min-height: 0;
    margin: 4vw 0 10vw auto;
    flex-flow: column;
  }
  .voice__box-wrap {
    margin: 0 0 -10vw;
  }
  .voice__box .image {
    width: 100%;
    top: -4vw;
  }
  .voice__box .inner {
    width: 100%;
    padding: 0 4vw;
  }
  .voice__box .name {
    line-height: 1.4rem;
    font-size: 1.2rem;
  }
  .voice__box .name .small {
    font-size: 0.8rem;
  }
  .voice__box .list {
    padding: 2vw 0;
    font-size: 1rem;
  }
  .voice__box .heading {
    padding: 0 0.2rem 0.2rem;
  }
  .voice__box .text {
    padding: 0.2rem 0.2rem 0.5rem;
  }
}
/* worry */
.worry {
  background-color: transparent;
  background-image: url("../images/worry_background.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .worry {
    background-image: url("../images/worry_background-sp.png");
  }
}
.worry__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5rem 0;
}

.worry__heading__main {
  margin-bottom: 10px;
  padding: 2px 6px;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
  display: inline-block;
  letter-spacing: 0.25em;
}

.worry__box-wrap .image {
  text-align: center;
}
.worry__box-wrap .image img {
  width: 100%;
  height: auto;
}

.worry__footer-text span {
  padding: 0.8rem 0;
  background-image: linear-gradient(#5fc6b4, #438bc8);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom;
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .worry__heading__main {
    font-size: 1rem;
  }
  .worry__footer-text span {
    font-size: 1rem;
    line-height: 2.4;
  }
}
/* reason */
.reason__heading {
  margin: 0 auto;
  padding: 3.5rem 0 2.5rem;
  width: 90vw;
  max-width: 1000px;
  text-align: center;
}

.reason__heading__main {
  padding: 2px 6px;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
  display: inline-block;
  letter-spacing: 0.25em;
}

.reason__heading__sub {
  padding: 0 0 1rem;
}

.reason__heading__sub img {
  width: 153px;
  height: 29px;
}

@media screen and (max-width: 768px) {
  .reason__heading {
    margin: 0 auto 0;
  }
  .reason__heading__main {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .reason__heading__sub img {
    width: 100px;
    height: 19px;
  }
  .reason__heading__text {
    line-height: 1.7em;
    font-size: 0.8rem;
  }
}
.reason__box .inner {
  width: 50%;
}

.reason__text {
  line-height: 1.7em;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.reason__text .small {
  font-size: 0.88rem;
}

@media screen and (max-width: 768px) {
  .reason__text {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .reason__text .small {
    font-size: 0.8rem;
  }
  .reason__text br {
    display: none;
  }
}
.reason__image {
  padding: 0 0 3rem;
  text-align: center;
}

.reason__image img {
  width: 100%;
  height: auto;
}

.reason__image img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .reason__image {
    padding: 0 0 6vw;
  }
}
.reason__box {
  padding: 1rem 0;
  display: flex;
  flex-flow: row;
}

.reason__box-wrap {
  margin: 0 auto;
  max-width: 1000px;
}

.reason__box .number {
  width: 100%;
  padding: 0 1.5rem 0.2rem;
}

.reason__box .number img {
  width: 100%;
  height: auto;
}

.reason__box .text {
  padding: 1rem 1.5rem;
  line-height: 1.7em;
  font-size: 1.2rem;
}
.reason__box .text span {
  color: #e7586c;
  font-weight: bold;
}

.reason__box .image {
  width: 50%;
  padding: 0 0 0 1rem;
  position: relative;
}

.reason__box .image img {
  width: 100%;
  height: auto;
}

.reason__box .image img {
  position: relative;
  z-index: 1;
}

.reason__box02,
.reason__box04,
.reason__box06,
.reason__box08 {
  flex-flow: row-reverse;
}

.reason__box02 .image,
.reason__box04 .image,
.reason__box06 .image,
.reason__box08 .image {
  padding: 1.5rem;
}

.reason__box02 .image::after,
.reason__box04 .image::after,
.reason__box06 .image::after,
.reason__box08 .image::after {
  right: auto;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .reason__inner {
    padding: 10vw 0;
  }
  .reason__box {
    flex-flow: column;
  }
  .reason__box-wrap {
    margin: 0 0 -8vw;
  }
  .reason__box .inner {
    background-position: 0 0;
    background-size: auto 4rem;
    width: 100%;
  }
  .reason__box .number {
    width: 100%;
    padding: 0 4vw 2vw;
  }
  .reason__box .heading {
    width: 100%;
    padding: 0 4vw;
    font-size: 1.33rem;
  }
  .reason__box .text {
    padding: 4vw;
    line-height: 1.7em;
    font-size: 1rem;
  }
  .reason__box .image {
    width: 100%;
    padding: 6vw;
  }
  .reason__box .image::after {
    width: calc(100% - 4vw);
  }
}
.reason__box_bg {
  background-color: transparent;
  background-image: url("../images/reason_bg.png");
  background-position: top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .reason__box_bg {
    background-image: url("../images/reason_bg.png");
  }
}
/**
reason old
*/
/* flow */
.flow__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5rem 0;
}

.flow__heading {
  margin: 0 auto 2rem;
  text-align: center;
}

.flow__heading__main {
  padding: 2px 6px;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
  display: inline-block;
  letter-spacing: 0.25em;
}

.flow__heading__sub {
  padding: 0 0 1rem;
}

.flow__heading__sub img {
  width: 100%;
  height: auto;
}

.flow__heading__sub img {
  width: 96px;
  height: 29px;
}

.flow__heading__text {
  padding: 0.5rem 0 0;
  line-height: 1.7em;
}

@media screen and (max-width: 768px) {
  .flow__heading__main {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .flow__heading__text {
    line-height: 1.7em;
    font-size: 0.8rem;
  }
}
.flow__catch {
  text-align: center;
  padding: 0 0 1.5rem;
}

.flow__text {
  line-height: 1.7em;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.flow__text .small {
  font-size: 0.88rem;
}

@media screen and (max-width: 768px) {
  .flow__text {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .flow__text .small {
    font-size: 0.8rem;
  }
  .flow__text br {
    display: none;
  }
}
.flow__image {
  padding: 0 0 3rem;
  text-align: center;
}

.flow__image img {
  width: 100%;
  height: auto;
}

.flow__image img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .flow__image {
    padding: 0 0 6vw;
  }
}
.flow__list {
  padding: 3rem 0 0;
  display: flex;
  justify-content: space-between;
}

.flow__list__item {
  width: calc((100% - 4rem) / 5);
}

.flow__list__item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .flow__inner {
    padding: 10vw 0;
  }
  .flow__catch {
    width: 40vw;
    margin: 0 auto;
    padding: 0 0 4vw;
  }
  .flow__catch img {
    width: 100%;
    height: auto;
  }
  .flow__text .small {
    display: block;
  }
  .flow__list {
    padding: 4vw 0 0;
    flex-flow: wrap;
    justify-content: center;
  }
  .flow__list__item {
    width: calc((100% - 8vw) / 3);
    margin: 0 0 4vw;
  }
  .flow__list__item02 {
    margin: 0 auto 4vw;
  }
  .flow__list__item04 {
    margin: 0 4vw 0 auto;
  }
  .flow__list__item05 {
    margin: 0 auto 0 0;
  }
}
/* contact */
.contact {
  padding: 0 0 5rem;
}

.contact__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.contact__heading {
  background: linear-gradient(to right, #158dcd, #1dcbb5);
  padding: 0.7rem;
  line-height: 1.7em;
  color: white;
  font-size: 1.55rem;
  font-weight: 700;
  text-align: center;
}

.contact__call {
  padding: 3rem 0 0;
}

.contact__call a {
  transition: all 0.2s ease-in-out;
}

.contact__call a img {
  width: 100%;
  height: auto;
}

.contact__call a:hover {
  opacity: 0.7;
}

.contact__call a img {
  max-width: 658px;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 0 0 10vw;
  }
  .contact__heading {
    padding: 2vw;
    line-height: 1.7em;
    font-size: 1.5rem;
  }
  .contact__call {
    padding: 5vw 0 0;
  }
  .contact__call a:hover {
    opacity: 1;
  }
  .contact__call a img {
    max-width: none;
  }
}
.form {
  background: white;
  margin: 0 auto;
  padding: 3rem;
  border: 1px solid #b4b4b4;
}

.form__list {
  width: 100%;
  max-width: 658px;
  margin: 0 auto;
}

.form__list__item {
  padding: 0 0 1.5rem;
  display: flex;
  align-items: center;
  align-content: center;
}

.form__list .heading {
  width: 24%;
  line-height: 1.4rem;
  font-weight: 700;
  text-align: left;
}

.form__list .small {
  font-size: 0.66rem;
}

.form__list .text {
  width: 76%;
  text-align: left;
}

.form__button-submit {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem 0 0;
}

.form__button-submit button,
.form__button-submit button[type=submit] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 10rem;
  line-height: 1.7em;
  color: white;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(to right, #ef858c, #fc997e);
  font-size: 1.3rem;
}

.form__button-submit button::after,
.form__button-submit button[type=submit]::after {
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url("../images/arrow.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc((100% - 30px) / 2);
  right: 1.5rem;
}

.form__button-submit button:hover,
.form__button-submit button[type=submit]:hover {
  opacity: 0.7;
}

.form__button-submit button:hover::after,
.form__button-submit button[type=submit]:hover::after {
  right: 1.3rem;
}

@media screen and (max-width: 768px) {
  .form__button-submit button,
  .form__button-submit button[type=submit] {
    padding: 2vw;
  }
  .form__button-submit button::after,
  .form__button-submit button[type=submit]::after {
    background-position: right center;
    width: 1rem;
    height: 1.5rem;
    top: calc((100% - 1.5rem) / 2);
    right: 1rem;
  }
  .form__button-submit button:hover,
  .form__button-submit button[type=submit]:hover {
    opacity: 1;
  }
  .form__button-submit button:hover::after,
  .form__button-submit button[type=submit]:hover::after {
    right: 1rem;
  }
}
.form__button-return {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem 0 0;
}

.form__button-return button,
.form__button-return button[type=button] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 10rem;
  line-height: 1.7em;
  color: white;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(to right, #262626, #3f4045);
  font-size: 1.3rem;
}

.form__button-return button::after,
.form__button-return button[type=button]::after {
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url("../images/arrow.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc((100% - 30px) / 2);
  right: 1.5rem;
}

.form__button-return button:hover,
.form__button-return button[type=button]:hover {
  opacity: 0.7;
}

.form__button-return button:hover::after,
.form__button-return button[type=button]:hover::after {
  right: 1.3rem;
}

@media screen and (max-width: 768px) {
  .form__button-return button,
  .form__button-return button[type=button] {
    padding: 2vw;
  }
  .form__button-return button::after,
  .form__button-return button[type=button]::after {
    background-position: right center;
    width: 1rem;
    height: 1.5rem;
    top: calc((100% - 1.5rem) / 2);
    right: 1rem;
  }
  .form__button-return button:hover,
  .form__button-return button[type=button]:hover {
    opacity: 1;
  }
  .form__button-return button:hover::after,
  .form__button-return button[type=button]:hover::after {
    right: 1rem;
  }
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=number],
.form select,
.form textarea {
  background: #ebebeb;
  width: 100%;
  padding: 0 0.5rem;
  border: 1px solid #b4b4b4;
  line-height: 1.7em;
  font-size: 1rem;
}

.form select,
.form textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.form select {
  padding: 0.3rem 0.5rem;
}

.form textarea {
  min-height: 5em;
}

.form a {
  color: #158dcd;
  text-decoration: underline;
}

.form a:hover {
  color: #179de4;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=number],
  .form select,
  .form textarea {
    padding: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .form {
    padding: 4vw;
    border: 1px solid #b4b4b4;
  }
  .form__list {
    max-width: none;
  }
  .form__list__item {
    padding: 0 0 3vw;
    flex-flow: column;
  }
  .form__list .heading {
    width: 100%;
    line-height: 1.7em;
  }
  .form__list .heading br {
    display: none;
  }
  .form__list .small {
    margin-left: 0.5rem;
    font-size: 0.8rem;
  }
  .form__list .text {
    width: 100%;
    line-height: 1.7em;
  }
  .form__button-submit {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 2vw 0 0;
  }
  .form__button-submit button,
  .form__button-submit button[type=submit] {
    font-size: 1.3rem;
  }
  .form__button-return {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 2vw 0 0;
  }
  .form__button-return button,
  .form__button-return button[type=button] {
    font-size: 1.3rem;
  }
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=number],
  .form select,
  .form textarea {
    padding: 0 1vw;
    line-height: 1.7em;
    font-size: 1rem;
  }
  .form select {
    padding: 1vw;
  }
  .form textarea {
    min-height: 5em;
  }
  .form a:hover {
    color: #158dcd;
  }
}
.footer {
  background: #3f4045;
  color: #fff;
}

.company {
  background-image: url("../images/company.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .company {
    background-image: url("../images/company@2x.jpg");
  }
}
.company__heading {
  background-image: url("../images/heading.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 2rem;
  padding: 2.5rem 0;
  text-align: center;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .company__heading {
    background-image: url("../images/heading@2x.png");
  }
}
.company__heading__main {
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  color: #3f4045;
  font-size: 2.22rem;
}

.company__heading__sub {
  padding: 0 0 0.5rem;
}

.company__heading__sub img {
  width: 100%;
  height: auto;
}

.company__heading__sub img {
  max-width: 750px;
}

.company__heading__text {
  padding: 0.5rem 0 0;
  line-height: 1.7em;
}

@media screen and (max-width: 768px) {
  .company__heading {
    margin: 0 auto 4vw;
    padding: 5vw 0;
  }
  .company__heading__main {
    line-height: 1.7em;
    font-size: 1.66rem;
  }
  .company__heading__sub {
    padding: 0 0 2vw;
  }
  .company__heading__text {
    padding: 0 0 2vw;
    line-height: 1.7em;
    font-size: 0.8rem;
  }
}
.company__list {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem 4rem;
  line-height: 1.7em;
  color: #262626;
  font-size: 0.88rem;
}

.company__list__item {
  padding: 1rem 0;
  border-top: 1px solid #b4b4b4;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.company__list__item01 {
  border: none;
}

.company__list .heading {
  width: 15%;
  font-weight: 900;
  text-align: right;
}

.company__list .text {
  width: calc(85% - 4rem);
}

@media screen and (max-width: 768px) {
  .company {
    padding: 10vw 0;
  }
  .company__list {
    padding: 2vw 4vw;
    line-height: 1.7em;
    font-size: 0.8rem;
  }
  .company__list__item {
    padding: 2vw 0;
    border-top: 1px solid #b4b4b4;
    flex-flow: column;
  }
  .company__list__item01 {
    border: none;
  }
  .company__list .heading {
    width: 100%;
    padding: 0 0 1vw;
    text-align: left;
  }
  .company__list .text {
    width: 100%;
  }
}
.copyright {
  background: #3b3b3b;
  color: #fff;
}

.copyright__text {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copyright__text {
    padding: 4vw 0;
    font-size: 0.8rem;
  }
}
.floating {
  background: #3f4045;
  width: 100%;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
}

.floating__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.floating__contact {
  width: 100%;
  margin: 0 2rem 0 0;
}

.floating__contact a {
  transition: all 0.2s ease-in-out;
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 10rem;
  line-height: 1.7em;
  color: white;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(to right, #ef858c, #fc997e);
  padding: 1rem;
  font-size: 1.3rem;
}

.floating__contact a::after {
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url("../images/arrow.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc((100% - 30px) / 2);
  right: 1.5rem;
}

.floating__contact a:hover {
  opacity: 0.7;
}

.floating__contact a:hover::after {
  right: 1.3rem;
}

@media screen and (max-width: 768px) {
  .floating__contact a {
    padding: 2vw;
  }
  .floating__contact a::after {
    background-position: right center;
    width: 1rem;
    height: 1.5rem;
    top: calc((100% - 1.5rem) / 2);
    right: 1rem;
  }
  .floating__contact a:hover {
    opacity: 1;
  }
  .floating__contact a:hover::after {
    right: 1rem;
  }
}
.floating__call {
  width: 100%;
  max-width: 392px;
}

.floating__call img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .floating__inner {
    padding: 4vw 0;
    justify-content: space-between;
  }
  .floating__contact {
    width: 50vw;
    margin: 0;
  }
  .floating__contact a {
    padding: 2vw 1rem 2vw 0;
    font-size: 3.6vw;
  }
  .floating__contact a::after {
    background-position: right center;
    height: 1rem;
    top: calc((100% - 1rem) / 2);
    right: 4vw;
  }
  .floating__contact a:hover::after {
    right: 4vw;
  }
  .floating__call {
    width: 36vw;
    max-width: 334px;
  }
}
/* navigation */
.navigation {
  display: none;
}

.navigation::after {
  transition: all 0.2s ease-in-out;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.navigation__button {
  display: block;
  position: fixed;
  top: 1.6vw;
  right: 3vw;
  z-index: 1100;
}

.navigation__button button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  width: 3vw;
  height: 3vw;
  position: relative;
  cursor: pointer;
}

.navigation__button button span,
.navigation__button button::before,
.navigation__button button::after {
  background-color: #fff;
  width: 100%;
  height: 4px;
  margin: auto;
  border-radius: 10rem;
  color: white;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
}

.navigation__button button span {
  font-size: 1px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  animation: navToggleCenter_reverse 0.1s;
}

.navigation__button button::before {
  content: "";
  top: 10%;
  animation: navToggleTop_reverse 0.1s;
}

.navigation__button button::after {
  content: "";
  top: calc(90% - 4px);
  animation: navToggleBottom_reverse 0.1s;
}

.navigation__button button.open span {
  opacity: 0;
  animation: navToggleCenter 0.2s;
}

.navigation__button button.open::before {
  top: calc(50% - 2px);
  transform: rotate(45deg) scale(1.2);
  animation: navToggleTop 0.2s;
}

.navigation__button button.open::after {
  top: calc(50% - 2px);
  transform: rotate(-45deg) scale(1.2);
  animation: navToggleBottom 0.2s;
}

.navigation__inner {
  transition: all 0.2s ease-in-out;
  background-color: #303030;
  height: 100vh;
  padding: 5vw;
  color: white;
  text-align: center;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  overflow-y: scroll;
}

.navigation__list {
  margin: 0 auto;
}

.navigation__list-item a {
  width: 100%;
  padding: 0.7vw 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

.navigation__list-item a .eng {
  padding: 0 0.8em 0 0;
  font-size: 2vw;
  font-weight: 700;
  font-family: "Montserrat";
}

.navigation__list-item a .jpn {
  font-size: 1.3vw;
  font-weight: 500;
}

.navigation__contact {
  width: 40vw;
  margin: 0 auto;
  padding: 2vw 0;
}

.navigation__link-item a {
  width: 100%;
  padding: 1vw 0;
  font-size: 1.2vw;
  font-weight: 500;
  text-align: center;
  display: block;
  color: #fff;
}

.navigation.active::after {
  z-index: 999;
  opacity: 1;
}

.navigation.active .navigation__inner {
  opacity: 1;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .navigation {
    display: block;
  }
  .navigation::after {
    display: none;
  }
  .navigation__button {
    top: 3vw;
    right: 3vw;
  }
  .navigation__button button {
    width: 8vw;
    height: 8vw;
  }
  .navigation__inner {
    width: 100%;
    padding: 10vw 10vw 0;
  }
  .navigation__list-item a {
    padding: 2vw 0;
  }
  .navigation__list-item a .eng {
    font-size: 3vw;
  }
  .navigation__list-item a .jpn {
    font-size: 3.5vw;
  }
  .navigation__contact {
    width: 100%;
    padding: 10vw 0;
  }
  .navigation__link-item a {
    padding: 3vw 0;
    font-size: 3vw;
  }
}
.menu__contact {
  width: 100%;
  margin: 0 2rem 0 0;
}

.menu__contact a {
  transition: all 0.2s ease-in-out;
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 10rem;
  line-height: 1.7em;
  color: white;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(to right, #ef858c, #fc997e);
  padding: 1rem;
  font-size: 1.3rem;
}

.menu__contact a::after {
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url("../images/arrow.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc((100% - 30px) / 2);
  right: 1.5rem;
}

.menu__contact a:hover {
  opacity: 0.7;
}

.menu__contact a:hover::after {
  right: 1.3rem;
}

@media screen and (max-width: 768px) {
  .menu__contact a {
    padding: 2vw;
  }
  .menu__contact a::after {
    background-position: right center;
    width: 1rem;
    height: 1.5rem;
    top: calc((100% - 1.5rem) / 2);
    right: 1rem;
  }
  .menu__contact a:hover {
    opacity: 1;
  }
  .menu__contact a:hover::after {
    right: 1rem;
  }
}/*# sourceMappingURL=custom.css.map */