@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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

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

h1 {
  line-height: 1; }

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

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

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

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

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

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

/* Remove the default button styling in all browsers */
button,
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 {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  line-height: 0;
  vertical-align: bottom; }

/* 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
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

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

textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%; }

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0; }

div, ul, li, a, p, dl, dt, dd, table, tr, th, td, ol, section, h1, h2, h3, h4, h5, h6, figure, figcaption {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium"); }

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
  -ms-scroll-snap-type: none;
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Slide styles end */
html {
  font-size: 62.5%;
  line-height: 1.6;
  width: 100%;
  scroll-behavior: smooth; }

body {
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #4A4A4A;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  height: auto;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 16px;
      font-size: calc((16 / 10) * 1rem); } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px;
      font-size: calc((14 / 10) * 1rem); } }

iframe,
video,
img {
  max-width: 100%; }

p, a, li, td, th, dl, dt, dd, div {
  word-break: break-all; }

p a.opacity,
a.opacity, button.opacity {
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s; }
  p a.opacity:hover,
  a.opacity:hover, button.opacity:hover {
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      p a.opacity:hover,
      a.opacity:hover, button.opacity:hover {
        opacity: .6; } }

a.under_line {
  text-decoration: underline; }
  a.under_line:hover {
    text-decoration: none; }

ul {
  list-style: none; }

.disc_list li {
  position: relative;
  padding-left: 10px; }
  .disc_list li:before {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4A4A4A; }

@media screen and (min-width: 768px) {
  .disc_list {
    font-size: 14px;
    font-size: calc((14 / 10) * 1rem); }
    .disc_list li:before {
      top: calc((26px - 5px) / 2); } }

@media screen and (max-width: 767px) {
  .disc_list {
    font-size: 12px;
    font-size: calc((12 / 10) * 1rem); }
    .disc_list li:before {
      top: calc((24px - 5px) / 2); } }

a {
  text-decoration: none;
  color: #4A4A4A; }

.txt_catchphrase {
  font-weight: bold; }

.txt_right {
  text-align: right; }

.txt_center {
  text-align: center; }

@media screen and (min-width: 768px) {
  .pc_txt_right {
    text-align: right; }
  .pc_txt_center {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .sp_txt_right {
    text-align: right; }
  .sp_txt_center {
    text-align: center; } }

.content_inner {
  width: 100%;
  max-width: 1200px;
  max-width: calc((1260 / 10) * 1rem);
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .content_inner {
      padding-left: 30px;
      padding-left: calc((30 / 10) * 1rem);
      padding-right: 30px;
      padding-right: calc((30 / 10) * 1rem); } }
  @media screen and (max-width: 767px) {
    .content_inner {
      padding-left: 20px;
      padding-left: calc((20 / 10) * 1rem);
      padding-right: 20px;
      padding-right: calc((20 / 10) * 1rem); } }
  @media screen and (max-width: 389px) {
    .content_inner {
      padding-left: 10px;
      padding-left: calc((10 / 10) * 1rem);
      padding-right: 10px;
      padding-right: calc((10 / 10) * 1rem); } }
  @media screen and (max-width: 1260px) {
    .content_inner.fit_width {
      padding-left: 0;
      padding-right: 0; } }

.content_inner_pc {
  width: 100%;
  max-width: 1200px;
  max-width: calc((1260 / 10) * 1rem);
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .content_inner_pc {
      padding-left: 30px;
      padding-left: calc((30 / 10) * 1rem);
      padding-right: 30px;
      padding-right: calc((30 / 10) * 1rem); } }

@media screen and (max-width: 767px) {
  .content_inner_sp {
    padding-left: 20px;
    padding-left: calc((20 / 10) * 1rem);
    padding-right: 20px;
    padding-right: calc((20 / 10) * 1rem); } }

@media screen and (max-width: 389px) {
  .content_inner_sp {
    padding-left: 10px;
    padding-left: calc((10 / 10) * 1rem);
    padding-right: 10px;
    padding-right: calc((10 / 10) * 1rem); } }

.logo {
  width: 200px;
  width: calc((200 / 10) * 1rem); }
  .logo img {
    width: 100%; }

#header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
  #header .content_inner {
    height: 100%; }
  @media screen and (min-width: 768px) {
    #header {
      height: 80px; }
      #header .content_inner {
        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;
        -ms-flex-line-pack: normal;
        align-content: normal;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      #header .header_nav {
        font-size: 16px;
        font-size: calc((16 / 10) * 1rem); }
        #header .header_nav a {
          color: #3A5837; }
        #header .header_nav .list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -ms-flex-line-pack: normal;
          align-content: normal;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          #header .header_nav .list li {
            margin-left: 30px;
            margin-left: calc((30 / 10) * 1rem); } }
  @media screen and (max-width: 919px) {
    #header .header_nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    #header {
      height: 70px; }
      #header .content_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        -ms-flex-line-pack: normal;
        align-content: normal;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (min-width: 768px) {
  #main {
    margin-top: 80px; } }

