@charset "UTF-8";
/* =================================
mixin
================================= */
/* =================================
base
================================= */
html > body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif; }
  html > body .min {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 600; }

html {
  font-size: 62.5%; }

a {
  text-decoration: none; }

#contents {
  min-width: 1280px;
  overflow: hidden; }
  #contents .path {
    height: auto;
    padding: 15px 0; }

#introduce_top-open {
  padding-top: 40px; }

img[src$=".svg"] {
  width: 100%;
  height: auto; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

section {
  position: relative; }

/* =================================
nav
================================= */
.introduce_nav {
  width: 1280px;
  margin: 0 auto 160px; }
  .introduce_nav .nav_menu {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .introduce_nav .nav_menu li {
      font-size: 1.2rem;
      line-height: 1.3;
      position: relative;
      text-align: center;
      margin-right: 20px; }
      .introduce_nav .nav_menu li:last-child {
        margin-right: 0; }
      .introduce_nav .nav_menu li:after {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #392a28;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
      .introduce_nav .nav_menu li a {
        padding-bottom: 15px;
        display: block;
        color: #392a28;
        opacity: 0.6; }
      .introduce_nav .nav_menu li:hover a {
        opacity: 1; }
      .introduce_nav .nav_menu li:hover:after {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }
    .introduce_nav .nav_menu__main {
      font-size: 1.6rem;
      margin-top: 8px; }
    .introduce_nav .nav_menu .current {
      position: relative; }
      .introduce_nav .nav_menu .current:after {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #392a28;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform-origin: auto;
        -ms-transform-origin: auto;
        transform-origin: auto;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
      .introduce_nav .nav_menu .current a {
        opacity: 1; }
  .introduce_nav--top {
    position: relative;
    margin: 70px auto 140px;
    background: rgba(255, 255, 255, 0.7); }
    .introduce_nav--top .nav_ttl {
      position: absolute;
      width: 120px;
      top: -0.5em;
      text-align: center;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      font-family: 'Spinnaker', sans-serif;
      font-size: 1rem;
      background: #FFF;
      z-index: 1; }
    .introduce_nav--top .nav_menu {
      border-bottom: 1px solid #d9d8d6;
      border-top: 1px solid #d9d8d6; }
      .introduce_nav--top .nav_menu li {
        width: 20%; }
        .introduce_nav--top .nav_menu li:after {
          bottom: -1px; }
      .introduce_nav--top .nav_menu .current:after {
        bottom: -1px; }
      .introduce_nav--top .nav_menu a {
        padding-top: 20px; }
  .introduce_nav--open {
    width: 1095px;
    margin-bottom: 140px;
    margin: 0 auto; }
    .introduce_nav--open .nav_menu li {
      width: 20%; }
      .introduce_nav--open .nav_menu li:after {
        height: 2px; }
    .introduce_nav--open .nav_menu .current:after {
      height: 2px; }

.introduce_nav--open.fixed, .introduce_nav--top.fixed {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 10000;
  background: #FFF; }
  .introduce_nav--open.fixed .nav_menu, .introduce_nav--top.fixed .nav_menu {
    width: 1280px;
    margin: 0 auto; }

.introduce_nav--open.fixed .nav_menu {
  padding-top: 20px; }

.introduce_nav--top.fixed {
  background: #FFF;
  margin: 0 auto; }
  .introduce_nav--top.fixed .nav_ttl {
    display: none; }
  .introduce_nav--top.fixed .nav_menu {
    border: none; }

/* =================================
content
================================= */
.l-contents {
  min-width: 1280px;
  position: relative; }

.box_support {
  margin-top: 100px; }

.img-area_line {
  opacity: 0; }

.isAnimate {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

.sectLg {
  margin-top: 150px; }

.sectMd {
  margin-top: 120px; }

.sectSm {
  margin-top: 100px; }

.contents-wrapper {
  margin: 0 auto; }

.txtRed {
  color: #de4c2f; }

.title_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 28.8px;
  color: #322422; }

.intro {
  font-size: 16px;
  line-height: 32px;
  margin-top: 40px;
  color: #463d3c; }
  .intro-heading {
    font-size: 24px;
    font-weight: bold; }
  .introserif {
    font-weight: bold; }

.bg--White {
  position: relative; }
  .bg--White:before {
    content: " ";
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF; }
  .bg--White:after {
    content: " ";
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF; }

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms; }

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.effect-fade-fast {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms; }

.effect-fade-fast.effect-scroll-fast {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

#introduce {
  margin-top: 82px;
  text-align: center;
  position: relative; }
  #introduce .ttl {
    font-size: 2.4rem;
    font-weight: bold; }
  #introduce .lead {
    font-size: 1.6rem;
    line-height: 2.2;
    margin-top: 28px; }

.select-area {
  position: relative; }
  .select-area .contents-wrapper {
    background-color: #f7f7f5;
    padding-bottom: 80px; }
  .select-area .contents-inner {
    width: 1280px;
    margin: 0 auto; }
  .select-area .choice-area {
    padding: 80px 0 30px 0;
    position: relative;
    z-index: 1; }
    .select-area .choice-area:before, .select-area .choice-area:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 6px solid #de4c2f; }
    .select-area .choice-area:before {
      top: 40px; }
    .select-area .choice-area:after {
      bottom: -10px; }
  .select-area .choice {
    margin-bottom: 30px;
    text-align: center; }
    .select-area .choice:last-child {
      margin-bottom: 0; }
    .select-area .choice-txt {
      position: relative;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      color: #463d3c;
      line-height: 2em;
      text-indent: 2em;
      margin-bottom: 15px;
      display: inline-block; }
      .select-area .choice-txt:before {
        content: "";
        top: -5px;
        left: -25px;
        position: absolute;
        display: inline-block;
        width: 42px;
        height: 39px;
        background-image: url(/introduce/images/top/top_choice_q1.png); }
      .select-area .choice-txt-02:before {
        content: "";
        background-image: url(/introduce/images/top/top_choice_q2.png); }
      .select-area .choice-txt-03:before {
        content: "";
        background-image: url(/introduce/images/top/top_choice_q3.png); }
      .select-area .choice-txt-04:before {
        content: "";
        width: 40px;
        background-image: url(/introduce/images/top/top_choice_q4.png); }
  .select-area .btn {
    text-align: center;
    font-size: 0; }
    .select-area .btn li {
      display: inline-block;
      font-size: 1.6rem;
      margin-right: 28px;
      line-height: 0;
      background: #FFF; }
      .select-area .btn li:last-child {
        margin-right: 0; }
      .select-area .btn li label {
        text-align: center;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .select-area .btn li label:hover {
          color: #de4c2f;
          font-weight: bold; }
    .select-area .btn-2col label {
      width: 240px;
      height: 64px;
      background-image: url(/introduce/images/top/top_choice_btn_radio1.png);
      line-height: 64px; }
      .select-area .btn-2col label:hover {
        background-image: url(/introduce/images/top/top_choice_btn_radio1_on.png); }
    .select-area .btn-2col input[type=radio]:checked + label {
      background-image: url(/introduce/images/top/top_choice_btn_radio1_on.png); }
    .select-area .btn-5col label {
      width: 160px;
      height: 64px;
      background-image: url(/introduce/images/top/top_choice_btn_radio_mini.png);
      line-height: 64px; }
      .select-area .btn-5col label:hover {
        background-image: url(/introduce/images/top/top_choice_btn_radio_on_mini.png); }
    .select-area .btn-5col input[type=radio]:checked + label {
      background-image: url(/introduce/images/top/top_choice_btn_radio_on_mini.png); }
    .select-area .btn-3col {
      margin-bottom: -30px;
      font-size: 0; }
      .select-area .btn-3col input[type=radio]:checked + label {
        color: #de4c2f;
        background-image: url(/introduce/images/top/top_choice_btn_line_on.png); }
      .select-area .btn-3col label {
        display: inline-block;
        -webkit-justify-content: normal;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        text-align: left;
        color: #462d3c;
        background-image: url(/introduce/images/top/top_choice_btn_line.png); }
        .select-area .btn-3col label:hover {
          color: #de4c2f;
          background-image: url(/introduce/images/top/top_choice_btn_line_on.png); }
          .select-area .btn-3col label:hover img {
            opacity: 1; }
        .select-area .btn-3col label:before {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          background-size: 100%;
          z-index: -1; }
        .select-area .btn-3col label .type__img {
          position: absolute;
          bottom: 2px;
          left: 2px; }
          .select-area .btn-3col label .type__img img {
            vertical-align: bottom; }
        .select-area .btn-3col label .type__txt {
          position: absolute;
          text-align: left;
          left: 155px;
          top: 50%;
          -ms-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
          -webkit-transform: translateY(-50%) translateX(0); }
          .select-area .btn-3col label .type__txt:after {
            content: "";
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
            -webkit-transform: translateY(-50%) translateX(0);
            background-size: 100%;
            z-index: -1; }
          .select-area .btn-3col label .type__txt .txt--sub {
            font-size: 1.4rem;
            font-weight: normal;
            display: block; }
          .select-area .btn-3col label .type__txt .txt--main {
            margin-top: 5px;
            font-size: 2rem;
            font-weight: bold;
            display: block; }
      .select-area .btn-3col .type {
        margin-bottom: 30px;
        width: 350px;
        height: 140px;
        line-height: 1.6;
        background: #FFF;
        background-repeat: no-repeat; }
        .select-area .btn-3col .type:nth-child(3) {
          margin-right: 0; }
        .select-area .btn-3col .type-01 .type__txt:after {
          background-image: url(/introduce/images/top/top_type_bg01.png);
          left: -30px;
          width: 233px;
          height: 100px; }
        .select-area .btn-3col .type-02 .type__txt:after {
          background-image: url(/introduce/images/top/top_type_bg02.png);
          left: -20px;
          width: 201px;
          height: 83px; }
        .select-area .btn-3col .type-03 .type__txt:after {
          background-image: url(/introduce/images/top/top_type_bg03.png);
          left: -20px;
          width: 170px;
          height: 98px; }
        .select-area .btn-3col .type-04 .type__txt:after {
          background-image: url(/introduce/images/top/top_type_bg04.png);
          left: -30px;
          width: 181px;
          height: 93px; }
        .select-area .btn-3col .type-05 .type__txt:after {
          background-image: url(/introduce/images/top/top_type_bg05.png);
          left: -20px;
          width: 175px;
          height: 92px; }
        .select-area .btn-3col .type-06 .type__txt:after {
          background-image: url(/introduce/images/top/top_type_bg06.png);
          left: -20px;
          width: 211px;
          height: 101px; }
  .select-area .result_btn {
    position: relative;
    display: block;
    text-align: center;
    width: 660px;
    height: 120px;
    margin: 40px auto 0;
    background-image: url(/introduce/images/top/top_choice_result_btn.png);
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    .select-area .result_btn:hover {
      opacity: 0.7 !important; }
    .select-area .result_btn a {
      text-align: center;
      padding: 40px;
      display: block;
      text-decoration: none; }
    .select-area .result_btn span {
      color: #fff;
      font-size: 22px; }
    .select-area .result_btn img {
      position: absolute;
      top: 11px;
      left: 83px; }
    .select-area .result_btn.inactive {
      width: 660px;
      height: 120px;
      margin: 40px auto 0;
      background-image: url(/introduce/images/top/top_choice_result_inactive_btn.png);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      pointer-events: none; }

input[type=radio] {
  display: none !important; }

label {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer; }

input[type=radio]:checked + label {
  color: #de4c2f;
  font-weight: bold; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.popup.is-show {
  opacity: 1;
  visibility: visible; }

.popup-inner {
  text-align: center;
  position: relative;
  border: 6px solid #f1f7e8;
  padding: 43px 107px 100px 107px;
  background-color: #fff;
  z-index: 2;
  width: 400px; }
  .popup-inner:before {
    content: "";
    position: absolute;
    background: url(/introduce/images/top/modal_img01.png) no-repeat;
    top: 5px;
    left: 9px;
    width: 131px;
    height: 157px;
    background-size: 100%; }
  .popup-inner:after {
    content: "";
    position: absolute;
    background: url(/introduce/images/top/modal_img01.png) no-repeat;
    bottom: 8px;
    right: 3px;
    width: 147px;
    height: 132px;
    background-size: 100%; }
  .popup-inner .popup__txt {
    margin-top: 44px;
    -webkit-font-smoothing: antialiased; }

.close-btn {
  text-align: center;
  cursor: pointer;
  margin-top: 25px; }
  .close-btn .Sc-btn {
    letter-spacing: 0.3em;
    width: 200px;
    color: #c6c2c1;
    font-weight: normal; }
  .close-btn:hover .Sc-btn {
    color: #de4c2f; }
    .close-btn:hover .Sc-btn:before, .close-btn:hover .Sc-btn:after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 61, 60, 0.7);
  z-index: 1;
  cursor: pointer; }

#case {
  color: #463d3c; }
  #case .cont {
    width: 890px;
    margin: 0 auto; }
  #case .heading {
    color: #463d3c;
    margin-bottom: 30px; }
    #case .heading .case__cont, #case .heading .case__img {
      display: inline-block;
      font-size: 0;
      margin-left: 34px; }
    #case .heading .case__cont {
      vertical-align: top;
      margin: 50px 0 0 50px; }
      #case .heading .case__cont .cont__ttl {
        font-size: 2.4rem; }
      #case .heading .case__cont .cont__txt {
        margin-top: 30px;
        font-size: 1.6rem;
        line-height: 2; }
        #case .heading .case__cont .cont__txt strong {
          font-size: 2rem;
          color: #de4c2f;
          font-style: italic;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #fff8e4));
          background: -webkit-linear-gradient(transparent 55%, #fff8e4 55%);
          background: -o-linear-gradient(transparent 55%, #fff8e4 55%);
          background: linear-gradient(transparent 55%, #fff8e4 55%); }
        #case .heading .case__cont .cont__txt .note {
          margin: 5px 0 20px;
          font-size: 1.1rem;
          line-height: 1.4;
          padding-left: 1em;
          text-indent: -1em;
          font-weight: bold; }
  #case .case-list {
    font-size: 0;
    margin: -40px 0 0 -5.6%; }
    #case .case-list .list-item {
      width: 50%;
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px 0 0 5.6%; }
      #case .case-list .list-item:after {
        content: "";
        display: block;
        clear: both; }
      #case .case-list .list-item__img {
        float: left; }
      #case .case-list .list-item__txt {
        float: right;
        font-size: 1.4rem;
        width: 300px; }
        #case .case-list .list-item__txt .list-txt {
          margin-top: 20px;
          line-height: 1.8; }
        #case .case-list .list-item__txt .list-heading {
          font-weight: bold;
          padding-bottom: 5px; }

#special-contents {
  position: relative;
  z-index: 1; }
  #special-contents .contents-wrapper {
    width: 1100px; }
  #special-contents ul {
    text-align: center; }
  #special-contents .heading {
    margin: 22px 0 74px 0; }
    #special-contents .heading .title_ {
      position: relative; }
      #special-contents .heading .title__area {
        text-align: center; }
    #special-contents .heading .sub-ttl {
      position: absolute;
      font-size: 1.4rem;
      font-weight: bold;
      left: 43%;
      top: 13%; }
    #special-contents .heading .heading-lead {
      padding-top: 45px;
      text-align: center !important; }
      #special-contents .heading .heading-lead__ttl {
        padding: 0 !important;
        border-right: none !important;
        color: #000; }
  #special-contents .Sccont {
    font-size: 0;
    padding: 0 70px;
    margin: 0 0 0 -4.1%; }
    #special-contents .Sccont .Sc-list {
      width: 25%;
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 0 0 4.1%;
      vertical-align: top;
      text-align: center; }
      #special-contents .Sccont .Sc-list:first-child {
        margin: 0; }
      #special-contents .Sccont .Sc-list .ttl--sub {
        display: block;
        font-size: 1.4rem; }
      #special-contents .Sccont .Sc-list .ttl--main {
        display: block;
        font-weight: bold;
        font-size: 1.8rem; }
    #special-contents .Sccont .Sc-ttl {
      margin-bottom: 30px;
      position: relative; }
    #special-contents .Sccont .Sc-img {
      height: 252px;
      padding: 0 25px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #special-contents .Sccont .Sc-img img {
        width: 100%;
        height: auto; }
    #special-contents .Sccont .Sc01:before, #special-contents .Sccont .Sc02:before, #special-contents .Sccont .Sc03:before, #special-contents .Sccont .Sc04:before, #special-contents .Sccont .Sc01_ex:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-size: 100%;
      z-index: -1;
      background-repeat: no-repeat; }
    #special-contents .Sccont .Sc01:before {
      background-image: url(/introduce/images/top/top_sc_bg01.png);
      top: -5px;
      width: 138px;
      height: 91px;
      background-size: 100%; }
    #special-contents .Sccont .Sc01_ex:before {
      background-image: url(/introduce/images/top/top_sc_bg05.png);
      top: -5px;
      width: 175px;
      height: 81px;
      background-size: 100%; }
    #special-contents .Sccont .Sc02:before {
      background-image: url(/introduce/images/top/top_sc_bg02.png);
      top: 0;
      width: 127px;
      height: 69px;
      background-size: 100%; }
    #special-contents .Sccont .Sc03:before {
      background-image: url(/introduce/images/top/top_sc_bg03.png);
      top: -15px;
      width: 159px;
      height: 93px;
      background-size: 100%; }
    #special-contents .Sccont .Sc04:before {
      background-image: url(/introduce/images/top/top_sc_bg04.png);
      top: 1px;
      width: 130px;
      height: 57px;
      background-size: 100%; }
    #special-contents .Sccont .Sc-list:first-child .Sc-img {
      padding: 0 30px; }
    #special-contents .Sccont .Sc-list:nth-child(2) .Sc-img {
      padding: 0 40px; }
    #special-contents .Sccont .Sc-list:nth-child(3) .Sc-img {
      padding: 0 42px; }
    #special-contents .Sccont .Sc-list:last-child .Sc-img {
      padding: 0 25px; }
    #special-contents .Sccont .Sc-list .Sc-img_ex {
      padding: 0 60px !important; }

