@charset "UTF-8";
/* CUSTOM VARIABLE */
/* Font */
/*TRANSITION*/
/*BREAKPOINT*/
* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1.5;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.bg-set {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hvO {
  -webkit-transition: 0.15s ease opacity;
  -moz-transition: 0.15s ease opacity;
  -ms-transition: 0.15s ease opacity;
  -o-transition: 0.15s ease opacity;
  transition: 0.15s ease opacity;
}

.hvO:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.hvU:hover {
  text-decoration: underline;
}

.hvUa {
  position: relative;
}

.hvUa:before {
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #00D0B1;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  transition: width 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1000px) {
  .hvUa:before {
    display: none;
  }
}

.hvUa:hover:before {
  width: 100%;
}

strong,
b {
  font-weight: bold;
}

.only-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}

.noOverflow {
  overflow: hidden;
}

.bigCont {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 1650px) {
  .bigCont {
    max-width: 1720px;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .bigCont {
    max-width: 2200px;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .bigCont {
    padding: 0 5%;
  }
}

.cont {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 1650px) {
  .cont {
    max-width: 1366px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .cont {
    max-width: 1920px;
  }
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00D0B1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.headingTitle {
  text-align: center;
  font-weight: bold;
  margin-bottom: 42px;
}

@media screen and (min-width: 1650px) {
  .headingTitle {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .headingTitle {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 1000px) {
  .headingTitle {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 300px) {
  .headingTitle {
    margin-bottom: 20px;
  }
}

.headingTitle h2 {
  font-size: 25px;
  margin-bottom: 7px;
}

@media screen and (min-width: 1650px) {
  .headingTitle h2 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .headingTitle h2 {
    font-size: 46px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .headingTitle h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .headingTitle h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 300px) {
  .headingTitle h2 {
    font-size: 18px;
  }
}

.headingTitle h4 {
  font-size: 18px;
  color: #00D0B1;
  letter-spacing: 0.8px;
}

@media screen and (min-width: 1650px) {
  .headingTitle h4 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .headingTitle h4 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1000px) {
  .headingTitle h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .headingTitle h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 300px) {
  .headingTitle h4 {
    font-size: 12px;
  }
}

.btnBox {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .btnBox {
    justify-content: center;
  }
}

.btnBox a {
  display: flex;
  align-items: center;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .btnBox a {
    padding: 10px 30px;
    background-color: #00D0B1;
    transform: skew(-20deg);
  }
}

.btnBox a span {
  margin-right: 17px;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1650px) {
  .btnBox a span {
    margin-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .btnBox a span {
    margin-right: 12px;
    color: #FFF;
    transform: skew(20deg);
  }
}

.btnBox a .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00D0B1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

@media screen and (min-width: 1650px) {
  .btnBox a .icon {
    width: 32px;
    height: 32px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .btnBox a .icon {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .btnBox a .icon {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    color: #00D0B1;
    transform: skew(20deg);
  }
}

.btnBox a .icon i {
  font-size: 9px;
}

@media screen and (min-width: 1650px) {
  .btnBox a .icon i {
    font-size: 15px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .btnBox a .icon i {
    font-size: 19px;
  }
}

.btnBox a:hover {
  left: 8px;
}

@media screen and (max-width: 767px) {
  .btnBox a:hover {
    left: 0;
  }
}

.btnBox a:hover span {
  color: #00D0B1;
}

@media screen and (max-width: 767px) {
  .btnBox a:hover span {
    color: #FFF;
  }
}

/* CUSTOM VARIABLE */
/* Font */
/*TRANSITION*/
/*BREAKPOINT*/
::selection {
  background-color: #33d9c1;
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
  font-family: din-2014, "Hiragino Sans", "ヒラギノ角ゴ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 0.8px;
}

@media screen and (min-width: 1650px) {
  body {
    font-size: 24px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  body {
    font-size: 32px;
  }
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 300px) {
  body {
    font-size: 12px;
  }
}

/* CUSTOM VARIABLE */
/* Font */
/*TRANSITION*/
/*BREAKPOINT*/
/*HEADER*/
#header {
  width: 100%;
  margin: auto;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #FFF;
  position: fixed;
  transition: all 0.3s ease;
  border-radius: 0;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.16);
}

@media screen and (min-width: 1650px) {
  #header {
    height: 120px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #header {
    height: 160px;
  }
}

@media screen and (max-width: 1000px) {
  #header {
    height: 60px;
  }
}

@media screen and (max-width: 1000px) {
  #header .bigCont {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 350px) {
  #header .bigCont {
    padding: 0 0.5rem;
  }
}

#header .firstRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0;
}

@media screen and (min-width: 1650px) {
  #header .firstRow {
    height: 120px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #header .firstRow {
    height: 160px;
  }
}

@media screen and (max-width: 1000px) {
  #header .firstRow {
    height: 60px;
  }
}

#header .firstRow .logo {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#header .firstRow .logo h1 {
  text-indent: -9000px;
  position: absolute;
  left: 0;
  top: 0;
}

#header .firstRow .logo a {
  display: block;
  margin-right: 20px;
}

@media screen and (min-width: 1650px) {
  #header .firstRow .logo a {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1000px) {
  #header .firstRow .logo a {
    margin-right: 10px;
  }
}

#header .firstRow .logo a img {
  width: 200px;
}

@media screen and (min-width: 1650px) {
  #header .firstRow .logo a img {
    width: 300px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #header .firstRow .logo a img {
    width: 450px;
  }
}

