@charset "UTF-8";
/* ===================================================================
Theme Name: 総合建築アズ
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  letter-spacing: 0.3rem;
}

q:after, q:before {
  content: "";
}

a, input {
  outline: none;
}

input, textarea {
  border-radius: 0;
  font-family: YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr, acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.font {
  font-family: "Playfair Display", serif;
}

@media screen and (min-width: 1367px) {
  .hidden-desktop {
    display: none;
  }
}
@media screen and (min-width: 961px) and (max-width: 1366px) {
  .hidden-laptop {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  .hidden-tablet {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .hidden-mobile {
    display: none;
  }
}
.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

p, table {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  p, table {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (min-width: 961px) {
  p.center, table.center {
    text-align: center;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  color: #2C2C2C;
}
@media screen and (max-width: 960px) {
  a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a img:hover {
  opacity: 0.7;
}

/*  Inview animation  */
.inv {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.main {
  position: relative;
  display: block;
}
@media screen and (min-width: 961px) {
  .main {
    margin-top: 100px;
  }
}

/*  scroll icon animation  */
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*  contents  */
.section {
  display: block;
  padding: 50px 20px 0;
}
@media screen and (max-width: 960px) {
  .section {
    padding: 30px 5% 0;
  }
}
.section.padding-bottom {
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .section.padding-bottom {
    padding-bottom: 30px;
  }
}

.inner {
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  .inner {
    padding: 0 5%;
  }
}

.content {
  max-width: 960px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .content {
    width: 100%;
  }
}

.page-head {
  position: relative;
  height: 230px;
  width: 100%;
  z-index: 1;
}
.page-head .image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-head .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .page-head .image img {
    -o-object-position: left center;
       object-position: left center;
  }
}
.page-head .inner {
  height: 100%;
}
.page-head .inner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.page-head .inner .content .page-title {
  color: #FFFFFF;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.12em;
}