a:hover .Sc-btn {
  color: #de4c2f; }
  a:hover .Sc-btn:before, a:hover .Sc-btn:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }

.Sc-btn {
  display: inline-block;
  width: 125px;
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  border-bottom: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  font-family: 'Spinnaker', sans-serif;
  font-size: 1rem;
  line-height: 1;
  color: rgba(50, 36, 34, 0.6); }
  .Sc-btn:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #de4c2f;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
  .Sc-btn:after {
    position: absolute;
    top: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #de4c2f;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }

#contact-us .contents-wrapper {
  background-color: #f7f7f5;
  padding: 30px 0 110px 0;
  z-index: -2; }

#contact-us .title_area {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -6%; }

#contact-us .heading {
  text-align: center; }

#contact-us .contact_btn {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  width: 660px;
  height: 186px;
  background-image: url("/introduce/images/top/top_contact_btn.png");
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  #contact-us .contact_btn:hover {
    opacity: 0.7 !important; }
  #contact-us .contact_btn a {
    text-align: center;
    padding: 28px 0 40px;
    display: block;
    text-decoration: none; }
  #contact-us .contact_btn p {
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    display: block; }
    #contact-us .contact_btn p span {
      font-size: 2.4rem; }
  #contact-us .contact_btn .txt-main {
    font-size: 2.4rem;
    margin-top: 2px; }
  #contact-us .contact_btn .contact {
    margin: auto;
    font-weight: initial; }
  #contact-us .contact_btn .Sc-btn {
    display: inline-block;
    width: 188px;
    margin-top: 10px;
    padding: 8px 0;
    font-size: 1.3rem;
    border-bottom: solid 1px #FFF;
    border-top: solid 1px #FFF;
    letter-spacing: 0.2em; }
    #contact-us .contact_btn .Sc-btn:before {
      background: #FFF; }
    #contact-us .contact_btn .Sc-btn:after {
      background: #FFF; }

