@charset "UTF-8";
/* -------------------------------
	home
-------------------------------- */
#mainvisual {
  margin-bottom: 40px;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
#mainvisual:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15.08vw;
  width: 65%;
  height: 100%;
  background-image: url("../images/common/bg01.png");
  z-index: -1;
}
#mainvisual .swiper-container {
  margin-left: 20%;
}
#mainvisual .swiper-container .swiper-slide {
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#mainvisual .caption_area {
  width: 60%;
  position: absolute;
  left: 0;
  bottom: 48px;
  z-index: 15;
}
#mainvisual .caption_area h2 {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  #mainvisual {
    margin-bottom: 83px;
  }
}
@media print, screen and (min-width: 1200px) {
  #mainvisual:before {
    top: 181px;
  }
  #mainvisual .swiper-container {
    margin-left: 400px;
  }
}
@media screen and (max-width: 1199px) {
  #mainvisual .swiper-container .swiper-slide {
    height: calc(170px + 530 * (100vw - 320px) / 880);
  }
  #mainvisual .caption_area {
    bottom: calc(20px + 28 * (100vw - 320px) / 880);
  }
}

/**/
.home_business {
  padding-bottom: 40px;
  margin-bottom: 50px;
  position: relative;
  z-index: 0;
}
.home_business:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 63.5%;
  height: 63.8%;
  background-image: url("../images/common/bg01.png");
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .home_business {
    padding-bottom: 89px;
    margin-bottom: 100px;
  }
}

