/*-------------------------------------------------------------

	support_ranger

-------------------------------------------------------------*/
.thiscontents {
  background: #000;
  color: #fff;
  background-attachment: fixed;
}
.thiscontents .tablet_sp {
  display: none;
}
.thiscontents .section_inner {
  padding: 50px;
}
.thiscontents .content_width {
  max-width: 1300px;
  width: 100%;
  margin: auto;
}
.thiscontents .yellow {
  color: #FFF100;
}
@media screen and (max-width: 1220px) {
  .thiscontents .section_inner {
    padding: 0;
  }
}
@media screen and (max-width: 1030px) {
  .thiscontents .tablet_sp {
    display: block;
  }
  .thiscontents .pc_tablet {
    display: none;
  }
}

/*-------------------------------------------------------------
		main
-------------------------------------------------------------*/
.main {
  background: url("../images/support_ranger/main_student_bg.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.main .content_flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px;
}
.main .title_block {
  position: relative;
  width: 48%;
  z-index: 1;
}
.main .main_caption {
  position: relative;
  z-index: 1;
}
.main .photo_block {
  width: 100%;
}
.main .photo_block::before, .main .photo_block::after {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  opacity: 0.5;
}
.main .photo_block::after {
  background: url(../images/support_ranger/shadow_right.png) no-repeat center/47% auto;
  bottom: -14%;
  right: -47.9%;
}
.main .photo_block::before {
  background: url(../images/support_ranger/shadow_left.png) no-repeat center/47% auto;
  bottom: -15.7%;
  left: -0.4%;
  z-index: 0;
}
.main .photo_block .photo {
  animation: photoAnime ease-in-out 0.7s forwards;
  animation-delay: 0s;
  animation-duration: 1s;
  width: 48%;
  position: absolute;
  right: 2%;
  bottom: 18%;
  z-index: 1;
}
.main .logo {
  width: 80%;
  margin: 40px auto 50px;
}
@media screen and (max-width: 1030px) {
  .main {
    background: url("../images/support_ranger/main_student_bg_sp.jpg");
    background-position: bottom center;
    background-size: cover;
  }
  .main .title_block, .main .photo_block {
    width: 100%;
  }
  .main .photo_block {
    margin-top: 1vw;
  }
  .main .photo_block::after {
    background: url(../images/support_ranger/shadow_right.png) no-repeat center/100% auto;
    bottom: -6%;
    right: inherit;
    right: -45%;
    width: 95%;
  }
  .main .photo_block::before {
    background: url(../images/support_ranger/shadow_left.png) no-repeat center/100% auto;
    bottom: -7.4%;
    right: inherit;
    left: -37.4%;
    width: 85.4%;
  }
  .main .photo_block .photo {
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .main .logo {
    margin: 3vw auto;
  }
  .main .main_caption {
    margin-top: 3vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 800px) {
  .main .photo_block {
    margin-top: 3vw;
  }
  .main .photo_block::after {
    bottom: -3%;
    right: -41%;
    width: 90%;
  }
  .main .photo_block::before {
    bottom: -4.8%;
    right: inherit;
    left: -37.9%;
  }
  .main .main_caption {
    font-size: 5vw;
  }
  .main .content_flex {
    padding: 5vw 5vw 8vw;
  }
  .main .logo {
    margin: 5vw auto;
  }
  .main .main_caption {
    margin-top: 5vw;
    font-size: 3.8vw;
  }
}

/*===============================================================
	section_ranger
===============================================================*/
.section_ranger .section_inner {
  padding: 80px 50px 50px 50px;
}
@media screen and (max-width: 1220px) {
  .section_ranger .section_inner {
    padding: 50px;
  }
}
@media screen and (max-width: 800px) {
  .section_ranger .section_inner {
    padding: 10vw 5vw;
  }
}

/*===============================================================
	content_renger
===============================================================*/
.content_renger {
  position: relative;
  /*-------------------------------------------------------------
  		item
  -------------------------------------------------------------*/
  /*===============================================================
  	title_block
  ===============================================================*/
  /*===============================================================
  	txt_block
  ===============================================================*/
  /*===============================================================
  	teach_block
  ===============================================================*/
}
.content_renger .item:nth-child(n+3) {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .content_renger .item:nth-child(n+2) {
    margin-top: 15vw;
  }
  .content_renger .item:nth-child(n+3) {
    margin-top: 15vw;
  }
}
.content_renger .item {
  position: relative;
  z-index: 0;
  border: solid;
  padding-bottom: 14%;
  opacity: 0;
}
.content_renger .item .txt_block {
  padding: 20px 30px 20px;
  margin: 0px 0px 0px;
  border-top: none;
}
.content_renger .item .ranger_title {
  position: absolute;
  width: 95%;
  left: 50%;
  transform: translate(-50%, -102%);
  z-index: -1;
}
@media screen and (max-width: 1220px) {
  .content_renger .item {
    padding-bottom: 18%;
  }
}
@media screen and (max-width: 1030px) {
  .content_renger .item {
    width: 100%;
    padding-bottom: 0;
    margin-top: 13vw;
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .content_renger .item {
    margin-top: 8vw;
  }
  .content_renger .item .inner {
    padding: 0;
  }
  .content_renger .item .txt_block {
    padding: 4vw 4vw 0vw;
  }
}
.content_renger .title_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background: #000;
}
.content_renger .title_block .photo, .content_renger .title_block .title {
  margin: auto;
}
.content_renger .title_block .photo {
  width: 30%;
}
.content_renger .title_block .title {
  width: 65%;
  font-size: 18px;
}
@media screen and (max-width: 1220px) {
  .content_renger .title_block .photo {
    width: 60%;
    margin: 3vw auto 3vw;
  }
  .content_renger .title_block .title {
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .content_renger .title_block .title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 800px) {
  .content_renger .title_block {
    padding: 4vw;
  }
  .content_renger .title_block .title {
    font-size: 4.2vw;
  }
}
.content_renger .txt_block .title {
  font-size: 20px;
}
.content_renger .txt_block .txt {
  position: relative;
  z-index: 1;
}
.content_renger .txt_block .txt .comment {
  font-size: 15px;
}
@media screen and (max-width: 1030px) {
  .content_renger .txt_block .title {
    font-size: 3vw;
  }
  .content_renger .txt_block .txt .comment {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 800px) {
  .content_renger .txt_block .title {
    font-size: 4.8vw;
  }
  .content_renger .txt_block .txt .comment {
    font-size: 3.6vw;
  }
}
.content_renger .teach_block {
  width: 100%;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  /*===============================================================
  	support
  ===============================================================*/
}
.content_renger .teach_block .photo_teach {
  width: 20%;
  position: absolute;
  bottom: 0;
  left: 30%;
  z-index: 1;
}
@media screen and (max-width: 1220px) {
  .content_renger .teach_block {
    width: 80%;
    font-size: 3vw;
  }
  .content_renger .teach_block .photo_teach {
    width: 30%;
    left: 0%;
  }
}
@media screen and (max-width: 1030px) {
  .content_renger .teach_block {
    position: inherit;
    width: 95%;
    margin-top: 13vw;
  }
  .content_renger .teach_block .photo_teach {
    width: 30%;
    left: 0%;
  }
}
@media screen and (max-width: 800px) {
  .content_renger .teach_block {
    margin-top: 8vw;
  }
  .content_renger .teach_block .photo_teach {
    width: 24%;
    left: 12%;
  }
}
.content_renger .teach_block .support {
  margin-left: auto;
  clip-path: polygon(100% -228%, 100% 100%, 0% 100%);
  background: #1F2A66;
  padding: 10px 20px;
  text-align: right;
  width: 100%;
  z-index: 8;
  font-size: 15px;
  width: 80%;
}
.content_renger .teach_block .support .support_title {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.content_renger .teach_block .support .teach .joy {
  display: block;
  padding: 10px 0 0;
  font-size: 13px;
}
.content_renger .teach_block .support .teach .name {
  font-weight: bold;
  font-size: 18px;
  padding-right: 2px;
}
@media screen and (max-width: 1220px) {
  .content_renger .teach_block .support {
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .content_renger .teach_block .support {
    font-size: 3vw;
    padding: 2vw;
  }
  .content_renger .teach_block .support .support_title {
    font-size: 3.6vw;
  }
  .content_renger .teach_block .support .teach .name {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 800px) {
  .content_renger .teach_block .support {
    font-size: 3.8vw;
    clip-path: polygon(100% -300%, 100% 100%, 0% 100%);
    padding: 2vw 4vw;
  }
  .content_renger .teach_block .support .support_title {
    font-size: 3.8vw;
  }
  .content_renger .teach_block .support .teach .joy {
    display: block;
    padding: 2vw 0 0;
    font-size: 3.2vw;
  }
  .content_renger .teach_block .support .teach .name {
    font-size: 3.8vw;
    padding-right: 0.5vw;
  }
}

/*====================================================================
	bg
====================================================================*/
.bg_renger01 {
  background: #E60012;
}

.bg_renger02 {
  background: #009944;
}

.bg_renger03 {
  background: #EB6100;
}

.bg_renger04 {
  background: #0068B7;
}

.bg_renger05 {
  background: #E4007F;
}

.bg_renger06 {
  background: #00A29A;
}

/*====================================================================
	Animation
====================================================================*/
/* tdStampInSwing */
.tdStampInSwing {
  animation-name: tdStampInSwing;
  animation-delay: 0.25s;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes tdStampInSwing {
  0% {
    opacity: 0;
    transform: scale(1.3) rotate(-3deg);
    animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
/* boingInUp */
.boingInUp {
  animation-name: boingInUp;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes boingInUp {
  0% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(-90deg);
  }
  50% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(50deg);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(0deg);
  }
}
@keyframes photoAnime {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}/*# sourceMappingURL=support_ranger.css.map */