@charset "UTF-8";
html{
  font-size: 62.5%;
}
body{
  margin: 0;
  padding: 0;

  font-family:YakuHanJP , Noto Sans JP, "Hiragino Kaku Gothic ProN",'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.8333;
  color: #000;

}
*{
  box-sizing: border-box;
}

a {
  opacity: 1;
  transition: all .5s ease;
}

a:hover {
  opacity: .7;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
figure {
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}

p,
li,
dt,
dd {

  margin: 0;
  padding: 0;
}

a {
  background: transparent;
  color: #000;
  text-decoration: none;
}

a img {
  display: inline-block;
}

a:active,
a:hover {
  outline: 0;
}

input[type='image']:focus {
  outline: 0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
}

button {
  border: none;
  outline: 0;
  cursor: pointer;
}

/* clearfix */
.cf:before,
.cf:after {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.pce {
  display: block;
}

.spe {
  display: none;
}




/*============================
#main_content general
============================*/

#wrapper {
  color: #000;
  width: 100%;
  min-width: 1200px;
}
#wrapper section{
  width: 100%;

}
#wrapper main{
  display: block;
  width: 100%;
  overflow-x: hidden;
}

#wrapper .inner{
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  text-align: center;
}


/*============================
header
============================*/
#wrapper header .inner{
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
}
#wrapper header .left_box {
width: 220px;
padding-top: 5px;
}

#wrapper *{
  position: relative;
  box-sizing: border-box;
}

/*============================
fv
============================*/

#wrapper .fv{
  background-color: #0068c0;
  padding-top: 40px;
  z-index: 2;
  background-image: url('../img/fv_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}

#wrapper .fv h2{
  padding-bottom: 485px;
}
#wrapper .fv .fv_main{
  width: 846px;
  position: absolute;
  bottom: -28px;
  left:50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#wrapper .fv .inner{
  position: relative;
}
#wrapper .fv .fv_icon{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*============================
cv
============================*/

#wrapper .cv{

}

#wrapper .cv h3{
  margin-bottom: 18px;
}
#wrapper .btn_cv{
  -webkit-animation: pulse 2s 0s infinite;
  animation: pulse 2s 0s infinite
}

@-webkit-keyframes pulse {
  0% {
      scale: 1;
      transform: scale(1)
  }

  8% {
      scale: 1.04;
      transform: scale(1.04)
  }

  17% {
      scale: 1;
      transform: scale(1)
  }

  25% {
      scale: 1.02;
      transform: scale(1.02)
  }

  38% {
      scale: 1;
      transform: scale(1)
  }

  100% {
      scale: 1
  }
}

@keyframes pulse {
  0% {
      scale: 1;
      transform: scale(1)
  }

  8% {
      scale: 1.04;
      transform: scale(1.04)
  }

  17% {
      scale: 1;
      transform: scale(1)
  }

  25% {
      scale: 1.02;
      transform: scale(1.02)
  }

  38% {
      scale: 1;
      transform: scale(1)
  }

  100% {
      scale: 1
  }
}

/*============================
fv_cv
============================*/

#wrapper .fv_cv{
  background-color: #d4f1f6;
  padding: 112px 0 72px;
  background-image: url('../img/fvbottom_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}

#wrapper .fv_cv h3{
  margin-top: 55px;
}


/*============================
achievment
============================*/

#wrapper .achievment{
  padding: 112px 0 130px;
}

/*============================
voice
============================*/

#wrapper .voice{
  background-image: url('../img/voice_bg.jpg');
  background-repeat: repeat;
  background-position: center top;
}
#wrapper .voice .inner{
  padding: 80px 0 70px;
}

#wrapper .voice .voice_icon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#wrapper .voice .voice_icon li{
  position: absolute;
}

#wrapper .voice .voice_icon li:nth-of-type(1){
  left: 97px;
  top: 65px;
}