.home_business_1 {
  margin-bottom: 40px;
}
.home_business_1 h2 {
  font-size: 18px;
  margin-bottom: 1.75em;
}
.home_business_1 h2 strong {
  color: #7030a0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
.home_business_1 .btns {
  margin-top: 35px;
}
@media print, screen and (min-width: 768px) {
  .home_business_1 h2 {
    font-size: 20px;
    margin-top: 64px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_business_1 {
    margin-bottom: 75px;
  }
  .home_business_1 h2 {
    font-size: 24px;
  }
  .home_business_1 .btns {
    margin-top: 74px;
  }
}

.home_business_2 {
  page-break-inside: avoid;
  page-break-after: avoid;
}
.home_business_2 .contents {
  color: #fff;
  padding: 20px 15px;
  background-color: #111;
}
.home_business_2 .contents .columns h3 {
  font-size: 18px;
  line-height: 1.63636;
  margin-bottom: 1.0909;
}
@media print, screen and (min-width: 768px) {
  .home_business_2 .contents {
    max-width: 540px;
    padding: 52px 30px 60px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
  .home_business_2 .contents .columns {
    max-width: 414px;
  }
  .home_business_2 .contents .columns h3 {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_business_2 .contents {
    max-width: none;
    margin: 85px 0 0 0;
  }
  .home_business_2 .contents:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 68.468%;
    height: 100%;
    background-color: #111;
    z-index: -1;
  }
}

.home_btn {
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 360px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #7030a0;
  position: relative;
  z-index: 0;
}
.home_btn > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.home_btn .in-box {
  width: 100%;
  display: block;
}
.home_btn strong {
  font-size: 2em;
  line-height: 1.333;
  display: block;
}
.home_btn:hover {
  color: #fff;
}
.home_btn:hover > img {
  opacity: 0.6;
}
@media screen and (max-width: 1199px) {
  .home_btn {
    font-size: calc(18px + 6 * (100vw - 320px) / 880);
    height: calc(200px + 160 * (100vw - 320px) / 880);
  }
}

/* -------------------------------
	業務内容
-------------------------------- */
.business_strength {
  color: #fff;
  background-color: #111;
}
.business_strength .columns {
  padding: 15px;
}
.business_strength .columns h4 {
  padding-left: 2.5em;
  padding-top: .25em;
  margin: 0 0 1em;
  position: relative;
}
.business_strength .columns h4 .num {
  line-height: 2;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  height: 2em;
  background-color: #7030a0;
}
.business_strength + .business_strength {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .business_strength .img {
    height: 360px;
  }
  .business_strength .img img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
  }
  .business_strength .columns {
    padding: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .business_strength .img {
    height: 460px;
    margin-right: -1px;
  }
  .business_strength .columns {
    padding: 50px 20px 0px 50px;
  }
}

/* -------------------------------
	カテゴリー
-------------------------------- */
.cat_navi {
  padding: 40px 0;
}

.catbtn {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #7030a0;
  position: relative;
  overflow: hidden;
}
.catbtn:after {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -.5em;
  -moz-transition: -moz-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.catbtn.on:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media print, screen and (min-width: 768px) {
  .catbtn {
    display: none;
  }
}

/* カテゴリー　一覧 */
.catnavi {
  display: none;
}
.catnavi .cat_navi_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.catnavi .cat_navi_list > li {
  margin-top: 1px;
}
.catnavi .cat_navi_list > li > a {
  color: #fff;
  text-align: left;
  text-decoration: none;
  display: block;
  padding: 0.5em 2em 0.5em 1em;
  background-color: #666;
  position: relative;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.catnavi .cat_navi_list > li > a:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.86em;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -.5em;
}
.catnavi .cat_navi_list > li > a > img {
  position: absolute;
  right: 25px;
  top: 50%;
}
.catnavi .cat_navi_list > li.active > a, .catnavi .cat_navi_list > li > a:hover {
  background-color: #111;
}
@media print, screen and (min-width: 768px) {
  .catnavi {
    display: block;
  }
  .catnavi .cat_navi_list {
    letter-spacing: -.4em;
    margin: 0 -3px;
  }
  .catnavi .cat_navi_list * {
    letter-spacing: 0.05em;
  }
  .catnavi .cat_navi_list > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 3px 3px;
    min-width: 33.333%;
  }
}

/* -------------------------------
	実績紹介
-------------------------------- */
.works_table {
  font-size: 15px;
}
.works_table > tbody > tr > th {
  width: 12em;
}
@media screen and (max-width: 1199px) {
  .works_table {
    font-size: calc(11px + 4 * (100vw - 320px) / 880);
  }
}

/* -------------------------------
	会社案内
-------------------------------- */
.company_map {
  position: relative;
  z-index: -1;
}
.company_map:before {
  content: "";
  position: absolute;
  left: 0;
  top: -20%;
  bottom: -20%;
  width: 64%;
  background-image: url("../images/common/bg01.png");
  z-index: -1;
}
.company_map .googlemap {
  border: solid 5px #fff;
}

/**/
.company_contact {
  color: #fff;
  text-align: center;
  padding: 30px 15px;
  background-color: #111;
}
.company_contact a {
  color: #fff;
}
.company_contact .ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.333;
  margin-bottom: 10px;
}
.company_contact .telphone {
  font-size: 25px;
}
@media print, screen and (min-width: 768px) {
  .company_contact {
    padding: 50px;
  }
  .company_contact .ttl {
    margin-bottom: 15px;
  }
  .company_contact .telphone {
    font-size: 28px;
    line-height: 1.857;
  }
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.list-contact {
  letter-spacing: -.4em;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 -1em;
}
.list-contact > li {
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 0 1em;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .list-contact > li {
    font-size: 30px;
  }
}

/* フォーム用　table */
.table-contact {
  font-size: 0.9375rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  margin-bottom: 20px;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 0.75rem 1rem;
}
.table-contact > tbody > tr > th {
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: 260px;
  background-color: #111;
  position: relative;
}
.table-contact > tbody > tr > th.hisu {
  position: relative;
}
.table-contact > tbody > tr > th.hisu:before {
  content: "※";
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  color: #cc0000;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  margin-top: -.5em;
}
.table-contact > tbody > tr > td {
  background-color: #efefef;
}
.table-contact > tbody > tr > td .sm {
  width: 10em !important;
  display: inline-block;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #999;
  font-size: 12px;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 639px) {
  .table-contact {
    border: none;
  }
  .table-contact > tbody > tr {
    width: 100%;
    display: inline;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100% !important;
    display: block;
    border-bottom: none;
    position: relative;
  }
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}
.agree.error {
  background-color: #FFE4E4;
}
.agree span.error {
  color: #c00000;
  font-size: 12px;
  margin: 3px 0 0;
  display: block;
}

.buttons {
  text-align: center;
  margin-top: 20px;
}
.buttons .btn {
  margin: 5px 10px;
  min-width: 260px;
  cursor: pointer;
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 15px;
  border: solid 1px #ccc;
  max-height: 300px;
  overflow: auto;
}
#policy .contents h5 {
  color: #111;
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 0.875rem;
  margin: 1rem 0;
}
#policy .contents ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents ol li {
  padding-left: 1.8em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}
@media print, screen and (min-width: 768px) {
  #policy .contents {
    padding-left: 40px;
    padding-right: 20px;
  }
}

/*# sourceMappingURL=module.css.map */
