/* Reset CSS
   ========================================================================== */
*,
*::before,
*::after{box-sizing:border-box;}
a{text-decoration:none; color:inherit; cursor:pointer;}
button{background-color:transparent; color:inherit; border-width:0; padding:0; cursor:pointer;}
figure{margin:0;}
input::-moz-focus-inner {border:0; padding:0; margin:0;}
ul, ol, dd{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; font-size:inherit; font-weight:inherit;}
p{margin:0;}
cite {font-style:normal;}
fieldset{border-width:0; padding:0; margin:0;}
html {
    font-family: 'Noto Sans JP', sans-serif;
}

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

  /**
   * 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: inherit;
    /* 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;
    vertical-align: bottom;
  }

  embed,
  object,
  iframe {
    border: 0;
    vertical-align: bottom;
  }

  /* Forms
     ========================================================================== */
  /**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
  }

  [type=checkbox] {
    /* 1 */
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
         appearance: checkbox;
  }

  [type=radio] {
    /* 1 */
    -webkit-appearance: radio;
    -moz-appearance: radio;
         appearance: radio;
  }

  /**
   * 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] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }

  button[disabled],
  [type=button][disabled],
  [type=reset][disabled],
  [type=submit][disabled] {
    cursor: default;
  }

  /**
   * 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;
  }

  /**
   * Remove padding
   */
  option {
    padding: 0;
  }

  /**
   * Reset to invisible
   */
  fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
  }

  /**
   * 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 {
    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. Remove the padding in IE 10.
   */
  [type=checkbox],
  [type=radio] {
    padding: 0;
    /* 1 */
  }

  /**
   * 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 outline style in Safari.
   */
  [type=search] {
    outline-offset: -2px;
    /* 1 */
  }

  /**
   * 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 */
  }

  /**
   * Clickable labels
   */
  label[for] {
    cursor: pointer;
  }

  /* Table
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  caption {
    text-align: left;
  }

  td,
  th {
    vertical-align: top;
    padding: 0;
  }

  th {
    text-align: left;
    font-weight: bold;
  }

  /* -----------------------------------------------
* Common
-------------------------------------------------- */
body {
    color: #000;
    line-height: 1.625;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section__title {
    text-align: center;
    margin-bottom: 50px;
}
.section__title__en {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #008f4d;
}
.section__title__jp {
    font-size: 40px;
    font-weight: 700;
}
img {
    width: 100%;
}

.button {
    display: flex;
    justify-content: center;
    border-radius: 5px;
/* 	 background-color: #cfac41;*/
    background-color: #008f4d;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    height: 50px;
    padding-right: 25px;
    padding-left: 25px;
    align-items: center;
    transition: 0.3s;
}
.form__button {
	 background-color: #cfac41;
}
.button:hover {
    opacity: 0.8;
}
.button__arrow {
    width: 20px;
    height: 9px;
    margin-left: 12px;
}
.button--primary {
    background-color: #cfac41;
}
.link {
    color: #008f4d;
    text-decoration: underline;
}
.link--white {
    color: #fff;
}
.link:hover {
    text-decoration: none;
}
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + span {
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 26px;
    margin-right: 20px;
    margin-bottom: -1px;
    position: relative;
    line-height: 20px;
}
input[type=checkbox] + span::before {
    -webkit-transform: translateY(-50%);
    background: #fff;
    border: 1px solid #DADADA;
    border-radius: 3px;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}
input[type=checkbox] + span::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    border-bottom: 3px solid #008f4d;
    border-left: 3px solid #008f4d;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    margin-top: -1px;
    margin-left: 3px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 14px;
}
input[type=checkbox]:checked + span::after {
    opacity: 1;
  }

