@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          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
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

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

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

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

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

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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

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

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

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

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

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  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;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # 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] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 0.6944444444vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767.999px) {
  html {
    font-size: 2.6041666667vw;
    scroll-padding-top: 0;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  word-break: break-all;
  min-height: 100dvh;
  background: #F0EFE8;
  color: #333;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
}
a:hover {
  color: #333;
  cursor: pointer;
}

ol li,
ul li {
  list-style: none;
}

img {
  vertical-align: bottom;
  width: 100%;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  max-width: 100% !important;
  width: 100% !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt1r {
  margin-top: 1rem !important;
}

.mt2r {
  margin-top: 2rem !important;
}

.mt3r {
  margin-top: 3rem !important;
}

.mt4r {
  margin-top: 4rem !important;
}

.mt5r {
  margin-top: 5rem !important;
}

.mt6r {
  margin-top: 6rem !important;
}

.mt7r {
  margin-top: 7rem !important;
}

.mt8r {
  margin-top: 8rem !important;
}

.mt9r {
  margin-top: 9rem !important;
}

.mt10r {
  margin-top: 10rem !important;
}

.mb1r {
  margin-bottom: 1rem !important;
}

.mb2r {
  margin-bottom: 2rem !important;
}

.mb3r {
  margin-bottom: 3rem !important;
}

.mb4r {
  margin-bottom: 4rem !important;
}

.mb5r {
  margin-bottom: 5rem !important;
}

.mb6r {
  margin-bottom: 6rem !important;
}

.mb7r {
  margin-bottom: 7rem !important;
}

.mb8r {
  margin-bottom: 8rem !important;
}

.mb9r {
  margin-bottom: 9rem !important;
}

.mb10r {
  margin-bottom: 10rem !important;
}

.ml1r {
  margin-left: 1rem !important;
}

.ml2r {
  margin-left: 2rem !important;
}

.ml3r {
  margin-left: 3rem !important;
}

.ml4r {
  margin-left: 4rem !important;
}

.ml5r {
  margin-left: 5rem !important;
}

.ml6r {
  margin-left: 6rem !important;
}

.ml7r {
  margin-left: 7rem !important;
}

.ml8r {
  margin-left: 8rem !important;
}

.ml9r {
  margin-left: 9rem !important;
}

.ml10r {
  margin-left: 10rem !important;
}

.mr1r {
  margin-right: 1rem !important;
}

.mr2r {
  margin-right: 2rem !important;
}

.mr3r {
  margin-right: 3rem !important;
}

.mr4r {
  margin-right: 4rem !important;
}

.mr5r {
  margin-right: 5rem !important;
}

.mr6r {
  margin-right: 6rem !important;
}

.mr7r {
  margin-right: 7rem !important;
}

.mr8r {
  margin-right: 8rem !important;
}

.mr9r {
  margin-right: 9rem !important;
}

.mr10r {
  margin-right: 10rem !important;
}

.pl1em {
  padding-left: 1em;
}

.pl2em {
  padding-left: 2em;
}

.pl3em {
  padding-left: 3em;
}

.ind1 {
  text-indent: -1em !important;
  margin-left: 1em !important;
}

.ind2 {
  text-indent: -2em !important;
  margin-left: 2em !important;
}

.ind3 {
  text-indent: -3em !important;
  margin-left: 3em !important;
}

.ind4 {
  text-indent: -4em !important;
  margin-left: 4em !important;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mauto {
  margin: auto;
}

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

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

.container {
  margin: 0 17rem;
}
@media screen and (max-width: 767.999px) {
  .container {
    margin: 0 2rem;
  }
}

.common-index .common-index-title {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4em;
}
@media screen and (max-width: 767.999px) {
  .common-index .common-index-title {
    font-size: 2.56rem;
  }
}
.common-index .common-index-title.center {
  text-align: center;
}
.common-index .common-index-en {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.4em;
  color: #55B779;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.999px) {
  .common-index .common-index-en {
    font-size: 1.12rem;
  }
}
.common-index .common-index-en.center {
  text-align: center;
}

.common-head .common-head-title {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4em;
  color: #084325;
}
@media screen and (max-width: 767.999px) {
  .common-head .common-head-title {
    font-size: 2.24rem;
  }
}
.common-head .common-head-title.center {
  text-align: center;
}
.common-head .common-head-en {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.4em;
  color: #084325;
  margin-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  .common-head .common-head-en {
    font-size: 1.12rem;
    margin-top: 1.5rem;
  }
}
.common-head .common-head-en.center {
  text-align: center;
}

.btn01 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #084325;
  border: 0.1rem solid #084325;
  border-radius: 100vmax;
  padding: 0.95em 4.2em;
  position: relative;
  display: inline-block;
  line-height: 1em;
}
@media screen and (max-width: 767.999px) {
  .btn01 {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.btn01:before {
  content: "";
  width: 1.3em;
  height: 1.3em;
  background: #084325;
  position: absolute;
  top: 0;
  right: 0.9em;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn01:after {
  content: "";
  background: #fff;
  height: 0.35em;
  width: 0.25em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  right: 1.38em;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn01:hover {
  color: #fff;
  background: #084325;
}
.btn01:hover:before {
  background: #fff;
}
.btn01:hover:after {
  background: #084325;
}

#form {
  background: url("../img/share/contact_bg.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.999px) {
  #form {
    height: auto;
    padding: 8rem 0;
  }
}
#form .common-head-title {
  color: #fff;
}
#form .common-head-en {
  color: #fff;
}
#form .form-lead {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  line-height: 1.8em;
  margin-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  #form .form-lead {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 767.999px) {
  #form .form-lead p br {
    display: none;
  }
}
#form .form-btn {
  margin-top: 4rem;
}
#form .form-btn a {
  font-size: 2rem;
  font-weight: 700;
  background: #fff;
  color: #006E36;
  width: 38.7rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vmax;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.999px) {
  #form .form-btn a {
    width: 100%;
    height: 8rem;
    font-size: 1.8rem;
  }
}
#form .form-btn a span {
  position: relative;
  padding-left: 2.5rem;
}
#form .form-btn a span:before {
  content: "";
  background: url("../img/share/icon_mail_g.png") center no-repeat;
  background-size: contain;
  width: 2rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#form .form-btn a:hover {
  color: #fff;
  background: #006E36;
}
#form .form-btn a:hover span:before {
  background: url("../img/share/icon_mail_w.png") center no-repeat;
  background-size: contain;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadepic {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadepic {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 0 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.999px) {
  header {
    position: initial;
    padding: 0 2rem;
  }
}
header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 12rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.999px) {
  header .header-content {
    height: 7.5rem;
  }
}
header .header-content .header-logo {
  width: 39rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.999px) {
  header .header-content .header-logo {
    width: 20rem;
  }
}
header .header-content #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-content #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-content #logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767.999px) {
  header #header-nav {
    background: #006E36 url("../img/share/character.png") bottom right 1rem no-repeat;
    background-size: 8.5rem auto;
    position: fixed;
    top: 0;
    left: calc(100% + 1rem);
    width: calc(100% - 4rem);
    height: 100dvh;
    z-index: 100;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
header #header-nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.999px) {
  header #header-nav nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6.5rem 0;
    height: 100dvh;
    overflow-y: scroll;
  }
}
header #header-nav ul.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 6rem);
  }
}
header #header-nav ul.nav-list > li {
  position: relative;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list > li {
    margin-top: 0;
    padding-bottom: 0;
  }
}
header #header-nav ul.nav-list > li:nth-child(n+2) {
  margin-left: 2rem;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list > li:nth-child(n+2) {
    margin: 1.5rem 0 0;
  }
}
header #header-nav ul.nav-list > li.nav-child {
  cursor: pointer;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list > li.nav-child {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
  }
}
header #header-nav ul.nav-list > li.nav-child .nav-parent,
header #header-nav ul.nav-list > li.nav-child > a {
  padding: 0 0.2rem;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list > li.nav-child .nav-parent,
  header #header-nav ul.nav-list > li.nav-child > a {
    padding: 0;
  }
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list > li.nav-child.active .nav-parent {
    color: #fff;
  }
}
header #header-nav ul.nav-list > li.nav-child.active .nav-parent,
header #header-nav ul.nav-list > li.nav-child.active > a {
  color: #55B779;
  border-color: #55B779;
}
header #header-nav ul.nav-list > li.nav-child.active .nav-parent span:after,
header #header-nav ul.nav-list > li.nav-child.active > a span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: -0.3rem;
  border-color: #55B779;
}
header #header-nav ul.nav-list > li.nav-child.active ul.nav-list-child {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
header #header-nav ul.nav-list > li .nav-parent,
header #header-nav ul.nav-list > li > a {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #333;
  min-width: 10.2rem;
  padding: 0 0.8rem;
  line-height: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 0.1rem solid #333;
  border-bottom: 0.1rem solid #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list > li .nav-parent,
  header #header-nav ul.nav-list > li > a {
    font-size: 1.6rem;
    color: #fff;
    border: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0;
    min-width: auto;
  }
}
header #header-nav ul.nav-list > li .nav-parent span,
header #header-nav ul.nav-list > li > a span {
  position: relative;
  padding-right: 1.2rem;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list > li .nav-parent span,
  header #header-nav ul.nav-list > li > a span {
    padding-right: 0;
  }
}
header #header-nav ul.nav-list > li .nav-parent span:after,
header #header-nav ul.nav-list > li > a span:after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.3rem;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list > li .nav-parent span:after,
  header #header-nav ul.nav-list > li > a span:after {
    content: none;
  }
}
header #header-nav ul.nav-list > li .nav-parent.active, header #header-nav ul.nav-list > li .nav-parent:hover,
header #header-nav ul.nav-list > li > a.active,
header #header-nav ul.nav-list > li > a:hover {
  color: #55B779;
  border-color: #55B779;
}
header #header-nav ul.nav-list-child {
  background: #fff;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 3.2rem;
  left: 0;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2rem;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list-child {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: initial;
    visibility: visible;
    opacity: 1;
    padding: 1.5rem 0;
  }
}
header #header-nav ul.nav-list-child > li:nth-child(n+2) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list-child > li:nth-child(n+2) {
    margin-top: 1rem;
  }
}
header #header-nav ul.nav-list-child > li > a {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8em;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list-child > li > a {
    font-weight: 500;
    position: relative;
    color: #fff;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list-child > li > a:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: #55B779;
    border-radius: 50%;
    position: absolute;
    top: 0.85rem;
    left: 1rem;
  }
}
header #header-nav ul.nav-list-child > li > a.active, header #header-nav ul.nav-list-child > li > a:hover {
  color: #55B779;
}
header #header-nav .header-btn {
  margin-left: 2rem;
}
@media screen and (max-width: 767.999px) {
  header #header-nav .header-btn {
    margin: 1.5rem 0 0;
    width: calc(100% - 6rem);
  }
}
header #header-nav .header-btn a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #333;
  border-radius: 0.4rem;
  padding: 0.05rem 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767.999px) {
  header #header-nav .header-btn a {
    background: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    padding: 0;
    line-height: 1.6em;
  }
}
header #header-nav .header-btn a:hover {
  opacity: 0.7;
}
header #nav-btn {
  display: none;
  position: fixed;
  top: 1.6rem;
  right: 2rem;
  z-index: 100;
}
@media screen and (max-width: 767.999px) {
  header #nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .btn-open {
  position: relative;
  background: #333;
  cursor: pointer;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
}
header .btn-open span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 1.4rem;
  height: 0.15rem;
  border-radius: 100vmax;
  background: #fff;
  width: 1.7rem;
}
header .btn-open span:nth-of-type(1) {
  top: 1.7rem;
}
header .btn-open span:nth-of-type(2) {
  top: 2.2rem;
}
header .btn-open span:nth-of-type(3) {
  top: 2.7rem;
}
@media screen and (max-width: 767.999px) {
  header.active #header-nav {
    left: 4rem;
  }
}
@media screen and (max-width: 767.999px) {
  header.active .btn-open {
    background: none;
    border: 0.1rem solid #fff;
  }
}
header.active .btn-open span:nth-of-type(1) {
  top: 0.1rem;
  left: 1.4rem;
  -webkit-transform: translateY(2rem) rotate(-45deg);
          transform: translateY(2rem) rotate(-45deg);
  width: 1.7rem;
}
header.active .btn-open span:nth-of-type(2) {
  opacity: 0;
}
header.active .btn-open span:nth-of-type(3) {
  top: 4.1rem;
  left: 1.4rem;
  -webkit-transform: translateY(-2rem) rotate(45deg);
          transform: translateY(-2rem) rotate(45deg);
  width: 1.7rem;
}
header.scroll {
  background: #fff;
  -webkit-box-shadow: 0 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767.999px) {
  header.scroll {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
header.scroll .header-content {
  height: 8rem;
}
@media screen and (max-width: 767.999px) {
  header.scroll .header-content {
    height: 7.5rem;
  }
}
header.scroll .header-content .header-logo {
  width: 25rem;
}
@media screen and (max-width: 767.999px) {
  header.scroll .header-content .header-logo {
    width: 20rem;
  }
}

footer {
  background: #195E41;
  padding: 15rem 0 1rem;
}
@media screen and (max-width: 767.999px) {
  footer {
    padding: 12rem 0 1rem;
  }
}
footer .footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.999px) {
  footer .footer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-block .footer-info {
  width: 36%;
}
@media screen and (max-width: 767.999px) {
  footer .footer-block .footer-info {
    width: 100%;
  }
}
@media screen and (max-width: 767.999px) {
  footer .footer-block .footer-info .footer-info-logo {
    text-align: center;
  }
}
@media screen and (max-width: 767.999px) {
  footer .footer-block .footer-info .footer-info-logo img {
    width: 60%;
  }
}
@media screen and (max-width: 767.999px) {
  footer .footer-block .footer-info .footer-info-block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
footer .footer-block .footer-info .footer-info-address {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.8em;
  color: #fff;
  margin-top: 1rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-block .footer-info .footer-info-address {
    margin-top: 2rem;
  }
}
footer .footer-block .footer-info .footer-info-tel {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  margin-top: 0.8rem;
}
footer .footer-block .footer-info .footer-info-tel a {
  color: #fff;
}
footer .footer-block .footer-menu {
  width: 53%;
}
@media screen and (max-width: 767.999px) {
  footer .footer-block .footer-menu {
    width: 100%;
  }
}
footer .footer-block .footer-menu ul.footer-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-block .footer-menu ul.footer-menu-list {
    margin-top: 6rem;
  }
}
footer .footer-block .footer-menu ul.footer-menu-list li {
  margin-left: 2%;
}
@media screen and (max-width: 767.999px) {
  footer .footer-block .footer-menu ul.footer-menu-list li {
    width: 48%;
    margin-left: 4%;
  }
}
footer .footer-block .footer-menu ul.footer-menu-list li:nth-child(3n) {
  width: 28%;
}
@media screen and (max-width: 767.999px) {
  footer .footer-block .footer-menu ul.footer-menu-list li:nth-child(3n) {
    width: 48%;
  }
}
footer .footer-block .footer-menu ul.footer-menu-list li:nth-child(3n-1) {
  width: 41%;
}
@media screen and (max-width: 767.999px) {
  footer .footer-block .footer-menu ul.footer-menu-list li:nth-child(3n-1) {
    width: 48%;
  }
}
footer .footer-block .footer-menu ul.footer-menu-list li:nth-child(3n-2) {
  margin-left: 0;
  width: 27%;
}
@media screen and (max-width: 767.999px) {
  footer .footer-block .footer-menu ul.footer-menu-list li:nth-child(3n-2) {
    width: 48%;
    margin-left: 4%;
  }
}
footer .footer-block .footer-menu ul.footer-menu-list li:nth-child(n+4) {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-block .footer-menu ul.footer-menu-list li:nth-child(n+3) {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767.999px) {
  footer .footer-block .footer-menu ul.footer-menu-list li:nth-child(2n-1) {
    margin-left: 0;
  }
}
footer .footer-block .footer-menu ul.footer-menu-list li a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8em;
  color: #fff;
}
footer .footer-block .footer-menu ul.footer-menu-list li a:hover {
  text-decoration: underline;
}
footer #copyright {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  margin-top: 18rem;
}
@media screen and (max-width: 767.999px) {
  footer #copyright {
    font-size: 1rem;
    margin-top: 10rem;
  }
}

