@charset "UTF-8";
/*--------------------------------------------------------------------
Created :  2024/3/29
Last Update :  2024/5/14
Site URL : 
File name : style.css
Author: 
--------------------------------------------------------------------*/
/*トコジラミ特設専用*/
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

/*--------------------------------------------------------------------
Created : 2023/1/17
Last Update :  2024/5/14
Site URL : 
File name : common.css
Author: 
--------------------------------------------------------------------*/
/*------------------------------
html,body
------------------------------*/
html {
  font-size: 16px; /* -IE8only */
  font-size: 62.5%; /* 10(base font size) / 16(Browser Default font size) */
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  color: #333;
  font-size: 1.6em; /*16px相当*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 559px), print {
  /*body{
  	//@include font_vw(15);
  }*/
}
@media screen and (max-width: 999px), print {
  body {
    font-size: 1.4em; /*14px相当*/
  }
}
* {
  box-sizing: border-box;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul li {
  list-style: none;
}

.center-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

/*------------------------------
デバイス表示切替 クラス
------------------------------*/
@media screen and (max-width: 559px) {
  .hidd-sp {
    display: none !important;
  }
}
@media screen and (min-width: 560px) and (max-width: 999px) {
  .hidd-tb {
    display: none !important;
  }
}
@media screen and (min-width: 1000px), print {
  .hidd-pc {
    display: none !important;
  }
}
/*------------------------------
各種文字スタイル
------------------------------*/
p.text01 {
  line-height: 1.6;
}

.font11 {
  font-size: 1.1rem;
}

.font10 {
  font-size: 1rem;
}

.font14 {
  font-size: 1.4rem;
}

.font12 {
  font-size: 1.2rem;
}

.font20 {
  font-size: 2rem;
}

.text-indent02 {
  display: inline-block;
  padding-left: 1.2em;
}

.text-indent03 {
  display: inline-block;
  padding-left: 1.8em;
}

.bold {
  font-weight: bold;
}

.red {
  color: #ff0000;
}

.orange {
  color: #FF7F00;
}

.white {
  color: #fff;
}

/*------------------------------
リンク関連スタイル
------------------------------*/
a {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #114FA6;
  text-decoration: none;
}

a.link-style01 {
  color: #333;
  text-decoration: underline;
}

a.link-style01:visited {
  color: #333;
  text-decoration: none;
}

a.link-style01:hover {
  color: #114FA6;
  text-decoration: none;
}

a.link-style02 {
  color: #114FA6;
  text-decoration: underline;
}

a.link-style02:visited {
  color: #333;
  text-decoration: none;
}

a.link-style02:hover {
  color: #333;
  text-decoration: none;
}

.hover {
  transition: all 0.3s;
}
.hover:hover {
  opacity: 0.7;
}

.blank {
  position: relative;
}
.blank:after {
  right: 1em;
  position: absolute;
  width: 15px;
  height: auto;
  content: url("../images/window_blank.svg");
}

.blank2 {
  position: relative;
}
.blank2:after {
  right: 1em;
  position: absolute;
  width: 16px;
  height: auto;
  content: url("../images/window_blank2.svg");
}

.pdf-link {
  position: relative;
}
.pdf-link:before {
  position: absolute;
  left: 0;
  top: -0.5em;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../images/icon_pdf.png) no-repeat;
  background-size: contain;
}

.fontstyle_serif {
  font-family: "Noto Serif JP", serif;
}

.button-style01, .button-style02 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #0a4d9b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1em 3em 1em 3em;
  min-width: 350px;
  transition: all 0.3s;
  border-radius: 5px;
  /*== 背景が流れる（左から右） */
}
@media screen and (max-width: 559px), print {
  .button-style01, .button-style02 {
    font-size: 1.6rem;
    padding: 1.2em;
    min-width: 210px;
  }
}
.button-style01 span, .button-style02 span {
  position: relative;
  z-index: 3;
}
.button-style01:hover, .button-style02:hover {
  color: #fff;
}
.button-style01:hover:after, .button-style02:hover:after {
  right: 0.5em;
}
.button-style01:visited, .button-style02:visited {
  color: #fff;
}
.button-style01:after, .button-style02:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.6s;
  z-index: 4;
}
.button-style01:before, .button-style02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #007FFF;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.button-style01:hover:before, .button-style02:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.button-style02 {
  background-color: #129DAF;
}
.button-style02:hover {
  background-color: #0B8291;
}

