@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Oswald&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body {
  overflow-x: hidden;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/*
    このファイルにはサイトで共通する変数を設定
*/
/*
    このファイルはstyle.scssに読み込むのではなく、
    @use "../setting/global" as *;
    のような形で各ファイルに読み込ませる。
*/
:root {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  :root {
    scroll-behavior: auto;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #122484;
  font-weight: 500;
}

#site-header {
  z-index: 999;
  position: fixed;
  top: 50px;
  right: 60px;
}
@media screen and (max-width: 768px) {
  #site-header {
    position: relative;
    top: 0px;
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .site-header-nav {
    display: block;
    height: 100%;
    width: 100vw;
    position: fixed;
    background-color: white;
    padding-top: 140px;
    padding-left: 30%;
    transform: translateY(-100%);
    transition: 0.3s;
    transition-delay: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .site-header-nav.nav-open {
    transform: translateY(0%);
  }
}
.site-header-item {
  color: black;
  font-size: 16px;
  margin-bottom: 14px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .site-header-item {
    margin-bottom: 35px;
  }
}
.site-header-item a {
  color: black;
  transition: 0.5s;
  position: relative;
}
.site-header-item a::before {
  transition: 0.5s;
}
.site-header-item a:hover {
  color: #152FBB;
}
.site-header-item a:hover::before {
  content: " - ";
  color: #152FBB;
  position: absolute;
  left: -10px;
}
.site-header-item:hover {
  transform: translateX(5px);
}
.site-header-button {
  display: none;
  width: 32px;
  height: 23px;
  position: relative;
  z-index: 999;
  top: 45px;
  right: 28px;
}
@media screen and (max-width: 768px) {
  .site-header-button {
    display: block;
    position: fixed;
  }
}
.site-header-button span {
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  left: 0;
}
.site-header-button span:nth-child(1) {
  top: 0;
  transition-delay: 0.1s;
}
.site-header-button span:nth-child(2) {
  opacity: 1;
  transition-delay: 0.1s;
}
.site-header-button span:nth-child(3) {
  bottom: 0;
  transition-delay: 0.1s;
}
.site-header-button.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(-45deg);
  top: 25%;
}
.site-header-button.is-active span:nth-child(2) {
  opacity: 0;
}
.site-header-button.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(45deg);
  bottom: 25%;
}