body#top #mv {
  position: relative;
  width: 100%;
  background-image: url("../img/share/illust_01.png"), -webkit-gradient(linear, left top, right top, from(#94D0B7), color-stop(28%, #94D0B7), color-stop(28%, transparent), to(transparent));
  background-image: url("../img/share/illust_01.png"), linear-gradient(90deg, #94D0B7 0%, #94D0B7 28%, transparent 28%, transparent 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top left;
  background-size: contain, 100%;
}
@media screen and (max-width: 767.999px) {
  body#top #mv {
    background-image: url("../img/share/illust_04.png"), -webkit-gradient(linear, left bottom, left top, from(#94D0B7), color-stop(48%, #94D0B7), color-stop(48%, transparent), to(transparent));
    background-image: url("../img/share/illust_04.png"), linear-gradient(0deg, #94D0B7 0%, #94D0B7 48%, transparent 48%, transparent 100%);
  }
}
body#top #mv .mv-content {
  padding: 12rem 0 7.5rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content {
    padding: 0 0 9.5rem;
  }
}
body#top #mv .mv-content .mv-load {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  position: absolute;
  inset: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  line-height: 2em;
  padding-top: 4.5rem;
  -webkit-animation: anime-mv-load-hidden 1.5s ease-out 2.8s forwards;
          animation: anime-mv-load-hidden 1.5s ease-out 2.8s forwards;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content .mv-load {
    font-size: 3.2rem;
    letter-spacing: 0.16em;
    padding: 0 0 17rem;
  }
}
@-webkit-keyframes anime-mv-load-hidden {
  100% {
    opacity: 0;
  }
}
@keyframes anime-mv-load-hidden {
  100% {
    opacity: 0;
  }
}
body#top #mv .mv-content .mv-load span {
  display: block;
  clip-path: inset(0 0 100% 0);
  -webkit-animation: anime-mv-load 2s ease-out 0.5s forwards;
          animation: anime-mv-load 2s ease-out 0.5s forwards;
}
body#top #mv .mv-content .mv-load span:nth-child(2) {
  margin-top: 5rem;
  -webkit-animation: anime-mv-load 1.5s ease-out 1.5s forwards;
          animation: anime-mv-load 1.5s ease-out 1.5s forwards;
}
@-webkit-keyframes anime-mv-load {
  100% {
    clip-path: inset(0);
  }
}
@keyframes anime-mv-load {
  100% {
    clip-path: inset(0);
  }
}
body#top #mv .mv-content .mv-copy {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  position: absolute;
  top: 22rem;
  left: 7rem;
  line-height: 1.5em;
  opacity: 0;
  -webkit-animation: anime-mv-copy 1.5s ease-out 2.8s forwards;
          animation: anime-mv-copy 1.5s ease-out 2.8s forwards;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content .mv-copy {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 2.6rem;
    position: initial;
    line-height: 1.7em;
    letter-spacing: 0.16em;
    margin: 1.5rem 0 0 2rem;
  }
}
@-webkit-keyframes anime-mv-copy {
  100% {
    opacity: 1;
  }
}
@keyframes anime-mv-copy {
  100% {
    opacity: 1;
  }
}
body#top #mv .mv-content .mv-copy span {
  display: block;
}
body#top #mv .mv-content .mv-copy span:nth-child(2) {
  margin-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content .mv-copy span:nth-child(2) {
    margin-top: 0;
  }
}
body#top #mv .mv-content .mv-pic {
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content .mv-pic {
    margin-left: 2rem;
  }
}
body#top #mv .mv-content .mv-pic picture {
  display: block;
  height: 55.5rem;
  width: 100rem;
  margin: auto;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content .mv-pic picture {
    width: 100%;
    height: 50rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
body#top #mv .mv-content .mv-pic img {
  width: 100rem;
  height: 65rem;
  -o-object-fit: cover;
     object-fit: cover;
  visibility: hidden;
  opacity: 0;
  -webkit-animation: anime-mv-pic 1.5s ease-out 2.8s forwards;
          animation: anime-mv-pic 1.5s ease-out 2.8s forwards;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content .mv-pic img {
    height: 60rem;
  }
}
@-webkit-keyframes anime-mv-pic {
  100% {
    visibility: visible;
    opacity: 1;
    height: 55.5rem;
  }
}
@keyframes anime-mv-pic {
  100% {
    visibility: visible;
    opacity: 1;
    height: 55.5rem;
  }
}
@media screen and (max-width: 767.999px) {
  @-webkit-keyframes anime-mv-pic {
    100% {
      visibility: visible;
      opacity: 1;
      height: 50rem;
    }
  }
  @keyframes anime-mv-pic {
    100% {
      visibility: visible;
      opacity: 1;
      height: 50rem;
    }
  }
}
body#top #mv .mv-content .mv-scroll {
  position: absolute;
  top: 34rem;
  right: 5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content .mv-scroll {
    display: none;
  }
}
body#top #mv .mv-content .mv-scroll a {
  line-height: 2em;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #084325;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
  padding-bottom: 7.5rem;
}
body#top #mv .mv-content .mv-scroll a:after {
  content: "";
  width: 0.1rem;
  height: 7rem;
  background: #084325;
  position: absolute;
  top: 6.5rem;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: anime-mv-scroll 2s ease-in-out infinite;
          animation: anime-mv-scroll 2s ease-in-out infinite;
}
@-webkit-keyframes anime-mv-scroll {
  0% {
    height: 7rem;
  }
  50% {
    height: 3rem;
  }
  100% {
    height: 7rem;
  }
}
@keyframes anime-mv-scroll {
  0% {
    height: 7rem;
  }
  50% {
    height: 3rem;
  }
  100% {
    height: 7rem;
  }
}
body#top #mv .mv-content .mv-scroll a:hover {
  opacity: 0.7;
}
body#top #service {
  padding: 10rem 0 17rem;
  background: url("../img/share/illust_02.png") bottom 7rem left 2rem no-repeat;
  background-size: 18rem auto;
}
@media screen and (max-width: 767.999px) {
  body#top #service {
    padding: 8rem 0 13.5rem;
    background: url("../img/share/illust_02.png") bottom 5rem left 0.5rem no-repeat;
    background-size: 14.5rem auto;
  }
}
body#top #service .service-content {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.999px) {
  body#top #service .service-content {
    margin-top: 4.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #service .service-info {
  width: 42%;
}
@media screen and (max-width: 767.999px) {
  body#top #service .service-info {
    width: 100%;
  }
}
body#top #service .service-info .service-info-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.5em;
  margin-top: 4rem;
  text-align: justify;
}
@media screen and (max-width: 767.999px) {
  body#top #service .service-info .service-info-text {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 3rem;
    line-height: 2.2em;
  }
}
body#top #service .service-info .service-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #service .service-info .service-btn {
    margin-top: 3rem;
    text-align: center;
  }
}
body#top #service .service-pic {
  width: 50%;
  height: 45rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #service .service-pic {
    width: 100%;
    height: 26rem;
    margin-top: 4rem;
  }
}
body#top #service .service-pic .service-bg {
  width: 36rem;
  height: 25rem;
  background: url("../img/share/dot_01.png") top left repeat;
  background-size: 0.9rem;
  position: absolute;
  top: 14.5rem;
  left: 3rem;
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#top #service .service-pic .service-bg {
    width: 20rem;
    height: 16rem;
    top: 7rem;
    left: 0;
    background-size: 0.6rem;
  }
}
body#top #service .service-pic .service-pic-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
body#top #service .service-pic .service-pic-large .service-pic-large-inner {
  border-radius: 1.2rem;
  width: 48rem;
  overflow: hidden;
}
@media screen and (max-width: 767.999px) {
  body#top #service .service-pic .service-pic-large .service-pic-large-inner {
    width: 80%;
  }
}
body#top #service .service-pic .service-pic-small {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 1.2rem;
  width: 25rem;
  overflow: hidden;
}
@media screen and (max-width: 767.999px) {
  body#top #service .service-pic .service-pic-small {
    width: 16rem;
  }
}
body#top #service .service-pic .service-pic-character {
  position: absolute;
  bottom: 0;
  right: -5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #service .service-pic .service-pic-character {
    right: -1.5rem;
  }
}
body#top #service .service-pic .service-pic-character img {
  width: 13rem;
}
@media screen and (max-width: 767.999px) {
  body#top #service .service-pic .service-pic-character img {
    width: 9rem;
  }
}
body#top #service .common-index,
body#top #service .common-head,
body#top #service .service-info-text,
body#top #service .service-btn,
body#top #service .service-pic-character,
body#top #service .service-pic-large img,
body#top #service .service-pic-small img {
  opacity: 0;
}
body#top #service.active .common-index {
  -webkit-animation: fadeup 0.5s ease-out 0.2s forwards;
          animation: fadeup 0.5s ease-out 0.2s forwards;
}
body#top #service.active .common-head {
  -webkit-animation: fadeup 0.5s ease-out 0.4s forwards;
          animation: fadeup 0.5s ease-out 0.4s forwards;
}
body#top #service.active .service-info-text {
  -webkit-animation: fadeup 0.5s ease-out 0.6s forwards;
          animation: fadeup 0.5s ease-out 0.6s forwards;
}
body#top #service.active .service-btn {
  -webkit-animation: fadeup 0.5s ease-out 0.8s forwards;
          animation: fadeup 0.5s ease-out 0.8s forwards;
}
body#top #service.active .service-pic-character {
  -webkit-animation: fadeup 0.5s ease-out 1s forwards;
          animation: fadeup 0.5s ease-out 1s forwards;
}
body#top #service.active .service-pic-large img {
  -webkit-animation: fadepic 1s ease-in-out 1s forwards;
          animation: fadepic 1s ease-in-out 1s forwards;
}
body#top #service.active .service-pic-small img {
  -webkit-animation: fadepic 1s ease-in-out 1s forwards;
          animation: fadepic 1s ease-in-out 1s forwards;
}
body#top #business {
  padding: 15rem 0;
  background-image: url("../img/share/illust_03.png"), -webkit-gradient(linear, left top, right top, from(#fff), color-stop(79%, #fff), color-stop(79%, #94D0B7), to(#94D0B7));
  background-image: url("../img/share/illust_03.png"), linear-gradient(90deg, #fff 0%, #fff 79%, #94D0B7 79%, #94D0B7 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right 17rem, top left;
  background-size: 25rem auto, 100%;
}
@media screen and (max-width: 767.999px) {
  body#top #business {
    padding: 12rem 0;
    background-position: bottom right, top left;
    background-size: 20rem auto, 100%;
  }
}
body#top #business .business-list .business-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #business .business-list .business-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #business .business-list .business-block:nth-child(1):after {
  content: "";
  width: 42rem;
  height: 33rem;
  background: url("../img/share/dot_01.png") top left repeat;
  background-size: 0.9rem;
  position: absolute;
  top: -8rem;
  left: 7rem;
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#top #business .business-list .business-block:nth-child(1):after {
    width: 20rem;
    height: 12rem;
    top: -8rem;
    left: auto;
    right: 0;
  }
}
body#top #business .business-list .business-block:nth-child(2):after {
  content: "";
  width: 42rem;
  height: 33rem;
  background: url("../img/share/dot_01.png") top left repeat;
  background-size: 0.9rem;
  position: absolute;
  top: -24rem;
  left: 38rem;
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#top #business .business-list .business-block:nth-child(2):after {
    width: 20rem;
    height: 10rem;
    top: -12rem;
    left: 0;
  }
}
body#top #business .business-list .business-block:nth-child(3):after {
  content: "";
  width: 26rem;
  height: 21rem;
  background: url("../img/share/dot_01.png") top left repeat;
  background-size: 0.9rem;
  position: absolute;
  top: -13rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#top #business .business-list .business-block:nth-child(3):after {
    width: 22rem;
    height: 13rem;
    top: -13rem;
    left: auto;
    right: 0;
  }
}
body#top #business .business-list .business-block .business-info {
  width: 42.5%;
  padding: 5.5rem 16rem 0 9rem;
}
@media screen and (max-width: 767.999px) {
  body#top #business .business-list .business-block .business-info {
    width: 100%;
    padding: 0 2rem;
  }
}
body#top #business .business-list .business-block .business-info .business-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.3em;
  margin-top: 4rem;
  text-align: justify;
}
@media screen and (max-width: 767.999px) {
  body#top #business .business-list .business-block .business-info .business-text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2em;
    margin-top: 3rem;
  }
}
body#top #business .business-list .business-block .business-pic {
  width: 57.5%;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767.999px) {
  body#top #business .business-list .business-block .business-pic {
    width: calc(100% - 2rem);
    margin-top: 3rem;
  }
}
body#top #business .business-list .business-block:nth-child(n+2) {
  margin-top: 11.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #business .business-list .business-block:nth-child(n+2) {
    margin-top: 10rem;
  }
}
body#top #business .business-list .business-block:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #business .business-list .business-block:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #business .business-list .business-block:nth-child(2n) .business-info {
  padding: 5.5rem 9rem 0 16rem;
}
@media screen and (max-width: 767.999px) {
  body#top #business .business-list .business-block:nth-child(2n) .business-info {
    width: 100%;
    padding: 0 2rem;
  }
}
body#top #business .business-list .business-block:nth-child(2n) .business-pic {
  width: 57.5%;
  border-radius: 0;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
@media screen and (max-width: 767.999px) {
  body#top #business .business-list .business-block:nth-child(2n) .business-pic {
    width: calc(100% - 2rem);
    margin-left: 2rem;
  }
}
body#top #business .common-head,
body#top #business .business-text,
body#top #business .business-pic img {
  opacity: 0;
}
body#top #business .fade.active .common-head {
  -webkit-animation: fadeup 0.5s ease-out 0.2s forwards;
          animation: fadeup 0.5s ease-out 0.2s forwards;
}
body#top #business .fade.active .business-text {
  -webkit-animation: fadeup 0.5s ease-out 0.4s forwards;
          animation: fadeup 0.5s ease-out 0.4s forwards;
}
body#top #business .fade.active .business-pic img {
  -webkit-animation: fadepic 1s ease-in-out 0.6s forwards;
          animation: fadepic 1s ease-in-out 0.6s forwards;
}
body#top #gallery ul.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body#top #gallery ul.gallery-list li {
  width: 33.3333333333%;
  overflow: hidden;
}
body#top #gallery ul.gallery-list li img {
  opacity: 0;
}
body#top #gallery.active ul.gallery-list li:nth-child(1) img {
  -webkit-animation: fadepic 1s ease-in-out 0.2s forwards;
          animation: fadepic 1s ease-in-out 0.2s forwards;
}
body#top #gallery.active ul.gallery-list li:nth-child(2) img {
  -webkit-animation: fadepic 1s ease-in-out 0.4s forwards;
          animation: fadepic 1s ease-in-out 0.4s forwards;
}
body#top #gallery.active ul.gallery-list li:nth-child(3) img {
  -webkit-animation: fadepic 1s ease-in-out 0.6s forwards;
          animation: fadepic 1s ease-in-out 0.6s forwards;
}
body#top #parking {
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #parking {
    padding: 8rem 0 12rem;
  }
}
body#top #parking .parking-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.999px) {
  body#top #parking .parking-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #parking .parking-content .common-head {
  width: 25%;
}
@media screen and (max-width: 767.999px) {
  body#top #parking .parking-content .common-head {
    width: 100%;
    text-align: center;
  }
}
body#top #parking .parking-content ul.parking-menu {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.999px) {
  body#top #parking .parking-content ul.parking-menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
}
body#top #parking .parking-content ul.parking-menu li {
  width: 32.4%;
}
@media screen and (max-width: 767.999px) {
  body#top #parking .parking-content ul.parking-menu li {
    width: 100%;
  }
}
body#top #parking .parking-content ul.parking-menu li:nth-child(n+2) {
  margin-left: 1.4%;
}
@media screen and (max-width: 767.999px) {
  body#top #parking .parking-content ul.parking-menu li:nth-child(n+2) {
    margin: 4rem 0 0;
  }
}
body#top #parking .parking-content ul.parking-menu li#parking-gps figure .parking-menu-name:after {
  background: url("../img/top/icon_gps.png") center left no-repeat;
  background-size: contain;
}
body#top #parking .parking-content ul.parking-menu li#parking-list figure .parking-menu-name {
  font-size: 2rem;
}
body#top #parking .parking-content ul.parking-menu li#parking-list figure .parking-menu-name:after {
  background: url("../img/top/icon_list.png") center left no-repeat;
  background-size: contain;
}
body#top #parking .parking-content ul.parking-menu li#parking-news figure .parking-menu-name:after {
  background: url("../img/top/icon_news.png") center left no-repeat;
  background-size: contain;
}
body#top #parking .parking-content ul.parking-menu li figure {
  position: relative;
}
body#top #parking .parking-content ul.parking-menu li figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.8rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.24)), color-stop(84.77%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 50%, rgba(0, 0, 0, 0.8) 84.77%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body#top #parking .parking-content ul.parking-menu li .parking-menu-pic {
  overflow: hidden;
  border-radius: 0.8rem;
}
body#top #parking .parking-content ul.parking-menu li .parking-menu-pic img {
  border-radius: 0.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 43rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.999px) {
  body#top #parking .parking-content ul.parking-menu li .parking-menu-pic img {
    height: 22rem;
  }
}
body#top #parking .parking-content ul.parking-menu li figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 1.8rem 4rem;
  width: 100%;
}
@media screen and (max-width: 767.999px) {
  body#top #parking .parking-content ul.parking-menu li figcaption {
    padding-bottom: 2.5rem;
  }
}
body#top #parking .parking-content ul.parking-menu li figcaption .parking-menu-en {
  color: #fff;
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.4em;
}
body#top #parking .parking-content ul.parking-menu li figcaption .parking-menu-name {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2em;
  margin-top: 1rem;
  padding-left: 2.3rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #parking .parking-content ul.parking-menu li figcaption .parking-menu-name {
    font-weight: 400;
  }
}
body#top #parking .parking-content ul.parking-menu li figcaption .parking-menu-name:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
body#top #parking .parking-content ul.parking-menu li figcaption .parking-menu-name:after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
body#top #parking .parking-content ul.parking-menu li figcaption .parking-menu-name span {
  display: block;
  position: relative;
}
body#top #parking .parking-content ul.parking-menu li figcaption .parking-menu-name span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.3rem;
  height: 0.05rem;
  background: #fff;
}
body#top #parking .parking-content ul.parking-menu li figcaption .parking-menu-name span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.05rem solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
body#top #parking .parking-content ul.parking-menu li a:hover figure:after {
  opacity: 0.4;
}
body#top #parking .parking-content ul.parking-menu li a:hover .parking-menu-pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
body#top #parking .parking-content .parking-character {
  position: absolute;
  bottom: 0;
  left: 16.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #parking .parking-content .parking-character {
    left: auto;
    right: 0.5rem;
  }
}
body#top #parking .parking-content .parking-character img {
  width: 11rem;
}
@media screen and (max-width: 767.999px) {
  body#top #parking .parking-content .parking-character img {
    width: 9rem;
  }
}
body#top #parking .common-head,
body#top #parking ul.parking-menu li {
  opacity: 0;
}
body#top #parking.active .common-head {
  -webkit-animation: fadeup 0.5s ease-out 0.2s forwards;
          animation: fadeup 0.5s ease-out 0.2s forwards;
}
body#top #parking.active ul.parking-menu li:nth-child(1) {
  -webkit-animation: fadeup 0.5s ease-out 0.4s forwards;
          animation: fadeup 0.5s ease-out 0.4s forwards;
}
body#top #parking.active ul.parking-menu li:nth-child(2) {
  -webkit-animation: fadeup 0.5s ease-out 0.6s forwards;
          animation: fadeup 0.5s ease-out 0.6s forwards;
}
body#top #parking.active ul.parking-menu li:nth-child(3) {
  -webkit-animation: fadeup 0.5s ease-out 0.8s forwards;
          animation: fadeup 0.5s ease-out 0.8s forwards;
}

