@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #2c2924;
  font-size: 15px;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #ebc321;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong {
  color: #6B8FF7;
  font-weight: bold;
}

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

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: relative;
  display: flex;
  align-items: center;
  height: 160px;
  padding-left: 1.5%;
  background-color: #fff;
}
#header .top .right {
  display: flex;
  align-items: end;
  flex-direction: column;
  width: 70%;
  margin-left: auto;
  height: 100%;
}
#header .top .right .contents {
  height: 50%;
  display: flex;
}
#header .top .right .contents .toppage, #header .top .right .contents .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 80px;
}
#header .top .right .contents .toppage a, #header .top .right .contents .contact a {
  width: 100%;
  height: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #2c2924;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#header .top .right .contents .toppage a p, #header .top .right .contents .contact a p {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 20px;
}
#header .top .right .contents .toppage a p small, #header .top .right .contents .contact a p small {
  font-size: 14px;
}
#header .top .right .contents .toppage a .en, #header .top .right .contents .toppage a .tel, #header .top .right .contents .contact a .en, #header .top .right .contents .contact a .tel {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
#header .top .right .contents .toppage {
  background-color: #6B8FF7;
  position: relative;
}
#header .top .right .contents .toppage::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 7px;
  height: 11px;
  background-image: url(../images/h-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#header .top .right .contents .toppage a p {
  color: #fff;
  font-size: 18px;
}
#header .top .right .contents .toppage a p small {
  font-size: 14px;
}
#header .top .right .contents .contact {
  background-color: #fff4dc;
}
#header .top .right .contents .contact a .tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .top .right .contents .contact a .tel::before {
  content: "";
  margin-right: 10px;
  width: 20px;
  height: 22px;
  background-image: url(../images/tel-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1299px) {
  #header .top .logo a img {
    max-width: 300px;
  }
}
@media (max-width: 999px) {
  #header .top {
    height: 120px;
  }
  #header .logo a {
    display: flex;
  }
  #header .logo a img {
    max-height: 100px;
  }
  #header .logo a .text {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  #header .top {
    height: 80px;
  }
  #header .top .logo a {
    display: block;
  }
  #header .top .logo a img {
    max-width: 200px;
  }
}

