@charset "UTF-8";
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.098);
  }
}
@keyframes anime1 {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  75% {
    transform: translate(0, 25px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.none {
  display: none;
}

.xl__block {
  display: none;
}
@media (max-width: 1199px) {
  .xl__block {
    display: block;
  }
}

.lg__block {
  display: none;
}
@media (max-width: 991px) {
  .lg__block {
    display: block;
  }
}

.md__block {
  display: none;
}
@media (max-width: 767px) {
  .md__block {
    display: block;
  }
}

@media (max-width: 575px) {
  .sm__block {
    display: block;
  }
}

@media (max-width: 1199px) {
  .xl__none {
    display: none;
  }
}

@media (max-width: 991px) {
  .lg__none {
    display: none;
  }
}

@media (max-width: 767px) {
  .md__none {
    display: none;
  }
}

@media (max-width: 575px) {
  .sm__none {
    display: none;
  }
}

.wrap__ttl {
  display: block;
  text-align: center;
}
.wrap__ttl .ttl01 {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  font-size: 34px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wrap__ttl .ttl01 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .wrap__ttl .ttl01 {
    font-size: 25px;
  }
}
.wrap__ttl .ttl01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 50px;
  height: 3px;
  background-color: #E78747;
}
.wrap__ttl .ttl01--02 {
  color: #e78747;
}
.wrap__ttl .ttl01--02::after {
  background-color: #212121;
}

.wrap__subttl {
  margin-top: 42px;
  display: block;
}
@media (max-width: 767px) {
  .wrap__subttl {
    margin-top: 30px;
  }
}
.wrap__subttl .ttl01 {
  position: relative;
  width: 100%;
  padding-bottom: 9.5em;
  display: block;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .wrap__subttl .ttl01 {
    font-size: 18px;
  }
}
.wrap__subttl .ttl01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23%;
  height: 1px;
  background-color: #e78747;
}
.wrap__subttl .ttl01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 23%;
  width: 77%;
  height: 1px;
  background-color: #FFD7BC;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.098);
  }
}
@keyframes anime1 {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  75% {
    transform: translate(0, 25px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.none, .xl__block, .lg__block, .md__block {
  display: none;
}

@media (max-width: 1199px) {
  .xl__block {
    display: block;
  }
}
@media (max-width: 991px) {
  .lg__block {
    display: block;
  }
}
@media (max-width: 767px) {
  .md__block {
    display: block;
  }
}
@media (max-width: 575px) {
  .sm__block {
    display: block;
  }
}
@media (max-width: 1199px) {
  .xl__none {
    display: none;
  }
}
@media (max-width: 991px) {
  .lg__none {
    display: none;
  }
}
@media (max-width: 767px) {
  .md__none {
    display: none;
  }
}
@media (max-width: 575px) {
  .sm__none {
    display: none;
  }
}
.wrap__ttl {
  display: block;
  text-align: center;
}
.wrap__ttl .ttl01 {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  font-size: 34px;
  font-weight: bold;
}
.wrap__ttl .ttl01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 50px;
  height: 3px;
  background-color: #E78747;
}
.wrap__ttl .ttl01--02 {
  color: #e78747;
}
.wrap__ttl .ttl01--02::after {
  background-color: #212121;
}

@media (max-width: 767px) {
  .wrap__ttl .ttl01 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .wrap__ttl .ttl01 {
    font-size: 25px;
  }
}
.wrap__subttl {
  margin-top: 42px;
  display: block;
}
.wrap__subttl .ttl01 {
  position: relative;
  width: 100%;
  padding-bottom: 9.5em;
  display: block;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
}
.wrap__subttl .ttl01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23%;
  height: 1px;
  background-color: #e78747;
}
.wrap__subttl .ttl01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 23%;
  width: 77%;
  height: 1px;
  background-color: #FFD7BC;
}

