@media (min-width:768px) {
  .sp {
    display: none;
  }
}
@media (max-width:767.98px) {
  .pc {
    display: none;
  }
}
.c1 {
  color: #31C6E2;
}

.c2 {
  color: #E7F0FB;
}

.c3 {
  color: #B81C22;
}

.c4 {
  color: #000;
}

.c5 {
  color: #000;
}

.c6 {
  color: #000;
}

.bs1 {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.05);
}

.ts1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.container {
  position: relative;
  text-align: left;
}

@media (min-width:768px) {
  a[href*="tel:"] {
    pointer-events: none;
    text-decoration: none;
    cursor: text;
  }
}

.style--contact_area {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../image/layout/contact_back.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #FFF;
}
@media (max-width:767.98px) {
  .style--contact_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.style--contact_area .container {
  text-align: center;
}
.style--contact_area .container a {
  color: #FFF;
}
.style--contact_area .container .hl {
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width:767.98px) {
  .style--contact_area .container .hl {
    font-size: 2.2rem;
  }
}
.style--contact_area .container .comment {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
@media (min-width:768px) {
  .style--contact_area .container .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.style--contact_area .container .flex .tel {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
@media (min-width:768px) {
  .style--contact_area .container .flex .tel {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-align: left;
  }
}
@media (max-width:767.98px) {
  .style--contact_area .container .flex .tel {
    margin-bottom: 20px;
    padding-left: 43px;
  }
}
.style--contact_area .container .flex .tel .num {
  position: relative;
  margin-top: -0.4em;
  margin-bottom: -10px;
  font-size: 5rem;
  font-weight: bold;
}
@media (max-width:767.98px) {
  .style--contact_area .container .flex .tel .num {
    font-size: 4rem;
    margin-bottom: 0px;
  }
}
.style--contact_area .container .flex .tel .time {
  font-size: 1.4rem;
  line-height: 1;
}
.style--contact_area .container .flex .tel:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 41px;
  background-image: url("../image/layout/contact_mark.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.style--contact_area .container .flex .button a {
  display: block;
  padding: 15px 20px;
  border: 3px solid #FFF;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.style--contact_area .container .flex .button a:hover {
  background: #FFF;
  color: #222;
}
.style--page_title {
  position: relative;
  margin-top: -196px;
  padding-top: 196px;
  height: 320px;
  background-image: url("../image/layout/page_title_back.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width:767.98px) {
  .style--page_title {
    margin-top: -50px;
    padding-top: 70px;
  }
}
@media (max-width:767.98px) {
  .style--page_title {
    height: 150px;
  }
}
.style--page_title .flex {
  position: relative;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
  color: #FFF;
}
.style--page_title .flex .main, .style--page_title .flex .sub {
  display: block;
}
.style--page_title .flex .main {
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width:767.98px) {
  .style--page_title .flex .main {
    font-size: 2.2rem;
  }
}
.style--page_title .flex .main strong {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid #FFF;
}
.style--page_title .flex .sub {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 2rem;
}
@media (max-width:767.98px) {
  .style--page_title .flex .sub {
    font-size: 1.6rem;
  }
}
.style--page_title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 29, 49, 0.2);
}
.style--text_list {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width:767.98px) {
  .style--text_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.style--text_list + .style--text_list {
  padding-top: 0;
}
.style--text_list .map {
  border-radius: 10px;
  overflow: hidden;
}
.style--text_list .map iframe {
  vertical-align: top;
}
.style--top_mainvisual {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: -123px;
}
.style--top_mainvisual > .hl {
  position: absolute;
  left: 0%;
  top: 50%;
  z-index: 1200;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.style--top_mainvisual > .hl img {
  max-width: 1170px;
  display: inline-block;
}
@media (max-width:767.98px) {
  .style--top_mainvisual > .hl img {
    max-width: 90%;
  }
}
.style--top_mainvisual .trial_text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-55%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 2;
  padding: 15px;
  margin: 0 20px;
  background: #E4A1A1;
}
@media (min-width:768px) {
  .style--top_mainvisual .trial_text {
    bottom: 30px;
    width: 55%;
  }
}
@media (max-width:767.98px) {
  .style--top_mainvisual .trial_text {
    bottom: 50px;
    width: 90%;
  }
}
.style--top_mainvisual .trial_text h2 {
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, 0px 1px 0 #FFFFFF, -1px 0 #FFFFFF, -1px 0 0 #FFFFFF, 1px 0 0 #FFFFFF;
  color: #E99609;
}
@media (min-width:768px) {
  .style--top_mainvisual .trial_text h2 {
    font-size: 2.5em;
  }
}
@media (max-width:767.98px) {
  .style--top_mainvisual .trial_text h2 {
    font-size: 1.5em;
  }
}
.style--top_mainvisual .trial_text p {
  color: #FFFFFF;
}
@media (min-width:768px) {
  .style--top_mainvisual .trial_text p {
    font-size: 1.3em;
  }
}
@media (max-width:767.98px) {
  .style--top_mainvisual .trial_text p {
    font-size: 1em;
  }
}
@media (min-width:768px) {
  .style--top_mainvisual .trial_text p span {
    font-size: 1.6em;
  }
}
@media (max-width:767.98px) {
  .style--top_mainvisual .trial_text p span {
    font-size: 1.3em;
  }
}
.style--top_mainvisual .trial_text a img {
  margin: 0 auto;
}
@media (min-width:768px) {
  .style--top_mainvisual .trial_text a img {
    width: 40%;
  }
}
@media (max-width:767.98px) {
  .style--top_mainvisual .trial_text a img {
    width: 70%;
  }
}
.style--top_mainvisual .slide {
  width: 100%;
}
.style--top_mainvisual .slide .unit {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.style--top_mainvisual .slide .unit .back {
  position: relative;
  width: 100%; /*height: calc(100vh - 0px); */
  height: 40vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center top;*/
}
@media (max-width:767.98px) {
  .style--top_mainvisual .slide .unit .back { /*height: calc(100vw / 1.1618); */
    height: 40vh;
  }
}
.style--top_mainvisual .slide .unit > .hl {
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  text-align: center;
}
.style--top_mainvisual .slide .unit > .hl img {
  max-width: 1170px;
  display: inline-block;
}
@media (max-width:767.98px) {
  .style--top_mainvisual .slide .unit > .hl img {
    max-width: 80%;
  }
}
.style--top_mainvisual .slide .unit:nth-child(1) .back {
  background-image: url("../image/content/top/slide_1.jpg") !important;
}
@media (max-width:767.98px) {
  .style--top_mainvisual .slide .unit:nth-child(1) .back {
    background-image: url("../image/content/top/slide_1-sp.jpg") !important;
  }
}
.style--top_mainvisual .slide .unit:nth-child(2) .back {
  background-image: url("../image/content/top/slide_2.jpg") !important;
}
@media (max-width:767.98px) {
  .style--top_mainvisual .slide .unit:nth-child(2) .back {
    background-image: url("../image/content/top/slide_2-sp.jpg") !important;
  }
}
.style--top_mainvisual .slide .unit:nth-child(3) .back {
  background-image: url("../image/content/top/slide_3.jpg") !important;
}
@media (max-width:767.98px) {
  .style--top_mainvisual .slide .unit:nth-child(3) .back {
    background-image: url("../image/content/top/slide_3-sp.jpg") !important;
  }
}
.style--top_mainvisual .slide.slide-2 .unit {
  /*
  &:nth-child(1) .back { background-image: url("../image/content/top/slide_6.jpg") !important; @media (max-width:767.98px){ background-image: url("../image/content/top/slide_6-sp.jpg") !important; } }
  &:nth-child(2) .back { background-image: url("../image/content/top/slide_7.jpg") !important; @media (max-width:767.98px){ background-image: url("../image/content/top/slide_7-sp.jpg") !important; } }
  &:nth-child(3) .back { background-image: url("../image/content/top/slide_8.jpg") !important; @media (max-width:767.98px){ background-image: url("../image/content/top/slide_8-sp.jpg") !important; } }
  &:nth-child(4) .back { background-image: url("../image/content/top/slide_1-2.jpg") !important; @media (max-width:767.98px){ background-image: url("../image/content/top/slide_1-2-sp.jpg") !important; } }
  &:nth-child(5) .back { background-image: url("../image/content/top/slide_2-2.jpg") !important; @media (max-width:767.98px){ background-image: url("../image/content/top/slide_2-2-sp.jpg") !important; } }
  &:nth-child(6) .back { background-image: url("../image/content/top/slide_3-2.jpg") !important; @media (max-width:767.98px){ background-image: url("../image/content/top/slide_3-2-sp.jpg") !important; } }
  &:nth-child(7) .back { background-image: url("../image/content/top/slide_4-2.jpg") !important; @media (max-width:767.98px){ background-image: url("../image/content/top/slide_4-2-sp.jpg") !important; } }
  &:nth-child(8) .back { background-image: url("../image/content/top/slide_5-2.jpg") !important; @media (max-width:767.98px){ background-image: url("../image/content/top/slide_5-2-sp.jpg") !important; } }
  */
}
.style--top_mainvisual .slide.slide-2 .unit:nth-child(1) .back {
  background-image: url("../image/content/top/slide_11.jpg") !important;
}
@media (max-width:767.98px) {
  .style--top_mainvisual .slide.slide-2 .unit:nth-child(1) .back {
    background-image: url("../image/content/top/slide_11-sp.jpg") !important;
  }
}
.style--top_mainvisual .slide.slide-2 .unit:nth-child(2) .back {
  background-image: url("../image/content/top/slide_12.jpg") !important;
}
@media (max-width:767.98px) {
  .style--top_mainvisual .slide.slide-2 .unit:nth-child(2) .back {
    background-image: url("../image/content/top/slide_12-sp.jpg") !important;
  }
}
.style--top_mainvisual .slide.slide-2 .unit:nth-child(3) .back {
  background-image: url("../image/content/top/slide_13.jpg") !important;
}
@media (max-width:767.98px) {
  .style--top_mainvisual .slide.slide-2 .unit:nth-child(3) .back {
    background-image: url("../image/content/top/slide_13-sp.jpg") !important;
  }
}
.style--top_mainvisual .slide.slide-2 .unit:nth-child(4) .back {
  background-image: url("../image/content/top/slide_14.jpg") !important;
}
@media (max-width:767.98px) {
  .style--top_mainvisual .slide.slide-2 .unit:nth-child(4) .back {
    background-image: url("../image/content/top/slide_14-sp.jpg") !important;
  }
}
.style--top_mainvisual .slide.slide-2 .unit:nth-child(5) .back {
  background-image: url("../image/content/top/slide_15.jpg") !important;
}
@media (max-width:767.98px) {
  .style--top_mainvisual .slide.slide-2 .unit:nth-child(5) .back {
    background-image: url("../image/content/top/slide_15-sp.jpg") !important;
  }
}
.style--top_mainvisual .slide .back {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-transition: 5s -webkit-transform ease-out;
  transition: 5s -webkit-transform ease-out;
  transition: 5s transform ease-out;
  transition: 5s transform ease-out, 5s -webkit-transform ease-out;
}
.style--top_mainvisual .slide .slick-active .back {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.style--top_mainvisual .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.style--top_mainvisual .scroll {
  position: absolute;
  left: calc(50% - 11.5px);
  bottom: 30px;
  width: 23px;
  height: 38px;
  border: 2px solid #FFF;
  border-radius: 20px;
}
.style--top_mainvisual .scroll:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 2.5px);
  top: 5px;
  width: 5px;
  height: 10px;
  border-radius: 100px;
  background: #FFF;
  -webkit-animation: wheel 1.5s ease infinite;
          animation: wheel 1.5s ease infinite;
}
@-webkit-keyframes wheel {
  0% {
    top: 5px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 13px;
    opacity: 0;
  }
}
@keyframes wheel {
  0% {
    top: 5px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 13px;
    opacity: 0;
  }
}
.style--top_concept {
  position: relative;
  z-index: 100;
  margin-top: -72px;
  padding: 172px 0 100px;
  background: url("../image/content/top/cocept_back.png") no-repeat center top;
}
@media (max-width:767.98px) {
  .style--top_concept {
    padding: 120px 0 50px;
    margin-top: -72px;
  }
}
.style--top_concept .hl {
  margin-bottom: 30px;
  text-align: center;
}
.style--top_concept .hl img {
  width: 695px;
}
.style--top_concept .comment {
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  color: #FFF;
  line-height: 2;
}
.style--top_concept .left {
  position: absolute;
  left: 130px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media (max-width:767.98px) {
  .style--top_concept .left {
    display: none;
  }
}
@media (max-width: 1200px) {
  .style--top_concept .left {
    left: 250px;
  }
}
.style--top_concept .right {
  position: absolute;
  right: 130px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media (max-width:767.98px) {
  .style--top_concept .right {
    display: none;
  }
}
@media (max-width: 1200px) {
  .style--top_concept .right {
    right: 250px;
  }
}
.style--top_class {
  position: relative;
  padding-top: 100px;
  padding-bottom: 170px;
  background: url("../image/content/top/class_back.jpg") repeat center center;
}
@media (max-width:767.98px) {
  .style--top_class {
    padding: 50px 0 150px;
  }
}
.style--top_class .hl {
  text-align: center;
}
@media (max-width:767.98px) {
  .style--top_class .hl img {
    height: 30px;
    width: auto;
  }
}
.style--top_class .hl:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 30px auto 70px;
  background: #700004;
}
.style--top_class .hl_comment {
  margin-top: -40px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width:768px) {
  .style--top_class .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.style--top_class .list .unit {
  position: relative;
  background: #FFF;
  border: 3px solid #B81C22;
  border-radius: 20px;
  padding: 30px;
}
@media (min-width:768px) {
  .style--top_class .list .unit {
    width: 33.333333%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.style--top_class .list .unit .hs {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFF;
  padding-left: 10px;
  padding-right: 10px;
}
.style--top_class .list .unit .hs img {
  height: 26px;
}
.style--top_class .list .unit .image {
  margin: 20px 0 25px;
}
.style--top_class .list .unit .image a {
  position: relative;
  display: block;
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background: #EEE;
  border-radius: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.style--top_class .list .unit .image a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.style--top_class .list .unit .image.-video a:before {
  background: url("../image/layout/icon_youtube.png") no-repeat center center;
  width: 63px;
  height: 44px;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.style--top_class .list .unit .image.-photo a:before {
  background: url("../image/layout/icon_zoom.png") no-repeat center center;
  width: 63px;
  height: 70px;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.style--top_class .list .unit .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width:767.98px) {
  .style--top_class .list .unit + .unit {
    margin-top: 40px;
  }
}
.style--entry_box {
  background: #FFF;
  padding: 40px 50px 35px;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width:767.98px) {
  .style--entry_box {
    padding: 30px;
  }
}
@media (min-width:768px) {
  .style--entry_box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
    max-width: 772px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width:768px) {
  .style--entry_box .flex .box_title {
    margin-right: 40px;
  }
  .style--entry_box .flex .box_button {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width:767.98px) {
  .style--entry_box .flex .box_button {
    margin: 30px 0;
  }
}
@media (min-width:768px) {
  .style--entry_box .box_comment {
    text-align: center;
  }
}
@media (max-width:767.98px) {
  .style--entry_box .box_comment {
    font-size: 1.4rem;
  }
}
.style--top_class .list + .style--entry_box {
  margin-top: 60px;
}
.style--top_voice {
  position: relative;
  padding-top: 170px;
  padding-bottom: 170px;
}
.style--top_voice .illustration {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width:767.98px) {
  .style--top_voice .illustration {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
.style--top_voice .illustration .img {
  width: 329px;
  height: 185px;
  background: url("../image/content/top/illustration_1.png") no-repeat center center;
  background-size: contain;
}
@media (max-width:767.98px) {
  .style--top_voice .illustration .img {
    max-width: 100%;
  }
}
.style--top_voice .hl {
  text-align: center;
}
@media (max-width:767.98px) {
  .style--top_voice .hl img {
    height: 30px;
    width: auto;
  }
}
.style--top_voice .hl:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 30px auto 50px;
  background: #700004;
}
.style--top_voice .list .unit {
  position: relative;
}
@media (min-width:768px) {
  .style--top_voice .list .unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width:768px) {
  .style--top_voice .list .unit .photo {
    width: 240px;
  }
}
@media (max-width:767.98px) {
  .style--top_voice .list .unit .photo {
    margin-top: 40px;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.style--top_voice .list .unit .photo img {
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.style--top_voice .list .unit .text {
  position: relative;
}
@media (min-width:768px) {
  .style--top_voice .list .unit .text {
    width: calc(100% - 300px);
  }
}
.style--top_voice .list .unit .text .title {
  position: absolute;
  left: 50px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  padding: 7px 30px 11px 70px;
  background: #B81C22;
  border-radius: 100px;
  color: #FFF;
  font-weight: bold;
}
@media (max-width:767.98px) {
  .style--top_voice .list .unit .text .title {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}
.style--top_voice .list .unit .text .title:before {
  content: "";
  position: absolute;
  left: 18px;
  top: -9px;
  display: block;
  width: 43px;
  height: 40px;
  background: url("../image/layout/icon_voice.png") no-repeat center center;
  background-size: contain;
}
.style--top_voice .list .unit .text .text_content {
  position: relative;
  background: #FFF;
  border: 3px solid #B81C22;
  border-radius: 20px;
  padding: 75px 50px 60px;
}
@media (max-width:767.98px) {
  .style--top_voice .list .unit .text .text_content {
    padding: 60px 30px 40px;
  }
}
.style--top_voice .list .unit .text .text_content .hs {
  margin-bottom: 15px;
  padding: 3px 0 5px 10px;
  border-left: 3px solid #B81C22;
  font-weight: bold;
  font-size: 2rem;
  color: #B81C22;
}
.style--top_voice .list .unit .text .text_content .hs:not(:first-child) {
  margin-top: 50px;
}
@media (min-width:768px) {
  .style--top_voice .list .unit .text .text_content:after {
    content: "";
    display: block;
    position: absolute;
    right: -44px;
    top: 100px;
    width: 44px;
    height: 36px;
    background: url("../image/content/top/voice_fukudashi.png") no-repeat center center;
    background-size: 100% 100%;
  }
}
@media (max-width:767.98px) {
  .style--top_voice .list .unit .text .text_content:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 36px;
    height: 30px;
    background: url("../image/content/top/voice_fukudashi-sp.png") no-repeat center center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.style--top_voice .list .unit + .unit {
  margin-top: 75px;
}
.style--top_access {
  position: relative;
  padding-top: 170px;
  padding-bottom: 170px;
  background: url("../image/content/top/access_back.jpg") no-repeat center center;
  background-size: cover;
}
.style--top_access .illustration {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width:767.98px) {
  .style--top_access .illustration {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
.style--top_access .illustration .img {
  width: 282px;
  height: 190px;
  background: url("../image/content/top/illustration_2.png") no-repeat center center;
  background-size: contain;
}
@media (max-width:767.98px) {
  .style--top_access .illustration .img {
    max-width: 100%;
  }
}
.style--top_access .hl {
  text-align: center;
}
@media (max-width:767.98px) {
  .style--top_access .hl img {
    height: 30px;
    width: auto;
  }
}
.style--top_access .hl:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 30px auto 50px;
  background: #700004;
}
.style--top_access .list {
  margin-bottom: 50px;
}
@media (min-width:768px) {
  .style--top_access .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.style--top_access .list .unit {
  position: relative;
}
@media (min-width:768px) {
  .style--top_access .list .unit {
    width: 33.333333%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.style--top_access .list .unit .image {
  margin-bottom: 20px;
}
.style--top_access .list .unit .image img {
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.style--top_access .list .unit .text .title {
  margin-bottom: 3px;
}
.style--top_access .list .unit .text .title strong {
  position: relative;
  top: -2px;
  margin-right: 10px;
  font-size: 2.4rem;
  color: #B81C22;
  vertical-align: middle;
}
.style--top_access .list .unit .text .title span {
  margin-left: 10px;
  padding: 2px 10px;
  background: #FFF;
  border: 1px solid #B81C22;
  font-size: 1.2rem;
  color: #B81C22;
  vertical-align: middle;
}
.style--top_access .list .unit .text .title img {
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
}
.attention span {
  padding: 2px 10px;
  background: #FFF;
  border: 1px solid #B81C22;
  font-size: 1.4rem;
  color: #B81C22;
  vertical-align: middle;
  border-radius:30px;
  font-weight:bold;
}
.attention2 span {
  padding: 2px 10px;
  background: #B81C22;
  border: 1px solid #B81C22;
  font-size: 1.36rem;
  color: #fff;
  vertical-align: middle;
  border-radius:30px;
  font-weight:bold;
}
@media (max-width:767.98px) {
  .style--top_access .list .unit + .unit {
    margin-top: 40px;
  }
}
.style--top_entry {
  position: relative;
  padding-top: 170px;
  padding-bottom: 100px;
  background: url("../image/content/top/entry_back.jpg") no-repeat center center;
  background-size: cover;
}
.style--top_entry .illustration {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width:767.98px) {
  .style--top_entry .illustration {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
.style--top_entry .illustration .img {
  width: 405px;
  height: 202px;
  background: url("../image/content/top/illustration_3.png") no-repeat center center;
  background-size: contain;
}
@media (max-width:767.98px) {
  .style--top_entry .illustration .img {
    max-width: 100%;
  }
}
.style--top_entry .hl {
  text-align: center;
}
@media (max-width:767.98px) {
  .style--top_entry .hl img {
    height: 35px;
    width: auto;
  }
}
.style--top_entry .hl:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 30px auto 50px;
  background: #FFF;
}

h3.hl.head {
  font-size: 3.8rem;
  font-weight: bold;
  color: #700004;
}

h3.hl.head_w {
  font-size: 3.8rem;
  font-weight: bold;
  color: #FFFFFF;
}

h3.hl.head_wtop {
  font-size: 3.5rem;
  font-weight: bold;
  color: #FFFFFF;
}

span.underline_y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(72%, #E99609));
  background: linear-gradient(transparent 72%, #E99609 72%);
}

@media (max-width:767.98px) {
  h3.hl.head {
    font-size: 3rem;
  }
  h3.hl.head_w {
    font-size: 3rem;
  }
  h3.hl.head_wtop {
    font-size: 2rem;
  }
  .style--top_voice {
    padding-top: 90px;
  }
  .style--top_concept .comment {
    font-size: 1.4rem;
  }
}
