/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -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;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --black__color: #182101;
  --white__color: #FFFFFF;
  --lightgreen__color: #F1FAE6;
  --darkgreen__color: #D1DEAF;
  --green__color: #7EAF05;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ShipporiGothicB2", sans-serif;
  color: var(--black__color);
}

img {
  display: block;
  width: 100%;
}

p {
  font-size: 1.6rem;
  line-height: 2;
}

@font-face {
  font-family: "ShipporiGothicB2";
  src: url("../fonts/ShipporiGothicB2-Bold.ttf") format("truetype");
}
.c-header--top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 40px;
  z-index: 99;
}
.c-header--top .c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-header--top .c-header__logo {
  position: relative;
  z-index: 99;
}
.c-header--top .c-header__logo:hover {
  opacity: 0.6;
}
.c-header--top .c-header__logo__image {
  width: 160px;
}
.c-header--top .c-header__gnav {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.c-header--top .c-header__gnav .c-header__list {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.c-header--top .c-header__gnav .c-header__item--link {
  font-size: 1.6rem;
  color: var(--white__color);
}
.c-header--top .c-header__gnav .c-header__buttons {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.c-header--top .c-header__gnav .c-header__buttons .l-header__button--link {
  font-size: 1.6rem;
}
.c-header--top .c-header__menu {
  display: none;
}

.js-header.is_scroll {
  background-color: var(--white__color);
}
.js-header.is_scroll .c-header__item--link {
  color: var(--black__color);
}
.js-header.is_scroll .c-header__item--link:hover {
  color: var(--green__color);
}

.c-header--sub {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 40px;
  z-index: 99;
  border-bottom: 1px solid var(--darkgreen__color);
  background-color: var(--white__color);
}
.c-header--sub .c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-header--sub .c-header__logo {
  z-index: 99;
}
.c-header--sub .c-header__logo:hover {
  opacity: 0.6;
}
.c-header--sub .c-header__logo__image {
  width: 160px;
}
.c-header--sub .c-header__gnav {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.c-header--sub .c-header__gnav .c-header__list {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.c-header--sub .c-header__gnav .c-header__item--link {
  font-size: 1.6rem;
  color: var(--black__color);
}
.c-header--sub .c-header__gnav .c-header__item-contact {
  display: none;
}
.c-header--sub .c-header__gnav .c-header__item--link:hover {
  color: var(--green__color);
}
.c-header--sub .c-header__gnav .c-header__item--link.--current {
  color: red;
}
.c-header--sub .c-header__gnav .c-header__buttons {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.c-header--sub .c-header__gnav .c-header__buttons .l-header__button--link {
  font-size: 1.6rem;
}
.c-header--sub .c-header__menu {
  display: none;
}
.c-header--sub .current-menu-item {
  position: relative;
}
.c-header--sub .current-menu-item::before {
  position: absolute;
  content: "";
  background-color: var(--green__color);
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -42px;
}

@media screen and (max-width: 1024px) {
  .c-header {
    padding: 16px;
  }
  .c-header .c-header__gnav {
    overflow-x: hidden;
    position: fixed;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 144px 24px 0;
    top: 0;
    left: 0;
    background-color: var(--white__color);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
  }
  .c-header .c-header__gnav .c-header__nav {
    width: 100%;
  }
  .c-header .c-header__gnav .c-header__list {
    margin-bottom: 24px;
    flex-direction: column;
    row-gap: 24px;
  }
  .c-header .c-header__gnav .c-header__item--link {
    display: block;
    padding-bottom: 16px;
    color: var(--black__color);
    border-bottom: 1px solid var(--darkgreen__color);
  }
  .c-header .c-header__gnav .c-header__item--link:hover {
    color: var(--green__color);
  }
  .c-header .c-header__gnav .current-menu-item::before {
    display: none;
  }
  .c-header .js-gnav.is_click {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
  .c-header .c-header__item-contact {
    display: block !important;
  }
  .c-header .c-header__buttons {
    display: none !important;
  }
  .c-header .c-header__menu {
    display: block;
    position: fixed;
    top: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    background-color: var(--green__color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 98;
  }
  .c-header .c-header__menu .c-header__menu-inner {
    position: absolute;
    width: 16px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 99;
  }
  .c-header .c-header__menu .c-header__menu-line {
    display: block;
    width: 16px;
    height: 1px;
    background-color: var(--white__color);
    transition: transform 0.6s;
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
  }
  .c-header .c-header__menu .c-header__menu-line:nth-child(2) {
    margin-top: 6px;
  }
  .c-header .c-header__menu .c-header__menu-line:nth-child(3) {
    margin-top: 6px;
  }
  .c-header .js-headerMenu.is_click .c-header__menu-line:nth-child(1) {
    transform: translate(0px, 5px) rotate(45deg);
    -webkit-transform: translate(0px, 5px) rotate(45deg);
    -moz-transform: translate(0px, 5px) rotate(45deg);
    -ms-transform: translate(0px, 5px) rotate(45deg);
    -o-transform: translate(0px, 5px) rotate(45deg);
  }
  .c-header .js-headerMenu.is_click .c-header__menu-line:nth-child(2) {
    opacity: 0;
    display: none;
  }
  .c-header .js-headerMenu.is_click .c-header__menu-line:nth-child(3) {
    transform: translate(0px, -2px) rotate(-45deg);
    -webkit-transform: translate(0px, -2px) rotate(-45deg);
    -moz-transform: translate(0px, -2px) rotate(-45deg);
    -ms-transform: translate(0px, -2px) rotate(-45deg);
    -o-transform: translate(0px, -2px) rotate(-45deg);
  }
}
.l-footer {
  padding: 16px;
}
.l-footer .l-footer__wrapper {
  padding: 120px 24px;
  background-color: var(--green__color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.l-footer .l-footer__inner {
  max-width: 1248px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.l-footer .l-footer__image {
  margin-bottom: 48px;
  max-width: 208px;
}
.l-footer .l-footer__email {
  margin-bottom: 8px;
  font-size: 1.4rem;
  color: var(--white__color);
}
.l-footer .l-footer__address {
  margin-bottom: 8px;
  font-size: 1.4rem;
  color: var(--white__color);
}
.l-footer .l-footer__map {
  font-size: 1.4rem;
  color: var(--white__color);
  text-decoration: underline;
}
.l-footer .l-footer__map:hover {
  opacity: 0.6;
}
.l-footer .l-footer__nav {
  display: flex;
}
.l-footer .l-footer__list.--link {
  margin-right: 120px;
}
.l-footer .l-footer__list.--link .l-footer__item:not(:last-child) {
  margin-bottom: 24px;
}
.l-footer .l-footer__list.--link .l-footer__item--link {
  font-size: 1.4rem;
  color: var(--white__color);
}
.l-footer .l-footer__list.--link .l-footer__item--link:hover {
  opacity: 0.6;
}
.l-footer .l-footer__list.--sns .l-footer__item:not(:last-child) {
  margin-bottom: 12px;
}
.l-footer .l-footer__list.--sns .l-footer__item--link {
  position: relative;
  display: block;
  width: 157px;
  padding: 9px 12px;
  font-size: 1.4rem;
  color: var(--white__color);
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.l-footer .l-footer__list.--sns .l-footer__item--link::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  width: 11px;
  height: 12px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.l-footer .l-footer__list.--sns .l-footer__item--link:hover {
  opacity: 0.6;
}
.l-footer .l-footer__copyright {
  max-width: 1248px;
  margin: 0 auto;
}
.l-footer .l-footer__copyright .l-footer__copyright-text {
  color: rgba(255, 255, 255, 0.24);
}

@media screen and (max-width: 1024px) {
  .l-footer .l-footer__wrapper {
    padding: 80px 24px;
  }
  .l-footer .l-footer__inner {
    margin: 0 auto 32px;
  }
  .l-footer .l-footer__image {
    margin-bottom: 24px;
  }
  .l-footer .l-footer__inner {
    max-width: 100%;
    display: block;
  }
  .l-footer .l-footer__info {
    margin-bottom: 72px;
  }
  .l-footer .l-footer__nav {
    display: block;
  }
  .l-footer .l-footer__list:nth-child(1) {
    display: none;
  }
  .l-footer .l-footer__list:nth-child(2) {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .l-footer .l-footer__list:nth-child(2) .l-footer__item--link {
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--white__color);
  }
  .l-footer .l-footer__list:not(:nth-child(1)) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 32px;
         column-gap: 32px;
    margin-bottom: 32px;
  }
  .l-footer .l-footer__list:not(:nth-child(1)) .l-footer__item {
    width: calc(50% - 16px);
  }
  .l-footer .l-footer__list.--sns {
    align-items: flex-start;
  }
  .l-footer .l-footer__list.--sns .l-footer__item {
    width: calc(50% - 16px);
  }
  .l-footer .l-footer__list.--sns .l-footer__item--link {
    padding: 12px;
    width: 100%;
  }
  .l-footer .l-footer__copyright .l-footer__copyright-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__list:not(:nth-child(1)) {
    display: block;
  }
  .l-footer .l-footer__list:not(:nth-child(1)) .l-footer__item {
    width: 100%;
  }
  .l-footer .l-footer__image {
    max-width: 160px;
  }
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  border: 1px solid var(--darkgreen__color);
  font-family: "ShipporiGothicB2";
  line-height: 1.5;
  vertical-align: middle;
}

.shippori-gothicb2 {
  font-family: "ShipporiGothicB2";
}

.background-green {
  background-color: var(--green__color);
}

.background-lightgreen {
  background-color: var(--lightgreen__color);
}

.background-white {
  background-color: var(--white__color);
}

.color-green {
  color: var(--green__color);
}

.color-white {
  color: var(--white__color);
}

.color-darkgreen {
  color: var(--darkgreen__color);
}

.l-section-title {
  font-size: 3.2rem;
  line-height: 2;
}

.l-section-subtitle.--green {
  color: var(--green__color);
}

.display-none {
  display: none;
}

.p-mv {
  position: relative;
  height: 100vh;
}
.p-mv .p-mv-inner {
  display: flex;
}
.p-mv .p-mv-heading {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-mv .p-mv-cach__title {
  margin-bottom: 16px;
  font-size: 6.4rem;
  line-height: 1.5;
}
.p-mv .p-mv-cach__text {
  padding-left: 8px;
}
.p-mv .p-mv-visual {
  width: 60%;
}
.p-mv .p-mv-visual .p-mv-visual__image {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 4px;
}
.p-mv .p-mv-journal {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 408px;
  padding: 16px 24px 16px 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.p-mv .p-mv-journal .p-mv-journal__category {
  flex-shrink: 0;
}
.p-mv .p-mv-journal .p-mv-journal__category .p-mv-journal__text {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  font-size: 1.4rem;
  padding-right: 36px;
  margin-right: 24px;
  border-right: 2px solid var(--darkgreen__color);
}
.p-mv .p-mv-journal .p-mv-detail {
  width: 245px;
}
.p-mv .p-mv-journal .p-mv-detail .p-mv-detail__detatime {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.p-mv .p-mv-journal .p-mv-detail .p-mv-detail__content {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-mv .p-mv-journal__link {
  display: flex;
  align-items: center;
}
.p-mv .p-mv-journal__link:hover {
  opacity: 0.8;
}
.p-mv .scroll-bar {
  position: absolute;
  bottom: 0;
  left: 5%;
}
.p-mv .scroll-bar .scroll-bar__line {
  position: relative;
  display: block;
  width: 2px;
  height: 72px;
  background-color: var(--darkgreen__color);
}
.p-mv .scroll-bar .scroll-bar__line::before {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 0px;
  background-color: var(--green__color);
  animation-name: srollAnime;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes srollAnime {
  0% {
    height: 0px;
  }
  100% {
    height: 100%;
  }
}

.s-top-about {
  padding: 200px 24px;
  background: url("../img/path_img01.png"), url("../img/path_img02.png");
  background-size: 273px, 192px;
  background-position: left 0 bottom, top right 174px;
  background-repeat: no-repeat;
}
.s-top-about .p-about__inner {
  max-width: 1014px;
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 104px;
       column-gap: 104px;
}
.s-top-about .p-about-content__text {
  line-height: 2.5;
  margin-bottom: 32px;
}

.s-top-approach .p-approach__inner {
  height: auto;
  padding: 0 24px;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.s-top-approach .p-approach-slick {
  position: relative;
  min-height: 1717px;
  width: 50%;
}
.s-top-approach .p-approach-slick__image {
  position: sticky;
  top: 0px;
}
.s-top-approach .p-approach-cards {
  width: 50%;
}
.s-top-approach .p-approach-card {
  padding: 104px 56px 120px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.s-top-approach .p-approach-card:nth-child(1) {
  margin-bottom: 16px;
}
.s-top-approach .p-approach-card__image {
  max-width: 393px;
  margin: 0 auto 40px;
}
.s-top-approach .p-approach-card__label {
  margin-bottom: 24px;
  font-size: 1.6rem;
  text-align: center;
}
.s-top-approach .p-approach-card__title {
  margin-bottom: 40px;
  font-size: 3.2rem;
  text-align: center;
}
.s-top-approach .p-approach-card__text {
  max-width: 480px;
  margin: 0 auto 32px;
}

.s-top-journal {
  padding: 160px 0 184px;
}
.s-top-journal .p-journal__inner {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
}
.s-top-journal .p-journal__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -moz-column-gap: 64px;
       column-gap: 64px;
  margin-bottom: 56px;
}
.s-top-journal .p-journal__title {
  margin-bottom: 72px;
}
.s-top-journal .p-journal__list {
  border-top: 1px solid var(--darkgreen__color);
}
.s-top-journal .p-journal__item {
  border-bottom: 1px solid var(--darkgreen__color);
}
.s-top-journal .p-journal__item:hover {
  opacity: 0.6;
}
.s-top-journal .p-journal__item--link {
  padding: 40px 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.s-top-journal .p-journal__item--block {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.s-top-journal .p-journal__item__time {
  font-size: 1.6rem;
}
.s-top-journal .p-journal__item__category {
  padding: 0px 12px;
  font-size: 1.4rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: var(--green__color);
  background-color: var(--lightgreen__color);
}

.s-top-contact {
  padding: 0 16px;
}
.s-top-contact .p-contact-info__inner {
  padding: 104px 0 112px;
  background-image: url("../img/baskground-image.png");
  background-size: cover;
}
.s-top-contact .p-contact-cards {
  padding: 0 24px;
}
.s-top-contact .p-contact-card {
  width: 580px;
  margin: 0 auto;
  padding: 80px 56px;
  background-color: var(--lightgreen__color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.s-top-contact .p-contact-card__label {
  margin-bottom: 24px;
  color: var(--green__color);
  text-align: center;
}
.s-top-contact .p-contact-card__title {
  margin-bottom: 40px;
  font-size: 3.2rem;
  text-align: center;
}
.s-top-contact .p-contact-card__image {
  max-width: 288px;
  margin: 0 auto 40px;
}
.s-top-contact .p-contact-card__text {
  max-width: 352px;
  margin: 0 auto 40px;
}

.p-page-pankuzushi {
  max-width: 1248px;
  margin: 0 auto 72px;
  padding: 235px 24px 0;
}
.p-page-pankuzushi .p-page-pankuzushi__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.p-page-pankuzushi .p-page-pankuzushi__item:first-child {
  position: relative;
  color: var(--darkgreen__color);
}
.p-page-pankuzushi .p-page-pankuzushi__item:first-child::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_arrow02.png");
  background-size: cover;
  width: 9px;
  height: 8px;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.p-page-pankuzushi .p-page-pankuzushi__item:nth-child(2) {
  color: var(--green__color);
}
.p-page-pankuzushi .p-page-pankuzushi__item--link:hover {
  opacity: 0.6;
}
.p-page-pankuzushi .p-page-pankuzushi__text {
  font-size: 1.4rem;
}

.p-page .p-page__heading {
  max-width: 1248px;
  margin: 0 auto 96px;
  padding: 0 24px;
}
.p-page .p-page__title {
  font-size: 5.6rem;
  color: var(--green__color);
}
.p-page .p-page-content {
  margin: 0 16px;
  background-color: var(--lightgreen__color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.p-page .p-page-content__block {
  max-width: 1064px;
  margin: 0 auto;
  padding: 144px 24px 160px;
}

.s-philosophy-page .p-philosophy-content__group {
  padding-bottom: 56px;
  border-bottom: 1px solid var(--darkgreen__color);
}
.s-philosophy-page .p-philosophy-content__group:not(:last-child) {
  margin-bottom: 104px;
}
.s-philosophy-page .p-philosophy-content__group-title {
  margin-bottom: 32px;
  font-size: 3.2rem;
  color: var(--green__color);
}
.s-philosophy-page .p-philosophy-content__text:not(:last-child) {
  margin-bottom: 32px;
}

.s-about-page .p-about-content__group {
  margin-bottom: 120px;
  border-bottom: 1px solid var(--darkgreen__color);
}
.s-about-page .p-about-content__group.--last {
  margin-bottom: 0;
}
.s-about-page .p-about-content__group-title {
  margin-bottom: 56px;
  font-size: 3.2rem;
  color: var(--green__color);
}
.s-about-page .p-about-content__group-content {
  display: flex;
  -moz-column-gap: 56px;
       column-gap: 56px;
}
.s-about-page .p-about-content__items {
  margin-bottom: 40px;
  width: 577px;
  flex-shrink: 0;
}
.s-about-page .p-about-content__item-image {
  margin-bottom: 24px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.s-about-page .p-about-content__item-title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
.s-about-page .p-about-content__item-text:not(:last-child) {
  margin-bottom: 16px;
}
.s-about-page .p-about-content__item {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 32px;
}
.s-about-page .p-about-content__item:not(:last-child) {
  border-bottom: 1px solid var(--darkgreen__color);
}
.s-about-page .p-about-content__itemItem {
  font-size: 1.8rem;
}
.s-about-page .p-about-content__itemItem:not(:last-child) {
  margin-bottom: 8px;
}
.s-about-page .p-about-content__item:last-child {
  margin-bottom: 0;
}
.s-about-page .p-about-content__item.--last {
  margin-bottom: 0;
  padding-bottom: 0;
}
.s-about-page .p-about-content__item-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.s-about-page .p-about-content__item-logo {
  max-width: 128px;
}
.s-about-page .p-about-content__detail {
  counter-reset: num;
}
.s-about-page .p-about-content__detail-item {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
}
.s-about-page .p-about-content__detail-item::before {
  counter-increment: num;
  content: counter(num) ".";
}
.s-about-page .p-about-content__item-label {
  margin-bottom: 32px;
  padding-bottom: 16px;
  font-size: 2.4rem;
  line-height: 1.5;
  border-bottom: 1px solid var(--darkgreen__color);
}
.s-about-page .p-about-content__link-group:not(:last-child) {
  margin-bottom: 32px;
}
.s-about-page .p-about-content__link-title {
  font-size: 1.8rem;
}
.s-about-page .p-about-content__link {
  font-size: 1.6rem;
  line-height: 2;
  text-decoration: underline;
}

.s-journal-page .p-journal-content__heading-title {
  margin-bottom: 32px;
  font-size: 3.2rem;
  color: var(--green__color);
}
.s-journal-page .p-journal-content__heading-text {
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--darkgreen__color);
}
.s-journal-page .p-journal-content__item-top {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 24px;
}
.s-journal-page .p-journal-content__list {
  margin-bottom: 72px;
}
.s-journal-page .p-journal-content__pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.s-journal-page .page-numbers {
  display: block;
  width: 40px;
  padding: 12px 0;
  font-size: 1.6rem;
  font-family: "ShipporiGothicB2";
  background-color: var(--darkgreen__color);
  color: var(--white__color);
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.s-journal-page .current {
  background-color: var(--green__color);
}
.s-journal-page .prev,
.s-journal-page .next {
  width: auto;
  background-color: transparent;
  color: var(--green__color);
  text-decoration: underline;
}
.s-journal-page .p-journal-content__item {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--darkgreen__color);
  z-index: 2;
}
.s-journal-page .p-journal-content__item:hover {
  opacity: 0.6;
}
.s-journal-page .p-journal-content__item-time {
  font-size: 1.6rem;
}
.s-journal-page .p-journal-content__item-category {
  background-color: var(--white__color);
  color: var(--green__color);
  padding: 0px 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.s-video-page .p-video-content__heading {
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--darkgreen__color);
}
.s-video-page .p-video-content__heading-title {
  margin-bottom: 32px;
  font-size: 3.2rem;
  color: var(--green__color);
}
.s-video-page .p-video-content__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 64px;
}
.s-video-page .p-video-content__item-link:hover {
  opacity: 0.6;
}
.s-video-page .p-video-content__item {
  width: calc(50% - 20px);
}
.s-video-page .p-video-content__item-video {
  margin-bottom: 32px;
  width: 100%;
  height: auto;
  background-color: var(--darkgreen__color);
}
.s-video-page .p-video-content__item-video iframe {
  width: 100%;
  display: block;
}
.s-video-page .p-video-content__item-title {
  font-size: 2.4rem;
}

.s-activity-page .p-activity-content__group:not(:last-child) {
  margin-bottom: 160px;
}
.s-activity-page .p-activity-content__group-heading {
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-bottom: 1px solid var(--darkgreen__color);
}
.s-activity-page .p-activity-content__group-title {
  margin-bottom: 32px;
  font-size: 3.2rem;
  color: var(--green__color);
}
.s-activity-page .p-activity-content__group-text {
  line-height: 2;
}
.s-activity-page .p-activity-content__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.s-activity-page .p-activity-content__card {
  width: calc(50% - 12px);
  padding: 56px 40px;
  background-color: var(--white__color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.s-activity-page .p-activity-content__card-head {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 16px;
}
.s-activity-page .p-activity-content__card-image {
  width: 32px;
}
.s-activity-page .p-activity-content__card-title {
  color: var(--green__color);
  font-size: 2.4rem;
}

.s-contact-page .p-contact-content__heading {
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--darkgreen__color);
}
.s-contact-page .p-contact-content__heading-title {
  margin-bottom: 32px;
  font-size: 3.2rem;
  color: var(--green__color);
}
.s-contact-page .p-contact-content__form-group:not(:last-child) {
  margin-bottom: 40px;
}
.s-contact-page .p-contact-content__form-group br {
  display: none;
}
.s-contact-page .p-contact-content__form-label {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 24px;
}
.s-contact-page .p-contact-content__form-input {
  display: block;
  width: 100%;
  padding: 24px;
  font-size: 1.6rem;
  background-color: var(--white__color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.s-contact-page .p-contact-content__form-input::-moz-placeholder {
  color: var(--darkgreen__color);
}
.s-contact-page .p-contact-content__form-input::placeholder {
  color: var(--darkgreen__color);
}
.s-contact-page .p-contact-content-button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-thanks .p-contact-content__heading {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
  .display-none {
    display: block;
  }
  .pc-br {
    display: none;
  }
  .p-mv {
    height: 100vh;
  }
  .p-mv .p-mv-inner {
    height: 100vh;
    display: block;
  }
  .p-mv .p-mv-heading {
    width: 100%;
    align-items: flex-start;
    padding: 0 16px;
  }
  .p-mv .p-mv-cach {
    height: 298px;
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .p-mv .p-mv-cach__title {
    margin-bottom: 8px;
    font-size: 4rem;
  }
  .p-mv .p-mv-visual {
    width: 100%;
    height: calc(100svh - 298px);
  }
  .p-mv .p-mv-visual .p-mv-visual__image {
    height: 100%;
  }
  .p-mv .scroll-bar {
    display: none;
  }
  .s-top-about {
    padding: 144px 24px 104px;
    background-size: 273px, 214px;
    background-position: left 0 bottom, top right 60px;
  }
  .s-top-about .p-about__inner {
    display: block;
  }
  .s-top-about .p-about-subtitle {
    text-align: center;
  }
  .s-top-about .p-about-title {
    margin-bottom: 32px;
    text-align: center;
  }
  .s-top-about .p-about-content__text {
    text-align: center;
  }
  .s-top-about .p-about-content__text:nth-child(1) {
    margin-bottom: 16px;
  }
  .s-top-about .p-about-content__text:nth-child(2) {
    margin-bottom: 0;
  }
  .s-top-approach .p-approach__inner {
    display: block;
  }
  .s-top-approach .p-approach-slick {
    position: initial;
    width: 100%;
    min-height: auto;
    margin-bottom: 24px;
  }
  .s-top-approach .p-approach-slick__image {
    position: initial;
    height: 524px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .s-top-approach .p-approach-cards {
    width: 100%;
  }
  .s-top-journal {
    padding: 144px 0 160px;
  }
  .s-top-journal .p-journal__header {
    display: block;
  }
  .s-top-journal .p-journal__subtitle {
    text-align: center;
  }
  .s-top-journal .p-journal__title {
    margin-bottom: 32px;
    text-align: center;
  }
  .s-top-journal .p-journal__text {
    text-align: center;
  }
  .s-top-journal .p-journal__list {
    margin-bottom: 40px;
  }
  .s-top-journal .p-journal__item--link {
    flex-direction: column;
    align-items: flex-start;
  }
  .s-top-journal .p-journal__item--block {
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-bottom: 8px;
  }
  .s-top-journal .p-journal__header__button {
    display: none;
  }
  .s-top-journal .p-journal__button {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .p-page-pankuzushi {
    max-width: 100%;
    margin: 0 auto 24px;
    padding: 144px 24px 0;
  }
  .p-page .p-page__title {
    font-size: 4rem;
  }
  .p-page .p-page__heading {
    margin: 0 auto 32px;
  }
  .p-page .p-page-content__block {
    padding: 56px 24px 120px;
    max-width: 100%;
  }
  .s-about-page .p-about-content__items {
    width: 400px;
  }
  .s-about-page .p-about-content__group-title {
    font-size: 2.4rem;
  }
  .s-about-page .p-about-content__item-title {
    font-size: 1.6rem;
  }
  .s-about-page .p-about-content__item-label {
    font-size: 2rem;
  }
  .s-contact-page .p-contact-content__heading {
    padding-bottom: 32px;
  }
  .s-contact-page .p-contact-content__heading-title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
  .p-mv .p-mv-cach {
    height: 328px;
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .p-mv .p-mv-cach__title {
    font-size: 3.2rem;
  }
  .p-mv .p-mv-visual {
    width: 100%;
    height: calc(100svh - 328px);
  }
  .p-mv .p-mv-visual .p-mv-visual__image {
    height: 100%;
  }
  .p-mv .p-mv-journal {
    display: none;
  }
  .s-top-about {
    padding: 104px 24px;
    background-position: left -70px bottom, top right -64px;
  }
  .s-top-about .p-about-content__text br {
    display: none;
  }
  .s-top-about .p-about-title {
    font-size: 2.4rem;
  }
  .s-top-approach .p-approach__inner {
    padding: 0 16px;
  }
  .s-top-approach .p-approach-card {
    padding: 64px 56px;
  }
  .s-top-approach .p-approach-card__label {
    margin-bottom: 8px;
  }
  .s-top-approach .p-approach-card__title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .s-top-approach .p-approach-card__image {
    margin: 0 auto 24px;
  }
  .s-top-journal {
    padding: 104px 0 120px;
  }
  .s-top-journal .p-journal__item--link {
    padding: 24px 0;
  }
  .s-top-journal .p-journal__item__time {
    font-size: 1.4rem;
  }
  .s-top-journal .p-journal__title {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .s-top-contact .p-contact-info__inner {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .s-top-contact .p-contact-card {
    width: 100%;
    padding: 64px 56px;
  }
  .s-top-contact .p-contact-card__title {
    font-size: 2.4rem;
  }
  .s-top-contact .p-contact-card__label {
    margin-bottom: 8px;
  }
  .p-page-pankuzushi .p-page-pankuzushi__list {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .p-page-pankuzushi .p-page-pankuzushi__item:first-child::before {
    right: -16px;
  }
  .p-page .p-page-content__block {
    padding: 56px 24px 80px;
  }
  .p-page .p-page__title {
    font-size: 3.2rem;
  }
  .s-about-page .p-about-content__group-content {
    display: block;
  }
  .s-about-page .p-about-content__group-title {
    margin-bottom: 24px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .s-about-page .p-about-content__group {
    margin-bottom: 64px;
  }
  .s-about-page .p-about-content__items {
    width: 100%;
  }
  .s-about-page .p-about-content__item-title {
    margin-bottom: 0px;
  }
  .s-about-page .p-about-content__itemItem {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .s-about-page .p-about-content__item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
  .s-about-page .p-about-content__item-logo {
    margin-bottom: 8px;
  }
  .s-about-page .p-about-content__item-label {
    font-size: 1.8rem;
  }
  .s-about-page .p-about-content__item-box {
    display: block;
  }
  .s-about-page .p-about-content__link-title {
    font-size: 1.6rem;
  }
  .s-about-page .p-about-content__link-group:not(:last-child) {
    margin-bottom: 24px;
  }
  .s-about-page .p-about-content__link {
    word-wrap: break-word;
  }
  .s-philosophy-page .p-philosophy-content__group-title {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .s-philosophy-page .p-philosophy-content__group:last-child {
    margin-bottom: 0;
  }
  .s-philosophy-page .p-philosophy-content__group:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 56px;
  }
  .s-philosophy-page .p-philosophy-content__text:not(:last-child) {
    margin-bottom: 16px;
  }
  .s-activity-page .p-activity-content__group-title {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .s-activity-page .p-activity-content__group-heading {
    padding-bottom: 24px;
    margin-bottom: 40px;
  }
  .s-activity-page .p-activity-content__cards {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 16px;
  }
  .s-activity-page .p-activity-content__card {
    width: 100%;
    padding: 32px 24px;
  }
  .s-activity-page .p-activity-content__card-head {
    flex-direction: column;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 8px;
  }
  .s-activity-page .p-activity-content__card-title {
    font-size: 1.8rem;
  }
  .s-journal-page .p-journal-content__heading-title {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .s-journal-page .p-journal-content__heading-text {
    margin-bottom: 56px;
    padding-bottom: 24px;
  }
  .s-journal-page .p-journal-content__item-top {
    margin-bottom: 16px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .s-journal-page .p-journal-content__item {
    padding-bottom: 24px;
  }
  .s-video-page .p-video-content__heading {
    padding-bottom: 24px;
  }
  .s-video-page .p-video-content__heading-title {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .s-video-page .p-video-content__list {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 56px;
  }
  .s-video-page .p-video-content__item {
    width: 100%;
  }
  .s-video-page .p-video-content__item-video {
    width: 100%;
    margin-bottom: 16px;
  }
  .s-video-page .p-video-content__item-title {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .s-contact-page .p-contact-content__heading-title {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .s-contact-page .p-contact-content__heading {
    padding-bottom: 16px;
    margin-bottom: 40px;
  }
  .s-contact-page .p-contact-content__form-label {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .s-contact-page .p-contact-content__form-input {
    padding: 16px;
    font-size: 1.4rem;
  }
  .s-contact-page .p-contact-content__form-label {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 430px) {
  .p-mv .p-mv-cach {
    height: 292px;
  }
  .p-mv .p-mv-cach__title {
    font-size: 2.4rem;
  }
  .p-mv .p-mv-visual {
    height: calc(100svh - 292px);
  }
}
@media screen and (max-width: 375px) {
  .s-top-about {
    background-position: left -80px bottom, top right -109px;
  }
  .s-top-approach .p-approach-card {
    padding: 64px 24px;
  }
  .s-top-approach .p-approach-slick__image {
    height: 364px;
  }
  .s-top-journal {
    padding: 64px 0 80px;
  }
  .s-top-journal .p-journal__button {
    width: 100%;
  }
  .s-top-contact .p-contact-info__inner {
    padding: 72px 0 80px;
  }
  .s-top-contact .p-contact-card__title {
    margin-bottom: 24px;
  }
  .s-top-contact .p-contact-card {
    padding: 64px 24px;
  }
  .s-top-contact .p-contact-card__image {
    max-width: 100%;
    margin: 0 auto 24px;
  }
  .s-top-contact .p-contact-card__text {
    max-width: 100%;
    margin-bottom: 32px;
  }
  .s-contact-page .p-contact-content-button {
    width: 100%;
  }
}
.c-button .c-button--link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  font-size: 1.6rem;
  border: 2px solid var(--green__color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.c-button .c-button--link.--green {
  color: var(--white__color);
  background-color: var(--green__color);
  border: 2px solid var(--green__color);
}
.c-button .c-button--link.--green:hover {
  color: var(--green__color);
  background-color: var(--white__color);
}
.c-button .c-button--link.--submit {
  width: 272px;
  padding: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-button .c-button--link.--submit {
    padding: 12px 24px;
  }
}
@media screen and (max-width: 375px) {
  .c-button .c-button--link {
    width: 100%;
    text-align: center;
  }
  .c-button .c-button--link.--submit {
    width: 100%;
  }
}
.margin-auto {
  margin: 0 auto;
}

.margin-bottom24 {
  margin-bottom: 24px;
}

.margin-bottom80 {
  margin-bottom: 80px !important;
}/*# sourceMappingURL=style.css.map */