@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Add the correct sizing in Firefox.
  * 2. Show the overflow in Edge 18- and IE.
  */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

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

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * Collapse border spacing in all browsers (opinionated).
  */
table {
  border-collapse: collapse;
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@media (max-width: 767px) {
  .test {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .test {
    margin-top: 0;
  }
}

.ff-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-san {
  font-family: "Barlow", sans-serif;
}

.container {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.container-mini {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 70px 0 0;
}
@media (min-width: 768px) {
  .section {
    padding: 140px 0 0;
  }
}

.bg {
  background-color: #E0F1E7;
  padding: 70px 0;
}
@media (min-width: 768px) {
  .bg {
    padding: 140px 0;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
}

body * {
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
  .sp-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .pc-hidden {
    display: none !important;
  }
}

.center {
  text-align: center;
  margin: auto;
}

@media (max-width: 767px) {
  .container .full-img-wrap {
    margin-left: -40px;
    margin-right: -40px;
  }
}

hgroup {
  margin-bottom: 80px;
  text-align: center;
}

.sect-tit {
  margin-bottom: 11px;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.46;
  letter-spacing: 0.1em;
  color: #222222;
}
@media (max-width: 767px) {
  .sect-tit {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.44;
  }
}

.sub-tit {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #007d21;
}
@media (max-width: 767px) {
  .sub-tit {
    font-size: 15px;
  }
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}

.btn-more {
  border-radius: 100px;
  width: 100%;
  max-width: 235px;
  color: #A8825A;
  border-color: #A8825A;
  padding-top: 3px;
  padding-bottom: 3px;
}
.btn-more:visited {
  color: #A8825A;
}
.btn-more:hover {
  background-color: #A8825A;
  color: #fff;
}
.btn-more:hover::after {
  border-color: #fff;
}
.btn-more::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 5px;
  border-bottom: 1px solid #A8825A;
  border-right: 1px solid #A8825A;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  margin: 0 0 2px 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-outline.btn-more {
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-more:visited {
  color: #fff;
}
.btn-outline.btn-more:hover {
  background-color: #fff;
  color: #A8825A;
}
.btn-outline.btn-more:hover::after {
  border-color: #A8825A;
}
.btn-outline.btn-more::after {
  border-color: #fff;
}

.btn-primary {
  display: block;
  background: #FFF;
  color: #222222;
  line-height: 1;
  padding: 18px;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #A8825A;
}
.btn-primary:hover, .btn-primary:active {
  opacity: 1;
  background: #A8825A;
  color: #FFF;
  text-decoration: none;
}

.uk-position-center-left-out {
  margin-top: 5px;
  margin-right: 10px;
}

.uk-position-center-right-out {
  margin-top: 5px;
  margin-left: 10px;
}

.slider-arrow svg {
  width: 8px;
}

.uk-dotnav {
  margin-left: -20px;
}
.uk-dotnav > * {
  padding-left: 20px;
}
.uk-dotnav > * > * {
  width: 8px;
  height: 8px;
}

.uk-link, a {
  text-decoration: none;
  color: #666;
  display: inline-block;
}

.uk-modal.uk-open {
  background: rgba(34, 34, 34, 0.4);
}

.uk-button-primary {
  background: #A8825A;
  color: #fff;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadein-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.inport {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.inport iframe,
.inport object,
.inport embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.line-dl {
  margin: 0 0 2em;
  padding: 0;
}
@media (max-width: 767px) {
  .line-dl {
    border-top: 1px solid #D5D5D5;
  }
}
@media (min-width: 768px) {
  .line-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 768px) {
  .line-dl dt, .line-dl dd {
    padding: 20px 10px;
  }
}
.line-dl dt {
  font-weight: bold;
}
@media (max-width: 767px) {
  .line-dl dt {
    padding: 20px 5px 0px;
  }
}
@media (min-width: 768px) {
  .line-dl dt {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 200px;
    border-bottom: 1px solid #222222;
  }
}
.line-dl dd {
  border-bottom: 1px solid #D5D5D5;
}
@media (max-width: 767px) {
  .line-dl dd {
    padding: 5px 5px 20px;
  }
}
@media (min-width: 768px) {
  .line-dl dd {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding-left: 50px;
  }
}

.dl-box {
  margin: 0;
}
.dl-box dt {
  background: #222222;
  color: #FFF;
  padding: 18px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .dl-box dt {
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .dl-box dt {
    font-size: 22px;
  }
}
.dl-box dd {
  border: 1px solid #C4AAC3;
  border-top: none;
  padding: 35px 15px;
  background: #FFF;
}
@media (min-width: 768px) {
  .dl-box dd {
    padding: 50px;
  }
}

.col-2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.col-2-list dt, .col-2-list dd {
  margin-bottom: 15px;
}
.col-2-list dt {
  -ms-flex-preferred-size: 75px;
      flex-basis: 75px;
  padding-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.col-2-list dd {
  -ms-flex-preferred-size: calc(100% - 75px);
      flex-basis: calc(100% - 75px);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.list-disc {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-disc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 1.4;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .list-disc li {
    font-size: 22px;
  }
}
.list-disc li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #222222;
  margin-right: 10px;
  margin-top: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (min-width: 768px) {
  .list-disc li::before {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    margin-top: 5px;
  }
}

/* サイトフレーム */
/* ↓ Youtube背景動画setting */
#tubular-container {
  position: absolute !important;
}

#movie-section {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 0 !important;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#movie-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: auto;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.67)), to(rgba(84, 84, 84, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.67) 0%, rgba(84, 84, 84, 0) 100%);
  opacity: 0.33;
  z-index: 2;
}
#movie-section .header-title {
  position: relative;
  top: calc(50% - 200px);
  left: 5vw;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 350px;
  z-index: 3;
}
#movie-section .header-title .movie-tit {
  margin: 0 auto 8px;
  font-family: "Noto serif JP", serif;
  font-weight: 600;
  font-size: 45px;
  letter-spacing: 0.15em;
  line-height: 1.33;
  text-align: left;
  color: #fff;
}
#movie-section .header-title .txt {
  margin-bottom: 55px;
  font-family: "Noto serif JP", serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #44aa6b;
}
#movie-section .play-div {
  width: 100%;
  max-width: 193px;
  text-align: center;
}
#movie-section .play-div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  width: 100%;
  padding: 12px 0;
  border: 1px solid #fff;
  font-family: "Noto serif JP", serif;
  color: #FFF;
}
#movie-section .play-div polygon {
  stroke: #FFF;
}
#movie-section .play-div circle {
  stroke: #FFF;
}
#movie-section .play-div iframe {
  width: 100%;
}
@media (max-width: 767px) {
  #movie-section {
    height: 75vh;
  }
  #movie-section .header-title {
    top: calc(50% - 175px);
    width: 350px;
  }
  #movie-section .header-title .movie-tit {
    margin: 0;
    font-size: 32px;
  }
  #movie-section .header-title .txt {
    margin-bottom: 55px;
    font-size: 13px;
  }
  #movie-section .play-div {
    width: 100%;
    max-width: 193px;
    text-align: center;
  }
  #movie-section .play-div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
    width: 100%;
    padding: 12px 0;
    border: 1px solid #fff;
    font-family: "Noto serif JP", serif;
    color: #FFF;
  }
  #movie-section .play-div polygon {
    stroke: #FFF;
  }
  #movie-section .play-div circle {
    stroke: #FFF;
  }
  #movie-section .play-div iframe {
    width: 100%;
  }
}

