@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block; }

a, hr {
  padding: 0; }

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

ins, mark {
  background-color: #ff9;
  color: #000; }

body {
  line-height: 1; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0; }

input, select {
  vertical-align: middle; }

@font-face {
  font-family: 'icf';
  src: url("../fonts/icf.eot?r2gyho");
  src: url("../fonts/icf.eot?r2gyho#iefix") format("embedded-opentype"), url("../fonts/icf.ttf?r2gyho") format("truetype"), url("../fonts/icf.woff?r2gyho") format("woff"), url("../fonts/icf.svg?r2gyho#icf") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
i {
  font-family: 'icf' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icf-xmark-solid:before {
  content: "\e901"; }

.icf-arrow-down-solid:before {
  content: "\e900"; }

.list:after,
.cont:after,
.pack:after,
.set:after,
.box:after,
.block:after,
section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.list,
.cont,
.pack,
.set,
.box,
.block,
section {
  zoom: 1; }

.Lato {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  /*Bold*/ }

.Noto_Sans {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  /*Regular*/
  font-weight: 700;
  /*Bold*/ }

body {
  position: relative;
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.73;
  letter-spacing: 0.025em;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%; }

a,
a img {
  transition: all 0.3s ease; }

a:link {
  color: #333;
  text-decoration: none; }

a:active,
a:visited {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #333;
  text-decoration: none; }

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
img {
  display: block;
  margin: 0 auto; }

#Modal {
  z-index: 12;
  position: absolute;
  display: none; }
  #Modal .close {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #eecc00;
    width: 100px;
    height: 100px;
    text-align: center;
    cursor: pointer; }
    #Modal .close::after {
      font-family: 'icf' !important;
      content: "\e901";
      font-size: 80px;
      line-height: 100px; }
  #Modal .cont {
    background-color: #fff;
    padding: 110px 45px 45px 45px; }
    #Modal .cont h2 {
      margin-bottom: 70px;
      font-size: 48px;
      font-weight: 700;
      line-height: 1.67;
      color: #000; }
    #Modal .cont .block {
      padding-bottom: 55px; }
    #Modal .cont h3 {
      margin-bottom: 45px;
      font-size: 36px;
      font-weight: 700;
      line-height: 1.34; }
    #Modal .cont p {
      margin-bottom: 45px;
      font-size: 28px;
      line-height: 1.72; }
    #Modal .cont ol,
    #Modal .cont ul {
      margin-bottom: 45px;
      padding-left: 1.5em;
      font-size: 28px;
      line-height: 1.72; }

#pageTop {
  z-index: 11;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 110px; }
  #pageTop #header {
    margin: 0 auto;
    width: 750px;
    height: 110px; }
  #pageTop .logo {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    padding: 29px 300px 0 0;
    width: 100%; }
    #pageTop .logo img {
      width: 280px;
      height: auto; }
  #pageTop p {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 110px;
    text-align: center; }
    #pageTop p a {
      display: block;
      background-color: #eecc00;
      width: 300px;
      height: 110px; }
      #pageTop p a:hover {
        background-color: #ffaa00; }
      #pageTop p a::after {
        margin-left: 10px;
        font-family: 'icf' !important;
        content: "\e900"; }

#pageBody {
  padding-top: 110px;
  background-color: #fff; }

#contents {
  margin: 0 auto;
  width: 750px; }

#pageBottom {
  padding: 45px; }