#gnav {
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 3.5714285714%;
}
#gnav > ul {
  width: 100%;
  display: flex;
  justify-content: end;
}
#gnav > ul > li > a {
  font-weight: normal;
  text-decoration: none;
  color: #2c2924;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
}
#gnav > ul > li:not(:first-child) {
  margin-left: 3.5714285714%;
}
@media (max-width: 1300px) {
  #gnav > ul > li:not(:first-child) {
    margin-left: 15px;
  }
}
@media (max-width: 999px) {
  #gnav > ul > li > a {
    font-size: 14px;
  }
  #gnav > ul > li:not(:first-child) {
    margin-left: 0;
  }
  #gnav > ul div {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
  }
  #gnav > ul div:not(:first-child) {
    margin-top: 20px !important;
  }
}
/* ----------------------------------------------
case,case-list
------------------------------------------------- */
#case .inner, .case-list .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#case .inner .contents, .case-list .inner .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
#case .inner .contents .block, .case-list .inner .contents .block {
  width: 47.4576271186%;
  background-color: #daf3ff;
}
#case .inner .contents .block:nth-child(n+3), .case-list .inner .contents .block:nth-child(n+3) {
  margin-top: 60px;
}
#case .inner .contents .block a, .case-list .inner .contents .block a {
  font-weight: normal;
  text-decoration: none;
  color: #2c2924;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#case .inner .contents .block a:hover, .case-list .inner .contents .block a:hover {
  opacity: 0.6;
}
#case .inner .contents .block a .costinner, .case-list .inner .contents .block a .costinner {
  width: 85.7142857143%;
  margin: 0 auto;
  padding: 50px 0px 65px;
}
#case .inner .contents .block a .costinner .title, .case-list .inner .contents .block a .costinner .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}
#case .inner .contents .block a .costinner .image-2col, .case-list .inner .contents .block a .costinner .image-2col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
}
#case .inner .contents .block a .costinner .image-2col .image, .case-list .inner .contents .block a .costinner .image-2col .image {
  position: relative;
  width: 45.8333333333%;
  height: 100%;
}
#case .inner .contents .block a .costinner .image-2col .image img, .case-list .inner .contents .block a .costinner .image-2col .image img {
  width: 100%;
}
#case .inner .contents .block a .costinner .image-2col .image p, .case-list .inner .contents .block a .costinner .image-2col .image p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
}
#case .inner .contents .block a .costinner .image-2col .image:not(:first-child):before, .case-list .inner .contents .block a .costinner .image-2col .image:not(:first-child):before {
  position: absolute;
  top: 0;
  left: -18.1818181818%;
  display: block;
  content: "";
  width: 18.1818181818%;
  height: 100%;
  background-image: url(../images/cost-flow.png);
  background-repeat: no-repeat;
  background-position: center;
}
#case .inner .contents .block a .costinner .image-2col .image.before p, .case-list .inner .contents .block a .costinner .image-2col .image.before p {
  color: #fff;
  background-color: #ebc321;
}
#case .inner .contents .block a .costinner .image-2col .image.after p, .case-list .inner .contents .block a .costinner .image-2col .image.after p {
  color: #fff;
  background-color: #5dbae8;
}
#case .inner .contents .block a .costinner table, .case-list .inner .contents .block a .costinner table {
  width: 100%;
  margin-bottom: 30px;
}
#case .inner .contents .block a .costinner table tr, .case-list .inner .contents .block a .costinner table tr {
  border-bottom: solid #fff 1px;
  height: 50px;
}
#case .inner .contents .block a .costinner table tr th, #case .inner .contents .block a .costinner table tr td, .case-list .inner .contents .block a .costinner table tr th, .case-list .inner .contents .block a .costinner table tr td {
  padding: 20px 0 15px 0;
  letter-spacing: 0.08em;
}
#case .inner .contents .block a .costinner table tr th, .case-list .inner .contents .block a .costinner table tr th {
  font-size: 16px;
  font-weight: 700;
  width: 22.9166666667%;
}
#case .inner .contents .block a .costinner table tr td, .case-list .inner .contents .block a .costinner table tr td {
  font-size: 18px;
  font-weight: 500;
  width: 77.0833333333%;
}
#case .inner .contents .block a .costinner table tr .cost, .case-list .inner .contents .block a .costinner table tr .cost {
  font-weight: 700;
  color: #eb5a21;
}
#case .inner .contents .block a .costinner table tr .cost .number, .case-list .inner .contents .block a .costinner table tr .cost .number {
  font-size: 30px;
}
#case .inner .contents .block a .costinner .txtbox, .case-list .inner .contents .block a .costinner .txtbox {
  background-color: #fff;
  padding: 20px 0;
}
#case .inner .contents .block a .costinner .txtbox .txtinner, .case-list .inner .contents .block a .costinner .txtbox .txtinner {
  width: 87.5%;
  margin: 0 auto;
}
#case .inner .contents .block a .costinner .txtbox .txtinner .breakdown, .case-list .inner .contents .block a .costinner .txtbox .txtinner .breakdown {
  font-size: 16px;
  font-weight: 700;
}
#case .inner .contents .block a .costinner .txtbox .txtinner .text, .case-list .inner .contents .block a .costinner .txtbox .txtinner .text {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #case .inner .contents .block, .case-list .inner .contents .block {
    width: 100%;
    max-width: 405px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }
  #case .inner .contents .block:nth-child(n+2), .case-list .inner .contents .block:nth-child(n+2) {
    margin-top: 60px;
  }
  #case .inner .contents .block a .costinner, .case-list .inner .contents .block a .costinner {
    width: 100%;
    margin: 0 auto;
  }
  #case .inner .contents .block a .costinner .title, .case-list .inner .contents .block a .costinner .title {
    font-size: 18px;
  }
  #case .inner .contents .block a .costinner table tr, .case-list .inner .contents .block a .costinner table tr {
    height: 40px;
  }
  #case .inner .contents .block a .costinner table tr th, #case .inner .contents .block a .costinner table tr td, .case-list .inner .contents .block a .costinner table tr th, .case-list .inner .contents .block a .costinner table tr td {
    padding: 5px 0 5px 0;
    letter-spacing: 0.08em;
  }
  #case .inner .contents .block a .costinner table tr th, .case-list .inner .contents .block a .costinner table tr th {
    font-size: 14px;
    width: 29.1666666667%;
  }
  #case .inner .contents .block a .costinner table tr td, .case-list .inner .contents .block a .costinner table tr td {
    font-size: 14px;
    width: 70.8333333333%;
  }
  #case .inner .contents .block a .costinner table tr .cost .number, .case-list .inner .contents .block a .costinner table tr .cost .number {
    font-size: 20px;
  }
  #case .inner .contents .block a .costinner .txtbox, .case-list .inner .contents .block a .costinner .txtbox {
    padding: 10px;
  }
  #case .inner .contents .block a .costinner .txtbox .txtinner, .case-list .inner .contents .block a .costinner .txtbox .txtinner {
    width: 100%;
    margin: 0 auto;
  }
  #case .inner .contents .block a .costinner .txtbox .txtinner .breakdown, .case-list .inner .contents .block a .costinner .txtbox .txtinner .breakdown {
    font-size: 15px;
  }
  #case .inner .contents .block a .costinner .txtbox .txtinner .text, .case-list .inner .contents .block a .costinner .txtbox .txtinner .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
