@charset "UTF-8";
/* =============================================
- 追加
================================================ */
strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =============================================
- parts
================================================ */
#introduction_page p {
  font-weight: 400;
}

#newgraduate_page #fiexd_bnr_recruit {
  display: none;
}

.camp_banner {
  border: 10px solid #EBFF00;
  border-radius: 10px;
  padding: 30px 20px 30px 20px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.camp_banner .heading_text {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.61;
  color: #1E1E1E;
  margin-top: 15px;
}
.camp_banner .flex_box {
  display: block;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  border-radius: 5px;
}
.camp_banner .left_box .img {
  position: relative;
}
.camp_banner .left_box .img p {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 1.143;
  color: #fff;
}
.camp_banner .right_box {
  margin-top: 20px;
  padding-bottom: 25px;
}
.camp_banner .right_box .img {
  width: 80%;
  margin: 0 auto;
}
.camp_banner .right_box .textarea {
  margin-top: 10px;
}
.camp_banner .right_box .textarea .text {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.09em;
  color: #161246;
  text-align: center;
}
.camp_banner .right_box .textarea .text span {
  font-family: "Yu Gothic";
  font-size: 13px;
  margin-left: 3px;
}
.camp_banner .right_box .textarea .link_text {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 1;
  color: #161246;
  background-color: #EBFF00;
  padding: 8px 50px 8px 42px;
  border-radius: 19px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 3px auto 0 auto;
}
.camp_banner .right_box .textarea .link_text img {
  width: 26px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .camp_banner {
    border: 10px solid #EBFF00;
    border-radius: 10px;
    padding: 40px 55px 50px 55px;
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .camp_banner .title_img {
    padding: 0 5%;
  }
  .camp_banner .heading_text {
    font-size: 18px;
    margin-top: 20px;
  }
  .camp_banner .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .camp_banner .flex_box:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .camp_banner .left_box {
    width: min(48%, 475px);
  }
  .camp_banner .left_box .img {
    position: relative;
  }
  .camp_banner .left_box .img p {
    position: absolute;
    bottom: 10px;
    left: 16px;
    font-size: 18px;
  }
  .camp_banner .right_box {
    margin-top: 0;
    padding-bottom: 0;
    width: 52%;
    padding-left: 27px;
  }
  .camp_banner .right_box .img {
    width: 70.3%;
    margin: 0 auto;
  }
  .camp_banner .right_box .textarea {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .camp_banner .right_box .textarea .text {
    font-size: 13px;
    text-align: unset;
  }
  .camp_banner .right_box .textarea .text span {
    font-size: 14px;
    margin-left: 3px;
  }
  .camp_banner .right_box .textarea .link_text {
    position: relative;
    font-size: 12px;
    padding: 8px 50px 8px 32px;
    border-radius: 19px;
    margin: 0 0 0 5px;
  }
  .camp_banner .right_box .textarea .link_text img {
    width: 26px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 980px) {
  .camp_banner {
    border: 10px solid #EBFF00;
    border-radius: 10px;
    padding: 40px 55px 50px 55px;
    margin-top: 115px;
    margin-bottom: 90px;
  }
  .camp_banner .title_img {
    padding: 0 5%;
  }
  .camp_banner .heading_text {
    font-size: 18px;
    margin-top: 20px;
  }
  .camp_banner .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
  }
  .camp_banner .left_box {
    width: min(48%, 475px);
  }
  .camp_banner .left_box .img {
    position: relative;
  }
  .camp_banner .left_box .img p {
    position: absolute;
    bottom: 10px;
    left: 26px;
    font-size: 30px;
  }
  .camp_banner .right_box {
    width: 52%;
    padding-left: 37px;
  }
  .camp_banner .right_box .img {
    width: 300px;
    margin: 0;
  }
  .camp_banner .right_box .textarea {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .camp_banner .right_box .textarea .text {
    font-size: 24px;
  }
  .camp_banner .right_box .textarea .text span {
    font-size: 23px;
    margin-left: 6px;
  }
  .camp_banner .right_box .textarea .link_text {
    position: relative;
    font-size: 15px;
    padding: 8px 50px 8px 42px;
    border-radius: 19px;
    margin: 0 0 0 5px;
  }
  .camp_banner .right_box .textarea .link_text img {
    width: 26px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1080px) {
  .camp_banner {
    border: 10px solid #EBFF00;
    border-radius: 10px;
    padding: 40px 55px 50px 55px;
    margin-top: 115px;
    margin-bottom: 90px;
  }
  .camp_banner .title_img {
    padding: 0 5%;
  }
  .camp_banner .heading_text {
    font-size: 18px;
    margin-top: 20px;
  }
  .camp_banner .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
  }
  .camp_banner .left_box {
    width: min(48%, 475px);
  }
  .camp_banner .left_box .img {
    position: relative;
  }
  .camp_banner .left_box .img p {
    position: absolute;
    bottom: 10px;
    left: 26px;
    font-size: 35px;
  }
  .camp_banner .right_box {
    width: 52%;
    padding-left: 77px;
  }
  .camp_banner .right_box .img {
    width: 362px;
  }
  .camp_banner .right_box .textarea {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .camp_banner .right_box .textarea .text {
    font-size: 27px;
  }
  .camp_banner .right_box .textarea .text span {
    font-size: 23px;
    margin-left: 6px;
  }
  .camp_banner .right_box .textarea .link_text {
    position: relative;
    font-size: 16px;
    padding: 8px 50px 8px 42px;
    border-radius: 19px;
    margin: 0 0 0 5px;
  }
  .camp_banner .right_box .textarea .link_text img {
    width: 26px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 360px) {
  .camp_banner {
    border: 10px solid #EBFF00;
    border-radius: 10px;
    padding: 20px 20px 30px 20px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .camp_banner .heading_text {
    font-size: 13px;
    margin-top: 12px;
  }
  .camp_banner .flex_box {
    margin-top: 10px;
  }
}
/* =============================================
- breadcrumb
================================================ */
@media screen and (min-width: 768px) {
  .breadcrumb ul li + li:before {
    border-color: #fff;
  }
  .breadcrumb ul li a, .breadcrumb ul li span {
    color: #fff;
  }
  .breadcrumb ul li:last-child span {
    color: #fff;
  }
}
/* =============================================
- newgraduate_visual
================================================ */
#newgraduate_visual {
  position: relative;
  z-index: 1;
  background-color: #28EA9F;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vw;
  padding: 40px 5vw;
}
#newgraduate_visual:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 60vw 100vw 0 0;
  border-color: #FD7260 transparent transparent transparent;
}
#newgraduate_visual .inner {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#newgraduate_visual .top, #newgraduate_visual .title, #newgraduate_visual .bottom {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1em;
}
#newgraduate_visual .top {
  font-size: 15vw;
  font-family: "Montserrat", sans-serif;
}
#newgraduate_visual .title {
  font-size: 12vw;
  margin-top: 2.5vw;
}
#newgraduate_visual .title span {
  display: inline-block;
  padding: 8px 2.5vw 8px 3vw;
  background-color: #fff;
  color: #FD7260;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 0.2em;
  position: relative;
}
#newgraduate_visual .bottom {
  margin-top: 2vw;
  font-size: 7vw;
  text-align: right;
}
#newgraduate_visual .label {
  text-align: center;
  margin-top: 5vw;
}
#newgraduate_visual .label span {
  display: inline-block;
  background-color: #FD7260;
  color: #fff;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 3.8vw;
}

