@charset "utf-8";

/*
Theme Name: smartweb
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
License:
License URI:
Text Domain:
Tags:
*/

@charset "UTF-8";

/* ファーストビュー */
.top-slider-outer .top-slider-inner {
  position: relative;
}

.top-slider-outer .top-slider-inner .top-slider .wrap .box .image img {
  aspect-ratio: 16 / 9;
}

.top-slider-outer .top-slider-inner .img-cc {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translate(0%, -50%);
  z-index: 1;
  width: 30%;
}

/* セクションA */
.page-content .section_a {
  padding: 100px 0;
}

.page-content .section_a .section_a-wrap:not(:first-child) {
  padding-top: 30px;
}

.page-content .section_a .section_a-wrap .section_a-box img {
  padding-bottom: .8rem;
}

/* セクションB */
.page-content .section_b {
  padding: 100px 0;
}

.page-content .section_b .section_b-wrap {
  display: flex;
  flex-wrap: wrap;
}

.page-content .section_b .section_b-wrap .section_b-box {
  width: calc((100% - 20px)/2);
}

.page-content .section_b .section_b-wrap .section_b-box img {
  padding-bottom: .8rem;
}

.page-content .section_b .section_b-wrap .section_b-box:nth-child(odd) {
  margin-right: 10px;
}

.page-content .section_b .section_b-wrap .section_b-box:nth-child(even) {
  margin-left: 10px;
}

.page-content .section_b .section_b-wrap .section_b-box:not(:first-child):not(:nth-child(2)) {
  padding-top: 30px;
}

/* セクションC */
.page-content .section_c {
  padding: 100px 0;
}

.page-content .section_c .section_c-wrap {
  display: flex;
  flex-wrap: wrap;
}

.page-content .section_c .section_c-wrap .section_c-box {
  width: calc((100% - 40px)/3);
}

.page-content .section_c .section_c-wrap .section_c-box:nth-child(2),
.page-content .section_c .section_c-wrap .section_c-box:nth-child(3n+2) {
  margin: 0 20px;
}

.page-content .section_c .section_c-wrap .section_c-box:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
  padding-top: 30px;
}

.page-content .section_c .section_c-wrap .section_c-box img {
  padding-bottom: 1rem;
}

/* セクションD */
.page-content .section_d {
  padding: 100px 0;
}

.page-content .section_d .section_d-wrap {
  display: flex;
  flex-wrap: wrap;
}

.page-content .section_d .section_d-wrap .section_d-box {
  width: calc((100% - 60px)/4);
}

.page-content .section_d .section_d-wrap .section_d-box:not(:first-child):not(:nth-child(4n+1)) {
  margin-left: 20px;
}

.page-content .section_d .section_d-wrap .section_d-box:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  padding-top: 30px;
}

.page-content .section_d .section_d-wrap .section_d-box img {
  padding-bottom: 1rem;
}

/* セクションE */
.page-content .section_e {
  padding: 100px 0;
}

.page-content .section_e .section_e-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-content .section_e .section_e-wrap:not(:first-of-type) {
  margin-top: 30px;
}

.page-content .section_e .section_e-wrap:nth-of-type(odd) {
  flex-direction: row;
}

.page-content .section_e .section_e-wrap:nth-of-type(odd) .section_e-image {
  width: calc(33.3% - 10px);
  margin-right: 10px;
}

.page-content .section_e .section_e-wrap:nth-of-type(odd) .section_e-txt {
  width: calc(66.7% - 10px);
  margin-left: 10px;
}

.page-content .section_e .section_e-wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}

.page-content .section_e .section_e-wrap:nth-of-type(even) .section_e-image {
  width: calc(33.3% - 10px);
  margin-left: 10px;
}

.page-content .section_e .section_e-wrap:nth-of-type(even) .section_e-txt {
  width: calc(66.7% - 10px);
  margin-right: 10px;
}

/* セクションF */
.page-content .section_f {
  padding: 100px 0;
}

.page-content .section_f .section_f-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-content .section_f .section_f-wrap:nth-of-type(odd) {
  flex-direction: row;
}

.page-content .section_f .section_f-wrap:nth-of-type(odd) .section_f-image {
  margin-right: 10px;
}

.page-content .section_f .section_f-wrap:nth-of-type(odd) .section_f-txt {
  margin-left: 10px;
}