@media screen and (max-width: 767px) {
  #main {
    margin-top: 70px; } }

@media screen and (min-width: 768px) {
  #main .sec {
    padding-top: 80px;
    padding-top: calc((80 / 10) * 1rem);
    padding-bottom: 100px;
    padding-bottom: calc((100 / 10) * 1rem); } }

@media screen and (max-width: 767px) {
  #main .sec {
    padding-top: 60px;
    padding-top: calc((60 / 10) * 1rem);
    padding-bottom: 80px;
    padding-bottom: calc((80 / 10) * 1rem); } }

#main .sec .sec_title {
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
  margin-bottom: calc((30 / 10) * 1rem);
  padding-bottom: 5px;
  padding-bottom: calc((5 / 10) * 1rem); }
  #main .sec .sec_title .en {
    color: rgba(58, 88, 55, 0.2); }
  #main .sec .sec_title .jp {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #003E29;
    font-weight: bold; }
  @media screen and (min-width: 768px) {
    #main .sec .sec_title .en {
      font-size: 42px;
      font-size: calc((42 / 10) * 1rem); }
    #main .sec .sec_title .jp {
      font-size: 18px;
      font-size: calc((18 / 10) * 1rem); } }
  @media screen and (max-width: 767px) {
    #main .sec .sec_title .en {
      font-size: 37px;
      font-size: calc((37 / 10) * 1rem); }
    #main .sec .sec_title .jp {
      font-size: 16px;
      font-size: calc((16 / 10) * 1rem); } }

#main .main_visual {
  background-image: url("../img/main_visual.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  position: relative; }
  #main .main_visual > div {
    height: 100%;
    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;
    -ms-flex-line-pack: normal;
    align-content: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #main .main_visual .catchphrase {
    text-align: center;
    font-weight: bold;
    width: 100%;
    left: 0; }
    #main .main_visual .catchphrase p {
      text-shadow: 0 0 6px #000000; }
  #main .main_visual .scroll {
    position: absolute;
    bottom: 0; }
    #main .main_visual .scroll p {
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    #main .main_visual .scroll:after {
      display: block;
      content: "";
      background: #FFF;
      width: 1px;
      position: absolute;
      bottom: 0;
      left: 50%; }
  @media screen and (min-width: 768px) {
    #main .main_visual {
      height: 600px;
      background-position: center bottom; }
      #main .main_visual .catchphrase .en {
        font-size: 48px;
        font-size: calc((48 / 10) * 1rem); }
      #main .main_visual .catchphrase .jp {
        font-size: 20px;
        font-size: calc((20 / 10) * 1rem); }
      #main .main_visual .scroll {
        right: 20px;
        padding-bottom: 120px; }
        #main .main_visual .scroll:after {
          height: 100px; } }
  @media screen and (max-width: 767px) {
    #main .main_visual {
      position: relative;
      width: 100%;
      max-height: calc(100vh - 70px);
      max-height: calc(100dvh - 70px);
      min-height: 240px;
      background-position: center bottom; }
      #main .main_visual:before {
        content: "";
        display: block;
        padding-top: 100%; }
      #main .main_visual > div {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      #main .main_visual .catchphrase .en {
        font-size: 24px;
        font-size: calc((24 / 10) * 1rem);
        line-height: 1.2; }
      #main .main_visual .catchphrase .jp {
        margin-top: 10px;
        margin-top: calc((10 / 10) * 1rem);
        font-size: 12px;
        font-size: calc((12 / 10) * 1rem); }
      #main .main_visual .scroll {
        display: none; } }