#branch-list {
  position: relative; }
  #branch-list .contents-wrapper {
    width: 900px;
    position: relative; }
    #branch-list .contents-wrapper .heading {
      text-align: center;
      margin-bottom: 70px; }
  #branch-list .map_cont {
    position: relative;
    width: 100%;
    height: 582px;
    background-image: url(/introduce/images/top/top_branch-list_map.png);
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    #branch-list .map_cont p {
      font-size: 15px;
      font-weight: bold;
      color: #463d3c;
      margin-bottom: 30px; }
    #branch-list .map_cont ul {
      width: 178px; }
      #branch-list .map_cont ul li {
        font-size: 1.3rem;
        display: inline;
        margin-right: 20px;
        text-decoration: underline; }
        #branch-list .map_cont ul li:nth-child(odd) {
          content: "\A";
          white-space: nowrap; }
    #branch-list .map_cont .hokkaido {
      position: absolute;
      left: 51%;
      top: 1%; }
#branch-list .map_cont .tohoku {
      position: absolute;
      right: -5%;
      top: 20.5%; }
    #branch-list .map_cont .kanto {
      position: absolute;
      right: 3%;
      top: 44%; }
    #branch-list .map_cont .tokyo {
      position: absolute;
      right: 3%;
      top: 80%; }
    #branch-list .map_cont .tyubu {
      position: absolute;
      left: 31%;
      bottom: -7%; }
    #branch-list .map_cont .kansai {
      position: absolute;
      left: 24%;
      bottom: 50%; }
    #branch-list .map_cont .tyugoku {
      position: absolute;
      left: 0;
      bottom: 34%; }
    #branch-list .map_cont .kyusyu {
      position: absolute;
      left: 0;
      bottom: -2%; }


#branch-list .contact_btn {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  width: 660px;
  height: 186px;
  background-image: url("/introduce/images/top/top_contact_btn.png");
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  #branch-list .contact_btn:hover {
    opacity: 0.7 !important; }
  #branch-list .contact_btn a {
    text-align: center;
    padding: 28px 0 40px;
    display: block;
    text-decoration: none; }
  #branch-list .contact_btn p {
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    display: block; }
    #branch-list .contact_btn p span {
      font-size: 2.4rem; }
  #branch-list .contact_btn .txt-main {
    font-size: 2.4rem;
    margin-top: 20px; }
  #branch-list .contact_btn .contact {
    margin: auto;
    font-weight: initial; }
  #branch-list .contact_btn .Sc-btn {
    display: inline-block;
    width: 188px;
    margin-top: 10px;
    padding: 8px 0;
    font-size: 1.3rem;
    border-bottom: solid 1px #FFF;
    border-top: solid 1px #FFF;
    letter-spacing: 0.2em; }
    #branch-list .contact_btn .Sc-btn:before {
      background: #FFF; }
    #branch-list .contact_btn .Sc-btn:after {
      background: #FFF; }

.result {
  color: #463d3c;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.8;
  position: relative;
  width: auto;
  display: inline-block;
  margin-top: 37px; }
  .result strong,
  .result .emphasis {
    font-size: 2.4rem;
    color: #de4c2f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #fff8e4));
    background: -webkit-linear-gradient(transparent 55%, #fff8e4 55%);
    background: -o-linear-gradient(transparent 55%, #fff8e4 55%);
    background: linear-gradient(transparent 55%, #fff8e4 55%);
    font-style: italic; }
    .result strong strong,
    .result .emphasis strong {
      font-style: italic; }
    .result strong .lg,
    .result .emphasis .lg {
      font-size: 3rem; }
    .result strong .md,
    .result .emphasis .md {
      font-size: 2.8rem; }
  .result em {
    font-style: italic; }

.txt-area .note {
  color: #463d3c;
  margin-top: 40px;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold; }
  .txt-area .note.mt15 {
    margin-top: 15px; }

#side-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1000;
  -webkit-transition: all, 0.8s ease;
  -o-transition: all, 0.8s ease;
  transition: all, 0.8s ease; }
  #side-nav li {
    line-height: 1.0;
    -webkit-transition: all, 0.8s ease;
    -o-transition: all, 0.8s ease;
    transition: all, 0.8s ease; }
  #side-nav a {
    display: block; }
  #side-nav .is-content {
    position: absolute;
    top: 290px;
    right: 56px;
    margin-bottom: 20px; }
    #side-nav .is-content li {
      position: relative;
      height: 34px; }
      #side-nav .is-content li a {
        -webkit-transition: all, 0.8s ease;
        -o-transition: all, 0.8s ease;
        transition: all, 0.8s ease;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        height: 100%;
        font-size: 1rem;
        cursor: pointer; }
        #side-nav .is-content li a:hover:before {
          content: "";
          display: block;
          position: absolute;
          background: url(/introduce/images/top/side_icon_on.gif) no-repeat;
          right: 1px;
          width: 8.5px;
          height: 8px;
          background-size: 100%;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
        #side-nav .is-content li a span {
          font-family: 'Spinnaker', sans-serif;
          text-align: right;
          margin-right: 13px;
          color: #de4c2f;
          display: block;
          -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
          transform: scale(0.9); }
        #side-nav .is-content li a:before {
          content: "";
          display: block;
          position: absolute;
          background: url(/introduce/images/top/side_icon_off.gif) no-repeat;
          top: 50%;
          -ms-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
          -webkit-transform: translateY(-50%) translateX(0);
          right: 1px;
          width: 8.5px;
          height: 8px;
          background-size: 100%; }
      #side-nav .is-content li.current a:before {
        content: "";
        display: block;
        position: absolute;
        background: url(/introduce/images/top/side_icon_on.gif) no-repeat;
        top: 50%;
        -ms-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0);
        -webkit-transform: translateY(-50%) translateX(0);
        right: 1;
        width: 8.5px;
        height: 8px;
        background-size: 100%; }
      #side-nav .is-content li:last-child {
        margin-bottom: 0; }
    #side-nav .is-content .story-note {
      font-size: 1.2rem;
      line-height: 1.2;
      margin-top: 15px;
      padding-left: 10px;
      font-weight: bold;
      color: #de4c2f;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: relative;
      display: inline-block; }
      #side-nav .is-content .story-note span {
        -webkit-text-combine: horizontal;
        -ms-text-combine-horizontal: all;
        text-combine-upright: all; }
      #side-nav .is-content .story-note:before {
        content: "";
        display: block;
        position: absolute;
        background: url(/introduce/images/top/side_brackets_top.png) no-repeat;
        top: -15px;
        right: -2px;
        width: 51px;
        height: 16px;
        background-size: 100%; }
      #side-nav .is-content .story-note:after {
        content: "";
        display: block;
        position: absolute;
        background: url(/introduce/images/top/side_brackets_bottom.png) no-repeat;
        bottom: -15px;
        right: -2px;
        width: 51px;
        height: 16px;
        background-size: 100%; }