.pan-nav {
  padding: 20px 0;
}
.pan-nav.recruit-nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pan-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pan-nav ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
.pan-nav ul li:not(:first-child)::before {
  content: "＞";
  padding: 0 15px;
}
.pan-nav ul li a {
  color: #2C2C2C;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.section-head {
  display: block;
}
@media screen and (min-width: 961px) {
  .section-head {
    padding-top: 100px;
    margin-top: -100px;
  }
}
.section-head .section-head-inner {
  position: relative;
  height: 280px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .section-head .section-head-inner {
    height: 130px;
  }
}
.section-head .image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-head .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-head .inner {
  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;
  height: 100%;
}
.section-head .inner .section-title {
  margin-bottom: 0;
}
.section-head .inner .section-title small {
  color: #FFFFFF;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title.aligne-left {
  text-align: left;
}
.section-title span {
  font-size: 32px;
  font-size: 3.2rem;
  display: block;
  margin-bottom: 10px;
  color: #94529A;
}
@media screen and (max-width: 960px) {
  .section-title span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.section-title small {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .section-title small {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-wrap img {
  width: 100%;
}
.item-wrap.two-column .item {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .item-wrap.two-column .item {
    width: 100%;
  }
}
.item-wrap.two-column .item .image {
  margin-bottom: 30px;
}

.sub-title {
  border-top: 1px solid #94529A;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  padding: 30px 0;
  color: #94529A;
}
@media screen and (max-width: 600px) {
  .sub-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
}

.more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}
.more a img {
  width: 130px;
  height: auto;
}

.item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item-wrap.two-column .item {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .item-wrap.two-column .item {
    width: 100%;
  }
}
.item-wrap.three-column .item {
  width: 30%;
}
@media screen and (max-width: 960px) {
  .item-wrap.three-column .item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.btn-link {
  background: #FFFFFF;
  color: #2C2C2C;
  position: relative;
  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;
  width: 450px;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin: 30px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #2C2C2C;
}
@media screen and (max-width: 960px) {
  .btn-link {
    width: 250px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.btn-link::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #2C2C2C transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.btn-link:hover {
  background: #2C2C2C;
  color: #FFFFFF;
  border: solid 1px #2C2C2C;
}
.btn-link:hover::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.link-btn {
  background: #94529A;
  color: #FFFFFF;
  position: relative;
  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;
  width: 190px;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #FFFFFF;
}
@media screen and (max-width: 960px) {
  .link-btn {
    width: 120px;
  }
}
.link-btn:hover {
  background: #FFFFFF;
  color: #94529A;
  border: solid 1px #FFFFFF;
}

.link {
  background: #FFFFFF;
  color: #94529A;
  position: relative;
  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;
  width: 190px;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #94529A;
}
@media screen and (max-width: 960px) {
  .link {
    width: 120px;
  }
}
.link:hover {
  background: #94529A;
  color: #FFFFFF;
  border: solid 1px #94529A;
}

.link-reverse {
  color: #FFFFFF;
  position: relative;
  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;
  width: 190px;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #94529A;
  background: #94529A;
}
@media screen and (max-width: 960px) {
  .link-reverse {
    width: 120px;
  }
}
.link-reverse:hover {
  background: #FFFFFF;
  color: #94529A;
  border: solid 1px #94529A;
}

.pagetop {
  background: #94529A;
  color: #FFFFFF;
  position: fixed;
  right: 40px;
  bottom: 40px;
  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;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 60%;
  }
}

body {
  background: #FFFFFF;
  color: #2C2C2C;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-align: left;
  padding: 0px;
  margin: 0px;
}
body.open {
  /*@include mqd(md) {
    position: fixed;
  }*/
}

::-moz-selection {
  background: rgba(255, 240, 0, 0.6);
  color: #2C2C2C;
  text-shadow: none;
}

::selection {
  background: rgba(255, 240, 0, 0.6);
  color: #2C2C2C;
  text-shadow: none;
}

::-moz-selection {
  background: #2C2C2C;
  background: #2C2C2C;
  text-shadow: none;
}

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.legacy-ie a {
  color: #4285f4;
  text-decoration: none;
}

.noscript {
  background: #f5f5f5;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

/*  header  */
.header {
  font-family: "Noto Serif JP", serif;
  background: #2C2C2C;
}
@media screen and (min-width: 961px) {
  .header.is-fixed, .header.second-head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .header {
    position: fixed;
    bottom: 0 !important;
    top: auto;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 9999;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  height: 100px;
  padding: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .header .container {
    height: 50px;
  }
}
.header .container .logo {
  padding: 0 0 0 20px;
}
@media screen and (min-width: 961px) {
  .header .container .sp-info {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 960px) {
  .header .container .sp-info ul {
    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;
  }
  .header .container .sp-info ul li:last-child {
    content: "";
    border-left: 1px solid #94529A;
    padding-left: 20px;
    margin-left: 20px;
  }
  .header .container .sp-info ul li a {
    color: #FFFFFF;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.header .menu {
  background: #94529A;
  display: block;
  position: relative;
  z-index: 2000;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .header .menu {
    display: none;
  }
}
.header .menu .menu-line, .header .menu::before, .header .menu::after {
  content: "";
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu .menu-line {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .menu::before {
  -webkit-transform: translate(-50%, calc(-50% - 7px));
          transform: translate(-50%, calc(-50% - 7px));
}
.header .menu::after {
  -webkit-transform: translate(-50%, calc(-50% + 7px));
          transform: translate(-50%, calc(-50% + 7px));
}
.header .menu.open {
  background: #94529A;
}
.header .menu.open::before, .header .menu.open::after {
  background: #FFFFFF;
}
.header .menu.open::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header .menu.open::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header .menu.open .menu-line {
  opacity: 0;
}
.header .gnav {
  margin-left: auto;
}
@media screen and (min-width: 961px) {
  .header .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 960px) {
  .header .gnav {
    visibility: hidden;
    opacity: 0;
    background: #2C2C2C;
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1000;
  }
  .header .gnav.open {
    visibility: visible;
    opacity: 1;
    overflow: scroll;
  }
}
.header .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .header .gnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .header .gnav ul li {
    padding: 15px;
    border-bottom: 1px solid #494949;
  }
}
.header .gnav ul li.use-sub {
  position: relative;
}
.header .gnav ul li.use-sub ul {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: 0;
}
@media screen and (min-width: 961px) {
  .header .gnav ul li.use-sub:hover ul {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #94529A;
    color: #FFFFFF;
    width: 100%;
  }
  .header .gnav ul li.use-sub:hover ul li {
    width: 100%;
    height: auto;
    border-top: 1px solid #2C2C2C;
  }
  .header .gnav ul li.use-sub:hover ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    height: 40px;
  }
  .header .gnav ul li.use-sub:hover ul li a::before {
    content: none;
  }
  .header .gnav ul li.use-sub:hover ul li a::after {
    content: none;
  }
  .header .gnav ul li.use-sub:hover ul li a:hover {
    background: #2C2C2C;
  }
}
.header .gnav ul li a {
  color: #FFFFFF;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  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;
}
@media screen and (min-width: 961px) {
  .header .gnav ul li a {
    height: 100px;
    width: 110px;
    z-index: 2;
    overflow: hidden;
  }
  .header .gnav ul li a.works::after {
    content: "施工事例";
    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;
  }
  .header .gnav ul li a.azism::after {
    content: "想い";
    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;
  }
  .header .gnav ul li a.faq::after {
    content: "Q&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;
  }
  .header .gnav ul li a.company::after {
    content: "会社概要";
    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;
  }
  .header .gnav ul li a.recruit::after {
    content: "リクルート";
    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;
  }
  .header .gnav ul li a.news::after {
    content: "ブログ";
    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;
  }
  .header .gnav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 15px 0 15px;
    border-color: #2C2C2C transparent transparent transparent;
  }
  .header .gnav ul li a::after {
    position: absolute;
    display: block;
    content: "";
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .gnav ul li a:hover::after {
    top: 0;
    background: #94529A;
  }
  .header .gnav ul li a.current::after {
    top: 0;
    background: #94529A;
  }
}
@media screen and (max-width: 960px) {
  .header .gnav ul li a {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #2C2C2C;
    position: relative;
  }
  .header .gnav ul li a::after {
    color: #FFFFFF;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .gnav ul li a.works::after {
    content: "施工事例";
  }
  .header .gnav ul li a.azism::after {
    content: "想い";
  }
  .header .gnav ul li a.faq::after {
    content: "Q&A";
  }
  .header .gnav ul li a.company::after {
    content: "会社概要";
  }
  .header .gnav ul li a.recruit::after {
    content: "リクルート";
  }
  .header .gnav ul li a.news::after {
    content: "お知らせ";
  }
}
@media screen and (min-width: 961px) {
  .header .link-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
@media screen and (max-width: 960px) {
  .header .link-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px 23px;
    border-bottom: 1px solid #494949;
  }
}
.header .link-area .blog {
  background: #FFFFFF;
  color: #2C2C2C;
  font-size: 14px;
  font-size: 1.4rem;
  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;
  border-radius: 3px;
  width: 60px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .header .link-area .blog {
    margin-right: 15px;
  }
}
.header .link-area .blog:hover {
  background: #94529A;
  color: #FFFFFF;
}
.header .link-area .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}
@media screen and (max-width: 960px) {
  .header .link-area .sns a {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .header .link-area .sns a img {
    width: 100%;
  }
}

@media screen and (min-width: 961px) {
  .sp-join-btn {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 960px) {
  .sp-join-btn {
    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;
    width: 100%;
    height: 50px;
    background: #BE9A24;
    color: #FFFFFF;
    font-size: 18px;
    font-size: 1.8rem;
    position: fixed;
    bottom: 50px;
  }
}

@media screen and (min-width: 961px) {
  .fixed-label {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 9999;
  }
  .fixed-label.fixed-second {
    top: 350px;
  }
  .fixed-label a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    display: block;
    width: 140px;
    padding: 10px 10px;
  }
  .fixed-label a.contact {
    background: #494949;
    margin-bottom: 15px;
  }
  .fixed-label a.request {
    background: #94529A;
    margin-bottom: 15px;
  }
  .fixed-label a.join {
    background: #BE9A24;
  }
}
@media screen and (max-width: 960px) {
  .fixed-label {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden;
  }
}

/*  footer  */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer .info-wrap {
  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: 50%;
  background: #94529A;
  padding: 50px;
}
@media screen and (max-width: 960px) {
  .footer .info-wrap {
    width: 100%;
    padding: 20px 5% 80px;
  }
}
.footer .info-wrap .left-area {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  .footer .info-wrap .left-area {
    display: none;
  }
}
.footer .info-wrap .left-area img:last-child {
  margin-top: 40px;
}
.footer .info-wrap .right-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
  padding-left: 30px;
}
@media screen and (max-width: 960px) {
  .footer .info-wrap .right-area {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.footer .info-wrap .right-area .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .info-wrap .right-area .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .info-wrap .right-area .footer-nav ul:first-child {
  margin-right: 30px;
}
.footer .info-wrap .right-area .footer-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.footer .info-wrap .right-area .footer-nav ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #FFFFFF transparent transparent transparent;
}
.footer .info-wrap .right-area .footer-nav ul li a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 0 10px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .info-wrap .right-area .footer-nav ul li a:hover {
  opacity: 0.7;
}
.footer .info-wrap .right-area .link-area {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .info-wrap .right-area .link-area a {
  width: auto;
  height: 30px;
  margin-right: 10px;
}
.footer .info-wrap .right-area .link-area a img {
  width: 30px;
  height: 30px;
}
.footer .info-wrap .right-area .link-area .blog {
  background: #FFFFFF;
  color: #94529A;
  font-size: 14px;
  font-size: 1.4rem;
  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;
  border-radius: 3px;
  width: 60px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .info-wrap .right-area .link-area .blog:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .footer .info-wrap .right-area .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer .info-wrap .right-area .btn-area .footer-btn {
  display: block;
  background: #FFFFFF;
  color: #94529A;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 15px;
  width: 135px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .footer .info-wrap .right-area .btn-area .footer-btn:first-child {
    margin-right: 15px;
  }
}
.footer .info-wrap .right-area .btn-area .footer-btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 961px) {
  .footer .info-wrap .right-area .address-area {
    margin-top: auto;
  }
}
@media screen and (max-width: 960px) {
  .footer .info-wrap .right-area .address-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .footer .info-wrap .right-area .address-area .address {
    width: 70%;
    margin-top: auto;
  }
}
.footer .info-wrap .right-area .address-area .address .company-info {
  margin-bottom: 15px;
}
.footer .info-wrap .right-area .address-area .address .company-info b {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .footer .info-wrap .right-area .address-area .address .company-info b {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.footer .info-wrap .right-area .address-area .address .company-info a {
  color: #FFFFFF;
}
.footer .info-wrap .right-area .address-area .address .copyright small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #521857;
}
@media screen and (max-width: 960px) {
  .footer .info-wrap .right-area .address-area .sp-logo {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0 10px 0;
  }
  .footer .info-wrap .right-area .address-area .sp-logo img:first-child {
    margin-bottom: 15px;
  }
}
.footer .map-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .footer .map-area {
    width: 100%;
  }
}
.footer .map-area iframe {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .footer .map-area iframe {
    height: 300px;
  }
}

#kv {
  height: 100vh;
  background: #CECECE;
}

@media screen and (min-width: 961px) {
  .kv-sp {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 960px) {
  .kv-sp {
    padding: 50px 5%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CECECE), to(#FFFFFF));
    background-image: linear-gradient(#CECECE, #FFFFFF);
  }
  .kv-sp img {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #index-news {
    margin-top: 0;
  }
}
#index-news .title-area {
  position: relative;
  margin-bottom: 50px;
}
#index-news .title-area .news-title {
  margin: auto;
  text-align: center;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1;
  font-weight: normal;
  color: #94529A;
}
@media screen and (max-width: 960px) {
  #index-news .title-area .news-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
  }
}
@media screen and (min-width: 961px) {
  #index-news .title-area .more {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  #index-news .title-area .more {
    display: none;
  }
}
#index-news .item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#index-news .item time {
  display: block;
  color: #94529A;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 15px 0;
}
@media screen and (max-width: 960px) {
  #index-news .sp-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#index-works {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  #index-works {
    margin-top: 50px;
  }
}
#index-works .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}
@media screen and (max-width: 960px) {
  #index-works .item-wrap {
    width: 100%;
  }
}
#index-works .item-wrap .item-square {
  width: 50%;
  height: 50%;
}
#index-works .item-wrap .item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
#index-works .item-wrap .item-left .item-square {
  width: 100%;
}
#index-works .item-wrap .item-left .item-square.works {
  background: #94529A;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
}
@media screen and (max-width: 960px) {
  #index-works .item-wrap .item-left .item-square.works {
    padding: 20px;
  }
}
#index-works .item-wrap .item-left .item-square.works .section-title {
  margin: auto;
}
#index-works .item-wrap .item-left .item-square.works .section-title span {
  color: #2C2C2C;
}
#index-works .item-wrap .item-left .item-square.works .section-title small {
  color: #FFFFFF;
}
#index-works .item-wrap .item-left .item-square.works .link {
  margin-top: auto;
}
#index-works .item-wrap .item-right {
  width: 50%;
}

