@charset "UTF-8";
/*-------------------------------- reset--------------------------------*/
body,
h1,
h2,
h3,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset,
img {
  margin: 0;
  border: 0;
  vertical-align: bottom;
}

img {
  vertical-align: bottom;
}

img {
  display: block;
  margin: 0 auto;
  padding: 0;
}

select.nice {
  display: none;
}

.nice-select .option.disabled {
  display: none;
}

.hidden {
  display: none;
}

/*-------------------------------- reset --------------------------------*/
a:link {
  color: #035aba;
  text-decoration: none;
  border: none;
}

a:hover {
  color: #035aba;
  text-decoration: underline;
}

a:visited {
  color: #035aba;
  text-decoration: none;
  border: none;
}

body {
  width: 100%;
  min-width: 700px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}

.fa-fw {
  color: #cc0000;
}

.yellow {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffd40d 60%);
}

.red {
  font-weight: bold;
  color: #ff3333;
}

.blue {
  font-weight: bold;
  color: #0b77c7;
}

.bold {
  font-weight: bold;
  color: #035aba;
}

.big {
  font-size: 28px;
  line-height: 38px;
}

#wrap {
  padding: 0;
  margin: 0px auto;
}

.anotherlang {
  background: #dbedff;
  padding: 0.7% 0 0.7% 0;
  color: #035aba;
  font-size: 18px;
  line-height: 25px;
}

/*-------------------- ヘッダーここから---------------*/
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

#bg00 {
  border-bottom: solid #d0d0d0 1px;
}

#header {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 2px;
}

.main-nav {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.main-nav li:first-child {
  margin-right: auto;
}

.main-nav a {
  display: block;
}

.logo {
  box-sizing: border-box;
  width: 360px;
  padding: 7px 0 5px;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

#telicon {
  display: flex;
  align-items: center;
}

.header-phone {
  display: flex !important;
  align-items: center;
  gap: 14px;
  color: #075990;
  text-align: left;
  text-decoration: none;
}

.header-phone-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-phone-copy {
  display: flex;
  flex-direction: column;
}

.header-phone-label {
  color: #486879;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.header-phone-label small {
  font-size: 0.9em;
}

.header-phone-number {
  margin-top: 4px;
  color: #075990;
  font-family: "Avenir Next", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 39px;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
}

/*-------------------- ヘッダーここまで---------------*/
h1 {
  background: url(./img/mainbk.jpg) no-repeat scroll center center;
  background-size: auto 100%;
}

/*-------------------- メインビジュアル ここから---------------*/
.hero-banner {
  --bw: min(100vw, 1000px);
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: calc(var(--bw) * 73 / 1000) calc(var(--bw) * 34 / 1000) calc(var(--bw) * 73 / 1000);
  background: transparent;
  color: #0c77c7;
  text-align: left;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  background: #53a7e7;
  border-radius: calc(var(--bw) * 12 / 1000);
  padding: calc(var(--bw) * 12 / 1000);
  box-shadow: 0 calc(var(--bw) * 3 / 1000) 0 rgba(0, 0, 0, 0.06);
  margin-bottom: calc(var(--bw) * 12 / 1000);
}

.hero-pill-text {
  font-size: calc(var(--bw) * 42 / 1000);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.hero-pill-yellow {
  color: #ffde16;
}

.hero-label {
  font-size: calc(var(--bw) * 22 / 1000);
  font-weight: 400;
  letter-spacing: 0.28em;
  line-height: 1;
  margin: 0 0 0 calc(var(--bw) * 4 / 1000);
}

.hero-headline {
  display: flex;
  align-items: center;
  line-height: 1.02;
  white-space: nowrap;
  margin-left: calc(var(--bw) * 2 / 1000);
}

.hero-highlight {
  font-size: calc(var(--bw) * 74 / 1000);
  font-weight: 900;
  background: linear-gradient(transparent 56%, #ffe11a 56%, #ffe11a 94%, transparent 94%);
  padding: 0 calc(var(--bw) * 2 / 1000);
}

.hero-headline-sm {
  font-size: calc(var(--bw) * 46 / 1000);
  font-weight: 400;
}

.hero-headline-lg {
  font-size: calc(var(--bw) * 66 / 1000);
  font-weight: 900;
}

.hero-best {
  display: flex;
  align-items: center;
  gap: calc(var(--bw) * 9 / 1000);
  margin: calc(var(--bw) * 10 / 1000) 0 0 calc(var(--bw) * 2 / 1000);
  white-space: nowrap;
}

.hero-best-plain {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--bw) * 92 / 1000);
  font-size: calc(var(--bw) * 76 / 1000);
  font-weight: 900;
  line-height: 1;
}

.hero-best-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--bw) * 92 / 1000);
  height: calc(var(--bw) * 92 / 1000);
  background: #0c77c7;
  border-radius: calc(var(--bw) * 12 / 1000);
  font-size: calc(var(--bw) * 76 / 1000);
  font-weight: 900;
  color: #ffffff;
  box-shadow: 0 calc(var(--bw) * 2 / 1000) calc(var(--bw) * 5 / 1000) rgba(0, 0, 0, 0.15);
  line-height: 1;
}