.button {
  text-align: center; }
  .button .cth {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
    padding: 0 35px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.39; }
    .button .cth::before, .button .cth::after {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      background-color: #000;
      width: 2px;
      height: 130%; }
    .button .cth::before {
      transform: rotate(-22deg);
      left: 0; }
    .button .cth::after {
      transform: rotate(22deg);
      right: 0; }
  .button .btn {
    box-sizing: border-box;
    margin: 0 auto;
    width: 660px;
    height: 120px;
    font-size: 40px;
    font-weight: 700; }
  .button a {
    display: block;
    background-color: #ffdd00;
    border-radius: 60px;
    width: 100%;
    height: 120px;
    line-height: 120px;
    color: #000; }
    .button a:hover {
      background-color: #ffcc00; }
    .button a:active {
      background-color: #ff9900;
      color: #fff; }

#visualSCT {
  position: relative; }
  #visualSCT .cont {
    box-sizing: border-box;
    background: url("../img/vis_bg.jpg") no-repeat center top;
    padding-top: 158px;
    height: 1240px;
    text-align: center; }
  #visualSCT h1 {
    margin-bottom: 40px;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.6;
    color: #003388; }
  #visualSCT .exp {
    margin-bottom: 68px;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.86;
    color: #fff; }
  #visualSCT .cth {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.45;
    color: #fff; }
    #visualSCT .cth strong {
      font-size: 48px;
      color: #ffdd00; }

#caseSCT {
  padding: 80px 45px 85px 45px; }
  #caseSCT .cont {
    background-color: #eee;
    border-radius: 20px;
    overflow: hidden; }
  #caseSCT h2 {
    background-color: #004499;
    height: 110px;
    font-size: 40px;
    font-weight: 700;
    line-height: 110px;
    text-align: center;
    color: #fff; }
  #caseSCT .list {
    padding: 5px 40px; }
  #caseSCT .block {
    padding: 45px 0; }
    #caseSCT .block:last-child {
      padding-bottom: 35px; }
  #caseSCT .hed {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
    #caseSCT .hed p {
      box-sizing: border-box;
      background-color: #004499;
      padding: 14px 0 0 0;
      width: 90px;
      height: 90px;
      font-size: 23px;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      text-align: center; }
    #caseSCT .hed span {
      display: block;
      margin-top: 3px;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      /*Bold*/
      font-size: 40px; }
    #caseSCT .hed h3 {
      box-sizing: border-box;
      padding-left: 30px;
      width: 490px;
      font-size: 36px;
      font-weight: 700;
      line-height: 1.35;
      color: #000; }
  #caseSCT .exp {
    margin-bottom: 44px;
    font-size: 28px;
    line-height: 1.73;
    color: #333; }
  #caseSCT .image {
    text-align: center; }
  #caseSCT .h {
    display: inline-block;
    border-bottom: solid 6px #cc0000;
    margin-bottom: 50px;
    padding-bottom: 1px;
    font-size: 32px;
    font-weight: 700;
    color: #cc0000; }
  #caseSCT .p {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.66;
    text-align: left;
    color: #333; }

#resultSCT {
  position: relative;
  background-color: #004499;
  padding: 90px 45px 110px 45px;
  text-align: center; }
  #resultSCT::before {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -50px;
    content: '';
    display: block;
    border-right: 70px solid transparent;
    border-bottom: 60px solid #004499;
    border-left: 70px solid transparent; }
  #resultSCT .cth {
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    color: #ffdd00; }
  #resultSCT h2 {
    margin-bottom: 45px;
    font-weight: 700;
    font-size: 68px;
    line-height: 1.25;
    color: #fff; }
    #resultSCT h2 span {
      font-size: 36px; }
  #resultSCT .txt1 {
    margin-bottom: 44px;
    font-size: 28px;
    line-height: 1.73;
    text-align: left;
    color: #fff; }
  #resultSCT .txt2 {
    font-size: 28px;
    line-height: 1.45;
    color: #fff; }
    #resultSCT .txt2 span {
      font-weight: 700;
      font-size: 36px; }
    #resultSCT .txt2 strong {
      font-weight: 700;
      font-size: 56px;
      color: #ffdd00; }
  #resultSCT ul {
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    list-style: none; }
  #resultSCT li {
    background-color: #ffdd00;
    border-radius: 8px;
    margin-right: 21px;
    padding: 17px 0 22px 0;
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
    color: #004499; }
    #resultSCT li:last-child {
      margin-right: 0; }
    #resultSCT li:nth-of-type(1) {
      width: 230px; }
    #resultSCT li:nth-of-type(2) {
      width: 200px; }
    #resultSCT li:nth-of-type(3) {
      width: 188px; }
  #resultSCT span {
    font-weight: 700;
    font-size: 24px; }
  #resultSCT strong {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    /*Bold*/
    font-size: 36px; }

