@charset "UTF-8";


.beginner-contents {
  background: url(../img/beginner/bg.jpg) center center / 100px;
  position: relative;
}

.beginner-contents:after {
  content: "";
  display: block;
  width: 34px;
  height: 40px;
  border-top: 20px solid;
  border-right: 17px solid;
  border-bottom: 20px solid;
  border-left: 17px solid;
  border-color: #fff transparent transparent transparent;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}


.beginner-contents .contents{
  max-width: 1240px;
  width: 92%;
  margin:0 auto;
  padding: 105px 0;
  position: relative;
}
@media all and (max-width: 1416px) {
.beginner-contents .contents {
  position: static;
}
}
@media all and (max-width: 767px) {
  .beginner-contents .contents {
    padding: 60px 20px 60px;
  }
}


.taxi-img {
  width: 311px;
  position: absolute;
  top:-158px;
  right: -87px;
}
@media all and (max-width:1416px) {
  .taxi-img {
    top:-95px;
    right: 0;
  }
}
@media  all and (max-width: 767px) {
  .taxi-img {
    width: 40%;
    top: -50px;
  }
}



.beginner-item {
  margin-bottom: 88px;
  position: relative;
}
.beginner-item:last-of-type {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .beginner-item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media all and (max-width: 767px) {
  .beginner-item {
    margin-bottom: 70px;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
  }
}


.beginner-l {
  width: 45%;
  min-width: 45%;
  max-width: 540px;
  border-radius: 3px;
  position: relative;
}
@media all and (max-width: 767px) {
  .beginner-l {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-top: 20px;
  }
}

.beginner-l .beginner-img img {
  box-shadow: 10px 10px 0 #daeaca;
  height: 360px;
}
@media all and (min-width: 768px) {
  .beginner-item:nth-of-type(2n) .beginner-l .beginner-img img {
  box-shadow: -10px 10px 0 #729c30;
  }
}
@media all and (max-width: 767px) {
  .beginner-l .beginner-img img {
    height: 250px;
  }
}

.beginner-l::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background: url(../img/common/line_wh.png) left / 17px;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 767px) {
  .beginner-l::after {
    height: 11px;
    background: url(../img/common/line_wh.png) left / 11px;
  }
}

.beginner-img img {
  border-radius: 3px;
}

.beginner-r {
  width: 100%;
  padding-top: 130px;
}
@media all and (max-width: 767px) {
  .beginner-r {
    padding-top: 0;
  }
}

.beginner-l + .beginner-r {
  width: 55%;
  padding-left: 5%;
  padding-top: 0;
}
@media all and (min-width: 768px) {
  .beginner-l + .beginner-r  {
    padding-right: 9%;
  }
  .beginner-item:nth-of-type(2n) .beginner-l + .beginner-r {
    padding-left: 9%;
    padding-right: 5%;
  }
}
@media all and (max-width: 767px) {
  .beginner-r {
    box-sizing: border-box;
  }
  .beginner-l + .beginner-r  {
    width: 100% ;
    padding:0;
  }
}






.beginner-point {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 106px;
  height: 106px;
  background: #729c30;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
}
@media all and (min-width: 768px) {
  .beginner-l + .beginner-r .beginner-point {
    left: auto;
    right: 52%;
    top: -56px;
  }
  .beginner-item:nth-of-type(2n) .beginner-l + .beginner-r .beginner-point {
    right: auto;
    left: 52%;
  }
}
@media all and (max-width: 767px) {
  .beginner-point {
    width: 60px;
    height: 60px;
    top: -10px;
    left: -15px;
  }
}

.beginner-point::after {
  content: "";
  display: block;
  width: 44px;
  height: 18px;
  box-sizing: border-box;
  border-top: 9px solid;
  border-right: 22px solid;
  border-bottom: 9px solid;
  border-left: 22px solid;
  border-color: transparent transparent transparent #729c30;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -22px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.beginner-item:nth-of-type(2n) .beginner-point::after {
  border-color: transparent transparent transparent #DAEACB;
}

@media all and (min-width: 768px) {
  .beginner-l + .beginner-r .beginner-point::after {
  border-color: transparent #729c30 transparent transparent;
  -webkit-transform: rotate(-30deg);
     -moz-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
       -o-transform: rotate(-30deg);
          transform: rotate(-30deg);
  bottom: 10px;
  left: -2px;
  }
  .beginner-item:nth-of-type(2n) .beginner-l + .beginner-r .beginner-point::after {
  border-color: transparent transparent transparent #daeaca;
  -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
  bottom: 10px;
  right: -24px;
  left: auto;
  }
}
@media all and (max-width: 767px) {
  .beginner-item .beginner-r .beginner-point::after,
  .beginner-item .beginner-l + .beginner-r .beginner-point::after  {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: auto;
  right: -30px;
  top: 50%;
  margin-top: -9px;
  left: auto;
  }
}


.beginner-item:nth-of-type(2n) .beginner-point {
  color: #729c30;
  background: #daeaca;
}

.beginner-point .point-position {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50% , -50%);
     -moz-transform: translate(-50% , -50%);
      -ms-transform: translate(-50% , -50%);
       -o-transform: translate(-50% , -50%);
          transform: translate(-50% , -50%);
  z-index: 1;
}


.beginner-point .point {
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .beginner-point .point {
    font-size: 11px;
  }
}

.beginner-point .point-num {
  font-size: 36px;
}
@media all and (max-width: 767px) {
  .beginner-point .point-num {
    font-size: 20px;
  }
}

.beginner-ttl {
  margin-bottom: 16px;
  padding:15px 0;
  position: relative;
}
@media all and (max-width: 767px) {
  .beginner-ttl {
    font-size: 14px;
    padding:10px 0;
    margin-left: 60px;
  }
}

.beginner-ttl:before,
.beginner-ttl:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.beginner-ttl:after {
  top: auto;
  bottom: 0;
}

.beginner-ttl span {
  font-size: 20px;
  line-height: 2;
  padding: 8px 0;
  background: linear-gradient(transparent 50%, #fae900 50%);
}
@media all and (max-width: 767px) {
  .beginner-ttl span {
    font-size: 14px;
    line-height: 20px;
    padding:2px 0;
  }
}

.beginner-txt {
  font-weight: bold;
  line-height: 36px;
}
@media all and (max-width: 767px) {
  .beginner-txt {
    font-size: 12px;
    line-height: 18px;
  }

}







