@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700&family=Sawarabi+Mincho&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/****************************************

          $breakpoint

@include maxs($breakpoint-sp) {}

*****************************************/
/*============================
body
============================*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  font-kerning: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

/*============================
color
============================*/
/*============================
base
============================*/
* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.en, section#faq.faq div.inner div.faq-list div.faq-item div.question::before, section#faq.faq div.inner div.faq-list div.faq-item div.answer::before {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
}

.jp, .sec-ourhistory .history h3 {
  font-family: 'Sawarabi Mincho', serif;
}

@media screen and (min-width: 768px) {
  .jp_pc {
    font-family: 'Sawarabi Mincho', serif;
  }
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

/*============================
extend
============================*/
.base {
  width: 100%;
}

/*============================
vwでのサイズ指定：vw(16)
============================*/
/*============================
wrap
============================*/
#wrap.wrap {
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  #wrap.wrap {
    min-width: auto;
    width: 100%;
  }
}

.anker-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .anker-list {
    margin-top: 8vw;
  }
}
.anker-list a {
  position: relative;
  display: inline-block;
  font-family: 'Sawarabi Mincho', serif;
  font-size: 18px;
  line-height: 1;
  color: #ff612d;
  transition: color .4s ease;
}
@media screen and (min-width: 768px) {
  .anker-list a {
    margin: 0 30px 20px 0;
    padding: 15px 0 13px;
  }
  .anker-list a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    height: 4px;
    background-color: #ff612d;
    transition: all .4s ease;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .anker-list a::before {
    height: 3px;
  }
}
@media screen and (min-width: 768px) {
  .anker-list a:hover {
    color: #fff;
  }
  .anker-list a:hover::before {
    width: calc(100% + 20px);
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .anker-list a {
    font-size: 4.26667vw;
    margin: 0 5.33333vw 2.66667vw 0;
    padding: 4vw 0 3.46667vw;
  }
  .anker-list a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    height: 0.8vw;
    background-color: #ff612d;
    transition: all .4s ease;
    z-index: -1;
  }
}

.btn-wrap {
  display: flex;
  justify-content: center;
}
.btn-wrap a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  font-size: 16px;
  color: #ff612d;
  background-color: #fff;
  border: 1px solid #ff612d;
  transition: all .4s ease;
}
@media screen and (max-width: 768px) {
  .btn-wrap a.btn {
    width: 58.66667vw;
    height: 13.33333vw;
    font-size: 3.73333vw;
  }
}
.btn-wrap a.btn:hover {
  color: #fff;
  background-color: #ff612d;
}

.wp-pagenavi {
  max-width: 1040px;
  margin: 60px auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    padding: 0 5.33333vw;
    margin: 8vw auto;
  }
}
.wp-pagenavi > * {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 0 0 -1px;
  color: #ff612d;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #eff0f1 inset;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi > * {
    width: 8.53333vw;
    height: 8.53333vw;
    font-size: 3.73333vw;
  }
}
.wp-pagenavi > *:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: .4s ease-in-out;
  box-shadow: 0 0 0 1px transparent inset;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi > * {
    transition: .4s ease-in-out;
  }
  .wp-pagenavi > *:hover {
    box-shadow: 0 0 0 1px #ff612d inset;
  }
  .wp-pagenavi > *:hover:after {
    box-shadow: 0 0 0 1px #ff612d inset;
  }
}
.wp-pagenavi .extend {
  pointer-events: none;
  background-color: transparent;
  box-shadow: 0 0 0 0 transparent inset;
  color: #eff0f1;
}
.wp-pagenavi .current {
  color: #ffffff;
  background-color: #ff612d;
  z-index: 1;
  border: 1px solid #ff612d;
}
.wp-pagenavi .current:after {
  box-shadow: 0 0 0 1px #ff612d inset;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 10001;
  background-image: url(../img/loading.png);
  background-position: center center;
  background-size: 128px 128px;
  background-repeat: no-repeat;
}

#fade {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 10000;
}

/*============================
#header
============================*/
header#header.header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
  padding-left: 20px;
  padding-right: 80px;
  margin-bottom: 80px;
  /*============================
  #logo
  ============================*/
  /*============================
  #nav-global
  ============================*/
}
@media screen and (max-width: 768px) {
  header#header.header {
    height: 12.8vw;
    padding-left: 2.66667vw;
    padding-right: 0vw;
    margin-bottom: 0vw;
  }
}
header#header.header h1#logo.logo a,
header#header.header p#logo.logo a {
  transition: opacity .4s ease-in-out;
}
header#header.header h1#logo.logo a img,
header#header.header p#logo.logo a img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 768px) {
  header#header.header h1#logo.logo a img,
  header#header.header p#logo.logo a img {
    width: auto;
    height: 10.13333vw;
  }
}
header#header.header h1#logo.logo a:hover img,
header#header.header p#logo.logo a:hover img {
  opacity: .7;
}
header#header.header nav#nav-global.nav-global {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  header#header.header nav#nav-global.nav-global {
    display: none;
  }
}
header#header.header nav#nav-global.nav-global ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 750px;
  height: 80px;
}
header#header.header nav#nav-global.nav-global ul li {
  margin-right: 40px;
}
header#header.header nav#nav-global.nav-global ul li a {
  position: relative;
  color: #000;
  font-size: 16px;
  font-family: 'Shippori Mincho', serif;
  line-height: 1;
  color: #333;
  transition: color .4s ease-in-out;
  font-feature-settings: "palt" 1;
}
header#header.header nav#nav-global.nav-global ul li a::after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #ff612d;
  transition: width .4s ease-in-out;
}
header#header.header nav#nav-global.nav-global ul li a.current {
  color: #ff612d;
}
header#header.header nav#nav-global.nav-global ul li a.current::after {
  left: 0;
  right: auto;
  width: 100%;
  height: 3px;
}
@media screen and (min-width: 768px) {
  header#header.header nav#nav-global.nav-global ul li a:hover {
    color: #ff612d;
  }
  header#header.header nav#nav-global.nav-global ul li a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
    height: 3px;
  }
}

/*============================
Btn Drawer
============================*/
div#btn-drawer.btn-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #ff612d;
  z-index: 9999;
  cursor: pointer;
  transition: all .3s ease-in-out;
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  div#btn-drawer.btn-drawer {
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 0 0 0 2.66667vw;
  }
}
div#btn-drawer.btn-drawer span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all .3s ease-in-out;
}
@media screen and (max-width: 768px) {
  div#btn-drawer.btn-drawer span {
    width: calc(100% - 20px);
    transform: translate(-45%, -50%) rotate(0deg);
  }
}
div#btn-drawer.btn-drawer span:nth-child(1) {
  top: 33%;
}
div#btn-drawer.btn-drawer span:nth-child(3) {
  top: 67%;
}
@media screen and (min-width: 768px) {
  div#btn-drawer.btn-drawer:hover {
    background-color: #224487;
  }
}
div#btn-drawer.btn-drawer.active {
  background-color: #224487;
}
div#btn-drawer.btn-drawer.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
div#btn-drawer.btn-drawer.active span:nth-child(2) {
  opacity: 0;
}
div#btn-drawer.btn-drawer.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

/*============================
Close Area
============================*/
div#close-area.close-area {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  transition: background-color .4s ease-in-out;
  z-index: 9970;
  background-color: transparent;
  pointer-events: none;
}
div#close-area.close-area.active {
  pointer-events: auto;
  transition: background-color .4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
}

/*============================
Drawer Menu
============================*/
nav#drawer-menu.drawer-menu {
  pointer-events: none;
  position: fixed;
  top: 10px;
  right: 0;
  display: block;
  width: 66%;
  height: 100vh;
  padding: 100px 0 80px;
  transition: all .4s ease-in-out;
  z-index: 9980;
  overflow-y: scroll;
  background-color: #fff;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu {
    width: 100%;
    padding: 16vw 0 5.33333vw;
  }
}
nav#drawer-menu.drawer-menu.active {
  pointer-events: all;
  top: 0;
  opacity: 1;
}
nav#drawer-menu.drawer-menu .inner {
  width: 100%;
  margin: 0 auto;
}
nav#drawer-menu.drawer-menu ul.drawer-list {
  margin: 0 40px;
  padding-bottom: 5px;
  border-bottom: 2px solid #f8f8f8;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu ul.drawer-list {
    margin: 0 5.33333vw;
    padding-bottom: 1.33333vw;
  }
}
nav#drawer-menu.drawer-menu ul.drawer-list > li {
  display: block;
  margin-top: 5px;
  border-top: 2px solid #f8f8f8;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu ul.drawer-list > li {
    margin-top: 1.33333vw;
  }
}
nav#drawer-menu.drawer-menu ul.drawer-list > li > a {
  position: relative;
  display: block;
  margin-top: 5px;
  padding: 15px 30px 15px 15px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu ul.drawer-list > li > a {
    margin-top: 1.33333vw;
    padding: 2.66667vw 5.33333vw 2.66667vw 2.66667vw;
  }
}
nav#drawer-menu.drawer-menu ul.drawer-list > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(-45deg);
  transition: all .4s ease;
}
@media screen and (min-width: 768px) {
  nav#drawer-menu.drawer-menu ul.drawer-list > li > a {
    transition: all .4s ease;
  }
  nav#drawer-menu.drawer-menu ul.drawer-list > li > a:hover {
    background-color: #ff612d;
  }
  nav#drawer-menu.drawer-menu ul.drawer-list > li > a:hover span.jp,
  nav#drawer-menu.drawer-menu ul.drawer-list > li > a:hover span.en {
    color: #fff;
  }
  nav#drawer-menu.drawer-menu ul.drawer-list > li > a:hover::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu ul.drawer-list > li > a {
    padding: 1.33333vw 2.66667vw 2.66667vw 0;
  }
  nav#drawer-menu.drawer-menu ul.drawer-list > li > a::after {
    width: 2.13333vw;
    height: 2.13333vw;
    right: 0;
    margin: 0 2.66667vw;
  }
}
nav#drawer-menu.drawer-menu ul.drawer-list > li > a > span.en {
  display: inline-block;
  font-size: 12px;
  color: #ff612d;
  transition: color .4s ease;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu ul.drawer-list > li > a > span.en {
    font-size: 2.66667vw;
  }
}
nav#drawer-menu.drawer-menu ul.drawer-list > li > a > span.jp {
  display: inline-block;
  margin-top: 6px;
  font-size: 22px;
  color: #333;
  transition: color .4s ease;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu ul.drawer-list > li > a > span.jp {
    font-size: 4.26667vw;
  }
}
nav#drawer-menu.drawer-menu ul.drawer-list ul.drawer-list-sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px 5px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu ul.drawer-list ul.drawer-list-sub {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.33333vw 1.33333vw;
    margin-top: 1.33333vw;
  }
}
nav#drawer-menu.drawer-menu ul.drawer-list ul.drawer-list-sub li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 35px;
  font-size: 14px;
  color: #333;
  background-color: #f8f8f8;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  nav#drawer-menu.drawer-menu ul.drawer-list ul.drawer-list-sub li a {
    transition: all .4s ease;
  }
  nav#drawer-menu.drawer-menu ul.drawer-list ul.drawer-list-sub li a:hover {
    color: #fff;
    background-color: #ff612d;
  }
  nav#drawer-menu.drawer-menu ul.drawer-list ul.drawer-list-sub li a:hover::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu ul.drawer-list ul.drawer-list-sub li a {
    padding: 2.66667vw 0vw 2.66667vw 6.66667vw;
    font-size: 2.66667vw;
    border-radius: 0.8vw;
  }
}
nav#drawer-menu.drawer-menu ul.drawer-list ul.drawer-list-sub li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translateY(-50%) rotate(-45deg);
  transition: all .4s ease;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu ul.drawer-list ul.drawer-list-sub li a::after {
    left: 1.33333vw;
    width: 1.33333vw;
    height: 1.33333vw;
  }
}
nav#drawer-menu.drawer-menu p.copyright {
  padding: 20px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu p.copyright {
    padding: 5.33333vw;
    font-size: 2.66667vw;
  }
}