#main #sec_vision .txt_area {
  line-height: 1.8; }

@media screen and (min-width: 768px) {
  #main #sec_vision .txt_area {
    text-align: center; }
  #main #sec_vision .txt_catchphrase {
    font-size: 24px;
    font-size: calc((24 / 10) * 1rem);
    margin-bottom: 30px;
    margin-bottom: calc((30 / 10) * 1rem); } }

@media screen and (max-width: 767px) {
  #main #sec_vision .txt_catchphrase {
    font-size: 20px;
    font-size: calc((20 / 10) * 1rem);
    margin-bottom: 15px;
    margin-bottom: calc((15 / 10) * 1rem); } }

#main #sec_service {
  background: rgba(0, 62, 41, 0.1); }
  #main #sec_service .service_content_list .col {
    background: #FFF; }
  #main #sec_service .service_content_list .tit_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -ms-flex-line-pack: normal;
    align-content: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #3A5837;
    color: #FFF; }
    #main #sec_service .service_content_list .tit_area .sub {
      margin-left: 10px;
      margin-left: calc((10 / 10) * 1rem); }
      #main #sec_service .service_content_list .tit_area .sub:before {
        content: "-";
        margin-right: 10px;
        margin-right: calc((10 / 10) * 1rem); }
  #main #sec_service .service_content_list .disc_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -ms-flex-line-pack: normal;
    align-content: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #main #sec_service .service_content_list .disc_list li {
      width: 50%;
      line-height: 1.8; }
      #main #sec_service .service_content_list .disc_list li:last-child:after {
        margin-left: 5px;
        margin-left: calc((5 / 10) * 1rem);
        content: "他"; }
  @media screen and (min-width: 768px) {
    #main #sec_service .txt_catchphrase {
      margin-bottom: 20px;
      margin-bottom: calc((20 / 10) * 1rem); }
    #main #sec_service .service_content_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: normal;
      -ms-flex-align: normal;
      align-items: normal;
      -webkit-box-pack: normal;
      -ms-flex-pack: normal;
      justify-content: normal;
      -ms-flex-line-pack: normal;
      align-content: normal;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #main #sec_service .service_content_list .tit_area {
        padding: 15px 10px;
        padding: calc((15 / 10) * 1rem) calc((10 / 10) * 1rem); }
        #main #sec_service .service_content_list .tit_area .tit {
          font-size: 16px;
          font-size: calc((16 / 10) * 1rem);
          background-image: url("../img/ico_mark.svg");
          background-repeat: no-repeat;
          background-position: center left;
          background-size: 24px;
          padding-left: 34px; }
        #main #sec_service .service_content_list .tit_area .sub {
          font-size: 14px;
          font-size: calc((14 / 10) * 1rem); }
      #main #sec_service .service_content_list .txt_area {
        padding: 20px 10px;
        padding: calc((20 / 10) * 1rem) calc((10 / 10) * 1rem); } }
  @media screen and (min-width: 1260.9px) {
    #main #sec_service .service_content_list .col {
      width: 48%; }
      #main #sec_service .service_content_list .col:nth-child(2n) {
        margin-left: 4%; }
      #main #sec_service .service_content_list .col:nth-child(n + 3) {
        margin-top: 50px;
        margin-top: calc((50 / 10) * 1rem); } }
  @media screen and (max-width: 1260px) and (min-width: 768px) {
    #main #sec_service .service_content_list .col {
      width: 49.2%; }
      #main #sec_service .service_content_list .col:nth-child(2n) {
        margin-left: 1.6%; }
      #main #sec_service .service_content_list .col:nth-child(n + 3) {
        margin-top: 2vw; } }
  @media screen and (max-width: 767px) {
    #main #sec_service .txt_catchphrase {
      margin-bottom: 20px;
      margin-bottom: calc((20 / 10) * 1rem); }
    #main #sec_service .service_content_list .col:not(:first-child) {
      margin-top: 15px;
      margin-top: calc((15 / 10) * 1rem); }
    #main #sec_service .service_content_list .tit_area,
    #main #sec_service .service_content_list .txt_area {
      padding: 10px 8px;
      padding: calc((10 / 10) * 1rem) calc((8 / 10) * 1rem); }
    #main #sec_service .service_content_list .tit_area .tit {
      font-size: 14px;
      font-size: calc((14 / 10) * 1rem); }
    #main #sec_service .service_content_list .tit_area .sub {
      font-size: 12px;
      font-size: calc((12 / 10) * 1rem); } }