@media screen and (max-width: 1000px) {
  #header .firstRow .logo a img {
    width: 160px;
  }
}

#header .firstRow .logo span {
  font-size: 12px;
}

@media screen and (min-width: 1650px) {
  #header .firstRow .logo span {
    font-size: 20px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #header .firstRow .logo span {
    font-size: 28px;
  }
}

@media screen and (max-width: 1000px) {
  #header .firstRow .logo span {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  #header .firstRow .logo span {
    display: none;
  }
}

#header .firstRow .rightSide {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #header .firstRow .rightSide {
    display: none;
  }
}

#header .firstRow .rightSide .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
}

@media screen and (min-width: 1650px) {
  #header .firstRow .rightSide .tel {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #header .firstRow .rightSide .tel {
    margin-right: 50px;
  }
}

#header .firstRow .rightSide .tel img {
  position: relative;
  transform: rotate(31deg);
}

@media screen and (min-width: 1650px) {
  #header .firstRow .rightSide .tel img {
    width: 40px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #header .firstRow .rightSide .tel img {
    width: 50px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 1000px) {
  #header .firstRow .rightSide .tel img {
    width: 20px;
  }
}

#header .firstRow .rightSide .tel .text span {
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
}

@media screen and (min-width: 1650px) {
  #header .firstRow .rightSide .tel .text span {
    font-size: 20px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #header .firstRow .rightSide .tel .text span {
    font-size: 28px;
  }
}

@media screen and (max-width: 1000px) {
  #header .firstRow .rightSide .tel .text span {
    font-size: 10px;
  }
}

#header .firstRow .rightSide .tel .text p {
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 1650px) {
  #header .firstRow .rightSide .tel .text p {
    font-size: 42px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #header .firstRow .rightSide .tel .text p {
    font-size: 60px;
  }
}

@media screen and (max-width: 1000px) {
  #header .firstRow .rightSide .tel .text p {
    font-size: 22px;
  }
}

#header .firstRow .rightSide .contact {
  width: 147px;
  height: 40px;
  background-color: #F09606;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
}

@media screen and (min-width: 1650px) {
  #header .firstRow .rightSide .contact {
    width: 200px;
    height: 60px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #header .firstRow .rightSide .contact {
    width: 250px;
    height: 75px;
  }
}

@media screen and (max-width: 1000px) {
  #header .firstRow .rightSide .contact {
    width: 120px;
    height: 35px;
    font-size: 14px;
  }
}

#header .firstRow .rightSide .contact img {
  margin-right: 10px;
}

@media screen and (min-width: 1650px) {
  #header .firstRow .rightSide .contact img {
    margin-right: 15px;
    width: 27px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #header .firstRow .rightSide .contact img {
    margin-right: 20px;
    width: 37px;
  }
}

#header .headerSpBtn {
  cursor: pointer;
  position: absolute;
  color: #FFF;
  top: 10px;
  right: 1rem;
  width: 40px;
  height: 40px;
  background-color: #00D0B1;
  border: none;
  text-align: center;
  outline: none;
  border-radius: 0;
  transition: all .2s ease-in-out;
  display: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  #header .headerSpBtn {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #header .headerSpBtn {
    right: 0.5rem;
  }
}