#index-azism {
  position: relative;
}
@media screen and (min-width: 961px) {
  #index-azism {
    margin-top: 150px;
  }
}
#index-azism .image {
  position: absolute;
  z-index: 1;
  top: -50px;
  left: calc((100% - 960px) / 2);
  width: 533.3333333333px;
  height: auto;
}
@media screen and (max-width: 960px) {
  #index-azism .image {
    left: 0;
    width: 90vw;
    height: 380px;
  }
  #index-azism .image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  #index-azism .image {
    height: 220px;
  }
}
#index-azism .bg-gray {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, transparent), color-stop(30%, #CECECE), to(#CECECE));
  background: linear-gradient(90deg, transparent 0%, transparent 30%, #CECECE 30%, #CECECE 100%);
  margin-top: 100px;
  padding: 50px 0;
}
@media screen and (max-width: 960px) {
  #index-azism .bg-gray {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, transparent), color-stop(15%, #CECECE), to(#CECECE));
    background: linear-gradient(90deg, transparent 0%, transparent 15%, #CECECE 15%, #CECECE 100%);
    padding: 380px 0 20px;
  }
}
@media screen and (max-width: 600px) {
  #index-azism .bg-gray {
    padding: 220px 0 20px;
  }
}
#index-azism .bg-gray .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#index-azism .bg-gray .content .text-area {
  width: 40%;
}
@media screen and (max-width: 960px) {
  #index-azism .bg-gray .content .text-area {
    width: 80%;
    padding-right: 5vw;
  }
}