@media screen and (min-width: 768px) {
  #newgraduate_visual {
    height: 70vw;
    padding: 40px 5vw;
  }
  #newgraduate_visual:after {
    border-width: 50vw 50vw 0 0;
  }
  #newgraduate_visual .top {
    font-size: 12vw;
    letter-spacing: 0.1em;
  }
  #newgraduate_visual .title {
    font-size: 10vw;
    margin-top: 2.5vw;
  }
  #newgraduate_visual .title span {
    padding: 15px 20px 15px 25px;
    border-radius: 20px;
    margin-right: 0.2em;
  }
  #newgraduate_visual .bottom {
    margin-top: 3vw;
    font-size: 6vw;
    padding-right: 0.1em;
    text-align: right;
  }
  #newgraduate_visual .label {
    margin-top: 5vw;
  }
  #newgraduate_visual .label span {
    padding: 13px 30px;
    border-radius: 40px;
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  #newgraduate_visual {
    height: 65vw;
    padding: 40px 5vw;
  }
  #newgraduate_visual:after {
    border-width: 50vw 40vw 0 0;
  }
  #newgraduate_visual .top {
    font-size: 13vw;
  }
  #newgraduate_visual .title {
    font-size: 11vw;
    margin-top: 2.5vw;
  }
  #newgraduate_visual .title span {
    padding: 15px 20px 15px 25px;
    border-radius: 25px;
    margin-right: 0.2em;
  }
  #newgraduate_visual .bottom {
    margin-top: 2vw;
    font-size: 5vw;
    padding-right: 0.2em;
  }
  #newgraduate_visual .label {
    margin-top: 4vw;
  }
  #newgraduate_visual .label span {
    padding: 15px 40px;
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1280px) {
  #newgraduate_visual {
    height: 780px;
    padding: 40px 5vw;
  }
  #newgraduate_visual:after {
    border-width: 645px 40vw 0 0;
  }
  #newgraduate_visual .top {
    font-size: 157px;
  }
  #newgraduate_visual .title {
    font-size: 150px;
    margin-top: 30px;
  }
  #newgraduate_visual .title span {
    padding: 18px 25px 18px 35px;
    border-radius: 30px;
    margin-right: 0.2em;
  }
  #newgraduate_visual .bottom {
    margin-top: 15px;
    font-size: 59px;
    padding-right: 0.2em;
  }
  #newgraduate_visual .label {
    margin-top: 35px;
  }
  #newgraduate_visual .label span {
    padding: 15px 40px;
    font-size: 24px;
  }
}
/* =============================================
- newgraduate_outline
================================================ */
#newgraduate_outline {
  display: block;
  position: relative;
  z-index: 1;
  padding: 50px 20px 50px 20px;
}
#newgraduate_outline:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 50vw 0;
  border-color: transparent #F5F5F5 transparent transparent;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
}
#newgraduate_outline .inner {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
#newgraduate_outline .col_layout .midashiStyle01 {
  color: #16254B;
}
#newgraduate_outline .col_layout .textarea p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #16254B;
  line-height: 1.9em;
  letter-spacing: 0.05em;
}
#newgraduate_outline .col_layout .textarea p + p {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  #newgraduate_outline {
    padding: 70px 30px 70px 30px;
  }
  #newgraduate_outline .col_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #newgraduate_outline .col_layout .midashiStyle01 {
    line-height: 1.7em;
  }
  #newgraduate_outline .col_layout .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 50px;
    padding-left: 40px;
  }
  #newgraduate_outline .col_layout .textBox .textarea p {
    line-height: 2.25em;
  }
  #newgraduate_outline .col_layout .textBox .textarea p + p {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 980px) {
  #newgraduate_outline {
    padding: 90px 40px 90px 40px;
  }
  #newgraduate_outline .col_layout .textBox {
    padding-top: 130px;
    padding-left: 70px;
  }
}
@media screen and (min-width: 1380px) {
  #newgraduate_outline {
    padding: 130px 40px 130px 40px;
  }
}
/* =============================================
- balloonBox
================================================ */
#newgraduate_vote {
  position: relative;
  z-index: 2;
  margin: 0px;
  padding: 40px 20px;
  background-image: url(../img/newgraduate/vote_bg.jpg);
  background-size: cover;
  background-position: center;
}
#newgraduate_vote .inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
#newgraduate_vote .top, #newgraduate_vote .center {
  position: relative;
  z-index: 4;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#newgraduate_vote .top {
  display: block;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1em;
  text-align: center;
}
#newgraduate_vote .center {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}
#newgraduate_vote .hukidashi {
  display: block;
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
}
#newgraduate_vote .hukidashi .box {
  position: relative;
  z-index: 1;
  padding: 20px;
  border: 5px solid #FFDC1A;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}
