@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: 421px) {
  .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: #231815;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "HGS明朝E", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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: #231815;
  display: inline-block;
  text-decoration: none;
}
a img {
  border: none;
  vertical-align: top;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  color: #6A0000;
}
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;
}

b {
  color: #231815;
}

.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;
  }
}

figcaption {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.container {
  max-width: 1196px;
  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%;
  }
}

/*共通で使うパーツ**/
.c-padding, .secPage {
  padding: 3em 0;
}
@media only screen and (max-width: 420px) {
  .c-padding, .secPage {
    padding: 1.5em 0;
  }
}

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

.sub main p {
  margin-bottom: 1em;
}

.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;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.header_top-hero {
  position: relative;
  /* height: 718px; */
  /* background-image: url("../images/index/mv.jpg"); */
  /* background: url("../images/index/mv.jpg") no-repeat; */
  /* background-size: contain; */
  /* background-position: center center; */
  /* z-index: 30; */
  /* overflow: hidden; */
}

.header__wrapper {
  border-top: 2px solid #F77400;
  position: relative;
}
.header__wrapper .header__content {
  background: #ffffff;
}
.header__wrapper .header__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 0 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 2rem;
  max-width: 1236px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .header__wrapper .header__content-block {
    height: 80px;
  }
}
.header__wrapper .header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 4rem;
}
.header__wrapper .header__left h1 {
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  .header__wrapper .header__content {
    height: auto;
    padding-right: 62px;
    padding-left: 5px;
  }
}
.header__wrapper .header__content-logo {
  width: 70%;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .header__wrapper .header__content-logo {
    margin: 0;
    width: auto;
  }
}
.header__wrapper .header__content-logo a img {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .header__wrapper .header__content-block {
    display: block;
    padding: 1rem 0 0 1rem;
  }
  .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 h1 {
    font-size: 1rem;
    letter-spacing: -0.01em;
    margin-bottom: 0.5rem;
    padding: 0;
  }
  .header__wrapper .header__content-logo a img {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 37px) {
  .header__wrapper .header__content-block {
    padding: 1rem 0 0 0;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
.header__nav .header__nav-link {
  text-align: center;
  position: relative;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #F77400;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav .header__nav-link:before {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #F77400;
  bottom: 2px;
  right: -5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 28px;
  font-size: 2.8rem;
}
.header__nav .header__nav-link .nav-content__title {
  margin-bottom: 16px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.header__nav .header__nav-link .nav-content__title-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.header__nav .header__nav-link .q_icon {
  bottom: -6px;
}
.header__nav .header__nav-link .calendar_icon {
  width: 24px;
  bottom: 2px;
}
.header__nav .header__nav-link .car_icon {
  width: 22px !important;
}
.header__nav .header__nav-link:last-child {
  margin-right: 0;
}
.header__nav .header__nav-link:hover {
  color: #387EB3;
  background: #f8f8ff;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  cursor: pointer;
}

.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;
  }
}

/* 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: #F77400;
  height: 87px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f79035), to(#f77400));
  background: linear-gradient(180deg, #f79035 0%, #f77400 100%);
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0 1rem;
}
@media only screen and (max-width: 768px) {
  .header__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 160px;
  }
}
@media only screen and (max-width: 420px) {
  .header__info {
    height: 200px;
  }
}
.header__info .header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2em;
}
@media only screen and (max-width: 768px) {
  .header__info .header__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
}
@media only screen and (max-width: 420px) {
  .header__info .header__tel {
    margin-bottom: 6px;
  }
}
.header__info .header__tel-text {
  color: #fff;
  padding-right: 6rem;
  vertical-align: middle;
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .header__info .header__tel-text {
    padding-right: 0rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 420px) {
  .header__info .header__tel-text {
    margin-bottom: 6px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.header__info .header__tel-num {
  color: #fff;
  font-size: 34px;
  font-size: 3.4rem;
  vertical-align: middle;
  letter-spacing: 0.9px;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header__info .header__tel-num {
    padding: 0 0 0 2rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 420px) {
  .header__info .header__tel-num {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.header__info .header__tel-num:before {
  content: url(../images/common/tel_icon.svg);
  position: absolute;
  left: -34px;
}
@media only screen and (max-width: 768px) {
  .header__info .header__tel-num:before {
    left: -15px;
  }
}
.header__info .info-button.button, .header__info .pagelink li a.info-button, .pagelink li .header__info a.info-button {
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 1.2rem 4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #F77400;
  background-color: #ffffff;
  margin: 0rem;
  width: 358px;
  border: none;
}
@media only screen and (max-width: 768px) {
  .header__info .info-button.button, .header__info .pagelink li a.info-button, .pagelink li .header__info a.info-button {
    width: auto;
    padding: 1.2rem 4rem 1.2rem 6rem;
  }
}
@media only screen and (max-width: 420px) {
  .header__info .info-button.button, .header__info .pagelink li a.info-button, .pagelink li .header__info a.info-button {
    max-width: 400px;
    font-size: 20px;
    font-size: 2rem;
    padding: 1.2rem 2rem 1.2rem 5rem;
  }
}
.header__info .info-button.button::after, .header__info .pagelink li a.info-button::after, .pagelink li .header__info a.info-button::after {
  content: none;
}
.header__info .info-button span {
  padding-left: 4rem;
}
@media only screen and (max-width: 768px) {
  .header__info .info-button span {
    padding-left: 0.8rem;
  }
}
.header__info .info-button span::before {
  content: url(../images/common/calendar_icon.svg);
  width: 32px;
  height: 24px;
  position: absolute;
  left: 50px;
  top: 15px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .header__info .info-button span::before {
    top: 14px;
    left: 24px;
  }
}
@media only screen and (max-width: 420px) {
  .header__info .info-button span::before {
    top: 12px;
    left: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .header__info .info-button span {
    top: 12px;
    left: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .header__info .info-button {
    margin-top: -1.2rem;
  }
}

/* MVのキャッチ
=========================================== */
.top_mv_wrap {
  position: relative;
}
.top_mv_wrap figure img{
  display: block;
}
@media only screen and (min-width: 421px) {
  .top_mv_wrap .sp {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .top_mv_wrap .pc {
    display: none;
  }
  /* .top_mv_wrap .sp {
    display: block;
    height: 466px;
  } */
}
.mvBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 600px;
}
@media only screen and (max-width: 768px) {
  .mvBox {
    left: 50%;
    min-width: inherit;
    width: 80%;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 420px) {
  .mvBox {
    top: 45%;
    padding-left: 1.5rem;
    width: 85%;
  }
}
.mvBox .mv_catch {
  letter-spacing: 2px;
  line-height: 2;
  font-weight: 400;
  color: #6A0000;
}
.mvBox .mv_catch ul li {
  position: relative;
  font-size: 26px;
  text-shadow :2px 2px 10px #ffffff,
  -2px 2px 10px #ffffff,
  2px -2px 10px #ffffff,
  -2px -2px 10px #ffffff;
}
@media only screen and (max-width: 768px) {
  .mvBox .mv_catch ul li {
    font-size: 20px;
  }
}
.mvBox .mv_catch ul li:before {
  content: url(../images/common/check_mv.svg);
  position: absolute;
  top: 10px;
  left: -32px;
}
@media only screen and (max-width: 420px) {
  .mvBox .mv_catch ul li:before {
    top: 4px;
  }
}
.mvBox .mv_catch li span {
  color: #F77400;
  font-size: 34px;
}
@media only screen and (max-width: 768px) {
  .mvBox .mv_catch li span {
    font-size: 24px;
  }
}
/* .mvBox .mv_catch ul li .text-marker {
  font-size: 25px;
  position: relative;
  background: none;
}
.mvBox .mv_catch ul li .text-marker:after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 7px;
  width: 52px;
  height: 4px;
  background: rgba(247, 116, 0, 0.75);
  z-index: -1;
}
.mvBox .mv_catch ul li .--houfu:after {
  width: 188px;
}
.mvBox .mv_catch ul li .--diabete:after {
  width: 163px;
}
.mvBox .mv_catch ul li .--station:after {
  width: 95px;
} */
@media only screen and (max-width: 420px) {
  .mvBox .mv_catch ul li {
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}

/* safari
===========================================*/
/* :lang(x) + :-webkit-full-screen-document,
.mvBox .mv_catch ul li .text-marker:after {
  bottom: -1px;
  z-index: −1;
} */

/* MV検証用
=========================================== */
/* .header_top-hero01 {
  position: relative;
  height: 720px;
  background-image: url("../images/index/mv01.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 30;
  overflow: hidden;
}

.header_top-hero02 {
  position: relative;
  height: 720px;
  background-image: url("../images/index/mv02.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 30;
  overflow: hidden;
}

.header_top-hero03 {
  position: relative;
  height: 720px;
  background-image: url("../images/index/mv03.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 30;
  overflow: hidden;
} */

/****************************************************
グローバルナビ PC
*****************************************************/
.gnav {
  width: 100%;
  max-width: 1236px;
  margin: auto;
  padding-bottom: 0.8em;
}
@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(250, 250, 250, 0.75);
  max-width: initial;
}
.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-right: 1px solid #333;
  padding: 0.5rem 0;
}
.gnav .gnav__list li:last-child {
  border-right: 0;
}
.gnav .gnav__list li:nth-child(3):after {
  content: none;
}
.gnav .gnav__list li a {
  color: #231815;
  display: block;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
.gnav .gnav__list li a:hover {
  color: #F77400;
  -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: #F77400;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnav .gnav__list li:hover::after {
  opacity: 1;
  visibility: visible;
}
.gnav .gnav__list li .accordion {
  display: none;
  text-align: center;
  position: absolute;
  top: 35px;
  left: 0;
  height: 95px;
  min-width: 200px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 50;
}
.gnav .gnav__list li .accordion .gnav-accordion--item {
  display: block;
  padding: 0.5em 1em;
  margin-bottom: 5px;
  color: #231815;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  border-right: none;
}
.gnav .gnav__list li .accordion .gnav-accordion--item:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #F77400;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnav .gnav__list li .accordion .gnav-accordion--item:hover::after {
  opacity: 1;
  visibility: visible;
}
.gnav .gnav__list li .accordion .gnav-accordion--item.-ttl a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #231815;
  text-align: left;
}
.gnav .gnav__list li .accordion .gnav-accordion--item a {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  height: 20px;
}
.gnav .gnav__list li .accordion .gnav-accordion--item a:hover {
  color: #6A0000;
  -webkit-transition: background 500ms ease-in-out;
  transition: background 500ms ease-in-out;
}

@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: #387EB3;
    -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: 1.5em 0.7em;
  }
}
@media screen and (max-width: 1023px) {
  .gnav--sp .gnav--sp__list .gnav__list--item {
    border-bottom: #e1e1e1 solid 1px;
  }
}
@media screen and (max-width: 1023px) {
  .gnav--sp .gnav--sp__list a {
    display: block;
    margin-bottom: 4px;
    padding: 1em 0;
  }
}
@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: #FAFAFA;
    opacity: 1;
    visibility: visible;
    z-index: 500;
    height: calc(100% - 13rem);
    padding-bottom: 5.8rem;
    top: 75px;
    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 .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 #6A0000;
    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 #6A0000;
    -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(247, 116, 0, 0.94);
    width: 100%;
    height: 120%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/*フッター
--------------------------------------*/
footer {
  background: #F77400;
  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;
  width: 88%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  footer .footer__navwrap .footer__nav:first-child {
    padding-top: 30px;
  }
  footer .footer__navwrap .footer__nav:last-child {
    padding-bottom: 30px;
  }
}
@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: 300;
  letter-spacing: 1.53px;
  color: #fff;
  padding: 12px 19px;
  position: relative;
}
@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: 11px;
    font-size: 1.1rem;
  }
}
@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;
  }
}
@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: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 2px;
}
footer .copyright a,
footer .faro a {
  color: #fff;
}
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: 42px;
  line-height: normal;
  bottom: 0px;
  cursor: pointer;
  height: 70px;
  width: 70px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer .pagetop {
    bottom: 54px;
    height: 60px;
    width: 60px;
    font-size: 38px;
    font-size: 3.8rem;
  }
}
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: #6A0000;
    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;
  }
}
@media only screen and (max-width: 768px) and (max-width: 420px) {
  footer .sp-fixedNav .sp-fixedNav_list li a {
    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
=========================================== */
.button, .pagelink li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 auto 1em;
  padding: 0.7em 0;
  width: 34vw;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #387EB3;
  border: 1px solid #387EB3;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 300px;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .button, .pagelink li a {
    width: 62vw;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 420px) {
  .button, .pagelink li a {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.button:after, .pagelink li a:after {
  position: relative;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 1rem;
  border-right: 2px solid #387EB3;
  border-bottom: 2px solid #387EB3;
  -webkit-transform: scaleX(0.8) rotate(45deg);
          transform: scaleX(0.8) rotate(45deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.6s 0s;
  transition: all 0.6s 0s;
}
.button:after, .pagelink li a:after {
  border-color: #387EB3;
}
.button:hover, .pagelink li a:hover {
  color: #fff;
  background: #387EB3;
}
.button:hover::after, .pagelink li a:hover::after {
  border-color: #fff;
}
.button.button--small, .pagelink li a.button--small {
  font-size: 14px;
  font-size: 1.4rem;
}
.button.button--large, .pagelink li a.button--large {
  font-size: 18px;
  font-size: 1.8rem;
}
.button.button--nowide, .pagelink li a.button--nowide {
  min-width: inherit;
}

.button--default, .pagelink li a {
  background: #fff;
  border-color: #999;
  color: #999;
}
.button--default:hover, .pagelink li a:hover {
  background: #f2f2f2;
}

.button--primary {
  border: none;
  background: #F77400;
  color: #ffffff;
}
.button--primary:after {
  border-right: 2px solid #231815;
}
.button--primary:hover {
  background-color: #6A0000;
}

.button--secondary {
  border: none;
  background: #6A0000;
  color: #ffffff;
}
.button--secondary:after {
  border-right: 2px solid #231815;
}
.button--secondary:hover {
  background-color: #F77400;
}

.button--accent {
  background: #387EB3;
  color: white;
  border: none;
}
.button--accent:after {
  border-color: #fff;
}
.button--accent:hover {
  color: #387EB3;
  border: 1px solid #387EB3;
  background: #fff;
}
.button--accent:hover:after {
  border-color: #387EB3;
}

/* dl dt dd
=========================================== */
/*横並びリスト*/
dl.dllist {
  width: 100%;
}
dl.dllist:after {
  display: block;
  clear: both;
}
dl.dllist dt {
  width: 200px;
  float: left;
  border-top: 1px dotted #ccc;
  padding-bottom: 10px;
  font-weight: bold;
}
dl.dllist dd {
  width: 500px;
  border-top: 1px dotted #ccc;
  float: left;
}

/* font
=========================================== */
.text-large, .postBlock--recent__title, .postBlock--list .postBlock--list__title {
  font-size: 17.6px;
  font-size: 1.76rem;
}
.text-larger {
  font-size: 19.2px;
  font-size: 1.92rem;
}
.text-xlarge {
  font-size: 24px;
  font-size: 2.4rem;
}
.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: #F77400;
}
.text-secondary {
  color: #6A0000;
}
.text-accent {
  color: #387EB3;
}
.text-red {
  color: #ed2800;
}
.text-blue {
  color: blue;
}
.text-yellow {
  color: yellow;
}
.text-green {
  color: green;
}
.text-white {
  color: white;
}
.text-black {
  color: #212121;
}
.text-gray {
  color: #a0a0a0;
}
.text-disabled {
  color: #ccc;
}

.text-bold, .postBlock--list .postBlock--list__title {
  font-weight: bold;
}
.text-normal {
  font-weight: normal;
}
.text-600 {
  font-weight: 600;
}
.text-700 {
  font-weight: 700;
}
.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%, #F77400));
  background: linear-gradient(transparent 0%, #F77400 0%);
}
.text-marker-thin {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F77400));
  background: linear-gradient(transparent 60%, #F77400 60%);
}

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

.gothic {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "HGS明朝E", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

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

.lead {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.5em !important;
  color: #231815;
}
@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: 1196px;
  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: #F77400;
  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 #F77400;
  border-right: 8px solid #F77400;
}

/* リスト
=========================================== */
.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: #F77400;
}

.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: relative;
  top: 0;
  left: 0;
  margin-right: 1em;
  vertical-align: middle;
}

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

