@charset "UTF-8";

/*-----------------------------------------------------------
	=Reset default browser
-----------------------------------------------------------*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}


/*-----------------------------------------------------------
	=Basic Setup
-----------------------------------------------------------*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
/* Link Style */
a {
  color: #111;
  text-decoration: none;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
a:focus, a:active, a:hover {
  color: #111;
  text-decoration: none;
}
a:hover img {
  opacity: .4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  zoom: 1;
}
/* Transform */
.transform {
  -webkit-transform:scale(1);
  transform:scale(1);
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
a:hover .transform {
  -webkit-transform:scale(1.1);
  transform: scale(1.1);
}

/* Embed */
embed, iframe, object {
  max-width: 100%;
}
video {
  max-width: 100%;
  height: auto;
}
/* Font Setteing */
.tx-L { text-align: left !important; }
.tx-C { text-align: center !important; }
.tx-R { text-align: right !important; }
.tx-bold { font-weight: bold; }
.tx-justify { text-align: justify !important; }
.tx-red{
  color:#d9272e;
}
.paragraph li {
  letter-spacing: 0;
  line-height: 1.6;
  padding: 3px 0 3px 1em;
  text-indent: -1em;
  text-align: left;
  /* font-size:13px; */
}
.disc-list li {
  padding-left: 1em;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
}
.disc-list li:before {
  content: '';
  width: 2px;
  height: 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #7d7d7d;
  position: absolute;
  left: 0;
  top: 12px;
}
.num-list{
  counter-reset: number;
}
.num-list li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
.num-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  display: inline-block;
  content: counter(number) '.';
}


/* Font Size */
.fs-9  { font-size: 9px !important;}
.fs-10 { font-size: 10px !important;}
.fs-11 { font-size: 11px !important;}
.fs-12 { font-size: 12px !important;}
.fs-13 { font-size: 13px !important;}
.fs-14 { font-size: 14px !important;}
.fs-15 { font-size: 15px !important;}
.fs-16 { font-size: 16px !important;}
.fs-18 { font-size: 18px !important;}
.fs-20 { font-size: 18px !important;}
.fs-21 { font-size: 21px !important;}
.fs-24 { font-size: 24px !important;}
.fs-28 { font-size: 28px !important;}
.fs-30 { font-size: 30px !important;}
.fs-36 { font-size: 36px !important;}
.fs-48 { font-size: 48px !important;}
.fs-60 { font-size: 60px !important;}

.bg-gray{
  background: #f7f7f7;
}


/* Margin-Top & Padding-Top */
.mt00 { margin-top:  0px !important; }  .pt00 { padding-top:  0px !important; }
.mt05 { margin-top:  5px !important; }  .pt05 { padding-top:  5px !important; }
.mt10 { margin-top: 10px !important; }  .pt10 { padding-top: 10px !important; }
.mt15 { margin-top: 15px !important; }  .pt15 { padding-top: 15px !important; }
.mt20 { margin-top: 20px !important; }  .pt20 { padding-top: 20px !important; }
.mt25 { margin-top: 25px !important; }  .pt25 { padding-top: 25px !important; }
.mt30 { margin-top: 30px !important; }  .pt30 { padding-top: 30px !important; }
.mt35 { margin-top: 35px !important; }  .pt35 { padding-top: 35px !important; }
.mt40 { margin-top: 40px !important; }  .pt40 { padding-top: 40px !important; }
.mt45 { margin-top: 45px !important; }  .pt45 { padding-top: 45px !important; }
.mt50 { margin-top: 50px !important; }  .pt50 { padding-top: 50px !important; }
.mt55 { margin-top: 55px !important; }  .pt55 { padding-top: 55px !important; }
.mt60 { margin-top: 60px !important; }  .pt60 { padding-top: 60px !important; }
.mt65 { margin-top: 65px !important; }  .pt65 { padding-top: 65px !important; }
.mt70 { margin-top: 70px !important; }  .pt70 { padding-top: 70px !important; }
.mt75 { margin-top: 75px !important; }  .pt75 { padding-top: 75px !important; }
.mt80 { margin-top: 80px !important; }  .pt80 { padding-top: 80px !important; }
.mt85 { margin-top: 85px !important; }  .pt85 { padding-top: 85px !important; }
.mt90 { margin-top: 90px !important; }  .pt90 { padding-top: 90px !important; }
.mt95 { margin-top: 95px !important; }  .pt95 { padding-top: 95px !important; }
.mt100{ margin-top:100px !important; } .pt100{ padding-top:100px !important; }
/* Margin-Right & Padding-Right */
.mr00 { margin-right:  0px !important; }  .pr00 { padding-right:  0px !important; }
.mr05 { margin-right:  5px !important; }  .pr05 { padding-right:  5px !important; }
.mr10 { margin-right: 10px !important; }  .pr10 { padding-right: 10px !important; }
.mr15 { margin-right: 15px !important; }  .pr15 { padding-right: 15px !important; }
.mr20 { margin-right: 20px !important; }  .pr20 { padding-right: 20px !important; }
.mr25 { margin-right: 25px !important; }  .pr25 { padding-right: 25px !important; }
.mr30 { margin-right: 30px !important; }  .pr30 { padding-right: 30px !important; }
.mr35 { margin-right: 35px !important; }  .pr35 { padding-right: 35px !important; }
.mr40 { margin-right: 40px !important; }  .pr40 { padding-right: 40px !important; }
.mr45 { margin-right: 45px !important; }  .pr45 { padding-right: 45px !important; }
.mr50 { margin-right: 50px !important; }  .pr50 { padding-right: 50px !important; }
.mr55 { margin-right: 55px !important; }  .pr55 { padding-right: 55px !important; }
.mr60 { margin-right: 60px !important; }  .pr60 { padding-right: 60px !important; }
.mr65 { margin-right: 65px !important; }  .pr65 { padding-right: 65px !important; }
.mr70 { margin-right: 70px !important; }  .pr70 { padding-right: 70px !important; }
.mr75 { margin-right: 75px !important; }  .pr75 { padding-right: 75px !important; }
.mr80 { margin-right: 80px !important; }  .pr80 { padding-right: 80px !important; }
.mr85 { margin-right: 85px !important; }  .pr85 { padding-right: 85px !important; }
.mr90 { margin-right: 90px !important; }  .pr90 { padding-right: 90px !important; }
.mr95 { margin-right: 95px !important; }  .pr95 { padding-right: 95px !important; }
.mr100{ margin-right:100px !important; }  .pr100{ padding-right:100px !important; }
/* Margin-Bottom & Padding-Bottom */
.mb00 { margin-bottom:  0px !important; }  .pb00 { padding-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }  .pb05 { padding-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }  .pb10 { padding-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }  .pb15 { padding-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }  .pb20 { padding-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }  .pb25 { padding-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }  .pb30 { padding-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }  .pb35 { padding-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }  .pb40 { padding-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }  .pb45 { padding-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }  .pb50 { padding-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }  .pb55 { padding-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }  .pb60 { padding-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }  .pb65 { padding-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }  .pb70 { padding-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }  .pb75 { padding-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }  .pb80 { padding-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }  .pb85 { padding-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }  .pb90 { padding-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }  .pb95 { padding-bottom: 95px !important; }
.mb100{ margin-bottom:100px !important; } .pb100{ padding-bottom:100px !important; }
/* Margin-Left & Padding-Left */
.ml00 { margin-left:  0px !important; }  .pl00 { padding-left:  0px !important; }
.ml05 { margin-left:  5px !important; }  .pl05 { padding-left:  5px !important; }
.ml10 { margin-left: 10px !important; }  .pl10 { padding-left: 10px !important; }
.ml15 { margin-left: 15px !important; }  .pl15 { padding-left: 15px !important; }
.ml20 { margin-left: 20px !important; }  .pl20 { padding-left: 20px !important; }
.ml25 { margin-left: 25px !important; }  .pl25 { padding-left: 25px !important; }
.ml30 { margin-left: 30px !important; }  .pl30 { padding-left: 30px !important; }
.ml35 { margin-left: 35px !important; }  .pl35 { padding-left: 35px !important; }
.ml40 { margin-left: 40px !important; }  .pl40 { padding-left: 40px !important; }
.ml45 { margin-left: 45px !important; }  .pl45 { padding-left: 45px !important; }
.ml50 { margin-left: 50px !important; }  .pl50 { padding-left: 50px !important; }
.ml55 { margin-left: 55px !important; }  .pl55 { padding-left: 55px !important; }
.ml60 { margin-left: 60px !important; }  .pl60 { padding-left: 60px !important; }
.ml65 { margin-left: 65px !important; }  .pl65 { padding-left: 65px !important; }
.ml70 { margin-left: 70px !important; }  .pl70 { padding-left: 70px !important; }
.ml75 { margin-left: 75px !important; }  .pl75 { padding-left: 75px !important; }
.ml80 { margin-left: 80px !important; }  .pl80 { padding-left: 80px !important; }
.ml85 { margin-left: 85px !important; }  .pl85 { padding-left: 85px !important; }
.ml90 { margin-left: 90px !important; }  .pl90 { padding-left: 90px !important; }
.ml95 { margin-left: 95px !important; }  .pl95 { padding-left: 95px !important; }
.ml100{ margin-left:100px !important; }  .pl100{ padding-left:100px !important; }

/* Column Layout Format */
.column-2 .row,.column-2 li { width: 50%; float:left;}
.column-3 .row,.column-3 li { width: 33.33%; float:left;}
.column-4 .row,.column-4 li { width: 25%; float:left;}
.column-5 .row,.column-5 li { width: 20%; float:left;}
.column-6 .row,.column-6 li { width: 16.66%; float:left;}
.column-8 .row,.column-8 li { width: 12.5%; float:left;}

.col-2 .row {
  width: 48%;
}
/* @media only screen and (min-width: 769px) {
  .col-2 .row:nth-child(odd) {
    margin:0 2% 0px 0;
  }
  .col-2 .row:nth-child(even) {
    margin:0 0 0px 2%;
  }
} */
.col-3 .row{
  width: 30.3%;
  margin: 0 4% 0 0;
}
.col-3 .row:nth-child(3n) {
  margin: 0 0 0 0;
}
.col-4 .row {
  width: 22%;
  margin: 0 4% 0 0;
}
.col-4 .row:nth-child(4n) {
  margin: 0 0 0 0;
}
.col-6 .row {
  width: 14.66%;
  margin: 0 2% 0px 0;
}
.col-6 .row:nth-child(6n) {
  margin: 0 0 0px 0;
}
@media only screen and (max-width: 768px) {
  .col-2 .row {
    width: 100%;
  }
  .col-3 .row{
    width: 100%;
    margin: 0;
  }
  .col-4 .row:nth-child(odd) {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .col-4 .row:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
  }
  .col-6 .row {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .col-6 .row:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
  }
}

.flex-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row-reverse{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-shadow{
  box-shadow:0px 0px 3px 2px #eaeaea;
}

/* Device View */
.viewPC { display: block; }
.viewTB { display: none; }
.viewPCTB { display: block; }
.viewSP { display: none; }
.viewTBSP { display: none; }

@media only screen and (max-width: 1024px) {
  .viewPC { display: none; }
  .viewTB { display: block; }
  .viewPCTB { display: block; }
  .viewSP { display: none; }
  .viewTBSP { display: block; }
}
@media only screen and (max-width: 768px) {
  .viewPC { display: none; }
  .viewTB { display: none; }
  .viewPCTB { display: none; }
  .viewSP { display: block; }
  .viewTBSP { display: block; }
}

@media screen and (min-width: 668px){
  a[href^="tel:"] {
      pointer-events: none;
  }
}



/* Animation */
.animated {
  visibility: hidden;
}
.bounceIn,.bounceInLeft, .bounceInRight, .bounceInDown,.bounceInUp,
.fadeIn, .fadeInLeft, .fadeInRight,.fadeInDown,.fadeInUp,.fadeInUpDelay,
.zoomInUp,.zoomInDown, .zoomIn,
.flip,.flipInX,.flipInY,
.lightSpeedIn,
.tada,.wobble,.shake,.rubberBand{
  visibility: visible;
}
.delay-01s { -webkit-animation-delay:0.1s; animation-delay:0.1s; }
.delay-02s { -webkit-animation-delay:0.2s; animation-delay:0.2s; }
.delay-03s { -webkit-animation-delay:0.3s; animation-delay:0.3s; }
.delay-04s { -webkit-animation-delay:0.4s; animation-delay:0.4s; }
.delay-05s { -webkit-animation-delay:0.5s; animation-delay:0.5s; }
.delay-06s { -webkit-animation-delay:0.6s; animation-delay:0.6s; }
.delay-07s { -webkit-animation-delay:0.7s; animation-delay:0.7s; }
.delay-08s { -webkit-animation-delay:0.8s; animation-delay:0.8s; }
.delay-09s { -webkit-animation-delay:0.9s; animation-delay:0.9s; }
.delay-1s  {  -webkit-animation-delay:1s; animation-delay:1s; }
.delay-2s  {  -webkit-animation-delay:2s; animation-delay:2s; }
.delay-3s  {  -webkit-animation-delay:3s; animation-delay:3s; }
.delay-4s  {  -webkit-animation-delay:4s; animation-delay:4s; }
.delay-5s  {  -webkit-animation-delay:5s; animation-delay:5s; }
.delay-6s  {  -webkit-animation-delay:6s; animation-delay:6s; }


/*-----------------------------------------------------------
    =Global Layout
-----------------------------------------------------------*/
body {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #111;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-wrap: break-word;
}
@media only screen and ( max-width:1000px) {
  body {
    font-size: 16px;
    /* font-family:  "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, sans-serif; */
  }
}

/* Frame Format
-----------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.inner {
  max-width: 1120px;
  margin: 0px auto;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
}
#nav-block .inner{
  max-width:1010px;
}

.wrap {
  padding: 70px 0 90px;
}
.radius-box{
  border-radius: 15px;
  padding:50px 45px;
}
.bg-white{
  background: #fff;
}


#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 80px;
  z-index: 2;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
#page-top:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media screen and ( max-width:1000px) {
  .wrap {
    padding:50px 0 ;
  }
  .radius-box{
    border-radius: 15px;
    padding:30px 25px;
  }
  #page-top {
    width: 50px;
    bottom: 5px;
     right: 5px;
  }
}

/* Font Format
-----------------------------------------------------------*/
.sec-ttl{
  margin-bottom:60px;
}
.sec-catch{
  margin-bottom:65px;
}
.catch-copy{
  font-size:24px;
  font-feature-settings: 'palt';
}
.caption{
  font-size:14px;
  margin-top:15px;
  line-height: 1.4;
}

@media screen and ( max-width:768px) {
  .sec-ttl{
    margin-bottom:26px;
  }
  .sec-catch{
    margin-bottom:35px;
  }
  .catch-copy{
    font-size:16px;
  }

}


/*-----------------------------------------------------------
	=Header
-----------------------------------------------------------*/
#header {
  background: rgba(255,255,255, 1);
  width: 100%;
  z-index: 10;
  transition: .5s;
  height: 70px;
}

#header .header-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin:0 auto;
  height: 70px;
  padding: 0 20px 0 15px;
}

