@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
/* line 9, ../scss/_ress.scss */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

/* line 16, ../scss/_ress.scss */
*, ::before, ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

/* line 20, ../scss/_ress.scss */
::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* line 24, ../scss/_ress.scss */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* line 31, ../scss/_ress.scss */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */ }

/* line 35, ../scss/_ress.scss */
details, main {
  display: block;
  /* Render the `main` element consistently in IE. */ }

/* line 38, ../scss/_ress.scss */
summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

/* line 41, ../scss/_ress.scss */
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

/* line 44, ../scss/_ress.scss */
[hidden] {
  display: none;
  /* Add the correct display in IE */ }

/* line 47, ../scss/_ress.scss */
abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted; }

/* line 53, ../scss/_ress.scss */
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */ }

/* line 56, ../scss/_ress.scss */
a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

/* line 59, ../scss/_ress.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

/* line 62, ../scss/_ress.scss */
pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

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

/* https://gist.github.com/unruthless/413930 */
/* line 69, ../scss/_ress.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 75, ../scss/_ress.scss */
sub {
  bottom: -0.25em; }

/* line 78, ../scss/_ress.scss */
sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
/* line 84, ../scss/_ress.scss */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
/* line 88, ../scss/_ress.scss */
[disabled] {
  cursor: default; }

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

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

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

/* line 101, ../scss/_ress.scss */
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

/* line 105, ../scss/_ress.scss */
button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

/* line 108, ../scss/_ress.scss */
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

/* line 111, ../scss/_ress.scss */
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* line 114, ../scss/_ress.scss */
button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
/* line 118, ../scss/_ress.scss */
button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
  color: inherit; }

/* Remove inner padding and border in Firefox 4+ */
/* line 123, ../scss/_ress.scss */
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 */
/* line 128, ../scss/_ress.scss */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

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

/* Style select like a standard input */
/* line 140, ../scss/_ress.scss */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

/* line 144, ../scss/_ress.scss */
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

/* line 147, ../scss/_ress.scss */
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