.hero-best-badge-light {
  background: #53a7e7;
}

.hero-best-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--bw) * 92 / 1000);
  font-size: calc(var(--bw) * 72 / 1000);
  font-weight: 900;
  color: #0c77c7;
  line-height: 1;
  margin-left: calc(var(--bw) * 2 / 1000);
}

.hero-tagline {
  font-size: calc(var(--bw) * 31 / 1000);
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: calc(var(--bw) * 8 / 1000) 0 0 calc(var(--bw) * 2 / 1000);
}

.hero-tagline-strong {
  font-weight: 900;
}

/* スマホ表示ではメインビジュアルの写真が画面幅いっぱいに広がり、
   かつ縦方向にもある程度の存在感が出るようにする。
   人物の顔が見出しテキストと重ならないよう、写真をできるだけ右に寄せる。
   (65%だと右に寄りすぎて窮屈だったため、少し左に戻して70%に調整。
   その後さらに少しだけ同方向に調整して72%に。
   さらに「左肩が見えるくらい寄せたい」との要望を受け、テキストとの
   重なりが出ない範囲で最大限まで調整して78%に。
   その後、緒方さんの指定により75%に調整) */
@media screen and (max-width: 640px) {
  h1 {
    min-height: 38vh;
    background-position: 75% center;
  }
}
/*-------------------- メインビジュアル ここまで---------------*/

#bg01 {
  background: url(./img/bgimg01.jpg);
  background-position: 0 2px;
  padding-bottom: 4%;
}

/*-------------------- 強み訴求カード(6項目) ここから---------------*/
.strength-grid {
  --bw: min(100vw, 960px);
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: calc(var(--bw) * 12 / 900);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, 1fr);
  column-gap: calc(var(--bw) * 16 / 900);
  row-gap: calc(var(--bw) * 16 / 900);
}

.strength-card {
  display: flex;
  align-items: stretch;
}

.strength-num {
  flex: none;
  width: calc(var(--bw) * 54 / 900);
  border-radius: calc(var(--bw) * 14 / 900) 0 0 calc(var(--bw) * 14 / 900);
  background: #015fa5;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: calc(var(--bw) * 30 / 900);
}

.strength-body {
  flex: 1 1 auto;
  background: #ffffff;
  border-radius: 0 calc(var(--bw) * 14 / 900) calc(var(--bw) * 14 / 900) 0;
  padding: calc(var(--bw) * 14 / 900) calc(var(--bw) * 10 / 900) calc(var(--bw) * 16 / 900);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.strength-title {
  font-weight: 900;
  font-size: calc(var(--bw) * 33 / 900);
  color: #4c4c4c;
  letter-spacing: -0.01em;
  margin: 0 0 calc(var(--bw) * 4 / 900);
}

.strength-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: calc(var(--bw) * 2 / 900);
}

.strength-sub-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--bw) * 6 / 900);
}

.strength-note {
  font-weight: 400;
  font-size: calc(var(--bw) * 12 / 900);
  color: #4c4c4c;
  text-align: center;
  margin-top: calc(var(--bw) * 2 / 900);
}

.strength-lead {
  font-weight: 900;
  font-size: calc(var(--bw) * 30 / 900);
  color: #ff5500;
  align-self: flex-end;
  margin-bottom: calc(var(--bw) * 5 / 900);
}

.strength-figure {
  font-weight: 900;
  font-size: calc(var(--bw) * 66 / 900);
  color: #ff5500;
}

.strength-unit {
  font-weight: 900;
  font-size: calc(var(--bw) * 34 / 900);
  color: #ff5500;
  margin-right: calc(var(--bw) * 2 / 900);
}

.strength-unit-lg {
  font-size: calc(var(--bw) * 44 / 900);
  margin-right: 0;
}

.strength-tilde {
  align-self: flex-end;
  margin: 0 0 calc(var(--bw) * 3 / 900) calc(var(--bw) * 2 / 900);
}

.strength-tags {
  display: inline-flex;
  gap: calc(var(--bw) * 3 / 900);
  align-self: flex-end;
  margin-bottom: calc(var(--bw) * 2 / 900);
}

.strength-tags-inline {
  display: inline-flex;
  gap: calc(var(--bw) * 2 / 900);
}