#header .logo{
  width: 111.2px;
  transition: .5s;
}

#header .logo-terminix{
  width: 94px;
  transition: .5s;
}

@media screen and ( max-width:767px) {
  #header{
    height: 13.33vw;
  }
  
  #header .header-inner{
    height: 13.33vw;
    padding: 0 2.66vw 0 2vw;
  }
  
  #header .logo{
    width: 23.93vw;
  }
  
  #header .logo-terminix{
    width: 17.33vw;
  }
}


/*-----------------------------------------------------------
	=MV
-----------------------------------------------------------*/
#mv {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  background:#fcfbf1 url(../img/mv-bg_pc.png) no-repeat 50% 50%;
  padding-top:55px;
}
#mv .in {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and ( max-width:767px) {
  #mv{
    background: none;
    padding:0;
  }
  
  #mv .in {
    display: block;
  }
  
  #mv .in img {
    max-width: none;
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

/*-----------------------------------------------------------
	=OFFER
-----------------------------------------------------------*/
.offer-block{
  background: #3caea6;
  padding:40px 0;
  text-align: center;
  color:#fff;
}
.offer-block ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
    -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.offer-block li{
  margin:0 1%;
  width:48%
}
.tel-txt{
  font-size:14px;
  margin-top:15px;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and ( max-width:768px) {
  .offer-block{
    padding:30px 0;
  }
  .offer-block li{
    margin:0;
    width:100%
  }
  .offer-block .ttl{
    margin: 0 10%;
    width: 80%;
  }
  .offer-block .offer-btn{
    margin: 0 2%;
    width: 96%;
  }
  .offer-block .tel-no{
    margin: auto;
    width: 85%;
  }
  .offer-block li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  
  .tel-txt{
    font-size:3.2vw;
    letter-spacing: 0.04em;
    margin-top:0.3em;
    margin-right: 0.5em;
  }
  
  .tel-txt__space--onsp{
    display: inline-block;
    width: 0.5em;
  }
  .tel-txt__time{
    letter-spacing: 0.06em;
  }
}


/*-----------------------------------------------------------
	=NAV
-----------------------------------------------------------*/
#nav-block{
  padding:60px 0;
 text-align: center;
}
#nav-block ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#nav-block li{
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-bottom:10px;
}
#nav-block li:hover {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
#nav-block li a{
  display: block;
}
@media screen and ( max-width:768px) {
  #nav-block{
    padding:30px 0;
    text-align: center;
  }
  #nav-block ul{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}


