/* --------------------------------------------
  requirements
-------------------------------------------- */
.requirements_section_title {
  color: #fd6f31;
  text-align: center;
  margin-top: 62.4px;
  margin-bottom: 53.8px;
}
.requirements_section_title h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .requirements_section_title {
    margin-top: 52.6px;
    margin-bottom: 33.6px;
  }
  .requirements_section_title h2 {
    font-size: 2.4rem;
  }
}
.requirements_local_title {
  color: #222;
  text-align: center;
}
.requirements_local_title h3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .requirements_local_title h3 {
    font-size: 2.0rem;
  }
}
.requirements_sub_title {
  color: #fd6f31;
  text-align: center;
  margin-top: 46px;
}
.requirements_sub_title.text01 {
  margin-top: 86.8px;
}
.requirements_sub_title h4 {
  font-size: 3.2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .requirements_sub_title {
    text-align: left;
    margin-top: 39.4px;
  }
  .requirements_sub_title.txt01 {
    margin-top: 53.4px;
  }
  .requirements_sub_title h4 {
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 1px;
  }
}
.requirements_row_title {
  color: #222;
  text-align: center;
  margin-top: 45.8px;
  position: relative;
}
.requirements_row_title h5 {
  font-size: 2.0rem;
}
.requirements_row_title:before,
.requirements_row_title:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 22.5%;
  height: 1px;
  background: url(/2027/information/img/requirements_bg03.png) repeat-x;
  background-size: auto  1px;
}
.requirements_row_title:before {
  left: 17.5%;
}
.requirements_row_title:after {
  right: 17.5%;
}
.event_anchor {
  margin-top: 60px;
  margin-bottom: 69.4px;
  max-width: 1200px;  
  text-align: center;
  background: #fff;
}
.event_anchor ul {
  font-size: 0;
 /*border-right: 1px solid #d8d8d8;*/
  display: table;
  margin: 0 auto;
}
.event_anchor ul li {
  display: inline-block;
  vertical-align: top;
}
.event_anchor ul li a {
  font-size: 1.6rem;
  width:325px;
  color: #444;
  padding: 8px 19px 15px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  text-align: left;
}
.event_anchor ul li a:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 9px;
  background: url(/2027/information/img/faq_bg01.png) no-repeat;
  background-size: 12px auto;
  top: 13px;
  left: 19px;
}
.event_anchor ul li a:hover {
  text-decoration: none;
  color: #fd6f31;
}
.table_position {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;

}
.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color:#444;
  
}
.table th {
  border-bottom: 1px solid rgba(239, 239, 239, 1);
  padding: 20px 20px;
  font-size:1.7em;
  vertical-align:middle;
  background-color:rgba(244, 244, 244, 1);
}
.table td {
  border-bottom: 1px solid rgba(239, 239, 239, 1);
  padding: 20px 20px;
  font-size:1.9em;
  line-height:90px;
}

@media screen and (max-width: 1081px) {
  .event_anchor {
    max-width: 100%;
  }
  .event_anchor ul li a {
  font-size: 1.4rem;
  width:300px;
  }
  .table_position {
    max-width: 800px;
    margin: 0 auto;
    overflow-x: scroll;
  }  
  .table {
    width: 900px;
    border-collapse: collapse;
  }
  .table th {
    padding: 15px 15px;
    font-size:1.3em;
  }
  .table td {
    padding: 15px 15px;
    font-size: 1.4em;;
    line-height:60px;
  }
}

