@charset "utf-8";
/*==============================================================*/
/*　共通パーツ						*/
/*==============================================================*/
* {
  box-sizing: border-box;
}
.w1125 {
  margin-inline: auto;
  max-width: 1125px;
  width: 100%;
}
.baseTtl {
  text-align: center;
  color: #fff;
}
.baseTtl h3 {
  letter-spacing: -0.01em;
  font-size: 105px;
  font-weight: 600;
  font-family: "Century Gothic", "Poppins", sans-serif;
  line-height: 1;
}
.baseTtl p {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}
.internEntry {
  max-width: 540px;
  width: 100%;
}
.internEntry a {
  position: relative;
  margin-inline: auto;
  max-width: 465px;
  margin-top: 54px;
  background-image: linear-gradient(to right, rgba(230, 0, 17, 1) 50%, rgba(81, 203, 255, 1.00) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  font-weight: bold;
  color: #fff !important;
  border-radius: 50px;
  padding: 16px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-align: center;
  font-family: "Shin Go Regular", "メイリオ", Meiryo, Arial, Verdana;
}
.internEntry a:hover {
  background-position: -100% 0;
  box-sizing: border-box;
  color: #fff;
}
.internEntry a::after {
  content: "";
  margin-left: 0.5em;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 20px;
  background: url("../../img/recruit/internship/arrow.svg") no-repeat center;
  background-size: contain;
}
.sp {
  display: none;
}
.wsp {
  display: inline-block;
}
/*フェードアップ*/
.fadeInUp {
  position: relative;
  bottom: -50px;
  opacity: 0;
  transition: bottom 0.6s, opacity 0.8s;
}
.fadeInUp.show {
  bottom: 0;
  opacity: 1;
}
/*フェードイン*/
.fadeIn {
  opacity: 0;
  transition: 0.6s, opacity 0.8s;
}
.fadeIn.show {
  opacity: 1;
}
@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .sidePadSp {
    padding-inline: 4%;
  }
  .sideMarSp {
    margin-inline: 4%;
  }
  .baseTtl h3 {
    font-size: 15vw;
  }
  .baseTtl p {
    font-size: 4.26vw;
  }
  .internEntry a {
    font-size: 18px;
  }
}
/*==============================================================*/
/*　メインイメージ						*/
/*==============================================================*/
.mainImg {
  position: relative;
  padding-top: 4.8vw;
  padding-bottom: 3.2vw;
  height: 45vw;
  /* min-height: 680px;*/
  background: url("../../img/recruit/internship/mainImg.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.mainImgIn {
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.mainImgIn .course {
  /*margin-top: 30px;*/
  display: flex;
  justify-content: center;
  margin: 2vw auto;
  width: 40vw;
}
.mainImgIn .course li {
  margin-right: 12px;
}
.mainImgIn .course li img {
  width: 100%;
  height: auto;
}
.mainImgIn .en {
  margin-bottom: 1vw;
  margin-inline: auto;
  width: 64vw;
  opacity: 0.7;
}
.mainImgIn .en img {
  width: 100%;
  height: auto;
  /* font-size: 185px;
    font-size: 12.333vw;
    font-weight: 600;
    font-family: "Century Gothic" ,"Poppins", sans-serif;
    text-align: center;
    color: rgba(266, 266, 266, 0.7);
    line-height: 1;*/
}
.mainImgIn h2 {
  /*margin-top: 30px;*/
  margin-top: 1vw;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 46vw;
  color: #fff;
  font-weight: bold;
  font-size: 2.8vw;
  display: inline-block;
  letter-spacing: 0.1em;
  background: rgba(0, 104, 182, 0.9);
  box-shadow: 14px 13px 15px 4px rgba(38, 38, 38, 0.16);
}
.mainImgIn h2 span {
  display: inline-block;
  transform: skewX(-5deg);
}
@media screen and (max-width:767px) {
  .mainImg {
    position: relative;
    padding-top: 2.6vw;
    padding-bottom: 7vw;
    height: 136vw;
    /* min-height: 680px;*/
    background: url("../../img/recruit/internship/mainImgSp.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
  }
  .mainImgIn .en {
    display: none;
  }
  .mainCatch {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mainImgIn h2 {
    width: 82vw;
    font-size: 6.4vw;
  }
  .mainImgIn .course {
    width: 95vw;
  }
}
/*==============================================================*/
/*　リード文					*/
/*==============================================================*/
.readTxt {
  position: relative;
  margin-top: 105px;
  padding-bottom: 98px;
}
.readTxt .w1125 {
  display: grid;
  grid-template-columns: 755px 370px;
}
.readTxt .ttlBox {
  position: relative;
}
.readTxt .ttlBox::before {
  position: absolute;
  content: "";
  display: block;
  top: -75px;
  left: -135px;
  width: 120px;
  height: 70px;
  background: url("../../img/recruit/internship/readTxtDeco.png") no-repeat center /contain;
}
.readTxt .txt {
  margin-top: 64px;
}
.readTxt .txt p + p {
  margin-top: 45px;
}
.readTxt .ttlBox .en {
  position: absolute;
  z-index: -1;
  font-size: 145px;
  font-family: "Century Gothic", "Poppins", sans-serif;
  font-weight: 600;
  color: #f4f4f4;
  letter-spacing: -0.001em;
  line-height: 1;
  white-space: nowrap;
}
/*.readTxt .ttlBox:before{
    position: absolute;
    top: -30px;
    left: -40px;
    content: "Cados Corporation";
    font-size: 145px;
    font-family: "Century Gothic" ,"Poppins", sans-serif;
      font-weight: 600;
    color: #f4f4f4;
    z-index: 1;
    line-height: 0.9;
}*/
.readTxt h3 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.8;
  z-index: 2;
}
.readTxt p {
  font-size: 18px;
  line-height: 2;
}
.readTxt .imgBox {
  position: relative;
  top: -63px;
  right: -20px;
  z-index: 3;
}
@media screen and (max-width:1500px) {
  .readTxt h3 {
    font-size: 3.2vw;
  }
  .readTxt .ttlBox:before {
    font-size: 9.6vw;
  }
  .readTxt .imgBox img {
    max-width: 100%;
    height: auto;
  }
  .readTxt .ttlBox .en {
    font-size: 9.6vw;
  }
}
@media screen and (max-width:767px) {
  .readTxt {
    margin-top: 25.6vw;
  }
  .readTxt .w1125 {
    display: block;
  }
  .readTxt h3 {
    font-size: 6.8vw;
    letter-spacing: -0.001em;
  }
  .readTxt .ttlBox:before {
    left: 4%;
    width: 21.6vw;
    height: 13vw;
  }
  .readTxt .ttlBox .en {
    padding-inline: 1%;
    font-size: 16vw;
  }
  .readTxt p {
    font-size: 14px;
  }
  .readTxt .imgBox {
    top: auto;
    right: auto;
    text-align: center;
  }
  .readTxt .txt {
    margin-top: 10vw;
  }
  .readTxt .txt p + p {
    margin-top: 8vw;
  }
  .readTxt .imgBox {
    margin-top: 10vw;
  }
}
/*==============================================================*/
/*　コース一覧				*/
/*==============================================================*/
.courseAllWrap {
  /*overflow: hidden;*/
  position: relative;
  padding-top: 48px;
}
.courseAllWrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 580px;
  background: url("../../img/recruit/internship/courseBg.jpg") no-repeat top center/cover;
  z-index: -1;
}
.courseAllWrap .courseListBox {
  margin-top: 40px;
  border-radius: 20px 20px 0 0;
  background: #fff;
}
.courseAllWrap .courseListBox .courseInfo {
  padding-top: 58px;
  display: grid;
  place-items: center;
}
.courseAllWrap .courseListBox .courseInfo dl {
  display: flex;
  width: 530px;
  font-size: 18px;
}
.courseAllWrap .courseListBox .courseInfo dl dt {
  margin-right: 2em;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 130px;
  color: #fff;
  text-align: center;
  background: #0068B6;
}
.courseAllWrap .courseListBox .courseInfo dl + dl {
  margin-top: 10px;
}
.courseAllWrap .courseListBox .courseInfo dl a {
  color: #e60011;
  text-decoration: underline;
}
.courseAllWrap .courseListBox .courseInfo dl a:hover {
  text-decoration: none;
}
.courseAllWrap .courseListBox .attentionList {
  margin-top: 16px;
}
.courseAllWrap .courseListBox .attention {
  display: block;
  font-size: 14px;
}
.courseAllWrap .courseList {
  margin-top: 64px;
}
.courseAllWrap .courseList .txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
.courseAllWrap .courseList .txt span {
  font-size: 18px;
}
.courseAllWrap .courseList ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.courseAllWrap .courseList li {
  margin-bottom: 16px;
}
.courseAllWrap .courseList li a {
  display: inline-block;
}
.courseAllWrap .courseList li a:hover {
  opacity: 0.7;
}
.courseAllWrap .courseList .courseName {
  position: relative;
  margin-top: -60px;
  padding-top: 30px;
  padding-left: 20px;
  width: 280px;
  height: 85px;
  border-radius: 0 10px 0 0;
  background: #fff;
}
.courseAllWrap .courseList .courseName span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #0068B6;
  letter-spacing: -0.001em;
}
.courseAllWrap .courseList .courseName {
  font-size: 18px;
  font-weight: bold;
}
.courseAllWrap .courseList .courseName p {
  position: relative;
  display: inline-block;
}
.courseAllWrap .courseList .courseName p:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #0068B6;
  border-radius: 50%;
  top: 0;
  right: -2em;
}
.courseAllWrap .courseList .courseName p:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -1.5em;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.courseAllWrap .courseList .listTop {
  margin-top: 45px;
  display: grid;
  gap: 20px;
  place-content: center;
  place-items: center;
  grid-template-columns: repeat(2, 360px);
  /* grid-template-columns: repeat( auto-fill, minmax(100px,360px) );*/
}
.courseAllWrap .courseList .listbottom {
  display: grid;
  gap: 20px;
  place-content: center;
  place-items: center;
  grid-template-columns: repeat(3, 360px);
  /* grid-template-columns: repeat( auto-fill, minmax(100px,360px) );*/
}
@media screen and (max-width:767px) {
  .courseAllWrap::before {
    height: 135vw;
    background: url("../../img/recruit/internship/courseBgSp.jpg") no-repeat top center/cover;
  }
  .courseAllWrap .courseList .listTop, .courseAllWrap .courseList .listbottom {
    padding-inline: 4%;
    grid-template-columns: repeat(2, 1fr);
  }
  .courseAllWrap .courseList ul li img {
    max-width: 100%;
    height: auto;
  }
  .courseAllWrap .courseList .courseName {
    padding-top: 30px;
    padding-left: 5%;
    width: 84%;
  }
  .courseAllWrap .courseListBox .courseInfo dl {
    display: block;
    font-size: 16px;
  }
  .courseAllWrap .courseListBox .courseInfo dl dt {
    padding: 8px 10px;
    text-align: left;
    width: 100%;
  }
  .courseAllWrap .courseListBox .courseInfo dl dd {
    padding: 15px 10px;
  }
}
@media screen and (max-width:645px) {
  .courseAllWrap .courseList .listTop, .courseAllWrap .courseList .listbottom {
    display: block;
    padding-inline: 0;
  }
  .courseAllWrap .courseList .listTop {
    margin-top: 10vw;
  }
  .courseAllWrap .courseList .listbottom {
    margin-top: 13vw;
  }
  .courseAllWrap .courseList ul li {
    display: flex;
    justify-content: center;
  }
  .courseAllWrap .courseList ul li + li {
    margin-top: 13vw;
  }
}
/*==============================================================*/
/*　コース詳細			*/
/*==============================================================*/
.courses {
  max-width: 1500px;
  margin-inline: auto;
  padding-inline: 40px;
  width: 100%;
}
.courseWrap {
  display: grid;
  justify-content: space-between;
  gap: 100px;
  /*grid-template-columns:645px 677px;*/
  grid-template-columns: 1fr 1fr;
}
.courseAllWrap .courseListBox {
  position: relative;
}
.courseAllWrap .courseListBox::before {
  position: absolute;
  content: "";
  top: -120px;
  left: -40px;
  display: block;
  width: 220px;
  height: 200px;
  background: url("../../img/recruit/internship/courseDeco01.png") no-repeat top center/cover;
}
.courseAllWrap .courseListBox::after {
  position: absolute;
  content: "";
  top: 30%;
  right: -30px;
  display: block;
  width: 154px;
  height: 87px;
  background: url("../../img/recruit/internship/courseDeco02.png") no-repeat top center/cover;
}
.courseWrap.left .imgBox {
  border-radius: 20px 0 0 20px;
}
.courseWrap.right .imgBox {
  border-radius: 0 20px 20px 0;
}
.courseWrap table {
  margin-top: 50px;
  border-collapse: separate;
  border-spacing: 0 10px;
  font-size: 18px;
}
.courseWrap table th {
  padding: 20px 25px;
  width: 24%;
  color: #fff;
  font-weight: 500;
  background: #0068B6;
}
.courseWrap table td {
  padding-left: 2em;
}
/*背景*/
#course01 .imgBox {
  background: url("../../img/recruit/internship/course01.jpg") no-repeat top center/cover;
}
#course02 .imgBox {
  background: url("../../img/recruit/internship/course02.jpg") no-repeat top center/cover;
}
#course03 .imgBox {
  background: url("../../img/recruit/internship/course03.jpg") no-repeat top center/cover;
}
#course04 .imgBox {
  background: url("../../img/recruit/internship/course04.jpg") no-repeat top center/cover;
}
#course05 .imgBox {
  background: url("../../img/recruit/internship/course05.jpg") no-repeat top center/cover;
}
/**/
.courseWrap {
  position: relative;
  margin-top: 180px;
}
.courseWrap .ttlBox {
  position: relative;
  padding-top: 145px;
  padding-left: 25px;
  padding-bottom: 30px;
  max-width: 570px;
}
.courseWrap .ttlBox .en {
  position: absolute;
  z-index: -1;
  font-size: 90px;
  font-family: "Century Gothic", "Poppins", sans-serif;
  font-weight: 600;
  color: #f4f4f4;
  letter-spacing: -0.001em;
  line-height: 1;
}
.courseWrap .ttlBox p {
  font-size: 24px;
  color: #0068b6;
  font-weight: bold;
}
.courseWrap .ttlBox h4 {
  font-size: 48px;
  font-weight: bold;
}
.courseWrap.left {
  position: relative;
}
.courseWrap.left .en {
  top: 95px;
  left: 0.2em;
  white-space: nowrap;
}
.courseWrap.left .ttlBox::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 157px;
  height: 152px;
  background: url("../../img/recruit/internship/courseTtlDeco01.png") no-repeat top center/contain;
  z-index: -2;
}
.courseWrap.left .ttlBox::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 105px;
  height: 59px;
  background: url("../../img/recruit/internship/courseTtlDeco02.png") no-repeat top center/contain;
  z-index: -2;
}
.courseWrap.right {
  position: relative;
}
.courseWrap.right .en {
  top: 95px;
  right: 0;
  text-align: right;
}
.courseWrap.right .ttlBox::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 157px;
  height: 152px;
  background: url("../../img/recruit/internship/courseTtlDeco01.png") no-repeat top center/contain;
  z-index: -2;
}
.courseWrap.right .ttlBox::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 105px;
  height: 59px;
  background: url("../../img/recruit/internship/courseTtlDeco02.png") no-repeat top center/contain;
  z-index: -2;
}
@media screen and (max-width:767px) {
  .courseAllWrap .courseListBox::after {
    display: none;
  }
  .courseAllWrap .courseListBox::before {
    top: -15vw;
    left: -2.8vw;
    width: 26vw;
    height: 24vw;
  }
  .courseAllWrap .courseListBox .courseInfo {
    padding-top: 12.5vw;
    padding-inline: 4%;
  }
  .courseAllWrap .courseListBox .courseInfo dl {
    width: 100%;
  }
  .courseAllWrap .courseList .txt {
    font-size: 16px;
  }
  .courseAllWrap .courseList .txt span {
    font-size: 16px;
  }
  .courseWrap.left .ttlBox::before {
    width: 28vw;
    height: 27vw;
  }
  .courseWrap.left .ttlBox::after {
    right: 4vw;
    bottom: -7vw;
    width: 20vw;
    height: 10vw;
  }
  .courseWrap.right .ttlBox::before {
    top: 3vw;
    right: -2vw;
    width: 28vw;
    height: 27vw;
  }
  .courseWrap.right .ttlBox::after {
    width: 20vw;
    height: 10vw;
    left: 3vw;
    bottom: -10vw;
  }
  .courses {
    padding-inline: 0;
  }
  .courseWrap {
    margin-top: 35vw;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  .courseWrap.left .imgBox {
    margin-left: 4%;
  }
  .courseWrap.right .imgBox {
    margin-right: 4%;
  }
  .courseWrap .imgBox {
    width: 100%;
    height: 52vw;
    order: 1;
  }
  /*背景*/
  #course01 .imgBox {
    background: url("../../img/recruit/internship/course01Sp.jpg") no-repeat top center/cover;
  }
  #course02 .imgBox {
    background: url("../../img/recruit/internship/course02Sp.jpg") no-repeat top center/cover;
  }
  #course03 .imgBox {
    background: url("../../img/recruit/internship/course03Sp.jpg") no-repeat top center/cover;
  }
  #course04 .imgBox {
    background: url("../../img/recruit/internship/course04Sp.jpg") no-repeat top center/cover;
  }
  #course05 .imgBox {
    background: url("../../img/recruit/internship/course05Sp.jpg") no-repeat top center/cover;
  }
  /**/
  .courseWrap .txtBox {
    width: 100%;
    order: 2;
  }
  .courseWrap .ttlBox {
    position: relative;
    padding: 39vw 0 0;
    max-width: 100%;
    z-index: 3;
    margin-top: -24vw;
  }
  .courseWrap .ttlBox p {
    font-size: 3.73vw;
  }
  .courseWrap .ttlBox .en {
    top: 29vw;
    left: 0;
    font-size: 14vw;
    letter-spacing: -0.01em;
  }
  .courseWrap .ttlBox h4 {
    font-size: 7.46vw;
  }
  .courseWrap table {
    margin-top: 15vw;
    width: 100%;
    font-size: 16px
  }
  .courseWrap table th {
    display: block;
    width: 100%;
    padding: 10px 1em;
  }
  .courseWrap table td {
    display: block;
    padding: 1em;
  }
  .courseWrap a {
    margin-top: 5vw;
  }
  .internEntry {
    margin-inline: auto;
  }
}
/*==============================================================*/
/*　過去の参加者の声			*/
/*==============================================================*/
.voiceWrap .ttlBox {
  text-align: center;
}
.voiceWrap .baseTtl {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.voiceWrap .baseTtl:before {
  position: absolute;
  top: -100px;
  right: -180px;
  content: "";
  display: block;
  width: 177px;
  height: 103px;
  background: url("../../img/recruit/internship/voiceDeco01.png") no-repeat top center/contain;
}
.voiceWrap .baseTtl::after {
  position: absolute;
  left: -170px;
  bottom: -100px;
  content: "";
  display: block;
  width: 173px;
  height: 158px;
  background: url("../../img/recruit/internship/voiceDeco02.png") no-repeat top center/contain;
}
.voiceWrap {
  margin-top: 180px;
  padding-top: 70px;
  padding-bottom: 100px;
  background: url("../../img/recruit/internship/voiceBg.jpg") no-repeat top center/cover;
  border-radius: 60px 60px 0 0;
}
.voiceWrap .voiceList {
  margin-top: 145px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 540px);
}
.voiceWrap .voiceList li {
  padding: 45px 40px 20px;
  display: grid;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 9px 32.3px 5.7px rgba(97, 97, 97, 0.23);
}
.voiceWrap .voiceList li em {
  color: #003e6d;
  font-weight: bold;
  font-style: normal;
}
.voiceWrap .voiceList li .name {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
.voiceWrap .voiceList li .name.mt40 {
  margin-top: 40px;
}
.voiceWrap .voiceList li .img {
  margin-top: 20px;
  text-align: center;
  align-self: flex-end;
}
@media screen and (max-width:767px) {
  .voiceWrap {
    margin-top: 33vw;
    padding-top: 13vw;
    border-radius: 30px 30px 0 0;
  }
  .voiceWrap .baseTtl:before {
    width: 28.5vw;
    height: 16.2vw;
    top: -19vw;
    right: -19vw;
  }
  .voiceWrap .baseTtl::after {
    width: 24.5vw;
    height: 21.33vw;
    left: -20vw;
    bottom: -19vw;
  }
  .voiceWrap .voiceList {
    margin-top: 28vw;
    display: block;
  }
  .voiceWrap .voiceList li {
    padding: 25px 7% 20px;
  }
  .voiceWrap .voiceList li + li {
    margin-top: 15px;
  }
  .voiceWrap .voiceList li .name.mt40 {
    margin-top: 20px;
  }
  .voiceWrap .voiceList li .img {
    margin: 20px auto 0;
    width: 28vw;
  }
}
/*==============================================================*/
/*　採用案内			*/
/*==============================================================*/
.entryTxt {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}
/*#recruitbtn .btn a{
    display: flex;
    align-items: center;
    justify-content: center;
}
#recruitbtn .btn a::after {
    content: "";
    margin-left: 0.5em;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 20px;
    background: url(../../img/internship/arrow.svg) no-repeat center;
    background-size: contain;
}*/
@media screen and (max-width:767px) {
  .entryTxt {
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.001em;
  }
}