/*============================
#footer
============================*/
footer#footer.footer {
  background-color: #000;
}
footer#footer.footer ol.breadcrumb {
  display: flex;
  background-color: #333;
}
footer#footer.footer ol.breadcrumb li {
  display: inline-block;
}
footer#footer.footer ol.breadcrumb li + li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-1px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  footer#footer.footer ol.breadcrumb li + li::before {
    width: 1.33333vw;
    height: 1.33333vw;
  }
}
footer#footer.footer ol.breadcrumb li a {
  display: inline-block;
  padding: 20px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  transition: color .4s ease;
}
@media screen and (min-width: 768px) {
  footer#footer.footer ol.breadcrumb li a:hover {
    color: #ff612d;
  }
}
@media screen and (max-width: 768px) {
  footer#footer.footer ol.breadcrumb li a {
    padding: 2.66667vw;
    font-size: 3.2vw;
  }
}
footer#footer.footer div.col-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer#footer.footer div.col-wrap {
    display: block;
  }
}
footer#footer.footer div.col-wrap div.col.detail {
  padding: 30px 60px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer#footer.footer div.col-wrap div.col.detail {
    padding: 20px 20px 20px;
  }
}
footer#footer.footer div.col-wrap div.col.detail a.logo-footer {
  display: block;
  width: 244px;
  height: auto;
  transition: opacity .4s ease-in-out;
}
footer#footer.footer div.col-wrap div.col.detail a.logo-footer:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  footer#footer.footer div.col-wrap div.col.detail a.logo-footer {
    margin: 0 auto;
    width: 53.33333vw;
  }
}
footer#footer.footer div.col-wrap div.col.detail p.address {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  footer#footer.footer div.col-wrap div.col.detail p.address {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 5.33333vw;
    text-align: center;
  }
}
footer#footer.footer div.col-wrap div.col.detail ul.sns-list {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  footer#footer.footer div.col-wrap div.col.detail ul.sns-list {
    margin: 2.66667vw auto;
  }
}
footer#footer.footer div.col-wrap div.col.detail ul.sns-list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  footer#footer.footer div.col-wrap div.col.detail ul.sns-list li + li {
    margin-top: 2.66667vw;
  }
}
footer#footer.footer div.col-wrap div.col.detail ul.sns-list li a {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer#footer.footer div.col-wrap div.col.detail ul.sns-list li a {
    transition: color .4s ease-in-out;
  }
  footer#footer.footer div.col-wrap div.col.detail ul.sns-list li a:hover {
    color: #ff612d;
  }
  footer#footer.footer div.col-wrap div.col.detail ul.sns-list li a:hover::before {
    background-color: #ff612d;
  }
}
@media screen and (max-width: 768px) {
  footer#footer.footer div.col-wrap div.col.detail ul.sns-list li a {
    font-size: 3.2vw;
  }
}
footer#footer.footer div.col-wrap div.col.detail ul.sns-list li a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-color: #fff;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  transition: all .4s ease-in-out;
}
footer#footer.footer div.col-wrap div.col.detail ul.sns-list li a.btn-map::before {
  background-image: url(../img/footer/ico-map.png);
}
footer#footer.footer div.col-wrap div.col.detail ul.sns-list li a.btn-facebook::before {
  background-image: url(../img/footer/ico-facebook.png);
}
footer#footer.footer div.col-wrap div.col.detail ul.sns-list li a.btn-instagram::before {
  background-image: url(../img/footer/ico-instagram.png);
}
footer#footer.footer div.col-wrap div.col.detail ul.sns-list li a.btn-youtube::before {
  background-image: url(../img/footer/ico-youtube.png);
}
footer#footer.footer div.col-wrap div.col.detail p.copyright {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer#footer.footer div.col-wrap div.col.detail p.copyright {
    width: 100%;
    font-size: 2.66667vw;
    margin-top: 5.33333vw;
    text-align: center;
  }
}
footer#footer.footer div.col-wrap div.col.nav {
  margin: 60px 60px 80px;
  display: flex;
  justify-content: space-between;
  min-width: 750px;
}
@media screen and (max-width: 768px) {
  footer#footer.footer div.col-wrap div.col.nav {
    display: none;
  }
}
footer#footer.footer div.col-wrap div.col.nav ul.footer-list + ul {
  margin-left: 30px;
}
footer#footer.footer div.col-wrap div.col.nav ul.footer-list li + li {
  margin-top: 40px;
}
footer#footer.footer div.col-wrap div.col.nav ul.footer-list li a {
  font-feature-settings: "palt" 1;
}
footer#footer.footer div.col-wrap div.col.nav ul.footer-list li a span {
  transition: color .4s ease-in-out;
}
footer#footer.footer div.col-wrap div.col.nav ul.footer-list li a span.en {
  display: block;
  font-size: 10px;
  color: #bbb;
}
footer#footer.footer div.col-wrap div.col.nav ul.footer-list li a span.jp {
  margin-top: 7px;
  display: block;
  font-size: 15px;
  color: #fff;
}
footer#footer.footer div.col-wrap div.col.nav ul.footer-list li a:hover span.en,
footer#footer.footer div.col-wrap div.col.nav ul.footer-list li a:hover span.jp {
  color: #ff612d;
}
footer#footer.footer div.col-wrap div.col.nav ul.footer-list li ul.footer-list-sub li {
  margin-top: 13px;
}
footer#footer.footer div.col-wrap div.col.nav ul.footer-list li ul.footer-list-sub li a {
  font-size: 14px;
  color: #fff;
  font-feature-settings: "palt" 1;
  transition: color .4s ease-in-out;
}
footer#footer.footer div.col-wrap div.col.nav ul.footer-list li ul.footer-list-sub li a:hover {
  color: #ff612d;
}
footer#footer.footer div.col-wrap div.col.nav ul.footer-list li ul.footer-list-sub li a::before {
  content: "- ";
}