/*-----------------------------------------------------------
	=TECH
-----------------------------------------------------------*/
#tecnology{
  background: #ffb901;
  text-align: center;
  padding:80px 0 0;
}
.tmx-box01{
  margin:0 0 60px;
  text-align: left;
}
.tmx-box01 .pic{
  width:35%;
}
.tmx-box01 .txt{
  width:62%;
}
.tmx-name{
  margin-bottom:30px;
}

@media screen and ( max-width:768px) {
  #tecnology{
    padding:50px 0 0;
  }
  .tmx-box01{
    margin:0 0 40px;
  }
  .tmx-box01 .pic{
    width:80%;
    margin:20px auto 0;
  }
  .tmx-box01 .txt{
    width:100%;
  }
  .tmx-name{
    margin-bottom:15px;
  }
  #tecnology .caption{
    display: block;
    line-height: 1.35;
    margin-left: 1em;
    text-indent: -1em;
  }
}

.tmx-box02{
}
.tmx-box02 .tmx-patent{
  width:18%;
}
.tmx-box02 .txt{
  font-feature-settings: 'palt';
  width:50%;
  text-align: left;
}
#tecnology .viewPC .caption{
  padding-left:95px;
}
@media screen and ( max-width:768px) {
  .tmx-box02 .tmx-patent{
    width:22%;
  }
  .tmx-box02 .tmx-txt-body{
    width:75%;
    text-align: left;
  }
  .tmx-box02 .tmx-txt-body .pic{
    margin:15px 0;
  }
}