/* -----------------------------------------------
* Header
-------------------------------------------------- */
.header {
    width: 100%;
    height: 87px;
}
.header__inner {
    margin-right: 60px;
    margin-left: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header__logo {
    width: 102px;
}
.header__cta {
    display: flex;
    justify-content: flex-end;
}
.header__cta__phone {
    margin-right: 30px;
    text-align: right;
}
.header__cta__phone p {
    font-size: 18px;
    font-weight: 700;
}
.header__cta__phone p .hours {
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.header__cta__document {
    margin-right: 20px;
}

/* -----------------------------------------------
* Main Visual
-------------------------------------------------- */
.mainvisual__image {
    height: 640px;
    width: calc(50% + 550px);
    background: url(../img/page/hokenshi/mv.png) no-repeat center top;
    background-size: cover;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    float: right;
    margin-bottom: 40px;
}
.mainvisual__content {
    position: absolute;
    top: 287px;
    /* left: calc(50% - 640px); */
    left: 5%;
}
.mainvisual__title1 span {
    font-size: 26px;
    color: #008f4d;
    line-height: 36px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}
.mainvisual__title2 {
    margin-bottom: 15px;
    margin-top: 10px;
    height: 44px;
}
.mainvisual__title2 span {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 44px;
    background-color: #008f4d;
    padding-left: 5px;
    display: inline-block;
}
.mainvisual__title3 {
    height: 80px;
    background-color: #008f4d;
    display: inline-block;
}
.mainvisual__title3 span {
    font-size: 62px;
    font-weight: 700;
    color: #fff;
    line-height: 80px;
    display: inline-block;
    margin-right: -20px;
    margin-left: -20px;
}
.mainvisual__form {
    width: 410px;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    position: absolute;
    top: 218px;
    right: 5%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.form__title {
    text-align: center;
    margin-bottom: 20px;
}
.form__title h2 {
    font-size: 20px;
    font-weight: 700;
    color: #008f4d;
    margin-bottom: 10px;
}
.form__title p {
    font-size: 14px;
}
.form__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form__list {
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
}
.form__list--half {
    width: 48%;
    display: inline-block;
}
.form__list--half + .form__list--half {
    margin-right: 0;
}
.form__term {
    font-size: 12px;
    color: #333333;
    position: absolute;
    left: 9px;
    top: -10px;
    background-color: #fff;
    padding-right: 3px;
    padding-left: 3px;
    z-index: 3;
}
.form__description input,
.form__description select {
    border: 1px solid #dedede;
    border-radius: 5px;
    height: 45px;
    width: 100%;
    line-height: 45px;
    padding-right: 13px;
    padding-left: 13px;
}
.form__description input::placeholder,
.form__description select::placeholder {
    color: #999999;
}
.form__description .select {
    position: relative;
}
.form__description .select::after {
    content: '';
    position: absolute;
    width: 8px;
    border: 5px solid transparent;
    border-top: 6px solid #000;
    right: 10px;
    top: 60%;
    transform: translateY(-50%);
}
.form__text {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.logo__list__wrapper {
    /* width: 100%; */
    /* max-width: 1100px;
    margin: 0 auto; */
    margin-left: calc(50% - 550px);
    margin-right: calc(5% + 430px);
}
@media screen and (max-width: 1099px) {
    .logo__list__wrapper {
        margin-left: 0;
    }
}
.logo__list {
    /* width: calc(100% - 320px); */
    width: 100%;
    display: flex;
}
.logo__list__item {
    margin-right: 20px;
    margin-left: 20px;
    width: 115px;
}
.form__button {
    border-radius: 10px;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding-right: 0;
    padding-left: 0;
}
.form__button input {
    width: 100%;
    padding-left: 25px;
}
.form__button::after {
    content: '';
    background: url(../img/page/hokenshi/icon__arrow.svg) no-repeat top left;
    width: 20px;
    height: 9px;
    background-size: contain;
    position: absolute;
    right: 25px;
}
/* CF7の.wpcf7-spinner(display:inline-block、幅24px+左右margin24pxずつ)が
   送信ボタン(width:100%)の後ろに収まらず改行され、送信中だけ余分な高さが
   できてしまうため、送信中はボタン下・中央寄せで表示する
   (style-common.cssの同名フィルターと同じ考え方。このLPページは
   style-common.cssを読み込まないため個別に対応)
   .form__buttonは.buttonクラス経由でdisplay:flexのため、通常のmargin:autoでは
   ブロックとして下に回り込まない。position:absoluteでボタン基準に配置する。
   CF7本体のCSS(includes/css/styles.css、.wpcf7-spinner{display:inline-block})が
   このファイルより後に読み込まれ、詳細度が同じ(クラス1つ)だと後勝ちで
   打ち消されてしまうため、".wpcf7 "を付けて詳細度を上げ確実にこちらを勝たせる
   (CF7のフォーム全体を包むラッパークラスなので、formより意図が分かりやすい) */
.wpcf7 .wpcf7-spinner {
    display: none;
}
form.submitting .wpcf7-spinner {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 10px 0 0;
    transform: translate(-50%, -52px);
}

/* -----------------------------------------------
* Trouble
-------------------------------------------------- */
.section.trouble {
    padding-bottom: 0;
    overflow: hidden;
}
.trouble > .container {
    position: relative;
}
.trouble__bg {
    position: absolute;
    background-color: #f7f7f7;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 200px;
    width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 0;
}
.trouble__bg::after {
    content: '';
    border: 30px solid transparent;
    border-top: 48px solid #f7f7f7;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
}
.trouble__list {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    padding-bottom: 60px;
}
.trouble__list__item {
    width: calc((100% - 88px) / 3);
}
.trouble__title {
    text-align: center;
    margin-top: -15px;
}
.trouble__title span {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    background-color: #008f4d;
    padding-right: 3px;
    padding-left: 3px;
    line-height: 30px;
    margin-bottom: 5px;
}
.solution {
    background: url(../img/page/hokenshi/bg_cta.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 307px;
    padding-top: 140px;
    margin-top: -40px;
}
.solution__text {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
}

/* -----------------------------------------------
* In-house
-------------------------------------------------- */
.in-house__table {
    width: 100%;
}
.table__row {
    display: table;
    width: 100%;
}
.table__cell {
    display: table-cell;
}
.table__head__in-house,
.table__head__outsource,
.table__cell1,
.table__cell2 {
    width: 36%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.table__head__outsource {
    vertical-align: bottom;
}
.table__head__empty,
.table__row-head__merit,
.table__row-head__demerit {
    width: 28%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.table__head__in-house p,
.table__head__outsource p {
    color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table__head__in-house p {
    background-color: #008f4d;
    color: #fff;
    height: 84px;
    font-size: 26px;
}
.table__head__outsource p {
    background-color: #005f33;
    height: 56px;
    font-size: 20px;
}
.table__cell1 {
    background-color: #d9f5e8;
    padding: 20px 27px;
}
.table__cell2 {
    background-color: #f7f7f7;
    padding: 20px 27px;
}
.table__row-head__merit {
    border-top-left-radius: 30px;
}
.table__row-head__merit,
.table__row-head__demerit {
    font-weight: 700;
    vertical-align: middle;
}
.table__list {
    list-style: disc;
    margin-left: 1em;
}

/* -----------------------------------------------
* Feature
-------------------------------------------------- */
.feature {
    background-color: #f7f7f7;
}
.feature__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.feature__box .box__image {
    width: 50%;
    position: relative;
}
.feature__box .box__image .box__image__number {
    position: absolute;
    font-size: 90px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #008f4d;
    top: -28px;
    left: 30px;
    line-height: 1;
}
.feature__box--reverse .box__image .box__image__number {
    left: auto;
    right: 30px;
}
.feature__box .box__text {
    flex: 1;
    padding-top: 30px;
    padding-left: 30px;
}
.feature__box--reverse .box__text {
    padding-left: 0;
    padding-right: 30px;
}
.feature__box .box__text .box__text__title {
    margin-bottom: 10px;
}
.feature__box .box__text .box__text__title span {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    background-color: #008f4d;
    padding-right: 3px;
    padding-left: 3px;
    line-height: 38px;
    margin-bottom: 10px;
}

/* -----------------------------------------------
* CTA
-------------------------------------------------- */
.section.cta {
    padding-top: 80px;
    padding-bottom: 54px;
}
.cta {
    background: url(../img/page/hokenshi/bg_cta.png) no-repeat top center;
    background-size: cover;
    text-align: center;
}
.cta__title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.cta__button {
    width: 450px;
    margin: 0 auto 10px;
}
.cta__button .button {
    height: 70px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
}

/* -----------------------------------------------
* Voice
-------------------------------------------------- */
.voice__box {
    display: flex;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 35px 40px;
    margin-bottom: 40px;
    position: relative;
}
.voice__box .box__image {
    width: 296px;
    text-align: center;
    position: absolute;
    left: 40px;
    bottom: 35px;
}
.voice__box .box__image img {
    margin-bottom: -15px;
}
.voice__box .box__image .box__image__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    background-color: #008f4d;
    padding-right: 3px;
    padding-left: 3px;
    display: inline-block;
}
.voice__box .box__image .box__image__text {
    color: #008f4d;
    margin-top: 5px;
}
.voice__box .box__text {
    flex: 1;
    margin-left: 326px;
}
.voice__box .box__text .box__text__title {
    font-size: 20px;
    font-weight: 700;
    color: #008f4d;
    margin-bottom: 10px;
}
.logo__list--center {
    justify-content: center;
    margin-top: 60px;
}
/* -----------------------------------------------
* Flow
-------------------------------------------------- */
.flow__list__item {
    background-color: #f7f7f7;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 30px 45px;
    display: flex;
    position: relative;
    margin-bottom: 68px;
}
.flow__list__item::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border: 30px solid transparent;
    border-top: solid 46px #f7f7f7;
    margin-left: -30px;
}
.flow__list__item:last-child {
    margin-bottom: 0;
}
.flow__list__item:last-child::after {
    content: none;
}
.flow__number {
    font-family: 'Montserrat', sans-serif;
    font-size: 90px;
    font-weight: 100;
    color: #008f4d;
    line-height: 1;
}
.flow__text {
    margin-left: 30px;
}
.flow__text__title {
    font-size: 30px;
    color: #008f4d;
    font-weight: 700;
    margin-bottom: 10px;
}
/* -----------------------------------------------
* FAQ
-------------------------------------------------- */
.faq {
    background-color: #f7f7f7;
}
.faq__box {
    background-color: #fff;
    padding: 40px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.faq__question {
    color: #008f4d;
    font-weight: 700;
    font-size: 20px;
    padding-right: 100px;
    position: relative;
}
.faq__question:hover {
    cursor: pointer;
}
.faq__answer {
    display: none;
    margin-top: 20px;
}
.button__toggle  {
    display: inline-block;
    height: 36px;
    width: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.button__toggle .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.button__toggle .icon::before,
.button__toggle .icon::after {
    position: absolute;
    content: '';
    display: block;
    transition: all 0.3s;
    background: #008f4d;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translate(-50%, -50%);
}
.button__toggle .icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.button__toggle .icon.open::before {
    transform: translate(-50%, -50%) rotate(0deg);
}

/* -----------------------------------------------
* Price
-------------------------------------------------- */
.price__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price__box {
    background-color: #f7f7f7;
    padding: 40px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    text-align: center;
    flex: 1;
}
.price__box p {
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
}
.price__box p span {
    font-size: 20px;
}
.price__box p em {
    font-size: 60px;
    color: #008f4d;
    font-style: normal;
    margin-left: 10px;
    line-height: 1;
}
.price__box p em span {
    font-size: 30px;
}
.price__wrapper .icon__plus {
    margin-right: 15px;
    margin-left: 15px;
    width: 60px;
    height: 60px;
}
.price__wrapper .icon__plus .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.price__wrapper .icon__plus .icon::before,
.price__wrapper .icon__plus .icon::after {
    position: absolute;
    content: '';
    display: block;
    background: #008f4d;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 3px;
    transform: translate(-50%, -50%);
}
.price__wrapper .icon__plus .icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* -----------------------------------------------
* Case
-------------------------------------------------- */
.section.case {
    padding-bottom: 60px;
}
.case {
    background-color: #008f4d;
}
.case .section__title {
    color: #fff;
}
.case__wrapper {
    display: flex;
    justify-content: space-between;
}
.recommended {
    flex: 1;
}
.recommended__top {
    background-color: #fff;
    padding: 40px 35px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: relative;
}
.recommended__top::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -32px;
    border: 32px solid transparent;
    border-top: 47px solid #fff;
}
.recommended__title {
    font-size: 26px;
    color: #008f4d;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.recommended__list {
    margin-bottom: -16px;
}
.recommended__list__item {
    background-color: #008f4d;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
}
.case__form {
    width: 460px;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    margin-left: 40px;
}

.case__form .form__button input {
    text-align: center;
    padding-left: 0;
}
.case__form .form__button::after {
    right: 35px;
}
.form__notice {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
}
/* -----------------------------------------------
* Footer
-------------------------------------------------- */
.footer {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__cta {
    display: flex;
}
.footer__cta__contact .button {
    width: 220px;
}
.footer__cta__phone {
    margin-left: 40px;
    text-align: right;
}
.footer__cta__phone p {
    font-weight: 700;
    font-size: 18px;
}
.footer__cta__phone p span {
    font-weight: 400;
    font-size: 14px;
    display: block;
}
.footer__copy {
    font-size: 14px;
}
.sticky-cta {
    display: none;
}

/* -----------------------------------------------
* Responsive
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .container {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
/* -----------------------------------------------
* Header
-------------------------------------------------- */
.header__inner {
    margin-right: 20px;
    margin-left: 20px;
}
/* -----------------------------------------------
* Main Visual
-------------------------------------------------- */
.mainvisual__image {
    height: 350px;
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
    float: none;
}
.mainvisual__content {
    position: absolute;
    top: 200px;
    left: auto;
    right: 20px;
    text-align: right;
}
.mainvisual__title1 span {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}
.mainvisual__title2 {
    height: 30px;
    margin-bottom: 5px;
}
.mainvisual__title2 span {
    font-size: 22px;
    line-height: 30px;
}
.mainvisual__title3 {
    height: 52px;
}
.mainvisual__title3 span {
    font-size: 36px;
    line-height: 52px;
    margin-right: 0;
    margin-left: 0;
}
.mainvisual__form {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px;
    top: -30px;
    right: auto;
    position: relative;
}
.form__list--half {
    margin-right: 2.5%;
}
.form__button {
    text-align: center;
}
.form__button::after {
    right: 20px;
}
.logo__list__wrapper {
    margin-right: 0;
    margin-left: 0;
}
.logo__list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.logo__list__item {
    margin-bottom: 20px;
}
/* -----------------------------------------------
* Voice
-------------------------------------------------- */
.voice__box .box__image {
    bottom: auto;
    top: 40px;
}
/* -----------------------------------------------
* Price
-------------------------------------------------- */
    .price__box p {
        font-size: 26px;
        white-space: normal;
    }
/* -----------------------------------------------
* Case
-------------------------------------------------- */
.case__wrapper {
    flex-direction: column;
}
.recommended__top {
    padding: 20px;
}
.recommended__top::after {
    margin-left: -16px;
    border: 16px solid transparent;
    border-top: 23px solid #fff;
}
.case__form {
    width: 100%;
    padding: 20px;
    margin-left: 0;
    margin-top: 20px;
}
.case__form .form__button input {
    text-align: left;
    padding-left: 25px;
    text-align: center;
}
.case__form .form__button::after {
    right: 20px;
}
.form__notice {
    font-size: 16px;
}

}
@media screen and (max-width: 767px) {
    .section__title {
        margin-bottom: 30px;
    }
    .section__title__en {
        font-size: 16px;
    }
    .section__title__jp {
        font-size: 32px;
    }
    .container {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .button {
        font-size: 16px;
    }

/* -----------------------------------------------
* Header
-------------------------------------------------- */
    .header {
        height: 60px;
    }
    .header__cta {
        display: none;
    }
/* -----------------------------------------------
* Main Visual
-------------------------------------------------- */
.form__button {
    text-align: left;
}
/* -----------------------------------------------
* Trouble
-------------------------------------------------- */
.trouble > .container {
    width: 100%;
}
.trouble__list {
    width: 100%;
    flex-direction: column;
    padding-bottom: 20px;
}
.trouble__list__item {
    width: 90%;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
}
.trouble__bg {
    height: 75%;
    width: 100%;
}
.trouble__bg::after {
    border: 16px solid transparent;
    border-top: 23px solid #f7f7f7;
    margin-left: -16px;
}
.solution {
    height: auto;
    padding-top: 80px;
    margin-top: -30px;
    padding-bottom: 50px;
}
.solution__text {
    font-size: 24px;
}
/* -----------------------------------------------
* In-house
-------------------------------------------------- */
.table__head__in-house p,
.table__head__outsource p {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.table__head__in-house p {
    height: 60px;
    font-size: 20px;
}
.table__head__outsource p {
    height: 40px;
    font-size: 16px;
}
.table__cell1 {
    padding: 10px;
}
.table__cell2 {
    padding: 10px;
}
.table__row-head__merit {
    border-top-left-radius: 20px;
}
/* -----------------------------------------------
* Feature
-------------------------------------------------- */
.section.feature {
    padding-bottom: 20px;
}
.feature__box {
    margin-bottom: 50px;
    flex-direction: column;
}
.feature__box--reverse {
    flex-direction: column-reverse;
}
.feature__box .box__image {
    width: 100%;
}
.feature__box .box__image .box__image__number {
    font-size: 70px;
    left: 20px;
}
.feature__box--reverse .box__image .box__image__number {
    left: auto;
    right: 20px;
}
.feature__box .box__text {
    padding-left: 0;
    padding-top: 20px;
}
.feature__box--reverse .box__text {
    padding-right: 0;
}
.feature__box .box__text .box__text__title {
    margin-bottom: 5px;
}
.feature__box .box__text .box__text__title span {
    font-size: 20px;
    line-height: 32px;
}

/* -----------------------------------------------
* CTA
-------------------------------------------------- */
.section.cta {
    padding-top: 80px;
    padding-bottom: 54px;
}
.cta__title {
    font-size: 32px;
}
.cta__button {
    width: 100%;
}
.cta__button .button {
    font-size: 16px;
}
/* -----------------------------------------------
* Voice
-------------------------------------------------- */
.voice__box {
    padding: 30px;
    flex-direction: column;
}
.voice__box .box__image {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 20px;
}
.voice__box .box__text {
    margin-left: 0;
}
/* -----------------------------------------------
* Flow
-------------------------------------------------- */
.flow__list__item {
    padding: 25px 20px;
    margin-bottom: 42px;
}
.flow__list__item::after {
    border: 16px solid transparent;
    border-top: solid 23px #f7f7f7;
    margin-left: -16px;
}
.flow__number {
    font-size: 40px;
}
.flow__text {
    margin-left: 20px;
}
.flow__text__title {
    font-size: 20px;
}
/* -----------------------------------------------
* FAQ
-------------------------------------------------- */
.section.faq {
    padding-bottom: 50px;
}
.faq__box {
    padding: 20px;
    margin-bottom: 20px;
}
.faq__question {
    padding-right: 30px;
    font-size: 16px;
}
.button__toggle  {
    height: 24px;
    width: 24px;
}
/* -----------------------------------------------
* Price
-------------------------------------------------- */
.price__wrapper {
    flex-direction: column;
}
.price__box {
    padding: 20px;
    width: 100%;
}
.price__box p {
    font-size: 20px;
    white-space: normal;
}
.price__box p span {
    font-size: 16px;
}
.price__box p em {
    font-size: 40px;
}
.price__box p em span {
    font-size: 20px;
}
.price__wrapper .icon__plus {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 40px;
    height: 40px;
}
/* -----------------------------------------------
* Case
-------------------------------------------------- */
.recommended__title {
    font-size: 20px;
}
.recommended__list__item {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.case__form .form__button input {
    text-align: left;
    padding-left: 20px;
}
/* -----------------------------------------------
* Footer
-------------------------------------------------- */
.footer {
    padding-top: 30px;
    padding-bottom: 120px;
}
.footer .container {
    flex-direction: column;
}
.footer__cta {
    flex-direction: column;
    margin-bottom: 20px;
}
.footer__cta__contact {
    margin-bottom: 20px;
}
.footer__cta__contact .button {
    width: 100%;
}
.footer__cta__phone {
    margin-left: 0;
    text-align: center;
}
.footer__copy {
    font-size: 14px;
}
/* -----------------------------------------------
* Sticky CTA
-------------------------------------------------- */
.sticky-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    display: block;
    padding: 5px 10px 10px;
    text-align: center;
    z-index: 100;
}
.sticky-cta__phone {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}
.sticky-cta__phone .hours {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 400;
}
.button__wrapper {
    display: flex;
    justify-content: space-between;
}

.sticky-cta__document {
    width: 48%;
}
.sticky-cta__contact {
    width: 48%;
}
.sticky-cta__document .button,
.sticky-cta__contact .button {
    padding-right: 15px;
    padding-left: 15px;
}

}

/* バリデーションエラーメッセージ */
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {

	font-size: 93%;

	color: #B70000;

}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output {

	color: #B70000;

}
