  @charset "UTF-8";
/* Color */
/* Font Color */
/* Break Point */
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

:root {
  --hh-pc: 10.0rem;
  --hh-sp: 6.8rem;
}

html {
  scroll-behavior: smooth;
  font-size: 15px;
  font-size: 1.953125vw;
  scroll-padding-top: calc(var(--hh-sp) + 2rem);
}
@media print, screen and (min-width: 767px) {
  html {
    font-size: 62.5%;
    scroll-padding-top: calc(var(--hh-pc) + 2rem);
  }
}
@media print {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  height: 100vh;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  font-style: normal;
  color: #202020;
  font-family: "BIZ UDGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media print {
  body {
    width: 1080px !important;
  }
}

:where(ul) {
  list-style: none;
}

:where(img) {
  max-width: 100%;
  height: auto;
  display: block;
}

a:not([class]) {
  color: #1a0dab;
}

:where(a) {
  color: #1a0dab;
}

:where(a:link) {
  color: #1a0dab;
}

:where(a:active) {
  color: #1a0dab;
}

:where(a:hover) {
  color: #1a0dab;
}

:where(a:visit) {
  color: #1a0dab;
}

/* =========================
Layout
========================= */
/** Root */
.l-root {
  display: grid;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  height: 100%;
  padding-top: var(--hh-sp);
}
@media print, screen and (min-width: 1023px) {
  .l-root {
    padding-top: var(--hh-pc);
  }
}

/** Header */
.l-header {
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 99;
  background: #fff;
}
@media print {
  .l-header {
    position: relative;
  }
}
.l-header__inner {
  padding: 0 0 0 5%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  height: var(--hh-sp);
}
@media print, screen and (min-width: 1023px) {
  .l-header__inner {
    height: var(--hh-pc);
    padding: 2rem 5rem;
  }
}
.l-header-heading {
  text-align: left;
}
.l-header__sitename {
  font-size: 1.9rem;
  font-weight: bold;
}
.l-header__sitename a {
  color: #000;
}
@media print, screen and (min-width: 1023px) {
  .l-header__sitename {
    font-size: 2.3rem;
  }
}
.l-header__desc {
  font-size: 1.5rem;
  color: #808080;
}
@media print, screen and (min-width: 1023px) {
  .l-header__desc {
    font-size: 1.8rem;
  }
}

/** Menu */
.l-menu__list {
  justify-self: flex-end;
  display: none;
  grid-auto-flow: column;
  gap: 2.6rem;
}
@media print, screen and (min-width: 1023px) {
  .l-menu__list {
    display: grid;
  }
}
.l-menu__item a {
  color: #000;
  font-weight: bold;
  position: relative;
  font-size: 1.6rem;
}
.l-menu__item a::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  background: rgb(48, 178, 127);
  position: absolute;
  border-radius: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 200%);
  opacity: 0;
  transition: 0.3s opacity ease;
}
.l-menu__item a:hover::after {
  opacity: 1;
}
.l-menu__item.--current a::after {
  opacity: 1;
}
.l-menu-mobile__btn {
  width: var(--hh-sp);
  height: var(--hh-sp);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  justify-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/group/i-shinkoukai/assets/img/ico_menu.svg) #75c1a9 no-repeat center center/2.6rem auto;
  padding: 1.5rem;
}
@media print, screen and (min-width: 1023px) {
  .l-menu-mobile__btn {
    display: grid;
    display: none;
  }
}
@media print {
  .l-menu-mobile__btn {
    display: none;
  }
}
.l-menu-mobile__btn img {
  width: 60%;
}
[data-global_menu=on] .l-menu-mobile__btn {
  background: url(/group/i-shinkoukai/assets/img/ico_close.svg) #808080 no-repeat center center/2.6rem auto;
}

/** Global Menu */
.l-globalMenu__wrapper {
  width: 100%;
  height: calc(100% - var(--hh-sp));
  display: block;
  position: fixed;
  top: var(--hh-sp);
  left: 0;
  padding: 3rem 5%;
  text-align: left;
  background: #fff;
  transform: translateX(100%);
  opacity: 0;
  z-index: 999;
  transition: 0.3s transform ease, 0.3s opacity ease;
}
[data-global_menu=on] .l-globalMenu__wrapper {
  transform: translateX(0);
  opacity: 1;
}
.l-globalMenu__list {
  display: grid;
}
.l-globalMenu__item {
  border-bottom: 1px dotted #ddd;
}
.l-globalMenu__item:first-child {
  border-top: 1px dotted #ddd;
}
.l-globalMenu__item a {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  padding: 2rem 0;
  background: url(/group/i-shinkoukai/assets/img/ico_arrow.svg) no-repeat center right/2.2rem auto;
}