.list-arrow02 {
  margin-bottom: 1em;
}
.list-arrow02 li {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative;
}
.list-arrow02 li:before {
  content: url(../images/common/list_arrow02.svg);
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  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: #F77400;
}

.--accent li:before {
  background: #387EB3;
}

.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;
}

.list-circle {
  margin-bottom: 1em;
}
.list-circle li {
  margin-bottom: 0.5em;
  padding-left: 2rem;
  position: relative;
}
.list-circle li:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  border-radius: 50%;
  background: #387EB3;
  border: 0.3rem solid #387EB3;
}

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

.table-primary-policy {
  margin-bottom: 3rem;
  background: white;
  width: 100%;
  border: 2px solid #ddd;
}
.table-primary-policy tr:first-child {
  border-top: 1px solid #ddd;
}
.table-primary-policy th {
  font-weight: normal;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table-primary-policy td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

thead th {
  background-color: #F77400;
  color: #231815;
  border-left: 1px solid #fff;
}

.table-accent {
  margin-bottom: 3rem;
  background: white;
  width: 100%;
  border: 1px solid #387EB3;
}
.table-accent tr:first-child {
  border-top: 1px solid #387EB3;
}
.table-accent th {
  background-color: rgba(56, 126, 179, 0.2);
  font-weight: normal;
  padding: 0.5em 1em;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #E6E3EC;
}
.table-accent td {
  padding: 0.5em 1em;
  text-align: left;
  border-bottom: 1px solid #E6E3EC;
  vertical-align: middle;
}
.table-accent thead th {
  background-color: rgba(56, 126, 179, 0.9);
  color: #fff;
}
.table-accent tbody {
  border-right: 1px solid #E6E3EC;
}

.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 #E6E3EC;
}
.table-default td {
  padding: 0.5em 1em;
  text-align: left;
  border-bottom: 1px solid #E6E3EC;
  vertical-align: middle;
}
.table-default thead th {
  border-left: 1px solid #fff;
  background-color: #e5e5e5;
}
.table-default tbody th {
  border-right: 1px solid #E6E3EC;
}