.submitBT01 {
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
  padding: 1.5em 6em 1.5em 6em;
  background: linear-gradient(125deg, #113273 14%, #114fa6 50%, #0091c6 80%);
  color: #fff;
  line-height: 1em;
  transition: 0.3s;
  border: none;
  font-weight: bold;
  position: relative;
}
.submitBT01:hover {
  opacity: 0.6;
}

.submitBT02 {
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  padding: 1.2em 3em 1.2em 3em;
  background: linear-gradient(149deg, rgb(152, 152, 152) 0%, rgb(193, 193, 193) 100%);
  color: #fff;
  line-height: 1em;
  transition: 0.3s;
  border: none;
  font-weight: bold;
  position: relative;
}
.submitBT02:hover {
  opacity: 0.6;
}

/*------------------------------
その他配置スタイル
------------------------------*/
.mt20 {
  margin-top: 2rem;
}

.marginT0 {
  margin-top: 0 !important;
}

.marginT5 {
  margin-top: 5px !important;
}

.marginT10 {
  margin-top: 10px !important;
}

.marginT15 {
  margin-top: 15px !important;
}

.marginT20 {
  margin-top: 20px !important;
}

.marginT30 {
  margin-top: 30px !important;
}

.marginT40 {
  margin-top: 40px !important;
}

.marginT50 {
  margin-top: 50px !important;
}

.marginT05em {
  margin-top: 0.5em !important;
}

.marginT1em {
  margin-top: 1em !important;
}

.marginT15em {
  margin-top: 1.5em !important;
}

.marginT2em {
  margin-top: 2em !important;
}

.marginT3em {
  margin-top: 3em !important;
}

.marginT4em {
  margin-top: 4em !important;
}

.marginT5em {
  margin-top: 5em !important;
}

.marginB1em {
  margin-bottom: 1em !important;
}

.marginB15em {
  margin-bottom: 1.5em !important;
}

.marginB2em {
  margin-bottom: 2em !important;
}

.marginB3em {
  margin-bottom: 3em !important;
}

.marginB4em {
  margin-bottom: 4em !important;
}

.marginB5em {
  margin-bottom: 5em !important;
}

.marginB5 {
  margin-bottom: 5px !important;
}

.marginB10 {
  margin-bottom: 10px !important;
}

.marginB15 {
  margin-bottom: 15px !important;
}

.marginB20 {
  margin-bottom: 20px !important;
}

.marginB30 {
  margin-bottom: 30px !important;
}

.marginB40 {
  margin-bottom: 40px !important;
}

.marginB130 {
  margin-bottom: 130px !important;
}

.marginL15 {
  margin-left: 15px !important;
}

.marginL20 {
  margin-left: 20px !important;
}

.marginL25 {
  margin-left: 25px !important;
}

.paddingL15 {
  padding-left: 25px !important;
}

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

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

/*--------------------------------------------------------------------
Created :  2023/12/28
Last Update :  2024/5/14
Site URL : 
File name : _desktop.css
Author: 
--------------------------------------------------------------------*/
/*トコジラミ特設専用*/
/*=======================================================================================

PC fast style

=======================================================================================*/
body#index-body .index-mainvisual {
  width: 100%;
  height: 700px;
  margin: 0;
  background: url(../images/top_mainimg.webp) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: 0.7s anim01 0.8s ease-out forwards;
}
body#index-body .index-mainvisual .index-mainvisual__inner {
  width: 1000px;
  height: 700px;
  padding-top: 20px;
  margin: 0 auto;
  position: relative;
}
body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 .index-mainvisual__row1--01 {
  width: 14%;
  margin-right: 1em;
}
body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 h1 {
  font-weight: 900;
  font-size: 4rem;
  margin-right: 1em;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 h1 span:nth-of-type(1) {
  font-size: 3.4rem;
}
body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 h1 span:nth-of-type(2) {
  display: inline-block;
  margin-left: -0.2em;
  font-size: 7.6rem;
  color: #ff8000;
  letter-spacing: -0.5rem;
}
body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 h1 span:nth-of-type(3) {
  font-size: 8.8rem;
  color: #4c4101;
}
body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 .index-mainvisual__row1--02 {
  width: 17.5%;
}
body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row2 .index-mainvisual__row2--01 {
  width: 56%;
  margin-left: 3em;
  text-align: center;
}
body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row2 .index-mainvisual__row2--01 h2 {
  font-size: 2.4rem;
  text-shadow: 1px 1px 0px rgb(255, 255, 255);
}
body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row2 .index-mainvisual__row2--01 .index-mainvisual__row2_3rd {
  margin-top: 1em;
  width: 88%;
}
body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row2 .index-mainvisual__row2--01 .index-mainvisual__row2__txt01 {
  margin-top: 1em;
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row2 .index-mainvisual__row2--01 .index-mainvisual__row2__txt02 {
  display: inline-block;
  margin-top: 2em;
  padding: 0.7em 1.5em;
  background-color: #ffffff;
  font-size: 1.9rem;
  font-weight: 700;
  border-radius: 5px;
}
body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row2 .index-mainvisual__row2--01 .index-mainvisual__row2__vpoint {
  width: 300px;
  margin-top: 2em;
  margin-inline: auto;
}
body#index-body .index-mainvisual .index-mainvisual__inner .index-main__man {
  width: 33.8%;
  position: absolute;
  bottom: -5px;
  right: 40px;
}
body#index-body .index-mainvisual .index-mainvisual__inner .index-main__pest {
  position: absolute;
  bottom: 20px;
  left: 10px;
  font-size: 1.2rem;
}
body#index-body .index-mainvisual img {
  opacity: 0;
  animation: 0.8s anim02 1s ease-out forwards;
}
@keyframes anim01 {
  0% {
    background-color: #ffffff;
    filter: blur(30px) brightness(300%);
  }
  100% {
    opacity: 1;
    filter: blur(0) brightness(100%);
  }
}
@keyframes anim02 {
  0% {
    filter: blur(30px) brightness(300%);
    transform: scale(1.3);
  }
  100% {
    filter: blur(0) brightness(100%);
    transform: scale(1);
    opacity: 1;
  }
}
body#index-body .index-feature__wrapper {
  width: 100%;
  background-color: #ffe8c0;
  padding: 2em 0;
}
body#index-body .index-feature__wrapper .index-feature {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
body#index-body .index-feature__wrapper .index-feature h2 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
body#index-body .index-feature__wrapper .index-feature h2 span:nth-of-type(1) {
  font-size: 8.6rem;
  color: #ff8400;
  font-weight: 900;
}
body#index-body .index-feature__wrapper .index-feature h2 span:nth-of-type(2) {
  font-size: 4rem;
  color: #105196;
  font-weight: 900;
}
body#index-body .index-feature__wrapper .index-feature .index-feature__inner {
  margin-top: 1.5em;
  display: flex;
  justify-content: space-between;
}
body#index-body .index-feature__wrapper .index-feature .index-feature__inner dl {
  width: 32.5%;
  background-color: #ffffff;
  border-radius: 10px;
}
body#index-body .index-feature__wrapper .index-feature .index-feature__inner dl dt {
  padding: 2em 0.5em 0 0.5em;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 2px;
}
body#index-body .index-feature__wrapper .index-feature .index-feature__inner dl dt span {
  display: block;
  width: 14em;
  margin: 0 auto 1em;
  padding: 0.3em 0;
  background: rgb(1, 17, 147);
  background: linear-gradient(145deg, rgb(1, 17, 147) 0%, rgb(26, 171, 230) 85%);
  color: #fff;
  font-size: 1.6rem;
  border-radius: 50px;
  position: relative;
}
body#index-body .index-feature__wrapper .index-feature .index-feature__inner dl dt span em {
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  font-family: "Roboto";
}
body#index-body .index-feature__wrapper .index-feature .index-feature__inner dl dt span:before {
  position: absolute;
  left: 1.7em;
  top: 0.4em;
  content: "";
  display: inline-block;
  width: 31px;
  height: 24px;
  background: url(../images/i_crown.png) no-repeat;
  background-size: contain;
}
body#index-body .index-feature__wrapper .index-feature .index-feature__inner dl dd {
  padding: 2em 2em 4em;
  line-height: 1.5;
  font-size: 1.4rem;
}
body#index-body .index-higai__wrapper {
  width: 100%;
  padding-bottom: 5em;
  background: url(../images/bk_higai.jpg) bottom center no-repeat #f3f3f3;
  background-size: 100% auto;
}
body#index-body .index-higai__wrapper .index-higai {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 3em;
}
body#index-body .index-higai__wrapper .index-higai h2 {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}
body#index-body .index-higai__wrapper .index-higai h2 span {
  font-size: 4.8rem;
  font-weight: 900;
  color: #105196;
}
body#index-body .index-higai__wrapper .index-higai .index-higai__inner01 {
  width: 83%;
  margin: 2em auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body#index-body .index-higai__wrapper .index-higai .index-higai__inner01 dl {
  width: 46.5%;
  margin-bottom: 1.5em;
}
body#index-body .index-higai__wrapper .index-higai .index-higai__inner01 dl dd {
  padding: 1em;
  background-color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
}
body#index-body .index-higai__wrapper .index-higai .index-higai__inner01 dl dd span {
  position: relative;
}
body#index-body .index-higai__wrapper .index-higai .index-higai__inner01 dl dd span:before {
  display: inline-block;
  position: absolute;
  top: 0.2em;
  left: -1.7em;
  width: 27px;
  height: auto;
  content: url(../images/i_check.svg);
}
body#index-body .index-higai__wrapper .index-higai .index-higai__other {
  font-size: 3.2rem;
  font-weight: 900;
  color: #105196;
  text-align: center;
}
body#index-body .index-higai__wrapper .index-higai ul {
  width: 30em;
  margin: 3em auto;
}
body#index-body .index-higai__wrapper .index-higai ul li {
  position: relative;
  margin-bottom: 1.2em;
  font-size: 2rem;
  position: relative;
  line-height: 1.2;
}
body#index-body .index-higai__wrapper .index-higai ul li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.7em;
  width: 27px;
  height: auto;
  content: url(../images/i_check.svg);
}
body#index-body .index-higai__bottom {
  padding-top: 2em;
  padding-bottom: 3em;
}
body#index-body .index-higai__bottom .index-higai__bottom--01 {
  font-size: 4rem;
  font-weight: 900;
  color: #ff6700;
  text-align: center;
}
body#index-body .index-higai__bottom .index-higai__bottom--02 {
  margin-top: 2em;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}