.strength-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--bw) * 44 / 900);
  height: calc(var(--bw) * 44 / 900);
  border-radius: calc(var(--bw) * 7 / 900);
  background: #ff5500;
  color: #ffffff;
  font-weight: 900;
  font-size: calc(var(--bw) * 33 / 900);
}

.strength-tag-sm {
  width: calc(var(--bw) * 34 / 900);
  height: calc(var(--bw) * 34 / 900);
  border-radius: calc(var(--bw) * 6 / 900);
  font-size: calc(var(--bw) * 26 / 900);
}

.strength-stack {
  display: inline-flex;
  flex-direction: column;
  font-weight: 900;
  color: #ff5500;
  align-self: center;
  position: relative;
}

.strength-percent {
  font-weight: 900;
  font-size: calc(var(--bw) * 30 / 900);
  color: #ff5500;
}

.strength-highlight {
  font-weight: 900;
  font-size: calc(var(--bw) * 46 / 900);
  color: #4c4c4c;
}

.strength-highlight-sm {
  font-weight: 900;
  font-size: calc(var(--bw) * 26 / 900);
  color: #4c4c4c;
}

.strength-highlight + .strength-highlight-sm {
  margin-left: calc(var(--bw) * 2 / 900);
}

.strength-orange {
  color: #ff5500;
}

.strength-card-2 .strength-title {
  margin-bottom: calc(var(--bw) * 4 / 900);
}

.strength-card-2 .strength-row {
  gap: calc(var(--bw) * 3 / 900);
}

.strength-card-2 .strength-unit {
  margin-right: calc(var(--bw) * 3 / 900);
}

.strength-card-3 .strength-title,
.strength-card-4 .strength-title {
  margin-bottom: calc(var(--bw) * 6 / 900);
}

.strength-card-3 .strength-row,
.strength-card-4 .strength-row {
  gap: calc(var(--bw) * 4 / 900);
}

.strength-card-5 .strength-title {
  font-size: calc(var(--bw) * 27 / 900);
  letter-spacing: -0.02em;
  margin-bottom: calc(var(--bw) * 6 / 900);
  white-space: nowrap;
}

.strength-card-5 .strength-row {
  white-space: nowrap;
}

.strength-card-5 .strength-stack {
  font-size: calc(var(--bw) * 20 / 900);
  line-height: 1;
  margin-right: calc(var(--bw) * 1 / 900);
  top: calc(var(--bw) * 5 / 900);
}

.strength-card-5 .strength-figure {
  font-size: calc(var(--bw) * 60 / 900);
}

.strength-card-5 .strength-percent {
  margin-right: calc(var(--bw) * 1 / 900);
}

.strength-card-5 .strength-cost {
  font-weight: 900;
  font-size: calc(var(--bw) * 35 / 900);
  color: #ff5500;
  letter-spacing: -0.02em;
}

.strength-card-6 .strength-body {
  gap: calc(var(--bw) * 8 / 900);
}

.strength-card-6 .strength-row {
  gap: calc(var(--bw) * 3 / 900);
}

.strength-card-6 .strength-stack {
  font-size: calc(var(--bw) * 17 / 900);
  line-height: 1.05;
  margin-right: calc(var(--bw) * 2 / 900);
  top: calc(var(--bw) * 5 / 900);
}

.strength-card-6 .strength-figure {
  font-size: calc(var(--bw) * 54 / 900);
}

.strength-card-6 .strength-percent {
  margin-right: calc(var(--bw) * 3 / 900);
}
/*-------------------- 強み訴求カード(6項目) ここまで---------------*/

/*-------------------- 選ばれる理由(バッジ) ここから---------------*/
#bg10 {
  background: #f1f9ff;
  padding: 4% 4% 5%;
}

.trust-badges {
  --bw: min(100vw, 960px);
  max-width: 960px;
  margin: 0 auto;
}

.trust-badges-title {
  font-weight: 900;
  font-size: calc(var(--bw) * 44 / 900);
  color: #035aba;
  text-align: center;
  letter-spacing: -0.01em;
}

.trust-badges-note {
  font-size: calc(var(--bw) * 20 / 900);
  font-weight: 700;
  color: #4c4c4c;
  text-align: center;
  margin-top: calc(var(--bw) * 10 / 900);
}

.trust-badges-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: calc(var(--bw) * 14 / 900);
  margin-top: calc(var(--bw) * 24 / 900);
}

