@charset "UTF-8";
/* ----------------------------------------------------------

common

---------------------------------------------------------- */
.container {
  box-sizing: border-box;
}

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

visual_wrapper

---------------------------------------------------------- */
.visual_wrapper {
  margin-bottom: 340px;
  padding-top: 184px;
  border-top: 6px solid #141414;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .visual_wrapper {
    margin-bottom: 40vw;
    padding-top: 30vw;
  }
}

.visual_wrapper h1 {
  position: absolute;
  top: 35px;
  left: 65px;
  width: 299px;
  height: 85px;
  overflow: hidden;
  background: url(../img/logo.png) 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: 115%;
  white-space: nowrap;
}

@media screen and (max-width: 760px) {
  .visual_wrapper h1 {
    top: 5vw;
    left: 3vw;
    width: 198px;
    height: 46px;
    background: url(../img/logo_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}

.visual_wrapper .catch {
  width: 1024px;
  margin: 0 auto 56px;
}

@media screen and (max-width: 760px) {
  .visual_wrapper .catch {
    width: 90%;
    margin: 0 5% 3%;
  }
}

.visual_wrapper h2 {
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .visual_wrapper h2 {
    margin-bottom: 4%;
    font-size: 5.87vw;
    line-height: 1.8;
  }
}

.visual_wrapper h2 span {
  display: inline;
  padding: 5px 20px;
  background: linear-gradient(transparent 0%, #fff 0%);
}

.visual_wrapper .sub {
  color: #fff;
  font-family: europa, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .visual_wrapper .sub {
    margin-bottom: 10%;
    font-size: 2.67vw;
    line-height: 1.4;
  }
}

@media screen and (max-width: 760px) {
  .visual_wrapper .ph {
    width: 80%;
    margin: 0 10%;
  }
}

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

section_message

---------------------------------------------------------- */
.section_message {
  width: 1120px;
  margin: 0 auto 165px;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .section_message {
    width: 90%;
    margin: 0 5% 20%;
  }
}

.section_message h3 {
  margin-bottom: 90px;
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .section_message h3 {
    margin-bottom: 8%;
    font-size: 5.87vw;
    line-height: 1.5;
  }
}

.section_message .txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
}

@media screen and (max-width: 760px) {
  .section_message .txt {
    font-size: 3.47vw;
    line-height: 1.8;
  }
}

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

section_event

---------------------------------------------------------- */
.section_event {
  width: 1120px;
  margin: 0 auto 180px;
  padding: 80px 0 90px;
  border-top: 8px solid #141414;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_event {
    width: 90%;
    margin: 0 5% 30%;
    padding: 10% 5% 15%;
    border-top: 3px solid #141414;
  }
}

.section_event h3 {
  margin-bottom: 50px;
  font-family: europa, sans-serif;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .section_event h3 {
    margin-bottom: 8%;
    font-size: 6.93vw;
    letter-spacing: 2px;
  }
}

.section_event .event_list {
  width: 888px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 760px) {
  .section_event .event_list {
    width: 100%;
    margin: 0 auto 8%;
  }
}

.section_event .event_list li.box {
  width: 100%;
  margin-bottom: 60px;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .section_event .event_list li.box {
    margin-bottom: 0;
  }
}

.section_event .event_list li.box:last-child {
  margin-bottom: 0;
}

.section_event .event_list li.box .ph {
  width: 395px;
  height: 263px;
  float: left;
}

@media screen and (max-width: 760px) {
  .section_event .event_list li.box .ph {
    width: 100%;
    height: 0;
    margin-bottom: 5%;
    padding-bottom: 67%;
    float: none;
  }
}

.section_event .event_list li.box .info_box {
  position: relative;
  width: 470px;
  float: right;
}

@media screen and (max-width: 760px) {
  .section_event .event_list li.box .info_box {
    width: 100%;
    float: none;
  }
}

.section_event .event_list li.box .info_box::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -33px;
  width: 36px;
  height: 8px;
  background: url(../img/arrow.png) no-repeat center center;
  background-size: 36px auto;
  content: '';
}

@media screen and (max-width: 760px) {
  .section_event .event_list li.box .info_box::after {
    display: none;
  }
}

.section_event .event_list li.box .tit {
  max-height: 50px;
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 760px) {
  .section_event .event_list li.box .tit {
    max-height: 10.26vw;
    margin-bottom: 1vw;
    font-size: 3.73vw;
  }
}

.section_event .event_list li.box .txt {
  max-height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 760px) {
  .section_event .event_list li.box .txt {
    max-height: 10.26vw;
    font-size: 3.2vw;
  }
}

.section_event .event_list li.box .txt br {
  display: none;
}

.section_event .event_list li.box .tag {
  max-height: inherit;
  margin-bottom: 15px;
}

@media screen and (max-width: 760px) {
  .section_event .event_list li.box .tag {
    margin-bottom: 2%;
  }
}