#newgraduate_vote .hukidashi .text {
  color: #16254B;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
#newgraduate_vote .hukidashi:before, #newgraduate_vote .hukidashi:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
}
#newgraduate_vote .hukidashi:before {
  z-index: 2;
  bottom: 10px;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
}
#newgraduate_vote .hukidashi:after {
  z-index: 1;
  bottom: 0;
  border-width: 25px 12.5px 0 12.5px;
  border-color: #FFDC1A transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  #newgraduate_vote {
    margin: 0px;
    padding: 80px 40px 65px 40px;
  }
  #newgraduate_vote .top {
    margin-bottom: 25px;
    font-size: 56px;
  }
  #newgraduate_vote .center {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 1;
  }
  #newgraduate_vote .hukidashi .box {
    padding: 20px;
    border-radius: 20px;
  }
  #newgraduate_vote .hukidashi .text {
    font-size: 34px;
  }
}
@media screen and (min-width: 980px) {
  #newgraduate_vote {
    padding: 100px 40px 100px 40px;
  }
  #newgraduate_vote .top {
    margin-bottom: 40px;
    font-size: 77px;
  }
  #newgraduate_vote .center {
    margin-bottom: 25px;
    font-size: 46px;
    line-height: 1em;
    letter-spacing: 0em;
  }
  #newgraduate_vote .hukidashi .box {
    padding: 30px;
    border-radius: 20px;
  }
  #newgraduate_vote .hukidashi .text {
    font-size: 46px;
    line-height: 1.5em;
  }
}
/* =============================================
- newgraduate_lead
================================================ */
#newgraduate_lead {
  padding-bottom: 0px;
  background-color: #fff;
}
#newgraduate_lead .lead {
  position: relative;
  z-index: 1;
}
#newgraduate_lead .lead .textBox .title {
  color: #16254B;
  font-size: 4.6vw;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: bold;
}
#newgraduate_lead .lead .textBox .textarea {
  margin-top: 20px;
}
#newgraduate_lead .lead .textBox .textarea p {
  color: #16254B;
}
#newgraduate_lead .lead .textBox .textarea p + p {
  margin-top: 1em;
}
#newgraduate_lead .lead .textBox .textarea p strong {
  font-weight: bold;
}
#newgraduate_lead .lead .imgBox {
  position: relative;
  z-index: 1;
  margin: 35px -20px 0px -20px;
}

