@charset "UTF-8";

/**********************************
　インターンシップTOP
**********************************/
.sp_mv {
  display: none;
}
.intern_contents .contents {
  background-color: initial;
}
.about_block {
  position: relative;
  background: #FEE7EA;
  padding: 180px 0px 230px;
  margin-bottom: 55px;
}
.cont2025 .about_block {
  background-color: #C5E7F9;
}
.about_block::before {
  content: "";
  background-image: url(../img/internship/line_top.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
}
.about_block::after {
  content: "";
  background-image: url(../img/internship/line_bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 210px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.intern_main-txt p {
  font-size: 20px;
  line-height: 2.5;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.intern_mv {
  margin-bottom: 60px;
}
.intern_mv p {
  margin-bottom: 0;
  text-align: center;
}
.intern_main-txt {
  margin-bottom: 60px;
}
.title_area {
  margin-bottom: 60px;
  text-align: center;
}
.title_area h2 {
  font-size: 20px;
  font-weight: bold;
}
.about_flex {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 90%;
}
.about_area {
  max-width: 800px;
  margin: 60px auto 0;
  width: 90%;
}
.about_area .about_box {
  width: 100%;
}
.about_box {
  width: 45%;
  display: flex;
  flex-direction: column;
}
.about_box-title {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #F8FF4E 60%);
  padding: 0 5px 5px 5px;
  position: relative;
}
.cont2025 .about_box-title {
  background: linear-gradient(transparent 60%, #FFAF00 60%);
}
.about_box-txt {
  background: #fff;
  padding: 30px 4%;
  letter-spacing: 1px;
  font-size: 18px;
  flex-grow: 1;
  margin-top: -11px;
  position: relative;
  z-index: 1;
}
.about_box-txt p:last-child {
  margin-bottom: 0;
}
.about_box-txt p {
  line-height: 1.7;
}
.about_box-txt::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border-right: 4px solid;
  border-bottom: 4px solid;
  z-index: -1;
}
.about_box-link a {
  border: 2px solid;
  color: #1088E4;
  font-size: 14px;
  padding: 2px 8px;
  display: inline-block;
  position: relative;
  transition: .4s;
}
.about_box-link a:hover {
  background-color: #1088E4;
  border: 2px solid #1088E4;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.about_box-link a::after {
  content: "";
  background-image: url(../img/internship/about_box-link.svg);
  background-size: cover;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -53px;
  width: 60px;
  height: 9px;
}
.flow_block-flex {
  max-width: 910px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flow_block-box {
  margin-bottom: 100px;
  width: 47%;
}
.flow_step {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.flow_step::after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow_step p {
  background-color: #FFFF00;
  border-radius: 50%;
  font-size: 41px;
  text-align: center;
  line-height: 0.9;
  width: 88px;
  height: 88px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cont2025 .flow_step p {
  background-color: #FFAF00;
}
.flow_step p span {
  display: block;
  font-size: 14px;
}
.flow_img {
  text-align: center;
  margin-bottom: 30px;
}
.flow_title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.flow_txt p {
  font-size: 18px;
}
.flow_txt p:last-child {
  margin-bottom: 0;
}
.flow_txt {
  line-height: 1.8;
  padding: 0 5%;
}
.flow_txt a {
  color: #1088E4;
  text-decoration: underline;
  transition: .4s;
}
.flow_txt a:hover {
  color: #C8E6A9;
  opacity: 1;
}
.flow_txt span {
  color: #269DC1;
}
.flow_btn {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.flow_btn a {
  border: 2px solid;
  color: #1088E4;
  display: inline-block;
  padding: 9px;
  position: relative;
  width: 65%;
  transition: .4s;
}
.flow_btn a:hover {
  border: 2px solid #1088E4;
  background-color: #1088E4;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.flow_btn a::after {
  content: "";
  background-image: url(../img/internship/about_box-link.svg);
  background-size: cover;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -53px;
  width: 60px;
  height: 9px;
}
.entry_block {
  background-image: url(../img/internship/entry_bg.jpg);
  background-size: cover;
  padding: 180px 0px 230px;
  position: relative;
}
.cont2025 .entry_block {
  background-image: none;
  background-color: #C5E7F9;
}
.entry_block::before {
  content: "";
  background-image: url(../img/internship/line_top.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
}
.entry_block::after {
  content: "";
  background-image: url(../img/internship/line_bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 210px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.entry_title {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
}
.entry_link {
  margin-bottom: 50px;
  text-align: center;
}
.entry_link a {
  /* background-color: #FFFF00; */
  background-color: #999;
  border: 3px solid #000;
  color: #000;
  display: inline-block;
  font-size: 36px;
  width: 90%;
  max-width: 570px;
  padding: 1px 3% 25px;
  line-height: 1.4;
  transition: .4s;
}
.entry_link a:hover {
  /* background-color: #1088E4;
  color: #fff; */
  text-decoration: none;
  opacity: 1;
}
.close_txt {
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  color: red;
  margin: 60px 0;
}
.entry_link a span {
  font-size: 18px;
}
.entry_link a .font-ronde {
  font-size: 36px;
}
.entry_other {
  text-align: center;
}
.entry_other_txt {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.entry_other_link a {
  color: #000;
  font-size: 24px;
  text-decoration: underline;
  transition: .4s;
}
.entry_other_link a:hover {
  color: #1088E4;
  opacity: 1;
}
.ac_area {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.ac_block dl {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}
.q_area {
  border-bottom: 1px solid;
  padding-bottom: 8px;
  padding: 5px 10px;
  position: relative;
}
.q_area::before,
.q_area::after {
  content: '';
  display: block;
  width: 21px;
  height: 3px;
  border-radius: 5px;
  background: #FFAF00;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.q_area::after {
  background: #FFAF00;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.q_area.open::after {
  transform: rotate(0);
  transition: 0.5s;
  top: 47%;
}
.a_area {
  background-color: #c5e7f9;
  padding: 10px;
}
.q_area dt,
.a_area dt {
  font-size: 34px;
  font-weight: bold;
  margin-right: 10px;
}
.q_area dd,
.a_area dd {
  font-size: 18px;
  flex: 1;
  padding-right: 40px;
  line-height: 1.6;
}
.a_area dt {
  margin-left: 5px;
}
.a_area dd {
  padding-right: 10px;
}
.a_area dd ul {
  padding-left: 1.5em;
}
.a_area dd ul li {
  list-style-type: disc;
}
.a_area dd a {
  color: #000000;
}
.a_area dd p {
  margin-bottom: 12px;
}
.a_area dd p:last-child {
  margin-bottom: 0;
}
.a_area_wrap {
  display: none;
}
.ac_block {
  margin-bottom: 30px;
}
.ac_block:last-child {
  margin-bottom: 0;
}
.qa_block {
  margin: 100px 0;
}
.contact_block {
  background: #FEE7EA;
  position: relative;
  padding: 190px 0 100px;
}
.cont2025 .contact_block {
  background-color: #C5E7F9;
}
.contact_block::before {
  content: "";
  background-image: url(../img/internship/line_top.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin: 0 auto 60px;
  max-width: 828px;
  text-align: center;
  width: 90%;
}
.iscontact_area {
  margin: 0 auto;
  max-width: 500px;
  width: 90%;
}
.contact_area_01 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 2px solid;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.contact_area_01 span {
  font-size: 18px;
}
.contact_area_02 {
  line-height: 2;
  width: 85%;
  margin: 0 auto;
}
.flow_change_txt {
  margin-top: 30px;
  font-size: 18px;
  color: red;
}
.voice_bnr {
  margin: 60px auto 10px;
  text-align: center;
  width: 90%;
}
.voice_bnr a {
  display: inline-block;
  transition: .4s;
}

@font-face {
  font-family: "ronde";
  src: url("../font/Ronde-B_square.otf") format("opentype");
}
.font-ronde {
  font-family: "ronde", sans-serif;
}


/**********************************
　参加事業所リスト
**********************************/
.internship_search {
  background-color: #C5E7F9;
  padding: 140px 0 100px;
  position: relative;
}
.internship_search::before {
  content: "";
  background-image: url(../img/internship/line_top.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
}
.internship_search::after {
  content: "";
  background-image: url(../img/internship/line_bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 210px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.internship_search .search-form__item dt {
  background-color: #0051A4;
  color: #fff;
}
.internship_search .search-form__submit input {
  border: 3px solid #FFAF00;
  background: #FFAF00;
  border-radius: 40px;
  color: #000;
  font-size: 18px;
  padding: 16px 162px;
  transition: .4s;
}
.internship_search .search-form__submit input:hover {
  background-color: #fff;
  color: #FFAF00;
}
.internship_search .search_btn::before {
  background-image: url(../img/internship/minus.png);
}
.internship_search .click .search_btn::before {
  background-image: url(../img/internship/plus.png);
}
.company_block_wrap .contents {
  width: 95%;
  max-width: 1100px;
}
.company_block_box {
  width: 100%;
  margin-right: 5%;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.company_block_box:nth-child(3n) {
  margin-right: 0;
}
.company_block_wrap {
  padding: 60px 0;
}
.company_box_cat {
  background: #C5E7F9;
  color: #2E2E2E;
  text-align: center;
  padding: 2px 20px 6px;
  margin: 0;
}
.company_box_name {
  flex: 1;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 14px;
  line-height: 1.1;
}
.company_box_name_sub {
  color: red;
  font-size: 19px;
}
.company_box_message {
  padding: 0 2%;
  margin-bottom: 20px;
}
.company_box_flex {
  padding: 0 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.company_box_flex dl {
  width: 50%;
}
.company_box_cities dd span::after {
  content: "、";
}
.company_box_cities dd span:last-child:after {
  content: none;
}
.company_box_location {
  padding: 0;
}
.company_box_flex dl dt,
.company_box_location dt,
.company_box_period dt,
.company_box_deadline dt {
  background-color: #C5E7F9;
  padding: 1px 5px;
}
.company_box_flex dl dd,
.company_box_location dd,
.company_box_period dd,
.company_box_deadline dd {
  padding: 3px 5px;
  margin-bottom: 0;
}
.company_box_cities.company_box_dl.practice_area dd {
  display: block;
}
.company_box_link {
  padding: 0 5%;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}
.company_box_link a {
  background-color: #FFAF00;
  border: 1px solid #FFAF00;
  border-radius: 50px;
  color: #2E2E2E;
  display: block;
  font-weight: bold;
  padding: 15px;
  transition: .4s;
}
.company_box_link a:hover {
  background-color: #fff;
/*   border: 1px solid #508b14;
  color: #508b14; */
  color: #FFAF00;
  text-decoration: none;
}
.company_box_deadline {
  margin-bottom: 22px;
}
.company_block_box_flex {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
.company_box_dl {
  display: flex;
  margin: 0 0 22px;
}
.company_box_dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}
.company_box_dl dd {
  flex: 1;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.company_box_dl dt,
.company_box_dl dd {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-top: -1px;
}
.company_box_flex dl dd {
  padding-left: 10px;
}
.company_block_block_title {
  background-image: url(../img/internship/title_line.svg);
  background-repeat: repeat-x;
  background-position: bottom 1px left;
  padding-bottom: 22px;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}
.company_block_block {
  margin-bottom: 90px;
}
.company_block_block:last-child {
  margin-bottom: 0;
}
.subsidy_wrap {
  background-color: #C5E7F9;
  background-size: cover;
  padding: 200px 0px 200px;
  position: relative;
}
.subsidy_wrap::before {
  content: "";
  background-image: url(../img/internship/line_top.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
}
.subsidy_wrap::after {
  content: "";
  background-image: url(../img/internship/line_bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 210px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.subsidy_area {
  max-width: 900px;
  margin: 0 auto;
}
.subsidy_title {
  background: linear-gradient(transparent 60%, #F8FF4E 60%);
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 0;
  padding: 0 20px;
}
.subsidy_box {
  background: #fff;
  padding: 30px 10px 20px;
  margin-top: -2px;
}
.subsidy_txt {
  text-align: center;
  font-size: 19px;
  line-height: 1.8;
  max-width: 740px;
  margin: 0 auto 25px;
}
.subsidy_link {
  text-align: center;
}
.subsidy_link a {
  border: 2px solid;
  color: #1088E4;
  display: inline-block;
  padding: 9px;
  position: relative;
  width: 90%;
  transition: .4s;
  max-width: 400px;
}
.subsidy_link a::after {
  content: "";
  background-image: url(../img/internship/about_box-link.svg);
  background-size: cover;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -53px;
  width: 60px;
  height: 9px;
}
.subsidy_link a:hover {
  background-color: #1088E4;
  border: 2px solid #1088E4;
  color: #fff;
  text-decoration: none;
}
.cms-pagination {
  margin-top: 0;
  padding-bottom: 70px;
}
.company_block_wrap .page-numbers span {
  border: 3px solid #508B14;
  background-color: #508B14;
}
.company_block_wrap .page-numbers a {
  border: 3px solid #508B14;
}
.company_block_wrap .page-numbers a:hover {
  background-color: #508B14;
  color: #fff;
}
.company_block_wrap .page-numbers.current {
  color: #fff;
}

.company_box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.company_box_block {
  margin-right: 2%;
  margin-bottom: 60px;
  width: 32%;
}
.company_box_block:nth-child(3n) {
  margin-right: 0;
}
.company_box_photo img {
  object-fit: cover;
  height: 235px;
  width: 100%;
}




/**********************************
　企業詳細ページ
**********************************/
.intern_wrap {
  max-width: 1320px;
  margin: 0 auto;
  width: 95%;
}
.company_photo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 83%;
  margin: 0 auto 20px;
}
.company_photo li {
  width: 33%;
  margin-right: 2%;
}
.company_photo li:last-child {
  margin-right: 0;
}
.company_photo li img {
  width: 365px;
  height: 274px;
  object-fit: contain;
}
.company_title {
  align-items: start;
  align-items: baseline;
  max-width: 1100px;
  margin: 0 auto 20px;
  width: 90%;
  display: flex;
}
.company_cat {
  background: #000;
  font-size: 25px;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-right: 35px;
  margin-bottom: 0;
  padding: 0 15px;
}
.company_name_title {
  flex: 1;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
  width: 100%;
  background-image: url(../img/internship/title_line.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 28px;
  line-height: 1.1;
  text-align: center;
}
.company_name_title a {
  color: #000;
}
.company_name_title a:hover {
  opacity: .5;
  text-decoration: none;
}
.company_title_txt {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.company_cont {
  max-width: 1320px;
  margin: 0 auto;
  width: 95%;
}
.intern_block {
  color: #C5E7F9;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 15px;
  text-align: center;
}
.company_wrap {
  max-width: 1100px;
  margin: 0 auto;
  width: 95%;
}
.list_title {
  background: #0051A4;
  color: #fff;
  font-size: 20px;
  padding: 5px 25px;
  margin-bottom: 20px;
}
.company_box dd {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto;
  width: 95%;
}
.company_box dl {
  margin-bottom: 60px;
}
.company_box .company_li dl {
  align-items: center;
  background-image: url(../img/internship/line.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  display: flex;
  margin-right: 6%;
  padding: 0 5px 10px;
  width: 47%;
  margin-bottom: 22px;
}
.company_box .company_li dl:first-child {
  order: 1;
}
.company_box .company_li dl:nth-child(2) {
  order: 3;
}
.company_box .company_li dl:nth-child(3) {
  order: 5;
}
.company_box .company_li dl:nth-child(4) {
  order: 2;
  margin-right: 0;
}
.company_box .company_li dl:nth-child(5) {
  order: 4;
  margin-right: 0;
}
.company_box .company_li dl:nth-child(6) {
  order: 6;
  margin-right: 0;
}

.contact_area.company_box .company_li dl:nth-child(2) {
  order: 3;
}
.contact_area.company_box .company_li dl:nth-child(3) {
  order: 5;
}
.contact_area.company_box .company_li dl:nth-child(4) {
  order: 2;
  margin-right: 0;
}
.contact_area.company_box .company_li dl:nth-child(5) {
  order: 4;
  margin-right: 0;
}

.reference_data.company_box .company_li dt {
  margin-right: 50px;
  width: 310px;
}
.reference_data.company_box .company_li dd {
  flex: 1;
}
.reference_data.company_box .company_li dl {
  margin-right: 0;
  margin-bottom: 25px;
  width: 100%;
}
.reference_data.company_box .company_li dl:last-child {
  margin-bottom: 0;
}
.company_box .company_li dt {
  color: #0051A4;
  font-size: 18px;
  margin-right: 25px;
  width: 126px;
}
.company_box .company_li dd {
  flex: 1;
  font-size: 16px;
}
.company_li {
  display: flex;
  flex-wrap: wrap;
}
.bgcolo_green {
  background: #C5E7F9;
  padding: 45px 0 70px;
}
.bgcolo_green .company_cont {
  background: #fff;
  max-width: 1220px;
  padding: 45px 0;
}
.company_h2 {
  background-image: url(../img/internship/title_line.svg);
  background-repeat: repeat-x;
  background-position: bottom 1px left;
  padding-bottom: 22px;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}
.company_cont_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company_cont_box dl {
  width: 48%;
  margin-bottom: 60px;
}
.company_cont_box dd {
  margin: 0 auto;
  width: 90%;
}
.detail_box {
  align-items: center;
  display: flex;
  margin: 0 auto 32px;
  width: 95%;
}
.detail_first {
  color: #508B14;
  font-size: 18px;
  margin: 0;
  margin-right: 35px;
  width: 100px;
}
.detail_second {
  flex: 1;
  line-height: 1.8;
  margin: 0;
}
.company_cont_detail {
  margin-bottom: 62px;
}
.company_cont_detail.last_area {
  margin-bottom: 20px;
}
.schoolyear_block {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.schoolyear_box {
  margin: 0 0 0 -1px;
  width: 19%;
  display: flex;
  flex-direction: column;
}
.schoolyear_box dt,
.schoolyear_box dd {
  border: 1px solid #000;
  color: #269DC1;
  font-size: 18px;
  padding: 5px;
  text-align: center;
}
.schoolyear_box dt {
  align-items: center;
  color: #000;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.schoolyear_box dd {
  color: #000;
  margin-top: -1px;
  margin-bottom: 0;
}
.company_cont_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 62px;
}
.company_cont_flex_box {
  width: 46%;
}
.company_cont_flex_box .list_title {
  margin-bottom: 0;
  text-align: center;
}
.company_cont_flex_txt {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 18px;
  margin: 0;
  text-align: center;
  padding: 15px 0;
}
.company_cont_blue {
  color: #0051A4;
  margin: 0 auto 60px;
  width: 95%;
}
.company_app_btn {
  text-align: center;
}
.company_app_btn a {
  background-color: #0051A4;
  color: #fff;
  display: block;
  font-size: 20px;
  max-width: 650px;
  margin: 0 auto;
  padding: 30px 3%;
  position: relative;
  border-radius: 10px;
  width: 90%;
}
.company_app_btn a:hover {
  text-decoration: none;
}
.company_app_btn a::after {
  content: "";
  background-image: url(../img/internship/icon_arrow.svg);
  background-size: cover;
  width: 10px;
  height: 17.5px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ddlink {
  color: #000;
  transition: .4s;
}
.ddlink:hover {
  color: #508B14;
  opacity: 1;
}




@media screen and (max-width: 1000px) {
  /* インターンシップTOP */
  .about_block::before {
    height: 130px;
  }
  .about_block::after {
    height: 150px;
  }


  /* 参加事業所リスト */
  .subsidy_wrap {
    padding-top: 240px;
  }
  .company_box_block {
    margin-right: 5%;
    width: 45%;
  }
  .company_box_block:nth-child(2n) {
    margin-right: 0;
  }
  .company_box_block:nth-child(3n) {
    margin-right: 5%;
  }


  /* 企業詳細ページ */
  .company_title {
    display: block;
  }
  .company_cat {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .company_name_title {
    font-size: 35px;
  }
  .intern_block {
    line-height: 1;
  }


}



@media screen and (max-width: 900px) {
  /* インターンシップTOP */
  .about_flex {
    display: block;
  }
  .about_box {
    margin-bottom: 70px;
    width: 100%;
  }
  .about_box:last-child {
    margin-bottom: 0;
  }
  .about_block {
    padding: 180px 0px 160px;
  }

}



@media screen and (max-width: 768px) {
  /* インターンシップTOP */
  .sp_mv {
    display: block;
  }
  .pc_mv {
    display: none;
  }
  .flow_block-flex {
    display: block;
  }
  .flow_block-box {
    width: 100%;
  }
  .entry_block::before,
  .entry_block::after,
  .contact_block::before {
    height: 90px;
  }
  .entry_block {
    padding: 180px 0px 150px;
  }

  /* 参加事業所リスト */
  .company_block_wrap .contents {
    display: block;
  }
  .company_block_box {
    width: 100%;
  }
  .company_box_link a {
    max-width: 400px;
    margin: 0 auto;
  }
  .internship_search::before {
    height: 140px;
  }
  .internship_search::after {
    height: 140px;
  }
  .company_box_flex {
    display: block;
  }
  .company_box_flex dl {
    width: 100%;
  }
  .company_block_box_flex {
    display: block;
  }
  /* .company_box_cat {
    display: inline-block;
  } */
  .subsidy_wrap::before {
    height: 90px;
  }
  .subsidy_wrap::after {
    height: 70px;
  }
  .subsidy_wrap {
    padding: 140px 0px 140px;
  }



  /* 企業詳細ページ */
  .company_photo {
    display: block;
  }
  .company_photo li {
    text-align: center;
    width: 100%;
  }
  .intern_block {
    font-size: 50px;
  }
  .company_li {
    display: block;
  }
  .company_box .company_li dl {
    width: 100%;
    display: block;
  }
  .company_cont_box {
    display: block;
  }
  .company_cont_box dl {
    margin-bottom: 30px;
    width: 100%;
  }
  .detail_box {
    display: block;
  }




}



@media screen and (max-width: 600px) {
  /* インターンシップTOP */
  .about_box-title {
    font-size: 26px;
  }

  .subsidy_link a {
    width: 70%;
  }

  /* 参加事業所リスト */
  .company_box_block {
    margin-right: 0;
    width: 100%;
  }
  .company_box_block:nth-child(2n),
  .company_box_block:nth-child(3n) {
    margin-right: 0;
  }

  /* 企業詳細ページ */
  .schoolyear_block {
    flex-wrap: wrap;
  }
  .schoolyear_box {
    margin-top: -1px;
    width: 33%;
  }
  .company_cont_flex {
    display: block;
  }
  .company_cont_flex_box {
    margin-bottom: 30px;
    width: 100%;
  }
  .company_cont_flex_box:last-child {
    margin-bottom: 0;
  }
  .company_app_btn a {
    width: 100%;
  }

}