@charset "UTF-8";
/*---------------------------------
以下、リセットCSS
---------------------------------*/
/* Reset box-model
========================================================================== */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.75;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: 62.5%;
  /* 1rem = 10px ~ 2rem = 20px */
  overflow-x: hidden; }

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

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

/* Vertical rhythm
========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration)
========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition)
========================================================================== */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

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

address {
  font-style: inherit; }

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

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

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

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

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

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms
========================================================================== */
/**
* Reset form fields to make them styleable
* 1. Reset radio and checkbox to preserve their look in iOS.
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible; }

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none; }

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

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

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
* Remove padding
*/
option {
  padding: 0; }

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto; }

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

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

/**
* 1. Correct the outline style in Safari.
*/
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

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

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

/**
* Clickable labels
*/
label[for] {
  cursor: pointer; }

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block; }

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

/* Table
========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: normal; }

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none; }

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

.wide-width {
  margin: 0 calc(50% - 50vw);
  width: 100vw; }

html {
  font-size: calc(10vw / 1920.00 * 100); }
  @media screen and (max-width: 768px) {
    html {
      font-size: calc(10vw / 375.00 * 100); } }

body {
  background-color: #222;
  color: #fff;
  font-family: "Noto Sans JP","メイリオ","Font Awesome 5 Free",sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.75; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.45rem; } }

a:hover {
  text-decoration: underline; }

img {
  max-width: 100%; }

::-webkit-scrollbar {
  width: 12.5px; }

::-webkit-scrollbar-track {
  background: #000;
  border: none;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 0 5px #000;
          box-shadow: inset 0 0 5px #000; }

::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000; }

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.d_grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 768px) {
  .pc-device {
    display: none; } }

@media screen and (min-width: 769px) {
  .sp-device {
    display: none; } }

@media screen and (min-width: 769px) {
  .img_c {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
    .img_c:hover {
      opacity: .8; } }

.container {
  width: 100%;
  padding: 5rem 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .container {
      padding: 5rem 0; } }

.inner {
  display: block;
  width: 100rem;
  max-width: 97.5%;
  margin-left: auto;
  margin-right: auto; }
  .inner > div:not(:last-child) {
    margin-bottom: 2.5rem; }

#first-view-autech h1 {
  display: none; }

main {
  background: url(../img/common/main-bg.jpg) repeat-y;
  background-size: cover/contain; }

.caption-bg {
  position: relative;
  width: 100%; }
  .caption-bg.container {
    padding: 10rem 0; }
    @media screen and (max-width: 768px) {
      .caption-bg.container {
        padding: 5rem 0; } }
  .caption-bg h1 {
    font-size: 200%;
    font-weight: 700;
    letter-spacing: .25em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .caption-bg h1 {
        font-size: 150%; } }

.caption-1 {
  font-size: 150%;
  letter-spacing: .25em;
  text-align: center;
  border-bottom: 0.5rem solid #d31212;
  width: 50rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

header {
  background-color: #fff;
  color: #333;
  position: relative;
  padding-top: 1rem; }
  header::before {
    content: "";
    width: 100%;
    height: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d31212; }
  header .container {
    padding-top: 0.5rem;
    padding-bottom: 2rem; }
    @media screen and (max-width: 768px) {
      header .container {
        padding: 0.5rem 0; } }
  header .inner {
    width: 100%; }

header.pc-device #header-contents {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  header.pc-device #header-contents > div:not(:last-child) {
    margin-right: 2.5rem; }
  header.pc-device #header-contents > div:first-child {
    margin-right: 0;
    /* margin-right: auto; */ }
  header.pc-device #header-contents #header-contents-logo {
      text-align: left;
    position: relative; }
    header.pc-device #header-contents #header-contents-logo > div img {
      width: 65.5rem;
      height: auto; }
    header.pc-device #header-contents #header-contents-logo a {
      }
  header.pc-device #header-contents #header-contents-logoline {
    position: relative; }
    header.pc-device #header-contents #header-contents-logoline > div img {
        padding-right: 100px;
      height: auto; }
    header.pc-device #header-contents #header-contents-logoline a {
      }
  header.pc-device #header-contents #header-contents-time {
    white-space: nowrap; }
    header.pc-device #header-contents #header-contents-time > p {
      font-weight: 700;
      border-bottom: .1rem solid #666; }
    header.pc-device #header-contents #header-contents-time #time-flexbox {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header.pc-device #header-contents #header-contents-time #time-flexbox > div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        color: #d31212; }
        header.pc-device #header-contents #header-contents-time #time-flexbox > div:first-child p {
          text-align: center;
          padding: 0 1rem;
          background-color: #d31212;
          color: #fff;
          border-radius: 1rem;
          font-size: 80%; }
      header.pc-device #header-contents #header-contents-time #time-flexbox #time-type {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        font-weight: 700; }
  header.pc-device #header-contents #header-contents-tel {
    white-space: nowrap; }
    header.pc-device #header-contents #header-contents-tel > div {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      header.pc-device #header-contents #header-contents-tel > div:not(:last-child) {
        margin-bottom: 1rem; }
      header.pc-device #header-contents #header-contents-tel > div p.tel-bg {
        width: 15.5rem;
        display: block;
        background-color: #d31212;
        color: white;
        border-radius: 0.5rem;
        text-align: center;
        line-height: 2; }
      header.pc-device #header-contents #header-contents-tel > div p:not(.tel-bg) {
        font-size: 120%;
        font-weight: 700; }
      header.pc-device #header-contents #header-contents-tel > div p:not(:last-child) {
        margin-right: 1rem; }
  header.pc-device #header-contents #header-contents-contact {
    white-space: nowrap;
    position: relative;
    background-color: #d31212;
    color: white;
    width: 20rem;
    text-align: center;
    padding: 1rem 0;
    border-radius: 0.5rem;
    font-size: 120%;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
    header.pc-device #header-contents #header-contents-contact a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    header.pc-device #header-contents #header-contents-contact:hover {
      opacity: .7; }