#askSCT {
  position: relative;
  background-color: #c7dfc9;
  padding: 90px 45px 0 45px; }
  #askSCT h2 {
    margin-bottom: 68px;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center;
    color: #228833; }
  #askSCT ul.list {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 102px;
    list-style: none; }
    #askSCT ul.list li {
      padding: 30px 40px;
      font-size: 28px;
      line-height: 1.73; }
      #askSCT ul.list li:nth-of-type(even) {
        background-color: #e6f1e9; }
  #askSCT .block {
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 64px;
    padding: 0 40px 35px 40px; }
    #askSCT .block h3 {
      position: relative;
      background-color: #228833;
      margin: 0 -40px 38px -40px;
      padding: 15px 40px 15px 40px;
      font-size: 40px;
      font-weight: 700;
      color: #fff; }
      #askSCT .block h3 span {
        margin-left: 40px;
        font-size: 24px;
        font-weight: 400; }
      #askSCT .block h3 strong {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        background-color: #fff;
        border-radius: 8px;
        width: 90px;
        height: 60px;
        font-size: 28px;
        font-weight: 700;
        line-height: 60px;
        text-align: center;
        color: #228833; }
    #askSCT .block ul {
      list-style: none; }
    #askSCT .block li {
      margin-bottom: 11px;
      font-size: 28px;
      line-height: 1.73; }
    #askSCT .block .exp {
      font-size: 28px;
      line-height: 1.73; }
      #askSCT .block .exp strong {
        font-weight: 400;
        text-decoration: underline; }
    #askSCT .block .note {
      margin-top: 31px;
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 1.66;
      letter-spacing: 0; }
    #askSCT .block .image {
      margin-top: 40px; }
  #askSCT .catch {
    margin-bottom: 125px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center; }
    #askSCT .catch strong {
      font-size: 64px;
      color: #228833; }
  #askSCT .conclusion {
    position: relative;
    background-color: #fff;
    margin: 0 -45px;
    padding: 195px 45px 150px 45px; }
    #askSCT .conclusion::before {
      content: 'だから';
      display: block;
      position: absolute;
      left: 0;
      top: -37px;
      width: 100%;
      font-size: 48px;
      font-weight: 700;
      text-align: center;
      color: #000;
      z-index: 1; }
    #askSCT .conclusion::after {
      transform: translateX(-50%);
      position: absolute;
      left: 50%;
      top: -1px;
      content: '';
      display: block;
      border-right: 375px solid transparent;
      border-top: 100px solid #c7dfc9;
      border-left: 375px solid transparent;
      z-index: 0; }
    #askSCT .conclusion h2 {
      color: #000; }
      #askSCT .conclusion h2 strong {
        color: #004499; }

#meritSCT {
  position: relative;
  background-color: #c8e1f5;
  padding: 100px 45px 120px 45px; }
  #meritSCT h2 {
    margin-bottom: 54px;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center; }
    #meritSCT h2 strong {
      color: #004499; }
  #meritSCT .exp {
    margin-bottom: 67px;
    font-size: 28px;
    line-height: 2; }
  #meritSCT .image {
    overflow-x: scroll; }
    #meritSCT .image img {
      width: auto;
      height: 620px; }
  #meritSCT .note {
    margin-top: 20px;
    margin-bottom: 63px;
    text-align: right;
    font-size: 22px; }
  #meritSCT ::-webkit-scrollbar {
    width: 0;
    height: 0; }