faqset
------------------------------------------------- */
.faqset {
  margin-bottom: 100px;
}
.faqset.notLast {
  margin-bottom: 30px;
}
.faqset .question {
  background-image: url(../images/qanda-icon1.png);
  background-repeat: no-repeat;
  background-position: center right 30px;
  min-height: 80px;
  width: 100%;
  padding: 10px 75px 10px 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
}
.faqset .question.open {
  background-image: url(../images/qanda-icon2.png);
}
.faqset .question p {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: bold;
  width: 100%;
}
.faqset .question p span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -1.3em;
  min-width: 40px;
  height: 40px;
  border-radius: 35px;
  margin-left: 2.5423728814%;
  margin-right: 1.6949152542%;
  text-align: center;
  background-color: #5dbae8;
}
.faqset .answer {
  padding: 10px 10px 10px 0px;
  font-size: 18px;
  letter-spacing: 0.08em;
  background-color: #fff;
}
.faqset .answer p {
  display: flex;
  font-size: 16px;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
  width: 100%;
}
.faqset .answer p span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -1.3em;
  min-width: 40px;
  height: 40px;
  border-radius: 35px;
  margin-left: 2.5423728814%;
  margin-right: 1.6949152542%;
  text-align: center;
  background-color: #ebc321;
}
@media (max-width: 999px) {
  .faqset .question {
    background-position: center right 20px;
    padding: 10px 50px 10px 20px;
  }
  .faqset .question p {
    font-size: 18px;
  }
  .faqset .answer {
    padding: 10px 50px 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faqset .question {
    background-position: center right 15px;
    background-size: 15px;
    padding: 10px 35px 10px 5px;
    min-height: 50px;
  }
  .faqset .question p {
    font-size: 16px;
    line-height: 1.6;
  }
  .faqset .answer {
    padding: 10px 35px 10px 5px;
  }
  .faqset .answer p {
    font-size: 14px;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: absolute;
  top: -72px;
  right: 85px;
  z-index: 3;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 1299px) {
  #pagetop {
    right: 50px;
  }
}
@media (max-width: 999px) {
  #pagetop {
    top: -25px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    top: -20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}

/*マウスオーバー時画像切り替え

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  a {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
    img {
      @include transition();
      position: absolute;
      top: 0;
      &:last-child {
        opacity: 0;
      }
    }
    &:hover img:first-child {
      opacity: 0;
    }
    &:hover img:last-child {
      opacity: 1;
    }
  }
  @include sp {
   //display: none !important;
   bottom: 55px;
    right: 10px;
    width: 40px;
      height: 40px;
    a {

    }
  }
}

*/
/*フッター部分に固定
#pagetop {
  position: absolute;
  top: -30px;
  right: -90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  @include opacity();
  @media (max-width: 1250px){
    right: 20px;
  }
  @include sp {
    //display: none !important;
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
    a {
    }
  }
}
*/
/* ----------------------------------------------
contact
------------------------------------------------- */
#contact, #topcontact {
  position: relative;
  letter-spacing: 0.08em;
  padding-top: 205px;
  padding-bottom: 361px;
}
#contact::before, #topcontact::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 14.2%, 100% 0, 100% 83.2%, 0% 100%);
}
#contact .inner, #topcontact .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#contact .inner .top, #topcontact .inner .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
#contact .inner .top .title, #topcontact .inner .top .title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  margin-bottom: 50px;
}
#contact .inner .top .address, #topcontact .inner .top .address {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .inner .top .address .tel, #topcontact .inner .top .address .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
}
#contact .inner .top .address .tel::before, #topcontact .inner .top .address .tel::before {
  content: "";
  margin-right: 10px;
  width: 30px;
  height: 33px;
  background-image: url(../images/tel-icon-ct.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .inner .top .address small, #topcontact .inner .top .address small {
  margin-left: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
}
#contact .inner .btnset, #topcontact .inner .btnset {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
#contact .inner .btnset .line, #contact .inner .btnset .mail, #topcontact .inner .btnset .line, #topcontact .inner .btnset .mail {
  width: 45.7627118644%;
  height: 140px;
  border-radius: 8px;
}
#contact .inner .btnset .line a, #contact .inner .btnset .mail a, #topcontact .inner .btnset .line a, #topcontact .inner .btnset .mail a {
  font-weight: normal;
  text-decoration: none;
  color: #2c2924;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}
#contact .inner .btnset .line a:hover, #contact .inner .btnset .mail a:hover, #topcontact .inner .btnset .line a:hover, #topcontact .inner .btnset .mail a:hover {
  opacity: 0.6;
}
#contact .inner .btnset .line a::before, #contact .inner .btnset .mail a::before, #topcontact .inner .btnset .line a::before, #topcontact .inner .btnset .mail a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .inner .btnset .line, #topcontact .inner .btnset .line {
  background-color: #00b900;
}
#contact .inner .btnset .line a::before, #topcontact .inner .btnset .line a::before {
  margin-right: 30px;
  width: 70px;
  height: 70px;
  background-image: url(../images/line-icon.png);
}
#contact .inner .btnset .mail, #topcontact .inner .btnset .mail {
  position: relative;
  background-color: #6B8FF7;
}
#contact .inner .btnset .mail a::before, #topcontact .inner .btnset .mail a::before {
  margin-right: 20px;
  width: 46px;
  height: 35px;
  background-image: url(../images/mail-icon.png);
}
#contact .inner .btnset .mail a::after, #topcontact .inner .btnset .mail a::after {
  content: "";
  position: absolute;
  right: 30px;
  width: 11px;
  height: 16px;
  background-image: url(../images/btn-flow-ct.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .inner .steps, #topcontact .inner .steps {
  margin-top: 60px;
  padding-top: 40px;
  min-height: 180px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
#contact .inner .steps .block, #topcontact .inner .steps .block {
  text-align: center;
  position: relative;
}
#contact .inner .steps .block:nth-child(1) .step:before, #contact .inner .steps .block:nth-child(3) .step:before, #topcontact .inner .steps .block:nth-child(1) .step:before, #topcontact .inner .steps .block:nth-child(3) .step:before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #5dbae8;
}
#contact .inner .steps .block:nth-child(1), #topcontact .inner .steps .block:nth-child(1) {
  margin-right: 120px;
}
#contact .inner .steps .block:nth-child(1) .step:before, #topcontact .inner .steps .block:nth-child(1) .step:before {
  left: 100%;
  transform: translate(25%, -50%);
}
#contact .inner .steps .block:nth-child(3), #topcontact .inner .steps .block:nth-child(3) {
  margin-left: 150px;
}
#contact .inner .steps .block:nth-child(3) .step:before, #topcontact .inner .steps .block:nth-child(3) .step:before {
  right: 50%;
  transform: translate(-100%, -50%);
}
#contact .inner .steps .block .step, #topcontact .inner .steps .block .step {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-width: 95px;
  height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-color: #5dbae8;
  border-radius: 6px;
}
#contact .inner .steps .block .title, #topcontact .inner .steps .block .title {
  position: absolute;
  display: flex;
  align-items: start;
  min-height: 60px;
  bottom: 35px;
  left: 50%;
  transform: translatex(-50%);
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 999px) {
  #contact, #topcontact {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  #contact::before, #topcontact::before {
    clip-path: polygon(0 14.2%, 100% 0, 100% 89.2%, 0% 100%);
  }
  #contact .inner .top .title, #topcontact .inner .top .title {
    font-size: 30px;
  }
  #contact .inner .top .address .tel, #topcontact .inner .top .address .tel {
    font-size: 34px;
  }
  #contact .inner .top .address small, #topcontact .inner .top .address small {
    font-size: 18px;
  }
  #contact .inner .btnset .line, #contact .inner .btnset .mail, #topcontact .inner .btnset .line, #topcontact .inner .btnset .mail {
    height: 100px;
  }
  #contact .inner .btnset .line a, #contact .inner .btnset .mail a, #topcontact .inner .btnset .line a, #topcontact .inner .btnset .mail a {
    font-size: 20px;
  }
  #contact .inner .btnset .line a::before, #topcontact .inner .btnset .line a::before {
    margin-right: 30px;
    width: 70px;
    height: 70px;
    background-image: url(../images/line-icon.png);
  }
  #contact .inner .btnset .mail a::before, #topcontact .inner .btnset .mail a::before {
    margin-right: 20px;
    width: 46px;
    height: 35px;
    background-image: url(../images/mail-icon.png);
  }
  #contact .inner .steps, #topcontact .inner .steps {
    margin-top: 50px;
  }
  #contact .inner .steps .block .title, #topcontact .inner .steps .block .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #contact, #topcontact {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  #contact::before, #topcontact::before {
    clip-path: polygon(0 9.2%, 100% 0, 100% 90.8%, 0% 100%);
  }
  #contact .inner .top .title, #topcontact .inner .top .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #contact .inner .top .address, #topcontact .inner .top .address {
    flex-direction: column;
  }
  #contact .inner .top .address small, #topcontact .inner .top .address small {
    font-size: 18px;
    margin-left: 0;
  }
  #contact .inner .btnset .line, #contact .inner .btnset .mail, #topcontact .inner .btnset .line, #topcontact .inner .btnset .mail {
    height: 60px;
  }
  #contact .inner .btnset .line a, #contact .inner .btnset .mail a, #topcontact .inner .btnset .line a, #topcontact .inner .btnset .mail a {
    font-size: 16px;
  }
  #contact .inner .btnset .line a::before, #topcontact .inner .btnset .line a::before {
    display: none;
  }
  #contact .inner .btnset .mail a::before, #topcontact .inner .btnset .mail a::before {
    display: none;
  }
  #contact .inner .btnset .mail a::after, #topcontact .inner .btnset .mail a::after {
    display: none;
  }
  #contact .inner .steps, #topcontact .inner .steps {
    display: block;
    padding: 20px 10px;
  }
  #contact .inner .steps .block, #topcontact .inner .steps .block {
    display: flex;
  }
  #contact .inner .steps .block .step, #topcontact .inner .steps .block .step {
    margin: 0;
  }
  #contact .inner .steps .block:nth-child(1) .step:before, #contact .inner .steps .block:nth-child(3) .step:before, #topcontact .inner .steps .block:nth-child(1) .step:before, #topcontact .inner .steps .block:nth-child(3) .step:before {
    top: 50%;
    transform: translateY(0);
    width: 2px;
    height: 40px;
  }
  #contact .inner .steps .block:nth-child(2), #contact .inner .steps .block:nth-child(3), #topcontact .inner .steps .block:nth-child(2), #topcontact .inner .steps .block:nth-child(3) {
    margin-top: 8px;
  }
  #contact .inner .steps .block:nth-child(1), #topcontact .inner .steps .block:nth-child(1) {
    margin-right: 0;
  }
  #contact .inner .steps .block:nth-child(1) .step:before, #topcontact .inner .steps .block:nth-child(1) .step:before {
    left: 0%;
    left: 50%;
    transform: translatex(-50%);
    top: 100%;
  }
  #contact .inner .steps .block:nth-child(3), #topcontact .inner .steps .block:nth-child(3) {
    margin-left: 0;
  }
  #contact .inner .steps .block:nth-child(3) .step:before, #topcontact .inner .steps .block:nth-child(3) .step:before {
    right: 0;
    left: 50%;
    transform: translatex(-50%);
    top: initial;
    bottom: 100%;
  }
  #contact .inner .steps .block .title, #topcontact .inner .steps .block .title {
    margin-left: 10px;
    position: relative;
    bottom: 0px;
    left: 0;
    transform: translatex(0);
    font-size: 14px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  letter-spacing: 0.08em;
  position: relative;
  z-index: 2;
}
#footer::before {
  position: absolute;
  z-index: -1;
  top: -34%;
  right: 0;
  width: 100%;
  height: 134%;
  content: "";
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 22.2%, 100% 0, 100% 100%, 0% 100%);
}
#footer .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 46px;
  padding-bottom: 160px;
}
#footer .inner .logo {
  margin-bottom: 30px;
}
#footer .inner .logo img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#footer .inner .logo img:hover {
  opacity: 0.6;
}
#footer .inner .contents {
  display: flex;
}
#footer .inner .contents .left {
  width: 44.9152542373%;
}
#footer .inner .contents .left .address {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 1.875;
}
#footer .inner .contents .left .btn {
  position: relative;
  width: 260px;
  height: 80px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .inner .contents .left .btn a {
  width: 100%;
  height: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #2c2924;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  flex-direction: column;
  color: #6B8FF7;
  font-weight: 700;
  font-size: 18px;
}
#footer .inner .contents .left .btn a:hover {
  opacity: 0.6;
}
#footer .inner .contents .left .btn a small {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
#footer .inner .contents .left .btn::after {
  content: "";
  position: absolute;
  right: 30px;
  width: 7px;
  height: 11px;
  background-image: url(../images/ft-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#footer .inner .contents .right {
  width: 55.0847457627%;
}
#footer .inner .contents .right #fnav {
  min-height: 120px;
}
#footer .inner .contents .right #fnav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  gap: 30px 37px;
}
#footer .inner .contents .right #fnav > ul > li {
  display: flex;
}
#footer .inner .contents .right #fnav > ul > li > a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: normal;
  text-decoration: none;
  color: #2c2924;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}
