@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Poppins:wght@500;700&display=swap");
@media print {
  body {
    zoom: 0.6;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
}
@media print and (-ms-high-contrast: none) {
  @page {
    margin: 0mm 5mm;
    size: A4 portrait;
  }
  body {
    zoom: 1.8;
    width: 1200px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}
body #container {
  padding-top: 72px;
}
@media screen and (max-width: 875px) {
  body #container {
    padding-top: 60px;
  }
}
@media print {
  body #container {
    padding-top: 0;
  }
}

.mt-60 {
  margin-top: 60px;
}

.d-none {
  display: none;
}
@media screen and (max-width: 875px) {
  .d-none {
    display: block;
  }
}

.d-block {
  display: block;
}
@media screen and (max-width: 875px) {
  .d-block {
    display: none;
  }
}

@media screen and (max-width: 875px) {
  .mt-m-60 {
    margin-top: 30px;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  height: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print {
  .fixed-top {
    position: unset;
  }
}

.button-black-flat {
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 12px;
  width: 264px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

header .container {
  background-color: #49B25D;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 875px) {
  header .container {
    height: 61px;
  }
}
header .container .logo {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  font-size: 14px;
  font-weight: 500;
  padding-right: 26px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #000000;
  color: #FFFFFF;
}
header .container .logo img {
  margin-top: 6px;
  width: 89px;
  height: 58px;
  vertical-align: middle;
  padding-right: 26px;
  display: none;
}
@media screen and (max-width: 875px) {
  header .container .logo img {
    display: block;
  }
}
header .container .logo div {
  margin-top: 10px;
}
header .container .logo div p {
  margin: 5px 0;
}
@media screen and (max-width: 875px) {
  header .container .logo div {
    display: none;
  }
}
@media screen and (max-width: 875px) {
  header .container .logo {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    width: 64px;
    height: 61px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .container .logo img {
    width: 51px;
    height: auto;
    padding: 0;
    margin: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
header .container .row {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
header .container .row h1 {
  white-space: nowrap;
  font-size: 26px;
  font-weight: 700;
  height: 72px;
  line-height: 72px;
  background-image: url("../img/title_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
header .container .row .button-black-flat {
  margin-top: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
header .container .row .button-black-flat:hover {
  border-radius: 25px;
}
@media screen and (max-width: 875px) {
  header .container .row {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  header .container .row .button-black-flat {
    font-size: 11px;
    line-height: 34px;
    font-weight: 500;
    width: 120px;
    height: 34px;
    margin-right: 23px;
  }
  header .container .row h1 {
    background-position: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    height: 61px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
    color: #000000;
    padding-top: 15px;
    padding-left: 50px;
  }
  header .container .row h1 span {
    display: block;
  }
}

.hero_block {
  position: relative;
}
.hero_block .layer {
  position: relative;
}
.hero_block .layer::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#B5B5B5)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #B5B5B5 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.hero_block img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_block .hero_text {
  font-size: 68px;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  white-space: nowrap;
}
@media screen and (max-width: 875px) {
  .hero_block .hero_text {
    font-size: 20px;
    line-height: 1;
    bottom: 20px;
  }
}

svg {
  display: none;
  width: 20px;
  height: 50px;
  margin: 0 auto;
}
svg line {
  fill: none;
  stroke: #49B25D;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 0, 30;
  stroke-dashoffset: -5;
}
@media screen and (max-width: 875px) {
  svg {
    display: block;
  }
}

.sp-list {
  display: none;
}
@media screen and (max-width: 875px) {
  .sp-list {
    display: block;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    width: 310px;
  }
  .sp-list li {
    list-style-type: none;
    margin-bottom: 20px;
    position: relative;
  }
  .sp-list li .block-arrow {
    position: relative;
    display: inline-block;
    width: 78px;
    height: 57px;
    color: #ffffff;
    background-color: #49B25D;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 57px;
    text-align: center;
  }
  .sp-list li .block-arrow::before {
    content: "";
    display: block;
    background-color: #49B25D;
    width: 41px;
    height: 41px;
    border-radius: 5px;
    position: absolute;
    top: 7px;
    right: -18px;
    z-index: -10;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sp-list li .block-arrow span {
    position: absolute;
    line-height: 57px;
    left: 18px;
  }
  .sp-list li div {
    position: absolute;
    top: 5px;
    left: 0;
    width: 303px;
    height: 47px;
    background: transparent -webkit-gradient(linear, right top, left top, from(#7DFD8C), color-stop(60%, #FAFFB4)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #7DFD8C 0%, #FAFFB4 60%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    z-index: -20;
  }
  .sp-list li div span {
    position: absolute;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 110px;
  }
}

.heading_block {
  margin: 0 auto;
  max-width: 1039px;
  text-align: center;
  height: 440px;
  background-image: url("../img/heading_bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 875px) {
  .heading_block {
    background-image: unset;
    height: auto;
  }
}
.heading_block h2 {
  margin: 0;
  padding: 50px 0 70px;
  font-size: 48px;
  font-weight: 900;
}
.heading_block h2 p {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 875px) {
  .heading_block h2 {
    font-size: 28px;
    line-height: 52px;
    padding: 25px 0 10px;
  }
  .heading_block h2 p {
    font-size: 14px;
    line-height: 1;
  }
}
.heading_block .lead {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 875px) {
  .heading_block .lead {
    display: none;
  }
}

.objective_block {
  border-top: #49B25D 1px solid;
  border-bottom: #49B25D 1px solid;
  margin: 7px auto 130px;
  max-width: 1039px;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 875px) {
  .objective_block {
    margin: 0 12px 58px;
    font-size: 14px;
    padding: 10px 0;
    line-height: 24px;
    font-weight: 400;
  }
}

/*
.caption-band_box{
    position: relative;
    .caption-text{
        text-align: center;
        line-height: 69px;
        font-size:40px;
        font-weight: $fwbd;
        @include mq(sp){
            font-size:22px;
            line-height: 40px;
        }
    }
    .caption-band{
        position:absolute;
        text-align: right;
        left: 0;
        color: #FFFFFF;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size:30px;
        line-height: 69px;
        height: 69px;
        padding-right: 22px;
        width:43%;
        background: #49B25D 0% 0% no-repeat padding-box;
        @include mq(sp){
            font-size:16px;
            line-height: 40px;
            height: 40px;
            padding-right: 14px;
            width:30%;
        }
    }
    &.position-right{
        .caption-band{
            right:0;
            left:unset;
            text-align: left;
            padding-left: 22px;
        }
    }
}
*/
.caption-band_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.caption-band_box div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40%;
}
.caption-band_box .caption-band {
  text-align: right;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 69px;
  height: 69px;
  background: #49B25D 0% 0% no-repeat padding-box;
}
.caption-band_box .caption-band > span {
  margin-right: 22px;
}
@media screen and (max-width: 875px) {
  .caption-band_box .caption-band {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
  .caption-band_box .caption-band > span {
    margin-right: 14px;
  }
}
.caption-band_box .caption-text {
  padding: 0 50px;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  line-height: 69px;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 875px) {
  .caption-band_box .caption-text {
    padding: 0 20px;
    font-size: 22px;
    line-height: 40px;
  }
}
.caption-band_box.position-right .caption-band {
  text-align: left;
}
.caption-band_box.position-right .caption-band > span {
  margin-left: 22px;
}
@media screen and (max-width: 875px) {
  .caption-band_box.position-right .caption-band > span {
    margin-left: 14px;
  }
}

/*
.caption-band_box{
    display:flex;
    .caption-band{
        flex-basis: 40%;
        color: #FFFFFF;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size:30px;
        line-height: 69px;
        height: 69px;
        width:100%;
        text-align: right;
        padding-right: 22px;
        background: #49B25D 0% 0% no-repeat padding-box;
        @include mq(sp){
            flex-basis: 30%;
            font-size:16px;
            line-height: 40px;
            height: 40px;
            padding-right: 14px;
        }
    }
    .caption-text{
        line-height: 69px;
        font-size:40px;
        font-weight: $fwbd;
        //padding-left:36px;
        @include mq(sp){
            font-size:22px;
            line-height: 40px;
        //    padding-left:16px;
        }
    }
    &.position-right{
        flex-direction: row-reverse;
        .caption-band{
            text-align: left;
            padding-left: 22px;
            @include mq(sp){
                padding-left: 14px;
            }
        }
        .caption-text{
            //padding-right:36px;
            @include mq(sp){
            //    padding-right:16px;
            }
        }
    }
}
*/
/*
.caption-band_box{
    margin:0;
    position:  relative;
    overflow: hidden;
//    background-color: #FFFFFF;
    .caption-band{
        position: absolute;
        top:0;
        right: 60%;
        color: #FFFFFF;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size:30px;
        line-height: 69px;
        height: 69px;
        width:100%;
        text-align: right;
        padding-right: 22px;
        background: #49B25D 0% 0% no-repeat padding-box;
        @include mq(sp){
            font-size:16px;
            line-height: 40px;
            height: 40px;
        }
    }
    .caption-text{
        text-align: center;
        line-height: 69px;
        font-size:40px;
        font-weight: $fwbd;
        @include mq(sp){
            font-size:22px;
            line-height: 40px;
        }
    }
    &.position-right{
        .caption-band{
            top:0;
            left: 60%;
            text-align: left;
            padding-left: 22px;
        }
    }
}
*/
.achievement_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 130px 0 180px;
}
.achievement_box .caption-band_box {
  margin-bottom: 130px;
}
@media screen and (max-width: 875px) {
  .achievement_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .achievement_box .caption-band_box {
    margin-bottom: 40px;
  }
}
.achievement_box .square_box {
  width: 319px;
  height: 319px;
  border: 1px solid #49B25D;
  margin: 0 20px;
  text-align: center;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.achievement_box .square_box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.achievement_box .square_box .number {
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: -4.2px;
  color: #49B25D;
}
.achievement_box .square_box .number span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #49B25D;
}
.achievement_box .square_box .text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #191919;
}
@media screen and (max-width: 875px) {
  .achievement_box .square_box {
    border: none;
    border-top: 1px solid #49B25D;
    height: auto;
  }
  .achievement_box .square_box .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .achievement_box .square_box img {
    float: left;
    margin-right: 10px;
  }
  .achievement_box .square_box .number {
    font-size: 50px;
  }
  .achievement_box .square_box .number span {
    font-size: 12px;
    margin-left: 5px;
  }
  .achievement_box .square_box .text {
    clear: both;
    font-size: 15px;
  }
  .achievement_box .square_box:last-child {
    border-bottom: 1px solid #49B25D;
  }
  .achievement_box .square_box:last-child br {
    display: none;
  }
}

.recommend_box {
  position: relative;
  height: 490px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 875px) {
  .recommend_box {
    margin-bottom: 50px;
  }
  .recommend_box:last-child {
    height: 400px;
  }
}
.recommend_box .fadein_block .diagonal-bg {
  position: absolute;
  right: calc(-50% + 306px);
  width: 100%;
  background-color: #E2FFFD;
  border: 2px solid #49B25D;
  height: 480px;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
@media screen and (max-width: 875px) {
  .recommend_box .fadein_block .diagonal-bg {
    right: 12px;
    height: 126px;
    top: 70px;
    right: -80px;
    -webkit-transform: skewX(320deg);
            transform: skewX(320deg);
  }
}
.recommend_box .fadein_block img {
  position: absolute;
  top: 47px;
  left: calc(50% - 50px);
}
@media screen and (max-width: 875px) {
  .recommend_box .fadein_block img {
    top: 140px;
    width: 127px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.recommend_box .fadein_block .list {
  position: absolute;
  top: 160px;
  left: calc(50% - 50px);
  width: 641px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #000000;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.recommend_box .fadein_block .list.width-517 {
  width: 517px;
  text-indent: -1em;
  padding-left: 1em;
}
.recommend_box .fadein_block .list ul {
  list-style: none;
  padding-left: 25px;
}
.recommend_box .fadein_block .list ul li {
  padding: 5px 0;
}
.recommend_box .fadein_block .list ul li::before {
  content: "・";
}
.recommend_box .fadein_block .list.min-list {
  top: 178px;
  bottom: unset;
}
@media screen and (max-width: 875px) {
  .recommend_box .fadein_block .list.min-list {
    top: 200px;
  }
}
@media screen and (max-width: 875px) {
  .recommend_box .fadein_block .list {
    font-size: 15px;
    line-height: 27px;
    top: 200px;
    right: 0;
    left: 0;
    width: 100%;
  }
  .recommend_box .fadein_block .list ul li {
    margin-left: 1em;
    text-indent: -1em;
  }
}
.recommend_box .photo {
  position: absolute;
  top: 49px;
  left: 50%;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  width: 512px;
  height: 385px;
}
@media screen and (max-width: 875px) {
  .recommend_box .photo {
    width: 236px;
    height: 128px;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.recommend_box.position-left {
  height: 530px;
}
.recommend_box.position-left .fadein_block .diagonal-bg {
  left: calc(-50% + 306px);
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  height: 524px;
}
.recommend_box.position-left .fadein_block img {
  left: calc(50% - 430px);
}
.recommend_box.position-left .fadein_block .list {
  left: calc(50% - 430px);
}
.recommend_box.position-left .photo {
  left: 50%;
  top: 90px;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
@media screen and (max-width: 875px) {
  .recommend_box.position-left {
    height: 460px;
  }
  .recommend_box.position-left .fadein_block .diagonal-bg {
    right: 0;
    left: -60px;
    -webkit-transform: skewX(40deg);
            transform: skewX(40deg);
    height: 126px;
  }
  .recommend_box.position-left .fadein_block img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .recommend_box.position-left .fadein_block .list {
    left: 0;
    right: 0;
  }
  .recommend_box.position-left .photo {
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.features_block {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  width: 100%;
}
.features_block::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FF8F48), to(#FFD5FC)) no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FF8F48 0%, #FFD5FC 100%) no-repeat padding-box;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#7DFD8C), to(#FAFFB4)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #7DFD8C 0%, #FAFFB4 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
}
@media screen and (max-width: 875px) {
  .features_block {
    padding: 50px 0;
    overflow: hidden;
    margin-top: -100px;
  }
}
.features_block > .wrapper {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.features_block .caption-band_box {
  margin-bottom: 92px;
}
@media screen and (max-width: 875px) {
  .features_block .caption-band_box {
    margin-bottom: 40px;
  }
}
.features_block .features_box {
  max-width: 1040px;
  margin: 16px auto 0;
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.72) 0% 0% no-repeat padding-box;
  /*
  &::after{
      content: "";
      position: absolute;
      z-index: 2;
      width: 100%;
      height:100%;
      top: 0;
      left: 0;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      opacity: 0.72;
  }
  */
}
@media screen and (max-width: 875px) {
  .features_block .features_box {
    width: 352px;
  }
  .features_block .features_box .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features_block .features_box .icon {
  position: relative;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.features_block .features_box .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 875px) {
  .features_block .features_box .icon {
    text-align: center;
  }
  .features_block .features_box .icon img {
    position: unset;
    top: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
.features_block .features_box .text {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  padding-right: 67px;
}
@media screen and (max-width: 875px) {
  .features_block .features_box .text {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    padding: 0 16px;
  }
  .features_block .features_box .text span {
    display: block;
  }
}
.features_block .features_box .text div:first-child {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #191919;
  margin-bottom: 10px;
}
@media screen and (max-width: 875px) {
  .features_block .features_box .text div:first-child {
    text-align: center;
    font-size: 16px;
  }
}
.features_block .features_box .text div:last-child {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #191919;
}
.features_block .features_box .text ul.star {
  list-style: none;
  padding: 0;
}
.features_block .features_box .text ul.star li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  padding: 5px 0;
}
.features_block .features_box .text ul.star li::before {
  content: "★";
  color: #49B25D;
  margin-right: 10px;
}
@media screen and (max-width: 875px) {
  .features_block .features_box .text ul.star li br {
    display: none;
  }
}
.features_block .features_box .text ul.university {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 120px;
  margin-bottom: 0;
}
.features_block .features_box .text ul.university li {
  padding: 5px 0;
  height: 16px;
}
.features_block .features_box .text ul.university li::before {
  content: "";
}
@media screen and (max-width: 875px) {
  .features_block .features_box .text ul.university {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.go-to-form_block {
  padding: 88px 0 115px;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #000000;
}
.go-to-form_block button {
  margin-top: 21px;
}
@media screen and (max-width: 875px) {
  .go-to-form_block {
    font-size: 16px;
    padding: 53px 0 10px;
  }
}

.buttonRound {
  width: 433px;
  height: 95px;
  background: #49B25D 0% 0% no-repeat padding-box;
  border: 2px solid #30723D;
  border-radius: 48px;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #FFFFFF;
  -webkit-box-shadow: 0 5px 0 #30723D;
          box-shadow: 0 5px 0 #30723D;
  margin: 0 auto;
  cursor: pointer;
}
.buttonRound:hover, .buttonRound:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 875px) {
  .buttonRound {
    max-width: 306px;
    height: 62px;
    font-size: 20px;
  }
}

.underline {
  text-align: center;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #49B25D;
  margin-bottom: 0.5em;
}
.underline:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px; /*線の上下位置*/
  display: inline-block;
  width: 106px; /*線の長さ*/
  height: 1px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /*位置調整*/
  background-color: #49B25D; /*線の色*/
}
@media screen and (max-width: 875px) {
  .underline {
    font-size: 14px;
  }
  .underline:before {
    width: 75px;
  }
}

.about-us_block {
  margin: 120px 0;
  text-align: center;
}
@media screen and (max-width: 875px) {
  .about-us_block {
    margin: 52px 0 60px;
  }
}
.about-us_block .pc-hide {
  display: none;
}
@media screen and (max-width: 875px) {
  .about-us_block .pc-hide {
    display: block;
  }
}
.about-us_block .sp-hide {
  display: block;
}
@media screen and (max-width: 875px) {
  .about-us_block .sp-hide {
    display: none;
  }
}
.about-us_block .wrapper {
  max-width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px auto 0;
}
@media screen and (max-width: 875px) {
  .about-us_block .wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.about-us_block .photo {
  padding: 0;
  margin-right: 33px;
}
.about-us_block .photo img {
  width: 407px;
  height: 288px;
}
@media screen and (max-width: 875px) {
  .about-us_block .photo {
    margin: 0;
    margin-top: 29px;
  }
  .about-us_block .photo img {
    width: 182px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.about-us_block .wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 875px) {
  .about-us_block .wrapper-inner {
    margin-top: 25px;
  }
  .about-us_block .wrapper-inner .logo img {
    width: 107px;
  }
}
.about-us_block .text {
  text-align: left;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #191919;
}
@media screen and (max-width: 875px) {
  .about-us_block .text {
    font-size: 15px;
    line-height: 24px;
    padding: 0 12px;
  }
}

.caption-text {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #191919;
}
@media screen and (max-width: 875px) {
  .caption-text {
    font-size: 16px;
  }
}

.activity_block {
  text-align: center;
  background: #D5F8CD 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 68px 0 57px;
  margin-bottom: 164px;
  overflow: hidden;
}
@media screen and (max-width: 875px) {
  .activity_block {
    padding: 29px 0 43px;
    margin-bottom: 58px;
  }
}
.activity_block .wrapper {
  max-width: 1405px;
  margin: 0 auto;
  margin-top: 72px;
}
@media (max-width: 1545px) {
  .activity_block .wrapper {
    max-width: 1048px;
  }
}
@media (max-width: 1138px) {
  .activity_block .wrapper {
    max-width: 710px;
  }
}
@media screen and (max-width: 875px) {
  .activity_block .wrapper {
    margin-top: 36px;
    width: 100%;
  }
}

.slide-arrow {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #49B25D 0% 0% no-repeat padding-box;
  border: unset;
  top: 189px;
  cursor: pointer;
  z-index: 1024;
}
.slide-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.slide-arrow:hover {
  opacity: 0.75;
}
@media screen and (max-width: 875px) {
  .slide-arrow {
    width: 35px;
    height: 35px;
  }
}

.next-arrow {
  right: -70px;
}
.next-arrow:before {
  background: url(../img/slide-next-arrow.png) !important;
  background-size: contain !important;
}
@media screen and (max-width: 875px) {
  .next-arrow {
    right: 0;
  }
}

.prev-arrow {
  left: -70px;
}
.prev-arrow:before {
  background: url(../img/slide-prev-arrow.png) !important;
  background-size: contain !important;
}
@media screen and (max-width: 875px) {
  .prev-arrow {
    left: 0;
  }
}

.slide-dots {
  margin: 0;
  margin-top: 33px;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px;
  opacity: 0.25;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  width: 13px;
  height: 13px;
  background: #49B25D 0% 0% no-repeat padding-box;
  border: unset;
  cursor: pointer;
}
.slide-dots li.slick-active {
  opacity: 1;
}

.slider-box {
  width: 336px !important;
  height: 489px;
  margin: 0 10px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.slider-box img {
  margin: 0;
  width: 336px;
  height: 189px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-box div {
  text-align: left;
  width: 269px;
  margin: 0 auto;
  padding: 0;
  padding-top: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #191919;
}
.slider-box div span {
  vertical-align: middle;
  padding-right: 10px;
  word-wrap: break-all;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: -2.04px;
  color: #49B25D;
}
.slider-box div:last-child {
  width: 269px;
  margin: 0 auto;
  padding: 0;
  padding-top: 10px;
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #191919;
}
@media screen and (max-width: 875px) {
  .slider-box {
    width: 294px !important;
  }
  .slider-box img {
    width: 294px !important;
  }
}

.interview_block .caption-band_box {
  margin-bottom: 72px;
}
@media screen and (max-width: 875px) {
  .interview_block .caption-band_box {
    margin-bottom: 31px;
  }
}
.interview_block .caption-band_box .caption-band {
  width: 40%;
}
@media screen and (max-width: 875px) {
  .interview_block .caption-band_box .caption-band {
    width: 30%;
  }
}
.interview_block .wrapper {
  max-width: 1040px;
  margin: 0 auto;
}
.interview_block .wrapper .voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.interview_block .wrapper .voice.color_skyblue .photo-box .post {
  color: #83C2F0;
  border: 2px solid #83C2F0;
}
.interview_block .wrapper .voice.color_skyblue .content {
  border: 3px solid #83C2F0;
}
.interview_block .wrapper .voice.color_skyblue .content:after {
  border-color: transparent #83C2F0 transparent transparent;
}
@media screen and (max-width: 875px) {
  .interview_block .wrapper .voice.color_skyblue .content {
    border: none;
  }
  .interview_block .wrapper .voice.color_skyblue .content:after {
    display: none;
  }
}
.interview_block .wrapper .voice .photo-box {
  text-align: left;
  position: relative;
  width: 196px;
  height: 196px;
}
@media screen and (max-width: 875px) {
  .interview_block .wrapper .voice .photo-box {
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 12px;
  }
}
.interview_block .wrapper .voice .photo-box img {
  width: 196px;
  height: 196px;
}
@media screen and (max-width: 875px) {
  .interview_block .wrapper .voice .photo-box img {
    width: 110px;
    height: 110px;
  }
}
.interview_block .wrapper .voice .photo-box .post {
  position: absolute;
  padding: 5px 20px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline;
  margin: -16px auto 0;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #E6A1E4;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #E6A1E4;
  border-radius: 19px;
}
@media screen and (max-width: 875px) {
  .interview_block .wrapper .voice .photo-box .post {
    font-size: 11px;
  }
}
.interview_block .wrapper .voice .name {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.interview_block .wrapper .voice .name span {
  font-size: 16px;
}
@media screen and (max-width: 875px) {
  .interview_block .wrapper .voice .name {
    font-size: 15px;
    margin-top: 0;
  }
  .interview_block .wrapper .voice .name span {
    font-size: 12px;
  }
}
.interview_block .wrapper .voice .position {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  white-space: nowrap;
}
@media screen and (max-width: 875px) {
  .interview_block .wrapper .voice .position {
    font-size: 14px;
  }
}
.interview_block .wrapper .voice .intern {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  color: #49B25D;
}
.interview_block .wrapper .voice .intern div {
  padding: 5px 0;
}
.interview_block .wrapper .voice .intern div:last-child {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  border-top: 1px solid #49B25D;
}
@media screen and (max-width: 875px) {
  .interview_block .wrapper .voice .intern {
    font-size: 14px;
    line-height: 1;
    float: left;
    width: calc(100% - 140px);
  }
  .interview_block .wrapper .voice .intern div:last-child {
    font-size: 15px;
  }
}
.interview_block .wrapper .voice .content {
  max-width: 798px;
  border: 3px solid #E6A1E4;
  padding: 10px 40px 40px 50px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.interview_block .wrapper .voice .content .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 38px;
}
.interview_block .wrapper .voice .content:before {
  content: "";
  position: absolute;
  top: 130px;
  left: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 19px 12px 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: 2;
}
.interview_block .wrapper .voice .content:after {
  content: "";
  position: absolute;
  top: 130px;
  left: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 19px 12px 0;
  border-color: transparent #E6A1E4 transparent transparent;
  z-index: 1;
}
@media screen and (max-width: 875px) {
  .interview_block .wrapper .voice .content {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 15px;
  }
  .interview_block .wrapper .voice .content:before, .interview_block .wrapper .voice .content:after {
    display: none;
  }
  .interview_block .wrapper .voice .content .title {
    font-size: 15px;
    line-height: 24px;
  }
}
.interview_block .wrapper .voice:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.interview_block .wrapper .voice:nth-child(even) .content {
  margin-right: 50px;
  margin-left: unset;
}
.interview_block .wrapper .voice:nth-child(even) .content:before {
  right: -17px;
  left: unset;
  border-width: 12px 0 12px 19px;
  border-color: transparent transparent transparent #ffffff;
}
.interview_block .wrapper .voice:nth-child(even) .content:after {
  right: -22px;
  left: unset;
  border-width: 12px 0 12px 19px;
  border-color: transparent transparent transparent #E6A1E4;
}
@media screen and (max-width: 875px) {
  .interview_block .wrapper .voice {
    border-top: 2px solid #E6A1E4;
    padding-top: 20px;
  }
  .interview_block .wrapper .voice:nth-child(even) {
    border-bottom: 2px solid #E6A1E4;
    padding-bottom: 20px;
  }
  .interview_block .wrapper .voice.color_skyblue {
    border-top: 2px solid #83C2F0;
    border-bottom: 2px solid #83C2F0;
    padding-bottom: 20px;
  }
}
.interview_block .wrapper .caption-text {
  font-size: 40px;
  font-weight: 700;
  line-height: 91px;
  letter-spacing: 0px;
  color: #191919;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 28px;
}
@media screen and (max-width: 875px) {
  .interview_block .wrapper .caption-text {
    font-size: 22px;
    line-height: 22px;
  }
}
.interview_block .wrapper .voice-of-recipient_block {
  margin-top: 92px;
  margin-bottom: 28px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 91px;
  letter-spacing: 0px;
  color: #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interview_block .wrapper .voice-of-recipient_block .box {
  text-align: left;
  padding: 30px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  color: #191919;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 3px solid #A983F0;
  opacity: 1;
  margin-bottom: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
}
.interview_block .wrapper .voice-of-recipient_block .box span {
  display: table-cell;
  vertical-align: middle;
}
.interview_block .wrapper .voice-of-recipient_block .width-389 {
  width: 389px;
}
.interview_block .wrapper .voice-of-recipient_block .width-621 {
  width: 621px;
}
.interview_block .wrapper .voice-of-recipient_block .width-452 {
  width: 452px;
}
.interview_block .wrapper .voice-of-recipient_block .width-553 {
  width: 553px;
}
.interview_block .wrapper .voice-of-recipient_block .width-485 {
  width: 485px;
}
.interview_block .wrapper .voice-of-recipient_block .width-520 {
  width: 520px;
}
@media (max-width: 1040px) {
  .interview_block .wrapper .voice-of-recipient_block {
    margin-top: 17px;
  }
  .interview_block .wrapper .voice-of-recipient_block .box {
    border: 2px solid #A983F0;
    padding: 15px;
    font-size: 15px;
  }
  .interview_block .wrapper .voice-of-recipient_block .width-389, .interview_block .wrapper .voice-of-recipient_block .width-621, .interview_block .wrapper .voice-of-recipient_block .width-452, .interview_block .wrapper .voice-of-recipient_block .width-553, .interview_block .wrapper .voice-of-recipient_block .width-485, .interview_block .wrapper .voice-of-recipient_block .width-520 {
    width: 100%;
  }
}
@media screen and (max-width: 875px) {
  .interview_block .wrapper {
    font-size: 15px;
    padding: 0 12px;
  }
  .interview_block .wrapper .voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview_block .wrapper .voice:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview_block .wrapper .voice .content {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.CTA_block {
  position: relative;
  z-index: 1;
}
.CTA_block .wrapper {
  position: relative;
  z-index: 3;
}
.CTA_block .wrapper .go-to-form_block {
  padding: 33px 0 50px;
}
.CTA_block::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#7DFD8C), to(#FAFFB4)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #7DFD8C 0%, #FAFFB4 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
}

.faq_block {
  text-align: center;
  margin-top: 175px;
}
@media screen and (max-width: 875px) {
  .faq_block {
    margin-top: 59px;
  }
}
.faq_block .wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding: 38px 45px;
  max-width: 1040px;
  margin: 30px auto;
  background: #D5F8CD 0% 0% no-repeat padding-box;
  opacity: 1;
}
@media screen and (max-width: 875px) {
  .faq_block .wrapper {
    padding: 38px 12px;
    margin: 12px 0 60px;
  }
}
.faq_block .wrapper ul {
  list-style: none;
  padding: 0;
}
.faq_block .wrapper li {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-bottom: 14px;
}
.faq_block .wrapper li .faq_content {
  padding: 22px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 875px) {
  .faq_block .wrapper li .faq_content {
    padding: 17px 0 17px 18px;
  }
}
.faq_block .wrapper li .accordion_box {
  cursor: pointer;
}
.faq_block .wrapper li .question {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  color: #191919;
}
@media screen and (max-width: 875px) {
  .faq_block .wrapper li .question {
    font-size: 15px;
    line-height: 24px;
    width: 85%;
  }
}
.faq_block .wrapper li .plus-icon {
  display: inline-block;
  vertical-align: middle;
  color: #49B25D;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0;
  position: relative;
}
.faq_block .wrapper li .plus-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq_block .wrapper li .plus-icon.open::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (max-width: 875px) {
  .faq_block .wrapper li .plus-icon {
    height: 3px;
    width: 22px;
    margin-right: 13px;
  }
}
.faq_block .wrapper li .answer {
  max-width: 808px;
  margin: 0;
  margin-top: -22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0px;
  color: #191919;
  word-wrap: normal;
}
@media screen and (max-width: 875px) {
  .faq_block .wrapper li .answer {
    font-size: 15px;
    line-height: 24px;
    padding-right: 13px;
  }
}

.step_block {
  text-align: center;
  background: #D5F8CD 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 68px 0 57px;
  margin-bottom: 64px;
  overflow: hidden;
}
@media screen and (max-width: 875px) {
  .step_block {
    padding: 29px 0 35px;
  }
}
.step_block .wrapper {
  max-width: 1352px;
  margin: 0 auto;
  margin-top: 72px;
}
@media (max-width: 1492px) {
  .step_block .wrapper {
    max-width: 890px;
  }
}
@media (max-width: 1030px) {
  .step_block .wrapper {
    max-width: 420px;
  }
}
@media screen and (max-width: 875px) {
  .step_block .wrapper {
    margin-top: 36px;
  }
}
.step_block .wrapper .slider-box {
  width: 424px !important;
  height: 492px;
  margin: 0 20px;
}
.step_block .wrapper .slider-box img {
  width: 100%;
  height: 214px;
  -o-object-fit: cover;
     object-fit: cover;
}
.step_block .wrapper .slider-box p {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  color: #49B25D;
  text-align: left;
  width: 381px;
}
.step_block .wrapper .slider-box div {
  width: 381px;
}
@media screen and (max-width: 875px) {
  .step_block .wrapper .slider-box {
    width: 294px !important;
    height: 450px;
    margin: 0 10px;
  }
  .step_block .wrapper .slider-box img {
    height: 166px;
  }
  .step_block .wrapper .slider-box p {
    font-size: 14px;
    margin-left: 25px;
  }
  .step_block .wrapper .slider-box div {
    font-size: 16px;
    line-height: 22px;
    margin-left: 25px;
    width: unset;
  }
  .step_block .wrapper .slider-box div span {
    font-size: 22px;
  }
}

.requirements_block {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 875px) {
  .requirements_block {
    margin-bottom: 40px;
  }
}
.requirements_block .underline:before {
  width: 136px;
}
@media screen and (max-width: 875px) {
  .requirements_block .underline:before {
    width: 106px;
  }
}
.requirements_block .wrapper {
  max-width: 1040px;
  margin: 48px auto;
  text-align: left;
  border-bottom: 1px solid #CCCCCC;
}
.requirements_block .wrapper .row {
  padding: 28px 15px;
  border-top: 1px solid #CCCCCC;
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0px;
  color: #191919;
}
.requirements_block .wrapper .row .col-h {
  font-weight: 700;
  width: 230px;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.requirements_block .wrapper .row .col-c {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.requirements_block .wrapper .row p {
  margin: 0;
}
.requirements_block .wrapper .row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.requirements_block .wrapper .row ul li::before {
  content: "・";
}
@media screen and (max-width: 875px) {
  .requirements_block .wrapper {
    padding: 0 12px;
    margin: 20px auto 10px;
  }
  .requirements_block .wrapper .row {
    padding: 10px 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .requirements_block .wrapper .row .col-h {
    width: unset;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    font-size: 15px;
  }
  .requirements_block .wrapper .row li, .requirements_block .wrapper .row .indent {
    margin-left: 1em;
    text-indent: -1em;
  }
  .requirements_block .wrapper .row li, .requirements_block .wrapper .row p {
    font-size: 15px;
    line-height: 24px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 900;
  margin: 0;
}
@media screen and (max-width: 875px) {
  h3 {
    font-size: 18px;
    font-weight: 700;
  }
}

.h3-sub {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 875px) {
  .h3-sub {
    font-size: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sessionForm {
  padding: 70px 0 185px;
  text-align: center;
  background-color: #F2F2F2;
}
@media screen and (max-width: 875px) {
  .sessionForm {
    padding: 61px 0 108px;
  }
}
.sessionForm .h3-sub {
  padding: 10px 0 56px;
}
@media screen and (max-width: 875px) {
  .sessionForm .h3-sub {
    padding-bottom: 17px;
  }
}
.sessionForm form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1040px;
  background-color: #FFFFFF;
  padding: 50px;
}
.sessionForm form .required {
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
  font-size: 13px;
  color: #464646;
  margin-bottom: -20px;
}
@media screen and (max-width: 875px) {
  .sessionForm form .required {
    text-align: center;
    margin: 0;
  }
}
.sessionForm form .attention {
  text-align: left;
  font-size: 13px;
  color: #464646;
  margin: 0;
}
.sessionForm form .event_content > p {
  margin: 0;
}
.sessionForm form select {
  border: 1px solid #CCCCCC;
  width: 100%;
  height: 53px;
  padding-left: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.sessionForm form select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
.sessionForm form .select-wrap {
  position: relative;
}
.sessionForm form .select-wrap.gakunen {
  width: 50%;
}
.sessionForm form .select-wrap:after {
  content: "";
  position: absolute;
  right: 26px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #848484;
  border-left: 2px solid #848484;
  border-radius: 2px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.sessionForm form input {
  border: 1px solid #CCCCCC;
  height: 53px;
  max-width: 343px;
  font-size: 16px;
}
.sessionForm form input.error[id=daigakumei], .sessionForm form input.error[id=gakubumei], .sessionForm form input.error[id=gakkamei] {
  margin-bottom: 20px;
}
.sessionForm form input[id=last_name], .sessionForm form input[id=first_name], .sessionForm form input[id=last_name_furigana], .sessionForm form input[id=first_name_furigana] {
  width: 230px;
}
@media screen and (max-width: 875px) {
  .sessionForm form input[id=last_name], .sessionForm form input[id=first_name], .sessionForm form input[id=last_name_furigana], .sessionForm form input[id=first_name_furigana] {
    width: 40%;
  }
}
.sessionForm form input[id=last_name], .sessionForm form input[id=last_name_furigana] {
  margin-right: 22px;
}
@media screen and (max-width: 875px) {
  .sessionForm form input[id=daigakumei], .sessionForm form input[id=gakubumei], .sessionForm form input[id=gakkamei] {
    width: 70%;
  }
  .sessionForm form input[id=phone], .sessionForm form input[id=email], .sessionForm form input[id=email2] {
    max-width: unset;
    width: 95%;
  }
}
.sessionForm form .bikou {
  display: block;
  max-width: 500px;
  font-size: 16px;
}
.sessionForm form div.row {
  max-width: 750px;
  margin: 24px auto;
}
.sessionForm form div.row .label {
  width: 210px;
  padding-right: 37px;
  line-height: 53px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #191919;
}
.sessionForm form div.row .item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 875px) {
  .sessionForm form {
    background-color: #F2F2F2;
    padding: 0 12px;
    width: 100%;
  }
  .sessionForm form div.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .sessionForm form div.row .label {
    font-size: 15px;
  }
}
.sessionForm label.error {
  color: red;
  display: block;
  font-size: 16px;
}
.sessionForm label.error[id=daigakumei-error], .sessionForm label.error[id=gakubumei-error], .sessionForm label.error[id=gakkamei-error] {
  position: absolute;
  top: 58px;
}
.sessionForm label {
  display: block;
}
.sessionForm label input {
  height: unset;
}
.sessionForm .buttonRound {
  max-width: 281px;
  height: 66px;
  font-size: 18px;
}

footer {
  background-color: #000000;
  border: 1px solid #707070;
}
footer .container {
  position: relative;
  height: 119px;
}
@media screen and (max-width: 875px) {
  footer .container {
    height: 108px;
  }
}
footer .container .logo {
  margin-left: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 119px;
}
footer .container .logo img {
  width: 118px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
@media screen and (max-width: 875px) {
  footer .container .logo img {
    display: block;
  }
}
footer .container .logo div p {
  color: #ffffff;
  font-size: 18px;
  margin-top: 29px;
  margin-bottom: 10px;
}
footer .container .logo div p:last-child {
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 875px) {
  footer .container .logo {
    height: 108px;
    margin-left: unset;
  }
  footer .container .logo div p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  footer .container .logo div p:last-child {
    font-size: 12px;
  }
  footer .container .logo img {
    width: 88px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer .container .copy {
  position: absolute;
  bottom: 19px;
  right: 200px;
  color: #848484;
  font-size: 12px;
}
@media screen and (max-width: 875px) {
  footer .container .copy {
    font-size: 9px;
    bottom: 8px;
    right: unset;
    left: 22px;
  }
}

/* 確認画面　*/
#confirm .underline {
  font-size: 24px;
  color: #191919;
}
#confirm .underline:before {
  width: 168px;
}
@media screen and (max-width: 875px) {
  #confirm .underline {
    font-size: 18px;
  }
  #confirm .underline:before {
    width: 126px;
  }
}
@media screen and (max-width: 875px) {
  #confirm .h3-sub {
    padding-bottom: 37px;
  }
}
@media screen and (max-width: 875px) {
  #confirm .sessionForm {
    padding-bottom: 68px;
  }
}
#confirm .sessionForm .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 550px;
}
@media screen and (max-width: 875px) {
  #confirm .sessionForm .row .item {
    font-size: 15px;
  }
}
#confirm .sessionForm form {
  background-color: #FFFFFF;
}
@media screen and (max-width: 875px) {
  #confirm .sessionForm form {
    width: unset;
    margin: 0 12px;
    padding: 35px 30px;
  }
}
#confirm .sessionForm button[id=btn_send] {
  margin-top: 70px;
}
#confirm .sessionForm input[id=btn_modify] {
  font-size: 18px;
  color: #49B25D;
  border: none;
  border-bottom: 1px solid #49B25D;
  background-color: #ffffff;
  display: block;
  width: unset;
  height: unset;
  padding: 0;
  margin: 35px auto 89px;
  cursor: pointer;
  border-radius: unset;
}
@media screen and (max-width: 875px) {
  #confirm .sessionForm input[id=btn_modify] {
    margin-bottom: 30px;
  }
}

/* 完了画面　*/
@media screen and (max-width: 875px) {
  #thanks .sessionForm {
    padding-top: 32px;
    padding-bottom: 60px;
  }
  #thanks .sessionForm .h3-sub {
    padding-bottom: 37px;
  }
  #thanks .sessionForm form {
    background-color: #FFFFFF;
    text-align: left;
    margin: 0 12px;
    padding: 35px 21px;
    width: unset;
  }
}
#thanks .underline {
  font-size: 24px;
  color: #191919;
}
#thanks .underline:before {
  width: 96px;
}
@media screen and (max-width: 875px) {
  #thanks .underline {
    font-size: 18px;
  }
  #thanks .underline:before {
    width: 72px;
  }
}
#thanks .info {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  color: #191919;
  margin: 100px auto 80px;
  max-width: 588px;
}
@media screen and (max-width: 875px) {
  #thanks .info {
    font-size: 15px;
    line-height: 24px;
    margin: 60px auto 55px;
  }
}
#thanks .attention {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #191919;
  margin: 0 auto 80px;
  max-width: 688px;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 875px) {
  #thanks .attention {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 55px;
  }
}
#thanks .formButton {
  text-align: center;
}
#thanks .formButton a {
  font-size: 18px;
  color: #49B25D;
  border: none;
}

/** animation **/
.fadeIn_left {
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 1s;
  transition: 1s;
}
@media print {
  .fadeIn_left {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: 0;
    transition: 0;
  }
}

.fadeIn_left.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-transition: 1s;
  transition: 1s;
}
@media print {
  .fadeIn_right {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: 0;
    transition: 0;
  }
}

.fadeIn_right.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  -webkit-transition: 2s;
  transition: 2s;
}
@media print {
  .fadeIn_up {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: 0;
    transition: 0;
  }
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */