@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

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

/*ie only*/
@media all and (-ms-high-contrast: none) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

/*color*/
/*typo*/
.orange {
  color: #fb9400;
}

.pink {
  color: #ef857d;
}

.red {
  color: #d32f2f;
}

.yellow {
  color: #ffff00;
}

br.lg {
  display: none;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}

h2,
h3 {
  margin-bottom: 30px;
  line-height: 1.25;
  font-size: 18px;
  font-weight: bold;
}

h2 .small,
h3 .small {
  font-size: 75%;
}

.belt {
  text-align: center;
  padding: 19px 4%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fb9400), to(#fb7800));
  background-image: -webkit-linear-gradient(left, #fb9400, #fb7800);
  background-image: -o-linear-gradient(left, #fb9400, #fb7800);
  background-image: linear-gradient(to right, #fb9400, #fb7800);
  color: #fff;
}

.ribbon {
  text-align: center;
}

.ribbon h2 {
  background: #fb9400;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 100%;
  position: relative;
}

.ribbon h2::before, .ribbon h2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 10px 0;
  border-color: transparent #fb5f00 transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.ribbon h2::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.ribbon.two-row h2 {
  height: 60px;
}

h2.style01, h3.style01 {
  color: #ef857d;
  border-left: 4px solid #ef857d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  min-height: 2.5em;
}

h2.underline, h3.underline {
  padding-bottom: 0.5em;
  color: #fb9400;
  border-bottom: 1px solid #fb9400;
}

.label {
  background: #ef857d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: 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 #ef857d transparent transparent;
}

.label::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.brackets {
  color: #d32f2f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  position: relative;
  font-size: 20px;
  text-align: center;
  line-height: 1.25;
}

.brackets::before, .brackets::after {
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  min-height: 130px;
  border: 2px solid #d32f2f;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.brackets::before {
  border-right: none;
  margin-right: 10px;
}

.brackets::after {
  border-left: none;
  margin-left: 10px;
}

.sm {
  font-size: 14px;
}

.b {
  font-weight: bold;
}

.text-link {
  text-decoration: none;
  color: #1e90ff;
  position: relative;
  padding-right: 20px;
}

.text-link::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-color: #1e90ff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg) translateY(-75%);
      -ms-transform: rotate(-45deg) translateY(-75%);
          transform: rotate(-45deg) translateY(-75%);
  position: absolute;
  top: 50%;
  right: 0;
}

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

.marker {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffff00), color-stop(40%, #ffff00), color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, #ffff00 0%, #ffff00 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, #ffff00 0%, #ffff00 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to top, #ffff00 0%, #ffff00 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
}

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

i.check {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 0.25em;
  background: url(./images/icon-check.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
}

figure {
  margin-bottom: 30px;
  text-align: center;
}

figure figcaption {
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 20px;
}

figure figcaption a {
  color: #ef857d;
}

.figcaption {
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
}

.figcaption a {
  color: #ef857d;
}

.orange {
  color: #fb9400;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

#pageTop a {
  display: block;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background-color: #fb9400;
  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);
      -ms-transform: translate(-50%, -25%) rotate(-45deg);
          transform: translate(-50%, -25%) rotate(-45deg);
}

input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  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;
}

.checkbox-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.checkbox-wrap input[type="checkbox"] {
  margin-right: 0.5em;
  cursor: pointer;
}

.submit-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7cfc00), to(#319331));
  background-image: -webkit-linear-gradient(top, #7cfc00, #319331);
  background-image: -o-linear-gradient(top, #7cfc00, #319331);
  background-image: linear-gradient(to bottom, #7cfc00, #319331);
  border: none;
  border-radius: 10px;
  font: inherit;
  outline: none;
  padding: 0 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.25;
  height: 100px;
  position: relative;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.26);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.26);
  cursor: pointer;
}

.submit-btn:after {
  content: "";
  width: 12px;
  height: 12px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg) translateY(-75%);
      -ms-transform: rotate(-45deg) translateY(-75%);
          transform: rotate(-45deg) translateY(-75%);
  position: absolute;
  right: 12px;
  top: 50%;
}