@media screen and (max-width: 1023px) {
  #side-nav {
    display: none; } }

#main-area .ttl-area, #forecast01 .ttl-area {
  text-align: center; }
  #main-area .ttl-area .sub-ttl, #forecast01 .ttl-area .sub-ttl {
    font-size: 1.4rem; }

#main-area .txt-area, #forecast01 .txt-area {
  text-align: center; }
  #main-area .txt-area .text, #forecast01 .txt-area .text {
    display: inline-block; }

.js-parallax {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.ornament-img {
  position: absolute;
  z-index: -1; }
  .ornament-img_main01--top {
    top: 80px;
    left: 0; }
  .ornament-img_main02--top {
    top: 190px;
    right: -97px; }
  .ornament-img_main01--open {
    top: -45px;
    left: -70px; }
  .ornament-img_main02--open {
    top: 140px;
    right: -66px; }
  .ornament-img_main03 {
    top: 20px;
    right: -30px; }
  .ornament-img_main04 {
    bottom: 450px;
    left: 33px; }
  .ornament-img_main05 {
    bottom: 100px;
    left: -40px; }
  .ornament-img_main06 {
    bottom: 650px;
    right: 200px; }
  .ornament-img_main07 {
    bottom: 200px;
    right: -20px; }
  .ornament-img_main08 {
    bottom: 510px;
    left: 10px; }
  .ornament-img_main09 {
    bottom: 70px;
    left: 20px; }
  .ornament-img_main10 {
    bottom: 470px;
    right: 200px; }
  .ornament-img_main11 {
    bottom: 120px;
    right: -20px; }
  .ornament-img_main12 {
    bottom: 220px;
    left: 40px; }
  .ornament-img_main13 {
    bottom: -100px;
    left: -80px; }
  .ornament-img_main14 {
    bottom: 480px;
    right: 60px; }
  .ornament-img_main15 {
    bottom: 0;
    right: -30px; }
  .ornament-img_main16 {
    bottom: 480px;
    left: 10px; }
  .ornament-img_main17 {
    bottom: 0px;
    left: 40px; }
  .ornament-img_main18 {
    bottom: 180px;
    right: 210px; }
  .ornament-img_main19 {
    bottom: -250px;
    right: -20px; }
  .ornament-img_main20 {
    bottom: -150px;
    left: -40px; }
  .ornament-img_main21 {
    bottom: -550px;
    right: -20px; }
  .ornament-img_contact01 {
    top: 0px;
    left: 167px; }
  .ornament-img_contact02 {
    top: -30px;
    right: 20px; }
  .ornament-img_contact03 {
    bottom: -110px;
    left: 0; }
  .ornament-img_branch-list01 {
    top: 70px;
    right: 90px; }
  .ornament-img_choice01 {
    bottom: -200px;
    left: -28px;
    z-index: 1; }
  .ornament-img_choice02 {
    bottom: -380px;
    right: 148px;
    z-index: 1; }

.img-area__img--lineTop {
  margin-top: -22.6%;
  margin-right: calc(386 / 1400 * 100%);
  width: calc(100% - calc(386 / 1400 * 100%)); }
  .img-area__img--lineTop img {
    display: block;
    margin: 0 auto; }
  .img-area__img--lineTop svg {
    width: 100%;
    height: auto; }

.img-area__img--line {
  width: 100%; }
  .img-area__img--line svg {
    width: 100%;
    height: auto; }

.img-area__img--lineTxt {
  margin-top: -45.6%;
  width: 100%; }
  .img-area__img--lineTxt img {
    display: block;
    margin: 0 auto; }
  .img-area__img--lineTxt svg {
    width: 100%;
    height: 100%; }

.ttl-shadow-line {
  position: relative;
  padding-bottom: 10px; }
  .ttl-shadow-line:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-image: -webkit-linear-gradient(45deg, #463d3c 45%, #f7f7f5);
    background-image: -o-linear-gradient(45deg, #463d3c 45%, #f7f7f5);
    background-image: linear-gradient(45deg, #463d3c 45%, #f7f7f5); }

#main-area {
  margin-top: 140px; }
  #main-area .main-cont {
    max-width: 0 auto;
    position: relative; }
    #main-area .main-cont:after {
      content: "";
      display: block;
      position: absolute;
      background: url(/introduce/images/top/bg_ttl.png) no-repeat;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: -80px;
      width: 562px;
      height: 290px;
      background-size: 100%;
      z-index: -2; }
    #main-area .main-cont__lead-title {
      font-size: 2rem;
      color: #463d3c; }
    #main-area .main-cont__ttl {
      font-size: 5.2rem;
      letter-spacing: 0.05em;
      color: #463d3c; }
      #main-area .main-cont__ttl .txtRed {
        vertical-align: -3px;
        font-size: 5.9rem; }
    #main-area .main-cont__sub-ttl {
      margin-top: -8px;
      font-size: 1.8rem;
      color: #463d3c;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      letter-spacing: 0.2em; }
    #main-area .main-cont__txt {
      font-size: 1.6rem;
      line-height: 2;
      margin-top: 100px;
      font-weight: bold;
      margin-bottom: 80px; }
    #main-area .main-cont .type-area .assumption {
      opacity: 0;
      margin-top: 65px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #463d3c;
      font-weight: bold; }
      #main-area .main-cont .type-area .assumption .type {
        border: 2px solid #de4c2f;
        width: 400px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 10px;
        padding: 24px;
        position: relative;
        background: #fffcf5; }
        #main-area .main-cont .type-area .assumption .type:after {
          content: "";
          position: absolute;
          width: 400px;
          height: 220px;
          left: -2px;
          top: -2px;
          -webkit-transform: rotate(-4deg);
          -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
          background: #de4c2f;
          border-radius: 10px;
          z-index: -1; }
        #main-area .main-cont .type-area .assumption .type__sample-image {
          width: 120px;
          font-size: 0; }
          #main-area .main-cont .type-area .assumption .type__sample-image img {
            width: 100%; }
        #main-area .main-cont .type-area .assumption .type__cont {
          width: calc(100% - calc(120px + 22px));
          vertical-align: top;
          margin-left: 22px; }
          #main-area .main-cont .type-area .assumption .type__cont li {
            font-size: 2rem;
            line-height: 1.2;
            margin-top: 14px; }
            #main-area .main-cont .type-area .assumption .type__cont li:first-child {
              margin-top: 0; }
      #main-area .main-cont .type-area .assumption__txt {
        text-align: left;
        margin-left: 30px;
        font-size: 1.6rem; }
        @media screen and (max-width: 1400px) {
          #main-area .main-cont .type-area .assumption__txt {
            font-size: 1.4rem; } }
    #main-area .main-cont .type-area .result-area {
      opacity: 0; }
      #main-area .main-cont .type-area .result-area .result {
        position: relative;
        margin-top: 47px; }
        #main-area .main-cont .type-area .result-area .result:before {
          content: "";
          display: block;
          position: absolute;
          background: url(/introduce/images/top/top_main_brackets-left.png) no-repeat;
          left: -97px;
          top: 50%;
          -ms-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
          -webkit-transform: translateY(-50%) translateX(0);
          width: 72px;
          height: 132px;
          background-size: 100%; }
        #main-area .main-cont .type-area .result-area .result:after {
          content: "";
          display: block;
          position: absolute;
          background: url(/introduce/images/top/top_main_brackets-right.png) no-repeat;
          right: -97px;
          top: 50%;
          -ms-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
          -webkit-transform: translateY(-50%) translateX(0);
          width: 72px;
          height: 132px;
          background-size: 100%; }
    #main-area .main-cont .type-area .txt {
      opacity: 0;
      font-size: 1.6rem;
      margin-top: 37px;
      font-weight: bold;
      color: #463d3c; }
    #main-area .main-cont .img-area {
      position: absolute;
      top: 0;
      width: 100%; }
    #main-area .main-cont .txt-area .note {
      margin-left: 50%;
      margin-top: 100px;
      margin-right: 140px; }
      @media screen and (min-width: 1300px) {
        #main-area .main-cont .txt-area .note {
          margin-top: 240px; } }
      @media screen and (min-width: 1750px) {
        #main-area .main-cont .txt-area .note {
          margin-top: 25%; } }
    #main-area .main-cont .img-area__img--left img, #main-area .main-cont .img-area__img--right img {
      width: 100%; }
    #main-area .main-cont .img-area__img--left {
      margin-top: 5%;
      margin-left: calc(124 / 1400 * 100%);
      width: calc(277 / 1400 * 100%); }
      @media screen and (max-width: 1500px) {
        #main-area .main-cont .img-area__img--left {
          margin-top: 12%; } }
      @media screen and (min-width: 1750px) {
        #main-area .main-cont .img-area__img--left {
          margin-top: 0; } }
    #main-area .main-cont .img-area__img--right {
      margin-top: -47.3%;
      margin-left: calc(979 / 1400 * 100%);
      width: calc(263 / 1400 * 100%); }

#main-area.main-area--top {
  margin-top: 0; }
  #main-area.main-area--top .main-cont:after {
    top: -73px; }
  #main-area.main-area--top .main-cont .img-area__img {
    position: relative;
    z-index: 1; }
    #main-area.main-area--top .main-cont .img-area__img--left img, #main-area.main-area--top .main-cont .img-area__img--right img {
      width: 100%; }
    #main-area.main-area--top .main-cont .img-area__img--left {
      margin-top: -40px;
      margin-left: calc(164 / 1400 * 100%);
      width: 310px; }
    #main-area.main-area--top .main-cont .img-area__img--right {
      margin-top: -707px;
      margin-left: calc(965 / 1400 * 100%);
      width: 322px; }

.forecast-cont {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .forecast-cont .ttl-area {
    width: 255px;
    text-align: center; }
    .forecast-cont .ttl-area h3 {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      color: #463d3c;
      font-size: 2rem;
      display: inline-block;
      text-align: left;
      margin-bottom: 30px; }
    .forecast-cont .ttl-area h2 img {
      max-width: 100%;
      height: auto; }
  .forecast-cont__img {
    position: relative; }
    .forecast-cont__img img {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .forecast-cont .txt-area {
    width: 600px;
    color: #463d3c;
    text-align: left !important;
    margin: 88px 0 0 85px; }
    .forecast-cont .txt-area:after {
      content: "";
      display: block;
      clear: both; }
    .forecast-cont .txt-area .result-area {
      width: 530px;
      float: left; }
      .forecast-cont .txt-area .result-area__ttl {
        font-size: 2rem;
        position: relative;
        padding-bottom: 10px; }
        .forecast-cont .txt-area .result-area__ttl .date, .forecast-cont .txt-area .result-area__ttl .word2 {
          font-size: 1.4rem;
          margin-left: 0.5em; }
    .forecast-cont .txt-area .supplementary {
      width: 450px;
      text-align: right;
      float: right; }
      .forecast-cont .txt-area .supplementary__ttl, .forecast-cont .txt-area .supplementary__cont {
        text-align: left; }
      .forecast-cont .txt-area .supplementary__ttl {
        font-weight: bold;
        color: #FFF;
        text-align: left;
        vertical-align: middle;
        position: relative;
        padding-left: 10px;
        margin-top: 52px; }
        .forecast-cont .txt-area .supplementary__ttl:after {
          position: absolute;
          content: "";
          background: url(/introduce/images/top/top_forecast_ttl-bg01.png) no-repeat;
          width: 450px;
          height: 28px;
          left: 0;
          top: 50%;
          -ms-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
          -webkit-transform: translateY(-50%) translateX(0);
          background-size: 100%;
          background-position: center;
          z-index: -1; }
      .forecast-cont .txt-area .supplementary__cont {
        font-size: 1.4rem;
        margin-top: 20px; }
        .forecast-cont .txt-area .supplementary__cont .ttl {
          font-weight: bold;
          margin-bottom: 10px;
          margin-top: 30px; }
          .forecast-cont .txt-area .supplementary__cont .ttl:first-child {
            margin-top: 0; }
        .forecast-cont .txt-area .supplementary__cont .txt {
          line-height: 1.75; }
          .forecast-cont .txt-area .supplementary__cont .txt p {
            margin-top: 1em; }
            .forecast-cont .txt-area .supplementary__cont .txt p:first-child {
              margin-top: 0; }

.balloon {
  width: 500px;
  background: #f7f7f5;
  border-radius: 30px;
  margin: 0 auto;
  padding: 26px 40px;
  margin-top: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .balloon:before {
    position: absolute;
    content: "";
    background: url(/introduce/images/top/top_forecast_balloon_right.png) no-repeat;
    width: 34px;
    height: 36px;
    left: 75.6%;
    top: -30px;
    background-size: 100%; }
  .balloon__ttl {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #bbb1b0;
    padding-bottom: 10px;
    text-align: center; }
  .balloon__cont {
    color: #333333;
    font-size: 1.4rem;
    margin-top: 22px;
    line-height: 1.75; }
    .balloon__cont .repo-list li {
      position: relative;
      padding-left: 22px;
      line-height: 1.75;
      margin-top: 10px; }
      .balloon__cont .repo-list li small {
        font-size: 1.2rem; }
      .balloon__cont .repo-list li:first-child {
        margin-top: 0; }
      .balloon__cont .repo-list li:before {
        position: absolute;
        content: "";
        background: url(/introduce/images/top/top_forecast_icon01.png) no-repeat;
        width: 10px;
        height: 14px;
        left: 0;
        top: 0.2em;
        background-size: 100%; }

.forecast-right .cont .forecast-cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse; }

.forecast-right .cont .ttl-area {
  margin-left: 30px; }

.forecast-right .cont .txt-area {
  width: 650px;
  margin: 88px 0 0 0; }
  .forecast-right .cont .txt-area:after {
    content: "";
    display: block;
    clear: both; }
  .forecast-right .cont .txt-area .result-area {
    float: right; }
  .forecast-right .cont .txt-area .supplementary {
    float: left; }

.forecast-right .balloon:before {
  position: absolute;
  content: "";
  background: url(/introduce/images/top/top_forecast_balloon_left.png) no-repeat;
  width: 34px;
  height: 36px;
  left: 18%;
  top: -30px;
  background-size: 100%; }

.forecast-center {
  position: relative; }
  .forecast-center .cont .forecast-cont {
    display: block; }
  .forecast-center .cont .ttl-area {
    margin: 0 auto; }
    .forecast-center .cont .ttl-area h3 {
      margin-bottom: 50px; }
  .forecast-center .cont .txt-area {
    width: auto;
    margin: 0 auto; }
    .forecast-center .cont .txt-area .result-area {
      width: auto;
      float: none;
      text-align: center;
      margin: 0 auto; }
      .forecast-center .cont .txt-area .result-area__ttl {
        width: 480px;
        font-size: 2rem;
        position: relative;
        margin: 0 auto;
        padding-bottom: 10px; }
        .forecast-center .cont .txt-area .result-area__ttl:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 2px;
          background-image: -webkit-linear-gradient(45deg, #f7f7f5, #463d3c 40%, #463d3c 60%, #f7f7f5);
          background-image: -o-linear-gradient(45deg, #f7f7f5, #463d3c 40%, #463d3c 60%, #f7f7f5);
          background-image: linear-gradient(45deg, #f7f7f5, #463d3c 40%, #463d3c 60%, #f7f7f5); }
        .forecast-center .cont .txt-area .result-area__ttl .date {
          font-size: 1.4rem;
          margin-left: 0.5em; }
    .forecast-center .cont .txt-area .result {
      margin-top: 39px;
      font-size: 2.4rem; }
    .forecast-center .cont .txt-area .supplementary {
      float: none; }
  .forecast-center .img-area {
    position: relative; }
    .forecast-center .img-area:after {
      content: "";
      display: block;
      position: absolute;
      background: url(/introduce/images/top/bg_forecast08.png) no-repeat;
      top: 22%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: calc(565 / 1400 * 100%);
      height: 100%;
      background-size: 100%;
      z-index: -2; }
    .forecast-center .img-area .img-area__img--left img, .forecast-center .img-area .img-area__img--right img {
      width: 100%; }
    .forecast-center .img-area .img-area__img--left {
      margin-top: -2%;
      margin-left: calc(135 / 1400 * 100%);
      width: calc(189 / 1400 * 100%); }
    .forecast-center .img-area .img-area__img--right {
      margin-top: -50.5%;
      margin-left: calc(1029 / 1400 * 100%);
      width: calc(235 / 1400 * 100%); }
  .forecast-center .note {
    position: absolute;
    bottom: 5%;
    left: calc(990 / 1400 * 100%);
    width: 270px;
    text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
    font-size: 1.1rem;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: bold; }
  .forecast-center .cls-1, .forecast-center .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-width: 6px; }
  .forecast-center .cls-2 {
    stroke-linecap: round; }

.forecast-result {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.92;
  text-align: center;
  color: #333333; }
  .forecast-result .txt-lead {
    margin-bottom: 20px; }
  .forecast-result .txtRed {
    font-size: 2rem; }

#forecast01 {
  margin-top: 136px; }
  #forecast01 .img-area__img--line {
    margin-top: -80px; }

@media screen and (min-width: 1750px) {
  #forecast01 {
    margin-top: 10%; } }

#forecast02 {
  margin-top: -60px; }
  #forecast02 .img-area__img--line {
    margin-top: -110px; }