@media screen and (min-width: 768px) {
  #newgraduate_lead {
    padding: 0px;
  }
  #newgraduate_lead .lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #newgraduate_lead .lead .textBox {
    width: 55%;
    padding: 35px 30px;
  }
  #newgraduate_lead .lead .textBox .title {
    font-size: 18px;
    line-height: 1.8em;
  }
  #newgraduate_lead .lead .textBox .textarea {
    margin-top: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #newgraduate_lead .lead .textBox .textarea p + p {
    margin-top: 1em;
  }
  #newgraduate_lead .lead .imgBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0px;
    position: relative;
    overflow: hidden;
  }
  #newgraduate_lead .lead .imgBox .img {
    width: 100%;
    height: 100%;
  }
  #newgraduate_lead .lead .imgBox .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1519px) {
  #newgraduate_lead .lead .imgBox .img img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 980px) {
  #newgraduate_lead .lead .textBox {
    width: 50%;
    padding: 60px 30px;
  }
  #newgraduate_lead .lead .textBox .title {
    font-size: 21px;
  }
  #newgraduate_lead .lead .textBox .textarea {
    margin-top: 25px;
  }
  #newgraduate_lead .lead .imgBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1080px) {
  #newgraduate_lead .lead .textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 60px 40px;
  }
  #newgraduate_lead .lead .textBox .in {
    max-width: 520px;
  }
  #newgraduate_lead .lead .textBox .title {
    font-size: 23px;
  }
  #newgraduate_lead .lead .textBox .textarea {
    margin-top: 30px;
  }
  #newgraduate_lead .lead .imgBox {
    height: 686px;
  }
  #newgraduate_lead .lead .imgBox .img img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1380px) {
  #newgraduate_lead .lead .textBox {
    padding: 60px 50px;
  }
  #newgraduate_lead .lead .textBox .in {
    max-width: 520px;
  }
  #newgraduate_lead .lead .textBox .title {
    font-size: 27px;
  }
  #newgraduate_lead .lead .textBox .textarea {
    margin-top: 35px;
  }
  #newgraduate_lead .lead .textBox .textarea p {
    line-height: 2em;
  }
  #newgraduate_lead .lead .textBox .textarea p + p {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 1520px) {
  #newgraduate_lead .lead .imgBox {
    height: 686px;
  }
  #newgraduate_lead .lead .imgBox .img img {
    width: 100%;
    height: auto;
  }
}
/* =============================================
- newgraduate_feature
================================================ */
#newgraduate_feature {
  color: #16254B;
  background-color: #F5F5F5;
}
#newgraduate_feature:before {
  border-color: transparent #DCDCDC transparent transparent;
}
#newgraduate_feature .titleStyle03:before, #newgraduate_feature .titleStyle02:before {
  background: #FFDC1A;
}
#newgraduate_feature .titleStyle03 .title, #newgraduate_feature .titleStyle03 .note, #newgraduate_feature .titleStyle03 .number, #newgraduate_feature .titleStyle02 .title, #newgraduate_feature .titleStyle02 .note, #newgraduate_feature .titleStyle02 .number {
  color: #16254B;
}
#newgraduate_feature .titleStyle03 .title strong, #newgraduate_feature .titleStyle03 .note strong, #newgraduate_feature .titleStyle03 .number strong, #newgraduate_feature .titleStyle02 .title strong, #newgraduate_feature .titleStyle02 .note strong, #newgraduate_feature .titleStyle02 .number strong {
  color: #16254B;
}
#newgraduate_feature .midashiStyle01 {
  color: #16254B;
  margin-bottom: 15px;
}
#newgraduate_feature .img {
  width: 100%;
  margin: 0px auto 30px auto;
}
#newgraduate_feature .textarea {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newgraduate_feature .textarea strong {
  font-weight: bold;
}
#newgraduate_feature .textarea p + p {
  margin-top: 1em;
}
#newgraduate_feature .boxColumn_typeB .box {
  display: block;
}