#main #sec_achievements .achievements_slide .swiper-wrapper {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

#main #sec_achievements .achievements_slide .swiper-slide {
  height: auto; }

#main #sec_achievements .achievements_slide .swiper-container {
  position: relative; }

#main #sec_achievements .achievements_slide .swiper-button-next,
#main #sec_achievements .achievements_slide .swiper-button-prev {
  background: #003E29 url("../img/ico_arrow.svg") no-repeat center center;
  background-size: 70%;
  border-radius: 50%;
  opacity: 0.7;
  position: absolute;
  z-index: 99; }
  #main #sec_achievements .achievements_slide .swiper-button-next.swiper-button-disabled,
  #main #sec_achievements .achievements_slide .swiper-button-prev.swiper-button-disabled {
    display: none; }
  #main #sec_achievements .achievements_slide .swiper-button-next:hover,
  #main #sec_achievements .achievements_slide .swiper-button-prev:hover {
    opacity: 1; }

#main #sec_achievements .achievements_slide .swiper-button-prev {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

#main #sec_achievements .achievements_slide .slide {
  background: #F1F0E7; }
  #main #sec_achievements .achievements_slide .slide:not(:last-child) {
    margin-right: 10px; }

#main #sec_achievements .achievements_slide .box {
  height: auto; }

#main #sec_achievements .achievements_slide .img_area {
  position: relative;
  width: 100%;
  background: url("../img/slide/achievement_bg.jpg") no-repeat center center;
  background-size: cover; }
  #main #sec_achievements .achievements_slide .img_area:before {
    content: "";
    display: block;
    padding-top: 52%; }
  #main #sec_achievements .achievements_slide .img_area > div, #main #sec_achievements .achievements_slide .img_area > figure, #main #sec_achievements .achievements_slide .img_area > picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    #main #sec_achievements .achievements_slide .img_area > div video,
    #main #sec_achievements .achievements_slide .img_area > div img, #main #sec_achievements .achievements_slide .img_area > figure video,
    #main #sec_achievements .achievements_slide .img_area > figure img, #main #sec_achievements .achievements_slide .img_area > picture video,
    #main #sec_achievements .achievements_slide .img_area > picture img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
    #main #sec_achievements .achievements_slide .img_area > div iframe, #main #sec_achievements .achievements_slide .img_area > figure iframe, #main #sec_achievements .achievements_slide .img_area > picture iframe {
      width: 100%;
      height: 100%; }

#main #sec_achievements .achievements_slide .txt_area {
  padding-top: 5px;
  padding-top: calc((5 / 10) * 1rem);
  padding-bottom: 10px;
  padding-bottom: calc((10 / 10) * 1rem); }
  #main #sec_achievements .achievements_slide .txt_area .industry,
  #main #sec_achievements .achievements_slide .txt_area .project {
    padding-bottom: 5px;
    padding-bottom: calc((5 / 10) * 1rem);
    color: #3A5837; }
  #main #sec_achievements .achievements_slide .txt_area .industry {
    display: inline-block;
    background: #FFF;
    line-height: 1;
    padding: 5px 15px;
    padding: calc((5 / 10) * 1rem) calc((15 / 10) * 1rem);
    margin-bottom: 10px;
    margin-bottom: calc((10 / 10) * 1rem); }
  #main #sec_achievements .achievements_slide .txt_area .project,
  #main #sec_achievements .achievements_slide .txt_area .detail {
    padding-left: 15px;
    padding-left: calc((15 / 10) * 1rem);
    padding-right: 15px;
    padding-right: calc((15 / 10) * 1rem); }
  #main #sec_achievements .achievements_slide .txt_area .project {
    font-weight: bold; }
  #main #sec_achievements .achievements_slide .txt_area .disc_list li:not(:first-child) {
    margin-top: 10px;
    margin-top: calc((10 / 10) * 1rem); }