/*============================
#main
============================*/
main#main.main {
  /*============================
  #top
  ============================*/
}
main#main.main article#top.top {
  /*============================
  #top-cover
  ============================*/
  /*============================
  #top-about
  ============================*/
  /*============================
  #top-bw
  ============================*/
  /*============================
  #top-repair
  ============================*/
  /*============================
  #top-contact
  ============================*/
}
main#main.main article#top.top section#top-about.top-about div.inner div.col.detail a, main#main.main article#top.top section#top-bw.top-bw div.col.detail a,
main#main.main article#top.top section#top-pro.top-pro div.col.detail a, main#main.main article#top.top section#top-repair.top-repair div.col.detail a, main#main.main article#top.top section#top-contact.top-contact div.col.detail a {
  position: relative;
  display: inline-block;
  margin-top: 60px;
  padding-bottom: 15px;
  font-family: 'Sawarabi Mincho', serif;
  font-size: 22px;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-about.top-about div.inner div.col.detail a, main#main.main article#top.top section#top-bw.top-bw div.col.detail a,
  main#main.main article#top.top section#top-pro.top-pro div.col.detail a, main#main.main article#top.top section#top-repair.top-repair div.col.detail a, main#main.main article#top.top section#top-contact.top-contact div.col.detail a {
    font-size: 4.26667vw;
    margin-top: 8vw;
    padding-bottom: 10px;
  }
}
main#main.main article#top.top section#top-about.top-about div.inner div.col.detail a::before, main#main.main article#top.top section#top-bw.top-bw div.col.detail a::before,
main#main.main article#top.top section#top-pro.top-pro div.col.detail a::before, main#main.main article#top.top section#top-repair.top-repair div.col.detail a::before, main#main.main article#top.top section#top-contact.top-contact div.col.detail a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-about.top-about div.inner div.col.detail a::before, main#main.main article#top.top section#top-bw.top-bw div.col.detail a::before,
  main#main.main article#top.top section#top-pro.top-pro div.col.detail a::before, main#main.main article#top.top section#top-repair.top-repair div.col.detail a::before, main#main.main article#top.top section#top-contact.top-contact div.col.detail a::before {
    height: 2px;
  }
}
main#main.main article#top.top section#top-about.top-about div.inner div.col.detail a::after, main#main.main article#top.top section#top-bw.top-bw div.col.detail a::after,
main#main.main article#top.top section#top-pro.top-pro div.col.detail a::after, main#main.main article#top.top section#top-repair.top-repair div.col.detail a::after, main#main.main article#top.top section#top-contact.top-contact div.col.detail a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 0;
  height: 3px;
  background-color: #ff612d;
  transition: width .4s ease-in-out;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-about.top-about div.inner div.col.detail a::after, main#main.main article#top.top section#top-bw.top-bw div.col.detail a::after,
  main#main.main article#top.top section#top-pro.top-pro div.col.detail a::after, main#main.main article#top.top section#top-repair.top-repair div.col.detail a::after, main#main.main article#top.top section#top-contact.top-contact div.col.detail a::after {
    height: 2px;
  }
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-about.top-about div.inner div.col.detail a, main#main.main article#top.top section#top-bw.top-bw div.col.detail a,
  main#main.main article#top.top section#top-pro.top-pro div.col.detail a, main#main.main article#top.top section#top-repair.top-repair div.col.detail a, main#main.main article#top.top section#top-contact.top-contact div.col.detail a {
    transition: color .4s ease-in-out;
  }
  main#main.main article#top.top section#top-about.top-about div.inner div.col.detail a:hover, main#main.main article#top.top section#top-bw.top-bw div.col.detail a:hover,
  main#main.main article#top.top section#top-pro.top-pro div.col.detail a:hover, main#main.main article#top.top section#top-repair.top-repair div.col.detail a:hover, main#main.main article#top.top section#top-contact.top-contact div.col.detail a:hover {
    color: #ff612d;
  }
  main#main.main article#top.top section#top-about.top-about div.inner div.col.detail a:hover::after, main#main.main article#top.top section#top-bw.top-bw div.col.detail a:hover::after,
  main#main.main article#top.top section#top-pro.top-pro div.col.detail a:hover::after, main#main.main article#top.top section#top-repair.top-repair div.col.detail a:hover::after, main#main.main article#top.top section#top-contact.top-contact div.col.detail a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-cover.top-cover {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-cover.top-cover {
    position: relative;
    margin-left: 5.33333vw;
    margin-top: 2.66667vw;
    overflow: hidden;
    border-radius: 2.66667vw 0 0 2.66667vw;
  }
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-cover.top-cover div.background-img {
    width: calc(100% - 80px);
    height: 640px;
    margin-left: auto;
    background-image: url(../img/top/pic-top-cover.jpg), linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
    background-size: cover;
    background-position: center center;
    border-radius: 30px 0 0 30px;
    background-blend-mode: screen;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-cover.top-cover div.background-img {
    width: calc(100vw - 5.33333vw);
    height: 88vh;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/top/pic-top-cover.jpg);
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: darken;
    animation: bgiLoop 90s ease-in-out infinite;
  }
  @keyframes bgiLoop {
    0% {
      background-position: left center;
    }
    50% {
      background-position: right center;
    }
    100% {
      background-position: left center;
    }
  }
  @supports (-webkit-touch-callout: none) {
    main#main.main article#top.top section#top-cover.top-cover div.background-img {
      height: -webkit-fill-available;
    }
  }
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-cover.top-cover div.background-img div.copy {
    position: absolute;
    top: 50px;
    left: 40px;
    font-size: 70px;
    line-height: 1.3;
    color: #000;
    font-family: 'Sawarabi Mincho', serif;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-cover.top-cover div.background-img div.copy {
    position: absolute;
    top: 50%;
    left: 4vw;
    transform: translateY(-50%);
    font-size: 12.8vw;
    line-height: 1.5;
    color: #fff;
    font-family: 'Sawarabi Mincho', serif;
  }
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-cover.top-cover div.topics {
    display: flex;
    width: 750px;
    margin-top: -40px;
    margin-left: auto;
    background-color: #f4f6f8;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics h2.ttl-topics {
    width: 180px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0 30px 30px;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics h2.ttl-topics::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: calc(100% - 40px);
    background-color: #fff;
    transform: translateY(-50%);
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics h2.ttl-topics span.en {
    display: block;
    color: #ff612d;
    font-size: 12px;
    font-weight: 700;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics h2.ttl-topics span.jp {
    display: block;
    margin-top: 10px;
    font-size: 28px;
    line-height: 1;
    font-family: 'Sawarabi Mincho', serif;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics ul.topics-list {
    padding: 30px 30px;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics ul.topics-list li + li {
    margin-top: 20px;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics ul.topics-list li a {
    display: flex;
    color: #000;
    transition: color .4s ease-in-out;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics ul.topics-list li a span.date {
    font-size: 16px;
    margin-right: 15px;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics ul.topics-list li a span.title {
    font-size: 15px;
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics ul.topics-list li a:hover {
    color: #ff612d;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-cover.top-cover div.topics {
    position: absolute;
    bottom: 5.33333vw;
    right: 0;
    width: calc(100vw - 10.66666vw);
    background-color: #f4f6f8;
    border-radius: 1.33333vw 0 0 1.33333vw;
    display: flex;
    align-items: center;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics h2.ttl-topics {
    min-width: 21.33333vw;
    position: relative;
    display: flex;
    align-items: center;
    padding: 2.66667vw 2.66667vw;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics h2.ttl-topics::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
    transform: translateY(-50%);
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics h2.ttl-topics span.en {
    display: block;
    color: #ff612d;
    font-size: 2.66667vw;
    font-weight: 700;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics h2.ttl-topics span.jp {
    display: block;
    margin-top: 1.33333vw;
    font-size: 3.2vw;
    line-height: 1;
    font-family: 'Sawarabi Mincho', serif;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics ul.topics-list {
    width: calc(100% - vw(80));
    padding: 2.66667vw 2.66667vw;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics ul.topics-list li + li {
    display: none;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics ul.topics-list li a {
    color: #000;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics ul.topics-list li a span.date {
    display: block;
    font-size: 2.66667vw;
  }
  main#main.main article#top.top section#top-cover.top-cover div.topics ul.topics-list li a span.title {
    max-width: 64vw;
    margin-top: 1.33333vw;
    font-size: 2.66667vw;
  }
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-about.top-about {
    display: flex;
    justify-content: center;
    margin-top: 200px;
    transition: all .4s ease;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-about.top-about {
    margin-top: 26.66667vw;
  }
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-about.top-about div.inner {
    display: flex;
    justify-content: center;
  }
}
main#main.main article#top.top section#top-about.top-about div.inner div.col.ttl h2.ttl-about {
  letter-spacing: .01em;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-about.top-about div.inner div.col.ttl h2.ttl-about {
    margin: 0 5.33333vw;
    text-align: center;
  }
}
main#main.main article#top.top section#top-about.top-about div.inner div.col.ttl h2.ttl-about span.en {
  display: block;
  color: #ff612d;
  font-size: 24px;
  letter-spacing: .05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-about.top-about div.inner div.col.ttl h2.ttl-about span.en {
    font-size: 4.26667vw;
  }
}
main#main.main article#top.top section#top-about.top-about div.inner div.col.ttl h2.ttl-about span.jp {
  display: block;
  margin-top: 10px;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-about.top-about div.inner div.col.ttl h2.ttl-about span.jp {
    font-size: 9.6vw;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-about.top-about div.inner div.col.detail {
    margin-left: 80px;
  }
}
main#main.main article#top.top section#top-about.top-about div.inner div.col.detail p {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 22px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-about.top-about div.inner div.col.detail p {
    margin: 5.33333vw 8vw 0;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-about.top-about div.inner div.col.detail .btn-more {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-about.top-about div.inner div.col.detail a {
    margin: 10.66667vw 8vw 0;
  }
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-bw.top-bw,
  main#main.main article#top.top section#top-pro.top-pro {
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-bw.top-bw,
  main#main.main article#top.top section#top-pro.top-pro {
    margin-top: 26.66667vw;
  }
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-bw.top-bw div.col.photo,
  main#main.main article#top.top section#top-pro.top-pro div.col.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 150px);
    height: 600px;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-bw.top-bw div.col.photo,
  main#main.main article#top.top section#top-pro.top-pro div.col.photo {
    display: block;
    width: calc(100vw - 5.33333vw);
    height: 100vw;
    border-radius: 0 2.66667vw 2.66667vw 0;
    overflow: hidden;
  }
}
main#main.main article#top.top section#top-bw.top-bw div.col.photo .image-bw,
main#main.main article#top.top section#top-pro.top-pro div.col.photo .image-bw {
  background-image: url(../img/top/pic-top-bw.jpg);
}
main#main.main article#top.top section#top-bw.top-bw div.col.photo .image-pro,
main#main.main article#top.top section#top-pro.top-pro div.col.photo .image-pro {
  background-image: url(../img/top/pic-top-pro.jpg);
}
main#main.main article#top.top section#top-bw.top-bw div.col.photo .image,
main#main.main article#top.top section#top-pro.top-pro div.col.photo .image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-bw.top-bw div.col.photo .image::before,
  main#main.main article#top.top section#top-pro.top-pro div.col.photo .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(202, 210, 221, 0) 0%, rgba(202, 210, 221, 0) 75%, #cad2dd 100%);
    background: -webkit-linear-gradient(left, rgba(202, 210, 221, 0) 0%, rgba(202, 210, 221, 0) 75%, #cad2dd 100%);
    background: linear-gradient(to right, rgba(202, 210, 221, 0) 0%, rgba(202, 210, 221, 0) 75%, #cad2dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cad2dd', endColorstr='#cad2dd',GradientType=1 );
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-bw.top-bw div.col.photo .image,
  main#main.main article#top.top section#top-pro.top-pro div.col.photo .image {
    background-position: left center;
  }
  main#main.main article#top.top section#top-bw.top-bw div.col.photo .image::before,
  main#main.main article#top.top section#top-pro.top-pro div.col.photo .image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33vw;
  }
}
main#main.main article#top.top section#top-bw.top-bw div.col.photo .image::after,
main#main.main article#top.top section#top-pro.top-pro div.col.photo .image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #ff612d;
  transition: width .4s ease .8s;
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-bw.top-bw div.col.detail,
  main#main.main article#top.top section#top-pro.top-pro div.col.detail {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 60px);
    height: 600px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-bw.top-bw div.col.detail,
  main#main.main article#top.top section#top-pro.top-pro div.col.detail {
    position: relative;
    margin-top: -25vw;
  }
}
main#main.main article#top.top section#top-bw.top-bw div.col.detail h2.ttl-bw,
main#main.main article#top.top section#top-pro.top-pro div.col.detail h2.ttl-bw {
  letter-spacing: .01em;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-bw.top-bw div.col.detail h2.ttl-bw,
  main#main.main article#top.top section#top-pro.top-pro div.col.detail h2.ttl-bw {
    margin: 0 8vw;
  }
}
main#main.main article#top.top section#top-bw.top-bw div.col.detail h2.ttl-bw span.en,
main#main.main article#top.top section#top-pro.top-pro div.col.detail h2.ttl-bw span.en {
  display: block;
  color: #ff612d;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-bw.top-bw div.col.detail h2.ttl-bw span.en,
  main#main.main article#top.top section#top-pro.top-pro div.col.detail h2.ttl-bw span.en {
    font-size: 4.26667vw;
  }
}
main#main.main article#top.top section#top-bw.top-bw div.col.detail h2.ttl-bw span.jp,
main#main.main article#top.top section#top-pro.top-pro div.col.detail h2.ttl-bw span.jp {
  display: block;
  margin-top: 5px;
  font-size: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-bw.top-bw div.col.detail h2.ttl-bw span.jp,
  main#main.main article#top.top section#top-pro.top-pro div.col.detail h2.ttl-bw span.jp {
    font-size: 9.6vw;
    line-height: 1.3;
  }
}
main#main.main article#top.top section#top-bw.top-bw div.col.detail p,
main#main.main article#top.top section#top-pro.top-pro div.col.detail p {
  margin-top: 40px;
  font-family: 'Sawarabi Mincho', serif;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-bw.top-bw div.col.detail p,
  main#main.main article#top.top section#top-pro.top-pro div.col.detail p {
    margin: 5.33333vw 8vw 0;
    font-size: 4.26667vw;
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-bw.top-bw div.col.detail a,
  main#main.main article#top.top section#top-pro.top-pro div.col.detail a {
    margin: 10.66667vw 8vw 0;
  }
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-repair.top-repair {
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-repair.top-repair {
    margin-top: 26.66667vw;
  }
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-repair.top-repair div.col.photo {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 150px);
    height: 600px;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-repair.top-repair div.col.photo {
    display: block;
    width: calc(100vw - 5.33333vw);
    height: 100vw;
    margin-left: 5.33333vw;
    border-radius: 2.66667vw 0 0 2.66667vw;
    overflow: hidden;
  }
}
main#main.main article#top.top section#top-repair.top-repair div.col.photo .image {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/pic-top-repair.jpg);
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-repair.top-repair div.col.photo .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, #d7d9de 0%, rgba(215, 217, 222, 0) 25%, rgba(215, 217, 222, 0) 100%);
    background: -webkit-linear-gradient(left, #d7d9de 0%, rgba(215, 217, 222, 0) 25%, rgba(215, 217, 222, 0) 100%);
    background: linear-gradient(to right, #d7d9de 0%, rgba(215, 217, 222, 0) 25%, rgba(215, 217, 222, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d9de', endColorstr='#00d7d9de',GradientType=1 );
  }
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-repair.top-repair div.col.detail {
    position: absolute;
    top: 0;
    left: 60px;
    width: calc(50% - 60px);
    height: 600px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-repair.top-repair div.col.detail {
    position: relative;
    margin-top: -25vw;
  }
}
main#main.main article#top.top section#top-repair.top-repair div.col.detail h2.ttl-repair {
  letter-spacing: .01em;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-repair.top-repair div.col.detail h2.ttl-repair {
    margin: 0 8vw;
    text-align: right;
  }
}
main#main.main article#top.top section#top-repair.top-repair div.col.detail h2.ttl-repair span.en {
  display: block;
  color: #ff612d;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-repair.top-repair div.col.detail h2.ttl-repair span.en {
    font-size: 4.26667vw;
  }
}
main#main.main article#top.top section#top-repair.top-repair div.col.detail h2.ttl-repair span.jp {
  display: block;
  margin-top: 5px;
  font-size: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-repair.top-repair div.col.detail h2.ttl-repair span.jp {
    font-size: 9.6vw;
    line-height: 1.3;
  }
}
main#main.main article#top.top section#top-repair.top-repair div.col.detail p {
  margin-top: 40px;
  font-family: 'Sawarabi Mincho', serif;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-repair.top-repair div.col.detail p {
    margin: 5.33333vw 8vw 0;
    font-size: 4.26667vw;
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-repair.top-repair div.col.detail .btn-more {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-repair.top-repair div.col.detail a {
    margin: 10.66667vw 8vw 0;
  }
}
main#main.main article#top.top section#top-contact.top-contact {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-contact.top-contact {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
    padding: 200px 0;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-contact.top-contact {
    width: 100%;
    margin-top: 13.33333vw;
    padding: 26.66667vw 0;
  }
}
main#main.main article#top.top section#top-contact.top-contact div.col.photo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
main#main.main article#top.top section#top-contact.top-contact div.col.photo .image {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/bg-top-contact.jpg);
  background-size: cover;
  background-position: center center;
}
main#main.main article#top.top section#top-contact.top-contact div.col.photo .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 99%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 99%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
main#main.main article#top.top section#top-contact.top-contact div.col.detail {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  main#main.main article#top.top section#top-contact.top-contact div.col.detail {
    display: flex;
    align-items: center;
    text-align: center;
  }
}
main#main.main article#top.top section#top-contact.top-contact div.col.detail h2.ttl-repair {
  letter-spacing: .01em;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-contact.top-contact div.col.detail h2.ttl-repair {
    margin: 0 2.66667vw;
    text-align: center;
  }
}
main#main.main article#top.top section#top-contact.top-contact div.col.detail h2.ttl-repair span.en {
  display: block;
  color: #ff612d;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-contact.top-contact div.col.detail h2.ttl-repair span.en {
    font-size: 4.26667vw;
  }
}
main#main.main article#top.top section#top-contact.top-contact div.col.detail h2.ttl-repair span.jp {
  display: block;
  margin-top: 5px;
  font-size: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-contact.top-contact div.col.detail h2.ttl-repair span.jp {
    font-size: 9.6vw;
    line-height: 1.3;
  }
}
main#main.main article#top.top section#top-contact.top-contact div.col.detail p {
  margin-top: 40px;
  font-family: 'Sawarabi Mincho', serif;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-contact.top-contact div.col.detail p {
    margin: 10.66667vw 8vw 0;
    font-size: 4.26667vw;
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-contact.top-contact div.col.detail .btn-more {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  main#main.main article#top.top section#top-contact.top-contact div.col.detail a {
    margin: 10.66667vw 8vw 0;
  }
}