/* line 150, ../scss/_ress.scss */
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 */ }

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
/* line 166, ../scss/_ress.scss */
img {
  border-style: none;
  width: 100%;
  height: auto;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

/* line 175, ../scss/_ress.scss */
svg:not([fill]) {
  fill: currentColor; }

/* # =================================================================
   # 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 */
/* line 192, ../scss/_ress.scss */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
/* line 196, ../scss/_ress.scss */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
/* line 200, ../scss/_ress.scss */
[aria-disabled] {
  cursor: default; }

/* line 204, ../scss/_ress.scss */
* {
  box-sizing: border-box; }

/* line 207, ../scss/_ress.scss */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

/* line 211, ../scss/_ress.scss */
content, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

/* line 214, ../scss/_ress.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 218, ../scss/_ress.scss */
fieldset, img {
  border: 0;
  width: 100%;
  display: block; }

/* line 223, ../scss/_ress.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

/* line 227, ../scss/_ress.scss */
ol, ul {
  list-style: none; }

/* line 230, ../scss/_ress.scss */
caption, th {
  text-align: left; }

/* line 233, ../scss/_ress.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

/* line 237, ../scss/_ress.scss */
q:before, q:after {
  content: ''; }

/* line 240, ../scss/_ress.scss */
abbr, acronym {
  border: 0; }

/* line 243, ../scss/_ress.scss */
a {
  text-decoration: none;
  color: #000; }

/*clearfix-------------------------------*/
/* line 249, ../scss/_ress.scss */
.clearfix {
  zoom: 1; }

/* line 252, ../scss/_ress.scss */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* line 16, ../scss/_variables.scss */
.container {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    /* line 16, ../scss/_variables.scss */
    .container {
      width: 100%;
      padding: 0px 20px; } }

/* line 24, ../scss/_variables.scss */
.narrow {
  width: 840px;
  margin: 0 auto; }
  @media (max-width: 840px) {
    /* line 24, ../scss/_variables.scss */
    .narrow {
      width: 100%;
      padding: 0px 20px; } }

@font-face {
  font-family: 'Trajan Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Trajan Pro Regular"), url("../font/TrajanPro-Regular.woff") format("woff"); }
/* line 55, ../scss/_variables.scss */
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

/* line 61, ../scss/_variables.scss */
#about-block, #multi-block ul li, .cv, footer #footer-link, #content {
  padding: 80px 0px; }
  @media screen and (max-width: 959px) {
    /* line 61, ../scss/_variables.scss */
    #about-block, #multi-block ul li, .cv, footer #footer-link, #content {
      padding: 40px 0px; } }

/* line 2, ../scss/_parts.scss */
.btn {
  margin: 40px auto;
  font-size: 1em;
  position: relative;
  width: 340px;
  display: block;
  padding: 15px 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  background: #58B77C;
  color: #fff;
  box-shadow: 2px 2px 8px #555; }
  @media screen and (max-width: 959px) {
    /* line 2, ../scss/_parts.scss */
    .btn {
      width: 80%; } }
  @media screen and (max-width: 959px) {
    /* line 2, ../scss/_parts.scss */
    .btn {
      width: 90%; } }
  /* line 27, ../scss/_parts.scss */
  .btn:hover {
    background: #60D28B; }

/* line 32, ../scss/_parts.scss */
.arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

/* line 41, ../scss/_parts.scss */
.arrow::before {
  left: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 51, ../scss/_parts.scss */
.btn2 {
  margin: 50px auto 0px auto;
  font-size: 1em;
  position: relative;
  width: 340px;
  display: block;
  padding: 15px 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border: 2px solid #fff; }
  /* line 69, ../scss/_parts.scss */
  .btn2:hover {
    background: #60D28B; }
  @media screen and (max-width: 559px) {
    /* line 51, ../scss/_parts.scss */
    .btn2 {
      padding: 8px 0px; } }

/* line 74, ../scss/_parts.scss */
.btn3, .btn4 {
  margin: 50px auto;
  font-size: 1em;
  position: relative;
  width: 340px;
  display: block;
  padding: 15px 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #58B77C;
  border: 2px solid #58B77C;
  font-weight: bold;
  cursor: pointer; }
  /* line 95, ../scss/_parts.scss */
  .btn3::before, .btn4::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 16px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #58B77C;
    border-right: 2px solid #58B77C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  /* line 109, ../scss/_parts.scss */
  .btn3:hover, .btn4:hover {
    background: #58B77C;
    color: #fff; }
    /* line 112, ../scss/_parts.scss */
    .btn3:hover::before, .btn4:hover::before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
  @media screen and (max-width: 559px) {
    /* line 74, ../scss/_parts.scss */
    .btn3, .btn4 {
      width: 90%; } }

/* line 119, ../scss/_parts.scss */
.btn4 {
  color: #555;
  border: 2px solid #555; }
  /* line 122, ../scss/_parts.scss */
  .btn4::before {
    border-top: 2px solid #555;
    border-right: 2px solid #555; }
  /* line 125, ../scss/_parts.scss */
  .btn4:hover {
    background: #555;
    color: #fff; }
    /* line 128, ../scss/_parts.scss */
    .btn4:hover::before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }

/* line 133, ../scss/_parts.scss */
.small {
  font-size: 0.7em; }

/* line 136, ../scss/_parts.scss */
.caption {
  padding-top: 60px; }
  @media screen and (max-width: 959px) {
    /* line 136, ../scss/_parts.scss */
    .caption {
      padding-top: 40px; } }

/* line 1, ../scss/_common.scss */
html, body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-style: normal;
  font-weight: 400;
  position: relative; }
  /* line 9, ../scss/_common.scss */
  html:before, body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background: url("../img/bg1.jpg");
    background-position: bottom; }
  @media screen and (max-width: 559px) {
    /* line 1, ../scss/_common.scss */
    html, body {
      font-size: 14px; } }

/* line 25, ../scss/_common.scss */
.pcnone {
  display: none; }
  @media screen and (max-width: 959px) {
    /* line 25, ../scss/_common.scss */
    .pcnone {
      display: block; } }

/* line 31, ../scss/_common.scss */
.spnone {
  display: block; }
  @media screen and (max-width: 959px) {
    /* line 31, ../scss/_common.scss */
    .spnone {
      display: none; } }

/* line 37, ../scss/_common.scss */
.column2, .column3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 42, ../scss/_common.scss */
a img:hover {
  opacity: 0.8; }

/* line 43, ../scss/_common.scss */
.bold {
  font-weight: bold; }

/* line 44, ../scss/_common.scss */
h2 {
  font-size: 2.4em;
  text-align: center;
  font-family: "Trajan Pro Regular", "Verdana", sans-serif; }
  /* line 48, ../scss/_common.scss */
  h2 span {
    display: block;
    font-size: 0.4em; }

/* line 53, ../scss/_common.scss */
header {
  border-top: 4px solid #B1FF8E;
  height: 80px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: 2; }
  /* line 61, ../scss/_common.scss */
  header .inner {
    position: relative;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 959px) {
      /* line 61, ../scss/_common.scss */
      header .inner {
        padding: 0px;
        display: block; } }
    /* line 68, ../scss/_common.scss */
    header .inner .left {
      width: 10%;
      display: -ms-flexbox;
      display: flex;
      padding-left: 10px;
      -ms-flex-align: center;
      align-items: center; }
      /* line 74, ../scss/_common.scss */
      header .inner .left h1 img {
        padding: 6px;
        width: 120px; }
      @media screen and (max-width: 959px) {
        /* line 68, ../scss/_common.scss */
        header .inner .left {
          width: 20%;
          height: 60px; }
          /* line 82, ../scss/_common.scss */
          header .inner .left h1 img {
            margin: 0px; } }
      @media screen and (max-width: 559px) {
        /* line 87, ../scss/_common.scss */
        header .inner .left h1 img {
          padding: 0px; } }
    /* line 90, ../scss/_common.scss */
    header .inner .right {
      font-size: 0.9em;
      width: 90%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-align: center;
      align-items: center; }
      /* line 96, ../scss/_common.scss */
      header .inner .right nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center; }
        /* line 100, ../scss/_common.scss */
        header .inner .right nav ul {
          font-size: 0; }
          /* line 101, ../scss/_common.scss */
          header .inner .right nav ul li {
            width: auto;
            display: inline-block;
            position: relative; }
            /* line 105, ../scss/_common.scss */
            header .inner .right nav ul li.current {
              background: #58B77C; }
              /* line 107, ../scss/_common.scss */
              header .inner .right nav ul li.current a {
                color: #fff; }
                /* line 108, ../scss/_common.scss */
                header .inner .right nav ul li.current a::before {
                  border-top: 2px solid #fff;
                  border-right: 2px solid #fff; }
            /* line 113, ../scss/_common.scss */
            header .inner .right nav ul li a {
              font-size: 14px;
              height: 76px;
              color: #000;
              text-align: center;
              display: block;
              width: 100%;
              padding: 25px 15px 0px 30px; }
              /* line 120, ../scss/_common.scss */
              header .inner .right nav ul li a::before {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                content: "";
                vertical-align: middle; }
              /* line 127, ../scss/_common.scss */
              header .inner .right nav ul li a::before {
                top: -4px;
                left: 14px;
                width: 8px;
                height: 8px;
                border-top: 2px solid #000;
                border-right: 2px solid #000;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
              /* line 136, ../scss/_common.scss */
              header .inner .right nav ul li a:hover {
                background: #58B77C;
                transition: 0.3s;
                color: #fff; }
              /* line 141, ../scss/_common.scss */
              header .inner .right nav ul li a:hover::before {
                transition: 0.3s;
                border-top: 2px solid #fff;
                border-right: 2px solid #fff; }
            /* line 145, ../scss/_common.scss */
            header .inner .right nav ul li.current {
              background: #58B77C; }
            /* line 148, ../scss/_common.scss */
            header .inner .right nav ul li .sub {
              display: none;
              width: 280px;
              position: absolute;
              height: 220px;
              right: 0;
              transition: 0.3s;
              left: 0; }
              /* line 156, ../scss/_common.scss */
              header .inner .right nav ul li .sub li {
                display: block; }
                /* line 158, ../scss/_common.scss */
                header .inner .right nav ul li .sub li a {
                  height: auto;
                  width: auto;
                  text-align: left;
                  cursor: pointer;
                  color: #fff;
                  padding: 20px 0px 10px 30px; }
                  /* line 165, ../scss/_common.scss */
                  header .inner .right nav ul li .sub li a::before {
                    border-top: 2px solid #fff;
                    top: 10px;
                    border-right: 2px solid #fff; }
                  /* line 168, ../scss/_common.scss */
                  header .inner .right nav ul li .sub li a:hover {
                    background: none;
                    color: #B1FF8E;
                    transition: 0.3s; }
                  /* line 173, ../scss/_common.scss */
                  header .inner .right nav ul li .sub li a:hover::before {
                    transition: 0.3s;
                    border-top: 2px solid #B1FF8E;
                    border-right: 2px solid #B1FF8E; }
              /* line 180, ../scss/_common.scss */
              header .inner .right nav ul li .sub.open {
                top: 76px;
                display: block; }
      @media screen and (max-width: 959px) {
        /* line 90, ../scss/_common.scss */
        header .inner .right {
          width: 50%;
          position: fixed;
          height: 60px;
          right: 0;
          top: 0;
          margin-top: 0px; }
          /* line 196, ../scss/_common.scss */
          header .inner .right nav {
            position: fixed;
            top: 64px;
            overflow-y: scroll;
            height: 100%;
            -ms-flex-align: start;
            align-items: flex-start;
            padding-bottom: 100px; }
          /* line 201, ../scss/_common.scss */
          header .inner .right nav ul {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
          /* line 204, ../scss/_common.scss */
          header .inner .right nav ul li {
            width: 100%; }
          /* line 207, ../scss/_common.scss */
          header .inner .right nav ul li a {
            height: auto;
            text-align: left;
            padding: 15px 0px 15px 30px;
            color: #fff;
            font-weight: bold;
            position: relative; }
            /* line 212, ../scss/_common.scss */
            header .inner .right nav ul li a::before {
              left: 12px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              top: 0; }
          /* line 216, ../scss/_common.scss */
          header .inner .right nav ul li .sub {
            display: block;
            position: relative;
            width: 100%;
            height: auto; }
            /* line 222, ../scss/_common.scss */
            header .inner .right nav ul li .sub li a {
              padding: 15px 0px 15px 32px;
              color: #fff;
              font-weight: normal; }
              /* line 225, ../scss/_common.scss */
              header .inner .right nav ul li .sub li a::before {
                display: none; } }
    /* line 231, ../scss/_common.scss */
    header .inner .green-bg {
      display: none;
      background: linear-gradient(-135deg, #58B780, #68C64C);
      height: 220px;
      position: absolute;
      top: 76px;
      width: 100%;
      z-index: -2; }
      /* line 239, ../scss/_common.scss */
      header .inner .green-bg:before {
        content: "";
        display: block;
        position: fixed;
        opacity: 0.3;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 220px;
        background-size: cover;
        background: url("../img/greenbg.jpg");
        background-position: center bottom; }
      /* line 251, ../scss/_common.scss */
      header .inner .green-bg.open {
        display: block; }
  @media screen and (max-width: 959px) {
    /* line 53, ../scss/_common.scss */
    header {
      height: auto; } }

/*　ハンバーガーボタン　*/
/* line 261, ../scss/_common.scss */
.hamburger {
  display: none; }

@media screen and (max-width: 959px) {
  /* line 265, ../scss/_common.scss */
  .hamburger {
    display: block;
    position: absolute;
    z-index: 55;
    width: 70px;
    height: 60px;
    top: 4px;
    background: #58B77C;
    right: 0;
    cursor: pointer;
    text-align: center; }
    /* line 276, ../scss/_common.scss */
    .hamburger span {
      display: block;
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      width: 30px;
      height: 2px;
      border-radius: 2px;
      background: #fff;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      /* line 289, ../scss/_common.scss */
      .hamburger span:nth-child(1) {
        top: 18px; }
      /* line 292, ../scss/_common.scss */
      .hamburger span:nth-child(2) {
        top: 28px; }
      /* line 295, ../scss/_common.scss */
      .hamburger span:nth-child(3) {
        top: 38px; }

  /* ナビ開いてる時のボタン */
  /* line 301, ../scss/_common.scss */
  .hamburger.active span:nth-child(1), .hamburger.active span:nth-child(3) {
    width: 12px; }

  /* line 304, ../scss/_common.scss */
  .hamburger.active span:nth-child(1) {
    -webkit-transform: translate(1px, 3px) rotate(315deg);
    -moz-transform: translate(1px, 3px) rotate(315deg);
    transform: translate(-7px, 6px) rotate(135deg); }

  /* line 309, ../scss/_common.scss */
  .hamburger.active span:nth-child(3) {
    -webkit-transform: translate(11px, -17px) rotate(-45deg);
    -moz-transform: translate(11px, -17px) rotate(45deg);
    transform: translate(-7px, -6px) rotate(45deg); }

  /* line 314, ../scss/_common.scss */
  .hamburger.active span:nth-child(2) {
    width: 24px;
    transform: translate(0px, 0px) rotate(180deg); }

  /* line 319, ../scss/_common.scss */
  nav.globalMenusp {
    border: none;
    top: 0px;
    left: 0;
    text-align: left;
    transform: translateX(-100%);
    transition: all 0.6s;
    background: linear-gradient(-135deg, #58B780, #68C64C);
    z-index: 1;
    overflow: hidden; }
    /* line 329, ../scss/_common.scss */
    nav.globalMenusp ul {
      border: none;
      z-index: 1;
      margin: 0 auto; }
      /* line 333, ../scss/_common.scss */
      nav.globalMenusp ul li {
        width: 50%;
        border-right: none;
        border-top: 1px solid #fff; }
        /* line 337, ../scss/_common.scss */
        nav.globalMenusp ul li.mega:first-child {
          border-top: none; }
        /* line 340, ../scss/_common.scss */
        nav.globalMenusp ul li a {
          display: block;
          color: #fff; }
    /* line 347, ../scss/_common.scss */
    nav.globalMenusp.active {
      z-index: 1;
      transform: translateX(0); } }
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.13);
    transform: scale(1.13); } }
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.13);
    transform: scale(1.13); } }
/* line 374, ../scss/_common.scss */
.swiper-slide-active .bg1, .swiper-slide-duplicate-active .bg1, .swiper-slide-prev .bg1, .swiper-slide-active .bg2, .swiper-slide-duplicate-active .bg2, .swiper-slide-prev .bg2 {
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@media screen and (max-width: 959px) {
  /* line 381, ../scss/_common.scss */
  .swiper-wrapper {
    margin-top: 0px; } }

/* line 386, ../scss/_common.scss */
.swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto; }
  /* line 393, ../scss/_common.scss */
  .swiper-slide p.small {
    position: absolute;
    right: 10px;
    bottom: 0;
    color: #fff;
    text-shadow: 1px 2px 3px #000; }
  @media screen and (max-width: 959px) {
    /* line 386, ../scss/_common.scss */
    .swiper-slide {
      padding-top: 0px; } }
  @media screen and (max-width: 559px) {
    /* line 386, ../scss/_common.scss */
    .swiper-slide {
      /* height: 300px*/ } }

/* line 407, ../scss/_common.scss */
.bg1 {
  height: 600px;
  background-image: url("../img/slideimg_1.jpg");
  background-size: cover; }
  @media screen and (max-width: 559px) {
    /* line 407, ../scss/_common.scss */
    .bg1 {
      height: 400px; } }

/* line 415, ../scss/_common.scss */
.bg2 {
  height: 600px;
  background-image: url("../img/slideimg_2.jpg");
  background-position: right;
  background-size: cover; }
  @media screen and (max-width: 559px) {
    /* line 415, ../scss/_common.scss */
    .bg2 {
      height: 400px;
      background-position: right bottom; } }

/* line 426, ../scss/_common.scss */
.txt_area {
  width: 100%;
  position: absolute;
  top: 27%;
  right: 20px;
  text-align: right; }
  /* line 432, ../scss/_common.scss */
  .txt_area h2 {
    display: inline-block;
    font-size: 2em;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000; }
  @media screen and (max-width: 959px) {
    /* line 426, ../scss/_common.scss */
    .txt_area {
      width: auto;
      top: 130px;
      right: 30px; } }
  @media screen and (max-width: 559px) {
    /* line 445, ../scss/_common.scss */
    .txt_area h2 {
      font-size: 6vw; } }

/* line 450, ../scss/_common.scss */
.hot-news {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 480px;
  background: #fff;
  z-index: 3; }
  /* line 458, ../scss/_common.scss */
  .hot-news a {
    display: block;
    height: auto;
    padding: 6px; }
    /* line 462, ../scss/_common.scss */
    .hot-news a:hover {
      transition: 0.3s; }
  @media screen and (max-width: 959px) {
    /* line 450, ../scss/_common.scss */
    .hot-news {
      width: 400px; } }
  @media screen and (max-width: 559px) {
    /* line 450, ../scss/_common.scss */
    .hot-news {
      position: relative;
      width: 100%;
      bottom: auto;
      right: auto; }
      /* line 477, ../scss/_common.scss */
      .hot-news a {
        padding: 20px;
        border: none; }
        /* line 480, ../scss/_common.scss */
        .hot-news a:hover {
          border: none; } }

/* line 486, ../scss/_common.scss */
main {
  position: relative; }

/* line 489, ../scss/_common.scss */
.mv-bnr {
  background: #f8f8f8; }
  /* line 491, ../scss/_common.scss */
  .mv-bnr ul {
    padding: 30px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 495, ../scss/_common.scss */
    .mv-bnr ul li {
      width: 24%; }
  @media screen and (max-width: 559px) {
    /* line 498, ../scss/_common.scss */
    .mv-bnr ul {
      padding: 20px 0px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 500, ../scss/_common.scss */
      .mv-bnr ul li {
        width: 100%; }
        /* line 502, ../scss/_common.scss */
        .mv-bnr ul li:not(:last-child) {
          margin-bottom: 20px; } }

/* line 508, ../scss/_common.scss */
#news-block .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(128deg, #24884e, #5ebf6a, #68ca50, #2a9853); }
  /* line 513, ../scss/_common.scss */
  #news-block .content .left {
    width: 30%;
    color: #fff; }
  /* line 517, ../scss/_common.scss */
  #news-block .content .right {
    width: 70%;
    padding: 40px 40px 0 40px;
    background: #fff; }
@media screen and (max-width: 959px) {
  /* line 524, ../scss/_common.scss */
  #news-block .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 526, ../scss/_common.scss */
    #news-block .content .left {
      width: 100%;
      padding: 40px 0px; }
    /* line 530, ../scss/_common.scss */
    #news-block .content .right {
      width: 100%;
      padding: 40px 20px 0 20px; } }

/* line 537, ../scss/_common.scss */
#about-block {
  text-align: center; }
  /* line 538, ../scss/_common.scss */
  #about-block .btn {
    margin-bottom: 0px; }
  /* line 541, ../scss/_common.scss */
  #about-block p {
    margin-top: 30px;
    line-height: 40px; }
  @media screen and (max-width: 959px) {
    /* line 537, ../scss/_common.scss */
    #about-block {
      text-align: left; }
      /* line 547, ../scss/_common.scss */
      #about-block a {
        margin-bottom: 0px; } }
  @media screen and (max-width: 559px) {
    /* line 552, ../scss/_common.scss */
    #about-block p {
      line-height: 26px; } }

/* line 558, ../scss/_common.scss */
#multi-block ul {
  color: #fff; }
  /* line 560, ../scss/_common.scss */
  #multi-block ul li {
    width: 33.33%;
    position: relative;
    z-index: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    /* line 569, ../scss/_common.scss */
    #multi-block ul li:first-child {
      background: url("../img/bg2.jpg");
      background-size: cover; }
    /* line 573, ../scss/_common.scss */
    #multi-block ul li:last-child {
      background: url("../img/bg3.jpg"); }
    /* line 576, ../scss/_common.scss */
    #multi-block ul li a {
      margin-top: 160px; }
  /* line 580, ../scss/_common.scss */
  #multi-block ul h2 {
    width: 100%; }
  /* line 583, ../scss/_common.scss */
  #multi-block ul li.bk-fil:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(45%);
    /* 最背面へ */
    z-index: -1; }
  /* line 593, ../scss/_common.scss */
  #multi-block ul li.grade {
    background: linear-gradient(128deg, #24884e, #5ebf6a, #68ca50, #2a9853); }
@media screen and (max-width: 959px) {
  /* line 598, ../scss/_common.scss */
  #multi-block ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 600, ../scss/_common.scss */
    #multi-block ul li {
      width: 100%;
      padding: 40px 20px; }
      /* line 603, ../scss/_common.scss */
      #multi-block ul li a {
        width: 80%; } }
@media screen and (max-width: 559px) {
  /* line 610, ../scss/_common.scss */
  #multi-block ul li a {
    margin-top: 50px;
    width: 90%; } }

/* line 613, ../scss/_common.scss */
#prisnor-block {
  color: #fff;
  text-align: center;
  padding: 300px 0px;
  background: url("../img/bg4.jpg");
  background-size: cover;
  background-position: bottom left; }
  /* line 621, ../scss/_common.scss */
  #prisnor-block .content {
    width: 60%;
    margin: 0 0 0 auto; }
    /* line 624, ../scss/_common.scss */
    #prisnor-block .content h2 {
      font-weight: bold; }
    /* line 627, ../scss/_common.scss */
    #prisnor-block .content p {
      margin-top: 30px;
      line-height: 40px; }
  @media screen and (max-width: 959px) {
    /* line 613, ../scss/_common.scss */
    #prisnor-block {
      padding: 300px 20px; }
      /* line 634, ../scss/_common.scss */
      #prisnor-block .content {
        width: 100%; }
        /* line 636, ../scss/_common.scss */
        #prisnor-block .content h2 {
          font-size: 5vw; } }
  @media screen and (max-width: 559px) {
    /* line 613, ../scss/_common.scss */
    #prisnor-block {
      padding: 100px 20px;
      text-align: left; }
      /* line 645, ../scss/_common.scss */
      #prisnor-block .content p {
        line-height: 26px; } }