.instagram-sect {
  padding: 73px 0 86px;
}
.instagram-sect .sect-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin: 0 auto 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.instagram-sect .sect-tit::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/top/icon_instagram.svg) no-repeat center/contain;
}
.message-sect {
  padding: 86px 0 90px;
}
.message-sect .sect-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.message-sect .sect-main .message-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 600px;
}
.message-sect .sect-main .message-txt .tit {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.4;
  color: #4ab273;
}
.message-sect .sect-main .message-txt .txt {
  margin: 0;
  font-size: 14px;
  text-indent: 1em;
  line-height: 1.75em;
}
.message-sect .sect-main .message-profile {
  width: 310px;
}
.message-sect .sect-main .message-profile .message-profile-img {
  display: block;
  width: 100%;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .message-sect {
    padding: 60px 0 122px;
  }
  .message-sect hgroup {
    margin-bottom: 34px;
  }
  .message-sect .sect-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
  .message-sect .sect-main .message-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 600px;
  }
  .message-sect .sect-main .message-txt .tit {
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 0.1em;
    line-height: 1.42;
  }
  .message-sect .sect-main .message-txt .txt {
    font-weight: 400;
    font-size: 12px;
    text-indent: 0;
    line-height: 1.42;
    letter-spacing: 0.1em;
  }
  .message-sect .sect-main .message-profile {
    width: 100%;
    max-width: 350px;
    margin-inline: auto;
  }
  .message-sect .sect-main .message-profile .message-profile-img {
    width: 100%;
    height: 250px;
    margin: 0 auto 26px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 20%;
       object-position: 0 20%;
  }
  .message-sect .sect-main .message-profile .position-txt {
    margin: 0 0 6px 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.42;
    text-align: left;
  }
  .message-sect .sect-main .message-profile .name {
    margin-left: 10px;
    font-size: 19px;
    letter-spacing: 0.1em;
  }
}