#header .headerSpBtn > div {
  position: absolute;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  background-color: #FFF;
  width: 25px;
  transition: all .2s ease-in-out;
  border-radius: 0;
}

#header .headerSpBtn > div::after, #header .headerSpBtn > div::before {
  position: absolute;
  display: inline-block;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #FFF;
  transform-origin: center;
  transition: all .2s ease-in-out;
  border-radius: 0;
}

#header .headerSpBtn > div::after {
  bottom: -9px;
  left: 0;
}

#header .headerSpBtn > div::before {
  top: -9px;
  left: 0;
}

#header .headerSpBtn._active > div {
  background-color: transparent;
}

#header .headerSpBtn._active > div::after {
  transform: rotate(45deg);
  bottom: 0;
}

#header .headerSpBtn._active > div::before {
  transform: rotate(-45deg);
  top: 0;
}

#header.scroll {
  width: 100%;
  left: 0;
  border-radius: 0;
}

.navigation {
  position: sticky;
  width: 100%;
  height: 65px;
  top: 80px;
  left: 0;
  z-index: 10;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  background-color: #FFF;
}

@media screen and (min-width: 1650px) {
  .navigation {
    height: 85px;
    top: 120px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .navigation {
    height: 100px;
    top: 160px;
  }
}

@media screen and (max-width: 1200px) {
  .navigation {
    height: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .navigation {
    height: 40px;
    top: 58px;
  }
}

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

.navigation .bigCont ul {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1650px) {
  .navigation .bigCont ul {
    height: 85px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .navigation .bigCont ul {
    height: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .navigation .bigCont ul {
    height: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .navigation .bigCont ul {
    height: 40px;
  }
}

.navigation .bigCont ul li {
  margin: 0 36px;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 1650px) {
  .navigation .bigCont ul li {
    margin: 0 50px;
  }
}

@media screen and (max-width: 1200px) {
  .navigation .bigCont ul li {
    margin: 0 30px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .navigation .bigCont ul li {
    font-size: 13px;
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .navigation .bigCont ul li {
    max-width: 300px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    padding: 30px 10px;
  }
}

.navigation .bigCont ul li a {
  transition: all 0.3s ease;
}

.navigation .bigCont ul li a:hover {
  color: #00D0B1;
}

.navigation .bigCont ul li ul {
  display: none;
  transition: all 0.3s ease;
}

.navigation .bigCont ul li ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #EEE;
}

.navigation .bigCont ul li ul li a {
  padding: 9px 15px;
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  font-size: 14px;
}

.navigation .bigCont ul li ul li a:hover {
  color: #00D0B1;
}

.navigation .bigCont ul li:hover ul {
  display: block;
  opacity: 1;
  position: absolute;
  left: -15px;
  top: 20px;
  padding: 0;
  padding-top: 15px;
  font-size: 14px;
  width: 150px;
  border-top: 0;
  z-index: 2;
  background-color: #FFF;
  border-radius: 0;
  height: auto;
}

/* NAV SP */
.navSp {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #00D0B1;
  z-index: 3;
  overflow-y: auto;
  opacity: 1;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 0;
  color: #FFF;
}

.navSp._active {
  top: 60px;
  visibility: visible;
}

.navSp .inner li {
  border-bottom: 1px dashed #FFF;
}

.navSp .inner li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  padding: 13px 15px;
  font-size: 14px;
  letter-spacing: 3px;
}

@media screen and (max-width: 300px) {
  .navSp .inner li a {
    font-size: 12px;
  }
}

.navSp .inner li .dropdownSp {
  display: none;
  width: 100%;
}

.navSp .inner li.hasChild .menuSp {
  display: flex;
  justify-content: space-between;
}

.navSp .inner li.hasChild .menuSp i {
  font-size: 20px;
  transition: all 0.3s ease;
}

.navSp .inner li.hasChild .menuSp.nav-change {
  padding-bottom: 0;
}

.navSp .inner li.hasChild .menuSp.nav-change i {
  transform: rotate(90deg);
}

.navSp .inner li.hasChild .dropdownSp {
  width: 100%;
}

.navSp .inner li.hasChild .dropdownSp li {
  border-bottom: 1px dashed #00D0B1;
}

.navSp .inner li.hasChild .dropdownSp li:first-child {
  border-top: 1px dashed #00D0B1;
}

.navSp .inner li.hasChild .dropdownSp li:first-child a {
  padding-top: 5px;
}

.navSp .inner li.hasChild .dropdownSp li:last-child {
  border-bottom: 0;
}

.navSp .inner li.hasChild .dropdownSp li:last-child a {
  padding-bottom: 10px;
}

.navSp .inner li.hasChild .dropdownSp li a {
  padding: 5px 15px;
  font-size: 12px;
  padding-left: 20px;
}

@media screen and (max-width: 300px) {
  .navSp .inner li.hasChild .dropdownSp li a {
    font-size: 10px;
  }
}

/* CUSTOM VARIABLE */
/* Font */
/*TRANSITION*/
/*BREAKPOINT*/
/* SASS UNTUK FOOTER */
#footer {
  padding: 57px 0 48px;
}

@media screen and (min-width: 2255px) {
  #footer {
    padding: 90px 0;
  }
}

@media screen and (max-width: 1000px) {
  #footer {
    padding: 47px 0 38px;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 0 55px;
  }
}

#footer .bigCont {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #footer .bigCont {
    justify-content: center;
  }
}