.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-bottom: 3rem;
  border-spacing: 1.5px;
  border-collapse: separate;
  background-color: #dddddd;
}
.table-block th {
  background-color: #6A0000;
  padding: 0.5em 1em;
  color: #fff;
  width: 22%;
}
@media only screen and (max-width: 420px) {
  .table-block th {
    width: 100% !important;
    display: block;
    width: 22%;
  }
}
.table-block td {
  padding: 1.2em 1em;
  text-align: left;
  background-color: #fff;
  border: none;
}
@media only screen and (max-width: 420px) {
  .table-block td {
    width: 100%;
    display: block;
  }
}
.table-block tbody th {
  background-color: rgba(106, 0, 0, 0.1);
  color: #231815;
}

.table-a {
  margin-bottom: 3rem;
  background: white;
  border: 2px solid rgba(56, 126, 179, 0.9);
  width: 100%;
  border-collapse: collapse;
}

.table-a td {
  padding: 1.2em 1em;
  text-align: left;
  border: 1px solid;
  border-color: rgba(56, 126, 179, 0.9);
  vertical-align: middle;
}

.table-a th {
  background-color: rgba(56, 126, 179, 0.2);
  border-color: rgba(56, 126, 179, 0.9);
  border: 1px solid;
  width: 22%;
}

