﻿@charset 'utf-8';
/* ---------------------------
ページナビ
--------------------------- */
.txtCenter {
  text-align: center;
}
.txtLeft {
  text-align: left;
}
.txtRight {
  text-align: right;
}
.kousen_pnav {
  margin: 0 auto 40px;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .kousen_pnav {
    margin-bottom: 20px;
    padding: 1rem;
  }
}
.kousen_pnav ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .kousen_pnav ul {
    display: block;
  }
}
.kousen_pnav ul li {
  width: 55%;
  border: 1px solid #c4c4c4;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kousen_pnav ul li {
    width: 100%;
  }
}
.kousen_pnav ul li a {
  display: block;
  padding: 1em;
  width: 100%;
  color: #1c65b6;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .kousen_pnav ul li a {
    padding: .5em 1em;
    font-size: 1.5rem;
  }
}
.kousen_pnav ul li a:hover {
  opacity: 0.7;
}
#index #topVisual {
  margin-bottom: 0;
}
/* ---------------------------
courseBox内
--------------------------- */
#index.kousen .courseBox .layout .text p {
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #index.kousen .courseBox .layout .text p {
    font-size: 15px;
  }
}
#index.kousen .courseBox .layout .text h3 {
  padding-left: 1.1em;
  text-indent: -1.1em;
  font-weight: bold;
  font-size: 1.6rem;
}
#index.kousen .courseBox .layout .text h4 {
  font-weight: bold;
  font-size: 2.0rem;
  margin-top: 40px;
  color: #ff66cc;
}
.kousen_courselead {
  color: #1c65b6;
  font-weight: bold;
}
#index.kousen .courseBox .layout .text p.kousen_courseleadSub {
  font-size: 15px;
  margin-top: 30px;
}
.kousen_cont {
  margin-top: 40px;
}
.kousen_type dt {
  font-weight: bold;
  font-size: 1.6rem;
}
.kousen_type dd + dt {
  margin-top: 8px;
}
.kousen_detaillink_img {
  display: block;
  margin-top: 4px;
  width: 270px;
}
@media screen and (max-width: 768px) {
  #index.kousen .courseBox .layout .text p.kousen_courseleadSub {
    font-size: 14px;
  }
  .kousen_detaillink_img {
    display: block;
    margin: 0 auto;
    width: 70%;
  }
}
.kousen_detaillink_img img {
  width: 100%;
}
.kousen_flow {
  margin-bottom: 20px;
}
.kousen .copybtn {
  padding: 8px;
  border-radius: 10px;
  background: #73b5fd;
  color: #fff;
  cursor: pointer;
}
.kousen .copyarea {
  margin-top: 10px;
  padding: 16px;
  border: 1px solid #ccc;
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .kousen .copyarea {
    font-size: .95rem;
  }
}
@media screen and (max-width: 970px) {
  .kousen_typelist li .company {
    display: block;
    text-indent: 1em;
  }
}
/*table********************/
.kousen_cont .tbl {
  margin-top: 16px;
  width: 100%;
}
.kousen_cont .tbl tr th, .kousen_cont .tbl tr td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.kousen_cont .tbl tr th a, .kousen_cont .tbl tr td a {
  color: #1C65B6;
  display: block;
  transition: 0.2s;
}
.kousen_cont .tbl tr th a:hover, .kousen_cont .tbl tr td a:hover {
  opacity: 0.7;
}
.kousen_cont .tbl tr th {
  width: 10%;
  font-size: 17px;
  font-weight: bold;
  background: #eee;
}
.kousen_cont .tbl tr th.gr, .kousen_cont .tbl tr th.ye, .kousen_cont .tbl tr th.bl, .kousen_cont .tbl tr th.pi {
  width: 20%;
}
.kousen_cont .tbl tr th.gr {
  background: #99CC00;
}
.kousen_cont .tbl tr th.ye {
  background: #FFC000;
}
.kousen_cont .tbl tr th.bl {
  background: #008AF2;
}
.kousen_cont .tbl tr th.pi {
  background: #FFCCFF;
}
.kousen_cont .tbl tr td {
  background: #fff;
}
/**/
@media screen and (max-width: 768px) {
  .kousen_cont .tbl tr th, .kousen_cont .tbl tr td {
    padding: .5em 1em;
    font-size: 70%;
  }
}
/* ---------------------------
汎用
--------------------------- */
.kousen .red {
  color: #f00;
}
.kousen .underline {
  text-decoration: underline;
}
.kousen .fz_small {
  font-size: 1.4rem;
}
/*2024.4added********************/
.kousenIndex #seminar .text.kousen_course {
  width: 80%;
  float: left;
}
.kousenIndex #seminar .courseBox.kousen_cont.kousen_detail {
  width: 200px;
  float: right;
  margin-top: 80px;
}
.kousenIndex .appBtn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.kousenIndex .appBtn a {
  position: relative;
  display: block;
  padding: 20px 60px 20px 35px;
  line-height: 1.6;
  font-size: 2.2rem;
  margin-right: 30px;
  text-align: center;
}
#index.kousen.kousenIndex .appBtn .dueDate p {
  border: solid 1px #f00;
  padding: 20px;
  line-height: 1.6;
  font-size: 2rem;
  border-radius: 10px;
  font-weight: bold;
}
#index.kousen.kousenIndex .detalLink {
  margin: 50px 0 0;
}
#index.kousen.kousenIndex .roundLink.arrowWhiteRight {
  position: relative;
  background-color: #1C65B6;
  color: #fff;
  font-weight: bold;
}
#index.kousen.kousenIndex .roundLink.arrowWhiteRight::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 30px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
.kousenIndex .joinFlow {
  margin-bottom: 80px;
}
/* .kousenIndex .joinFlow h2 {
  position: relative;
  font-size: 2.4rem;
  background-color: #F5F7F8;
  font-weight: bold;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 50px;
  margin-bottom: 50px;
}
.kousenIndex .joinFlow h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  background-color: #1C65B6;
} */
.kousenIndex .schedule {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.kousenIndex .schedule .box {
  width: 60%;
  border-radius: 23px;
  box-shadow: 0px 0px 6px #00000029;
  background-color: #fff;
  padding: 24px 30px 30px;
}
.kousenIndex .schedule .box h3 {
  color: #000;
  font-weight: bold;
  font-size: 2rem;
}
.kousenIndex .schedule .box .date {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  font-size: 1.5rem;
}
.kousenIndex .schedule .box .blank {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  padding: 6px 20px 8px;
}
.kousenIndex .schedule .box .anno {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.3;
}
.kousenIndex .schedule .arrow {
  position: relative;
  width: 100%;
  margin: 15px 0;
}
.kousenIndex .schedule .arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  width: 0;
  height: 0;
  border-left: 14px solid #1C65B6;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
    transform: rotate(90deg);
    top: -10px;
    margin-top: 0;
    left: 50%;
    margin-left: -8px;
  }