body#index-body .index-higai__bottom .index-higai__bottom--02 span {
  background: linear-gradient(transparent 70%, yellow 70%);
  font-weight: 700;
}
body#index-body .index-survey {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3em 0;
}
body#index-body .index-survey h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
}
body#index-body .index-survey h2 span:nth-of-type(1) {
  color: #105196;
  font-size: 4.8rem;
}
body#index-body .index-survey h2 span:nth-of-type(2) {
  color: #ff4e00;
  font-size: 4.8rem;
}
body#index-body .index-survey .index-survey__inner01 {
  width: 100%;
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body#index-body .index-survey .index-survey__inner01 dl {
  width: 30%;
  margin-bottom: 1.5em;
}
body#index-body .index-survey .index-survey__inner01 dl dd {
  padding: 1em;
  background-color: #494949;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
}
body#index-body .index-survey .index-survey__txt01 {
  margin-top: 2em;
  text-align: center;
  line-height: 2;
  font-size: 1.8rem;
}
body#index-body .index-movie {
  width: 100%;
  padding: 3em 0;
  background-color: #dcdcdc;
}
body#index-body .index-movie h2 {
  font-size: 4.8rem;
  text-align: center;
}
body#index-body .index-movie h2 span {
  position: relative;
}
body#index-body .index-movie h2 span:before {
  position: absolute;
  display: inline-block;
  width: 29px;
  height: 53px;
  left: -1em;
  bottom: 0;
  background: url(../images/i_t_parts01.png) no-repeat;
  background-size: 29px;
  content: "";
}
body#index-body .index-movie h2 span:after {
  position: absolute;
  display: inline-block;
  width: 29px;
  height: 53px;
  right: -1em;
  bottom: 0;
  background: url(../images/i_t_parts01.png) no-repeat;
  transform: scaleX(-1);
  background-size: 29px;
  content: "";
}
body#index-body .index-movie p.index-movie__txt01 {
  margin-top: 2em;
  text-align: center;
  line-height: 1.4;
}
body#index-body .index-movie .youtube_wrapper {
  max-width: 790px;
  margin: 1em auto;
}
body#index-body .index-movie .youtube_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
body#index-body .index-movie .youtube_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
body#index-body .index-kujyo {
  padding-top: 3em;
}
body#index-body .index-kujyo h2 {
  font-size: 3.7rem;
  text-align: center;
}
body#index-body .index-kujyo h2 span {
  font-size: 4.8rem;
  color: #ff4e00;
  font-weight: bold;
}
body#index-body .index-kujyo .index-kujyo__container01 {
  width: 100%;
  max-width: 1000px;
  margin: 2em auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body#index-body .index-kujyo .index-kujyo__container01 div {
  width: 32%;
  padding: 1.5em;
  background-color: #e1e1e1;
  border-radius: 7px;
}
body#index-body .index-kujyo .index-kujyo__container01 div h3 {
  padding: 0.7em;
  background-color: #cb5d0f;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 7px;
}
body#index-body .index-kujyo .index-kujyo__container01 div figure {
  margin-top: 1em;
}
body#index-body .index-kujyo .index-kujyo__container01 div p {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 1.4rem;
}
body#index-body .index-kujyo .index-kujyo__container02 {
  width: 100%;
  max-width: 1000px;
  margin: 1em auto 0 auto;
  padding: 1.5em;
  background-color: #e1e1e1;
  border-radius: 7px;
}
body#index-body .index-kujyo .index-kujyo__container02 h3 {
  padding: 0.7em;
  background-color: #cb5d0f;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 7px;
}
body#index-body .index-kujyo .index-kujyo__container02 p {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 1.4rem;
}
body#index-body .index-waranty {
  width: 100%;
  margin-top: 230px;
  position: relative;
  background: rgb(240, 203, 37);
  background: linear-gradient(123deg, rgb(240, 203, 37) 19%, rgb(255, 240, 197) 56%, rgb(207, 171, 67) 90%);
}
body#index-body .index-waranty .index-waranty__char {
  position: absolute;
  max-width: 697px;
  width: 95%;
  top: -226px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