.suitable-box{
  max-width:920px;
  margin:70px auto 0;
  color:#000;
  text-align: center;
}
.suitable-list li{
  width: 30.3%;
  margin: 0 4% 0 0;
}
.suitable-list li:nth-child(3n) {
  margin: 0 0 0 0;
}
.suitable-txt{
  font-size:20px;
  line-height: 1.2;
  margin-top:15px;
}
@media screen and (min-width: 768px){
  .suitable-list li img{
    margin:0 20px;
    max-width: 220px;
  }
}

.suitable-box .catch-copy{
  margin:25px 0;
}
.tech-chara--wrapper{
  padding:150px 0 0;
}
.tech-chara{
  width:170px;
  height:190px;
}
.tech-chara-left{
  position: absolute;
  left:15px;
  bottom:0;
}
.tech-chara-right{
  position: absolute;
  right:15px;
  bottom:0;
}
.suitable-txt_sp{
  display: none;
}

@media screen and ( max-width:768px) {
 .suitable-txt{
   display: none;
 }
 .suitable-ttl{
   width: 80%;
   margin:0 auto;
 }
 .suitable-txt_sp{
   display: block;
   margin-top:15px;
   font-size:20px;
 }
 .suitable-box{
    margin:40px auto 0;
  }
}


/*-----------------------------------------------------------
	=PLACE
-----------------------------------------------------------*/
#place{
  background: #fff9eb;
}
.place-head{
  max-width: 950px;
  margin:0 auto;
}
.shit-box{
  background: #ffb901;
  padding:55px 105px;
  text-align: center;
  margin:40px 0 60px;
}
.shit-list{
  margin-top:40px;
}

