@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  height: -webkit-fill-available;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 16px;
  color: #333333;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

figure {
  margin: 0;
}

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

ul, li {
  list-style: none;
}

ul {
  padding-left: 0;
}

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

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

/*color*/
/*color END*/
/*mixin*/
/*mixin END*/
/*layout*/
.wrap {
  padding: 0 4vw;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(600px + 8vw);
}

.header-inner {
  max-width: 1200px;
}

.padding-vertical {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sm-align-full {
  margin-left: calc((100vw - 100%) / -2);
  width: 100vw;
}

/*layout END*/
/*utility*/
.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.sm-pt0 {
  padding-top: 0;
}

.sm-pb0 {
  padding-bottom: 0;
}

.mb0 {
  margin-bottom: 0 !important;
}

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

.sm-hide {
  display: none;
}

img.lg {
  display: none;
}

br.lg {
  display: none;
}

/*utility END*/
/*typo*/
p {
  margin: 0 0 30px;
  line-height: 1.7;
}

figure {
  margin-bottom: 30px;
}

h2 {
  font-size: 18px;
  margin: 0 0 30px;
  line-height: 1.25;
}

h3 {
  font-size: 18px;
  margin: 0 0 30px;
  line-height: 1.25;
  padding-left: 14px;
  position: relative;
  color: #006a09;
}
h3::before {
  content: "";
  width: 4px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7cc565), to(#006a09));
  background-image: linear-gradient(to bottom, #7cc565, #006a09);
  position: absolute;
  top: 0;
  left: 0;
}

h3 span.sm {
  font-size: 0.9em;
}

.belt {
  padding: 0.6em 4vw;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#007e09), to(#004a09));
  background-image: linear-gradient(to right, #007e09, #004a09);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
}

.belt-sm {
  font-size: 16px;
}

.h-lines {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.h-lines::before, .h-lines::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #006a09;
  position: static;
}

.belt-red {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff2f2f), to(#d22f2f));
  background-image: linear-gradient(to right, #ff2f2f, #d22f2f);
}

.red {
  color: #d22f2f;
}

.yellow {
  color: #ffff00;
}

.b {
  font-weight: bold;
}

.sm {
  font-size: 14px;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 60%);
  font-weight: bold;
}

.required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.5em;
  color: #fff;
  background: #d22f2f;
  border-radius: 2px;
  font-size: 13px;
}

.caption {
  font-size: 10px;
  margin-top: -15px;
}

.red-lines {
  border: 2px solid #d22f2f;
  border-left: none;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 24px;
  min-height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d22f2f;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffecaa));
  background-image: linear-gradient(to bottom, #fff, #ffecaa);
  font-size: 18px;
  text-align: center;
  line-height: 1.25;
}

.label {
  background: #7cc565;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  margin-left: 14px;
  height: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
.label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 14px 17px 0;
  border-color: transparent #7cc565 transparent transparent;
}
.label::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*typo END*/
/*element*/
input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffcc;
  border: 1px solid #ddd;
  border-radius: 8px;
  font: inherit;
  outline: none;
  padding: 15px 12px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select-wrap {
  background: #ffffcc;
  border: 1px solid #ddd;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.select-wrap::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #333;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  font: inherit;
  outline: none;
  padding: 15px 12px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  color: inherit;
  cursor: pointer;
}

.btn,
.btn-submit {
  cursor: pointer;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px;
  min-height: 90px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7cfb00), to(#319231));
  background-image: linear-gradient(to bottom, #7cfb00, #319231);
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  position: relative;
}
.btn::after,
.btn-submit::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.btn span:nth-child(1),
.btn-submit span:nth-child(1) {
  font-size: 18px;
}

.btn.btn-orange,
.btn-submit.btn-orange {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa707), to(#ff4319));
  background-image: linear-gradient(to bottom, #ffa707, #ff4319);
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
#pageTop a {
  display: block;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background-color: #006a09;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.26);
          box-shadow: 0 8px 8px rgba(0, 0, 0, 0.26);
}
#pageTop a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -25%) rotate(-45deg);
          transform: translate(-50%, -25%) rotate(-45deg);
}

.ivory-bg {
  background: #f8f4e6;
}

.white-bg {
  background: #fff;
}

ul.disc {
  margin: 0 0 30px;
}
ul.disc li {
  margin-bottom: 10px;
  padding-left: 1.25em;
  line-height: 1.5;
  position: relative;
}
ul.disc li:last-child {
  margin-bottom: 0;
}
ul.disc li::before {
  content: "";
  width: 1em;
  height: 1em;
  background: #7cc565;
  border-radius: 50%;
  position: absolute;
  top: 0.25em;
  left: 0;
}

/*element END*/
/*header*/
header,
.fixed-header {
  z-index: 3;
  background: #fff;
}
header .header-inner,
.fixed-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 56px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 4vw;
}
header .header-inner .brand-block,
.fixed-header .header-inner .brand-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-inner .brand,
.fixed-header .header-inner .brand {
  line-height: 1;
  margin: 0;
}
header .header-inner .brand img,
.fixed-header .header-inner .brand img {
  height: 24px;
  width: auto;
}
header .header-inner .catchcopy,
.fixed-header .header-inner .catchcopy {
  margin-left: 15px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.2;
}

.header-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
}
.header-cta .tel-btn {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7cc565), to(#006a09));
  background-image: linear-gradient(to bottom, #7cc565, #006a09);
}
.header-cta .tel-btn img {
  width: 25px;
  height: 25px;
}
.header-cta .tel-block {
  display: none;
}
.header-cta .cta-btn {
  margin-left: 8px;
}

.fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.PR {
  text-align: right;
  margin-left: auto;
  margin-bottom: 0;
}

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .PR {
    font-size: 8px;
  }
  br.sp {
    display: block;
  }
}

