/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-7.use[3]!./sass/style.sass ***!
  \****************************************************************************************************************************************************************************************************************************/
/* layout */
/*---------------------------------------*/
/* color */
/*---------------------------------------*/
/* font
 * @src https://fonts.google.com/ */
/*---------------------------------------*/
/* Components */
/*---------------------------------------*/
/* common  */
/*---------------------------------------*/
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #666;
  /* mq */
  /*---------------------------------------*/
  font-size: 14px;
  line-height: 1.6;
}

/* util  */
/*---------------------------------------*/
body.active {
  overflow: hidden;
}

.bg-F8F7F0 {
  background: #F8F7F0;
}

.bg-FFFBEB {
  background: #FFFBEB;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}

h1, h2 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
}

p {
  color: #1C1C1C;
  font-size: 16px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  font-size: 16px;
  color: #1C1C1C;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

a.link-btn {
  border: 4px solid #ED860D;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 50px;
  font-size: 20px;
  color: #ED860D;
  position: relative;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
a.link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/arrow-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/arrow-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #ED860D;
  -webkit-mask-position: center;
          mask-position: center;
  width: 20px;
  height: 20px;
}
a.link-btn:hover {
  background: #ED860D;
  color: #fff;
}
a.link-btn:hover::after {
  background-color: #fff;
}

#page-mv {
  height: 200px;
}
#page-mv .page-mv {
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-position: bottom;
}
#page-mv .page-mv .title-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#breadcrumb {
  padding: 20px 0;
}
#breadcrumb .section-wrap nav.breadcrumbs ul {
  align-items: center;
}
#breadcrumb .section-wrap nav.breadcrumbs ul li a, #breadcrumb .section-wrap nav.breadcrumbs ul li p {
  font-size: 16px;
}
#breadcrumb .section-wrap nav.breadcrumbs ul span {
  font-size: 16px;
  margin: 0 5px;
  color: #1C1C1C;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.wp-pagenavi {
  text-align: center;
  max-width: 800px;
  margin: 80px auto 0 auto;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  font-size: 24px;
  padding: 5px;
  margin: 0 6px;
  color: #000;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  color: #ED860D;
}
.wp-pagenavi span.current {
  color: #ED860D;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  color: transparent !important;
  position: relative;
  margin: 0 20px;
}
.wp-pagenavi .nextpostslink:hover::before, .wp-pagenavi .previouspostslink:hover::before {
  background: #ED860D;
}
.wp-pagenavi .nextpostslink::before, .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/triangel-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/triangel-icon.svg");
  -webkit-mask-size: auto;
          mask-size: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ED860D;
}
.wp-pagenavi .previouspostslink::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}

#header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
}
#header .section-wrap .header-top {
  padding: 10px 20px;
}
#header .section-wrap .header-top .uk-flex .flex-item.character {
  width: 10%;
  margin-right: 20px;
  max-width: 100px;
}
#header .section-wrap .header-top .uk-flex .flex-item.logo {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin-right: 40px;
  align-items: center;
}
#header .section-wrap .header-top .uk-flex .flex-item.logo a {
  margin-right: 20px;
}
#header .section-wrap .header-top .uk-flex .flex-item.tel {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 40px;
}
#header .section-wrap .header-top .uk-flex .flex-item.tel p {
  font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#header .section-wrap .header-top .uk-flex .flex-item.tel p.hours {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#header .section-wrap .header-top .uk-flex .flex-item.tel h1.tel {
  display: flex;
  align-items: center;
  color: #E30000;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#header .section-wrap .header-top .uk-flex .flex-item.tel h1.tel::before {
  content: "";
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/tel-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/tel-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #E30000;
  width: 27px;
  height: 27px;
  margin-right: 10px;
}
#header .section-wrap .header-top .uk-flex .flex-item.btn {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  height: -webkit-fill-available;
}
#header .section-wrap .header-top .uk-flex .flex-item.btn .uk-grid {
  justify-content: space-between;
  height: 100%;
}
#header .section-wrap .header-top .uk-flex .flex-item.btn .uk-grid .item a {
  display: flex;
  justify-content: space-around;
  width: 120px;
  height: 100%;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
}
#header .section-wrap .header-top .uk-flex .flex-item.btn .uk-grid .item a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 50px;
  max-height: 50px;
}
#header .section-wrap .header-top .uk-flex .flex-item.btn .uk-grid .item a p {
  color: #fff;
  font-size: 18px;
  font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#header .section-wrap .header-top .uk-flex .flex-item.btn .uk-grid .item:first-child a {
  background-image: linear-gradient(#fd8484, #e64d4d 20%, #cc4b4b 80%, #9a1b1b);
}
#header .section-wrap .header-top .uk-flex .flex-item.btn .uk-grid .item:nth-child(2) a {
  background-image: linear-gradient(#759ae2, #4a79d6 20%, #4871c1 80%, #18397b);
}
#header .section-wrap .header-top .uk-flex .flex-item.btn .uk-grid .item:last-child a {
  background-image: linear-gradient(#56dd5b, #37b23c 20%, #42aa46 80%, #156919);
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  position: relative;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .logo {
  font-size: 24px;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .drawer_hidden {
  display: none;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
  width: 70px;
  height: 100%;
  background: #005748;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .drawer_open p {
  margin: 15px 0 0 0;
  color: #fff;
  text-align: center;
  font-size: 10px;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .drawer_open p.close {
  display: none;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .drawer_open span,
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .drawer_open span:before,
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 35px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .drawer_open span {
  top: 50%;
  transform: translateY(-50%);
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .drawer_open span:before {
  bottom: 8px;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .drawer_open span:after {
  top: 8px;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu #drawer_input:checked ~ .drawer_open p.open {
  display: none;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu #drawer_input:checked ~ .drawer_open p.close {
  display: block;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 70px;
  right: -100%;
  z-index: 99;
  background: #005748;
  transition: 0.5s;
  text-align: center;
  padding-top: 20px;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .sp-list {
  padding-bottom: 100px;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .nav_list {
  list-style: none;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .nav_item {
  padding: 10px 0;
  margin: 0;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .nav_item a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu #drawer_input:checked ~ .nav_content {
  right: 0;
  overflow: scroll;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .uk-accordion-default li.uk-open a::after {
  transform: rotate(180deg);
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .uk-accordion-default li a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .uk-accordion-default li a::before {
  content: none;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .uk-accordion-default li a::after {
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 10px;
  right: 0;
  background-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/faq-arrow.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .uk-accordion-content {
  background: #fff;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .uk-accordion-content ul li {
  padding: 10px 0;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .uk-accordion-content ul li a {
  color: #005748;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#header .section-wrap .header-top .uk-flex .flex-item.sp-menu .uk-accordion-content ul li a::after {
  content: none;
}
#header .section-wrap .header-nav {
  background-image: linear-gradient(#0b9079, #005748 50%, #053c33);
  padding: 10px 0;
}
#header .section-wrap .header-nav ul li {
  padding: 0 30px;
  position: relative;
}
#header .section-wrap .header-nav ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-right: 2px solid #fff;
  height: 20px;
  transform: translateY(-50%);
}
#header .section-wrap .header-nav ul li a {
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#header .section-wrap .header-nav ul li button {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#header .section-wrap .header-nav ul li .uk-dropdown {
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  text-align: center;
}
#header .section-wrap .header-nav ul li ul.uk-dropdown-nav li {
  padding: 0;
}
#header .section-wrap .header-nav ul li ul.uk-dropdown-nav li::before {
  content: none;
}
#header .section-wrap .header-nav ul li ul.uk-dropdown-nav li a {
  color: #1C1C1C;
  justify-content: center;
}

#footer {
  background: #005748;
  padding: 60px 0;
}
#footer .section-wrap .uk-flex .flex-item .tel h1 {
  display: flex;
  align-items: center;
  color: #fff;
}
#footer .section-wrap .uk-flex .flex-item .tel h1::before {
  content: "";
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/tel-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/tel-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  width: 27px;
  height: 27px;
  margin-right: 10px;
}
#footer .section-wrap .uk-flex .flex-item .tel p {
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#footer .section-wrap .uk-flex .flex-item:last-child {
  width: 60%;
}
#footer .section-wrap .uk-flex .flex-item:last-child ul {
  flex-wrap: wrap;
  gap: 30px;
}
#footer .section-wrap .uk-flex .flex-item:last-child ul li a {
  color: #fff;
  font-size: 18px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#footer .section-wrap .uk-flex .flex-item:last-child ul li a.has-sub {
  pointer-events: none;
}
#footer .section-wrap .uk-flex .flex-item:last-child ul ul.sub {
  border-top: 1px solid #fff;
  margin-top: 5px;
  padding-top: 5px;
}
#footer .section-wrap .uk-flex .flex-item:last-child ul ul.sub li a {
  font-size: 16px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#front-mv .section-wrap .slider-wrap .uk-position-relative .slider-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#front-mv .section-wrap .slider-wrap .uk-position-relative .slider-nav a {
  position: relative;
}
#front-mv .section-wrap .slider-wrap .uk-position-relative .slider-nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/arrow-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/arrow-icon.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #005748;
}
#front-mv .section-wrap .slider-wrap .uk-position-relative .slider-nav a svg {
  display: none;
}
#front-mv .section-wrap .slider-wrap .uk-position-relative .slider-nav a.uk-position-center-left::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
#front-mv .section-wrap .slider-wrap .uk-position-relative ul li.uk-active a {
  background: #005748;
}
#front-mv .section-wrap .slider-wrap .uk-position-relative ul li a {
  background: #DDDDDD;
  width: 12px;
  height: 12px;
}
#front-mv .section-wrap .dammy-slider-wrap {
  margin-top: 40px;
  margin-bottom: 90px;
}
#front-mv .section-wrap .dammy-slider-wrap .slider ul li {
  padding: 0 20px;
}