@media screen and (min-width: 768px) {
  #newgraduate_feature .titleStyle02 .title {
    font-size: 36px;
  }
  #newgraduate_feature .img {
    margin: 0px auto 40px auto;
  }
  #newgraduate_feature .midashiStyle01 {
    margin-bottom: 30px;
  }
  #newgraduate_feature .textarea p {
    line-height: 2em;
  }
  #newgraduate_feature .textarea p + p {
    margin-top: 1.5em;
  }
  #newgraduate_feature .box + .box {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #newgraduate_feature .titleStyle02 .title {
    font-size: 50px;
    letter-spacing: 0.05em;
  }
  #newgraduate_feature .textarea p {
    line-height: 2.1em;
  }
}
/* =============================================
- cta
================================================ */
#newgraduate_cta {
  display: block;
  background-color: #FD7260;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newgraduate_cta .inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
#newgraduate_cta .box {
  display: block;
  padding: 40px 20px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
#newgraduate_cta .head .title {
  color: #16254B;
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 10px;
}
#newgraduate_cta .head .textarea p {
  color: #16254B;
  text-align: center;
  font-weight: bold;
}
#newgraduate_cta .btn_wrap {
  margin-top: 30px;
}
#newgraduate_cta .row + .row {
  margin-top: 20px;
}
#newgraduate_cta .text {
  font-weight: bold;
  color: #1E1E1E;
  margin-bottom: 5px;
}
#newgraduate_cta .btnStyle01 {
  -webkit-box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.7);
}
#newgraduate_cta .btnStyle01.vote {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #28EA9F;
  color: #16254B;
}
#newgraduate_cta .btnStyle01.vote:before, #newgraduate_cta .btnStyle01.vote:after {
  background-color: #16254B;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 980px) {
  #newgraduate_cta .btnStyle01.vote:hover {
    background-color: #FCFC30;
  }
}
#newgraduate_cta .btnStyle01.special {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #161246;
  color: #fff;
}
#newgraduate_cta .btnStyle01.special:before, #newgraduate_cta .btnStyle01.special:after {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 980px) {
  #newgraduate_cta .btnStyle01.special:hover {
    background-color: #FCFC30;
    color: #161246;
  }
  #newgraduate_cta .btnStyle01.special:hover:before, #newgraduate_cta .btnStyle01.special:hover:after {
    background-color: #161246;
  }
}