.submit-btn span.yellow {
  font-size: 18px;
  margin-bottom: 4px;
}

ul.check li {
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  margin-bottom: 16px;
}

ul.check li::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(./images/icon-check.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

ul.check li:nth-last-child(1) {
  margin-bottom: 0;
}

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: #ef857d;
  border-radius: 50%;
  position: absolute;
  top: 0.25em;
  left: 0;
}

/*background*/
.stripe-bg {
  background-color: #eedcb3;
  background-image: -webkit-repeating-linear-gradient(135deg, #eedcb3, #eedcb3 4px, #f8f4e6 0, #f8f4e6 8px);
  background-image: -o-repeating-linear-gradient(135deg, #eedcb3, #eedcb3 4px, #f8f4e6 0, #f8f4e6 8px);
  background-image: repeating-linear-gradient(-45deg, #eedcb3, #eedcb3 4px, #f8f4e6 0, #f8f4e6 8px);
}

.checked-bg {
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 29px, #fcedec 30px), -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 29px, #fcedec 30px);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 29px, #fcedec 30px), -o-linear-gradient(left, rgba(255, 255, 255, 0) 29px, #fcedec 30px);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 29px, #fcedec 30px), linear-gradient(90deg, rgba(255, 255, 255, 0) 29px, #fcedec 30px);
  background-size: 30px 30px;
}

.ivory-bg {
  background: #f8f4e6;
}

.white-bg {
  background: #fff;
}

.light-orange-bg {
  background: #feeacd;
}

/*layout*/
.wrap {
  padding: 0 4vw;
  margin-left: auto;
  margin-right: auto;
}

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

main > section {
  padding: 30px 0;
}

.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.sm-hide {
  display: none;
}

img.lg {
  display: none;
}

/*header*/
header,
.fixed-header {
  z-index: 3;
  background: #fff;
}

header .header-inner,
.fixed-header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 56px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4vw;
}

header .header-inner .brand-block,
.fixed-header .header-inner .brand-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: 30px;
  width: auto;
}

header .header-inner .catchcopy,
.fixed-header .header-inner .catchcopy {
  margin-left: 20px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.2;
}

.header-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
}

.header-cta .tel-btn {
  width: 40px;
  height: 40px;
  display: block;
}

.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;
}

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

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

/*conponents*/
.box {
  padding: 30px 20px;
}

.box p:last-child {
  margin-bottom: 0;
}

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

.fv {
  background: url(./images/fv-bg-sm.webp) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 0;
}