#index.kousen.kousenIndex .schedule .box .joinDetail {
  font-size: 1.5rem;
  color: #f00;
  margin-top: 2.5em;
}
#index.kousen.kousenIndex .schedule .box .joinDetail.joinDetail-mt0 {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .kousenIndex #seminar .layout.seminarLayout {
    flex-direction: column;
  }
  .kousenIndex #seminar .text.kousen_course {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .kousenIndex #seminar .courseBox.kousen_cont.kousen_detail {
    float: none;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #index.kousen.kousenIndex .detalLink {
    text-align: center;
    margin-bottom: 50px;
  }
  .kousenIndex .appBtn {
    flex-direction: column-reverse;
  }
  .kousenIndex .appBtn a {
    marging-right: 0;
    width: 100%;
    font-weight: 2.0rem;
  }
  #index.kousen.kousenIndex .appBtn .dueDate {
    margin-bottom: 30px;
  }
  .kousenIndex .schedule {
    margin-bottom: 30px;
  }
  .kousenIndex .schedule .box {
    width: 99%;
    padding: 20px;
  }
  .kousenIndex .schedule .box .blank {
    display: none;
  }

  .kousenIndex .schedule .row {
    border-bottom: 1px solid #1C65B6;
    font-size: 1.2rem;
  }
  #index.kousen.kousenIndex .schedule .box .joinDetail {
    margin-top: 0;
  }
}
/*flow--------------------------*/
.kousenIndex .requirementWrap h2 {
  position: relative;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.kousenIndex .requirementWrap h2 span {
  display: inline-block;
  font-size: 3rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1;
  padding: 20px;
}
.kousenIndex .requirementWrap h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0E66B5;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.kousenIndex .requirementWrap h2 + span {
  margin-bottom: 40px;
  display: block;
}
.kousenIndex .requirementWrap .block {
  margin: 0 0 5rem 0;
}
.kousenIndex .requirementWrap dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}
.kousenIndex .requirementWrap dl dt {
  width: 10em;
  font-weight: bold;
}
.kousenIndex .requirementWrap dl dd {
  flex: 1;
}
.kousenIndex .requirementWrap table.footable {
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.kousenIndex .requirementWrap table.footable th, .kousenIndex .requirementWrap table.footable td {
  padding: 1rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.kousenIndex .requirementWrap table.footable th {
  background: #eee;
}
.kousenIndex .requirementWrap table.innertable {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 100%;
  table-layout: fixed;
}
.kousenIndex .requirementWrap table.innertable th, .kousenIndex .requirementWrap table.innertable td {
  padding: 1rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.kousenIndex .requirementWrap table.innertable th {
  background: #eee;
  width: 25%;
  vertical-align: middle;
}
.kousenIndex .requirementWrap table.innertable td {
  width: 75%;
  vertical-align: middle;
}
.requirementImg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.requirementImg figure {
  width: 23%;
}
.requirementImg figure figcaption {
  line-height: 1.4;
  text-align: center;
}
.requirementImg img {
  width: 100%;
}
/*-------btn------*/
.addLinks {
  padding: 20px 0 100px;
}
.addLinks .addBtn {
  display: flex;
  justify-content: space-between;
}
.addLinks .addBtn .linkBox {
  width: 48%;
}
.addLinks.addLinksTop .addBtn .linkBox {
  min-width: 310px;
}
.addLinks .addBtn .linkBox p.blue {
  color: #1C65B6;
}
.addLinks .addBtn .linkBox a {
  position: relative;
  display: block;
  padding: 20px 60px 20px 20px;
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: bold;
  min-height: 195px;
}
.addLinks .addBtn .linkBox a:hover {
  opacity: .8;
}
.addLinks .addBtn .linkBox1 a {
  background-color: #1C65B6;
  color: #fff;
}
.addLinks .addBtn .linkBox a::after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.addLinks.addLinksTop .addBtn .linkBox a::after {
  content: none;
}
.addLinks .addBtn .linkBox2 a {
  background-color: #FFDF2C;
}
.addLinks .addBtn .linkBox1 a::after {
  background: url(/recruit/internship/image/link_mark_b.svg) no-repeat left center;
  background-size: 35px;
}
.addLinks .addBtn .linkBox2 a::after {
  background: url(/recruit/internship/image/link_mark_y.svg) no-repeat left center;
  background-size: 35px;
}
#index .courseBox .courseList .tbl tr td a.spShow {
  display: none;
}
@media screen and (max-width: 1024px) {
  .requirementImg figure {
    width: 48%;
    margin-bottom: 3vw;
  }
  .addLinks .addBtn {
    flex-direction: column;
  }
  .addLinks .addBtn .linkBox {
    width: 100%;
  }
  .addLinks .addBtn .linkBox a {
    min-height: auto;
  }
  .addLinks .addBtn .linkBox2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .kousenIndex .requirementWrap dl {
    flex-direction: column;
  }
  .requirementImg figure {
    width: 100%;
    margin-bottom: 4vw;
  }
  .kousenIndex .addLinks .addBtn .linkBox p {
    font-size: 14px;
  }
  .addLinks .addBtn .linkBox a {
    font-size: 2.0rem;
  }
  #index .courseBox .courseList .tbl tr td a.spShow {
    display: block !important;
  }
}
/*--------2024.10add--------*/
.infoBox {
  position: relative;
  background-color: #fff;
  border: 1px solid #1C65B6;
  margin-bottom: 40px;
  padding: 30px;
}
.infoBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  background-color: #1C65B6;
}
.infoBox h3 {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #1C65B6;
  padding: 10px 30px;
}