#wrapper .voice .voice_icon li:nth-of-type(2){
  left: 0px;
  top: 192px;
}

#wrapper .voice .voice_icon li:nth-of-type(3){
  right: 80px;
  top: 100px;
}

#wrapper .voice .voice_icon li:nth-of-type(4){
  right: 0px;
  top: 235px;
}


/*============================
sample
============================*/
#wrapper .sample{
  overflow: hidden;
}
#wrapper .sample ul li{
  background-repeat: repeat;
  background-position: center top;
padding: 115px 0 125px;
}

#wrapper .sample ul li:nth-of-type(1){
  background-image: url('../img/sample_bg01.jpg');
}

#wrapper .sample ul li:nth-of-type(2){
  background-image: url('../img/sample_bg02.jpg');
  margin-top: -2px;
  position:  relative;
}
#wrapper .sample ul li:nth-of-type(2) .inner{
  position: relative;
}
#wrapper .sample ul li:nth-of-type(2) .sample_img02{
  position: absolute;
  right: -170px;
  top: 94px;
}

#wrapper .sample ul li:nth-of-type(3){
  background-image: url('../img/sample_bg03.jpg');

}

/*============================
sample_cv
============================*/

#wrapper .sample_cv{
  margin-top: 55px;
}

/*============================
solve
============================*/

#wrapper .solve{
  background-image: url('../img/solve_bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  padding: 75px 0 125px;
  background-color: #f6edc7;
}

#wrapper .solve h2{
  width: 627px;
  margin: 0 0 144px;
}

#wrapper .solve ol{
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

/*============================
price
============================*/

#wrapper .price{
  background-image: url('../img/price_bg.jpg');
  background-repeat: repeat;
  background-position: center top;
  padding: 120px 0 100px;
}

#wrapper .price h2{
  margin-bottom: 45px;
}

#wrapper .price h2 + p{
  margin-bottom: 35px;
}

#wrapper .price  .price_list{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#wrapper .price  .price_list li:nth-of-type(2){
  margin-bottom: -8px;
  filter:drop-shadow(0 0 5px #333333);
}

#wrapper .price .price_bottom{
  margin-top: 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
}

/*============================
step
============================*/

#wrapper .step{
  background-color: #d4f1f6;
  padding-bottom: 135px;
}
#wrapper .step .step_list{

margin-bottom: 80px;
}
#wrapper .step .step_list li{
  position: relative;

  overflow: visible;
  }

#wrapper .step .step_list li picture{
  position: relative;
  z-index: 1;
}
#wrapper .step .step_list li img{
  position: relative;
  z-index: 1;
}
#wrapper .step .step_list li:not(:last-child){
  margin-bottom: 50px;


}
#wrapper .step .step_list li:not(:last-child):after{
  content: "";
  display: block;
  width: 6px;
  padding-top: 102px;
  background-image: url('../img/step_line.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 90px;
  bottom: -80px;
  z-index: 10;
}

/*============================
footer
============================*/

#wrapper footer .inner {
  padding: 28px 0 60px;
}
#wrapper footer .inner .footer_list {
}
#wrapper footer .inner .footer_list li{
  display: inline-block;
}
#wrapper footer .inner .footer_list li a{
  color: #000;
  font-size: 16px;
  transition: all ease 0.5s;
  position: relative;
  text-decoration: none;
  display: block;
  line-height: 1;
}


#wrapper footer .inner .footer_list li:not(:last-child){
  margin-right: 60px;
}
#wrapper footer .inner .footer_list li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#wrapper  .inner .footer_list li a:hover::after {
  transform: scale(1, 1);
}


#wrapper footer .inner .copy{
  margin-top: 15px;
  font-size: 12px;
}


/*----- フェードイン -----*/
.inviewfadeIn {
  opacity: 0;
  transition: .8s;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
}

.fadeIn {
  opacity: 1.0;
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transition: .8s;
}

.inviewUp {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: .8s;
}