.trust-badge {
  position: relative;
  flex: none;
  width: calc(var(--bw) * 180 / 900);
  height: calc(var(--bw) * 180 / 900);
  border-radius: 50%;
  background: linear-gradient(155deg, #6cb9f2 0%, #53a7e7 50%, #3d8ed4 100%);
  border: calc(var(--bw) * 3 / 900) solid rgba(255, 255, 255, 0.6);
  box-shadow:
    0 calc(var(--bw) * 10 / 900) calc(var(--bw) * 22 / 900) rgba(3, 90, 186, 0.3),
    0 calc(var(--bw) * 3 / 900) calc(var(--bw) * 8 / 900) rgba(3, 90, 186, 0.22),
    inset 0 calc(var(--bw) * 4 / 900) calc(var(--bw) * 6 / 900) rgba(255, 255, 255, 0.35),
    inset 0 calc(var(--bw) * -8 / 900) calc(var(--bw) * 12 / 900) rgba(3, 90, 186, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: calc(var(--bw) * 12 / 900);
  overflow: hidden;
}

.trust-badge-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68%;
  height: 68%;
  color: #ffffff;
  opacity: 0.22;
  z-index: 0;
  pointer-events: none;
}

.trust-badge-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.trust-badge-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(var(--bw) * 4 / 900);
  text-align: center;
}

.trust-badge-small {
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: calc(var(--bw) * 15 / 900);
  line-height: 1.3;
}

.trust-badge-large {
  display: block;
  color: #ffde16;
  font-weight: 900;
  font-size: calc(var(--bw) * 30 / 900);
  line-height: 1.1;
  -webkit-text-stroke: 0.03em currentColor;
  text-stroke: 0.03em currentColor;
}
/*-------------------- 選ばれる理由(バッジ) ここまで---------------*/

#bg02 {
  background: #858585;
}

#bg03 {
  background: url(./img/bgimg02.jpg);
}

#bg04 {
  background: #f1f9ff;
}

#bg05 {
  background: url(./img/bgimg01.jpg);
  background-position: 0 2px;
  padding-bottom: 4%;
}

#bg06 {
  background: #f1f9ff;
}

#bg07 {
  background: url(./img/bgimg01.jpg);
  background-position: 0 2px;
  padding-bottom: 4%;
}

#bg08 {
  background: #f1f9ff;
  padding-bottom: 3%;
}

#bg09 {
  background: #f7f7f7;
}

#bgcompany {
  background: url(./img/bgimg01.jpg);
  background-position: 0 2px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.box01 {
  padding: 0 0 3% 0;
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

.Item01 {
  float: left;
}

.btn01 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.btn02 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

#under_btn01 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

#under_btn02 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.margin01 {
  margin-left: 2.5%;
}

.margin02 {
  margin-left: 1.8%;
}

.box02 {
  margin-top: 2px;
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  margin-bottom: 3%;
}

.box02text {
  padding: 1% 5% 5% 4.2%;
  color: #333333;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
}

.part02 {
  margin-top: 4%;
}

.float {
  float: left;
}

.margin03 {
  width: 270px;
  margin-left: 4.7%;
  margin-top: 1%;
}

.margin04 {
  width: 270px;
  margin-left: 3.4%;
  margin-top: 1%;
}

.margin05 {
  width: 270px;
  margin-left: 3.4%;
  margin-top: 1%;
}

.margin06 {
  width: 270px;
  margin-left: 4.7%;
  margin-top: 1%;
}

.margin07,
.margin08 {
  width: 270px;
  margin-left: 3.4%;
  margin-top: 1%;
}

.steptitle {
  padding-bottom: 1%;
}

.mitsumorititle {
  padding-top: 4%;
  padding-bottom: 4%;
  font-size: 40px;
  line-height: 1.1;
  color: #333333;
  font-weight: bolder;
}

.mitsumorititle span {
  display: inline-block;
}

.mitsumoributton {
  background-color: #ff3333;
  border-radius: 15px;
  margin: 4%;
  padding: 2.5%;
  color: #ffd40d;
  font-weight: bolder;
  font-size: 40px;
  box-shadow: 0px 5px #b33;
  cursor: pointer;
}