#front-point {
  background-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/front/point/front-point-bg.webp");
  padding: 60px 0;
}
#front-point .section-wrap .deco {
  position: absolute;
  top: 0;
  right: 0;
}
#front-point .section-wrap .point-list {
  margin-top: 100px;
  margin-bottom: 40px;
}
#front-point .section-wrap .point-list .uk-flex {
  gap: 20px;
}
#front-point .section-wrap .point-list .uk-flex .item {
  height: 100%;
  width: 20%;
}
#front-point .section-wrap .point-list .uk-flex .item:nth-child(2n+1) .item-wrap .point-box .point-content {
  background: #ED860D;
}
#front-point .section-wrap .point-list .uk-flex .item:nth-child(2n+1) .item-wrap .point-box .point-title h4 {
  color: #fff;
}
#front-point .section-wrap .point-list .uk-flex .item:nth-child(2n+1) .item-wrap .point-box .point-text p {
  color: #fff;
}
#front-point .section-wrap .point-list .uk-flex .item-wrap {
  border: 8px solid #ED860D;
  position: relative;
  border-radius: 12px;
  height: 100%;
}
#front-point .section-wrap .point-list .uk-flex .item-wrap .point-num {
  position: absolute;
  border: 8px solid #ED860D;
  border-radius: 50px;
  background: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
}
#front-point .section-wrap .point-list .uk-flex .item-wrap .point-num h3 {
  color: #ED860D;
  display: flex;
  align-items: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
}
#front-point .section-wrap .point-list .uk-flex .item-wrap .point-num h3 span {
  font-size: 35px;
  line-height: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-point .section-wrap .point-list .uk-flex .item-wrap .point-box .point-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front-point .section-wrap .point-list .uk-flex .item-wrap .point-box .point-content {
  position: relative;
  min-height: 280px;
  padding: 0 10px;
  background: #fff;
  z-index: 1;
}
#front-point .section-wrap .point-list .uk-flex .item-wrap .point-box .point-content .point-icon {
  position: absolute;
  z-index: -1;
}
#front-point .section-wrap .point-list .uk-flex .item-wrap .point-box .point-content .point-title {
  padding: 20px 0;
}
#front-point .section-wrap .point-list .uk-flex .item-wrap .point-box .point-content .point-title h4 {
  font-size: 18px;
  color: #ED860D;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
}
#front-point .section-wrap .point-list .uk-flex .item-wrap .point-box .point-content .point-text p {
  color: #ED860D;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#front-point .section-wrap a.link-btn {
  margin: 0 auto;
}

#front-contact {
  padding: 60px 0;
}
#front-contact .section-wrap .title {
  background: #005748;
  position: relative;
  height: 80px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#front-contact .section-wrap .title h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
}
#front-contact .section-wrap .content {
  background: rgba(66, 170, 70, 0.13);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 60px 0;
}
#front-contact .section-wrap .content .uk-flex {
  justify-content: space-around;
}
#front-contact .section-wrap .content .uk-flex .flex-item:first-child {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#front-contact .section-wrap .content .uk-flex .flex-item:first-child img.consultation {
  display: block;
  margin: 0 auto;
}
#front-contact .section-wrap .content .uk-flex .flex-item:first-child .uk-flex {
  width: -moz-fit-content;
  width: fit-content;
}
#front-contact .section-wrap .content .uk-flex .flex-item:first-child .uk-flex .sub-item {
  width: 50%;
  padding: 0 10px;
}
#front-contact .section-wrap .content .uk-flex .flex-item:first-child .uk-flex .sub-item:first-child {
  max-width: 150px;
  width: 100%;
}
#front-contact .section-wrap .content .uk-flex .flex-item:first-child .uk-flex .sub-item:last-child {
  max-width: 330px;
  width: 100%;
}
#front-contact .section-wrap .content .uk-flex .flex-item:first-child .tel {
  position: relative;
}
#front-contact .section-wrap .content .uk-flex .flex-item:first-child .tel img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
}
#front-contact .section-wrap .content .uk-flex .flex-item:first-child .tel a {
  text-align: center;
  display: block;
  padding: 10px 0;
  background: #ED860D;
  border: 8px solid #fff;
  border-radius: 12px;
  margin: 0 auto;
  box-shadow: 4px 4px 0 #fff;
}
#front-contact .section-wrap .content .uk-flex .flex-item:first-child .tel a:hover {
  transform: translate3d(4px, 4px, 0);
  box-shadow: none;
}
#front-contact .section-wrap .content .uk-flex .flex-item:first-child .tel a h1 {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-contact .section-wrap .content .uk-flex .flex-item:first-child .tel a h1::before {
  content: "";
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/tel-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/tel-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background: #fff;
}
#front-contact .section-wrap .content .uk-flex .flex-item:first-child .tel a p {
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#front-contact .section-wrap .content .uk-flex .flex-item:last-child {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#front-contact .section-wrap .content .uk-flex .flex-item:last-child a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  padding: 12px 0;
  box-sizing: border-box;
  box-shadow: 4px 4px 0 #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-contact .section-wrap .content .uk-flex .flex-item:last-child a:hover {
  transform: translate3d(4px, 4px, 0);
  box-shadow: none;
}
#front-contact .section-wrap .content .uk-flex .flex-item:last-child .contact a {
  background: #E30000;
  border: 8px solid #fff;
  border-radius: 12px;
}
#front-contact .section-wrap .content .uk-flex .flex-item:last-child .contact a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/front/contact/contact-icon-im01.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/front/contact/contact-icon-im01.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 50px;
  height: 40px;
  margin-right: 10px;
  background: #fff;
}
#front-contact .section-wrap .content .uk-flex .flex-item:last-child .store a {
  background: #1B57CB;
  border: 8px solid #fff;
  border-radius: 12px;
}
#front-contact .section-wrap .content .uk-flex .flex-item:last-child .store a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/front/contact/contact-icon-im02.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/front/contact/contact-icon-im02.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 50px;
  height: 40px;
  margin-right: 10px;
  background: #fff;
}
#front-contact .section-wrap .content .uk-flex .flex-item:last-child .line a {
  background: #42AA46;
  border: 8px solid #fff;
  border-radius: 12px;
}
#front-contact .section-wrap .content .uk-flex .flex-item:last-child .line a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/front/contact/contact-icon-im03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 40px;
}

#front-news {
  background-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/front/news/news-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
#front-news .news-list ul li a .news-img-box {
  max-height: 230px;
  height: 100%;
  border: 1px solid #ED860D;
  background: #fff;
  text-align: center;
}
#front-news .news-list ul li a .news-img-box img {
  height: 100%;
}
#front-news .news-list ul li a .news-data {
  gap: 15px;
}
#front-news .news-list ul li a .news-data p.cat {
  color: #fff;
  padding: 0 5px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-news .news-list ul li a .news-data p.cat-news {
  background: #42AA46;
}
#front-news .news-list ul li a .news-data p.cat-flyer {
  background: #ED860D;
}
#front-news .news-list ul li a .news-data p.cat-event {
  background: #E30000;
}
#front-news .news-list ul li a .news-data p.cat-uncategorized {
  background: #999;
}
#front-news .news-list ul li a h4.title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-news a.link-btn {
  margin: 0 auto;
  background: #fff;
}
#front-news a.link-btn:hover {
  background: #ED860D;
  color: #fff;
}
#front-news a.link-btn:hover::after {
  background-color: #fff;
}

#front-about {
  margin: 0;
}
#front-about .section-wrap .about-container {
  position: relative;
}
#front-about .section-wrap .about-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 600px;
  width: 100%;
  height: 400px;
  background: #FFFBEB;
  z-index: -1;
}
#front-about .section-wrap .about-container .uk-flex .flex-item:first-child {
  width: 45%;
}
#front-about .section-wrap .about-container .uk-flex .flex-item:first-child .top-title {
  background: #ED860D;
  text-align: center;
}
#front-about .section-wrap .about-container .uk-flex .flex-item:first-child .top-title h2 {
  color: #fff;
  padding: 10px 0;
  margin-bottom: 50px;
}
#front-about .section-wrap .about-container .uk-flex .flex-item:first-child .title {
  margin-bottom: 50px;
}
#front-about .section-wrap .about-container .uk-flex .flex-item:first-child .title h1 {
  color: #ED860D;
}
#front-about .section-wrap .about-container .uk-flex .flex-item:first-child .title h1 span {
  position: relative;
  background: linear-gradient(transparent 50%, #FFF250 50%);
}
#front-about .section-wrap .about-container .uk-flex .flex-item:first-child .text {
  margin-bottom: 50px;
}
#front-about .section-wrap .about-container .uk-flex .flex-item:first-child .text p span {
  color: #ED860D;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
}
#front-about .section-wrap .about-container .img-block {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
#front-about .section-wrap .about-container .img-block::before {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  max-width: 600px;
  width: 100%;
  height: 600px;
  background: #FFFBEB;
  z-index: -1;
}
#front-about .section-wrap .about-container .img-block img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-left: auto;
}
#front-about .section-wrap .about-container .img-block img.boss {
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
}