/*header END*/
/*footer*/
.copyright {
  text-align: center;
  padding: 0.75em 4vw;
  background: #333;
  font-size: 13px;
  color: #666;
  margin: 0;
}

/*footer END*/
/*conponent*/
.fv {
  background: url(./images/fv-bg-sm.webp) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 0;
  overflow: hidden;
}
.fv.tokyo {
  background: url(./images/fv-bg-sm-tokyo.webp) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 0;
  overflow: hidden;
}
.fv .wrap {
  padding: 0 0 0 0;
  margin-right: -1.33333vw;
}
.fv .fv-main {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 100%;
  max-width: 600px;
  position: relative;
}
.fv .fv-main img {
  width: 100%;
}
.fv .fv-main .label {
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 9.6vw;
  background: none;
  background: #ffa107;
  background: -moz-linear-gradient(left, #f56617 0%, #ffa107 100%);
  background: -webkit-gradient(linear, left center, right center, from(#f56617), to(#ffa107));
  background: -webkit-linear-gradient(left, #f56617 0%, #ffa107 100%);
  background: -o-linear-gradient(left, #f56617 0%, #ffa107 100%);
  background: linear-gradient(to right, #f56617 0%, #ffa107 100%);
  position: absolute;
  left: 5px;
  bottom: 38.4vw;
  color: #fff;
  font-size: 3.7333333vw;
  padding: 0 1em;
  margin-left: 0;
}
.fv .fv-main .label {
  height: 8.5vw;
  left: 9px;
  font-size: 3.5vw;
  bottom: 40.7vw;
}
.fv.tokyo .fv-main .label {
  left: 13px;  
  bottom: 67.8vw;
}
.fv .fv-main .label::before, .fv .fv-main .label::after {
  content: none;
}
.fv .fv-main .label .count-number {
  font-size: 1.42871428em;
  margin: 0 0.1em;
}
.fv .lg {
  display: none;
}

.tab-box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.tab-box .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #006a09;
}
.tab-box .tab-btn {
  width: calc(50% - 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  font-size: 16px;
  background: #ddd;
  color: #999;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
}
.tab-box .tab-btn:nth-last-child(1) {
  margin-right: 0;
}
.tab-box .tab-btn.is-active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7cc565), to(#006a09));
  background-image: linear-gradient(to bottom, #7cc565, #006a09);
  color: #006a09;
  border-bottom: none;
  color: #ffff00;
  -webkit-box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.26);
          box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.26);
}
.tab-box .tab-panel {
  display: none;
}
.tab-box .tab-panel.is-active {
  display: block;
}

.tab-panel .offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.tab-panel .offer img,
.tab-panel .offer picture {
  width: 100%;
}
.tab-panel .cta-block {
  background: #ffecaa;
  padding: 30px 20px 20px;
}
.tab-panel .cta-block dl {
  margin: 0 0 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-panel .cta-block dl:nth-child(1) {
  margin-bottom: 5px;
}
.tab-panel .cta-block dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  background: #005097;
  color: #fff;
}
.tab-panel .cta-block dl dd {
  margin: 0;
  background: #fff;
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tab-panel .cta-block dl dd p {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-panel .cta-block dl dd p .required {
  margin-left: 0.25em;
}
.tab-panel .cta-block dl + a {
  color: #0075c2;
  font-size: 14px;
  margin-bottom: 20px;
  text-decoration: underline;
  display: block;
}
.tab-panel .cta-block dl + a:hover {
  text-decoration: none;
}

.tab-panel .offer01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf6f4), to(#a3d6cc));
  background-image: linear-gradient(to bottom, #ebf6f4, #a3d6cc);
}
.tab-panel .offer01 + .cta-block {
  position: relative;
}
.tab-panel .offer01 + .cta-block::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #a3d6cc transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tab-panel .offer02, .tab-panel .offer03 {
  background-color: #edfded;
  background-image: radial-gradient(#fff 20%, transparent 20%), radial-gradient(#fff 20%, transparent 20%);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
}
.tab-panel .offer02 + .cta-block, .tab-panel .offer03 + .cta-block {
  position: relative;
}
.tab-panel .offer02 + .cta-block::before, .tab-panel .offer03 + .cta-block::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #edfded transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.type_ecohatsu {
  background: url(./images/offer-solar-bg-sm@2x.png) no-repeat center center;
  background-size: cover;
}
.tab-panel-solar .offer-solar img,
.tab-panel-solar .offer-solar picture {
  width: 100%;
  display: block;
}
.tab-panel-solar .cta-solar {
  padding: 0 20px 20px;
  background: #ffecaa;
}

.inequality-sign {
  text-align: center;
  background: #f0f0f0;
  margin-left: calc((100vw - 100%) / -2);
  width: 100vw;
  padding: 20px;
  margin-bottom: 30px;
}
.inequality-sign figure {
  margin-bottom: 0;
}
.inequality-sign img {
  width: 53.3333333vw;
  max-width: 500px;
}

.slider {
  margin: 0 0 30px;
}
.slider .slick-arrow {
  width: 40px;
  height: 40px;
  background: rgba(124, 197, 101, 0.4);
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.slider .slick-arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-75%, -50%) rotate(-45deg);
          transform: translate(-75%, -50%) rotate(-45deg);
  display: block;
}
.slider .slick-arrow.prev {
  left: -4vw;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.slider .slick-arrow.next {
  right: -4vw;
}

.slider-voice .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.slider-voice .slick-slide {
  height: auto !important;
}
.slider-voice .slick-slide > * {
  height: 100%;
}

.slider-damage .slick-arrow {
  background: rgba(0, 0, 0, 0.5);
}
.slider-damage .card {
  padding: 0 20px 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.slider-damage .card figure {
  max-height: 240px;
  overflow: hidden;
}
.slider-damage .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-damage .card .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  background: #333;
  margin: 0 -20px 20px;
}
.slider-damage .card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #fff;
  padding-left: 0;
}
.slider-damage .card h3::before {
  content: none;
}
.slider-damage .card figure {
  margin-bottom: 15px;
}
.slider-damage .card .days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #333;
  font-size: 18px;
  height: 50px;
  margin-bottom: 15px;
}
.slider-damage .card .number {
  margin-bottom: 0;
  font-size: 18px;
}
.slider-damage .card.style1 {
  background: #c70067;
}
.slider-damage .card.style2 {
  background: #6c2463;
}
.slider-damage .card.style3 {
  background: #387d39;
}

.slider-twitter {
  margin-bottom: 0;
}
.slider-twitter .slick-list {
  min-height: 324px;
}
.slider-twitter li {
  padding: 0 15px;
}

.blackout-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 13px;
  text-align: center;
  margin-bottom: 30px;
}
.blackout-block > div {
  -ms-flex-preferred-size: calc(50% - 7px);
      flex-basis: calc(50% - 7px);
}
.blackout-block figure {
  margin: 0 0 10px;
  text-align: center;
}
.blackout-block p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}

.company .belt, .company .box {
  margin-left: -4vw;
  margin-right: -4vw;
}
.company .box {
  margin-bottom: 30px;
}
.company .box > *:nth-last-child(1) {
  margin-bottom: 0;
}

.media-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.media-block figure {
  width: 37.8666666vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
  max-width: 160px;
}

.voice .box {
  padding: 20px;
}
.voice .wrap > .box {
  margin-bottom: 30px;
}
.voice .wrap > .box:last-child {
  margin-bottom: 0;
}
.voice .customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.voice .customer figure {
  width: 80px;
  margin: 0 20px 0 0;
}
.voice .customer .label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 200px !important;
}
.voice .box > p, .voice .box h3 {
  font-size: 14px;
}
.voice h3 {
  margin-bottom: 10px;
  padding-left: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #006a09;
  line-height: 1.5;
}
.voice h3::before {
  content: none;
}
.voice p {
  margin-bottom: 20px;
}
.voice p:last-child {
  margin-bottom: 0;
}