.section_event .event_list li.box .tag::before {
  margin-right: 17px;
  color: #EC4549;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  content: 'エントリー受付中';
}

@media screen and (max-width: 760px) {
  .section_event .event_list li.box .tag::before {
    margin-right: 2vw;
    font-size: 3.2vw;
    line-height: 16px;
  }
}

.section_event .event_list li.box .tag li {
  min-width: inherit;
  margin-right: 5px;
  padding: 4px 10px;
  border-radius: 100vh;
  color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .section_event .event_list li.box .tag li {
    margin-right: 1%;
    padding: 2% 4%;
    font-size: 2.67vw;
  }
}

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

section_intern

---------------------------------------------------------- */
.section_intern {
  margin-bottom: 120px;
  padding: 98px 0 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_intern {
    margin-bottom: 20%;
    padding: 13% 0 0;
  }
}

.section_intern h3 {
  margin-bottom: 50px;
  font-family: europa, sans-serif;
  font-size: 67px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .section_intern h3 {
    margin-bottom: 10%;
    font-size: 8.13vw;
    letter-spacing: 2px;
  }
}

.section_intern h3 small {
  display: block;
  margin-top: 15px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .section_intern h3 small {
    margin-top: 3%;
    font-size: 4.53vw;
  }
}

.section_intern .txt {
  margin-bottom: 70px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2;
}

@media screen and (max-width: 760px) {
  .section_intern .txt {
    margin-bottom: 15%;
    font-size: 3.2vw;
  }
}

.section_intern .ph_list li {
  width: 25%;
  float: left;
}

@media screen and (max-width: 760px) {
  .section_intern .ph_list li {
    width: 50%;
  }
}

.section_intern .recommend {
  padding: 110px 0 100px;
  background: #141414;
  color: #fff;
}

@media screen and (max-width: 760px) {
  .section_intern .recommend {
    padding: 13% 0;
  }
}

.section_intern .recommend h3 {
  margin-bottom: 60px;
  font-size: 53px;
}

@media screen and (max-width: 760px) {
  .section_intern .recommend h3 {
    margin-bottom: 10%;
    font-size: 8.13vw;
  }
}

.section_intern .recommend ul {
  width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .section_intern .recommend ul {
    width: 80%;
    margin: 0 10%;
  }
}

.section_intern .recommend ul li {
  min-width: 503px;
  margin-right: 45px;
  margin-bottom: 20px;
  padding-left: 35px;
  float: left;
  background: url(../img/ico_check.png) no-repeat left center;
  background-size: auto 25px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 25px;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .section_intern .recommend ul li {
    min-width: 100%;
    padding-left: 30px;
    background-size: auto 20px;
    font-size: 3.73vw;
    line-height: 1.5;
  }
}

.section_intern .recommend ul li:nth-child(2n) {
  margin-right: 0;
}

.section_intern .recommend ul li em {
  color: #FFFF00;
}

@media screen and (max-width: 760px) {
  .section_intern .recommend ul li em {
    font-style: normal;
  }
}

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

section_photos

---------------------------------------------------------- */
.section_photos {
  margin-bottom: 140px;
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_photos {
    margin-bottom: 20%;
    padding: 13% 5%;
  }
}

.section_photos h3 {
  margin-bottom: 50px;
  font-family: europa, sans-serif;
  font-size: 67px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .section_photos h3 {
    margin-bottom: 8%;
    font-size: 10.8vw;
    letter-spacing: 2px;
  }
}

.section_photos h3 small {
  display: block;
  margin-top: 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .section_photos h3 small {
    margin-top: 2%;
    font-size: 3.2vw;
  }
}

.section_photos ul {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .section_photos ul {
    width: 100%;
  }
}

.section_photos ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 7%;
  float: left;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_photos ul li {
    width: 48%;
    margin-right: 0;
  }
  .section_photos ul li:nth-child(2n) {
    float: right;
  }
}

.section_photos ul li:nth-child(3n) {
  margin-right: 0;
}

.section_photos ul li .ph {
  margin-bottom: 15px;
}

@media screen and (max-width: 760px) {
  .section_photos ul li .ph {
    margin-bottom: 2%;
  }
}