@media screen and (min-width: 768px) {
  #newgraduate_cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #newgraduate_cta .box {
    padding: 40px 40px;
  }
  #newgraduate_cta .head .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #newgraduate_cta .head .textarea p {
    font-size: 16px;
  }
  #newgraduate_cta .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 800px;
    margin: 40px auto 0px auto;
  }
  #newgraduate_cta .btn_wrap .row {
    width: 48%;
  }
  #newgraduate_cta .btn_wrap .row + .row {
    margin-top: 0px;
  }
  #newgraduate_cta .btn_wrap .row .text {
    margin-bottom: 10px;
    text-align: center;
  }
  #newgraduate_cta .btn_wrap .row .btnStyle01 {
    padding: 0.9em 20px;
  }
}
@media screen and (min-width: 980px) {
  #newgraduate_cta .box {
    padding: 40px 55px;
  }
  #newgraduate_cta .btn_wrap {
    margin: 50px auto 0px auto;
  }
  #newgraduate_cta .btn_wrap .row {
    width: 47%;
  }
  #newgraduate_cta .btn_wrap .row .text {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
/* =============================================
- introductionFeature
================================================ */
#introductionFeature {
  background-color: #16254B;
}
#introductionFeature .inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
#introductionFeature .titleStyle02 {
  color: #fff;
}
#introductionFeature .titleStyle02 .title {
  color: #fff;
}
#introductionFeature .titleStyle02 .sub {
  color: #fff;
}
#introductionFeature .titleStyle02::after {
  background: #fff;
}
#introductionFeature .titleStyle02::before {
  background: #FFDC1A;
}
#introductionFeature .box {
  padding: 40px 20px;
  background: #fff;
}
#introductionFeature .box + .box {
  margin-top: 30px;
}
#introductionFeature .box .midashiStyle02 {
  color: #16254B;
}
#introductionFeature .box01 .text {
  margin-top: 20px;
}
#introductionFeature .box01 .marker {
  display: inline;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDC1A));
  background: linear-gradient(transparent 60%, #FFDC1A 60%);
}
#introductionFeature .box01 .btnBox {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
  padding: 30px 20px;
  background: #F7F7F7;
  text-align: center;
}
#introductionFeature .box01 .btnBox .text {
  color: #16254B;
  font-weight: bold;
}
#introductionFeature .box01 .btnBox_titleBox .sub {
  margin-bottom: 25px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