#footer .bigCont:last-child {
  align-items: center;
  margin-top: 57px;
}

@media screen and (max-width: 1000px) {
  #footer .bigCont:last-child {
    margin-top: 30px;
  }
}

#footer .leftSide {
  width: 350px;
}

@media screen and (min-width: 1650px) {
  #footer .leftSide {
    width: 550px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #footer .leftSide {
    width: 750px;
  }
}

@media screen and (max-width: 1000px) {
  #footer .leftSide {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  #footer .leftSide {
    width: 100%;
    text-align: center;
  }
}

#footer .leftSide .logo {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #footer .leftSide .logo {
    justify-content: center;
  }
}

#footer .leftSide .logo h1 {
  text-indent: -9000px;
  position: absolute;
  left: 0;
  top: 0;
}

#footer .leftSide .logo a {
  display: block;
  margin-right: 20px;
}

@media screen and (min-width: 1650px) {
  #footer .leftSide .logo a {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1000px) {
  #footer .leftSide .logo a {
    margin-right: 10px;
  }
}

#footer .leftSide .logo a img {
  width: 200px;
}

@media screen and (min-width: 1650px) {
  #footer .leftSide .logo a img {
    width: 300px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #footer .leftSide .logo a img {
    width: 450px;
  }
}

@media screen and (max-width: 1000px) {
  #footer .leftSide .logo a img {
    width: 160px;
  }
}

#footer .leftSide .logo span {
  font-size: 12px;
}

@media screen and (min-width: 1650px) {
  #footer .leftSide .logo span {
    font-size: 20px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #footer .leftSide .logo span {
    font-size: 28px;
  }
}

@media screen and (max-width: 1000px) {
  #footer .leftSide .logo span {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  #footer .leftSide .logo span {
    display: none;
  }
}

#footer .leftSide address {
  margin: 32px 0 6px;
  letter-spacing: 2px;
}

@media screen and (min-width: 1650px) {
  #footer .leftSide address {
    margin: 40px 0 10px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #footer .leftSide address {
    margin: 60px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #footer .leftSide address {
    margin: 20px 0 10px;
  }
}

#footer .leftSide .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #footer .leftSide .tel {
    justify-content: center;
  }
}

#footer .leftSide .tel img {
  width: 20px;
  margin-right: 5px;
}

@media screen and (min-width: 1650px) {
  #footer .leftSide .tel img {
    margin-right: 10px;
    width: 25px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #footer .leftSide .tel img {
    width: 35px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 1000px) {
  #footer .leftSide .tel img {
    width: 14px;
  }
}

#footer .leftSide .tel span {
  font-size: 27px;
  font-weight: bold;
}

@media screen and (min-width: 1650px) {
  #footer .leftSide .tel span {
    font-size: 37px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #footer .leftSide .tel span {
    font-size: 50px;
  }
}

@media screen and (max-width: 1000px) {
  #footer .leftSide .tel span {
    font-size: 22px;
  }
}

#footer .rightSide {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

@media screen and (max-width: 767px) {
  #footer .rightSide {
    display: none;
  }
}

#footer .rightSide ul {
  margin-left: 80px;
}