.section_photos ul li .tit {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .section_photos ul li .tit {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

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

section_voice

---------------------------------------------------------- */
.section_voice {
  margin-bottom: 150px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_voice {
    margin-bottom: 10%;
    padding: 10% 5%;
  }
}

.section_voice h3 {
  margin-bottom: 40px;
  color: #fff;
  font-family: europa, sans-serif;
  font-size: 67px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .section_voice h3 {
    margin-bottom: 8%;
    font-size: 10.8vw;
    letter-spacing: 2px;
  }
}

.section_voice h3 small {
  display: block;
  margin-top: 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .section_voice h3 small {
    margin-top: 2%;
    font-size: 3.2vw;
  }
}

.section_voice .voice_slider {
  width: 1120px;
  margin: 0 auto;
  background: #fff;
}

@media screen and (max-width: 760px) {
  .section_voice .voice_slider {
    width: 100%;
    padding-bottom: 8% !important;
  }
}

@media screen and (max-width: 760px) {
  .section_voice .voice_slider .slick-slide {
    height: auto;
  }
}

.section_voice .voice_slider li.box {
  padding: 60px 93px;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .section_voice .voice_slider li.box {
    padding: 5vw;
  }
}

.section_voice .voice_slider li.box .ph_box {
  width: 380px;
  float: left;
}

@media screen and (max-width: 760px) {
  .section_voice .voice_slider li.box .ph_box {
    width: 100%;
    margin-bottom: 5%;
    float: none;
  }
}

.section_voice .voice_slider li.box .txt_box {
  width: 520px;
  float: right;
}

@media screen and (max-width: 760px) {
  .section_voice .voice_slider li.box .txt_box {
    width: 100%;
    margin-bottom: 5%;
    float: none;
  }
}

.section_voice .voice_slider li.box .ph {
  margin-bottom: 20px;
}

@media screen and (max-width: 760px) {
  .section_voice .voice_slider li.box .ph {
    margin-bottom: 5%;
  }
}

.section_voice .voice_slider li.box .company {
  margin-bottom: 5px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .section_voice .voice_slider li.box .company {
    margin-bottom: 3%;
    font-size: 3.47vw;
    text-align: center;
  }
}

.section_voice .voice_slider li.box .name {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 760px) {
  .section_voice .voice_slider li.box .name {
    margin-bottom: 2%;
    text-align: center;
  }
}

.section_voice .voice_slider li.box .name .data {
  font-size: 14px;
}

@media screen and (max-width: 760px) {
  .section_voice .voice_slider li.box .name .data {
    font-size: 3.47vw;
  }
}

.section_voice .voice_slider li.box .txt {
  font-size: 14px;
}

@media screen and (max-width: 760px) {
  .section_voice .voice_slider li.box .txt {
    font-size: 3.2vw;
  }
}

.section_voice .voice_slider .slick-prev {
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../img/arrow_prev.jpg) no-repeat center center;
  background-size: 100% auto;
}

@media screen and (max-width: 760px) {
  .section_voice .voice_slider .slick-prev {
    top: 34vw;
    left: 3vw;
    width: 25px;
    height: 25px;
  }
}

.section_voice .voice_slider .slick-next {
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../img/arrow_next.jpg) no-repeat center center;
  background-size: 100% auto;
}

@media screen and (max-width: 760px) {
  .section_voice .voice_slider .slick-next {
    top: 34vw;
    right: 3vw;
    width: 25px;
    height: 25px;
  }
}

.section_voice .voice_slider .slick-dots {
  bottom: -45px;
}

@media screen and (max-width: 760px) {
  .section_voice .voice_slider .slick-dots {
    bottom: 8vw;
  }
}

.section_voice .slick-slider {
  padding-bottom: 0;
}

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

section_flow

---------------------------------------------------------- */
.section_flow {
  margin-bottom: 130px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_flow {
    margin: 0 auto 20%;
  }
}

.section_flow h3 {
  margin-bottom: 20px;
  font-family: europa, sans-serif;
  font-size: 67px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .section_flow h3 {
    margin-bottom: 8%;
    font-size: 10.8vw;
    letter-spacing: 2px;
  }
}

.section_flow h3 small {
  display: block;
  margin-top: 5px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .section_flow h3 small {
    margin-top: 2%;
    font-size: 3.2vw;
  }
}

.section_flow .txt {
  margin-bottom: 30px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .section_flow .txt {
    margin-bottom: 8%;
    font-size: 3.73vw;
    line-height: 1.5;
  }
}

.section_flow ul {
  display: inline-block;
  margin: 0 auto 60px;
}

@media screen and (max-width: 760px) {
  .section_flow ul {
    width: 90%;
    margin: 0 5% 5%;
  }
}

.section_flow ul li {
  position: relative;
  width: 190px;
  margin-right: 42px;
  float: left;
}

@media screen and (max-width: 760px) {
  .section_flow ul li {
    width: 44%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .section_flow ul li:nth-child(2n) {
    float: right;
  }
  .section_flow ul li:nth-child(2n)::after {
    display: none;
  }
  .section_flow ul li:nth-child(2n+1) {
    clear: left;
  }
}

.section_flow ul li:last-child {
  margin-right: 0;
}

.section_flow ul li:last-child::after {
  display: none;
}

.section_flow ul li::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -29px;
  width: 0;
  height: 0;
  margin-top: -6.5px;
  border-width: 10px 0 10px 13px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(20, 20, 20, 0.6);
  content: '';
}

@media screen and (max-width: 760px) {
  .section_flow ul li::after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.6);
  }
}

.section_flow .btn_line {
  width: 557px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .section_flow .btn_line {
    width: 80%;
    margin: 0 10%;
  }
}
/*# sourceMappingURL=top.css.map */
