@charset "UTF-8";
/* ==========================================================================
   共通css
   ========================================================================== */
body {
  background: url(img/bg.gif) repeat top center; }

#sp-wrapper {
  color: #222;
  font-size: 16px;
  font-size: 1.6rem; }

#main {
  padding-bottom: 0; }

#pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px; }

@media screen and (max-width: 767px) {
  #sp-wrapper {
    font-size: 14px;
    font-size: 1.4rem; }

  #pagetop {
    width: 50px; } }
/* ==========================================================================
   ヘッダー
   ========================================================================== */
#header {
  background-color: #fff; }

#header-inner {
  width: 1200px;
  margin: 0 auto;
  height: 520px;
  z-index: 10;
  position: relative; }

#logo {
  padding-top: 30px; }

#ttl {
  text-align: center;
  padding-top: 50px; }

@media screen and (max-width: 767px) {
  #header-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px 40px;
    height: auto; }

  #logo {
    width: 60%;
    padding-top: 15px; }

  #ttl {
    padding-top: 30px; } }
/* ソーシャルボタン */
.sns-list {
  position: absolute;
  right: 0;
  top: 15px;
  letter-spacing: -.4em;
  text-align: right;
  white-space: nowrap; }
  .sns-list li {
    display: inline-block;
    letter-spacing: normal;
    margin-left: 10px;
    vertical-align: top; }

.fb_iframe_widget > span {
  vertical-align: baseline !important; }

@media screen and (max-width: 767px) {
  .sns-list {
    position: relative;
    text-align: center;
    padding: 10px 0 0; } }
/* ==========================================================================
   フッター
   ========================================================================== */
/* ==========================================================================
   コンテンツ
   ========================================================================== */
.number-wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px; }
  .number-wrap h2 {
    margin-bottom: 80px; }

.number-cont {
  background-color: #fff;
  padding: 50px; }

.contL {
  float: left;
  position: relative; }

.contR {
  float: right;
  position: relative; }

h3 {
  margin-bottom: 10px; }

.cont-inner {
  margin-bottom: 50px; }
  .cont-inner .fl {
    width: 260px; }
  .cont-inner .fr {
    width: 250px;
    text-align: left;
    padding-top: 40px; }
  .cont-inner h3 {
    margin-bottom: 0; }
  .cont-inner:last-child {
    margin-bottom: 0; }

.notes {
  font-size: 80%;
  color: #999;
  font-weight: normal !important;
  margin-top: 5px; }

.odometer {
  color: #17aaea;
  font-size: 74px;
  font-size: 7.4rem;
  font-family: 'Heebo', sans-serif !important;
  font-weight: 900; }

.fs100 {
  font-size: 100px;
  font-size: 10rem; }

.odo-wrap {
  display: inline-block;
  position: relative; }
  .odo-wrap .ab {
    color: #17aaea;
    font-weight: bold;
    position: absolute;
    font-size: 36px;
    font-size: 3.6rem; }

.text {
  text-align: left;
  margin-top: 10px; }

.relative {
  position: relative; }

@media screen and (max-width: 767px) {
  .number-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 20px 0; }
    .number-wrap h2 {
      margin-bottom: 30px; }
      .number-wrap h2 img {
        height: 35px;
        width: auto; }

  .number-cont {
    padding: 10px 10px; }

  .contL, .contR {
    float: none; }

  .h3 {
    margin-bottom: 0px; }
    h3 img {
      /* height: 20px; */
      width: auto; }

  .cont-inner .fl, .cont-inner .fr {
    width: 100%;
    float: none; }
  .cont-inner .fr {
    padding-top: 10px; }

  .odometer {
    font-size: 60px;
    font-size: 6rem; }

  .odo-wrap {
    margin-top: 15px; }
    .odo-wrap .ab {
      font-size: 30px;
      font-size: 3rem; } }

.cont01 .contL {
  width: 410px; }
  .cont01 .contL .number {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #17aaea;
    font-size: 95px;
    font-size: 9.5rem;
    font-family: 'Heebo', sans-serif !important;
    font-weight: 900; }
    .cont01 .contL .number span {
      font-size: 60%; }
.cont01 .contR {
  width: 540px; }
.cont01 .odo-wrap {
  padding-right: 30px; }
  .cont01 .odo-wrap .ab {
    right: -20px;
    bottom: 3px; }