#problemSCT {
  padding-bottom: 115px; }
  #problemSCT .question {
    background-color: #eeeeee;
    padding: 45px 45px 70px 45px; }
    #problemSCT .question p {
      margin-bottom: 41px;
      font-size: 32px;
      font-weight: 700;
      line-height: 1.56;
      text-align: center;
      color: #222255; }
    #problemSCT .question ul {
      list-style: none; }
    #problemSCT .question li {
      position: relative;
      background-color: #252b59;
      border-radius: 10px;
      margin-bottom: 20px;
      font-size: 32px;
      line-height: 1.57;
      color: #fff; }
      #problemSCT .question li:nth-of-type(odd) {
        padding: 25px 40px 25px 130px; }
      #problemSCT .question li:nth-of-type(even) {
        padding: 25px 150px 25px 40px; }
      #problemSCT .question li::before {
        content: '';
        display: block;
        position: absolute;
        bottom: -4px;
        width: 130px;
        height: 130px; }
      #problemSCT .question li:nth-of-type(1)::before {
        left: 22px;
        background: url("../img/man_icn1.png") no-repeat left bottom; }
      #problemSCT .question li:nth-of-type(2)::before {
        right: 27px;
        background: url("../img/man_icn2.png") no-repeat right bottom; }
      #problemSCT .question li:nth-of-type(3)::before {
        left: 22px;
        background: url("../img/man_icn3.png") no-repeat left bottom; }
      #problemSCT .question li:nth-of-type(4)::before {
        right: 27px;
        background: url("../img/man_icn4.png") no-repeat right bottom; }
  #problemSCT .answer {
    position: relative;
    padding-top: 18px; }
    #problemSCT .answer::before {
      content: '';
      display: block;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      top: 0;
      border-top: solid 100px #eeeeee;
      border-right: solid 375px transparent;
      border-bottom: solid 100px #transparent;
      border-left: solid 375px transparent;
      width: 100%;
      height: 200px;
      z-index: -1; }
    #problemSCT .answer .hed {
      text-align: center; }
      #problemSCT .answer .hed p {
        margin-bottom: 43px;
        font-size: 48px;
        font-weight: 700;
        line-height: 1.34; }
    #problemSCT .answer h2 {
      margin-bottom: 100px;
      font-size: 80px;
      font-weight: 700;
      line-height: 1.38;
      text-align: center;
      color: #222255; }
      #problemSCT .answer h2 strong {
        position: relative;
        padding: 0 20px; }
        #problemSCT .answer h2 strong::before {
          content: '';
          z-index: -1;
          display: block;
          position: absolute;
          left: 0;
          top: 13px;
          background-color: #eecc00;
          width: 100%;
          height: 97px; }
    #problemSCT .answer .set {
      padding: 0 45px;
      text-align: center; }
    #problemSCT .answer .before {
      position: relative;
      border: solid 10px #8899bb;
      border-radius: 20px;
      margin-bottom: 120px;
      padding: 40px 40px 38px 40px; }
      #problemSCT .answer .before p {
        margin: 36px 0 0 0;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.75; }
      #problemSCT .answer .before::after {
        position: absolute;
        left: 0;
        bottom: -110px;
        width: 100%;
        font-family: 'icf' !important;
        content: "\e900";
        font-size: 80px;
        line-height: 1;
        text-align: center;
        color: #000; }
    #problemSCT .answer .after {
      border: solid 10px #eecc00;
      border-radius: 20px;
      margin-bottom: 110px;
      padding: 40px 40px 32px 40px; }
      #problemSCT .answer .after p {
        margin: 40px 0 0 0;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.4; }

#waitSCT {
  position: relative;
  background-color: #fff;
  padding: 100px 45px 120px 45px; }
  #waitSCT h2 {
    margin-bottom: 74px;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center; }
    #waitSCT h2 strong {
      color: #228833; }
  #waitSCT .exp {
    margin-bottom: 87px;
    font-size: 28px;
    line-height: 2; }
    #waitSCT .exp strong {
      color: #228833; }
  #waitSCT .box {
    background-color: #c7dfc9;
    border-radius: 20px;
    padding: 48px 40px 0  40px;
    overflow: hidden; }
    #waitSCT .box h3 {
      margin-bottom: 24px;
      font-size: 32px;
      font-weight: 700; }
    #waitSCT .box .after,
    #waitSCT .box .before {
      margin: 0 -40px;
      text-align: center; }
      #waitSCT .box .after p,
      #waitSCT .box .before p {
        margin-top: 16px;
        font-size: 24px;
        text-align: center; }
    #waitSCT .box .before {
      position: relative;
      margin-bottom: 35px;
      padding-bottom: 105px; }
      #waitSCT .box .before::before {
        transform: translateX(-50%);
        content: '';
        position: absolute;
        left: 50%;
        bottom: 37px;
        display: block;
        background-color: #228833;
        width: 125px;
        height: 38px; }
      #waitSCT .box .before::after {
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        bottom: 0;
        content: '';
        display: block;
        border-right: 100px solid transparent;
        border-top: 37px solid #228833;
        border-left: 100px solid transparent;
        z-index: 0; }
    #waitSCT .box .after {
      margin-bottom: 57px; }
      #waitSCT .box .after p {
        font-weight: 700;
        color: #228833; }
  #waitSCT .p1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 2; }
    #waitSCT .p1 strong {
      display: block;
      padding: 20px 0 10px 0;
      white-space: nowrap;
      font-size: 44px;
      line-height: 1.54;
      letter-spacing: 0;
      color: #228833; }
    #waitSCT .p1 span {
      background-color: #ffdd00; }
  #waitSCT .note {
    margin-top: 35px;
    margin-bottom: 62px;
    font-size: 24px;
    line-height: 1.66; }
  #waitSCT .p2 {
    background-color: #228833;
    margin: 0 -40px;
    padding: 44px 40px 44px 40px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2.14;
    color: #fff; }