body.page main {
  padding-top: 12rem;
}
@media screen and (max-width: 767.999px) {
  body.page main {
    padding-top: 0;
  }
}
body.page .container {
  margin: 0 17rem;
}
@media screen and (max-width: 1200px) {
  body.page .container {
    margin: 0 5rem;
  }
}
@media screen and (max-width: 767.999px) {
  body.page .container {
    margin: 0 1.5rem;
  }
}
body.page #form {
  margin-top: 14rem;
}
@media screen and (max-width: 767.999px) {
  body.page #form {
    margin-top: 10rem;
  }
}
body.page #mv-page {
  position: relative;
  z-index: 1;
}
body.page #mv-page .mv-page-block {
  height: 29rem;
  padding: 0 10rem 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body.page #mv-page .mv-page-block {
    height: 15rem;
    padding: 0 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.page #mv-page .mv-page-block .mv-page-title {
  text-align: center;
}
body.page #mv-page .mv-page-block .mv-page-title .mv-page-title-name {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.999px) {
  body.page #mv-page .mv-page-block .mv-page-title .mv-page-title-name {
    font-size: 2rem;
  }
}
body.page #mv-page .mv-page-block .mv-page-title .mv-page-title-en {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.07em;
  color: #55B779;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.999px) {
  body.page #mv-page .mv-page-block .mv-page-title .mv-page-title-en {
    font-size: 1.3rem;
  }
}
body.page #mv-page .mv-page-block .mv-page-bg {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.03em;
  color: #FFFEF8;
  position: absolute;
  bottom: 9rem;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body.page #mv-page .mv-page-block .mv-page-bg {
    font-size: 6rem;
    bottom: 7rem;
  }
}
body.page #mv-head {
  background: -webkit-gradient(linear, left top, right top, from(#94D0B7), color-stop(28%, #94D0B7), color-stop(28%, transparent), to(transparent)) top left;
  background: linear-gradient(90deg, #94D0B7 0%, #94D0B7 28%, transparent 28%, transparent 100%) top left;
  background-size: contain, 100%;
  height: 62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body.page #mv-head {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
body.page #mv-head:after {
  content: "";
  width: 28%;
  height: 13rem;
  background: #94D0B7;
  position: absolute;
  top: -12.5rem;
  left: 0;
  z-index: -1;
}
body.page #mv-head .mv-head-block {
  margin-left: 17rem;
  overflow: hidden;
}
@media screen and (max-width: 767.999px) {
  body.page #mv-head .mv-head-block {
    margin-left: 3rem;
  }
}
body.page #mv-head .mv-head-title .mv-head-title-name {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  body.page #mv-head .mv-head-title .mv-head-title-name {
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 767.999px) {
  body.page #mv-head .mv-head-title .mv-head-title-name {
    font-size: 2.4rem;
  }
}
body.page #mv-head .mv-head-title .mv-head-title-en {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #006E28;
  line-height: 1.5em;
}
@media screen and (max-width: 1200px) {
  body.page #mv-head .mv-head-title .mv-head-title-en {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body.page #mv-head .mv-head-title .mv-head-title-en {
    font-size: 1.4rem;
  }
}
body.page #mv-head .mv-head-bg {
  position: relative;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767.999px) {
  body.page #mv-head .mv-head-bg {
    margin-top: 5rem;
  }
}
body.page #mv-head .mv-head-bg .mv-head-bg-en {
  position: absolute;
  top: -0.87em;
  right: 0;
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 10rem;
  font-weight: 400;
  color: #FFFEF8;
  letter-spacing: -0.03em;
  line-height: 1em;
  white-space: nowrap;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  body.page #mv-head .mv-head-bg .mv-head-bg-en {
    font-size: 12rem;
    max-width: 100rem;
  }
}
@media screen and (max-width: 767.999px) {
  body.page #mv-head .mv-head-bg .mv-head-bg-en {
    font-size: 6rem;
    max-width: 27rem;
  }
}
body.page #mv-head .mv-head-bg .mv-head-bg-pic img {
  width: 100%;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
@media screen and (max-width: 767.999px) {
  body.page #mv-head .mv-head-bg .mv-head-bg-pic img {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
body.page .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page .pager .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page .pager span,
body.page .pager a {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  width: 2em;
  height: 2em;
  margin: 0 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  body.page .pager span,
  body.page .pager a {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body.page .pager span,
  body.page .pager a {
    font-size: 1.4rem;
  }
}
body.page .pager span {
  color: #55B779;
}
body.page .pager .next,
body.page .pager .prev,
body.page .pager .nextpostslink,
body.page .pager .previouspostslink {
  position: relative;
}
body.page .pager .next:after,
body.page .pager .prev:after,
body.page .pager .nextpostslink:after,
body.page .pager .previouspostslink:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border-top: 0.2rem solid #333;
  border-right: 0.2rem solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  inset: 0;
  margin: auto;
}
body.page .pager .prev:after,
body.page .pager .previouspostslink:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
body.page .breadcrumblist {
  margin: 2rem 17rem;
}
@media screen and (max-width: 1200px) {
  body.page .breadcrumblist {
    margin: 2rem 5rem;
  }
}
@media screen and (max-width: 767.999px) {
  body.page .breadcrumblist {
    margin: 0 1.5rem 2rem;
  }
}
body.page .breadcrumblist ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.999px) {
  body.page .breadcrumblist ol {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
body.page .breadcrumblist ol li {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1200px) {
  body.page .breadcrumblist ol li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.999px) {
  body.page .breadcrumblist ol li {
    font-size: 1.2rem;
    font-weight: 400;
    white-space: nowrap;
  }
}
body.page .breadcrumblist ol li a:hover {
  color: #55B779;
}
body.page .breadcrumblist ol li:nth-child(n+2) {
  margin-left: 0.8em;
  padding-left: 1.5em;
}
body.page .breadcrumblist ol li:nth-child(n+2):before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: block;
  border-top: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body.page .page-common-head .page-common-head-title {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2em;
}
@media screen and (max-width: 1200px) {
  body.page .page-common-head .page-common-head-title {
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 767.999px) {
  body.page .page-common-head .page-common-head-title {
    font-size: 2.5rem;
  }
}
body.page .page-common-head .page-common-head-title.center {
  text-align: center;
}
body.page .page-common-head .page-common-head-title.white {
  color: #fff;
}
body.page .page-common-head .page-common-head-en {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #55B779;
  margin-top: 0.4em;
}
@media screen and (max-width: 1200px) {
  body.page .page-common-head .page-common-head-en {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body.page .page-common-head .page-common-head-en {
    font-size: 1.1rem;
  }
}
body.page .page-common-head .page-common-head-en.center {
  text-align: center;
}
body.page .page-common-head .page-common-head-en.white {
  color: #fff;
}
body.page .common-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.999px) {
  body.page .common-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.page .common-banner .common-banner-block {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767.999px) {
  body.page .common-banner .common-banner-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.page .common-banner .common-banner-block .common-banner-head {
  width: 44%;
  color: #fff;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2rem;
}
@media screen and (max-width: 767.999px) {
  body.page .common-banner .common-banner-block .common-banner-head {
    width: 100%;
    padding: 1.5rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body.page .common-banner .common-banner-block .common-banner-head.blue {
  background: #5DA0CD;
}
body.page .common-banner .common-banner-block .common-banner-head.orange {
  background: #ECA739;
}
body.page .common-banner .common-banner-block .common-banner-head.green {
  background: #55B779;
}
body.page .common-banner .common-banner-block .common-banner-head.brown {
  background: #A39F8A;
}
body.page .common-banner .common-banner-block .common-banner-head .common-banner-head-en {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1200px) {
  body.page .common-banner .common-banner-block .common-banner-head .common-banner-head-en {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body.page .common-banner .common-banner-block .common-banner-head .common-banner-head-en {
    font-size: 1.4rem;
  }
}
body.page .common-banner .common-banner-block .common-banner-head .common-banner-head-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  body.page .common-banner .common-banner-block .common-banner-head .common-banner-head-title {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body.page .common-banner .common-banner-block .common-banner-head .common-banner-head-title {
    font-size: 1.8rem;
  }
}
body.page .common-banner .common-banner-block .common-banner-pic {
  width: 56%;
  overflow: hidden;
}
@media screen and (max-width: 767.999px) {
  body.page .common-banner .common-banner-block .common-banner-pic {
    width: 100%;
  }
}
body.page .common-banner .common-banner-block .common-banner-pic img {
  width: 100%;
  height: 17rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  body.page .common-banner .common-banner-block .common-banner-pic img {
    height: 20.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body.page .common-banner .common-banner-block .common-banner-pic img {
    height: 15rem;
    -o-object-position: top center;
       object-position: top center;
  }
}
@media screen and (max-width: 767.999px) {
  body.page .common-banner .common-banner-block + .common-banner-block {
    margin-top: 2rem;
  }
}
body.page .common-banner .common-banner-block:hover .common-banner-pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body#privacypolicy .policy {
  background: #fff;
  border-radius: 0.8rem;
  margin: 0 17rem;
  padding: 4.5rem 15rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  body#privacypolicy .policy {
    margin: 0 5rem;
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#privacypolicy .policy {
    margin: 0 1.5rem;
    padding: 4rem 1.5rem;
    line-height: 2em;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
body#privacypolicy .policy .block + .block {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767.999px) {
  body#privacypolicy .policy .block + .block {
    margin-top: 3em;
  }
}
body#privacypolicy .policy .title {
  font-weight: 700;
  color: #35A175;
}
body#privacypolicy .policy .note {
  margin-left: 1em;
  text-indent: -1em;
}
body#privacypolicy .policy ul li {
  position: relative;
  padding-left: 1.5em;
}
body#privacypolicy .policy ul li:before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 0.6em;
}

body#contact .contact-block {
  margin: 0 32rem;
}
@media screen and (max-width: 1200px) {
  body#contact .contact-block {
    margin: 0 17rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#contact .contact-block {
    margin: 0 1.5rem;
  }
}
body#contact .contact-table .contact-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.999px) {
  body#contact .contact-table .contact-table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#contact .contact-table .contact-table-row .contact-table-head {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.999px) {
  body#contact .contact-table .contact-table-row .contact-table-head {
    width: 100%;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body#contact .contact-table .contact-table-row .contact-table-head .contact-table-head-title {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  body#contact .contact-table .contact-table-row .contact-table-head .contact-table-head-title {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#contact .contact-table .contact-table-row .contact-table-head .contact-table-head-title {
    font-size: 1.5rem;
  }
}
body#contact .contact-table .contact-table-row .contact-table-head .contact-table-head-required,
body#contact .contact-table .contact-table-row .contact-table-head .contact-table-head-optional {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #fff;
  background: #FF0015;
  border-radius: 0.2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.2rem 0.8rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 1200px) {
  body#contact .contact-table .contact-table-row .contact-table-head .contact-table-head-required,
  body#contact .contact-table .contact-table-row .contact-table-head .contact-table-head-optional {
    font-size: 1.32rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#contact .contact-table .contact-table-row .contact-table-head .contact-table-head-required,
  body#contact .contact-table .contact-table-row .contact-table-head .contact-table-head-optional {
    font-size: 1.1rem;
    margin-top: 0;
  }
}
body#contact .contact-table .contact-table-row .contact-table-head .contact-table-head-optional {
  background: #999;
}
body#contact .contact-table .contact-table-row .contact-table-body {
  width: 70%;
}
@media screen and (max-width: 767.999px) {
  body#contact .contact-table .contact-table-row .contact-table-body {
    width: 100%;
    margin-top: 0.8rem;
  }
}
body#contact .contact-table .contact-table-row + .contact-table-row {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.999px) {
  body#contact .contact-table .contact-table-row + .contact-table-row {
    margin-top: 2rem;
  }
}
body#contact input[type=email],
body#contact input[type=tel],
body#contact input[type=text],
body#contact textarea {
  background: #fff;
  border: 0.15rem solid #333;
  border-radius: 0.5rem;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.4em 1.2em;
}
@media screen and (max-width: 1200px) {
  body#contact input[type=email],
  body#contact input[type=tel],
  body#contact input[type=text],
  body#contact textarea {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#contact input[type=email],
  body#contact input[type=tel],
  body#contact input[type=text],
  body#contact textarea {
    font-size: 1.4rem;
    padding: 0.6em 0.8em;
  }
}
body#contact input[type=email]::-webkit-input-placeholder, body#contact input[type=tel]::-webkit-input-placeholder, body#contact input[type=text]::-webkit-input-placeholder, body#contact textarea::-webkit-input-placeholder {
  color: #D0C7C7;
}
body#contact input[type=email]::-moz-placeholder, body#contact input[type=tel]::-moz-placeholder, body#contact input[type=text]::-moz-placeholder, body#contact textarea::-moz-placeholder {
  color: #D0C7C7;
}
body#contact input[type=email]:-ms-input-placeholder, body#contact input[type=tel]:-ms-input-placeholder, body#contact input[type=text]:-ms-input-placeholder, body#contact textarea:-ms-input-placeholder {
  color: #D0C7C7;
}
body#contact input[type=email]::-ms-input-placeholder, body#contact input[type=tel]::-ms-input-placeholder, body#contact input[type=text]::-ms-input-placeholder, body#contact textarea::-ms-input-placeholder {
  color: #D0C7C7;
}
body#contact input[type=email]::placeholder,
body#contact input[type=tel]::placeholder,
body#contact input[type=text]::placeholder,
body#contact textarea::placeholder {
  color: #D0C7C7;
}
body#contact textarea {
  height: 17rem;
}
body#contact .contact-policy-agree {
  margin-top: 0.5rem;
}
body#contact .checkbox-list {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  body#contact .checkbox-list {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#contact .checkbox-list {
    font-size: 1.4rem;
  }
}
body#contact .checkbox-list .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid #333;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 0.6rem;
}
body#contact .checkbox-list .checkbox:checked {
  background: #333;
}
body#contact .contact-policy {
  text-align: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767.999px) {
  body#contact .contact-policy {
    margin-top: 3rem;
  }
}
body#contact .contact-policy .contact-policy-text {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  body#contact .contact-policy .contact-policy-text {
    font-size: 1.56rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#contact .contact-policy .contact-policy-text {
    font-size: 1.3rem;
  }
}
body#contact .contact-policy .contact-policy-text a {
  color: #35A175;
  text-decoration: underline;
}
body#contact .contact-policy .contact-policy-text a:hover {
  text-decoration: none;
}
body#contact .contact-btn {
  margin-top: 2rem;
}
body#contact .contact-btn input,
body#contact .contact-btn button {
  color: #fff;
  background: #35A175;
  border: 0.1rem solid #35A175;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 20rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vmax;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  body#contact .contact-btn input,
  body#contact .contact-btn button {
    font-size: 1.92rem;
    width: 24rem;
    height: 6rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#contact .contact-btn input,
  body#contact .contact-btn button {
    font-size: 1.6rem;
    width: 20rem;
    height: 5rem;
  }
}
body#contact .contact-btn input:hover,
body#contact .contact-btn button:hover {
  color: #35A175;
  background: #fff;
}
body#contact .contact-btn.hidden {
  display: none;
}