.scroll {
  opacity: 0;
  transform: translateY(10px);
  transition: all .4s ease .8s;
}
.scroll.show {
  opacity: 1;
  transform: translateY(0);
}

article#prosessing.prosessing,
article#burnerworks.burnerworks,
article#repair_order.repair_order,
article#about.about-arap,
article#contact.contact-arap {
  padding-bottom: 100px;
}

/*============================

============================*/
header.article-head {
  position: relative;
  width: 100%;
}
header.article-head[class*="bg-"] {
  height: 480px;
}
@media screen and (max-width: 768px) {
  header.article-head[class*="bg-"] {
    height: 100vw;
    margin-top: 2.66667vw;
  }
  header.article-head[class*="bg-"] .inner {
    padding: 0 5.33333vw 5.33333vw;
  }
}
header.article-head[class*="bg-"]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - (((100% - 1040px) / 2) + 200px ));
  height: 100%;
  border-radius: 50px 0 0 50px;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  header.article-head[class*="bg-"]::before {
    animation: bgiLoop 60s linear infinite;
  }
}
@keyframes bgiLoop {
  0% {
    background-position: left center;
  }
  50% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
header.article-head.bg-contact::before {
  background-image: url(../img/contact/bg-contact.jpg);
}
header.article-head.bg-prosessing::before {
  background-image: url(../img/prosessing/bg-processing.jpg);
}
header.article-head.bg-repair_order::before {
  background-image: url(../img/repairorder/bg-repair_order.jpg);
}
header.article-head.bg-burnerworks::before {
  background-image: url(../img/burnerworks/bg-burnerworks.jpg);
}
header.article-head .inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: 1040px;
  height: 100%;
  margin: 120px auto 0;
  padding: 0 20px 40px;
}
@media screen and (max-width: 768px) {
  header.article-head .inner {
    margin: 0 auto 0;
    padding: 16vw 5.33333vw 5.33333vw;
  }
}
header.article-head .inner h1.ttl-article {
  letter-spacing: .01em;
}
@media screen and (max-width: 768px) {
  header.article-head .inner h1.ttl-article {
    margin: 0;
  }
}
header.article-head .inner h1.ttl-article span.en {
  display: block;
  color: #ff612d;
  font-size: 20px;
  letter-spacing: .05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  header.article-head .inner h1.ttl-article span.en {
    font-size: 4.26667vw;
  }
}
header.article-head .inner h1.ttl-article span.jp {
  display: block;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  header.article-head .inner h1.ttl-article span.jp {
    margin-top: 1.06667vw;
    font-size: 9.6vw;
    line-height: 1.3;
  }
}

/*============================

============================*/
section.sec-page-read {
  max-width: 1040px;
  margin: 60px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  section.sec-page-read {
    margin: 8vw auto 0;
    padding: 0 5.33333vw;
  }
}
section.sec-page-read p {
  max-width: 790px;
  margin: 30px 0 0;
  padding: 0 0;
  font-size: 18px;
  line-height: 2;
  font-family: 'Sawarabi Mincho', serif;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  section.sec-page-read p {
    margin: 4vw 0 0;
    font-size: 4.26667vw;
    line-height: 1.8;
  }
}