#index-info {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  #index-info {
    margin-top: 50px;
  }
}
#index-info .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  #index-info .item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#index-info .item-wrap .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  #index-info .item-wrap .item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#index-info .item-wrap .item .image {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  #index-info .item-wrap .item .image {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #index-info .item-wrap .item .image {
    height: 220px;
  }
}
#index-info .item-wrap .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#index-info .item-wrap .item .text-area {
  background: #2C2C2C;
  color: #FFFFFF;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 960px) {
  #index-info .item-wrap .item .text-area {
    width: 100%;
    padding: 40px 5vw 5vw;
  }
}
#index-info .item-wrap .item .text-area p {
  margin-bottom: 30px;
}
#index-info .item-wrap .item .text-area .more {
  margin-top: auto;
}

#index-recruit {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 960px) {
  #index-recruit {
    margin-bottom: 100px;
  }
}
#index-recruit .image {
  position: absolute;
  z-index: 1;
  bottom: -50px;
  right: calc((100% - 960px) / 2);
  width: 533.3333333333px;
  height: auto;
}
@media screen and (max-width: 960px) {
  #index-recruit .image {
    right: 0;
    width: 90vw;
    height: 380px;
  }
  #index-recruit .image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  #index-recruit .image {
    height: 220px;
  }
}
#index-recruit .bg-gray {
  background: -webkit-gradient(linear, left top, right top, from(#CECECE), color-stop(70%, #CECECE), color-stop(70%, transparent), to(transparent));
  background: linear-gradient(90deg, #CECECE 0%, #CECECE 70%, transparent 70%, transparent 100%);
  margin-top: 100px;
  padding: 50px 0;
}
@media screen and (max-width: 960px) {
  #index-recruit .bg-gray {
    background: -webkit-gradient(linear, left top, right top, from(#CECECE), color-stop(85%, #CECECE), color-stop(85%, transparent), to(transparent));
    background: linear-gradient(90deg, #CECECE 0%, #CECECE 85%, transparent 85%, transparent 100%);
    padding: 50px 0 380px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  #index-recruit .bg-gray {
    padding: 50px 0 220px;
  }
}
#index-recruit .bg-gray .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#index-recruit .bg-gray .content .text-area {
  width: 40%;
}
@media screen and (max-width: 960px) {
  #index-recruit .bg-gray .content .text-area {
    width: 80%;
    padding-left: 5vw;
  }
}

.azism-inner {
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .azism-inner {
    padding-bottom: 30px;
  }
}
.azism-inner .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .azism-inner .logo img {
    width: 100%;
  }
}
.azism-inner .bg-color {
  background: rgba(148, 82, 154, 0.12);
  margin-top: 50px;
  padding: 40px;
}
@media screen and (max-width: 960px) {
  .azism-inner .bg-color {
    padding: 40px 5vw 5vw;
  }
}
@media screen and (max-width: 600px) {
  .azism-inner .bg-color {
    margin-top: 30px;
  }
}
.azism-inner .margin-top {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .azism-inner .margin-top {
    margin-top: 30px;
  }
}
.azism-inner b {
  color: #94529A;
  font-weight: bold;
  line-height: 1;
}
.azism-inner .item-wrap.two-column .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 961px) {
  .azism-inner .item-wrap.two-column .item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .azism-inner .item-wrap.two-column .item:last-child {
    margin-bottom: 0;
  }
}
.azism-inner .item-wrap.two-column .item .margin {
  margin: 10px 0 30px;
}
.azism-inner .item-wrap.two-column .item .margintop-auto {
  margin-top: auto;
}
.azism-inner .item-wrap .margin-top {
  margin-top: 20px;
}
@media screen and (min-width: 961px) {
  .azism-inner .item-wrap .text-area {
    width: 55%;
  }
}
@media screen and (min-width: 961px) {
  .azism-inner .item-wrap .image-area {
    width: 40%;
  }
}
@media screen and (max-width: 960px) {
  .azism-inner .item-wrap .image-area {
    margin-top: 30px;
  }
}
.azism-inner .lead {
  color: #94529A;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.7857142857;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .azism-inner .lead {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.652173913;
    letter-spacing: 0.06em;
  }
}

#professionalism-inner, #loan-inner {
  background: rgba(148, 82, 154, 0.08);
}