/* line 651, ../scss/_common.scss */
#sns {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px; }
  /* line 652, ../scss/_common.scss */
  #sns .block {
    margin: 0 auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    /* line 655, ../scss/_common.scss */
    #sns .block .item {
      width: 500px; }
      /* line 656, ../scss/_common.scss */
      #sns .block .item:nth-child(1) {
        margin-right: 20px; }
      /* line 658, ../scss/_common.scss */
      #sns .block .item .fb-container {
        width: 100% !important; }
  /* line 664, ../scss/_common.scss */
  #sns iframe.twitter-timeline {
    width: 100% !important; }
  /* line 667, ../scss/_common.scss */
  #sns a {
    width: 600px;
    margin: 20px auto 0px auto;
    display: block; }
  @media screen and (max-width: 959px) {
    /* line 669, ../scss/_common.scss */
    #sns .block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 30px 20px; }
      /* line 670, ../scss/_common.scss */
      #sns .block .item {
        width: 100%; }
        /* line 671, ../scss/_common.scss */
        #sns .block .item .fb-container {
          margin-top: 30px; }
        /* line 672, ../scss/_common.scss */
        #sns .block .item:nth-child(1) {
          margin-right: 0px; } }
  @media screen and (max-width: 559px) {
    /* line 676, ../scss/_common.scss */
    #sns .block .item {
      width: 100%; }
      /* line 677, ../scss/_common.scss */
      #sns .block .item .fb-container {
        width: 100%;
        max-width: 500px; }
    /* line 683, ../scss/_common.scss */
    #sns a {
      width: 100%;
      padding: 0 20px;
      margin: 0 auto; } }