/*============================

============================*/
section.sec-prosessing,
section.sec-repair_order {
  width: 100%;
  margin: 100px 0;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing,
  section.sec-repair_order {
    margin: 13.33333vw 0;
    padding: 5.33333vw 0 13.33333vw;
  }
}
section.sec-prosessing:nth-child(odd),
section.sec-repair_order:nth-child(odd) {
  background-color: #f4f6f8;
}
section.sec-prosessing:nth-child(odd) div.sec-read .col h2.ttl-read::before,
section.sec-repair_order:nth-child(odd) div.sec-read .col h2.ttl-read::before {
  color: #f4f6f8;
}
section.sec-prosessing div.sec-read,
section.sec-repair_order div.sec-read {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  section.sec-prosessing div.sec-read,
  section.sec-repair_order div.sec-read {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.sec-read,
  section.sec-repair_order div.sec-read {
    padding: 0 5.33333vw;
  }
}
@media screen and (min-width: 768px) {
  section.sec-prosessing div.sec-read .col,
  section.sec-repair_order div.sec-read .col {
    width: 50%;
  }
  section.sec-prosessing div.sec-read .col.detail,
  section.sec-repair_order div.sec-read .col.detail {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 60px;
  }
}
section.sec-prosessing div.sec-read .col figure,
section.sec-repair_order div.sec-read .col figure {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.sec-read .col figure,
  section.sec-repair_order div.sec-read .col figure {
    border-radius: 0 2.66667vw 2.66667vw 0;
    margin-left: -5.33333vw;
  }
}
section.sec-prosessing div.sec-read .col h2.ttl-read,
section.sec-repair_order div.sec-read .col h2.ttl-read {
  position: relative;
  font-size: 36px;
  line-height: 1;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.sec-read .col h2.ttl-read,
  section.sec-repair_order div.sec-read .col h2.ttl-read {
    margin-top: 12vw;
    font-size: 6.4vw;
  }
}
section.sec-prosessing div.sec-read .col h2.ttl-read::before,
section.sec-repair_order div.sec-read .col h2.ttl-read::before {
  content: attr(data-titEn);
  position: absolute;
  top: -.6em;
  left: -24px;
  font-size: 64px;
  letter-spacing: .05em;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #fff;
  opacity: .3;
  z-index: -1;
  text-shadow: 1px 1px #ff612d, -1px -1px #ff612d, 1px -1px #ff612d, -1px 1px #ff612d;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.sec-read .col h2.ttl-read::before,
  section.sec-repair_order div.sec-read .col h2.ttl-read::before {
    top: -9.06667vw;
    left: -2.66667vw;
    font-size: 12.8vw;
  }
}
section.sec-prosessing div.sec-read .col h2.ttl-read + p,
section.sec-repair_order div.sec-read .col h2.ttl-read + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.sec-read .col h2.ttl-read + p,
  section.sec-repair_order div.sec-read .col h2.ttl-read + p {
    margin-top: 4vw;
  }
}
section.sec-prosessing div.sec-read .col p,
section.sec-repair_order div.sec-read .col p {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  section.sec-prosessing div.sec-read .col p,
  section.sec-repair_order div.sec-read .col p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.sec-read .col p,
  section.sec-repair_order div.sec-read .col p {
    margin: 2.66667vw 0 0;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}
section.sec-prosessing div.sec-read .col p.note,
section.sec-repair_order div.sec-read .col p.note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.sec-read .col p.note,
  section.sec-repair_order div.sec-read .col p.note {
    margin-top: 2.66667vw;
    font-size: 3.73333vw;
  }
}
section.sec-prosessing div.col1,
section.sec-repair_order div.col1 {
  max-width: 1040px;
  margin: 80px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.col1,
  section.sec-repair_order div.col1 {
    margin: 10.66667vw auto 0;
    padding: 0 5.33333vw;
  }
}
section.sec-prosessing div.col1 p,
section.sec-repair_order div.col1 p {
  max-width: 750px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.col1 p,
  section.sec-repair_order div.col1 p {
    font-size: 3.73333vw;
    line-height: 1.6;
  }
}
section.sec-prosessing div.col2,
section.sec-repair_order div.col2 {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: 80px auto 0;
  padding: 0 20px;
}
section.sec-prosessing div.col2 div.col,
section.sec-repair_order div.col2 div.col {
  width: calc(50% - 20px);
}
section.sec-prosessing div.col2 div.col h3,
section.sec-repair_order div.col2 div.col h3 {
  font-size: 30px;
  line-height: 1;
}
section.sec-prosessing div.col2 div.col p,
section.sec-repair_order div.col2 div.col p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.col2 div.col p,
  section.sec-repair_order div.col2 div.col p {
    font-size: 3.73333vw;
    line-height: 1.6;
  }
}
section.sec-prosessing div.col3,
section.sec-repair_order div.col3 {
  max-width: 1040px;
  margin: 80px auto 0;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  section.sec-prosessing div.col3,
  section.sec-repair_order div.col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.col3,
  section.sec-repair_order div.col3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5.33333vw 5.33333vw;
    margin: 10.66667vw auto 0;
    padding: 0 5.33333vw;
  }
}
section.sec-prosessing div.col3 div.col figure,
section.sec-repair_order div.col3 div.col figure {
  overflow: hidden;
  border-radius: 10px;
}
section.sec-prosessing div.col3 div.col h3,
section.sec-repair_order div.col3 div.col h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.col3 div.col h3,
  section.sec-repair_order div.col3 div.col h3 {
    margin-top: 2.66667vw;
    font-size: 4.8vw;
  }
}
section.sec-prosessing div.col3 div.col p,
section.sec-repair_order div.col3 div.col p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.col3 div.col p,
  section.sec-repair_order div.col3 div.col p {
    margin-top: 1.33333vw;
    font-size: 3.73333vw;
    line-height: 1.6;
  }
}
section.sec-prosessing div.step,
section.sec-repair_order div.step {
  max-width: 1040px;
  margin: 80px auto 0;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  section.sec-prosessing div.step,
  section.sec-repair_order div.step {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 60px;
  }
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.step,
  section.sec-repair_order div.step {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5.33333vw 5.33333vw;
    margin: 10.66667vw auto 0;
    padding: 0 5.33333vw;
  }
}
section.sec-prosessing div.step.white div.col::after,
section.sec-repair_order div.step.white div.col::after {
  color: #000;
  background-color: #fff;
}
section.sec-prosessing div.step div.col,
section.sec-repair_order div.step div.col {
  position: relative;
}
section.sec-prosessing div.step div.col::after,
section.sec-repair_order div.step div.col::after {
  position: absolute;
  top: -24px;
  left: -24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  background-color: #000;
  border-radius: 50%;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.step div.col::after,
  section.sec-repair_order div.step div.col::after {
    top: -3.2vw;
    left: -3.2vw;
    width: 6.4vw;
    height: 6.4vw;
    font-size: 3.73333vw;
  }
}
section.sec-prosessing div.step div.col:nth-child(1)::after,
section.sec-repair_order div.step div.col:nth-child(1)::after {
  content: "01";
}
section.sec-prosessing div.step div.col:nth-child(2)::after,
section.sec-repair_order div.step div.col:nth-child(2)::after {
  content: "02";
}
section.sec-prosessing div.step div.col:nth-child(3)::after,
section.sec-repair_order div.step div.col:nth-child(3)::after {
  content: "03";
}
section.sec-prosessing div.step div.col:nth-child(4)::after,
section.sec-repair_order div.step div.col:nth-child(4)::after {
  content: "04";
}
section.sec-prosessing div.step div.col:nth-child(5)::after,
section.sec-repair_order div.step div.col:nth-child(5)::after {
  content: "05";
}
section.sec-prosessing div.step div.col:nth-child(6)::after,
section.sec-repair_order div.step div.col:nth-child(6)::after {
  content: "06";
}
section.sec-prosessing div.step div.col figure,
section.sec-repair_order div.step div.col figure {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.step div.col figure,
  section.sec-repair_order div.step div.col figure {
    border-radius: 2.66667vw;
  }
}
section.sec-prosessing div.step div.col p,
section.sec-repair_order div.step div.col p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.step div.col p,
  section.sec-repair_order div.step div.col p {
    margin-top: 2.66667vw;
    font-size: 3.46667vw;
    line-height: 1.5;
  }
}
section.sec-prosessing div.step-row,
section.sec-repair_order div.step-row {
  position: relative;
  max-width: 1040px;
  margin: 80px auto 0;
  padding: 0 20px;
}
section.sec-prosessing div.step-row::before,
section.sec-repair_order div.step-row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: calc(100% - 80px);
  background-color: #224487;
  opacity: .5;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.step-row,
  section.sec-repair_order div.step-row {
    margin: 10.66667vw auto 0;
    padding: 0 10.66667vw;
  }
}
section.sec-prosessing div.step-row.white div.col::after,
section.sec-repair_order div.step-row.white div.col::after {
  color: #000;
  background-color: #fff;
}
section.sec-prosessing div.step-row div.col,
section.sec-repair_order div.step-row div.col {
  position: relative;
  padding: 15px 30px 15px 45px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.step-row div.col,
  section.sec-repair_order div.step-row div.col {
    padding: 2.66667vw 4vw 2.66667vw 5.33333vw;
    border-radius: 4vw;
  }
}
section.sec-prosessing div.step-row div.col + .col,
section.sec-repair_order div.step-row div.col + .col {
  margin-top: 30px;
}
section.sec-prosessing div.step-row div.col::after,
section.sec-repair_order div.step-row div.col::after {
  content: attr(data-Num);
  position: absolute;
  top: -24px;
  left: -24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  background-color: #224487;
  border-radius: 50%;
  border: 2px solid #224487;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.step-row div.col::after,
  section.sec-repair_order div.step-row div.col::after {
    top: -3.2vw;
    left: -3.2vw;
    width: 6.4vw;
    height: 6.4vw;
    font-size: 3.73333vw;
  }
}
section.sec-prosessing div.step-row div.col figure,
section.sec-repair_order div.step-row div.col figure {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.step-row div.col figure,
  section.sec-repair_order div.step-row div.col figure {
    border-radius: 2.66667vw;
  }
}
section.sec-prosessing div.step-row div.col p,
section.sec-repair_order div.step-row div.col p {
  font-size: 16px;
  line-height: 1.8;
}
section.sec-prosessing div.step-row div.col p + p,
section.sec-repair_order div.step-row div.col p + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.step-row div.col p + p,
  section.sec-repair_order div.step-row div.col p + p {
    margin-top: 2.66667vw;
  }
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.step-row div.col p,
  section.sec-repair_order div.step-row div.col p {
    font-size: 3.46667vw;
    line-height: 1.5;
  }
}
section.sec-prosessing div.btn-wrap,
section.sec-repair_order div.btn-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.btn-wrap,
  section.sec-repair_order div.btn-wrap {
    margin-top: 8vw;
  }
}
section.sec-prosessing div.case,
section.sec-repair_order div.case {
  max-width: 1040px;
  margin: 80px auto 0;
  padding: 0 20px;
}
section.sec-prosessing div.case div.col,
section.sec-repair_order div.case div.col {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-prosessing div.case div.col:nth-child(odd),
  section.sec-repair_order div.case div.col:nth-child(odd) {
    flex-direction: row-reverse;
  }
  section.sec-prosessing div.case div.col:nth-child(odd) .detail,
  section.sec-repair_order div.case div.col:nth-child(odd) .detail {
    padding-right: 40px;
    padding-left: 0;
  }
}
section.sec-prosessing div.case div.col + .col,
section.sec-repair_order div.case div.col + .col {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.case div.col + .col,
  section.sec-repair_order div.case div.col + .col {
    margin-top: 8vw;
  }
}
section.sec-prosessing div.case div.col figure,
section.sec-repair_order div.case div.col figure {
  width: 50%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.case div.col figure,
  section.sec-repair_order div.case div.col figure {
    width: 100%;
  }
}
section.sec-prosessing div.case div.col .detail,
section.sec-repair_order div.case div.col .detail {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.case div.col .detail,
  section.sec-repair_order div.case div.col .detail {
    width: 100%;
    padding-left: 0;
    margin-top: 2.66667vw;
  }
}
section.sec-prosessing div.case div.col .detail h3,
section.sec-repair_order div.case div.col .detail h3 {
  line-height: 1;
}
section.sec-prosessing div.case div.col .detail h3 span.sub,
section.sec-repair_order div.case div.col .detail h3 span.sub {
  display: block;
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: 700;
  color: #ff612d;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.case div.col .detail h3 span.sub,
  section.sec-repair_order div.case div.col .detail h3 span.sub {
    font-size: 2.93333vw;
  }
}
section.sec-prosessing div.case div.col .detail h3 span.main,
section.sec-repair_order div.case div.col .detail h3 span.main {
  display: block;
  margin-top: 5px;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: .05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.case div.col .detail h3 span.main,
  section.sec-repair_order div.case div.col .detail h3 span.main {
    margin-top: 0.8vw;
    font-size: 4.8vw;
  }
}
section.sec-prosessing div.case div.col .detail p,
section.sec-repair_order div.case div.col .detail p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.case div.col .detail p,
  section.sec-repair_order div.case div.col .detail p {
    margin-top: 0.8vw;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}
section.sec-prosessing div.case div.col .detail p.note,
section.sec-repair_order div.case div.col .detail p.note {
  font-size: .8em;
  color: #999;
}
section.sec-prosessing div.case div.col .detail p a,
section.sec-repair_order div.case div.col .detail p a {
  position: relative;
  display: inline-block;
  color: #ff612d;
}
section.sec-prosessing div.case div.col .detail p a::before,
section.sec-repair_order div.case div.col .detail p a::before {
  content: "▶︎";
  display: inline-block;
  transform: scale(0.5, 0.5);
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  section.sec-prosessing div.case div.col .detail p a::before,
  section.sec-repair_order div.case div.col .detail p a::before {
    margin-right: 1.33333vw;
  }
}
@media screen and (min-width: 768px) {
  section.sec-prosessing div.case div.col .detail p a,
  section.sec-repair_order div.case div.col .detail p a {
    transition: opacity .4s ease;
  }
  section.sec-prosessing div.case div.col .detail p a:hover,
  section.sec-repair_order div.case div.col .detail p a:hover {
    opacity: .7;
    text-decoration: underline;
  }
}