body#thanks .thanks-block {
  margin: 5.5rem 32rem 0;
}
@media screen and (max-width: 1200px) {
  body#thanks .thanks-block {
    margin: 5.5rem 17rem 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#thanks .thanks-block {
    margin: 4rem 1.5rem 0;
  }
}
body#thanks .thanks-logo {
  text-align: center;
}
body#thanks .thanks-logo img {
  width: 7.5rem;
}
@media screen and (max-width: 1200px) {
  body#thanks .thanks-logo img {
    width: 9rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#thanks .thanks-logo img {
    width: 5rem;
  }
}
body#thanks .thanks-title {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #35A175;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  body#thanks .thanks-title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#thanks .thanks-title {
    font-size: 2rem;
  }
}
body#thanks .thanks-text {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
  line-height: 2.5em;
}
@media screen and (max-width: 1200px) {
  body#thanks .thanks-text {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#thanks .thanks-text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2em;
  }
}
body#thanks .thanks-btn {
  margin-top: 5rem;
}
body#thanks .thanks-btn a {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background: #35A175;
  width: 20rem;
  height: 5rem;
  border: 0.1rem solid #35A175;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vmax;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body#thanks .thanks-btn a {
    font-size: 1.92rem;
    width: 24rem;
    height: 6rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#thanks .thanks-btn a {
    font-size: 1.6rem;
    width: 20rem;
    height: 5rem;
  }
}
body#thanks .thanks-btn a:hover {
  color: #35A175;
  background: #fff;
}

body#notfound .notfound-block {
  margin: 7.5rem 32rem 0;
}
@media screen and (max-width: 1200px) {
  body#notfound .notfound-block {
    margin: 7.5rem 17rem 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#notfound .notfound-block {
    margin: 4rem 1.5rem 0;
  }
}
body#notfound .notfound-title {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  color: #35A175;
}
@media screen and (max-width: 1200px) {
  body#notfound .notfound-title {
    font-size: 5.04rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#notfound .notfound-title {
    font-size: 2.4rem;
  }
}
body#notfound .notfound-text {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.5em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body#notfound .notfound-text {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#notfound .notfound-text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2em;
  }
}
body#notfound .notfound-btn {
  margin-top: 3rem;
}
body#notfound .notfound-btn a {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background: #35A175;
  width: 25rem;
  height: 5rem;
  border: 0.1rem solid #35A175;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vmax;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body#notfound .notfound-btn a {
    font-size: 1.92rem;
    width: 30rem;
    height: 6rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#notfound .notfound-btn a {
    font-size: 1.6rem;
    width: 25rem;
    height: 5rem;
  }
}
body#notfound .notfound-btn a:hover {
  color: #35A175;
  background: #fff;
}

body#news .news-content {
  margin: 9rem 17rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  body#news .news-content {
    margin: 9rem 5rem 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#news .news-content {
    margin: 2rem 1.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#news .news-list {
  width: 77%;
  background: #fff;
  padding: 5.5rem 4rem 8.5rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767.999px) {
  body#news .news-list {
    width: 100%;
    padding: 2rem 1.5rem 6rem;
  }
}
body#news .news-list .news-list-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 0;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#news .news-list .news-list-row a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#news .news-list .news-list-row a:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #E4E4E4;
  position: absolute;
  bottom: 0;
  left: 0;
}
body#news .news-list .news-list-row a:after {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #55B779;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body#news .news-list .news-list-row a .news-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body#news .news-list .news-list-row a .news-list-head .news-list-date {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  width: 6.5em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1200px) {
  body#news .news-list .news-list-row a .news-list-head .news-list-date {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#news .news-list .news-list-row a .news-list-head .news-list-date {
    font-size: 1.4rem;
  }
}
body#news .news-list .news-list-row a .news-list-head .news-list-category {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #333;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 11em;
  padding: 0.2em 0.5em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body#news .news-list .news-list-row a .news-list-head .news-list-category {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#news .news-list .news-list-row a .news-list-head .news-list-category {
    font-size: 1.2rem;
    width: auto;
    padding: 0.1em 1.5em;
  }
}
body#news .news-list .news-list-row a .news-list-head .news-list-category.green {
  background: #006E36;
}
body#news .news-list .news-list-row a .news-list-head .news-list-category.yellow {
  background: #ECA739;
}
body#news .news-list .news-list-row a .news-list-title {
  width: calc(100% - 15.5em);
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  body#news .news-list .news-list-row a .news-list-title {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#news .news-list .news-list-row a .news-list-title {
    width: 100%;
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}
body#news .news-list .news-list-row a:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
body#news .news-list .news-list-row a:hover .news-list-title {
  color: #55B779;
}
body#news .news-list .pager {
  margin-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  body#news .news-list .pager {
    margin-top: 4rem;
  }
}
body#news .news-nav {
  width: 20%;
}
@media screen and (max-width: 767.999px) {
  body#news .news-nav {
    width: 100%;
    margin-top: 2rem;
  }
}
body#news .news-nav .news-nav-block {
  background: #fff;
  border-radius: 0.8rem;
  padding: 1.5rem 1.8rem 3.5rem;
}
body#news .news-nav .news-nav-block .news-nav-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #006E36;
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 1200px) {
  body#news .news-nav .news-nav-block .news-nav-title {
    font-size: 1.92rem;
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#news .news-nav .news-nav-block .news-nav-title {
    font-size: 1.6rem;
  }
}
body#news .news-nav .news-nav-block .news-nav-title.category:after {
  content: "";
  background: url("../img/share/icon_note.png") center left no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body#news .news-nav .news-nav-block .news-nav-title.category:after {
    width: 2.04rem;
    height: 2.04rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#news .news-nav .news-nav-block .news-nav-title.category:after {
    width: 1.7rem;
    height: 1.7rem;
  }
}
body#news .news-nav .news-nav-block .news-nav-title.archive:after {
  content: "";
  background: url("../img/share/icon_calendar.png") center left no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body#news .news-nav .news-nav-block .news-nav-title.archive:after {
    width: 2.04rem;
    height: 2.04rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#news .news-nav .news-nav-block .news-nav-title.archive:after {
    width: 1.7rem;
    height: 1.7rem;
  }
}
body#news .news-nav .news-nav-block ul.news-nav-list {
  margin-top: 1rem;
}
body#news .news-nav .news-nav-block ul.news-nav-list li a {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 0.9rem 0;
}
@media screen and (max-width: 1200px) {
  body#news .news-nav .news-nav-block ul.news-nav-list li a {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#news .news-nav .news-nav-block ul.news-nav-list li a {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
body#news .news-nav .news-nav-block ul.news-nav-list li a:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #E4E4E4;
  position: absolute;
  bottom: 0;
  left: 0;
}
body#news .news-nav .news-nav-block ul.news-nav-list li a:after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #55B779;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body#news .news-nav .news-nav-block ul.news-nav-list li a span {
  position: relative;
  display: block;
}
body#news .news-nav .news-nav-block ul.news-nav-list li a span:after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  border-top: 0.15rem solid #E4E4E4;
  border-right: 0.15rem solid #E4E4E4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2rem;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body#news .news-nav .news-nav-block ul.news-nav-list li a.active, body#news .news-nav .news-nav-block ul.news-nav-list li a:hover {
  color: #55B779;
}
body#news .news-nav .news-nav-block ul.news-nav-list li a.active:after, body#news .news-nav .news-nav-block ul.news-nav-list li a:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
body#news .news-nav .news-nav-block ul.news-nav-list li a.active span:after, body#news .news-nav .news-nav-block ul.news-nav-list li a:hover span:after {
  border-color: #55B779;
}
body#news .news-nav .news-nav-block + .news-nav-block {
  margin-top: 2rem;
}
body#news .news-page {
  width: 77%;
}
@media screen and (max-width: 767.999px) {
  body#news .news-page {
    width: 100%;
  }
}
body#news .news-page .news-page-inner {
  background: #fff;
  padding: 5.5rem 5.5rem 8.5rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767.999px) {
  body#news .news-page .news-page-inner {
    padding: 2rem 1.5rem 6rem;
  }
}
body#news .news-page .news-page-date {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  body#news .news-page .news-page-date {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#news .news-page .news-page-date {
    font-size: 1.5rem;
  }
}
body#news .news-page .news-page-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7em;
  color: #006E36;
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  body#news .news-page .news-page-title {
    font-size: 2.88rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#news .news-page .news-page-title {
    font-size: 1.8rem;
  }
}
body#news .news-page .news-page-category {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
  padding: 0.2em 2.6em;
}
@media screen and (max-width: 1200px) {
  body#news .news-page .news-page-category {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#news .news-page .news-page-category {
    font-size: 1.2rem;
  }
}
body#news .news-page .news-page-category.green {
  background: #006E36;
}
body#news .news-page .news-page-category.yellow {
  background: #ECA739;
}
body#news .news-page .news-page-editor {
  margin-top: 5.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  body#news .news-page .news-page-editor {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#news .news-page .news-page-editor {
    font-size: 1.4rem;
  }
}
body#news .news-page .news-page-editor img {
  border-radius: 1.2rem;
}
body#news .news-page .news-page-editor figure {
  margin-bottom: 1em;
}
body#news .news-page .news-page-editor h2 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-left: 0.2em solid #006E36;
  padding-left: 0.5em;
  margin-bottom: 1.2em;
  line-height: 1.6em;
}
@media screen and (max-width: 1200px) {
  body#news .news-page .news-page-editor h2 {
    font-size: 2.64rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#news .news-page .news-page-editor h2 {
    font-size: 1.8rem;
  }
}
body#news .news-page .news-page-editor h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: 0.1rem solid #E4E4E4;
  padding-bottom: 0.3em;
  margin-bottom: 1.2em;
  line-height: 1.6em;
}
@media screen and (max-width: 1200px) {
  body#news .news-page .news-page-editor h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#news .news-page .news-page-editor h3 {
    font-size: 1.6rem;
  }
}
body#news .news-page .news-page-editor ul {
  margin-bottom: 1em;
}
body#news .news-page .news-page-editor ul li {
  position: relative;
  padding-left: 1em;
}
body#news .news-page .news-page-editor ul li:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  background: #006E36;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0.3em;
}
body#news .news-page .news-page-editor ol {
  counter-reset: listnum;
  margin-bottom: 1em;
}
body#news .news-page .news-page-editor ol li {
  position: relative;
  counter-increment: listnum;
}
body#news .news-page .news-page-editor ol li:before {
  content: counter(listnum) ".";
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  padding-right: 0.2em;
}
body#news .news-page .news-page-editor a {
  color: #006E36;
  text-decoration: underline;
}
body#news .news-page .news-page-editor p {
  margin-bottom: 1em;
}
body#news .news-page .news-page-btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  body#news .news-page .news-page-btn {
    margin: 4rem 0 6rem;
  }
}
body#news .news-page .news-page-btn a {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background: #35A175;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20rem;
  height: 5rem;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body#news .news-page .news-page-btn a {
    font-size: 1.92rem;
    width: 24rem;
    height: 6rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#news .news-page .news-page-btn a {
    font-size: 1.6rem;
    width: 20rem;
    height: 5rem;
  }
}

body#recruitment .recruitment-content {
  margin: 4rem 30rem 0;
}
@media screen and (max-width: 1200px) {
  body#recruitment .recruitment-content {
    margin: 4rem 17rem 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#recruitment .recruitment-content {
    margin: 4rem 1.5rem 0;
  }
}
body#recruitment dl.recruitment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  body#recruitment dl.recruitment-list {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#recruitment dl.recruitment-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
  }
}
body#recruitment dl.recruitment-list dt {
  background: #35A175;
  color: #fff;
  width: 19%;
  font-weight: 700;
  padding: 0.6em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.999px) {
  body#recruitment dl.recruitment-list dt {
    width: 100%;
    font-weight: 500;
  }
}
body#recruitment dl.recruitment-list dt:first-of-type {
  border-top-left-radius: 0.8rem;
}
@media screen and (max-width: 767.999px) {
  body#recruitment dl.recruitment-list dt:first-of-type {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
body#recruitment dl.recruitment-list dt:nth-of-type(n+2) {
  margin-top: 0.2rem;
}
@media screen and (max-width: 767.999px) {
  body#recruitment dl.recruitment-list dt:nth-of-type(n+2) {
    margin-top: 0.5rem;
  }
}
body#recruitment dl.recruitment-list dt:last-of-type {
  border-bottom-left-radius: 0.8rem;
}
@media screen and (max-width: 767.999px) {
  body#recruitment dl.recruitment-list dt:last-of-type {
    border-bottom-left-radius: 0;
  }
}
body#recruitment dl.recruitment-list dd {
  background: #fff;
  color: #1A1A1A;
  width: 81%;
  padding: 0.6em 1.5em;
}
@media screen and (max-width: 767.999px) {
  body#recruitment dl.recruitment-list dd {
    width: 100%;
    font-weight: 400;
    padding: 0.6em 1em;
  }
}
body#recruitment dl.recruitment-list dd:nth-of-type(n+2) {
  margin-top: 0.2rem;
}

