@charset "UTF-8";
/* ============================================================
 init
============================================================ */
body {
  color: #555;
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    line-height: 1.76923;
  }
}

#wrap {
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #wrap {
    min-width: 1200px;
  }
}

@media screen and (min-width: 769px) {
  .inner {
    width: 1200px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 15px;
  }
}

/* tag
------------------------------------------------------------ */
main {
  display: block;
}

img {
  width: auto;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

div, section, h1, h2, h3, h4, h5, h6, p, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, dl, dt, dd, a, span, img, small, strong, b, figure {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure {
  margin: 0;
}

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

/* link
------------------------------------------------------------ */
a {
  color: #555;
  overflow: hidden;
  outline: none;
  /* for FF*/
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 769px) {
  a.tel {
    pointer-events: none;
  }
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

/* font
------------------------------------------------------------ */
.notoserif {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 600;
}

.robotoC {
  font-family: 'Roboto Condensed', sans-serif;
}

.large {
  font-size: 20px;
}

.larger {
  font-size: 24px;
}

/* utility
------------------------------------------------------------ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .pcElement {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spElement {
    display: none !important;
  }
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.alignLeft {
  text-align: left;
}

.objectFitImg1 {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.objectFitImg2 {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.flex {
  display: -webkit-flex;
  display: flex;
}

.flex.inline {
  display: -webkit-inline-flex;
  display: inline-flex;
}

.flex.column {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.itemCenter {
  -webkit-align-items: center;
  align-items: center;
}

.flex.contentCenter {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex.between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* layout
------------------------------------------------------------ */
.heading1 {
  margin-bottom: 50px;
  color: #005bac;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
}

.merit .heading1 {
  color: #39A48A;
}

@media screen and (max-width: 768px) {
  .heading1 {
    margin-bottom: 25px;
    font-size: 30px;
  }
}

.heading1 .sub {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.merit .heading1 .sub {
  color: #555;
}

@media screen and (max-width: 768px) {
  .heading1 .sub {
    font-size: 15px;
  }
}

.heading2 {
  margin-bottom: 0.75em;
  color: #005bac;
  font-size: 34px;
  line-height: 1.47059;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .heading2 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.lBlockWrap {
  padding-top: 80px;
}

.lBlockWrap.point {
  background: #EFF8FA;
}

.lBlockWrap.merit {
  background: #F2FCFA;
}

.lBlockWrap.case {
  background: url(../img/top/bg02.gif);
}

@media screen and (max-width: 768px) {
  .lBlockWrap {
    padding-top: 40px;
  }
}

.lSection {
  padding-bottom: 80px;
}

.point .lSection {
  background: #DFF1F6;
}

.merit .lSection {
  background: #E6F9F4;
}

.case .lSection {
  background: url(../img/top/bg03.gif);
}

@media screen and (max-width: 768px) {
  .lSection {
    padding-bottom: 40px;
  }
}

.lSection .heading {
  position: relative;
  top: -20px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 500px;
  height: 40px;
  margin: 0 auto 60px;
  background: #FFF;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 5px;
}

.point .lSection .heading,
.case .lSection .heading {
  color: #0F9FA6;
}

.merit .lSection .heading {
  color: #0071BA;
}

@media screen and (max-width: 768px) {
  .lSection .heading {
    top: -10px;
    width: 250px;
    height: 20px;
    margin-bottom: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 10px;
  }
}

.box1 {
  position: relative;
  padding: 80px 100px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .box1 {
    padding: 100px 15px 15px;
  }
}

.box1 + .box1 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .box1 + .box1 {
    margin-top: 15px;
  }
}

.box1 .num {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .box1 .num {
    left: 50%;
    width: 167px;
    margin-left: -83px;
  }
  .box1 .num img {
    width: 100%;
  }
}

.box1 .section .txt {
  margin: auto;
}

@media screen and (min-width: 769px) {
  .box1 .section .txt {
    width: 800px;
  }
}

.box1 .section .txt + .fig {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .box1 .section .txt + .fig {
    margin-top: 14px;
  }
}

.box1 .section .fig {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .box1 .section .fig img {
    width: 100%;
  }
}

.box1 .cards {
  margin-top: 52px;
}

@media screen and (min-width: 769px) {
  .box1 .cards {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .box1 .cards {
    margin-top: 14px;
  }
}

@media screen and (min-width: 769px) {
  .box1 .cards .card1:not(:first-child):not(:nth-child(2)) {
    margin-top: 12px;
  }
}

@media screen and (min-width: 769px) {
  .box1 .cards .card1:nth-child(2n) {
    margin-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  .box1 .cards .card1 + .card1 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .box2 {
    margin: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .box2 {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  }
}

.box2:nth-child(2n-1) .ttl {
  background-image: -moz-linear-gradient(0deg, #39a48a 30%, #005bac 100%);
  background-image: -webkit-linear-gradient(0deg, #39a48a 30%, #005bac 100%);
  background-image: -ms-linear-gradient(0deg, #39a48a 30%, #005bac 100%);
}

.box2:nth-child(2n) .ttl {
  background-image: -moz-linear-gradient(0deg, #95ba00 0%, #39a48a 100%);
  background-image: -webkit-linear-gradient(0deg, #95ba00 0%, #39a48a 100%);
  background-image: -ms-linear-gradient(0deg, #95ba00 0%, #39a48a 100%);
}

.box2 + .box2 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .box2 + .box2 {
    margin-top: 15px;
  }
}

.box2 .ttl {
  position: relative;
  z-index: 1;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 800px;
  height: 150px;
  padding-left: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 1.46667;
  letter-spacing: 0.25px;
}

@media screen and (min-width: 769px) {
  .box2 .ttl {
    margin-left: 60px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 768px) {
  .box2 .ttl {
    width: 100%;
    height: 105px;
    padding-left: 15px;
    font-size: 17px;
    line-height: 1.47059;
  }
}

.box2 .content {
  position: relative;
}

@media screen and (min-width: 769px) {
  .box2 .figArea {
    position: absolute;
    top: 80px;
    left: 0;
  }
}

.box2 .figArea .imgWrap {
  width: 470px;
}

@media screen and (max-width: 768px) {
  .box2 .figArea .imgWrap {
    width: 100%;
  }
}

.box2 .figArea .imgWrap img {
  width: 100%;
}

.box2 .info {
  padding: 30px 0 0 60px;
}

@media screen and (max-width: 768px) {
  .box2 .info {
    padding: 20px 15px;
  }
}

.box2 .info .head,
.box2 .info .data {
  font-size: 12px;
  line-height: 1.5;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .box2 .info .head,
  .box2 .info .data {
    font-size: 10px;
    line-height: 1.8;
  }
}

.box2 .info .data {
  padding-left: 1em;
  text-indent: -1em;
}

.box2 .txtArea {
  padding: 120px 70px 100px 190px;
  background: #FFF;
}

@media screen and (min-width: 769px) {
  .box2 .txtArea {
    width: 800px;
    margin: -80px 0 0 auto;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 768px) {
  .box2 .txtArea {
    padding: 0 15px 2em;
  }
}

.box2 .txtArea .txt + .txt {
  margin-top: 2em;
}

.card1 {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 494px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .card1 {
    width: 100%;
  }
}

.card1 .txtArea {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 203px;
  padding: 9px;
}

@media screen and (max-width: 768px) {
  .card1 .txtArea {
    width: 55.03876%;
    padding: 0 0 5px;
  }
}

.card1 .txtArea .tag span {
  display: inline-block;
  padding: 8px 10px 7px;
  background: #eee;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.25px;
}

@media screen and (max-width: 768px) {
  .card1 .txtArea .tag span {
    display: block;
    padding: 4px 0;
    font-size: 10px;
    text-align: center;
  }
}

.card1 .txtArea .logo {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .card1 .txtArea .logo {
    padding: 0 14px;
  }
  .card1 .txtArea .logo .logo01 {
    width: 100px;
  }
  .card1 .txtArea .logo .logo02 {
    width: 87px;
  }
  .card1 .txtArea .logo .logo03 {
    width: 97px;
  }
  .card1 .txtArea .logo .logo04 {
    width: 102px;
  }
  .card1 .txtArea .logo .logo05 {
    width: 75px;
  }
  .card1 .txtArea .logo .logo06 {
    width: 77px;
  }
  .card1 .txtArea .logo .logo07 {
    width: 60px;
  }
  .card1 .txtArea .logo .logo08 {
    width: 102px;
  }
}

.card1 .txtArea .txt {
  width: 100%;
  margin: 0;
  color: #999;
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .card1 .txtArea .txt {
    font-size: 10px;
    line-height: 1.4;
  }
}

.card1 .imgArea {
  width: 289px;
}

@media screen and (max-width: 768px) {
  .card1 .imgArea {
    width: 44.96124%;
  }
}

.card1 .imgArea img {
  width: 100%;
}

.cards2 {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cards2 {
    margin-top: 85px;
  }
}

.card2 {
  position: relative;
  display: inline-block;
  width: 540px;
  padding: 50px 60px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .card2 {
    display: block;
    width: 100%;
    padding: 30px 15px;
  }
}

@media screen and (min-width: 769px) {
  .cards2 .card2:nth-child(2n-1) {
    margin-top: -45px;
  }
}

@media screen and (min-width: 769px) {
  .cards2 .card2:nth-child(2n) {
    margin: 40px 0 0 40px;
  }
}

@media screen and (min-width: 769px) {
  .cards2 .card2:nth-child(2) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .cards2 .card2 + .card2 {
    margin-top: 15px;
  }
}

.card2 .num {
  position: absolute;
  top: 0;
  left: 0;
  border: 55px solid transparent;
  border-top-color: #aaa;
  border-left-color: #aaa;
}

@media screen and (max-width: 768px) {
  .card2 .num {
    border-width: 41px;
  }
}

.card2 .num p {
  position: absolute;
  top: -38px;
  left: -36px;
  color: #FFF;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.25px;
}

@media screen and (max-width: 768px) {
  .card2 .num p {
    top: -33px;
    left: -30px;
    font-size: 25px;
  }
}

.card2 .ttl {
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.25px;
}

.card2 .ttl.blue {
  color: #005bac;
}

.card2 .ttl.green {
  color: #2B987D;
}

.card2 .ttl.yellow {
  color: #87A800;
}

@media screen and (max-width: 768px) {
  .card2 .ttl {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

.card2 .ttl .icon {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .card2 .ttl .icon {
    margin-bottom: 15px;
  }
}

.card2 .ttl .icon01 {
  height: 88px;
}

@media screen and (max-width: 768px) {
  .card2 .ttl .icon01 {
    height: 66px;
  }
}

.card2 .ttl .icon02,
.card2 .ttl .icon03,
.card2 .ttl .icon04,
.card2 .ttl .icon05 {
  height: 80px;
}

@media screen and (max-width: 768px) {
  .card2 .ttl .icon02,
  .card2 .ttl .icon03,
  .card2 .ttl .icon04,
  .card2 .ttl .icon05 {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .card2 .ttl .icon02 {
    height: 65px;
  }
}

.card2 .ttl .icon06 {
  height: 92px;
}

@media screen and (max-width: 768px) {
  .card2 .ttl .icon06 {
    height: 69px;
  }
}

.card2 .txt {
  text-align: left;
}

/* object
------------------------------------------------------------ */
.oBtn {
  position: relative;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 490px;
  height: 80px;
  background: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .oBtn {
    font-size: 17px;
  }
}

.oBtn:hover {
  color: #005bac;
}

.oBtn.arrRight1::after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  border: solid transparent;
  border-width: 8px 10px;
  border-left-color: #555;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .oBtn.arrRight1::after {
    right: 3px;
    border-width: 5px 7px;
    margin-top: -5px;
  }
}

.oBtn.arrRight1:hover::after {
  border-left-color: #005bac;
}

@media screen and (max-width: 768px) {
  .oBtn {
    width: 100%;
    height: 50px;
  }
}

/* header
============================================================ */
.mainvisual {
  position: relative;
  width: 100%;
}

.mainvisual img {
  width: 100%;
}

/* main
============================================================ */
.cvBlock {
  padding: 60px 0;
  background: #005bac;
  color: #fff;
  letter-spacing: 0.25px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cvBlock {
    padding: 20px 0;
  }
}

.cvBlock .large {
  margin-top: 26px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .cvBlock .large {
    margin-top: 4px;
    font-size: 10px;
  }
}

.cvBlock .larger {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .cvBlock .larger {
    font-size: 12px;
  }
}

.cvBlock b {
  position: relative;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  .cvBlock b {
    font-size: 25px;
  }
}

.cvBlock b .line {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 400px;
  height: 16px;
  margin-left: -200px;
  background-image: -moz-linear-gradient(0deg, #95ba00 0%, #39a48a 100%);
  background-image: -webkit-linear-gradient(0deg, #95ba00 0%, #39a48a 100%);
  background-image: -ms-linear-gradient(0deg, #95ba00 0%, #39a48a 100%);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  content: "";
}

@media screen and (max-width: 768px) {
  .cvBlock b .line {
    bottom: 0;
    width: 210px;
    height: 8px;
    margin-left: -105px;
  }
}

.cvBlock b .txt {
  position: relative;
  z-index: 1;
}

.cvBlock .btnArea {
  margin-top: 23px;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .cvBlock .btnArea {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .cvBlock .btnArea .oBtn {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .cvBlock .btnArea .oBtn + .oBtn {
    margin-left: 21px;
  }
}

@media screen and (max-width: 768px) {
  .cvBlock .btnArea .oBtn + .oBtn {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .cvBlock .btnArea .oBtn.tel {
    font-family: 'Roboto Condensed', sans-serif;
  }
}

.cvBlock .btnArea .oBtn.tel .icon {
  width: 36px;
}

@media screen and (max-width: 768px) {
  .cvBlock .btnArea .oBtn.tel .icon {
    width: 25px;
  }
}

.cvBlock .btnArea .oBtn .icon {
  width: 48px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .cvBlock .btnArea .oBtn .icon {
    width: 32px;
    margin-right: 10px;
  }
}

[class*='block0'] {
  position: relative;
}

.reasonBlock {
  padding: 40px 0 80px;
  background-color: #fafafa;
  background-image: url(../img/top/bg01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 1400px auto;
  background-size: 1400px auto;
}

@media screen and (min-width: 769px) {
  .reasonBlock {
    height: 1204px;
  }
}

@media screen and (max-width: 768px) {
  .reasonBlock {
    padding: 20px 0 40px;
    -webkit-background-size: auto 60%;
    background-size: auto 60%;
  }
}

.reasonBlock .heading {
  font-size: 60px;
  letter-spacing: 0.75px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .reasonBlock .heading {
    font-size: 30px;
  }
}

.reasonBlock .heading img {
  margin: 0 19px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .reasonBlock .heading img {
    width: 100px;
    margin: 0 10px;
  }
}

.reasonBlock .sectionWrap {
  position: relative;
  z-index: 1;
  margin-top: -16px;
  padding: 90px 100px 420px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .reasonBlock .sectionWrap {
    margin-top: 19px;
    padding: 30px 15px 170px;
  }
}

@media screen and (min-width: 769px) {
  .reasonBlock .sectionWrap .row {
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .reasonBlock .sectionWrap .section {
    width: 600px;
  }
}

.reasonBlock .sectionWrap .section .ttl {
  margin-bottom: 22px;
  color: #005bac;
  font-size: 34px;
  line-height: 1.47059;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .reasonBlock .sectionWrap .section .ttl {
    margin-bottom: 19px;
    font-size: 20px;
    line-height: 1.5;
  }
}

.reasonBlock .sectionWrap .section .txt {
  line-height: 2.5;
  letter-spacing: 0.25px;
}

@media screen and (max-width: 768px) {
  .reasonBlock .sectionWrap .section .txt {
    line-height: 1.92308;
  }
}

.reasonBlock .sectionWrap .section .txt b {
  color: #005bac;
}

.reasonBlock .sectionWrap .figure {
  position: relative;
  width: 360px;
  height: 350px;
  padding: 40px 35px;
  background: #eee;
  letter-spacing: 0.25px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .reasonBlock .sectionWrap .figure {
    width: 260px;
    height: 232px;
    margin: 26px auto 0;
    padding: 20px 0;
  }
}

.reasonBlock .sectionWrap .figure::before {
  position: absolute;
  top: 50%;
  left: -60px;
  margin-top: -25px;
  border: solid transparent;
  border-width: 25px 30px;
  border-right-color: #eee;
  content: "";
}

@media screen and (max-width: 768px) {
  .reasonBlock .sectionWrap .figure::before {
    top: -22px;
    left: 50%;
    margin-left: -20px;
    border-width: 24px 20px;
    border-right-color: transparent;
    border-bottom-color: #eee;
  }
}

.reasonBlock .sectionWrap .figure .ttl {
  color: #005bac;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .reasonBlock .sectionWrap .figure .ttl {
    font-size: 15px;
  }
}

.reasonBlock .sectionWrap .figure .txt {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .reasonBlock .sectionWrap .figure .txt {
    margin-top: 10px;
    font-size: 10px;
  }
}

.reasonBlock .sectionWrap .figure .graph {
  margin-top: 33px;
}

@media screen and (max-width: 768px) {
  .reasonBlock .sectionWrap .figure .graph {
    margin-top: 16px;
  }
}

.reasonBlock .sectionWrap .figure .graph img {
  width: 190px;
}

@media screen and (max-width: 768px) {
  .reasonBlock .sectionWrap .figure .graph img {
    width: 143px;
  }
}

.sliderWrap {
  position: absolute;
  z-index: 1;
  bottom: 160px;
  left: 0;
  width: 100%;
  height: 280px;
  background: url(../img/top/loop01.jpg) repeat-x;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-animation: loop 40s linear infinite both;
  -moz-animation: loop 40s linear infinite both;
  -o-animation: loop 40s linear infinite both;
  animation: loop 40s linear infinite both;
}

@media screen and (max-width: 768px) {
  .sliderWrap {
    bottom: 55px;
    height: 140px;
  }
}

@-webkit-keyframes loop {
  0% {
    background-position: left center;
  }
  100% {
    background-position: -1640px center;
  }
}

@keyframes loop {
  0% {
    background-position: left center;
  }
  100% {
    background-position: -1640px center;
  }
}

/* footer
============================================================ */
.copyright {
  padding: 33px 0 36px;
  background: #014078;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .copyright {
    padding: 15px 0 17px;
  }
}

.copyright small {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  .copyright small {
    font-size: 10px;
  }
}

.floatCv {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  background: #7DC1ED;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 769px) {
  .floatCv {
    min-width: 890px;
  }
}

.floatCv.slidein {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.floatCv .btnArea {
  font-size: 0;
  text-align: center;
}

.floatCv .btnArea .oBtn {
  width: 400px;
  height: 70px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .floatCv .btnArea .oBtn {
    width: 145px;
    height: 50px;
    font-size: 19px;
  }
}

@media screen and (max-width: 768px) {
  .floatCv .btnArea .oBtn::after {
    content: none;
  }
}

.floatCv .btnArea .oBtn + .oBtn {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .floatCv .btnArea .oBtn + .oBtn {
    margin-left: 10px;
  }
}

@media screen and (min-width: 769px) {
  .floatCv .btnArea .oBtn.tel {
    font-family: 'Roboto Condensed', sans-serif;
  }
}

.floatCv .btnArea .oBtn.tel .icon {
  width: 27px;
}

@media screen and (max-width: 768px) {
  .floatCv .btnArea .oBtn.tel .icon {
    width: 21px;
  }
}

.floatCv .btnArea .oBtn .icon {
  width: 36px;
  margin-right: 17px;
}

@media screen and (max-width: 768px) {
  .floatCv .btnArea .oBtn .icon {
    width: 27px;
    margin-right: 10px;
  }
}

/*# sourceMappingURL=../css/base.css.map */