/*============================

============================*/
div.sec-data {
  max-width: 1040px;
  margin: 100px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  div.sec-data {
    margin: 13.33333vw auto 0;
    padding: 0 5.33333vw;
  }
}
div.sec-data h2.ttl-data {
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.sec-data h2.ttl-data {
    font-size: 6.4vw;
  }
}
div.sec-data h3.ttl-data-sub {
  margin-top: 60px;
  font-size: 24px;
  padding: 20px;
  background-color: #224487;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div.sec-data h3.ttl-data-sub {
    margin-top: 8vw;
    font-size: 4.8vw;
    padding: 2.66667vw;
  }
}
div.sec-data h3.ttl-data-sub small {
  font-size: .8em;
}
div.sec-data table.table-data {
  width: 100%;
  margin-top: 30px;
  background-color: #fff;
  border-top: 1px solid #e9edf1;
  border-bottom: 1px solid #e9edf1;
}
@media screen and (max-width: 768px) {
  div.sec-data table.table-data {
    margin-top: 4vw;
  }
}
div.sec-data table.table-data tr:nth-child(odd) {
  background-color: #f4f6f8;
}
div.sec-data table.table-data tr:nth-child(odd) th.em {
  border-top: 3px solid #ff612d;
  background-color: #ffe9e2;
}
div.sec-data table.table-data tr:nth-child(odd) td.em {
  background-color: #ffe9e2;
}
div.sec-data table.table-data tr th, div.sec-data table.table-data tr td {
  padding: 20px;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  div.sec-data table.table-data tr th, div.sec-data table.table-data tr td {
    padding: 1.33333vw 2.66667vw;
    font-size: 3.2vw;
  }
}
div.sec-data table.table-data tr th.em, div.sec-data table.table-data tr td.em {
  background-color: #fff7f5;
}
div.sec-data table.table-data tr th {
  width: 200px;
  font-weight: 700;
  vertical-align: top;
  text-align: center;
  background-color: #e9edf1;
}
div.sec-data table.table-data tr td {
  text-align: center;
}
div.sec-data table.table-data tr td.left {
  text-align: left;
}
div.sec-data p.note {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.3;
  background-color: #e9edf1;
}
@media screen and (max-width: 768px) {
  div.sec-data p.note {
    margin-top: 2.66667vw;
    padding: 2.66667vw;
    font-size: 3.2vw;
  }
}

/*============================

============================*/
.sec-contact {
  max-width: 750px;
  margin: 100px auto 0;
  padding: 40px;
  background-color: #fff;
  border: 10px solid #e9edf1;
}
@media screen and (max-width: 768px) {
  .sec-contact {
    margin: 13.33333vw 5.33333vw 0;
    padding: 5.33333vw 5.33333vw 8vw;
  }
}
.sec-contact h2 {
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-contact h2 {
    font-size: 6.4vw;
  }
}
.sec-contact p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec-contact p {
    margin-top: 5.33333vw;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}
.sec-contact .btn-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec-contact .btn-wrap {
    margin-top: 4vw;
  }
}

/*============================

============================*/
section.sec-cover {
  width: 100%;
  height: 400px;
  margin-top: 120px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  section.sec-cover {
    height: 56vw;
    margin-top: 16vw;
  }
}
section.sec-cover.message {
  background-image: url(../img/about/bg-about1.jpg);
}
section.sec-cover.ourhistory {
  background-image: url(../img/about/bg-about2.jpg);
}
section.sec-cover.profile {
  background-image: url(../img/about/bg-about3.jpg);
}
section.sec-cover.facility {
  background-image: url(../img/about/bg-about4.jpg);
}

/*============================

============================*/
.sec-products h2.tit-product,
.sec-madetoorder h2.tit-product, .sec-message h2.tit-about, .sec-ourhistory h2.tit-about, .sec-profile h2.tit-about, .sec-facility h2.tit-about, .sec-about-burnerwork div.inner h2.tit-about {
  position: relative;
  display: block;
  margin-top: 120px;
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .sec-products h2.tit-product,
  .sec-madetoorder h2.tit-product, .sec-message h2.tit-about, .sec-ourhistory h2.tit-about, .sec-profile h2.tit-about, .sec-facility h2.tit-about, .sec-about-burnerwork div.inner h2.tit-about {
    margin-top: 16vw;
    font-size: 6.4vw;
  }
}
.sec-products h2.tit-product::before,
.sec-madetoorder h2.tit-product::before, .sec-message h2.tit-about::before, .sec-ourhistory h2.tit-about::before, .sec-profile h2.tit-about::before, .sec-facility h2.tit-about::before, .sec-about-burnerwork div.inner h2.tit-about::before {
  content: attr(data-titEn);
  position: absolute;
  top: -.6em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 64px;
  letter-spacing: .05em;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #fff;
  opacity: .3;
  z-index: -1;
  text-shadow: 1px 1px #ff612d, -1px -1px #ff612d, 1px -1px #ff612d, -1px 1px #ff612d;
}
@media screen and (max-width: 768px) {
  .sec-products h2.tit-product::before,
  .sec-madetoorder h2.tit-product::before, .sec-message h2.tit-about::before, .sec-ourhistory h2.tit-about::before, .sec-profile h2.tit-about::before, .sec-facility h2.tit-about::before, .sec-about-burnerwork div.inner h2.tit-about::before {
    top: -6.66667vw;
    font-size: 9.6vw;
  }
}

h2.tit-faq,
h2.tit-contactform {
  position: relative;
  display: block;
  margin-top: 90px;
  font-size: 36px;
  z-index: 0;
}
h2.tit-faq::before,
h2.tit-contactform::before {
  content: attr(data-titEn);
  position: absolute;
  top: -.6em;
  left: 15px;
  font-size: 56px;
  letter-spacing: .05em;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #fdede9;
  z-index: -1;
}

/*============================
sec-movie
============================*/
.sec-movie {
  max-width: 1040px;
  margin: 0 auto 0;
  padding: 60px 20px 90px;
}
.sec-movie .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.sec-movie .youtube iframe {
  width: 100%;
  height: 100%;
}

/*============================
burnerwork
============================*/
.sec-burnerwork div.inner {
  max-width: 1040px;
  margin: 0 auto 0;
  padding: 60px 0 90px;
}
@media screen and (max-width: 768px) {
  .sec-burnerwork div.inner {
    padding: 8vw 0 12vw;
  }
}
.sec-burnerwork div.part-image {
  max-width: 1040px;
  margin: 0 auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .sec-burnerwork div.part-image {
    padding: 0 5.33333vw;
  }
}
.sec-burnerwork div.col2 {
  max-width: 1040px;
  margin: 80px auto 0;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .sec-burnerwork div.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec-burnerwork div.col2 {
    margin: 10.66667vw auto 0;
    padding: 0 5.33333vw;
  }
}
.sec-burnerwork div.col2 div.col {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-burnerwork div.col2 div.col + div.col {
    margin-top: 10.66667vw;
  }
}
.sec-burnerwork div.col2 div.col::after {
  content: attr(data-mark);
  position: absolute;
  top: -24px;
  left: -24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  background-color: #ff612d;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .sec-burnerwork div.col2 div.col::after {
    top: -4.8vw;
    left: -4.8vw;
    width: 9.6vw;
    height: 9.6vw;
    font-size: 4.8vw;
  }
}
.sec-burnerwork div.col2 div.col figure {
  overflow: hidden;
  border-radius: 5px;
}
.sec-burnerwork div.col2 div.col h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-burnerwork div.col2 div.col h3 {
    margin-top: 2.13333vw;
  }
}
.sec-burnerwork div.col2 div.col h3 span.en {
  display: block;
  color: #ff612d;
  font-size: 14px;
  letter-spacing: .1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-burnerwork div.col2 div.col h3 span.en {
    font-size: 3.2vw;
  }
}
.sec-burnerwork div.col2 div.col h3 span.jp {
  display: block;
  margin-top: 3px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .sec-burnerwork div.col2 div.col h3 span.jp {
    font-size: 4.8vw;
    line-height: 1.3;
  }
}
.sec-burnerwork div.col2 div.col p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec-burnerwork div.col2 div.col p {
    margin-top: 1.33333vw;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}

/*============================
burnerworks：products
============================*/
.sec-products div.inner,
.sec-madetoorder div.inner {
  max-width: 1040px;
  margin: 0 auto 0;
  padding: 60px 0 90px;
}
@media screen and (max-width: 768px) {
  .sec-products div.inner,
  .sec-madetoorder div.inner {
    padding: 8vw 0 12vw;
  }
}
.sec-products div.col2,
.sec-madetoorder div.col2 {
  max-width: 1040px;
  margin: 80px auto 0;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .sec-products div.col2,
  .sec-madetoorder div.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec-products div.col2,
  .sec-madetoorder div.col2 {
    margin: 10.66667vw auto 0;
    padding: 0 5.33333vw;
  }
}
.sec-products div.col2 div.col,
.sec-madetoorder div.col2 div.col {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-products div.col2 div.col + div.col,
  .sec-madetoorder div.col2 div.col + div.col {
    margin-top: 10.66667vw;
  }
}
.sec-products div.col2 div.col figure,
.sec-madetoorder div.col2 div.col figure {
  overflow: hidden;
  border-radius: 5px;
}
.sec-products div.col2 div.col h3,
.sec-madetoorder div.col2 div.col h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-products div.col2 div.col h3,
  .sec-madetoorder div.col2 div.col h3 {
    margin-top: 2.13333vw;
  }
}
.sec-products div.col2 div.col h3 span.en,
.sec-madetoorder div.col2 div.col h3 span.en {
  display: block;
  color: #ff612d;
  font-size: 14px;
  letter-spacing: .1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-products div.col2 div.col h3 span.en,
  .sec-madetoorder div.col2 div.col h3 span.en {
    font-size: 3.2vw;
  }
}
.sec-products div.col2 div.col h3 span.jp,
.sec-madetoorder div.col2 div.col h3 span.jp {
  display: block;
  margin-top: 3px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .sec-products div.col2 div.col h3 span.jp,
  .sec-madetoorder div.col2 div.col h3 span.jp {
    font-size: 4.8vw;
    line-height: 1.3;
  }
}
.sec-products div.col2 div.col p,
.sec-madetoorder div.col2 div.col p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec-products div.col2 div.col p,
  .sec-madetoorder div.col2 div.col p {
    margin-top: 1.33333vw;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}

/*============================

============================*/
.sec-message h3.tit-message {
  position: relative;
  margin-top: 60px;
  display: block;
  text-align: center;
  font-size: 24px;
}
.sec-message p.message {
  max-width: 790px;
  margin: 30px auto 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec-message p.message {
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}
.sec-message p.message-sign {
  max-width: 790px;
  margin: 30px auto 0;
  padding: 0 20px;
  text-align: right;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-message p.message-sign {
    font-size: 4.26667vw;
  }
}
.sec-message p.message-sign span.company {
  font-size: .8em;
}
.sec-message p.message-sign span.position {
  font-size: .8em;
}

/*============================

============================*/
.sec-logo {
  display: flex;
  flex-wrap: wrap;
  max-width: 790px;
  margin: 60px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .sec-logo {
    margin: 8vw auto 0;
    padding: 0 5.33333vw;
  }
}
.sec-logo div.col {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .sec-logo div.col {
    width: 100%;
  }
}
.sec-logo div.col.thumb {
  border: 1px solid #ccc;
}
.sec-logo div.col.detail {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .sec-logo div.col.detail {
    padding-left: 0;
  }
}
.sec-logo div.col h3 {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-logo div.col h3 {
    margin-top: 5.33333vw;
    font-size: 5.33333vw;
  }
}
.sec-logo div.col p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec-logo div.col p {
    margin-top: 2.66667vw;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}

/*============================

============================*/
.sec-ourhistory .history {
  position: relative;
  max-width: 1040px;
  margin: 60px auto 0;
  padding: 0 20px 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec-ourhistory .history {
    margin: 16vw auto 0;
    padding: 0 5.33333vw 8vw;
  }
}
.sec-ourhistory .history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 125px;
  width: 3px;
  height: 100%;
  background-color: #b6c1d7;
}
@media screen and (max-width: 768px) {
  .sec-ourhistory .history::before {
    left: 18.66667vw;
    width: 0.8vw;
  }
}
.sec-ourhistory .history h3 {
  position: relative;
  width: 140px;
  margin-top: 40px;
  font-size: 30px;
  transform: translateY(-5px);
  color: #224487;
}
@media screen and (max-width: 768px) {
  .sec-ourhistory .history h3 {
    width: 20%;
    margin-top: 6.66667vw;
    font-size: 3.73333vw;
  }
}
.sec-ourhistory .history h3::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 99px;
  width: 15px;
  height: 15px;
  background-color: #224487;
  border: 2px solid #224487;
  border-radius: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-ourhistory .history h3::after {
    top: 1.06667vw;
    left: 12.53333vw;
    width: 2.66667vw;
    height: 2.66667vw;
  }
}
.sec-ourhistory .history dl {
  width: calc(100% - 140px);
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec-ourhistory .history dl {
    width: calc(100% - 20%);
    margin-top: 0vw;
  }
}
.sec-ourhistory .history dl dt {
  display: block;
  width: 90px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-ourhistory .history dl dt {
    width: 100%;
    margin-top: 5.33333vw;
    font-size: 3.73333vw;
  }
}
.sec-ourhistory .history dl dd {
  display: block;
  width: calc(100% - 90px);
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-ourhistory .history dl dd {
    width: 100%;
    margin-top: 0;
    font-size: 3.73333vw;
  }
}