@media screen and (min-width: 1650px) {
  #footer .rightSide ul {
    margin-left: 100px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #footer .rightSide ul {
    margin-left: 120px;
  }
}

@media screen and (max-width: 1000px) {
  #footer .rightSide ul {
    margin-left: 40px;
  }
}

#footer .rightSide ul:first-child {
  margin-left: 0;
}

#footer .rightSide ul li {
  margin-bottom: 10px;
}

@media screen and (min-width: 1650px) {
  #footer .rightSide ul li {
    margin-bottom: 15px;
  }
}

#footer .rightSide ul li:last-child {
  margin-bottom: 0;
}

#footer .rightSide ul li a {
  font-size: 15px;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1650px) {
  #footer .rightSide ul li a {
    font-size: 22px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #footer .rightSide ul li a {
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  #footer .rightSide ul li a {
    font-size: 14px;
  }
}

#footer .rightSide ul li a:hover {
  color: #00D0B1;
}

#footer .rightSide ul li a.sub {
  font-size: 14px;
  color: #808080;
}

@media screen and (max-width: 1000px) {
  #footer .rightSide ul li a.sub {
    font-size: 13px;
  }
}

#footer .rightSide ul li a.sub:hover {
  color: #00D0B1;
}

#footer .copyright {
  font-size: 15px;
  color: #939393;
}

@media screen and (min-width: 1650px) {
  #footer .copyright {
    font-size: 18px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #footer .copyright {
    font-size: 28px;
  }
}

@media screen and (max-width: 1000px) {
  #footer .copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  #footer .copyright {
    font-size: 12px;
  }
}

#footer .links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  #footer .links {
    display: none;
  }
}

#footer .links a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 28px;
  font-size: 15px;
  position: relative;
  transition: all 0.3s ease;
  left: 0;
}

#footer .links a:hover {
  left: 6px;
}

#footer .links a:hover span {
  color: #00D0B1;
}

@media screen and (min-width: 1650px) {
  #footer .links a {
    margin-left: 40px;
    font-size: 20px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #footer .links a {
    margin-left: 60px;
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  #footer .links a {
    font-size: 14px;
  }
}

#footer .links a span {
  transition: all 0.3s ease;
}

#footer .links a .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00D0B1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin-right: 8px;
}

@media screen and (min-width: 1650px) {
  #footer .links a .icon {
    margin-right: 16px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #footer .links a .icon {
    width: 40px;
    height: 40px;
  }
}

#footer .links a .icon i {
  font-size: 9px;
}

@media screen and (min-width: 1650px) {
  #footer .links a .icon i {
    font-size: 16px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #footer .links a .icon i {
    font-size: 24px;
  }
}

.float-btn {
  position: fixed;
  height: 45px;
  width: 100%;
  background-color: #00D0B1;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}

@media screen and (max-width: 767px) {
  .float-btn {
    display: flex;
    justify-content: space-between;
  }
}

.float-btn div {
  width: 50%;
  color: #FFF;
}

.float-btn div:last-child {
  border-left: 1px solid #FFFFFF;
}

.float-btn div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.float-btn div a i {
  margin-right: 10px;
}

.float-btn div a span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .float-btn div a span {
    font-size: 15px;
  }
}

/* CUSTOM VARIABLE */
/* Font */
/*TRANSITION*/
/*BREAKPOINT*/
/* SASS UNTUK MAINVISUAL */
#mainvisual {
  margin-top: 80px;
  position: relative;
}

@media screen and (min-width: 1650px) {
  #mainvisual {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #mainvisual {
    margin-top: 160px;
  }
}

@media screen and (max-width: 1000px) {
  #mainvisual {
    margin-top: 60px;
  }
}

#mainvisual.topPage .catchcopy {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #mainvisual.topPage .catchcopy .bigCont {
    padding: 0 2.5%;
  }
}

#mainvisual.topPage .catchcopy .bigCont h2 {
  font-size: 56px;
  color: #00D0B1;
  font-weight: bold;
  margin: -50px 0 0;
}

@media screen and (min-width: 1650px) {
  #mainvisual.topPage .catchcopy .bigCont h2 {
    font-size: 82px;
    margin: -100px 0 0;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #mainvisual.topPage .catchcopy .bigCont h2 {
    font-size: 105px;
  }
}