#priceSCT {
  position: relative;
  background-color: #c8e1f5;
  padding: 100px 45px 0 45px; }
  #priceSCT h2 {
    margin-bottom: 57px;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center; }
    #priceSCT h2 strong {
      color: #004499; }
  #priceSCT .block {
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 0 40px 33px 40px; }
    #priceSCT .block h3 {
      position: relative;
      background-color: #004499;
      margin: 0 -40px 38px -40px;
      font-weight: 700;
      line-height: 1.45;
      color: #fff; }
      #priceSCT .block h3::before {
        transform: translateY(-50%);
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        background-color: #fff;
        border-radius: 50%;
        text-align: center;
        color: #004499; }
    #priceSCT .block .exp {
      margin-bottom: 12px;
      font-size: 28px;
      line-height: 1.73; }
    #priceSCT .block ul {
      padding-bottom: 5px;
      list-style: none;
      font-size: 28px;
      line-height: 1.73; }
      #priceSCT .block ul li {
        margin-bottom: 11px; }
    #priceSCT .block .note {
      padding-bottom: 12px;
      font-size: 24px;
      line-height: 1.68; }
      #priceSCT .block .note li {
        margin-bottom: 0; }
    #priceSCT .block .attention {
      background-color: #f9e0e0;
      margin: 52px -40px -33px -40px;
      padding: 48px 40px 50px 40px;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.73;
      color: #cc0000; }
      #priceSCT .block .attention strong {
        text-decoration: underline; }
  #priceSCT .list .block:nth-of-type(1) h3::before {
    content: '1'; }
  #priceSCT .list .block:nth-of-type(2) h3::before {
    content: '2'; }
  #priceSCT .list .block:nth-of-type(3) h3::before {
    content: '3'; }
  #priceSCT .list .block:nth-of-type(4) h3::before {
    content: '4'; }
  #priceSCT .list .block:nth-of-type(5) h3::before {
    content: '5'; }
  #priceSCT .list h3 {
    padding: 22px 0 22px 105px;
    font-size: 40px; }
    #priceSCT .list h3::before {
      left: 27px;
      width: 60px;
      height: 60px;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      /*Bold*/
      font-size: 44px;
      line-height: 60px; }
  #priceSCT .other .block:nth-of-type(1) h3::before {
    content: '6'; }
  #priceSCT .other .block:nth-of-type(2) h3::before {
    content: '7'; }
  #priceSCT .other .block:nth-of-type(3) h3::before {
    content: '8'; }
  #priceSCT .other h3 {
    padding: 22px 0 22px 85px;
    font-size: 32px; }
    #priceSCT .other h3::before {
      left: 30px;
      width: 40px;
      height: 40px;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      /*Bold*/
      font-size: 30px;
      line-height: 40px; }
  #priceSCT .other h4 {
    padding: 13px 0 26px 0;
    font-weight: 700;
    /*Bold*/
    font-size: 40px;
    color: #004499; }