.box {
  padding: 30px 20px;
}
.box p:last-child {
  margin-bottom: 0;
}

.box-outline {
  border: 1px solid #ddd;
}

/*conponent END*/
@media screen and (min-width: 600px) {
  /*typo*/
  h3.sm {
    font-size: 18px;
  }

  /*typo END*/
  /*conponent*/
  .fv .wrap {
    padding: 0;
    margin-right: auto;
  }

  .slider-damage .slick-list {
    margin: 0 -7px !important;
  }
  .slider-damage .slick-arrow.prev {
    left: -13px;
  }
  .slider-damage .slick-arrow.next {
    right: -13px;
  }
  .slider-damage .slick-slide .card {
    margin: 0 7px;
  }
  .slider-damage .slick-slide:last-of-type {
    margin-right: 0;
  }

  .slider-twitter {
    margin-bottom: 0;
  }
  .slider-twitter .slick-list {
    margin: 0 -7px !important;
  }
  .slider-twitter .slick-arrow.prev {
    left: -13px;
  }
  .slider-twitter .slick-arrow.next {
    right: -13px;
  }
  .slider-twitter .slick-slide {
    padding: 0;
  }
  .slider-twitter .slick-slide .twitter-tweet {
    margin: 0 !important;
    padding: 0 7px !important;
  }
  /*conponent END*/
}
@media screen and (min-width: 653px) {
  /*conponent*/
  .fv .fv-main .label {
    width: auto;
    height: 52px;
    font-size: 21px;
    bottom: 240px;
  }
  .fv.tokyo .fv-main .label {
    width: auto;
    height: 52px;
    font-size: 21px;
    bottom: 402px;
  }

  /*conponent END*/
}
@media screen and (min-width: 768px) {
  /*layout*/
  .sm-hide {
    display: block;
  }

  .wrap,
.header-inner {
    padding: 0 50px;
  }

  .wrap {
    max-width: 1200px;
  }

  .padding-vertical {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm-align-full {
    width: 100%;
    margin-left: 0;
  }

  /*typo*/
  h2 {
    font-size: 28px;
  }

  h3 span.sm {
    font-size: inherit;
  }

  h3 {
    font-size: 24px;
  }

  .belt-sm {
    font-size: 22px;
  }

  .label {
    height: 50px;
    margin-left: 20px;
    padding-left: 30px;
  }
  .label::before {
    border-width: 25px 20px 25px 0;
    left: -20px;
  }
  .label::after {
    width: 8px;
    height: 8px;
    left: -4px;
  }

  .lg {
    font-size: 18px;
  }

  /*typo END*/
  /*utility*/
  img.sm {
    display: none;
  }

  img.lg {
    display: inline;
  }

  br.sm {
    display: none;
  }

  .md-pt0 {
    padding-top: 0;
  }

  .md-pb0 {
    padding-bottom: 0;
  }

  /*utility END*/
  /*header*/
  header .header-inner,
.fixed-header .header-inner {
    height: 80px;
    padding: 0 50px;
  }
  header .header-inner .brand-block,
.fixed-header .header-inner .brand-block {
    margin-right: 20px;
  }
  header .header-inner .brand img,
.fixed-header .header-inner .brand img {
    height: 44px;
  }
  header .header-inner .catchcopy,
.fixed-header .header-inner .catchcopy {
    font-size: 14px;
    margin: 0 0 0 30px;
  }
  header .header-inner .header-cta,
.fixed-header .header-inner .header-cta {
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  header .header-inner .header-cta .tel-btn,
.fixed-header .header-inner .header-cta .tel-btn {
    display: none;
  }
  header .header-inner .header-cta .tel-block,
.fixed-header .header-inner .header-cta .tel-block {
    display: none;
  }
  header .header-inner .header-cta .tel-block p,
.fixed-header .header-inner .header-cta .tel-block p {
    line-height: 1;
    margin: 0;
  }
  header .header-inner .header-cta .tel-block p:nth-child(1),
.fixed-header .header-inner .header-cta .tel-block p:nth-child(1) {
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
    color: #006a09;
  }
  header .header-inner .header-cta .tel-block p:nth-child(2),
.fixed-header .header-inner .header-cta .tel-block p:nth-child(2) {
    font-size: 13px;
  }
  header .header-inner .header-cta .tel-block span.icon,
.fixed-header .header-inner .header-cta .tel-block span.icon {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7cc565), to(#006a09));
    background-image: linear-gradient(to bottom, #7cc565, #006a09);
  }
  header .header-inner .header-cta .tel-block span.icon::before,
.fixed-header .header-inner .header-cta .tel-block span.icon::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(./images/icon-phone.svg) no-repeat center center;
    background-size: contain;
  }

  /*header END*/
  /*footer*/
  .copyright {
    font-size: 16px;
  }

  /*conponent*/
  .fv {
    background: url(./images/fv-bg-lg.webp) no-repeat center center;
    background-size: cover;
  }
  .fv.tokyo {
    background: url(./images/fv-bg-lg-tokyo.webp) no-repeat center center;
    background-size: cover;
  }
  .fv .wrap {
    padding: 30px 50px 0;
  }
  .fv .fv-main {
    max-width: none;
  }
  .fv .fv-main .label {
    height: 7.0%;
    bottom: 33.8%;
    font-size: 2vw;
  }
  .fv.tokyo .fv-main .label {
    height: 7.0%;
    bottom: 31.0%;
    font-size: 2vw;
  }
  .fv .fv-main .label .count-number {
    font-size: 1.3333333em;
  }
  .fv .lg {
    display: inline;
  }
  .fv .sm {
    display: none;
  }

  .tab-box .tab-btn {
    font-size: 20px;
  }

  .graph-frame {
    background-image: linear-gradient(135deg, rgba(0, 175, 255, 0.5), rgba(0, 106, 9, 0.5));
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 30px;
    margin-bottom: 30px;
  }
  .graph-frame figure {
    background: #fff;
    padding: 30px;
    margin: 0;
    text-align: center;
  }

  .slider {
    margin-bottom: 30px;
  }
  .slider .slick-arrow {
    height: 50px;
    width: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .slider .slick-arrow.prev {
    left: -25px;
  }
  .slider .slick-arrow.next {
    right: -25px;
  }
  .slider .slick-arrow:hover {
    background: #7cc565;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .slider-damage .slick-track {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .slider-damage .slick-slide {
    display: block;
    float: none;
    width: 33.3333333333% !important;
    height: auto !important;
  }
  .slider-damage .slick-slide .card {
    height: 100%;
  }

  .slider-twitter {
    margin-bottom: 0;
  }
  .slider-twitter .slick-list {
    margin: 0 -7px !important;
  }
  .slider-twitter .slick-track {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .slider-twitter .slick-slide {
    width: 50% !important;
    display: block;
    float: none;
    height: auto !important;
    margin-bottom: 14px;
  }

  .blackout-block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  .company .belt, .company .box {
    margin-left: 0;
    margin-right: 0;
  }
  .company .box {
    padding: 30px;
  }
  .company .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company .container > * {
    width: calc(50% - 15px);
  }
  .company .container > div {
    margin-right: 30px;
  }

  .voice .box {
    padding: 30px;
  }
  .voice .box > h3, .voice .box > p {
    font-size: 16px;
  }
  .voice .customer figure {
    width: 150px;
  }

  /*conponent END*/
}
@media screen and (min-width: 1024px) {
  /*layout*/
  .wrap {
    max-width: 1200px;
  }

  .wrap.wrap-narrow {
    max-width: 900px;
  }

  .padding-vertical {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .padding-vertical:not(.pb0) > div > *:nth-last-child(1),
.lg-has-bg:not(.pb0) > div > *:nth-last-child(1) {
    margin-bottom: 0;
  }

  /*layout END*/
  /*typo*/
  .lg-margin-bottom-l {
    margin-bottom: 50px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
    padding-left: 20px;
  }

  .belt {
    min-height: 100px;
  }

  .belt-sm {
    font-size: 26px;
  }

  .lg-h-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5em 1em;
    min-height: 60px;
    background: #ebf6e8;
    border-radius: 10px;
  }
  .lg-h-frame::before, .lg-h-frame::after {
    content: none;
  }

  .lg-h-frame.lg-h-frame-white {
    background: #fff;
  }

  .caption {
    font-size: 13px;
  }

  .red-lines.red-lines-l {
    min-height: 150px;
    font-size: 26px;
  }

  .h-lines {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .h-lines::before, .h-lines::after {
    width: 100px;
    height: 2px;
  }

  br.lg {
    display: inline;
  }

  /*typo END*/
  /*element*/
  .btn,
.btn-submit {
    height: 110px;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.26);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.26);
    font-size: clamp(26px, 1.7vw, 32px);
    padding: 20px 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn::after,
.btn-submit::after {
    right: 28px;
  }
  .btn span,
.btn-submit span {
    position: relative;
  }
  .btn::before,
.btn-submit::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7ce100), to(#005c00));
    background-image: linear-gradient(to bottom, #7ce100, #005c00);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn:hover,
.btn-submit:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
  }
  .btn:hover::before,
.btn-submit:hover::before {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  #pageTop {
    right: 80px;
    bottom: 30px;
  }
  #pageTop a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #pageTop a:hover {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.52);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.52);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }

  .lg-dot-bg01 {
    background: #fff;
    background-size: 20px 20px;
  }

  .lg-dot-bg02 {
    background-color: #ebf6e8;
    background-image: radial-gradient(#7cc565 1px, transparent 1px);
    background-size: 20px 20px;
  }

  .lg-dot-bg-style01 {
    position: relative;
  }
  .lg-dot-bg-style01::before {
    content: "";
    width: 100%;
    height: 450px;
    background-color: #ebf6e8;
    background-image: radial-gradient(#7cc565 1px, transparent 1px);
    background-size: 20px 20px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .lg-dot-bg-style02 {
    position: relative;
  }
  .lg-dot-bg-style02::before {
    content: "";
    width: 100vw;
    height: 450px;
    background-color: #ebf6e8;
    background-image: radial-gradient(#7cc565 1px, transparent 1px);
    background-size: 20px 20px;
    position: absolute;
    left: calc((100vw - 100%) / -2);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
  }

  .lg-geometric-bg01 {
    background-image: url(./images/geometric01-l.png), url(./images/geometric01-r.png);
    background-repeat: no-repeat;
    background-position: left top, right top;
  }

  .lg-geometric-bg02 {
    background-image: url(./images/geometric02-l.png), url(./images/geometric02-r.png);
    background-repeat: no-repeat;
    background-position: left bottom, right top;
  }

  /*element END*/
  /*utility*/
  .lg-mb0 {
    margin-bottom: 0 !important;
  }

  .lg-mt0 {
    margin-top: 0 !important;
  }

  .lg-pb0 {
    padding-bottom: 0 !important;
  }

  .lg-pt0 {
    padding-top: 0 !important;
  }

  .lg-has-bg {
    padding: 80px 0;
  }

  /*utility END*/
  /*conponent*/
  .tab-box {
    max-width: none;
  }
  .tab-box .btn-area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .tab-box .tab-btn {
    width: calc(50% - 2px);
    height: 90px;
    margin-right: 4px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 28px;
  }
  .tab-box .tab-btn:not(.is-active):hover {
    height: 110px;
    margin-top: -20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2f2f), to(#d22f2f));
    background-image: linear-gradient(#ff2f2f, #d22f2f);
    -webkit-box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.26);
            box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.26);
    color: #ffff00;
  }
  .tab-box .tab-btn.is-active {
    -webkit-box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.26);
            box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.26);
  }
  .tab-box .cta-block {
    padding: 40px 40px 50px 20px;
    background-color: transparent;
  }
  .tab-box .cta-block::before {
    content: none !important;
  }
  .tab-box .cta-block dl dd {
    padding: 16px 20px;
  }

  .tab-panel:not(.tab-panel-solar) .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf6f4), to(#a3d6cc));
    background-image: linear-gradient(to bottom, #ebf6f4, #a3d6cc);
    position: relative;
  }
  .tab-panel:not(.tab-panel-solar) .columns .cta-block {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .tab-panel:not(.tab-panel-solar) .columns .offer01, .tab-panel:not(.tab-panel-solar) .columns .offer02, .tab-panel:not(.tab-panel-solar) .columns .offer03 {
    background-image: none;
    background-color: transparent;
    aspect-ratio: 10/9;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .tab-panel:not(.tab-panel-solar) .columns::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 5px solid #006a09;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .tab-panel-solar .columns {
    position: relative;
  }
  .type_ecohatsu  {
    background: url(./images/offer-solar-bg-lg.png) no-repeat center center;
    background-size: cover;
  }
  .tab-panel-solar .cta-solar {
    position: absolute;
    padding: 0;
    background-color: transparent;
    width: 44.4545%;
    bottom: 10.101%;
    right: 3.6363636%;
  }

  .grid01 {
    display: grid;
    grid-template-columns: 1fr 60%;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .grid01 > div:nth-child(2) {
    grid-column: 2/2;
    grid-row: 1/4;
  }
  .grid01 .graph-frame + p {
    margin-bottom: 0;
  }

  .grid02 {
    display: grid;
    grid-template-columns: 60% 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .grid02 > div:nth-child(2) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .grid02 .graph-frame + p {
    margin-bottom: 0;
  }

  .inequality-sign {
    padding: 0 0 30px;
    background-color: transparent;
    position: relative;
    margin-bottom: 0;
  }
  .inequality-sign::before {
    content: "";
    background-color: #ebf6e8;
    background-image: radial-gradient(#7cc565 1px, transparent 1px);
    background-size: 20px 20px;
    width: 100%;
    height: 340px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }

  .company .belt {
    padding: 20px 30px;
  }
  .company .container {
    margin-bottom: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company .container > * {
    width: calc(50% - 25px);
  }
  .company .container > div {
    margin-right: 50px;
  }
  .company .container > div > p {
    font-size: 18px;
  }
  .company .container > div > p:last-child {
    margin-bottom: 0;
  }
  .company h3 {
    font-size: 36px;
  }

  .voice .container_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .voice .container_box .customer {
    display: block;
    width: 220px;
    margin-right: 30px;
  }
  .voice .container_box .customer .label {
    margin-bottom: 20px;
    font-size: 18px;
    max-width: none !important;
  }
  .voice .container_box .customer figure {
    margin: 0;
    width: 100%;
  }
  .voice .container_box > .box {
    width: calc(100% - 250px);
  }
  .voice .box {
    padding: 30px;
  }
  .voice .box p, .voice .box h3 {
    font-size: 16px;
  }
  /*conponent END*/
}
@media screen and (min-width: 1200px) {
  /*conponent*/
  .fv .wrap {
    height: calc(100vh - 80px);
    max-height: 850px;
  }
  .fv .fv-main {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    max-width: none;
  }
  .fv .fv-main img.lg {
    max-height: 100%;
  }
  .fv .fv-main .label,.fv.tokyo .fv-main .label {
    width: 430px;
    font-size: clamp(22px, 1.25vw, 24px);
  }

  /*conponent END*/
}

/*ecohatsu*/

.type_ecohatsu .columns {
  display: flex;
}

.type_ecohatsu .offer-solar {
  padding-right: 20px;
  width: 50%;
}

.type_ecohatsu .offer-solar img {
  width: 97%;
  margin: 40px 0 0 27px;
}

.type_ecohatsu .cta-block {
  width: 50%;
}

.type_ecohatsu .cta-block dl + a {
  color: #ff5555;
}

.type_ecohatsu .install_location label ,.type_ecohatsu .install_location input[type=checkbox] {
  margin: 0;
}

.type_ecohatsu .install_location .checkbox-parts {
  margin: 5px 0 0 5px;
}

@media screen and (max-width: 1024px) {
  .type_ecohatsu .columns {
    display: block;
  }
  .type_ecohatsu .cta-block, .type_ecohatsu .offer-solar {
    width: 100%;
  }
  .type_ecohatsu .offer-solar {
    padding: 0;
  }
  .type_ecohatsu .offer-solar img {
    width: 100%;
    margin: 0;
  }
  .type_ecohatsu .cta-block dl + a {
    color: #0075c2;
  }

}

/*ecohatsu END*/



/* 20230831 見積もりフォーム */
.wrap.btn_only {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: linear-gradient(to bottom, #ebf6f4, #a3d6cc);
  border: 5px solid #006a09;
}

.form_btn_box {
  margin-top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}

.battery_btn {
  width: 50%;
}

.battery_btn .btn-submit {
  background-image: linear-gradient(to bottom, #46c350, #288b30);
  border: 2px solid #006a09;
  transition: all 0.3s;
}

.battery_btn .btn-submit::before {
  background-image: linear-gradient(to bottom, #37b640, #207527) 
}

.battery_btn .btn-submit span {
  font-size: 26px;
}

.solar_btn {
  width: 50%;
}

.solar_btn .btn-submit {
  background-image: linear-gradient(to bottom, #f2b626, #fd8c4f);
  border: 2px solid #fd842b;
  transition: all 0.3s;
}

.solar_btn .btn-submit::before {
  background-image: linear-gradient(to bottom, #efa71f, #fd6b22);
}

.solar_btn .btn-submit span {
  font-size: 26px;
}

.solar_btn .btn-submit span:nth-child(2) {
  font-size: 18px;
}

/*
form#eco_reset dl,
form#eco_reset2 dl,
form#eco_reset3 dl,
form#eco_reset4 dl {
  display: none;
}
*/

@media screen and (max-width: 768px) {
  .form_btn_box {
    flex-direction: column;
    grid-row-gap: 15px;
    column-gap: 0;
  }
  .battery_btn,
  .solar_btn {
    width: 100%;
    height: 100px;
  }
  .battery_btn .btn-submit,
  .solar_btn .btn-submit {
    height: 100px;
  }
}


/*利用規約プライバシーポリシー*/
.main {
	padding: 15px;
	word-break: break-all;
}

.main.no_shadow {
  box-shadow: none;
}

.main h2 {
	margin: 15px 0 30px;
	padding-bottom: 15px;
	font-size: 23px; /*2019129nakazawa h2タイトルが35文字以内で折り返していたために、24から23pxに変更*/
	font-weight: bold;
	position: relative;
	border-bottom: 4px solid #65c5af;
}

.main h2::after {
	position: absolute;
  content: " ";
  border-bottom: solid 4px #048479;
  bottom: -4px;
  width:10%;
  display: block;
}

.main h3 {
	margin: 30px 0 20px 0;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
	background: #048479;
	border-radius: 2px;
	border-top: 1px solid #65c5af;
	border-left: 1px solid #65c5af;
	border-right: 1px solid #65c5af;
	border-bottom: 3px solid #65c5af;
}

.main h4 {
	margin: 30px 0 20px 0;
	padding: 20px 10px 10px 25px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}

.main h4::before {
	content: "";
	width: 5px;
	height: 25px;
	background: #048479;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.main h5 {
	margin: 25px 0 15px 0;
	padding: 10px;
	font-weight: bold;
	background: #fff5e2;
	border-bottom: 1px solid #ffde98;
}

@media (max-width: 991px) {
  .main h2 {font-size: 20px;}
  .main h3 {font-size: 20px;}
}

@media (max-width: 767px) {
	.main {
		padding: 0;
		box-shadow: none;
	}
}


@media (max-width: 480px) {
  .main h2 {font-size: 18px; margin-bottom: 15px;}
  .main h3 {font-size: 16px;}
}

.rule dt,.privacy-policy dt {
  margin-bottom: 5px;
  padding: 3px 0 3px 20px;
  color: #1c7500;
  position: relative;
  line-height: 1.2;
}

.rule dt::before,.privacy-policy dt::before {
  content: "";
  display: block;
  width: 5px;
  height: 90%;
  background: #1c7500;
  position: absolute;
  left: 0;
  top: 4%;
  border-radius: 1px;
}

.rule dd,.privacy-policy dd {
  padding: 5px;
}

/* 会社概要 */
.company_logo {
  margin: 25px auto;
  width: 300px;
  height: auto;
}
.company_info {
  margin: 0 auto 25px;
  width: 100%;
  font-size: 16px;
}

.company_info dl {
  display: flex;
  width: 100%;
  margin: 0;
}

.company_info dl:last-child {
  border-bottom: 1px solid #F3F3F3;
}

.company_info dt {
  padding: 20px;
  width: 25%;
  border: 1px solid #F3F3F3;
  border-bottom: none;
}

.company_info dd {
  padding: 20px;
  width: 75%;
  border: 1px solid #F3F3F3;
  border-bottom: none;
  border-left: none;
}

.company_info p {
  padding: 0;
  margin: 0 0 10px;
}

.company_info li {
  list-style-position: outside;
}

@media (max-width: 767px) {
  .company_info{
    width: 100%;
  }
  .company_info dl {
    flex-direction: column; 
  }
  .company_info dt {
    width: 100%
  }
  .company_info dd {
    width: 100%;
    border-left: 1px solid #F3F3F3;
  }
}

.interview-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.interview-box {
  width: 49.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.interview-inner {
  margin-bottom: 15px;
  padding: 1.5vw;
  border: 1px solid #222;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.interview-img {
  width: 20vw;
  height: 100%;
  max-width: 200px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.interview-img::before {
  content: "";
  display: block;
  padding-top: 100%;
  }

.interview-img img {
  width: auto;
  max-width: initial;
  height: 100%;
  position: absolute;
  }

.interview-txt {
  width: 60%;
  padding-left: 15px;
}

.profession {
  text-align: center;
}

.profession h3 {
  margin: 0;
  background: none;
  font-size: 24px;
  color: #345cc9;
  padding-bottom: .8vw;
  border: none;
  border-bottom: 1px solid #222222;
  font-weight: normal;
}
.profession h3::before {
  display: none;
}

.profession p {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.commentary {
  text-align: left;
  }

.commentary p {
  margin: 0;
  margin-top: 0.5vw;
  padding: 0;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .interview-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview-img {
    margin: 0 auto 15px;
    width: 55.556vw;
    max-width: 200px;
    height: 55.556vw;
    max-height: 200px;
  }
  .interview-txt {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .interview {
    padding: 6.333333vw 0;
  }
  .interview-block {
    padding-top: 5.3333333vw;
  }
  .interview-box {
    width: 50%;
  }
  .interview-inner {
    padding: 3.333vw;
    width: 100%;
  }
  .interview-box:nth-child(1) .interview-inner,
  .interview-box:nth-child(3) .interview-inner {
    border-right: none;
  }
  .interview-img {
    width: 100%;
    max-height: 130px;
  }
  .profession h3 {
    font-size: 3.266667vw;
    padding-bottom: 2.3vw;
  }
  .profession p {
    font-size: 4.333vw;
  }
  .commentary p {
    margin-top: 4.444vw;
    display: none;
  }
}