.site-footer-container {
  padding-left: 10%;
  padding-right: 14%;
  padding-top: 74px;
  padding-bottom: 74px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .site-footer-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1500px) {
  .site-footer-container {
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .site-footer-container {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .site-footer-left {
    margin-bottom: 28px;
  }
}
.site-footer-left h1 {
  font-size: 24px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .site-footer-left h1 {
    font-size: 18px;
  }
}
.site-footer-contact p {
  color: black;
  font-size: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .site-footer-contact p {
    font-size: 14px;
  }
}
.site-footer-logo {
  display: block;
  width: 160px;
  height: auto;
  transition: 0.3s;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .site-footer-logo {
    width: 140px;
  }
}
.site-footer-logo:hover {
  opacity: 0.7;
}
.site-footer-logo img {
  width: 100%;
}
.site-footer-logo.freeza {
  padding-left: 10px;
}
.site-footer-copyright {
  background-color: #001480;
  color: white;
  text-align: center;
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  .site-footer-copyright {
    padding: 22px 0px;
  }
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 1200px) {
  .none-pc {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .none-tab {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .none-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .none-sp-min {
    display: none;
  }
}

.hero-wrapper {
  display: flex;
  background-image: url(../img/hero-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
}
.hero-wrapper::after {
  content: "";
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.9;
}
.hero-pattern {
  width: 12%;
  background-image: url(../img/hero-pattern.png);
  background-size: cover;
  z-index: 100;
  mix-blend-mode: multiply;
}
.hero-container {
  z-index: 100;
  margin-left: 110px;
  padding: 10vh 0%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .hero-container {
    margin-left: 60px;
    padding: 7vh 0%;
  }
}
@media screen and (max-width: 480px) {
  .hero-container {
    margin-left: 20px;
  }
}
.hero-container h1 {
  font-size: 24px;
  margin-bottom: 11vh;
}
@media screen and (max-width: 768px) {
  .hero-container h1 {
    font-size: 18px;
    margin-bottom: 10vh;
  }
}
@media screen and (max-width: 480px) {
  .hero-container h1 {
    font-size: 16px;
    margin-bottom: 8vh;
  }
}
.hero-container h2 {
  font-size: 32px;
  background: linear-gradient(270deg, #122484, #112695 50%, #0D2AC9 65%, #0B185E);
  background: -webkit-linear-gradient(180deg, #122484, #112695 50%, #0D2AC9 65%, #0B185E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8vh;
}
@media screen and (max-width: 768px) {
  .hero-container h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .hero-container h2 {
    font-size: 20px;
    margin-bottom: 6vh;
  }
}
.hero-container p {
  color: black;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .hero-container p {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .hero-container p {
    padding: 10px;
  }
}
.hero-worriess-list {
  width: 60vw;
  display: flex;
  flex-wrap: wrap;
  line-height: 36px;
  margin-bottom: 6vh;
}
@media screen and (max-width: 768px) {
  .hero-worriess-list {
    line-height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .hero-worriess-list {
    width: 80vw;
    margin-bottom: 3vh;
  }
}
.hero-worriess-item {
  font-size: 14px;
  list-style: inside;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .hero-worriess-item {
    font-size: 12px;
  }
}
.hero-worriess-item span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .hero-worriess-item span {
    font-size: 18px;
  }
}

.philosophy-container {
  padding-left: 10%;
  padding-right: 14%;
  padding-top: 170px;
  margin-bottom: -200px;
}
@media screen and (max-width: 768px) {
  .philosophy-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1500px) {
  .philosophy-container {
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-container {
    padding-top: 120px;
  }
}
.philosophy-heading span {
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  text-align: left;
  display: block;
}
@media screen and (max-width: 768px) {
  .philosophy-heading span {
    font-size: 54px;
  }
}
.philosophy-heading h2 {
  font-size: 24px;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .philosophy-heading h2 {
    font-size: 20px;
  }
}
.philosophy-list {
  position: relative;
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .philosophy-list {
    margin-top: 20px;
  }
}
.philosophy-item {
  width: 496px;
  height: 496px;
  border-radius: 50%;
  padding: 120px 58px;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2);
  counter-increment: item-counter;
}
.philosophy-item:nth-child(1) {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .philosophy-item:nth-child(1) {
    position: inherit;
    margin: 0 auto;
  }
}
.philosophy-item:nth-child(2) {
  position: absolute;
  top: 340px;
}
@media screen and (max-width: 1200px) {
  .philosophy-item:nth-child(2) {
    top: 420px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-item:nth-child(2) {
    position: inherit;
    top: 0px;
    margin: 0 auto;
  }
}
.philosophy-item:nth-child(3) {
  position: absolute;
  right: 0;
  top: 660px;
}
@media screen and (max-width: 1200px) {
  .philosophy-item:nth-child(3) {
    top: 830px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-item:nth-child(3) {
    position: inherit;
    top: 0px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-item {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 480px) {
  .philosophy-item {
    width: 350px;
    height: 350px;
    padding: 70px 30px;
  }
}
.philosophy-item h3 {
  font-size: 24px;
  margin-bottom: 48px;
  font-weight: bold;
  position: relative;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .philosophy-item h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .philosophy-item h3 {
    margin-left: 70px;
  }
}
.philosophy-item h3::before {
  content: counter(item-counter, decimal-leading-zero);
  position: absolute;
  left: -100px;
  top: -18px;
  font-size: 70px;
  font-family: "Oswald", sans-serif;
  background: linear-gradient(90deg, #001480, #0D27B8 60%, #1031E8);
  background: -webkit-linear-gradient(0deg, #001480, #0D27B8 60%, #1031E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .philosophy-item h3::before {
    font-size: 60px;
  }
}
@media screen and (max-width: 480px) {
  .philosophy-item h3::before {
    left: -78px;
  }
}
.philosophy-item p {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 480px) {
  .philosophy-item p {
    font-size: 15px;
  }
}

#service {
  margin-top: 1400px;
}
@media screen and (max-width: 768px) {
  #service {
    margin-top: 130px;
    padding-top: 80px;
  }
}

.service-container {
  padding-left: 10%;
  padding-right: 14%;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .service-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1500px) {
  .service-container {
    max-width: 1500px;
    margin: 0 auto;
  }
}
.service-container.heading {
  padding-top: 100px;
}
.service-heading span {
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  text-align: left;
  display: block;
}
@media screen and (max-width: 768px) {
  .service-heading span {
    font-size: 54px;
  }
}
.service-heading h2 {
  font-size: 24px;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .service-heading h2 {
    font-size: 20px;
  }
}
.service-bg {
  background-image: url(../img/service-bg01.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.service-bg::after {
  content: "";
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #121F65;
  opacity: 0.5;
}
.service-bg.item02 {
  background-image: url(../img/service-bg02.jpg);
  margin-top: 160px;
}
.service-bg.item02::after {
  content: "";
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #60543D;
  opacity: 0.7;
}
.service-number {
  position: absolute;
  top: -100px;
  left: 48%;
  transform: translateX(-48%);
  -webkit-transform: translateX(-48%);
  -ms-transform: translateX(-48%);
  width: 180px;
  height: 180px;
  background-color: white;
  border-radius: 50%;
  font-size: 60px;
  padding: 42px;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .service-number {
    width: 150px;
    height: 150px;
    font-size: 52px;
    padding: 48px;
  }
}
.service-number.item02 {
  color: #5C3F0E;
}
.service-title {
  color: white;
  font-size: 24px;
  text-align: center;
  padding-top: 128px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .service-title {
    font-size: 20px;
    padding-top: 100px;
    margin-bottom: 50px;
  }
}
.service-text {
  color: white;
  line-height: 30px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .service-text {
    font-size: 12px;
    line-height: 26px;
  }
}
.service-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.service-item {
  background-color: white;
  border-radius: 20px;
  width: 48%;
  height: 462px;
  padding: 40px;
  margin-bottom: 46px;
}
@media screen and (max-width: 1200px) {
  .service-item {
    height: 540px;
  }
}
@media screen and (max-width: 768px) {
  .service-item {
    width: 100%;
    height: 500px;
  }
}
.service-item.item02 {
  height: 420px;
}
.service-item p {
  line-height: 30px;
  margin-top: 12px;
}
@media screen and (max-width: 480px) {
  .service-item p {
    font-size: 14px;
    line-height: 26px;
  }
}
.service-category-toiro {
  font-size: 24px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 16px;
}
.service-category-freeza {
  font-size: 24px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 12px;
}
.service-category-consul {
  font-size: 24px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .service-category-consul {
    font-size: 20px;
  }
}
.service-link {
  width: 100%;
}
.service-link-img {
  width: 80%;
  min-width: 240px;
  margin: 0 auto;
  display: block;
}
.service-link-img.toiro {
  padding: 9px 0px;
}
.service-bg02 {
  margin-top: 160px;
}
.service-button {
  text-align: center;
}
.service-button a {
  display: inline-block;
  padding: 12px 0px;
  margin-top: 26px;
  border-radius: 20px;
  width: 70%;
  min-width: 240px;
  background-color: #5C3F0E;
  border: 1px solid #5C3F0E;
  color: white;
  position: relative;
}
.service-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}
.service-button a:hover {
  border: 1px solid #5C3F0E;
  background-color: white;
  color: #5C3F0E;
  transition: 0.3s;
}
.service-button a:hover::after {
  border-top: 2px solid #5C3F0E;
  border-right: 2px solid #5C3F0E;
}

.info-container {
  padding-left: 10%;
  padding-right: 14%;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .info-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1500px) {
  .info-container {
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .info-container {
    padding-top: 100px;
  }
}
.info-table {
  width: 100%;
  margin-top: 100px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .info-table {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .info-table {
    font-size: 14px;
    margin-top: 70px;
  }
}
.info-table tr {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 15px 0px;
}
.info-table th {
  padding-left: 60px;
  width: 240px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .info-table th {
    padding-left: 20px;
    width: 160px;
  }
}
@media screen and (max-width: 480px) {
  .info-table th {
    padding-left: 10px;
    width: 120px;
  }
}

#contact {
  width: 100%;
  background-color: #E5F1FF;
  padding-top: 110px;
  padding-bottom: 140px;
}
@media screen and (max-width: 480px) {
  #contact {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.contact-heading {
  margin-bottom: 76px;
}
.contact-heading span {
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .contact-heading span {
    font-size: 54px;
  }
}
.contact-heading h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contact-heading h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .contact-heading {
    margin-bottom: 56px;
  }
}
.contact-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .contact-text {
    font-size: 16px;
  }
}
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 36px;
}
@media screen and (max-width: 480px) {
  .contact-wrapper {
    padding-left: 0px;
  }
}
.contact-item {
  display: flex;
  flex-wrap: nowrap;
  margin-right: 90px;
}
@media screen and (max-width: 768px) {
  .contact-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .contact-item {
    margin-right: 0px;
  }
}
.contact-item img {
  width: 54px;
  height: auto;
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  .contact-item img {
    width: 40px;
  }
}
.contact-mail-text {
  padding-top: 13px;
}
@media screen and (max-width: 480px) {
  .contact-mail-text {
    padding-top: 6px;
  }
}/*# sourceMappingURL=style.css.map */