@media screen and (max-width: 767px) {
  .cont01 .contL, .cont01 .contR {
    width: 100%; }
  .cont01 .contL {
    margin-bottom: 20px; }
    .cont01 .contL .number {
      font-size: 60px;
      font-size: 6rem; }
    .cont01 .contL h3 {
      margin-bottom: 15px; }
  .cont01 .odo-wrap {
    padding-right: 20px; } }

.cont02 {
  background: url(img/meet_bg.jpg) no-repeat center 87%;
  background-color: #fff;
  padding: 0px 80px 120px 80px; }
  .cont02 .contL, .cont02 .contR {
    width: 490px; }
  .cont02 .odo-wrap {
    padding-right: 30px; }
    .cont02 .odo-wrap .ab {
      right: -20px;
      bottom: 7px; }
    .cont02 .odo-wrap .ab.left {
      left: -320px; }

@media screen and (max-width: 767px) {
  .cont02 {
    padding: 0px 30px 100px 30px;
    background-size: 80% auto;
    background-position: center 95%; }
    .cont02 .contL, .cont02 .contR {
      width: 100%; }
    .cont02 .contL {
      margin-bottom: 40px; }
      .cont02 .contL .odo-wrap {
        margin-left: 20%; }
    .cont02 .odo-wrap {
      padding-right: 20px; }
      .cont02 .odo-wrap .ab {
        bottom: 2px; }
      .cont02 .odo-wrap .ab.left {
        left: -200px; } }

.cont03 {
  background: url(img/test_bg.jpg) no-repeat center bottom;
  background-color: #fff;
  padding: 80px 80px 330px; }
  .cont03 .contL, .cont03 .contR {
    width: 490px; }
    .cont03 .contL .odo-wrap, .cont03 .contR .odo-wrap {
      margin-left: 10%; }
  .cont03 .odo-wrap {
    padding-left: 60px; }
    .cont03 .odo-wrap .ab {
      right: -50px;
      bottom: 7px; }
    .cont03 .odo-wrap .ab.left {
      left: -180px;
      bottom: 7px; }
  .cont03 .cont-inner {
    padding: 70px 80px 0; }
    .cont03 .cont-inner .fr {
      width: 550px;
      padding-top: 0; }

@media screen and (max-width: 767px) {
  .cont03 {
    padding: 30px 20px 100px;
    background-size: 90% auto; }
    .cont03 .contL, .cont03 .contR {
      width: 100%; }
    .cont03 .contL {
      margin-bottom: 40px; }
    .cont03 .odo-wrap {
      padding-left: 30px; }
      .cont03 .odo-wrap .ab {
        right: -40px;
        bottom: 3px; }
      .cont03 .odo-wrap .ab.left {
        left: -140px;
        bottom: 3px; }
    .cont03 .cont-inner {
      padding: 40px 0 0; }
      .cont03 .cont-inner .fr {
        width: 100%; } }
.cont04 {
  padding: 80px 80px 0; }

.license-list {
  letter-spacing: -.40em; }
  .license-list li {
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    width: 290px;
    margin-right: 85px;
    margin-bottom: 80px; }
    .license-list li:nth-child(3n) {
      margin-right: 0; }
  .license-list .graph-in {
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    width: 100%;
    text-align: center; }
    .license-list .graph-in .number {
      color: #17aaea;
      font-size: 70px;
      font-size: 7rem;
      line-height: 1.0;
      font-family: 'Heebo', sans-serif !important;
      font-weight: 900; }
      .license-list .graph-in .number span {
        font-size: 60%; }

@media screen and (max-width: 767px) {
  .cont04 {
    padding: 5px 20px 30px; }
    .cont04 h3 {
      margin-bottom: 15px; }
      .cont04 h3 img {
        /* height: 30px; */
        width: auto; }

  .license-list {
    display: block; }
    .license-list li {
      display: block;
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px; }
      .license-list li:last-child {
        margin-bottom: 0; }
      .license-list li .graph-in .number {
        font-size: 57px;
        font-size: 5.7rem; } }

/* 180723 追記 */