header.pc-device #header-nav {
  font-size: 120%; }
  header.pc-device #header-nav nav {
    width: 100rem; }
    header.pc-device #header-nav nav ul {
      text-align: center; }
      header.pc-device #header-nav nav ul li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border-left: .1rem solid #999; }
        header.pc-device #header-nav nav ul li:last-child {
          border-right: .1rem solid #999; }

header.sp-device {
  width: 100%;
  height: 5.0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  background: #fff;
  color: #222; }
  header.sp-device img {
    /* width: 100px; */
    height: auto; }
  header.sp-device .inner {
    width: 100%; }
  header.sp-device #header-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1rem; }
    header.sp-device #header-contents > *:not(:last-child) {
      margin-right: 15rem;
      width: 100px;}
    header.sp-device #header-contents > *:first-child {
      margin-right: auto; }
    header.sp-device #header-contents .line_sp img {
      height: 90%;
      width: 100px;}
    header.sp-device #header-contents #header-drawer .menu-checkbox {
      display: none; }
    header.sp-device #header-contents #header-drawer .menu-button {
      font-size: 150%; }
    header.sp-device #header-contents #header-drawer #drawer-contents {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 4;
      width: 80%;
      max-width: 100%;
      height: 100%;
      -webkit-transform: translateX(110%);
              transform: translateX(110%);
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease;
      background-color: #222;
      -webkit-box-shadow: -0.1rem 0 0.6rem rgba(0, 0, 0, 0.1);
              box-shadow: -0.1rem 0 0.6rem rgba(0, 0, 0, 0.1);
      padding: 1em; }
      header.sp-device #header-contents #header-drawer #drawer-contents > div:not(:last-child) {
        margin-bottom: 2.5rem; }
      header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul li {
        border-bottom: .1rem solid white; }
        header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul li:not(:last-child) {
          margin-bottom: 1em; }
        header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul li a {
          display: block;
          color: #fff; }
          header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul li a:hover, header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul li a:active, header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul li a:focus {
            color: white; }
      header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul.li-haken-case {
        padding-left: 2em;
        margin-bottom: 1em; }
        header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul.li-haken-case li {
          position: relative; }
          header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul.li-haken-case li::before {
            position: absolute;
            left: -1.5em;
            content: "\2517"; }
    header.sp-device #header-contents #header-drawer .menu-checkbox:checked ~ #drawer-contents {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    header.sp-device #header-contents #header-drawer .menu-background {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 3;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5); }
    header.sp-device #header-contents #header-drawer .menu-checkbox:checked ~ .menu-background {
      display: block; }

