@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Great+Vibes);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,400i);
@import url(//fonts.googleapis.com/css?family=Montserrat);
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/* サイトデファルトの設定 */
/* -------------------------------------------
 * initialize
 */
/* line 24, ../sass/style.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* For Android 
body * {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}*/
/* line 42, ../sass/style.scss */
body {
  min-width: 1200px;
  color: #383838;
  font-family: 'Noto Sans Japanese','游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}

/* line 53, ../sass/style.scss */
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 57, ../sass/style.scss */
ul li {
  list-style: none;
}

/* line 61, ../sass/style.scss */
input, select {
  vertical-align: middle;
}

/* line 64, ../sass/style.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 69, ../sass/style.scss */
input[type="number"] {
  -moz-appearance: textfield !important;
}

/* line 73, ../sass/style.scss */
.hide {
  display: none;
}

/* line 77, ../sass/style.scss */
.bold {
  font-weight: bold;
}

/* line 81, ../sass/style.scss */
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
}

/* line 86, ../sass/style.scss */
a {
  text-decoration: none;
}

/* line 90, ../sass/style.scss */
a:hover {
  text-decoration: underline;
}

/* line 94, ../sass/style.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 99, ../sass/style.scss */
.clearfix:after {
  clear: both;
}

/* line 103, ../sass/style.scss */
.clearfix {
  zoom: 1;
}

/* line 107, ../sass/style.scss */
iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 769px) {
  /* line 115, ../sass/style.scss */
  .pc {
    display: block;
  }

  /* line 118, ../sass/style.scss */
  .smp {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 121, ../sass/style.scss */
  .pc {
    display: none;
  }

  /* line 124, ../sass/style.scss */
  .smp {
    display: block;
  }
}
/* 共通パーツの設定 */
/* line 130, ../sass/style.scss */
.sp {
  display: none !important;
}

/* line 133, ../sass/style.scss */
.sp_inline {
  display: none !important;
}

/* line 136, ../sass/style.scss */
.wrap {
  /* .cv_btn end */
}
/* line 137, ../sass/style.scss */
.wrap .sec_ttl {
  position: relative;
}
/* line 139, ../sass/style.scss */
.wrap .sec_ttl h2 {
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 80px 0;
  color: #0f218b;
  font-weight: 900;
}
/* line 149, ../sass/style.scss */
.wrap .sec_ttl span {
  font-family: 'Great Vibes', cursive;
  font-size: 80px;
  color: #fff;
  position: absolute;
  top: 20%;
  left: 40%;
  z-index: -1;
  opacity: .4;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
/* line 162, ../sass/style.scss */
.wrap .cv_btn {
  width: 540px;
  margin: -15px auto 20px;
  font-weight: bold;
  position: relative;
  display: flex;
}
/* line 168, ../sass/style.scss */
.wrap .cv_btn img:last-child {
  margin-left: 20px;
}
/* line 174, ../sass/style.scss */
.wrap .cv_btn a span {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
}
/* line 179, ../sass/style.scss */
.wrap .cv_btn a span.simu_btn {
  font-size: 17px;
  font-weight: 500;
  background-color: #0f218b;
}
/* line 185, ../sass/style.scss */
.wrap .cv_btn a:hover {
  opacity: .7;
  cursor: pointer;
}
/* line 189, ../sass/style.scss */
.wrap .cv_btn a:first-child {
  color: white;
}
/* line 194, ../sass/style.scss */
.wrap .cv_btn2 {
  font-size: 28px;
  background-color: #0f218b;
  border-radius: 50px;
  height: 110px;
  display: block;
}
/* line 200, ../sass/style.scss */
.wrap .cv_btn2:hover {
  opacity: .8;
}
/* line 205, ../sass/style.scss */
.wrap .cv_btn2 a span {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
}
/* line 210, ../sass/style.scss */
.wrap .cv_btn2 a span.simu_btn {
  font-size: 28px;
  font-weight: 500;
  background-color: #0f218b;
}
/* line 216, ../sass/style.scss */
.wrap .cv_btn2 a:hover {
  cursor: pointer;
  text-decoration: none;
}
/* line 220, ../sass/style.scss */
.wrap .cv_btn2 a:first-child {
  color: white;
}

/*  共有パーツ end */
/* pageTop setting */
/* line 232, ../sass/style.scss */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

/* line 238, ../sass/style.scss */
#page-top a {
  background: #D1CACA;
  text-decoration: none;
  color: #fff;
  width: 60px !important;
  height: 60px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
}

/* line 255, ../sass/style.scss */
#page-top a:hover {
  opacity: .8;
}

/* line 259, ../sass/style.scss */
#page-top a::before, #page-top a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0%;
  margin: auto;
  content: "";
  vertical-align: middle;
}

/* line 268, ../sass/style.scss */
#page-top a::before {
  right: 21px;
  top: 10px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 758px) {
  /* line 282, ../sass/style.scss */
  a:hover img {
    transition: 0.5s;
    opacity: 0.7;
  }

  /* line 287, ../sass/style.scss */
  .hover:hover img {
    transition: none;
    opacity: 1;
  }
}
/*  --------------------------------------------------
  header 
-------------------------------------------------- */
/* line 296, ../sass/style.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  min-width: 1080px;
  background: #fff;
}

/* line 305, ../sass/style.scss */
#gnavi {
  height: auto;
  background: #fff;
}
/* line 308, ../sass/style.scss */
#gnavi h1 {
  position: absolute;
  top: 46px;
  bottom: 0;
  left: 40px;
  margin: auto;
}
/* line 314, ../sass/style.scss */
#gnavi h1 a {
  display: block;
}
/* line 318, ../sass/style.scss */
#gnavi nav {
  position: relative;
  float: right;
  height: auto;
  margin: 0 40px 0 0;
}
/* line 323, ../sass/style.scss */
#gnavi nav .nav_item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 328, ../sass/style.scss */
#gnavi nav .nav_item .nav_item_simulation {
  position: relative;
  margin-right: 50px;
}
/* line 332, ../sass/style.scss */
#gnavi nav .nav_item .nav_item_simulation a {
  padding: 30px 0;
  text-align: center;
  width: 245px;
  display: block;
  color: #49b02e;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}