body#index-body .index-waranty .index-waranty__container {
  width: 95%;
  max-width: 850px;
  margin: auto;
  padding: 130px 0 80px 0;
  display: flex;
  justify-content: space-around;
}
body#index-body .index-waranty .index-waranty__container .index-waranty__01 {
  width: 22%;
}
body#index-body .index-waranty .index-waranty__container .index-waranty__02 {
  width: 70%;
}
body#index-body .index-waranty .index-waranty__container .index-waranty__02 h2 {
  font-size: 2.3rem;
}
body#index-body .index-waranty .index-waranty__container .index-waranty__02 h2 span {
  font-size: 4rem;
  font-weight: 900;
}
body#index-body .index-waranty .index-waranty__container .index-waranty__02 h3 {
  margin-top: 0.2em;
  font-size: 6.3rem;
}
body#index-body .index-waranty .index-waranty__container .index-waranty__02 h3 span {
  font-size: 8.2rem;
  color: #d21700;
  font-weight: 900;
}
body#index-body .index-waranty .index-waranty__container .index-waranty__02 p.index-waranty__notice {
  margin-top: 2em;
  line-height: 1.5;
}
body#index-body .index-vpoint {
  width: 98%;
  max-width: 1000px;
  margin: 4em auto;
}
body#index-body .index-vpoint .index-vpoint--001 {
  width: 60%;
  margin-inline: auto;
}
body#index-body .index-vpoint .index-vpoint--002 {
  width: 60%;
  margin-top: 1em;
  margin-inline: auto;
}
body#index-body .index-price {
  width: 98%;
  max-width: 1000px;
  margin: 4em auto;
  padding: 4em 0;
}
body#index-body .index-price h2 {
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  color: #176a80;
}
body#index-body .index-price .price_list__txt01 {
  margin-top: 2em;
  line-height: 1.5;
}
body#index-body .index-price .price-table {
  width: 100%;
  margin: 1.5em auto 0 auto;
}
body#index-body .index-price .price-table dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
}
body#index-body .index-price .price-table dl dt {
  width: 35%;
  padding: 1.5em 1em;
  background-color: #a4dded;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  text-align: center;
}
body#index-body .index-price .price-table dl dd {
  width: 65%;
  padding: 1.5em 1em;
  background-color: #efefef;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}
body#index-body .index-price .price-table dl dd strong {
  font-size: 2.6rem;
  font-family: Roboto;
}
body#index-body .index-price .price-table__notice {
  width: 75%;
  margin: 0.5em auto;
}
body#index-body .index-price .price-note {
  margin-top: 1em;
}
body#index-body .index-price .price-note li {
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
body#index-body .index-price .price-note li:before {
  content: "・";
}
body#index-body .index-supertokjirami {
  width: 98%;
  max-width: 1000px;
  margin: 4em auto;
  padding: 4em 0;
  background-color: #dedede;
  border-radius: 12px;
}
body#index-body .index-supertokjirami h2 {
  color: #bf0000;
  font-size: 3.2rem;
  text-align: center;
}
body#index-body .index-supertokjirami h2 span {
  display: inline-block;
  padding: 0.3em 0.5em;
  margin-right: 0.5em;
  color: #ffffff;
  font-size: 2.6rem;
  background-color: #bf0000;
  border-radius: 5px;
}
body#index-body .index-supertokjirami .index-supertokjirami__container {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  margin-top: 2em;
}
body#index-body .index-supertokjirami .index-supertokjirami__container .index-supertokjirami__01 {
  width: 18%;
}
body#index-body .index-supertokjirami .index-supertokjirami__container .index-supertokjirami__02 {
  width: 70%;
}
body#index-body .index-supertokjirami .index-supertokjirami__container .index-supertokjirami__02 p {
  line-height: 1.5;
}
body#index-body .index-hotel {
  width: 100%;
  padding: 3em 0 2em 0;
  background: url(../images/bk_hotel.webp) center center no-repeat;
  background-size: cover;
}
body#index-body .index-hotel h2 {
  font-size: 3.2rem;
  text-align: center;
}
body#index-body .index-hotel p.index-hotel__txt01 {
  margin-top: 1em;
  text-align: center;
}
body#index-body .index-hotel p.index-hotel__txt01 span {
  background: linear-gradient(transparent 70%, orange 70%);
  font-weight: 700;
  font-size: 1.8rem;
}
body#index-body .index-hotel .index-hotel__container {
  width: 90%;
  max-width: 950px;
  margin: 2em auto;
}
body#index-body .index-hotel .index-hotel__container .index-hotel__01 {
  display: flex;
  justify-content: space-between;
}
body#index-body .index-hotel .index-hotel__container .index-hotel__01 img {
  width: 48%;
}
body#index-body .index-hotel .index-hotel__container .index-hotel__02 {
  margin-top: 1.5em;
}
body#index-body .index-hotel .index-hotel__container .index-hotel__02 p {
  line-height: 1.8;
}
body#index-body .index-service {
  width: 95%;
  max-width: 1000px;
  margin: 4em auto;
  padding: 4em 0;
}
body#index-body .index-service h2 {
  text-align: center;
  font-size: 3.2rem;
}
body#index-body .index-service .index-service__inner {
  margin-top: 3em;
  display: flex;
  justify-content: space-around;
}
body#index-body .index-service .index-service__inner a {
  display: block;
  width: 19.5%;
  padding: 1.5em 0;
  border: 2px solid #ccc;
  border-radius: 8px;
  text-align: center;
  transition: all 0.2s;
}
body#index-body .index-service .index-service__inner a img {
  width: 60%;
}
body#index-body .index-service .index-service__inner a:hover {
  background-color: #efefef;
}

body#inquiry-body p.inquiry_plorogue__txt {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
}
body#inquiry-body .inquiry_plorogue__txt2 {
  margin-top: 1em;
  text-align: center;
  font-size: 2.8rem;
}
body#inquiry-body p.inquiry_tel {
  margin-top: 0.5em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body#inquiry-body p.inquiry_tel a {
  max-width: 300px;
  display: block;
  margin: 0 2em;
}
body#inquiry-body p.inquiry_tel a img {
  width: 100%;
}
body#inquiry-body p.line-inq {
  padding: 2.5em 1em 0.5em 1em;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