#support-inner .table-area {
  margin-top: 40px;
}
#support-inner .table-area table {
  width: 100%;
  margin-top: 20px;
}
#support-inner .table-area table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#support-inner .table-area table tr:first-child th {
  border-top: 3px solid #94529A;
}
#support-inner .table-area table tr:first-child td {
  border-top: 3px solid #2C2C2C;
}
#support-inner .table-area table tr th {
  color: #94529A;
  font-weight: bold;
  border-bottom: 1px solid #94529A;
  width: 120px;
  padding: 15px 0;
}
@media screen and (max-width: 960px) {
  #support-inner .table-area table tr th {
    width: 60px;
  }
}
#support-inner .table-area table tr td {
  border-bottom: 1px solid #2C2C2C;
  width: calc(100% - 130px);
  padding: 15px 0;
}
@media screen and (max-width: 960px) {
  #support-inner .table-area table tr td {
    width: calc(100% - 70px);
  }
}
#support-inner .table-area table tr td .item-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 961px) {
  #support-inner .table-area table tr td .item-wrap ul:first-child {
    margin-right: 15px;
  }
}
#support-inner .table-area table tr td .item-wrap ul li {
  position: relative;
  padding-left: 20px;
}
#support-inner .table-area table tr td .item-wrap ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.works-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.works-wrap .content .entry-area {
  width: 70%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .works-wrap .content .entry-area {
    width: 100%;
    margin-bottom: 40px;
  }
}
.works-wrap .content .entry-area #main-image {
  position: relative;
}
.works-wrap .content .entry-area #main-image img {
  position: relative;
  z-index: 0;
}
.works-wrap .content .entry-area #main-image svg {
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  fill: none;
  stroke-width: 10;
  stroke: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: drop-shadow(0 0 2px #222);
          filter: drop-shadow(0 0 2px #222);
}
.works-wrap .content .entry-area #main-image svg:hover {
  stroke: #fff;
}
.works-wrap .content .entry-area #main-image svg#main-image-back {
  left: 0;
}
.works-wrap .content .entry-area #main-image svg#main-image-next {
  right: 0;
}
.works-wrap .content .entry-area .category-name {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.works-wrap .content .entry-area .item-wrap a {
  display: block;
  width: 100%;
  height: 220px;
}
@media screen and (max-width: 960px) {
  .works-wrap .content .entry-area .item-wrap a {
    height: 460px;
  }
}
@media screen and (max-width: 600px) {
  .works-wrap .content .entry-area .item-wrap a {
    height: 220px;
  }
}
.works-wrap .content .entry-area .item-wrap a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.works-wrap #nav-area {
  width: 25%;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .works-wrap #nav-area {
    width: 100%;
    margin-bottom: 30px;
  }
}
.works-wrap #nav-area .title {
  color: #94529A;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .works-wrap #nav-area .title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.works-wrap #nav-area .title.border-top {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #94529A;
}
.works-wrap #nav-area .works-icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.works-wrap #nav-area .works-icons li:not(:last-child) {
  margin-bottom: 15px;
}
.works-wrap #nav-area .works-icons li .image {
  display: block;
  width: 25%;
  height: 50px;
}
@media screen and (max-width: 960px) {
  .works-wrap #nav-area .works-icons li .image {
    width: 10%;
  }
}
@media screen and (max-width: 600px) {
  .works-wrap #nav-area .works-icons li .image {
    width: 25%;
  }
}
.works-wrap #nav-area .works-icons li .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.works-wrap #nav-area .works-icons li .title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  color: #2C2C2C;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2857142857;
}
.works-wrap #nav-area .works-icons li .title-link time {
  display: block;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .works-wrap #nav-area .style-wrap .works-icons:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .works-wrap #nav-area .style-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .works-wrap #nav-area .style-wrap .works-icons {
    width: 48%;
  }
}
.works-wrap #nav-area .space-wrap ul li:not(:last-child) {
  margin-bottom: 15px;
}
.works-wrap #nav-area .space-wrap ul li::before {
  content: "▶";
  color: #94529A;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px;
}
.works-wrap #nav-area .space-wrap ul li a {
  color: #2C2C2C;
}
.works-wrap #nav-area .space-wrap ul li a:hover {
  color: #94529A;
}
@media screen and (min-width: 961px) {
  .works-wrap #nav-area .space-wrap ul:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .works-wrap #nav-area .space-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .works-wrap #nav-area .space-wrap ul {
    width: 48%;
  }
}

.pagenation-wrap {
  position: relative;
  margin-top: 20px;
}
.pagenation-wrap .link-top {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .pagenation-wrap .link-top {
    bottom: -3px;
  }
}
@media screen and (max-width: 960px) {
  .pagenation-wrap .link-reverse {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    width: 100px;
    height: 20px;
  }
}

.pagenation-wrap {
  display: block;
}
@media screen and (min-width: 961px) {
  .pagenation-wrap {
    padding-top: 30px;
  }
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-links a {
  color: #94529A;
}

.screen-reader-text {
  display: none;
  visibility: hidden;
}

.nav-next {
  margin-left: auto;
}

.nav-previous {
  margin-right: auto;
}

#faq-head .content {
  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;
}
@media screen and (max-width: 960px) {
  #faq-head .content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
#faq-head .content .section-link {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #94529A;
  color: #FFFFFF;
  width: 140px;
  height: 140px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  margin: 0 10px 40px;
}
@media screen and (max-width: 960px) {
  #faq-head .content .section-link {
    margin: 0 0 40px;
  }
}
#faq-head .content .section-link:hover {
  background: #2C2C2C;
}
#faq-head .content .section-link:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #2C2C2C transparent transparent transparent;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.faq-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #94529A;
  padding: 20px 0;
  border-top: 2px solid #94529A;
  border-bottom: 2px solid #94529A;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .faq-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.faq-title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 35px 0 35px;
  border-color: #2C2C2C transparent transparent transparent;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.question {
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px dotted #94529A;
  color: #94529A;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .question {
    padding: 10px 0 40px;
  }
}