body#campaign #mv-page .mv-page-block {
  height: 18rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767.999px) {
  body#campaign #mv-page .mv-page-block {
    height: 15rem;
  }
}
body#campaign #mv-page .mv-page-block .mv-page-title .mv-page-title-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.999px) {
  body#campaign #mv-page .mv-page-block .mv-page-title .mv-page-title-name {
    font-size: 2rem;
    line-height: 1.4em;
  }
}
body#campaign #mv-page .mv-page-block .mv-page-bg {
  font-size: 20rem;
  bottom: 0;
}
@media screen and (max-width: 767.999px) {
  body#campaign #mv-page .mv-page-block .mv-page-bg {
    font-size: 6rem;
    bottom: 8.5rem;
  }
}
body#campaign .campaign-banner {
  background-image: url("../img/share/illust_01.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  padding-bottom: 11rem;
}
@media screen and (max-width: 767.999px) {
  body#campaign .campaign-banner {
    background-image: url("../img/share/illust_04.png");
  }
}
body#campaign .campaign-banner .campaign-banner-block {
  margin: 0 45rem;
}
@media screen and (max-width: 1200px) {
  body#campaign .campaign-banner .campaign-banner-block {
    margin: 0 40rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign .campaign-banner .campaign-banner-block {
    margin: 0 1.5rem;
  }
}
body#campaign .campaign-banner .campaign-banner-block .campaign-banner-note {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
  margin-left: 1em;
  text-indent: -1em;
  color: #E50012;
}
@media screen and (max-width: 1200px) {
  body#campaign .campaign-banner .campaign-banner-block .campaign-banner-note {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign .campaign-banner .campaign-banner-block .campaign-banner-note {
    font-size: 1rem;
    font-weight: 400;
  }
}
body#campaign .campaign-apply {
  color: #fff;
  background: #35A175;
  padding: 10rem 29rem 5rem;
}
@media screen and (max-width: 1200px) {
  body#campaign .campaign-apply {
    padding: 10rem 20rem 5rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign .campaign-apply {
    padding: 8rem 1.5rem 3rem;
  }
}
body#campaign ul.campaign-apply-list {
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list {
    margin-top: 4rem;
  }
}
body#campaign ul.campaign-apply-list li {
  padding-bottom: 5rem;
  position: relative;
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-head .campaign-apply-list-step {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 7rem;
  height: 7rem;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-head .campaign-apply-list-step {
    width: 8.4rem;
    height: 8.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-head .campaign-apply-list-step {
    width: 6rem;
    height: 6rem;
  }
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-head .campaign-apply-list-step .campaign-apply-list-step-name {
  font-size: 1.4rem;
  line-height: 1em;
}
@media screen and (max-width: 1200px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-head .campaign-apply-list-step .campaign-apply-list-step-name {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-head .campaign-apply-list-step .campaign-apply-list-step-name {
    font-size: 1.3rem;
  }
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-head .campaign-apply-list-step .campaign-apply-list-step-number {
  font-size: 3.2rem;
  line-height: 0.9em;
}
@media screen and (max-width: 1200px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-head .campaign-apply-list-step .campaign-apply-list-step-number {
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-head .campaign-apply-list-step .campaign-apply-list-step-number {
    font-size: 2.6rem;
  }
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-head .campaign-apply-list-title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  width: calc(100% - 7rem - 2rem);
}
@media screen and (max-width: 1200px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-head .campaign-apply-list-title {
    font-size: 2.64rem;
    width: calc(100% - 8.4rem - 2rem);
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-head .campaign-apply-list-title {
    font-size: 1.6rem;
    width: calc(100% - 6rem - 1.5rem);
  }
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-content {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8em;
}
@media screen and (max-width: 1200px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-content {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-content {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-issue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-issue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-issue > div {
  width: 43%;
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-issue > div {
    width: 90%;
    margin: auto;
  }
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-issue > div:nth-child(2) {
  width: 42%;
  margin-left: 10rem;
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-issue > div:nth-child(2) {
    width: 80%;
    margin: 2rem auto 0;
  }
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-btn {
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
  width: 30.9rem;
  height: 4.2rem;
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-btn {
    margin: 1.5rem auto 0;
  }
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.1rem solid #fff;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-btn a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #35A175;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30.9rem;
  height: 4.2rem;
}
@media screen and (max-width: 1200px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-btn a {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-btn a {
    font-size: 1.4rem;
  }
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-btn a span {
  position: relative;
  padding-right: 1.2em;
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-btn a span:after {
  content: "";
  background: url("../img/share/icon_blank_g.png") center right no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-btn a:hover {
  -webkit-transform: translate(0.5rem, 0.5rem);
          transform: translate(0.5rem, 0.5rem);
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-envelope-pic {
  width: 36%;
  position: absolute;
  top: 5rem;
  right: -4rem;
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-envelope-pic {
    position: initial;
    width: 90%;
    margin: 2rem auto 0;
  }
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-post {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem 0 0 18rem;
  border: 0.1rem solid #fff;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  padding: 1.5em 2.2em 1em;
  position: relative;
}
@media screen and (max-width: 1200px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-post {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-post {
    margin: 3rem 0 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6em;
    padding: 4rem 1.5rem 2rem;
  }
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-post .campaign-apply-list-post-name {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background: #ECA739;
  width: 19.3rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vmax;
  position: absolute;
  top: -1.75rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-post .campaign-apply-list-post-name {
    font-size: 2.16rem;
    width: 23.16rem;
    height: 4.2rem;
    top: -2.1rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-post .campaign-apply-list-post-name {
    font-size: 1.6rem;
    width: 60%;
    height: 4rem;
    top: -2rem;
  }
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-post .campaign-apply-list-post-address:after {
  content: "";
  background: url("../img/campaign/apply_04.png") bottom left no-repeat;
  background-size: contain;
  width: 15rem;
  height: 15rem;
  position: absolute;
  bottom: 0;
  left: -18rem;
}
body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-post .campaign-apply-list-post-address p + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li .campaign-apply-list-content .campaign-apply-list-post .campaign-apply-list-post-address p + p {
    margin-top: 1.5em;
  }
}
body#campaign ul.campaign-apply-list li:nth-child(n+2) {
  padding-top: 4rem;
  background: url("../img/share/line_01.png") top left repeat-x;
  background-size: 0.9rem 0.2rem;
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li:nth-child(n+2) {
    background-size: 0.63rem 0.14rem;
  }
}
body#campaign ul.campaign-apply-list li:nth-child(n+2):before {
  content: "";
  width: 5rem;
  height: 5rem;
  border: 0.1rem solid #fff;
  background: #35A175;
  border-radius: 50%;
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li:nth-child(n+2):before {
    width: 4rem;
    height: 4rem;
    top: -2rem;
  }
}
body#campaign ul.campaign-apply-list li:nth-child(n+2):after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: -0.9rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#campaign ul.campaign-apply-list li:nth-child(n+2):after {
    width: 0.8rem;
    height: 0.8rem;
    top: -0.5rem;
  }
}
body#campaign .campaign-guidelines {
  margin: 10rem 17rem 0;
}
@media screen and (max-width: 1200px) {
  body#campaign .campaign-guidelines {
    margin: 10rem 5rem 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign .campaign-guidelines {
    margin: 8rem 1.5rem 0;
  }
}
body#campaign .campaign-guidelines .campaign-guidelines-block {
  background: #fff;
  border-radius: 0.8rem;
  padding: 5rem 10rem 3rem 19rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  body#campaign .campaign-guidelines .campaign-guidelines-block {
    padding: 4rem 1.5rem 3rem;
  }
}
body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.999px) {
  body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-date .campaign-guidelines-date-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 0 1.3em;
  background: #E50012;
}
@media screen and (max-width: 1200px) {
  body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-date .campaign-guidelines-date-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-date .campaign-guidelines-date-title {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    padding: 0.4rem 0;
  }
}
body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-date .campaign-guidelines-date-text {
  color: #E50012;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1em;
  margin-left: 3rem;
}
@media screen and (max-width: 1200px) {
  body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-date .campaign-guidelines-date-text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-date .campaign-guidelines-date-text {
    font-size: 1.6rem;
    margin: 2rem 0 0;
  }
}
body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-date .campaign-guidelines-date-text span {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  line-height: 1em;
}
@media screen and (max-width: 1200px) {
  body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-date .campaign-guidelines-date-text span {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-date .campaign-guidelines-date-text span {
    font-size: 3rem;
  }
}
body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-note {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1200px) {
  body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-note {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-note {
    font-size: 1.2rem;
  }
}
body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-note .note {
  text-indent: -1em;
  margin-left: 1em;
}
body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-note .note:before {
  content: "・";
}
body#campaign .campaign-guidelines .campaign-guidelines-block .campaign-guidelines-note .red {
  color: #C30211;
}

body#company .company-block {
  padding: 10rem 0;
}
@media screen and (max-width: 767.999px) {
  body#company .company-block {
    padding: 8rem 0;
  }
}
body#company .company-block#overview {
  position: relative;
  padding-top: 8rem;
}
@media screen and (max-width: 767.999px) {
  body#company .company-block#overview {
    padding-top: 5rem;
  }
}
body#company .company-block#history {
  background: #FEFEFB;
  position: relative;
}
body#company .company-block#history .history-pic {
  position: absolute;
  top: 10rem;
  right: 5rem;
  width: 40rem;
}
@media screen and (max-width: 1200px) {
  body#company .company-block#history .history-pic {
    width: 35rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#company .company-block#history .history-pic {
    position: initial;
    width: calc(100% - 3rem);
    margin: 3rem auto 0;
  }
}
body#company .company-block#history .history-pic img {
  border-radius: 2rem;
}
body#company .company-block#access {
  padding-bottom: 0;
}
body#company .company-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 17rem;
}
@media screen and (max-width: 1200px) {
  body#company .company-block-inner {
    margin: 0 5rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#company .company-block-inner {
    margin: 0 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#company .company-block-inner .company-head {
  width: 27%;
}
@media screen and (max-width: 767.999px) {
  body#company .company-block-inner .company-head {
    width: 100%;
  }
}
body#company .company-block-inner .company-content {
  width: 73%;
}
@media screen and (max-width: 767.999px) {
  body#company .company-block-inner .company-content {
    width: 100%;
    margin-top: 4rem;
  }
}
body#company dl.overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 0.1rem solid #D9D6C9;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4em;
}
@media screen and (max-width: 1200px) {
  body#company dl.overview-list {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#company dl.overview-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
body#company dl.overview-list dt {
  width: 20%;
  border-bottom: 0.1rem solid #D9D6C9;
  font-weight: 700;
  padding: 1em 1em 1em 0;
}
@media screen and (max-width: 767.999px) {
  body#company dl.overview-list dt {
    width: 100%;
    border-bottom: none;
    padding: 1em 0 0;
  }
}
body#company dl.overview-list dd {
  width: 80%;
  border-bottom: 0.1rem solid #D9D6C9;
  padding: 1em 0;
}
@media screen and (max-width: 767.999px) {
  body#company dl.overview-list dd {
    width: 100%;
    padding: 0.5em 0 1em;
    font-weight: 400;
  }
}
body#company dl.overview-list dd .tel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6em;
}
body#company dl.overview-list dd .tel-block .tel-name {
  width: 5.5em;
}
body#company dl.overview-list dd .tel-block .tel-number {
  width: calc(100% - 5.5em);
}
body#company dl.overview-list dd ul.partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95%;
}
@media screen and (max-width: 767.999px) {
  body#company dl.overview-list dd ul.partner {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body#company dl.overview-list dd ul.partner li {
  width: 50%;
}
@media screen and (max-width: 767.999px) {
  body#company dl.overview-list dd ul.partner li {
    width: 49%;
  }
}
body#company dl.overview-list dd ul.bank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
}
@media screen and (max-width: 767.999px) {
  body#company dl.overview-list dd ul.bank {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body#company dl.overview-list dd ul.bank li {
  width: 50%;
}
@media screen and (max-width: 767.999px) {
  body#company dl.overview-list dd ul.bank li {
    width: 49%;
  }
}
body#company .history-content dl.history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8em;
  margin-top: -0.6em;
}
@media screen and (max-width: 1200px) {
  body#company .history-content dl.history-list {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#company .history-content dl.history-list {
    font-size: 1.3rem;
    font-weight: 400;
  }
}
body#company .history-content dl.history-list dt {
  width: 10em;
  font-weight: 700;
  color: #35A175;
  position: relative;
  padding: 0.5em 0 0.5em 1.8em;
}
@media screen and (max-width: 767.999px) {
  body#company .history-content dl.history-list dt {
    width: 10em;
    padding: 0.6em 0 0.6em 1.2em;
  }
}
body#company .history-content dl.history-list dt:before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  background: #35A175;
  border-radius: 50%;
  position: absolute;
  top: 1.3em;
  left: 0;
}
body#company .history-content dl.history-list dt:after {
  content: "";
  width: 0.1rem;
  height: 100%;
  background: #35A175;
  position: absolute;
  bottom: 0;
  left: 0.25em;
}
body#company .history-content dl.history-list dt:first-of-type:after {
  height: calc(100% - 1.3em);
}
body#company .history-content dl.history-list dt:last-of-type:after {
  top: 0;
  bottom: auto;
  height: calc(100% - 1.3em);
}
body#company .history-content dl.history-list dd {
  width: calc(100% - 10em);
  padding: 0.5em 0;
}
@media screen and (max-width: 767.999px) {
  body#company .history-content dl.history-list dd {
    width: calc(100% - 10em);
  }
}
body#company .access-content .access-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.999px) {
  body#company .access-content .access-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#company .access-content .access-block .access-info {
  width: 42%;
}
@media screen and (max-width: 767.999px) {
  body#company .access-content .access-block .access-info {
    width: 100%;
  }
}
body#company .access-content .access-block .access-info .access-info-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #35A175;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  body#company .access-content .access-block .access-info .access-info-title {
    font-size: 2.88rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#company .access-content .access-block .access-info .access-info-title {
    font-size: 1.8rem;
  }
}
body#company .access-content .access-block .access-info dl.access-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1.6em;
  border-top: 0.1rem solid #ccc;
}
@media screen and (max-width: 1200px) {
  body#company .access-content .access-block .access-info dl.access-info-list {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#company .access-content .access-block .access-info dl.access-info-list {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
body#company .access-content .access-block .access-info dl.access-info-list dt {
  width: 3em;
  font-weight: 700;
  border-bottom: 0.1rem solid #ccc;
  padding: 0.5em 0;
}
body#company .access-content .access-block .access-info dl.access-info-list dd {
  width: calc(100% - 3em);
  border-bottom: 0.1rem solid #ccc;
  padding: 0.5em 0;
}
body#company .access-content .access-block .access-map {
  width: 50%;
}
@media screen and (max-width: 767.999px) {
  body#company .access-content .access-block .access-map {
    width: 100%;
    margin-top: 3rem;
  }
}
body#company .access-content .access-block .access-map iframe {
  width: 100%;
  height: 26rem;
  border: none;
}
@media screen and (max-width: 767.999px) {
  body#company .access-content .access-block .access-map iframe {
    height: 22rem;
  }
}
body#company .access-content .access-block + .access-block {
  margin-top: 6rem;
}

body#faq .faq-content {
  margin: 0 17rem;
}
@media screen and (max-width: 1200px) {
  body#faq .faq-content {
    margin: 0 5rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#faq .faq-content {
    margin: 0 1.5rem;
  }
}
body#faq .faq-lead {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  body#faq .faq-lead {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#faq .faq-lead {
    font-size: 1.6rem;
  }
}
body#faq ul.faq-list {
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  body#faq ul.faq-list {
    margin-top: 4rem;
  }
}
body#faq ul.faq-list li {
  background: #fff;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  body#faq ul.faq-list li {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#faq ul.faq-list li {
    font-size: 1.3rem;
    font-weight: 400;
  }
}
body#faq ul.faq-list li:nth-child(n+2) {
  margin-top: 2rem;
}
body#faq ul.faq-list li .faq-title {
  cursor: pointer;
  padding: 2.5rem 3rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#faq ul.faq-list li .faq-title {
    padding: 2rem 1.5rem;
  }
}
body#faq ul.faq-list li .faq-title:before {
  content: "Q.";
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1em;
  position: absolute;
  top: 2rem;
  left: 0.9em;
  color: #35A175;
}
@media screen and (max-width: 1200px) {
  body#faq ul.faq-list li .faq-title:before {
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#faq ul.faq-list li .faq-title:before {
    top: 1.8rem;
    font-size: 2.4rem;
  }
}
body#faq ul.faq-list li .faq-title:after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: #35A175;
  position: absolute;
  top: 2.4rem;
  right: 2.9rem;
  border-radius: 50%;
}
@media screen and (max-width: 767.999px) {
  body#faq ul.faq-list li .faq-title:after {
    width: 2.1rem;
    height: 2.1rem;
    top: 2rem;
    right: 1.5rem;
  }
}
body#faq ul.faq-list li .faq-title .faq-title-inner {
  position: relative;
  z-index: 1;
  padding: 0 2em 0 2.8em;
}
body#faq ul.faq-list li .faq-title .faq-title-inner:before {
  position: absolute;
  content: "";
  top: 0.5rem;
  right: 1rem;
  height: 1.2rem;
  width: 0.15rem;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767.999px) {
  body#faq ul.faq-list li .faq-title .faq-title-inner:before {
    top: 0.5rem;
    height: 1rem;
  }
}
body#faq ul.faq-list li .faq-title .faq-title-inner:after {
  position: absolute;
  content: "";
  top: 0.5rem;
  right: 1rem;
  height: 1.2rem;
  width: 0.15rem;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767.999px) {
  body#faq ul.faq-list li .faq-title .faq-title-inner:after {
    top: 0.5rem;
    height: 1rem;
  }
}
body#faq ul.faq-list li .faq-title.open .faq-title-inner:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body#faq ul.faq-list li .faq-title.open .faq-title-inner:after {
  opacity: 0;
}
body#faq ul.faq-list li .faq-text {
  display: none;
  padding: 0 3rem 2.5rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#faq ul.faq-list li .faq-text {
    padding: 0 1.5rem 2.5rem;
    font-weight: 400;
  }
}
body#faq ul.faq-list li .faq-text .faq-text-inner {
  background: url("../img/share/line_02.png") top left repeat-x;
  background-size: 0.7rem 0.1rem;
  padding: 2rem 0 0 2.8em;
  position: relative;
}
body#faq ul.faq-list li .faq-text .faq-text-inner:before {
  content: "A.";
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.08em;
  color: #B6B5B5;
  position: absolute;
  top: 2.1rem;
  left: 0.2em;
}
@media screen and (max-width: 767.999px) {
  body#faq ul.faq-list li .faq-text .faq-text-inner:before {
    font-size: 2.2rem;
    top: 1.9rem;
    left: 0.4em;
  }
}
body#faq ul.faq-list li .red {
  color: #D78A8A;
}
body#faq ul.faq-list li .blue {
  color: #5DA0CD;
}
body#faq ul.faq-list li:hover {
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.35);
}
body#faq .common-banner {
  margin-top: 4rem;
}