footer {
  background-color: #222; }
  footer #footer-nav {
    font-size: 120%; }
    footer #footer-nav nav {
      width: 100%; }
      footer #footer-nav nav ul {
        text-align: center; }
        footer #footer-nav nav ul li {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          border-left: .1rem solid #999; }
          footer #footer-nav nav ul li:last-child {
            border-right: .1rem solid #999; }
  footer #footer-access {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      footer #footer-access {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    footer #footer-access > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media screen and (max-width: 768px) {
        footer #footer-access > div:not(:last-child) {
          margin-bottom: 2rem; } }
  footer #footer-access .just {
    letter-spacing: 0.2px; }
    footer #footer-access .footer-calendar {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      width: auto;
      height: 40rem; }
      @media screen and (max-width: 768px) {
        footer #footer-access .footer-calendar {
          width: 100%; } }
  footer #footer-copyright {
    text-align: center;
    font-size: 80%; }

#first-view {
  position: relative;
  width: 100%;
  height: 60rem;
  background: url(../img/common/first-view/first-view-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 768px) {
    #first-view {
      height: calc(60rem / 2); } }
  #first-view::before {
    content: "";
    display: block;
    width: 55.4rem;
    height: 17.0rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/common/first-view/first-view-title.png) no-repeat;
    background-size: contain; }
    @media screen and (max-width: 768px) {
      #first-view::before {
        width: calc(55.4rem / 2.5);
        height: calc(17.0rem / 2.5); } }

#flow-qa {
  padding-top: 0; }
  @media screen and (max-width: 768px) {
    #flow-qa #flow-qa-flexbox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #flow-qa #flow-qa-flexbox .flow-qa-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center; }
    #flow-qa #flow-qa-flexbox .flow-qa-btn:not(:last-child) {
      margin-right: 2.5rem; }
      @media screen and (max-width: 768px) {
        #flow-qa #flow-qa-flexbox .flow-qa-btn:not(:last-child) {
          margin-right: 0;
          margin-bottom: 2.5rem; } }
    #flow-qa #flow-qa-flexbox .flow-qa-btn a {
      display: block;
      width: 100%;
      padding: 1rem 5rem;
      background-color: #d31212;
      font-size: 120%;
      font-weight: 700;
      text-decoration: none; }
      #flow-qa #flow-qa-flexbox .flow-qa-btn a::after {
        content: "\25b6";
        margin-left: .5em;
        -webkit-transition-duration: .3s;
                transition-duration: .3s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-timing-function: ease;
                transition-timing-function: ease; }
      #flow-qa #flow-qa-flexbox .flow-qa-btn a:hover::after {
        margin-left: 1em; }

#index #index-quality #index-quality-flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    #index #index-quality #index-quality-flexbox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #index #index-quality #index-quality-flexbox > .index-quality-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    #index #index-quality #index-quality-flexbox > .index-quality-item:not(:last-child) {
      margin-right: 2.5rem; }
      @media screen and (max-width: 768px) {
        #index #index-quality #index-quality-flexbox > .index-quality-item:not(:last-child) {
          margin-right: 0;
          margin-bottom: 2.5rem; } }
    #index #index-quality #index-quality-flexbox > .index-quality-item p {
      margin-bottom: 1em; }
    #index #index-quality #index-quality-flexbox > .index-quality-item img {
      width: 100%;
      height: 25rem;
      -o-object-fit: cover;
         object-fit: cover; }
      @media screen and (max-width: 768px) {
        #index #index-quality #index-quality-flexbox > .index-quality-item img {
          height: calc(25rem / 1.5); } }

#index #index-greeting #index-greeting-article img {
  width: 25rem;
  height: auto;
  margin-left: 2.5rem;
  margin-bottom: 2.5rem;
  float: right; }
  @media screen and (max-width: 768px) {
    #index #index-greeting #index-greeting-article img {
      width: calc(25rem / 1.788); } }

#index #index-greeting #index-greeting-article p {
  margin-bottom: 1em; }
  #index #index-greeting #index-greeting-article p:last-child {
    text-align: right; }