@media screen and ( min-width:769px) {
  .shit-list .row{
    width: 30.3%;
    margin: 0 4% 0 0;
  }
  .shit-list .row:nth-child(3n) {
    margin: 0 0 0 0;
  }
  .shit-list li:nth-of-type(n+4) {
    margin-top: 30px!important;
  }
}

@media screen and ( max-width:768px) {
  .place-head .txt{
    width:80%;
    margin:0 10% 25px;
  }
  .place-head .pic{
    width:60%;
    margin:0 auto ;
  }
  .shit-box{
    padding:30px 25px;
    text-align: center;
    margin:40px 0;
  }
   .shit-list .row:nth-child(odd) {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .shit-list .row:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
  }
  .shit-list .row:nth-of-type(n+3) {
    margin-top: 20px!important;
  }
}

.knowledge-box{
  background: #fff;
  border:solid 5px #967a48;
  text-align: center;
}
.knowledge-ttl{
  margin-bottom:30px;
}
.knowledge-box .pic{
  width:25%;
}
.knowledge-box .txt{
  text-align: left;
  width:70%;
}
.knowledge-box .txt .ttl{
  margin-bottom:10px;
}
.knowledge-box .txt .sub-ttl{
  font-weight: bold;
  margin-bottom:8px;
  line-height: 1.2;
  font-size:20px;
}
@media screen and ( max-width:768px) {
  .knowledge-ttl{
    width:80%;
    margin:0 auto 30px;
  }
  .knowledge-box{
    border:solid 3px #967a48;
  }
  .knowledge-box .pic{
    width:50%;
    margin:0 auto 30px;
  }
  .knowledge-box .txt{
    width:100%;
  }
}