body#about .about-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10rem;
}
@media screen and (max-width: 767.999px) {
  body#about .about-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 6rem;
  }
}
body#about .about-top .about-top-content {
  width: 37%;
}
@media screen and (max-width: 767.999px) {
  body#about .about-top .about-top-content {
    width: 100%;
  }
}
body#about .about-top .about-top-content .about-top-head {
  color: #084325;
}
@media screen and (max-width: 767.999px) {
  body#about .about-top .about-top-content .about-top-head {
    text-align: center;
  }
}
body#about .about-top .about-top-content .about-top-head .about-top-head-title {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  body#about .about-top .about-top-content .about-top-head .about-top-head-title {
    font-size: 3.12rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about .about-top .about-top-content .about-top-head .about-top-head-title {
    font-size: 2.2rem;
  }
}
body#about .about-top .about-top-content .about-top-head .about-top-head-en {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  body#about .about-top .about-top-content .about-top-head .about-top-head-en {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about .about-top .about-top-content .about-top-head .about-top-head-en {
    font-size: 1.4rem;
  }
}
body#about .about-top .about-top-content .about-top-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.08em;
  margin-top: 4rem;
  width: 68%;
}
@media screen and (max-width: 1200px) {
  body#about .about-top .about-top-content .about-top-text {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about .about-top .about-top-content .about-top-text {
    width: calc(100% - 3rem);
    font-size: 1.4rem;
    font-weight: 400;
    margin: 4rem 1.5rem 0;
  }
}
body#about .about-top .about-top-pic {
  width: 56%;
}
@media screen and (max-width: 767.999px) {
  body#about .about-top .about-top-pic {
    width: calc(100% - 1.5rem);
    margin-top: 3rem;
  }
}
body#about .about-top .about-top-pic img {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
body#about .about-merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10rem 17rem;
  background: url("../img/share/illust_02.png") bottom right no-repeat;
  background-size: 18rem auto;
}
@media screen and (max-width: 1200px) {
  body#about .about-merit {
    padding: 10rem 5rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about .about-merit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6rem 1.5rem 8rem;
    background-size: 15rem auto;
  }
}
body#about .about-merit .about-merit-block {
  background: #fff;
  position: relative;
  width: 49%;
  padding: 7.5rem 2.5rem 2.5rem;
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  body#about .about-merit .about-merit-block {
    padding: 9rem 2.5rem 2.5rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about .about-merit .about-merit-block {
    width: 100%;
    padding: 6rem 2rem 3rem;
  }
}
body#about .about-merit .about-merit-block:before {
  content: "";
  width: 100%;
  height: 5.7rem;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
@media screen and (max-width: 1200px) {
  body#about .about-merit .about-merit-block:before {
    height: 6.84rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about .about-merit .about-merit-block:before {
    height: 4rem;
  }
}
body#about .about-merit .about-merit-block:after {
  content: "";
  width: 7.4rem;
  height: 7.4rem;
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body#about .about-merit .about-merit-block:after {
    width: 8.88rem;
    height: 8.88rem;
    top: -3rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about .about-merit .about-merit-block:after {
    width: 6rem;
    height: 6rem;
    top: -3rem;
  }
}
body#about .about-merit .about-merit-block .about-merit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-top: 1rem;
}
body#about .about-merit .about-merit-block .about-merit-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body#about .about-merit .about-merit-block .about-merit-title {
    font-size: 2.88rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about .about-merit .about-merit-block .about-merit-title {
    font-size: 2rem;
  }
}
body#about .about-merit .about-merit-block ul.about-merit-list li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 1200px) {
  body#about .about-merit .about-merit-block ul.about-merit-list li {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about .about-merit .about-merit-block ul.about-merit-list li {
    font-size: 1.4rem;
  }
}
body#about .about-merit .about-merit-block ul.about-merit-list li:before {
  content: "";
  width: 1em;
  height: 1em;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0.4em;
  left: 0;
}
body#about .about-merit .about-merit-block ul.about-merit-list li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0.25em;
  width: 0.45em;
  height: 0.3em;
  border-left: 0.15rem solid #fff;
  border-bottom: 0.15rem solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body#about .about-merit .about-merit-block ul.about-merit-list li span {
  color: #D78A8A;
}
body#about .about-merit .about-merit-block .about-merit-frame {
  background: #F4EAEA;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 0.02em;
  padding: 0.5em 0.8em;
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  body#about .about-merit .about-merit-block .about-merit-frame {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about .about-merit .about-merit-block .about-merit-frame {
    font-size: 1.4rem;
  }
}
body#about .about-merit .about-merit-block .about-merit-frame span {
  border-bottom: 0.1rem solid #333;
}
body#about .about-merit .about-merit-block.owner:before {
  background: #35A175;
}
body#about .about-merit .about-merit-block.owner:after {
  background: url("../img/about/merit_owner.png") top center no-repeat;
  background-size: contain;
}
body#about .about-merit .about-merit-block.owner .about-merit-title {
  color: #35A175;
}
body#about .about-merit .about-merit-block.owner ul.about-merit-list li:before {
  background: #35A175;
}
@media screen and (max-width: 767.999px) {
  body#about .about-merit .about-merit-block.referrer {
    margin-top: 6rem;
  }
}
body#about .about-merit .about-merit-block.referrer:before {
  background: #D78A8A;
}
body#about .about-merit .about-merit-block.referrer:after {
  background: url("../img/about/merit_referrer.png") top center no-repeat;
  background-size: contain;
}
body#about .about-merit .about-merit-block.referrer .about-merit-title {
  color: #D78A8A;
}
body#about .about-merit .about-merit-block.referrer ul.about-merit-list li:before {
  background: #D78A8A;
}
body#about #about-flow {
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(10%, transparent), color-stop(10%, #35A175), to(#35A175));
  background: linear-gradient(0deg, transparent 0%, transparent 10%, #35A175 10%, #35A175 100%);
  padding-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow {
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(5%, transparent), color-stop(5%, #35A175), to(#35A175));
    background: linear-gradient(0deg, transparent 0%, transparent 5%, #35A175 5%, #35A175 100%);
  }
}
body#about #about-flow ul.about-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow ul.about-flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#about #about-flow ul.about-flow-list li {
  width: 22.6%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow ul.about-flow-list li {
    width: 100%;
  }
}
body#about #about-flow ul.about-flow-list li:nth-child(n+2) {
  margin-left: 3.2%;
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow ul.about-flow-list li:nth-child(n+2) {
    margin: 6rem 0 0;
  }
}
body#about #about-flow ul.about-flow-list li:not(:last-child):after {
  content: "";
  height: 3rem;
  width: 2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.9rem;
  z-index: -1;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body#about #about-flow ul.about-flow-list li:not(:last-child):after {
    height: 3.6rem;
    width: 2.4rem;
    right: -2.28rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow ul.about-flow-list li:not(:last-child):after {
    height: 2rem;
    width: 3rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: auto;
    bottom: -1.9rem;
    left: 0;
    right: 0;
  }
}
body#about #about-flow ul.about-flow-list li .about-flow-number {
  position: absolute;
  top: -1.2rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1em;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ECA739;
  width: 11.4rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vmax;
}
@media screen and (max-width: 1200px) {
  body#about #about-flow ul.about-flow-list li .about-flow-number {
    top: -1.44rem;
    font-size: 1.68rem;
    width: 13.68rem;
    height: 3rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow ul.about-flow-list li .about-flow-number {
    top: -1.5rem;
    font-size: 1.4rem;
    width: 50%;
    height: 3rem;
  }
}
body#about #about-flow ul.about-flow-list li .about-flow-pic {
  background: #F3F4F0;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  height: 12.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  body#about #about-flow ul.about-flow-list li .about-flow-pic {
    height: 14.64rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow ul.about-flow-list li .about-flow-pic {
    height: 10rem;
  }
}
body#about #about-flow ul.about-flow-list li .about-flow-pic img {
  width: 9rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  body#about #about-flow ul.about-flow-list li .about-flow-pic img {
    width: 10.8rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow ul.about-flow-list li .about-flow-pic img {
    width: 8rem;
  }
}
body#about #about-flow ul.about-flow-list li .about-flow-content {
  background: #fff;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  padding: 0.8em 0.9em 1.5em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  body#about #about-flow ul.about-flow-list li .about-flow-content {
    padding: 0.96em 1.08em 1.8em;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow ul.about-flow-list li .about-flow-content {
    padding: 1.5rem 1.5rem 2rem;
  }
}
body#about #about-flow ul.about-flow-list li .about-flow-content .about-flow-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #35A175;
  text-align: center;
  min-height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  body#about #about-flow ul.about-flow-list li .about-flow-content .about-flow-title {
    font-size: 2.64rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow ul.about-flow-list li .about-flow-content .about-flow-title {
    font-size: 1.6rem;
    min-height: auto;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow ul.about-flow-list li .about-flow-content .about-flow-title br {
    display: none;
  }
}
body#about #about-flow ul.about-flow-list li .about-flow-content .about-flow-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  margin-top: 0.5em;
}
@media screen and (max-width: 1200px) {
  body#about #about-flow ul.about-flow-list li .about-flow-content .about-flow-text {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow ul.about-flow-list li .about-flow-content .about-flow-text {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
body#about #about-flow .about-flow-drawing {
  background: #fff;
  border-radius: 0.8rem;
  border: 0.1rem solid #35A175;
  margin-top: 10rem;
  position: relative;
  padding: 4rem 6rem;
}
@media screen and (max-width: 1200px) {
  body#about #about-flow .about-flow-drawing {
    padding: 4.8rem 7.2rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow .about-flow-drawing {
    padding: 4rem 1.5rem;
  }
}
body#about #about-flow .about-flow-drawing .about-flow-drawing-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #55B779;
  border: 0.2rem solid #55B779;
  border-radius: 100vmax;
  background: #fff;
  width: 60rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -2.4rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body#about #about-flow .about-flow-drawing .about-flow-drawing-title {
    font-size: 2.88rem;
    width: 72rem;
    height: 5.76rem;
    top: -2.88rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow .about-flow-drawing .about-flow-drawing-title {
    font-size: 2rem;
    width: 85%;
    height: 4.8rem;
    top: -2.4rem;
  }
}
body#about #about-flow .about-flow-drawing .about-flow-drawing-text {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body#about #about-flow .about-flow-drawing .about-flow-drawing-text {
    font-size: 2.64rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow .about-flow-drawing .about-flow-drawing-text {
    font-size: 1.3rem;
    line-height: 2.4em;
  }
}
body#about #about-flow .about-flow-drawing .about-flow-drawing-text p {
  background: url("../img/share/line_03.png") bottom left repeat-x;
  background-size: 0.9rem 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow .about-flow-drawing .about-flow-drawing-text p {
    background-size: 0.72rem 0.16rem;
  }
}
body#about #about-flow .about-flow-drawing .about-flow-drawing-text span {
  color: #E50012;
}
body#about #about-flow .about-flow-drawing .about-flow-drawing-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  body#about #about-flow .about-flow-drawing .about-flow-drawing-pic {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow .about-flow-drawing .about-flow-drawing-pic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
  }
}
body#about #about-flow .about-flow-drawing .about-flow-drawing-pic > div:nth-child(1) {
  width: 55.1%;
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow .about-flow-drawing .about-flow-drawing-pic > div:nth-child(1) {
    width: 100%;
  }
}
body#about #about-flow .about-flow-drawing .about-flow-drawing-pic > div:nth-child(2) {
  width: 41.9%;
}
@media screen and (max-width: 767.999px) {
  body#about #about-flow .about-flow-drawing .about-flow-drawing-pic > div:nth-child(2) {
    width: 100%;
    margin-top: 2rem;
  }
}
body#about #about-consul {
  background: url("../img/about/consul_bg.png") bottom center no-repeat;
  background-size: 100% auto;
  padding: 11rem 0 40rem;
}
@media screen and (max-width: 767.999px) {
  body#about #about-consul {
    padding: 8rem 1.5rem 18rem;
  }
}
body#about #about-consul .about-consul-title {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #084325;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body#about #about-consul .about-consul-title {
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-consul .about-consul-title {
    font-size: 2.2rem;
  }
}
body#about #about-consul ul.about-consul-list {
  border: 0.3rem solid #55B779;
  border-radius: 1.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 0;
  padding: 1.7rem 6.5rem;
}
@media screen and (max-width: 1200px) {
  body#about #about-consul ul.about-consul-list {
    margin: 1.8rem auto 0;
    padding: 2.04rem 7.8rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-consul ul.about-consul-list {
    margin: 2rem auto 0;
    border-radius: 0.8rem;
    border-width: 0.2rem;
    padding: 2.5rem 1.5rem;
  }
}
body#about #about-consul ul.about-consul-list li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 1200px) {
  body#about #about-consul ul.about-consul-list li {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-consul ul.about-consul-list li {
    font-size: 1.4rem;
  }
}
body#about #about-consul ul.about-consul-list li:before {
  content: "";
  width: 1em;
  height: 1em;
  background: #35A175;
  border-radius: 50%;
  position: absolute;
  top: 0.4em;
  left: 0;
}
body#about #about-consul ul.about-consul-list li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0.25em;
  width: 0.45em;
  height: 0.3em;
  border-left: 0.15rem solid #fff;
  border-bottom: 0.15rem solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body#about #about-consul .about-consul-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  body#about #about-consul .about-consul-text {
    font-size: 2.16rem;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#about #about-consul .about-consul-text {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
body#about .about-banner {
  margin: 10rem 17rem 0;
}
@media screen and (max-width: 1200px) {
  body#about .about-banner {
    margin: 10rem 5rem 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#about .about-banner {
    margin: 8rem 1.5rem 0;
  }
}