.mitsumoributton:hover,
.mitsumoributton:disabled {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.price_after {
  margin-top: 3%;
  margin-bottom: 5%;
  color: #333333;
  font-weight: bold;
  font-size: 120px;
  line-height: 0.9;
}

.price_notice {
  margin: 1%;
  color: #333333;
  font-size: 70%;
  line-height: 120%;
}

.box03 {
  margin-top: 2px;
  padding: 0 0 3% 0;
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  margin-bottom: 3%;
}

.box03 h3 {
  background: #0b77c7;
  padding: 2% 0 2% 0;
  color: #ffffff;
}

.box03text01 {
  font-size: 24px;
  line-height: 32px;
  color: #0b77c7;
  font-weight: bold;
  padding: 7.5% 0 7.5% 0;
}

.box03text02 {
  font-size: 17px;
  line-height: 32px;
  color: #333333;
  padding: 7.5% 0 7.5% 0;
  text-align: left;
}

.box06 {
  /* margin-top: 2px; */
  padding: 0 0 3% 0;
  max-width: 960px;
  margin: 2% auto;
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

.box06 img {
  max-width: 268px;
  max-height: 200px;
  vertical-align: middle;
}

.box06 .bordered {
  border: #ddd thin solid;
  box-sizing: border-box;
}

.box06 .aircon .imgwrapper {
  width: 100%;
  height: 200px;
  display: table;
}

.box06 .aircon .cell {
  display: table-cell;
  vertical-align: middle;
}

.box06 h3 {
  background: #0b77c7;
  padding: 2% 0 2% 0;
  color: #ffffff;
  margin-bottom: 6%;
}

.box06text01 {
  font-size: 24px;
  line-height: 32px;
  color: #0b77c7;
  font-weight: bold;
  padding: 7.5% 0 7.5% 0;
}

.box06text02 {
  font-size: 17px;
  line-height: 32px;
  color: #333333;
  padding: 7.5% 0 7.5% 0;
  text-align: left;
}

.nice-select {
  color: #333333;
  width: 100%;
  margin: 2% 0;
}

.nicewrapper {
  margin: 2% 0;
}

.box04 {
  margin-top: 2px;
  padding-bottom: 3.5%;
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

/*-------------------- notice ---------------*/
.notice_bg {
  background-color: #015fa5;
}

.notice {
  padding: 0;
  color: #ffd40d;
}

.notice.empty {
  display: none;
}

.notice ul {
  font-weight: bold;
  line-height: 1.2;
  /* background: #ffffff; */
  padding-top: 0.1%;
  padding-bottom: 0.1%;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 24px;
}

.notice li {
  margin: 1.5%;
}

.notice li span {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #e4ba00;
}

.notice li::before {
  content: "・";
}

.modalItem .title {
  font-weight: bold;
  font-size: 120%;
  padding-top: 5px;
  padding-bottom: 15px;
}

.modalItem .startedAt {
  color: #9b9b9b;
  font-size: 70%;
  padding-top: 15px;
  padding-bottom: 5px;
}

/*-------------------- よくある質問　ここから---------------*/
#boxqa {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 4%;
}

.box05 {
  padding: 5% 5% 5% 5%;
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

.subcatch01 {
  padding-bottom: 3%;
  color: #333333;
}

dl {
  overflow: hidden;
  _zoom: 1;
}

dt,
dd {
  text-align: left;
  background: none no-repeat left top;
}

dd {
  background: url(./img/answer.jpg) no-repeat;
  background-position: 0 5px;
  overflow: hidden;
  font-size: 17px;
  color: #666666;
  padding: 9px 0 2% 7%;
}

dt {
  background: url(./img/question.jpg) no-repeat;
  font-size: 28px;
  font-weight: bold;
  color: #0b77c7;
  padding: 7px 0 1% 7%;
}

.border01 {
  border: none;
  height: 2px;
  background-image: linear-gradient(to right, #9b9b9b, #9b9b9b 2px, transparent 2px, transparent 4px);
  background-size: 5px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}

/*-------------------- よくある質問　ここまで---------------*/
/*--------------------------------フローティングパーツ--------------------------------*/
.buylink {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 1;
  background: #ffffff;
  border-top: solid #d4d4d4 1px;
  /* padding-bottom: 2%; */
  height: 105px;
}

#boxunder {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  height: 105px;
}

#under_btn01 {
  width: 46%;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}

#under_btn01 img {
  max-height: 80px;
  width: auto;
  max-width: 100%;
}

#under_btn02 {
  width: 46%;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}

#under_btn02 img {
  max-height: 80px;
  width: auto;
  max-width: 100%;
}

/*--------------------------------フローティングパーツ--------------------------------*/
#footerlink {
  padding: 4% 0 2% 0;
  color: #035aba;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
}

#footersub {
  padding: 2% 0 2% 0;
  color: #035aba;
  font-size: 17px;
  text-align: center;
  line-height: 38px;
  background: #c2e1ff;
}

#footer {
  padding: 2% 0 10% 0;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
  line-height: 19px;
  background: #0b77c7;
}