@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: #F77400;
}
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: #FAFAFA;
}

.bg-white {
  background: #fff;
  color: #231815;
}

.bg-accent {
  background: rgba(56, 126, 179, 0.1);
}

.bg-primary {
  background: rgba(247, 116, 0, 0.3);
}

.bg-secondary {
  background: rgba(106, 0, 0, 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(247, 116, 0, 0.1);
}

.box-secondary {
  background-color: rgba(106, 0, 0, 0.1);
}

.box-accent {
  background: rgba(56, 126, 179, 0.1);
}

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

.box-none {
  background-color: white;
  border-color: #6A0000;
}

.faqBlock .commonAnchor-list {
  border: 3px double #f48297;
  padding: 2em;
}
.faqBlock .commonAnchor-list a {
  text-decoration: underline;
  font-weight: bold;
}
.faqBlock .commonAnchor-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 420px) {
  .faqBlock .commonAnchor-list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.faqBlock .faqList dt {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0.5em 3em;
  border: 1px solid #dadada;
  background-color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .faqBlock .faqList dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.faqBlock .faqList dt:before {
  content: "Q";
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  top: 1px;
  left: 1em;
  color: #387EB3;
}
.faqBlock .faqList dt:after {
  content: "+";
  font-size: 32px;
  font-size: 3.2rem;
  position: absolute;
  font-weight: normal;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #ccc;
}
.faqBlock .faqList dt:hover {
  cursor: pointer;
}
.faqBlock .faqList dt.is-active:after {
  content: "−";
}
.faqBlock .faqList dd {
  margin-bottom: 3em;
  padding: 0.7em 0.7em 0.7em 5em;
  position: relative;
}
.faqBlock .faqList dd:before {
  content: "A";
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  top: 0.2em;
  left: 1.5em;
  color: #6A0000;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .faqBlock .faqList dd:before {
    font-size: 20px;
    font-size: 2rem;
  }
}
.faqBlock .questionTitle {
  margin-bottom: 0;
  text-align: center;
  color: #387EB3;
}
.faqBlock .questionTitle::before {
  content: none;
}

/* pattan01
=========================================== */
.flowBox--v li {
  position: relative;
  padding: 1em;
  margin-bottom: 1.5em;
  display: block;
  border-radius: 3px;
  border: 4px solid #ffe0c4;
  background: #fff;
}
.flowBox--v li:after {
  content: "";
  width: 2em;
  height: 2em;
  background: #ffe0c4;
  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: #F77400;
  color: #fff;
  padding: 0.4em 1em;
  font-family: "Roboto", sans-serif;
  -webkit-box-shadow: 4px 4px 0px rgba(247, 116, 0, 0.2);
          box-shadow: 4px 4px 0px rgba(247, 116, 0, 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: #F77400;
  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
=========================================== */
@media only screen and (min-width: 769px) {
  .bread {
    padding: 0.5em;
  }
}
.bread ul {
  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: #6A0000;
}
.postBlock .cate a[href*="/blog"] {
  background-color: #6A0000;
}
.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: #231815;
  text-decoration: none;
}
.postBlock--list .postBlock--list__item a:hover {
  color: #a17063;
}
.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: #231815;
  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((100% / 3) - 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((100% / 2) - 1em);
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 420px) {
  .postBlock__category > li {
    min-width: calc((100% / 2) - 1em);
  }
}
.postBlock__category > li a {
  border: 1px solid #F77400;
  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, #F77400, #F77400 5px, rgba(247, 116, 0, 0.95) 5px, rgba(247, 116, 0, 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;
}

/* title
=========================================== */
.top-title {
  color: #000;
  font-weight: normal;
  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: #6A0000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Cormorant Infant, serif;
  font-weight: 500;
  text-transform: uppercase;
}
.top-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #387eb3;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

/* top_guide
=========================================== */
.top_guide img {
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .top_guide figure {
    margin-bottom: 6rem;
  }
  .top_guide figure img {
    width: 100%;
  }
}

/* top_guide footer共通
=========================================== */
.timeTableWrap {
  width: 100%;
  margin-bottom: 1em;
  margin-top: 7.5rem;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.timeTableWrap tr {
  height: 70px;
}
.timeTableWrap th {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
}
.timeTableWrap th span {
  font-size: 12px;
  font-size: 1.2rem;
}
.timeTableWrap td {
  border-left: 1px solid #E6E3EC;
  font-size: 15px;
  font-size: 1.5rem;
}

.time__week th {
  background-color: #6A0000;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.time__week th:not(:nth-child(1)) {
  width: 11%;
  border-left: 1px solid #fff;
}

.time__morning {
  border-bottom: 1px solid #E6E3EC;
}
.time__morning th:not(:nth-child(1)) {
  width: 11%;
}
.time__morning th:nth-child(8) {
  padding: 15px 13px;
}

.time__afternoon {
  border-bottom: 1px solid #E6E3EC;
}
.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;
  }
}

/* top_info
=========================================== */
.top_info {
  background-color: #f7f6f5;
  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 solid #c4c4c4;
}
.top_info ul li:last-child {
  border-bottom: none;
}
.top_info ul li .date {
  padding: 5px 50px 0 0;
  color: #F77400;
}
.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: #387EB3;
}
@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_tiles
=========================================== */
.top_tiles .row {
  margin-top: 6.5rem;
}
.top_tiles .tile-wrap {
  text-align: center;
}
.top_tiles .tile-wrap .tile_block {
  position: relative;
  background: #f7f6f5;
  width: 275px;
  height: 275px;
  border-radius: 10px;
  text-align: center;
  padding: 60px 44px 129px;
  color: #F77400;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .top_tiles .tile-wrap .tile_block {
    width: 200px;
    height: 200px;
    padding: 10px;
  }
}
@media screen and (max-width: 820px) and (min-width: 768px) {
  .top_tiles .tile-wrap .tile_block {
    margin: 0 0 26px 0;
  }
  .top_tiles .tile-wrap .tile_block:first-child,
.top_tiles .tile-wrap .tile_block :last-child {
    margin: 0 0 26px 0;
  }
}
@media only screen and (max-width: 768px) {
  .top_tiles .tile-wrap .tile_block {
    margin: 0 auto;
  }
  .top_tiles .tile-wrap .tile_block:first-child,
.top_tiles .tile-wrap .tile_block :last-child {
    margin: 0 auto;
  }
}
.top_tiles .tile-wrap .tile_block:after {
  position: absolute;
  content: url(../images/index/arrow.svg);
  width: 46px;
  height: 45px;
  bottom: 8px;
  right: 8px;
}
.top_tiles .tile-wrap .tile_block a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_tiles .tile-wrap .tile_block:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}
.top_tiles .tile-wrap .tile_block_icon {
  width: 87px;
  height: 87px;
  margin: auto;
  margin-bottom: 25px;
}
.top_tiles .tile-wrap .tile_title {
  font-size: 23px;
  font-size: 2.3rem;
  color: #F77400;
  font-weight: 400;
  line-height: 3.3rem;
  margin-bottom: 23px;
}
@media only screen and (max-width: 895px) {
  .top_tiles .tile-wrap .tile_title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .top_tiles .tile-wrap .tile_title {
    margin-bottom: 1rem;
  }
}
.top_tiles .tile-wrap .tile_text {
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
}
@media only screen and (max-width: 1016px) {
  .top_tiles .tile-wrap:nth-child(2) .hidden_br {
    display: none;
  }
}
.top_tiles .tile-wrap:last-child:before {
  display: none;
}
.top_tiles .tile-wrap:last-child .tile_title {
  padding-top: 6px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 847px) {
  .top_tiles .tile-wrap:last-child .tile_title {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .top_tiles .tile-wrap:last-child .tile_title {
    padding-top: 15px;
    padding-bottom: 7px;
  }
}
@media only screen and (max-width: 1127px) {
  .top_tiles .tile-wrap:last-child .tile_title {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top_tiles .tile-wrap:last-child {
    margin-bottom: 20px;
  }
}
.top_tiles .tile-wrap .button, .top_tiles .tile-wrap .pagelink li a, .pagelink li .top_tiles .tile-wrap a {
  padding-left: 1em;
  padding-right: 0.6em;
  max-width: 240px;
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: #fff 2px solid;
  color: #fff;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  background: -webkit-gradient(linear, left top, right top, from(#f28905), to(#ea5d03));
  background: linear-gradient(to right, #f28905, #ea5d03);
}
@media only screen and (max-width: 930px) {
  .top_tiles .tile-wrap .button, .top_tiles .tile-wrap .pagelink li a, .pagelink li .top_tiles .tile-wrap a {
    width: 150px;
  }
}
@media only screen and (max-width: 906px) {
  .top_tiles .tile-wrap .button, .top_tiles .tile-wrap .pagelink li a, .pagelink li .top_tiles .tile-wrap a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .top_tiles .tile-wrap .button, .top_tiles .tile-wrap .pagelink li a, .pagelink li .top_tiles .tile-wrap a {
    bottom: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .top_tiles .tile-wrap .button:after, .top_tiles .tile-wrap .pagelink li a:after, .pagelink li .top_tiles .tile-wrap a:after {
    margin-left: 10px;
  }
}
.top_tiles .tile-wrap .button:hover, .top_tiles .tile-wrap .pagelink li a:hover, .pagelink li .top_tiles .tile-wrap a:hover {
  border: solid 1px #387EB3;
  background: #fff;
  color: #387EB3;
}
/* top_policy
=========================================== */
.top_policy {
  position: relative;
  background-image: url("../../assets/images/index/bg_policy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
@media only screen and (max-width: 420px) {
  .top_policy {
    background-image: url("../../assets/images/index/bg_policy_sp.jpg");
    background-size: cover;
  }
}
.top_policy .row {
  position: relative;
  z-index: 1;
}
.top_policy .top_policy_doctor_photo {
  text-align: center;
}
.top_policy .top-title {
  margin-bottom: 15px;
}
.top_policy .top-title br {
  display: none;
}
@media only screen and (max-width: 420px) {
  .top_policy .top-title br {
    display: block;
  }
}
.top_policy .top-title::after {
  bottom: -70px;
}
@media only screen and (max-width: 420px) {
  .top_policy .top-title::after {
    bottom: -100px;
  }
}
.top_policy .policy__sub-title {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 23px;
  font-size: 2.3rem;
}
@media only screen and (max-width: 768px) {
  .top_policy .policy__sub-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .top_policy .policy__sub-title {
    margin-bottom: 3rem;
    line-height: 1.5;
  }
}
.top_policy .policy__item {
  max-width: 880px;
  margin-bottom: 3em;
}
@media screen and (max-width: 1096px) and (min-width: 836px) {
  .top_policy .policy__item:last-child {
    max-width: 600px;
  }
}
@media screen and (max-width: 835px) and (min-width: 769px) {
  .top_policy .policy__item:last-child {
    max-width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .top_policy .policy__item:last-child {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .top_policy .policy__item {
    margin-bottom: 2em;
  }
}
.top_policy .policy__item .policy__item-title {
  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: 420px) {
  .top_policy .policy__item .policy__item-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2em;
  }
}
.top_policy .policy__item .policy__item-num {
  padding-right: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 74px;
  font-size: 7.4rem;
  line-height: 1.4;
  color: rgba(106, 0, 0, 0.5);
}
@media only screen and (max-width: 420px) {
  .top_policy .policy__item .policy__item-num {
    font-size: 60px;
    font-size: 6rem;
    margin-right: auto;
    padding-left: 1rem;
  }
}
.top_policy .policy__item h3 {
  margin-left: 0;
  margin-bottom: -1rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  color: #6A0000;
  text-align: left;
  line-height: 1.5;
}
.top_policy .policy__item .policy__item-text {
  line-height: 1.6;
}
.top_policy .policy__item .policy__item-text strong {
  color: #F77400;
}

/* top_access
=========================================== */
.top_access {
  margin-bottom: -40px;
}
.top_access h2 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .top_access .accessWrap {
    margin: 0 auto 3em;
  }
}
.top_access .access__map {
  margin-bottom: 40px;
}
.top_access .access__map iframe {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top_access .access__map iframe {
    width: 100%;
  }
}
.top_access .button, .top_access .pagelink li a, .pagelink li .top_access a {
  width: 400px;
  height: 50px;
}
@media only screen and (max-width: 420px) {
  .top_access .button, .top_access .pagelink li a, .pagelink li .top_access a {
    width: 80vw;
  }
}
.top_access .button:hover, .top_access .pagelink li a:hover, .pagelink li .top_access a:hover {
  background-color: #6A0000;
}
.top_access .button::after, .top_access .pagelink li a::after, .pagelink li .top_access a::after {
  content: none;
}
.top_access .fas-map {
  font-size: 24px;
  color: #ffffff;
  margin-right: 14px;
}
.top_access .calenderWrap {
  text-align: center;
}
.top_access .calenderWrap .calendar {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .top_access .calenderWrap .calendar iframe {
    width: 500px;
    height: 380px;
  }
}
@media only screen and (max-width: 768px) {
  .top_access .calenderWrap .calendar iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .top_access .calenderWrap .calendar iframe {
    width: 100%;
    height: 600px;
  }
}
@media only screen and (max-width: 820px) and (min-width: 768px) {
  .top_access .access__map iframe {
    width: 100%;
  }
  .top_access .button, .top_access .pagelink li a, .pagelink li .top_access a {
    width: 100%;
  }
}

/* top_about
=========================================== */
.top_about {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.top_about .top-title {
  margin-bottom: 6rem;
}
@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 solid #e6e3ec;
}
.top_about .aboutWrap th {
  padding: 15px 0 15px 10px;
  line-height: 1.625;
}
@media only screen and (max-width: 420px) {
  .top_about .aboutWrap th {
    padding: 10px 0 10px;
  }
}
.top_about .aboutWrap td {
  padding: 15px 10px 15px 0;
  line-height: 1.625;
}
.top_about .aboutWrap td {
  padding-left: 20px;
}
@media only screen and (max-width: 420px) {
  .top_about .aboutWrap td {
    padding: 10px 0 10px 20px;
  }
}
.top_about .aboutWrap a {
  text-decoration: underline;
}
@media only screen and (max-width: 420px) {
  .top_about .aboutWrap span {
    display: block;
  }
}
.top_about table + p {
  margin-bottom: 2em;
}
.top_about .-payment p {
  margin-bottom: 1em;
  line-height: 1.625;
}

/****************************************************
Hero
*****************************************************/
.hero--sub {
  background: rgba(56, 126, 179, 0.5);
  background: url(../images/common/hero_sub_bg.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .hero--sub {
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .hero--sub {
    height: 130px;
    padding-left: 1em;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .hero--sub {
    padding: 0 2%;
    background-position: left;
  }
}
@media (min-width: 1920px) {
  .hero--sub {
    background-size: cover;
  }
}
.hero--sub.hero--sub--news {
  background-size: cover;
}
.hero--sub .hero--sub__titlearea {
  max-width: 1196px;
  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;
}
.hero--sub .hero--sub__titlearea .hero--sub__title {
  position: relative;
  top: 4%;
}
@media only screen and (max-width: 768px) {
  .hero--sub .hero--sub__titlearea .hero--sub__title {
    top: 3%;
  }
}
.hero--sub .hero--sub__titlearea .ja {
  display: block;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #6A0000;
}
@media only screen and (max-width: 768px) {
  .hero--sub .hero--sub__titlearea .ja {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 420px) {
  .hero--sub .hero--sub__titlearea .ja {
    font-size: 20px;
    font-size: 2rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "HGS明朝E", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

h1 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #969696;
}

.sub h3 {
  display: table;
  position: relative;
  text-align: center;
  margin: 0 auto 1.5em;
  margin-bottom: 30px;
  color: #000;
  font-weight: normal;
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .sub h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.sub h3::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #387eb3;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
.sub h4 {
  display: table;
  position: relative;
  text-align: center;
  margin: 0 auto 1em;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  color: #6A0000;
}
@media only screen and (max-width: 768px) {
  .sub h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.sub h4 .en {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #F77400;
  font-weight: 400;
}
.sub h5 {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 1em;
  padding: 0.5em 0 0.5em 1em;
  font-weight: bold;
  color: #212121;
}
.sub h5:after {
  content: "";
  background: #F77400;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sub h4.relation {
  text-align: left;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 1em;
  padding: 0.5em 0 0.5em 1em;
  font-weight: bold;
  color: #212121;
}
.sub h4.relation:after {
  content: "";
  background: #F77400;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sub .c-title {
  color: #387EB3;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "HGS明朝E", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 420px) {
  .sub .c-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.sub .c-title:before {
  content: none !important;
}
.sub .c-title span {
  display: block;
  color: #6A0000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "HGS明朝E", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 500;
  text-transform: uppercase;
}

.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: #231815;
}

.accessBlock.accessBlock_timeTable {
  padding-bottom: 0;
}
.accessBlock .access__map {
  margin-bottom: 20px;
}
.accessBlock .access__map iframe {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  a.contact_tel {
    text-decoration: none;
    pointer-events: none;
  }
}

.contact_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px double #387EB3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1em;
}
.contact_tel:hover {
  background: #E6E3EC;
  color: #231815;
}
.contact_tel .contact_tel-title {
  text-align: center;
}
.contact_tel .contact_tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.contact_tel .contact_tel-number p {
  color: #444495;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: Hiragino Mincho ProN;
  letter-spacing: 0.9px;
  line-height: 1em;
  font-weight: 700;
}

#formWrap .formTable {
  margin: 1.5em auto;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: none;
}
#formWrap .formTable th,
#formWrap .formTable td {
  padding: 1em;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  #formWrap .formTable th,
#formWrap .formTable td {
    width: 100%;
    display: block;
    padding: 0.8em;
  }
}
#formWrap .formTable th {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  #formWrap .formTable th {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  #formWrap .formTable td {
    border-bottom: none;
    padding-top: 0;
  }
}
#formWrap .formTable td input[type=text],
#formWrap .formTable td textarea,
#formWrap .formTable td input[type=Email],
#formWrap .formTable td input[type=tel],
#formWrap .formTable td input[type=date],
#formWrap .formTable td input[type=postal-code] {
  padding: 7px 17px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background: #ffffff;
  border-radius: 0;
  font-weight: normal;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #formWrap .formTable td input[type=text],
#formWrap .formTable td textarea,
#formWrap .formTable td input[type=Email],
#formWrap .formTable td input[type=tel],
#formWrap .formTable td input[type=date],
#formWrap .formTable td input[type=postal-code] {
    min-height: 40px;
    line-height: 1;
    width: 100%;
  }
}
#formWrap .formTable td input::-webkit-input-placeholder {
  color: #b4b4b4;
  display: block;
  margin-top: 4px;
}
#formWrap .formTable td input::-moz-placeholder {
  color: #b4b4b4;
  display: block;
  margin-top: 4px;
}
#formWrap .formTable td input:-ms-input-placeholder {
  color: #b4b4b4;
  display: block;
  margin-top: 4px;
}
#formWrap .formTable td input::-ms-input-placeholder {
  color: #b4b4b4;
  display: block;
  margin-top: 4px;
}
#formWrap .formTable td input::placeholder {
  color: #b4b4b4;
  display: block;
  margin-top: 4px;
}
#formWrap .formTable textarea {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #formWrap .formTable label {
    display: block;
  }
}
#formWrap .formTable .required {
  margin-right: 8px;
  padding: 6px;
  background: #387EB3;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}