.page-content .section_f .section_f-wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}

.page-content .section_f .section_f-wrap:nth-of-type(even) .section_f-image {
  margin-left: 10px;
}

.page-content .section_f .section_f-wrap:nth-of-type(even) .section_f-txt {
  margin-right: 10px;
}

.page-content .section_f .section_f-wrap:not(:first-of-type) {
  margin-top: 30px;
}

.page-content .section_f .section_f-wrap .section_f-box {
  width: calc((100% - 20px)/2);
}

/* 流れ */
.page-content .section_flow {
  padding: 100px 0;
}

.page-content .section_flow .section_flow-wrap {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  position: relative;
}

.page-content .section_flow .section_flow-wrap:not(:first-of-type) {
  margin-top: 15px;
}

.page-content .section_flow .section_flow-wrap:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e6e6e6;
}

.page-content .section_flow .section_flow-wrap .section_flow-box.section_flow-num {
  background-color: #00b7e8;
  text-align: center;
  padding: 10px;
  width: 50px;
  height: 50px;
}

.page-content .section_flow .section_flow-wrap .section_flow-box.section_flow-num p {
  color: #fff;
  line-height: 1;
}

.page-content .section_flow .section_flow-wrap .section_flow-box.section_flow-num .txt {
  font-size: 10px;
}

.page-content .section_flow .section_flow-wrap .section_flow-box.section_flow-num .num {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}

.page-content .section_flow .section_flow-wrap .section_flow-box.section_flow-txt {
  padding-left: 20px;
}

/* FAQ */
.page-content .section_qa {
  padding: 100px 0;
}

.page-content .section_qa .section_qa-wrap dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #a7a7a7;
  padding: 15px 0;
}

.page-content .section_qa .section_qa-wrap dl:last-child {
  border-bottom: 1px solid #a7a7a7;
}

.page-content .section_qa .section_qa-wrap dl dt {
  width: 1em;
  font-size: 1em;
  font-weight: 700;
  margin: 5px 0;
}

.page-content .section_qa .section_qa-wrap dl dt.q {
  color: #21913a;
}

.page-content .section_qa .section_qa-wrap dl dt.a {
  color: #7ab52a;
}

.page-content .section_qa .section_qa-wrap dl dd {
  width: calc(100% - 1em);
  margin: 5px 0;
  padding-left: 1em;
}

.page-content .section_qa .section_qa-wrap dl dd.q {
  font-weight: bold;
}

/* 会社概要 */
.page-content .section_company {
  padding: 100px 0;
}

.page-content .section_company .section_company-wrap {
  display: flex;
}

.page-content .section_company .section_company-wrap .section_company-box.section_company-image {
  margin-right: 20px;
}

.page-content .section_company .section_company-wrap .section_company-box.section_company-table {
  width: 100%;
}

.page-content .section_company .section_company-wrap .section_company-box.section_company-table dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #a7a7a7;
}

.page-content .section_company .section_company-wrap .section_company-box.section_company-table dl dt {
  width: 20%;
  padding: 15px 0;
  border-top: 1px solid #a7a7a7;
  font-weight: bold;
}

.page-content .section_company .section_company-wrap .section_company-box.section_company-table dl dd {
  width: 80%;
  padding: 15px 0;
  border-top: 1px solid #a7a7a7;
}

.page-content .section_company .section_company-wrap .section_company-box.section_company-table .btn-box {
  padding-top: 30px;
}

.page-content .section_company .gmap {
  margin-top: 30px;
}

.page-content .section_table .section_table-wrap dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #a7a7a7;
}

/* 表 */
.page-content .section_table .section_table-wrap dl dt {
  width: 20%;
  padding: 15px 0;
  border-top: 1px solid #a7a7a7;
  font-weight: bold;
}

.page-content .section_table .section_table-wrap dl dd {
  width: 80%;
  padding: 15px 0;
  border-top: 1px solid #a7a7a7;
}

/* 背景 */
.page-content .section_bg {
  padding: 100px 0;
}

.page-content .section_bg .bg {
  background-size: cover;
  height: 350px;
}

/* 投稿 */
.page-content .section_blog {
  padding: 100px 0;
}