.infoBox .ibContent {
  font-size: 1.4rem;
  padding: 30px 0;
}
.infoBox .ibContent b {
  font-weight: bold;
}
.infoBox .ibContent table {
  width: 100%;
  margin-bottom: 20px;
}
.infoBox .ibContent table.info_table_pc {
  display: block;
}
.infoBox .ibContent table.info_table_sp {
  display: none;
}
.infoBox .ibContent table th {
  background-color: #F9F9F9;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
}
.infoBox .ibContent table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.infoBox .ibContent table td b {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .infoBox.TableInfo {
    padding: 30px 0;
  }
  .infoBox.TableInfo h3 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .infoBox.TableInfo .annotation {
    margin-right: 1em;
    margin-left: 1em;
  }
  .infoBox .ibContent {
    padding: 30px 0;
  }
  .infoBox .ibContent table.info_table_pc {
    display: none;
  }
  .infoBox .ibContent table.info_table_sp {
    display: block;
  }
}
/*^^^^^2024.10.15add----*/
.addLinks.addLinksTop {
  width: 50%;
  position: relative;
  float: right;
  padding-right: 40px;
}
.addLinks.addLinksTop .addBtn .linkBox a {
  min-height: 126px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.0rem;
}
.addLinks.addLinksTop .addBtn .linkBox p {
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .addLinks.addLinksTop {
    width: 100%;
    float: none;
    padding-right: 40px;
    padding-left: 40px;
  }
  .addLinks.addLinksTop .addBtn .linkBox a {
    min-height: auto;
    font-size: 2.4rem;
  }
  .addLinks.addLinksTop .addBtn .linkBox p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .addLinks.addLinksTop .addBtn .linkBox a {
    font-size: 2.0rem;
  }
  .addLinks.addLinksTop .addBtn .linkBox p {
    font-size: 1.4rem;
  }
}