/* line 689, ../scss/_common.scss */
.cv {
  background: #f8f8f8; }
  /* line 692, ../scss/_common.scss */
  .cv .btn {
    background: #E58946;
    margin: 0 auto; }
    /* line 695, ../scss/_common.scss */
    .cv .btn:hover {
      background: #ffaa6d; }
  /* line 699, ../scss/_common.scss */
  .cv ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 559px) {
      /* line 699, ../scss/_common.scss */
      .cv ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    /* line 705, ../scss/_common.scss */
    .cv ul li {
      width: 48%; }

/* line 711, ../scss/_common.scss */
footer {
  background-color: rgba(255, 255, 255, 0.7); }
  /* line 713, ../scss/_common.scss */
  footer ul.footer-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 716, ../scss/_common.scss */
    footer ul.footer-nav li {
      font-size: 0.9em; }
      /* line 718, ../scss/_common.scss */
      footer ul.footer-nav li.ttl {
        font-size: 1.1em;
        font-weight: bold; }
      /* line 719, ../scss/_common.scss */
      footer ul.footer-nav li a {
        color: #000; }
        /* line 721, ../scss/_common.scss */
        footer ul.footer-nav li a:hover {
          text-decoration: underline; }
      /* line 725, ../scss/_common.scss */
      footer ul.footer-nav li ul.bold {
        font-size: 1.1em;
        font-weight: bold; }
    /* line 728, ../scss/_common.scss */
    footer ul.footer-nav li ul li:not(:first-child) {
      margin-top: 10px; }
    @media screen and (max-width: 959px) {
      /* line 713, ../scss/_common.scss */
      footer ul.footer-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center; }
        /* line 734, ../scss/_common.scss */
        footer ul.footer-nav li {
          width: 100%;
          margin-bottom: 0px; }
          /* line 737, ../scss/_common.scss */
          footer ul.footer-nav li a {
            padding: 0px; }
          /* line 740, ../scss/_common.scss */
          footer ul.footer-nav li ul li {
            display: none; }
          /* line 741, ../scss/_common.scss */
          footer ul.footer-nav li ul li:first-child {
            margin-bottom: 20px;
            display: block; }
          /* line 742, ../scss/_common.scss */
          footer ul.footer-nav li ul.bold li {
            display: block;
            font-size: 1em; }
        /* line 744, ../scss/_common.scss */
        footer ul.footer-nav li ul li:not(:first-child) {
          margin-bottom: 20px;
          margin-top: 0px; } }
    @media screen and (max-width: 559px) {
      /* line 749, ../scss/_common.scss */
      footer ul.footer-nav li {
        font-size: 1em; } }
  /* line 752, ../scss/_common.scss */
  footer #footer-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000; }
    /* line 757, ../scss/_common.scss */
    footer #footer-link .left {
      width: 60%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      /* line 761, ../scss/_common.scss */
      footer #footer-link .left .address {
        font-size: 0.85em; }
        /* line 763, ../scss/_common.scss */
        footer #footer-link .left .address em {
          font-size: 1.4em;
          font-weight: bold; }
      /* line 768, ../scss/_common.scss */
      footer #footer-link .left img {
        width: 180px; }
    /* line 772, ../scss/_common.scss */
    footer #footer-link .right {
      width: 38%; }
      /* line 774, ../scss/_common.scss */
      footer #footer-link .right ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        /* line 778, ../scss/_common.scss */
        footer #footer-link .right ul li:not(:last-child) {
          margin-right: 10px; }
        /* line 782, ../scss/_common.scss */
        footer #footer-link .right ul li a img {
          width: 50px; }
    @media screen and (max-width: 959px) {
      /* line 752, ../scss/_common.scss */
      footer #footer-link {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        /* line 791, ../scss/_common.scss */
        footer #footer-link .left {
          width: 100%;
          -ms-flex-pack: center;
          justify-content: center; }
          /* line 794, ../scss/_common.scss */
          footer #footer-link .left img {
            margin-right: 20px; }
        /* line 798, ../scss/_common.scss */
        footer #footer-link .right {
          width: 100%;
          margin-top: 40px; }
          /* line 801, ../scss/_common.scss */
          footer #footer-link .right ul {
            -ms-flex-pack: center;
            justify-content: center; } }
    @media screen and (max-width: 559px) {
      /* line 807, ../scss/_common.scss */
      footer #footer-link .left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start; }
        /* line 810, ../scss/_common.scss */
        footer #footer-link .left img {
          margin: 0px auto; }
        /* line 811, ../scss/_common.scss */
        footer #footer-link .left .address {
          width: 100%;
          margin-top: 10px; } }
  /* line 818, ../scss/_common.scss */
  footer .copy {
    margin-top: 40px;
    background: #555; }
    /* line 821, ../scss/_common.scss */
    footer .copy small {
      display: block;
      padding: 10px 0px;
      color: #fff;
      text-align: center; }

/* line 2, ../scss/_list-style.scss */
.list-style article {
  border-top: 1px solid #ccc;
  position: relative;
  padding: 30px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-align: center;
  align-items: center; }
  /* line 9, ../scss/_list-style.scss */
  .list-style article:hover {
    background: radial-gradient(circle at 50% 50%, rgba(88, 183, 124, 0.3) 20%, transparent 100%);
    transition: 0.3s; }
  /* line 13, ../scss/_list-style.scss */
  .list-style article:last-child {
    border-bottom: 1px solid #ccc; }
  /* line 16, ../scss/_list-style.scss */
  .list-style article time {
    width: 135px;
    font-size: 0.8em;
    color: #707070;
    font-weight: bold;
    margin-right: 20px;
    white-space: nowrap; }
  /* line 24, ../scss/_list-style.scss */
  .list-style article span {
    background: #000;
    width: 110px;
    text-align: center;
    padding: 2px 5px;
    margin-right: 40px;
    font-size: 0.7em;
    color: #fff;
    font-weight: bold; }
  /* line 34, ../scss/_list-style.scss */
  .list-style article a {
    width: 77%;
    /*        &:hover {
              color: $blue;
              text-decoration: underline;
    		
            }*/ }
    /* line 35, ../scss/_list-style.scss */
    .list-style article a::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 1;
      pointer-events: auto;
      content: ""; }
    /* line 47, ../scss/_list-style.scss */
    .list-style article a h3 {
      font-size: 0.9em;
      margin-bottom: 0px;
      font-weight: normal;
      padding: 0px;
      border: none; }
@media screen and (max-width: 959px) {
  /* line 60, ../scss/_list-style.scss */
  .list-style article {
    padding: 20px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 63, ../scss/_list-style.scss */
    .list-style article time {
      margin-right: 0px; }
    /* line 65, ../scss/_list-style.scss */
    .list-style article a {
      width: 100%;
      margin-top: 10px; } }

/* line 1, ../scss/_page.scss */
.breadcrumbs {
  position: relative;
  padding: 5px 0px;
  font-size: 0.8em;
  margin-top: 80px;
  background: #f4f4f4;
  color: #000;
  width: 100%; }
  /* line 9, ../scss/_page.scss */
  .breadcrumbs li {
    display: inline-block; }
    /* line 12, ../scss/_page.scss */
    .breadcrumbs li a:hover {
      text-decoration: underline; }
    /* line 16, ../scss/_page.scss */
    .breadcrumbs li + li {
      padding-left: 10px; }
      /* line 18, ../scss/_page.scss */
      .breadcrumbs li + li::before {
        display: inline-block;
        padding-right: 10px;
        content: ">"; }
  @media screen and (max-width: 959px) {
    /* line 1, ../scss/_page.scss */
    .breadcrumbs {
      margin-top: 64px; } }

/* line 29, ../scss/_page.scss */
#page-mv {
  position: relative;
  background: url("../img/bg5.jpg");
  height: 300px; }
  /* line 33, ../scss/_page.scss */
  #page-mv.article {
    background: url("../img/bg6.jpg");
    background-position: bottom right;
    background-size: cover; }
  /* line 37, ../scss/_page.scss */
  #page-mv.jail {
    background: url("../img/bg8.jpg");
    background-position: bottom center;
    background-size: cover; }
  /* line 41, ../scss/_page.scss */
  #page-mv.support {
    background: url("../img/bg7.jpg");
    background-position: bottom center;
    background-size: cover; }
  /* line 45, ../scss/_page.scss */
  #page-mv.members, #page-mv.invitation, #page-mv.prisoner {
    background: url("../img/bg9.jpg");
    background-position: bottom center;
    background-size: cover; }
  /* line 49, ../scss/_page.scss */
  #page-mv.message, #page-mv.exprisoner {
    background: url("../img/bg13.jpg");
    background-position: bottom left;
    background-size: cover; }
  /* line 53, ../scss/_page.scss */
  #page-mv.outline {
    background: url("../img/bg11.jpg");
    background-position: bottom right;
    background-size: cover; }
  /* line 57, ../scss/_page.scss */
  #page-mv.mission {
    background: url("../img/bg10.jpg");
    background-position: right;
    background-size: cover; }
  /* line 61, ../scss/_page.scss */
  #page-mv.family {
    background: url("../img/bg12.jpg");
    background-position: left;
    background-size: cover; }
  @media screen and (max-width: 559px) {
    /* line 29, ../scss/_page.scss */
    #page-mv {
      height: 220px;
      background-position: center; } }

/* line 71, ../scss/_page.scss */
.title {
  padding-top: 120px; }
  /* line 73, ../scss/_page.scss */
  .title h2 {
    color: #fff;
    text-shadow: 2px 3px 2px #000;
    text-align: left;
    letter-spacing: 2px; }
  @media screen and (max-width: 559px) {
    /* line 71, ../scss/_page.scss */
    .title {
      padding-top: 80px; } }

