/*---------------------------------------------
    common
---------------------------------------------*/
.more {
  text-align: right;
}
.more a {
  border-bottom: #13334c solid 5px;
  display: inline-block;
  font-family: "Acumin Variable Concept", "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 5px 4px;
}

/*---------------------------------------------
    main img
  ---------------------------------------------*/
.mv {
  height: auto;
  margin: 0 auto 120px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mv {
    height: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 820px) {
  .mv {
    width: 100%;
  }
}
.mv .bx-wrapper {
  background: none;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .mv .bx-wrapper {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px), (orientation: landscape) {
  .mv.slide_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .mv.slide_pc {
    display: none;
  }
}

/*---------------------------------------------
    vision
---------------------------------------------*/
.vision {
  margin: 0 auto 120px;
  max-width: 980px;
  width: 90%;
}
.vision .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .vision .flex {
    flex-direction: column-reverse;
  }
}
.vision .txt-box {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .vision .txt-box {
    width: 100%;
  }
}
.vision .txt-box .catch {
  font-size: 2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 820px) {
  .vision .txt-box .catch {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .vision .txt-box .txt {
    margin-bottom: 1em;
  }
}
.vision .img {
  margin-top: 6px;
}
@media screen and (max-width: 820px) {
  .vision .img {
    margin-bottom: 8px;
  }
}
.vision .img img {
  width: 400px;
}

/*---------------------------------------------
    service
---------------------------------------------*/
.service {
  background: #f5f1ea;
  padding: 40px 0;
}
.service .section-ttl {
  margin: 0 auto 0;
  max-width: 1180px;
  text-align: center;
  width: 90%;
}
.service .inner {
  margin: 0 auto;
  max-width: 1180px;
  width: 90%;
}
.service .inner > .txt {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .service .inner > .txt {
    text-align: left;
  }
}
.service-box {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 64px;
  max-width: 1020px;
}
@media screen and (max-width: 820px) {
  .service-box {
    flex-direction: column-reverse;
  }
}
.service-box .img {
  margin-right: 4%;
  max-width: 460px;
  width: 46%;
}
@media screen and (max-width: 820px) {
  .service-box .img {
    margin-right: 0;
    width: 100%;
  }
}
.service-box dl {
  max-width: 400px;
  width: 50%;
}
@media screen and (max-width: 820px) {
  .service-box dl {
    width: 100%;
  }
}
.service-box dl dt {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 16px;
  position: relative;
}
.service-box dl dt::before {
  background: #e9450a;
  content: "";
  display: block;
  height: 2px;
  margin-right: 8px;
  width: 40px;
}
.service-box dl dd .txt {
  margin-bottom: 1em;
  text-align: justify;
}
.service-box.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .service-box.reverse {
    flex-direction: column-reverse;
  }
}
.service-box.reverse .img {
  margin-left: 4%;
}
@media screen and (max-width: 820px) {
  .service-box.reverse .img {
    margin-left: 0;
  }
}

/*---------------------------------------------
    works
---------------------------------------------*/
.works {
  margin-bottom: 100px;
}
.works .bx-wrapper {
  margin: 0 auto 30px;
}
@media screen and (max-width: 820px) {
  .works {
    margin: 0 auto 80px;
    width: 90%;
  }
}
.works .section-ttl {
  margin-bottom: 24px;
  text-align: center;
}
.works .inner .works-list {
  display: flex;
}
@media screen and (min-width: 821px) {
  .works .inner .works-list {
    align-items: center;
    gap: 40px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
  }
}
@media screen and (max-width: 820px) {
  .works .inner .works-list {
    gap: 24px;
  }
}
.works .inner .works-list article {
  background: #f7f3ec;
  padding: 20px;
  width: 30%;
}
@media screen and (max-width: 820px) {
  .works .inner .works-list article {
    width: 100%;
  }
}
.works .inner .works-list article .img img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 4/2.6;
     object-fit: cover;
}
.works .inner .works-list article .txt-box {
  position: relative;
}
.works .inner .works-list article .cat {
  background: #999;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 1px 8px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 820px) {
  .works .inner .works-list article .cat {
    font-size: 1rem;
    top: 2px;
  }
}
.works .inner .works-list article .date {
  margin-bottom: 8px;
  margin-top: 4px;
}
.works .inner .works-list article .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.works .inner .works-list article .txt {
  display: -webkit-box;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 80px;
}
.works .btn {
  margin-top: 40px;
}