/* 250603追記 */
/* ---------------------------
共通
--------------------------- */
/* ボタン */
a.link_blue{
	font-weight: bold;
	border-radius: 20px;
	display: inline-block;
  transition: .3s;
	text-decoration: underline;
  background-color: none;
}
@media (hover: hover) {
a.link_blue a:hover{
  opacity: 0.6;
}}
.kousenIndex .appBtn a{
  border-radius: 10px;
  padding: 20px 35px 20px 35px;
  margin: 30px auto 0;
  background-color: #1C65B6;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: auto;
    transition: .3s;
}
@media (hover: hover) {
.kousenIndex .appBtn a:hover{
  opacity: 0.6;
}}
@media screen and (max-width: 768px) {
  .kousenIndex .appBtn a{
    font-size: 1.7rem;
    max-width: 300px;
  }
}

.txt_underline{
	text-decoration: underline;
}
.txt_bold{
  font-weight: bold;
}
/* h2 */
h2{
  text-align: center;
  font-size: 3rem;
    color: #1C65B6;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
    text-decoration: underline;
}
h2.rhTitle{
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  h2 {
      font-size: 2rem;
      margin-bottom: 20px;
  }
  h2.rhTitle{
    margin-bottom: 0;
    text-align: left;
  }
}

/* recruitInner */
#index .courseBox:not(.courseListBox) .recruitInner{
  border-radius: 0;
}
#index .courseBox:not(.courseListBox) .recruitInner::before{
  display: none;
}

/* table */
#index .courseBox .courseList .tbl tr dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}
#index .courseBox .courseList .tbl tr dt {
  width: 15%;
}
#index .courseBox .courseList .tbl tr dd {
  width: 85%;
}
#index .courseBox .courseList .tbl tr dl.support_deatail dt{
  font-weight: bold;
  width: 40%;
}
#index .courseBox .courseList .tbl tr dl.support_deatail dd{
  width: 100%;
}
@media screen and (max-width: 768px) {
  #index .courseBox .courseList .tbl tr dl.support_deatail{
    flex-direction: column;
  }
}
#index .courseBox .courseList .tbl tr th, #index .courseBox .courseList .tbl tr td{
  border: 1px solid #AEAEAE;
}
#index .courseBox .courseList .tbl tr th{
	background: #A6CAEC;
  color: #000;
}
#index .courseBox .courseList .tbl tr td{
  text-align: left;
}
@media screen and (max-width: 768px) {
  #index .courseBox .courseList .tbl tr td{
    padding: .5em .5em;
  }
}
#index .courseBox .courseList .tbl tr th a, #index .courseBox .courseList .tbl tr td a{
  display: inline-block;
}
#index .courseBox .courseList .tbl.mb0 tr td {
  margin-bottom: 0;
}
/* wrapper */
#season,#after_school,#joinFlow{
  max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #season,#after_school{
      padding: 0px;
  }
  #joinFlow{
    padding: 1rem;
        margin-bottom: 40px;
  }
  .recruitInner{
    padding: 0;
  }
}