/* line 345, ../sass/style.scss */
#gnavi nav .nav_item .nav_item_consul a {
  padding: 30px 0;
  text-align: center;
  width: 245px;
  display: block;
  color: #fff;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}
/* line 356, ../sass/style.scss */
#gnavi nav .nav_item .nav_item_consul a:before, #gnavi nav .nav_item .nav_item_consul a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

/*  --------------------------------------------------
  KV
-------------------------------------------------- */
/* line 376, ../sass/style.scss */
#kv {
  background: url(../images2/top_pc.jpg) no-repeat center top;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  height: 563px;
  margin: 85px auto 0;
}
/* line 384, ../sass/style.scss */
#kv div {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
/* line 389, ../sass/style.scss */
#kv div img.kv1 {
  position: absolute;
  left: -40px;
  top: 180px;
}
/* line 397, ../sass/style.scss */
#kv .kv-inner {
  margin: 0 auto;
  max-width: 1080px;
}

@media (min-width: 825px) {
  /* line 405, ../sass/style.scss */
  body {
    min-width: unset;
  }
}
/* line 411, ../sass/style.scss */
.sec_ttl_simulation {
  width: 920px;
  text-align: center;
  background-color: white;
  height: 120px;
  position: absolute;
  z-index: 100;
  margin: -125px auto;
  right: 0;
  left: 0;
  padding: 40px 0 25px;
}
/* line 423, ../sass/style.scss */
.sec_ttl_simulation p {
  font-size: 28px;
  font-weight: bold;
  color: #fcad06;
}
/* line 428, ../sass/style.scss */
.sec_ttl_simulation h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 900;
  color: #0f218b;
  margin-top: -10px;
}
/* line 435, ../sass/style.scss */
.sec_ttl_simulation span {
  font-family: 'Great Vibes', cursive;
  font-size: 80px;
  color: #fff;
  position: absolute;
  top: 20%;
  left: 35%;
  z-index: -1;
  opacity: .3;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

/* line 448, ../sass/style.scss */
#simulation {
  background: url(../images2/bg_simu.jpg) no-repeat center top;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
  z-index: 5;
  padding: 0 0 120px;
  /*  .pop1.on .fukidashi {
      position: relative;
      display: inline-block;
      margin: 70px 0 40px;
      padding: 10px 40px;
      min-width: 120px;
      max-width: 100%;
      color: #222;
      font-size: 25px;
      font-weight: bold;
      background: #fcad06;
      border-radius: 15px;
    }
    .pop1.on .fukidashi:before{
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #fcad06;
    }*/
  /* #result end */
  /* simulation tab start */
  /* simulation tab end */
}
/* line 457, ../sass/style.scss */
#simulation .simulation_wrap {
  margin: 60px auto 0;
}
/* line 460, ../sass/style.scss */
#simulation .simulation_btn {
  text-align: center;
  position: relative;
}
/* line 465, ../sass/style.scss */
#simulation #result1, #simulation #result2 {
  width: 540px;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
}
/* line 475, ../sass/style.scss */
#simulation #result1 span, #simulation #result2 span {
  font-weight: bold;
  padding: 25px 0;
  border: solid 4px #0f218b;
  background-color: white;
  display: block;
  text-decoration: none;
  color: #0f218b;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1.5;
  font-size: 28px;
  border-radius: 60px;
}
/* line 488, ../sass/style.scss */
#simulation #result1 span img, #simulation #result2 span img {
  margin-left: 10px;
  vertical-align: text-top;
}
/* line 491, ../sass/style.scss */
#simulation #result1 span img.arrow2, #simulation #result2 span img.arrow2 {
  display: none;
}
/* line 496, ../sass/style.scss */
#simulation #result1 span.m_ov:hover, #simulation #result2 span.m_ov:hover {
  opacity: .8;
}
/* line 502, ../sass/style.scss */
#simulation #result1:disabled span,
#simulation #result2:disabled span {
  filter: grayscale(100%);
  cursor: default;
  background-color: #d2d2d2;
  color: #fff;
  border: solid 3px #d2d2d2;
}
/* line 508, ../sass/style.scss */
#simulation #result1:disabled span img.arrow1,
#simulation #result2:disabled span img.arrow1 {
  display: none;
}
/* line 511, ../sass/style.scss */
#simulation #result1:disabled span img.arrow2,
#simulation #result2:disabled span img.arrow2 {
  display: inline-block;
}
/* line 517, ../sass/style.scss */
#simulation #result1:link {
  border: none;
}
/* line 520, ../sass/style.scss */
#simulation #merit1, #simulation #merit2 {
  text-align: center;
  margin: 180px 0 0;
}
/* line 524, ../sass/style.scss */
#simulation #merit1.on:before,
#simulation #merit2.on:before {
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -70px;
  content: '';
  border-width: 50px 70px 0;
  border-style: solid;
  border-color: #0f218b transparent transparent;
}
/* line 537, ../sass/style.scss */
#simulation .pop1 {
  position: relative;
  text-align: center;
}
/* line 563, ../sass/style.scss */
#simulation .pop1.on .fukidashi p {
  margin: 70px auto 25px;
  padding: 0;
  color: #df4d6f;
  font-size: 24px;
  font-weight: bold;
}
/* line 570, ../sass/style.scss */
#simulation #demerit {
  display: block !important;
}
/* line 573, ../sass/style.scss */
#simulation .fukidashi_wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
/* line 579, ../sass/style.scss */
#simulation #text_merit span:last-child {
  margin: 40px 8px 0 0;
}
/* line 584, ../sass/style.scss */
#simulation #text_merit span.detail_merit,
#simulation #text_merit2 span.detail_merit {
  margin: 70px 8px 0 0;
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fdad06 60%);
}
/* line 590, ../sass/style.scss */
#simulation #text_merit .but,
#simulation #text_merit2 .but {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  margin: 50px auto 30px;
}
/* line 598, ../sass/style.scss */
#simulation #text_merit,
#simulation #text_merit2 {
  font-size: 32px;
  letter-spacing: 4px;
}
/* line 604, ../sass/style.scss */
#simulation #text_merit span:nth-child(1),
#simulation #text_merit2 span:nth-child(1) {
  margin: 0 0 0 8px;
}
/* line 607, ../sass/style.scss */
#simulation #text_merit p,
#simulation #text_merit2 p {
  line-height: 1.3;
}
/* line 610, ../sass/style.scss */
#simulation #text_merit p span,
#simulation #text_merit2 p span {
  font-size: 36px;
  font-weight: bold;
}
/* line 615, ../sass/style.scss */
#simulation #text_merit b.error,
#simulation #text_merit2 b.error {
  font-size: 24px;
  color: #222;
}
/* line 618, ../sass/style.scss */
#simulation #text_merit b.error .detail,
#simulation #text_merit2 b.error .detail {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}
/* line 623, ../sass/style.scss */
#simulation #text_merit b.error .detail .but,
#simulation #text_merit2 b.error .detail .but {
  margin: 50px auto 30px;
  display: inline-block;
}
/* line 628, ../sass/style.scss */
#simulation #text_merit b.error .detail_middle,
#simulation #text_merit2 b.error .detail_middle {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fdad06 60%);
}
/* line 634, ../sass/style.scss */
#simulation #text_merit b.correct,
#simulation #text_merit2 b.correct {
  font-size: 100px;
  color: #ec385a;
  font-weight: 900;
}
/* line 639, ../sass/style.scss */
#simulation #text_merit .detail_merit,
#simulation #text_merit2 .detail_merit {
  font-size: 19px;
}
/* line 643, ../sass/style.scss */
#simulation .simulation_arrow {
  position: relative;
}
/* line 646, ../sass/style.scss */
#simulation .again {
  margin: 15px 0 30px;
  font-size: 24px;
  font-weight: 500;
}
/* line 651, ../sass/style.scss */
#simulation .again a {
  color: #383838;
  text-decoration: underline;
}
/* line 655, ../sass/style.scss */
#simulation .again a:hover {
  color: rgba(56, 56, 56, 0.69);
  text-decoration: none;
}
/* line 664, ../sass/style.scss */
#simulation .calc_test2 {
  display: none;
}
/* line 667, ../sass/style.scss */
#simulation .simulation_block {
  max-width: 920px;
  margin: 0 auto;
  background-color: white;
}
/* line 672, ../sass/style.scss */
#simulation .simulation_block a {
  transition: .3s;
}
/* line 677, ../sass/style.scss */
#simulation .simulation_tab ul,
#simulation .simulation_tab li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 683, ../sass/style.scss */
#simulation .simulation_tab li {
  float: left;
  width: 43%;
  margin: 0 5.5%;
}
/* line 688, ../sass/style.scss */
#simulation .simulation_tab li:first-of-type {
  margin-right: 1.5%;
}
/* line 691, ../sass/style.scss */
#simulation .simulation_tab li:last-of-type {
  margin-left: 1.5%;
}
/* line 694, ../sass/style.scss */
#simulation .simulation_tab li a {
  display: block;
  padding: 30px 0;
  background-color: #d2d2d2;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 50px;
}
/* line 709, ../sass/style.scss */
#simulation .simulation_tab li a.tabselected,
#simulation .simulation_tab li a:hover {
  background-color: #0f218b;
  border-radius: 50px;
}
/* line 714, ../sass/style.scss */
#simulation .simulation_tab li a b {
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 500;
}
/* line 719, ../sass/style.scss */
#simulation .simulation {
  clear: both;
  padding: 70px 60px;
  background: #fff;
}
/* line 724, ../sass/style.scss */
#simulation .positive {
  ime-mode: disabled;
}
/* line 727, ../sass/style.scss */
#simulation .input-wrap {
  width: 100%;
  font-size: 24px;
  letter-spacing: 5px;
}
/* line 732, ../sass/style.scss */
#simulation .caution {
  margin: 10px 0 40px 18%;
}
/* line 734, ../sass/style.scss */
#simulation .caution p {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 641px) {
  /* line 448, ../sass/style.scss */
  #simulation {
    display: table;
  }
}
/* line 742, ../sass/style.scss */
#simulation .input-wrap dl {
  display: flex;
}
/* line 744, ../sass/style.scss */
#simulation .input-wrap dl.area {
  display: none;
}
/* line 748, ../sass/style.scss */
#simulation .input-wrap dt,
#simulation .input-wrap dd {
  margin: 0;
  padding: 0;
}
/* line 753, ../sass/style.scss */
#simulation .input-wrap dt {
  font-weight: bold;
  margin: 0 0 20px 18%;
  width: 20%;
}
/* line 758, ../sass/style.scss */
#simulation .input-wrap dd.wdd {
  width: 5%;
  font-size: 20px;
  font-weight: bold;
}
/* line 763, ../sass/style.scss */
#simulation .input-wrap dd.wdd2 {
  width: 8%;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 641px) {
  /* line 769, ../sass/style.scss */
  #simulation .input-wrap dl {
    padding: 0 7px 0 0;
    margin-top: -10px;
  }
  /* line 773, ../sass/style.scss */
  #simulation .input-wrap dt,
  #simulation .input-wrap dd {
    margin: 0;
    padding: 0;
  }
  /* line 778, ../sass/style.scss */
  #simulation .input-wrap dt {
    font-weight: bold;
    margin: 0 0 20px 18%;
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media (max-width: 640px) {
  /* line 787, ../sass/style.scss */
  #simulation .input-wrap dt {
    width: 100%;
  }
  /* line 790, ../sass/style.scss */
  #simulation .input-wrap dd.wdd2 {
    width: 20%;
  }
}
/* line 795, ../sass/style.scss */
#simulation .input-wrap input,
#simulation .input-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 150px;
  margin: -15px 20px 40px 0;
  padding: 20px 10px;
  border: 3px solid #dcdcdc;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1;
  box-sizing: border-box;
  background-color: white;
  height: 65px;
}
/* line 811, ../sass/style.scss */
#simulation .input-wrap select::-ms-expand {
  display: none;
}
/* line 814, ../sass/style.scss */
#simulation .input-wrap select {
  width: 120px;
}
/* line 817, ../sass/style.scss */
#simulation .input-wrap #zandaka,
#simulation .input-wrap #zandaka2 {
  width: 150px;
}
/* line 821, ../sass/style.scss */
#simulation .input-wrap input:focus,
#simulation .input-wrap select:focus {
  outline: none;
}
/* line 825, ../sass/style.scss */
#simulation .input-wrap ::-webkit-input-placeholder
.input-wrap :-ms-input-placeholder
.input-wrap ::-moz-placeholder {
  color: #d1d1d1;
}
/* line 830, ../sass/style.scss */
#simulation .pop1,
#simulation .pop2,
#simulation .pop3 {
  display: none;
}
/* line 835, ../sass/style.scss */
#simulation .pop1.on,
#simulation .pop2.on,
#simulation .pop3.on {
  display: block;
}