#moreSCT {
  position: relative;
  background-color: #c8e1f5;
  padding: 100px 45px 91px 45px; }
  #moreSCT h2 {
    margin-bottom: 74px;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center; }
    #moreSCT h2 strong {
      color: #004499; }
  #moreSCT .box {
    background-color: #004499;
    border-radius: 20px;
    margin-bottom: 94px;
    padding: 57px 40px 58px 40px; }
    #moreSCT .box p {
      margin-bottom: 6px;
      font-size: 32px;
      font-weight: 700;
      line-height: 1.5;
      text-align: center;
      color: #ffdd00; }
    #moreSCT .box h4 {
      margin-bottom: 51px;
      font-size: 68px;
      font-weight: 700;
      line-height: 1.33;
      text-align: center;
      color: #fff; }
    #moreSCT .box ul {
      list-style: none;
      font-size: 28px;
      line-height: 1.73;
      color: #fff; }
      #moreSCT .box ul li {
        margin-bottom: 11px; }
    #moreSCT .box .note {
      margin-top: -5px;
      padding-bottom: 62px;
      font-size: 24px;
      line-height: 1.68; }
      #moreSCT .box .note li {
        margin-bottom: 0; }
  #moreSCT h3 {
    margin-bottom: 65px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.41;
    color: #004499; }
  #moreSCT h4 {
    margin-bottom: 7px;
    font-size: 36px;
    font-weight: 700; }
  #moreSCT .exp {
    margin-bottom: 44px;
    font-size: 24px;
    line-height: 2; }
  #moreSCT dl {
    font-size: 24px;
    line-height: 2; }
  #moreSCT dt {
    font-weight: 700; }
  #moreSCT dd {
    margin-bottom: 48px; }

#panelSCT {
  position: relative;
  background-color: #004499;
  margin-bottom: 70px;
  padding: 74px 45px 32px 45px;
  text-align: center; }
  #panelSCT::after {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -100px;
    content: '';
    display: block;
    border-right: 375px solid transparent;
    border-top: 100px solid #004499;
    border-left: 375px solid transparent;
    z-index: 0; }
  #panelSCT h3 {
    margin-bottom: 22px;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    color: #fff; }
  #panelSCT .cth {
    position: relative;
    display: inline-block;
    margin-bottom: 11px;
    padding: 0 35px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    color: #ffdd00; }
    #panelSCT .cth::before, #panelSCT .cth::after {
      content: '';
      display: block;
      position: absolute;
      top: 14px;
      background-color: #ffdd00;
      width: 2px;
      height: 85%; }
    #panelSCT .cth::before {
      transform: rotate(-22deg);
      left: 0; }
    #panelSCT .cth::after {
      transform: rotate(22deg);
      right: 0; }
  #panelSCT .btn {
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    width: 500px;
    height: 90px;
    font-size: 32px;
    font-weight: 700; }
  #panelSCT a {
    display: block;
    background-color: #dddddd;
    border-radius: 45px;
    width: 100%;
    height: 90px;
    line-height: 90px;
    color: #000; }
    #panelSCT a:hover {
      background-color: #ffffff; }
    #panelSCT a:active {
      background-color: #000000;
      color: #fff; }
  #panelSCT .exp {
    font-size: 28px;
    line-height: 1.73;
    text-align: left;
    color: #fff; }
  #panelSCT .note {
    margin-top: 14px;
    margin-bottom: 38px;
    font-size: 24px;
    text-align: center;
    color: #fff; }
    #panelSCT .note span {
      font-size: 28px;
      font-weight: 700; }