#formWrap .formTable .formTable_flex {
  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) {
  #formWrap .formTable .formTable_flex {
    padding-left: 8%;
  }
}
#formWrap .formTable .formTable_flex input {
  margin-right: 2px;
}
#formWrap .formTable .formTable_flex label {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  #formWrap .formTable .formTable_detail {
    padding-left: 8%;
  }
}
#formWrap .formTable .formTable_detail-item {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #formWrap .formTable .formTable_detail-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
#formWrap .formTable .formTable_detail-item input {
  margin-right: 10px;
}

.return {
  text-decoration: underline;
  color: #6A0000;
}
.return:hover {
  color: #F77400;
}

.doctorBlock .doctorImg {
  margin-top: 68px;
}
@media only screen and (max-width: 768px) {
  .doctorBlock .doctorImg {
    margin-top: 0px;
  }
}

.text-name-brown {
  color: #6A0000;
  text-align: left;
  padding-left: 0.5em;
  font-size: 2.8rem;
  padding: 6px 8px 6px 16px;
  position: relative;
  margin-bottom: 25px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  width: 100%;
  background: rgba(68, 138, 202, 0.1);
}

.internalLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.internalLinkWrap a {
  width: calc((100% - 70px) / 3);
  margin-left: 1%;
}
@media only screen and (max-width: 768px) {
  .internalLinkWrap a {
    width: 48%;
  }
}
@media only screen and (max-width: 420px) {
  .internalLinkWrap a {
    width: 100%;
  }
}