/* line 846, ../sass/style.scss */
#problem {
  position: relative;
  z-index: -10;
  height: 500px;
}
/* line 850, ../sass/style.scss */
#problem .sec_ttl {
  position: relative;
}
/* line 852, ../sass/style.scss */
#problem .sec_ttl h2 {
  background: url("../images2/bg_blue.jpg") center;
  background-size: cover;
  color: #fff;
  height: 100px;
  font-size: 40px;
  font-weight: 700;
  padding-top: 95px;
}
/* line 863, ../sass/style.scss */
#problem .sec_contents {
  position: relative;
  width: 1080px;
  margin: -10px auto 0;
  z-index: 100;
}
/* line 868, ../sass/style.scss */
#problem .sec_contents .nayami_img {
  position: absolute;
  top: 20px;
  right: 8%;
}
/* line 873, ../sass/style.scss */
#problem .sec_contents .nayami_txt {
  padding: 100px 0;
  font-size: 24px;
  line-height: 1.8;
  width: 650px;
  text-align: left;
  position: absolute;
  left: 10%;
}
/* line 881, ../sass/style.scss */
#problem .sec_contents .nayami_txt span {
  color: #fdad06;
  font-weight: 500;
  font-size: 32px;
  text-shadow: 2px 1px 1px #999;
  line-height: 1.6;
}