@media screen and (max-width: 767px) {
  .event_anchor {
    margin-top: 50px;
    margin-bottom: 51.6px;
    text-align: left;
  }
  .event_anchor ul {
    font-size: 0;
    border-top: 1px solid #d8d8d8;
    border-right: none;
    width: 100%;
  }
  .event_anchor ul li {
    border-left: none;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    width: 100%;
  }
  .event_anchor ul li a {
    width: 300px;
    line-height: 1.3;
    padding: 21.2px 20px 20.2px 29px;
    text-align: left;
  }
  .event_anchor ul li a:before {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
  }
  .event_anchor ul li a:hover {
    text-decoration: none;
    color: #fd6f31;
  }
}
@media screen and (max-width: 767px) {
  .requirements_row_title {
    margin-top: 23.6px;
  }
  .requirements_row_title h5 {
    font-size: 1.8rem;
  }
  .requirements_row_title:before,
  .requirements_row_title:after {
    width: 18.84058%;
  }
  .requirements_row_title:before {
    left: 4.347826%;
  }
  .requirements_row_title:after {
    right: 4.347826%;
  }
}
@media screen and (max-width: 767px) {
  .requirements_img_wrap {
    overflow: hidden;
    margin-left: -15%;
    margin-right: -15%;
  }
}
.requirements_img {
  width: 100%;
  height: auto;
  position: relative;
}
.requirements_img img {
  width: 100%;
  height: auto;
}
.requirements_logo img {
  width: 279px;
  height: 100px;
}
.requirements_cont_top {
  position: relative;
  background: #fff;
  margin: 0 auto 82px;
  /* padding: 74.8px 0 82px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
}
.requirements_cont {
  position: relative;
  background: #fff;
  margin: -60px auto 0;
  padding: 74.8px 0 82px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .requirements_cont {
    margin-top: -20px;
    padding: 28px 0 42px;
  }
}
.requirements_cont_wrap {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .requirements_cont_wrap {
    padding: 0 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.requirements_read {
  font-size: 2.0rem;
  color: #444;
  line-height: 2.0;
  text-align: center;
  margin-top: 40px;
}
.requirements_read.txt01 {
  margin-top: 65px;
}
.requirements_read span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .requirements_read {
    font-size: 1.8rem;
    margin-top: 38px;
    text-align: left;
  }
  .requirements_read.txt01 {
    margin-top: 23px;
  }
  .requirements_read.txt02 {
    margin-top: 15px;
  }
}
.requirements_nec {
  width: 780px;
  font-size: 0;
  margin: 28px auto;
}
.requirements_nec > li {
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .requirements_nec {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 23.2px auto;
  }
  .requirements_nec li {
    display: block;
    margin-top: 15px;
    width: 100%;
  }
  .requirements_nec li:first-child {
    margin-top: 0;
  }
}
.requirements_nec_inner {
  text-align: center;
}
.requirements_nec_inner dt {
  width: 100%;
}
.requirements_nec_inner dt div {
  background: #fd6f31;
  border-radius: 80px;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: table;
  position: relative;
}
.requirements_nec_inner dt div:before {
  content: '';
  opacity: 0.2;
  background: #fd6f31;
  border-radius: 80px;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.requirements_nec_inner dt p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
}
.requirements_nec_inner dd {
  margin-top: 21.3px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #222;
}
@media screen and (max-width: 767px) {
  .requirements_nec_inner {
    display: table;
  }
  .requirements_nec_inner dt {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
  .requirements_nec_inner dt div {
    border-radius: 50px;
    width: 100px;
    height: 100px;
  }
  .requirements_nec_inner dt div:before {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    top: 5px;
    left: 5px;
  }
  .requirements_nec_inner dt p {
    vertical-align: middle;
    font-size: 1.9rem;
    color: #fff;
  }
  .requirements_nec_inner dd {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin-top: 0;
    padding-left: 16px;
    font-size: 1.5rem;
  }
}
.detail_wrap {
  background: url(/2027/common/img/parts/common_bg01_pc.png);
  padding: 96px 0;
  position: relative;
}
.detail_wrap:before,
.detail_wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: auto;
  padding-top: 2.196193%;
  z-index: 100;
}
.detail_wrap:before {
  top: 0;
  background: url(/2027/common/img/parts/wave_img01.png) no-repeat;
  background-size: 100% auto;
}
.detail_wrap:after {
  bottom: 0;
  background: url(/2027/common/img/parts/wave_img02.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .detail_wrap {
    background: url(/2027/common/img/parts/common_bg01_sp.png);
    padding: 48px 14px;
  }
}
.detail {
  margin: 0 auto 60px;
  width: 860px;
  background: #fff;
  border-radius: 12px;
  padding: 30px 60px 60px;
  line-height: 2.0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444;
  /* display: flex;
  flex-direction: column; */
}
.detail h3 {
  margin: 0 40px;
  font-size: 24px;
  font-weight: 800;
  /* text-align: center; */
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  /* word-break: keep-all;
  overflow-wrap: break-word; */
  line-height: normal;
}
.detail p {
  margin: 20px 40px;
  font-size: large;
  font-weight: 400;
}
.detail p b {
  font-weight: 700;
}
.detail-ul {
  margin: 10px 40px 40px;
  padding-left: 20px;
}
.detail_inner {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}
.detail_img_recruiter {
  width: 40%;
  margin: 0 auto;
}
.detail_divide {
  display: flex;
  flex-direction: row;
}
.detail_divide img {
  width: 360px;
  margin: 0 auto;
}
.detail img{
  width: 100%;
}
a:hover {
  text-decoration: none;
}
.detail_formbox {
  display: block;
  margin:0 auto;
  background-color: #FFFDD0;
  color: #222;
  border-color: #222;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700; 
  cursor: pointer;  
  transition: background-color 0.3s ease; 
}
@media screen and (max-width: 767px) {
  .detail h3 {
    margin: 10px 0px;
  }
  .detail p {
    margin: 10px 0px;
  }
  .detail_inner {
    display: flex;
    flex-direction: column;
  }
  .detail_divide {
    display: flex;
    flex-direction: column;
  }
  .detail_divide img {
    width: 100%;
  }
  .detail_img_recruiter {
    width: 100%;
    margin-bottom: 30px;
    margin: 0 auto;
  } 
  .detail img{
  width: 100%;
  }
}
.detail > dt,
.detail > dd {
  font-size: 1.6rem;
  padding: 15px 9px 17px 0;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail > dt.first,
.detail > dd.first {
  border-top: 1px solid #d8d8d8;
}
.detail > dt {
  float: left;
  width: 150px;
  margin-right: 30px;
  font-weight: bold;
}
.detail > dd {
  overflow: hidden;
  width: 560px;
}
@media screen and (max-width: 767px) {
  .detail {
    width: 100%;
    padding: 30px 15px;
    line-height: 1.6;
  }
  .detail > dt,
  .detail > dd {
    font-size: 1.5rem;
    padding: 20.5px 3px 17.5px 0;
  }
  .detail > dt {
    float: left;
    width: 94px;
    margin-right: 0;
    padding: 20.5px 9px 17.5px 0;
  }
  .detail > dd {
    overflow: hidden;
    width: auto;
  }
  .a:hover {
  text-decoration: none;
  }
  .detail_formbox {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 700;
  }
}
.detail_lower {
  margin-top: 14px;
}
.detail_lower > dt,
.detail_lower > dd {
  font-size: 1.6rem;
  line-height: 2.0;
}
.detail_lower > dt {
  font-weight: bold;
}
.detail-note {
  margin-top: 10px;
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
  font-size: 1.4rem;
}
.detail-note:first-child {
  margin-top: 0;
}
.detail-note span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.detail-note-ul {
  margin-top: 10px;
}
.detail-note-ul:first-child {
  margin-top: 0;
}
.detail-note-ul li {
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
  line-height: 1.85;
  font-size: 1.4rem;
}
.detail-note-ul li:first-child {
  margin-top: 0;
}
.detail-note-ul li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.detail-notice {
  color: #f00;
}
.welfare_read {
  font-size: 1.6rem;
  line-height: 2.0;
  margin-bottom: 39.4px;
  color: #444;
}
@media screen and (max-width: 767px) {
  .welfare_read {
    font-size: 1.5rem;
    margin-bottom: 42px;
  }
}
.welfare_local_title {
  position: relative;
}
.welfare_local_title h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  padding-left: 19px;
  color: #222;
}
.welfare_local_title:before {
  content: '';
  width: 4px;
  height: 83.870968%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #fd6f31;
}
@media screen and (max-width: 767px) {
  .welfare_local_title h3 {
    font-size: 2.0rem;
    padding-left: 20px;
  }
}
.welfare_media {
  overflow: hidden;
  margin-top: 14.4px;
  margin-bottom: 76.4px;
}
@media screen and (max-width: 767px) {
  .welfare_media {
    margin-top: 14px;
    margin-bottom: 47px;
  }
}
.welfare_media_body {
  float: left;
  margin-right: 5.833333%;
  clear: left;
  width: 64.166667%;
}
.welfare_media_body p {
  font-size: 1.6rem;
  line-height: 2.0;
  color: #444;
  margin-top: 19px;
}
.welfare_media_body p:first-child {
  margin-top: 0;
}
.welfare_media_body p span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .welfare_media_body {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }
  .welfare_media_body p {
    font-size: 1.5rem;
    margin-top: 12px;
  }
}