#formSCT {
  background-color: #fff;
  padding: 93px 45px 115px 45px;
  color: #000; }
  #formSCT h2 {
    position: relative;
    margin-bottom: 65px;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.49;
    text-align: center;
    color: #228833; }
  #formSCT .led {
    margin-bottom: 90px;
    font-size: 32px;
    line-height: 1.75; }
  #formSCT dl {
    padding-bottom: 20px; }
    #formSCT dl ul {
      list-style: none; }
    #formSCT dl li {
      position: relative;
      margin-bottom: 30px;
      padding-left: 3em; }
      #formSCT dl li:last-child {
        margin-bottom: 0; }
      #formSCT dl li span {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 100px; }
  #formSCT dd {
    margin-bottom: 30px; }
  #formSCT dt {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 400;
    line-height: 44px; }
    #formSCT dt span {
      display: inline-block;
      background-color: #008855;
      margin-left: 30px;
      border-radius: 5px;
      width: 80px;
      font-size: 24px;
      font-weight: 400;
      text-align: center;
      color: #fff; }
  #formSCT .select {
    position: relative; }
    #formSCT .select::before {
      position: absolute;
      right: 40px;
      top: 37px;
      content: '';
      display: block;
      border-right: 15px solid transparent;
      border-top: 25.980px solid #666;
      border-left: 15px solid transparent; }
  #formSCT select {
    box-sizing: border-box;
    background-color: #eee;
    border: none;
    border-radius: 10px;
    padding: 0 40px;
    width: 100%;
    height: 100px;
    font-size: 32px;
    -webkit-appearance: none;
    appearance: none; }
    #formSCT select::-ms-expand {
      display: none; }
    #formSCT select.error {
      background-color: #eeaaaa;
      border: solid 4px #cc0000; }
  #formSCT input[type="tel"],
  #formSCT input[type="email"],
  #formSCT input[type="text"] {
    box-sizing: border-box;
    background-color: #eee;
    border: none;
    border-radius: 10px;
    padding: 0 40px;
    width: 100%;
    height: 100px;
    font-size: 32px; }
    #formSCT input[type="tel"].error,
    #formSCT input[type="email"].error,
    #formSCT input[type="text"].error {
      background-color: #eeaaaa;
      border: solid 4px #cc0000; }
  #formSCT input[type="checkbox"] {
    display: none; }
  #formSCT label {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 30px;
    padding: 0 85px;
    min-height: 60px;
    line-height: 60px;
    width: auto; }
  #formSCT label::before {
    content: '';
    display: block;
    position: absolute;
    background: #eee;
    border-radius: 10px;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    cursor: pointer; }
  #formSCT label::after {
    content: '';
    transform: rotate(45deg);
    display: block;
    border-right: 6px solid #252b59;
    border-bottom: 6px solid #252b59;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -25px;
    width: 10px;
    height: 36px;
    opacity: 0;
    cursor: pointer; }
  #formSCT input[type=checkbox]:checked + label::after {
    opacity: 1; }
  #formSCT textarea {
    box-sizing: border-box;
    background-color: #eee;
    border: none;
    border-radius: 10px;
    padding: 20px 40px;
    width: 100%;
    height: 600px;
    font-size: 32px; }
    #formSCT textarea.error {
      background-color: #eeaaaa;
      border: solid 4px #cc0000; }
  #formSCT span.error_blank {
    margin: -12px 0 28px 0;
    font-size: 28px;
    font-weight: 700;
    color: #cc0000; }
  #formSCT .agree {
    padding: 10px 0 40px 0;
    list-style: none; }
    #formSCT .agree a {
      border-bottom: solid 1px #000;
      color: #000; }
  #formSCT #form_submit {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 4px;
    width: 660px;
    height: 120px;
    font-size: 40px;
    font-weight: 700; }
  #formSCT input[type="button"] {
    -webkit-appearance: none;
    display: block;
    background-color: #ffdd00;
    border: none;
    border-radius: 60px;
    width: 100%;
    height: 120px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    /*Bold*/
    font-size: 40px;
    line-height: 120px;
    color: #000; }
    #formSCT input[type="button"]:hover {
      background-color: #ffcc00; }
    #formSCT input[type="button"]:active {
      background-color: #ff9900;
      color: #fff; }

#companySCT {
  background-color: #eee;
  padding: 95px 45px 80px 45px; }
  #companySCT h2 {
    margin-bottom: 65px;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.53;
    text-align: center;
    color: #222255; }
  #companySCT h3 {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.75;
    color: #222255; }
  #companySCT dl {
    padding-bottom: 105px;
    font-size: 28px;
    line-height: 1.43; }
  #companySCT dt {
    float: left; }
  #companySCT dd {
    margin-bottom: 20px;
    padding-left: 6em; }
  #companySCT ul {
    list-style: none; }
  #companySCT li {
    margin-bottom: 30px;
    font-size: 28px; }
    #companySCT li a {
      border-bottom: solid 1px #000; }