/* line 892, ../sass/style.scss */
.bother {
  width: 100%;
  background: #fff;
  text-align: center;
  position: relative;
  padding: 70px 0 160px;
  margin: 40px 0 -150px;
  background: url(../images2/woman_box.png) no-repeat center;
}
/* line 900, ../sass/style.scss */
.bother p {
  font-size: 22px;
  margin: 0 auto 20px;
  font-weight: bold;
  font-size: 24px;
}
/* line 905, ../sass/style.scss */
.bother p span {
  color: #df4d6f;
  font-size: 32px;
}
/* line 911, ../sass/style.scss */
.bother div {
  font-size: 28px;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 1.6;
}
/* line 916, ../sass/style.scss */
.bother div span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fdad06 60%);
  font-size: 32px;
}

/* line 925, ../sass/style.scss */
#count_on_me {
  background-color: #f0f7ff;
  padding: 230px 0 160px;
}
/* line 929, ../sass/style.scss */
#count_on_me div div.desk_ttl {
  position: relative;
  width: 1080px;
  margin: 0 auto 60px;
}
/* line 933, ../sass/style.scss */
#count_on_me div div.desk_ttl img.point {
  position: absolute;
  top: -60px;
  left: 0;
}
/* line 940, ../sass/style.scss */
#count_on_me div h2 {
  color: #0f218b;
  font-weight: 900;
  font-size: 60px;
  text-align: center;
}
/* line 947, ../sass/style.scss */
#count_on_me div div.desk_white {
  height: 350px;
  width: 540px;
  background-color: white;
  position: relative;
}
/* line 952, ../sass/style.scss */
#count_on_me div div.desk_white img {
  position: absolute;
  top: 35px;
  right: 36%;
}
/* line 957, ../sass/style.scss */
#count_on_me div div.desk_white h3 {
  font-size: 20px;
  color: #fdad06;
  font-weight: bold;
  margin: 50px 0 10px;
}
/* line 962, ../sass/style.scss */
#count_on_me div div.desk_white h3 span {
  font-size: 32px;
  color: #0f218b;
  font-weight: 900;
}
/* line 969, ../sass/style.scss */
#count_on_me div div.desk {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
/* line 975, ../sass/style.scss */
#count_on_me div p {
  margin: 100px 0;
  line-height: 40px;
  font-weight: 500;
  font-size: 20px;
}
/* line 981, ../sass/style.scss */
#count_on_me div p.desk_p {
  margin: 0 0 20px;
  line-height: normal;
}
/* line 984, ../sass/style.scss */
#count_on_me div p.desk_p span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fdad06 60%);
}
/* line 991, ../sass/style.scss */
#count_on_me .support {
  position: relative;
  background: url(../images/solution_bg01.jpg) no-repeat;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  height: 441px;
  z-index: -10;
}
/* line 999, ../sass/style.scss */
#count_on_me .support .sec_ttl_support {
  position: relative;
  border-top: 200px solid #f08200;
  border-right: 90px solid transparent;
  height: 0;
  width: 90%;
}
/* line 1005, ../sass/style.scss */
#count_on_me .support .sec_ttl_support .sec_ttl_support_wrap {
  width: 800px;
  margin: 0 auto;
  position: absolute;
  top: -190px;
  left: 32%;
}
/* line 1011, ../sass/style.scss */
#count_on_me .support .sec_ttl_support .sec_ttl_support_wrap h2 {
  font-size: 34px;
  letter-spacing: 6px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  padding: 35px 0 40px 200px;
}
/* line 1019, ../sass/style.scss */
#count_on_me .support .sec_ttl_support .sec_ttl_support_wrap h2 p {
  font-size: 34px;
  letter-spacing: 2.4px;
  font-weight: bold;
  text-align: left;
  color: #fff;
}
/* line 1027, ../sass/style.scss */
#count_on_me .support .sec_ttl_support .sec_ttl_support_wrap span {
  font-size: 24px;
  font-weight: 700;
  line-height: 158px;
  position: absolute;
  left: 0;
  top: 15px;
  width: 158px;
  height: 158px;
  text-align: center;
  color: #f08200;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