.img-separator-block .separator-img {
  width: 100%;
  height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .img-separator-block .separator-img {
    height: 245px;
  }
}

.data-sect {
  padding: 151px 0 99px;
  background: url(../images/top/img_data_bg_lg.jpg) no-repeat top/cover;
  overflow: hidden;
}
.data-sect hgroup {
  margin-bottom: 103px;
}
.data-sect hgroup .sect-tit {
  margin-bottom: 19px;
}
.data-sect .data-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
.data-sect .card, .data-sect .card-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.data-sect .tit {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
.data-sect .desc {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.43;
}
.data-sect .ratio-txt {
  position: relative;
  right: -10px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.3em;
  line-height: 1.25;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  vertical-align: middle;
}
.data-sect .card:first-child {
  padding: 58px 0 21px;
}
.data-sect .card:first-child .tit {
  margin-bottom: 12px;
}
.data-sect .card:first-child .desc {
  margin: 0 auto 20px;
  text-align: center;
}
.data-sect .card:first-child .stat-main {
  width: 320px;
  height: 272px;
  margin-inline: auto;
  background: url(../images/top/img_data_ratio70.png) no-repeat center/contain;
  -ms-flex-line-pack: center;
      align-content: center;
}
.data-sect .card:first-child .number {
  margin-left: 50px;
  font-size: 203px;
}
.data-sect .card:first-child .unit {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 37px;
  letter-spacing: 0.05em;
}
.data-sect .card:nth-child(2) {
  position: relative;
  padding: 58px 0 0;
}
.data-sect .card:nth-child(2) .tit {
  margin-bottom: 12px;
}
.data-sect .card:nth-child(2) .desc {
  margin: 0 auto 20px;
  padding: 0 45px;
  text-align: left;
}
.data-sect .card:nth-child(2) .stat-main {
  margin: -35px auto -30px;
}
.data-sect .card:nth-child(2) .number {
  font-size: 216px;
}
.data-sect .card:nth-child(2) .unit {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.data-sect .card:nth-child(2) .staff-ratio85 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 375px;
  height: auto;
  margin: auto auto 0;
}
.data-sect .card:nth-child(3) {
  position: relative;
  padding: 38px 43px 38px 0;
}
.data-sect .card:nth-child(3) .staff-independent {
  position: absolute;
  bottom: 0;
  left: -150px;
}
.data-sect .card:nth-child(3) .wide-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1;
}
.data-sect .card:nth-child(3) .text-side {
  margin-right: -15px;
}
.data-sect .card:nth-child(3) .tit {
  margin: 0 0 5px -50px;
}
.data-sect .card:nth-child(3) .desc {
  margin: 0;
  text-align: left;
}
.data-sect .card:nth-child(3) .stat-side {
  position: relative;
}
.data-sect .card:nth-child(3) .number {
  font-size: 179px;
  letter-spacing: 0.05em;
}
.data-sect .card:nth-child(3) .number::after {
  content: "ヶ月";
  display: inline-block;
  margin-left: -10px;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
}
.data-sect .card:nth-child(3) .from-txt {
  position: absolute;
  top: 50%;
  left: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 54px;
}
.data-sect .card:nth-child(3) .unit {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.data-sect .card:nth-child(3) .staff-ratio85 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 375px;
  height: auto;
}
.data-sect .card:nth-child(4) {
  position: relative;
  padding: 55px 0 110px;
  overflow: hidden;
}
.data-sect .card:nth-child(4) .tit {
  margin-bottom: 20px;
}
.data-sect .card:nth-child(4) .desc {
  margin: 0;
}
.data-sect .card:nth-child(4) .stat-main {
  margin-top: -20px;
}
.data-sect .card:nth-child(4) .number {
  font-size: 198px;
}
.data-sect .card:nth-child(4) .times:after {
  content: "";
  display: inline-block;
  width: 79px;
  height: 78px;
  margin-left: 19px;
  background: url(../images/top/img_unit_times.png) no-repeat bottom/contain;
}
.data-sect .card:nth-child(4) .staff-event {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.data-sect .card:nth-child(5) {
  position: relative;
  padding: 55px 0 0;
}
.data-sect .card:nth-child(5) .tit {
  margin-bottom: 19px;
}
.data-sect .card:nth-child(5) .desc {
  margin: 0;
}
.data-sect .card:nth-child(5) .number {
  font-size: 223px;
}
.data-sect .card:nth-child(5) .unit {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
}
.data-sect .card:nth-child(5) .staff-holiday {
  position: absolute;
  top: 10px;
  right: -80px;
}
.data-sect .card:nth-child(6) {
  padding: 16px 0 16px 63px;
}
.data-sect .card:nth-child(6) .wide-content {
  gap: 69px;
}
.data-sect .card:nth-child(6) .text-side .tit, .data-sect .card:nth-child(6) .text-side .desc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.data-sect .card:nth-child(6) .number {
  font-size: 223px;
}
.data-sect .card:nth-child(6) .date:after {
  content: "";
  display: inline-block;
  width: 118px;
  height: 124px;
  margin-left: 36px;
  background: url(../images/top/img_unit_date.png) no-repeat bottom/contain;
}
.data-sect .card:nth-child(7) {
  padding: 59px 0 22px;
}
.data-sect .card:nth-child(7) .tit {
  margin-bottom: 8px;
}
.data-sect .card:nth-child(7) .desc {
  margin: 0 auto 18px;
  text-align: center;
}
.data-sect .card:nth-child(7) .stat-main {
  width: 100%;
  height: 294px;
  margin-inline: auto;
  background: url(../images/top/img_data_ratio30.png) no-repeat center/contain;
  -ms-flex-line-pack: center;
      align-content: center;
}
.data-sect .card:nth-child(7) .number {
  margin-left: 50px;
  font-size: 223px;
}
.data-sect .card:nth-child(7) .unit {
  margin-left: 10px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 41px;
  letter-spacing: 0.05em;
}
.data-sect .card:nth-child(8) {
  position: relative;
  padding: 59px 0 0;
}
.data-sect .card:nth-child(8) .tit {
  margin-bottom: 0;
}
.data-sect .card:nth-child(8) .number {
  font-size: 223px;
}
.data-sect .card:nth-child(8) .staff-classification {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 373px;
  height: auto;
}
.data-sect .card-wide {
  grid-column: span 2;
  padding: 20px 40px;
}
.data-sect .color-green {
  color: #007d21;
}
.data-sect .number {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.data-sect .unit {
  font-size: 1.2rem;
  margin-left: 5px;
}
.data-sect .wide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media (max-width: 991px) {
  .data-sect .tit {
    margin-bottom: 0;
  }
  .data-sect .desc {
    font-size: 12px;
    line-height: 1.42;
  }
  .data-sect .ratio-txt {
    position: relative;
    right: -10px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.3em;
    line-height: 1.25;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    vertical-align: middle;
  }
  .data-sect .card {
    height: 400px;
  }
  .data-sect .card:first-child {
    padding: 35px 0 41px;
  }
  .data-sect .card:first-child .tit {
    margin-bottom: 14px;
  }
  .data-sect .card:first-child .desc {
    margin: 0 auto 36px;
  }
  .data-sect .card:first-child .stat-main {
    width: 260px;
    height: 189px;
    margin-inline: auto;
    background: url(../images/top/img_data_ratio70.png) no-repeat center/contain;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .data-sect .card:first-child .number {
    margin-left: 0;
    font-size: 141px;
  }
  .data-sect .card:first-child .unit {
    margin-left: 15px;
    margin-right: -15px;
    font-size: 25px;
  }
  .data-sect .card:nth-child(2) {
    padding: 38px 0 0;
  }
  .data-sect .card:nth-child(2) .tit {
    margin-bottom: 17px;
    font-size: 30px;
  }
  .data-sect .card:nth-child(2) .desc {
    margin: 0 auto 27px;
    padding: 0 45px;
    text-align: center;
  }
  .data-sect .card:nth-child(2) .stat-main {
    margin: 0 auto -8px;
  }
  .data-sect .card:nth-child(2) .number {
    font-size: 149px;
  }
  .data-sect .card:nth-child(2) .unit {
    margin-left: 15px;
    font-size: 28px;
  }
  .data-sect .card:nth-child(2) .staff-ratio85 {
    width: 82%;
    max-width: 375px;
    height: auto;
  }
  .data-sect .card:nth-child(3) {
    padding: 41px 0 77px;
  }
  .data-sect .card:nth-child(3) .staff-independent {
    bottom: 0;
    left: -140px;
    width: auto;
    height: 164px;
  }
  .data-sect .card:nth-child(3) .wide-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .data-sect .card:nth-child(3) .text-side {
    margin-right: 0;
  }
  .data-sect .card:nth-child(3) .tit {
    margin: 0 auto 21px;
    font-size: 30px;
    line-height: 1.33;
    text-align: center;
  }
  .data-sect .card:nth-child(3) .desc {
    margin-bottom: 40px;
    text-align: center;
  }
  .data-sect .card:nth-child(3) .stat-side {
    margin-left: 10px;
  }
  .data-sect .card:nth-child(3) .number {
    font-size: 107px;
  }
  .data-sect .card:nth-child(3) .number::after {
    margin-left: -4px;
    font-size: 17px;
  }
  .data-sect .card:nth-child(3) .from-txt {
    position: absolute;
    top: 50%;
    left: 38%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 32px;
  }
  .data-sect .card:nth-child(3) .unit {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.05em;
  }
  .data-sect .card:nth-child(3) .staff-ratio85 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 375px;
    height: auto;
  }
  .data-sect .card:nth-child(4) {
    padding: 41px 0 0;
  }
  .data-sect .card:nth-child(4) .tit {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.33;
  }
  .data-sect .card:nth-child(4) .stat-main {
    margin-top: 5px;
    z-index: 1;
  }
  .data-sect .card:nth-child(4) .number {
    font-size: 142px;
  }
  .data-sect .card:nth-child(4) .times:after {
    width: 56px;
    height: 56px;
    margin-left: 13px;
  }
  .data-sect .card:nth-child(4) .staff-event {
    width: 55%;
    min-width: 315px;
    margin-top: 5px;
  }
  .data-sect .card:nth-child(5) {
    padding: 42px 0 90px;
  }
  .data-sect .card:nth-child(5) .tit {
    margin-bottom: 26px;
    font-size: 26px;
  }
  .data-sect .card:nth-child(5) .desc {
    margin: 0 auto 30px;
  }
  .data-sect .card:nth-child(5) .number {
    font-size: 155px;
  }
  .data-sect .card:nth-child(5) .unit {
    font-size: 20px;
  }
  .data-sect .card:nth-child(5) .staff-holiday {
    top: 30px;
    right: -50px;
    width: 113px;
    height: 353px;
  }
  .data-sect .card:nth-child(6) {
    padding: 55px 0 42px;
  }
  .data-sect .card:nth-child(6) .wide-content {
    gap: 0;
  }
  .data-sect .card:nth-child(6) .text-side {
    margin-bottom: 5px;
  }
  .data-sect .card:nth-child(6) .text-side .tit {
    margin-bottom: 12px;
    font-size: 26px;
  }
  .data-sect .card:nth-child(6) .text-side .tit, .data-sect .card:nth-child(6) .text-side .desc {
    width: 100%;
  }
  .data-sect .card:nth-child(6) .number {
    font-size: 161px;
  }
  .data-sect .card:nth-child(6) .date:after {
    width: 85px;
    height: 85px;
    margin-left: 15px;
  }
  .data-sect .card:nth-child(7) {
    padding: 45px 0 47px;
  }
  .data-sect .card:nth-child(7) .tit {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .data-sect .card:nth-child(7) .desc {
    margin: 0 auto 26px;
  }
  .data-sect .card:nth-child(7) .stat-main {
    width: 100%;
    height: 294px;
    margin-inline: auto;
    background: url(../images/top/img_data_ratio30.png) no-repeat center/contain;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .data-sect .card:nth-child(7) .number {
    margin-left: 50px;
    font-size: 144px;
  }
  .data-sect .card:nth-child(7) .unit {
    margin-left: 19px;
    font-size: 27px;
  }
  .data-sect .card:nth-child(8) {
    padding: 62px 0 0;
  }
  .data-sect .card:nth-child(8) .tit {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .data-sect .card:nth-child(8) .number {
    font-size: 161px;
  }
  .data-sect .card:nth-child(8) .staff-classification {
    width: 100%;
    max-width: 282px;
    height: auto;
  }
  .data-sect .data-grid-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .data-sect .card-wide {
    grid-column: span 1;
  }
  .data-sect .wide-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .data-sect {
    padding: 67px 0 79px;
    background: url(../images/top/img_data_bg_sm.jpg) repeat-y top left/cover;
    overflow: hidden;
  }
  .data-sect hgroup {
    margin-bottom: 63px;
  }
  .data-sect hgroup .sect-tit {
    margin-bottom: 4px;
  }
}

.staff-sect {
  padding: 68px 0 76px;
  border-bottom: 1px solid #707070;
}
.staff-sect .staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  margin: 0;
  padding: 0;
}
.staff-sect .staff-list .staff-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.staff-sect .staff-list .staff-link::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.52)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0) 100%);
}
.staff-sect .staff-list .staff-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: url(../images/top/icon_staff_chevron_right.svg) no-repeat center/contain;
}
.staff-sect .staff-list hgroup {
  position: absolute;
  top: 50%;
  left: 53px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
.staff-sect .staff-list .staff-img {
  max-width: 471px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-sect .staff-list .tit {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.47;
  letter-spacing: 0.1em;
  color: #fff;
}
.staff-sect .staff-list .sub-tit {
  padding-top: 0;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #9ed3b4;
}
@media (max-width: 767px) {
  .staff-sect .staff-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19px;
    padding: 0;
  }
  .staff-sect .staff-list .staff-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .staff-sect .staff-list .staff-link::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.52)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .staff-sect .staff-list .staff-link::after {
    right: 33px;
    width: 18px;
    height: 18px;
  }
  .staff-sect .staff-list hgroup {
    left: 32px;
  }
  .staff-sect .staff-list .staff-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .staff-sect .staff-list .tit {
    margin-bottom: 8px;
    font-size: 22px;
  }
  .staff-sect .staff-list .sub-tit {
    font-weight: 400;
    font-size: 11px;
  }
}

.facebook-sect {
  padding: 75px 0 114px;
}
.facebook-sect .facebook-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  max-width: 840px;
  margin-inline: auto;
}
.facebook-sect .facebook-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 379px;
          flex: 0 1 379px;
  width: 100%;
}
.facebook-sect .facebook-list .fb-page,
.facebook-sect .facebook-list .fb-page span,
.facebook-sect .facebook-list .fb-page iframe {
  width: 100% !important;
}
@media (max-width: 767px) {
  .facebook-sect .facebook-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    margin-inline: auto;
    padding: 0;
  }
  .facebook-sect .facebook-list li {
    width: 100%;
    max-width: 500px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-inline: auto;
  }
}/*# sourceMappingURL=theme-style.css.map */