#index #index-greeting #index-greeting-flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #index #index-greeting #index-greeting-flexbox > .index-greeting-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    #index #index-greeting #index-greeting-flexbox > .index-greeting-item:not(:last-child) {
      margin-right: 2.5rem; }
    #index #index-greeting #index-greeting-flexbox > .index-greeting-item p {
      margin-bottom: 1em; }
      #index #index-greeting #index-greeting-flexbox > .index-greeting-item p:last-child {
        text-align: right; }
    #index #index-greeting #index-greeting-flexbox > .index-greeting-item img {
      width: 3rem;
      height: auto; }

#index #index-access #index-access-flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    #index #index-access #index-access-flexbox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #index #index-access #index-access-flexbox > .index-access-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    #index #index-access #index-access-flexbox > .index-access-item:not(:last-child) {
      margin-right: 2.5rem; }
      @media screen and (max-width: 768px) {
        #index #index-access #index-access-flexbox > .index-access-item:not(:last-child) {
          margin-right: 0;
          margin-bottom: 2.5rem; } }
    #index #index-access #index-access-flexbox > .index-access-item p {
      margin-bottom: 1em; }
    #index #index-access #index-access-flexbox > .index-access-item img {
      width: 100%;
      height: 25rem;
      -o-object-fit: cover;
         object-fit: cover; }
      @media screen and (max-width: 768px) {
        #index #index-access #index-access-flexbox > .index-access-item img {
          height: calc(25rem / 1.5); } }

#index #index-access #index-access-map iframe {
  width: 100%;
  height: 25rem; }

#flow .caption-bg {
  background: url(../img/pages/flow/caption-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

#flow #flow-article #flow-article-container {
  background: url(../img/pages/flow/flow-article/flow-article-img.jpg) no-repeat;
  background-size: cover;
  background-position: right; }
  @media screen and (max-width: 768px) {
    #flow #flow-article #flow-article-container {
      background: url(../img/pages/flow/flow-article/flow-article-img-sp.jpg) no-repeat;
      background-size: cover;
      background-position: center; } }
  #flow #flow-article #flow-article-container #flow-article-flexbox {
    padding: 2.5rem; }
    #flow #flow-article #flow-article-container #flow-article-flexbox #flow-article-flexbox-container {
      width: calc(100% / 2);
      margin-left: auto; }
      @media screen and (max-width: 768px) {
        #flow #flow-article #flow-article-container #flow-article-flexbox #flow-article-flexbox-container {
          width: 100%;
          margin-left: 0; } }
      #flow #flow-article #flow-article-container #flow-article-flexbox #flow-article-flexbox-container .flow-article-flexbox-container-item {
        color: #333; }
        #flow #flow-article #flow-article-container #flow-article-flexbox #flow-article-flexbox-container .flow-article-flexbox-container-item h3 {
          background-color: #333;
          color: white;
          padding: 0.5rem;
          font-size: 120%;
          margin-bottom: 1rem; }
        #flow #flow-article #flow-article-container #flow-article-flexbox #flow-article-flexbox-container .flow-article-flexbox-container-item:not(:last-child) {
          margin-bottom: 2.5rem; }

#qa .caption-bg {
  background: url(../img/pages/qa/caption-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

#qa #qa-article .qa-box:not(:last-child) {
  margin-bottom: 5rem; }

#qa #qa-article .qa-box .qa-q {
  display: block;
  width: 100%;
  padding: 1rem;
  background-color: #d31212;
  font-size: 120%; }
  @media screen and (max-width: 768px) {
    #qa #qa-article .qa-box .qa-q {
      font-size: 100%; } }
  #qa #qa-article .qa-box .qa-q p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #qa #qa-article .qa-box .qa-q p::before {
      content: "Q.";
      margin-right: .25em; }

#qa #qa-article .qa-box .qa-a {
  display: block;
  width: 100%;
  padding: 1rem;
  background-color: #333;
  color: white;
  font-size: 120%; }
  @media screen and (max-width: 768px) {
    #qa #qa-article .qa-box .qa-a {
      font-size: 100%; } }
  #qa #qa-article .qa-box .qa-a p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 1em; }
    #qa #qa-article .qa-box .qa-a p::before {
      content: "A.";
      margin-right: .25em;
      margin-left: -1em; }