#introductionFeature .box01 .btnStyle01 {
  margin-top: 30px;
  background: #FFDC1A;
  color: #16254B;
}
#introductionFeature .box01 .btnStyle01::before, #introductionFeature .box01 .btnStyle01::after {
  background-color: #16254B;
}
#introductionFeature .box01 .btnStyle01 .icon {
  display: inline-block;
  width: 18px;
  margin-right: 8px;
}
#introductionFeature .box02 .titleStyle02 .title {
  color: #16254B;
  font-size: 5vw;
}
#introductionFeature .box02 .titleStyle02::after {
  background: #16254B;
}
#introductionFeature .box02 .graphBox {
  margin-top: 40px;
}
#introductionFeature .box02 .graphBox .title {
  color: #16254B;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
  font-weight: bold;
}
#introductionFeature .box02 .graphBox .title::before {
  content: "";
  width: 13px;
  height: 16px;
  background-image: url(../img/icon/icon_arrow2.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
}
#introductionFeature .box02 .graphBox .contents {
  width: 100%;
  max-width: 800px;
  padding: 30px 20px;
  background: #F7F7F7;
}
#introductionFeature .box02 .graphBox .contents + .contents {
  margin-top: 30px;
}
#introductionFeature .box02 .graphBox .graph {
  margin-top: 50px;
}
#introductionFeature .box03 .titleStyle02 .title {
  color: #16254B;
  font-size: 5vw;
}
#introductionFeature .box03 .titleStyle02::after {
  background: #16254B;
}
#introductionFeature .box03 .voice .contents + .contents {
  margin-top: 30px;
}
#introductionFeature .box03 .voice .imgBox .img {
  width: 180px;
  margin: auto;
}
#introductionFeature .box03 .voice .imgBox .name {
  margin-top: 20px;
  text-align: center;
}
#introductionFeature .box03 .voice .status_detail {
  width: 100%;
  margin-top: 20px;
}
#introductionFeature .box03 .voice .status_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 0;
  border-top: 1px solid #E6E6E6;
}
#introductionFeature .box03 .voice .status_detail dl:last-child {
  border-bottom: 1px solid #E6E6E6;
}
#introductionFeature .box03 .voice .status_detail dt {
  display: block;
  width: 40px;
  padding: 10px 0;
  background: #16254B;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
#introductionFeature .box03 .voice .status_detail dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}
#introductionFeature .box03 .voice .textBox {
  margin-top: 20px;
}
#introductionFeature .box03 .voice .textBox .title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
#introductionFeature .box03 .voice .textBox .text {
  margin-top: 20px;
}
#introductionFeature .box03 .voice .company_voice {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding: 20px;
  border-radius: 4px;
  background: #F8F8F8;
}
#introductionFeature .box03 .voice .company_voice .balloon {
  display: block;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-align: left;
}
#introductionFeature .box03 .voice .company_voice .balloon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #FFDC1A transparent transparent;
}
#introductionFeature .box03 .voice .company_voice .balloon .balloon_text {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 10px 25px;
  background-color: #FFDC1A;
  border-radius: 52px;
  color: #16254B;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