@media screen and (min-width: 768px) {
  #main #sec_achievements .achievements_slide .swiper-button-next,
  #main #sec_achievements .achievements_slide .swiper-button-prev {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px); }
  #main #sec_achievements .achievements_slide .swiper-button-next {
    right: 10px; }
  #main #sec_achievements .achievements_slide .swiper-button-prev {
    left: 10px; }
  #main #sec_achievements .achievements_slide .slide {
    width: 400px; }
  #main #sec_achievements .achievements_slide .txt_area .industry {
    font-size: 12px;
    font-size: calc((12 / 10) * 1rem); } }

@media screen and (max-width: 767px) {
  #main #sec_achievements .achievements_slide .swiper-button-next,
  #main #sec_achievements .achievements_slide .swiper-button-prev {
    display: none; }
  #main #sec_achievements .achievements_slide .slide {
    width: 92%;
    max-width: 400px; }
  #main #sec_achievements .achievements_slide .txt_area .industry {
    font-size: 10px;
    font-size: calc((10 / 10) * 1rem); } }

#main #sec_message {
  background: rgba(0, 62, 41, 0.2);
  position: relative; }
  #main #sec_message .sec_title {
    position: absolute;
    z-index: 999; }
  #main #sec_message .name_area {
    display: inline-block;
    border-bottom: 2px solid #003E29;
    position: relative;
    padding-bottom: 10px;
    padding-bottom: calc((10 / 10) * 1rem); }
    #main #sec_message .name_area:before {
      content: "";
      display: block;
      width: 30%;
      height: 2px;
      position: absolute;
      bottom: -2px;
      left: 0;
      background: rgba(255, 255, 255, 0.7);
      z-index: 999; }
    #main #sec_message .name_area .post {
      color: #003E29; }
    #main #sec_message .name_area .name {
      color: #3A5837; }
      #main #sec_message .name_area .name .jp {
        font-weight: bold; }
      #main #sec_message .name_area .name .en {
        margin-left: 10px;
        margin-left: calc((10 / 10) * 1rem); }
  #main #sec_message .txt_content_area {
    position: relative;
    z-index: 99; }
    #main #sec_message .txt_content_area .txt_area {
      background: rgba(255, 255, 255, 0.9); }
      #main #sec_message .txt_content_area .txt_area .txt {
        line-height: 1.8; }
        #main #sec_message .txt_content_area .txt_area .txt + .txt {
          margin-top: 15px;
          margin-top: calc((15 / 10) * 1rem); }
  @media screen and (min-width: 768px) {
    #main #sec_message .sec_title {
      width: auto;
      top: 0;
      right: 30px;
      margin-bottom: 0 !important; }
    #main #sec_message .content_inner,
    #main #sec_message .sec_message_content {
      position: relative;
      width: 100%; }
    #main #sec_message .img_area_wrap {
      width: 268px;
      position: absolute; }
    #main #sec_message .name_area {
      margin-bottom: 30px;
      margin-bottom: calc((30 / 10) * 1rem);
      padding-left: 30px;
      padding-left: calc((30 / 10) * 1rem); }
      #main #sec_message .name_area .post {
        font-size: 12px;
        font-size: calc((12 / 10) * 1rem); }
      #main #sec_message .name_area .name .jp {
        font-size: 20px;
        font-size: calc((20 / 10) * 1rem); }
      #main #sec_message .name_area .name .en {
        font-size: 16px;
        font-size: calc((16 / 10) * 1rem); }
    #main #sec_message .txt_content_area {
      width: calc((100% - 268px) + 30px);
      padding-top: 30px;
      padding-top: calc((30 / 10) * 1rem);
      margin-left: auto; }
      #main #sec_message .txt_content_area .txt_area {
        padding: 40px 0px;
        padding: calc((40 / 10) * 1rem) calc((0 / 10) * 1rem); }
      #main #sec_message .txt_content_area .txt {
        padding: 0px 30px;
        padding: calc((0 / 10) * 1rem) calc((30 / 10) * 1rem); } }
  @media screen and (max-width: 767px) {
    #main #sec_message .sec_title {
      width: 200px;
      height: 200px;
      padding: 0;
      margin-bottom: 0;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      top: 60px;
      right: 20px; }
      #main #sec_message .sec_title .jp {
        bottom: auto;
        top: 30px; }
    #main #sec_message .img_area {
      width: calc(100% - 90px); }
    #main #sec_message .txt_content_area {
      margin-top: -30px;
      margin-top: calc((-30 / 10) * 1rem);
      padding-left: 20px;
      padding-left: calc((20 / 10) * 1rem); }
      #main #sec_message .txt_content_area .txt_area {
        padding: 20px 0px;
        padding: calc((20 / 10) * 1rem) calc((0 / 10) * 1rem); }
      #main #sec_message .txt_content_area .name_area {
        padding-left: 15px;
        padding-left: calc((15 / 10) * 1rem);
        margin-bottom: 20px;
        margin-bottom: calc((20 / 10) * 1rem); }
        #main #sec_message .txt_content_area .name_area .post {
          font-size: 12px;
          font-size: calc((12 / 10) * 1rem); }
        #main #sec_message .txt_content_area .name_area .name .jp {
          font-size: 18px;
          font-size: calc((18 / 10) * 1rem); }
        #main #sec_message .txt_content_area .name_area .name .en {
          font-size: 14px;
          font-size: calc((14 / 10) * 1rem); }
      #main #sec_message .txt_content_area .txt {
        padding: 0px 15px;
        padding: calc((0 / 10) * 1rem) calc((15 / 10) * 1rem); } }
  @media screen and (max-width: 389px) {
    #main #sec_message .txt_content_area {
      padding-left: 10px;
      padding-left: calc((10 / 10) * 1rem); } }