@media screen and (min-width: 642px) and (max-width: 1000px) {
  img {
    max-width: 100%;
  }

  .box01 {
    width: 96%;
    margin: 0 auto;
  }

  .box02 {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 5%;
  }

  .box03 {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 3%;
  }

  .box06 {
    width: 96%;
    margin: 3% auto;
  }

  .notice ul {
    width: 96%;
    margin: 0 auto;
    font-size: 22px;
  }

  .notice li {
    margin: 2% 0;
  }

  .mitsumorititle {
    font-size: 31px;
  }

  .price_after {
    font-size: 12vw;
  }

  #boxqa {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 3%;
  }

  .box05 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3%;
  }

  #width96 {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 3%;
  }

  #header_btn {
    width: 20%;
    left: 80%;
    top: 37%;
  }

  #under_btn {
    width: 30%;
    left: 68%;
    top: 20%;
    z-index: 1;
  }

  .Item01 {
    margin: 0 auto;
    padding-top: 1%;
    padding-bottom: 3%;
    float: none;
    width: 70%;
  }

  .margin03 {
    float: none;
    width: 45%;
    margin: 0 auto;
    padding-bottom: 4%;
  }

  .margin04 {
    float: none;
    width: 45%;
    margin: 0 auto;
    padding-bottom: 4%;
  }

  .margin05 {
    float: none;
    width: 45%;
    margin: 0 auto;
    padding-bottom: 4%;
  }

  .margin06,
.margin07,
.margin08 {
    float: none;
    width: 92%;
    margin: 0 auto;
    padding-bottom: 4%;
  }

  .box05 {
    background-size: 55%;
  }

  #footer {
    padding: 2% 0 10% 0;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    line-height: 19px;
    background: #0b77c7;
  }

  .box06 h3 {
    margin-bottom: 4%;
  }

  .nice-select {
    margin: 0;
  }

  .nicewrapper {
    margin-top: 1vw;
    margin-bottom: 5vw;
  }

  .horsepower img {
    display: none;
  }
}
@media screen and (min-width: 642px) and (max-width: 1200px) {
  /*--------------------------------フローティングパーツ--------------------------------*/
  .buylink {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 1;
    background: #ffffff;
    border-top: solid #d4d4d4 1px;
    height: 105px;
  }

  #boxunder {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    height: 105px;
  }

  #under_btn01 {
    width: 46%;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
  }

  #under_btn02 {
    width: 46%;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
  }

  /*--------------------------------フローティングパーツ--------------------------------*/
}
/*--------------------------------------------- スマホ設定ここから---------------------------------------------*/
@media screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }

  body {
    min-width: 100%;
    width: 100%;
    font-size: 10px;
    line-height: 15px;
  }

  img {
    max-width: 100%;
  }

  #mainv {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }

  #wrap {
    width: 100% !important;
  }

  p {
    width: 100%;
  }

  .br-sp {
    display: none;
  }

  .anotherlang {
    font-size: 13px;
    line-height: 26px;
  }

  .logo {
    width: 40vw;
  }

  #telicon {
    width: 55%;
  }

  .Item01 {
    margin: 0 auto;
    float: none;
  }

  .box01 {
    width: 95%;
    margin: 0 auto;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }

  .margin01 {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    padding-top: 2%;
  }

  .margin02 {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .box02 {
    width: 96%;
    margin: 0 auto;
    padding: 0 0 4% 0;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    margin-bottom: 5%;
  }

  .box02text {
    width: 90%;
    padding: 0 5% 0 5%;
    font-size: 12px;
    line-height: 22px;
  }

  .box03 {
    width: 96%;
    margin: 0 auto;
    padding: 0 0 4% 0;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    margin-bottom: 5%;
  }

  .box06 {
    width: 96%;
    margin: 3% auto;
    margin-bottom: 0;
    padding: 0 0 3% 0;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }

  .notice ul {
    font-size: 20px;
    width: 96%;
    margin: 0 auto;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }

  .notice li {
    margin: 3% 0;
  }

  #steptitle {
    padding-bottom: 3%;
  }

  .box03 h3 {
    font-size: 13px;
  }

  .box06 h3 {
    font-size: 13px;
    margin-bottom: 4%;
  }

  .mitsumorititle {
    font-size: 22px;
  }

  .mitsumoributton {
    font-size: 6vw;
    padding: 4% 0;
    border-radius: 7px;
    width: auto;
  }

  .price_after {
    font-size: 12vw;
  }

  .nice-select {
    margin: 0;
  }

  .nicewrapper {
    margin-top: 1vw;
    margin-bottom: 5vw;
  }

  .margin03 {
    width: 45%;
    margin: 0 auto;
    padding-bottom: 4%;
    margin-left: 3%;
  }

  .margin04 {
    width: 45%;
    margin: 0 auto;
    padding-bottom: 4%;
    margin-left: 3%;
  }

  .margin05 {
    width: 45%;
    margin: 0 auto;
    padding-bottom: 4%;
    margin-left: 3%;
  }

  .margin06,