#front-form {
  padding-bottom: 100px;
}
#front-form .section-wrap .uk-grid .item .form .title img {
  width: 100%;
}
#front-form .section-wrap .uk-grid .item .form .form-container {
  border: 4px solid #E30000;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 30px;
}
#front-form .section-wrap .uk-grid .item .form .form-container .uk-flex {
  justify-content: space-between;
}
#front-form .section-wrap .uk-grid .item .form .form-container .uk-flex label {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-form .section-wrap .uk-grid .item .form .form-container .uk-flex label span {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#front-form .section-wrap .uk-grid .item .form .form-container .uk-flex label span.req {
  color: #fff;
  background: #E30000;
  padding: 2px 5px;
  margin-left: 10px;
}
#front-form .section-wrap .uk-grid .item .form .form-container .uk-flex .uk-form-controls {
  width: calc(100% - 180px);
  max-width: 360px;
}
#front-form .section-wrap .uk-grid .item .form .form-container .accept .uk-flex {
  justify-content: center;
}
#front-form .section-wrap .uk-grid .item .form .form-container .accept .uk-flex .flex-item a {
  border-bottom: 1px solid #1C1C1C;
}
#front-form .section-wrap .uk-grid .item .form .form-container .morebtn {
  padding-right: 0;
  border: 1px solid #E30000;
  position: relative;
  max-width: 160px;
  height: 40px;
  margin: 0 auto;
  transition: all 0.3s ease;
  background: #E30000;
  border: 4px solid #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 0 #fff;
  transition: all 0.3s ease;
}
#front-form .section-wrap .uk-grid .item .form .form-container .morebtn:hover {
  transform: translate3d(4px, 4px, 0);
  box-shadow: none;
}
#front-form .section-wrap .uk-grid .item .form .form-container .morebtn p {
  height: 100%;
  width: 100%;
  display: block;
  align-items: center;
}
#front-form .section-wrap .uk-grid .item .form .form-container .morebtn p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/arrow-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/arrow-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-mask-position: center;
  mask-position: center;
  width: 20px;
  height: 20px;
}
#front-form .section-wrap .uk-grid .item .form .form-container .morebtn input {
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
#front-form .section-wrap .uk-grid .item .consultation .title {
  position: relative;
}
#front-form .section-wrap .uk-grid .item .consultation .title img {
  width: 100%;
}
#front-form .section-wrap .uk-grid .item .consultation .title .people {
  position: absolute;
  max-width: 140px;
  bottom: 0;
}
#front-form .section-wrap .uk-grid .item .consultation .content {
  background: #76BA93;
  border: 4px solid #1e5748;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#front-form .section-wrap .uk-grid .item .consultation .content a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 12px 0;
  box-sizing: border-box;
  box-shadow: 4px 4px 0 #fff;
}
#front-form .section-wrap .uk-grid .item .consultation .content a:hover {
  transform: translate3d(4px, 4px, 0);
  box-shadow: none;
}
#front-form .section-wrap .uk-grid .item .consultation .content .tel a {
  background: #ED860D;
  border: 8px solid #fff;
  border-radius: 12px;
}
#front-form .section-wrap .uk-grid .item .consultation .content .tel a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/tel-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/tel-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 50px;
  height: 40px;
  margin-right: 10px;
  background: #fff;
}
#front-form .section-wrap .uk-grid .item .consultation .content .tel a h1 {
  color: #fff;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-form .section-wrap .uk-grid .item .consultation .content .tel a p {
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#front-form .section-wrap .uk-grid .item .consultation .content .contact a {
  background: #E30000;
  border: 8px solid #fff;
  border-radius: 12px;
}
#front-form .section-wrap .uk-grid .item .consultation .content .contact a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/mail-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/mail-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 50px;
  height: 40px;
  margin-right: 10px;
  background: #fff;
}
#front-form .section-wrap .uk-grid .item .consultation .content .contact a h4 {
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-form .section-wrap .uk-grid .item .consultation .content .contact a p {
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#front-form .section-wrap .uk-grid .item .consultation .content .line a {
  background: #42AA46;
  border: 8px solid #fff;
  border-radius: 12px;
}
#front-form .section-wrap .uk-grid .item .consultation .content .line a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/line-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 40px;
}
#front-form .section-wrap .uk-grid .item .consultation .content .line a h4 {
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-form .section-wrap .uk-grid .item .consultation .content .line a p {
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#front-form .section-wrap .uk-grid .item .diagnosis {
  margin-top: 50px;
}
#front-form .section-wrap .uk-grid .item .diagnosis .title {
  position: relative;
}
#front-form .section-wrap .uk-grid .item .diagnosis .title img {
  width: 100%;
}
#front-form .section-wrap .uk-grid .item .diagnosis .title .icon {
  position: absolute;
  max-width: 120px;
  left: -30px;
  bottom: 0;
}
#front-form .section-wrap .uk-grid .item .diagnosis .content {
  border: 4px solid #1B57CB;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
#front-form .section-wrap .uk-grid .item .diagnosis .content .uk-flex .flex-item {
  width: 50%;
}
#front-form .section-wrap .uk-grid .item .diagnosis .content .uk-flex .flex-item:first-child {
  padding: 0 20px;
}
#front-form .section-wrap .uk-grid .item .diagnosis .content .uk-flex .flex-item:first-child h2 {
  color: #1B57CB;
}
#front-form .section-wrap .uk-grid .item .diagnosis .content .uk-flex .flex-item:last-child {
  height: -webkit-fill-available;
}
#front-form .section-wrap .uk-grid .item .diagnosis .content .uk-flex .flex-item:last-child img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#front-works .section-wrap .title-wrap {
  background-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/front/works/works-title-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
}
#front-works .section-wrap .title-wrap .uk-container {
  height: 100%;
}
#front-works .section-wrap .title-wrap .uk-container .title-block {
  position: relative;
  height: 100%;
}
#front-works .section-wrap .title-wrap .uk-container .title-block .title-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#front-works .section-wrap .title-wrap .uk-container .title-block .record-img {
  position: absolute;
  top: -5px;
  right: 0;
}

#front-sign {
  margin: 200px 0;
}
#front-sign .section-wrap {
  background: #ECF1FB;
  position: relative;
}
#front-sign .section-wrap::before {
  position: absolute;
  content: "";
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/front/sign/sign-wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#front-sign .section-wrap::after {
  position: absolute;
  content: "";
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/front/sign/sign-wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
#front-sign .section-wrap .sign-list {
  position: relative;
}
#front-sign .section-wrap .sign-list .icon-img {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 35%;
}
#front-sign .section-wrap .sign-list .top-content .uk-flex .flex-item, #front-sign .section-wrap .sign-list .bottom-content .uk-flex .flex-item {
  width: 25%;
}
#front-sign .section-wrap .sign-list .top-content .uk-flex .flex-item img, #front-sign .section-wrap .sign-list .bottom-content .uk-flex .flex-item img {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 50%;
}
#front-sign .section-wrap .sign-list .top-content .uk-flex .flex-item h2, #front-sign .section-wrap .sign-list .bottom-content .uk-flex .flex-item h2 {
  background: #1B57CB;
  color: #fff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  padding: 10px 20px;
}

#front-maintenance .section-wrap .title {
  position: relative;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#front-maintenance .section-wrap .title h1 {
  margin-bottom: 20px;
  font-size: 50px;
  font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#front-maintenance .section-wrap .title h1 span {
  position: relative;
  color: #E30000;
  background: linear-gradient(transparent 50%, #FFF250 50%);
}
#front-maintenance .section-wrap .title .icon {
  position: absolute;
  max-width: 160px;
  left: -80px;
  bottom: -50px;
  transform: rotate(-40deg);
  z-index: -1;
}
#front-maintenance .section-wrap .maintenance-list .uk-flex .flex-item {
  width: 25%;
  position: relative;
}
#front-maintenance .section-wrap .maintenance-list .uk-flex .flex-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 45px 50px;
  border-color: transparent transparent transparent #ED860D;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}
#front-maintenance .section-wrap .maintenance-list .uk-flex .flex-item:last-child::before {
  display: none;
}
#front-maintenance .section-wrap .maintenance-list .uk-flex .flex-item .year-box h1 {
  color: #ED860D;
}
#front-maintenance .section-wrap .maintenance-list .uk-flex .flex-item .year-box h1 span {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0;
  font-size: 56px;
}
#front-maintenance .section-wrap .maintenance-list .uk-flex .flex-item .content-box {
  border: 4px solid #ED860D;
  border-radius: 12px;
  overflow: hidden;
}
#front-maintenance .section-wrap .maintenance-list .uk-flex .flex-item .content-box .star-box {
  padding: 20px;
}
#front-maintenance .section-wrap .maintenance-list .uk-flex .flex-item .content-box .star-box h2 {
  color: #ED860D;
}
#front-maintenance .section-wrap .maintenance-list .uk-flex .flex-item .content-box .star-box .star-img {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#front-question {
  padding-top: 100px;
  background-image: linear-gradient(transparent, #e8e8e8);
}
#front-question .section-wrap .uk-grid .item h1 span {
  color: #E30000;
}
#front-question .triangle-box {
  background: #fff;
  width: 100%;
  height: 100px;
  clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
}

#front-consultation {
  margin: 100px 0;
}
#front-consultation .section-wrap {
  position: relative;
}
#front-consultation .section-wrap::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  max-width: 600px;
  width: 100%;
  height: 400px;
  background: #FFEAEA;
  z-index: -1;
}
#front-consultation .section-wrap .uk-grid .item h2 {
  color: #E30000;
}
#front-consultation .section-wrap .uk-grid .item a.link-btn {
  margin: 0 auto;
  margin-top: 20px;
  background: #E30000;
  border-color: #E30000;
  color: #fff;
}
#front-consultation .section-wrap .uk-grid .item a.link-btn::before {
  content: "";
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/mail-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/mail-icon.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  width: 50px;
  height: 30px;
}
#front-consultation .section-wrap .uk-grid .item a.link-btn::after {
  content: none;
}