#introductionFeature .box03 .voice .company_voice .company_voice_text .bold {
  font-weight: bold;
}
#introductionFeature .box03 .voice .company_voice:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #16254B transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  #introductionFeature .box01 {
    padding: 60px 40px;
  }
  #introductionFeature .box01 .midashiStyle02 {
    font-size: 39px;
  }
  #introductionFeature .box01 .btnBox {
    padding: 30px 40px;
  }
  #introductionFeature .box01 .btnBox .text {
    font-size: 18px;
  }
  #introductionFeature .box02 {
    padding: 60px 40px;
  }
  #introductionFeature .box02 .titleStyle02 .title {
    color: #16254B;
    font-size: 30px;
  }
  #introductionFeature .box02 .midashiStyle02 {
    font-size: 39px;
    text-align: center;
  }
  #introductionFeature .box02 .graphBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #introductionFeature .box02 .graphBox .title {
    font-size: 22px;
    padding-left: 23px;
  }
  #introductionFeature .box02 .graphBox .contents {
    width: 48%;
    max-width: 475px;
  }
  #introductionFeature .box02 .graphBox .contents + .contents {
    margin: 0;
  }
  #introductionFeature .box03 {
    padding: 60px 40px;
  }
  #introductionFeature .box03 .titleStyle02 .title {
    color: #16254B;
    font-size: 30px;
  }
  #introductionFeature .box03 .midashiStyle02 {
    font-size: 39px;
    text-align: center;
  }
  #introductionFeature .box03 .status {
    width: 180px;
  }
  #introductionFeature .box03 .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
  #introductionFeature .box03 .voice .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #introductionFeature .box03 .voice .contents + .contents {
    margin-top: 50px;
  }
  #introductionFeature .box03 .company_voice {
    display: block;
    position: relative;
    z-index: 1;
    padding: 20px;
    border-radius: 4px;
    background: #F8F8F8;
  }
}
@media screen and (min-width: 980px) {
  #introductionFeature .box01 {
    padding: 100px 150px;
  }
  #introductionFeature .box01 .midashiStyle02 {
    font-size: 39px;
  }
  #introductionFeature .box01 .btnBox .text {
    font-size: 22px;
  }
  #introductionFeature .box02 {
    padding: 100px 50px;
  }
  #introductionFeature .box03 {
    padding: 100px 50px;
  }
  #introductionFeature .box03 .textBox {
    padding-left: 60px;
  }
}
/* =============================================
- anime
================================================ */
@media screen and (min-width: 768px) {
  #newgraduate_visual:after {
    border-width: 0vw 50vw 0 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  #newgraduate_visual .box {
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  #newgraduate_visual .box.on {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  #newgraduate_visual.on:after {
    border-width: 50vw 50vw 0 0;
  }
}
@media screen and (min-width: 980px) {
  #newgraduate_visual:after {
    border-width: 0vw 40vw 0 0;
  }
  #newgraduate_visual.on:after {
    border-width: 50vw 40vw 0 0;
  }
}
@media screen and (min-width: 1280px) {
  #newgraduate_visual:after {
    border-width: 0px 40vw 0 0;
  }
  #newgraduate_visual.on:after {
    border-width: 645px 40vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  #newgraduate_vote .hukidashi {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #newgraduate_vote .hukidashi.on {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #newgraduate_lead .textBox .in {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #newgraduate_lead .img {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #newgraduate_lead.on .textBox .in {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  #newgraduate_lead.on .img {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #newgraduate_cta .box {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #newgraduate_cta .box.on {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
.blog_thumbnail_block {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto 0;
}
.blog_thumbnail_block ul {
  width: 100%;
}
.blog_thumbnail_block ul li {
  width: 100%;
}
.blog_thumbnail_block ul li a {
  display: block;
  text-decoration: none;
}
.blog_thumbnail_block ul li a .date {
  color: #1E1E1E;
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 425px) {
  .blog_thumbnail_block ul {
    width: 100%;
  }
  .blog_thumbnail_block ul li {
    width: 100%;
  }
  .blog_thumbnail_block ul li + li {
    margin-top: 30px;
  }
  .blog_thumbnail_block ul li a {
    display: block;
    text-decoration: none;
  }
  .blog_thumbnail_block ul li a .top_blog_title {
    color: #1E1E1E;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .blog_thumbnail_block ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
  }
  .blog_thumbnail_block ul li {
    margin-top: 0;
    width: 33.3333333333%;
    max-width: 480px;
  }
  .blog_thumbnail_block ul li a .date {
    margin-top: 20px;
  }
  .blog_thumbnail_block ul li a .top_blog_title {
    color: #1E1E1E;
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
  }
}
@media screen and (min-width: 980px) {
  .blog_thumbnail_block ul {
    gap: 0 60px;
  }
  .blog_thumbnail_block ul li a:hover {
    opacity: 0.7;
  }
  .blog_thumbnail_block ul li a:hover p {
    opacity: 0.7;
  }
}