body#inquiry-body p.line-inq img {
  width: 43px;
  vertical-align: middle;
}
body#inquiry-body p.line-inq2 {
  padding: 0.2em 1em 1.5em 1em;
  text-align: center;
  font-size: 1.8rem;
}
body#inquiry-body p.line-inq2 a {
  text-decoration: underline;
}
body#inquiry-body .form_container {
  padding-bottom: 5rem;
}
body#inquiry-body .form_container p.step {
  width: 80%;
  margin: 2rem auto 4rem auto;
  text-align: center;
}
body#inquiry-body .form_container dl {
  width: 86%;
  margin: 2rem auto;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
body#inquiry-body .form_container dl dt {
  width: 28%;
  font-weight: bold;
}
body#inquiry-body .form_container dl dt.hissu:after {
  content: " 必須";
  font-weight: normal;
  color: #ff911f;
}
body#inquiry-body .form_container dl dd {
  width: 67%;
  line-height: 1.5;
}
body#inquiry-body .form_container dl.add dd {
  line-height: 1.8;
}
body#inquiry-body .form_container label.error {
  margin-left: 10px;
  width: auto;
  display: block;
  color: red;
  font-weight: bold;
}
body#inquiry-body .form_container input[type=text] {
  padding: 0.5rem;
  font-size: 1.8rem;
}
body#inquiry-body .form_container input.normal {
  width: 65%;
}
body#inquiry-body .form_container input.short {
  width: 6em;
}
body#inquiry-body .form_container select {
  padding: 0.5rem;
  font-size: 1.8rem;
}
body#inquiry-body .form_container textarea {
  width: 85%;
}
body#inquiry-body .form_container input:focus {
  border: 1px dotted black;
}
body#inquiry-body .form_container input.error, body#inquiry-body .form_container textarea.error {
  border: 1px dotted red;
  background-color: #FFE8E8;
}
body#inquiry-body .form_container .errmsg {
  color: #f00;
}
body#inquiry-body .form_container label.radio {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
body#inquiry-body .form_container label.radio:hover {
  background-color: #efefef;
  white-space: nowrap;
}
body#inquiry-body .form_container label.radio input[type=radio] {
  transform: scale(1.3);
}
body#inquiry-body .form_container .bt_container {
  display: flex;
  justify-content: center;
}
body#inquiry-body .form_container .bt_container p {
  margin-right: 1em;
}
body#inquiry-body .form_container .submitBT {
  text-align: center;
}
body#inquiry-body .form_container .submitBT button {
  position: relative;
  padding: 2rem 9rem;
  margin: 1rem auto;
  background-color: #126dbb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  font-size: 1.8rem;
  color: #fff;
}
body#inquiry-body .form_container .submitBT button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.6s;
  z-index: 4;
}
body#inquiry-body .form_container .submitBT button:hover {
  cursor: pointer;
  opacity: 0.8;
}
body#inquiry-body .form_container .beforeBT {
  text-align: center;
}
body#inquiry-body .form_container .beforeBT button {
  position: relative;
  padding: 2rem 9rem;
  margin: 1rem auto;
  background-color: #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  font-size: 1.8rem;
}
body#inquiry-body .form_container .beforeBT button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(225deg);
  transition: all 0.6s;
  z-index: 4;
}
body#inquiry-body .form_container .beforeBT button:hover {
  cursor: pointer;
  opacity: 0.8;
}

/*-----contact 使いまわし*/
.contact {
  width: 100%;
  padding: 15px 0;
  background: rgb(1, 17, 147);
  background: linear-gradient(145deg, rgb(1, 17, 147) 0%, rgb(26, 171, 230) 85%);
  color: #fff;
}
.contact .contact__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.contact .contact__inner h2 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
.contact .contact__inner div.contact_tel_mail_wrapper {
  display: flex;
  justify-content: space-around;
  margin-top: 1em;
}
.contact .contact__inner div.contact_tel_mail_wrapper .contact__tel {
  width: 40%;
}
.contact .contact__inner div.contact_tel_mail_wrapper .contact__mail {
  width: 45%;
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
}
.contact .contact__inner div.contact_tel_mail_wrapper .contact__mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 11.5em;
  padding: 1em 0;
  background-color: #ffffff;
  border-radius: 8px;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.contact .contact__inner div.contact_tel_mail_wrapper .contact__mail a span {
  font-size: 1.7rem;
}
.contact .contact__inner div.contact_tel_mail_wrapper .contact__mail a.mail:before {
  display: block;
  width: 53px;
  height: auto;
  content: url("../images/i_mail.svg");
}
.contact .contact__inner div.contact_tel_mail_wrapper .contact__mail a.line:before {
  display: block;
  width: 51px;
  height: auto;
  content: url("../images/i_line.svg");
}
.contact .contact__inner div.contact_tel_mail_wrapper .contact__mail a:hover {
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.5);
  background-color: #fffcde;
}

/*-------footer-------*/
.content-footer {
  width: 100%;
}
.content-footer .sns-container {
  width: 300px;
  margin: 2em auto 0 auto;
}
.content-footer .sns-container ul {
  display: flex;
  justify-content: space-between;
}
.content-footer .sns-container ul li {
  width: 50px;
}
.content-footer .sns-container ul li img {
  filter: grayscale(100%);
}
.content-footer p.fotter-caption {
  width: 100%;
  padding: 3em 0;
  text-align: center;
  line-height: 1.3;
}
.content-footer .content-footer__container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 67px auto;
  display: flex;
  justify-content: space-between;
}
.content-footer .content-footer__container .content-footer__logo {
  width: 20%;
  margin: 0 4%;
}
.content-footer .content-footer__container .content-footer__logo .logo {
  color: #0072B2;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3;
  margin-bottom: 40px;
  transition: all 0.3s;
}
.content-footer .content-footer__container .content-footer__logo .logo img {
  width: 204px;
  max-width: 100%;
}
.content-footer .content-footer__container .content-footer__logo .logo:hover {
  opacity: 0.6;
}
.content-footer .content-footer__container .content-footer__logo a.footer_com {
  display: inline-block;
  padding: 0.5em 4em;
  background-color: #000;
  color: #fff;
  border-radius: 20px;
}
.content-footer .content-footer__container .content-footer__address {
  width: 40%;
  line-height: 1.5;
}
.content-footer .content-footer__container .content-footer__banner {
  width: 22%;
  min-width: 220px;
}
.content-footer .content-footer__container .content-footer__banner p.banner {
  margin-bottom: 8px;
}
.content-footer .content-footer__container .content-footer__banner p.banner a {
  display: block;
  width: 220px;
  padding: 1em;
  border: 1px solid #D0D5D5;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.7;
}
.content-footer .content-footer__container .content-footer__banner p.banner a img {
  width: 144px;
}
.content-footer .footer__privacy_copy {
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  padding: 1.8em 0.5em 8.5em 0.5em;
  border-top: 1px solid #333333;
}
.content-footer .footer__privacy_copy ul li {
  display: inline-block;
  margin-right: 1.5em;
}
.content-footer .footer__privacy_copy small {
  display: block;
  font-family: Roboto;
}