@media screen and (max-width: 1200px) {
  #mainvisual.topPage .catchcopy .bigCont h2 {
    margin: 0;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual.topPage .catchcopy .bigCont h2 {
    margin: 0 0 1vw;
    font-size: 5vw;
  }
}

#mainvisual.topPage .catchcopy .bigCont .btnBoxx {
  max-width: 397px;
  width: 100%;
  text-align: right;
}

@media screen and (min-width: 1650px) {
  #mainvisual.topPage .catchcopy .bigCont .btnBoxx {
    max-width: 567px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #mainvisual.topPage .catchcopy .bigCont .btnBoxx {
    max-width: 741px;
  }
}

@media screen and (max-width: 1200px) {
  #mainvisual.topPage .catchcopy .bigCont .btnBoxx {
    max-width: 34.5%;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual.topPage .catchcopy .bigCont .btnBoxx {
    text-align: left;
  }
}

#mainvisual.topPage .catchcopy .bigCont .btnBoxx a img {
  width: 250px;
}

@media screen and (min-width: 1650px) {
  #mainvisual.topPage .catchcopy .bigCont .btnBoxx a img {
    width: 450px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #mainvisual.topPage .catchcopy .bigCont .btnBoxx a img {
    width: 550px;
  }
}

@media screen and (max-width: 1000px) {
  #mainvisual.topPage .catchcopy .bigCont .btnBoxx a img {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual.topPage .catchcopy .bigCont .btnBoxx a img {
    width: 85%;
  }
}

#mainvisual.topPage .catchcopy .bigCont .btnBoxx a:hover {
  left: 0;
}

#mainvisual.topPage .catchcopy .bigCont p {
  display: flex;
  justify-content: flex-end;
  max-width: 397px;
  width: 100%;
  text-align: right;
  margin-bottom: 30px;
}

@media screen and (min-width: 1650px) {
  #mainvisual.topPage .catchcopy .bigCont p {
    max-width: 567px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #mainvisual.topPage .catchcopy .bigCont p {
    max-width: 741px;
  }
}

@media screen and (max-width: 1200px) {
  #mainvisual.topPage .catchcopy .bigCont p {
    max-width: 34.5%;
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual.topPage .catchcopy .bigCont p {
    margin-bottom: 2.5vw;
    justify-content: flex-start;
    font-size: 2vw;
  }
}

#mainvisual.topPage .catchcopy .bigCont p .one {
  color: #E4011E;
}

#mainvisual.topPage .catchcopy .bigCont p .two {
  color: #D6A600;
}

#mainvisual.topPage .catchcopy .bigCont p .three {
  color: #1B973A;
}

#mainvisual.topPage .catchcopy .bigCont p .four {
  color: #C50E28;
}

#mainvisual.topPage .catchcopy .bigCont p .five {
  color: #E83418;
}

#mainvisual.topPage .catchcopy .bigCont p .six {
  color: #00A6D9;
}

#mainvisual.topPage .catchcopy .bigCont p .seven {
  color: #FABD00;
}

#mainvisual.topPage .catchcopy .bigCont p .eight {
  color: #970A31;
}

#mainvisual.topPage .catchcopy .bigCont p .nine {
  color: #EC6A06;
}

#mainvisual.topPage .catchcopy .bigCont p .ten {
  color: #DC097B;
}

#mainvisual.topPage .catchcopy .bigCont p .eleven {
  color: #F5A20B;
}

#mainvisual.topPage .catchcopy .bigCont p .twelve {
  color: #D39206;
}

#mainvisual.topPage .catchcopy .bigCont p .thirteen {
  color: #407936;
}

#mainvisual.topPage .catchcopy .bigCont p .fourteen {
  color: #0075BA;
}

#mainvisual.topPage .catchcopy .bigCont p .fifteen {
  color: #28A838;
}

#mainvisual.topPage .catchcopy .bigCont p .sixteen {
  color: #004C88;
}

#mainvisual.topPage .catchcopy .bigCont p .seventeen {
  color: #023067;
}

#mainvisual.topPage .mv img {
  width: 100%;
}

#mainvisual.subPage {
  width: 100%;
  height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  background-image: url(../img/top/bg-service.jpg);
}

@media screen and (min-width: 1650px) {
  #mainvisual.subPage {
    height: 300px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #mainvisual.subPage {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual.subPage {
    height: 150px;
  }
}

#mainvisual.subPage div {
  text-align: center;
}

