@charset "UTF-8";
/* 初期化 */
html, body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, th, td, embed, object {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* フォントスタイル初期設定 */
html {
  font-size: 62.5%; /*標準サイズ*/
}

body {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  line-height: 1.6;
  word-wrap: break-word;
  color: #123035;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 1074px) {
  body {
    font-size: 1.8rem;
  }
}

section, div, p {
  box-sizing: border-box;
}

img {
  border: 0;
  vertical-align: bottom;
}

img[src$=".png"],
img[src$=".jpg"] {
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

a:hover img.alpha {
  filter: alpha(opacity=70);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.btnflash a:hover {
  opacity: 0.7;
  animation: flash 1s;
}

.c-inner {
  margin: 0 auto;
}

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

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

address {
  font-style: normal;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.animation-delay1 {
  animation-delay: 1s;
}

.animation-delay2 {
  animation-delay: 2s;
}

.blue {
  color: #0071BC;
}

.red {
  color: #E84834;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-between {
  justify-content: space-between;
}

.flex-a-center {
  align-items: center;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-c-center {
  justify-content: center;
}

input[type=button], input[type=text], input[type=submit], input[type=image], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  color: #4241E7;
}

@media print, screen and (max-width: 1073px) {
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
@media print, screen and (max-width: 1073px) {
  .breadcrumb {
    padding: 10px 15px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}
@media print, screen and (max-width: 1073px) {
  .sp-center {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .pcCenter {
    text-align: center;
  }
  .spOnly {
    display: none;
  }
}
@media print, screen and (min-width: 1074px) {
  .pcFlex {
    display: flex;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #333;
  }
  .c-inner {
    width: 860px;
  }
}
header {
  text-align: center;
}

.layout01 {
  background-color: #4c50a0;
  padding: 50px;
}

.layout02 h2 {
  padding: 80px 15px;
}
.layout02 p {
  padding: 0 15px 80px 15px;
}

.layout03 {
  background-color: #f3f4f8;
  padding: 80px 15px;
}

.layout04 h2 {
  padding: 80px 15px;
}
.layout04 p {
  padding: 0 0 80px 0;
}

.layout05 {
  background-color: #fff8ee;
  padding: 80px 15px;
}
.layout05 h3 {
  font-style: 3.2rem;
}

.layout06 {
  padding: 80px 20px;
}

footer p {
  padding: 15px;
}/*# sourceMappingURL=seisei-ai-kouza.css.map */