#front-reform {
  background: #EDF3FF;
  padding: 120px 0;
}
#front-reform .section-wrap .reform-menu .uk-grid {
  gap: 40px 0;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box {
  overflow: hidden;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box.blue {
  background: #1B57CB;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box.green {
  background: #42AA46;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box.orange {
  background: #ED860D;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box a:hover .uk-flex .flex-item:first-child h1 {
  height: 100%;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box a:hover .uk-flex .flex-item:first-child svg {
  bottom: -40px;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box a:hover .uk-flex .flex-item:last-child::before {
  opacity: 0;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box a:hover .uk-flex .flex-item:last-child::after {
  opacity: 1;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box .uk-flex .flex-item:first-child {
  width: 70%;
  position: relative;
  display: flex;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box .uk-flex .flex-item:first-child h1 {
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  height: 80%;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box .uk-flex .flex-item:first-child svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box .uk-flex .flex-item:last-child {
  width: 30%;
  position: relative;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box .uk-flex .flex-item:last-child::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box .uk-flex .flex-item:last-child.blue::before {
  border-color: transparent transparent #1B57CB transparent;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box .uk-flex .flex-item:last-child.green::before {
  border-color: transparent transparent #42AA46 transparent;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box .uk-flex .flex-item:last-child.orange::before {
  border-color: transparent transparent #ED860D transparent;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box .uk-flex .flex-item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  opacity: 0;
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box .uk-flex .flex-item:last-child.blue::after {
  background: rgba(27, 87, 203, 0.3);
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box .uk-flex .flex-item:last-child.green::after {
  background: rgba(66, 170, 70, 0.3);
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box .uk-flex .flex-item:last-child.orange::after {
  background: rgba(237, 134, 13, 0.3);
}
#front-reform .section-wrap .reform-menu .uk-grid .item .reform-box .uk-flex .flex-item:last-child img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#front-area {
  padding: 120px 0;
  background: #FFF8DB;
}
#front-area .section-wrap .uk-grid .item img.title {
  display: block;
  margin: 0 auto;
}
#front-area .section-wrap .uk-grid .item .area-position {
  margin-top: 40px;
}
#front-area .section-wrap .uk-grid .item .area-position h2 {
  color: #ED860D;
}
#front-area .section-wrap .uk-grid .item .area-position p {
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 8px;
}

#front-faq {
  margin: 100px 0;
}
#front-faq .section-wrap .faq-wrap {
  margin: 0 auto;
}
#front-faq .section-wrap .faq-wrap ul li:not(#front-faq .section-wrap .faq-wrap ul li:first-child) {
  margin-top: 40px;
}
#front-faq .section-wrap .faq-wrap ul li.uk-open a::before {
  transform: rotate(180deg);
}
#front-faq .section-wrap .faq-wrap ul li a {
  display: flex;
  align-items: center;
  background: #42AA46;
  position: relative;
  padding: 20px 30px;
  gap: 20px;
}
#front-faq .section-wrap .faq-wrap ul li a::before {
  position: absolute;
  right: 0;
  background-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/faq-arrow.svg");
  margin-right: 20px;
}
#front-faq .section-wrap .faq-wrap ul li a h1, #front-faq .section-wrap .faq-wrap ul li a h3 {
  color: #fff;
}
#front-faq .section-wrap .faq-wrap ul li a h1 {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-faq .section-wrap .faq-wrap ul li a h3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-faq .section-wrap .faq-wrap ul li .uk-accordion-content {
  display: flex;
  margin: 0;
  padding: 20px 30px;
  background: rgba(66, 170, 70, 0.13);
  gap: 20px;
}
#front-faq .section-wrap .faq-wrap ul li .uk-accordion-content h1 {
  color: #42AA46;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-faq .section-wrap .faq-wrap ul li .uk-accordion-content h3 {
  color: #1C1C1C;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#archive-news .section-wrap .news-list ul li .news-img-box {
  max-height: 230px;
  height: 100%;
  border: 1px solid #ED860D;
  display: block;
  text-align: center;
  background: #fff;
}
#archive-news .section-wrap .news-list ul li .news-img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#archive-news .section-wrap .news-list ul li .data-cat {
  gap: 15px;
}
#archive-news .section-wrap .news-list ul li .data-cat p.cat {
  color: #fff;
  padding: 0 5px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#archive-news .section-wrap .news-list ul li .data-cat p.cat-news {
  background: #42AA46;
}
#archive-news .section-wrap .news-list ul li .data-cat p.cat-flyer {
  background: #ED860D;
}
#archive-news .section-wrap .news-list ul li .data-cat p.cat-event {
  background: #E30000;
}
#archive-news .section-wrap .news-list ul li .data-cat p.cat-uncategorized {
  background: #999;
}
#archive-news .section-wrap .news-list ul li h4.title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 4px solid #ED860D;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#archive-news .section-wrap .news-list ul li a.link-btn {
  margin: 0 auto;
  margin-top: 10px;
}

#single-news .section-wrap .single-box {
  margin: 40px auto;
}
#single-news .section-wrap .single-box .date-cat {
  gap: 15px;
  margin-bottom: 10px;
}
#single-news .section-wrap .single-box .date-cat p.cat {
  color: #fff;
  padding: 0 5px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#single-news .section-wrap .single-box .date-cat p.cat-news {
  background: #42AA46;
}
#single-news .section-wrap .single-box .date-cat p.cat-flyer {
  background: #ED860D;
}
#single-news .section-wrap .single-box .date-cat p.cat-event {
  background: #E30000;
}
#single-news .section-wrap .single-box .date-cat p.cat-uncategorized {
  background: #999;
}
#single-news .section-wrap .single-box h2 {
  border-bottom: 4px solid #ED860D;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#single-form {
  background: #FFFBEB;
  padding: 100px 0;
}
#single-form .section-wrap .form .title {
  background: #E30000;
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 30px 0;
  text-align: center;
}
#single-form .section-wrap .form .title .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#single-form .section-wrap .form .form-container {
  border: 4px solid #E30000;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 30px;
  background: #fff;
}
#single-form .section-wrap .form .form-container .tel {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 80px;
}
#single-form .section-wrap .form .form-container .tel img {
  position: absolute;
  top: 25%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
#single-form .section-wrap .form .form-container .tel h3 {
  color: #ED860D;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
}
#single-form .section-wrap .form .form-container .tel h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ED860D;
  transform: rotate(-20deg) translateY(-50%);
}
#single-form .section-wrap .form .form-container .tel h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 100%;
  background: #ED860D;
  transform: rotate(20deg) translateY(-50%);
}
#single-form .section-wrap .form .form-container .tel a {
  text-align: center;
  display: block;
  background: #ED860D;
  border: 4px solid #fff;
  border-radius: 12px;
  padding: 10px 90px;
  box-shadow: 4px 4px 0 #aa8e8e;
}
#single-form .section-wrap .form .form-container .tel a:hover {
  transform: translate3d(4px, 4px, 0);
  box-shadow: none;
}
#single-form .section-wrap .form .form-container .tel a h1 {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#single-form .section-wrap .form .form-container .tel a h1::before {
  content: "";
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/tel-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/tel-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background: #fff;
}
#single-form .section-wrap .form .form-container .tel a p {
  color: #fff;
}
#single-form .section-wrap .form .form-container .uk-flex {
  justify-content: space-between;
}
#single-form .section-wrap .form .form-container .uk-flex label {
  font-size: 16px;
  color: #1C1C1C;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#single-form .section-wrap .form .form-container .uk-flex label span {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#single-form .section-wrap .form .form-container .uk-flex label span.req {
  color: #fff;
  background: #E30000;
  padding: 2px 5px;
  margin-left: 10px;
}
#single-form .section-wrap .form .form-container .uk-flex label span.op {
  color: #fff;
  background: #1C1C1C;
  padding: 2px 5px;
  margin-left: 10px;
}
#single-form .section-wrap .form .form-container .uk-flex .uk-form-controls {
  width: calc(100% - 180px);
  max-width: 360px;
}
#single-form .section-wrap .form .form-container .uk-flex .uk-form-controls .post-wrap p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#single-form .section-wrap .form .form-container .uk-flex .uk-form-controls .post-wrap p span.post {
  font-size: 18px;
}
#single-form .section-wrap .form .form-container .accept .uk-flex {
  justify-content: center;
}
#single-form .section-wrap .form .form-container .accept .uk-flex span.wpcf7-list-item {
  margin: 0;
}
#single-form .section-wrap .form .form-container .morebtn {
  padding-right: 0;
  border: 1px solid #E30000;
  position: relative;
  max-width: 160px;
  height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
  background: #E30000;
  border: 4px solid #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 0 #fff;
}
#single-form .section-wrap .form .form-container .morebtn:hover {
  transform: translate3d(4px, 4px, 0);
  box-shadow: none;
}
#single-form .section-wrap .form .form-container .morebtn p {
  height: 100%;
  width: 100%;
  display: block;
  align-items: center;
}
#single-form .section-wrap .form .form-container .morebtn p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/arrow-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/arrow-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-mask-position: center;
  mask-position: center;
  width: 20px;
  height: 20px;
}
#single-form .section-wrap .form .form-container .morebtn input {
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#single-form .section-wrap a.link-btn {
  margin: 0 auto;
  margin-top: 60px;
  background: #ED860D;
  color: #fff;
}
#single-form .section-wrap a.link-btn::after {
  right: unset;
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
  background: #fff;
}
#single-form .section-wrap a.link-btn:hover {
  background: #fff;
  color: #ED860D;
}
#single-form .section-wrap a.link-btn:hover::after {
  background: #ED860D;
}