#main #sec_about .content_inner,
#main #sec_about .content_inner_pc,
#main #sec_contact .content_inner,
#main #sec_contact .content_inner_pc {
  width: 100%;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 768px) {
  #main #sec_about .sec_title,
  #main #sec_contact .sec_title {
    text-align: center;
    margin-bottom: 50px;
    margin-bottom: calc((50 / 10) * 1rem); } }

#main #sec_about .about_table th {
  text-align: left;
  color: #3A5837;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap; }

#main #sec_about .about_table td .sub {
  display: inline-block;
  text-indent: -7px;
  padding-left: 7px;
  margin-left: 10px;
  margin-left: calc((10 / 10) * 1rem); }
  #main #sec_about .about_table td .sub:before {
    content: "- "; }

@media screen and (min-width: 768px) {
  #main #sec_about .about_table tbody tr:not(:first-child) th, #main #sec_about .about_table tbody tr:not(:first-child) td {
    padding-top: 40px;
    padding-top: calc((40 / 10) * 1rem); }
  #main #sec_about .about_table th {
    padding-right: 40px;
    padding-right: calc((40 / 10) * 1rem); } }

@media screen and (max-width: 767px) {
  #main #sec_about .about_table tbody tr:not(:first-child) th, #main #sec_about .about_table tbody tr:not(:first-child) td {
    padding-top: 30px;
    padding-top: calc((30 / 10) * 1rem); }
  #main #sec_about .about_table th {
    padding-right: 20px;
    padding-right: calc((20 / 10) * 1rem); } }