/* line 83, ../scss/_page.scss */
#content {
  background: #fff; }
  /* line 1, ../scss/_content_inner_page.scss */
  #content .block:not(:last-child) {
    margin-bottom: 50px; }
  /* line 3, ../scss/_content_inner_page.scss */
  #content h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
    border-left: 5px solid #58B77C;
    padding-left: 10px; }
  /* line 4, ../scss/_content_inner_page.scss */
  #content h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px; }
  /* line 5, ../scss/_content_inner_page.scss */
  #content .block-gray {
    margin: 10px 0px;
    background: #f4f4f4;
    padding: 20px; }
    /* line 7, ../scss/_content_inner_page.scss */
    #content .block-gray .inner {
      background: #fff;
      padding: 20px; }
    /* line 10, ../scss/_content_inner_page.scss */
    #content .block-gray .inner-img h4 {
      text-align: center; }
    /* line 11, ../scss/_content_inner_page.scss */
    #content .block-gray .inner-img img {
      width: auto;
      height: 90px;
      margin: 20px auto; }
    /* line 12, ../scss/_content_inner_page.scss */
    #content .block-gray .inner-img p {
      margin-bottom: 0px; }
  /* line 15, ../scss/_content_inner_page.scss */
  #content a.tel-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    /* line 19, ../scss/_content_inner_page.scss */
    #content a.tel-number img {
      width: 30px;
      margin-right: 10px; }
    /* line 20, ../scss/_content_inner_page.scss */
    #content a.tel-number img.tel-icon {
      width: 25px; }
    /* line 21, ../scss/_content_inner_page.scss */
    #content a.tel-number span {
      font-size: 2em; }
    @media screen and (max-width: 559px) {
      /* line 23, ../scss/_content_inner_page.scss */
      #content a.tel-number img {
        width: 20px; }
      /* line 24, ../scss/_content_inner_page.scss */
      #content a.tel-number img.tel-icon {
        width: 15px; }
      /* line 25, ../scss/_content_inner_page.scss */
      #content a.tel-number span {
        font-size: 1.4em;
        display: inline-block; } }
  /* line 28, ../scss/_content_inner_page.scss */
  #content p.small {
    font-size: 0.9em; }
  /* line 29, ../scss/_content_inner_page.scss */
  #content p {
    margin-bottom: 20px;
    line-height: 1.6; }
  /* line 30, ../scss/_content_inner_page.scss */
  #content p.bold {
    font-weight: bold; }
  /* line 31, ../scss/_content_inner_page.scss */
  #content p.right {
    text-align: right; }
  /* line 32, ../scss/_content_inner_page.scss */
  #content ul.column2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 36, ../scss/_content_inner_page.scss */
    #content ul.column2 li {
      width: 48.5%; }
  /* line 39, ../scss/_content_inner_page.scss */
  #content a.link {
    cursor: pointer;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #2680EB; }
    /* line 44, ../scss/_content_inner_page.scss */
    #content a.link::before {
      content: "";
      background-image: url("../img/arrow2.svg");
      display: inline-block;
      height: 1rem;
      width: 1rem;
      margin-right: 5px;
      vertical-align: middle; }
    /* line 53, ../scss/_content_inner_page.scss */
    #content a.link:hover {
      text-decoration: underline; }
  /* line 56, ../scss/_content_inner_page.scss */
  #content a.txt-link {
    color: #2680EB; }
    /* line 57, ../scss/_content_inner_page.scss */
    #content a.txt-link:hover {
      text-decoration: underline; }
  /* line 60, ../scss/_content_inner_page.scss */
  #content dl {
    margin-bottom: 20px; }
    /* line 63, ../scss/_content_inner_page.scss */
    #content dl dd {
      font-size: 0.9em; }
  /* line 65, ../scss/_content_inner_page.scss */
  #content ol.gray-box {
    counter-reset: number;
    list-style-type: none !important; }
    /* line 67, ../scss/_content_inner_page.scss */
    #content ol.gray-box li {
      background: #f4f4f4;
      padding: 30px;
      position: relative;
      margin-bottom: 30px; }
      /* line 70, ../scss/_content_inner_page.scss */
      #content ol.gray-box li p {
        margin-bottom: 0px; }
      /* line 72, ../scss/_content_inner_page.scss */
      #content ol.gray-box li::before {
        position: absolute;
        counter-increment: number;
        content: counter(number);
        display: inline-block;
        background: #000;
        color: white;
        font-family: "Trajan Pro Regular", "Verdana", sans-serif;
        font-weight: bold;
        font-size: 15px;
        left: 0;
        width: 28px;
        height: 28px;
        padding-top: 3px;
        line-height: 25px;
        text-align: center;
        top: 0; }
    @media screen and (max-width: 559px) {
      /* line 90, ../scss/_content_inner_page.scss */
      #content ol.gray-box li {
        padding: 30px 20px; } }
  @media screen and (max-width: 959px) {
    /* line 93, ../scss/_content_inner_page.scss */
    #content ul.column2 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 95, ../scss/_content_inner_page.scss */
      #content ul.column2 li {
        width: 100%; }
    /* line 96, ../scss/_content_inner_page.scss */
    #content .block-gray {
      margin: 0px 0px 20px 0px;
      padding: 10px; }
      /* line 97, ../scss/_content_inner_page.scss */
      #content .block-gray .inner {
        padding: 10px; } }
  /* line 103, ../scss/_content_inner_page.scss */
  #content .letter-box {
    padding: 30px 0px;
    border-bottom: 1px solid #ccc; }
    /* line 104, ../scss/_content_inner_page.scss */
    #content .letter-box p {
      margin-bottom: 0px;
      font-size: 0.8em; }
    /* line 106, ../scss/_content_inner_page.scss */
    #content .letter-box h4 {
      font-size: 1.4em; }
      /* line 107, ../scss/_content_inner_page.scss */
      #content .letter-box h4 a {
        color: #2680EB; }
        /* line 108, ../scss/_content_inner_page.scss */
        #content .letter-box h4 a::before {
          content: "";
          background-image: url("../img/arrow2.svg");
          display: inline-block;
          height: 1rem;
          width: 1rem;
          margin-right: 5px;
          vertical-align: middle; }
        /* line 117, ../scss/_content_inner_page.scss */
        #content .letter-box h4 a:hover {
          text-decoration: underline; }
    @media screen and (max-width: 559px) {
      /* line 121, ../scss/_content_inner_page.scss */
      #content .letter-box h4 {
        font-size: 1.2em; } }
  /* line 124, ../scss/_content_inner_page.scss */
  #content .letter-box:nth-child(1) {
    border-top: 1px solid #ccc; }
  /* line 127, ../scss/_content_inner_page.scss */
  #content .login input[type="text"], #content .login input[type="password"] {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc; }
  /* line 128, ../scss/_content_inner_page.scss */
  #content .login input[type="submit"] {
    margin: 50px auto;
    font-size: 1em;
    position: relative;
    width: 340px;
    display: block;
    padding: 15px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    background: #58B77C;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border: 2px solid #fff;
    font-weight: bold;
    cursor: pointer; }
    /* line 149, ../scss/_content_inner_page.scss */
    #content .login input[type="submit"]::before {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      vertical-align: middle;
      left: 16px;
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    /* line 163, ../scss/_content_inner_page.scss */
    #content .login input[type="submit"]:hover {
      background: #fff;
      border: 2px solid #58B77C;
      color: #58B77C; }
      /* line 167, ../scss/_content_inner_page.scss */
      #content .login input[type="submit"]:hover::before {
        border-top: 2px solid #58B77C;
        border-right: 2px solid #58B77C; }
    @media screen and (max-width: 559px) {
      /* line 128, ../scss/_content_inner_page.scss */
      #content .login input[type="submit"] {
        width: 90%; } }
  /* line 178, ../scss/_content_inner_page.scss */
  #content dl.timeline dt {
    padding: 0px 10px 0px 20px;
    color: #58B77C;
    font-size: 1.4em;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-left: 5px solid #58B77C; }
    /* line 181, ../scss/_content_inner_page.scss */
    #content dl.timeline dt::before {
      content: "";
      display: flex;
      margin-right: 5px;
      width: 20px;
      height: 5px;
      background: #58B77C;
      margin-left: -20px; }
  /* line 184, ../scss/_content_inner_page.scss */
  #content dl.timeline dd {
    padding: 10px 20px 40px 25px;
    border-left: 5px solid #58B77C; }
    /* line 186, ../scss/_content_inner_page.scss */
    #content dl.timeline dd .inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      /* line 188, ../scss/_content_inner_page.scss */
      #content dl.timeline dd .inner .txt {
        width: 60%; }
      /* line 189, ../scss/_content_inner_page.scss */
      #content dl.timeline dd .inner .img {
        width: 38%; }
        /* line 190, ../scss/_content_inner_page.scss */
        #content dl.timeline dd .inner .img p.small {
          text-align: right;
          font-size: 0.8em; }
        /* line 191, ../scss/_content_inner_page.scss */
        #content dl.timeline dd .inner .img img {
          width: 100%; }
  @media screen and (max-width: 559px) {
    /* line 196, ../scss/_content_inner_page.scss */
    #content dl.timeline dd {
      padding: 10px 0px 40px 25px; }
      /* line 197, ../scss/_content_inner_page.scss */
      #content dl.timeline dd .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        /* line 198, ../scss/_content_inner_page.scss */
        #content dl.timeline dd .inner .txt {
          width: 100%; }
        /* line 199, ../scss/_content_inner_page.scss */
        #content dl.timeline dd .inner .img {
          width: 100%;
          margin-top: 10px; } }
  /* line 203, ../scss/_content_inner_page.scss */
  #content .price {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 207, ../scss/_content_inner_page.scss */
    #content .price h4 {
      background: #555;
      color: #fff;
      text-align: center;
      font-size: 1em;
      margin-bottom: 0px;
      padding: 5px 0px; }
    /* line 208, ../scss/_content_inner_page.scss */
    #content .price .member {
      width: 40%; }
      /* line 209, ../scss/_content_inner_page.scss */
      #content .price .member ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        /* line 212, ../scss/_content_inner_page.scss */
        #content .price .member ul li {
          text-align: center;
          padding: 10px 0px;
          border-left: 1px solid #555;
          border-bottom: 1px solid #555; }
        /* line 213, ../scss/_content_inner_page.scss */
        #content .price .member ul li:nth-child(odd) {
          width: 30%;
          font-weight: bold; }
        /* line 214, ../scss/_content_inner_page.scss */
        #content .price .member ul li:nth-child(even) {
          width: 70%; }
    /* line 218, ../scss/_content_inner_page.scss */
    #content .price .benefit {
      width: 60%;
      border-left: 1px solid #555;
      border-bottom: 1px solid #555;
      border-right: 1px solid #555; }
      /* line 219, ../scss/_content_inner_page.scss */
      #content .price .benefit .inner {
        padding: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        /* line 220, ../scss/_content_inner_page.scss */
        #content .price .benefit .inner .img {
          width: 95px; }
    @media screen and (max-width: 559px) {
      /* line 203, ../scss/_content_inner_page.scss */
      #content .price {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        /* line 224, ../scss/_content_inner_page.scss */
        #content .price .member {
          width: 100%;
          border-right: 1px solid #555;
          margin-bottom: 20px; }
        /* line 225, ../scss/_content_inner_page.scss */
        #content .price .benefit {
          width: 100%; }
          /* line 226, ../scss/_content_inner_page.scss */
          #content .price .benefit .inner {
            padding: 10px; } }
  /* line 229, ../scss/_content_inner_page.scss */
  #content ul.financial-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex; }
    /* line 230, ../scss/_content_inner_page.scss */
    #content ul.financial-info li {
      width: 105px;
      margin-bottom: 10px;
      white-space: nowrap; }
      /* line 231, ../scss/_content_inner_page.scss */
      #content ul.financial-info li::after {
        content: "/";
        padding-left: 10px; }
      /* line 232, ../scss/_content_inner_page.scss */
      #content ul.financial-info li a {
        color: #2680EB; }
    @media screen and (max-width: 559px) {
      /* line 235, ../scss/_content_inner_page.scss */
      #content ul.financial-info li {
        width: 94px; } }
  /* line 239, ../scss/_content_inner_page.scss */
  #content .books {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 241, ../scss/_content_inner_page.scss */
    #content .books .img {
      width: 30%; }
    /* line 242, ../scss/_content_inner_page.scss */
    #content .books .txt {
      width: 67%; }
      /* line 244, ../scss/_content_inner_page.scss */
      #content .books .txt h5 {
        font-weight: bold; }
      /* line 246, ../scss/_content_inner_page.scss */
      #content .books .txt p {
        font-size: 0.9em;
        margin-bottom: 10px; }
    @media screen and (max-width: 559px) {
      /* line 239, ../scss/_content_inner_page.scss */
      #content .books {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        /* line 249, ../scss/_content_inner_page.scss */
        #content .books .img {
          width: 100%;
          margin-bottom: 10px; }
          /* line 250, ../scss/_content_inner_page.scss */
          #content .books .img img {
            width: 50%;
            margin: 0 auto; }
        /* line 253, ../scss/_content_inner_page.scss */
        #content .books .txt {
          width: 100%; } }
  /* line 257, ../scss/_content_inner_page.scss */
  #content .qa-list dl {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    border: 1px solid #DDD; }
  /* line 263, ../scss/_content_inner_page.scss */
  #content .qa-list dl:first-child {
    margin-top: 0; }
  /* line 266, ../scss/_content_inner_page.scss */
  #content .qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000; }
  /* line 279, ../scss/_content_inner_page.scss */
  #content .qa-list .open::after {
    transform: rotate(-45deg); }
  /* line 282, ../scss/_content_inner_page.scss */
  #content .qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    color: #000;
    background: #f4f4f4; }
  /* line 289, ../scss/_content_inner_page.scss */
  #content .qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #000; }
  /* line 299, ../scss/_content_inner_page.scss */
  #content .qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #000; }
  /* line 309, ../scss/_content_inner_page.scss */
  #content .qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px; }
  /* line 314, ../scss/_content_inner_page.scss */
  #content .qa-list dl dd p {
    margin: 30px 0 0; }
  /* line 317, ../scss/_content_inner_page.scss */
  #content .qa-list dl dd p:first-child {
    margin-top: 0; }
  @media screen and (max-width: 959px) {
    /* line 322, ../scss/_content_inner_page.scss */
    #content .qa-list dl {
      margin-bottom: 20px; }
    /* line 324, ../scss/_content_inner_page.scss */
    #content .qa-list dl:after {
      top: 20px;
      right: 20px;
      width: 7px;
      height: 7px; }
    /* line 330, ../scss/_content_inner_page.scss */
    #content .qa-list dl dt {
      padding: 16px 42px 16px 50px;
      font-size: 14px; }
    /* line 334, ../scss/_content_inner_page.scss */
    #content .qa-list dl dt::before {
      font-size: 14px;
      top: 20px;
      left: 20px; }
    /* line 339, ../scss/_content_inner_page.scss */
    #content .qa-list dl dd::before {
      font-size: 14px;
      left: 20px;
      margin-top: 5px; }
    /* line 344, ../scss/_content_inner_page.scss */
    #content .qa-list dl dd {
      margin: 0;
      padding: 16px 16px 16px 50px;
      font-size: 14px; }
    /* line 349, ../scss/_content_inner_page.scss */
    #content .qa-list dl dd p {
      margin: 30px 0 0; }
    /* line 352, ../scss/_content_inner_page.scss */
    #content .qa-list dl dd p:first-child {
      margin-top: 0; } }
  /* line 358, ../scss/_content_inner_page.scss */
  #content .dvd-box:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px; }
  /* line 359, ../scss/_content_inner_page.scss */
  #content .dvd-box .inner {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 362, ../scss/_content_inner_page.scss */
    #content .dvd-box .inner .img {
      width: 20%; }
    /* line 363, ../scss/_content_inner_page.scss */
    #content .dvd-box .inner .txt {
      width: 78%; }
      /* line 365, ../scss/_content_inner_page.scss */
      #content .dvd-box .inner .txt dl dt {
        font-size: 0.9em;
        font-weight: bold; }
  /* line 88, ../scss/_page.scss */
  #content .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 2, ../scss/_list-style.scss */
    #content .container .list-style article {
      border-top: 1px solid #ccc;
      position: relative;
      padding: 30px 0px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-align: center;
      align-items: center; }
      /* line 9, ../scss/_list-style.scss */
      #content .container .list-style article:hover {
        background: radial-gradient(circle at 50% 50%, rgba(88, 183, 124, 0.3) 20%, transparent 100%);
        transition: 0.3s; }
      /* line 13, ../scss/_list-style.scss */
      #content .container .list-style article:last-child {
        border-bottom: 1px solid #ccc; }
      /* line 16, ../scss/_list-style.scss */
      #content .container .list-style article time {
        width: 135px;
        font-size: 0.8em;
        color: #707070;
        font-weight: bold;
        margin-right: 20px;
        white-space: nowrap; }
      /* line 24, ../scss/_list-style.scss */
      #content .container .list-style article span {
        background: #000;
        width: 110px;
        text-align: center;
        padding: 2px 5px;
        margin-right: 40px;
        font-size: 0.7em;
        color: #fff;
        font-weight: bold; }
      /* line 34, ../scss/_list-style.scss */
      #content .container .list-style article a {
        width: 77%;
        /*        &:hover {
                  color: $blue;
                  text-decoration: underline;
        		
                }*/ }
        /* line 35, ../scss/_list-style.scss */
        #content .container .list-style article a::after {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          z-index: 1;
          pointer-events: auto;
          content: ""; }
        /* line 47, ../scss/_list-style.scss */
        #content .container .list-style article a h3 {
          font-size: 0.9em;
          margin-bottom: 0px;
          font-weight: normal;
          padding: 0px;
          border: none; }
    @media screen and (max-width: 959px) {
      /* line 60, ../scss/_list-style.scss */
      #content .container .list-style article {
        padding: 20px 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        /* line 63, ../scss/_list-style.scss */
        #content .container .list-style article time {
          margin-right: 0px; }
        /* line 65, ../scss/_list-style.scss */
        #content .container .list-style article a {
          width: 100%;
          margin-top: 10px; } }
    /* line 2, ../scss/_page-parent.scss */
    #content .container .page-parent .box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
      background: #f4f4f4; }
      /* line 8, ../scss/_page-parent.scss */
      #content .container .page-parent .box:not(:last-child) {
        margin-bottom: 40px; }
      /* line 9, ../scss/_page-parent.scss */
      #content .container .page-parent .box .img {
        width: 40%; }
      /* line 10, ../scss/_page-parent.scss */
      #content .container .page-parent .box .txt {
        width: 60%; }
        /* line 13, ../scss/_page-parent.scss */
        #content .container .page-parent .box .txt:nth-child(even) {
          padding: 30px; }
      /* line 18, ../scss/_page-parent.scss */
      #content .container .page-parent .box .txt h3 {
        border: none;
        padding-left: 0px; }
        /* line 20, ../scss/_page-parent.scss */
        #content .container .page-parent .box .txt h3 a::after {
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          bottom: 0;
          right: 0;
          pointer-events: auto;
          content: ""; }
      /* line 35, ../scss/_page-parent.scss */
      #content .container .page-parent .box .txt::after {
        content: "";
        background-image: url("../img/arrow1.svg");
        display: block;
        position: absolute;
        margin-top: -7px;
        height: 1rem;
        width: 1rem;
        right: 7px;
        top: 50%; }
      /* line 43, ../scss/_page-parent.scss */
      #content .container .page-parent .box:hover {
        background: rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 559px) {
      /* line 48, ../scss/_page-parent.scss */
      #content .container .page-parent .box .img {
        width: 30%; }
      /* line 50, ../scss/_page-parent.scss */
      #content .container .page-parent .box .txt h3 {
        margin-bottom: 10px;
        font-size: 0.9em; }
      /* line 51, ../scss/_page-parent.scss */
      #content .container .page-parent .box .txt p, #content .container .page-parent .box .txt span {
        display: none; }
      /* line 52, ../scss/_page-parent.scss */
      #content .container .page-parent .box .txt:nth-child(even) {
        width: 70%;
        padding: 10px; } }
    /* line 95, ../scss/_page.scss */
    #content .container main {
      width: 800px;
      margin-right: 60px; }
    /* line 99, ../scss/_page.scss */
    #content .container aside {
      width: 340px; }
      /* line 101, ../scss/_page.scss */
      #content .container aside ul.side-banner {
        background: #f4f4f4;
        padding: 20px; }
        /* line 104, ../scss/_page.scss */
        #content .container aside ul.side-banner li:not(:first-child) {
          margin-top: 20px; }
      /* line 108, ../scss/_page.scss */
      #content .container aside .side-parts {
        margin-bottom: 30px; }
        /* line 109, ../scss/_page.scss */
        #content .container aside .side-parts h3 {
          font-size: 1em;
          border: none;
          background: #f4f4f4;
          padding: 10px 20px;
          margin-bottom: 0px;
          font-weight: bold; }
        /* line 119, ../scss/_page.scss */
        #content .container aside .side-parts ul li + li {
          border-top: 1px solid #ccc; }
        /* line 120, ../scss/_page.scss */
        #content .container aside .side-parts ul li:last-child {
          border-bottom: 1px solid #ccc; }
        /* line 121, ../scss/_page.scss */
        #content .container aside .side-parts ul li a {
          display: block;
          padding: 15px 20px;
          color: #000; }
          /* line 124, ../scss/_page.scss */
          #content .container aside .side-parts ul li a::before {
            content: "";
            background-image: url("../img/arrow1.svg");
            display: inline-block;
            height: 0.7rem;
            width: 0.7rem;
            margin-right: 5px;
            vertical-align: baseline; }
          /* line 130, ../scss/_page.scss */
          #content .container aside .side-parts ul li a:hover {
            background: radial-gradient(circle at 50% 50%, rgba(88, 183, 124, 0.3) 20%, transparent 100%);
            transition: 0.3s; }
        /* line 136, ../scss/_page.scss */
        #content .container aside .side-parts.news-list ul li {
          padding: 20px 0px;
          font-size: 0.9em;
          position: relative; }
          /* line 139, ../scss/_page.scss */
          #content .container aside .side-parts.news-list ul li .item {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 10px; }
            /* line 143, ../scss/_page.scss */
            #content .container aside .side-parts.news-list ul li .item time {
              font-size: 0.8em;
              color: #707070;
              font-weight: bold; }
            /* line 148, ../scss/_page.scss */
            #content .container aside .side-parts.news-list ul li .item span {
              background: #000;
              width: 100px;
              text-align: center;
              padding: 2px 5px;
              font-size: 0.7em;
              color: #fff;
              font-weight: bold; }
          /* line 158, ../scss/_page.scss */
          #content .container aside .side-parts.news-list ul li a {
            padding: 0px;
            color: #000;
            text-decoration: none; }
            /* line 161, ../scss/_page.scss */
            #content .container aside .side-parts.news-list ul li a:hover {
              background: none; }
            /* line 162, ../scss/_page.scss */
            #content .container aside .side-parts.news-list ul li a::after {
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              left: 0;
              z-index: 1;
              pointer-events: auto;
              content: ""; }
            /* line 173, ../scss/_page.scss */
            #content .container aside .side-parts.news-list ul li a::before {
              content: none; }
          /* line 176, ../scss/_page.scss */
          #content .container aside .side-parts.news-list ul li:hover {
            color: #2680EB;
            background: radial-gradient(circle at 50% 50%, rgba(88, 183, 124, 0.3) 20%, transparent 100%);
            transition: 0.3s; }
    @media (max-width: 1200px) {
      /* line 185, ../scss/_page.scss */
      #content .container main {
        width: 75%; }
      /* line 188, ../scss/_page.scss */
      #content .container aside {
        width: 25%; } }
    @media screen and (max-width: 959px) {
      /* line 88, ../scss/_page.scss */
      #content .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        /* line 194, ../scss/_page.scss */
        #content .container main {
          margin-right: 0px;
          width: 100%; }
        /* line 198, ../scss/_page.scss */
        #content .container aside {
          margin: 40px auto 0px auto;
          width: 100%; } }
    @media screen and (max-width: 559px) {
      /* line 206, ../scss/_page.scss */
      #content .container aside {
        width: 100%; } }
  /* line 212, ../scss/_page.scss */
  #content .narrow main {
    width: 100%; }
    /* line 214, ../scss/_page.scss */
    #content .narrow main ul {
      background: #f4f4f4;
      padding: 20px 20px 20px 40px;
      font-size: 0.9em;
      list-style: inherit; }
    /* line 215, ../scss/_page.scss */
    #content .narrow main form {
      margin-top: 30px; }
      /* line 217, ../scss/_page.scss */
      #content .narrow main form .box {
        padding: 30px 0px; }
        /* line 219, ../scss/_page.scss */
        #content .narrow main form .box ul {
          background: none;
          font-size: 1em;
          padding: 0px;
          list-style: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-align: center;
          align-items: center; }
          /* line 223, ../scss/_page.scss */
          #content .narrow main form .box ul li.text-wrap, #content .narrow main form .box ul li.textarea-wrap {
            width: 60%; }
          /* line 226, ../scss/_page.scss */
          #content .narrow main form .box ul li.item-name {
            width: 38%;
            font-weight: bold; }
          /* line 230, ../scss/_page.scss */
          #content .narrow main form .box ul li.required::after {
            content: "必須";
            background: #58B77C;
            font-size: 0.8rem;
            color: #fff;
            padding: 2px 10px;
            margin-left: 10px;
            border-radius: 6px;
            display: inline-block; }
        /* line 241, ../scss/_page.scss */
        #content .narrow main form .box:not(:last-child) {
          border-bottom: 1px solid #ccc; }
        /* line 244, ../scss/_page.scss */
        #content .narrow main form .box:first-child {
          border-top: 1px solid #ccc; }
        /* line 247, ../scss/_page.scss */
        #content .narrow main form .box .privacy {
          font-size: 0.9rem;
          width: 100%;
          height: 300px;
          overflow: scroll;
          padding: 20px;
          border: 1px solid #ccc;
          margin: 20px 0px; }
          /* line 255, ../scss/_page.scss */
          #content .narrow main form .box .privacy h3 {
            font-size: 1em;
            margin-bottom: 10px;
            border-bottom: 1px solid #000; }
          /* line 256, ../scss/_page.scss */
          #content .narrow main form .box .privacy p {
            margin-bottom: 20px; }
    /* line 261, ../scss/_page.scss */
    #content .narrow main input[type='text'], #content .narrow main input[type='email'], #content .narrow main input[type='search'] {
      border: 1px solid #ccc;
      padding: 10px;
      border-radius: 6px;
      width: 100%; }
    /* line 270, ../scss/_page.scss */
    #content .narrow main .checkbox-wrap input {
      display: none; }
    /* line 273, ../scss/_page.scss */
    #content .narrow main .checkbox-wrap label {
      padding-right: 30px;
      display: inline-block;
      cursor: pointer; }
    /* line 279, ../scss/_page.scss */
    #content .narrow main .mw_wp_form .vertical-item {
      display: block; }
    /* line 282, ../scss/_page.scss */
    #content .narrow main .mwform-checkbox-field label, #content .narrow main .mwform-radio-field label {
      font-weight: normal;
      margin-bottom: 0; }
    /* line 286, ../scss/_page.scss */
    #content .narrow main .mwform-checkbox-field input, #content .narrow main .mwform-radio-field input {
      margin-right: 5px; }
    /* line 289, ../scss/_page.scss */
    #content .narrow main .checkbox-wrap input + span.mwform-checkbox-field-text {
      padding-left: 30px;
      position: relative;
      line-height: 2.4; }
    /* line 294, ../scss/_page.scss */
    #content .narrow main .checkbox-wrap input:checked + span {
      color: #2680EB; }
    /* line 295, ../scss/_page.scss */
    #content .narrow main .checkbox-wrap input + span.mwform-checkbox-field-text::before {
      content: "";
      background-image: url("../img/check.svg");
      background-size: contain;
      display: block;
      position: absolute;
      top: -3px;
      left: 0;
      width: 24px;
      height: 24px; }
    /* line 306, ../scss/_page.scss */
    #content .narrow main .checkbox-wrap input:checked + span::after {
      content: "";
      background-image: url("../img/checked.svg");
      background-size: contain;
      display: block;
      position: absolute;
      top: -3px;
      left: 0;
      width: 24px;
      height: 24px; }
    /* line 318, ../scss/_page.scss */
    #content .narrow main .btn-wrap input[type='submit'] {
      margin: 50px auto;
      font-size: 1em;
      position: relative;
      width: 340px;
      display: block;
      padding: 15px 0px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border-radius: 50px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center;
      text-decoration: none;
      letter-spacing: 0.1em;
      color: #58B77C;
      border: 2px solid #58B77C;
      font-weight: bold;
      cursor: pointer; }
      /* line 340, ../scss/_page.scss */
      #content .narrow main .btn-wrap input[type='submit']::before {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        left: 16px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #58B77C;
        border-right: 2px solid #58B77C;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      /* line 354, ../scss/_page.scss */
      #content .narrow main .btn-wrap input[type='submit']:hover {
        background: #58B77C;
        color: #fff; }
        /* line 357, ../scss/_page.scss */
        #content .narrow main .btn-wrap input[type='submit']:hover::before {
          border-top: 2px solid #fff;
          border-right: 2px solid #fff; }
      @media screen and (max-width: 559px) {
        /* line 318, ../scss/_page.scss */
        #content .narrow main .btn-wrap input[type='submit'] {
          width: 90%; } }
    /* line 364, ../scss/_page.scss */
    #content .narrow main .btn-wrap input[class="submit-btn_back"] {
      color: #555;
      border: 2px solid #555; }
      /* line 367, ../scss/_page.scss */
      #content .narrow main .btn-wrap input[class="submit-btn_back"]::before {
        border-top: 2px solid #555;
        border-right: 2px solid #555; }
      /* line 370, ../scss/_page.scss */
      #content .narrow main .btn-wrap input[class="submit-btn_back"]:hover {
        background: #555;
        color: #fff; }
        /* line 373, ../scss/_page.scss */
        #content .narrow main .btn-wrap input[class="submit-btn_back"]:hover::before {
          border-top: 2px solid #fff;
          border-right: 2px solid #fff; }
    /* line 378, ../scss/_page.scss */
    #content .narrow main .privacy-wrap {
      display: none; }
    /* line 379, ../scss/_page.scss */
    #content .narrow main .mw_wp_form_input .privacy-wrap {
      display: block; }
    /* line 386, ../scss/_page.scss */
    #content .narrow main textarea {
      border-radius: 6px;
      width: 100%;
      border: 1px solid #ccc;
      padding: 10px; }
    @media screen and (max-width: 959px) {
      /* line 394, ../scss/_page.scss */
      #content .narrow main form .box ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        /* line 396, ../scss/_page.scss */
        #content .narrow main form .box ul li.text-wrap, #content .narrow main form .box ul li.textarea-wrap {
          width: 100%;
          margin-top: 10px; }
        /* line 397, ../scss/_page.scss */
        #content .narrow main form .box ul li.item-name {
          width: 100%; } }
  /* line 403, ../scss/_page.scss */
  #content .narrow span.error {
    font-size: 0.9em;
    color: #ff3838; }