#company-about .section-wrap .top-title {
  position: relative;
  margin: 0 auto;
}
#company-about .section-wrap .top-title .deco-1, #company-about .section-wrap .top-title .deco-2 {
  position: absolute;
  max-width: 100px;
}
#company-about .section-wrap .top-title .deco-1 {
  left: -20px;
}
#company-about .section-wrap .top-title .deco-2 {
  right: -20px;
}
#company-about .section-wrap .top-title h2 {
  font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: initial;
}
#company-about .section-wrap .top-title h2 span.bg {
  background: #ED860D;
  color: #fff;
  padding: 5px 10px;
}
#company-about .section-wrap .top-sub-title h3 {
  color: #ED860D;
  display: flex;
  justify-content: center;
  align-items: center;
}
#company-about .section-wrap .top-sub-title h3::before, #company-about .section-wrap .top-sub-title h3::after {
  content: "";
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/company/company-about-icon-im01.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/company/company-about-icon-im01.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ED860D;
  width: 40px;
  height: 60px;
  margin-right: 10px;
  transform: rotate(-30deg);
}
#company-about .section-wrap .top-sub-title h3::after {
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/company/company-about-icon-im02.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/company/company-about-icon-im02.svg");
  margin-left: 20px;
  margin-right: 0;
  transform: rotate(0deg);
}
#company-about .section-wrap .about-list .item .flex-box {
  gap: 20px;
}
#company-about .section-wrap .about-list .item .flex-box .flex-item h1.num {
  color: #fff;
  background: #ED860D;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#company-about .section-wrap .about-list .item .flex-box .flex-item h3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#company-about .section-wrap .about-list .item .flex-box .flex-item h3 span {
  background: linear-gradient(transparent 50%, #FFF250 50%);
}
#company-about .section-wrap .about-list .item .img-box img {
  border-radius: 12px;
}

#company-access {
  background: #EDF3FF;
  padding: 100px 0;
  margin-top: 100px;
}
#company-access .uk-grid .item h2 {
  color: #1B57CB;
}
#company-access .uk-grid .item .flex-box .address, #company-access .uk-grid .item .flex-box .tel {
  gap: 20px;
}
#company-access .uk-grid .item .flex-box .address p.border, #company-access .uk-grid .item .flex-box .tel p.border {
  border: 1px solid #1B57CB;
  color: #1B57CB;
  padding: 0px 10px;
}
#company-access .uk-grid .item a {
  color: #fff;
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  padding: 12px 0;
  box-sizing: border-box;
  box-shadow: 4px 4px 0 #fff;
  background: #1B57CB;
  border: 8px solid #fff;
  border-radius: 12px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#company-access .uk-grid .item a:hover {
  transform: translate3d(4px, 4px, 0);
  box-shadow: none;
}
#company-access .uk-grid .item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/front/contact/contact-icon-im02.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/front/contact/contact-icon-im02.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 50px;
  height: 40px;
  margin-right: 10px;
  background: #fff;
}

#company-overview {
  background: #FFFBEB;
  padding-top: 100px;
}
#company-overview .section-wrap .overview-box {
  max-width: 700px;
  margin: 0 auto;
}
#company-overview .section-wrap .overview-box .title {
  background: #ED860D;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 10px 0;
}
#company-overview .section-wrap .overview-box .title h2 {
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#company-overview .section-wrap .overview-box .list {
  background: #fff;
  padding: 20px;
}
#company-overview .section-wrap .overview-box .list .uk-flex {
  border-bottom: 1px dashed #ED860D;
  padding: 10px 0;
}
#company-overview .section-wrap .overview-box .list .uk-flex .flex-item p.item-title {
  color: #ED860D;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#company-overview .section-wrap .overview-box .list .uk-flex .flex-item:first-child {
  width: 35%;
}
#company-overview .section-wrap .overview-box .list .uk-flex .flex-item:last-child {
  width: 60%;
}

#showroom-come .section-wrap .showroom-come-wrap {
  width: 90%;
  margin: 0 auto;
}
#showroom-come .section-wrap .showroom-come-wrap .top-title {
  position: relative;
  background: #FFF250;
  padding: 40px 20px;
  border-radius: 12px;
}
#showroom-come .section-wrap .showroom-come-wrap .top-title .deco-l, #showroom-come .section-wrap .showroom-come-wrap .top-title .deco-r {
  position: absolute;
  top: -20px;
}
#showroom-come .section-wrap .showroom-come-wrap .top-title .deco-l {
  left: -60px;
}
#showroom-come .section-wrap .showroom-come-wrap .top-title .deco-r {
  left: unset;
  right: -60px;
}
#showroom-come .section-wrap .showroom-come-wrap .top-title .deco-r img {
  transform: scale(-1, 1);
}
#showroom-come .section-wrap .showroom-come-wrap .uk-flex .flex-item:first-child {
  width: 35%;
}
#showroom-come .section-wrap .showroom-come-wrap .uk-flex .flex-item:last-child {
  width: 60%;
}
#showroom-come .section-wrap .showroom-come-wrap .uk-flex .flex-item:last-child ul {
  background: #fff;
  height: 100%;
  padding: 20px;
  border-radius: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.13);
}
#showroom-come .section-wrap .showroom-come-wrap .uk-flex .flex-item:last-child ul li {
  display: flex;
  align-items: center;
}
#showroom-come .section-wrap .showroom-come-wrap .uk-flex .flex-item:last-child ul li::before {
  content: "";
  background-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/showroom/showroom-come-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#showroom-come .section-wrap .showroom-come-wrap .uk-flex .flex-item:last-child ul li h4 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#showroom-come .section-wrap .showroom-come-wrap .uk-flex .flex-item:last-child ul li h4 span {
  background: linear-gradient(transparent 50%, #FFF250 50%);
}

#showroom-form {
  background: #FFFBEB;
  padding: 100px 0;
}
#showroom-form .section-wrap .form .title {
  background: #1B57CB;
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 30px 0;
  text-align: center;
}
#showroom-form .section-wrap .form .title .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#showroom-form .section-wrap .form .form-container {
  border: 4px solid #1B57CB;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 30px;
  background: #fff;
}
#showroom-form .section-wrap .form .form-container .tel {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 150px;
}
#showroom-form .section-wrap .form .form-container .tel img {
  position: absolute;
  top: 25%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
#showroom-form .section-wrap .form .form-container .tel h3 {
  color: #ED860D;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
}
#showroom-form .section-wrap .form .form-container .tel h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ED860D;
  transform: rotate(-20deg) translateY(-50%);
}
#showroom-form .section-wrap .form .form-container .tel h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 100%;
  background: #ED860D;
  transform: rotate(20deg) translateY(-50%);
}
#showroom-form .section-wrap .form .form-container .tel a {
  text-align: center;
  display: block;
  background: #ED860D;
  border: 4px solid #fff;
  border-radius: 12px;
  padding: 10px 90px;
  box-shadow: 4px 4px 0 #aa8e8e;
}
#showroom-form .section-wrap .form .form-container .tel a:hover {
  transform: translate3d(4px, 4px, 0);
  box-shadow: none;
}
#showroom-form .section-wrap .form .form-container .tel a h1 {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#showroom-form .section-wrap .form .form-container .tel a h1::before {
  content: "";
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/tel-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/tel-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background: #fff;
}
#showroom-form .section-wrap .form .form-container .tel a p {
  color: #fff;
}
#showroom-form .section-wrap .form .form-container .uk-flex {
  justify-content: space-between;
}
#showroom-form .section-wrap .form .form-container .uk-flex label {
  font-size: 16px;
  color: #1C1C1C;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#showroom-form .section-wrap .form .form-container .uk-flex label span {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#showroom-form .section-wrap .form .form-container .uk-flex label span.req {
  color: #fff;
  background: #E30000;
  padding: 2px 5px;
  margin-left: 10px;
}
#showroom-form .section-wrap .form .form-container .uk-flex label span.op {
  color: #fff;
  background: #1C1C1C;
  padding: 2px 5px;
  margin-left: 10px;
}
#showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls {
  width: calc(100% - 180px);
  max-width: 500px;
}
#showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls input, #showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls select {
  height: 40px;
  border: 1px solid #e5e5e5;
  color: #A7A7A7;
  outline: none;
}
#showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls input[type=checkbox] {
  height: auto;
  border: unset;
}
#showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls .hope-wrap {
  display: flex;
  gap: 10px;
}
#showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls .hope-wrap .day p {
  display: flex;
  gap: 10px;
}
#showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls .post-wrap p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls .post-wrap p span.post {
  font-size: 18px;
}
#showroom-form .section-wrap .form .form-container .accept .uk-flex {
  justify-content: center;
}
#showroom-form .section-wrap .form .form-container .morebtn {
  padding-right: 0;
  border: 1px solid #E30000;
  position: relative;
  max-width: 160px;
  height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
  background: #E30000;
  border: 4px solid #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 0 #fff;
}
#showroom-form .section-wrap .form .form-container .morebtn:hover {
  transform: translate3d(4px, 4px, 0);
  box-shadow: none;
}
#showroom-form .section-wrap .form .form-container .morebtn p {
  height: 100%;
  width: 100%;
  display: block;
  align-items: center;
}
#showroom-form .section-wrap .form .form-container .morebtn p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/arrow-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/arrow-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-mask-position: center;
  mask-position: center;
  width: 20px;
  height: 20px;
}
#showroom-form .section-wrap .form .form-container .morebtn input {
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#showroom-form .section-wrap a.link-btn {
  margin: 0 auto;
  margin-top: 60px;
  background: #ED860D;
  color: #fff;
}
#showroom-form .section-wrap a.link-btn::after {
  right: unset;
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
  background: #fff;
}
#showroom-form .section-wrap a.link-btn:hover {
  background: #fff;
  color: #ED860D;
}
#showroom-form .section-wrap a.link-btn:hover::after {
  background: #ED860D;
}