/* line 1045, ../sass/style.scss */
#count_on_me .support .sec_contents {
  position: relative;
  z-index: 100;
}
/* line 1048, ../sass/style.scss */
#count_on_me .support .sec_contents .support_img {
  position: absolute;
  top: -95px;
  right: 15%;
}
/* line 1054, ../sass/style.scss */
#count_on_me .support .sec_contents .support_txt p {
  width: 730px;
  text-align: left;
  font-size: 22px;
  line-height: 1.8;
  margin: 40px auto 50px;
}
/* line 1065, ../sass/style.scss */
#count_on_me .good_deal {
  position: relative;
  background: url(../images/solution_bg02.jpg) no-repeat;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  height: 323px;
  z-index: -10;
}
/* line 1073, ../sass/style.scss */
#count_on_me .good_deal .good_deal_img {
  position: absolute;
  top: 77px;
  left: 20%;
}
/* line 1078, ../sass/style.scss */
#count_on_me .good_deal .sec_ttl_good_deal {
  width: 650px;
  position: absolute;
  left: 38%;
  padding: 100px 0 0;
}
/* line 1083, ../sass/style.scss */
#count_on_me .good_deal .sec_ttl_good_deal h2 {
  color: #f08200;
  font-size: 34px;
  letter-spacing: 6px;
  font-weight: bold;
  position: relative;
}
/* line 1090, ../sass/style.scss */
#count_on_me .good_deal .sec_ttl_good_deal h2:before {
  content: '';
  width: 122px;
  height: 56px;
  background: url(../images/solution_fukidashi.png) no-repeat left top;
  position: absolute;
  top: -50px;
  left: -90px;
}
/* line 1100, ../sass/style.scss */
#count_on_me .good_deal .good_deal_txt {
  width: 650px;
  position: absolute;
  left: 38%;
  padding: 100px 0 0;
}
/* line 1105, ../sass/style.scss */
#count_on_me .good_deal .good_deal_txt p {
  width: 780px;
  text-align: left;
  font-size: 22px;
  line-height: 1.8;
  margin: 60px auto 50px;
}
/* line 1113, ../sass/style.scss */
#count_on_me .good_deal .good_deal_txt span {
  color: #ec385a;
}

/* line 1120, ../sass/style.scss */
#possibility {
  position: relative;
  padding: 0 0 160px;
}
/* line 1123, ../sass/style.scss */
#possibility .sec_ttl {
  position: relative;
  z-index: 0;
}
/* line 1126, ../sass/style.scss */
#possibility .sec_ttl h2 {
  padding: 0;
  font-size: 40px;
}
/* line 1130, ../sass/style.scss */
#possibility .sec_ttl p {
  text-align: center;
  color: #fdad06;
  font-weight: bold;
  font-size: 32px;
  margin-top: 130px;
}
/* line 1137, ../sass/style.scss */
#possibility .sec_ttl span {
  opacity: .4;
}
/* line 1141, ../sass/style.scss */
#possibility .sec_contents {
  position: relative;
  width: 1080px;
  height: auto;
  margin: 80px auto 0;
  z-index: 100;
}
/* line 1147, ../sass/style.scss */
#possibility .sec_contents .possi_img {
  position: absolute;
  bottom: -80px;
  right: 0;
  line-height: 1;
}
/* line 1154, ../sass/style.scss */
#possibility .sec_contents .possi_txt span.num {
  font-size: 32px;
  margin: 0 2px;
  font-weight: 900;
}
/* line 1159, ../sass/style.scss */
#possibility .sec_contents .possi_txt span.num_y {
  color: #fdad06;
}
/* line 1163, ../sass/style.scss */
#possibility .sec_contents .possi_txt span.num_b {
  color: #0f218b;
}
/* line 1166, ../sass/style.scss */
#possibility .sec_contents .possi_txt span.num_p {
  color: #df4d6f;
}
/* line 1169, ../sass/style.scss */
#possibility .sec_contents .possi_txt span.txt_bg_y {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fede9b 60%);
  margin-right: 5px;
}
/* line 1173, ../sass/style.scss */
#possibility .sec_contents .possi_txt span.txt_bg_b {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #9fa6d1 60%);
  margin-right: 5px;
}
/* line 1177, ../sass/style.scss */
#possibility .sec_contents .possi_txt span.txt_bg_p {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f2b8c5 60%);
  margin-right: 5px;
}
/* line 1181, ../sass/style.scss */
#possibility .sec_contents .possi_txt ul {
  display: flex;
}
/* line 1184, ../sass/style.scss */
#possibility .sec_contents .possi_txt li {
  text-align: center;
}
/* line 1186, ../sass/style.scss */
#possibility .sec_contents .possi_txt li span {
  font-size: 32px;
  font-weight: bold;
}
/* line 1190, ../sass/style.scss */
#possibility .sec_contents .possi_txt li div {
  font-size: 28px;
  font-weight: bold;
  margin: 50px auto 80px;
}
/* line 1197, ../sass/style.scss */
#possibility .sec_contents p {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

/* line 1206, ../sass/style.scss */
#step {
  background: url(../images2/bg_step.jpg) no-repeat center top 63%;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
