@charset "UTF-8";
/*!
* ress.css • v2.0.4
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  -webkit-box-sizing: border-box;
          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;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

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

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

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

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

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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

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

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

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

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

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

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-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
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([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 */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

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

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.row.natural-height {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.align-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.align-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.col-xs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 1rem;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.row.center-xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.end-xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row.top-xs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.middle-xs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.bottom-xs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row.around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.row.between-xs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 769px) {
  .col-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row.start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 769px) {
  .col-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1041px) {
  .col-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row.start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1041px) {
  .col-xl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row.start-xl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-xl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-xl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-xl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-xl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-xl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-xl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-xl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-xl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 420px) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 421px) and (max-width: 768px) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1040px) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1041px) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1041px) and (max-width: 1040px) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1041px) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  position: relative;
  color: #464C50;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
a {
  color: #20b9ba;
}
a img {
  border: none;
  vertical-align: top;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  color: #2070ba;
}
a:hover img {
  opacity: 0.9;
  /* 透過レベル */
  filter: alpha(opacity=90);
}

@media only screen and (min-width: 769px) {
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}

.wp-person a:focus .gravatar,
a:focus,
a:focus .media-icon img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.img-responsive {
  display: inline-block;
}

.center-block {
  display: block;
}

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

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .row figure {
    text-align: center;
  }
}

.container {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .container {
    margin-right: 4%;
    margin-left: 4%;
  }
}
@media only screen and (max-width: 420px) {
  .container {
    margin-right: 2%;
    margin-left: 2%;
  }
}

@media only screen and (min-width: 769px) {
  .wrapper {
    overflow-x: hidden;
  }
}
/*共通で使うパーツ**/
.c-padding, .secPage {
  padding: 40px 0 60px 0;
}
@media only screen and (max-width: 768px) {
  .c-padding, .secPage {
    padding: 1.5em 0;
  }
}

.c-text {
  margin-bottom: 1.5em;
}

.hidetxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.img-parallax {
  background-attachment: fixed;
  background-size: cover;
  height: 450px;
}
@media only screen and (max-width: 768px) {
  .img-parallax {
    height: 250px;
  }
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb4 {
  margin-bottom: 4em;
}

.mb5 {
  margin-bottom: 5em;
}

.sub main .mb0 {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .xs-only {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .xs-only {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
  .xs-only {
    display: none;
  }
}
/* header
=========================================== */
header {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.header_top-hero {
  position: relative;
  height: 743px;
  background-image: url("../images/index/mv.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 30;
  overflow: hidden;
}
.header_top-hero:before {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header_top-hero:before {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-image: url("../images/index/mv_bg_right.png");
    width: 768px;
    height: 383px;
    z-index: -2;
  }
}
.header_top-hero:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-image: url("../images/index/mv_bg.svg");
  width: 1440px;
  height: 391px;
  z-index: -2;
  background-position-y: -80px;
}
@media screen and (min-width: 1280px) {
  .header_top-hero:after {
    background-image: url("../images/index/mv_bg_left.png");
    width: 768px;
    height: 383px;
    z-index: -2;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  .header_top-hero:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header_top-hero {
    background-image: url("../images/index/mv_sm.jpg");
    background-position: -150px -58px;
  }
}
@media screen and (max-width: 820px) {
  .header_top-hero {
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 420px) {
  .header_top-hero {
    background-position: -110px -120px;
    background-repeat: no-repeat;
    background-color: #d1f1ff;
  }
}

.header__wrapper {
  position: relative;
}
.header__wrapper .header__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 11rem;
  max-height: 24px;
  margin-bottom: 1rem;
}
.header__wrapper .header__upper h1 {
  padding: 1rem 0;
  font-weight: normal;
}
.header__wrapper .header__upper .header__upper-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.header__wrapper .header__upper .header__upper-link li {
  padding-left: 5rem;
}
.header__wrapper .header__upper .header__upper-link li::before {
  content: "▶︎";
  position: absolute;
  padding: 1rem;
  -webkit-transform: translate(-30px, -10px);
          transform: translate(-30px, -10px);
}
.header__wrapper .header__upper .header__upper-link a {
  text-decoration: none;
  color: #464C50;
}
.header__wrapper .header__upper .header__upper-link a:hover {
  opacity: 0.7;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .header__upper {
    padding: 0 8rem;
  }
}
.header__wrapper .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 11rem;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .header__content {
    padding: 0 8rem;
  }
}
@media screen and (max-width: 820px) {
  .header__wrapper .header__content {
    padding: 0 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .header__wrapper .header__content {
    height: auto;
    padding-right: 62px;
    padding-left: 5px;
  }
}
.header__wrapper .header__left {
  padding-right: 1rem;
}
.header__wrapper .header__left .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__wrapper .header__left .header__logo .header__logo-img {
  padding-right: 1rem;
  padding-top: 0.5rem;
}
.header__wrapper .header__left .header__logo-cate {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.header__wrapper .header__left .header__logo-place {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1264px) {
  .header__wrapper .header__left .header__logo {
    display: block;
  }
}
.header__wrapper .header__right p {
  color: #20b9ba;
  text-align: right;
  position: relative;
}
.header__wrapper .header__right p::before {
  content: url(../images/common/icon_car.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  right: 65%;
  top: 8%;
}
.header__wrapper .header__right .header__right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 2rem;
}
.header__wrapper .header__right .header__right-list a:hover {
  opacity: 0.7;
  visibility: visible;
}
.header__wrapper .header__right .button--header {
  border: none;
  background-color: #20b9ba;
  color: #fff;
  border-radius: 25px;
  padding: 2rem 3rem 2rem 5rem;
  margin-left: 2rem;
  height: 50px;
  max-width: 210px;
}
.header__wrapper .header__right .--hospital::after {
  content: url(../images/common/icon_plus.svg);
  width: 20px;
  height: 20px;
  left: 2rem;
  top: 50%;
}
.header__wrapper .header__right .--map::after {
  content: url(../images/common/icon_map.svg);
  width: 20px;
  height: 20px;
  left: 2rem;
  top: 50%;
}
@media screen and (max-width: 820px) {
  .header__wrapper .header__left {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .header__wrapper .header__left .header__logo-cate {
    font-size: 1.2rem;
  }
  .header__wrapper .header__left .header__logo-place {
    font-size: 1.2rem;
    width: 120%;
  }
  .header__wrapper .header__right {
    display: none;
  }
  .header__wrapper .header__upper {
    padding: 0 0.5rem;
    max-height: 10px;
  }
  .header__wrapper .header__upper h1 {
    font-size: 1.1rem;
    letter-spacing: -0.01em;
    padding: 1rem 0 0;
  }
  .header__wrapper .header__upper .header__upper-link {
    display: none;
  }
}

/*下層ページ
=========================================== */
.sub .header {
  position: static;
}
.sub .header__right {
  max-width: 460px;
}
.sub .button--header {
  margin-bottom: 1rem;
}
@media screen and (max-width: 420px) {
  .sub .header__wrapper .header__upper {
    display: none;
  }
}

/* MVのキャッチ
=========================================== */
.hero_top {
  position: relative;
}
.hero_top .hero_catch {
  position: relative;
}
.hero_top .hero_catch-text {
  position: absolute;
  top: 70px;
  right: 10%;
}
.hero_top .hero_catch-text .hero_catch-title {
  font-size: 30px;
  font-size: 3rem;
  color: #2070ba;
  font-weight: 400;
  -webkit-filter: drop-shadow(0px 0px 10px #FFFFFF) drop-shadow(0px 0px 4px #FFFFFF) drop-shadow(0px 0px 10px #FFFFFF);
          filter: drop-shadow(0px 0px 10px #FFFFFF) drop-shadow(0px 0px 4px #FFFFFF) drop-shadow(0px 0px 10px #FFFFFF);
}
.hero_top .hero_catch-text .hero_text-primary {
  color: #20b9ba;
  font-weight: bold;
}
.hero_top .hero_catch-text .hero_text {
  -webkit-filter: drop-shadow(0px 0px 10px #FFFFFF) drop-shadow(0px 0px 4px #FFFFFF) drop-shadow(0px 0px 10px #FFFFFF);
          filter: drop-shadow(0px 0px 10px #FFFFFF) drop-shadow(0px 0px 4px #FFFFFF) drop-shadow(0px 0px 10px #FFFFFF);
}
.hero_top .hero_catch-img {
  position: absolute;
  display: block;
  width: 183px;
  height: 183px;
  left: 10%;
  z-index: 1;
  -webkit-transform: translateY(210%);
          transform: translateY(210%);
}
@media only screen and (max-width: 420px) {
  .hero_top .hero_catch-img {
    width: 130px;
  }
}
.hero_top .hero_img-right {
  position: absolute;
  display: block;
  right: 0;
  z-index: -1;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
@media only screen and (max-width: 768px) {
  .hero_top .hero_img-right {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
    max-width: 400px;
  }
}
@media only screen and (max-width: 420px) {
  .hero_top .hero_img-right {
    display: none;
  }
}
.hero_top .hero_img-right-sp {
  display: none;
}
@media only screen and (max-width: 420px) {
  .hero_top .hero_img-right-sp {
    display: block;
  }
}
@media only screen and (max-width: 1440px) {
  .hero_top .hero_catch-img {
    -webkit-transform: translateY(190%);
            transform: translateY(190%);
    left: 2%;
  }
}
@media only screen and (max-width: 1024px) {
  .hero_top .hero_catch-text {
    right: 4%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 420px) {
  .hero_top .hero_catch-text {
    top: 0px;
    right: 8%;
  }
}
@media only screen and (max-width: 768px) {
  .hero_top .hero_catch-text .hero_catch-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 420px) {
  .hero_top .hero_catch-img {
    -webkit-transform: translateY(122%);
            transform: translateY(122%);
    left: 2%;
  }
  .hero_top .hero_catch-text {
    top: 70px;
    left: 4%;
    right: 0;
    width: 95%;
  }
  .hero_top .hero_catch-text .hero_catch-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .hero_top .hero_img-right-sp {
    -webkit-transform: translate(30%, 80%);
            transform: translate(30%, 80%);
    max-width: 300px;
  }
}

.header__text {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 10px;
}
@media only screen and (max-width: 420px) {
  .header__text {
    margin-top: 5px;
    padding-bottom: 5px;
  }
}

/* catch改行用*/
@media screen and (min-width: 420px) {
  .catch--br {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .catch--br {
    display: none;
  }
}
/* header__info
=========================================== */
.header__info {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #20b9ba;
  height: 87px;
  left: 0px;
  background: #20b9ba;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0 1rem;
}
.header__info .header__tel {
  margin: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .header__info .header__tel {
    margin: 5px 20px 20px;
  }
}
@media only screen and (max-width: 420px) {
  .header__info .header__tel {
    margin: 20px 20px 20px;
  }
}
.header__info .header__tel-text {
  color: #fff;
  padding-right: 7rem;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .header__info .header__tel-text {
    padding-right: 0rem;
    line-height: 2;
  }
}
.header__info .--sm {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.header__info .header__tel-num {
  color: #fff;
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 0.9px;
  line-height: 1em;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header__info .header__tel-num {
    padding: 0 0 0 3rem;
  }
}
.header__info .header__tel-num:before {
  content: url(../images/common/icon_tel.png);
  position: absolute;
  left: -42px;
}
@media only screen and (max-width: 768px) {
  .header__info .header__tel-num:before {
    left: -15px;
  }
}
@media only screen and (max-width: 820px) {
  .header__info .header__tel-num {
    padding: 0 0 0 3rem;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .header__info .header__tel {
    margin: 20px;
  }
  .header__info .header__tel-text {
    padding-right: 3rem;
  }
  .header__info .header__tel-num:before {
    left: -12px;
    bottom: -8px;
  }
}
@media only screen and (max-width: 420px) {
  .header__info {
    display: block;
    height: 150px;
  }
  .header__info .header__tel {
    display: block;
    margin-top: 0;
  }
  .header__info .header__tel-text {
    padding-right: 0;
  }
  .header__info .header__tel-num:before {
    left: 24px;
  }
}

/****************************************************
グローバルナビ PC
*****************************************************/
.gnav {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: absolute;
  left: 10%;
  right: 10%;
}
@media screen and (max-width: 1023px) {
  .gnav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .gnav {
    display: none;
  }
}
.gnav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background-color: rgba(239, 239, 239, 0.75);
  max-width: initial;
  left: 0;
  right: 0;
}
.gnav.fixed .gnav__list {
  max-width: 1236px;
  margin: auto;
}
.gnav .gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  margin-top: 5px;
}
.gnav .gnav__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  color: #23151a;
  border-left: 1px dashed #333;
  padding: 0.5rem 0;
}
.gnav .gnav__list li:last-child {
  border-right: 1px dashed #333;
}
.gnav .gnav__list li a {
  color: #464C50;
  display: block;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.gnav .gnav__list li a:hover {
  color: #20b9ba;
  -webkit-transition: background 500ms ease-in-out;
  transition: background 500ms ease-in-out;
  cursor: pointer;
}
.gnav .gnav__list li:after {
  position: absolute;
  bottom: -23px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #20b9ba;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnav .gnav__list li:hover::after {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1023px) {
  .gnav--sp {
    display: none;
  }
}
/* gnav改行用
=========================================== */
@media screen and (max-width: 1178px) {
  .gnav--br {
    display: block;
  }
}
@media screen and (min-width: 1179px) {
  .gnav--br {
    display: none;
  }
}

/****************************************************
グローバルナビ
*****************************************************/
@media screen and (max-width: 1023px) {
  .gnav {
    display: none;
  }
  .gnav--sp {
    display: block;
    position: fixed;
    z-index: 99;
    top: 75px;
    left: 0;
    color: #ff925c;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .gnav--sp .gnav--sp__list {
    margin: 0 auto;
    padding: 2em;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 420px) {
  .gnav--sp .gnav--sp__list {
    padding: 0.5em 0.7em;
  }
}
@media screen and (max-width: 1023px) {
  .gnav--sp .gnav--sp__list .gnav__list--item {
    border-bottom: #e1e1e1 dashed 1px;
  }
}
@media screen and (max-width: 1023px) {
  .gnav--sp .gnav--sp__list a {
    display: block;
    margin-bottom: 4px;
    padding: 1em 0;
    text-decoration: none;
  }
}
@media screen and (max-width: 1023px) and (max-width: 360px) {
  .gnav--sp .gnav--sp__list a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .gnav--sp .gnav--sp__list .gnav__list--group {
    position: relative;
    padding: 1em 0;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 420px) {
  .gnav--sp .gnav--sp__list .gnav__list--group {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 360px) {
  .gnav--sp .gnav--sp__list .gnav__list--group {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .gnav--sp.active {
    background: #fff;
    opacity: 1;
    visibility: visible;
    z-index: 500;
    height: calc(100% - 13rem);
    padding-bottom: 5.8rem;
    top: 76px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1023px) {
  .gnav--sp .header__recruit {
    display: block;
    margin: 1vh auto 0;
  }
  .gnav--sp .header__recruit .button:after, .gnav--sp .header__recruit .contactForm .wpcf7-confirm:after, .contactForm .gnav--sp .header__recruit .wpcf7-confirm:after,
.gnav--sp .header__recruit .contactForm .wpcf7-submit:after,
.contactForm .gnav--sp .header__recruit .wpcf7-submit:after, .gnav--sp .header__recruit .contactForm .wpcf7c-elm-step2:after, .contactForm .gnav--sp .header__recruit .wpcf7c-elm-step2:after, .gnav--sp .header__recruit .pagelink li a:after, .pagelink li .gnav--sp .header__recruit a:after {
    right: 0.3em;
    top: -3px;
  }
}
@media screen and (max-width: 1023px) {
  .navToggle {
    display: block;
    position: fixed;
    top: 13px;
    right: 6px;
    width: 50px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    border: 2px solid #2070ba;
    background: #ffffff;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 800px) {
  .navToggle {
    right: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 32px;
    border-bottom: solid 4px #2070ba;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 8px;
  }
  .navToggle span:nth-child(1) {
    top: 16px;
  }
  .navToggle span:nth-child(2) {
    top: 28px;
  }
  .navToggle span:nth-child(3) {
    top: 40px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    top: 34px;
  }
}
@media screen and (max-width: 1023px) {
  .navToggle.active span:nth-child(1) {
    top: 26px;
    left: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 26px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (max-width: 1023px) {
  .overlay {
    background: rgba(32, 185, 186, 0.94);
    width: 100%;
    height: 120%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/*フッター
--------------------------------------*/
footer {
  background: #20b9ba;
  position: relative;
  padding: 20px;
  /*フッターメニュー
  --------------------------------------*/
  /* Copyright
  =========================================== */
  /****************************************************
  ページtop
  *****************************************************/
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 20px 0 64px;
  }
}
footer .footer__content {
  padding: 0;
  margin: 0;
}
footer .footer__navwrap .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  footer .footer__navwrap .footer__nav:first-child {
    padding-top: 50px;
  }
  footer .footer__navwrap .footer__nav:last-child {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer__navwrap .footer__nav {
    border-top: none;
    width: 100%;
  }
}
footer .footer__navwrap .footer__nav li a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 1.53px;
  color: #fff;
  padding: 8px 24px;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  footer .footer__navwrap .footer__nav li a {
    position: static;
  }
}
footer .footer__navwrap .footer__nav li a:before {
  content: "|";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  footer .footer__navwrap .footer__nav li a:before {
    content: none;
  }
}
footer .footer__navwrap .footer__nav li a:hover {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  footer .footer__navwrap .footer__nav li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
footer .footer__navwrap .footer__nav li:first-child a:before {
  content: none;
}
@media only screen and (max-width: 768px) {
  footer .footer__navwrap .footer__nav li:last-child {
    margin-right: auto;
  }
}
footer .footer__navwrap .footer__nav li:last-child a:after {
  content: "|";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  footer .footer__navwrap .footer__nav li:last-child a:after {
    content: none;
  }
}
footer .footer__navwrap .footer__nav li:last-child a:first-child:after {
  content: none;
}
@media only screen and (max-width: 768px) {
  footer .footer__navwrap .footer__nav {
    margin-top: 1em;
    margin-bottom: 1em;
    border-top: 1px solid #fff;
  }
  footer .footer__navwrap .footer__nav li {
    border-bottom: 1px solid #fff;
    width: 50%;
  }
  footer .footer__navwrap .footer__nav li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  footer .footer__navwrap .footer__nav li a {
    padding: 10px;
  }
}
footer .footer__info {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  footer .footer__info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer__info dl dt {
  font-weight: bold;
}
footer .footer__info dl dd {
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  footer .footer__info dl dd {
    display: block;
  }
}
footer .copyright,
footer .faro {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
}
footer .copyright a,
footer .faro a {
  color: #fff;
  text-decoration: none;
}
footer .copyright {
  margin-bottom: 0.5rem;
}
footer .pagetop {
  position: fixed;
  right: 0px;
  z-index: 8;
  display: inline-block;
  padding-top: 2px;
  padding-right: 16px;
  padding-bottom: 2px;
  padding-left: 16px;
  background-color: #666666;
  font-size: 28px;
  line-height: normal;
  bottom: 0px;
  cursor: pointer;
  height: 58px;
  width: 58px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer .pagetop {
    bottom: 54px;
  }
}
footer .pagetop a {
  color: #fff;
}
footer .pagetop.fix {
  position: absolute;
  top: -70px;
  right: 0px;
}
@media only screen and (min-width: 769px) {
  footer .sp-fixedNav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  footer .sp-fixedNav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2070ba;
    color: #fff;
    height: 54px;
    border-top: 1px solid #fff;
    z-index: 30;
  }
  footer .sp-fixedNav .sp-fixedNav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  footer .sp-fixedNav .sp-fixedNav_list li {
    display: inline-block;
    width: calc((100% - 64px) / 2);
    text-align: center;
    border-left: 1px solid #fff;
  }
  footer .sp-fixedNav .sp-fixedNav_list li a {
    display: block;
    padding: 16px;
    color: #fff;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) and (max-width: 420px) {
  footer .sp-fixedNav .sp-fixedNav_list li a {
    padding: 12px 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .sp-fixedNav .sp-fixedNav_list li:first-child {
    width: 64px;
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  footer .sp-fixedNav .sp-fixedNav_list .sp-fixedNav_item {
    line-height: 1.2em;
    padding: 12px;
  }
}

/******サイドナビ******************************************/
.sidebar {
  width: 260px;
  float: left;
}

/* btn
=========================================== */
.sub .button, .sub .contactForm .wpcf7-confirm, .contactForm .sub .wpcf7-confirm,
.sub .contactForm .wpcf7-submit,
.contactForm .sub .wpcf7-submit, .sub .contactForm .wpcf7c-elm-step2, .contactForm .sub .wpcf7c-elm-step2, .sub .pagelink li a, .pagelink li .sub a {
  width: 22vw;
  border-radius: 40px;
}
@media only screen and (max-width: 768px) {
  .sub .button, .sub .contactForm .wpcf7-confirm, .contactForm .sub .wpcf7-confirm,
.sub .contactForm .wpcf7-submit,
.contactForm .sub .wpcf7-submit, .sub .contactForm .wpcf7c-elm-step2, .contactForm .sub .wpcf7c-elm-step2, .sub .pagelink li a, .pagelink li .sub a {
    width: 62vw;
  }
}

.button, .contactForm .wpcf7-confirm,
.contactForm .wpcf7-submit, .contactForm .wpcf7c-elm-step2, .pagelink li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: auto;
  height: 54px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  position: relative;
  max-width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  .button, .contactForm .wpcf7-confirm,
.contactForm .wpcf7-submit, .contactForm .wpcf7c-elm-step2, .pagelink li a {
    padding-top: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .button, .contactForm .wpcf7-confirm,
.contactForm .wpcf7-submit, .contactForm .wpcf7c-elm-step2, .pagelink li a {
    width: 62vw;
    font-size: 16px;
    font-size: 1.6rem;
    height: 50px;
  }
}
.button:after, .contactForm .wpcf7-confirm:after,
.contactForm .wpcf7-submit:after, .contactForm .wpcf7c-elm-step2:after, .pagelink li a:after {
  vertical-align: middle;
  -webkit-transition: right 400ms;
  transition: right 400ms;
  right: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .button:after, .contactForm .wpcf7-confirm:after,
.contactForm .wpcf7-submit:after, .contactForm .wpcf7c-elm-step2:after, .pagelink li a:after {
    font-size: 30px;
    font-size: 3rem;
  }
}
.button:hover:after, .contactForm .wpcf7-confirm:hover:after,
.contactForm .wpcf7-submit:hover:after, .contactForm .wpcf7c-elm-step2:hover:after, .pagelink li a:hover:after {
  right: 1em;
}
@media only screen and (max-width: 768px) {
  .button:hover:after, .contactForm .wpcf7-confirm:hover:after,
.contactForm .wpcf7-submit:hover:after, .contactForm .wpcf7c-elm-step2:hover:after, .pagelink li a:hover:after {
    right: 0.2em;
  }
}
.button.button--default, .contactForm .button--default.wpcf7-confirm,
.contactForm .button--default.wpcf7-submit, .contactForm .button--default.wpcf7c-elm-step2, .pagelink li a {
  background: #fff;
  border-color: #999;
  color: #999;
}
.button.button--default:hover, .contactForm .button--default.wpcf7-confirm:hover,
.contactForm .button--default.wpcf7-submit:hover, .contactForm .button--default.wpcf7c-elm-step2:hover, .pagelink li a:hover {
  background: #f2f2f2;
}
.button.button--primary, .contactForm .wpcf7-confirm,
.contactForm .wpcf7-submit, .contactForm .wpcf7c-elm-step2, .pagelink li a.button--primary {
  background: #20b9ba;
  color: #fff;
}
.button.button--primary:hover, .contactForm .wpcf7-confirm:hover,
.contactForm .wpcf7-submit:hover, .contactForm .wpcf7c-elm-step2:hover, .pagelink li a.button--primary:hover {
  color: white;
  background: #5de2e3;
}
.button.button--secondary, .contactForm .button--secondary.wpcf7-confirm,
.contactForm .button--secondary.wpcf7-submit, .contactForm .button--secondary.wpcf7c-elm-step2, .pagelink li a.button--secondary {
  background: #2070ba;
  color: white;
}
.button.button--secondary:hover, .contactForm .button--secondary.wpcf7-confirm:hover,
.contactForm .button--secondary.wpcf7-submit:hover, .contactForm .button--secondary.wpcf7c-elm-step2:hover, .pagelink li a.button--secondary:hover {
  color: white;
  background: #5da3e3;
}
.button.button--accent, .contactForm .button--accent.wpcf7-confirm,
.contactForm .button--accent.wpcf7-submit, .contactForm .button--accent.wpcf7c-elm-step2, .pagelink li a.button--accent {
  background: #ff925c;
  color: white;
  border: none;
}
.button.button--accent:hover, .contactForm .button--accent.wpcf7-confirm:hover,
.contactForm .button--accent.wpcf7-submit:hover, .contactForm .button--accent.wpcf7c-elm-step2:hover, .pagelink li a.button--accent:hover {
  color: white;
  background: #ffd6c2;
}
.button.button--outline, .contactForm .button--outline.wpcf7-confirm,
.contactForm .button--outline.wpcf7-submit, .contactForm .button--outline.wpcf7c-elm-step2, .pagelink li a.button--outline {
  background: transparent;
  border: 2px solid #20b9ba;
}
.button.button--outline:hover, .contactForm .button--outline.wpcf7-confirm:hover,
.contactForm .button--outline.wpcf7-submit:hover, .contactForm .button--outline.wpcf7c-elm-step2:hover, .pagelink li a.button--outline:hover {
  border-color: #2070ba;
}
.button.button--white, .contactForm .button--white.wpcf7-confirm,
.contactForm .button--white.wpcf7-submit, .contactForm .button--white.wpcf7c-elm-step2, .pagelink li a.button--white {
  color: #20b9ba;
  background-color: #fff;
  border-color: #fff;
}
.button.button--white:hover, .contactForm .button--white.wpcf7-confirm:hover,
.contactForm .button--white.wpcf7-submit:hover, .contactForm .button--white.wpcf7c-elm-step2:hover, .pagelink li a.button--white:hover {
  color: #fff;
  background-color: #20b9ba;
}
.button.button--block, .contactForm .button--block.wpcf7-confirm,
.contactForm .button--block.wpcf7-submit, .contactForm .button--block.wpcf7c-elm-step2, .pagelink li a.button--block {
  width: 100%;
  max-width: inherit;
}
.button.button--more, .contactForm .button--more.wpcf7-confirm,
.contactForm .button--more.wpcf7-submit, .contactForm .button--more.wpcf7c-elm-step2, .pagelink li a.button--more {
  background: #000;
  border: 0;
  border-color: #999;
  color: #fff;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  height: 60px;
  max-width: 340px;
  width: 340px;
}
@media only screen and (max-width: 768px) {
  .button.button--more, .contactForm .button--more.wpcf7-confirm,
.contactForm .button--more.wpcf7-submit, .contactForm .button--more.wpcf7c-elm-step2, .pagelink li a.button--more {
    font-size: 15.5px;
    font-size: 1.55rem;
    width: 100%;
    max-width: 240px;
  }
}
.button.button--more:after, .contactForm .button--more.wpcf7-confirm:after,
.contactForm .button--more.wpcf7-submit:after, .contactForm .button--more.wpcf7c-elm-step2:after, .pagelink li a.button--more:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #eed706 transparent;
  -webkit-transform: 0;
          transform: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .button.button--more:after, .contactForm .button--more.wpcf7-confirm:after,
.contactForm .button--more.wpcf7-submit:after, .contactForm .button--more.wpcf7c-elm-step2:after, .pagelink li a.button--more:after {
    border-width: 0 0 14px 14px;
  }
}
.button.button--more:hover, .contactForm .button--more.wpcf7-confirm:hover,
.contactForm .button--more.wpcf7-submit:hover, .contactForm .button--more.wpcf7c-elm-step2:hover, .pagelink li a.button--more:hover {
  opacity: 0.7;
}
.button.button--more:hover:after, .contactForm .button--more.wpcf7-confirm:hover:after,
.contactForm .button--more.wpcf7-submit:hover:after, .contactForm .button--more.wpcf7c-elm-step2:hover:after, .pagelink li a.button--more:hover:after {
  right: 0;
}
.button.button--small, .contactForm .button--small.wpcf7-confirm,
.contactForm .button--small.wpcf7-submit, .contactForm .button--small.wpcf7c-elm-step2, .pagelink li a.button--small {
  font-size: 14px;
  font-size: 1.4rem;
  height: 40px;
}
.button.button--large, .contactForm .button--large.wpcf7-confirm,
.contactForm .button--large.wpcf7-submit, .contactForm .button--large.wpcf7c-elm-step2, .pagelink li a.button--large {
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 60px;
  height: 72px;
}
.button.button--nowide, .contactForm .button--nowide.wpcf7-confirm,
.contactForm .button--nowide.wpcf7-submit, .contactForm .button--nowide.wpcf7c-elm-step2, .pagelink li a.button--nowide {
  min-width: inherit;
}

/* dl dt dd
=========================================== */
/*横並びリスト*/
dl.dllist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
dl.dllist dt {
  width: 40%;
  border-top: 1px dotted #ccc;
  padding: 10px;
  font-weight: bold;
}
dl.dllist dd {
  width: 60%;
  border-top: 1px dotted #ccc;
  padding: 10px;
}
@media only screen and (max-width: 420px) {
  dl.dllist {
    display: block;
  }
  dl.dllist dt {
    width: 100%;
    margin-top: 1.5rem;
  }
  dl.dllist dd {
    width: 100%;
  }
}

/* font
=========================================== */
.text-large, .postBlock--recent__title, .postBlock--list .postBlock--list__title {
  font-size: 20px;
  font-size: 2rem;
}
.text-larger {
  font-size: 24px;
  font-size: 2.4rem;
}
.text-xlarge {
  font-size: 28px;
  font-size: 2.8rem;
}
.text-small, .postBlock .day, .postBlock .cate {
  font-size: 14.4px;
  font-size: 1.44rem;
}
.text-smaller {
  font-size: 12.8px;
  font-size: 1.28rem;
}
.text-xsmall {
  font-size: 11.2px;
  font-size: 1.12rem;
}

.text-primary {
  color: #20b9ba;
}
.text-secondary {
  color: #2070ba;
}
.text-red {
  color: #de4335;
}
.text-blue {
  color: blue;
}
.text-yellow {
  color: yellow;
}
.text-green {
  color: green;
}
.text-white {
  color: white;
}
.text-black {
  color: #222222;
}
.text-gray {
  color: #a0a0a0;
}
.text-disabled {
  color: #ccc;
}

.text-bold, .postBlock--list .postBlock--list__title {
  font-weight: bold;
}
.text-normal {
  font-weight: normal;
}
.text-100 {
  font-weight: 100;
}

.text-underline {
  text-decoration: underline;
}
.text-italic {
  font-style: italic;
}
.text-marker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FFDD66));
  background: linear-gradient(transparent 0%, #FFDD66 0%);
}
.text-marker-thin {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDD66));
  background: linear-gradient(transparent 60%, #FFDD66 60%);
}

.mincho {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

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

.en {
  font-family: "Roboto", sans-serif;
}

.lead {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 0.5em !important;
  color: #20b9ba;
}
@media only screen and (max-width: 420px) {
  .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.ballon {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ballon .ballon-title {
  position: relative;
  padding: 16px 16px;
  border-radius: 4px;
  background-color: #20b9ba;
  color: #fff;
}
.ballon .ballon-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top: 8px solid #20b9ba;
  border-right: 8px solid #20b9ba;
}

/* リスト
=========================================== */
.list {
  margin-bottom: 1em;
}
.list > li:not(:last-child) {
  margin-bottom: 0.5em;
}

.list-disc li {
  padding-left: 0.5em;
  position: relative;
}
.list-disc li:before {
  position: relative;
  vertical-align: middle;
  content: "・";
  margin-right: 0.5em;
  color: #20b9ba;
}

.list-circle {
  margin-bottom: 1em;
}
.list-circle li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}
.list-circle li:before {
  content: url(../images/common/list_circle.svg);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin-right: 1em;
}

.list-arrow {
  margin-bottom: 1em;
}
.list-arrow li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}
.list-arrow li:before {
  content: url(../images/common/list_circle.svg);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin-right: 1em;
}

.list-check {
  margin-bottom: 1em;
}
.list-check li {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative;
}
.list-check li:before {
  content: url(../images/common/list_check.svg);
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  margin-right: 1em;
}

.list-check02 {
  margin-bottom: 1em;
}
.list-check02 li {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative;
}
.list-check02 li:before {
  content: url(../images/common/list_check02.svg);
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  margin-right: 1em;
}

.list-check03 {
  margin-bottom: 1em;
}
.list-check03 li {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative;
}
.list-check03 li:before {
  content: url(../images/common/list_check03.svg);
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  margin-right: 1em;
}

.list-number {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}
.list-number > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
}
.list-number > li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.--primary li:before {
  background: #20b9ba;
}

.--accent li:before {
  background: #ff925c;
}

.list-number02 {
  margin-bottom: 20px;
  list-style-type: none;
  list-style-type: decimal;
  counter-reset: li-counter;
  padding: 30px 20px 20px 80px;
}
.list-number02 > li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 0.5em;
  min-height: 3em;
  border-bottom: 1px dotted #a0a0a0;
}
.list-number02 > li:before {
  position: absolute;
  top: 0;
  left: -1em;
  width: 0.2em;
  font-size: 3em;
  line-height: 1;
  text-align: right;
  content: counter(li-counter);
  counter-increment: li-counter;
  font-family: "Roboto", sans-serif;
}
.list-number02 > li:last-child {
  margin-bottom: 0;
}

table {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-primary {
  margin-bottom: 3rem;
  background: white;
  width: 100%;
  border-bottom: 1px solid #efefef;
}
.table-primary tr:first-child {
  border-top: 1px solid #ddd;
}
.table-primary th {
  font-weight: normal;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
}
.table-primary td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  border-left: 1px solid #efefef;
}
.table-primary thead th {
  background-color: #20b9ba;
  color: #464C50;
  border-left: 1px solid #fff;
}

.table-accent {
  margin-bottom: 3rem;
  background: white;
  width: 100%;
  border: 1px solid #ff925c;
}
.table-accent tr:first-child {
  border-top: 1px solid #ff925c;
}
.table-accent th {
  background-color: rgba(255, 146, 92, 0.4);
  font-weight: normal;
  padding: 0.5em 1em;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #efefef;
}
.table-accent td {
  padding: 0.5em 1em;
  text-align: center;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #fff;
  vertical-align: middle;
}
.table-accent thead th {
  background-color: rgba(255, 146, 92, 0.9);
  color: #fff;
}
.table-default {
  margin-bottom: 3rem;
  background: white;
  width: 100%;
}
.table-default th {
  font-weight: normal;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #efefef;
  width: 30%;
}
.table-default td {
  padding: 0.5em 1em;
  text-align: left;
  border-bottom: 1px solid #efefef;
  vertical-align: middle;
}
.table-default thead th {
  border-left: 1px solid #fff;
  background-color: #e5e5e5;
}
.table-default tbody th {
  border-right: 1px solid #efefef;
}

.table-normal {
  margin-bottom: 3rem;
  background: white;
  width: 100%;
}
.table-normal td,
.table-normal th {
  border-bottom: 1px solid #ddd;
  padding: 1em;
}

.table-block {
  width: 100%;
  margin: 0 auto;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #dddddd;
}
.table-block th {
  background-color: #2070ba;
  padding: 0.5em 1em;
  color: #fff;
}
@media only screen and (max-width: 420px) {
  .table-block th {
    width: 100% !important;
    display: block;
  }
}
.table-block td {
  text-align: left;
  background-color: #fff;
  border: none;
  padding: 0.5em 1em;
}
@media only screen and (max-width: 420px) {
  .table-block td {
    width: 100%;
    display: block;
  }
}
.table-block tbody th {
  background-color: rgba(32, 112, 186, 0.1);
  color: #464C50;
}

@media only screen and (max-width: 768px) {
  table.scroll {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    table-layout: fixed;
  }
}
table.scroll th {
  background-color: #20b9ba;
}
table.scroll th,
table.scroll td {
  border: 1px solid #a5a5a5;
}

table .width20 {
  width: 20%;
}
table .width30 {
  width: 30%;
}
table .width40 {
  width: 40%;
}
table .width50 {
  width: 50%;
}
table .width60 {
  width: 60%;
}

.section {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media only screen and (max-width: 420px) {
  .section {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.padding {
  padding: 2em;
}
@media only screen and (max-width: 420px) {
  .padding {
    padding: 1em;
  }
}

.padding {
  padding-top: 2em;
  padding-bottom: 2em;
}
.padding-small {
  padding-top: 0.5em;
  padding-bottom: 1em;
}
.padding-large {
  padding-top: 2em;
  padding-bottom: 4em;
}

.mb {
  padding-bottom: 2em;
}
.mb-small {
  padding-bottom: 1em;
}
.mb-large {
  padding-bottom: 2em;
}

/* background
=========================================== */
.bg-gray {
  background: rgba(239, 239, 239, 0.7);
}

.bg-white {
  background: rgba(255, 255, 255, 0.7);
  color: #464C50;
}

.bg-accent {
  background: rgba(255, 146, 92, 0.1);
}

.bg-primary {
  background: rgba(32, 185, 186, 0.1);
}

.bg-secondary {
  background: rgba(32, 112, 186, 0.1);
}

/* box
=========================================== */
.box {
  padding: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.box .box-title {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.box-primary {
  background-color: rgba(32, 185, 186, 0.2);
  border-color: rgba(32, 185, 186, 0.2);
}

.box-secondary {
  background-color: rgba(32, 112, 186, 0.2);
  border-color: rgba(32, 112, 186, 0.2);
}

.box-default {
  background-color: rgba(160, 160, 160, 0.2);
  border-color: rgba(160, 160, 160, 0.2);
}

.box-beige {
  background-color: #f5f3ef;
  border-color: #f5f3ef;
}

.faqBlock__list.js-toggle dd {
  display: none;
}

/* pattan01
=========================================== */
.faqBlock__list .faqBlock__item {
  display: block;
  overflow: hidden;
  padding: 1em;
  margin: 1em 0 1em;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
}
.faqBlock__list .faqBlock__item dt {
  color: #20b9ba;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.faqBlock__list .faqBlock__item dt:before {
  content: "Q";
  color: white;
  background: #20b9ba;
  margin-right: 1em;
  padding: 2px 7px;
}
.faqBlock__list .faqBlock__item dd {
  margin-top: 1em;
  padding-left: 32px;
  position: relative;
  margin-left: 40px;
}
.faqBlock__list .faqBlock__item dd div:first-child {
  padding-top: 0;
}
.faqBlock__list .faqBlock__item dd:before {
  content: "A";
  width: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  color: white;
  background: #2070ba;
  text-align: center;
}

/* pattan01
=========================================== */
.flowBox--v li {
  position: relative;
  padding: 1em;
  margin-bottom: 1.5em;
  display: block;
  border-radius: 3px;
  border: 4px solid #b4f2f2;
  background: #fff;
}
.flowBox--v li:after {
  content: "";
  width: 2em;
  height: 2em;
  background: #b4f2f2;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
  z-index: -1;
}
.flowBox--v li:last-child:after {
  content: none;
}
.flowBox--v dl {
  display: block;
  position: relative;
}
.flowBox--v dl dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.flowBox--v dl dd {
  margin-bottom: 0;
}
.flowBox--v .flowBox__num {
  position: relative;
  left: -2em;
  background: #20b9ba;
  color: #fff;
  padding: 0.4em 1em;
  font-family: "Roboto", sans-serif;
  -webkit-box-shadow: 4px 4px 0px rgba(32, 185, 186, 0.2);
          box-shadow: 4px 4px 0px rgba(32, 185, 186, 0.2);
}

/* pattan02
=========================================== */
.flowBox--h li {
  padding-bottom: 1.5em;
  margin-bottom: 1em;
}
.flowBox--h dl {
  display: block;
  position: relative;
}
.flowBox--h dl dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.flowBox--h dl dd {
  margin-bottom: 0;
}
.flowBox--h .flowBox__num {
  position: relative;
  background: #20b9ba;
  color: #fff;
  padding: 0.4em 1em;
  font-family: "Roboto", sans-serif;
}

.dl-privacy {
  margin-top: 1em;
}
.dl-privacy dt {
  margin-bottom: 0.5em;
  font-size: 16.8px;
  font-size: 1.68rem;
}
.dl-privacy dd {
  margin-bottom: 1em;
}

.list-sitemap-title {
  border-bottom: 3px double #a0a0a0;
  padding-bottom: 0.5em;
}
.list-sitemap ul {
  margin: 0 auto;
  padding: 1%;
}
.list-sitemap ul > li {
  margin: 4px 0;
  font-weight: bold;
}
.list-sitemap ul > li ul.children {
  margin: 0.5em 0 1em 20px;
}
.list-sitemap ul > li ul.children li {
  font-weight: normal;
}

/* background
=========================================== */
.bread {
  display: none;
}
@media only screen and (min-width: 769px) {
  .bread {
    background: #a0a0a0;
    padding: 0.5em;
    margin-bottom: 3.5em;
  }
}
.bread ul {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  display: inline-block;
  padding: 0.2em 1em;
}
.bread ul li {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
}
.bread ul li:after {
  margin-left: 5px;
  content: ">";
}
.bread ul li:last-child:after {
  content: "";
}

.l-box01 {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-box01.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media only screen and (max-width: 768px) {
  .l-box01 {
    display: block;
    height: inherit;
  }
}
.l-box01 .l-box__bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .l-box01 .l-box__bg {
    width: 100%;
    height: 400px;
  }
}
.l-box01 .l-box__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
  background: yellow;
}
@media only screen and (max-width: 768px) {
  .l-box01 .l-box__text {
    display: block;
    width: 100%;
  }
}
.l-box01 .l-box__text__inner {
  padding: 2em;
}
@media only screen and (max-width: 768px) {
  .l-box01 .l-box__text__inner {
    padding: 2em 1em;
  }
}

.l-box02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 10vw);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .l-box02 {
    display: block;
    max-width: 100%;
  }
}
.l-box02 + .l-box02 {
  margin-top: 4em;
}
.l-box02.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.l-box02 .l-box02__image {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .l-box02 .l-box02__image {
    width: 100%;
  }
}
.l-box02 .l-box02__image img {
  width: 100%;
}
.l-box02 .l-box02__textArea {
  width: 50%;
  padding: 2em;
  position: relative;
  top: 2em;
  background: rgba(255, 0, 0, 0.8);
}
@media only screen and (max-width: 768px) {
  .l-box02 .l-box02__textArea {
    width: 100%;
  }
}

.postBlock .cate {
  background: #000;
  color: #fff;
  padding: 2px 1em;
  line-height: 1;
  min-width: 160px;
}
.postBlock .cate a[href*="/info"] {
  background-color: #2070ba;
}
.postBlock .cate a[href*="/blog"] {
  background-color: #2070ba;
}
.postBlock .day {
  margin-right: 1em;
}
.postBlock .day time {
  display: inline;
}
.postBlock p {
  margin-bottom: 0;
}

.postBlock--list .postBlock--list__list {
  margin-bottom: 40px;
}
.postBlock--list .postBlock--list__item {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.postBlock--list .postBlock--list__item a {
  display: block;
  padding: 1em 0;
  color: #464C50;
  text-decoration: none;
}
.postBlock--list .postBlock--list__item a:hover {
  color: #acb2b6;
}
.postBlock--list .postBlock--list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 420px) {
  .postBlock--list .postBlock--list__wrap {
    display: block;
  }
}
.postBlock--list .postBlock--list__head {
  min-width: 200px;
}
@media only screen and (max-width: 420px) {
  .postBlock--list .postBlock--list__head {
    min-width: 100%;
  }
}
.postBlock--list .postBlock--list__content {
  overflow: hidden;
  width: calc(100% - 210px);
}
@media only screen and (max-width: 420px) {
  .postBlock--list .postBlock--list__content {
    width: 100%;
  }
}
.postBlock--list .postBlock--list__content figure {
  width: 100px;
  float: left;
  margin-right: 10px;
}
.postBlock--list .postBlock--list__title {
  margin-bottom: 0;
}

.postBlock--thumb figure {
  margin-bottom: 0.4em;
}
.postBlock--thumb .postBlock--thumb__link {
  color: #464C50;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.postBlock--thumb .postBlock--thumb__link:hover {
  opacity: 0.7;
}
.postBlock--thumb .postBlock--thumb__title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.postBlock--thumb .postBlock--thumb__text {
  color: #999;
}
.postBlock--thumb p {
  margin-bottom: 0;
}

.postBlock__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: -1em;
  margin-left: -1em;
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  .postBlock__category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.postBlock__category > li {
  margin: 0 0.5em;
  min-width: calc(33.3333333333% - 1em);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .postBlock__category > li {
    min-width: calc(50% - 1em);
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 420px) {
  .postBlock__category > li {
    min-width: calc(50% - 1em);
  }
}
.postBlock__category > li a {
  border: 1px solid #20b9ba;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .postBlock__category > li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.postBlock__category > li a:hover {
  background: repeating-linear-gradient(-45deg, #20b9ba, #20b9ba 5px, rgba(32, 185, 186, 0.95) 5px, rgba(32, 185, 186, 0.95) 10px);
  color: #fff;
}

.postBlock--recent {
  padding-top: 2em;
}
.postBlock--recent__title {
  font-weight: bold;
}

.singleBlock strong {
  font-weight: bold;
}
.singleBlock em {
  font-style: italic;
}
.singleBlock blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.singleBlock .aligncenter {
  display: block;
  margin: 0 auto;
}
.singleBlock .alignright {
  float: right;
}
.singleBlock .alignleft {
  float: left;
}
.singleBlock img[class*=wp-image-],
.singleBlock img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .singleBlock img[class*=wp-image-],
.singleBlock img[class*=attachment-] {
    margin-right: 1em;
    margin-left: 1em;
  }
}
@media only screen and (max-width: 420px) {
  .singleBlock img[class*=wp-image-],
.singleBlock img[class*=attachment-] {
    margin-bottom: 1em;
    width: 100%;
  }
}
.singleBlock .clearfix {
  overflow: hidden;
  zoom: 1;
}
.singleBlock .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.singleBlock__content:before {
  content: " ";
  display: table;
}
.singleBlock__content:after {
  content: " ";
  display: table;
  clear: both;
}
.singleBlock__content img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.singleBlock__content .wp-caption {
  margin-bottom: 1em;
}
.singleBlock__content h1 {
  font-size: 25px;
}
.singleBlock__content h2 {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 1em;
}
.singleBlock__content h3 {
  font-size: 19px;
}
.singleBlock__content h4 {
  font-size: 16px;
}
.singleBlock__content h5 {
  font-size: 13px;
}
.singleBlock__content h6 {
  font-size: 10px;
}
.singleBlock__content h1,
.singleBlock__content h2,
.singleBlock__content h3,
.singleBlock__content h4,
.singleBlock__content h5,
.singleBlock__content h6 {
  font-weight: bold;
}
.singleBlock__content em {
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐゴシック", serif;
  font-style: italic;
}
.singleBlock__content p {
  margin-bottom: 0.5em;
}
.singleBlock__content ul {
  padding-left: 40px;
  margin-bottom: 1em;
}
.singleBlock__content ul li {
  list-style: circle;
}
.singleBlock blockquote {
  background: #f2f2f2;
  padding: 1em;
  margin: 1em 0;
  border-radius: 10px;
}
.singleBlock .clearfix {
  overflow: hidden;
}
.singleBlock iframe.wp-embedded-content {
  width: 100%;
}

.pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3em;
}
.pagelink li {
  padding: 1em;
}
.pagelink li a {
  width: 100%;
  padding: 0 20px;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 420px) {
  .pagelink li a {
    padding: 10px;
  }
}
.pagelink li a:after {
  content: none;
}

.page_home .secPage {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .page_home .secPage {
    padding: 70px 10px;
  }
}
@media only screen and (max-width: 420px) {
  .page_home .secPage {
    padding: 70px 0;
  }
}
.page_home .wrapper {
  position: relative;
}
.page_home main {
  padding: 0 0.5rem;
}

/* title
=========================================== */
.top-title {
  color: #526371;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 420px) {
  .top-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.top-title span {
  display: block;
  color: #ff925c;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

/* top-touch
=========================================== */
.top_touchBlock figure {
  width: 495px;
  height: 345px;
  padding: 2rem 1rem;
  margin: 0 auto;
  margin-bottom: 5rem;
  max-width: 100%;
}
@media only screen and (max-width: 420px) {
  .top_touchBlock figure {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0rem;
  }
}

/* top-info
=========================================== */
.top_info {
  background-color: #e9f7f7;
  padding-top: 16px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .top_info {
    padding-top: 36px;
  }
}
.top_info h2 {
  margin-bottom: 6rem;
}
.top_info ul {
  background: #fff;
  border-radius: 10px;
  padding: 2rem 12rem 1rem;
}
.top_info ul li {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #c4c4c4;
}
.top_info ul li:last-child {
  border-bottom: none;
}
.top_info ul li .date {
  padding: 0 50px 0 0;
  color: #20b9ba;
}
.top_info ul li .info_text {
  line-height: 1.625;
}
.top_info ul li .info_text a {
  text-decoration: underline;
}
.top_info ul li .info_text a:hover {
  color: #ff925c;
}
@media only screen and (max-width: 768px) {
  .top_info ul {
    padding: 2rem 1rem;
  }
  .top_info ul li {
    display: block;
    padding: 30px 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top_info ul li .date {
    padding: 0 0 1rem 0;
  }
}

/* top_attempt
=========================================== */
.top_attempt.secPage {
  padding: 50px 20px 0;
}

.top_attempt h3 {
  line-height: 1.417;
}
.top_attempt h3::before {
  content: none;
}
.top_attempt .attemptSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: dashed #DEDEDE 1px;
  padding: 5rem 0;
}
.top_attempt .attemptSec:last-child {
  border-bottom: none;
}
.top_attempt .attemptSec .attempt-title {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  color: #526371;
  line-height: 1.417;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top_attempt .attemptSec .attempt-title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  left: 40%;
  bottom: -48px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top_attempt .attemptSec .attempt-lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.556;
  color: #20b9ba;
  font-weight: bold;
  line-height: 1.417;
  margin-bottom: 1rem;
}
.top_attempt .attemptSec .attempt-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 1rem;
}
.top_attempt .attemptSec .--first {
  margin-bottom: 4rem;
}
.top_attempt .attemptSec .attempt-button {
  padding-top: 1rem;
}
.top_attempt .attemptSec .attempt-button a:hover {
  opacity: 0.7;
  visibility: visible;
}
.top_attempt .attemptSec .button--attempt {
  border: none;
  background-color: #20b9ba;
  color: #fff;
  border-radius: 50px;
  padding: 2rem 2rem 2rem 4rem;
  margin-left: 0rem;
  height: 50px;
  width: 175px;
  position: relative;
}
.top_attempt .attemptSec .button--attempt::after {
  content: url(../images/index/icon_recruit-btn.svg);
  position: absolute;
  left: 8px;
  bottom: 6px;
  padding: 0 8px;
}
.top_attempt .recruit_block .attempt-title::after {
  content: url(../images/index/icon_recruit.svg);
  left: 32%;
}
.top_attempt .recruit_block .recruit_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: auto;
  padding-bottom: 2rem;
}
.top_attempt .recruit_block .recruit_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .top_attempt .recruit_block {
    margin: 0 auto;
  }
  .top_attempt .recruit_block .recruit_content {
    margin-bottom: 2rem;
  }
  .top_attempt .recruit_block .button--attempt {
    margin: 0 auto;
    width: auto;
  }
  .top_attempt .recruit_block .button--attempt::after {
    top: 35%;
    bottom: 0;
  }
}
@media only screen and (max-width: 420px) {
  .top_attempt .recruit_block .recruit_title {
    margin-bottom: 3rem;
  }
}
.top_attempt .introduction_block .attempt-title::after {
  content: url(../images/index/icon_hospital.svg);
}
.top_attempt .introduction_block .introduction_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: auto;
  padding-bottom: 2rem;
}
.top_attempt .introduction_block .introduction_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
}
.top_attempt .introduction_block .introduction_content li a {
  color: #464C50;
}
.top_attempt .introduction_block .introduction_content li a:hover {
  opacity: 0.7;
  visibility: visible;
}
@media only screen and (max-width: 420px) {
  .top_attempt .introduction_block {
    display: block;
  }
  .top_attempt .introduction_block .introduction_title {
    padding-top: 5rem;
  }
  .top_attempt .introduction_block .introduction_content {
    width: 110%;
  }
}
.top_attempt .covid_block .covid_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: auto;
  padding-bottom: 2rem;
}
.top_attempt .covid_block .covid_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top_attempt .covid_block .attempt-title::after {
  content: url(../images/index/icon_mask.svg);
  width: 20px;
  height: 20px;
  display: block;
  -webkit-transform: translate(-16px, -10px);
          transform: translate(-16px, -10px);
}
.top_attempt .covid_block .attempt-tel a {
  color: #ff925c;
  line-height: 1.3;
  position: relative;
  padding-left: 24px;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
}
.top_attempt .covid_block .attempt-tel a::after {
  content: url(../images/index/icon_covid-tel.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  bottom: 5px;
  left: 0.5rem;
}
@media only screen and (max-width: 420px) {
  .top_attempt .covid_block .covid_title {
    padding-top: 5rem;
  }
  .top_attempt .covid_block .attempt-title::after {
    -webkit-transform: translate(-16px, -20px);
            transform: translate(-16px, -20px);
  }
}
@media only screen and (max-width: 420px) {
  .top_attempt .top_attempt.secPage {
    padding: 50px 0 0;
  }
  .top_attempt .attemptSec {
    display: block;
  }
}

/* top_policy
=========================================== */
.top_policy.secPage {
  padding: 0 0 500px 0;
}
@media only screen and (max-width: 768px) {
  .top_policy.secPage {
    padding: 0 0 550px 0;
  }
}
@media only screen and (max-width: 420px) {
  .top_policy.secPage {
    padding: 120px 0;
  }
}

.top_policy {
  position: relative;
  background: url(../images/index/bg_policy-img.jpg) center bottom no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 420px) {
  .top_policy {
    background-size: contain;
  }
}
.top_policy .container {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}
.top_policy .policy__wrap {
  margin-bottom: 3rem;
}
.top_policy .policy__item {
  text-align: left;
  position: relative;
}
.top_policy .policy__item .policy__item-num {
  font-family: "Lato", sans-serif;
  font-size: 52px;
  font-size: 5.2rem;
  color: #20b9ba;
  line-height: 2;
}
.top_policy .policy__item h3 {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  padding: 1rem 0 0 1.5rem;
  color: #1eaeaf;
  margin: 0;
  line-height: 1.25;
}
.top_policy .policy__item h3::before {
  content: none;
}
.top_policy .policy__item::before {
  position: absolute;
  content: url(../images/index/bg_policy-circle.png);
  width: 232px;
  height: auto;
  display: inline-block;
  left: -10%;
  top: -30%;
  z-index: -10;
}
@media only screen and (max-width: 420px) {
  .top_policy .policy__item::before {
    display: none;
  }
}
.top_policy .policy__item-text {
  line-height: 1.6;
}
.top_policy .--right::before {
  left: 70%;
}
@media only screen and (max-width: 768px) {
  .top_policy .--right::before {
    left: 36%;
  }
}
.top_policy .policy__title {
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #526371;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f5f3ef;
  padding: 4rem 0 1rem;
  margin-bottom: 10rem;
}
.top_policy .policy__title .policy__sub-title {
  font-size: 18px;
  font-size: 1.8rem;
}
.top_policy .policy__title .top-title {
  font-size: 28px;
  font-size: 2.8rem;
  color: #526371;
  font-weight: bold;
}
.top_policy .policy__title::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  border: 50px solid transparent;
  border-top: 50px solid #f5f3ef;
  border-radius: 4px;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top_policy .text-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe3d4));
  background: linear-gradient(transparent 60%, #ffe3d4 60%);
  font-weight: bold;
}
.top_policy .policy__doctor {
  position: absolute;
  bottom: 0;
  right: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top_policy .policy__doctor .policy__doctor--text {
  padding: 0 0.5rem 1rem;
  line-height: 1.6;
  text-align: right;
}
@media only screen and (max-width: 420px) {
  .top_policy .policy__item h3 {
    padding: 0;
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
  .top_policy .policy__doctor {
    bottom: -5%;
    right: 2%;
  }
}
@media only screen and (max-width: 420px) and (max-width: 420px) {
  .top_policy .policy__doctor {
    bottom: -8%;
  }
}

/* top_access
=========================================== */
.top_access.secPage {
  padding: 150px 0 50px;
}

.top_access {
  background-color: #e9f7f7;
}
.top_access .access__map iframe {
  width: 100%;
  margin-bottom: 3rem;
}
.top_access .button.button--primary, .top_access .contactForm .wpcf7-confirm, .contactForm .top_access .wpcf7-confirm,
.top_access .contactForm .wpcf7-submit,
.contactForm .top_access .wpcf7-submit, .top_access .contactForm .wpcf7c-elm-step2, .contactForm .top_access .wpcf7c-elm-step2, .top_access .pagelink li a.button--primary, .pagelink li .top_access a.button--primary {
  width: 312px;
  border-radius: 40px;
  font-weight: normal;
  border: none;
}
.top_access .button.button--primary:after, .top_access .contactForm .wpcf7-confirm:after, .contactForm .top_access .wpcf7-confirm:after,
.top_access .contactForm .wpcf7-submit:after,
.contactForm .top_access .wpcf7-submit:after, .top_access .contactForm .wpcf7c-elm-step2:after, .contactForm .top_access .wpcf7c-elm-step2:after, .top_access .pagelink li a.button--primary:after, .pagelink li .top_access a.button--primary:after {
  content: none;
}
.top_access .button.button--primary:hover, .top_access .contactForm .wpcf7-confirm:hover, .contactForm .top_access .wpcf7-confirm:hover,
.top_access .contactForm .wpcf7-submit:hover,
.contactForm .top_access .wpcf7-submit:hover, .top_access .contactForm .wpcf7c-elm-step2:hover, .contactForm .top_access .wpcf7c-elm-step2:hover, .top_access .pagelink li a.button--primary:hover, .pagelink li .top_access a.button--primary:hover {
  opacity: 0.7;
  visibility: visible;
  background: #20b9ba;
}

.svg-inline--fa.fa-w-12 {
  width: 1em;
}

.svg-inline--fa {
  margin-right: 9px;
  height: 2em;
}

/* top_about
=========================================== */
.top_about {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  .top_about .aboutWrap {
    margin: 0 auto 2em;
  }
}
.top_about .aboutWrap tr {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dashed #efefef;
}
.top_about .aboutWrap th {
  padding: 10px 0 10px 10px;
}
@media only screen and (max-width: 420px) {
  .top_about .aboutWrap th {
    padding: 10px 0 0px;
    width: 22%;
  }
}
.top_about .aboutWrap td {
  padding: 10px 10px 10px 0;
}
.top_about .aboutWrap td {
  padding-left: 20px;
}
@media only screen and (max-width: 420px) {
  .top_about .aboutWrap td {
    padding: 10px 0 0 20px;
  }
}
@media only screen and (max-width: 420px) {
  .top_about .aboutWrap span {
    display: block;
  }
}

.timeTableWrap {
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.timeTableWrap tr {
  height: 54px;
}
.timeTableWrap th {
  font-weight: normal;
}
.timeTableWrap td {
  border-left: 1px dashed #efefef;
}

.time__week th {
  background-color: #20b9ba;
  color: #fff;
}
.time__week th:not(:nth-child(1)) {
  width: 11%;
  border-left: 1px solid #fff;
}
.time__morning {
  border-bottom: 1px solid #efefef;
}
.time__morning th:not(:nth-child(1)) {
  width: 11%;
}
.time__morning th:nth-child(8) {
  padding: 15px 13px;
}

.time__afternoon {
  border-bottom: 1px solid #efefef;
}
.time__afternoon th {
  line-height: 1.4;
}
.time__afternoon span {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 420px) {
  .time__afternoon span {
    font-size: 10px;
    font-size: 1rem;
  }
}

.timeTable-text--red {
  color: #de4335;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

.timeTable-text--off {
  margin-bottom: 2rem;
}

.timeTable-list {
  background-color: #f5f3ef;
  padding: 1.5rem 0.5rem 1.5rem 3.5rem;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 420px) {
  .timeTable-list {
    padding: 1.5rem 1rem 1.5rem 3rem;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.timeTable-list .timeTable-car {
  position: relative;
}
.timeTable-list .timeTable-car:before {
  content: url(../images/common/icon_car.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-24px, 3px);
          transform: translate(-24px, 3px);
}
.timeTable-list .timeTable-bus:before {
  content: url(../images/common/icon_bus.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-24px, 3px);
          transform: translate(-24px, 3px);
}
.timeTable-list span {
  padding-left: 1rem;
}

/****************************************************
Hero
*****************************************************/
.hero--sub {
  background: rgba(255, 146, 92, 0.5);
  background: url(../images/common/hero_sub_bg.jpg) center right no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (min-width: 769px) {
  .hero--sub {
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .hero--sub {
    height: 180px;
    background-position: right 32% bottom 45%;
  }
}
@media only screen and (max-width: 420px) {
  .hero--sub {
    height: 120px;
  }
}
@media (min-width: 1920px) {
  .hero--sub {
    background-size: cover;
  }
}
.hero--sub.hero--sub--news {
  background-size: cover;
}
.hero--sub .hero--sub__titlearea {
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  height: 100%;
  margin: auto;
  margin-top: 6rem;
}
@media (max-width: 820px) {
  .hero--sub .hero--sub__titlearea {
    margin-top: 0;
  }
}
.hero--sub .hero--sub__titlearea .hero--sub__title {
  position: relative;
  top: 4%;
}
@media only screen and (max-width: 420px) {
  .hero--sub .hero--sub__titlearea .hero--sub__title {
    top: 0%;
  }
}
.hero--sub .hero--sub__titlearea .ja {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #20b9ba;
}
@media only screen and (max-width: 768px) {
  .hero--sub .hero--sub__titlearea .ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.hero--sub .hero--sub__titlearea .en {
  display: block;
  margin: 0 auto;
  font-size: 24px;
  font-size: 2.4rem;
  color: #222222;
  font-weight: normal;
  font-style: italic;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .hero--sub .hero--sub__titlearea .en {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 420px) {
  .hero--sub .hero--sub__titlearea .en {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: -16px;
  }
}

h1 {
  font-size: 12px;
  font-size: 1.2rem;
}

h3 {
  display: table;
  position: relative;
  text-align: center;
  margin: 0 auto 1.5em;
  font-size: 32px;
  font-size: 3.2rem;
  color: #20b9ba;
}
h3:before {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  background: #20b9ba;
  height: 4px;
  width: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sub h3 {
  color: #526371;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 420px) {
  .sub h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.sub h3 span {
  display: block;
  color: #ff925c;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.sub h3::before {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  background: #ff925c;
  height: 4px;
  width: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sub h4 {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 1em;
  padding: 1em 0 0.5em 1em;
  font-weight: normal;
  color: #464C50;
}
@media only screen and (max-width: 420px) {
  .sub h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.sub h4:after {
  content: "";
  background: #20b9ba;
  width: 2px;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sub h5 {
  display: table;
  position: relative;
  text-align: center;
  margin: 0 auto 1em;
  font-size: 16px;
  font-size: 1.6rem;
  color: rgba(32, 185, 186, 0.8);
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .sub h5 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.sub h5 .en {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #20b9ba;
  font-weight: 400;
}

.c-title01 {
  color: #20b9ba;
  font-weight: bolder;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0em;
  position: relative;
  text-align: center;
  margin-bottom: 1em;
}
.c-title01:before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .c-title01 {
    margin-bottom: 0.8em;
  }
}
.c-title01 .en {
  display: inline-block;
  font-size: 60px;
  font-size: 6rem;
  color: #464C50;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  padding: 0.4em 35px 0;
}
@media only screen and (max-width: 768px) {
  .c-title01 .en {
    font-size: 48px;
    font-size: 4.8rem;
    background-size: 26px;
  }
}
.c-title01 .ja {
  display: block;
  color: #464C50;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-title01 .ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.lead-box {
  border: 2px solid rgba(32, 185, 186, 0.8);
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.lead-box .ttl {
  color: #20b9ba;
  font-size: 22px;
  font-size: 2.2rem;
}

.contact__box {
  text-align: center;
  max-width: 600px;
  padding: 2em;
  color: #2070ba;
  border: 2px solid #2070ba;
  background: #fff;
  margin: auto;
}
.contact__box .contact_box_tel {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Roboto", sans-serif;
  color: #20b9ba;
  font-weight: bold;
}

.contactForm .table-defaultontact {
  margin: 1.5em auto;
  border-top: 1px solid #ccc;
}
.contactForm .table-defaultontact th {
  padding: 1em;
  text-align: left;
  background: #73e6e7;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  vertical-align: middle;
  background: #fff;
  width: 30%;
}
@media only screen and (max-width: 420px) {
  .contactForm .table-defaultontact th {
    border-bottom: none;
    border-top: 1px solid #ccc;
  }
}
.contactForm .table-defaultontact td {
  padding: 1em;
  background: white;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  color: #666;
  text-align: left;
  background: #f2f2f2;
}
@media only screen and (max-width: 420px) {
  .contactForm .table-defaultontact td {
    border-bottom: none;
    border-top: 1px solid #ccc;
  }
}
.contactForm .table-defaultontact td input[type=text],
.contactForm .table-defaultontact td textarea, .contactForm .table-defaultontact td input[type=email], .contactForm .table-defaultontact td input[type=tel], .contactForm .table-defaultontact td input[type=date] {
  padding: 1.5em;
  border-radius: 2px;
  border: 1px solid #20b9ba;
  background: #fff;
}
@media only screen and (max-width: 420px) {
  .contactForm .table-defaultontact td input[type=text],
.contactForm .table-defaultontact td textarea, .contactForm .table-defaultontact td input[type=email], .contactForm .table-defaultontact td input[type=tel], .contactForm .table-defaultontact td input[type=date] {
    padding: 0.2em;
    min-height: 50px;
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contactForm .table-defaultontact td input[type=text]:focus,
.contactForm .table-defaultontact td textarea:focus, .contactForm .table-defaultontact td input[type=email]:focus, .contactForm .table-defaultontact td input[type=tel]:focus, .contactForm .table-defaultontact td input[type=date]:focus {
  background: #ffffca;
}
.contactForm .table-defaultontact td input[type=text].wpcf7c-conf,
.contactForm .table-defaultontact td textarea.wpcf7c-conf, .contactForm .table-defaultontact td input[type=email].wpcf7c-conf, .contactForm .table-defaultontact td input[type=tel].wpcf7c-conf, .contactForm .table-defaultontact td input[type=date].wpcf7c-conf {
  background: transparent !important;
  border-bottom: none !important;
}
.contactForm .table-defaultontact td input[type=text], .contactForm .table-defaultontact td input[type=email], .contactForm .table-defaultontact td input[type=tel] {
  width: 100%;
}
.contactForm .table-defaultontact td textarea {
  width: 100%;
}
.contactForm .table-defaultontact td.contactForm__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactForm .table-defaultontact td.contactForm__tel input {
  min-width: 220px;
}
@media only screen and (max-width: 420px) {
  .contactForm .table-defaultontact td.contactForm__tel input {
    min-width: 33%;
  }
}
@media only screen and (max-width: 768px) {
  .contactForm .table-defaultontact td,
.contactForm .table-defaultontact th {
    width: 100%;
    display: block;
    padding: 0.8em;
  }
  .contactForm .table-defaultontact label {
    display: block;
  }
  .contactForm .table-defaultontact textarea,
.contactForm .table-defaultontact input[type=text] {
    width: 100%;
  }
}
.contactForm .table-defaultontact .required {
  background: #de4335;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 2px 8px;
  color: white;
  border-radius: 3px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  float: right;
}
.contactForm .table-defaultontact .nini {
  background: #a0a0a0;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 2px 8px;
  color: white;
  border-radius: 3px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  float: right;
}
.contactForm .table-defaultontact ::-webkit-input-placeholder {
  color: #ccc;
  font-size: 18px;
  font-size: 1.8rem;
}
.contactForm .table-defaultontact ::-moz-placeholder {
  color: #ccc;
  font-size: 18px;
  font-size: 1.8rem;
}
.contactForm .table-defaultontact :-ms-input-placeholder {
  color: #ccc;
  font-size: 18px;
  font-size: 1.8rem;
}
.contactForm .table-defaultontact ::-ms-input-placeholder {
  color: #ccc;
  font-size: 18px;
  font-size: 1.8rem;
}
.contactForm .table-defaultontact ::placeholder {
  color: #ccc;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .contactForm .table-defaultontact ::-webkit-input-placeholder {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
  }
  .contactForm .table-defaultontact ::-moz-placeholder {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
  }
  .contactForm .table-defaultontact :-ms-input-placeholder {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
  }
  .contactForm .table-defaultontact ::-ms-input-placeholder {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
  }
  .contactForm .table-defaultontact ::placeholder {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
.contactForm .wpcf7-confirm,
.contactForm .wpcf7-submit, .contactForm .wpcf7c-elm-step2 {
  display: block;
  margin: auto;
  width: 100%;
}
.contactForm .wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
  background: #555;
  margin-bottom: 1em;
}
.contactForm .contactPrivacy {
  background: #fff;
  padding: 1em;
  height: 200px;
  overflow-y: scroll;
}
.contactForm div.wpcf7-validation-errors, .contactForm div.wpcf7-acceptance-missing {
  border-bottom: 2px solid #ff0000;
  background: #ff0000;
  color: #fff;
  padding: 1em;
  text-align: center;
}

.guideBlock figcaption {
  text-align: center;
}

.page-hospital .about-dl {
  margin-bottom: 3rem;
}

.page-outpatient .internalLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-outpatient .internalLinkWrap a {
  width: calc((100% - 70px) / 3);
  margin-left: 1%;
  margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  .page-outpatient .internalLinkWrap a {
    width: 48%;
  }
}
@media only screen and (max-width: 420px) {
  .page-outpatient .internalLinkWrap a {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.page-outpatient .internalLinkWrap .none {
  opacity: 0;
}
@media only screen and (max-width: 420px) {
  .page-outpatient .internalLinkWrap .none {
    display: none;
  }
}

.page-recruit .table-a {
  margin-bottom: 3rem;
  background: white;
  border: 2px solid #20b9ba;
  width: 100%;
}
.page-recruit .table-a tr:first-child {
  border-top: 1px solid #20b9ba;
}
.page-recruit .table-a th {
  background-color: rgba(32, 185, 186, 0.3);
  font-weight: normal;
  padding: 15px;
  text-align: center;
  color: #0d4d4d;
  vertical-align: middle;
  font-weight: bold;
  border-right: 1px solid #20b9ba;
  border-bottom: 1px solid #20b9ba;
  width: 35%;
}
.page-recruit .table-a td {
  padding: 15px;
  text-align: left;
  border-right: 1px solid #20b9ba;
  border-bottom: 1px solid #20b9ba;
  vertical-align: middle;
}

.sitemapBlock li a {
  color: #526371;
  text-decoration: none;
}

.commonContact {
  background: yellow;
  padding: 2em 0;
}
.commonContact .commonContact__add {
  margin-bottom: 0.5em;
}
.commonContact .commonContact__tel {
  font-size: 24px;
  font-size: 2.4rem;
}
.commonContact .commonContact__tel a {
  text-decoration: none;
  color: #464C50;
}