@charset "utf-8";
/* CSS Document */
/**************************************************************
HTCサービス-LP-css
**************************************************************/
.outer-block {
  display: table;
}
.inner-block {
  display: table-cell;
  vertical-align: middle;
}

.htc-bk01 {
  background: url(https://www.anthink.co.jp/wp/wp-content/uploads/2017/10/52.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.htc-bk01-height {
  height: 500px;
}
.htc-bk02 {
  position: relative;
  overflow: hidden;
  margin-bottom: -7%;
  padding: 20px 0 100px 0;
}
.htc-bk02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 80%;
  margin-top: -3%;
  margin-left: -50%;
  background: #f7f7f7;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  z-index: -1;
}
.htc-bk02-rev {
  position: relative;
  overflow: hidden;
  margin-bottom: -7%;
  padding: 20px 0 100px 0;
}
.htc-bk02-rev:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 80%;
  margin-top: -3%;
  margin-left: -50%;
  background: #f7f7f7;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  z-index: -1;
}
.htc-h2 {
  color: #094458;
  text-align: center;
    position: relative;
    padding-bottom: 40px;
    font-size: 36px;
	  font-family: 游明朝, "Yu mincho", YuMincho, "Hiragino mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.htc-h2::after, .htc-h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.htc-h2::before {
    width: 260px;
    height: 3px;
    background-color: #0d193a;
    z-index: 2;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}
.htc-h2::after {
    width: 90%;
    left: 5%;
    height: 1px;
    background-color: #0d193a;
    z-index: 1;
}
.htc-heading01 {
    display: inline-block;
	  color: #094458;
    margin: 0 20px 0 0;
    font-size: 26px;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}
.htc-heading01-underline {
  border-bottom: solid 2px #094458;
}
.htc-h4 {
	      color: #094458;
    margin: 0;
    font-size: 30px;
    font-family: 游明朝, "Yu mincho", YuMincho, "Hiragino mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    position: relative;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 10px;
	  font-weight: bold;
}
.htc-h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}

.htc-merit-heading {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px #0083B0;
  border-bottom: solid 2px #0083B0;
}
.htc-merit-heading:before, .htc-merit-heading:after{
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #0083B0;
}
.htc-merit-heading:before {left: 7px;}
.htc-merit-heading:after {right: 7px;}
.htc-merit-heading h4 {
  font-size: 14px;
}
.htc-h3 {
  padding-left: 0.5em;
  border-left: solid 5px #0083B0;
}

.htc-button1 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.htc-button1::before,
.htc-button1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.htc-button1,
.htc-button1::before,
.htc-button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.htc-button1 {
  position: relative;
  z-index: 2;
  border: 2px solid #094458;
  color: #094458;
  line-height: 50px;
  overflow: hidden;
}
.htc-button1:hover {
  color: #fff;
}
.htc-button1::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.htc-button1:hover::after {
  background: #094458;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.htc-flow-box {
  border: solid 2px #094458;
}
.htc-flow {
  padding: 10px 0;
  text-align: center;
  background-color: #094458;
  position: relative;
}
.htc-flow:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #094458;
  border-width: 16px;
  margin-left: -16px;
  z-index: 2;
}

.htc-dl{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ccc;
}
.htc-dl dt {
  width: 22.5%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  border-bottom-width: 1px;
  padding-top: 13px;
  padding-bottom: 15px;
}
.htc-dl dd {
  width: 77.5%;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  border-bottom-width: 1px;
  padding-top: 13px;
  padding-bottom: 15px;
}