/*-----------------------------------------------------------
	=FLOW
-----------------------------------------------------------*/
#flow{
  background: #ffb901;
  text-align: center;
  padding:80px 0 0;
}
.flow-head{
  max-width: 980px;
  margin:0 auto ;
}
.flow-head .pic{
  width: 42%;
}
.flow-head .txt{
  width: 54%;
}
.flow-list{
  max-width: 980px;
  margin:80px auto 0;
}
.flow-list .flow-wrap{
  background:#fff;
  padding:0 30px 30px;
  text-align: center;
}
@media screen and ( min-width:769px) {
  .flow-list .flow-wrap{
    height:370px;
  }
  .flow-list .row:nth-of-type(n+3) {
    margin-top: 70px!important;
  }
}

.flow-list li .flow-icon{
  display: block;
  width:80px;
  height:80px;
  position: relative;
  top:-40px;
  left:50%;
  margin-bottom:-25px;
  margin-left:-40px;
}
.flow-list li .txt{
  text-align: left;
  margin-top:15px;
}
.flow-baloon{
  position: relative;
}
.flow-baloon ul{
  position: absolute;
  top:0px;
  left:0px;
  padding:25px;
}
.flow-baloon{
  margin-top:70px;
  width: 480px;
}

@media screen and ( max-width:768px) {
  #flow{
    padding:50px 0 0;
  }
  .flow-head .pic{
    width: 70%;
    margin:0 auto 25px;
  }
  .flow-head .txt{
    width: 100%;
  }
  .flow-list{
    justify-content: center;
  }
  .flow-list .row:nth-of-type(n+2) {
    margin-top:60px!important;
  }
  .flow-list li .flow-icon{
    display: block;
    width:70px;
    height:70px;
    position: relative;
    top:-35px;
    left:50%;
    margin-bottom:-15px;
    margin-left:-35px;
  }
  .flow-baloon{
    margin-top:40px;
    width: 100%;
  }
  .flow-baloon ul{
    position: absolute;
    top:0px;
    left:0px;
    padding:10px;
    font-size:13px;
  }
}