.answer {
  color: #94529A;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin: 20px 0;
}

#flow {
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #flow {
    padding-bottom: 30px;
  }
}
#flow .faq-title {
  margin-bottom: 0;
}
#flow .faq-title::after {
  content: none;
}
#flow .content .step-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 2px solid #94529A;
}
#flow .content .step-wrap:nth-child(even) .step {
  background: #E6D5E7;
}
#flow .content .step-wrap:nth-child(odd) .step {
  background: #CECECE;
}
#flow .content .step-wrap:nth-child(12) .step-content {
  background: #E6D5E7;
}
#flow .content .step-wrap:nth-child(14) {
  position: relative;
  margin-bottom: 40px;
}
#flow .content .step-wrap:nth-child(14)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 35px 0 35px;
  border-color: #2C2C2C transparent transparent transparent;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#flow .content .step-wrap .step {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: auto;
}
#flow .content .step-wrap .step::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 35px 0 35px;
  border-color: #2C2C2C transparent transparent transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#flow .content .step-wrap .step .step-num {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
  color: #94529A;
  text-align: center;
}
#flow .content .step-wrap .step .step-num small {
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
}
#flow .content .step-wrap .step-content {
  width: calc(100% - 100px);
  padding: 20px;
}
@media screen and (max-width: 960px) {
  #flow .content .step-wrap .step-content {
    padding: 5vw;
  }
}
#flow .content .step-wrap .step-content .step-title {
  color: #94529A;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
#flow .content .step-wrap .step-content.use-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#flow .content .step-wrap .step-content.use-img .text-area {
  width: 75%;
}
@media screen and (max-width: 960px) {
  #flow .content .step-wrap .step-content.use-img .text-area {
    width: 100%;
    margin-bottom: 20px;
  }
}
#flow .content .step-wrap .step-content.use-img .image {
  position: relative;
  width: 20%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #flow .content .step-wrap .step-content.use-img .image {
    width: 100%;
  }
}
#flow .content .step-wrap .step-content.use-img .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#flow .lead {
  margin: 60px 0 30px;
  color: #94529A;
}
@media screen and (min-width: 961px) {
  #flow .lead {
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 960px) {
  #flow .lead {
    margin: 70px 0 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2857142857;
    letter-spacing: 0.05em;
  }
}

.company-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.content-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #94529A;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .content-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
  }
}

#company-message {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #company-message {
    margin-bottom: 70px;
  }
}
#company-message .image {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: calc((100% - 980px) / 2 + 100px);
  max-width: 300px;
  height: auto;
}
@media screen and (max-width: 960px) {
  #company-message .image {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
    width: 100%;
    margin-top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #company-message .image img {
    width: 60vw;
    height: auto;
  }
}
#company-message .bg-color {
  background: -webkit-gradient(linear, left top, right top, from(#E6D5E7), color-stop(90%, #E6D5E7), color-stop(90%, transparent), to(transparent));
  background: linear-gradient(90deg, #E6D5E7 0%, #E6D5E7 90%, transparent 90%, transparent 100%);
  padding: 50px 0;
}
@media screen and (max-width: 960px) {
  #company-message .bg-color {
    background: -webkit-gradient(linear, left top, right top, from(#E6D5E7), color-stop(85%, #E6D5E7), color-stop(85%, transparent), to(transparent));
    background: linear-gradient(90deg, #E6D5E7 0%, #E6D5E7 85%, transparent 85%, transparent 100%);
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 600px) {
  #company-message .bg-color {
    padding: 50px 0 60px;
  }
}
#company-message .bg-color .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#company-message .bg-color .content .text-area {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #company-message .bg-color .content .text-area {
    width: 80%;
    padding-left: 5vw;
  }
}

#company-management {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 960px) {
  #company-management {
    margin-bottom: 50px;
  }
}
#company-management .image {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: calc((100% - 980px) / 2 + 100px);
  max-width: 300px;
  height: auto;
}
@media screen and (max-width: 960px) {
  #company-management .image {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    width: 100%;
    margin-top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #company-management .image img {
    width: 60vw;
    height: auto;
  }
}
#company-management .bg-gray {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, transparent), color-stop(10%, #CECECE), to(#CECECE));
  background: linear-gradient(90deg, transparent 0%, transparent 10%, #CECECE 10%, #CECECE 100%);
  padding: 50px 0;
}
@media screen and (max-width: 960px) {
  #company-management .bg-gray {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, transparent), color-stop(15%, #CECECE), to(#CECECE));
    background: linear-gradient(90deg, transparent 0%, transparent 15%, #CECECE 15%, #CECECE 100%);
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 600px) {
  #company-management .bg-gray {
    padding: 50px 0 60px;
  }
}
#company-management .bg-gray .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#company-management .bg-gray .content .text-area {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #company-management .bg-gray .content .text-area {
    width: 80%;
    padding-right: 5vw;
  }
}