.page-content .section_blog .blog-outer .blog-inner .container .wrap .box {
  display: flex;
  flex-wrap: wrap;
}

.page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list {
  border-bottom: 1px solid #a7a7a7;
  width: 100%;
}

.page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list:first-child {
  border-top: 1px solid #a7a7a7;
}

.page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list a:hover {
  opacity: 1;
}

.page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list .item {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list .item:hover .image-wrapper img {
  transform: scale(1.05);
  transition: .5s !important;
  opacity: 1 !important;
}

.page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list .item .image-wrapper {
  width: 25%;
  overflow: hidden;
  margin-right: 1em;
}

.page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list .item .ofi-wrapper img {
  aspect-ratio: 3 / 2;
}

.page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list .item .ttl {
  display: flex;
  align-items: center;
  padding: 30px 0;
  width: 100%;
}

.page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list .item .ttl .cat {
  padding: 0 10px;
  font-size: .8em;
  background-color: #808080;
  color: #fff;
  display: inline-block;
  line-height: 2;
  margin: 0 1em;
  white-space: nowrap;
}

.page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list .item .ttl .t {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: normal;
}

.page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list .item .ttl .date {
  font-size: .8em;
}

.page-content .section_blog .blog-outer .blog-inner .container .wrap .btn-box {
  text-align: center;
  padding-top: 30px;
}

.page-content .section_blog .blog-outer .blog-inner .container .wrap .btn-box .btn1 a {
  margin: auto;
}

/* スペース */
.page-content .space .space100 {
  margin-top: 100px;
}

.page-content .space .space50 {
  margin-top: 50px;
}

.page-content .space .space30 {
  margin-top: 30px;
}

.page-content .txt-left {
  text-align: left;
}

.page-content .txt-center {
  text-align: center;
}

.page-content .txt-right {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .top-slider-outer .top-slider-inner {
    position: relative;
  }

  .top-slider-outer .top-slider-inner .top-slider .wrap .box .image img {
    aspect-ratio: 5 / 6;
  }

  .top-slider-outer .top-slider-inner .img-cc {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
  }

  .page-content .section_a {
    padding: 50px 0;
  }

  .page-content .section_b {
    padding: 50px 0;
  }

  .page-content .section_b .section_b-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .page-content .section_b .section_b-wrap .section_b-box {
    width: 100%;
  }

  .page-content .section_b .section_b-wrap .section_b-box:not(:first-child) {
    padding-top: 30px;
  }

  .page-content .section_b .section_b-wrap .section_b-box:nth-child(odd) {
    margin-right: 0;
  }

  .page-content .section_b .section_b-wrap .section_b-box:nth-child(even) {
    margin-left: 0;
  }

  .page-content .section_c {
    padding: 50px 0;
  }

  .page-content .section_c .section_c-wrap .section_c-box {
    width: 100%;
  }

  .page-content .section_c .section_c-wrap .section_c-box:nth-child(2),
  .page-content .section_c .section_c-wrap .section_c-box:nth-child(3n+2) {
    margin: 0;
    padding: 50px 0;
  }

  .page-content .section_d {
    padding: 50px 0;
  }

  .page-content .section_d .section_d-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .page-content .section_d .section_d-wrap .section_d-box {
    width: calc((100% - 20px)/2);
  }

  .page-content .section_d .section_d-wrap .section_d-box:not(:first-child):not(:nth-child(4n+1)) {
    margin-left: 0;
  }

  .page-content .section_d .section_d-wrap .section_d-box:nth-child(odd) {
    margin-right: 10px !important;
  }

  .page-content .section_d .section_d-wrap .section_d-box:nth-child(even) {
    margin-left: 10px !important;
  }

  .page-content .section_d .section_d-wrap .section_d-box:first-child,
  .page-content .section_d .section_d-wrap .section_d-box:nth-child(2) {
    margin-bottom: 30px;
  }

  .page-content .section_e {
    padding: 50px 0;
  }

  .page-content .section_e .section_e-wrap:nth-of-type(odd) .section_e-image {
    width: 100%;
    margin-right: 0;
  }

  .page-content .section_e .section_e-wrap:nth-of-type(odd) .section_e-image img {
    padding-bottom: .9em;
  }

  .page-content .section_e .section_e-wrap:nth-of-type(odd) .section_e-txt {
    width: 100%;
    margin-left: 0;
  }

  .page-content .section_e .section_e-wrap:nth-of-type(even) .section_e-image {
    width: 100%;
    margin-left: 0;
  }

  .page-content .section_e .section_e-wrap:nth-of-type(even) .section_e-image img {
    padding-bottom: .9em;
  }

  .page-content .section_e .section_e-wrap:nth-of-type(even) .section_e-txt {
    width: 100%;
    margin-right: 0;
  }

  .page-content .section_f {
    padding: 50px 0;
  }

  .page-content .section_f .section_f-wrap:nth-of-type(odd) .section_f-image {
    width: 100%;
    margin-right: 0;
  }

  .page-content .section_f .section_f-wrap:nth-of-type(odd) .section_f-image img {
    padding-bottom: .9em;
  }

  .page-content .section_f .section_f-wrap:nth-of-type(odd) .section_f-txt {
    width: 100%;
    margin-left: 0;
  }

  .page-content .section_f .section_f-wrap:nth-of-type(even) .section_f-image {
    width: 100%;
    margin-left: 0;
  }

  .page-content .section_f .section_f-wrap:nth-of-type(even) .section_f-image img {
    padding-bottom: .9em;
  }

  .page-content .section_f .section_f-wrap:nth-of-type(even) .section_f-txt {
    width: 100%;
    margin-right: 0;
  }

  .page-content .section_flow {
    padding: 50px 0;
  }

  .page-content .section_qa {
    padding: 50px 0;
  }

  .page-content .section_qa .section_qa-wrap dl dt {
    width: 1em;
    font-size: 1em;
    margin: 5px 0;
  }

  .page-content .section_qa .section_qa-wrap dl dd {
    width: calc(100% - 1em);
    margin: 5px 0;
    padding-left: 1em;
  }

  .page-content .section_company {
    padding: 50px 0;
  }

  .page-content .section_company .section_company-wrap {
    flex-wrap: wrap;
  }

  .page-content .section_company .section_company-wrap .section_company-box.section_company-image {
    margin-right: 0;
    padding-bottom: 30px;
  }

  .page-content .section_company .section_company-wrap .section_company-box.section_company-table {
    width: 100%;
  }

  .page-content .section_company .section_company-wrap .section_company-box.section_company-table dl dt {
    width: 30%;
  }

  .page-content .section_company .section_company-wrap .section_company-box.section_company-table dl dd {
    width: 70%;
  }

  .page-content .section_table {
    padding: 50px 0;
  }

  .page-content .section_table .section_table-wrap dl dt {
    width: 30%;
  }

  .page-content .section_table .section_table-wrap dl dd {
    width: 70%;
  }

  .page-content .section_bg .bg {
    height: 200px;
  }

  .page-content .section_blog {
    padding: 50px 0;
  }

  .page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list .item {
    flex-wrap: wrap;
  }

  .page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list .item .image-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list .item .ttl {
    flex-wrap: wrap;
    padding: 10px 0 0;
  }

  .page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list .item .ttl .cat {
    margin: 0 0 0 1em;
  }

  .page-content .section_blog .blog-outer .blog-inner .container .wrap .box .list .item .ttl .t {
    width: 100%;
    padding-top: 10px;
  }

  .page-content .space .space100 {
    margin-top: 100px;
  }

  .page-content .space .space50 {
    margin-top: 50px;
  }

  .page-content .space .space30 {
    margin-top: 30px;
  }

  .page-content .txt-left {
    text-align: left;
  }

  .page-content .txt-center {
    text-align: center;
  }

  .page-content .txt-right {
    text-align: right;
  }
}

.bc-outer {
  background: #00b7e8;
}

.bc-outer .bc-inner ul li {
  color: #fff;
}

.page-ttl-outer {
  background-color: #00b7e8;
  padding: 100px 0;
}

.page-ttl-outer .page-ttl-inner .page-ttl-wrap {
  padding: 15px 0;
  text-align: center;
}

.page-ttl-outer .page-ttl-inner .page-ttl-wrap p {
  font-size: 4em;
  font-weight: bold;
  letter-spacing: 3px;
  font-family: 'Cambay', sans-serif;
  line-height: 1.5;
  text-transform: capitalize;
  color: #fff;
}

.page-ttl-outer .page-ttl-inner .page-ttl-wrap h1 {
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
}

h2.ttl {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

h2.ttl .small {
  font-weight: normal;
  color: #00b7e8;
}

h2.ttl .large {
  font-size: 50px;
  color: #595e61;
  font-weight: bold;
  display: block;
  padding-bottom: .6em;
}

h3.ttl {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: .8rem;
  line-height: 1.2;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #595e61;
}

h4.ttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: .6em;
  line-height: 1.2;
}

.side-line {
  border-left: 10px solid #00b7e8;
  padding-left: 10px;
}

.under-score {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.under-score::before {
  border-bottom: 1px dashed #383942;
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
}

.under-score-w {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.under-score-w::before {
  border-bottom: 1px dashed #fff;
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
}

.side-line .small-heading-bn {
  font-size: 1.15em;
  font-weight: bold;
  letter-spacing: 3px;
}

.small-heading {
  font-size: 1.15em;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  padding: 0 40px;
}

.small-heading:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #b4b4b4;
  left: 0;
}

.boldfont {
  font-weight: bold;
}

.enfont {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.ttlfont {
  font-family: 'Cambay', sans-serif;
}

.whitefont {
  color: #fff;
}

.greenfont {
  color: #21913a;
}

.redfont {
  color: #f0928b;
}

.bluefont {
  color: #00b7e8;
}

.bluefont02 {
  color: #00b7e802;
}

.goldfont {
  color: #c1b46f;
}

@media only screen and (max-width: 767px) {
  h2.ttl .small {
    font-size: 13px;
  }

  h2.ttl .large {
    font-size: 28px;
  }

  h3.ttl {
    font-size: 20px;
  }

  h4.ttl {
    font-size: 18px;
  }

  .page-ttl-outer {
    padding: 50px 0;
  }

  .page-ttl-outer .page-ttl-inner .page-ttl-wrap p {
    font-size: 2em;
  }
}

.btn1 {
  text-align: center;
}

.btn1 a {
  color: #fff;
  display: block;
  position: relative;
  background-color: #00b7e8;
  padding: 10px 0;
  width: 250px;
}

.btn1 a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.btn1 a:hover {
  opacity: 1;
  background-color: #00b7e802;
}

.btn1 a:hover::after {
  right: 15px;
  transition: .5s all;
}

.btn2 {
  background: #000;
  width: 200px;
  border: solid 1px #c1b46f;
}

.btn2:hover {
  background: #eae4a0;
  background: -moz-linear-gradient(left, #eae4a0 0%, #684b02 100%);
  background: -webkit-linear-gradient(left, #eae4a0 0%, #684b02 100%);
  background: linear-gradient(to right, #eae4a0 0%, #684b02 100%);
  border: 1px solid #c1b46f;
}

.btn2 a {
  text-align: center;
  display: block;
  padding: 5px 0;
  position: relative;
  color: #fff;
}

.btn2 a:hover {
  opacity: 1;
}

.btn2 a::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
}

.btn3 {
  background: #000;
  width: 50%;
  border: solid 1px #c1b46f;
}

.btn3:hover {
  background: #eae4a0;
  background: -moz-linear-gradient(left, #eae4a0 0%, #684b02 100%);
  background: -webkit-linear-gradient(left, #eae4a0 0%, #684b02 100%);
  background: linear-gradient(to right, #eae4a0 0%, #684b02 100%);
  border: 1px solid #c1b46f;
}

.btn3 a {
  text-align: center;
  display: block;
  padding: 15px 0;
  position: relative;
  color: #fff;
}

.btn3 a:hover {
  opacity: 1;
}

.btn3 a span {
  position: relative;
}

.btn3 a span::before {
  content: '';
  display: inline-block;
  background-image: url(/smartweb/wp-content/themes/smartweb/assets/img/common/mail-icon-wh.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}

.btn3 a::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
}

.btn4 {
  background: #000;
  width: 50%;
  border: solid 1px #c1b46f;
}

.btn4:hover {
  background: #eae4a0;
  background: -moz-linear-gradient(left, #eae4a0 0%, #684b02 100%);
  background: -webkit-linear-gradient(left, #eae4a0 0%, #684b02 100%);
  background: linear-gradient(to right, #eae4a0 0%, #684b02 100%);
  border: 1px solid #c1b46f;
}

.btn4 a {
  text-align: center;
  display: block;
  padding: 15px 0;
  position: relative;
  color: #fff;
}

.btn4 a:hover {
  opacity: 1;
}

.btn4 a span {
  position: relative;
}

.btn4 a span::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}

.btn4 a::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
}

.contact-btn-box .contact-btn {
  color: #fff;
}

.contact-btn-box .contact-btn a {
  display: block;
  padding: 15px 0;
  background-color: #00b7e8;
}

.contact-btn-box .contact-btn a span {
  position: relative;
  display: inline-block;
  color: #fff;
}

.contact-btn-box .contact-btn a span::before {
  content: '';
  background-image: url(/smartweb/wp-content/themes/smartweb/assets/img/common/mail-icon-wh.svg);
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 15px;
}

@media only screen and (max-width: 767px) {
  .btn2 {
    width: 250px;
  }

  .btn3 {
    background: #000;
    width: 50%;
  }

  .btn3:hover {
    background: #eae4a0;
    background: -moz-linear-gradient(left, #eae4a0 0%, #684b02 100%);
    background: -webkit-linear-gradient(left, #eae4a0 0%, #684b02 100%);
    background: linear-gradient(to right, #eae4a0 0%, #684b02 100%);
    border: 1px solid #c1b46f;
  }

  .btn3 a {
    text-align: center;
    display: block;
    padding: 15px 0;
    position: relative;
    color: #fff;
  }

  .btn3 a:hover {
    opacity: 1;
  }

  .btn3 a span {
    position: relative;
  }

  .btn3 a span::before {
    content: '';
    display: inline-block;
    background-image: url(/smartweb/wp-content/themes/smartweb/assets/img/common/mail-icon-wh.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
  }

  .btn3 a::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
  }

  .btn4 {
    background: #000;
    width: 50%;
  }

  .btn4:hover {
    background: #eae4a0;
    background: -moz-linear-gradient(left, #eae4a0 0%, #684b02 100%);
    background: -webkit-linear-gradient(left, #eae4a0 0%, #684b02 100%);
    background: linear-gradient(to right, #eae4a0 0%, #684b02 100%);
    border: 1px solid #c1b46f;
  }

  .btn4 a {
    text-align: center;
    display: block;
    padding: 15px 0;
    position: relative;
    color: #fff;
  }

  .btn4 a:hover {
    opacity: 1;
  }

  .btn4 a span {
    position: relative;
  }

  .btn4 a::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
  }
}

.display-pc {
  display: block;
}

.display-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .display-pc {
    display: none;
  }

  .display-sp {
    display: block;
  }
}

.cat01-outer .cat01-inner .page-ttl-wrap h1 {
  text-transform: uppercase;
}

.frm01-outer {
  padding: 100px 0 0;
  background-color: #f7f7f7;
}

.frm01-outer .frm01-inner .info .tel {
  padding-top: 30px;
}

.frm01-outer .frm01-inner .info .tel .num {
  font-size: 1.1em;
  font-weight: bold;
}

.frm01-outer .frm01-inner .info .tel .num a {
  font-size: 1.5em;
  margin-left: 5px;
}

.frm01-outer .frm01-inner .info .tel dl {
  display: flex;
  flex-wrap: wrap;
}

.frm01-outer .frm01-inner .info .tel dl dt {
  width: 6em;
}

.frm01-outer .frm01-inner .info .tel dl dd {
  width: calc(100% - 6em);
}

.frm01-outer .frm01-inner table td span.wpcf7-form-control-wrap .select-box input {
  vertical-align: unset;
}

.frm02-outer {
  padding: 100px 0;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 767px) {
  .frm01-outer {
    padding: 50px 0 0;
  }

  .frm02-outer {
    padding: 50px 0;
  }
}

.prv-outer {
  padding: 100px 0 50px;
  background-color: #f7f7f7;
}

.prv-outer .prv-inner .container .box {
  padding-bottom: 50px;
}

.prv-outer .prv-inner .container .box .ttl {
  padding-bottom: 20px;
}

.prv-outer .prv-inner .container .box .ttl h3 {
  font-size: 1.5em;
}

.prv-outer .prv-inner .container .box .info {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .prv-outer {
    padding: 50px 0;
  }
}