.kjs-heding-h2 {
  padding: 20px;
  font-size:20px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
  background: linear-gradient(#325a8c 0%, #1c3959 100%);
  border:1px solid #325a8c;
  box-shadow:inset 1px 1px 0 rgba(255,255,255,0.25);
}
.kjs-heding-h3 {
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
	font-size:20px;
}
.kjs-heding-h3::before,
.kjs-heding-h3::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.kjs-heding-h3:before{
	border-bottom: 3px solid #325a8c;
	width: 100%;
}
.kjs-heding-h3:after{
	border-bottom: 3px solid #d8d8d8;
	width: 100%;
}
.kjs-heding {
  padding-left: 5px;
  border-left: 5px double #325a8c;
}
.fukidashi {
  position: relative;
  border: 4px solid #325a8c;
}
.fukidashi:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #325a8c transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.kjs-bk02 {
  padding: 140px 40px 30px 40px;
  background: url(https://www.anthink.co.jp/wp/wp-content/uploads/2018/06/de7a8a70b1ad9ece36c1f09cb62ed03a_l.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.bg601 {
    padding: 48px 0 24px;
    background: url(https://www.anthink.co.jp/wp/wp-content/uploads/2018/06/f7aa2e32011b0a115d36516124f1e519_m.jpg);
	  height: 400px;
	background-position: 50% 50%;
    background-size: cover;
}











/*---------- 共通設定 ----------*/
.yu-min {
    font-family: 游明朝, "Yu mincho", YuMincho, "Hiragino mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/*---------- タイトル設定 ----------*/
.htc-top-catchcopy {
    font-size: 60px;
    margin: 0;
    color: #ffffff;
}
.htc-top-target {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}





.htc-catchcopy {
    font-size: 60px;
    margin: 0;
    color: #ffffff;
}
.htc-target {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1;
	  margin-top: 100px;
}

/*---------- 背景設定 ----------*/
.htc-top-back-wrap {
  margin-top: 50px;
  padding-bottom: 130px;
  background-color: #eee;
}
.htc-top-back {
  margin-top: -50px;
    background-image: url(https://www.anthink.co.jp/wp/wp-content/uploads/2018/06/htc-top.jpg);
	  background-position: 50% 0%;
    background-size: cover;
    background-color: #495456;
    background-blend-mode: overlay;
	  height: 480px;
	  -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
	 display: table;
}
.htc-top-back-inner {
  display: table-cell;
  vertical-align: middle;
  height: 480px;
}
.htc-top-box {
    margin-top: -280px;
}
.htc-top-block {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
    padding: 50px 10px;
	  color: #0a4458;
}
.htc-top-block::after {
    content: "\f0d7";
    font-family: fontawesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    right: initial;
    top: initial;
    left: 0;
    right: 0;
    color: #0a4458;
}




.htc-bgc {
    background-color: #f5f5f5;
}
.htc-topbgc {
    height: 520px;
    margin-top: 50px;
    background: #f5f5f5;
    z-index: 1;
	  position: relative;
}
.htc-topbg {
    position: absolute;
    top: -10%;
    right: 0;
    left: 0;
    margin: auto auto;
}
.htc-topbgi {
    background-image: url(https://www.anthink.co.jp/wp/wp-content/uploads/2018/06/htc-top.jpg);
	  background-position: 50% 0%;
    background-size: cover;
    background-color: #667275;
    background-blend-mode: overlay;
	  height: 480px;
	  -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
}
.htc-topbox {
    position: absolute;
        bottom: -16%;
}
.htc-topblock {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
    padding: 50px 10px;
	  color: #0a4458;
}
.htc-topblock::after {
    content: "\f0d7";
    font-family: fontawesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    right: initial;
    top: initial;
    left: 0;
    right: 0;
    color: #0a4458;
}

.htc-topblock-blue {
    background-color: #0a4458;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
    padding: 50px 10px;
	  color: #fff;
	  position: relative;
}
.htc-topblock-blue::after {
    content: "\f0d7";
    font-family: fontawesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    right: initial;
    top: initial;
    left: 0;
    right: 0;
    color: #fff;
}

.number-title {
    font-weight: bold;
    position: relative;
    top: 50%;
    font-size: 15px;
    margin: 0;
    transform: translateY(-50%);
}
.numberbox {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    font-size: 20px;
    color: white;
    background-color: #0a4458;
    text-align: center;
    display: table-cell !important;
}
.numberside-title {
    display: table-cell;
    vertical-align: middle;
    border: 0;
    min-height: 30px;
    padding: 0 0 0 5px;
    font-weight: bold;
    font-size: 15px;
}
.number {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  line-height: 32px;
  color: white;
  background-color: #0a4458;
  text-align: center;
}
/*---------- ボックスを重ねる設定 ----------*/
.merit-box {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
	  padding: 20px;
}
.htc-merit .left {
    margin-left: 40px;
}
.htc-merit .right {
    margin-left: -40px;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
  .htc-merit .left {
    margin-left: 0px;
  }
  .htc-merit .right {
    margin-left: 0px;
  }
  .htc-top-back {
    display: block;
  }
  .htc-top-back-inner {
    display: inline-block;
  }
  .htc-h2 {
    font-size: 24px;
  }
  .htc-h4 {
    text-align: center;
    font-size: 22px;
  }
  .htc-heading01 {
    font-size: 18px;
  }
  .htc-top-catchcopy {
    font-size: 24px;
  }
  .htc-top-target {
    margin: 120px 0 10px 0;
    font-size: 18px;
  }
  .htc-bk02 {
    padding-bottom: 20px;
  }
  .htc-bk02:before {
    height: 90%;
  }
  
  
  
}
@media screen and (min-width: 0px) and (max-width: 480px) {
  .htc-bk02:before {
    height: 95%;
  }
}