/*-----------------------------------------------------------
	=FOOTER
-----------------------------------------------------------*/
#footer{
  padding:70px 0 30px;
  text-align: center;
}
#footer .inner{
  max-width:940px;
  margin:0 auto;
}
.bnr-30year{
  margin-bottom:50px;
}
.other-service-ttl{
  font-size:32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom:25px;
}

.other-sercive__btn{
  display: block;
  margin: 10px 0 0;
}

.other-bnr{
  margin-bottom:60px;
}
.other-bnr li{
  width: 31.3%;
  margin: 0 3% 0 0;
}
.other-bnr li:nth-child(3n) {
  margin: 0 0 0 0;
}
.other-bnr li a p{
  background: #ff9600;
  color:#fff;
  padding:10px 15px;
  line-height: 1.1;
  font-size:24px;
  font-weight: bold;
}
#footer .copy {
    font-size: 13px;
}
@media screen and ( max-width:768px) {
  #footer{
    padding:30px 0 10px;
    text-align: center;
  }
}

@media screen and ( max-width:768px) {
  .other-service-ttl{
    font-size:3.4vw;
    margin-bottom:2.66vw;
  }
  .other-sercive__btn{
    margin: 1.33vw 0 0;
  }
  .other-bnr{
    margin-bottom:2vw;
  }
  .other-bnr li a p{
    padding:8px;
    font-size:15px;
  }
}

.callcenter_bannerAnchor {
  font-size: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  /* vertical-align: top; */
  display: block;
}
.special_bannerAnchor {
  font-size: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  /* vertical-align: top; */
  display: block;
}

.footer__sns{
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 364px;
}

.footer__sns__list{
  width: 70px;
}

.footer__sns__list img:hover{
  transition: .3s;
  opacity: 0.7;
}


@media screen and (min-width: 940px) {
  .callcenter_bannerAnchor {
    background: url(../img/common/bn_callcenter_pc.png) no-repeat left top/contain;
    height: 108px;
    margin-bottom: 40px;
    pointer-events: none;
  }
  .special_bannerAnchor {
    background: url(../img/common/bn_special_pc.jpg) no-repeat left top/contain;
    height: 217px;
    margin-bottom: 40px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .special_bannerAnchor:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 939px) {
  .callcenter_bannerAnchor {
    background: url(../img/common/bn_callcenter_sp.png) no-repeat left top/contain;
    margin-bottom: 2.666667vw;
    padding-top: 42.4vw;
  }
  
  .special_bannerAnchor {
    background: url(../img/common/bn_special_sp.jpg) no-repeat left top/contain;
    margin-bottom: 4vw;
    padding-top: 54.666667vw;
  }
  
  .footer__sns{
    margin: 0 auto 4vw;
    width: 48vw;
  }

  .footer__sns__list{
    width: 10.66vw;
  }
}