/* line 1212, ../sass/style.scss */
#step .step_wrap {
  width: 1080px;
  margin: 0 auto;
}
/* line 1216, ../sass/style.scss */
#step .sec_ttl_step {
  position: relative;
}
/* line 1218, ../sass/style.scss */
#step .sec_ttl_step p {
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  color: #fcad06;
  margin-top: 130px;
}
/* line 1226, ../sass/style.scss */
#step .sec_ttl_step h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 900;
  text-align: center;
  position: relative;
  padding: 0;
  color: #0f218b;
  margin-top: -10px;
}
/* line 1236, ../sass/style.scss */
#step .sec_ttl_step span {
  font-family: 'Great Vibes', cursive;
  font-size: 80px;
  color: #222;
  position: absolute;
  top: 50%;
  left: 40%;
  z-index: -1;
  opacity: .2;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
/* line 1249, ../sass/style.scss */
#step .sec_contents {
  padding: 0 0 80px;
}
/* line 1251, ../sass/style.scss */
#step .sec_contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin: 80px 0 0;
}
/* line 1263, ../sass/style.scss */
#step .sec_contents li {
  border: 4px solid #0f218b;
  width: 281px;
  background-color: #fff;
  margin: 0 0 60px;
  padding: 100px 20px 35px;
  position: relative;
}
/* line 1270, ../sass/style.scss */
#step .sec_contents li div {
  text-align: center;
}
/* line 1273, ../sass/style.scss */
#step .sec_contents li span.step_num {
  font-size: 18px;
  box-sizing: border-box;
  width: 78px;
  height: 78px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 0.9;
  padding: 14px 0 0;
  letter-spacing: 3px;
  position: absolute;
  margin: 5px auto 0;
  right: 0;
  left: 0;
  top: 0;
  color: #0f218b;
  font-weight: 500;
}
/* line 1292, ../sass/style.scss */
#step .sec_contents li span.step_num b {
  font-size: 48px;
  letter-spacing: 0;
  font-weight: 900;
}
/* line 1297, ../sass/style.scss */
#step .sec_contents li span.step_num br {
  line-height: 0;
}
/* line 1301, ../sass/style.scss */
#step .sec_contents li h3 {
  font-size: 18px;
  font-weight: bold;
  height: 42px;
  color: #0f218b;
  line-height: 1.4;
  text-align: center;
  padding-top: 10px;
}
/* line 1311, ../sass/style.scss */
#step .sec_contents li h3.lgh3 {
  height: 52px;
  padding: 0;
}
/* line 1316, ../sass/style.scss */
#step .sec_contents li img {
  margin-top: 14px;
}
/* line 1319, ../sass/style.scss */
#step .sec_contents li p {
  margin: 20px auto 0;
  font-size: 14px;
  width: 250px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
}
/* line 1327, ../sass/style.scss */
#step .sec_contents li span.caution_txt {
  font-size: 13px;
  line-height: 1.5;
  display: inline-block;
  margin: 10px auto 0;
  letter-spacing: 1px;
  width: 250px;
  display: inherit;
}
/* line 1337, ../sass/style.scss */
#step .sec_contents li:after {
  content: '';
  background: url(../images2/step_arrow.png) no-repeat left center;
  width: 30px;
  height: 33px;
  position: absolute;
  right: -43px;
  top: 46%;
  background-size: contain;
}
/* line 1347, ../sass/style.scss */
#step .sec_contents li:last-child:after {
  background-image: none;
}

/* line 1353, ../sass/style.scss */
#reason {
  position: relative;
}
/* line 1355, ../sass/style.scss */
#reason .sec_ttl {
  position: relative;
  z-index: 0;
}
/* line 1358, ../sass/style.scss */
#reason .sec_ttl h2:before {
  background: #f9cd99;
  z-index: -1;
}
/* line 1362, ../sass/style.scss */
#reason .sec_ttl h2:after {
  border-color: #f9cd99 transparent transparent;
}
/* line 1365, ../sass/style.scss */
#reason .sec_ttl span {
  opacity: .4;
}
/* line 1369, ../sass/style.scss */
#reason .sec_contents {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
/* line 1373, ../sass/style.scss */
#reason .sec_contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin: 80px 0 40px;
}
/* line 1385, ../sass/style.scss */
#reason .sec_contents li {
  border: 3px solid #eee;
  width: 510px;
  background-color: #fff;
  margin: 0 0 40px;
  padding: 30px 0 40px;
  position: relative;
  text-align: center;
}
/* line 1393, ../sass/style.scss */
#reason .sec_contents li p {
  position: relative;
  font-family: 'Great Vibes', cursive;
  font-size: 110px;
  color: #f08200;
  text-align: center;
  line-height: 0;
  padding: 40px 0 20px;
}
/* line 1402, ../sass/style.scss */
#reason .sec_contents li p:before {
  content: 'Reason';
  position: absolute;
  left: 43%;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #222;
  line-height: 0;
}
/* line 1411, ../sass/style.scss */
#reason .sec_contents li div {
  margin: 20px 0 0;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 30px;
}
/* line 1418, ../sass/style.scss */
#reason .sec_contents li div span {
  font-size: 28px;
  color: #ec385a;
}
/* line 1423, ../sass/style.scss */
#reason .sec_contents li img {
  margin: 30px auto 0;
  text-align: center;
}

/* line 1431, ../sass/style.scss */
#case {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
/* line 1438, ../sass/style.scss */
#case .case_wrap {
  width: 1080px;
  margin: 0 auto;
}
/* line 1442, ../sass/style.scss */
#case .sec_ttl_case {
  position: relative;
}
/* line 1444, ../sass/style.scss */
#case .sec_ttl_case p {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  color: #ec385a;
  position: absolute;
  left: 43%;
  top: 34px;
}
/* line 1454, ../sass/style.scss */
#case .sec_ttl_case h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 130px 0 150px;
  color: #0f218b;
  font-weight: 900;
}
/* line 1464, ../sass/style.scss */
#case .sec_ttl_case span {
  font-family: 'Great Vibes', cursive;
  font-size: 80px;
  color: #fff;
  position: absolute;
  top: 20%;
  left: 43%;
  z-index: -1;
  opacity: .7;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