/*============================

============================*/
.sec-profile table.table-profile {
  max-width: 1040px;
  margin: 90px auto 0;
  background-color: #fff;
  border-top: 1px solid #e9edf1;
  border-bottom: 1px solid #e9edf1;
}
@media screen and (max-width: 768px) {
  .sec-profile table.table-profile {
    margin: 16vw auto 0;
  }
}
.sec-profile table.table-profile tr:nth-child(odd) {
  background-color: #f4f6f8;
}
.sec-profile table.table-profile tr th, .sec-profile table.table-profile tr td {
  padding: 20px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sec-profile table.table-profile tr th, .sec-profile table.table-profile tr td {
    font-size: 3.73333vw;
  }
}
.sec-profile table.table-profile tr th.em, .sec-profile table.table-profile tr td.em {
  background-color: #fff7f5;
}
.sec-profile table.table-profile tr th {
  width: 200px;
  font-weight: 700;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec-profile table.table-profile tr th {
    width: 26.66667vw;
    padding: 2.66667vw 2.66667vw 2.66667vw 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-profile table.table-profile tr td {
    padding: 2.66667vw 5.33333vw 2.66667vw 2.66667vw;
    font-size: 3.73333vw;
  }
}
.sec-profile table.table-profile tr td a {
  color: #ff612d;
}
@media screen and (min-width: 768px) {
  .sec-profile table.table-profile tr td a {
    transition: opacity .4s ease;
  }
  .sec-profile table.table-profile tr td a:hover {
    opacity: .5;
  }
}
@media screen and (max-width: 768px) {
  .sec-profile table.table-profile tr td a {
    font-size: 3.73333vw;
  }
}

.sec-facility .apparatus {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 60px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .sec-facility .apparatus {
    margin: 8vw auto 0;
    padding: 0 5.33333vw;
  }
}
.sec-facility .apparatus .col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec-facility .apparatus .col {
    width: 100%;
  }
}
.sec-facility .apparatus .col.detail {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .sec-facility .apparatus .col.detail {
    padding-left: 0;
  }
}
.sec-facility .apparatus .col figure {
  overflow: hidden;
  border-radius: 10px;
}
.sec-facility .apparatus .col h3 {
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-facility .apparatus .col h3 {
    margin-top: 5.33333vw;
    font-size: 5.33333vw;
  }
}
.sec-facility .apparatus .col h4 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-facility .apparatus .col h4 {
    font-size: 4.26667vw;
  }
}
.sec-facility .apparatus .col p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sec-facility .apparatus .col p {
    font-size: 3.73333vw;
  }
}
.sec-facility .apparatus .col p small {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

/*============================
#faq
============================*/
.sec-about-burnerwork {
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  .sec-about-burnerwork {
    margin: 16vw auto 0;
  }
}
.sec-about-burnerwork div.inner {
  max-width: 1040px;
  margin: 0 auto 0;
}
.sec-about-burnerwork div.inner p {
  max-width: 790px;
  margin: 60px auto 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .sec-about-burnerwork div.inner p {
    font-size: 3.73333vw;
    margin: 8vw auto 0;
  }
}
.sec-about-burnerwork div.inner p + p {
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .sec-about-burnerwork div.inner p + p {
    margin: 4vw auto 0;
  }
}

/*============================
#faq
============================*/
section#faq.faq {
  background-color: #f4f6f8;
  margin-top: 60px;
}
section#faq.faq div.inner {
  max-width: 1040px;
  margin: 0 auto 0;
  padding: 120px 0 90px;
}
@media screen and (max-width: 768px) {
  section#faq.faq div.inner {
    padding: 16vw 0 12vw;
  }
}
section#faq.faq div.inner h2.tit-faq.jp {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  section#faq.faq div.inner h2.tit-faq.jp {
    padding: 0 5.33333vw;
  }
}
section#faq.faq div.inner div.faq-list {
  margin-top: 60px;
  border-bottom: 1px solid #c9d1dc;
}
@media screen and (max-width: 768px) {
  section#faq.faq div.inner div.faq-list {
    margin-top: 8vw;
  }
}
section#faq.faq div.inner div.faq-list div.faq-item {
  border-top: 1px solid #c9d1dc;
}
section#faq.faq div.inner div.faq-list div.faq-item div.question {
  position: relative;
  padding: 30px 30px 30px 90px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section#faq.faq div.inner div.faq-list div.faq-item div.question {
    padding: 4vw 6.66667vw 2.66667vw 10.66667vw;
    pointer-events: all;
  }
}
section#faq.faq div.inner div.faq-list div.faq-item div.question::before {
  position: absolute;
  top: 15px;
  left: 35px;
  content: "Q";
  font-size: 40px;
  font-weight: 700;
  color: #224487;
}
@media screen and (max-width: 768px) {
  section#faq.faq div.inner div.faq-list div.faq-item div.question::before {
    top: 3.2vw;
    left: 5.33333vw;
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  section#faq.faq div.inner div.faq-list div.faq-item div.question::after {
    font-family: 'Barlow', sans-serif;
    content: "+";
    position: absolute;
    top: 3.2vw;
    right: 2.66667vw;
    font-size: 5.33333vw;
    font-weight: 700;
    color: #224487;
  }
  section#faq.faq div.inner div.faq-list div.faq-item div.question.selected::after {
    content: "-";
  }
}
section#faq.faq div.inner div.faq-list div.faq-item div.question h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section#faq.faq div.inner div.faq-list div.faq-item div.question h3 {
    font-size: 3.73333vw;
  }
}
section#faq.faq div.inner div.faq-list div.faq-item div.answer {
  position: relative;
  padding: 30px 30px 30px 90px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section#faq.faq div.inner div.faq-list div.faq-item div.answer {
    padding: 4vw 5.33333vw 4vw 12vw;
    display: none;
  }
}
section#faq.faq div.inner div.faq-list div.faq-item div.answer::before {
  position: absolute;
  top: 25px;
  left: 35px;
  content: "A";
  font-size: 40px;
  font-weight: 700;
  color: #ff612d;
}
@media screen and (max-width: 768px) {
  section#faq.faq div.inner div.faq-list div.faq-item div.answer::before {
    top: 4.8vw;
    left: 5.33333vw;
    font-size: 5.33333vw;
  }
}
section#faq.faq div.inner div.faq-list div.faq-item div.answer p {
  font-size: 16px;
  line-height: 2.2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  section#faq.faq div.inner div.faq-list div.faq-item div.answer p {
    font-size: 3.73333vw;
    line-height: 2;
  }
}
section#faq.faq div.inner div.faq-list div.faq-item div.answer p + p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  section#faq.faq div.inner div.faq-list div.faq-item div.answer p + p {
    margin-top: 2.66667vw;
  }
}
section#faq.faq div.inner div.faq-list div.faq-item div.answer p a {
  color: #ff612d;
  text-decoration: underline;
}

/*============================
#contactform
============================*/
section#contactform.contactform {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  section#contactform.contactform {
    margin-top: 16vw;
  }
}
section#contactform.contactform div.inner {
  max-width: 1040px;
  margin: 0 auto 0;
}
section#contactform.contactform div.inner .tit-contactform {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  section#contactform.contactform div.inner .tit-contactform {
    padding: 0 5.33333vw;
  }
}
section#contactform.contactform div.inner .tit-contactform + p {
  margin-top: 60px;
}
section#contactform.contactform div.inner p {
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  section#contactform.contactform div.inner p {
    padding: 0 5.33333vw;
    line-height: 2;
  }
}
section#contactform.contactform div.inner .form-wrap {
  width: 100%;
  margin: 80px 0;
  padding: 60px 0 30px;
  background-color: #f4f6f8;
}
@media screen and (max-width: 768px) {
  section#contactform.contactform div.inner .form-wrap {
    margin: 10.66667vw 0;
    padding: 8vw 0 4vw;
  }
}
section#contactform.contactform div.inner .form-wrap p {
  max-width: 750px;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  section#contactform.contactform div.inner .form-wrap p {
    padding: 2.66667vw;
  }
}
section#contactform.contactform div.inner table.form-table {
  max-width: 750px;
  margin: 0 auto;
}
section#contactform.contactform div.inner table.form-table th,
section#contactform.contactform div.inner table.form-table td {
  border-top: 1px solid #d7d7d7;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  section#contactform.contactform div.inner table.form-table th,
  section#contactform.contactform div.inner table.form-table td {
    padding: 2.66667vw;
  }
}
section#contactform.contactform div.inner table.form-table td span.error {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  section#contactform.contactform div.inner table.form-table td span.error {
    margin-top: 2.66667vw;
  }
}
section#contactform.contactform div.inner table.form-table th {
  padding-top: 32px;
  padding-left: 50px;
  position: relative;
  text-align: left;
  width: 300px;
  font-size: 16px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  section#contactform.contactform div.inner table.form-table th {
    padding-top: 4.26667vw;
    padding-left: 6.66667vw;
    font-size: 3.73333vw;
  }
}
section#contactform.contactform div.inner table.form-table th span {
  display: inline-block;
  padding: 3px 8px;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  background-color: #ff612d;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  section#contactform.contactform div.inner table.form-table th span {
    padding: 0.8vw 1.06667vw;
    font-size: 2.66667vw;
    border-radius: 0.8vw;
  }
}
section#contactform.contactform div.inner input[type="text"],
section#contactform.contactform div.inner input[type="email"],
section#contactform.contactform div.inner textarea {
  background: #fff;
  display: block;
  font-size: 16px;
  padding: 12px 16px;
  width: 100%;
  transition: all .4s ease-in-out;
  border: 1px solid #ddd;
  transition: all .4s ease;
  outline: 0;
}
@media screen and (max-width: 768px) {
  section#contactform.contactform div.inner input[type="text"],
  section#contactform.contactform div.inner input[type="email"],
  section#contactform.contactform div.inner textarea {
    font-size: 3.73333vw;
    padding: 1.6vw 2.13333vw;
  }
}
section#contactform.contactform div.inner input[type="text"].zip,
section#contactform.contactform div.inner input[type="email"].zip,
section#contactform.contactform div.inner textarea.zip {
  display: inline-block;
  width: 30%;
}
@media screen and (max-width: 768px) {
  section#contactform.contactform div.inner input[type="text"].zip,
  section#contactform.contactform div.inner input[type="email"].zip,
  section#contactform.contactform div.inner textarea.zip {
    width: 30%;
  }
}
section#contactform.contactform div.inner input[type="text"].tel_fax,
section#contactform.contactform div.inner input[type="email"].tel_fax,
section#contactform.contactform div.inner textarea.tel_fax {
  display: inline-block;
  width: 30%;
}
@media screen and (max-width: 768px) {
  section#contactform.contactform div.inner input[type="text"].tel_fax,
  section#contactform.contactform div.inner input[type="email"].tel_fax,
  section#contactform.contactform div.inner textarea.tel_fax {
    width: 30%;
  }
}
section#contactform.contactform div.inner input[type="text"]:focus,
section#contactform.contactform div.inner input[type="email"]:focus,
section#contactform.contactform div.inner textarea:focus {
  background: #fff;
  border: 1px solid #ff612d;
}
section#contactform.contactform div.inner textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 768px) {
  section#contactform.contactform div.inner textarea[name="content"] {
    height: 53.33333vw;
  }
}
section#contactform.contactform div.inner input::placeholder,
section#contactform.contactform div.inner textarea::placeholder {
  color: #ccc;
}
section#contactform.contactform div.inner ::-webkit-input-placeholder,
section#contactform.contactform div.inner ::-moz-placeholder,
section#contactform.contactform div.inner :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
section#contactform.contactform div.inner .btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  background-color: #ff612d;
  border: 1px solid #ff612d;
}
@media screen and (max-width: 768px) {
  section#contactform.contactform div.inner .btn-submit {
    width: 58.66667vw;
    height: 13.33333vw;
    font-size: 3.73333vw;
  }
}
@media screen and (min-width: 768px) {
  section#contactform.contactform div.inner .btn-submit {
    transition: all .4s ease;
  }
  section#contactform.contactform div.inner .btn-submit:hover {
    background-color: #224487;
    border: 1px solid #224487;
  }
}