#contact-top .section-wrap .contact-top-wrap {
  width: 80%;
  margin: 0 auto;
}
#contact-top .section-wrap .contact-top-wrap .top-title {
  position: relative;
  padding: 40px 0;
}
#contact-top .section-wrap .contact-top-wrap .top-title .deco-l, #contact-top .section-wrap .contact-top-wrap .top-title .deco-r {
  position: absolute;
  top: -20px;
}
#contact-top .section-wrap .contact-top-wrap .top-title .deco-l {
  left: -60px;
}
#contact-top .section-wrap .contact-top-wrap .top-title .deco-r {
  left: unset;
  right: -60px;
}
#contact-top .section-wrap .contact-top-wrap .top-title .deco-r img {
  transform: scale(-1, 1);
}
#contact-top .section-wrap .contact-top-wrap .uk-flex .flex-item:first-child {
  width: 35%;
}
#contact-top .section-wrap .contact-top-wrap .uk-flex .flex-item:last-child {
  width: 60%;
}
#contact-top .section-wrap .contact-top-wrap .uk-flex .flex-item:last-child ul {
  background: #fff;
  height: 100%;
  padding: 20px;
  border-radius: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.13);
}
#contact-top .section-wrap .contact-top-wrap .uk-flex .flex-item:last-child ul li {
  display: flex;
  align-items: center;
}
#contact-top .section-wrap .contact-top-wrap .uk-flex .flex-item:last-child ul li::before {
  content: "";
  background-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/showroom/showroom-come-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#contact-top .section-wrap .contact-top-wrap .uk-flex .flex-item:last-child ul li h4 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#contact-top .section-wrap .contact-top-wrap .uk-flex .flex-item:last-child ul li h4 span {
  background: linear-gradient(transparent 50%, #FFF250 50%);
}

#contact-form {
  background: #FFFBEB;
  padding: 100px 0;
}
#contact-form .section-wrap .form .title {
  background: #E30000;
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 30px 0;
  text-align: center;
}
#contact-form .section-wrap .form .title .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#contact-form .section-wrap .form .form-container {
  border: 4px solid #E30000;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 30px;
  background: #fff;
}
#contact-form .section-wrap .form .form-container .tel {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 80px;
}
#contact-form .section-wrap .form .form-container .tel img {
  position: absolute;
  top: 25%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
#contact-form .section-wrap .form .form-container .tel h3 {
  color: #ED860D;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
}
#contact-form .section-wrap .form .form-container .tel h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ED860D;
  transform: rotate(-20deg) translateY(-50%);
}
#contact-form .section-wrap .form .form-container .tel h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 100%;
  background: #ED860D;
  transform: rotate(20deg) translateY(-50%);
}
#contact-form .section-wrap .form .form-container .tel a {
  text-align: center;
  display: block;
  background: #ED860D;
  border: 4px solid #fff;
  border-radius: 12px;
  padding: 10px 90px;
  box-shadow: 4px 4px 0 #aa8e8e;
  width: 496px;
  box-sizing: border-box;
}
#contact-form .section-wrap .form .form-container .tel a:hover {
  transform: translate3d(4px, 4px, 0);
  box-shadow: none;
}
#contact-form .section-wrap .form .form-container .tel a h1 {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#contact-form .section-wrap .form .form-container .tel a h1::before {
  content: "";
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/tel-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/tel-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background: #fff;
}
#contact-form .section-wrap .form .form-container .tel a p {
  color: #fff;
}
#contact-form .section-wrap .form .form-container .line {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
}
#contact-form .section-wrap .form .form-container .line a {
  text-align: center;
  display: block;
  background: #42AA46;
  border: 4px solid #fff;
  border-radius: 12px;
  padding: 10px 90px;
  box-shadow: 4px 4px 0 #aa8e8e;
  position: relative;
  width: 496px;
  box-sizing: border-box;
}
#contact-form .section-wrap .form .form-container .line a::before {
  content: "";
  position: absolute;
  background-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/line-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 10px;
  left: 10%;
}
#contact-form .section-wrap .form .form-container .line a h3 {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#contact-form .section-wrap .form .form-container .line a h3, #contact-form .section-wrap .form .form-container .line a p {
  color: #fff;
}
#contact-form .section-wrap .form .form-container .uk-flex {
  justify-content: space-between;
}
#contact-form .section-wrap .form .form-container .uk-flex label {
  font-size: 16px;
  color: #1C1C1C;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#contact-form .section-wrap .form .form-container .uk-flex label span {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#contact-form .section-wrap .form .form-container .uk-flex label span.req {
  color: #fff;
  background: #E30000;
  padding: 2px 5px;
  margin-left: 10px;
}
#contact-form .section-wrap .form .form-container .uk-flex label span.op {
  color: #fff;
  background: #1C1C1C;
  padding: 2px 5px;
  margin-left: 10px;
}
#contact-form .section-wrap .form .form-container .uk-flex .uk-form-controls {
  width: calc(100% - 180px);
  max-width: 360px;
}
#contact-form .section-wrap .form .form-container .accept .uk-flex {
  justify-content: center;
}
#contact-form .section-wrap .form .form-container .morebtn {
  padding-right: 0;
  border: 1px solid #E30000;
  position: relative;
  max-width: 160px;
  height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
  background: #E30000;
  border: 4px solid #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 0 #fff;
}
#contact-form .section-wrap .form .form-container .morebtn:hover {
  transform: translate3d(4px, 4px, 0);
  box-shadow: none;
}
#contact-form .section-wrap .form .form-container .morebtn p {
  height: 100%;
  width: 100%;
  display: block;
  align-items: center;
}
#contact-form .section-wrap .form .form-container .morebtn p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/arrow-icon.svg");
          mask-image: url("https://tenyu-paint.com/wp/wp-content/themes/tenyu-paint/images/mixins/arrow-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-mask-position: center;
  mask-position: center;
  width: 20px;
  height: 20px;
}
#contact-form .section-wrap .form .form-container .morebtn input {
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#contact-form .section-wrap a.link-btn {
  margin: 0 auto;
  margin-top: 60px;
  background: #ED860D;
  color: #fff;
}
#contact-form .section-wrap a.link-btn::after {
  right: unset;
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
  background: #fff;
}
#contact-form .section-wrap a.link-btn:hover {
  background: #fff;
  color: #ED860D;
}
#contact-form .section-wrap a.link-btn:hover::after {
  background: #ED860D;
}