/* line 1477, ../sass/style.scss */
#case .sec_contents {
  margin: 0 0 80px;
}
/* line 1479, ../sass/style.scss */
#case .sec_contents ul.case_box > li {
  border: 3px solid #0f218b;
  background-color: #fff;
  margin: 0 0 180px;
  padding: 30px;
  position: relative;
  border-radius: 10px;
}
/* line 1487, ../sass/style.scss */
#case .sec_contents ul.case_box > li h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  height: 106px;
  width: 820px;
  position: absolute;
  top: -85px;
  left: 255px;
  padding: 24px 0 0;
  color: #feca07;
}
/* line 1499, ../sass/style.scss */
#case .sec_contents ul.case_box > li .icon_live {
  position: absolute;
  top: -110px;
  left: -3px;
  font-size: 24px;
  height: 126px;
  background-color: #0f218b;
  line-height: 1.7;
  color: #fff;
  width: 250px;
  border-radius: 125px;
  text-align: center;
  font-weight: 500;
  padding: 62px 0;
}
/* line 1514, ../sass/style.scss */
#case .sec_contents ul.case_box > li .icon_live_couple {
  position: absolute;
  top: 25px;
  right: 70px;
  font-size: 14px;
  height: 53px;
  background: url(../images/icon_couple.png) no-repeat;
  padding: 0 0 0 70px;
  line-height: 1.7;
}
/* line 1525, ../sass/style.scss */
#case .sec_contents ul.case_box > li .case_detail ul {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  width: 880px;
  margin-left: 220px;
}
/* line 1536, ../sass/style.scss */
#case .sec_contents ul.case_box > li .case_detail li {
  position: relative;
  margin: 0 120px 0 0;
}
/* line 1539, ../sass/style.scss */
#case .sec_contents ul.case_box > li .case_detail li p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
/* line 1545, ../sass/style.scss */
#case .sec_contents ul.case_box > li .case_detail li img {
  margin: 5px 0 0;
}
/* line 1548, ../sass/style.scss */
#case .sec_contents ul.case_box > li .case_detail li div.money_txt {
  display: block;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
}
/* line 1553, ../sass/style.scss */
#case .sec_contents ul.case_box > li .case_detail li div.money_txt span {
  color: #df4d6f;
  font-size: 80px;
  letter-spacing: -2px;
  line-height: 1;
}
/* line 1561, ../sass/style.scss */
#case .sec_contents ul.case_box > li .case_detail li:after {
  content: '';
  /* background: url(../images/icon_slash.png) no-repeat left center; */
  width: 37px;
  height: 94px;
  position: absolute;
  right: -80px;
  top: 13px;
}
/* line 1570, ../sass/style.scss */
#case .sec_contents ul.case_box > li .case_detail li:last-child:after {
  background-image: none;
}
/* line 1573, ../sass/style.scss */
#case .sec_contents ul.case_box > li .case_detail .thought {
  margin: 40px 0 0;
  position: relative;
}
/* line 1576, ../sass/style.scss */
#case .sec_contents ul.case_box > li .case_detail .thought p {
  width: 760px;
  background-color: #e5e5e5;
  border-radius: 10px;
  padding: 20px 30px;
  margin: 50px 0 0;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
/* line 1586, ../sass/style.scss */
#case .sec_contents ul.case_box > li .case_detail .thought p br {
  line-height: 2;
}
/* line 1590, ../sass/style.scss */
#case .sec_contents ul.case_box > li .case_detail .thought p:before {
  content: "";
  position: absolute;
  top: 55%;
  right: 160px;
  border: 8px solid transparent;
  border-left: 40px solid #e5e5e5;
  border-top: 45px solid transparent;
  border-bottom: 10px solid transparent;
}
/* line 1601, ../sass/style.scss */
#case .sec_contents ul.case_box > li .case_detail .thought div {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 170px;
  text-align: center;
}
/* line 1612, ../sass/style.scss */
#case .sec_contents ul.case_box > li:last-child {
  margin-bottom: 100px;
}
/* line 1614, ../sass/style.scss */
#case .sec_contents ul.case_box > li:last-child li {
  position: relative;
  margin: 0 60px 0 0;
}
/* line 1618, ../sass/style.scss */
#case .sec_contents ul.case_box > li:last-child li:after {
  right: -50px;
  top: 10px;
}