.margin07,
.margin08 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 4%;
    margin-left: 5%;
  }

  .box03text01 {
    font-size: 16px;
    line-height: 28px;
  }

  .box03text02 {
    font-size: 13px;
    line-height: 25px;
  }

  .box06text01 {
    font-size: 16px;
    line-height: 28px;
  }

  .box06text02 {
    font-size: 13px;
    line-height: 25px;
  }

  #width96 {
    width: 96%;
    margin: 0 auto;
  }

  #boxqa {
    width: 96%;
  }

  .trust-badges-title {
    font-size: 6.5vw;
    line-height: 1.5;
  }

  .trust-badges-title-line2 {
    display: inline-block;
    margin-left: 1.4em;
  }

  .trust-badges-note {
    font-size: 3.2vw;
    margin-top: 2vw;
  }

  .trust-badges-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 2.2vw;
    margin-top: 6vw;
  }

  .trust-badge {
    width: 29vw;
    height: 29vw;
    padding: 1.8vw;
  }

  .trust-badge-content {
    gap: 1vw;
  }

  .trust-badge-small {
    font-size: 2.6vw;
    line-height: 1.2;
  }

  .trust-badge-large {
    font-size: 4.8vw;
    line-height: 1.1;
  }

  dd {
    background-size: 6% auto;
    background-position: 0 0px;
    padding: 1px 0 2% 9%;
    font-size: 12px;
    line-height: 17px;
  }

  dt {
    width: 90%;
    background-size: 6% auto;
    background-position: 0 0px;
    padding: 1px 0 1% 9%;
    font-size: 15px;
  }

  #footerlink {
    padding: 4% 0 2% 0;
    font-size: 14px;
    line-height: 30px;
  }

  #footersub {
    padding: 2% 0 2% 0;
    font-size: 14px;
    line-height: 30px;
  }

  #footer {
    font-size: 8px;
    line-height: 400%;
    padding-bottom: 23%;
  }

  /*--------------------------------フローティングパーツ--------------------------------*/
  .buylink {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 1;
    background: #ffffff;
    border-top: solid #d4d4d4 1px;
    height: 70px;
  }

  body.buylink-visible #hubspot-messages-iframe-container {
    bottom: 70px !important;
  }

  #boxunder {
    position: relative;
    width: 100%;
    height: 70px;
  }

  #under_btn01 {
    width: 48%;
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
  }

  #under_btn01 img {
    max-height: 54px;
    width: auto;
    max-width: 100%;
  }

  #under_btn02 {
    width: 48%;
    position: absolute;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
  }

  #under_btn02 img {
    max-height: 54px;
    width: auto;
    max-width: 100%;
  }

  /*--------------------------------フローティングパーツ--------------------------------*/
}
/*--------------------------------------------- スマホ設定ここから---------------------------------------------*/
.company {
  display: inline-block;
}

.company th {
  text-align: right;
}

.company td {
  text-align: center;
}

.company a:link,
.company a:visited,
.company a:hover,
.company a:active {
  color: white;
}

.topics {
  overflow-x: hidden;
  background: url(./img/bgimg01.jpg);
  background-position: 0 2px;
}

.topics .carousel {
  padding: 2% 0 0 0;
}

.carousel .box01 {
  padding: 1% 0;
  color: orangered;
  line-height: 120%;
  display: table;
  width: 95%;
}

.carousel .box01 > div {
  vertical-align: middle;
  display: table-cell;
}

.carousel .box01 strong {
  font-weight: bold;
}

.carousel .box01 * span {
  display: inline-block;
}

.company_info #footer {
  padding-bottom: 2%;
}

.company_info .box02 {
  padding: 40px 0;
}

.company_info h3 {
  font-weight: bold;
}

.company_info .company_table {
  width: 100%;
}

.company_info .company_table th {
  width: 25%;
  text-align: right;
  padding-right: 10px;
  padding-top: 20px;
  vertical-align: top;
}

.company_info .company_table td {
  width: 75%;
  text-align: left;
  padding-left: 10px;
  padding-top: 20px;
  vertical-align: top;
}

/*-------------------------------- 問い合わせCTA（HTML＋SVG）--------------------------------*/
.contact-cta-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  width: min(100% - 32px, 890px);
  margin: 0 auto;
  padding: 18px 0 26px;
}