#footer .inner .contents .right #fnav > ul > li > a:hover {
  opacity: 0.6;
}
#footer .inner .contents .right #copyright {
  margin-top: 80px;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 999px) {
  #footer::before {
    top: -17%;
    height: 117%;
    clip-path: polygon(0 14.2%, 100% 0, 100% 100%, 0% 100%);
  }
  #footer .inner .contents .right #fnav {
    min-height: 120px;
  }
  #footer .inner .contents .right #fnav > ul {
    gap: 30px 20px;
  }
  #footer .inner .contents .right #fnav > ul > li > a {
    font-size: 16px;
  }
  #footer .inner .contents .right #copyright {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #footer::before {
    top: -11%;
    height: 111%;
    clip-path: polygon(0 7.2%, 100% 0, 100% 100%, 0% 100%);
  }
  #footer .inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  #footer .inner .contents {
    display: block;
  }
  #footer .inner .contents .left {
    width: 100%;
  }
  #footer .inner .contents .left .address {
    text-align: center;
    font-size: 15px;
  }
  #footer .inner .contents .left .btn {
    margin: 0 auto;
  }
  #footer .inner .contents .right {
    margin-top: 40px;
    width: 100%;
  }
  #footer .inner .contents .right #fnav {
    min-height: 120px;
  }
  #footer .inner .contents .right #fnav > ul {
    justify-content: center;
    gap: 20px 20px;
  }
  #footer .inner .contents .right #fnav > ul > li > a {
    font-size: 16px;
  }
  #footer .inner .contents .right #copyright {
    margin-top: 40px;
    font-size: 13px;
    text-align: center;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  margin-bottom: 80px;
}
.contactbnr .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.contactbnr .tel a,
.contactbnr .contact a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
}
.contactbnr .tel a:hover,
.contactbnr .contact a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */