@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/inc/font/fonts/slick.eot");
  src: url("/inc/font/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/inc/font/fonts/slick.woff") format("woff"), url("/inc/font/fonts/slick.ttf") format("truetype"), url("/inc/font/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%;
  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; }

@media screen and (max-width: 568px) {
  #reason #main .grid {
    margin: 0; } }

#reason #main .grid [class*='col-'] {
  padding-bottom: 0; }
  @media screen and (max-width: 568px) {
    #reason #main .grid [class*='col-'] {
      padding: 0 10px 30px; } }

#reason #main figure {
  text-align: center; }

#reason #strength .strength_list li {
  padding-bottom: 20px; }
  @media screen and (max-width: 800px) {
    #reason #strength .strength_list li {
      padding: 0 10px 20px; } }
  @media screen and (max-width: 568px) {
    #reason #strength .strength_list li {
      padding: 0 10px 40px; } }
  #reason #strength .strength_list li figure {
    text-align: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 568px) {
      #reason #strength .strength_list li figure {
        margin-bottom: 0; } }
  #reason #strength .strength_list li .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 2.1rem;
    font-weight: 600;
    margin: 0; }
    @media screen and (max-width: 800px) {
      #reason #strength .strength_list li .title {
        -ms-flex-pack: center;
            justify-content: center;
        font-size: 1.6rem; } }
    @media screen and (max-width: 568px) {
      #reason #strength .strength_list li .title {
        -ms-flex-pack: start;
            justify-content: flex-start;
        font-size: 1.8rem; } }
    #reason #strength .strength_list li .title .number {
      color: #0092E5;
      font-size: 5.2rem;
      margin-right: 22px; }
      @media screen and (max-width: 800px) {
        #reason #strength .strength_list li .title .number {
          font-size: 3.5rem;
          margin-right: 12px; } }
      @media screen and (max-width: 568px) {
        #reason #strength .strength_list li .title .number {
          font-size: 4rem; } }

#reason #difference .box.arrow.bottom {
  border: 3px solid #0092E5;
  margin-bottom: 160px; }
  #reason #difference .box.arrow.bottom:before {
    top: auto;
    bottom: -100px; }
  #reason #difference .box.arrow.bottom .boxwrap {
    padding: 50px 70px; }
    @media screen and (max-width: 800px) {
      #reason #difference .box.arrow.bottom .boxwrap {
        padding: 30px; } }
    @media screen and (max-width: 568px) {
      #reason #difference .box.arrow.bottom .boxwrap {
        padding: 30px 10px; } }

#reason #difference .gist {
  font-size: 3rem;
  font-weight: 600; }
  @media screen and (max-width: 800px) {
    #reason #difference .gist {
      text-align: left; } }
  @media screen and (max-width: 568px) {
    #reason #difference .gist {
      font-size: 1.8rem; } }

#reason #difference .box.blue.top_board .boxwrap {
  position: relative; }
  @media screen and (max-width: 568px) {
    #reason #difference .box.blue.top_board .boxwrap {
      padding: 105px 10px 0; } }
  #reason #difference .box.blue.top_board .boxwrap h3 {
    margin-bottom: 0; }
    #reason #difference .box.blue.top_board .boxwrap h3 .blue_board {
      display: inline-block;
      color: #fff;
      font-size: 2.4rem;
      padding: 18px 25px;
      max-width: 100%;
      white-space: nowrap;
      line-height: 1;
      background: #0092E5;
      position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 800px) {
        #reason #difference .box.blue.top_board .boxwrap h3 .blue_board {
          line-height: 1.3;
          top: -50px; } }
      @media screen and (max-width: 568px) {
        #reason #difference .box.blue.top_board .boxwrap h3 .blue_board {
          white-space: normal;
          width: 95%;
          padding: 18px 10px; } }
  #reason #difference .box.blue.top_board .boxwrap h4 {
    color: #000;
    font-weight: 600; }

#reason #chosen .btn.wide {
  width: 100%; }

/*# sourceMappingURL=../_map/page/reason.css.map */
