@charset "UTF-8";
/*--------------------------------------------------
  layout
--------------------------------------------------*/
.top-main-visual-slide {
  height: 570px;
  overflow: hidden;
  position: relative; }
  .top-main-visual-slide .slide-item {
    width: 100%;
    height: 570px;
    position: absolute;
    top: 0;
    filter: alpha(opacity=000);
    -ms-filter: "alpha(opacity=00)";
    -khtml-opacity: 0.0;
    -webkit-opacity: 0.0;
    -moz-opacity: 0.0;
    opacity: 0.0;
    -webkit-transition: opacity 1800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    -moz-transition: opacity 1800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    -ms-transition: opacity 1800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    -o-transition: opacity 1800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    transition: opacity 1800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .top-main-visual-slide .slide-item.selected {
      filter: alpha(opacity=100);
      -ms-filter: "alpha(opacity=100)";
      -khtml-opacity: 1.0;
      -webkit-opacity: 1.0;
      -moz-opacity: 1.0;
      opacity: 1.0; }
    .top-main-visual-slide .slide-item a.full-link {
      display: block;
      width: 100%;
      height: 100%; }
    .top-main-visual-slide .slide-item .link {
      position: absolute; }

.slide-01 {
  background-position: center top; }
  .slide-01 p.comment {
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -480px;
    text-indent: 300%;
    white-space: nowrap;
    overflow: hidden;
    width: 360px;
    height: 570px;
    background-color: rgba(255, 255, 255, 0.85);
    background-image: url(../imgs/top/_slide_text1.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 290px 570px; }
  .slide-01 p.balloon {
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin: 0 0 0 150px;
    text-indent: 300%;
    white-space: nowrap;
    overflow: hidden;
    width: 240px;
    height: 165px;
    background-image: url(../imgs/top/_slide_image_balloon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 240px 165px; }
  .slide-01 .link {
    bottom: 70px;
    left: 50%;
    margin-left: -455px; }
  .slide-01 .top-slide1-button {
    width: 44px;
    height: 228px;
    display: block;
    text-indent: 300%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, 0.25);
    background-image: url(../imgs/top/_slide_link1.png);
    background-size: contain; }
    .slide-01 .top-slide1-button:hover {
      filter: alpha(opacity=30);
      -ms-filter: "alpha(opacity=30)";
      -webkit-opacity: 0.3;
      -moz-opacity: 0.3;
      opacity: 0.3; }

.slide-02 .center-text {
  width: 539px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px; }

.slide-02 .link {
  bottom: 180px;
  left: 50%;
  margin-left: -140px; }

.slide-03 .center-text {
  width: 506px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px; }

.slide-03 .link {
  bottom: 180px;
  left: 50%;
  margin-left: -140px; }

.slide-indicator {
  width: 100%;
  position: absolute;
  bottom: 10px;
  z-index: 5; }
  .slide-indicator ul {
    text-align: center; }
  .slide-indicator li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px; }
    .slide-indicator li a {
      display: block;
      width: 10px;
      height: 10px;
      text-indent: 300%;
      white-space: nowrap;
      overflow: hidden;
      background-color: white;
      border-radius: 5px; }
      .slide-indicator li a.selected {
        filter: alpha(opacity=30);
        -ms-filter: "alpha(opacity=30)";
        -webkit-opacity: 0.3;
        -moz-opacity: 0.3;
        opacity: 0.3; }

.slide-arrow .slide-arrow-item {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 5; }
  .slide-arrow .slide-arrow-item a {
    width: 40px;
    height: 40px;
    display: block;
    border-left: 8px solid rgba(255, 255, 255, 0.7);
    border-bottom: 8px solid rgba(255, 255, 255, 0.7); }
  .slide-arrow .slide-arrow-item.arrow-prev {
    left: 30px; }
    .slide-arrow .slide-arrow-item.arrow-prev a {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .slide-arrow .slide-arrow-item.arrow-next {
    right: 30px; }
    .slide-arrow .slide-arrow-item.arrow-next a {
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg); }

@media screen and (max-width: 768px) {
  .top-main-visual-slide {
    height: 300px; }
    .top-main-visual-slide .slide-item {
      height: 300px; }
      .top-main-visual-slide .slide-item .link {
        bottom: 40px;
        left: auto;
        margin-left: 0px;
        width: 100%;
        text-align: center; }
      .top-main-visual-slide .slide-item .center-text {
        width: 80%;
        height: auto;
        padding-top: 50px; }
  .slide-01 p.comment,
  .slide-01 p.balloon {
    display: none; }
  .slide-arrow .slide-arrow-item {
    margin-top: -13px; }
    .slide-arrow .slide-arrow-item a {
      width: 26px;
      height: 26px;
      border-left: 6px solid rgba(255, 255, 255, 0.7);
      border-bottom: 6px solid rgba(255, 255, 255, 0.7); }
    .slide-arrow .slide-arrow-item.arrow-prev {
      left: 15px; }
    .slide-arrow .slide-arrow-item.arrow-next {
      right: 15px; }
  .slide-message {
    display: block;
    padding: 0 20px; }
    .slide-message .body .underline {
      border-bottom: 2px solid #ff8f00; }
    .slide-message .signature {
      text-align: right; }
      .slide-message .signature img {
        width: 153px;
        height: auto;
        display: inline-block;
        margin-top: 5px; } }

.top-experience {
  background-color: #fdfcf0; }

.top-experience-example {
  padding-top: 60px; }
  .top-experience-example h5 {
    margin-top: 30px; }
  .top-experience-example .experience-example-list li {
    margin-bottom: 10px;
    font-size: 20px;
    vertical-align: top; }

.top-experience-think {
  margin-top: 40px; }
  .top-experience-think .experience-think-examples {
    margin-top: 30px; }

@media screen and (max-width: 768px) {
  .top-experience-example {
    padding-top: 30px; }
    .top-experience-example > .region {
      text-align: center !important; }
    .top-experience-example h5 {
      margin-top: 0px; }
    .top-experience-example .experience-example-list {
      padding-left: 10px;
      padding-right: 10px; }
      .top-experience-example .experience-example-list li {
        font-size: 16px; }
  .top-experience-think {
    margin-top: 20px; }
    .top-experience-think .experience-think-examples {
      margin-top: 10px; } }

.top-contact {
  width: 100%;
  height: 450px;
  background-image: url(../imgs/top/top_contact_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .top-contact .footer-contact-items {
    margin-top: 40px; }

.top-contact-items {
  padding-left: 40px;
  margin-top: 40px; }

.top-contact-item-tel,
.top-contact-item-mail {
  width: 436px;
  height: 208px;
  background-color: white;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .top-contact-item-tel .contact-title,
  .top-contact-item-mail .contact-title {
    width: 100%;
    height: 21px;
    text-align: center; }
    .top-contact-item-tel .contact-title img,
    .top-contact-item-mail .contact-title img {
      height: 100%;
      width: auto; }
  .top-contact-item-tel .contact-body,
  .top-contact-item-mail .contact-body {
    width: 100%;
    height: 80px; }
  .top-contact-item-tel .contact-bottom,
  .top-contact-item-mail .contact-bottom {
    width: 100%;
    height: 44px; }

.top-contact-item-tel {
  position: relative; }
  .top-contact-item-tel:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 17px;
    border-color: transparent transparent transparent #b8d134; }
  .top-contact-item-tel .contact-body {
    text-align: center; }
  .top-contact-item-tel .contact-bottom {
    background-color: #b8d134;
    text-align: center; }
    .top-contact-item-tel .contact-bottom p {
      color: white;
      font-size: 17px;
      font-weight: 700;
      font-family: 'Open Sans', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Yu Gothic Medium', '游ゴシック Medium', 'Yu Gothic', '游ゴシック', sans-serif;
      line-height: 44px;
      margin: 0; }

.top-contact-item-mail .contact-body p {
  margin: 0;
  padding-top: 10px;
  font-size: 14px; }

.top-contact-item-mail .black-link-button {
  background-image: url(../imgs/top/top_contact_mail_link_text.png); }

@media screen and (max-width: 768px) {
  .top-contact {
    width: 100%;
    height: auto; }
    .top-contact h4 {
      padding-left: 10px;
      padding-right: 10px; }
  .top-contact-items {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px; }
  .top-contact-item-tel,
  .top-contact-item-mail {
    width: 100%;
    height: auto;
    padding: 20px 20px; }
    .top-contact-item-tel .contact-body,
    .top-contact-item-mail .contact-body {
      height: auto;
      margin-bottom: 10px; }
    .top-contact-item-tel .contact-bottom,
    .top-contact-item-mail .contact-bottom {
      height: auto; }
  .top-contact-item-tel {
    margin-bottom: 20px; }
    .top-contact-item-tel .contact-body img {
      width: 100%;
      height: auto; }
  .top-contact-item-mail .black-link-button {
    padding: 12px 10px 12px 0px;
    background-image: url(../imgs/common/icon_arrow_white.png);
    background-position: 92% center;
    background-repeat: no-repeat;
    background-size: 17px 15px; } }

.top-point {
  background-color: #fbfcf7; }

.top-point-title {
  width: 637px;
  margin-left: auto;
  margin-right: auto; }

.top-point-voices {
  width: 100%;
  height: 600px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  background-image: url(../imgs/top/top_point_voices.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain; }
  .top-point-voices p {
    text-indent: 300%;
    white-space: nowrap;
    overflow: hidden; }
  .top-point-voices span {
    position: absolute;
    bottom: 30px;
    left: 70px;
    font-size: 14px; }

@media screen and (max-width: 768px) {
  .top-point-title {
    width: 100%; }
  .top-point-voices {
    width: 100%;
    height: auto;
    margin-top: 20px;
    overflow: visible;
    background-image: none; }
    .top-point-voices p {
      text-indent: 0;
      white-space: normal;
      overflow: visible;
      position: relative;
      padding-left: 20px;
      margin-top: 0;
      margin-bottom: 10px; }
      .top-point-voices p:before {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        width: 15px;
        height: 15px;
        background-color: #ffd740;
        border-radius: 50%; }
    .top-point-voices span {
      position: static;
      bottom: auto;
      left: auto;
      padding-left: 20px;
      font-size: 13px; } }

.top-link-message {
  width: 100%;
  height: 350px;
  background-image: url(../imgs/top/top_link_message_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.top-link-center-text {
  width: 581px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px; }

@media screen and (max-width: 768px) {
  .top-link-message {
    height: 240px; }
  .top-link-center-text {
    width: 90%;
    padding-top: 80px; } }

.top-news {
  background-color: #fff8e1; }

.top-news-title {
  width: 101px;
  margin-left: auto;
  margin-right: auto; }

.top-news-list {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }
  .top-news-list li {
    margin-bottom: 10px; }
    .top-news-list li:after {
      display: table;
      content: "";
      clear: both; }
    .top-news-list li:last-child {
      margin-bottom: 0px; }
    .top-news-list li span {
      float: left;
      width: 125px;
      color: #313131;
      font-size: 16px;
      font-family: 'Open Sans', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Yu Gothic Medium', '游ゴシック Medium', 'Yu Gothic', '游ゴシック', sans-serif;
      font-style: italic; }
    .top-news-list li p {
      margin: 0;
      font-size: 16px; }
    .top-news-list li a {
      color: #313131; }

.top-news-link {
  margin-top: 50px; }
  .top-news-link .black-link-button {
    background-image: url(../imgs/top/top_point_link_text.png);
    background-size: 395px 22px; }

@media screen and (max-width: 768px) {
  .top-news-list {
    width: 100%; }
    .top-news-list li span {
      float: none; }
  .top-news-link {
    margin-top: 30px; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../imgs/top/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