.fv .wrap {
  padding: 30px 4vw 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fv figure {
  margin-bottom: 0;
}

.fv .lg {
  display: none;
}

.fv .awards {
  margin-top: -56px;
}

.cta {
  padding: 0;
}

.cta .container {
  margin-left: -4vw;
  margin-right: -4vw;
}

.cta .container > div:nth-child(1) {
  background-image: -webkit-linear-gradient(135deg, #f5f5f5 0%, #f5f5f5 50%, #fff 50%, #fff 100%);
  background-image: -o-linear-gradient(135deg, #f5f5f5 0%, #f5f5f5 50%, #fff 50%, #fff 100%);
  background-image: linear-gradient(-45deg, #f5f5f5 0%, #f5f5f5 50%, #fff 50%, #fff 100%);
}

.cta .container > div:nth-child(1) h2 {
  background: #fb9400;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 4vw;
  height: 60px;
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.cta .container > div figure {
  padding: 20px 4vw;
  margin-bottom: 0;
}

.cta .container > div figure.p0 {
  padding: 0;
}

.cta .container > div figure.cta2 {
  padding: 0;
  background: url(./images/cta2-bg.webp) no-repeat center center;
}

.cta .container > div figure.cta3 {
  padding: 0;
  background: url(./images/cta3-bg.webp) no-repeat center center;
}

.cta .container > div figure.cta4 {
  padding: 0;
  background: url(./images/cta4-bg.webp) no-repeat center bottom;
}

.cta .container > div figure.cta2, .cta .container > div figure.cta3, .cta .container > div figure.cta4 {
  background-size: cover;
}

.cta .container > div:nth-child(2) {
  padding: 30px 4vw;
  background: #ffedab;
}

.cta .container > div:nth-child(2) form {
  padding: 0 1.333vw;
}

.cta .container > div:nth-child(2) form > *:not(button) {
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
}

.cta .container > div:nth-child(2) p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.cta .container > div:nth-child(2) p span:not(.required) {
  font-size: 16px;
}

.cta .container > div:nth-child(2) p .required {
  font-weight: normal;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  width: 50px;
  color: #fff;
  background: #d32f2f;
  float: right;
}

.cta .container > div:nth-child(2) input[type="text"] {
  margin-bottom: 20px;
}

.cta .container > div:nth-child(2) .checkbox-wrap {
  margin-bottom: 30px;
}

.worries .container {
  background: #f8f4e6;
  margin-bottom: 30px;
  padding: 30px 20px;
}

.worries .container:nth-last-of-type(1) {
  margin-bottom: 0;
}

.worries .container figure:first-child {
  margin-top: -30px;
  margin-left: -20px;
  margin-right: -20px;
}

.worries .container.arrow-down {
  position: relative;
}

.worries .container.arrow-down::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #f8f4e6 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.worries .container ul li {
  color: #666;
}

.worries .container > *:last-child {
  margin-bottom: 0;
}

.worries .container > div, .worries .container > figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.chance {
  padding: 0;
}

.cover-box {
  margin: 0 -4vw;
  padding: 0 4vw 30px;
}

.cover-box .cover-box-title {
  background: url(./images/chance-bg.webp) no-repeat center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 240px;
  margin-left: -4vw;
  margin-right: -4vw;
}

.cover-box > p {
  padding: 0 20px;
}

.cover-box .box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cover-box .xxl {
  font-size: 32px;
  font-weight: bold;
}

.cover-box > *:not(figure) {
  margin-bottom: 30px;
}

.cover-box > *:not(figure):last-child {
  margin-bottom: 0;
}

.feature .wrap > figure img {
  width: 57.9710144%;
  max-width: 351px;
}

.feature .container > figure {
  margin: 0;
}

.feature .container > div {
  background: #fff;
  padding: 30px 20px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.feature .container > div > * {
  margin-bottom: 20px;
}

.feature .container > div > *:last-child {
  margin-bottom: 0;
}

.feature .container > div .text-link {
  font-size: 14px;
}

.feature .container > div p {
  font-size: 16px;
}

.voice .box {
  padding: 20px;
}

.voice .wrap > .box {
  margin-bottom: 30px;
}

.voice .wrap > .box:last-child {
  margin-bottom: 0;
}

.voice .customer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-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;
  -webkit-flex-grow: 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;
}

.voice p {
  margin-bottom: 20px;
}

.voice p:last-child {
  margin-bottom: 0;
}

.benefit-box {
  border: 8px solid #fb9400;
  padding: 20px;
  position: relative;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.benefit-box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: #fb9400 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -100px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.benefit-box figure {
  margin-top: -70px;
  margin-bottom: 20px;
}

.benefit-box figure img {
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.success .card {
  margin: 18px 5px 28px;
}

.success .card:nth-of-type(1) {
  margin-top: 48px;
}

.success .card:nth-of-type(1) .point {
  background: url(./images/success1@2x.webp) no-repeat center top;
  background-size: cover;
}

.success .card:nth-of-type(2) .point {
  background: url(./images/success2@2x.webp) no-repeat center top;
  background-size: cover;
}

.success .card:nth-of-type(3) .point {
  background: url(./images/success3@2x.webp) no-repeat center top;
  background-size: cover;
}

.success .card:nth-last-of-type(1) {
  margin-bottom: 0;
}

.success .card .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  height: 180px;
}

.success .card .point p {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.success .card .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 36px;
  font-weight: bold;
  font-size: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: -18px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.success .card .title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.success .card .title span:nth-child(1) {
  background: #ffff00;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #333;
}

.success .card .title span:nth-child(2) {
  background: #333;
  color: #fff;
  width: 36px;
}

.success .card > div:not(.point) {
  background: #fff;
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.success .card > div:not(.point) p {
  font-size: 14px;
  margin-bottom: 0;
}

.imagin {
  padding: 0;
}

.imagin-box {
  margin-left: -4vw;
  margin-right: -4vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(./images/imagin-bg.webp) no-repeat center center;
  position: relative;
}

.imagin-box::after {
  content: "";
  width: 60px;
  height: 90px;
  background: url(./images/arrow-down.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.imagin-box figure {
  margin-bottom: 0;
}

.failure dl dt {
  background: #b0778c;
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
  color: #fff;
  text-align: center;
}

.failure dl dd {
  background: #f5f5f5;
  padding: 20px;
  border: 1px solid #b0778c;
  line-height: 1.5;
}

.failure dl dd p {
  margin: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.step .wrap > figure img {
  width: 57.9710144%;
  max-width: 342px;
}

.step .container > div {
  background: #fff;
  padding: 0 30px 30px 30px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.step .container > div:nth-last-of-type(1) {
  margin-bottom: 0;
}

.step .container > div .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  background: #fb9400;
  height: 50px;
  color: #fff;
  margin-bottom: 0;
}

.step .container > div figure, .step .container > div p {
  margin-bottom: 0;
}

.faq {
  padding: 0;
}

.faq h2 {
  margin-bottom: 0;
}

.faq dl {
  margin-left: -4vw;
  margin-right: -4vw;
}

.faq dl dt {
  background: #feeacd;
  padding: 26px 25px 26px 88px;
  line-height: 1.5;
  position: relative;
}

.faq dl dt::before {
  content: "";
  width: 39px;
  height: 29px;
  background: url(./images/icon-quetion.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 25px;
  top: 26px;
}

.faq dl dd {
  background: #fffaf3;
  padding: 26px 25px 26px 88px;
  line-height: 1.5;
  position: relative;
}

.faq dl dd::before {
  content: "";
  width: 39px;
  height: 29px;
  background: url(./images/icon-answer.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 25px;
  top: 26px;
}

.faq dl dd .small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 16px;
}

.reason .wrap > figure img {
  width: auto;
  height: 70px;
}

.title-box {
  margin-bottom: 30px;
}

.title-box:nth-last-of-type(1) {
  margin-bottom: 0;
}

.title-box h2.title:first-child {
  background: #feeacd;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #fb9400;
  border-bottom: none;
  margin-bottom: 0;
}

.title-box > div {
  padding: 20px;
  border: 1px solid #fb9400;
  border-top: none;
}

.title-box > div .box {
  padding: 10px;
}

.title-box > div .box.ivory-bg p {
  font-size: 14px;
  margin-bottom: 10px;
}

.title-box > div .box-outline {
  margin-bottom: 20px;
}

.title-box > div .box-outline p {
  font-size: 13px;
}

.title-box > div figure, .title-box > div p {
  margin-bottom: 20px;
}

.title-box > div figure + .figcaption {
  margin-top: -10px;
}

.title-box > div .figcaption, .title-box > div figcaption {
  font-size: 10px;
  margin-top: 10px;
}

.title-box > div > *:last-child {
  margin-bottom: 0;
}

.title-box > div.light-orange-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-box > div.light-orange-bg p {
  line-height: 2;
  font-size: 14px;
}

.title-box > div > *:not(h2):not(.ribbon) {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.media-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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

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

.company .belt, .company .box {
  margin-left: -4vw;
  margin-right: -4vw;
}

.company .box {
  margin-bottom: 30px;
}

.slider .slick-arrow {
  width: 40px;
  height: 40px;
  background: rgba(239, 133, 125, 0.4);
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.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);
      -ms-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);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.slider .slick-arrow.next {
  right: -4vw;
}

.slider-voice .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: 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 .slick-arrow.prev {
  left: -20px;
}

.slider-damage .slick-arrow.next {
  right: -20px;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: 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;
}

.slider-damage .card figure {
  margin-bottom: 15px;
}

.slider-damage .card .days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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: 20px;
}

.slider-twitter .slick-list {
  min-height: 324px;
}

.slider-twitter .slick-arrow.prev {
  left: -20px;
}

.slider-twitter .slick-arrow.next {
  right: -20px;
}

.slider-twitter li {
  padding: 0 15px;
}

@media screen and (min-width: 600px) {
  .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: 20px;
  }
  .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;
  }
}

@media screen and (min-width: 768px) {
  /*layout*/
  .sm-hide {
    display: block;
  }
  .wrap,
  .header-inner {
    padding: 0 50px;
  }
  .lg-half {
    width: 50%;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  main > section {
    padding: 50px 0;
  }
  img.sm {
    display: none;
  }
  img.lg {
    display: inline;
  }
  /*typo*/
  br.sm {
    display: none;
  }
  br.lg {
    display: inline;
  }
  .lg-text-center {
    text-align: center;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h2 .sm {
    font-size: 16px;
  }
  .lg {
    font-size: 18px;
  }
  .xl {
    font-size: 18px;
  }
  .xxl {
    font-size: 24px;
  }
  .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;
  }
  .brackets {
    font-size: 36px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .brackets::before, .brackets::after {
    width: 30px;
  }
  .ribbon.lg-two-row h2 {
    height: 100px;
  }
  /*header*/
  header .header-inner,
  .fixed-header .header-inner {
    height: 80px;
  }
  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 .orange,
  .fixed-header .header-inner .catchcopy .orange {
    font-weight: bold;
  }
  header .header-inner .header-cta,
  .fixed-header .header-inner .header-cta {
    margin-left: auto;
  }
  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: block;
  }
  header .header-inner .header-cta .tel-block p,
  .fixed-header .header-inner .header-cta .tel-block p {
    line-height: 1;
    margin-bottom: 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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fb9400;
    margin-bottom: 8px;
  }
  header .header-inner .header-cta .tel-block p:nth-child(1)::before,
  .fixed-header .header-inner .header-cta .tel-block p:nth-child(1)::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(./images/icon-phone.svg) no-repeat center center;
    background-size: contain;
    margin-right: 6px;
  }
  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;
  }
  /*footer*/
  .copyright {
    font-size: 16px;
  }
  /*conponents*/
  .fv {
    overflow: hidden;
    background: url(./images/fv-bg-lg.webp) no-repeat center center;
    background-size: cover;
  }
  .fv .wrap {
    padding: 30px 50px 0;
    position: relative;
  }
  .fv .wrap > * {
    max-width: 50%;
  }
  .fv .awards {
    margin: 0;
    position: absolute;
    bottom: 30px;
    right: 50px;
  }
  .fv .eyecatch {
    margin-bottom: -56px;
  }
  .cta {
    padding: 50px 0;
  }
  .cta .container {
    margin-left: -50px;
    margin-right: -50px;
  }
  .cta .container > div:nth-child(1) {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta .container > div:nth-child(1) h2 {
    font-size: 20px;
  }
  .cta .container > div:nth-child(2) {
    width: 55%;
  }
  .cta .container > div figure {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .cta .container > div figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .worries .container {
    padding: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .worries .container.lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .worries .container figure:first-child {
    margin: -30px -30px -30px 30px;
  }
  .worries .container > figure {
    margin: -30px -30px -30px 30px;
    width: 40%;
  }
  .worries .container figcaption {
    padding: 0 30px;
  }
  .worries .container > div {
    width: 60%;
  }
  .worries .container > div p {
    margin-bottom: 0;
  }
  .worries .container > div, .worries .container > figure {
    display: block;
  }
  .chance {
    padding: 50px 0;
  }
  .chance .cover-box {
    margin: 0;
  }
  .cover-box {
    padding: 0 50px 50px;
  }
  .cover-box .cover-box-title {
    margin-left: -50px;
    margin-right: -50px;
  }
  .feature .container {
    min-height: 350px;
    margin-bottom: 30px;
  }
  .feature .container:last-of-type {
    margin-bottom: 0;
  }
  .feature .container > figure {
    width: 40%;
  }
  .feature .container > figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left top;
       object-position: left top;
  }
  .feature .container > div {
    padding: 30px;
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  .voice .container .customer {
    display: block;
    width: 30%;
    margin-right: 30px;
  }
  .voice .container .customer .label {
    margin-bottom: 20px;
    font-size: 18px;
    max-width: none !important;
  }
  .voice .container .customer figure {
    margin: 0;
    width: 100%;
  }
  .voice .container > .box {
    width: calc(70% - 30px);
  }
  .voice .box {
    padding: 30px;
  }
  .voice .box p, .voice .box h3 {
    font-size: 16px;
  }
  .benefit-box {
    padding: 30px;
    border-width: 15px;
  }
  .success .container {
    display: block;
  }
  .imagin {
    padding: 50px 0;
  }
  .imagin-box {
    margin-left: 0;
    margin-right: 0;
  }
  .imagin-box::after {
    bottom: -65px;
  }
  .failure dl dt {
    font-size: 24px;
    padding: 23px 16px;
  }
  .failure dl dd {
    padding: 50px;
  }
  .step {
    background-image: none;
    background-color: #f8f4e6;
  }
  .step .container > div {
    width: calc(33.3333333% - 20px);
    margin: 0 30px 0 0;
    position: relative;
  }
  .step .container > div::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #d32f2f;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .step .container > div:nth-last-of-type(1) {
    margin-right: 0;
  }
  .step .container > div:nth-last-of-type(1)::after {
    content: none;
  }
  .faq {
    padding-bottom: 50px;
  }
  .faq h2 {
    margin-bottom: 50px;
  }
  .faq dl {
    margin-left: 0;
    margin-right: 0;
  }
  .faq dl dt, .faq dl dd {
    font-size: 18px;
    padding: 34px 30px 34px 88px;
  }
  .faq dl dt::before, .faq dl dd::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .faq dl dd .small {
    font-size: 16px;
  }
  .reason .wrap > figure img {
    height: auto;
  }
  .title-box h2.title:first-child {
    font-size: 24px;
    padding: 35px 30px;
  }
  .title-box .graph-wrap {
    background: #feeacd;
    background-image: -webkit-radial-gradient(#fff, #feeacd);
    background-image: -o-radial-gradient(#fff, #feeacd);
    background-image: radial-gradient(#fff, #feeacd);
    border: 2px solid #fb9400;
    padding: 28px;
    border-radius: 10px;
  }
  .title-box > div {
    padding: 50px 30px;
  }
  .title-box > div .box, .title-box > div .box.ivory-bg {
    padding: 30px;
  }
  .title-box > div .box p, .title-box > div .box.ivory-bg p {
    font-size: 18px;
  }
  .title-box > div .box-outline, .title-box > div figure, .title-box > div p {
    margin-bottom: 30px;
  }
  .title-box > div figcaption, .title-box > div .figcaption {
    font-size: 13px;
  }
  .title-box > div.light-orange-bg p {
    font-size: 24px;
    text-align: center;
    line-height: 1.8;
  }
  .title-box > div.light-orange-bg p i.check {
    width: 36px;
    height: 36px;
  }
  .company .belt, .company .box {
    margin-left: 0;
    margin-right: 0;
  }
  .company .container > * {
    width: calc(50% - 15px);
  }
  .company .container > div {
    margin-right: 30px;
  }
  .slider {
    margin-bottom: 30px;
  }
  .slider-voice .slick-track {
    display: block;
  }
  .slider-voice .slick-slide {
    float: none !important;
    width: 100% !important;
    margin-bottom: 30px;
  }
  .slider-voice .slick-slide:nth-last-child(1) {
    margin-bottom: 0;
  }
  .slider-damage .slick-track {
    width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slider-damage .slick-slide {
    display: block;
    float: none;
    width: calc(100% / 3) !important;
    height: auto !important;
  }
  .slider-damage .slick-slide .card {
    height: 100%;
  }
  .slider-twitter {
    margin-bottom: 30px;
  }
  .slider-twitter .slick-list {
    margin: 0 -7px !important;
  }
  .slider-twitter .slick-track {
    width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .slider-twitter .slick-slide {
    width: 50% !important;
    display: block;
    float: none;
    height: auto !important;
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 1025px) {
  /*header*/
  header .header-inner .catchcopy,
  .fixed-header .header-inner .catchcopy {
    font-size: 14px;
    line-height: 1.5;
  }
  /*typo*/
  h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  h3 {
    font-size: 24px;
  }
  h2 .sm {
    font-size: 16px;
  }
  .belt {
    padding: 40px 30px;
  }
  .ribbon {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .ribbon::before, .ribbon::after {
    content: '';
    display: block;
    width: 180px;
    height: 70px;
    background: url(./images/ribbon-left.svg) no-repeat left top;
    background-size: contain;
    -webkit-transform: translate(50px, -30px);
        -ms-transform: translate(50px, -30px);
            transform: translate(50px, -30px);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .ribbon::after {
    -webkit-transform: scale(-1, 1) translate(50px, -30px);
        -ms-transform: scale(-1, 1) translate(50px, -30px);
            transform: scale(-1, 1) translate(50px, -30px);
  }
  .ribbon h2 {
    z-index: 1;
    padding: 15px 30px;
    width: auto;
    min-width: 600px;
    height: auto;
  }
  .ribbon h2::before, .ribbon h2::after {
    border-width: 0 50px 20px 0;
    bottom: -20px;
  }
  p {
    font-size: 18px;
    line-height: 1.8;
  }
  figure {
    margin-bottom: 50px;
  }
  .lg {
    font-size: 22px;
  }
  .xl {
    font-size: 24px;
  }
  .xxl {
    font-size: 32px;
  }
  ul.check li {
    font-size: 22px;
    margin-bottom: 24px;
    padding-left: 50px;
  }
  ul.check li::before {
    width: 36px;
    height: 36px;
  }
  .submit-btn {
    height: 120px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
  }
  .submit-btn::after {
    width: 30px;
    height: 30px;
    border-width: 0 4px 4px 0;
  }
  .submit-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7ce100), to(#118211));
    background-image: -webkit-linear-gradient(top, #7ce100, #118211);
    background-image: -o-linear-gradient(top, #7ce100, #118211);
    background-image: linear-gradient(to bottom, #7ce100, #118211);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .submit-btn span.yellow {
    font-size: 24px;
  }
  .submit-btn span {
    font-size: 40px;
    z-index: 1;
    position: relative;
  }
  .submit-btn:hover {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(8px);
        -ms-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);
  }
  .submit-btn:hover::before {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .checkbox-wrap {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .checkbox-wrap:hover {
    background: #f6b9b4;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #pageTop {
    right: 80px;
    bottom: 30px;
  }
  #pageTop a {
    -webkit-transition: 0.5s;
    -o-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;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
  /*conponents*/
  .fv {
    padding: 0;
  }
  .fv .wrap {
    height: 800px;
    padding: 50px 50px 0;
    display: block;
  }
  .fv .wrap > * {
    max-width: none;
  }
  .fv figure {
    margin: 0;
  }
  .fv figure img {
    max-height: 100%;
    height: 100%;
    width: auto;
  }
  .fv .title, .fv .sub, .fv .eyecatch, .fv .awards {
    display: none;
    margin: 0;
  }
  .fv .lg {
    display: block;
    max-height: 100%;
    height: 100%;
    text-align: center;
    margin-left: -0.9375vw;
    max-width: 1118px;
  }
  .fv .lg img {
    max-height: 100%;
    width: auto;
  }
  .cta .container {
    margin-left: 0;
    margin-right: 0;
    max-height: 398px;
  }
  .cta .container > div:nth-child(1) {
    width: 39.090909%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta .container > div:nth-child(1) figure.cta1 {
    padding: 0 34px;
  }
  .cta .container > div:nth-child(1) figure:not(.cta1) img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .cta .container > div:nth-child(1) h2 {
    padding: 0;
    font-size: 20px;
  }
  .cta .container > div:nth-child(2) {
    width: 60%;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta .container > div:nth-child(2) p {
    line-height: 1;
  }
  .cta .container > div:nth-child(2) form {
    padding: 0;
    width: 100%;
  }
  .worries .container {
    margin-bottom: 50px;
  }
  .worries .container > figure {
    width: auto;
    max-width: 400px;
  }
  .worries .container > div {
    width: auto;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .feature .container {
    min-height: 0;
    background: #fff;
  }
  .feature .container > figure {
    width: 40.09090909%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .feature .container > div {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .voice .container .customer {
    width: 220px;
  }
  .voice .container > .box {
    width: calc(100% - 250px);
  }
  .benefit-box {
    display: block;
    position: relative;
  }
  .benefit-box figure {
    position: absolute;
    right: 30px;
    bottom: -15px;
    margin: 0;
    height: auto;
  }
  .benefit-box figure::before {
    content: "";
    padding-top: 140%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .benefit-box figure img {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -o-object-fit: unset;
       object-fit: unset;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .benefit-box.style1 figure {
    width: 19.6261%;
  }
  .benefit-box.style2 figure {
    right: 20px;
    width: 24.6728971%;
  }
  .success .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .success .container .card {
    margin: 0;
    width: calc(33.33333% - 20px);
    margin-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .success .container .card:nth-of-type(3n) {
    margin-right: 0;
  }
  .success .container .card .point {
    height: 230px;
  }
  .success .container .card .point p {
    font-size: 22px;
  }
  .success .container .card > div:not(.point) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 30px;
  }
  .success .container .card > div:not(.point) p {
    font-size: 16px;
  }
  .step .container > div {
    width: calc(33.3333333% - 140px / 3);
    margin-right: 70px;
    padding: 0 30px 50px;
  }
  .step .container > div::after {
    border-width: 15px 0 15px 20px;
    right: -50px;
  }
  .company .belt {
    padding: 20px 30px;
  }
  .company .container {
    margin-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company .container > * {
    width: calc(50% - 25px);
  }
  .company .container > div {
    margin-right: 50px;
  }
  .company .container > div > p:last-child {
    margin-bottom: 0;
  }
  .slider-damage .slick-list {
    margin: 0 -15px !important;
  }
  .slider-damage .slick-slide .card {
    margin: 0 15px;
  }
  .slider-twitter .slick-list {
    margin: 0 -15px !important;
  }
  .slider-twitter .slick-slide {
    margin-bottom: 30px;
  }
  .slider-twitter .slick-slide:nth-last-child(1), .slider-twitter .slick-slide:nth-last-child(2) {
    margin-bottom: 0;
  }
  .slider-twitter .slick-slide .twitter-tweet {
    padding: 0 15px !important;
  }
}

/*利用規約プライバシーポリシー*/
.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;
  line-height: 1.2;
}

/* 会社概要 */
.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;
  font-weight: bold;
}

.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 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;
  }
}