.breadcrumbs {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0.8em 1em;
  background: linear-gradient(125deg, #113273 14%, #114fa6 50%, #0091c6 80%);
  color: #fff;
  font-size: 1.4rem;
}
.breadcrumbs a {
  text-decoration: underline;
  color: #fff;
}
.breadcrumbs a:after {
  display: inline-block;
  padding: 0 15px;
  content: ">";
}

h1.h1__style01 {
  padding: 1em;
  font-size: 3.6rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.8;
}
h1.h1__style01 span {
  border-bottom: 4px solid #2a80b0;
}

/*-------page_top-------*/
#page_top {
  z-index: 98;
  width: 50px;
  height: 50px;
  position: fixed;
  right: -60px;
  bottom: 15px;
  background: #000;
  opacity: 0.8;
  border-radius: 50%;
  transition: all 0.3s;
}
#page_top:hover {
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  text-decoration: none;
}
#page_top a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

#static_line {
  display: block;
  z-index: 98;
  width: 195px;
  height: auto;
  position: fixed;
  left: 8px;
  bottom: 15px;
  opacity: 0.9;
}
#static_line:hover {
  opacity: 1;
}

#static_tel {
  display: block;
  z-index: 98;
  width: 195px;
  height: auto;
  position: fixed;
  left: 212px;
  bottom: 15px;
  opacity: 0.9;
}
#static_tel a {
  pointer-events: none;
}
#static_tel:hover {
  opacity: 1;
}

#static_mail {
  display: block;
  z-index: 98;
  width: 58px;
  height: auto;
  position: fixed;
  left: 414px;
  bottom: 15px;
  opacity: 0.9;
}
#static_mail:hover {
  opacity: 1;
}