#company-content {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #company-content {
    margin-bottom: 30px;
  }
}
#company-content .bg-color {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 340px;
  background: -webkit-gradient(linear, left top, right top, from(#E6D5E7), color-stop(90%, #E6D5E7), color-stop(90%, transparent), to(transparent));
  background: linear-gradient(90deg, #E6D5E7 0%, #E6D5E7 90%, transparent 90%, transparent 100%);
}
@media screen and (max-width: 960px) {
  #company-content .bg-color {
    background: -webkit-gradient(linear, left top, right top, from(#E6D5E7), color-stop(85%, #E6D5E7), color-stop(85%, transparent), to(transparent));
    background: linear-gradient(90deg, #E6D5E7 0%, #E6D5E7 85%, transparent 85%, transparent 100%);
  }
}
@media screen and (max-width: 600px) {
  #company-content .bg-color {
    height: 600px;
  }
}
#company-content .section-content .item-wrap.content-one .item:nth-child(odd) {
  background: #94529A;
}
#company-content .section-content .item-wrap.content-one .item:nth-child(even) {
  background: #2C2C2C;
}
@media screen and (max-width: 600px) {
  #company-content .section-content .item-wrap.content-one .item:nth-child(1) {
    background: #94529A;
  }
  #company-content .section-content .item-wrap.content-one .item:nth-child(2) {
    background: #2C2C2C;
  }
  #company-content .section-content .item-wrap.content-one .item:nth-child(3) {
    background: #2C2C2C;
  }
  #company-content .section-content .item-wrap.content-one .item:nth-child(4) {
    background: #94529A;
  }
}
#company-content .section-content .item-wrap.content-two .item:nth-child(even) {
  background: #94529A;
}
#company-content .section-content .item-wrap.content-two .item:nth-child(odd) {
  background: #2C2C2C;
}
@media screen and (max-width: 600px) {
  #company-content .section-content .item-wrap.content-two .item:nth-child(1) {
    background: #94529A;
  }
  #company-content .section-content .item-wrap.content-two .item:nth-child(2) {
    background: #2C2C2C;
  }
  #company-content .section-content .item-wrap.content-two .item:nth-child(3) {
    background: #2C2C2C;
  }
  #company-content .section-content .item-wrap.content-two .item:nth-child(4) {
    background: #94529A;
  }
}
#company-content .section-content .item-wrap .item {
  width: 24%;
  height: 220px;
  margin-bottom: 15px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  #company-content .section-content .item-wrap .item {
    width: 48%;
    height: 160px;
  }
}
#company-content .section-content .item-wrap .item p {
  color: #FFFFFF;
  text-align: center;
}

#company-profile {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  #company-profile {
    margin-bottom: 50px;
  }
}
#company-profile .bg-gray {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 340px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, transparent), color-stop(10%, #CECECE), to(#CECECE));
  background: linear-gradient(90deg, transparent 0%, transparent 10%, #CECECE 10%, #CECECE 100%);
}
@media screen and (max-width: 960px) {
  #company-profile .bg-gray {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, transparent), color-stop(15%, #CECECE), to(#CECECE));
    background: linear-gradient(90deg, transparent 0%, transparent 15%, #CECECE 15%, #CECECE 100%);
  }
}
@media screen and (max-width: 600px) {
  #company-profile .bg-gray {
    height: 220px;
  }
}
#company-profile .section-content .content .image {
  max-width: 700px;
  margin-bottom: 30px;
}
#company-profile .section-content .content .profile-table table {
  width: 100%;
}
#company-profile .section-content .content .profile-table table tr {
  width: 100%;
  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;
}
#company-profile .section-content .content .profile-table table th {
  width: 100px;
}
#company-profile .section-content .content .profile-table table td {
  width: calc(100% - 100px);
}

#inhouse {
  position: relative;
  margin-bottom: 100px;
}
#inhouse .image-area {
  position: relative;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  #inhouse .image-area {
    top: 50px;
  }
}