@media (max-width: 767px) {
  .wrap__subttl {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .wrap__subttl .ttl01 {
    font-size: 18px;
  }
}
/*header
----------------------*/
/* pcheader */
.pcheader {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1250px;
  width: 100%;
}

@media (max-width: 767px) {
  .pcheader {
    display: none;
  }
}
.pcheader__container01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__contents01 {
  display: flex;
  align-items: center;
}
.header__contents01 .logo__wrapper {
  display: block;
}
.header__contents01 .logo__container {
  display: block;
  width: auto;
  height: 60px;
  transition: 0.3s;
}
.header__contents01 .logo__container:hover {
  opacity: 0.75;
}
.header__contents01 .logo {
  display: block;
  width: auto;
  height: 100%;
}
.header__contents01 .txt01 {
  margin-left: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #E78747;
}

@media (max-width: 1000px) {
  .header__contents01 .txt01 {
    display: none;
  }
}
.header__contents02 {
  margin-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
}
.header__contents02 .link__lists01 .sub__links {
  display: flex;
}
.header__contents02 .link__lists01 .sub__links .item:nth-child(n+2) {
  margin-left: 24px;
}
.header__contents02 .link__lists01 .sub__links .link {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #e78747;
  text-decoration: underline;
  white-space: nowrap;
}
.header__contents02 .link__lists01 .sub__links .link:hover {
  text-decoration: none;
}
.header__contents02 .link__lists01 .tel__link {
  margin-top: 15px;
  display: block;
}
.header__contents02 .link__lists01 .tel__link:hover {
  opacity: 1;
}
.header__contents02 .link__lists01 .tel__link .num {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__contents02 .link__lists01 .tel__link .num .icon__container {
  width: auto;
  height: 21px;
}
.header__contents02 .link__lists01 .tel__link .num .icon__container .icon {
  display: block;
  width: auto;
  height: 100%;
}
.header__contents02 .link__lists01 .tel__link .num .txt01 {
  margin-left: 3px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.header__contents02 .link__lists01 .tel__link .time {
  font-size: 13px;
  letter-spacing: 0.07rem;
  color: #4f4f4f;
  text-align: right;
}
.header__contents02 .cta__lists {
  margin-left: 25px;
  display: flex;
  align-items: center;
}
.header__contents02 .cta__lists .item:nth-child(n+2) {
  margin-left: 18px;
}
.header__contents02 .cta__lists .link {
  display: block;
  width: 85px;
  height: 85px;
  transition: 0.3s;
}
.header__contents02 .cta__lists .link:hover {
  opacity: 0.75;
}
.header__contents02 .cta__lists .link .img {
  width: 100%;
  height: 100%;
}

.pcheader__nav {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  width: 100%;
  box-sizing: border-box;
}
.pcheader__nav .nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pcheader__nav .nav__list .item {
  position: relative;
  width: calc(100% / 6);
}
.pcheader__nav .nav__list .item:nth-child(5){
  width: calc((100% / 6) - 18px);
}
.pcheader__nav .nav__list .item:last-child{
  width: calc((100% / 6) + 18px);
}
.pcheader__nav .nav__list .item::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 0;
  height: 3px;
  background-color: #E78747;
  transition: 0.4s ease-out;
}
.pcheader__nav .nav__list .item:hover::before {
  width: 80%;
}
.pcheader__nav .nav__list .link {
  display: block;
  padding-right: 6px;
  padding-left: 6px;
  width: 100%;
  text-align: center;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
}
.pcheader__nav .nav__list .link:last-child {
  border-right: 1px solid #ddd;
}
.pcheader__nav .nav__list .link .main {
  display: block;
  font-size: 15.5px;
  font-weight: bold;
}
.pcheader__nav .nav__list .link .sub {
  display: block;
  font-size: 12.5px;
  color: #333;
}
@media (max-width: 1199px) {
  .pcheader__nav .nav__list .link .main {
    font-size: 12.8px;
  }
}
@media (max-width: 991px) {
  .pcheader__nav .nav__list .item:nth-child(5){
    width: calc((100% / 6) - 39px);
  }
  .pcheader__nav .nav__list .item:last-child{
    width: calc((100% / 6) + 39px);
  }
  .pcheader__nav .nav__list .link .main {
    font-size: 11.5px;
  }
  .pcheader__nav .nav__list .link .sub {
    font-size: 10px;
  }
}
.header {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .header {
    justify-content: flex-start;
  }
}
.header-logo {
  display: none;
  width: 75px;
  margin: 0 12px 0 12px;
}

@media (max-width: 767px) {
  .header-logo {
    display: block;
  }
}
.header-menu {
  width: calc(100% - 287px);
  height: 130px;
}

.sub-menu {
  display: flex;
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
}
.sub-menu p {
  font-size: 12px;
  font-weight: 600;
  color: #e78747;
}
.sub-menu ul {
  display: flex;
}
.sub-menu ul li {
  margin-right: 23px;
  text-decoration: underline;
}

.main-menu ul {
  display: flex;
}
.main-menu ul li {
  display: flex;
  width: 20%;
  height: 66px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  align-items: center;
  position: relative;
}
.main-menu ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 5px;
  bottom: 0;
  left: 10%;
  background: #e78747;
  transition: 0.4s;
}
.main-menu ul li:hover::before {
  width: 80%;
}
.main-menu ul li a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-menu ul li .nav-text {
  display: inline-block;
  width: 100%;
  padding: 0 4px;
  border-right: 1px solid #c7c7c7;
}
.main-menu ul li:last-child .nav-text {
  border-right: 0;
}
.main-menu ul li .en {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.header-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-right a {
  display: inline-block;
}
.header-right a img {
  width: 100%;
}
.header-right .hr-tel {
  width: 100%;
}
.header-right .hr-contact, .header-right .hr-online, .header-right .hr-line {
  width: 32%;
}

@media screen and (max-width: 1100px) {
  .header-logo {
    margin: 0 10px;
  }

  .header-menu {
    height: 120px;
  }

  .sub-menu {
    font-size: 13px;
  }

  .main-menu ul li {
    font-size: 15px;
    height: 60px;
  }
  .main-menu ul li .en {
    margin-top: -4px;
    font-size: 10px;
  }
}
@media screen and (max-width: 957px) {
  .header-logo {
    width: 54px;
  }

  .header-menu {
    width: calc(100% - 174px);
    height: 88px;
  }

  .sub-menu {
    padding: 12px 0;
    font-size: 11px;
  }
  .sub-menu ul li {
    margin-right: 12px;
    white-space: nowrap;
  }

  .main-menu ul li {
    font-size: 12px;
    height: 47px;
  }
  .main-menu ul li::before {
    height: 3px;
  }

  .header-right {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .header-sp.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 5px;
    background: #fff;
    z-index: 1000000;
    box-sizing: border-box;
  }

  .header {
    height: 70px;
  }

  .header-right {
    display: none;
  }

  .header-sp.sp {
    display: flex;
    align-items: center;
    margin-left: 10px;
    width: 100%;
  }
  .header-sp .txt01 {
    font-size: 10px;
    font-weight: bold;
    color: #e78747;
    margin-right: 5px;
  }
  .header-sp .txt01 .sp01 {
    display: inline-block;
  }
  .header-sp .btn-wrap {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .header-sp .btn-wrap a {
    display: inline-block;
    width: 50px;
    min-width: 50px;
    margin-right: 5px;
  }
  .header-sp .btn-wrap a img {
    width: 100%;
  }

  .header-contact, .header-line {
    display: none;
  }

  .header-logo {
    width: 35px;
    min-width: 35px;
    height: auto;
    margin: 0;
  }

  .hamburger {
    position: relative;
    width: 32px;
    min-width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .hamburger span {
    position: absolute;
    top: 15px;
    left: 4px;
    width: 24px;
    height: 2px;
    background: #e78747;
    transition: 0.2s;
  }
  .hamburger span:first-child {
    top: 7px;
  }
  .hamburger span:last-child {
    top: 23px;
  }
  .hamburger.js-active span:first-child {
    top: 15px;
    transform: rotate(135deg);
  }
  .hamburger.js-active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.js-active span:last-child {
    top: 15px;
    transform: rotate(45deg);
  }

  .hamburger-menu {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 40px);
    padding: 40px 0 120px;
    background: #fff;
    transform: translateY(100%);
    overflow-y: auto;
  }
  .hamburger-menu li:last-of-type {
    margin-bottom: 20px;
  }
  .hamburger-menu li a {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #e78747;
    border-bottom: 1px dotted #aaa;
  }
  .hamburger-menu li a .en {
    display: block;
    font-size: 10px;
    color: #aaa;
  }

  .hamburger-sub {
    margin-bottom: 20px;
  }
  .hamburger-sub li a {
    font-size: 12px;
    color: #333;
  }

  .hamburger-btn {
    text-align: center;
  }
  .hamburger-btn a {
    display: flex;
    width: 100%;
    max-width: 240px;
    height: 40px;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    background: #e78747;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
  }
  .hamburger-btn a img {
    width: 24px;
    margin-right: 12px;
  }
}
/*main
----------------------*/
main {
  display: block;
  padding-bottom: 90px;
}
main.pb-0 {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 65px;
    padding-bottom: 40px;
  }
}
/*footer
----------------------*/
.footer {
  padding: 74px 10px 60px;
  text-align: center;
  color: #fff;
  background: #e78747;
}

.footer-txt {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.8;
}

.footer-logo {
  margin-bottom: 42px;
}
.footer-logo a {
  display: inline-block;
  width: 100px;
}

.footer-menu {
  display: flex;
  margin-bottom: 28px;
  font-weight: 600;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-menu li:not(:last-child) {
  margin-right: 16px;
}

.footer-submenu {
  display: flex;
  margin-bottom: 28px;
  font-size: 14px;
  justify-content: center;
}
.footer-submenu li:not(:last-child)::after {
  content: "／";
}

.copyright {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 10px 10px 4px;
  }

  .footer-txt {
    margin-bottom: 12px;
    font-size: 10px;
  }

  .footer-logo {
    margin-bottom: 13px;
  }
  .footer-logo img {
    width: 58px;
  }

  .footer-menu, .footer-submenu {
    display: none;
  }

  .copyright {
    font-size: 10px;
  }
}
/*topページ
----------------------*/
/* mv new 2022 02 */
.mv {
  display: flex;
  align-items: center;
  width: 100%;
  height: 645px;
  background-color: #FFF6EF;
}
.mv .mv__copy {
  padding-right: 25px;
  padding-left: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  box-sizing: border-box;
}
.mv .mv__copy .txt__container {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  background-color: #FFF6EF;
  border-top: 5px solid #E78747;
  border-bottom: 5px solid #E78747;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
.mv .mv__copy .txt__container .sp01 {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
}
.mv .mv__copy .txt__container .sp01--sm {
  font-size: 28px;
}
.mv .mv__copy .txt__container .sp01--st {
  font-size: 50px;
  color: #e78747;
}
.mv .mv__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  height: 100%;
  background-image: url(https://miyabi-reform.com/wp-content/uploads/2022/02/mv-bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mv .mv__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0.1));
  background-image: radial-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0.1));
}
.mv .mv__image .service__img {
  position: relative;
  width: auto;
  height: 75%;
  z-index: 10;
}
.mv .mv__image .service__img .img {
  display: block;
  width: auto;
  height: 100%;
}
.mv .mv__image .service__img .img--sp {
  display: none;
}

@media (max-width: 991px) {
  .mv {
    height: 425px;
  }
}
@media (max-width: 767px) {
  .mv {
    flex-direction: column-reverse;
    height: auto;
  }
}
@media (max-width: 767px) {
  .mv .mv__copy {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .mv .mv__copy .txt__container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 1199px) {
  .mv .mv__copy .txt__container .sp01 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .mv .mv__copy .txt__container .sp01 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .mv .mv__copy .txt__container .sp01 {
    letter-spacing: 0.03rem;
  }
}
@media (max-width: 1199px) {
  .mv .mv__copy .txt__container .sp01--sm {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .mv .mv__copy .txt__container .sp01--sm {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .mv .mv__copy .txt__container .sp01--st {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .mv .mv__copy .txt__container .sp01--st {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .mv .mv__image {
    min-width: 0;
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 575px) {
  .mv .mv__image {
    height: 365px;
  }
}
@media (max-width: 767px) {
  .mv .mv__image .service__img {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .mv .mv__image .service__img .img--pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .mv .mv__image .service__img .img--sp {
    display: block;
  }
}
/* mv */
.sct-mv {
  position: relative;
}

.mv-ttl {
  position: absolute;
  font-size: 5vw;
  font-weight: 800;
  line-height: 1.4;
  width: 100%;
  /* bottom: 40px; */
  top: 30%;
  left: 0;
  padding: 10px 40px;
  color: #fff;
  /* text-shadow: 3px 3px 2px #e78747; */
  text-shadow: 1px 1px 2px #000;
  background: rgba(231, 135, 71, 0.5);
  text-align: center;
  z-index: 1;
}

.mv-list {
  /* max-width: 1150px; */
  width: 100%;
  margin: 0 auto 94px;
}
.mv-list.slick-slider {
  /* max-width: 1150px; */
  width: 100%;
  margin: 0 auto 94px;
}
.mv-list.slick-slider .slick-slide img {
  width: 100%;
}
.mv-list.slick-slider .slick-slide img.sp {
  display: none;
}

.slick-dots {
  bottom: -30px;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 7px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  background: #d7d7d7;
  border-radius: 50%;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots .slick-active button {
  background: #e78747;
}

/* service-movie */
.service-movie {
  margin-top: 90px;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fffbe8;
}
.service-movie .movie-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 770px;
}
.service-movie .movie-container .movie-ttl {
  position: relative;
  padding-bottom: 28px;
  display: block;
  text-align: center;
}
.service-movie .movie-container .movie-ttl > .ttl01 {
  position: relative;
  padding-bottom: 12px;
  font-size: 27px;
  font-weight: bold;
}
.service-movie .movie-container .movie-ttl > .ttl01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 42px;
  height: 4px;
  background: #e78747;
}
.service-movie .movie-container .movie-ttl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 159px;
  height: 125px;
  background-image: url(../images/service-movie-deco01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 5;
}
.service-movie .movie-container .movie-ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  right: 0;
  width: 125.5px;
  height: 120px;
  background-image: url(../images/service-movie-deco02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 5;
}
.service-movie .movie01 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  z-index: 10;
}
.service-movie .movie01 > iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  .service-movie {
    margin-top: 70px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .service-movie .movie-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 575px) {
  .service-movie .movie-container .movie-ttl {
    padding-bottom: 50px;
  }
  .service-movie .movie-container .movie-ttl > .ttl01 {
    font-size: 18px;
  }
  .service-movie .movie-container .movie-ttl > .ttl01::after {
    width: 30px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .service-movie .movie-container .movie-ttl::before {
    width: 117px;
    height: 92px;
  }
  .service-movie .movie-container .movie-ttl::after {
    width: 93.5px;
    height: 90px;
  }
}
@media (max-width: 575px) {
  .service-movie .movie-container .movie-ttl::before {
    width: 82px;
    height: 65px;
  }
  .service-movie .movie-container .movie-ttl::after {
    width: 67.5px;
    height: 65px;
  }
}
.bnr-tel, .bnr-tel02 {
  display: none;
}

.content-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-box {
  width: 30.6%;
}

.content-list::after {
  content: "";
  width: 30.6%;
}

.content-img {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 220px;
}
.content-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.content-img p {
  position: absolute;
  right: 16px;
  bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.content-ttl {
  padding-left: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  border-left: 5px solid #e78747;
}

.content-txt:not(:last-child) {
  margin-bottom: 20px;
}

.content-btn {
  text-align: center;
}

.arw-btn {
  display: inline-flex;
  padding: 0 28px;
  margin: 0 auto;
  width: auto;
  min-width: 187px;
  height: 48px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2px;
  background: #e78747;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.arw-btn img {
  margin: 0 16px 0 0;
}

.sct-cotbnr {
  text-align: center;
  background: #fdf9e7;
}

.cotbnr {
  padding: 68px 0 120px;
  background: url(../images/sct_bg.png) 50% 100%/100% auto no-repeat;
}

.cot-ttl {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
}
.cot-ttl span {
  position: relative;
  display: inline-block;
  padding: 0 26px;
}
.cot-ttl span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 72px;
  background: #000;
  transform: rotate(-32deg);
}
.cot-ttl span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 2px;
  height: 72px;
  background: #000;
  transform: rotate(32deg);
}

.cot-list {
  display: flex;
  max-width: 720px;
  margin: 0 auto;
  justify-content: space-between;
}
.cot-list li {
  display: flex;
  width: 190px;
  height: 190px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  background: #f1ab32;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.home .cot-list li:first-of-type, .home .cot-list li:last-of-type {
  background: none;
}

.sct-list {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .sct-list {
    margin-top: 65px;
  }
}
@media (max-width: 575px) {
  .sct-list.top-page-wrap {
    margin-top: 25px;
  }
}
.sec-ttl {
  position: relative;
  margin-bottom: 48px;
  font-size: 50px;
  /* font-family: serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho"; */
  font-weight: normal;
  text-align: center;
}
.sec-ttl span {
  position: relative;
  display: block;
  padding-top: 16px;
  margin-top: 8px;
  font-size: 16px;
  /* font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック','ＭＳ Ｐゴシック','MS PGothic',sans-serif; */
  color: #e78747;
}
.sec-ttl span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 42px;
  height: 4px;
  background: #e78747;
  transform: translateX(-50%);
}

.voice-box {
  display: flex;
  align-items: center;
}
.voice-box:nth-child(2n) {
  justify-content: flex-end;
}

.voice-img {
  width: 50%;
  min-width: 50%;
  font-size: 0;
  box-shadow: 15px 15px 0 #eee;
}
.voice-img img {
  width: 100%;
}

.voice-item {
  width: 50%;
  max-width: 540px;
  padding: 10px 40px 10px 90px;
}

.voice-ttl {
  position: relative;
  margin-bottom: 16px;
  font-size: 26px;
}
.voice-ttl span {
  position: absolute;
  top: 12px;
  left: -14px;
  padding-right: 12px;
  font-size: 20px;
  line-height: 0.8;
  font-weight: normal;
  color: #e78747;
  border-right: 1px solid #595757;
  transform: translateX(-100%);
}

.sct-voice {
  padding-top: 60px;
  padding-bottom: 114px;
}

.sct-qa {
  padding-top: 30px;
  padding-bottom: 72px;
  padding-top: 30px;
  padding-bottom: 72px;
  background: #e78747;
}

.qa-content .sec-ttl {
  color: #fff;
}
.qa-content .sec-ttl span {
  color: #fff;
}

.sec-ttl .unline {
  padding-top: 0;
  margin-top: -10px;
}
.sec-ttl .unline::before {
  content: none;
}

.qa-box {
  padding: 30px 30px 32px;
  margin-bottom: 36px;
  background: #fff;
  border-radius: 10px;
}

.qa-ttl {
  padding-bottom: 16px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  color: #e78747;
  border-bottom: 3px solid #e78747;
}

.qa-txt {
  padding-top: 24px;
  line-height: 1.8;
}

.sct-works {
  margin-top: 90px;
}

.content-slider .content-img {
  margin-bottom: 36px;
}
.content-slider .slick-dots {
  bottom: 10px;
}
.content-slider .slick-dots li {
  margin: 0 4px;
}

.sct-infor {
  padding-top: 90px;
}

.infor-list {
  border-top: 1px dotted #000;
}

.infor-item {
  position: relative;
  display: flex;
  padding: 12px 40px;
  border-bottom: 1px dotted #000;
}
.infor-item::before {
  content: "▶︎";
  position: absolute;
  top: 16px;
  left: 14px;
  font-size: 10px;
}
.infor-item time {
  margin-right: 28px;
  white-space: nowrap;
}

.infor-t {
  text-decoration: underline;
}

/* TOP バナー */
.sec-bnr {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .sec-bnr {
    margin-top: 65px;
  }
}
/* .bnr-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */
.bnr-area .bnr {
  width: 48%;
  margin: 0 auto 45px;
  /* margin-bottom: 30px; */
}
.bnr-area .bnr:last-of-type {
  margin-bottom: 0;
}
.bnr-area .bnr img {
  width: 100%;
}
.bnr-area .insta-bnr {
  display: block;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  max-width: 420px;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.bnr-area .insta-bnr .img {
  display: block;
  width: 100%;
  height: auto;
}
.bnr-area .insta-bnr:hover {
  opacity: 0.65;
}
.bnr-area .bnr-card, .bnr-area .bnr-line, .bnr-area .bnr-covid19 , .bnr-area .bnr-recruit {
  width: 100%;
}

@media (max-width: 575px) {
  .bnr-area .insta-bnr {
    width: 90%;
	  margin-bottom:30px;
  }
}
.company-table {
  max-width: 640px;
  margin: 0 auto;
}
.company-table table {
  width: 100%;
}
.company-table table th {
  width: 186px;
  height: 56px;
  font-weight: 600;
}
.company-table table tr:nth-child(2n-1) {
  background: #fdf2ea;
}
.company-table table td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
}
.company-table table .link01 {
  display: inline-block;
  padding: 0 10px;
  color: #3d74ff;
}

@media screen and (max-width: 767px) {
  .mv-ttl {
    /* font-size: 26px; */
    font-size: 6vw;
    padding: 0 14px;
  }

  .slick-dots {
    bottom: -20px;
  }
  .slick-dots li {
    margin: 0 4px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }

  .mv-list {
    margin-bottom: 40px;
  }
  .mv-list.slick-slider {
    margin-bottom: 40px;
  }
  .mv-list.slick-slider .slick-slide img.pc {
    display: none;
  }
  .mv-list.slick-slider .slick-slide img.sp {
    display: block;
  }

  .bnr-tel {
    display: flex;
    align-items: center;
    margin-top: 25px;
    width: 100%;
  }
  .bnr-tel a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #7e7e7e;
  }
  .bnr-tel .icon {
    width: auto;
    height: 22px;
  }
  .bnr-tel .num {
    font-size: 25px;
    font-weight: bold;
  }

  .bnr-tel02 {
    display: block;
    width: 100%;
    margin-top: 25px;
    padding: 10px 35px;
  }
  .bnr-tel02 .link01 {
    display: block;
    width: 100%;
  }
  .bnr-tel02 .link01:hover {
    opacity: 1;
  }
  .bnr-tel02 .link01 .btn-img01 {
    display: block;
    width: 100%;
  }

  .content-box {
    width: 100%;
  }
  .content-box:nth-child(n+2) {
    margin-top: 40px;
  }

  .content-list::after {
    content: none;
  }

  .content-ttl {
    font-size: 16px;
  }

  .arw-btn {
    min-width: 240px;
    height: 40px;
    border-radius: 4px;
  }
  .arw-btn img {
    width: 6px;
    margin-right: 12px;
  }

  .cotbnr {
    padding: 40px 0;
  }

  .cot-ttl {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .cot-ttl span {
    width: 100%;
    max-width: 360px;
    padding: 0 20px;
  }
  .cot-ttl span::before, .cot-ttl span::after {
    top: 8px;
  }

  .cot-list {
    max-width: 360px;
  }
  .cot-list li {
    width: 90px;
    height: 90px;
    font-size: 15px;
  }

  .sct-voice {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .sec-ttl {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
  }
  .sec-ttl span {
    padding-top: 12px;
    margin-top: 2px;
    font-size: 12px;
  }
  .sec-ttl span::before {
    width: 30px;
    height: 2px;
  }

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

  .voice-img {
    width: 100%;
    min-width: auto;
  }

  .voice-item {
    width: 100%;
    max-width: 100%;
    padding: 16px 10px 20px 40px;
    order: 1;
  }

  .voice-ttl {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .voice-ttl span {
    top: 6px;
    left: -10px;
    padding-right: 6px;
    font-size: 12px;
    line-height: 1;
  }

  .sct-qa {
    padding-bottom: 40px;
  }

  .qa-box {
    padding: 12px 10px;
    margin-bottom: 20px;
  }
  .qa-box:last-child {
    margin-bottom: 0;
  }

  .qa-ttl {
    padding-bottom: 6px;
    font-size: 16px;
    border-width: 1px;
  }

  .qa-txt {
    padding-top: 10px;
    line-height: 1.7;
  }

  .sct-works {
    margin-top: 65px;
  }

  f .content-slider.slick-dotted {
    margin-bottom: 4px;
  }

  .infor-item {
    display: block;
    padding: 10px 24px;
  }
  .infor-item time {
    display: block;
    font-size: 10px;
  }
  .infor-item::before {
    top: 10px;
    left: 6px;
  }

  .sct-infor {
    padding-top: 65px;
  }

  .bnr-area {
    justify-content: center;
  }
  .bnr-area .bnr {
    width: 90%;
    margin-bottom: 30px;
  }
  .bnr-area .bnr:last-of-type {
    margin-bottom: 0;
  }

  .company-table table th, .company-table table td {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
  }
  .company-table table th {
    padding-bottom: 0;
  }
  .company-table table td {
    color: #333;
  }

  .cot-list li .f14 {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .cot-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cot-list li {
    font-size: 13px;
    margin-right: 10px;
  }

  .home .cot-list li:first-of-type {
    order: 1;
  }
}
/* TOP Service */
.home .service {
  margin-top: 90px;
  width: 100%;
}
.home .service .service__wrap {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  max-width: 1000px;
  width: 100%;
}
.home .service .service__wrap .txt__container .ttl01 {
  padding-left: 12px;
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid #e78747;
}
.home .service .service__wrap .txt__container .txt01 {
  margin-top: 25px;
  line-height: 1.7;
}
.home .service .service__wrap .txt__container .txt01 .st01 {
  font-weight: bold;
  color: #e78747;
}
.home .service .service__features {
  margin-left: 50px;
  width: 50%;
  min-width: 50%;
  border: 2.4px solid #e78747;
  border-collapse: collapse;
  box-sizing: border-box;
}
.home .service .service__features .features__ttl {
  display: block;
  padding: 7px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #e78747;
  border-collapse: collapse;
}
.home .service .service__features .features__wrap {
  padding: 35px;
  background-color: #fff;
}
.home .service .service__features .ill__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .service .service__features .ill__wrap::before {
  content: "";
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  left: 30%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 21px 12px;
  border-color: transparent transparent #6F6F6F transparent;
  transform: rotate(90deg);
}
.home .service .service__features .ill__wrap .ill__container {
  text-align: center;
}
.home .service .service__features .ill__wrap .ill__container:nth-child(2) {
  position: relative;
}
.home .service .service__features .ill__wrap .ill__container:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  right: 57px;
  bottom: -52px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 21px 12px;
  border-color: transparent transparent #6F6F6F transparent;
  transform: rotate(180deg);
}
.home .service .service__features .ill__wrap .ill__container .txt01 {
  font-weight: bold;
}
.home .service .service__features .ill__wrap .ill__container .icon__container {
  margin-top: 7px;
  width: auto;
  height: 60px;
}
.home .service .service__features .ill__wrap .ill__container .icon__container .icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  height: 100%;
}
.home .service .service__features .balloon__txt01 {
  position: relative;
  margin-top: 30px;
  display: inline-block;
  padding: 5px 25px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #e78747;
  border-radius: 21px;
}
.home .service .service__features .balloon__txt01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 39px;
  width: 18px;
  height: 16px;
  background-image: url(https://miyabi-reform.com/wp-content/uploads/2022/02/tr-o.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.home .service .service__features .category__container {
  margin-top: 18px;
  padding: 18px;
  background-color: #FFF3EB;
  width: 100%;
}
.home .service .service__features .category__container .company__name {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .service .service__features .category__container .company__name .logo__container {
  width: auto;
  height: 33px;
}
.home .service .service__features .category__container .company__name .logo__container .logo {
  display: block;
  width: auto;
  height: 100%;
}
.home .service .service__features .category__container .company__name .name {
  margin-left: 13px;
  font-size: 21px;
  font-weight: bold;
}
.home .service .service__features .category__container .category__lists {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
}
.home .service .service__features .category__container .category__lists .category__item {
  font-weight: 500;
}
.home .service .service__features .category__container .category__lists .category__item:nth-child(n+2) {
  margin-left: 15px;
}
.home .service .service__features .category__container .category__lists .category__item:nth-child(4) {
  margin-left: 0;
}
.home .service .service__features .category__container .category__lists .category__item:nth-child(n+4) {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .home .service {
    margin-top: 65px;
  }
}
@media (max-width: 1199px) {
  .home .service .service__wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .home .service .service__wrap {
    margin-top: 35px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
  }
}
@media (max-width: 767px) {
  .home .service .service__wrap .txt__container .ttl01 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home .service .service__features {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home .service .service__features .features__ttl {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .home .service .service__features .features__wrap {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .home .service .service__features .features__wrap {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .home .service .service__features .ill__wrap {
    width: 75%;
  }
}
@media (max-width: 575px) {
  .home .service .service__features .ill__wrap {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .home .service .service__features .ill__wrap::before {
    left: 25%;
    border-width: 0 7px 14px 7px;
  }
}
@media (max-width: 991px) {
  .home .service .service__features .ill__wrap .ill__container:nth-child(2)::after {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .home .service .service__features .ill__wrap .ill__container:nth-child(2)::after {
    right: 30px;
  }
}
@media (max-width: 575px) {
  .home .service .service__features .ill__wrap .ill__container:nth-child(2)::after {
    right: 45px;
    border-width: 0 7px 14px 7px;
  }
}
@media (max-width: 991px) {
  .home .service .service__features .ill__wrap .ill__container .txt01 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .home .service .service__features .ill__wrap .ill__container .icon__container {
    height: 45px;
  }
}
@media (max-width: 991px) {
  .home .service .service__features .balloon__txt01 {
    font-size: 15.5px;
  }
}
@media (max-width: 575px) {
  .home .service .service__features .balloon__txt01 {
    margin-top: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .home .service .service__features .category__container {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .home .service .service__features .category__container .category__lists {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .home .service .service__features .category__container .category__lists .category__item {
    font-size: 14.5px;
  }
}
@media (max-width: 991px) {
  .home .service .service__features .category__container .category__lists .category__item {
    margin-top: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .home .service .service__features .category__container .category__lists .category__item {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .home .service .service__features .category__container .category__lists .category__item:nth-child(n+2) {
    margin-left: 0;
  }
}
.service__lists {
  margin-top: 60px;
  width: 100%;
}
.service__lists li.service__container {
  position: relative;
  display: flex;
  align-items: center;
}
.service__lists li.service__container::before {
  content: "0";
  position: absolute;
  top: 0;
  right: 85px;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 125px;
  font-weight: bold;
  font-family: "Yu Gothic UI", "游ゴシック", YuGothic, sans-serif;
  color: #FFCDAA;
}
.service__lists li.service__container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 85px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 125px;
  font-weight: bold;
  font-family: "Yu Gothic UI", "游ゴシック", YuGothic, sans-serif;
  content: "1";
  color: #e78747;
}
.service__lists li.service__container:nth-child(2)::after {
  content: "2";
}
.service__lists li.service__container:nth-child(3)::after {
  content: "3";
}
.service__lists li.service__container:nth-child(4)::after {
  left: 95px;
  content: "4";
}
.service__lists li.service__container:nth-child(5)::after {
  content: "5";
}
.service__lists li.service__container:nth-child(2n) {
  flex-direction: row-reverse;
}
.service__lists li.service__container:nth-child(2n)::before {
  color: #e78747;
}
.service__lists li.service__container:nth-child(2n)::after {
  color: #FFCDAA;
}
.service__lists li.service__container .img__container {
  width: 50%;
  height: 21.5vw;
}
.service__lists li.service__container .img__container .img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.service__lists li.service__container .service__contents {
  padding-right: 7.4%;
  padding-left: 7.4%;
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service__lists li.service__container .service__contents .service__ttl {
  display: block;
  width: 100%;
  padding-left: 12px;
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid #e78747;
}
.service__lists li.service__container .service__contents .txt01 {
  margin-top: 22px;
  width: 100%;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .service__lists {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .service__lists {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .service__lists li.service__container {
    display: block;
  }
}
@media (max-width: 1199px) {
  .service__lists li.service__container::before {
    right: 55px;
    font-size: 85px;
  }
}
@media (max-width: 991px) {
  .service__lists li.service__container::before {
    content: none;
  }
}
@media (max-width: 1199px) {
  .service__lists li.service__container::after {
    left: 55px;
    font-size: 85px;
  }
}
@media (max-width: 991px) {
  .service__lists li.service__container::after {
    content: none;
  }
}
@media (max-width: 991px) {
  .service__lists li.service__container:nth-child(2)::after {
    content: none;
  }
}
@media (max-width: 991px) {
  .service__lists li.service__container:nth-child(2) .img__container::after {
    content: "02";
  }
}
@media (max-width: 991px) {
  .service__lists li.service__container:nth-child(3)::after {
    content: none;
  }
}
@media (max-width: 991px) {
  .service__lists li.service__container:nth-child(3) .img__container::after {
    content: "03";
  }
}
@media (max-width: 1199px) {
  .service__lists li.service__container:nth-child(4)::after {
    left: 65px;
  }
}
@media (max-width: 991px) {
  .service__lists li.service__container:nth-child(4)::after {
    content: none;
  }
}
@media (max-width: 991px) {
  .service__lists li.service__container:nth-child(4) .img__container::after {
    content: "04";
  }
}
@media (max-width: 991px) {
  .service__lists li.service__container:nth-child(5)::after {
    content: none;
  }
}
@media (max-width: 991px) {
  .service__lists li.service__container:nth-child(5) .img__container::after {
    content: "05";
  }
}
@media (max-width: 991px) {
  .service__lists li.service__container:nth-child(n+2) {
    margin-top: 60px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .service__lists li.service__container:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .service__lists li.service__container .img__container {
    height: 40vw;
  }
}
@media (max-width: 991px) {
  .service__lists li.service__container .img__container {
    position: relative;
    width: 100%;
  }
  .service__lists li.service__container .img__container::after {
    content: "01";
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    font-family: "Yu Gothic UI", "游ゴシック", YuGothic, sans-serif;
    color: #e78747;
    letter-spacing: 0.3rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .service__lists li.service__container .img__container::after {
    right: 5px;
    bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .service__lists li.service__container .service__contents {
    padding-right: 6%;
    padding-left: 6%;
  }
}
@media (max-width: 991px) {
  .service__lists li.service__container .service__contents {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service__lists li.service__container .service__contents {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .service__lists li.service__container .service__contents .service__ttl {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .service__lists li.service__container .service__contents .txt01 {
    margin-top: 10px;
  }
}
@media (max-width: 1365px) {
  .service__lists li.service__container .service__contents .txt01 .br01 {
    display: none;
  }
}
/*TOP company
----------------------*/
.sec-company {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .sec-company {
    margin-top: 65px;
  }
}
/*page
----------------------*/
@media (max-width: 767px) {
  .archive {
    margin-top: 70px;
  }
}
.page-title {
  position: relative;
  padding-bottom: 24px;
  margin: 40px 0 38px;
  font-size: 60px;
  /* font-family: serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho"; */
  /* font-weight: normal; */
  text-align: center;
  color: #e78747;
}
.page-title span {
  display: block;
  font-size: 22px;
  /* font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック','ＭＳ Ｐゴシック','MS PGothic',sans-serif; */
  font-weight: 600;
}
.page-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 164px;
  height: 4px;
  background: #e78747;
  transform: translateX(-50%);
}

.cont-ttl {
  padding: 14px 24px;
  margin-bottom: 38px;
  font-size: 18px;
  font-weight: 600;
  background: #fdf2ea;
}

.cont-intro {
  display: flex;
  margin-bottom: 60px;
}

.cont-img {
  width: 50%;
  padding-right: 20px;
}
.cont-img img {
  width: 100%;
}

.cont-infor {
  width: 50%;
  padding-left: 20px;
}
.cont-infor .content-ttl {
  margin-bottom: 22px;
}
.cont-infor .content-txt {
  line-height: 1.8;
}

.cont-bnr {
  margin-bottom: 60px;
}
.cont-bnr img {
  width: 100%;
}

/* form
--------------------- */
.contaxt-from {
  word-break: break-all;
}
.contaxt-from dl:not(:last-child) {
  margin-bottom: 32px;
}
.contaxt-from dt {
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #e78747;
}

.required dt::after {
  position: absolute;
  content: "必須";
  display: inline-block;
  font-size: 13px;
  width: 35px;
  margin-left: 30px;
  line-height: 2.4;
  color: red;
}

.mw_wp_form_confirm .required dt::after {
  display: none;
}

.contaxt-from dl input, .contaxt-from dl select, .contaxt-from dl textarea {
  width: 100%;
  height: 58px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.contaxt-from dl:first-of-type dd {
  position: relative;
}
.contaxt-from dl:first-of-type dd::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 20px;
  width: 18px;
  height: 10px;
  background: url(../images/select-arw.png) 0 0/100% 100% no-repeat;
  pointer-events: none;
}
.contaxt-from .mw_wp_form_confirm dl:first-of-type dd::after {
  display: none;
}
.contaxt-from dl textarea {
  height: 258px;
  padding: 12px;
  vertical-align: bottom;
}

.form-btns {
  display: flex;
  margin-top: 58px;
  justify-content: center;
}
.form-btns input {
  height: 48px;
  background: #e78747;
  border: none;
}
.form-btns .arw-btn {
  position: relative;
  min-width: 162px;
  margin: 0;
  color: #e78747;
}
.form-btns .arw-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 0 16px;
  color: #fff;
  font-weight: 600;
  background: none;
}
.form-btns input.back {
  width: 162px;
  margin-right: 20px;
  color: #fff;
  font-weight: 600;
  background: #aaa;
  border-radius: 10px;
}

.contaxt-from dl .error {
  display: block;
  margin: 4px 0 -20px;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}

.agree-text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.agree-text label input[type=checkbox] {
  display: block;
  appearance: auto;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.pp-text {
  text-align: center;
}
.pp-text a {
  display: inline-block;
  text-decoration: underline;
}

.thanks {
  margin-bottom: 40px;
  text-align: center;
  line-height: 2;
}
.thanks h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

.line-ttl {
  padding: 14px 16px;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 600;
  color: #e78747;
  border: 1px solid;
  border-width: 1px 0;
}

.individual-item:not(:last-child) {
  margin-bottom: 90px;
}

.individual-list {
  margin-bottom: 8px;
}

@media screen and (max-width: 810px) {
  .page-title {
    font-size: 48px;
  }
  .page-title span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    padding-bottom: 16px;
    margin: 40px 0;
    font-size: 32px;
  }
  .page-title span {
    font-size: 16px;
  }
  .page-title::after {
    width: 110px;
    height: 2px;
  }

  .cont-ttl {
    padding: 6px 12px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cont-intro {
    display: block;
    margin-bottom: 40px;
  }

  .cont-img {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .cont-infor {
    width: 100%;
    padding: 0;
  }
  .cont-infor .content-ttl {
    margin-bottom: 16px;
  }

  .contaxt-from dl:not(:last-child) {
    margin-bottom: 16px;
  }
  .contaxt-from dt {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .required dt::after {
    font-size: 12px;
    font-weight: normal;
    margin-left: 15px;
    line-height: 2;
  }

  .contaxt-from dl input, .contaxt-from dl select {
    height: 40px;
  }
  .contaxt-from dl:first-of-type dd::after {
    top: 16px;
    right: 15px;
    width: 15px;
    height: 8px;
  }
  .contaxt-from dl textarea {
    height: 180px;
  }

  .form-btns {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
  .form-btns .arw-btn {
    min-width: 240px;
    margin: 0 auto;
  }
  .form-btns input.back {
    display: block;
    width: 240px;
    height: 40px;
    margin: 0 auto 12px;
    border-radius: 4px;
  }

  .agree-text label input[type=checkbox] {
    margin-right: 10px;
    width: 15px;
    height: 15px;
  }

  .thanks {
    margin-bottom: 32px;
  }
  .thanks h2 {
    font-size: 18px;
  }

  .line-ttl {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .individual-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .individual-list {
    margin-bottom: 0;
  }
}
/* ページネーション */
.page-numbers {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.page-numbers li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0 2px;
  border: 1px solid #e78747;
  text-align: center;
}
.page-numbers li span {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
}
.page-numbers li .page-numbers {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
}
.page-numbers li .page-numbers:hover {
  opacity: 1;
  color: #fff;
  background: #e78747;
}
.page-numbers li .page-numbers.current {
  color: #fff;
  background: #e78747;
}

.category-wrap {
  margin-top: 20px;
  margin-bottom:100px;
  width: 100%;
}
.category-wrap .category-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category-wrap .category-list .category-item {
  width: calc(20% - 12px);
}
.category-wrap .category-list .category-item:nth-child(n+2) {
  margin-left: 15px;
}
.category-wrap .category-list .category-item:nth-child(5n+1) {
  margin-left: 0;
}
.category-wrap .category-list .category-item:nth-child(n+6) {
  margin-top: 15px;
}
.category-wrap .category-list .category-item a {
  display: flex;
  width: 100%;
  height: 65px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #acacac;
  line-height: 1.4;
  transition: 0.3s;
}
.category-wrap .category-list .category-item a:hover {
  background-color: #e78747;
}
.category-wrap .category-list .category-item.active a {
  background-color: #e78747;
  pointer-events: none;
}

@media (max-width: 767px) {
  .category-wrap .category-list .category-item {
    width: calc(33.3333333333% - 5px);
  }
}
@media (max-width: 767px) {
  .category-wrap .category-list .category-item:nth-child(n+2) {
    margin-left: 7.5px;
  }
}
@media (max-width: 767px) {
  .category-wrap .category-list .category-item:nth-child(5n+1) {
    margin-left: 7.5px;
  }
}
@media (max-width: 767px) {
  .category-wrap .category-list .category-item:nth-child(n+4) {
    margin-top: 7.5px;
    margin-left: 7.5px;
  }
}
@media (max-width: 767px) {
  .category-wrap .category-list .category-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .category-wrap .category-list .category-item a {
    height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .category-wrap .category-list .category-item a {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 340px) {
  .category-wrap .category-list .category-item a {
    font-size: 10px;
  }
}
/* object-fit ------------------------------*/
/* TOP Works */
.sct-works .content-img::after, .works .content-img::after {
  content: "";
  display: block;
  padding-top: 72%;
}

/* Works 一覧 */
.no-link {
  pointer-events: none;
}

.restoration {
  width: 100%;
}
.restoration .introduction__wrap {
  width: 100%;
  margin-top: 85px;
  display: flex;
}
.restoration .introduction__wrap .img__container {
  min-width: 45%;
  width: 45%;
  height: 400px;
}
.restoration .introduction__wrap .img__container .img {
  position: relative;
  bottom: -50px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.restoration .introduction__wrap .txt__contents {
  padding-top: 115px;
  padding-bottom: 30px;
  padding-right: 50px;
  position: relative;
  padding-left: 50px;
  min-height: 450px;
}
.restoration .introduction__wrap .txt__contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -200px;
  width: calc(100% + 200px);
  height: 100%;
  background-color: #e78747;
  z-index: -10;
}
.restoration .introduction__wrap .txt__contents .contents__ttl {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}
.restoration .introduction__wrap .txt__contents .contents__txt01 {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #fff;
}
.restoration .txt__wrap01 {
  margin-top: 24px;
}
.restoration .txt__wrap01 .txt01 {
  line-height: 1.7;
}
.restoration .txt__wrap01 .txt01:nth-child(n+2) {
  margin-top: 25px;
}
.restoration .img__container01 {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  width: 65%;
  height: 280px;
}
.restoration .img__container01 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.restoration .restoration__item {
  margin-top: 115px;
}
.restoration .restoration__item .list01 {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.restoration .restoration__item .list01 .item {
  padding: 5px 5px;
  width: calc(20% - 20px);
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #e78747;
  background: linear-gradient(to right, #E78747, #E78747 50%, #FF9C5C);
}
.restoration .restoration__item .list01 .item:nth-child(n+2) {
  margin-left: 25px;
}
.restoration .restoration__item .list01 .item:nth-child(n+6) {
  margin-top: 25px;
  width: calc(24% - 16.6px);
}
.restoration .restoration__item .list01 .item:nth-child(8) {
  width: calc(51.8% - 16.6px);
}
.restoration .restoration__item .list01 .item:nth-child(5n+1) {
  margin-left: 0;
}
.restoration .restoration__item .detail__txt01 {
  margin-top: 4px;
  text-align: right;
}
.restoration .restoration__item .img__wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.restoration .restoration__item .img__wrap .img__container {
  width: 215px;
  height: 215px;
}
.restoration .restoration__item .img__wrap .img__container .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.restoration .about__wrap {
  margin-top: 200px;
  margin-bottom: 115px;
  padding-bottom: 60px;
  position: relative;
  width: 100%;
  background-color: #FFEEE2;
}
.restoration .about__wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -114px;
  left: 0;
  width: 100%;
  height: 115px;
  background-image: url(https://miyabi-reform.com/wp-content/uploads/2022/03/tr-bg-t.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.restoration .about__wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -114px;
  left: 0;
  width: 100%;
  height: 115px;
  background-image: url(https://miyabi-reform.com/wp-content/uploads/2022/03/tr-bg-b.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.restoration .about__contents01 {
  display: flex;
  padding-top: 60px;
}
.restoration .about__contents01 .txt__container .ttl__contents {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
}
.restoration .about__contents01 .txt__container .ttl__contents .st01 {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #e78747;
}
.restoration .about__contents01 .txt__container .txt01 {
  margin-top: 25px;
  line-height: 1.7;
}
.restoration .about__contents01 .img__container {
  margin-left: 30px;
  width: 50%;
  min-width: 50%;
  height: 330px;
}
.restoration .about__contents01 .img__container .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.restoration .about__contents02 {
  margin-top: 50px;
  padding: 60px 40px;
  border: 1px solid #FFC299;
}
.restoration .comparison__container {
  margin-top: 30px;
  display: flex;
}
.restoration .comparison__container .img__container {
  width: calc(50% - 35px);
  height: auto;
}
.restoration .comparison__container .img__container:nth-of-type(2) {
  position: relative;
  margin-left: 70px;
}
.restoration .comparison__container .img__container:nth-of-type(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  margin-top: auto;
  margin-bottom: auto;
  width: 30px;
  height: 30px;
  background-image: url(https://miyabi-reform.com/wp-content/uploads/2022/03/arrow-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transform: translateX(-50%);
}
.restoration .comparison__container .img__container .img {
  width: 100%;
  height: auto;
}
.restoration .flow__container {
  margin-top: 25px;
}
.restoration .flow__container .flow__contents {
  padding: 15px 45px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.restoration .flow__container .flow__contents:nth-child(n+2) {
  margin-top: 15px;
}
.restoration .flow__container .flow__contents .head01 {
  display: flex;
  align-items: center;
}
.restoration .flow__container .flow__contents .head01 .txt01 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.01rem;
  color: #757575;
}
.restoration .flow__container .flow__contents .head01 .num {
  margin-left: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #e78747;
}
.restoration .flow__container .flow__contents .contents__txt {
  margin-left: 40px;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .restoration .introduction__wrap {
    margin-top: 60px;
    flex-direction: column-reverse;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .restoration .introduction__wrap .img__container {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .restoration .introduction__wrap .img__container .img {
    top: 0;
  }
}
@media (max-width: 767px) {
  .restoration .introduction__wrap .txt__contents::before {
    content: none;
  }
}
@media (max-width: 991px) {
  .restoration .introduction__wrap .txt__contents {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .restoration .introduction__wrap .txt__contents {
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 40px;
    padding-right: 20px;
    background-color: #e78747;
    min-height: 0;
  }
}
@media (max-width: 991px) {
  .restoration .introduction__wrap .txt__contents .contents__ttl {
    text-align: center;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .restoration .introduction__wrap .txt__contents .contents__ttl {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .restoration .introduction__wrap .txt__contents .contents__txt01 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .restoration .txt__wrap01 {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .restoration .img__container01 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .restoration .restoration__item .list01 .item {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .restoration .restoration__item .list01 .item {
    width: calc(33.3% - 12px);
  }
}
@media (max-width: 575px) {
  .restoration .restoration__item .list01 .item {
    width: calc(50% - 9px);
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .restoration .restoration__item .list01 .item:nth-child(n+2) {
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  .restoration .restoration__item .list01 .item:nth-child(n+6) {
    width: calc(33.3% - 12px);
  }
}
@media (max-width: 575px) {
  .restoration .restoration__item .list01 .item:nth-child(n+6) {
    width: calc(50% - 9px);
  }
}
@media (max-width: 767px) {
  .restoration .restoration__item .list01 .item:nth-child(8) {
    width: auto;
  }
}
@media (max-width: 575px) {
  .restoration .restoration__item .list01 .item:nth-child(8) {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .restoration .restoration__item .list01 .item:nth-child(5n+1) {
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  .restoration .restoration__item .list01 .item:nth-child(n+4) {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .restoration .restoration__item .list01 .item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .restoration .restoration__item .list01 .item:nth-child(3n+1) {
    margin-left: 18px;
  }
}
@media (max-width: 575px) {
  .restoration .restoration__item .list01 .item:nth-child(n+3) {
    margin-top: 18px;
  }
}
@media (max-width: 575px) {
  .restoration .restoration__item .list01 .item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .restoration .restoration__item .list01 .item:nth-child(7) {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .restoration .restoration__item .img__wrap {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .restoration .restoration__item .img__wrap .img__container {
    width: 165px;
    height: 165px;
  }
}
@media (max-width: 767px) {
  .restoration .restoration__item .img__wrap .img__container {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575px) {
  .restoration .restoration__item .img__wrap .img__container {
    width: calc(50% - 10px);
    height: auto;
  }
}
@media (max-width: 767px) {
  .restoration .about__wrap::before {
    top: -64px;
    height: 64px;
    background-image: url(https://miyabi-reform.com/wp-content/uploads/2022/03/tr-bg-t-sp.png);
  }
}
@media (max-width: 767px) {
  .restoration .about__wrap::after {
    bottom: -64px;
    height: 64px;
    background-image: url(https://miyabi-reform.com/wp-content/uploads/2022/03/tr-bg-b-sp.png);
  }
}
@media (max-width: 767px) {
  .restoration .about__contents01 {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .restoration .about__contents01 .txt__container .ttl__contents {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .restoration .about__contents01 .txt__container .ttl__contents .st01 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .restoration .about__contents01 .img__container {
    margin-left: 0;
    width: 100%;
    height: 280px;
  }
}
@media (max-width: 767px) {
  .restoration .about__contents02 {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .restoration .comparison__container {
    display: block;
  }
}
@media (max-width: 767px) {
  .restoration .comparison__container .img__container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .restoration .comparison__container .img__container:nth-of-type(2) {
    margin-top: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .restoration .comparison__container .img__container:nth-of-type(2)::before {
    top: -25px;
    right: 0;
    left: 0;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    transform: translateX(0) translateY(-50%) rotate(90deg);
  }
}
@media (max-width: 575px) {
  .restoration .flow__container .flow__contents {
    padding: 25px;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .restoration .flow__container .flow__contents .contents__txt {
    margin-left: 0;
    font-size: 16px;
  }
}
.building .introduction__wrap {
  width: 100%;
  margin-top: 85px;
}
.building .introduction__wrap .txt__contents .contents__txt01 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
}
.building .building__wrap {
  margin-top: 40px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #FFEEE2;
}
.building .about__wrap {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
  transform: translateZ(0);
}
.building .about__wrap .about__container {
  display: flex;
}
.building .about__wrap .about__container .about__contents01 {
  width: calc(33.33% - 20px);
}
.building .about__wrap .about__container .about__contents01 .img__container {
  width: 100%;
  height: auto;
}
.building .about__wrap .about__container .about__contents01 .img__container .img {
  width: 100%;
  height: auto;
}
.building .about__wrap .about__container .about__contents01 .arrow__container {
  margin-top: 19px;
  display: flex;
  justify-content: space-between;
}
.building .about__wrap .about__container .about__contents01 .arrow__container .arrow__contents {
  width: 50%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://miyabi-reform.com/wp-content/uploads/2022/03/arrow-up.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  text-align: center;
}
.building .about__wrap .about__container .about__contents01 .arrow__container .arrow__contents:nth-child(2) {
  background-image: url(https://miyabi-reform.com/wp-content/uploads/2022/03/arrow-down-1.png);
}
.building .about__wrap .about__container .about__contents01 .arrow__container .arrow__contents .txt01 {
  font-size: 20px;
  font-weight: bold;
}
.building .about__wrap .about__container .about__contents02 {
  width: calc(33.33% - 20px);
  margin-right: 20px;
  margin-left: 20px;
}
.building .about__wrap .about__container .about__contents02 .arrow__container {
  padding-top: 70px;
}
.building .about__wrap .about__container .about__contents02 .arrow__container .arrow__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  background-image: url(https://miyabi-reform.com/wp-content/uploads/2022/03/arrow-beside.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  text-align: center;
}
.building .about__wrap .about__container .about__contents02 .arrow__container .arrow__contents .txt01 {
  font-size: 20px;
  font-weight: bold;
}
.building .about__wrap .about__container .about__contents03 {
  width: calc(33.33% - 20px);
}
.building .about__wrap .about__container .about__contents03 .img__container {
  width: 100%;
  height: auto;
}
.building .about__wrap .about__container .about__contents03 .img__container .img {
  width: 100%;
  height: auto;
}
.building .about__wrap .about__container .about__contents03 .arrow__container {
  margin-top: 19px;
}
.building .about__wrap .about__container .about__contents03 .arrow__container .arrow__contents {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://miyabi-reform.com/wp-content/uploads/2022/03/arrow-up.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  text-align: center;
}
.building .about__wrap .about__container .about__contents03 .arrow__container .arrow__contents .txt01 {
  font-size: 20px;
  font-weight: bold;
}
.building .about__wrap .company__name {
  margin-top: 35px;
  padding: 5px 20px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.03rem;
  color: #fff;
  background-color: #e78747;
}
.building .about__wrap .about__image01 {
  margin-top: 35px;
  width: 100%;
  height: auto;
}
.building .about__wrap .about__image01 .img {
  width: 100%;
  height: auto;
  display: block;
}
.building .about__wrap .about__image01 .img--sp {
  display: none;
}
.building .business__wrap {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #FF9850;
  width: 100%;
}
.building .business__wrap .business__container {
  margin-top: 70px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.building .business__wrap .business__container:nth-child(n+2) {
  margin-top: 55px;
}
.building .business__wrap .business__container:nth-last-of-type(2n) {
  flex-direction: row-reverse;
}
.building .business__wrap .business__container .img__container {
  position: relative;
  width: 57px;
  min-width: 57%;
  height: 440px;
}
.building .business__wrap .business__container .img__container::before {
  content: "01";
  display: block;
  position: absolute;
  top: -55px;
  left: 12px;
  font-size: 70px;
  font-family: "Yu Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #e78747;
}
.building .business__wrap .business__container .img__container .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.building .business__wrap .business__container:nth-of-type(2) .img__container::before {
  content: "02";
}
.building .business__wrap .business__container:nth-of-type(3) .img__container::before {
  content: "03";
}
.building .business__wrap .business__container:nth-of-type(4) .img__container::before {
  content: "04";
}
.building .business__wrap .business__container:nth-of-type(5) .img__container::before {
  content: "05";
}
.building .business__wrap .business__container .txt__container .ttl01 {
  padding-left: 10px;
  display: block;
  border-left: 5px solid #e78747;
  font-size: 22px;
  font-weight: bold;
}
.building .business__wrap .business__container .txt__container .contents__txt {
  margin-top: 25px;
}
.building .business__wrap .business__container .txt__container .contents__txt .txt01 {
  line-height: 1.7;
}
.building .business__wrap .business__container .txt__container .contents__txt .txt01:nth-child(n+2) {
  margin-top: 13px;
}
.building .business__wrap .business__container .txt__container .contents__txt .txt01 .st01 {
  display: block;
  font-weight: bold;
}
.building .business__wrap .business__container .txt__container .contents__txt .txt01 .sub {
  margin-top: 5px;
  display: block;
  line-height: 1.7;
}
.building .low__container {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #FF9850;
  width: 100%;
}
.building .low__container .contents__txt01 {
  margin-top: 30px;
}
.building .low__container .table__wrap {
  margin-top: 30px;
  width: 100%;
  overflow: scroll;
}
.building .low__container table {
  width: 100%;
  border: 1px solid #e4dbd5;
  border-collapse: collapse;
  white-space: nowrap;
}
.building .low__container table tr {
  border: 0.95px solid #f0e2d8;
}
.building .low__container table tr.head01 th {
  background-color: #ffc9a3;
}
.building .low__container table th {
  padding: 7px;
  vertical-align: middle;
  background-color: #e0d6d0;
}
.building .low__container table td {
  text-align: center;
  padding: 7px;
}

@media (max-width: 767px) {
  .building .introduction__wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .building .introduction__wrap .txt__contents .contents__txt01 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .building .building__wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .building .about__wrap {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .building .about__wrap {
    padding: 12px;
  }
}
@media (max-width: 991px) {
  .building .about__wrap .about__container .about__contents01 {
    width: calc(37.5% - 20px);
  }
}
@media (max-width: 575px) {
  .building .about__wrap .about__container .about__contents01 {
    width: calc(42.5% - 20px);
  }
}
@media (max-width: 991px) {
  .building .about__wrap .about__container .about__contents01 .arrow__container .arrow__contents .txt01 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .building .about__wrap .about__container .about__contents01 .arrow__container .arrow__contents .txt01 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .building .about__wrap .about__container .about__contents02 {
    width: calc(25% - 20px);
  }
}
@media (max-width: 575px) {
  .building .about__wrap .about__container .about__contents02 {
    margin-right: 15px;
    margin-left: 15px;
    width: calc(15% - 10px);
  }
}
@media (max-width: 575px) {
  .building .about__wrap .about__container .about__contents02 .arrow__container {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .building .about__wrap .about__container .about__contents02 .arrow__container .arrow__contents .txt01 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .building .about__wrap .about__container .about__contents02 .arrow__container .arrow__contents .txt01 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .building .about__wrap .about__container .about__contents03 {
    width: calc(37.5% - 20px);
  }
}
@media (max-width: 575px) {
  .building .about__wrap .about__container .about__contents03 {
    width: calc(42.5% - 20px);
  }
}
@media (max-width: 991px) {
  .building .about__wrap .about__container .about__contents03 .arrow__container .arrow__contents .txt01 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .building .about__wrap .about__container .about__contents03 .arrow__container .arrow__contents .txt01 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .building .about__wrap .company__name {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .building .about__wrap .about__image01 .img--pc {
    display: none;
  }
}
@media (max-width: 575px) {
  .building .about__wrap .about__image01 .img--sp {
    display: block;
  }
}
@media (max-width: 767px) {
  .building .business__wrap .business__container:nth-child(n+2) {
    margin-top: 65px;
  }
}
@media (max-width: 767px) {
  .building .business__wrap .business__container:nth-last-of-type(2n) {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .building .business__wrap .business__container {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .building .business__wrap .business__container .img__container {
    width: 100%;
    height: 280px;
  }
}
@media (max-width: 575px) {
  .building .business__wrap .business__container .img__container {
    height: 215px;
  }
}
@media (max-width: 767px) {
  .building .business__wrap .business__container .img__container::before {
    top: -40px;
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .building .business__wrap .business__container .img__container::before {
    top: -38px;
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .building .business__wrap .business__container .txt__container .ttl01 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .property {
    overflow: hidden;
  }
}
.property .introduction__wrap {
  width: 100%;
  margin-top: 85px;
}
.property .introduction__wrap .txt__contents .contents__txt01 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
}
.property .trouble__wrap {
  margin-top: 115px;
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 30%;
  background-color: #E2D1C5;
  border-radius: 10px;
}
.property .trouble__wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-image: url(https://miyabi-reform.com/wp-content/uploads/2022/03/trouble-image01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
.property .trouble__wrap .trouble__ttl {
  text-align: center;
}
.property .trouble__wrap .trouble__ttl .ttl {
  position: relative;
  padding-bottom: 10px;
  display: block;
  font-size: 29px;
  font-weight: bold;
}
.property .trouble__wrap .trouble__ttl .ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #121212;
}
.property .trouble__wrap .trouble__list {
  position: relative;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  z-index: 10;
}
.property .trouble__wrap .trouble__list .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 200px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.5);
  background: linear-gradient(to bottom, #777, #a8a8a8);
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  color: #fff;
}
.property .trouble__wrap .trouble__list .item .sp01 {
  display: block;
}
.property .solution__txt01 {
  margin-top: 20px;
  padding: 12px 20px;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #e78747;
  border-radius: 55px;
}
.property .property__wrap {
  margin-top: 40px;
  padding-top: 70px;
  padding-bottom: 70px;
  width: 100%;
  background-color: #FFEEE2;
}
.property .property__wrap .property__image01 {
  margin-top: 70px;
  width: 100%;
  height: auto;
}
.property .property__wrap .property__image01 .img {
  width: 100%;
  height: auto;
}
.property .property__wrap .property__image01 .img--sp {
  display: none;
}
.property .property__wrap .property__container:nth-child(n+2) {
  margin-top: 115px;
}
.property .property__wrap .property__container .sub__txt01 {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.property .property__wrap .form__container {
  margin-top: 70px;
  display: flex;
}
.property .property__wrap .form__container .form__contents {
  width: calc(50% - 35px);
}
.property .property__wrap .form__container .form__contents:nth-child(2) {
  margin-left: 70px;
}
.property .property__wrap .form__container .form__contents .head01 {
  padding: 12px 20px;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  background-color: #e78747;
  text-align: center;
  color: #fff;
}
.property .property__wrap .form__container .form__contents .form__innner {
  padding: 40px;
  width: 100%;
  background-color: #fff;
}
.property .property__wrap .form__container .form__contents .form__innner .img__container {
  width: auto;
  height: 150px;
}
.property .property__wrap .form__container .form__contents .form__innner .img__container .img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: auto;
  height: 100%;
}
.property .property__wrap .form__container .form__contents .form__innner .inner__txt01 {
  margin-top: 25px;
  line-height: 1.7;
}
.property .management__wrap {
  margin-top: 70px;
}
.property .management__wrap .management__container {
  display: flex;
  align-items: center;
  padding: 35px;
  border: 7px solid #FFCCA9;
  background-color: #fff;
}
.property .management__wrap .management__container:nth-child(n+2) {
  margin-top: 20px;
}
.property .management__wrap .management__container .ttl__container {
  display: flex;
  align-items: center;
  min-width: 300px;
}
.property .management__wrap .management__container .ttl__container .icon__container {
  width: auto;
  height: 60px;
}
.property .management__wrap .management__container .ttl__container .icon__container .icon {
  width: auto;
  height: 100%;
}
.property .management__wrap .management__container .ttl__container .ttl01 {
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03rem;
}
.property .management__wrap .management__container .txt__container {
  margin-left: 85px;
}
.property .management__wrap .management__container .txt__container .txt01 {
  line-height: 1.7;
}

@media (max-width: 767px) {
  .property .introduction__wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .property .introduction__wrap .txt__contents .contents__txt01 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .property .trouble__wrap {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 25%;
  }
}
@media (max-width: 575px) {
  .property .trouble__wrap {
    margin-top: 70px;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 15%;
  }
}
@media (max-width: 767px) {
  .property .trouble__wrap::before {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .property .trouble__wrap::before {
    width: 50%;
    left: -55px;
  }
}
@media (max-width: 991px) {
  .property .trouble__wrap .trouble__ttl .ttl {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .property .trouble__wrap .trouble__ttl .ttl {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .property .trouble__wrap .trouble__list {
    justify-content: space-around;
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .property .trouble__wrap .trouble__list .item {
    width: 175px;
    height: 175px;
  }
}
@media (max-width: 991px) {
  .property .trouble__wrap .trouble__list .item {
    width: 135px;
    height: 135px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .property .trouble__wrap .trouble__list .item {
    width: 112px;
    height: 112px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .property .trouble__wrap .trouble__list .item {
    width: 115px;
    height: 115px;
  }
}
@media (max-width: 767px) {
  .property .solution__txt01 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .property .property__wrap .property__image01 {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .property .property__wrap .property__image01 .img--pc {
    display: none;
  }
}
@media (max-width: 575px) {
  .property .property__wrap .property__image01 .img--sp {
    display: block;
  }
}
@media (max-width: 575px) {
  .property .property__wrap .property__container:nth-child(n+2) {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .property .property__wrap .form__container {
    display: block;
  }
}
@media (max-width: 575px) {
  .property .property__wrap .form__container {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .property .property__wrap .form__container .form__contents {
    width: calc(50% - 25px);
  }
}
@media (max-width: 767px) {
  .property .property__wrap .form__container .form__contents {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .property .property__wrap .form__container .form__contents:nth-child(2) {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .property .property__wrap .form__container .form__contents:nth-child(2) {
    margin-top: 35px;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .property .property__wrap .form__container .form__contents .form__innner {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .property .management__wrap {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .property .management__wrap .management__container {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .property .management__wrap .management__container {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .property .management__wrap .management__container .ttl__container {
    min-width: 35%;
  }
}
@media (max-width: 991px) {
  .property .management__wrap .management__container .ttl__container .icon__container {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .property .management__wrap .management__container .ttl__container .ttl01 {
    margin-left: 10px;
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .property .management__wrap .management__container .txt__container {
    margin-left: 50px;
  }
}
@media (max-width: 575px) {
  .property .management__wrap .management__container .txt__container {
    margin-top: 15px;
    margin-left: 0;
  }
}
.cost .cont-ttl {
  padding: 12px 24px;
  font-size: 19px;
  color: #fff;
  background-color: #e99157;
  text-align: center;
}
.cost .cont-ttl:nth-child(n+2) {
  margin-top: 65px;
}
.cost .cost__table {
  margin-top: 22px;
  width: 100%;
}
.cost .cost__table table {
  width: 100%;
}
.cost .cost__table table tr {
  border-bottom: 0.97px solid #e1e1e1;
}
.cost .cost__table table tr.bdn {
  border-bottom: none;
}
.cost .cost__table table tr th {
  width: 100%;
  text-align: left;
  font-weight: 500;
  padding: 5px 15px;
  background-color: #fff0c8;
  color: #3f3f3f;
}
.cost .cost__table table tr td {
  padding: 5px 15px;
  width: 33.3%;
  letter-spacing: 0.02rem;
  box-sizing: border-box;
}
.cost .cost__table table tr td:first-child {
  padding-right: 35px;
  white-space: nowrap;
}
.cost .cost__table .caution {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  color: #5d5d5d;
}

@media (max-width: 767px) {
  .cost .cost__table table tr td {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .cost .cost__table table tr td {
    width: auto;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .cost .cost__table table tr td:first-child {
    white-space: normal;
  }
}
.valuup .service__ttl {
  padding-top: 35px;
  padding-bottom: 35px;
  width: 100%;
  background-image: url(../images/valeup-ttl-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.valuup .service__ttl .ttl__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 245px;
  background-image: url(../images/valeup-ttl-deco01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.valuup .service__ttl .ttl__container .ttl01 {
  display: block;
  text-align: center;
}
.valuup .service__ttl .ttl__container .ttl01 .sp01 {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
}
.valuup .service__ttl .ttl__container .ttl01 .sp02 {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
}
.valuup .service__ttl .ttl__container .ttl01 .st01 {
  position: relative;
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
}
.valuup .service__ttl .ttl__container .ttl01 .st01::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: -50%;
  width: 80px;
  height: 80px;
  background-color: #FFE600;
  border-radius: 50%;
  z-index: -10;
}
.valuup .package__wrap {
  padding-top: 70px;
  padding-bottom: 70px;
  width: 100%;
  background-image: url(../images/dot01-o-bg.png);
  background-repeat: repeat;
  background-size: 55px 55px;
  background-position: center;
  background-color: #FFEEE2;
}
.valuup .package__wrap--02 {
  background-color: #FFE3DF;
  background-image: url(../images/dot01-p-bg.png);
}
.valuup .package__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #FF9C5A;
  background: radial-gradient(#FF9C5A, #FF8533);
}
.valuup .package__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/dot-ttl01-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -10;
}
.valuup .package__ttl--02 {
  background: #E0422A;
  background: radial-gradient(#FF6952, #E0422A);
}
.valuup .package__ttl--02::before {
  background-image: url(../images/dot-ttl02-bg.png);
}
.valuup .package__ttl .icon__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 82px;
  height: 82px;
  background-color: #FFE600;
  border-radius: 50%;
}
.valuup .package__ttl .icon__container .sp01 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.valuup .package__ttl .icon__container .sp02 {
  margin-top: 0px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.valuup .package__ttl .ttl01 {
  display: inline-block;
  margin-left: 30px;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}
.valuup .package__container {
  padding: 35px;
  background-color: #fff;
}
.valuup .package__container .deco__txt01 {
  display: block;
  text-align: center;
}
.valuup .package__container .deco__txt01 .txt01 {
  display: inline-block;
  padding-top: 55px;
  position: relative;
  width: 220px;
  text-align: center;
}
.valuup .package__container .deco__txt01 .txt01::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: auto;
  margin-left: auto;
  width: 100%;
  height: 100%;
  background-image: url(../images/deco-txt-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.valuup .package__container .contents__txt01 {
  margin-top: 25px;
  margin-bottom: 40px;
  text-align: center;
}
.valuup .package__container .contents__txt01 .st01 {
  display: inline;
  font-size: 25px;
  font-weight: bold;
  color: #E78747;
}
.valuup .package__container .contents__txt01 .st02 {
  display: inline;
  font-size: 25px;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #FFE600 70%);
}
.valuup .package__container .contents__txt02 {
  margin-top: 20px;
  line-height: 1.7;
}
.valuup .package__container .contents__txt02 .st__r {
  color: #ff0000;
}
.valuup .package__container .contents__txt02 .st__markr {
  display: inline;
  background: linear-gradient(transparent 70%, #FFDCC4 70%);
}
.valuup .package__container .contents__txt02 .st__marky {
  display: inline;
  background: linear-gradient(transparent 70%, #FFE600 70%);
}
.valuup .package__container .package__contents {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #ccc;
}
.valuup .package__container .package__contents .contents__ttl {
  padding-left: 20px;
  border-left: 5px solid #E78747;
  font-size: 20px;
  font-weight: bold;
}
.valuup .package__container .package__contents .inner__flex {
  margin-top: 25px;
  display: flex;
}
.valuup .package__container .package__contents .inner__flex .table01 {
  width: calc(50% - 35px);
}
.valuup .package__container .package__contents .inner__flex .table01 .head01 {
  display: flex;
  background-color: #D3D3D3;
}
.valuup .package__container .package__contents .inner__flex .table01 .head01 .txt01 {
  padding: 12px 5px;
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.valuup .package__container .package__contents .inner__flex .table01 .data01 {
  display: flex;
  background-color: #F1F1F1;
}
.valuup .package__container .package__contents .inner__flex .table01 .data01 .txt01 {
  padding: 12px 5px;
  width: 50%;
  text-align: center;
  font-size: 14px;
}
.valuup .package__container .package__contents .inner__flex .table01 .caution01 {
  margin-top: 4px;
  text-align: right;
  font-size: 13px;
  color: #5d5d5d;
}
.valuup .package__container .package__contents .inner__flex .inner__contents {
  margin-left: 70px;
  width: calc(50% - 35px);
}
.valuup .package__container .package__contents .inner__flex .inner__contents .txt01 {
  font-weight: bold;
}
.valuup .package__container .package__contents .inner__flex .inner__contents .list01 {
  margin-top: 10px;
}
.valuup .package__container .package__contents .inner__flex .inner__contents .list01 .item {
  font-size: 13.5px;
  line-height: 1.6;
}
.valuup .package__container .package__contents .inner__flex .inner__contents .list01 .item:nth-child(n+2) {
  margin-top: 7px;
}
.valuup .package__container .package__contents .service01__wrap {
  display: flex;
  align-items: center;
}
.valuup .package__container .package__contents .service01__wrap .img__container {
  position: relative;
  width: 50%;
  height: 340px;
}
.valuup .package__container .package__contents .service01__wrap .img__container .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.valuup .package__container .package__contents .service01__wrap .service01__contents {
  width: 50%;
  border: 2.4px solid #FF9302;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.valuup .package__container .package__contents .service01__wrap .service01__contents .service01__ttl01 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #FF9302;
}
.valuup .package__container .package__contents .service01__wrap .service01__contents .service01__ttl01::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/deco-waku01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.valuup .package__container .package__contents .service01__wrap .service01__contents .service01__ttl01 .icon__container {
  position: relative;
  min-width: 70px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.valuup .package__container .package__contents .service01__wrap .service01__contents .service01__ttl01 .icon__container .icon {
  display: block;
  width: auto;
  height: 40px;
}
.valuup .package__container .package__contents .service01__wrap .service01__contents .service01__ttl01 .ttl01 {
  position: relative;
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  z-index: 10;
}
.valuup .package__container .package__contents .service01__wrap .service01__contents .service01__ttl01 .ttl01--02 {
  font-size: 25px;
}
.valuup .package__container .package__contents .service01__wrap .service01__contents .service01__txt01 {
  position: relative;
  padding: 20px;
  background-color: #fff;
  line-height: 1.55;
}
.valuup .package__container .package__contents .service01__wrap .service01__contents .service01__txt01 .txt01:nth-child(n+2) {
  margin-top: 25px;
}
.valuup .package__container .package__contents .service01__wrap .service01__contents .service01__txt01::before {
  content: "01";
  display: block;
  position: absolute;
  bottom: 7px;
  font-family: sans-serif;
  line-height: 0.75;
  right: 7px;
  letter-spacing: -0.3rem;
  font-size: 80px;
  font-weight: bold;
  color: rgba(231, 135, 71, 0.18);
}
.valuup .package__container .package__contents .service01__wrap .service01__contents--02 {
  border: 2.45px solid #FFCC00;
}
.valuup .package__container .package__contents .service01__wrap .service01__contents--02 .service01__ttl01 {
  background-color: #FFCC00;
}
.valuup .package__container .package__contents .service01__wrap .service01__contents--02 .service01__txt01::before {
  color: rgba(255, 204, 0, 0.2);
}
.valuup .package__container .package__contents .service01__wrap:nth-child(odd) .img__container .img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: calc(100% + 60px);
  width: calc(100% + 60px);
  z-index: -10;
}
.valuup .package__container .package__contents .service01__wrap:nth-child(even) .img__container .img {
  position: absolute;
  top: 0;
  left: -60px;
  min-width: calc(100% + 60px);
  width: calc(100% + 60px);
  z-index: -10;
}
.valuup .package__container .package__contents .service01__wrap:nth-child(2n) {
  flex-direction: row-reverse;
}
.valuup .package__container .package__contents .service01__wrap:nth-child(n+2) {
  margin-top: 40px;
}
.valuup .package__container .package__contents .service01__wrap:nth-of-type(2) .service01__txt01::before {
  content: "02";
}
.valuup .package__container .package__contents .service01__wrap:nth-of-type(3) .service01__txt01::before {
  content: "03";
}
.valuup .package__container .package__contents .service01__wrap:nth-of-type(4) .service01__txt01::before {
  content: "04";
}
.valuup .package__container .package__contents .service01__wrap:nth-of-type(5) .service01__txt01::before {
  content: "05";
}
.valuup .package__container .package__contents .service01__wrap:nth-of-type(6) .service01__txt01::before {
  content: "06";
}
.valuup .package__container .package__contents .service01__wrap:nth-of-type(7) .service01__txt01::before {
  content: "07";
}

@media (max-width: 1199px) {
  .valuup .service__ttl {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .valuup .service__ttl .ttl__container {
    margin: 0 25px;
    width: auto;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .valuup .service__ttl .ttl__container {
    height: 140px;
  }
}
@media (max-width: 575px) {
  .valuup .service__ttl .ttl__container {
    height: 125px;
    background-color: #fff;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .valuup .service__ttl .ttl__container .ttl01 .sp01 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .valuup .service__ttl .ttl__container .ttl01 .sp01 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .valuup .service__ttl .ttl__container .ttl01 .sp02 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .valuup .service__ttl .ttl__container .ttl01 .st01 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .valuup .service__ttl .ttl__container .ttl01 .st01::before {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .valuup .package__wrap {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .valuup .package__wrap {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .valuup .package__ttl .icon__container {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .valuup .package__ttl .icon__container .sp01 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .valuup .package__ttl .icon__container .sp02 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .valuup .package__ttl .ttl01 {
    margin-left: 20px;
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .valuup .package__ttl .ttl01 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .valuup .package__container {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .valuup .package__container .deco__txt01 .txt01 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .valuup .package__container .contents__txt01 .st01 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .valuup .package__container .contents__txt01 .st01 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .valuup .package__container .contents__txt01 .st02 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .valuup .package__container .contents__txt01 .st02 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .valuup .package__container .package__contents .contents__ttl {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .valuup .package__container .package__contents .inner__flex {
    display: block;
  }
}
@media (max-width: 767px) {
  .valuup .package__container .package__contents .inner__flex .table01 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .valuup .package__container .package__contents .inner__flex .table01 .data01 .txt01 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .valuup .package__container .package__contents .inner__flex .inner__contents {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .valuup .package__container .package__contents .service01__wrap {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .valuup .package__container .package__contents .service01__wrap .img__container {
    width: 100%;
    height: 220px;
  }
}
@media (max-width: 575px) {
  .valuup .package__container .package__contents .service01__wrap .img__container {
    height: 185px;
  }
}
@media (max-width: 767px) {
  .valuup .package__container .package__contents .service01__wrap .service01__contents {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .valuup .package__container .package__contents .service01__wrap .service01__contents .service01__ttl01 {
    padding: 13px;
  }
}
@media (max-width: 575px) {
  .valuup .package__container .package__contents .service01__wrap .service01__contents .service01__ttl01 .icon__container {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .valuup .package__container .package__contents .service01__wrap .service01__contents .service01__ttl01 .icon__container .icon {
    height: 28px;
  }
}
@media (max-width: 575px) {
  .valuup .package__container .package__contents .service01__wrap .service01__contents .service01__ttl01 .ttl01 {
    margin-left: 15px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .valuup .package__container .package__contents .service01__wrap .service01__contents .service01__ttl01 .ttl01--02 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .valuup .package__container .package__contents .service01__wrap .service01__contents .service01__txt01 {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .valuup .package__container .package__contents .service01__wrap:nth-child(odd) .img__container .img {
    position: relative;
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .valuup .package__container .package__contents .service01__wrap:nth-child(even) .img__container .img {
    position: relative;
    left: auto;
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .valuup .package__container .package__contents .service01__wrap:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 600px;
  margin: 4rem auto;
  padding: 1rem;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

section.interior .head__container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1750px;
  height: 895px;
  background-color: #FCF8F6;
}
@media (max-width: 991px) {
  section.interior .head__container {
    height: 735px;
  }
}
@media (max-width: 767px) {
  section.interior .head__container {
    padding: 0;
    height: 218.26vw;
  }
}
@media (max-width: 575px) {
  section.interior .head__container {
    background-color: #ecdcd5;
  }
}
section.interior .head__container .deco__img {
  position: absolute;
  display: block;
}
section.interior .head__container .deco__img .img {
  display: block;
  width: 100%;
  height: auto;
}
section.interior .head__container .deco__img--01 {
  width: 215px;
  top: 40px;
  left: 80px;
}
@media (max-width: 1199px) {
  section.interior .head__container .deco__img--01 {
    width: 190px;
    left: 0;
  }
}
@media (max-width: 991px) {
  section.interior .head__container .deco__img--01 {
    left: 20px;
    width: 118px;
  }
}
@media (max-width: 767px) {
  section.interior .head__container .deco__img--01 {
    left: 0;
    width: 28.26vw;
    top: 9.86vw;
  }
}
section.interior .head__container .deco__img--02 {
  width: 215px;
  top: 97px;
  left: 315px;
}
@media (max-width: 1199px) {
  section.interior .head__container .deco__img--02 {
    width: 190px;
    left: 235px;
  }
}
@media (max-width: 991px) {
  section.interior .head__container .deco__img--02 {
    left: 158px;
    width: 118px;
  }
}
@media (max-width: 767px) {
  section.interior .head__container .deco__img--02 {
    width: 28.53vw;
    top: 14.66vw;
    left: 30.93vw;
  }
}
section.interior .head__container .deco__img--03 {
  width: 600px;
  top: 40px;
  right: 0;
}
@media (max-width: 1199px) {
  section.interior .head__container .deco__img--03 {
    width: 500px;
  }
}
@media (max-width: 991px) {
  section.interior .head__container .deco__img--03 {
    width: 380px;
  }
}
@media (max-width: 767px) {
  section.interior .head__container .deco__img--03 {
    width: 63.8vw;
    top: 52vw;
    right: 17.86vw;
  }
}
section.interior .head__container .deco__img--04 {
  width: 240px;
  left: 50px;
  bottom: 230px;
}
@media (max-width: 1199px) {
  section.interior .head__container .deco__img--04 {
    width: 160px;
    left: 30px;
  }
}
@media (max-width: 991px) {
  section.interior .head__container .deco__img--04 {
    left: 0;
    width: 110px;
  }
}
@media (max-width: 767px) {
  section.interior .head__container .deco__img--04 {
    z-index: 1;
    width: 25.33vw;
    left: 2.66vw;
    bottom: 41.86vw;
  }
}
section.interior .head__container .deco__img--05 {
  width: 420px;
  left: 185px;
  bottom: 40px;
}
@media (max-width: 1199px) {
  section.interior .head__container .deco__img--05 {
    width: 390px;
    left: 120px;
  }
}
@media (max-width: 991px) {
  section.interior .head__container .deco__img--05 {
    left: 70px;
    width: 290px;
  }
}
@media (max-width: 767px) {
  section.interior .head__container .deco__img--05 {
    width: 38.4vw;
    left: 5.33vw;
    bottom: 19.2vw;
  }
}
section.interior .head__container .deco__img--06 {
  width: 200px;
  top: 298px;
  right: 50px;
}
@media (max-width: 1199px) {
  section.interior .head__container .deco__img--06 {
    width: 160px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  section.interior .head__container .deco__img--06 {
    right: 0px;
    width: 110px;
  }
}
@media (max-width: 767px) {
  section.interior .head__container .deco__img--06 {
    width: 28.8vw;
    top: 22.6vw;
    right: 2.66vw;
  }
}
section.interior .head__container .deco__img--07 {
  width: 280px;
  right: 346px;
  bottom: 40px;
}
@media (max-width: 1199px) {
  section.interior .head__container .deco__img--07 {
    width: 240px;
    right: 255px;
  }
}
@media (max-width: 991px) {
  section.interior .head__container .deco__img--07 {
    right: 170px;
    width: 155px;
  }
}
@media (max-width: 767px) {
  section.interior .head__container .deco__img--07 {
    width: 34.4vw;
    right: 24.8vw;
    bottom: 52vw;
    z-index: 1;
  }
}
section.interior .head__container .deco__img--08 {
  width: 355px;
  right: 80px;
  bottom: 128px;
}
@media (max-width: 1199px) {
  section.interior .head__container .deco__img--08 {
    width: 295px;
    right: 0;
  }
}
@media (max-width: 991px) {
  section.interior .head__container .deco__img--08 {
    bottom: 90px;
    width: 225px;
  }
}
@media (max-width: 767px) {
  section.interior .head__container .deco__img--08 {
    width: 50.13vw;
    right: 0;
    bottom: 24.53vw;
  }
}
section.interior .head__container .head__contents {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  section.interior .head__container .head__contents {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  section.interior .head__container .head__contents {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
  }
}
@media (max-width: 320px) {
  section.interior .head__container .head__contents {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 575px) {
  section.interior .head__container .head__contents {
    text-align: left;
  }
}
section.interior .head__container .head__contents .logo01 {
  width: 150px;
  height: 150px;
}
@media (max-width: 575px) {
  section.interior .head__container .head__contents .logo01 {
    width: 85px;
    height: 85px;
  }
}
section.interior .head__container .head__contents .head__ttl {
  margin-top: 10px;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 575px) {
  section.interior .head__container .head__contents .head__ttl {
    margin-top: 5px;
  }
}
section.interior .head__container .head__contents .head__ttl .txt01 {
  font-size: 18px;
  font-weight: 500;
  color: #533E31;
  line-height: 2.3;
  letter-spacing: 0.01rem;
}
@media (max-width: 991px) {
  section.interior .head__container .head__contents .head__ttl .txt01 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  section.interior .head__container .head__contents .head__ttl .txt01 {
    line-height: 1.7;
  }
  section.interior .head__container .head__contents .head__ttl .txt01 br {
    display: none;
  }
}
@media (max-width: 320px) {
  section.interior .head__container .head__contents .head__ttl .txt01 {
    font-size: 14px;
  }
}
section.interior .trouble__wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
section.interior .trouble__ttl {
  position: relative;
  display: block;
  max-width: 86%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 12px;
  border-bottom: 1.4px solid #212121;
  text-align: center;
}
@media (max-width: 991px) {
  section.interior .trouble__ttl {
    max-width: 100%;
  }
}
section.interior .trouble__ttl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 25px;
  width: 1.25px;
  height: 40px;
  background-color: #212121;
  transform: rotate(35deg);
}
@media (max-width: 767px) {
  section.interior .trouble__ttl::before {
    left: 10px;
    bottom: -10px;
    height: 20px;
  }
}
section.interior .trouble__ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  right: 25px;
  width: 1.25px;
  height: 40px;
  background-color: #212121;
  transform: rotate(35deg);
}
@media (max-width: 767px) {
  section.interior .trouble__ttl::after {
    right: 10px;
    bottom: -10px;
    height: 20px;
  }
}
section.interior .trouble__ttl .txt01 {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  section.interior .trouble__ttl .txt01 {
    font-size: 18px;
  }
}
section.interior .trouble__container {
  margin-top: 50px;
  display: flex;
}
@media (max-width: 991px) {
  section.interior .trouble__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
    justify-self: center;
  }
}
@media (max-width: 767px) {
  section.interior .trouble__container {
    grid-template-columns: 1fr 1fr;
  }
}
section.interior .trouble__contents {
  position: relative;
  margin-right: 25px;
  padding: 35px 17px;
  width: calc(20% - 20px);
  background: #F3ECE7;
  background: linear-gradient(to bottom, #F3ECE7, #FFFBF7);
  text-align: center;
}
@media (max-width: 991px) {
  section.interior .trouble__contents {
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  section.interior .trouble__contents {
    padding: 25px 15px;
  }
}
@media (max-width: 575px) {
  section.interior .trouble__contents {
    padding: 22px 10px;
  }
}
section.interior .trouble__contents:last-child {
  margin-right: 0;
}
section.interior .trouble__contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 15px solid transparent;
  border-top: 15px solid #E78747;
  border-left: 15px solid #E78747;
}
@media (max-width: 767px) {
  section.interior .trouble__contents::before {
    border: 7.5px solid transparent;
    border-top: 7.5px solid #E78747;
    border-left: 7.5px solid #E78747;
  }
}
section.interior .trouble__contents .contents__txt01 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
@media (max-width: 575px) {
  section.interior .trouble__contents .contents__txt01 {
    font-size: 15px;
    line-height: 1.3;
  }
}
section.interior .trouble__img {
  margin-top: 15px;
  display: block;
  height: 105px;
  text-align: center;
}
@media (max-width: 767px) {
  section.interior .trouble__img {
    height: 85px;
  }
}
section.interior .trouble__img .img {
  display: inline-block;
  width: auto;
  height: 100%;
}
section.interior .solution__wrap {
  position: relative;
  padding-top: 114px;
  padding-bottom: 70px;
  background-color: #FFEEE2;
}
@media (max-width: 767px) {
  section.interior .solution__wrap {
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  section.interior .solution__wrap {
    padding-bottom: 50px;
  }
}
section.interior .solution__wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 74px 50vw;
  border-color: transparent transparent #fff transparent;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  section.interior .solution__wrap::before {
    border-width: 0 50vw 45px 50vw;
  }
}
section.interior .solution__ttl {
  padding-top: 30px;
  padding-bottom: 25px;
  display: block;
  width: 100%;
  border-top: 1px solid #FFA86E;
  border-bottom: 1px solid #FFA86E;
  text-align: center;
}
section.interior .solution__ttl .txt01 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 991px) {
  section.interior .solution__ttl .txt01 {
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  section.interior .solution__ttl .txt01 {
    font-size: 22px;
  }
}
section.interior .solution__ttl .txt01 .st01 {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 767px) {
  section.interior .solution__ttl .txt01 .st01 {
    font-size: 22px;
  }
}
section.interior .solution__ttl .txt01 .st01::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: -1%;
  width: 102%;
  height: 100%;
  background-image: url(../images/interior/ttl02_line.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  z-index: -1;
}
@media (max-width: 767px) {
  section.interior .solution__ttl .txt01 .st01::before {
    bottom: -5px;
  }
}
section.interior .pointanker__wrap {
  margin-top: 50px;
}
section.interior .pointanker__ttl {
  position: relative;
  display: block;
  padding-bottom: 9px;
  text-align: center;
}
section.interior .pointanker__ttl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 45px;
  height: 3px;
  background-color: #212121;
}
section.interior .pointanker__ttl .txt01 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  color: #e78747;
}
@media (max-width: 767px) {
  section.interior .pointanker__ttl .txt01 {
    font-size: 22px;
  }
}
section.interior .pointanker__container {
  margin-top: 45px;
  display: flex;
}
@media (max-width: 575px) {
  section.interior .pointanker__container {
    margin-top: 28px;
    flex-wrap: wrap;
  }
}
section.interior .pointanker__contents {
  position: relative;
  margin-right: 39px;
  padding: 19px 19px 42px;
  width: calc(33.3333333333% - 26px);
  background-color: #FFEEA0;
  border-radius: 4px;
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.12));
  transform: translateZ(0);
  text-align: center;
  transition: opacity 0.3s ease;
}
@media (max-width: 991px) {
  section.interior .pointanker__contents {
    margin-right: 18px;
    width: calc(33.3333333333% - 12px);
  }
}
@media (max-width: 575px) {
  section.interior .pointanker__contents {
    margin-right: 0;
    width: 100%;
  }
}
section.interior .pointanker__contents:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  section.interior .pointanker__contents:nth-child(n+2) {
    margin-top: 20px;
  }
}
section.interior .pointanker__contents::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 15px;
  height: 15px;
  border-top: 2.5px solid #e78747;
  border-right: 2.5px solid #e78747;
  transform: rotate(135deg);
}
section.interior .pointanker__contents:hover {
  opacity: 0.75;
}
section.interior .pointanker__contents .sub__txt01 {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #E78747;
  text-align: center;
  letter-spacing: 0.01rem;
}
section.interior .pointanker__contents .contents__ttl {
  margin-top: 4px;
  display: block;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02rem;
}
@media (max-width: 991px) {
  section.interior .pointanker__contents .contents__ttl {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  section.interior .pointanker__contents .contents__ttl {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  section.interior .pointanker__contents .contents__ttl {
    font-size: 17px;
  }
}
section.interior .pointanker__contents .icon__container {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 185px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 991px) {
  section.interior .pointanker__contents .icon__container {
    width: 120px;
    height: 120px;
  }
}
section.interior .pointanker__contents .icon__container .icon {
  display: block;
  width: auto;
  height: 85px;
}
@media (max-width: 991px) {
  section.interior .pointanker__contents .icon__container .icon {
    height: 60px;
  }
}
section.interior .pointanker__contents .icon__container .icon--03 {
  height: 78px;
}
@media (max-width: 991px) {
  section.interior .pointanker__contents .icon__container .icon--03 {
    height: 55px;
  }
}
section.interior .pointanker__contents .content__txt01 {
  margin-top: 15px;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.7;
  color: #4d4d4d;
}
@media (max-width: 991px) {
  section.interior .pointanker__contents .content__txt01 {
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  section.interior .pointanker__contents .content__txt01 {
    text-align: center;
  }
}
section.interior .point__container {
  margin-top: 50px;
  padding: 50px 35px;
  background-color: #FCF8F6;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  section.interior .point__container {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  section.interior .point__container {
    padding: 20px 15px;
  }
}
section.interior .point__ttl {
  position: relative;
  padding-bottom: 20px;
  display: block;
  text-align: center;
}
section.interior .point__ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 32px;
  height: 2px;
  background-color: #E78747;
}
section.interior .point__ttl .sub__txt {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #E78747;
  letter-spacing: 0.02rem;
}
@media (max-width: 575px) {
  section.interior .point__ttl .sub__txt {
    font-size: 15px;
  }
}
section.interior .point__ttl .main__txt {
  display: block;
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  section.interior .point__ttl .main__txt {
    font-size: 22px;
    line-height: 1.25;
  }
}
section.interior .point__head {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  section.interior .point__head {
    flex-direction: column-reverse;
  }
}
section.interior .point__head .head__txt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.06rem;
}
@media (max-width: 767px) {
  section.interior .point__head .head__txt {
    font-size: 16px;
    font-weight: 500;
  }
}
section.interior .point__head .img__container {
  width: auto;
  height: 230px;
}
@media (max-width: 991px) {
  section.interior .point__head .img__container {
    margin-left: 10px;
    width: 220px;
    min-width: 220px;
    height: auto;
  }
}
section.interior .point__head .img__container .img {
  display: block;
  width: auto;
  height: 100%;
}
@media (max-width: 991px) {
  section.interior .point__head .img__container .img {
    width: 100%;
    height: auto;
  }
}
section.interior .point__flow {
  display: flex;
}
@media (max-width: 991px) {
  section.interior .point__flow {
    flex-wrap: wrap;
  }
}
section.interior .point__flow .flow__wrap {
  margin-right: 6.9px;
}
section.interior .point__flow .flow__wrap--01 {
  width: calc(50% - 4.6px);
}
@media (max-width: 991px) {
  section.interior .point__flow .flow__wrap--01 {
    margin-right: 0;
    width: 100%;
  }
}
section.interior .point__flow .flow__wrap--02 {
  width: calc(25% - 4.6px);
}
@media (max-width: 991px) {
  section.interior .point__flow .flow__wrap--02 {
    width: calc(50% - 3.45px);
  }
}
section.interior .point__flow .flow__wrap:last-child {
  margin-right: 0;
}
section.interior .point__flow .flow__head {
  margin-top: 35px;
  position: relative;
  padding-bottom: 8px;
  width: 100%;
  line-height: 1;
  font-size: 14.5px;
  font-weight: 500;
  color: #4d4d4d;
  text-align: center;
  letter-spacing: 0.03rem;
}
@media (max-width: 991px) {
  section.interior .point__flow .flow__head {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  section.interior .point__flow .flow__head {
    font-size: 13px;
  }
}
section.interior .point__flow .flow__head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
section.interior .point__flow .flow__head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 1px;
  height: 12px;
  background-color: #707070;
  transform: rotate(-35deg);
}
section.interior .point__flow .flow__container {
  margin-top: 18px;
  display: flex;
}
section.interior .point__flow .flow__contents {
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.15;
  background-image: url(../images/interior/flow-wh.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.12));
  transform: translateZ(0);
}
@media (max-width: 1199px) {
  section.interior .point__flow .flow__contents {
    height: 50px;
  }
}
@media (max-width: 767px) {
  section.interior .point__flow .flow__contents {
    font-size: 13px;
    background-position: center right;
  }
}
@media (max-width: 575px) {
  section.interior .point__flow .flow__contents {
    padding-right: 6px;
    font-size: 10px;
    letter-spacing: -0.01rem;
  }
}
section.interior .point__flow .flow__contents--bl {
  background-image: url(../images/interior/flow-b.png);
  color: #fff;
}
section.interior .point__flow .flow__contents--o {
  background-image: url(../images/interior/flow-o.png);
  color: #fff;
}
section.interior .point__flow .flow__contents--04 {
  margin-right: 6.9px;
  width: calc(25% - 5.175px);
}
section.interior .point__flow .flow__contents--02 {
  margin-right: 6.9px;
  width: calc(50% - 3.45px);
}
section.interior .point__flow .flow__contents:last-child {
  margin-right: 0;
}
section.interior .bfafimg__container {
  position: relative;
  margin-top: 35px;
  display: flex;
}
@media (max-width: 575px) {
  section.interior .bfafimg__container {
    flex-direction: column;
  }
}
section.interior .bfafimg__container::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 26px;
  height: 3px;
  background-color: #E78747;
}
@media (max-width: 575px) {
  section.interior .bfafimg__container::before {
    width: 2px;
    height: 20px;
  }
}
section.interior .bfafimg__container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  right: 0;
  margin: auto;
  width: 9.5px;
  height: 9.5px;
  border-top: 3px solid #E78747;
  border-right: 3px solid #E78747;
  transform: rotate(45deg);
}
@media (max-width: 575px) {
  section.interior .bfafimg__container::after {
    left: 0;
    bottom: -9.5px;
    width: 6px;
    height: 6px;
    border-width: 2px;
    transform: rotate(135deg);
  }
}
section.interior .bfafimg__container .img__container {
  margin-right: 90px;
  width: calc(50% - 45px);
}
@media (max-width: 575px) {
  section.interior .bfafimg__container .img__container {
    margin-right: 0;
    margin-bottom: 45px;
    width: 100%;
  }
}
section.interior .bfafimg__container .img__container .img {
  display: block;
  width: 100%;
  height: auto;
}
section.interior .bfafimg__container .img__container:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  section.interior .bfafimg__container .img__container:last-child {
    margin-bottom: 0;
  }
}
section.interior .point__txt01 {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.85;
}
@media (max-width: 575px) {
  section.interior .point__txt01 {
    margin-top: 20px;
    font-size: 15px;
  }
}
section.interior .comparison__container {
  margin-top: 42px;
  display: flex;
}
@media (max-width: 575px) {
  section.interior .comparison__container {
    margin-top: 30px;
    flex-direction: column;
  }
}
section.interior .comparison__contents {
  margin-right: 30px;
  padding: 40px 50px;
  width: calc(50% - 15px);
  background-color: #EAEAEA;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  section.interior .comparison__contents {
    padding: 40px 35px;
  }
}
@media (max-width: 991px) {
  section.interior .comparison__contents {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  section.interior .comparison__contents {
    margin-right: 0;
    padding: 30px 16px;
    width: 100%;
  }
}
section.interior .comparison__contents:last-child {
  margin-right: 0;
}
section.interior .comparison__contents .contents__ttl {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03rem;
}
@media (max-width: 575px) {
  section.interior .comparison__contents .contents__ttl {
    font-size: 16px;
  }
}
section.interior .comparison__contents .comparison__img {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  width: auto;
  height: 140px;
}
@media (max-width: 991px) {
  section.interior .comparison__contents .comparison__img {
    height: 110px;
  }
}
@media (max-width: 767px) {
  section.interior .comparison__contents .comparison__img {
    height: 73px;
  }
}
@media (max-width: 575px) {
  section.interior .comparison__contents .comparison__img {
    margin-top: 20px;
  }
}
section.interior .comparison__contents .comparison__img--02 {
  position: relative;
  padding-right: 10px;
  padding-left: 32px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  section.interior .comparison__contents .comparison__img--02 {
    padding-left: 20px;
  }
}
section.interior .comparison__contents .comparison__img--02::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  background-image: url(../images/interior/arrow-02-o.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
section.interior .comparison__contents .comparison__img .img {
  display: block;
  width: auto;
  height: 100%;
}
section.interior .comparison__contents .comparison__lists {
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  list-style: none;
}
@media (max-width: 991px) {
  section.interior .comparison__contents .comparison__lists {
    padding-right: 0;
    padding-left: 0;
  }
}
section.interior .comparison__contents .comparison__lists .item01 {
  position: relative;
  padding-bottom: 4px;
  padding-left: 16px;
  display: block;
  border-bottom: 1px solid #8C8C8C;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 575px) {
  section.interior .comparison__contents .comparison__lists .item01 {
    font-weight: 400;
  }
}
section.interior .comparison__contents .comparison__lists .item01::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 6px;
  height: 6px;
  background-color: #8C8C8C;
}
section.interior .comparison__contents .comparison__lists .item01:nth-child(n+2) {
  margin-top: 16px;
}
section.interior .comparison__contents--mine {
  position: relative;
  background-color: #FFE3CF;
}
@media (max-width: 575px) {
  section.interior .comparison__contents--mine {
    margin-top: 30px;
  }
}
section.interior .comparison__contents--mine .contents__ttl {
  color: #E86A16;
}
section.interior .comparison__contents--mine::before {
  content: "";
  display: block;
  position: absolute;
  top: -36px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 72px;
  height: 72px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 575px) {
  section.interior .comparison__contents--mine::before {
    top: -18px;
    width: 50px;
    height: 50px;
  }
}
section.interior .comparison__contents--mine .comparison__lists {
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  list-style: none;
}
section.interior .comparison__contents--mine .comparison__lists .item01 {
  border-color: #E78747;
}
section.interior .comparison__contents--mine .comparison__lists .item01::before {
  background-color: #FF8330;
  border-radius: 50%;
}

/* ===== 202603追記　archive works slick 最小調整 ===== */
.archive .content-box {
  max-width: 700px;
  margin-bottom: 20px;
  margin: 0 auto;
}

.archive .works-gallery {
  width: 100%;
  margin-bottom: 20px;
}

.archive .works-gallery__inner {
  width: 100%;
}

.archive .slider-for {
  margin-bottom: 12px;
}

.archive .slider-for .content-img.slider-item {
  position: relative;
  height: 400px !important;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}

.archive .slider-for .content-img.slider-item img.slider-img {
  display: block;
  width: 100% !important;
  height: 400px !important;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}

.archive .slider-nav .slider-thumb img.slider-thumb-img {
  display: block;
  width: 100% !important;
  height: 150px !important;
  object-fit: contain;
  object-position: center;
}

.archive .slider-nav .slick-slide {
  padding: 0 4px;
  opacity: 0.6;
  box-sizing: border-box;
}

.archive .slider-nav .slick-current {
  opacity: 1;
}

.archive .slider-for .slick-prev,
.archive .slider-for .slick-next {
  z-index: 10;
}

.archive .slider-for .slick-prev:before,
.archive .slider-for .slick-next:before {
  color: #333 !important;
}

.archive .slider-item::before {
  content: attr(data-label);
  position: absolute;
  top: 0px;
  left: 10px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  z-index: 5;
  text-transform: uppercase;
}

.archive .slider-item[data-label="before"]::before {
  background: rgba(0, 0, 0, 0.7);
}

.archive .slider-item[data-label="after"]::before {
  background: rgba(231, 135, 71, 0.8);
}

/* ===== Works一覧を1カラムに ===== */

.archive .content-list {
  display: block;
}

.archive .content-box {
  width: 100%;
  margin-bottom: 60px;
}

.archive .slider-for .slick-prev,
.archive .slider-for .slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
}

.archive .slider-for .slick-prev:before,
.archive .slider-for .slick-next:before {
  font-family: sans-serif !important;
  font-size: 32px !important;
  line-height: 1 !important;
  color: #bbb !important;
  opacity: 1 !important;
}

.archive .slider-for .slick-prev:before {
  content: "<" !important;
}

.archive .slider-for .slick-next:before {
  content: ">" !important;
}

/* ===== 余白調整 ===== */
.archive .content-ttl {
	margin-top: 50px;
}

.archive .content-box {
	margin-bottom: 100px;
}

@media (max-width: 767px){
  .archive .slider-for .content-img.slider-item {
  height: 200px !important;
  margin-bottom: 0;
}

.archive .slider-for .content-img.slider-item img.slider-img {
  height: 200px !important;
  object-position: center;
}

  .archive .slider-nav .slider-thumb img.slider-thumb-img {
    width: 100% !important;
    height: 100px !important;
    object-fit: contain;
  }
}

/* Works ボタン */

/* Works ボタン */

.sct-works .works-btn-wrap{
  margin-top:40px;
  text-align:center;
}

.sct-works .arw-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:0 28px;
  margin:0 auto;

  min-width:187px;
  height:48px;

  color:#fff;
  font-weight:600;
  letter-spacing:0.2px;

  background:#e78747;
  border-radius:10px;

  text-decoration:none;

  transition:.2s;
}

@media screen and (max-width:1366px){

  .sct-works .works-btn-wrap{
    width:100%;
    display:flex;
    justify-content:center;
    margin-top:28px;
  }

  .sct-works .arw-btn{
    min-width:240px;
    height:40px;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

}


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

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