/* ---------------------------
夏現在募集中のイベント
--------------------------- */
#event{
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  #event{
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
#event .courseList .tbl.event_tbl tr td{
  text-align: center;
}
}


@media screen and (max-width: 768px) {
  #event .event_lead{
    margin-bottom: 20px;
  }
}

#event .courseList .tbl.event_tbl span.c_yellow{
color: #FFFF00;
}
#event .courseList .tbl.event_tbl tr th.bg_lightblue{
color: #fff;
background: #00B0F0;

}
#event .courseList .tbl.event_tbl tr th.bg_blue{
  color: #fff;
  background: #1C65B6;
}

#event .courseList .tbl.event_tbl tr th.bg_gray{
background: #D1D1D1;
}

/* ---------------------------
夏季インターンシップ・放課後インターンシップ説明会
--------------------------- */

#season .recruitInner .seminarLayout .text,
#after_school .recruitInner .seminarLayout .text
{
  text-align: center;
} 
#season .recruitInner .seminarLayout .kousen_courselead,
#after_school .recruitInner .seminarLayout .kousen_courselead
{
	color: #000;
  text-align: center;
}
#index.kousen .courseBox .layout .text p.kousen_courseleadSub,
#after_school.kousen .courseBox .layout .text p.kousen_courseleadSub
{
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #season .recruitInner .seminarLayout .kousen_cont,
  #after_school .recruitInner .seminarLayout .kousen_cont
  {
  margin-top: 20px;
  }}
#season .recruitInner .seminarLayout .kousen_detaillink_img,
#after_school .recruitInner .seminarLayout .kousen_detaillink_img
{
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #season .recruitInner .seminarLayout .kousen_detaillink_img,
  #after_school .recruitInner .seminarLayout .kousen_detaillink_img
  {
    width: 270px;
  }
}
/* 開催日 */
#index.kousen .courseBox .layout .text .kousen_date{
  display: inline-block;
  text-align: left;
  margin: 15px auto 0;
}
#index.kousen .courseBox .layout .text p.kousen_datettl{
  font-size: 1.8rem;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
#index.kousen .courseBox .layout .text .dueDate{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#index.kousen .courseBox .layout .text .dueDate p.deadline_date{
  border: 3px solid #f00;
  border-radius: 20px;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #index.kousen .courseBox .layout .text p.kousen_datettl{
    font-size: 1.7rem;
  }
}
#index.kousen .courseBox .layout .text .kousen_date .dueDate,
#index.kousen .courseBox .layout .text .kousen_date .cap{
  margin-top: 5px;
  }



/* ---------------------------
募集要項
--------------------------- */
#recruitment .courseList .tbl tr td a.mail,
#joinFlow .courseList .tbl tr td a.mail
{
  color: #000;
  display: inline-block;
}

/* ---------------------------
参加者の流れ
--------------------------- */
#joinFlow .recruitInner{
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #joinFlow .recruitInner{
    margin-bottom: 50px;
  }
}
#joinFlow .recruitInner .join_blowingbox{
  display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 2%;
      margin-bottom: 30px;
}

#joinFlow .join_blowing{
  position: relative;
    display: inline-block;
    margin: 15px 0 50px;
    padding: 20px;
    min-width: 120px;
    max-width: 100%;
    background: #FFF;
    border: solid 3px #1C65B6;
    box-sizing: border-box;
    border-radius: 20px;
    font-weight: bold;
    text-align: center;
}
#joinFlow .join_blowing:after, #joinFlow .join_blowing:before {
  content: "";
  position: absolute;
  right: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin: auto;
  transform: rotate(90deg);
}
#joinFlow .join_blowing:before {
  bottom: -43px;
  border-style: solid;
  border-color: transparent transparent #1C65B6 transparent;
  border-width: 0 45px 40px 0;
}