.internalLinkWrap:last-child:after {
  display: block;
  content: "";
  width: 33%;
}

.text-brown {
  color: #6A0000;
}

.text-blue {
  color: #387eb3;
}

.text-orange {
  color: #F77400;
}

.diabetesBlock.Comparison a {
  text-decoration: underline;
}

.diabetesBlock.Treatment a {
  text-decoration: underline;
}

.diabetesBlock #block_1, .diabetesBlock #block_2, .diabetesBlock #block_3, .diabetesBlock #block_4, .diabetesBlock #block_5, .diabetesBlock #block_6 {
  padding-top: 100px;
  margin-top: -100px;
}

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

@media only screen and (max-width: 420px) {
  .facilityBlock .table-b .width20 {
    padding: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .facilityBlock .table-b .width30 {
    width: 100%;
  }
}
.facilityBlock .table-b .width60 {
  vertical-align: baseline;
  width: 100%;
}

.table-b {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
  border: 2px solid rgba(56, 126, 179, 0.7);
  border-collapse: collapse;
}

.table-b tr:first-child {
  border-top: 1px solid rgba(56, 126, 179, 0.7);
}

.table-b th {
  background-color: rgba(56, 126, 179, 0.2);
  vertical-align: middle;
  font-weight: bold;
  border-right: 1px solid rgba(56, 126, 179, 0.7);
  border-bottom: 1px solid rgba(56, 126, 179, 0.7);
  padding: 10px;
}

@media only screen and (max-width: 420px) {
  .table-b th {
    width: 100% !important;
    display: block;
  }
}
.table-b td {
  border-right: 1px solid rgba(56, 126, 179, 0.7);
  border-bottom: 1px solid rgba(56, 126, 179, 0.7);
  padding: 10px;
}

@media only screen and (max-width: 420px) {
  .table-b td {
    width: 100%;
    display: block;
  }
}
table .width20 {
  width: 20%;
}

table .width30 {
  width: 30%;
}

table .width40 {
  width: 40%;
}

table .width50 {
  width: 50%;
}

table .width60 {
  width: 60%;
}

.text-tel {
  color: #444495;
  font-weight: bold;
  font-size: 2.5rem;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_qa {
  border-top: 1px solid #F77400;
}

.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1px;
  color: #1b2538;
}

.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}

/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 1em;
  cursor: pointer;
  color: #ffff;
  background-color: #F77400;
}

.cp_qa .cp_actab label:hover {
  color: #000;
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  color: #000;
}

.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em;
}

/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
  color: #ffff;
}

/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
  line-height: 1.6;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 3em;
  margin-top: -12.5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}

.cp_qa .cp_actab input[type=checkbox] + label::after {
  content: "▼";
}

.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}

#general_001 {
  padding-top: 70px;
  margin-top: -70px;
}

/* アンカーポイント調整用 */
.anchor-point {
  padding-top: 70px;
  margin-top: -70px;
}

.firstBlock a.button {
  width: auto;
}