#mainvisual.subPage div h1 {
  font-size: 32px;
  margin-bottom: 5px;
  line-height: 1.35;
}

@media screen and (min-width: 1650px) {
  #mainvisual.subPage div h1 {
    font-size: 45px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #mainvisual.subPage div h1 {
    font-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual.subPage div h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 300px) {
  #mainvisual.subPage div h1 {
    font-size: 22px;
  }
}

#mainvisual.subPage div p {
  font-size: 18px;
}

@media screen and (min-width: 1650px) {
  #mainvisual.subPage div p {
    font-size: 28px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  #mainvisual.subPage div p {
    font-size: 38px;
  }
}

/* CUSTOM VARIABLE */
/* Font */
/*TRANSITION*/
/*BREAKPOINT*/
.cc-window {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  -ms-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.cc-color-override--1821647713.cc-window {
  background-color: #fff !important;
}

.cc-message a {
  color: #00D0B1 !important;
  position: relative;
  text-decoration: none !important;
}

.cc-message a:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #00D0B1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.cc-message a:hover:before {
  transform: scale(1, 1);
}

.cc-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  width: 318px;
  height: 50px;
  color: #FFF !important;
  background-color: #00D0B1 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #00D0B1 !important;
  margin: 0 8px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  padding: 0 !important;
  font-family: din-2014, "Hiragino Sans", "ヒラギノ角ゴ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}

.cc-btn:hover {
  background-color: #00BCC6 !important;
  border-color: #00BCC6 !important;
}

.breadcrumb {
  background-color: #FFF;
  margin: 0;
}

.breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 12.5px 0;
}