body#business #plan .common-banner {
  margin: 8rem 17rem 0;
}
@media screen and (max-width: 1200px) {
  body#business #plan .common-banner {
    margin: 8rem 5rem 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .common-banner {
    margin: 6rem 1.5rem 0;
  }
}
body#business #plan .plan-content {
  background: #fff;
  margin: 18rem 4rem 0;
  padding-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  body#business #plan .plan-content {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content {
    margin: 10rem 1.5rem 0;
    padding-bottom: 6rem;
  }
}
body#business #plan .plan-content:after {
  content: "";
  background: url("../img/share/character.png") bottom right no-repeat;
  background-size: contain;
  width: 13rem;
  height: 15rem;
  position: absolute;
  bottom: 0;
  right: 4rem;
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content:after {
    width: 8rem;
    height: 10rem;
    right: 1rem;
  }
}
body#business #plan .plan-content .plan-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: -4rem;
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content .plan-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
body#business #plan .plan-content .plan-top .plan-top-content {
  width: 42%;
  padding: 3.5rem 0 0 10rem;
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content .plan-top .plan-top-content {
    width: 100%;
    padding: 3.5rem 0 0 0;
  }
}
body#business #plan .plan-content .plan-top .plan-top-content .plan-top-head {
  color: #084325;
  margin-top: -11.8rem;
  padding-top: 3.8rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content .plan-top .plan-top-content .plan-top-head {
    margin-top: -7.5rem;
    padding-top: 0;
  }
}
body#business #plan .plan-content .plan-top .plan-top-content .plan-top-head .plan-top-head-bg {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1em;
  position: absolute;
  z-index: -1;
  top: -5rem;
  right: 4rem;
  color: #fff;
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content .plan-top .plan-top-content .plan-top-head .plan-top-head-bg {
    font-size: 8rem;
    top: -2.5rem;
    right: 1rem;
  }
}
body#business #plan .plan-content .plan-top .plan-top-content .plan-top-head .plan-top-head-title {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  body#business #plan .plan-content .plan-top .plan-top-content .plan-top-head .plan-top-head-title {
    font-size: 3.12rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content .plan-top .plan-top-content .plan-top-head .plan-top-head-title {
    font-size: 2rem;
    margin-left: 1.5rem;
  }
}
body#business #plan .plan-content .plan-top .plan-top-content .plan-top-head .plan-top-head-en {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body#business #plan .plan-content .plan-top .plan-top-content .plan-top-head .plan-top-head-en {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content .plan-top .plan-top-content .plan-top-head .plan-top-head-en {
    font-size: 1.2rem;
    margin-left: 1.5rem;
  }
}
body#business #plan .plan-content .plan-top .plan-top-content .plan-top-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.08em;
  width: 74%;
  margin-top: 4.5rem;
}
@media screen and (max-width: 1200px) {
  body#business #plan .plan-content .plan-top .plan-top-content .plan-top-text {
    width: 90%;
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content .plan-top .plan-top-content .plan-top-text {
    width: calc(100% - 3rem);
    margin: 4rem auto 0;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
body#business #plan .plan-content .plan-top .plan-top-pic {
  width: 58%;
  margin-top: -8rem;
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content .plan-top .plan-top-pic {
    width: 100%;
    margin: 4rem 0 0 -1.5rem;
  }
}
body#business #plan .plan-content .plan-top .plan-top-pic img {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
body#business #plan .plan-content .plan-place {
  margin-top: 7.5rem;
}
body#business #plan .plan-content .plan-place .plan-place-title {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  color: #084325;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body#business #plan .plan-content .plan-place .plan-place-title {
    font-size: 3.12rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content .plan-place .plan-place-title {
    font-size: 1.8rem;
  }
}
body#business #plan .plan-content .plan-place ul.plan-place-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem 19rem 0;
}
@media screen and (max-width: 1200px) {
  body#business #plan .plan-content .plan-place ul.plan-place-list {
    margin: 3rem 10rem 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content .plan-place ul.plan-place-list {
    margin: 3rem 1.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#business #plan .plan-content .plan-place ul.plan-place-list li {
  width: 30.5%;
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content .plan-place ul.plan-place-list li {
    width: 100%;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content .plan-place ul.plan-place-list li:nth-child(n+2) {
    margin-top: 4rem;
  }
}
body#business #plan .plan-content .plan-place ul.plan-place-list li .plan-place-pic img {
  width: 100%;
  height: 35rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1200px) {
  body#business #plan .plan-content .plan-place ul.plan-place-list li .plan-place-pic img {
    height: 42rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content .plan-place ul.plan-place-list li .plan-place-pic img {
    height: 35rem;
  }
}
body#business #plan .plan-content .plan-place ul.plan-place-list li .plan-place-caption {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  body#business #plan .plan-content .plan-place ul.plan-place-list li .plan-place-caption {
    font-size: 2.64rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content .plan-place ul.plan-place-list li .plan-place-caption {
    font-size: 1.6rem;
  }
}
body#business #plan .plan-content .plan-place ul.plan-place-list li .plan-place-caption-en {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #A8A8A8;
}
@media screen and (max-width: 1200px) {
  body#business #plan .plan-content .plan-place ul.plan-place-list li .plan-place-caption-en {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .plan-content .plan-place ul.plan-place-list li .plan-place-caption-en {
    font-size: 1.3rem;
  }
}
body#business #plan .business-banner {
  margin: 8rem 30rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  body#business #plan .business-banner {
    margin: 8rem 20rem 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .business-banner {
    margin: 6rem 1.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#business #plan .business-banner .business-banner-block {
  width: 49%;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#business #plan .business-banner .business-banner-block {
    width: 100%;
  }
}
body#business #plan .business-banner .business-banner-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 3rem;
  bottom: 0;
  margin: auto;
  width: 1.3rem;
  height: 0.05rem;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  body#business #plan .business-banner .business-banner-block:before {
    width: 1.56rem;
    height: 0.06rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .business-banner .business-banner-block:before {
    width: 1.3rem;
    height: 0.05rem;
  }
}
body#business #plan .business-banner .business-banner-block:after {
  content: "";
  position: absolute;
  top: 0;
  right: 3rem;
  bottom: 0;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.05rem solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  body#business #plan .business-banner .business-banner-block:after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .business-banner .business-banner-block:after {
    width: 0.5rem;
    height: 0.5rem;
  }
}
body#business #plan .business-banner .business-banner-block .business-banner-head {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  z-index: 1;
}
body#business #plan .business-banner .business-banner-block .business-banner-head .business-banner-head-en {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1200px) {
  body#business #plan .business-banner .business-banner-block .business-banner-head .business-banner-head-en {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .business-banner .business-banner-block .business-banner-head .business-banner-head-en {
    font-size: 1.4rem;
  }
}
body#business #plan .business-banner .business-banner-block .business-banner-head .business-banner-head-title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  body#business #plan .business-banner .business-banner-block .business-banner-head .business-banner-head-title {
    font-size: 2.64rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #plan .business-banner .business-banner-block .business-banner-head .business-banner-head-title {
    font-size: 1.8rem;
  }
}
body#business #plan .business-banner .business-banner-block .business-banner-pic img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.999px) {
  body#business #plan .business-banner .business-banner-block + .business-banner-block {
    margin-top: 2rem;
  }
}
body#business #plan .business-banner .business-banner-block:hover .business-banner-pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
body#business #case {
  padding-top: 10rem;
  background: url("../img/share/illust_01.png") bottom center no-repeat;
  background-size: contain;
  padding-bottom: 11rem;
}
@media screen and (max-width: 767.999px) {
  body#business #case {
    padding-top: 12rem;
    background: url("../img/share/illust_04.png") bottom center no-repeat;
    background-size: contain;
  }
}
body#business #case .case-head {
  position: relative;
  z-index: 1;
}
body#business #case .case-head .case-head-bg {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 24rem;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1em;
  color: #FFFEF8;
  text-align: center;
  position: absolute;
  z-index: -1;
  top: -4rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#business #case .case-head .case-head-bg {
    font-size: 6rem;
    top: -3rem;
  }
}
body#business #case ul.case-list {
  margin: 7rem 17rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  body#business #case ul.case-list {
    margin: 7rem 5rem 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-list {
    margin: 6rem 1.5rem 0;
  }
}
body#business #case ul.case-list li {
  position: relative;
}
body#business #case ul.case-list li:nth-child(n+2) {
  margin-top: 5rem;
}
@media screen and (max-width: 1200px) {
  body#business #case ul.case-list li:nth-child(n+2) {
    margin-top: 7rem;
  }
}
body#business #case ul.case-list li .case-list-number {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background: #ECA739;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100vmax;
  position: absolute;
  top: -1.5em;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0.2em 1.2em;
}
@media screen and (max-width: 1200px) {
  body#business #case ul.case-list li .case-list-number {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-list li .case-list-number {
    font-size: 1.6rem;
  }
}
body#business #case ul.case-list li .case-list-number:after {
  content: "";
  background: #ECA739;
  height: 0.4em;
  width: 0.7em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -0.3em;
  left: 0;
  right: 0;
  margin: auto;
}
body#business #case ul.case-list li .case-list-title {
  color: #fff;
  background: #35A175;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  text-align: center;
  padding: 0.6em 2em;
}
@media screen and (max-width: 1200px) {
  body#business #case ul.case-list li .case-list-title {
    font-size: 2.88rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-list li .case-list-title {
    font-size: 1.8rem;
    padding: 1em 2em 0.6em;
  }
}
body#business #case ul.case-list li .case-list-content {
  padding: 3rem 8rem 2.5rem;
  background: #fff;
  border: 0.1rem solid #35A175;
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-list li .case-list-content {
    padding: 3rem 1.5rem 2.5rem;
  }
}
body#business #case ul.case-list li .case-list-content .case-list-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-list li .case-list-content .case-list-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#business #case ul.case-list li .case-list-content .case-list-column .case-list-illust {
  width: 45%;
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-list li .case-list-content .case-list-column .case-list-illust {
    width: 100%;
  }
}
body#business #case ul.case-list li .case-list-content .case-list-column .case-list-illust img {
  border-radius: 0.8rem;
}
body#business #case ul.case-list li .case-list-content .case-list-column .case-list-pic {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-list li .case-list-content .case-list-column .case-list-pic {
    width: 100%;
    margin-top: 8rem;
  }
}
body#business #case ul.case-list li .case-list-content .case-list-column .case-list-pic:before {
  content: "";
  width: 5rem;
  height: 5rem;
  background: #D5E8C3;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -7.2rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body#business #case ul.case-list li .case-list-content .case-list-column .case-list-pic:before {
    left: -8.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-list li .case-list-content .case-list-column .case-list-pic:before {
    top: -6.5rem;
    left: 0;
    right: 0;
    bottom: auto;
  }
}
body#business #case ul.case-list li .case-list-content .case-list-column .case-list-pic:after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.25rem solid #55B779;
  border-right: 0.25rem solid #55B779;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: -5.4rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body#business #case ul.case-list li .case-list-content .case-list-column .case-list-pic:after {
    left: -6.6rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-list li .case-list-content .case-list-column .case-list-pic:after {
    top: -4.9rem;
    left: 0;
    right: 0;
    bottom: auto;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
body#business #case ul.case-list li .case-list-content .case-list-column .case-list-pic img {
  border-radius: 0.8rem;
}
body#business #case ul.case-list li .case-list-content .case-list-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  body#business #case ul.case-list li .case-list-content .case-list-text {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-list li .case-list-content .case-list-text {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
body#business #case ul.case-list li .case-list-content .case-list-text span {
  color: #E50012;
}
body#business #case ul.case-pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4rem 17rem 0;
}
@media screen and (max-width: 1200px) {
  body#business #case ul.case-pickup {
    margin: 4rem 5rem 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-pickup {
    margin: 4rem 1.5rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body#business #case ul.case-pickup li {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-pickup li {
    width: 48%;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-pickup li:nth-child(n+3) {
    margin-top: 4%;
  }
}
body#business #case ul.case-pickup li .case-pickup-pic img {
  width: 100%;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}
@media screen and (max-width: 1200px) {
  body#business #case ul.case-pickup li .case-pickup-pic img {
    height: 22rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-pickup li .case-pickup-pic img {
    height: 13rem;
  }
}
body#business #case ul.case-pickup li .case-pickup-title {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 0.4em 0.5em;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
@media screen and (max-width: 1200px) {
  body#business #case ul.case-pickup li .case-pickup-title {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-pickup li .case-pickup-title {
    font-size: 1.4rem;
    padding: 0.6em 0.5em;
  }
}
body#business #case ul.case-pickup li .case-pickup-title.small {
  font-size: 1.4rem;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  body#business #case ul.case-pickup li .case-pickup-title.small {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #case ul.case-pickup li .case-pickup-title.small {
    font-size: 1.2rem;
  }
}
body#business #case .case-note {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  body#business #case .case-note {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #case .case-note {
    font-size: 1.4rem;
  }
}
body#business #case .case-btn {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  body#business #case .case-btn {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  body#business #case .case-btn .btn01 {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #case .case-btn .btn01 {
    font-size: 1.4rem;
  }
}
body#business #reason {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(4rem, transparent), color-stop(4rem, #FEFEFB), to(#FEFEFB));
  background: linear-gradient(90deg, transparent 0%, transparent 4rem, #FEFEFB 4rem, #FEFEFB 100%);
  padding: 12rem 0;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#business #reason {
    padding: 8rem 0;
    background: #fff;
  }
}
body#business #reason:after {
  content: "";
  width: 4rem;
  height: 20rem;
  background: #35A175;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.999px) {
  body#business #reason:after {
    display: none;
  }
}
body#business #reason ul.reason-list {
  margin-top: 10rem;
}
@media screen and (max-width: 767.999px) {
  body#business #reason ul.reason-list {
    margin-top: 2rem;
  }
}
body#business #reason ul.reason-list li {
  position: relative;
  counter-increment: mycounter;
  z-index: 1;
}
body#business #reason ul.reason-list li .reason-content {
  position: absolute;
  top: 11rem;
  left: 53%;
  background: #fff;
  padding: 5rem 0 5.5rem 6.5rem;
  width: 54rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#business #reason ul.reason-list li .reason-content {
    position: initial;
    width: 100%;
    padding: 5rem 1.5rem 4rem;
  }
}
body#business #reason ul.reason-list li .reason-content .reason-content-inner {
  position: relative;
}
body#business #reason ul.reason-list li .reason-content .reason-content-inner:before {
  content: counter(mycounter, decimal-leading-zero);
  position: absolute;
  top: -11rem;
  right: 1rem;
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 16rem;
  letter-spacing: -0.03em;
  line-height: 1em;
  color: #F5F5F4;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#business #reason ul.reason-list li .reason-content .reason-content-inner:before {
    font-size: 10rem;
    top: -6rem;
  }
}
body#business #reason ul.reason-list li .reason-content .reason-title {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  color: #084325;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#business #reason ul.reason-list li .reason-content .reason-title {
    font-size: 1.8rem;
  }
}
body#business #reason ul.reason-list li .reason-content .reason-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2em;
  letter-spacing: 0.08em;
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  body#business #reason ul.reason-list li .reason-content .reason-text {
    font-size: 2.04rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #reason ul.reason-list li .reason-content .reason-text {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
body#business #reason ul.reason-list li .reason-pic {
  width: 69%;
}
@media screen and (max-width: 767.999px) {
  body#business #reason ul.reason-list li .reason-pic {
    width: calc(100% - 1.5rem);
  }
}
body#business #reason ul.reason-list li .reason-pic img {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
body#business #reason ul.reason-list li:nth-child(n+2) {
  margin-top: 12rem;
}
@media screen and (max-width: 767.999px) {
  body#business #reason ul.reason-list li:nth-child(n+2) {
    margin-top: 4rem;
  }
}
body#business #reason ul.reason-list li:nth-child(2n) .reason-content {
  left: 15rem;
  padding: 5rem 6.5rem 5.5rem 0;
}
@media screen and (max-width: 767.999px) {
  body#business #reason ul.reason-list li:nth-child(2n) .reason-content {
    padding: 4rem 1.5rem 5rem;
  }
}
body#business #reason ul.reason-list li:nth-child(2n) .reason-content .reason-content-inner:before {
  right: 0;
}
body#business #reason ul.reason-list li:nth-child(2n) .reason-pic {
  margin-left: 31%;
}
@media screen and (max-width: 767.999px) {
  body#business #reason ul.reason-list li:nth-child(2n) .reason-pic {
    margin-left: 1.5rem;
  }
}
body#business #reason ul.reason-list li:nth-child(2n) .reason-pic img {
  border-radius: 0;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
body#business #reason ul.reason-list li:nth-child(1):after {
  content: "";
  background: url("../img/share/dot_01.png") top left repeat;
  background-size: 0.9rem;
  width: 42rem;
  height: 12rem;
  position: absolute;
  top: -12rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#business #reason ul.reason-list li:nth-child(1):after {
    display: none;
  }
}
body#business #reason ul.reason-list li:nth-child(2):after {
  content: "";
  background: url("../img/share/dot_01.png") top left repeat;
  background-size: 0.9rem;
  width: 42rem;
  height: 20rem;
  position: absolute;
  top: -7rem;
  left: 27rem;
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#business #reason ul.reason-list li:nth-child(2):after {
    display: none;
  }
}
body#business #reason ul.reason-list li:nth-child(3):after {
  content: "";
  background: url("../img/share/dot_01.png") top left repeat;
  background-size: 0.9rem;
  width: 30rem;
  height: 20rem;
  position: absolute;
  bottom: -5rem;
  right: 30rem;
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#business #reason ul.reason-list li:nth-child(3):after {
    display: none;
  }
}
body#business #reason ul.reason-list li:nth-child(4):after {
  content: "";
  background: url("../img/share/dot_01.png") top left repeat;
  background-size: 0.9rem;
  width: 30rem;
  height: 20rem;
  position: absolute;
  top: -7rem;
  left: 26rem;
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#business #reason ul.reason-list li:nth-child(4):after {
    display: none;
  }
}
body#business #step {
  color: #fff;
  background: #35A175;
  padding: 12rem 0;
}
@media screen and (max-width: 767.999px) {
  body#business #step {
    padding: 8rem 0;
  }
}
body#business #step ul.step-list {
  margin: 6rem 27.5rem 0;
}
@media screen and (max-width: 1200px) {
  body#business #step ul.step-list {
    margin: 6rem 15rem 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #step ul.step-list {
    margin: 5rem 1.5rem 0;
  }
}
body#business #step ul.step-list li:nth-child(n+2) {
  background: url("../img/share/line_01.png") top left repeat-x;
  background-size: 0.9rem 0.2rem;
  margin-top: 3rem;
  padding-top: 3rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#business #step ul.step-list li:nth-child(n+2) {
    background-size: 0.63rem 0.14rem;
    margin-top: 5rem;
    padding-top: 4rem;
  }
}
body#business #step ul.step-list li:nth-child(n+2):before {
  content: "";
  width: 5rem;
  height: 5rem;
  border: 0.1rem solid #fff;
  background: #35A175;
  border-radius: 50%;
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#business #step ul.step-list li:nth-child(n+2):before {
    width: 4rem;
    height: 4rem;
    top: -2rem;
  }
}
body#business #step ul.step-list li:nth-child(n+2):after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: -0.9rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#business #step ul.step-list li:nth-child(n+2):after {
    width: 0.8rem;
    height: 0.8rem;
    top: -0.5rem;
  }
}
body#business #step ul.step-list li .step-number {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  body#business #step ul.step-list li .step-number {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #step ul.step-list li .step-number {
    font-size: 1.8rem;
  }
}
body#business #step ul.step-list li .step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}
@media screen and (max-width: 767.999px) {
  body#business #step ul.step-list li .step-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0.5rem;
  }
}
body#business #step ul.step-list li .step-content .step-pic {
  width: 25%;
}
@media screen and (max-width: 767.999px) {
  body#business #step ul.step-list li .step-content .step-pic {
    width: 100%;
    margin: 2rem auto 0;
  }
}
body#business #step ul.step-list li .step-content .step-pic img {
  border-radius: 0.8rem;
}
body#business #step ul.step-list li .step-content .step-block {
  width: 70%;
}
@media screen and (max-width: 767.999px) {
  body#business #step ul.step-list li .step-content .step-block {
    width: 100%;
  }
}
body#business #step ul.step-list li .step-content .step-block .step-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  body#business #step ul.step-list li .step-content .step-block .step-title {
    font-size: 2.88rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #step ul.step-list li .step-content .step-block .step-title {
    font-size: 2rem;
  }
}
body#business #step ul.step-list li .step-content .step-block .step-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  body#business #step ul.step-list li .step-content .step-block .step-text {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#business #step ul.step-list li .step-content .step-block .step-text {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 0.5rem;
  }
}
body#business .banner-bottom {
  margin: 10rem 17rem 0;
}
@media screen and (max-width: 1200px) {
  body#business .banner-bottom {
    margin: 10rem 5rem 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#business .banner-bottom {
    margin: 8rem 1.5rem 0;
  }
}
body#business .banner-bottom .common-banner-block.pref {
  position: relative;
}
body#business .banner-bottom .common-banner-block.pref:after {
  content: "";
  background: url("../img/share/banner_icon_pref.png") top left no-repeat;
  background-size: contain;
  width: 15rem;
  height: 11.2rem;
  position: absolute;
  bottom: 0.5rem;
  left: 17rem;
}
@media screen and (max-width: 767.999px) {
  body#business .banner-bottom .common-banner-block.pref:after {
    top: 1rem;
    right: 1rem;
    bottom: auto;
    left: auto;
    width: 10.5rem;
    height: 7.84rem;
  }
}
body#business .banner-bottom .common-banner-block.car {
  position: relative;
}
body#business .banner-bottom .common-banner-block.car:after {
  content: "";
  background: url("../img/share/banner_icon_car.png") top left no-repeat;
  background-size: contain;
  width: 6.2rem;
  height: 3.6rem;
  position: absolute;
  bottom: 3rem;
  left: 19.5rem;
}
@media screen and (max-width: 767.999px) {
  body#business .banner-bottom .common-banner-block.car:after {
    top: 3rem;
    right: 4rem;
    bottom: auto;
    left: auto;
    width: 4.34rem;
    height: 2.52rem;
  }
}