#main #sec_contact {
  background: rgba(58, 88, 55, 0.1); }
  #main #sec_contact label {
    display: block;
    width: 100%; }
    #main #sec_contact label .en {
      color: #003E29; }
    #main #sec_contact label .required {
      border: solid #3A5837 1px;
      color: #3A5837;
      line-height: 1;
      display: inline-block; }
  #main #sec_contact input,
  #main #sec_contact textarea {
    font-size: 16px;
    font-size: calc((16 / 10) * 1rem);
    padding: 10px 10px;
    padding: calc((10 / 10) * 1rem) calc((10 / 10) * 1rem);
    font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
  #main #sec_contact input[type=text],
  #main #sec_contact input[type=tel],
  #main #sec_contact input[type=email],
  #main #sec_contact textarea,
  #main #sec_contact .scroll_txt_area {
    border: solid 1px rgba(58, 88, 55, 0.3);
    background: rgba(255, 255, 255, 0.5);
    width: 100%; }
  #main #sec_contact .input_txt_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: normal;
    align-content: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #main #sec_contact .input_txt_area .half li:not(:first-child) {
      margin-top: 20px;
      margin-top: calc((20 / 10) * 1rem); }
    #main #sec_contact .input_txt_area label {
      height: 30px;
      margin-bottom: 3px;
      margin-bottom: calc((3 / 10) * 1rem); }
      #main #sec_contact .input_txt_area label .en, #main #sec_contact .input_txt_area label .jp {
        font-size: 14px;
        font-size: calc((14 / 10) * 1rem); }
      #main #sec_contact .input_txt_area label .jp {
        margin-left: 10px;
        margin-left: calc((10 / 10) * 1rem); }
      #main #sec_contact .input_txt_area label .required {
        font-size: 10px;
        font-size: calc((10 / 10) * 1rem);
        margin-left: 10px;
        margin-left: calc((10 / 10) * 1rem);
        padding: 3px 5px;
        padding: calc((3 / 10) * 1rem) calc((5 / 10) * 1rem); }
  #main #sec_contact ::-webkit-input-placeholder {
    opacity: 0.5; }
  #main #sec_contact :-ms-input-placeholder {
    opacity: 0.5; }
  #main #sec_contact ::-ms-input-placeholder {
    opacity: 0.5; }
  #main #sec_contact ::placeholder {
    opacity: 0.5; }
  #main #sec_contact .scroll_txt_area {
    margin-top: 40px;
    margin-top: calc((40 / 10) * 1rem);
    padding: 5px 5px;
    padding: calc((5 / 10) * 1rem) calc((5 / 10) * 1rem); }
  #main #sec_contact .scroll_txt_inner {
    overflow-y: scroll;
    height: 190px;
    padding: 10px 10px;
    padding: calc((10 / 10) * 1rem) calc((10 / 10) * 1rem); }
    #main #sec_contact .scroll_txt_inner::-webkit-scrollbar {
      width: 5px; }
    #main #sec_contact .scroll_txt_inner::-webkit-scrollbar-track, #main #sec_contact .scroll_txt_inner::-webkit-scrollbar-thumb {
      border-radius: 2.5px; }
    #main #sec_contact .scroll_txt_inner::-webkit-scrollbar-track {
      background-color: #FFF; }
    #main #sec_contact .scroll_txt_inner::-webkit-scrollbar-thumb {
      background-color: #003E29; }
  #main #sec_contact .policy_content h3 {
    background-image: url("../img/ico_mark_color.svg");
    background-repeat: no-repeat; }
  #main #sec_contact .policy_content .txt, #main #sec_contact .policy_content li {
    font-size: 12px;
    font-size: calc((12 / 10) * 1rem); }
  #main #sec_contact .policy_content h3 {
    background-position: left top 8px;
    background-size: 16px;
    font-size: 14px;
    font-size: calc((14 / 10) * 1rem);
    padding-left: 20px;
    padding-left: calc((20 / 10) * 1rem);
    margin-bottom: 5px;
    margin-bottom: calc((5 / 10) * 1rem); }
    #main #sec_contact .policy_content h3:not(:first-child) {
      margin-top: 30px;
      margin-top: calc((30 / 10) * 1rem); }
  #main #sec_contact .policy_content .txt + .num_list,
  #main #sec_contact .policy_content .txt + .txt {
    margin-top: 10px;
    margin-top: calc((10 / 10) * 1rem); }
  #main #sec_contact .policy_content .num_list {
    padding-left: 16px;
    padding-left: calc((16 / 10) * 1rem); }
    #main #sec_contact .policy_content .num_list li:not(:first-child) {
      margin-top: 5px;
      margin-top: calc((5 / 10) * 1rem); }
    #main #sec_contact .policy_content .num_list + .txt {
      margin-top: 10px;
      margin-top: calc((10 / 10) * 1rem); }
  #main #sec_contact .agree_content {
    text-align: center;
    margin-top: 20px;
    margin-top: calc((20 / 10) * 1rem); }
  #main #sec_contact .agree_txt,
  #main #sec_contact input[type="checkbox"] {
    cursor: pointer; }
  #main #sec_contact .agree_txt {
    display: inline-block;
    width: inherit; }
  #main #sec_contact input[type="checkbox"] {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    position: relative;
    padding-left: 15px;
    padding-left: calc((15 / 10) * 1rem); }
    #main #sec_contact input[type="checkbox"]::before, #main #sec_contact input[type="checkbox"]::after {
      width: 20px;
      height: 20px;
      content: "";
      display: block;
      position: absolute; }
    #main #sec_contact input[type="checkbox"]::before {
      background-color: rgba(255, 255, 255, 0.5);
      border: 1px solid rgba(58, 88, 55, 0.3);
      top: 0;
      left: 0; }
    #main #sec_contact input[type="checkbox"]::after {
      background-image: url("../img/ico_check.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 60%;
      opacity: 0;
      top: 0;
      left: 0; }
    #main #sec_contact input[type="checkbox"]:checked::after {
      opacity: 1; }
  #main #sec_contact input[type=submit] {
    color: #FFF;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal; }
    #main #sec_contact input[type=submit].disabled {
      opacity: .5; }
  #main #sec_contact .submit_area input[type=submit] {
    margin-top: 30px;
    margin-top: calc((30 / 10) * 1rem);
    width: 240px;
    height: 52px;
    background: #003E29 url("../img/ico_arrow.svg") no-repeat center right 10px;
    background-size: 40px; }
  @media screen and (min-width: 768px) {
    #main #sec_contact .input_txt_area .half {
      width: calc(50% - 20px); }
      #main #sec_contact .input_txt_area .half .one {
        height: calc(100% - 30px); }
    #main #sec_contact .input_txt_area textarea {
      height: 100%; } }
  @media screen and (max-width: 767px) {
    #main #sec_contact .input_txt_area .half {
      width: 100%; }
      #main #sec_contact .input_txt_area .half li {
        width: 100%; }
      #main #sec_contact .input_txt_area .half:not(:first-child) {
        margin-top: 20px;
        margin-top: calc((20 / 10) * 1rem); }
    #main #sec_contact .input_txt_area label {
      width: 100%; }
    #main #sec_contact .input_txt_area textarea {
      height: 200px; } }