#joinFlow .join_blowing:after {
  bottom: -36px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 39px 35px 0;
  z-index: 10;
}


#joinFlow .schedule{
  text-align: center;
}

.kousenIndex .schedule .box{
  padding: 15px;
  font-size: 1.4rem;
  box-shadow: 0px 0px 6px #AEAEAE;
}
#index.kousen.kousenIndex .schedule .box .joinDetail{
  margin-top: 15px;
}
#joinFlow .schedule .schedule_btn{
  border-radius: 10px;
  padding: 10px 5px;
  margin: 30px auto 0;
  background-color: #1C65B6;
  color: #fff;
  margin: 15px auto 0;
  max-width: 290px;
  transition: 0.2s;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
#joinFlow .schedule .schedule_btn:hover{
  opacity: 0.6;
}}
#joinFlow .schedule .schedule_btn.yellow_btn{
background-color: #FFDF2C;
color: #000;
}
@media screen and (max-width: 768px) {
  #joinFlow .schedule .schedule_btn{
    display: block;
    border-radius: 10px;
    padding: 10px 5px;
    margin: 30px auto 0;
    background-color: #1C65B6;
    color: #fff;
    margin: 15px auto 0;
    max-width: 290px;
    transition: 0.2s;
    height: auto;
  }
}
/* ---------------------------
夏季インターンシップ・放課後インターンシップ説明会
--------------------------- */
/* PC時のスタイル */
@media screen and (min-width: 769px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .swiper-wrapper {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
  }
  .requirementImg_container p{
    display: none;
  }
}

.swiper-slide img {
  height: auto;
  width: 100%;
}
.requirementImg_container{
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .requirementImg_container{
    margin-bottom: 40px;
  }
  .requirementImg_container p{
    display: block;
  }
  .requirementImg_box {
    margin-inline: auto;
    max-width: 350px;
    position: relative;
  }
  
  .swiper {
    max-width: 350px;
    width: 90%;
    font-size: 1.4rem;
  }

.swiper-button-prev {
  left: -10px;
}
.swiper-button-next {
  right: -10px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  border-bottom: 15px solid transparent;
  border-right: 20px solid #AEAEAE;
  border-top: 15px solid transparent;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  border-bottom: 15px solid transparent;
  border-left: 20px solid #AEAEAE;
  border-top: 15px solid transparent;
}}

/* 250901 add */
.flyer_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin: 100px auto; */
}
.flyer_box a{
  transition: .3s;
}
@media (hover: hover) {
.flyer_box a:hover{
  opacity: .8;
}
}
@media screen and (max-width: 768px) {
  .flyer_box{
    /* margin: 40px auto; */
    margin-top: 40px;
  }
}

.flyer_box .kousen_detaillink_img{
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flyer_box .kousen_detaillink_img
  {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
.event_box tr:first-child{
display: none;
}}

/* 251015 add */

.flyer_container{
  display: flex;
  justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .flyer_container{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}
/* lead_box */
.lead_box{
  margin-bottom: 30px;
  font-size: 2.0rem;
}
.lead_box p.lead_txt{
  color: #FC87FF;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lead_box{
    margin-bottom: 15px;
    font-size: 1.6rem;
  }

}
.course_detail{
  border-bottom: 1px solid #1C65B6;
  padding: 30px;
}
.course_detail_last{
  padding-top: 30px;
}
.course_detail h4{
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 10px;
}
.course_detail.mb0{
border-bottom: none;
}
@media screen and (max-width: 768px) {
  .course_detail{
    margin-bottom: 30px;
    padding: 0 0 30px 0;
  }
  .course_detail_last{
    padding-top: 0;
  }

  .course_detail h4{
    font-size: 1.4rem;
    text-align: left;
    }

}

.infoBox.notice{
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .infoBox.notice{
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
.infoBox h3 {
  font-size: 1.6rem;
  padding: 10px;
}}