@media screen and (min-width: 2255px) {
  .breadcrumb ul {
    padding: 16px 0;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb ul {
    padding: 7px 0;
  }
}

.breadcrumb ul li a {
  color: #00D0B1;
}

.breadcrumb ul span {
  margin: 0 10px;
  color: #00D0B1;
}

@media screen and (min-width: 1650px) {
  .breadcrumb ul span {
    margin: 0 20px;
  }
}

.recommend {
  padding: 71px 0 55px;
  background-color: #E8E8E8;
}

@media screen and (min-width: 1650px) {
  .recommend {
    padding: 90px 0 75px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .recommend {
    padding: 120px 0 100px;
  }
}

@media screen and (max-width: 1000px) {
  .recommend {
    padding: 61px 0 45px;
  }
}

@media screen and (max-width: 767px) {
  .recommend {
    padding: 40px 0;
  }
}

@media screen and (max-width: 300px) {
  .recommend {
    padding: 30px 0;
  }
}

.recommend .inner ul {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 28px;
}

@media screen and (min-width: 1650px) {
  .recommend .inner ul {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .recommend .inner ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .recommend .inner ul {
    margin-bottom: 30px;
  }
}

.recommend .inner ul li {
  width: 23.7%;
  margin-right: 1.733333%;
}

.recommend .inner ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .recommend .inner ul li {
    width: 47.5%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.recommend .inner ul li a {
  display: block;
  width: 100%;
  height: 237px;
  overflow: hidden;
}

@media screen and (min-width: 1650px) {
  .recommend .inner ul li a {
    height: 324px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .recommend .inner ul li a {
    height: 455px;
  }
}

@media screen and (max-width: 1200px) {
  .recommend .inner ul li a {
    height: 21.3vw;
  }
}

@media screen and (max-width: 1000px) {
  .recommend .inner ul li a {
    height: 42.76vw;
  }
}

.recommend .inner ul li a div {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  transform: scale(1);
}

.recommend .inner ul li a:hover div {
  transform: scale(1.05);
}

.recommend .inner ul li a .img1 {
  background-image: url(../img/top/recommend/recommend01.jpg);
}

.recommend .inner ul li a .img2 {
  background-image: url(../img/top/recommend/recommend02.jpg);
}

.recommend .inner ul li a .img3 {
  background-image: url(../img/top/recommend/recommend03.jpg);
}

.recommend .inner ul li a .img4 {
  background-image: url(../img/top/recommend/recommend04.jpg);
}

.imgBanner {
  display: none;
}

@media screen and (max-width: 1000px) {
  .imgBanner {
    display: block;
  }
}

.contactBanner {
  background-image: url(../img/top/banner-contact-full.jpg);
  background-position: bottom;
  padding: 8.6% 0;
}

@media screen and (min-width: 1650px) {
  .contactBanner {
    padding: 10% 0;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .contactBanner {
    padding: 11% 0;
  }
}

@media screen and (max-width: 1000px) {
  .contactBanner {
    background-image: url(../img/top/bg-banner-sp.svg);
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .contactBanner {
    padding: 30px 0;
  }
}

@media screen and (max-width: 300px) {
  .contactBanner {
    padding: 20px 0;
  }
}

.contactBanner .inner {
  max-width: 355px;
  width: 100%;
  margin: auto;
  color: #FFF;
}

@media screen and (min-width: 1650px) {
  .contactBanner .inner {
    max-width: 550px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .contactBanner .inner {
    max-width: 700px;
  }
}

@media screen and (max-width: 1000px) {
  .contactBanner .inner {
    margin: auto;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .contactBanner .inner {
    max-width: 280px;
  }
}

@media screen and (max-width: 300px) {
  .contactBanner .inner {
    max-width: 250px;
  }
}

.contactBanner .inner h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (min-width: 1650px) {
  .contactBanner .inner h2 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .contactBanner .inner h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 1000px) {
  .contactBanner .inner h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contactBanner .inner h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 300px) {
  .contactBanner .inner h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.contactBanner .inner .tel {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}

@media screen and (min-width: 2255px) {
  .contactBanner .inner .tel {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .contactBanner .inner .tel {
    margin-bottom: 20px;
  }
}

.contactBanner .inner .tel .icon {
  margin-right: 13px;
  width: 70px;
  height: 70px;
  border: 1px solid #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1650px) {
  .contactBanner .inner .tel .icon {
    width: 100px;
    height: 100px;
    margin-right: 30px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .contactBanner .inner .tel .icon {
    width: 130px;
    height: 130px;
  }
}

@media screen and (max-width: 1000px) {
  .contactBanner .inner .tel .icon {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .contactBanner .inner .tel .icon {
    width: 50px;
    height: 50px;
  }
}

.contactBanner .inner .tel .icon svg {
  width: 23px;
  height: 30px;
}

@media screen and (min-width: 1650px) {
  .contactBanner .inner .tel .icon svg {
    width: 70px;
    height: 53px;
  }
}

@media screen and (max-width: 767px) {
  .contactBanner .inner .tel .icon svg {
    width: 18px;
    height: 23px;
  }
}

.contactBanner .inner .tel .icon svg path {
  fill: #FFF;
}

.contactBanner .inner .tel .text p {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1;
}

@media screen and (min-width: 1650px) {
  .contactBanner .inner .tel .text p {
    font-size: 60px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .contactBanner .inner .tel .text p {
    font-size: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .contactBanner .inner .tel .text p {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .contactBanner .inner .tel .text p {
    font-size: 30px;
  }
}

.contactBanner .inner .tel .text span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-left: 53px;
  letter-spacing: 3px;
}

@media screen and (min-width: 1650px) {
  .contactBanner .inner .tel .text span {
    margin-left: 75px;
    font-size: 20px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .contactBanner .inner .tel .text span {
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .contactBanner .inner .tel .text span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .contactBanner .inner .tel .text span {
    font-size: 10px;
    margin-left: 30px;
  }
}

.contactBanner .inner .contact {
  width: 100%;
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  background-color: #FFF;
}

@media screen and (min-width: 1650px) {
  .contactBanner .inner .contact {
    height: 85px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .contactBanner .inner .contact {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .contactBanner .inner .contact {
    height: 60px;
  }
}

.contactBanner .inner .contact svg {
  width: 29px;
  height: 23px;
}

@media screen and (min-width: 1650px) {
  .contactBanner .inner .contact svg {
    width: 38px;
    height: 30px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .contactBanner .inner .contact svg {
    width: 48px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .contactBanner .inner .contact svg {
    width: 25px;
    height: 19px;
  }
}

.contactBanner .inner .contact span {
  margin-left: 26px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 1650px) {
  .contactBanner .inner .contact span {
    font-size: 28px;
    margin-left: 35px;
  }
}

@media screen and (min-width: 1650px) and (min-width: 2255px) {
  .contactBanner .inner .contact span {
    font-size: 38px;
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .contactBanner .inner .contact span {
    font-size: 16px;
    margin-left: 20px;
  }
}

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