#contact .caption-bg {
  background: url(../img/pages/qa/caption-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

#contact #contact-form #contact-form-flexbox {
  width: calc(100% / 2);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #contact #contact-form #contact-form-flexbox > div:not(:last-child) {
    margin-bottom: 2.5rem; }
  @media screen and (max-width: 768px) {
    #contact #contact-form #contact-form-flexbox {
      width: 100%; } }
  #contact #contact-form #contact-form-flexbox form {
    width: 100%;
    padding: 0; }
  #contact #contact-form #contact-form-flexbox .contact-form-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    #contact #contact-form #contact-form-flexbox .contact-form-item span.required {
      background-color: #db3727;
      padding: 0 0.5rem;
      border-radius: 0.5rem;
      margin-right: .25em; }
    #contact #contact-form #contact-form-flexbox .contact-form-item input, #contact #contact-form #contact-form-flexbox .contact-form-item textarea, #contact #contact-form #contact-form-flexbox .contact-form-item select {
      border: .1rem solid white;
      border-radius: 0.5rem;
      -webkit-appearance: menulist;
         -moz-appearance: menulist;
              appearance: menulist;
      background-color: #222;
      width: 100%; }
      #contact #contact-form #contact-form-flexbox .contact-form-item input:focus, #contact #contact-form #contact-form-flexbox .contact-form-item textarea:focus, #contact #contact-form #contact-form-flexbox .contact-form-item select:focus {
        border-color: #ff0; }
    #contact #contact-form #contact-form-flexbox .contact-form-item textarea {
      min-height: 10rem;
      min-width: 5rem;
      max-width: 100%; }
    #contact #contact-form #contact-form-flexbox .contact-form-item input[type="submit"] {
      display: block;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 1rem;
      text-align: center;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease; }
      #contact #contact-form #contact-form-flexbox .contact-form-item input[type="submit"]:hover {
        background-color: white;
        color: #222; }
    #contact #contact-form #contact-form-flexbox .contact-form-item:not(:last-child) {
      margin-bottom: 2.5rem; }

#about .caption-bg {
  background: url(../img/pages/about/caption-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

@media screen and (max-width: 768px) {
  #about #about-autech #about-autech-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

#about #about-autech #about-autech-flexbox .about-autech-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  #about #about-autech #about-autech-flexbox .about-autech-item img {
    width: 100%;
    height: 25rem;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (max-width: 768px) {
      #about #about-autech #about-autech-flexbox .about-autech-item img {
        height: calc(25rem / 1.5); } }
  #about #about-autech #about-autech-flexbox .about-autech-item p {
    margin-bottom: 1em; }
  #about #about-autech #about-autech-flexbox .about-autech-item:not(:last-child) {
    margin-right: 2.5rem; }
    @media screen and (max-width: 768px) {
      #about #about-autech #about-autech-flexbox .about-autech-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 2.5rem; } }

#about #about-map iframe {
  width: 100%;
  height: 25rem; }

#about #about-store table {
  width: calc(100% / 2);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    #about #about-store table {
      width: 100%; } }
  #about #about-store table th, #about #about-store table td {
    padding: 1rem;
    border: .1rem solid white; }
    @media screen and (max-width: 768px) {
      #about #about-store table th, #about #about-store table td {
        display: block;
        width: 100%; } }
  #about #about-store table th {
    background-color: #333; }
  #about #about-store table td {
    background-color: #222; }

#eco .caption-bg {
  background: url(../img/pages/eco/caption-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
  #eco .caption-bg .fv-text-1 {
    text-align: center;
    font-size: 300%;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      #eco .caption-bg .fv-text-1 {
        font-size: 150%; } }
  #eco .caption-bg .fv-btn-1 a {
    display: block;
    width: 100%;
    background-color: #e87b57;
    text-align: center;
    padding: 1rem;
    font-size: 200%;
    border-radius: 2rem;
    text-decoration: none;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
    #eco .caption-bg .fv-btn-1 a:hover {
      background-color: white;
      color: #333; }
    @media screen and (max-width: 768px) {
      #eco .caption-bg .fv-btn-1 a {
        font-size: 150%; } }
  #eco .caption-bg .caption-icon {
    width: 100%; }
    @media screen and (max-width: 768px) {
      #eco .caption-bg .caption-icon {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media screen and (min-width: 769px) {
      #eco .caption-bg .caption-icon > *:not(:last-child) {
        margin-right: 2rem; } }
    @media screen and (max-width: 768px) {
      #eco .caption-bg .caption-icon > * {
        margin: 1rem; } }
    #eco .caption-bg .caption-icon img {
      width: 15rem;
      height: 15rem; }
      @media screen and (max-width: 768px) {
        #eco .caption-bg .caption-icon img {
          width: 10rem;
          height: 10rem; } }