#privacy .section-wrap .privacy-block h3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#privacy .section-wrap .privacy-block a {
  overflow-wrap: break-word;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
  }
  .size-28 {
    font-size: 28px;
  }
  .size-36 {
    font-size: 36px;
  }
  #page-mv {
    height: 290px;
  }
  #page-mv .page-mv .title-box {
    width: 100%;
  }
  #front-mv .section-wrap .slider-wrap .uk-position-relative ul li a {
    width: 20px;
    height: 20px;
  }
  #front-mv .section-wrap .dammy-slider-wrap .slider ul li {
    width: 300px;
    padding-left: 30px;
  }
  #front-point .section-wrap .point-list .uk-flex .item-wrap .point-num h3 span {
    font-size: 56px;
  }
  #front-point .section-wrap .point-list .uk-flex .item-wrap .point-box .point-content .point-title {
    text-align: center;
  }
  #front-point .section-wrap .point-list .uk-flex .item-wrap .point-box .point-content .point-title h4 {
    font-size: 22px;
  }
  #front-contact {
    padding: 100px 0;
  }
  #front-contact .section-wrap .title h1 {
    font-size: 48px;
  }
  #front-about {
    margin: 100px 0;
  }
  #front-about .section-wrap .about-container .img-block img {
    height: 600px;
  }
  #front-about .section-wrap .about-container .img-block img.boss {
    height: 400px;
    width: 50%;
    margin-right: 60px;
    margin-top: 60px;
  }
  #front-form .section-wrap .uk-grid .item .consultation .content .tel a h1 {
    font-size: 44px;
  }
  #front-maintenance .section-wrap .title h1 {
    font-size: 55px;
  }
  #front-maintenance .section-wrap .title h1 span {
    font-size: 66px;
  }
  #front-maintenance .section-wrap .maintenance-list .uk-flex .flex-item .year-box h1 span {
    font-size: 100px;
  }
  #front-faq .section-wrap .faq-wrap {
    width: 90%;
  }
  #front-faq .section-wrap .faq-wrap ul li a h1 {
    font-size: 66px;
  }
  #front-faq .section-wrap .faq-wrap ul li .uk-accordion-content h1 {
    font-size: 66px;
  }
  #single-news .section-wrap .single-box {
    width: 90%;
    margin: 70px auto;
  }
  #single-form .section-wrap .form {
    width: 90%;
    margin: 0 auto;
  }
  #single-form .section-wrap .form .form-container .wpcf7.js {
    width: 60%;
    margin: 0 auto;
  }
  #company-about .section-wrap .top-title {
    padding: 0 190px;
    width: -moz-fit-content;
    width: fit-content;
  }
  #company-about .section-wrap .top-title .deco-1, #company-about .section-wrap .top-title .deco-2 {
    max-width: 190px;
  }
  #company-about .section-wrap .top-title .deco-1 {
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
  }
  #company-about .section-wrap .top-title .deco-2 {
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
  }
  #company-about .section-wrap .top-title h2 span.bg {
    font-size: 40px;
  }
  #company-about .section-wrap .about-list .item .flex-box .flex-item h1.num {
    font-size: 64px;
    margin-left: -20px;
    width: 99px;
    height: 99px;
  }
  #company-overview .section-wrap .overview-box .list {
    padding: 50px;
  }
  #company-overview .section-wrap .overview-box .list .uk-flex {
    padding: 20px 0;
  }
  #company-overview .section-wrap .overview-box .list .uk-flex .flex-item:first-child {
    width: 25%;
  }
  #showroom-come .section-wrap .showroom-come-wrap {
    width: 80%;
  }
  #showroom-come .section-wrap .showroom-come-wrap .top-title {
    padding: 40px 0;
  }
  #showroom-form .section-wrap .form {
    width: 90%;
    margin: 0 auto;
  }
  #showroom-form .section-wrap .form .form-container .wpcf7.js {
    width: 75%;
    margin: 0 auto;
  }
  #contact-form .section-wrap .form {
    width: 90%;
    margin: 0 auto;
  }
  #contact-form .section-wrap .form .form-container .line a h3 {
    font-size: 26px;
  }
  #contact-form .section-wrap .form .form-container .wpcf7.js {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 639px) {
  h1 {
    font-size: 30px;
  }
  .uk-grid {
    row-gap: 40px;
  }
  .flex-sp {
    flex-direction: column !important;
    gap: 20px;
  }
  .flex-sp .flex-item {
    width: auto !important;
  }
  #page-mv.news-mv .page-mv .title-box {
    width: 300px;
  }
  #header {
    height: 70px;
  }
  #header .section-wrap .header-top .uk-flex .flex-item.character {
    width: 100%;
    max-width: 50px;
  }
  #header .section-wrap .header-top .uk-flex .flex-item.logo {
    max-width: 200px;
  }
  #footer .section-wrap .uk-flex .flex-item img {
    max-width: 200px;
  }
  #front-point .section-wrap .deco {
    max-width: 80px;
    top: -40px;
    right: 10px;
  }
  #front-point .section-wrap .title {
    max-width: 210px;
    margin: 0 auto;
  }
  #front-point .section-wrap .point-list {
    margin-top: 50px;
  }
  #front-point .section-wrap .point-list .uk-flex {
    gap: 50px;
  }
  #front-point .section-wrap .point-list .uk-flex .item-wrap .point-num {
    padding: 10px;
    left: -15px;
    transform: translate(0, -50%);
    border: 4px solid #ED860D;
  }
  #front-point .section-wrap .point-list .uk-flex .item-wrap .point-num h3 {
    font-size: 14px;
  }
  #front-point .section-wrap .point-list .uk-flex .item-wrap .point-box {
    display: flex;
  }
  #front-point .section-wrap .point-list .uk-flex .item-wrap .point-box .point-img {
    width: 45%;
  }
  #front-point .section-wrap .point-list .uk-flex .item-wrap .point-box .point-content {
    min-height: auto;
    width: 55%;
  }
  #front-point .section-wrap .point-list .uk-flex .item-wrap .point-box .point-content .point-icon {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  #front-contact .section-wrap .content {
    padding: 60px 10px;
  }
  #front-contact .section-wrap .content .uk-flex.flex-sp {
    gap: 30px;
  }
  #front-contact .section-wrap .content .uk-flex .flex-item:first-child .uk-flex.sub-flex {
    gap: 0;
  }
  #front-contact .section-wrap .content .uk-flex .flex-item:first-child .uk-flex .sub-item:first-child {
    max-width: unset;
    width: 60%;
    margin: 0 auto;
  }
  #front-contact .section-wrap .content .uk-flex .flex-item:first-child .uk-flex .sub-item:last-child {
    max-width: unset;
    padding: 0;
    order: -1;
  }
  #front-contact .section-wrap .content .uk-flex .flex-item:last-child .contact a::before {
    width: 30px;
    height: 25px;
  }
  #front-news {
    padding: 60px 0;
  }
  #front-news .news-list ul li {
    min-height: 330px;
  }
  #front-about .section-wrap .about-container .uk-flex .flex-item:first-child a.link-btn {
    margin: 0 auto;
  }
  #front-about .section-wrap .about-container .img-block {
    width: auto;
    position: relative;
  }
  #front-about .section-wrap .about-container .img-block::before {
    height: 100%;
  }
  #front-form .section-wrap .uk-grid .item .form .form-container {
    padding: 20px;
  }
  #front-form .section-wrap .uk-grid .item .form .form-container .uk-flex {
    flex-direction: column;
    gap: 10px;
  }
  #front-form .section-wrap .uk-grid .item .form .form-container .uk-flex span.your-hope {
    display: grid;
  }
  #front-form .section-wrap .uk-grid .item .form .form-container .uk-flex .uk-form-controls {
    width: 100%;
    max-width: none;
  }
  #front-form .section-wrap .uk-grid .item .form .form-container .uk-flex .uk-form-controls .wpcf7-list-item {
    margin: 0;
  }
  #front-form .section-wrap .uk-grid .item .form .form-container .uk-flex .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
  }
  #front-form .section-wrap .uk-grid .item .form .form-container .accept .uk-flex {
    flex-direction: unset;
  }
  #front-form .section-wrap .uk-grid .item .form .form-container .morebtn {
    margin-top: 10px;
  }
  #front-form .section-wrap .uk-grid .item .consultation .title .people {
    width: 30%;
  }
  #front-form .section-wrap .uk-grid .item .consultation .content {
    padding: 20px;
  }
  #front-form .section-wrap .uk-grid .item .consultation .content .tel a::before {
    width: 30px;
    height: 25px;
  }
  #front-form .section-wrap .uk-grid .item .consultation .content .tel a h1 {
    font-size: 20px;
  }
  #front-form .section-wrap .uk-grid .item .consultation .content .tel a p {
    text-align: center;
  }
  #front-form .section-wrap .uk-grid .item .consultation .content .contact a::before {
    width: 30px;
    height: 25px;
  }
  #front-form .section-wrap .uk-grid .item .consultation .content .line a::before {
    width: 30px;
    height: 25px;
  }
  #front-form .section-wrap .uk-grid .item .diagnosis .title .icon {
    width: 25%;
    left: -15px;
  }
  #front-form .section-wrap .uk-grid .item .diagnosis .content .uk-flex .flex-item:first-child h2 {
    font-size: 16px;
  }
  #front-works .section-wrap .title-wrap {
    height: 200px;
  }
  #front-works .section-wrap .title-wrap .uk-container .title-block .record-img {
    max-width: 80px;
    top: -3px;
  }
  #front-sign {
    margin: 100px 0;
  }
  #front-sign .section-wrap::before {
    height: 50px;
    top: -50px;
  }
  #front-sign .section-wrap::after {
    height: 50px;
    bottom: -50px;
  }
  #front-sign .section-wrap .sign-list .top-content .uk-flex, #front-sign .section-wrap .sign-list .bottom-content .uk-flex {
    gap: 40px;
  }
  #front-maintenance .section-wrap .title .icon {
    max-width: 100px;
    left: 0;
  }
  #front-maintenance .section-wrap .maintenance-list {
    margin-top: 50px;
  }
  #front-maintenance .section-wrap .maintenance-list .uk-flex {
    gap: 60px;
  }
  #front-maintenance .section-wrap .maintenance-list .uk-flex .flex-item::before {
    right: unset;
    left: 50%;
    top: auto;
    bottom: -60px;
    transform: translateX(-50%) rotate(90deg);
    border-width: 30px 0 30px 30px;
  }
  #front-question .section-wrap .uk-grid .item img {
    max-width: 170px;
    display: block;
    margin: 0 auto;
  }
  #front-question .section-wrap .uk-grid .item h1 {
    font-size: 24px;
  }
  #front-consultation .section-wrap .uk-grid .item a.link-btn {
    padding: 10px 0;
  }
  #front-reform {
    padding: 60px 0;
  }
  #front-reform .section-wrap .reform-menu .uk-grid .item .reform-box .uk-flex .flex-item:first-child h1 {
    font-size: 24px;
  }
  #front-area {
    padding: 60px 0;
  }
  #front-faq {
    margin: 50px 0;
  }
  #front-faq .section-wrap .faq-wrap ul li a {
    padding-left: 10px;
    padding-right: 30px;
  }
  #front-faq .section-wrap .faq-wrap ul li a::before {
    margin-right: 10px;
  }
  #front-faq .section-wrap .faq-wrap ul li a h3 {
    font-size: 20px;
    width: 80%;
  }
  #front-faq .section-wrap .faq-wrap ul li .uk-accordion-content {
    padding-left: 10px;
  }
  #front-faq .section-wrap .faq-wrap ul li .uk-accordion-content h3 {
    font-size: 20px;
  }
  #archive-news .section-wrap .news-list ul {
    gap: 30px;
  }
  #archive-news .section-wrap .news-list ul li {
    width: auto;
    min-height: 440px;
  }
  #archive-news .section-wrap .news-list ul li .news-img-box {
    overflow: hidden;
  }
  #single-form .section-wrap .form .title {
    padding: 10px 0;
  }
  #single-form .section-wrap .form .title .logo {
    width: 95%;
  }
  #single-form .section-wrap .form .form-container {
    padding: 20px;
  }
  #single-form .section-wrap .form .form-container .tel {
    padding: 0;
    width: auto;
  }
  #single-form .section-wrap .form .form-container .tel img {
    max-width: 40px;
    width: auto;
    display: none;
  }
  #single-form .section-wrap .form .form-container .tel h3 {
    font-size: 16px;
  }
  #single-form .section-wrap .form .form-container .tel a {
    padding: 0;
  }
  #single-form .section-wrap .form .form-container .uk-flex {
    flex-direction: column;
    gap: 10px;
  }
  #single-form .section-wrap .form .form-container .uk-flex span.your-hope {
    display: grid;
  }
  #single-form .section-wrap .form .form-container .uk-flex .uk-form-controls {
    width: 100%;
    max-width: none;
  }
  #single-form .section-wrap .form .form-container .uk-flex .uk-form-controls .wpcf7-list-item {
    margin: 0;
  }
  #single-form .section-wrap .form .form-container .accept .uk-flex {
    flex-direction: unset;
    gap: 0;
  }
  #company-access {
    padding: 60px 0;
    margin-top: 60px;
  }
  #company-overview {
    padding-top: 60px;
  }
  #showroom-come .section-wrap .showroom-come-wrap .top-title .deco-l, #showroom-come .section-wrap .showroom-come-wrap .top-title .deco-r {
    max-width: 120px;
  }
  #showroom-come .section-wrap .showroom-come-wrap .top-title .deco-l {
    left: -30px;
  }
  #showroom-come .section-wrap .showroom-come-wrap .top-title .deco-r {
    right: -30px;
  }
  #showroom-form .section-wrap .form .title {
    padding: 10px 0;
  }
  #showroom-form .section-wrap .form .title .logo {
    width: 95%;
  }
  #showroom-form .section-wrap .form .form-container {
    padding: 20px;
  }
  #showroom-form .section-wrap .form .form-container .tel {
    padding: 0;
    width: auto;
  }
  #showroom-form .section-wrap .form .form-container .tel img {
    max-width: 40px;
    width: auto;
    display: none;
  }
  #showroom-form .section-wrap .form .form-container .tel h3 {
    font-size: 16px;
  }
  #showroom-form .section-wrap .form .form-container .tel a {
    padding: 0;
  }
  #showroom-form .section-wrap .form .form-container .uk-flex {
    flex-direction: column;
    gap: 10px;
  }
  #showroom-form .section-wrap .form .form-container .uk-flex span.your-hope {
    display: grid;
  }
  #showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls {
    width: 100%;
    max-width: none;
  }
  #showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls .wpcf7-list-item {
    margin: 0;
  }
  #showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls input, #showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls select {
    width: -webkit-fill-available;
  }
  #showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls input[type=checkbox] {
    width: auto;
  }
  #showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls input[id=your-post] {
    width: 100%;
  }
  #showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls .hope-wrap {
    flex-direction: column;
    margin-bottom: 10px;
  }
  #showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls .hope-wrap .day p {
    flex-direction: column;
  }
  #showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls .hope-wrap .day p br {
    display: none;
  }
  #showroom-form .section-wrap .form .form-container .accept .uk-flex {
    flex-direction: unset;
    gap: 0;
  }
  #contact-form .section-wrap .form .title {
    padding: 10px 0;
  }
  #contact-form .section-wrap .form .title .logo {
    width: 95%;
  }
  #contact-form .section-wrap .form .form-container {
    padding: 20px;
  }
  #contact-form .section-wrap .form .form-container .tel {
    padding: 0;
    width: auto;
  }
  #contact-form .section-wrap .form .form-container .tel img {
    max-width: 40px;
    width: auto;
    display: none;
  }
  #contact-form .section-wrap .form .form-container .tel h3 {
    font-size: 16px;
  }
  #contact-form .section-wrap .form .form-container .tel a {
    padding: 0;
  }
  #contact-form .section-wrap .form .form-container .uk-flex {
    flex-direction: column;
    gap: 10px;
  }
  #contact-form .section-wrap .form .form-container .uk-flex span.your-hope {
    display: grid;
  }
  #contact-form .section-wrap .form .form-container .uk-flex .uk-form-controls {
    width: 100%;
    max-width: none;
  }
  #contact-form .section-wrap .form .form-container .uk-flex .uk-form-controls .wpcf7-list-item {
    margin: 0;
  }
  #contact-form .section-wrap .form .form-container .accept .uk-flex {
    flex-direction: unset;
    gap: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  h1 {
    font-size: 30px;
  }
  .uk-grid {
    row-gap: 40px;
  }
  .flex-sp {
    flex-direction: column !important;
    gap: 20px;
  }
  .flex-sp .flex-item {
    width: auto !important;
  }
  #header .section-wrap .header-top .uk-flex .flex-item.sp-menu .nav_content {
    top: 94px;
  }
  #front-point .section-wrap .deco {
    max-width: 120px;
    top: -40px;
    right: 10px;
  }
  #front-point .section-wrap .point-list .uk-flex {
    gap: 50px;
  }
  #front-point .section-wrap .point-list .uk-flex .item-wrap .point-num {
    padding: 10px;
    left: -15px;
    transform: translate(0, -50%);
    border: 4px solid #ED860D;
  }
  #front-point .section-wrap .point-list .uk-flex .item-wrap .point-box {
    display: flex;
  }
  #front-point .section-wrap .point-list .uk-flex .item-wrap .point-box .point-img {
    width: 45%;
  }
  #front-point .section-wrap .point-list .uk-flex .item-wrap .point-box .point-content {
    min-height: auto;
    width: 55%;
  }
  #front-point .section-wrap .point-list .uk-flex .item-wrap .point-box .point-content .point-icon {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  #front-contact .section-wrap .content {
    padding: 60px 20px;
  }
  #front-contact .section-wrap .content .uk-flex.flex-sp {
    gap: 30px;
  }
  #front-contact .section-wrap .content .uk-flex .flex-item:first-child .uk-flex.sub-flex {
    flex-direction: unset !important;
  }
  #front-news .news-list ul li {
    min-height: 330px;
  }
  #front-about .section-wrap .about-container .img-block {
    width: auto;
    position: relative;
  }
  #front-about .section-wrap .about-container .img-block::before {
    height: 100%;
  }
  #front-form .section-wrap .uk-grid .item .form .form-container .uk-flex {
    flex-direction: column;
    gap: 10px;
  }
  #front-form .section-wrap .uk-grid .item .form .form-container .accept .uk-flex {
    flex-direction: unset;
  }
  #front-works .section-wrap .title-wrap .uk-container .title-block .record-img {
    max-width: 140px;
    top: -3px;
  }
  #front-sign .section-wrap::before {
    height: 50px;
    top: -50px;
  }
  #front-sign .section-wrap::after {
    height: 50px;
    bottom: -50px;
  }
  #front-maintenance .section-wrap .maintenance-list .uk-flex {
    gap: 60px;
  }
  #front-maintenance .section-wrap .maintenance-list .uk-flex .flex-item::before {
    right: unset;
    left: 50%;
    top: auto;
    bottom: -60px;
    transform: translateX(-50%) rotate(90deg);
    border-width: 30px 0 30px 30px;
  }
  #archive-news .section-wrap .news-list ul {
    gap: 40px;
  }
  #single-form .section-wrap .form .title {
    padding: 20px 0;
  }
  #single-form .section-wrap .form .title .logo {
    width: 95%;
  }
  #single-form .section-wrap .form .form-container {
    padding: 20px;
  }
  #single-form .section-wrap .form .form-container .tel {
    padding: 0;
    width: auto;
  }
  #single-form .section-wrap .form .form-container .tel img {
    max-width: 80px;
    width: auto;
    display: none;
  }
  #single-form .section-wrap .form .form-container .uk-flex {
    flex-direction: column;
    gap: 10px;
  }
  #single-form .section-wrap .form .form-container .accept .uk-flex {
    flex-direction: unset;
    gap: 0;
  }
  #showroom-form .section-wrap .form .title {
    padding: 20px 0;
  }
  #showroom-form .section-wrap .form .title .logo {
    width: 95%;
  }
  #showroom-form .section-wrap .form .form-container {
    padding: 20px;
  }
  #showroom-form .section-wrap .form .form-container .tel {
    padding: 0;
    width: auto;
  }
  #showroom-form .section-wrap .form .form-container .tel img {
    max-width: 80px;
    width: auto;
    display: none;
  }
  #showroom-form .section-wrap .form .form-container .uk-flex {
    flex-direction: column;
    gap: 10px;
  }
  #showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls .hope-wrap {
    flex-direction: column;
    margin-bottom: 10px;
  }
  #showroom-form .section-wrap .form .form-container .uk-flex .uk-form-controls .hope-wrap .day p {
    flex-direction: column;
  }
  #showroom-form .section-wrap .form .form-container .accept .uk-flex {
    flex-direction: unset;
    gap: 0;
  }
  #contact-form .section-wrap .form .title {
    padding: 20px 0;
  }
  #contact-form .section-wrap .form .title .logo {
    width: 95%;
  }
  #contact-form .section-wrap .form .form-container {
    padding: 20px;
  }
  #contact-form .section-wrap .form .form-container .tel {
    padding: 0;
    width: auto;
  }
  #contact-form .section-wrap .form .form-container .tel img {
    max-width: 80px;
    width: auto;
    display: none;
  }
  #contact-form .section-wrap .form .form-container .uk-flex {
    flex-direction: column;
    gap: 10px;
  }
  #contact-form .section-wrap .form .form-container .accept .uk-flex {
    flex-direction: unset;
    gap: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  #header .section-wrap .header-top .uk-flex .flex-item.sp-menu .nav_content {
    top: 112px;
  }
  #footer .section-wrap .uk-flex .flex-item:last-child {
    width: 65%;
  }
  #footer .section-wrap .uk-flex .flex-item:last-child ul {
    gap: 30px 15px;
  }
  #front-point .section-wrap .point-list .uk-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 100px 0;
  }
  #front-point .section-wrap .point-list .uk-flex .item {
    width: 45%;
  }
  #front-form .section-wrap .uk-grid .item .consultation .title .people {
    max-width: 120px;
  }
  #front-form .section-wrap .uk-grid .item .diagnosis .content .uk-flex .flex-item:first-child h2 br {
    display: none;
  }
  #front-maintenance .section-wrap .maintenance-list .uk-flex .flex-item::before {
    right: -90px;
  }
  #front-maintenance .section-wrap .maintenance-list .uk-flex .flex-item .content-box .star-box .star-img {
    width: 20%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  #header .section-wrap .header-top .uk-flex .flex-item.tel {
    width: 40%;
  }
  #header .section-wrap .header-top .uk-flex .flex-item.btn {
    width: 50%;
  }
  #front-about .section-wrap .about-container::before {
    max-width: 500px;
  }
  #front-about .section-wrap .about-container .img-block::before {
    max-width: 500px;
  }
  #front-about .section-wrap .about-container .img-block img {
    height: 500px;
  }
  #front-about .section-wrap .about-container .img-block img.boss {
    width: 65%;
    height: 300px;
  }
}