/** Main */
.l-main {
  display: block;
  padding-bottom: 12rem;
  text-align: left;
  position: relative;
}
.l-main::after {
  content: "";
  width: 100%;
  height: 10rem;
  background: url(/group/i-shinkoukai/assets/img/site_bg3.jpg) no-repeat right bottom/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media print, screen and (min-width: 767px) {
  .l-main::after {
    height: 18rem;
  }
}
.l-main.--page {
  background: url(/group/i-shinkoukai/assets/img/site_bg1.jpg) no-repeat left top/30% auto, url(/group/i-shinkoukai/assets/img/site_bg2.jpg) no-repeat right top/36% auto;
}
@media print, screen and (min-width: 767px) {
  .l-main.--page {
    background: url(/group/i-shinkoukai/assets/img/site_bg1.jpg) no-repeat left top/28rem auto, url(/group/i-shinkoukai/assets/img/site_bg2.jpg) no-repeat right top/48rem auto;
  }
}
.l-main.--page .l-page-header {
  padding: 8rem 5% 3rem;
}
@media print, screen and (min-width: 767px) {
  .l-main.--page .l-page-header {
    padding: 8rem 3rem 3rem;
  }
}
.l-main.--page .l-page-header h1 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}
.l-main.--page .l-page-header h1::after {
  content: "";
  width: 4rem;
  border: 3px solid rgb(48, 178, 127);
  display: block;
  margin: 2rem auto 0;
}
.l-main .l-section + * {
  margin-top: 5rem;
  text-align: justify;
  text-justify: inter-cluster;
}
.l-main__inner {
  width: min(100%, 96rem);
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
  text-align: left;
}
@media print, screen and (min-width: 1023px) {
  .l-main__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.l-main .--editor * + * {
  margin-top: 1.5rem;
}
.l-main .--editor .has-text-align-center {
  text-align: center;
}
.l-main .--editor .has-text-align-right {
  text-align: right;
}
.l-main .--editor figure img {
  margin-left: auto;
  margin-right: auto;
  max-width: inherit;
  width: 100%;
  display: block;
}
.l-main .--editor figure figcaption {
  margin-top: 0.8rem;
  color: #808080;
  font-size: 1.4rem;
  text-align: center;
}
.l-main .--editor h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
.l-main .--editor h2:not(:first-child) {
  margin-top: 5rem;
}
.l-main .--editor h2 + * {
  margin-top: 1.2rem;
}
.l-main .--editor h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
.l-main .--editor h3:not(:first-child) {
  margin-top: 3rem;
}
.l-main .--editor h3 + * {
  margin-top: 1.2rem;
}
.l-main .--editor h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #606060;
}
.l-main .--editor h4:not(:first-child) {
  margin-top: 2rem;
}
.l-main .--editor h4 + * {
  margin-top: 0.8rem;
}
.l-main .--editor a {
  text-decoration: underline;
}
.l-main .--editor a[href$=".pdf"]::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  vertical-align: middle;
  background: url(/group/i-shinkoukai/assets/img/icon_pdf.png) no-repeat center center/contain;
}
.l-main .--editor a[href$=".xls"]::after, .l-main .--editor a[href$=".xlsx"]::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  vertical-align: middle;
  background: url(/group/i-shinkoukai/assets/img/icon_excel.png) no-repeat center center/contain;
}
.l-main .--editor a[href$=".ppt"]::after, .l-main .--editor a[href$=".pptx"]::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  vertical-align: middle;
  background: url(/group/i-shinkoukai/assets/img/icon_powerpoint.png) no-repeat center center/contain;
}
.l-main .--editor a[href$=".doc"]::after, .l-main .--editor a[href$=".docx"]::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  vertical-align: middle;
  background: url(/group/i-shinkoukai/assets/img/icon_word.png) no-repeat center center/contain;
}
.l-main .--editor table {
  width: 100%;
}
.l-main .--editor table th, .l-main .--editor table td {
  padding: 0.8rem 0.6rem 0.8rem 0;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.l-main .--editor hr {
  border-top: 1px solid #aaa;
  height: 0;
  overflow: hidden;
  margin: 4rem 0;
}
.l-main .--editor ul {
  /*リスト大枠のデザインをカスタマイズ*/
  counter-reset: number; /*番号をリセット*/
}
.l-main .--editor ul li {
  position: relative; /*li要素を基準に指定-変更しない- */
  display: grid;
  grid-template-columns: 2.2em 1fr;
}
.l-main .--editor ul li:not(:first-child) {
  margin-top: 0.8rem;
}
.l-main .--editor ul li::before {
  /*文字つき番号付きリストのブロックをカスタマイズ*/
  counter-increment: number; /*改行毎に数字を+1追加-変更しない*/
  content: "(" counter(number) ")"; /*文字を変更する場合は”＊”内の文字を変更する*/
  display: inline-block; /*変更しない*/
  text-align: center; /*文字を中央寄せにする*/
}
.l-main .--editor dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #606060;
}
.l-main .--editor dl dt + * {
  margin-top: 1.2rem;
}
.l-main .--editor dl dd + dt {
  margin-top: 2rem;
}