#eco .hukidashi.container {
  padding: 0; }

#eco .hukidashi .inner {
  width: 100%;
  max-width: 100%; }

#eco #eco-3 span.span-color-sub {
  color: #e87b57; }

#eco #eco-4 table {
  width: 100%;
  table-layout: fixed; }
  #eco #eco-4 table th, #eco #eco-4 table td {
    padding: 1rem; }
  #eco #eco-4 table th {
    background-color: #e87b57; }
  #eco #eco-4 table td {
    background-color: white;
    color: #333; }
    #eco #eco-4 table td:nth-child(2n) {
      background-color: #eee; }
  #eco #eco-4 table .table-1 {
    border-bottom: .1rem solid #999;
    font-size: 120%; }

#eco #eco-5 .eco-5-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    #eco #eco-5 .eco-5-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #eco #eco-5 .eco-5-item > div {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    #eco #eco-5 .eco-5-item > div h3 {
      font-size: 150%;
      color: #e87b57; }
    #eco #eco-5 .eco-5-item > div:not(:last-child) {
      margin-right: 2rem; }
      @media screen and (max-width: 768px) {
        #eco #eco-5 .eco-5-item > div:not(:last-child) {
          margin-right: 0; } }
  #eco #eco-5 .eco-5-item .eco-5-item-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

#eco #eco-6 .eco-6-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 2rem;
  border: 0.3rem solid #d31212;
  border-radius: 1rem; }
  @media screen and (max-width: 768px) {
    #eco #eco-6 .eco-6-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #eco #eco-6 .eco-6-item > div {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    #eco #eco-6 .eco-6-item > div h3 {
      font-size: 150%;
      color: #e87b57; }
    #eco #eco-6 .eco-6-item > div:not(:last-child) {
      margin-right: 2rem; }
      @media screen and (max-width: 768px) {
        #eco #eco-6 .eco-6-item > div:not(:last-child) {
          margin-right: 0; } }
  #eco #eco-6 .eco-6-item .eco-6-item-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  #eco #eco-6 .eco-6-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -2.3rem;
    background: url(../img/pages/eco/arrow.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 2.7rem;
    height: 1.4rem; }

#eco #eco-7 .eco-7-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    #eco #eco-7 .eco-7-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #eco #eco-7 .eco-7-item > div {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    #eco #eco-7 .eco-7-item > div h3 {
      font-size: 150%;
      color: #e87b57; }
    #eco #eco-7 .eco-7-item > div:not(:last-child) {
      margin-right: 2rem; }
      @media screen and (max-width: 768px) {
        #eco #eco-7 .eco-7-item > div:not(:last-child) {
          margin-right: 0; } }
  #eco #eco-7 .eco-7-item .eco-7-item-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  #eco #eco-7 .eco-7-item ul li::before {
    content: "☆"; }

#announce .caption-bg {
  background: url(../img/pages/announce/caption-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

#hanbai .caption-bg {
  background: url(../img/pages/hanbai/caption-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

@media screen and (max-width: 768px) {
  #hanbai .hanbai-service-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

#hanbai .hanbai-service-wrap .hanbai-service {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0.3rem solid #d31212;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  #hanbai .hanbai-service-wrap .hanbai-service:not(:last-child) {
    margin-right: 2rem; }
    @media screen and (max-width: 768px) {
      #hanbai .hanbai-service-wrap .hanbai-service:not(:last-child) {
        margin-right: 0;
        margin-bottom: 2rem; } }
  #hanbai .hanbai-service-wrap .hanbai-service .hanbai-service-caption {
    width: 100%;
    background-color: #d31212;
    color: white;
    text-align: center;
    padding: 0.5rem;
    font-size: 120%;
    font-weight: 700; }
    #hanbai .hanbai-service-wrap .hanbai-service .hanbai-service-caption img {
      width: 5rem;
      height: auto;
      margin: 1rem 0; }
  #hanbai .hanbai-service-wrap .hanbai-service .hanbai-service-text {
    padding: 1rem; }