/*--------------------------------------------------------------------
Created :  2023/12/28
Last Update :  
Site URL : 
File name : _tablet.css
Author: 
--------------------------------------------------------------------*/
/*トコジラミ特設専用*/
/*=======================================================================================================================================

Tablet style

=========================================================================================================================================*/
@media screen and (max-width: 999px), print {
  #overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(100, 100, 100, 0.6);
    z-index: 90;
    pointer-events: none;
    display: none;
  }
  .bodyfixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  body.no_scroll {
    overflow: hidden;
  }
  body#index-body .index-mainvisual {
    height: 620px;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner {
    height: 620px;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 h1 span:nth-of-type(2) {
    font-size: 6.6rem;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 h1 span:nth-of-type(3) {
    font-size: 7.8rem;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row2 .index-mainvisual__row2--01 h2 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row2 .index-mainvisual__row2--01 .index-mainvisual__row2__txt01 {
    font-size: 1.8rem;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row2 .index-mainvisual__row2--01 .index-mainvisual__row2__vpoint {
    width: 220px;
    margin-top: 1em;
  }
  body#index-body .index-feature__wrapper .index-feature {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
  body#index-body .index-feature__wrapper .index-feature h2 {
    font-size: 2.6rem;
  }
  body#index-body .index-higai__wrapper {
    padding-bottom: 1em;
  }
  body#index-body .index-higai__wrapper .index-higai h2 {
    font-size: 2.8rem;
  }
  body#index-body .index-higai__wrapper .index-higai h2 span {
    font-size: 3.8rem;
  }
  body#index-body .index-higai__wrapper .index-higai .index-higai__inner01 {
    width: 95%;
  }
  body#index-body .index-higai__wrapper .index-higai .index-higai__inner01 dl {
    width: 46.5%;
  }
  body#index-body .index-higai__wrapper .index-higai ul {
    width: 33em;
  }
  body#index-body .index-survey .index-survey__inner01 {
    justify-content: space-around;
  }
  body#index-body .index-survey .index-survey__inner01 dl {
    width: 30%;
  }
  body#index-body .index-movie .youtube_wrapper {
    margin: 1em 6em;
  }
  body#index-body .index-kujyo .index-kujyo__container01 {
    width: 95%;
    margin: 2em auto 0 auto;
  }
  body#index-body .index-kujyo .index-kujyo__container02 {
    width: 95%;
    margin: 1em auto 0 auto;
  }
  body#index-body .index-waranty .index-waranty__container .index-waranty__01 {
    width: 20%;
  }
  body#index-body .index-waranty .index-waranty__container .index-waranty__02 {
    width: 72%;
  }
  body#index-body .index-waranty .index-waranty__container .index-waranty__02 h2 {
    font-size: 2.1rem;
  }
  body#index-body .index-waranty .index-waranty__container .index-waranty__02 h2 span {
    font-size: 3.6rem;
  }
  body#index-body .index-waranty .index-waranty__container .index-waranty__02 h3 {
    font-size: 5rem;
  }
  body#index-body .index-waranty .index-waranty__container .index-waranty__02 h3 span {
    font-size: 7.2rem;
  }
  body#index-body .index-hotel h2 {
    font-size: 2.8rem;
  }
  /*-----contact 使いまわし*/
  .contact .contact__inner h2 {
    font-size: 2.2rem;
  }
  .contact .contact__inner div.contact_tel_mail_wrapper .contact__tel {
    width: 37%;
  }
  .contact .contact__inner div.contact_tel_mail_wrapper .contact__mail {
    width: 50%;
  }
  .contact .contact__inner div.contact_tel_mail_wrapper .contact__mail a {
    font-size: 1.6rem;
  }
  .contact .contact__inner div.contact_tel_mail_wrapper .contact__mail a span {
    font-size: 1.4rem;
  }
  /*-------footer-------*/
  .content-footer {
    width: 97%;
  }
  .content-footer .footer__privacy_copy {
    padding-bottom: 8em;
  }
  #static_line {
    width: 150px;
  }
  #static_tel {
    width: 150px;
    left: 162px;
    opacity: 0.9;
  }
  #static_tel a {
    pointer-events: auto;
  }
  #static_mail {
    width: 45px;
    left: 317px;
  }
}
/*--------------------------------------------------------------------
Created : 2023/12/28
Last Update :  
Site URL : 
File name : _smartphone.css
Author: 
--------------------------------------------------------------------*/
/*トコジラミ特設専用*/
/*=======================================================================================================================================
=========================================================================================================================================

Smartphone style

=========================================================================================================================================
=========================================================================================================================================*/
@media screen and (max-width: 559px), print {
  body#index-body .index-mainvisual {
    height: 600px;
    margin: 0;
    background: url(../images/top_mainimg_sp.webp) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner {
    height: 600px;
    padding-top: 30px;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 .index-mainvisual__row1--01 {
    width: 18%;
    margin-right: 1em;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 h1 {
    width: 9.5em;
    font-size: 2.5rem;
    margin-right: 1em;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 h1 span:nth-of-type(1) {
    font-size: 2.2rem;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 h1 span:nth-of-type(2) {
    display: inline-block;
    margin-left: -0.2em;
    font-size: 3.8rem;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 h1 span:nth-of-type(3) {
    font-size: 3.9rem;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row1 .index-mainvisual__row1--02 {
    margin-top: 1em;
    width: 28.5%;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row2 .index-mainvisual__row2--01 {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row2 .index-mainvisual__row2--01 h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row2 .index-mainvisual__row2--01 .index-mainvisual__row2_3rd {
    margin-top: 1em;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row2 .index-mainvisual__row2--01 .index-mainvisual__row2__txt01 {
    margin-top: 0.7em;
    font-size: 1.4rem;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row2 .index-mainvisual__row2--01 .index-mainvisual__row2__txt02 {
    display: inline-block;
    margin-top: 0.7em;
    padding: 0.7em 1.5em;
    background-color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 5px;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-mainvisual__row2 .index-mainvisual__row2--01 .index-mainvisual__row2__vpoint {
    width: 200px;
    margin-top: 0.7em;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-main__man {
    width: 42%;
    position: absolute;
    bottom: 0;
    top: 100px;
    right: -24px;
    z-index: -1;
  }
  body#index-body .index-mainvisual .index-mainvisual__inner .index-main__pest {
    position: absolute;
    bottom: 4px;
    left: 10px;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  body#index-body .index-feature__wrapper .index-feature h2 {
    font-size: 2.2rem;
  }
  body#index-body .index-feature__wrapper .index-feature h2 span:nth-of-type(1) {
    font-size: 6.6rem;
  }
  body#index-body .index-feature__wrapper .index-feature h2 span:nth-of-type(2) {
    font-size: 3.6rem;
  }
  body#index-body .index-feature__wrapper .index-feature .index-feature__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  body#index-body .index-feature__wrapper .index-feature .index-feature__inner dl {
    width: 98%;
    margin-bottom: 0.5em;
  }
  body#index-body .index-feature__wrapper .index-feature .index-feature__inner dl dt {
    padding: 1em 0.5em 0 0.5em;
  }
  body#index-body .index-feature__wrapper .index-feature .index-feature__inner dl dd {
    padding: 2em 2em 2em;
  }
  body#index-body .index-higai__wrapper {
    padding-bottom: 1em;
  }
  body#index-body .index-higai__wrapper .index-higai h2 {
    font-size: 2.4rem;
  }
  body#index-body .index-higai__wrapper .index-higai h2 span {
    font-size: 3.8rem;
  }
  body#index-body .index-higai__wrapper .index-higai .index-higai__inner01 {
    width: 95%;
    margin: 2em auto 0 auto;
  }
  body#index-body .index-higai__wrapper .index-higai .index-higai__inner01 dl {
    width: 100%;
  }
  body#index-body .index-higai__wrapper .index-higai .index-higai__inner01 dl dd {
    padding: 1em 0.5em 1em;
  }
  body#index-body .index-higai__wrapper .index-higai ul {
    width: 81%;
  }
  body#index-body .index-higai__wrapper .index-higai ul li {
    margin-left: 1em;
    font-size: 1.8rem;
  }
  body#index-body .index-higai__wrapper .index-higai ul li:before {
    width: 25px;
  }
  body#index-body .index-higai__bottom .index-higai__bottom--01 {
    font-size: 3.6rem;
    line-height: 1.2;
  }
  body#index-body .index-higai__bottom .index-higai__bottom--02 {
    line-height: 1.8;
    padding: 0 0.5em;
  }
  body#index-body .index-survey h2 {
    font-size: 2.6rem;
  }
  body#index-body .index-survey h2 span:nth-of-type(1) {
    font-size: 3.4rem;
  }
  body#index-body .index-survey h2 span:nth-of-type(2) {
    font-size: 3.4rem;
  }
  body#index-body .index-survey .index-survey__inner01 {
    justify-content: space-around;
  }
  body#index-body .index-survey .index-survey__inner01 dl {
    width: 48%;
    margin-bottom: 1.5em;
  }
  body#index-body .index-survey .index-survey__inner01 dl dd {
    padding: 0.7em;
    font-size: 1.6rem;
  }
  body#index-body .index-survey .index-survey__txt01 {
    font-size: 1.4rem;
  }
  body#index-body .index-movie h2 {
    font-size: 2.8rem;
  }
  body#index-body .index-movie h2 span:before {
    width: 25px;
    height: 46px;
    background-size: 25px;
  }
  body#index-body .index-movie h2 span:after {
    width: 25px;
    height: 46px;
    background-size: 25px;
  }
  body#index-body .index-movie .youtube_wrapper {
    margin: 1em;
  }
  body#index-body .index-kujyo h2 {
    font-size: 2.7rem;
  }
  body#index-body .index-kujyo h2 span {
    font-size: 3.8rem;
  }
  body#index-body .index-kujyo .index-kujyo__container01 {
    width: 95%;
    margin: 2em auto 0 auto;
    justify-content: center;
  }
  body#index-body .index-kujyo .index-kujyo__container01 div {
    width: 100%;
    margin-top: 1em;
  }
  body#index-body .index-kujyo .index-kujyo__container02 {
    width: 95%;
    margin: 1em auto 0 auto;
  }
  body#index-body .index-waranty {
    margin-top: 132px;
  }
  body#index-body .index-waranty .index-waranty__char {
    top: -138px;
  }
  body#index-body .index-waranty .index-waranty__container {
    padding: 38px 0 50px 0;
    flex-wrap: wrap;
    overflow: hidden;
  }
  body#index-body .index-waranty .index-waranty__container .index-waranty__01 {
    width: 44%;
  }
  body#index-body .index-waranty .index-waranty__container .index-waranty__02 {
    width: 100%;
  }
  body#index-body .index-waranty .index-waranty__container .index-waranty__02 h2 {
    line-height: 1.3;
  }
  body#index-body .index-waranty .index-waranty__container .index-waranty__02 h2 span {
    font-size: 3.8rem;
  }
  body#index-body .index-waranty .index-waranty__container .index-waranty__02 h3 {
    font-size: 3.6rem;
    text-align: center;
  }
  body#index-body .index-waranty .index-waranty__container .index-waranty__02 h3 span {
    font-size: 4.6rem;
  }
  body#index-body .index-vpoint .index-vpoint--001 {
    width: 85%;
  }
  body#index-body .index-vpoint .index-vpoint--002 {
    width: 85%;
  }
  body#index-body .index-price {
    margin: 2em auto;
    padding: 2em 0;
  }
  body#index-body .index-supertokjirami {
    width: 100%;
    margin: 0 auto;
    padding: 4em 0.5em;
    border-radius: 0;
  }
  body#index-body .index-supertokjirami h2 {
    font-size: 2.8rem;
    text-align: left;
  }
  body#index-body .index-supertokjirami h2 span {
    font-size: 2.2rem;
  }
  body#index-body .index-supertokjirami .index-supertokjirami__container {
    flex-wrap: wrap;
  }
  body#index-body .index-supertokjirami .index-supertokjirami__container .index-supertokjirami__01 {
    width: 30%;
  }
  body#index-body .index-supertokjirami .index-supertokjirami__container .index-supertokjirami__02 {
    width: 100%;
  }
  body#index-body .index-hotel h2 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  body#index-body .index-hotel p.index-hotel__txt01 {
    padding: 0 0.5em;
    line-height: 1.4;
  }
  body#index-body .index-service {
    margin: 2em auto;
    padding: 2em 0;
  }
  body#index-body .index-service h2 {
    font-size: 3rem;
  }
  body#index-body .index-service .index-service__inner {
    flex-wrap: wrap;
  }
  body#index-body .index-service .index-service__inner a {
    width: 44%;
    margin-bottom: 1.5em;
  }
  body#inquiry-body p.inquiry_plorogue__txt {
    font-size: 1.8rem;
  }
  body#inquiry-body p.inquiry_plorogue__txt2 {
    font-size: 1.8rem;
  }
  body#inquiry-body p.inquiry_tel {
    margin-top: 1.5em;
  }
  body#inquiry-body p.inquiry_tel img {
    max-width: 250px;
  }
  body#inquiry-body p.line-inq {
    font-size: 2rem;
  }
  body#inquiry-body p.line-inq2 {
    font-size: 1.6rem;
  }
  body#inquiry-body .form_container p.step {
    width: 95%;
  }
  body#inquiry-body .form_container dl {
    flex-wrap: wrap;
  }
  body#inquiry-body .form_container dl dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
  body#inquiry-body .form_container dl dd {
    width: 100%;
  }
  body#inquiry-body .form_container input.normal {
    width: 100%;
  }
  body#inquiry-body .form_container textarea {
    width: 100%;
  }
  body#inquiry-body .form_container .bt_container {
    flex-wrap: wrap;
  }
  /*-----contact 使いまわし*/
  .contact {
    width: 100%;
    padding: 15px 0;
  }
  .contact .contact__inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
  .contact .contact__inner h2 {
    font-size: 2rem;
    font-weight: 700;
  }
  .contact .contact__inner div.contact_tel_mail_wrapper {
    flex-wrap: wrap;
    margin-top: 1em;
  }
  .contact .contact__inner div.contact_tel_mail_wrapper .contact__tel {
    width: 90%;
  }
  .contact .contact__inner div.contact_tel_mail_wrapper .contact__mail {
    width: 95%;
    padding: 1em 0;
    display: flex;
    justify-content: space-around;
  }
  .contact .contact__inner div.contact_tel_mail_wrapper .contact__mail a {
    margin: 1px;
    font-size: 1.5rem;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  }
  .contact .contact__inner div.contact_tel_mail_wrapper .contact__mail a span {
    font-size: 1.5rem;
  }
  /*-------footer-------*/
  .content-footer {
    width: 100%;
  }
  .content-footer .sns-container {
    width: 280px;
  }
  .content-footer .content-footer__container {
    margin-bottom: 67px;
    flex-wrap: wrap;
  }
  .content-footer .content-footer__container .content-footer__logo {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .content-footer .content-footer__container .content-footer__logo .logo {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
  .content-footer .content-footer__container .content-footer__logo .logo img {
    width: 164px;
  }
  .content-footer .content-footer__container .content-footer__address {
    width: 95%;
    margin-top: 2em;
    margin-left: 5%;
  }
  .content-footer .content-footer__container .content-footer__banner {
    width: 100%;
    margin-top: 2em;
  }
  .content-footer .content-footer__container .content-footer__banner .banner {
    margin-bottom: 1em;
  }
  .content-footer .content-footer__container .content-footer__banner .banner a {
    width: 80%;
    margin: 0 auto;
  }
  .content-footer .content-footer__container .content-footer__banner .banner a img {
    width: 95px;
    margin-left: 1em;
  }
  .content-footer .footer__privacy_copy {
    flex-wrap: wrap;
    border-top: none;
    position: relative;
  }
  .content-footer .footer__privacy_copy::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -10px;
    width: 65px;
    height: 1px;
    background-color: #333;
  }
  .content-footer .footer__privacy_copy ul {
    margin-bottom: 2em;
    text-align: center;
    line-height: 2.5;
  }
  .content-footer .footer__privacy_copy ul li {
    display: inline-block;
  }
  .content-footer .footer__privacy_copy small {
    width: 100%;
    display: block;
    font-family: Roboto;
    text-align: center;
    font-size: 1rem;
  }
  /*-------page_top-------*/
  #page_top {
    bottom: 76px;
  }
  .breadcrumbs {
    margin: 0 0 0 0;
  }
  h1.h1__style01 {
    font-size: 3rem;
  }
}