/** Footer */
.l-footer {
  text-align: left;
  padding: 3rem 5rem 8rem;
  background: #efefef;
}
.l-footer__inner {
  text-align: center;
}
.l-footer-profile dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #606060;
}
.l-footer-profile dd {
  font-size: 1.4rem;
  color: #606060;
  margin-top: 0.8rem;
}
.l-footer-profile__address {
  font-size: 0.9em;
  display: block;
}
.l-footer-profile__address + * {
  margin-top: 0.6rem;
}
.l-footer-profile + * {
  margin-top: 2.8rem;
}
.l-footer-copy small {
  margin-top: 3.8rem;
  font-size: 1.2rem;
  color: #808080;
}

/** Pagetop */
.l-pagetop {
  width: 4.8rem;
  height: 4.8rem;
  display: block;
  border-radius: 0.5rem;
  background: #75c1a9;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity ease, 0.3s visibility ease;
}
[data-scroll_flg=on] .l-pagetop {
  opacity: 1;
  visibility: visible;
}
@media print, screen and (min-width: 767px) {
  .l-pagetop {
    width: 6.8rem;
    height: 6.8rem;
    bottom: 3rem;
    right: 3rem;
  }
}

/* =========================
Components
========================= */
/** Heading */
.c-heading-h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
.c-heading-h2:not(:first-child) {
  margin-top: 5rem;
}
.c-heading-h2 + * {
  margin-top: 1.2rem;
}

/* =========================
Page
========================= */
.p-home-mv {
  width: 100%;
  height: 28rem;
  background: url(/group/i-shinkoukai/assets/img/heading_img.svg) no-repeat center bottom/60% auto, url(/group/i-shinkoukai/assets/img/site_bg1.jpg) no-repeat left top/30% auto, url(/group/i-shinkoukai/assets/img/site_bg2.jpg) no-repeat right top/36% auto;
}
@media print, screen and (min-width: 767px) {
  .p-home-mv {
    height: 42rem;
    background: url(/group/i-shinkoukai/assets/img/heading_img.svg) no-repeat center bottom/48rem auto, url(/group/i-shinkoukai/assets/img/site_bg1.jpg) no-repeat left top/36rem auto, url(/group/i-shinkoukai/assets/img/site_bg2.jpg) no-repeat right top/48rem auto;
  }
}
.p-home-mv + * {
  margin-top: 5rem;
}
.p-home-mv__message {
  color: #75c1a9;
  font-size: 2.8rem;
  font-weight: bold;
  padding-top: 5rem;
  text-shadow: 0 0 5rem rgba(255, 255, 255, 0.7);
}
@media print, screen and (min-width: 767px) {
  .p-home-mv__message {
    padding-top: 8rem;
    font-size: 3.6rem;
  }
}
.p-home-mv__message .sp {
  display: block;
}
@media print, screen and (min-width: 767px) {
  .p-home-mv__message .sp {
    display: none;
  }
}
.p-home-mv2 {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 0;
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}
.p-home-mv2 img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media print, screen and (min-width: 1023px) {
  .p-home-mv2 {
    height: auto;
    padding-top: 3rem;
  }
  .p-home-mv2 img {
    position: relative;
    width: initial;
  }
}
.p-home-mv2 + * {
  margin-top: 5rem;
}
.p-home-mv2 h2 {
  position: absolute;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  padding-top: 2rem;
  letter-spacing: 0.1em;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 0 10px;
  top: 2rem;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 5;
}
@media print, screen and (min-width: 767px) {
  .p-home-mv2 h2 {
    top: 4rem;
    font-size: 3.6rem;
  }
}
.p-home-mv2 h2 .sp {
  display: block;
}
@media print, screen and (min-width: 767px) {
  .p-home-mv2 h2 .sp {
    display: none;
  }
}
.p-home-message {
  gap: 3rem;
}
@media print, screen and (min-width: 767px) {
  .p-home-message {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media print {
  .p-home-message {
    display: flex;
    flex-direction: row-reverse;
  }
}
.p-home-message__image {
  width: 16rem;
  margin: 0 auto 2rem;
}
.p-home-message__image figcaption {
  text-align: center;
  margin-top: 0.7rem;
  color: #808080;
  font-size: 1.4rem;
}
.p-home-message__body {
  width: 100%;
}
@media print, screen and (min-width: 767px) {
  .p-home-message__body {
    width: calc(100% - 16rem);
  }
}

/*# sourceMappingURL=styles.css.map */