.bx-wrapper .bx-prev {
  left: -14px !important;
}

.bx-wrapper .bx-next {
  right: -14px !important;
}

.price {
  background: #392724;
  margin-bottom: 80px;
  padding: 40px 0;
}
.price .section-ttl {
  margin-bottom: 24px;
  text-align: center;
}
.price .contents-ttl {
  background: #E8DABE;
  font-size: 2.4rem;
  left: 2px;
  padding-left: 12px;
  position: relative;
  width: calc(100% - 4px);
}
.price .contents-ttl::before {
  background: #e9450a;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.price .inner {
  margin: 0 auto;
  width: 90%;
}
.price-box {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 80px;
  padding: 40px 80px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .price-box {
    padding: 40px 24px;
  }
}
.price-box table {
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.price-box table.last {
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .price-box table.row th, .price-box table.row td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .price-box table thead th:first-child {
    background: #E0AC74;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .price-box table tbody th.first {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .price-box table tbody th, .price-box table tbody td {
    /* margin-bottom: 2px; */
  }
}
.price-box table tr:nth-child(even) {
  background: #E8DABE;
}
@media screen and (max-width: 820px) {
  .price-box table tr:nth-child(even) {
    background: #fff;
  }
}
@media screen and (max-width: 820px) {
  .price-box table tr:nth-child(even) td {
    background: #efe4e4;
  }
}
.price-box table tr:nth-child(even) td > table tbody tr td {
  background: #efe4e4;
}
.price-box table tr:nth-child(odd) {
  background: #efe9e4;
}
@media screen and (max-width: 820px) {
  .price-box table tr:nth-child(odd) {
    background: #fff;
  }
}
@media screen and (max-width: 820px) {
  .price-box table tr:nth-child(odd) td {
    background: #efe4e4;
  }
}
.price-box table tr th, .price-box table tr td {
  padding: 9px 10px;
}
.price-box table tr th.first {
  background: #E0AC74;
}
.price-box table tr th.second {
  background: #E0AC74;
}
.price-box table tr th {
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .price-box table tr th {
    margin-bottom: 2px;
  }
  .price-box table tr th.title {
    background: #fff;
    padding: 16px 0 0;
  }
  .price-box table tr th.title::before {
    background: #e9450a;
    content: "";
    display: inline-block;
    font-size: 1.4rem;
    height: 2px;
    margin-right: 4px;
    position: relative;
    top: -4px;
    width: 12px;
  }
}
.price-box table tr th:last-child, .price-box table tr td:last-child {
  border-right: none;
}
.price-box table tr td dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media screen and (max-width: 820px) {
  .price-box table tr td dl {
    flex-direction: column;
  }
}
.price-box table tr td dl dt {
  width: 120px;
}
.price-box table tr td dl dd {
  width: calc(100% - 120px);
}
@media screen and (max-width: 820px) {
  .price-box table tr td dl dd {
    width: 100%;
  }
}
.price-box table tr td .note {
  font-size: 90%;
  margin-top: 16px;
}
.price-box table tr td td.first {
  border-top: none;
}
.price-box .btn {
  margin-top: 24px;
}
.price .table-box {
  overflow: auto;
}
.price .table-box .scroll th, .price .table-box .scroll td {
  white-space: nowrap;
}

/*---------------------------------------------
    Instagram
---------------------------------------------*/
.insta {
  margin-bottom: 80px;
}
.insta .section-ttl {
  margin-bottom: 24px;
  text-align: center;
}
.insta .insta-box {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

/*---------------------------------------------
    access
---------------------------------------------*/
.access {
  margin-bottom: 40px;
}
.access iframe {
  display: block;
}

/*---------------------------------------------
    company
---------------------------------------------*/
#contact {
  background: url(../images/bg_contact.jpg);
  background-size: cover;
  padding: 80px 0;
}
#contact .inner {
  background: rgba(255, 255, 255, 0.8);
  max-width: 980px;
  padding: 40px 24px 80px;
}
#contact .section-ttl {
  text-align: center;
}
#contact.thanks {
  background: #fff;
}
#contact.thanks .inner {
  margin: 0 auto;
  width: 90%;
}
#contact.thanks .inner .txt {
  text-align: center;
}
@media screen and (max-width: 820px) {
  #contact.thanks .inner .txt {
    text-align: left;
  }
}
#contact .inner {
  margin: 0 auto;
  width: 90%;
}
#contact .subtitle {
  font-size: 2.4rem;
  text-align: center;
}
#contact .txt {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #contact .txt {
    text-align: left;
  }
}
#contact .img {
  margin-bottom: 80px;
  text-align: center;
}
#contact .img img {
  width: 240px;
}
#contact .form-group {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  #contact .form-group {
    align-items: flex-start;
    flex-direction: column;
  }
}
#contact .form-group:first-of-type {
  margin-top: 50px;
}
#contact .form-group + .form-group {
  margin-top: 20px;
}
#contact .form-group .align-top {
  align-items: flex-start;
}
#contact label {
  font-weight: 500;
  width: 163px;
}
@media screen and (max-width: 820px) {
  #contact label {
    margin: 0 auto;
    width: 100%;
  }
}
#contact label .req {
  color: red;
  font-size: 10px;
  margin-left: 0.5em;
  vertical-align: super;
}
#contact span {
  max-width: 709px;
  width: 90%;
}
@media screen and (max-width: 820px) {
  #contact span {
    width: 100%;
  }
}
#contact .confirm-value {
  max-width: 200px;
  width: 90%;
}
@media screen and (max-width: 820px) {
  #contact .confirm-value {
    width: 100%;
  }
}
#contact input, #contact textarea {
  border: 1px solid #ccc;
  height: 40px;
  outline: none;
  padding: 8px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  #contact input, #contact textarea {
    margin: 0 auto;
    width: 100%;
  }
}
#contact input::-moz-placeholder, #contact textarea::-moz-placeholder {
  color: #CDD6DD;
}
#contact input::placeholder, #contact textarea::placeholder {
  color: #CDD6DD;
}
#contact input[type=file] {
  border: none;
  width: 100%;
}
#contact .file {
  max-width: 709px;
  width: 90%;
}
#contact textarea {
  height: 140px;
}
#contact .button-wrap {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
  position: relative;
}
#contact .button-wrap .wpcf7-spinner {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
#contact .button-wrap input[type=submit], #contact .button-wrap input[type=button], #contact .button-wrap a {
  align-items: center;
  background-color: #d55313;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  transition: 0.3s;
  width: 300px;
}
@media screen and (max-width: 767px) {
  #contact .button-wrap input[type=submit], #contact .button-wrap input[type=button], #contact .button-wrap a {
    font-size: 1.4rem;
    height: 46px;
    width: 260px;
  }
}
#contact .button-wrap input[type=submit]:hover, #contact .button-wrap input[type=button]:hover, #contact .button-wrap a:hover {
  opacity: 0.8;
}
#contact table {
  margin: 0 auto;
  max-width: 580px;
}
#contact.thanks .txt {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact.thanks .txt {
    text-align: left;
  }
}
#contact.thanks .btn {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 auto;
  transition: 0.3s;
  width: 300px;
}
@media screen and (max-width: 767px) {
  #contact.thanks .btn {
    font-size: 1.4rem;
    height: 46px;
    width: 260px;
  }
}
#contact.thanks .btn a {
  align-items: center;
  background-color: #e9450a;
  border: none;
  border-radius: 30px;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #contact.thanks .btn a {
    height: 46px;
  }
}

.company {
  margin: 0 auto 80px;
  max-width: 780px;
  width: 90%;
}
.company table tr th, .company table tr td {
  padding: 10px 12px 8px;
}
.company table tr th {
  border-bottom: #e9450a solid 2px;
  width: 100px;
}
.company table tr td {
  border-bottom: #c1c7c6 solid 2px;
}