#footer {
  background: #003E29;
  color: #FFF;
  padding-top: 20px;
  padding-top: calc((20 / 10) * 1rem);
  padding-bottom: 20px;
  padding-bottom: calc((20 / 10) * 1rem); }
  #footer .copyright {
    opacity: 0.7;
    font-family: 'Noto Sans JP', ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 游ゴシック, YuGothic, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: calc((12 / 10) * 1rem); }
  @media screen and (min-width: 768px) {
    #footer .content_inner {
      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;
      -ms-flex-line-pack: normal;
      align-content: normal;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

@media screen and (min-width: 481px) {
  .no_view_up_sm {
    display: none !important; } }

@media screen and (min-width: 645px) {
  .no_view_up_md {
    display: none !important; } }

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

@media screen and (min-width: 920px) {
  .no_view_up_lg {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .no_view_up_xl {
    display: none !important; } }

@media screen and (min-width: 1910px) {
  .no_view_up_max {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .no_view_down_sm {
    display: none !important; } }

@media screen and (max-width: 644px) {
  .no_view_down_md {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .no_view_down_base {
    display: none !important; } }

@media screen and (max-width: 919px) {
  .no_view_down_lg {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .no_view_down_xl {
    display: none !important; } }

@media screen and (max-width: 1909px) {
  .no_view_down_max {
    display: none !important; } }

@media screen and (min-width: 481px) {
  .view_up_sm {
    display: block !important; } }

@media screen and (min-width: 645px) {
  .view_up_md {
    display: block !important; } }

@media screen and (min-width: 768px) {
  .view_up_base {
    display: block !important; } }

@media screen and (min-width: 920px) {
  .view_up_lg {
    display: block !important; } }

@media screen and (min-width: 1024px) {
  .view_up_xl {
    display: block !important; } }

@media screen and (min-width: 1910px) {
  .view_up_max {
    display: block !important; } }

@media screen and (max-width: 480px) {
  .view_down_sm {
    display: block !important; } }

@media screen and (max-width: 644px) {
  .view_down_md {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .view_down_base {
    display: block !important; } }

@media screen and (max-width: 919px) {
  .view_down_lg {
    display: block !important; } }

@media screen and (max-width: 1023px) {
  .view_down_xl {
    display: block !important; } }

@media screen and (max-width: 1909px) {
  .view_down_max {
    display: block !important; } }