#forecast02 {
  margin-top: -60px; }
  #forecast02 .img-area__img--line {
    margin-top: -110px; }

#forecast03 {
  margin-top: -180px; }
  #forecast03 .img-area__img--line {
    margin-top: -130px; }

#forecast04 {
  margin-top: -140px; }
  #forecast04 .img-area__img--line {
    margin-top: -180px; }

#forecast05 {
  margin-top: -130px; }
  #forecast05 .img-area__img--line {
    margin-top: -150px; }

#forecast06 {
  margin-top: -140px; }
  #forecast06 .img-area__img--line {
    margin-top: -70px; }

#forecast07 {
  margin-top: -40px; }
  #forecast07 .img-area__img--line {
    margin-top: -120px; }

#forecast07 {
  margin-top: -60px; }

#forecast08 {
  margin-top: -74px; }

#stories {
  color: #463d3c !important; }
  #stories .cont {
    background: #f1f7e8;
    padding-bottom: 80px; }
  #stories .ttl-area {
    text-align: center; }
    #stories .ttl-area h2 {
      margin-top: -20px;
      display: inline-block; }
    #stories .ttl-area .sub-ttl {
      margin-top: 10px; }
  #stories .lead-area {
    text-align: center;
    margin-top: 65px; }
    #stories .lead-area span {
      display: block; }
    #stories .lead-area .lead__type {
      font-size: 1.6rem;
      line-height: 2; }
    #stories .lead-area .lead__ttl {
      font-size: 2.2rem; }
  #stories .stories-list {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    #stories .stories-list__item {
      width: 530px;
      font-size: 0;
      margin-left: 30px;
      position: relative; }
      #stories .stories-list__item--main {
        background: #FFF; }
    #stories .stories-list .img-area {
      border: 3px solid #FFF;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      width: 100%;
      overflow: hidden; }
      #stories .stories-list .img-area img {
        width: 100%; }
    #stories .stories-list a {
      position: relative;
      height: 100%;
      font-size: 0; }
      #stories .stories-list a .tag-area {
        position: relative; }
        #stories .stories-list a .tag-area .tag {
          position: absolute;
          top: -15px;
          left: 10px;
          font-size: 1.2rem;
          line-height: 1;
          padding: 10px 15px;
          font-weight: bold;
          z-index: 1; }
          #stories .stories-list a .tag-area .tag--stories {
            background: rgba(251, 204, 170, 0.9); }
          #stories .stories-list a .tag-area .tag--report {
            background: rgba(255, 220, 213, 0.9); }
          #stories .stories-list a .tag-area .tag--experience {
            background: rgba(255, 238, 193, 0.9); }
          #stories .stories-list a .tag-area .tag--manga {
            background: rgba(245, 228, 133, 0.9); }
      #stories .stories-list a:hover .tag {
        color: #463d3c; }
    #stories .stories-list .item-top, #stories .stories-list .item-main {
      background: #FFF; }
    #stories .stories-list .item-top {
      width: 100%; }
      #stories .stories-list .item-top .img-area, #stories .stories-list .item-top .txt-area {
        display: inline-block; }
      #stories .stories-list .item-top .img-area {
        width: 250px; }
        #stories .stories-list .item-top .img-area:before {
          content: "";
          display: block;
          padding-top: 100%; }
        #stories .stories-list .item-top .img-area img {
          width: auto;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }
      #stories .stories-list .item-top .txt-area {
        width: calc(100% - 250px);
        vertical-align: top;
        padding: 20px 26px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #stories .stories-list .item-top__ttl {
        font-size: 1.4rem;
        font-weight: bold; }
      #stories .stories-list .item-top__sub-ttl {
        font-size: 1.4rem;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: -5px; }
      #stories .stories-list .item-top__sub-txt {
        font-size: 1.4rem;
        margin-top: 15px; }
        #stories .stories-list .item-top__sub-txt span {
          margin-left: 10px;
          border-bottom: 1px solid #CCC;
          font-size: 1.2rem; }
    #stories .stories-list .item-bottom {
      margin-top: 30px;
      position: absolute;
      bottom: 0;
      font-size: 0; }
      #stories .stories-list .item-bottom__left, #stories .stories-list .item-bottom__right {
        width: calc(50% - 15px);
        display: inline-block;
        vertical-align: top;
        background: #FFF; }
      #stories .stories-list .item-bottom__right {
        margin-left: 30px; }
      #stories .stories-list .item-bottom .img-area:before {
        content: "";
        display: block;
        padding-top: calc(130 / 250 *100%); }
      #stories .stories-list .item-bottom .img-area img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }
      #stories .stories-list .item-bottom .img-area.manga:before {
        padding-top: calc(170 / 250 *100%); }
      #stories .stories-list .item-bottom .txt-area {
        width: 100%;
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #stories .stories-list .item-bottom__ttl {
        font-size: 1.4rem;
        font-weight: bold; }
      #stories .stories-list .item-bottom__sub-ttl {
        font-size: 1.4rem;
        font-weight: bold;
        margin-top: 15px; }
      #stories .stories-list .item-bottom__sub-txt {
        font-size: 1.3rem;
        margin-top: 5px; }
    #stories .stories-list .item-main {
      width: 100%; }
      #stories .stories-list .item-main .img-area:before {
        content: "";
        display: block;
        padding-top: calc(333 / 530 * 100%); }
      #stories .stories-list .item-main .img-area img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }
      #stories .stories-list .item-main .txt-area {
        font-size: 0;
        width: 100%;
        vertical-align: top;
        padding: 23px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #stories .stories-list .item-main__ttl {
        font-size: 1.4rem;
        font-weight: bold; }
      #stories .stories-list .item-main__sub-ttl {
        font-size: 1.4rem;
        font-weight: bold;
        margin-top: 10px; }
      #stories .stories-list .item-main__sub-txt {
        font-size: 1.4rem;
        margin-top: 10px; }
        #stories .stories-list .item-main__sub-txt span {
          margin-left: 10px;
          border-bottom: 1px solid #CCC;
          font-size: 1.2rem; }

.infiniteslide_wrap {
  position: relative;
  z-index: 2; }

#loopSlide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.page_topArea {
  margin-top: 100px; }