.recruit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit-content.reverse {
  position: relative;
}
.recruit-content.reverse .title-area {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.recruit-content .title-area {
  width: 15%;
}
@media screen and (max-width: 960px) {
  .recruit-content .title-area {
    width: 20%;
  }
}
.recruit-content .content-area {
  width: 85%;
}
@media screen and (max-width: 960px) {
  .recruit-content .content-area {
    width: 75%;
  }
}
.recruit-content .content-area.event-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit-content .content-area.event-feed .item {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .recruit-content .content-area.event-feed .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.recruit-content .content-area.event-feed .item .event-title {
  display: inline-block;
  color: #94529A;
  font-weight: bold;
  margin-top: 15px;
}

.recruit-logo {
  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;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .recruit-logo {
    padding-bottom: 30px;
  }
}

.news-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .news-wrap .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-wrap .content .entry-area {
  width: 70%;
}
@media screen and (max-width: 960px) {
  .news-wrap .content .entry-area {
    width: 100%;
    margin-bottom: 30px;
  }
}
.news-wrap .content .entry-area .news-item {
  border-top: 2px solid #94529A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.news-wrap .content .entry-area .news-item .image {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .news-wrap .content .entry-area .news-item .image {
    width: 40%;
  }
}
.news-wrap .content .entry-area .news-item .image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 600px) {
  .news-wrap .content .entry-area .news-item .image img {
    height: 100px;
  }
}
.news-wrap .content .entry-area .news-item .text-area {
  width: 70%;
  padding: 15px 0 0 15px;
}
@media screen and (max-width: 600px) {
  .news-wrap .content .entry-area .news-item .text-area {
    padding: 10px 0 0 10px;
    width: 60%;
  }
}
.news-wrap .content .entry-area .news-item .text-area .info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-wrap .content .entry-area .news-item .text-area .info-area .cat-label {
  background: #94529A;
  padding: 5px 7px;
  width: 100px;
  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;
  margin-right: 7px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #FFFFFF;
  border: 1px solid #94529A;
}
.news-wrap .content .entry-area .news-item .text-area .info-area .cat-label:hover {
  background: #FFFFFF;
  color: #94529A;
  border: 1px solid #94529A;
}
.news-wrap .content .entry-area .news-item .text-area .info-area time {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
.news-wrap .content .entry-area .news-item .text-area .title {
  color: #94529A;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  margin: 15px 0 10px;
  display: block;
}
@media screen and (max-width: 600px) {
  .news-wrap .content .entry-area .news-item .text-area .title {
    margin: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.news-wrap .content .entry-area .news-item .text-area .expart {
  color: #2C2C2C;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
.news-wrap .content #news-nav {
  width: 25%;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .news-wrap .content #news-nav {
    width: 100%;
    margin-bottom: 0;
  }
}
.news-wrap .content #news-nav .cat-title {
  background: #94529A;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  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;
  color: #FFFFFF;
  padding: 10px 0;
}
.news-wrap .content #news-nav ul {
  margin-bottom: 30px;
}
.news-wrap .content #news-nav ul li {
  padding: 15px 0;
  border-bottom: 1px solid #94529A;
}
.news-wrap .content #news-nav ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #2C2C2C;
}
.news-wrap .content #news-nav ul li a::before {
  content: "▶";
  margin-right: 10px;
  color: #BE9A24;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-wrap .content #news-nav ul li a.year.on::before {
  content: "▼";
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.news-wrap .content #news-nav ul li ul.month {
  margin: 15px 0 0;
  display: none;
}
.news-wrap .content #news-nav ul li ul.month li {
  border: none;
  padding-left: 30px;
}
.news-wrap .content #news-nav ul li ul.month li a::before {
  content: none;
}
.news-wrap .content .entry-area {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .news-wrap .content .entry-area {
    margin-bottom: 30px;
  }
}
.news-wrap .content .entry-area .entry .info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-wrap .content .entry-area .entry .info-area .cat-label {
  text-decoration: none !important;
  background: #94529A;
  padding: 5px 7px;
  width: 100px;
  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;
  margin-right: 7px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #FFFFFF;
  border: 1px solid #94529A;
}
.news-wrap .content .entry-area .entry .info-area .cat-label:hover {
  background: #FFFFFF;
  color: #94529A;
  border: 1px solid #94529A;
}
.news-wrap .content .entry-area .entry .info-area time {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
.news-wrap .content .entry-area .entry .news-title {
  color: #94529A;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2857142857;
  margin: 20px 0;
}
@media screen and (max-width: 960px) {
  .news-wrap .content .entry-area .entry .news-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.news-wrap .content .entry-area .entry a {
  text-decoration: underline;
}
.news-wrap .content .entry-area .entry .gmap {
  margin-top: 30px;
}
.news-wrap .content .entry-area .entry .gmap iframe {
  width: 100% !important;
}
@media screen and (max-width: 600px) {
  .news-wrap .content .entry-area .entry .gmap iframe {
    height: 200px !important;
  }
}

#contact {
  padding-bottom: 70px;
}
@media screen and (max-width: 960px) {
  #contact {
    padding-bottom: 30px;
  }
}
#contact .contact-table {
  margin: 40px 0 0;
  padding: 40px;
  background: #FFFFFF;
}
@media screen and (max-width: 960px) {
  #contact .contact-table {
    margin: 30px 0 0;
    padding: 5vw;
  }
}
#contact .contact-table table {
  width: 100%;
  border-top: 1px solid #CECECE;
}
#contact .contact-table table tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #CECECE;
}
@media screen and (max-width: 960px) {
  #contact .contact-table table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contact .contact-table table tr th {
  width: 240px;
  background: #E6D5E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
@media screen and (max-width: 960px) {
  #contact .contact-table table tr th {
    width: 100%;
  }
}
#contact .contact-table table tr th .must {
  background: #94529A;
  color: #FFFFFF;
  padding: 0 5px;
}
#contact .contact-table table tr td {
  width: calc(100% - 240px);
  padding: 20px;
}
@media screen and (max-width: 960px) {
  #contact .contact-table table tr td {
    width: 100%;
    padding: 20px 0;
  }
}
#contact .contact-table table tr td .item {
  margin-bottom: 0;
}
#contact .contact-table table tr td input[type=text], #contact .contact-table table tr td input[type=tel], #contact .contact-table table tr td input[type=email], #contact .contact-table table tr td textarea {
  border: 1px solid #CECECE;
  padding: 10px;
  width: 100%;
}
#contact .contact-table .link {
  margin-top: 30px;
}

#privacy {
  background: #FFFFFF;
  padding: 60px 20px;
}
@media screen and (max-width: 960px) {
  #privacy {
    padding: 30px 5%;
  }
}

.entry {
  margin-bottom: 30px;
}
.entry img {
  width: 100%;
  height: auto;
}
.entry time {
  font-size: 16px;
  font-size: 1.6rem;
}
.entry h1 {
  font-size: 22px !important;
}
.entry h1.works-title {
  color: #94529A;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2857142857;
  margin: 20px 0;
}
@media screen and (max-width: 960px) {
  .entry h1.works-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.entry .slider #main-image {
  margin-bottom: 30px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 600px) {
  .entry .slider #main-image {
    height: 230px;
  }
}
.entry .slider #main-image img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
.entry .slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.entry .slider ul li {
  width: 20%;
  height: 80px;
  margin-bottom: 10px;
  padding: 1%;
}
@media screen and (max-width: 600px) {
  .entry .slider ul li {
    height: 40px;
  }
}
.entry .slider ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.entry h2 {
  font-size: 20px !important;
}
.entry h3 {
  font-size: 18px !important;
}
.entry h4 {
  font-size: 16px !important;
}
.entry h5 {
  font-size: 14px !important;
}
.entry h6 {
  font-size: 14px !important;
}
.entry p {
  margin-bottom: 10px;
}
.entry blockquote {
  background: #EEE;
  padding: 15px 15px 5px 15px;
  margin-bottom: 10px;
}
.entry ol {
  margin-left: 20px;
}
.entry strong {
  font-weight: bold;
}
.entry .alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
.entry .alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}
.entry .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}
.wp-pagenavi .current {
  background: #94529A;
  color: #FFFFFF;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  width: 30px;
  height: 30px;
  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;
  margin: 0 2px;
  border: 1px solid #94529A;
}
.wp-pagenavi .page {
  background: #FFFFFF;
  color: #94529A;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  width: 30px;
  height: 30px;
  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;
  margin: 0 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #94529A;
}
.wp-pagenavi .page:hover {
  color: #94529A;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .beforepostslink {
  color: #94529A;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  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;
  margin: 0 2px;
}