.welfare_media_body_nonimage {
  float: left;
  margin-right: 5.833333%;
  clear: left;
  width: 100%;
}
.welfare_media_body_nonimage p {
  font-size: 1.6rem;
  line-height: 2.0;
  color: #444;
  margin-top: 19px;
}
.welfare_media_body_nonimage p:first-child {
  margin-top: 0;
}
.welfare_media_body_nonimage p span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .welfare_media_body_nonimage {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }
  .welfare_media_body_nonimage p {
    font-size: 1.5rem;
    margin-top: 12px;
  }
}


.welfare_media_object {
  float: left;
  width: 30%;
  height: auto;
}
.welfare_media_object img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .welfare_media_object {
    float: none;
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
  }
}
.welfare_wrap {
  margin-bottom: 63.6px;
}
@media screen and (max-width: 767px) {
  .welfare_wrap {
    margin-bottom: 3px;
  }
}

.seminar_ul {
  padding: 20px 70px;
}
.internship_ul {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .seminar_ul {
    padding: 20px 30px;
  }
}
.workshop_strong p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: x-large;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, -1px 1px 2px #000;
  line-height: 1.7;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .workshop_strong p {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    font-size: large;
    text-align: center;
    line-height: 1.7;
    margin: 30px 0;
  }
}
.workshop_step {
  margin: 0 auto 100px;
  width: 460px;
  background: #fff;
  border: #DE9A5A;
  border-style: solid;
  border-radius: 12px;
  padding: 30px 30px 10px 30px;
  /* line-height: 2.0; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444;
  box-shadow: 10px 10px #DE9A5A;
}
@media screen and (max-width: 767px) {
  .workshop_step {
    margin: 0 auto 100px;
    width: 90%;
    background: #fff;
    border: #DE9A5A;
    border-style: solid;
    border-radius: 12px;
    padding: 30px 30px 10px 30px;
    /* line-height: 2.0; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #444;
    box-shadow: 10px 10px #DE9A5A;
  }
}
.workshop_step > dt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
}
.workshop_step > dd {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 20px;
}
.workshop_step_ul {
  padding-left: 20px;
}
.img_list {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.img_list li img{
  height: 200px;
  border: 1px #ccc solid;
  border-radius: 2px;
  padding: 10px 10px 60px;
  background-color: #fff;
  box-shadow: #aaa 4px 4px 8px;
}
.img_list li:nth-child(2) img {
  transform: rotate(-2deg);
}
@media screen and (max-width: 767px) {
  .img_list {
    display: block;
  }
  .img_list li img{
    width: 86%;
    height: auto;
    margin: 30px 0;
    padding: 6% 6% 28%;
  }
}
.marker a:link,
.marker a:visited,
.marker a:hover,
.marker a:active {
  text-decoration: none;
  color: #5474DB;
  font-weight: 700;
}
.marker {
  display: inline;
  background-image: linear-gradient(90deg, #fcf69f, #fcf69f);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 50%;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .marker {
    display: inline;
    background-image: linear-gradient(90deg, #fcf69f, #fcf69f);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
  }
}
.marker:hover {
  background-size: 100% 50%;
}

.detail_shading {
  font-size: 24px;
  background-color: #fccab5;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}