/* line 1627, ../sass/style.scss */
#office .sec_ttl {
  position: relative;
  z-index: 0;
}
/* line 1630, ../sass/style.scss */
#office .sec_ttl h2:before {
  background: #f9cd99;
  z-index: -1;
}
/* line 1634, ../sass/style.scss */
#office .sec_ttl h2:after {
  border-color: #f9cd99 transparent transparent;
}
/* line 1637, ../sass/style.scss */
#office .sec_ttl span {
  opacity: .4;
  left: 45%;
}
/* line 1642, ../sass/style.scss */
#office .sec_contents {
  position: relative;
  width: 1080px;
  margin: 80px auto;
}
/* line 1646, ../sass/style.scss */
#office .sec_contents li {
  border: 3px solid #eee;
  background-color: #fff;
  margin: 0 0 40px;
  padding: 40px 50px;
}
/* line 1652, ../sass/style.scss */
#office .sec_contents li:last-child {
  text-align: center;
}
/* line 1655, ../sass/style.scss */
#office .sec_contents .office_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 70px;
  margin: 20px 0 30px;
}
/* line 1663, ../sass/style.scss */
#office .sec_contents .office_box h3 {
  font-size: 28px;
  font-weight: bold;
  border-right: 3px solid #eee;
  padding: 0 100px 0 0;
}
/* line 1668, ../sass/style.scss */
#office .sec_contents .office_box h3 span {
  margin: 0 0 0 15px;
  font-size: 14px;
  color: #ee8a15;
}
/* line 1674, ../sass/style.scss */
#office .sec_contents .office_box a {
  text-decoration: underline;
  color: #222;
}
/* line 1678, ../sass/style.scss */
#office .sec_contents .office_box a:hover {
  text-decoration: none;
}
/* line 1681, ../sass/style.scss */
#office .sec_contents .office_box .address {
  font-size: 16px;
}
/* line 1683, ../sass/style.scss */
#office .sec_contents .office_box .address dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 0 40px;
}
/* line 1690, ../sass/style.scss */
#office .sec_contents .office_box .address dt {
  margin: 0 40px 0 0;
}
/* line 1695, ../sass/style.scss */
#office .sec_contents #office_map_shinbashi,
#office .sec_contents #office_map_shibuya {
  width: 100%;
  height: 355px;
}
/* line 1700, ../sass/style.scss */
#office .sec_contents .office_link {
  width: 100%;
  text-align: right;
  margin: 10px 0 0;
}
/* line 1705, ../sass/style.scss */
#office .sec_contents .office_link a {
  text-decoration: underline;
  color: #222;
}
/* line 1709, ../sass/style.scss */
#office .sec_contents .office_link a:hover {
  text-decoration: none;
}

/* line 1715, ../sass/style.scss */
#company {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
/* line 1722, ../sass/style.scss */
#company .company_wrap {
  width: 1080px;
  margin: 0 auto;
}
/* line 1726, ../sass/style.scss */
#company .sec_ttl_company {
  position: relative;
}
/* line 1728, ../sass/style.scss */
#company .sec_ttl_company p {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  color: #ec385a;
  position: absolute;
  left: 43%;
  top: 34px;
}
/* line 1738, ../sass/style.scss */
#company .sec_ttl_company h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 80px 0;
  color: #0f218b;
  font-weight: 900;
}
/* line 1749, ../sass/style.scss */
#company .sec_ttl_company span {
  font-family: 'Great Vibes', cursive;
  font-size: 80px;
  color: #fff;
  position: absolute;
  top: 20%;
  left: 38%;
  z-index: -1;
  opacity: .7;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
/* line 1762, ../sass/style.scss */
#company .sec_contents {
  margin: 0 0 80px;
}
/* line 1764, ../sass/style.scss */
#company .sec_contents table {
  width: 1080px;
  border-top: 3px solid #fff;
  border-collapse: collapse;
}
/* line 1768, ../sass/style.scss */
#company .sec_contents table tr {
  border-bottom: 3px solid #fff;
  background: transparent;
}
/* line 1772, ../sass/style.scss */
#company .sec_contents table tr:nth-child(odd) {
  background-color: #e5e5e5;
}
/* line 1775, ../sass/style.scss */
#company .sec_contents table th {
  background: transparent;
  padding: 0 0 0 180px;
  text-align: left;
  width: 240px;
  font-size: 28px;
}
/* line 1782, ../sass/style.scss */
#company .sec_contents table td {
  padding: 30px 40px 30px 100px;
  text-align: left;
  font-size: 24px;
}

/* line 1791, ../sass/style.scss */
#consulting {
  width: 100%;
}
/* line 1793, ../sass/style.scss */
#consulting .adjust {
  width: 1080px;
  margin: 0 auto;
  text-align: center;
}
/* line 1797, ../sass/style.scss */
#consulting .adjust div {
  font-weight: bold;
  font-size: 28px;
  position: relative;
  margin-bottom: 120px;
  padding-top: 50px;
}
/* line 1802, ../sass/style.scss */
#consulting .adjust div div {
  position: absolute;
  right: 158px;
  top: 10px;
}
/* line 1809, ../sass/style.scss */
#consulting .adjust div span.de {
  display: none;
}
/* line 1814, ../sass/style.scss */
#consulting .adjust div img {
  position: absolute;
  left: 170px;
}
/* line 1818, ../sass/style.scss */
#consulting .adjust div span {
  font-size: 32px;
  color: #0f218b;
  margin-left: 10px;
}
/* line 1825, ../sass/style.scss */
#consulting .adjust p.av_250 {
  color: #df4d6f;
  font-size: 100px;
  font-weight: 900;
  margin: -20px auto 0;
}
/* line 1830, ../sass/style.scss */
#consulting .adjust p.av_250 span {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
/* line 1836, ../sass/style.scss */
#consulting .adjust p.av_250 span:first-child {
  vertical-align: super;
}
/* line 1840, ../sass/style.scss */
#consulting .adjust small {
  font-weight: 400;
  font-size: 14px;
}
/* line 1845, ../sass/style.scss */
#consulting .sec_ttl_consulting {
  background: url(../images/consultant_bg.jpg) repeat;
  padding: 60px 0;
  text-align: center;
}
/* line 1849, ../sass/style.scss */
#consulting .sec_ttl_consulting h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1.8;
}
/* line 1856, ../sass/style.scss */
#consulting .sec_ttl_consulting span {
  color: #fde600;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1.8;
}
/* line 1863, ../sass/style.scss */
#consulting .sec_contents {
  background: url(../images2/bg_btn_blue.jpg);
  height: 380px;
  padding: 70px;
}
/* line 1867, ../sass/style.scss */
#consulting .sec_contents .adjust {
  background: url(../images2/bg_btn_white.jpg) no-repeat bottom;
  padding: 40px 0 50px;
  height: 293px;
}

/* line 1875, ../sass/style.scss */
footer {
  text-align: center;
  font-size: 12px;
  padding: 17px 0;
  line-height: 1;
}

@media (max-width: 768px) {
  /* line 1887, ../sass/style.scss */
  .sec_ttlsimulation {
    width: 100%;
  }

  /* line 1890, ../sass/style.scss */
  .input-wrap dd.wdd {
    display: none;
  }
}