.contact-cta-wrap .btn02,
.contact-phone,
.contact-phone-number,
.line-badge {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.rich-cta,
.line-badge a {
  box-sizing: border-box;
  display: flex;
  min-height: 112px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 13px 22px 11px;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none !important;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.estimate-button {
  background: linear-gradient(180deg, #ffa12c 0%, #f7941d 64%, #e97b00 100%);
  box-shadow: 0 6px 0 #d66a00, 0 12px 22px rgba(160, 71, 0, 0.22);
}

.phone-button {
  background: linear-gradient(180deg, #1697dc 0%, #0b77c7 64%, #075fa7 100%);
  box-shadow: 0 6px 0 #075184, 0 12px 22px rgba(0, 70, 119, 0.22);
}

.rich-cta:hover,
.line-badge a:hover {
  opacity: 1;
  filter: brightness(1.04);
  transform: translateY(-2px);
}

.cta-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.cta-badge {
  display: inline-block;
  padding: 3px 7px;
  color: #d66a00;
  font-size: 11px;
  line-height: 1;
  background: #ffffff;
  border-radius: 4px;
}

.phone-button .cta-badge {
  color: #075184;
}

.cta-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.phone-button .cta-main {
  font-family: "Avenir Next", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: 0.005em;
}

.cta-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cta-arrow {
  width: 25px;
  height: 25px;
  padding: 4px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: rgba(0, 0, 0, 0.13);
  border-radius: 50%;
}

.cta-sub {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

/* LINE固有色はサービス識別のため、LINE導線だけに使用 */
.line-badge {
  grid-column: 1 / -1;
  width: min(100%, 380px) !important;
  justify-self: center;
  text-align: center;
}

.line-badge a {
  min-height: 92px;
  gap: 2px;
  padding: 10px 24px;
  background: linear-gradient(180deg, #13d667 0%, #06c755 72%, #00af45 100%);
  box-shadow: 0 5px 0 #008c38, 0 10px 18px rgba(0, 115, 46, 0.2);
}

.line-badge .cta-main {
  margin-top: 1px;
  font-size: 23px;
}

.line-badge-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
}

/*-------------------------------- 最下部固定CTA（HTML＋SVG）--------------------------------*/
.buylink {
  box-sizing: border-box;
  height: 104px;
  padding: 11px 14px;
  border-top: 1px solid #cbd8df;
  box-shadow: 0 -8px 24px rgba(10, 59, 91, 0.14);
  z-index: 1000;
}

#boxunder {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1000px;
  height: 100%;
}

.floating-cta {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 10px 20px;
  color: #ffffff !important;
  text-align: left;
  text-decoration: none !important;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
}

.floating-estimate {
  background: linear-gradient(180deg, #ffa12c, #f7941d);
  box-shadow: 0 5px 0 #d66a00;
}

.floating-phone {
  background: linear-gradient(180deg, #1697dc, #0b77c7);
  box-shadow: 0 5px 0 #075184;
}

.floating-cta-icon,
.floating-cta-arrow {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-cta-arrow {
  width: 22px;
  height: 22px;
}

.floating-cta-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
}

.floating-cta-copy small {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.floating-cta-copy strong {
  margin-top: 2px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.floating-phone .floating-cta-copy strong {
  font-family: "Avenir Next", "Helvetica Neue", sans-serif;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

@media screen and (min-width: 641px) {
  .contact-cta-wrap .line-badge {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #header {
    padding: 5px 10px;
  }

  .logo {
    width: 43vw;
    padding: 0;
  }

  #telicon {
    width: auto;
    flex: 0 0 auto;
  }

  .header-phone {
    gap: 6px;
  }

  .header-phone-icon {
    width: 21px;
    height: 21px;
  }

  .header-phone-label {
    font-size: 8px;
  }

  .header-phone-label small {
    display: none;
  }

  .header-phone-number {
    font-size: clamp(17px, 5.3vw, 22px);
  }

  .contact-cta-wrap {
    grid-template-columns: minmax(0, 1fr);
    width: calc(100% - 24px);
    gap: 13px;
    padding: 14px 0 22px;
  }

  .rich-cta,
  .line-badge a {
    min-height: 92px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 8px;
  }

  .cta-kicker {
    font-size: 11px;
  }

  .cta-main {
    font-size: 23px;
  }

  .phone-button .cta-main {
    font-size: clamp(23px, 7.5vw, 30px);
  }

  .cta-icon {
    width: 24px;
    height: 24px;
  }

  .cta-sub {
    font-size: 10px;
  }

  .line-badge {
    width: 100% !important;
  }

  .line-badge a {
    min-height: 84px;
    font-size: 12px !important;
  }

  .line-badge .cta-main {
    font-size: 21px;
  }

  .line-badge-icon {
    width: 24px;
    height: 24px;
  }

  .buylink {
    height: 78px;
    padding: 7px 6px;
  }

  body.buylink-visible #hubspot-messages-iframe-container {
    bottom: 78px !important;
  }

  #boxunder {
    gap: 6px;
  }

  .floating-cta {
    grid-template-columns: auto 1fr;
    gap: 5px;
    padding: 7px 8px;
    border-radius: 8px;
  }

  .floating-cta-icon {
    width: 20px;
    height: 20px;
  }

  .floating-cta-arrow {
    display: none;
  }

  .floating-cta-copy small {
    font-size: 8px;
  }

  .floating-cta-copy strong {
    font-size: clamp(12px, 3.5vw, 15px);
  }
}