/* line 408, ../scss/_page.scss */
.pagenation-block {
  width: 100%;
  overflow: hidden;
  margin-top: 40px; }
  /* line 412, ../scss/_page.scss */
  .pagenation-block ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }

/* line 418, ../scss/_page.scss */
.pagination ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 421, ../scss/_page.scss */
  .pagination ul li {
    margin: 0 4px;
    text-align: center;
    font-weight: 600; }
    /* line 425, ../scss/_page.scss */
    .pagination ul li .page-numbers {
      height: 3rem;
      width: 2.5rem;
      border: 1px solid #ccc;
      color: #555;
      text-decoration: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      /* line 434, ../scss/_page.scss */
      .pagination ul li .page-numbers.current {
        background-color: #58B77C;
        color: #fff; }
      /* line 438, ../scss/_page.scss */
      .pagination ul li .page-numbers.next:first-child, .pagination ul li .page-numbers.prev:last-child {
        width: 4rem; }
    /* line 442, ../scss/_page.scss */
    .pagination ul li a {
      transition: 0.3s; }
      /* line 444, ../scss/_page.scss */
      .pagination ul li a:hover {
        background-color: #58B77C;
        color: #fff; }
@media screen and (max-width: 559px) {
  /* line 452, ../scss/_page.scss */
  .pagination li {
    margin: 0 1px; }
    /* line 454, ../scss/_page.scss */
    .pagination li .page-numbers {
      height: 2.5rem;
      width: 2.5rem; } }

/* line 463, ../scss/_page.scss */
footer.entry-footer ul.social-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none; }
  /* line 467, ../scss/_page.scss */
  footer.entry-footer ul.social-btn li {
    width: 25%; }
    /* line 468, ../scss/_page.scss */
    footer.entry-footer ul.social-btn li:nth-child(1) {
      background: #1DA1F2; }
    /* line 469, ../scss/_page.scss */
    footer.entry-footer ul.social-btn li:nth-child(2) {
      background: #1877f2; }
    /* line 470, ../scss/_page.scss */
    footer.entry-footer ul.social-btn li:nth-child(3) {
      background: #ef4154; }
    /* line 471, ../scss/_page.scss */
    footer.entry-footer ul.social-btn li:nth-child(4) {
      background: #6CC655; }
    /* line 472, ../scss/_page.scss */
    footer.entry-footer ul.social-btn li:nth-child(5) {
      background: #00A4DE; }
    /* line 473, ../scss/_page.scss */
    footer.entry-footer ul.social-btn li:nth-child(6) {
      background: #00B900; }
    /* line 474, ../scss/_page.scss */
    footer.entry-footer ul.social-btn li:nth-child(7) {
      background: #f26522; }
    /* line 475, ../scss/_page.scss */
    footer.entry-footer ul.social-btn li:not(:first-child) {
      margin-top: 0px; }
    /* line 476, ../scss/_page.scss */
    footer.entry-footer ul.social-btn li a {
      padding: 10px 0px;
      display: block; }
    /* line 477, ../scss/_page.scss */
    footer.entry-footer ul.social-btn li img {
      height: 20px;
      width: auto;
      margin: 0 auto; }

/* line 11, ../scss/style.scss */
#article-content article {
  padding-bottom: 30px; }
  /* line 1, ../scss/_content_inner.scss */
  #article-content article header {
    position: relative;
    border-top: none;
    height: auto;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px; }
    /* line 7, ../scss/_content_inner.scss */
    #article-content article header .inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 10px 0px; }
      /* line 11, ../scss/_content_inner.scss */
      #article-content article header .inner time {
        font-size: 0.8em;
        display: block;
        color: #707070;
        font-weight: bold; }
      /* line 17, ../scss/_content_inner.scss */
      #article-content article header .inner span {
        color: #2680EB;
        font-weight: bold; }
    /* line 22, ../scss/_content_inner.scss */
    #article-content article header h1 {
      font-weight: bold;
      font-size: 1.8em; }
    @media screen and (max-width: 559px) {
      /* line 26, ../scss/_content_inner.scss */
      #article-content article header h1 {
        font-size: 1.4em; } }
  /* line 30, ../scss/_content_inner.scss */
  #article-content article h2 {
    font-size: 1.6em;
    text-align: left;
    font-weight: bold;
    margin: 20px 0px;
    border-bottom: 3px solid #58B77C;
    padding-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
    @media screen and (max-width: 559px) {
      /* line 30, ../scss/_content_inner.scss */
      #article-content article h2 {
        font-size: 1.2em;
        padding: 10px; } }
  /* line 36, ../scss/_content_inner.scss */
  #article-content article h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 20px 0px;
    border-left: 7px solid #58B77C;
    padding-left: 10px; }
    @media screen and (max-width: 559px) {
      /* line 36, ../scss/_content_inner.scss */
      #article-content article h3 {
        font-size: 1.1em; }
        /* line 38, ../scss/_content_inner.scss */
        #article-content article h3::before {
          height: 30px; } }
  /* line 40, ../scss/_content_inner.scss */
  #article-content article .eye-catch {
    margin: 20px 0px; }
  /* line 43, ../scss/_content_inner.scss */
  #article-content article p {
    margin-bottom: 1.5rem;
    line-height: 1.8; }
    /* line 47, ../scss/_content_inner.scss */
    #article-content article p.is-style-icon-link a::before {
      content: "";
      background-image: url("../img/arrow2.svg");
      display: inline-block;
      height: 1rem;
      width: 1rem;
      margin-right: 5px;
      vertical-align: middle; }
      /* line 54, ../scss/_content_inner.scss */
      #article-content article p.is-style-icon-link a::before:hover {
        text-decoration: underline; }
    /* line 58, ../scss/_content_inner.scss */
    #article-content article p.has-text-align-right {
      text-align: right; }
    /* line 59, ../scss/_content_inner.scss */
    #article-content article p.has-text-align-center {
      text-align: center; }
    /* line 60, ../scss/_content_inner.scss */
    #article-content article p.has-sm-font-size {
      font-size: 0.85em; }
    /* line 61, ../scss/_content_inner.scss */
    #article-content article p.has-lg-font-size {
      font-size: 1.15em; }
  /* line 63, ../scss/_content_inner.scss */
  #article-content article .wp-block-file {
    margin-bottom: 1.5rem; }
    /* line 65, ../scss/_content_inner.scss */
    #article-content article .wp-block-file a::before {
      content: "";
      background-image: url("../img/arrow2.svg");
      display: inline-block;
      height: 1rem;
      width: 1rem;
      margin-right: 5px;
      vertical-align: middle; }
      /* line 72, ../scss/_content_inner.scss */
      #article-content article .wp-block-file a::before:hover {
        text-decoration: underline; }
    /* line 74, ../scss/_content_inner.scss */
    #article-content article .wp-block-file a.wp-block-file__button {
      margin-left: 10px;
      background: #2680EB;
      color: #fff;
      padding: 5px 10px; }
      /* line 76, ../scss/_content_inner.scss */
      #article-content article .wp-block-file a.wp-block-file__button::before {
        content: "";
        background-image: url("../img/download.svg"); }
  /* line 81, ../scss/_content_inner.scss */
  #article-content article .wp-block-file::before {
    content: none !important; }
  /* line 82, ../scss/_content_inner.scss */
  #article-content article hr.wp-block-separator {
    margin: 20px auto;
    border: 1px solid #7db37d;
    width: 200px; }
    /* line 84, ../scss/_content_inner.scss */
    #article-content article hr.wp-block-separator.is-style-wide {
      width: 100%; }
  /* line 87, ../scss/_content_inner.scss */
  #article-content article strong {
    font-weight: bold; }
  /* line 90, ../scss/_content_inner.scss */
  #article-content article a {
    word-break: break-all;
    color: #2680EB; }
    /* line 92, ../scss/_content_inner.scss */
    #article-content article a:hover {
      text-decoration: underline; }
  /* line 96, ../scss/_content_inner.scss */
  #article-content article blockquote {
    padding: 20px;
    margin: 20px 0px;
    border: 1px solid #ccc; }
    /* line 99, ../scss/_content_inner.scss */
    #article-content article blockquote p:last-child {
      margin-bottom: 0px; }
  /* line 100, ../scss/_content_inner.scss */
  #article-content article figcaption {
    text-align: center;
    padding-top: 10px;
    color: #555; }
  /* line 103, ../scss/_content_inner.scss */
  #article-content article .youtube {
    margin: 20px 0px;
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden; }
    /* line 109, ../scss/_content_inner.scss */
    #article-content article .youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  /* line 117, ../scss/_content_inner.scss */
  #article-content article .wp-block-button a {
    margin: 50px auto;
    font-size: 1em;
    position: relative;
    width: 340px;
    display: block;
    padding: 15px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    background: #fff;
    color: #58B77C;
    border: 2px solid #58B77C;
    font-weight: bold; }
    /* line 138, ../scss/_content_inner.scss */
    #article-content article .wp-block-button a::before {
      position: absolute;
      bottom: 0;
      margin: auto;
      content: "";
      vertical-align: middle;
      left: 16px;
      top: 0;
      width: 10px;
      height: 10px;
      border-top: 2px solid #58B77C;
      border-right: 2px solid #58B77C;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    /* line 153, ../scss/_content_inner.scss */
    #article-content article .wp-block-button a:hover {
      background: #58B77C;
      border: 2px solid #fff;
      color: #fff; }
      /* line 157, ../scss/_content_inner.scss */
      #article-content article .wp-block-button a:hover::before {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; }
    @media screen and (max-width: 559px) {
      /* line 117, ../scss/_content_inner.scss */
      #article-content article .wp-block-button a {
        width: 80%; } }
  /* line 168, ../scss/_content_inner.scss */
  #article-content article ul {
    list-style-type: disc;
    line-height: 1.8;
    margin: 20px 0px 20px 20px; }
    /* line 173, ../scss/_content_inner.scss */
    #article-content article ul li:not(:first-child) {
      margin-top: 10px; }
  /* line 177, ../scss/_content_inner.scss */
  #article-content article ol {
    margin: 20px 0px 20px 20px;
    list-style-type: decimal;
    line-height: 1.8; }
    /* line 182, ../scss/_content_inner.scss */
    #article-content article ol li:not(:first-child) {
      margin-top: 10px; }
  /* line 186, ../scss/_content_inner.scss */
  #article-content article figure {
    margin: 20px 0px; }
    /* line 188, ../scss/_content_inner.scss */
    #article-content article figure.wp-block-table table {
      width: 100%; }
      /* line 190, ../scss/_content_inner.scss */
      #article-content article figure.wp-block-table table tr {
        border-bottom: 1px solid; }
        /* line 193, ../scss/_content_inner.scss */
        #article-content article figure.wp-block-table table tr th {
          background: #ccc;
          text-align: center;
          font-weight: bold;
          padding: 10px 0px; }
        /* line 194, ../scss/_content_inner.scss */
        #article-content article figure.wp-block-table table tr td {
          padding: 10px; }
  @media screen and (max-width: 959px) {
    /* line 205, ../scss/_content_inner.scss */
    #article-content article header h3 {
      font-size: 1.3em; } }

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