body#parking #search ul.search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.999px) {
  body#parking #search ul.search-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5rem 1.5rem 0;
  }
}
body#parking #search ul.search-list li:nth-child(n+2) {
  margin-left: 1.5rem;
}
@media screen and (max-width: 767.999px) {
  body#parking #search ul.search-list li:nth-child(n+2) {
    margin: 1.5rem 0 0;
  }
}
body#parking #search .select {
  position: relative;
  border: 0.1rem solid #C5D3CA;
  border-radius: 0.8rem;
}
body#parking #search .select:before {
  content: "";
  width: 0.1rem;
  height: 70%;
  background: #E5EFE8;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.6em;
  margin: auto;
  pointer-events: none;
}
body#parking #search .select:after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-top: 0.15em solid #000;
  border-right: 0.15em solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: -0.2em;
  right: 1em;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
@media screen and (max-width: 767.999px) {
  body#parking #search .select:after {
    width: 0.5em;
    height: 0.5em;
    right: 1.1em;
  }
}
body#parking #search .select select {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.6em 3em;
  width: 28rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  body#parking #search .select select {
    font-size: 1.92rem;
    width: 33.6rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking #search .select select {
    font-size: 1.4rem;
    width: 100%;
    padding: 0.8em 3em 0.8em 3.3em;
  }
}
body#parking #search .select.pref {
  background: #fff url("../img/parking/icon_marker.png") center left 1em no-repeat;
  background-size: 2rem auto;
}
@media screen and (max-width: 1200px) {
  body#parking #search .select.pref {
    background-size: 2.4rem auto;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking #search .select.pref {
    background-size: 2rem auto;
  }
}
body#parking #search .select.category {
  background: #fff url("../img/parking/icon_car.png") center left 1em no-repeat;
  background-size: 2rem auto;
}
@media screen and (max-width: 1200px) {
  body#parking #search .select.category {
    background-size: 2.4rem auto;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking #search .select.category {
    background-size: 2rem auto;
  }
}
body#parking .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 15rem 0;
}
@media screen and (max-width: 1200px) {
  body#parking .card-list {
    margin: 5rem 5rem 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking .card-list {
    margin: 2rem 1.5rem 0;
  }
}
body#parking .card-list .card-block {
  width: calc(33.3333333333% - 3rem);
  margin: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.999px) {
  body#parking .card-list .card-block {
    width: 100%;
    margin: 2rem 0;
  }
}
body#parking .card-list .card-block.pref, body#parking .card-list .card-block.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body#parking .card-list .card-block.prefnone, body#parking .card-list .card-block.categorynone {
  display: none;
}
body#parking .card-list .card-block .card-pic img {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  width: 100%;
  height: 23rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  body#parking .card-list .card-block .card-pic img {
    height: 28rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking .card-list .card-block .card-pic img {
    height: 20rem;
  }
}
body#parking .card-list .card-block .card-content {
  background: #fff;
  padding: 2rem 2rem 3rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.999px) {
  body#parking .card-list .card-block .card-content {
    padding: 2rem 1.5rem 3rem;
  }
}
body#parking .card-list .card-block .card-content .card-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  body#parking .card-list .card-block .card-content .card-name {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking .card-list .card-block .card-content .card-name {
    font-size: 1.8rem;
  }
}
body#parking .card-list .card-block .card-content ul.card-category {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767.999px) {
  body#parking .card-list .card-block .card-content ul.card-category {
    margin-top: 0.5rem;
  }
}
body#parking .card-list .card-block .card-content ul.card-category li {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  background: #ECA739;
  border-radius: 100vmax;
  padding: 0.1em 1em;
  margin: 0 0.2em 0.3em 0;
}
@media screen and (max-width: 1200px) {
  body#parking .card-list .card-block .card-content ul.card-category li {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking .card-list .card-block .card-content ul.card-category li {
    font-size: 1.3rem;
  }
}
body#parking .card-list .card-block .card-content ul.card-info {
  margin-top: 1rem;
}
@media screen and (max-width: 767.999px) {
  body#parking .card-list .card-block .card-content ul.card-info {
    margin-top: 1.5rem;
  }
}
body#parking .card-list .card-block .card-content ul.card-info li {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 1.2em;
}
@media screen and (max-width: 1200px) {
  body#parking .card-list .card-block .card-content ul.card-info li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking .card-list .card-block .card-content ul.card-info li {
    font-size: 1.3rem;
    line-height: 1.8em;
  }
}
body#parking .card-list .card-block .card-content ul.card-info li:before {
  content: "";
  width: 1em;
  height: 1em;
  background: #006E36;
  border-radius: 50%;
  position: absolute;
  top: 0.35em;
  left: 0;
}
@media screen and (max-width: 767.999px) {
  body#parking .card-list .card-block .card-content ul.card-info li:before {
    top: 0.45em;
  }
}
body#parking .card-list .card-block .card-content .card-btn {
  margin-top: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767.999px) {
  body#parking .card-list .card-block .card-content .card-btn {
    margin-top: 2rem;
  }
}
body#parking .card-list .card-block .card-content .card-btn a {
  width: 100%;
  text-align: center;
  color: #fff;
  background: #006E36;
  border-color: #006E36;
}
body#parking .card-list .card-block .card-content .card-btn a:before {
  background: #fff;
}
body#parking .card-list .card-block .card-content .card-btn a:after {
  background: #006E36;
}
body#parking .card-list .card-block .card-content .card-btn a:hover {
  color: #006E36;
  background: #fff;
}
body#parking .card-list .card-block .card-content .card-btn a:hover:before {
  background: #006E36;
}
body#parking .card-list .card-block .card-content .card-btn a:hover:after {
  background: #fff;
}

body#parking-page #page {
  margin-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  body#parking-page #page {
    margin-top: 4rem;
  }
}
body#parking-page .page-content {
  margin: 0 39rem;
}
@media screen and (max-width: 1200px) {
  body#parking-page .page-content {
    margin: 0 17rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking-page .page-content {
    margin: 0 1.5rem;
  }
}
body#parking-page .page-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  border-bottom: 0.3rem solid #006E36;
  padding-bottom: 0.2em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50rem;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body#parking-page .page-title {
    font-size: 3.84rem;
    min-width: 60rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking-page .page-title {
    font-size: 2rem;
    border-width: 0.2rem;
    min-width: 100%;
  }
}
body#parking-page .page-title-en {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #006E36;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  body#parking-page .page-title-en {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking-page .page-title-en {
    font-size: 1.2rem;
  }
}
body#parking-page .page-pic {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767.999px) {
  body#parking-page .page-pic {
    margin-top: 2rem;
  }
}
body#parking-page .page-pic img {
  border-radius: 0.8rem;
}
body#parking-page ul.page-category {
  margin-top: 1.5rem;
}
body#parking-page ul.page-category li {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  color: #fff;
  background: #ECA739;
  border-radius: 100vmax;
  padding: 0 1em;
  margin: 0 0.5rem 1rem 0;
}
@media screen and (max-width: 1200px) {
  body#parking-page ul.page-category li {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking-page ul.page-category li {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
body#parking-page dl.page-info {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1200px) {
  body#parking-page dl.page-info {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking-page dl.page-info {
    font-size: 1.4rem;
    font-weight: 400;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#parking-page dl.page-info dt {
  width: calc(34% - 0.2rem);
  color: #fff;
  background: #006E36;
  padding: 0.2em 0.6em;
  margin: 0.1rem 0.1rem 0 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1200px) {
  body#parking-page dl.page-info dt {
    font-size: 2.04rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking-page dl.page-info dt {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
body#parking-page dl.page-info dd {
  width: 66%;
  background: #fff;
  padding: 0.2em 1em;
  margin: 0.1rem 0.1rem 0 0;
}
@media screen and (max-width: 767.999px) {
  body#parking-page dl.page-info dd {
    width: 100%;
  }
}
body#parking-page #price {
  margin-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#parking-page #price {
    margin-top: 5rem;
  }
}
body#parking-page #price .price-head {
  text-align: center;
}
body#parking-page #price .price-head .price-title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  body#parking-page #price .price-head .price-title {
    font-size: 3.12rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking-page #price .price-head .price-title {
    font-size: 1.8rem;
  }
}
body#parking-page #price .price-head .price-title-en {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #006E36;
}
@media screen and (max-width: 1200px) {
  body#parking-page #price .price-head .price-title-en {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking-page #price .price-head .price-title-en {
    font-size: 1.4rem;
  }
}
body#parking-page #price .price-list {
  margin-top: 2rem;
}
body#parking-page #price .price-list .price-list-haed {
  color: #fff;
  background: #006E36;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.9em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body#parking-page #price .price-list .price-list-haed {
    font-size: 2.64rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking-page #price .price-list .price-list-haed {
    font-size: 1.6rem;
  }
}
body#parking-page #price .price-list .price-list-title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: #E9EEEB;
  text-align: center;
  padding: 0.3em 0;
}
@media screen and (max-width: 1200px) {
  body#parking-page #price .price-list .price-list-title {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking-page #price .price-list .price-list-title {
    font-size: 1.4rem;
  }
}
body#parking-page #price .price-list .price-list-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body#parking-page #price .price-list .price-list-column {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking-page #price .price-list .price-list-column {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
body#parking-page #price .price-list .price-list-column .price-list-sales {
  width: 44%;
  padding: 0.3em 0;
}
body#parking-page #price .price-list .price-list-column .price-list-time {
  width: 28%;
  border-left: 0.1rem solid #E9EEEB;
  padding: 0.3em 0;
}
body#parking-page #price .price-list .price-list-column .price-list-cost {
  width: 28%;
  border-left: 0.1rem solid #E9EEEB;
  padding: 0.3em 0;
}
body#parking-page #access {
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  body#parking-page #access {
    margin-top: 5rem;
  }
}
body#parking-page #access .access-head {
  text-align: center;
}
body#parking-page #access .access-head .access-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  body#parking-page #access .access-head .access-title {
    font-size: 2.88rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking-page #access .access-head .access-title {
    font-size: 1.8rem;
  }
}
body#parking-page #access .access-head .access-title-en {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #006E36;
}
@media screen and (max-width: 1200px) {
  body#parking-page #access .access-head .access-title-en {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking-page #access .access-head .access-title-en {
    font-size: 1.4rem;
  }
}
body#parking-page #access .access-map {
  margin-top: 2.5rem;
}
body#parking-page #access .access-map #map,
body#parking-page #access .access-map iframe {
  width: 100%;
  height: 40rem;
  border: none;
}
@media screen and (max-width: 1200px) {
  body#parking-page #access .access-map #map,
  body#parking-page #access .access-map iframe {
    height: 48rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking-page #access .access-map #map,
  body#parking-page #access .access-map iframe {
    height: 30rem;
  }
}
body#parking-page .banner-bottom {
  margin: 6rem 17rem 0;
}
@media screen and (max-width: 1200px) {
  body#parking-page .banner-bottom {
    margin: 6rem 5rem 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#parking-page .banner-bottom {
    margin: 5rem 1.5rem 0;
  }
}
body#parking-page .banner-bottom .common-banner-block.pref {
  position: relative;
}
body#parking-page .banner-bottom .common-banner-block.pref:after {
  content: "";
  background: url("../img/share/banner_icon_pref.png") top left no-repeat;
  background-size: contain;
  width: 15rem;
  height: 11.2rem;
  position: absolute;
  bottom: 0.5rem;
  left: 17rem;
}
@media screen and (max-width: 767.999px) {
  body#parking-page .banner-bottom .common-banner-block.pref:after {
    top: 1rem;
    right: 1rem;
    bottom: auto;
    left: auto;
    width: 10.5rem;
    height: 7.84rem;
  }
}
body#parking-page .banner-bottom .common-banner-block.car {
  position: relative;
}
body#parking-page .banner-bottom .common-banner-block.car:after {
  content: "";
  background: url("../img/share/banner_icon_car.png") top left no-repeat;
  background-size: contain;
  width: 6.2rem;
  height: 3.6rem;
  position: absolute;
  bottom: 3rem;
  left: 19.5rem;
}
@media screen and (max-width: 767.999px) {
  body#parking-page .banner-bottom .common-banner-block.car:after {
    top: 3rem;
    right: 4rem;
    bottom: auto;
    left: auto;
    width: 4.34rem;
    height: 2.52rem;
  }
}

body#gps .gps-block {
  margin: 0 17rem;
}
@media screen and (max-width: 1200px) {
  body#gps .gps-block {
    margin: 0 10rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#gps .gps-block {
    margin: 0 1.5rem;
  }
}
body#gps #map {
  width: 100%;
  height: 46rem;
}
@media screen and (max-width: 1200px) {
  body#gps #map {
    height: 55.2rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#gps #map {
    height: 40rem;
  }
}
body#gps .gps-character {
  text-align: right;
}
body#gps .gps-character img {
  width: 11rem;
}
@media screen and (max-width: 1200px) {
  body#gps .gps-character img {
    width: 13.2rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#gps .gps-character img {
    width: 9rem;
  }
}
body#gps .gps-icon {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  height: 5.2rem;
  line-height: 5.2rem;
  padding-left: 7rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body#gps .gps-icon {
    font-size: 2.4rem;
    height: 6.24rem;
    line-height: 6.24rem;
    padding-left: 8.4rem;
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#gps .gps-icon {
    font-size: 1.4rem;
    height: 4rem;
    line-height: 4rem;
    padding-left: 5rem;
    margin-top: 1rem;
  }
}
body#gps .gps-icon:before {
  content: "";
  background: url("../img/share/icon_marker.png") center no-repeat;
  background-size: 5.2rem;
  width: 5.2rem;
  height: 5.2rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body#gps .gps-icon:before {
    background-size: 6.24rem;
    width: 6.24rem;
    height: 6.24rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#gps .gps-icon:before {
    background-size: 4rem;
    width: 4rem;
    height: 4rem;
  }
}
body#gps #form {
  margin-top: 0;
}
body#gps .gm-style-iw-chr {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
body#gps .balloon {
  width: 17rem;
  margin-top: 1.6rem;
  margin-bottom: 0.4rem;
  padding-right: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767.999px) {
  body#gps .balloon {
    font-size: 1.2rem;
    padding-right: 4rem;
    width: 15rem;
  }
}
body#gps .balloon a {
  text-decoration: underline;
  display: block;
  margin-right: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#gps .balloon a {
    margin-right: 0;
  }
}
body#gps .balloon a:hover {
  color: #006E36;
  text-decoration: none;
}
body#gps #reacquire-location {
  background: #fff;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 0 1rem #ccc;
          box-shadow: 0 0 1rem #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.999px) {
  body#gps #reacquire-location {
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }
}
body#gps #reacquire-location:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}
body#gps .location-reload {
  background: #fff;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 0 1rem #ccc;
          box-shadow: 0 0 1rem #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 1rem;
  color: #333;
}
@media screen and (max-width: 767.999px) {
  body#gps .location-reload {
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }
}
body#gps .location-reload:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}
body#gps #location-error {
  color: #FF0015;
  margin-top: 1rem;
  font-size: 1.5rem;
  display: none;
}
@media screen and (max-width: 767.999px) {
  body#gps #location-error {
    font-size: 1.3rem;
  }
}
body#gps .gps-load {
  margin-bottom: 1.5rem;
}
body#gps #loading-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  display: none;
}
@media screen and (max-width: 767.999px) {
  body#gps #loading-overlay {
    font-size: 1.4rem;
  }
}
body#gps .spinner {
  width: 5rem;
  height: 5rem;
  border: 0.5rem solid #ccc;
  border-top-color: #006E36;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin-bottom: 10px;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}