.flbox{
	display: flex;
	justify-content: space-between;
}
section.flbox.column2 > *{
	box-sizing: border-box;
	width: 590px;
}
section .flbox.column2 > *{
	box-sizing: border-box;
	width: 50%;
}
.borderR{border-right: 4px solid #b9b9b9;}
.mt20{margin-top: 20px !important;}
.mb20{margin-bottom: 20px !important;}
.pt20{padding-top: 20px !important;}
.ab.sub{
	position: relative;
	margin-left: 2rem;
	font-size: 24px;
	font-size: 2.4rem;
}
.addition01 .odo-wrap .ab,
.addition02 .odo-wrap .ab,
.addition03 .odo-wrap .ab,
.addition04 .odo-wrap .ab,
.addition05 .odo-wrap .ab{bottom: 0;}

.addition01 > .inner,
.addition02 > .inner,
.addition03 > .inner,
.addition04 > .inner,
.addition05 > .inner{margin-top: 50px;}

.addition02 > .inner > .img{vertical-align: bottom;}

.addition03 > .inner{
	position: relative;
	width: 1050px;
	height: 270px;
}
.addition03 > .inner .addition03-graph{width: 100%;}
.addition03 > .inner .addition03-1,
.addition03 > .inner .addition03-2,
.addition03 > .inner .addition03-3{
	width: 33%;
	text-align: left;
	vertical-align: top;
	position: absolute;
	left: 0;
}
.addition03 > .inner .addition03-4,
.addition03 > .inner .addition03-5{
	width: 25%;
	text-align: left;
	vertical-align: top;
	position: absolute;
	right: 4%;
}
.addition03 > .inner .odo-wrap{
	position: absolute;
	right: 0;
}
.addition03 > .inner .addition03-1{top: -3%;}
.addition03 > .inner .addition03-2{top: 33%;}
.addition03 > .inner .addition03-3{top: 73%;}
.addition03 > .inner .addition03-4{top: 73%;}
.addition03 > .inner .addition03-5{top: 12%;}

.addition04 > .inner{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.addition04 > .inner > *{
	width: 210px;
	text-align: center;
	margin: 0 auto 30px;
}
.addition04 > .inner > * p{
	line-height: 1.3;
	margin-top: 1.5rem;
	font-weight: bold;
	color: #4a4a4a;
}

@media screen and (max-width: 767px) {
	.flbox{
		display: block;
		margin-top: 20px;
	}
	.flbox > *{width: 100% !important;}
	.flbox > *:not(:first-child){margin-top: 20px;}
	.addition03 > .inner{
		width: 100%;
		height: auto;
	}
	.addition01 > .inner,
	.addition02 > .inner,
	.addition03 > .inner,
	.addition04 > .inner,
	.addition05 > .inner{margin-top: 20px;}
	.addition03 > .inner .addition03-1 img,
	.addition03 > .inner .addition03-2 img,
	.addition03 > .inner .addition03-3 img{width: calc(200 / 346 * 100%);}
	.addition03 > .inner .addition03-4 img,
	.addition03 > .inner .addition03-5 img{width: calc(132 / 262 * 100%);}
	.addition03 > .inner .odo-wrap{
		margin: auto 0;
		top: 0; bottom: 0;
	}
	.addition03 > .inner .odo-wrap .odometer{
		font-size: 24px;
		font-size: 2.4rem;
	}
	.addition03 > .inner .odo-wrap .ab{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.borderR{
		border-right: 0;
		border-bottom: 4px solid #b9b9b9;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
}
@media screen and (min-width: 768px) {
	.txtPcL{text-align: left;}
	.mtPc20{margin-top: 20px !important;}
	.mtPc40{margin-top: 40px !important;}
	.mtPc60{margin-top: 60px !important;}
	.mtPc80{margin-top: 80px !important;}
	.addition04 > .inner > .img{margin-top: -30px;}
}


.sp_Cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .sp_Cnt {
    display: block;
  }
}
.sp_Item {
  flex: 0 0 48%;
  max-width: 48%;
  margin-top: 4rem;
}

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

}

.sp_Item:nth-child(1),.sp_Item:nth-child(2){
  margin-top: 0rem;
}

.sp_Item > p {
  max-width: 80%;
  margin: 2rem auto 0;
  text-align: center;
}

.odo-wrap.odo_3,
.odo-wrap.odo_4,
.odo-wrap.odo_5,
.odo-wrap.odo_6
{
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.sp_letter {
  color: #17aaea;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
}