.entry-list {
  max-width: 1040px;
  min-height: 50vw;
  margin: 60px auto 60px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .entry-list {
    margin: vx(30) auto vx(30);
    padding: 0 0;
  }
}
.entry-list article.entry {
  border-bottom: 1px solid #eff0f1;
}
.entry-list article.entry:first-child {
  border-top: 1px solid #eff0f1;
}
.entry-list article.entry a {
  position: relative;
  display: flex;
  padding: 40px 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .entry-list article.entry a {
    display: block;
    padding: 4vw 10.66667vw 4vw 5.33333vw;
  }
}
.entry-list article.entry a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
  transition: all .4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .entry-list article.entry a::before {
    width: 2.13333vw;
    height: 2.13333vw;
  }
}
.entry-list article.entry a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ff612d;
  transition: width .4s ease-in-out;
}
.entry-list article.entry a time.deta {
  font-size: 20px;
  line-height: 1;
  margin-right: 40px;
  letter-spacing: .1em;
  color: #ff612d;
}
@media screen and (max-width: 768px) {
  .entry-list article.entry a time.deta {
    font-size: 3.2vw;
  }
}
.entry-list article.entry a h1.tit-entry {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #333;
  transition: color .4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .entry-list article.entry a h1.tit-entry {
    font-size: 3.2vw;
    margin-top: 1.33333vw;
  }
}
@media screen and (min-width: 768px) {
  .entry-list article.entry a {
    transition: all .4s ease-in-out;
  }
  .entry-list article.entry a:hover {
    color: #ff612d;
  }
  .entry-list article.entry a:hover h1.tit-entry {
    color: #ff612d;
  }
  .entry-list article.entry a:hover::before {
    right: 10px;
  }
  .entry-list article.entry a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}

.entry-wrap {
  max-width: 1040px;
  margin: 60px auto 90px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .entry-wrap {
    margin: 8vw 5.33333vw 12vw;
    padding: 0 0;
  }
}
.entry-wrap .entry-header {
  max-width: 750px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .entry-wrap .entry-header {
    margin: 30px auto 0;
  }
}
.entry-wrap .entry-header .deta {
  font-size: 20px;
  line-height: 1;
  margin-right: 40px;
  letter-spacing: .1em;
  color: #ff612d;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .entry-wrap .entry-header .deta {
    font-size: 3.2vw;
  }
}
.entry-wrap .entry-header .tit-entry {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: .1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .entry-wrap .entry-header .tit-entry {
    margin-top: 1.33333vw;
    font-size: 6.4vw;
  }
}
.entry-wrap .entry-contents {
  max-width: 750px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .entry-wrap .entry-contents {
    margin: 30px auto 0;
  }
}
.entry-wrap .entry-contents h2 {
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .entry-wrap .entry-contents h2 {
    margin-top: 5.33333vw;
    font-size: 4.8vw;
  }
}
.entry-wrap .entry-contents h3 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .entry-wrap .entry-contents h3 {
    margin-top: 5.33333vw;
    font-size: 4.26667vw;
  }
}
.entry-wrap .entry-contents h3 + p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .entry-wrap .entry-contents h3 + p {
    margin-top: 2.66667vw;
  }
}
.entry-wrap .entry-contents p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .entry-wrap .entry-contents p {
    margin-top: 5.33333vw;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}
.entry-wrap .entry-contents p.file-link, .entry-wrap .entry-contents p.txt-link {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .entry-wrap .entry-contents p.file-link, .entry-wrap .entry-contents p.txt-link {
    margin-top: 2.66667vw;
  }
}
.entry-wrap .entry-contents a {
  position: relative;
  display: inline-block;
  color: #ff612d;
}
.entry-wrap .entry-contents a::before {
  content: "▶︎";
  display: inline-block;
  transform: scale(0.5, 0.5);
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .entry-wrap .entry-contents a::before {
    margin-right: 1.33333vw;
  }
}
@media screen and (min-width: 768px) {
  .entry-wrap .entry-contents a {
    transition: opacity .4s ease;
  }
  .entry-wrap .entry-contents a:hover {
    opacity: .7;
    text-decoration: underline;
  }
}
.entry-wrap .entry-contents div.youtube {
  width: 100%;
  margin-top: 40px;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 768px) {
  .entry-wrap .entry-contents div.youtube {
    margin-top: 5.33333vw;
  }
}
.entry-wrap .entry-contents div.youtube iframe {
  width: 100%;
  height: 100%;
}
.entry-wrap .entry-contents img.entry-image {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .entry-wrap .entry-contents img.entry-image {
    border-radius: 2.66667vw;
  }
}
.entry-wrap div.entry-sns {
  display: flex;
  justify-content: center;
  border-top: 1px solid #e9edf1;
  max-width: 750px;
  margin: 60px auto 0;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .entry-wrap div.entry-sns {
    margin: 5.33333vw auto 0;
    padding: 5.33333vw 0;
  }
}
.entry-wrap div.entry-sns p {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .entry-wrap div.entry-sns p {
    font-size: 3.2vw;
  }
}
.entry-wrap div.entry-sns a {
  margin-left: 20px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .entry-wrap div.entry-sns a {
    transition: color .4s ease;
  }
  .entry-wrap div.entry-sns a:hover {
    color: #ff612d;
  }
}
@media screen and (max-width: 768px) {
  .entry-wrap div.entry-sns a {
    margin-left: 5.33333vw;
    font-size: 3.73333vw;
  }
}
.entry-wrap div.entry-nav {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e9edf1;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .entry-wrap div.entry-nav {
    margin: 0 auto;
    padding: 5.33333vw 0;
  }
}
.entry-wrap div.entry-nav a.prev,
.entry-wrap div.entry-nav div.prev {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .entry-wrap div.entry-nav a.prev,
  .entry-wrap div.entry-nav div.prev {
    transition: all .4s ease;
  }
  .entry-wrap div.entry-nav a.prev:hover,
  .entry-wrap div.entry-nav div.prev:hover {
    color: #ff612d;
  }
}
@media screen and (max-width: 768px) {
  .entry-wrap div.entry-nav a.prev,
  .entry-wrap div.entry-nav div.prev {
    font-size: 14px;
  }
}
.entry-wrap div.entry-nav a.prev span,
.entry-wrap div.entry-nav div.prev span {
  color: #ccc;
}
@media screen and (max-width: 768px) {
  .entry-wrap div.entry-nav a.prev span,
  .entry-wrap div.entry-nav div.prev span {
    font-size: 12px;
  }
}
.entry-wrap div.entry-nav div.prev {
  pointer-events: none;
  opacity: .3;
}
.entry-wrap div.entry-nav div.prev span {
  color: #000;
  opacity: .3;
}
.entry-wrap div.entry-nav a.next,
.entry-wrap div.entry-nav div.next {
  text-align: right;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .entry-wrap div.entry-nav a.next,
  .entry-wrap div.entry-nav div.next {
    transition: all .4s ease;
  }
  .entry-wrap div.entry-nav a.next:hover,
  .entry-wrap div.entry-nav div.next:hover {
    color: #ff612d;
  }
}
@media screen and (max-width: 768px) {
  .entry-wrap div.entry-nav a.next,
  .entry-wrap div.entry-nav div.next {
    font-size: 14px;
  }
}
.entry-wrap div.entry-nav a.next span,
.entry-wrap div.entry-nav div.next span {
  color: #ccc;
}
@media screen and (max-width: 768px) {
  .entry-wrap div.entry-nav a.next span,
  .entry-wrap div.entry-nav div.next span {
    font-size: 12px;
  }
}
.entry-wrap div.entry-nav div.next {
  pointer-events: none;
  opacity: .3;
}
.entry-wrap div.entry-nav div.next span {
  color: #000;
  opacity: .3;
}
.entry-wrap div.entry-btn {
  display: flex;
  justify-content: center;
  border-top: 1px solid #e9edf1;
  max-width: 750px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .entry-wrap div.entry-btn {
    margin: 0 auto;
    padding: 5.33333vw 0;
  }
}
.entry-wrap div.entry-btn a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  font-size: 16px;
  color: #333333;
  border: 1px solid #333333;
}
@media screen and (min-width: 768px) {
  .entry-wrap div.entry-btn a.btn {
    transition: all .4s ease;
  }
  .entry-wrap div.entry-btn a.btn:hover {
    color: #ff612d;
    border: 1px solid #ff612d;
  }
}
@media screen and (max-width: 768px) {
  .entry-wrap div.entry-btn a.btn {
    width: 58.66667vw;
    height: 13.33333vw;
    font-size: 3.73333vw;
  }
}

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